/* banner */
.swiper-wrapper {
    height: auto !important;
}
.swiper-slide {
    height: auto !important;
}
.swiper-slide1{
    height: 400px;
    position: relative;
}
.swiper-slide1 .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
}
.swiper-slide1 .mask .w1180{
    padding-top: 200px;
}
.swiper-slide1 .mask h3{
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}
.swiper-slide1 .mask p{
    font-size: 20px;
    color: #fff;
}
.swiper-slide-active {
    height: auto !important;
}
.swiper-banner {
    min-width: 1180px;
    --swiper-navigation-color: #ffffff;
    --swiper-navigation-size: 28px;
}
.swiper-banner .swiper-slide img {
    display: block;
    width: 100%;
    min-width: 1180px;
}
.swiper-banner .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 0;
    background: #ffffff;
    opacity: 1;
    margin: 0px 6px !important;
}
.swiper-banner .swiper-pagination-bullet-active {
    background: #1c56a8;
}
.swiper-banner .swiper-button-next {
    width: 50px;
    height: 50px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.5);
}
.swiper-banner .swiper-button-prev {
    width: 50px;
    height: 50px;
    left: 15px;
    background-color: rgba(0, 0, 0, 0.5);
}

html,
body {
    overflow-x: hidden;
}


/* 新闻资讯内页 */
.news_page { padding: 45px 0px; }
.news_page .page_wrapper {  padding-top: 30px; }
.news_page .page_wrapper ul li a { display: block; border: 1px solid #c5c5c5; padding: 20px; background: #fff; margin-bottom: 15px; }
.news_page .page_wrapper ul li a .t1 { height: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #c5c5c5; margin-bottom: 15px; }
.news_page .page_wrapper ul li a .t1 .title { font-size: 18px; color: #333333; font-weight: 400; }
.news_page .page_wrapper ul li a .t1 .time { font-size: 14px; color: #666; }
.news_page .page_wrapper ul li a .t2 { font-size: 15px; line-height: 24px; color: #5b5b5b; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 48px; text-align: justify; margin-bottom: 15px; }
.news_page .page_wrapper ul li a .c { width: 130px; line-height: 33px; text-align: center; font-size: 14px; color: #666; border: 1px solid #e1e1e1; }
.news_page .page_wrapper ul li a:hover .t1 .title { color: #2a78c3; font-weight: bold; }

.copyright{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #1a1a1a;
    font-size: 14px;
}

/* 分页器 */
.paging { padding: 30px 0px; }
.paging ul li { list-style: none; display: inline-block; border: 1px solid #cccccc; margin: 4px; color: #333333;padding: 6px 11px; }
.paging ul li a {  display: block; color: #333333; }
.paging ul li.thisclass { background-color: #e60212; border-color: #e60212; color: #ffffff; }
.paging ul li.thisclass a { color: #ffffff; }