body{
    font-family: Arial;
    background: #f4f4f4;
}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
}
input{
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}
input, textarea{
    outline: 0;
    display: block;
    border: none;
    background: none;
}
a {
    color: #333;
    text-decoration: none;
}
img {
    padding: 0;
    margin: 0;
    border: none;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.h100{
    height: 100%;
}
.mainFilter{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0,0,0,.5);
    display: none;
}
.mainFilter2{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 994;
    background: rgba(0,0,0,.5);
    display: none;
}
.mainFilter3{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 994;
    background: rgba(0,0,0,.5);
    display: none;
}
.rightMenu{
    width: 200px;
    height: 100%;
    background: #1e6aab;
    position: fixed;
    right: -200px;
    top: 0;
    z-index: 1001;
    transition: all .3s;
}
.rightMenu .tit{
    width: 100%;
    text-align: center;
    padding: 30px 0 25px;
}
.rightMenu .tit img{
    height: 21px;
}
.rightMenu .list{
    width: 100%;
}
.rightMenu .list li{
    width: 100%;
    text-align: center;
}
.rightMenu .list li a {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    color: #f4f4f4;
}
.rightMenu .list li.now a,.rightMenu .list li:hover a{
    background: #154a77;
}
.container{
    position: relative;
    width: 100%;
    transition: all .3s;
}
.container .topBox{
    position: relative;
    width: 100%;
    background:url("../images/containerBg.jpg") no-repeat center center/cover;
    overflow: hidden;
}
.container .topBox .logo{
    height: 40px;
    position: absolute;
    top: 15px;
    left: 20px;
    opacity:0;
}
.container .topBox .logo img{
    height: 40px;
}
.container .topBox .searchBtn{
    width: 37px;
    height: 37px;
    position: absolute;
    right: 61px;
    top: 20px;
    background:url("../images/searchBtn.png") no-repeat center center/12px rgba(0,0,0,.4);
    border-radius: 50%;
    opacity:0;
}
.container .topBox .menuBtn{
    width: 37px;
    height: 37px;
    position: absolute;
    right: 17px;
    top: 20px;
    background:rgba(0,0,0,.4);
    border-radius: 50%;
    z-index: 1001;
    opacity:0;
}
.container .topBox .menuBtn .line1{
    position: absolute;
    top: 15px;
    right: 14px;
    width: 9px;
    height: 1px;
    background: #e1e4ed;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.container .topBox .menuBtn .line2{
    position: absolute;
    top: 18px;
    right: 14px;
    width: 9px;
    height: 1px;
    background: #e1e4ed;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.container .topBox .menuBtn .line3{
    position: absolute;
    top: 21px;
    right: 14px;
    width: 9px;
    height: 1px;
    background: #e1e4ed;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.container .topBox .menuBtn.now .line1{
    top: 19px;
    width: 11px;
    -webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);
}
.container .topBox .menuBtn.now .line2{
    display: none;
}
.container .topBox .menuBtn.now .line3{
    top: 19px;
    width: 11px;
    -webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);
}
.container .topBox .middlePic1{
    width: 100%;
    height: 18px;
    position: absolute;
    top:28%;
    left: 0;
    text-align: center;
    opacity: 0;
}
.container .topBox .middlePic1 img{
    height: 18px;
}
.container .topBox .middlePic2{
    width: 100%;
    height: 38px;
    position: absolute;
    top:35%;
    left: -9%;
    text-align: center;
    opacity: 0;
}
.container .topBox .middlePic2 img{
    height: 38px;
}
.container .topBox .middlePic3{
    width: 100%;
    height: 20px;
    position: absolute;
    top:42%;
    right: -9%;
    text-align: center;
    opacity: 0;
}
.container .topBox .middlePic3 img{
    height: 20px;
}
.container .topBox .aboutBtn{
    width: 100%;
    height: 38px;
    position: absolute;
    top:50%;
    left: 0;
    text-align: center;
    opacity: 0;
}
.container .topBox .aboutBtn a{
    display:inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    padding: 0 26px;
    background: #ffbf0f;
}
.container .topBox .middleNav{
    width: 100%;
    position: absolute;
    top:64%;
    left: 0;
    box-sizing: border-box;
    padding: 0 12px 0 20px;
    opacity: 0;
}
.container .topBox .middleNav .tit{
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}
.container .topBox .middleNav .tit span{
    color: #ffbf0f;
}
.container .topBox .middleNav .list{
    width: 100%;
}
.container .topBox .middleNav .list li{
    float: left;
    width: 50%;
}
.container .topBox .middleNav .list li a{
    display: block;
    margin:8px 8px 0 0;
    background: rgba(255,255,255,.88);
    box-sizing: border-box;
    padding: 0 12px;
    border-bottom: 2px solid transparent;
}
.container .topBox .middleNav .list li.now a,.container .topBox .middleNav .list li:hover a{
    border-bottom: 2px solid #1e6aac;
    background: #fff;
}
.container .topBox .middleNav .list li a .text{
    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #110e25;
    box-sizing: border-box;
    padding-left: 22px;
}
.container .topBox .middleNav .list li a .num{
    height: 48px;
    line-height: 48px;
    float: right;
    font-size: 17px;
    color: #1e6aab;
}
.container .topBox .middleNav .list li a .text.text1{
    background:url("../images/tit_img1.png") no-repeat left center/15px 16px;
}
.container .topBox .middleNav .list li a .text.text2{
    background:url("../images/tit_img2.png") no-repeat left center/18px;
}
.container .topBox .middleNav .list li a .text.text3{
    background:url("../images/tit_img3.png") no-repeat left center/15px 16px;
}
.container .topBox .middleNav .list li a .text.text4{
    background:url("../images/tit_img4.png") no-repeat left center/15px 13px;
}
.container .topBox .downBtn{
    width: 54px;
    height: 54px;
    position: absolute;
    left: 50%;
    top: 86%;
    margin-left:-27px;
    background:rgba(0,0,0,.65);
    border-radius: 50%;
    opacity: 0;
}
.container .topBox .downBtn a{
    display: block;
    width: 100%;
    height: 100%;
    background:url("../images/downBtnBg.png") no-repeat center center/16px;
}
@keyframes bounce-up {
    25% {
        transform: translateY(3px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(3px);
    }
}
.animate-bounce-up{
    -webkit-animation: bounce-up 1s linear infinite;
    animation: bounce-up 1s linear infinite;
}
.container .headerBox1{
    position: relative;
    width: 100%;
    height: 58px;
    border-bottom: 1px solid #1e6aab;
    background: #fff;
    text-align: center;
    z-index: 993;
}
.container .headerBox1 .logo2{
    width: auto;
    height: 48px;
    margin: 0 auto;
    padding: 5px 0;
}
.container .headerBox1 .logo2 img{
    height: 100%;
}
.container .headerBox1 .menuBtn{
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
}
.container .headerBox1 .menuBtn.now{
    z-index: 1001;
}
.container .headerBox1 .menuBtn .line1{
    position: absolute;
    top: 21px;
    right: 20px;
    width: 21px;
    height: 2px;
    background: #1e6aab;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.container .headerBox1 .menuBtn .line2{
    position: absolute;
    top: 28px;
    right: 20px;
    width: 21px;
    height: 2px;
    background: #1e6aab;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.container .headerBox1 .menuBtn .line3{
    position: absolute;
    top: 35px;
    right: 20px;
    width: 21px;
    height: 2px;
    background: #1e6aab;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.container .headerBox1 .menuBtn.now .line1{
    width: 24px;
    top: 29px;
    -webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);
}
.container .headerBox1 .menuBtn.now .line2{
    display: none;
}
.container .headerBox1 .menuBtn.now .line3{
    width: 24px;
    top: 29px;
    -webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);
}
.container .infoBox{
    width: 100%;
    min-height: 506px;
    background:url(../images/infoBogBg.jpg) no-repeat center/cover;
}
.container .infoBox .infoTitle{
    width: 100%;
    text-align: center;
    padding: 30px 0 20px;
}
.container .infoBox .infoTitle .tit{
    font-size: 19px;
    color: #000;
}
.container .infoBox .infoTitle .txt{
    font-size: 11px;
    color: #999;
}
.container .infoBox .infoNav{
    width: 100%;
}
.container .infoBox .infoNav ul{
    display: table;
    margin: 0 auto;
}
.container .infoBox .infoNav ul li{
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #1e6aab;
    padding: 0 8px;
    background: #fff;
    border:1px solid #1e6aab;
    border-radius:2px;
    margin-left: 5px;
}
.container .infoBox .infoNav ul li:first-child{
    margin-left: 0;
}
.container .infoBox .infoNav ul li.now{
    color: #fff;
    background: #1e6aab;
}
.container .infoBox .infoNews{
    width: 100%;
}
.container .infoBox .infoNews .list{
    width: 100%;
    box-sizing: border-box;
    padding:15px 20px 20px 20px;
    display: none;
}
.container .infoBox .infoNews .list.now{
    display: block;
}
.container .infoBox .infoNews .list li{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}
.container .infoBox .infoNews .list li .text{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #000;
}
.container .infoBox .infoNews .list li .bottom{
    width: 100%;
    margin-top: 12px;
}
.container .infoBox .infoNews .list li .bottom span{
    font-size: 15px;
    color: #8d8d8d;
    margin-right: 8px;
}
.container .infoBox .infoNews .list li .bottom .time{
    padding-right: 8px;
    border-right: 1px solid #ebebeb;
}
.container .infoBox .infoNews .list li .bottom .num{
    padding-left: 15px;
    background: url("../images/seeBg.png") no-repeat left center/14px;
}
.container .tenderBox{
    width: 100%;
}
.container .tenderBox li{
    position: relative;
    float: left;
}
.container .tenderBox li:first-child{
    width: 67%;
    box-sizing: border-box;
    border-right: 2px solid #fff;
}
.container .tenderBox li .pic{
    width: 100%;
}
.container .tenderBox li .pic img{
    width: 100%;
    height: 100%;
}
.container .tenderBox li .text{
    line-height: 34px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: rgba(0,0,0,.7);
    padding: 0 6px;
}
.container .tenderBox li .text span{
    color: #ffc100;
    margin-right: 6px;
}
.container .tenderBox li:first-child+li{
    width: 33%;
}
.container .tenderBox li:first-child+li .tenderBg{
    width: 100%;
}
.container .tenderBox li:first-child+li .tenderBg img{
    width: 100%;
}
.container .tenderBox li:first-child+li .tenderCont{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.container .tenderBox li:first-child+li .tenderCont .picBox{
    position: relative;
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    border-bottom:2px solid #fff;
}
.container .tenderBox li:first-child+li .tenderCont .picBox .pic{
    width: 100%;
    height: 100%;
}
.container .tenderBox li:first-child+li+li{
    width: 67%;
    box-sizing: border-box;
    border-right: 2px solid #fff;
}
.container .tenderBox li:first-child+li+li .tenderBg{
    width: 100%;
}
.container .tenderBox li:first-child+li+li .tenderBg img{
    width: 100%;
}
.container .tenderBox li:first-child+li+li .tenderCont{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.container .tenderBox li:first-child+li+li .tenderCont .picBox{
    position: relative;
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
}
.container .tenderBox li:first-child+li+li .tenderCont .picBox .pic{
    width: 100%;
    height: 100%;
}
.container .tenderBox li:first-child+li+li+li{
    width: 33%;
}
.container .tenderBox li:first-child+li+li+li .tenderBg{
    width: 100%;
}
.container .tenderBox li:first-child+li+li+li .tenderBg img{
    width: 100%;
}
.container .tenderBox li:first-child+li+li+li .tenderCont{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.container .tenderBox li:first-child+li+li+li .tenderCont .picBox{
    position: relative;
    width: 100%;
    height: 78%;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
}
.container .tenderBox li:first-child+li+li+li .tenderCont .picBox .pic{
    width: 100%;
    height: 100%;
}
.container .tenderBox li:first-child+li+li+li .tenderCont .textBox{
    position: relative;
    width: 100%;
    height: 22%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    background: #1e6aac;
    text-align: center;
}
.container .tenderBox li:first-child+li+li+li .tenderCont .textBox .txt{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -22px;
}
.container .tenderBox li:first-child+li+li+li .tenderCont .textBox .txt1{
    font-size: 21px;
    font-weight: bold;
    color: #fff;
}
.container .tenderBox li:first-child+li+li+li .tenderCont .textBox .txt2{
    font-size: 13px;
    color: #fff;
}
.container .honorBox{
    width: 100%;
    background: url(../images/honorBoxBg.jpg) no-repeat center/cover;
}
.container .honorBox .honorBoxBg{
    background:  rgba(30,106,172,.8);
    box-sizing: border-box;
    padding: 0 7px;
}
.container .honorBox .honorTitle{
    width: 100%;
    text-align: center;
    padding: 30px 0 20px;
}
.container .honorBox .honorTitle .tit{
    font-size: 19px;
    color: #fff;
}
.container .honorBox .honorTitle .txt{
    font-size: 11px;
    color: #b7b7b7;
}
.container .honorBox .honorList{
    width: 100%;
}
.container .honorBox .honorList li{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding:13px;
}
.container .honorBox .honorList li img{
    width: 100%;
    height: 100%;
}
.container .honorBox .honorMoreBtn{
    width: 100%;
    padding: 23px 0 44px;
}
.container .honorBox .honorMoreBtn a{
    display: block;
    width: 106px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #ffbf0f;
    text-align: center;
}
.container .newsBox{
    width: 100%;
    background: #fff;
}
.container .newsBox .newsTitle{
    width: 100%;
    text-align: center;
    padding: 30px 0 0;
}
.container .newsBox .newsTitle .tit{
    font-size: 19px;
    color: #000;
}
.container .newsBox .newsTitle .txt{
    font-size: 11px;
    color: #999;
}
.container .newsBox .list{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 16px 30px;
}
.container .newsBox .list li{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 24px 0;
    border-top: 1px solid #efefef;
}
.container .newsBox .list li:first-child{
    border-top:none;
}
.container .newsBox .list li .text{
    float: left;
    width: 55%;
}
.container .newsBox .list li.now .text{
    width: 100%;
}
.container .newsBox .list li .text .txt{
    width: 100%;
    font-size: 15px;
    color: #000;
    display: -webkit-box;
    line-height: 22px;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 41px;
    overflow: hidden;
}
.container .newsBox .list li .text .time{
    width: 100%;
    font-size: 13px;
    color: #737373;
    margin-top: 20px;
}
.container .newsBox .list li .pic{
    float: right;
    width: 44%;
}
.container .newsBox .list li .pic img{
    width: 100%;
}
.container .bottomBox{
    width: 100%;
    background: url("../images/bottomBg.jpg") no-repeat center/cover;
    box-sizing: border-box;
    padding: 0 16px;
    margin-bottom: 50px;
}
.container .bottomBox .bottomTitle{
    text-align: center;
    padding-top: 38px;
    font-size: 29px;
    color: #a6a6a6;
    font-family: PingFangSC-Thin;
}
.container .bottomBox .bottomInfo{
    width: 100%;
    box-sizing: border-box;
    padding:30px 0;
    border-bottom: 1px solid #e9e9e9;
}
.container .bottomBox .bottomInfo .code{
    float: left;
    width: 26%;
}
.container .bottomBox .bottomInfo .code img{
    width: 100%;
}
.container .bottomBox .bottomInfo .list{
    float: right;
    width: 70%;
}
.container .bottomBox .bottomInfo .list li{
    width: 100%;
    font-size: 14px;
    color: #868686;
    margin-bottom: 8px;
}
.container .bottomBox .copy{
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    color: #c2c2c2;
    text-align: center;
    padding: 20px 0 46px;
}
.container .bottomBox .copy a{
    color: #c2c2c2;
    text-decoration: underline;
}
.footer{
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 995;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #efefef;
}
.footer li{
    float: left;
    width: 20%;
    height: 50px;
    text-align: center;
}
.footer li .home{
    padding: 6px 0;
    width: 100%;
    text-align: center;
    float: left;
}
.footer li .home img{
    width: 40px;
    height: 40px;
}
.footer li .pic{
    padding-top: 5px;
    width: 100%;
    height: 24px;
    text-align: center;
}
.footer li .pic img{
    width: auto;
    height: 22px;
}
.footer li .text{
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #777;
    padding-bottom: 6px;
}
.container .headerBox2 {
    position: relative;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
    text-align: center;
    z-index: 1;
}
.container .headerBox2 .returnBtn{
    width: 26px;
    height: 26px;
    position: absolute;
    left: 18px;
    top: 13px;
    background: url("../images/returnBtn.png") no-repeat center/6px #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.container .headerBox2 .text{
    line-height: 50px;
    font-size: 18px;
    color: #444;
}
.container .headerBox2 .searchBtn{
    width: 26px;
    height: 26px;
    position: absolute;
    right: 51px;
    top: 13px;
    background: url("../images/searchBtn2.png") no-repeat center/12px #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.container .headerBox2 .menuBtn{
    width: 26px;
    height: 26px;
    position: absolute;
    right: 18px;
    top: 13px;
    background:#ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1001;
}
.container .headerBox2 .menuBtn .line1{
    position: absolute;
    top: 9px;
    right: 8px;
    width: 10px;
    height: 1px;
    background: #4f4f4f;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.container .headerBox2 .menuBtn .line2{
    position: absolute;
    top: 12px;
    right: 8px;
    width: 10px;
    height: 1px;
    background: #4f4f4f;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.container .headerBox2 .menuBtn .line3{
    position: absolute;
    top: 15px;
    right: 8px;
    width: 10px;
    height: 1px;
    background: #4f4f4f;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.container .headerBox2 .menuBtn.now .line1{
    width: 10px;
    top: 12px;
    -webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);
}
.container .headerBox2 .menuBtn.now .line2{
    display: none;
}
.container .headerBox2 .menuBtn.now .line3{
    width: 10px;
    top: 12px;
    -webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);
}
.container .errorBox{
    width: 100%;
    text-align: center;
}
.container .errorBox .pic{
    padding-top: 68px;
}
.container .errorBox .pic img{
    width: 76px;
    height: 76px;
}
.container .errorBox .text1{
    padding-top: 40px;
    font-size: 22px;
    color: #303030;
}
.container .errorBox .text2{
    padding-top: 10px;
    font-size: 12px;
    color: #a5a5a5;
}
.container .errorBox .btn{
    width: 100%;
}
.container .errorBox .btn a{
    display: block;
    margin: 36px auto;
    width: 138px;
    height: 34px;
    line-height: 34px;
    font-size: 17px;
    color: #1e6aac;
    border: 1px solid #1e6aac;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.container .headerBox3{
    position: relative;
    width: 100%;
}
.container .headerBox3 .returnBtn{
    width: 36px;
    height: 36px;
    position: absolute;
    top: 12px;
    left: 12px;
    background:url("../images/returnBtn2.png") no-repeat center/6px rgba(0,0,0,.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.container .headerBox3 .searchBtn{
    width: 36px;
    height: 36px;
    position: absolute;
    top: 12px;
    right: 57px;
    background:url("../images/searchBtn.png") no-repeat center/12px rgba(0,0,0,.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.container .headerBox3 .menuBtn{
    width: 36px;
    height: 36px;
    position: absolute;
    top: 12px;
    right: 12px;
    background:rgba(0,0,0,.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1001;
}
.container .headerBox3 .menuBtn .line1{
    position: absolute;
    top: 13px;
    right: 13px;
    width: 10px;
    height: 1px;
    background: #fff;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.container .headerBox3 .menuBtn .line2{
    position: absolute;
    top: 17px;
    right: 13px;
    width: 10px;
    height: 1px;
    background: #fff;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.container .headerBox3 .menuBtn .line3{
    position: absolute;
    top: 21px;
    right: 13px;
    width: 10px;
    height: 1px;
    background: #fff;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.container .headerBox3 .menuBtn.now .line1 {
    top: 17px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container .headerBox3 .menuBtn.now .line2 {
    display: none;
}
.container .headerBox3 .menuBtn.now .line3 {
    top: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.container .headerBox3 .pic{
    width: 100%;
    height: 160px;
    text-align: center;
    overflow: hidden;
}
.container .headerBox3 .pic img{
    height: 100%;
    width: 100%;
}
.container .headerBox3 .title{
    position: absolute;
    top: 30%;
    left: 16%;
}
.container .headerBox3 .title .text1{
    line-height: 32px;
    font-size: 39px;
    color: #fff;
    font-weight:bold;
}
.container .headerBox3 .title .text2{
    line-height: 20px;
    font-size: 19px;
    color: #fff;
}
.container .lawNews{
    width: 100%;
}
.container .lawNews li{
    width: 100%;
    box-sizing: border-box;
    padding: 22px 16px;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
}
.container .lawNews li .text{
    line-height: 22px;
    font-size: 15px;
    color: #444;
}
.container .lawNews li.now .text{
    color: #1e6aac;
}
.container .lawNews li .release{
    line-height: 22px;
    font-size: 13px;
    color: #737373;
}
.container .lawNews li .time{
    line-height: 22px;
    font-size: 13px;
    color: #737373;
}
.container .contactUsNav{
    position: relative;
    width: 100%;
    background: #f3f3f5;
    z-index:1;
}
.container .contactUsNav li{
    float: left;
    width: 50%;
    text-align: center;
}
.container .contactUsNav li a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.container .contactUsNav li.now a{
    border-bottom: 2px solid #1e6aac;
}
.container .contactUsNav li:first-child{
    background:url("../images/line2.gif") no-repeat right center;
}
.messageBox{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 16px 16px;
    background: #fff;
}
.messageBox .messageTit{
    width:100%;
    height: 40px;
}
.messageBox .messageTit img{
    height: 40px;
}
.messageBox .messageList{
    width: 100%;
}
.messageBox .messageList li{
    float: left;
    width: 100%;
    margin-top: 26px;
}
.messageBox .messageList li .codePic{
    float: left;
    width: 50%;
    text-align: center;
}
.messageBox .messageList li .codePic .pic{
    height: 100px;
}
.messageBox .messageList li .codePic img{
    height: 100%;
}
.messageBox .messageList li .text{
    text-align: center;
}
.messageBox .messageList li .left{
    float: left;
    width: 22%;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    color: #373737;
}
.messageBox .messageList li .right{
    float: left;
    width: 76%;
}
.messageBox .messageList li .right input{
    width: 100%;
    height: 24px;
    font-size: 15px;
    color: #373737;
    line-height: 36px;
    padding-left: 20px;
    box-sizing: border-box;
}
.messageBox .messageList li .line{
    float: left;
    width: 100%;
    height: 1px;
    background: #f2f2f2;
}
.messageBox .messageList li .line .line1{
    float: left;
    width: 22%;
    height: 1px;
    background: #ccc;
}
.messageBox .messageList li .textareaBox{
    width: 100%;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.messageBox .messageList li .textareaBox textarea{
    width: 100%;
    font-size: 15px;
    color: #373737;
    line-height: 24px;
    box-sizing: border-box;
    padding: 10px;
    outline: 0;
    border: none;
    background: none;
}
.messageBox .messageList li .textareaBox:hover{
    border: 1px solid #1e6aac;
}
.messageBox .messageList li .inputBtn{
    width: 100%;
    background: #1e6aac;
}
.messageBox .messageList li .inputBtn input{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    cursor: pointer;
}
.container .mapBox{
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
}
.container .mapBox #dituContent{
    width: 100%;
    height: 100%;
}
.iw_poi_title{
    color: #1e6aac;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}
.iw_poi_content{
    font: 12px arial,sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}
.videoArea{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}
.videoBg{
    width: 100%;
    height: 100%;
    background: #4c4c4c;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    opacity: 0.5;
    display: none;
}
.videoBg .Look_Close{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    z-index: 19960925;
    background: url(../images/Look_Close.png) no-repeat 100%/100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.videoBox{
    width: 100%;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    margin-top: -225px\9;
    margin-left: 400px\9;
    background: #4c4c4c;
    z-index: 1501;
    display: none;
}
.container .headerBox3 .middleTxt{
    width: 100%;
    position: absolute;
    top: 35%;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.container .headerBox3 .nav{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.container .headerBox3 .nav li{
    float: left;
    width: 25%;
    text-align: center;
    background:rgba(0,0,0,.5);
}
.container .headerBox3 .nav li a{
    display: inline-block;
    line-height: 38px;
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid transparent;
}
.container .headerBox3 .nav li.now a{
    color: #ffa70f;
    border-bottom: 2px solid #ffa70f;
}
.container .generalSituation{
    width: 100%;
    background: #fff;
}
.container .generalSituation li{
    float: left;
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #f8f8f8;
    padding:40px 16px 16px 16px;
}
.container .generalSituation li .pic{
    height: 110px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align: center;
}
.container .generalSituation li .pic img{
    max-height: 100%;
    max-width: 100%;
}
.container .generalSituation li .text{
    margin-top: 44px;
    font-size: 15px;
    color: #000;
    text-align: center;
}
.container .jobsNotice{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:16px;
    background: #f4f4f4;
}
.container .jobsNotice .jobTit{
    width: 100%;
    padding: 15px 0;
}
.container .jobsNotice .jobTit img{
    height: 34px;
}
.container .jobsNotice .text{
    line-height: 22px;
    font-size: 13px;
    color: #171b25;
}
.container .jobsBox{
    width: 100%;
}
.container .jobsBox li{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 16px;
    background: #fff;
}
.container .jobsBox li:first-child{
    margin-top: 0;
}
.container .jobsBox li .title{
    width: 100%;
}
.container .jobsBox li .title .num{
    display: inline-block;
    line-height: 28px;
    font-size: 35px;
    color: #1e6aac;
}
.container .jobsBox li .title .text1{
    display: inline-block;
    line-height: 28px;
    font-size: 28px;
    color: #1e6aac;
    vertical-align: top;
}
.container .jobsBox li .title .text2{
    display: inline-block;
    font-size: 11px;
    color: #1e6aac;
    vertical-align:top;
}
.container .jobsBox li .tit{
    margin-top: 20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #0c1319;
}
.container .jobsBox li .text{
    line-height: 20px;
    font-size: 13px;
    color: #797979;
}
.container .headerBox2 .search{
    position: absolute;
    top: 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 60px;
}
.container .headerBox2 .search .box{
    position: relative;
    width: 100%;
    background: url(../images/line3.gif) no-repeat center bottom/100%;
}
.container .headerBox2 .search input[type="text"]{
    border: none;
    width: 100%;
    height: 34px;
    font-size: 13px;
    color: #444;
    box-sizing: border-box;
    padding: 0 32px 0 10px;
}
.container .headerBox2 .search .btn{
    position: absolute;
    top: 0;
    right: 0;
}
.container .headerBox2 .search .btn input[type="submit"]{
    width: 32px;
    height: 34px;
    background: url(../images/searchBtn2.png) no-repeat center center/12px;
}
.container .keyWord{
    width: 100%;
}
.container .keyWord .title{
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 16px;
    font-size: 14px;
    color: #444;
}
.container .keyWord .list{
    width: 100%;
}
.container .keyWord .list li{
    float: left;
    width: 33.33%;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.container .keyWord .list li:nth-of-type(3n){
    border-right:none;
}
.container .keyWord .list li a{
    display: block;
    line-height: 50px;
    font-size: 15px;
    color: #454545;
}
.container .keyWord .list li.now a{
    color: #007dc9;
}
.container .searchResult{
    width: 100%;
}
.container .searchResult .title{
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 16px;
    font-size: 14px;
    color: #444;
}
.container .searchResult .list{
    width: 100%;
}
.container .searchResult .list li{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
}
.container .searchResult .list li .text{
    float: left;
    width: 80%;
    line-height: 50px;
    font-size: 15px;
    color: #454545;
}
.container .searchResult .list li .text span{
    color: #1e6aac;
}
.container .searchResult .list li .num{
    float: right;
    line-height: 50px;
}
.container .searchResult .list li .num span{
    color: #ff5a6e;
}
.container .headerBox2 .headerTitle{
    width: 100%;
    text-align: center;
    padding-top: 4px;
}
.container .headerBox2 .headerTitle .tit{
    font-size: 18px;
    color: #1e6aac;
}
.container .headerBox2 .headerTitle .num{
    font-size: 14px;
    color: #444;
}
.container .headerBox2 .headerTitle .num span{
    color: #1e6aac;
}
.container .projectInfo{
    width: 100%;
}
.container .projectInfo li{
    width:100%;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 16px;
    border-bottom: 1px solid #f4f4f4;
}
.container .projectInfo li .text{
    font-size: 15px;
    line-height: 22px;
    color: #444;
}
.container .projectInfo li.now .text{
    color: #1e6aac;
}
.container .projectInfo li .text .enclosure{
    display: inline-block;
    margin-left: 7px;
    padding-left: 25px;
    background:url("../images/enclosure.gif") no-repeat left center/18px;
}
.container .projectInfo li .text .enclosure span{
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    background: #b2b2b2;
    padding: 0 8px;
    border-radius: 12px;
}
.container .projectInfo li .time{
    width: 100%;
    line-height: 32px;
    font-size: 13px;
    color: #898989;
}
.container .newsNav{
    width: 100%;
    text-align: center;
}
.container .newsNav li{
    line-height: 40px;
    width: auto;
    height: 40px;
    float: left;
    padding: 0 20px;
    font-size: 15px;
    color: #110e25;
    background:url("../images/line2.gif") no-repeat left center;
}
.container .newsNav li:first-child{
    background: none;
}
.container .newsNav li a{
    display: inline-block;
    line-height: 40px;
}
.container .newsNav li a.cur{
    height: 38px;
    color: #1e6aac;
    border-bottom: 2px solid #1e6aac;
}
.container .informationBox{
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden;
}
.container .informationBox .title{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 16px;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
}
.container .informationBox .title .tit{
    line-height: 28px;
    font-size: 20px;
    color: #171b25;
}
.container .informationBox .title span{
    display: inline-block;
    line-height: 30px;
    font-size: 13px;
    color: #838383;
    margin-right: 24px;
}
.container .informationBox .infoContent{
    width: 100%;
    line-height: 34px;
    font-size: 15px;
    color: #414141;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 16px;
}
.container .informationBox .infoContent img{
    width: 100%;
}
.container .downloadAddress{
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
}
.container .downloadAddress .title{
    font-size: 21px;
    color: #1e6aac;
}
.container .downloadAddress .title span{
    margin-left: 4px;
    font-size: 11px;
    color: #7f7f7f;
}
.container .downloadAddress .list{
    width: 100%;
}
.container .downloadAddress .list li{
    width: 100%;
}
.container .downloadAddress .list li .text{
    line-height: 24px;
    padding:16px 0 0 18px;
    font-size: 15px;
    color: #444;
    background:url("../images/spot1.gif") no-repeat 8px 26px/4px;
}
.container .downloadAddress .list li.now .text{
    color: #1e6aac;
}
.container .downloadAddress .list li .downloadBtn{
    display: inline-block;
    margin-left: 18px;
    line-height: 30px;
    font-size: 13px;
    color: #1e6aac;
    padding: 0 15px;
    border: 1px solid #1e6aac;
    margin-top: 12px;
}
.container .promiseBox{
    width: 100%;
    background:url("../images/promiseBg.jpg") no-repeat center/cover;
}
.container .promiseBox .promiseBg{
    background:rgba(8,17,25,.9);
    box-sizing: border-box;
    padding: 16px 16px 30px 16px;
}
.container .promiseBox .promiseBg .title{
    width: 100%;
}
.container .promiseBox .promiseBg .title .tit{
    font-size: 21px;
    color: #fff;
    text-align: center;
}
.container .promiseBox .promiseBg .title .txt{
    line-height: 22px;
    text-align: center;
    font-size: 11px;
    color: #b7b7b7;
    opacity: 0.7;
}
.container .promiseBox .promiseBg .title .text{
    line-height: 30px;
    font-size: 13px;
    color: #a1a1a1;
    opacity: 0.7;
}
.container .promiseBox .promiseBg .number{
    width: 100%;
}
.container .promiseBox .promiseBg .number li{
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left:20px;
    margin-top:40px;
}
.container .promiseBox .promiseBg .number li .left{
    position: relative;
    float: left;
    width: 84px;
    height: 84px;
    border: 1px solid #878b8e;
    border-radius:50%;
}
.container .promiseBox .promiseBg .number li.now .left{
    border: 1px solid #ffc100;
}
.container .promiseBox .promiseBg .number li .left .num{
    line-height: 84px;
    text-align: center;
    font-size: 29px;
    color: #fff;
}
.container .promiseBox .promiseBg .number li.now .left .num{
    color: #ffc100;
}
.container .promiseBox .promiseBg .number li .left .txt{
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 13px;
    color: #fff;
    background: #1d242b;
}
.container .promiseBox .promiseBg .number li.now .left .txt{
    color: #ffc100;
}
.container .promiseBox .promiseBg .number li .right{
    position: absolute;
    top: 25px;
    left: 130px;
}
.container .promiseBox .promiseBg .number li .right .text1{
    line-height: 26px;
    font-size: 18px;
    color: #fff;
}
.container .promiseBox .promiseBg .number li.now .right .text1,.container .promiseBox .promiseBg .number li.now .right .text2{
    color: #ffc100;
}
.container .promiseBox .promiseBg .number li .right .text2{
    line-height: 20px;
    font-size: 12px;
    color: #959595;
}
.container .surveyBox{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 16px 24px;
    background: #fff;
}
.container .surveyBox .title{
    width: 100%;
}
.container .surveyBox .tit1{
    font-size: 21px;
    color: #000;
}
.container .surveyBox .tit2{
    font-size: 11px;
    color: #444;
}
.container .surveyBox .content{
    margin-top:10px;
    line-height: 32px;
    font-size: 13px;
    color: #444;
}
.slideBox{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.slideBox .bd{
    position: relative;
    z-index: 0;
}
.slideBox .bd li{
    position: relative;
    text-align: center;
}
.slideBox .bd li a{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.wrapper .banner .pic img, .slideBox .bd li img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.slideBox .hd{
    width: 100%;
    height: 12px;
    line-height: 12px;
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: 1;
    text-align: center;
}
.slideBox .hd ul{
    width: auto;
    display: inline-block;
    background: rgba(0,0,0,.3);
    padding: 3px 7px;
    border-radius: 12px;
}
.slideBox .hd li{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    margin-left: 3px;
    background: rgba(255,255,255,.5);
    opacity: 0.6;
}
.slideBox .hd li:first-child{
    margin-left: 0;
}
.slideBox .hd li.on{
    background: #fff;
    opacity: 1;
}
.slideBox .prev{
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    left: 12px;
    background:url("../images/prevBtn.png") no-repeat center/7px rgba(0,0,0,.5);
    border-radius: 50%;
}
.slideBox .next{
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    right: 12px;
    background:url("../images/nextBtn.png") no-repeat center/7px rgba(0,0,0,.5);
    border-radius: 50%;
}
.messagePopup{
    position: fixed;
    left: 0;
    bottom: 51px;
    display: none;
    z-index: 996;
}
.messagePopup .closeBtn{
    width: 57px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
}
.messagePopup .closeBtn img{
    width: 100%;
    height: 100%;
}
.servicePopup{
    position: fixed;
    left: 0;
    bottom: 51px;
    display: none;
    z-index: 996;
}
.servicePopup .closeBtn{
    width: 57px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
}
.servicePopup .closeBtn img{
    width: 100%;
    height: 100%;
}
.wrapper{
    width: 100%;
}
.wrapper .qrcodePage{
    margin-top: 50px;
    width: 100%;
    text-align: center;
}
.wrapper .qrcodePage .pic{
    width: 100%;
}
.wrapper .qrcodePage span{
    display: block;
    padding: 10px 0;
}