.main{
    background: url('../images/bg2.jpg') center bottom no-repeat;
}
.main.esdHBG{
    background-image: none!important;
}
.topnews {
    overflow: hidden;
}
.topnews h1{
    font-size: 37px;
    margin: 25px 0;
    text-align: center;
}
.topnews h1 a{
    color: #bd2f2a;
    font-family:  '宋体-简','宋体','Simsun','Songti';
}
.topnews ul{
   
    font-size: 20px;
    text-align: center;
}
.topnews ul li{
    display: inline;

    margin: 0 5px 0 0;
}
.topnews ul li a{
    padding-right: 10px;
    font-family: '宋体-简','宋体','Simsun','Songti'
}


.banner-box{
    float: left;
    width:620px;
    height: 412px;
    /* margin-top:40px; */
    position: relative;
    overflow: hidden;
}
.swiper-wrapper{
    box-sizing: border-box;
}
.banner .swiper-slide{
    width: 620px;
    /* overflow: hidden; */
}
.banner .swiper-slide a{
    display: block;
}
.banner img{
    width:620px;
    height: 412px;
}
.banner > .swiper-pagination-bullets{
    bottom:20px;
}
.banner .swiper-pagination-bullet{
    width:30px;
    height: 3px;
    border-radius: 2px;
}
.banner-box .swiper-button-next, .banner-box .swiper-button-prev{
    width:40px;
    height:40px;
    margin-top: -20px;
    outline: none;
}
.banner-box .swiper-button-prev, .banner-box .swiper-container-rtl .swiper-button-next{
    background: url("../images/banner-next.png") left top no-repeat;
    left:-40px;
    transition: left 0.3s ;
}
.banner-box .swiper-button-next, .banner-box .swiper-container-rtl .swiper-button-prev{
    background: url("../images/banner-prev.png") left top no-repeat;
    right:-40px;
    transition: right 0.3s ;
}
.banner-box:hover .swiper-button-prev, .banner-box:hover .swiper-container-rtl .swiper-button-next{
    left:20px;
    transition: left 0.3s ;
}
.banner-box:hover .swiper-button-next, .banner-box:hover .swiper-container-rtl .swiper-button-prev{
    right:20px;
    transition: right 0.3s ;
}



.news{
    position: relative;
    float: right;
    width:660px;
    height: 412px;
    background: #fff;
    /* margin-top:40px; */
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
}
.news .titlebg{
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: #ecf0f4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;

}
.news dl{
    height: 412px;
    position: relative;
    z-index: 99;
}
.news dl dt{
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    /* margin-right: 25px; */
    width: 140px;
    text-align: center;
    font-weight:bold;
}
.news dl dt span.cur{
    display: block;
    background: #0a5caa;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.news dl dt span.cur a{
    
    color: #fff;
}

.news dl dt a{
    color: #0a5caa;
}

.news dl dd{
    position: absolute;
    left:0;
    top:50px;
    display: none;
    
    width: 100%;
}

.news dl dd ul{
    margin-top:10px;
}

.news dl dd ul{
    margin-top:10px;
}
.news dl dd li{
    background: url("../images/dot.png") left center no-repeat;
    padding-left: 23px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
}



.dongtai{
    float: left;
    width:640px;
    height: 360px;
    margin-top:40px;
    background: #f5f7fa;
    padding: 20px 24px;
    overflow: hidden;
}
.dongtai > dl{
    height:320px;
    position: relative;
    overflow: hidden;
}
.dongtai > dl > dt{
    float: left;
    height: 48px;
    line-height: 48px;
    margin-right: 10px;
}


.dongtai > dl > dt a.piclink img {
    float: left;
    margin: 18px 0 0 5px;
}
.dongtai > dl > dt  a.piclink em {
    float: right;
    height: 20px;
    width: 2px;
    border-left: 1px solid #ddd;
    margin: 16px 6px 0 12px;
}
.dongtai > dl > dt span{
    float: left;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: bold;

    
    margin-top: 6px;
}
.dongtai > dl > dt span.cur{

    font-size: 24px;
}
.dongtai > dl > dt span.cur a{
    color: #0a5caa;
}
.dongtai > dl > dt.first{
    font-weight: bold;
    font-size: 24px;
    height: 48px;
    position: relative;
    margin-right: 78px;
}
.dongtai > dl > dt.first span{
    height:48px;
    line-height: 48px;
    border-radius: 0;
    padding: 0;
    font-weight: bold;
    font-size: 24px;
    margin:0;
    background: none;
}
.dongtai > dl > dt.first span.cur{
    background: none;
}
.dongtai > dl > dt.first span.cur a{
    color: #333;
}
.dongtai > dl > dd{
    position: absolute;
    left:0;
    top:48px;
    display: none;
    width: 100%;
}

