body {
    background: #ffffff;
}

.container {
    padding: 0;
    margin: 0 auto;
    width: 1200px;
}
.youindexlst li{ width: 48%; text-align: center; margin-top: 10px;}
.youindexlst li img{ border: solid 1px #dddddd; padding: 5px;}
.youindexlst li p{ width: 100%;  margin-top: 10px;}
.top {width: 100%; height: 118px;}
.logo img{ height: 79px; margin-top: 16px;}

.nav{ width: 100%; background: #1d4f99; height: 50px; line-height: 50px;}
.nav-main a{ height: 50px; line-height: 50px; border-right: 1px solid #2f97e0; color: #fff; text-align: center; flex: 1; font-size: 16px; }
.nav-main a:hover,.nav-main a.now{ background: #ae1f21 }

.slideBox{ width:100%; height:344px; overflow:hidden; position:relative;  }
.slideBox .hd{ height:20px; overflow:hidden; position:absolute; width:100%; text-align:center; bottom:15px; z-index:1; }
.slideBox .hd ul{text-align: center;  }
.slideBox .hd ul li{
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 10px;
    height: 10px;
    margin: 0 1px;
    background: #fff;
    overflow: hidden;-webkit-border-radius:5px;

}
.slideBox .hd ul li.on{ width: 40px;background:#ae1f21; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; text-align:center;}
.slideBox .bd img{width:1920px; position:absolute; left:50%; top:0; margin-left:-960px; }


.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.nav-bottom{
    width: 100%;
    height: 35px;
    background: #f1f1f1;
}
.nav-bottom-main{
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-bottom-2{
    padding-left: 40px;
    margin-left: 10px;
    background: url("../images/icon-1.png") left center no-repeat;
    line-height: 35px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-bottom-2 a{
    font-size: 14px;
    color: #333;
}
.nav-bottom-2 a.now,.nav-bottom-2 a:hover{
    color: #ff4e00;
}
.nav-bottom-2 span{
    margin: 0 8px 0 10px;
}
.nav-bottom-2 span:last-child{
    display: none;
}
.nav-bottom-main p{
    display: inline-block;
    padding-left: 40px;
    background: url("../images/icon-1.png") left center no-repeat;
    background-size: 20px;
    line-height: 35px;
    font-size: 12px;
}
.nav-bottom-main a{
    color: #333333;
    font-size: 12px;
    line-height: 35px;
    margin-left: 15px;
}


.index-module-1{
    width: 100%;
    margin-top: 13px;
}
.index-module-1-left{
    width: 902px;
    height: 384px;
    float: left;
    padding: 0 13px;
    border: 1px #e5e5e5 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; border-radius: 4px;
}
.index-module-1-title{
    width: 100%;
    margin-top: 6px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #e5e5e5 solid;
    position: relative;
    margin-bottom: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-module-1-title-2{
    padding: 0 13px;
}
.index-module-1-title p{
    float: left;
    font-size: 16px; font-weight: bold;
    color: #333;
    padding-left: 20px;
    background: url("../images/icon-3.jpg") left center no-repeat;
}
.index-module-1-title a{
    float: right;
    font-size: 14px;
    font-family: "����",Arial,sans-serif;
}
.index-module-1-title .blue-line{
    width: 58px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #1d4f99;
}


.index-module-1-scroll { float:left; position: relative; width: 502px; height: 306px; overflow: hidden; font-family:Arial; text-align: left; background:#fff; }
.index-module-1-scroll .pic img { width: 502px; height: 306px; display: block; }
.index-module-1-scroll .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 40px; width:100%;  background: #999; filter: alpha(opacity=10); opacity: 0.1; overflow: hidden; }
.index-module-1-scroll .txt { position: absolute; bottom: 0; z-index: 2; height: 40px; width:100%; overflow: hidden; }
.index-module-1-scroll .txt li{ height:40px; line-height:40px; position:absolute; bottom:-40px;}
.index-module-1-scroll .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 15px; }
.index-module-1-scroll .num { position: absolute; z-index: 3; bottom: 15px; right: 7px; }
.index-module-1-scroll .num li{ float: left; margin-right:8px; position: relative; width: 10px; height: 10px; border-radius:50%;background:#fff; line-height: 15px; overflow: hidden; text-align: center; cursor: pointer; }
.index-module-1-scroll .num li.on{
    background:#ff4e00;
}

.index-module-1-list{
    width: 350px;
    float: right;
}
.index-module-1-list li{
    width: 100%;
    padding-left: 14px;
    background: url("../images/icon-2.jpg") left center no-repeat;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 34px;
}
.index-module-1-list li a{
    font-size: 14px;
    color: #333;
}

.index-module-1-right{
    width: 283px;
    height: 384px;
    float: right;
    border: 1px #e5e5e5 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; border-radius: 4px;
}
.index-module-1-right-s{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
}
.index-module-1-right-rec{
    width: 100%;
    height: 78px;
    margin-top: 22px;
    margin-bottom: 10px;
}
.index-module-1-right-rec img{
    width: 106px;
    height: 78px;
    float: left;
}
.index-module-1-right-rec p{
    width: 146px;
    float: right;
}
.index-module-1-right-rec p a{
    color: #333;
    font-size: 12px;
}
.index-module-1-right-list{
    width: 100%;
}
.index-module-1-right-list li{
    width: 100%;
    padding-left: 14px;
    background: url("../images/icon-2.jpg") left center no-repeat;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 34px;
}
.index-module-1-right-list li a{
    font-size: 14px;
    color: #333;
}
.ggw{
    width: 100%;
    height: 100px;
    margin-top: 13px;
}
.ggw img{
    width: 100%;
    height: 100px; border-radius: 4px;
}
.index-module-2{
    width: 100%;
    margin-top: 13px;
}
.index-module-2-item{
    width: 390px;
    height: 332px;
    border: 1px #e5e5e5 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    float: left;
}
.index-module-2-item.first{
    margin-left: 0;
}
.index-module-2-title{
    width: 100%;
    height: 39px;
    padding: 0 13px 0 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #0d7ccb;
    line-height: 39px;
}
.index-module-2-title p{
    float: left;
    font-size: 16px;
    color: #fff;
}
.index-module-2-title a{
    float: right;
    font-size: 14px;
    font-family: "����",Arial,sans-serif; color: #fff;
}
.index-module-2-items{
    width: 100%;
    padding: 18px 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-module-2-item-rec{
    width: 100%;
    height: 80px;
}
.index-module-2-item-rec img{
    width: 122px;
    height: 80px;
    float: left;
}
.index-module-2-item-rec p{
    float: right;
    width: 215px;
    line-height: 1.6;
    height: 80px;
    overflow: hidden;
}
.index-module-2-item-rec p a{
    font-size: 16px;
    color: #333;
}
.index-module-2-item-list{
    width: 100%;
    margin-top: 12px;
}
.index-module-2-item-list li{
    width: 100%;
    background: url("../images/icon-2.jpg") left center no-repeat;
    padding-left: 15px;
    line-height: 34px;
    float: left;
}
.index-module-2-item-list li p{
    width: 80%;
    float: left;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.index-module-2-item-list li span{
    float: right;
}
.index-module-2-item-list li:hover span{
    color: #ff4e00;
}
.index-partner{
    width: 100%;
    margin-top: 13px;
     border: solid 1px #e5e5e5;

    padding-bottom: 22px; border-radius: 4px;
}
.index-partner-title{
    width: 100%;
    padding-left: 21px;
    height: 39px;
    line-height: 39px; background: #c1e0f6;
    font-size: 16px;
    color: #1d4f99;

}
.index-partner-list{
    width: 100%;
    margin-top: 14px;
}
.index-partner-list li{
    width: 183px;
    height: 67px;
    float: left;
    margin-left: 14px;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #f1f1f1 solid;
    margin-top: 7px;
}
.index-partner-list li span{
    height: 100%;
    vertical-align: middle;
}
.index-partner-list li  img{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.foot-nav{
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    background: #1d4f99;
    margin-top: 13px;
}
.foot-nav a{
    color: #ffffff;
}
.foot-nav span{
    margin: 0 8px 0 10px;
}
.copy{
    width: 100%;
    padding: 15px 0;
    text-align: center;
    line-height: 2;
}

.pub{
    width: 100%;
    margin-top: 13px;
}
.public-left{
    width: 902px;
    float: left;
    border: 1px #e5e5e5 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 15px;
}

.pub-current{
    width: 100%;
    margin-top: 5px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #e5e5e5 solid;
    position: relative;
    margin-bottom: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pub-current p{
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-left: 20px;
    background: url("../images/icon-3.jpg") left center no-repeat;
}
.pub-current span{
    float: right;
    font-size: 14px;
    font-family: "����",Arial,sans-serif;
}
.pub-current span a{
    font-size: 14px;
    font-family: "����",Arial,sans-serif;
}
.pub-current .blue-line{
    width: 58px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #1d4f99;
}
.about-text{
    width: 100%;
    font-size: 15px;
    color: #333;
    line-height: 1.8;
}

.public-right{
    width: 283px;
    float: right;
}
.pub-partner{
    width: 100%;
    float: left;
    margin-top: 13px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #e5e5e5 solid;
}
.pub-partner-list{
    width: 100%;
}
.pub-partner-list li{
    width: 122px;
    height: 45px;
    float: left;
    margin-left: 13px;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #f1f1f1 solid;
    margin-top: 7px;
}
.pub-partner-list li span{
    height: 100%;
    vertical-align: middle;
}
.pub-partner-list li  img{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page{
    width: 100%;
    margin: 15px 0 10px ;
    text-align: center;
}
.page a,.page span{
    padding: 4px 10px;
    border: 1px #e5e5e5 solid;
    margin: 0 5px;
}
.page a:hover,.page span{
    color: #0063a9;
    border: 1px #0063a9 solid;
}

.news-list{
    width: 100%;
}
.news-list li{
    width: 100%;
    float: left;
    padding-left: 14px;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../images/icon-2.jpg") left center no-repeat;
}
.news-list li p{
    float: left;
    width: 85%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-list li p a{
    color: #333;
}
.news-list li span{
    float: right;
}
.news-list li:hover span{
    color: #ff4e00;
}
.news-list li:hover a{
    color: #ff4e00;
}

.news-detail{
    width: 100%;
}
.news-title{
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px #f1f1f1 solid;
    color: #000;
    text-align: center;
    width: 100%;
}
.news-add-time{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.news-text{
    width: 100%;
    margin-top: 10px;
    line-height: 1.8;
    font-size: 15px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px #f1f1f1 solid;
}
.news-prev-next{
    width: 100%;
    margin-top: 10px;
}
.news-prev-next li{
    width: 100%;
    line-height: 30px;
}
.news-prev-next li a{
    font-size: 16px;
    color: #000;
}
.news-prev-next li a:hover{
    color: #ff4e00;
}
.news-file{
    width: 100%;
    margin-top: 10px;
}
.news-file li{
    width: 100%;
    line-height: 30px;
}
.news-file li a{
    font-size: 14px;
    color: #1d9bd8;
}
.map{
    width:100%;
    margin:20px auto;
}
.map img{
    width:100%;
}




.indexnews{ width: 32.5%; margin-top: 10px;}
.newstop01{ width: 100%; height: 40px; line-height: 40px; background: #e9f3fa; color: #333; padding: 0px 10px; font-size: 16px; border-radius: 4px;}
.newstop01 p{ font-weight: bold}
.newstop01 span a{  color: #333;cursor:pointer; font-size: 14px; font-family: "����"}
.newstop01 span a:hover{  color:#333}
.newstop02{ margin-top: 10px;}
.newstop02 img{ width: 122px; height: 80px;}
.newstop02 p{ flex: 1; font-size: 14px; padding-left: 10px; line-height: 24px;}
.newstop02 p a{ color: #333}
.newstop03{ margin-top: 10px;}
.newstop03 li{ background: url(../images/icon-2.jpg) left center no-repeat;
    padding-left: 15px;
    line-height: 34px;}
.newstop03 li p{ width: 330px; }
.top15{ margin-top: 15px;}
.newsleft{ width: 220px; }
.newsleft1{ width: 100%; height: 50px; line-height: 50px; background: #0063a9; text-align: center; font-size: 18px; font-weight: bold; color: #fff; border-radius: 4px 4px 0px 0px;}
.newsleft2{ }
.newsleft2 li{ width: 100%; height: 40px; line-height: 40px; padding-left: 20px; background: #f5f5f5; margin-top: 1px; font-size: 16px;  }
.newsleft2 a li{ color: #333}
.newsleft2 li.now,.newsleft2 li:hover{ background: #daeefc;  }
.newsright{ flex: 1; padding-left: 20px;}
.newsright1{ text-align: left; color: #333; font-size: 18px; font-weight: bold; height: 50px; line-height: 50px; border-bottom: solid 1px #e5e5e5;}
.newsright1 p{  color: #0063a9;}
.newsright1 span{ text-align: left; color: #333; font-size: 14px; height: 50px; line-height: 50px; border-bottom: solid 1px #e5e5e5;}
.newsright2{ width: 70px; height: 3px; background: #0063a9; margin-top: -3px;}
.newsright4 li{background: url(../images/icon-2.jpg) left center no-repeat;
padding-left: 15px;
line-height: 50px; border-bottom:solid 1px #f1f1f1}
.newsright4 li a{ color: #333}
.rvm{ margin-top: 10px;}
.rvm img{ width: 70%; margin-left: 15%; border: 1px solid #e5e5e5}
.rvm p{ width: 100%; font-size: 12px; color: #666; text-align: center;}
.leftdh{ width: 100%; border: solid 1px #e5e5e5; height: 50px; line-height: 50px; color: #0063a9; font-size: 18px; font-weight: bold; margin-top: 15px; border-radius: 4px;}
.leftdh img{ width: 30px; height: 30px; margin-left: 20px; margin-top: 10px; margin-right: 15px;}
.newsnwtitle1{ width: 100%; text-align: center; font-size: 20px; font-weight: bold; color: #000; margin-top: 15px; border-bottom: solid 1px #e5e5e5; padding-bottom: 10px; line-height: 28px; padding: 20px 20px;}
.newsnwtitle2{ text-align: center; margin-top: 15px;}
.newsnw1{ margin-top: 20px; font-size: 16px; line-height: 24px; color: 222222}
.newsnw1 img{ max-width: 700px; margin: 10px auto}
.syp{ margin-top: 10px; border-top: solid 1px #e5e5e5; padding: 15px 0px; line-height: 28px;}
.zwdr{ width: 100%; text-align: center; font-size: 20px; font-weight: bold; color: #ccc; margin-top: 40px;}
.soulogo{ width: 100%;  text-align: center;}
.soulogo img{ margin: 0px auto; width: 200px; }
.soubd{ margin-top: 20px; width: 60%; margin-left: 20%; border: solid 1px #e5e5e5; border-radius: 6px; background: #f9f9f9; padding: 30px 0px;}


.hhsounews01{ width: 100%;  font-size: 18px; color: #000; margin-top: 15px; margin-left: 110px;}
.hhsounews01 input{ width:280px; height: 40px; font-size: 14px; color: #333; line-height: 40px; border: solid 1px #e1e1e1; border-radius: 4px; padding: 6px;}
input.bd01{ width: 340px; height: 40px; background: #be191f; color: #fff; line-height: 40px; text-align: center; margin-top: 15px;  border: 0px; border-radius: 6px; font-size: 18px; margin-left: 110px;}

.sounw{ margin-top: 20px; width: 60%; margin-left: 20%; border: solid 1px #e5e5e5; border-radius: 6px; background: #f9f9f9; padding: 30px 0px;}
.sounwnwtitle{ width: 100%; text-align: center; font-size: 16px; color: #000; line-height: 48px;}
.sounwnwtitle1{ width: 100%; text-align: center; font-size: 24px; color: #000;  padding-bottom: 20px; font-weight: bold; border-bottom: solid 1px #e5e5e5; margin-bottom: 15px;}
.nonosou p{ width: 100%; text-align: center; font-size: 16px; line-height: 28px;}
.nonosou p span{ color: #f00}
.hhsounews01{ margin-left: 20px;}
input.bd02{ margin-left: 20px;}
.zacx{ margin-top: 40px;}
.sous{ margin-top: 40px;}
.topsou{ width: 250px; height: 40px; border: 1px solid #e5e5e5; padding: 6px; color: #333; line-height: 40px; border-radius: 4px; }
.topsou1{ width: 100px; height: 40px; border: 0px;  line-height: 40px; margin-left: -10px; background:#ae1f21 url("../images/sou.png") left 20px center no-repeat; background-size: 20px; padding-left: 30px; color: #fff;cursor:pointer; border-radius: 0px 4px 0px 4px;}
.mleft110{ margin-left: 110px}

@media (max-width: 1200px){
    .nav,.hdp,.foot-nav  {width:1200px; float:left;}
}

.zjlst{ width: 25%; padding: 10px; margin-top: 20px;}
.zjlst img{ width: 100%; border-radius: 4px;}
.zjlst p{ width: 100%; font-size: 18px; font-weight: bold; color: #000; margin-top: 10px;}
.zjlst span{ width: 100%; font-size: 14px; color: #666; margin-top: 8px;}

.zscx01{ width: 900px; height: 624px; background:url("../images/zs.jpg") no-repeat; margin: 20px auto; position: relative;font-size: 18px; color: #333; }
.imgzp{ position: absolute; top: 60px; left: 154px;  }
.zscx001{ position: absolute; top: 315px; left: 140px; }
.zscx002{ position: absolute; top: 315px; left: 300px; }
.zscx003{ position: absolute; top: 370px; left: 180px; }
.zscx004{ position: absolute; top: 425px; left: 180px; }
.zscx005{ position: absolute; top: 480px; left: 180px; }
.zscx006{ position: absolute; top: 130px; left: 580px; }
.zscx007{ position: absolute; top: 200px; left: 740px; }
.zscx008{ position: absolute; top: 270px; left: 720px; }
.zscx009{ position: absolute; top: 340px; left: 650px; }
.zscx02{ width: 100%; text-align: center; font-size: 18px; color: #999; margin-top: 40px;}
.nonosou{ text-align: center; margin-top: 50px}







