@charset "utf-8";
body{min-width:1200px;}
/*header*/
#header{width:100%;height:130px;background: url(../img/headerBg.png) center no-repeat;}
.line{top:32px;left:0;width:100%;height:1px;background: url(../img/line.png) center no-repeat;}
.headerF{padding:8px 0;}
.headerF a{color:#FFFFFF;}
.headerF a:hover{font-weight:bold;}
.headerF b{color:#FFFFFF;margin:0 8px;font-weight: normal;}
.headerBar{margin-top:16px;position: relative;}
.searchBox{width:210px;height:26px;border:1px solid #FFFFFF;margin-top:23px;}
.search{width:182px;height:24px;background-color: transparent;padding:0 8px;line-height:26px;color:#FFFFFF;}
.searchIcon{margin:4px 0 0 5px;cursor: pointer;}
/*导航*/
.navBar > li > a {display: block;font-size: 16px;height: 46px;line-height: 46px;width: 150px;text-align: center;}
.navBar .checkName, .navBar > li:hover > a {color: #ffffff;background-color: #1b7658;}
.subBar {background: url(../img/navBg.png);display:none;z-index: 30;width: 100%;top: 46px;}
.subBar a {display: block;width: 100%;text-align: center;color: #ffffff;font-size: 14px;line-height:22px;padding: 10px 8px;}
.subBar a:hover {background-color: #1b7658;}
.subBar li + li a {border-top: 1px solid #85b5a2;}
.navBar > li:hover .subBar {display: block;}
/*footer*/
#footer{width:100%;height:130px;background-color: #046847;padding-top:27px;}
.banQ{font-size:14px;color:#FFFFFF;line-height:26px;margin: 10px 0 0 45px;}
.wIcon{display: block;margin:0 auto;}
.thirdBox h3{color:#FFFFFF;margin-top:10px;}
.thirdBox>div{cursor: pointer;}
.thirdBox>div+div{margin-left:35px;}
.footerImg{margin-top:5px;}
.wxLay{left:-17px;top:-110px;display: none;width:90px;height:90px;}