.sliderbox3522{width:100%;position:relative;height:100%;overflow:hidden;}
.sliderbox3522 .slick-list{height:100%;}
.sliderbox3522 .slick-track{height:100%;}
.sliderbox3522 .slick-slide>div{height:100%;}
.sliderbox3522 .frame{height:100%;}
.sliderbox3522 .child{height:100%;position:relative;overflow:hidden;}
.sliderbox3522 .slick-slide .image{width:100%;height:100%;position:relative;overflow:hidden;}
.sliderbox3522 .slick-slide .item,.sliderbox3522 .slick-slide .item img{width:100%;height:100%;display:block;}
.sliderbox3522 .slick-slide .image:before{content:"";position:absolute;left:0;bottom:0;right:0;height:80px;background:linear-gradient(to top,rgba(9,27,64,0.7),rgba(0,0,0,0));}
.sliderbox3522 .number{position: absolute;right:100px;bottom:50px;color: #fff;text-align: center;line-height:1;}
.sliderbox3522 .number li{width:auto;height:auto;margin:0 10px;cursor: pointer;vertical-align: middle;display:inline-block;}
.sliderbox3522 .number li.slick-active{font-size:26px;}
.sliderbox3522 .number li:after{content:"";border-top:1px solid #fff;display: inline-block;vertical-align: middle;width:0px;margin-left:5px;transition:all 0.5s ease-out 0s;}
.sliderbox3522 .number li.slick-active:after{width:60px;}
.sliderbox3522 .slick-slide .item .title{position:absolute;left:0;bottom:50px;font-size:30px;color:#fff;line-height:30px;padding-left:40px;}
.xygk-section{
    width: 100%;
    height: 779px;
    background: url(../img/xygk-bg.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    padding: 180px 0 220px;
    box-sizing: border-box;
}
.xygk-section .xygk-box{
    padding-left: 3%;
    overflow:hidden;
}
.xygk-section .xygk-info-box{
    width:50%;
}
.xygk-section .xygk-info{
    width: 100%;
    font-size: 18px;
    color: #4D4D4D;
    line-height: 36px;
    margin-top: 40px;
}
.xygk-section .xygk-info a{
    color: #003289;
    font-size: 20px;
}
.xygk-section .bottom-btn{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.xygk-section .bottom-btn .btn-item{
    width: 45%;
    background: #0a55a6;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
}
.xygk-section .xygk-img-wrap{
    position: absolute;
    top: 50%;
    right: 8%;
    width: 25%;
    transform: translate(0, -50%);
}
.xygk-section .xygk-img-wrap img{
    display: block;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}
.xygk-section .xygk-img-wrap img:hover{
    transform: rotate(360deg);
}
.xygk-section .xygk-video{
    width:45%;
    margin-top:150px;
}
.xygk-section .xygk-video video{
    display:block;
    width:100%;
    height:320px;
}

.news-section{
    width: 100%;
    background: url(../img/list-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0 47px;
}
.news-section .news-nav-wrap{
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
}
.news-section .news-nav-wrap .nav-item{
    float: left;
    width: 160px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    margin: 0 20px;
}
.news-section .news-nav-wrap .nav-item .zw{
    display: block;
    font-size: 36px;
    padding-bottom: 10px;
}
.news-section .news-nav-wrap .nav-item .yw{
    display: none;
    font-size: 14px;
    padding-top: 10px;
    color: rgba(255, 255, 255, .7);
    border-top: 1px solid #0085FF;
}
.news-section .news-nav-wrap .nav-item.cur .zw{
    font-weight: bold;
}
.news-section .news-nav-wrap .nav-item.cur .yw{
    display: block;
    height: 49px;
}
.news-section .news-more{
    text-align: right;
    overflow: hidden;
    font-size: 16px;
}
.news-section .news-more a{
    float: right;
    color: #fff;
    display: none;
}
.news-section .news-more a.cur{
    display: block;
}
.news-list-wrap{
    margin-top: 15px;
}
.news-list-wrap .news-list{
    display: none;
    overflow: hidden;
}
.news-list-wrap .news-list.cur{
    display: block;
}
.news-list-wrap .news-list .list-item{
    background: #F7F7F7;
    float: left;
    width: 580px;
    margin: 0 40px 30px 0;
}
.news-list-wrap .news-list .list-item:nth-child(even){
    margin-right: 0;
}
.news-list-wrap .news-list .list-item a{
    overflow: hidden;
    display: block;
    padding: 30px 30px 30px 0;
}
.news-list-wrap .news-list .list-item .date{
    width: 122px;
    height: 80px;
    text-align: center;
    border-right: solid 1px #BFBFBF;
}
.news-list-wrap .news-list .list-item .date .day{
    display: block;
    font-size: 40px;
    color: #282828;

}
.news-list-wrap .news-list .list-item .date .year-month{
    display: block;
    font-size: 14px;
    color: #999;
}
.news-list-wrap .news-list .list-item .info{
    width: 392px;
    padding-left:30px;
}
.news-list-wrap .news-list .list-item .info .tit{
    font-size: 18px;
    color: #444;
}
.news-list-wrap .news-list .list-item .info .desc{
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-top: 10px;
}
.news-list-wrap .news-list .list-item .jxjg-name{
    font-size:24px;
    font-weight:bold;
    text-align:center;
    color:#444;
}


.xyfg-section{
    width: 100%;
    background: url(../img/xyfg-bg.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 60px;
}
.xyfg-top-box{
    overflow: hidden;
    padding-top: 85px;
    width: 100%;
}
.xyfg-top-box .tit{
    width: 152px;
    color: #0A55A6;
}
.xyfg-top-box .tit .tit-zw{
    display: block;
    font-size: 36px;
    font-weight: bold;
    border-bottom: solid 1px #0085FF;
    padding-bottom: 10px;
}
.xyfg-top-box .tit .tit-yw{
    display: block;
    font-size: 14px;
    padding-top: 10px;
    text-align:center;
}
.xyfg-top-box .more{
    color: #999;
    font-size: 16px;
    display: block;
    margin-top: 15px;
}
.xyfg-list{
    margin-top: 35px;
    overflow: hidden;
}
.xyfg-list .list-item{
    float: left;
    margin-right: 20px;
}
.xyfg-list .list-item:last-child{
    margin-right: 0;
}
.xyfg-list .list-item a{
    display: block;
    width: 273px;
    height: 438px;
    overflow: hidden;
    position:relative;
    z-index:0;
}
.xyfg-list .list-item a img{
    display: block;
    width: 100%;
    position:absolute;
    height:100%;
}
.zsgk-section{
    width: 100%;
    background: url(../img/zsgk-bg.png) no-repeat;
    background-size: 100% 100%;
}
.zsgk-wrap{
    overflow: hidden;
}
.zsjy-wrap{
    width: 50%;
    box-sizing: border-box;
}
.tit-box{
    overflow: hidden;
    padding-top: 85px;
    width: 100%;
}
.tit-box .tit{
    width: 152px;
    color: #0A55A6;
}
.tit-box .tit .tit-zw{
    display: block;
    font-size: 36px;
    font-weight: bold;
    border-bottom: solid 1px #0085FF;
    padding-bottom: 10px;
}
.tit-box .tit .tit-yw{
    display: block;
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
}
.tit-box .more{
    color: #999;
    font-size: 16px;
    display: block;
    margin-top: 15px;
}
.zs-list{
    overflow: hidden;
    margin-top: 14px;
}
.zs-list .zs-item{
    width: 45%;
    margin:10px 2% 30px;
}
.zs-list .zs-item-wrap{
    display: block;
    height:459px;
    background: #fff;
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    box-shadow: 5px 3px 10px 2px rgba(0, 0, 0, 0.2);
}
.zs-list .zs-item-wrap .img-wrap{
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.zs-list .zs-item-wrap .img-wrap img{
    display: block;
    width: auto;
    height: 100%;
}
.zs-list .zs-item-wrap .content-wrap{
    width: 100%;
    padding: 25px 20px;
    box-sizing: border-box;
}
.zs-list .zs-item-wrap .content-wrap .tit{
    font-size: 20px;
    color: #003b6e;
}
.zs-list .zs-item-wrap .content-wrap .desc{
    font-size: 14px;
    color: #999;
    line-height: 23px;
    margin-top: 10px;
}
.zs-list .zs-item-wrap .content-wrap .date{
    font-size: 14px;
    color: #999;
    margin-top: 25px;
}

.gkxx-wrap{
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
    background: #fff;
}
.gkxx-wrap .img-top{
    width: 100%;
    height: 230px;
}
.gkxx-wrap .img-top img{
    display: block;
    width: 100%;
    height: 100%;
}
.gkxx-wrap .xxgk-box{
    margin-top: 38px;
}
.gkxx-wrap .xxgk-info{
    margin-top: 10px;
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    box-shadow: 5px 3px 10px 2px rgba(0, 0, 0, 0.2);
}
.gkxx-wrap .xxgk-content{
    overflow: hidden;
    margin-bottom: 18px;
}
.gkxx-wrap .xxgk-content .xxgk-item{
    width: 30%;
    margin: 60px 0 0 3%;
    color: #015293;
    font-size: 20px;
}
.gkxx-wrap .xxgk-content .xxgk-item img{
    display: inline-block;
    width: 28px;
    vertical-align: middle;
    margin-right:10px;
}

.jxky-section{
    width: 100%;
    background: url(../img/jxky-bg.png) no-repeat;
    background-size: 100% 100%;
}
.jxky-wrap{
    overflow: hidden;
}
.jxky-wrap .tit-left{
    display: block;
    margin: 110px 65px 0 0;
}
.jxky-wrap .tit img{
    display: block;
    width:91px;
}
.jxky-section .tit-box{
    display:none;
}
.jxky-wrap .content{
    width: 83%;
    height: 450px;
    background: url(../img/jxky-content-bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 86px 0 76px 0;
}
.jxky-list{
    padding: 40px 20px 0 30px;
    width: 41%;
}
.jxky-list .list-item{
    border-bottom: dashed 1px #a2a2a2;
}
.jxky-list .list-item a{
    display: block;
    padding: 10px 10px 10px 20px;
}
.jxky-list .list-item a:hover{
    background: #f8fcff;
    color: #0a55a6;
}
.jxky-list .list-item .tit{
    font-size: 18px;
    color: #444;
}
.jxky-list .list-item .date{
    font-size: 14px;
    color: #999;
    margin-top: 14px;
}
.jxky-img{
    width: 59%;
    padding: 50px 36px 50px 45px;
    box-sizing: border-box;
}
.jxky-img a{
    display: block;
    width: 100%;
    height:360px;
    overflow:hidden;
}
.jxky-img a img{
    display: block;
    width: 100%;
    height: 100%;
}
@media (max-width: 1100px){
.sliderbox3522,.sliderbox3522 .frame,.slick-slide .item img{width:100%;height:auto;}
.sliderbox3522 .slick-slide .item .title{padding-left:20px;font-size:16px;line-height:24px;bottom:10px;}
.sliderbox3522 .number{display:none;}
.xygk-section .xygk-box{
        padding:0 10px;
    }
    .xygk-section{
        height: auto;
        padding: 50px 0 10px;
        background-size: auto 100%;
        background-position: center center;
        background:#F7F7F7;
    }
    .xygk-tit{
        display: block;
        width: 25%;
    }
    .xygk-section .xygk-info-box{
        width:100%;
    }
    .xygk-section .xygk-info{
        width: 100%;
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }
    .xygk-section .xygk-info a{
        font-size: 14px;
    }
    .xygk-section .bottom-btn{
        width: 100%;
        margin-top: 10px;
    }
    .xygk-section .bottom-btn .btn-item{
        font-size: 14px;
    }
    .xygk-img-wrap{
        display: none;
    }
    .xygk-section .xygk-video{
        width:100%;
        height:300px;
        margin:20px auto 0;
    }
    .news-section{
        padding: 20px 0 20px;
    }
    .news-section .news-nav-wrap{
        width: 100%;
    }
    .news-section .news-nav-wrap .nav-item{
        width: 25%;
        margin: 0;
    }
    .news-section .news-nav-wrap .nav-item .zw{
        font-size: 14px;
        padding-bottom: 4px;
    }
    .news-section .news-nav-wrap .nav-item .yw{
        font-size: 8px;
        padding-top: 6px;
    }
    .news-section .news-nav-wrap .nav-item.cur .yw{
        height: 30px;
    }
    .news-section .news-more{
        font-size: 12px;
        padding-right: 10px;
    }
    .news-list-wrap .news-list.zs .list-item{
        border-bottom:solid 1px #c3c3c3;
    }
    .news-list-wrap .news-list.zs .list-item .jxjg-name{
        font-size:16px;
        font-weight:normal;
        text-align:left;
    }
    .news-list-wrap .news-list .list-item{
        width: 100%;
        margin: 0;
    }
    .news-list-wrap .news-list .list-item a{
        padding: 10px;
    }
    .news-list-wrap .news-list .list-item .date{
        width: 20%;
    }
    .news-list-wrap .news-list .list-item .date .day{
        font-size: 24px;
    }
    .news-list-wrap .news-list .list-item .date .year-month{
        font-size: 12px;
    }
    .news-list-wrap .news-list .list-item .info{
        width: 76%;
        padding-left: 20px;
    }
    .news-list-wrap .news-list .list-item .info .tit{
        font-size: 16px;
    }
    .news-list-wrap .news-list .list-item .info .desc{
        font-size: 12px;
    }
    .zsjy-wrap{
        width: 100%;
    }
    .tit-box{
        padding: 10px 10px 0 10px;
    }
    .tit-box .tit{
        width: auto;
    }
    .tit-box .tit .tit-yw{
        font-size: 8px;
    }
    .tit-box .tit .tit-zw{
        padding-bottom: 4px;
    }
    .tit-box .tit .tit-yw{
        padding-top: 6px;
    }
    .tit-box .more{
        font-size: 14px;
    }
    .zs-list{
        margin-top: 10px;
    }
    .zs-list .zs-item{
        width: 100%;
        margin: 10px 0 10px;
    }
    .zs-list .zs-item-wrap{
        padding: 10px;
        height:auto;
    }
    .zs-list .zs-item-wrap .img-wrap {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    .zs-list .zs-item-wrap .img-wrap img{
        width: 100%;
    }
    .zs-list .zs-item-wrap .content-wrap{
        padding: 15px 10px;
    }
    .zs-list .zs-item-wrap .content-wrap .tit{
        font-size: 16px;
    }
    .zs-list .zs-item-wrap .content-wrap .desc{
        font-size: 12px;
    }
    .zs-list .zs-item-wrap .content-wrap .date{
        font-size: 12px;
    }
    .zs-list .zs-item-wrap .content-wrap .date{
        margin-top: 15px;
    }
    .tit-box .tit .tit-zw{
        font-size: 22px;
    }
    .gkxx-wrap{
        width: 100%;
        padding-left: 0;
    }
    .gkxx-wrap .xxgk-box{
        margin-top: 15px;
    }
    .gkxx-wrap .xxgk-info{
        padding: 10px;
    }
    .gkxx-wrap .xxgk-content{
        margin-bottom: 10px;
    }
    .gkxx-wrap .xxgk-content .xxgk-item{
        margin: 15px 0 0 3%;
        font-size: 14px;
    }
    .gkxx-wrap .xxgk-content .xxgk-item img{
        width: 20px;
    }
    .jxky-section{
        background-size: 100% 100%;
    }
    .jxky-wrap .tit-left{
        display: none;
    }
    .jxky-wrap .tit-box{
        display: block;
    }
    .jxky-wrap .tit-box .tit .tit-zw{
        color: #fff;
        border-bottom: solid 1px #fff; 
    }
    .jxky-wrap .tit-box .tit .tit-yw{
        color: #fff;
    }
    .jxky-wrap .tit-box .more{
        color: #fff;
    }
    .jxky-wrap .content{
        width: 100%;
        height: auto;
        background:#fff;
        margin: 10px 0;
    }
    .jxky-list{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    .jxky-list .list-item .tit{
        font-size: 16px;
    }
    .jxky-list .list-item .date{
        font-size: 12px;
    }
    .jxky-img{
        display: none;
    }
    .xyfg-top-box{
        padding: 10px 10px 0;
        box-sizing: border-box;
    }
    .xyfg-top-box .tit{
        width: auto;
    }
    .xyfg-top-box .tit .tit-zw{
        font-size: 22px;
        padding-bottom: 4px;
    }
    .xyfg-top-box .tit .tit-yw{
        font-size: 8px;
        padding-top: 6px;
    }
    .xyfg-top-box .more{
        font-size: 12px;
    }
    .xyfg-list .list-item{
        width:49%;
        margin-right:2%;
    }
    .xyfg-list .list-item:nth-child(even){
        margin-right:0;
    }
    .xyfg-list .list-item a{
        width:100%;
        height:266px;
    }
    .xyfg-list .list-item a img{
        height:auto;
    }
}