@charset "utf-8";
body{min-width:1200px;background: url(../img/bg.png) center bottom no-repeat;}
/*header*/
#header{width:100%;height:141px;background: url(../img/banner_bg.jpg) center no-repeat;}
.today,.interval{color:#8c8a8a;line-height:35px;}
.today div{display:inline;}
#header .header ul{margin-top:14px;}
.interval{margin:0 10px;}
.search{margin-top:10px;}
.searchBox{
    background: transparent;
    border-bottom: 1px solid #167890;
    margin:9px 3px 0 0;
    width:0;
    color: #167890;
    line-height:16px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    }
.searchMain:hover .searchBox{width:180px;}
.logo{padding-top:32px;}
.logo a{display: block;width:460px;height:78px;}
/*导航*/
#nav{width:100%;height:56px;background-color: #167890;}
.navBar>li>a{width:171px;height:56px;display: block;font-size:22px;color:#ffffff;line-height:56px;}
.navBar>li+li>a{text-align: center;}
.index>a{padding-left:84px;background: url(../img/index.png) 47px center no-repeat;}
#checkName,.navBar>li:hover,.subBar a:hover{background-color: #2fa1bc;}
.subBar {background: url(../img/navBg.png);z-index: 30;width: 100%;top:56px;display: none;}
.subBar a {display: block;width: 100%;text-align: center;color: #ffffff;font-size: 14px;line-height:22px;padding: 9px 8px;}
.navBar > li:hover .subBar {display: block;}
.subBar li+li{border-top:1px solid #959595;}
.navBar>li em{display: block;height:15px;border-left:1px solid #babdbe;left:0;top:20px;}
/*footer*/
#footer{width:100%;height:170px;background-color: #006179;}
.footLogo{margin-top:39px;}
.footLogo dt{padding-left:12px;}
.footLogo dd,.ban,.footLogo dd a{color:#ffffff;line-height:24px;}
.footLogo dd a:hover{color:#167890;}
.ban{margin:37px 0 0 90px;}
.QR{height:97px;margin-top:35px;}
.QR li{padding:5px 5px 4px;background-color: #ffffff;}
.QR li+li{margin-left:10px;}
.QR img{display: block;width:65px;height:65px;}
.QR h3{text-align: center;line-height:20px;font-size:12px;}






