/* 公共css */
@font-face { font-family:'Source Han Sans'; src: url('../fonts/SourceHanSansCN-Regular.otf'); }
body { font-family:'Source Han Sans'!important, sans-serif;}
a{text-decoration:none;}
.flexer{display:flex;}
.fixed{position:fixed;}
.grid{display:grid;}
@-webkit-keyframes fadein{
    0%{opacity:0;}
    100%{opacity:.5;}
}
@-moz-keyframes fadein{
    0%{opacity:0;}
    100%{opacity:.5;}
}
@-ms-keyframes fadein{
    0%{opacity:0;}
    100%{opacity:.5;}
}
@keyframes fadein{
    0%{opacity:0;}
    100%{opacity:.5;}
}

@keyframes gradientAnimation{
	0%{background-color:#000;}
    100%{background-color:#fff;}
}

.more{font-size:1rem;letter-spacing:.2;margin:5px 0;}
.more a{border:1px solid #fff;border-radius:25px;font-size:17px;padding:5px 25px;overflow:hidden;display:inline-block;color:#fff;position:relative;font-weight:700;}
.more a:after,.more a:before {content: '';position: absolute;left: 0;top: 0;width:0;height: 100%;z-index:-2;border-radius: 4px;}
.more a:hover{z-index:1;color:#000;border:1px solid #000;}            
.more a:before {transition:.3s;background:#fff;z-index:-1;}          
.more a:hover:after,.more a:hover:before {width:100%;}


/* 主体css */
.fp-tableCell{position:relative;}
.fp-tableCell img,.fp-tableCell .myVideo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}
.fp-tableCell .box{position:absolute;bottom:0;z-index:99;padding:85px 100px;width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box;transition:.5;}
.fp-tableCell .box h2{color:#fff;font-size:2rem;padding:0;margin:0;}
.fp-tableCell .box p{color:#fff;font-size:1rem;line-height:20px;margin-bottom:20px;}

.module {position:relative;}
.module img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}
.module .box{position:absolute;bottom:0;z-index:99;padding:85px 100px;width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box;transition:.5;}
.module .box h2{color:#fff;font-size:3rem;padding:0;margin:0;}
.module .box p{color:#fff;font-size:1.25rem;line-height:20px;margin-bottom:40px;}
.first-video{position:absolute;width:100%;height:100%;left:0;top:0;z-index:-99;}
.first-video video.bg-video{width:100%;height:100%;object-fit:cover;}


.news .title{padding-top:80px;}
.news .title h2{text-align:center;font-size:2.4rem;margin:1% 0;color:#7a4646;}
.news .title p{text-align:center;margin:.5% 0 3%;}
.news .title i{margin-right:5px;}
.news .swiper {width:100%;min-height:580px;}
.news .swiper-slide {font-size:18px;background:#fff;}
/* .news .swiper-slide img {display:block;width:100%;height:100%;object-fit:cover;} */
.news .swiper-slide {width:80%;}
.news .swiper-slide:nth-child(2n) {width:80%;}
/* .news .swiper-slide:nth-child(3n) {width:20%;} */
.news .swiper-slide .news-boxs{min-height:500px;grid-template-columns:1fr 1fr;grid-gap:20px;}
.news .swiper-slide .news-boxs .boxs{padding:15px;display:block;width:100%;}
.news .swiper-slide .news-imgs,.news .swiper-slide .news-text{align-self:center;max-height:500px;}
.news .swiper-slide .news-imgs img{width:100%;height:auto;max-width:100%;max-height:100%;object-fit:cover;}
.news .swiper-slide .news-text h3{font-size:21px;margin-bottom:20px;}
.news .swiper-slide .news-text p{font-size:14px;line-height:24px;font-weight:700;}
.news .swiper-slide .news-text .more{margin-top:50px;margin-bottom:20px;box-sizing:border-box;}
.news .swiper-slide .news-text .more a{color:#000;border: 1px solid #000;border-radius:25px;padding:6px 30px;position:relative;z-index:0;overflow:hidden;transition: .4s cubic-bezier(.25,.46,.45,.94);display:inline-block;font-size:20px;}
.news .mySwiper .swiper-button-prev,.news .mySwiper .swiper-button-next{width:60px;height:60px;opacity:.6;border:1px solid #a6a6a6;background-color:#fff;}
.news .mySwiper .swiper-button-prev:after,.news .mySwiper .swiper-button-next:after{color:#000;}
.section:nth-child(4) .fp-tableCell{overflow:hidden;}
.news .swiper .swiper-pagination span{width:5%;height:2px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}
.news .swiper .swiper-pagination .swiper-pagination-bullet-active{background-color:#000;}

.footer{height:30%!important;}
.footer-logo{width:8%;margin:0 auto 2%;position:relative;z-index:99;}
.footer-logo img{width:100%;}
.nav-left{width:70%;}



@media only screen and (max-width: 991px){
.more,.more a{font-size:.875em;line-height:.875em;}
.more a{padding:.5875em 1.2875em;}

.news .swiper-slide .news-boxs{grid-template-columns:1fr;}
.news .swiper-slide{width:100%;}
.news .swiper-slide{text-align:center;}
.news .swiper-slide .news-text{margin-bottom:30px;}
.news .swiper-horizontal > .swiper-pagination-bullets span{width:60px;-moz-border-radius:15px;-webkit-border-radius: 15px;border-radius:15px;height:2px;}
.fp-tableCell .box{padding:.875em 1.0875em;}
.fp-tableCell .box h2{font-size:1.6875em;}
.fp-tableCell .box p{font-size:1.2875em;}


}