@charset "utf-8";
/* ==========================================================================
   Index Page
========================================================================== */
.ibanner{ height:100%;position: relative;}
.ibanner .swiper-container {width: 100%;height: 100%;}
.ibanner .swiper-slide { background-repeat:no-repeat; background-position:center center; background-size:cover;text-align: center;font-size: 18px;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; position:relative;}
.ibanner .swiper-slide .ban-img {background-size:cover;background-repeat: no-repeat;width: 100%;height: 100%;}
.ibanner .swiper-container-horizontal > .swiper-scrollbar{width: 90px;bottom:5%;left: 50%;margin-left: -45px;}
.ibanner .ban-fbg{ position:absolute; width:620px;height:300px;z-index:1;left: 200px;top:50%;margin-top: -150px;}
.ibanner .ban-font{ position:absolute; width:620px;height:300px;z-index:1;left: 200px;top:50%;margin-top: -150px;}
.ibanner .ban-font .fslide{ position:absolute; width:100%; height:100%;opacity:0;}
.ibanner .swiper-scrollbar-drag{ background:#fff;}
.ibanner .swiper-pagination-banner{
	width: 100%;
    bottom: 5%;
    margin: 0;
}
.swiper-pagination-banner .swiper-pagination-bullet{
    width: 17px;
    height: 5px;
    border-radius: 6px;
    background: #fff;
    opacity: 1;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.swiper-pagination-banner .swiper-pagination-bullet-active{
    width: 33px;
    background: #fff;
    border-radius: 6px;
}
/*标题栏目*/
.title_1 {padding: 0;overflow: hidden;cursor: pointer;margin-bottom: 3rem;}
.title_1 a {display: block;}
.title_1 h3 {color: #343434;font-size: 46px;line-height: 70px;text-transform: uppercase;}
.title_1 strong {color: #c1a36b;font-size: 46px;line-height: 70px;text-transform:uppercase;}
.title_1:hover h2,.title_1:hover span {color: #e30700;}

/*关于我们*/
.sabout {background: url(../img/m1bg.jpg) no-repeat top center;background-size: cover;}
.sect_about {padding: 0;overflow: hidden;}
.sect_about .about {padding: 0;overflow: hidden;width: 75%;margin-bottom: 70px;}
.sect_about .about,.sect_about .about p {color: #343434;font-size: 16px;line-height:40px;}
.sect_about .aboutnum {padding: 0;overflow: hidden;width: 100%;}
.sect_about .num_conts {padding:50px 0 0;overflow: hidden;}
.sect_about .num_conts .brow .btxt {
	text-align: center;
	padding:0;overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.sect_about .num_conts .brow span {display: block;color: #231815;font-size: 20px;line-height: 46px;}
.sect_about .num_conts .brow span i {display: inline-block;font-style: normal;color: #231815;font-size: 46px;font-weight: bold;font-family: 'Impact';}
.sect_about .num_conts .brow p {color: #515151;font-size: 15px;line-height: 25px;}
/*视频播放*/
.sect_about .video {padding: 0;overflow: hidden;position: relative;width: 183px;height: 183px;cursor: pointer;}
.sect_about .video:before {content: "";width: 90%;height: 90%;background: url(../img/aicon1.png) no-repeat top center;background-size:contain;position: absolute;left:5%;right: 5%;top:5%;bottom:5%;z-index: 1;animation: myMove1 5s linear infinite;
    -webkit-animation: myMove1 5s linear infinite;}
.sect_about .videoicon {padding: 5%;overflow: hidden;position: relative;z-index: 2;text-align: center;}
.sect_about .videoicon .play {width: 35px;height: 30px;background: url(../img/aicon2.png) no-repeat center;margin:50px auto 5px;}
.sect_about .videoicon p {color: #fff;font-size: 18px;line-height: 40px;}
@keyframes myMove1 {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
@-webkit-keyframes myMove1 {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.modal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.9);
    z-index: 100035;
    display: none;
    overflow: hidden;
  }
.modal-dialog{
    position: relative;
    width: 1200px;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    margin-top: -300px;
  }
.modal-content iframe {
    display: block;
    width: 100%;
    height: 600px;
  }
.modal-dialog .cent-close{display: block;width: 30px;height: 30px;background: url(../img/close.png) center no-repeat;position: absolute;top:-15px;right:-35px;cursor: pointer;transition: transform 0.3s ease 0s;z-index: 9999999999999;}
.modal-dialog .cent-close:hover {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}

/*产品展示*/
.sproduct {background: url(../img/m2bg.jpg) no-repeat top center;background-size: cover;}
.sect_pro {padding:5rem 0;overflow: hidden;}
.title_2 {padding: 0;overflow: hidden;margin-bottom: 20px;}
.title_2 h2 {color: #c1a36b;font-size: 46px;line-height: 60px;}
.title_2 p {color: #585858;font-size: 18px;line-height: 30px;} 
.title_2 .titmore {padding: 20px 10px 10px;overflow: hidden;text-align: right;}
.title_2 .titmore a {display: inline-block;color: #c1a36b;font-size: 18px;font-weight: bold;line-height: 50px;padding: 0 40px;overflow: hidden;background: #fff;border-radius: 20px;box-shadow: 0 0 10px 0 #f0efeb;margin: 0 0 0 25px;transition: all 0.3s;}
.title_2 .titmore a:hover {background: #c1a36b;color:#fff;border-radius: 0;}
.sect_pro .chanpin {padding:0;overflow: hidden;position: relative;}
.sect_pro .chanpin .swiper-container {padding: 180px 30px;overflow: hidden; }
.sect_pro .chanpin .swiper-container .swiper-slide {width: 10.6%;margin: 0 2.2%;}
.sect_pro .chanpin .swiper-container .pro-li {padding: 0;overflow: hidden;}
.sect_pro .chanpin .swiper-container .pro-li a {display: block;width: 100%;height: 100%;}
.sect_pro .chanpin .swiper-container .pro-li .icon {padding: 0;overflow: hidden;border-radius: 50%;position: relative;}
.sect_pro .chanpin .swiper-container .pro-li .icon img {width: 100%;height: 100%;object-fit: cover;}
.sect_pro .chanpin .swiper-slide-active {transition: transform .5s linear;margin: 0 16.9% !important;transform: scale(3) !important;}
.sect_pro .chanpin .swiper-button-nextcom2,.sect_pro .chanpin .swiper-button-prevcom2 {width: 23px;height: 41px;}
.sect_pro .chanpin .swiper-button-nextcom2 {background: url(../img/pnext.png) no-repeat left center;right: 0;}
.sect_pro .chanpin .swiper-button-prevcom2 {background: url(../img/pprev.png) no-repeat left center;left: 0;}

.testimonial-bg {
	position: relative;
	padding-top: 0px;
}
.testimonial-bg{
	background-repeat: no-repeat;
	background-position: center 2%;
}
.trtestimonial-nav {
	position: relative;
	background-position:  center;
	background-repeat: no-repeat;
	background-size: contain;
}
.trtestimonial-nav:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	top: 50%;
	left: 0;
	z-index: -1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #e4e3eb;
}
.testimonial-slider-img {
	height:260px;
	display: flex!important;
	align-items: center;
}
.testimonial-slider-img a {display: block;width: 100%;height: 100%;text-align: center;}
.testimonial-slider-img:focus,
.trtestimonial-nav .slick-slide:focus {
	border: none;
	outline: none;
}
.slick-slide .testimonial-slider-img img {
	border-radius: 100%;
	height: 140px;
	width: 140px;
	margin: 0 auto;
	cursor: pointer;
	-webkit-box-shadow: 3px 4px 32px 0px rgba(67, 57, 139, 0.15);
	-moz-box-shadow: 3px 4px 32px 0px rgba(67, 57, 139, 0.150);
	box-shadow: 3px 4px 32px 0px rgba(67, 57, 139, 0.15);
}
.slick-slide.intro-prev .testimonial-slider-img img,
.slick-slide.intro-next .testimonial-slider-img img{
	height: 165px;
	width: 165px;
}
.slick-slide.intro-prev .testimonial-slider-img img{
	margin-right: auto;
	margin-left: 15px;
}
.slick-slide.intro-next .testimonial-slider-img img{
	margin-left: auto;
	margin-right: 15px;
}
.slick-slide.slick-center .testimonial-slider-img img{
	height: 260px;
	width: 260px;
}
.slick-slide .testimonial-slider-img img
.slick-slide {
	text-align: center;
}
.testimonial-slider .slider-for .slick-slide {
	padding: 0;
}
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
	height: 41px;
	width: 23px;
	opacity: 0.8;
	z-index: 9;
}
.testimonial-slider .slick-prev {background: url(../img/pprev.png) no-repeat left center;}
.testimonial-slider .slick-next {background: url(../img/pnext.png) no-repeat left center;}
.testimonial-slider .slick-prev:hover,.testimonial-slider .slick-prev:focus
{background: url(../img/pprev.png) no-repeat left center;}
.testimonial-slider .slick-next:hover,.testimonial-slider .slick-next:focus {
	background: url(../img/pnext.png) no-repeat left center;
}
.testimonial-slider .slick-prev:hover,
.testimonial-slider .slick-next:hover,
.testimonial-slider .slick-next:focus,
.testimonial-slider .slick-prev:focus {
	opacity: 1;
}
.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before{
	display: none;
	opacity: 1;
}
.tr-testimonial-desc .pronr {padding: 0;overflow: hidden;margin:0 auto;text-align: center;}
.tr-testimonial-desc .pronr h2 {
	font-size: 35px;
	color: #231815;
	font-weight: 500;
	line-height: 50px;
	margin-bottom: 10px;
}
.tr-testimonial-desc .pronr p {
	color: #8c8c8c;
	font-size: 18px;
	line-height: 25px;
}
.tr-testimonial-desc .pronr a {
	display: block;
    width: 170px;
    margin:15px auto 0;
    color: #44b1aa;
    font-size: 16px;
    line-height: 48px;
    border-top: 1px solid #44b1aa;
    border-bottom: 1px solid #44b1aa;
    position: relative;
}
.tr-testimonial-desc .pronr a i {
	display: block;
    width: 62px;
    height: 48px;
    background: url(../img/jt1.png) no-repeat center;
    float: right;
    vertical-align: middle;
}
.tr-testimonial-desc .pronr a:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #44b1aa;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.tr-testimonial-desc .pronr a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.tr-testimonial-desc .pronr a:hover {color: #fff;}
.tr-testimonial-desc .pronr a:hover i {background: url(../img/basejt.png) no-repeat center;}
.trtestimonial-nav .slick-track{
	padding: 30px 0;
}

/*生产基地*/
.sbase {position: relative;left: 0;top: 0;width: 100vw;height: 100vh;background-color: #d8dddf;overflow: hidden;}
.sect_base {padding: 0;overflow: hidden;position: relative;top:0;bottom: 0;height: 100%;width: 100%;left:0;right: 0;}
.sect_base .baseimg {width: 50%;height: 100%;float: left;}
.sect_base .baseimg img {width: 100%;height: 100%;object-fit: cover;}
.sect_base .baseitem {width: 50%;height: 100%;float: right;}
.sect_base .baseitem .scjd {width: 100%;height: 50%;background:url(../img/m5bg.jpg) bottom center #44b1aa;}
.sect_base .baseitem .scjd1 {width: 100%;height: 50%;padding: 0;overflow: hidden;}
.sect_base .baseitem .scjdcon1 {padding: 70px;overflow: hidden;}
.sect_base .baseitem .jicon {padding: 0;overflow: hidden;margin-bottom: 80px;}
.sect_base .baseitem .jicon h2 {color: #fff;font-size: 35px;line-height: 50px;}
.sect_base .baseitem .jicon p {color: #fff;font-size: 18px;line-height: 30px;}
.sect_base .baseitem .jdmore {padding: 0;overflow: hidden;}
.sect_base .baseitem .jdnum {width:70%;padding: 0;overflow: hidden;}
.sect_base .baseitem .jdnum span {color: #fff;font-size: 25px;line-height: 35px;display: block;}
.sect_base .baseitem .jdnum strong {color: #fff;font-size: 60px;line-height: 50px;display: inline-block;font-family: "Impact";} 
.sect_base .baseitem .jdnum p {color: #fff;font-size: 18px;line-height: 20px;}
.sect_base .baseitem .jdview {padding: 0;overflow: hidden;width: 30%;}
.sect_base .baseitem .jdview a {display: block;width: 170px;float: right;color: #fff;font-size: 16px;line-height: 48px;border-top: 1px solid #fff;border-bottom: 1px solid #fff;transition: all 0.3s;}
.sect_base .baseitem .jdview a i {display: block;width: 62px;height: 48px;background: url(../img/basejt.png) no-repeat center;float: right;vertical-align: middle; transition: all 0.3s;}
.sect_base .baseitem .jdview a:hover {border-radius: 20px;text-align: center;background: #fff;color: #3baca5;text-align: center;width: 100%;}
.sect_base .baseitem .jdview a:hover i {display: none;}
.sect_base .baseitem .bhonor {width: 50%;height: 100%;}
.sect_base .baseitem .bh1 {background: url(../img/m6bg.jpg) no-repeat right top #c1a36b;}
.sect_base .baseitem .bh2 {background: url(../img/m7bg.jpg) no-repeat right top #01b7c5;}
.sect_base .baseitem .bhonor .bimg {padding: 0;overflow: hidden;margin-bottom: 15px;}
.sect_base .baseitem .bhonor .bimg img {max-width: 100%;}
.sect_base .baseitem .bhonor .bmore {padding: 0;overflow: hidden;}
.sect_base .baseitem .bhonor .bmore .bmorel {width: 70%;padding: 0;overflow: hidden;}
.sect_base .baseitem .bhonor .bmore .bmorel h2 {color: #fff;font-size: 35px;line-height: 50px;}
.sect_base .baseitem .bhonor .bmore .bmorel p {color: #fff;font-size: 16px;line-height: 20px;min-height: 40px;}
.sect_base .baseitem .bhonor .bmore .bmorer {width: 30%;text-align: right;padding-top:7px;} 
.sect_base .baseitem .bhonor .bmore .bmorer a {display: block;width:55px;line-height: 55px;background: #fff;border-radius: 50%;margin:15px;padding:0; float: right;text-align: center;position: relative;}
.sect_base .baseitem .bhonor .bmore .bmorer a i {display: block;width: 55px;height: 55px;background: url(../img/jt.png) no-repeat center;position: relative;z-index: 2;}
.sect_base .baseitem .bhonor .bmore .bmorer a:before {content: '';position: absolute;top: 0;left: 0;opacity: 0;width: 100%;height: 100%;-webkit-backface-visibility: hidden;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;-o-border-radius: 50%;animation: sonar 2.5s infinite 2.5s;-moz-animation: sonar 2.5s infinite 2.5s;-webkit-animation: sonar 2.5s infinite 2.5s;-o-animation: sonar 2.5s infinite 2.5s;-ms-animation: sonar 2.5s infinite 2.5s; border: 1px solid rgba(255, 255, 255, 0.2); }
.sect_base .baseitem .bhonor .bmore .bmorer a:after {content: '';position: absolute;top: 0;left: 0;opacity: 0;width: 100%;height: 100%;-webkit-backface-visibility: hidden;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;-o-border-radius: 50%;animation: sonar 2.5s infinite 1s;-moz-animation: sonar 2.5s infinite 1s;-webkit-animation: sonar 2.5s infinite 1s;-o-animation: sonar 2.5s infinite 1s;-ms-animation: sonar 2.5s infinite 1s;border: 1px solid rgba(255, 255, 255, 0.2);
}
.sect_base .baseitem .bhonor .bmore .bmorer a:hover:before,.sect_base .baseitem .bhonor .bmore .bmorer a:hover:after {background: #fff;}
@keyframes sonar {
	0% {
		transform: scale(1);
		opacity: 0;
	}
	50% {
		transform: scale(1.3);
		opacity: 1;
	}
	100% {
		transform: scale(1.6);
		opacity: 0;
	}
}
@-webkit-keyframes sonar {
	0% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
	50% {
		-webkit-transform: scale(1.3);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.6);
		opacity: 0;
	}
}

@-moz-keyframes sonar {
	0% {
		-moz-transform: scale(1);
		opacity: 0;
	}
	50% {
		-moz-transform: scale(1.3);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(1.6);
		opacity: 0;
	}
}

@-o-keyframes sonar {
	0% {
		-o-transform: scale(1);
		opacity: 0;
	}
	50% {
		-o-transform: scale(1.3);
		opacity: 1;
	}
	100% {
		-o-transform: scale(1.6);
		opacity: 0;
	}
}

@-ms-keyframes sonar {
	0% {
		-ms-transform: scale(1);
		opacity: 0;
	}
	50% {
		-ms-transform: scale(1.3);
		opacity: 1;
	}
	100% {
		-ms-transform: scale(1.6);
		opacity: 0;
	}
}

/*公司动态*/
.snews {background: url(../img/m4bg.jpg) no-repeat top center;background-size: cover;}
.snews:before {content: "";width: 25%;height: 278px;position: absolute;left: 0;bottom: 0;background: url(../img/newb1.png) no-repeat left bottom;background-size:contain;z-index: 1;margin-left: -10px;animation: ascrolla 2.5s infinite;}
.snews:after {content: "";width: 25%;height: 195px;position: absolute;right: 0;bottom: 0;background: url(../img/newb2.png) no-repeat right bottom;background-size:contain;z-index: 1;}
.title_1 .yun { background: url(../images/yun.png) no-repeat left center;display: block; width: 184px; height: 92px; margin-left: -10px; position: absolute;left: 0;top:4px;}
@keyframes ascrolla{
	0%{transform: translate3d(0,0,0);}
	50%{transform: translate3d(20px,0,0);}
	100%{transform: translate3d(0,0,0);}
}
.sect_news {padding: 5rem 0;overflow: hidden;position: relative;z-index: 2;}
.news-brow {padding:70px 0 0;overflow: hidden;}
.news-brow .ul-news {padding: 0;overflow: hidden;}
.news-brow .ul-news .swiper-container {width: 100%;height: 100%;overflow: hidden;}
.news-brow .ul-news .news-li {padding: 0;overflow: hidden;margin-bottom: 70px;}
.news-brow .ul-news .news-li a {display: block;width: 100%;height: 100%;}
.news-brow .ul-news .news-li .new-img {padding: 0;overflow: hidden;}
.news-brow .ul-news .news-li .new-img img {width: 100%;height: 100%;object-fit: cover;}
.news-brow .ul-news .news-li .new-con {padding:15px 0;overflow: hidden; }
.news-brow .ul-news .news-li .new-con h2 {color: #343434;font-size: 20px;line-height: 30px;font-weight: normal;width: 70%;}
.news-brow .ul-news .news-li .new-con h5 {color: #9b9d9f;font-size: 14px;line-height: 30px;font-weight: normal;width: 30%;text-align: right;}
.news-brow .ul-news .news-li p  {color: #8a8a8a;font-size: 14px;line-height: 30px;}
.news-brow .ul-news .njt {padding:0;overflow: hidden;height: 60px;position: relative; }
.news-brow .ul-news .nnext,.news-brow .ul-news .nprev {width: 15px;height: 21px;}
.news-brow .ul-news .nnext {background: url(../img/nnext.png) no-repeat left center;right: 45%;}
.news-brow .ul-news .nprev {background: url(../img/nprev.png) no-repeat left center;left: 45%;}
.news-brow .ul-news .swiper-button-disabled {opacity: 0.5;}
.news-brow .ul-news .news-li:hover img {transform: scale(1.2); transition: all 0.5s;}
.news-brow .ul-news .news-li:hover h2,.news-brow .ul-news .news-li:hover p {color: #c1a36b;}

@media screen and (max-width:1450px){ 
   .header .head {max-width: 1230px;}

   .sect_base .baseitem .scjdcon1 {padding: 35px;}
}
@media screen and (max-width:1200px){ 

}
