﻿.banner-container{width: 100%;}
.banner{width: 100%;position: relative;}
.banner-img{width: 100%;}
.banner-img img{width: 100%;object-fit: cover;}
.banner-img .banner-pc-img{display: block;min-height: 520px;height: 900px;width: auto;min-width: 100vw;}
.banner-img .banner-mb-img{display: none;}
.banner-words{width: 100%;text-align: center;position: absolute;z-index: 2;left: 0;top: 50%;transform: translate(0,-50%);}
.banner-words h6,.banner-words p{font-size: 48px;color: #fff;font-family: '\5FAE\8F6F\96C5\9ED1';}
.banner-words p{margin-top: 16px;}
.swiper-slide-active .banner-words h6{animation: bannerWordsdown 1.2s ease both 500ms;}
.swiper-slide-active .banner-words p{animation: bannerWordsup 1.2s ease both 900ms;}
@keyframes bannerWordsdown {0% {transform: translateY(-90px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}
@keyframes bannerWordsup {0% {transform: translateY(60px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}
.banner .swiper-pagination{bottom: 80px;}
.banner .swiper-pagination-bullet {width: 6px;height: 6px;display: inline-block;border-radius: 100%;background: #fff;opacity: 1;vertical-align: middle;position: relative;}
.banner .swiper-pagination-bullet:after{content: "";width: 20px;height: 20px;position: absolute;left: 50%;top: 50%;background: transparent;border: 2px solid #fff;border-radius: 100%;margin-top: -10px;margin-left: -10px;opacity: 0;}
.banner .swiper-pagination-bullet-active {width: 6px;height: 6px;opacity: 1;position: relative;}
.banner .swiper-pagination-bullet-active:after {opacity: 1;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 14px;}

.bantab-container{width: 100%;position: relative;z-index: 3;padding-bottom: 80px;}
.bantab{width: 1280px;margin: 0 auto;}
.bantab ul li{width: 33.3333333333333%;float: left;box-shadow: 0 4px 10px 2px #f1f1f1;padding: 60px 64px;text-align: center;margin-top: -24px;background: #fff;position: relative;border-bottom: 1px solid transparent;transition: all .6s ease;}
.bantab-icon{height: 70px;width: 100%;}
.bantab ul li h6{font-size: 24px;color: #3e3e3e;font-family: '\5FAE\8F6F\96C5\9ED1';margin-top: 12px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.bantab ul li p{font-size: 18px;color: #666;margin-top: 18px;height:75px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.bantab ul li:after{content: "";position: absolute;width: 0;height: 2px;bottom: 0;left: 0;right: 0;margin: 0 auto;transition: all .6s ease;background: #e60412;}
.bantab ul li:hover:after{width: 100%;}
.bantab ul li:hover{border-bottom-color: #ef6905;transform: translateY(-16px);}

.about-container{width: 100%;}
.about{width: 1280px;margin: 0 auto;}
.about-words{width: 46%;float: left;}
.indtitle{width: 100%;}
.indtitle h4{font-size: 40px;color: #333;text-transform: uppercase;font-family: '\5FAE\8F6F\96C5\9ED1';}
.indtitle i{display: block;width: 51px;height: 5px;background: url('../images/titleline.png') no-repeat;margin-top: 8px;}
.about-wordsfonts{width: 100%;margin-top: 16px;overflow: hidden;}
.about-wordsfonts p{font-size: 16px;color: #666;margin-top: 16px;line-height: 28px;}
.indmore{display: block;width: 106px;height: 30px;margin-top: 20px;font-size: 16px;color: #e60c11;line-height: 30px;border: 1px solid #e60412;border-radius: 30px;text-align: center;font-family: '\5FAE\8F6F\96C5\9ED1';}
.indmore:hover{background: #ea2c0c;background: -webkit-gradient(linear, left top, left bottom, from(#ef6e04), to(#ea2c0c));background: -moz-linear-gradient(top, #ef6e04, #ea2c0c);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef6e04', endColorstr='#ea2c0c');color: #fff;border-color: #ef6905;}
.about-pic{width: 54%;float: right;}
.about-pic img{max-width: 100%;}

.video-container{width: 100%;padding: 120px 0 136px 0;background: url('../images/vinbg.jpg') no-repeat center center;background-size: cover;overflow: hidden;}
.video{width: 100%;text-align: center;}
.shine-ring {width: 84px;height: 84px;cursor: pointer;position: relative;display: block;margin: 0 auto;background: #fff url('../images/vinplay.png') no-repeat 34px 27px;border-radius: 100%;}
.shine-ring:before,
.shine-ring:after {
    content: "";display: block;width: 100px;height: 100px;border: 1px solid #fff;border-radius: 100%;position: absolute;
    top: 50%;left: 50%;margin-top: -50px;margin-left: -50px;animation: shineRing 1.5s linear infinite;opacity: 0.5;
}
.shine-ring:before {animation-delay: .6s;}
.shine-ring:after {animation-delay: 0s;}
@keyframes shineRing {from {transform: scale(1, 1);opacity: 0.5;}to {transform: scale(1.8, 1.8);opacity: 0;}}
.video h6{font-size: 40px;color: #fff;font-family: '\5FAE\8F6F\96C5\9ED1';margin-top: 44px;}
.video p{font-size: 18px;color: #fff;font-family: '\5FAE\8F6F\96C5\9ED1';margin-top: 16px;}

.product-container{width: 100%;padding: 44px 0;background: #eee;overflow: hidden;padding-top:0; }
.product{margin: 0 auto;width: 1280px;}
.indtitle.centitle{text-align: center;}
.indtitle.centitle i{margin: 8px auto 0;}
.product-list{width: 100%;margin-top: 62px;}
.product-list ul{margin-left: -2%;}
.product-list ul li{width: 48%;margin-left: 2%;background: #fff;overflow: hidden;transition: all .6s ease;padding: 54px 36px 60px 24px;float: left;margin-top: 2%;}
.product-list ul li:hover{box-shadow: 0 4px 10px 2px #ececec;}
.product-words{float: left;width: 50%;}
.xin-product-words{float: left;width: 100%;text-align: -webkit-center;padding-bottom: 20px;}
.product-words h6{font-size: 16px;color: #333;font-family: '\5FAE\8F6F\96C5\9ED1';transition: all .6s ease;height: 50px;overflow: hidden;margin-top: 30px;height: 100%;}
.product-words p{font-size: 16px;color: #999;margin-top: 16px;display: none;}
.product-words h6:hover{color: #e60c11;}
.product-pic{float: right;width: 44%;text-align: right;}
.product-pic img{max-width: 100%;transform: scale(.9);transition: all .6s ease;max-height: 172px;}
.product-pic img:hover{transform: scale(1);}

.numroll-container{width: 100%;padding: 100px 0 90px 0;background: url('../images/numbg.jpg') no-repeat center center;background-size: cover;overflow: hidden;}
.numroll{width: 1280px;margin: 0 auto;}
.numroll ul li{width: 25%;float: left;border-right: 1px solid rgba(255, 255, 255, .38);padding: 28px 0 38px 0;text-align: center;}
.numroll ul li:last-child{border-right: none;}
.numroll ul li h6{font-size: 60px;color: #fff;font-family: '\5FAE\8F6F\96C5\9ED1';}
.numroll ul li i{display: block;margin: 8px auto 0;width: 77px;height: 13px;background: url('../images/numbx.png') no-repeat;}
.numroll ul li p{font-size: 22px;color: #fff;font-family: '\5FAE\8F6F\96C5\9ED1';margin-top: 16px;}

.exhibi-container{width: 100%;padding: 44px 0;background: #eee ;overflow: hidden;padding-top:0}
.exhibi{width: 1280px;margin: 0 auto;}
.exhibi-list{width: 100%;margin: 44px 0;height: 564px;margin-top:0}
.exhibi-list ul{margin-left: -1.3333333333333%;height: 100%;}
.exhibi-list ul li{width: 32%;float: left;margin-left: 1.333333333333%;background: #fff;box-shadow: 0 4px 10px 1px #ededed;position: relative;height: 100%;}
.exhibi-pic{width: 100%;height:78%;overflow: hidden;position: relative;}
.exhibi-pic img{width: 100%;height: 100%;object-fit: cover;transition: all .6s ease;}
.exhibi-pic p{display:none; position: absolute;left: 24px;bottom: 20px;z-index: 2;font-family: '\5FAE\8F6F\96C5\9ED1';font-size: 16px;color: #fff;background: rgba(0, 0, 0, .52);padding: 4px 10px;border-radius: 20px;}
.exhibi-pic:hover img{transform: scale(1.1);}
.exhibi-words{width: 100%;position: relative;padding: 0px 20px 40px 20px;}
.exhibi-words p{font-size: 16px;color: #666;width: 100%;padding-left: 34px;margin-top: 16px;}
.exhibi-words p:before{width: 34px;content: "";position: absolute;top: 50%;left: 0;transform: translate(0,-50%);}
.exhibi-words p:nth-child(1){background: url('../images/exhic1.png') no-repeat left center;}
.exhibi-words p:nth-child(2){background: url('../images/exhic2.png') no-repeat left center;}
.exhibi-words p:nth-child(3){background: url('../images/exhic3.png') no-repeat left center;}
.exhibi-more{display: block;position: absolute;width: 94px;height: 94px;bottom: -48px;right: 4%;z-index: 2;opacity: 0;transform: scale(0);transition: all .6s ease;background: url('../images/exhmore.png') no-repeat center center;}
.exhibi-list ul li:hover .exhibi-more{opacity: 1;transform: scale(1)}
.exhibi-morego{width: 100%;overflow: hidden;margin-top: 54px;}
.exhibi-morego .indmore{margin: 0 auto;}

.news-container{width: 100%;overflow: hidden;padding: 44px 0 66px 0;}
.news{width: 1280px;margin: 0 auto;}
.news-list{width: 100%;margin-top: 48px;}
.news-list ul li{width: 33.33333333333333%;float: left;}
.news-img{width: 100%;height: 350px;overflow: hidden;position: relative;}
.news-img img{width: 100%;height: 100%;object-fit: cover;transition: all .6s ease;}
.news-img i{position: absolute;display: block;left: 50%;bottom: 0;z-index: 2;width: 38px;height: 16px;margin-left: -19px;background: url('../images/newsarr.png') no-repeat;}
.news-img:hover img{transform: scale(1.1);}
.news-words{width: 100%;height: 350px;box-shadow: 0 4px 10px 1px #f5f5f5;padding: 74px 80px 0 80px;}
.news-words h4{font-size: 22px;color: #3c3950;font-family: '\5FAE\8F6F\96C5\9ED1';text-align:center;height: 56px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;transition: all .6s ease;}
.news-words p{font-size: 14px;color: #5f727f;line-height: 24px;text-align:center;margin-top: 40px;height: 48px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news-words .indmore{margin: 36px auto 0;}
.news-list ul li:nth-child(2) .news-img i{transform: rotate(180deg);top: 0;}
.news-list ul li:nth-child(2) .news-words{box-shadow: 0 -4px 10px 1px #f5f5f5;}
.news-words h4:hover{color: #e60c11}

.popNotice{display: none;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 9999999;background: rgba(0, 0, 0, .52);}
.popNotice-close{position: absolute;z-index: 2;width: 50px;height: 50px;top: 0;right: 0;background: transparent url('../images/video-plyr-close.png') no-repeat center;cursor: pointer;transition: all .4s ease;}
.popNotice-close:hover{transform: rotate(90deg);}
.popNotice-img{position: absolute;z-index: 1;width: 520px;left: 50%;margin-left: -260px;top: 50%;transform: translateY(-50%);}
.popNotice-img img{max-width: 100%;object-fit: cover;}
.jptj{
    padding: 50px 0;
}


/* -------------------------PC端--------------------------- */

@media all and (max-width:1460px) {
    .banner-words h6, .banner-words p{font-size: 44px;}
    .popNotice-img{width: 440px;margin-left: -220px;}
}

@media all and (max-width:1340px) {
    .banner-words h6, .banner-words p{font-size: 40px;}
    .bantab,.about,.product,.numroll,.exhibi,.news{width: 94%;}
    .bantab ul li {padding: 60px 52px;}
    .video h6{font-size: 42px;}
    .numroll ul li h6{font-size: 54px;}
    .exhibi-pic{height: 230px;}
    .news-words,.news-img{height: 330px;}
    .news-words {padding: 58px 70px 0 70px;}
    .popNotice-img{width: 400px;margin-left: -200px;}
}

@media all and (max-width:1280px) {
    .indtitle h4{font-size: 40px;}
    .about-wordsfonts{height: 124px;}
    .exhibi-pic{height: 220px;}
    .news-words, .news-img{height: 310px;}
    .news-words {padding: 46px 60px 0 60px;}
    .numroll ul li h6 {font-size: 48px;}
    .bantab ul li {padding: 48px 36px;}
}

@media all and (max-width:1200px) {
    .banner-words h6, .banner-words p{font-size: 34px;}
    .bantab ul li h6{font-size: 20px;}
    .bantab ul li {padding: 40px 24px;}
    .indtitle h4 {font-size: 36px;}
    .video-container{padding: 80px 0 90px 0;}
    .video h6 {font-size: 36px;}
    .bantab-container {padding-bottom: 60px;}
    .product-container {padding: 62px 0;}
    .product-list {margin-top: 30px;}
    .product-words h6{font-size: 18px;height: 46px;}
    .numroll-container{padding: 62px 0 66px 0;}
    .exhibi-pic{height: 190px;}
    .news-words, .news-img{height: 260px;}
    .news-words {padding: 30px 30px 0 30px;}
    .news-words p{margin-top: 16px;}
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    /*.banner-img .banner-pc-img{display: none;}*/
    .banner-img .banner-mb-img{display: block;min-height: 320px;}
    .banner-words{width: 94%;left: 3%;}
    .banner-words h6, .banner-words p {font-size: 22px;}
    .banner-words h6, .banner-words p {font-size: 22px;}
    .bantab ul li{margin-top: 14px;width: 100%;padding: 26px 18px;}
    .banner .swiper-pagination-bullet:after{width: 16px;height: 16px;margin-top: -8px;margin-left: -8px;}
    .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 8px;}
    .banner .swiper-pagination {bottom: 26px;}
    .bantab-container {padding-bottom: 40px;}
    .about-words{width: 100%;}
    .about-wordsfonts{height: auto;}
    .indtitle h4 {font-size: 28px;text-align: center;}
    .indtitle i{margin: 8px auto 0;}
    .about-wordsfonts p{margin-top: 8px;}
    .exhibi-morego .indmore{margin-top: 36px;}
    .about-pic{width: 100%;margin-top: 20px;}
    .shine-ring{width: 60px;height: 60px;background: #fff url('../images/vinplay.png') no-repeat 24px 20px /16px auto;}
    .shine-ring:before, .shine-ring:after{width: 66px;height: 66px;margin-top: -33px;margin-left: -33px;}
    .video h6 {font-size: 20px;}
    .video p {font-size: 16px;margin-top: 10px;}
    .video-container {padding: 48px 0 40px 0;}
    .product-container {padding: 40px 0;}
    .product-list {margin-top: 20px;}
    .product-list ul li{margin-top: 2%;padding: 20px 16px 24px 16px;}
    .product-words{width: 100%;float: none;padding-top: 16px;}
    .product-pic{width: 100%;float: none;height: 100px;line-height: 110px;text-align: center;}
    .product-pic img{max-height: 100%;}
    .product-words h6 {font-size: 14px;height: 36px;}
    .numroll-container {padding: 40px 0;}
    .numroll ul li{width: 50%;padding: 24px 0;}
    .numroll ul li:nth-child(2n){border-right: none;}
    .numroll ul li p {font-size: 16px;margin-top: 12px;}
    .numroll ul li h6 {font-size: 36px;}
    .exhibi-container {padding: 40px 0;}
    .exhibi-list {margin-top: 20px;}
    .exhibi-list ul{margin-left: 0;}
    .exhibi-list ul li{width: 100%;margin-left: 0;margin-top: 14px;}
    .exhibi-pic{height: 188px;}
    .exhibi-morego {margin-top: 36px;}
    .news-container{padding: 40px 0;}
    .news-list ul li{width: 100%;margin-top: 14px;}
    .news-list {margin-top: 20px;}
    .news-img{height: 320px;}
    .news-words{height: auto;padding: 24px 16px;}
    .news-words h4{font-size: 20px;height: 48px;}
    .news-words .indmore {margin: 20px auto 0;}
    .news-words p {margin-top: 8px;}
    .product-words p,.exhibi-pic p{font-size: 14px;}

}
@media all and (max-width: 640px) {
    .popNotice-img{width: 92%;margin-left: 0;left: 4%;}
}

