.header-section-xy{
    background: url(../img/headerxy-bg.png) no-repeat center center;
    background-size: 100% auto;
}
.header-section-xy .xytop-box{
    overflow: hidden;
    padding: 64px 0 40px 0;
}
.header-section-xy .xytop-box .logo-wrap img{
    display: block;
    width: 399px;
}
.header-section-xy .xytop-box .xyname{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin-left:80px;
}
.header-section-xy .xytop-box .xyname img{
    display:block;
    height:70px;
}

.xy-nav-box{
    height: 50px;
    background: rgba(0, 42, 128, .75);
}
.xy-nav-box .xy-nav-list{
    /*overflow: hidden;*/
}
.xy-nav-box .xy-nav-list li{
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    position:relative;
}
.xy-nav-box .xy-nav-list li.cur{
    font-wight:bold;
}
.xy-nav-box .xy-nav-list li .first-tit{
    font-size: 20px;
    color: #fff;
}
.xy-nav-box .xy-nav-list li .child-nav {
    width: 100%;
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 20px 4px 0;
    box-sizing: border-box;
    z-index:9999;
}
.xy-nav-box .xy-nav-list li .child-nav .child-nav-item{
    display: block;
    font-size: 12px;
    color:#fff;
    line-height:28px;
    font-weight: normal;
    padding: 10px 0;
    background: rgba(0, 42, 128, .75);
    border-bottom: solid 1px rgba(255, 255, 255, .5);
    text-align:center;
}
.main-section{
    margin-top: 40px;
}
.main-section .main-wrap{
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.main-section .main-wrap .swiper-box{
    width: 580px;
    height: 386px;
}
.main-section .main-wrap .swiper-box .swiper-slide{
    display: block;
    width: 100%;
    height: 100%;
}
.main-section .main-wrap .swiper-box .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}
.main-section .main-wrap .swiper-box .swiper-slide .tit{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding-left: 10px;
    font-size: 16px;
    background: rgba(0, 0, 0, .62);
}
.main-section .main-wrap .swiper-box .swiper-slide .tit p{
    width:70%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: 25%!important;
    left: 75%!important;
}

.main-section .main-wrap .swiper-box .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #007aff;
}
.main-section .main-wrap .swiper-box .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}

.main-section .main-wrap .article-box{
    width: 580px;
    height:386px;
}
.main-section .main-wrap .article-box .acticle-tit{
    width: 100%;
    height:41px;
    border-bottom: solid 1px #999;
}
.main-section .main-wrap .article-box .acticle-tit .tit{
    display: inline-block;
    padding: 0 8px 8px 8px;
    font-size: 22px;
    color: #0061BF;
    font-weight: bold;
    border-bottom: solid 3px #0061BF;
}
.main-section .main-wrap .article-box .actilce-list .list-item{
    padding-top: 18px;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    padding-left: 16px;
}
.main-section .main-wrap .article-box .actilce-list .list-item::before{
    content: '';
    position: absolute;
    left: 0;
    top: 26px;
    width: 8px;
    height: 8px;
    background: #999;
    border-radius: 8px;
}
.main-section .main-wrap .article-box .actilce-list .list-item a{
    width: 75%;
    color: #000;
}
.main-section .main-wrap .article-box .actilce-list .list-item span{
    width: 20%;
    text-align: right;
    color: #666;
}
.xytop-box .nav-wrap-m{
    display:none;
}
.xytop-box .nav-list-m{
    display:none;
}
@media (max-width: 1100px){
    .header-section-xy{
        background-size:auto 100%;
    }
    .header-section-xy .xytop-box{
        padding: 10px;
    }
    .header-section-xy .xytop-box .logo-wrap img{
        width: 60%;
    }
    .xytop-box .nav-wrap-m{
        position:absolute;
        right:20px;
        top:20px;
        display:block;
        width: 24px;
        background: none;
    }
    .xytop-box .nav-wrap-m .icon-bar{
        display: block;
        width: 22px;
        height: 2px;
        background: #fff;
        border-radius: 1px;
        margin-top: 4px;
    }
    .xytop-box .nav-list-m{
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        background: #004C9F;
        z-index: 999;
    }
    .xytop-box .nav-list-m a,.xytop-box .nav-list-m span{
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 30px;
    }
    .xytop-box .nav-list-m .nav-child-wrap-m{
        padding-left: 10px;
        display: none;
    }
    .header-section-xy .xytop-box .xyname{
        width: 100%;
        font-size: 20px;
        text-align: right;
        margin-right: 0;
    }
    .header-section-xy .xytop-box .xyname.tsg{
        width:auto;
    }
    .xy-nav-box{
        display:none;
        height: auto;
    }
    .xy-nav-box .xy-nav-list li{
        height: auto;
        padding: 0;
        width: 25%;
        text-align: center;
    }
    .xy-nav-box .xy-nav-list li a{
        font-size: 16px;
    }
    .main-section{
        margin-top: 10px;
    }
    .main-section .main-wrap{
        width: 100%;
        margin-bottom: 10px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .main-section .main-wrap .swiper-box{
        width: 100%;
        height: 250px;
    }
    .main-section .main-wrap .article-box{
        width: 100%;
        height:auto;
    }
    .main-section .main-wrap .article-box .acticle-tit .tit{
        font-size: 18px;
        height:auto;
    }
    .main-section .main-wrap .article-box .actilce-list .list-item{
        font-size: 16px;
    }
    .gzxx-main{
        padding:0 10px;
    }
    .gzxx-main .second-nav{
        width:100%!important;
        overflow:hidden;
        border:none!important;
        border-bottom:solid 1px #ccc!important;
        margin-bottom:10px;
    }
    .gzxx-main .second-nav li{
        width:50%;
        float:left;
    }
    .gzxx-main .second-nav li a{
        border-bottom:none!important;
    }
    .gzxx-main .gzxx-con{
        width:100%!important;
    }
    #webberedit{
        width:100%!important;
    }
}