/* CSS Document */
.head{width:100%; height:550px; overflow:hidden;background:#FFF;}
.head .head_img{width:100%; height:100%; margin-top: 2%; overflow: hidden; position: relative;}
.head .head_box{width:100%; height: 100%; overflow: hidden; position:absolute; z-index: 999; top: 0; left:0%;}
.addBox{width:66%; height: 100%; margin: 0 auto; overflow: hidden; position: relative;}
.head_box1{width:100%; height:auto; margin-top:30px; overflow: hidden;}
.head .head_box .head_box1 img{max-width: 50%; min-width: 5%; height: auto; overflow: hidden; float: left;}

.head .head_box .head_box1 .sousuo{width:50%; height: 68px; overflow: hidden; float: right;}
.head_box1 .sousuo ul{width:100%;overflow: hidden; height: 100%; padding-top: 2%;}
.head_box1 .sousuo ul form{ display:block; float: right;}
.head_box1 .sousuo ul .inputText{ float:right; width:45%; height:30px; line-height:30px; text-indent:5px; border:none; background-color: rgba(255, 255, 255, 0.5); margin-top:3px;}
.head_box1 .sousuo ul form input::placeholder{ color:#FFF;}
.head_box1 .sousuo ul .inputSub{background:url(../images/sosou_ico.jpg) no-repeat; cursor:pointer; display: block; width:30px; height: 30px; overflow: hidden; border:none; top: 2px; float: right; margin-top: 3px;}
.head_box1 .sousuo ul input:focus{outline: none;}

.head .head_box .nav{width:100%; height:20%; overflow: hidden; position: absolute; bottom:0;}
.head .head_box .nav li{display: block; width:14.5%; height: 6rem; line-height:5rem; float:left; text-align: center;background-color: rgba(10,75,140,0.7);  overflow: hidden; border-top-left-radius:8px; border-top-right-radius:8px; margin-left: 0.8rem;}
.head .head_box .nav li a{color:#FFF; font-size: 1.3rem;  background:url(../images/class_sty_02.png) no-repeat; height: 2rem; }
.head .head_box .nav li a:hover{text-decoration: none;}
.head .head_box .nav li .home{background:url(../images/home.png) no-repeat;}
.head .head_box .nav li .icon_02{background:url(../images/class_sty_01.png) no-repeat;}
.head .head_box .nav li .icon_03{background:url(../images/class_sty_03.png) no-repeat;}
.head .head_box .nav li .icon_04{background:url(../images/class_sty.png) no-repeat;}
.head .head_box .nav li .icon_05{background:url(../images/link.png) no-repeat;}
.head .head_box .nav .nav_s1{margin-left: 1.5%;}


/*焦点大图*/
.pic{width:100%; height: 550px; overflow: hidden;clear: both; z-index: 1;}
.pic .bd{ height:100%; z-index:0;   }
.pic .bd li{ display: block;zoom:1; vertical-align:middle; }
.pic .bd img{ width:100%; height:550px; display:block;  }

/* 下面是前/后按钮代码
.pic .prev{position:absolute; left:3%; top:50%; display:block; width:40px; height:40px; background: url(../images/l.png) no-repeat;filter:alpha(opacity=50);opacity:0.5;}
.pic .next{ position:absolute; right:3%; top:50%; display:block; width:40px; height:40px; background:url(../images/r.png) no-repeat; filter:alpha(opacity=30);opacity:0.3;}
.pic .prev:hover,
.pic .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.pic .prevStop{ display:none;  }
.pic .nextStop{ display:none;  }
 */

 
