.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-right: 220px;
    padding-top: 10px;
}

.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 20px;
}
.xy-nav-box .xy-nav-list li.cur{
    font-wight:bold;
}
.xy-nav-box .xy-nav-list li a{
    font-size: 20px;
    color: #fff;
}
.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;
}
.main-section .main-wrap .article-box .acticle-tit{
    width: 100%;
    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;
}
@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%;
    }
    .header-section-xy .xytop-box .xyname{
        width: 100%;
        font-size: 20px;
        text-align: right;
        margin-right: 0;
    }
    .xy-nav-box{
        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%;
    }
    .main-section .main-wrap .article-box .acticle-tit .tit{
        font-size: 18px;
    }
    .main-section .main-wrap .article-box .actilce-list .list-item{
        font-size: 16px;
    }
}