.fright{
    float: right;
}
.zhengce > dl{
    height: 232px;
}
.zhengce  > dl > dt span{
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    background: #e3eaf1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 0 24px;
}

.zhengce  > dl > dt span a{
    color: #0a5caa;
}
.zhengce > dl > dt span.cur{
    background: #0a5caa;
    font-size: 18px;
}
.zhengce > dl > dt span.cur a{
    color: #fff;
    font-size: 18px;
}

.zwgklist ul{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
.zwgklist ul li{
    height: 60px;
    line-height: 1.5;
}
.zwgklist ul li a{
    display: block;
}
.zwgklist ul li:nth-child(1){
    background: url('../images/zwggicon-1.png') left center no-repeat;
}
.zwgklist ul li:nth-child(1) a{
    padding:6px 0 0 71px;
}
.zwgklist ul li:nth-child(2){
    background: url('../images/zwggicon-2.png') left center no-repeat;
}
.zwgklist ul li:nth-child(2) a{
    padding:6px 0 0 61px;
}
.zwgklist ul li:nth-child(3){
    background: url('../images/zwggicon-3.png') left center no-repeat;
}
.zwgklist ul li:nth-child(3) a{
    padding:6px 0 0 50px;
}
.zwgklist ul li:nth-child(4){
    background: url('../images/zwggicon-4.png') left center no-repeat;
}
.zwgklist ul li:nth-child(4) a{
    padding:6px 0 0 50px;
}
.ad{
    position: relative;
    /* background: #f5f7fa; */
    margin-top: 20px;
    /* padding: 20px; */
    /* overflow: hidden; */
}
.ad .ztSwiper{
    overflow: hidden;
}
.ad .swiper-slide img{
    width: 100%;
    height: 120px;
}
.ad .swiper-button-next,.ad .swiper-button-prev{
    width: 38px;
    height: 120px;
    margin: 0;
    top: 0;
}
.ad .swiper-button-next{
    right:-48px;
    background: url('../images/ztright.png') center center no-repeat;
}
.ad .swiper-button-prev{
    left:-48px;
    background: url('../images/ztleft.png') center center no-repeat;
}
.ad .swiper-button-next:hover{
    background: url('../images/ztrighthover.png') #F5F7FA center center no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.ad .swiper-button-prev:hover{
    background: url('../images/ztlefthover.png') #F5F7FA center center no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.ad ul{
    display: flex;
    justify-content: space-between;
}
.ad ul li{
    margin: 0 20px 0 0;
}
.ad ul li:last-child{
    margin-right: 0;
}
.ad ul li img{
    width: 100%;
}
.otherlink{
    float: left;
    margin-top: 20px;
    width: 390px;
}
.otherlink img{
    margin-bottom: 10px;
    width: 390px;
}
.yijian {
    margin-top: 10px;
}
.yijian dl dt.first{
    height:48px;
    line-height: 48px;
    border-radius: 0;
    padding: 0;
    font-weight: bold;
    font-size: 24px;
    margin:0;
    background: none;
}
.yijian dl dt.first a{
    color: #0a5caa;
}
.yijian dl dd{
    background: #f5f7fa;
    padding: 15px 23px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    line-height: 1.6;
}
.yijian dl dd em{
    color: #999999;
}
.yijian dl dd em.red{
    color: #dc2328;
}
.yewu{
    background: #f5f7fa;
    margin-top: 20px;
    width: 890px;
    padding: 30px;
    height: 440px;
}
.yewu-titile{
    color: #0a5caa;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 22px;
}
.yewu dl dt{
    width: auto;
    font-size: 18px;
    /* margin-right: 10px; */
    margin-right: 2px;
}
.yewu dl dt a{
    /* padding: 0 12px; */
    padding: 0 9px;
}
.yewu dl dd li{
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}
.yewu .titlebg{
    width: 830px;
}
.dfsj{
    margin-top: 20px;
    padding-bottom: 23px;
}
.dfsj ul{
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    justify-content: space-between;
}
.dfsj ul li{
    margin-bottom: 12px;
    margin-right: 12px;
}
.dfsj ul li:nth-child(16),.dfsj ul li:nth-child(32){
    margin-right: 0;
}
.dfsj ul li a{
    display: block;
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}


.xglink{
    height: 74px;
    background: #fff;
    position: relative;
}
.xglink dl{
    width:1300px;
    padding:19px 0;
}
.xglink dt{
    height: 36px;
    float: left;
    line-height: 36px;
    font-size: 16px;
    width: 105px;
}
.xglink dd{
    float: left;
    border: 1px solid #DDDDDD;
    width: 355px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-right: 37px;
}
.xglink dd > a{
    line-height: 42px;
    text-align: center;
}


.xglink dd.option:last-child{
    margin-right: 0;
}
.xglink dd.option{
    width: 410px;
    padding:0 20px 0 0;
}


.xglink dd.option a.tit{
    display: block;
    width:100%;
    height: 36px;
    background: url('../images/arrdown.png') right center no-repeat;
    cursor: pointer;
    text-align: center;
}
.xglink dd.option .tit em{
    display: none;
    background: none;
}
.xglink dd.option .tit.arrup{
    background-image: url("../images/arrup.png");
    position: relative;
}
.xglink dd.option .tit.arrup em{
    position: absolute;
    left: 50%;
    top:-11px;
    width:14px;
    height: 10px;
    margin-left:7px;
    background: url("../images/arrbg.png") left top no-repeat;
    z-index: 2;
    display: block;
}
.xglink dd.option div{
    position: absolute;
    left: 50%;
    top:-308px;
    width:1240px;
    height: 325px;
    margin-left:-620px;
    background: #fff;
    border-top: 3px solid #d60101;
    z-index: 999;
    padding:30px;
    display: none;
    box-shadow: 0 10px 10px rgba(26,82,133,0.10);
    text-align: left;
}
.xglink dd.option div li{
    float: left;
    width:16.66%;
    line-height: 30px;
    /*padding:0 10px;*/
    font-weight: normal;
    font-size: 14px;
}
.xglink dd.option div.divbox1{
    height: 280px;
    top:-263px;
    padding:30px;
}
.xglink dd.option div.divbox1 li{
    width:25%;
}
.xglink dd.option div.divbox4{
    /*height: 115px;*/
    /*top:-98px;*/
    height: 95px;
    top: -78px;
}
.xglink dd.option:last-child div{
    /* padding-left: 55px; */
}
.xglink dd.option:last-child div li{
    width:25%;
    font-size: 14px;
}
.piaochuang{
    position: fixed;
    right:10px;
    bottom: 50px;
    width: 290px;
    height: 196px;
    z-index: 9999;
}
.piaochuang .close{
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/closepch.png') left top no-repeat;
    background-size: 100%;
    width: 12px;
    height: 12px;
    display: block;
    cursor: pointer;
}

.pchcont{
    background: url('../images/pchbg.png') left top no-repeat;
    height: 177px;
    padding: 25px;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    margin-top: 19px;
}
.pchcont p{
    text-indent: 2em;
}

@media screen and (max-width:1300px)  {
    .topnews h1{
        font-size: 34px;
    }
    .topnews ul{
        font-size: 18px;
    }
    .banner-box,.banner img,.banner .swiper-slide{
        width: 570px;
        height: 380px;
    }
    .news{
        width: 610px;
        height: 380px;
    }
    .news dl dd li{
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .dongtai{
        width: 590px;
        height: 333px;
    }
    .dongtai > dl > dt.first{
        margin-right: 48px;
    }
    .zhengce > dl{
        height: 208px;
    }
    .zwgklist ul{
        margin-top: 33px;
    }
    
    .zwgklist ul li{
        font-size: 14px;
        height: 42px;
        
    }
    .zwgklist ul li:nth-child(1){
        background-size: contain;
    }
    .zwgklist ul li:nth-child(1) a{
        padding: 0 0 0 52px;
    }
    .zwgklist ul li:nth-child(2){
        background-size: contain;
    }
    .zwgklist ul li:nth-child(2) a{
        padding: 0 0 0 54px;
    }
    .zwgklist ul li:nth-child(3){
        background-size: contain;
    }
    .zwgklist ul li:nth-child(3) a{
        padding: 0 0 0 47px;
    }
    .zwgklist ul li:nth-child(4){
        background-size: contain;
    }
    .zwgklist ul li:nth-child(4) a{
        padding: 0 0 0 46px;
    }
    .ad .swiper-button-prev{
        width: 20px;
        left: -20px;
    }
    .ad .swiper-button-next{
        width: 20px;
        right: -20px;
    }
    .yewu{
        width: 790px;
        height: 441px;
    }
    .yewu .titlebg{
        width: 730px;
    }
    .yewu dl dt{
        font-size: 16px;
        margin-right: 0px;
    }
    .yewu dl dt a{
        padding: 0 8px;
    }
    .yewu dl dd li{
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }
    .dfsj ul li{
        
        margin-right: 8px;
    }
    .dfsj ul li a{
        font-size: 16px;
        width: 67.5px;
        height: 26px;
        line-height: 26px;
    }
    .xglink dl{
        width: 1200px;
    }
    .xglink dt{
        width: 80px;
    }
    .xglink dd{
        margin-right: 20px;
        width: 360px;
    }
    .xglink dd.option{
        width: 360px;
        padding-right: 10px;
    }

    .xglink dd.option div{
        width: 1200px;
        margin-left: -600px;
    }

    .ad .swiper-slide img{
        width: 100%;
        height: 110px;
    }
}