@font-face {
  font-family: 'iconfont';  /* Project id 2660208 */
  src: url('../fonts/font_2660208_685inmovi1o.woff2') format('woff2'),
       url('../fonts/font_2660208_685inmovi1o.woff') format('woff'),
       url('../fonts/font_2660208_685inmovi1o.ttf') format('truetype');
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

@font-face {
	font-family: DIN;
	src: url(../fonts/din-condensed-bold.ttf)
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

input {
	outline: none;
}

.logo {
	width: 21vw;
	position: relative;
	-webkit-transition: all .5s;
}

.mobPic{
	display: none;
}

.mTips{
	width: 200px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.mTips .icon{
	font-size: 28px;
}
.mTips p{
	opacity: .7;
	margin-top: 5px;
}

.logo.active{
	opacity: 0;
}
.techSwiper .swiper-pagination-bullet-active{
	background: #dc3647;
}
.techNav{
	width: 50px;
	height: auto;
	position: fixed;
	left: 5%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	z-index: 10;
	display: none;
}

.techNav a{
	display: block;
	width: auto;
	height: 20px;
	margin-bottom: 20px;
	position: relative;
}

.techNav a::before{
	width: 10px;
	height: 10px;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0px;
	top: 10px;
	border-radius: 50%;
	content: '';
}

.techNav a span{
	width: auto;
	height: auto;
	line-height: 20px;
	font-size: 12px;
	position: absolute;
	left: 15px;
	background: rgba(0,0,0,.5);
	color: rgba(255,255,255,.9);
	word-break: keep-all;
	padding: 5px 10px;
	border-radius: 50px;
	-webkit-transition: all .35s;

}

.techNav a.active::before,.techNav a:hover::before{
	background: #ecae6d;
}

.techNav a.active span,.techNav a:hover span{
	left: 15px;
	opacity: 1;
	visibility: visible;
	background: #ecae6d;
	color: #fff;
}


.header {
	position: absolute;
	display: flex;
	justify-content: space-between;
	padding: 20px 3%;
	width: 100%;
	z-index: 100;
	align-items: center;
}

.nav .list {
	display: none;
}

.hzhbList ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.hzhbList ul li{
	width: 12.5%;
	height: auto;
	position: relative;
	margin-bottom: 1.5vw;
}
.hzhbList ul li .thum{
	border-radius: 50%;
	box-shadow: 0px 0px 10px rgba(231,95,71,.2);
	width: 80%;
	margin-left: 10%;
	background: #fff;
}

.hzhbList ul li .thum .pic{
	background-size: contain;
}

.nav {
	width: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-right: 100px;
}

.nav .hotTel {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.nav .hotTel .icon {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #dc3647;
	color: #FFFFFF;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	font-size: 26px;
	z-index: 5;
}

.nav .hotTel .icon i {
	display: block;
	-webkit-transition: all .35s;
	-webkit-animation: rotateIns 2s ease infinite;
}

@-webkit-keyframes rotateIns {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.nav .hotTel .tel {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #dc3647;
	color: #FFFFFF;
	-webkit-transition: all .5s;
	border-radius: 60px;
	overflow: hidden;
	opacity: 0;
	text-align: center;
	padding-right: 40px;
	line-height: 60px;
	font-family: DIN;
	font-size: 24px;
}

.nav .hotTel:hover .tel {
	width: 200px;
	opacity: 1;
}

.nav ul {
	display: flex;
	justify-content: space-between;
}

.nav ul li {
	width: auto;
	position: relative;
}

.nav ul li::before {
	width: 7px;
	height: 7px;
	position: absolute;
	right: -3.5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	background: #fff;
	border-radius: 50%;
	content: '';
}

.nav ul li:last-child::before {
	display: none;
}

.nav ul li::after {
	width: 0%;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	border-radius: 50px;
	background: #fff;
	content: '';
	-webkit-transition: all .35s;
}

.nav ul li.active::after,
.nav ul li:hover::after {
	width: 20%;
	left: 40%;
}

.nav ul li a {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	text-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
	padding: 0px 35px;
}

.swiperBar {
	max-width: 1400px;
	width: 90%;
	position: absolute;
	left: 50%;
	bottom: 0%;
	height: 70px;

	-webkit-transform: translateX(-50%);
	z-index: 10;
	display: flex;
	justify-content: space-between;
	cursor: default;
}

.swiperBar .swiperBtn {
	width: auto;
	display: flex;
	height: auto;
	line-height: 70px;
	margin-left: 15px;
}

.swiperBar .swiperBtn .prev,
.swiperBar .swiperBtn .next {
	width: 50px;
	height: 70px;
	position: relative;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
	opacity: .5;
}

.swiperBar .swiperBtn .prev:hover,
.swiperBar .swiperBtn .next:hover {
	opacity: 1;
}

.swiperBar .swiperBtn .prev i {
	-webkit-transform: rotate(-180deg);
	display: block;
}

.swiperBar .swiper-pagination {
	position: absolute;
	line-height: 70px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	height: 70px;
}

.swiperBar .swiper-pagination-bullet {
	margin: 0px 0px;
	width: 30px;
	height: 30px;
	border: 10px solid #fff;
	border-radius: 50px;
	-webkit-transition: all .35s;
}

.swiperBar .swiper-pagination-bullet-active {
	background: #dc3647;
	width: 50px;
}

.m-mouse-icon {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid;
	border-color: #FFF;
	border-radius: 20px;
	bottom: 5vh;
	height: 40px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 25px;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.m-mouse-icon:hover {
	opacity: .3 !important;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.m-mouse-icon .m-wheel {
	-webkit-animation: 1.5s ease 0s normal none infinite magic-mouse-icon;
	-moz-animation: 1.5s ease 0s normal none infinite magic-mouse-icon;
	-o-animation: 1.5s ease 0s normal none infinite magic-mouse-icon;
	animation: 1.5s ease 0s normal none infinite magic-mouse-icon;
	border-radius: 100%;
	height: 5px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 5px;
	background: #fff;
}

@-webkit-keyframes magic-mouse-icon {
	0% {
		margin-top: 6px;
		opacity: 0
	}

	30% {
		opacity: 1
	}

	100% {
		margin-top: 18px;
		opacity: 0
	}
}

.idx-banner {
	background-color: #000;
	height: 100vh
}

.idx-banner .swiper-container {
	width: 100%;
	z-index: 0;
	height: 100%;
}

.idx-banner .swiper-slide {
	background-color: rgba(0, 0, 0, .5);
}

.idx-banner .swiper-wrapper,
.idx-banner [data-swiper-parallax] {
	will-change: transform
}

.idx-banner .headbg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.idx-banner .headbg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .1);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 30%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 30%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);
	z-index: 1;
}

.idx-banner .swiper-slide-active .headbg {
	-webkit-animation: scaleBigToSmall 4s;
	animation: scaleBigToSmall 4s;
}


@-webkit-keyframes scaleBigToSmall {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleBigToSmall {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.scaleBigToSmall {
	-webkit-animation-name: scaleBigToSmall;
	animation-name: scaleBigToSmall;
	transform-origin: 50% 50%;
}


@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-150px);
		transform: translateY(-150px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-150px);
		-ms-transform: translateY(-150px);
		transform: translateY(-150px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(150px);
		-ms-transform: translateY(150px);
		transform: translateY(150px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-150px);
		transform: translateY(-150px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-150px);
		-ms-transform: translateY(-150px);
		transform: translateY(-150px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(150px);
		-ms-transform: translateY(150px);
		transform: translateY(150px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.aboutBg {
	background: url(../images/map.jpg) center center no-repeat;
	background-size: contain;
}

.subTitle {
	width: 100%;
	position: relative;
	margin-bottom: 3vw;
}

.subTitle img {
	width: 18vw;
}

.factory {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 6vw;
}

.factory .info {
	width: 50%;
	line-height: 2;
	font-size: 16px;
}

.factory .info b {
	display: block;
	width: 100%;
	font-size: 20px;
	margin-bottom: 1vw;
}

.enterBtn {
	width: 165px;
	height: auto;
	border: 1px solid #dd3b4b;
	display: flex;
	align-items: center;
	line-height: 48px;
	color: #dd3b4b;
	border-radius: 50px;
	justify-content: center;
	font-size: 16px;
}
.enterBtn.hbtn{
	background: #dd3b4b;
	color: #fff;
	-webkit-transition: all .35s;
	position: relative;
	top: 0px;
}
.enterBtn.hbtn:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
	top: -5px;
}
.enterBtn:hover{
	color: #fff;
	background-color: #dd3b4b;
}
.enterBtn i {
	margin-left: 15px;
}

.factorys ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.factorys ul li {
	width: 23.5%;
	position: relative;
	background: #000;
}

.factorys ul li .pic {
	opacity: .8;
}

.factorys ul li .thum::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: #f5f5f5;
	-webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.factorys ul li .info {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
}

.factorys ul li .info .icon {
	font-size: 2.2vw;
	position: absolute;
	left: 8%;
	top: 10%;
}

.factorys ul li .info .des {
	width: auto;
	height: auto;
	position: absolute;
	right: 8%;
	bottom: 10%;
	text-align: right;
}
.subTitle.center.active{
	display:none ;
}
.factorys ul li .info .des b {
	font-family: DIN;
	font-size: 3vw;
}
.factorys ul li .info .des b span{
	font-size: 14px;
	opacity: .7;
	margin-left:5px;
}
.factorys ul li:nth-child(3) .info .des b {
	/*font-size: 30px;*/
	/*display: block;*/
	/*margin-bottom: 8px;*/
}
.factorys ul li:nth-child(3) .info .des b span:first-child{
	margin-right: 5px;
}
.factorys ul li .info .des p {
	font-size: 14px;
	opacity: .7;
}

.factorys ul li:hover .thum::after {
	height: 0%;
}

.factorys ul li:hover .pic {
	-webkit-transform: scale(1.1);
}

.factorys ul li:hover {
	color: #fff;
}

.swiper-container.productSwiper {
	height: 100vh;
}

.swiper-container.productSwiper .infoBox {
	width: 40%;
	height: auto;
	position: absolute;
	left: 10%;
	bottom: 5%;
}

.swiper-container.productSwiper .infoBox .name {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.5vw;
}

.swiper-container.productSwiper .infoBox .des {
	width: 100%;
	font-size: 14px;
	margin-bottom: 1vw;
	line-height: 1.7;
}

.proNav {
	position: absolute;
	right: 10%;
	bottom: 5%;
	width: 250px;
	z-index: 10;
}

.proNav ul li {
	display: flex;
	line-height: 40px;
}

.proNav ul li .icon {
	width: 50px;
	height: 40px;
	font-family: DIN;
	text-align: center;
	font-size: 20px;
	-webkit-transition: all .35s;
}

.proNav ul li .name {
	width: calc(100% - 50px);
	font-size: 14px;
	-webkit-transition: all .35s;
}

.proNav ul li.active {
	color: #d12b33;
}

.proNav ul li.active .icon {
	font-size: 40px;
	color: transparent;
	-webkit-text-stroke: 1px #d12b33;
}

.proNav ul li.active .name {
	font-size: 18px;
}

.subTitle.abs {
	position: absolute;
	left: 10%;
	top: 15%;
	z-index: 10;
}

.hzBox {
	height: auto;
	position: relative;
	width: 100%;
	background-color: #fcf6f6;
	
}

.hzMain{
	width: 100%;
	height: 35vw;
	position: absolute;
	left: 0%;
	bottom: 0%;
	background: center center no-repeat;
	background-size: contain;
}

.hzTitle {
	position: relative;
	width: 900px;
	color: #cf2029;
	line-height: 2;
	text-align: center;
	z-index: 1;
	margin: 0px auto;
	margin-bottom: 100px;
}

.hzTitle b {
	font-size: 30px;
	display: block;
}

.hzTitle p {
	font-size: 20px;
}

.hzList{
	width: 100%;
	padding: 0px 5%;
	position: relative;
	perspective: 500;
	-webkit-perspective: 500;
}

.hzBox::after{
	width: 30%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: linear-gradient(90deg, rgba(252, 246, 246, 1), rgba(252, 246, 246, 0));
}
.hzBox::before{
	width: 30%;
	height: 100%;
	position: absolute;
	right: 0%;
	top: 0%;
	content: '';
	background: linear-gradient(-90deg, rgba(252, 246, 246, 1), rgba(252, 246, 246, 0));
	z-index: 1;
}
.hzList ul{
	display: flex;
	position: relative;
	flex-wrap: wrap;
	
	transform-style: preserve-3d;
}
.hzList ul li {
    width: 22%;
    margin-left: 2.5%;
    margin-bottom: 1vw;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all .5s;
}

.conImg{
	width: 100%;
	height: 420px;
	position: relative;
	background:  center center no-repeat;
}
.hzList ul li:nth-child(7n){
	margin-right: 0%;
}

.hzList ul li .thum,.hzList ul li .pic{
	
}

.hzTitle::after,
.hzTitle::before {
	width: 80px;
	height: 130px;
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	background: url(../images/leafl.png) no-repeat;
	background-size: cover;
	content: '';
}

.hzTitle::after {
	left: auto;
	right: 0px;
	background-image: url(../images/leafr.png)
}

.newsTop {
	display: flex;
	width: 100%;
	align-items: flex-end;
	margin-bottom: 4vw;
}

.newsTop .subTitle {
	margin-bottom: 0vw;
}

.swiper-scrollbar-drag {
	background: #dc3647;
}

.newSwiper {
	padding-bottom: 50px;
	overflow: inherit;
}

.newSwiper .time {
	width: 100%;
	line-height: 1;
	margin-bottom: 1vw;
}

.newSwiper .time b {
	display: block;
	font-family: DIN;
	font-size: 60px;
}

.newSwiper .time p {
	font-size: 12px;
	text-transform: uppercase;
	opacity: .7;
}

.newSwiper .name {
	font-size: 18px;
	line-height: 30px;
	height: 70px;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.newSwiper .swiper-slide::after {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background: rgba(0, 0, 0, .05);
	content: '';
}

.newSwiper .swiper-slide {
	background: #f6f6f6;
	padding: 25px;
}

.newSwiper .more {
	width: 100%;
	display: flex;
	justify-content: space-between;
	line-height: 50px;
	opacity: .5;
}

.newSwiper .swiper-slide:hover .pic {
	-webkit-transform: scale(1.1);
}

.newSwiper .swiper-slide:hover .name {
	color: #dc3647;
}

.footer {
	background: #b61e25;
	color: #fff;
	padding: 6vw 0px 0px;
}

.footerTop {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .05);
	padding-bottom: 50px;
}

.footerTop .w1400 {
	display: flex;
	justify-content: space-between;
}

.footerTop .socals {
	width: 450px;
	position: relative;
}

.footerTop .fNav {
	width: auto;
}

.footerTop .socals .conTel {
	width: 100%;
	display: flex;
	margin-bottom: 7vw;
	align-items: center;
}

.footerTop .socals .conTel .icon {
	width: 65px;
	height: 65px;
	line-height: 61px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 32px;
}

.footerTop .socals .conTel .txt {
	width: calc(100% - 75px);
	margin-left: 10px;
	position: relative;
	line-height: 1.2;
}

.footerTop .socals .conTel .txt span {
	display: block;
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	left: 0px;
	bottom: -25px;
	opacity: .5;
}

.footerTop .socals .conTel .txt b {
	font-weight: bold;
	font-size: 16px;
}

.footerTop .socals .conTel .txt p {
	font-weight: bold;
	font-size: 40px;
	font-family: DIN;
}

.solist {
	width: 100%;
	display: flex;
}

.solist a {
	display: block;
	width: 50px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	height: 50px;
	-webkit-transition: all .35s;
	margin-right: 10px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	border: 1px solid rgba(255, 255, 255, .5);
}

.solist a .img {
	width: 100px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -100px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .35s;
}

.solist a:hover .img {
	opacity: 1;
	visibility: visible;
	top: -110px;
}

.footerTop .fNav ul {
	display: flex;
}

.footerTop .fNav ul li {
	width: auto;
}

.footerTop .fNav ul li a {
	padding: 0px 55px;
	display: block;
	line-height: 40px;
	width: 100%;
	color: rgb(255 255 255 / 71%);
	text-align: center;
}

.footerTop .fNav ul li a:first-child {
	font-weight: bold;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
}

.footerTop .fNav ul li a:hover {
	color: rgba(255, 255, 255, 1);
}

.footerBottom {
	width: 100%;
}

.footerBottom .w1400 {
	display: flex;
	justify-content: space-between;
	line-height: 50px;
	color: rgba(255, 255, 255, .3);
	font-size: 12px;
}

.footerBottom a {
	color: rgba(255, 255, 255, .3);
}

.footerBottom a:hover {
	color: rgba(255, 255, 255, .7);
}

.footerTop .fNav ul li:last-child a {
	padding-right: 0px;
}

.solist a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: #dd3b4b;
	content: '';
	-webkit-transition: all .35s;
	-webkit-transform: scale(0);
	border-radius: 50%;
}

.solist a .icon {
	position: relative;
	z-index: 2;
}

.solist a:hover {
	border-color: #dd3b4b;
}

.solist a:hover::before {
	-webkit-transform: scale(1);
}

.showTitle {
	width: 23vw;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}

.showTitle.w1010 {
	width: 53vw;
}

.subBanner {
	background: #000;
}

.subBanner>img {
	max-width: none;
	width: 100%;
	opacity: .6;
}

.intro {
	background: linear-gradient(135deg, #ecae6d, #e75f47);
	width: 45%;
	padding: 50px;
	color: #fff;
	position: absolute;
	top: 55%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	-webkit-transition: all .35s;
	opacity: 0.9;
}
.introBox.active .intro{
	opacity: 0;
}

.boxes.introBox {
	padding: 0px;
	height: 100vh;
	position: relative;
	background: center center no-repeat;
	background-size: cover;
}
.boxes.introBox video{
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.boxes.introBox .w1400 {
	display: flex;
	justify-content: space-between;
}

.boxes.introBox .number {
	width: 50%;
	padding: 25px 50px;
	position: relative;
}

.boxes.introBox .number ul {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	display: flex;
	flex-wrap: wrap;
}

.boxes.introBox .number ul li {
	width: 50%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3vw;
}

.boxes.introBox .number ul li:nth-child(n+3) {
	margin-bottom: 0px;
}

.boxes.introBox .number ul li .icon {
	width: 90px;
	height: auto;
	line-height: 86px;
	border: 2px solid #ecae6d;
	border-radius: 50%;
	text-align: center;
	color: #ecae6d;
	font-size: 36px;
}

.boxes.introBox .number ul li .txt {
	width: calc(100% - 110px);
}

.boxes.introBox .number ul li .txt b {
	display: block;
	font-size: 4vw;
	font-family: DIN;
}
.boxes.introBox .number ul li .txt b span{
	font-size: 16px;
	opacity: .6;
	margin-left: 5px;
}
.boxes.introBox .number ul li:nth-child(3) .txt b{
	font-size: 40px;
	display: block;
	line-height: 70px;
}

.boxes.introBox .number ul li:nth-child(3) .txt b span:first-child{
	margin-right: 5px;
}

.boxes.introBox .number ul li .txt p {
	width: 80%;
	font-size: 16px;
	opacity: .6;
}

.boxes.videoMain {
	height: 50vh;
	position: relative;
	padding: 0px;
	background: center center no-repeat;
	background-size: cover;
	display: none;
}

.boxes.videoMain video {
	display: block;
	width: 100%;
	position: relative;
}

.videoMain .subTitle.abs {
	width: 350px;
	margin-bottom: 0px;
	left: 50%;
	top: 35%;
	-webkit-transform: translateX(-50%);
}

.playBtn {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	position: absolute;
	left: 70%;
	color: #fff;
	cursor: pointer;
	top: 55%;
	-webkit-transition: all 1s;
	-webkit-transform: translate(-50%, -50%);
}


.playBtn::after{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	background: url(../images/ptn_icon.png) no-repeat;
	background-size: 60px auto;
	content: '';
}

.playBtn.active {
	left: 95%;
	top: 90%;
}

.playBtn.active::after{
	background-position: -30px 0px;
}

.playBtn.active::before {
	-webkit-animation: auto;
}

.playBtn::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: url(../images/playbg.png) no-repeat;
	background-size: cover;
	-webkit-animation: loopsAnimate 3s ease infinite;
	content: '';
}

@-webkit-keyframes loopsAnimate {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(-360deg);
	}
}

.ysSwiper .slide-inner {
	position: relative;
	height: auto;
}

.ysNav {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.ysNav a {
	display: block;
	width: calc(100% / 6);
	position: relative;
	padding: 40px 15px 20px;
	border-bottom: 2px solid #e7e7e7;
}

.ysNav a.active {
	color: #ecae6d;
}

.ysNav a b {
	font-size: 20px;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.ysNav a p {
	font-size: 14px;
	line-height: 1.6;
}

.boxes.ysBox {
	background: url(../images/ysbg.jpg) center bottom no-repeat;
	background-size: cover;
}

.ysNav a.active::after {
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0px;
	bottom: -2px;
	background: #ecae6d;
	border-radius: 4px;
	content: '';
}

.ysSwiper {
	padding-bottom: 10px;
}

.subTitle.center {
	display: flex;
	justify-content: center;
}

.techBanner {
	width: 100%;
	height: 100%;
	background: center center no-repeat;
	background-size: cover;

}

.techBanner::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: rgba(0, 0, 0, .5);
}

.techBanner .title {
	width: 40vw;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}

.swiper-container.techSwiper {
	height: 100vh;
}

.swiper-container.techSwiper .swiper-slide {
	overflow: hidden;
}

.swiper-container.techSwiper .swiper-slide .slide-inner::before {
	width: 100%;
	height: 70%;
	position: absolute;
	left: 0%;
	bottom: 0%;
	background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
	content: '';
	top: auto;
}
.header::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	bottom: 0%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	content: '';
	top: auto;
}

.swiper-container.techSwiper .swiper-slide.auto {
	height: auto;
}

.techSwiper .infoBox {
	width: 80%;
	position: absolute;
	left: 10%;
	bottom: 10%;
	color: #fff;
}

.techSwiper .infoBox .name {
	font-size: 2vw;
	font-weight: bold;
	margin-bottom: 1vw;
}

.techSwiper .infoBox .des {
	font-size: 14px;
	line-height: 2;
}

.techSwiper .subTitle {
	margin-bottom: 3vw;
}

.adressTips {
	width: 100%;
	text-align: center;
}

.adressTips b {
	display: block;
	font-size: 4vw;
	font-family: DIN;
	background: linear-gradient(to right, #ecaf6e, #e75e47);
	-webkit-background-clip: text;
	color: transparent;
}

.adressTips p {
	font-size: 16px;
}

.boxes.myMap {
	padding: 0px;
	height: 60vh;
	position: relative;
}

.boxes.myMap img{
	display: inline-block;
	width: auto;
}

.oderBox {
	background: url(../images/orderbg.jpg) center center no-repeat;
	background-size: cover;
}

.oderBox .w1400 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.oderBox .w1400 .oderInfo {
	width: 40%;
	position: relative;
}

.oderBox .w1400 .orderForm {
	width: 40%;
	background: #fff;
	padding: 70px 35px;
	border-radius: 10px;
}

.orderForm .subTitle {
	margin-bottom: 2vw;
}

.orderForm .des {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.7;
	font-size: 16px;
	margin-bottom: 2vw;
}

.formBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.formBox .inputDiv {
	width: 100%;
	display: flex;
	flex-wrap: wrap;

}

.formBox .inputDiv .lable {
	width: 100%;
	display: flex;
	background: #f6f6f6;
	border-radius: 60px;
	margin-bottom: 15px;
	padding: 10px 25px;
	line-height: 40px;
	justify-content: space-between;
}

.formBox .inputDiv .lable .txt {
	width: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.formBox .inputDiv .lable input {
	width: calc(100% - 50px);
	border: none;
	background: transparent;
}

.submitBtn {
	display: block;
	width: 180px;
	height: 50px;
	position: relative;
	margin: 0px auto;
	border-radius: 50px;
	line-height: 50px;
	text-align: center;
	background: linear-gradient(to right, #ecaf6e, #e75e47);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	-webkit-transition: all .5s;
}
.submitBtn:hover{
	box-shadow: 0px 0px 15px #e75e47;
}
.submitBtn.active{
	cursor: no-drop;
	opacity: .5;
}
.formBox .inputDiv .lable:last-child {
	margin-bottom: 35px;
}

.oderBox .w1400 .oderInfo .subTitle {
	margin-bottom: 8vw;
}

.oderBox .w1400 .oderInfo .info {
	width: 100%;
	color: #fff;
	line-height: 2;
}

.oderBox .w1400 .oderInfo .info p {
	font-size: 18px;
}

.oderBox .w1400 .oderInfo .info b {
	display: block;
	width: 100%;
	font-size: 4vw;
	font-family: DIN;
}

.oderBox .w1400 .oderInfo .info a{
	display: flex;
	color: #fff;
	align-items: center;
}

.oderBox .w1400 .oderInfo .info a .icon{
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	color: #ecaf6e;
	font-size: 18px;
	margin-right: 5px;
	position: relative;
}
.oderBox .w1400 .oderInfo .info a .icon::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: #fff;
	border-radius: 50%;
	content: '';
	animation: scaleAnimate 1s ease infinite;
	-webkit-animation: scaleAnimate 1s ease infinite;
}
@-webkit-keyframes scaleAnimate {
	from {
		-webkit-transform: scale(1);
		opacity: 0.5;
	}

	to {
		-webkit-transform: scale(2);
		opacity: 0;
	}
}
.productBanner .pbg.mob{
	display: none;
}
.productBanner .pbg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all 6s;
	-webkit-transform: scale(1.2);

}

.productBanner.animated .pbg {
	-webkit-transform: scale(1);
}

.productBanner {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	background: #fff;
	z-index: 20;
}

.productBanner .pbg::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: rgba(0, 0, 0, .5);
	content: '';
}

.productBanner ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.productBanner ul li {
	width: calc(100% / 3);
	height: 50%;
	position: relative;
}

.productBanner ul li::after {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(255, 255, 255, .1);
	content: '';
}

.productBanner ul li::before {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background: rgba(255, 255, 255, .1);
	content: '';
}

.productBanner ul li:nth-child(n+4)::after {
	display: none;
}

.productBanner ul li:nth-child(3n)::before {
	display: none;
}

.productBanner ul li a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.productBanner ul li a::before {
	width: 0%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background: linear-gradient(135deg, #ecae6d, #e75f47);
	content: '';
	-webkit-transition: all 1s cubic-bezier(.23, 1, .32, 1);
}

.productBanner ul li:hover a::before {
	right: auto;
	left: 0%;
	width: 100%;
}

.productBanner ul li .txt {
	width: 80%;
	height: auto;
	position: absolute;
	right: 10%;
	bottom: 10%;
	color: #fff;
	text-align: right;
	line-height: 1.7;
	-webkit-transition: all 1s cubic-bezier(.23, 1, .32, 1);
}

.productBanner ul li:hover .txt {
	bottom: 40%;
}

.productBanner ul li .txt b {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	font-size: 2vw;
	font-weight: bold;
}

.productBanner ul li .txt p {
	font-family: DIN;
	text-transform: uppercase;
	font-size: 16px;
}

.productBanner ul li .enterBtn {
	position: absolute;
	right: 10%;
	bottom: 0%;
	color: #fff;
	border-color: #fff;
	opacity: 0;
	-webkit-transition: all 1s cubic-bezier(.23, 1, .32, 1) .1s;
}

.productBanner ul li:hover .enterBtn {
	bottom: 20%;
	opacity: 1;
}

.subTitle.center.w30 img {
	width: 28vw;
}

.productBox {
	width: 100%;
}
.productBox ul{
	display: flex;
	flex-wrap: wrap;
}
.productBox.singe ul li .info{
	width: 45%;
	cursor: default;
}
.productBox.singe ul li .info .name{
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.productBox.singe ul li .info .des{
	margin-top: 20px;
}


.productBox.singe ul li .info .specs{
	width: 100%;
	height: auto;
	position: relative;
	padding: 15px 0px;
	color: rgba(0, 0, 0, .5);
	line-height: 20px;
	direction: initial;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: flex;
	top: 0%;
	-webkit-transform: translateY(-0%);
}
.productBox ul li {
	display: flex;
	width: 100%;
	direction: rtl;
	margin-bottom: 25px;
	padding-bottom: 25px;
	justify-content: space-between;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.productBox ul li:nth-child(even){
	direction: initial;
}
.productBox ul li .infoList{
	width: 45%;
	direction: initial;
}
.productBox ul li .thum {
	width: 50%;
}
.productBox ul li .pic{
	-webkit-transition: all 0s;
}
.productBox ul li .info {
	width: 100%;
	background: url(../images/dot.png) center bottom no-repeat;
	background-size: contain;
	position: relative;
	margin-bottom: 5px;
	cursor: pointer;
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding-bottom: 10px;
}

.productBox ul li .info:last-child{
	border-bottom: none;
}

.productBox ul li .info.active{
	color: #e75f47;
}

.productBox ul li .info .name {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	padding: 0px 0px;
}

.productBox ul li .info .specs {
	width: auto;
	height: auto;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	padding: 15px 0px;
	color: rgba(0, 0, 0, .5);
	line-height: 20px;
	font-size: 14px;
	display: flex;
}

.productBox ul li .info .specs b {
	width: 50px;
	font-weight: normal;
	position: relative;
	margin-right: 20px;
}

.productBox ul li .info .specs b::after {
	width: 1px;
	height: 70%;
	position: absolute;
	right: 0px;
	top: 15%;
	background: rgba(0, 0, 0, .1);
	content: '';
}

.productBox ul li .info .des {
	width: 100%;
	height: auto;
	position: relative;
	opacity: .7;
	font-size: 16px;
	line-height: 2;
    direction: initial;

}

.productBox ul li .enterBtn {
	border: none;
	color: #fff;
	background: linear-gradient(135deg, #ecae6d, #e75f47);
	position: relative;
	bottom: 0px;
	display: none;
}


.boxes.brand {
	background: url(../images/ppbg.jpg) center center no-repeat;
	background-size: cover;
}

.newSwiper.innerNews {
	padding-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
	background: #f6f6f6;
}

.newSwiper.innerNews a {
	width: calc(100% / 3);
}

.newSwiper.innerNews .swiper-slide::before {
	width: 100%;
	height: 1px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, .05);
	content: '';
}

.newSwiper.innerNews .swiper-slide:nth-child(n+4)::before {
	display: none;
}

.newSwiper.innerNews .thum {
	margin-bottom: 15px;
}

.detailTop {
	background: linear-gradient(135deg, #ecae6d, #e75f47);
	color: #fff;
}

.ndc_npnews {
	background: #f3f3f3;
}

.ysSwiper .swiper-pagination{
	display: none;
}

#page li.xl-nextPage,
#page li.xl-prevPage {
	display: none;
}

#page {
	margin-bottom: 0px;
}

.boxes.homeNews {
	overflow: hidden;
}

.swiper-container.techSwiper .swiper-slide.auto .slide-inner::before {
	display: none;
}

.menu_btn {
	position: fixed;
	width: 50px;
	height: 50px;
	top: 15px;
	right: 3%;
	z-index: 50;
	background-color: #dc3647;
	border-radius: 50%;
}

.menu_btn span {
	position: absolute;
	width: 20px;
	height: 3px;
	background-color: rgba(255, 255, 255, .8);
	left: 15px;
	transition: transform .5s;
	transform: rotate(0deg);
}

.menu_btn span:nth-child(1) {
	top: 15px
}

.menu_btn span:nth-child(2) {
	top: 23px;
	transform: scaleX(100%);
}

.menu_btn span:nth-child(3) {
	top: 31px
}

.menu_btn.active span:nth-child(1) {
	top: 23px;
	transform: rotate(45deg);
}

.menu_btn.active span:nth-child(2) {
	transform: scaleX(0)
}

.menu_btn.active span:nth-child(3) {
	top: 23px;
	transform: rotate(-45deg);
}

.menu_btn {
	display: none
}

.productSwiper .swiper-pagination {
	display: none;
}
.detail_page .singePage img{
	display: inline-block;
	width: 50%;
}

.ysSwiper .swiper-slide .name{
	display: none;
}

.aboutBanner{
	width: 100%;
	height: 100vh;
	position: relative;
	background: center center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1365px) {
	.nav ul li a {
		padding: 0px 25px;
	}

	.subTitle img {
		width: 20vw;
	}

	.footerTop .fNav ul li a {
		padding: 0px 15px;
	}


}

@media screen and (max-width: 768px) {
	.ysSwiper .swiper-slide .name{
		display: block;
		position: absolute;
		left: 0px;
		bottom: 40px;
		padding: 15px;
		width: 100%;
		color: #fff;
		line-height: 1.8;
		text-align: center;
	}
	.ysSwiper .swiper-slide .name b{
		display: block;
		width: 100%;
		height: auto;
		font-size: 20px;
	}
	.ysSwiper .swiper-slide .name p{
		font-size: 16px;
		opacity: .7;
	}
	.ysSwiper .swiper-slide .slide-inner::after{
		width: 100%;
		height: 50%;
		position: absolute;
		left: 0%;
		bottom: 0%;
		background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
		content: '';
		top: auto;
	}
	.menu_btn {
		display: block
	}
	.detailTop{
		padding-top: 100px;
		padding-bottom: 20px;
	}
	.ndc_npnews .post_next, .ndc_npnews .post_prev{
		padding: 20px 0px;
		font-size: 16px;
	}
	.detailTop .title{
		line-height: 1.4;
		font-size: 24px;
		margin-bottom: 10px;
	}
	.detailTop .info{
		font-size: 12px;
		opacity: .7;
	}
	.detail_page .singePage img{
		display: block;
		width: 100%;
	}
	.nav {
		width: 100%;
		height: 100vh;
		position: fixed;
		left: 0px;
		top: 0px;
		background: linear-gradient(135deg, #ecae6d, #e75f47);
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s ease 0s;
		padding-right: 0%;
	}

	.nav ul {
		width: 90%;
		height: auto;
		position: absolute;
		left: 5%;
		top: 45%;
		transform: translateY(-50%);
		flex-wrap: wrap;
	}

	.nav ul li {
		padding: 10px 15px;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		overflow: hidden;
	}

	.logo {
		width: 45vw;
		position: relative;
		z-index: 10;
	}

	.nav.active {
		opacity: 1;
		visibility: visible;
	}

	.nav ul li::after {
		display: none;
	}

	.nav ul li a {
		padding: 0px;
		text-align: left;
		font-size: 20px;
		font-weight: bold;
		-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1) .5s;
		-webkit-transform: translateY(100%);
		opacity: 0;
	}

	.nav ul li:nth-child(2) a {
		-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1) .55s;
	}

	.nav ul li:nth-child(3) a {
		-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1) .6s;
	}

	.nav ul li:nth-child(4) a {
		-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1) .65s;
	}

	.nav ul li:nth-child(5) a {
		-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1) .7s;
	}

	.nav ul li:nth-child(6) a {
		-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1) .75s;
	}

	.nav ul li::before {
		right: auto;
		left: 0px;
		display: none;
	}

	.nav ul li.active:last-child::before {
		display: block;
	}

	.nav ul li.active::before {
		display: block;
	}

	.nav.active ul li a {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}

	.nav .hotTel .tel {
		width: 200px;
		opacity: 1;
	}

	.nav .hotTel {
		top: auto;
		bottom: 0%;
		width: 200px;
		right: auto;
		opacity: 0;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(0%);

	}

	.nav .hotTel .icon {
		left: auto;
		right: 0px;
	}

	.nav.active .hotTel {
		bottom: 10%;
		opacity: 1;
		-webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1) .55s;
	}

	.idx-banner {
		height: 100vh;
	}

	.swiperBar {
		background: transparent;
		height: auto;
	}

	.swiperBar .swiperBtn {
		display: none;
	}

	.swiperBar .swiper-pagination {
		margin-right: 0%;
		width: 100%;
		line-height: 30px;
		bottom: 10px;
		display: flex;
		justify-content: center;
	}

	.swiperBar .swiper-pagination-bullet {
		margin: 0px 4px;
		width: 7px;
		height: 7px;
	}

	.swiperBar .swiper-pagination-bullet {
		background: #fff;
		border: none;
	}

	.boxes {
		padding: 10vw 0px;
	}

	.factory .info {
		width: 100%;
		font-size: 14px;
		margin-bottom: 4vw;
	}

	.factory .info b {
		font-size: 16px;
	}

	.factory {
		flex-wrap: wrap;
	}

	.subTitle img {
		width: 45vw;
	}

	.factorys ul li {
		width: 49%;
		margin-bottom: 4vw;
	}

	.factorys ul li .info .icon {
		font-size: 6vw;
		left: 5%;
		top: 6%;
		opacity: .5;
	}

	.factorys ul li .info .des b {
		font-size: 10vw;
	}

	.factorys ul li .info .des {
		line-height: 1.1;
	}

	.enterBtn {
		width: 135px;
		line-height: 40px;
		font-size: 14px;
	}

	.enterBtn i {
		margin-left: 5px;
	}

	.subTitle.abs {
		top: 10%;
	}

	.swiper-container.productSwiper {
		height: auto;
		padding-bottom: 15vw;
	}

	.swiper-container.productSwiper .slide-inner {
		height: 50vh;
		position: relative;
	}

	.proNav {
		display: none;
	}

	.swiper-container.productSwiper .infoBox {
		position: relative;
		width: 80%;
		bottom: 0%;
		text-align: center;
	}

	.swiper-container.productSwiper .infoBox .name {
		font-size: 16px;
		margin-bottom: 2vw;
	}

	.swiper-container.productSwiper .infoBox .des {
		margin-bottom: 4vw;
		opacity: .7;
	}

	.productSwiper .swiper-pagination {
		display: block;
		bottom: 6vw;
	}

	.productSwiper .swiper-pagination-bullet-active {
		background: #dc3647;
	}

	.productSwiper .enterBtn {
		margin: 0px auto;
	}

	.hzTitle {
		width: 90%;
		padding: 0px 40px;
		margin-bottom: 10px;
	}
	.hzList ul li{
		width: 23.5%;
		margin-right: 2%;
	}
	.hzList ul li:nth-child(7n) {
	    margin-right: 2%;
	}
	.hzList ul li:nth-child(4n) {
	    margin-right: 0%;
	}
	.hzTitle::after,
	.hzTitle::before {
		width: 40px;
		height: 65px;
	}

	.hzTitle b {
		font-size: 4.5vw;
		line-height: 1.5;
	}

	.hzTitle p {
		font-size: 14px;
	}
	
	.hzBox {
		height: auto;
	}

	.newSwiper .swiper-slide {
		padding: 15px;
	}

	.newSwiper .more {
		display: none;
	}

	.newSwiper .time b {
		font-size: 6vw;
		opacity: .5;
	}
	.newSwiper .time p{
		opacity: .5;
	}

	.newSwiper .name {
		line-height: 20px;
		height: 40px;
		font-size: 14px;
		border-bottom: none;
		padding-bottom: 0px;
		margin-bottom: 2vw;
	}

	.newSwiper .time {
		margin-bottom: 2vw;
	}

	.footerTop .fNav,
	.backTop {
		display: none;
	}

	.footerTop .socals {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.footer {
		padding: 10vw 0px 0px;
	}

	.footerTop .socals .conTel .txt {
		width: auto;
		margin-left: 0%;
		text-align: center;
	}

	.footerTop .socals .conTel .txt span {
		display: none;
	}

	.footerTop .socals .conTel .icon {
		width: 50px;
		height: 50px;
		line-height: 48px;
		font-size: 24px;
		border: 1px solid #fff;
		display: none;
	}

	.footerTop .socals .conTel .txt b {
		font-size: 14px;
	}

	.footerTop .socals .conTel .txt p {
		font-size: 10vw;
	}

	.footerTop .socals .conTel {
		width: auto;
		margin-bottom: 2vw;
	}

	.solist {
		justify-content: center;
	}

	.solist a {
		width: 40px;
		line-height: 38px;
		height: auto;
		font-size: 18px;
	}

	.footerTop {
		padding-bottom: 5vw;
	}

	.footerBottom .w1400 {
		flex-wrap: wrap;
		line-height: 1.7;
		padding: 10px 0px;
	}

	.newSwiper {
		padding-bottom: 30px;
	}

	.boxes.introBox .w1400 {
		flex-wrap: wrap;
		background: linear-gradient(135deg, #ecae6d, #e75f47);
	}

	.intro {
		width: 100%;
		margin-top: 0px;
		padding: 0px 5%;
		background: transparent;
		left: 0%;
		-webkit-transform: translateY(0%);
		top: 20%;
	}

	.boxes.introBox {
		padding: 10vw 0px;
	}

	.subBanner>img {
		position: relative;
		width: 150%;
		margin-left: -25%;
	}

	.showTitle {
		width: 45vw;
	}

	.singePage {
		font-size: 14px;
	}

	.boxes.introBox .number {
		width: 100%;
		padding: 0px 5% 50px;
	}

	.boxes.introBox .number ul {
		position: relative;
		top: 0%;
		-webkit-transform: translateY(0%);
	}

	.boxes.introBox .number ul li .icon {
		width: 60px;
		line-height: 56px;
		color: #fff;
		margin: 0px auto;
		font-size: 24px;
		margin-bottom: 2vw;
	}

	.boxes.introBox .number ul li .txt {
		width: 100%;
		color: #fff;
		text-align: center;
	}

	.boxes.introBox .number ul li .txt p {
		width: 100%;
		font-size: 12px;
	}

	.boxes.introBox .number ul li .txt b {
		font-size: 6vw;
	}

	.boxes.introBox .number ul li {
		margin-bottom: 7vw;
	}

	.boxes.introBox .number ul li:nth-child(n+3) {
		margin-bottom: 0px;
	}

	.playBtn {
		display: block;
		width: 60px;
		height: 60px;
		line-height: 60px;
		left: 50%;
		margin-left: -30px;
		top: auto;
		bottom: 10%;
	}
	.playBtn::after{
		width: 20px;
		height: 20px;
		background-size: 40px auto;
	}
	.videoBox{
		width: 94%;
		padding: 30px 0px;
	}
	.ysNav {
		display: none;
	}

	.subBanner {
		overflow: hidden;
	}

	.ysSwiper .swiper-slide {
		height: 80vh;
	}

	.ysSwiper .swiper-slide img {
		display: none;
	}

	.ysSwiper .slide-inner {
		height: 100%;
	}

	.newSwiper.innerNews a {
		width: 100%;
	}

	.newSwiper .swiper-slide::after {
		display: none;
	}

	.newSwiper.innerNews .name {
		height: auto;
	}

	.techBanner .title {
		width: 90vw;
	}

	.swiper-container.techSwiper .swiper-slide .slide-inner::before {
		height: 90%;
	}

	.techSwiper .infoBox {
		width: 90%;
		left: 5%;
		bottom: 5%;
	}

	.techSwiper .infoBox .name {
		font-size: 16px;
	}

	.productBanner ul li {
		width: 50%;
		height: calc(100% / 3);
	}

	.productBanner ul li:nth-child(n+4)::after {
		display: block;
	}

	.productBanner ul li:nth-child(3n)::before {
		display: block;
	}

	.productBanner ul li:nth-child(even)::before {
		display: none;
	}

	.productBanner ul li .txt b {
		font-size: 4vw;
	}

	.productBanner ul li .txt p {
		font-size: 14px;
		opacity: .5;
	}

	.subTitle.center.w30 img {
		width: 70%;
	}

	.productBox ul li .thum {
		width: 100%;
		margin-bottom: 4vw;
	}

	.productBox ul li .info {
		width: 100%;
	}

	.productBox ul li .info .name {
		font-size: 16px;
	}

	.productBox ul li .info .specs {
		padding: 5px 0px;
		font-size: 12px;
	}
	.productBox ul li .info{
		padding-bottom: 0px;
		margin-bottom: 10px;
	}
	.productBox ul li .info .des {
		padding: 0px 0px;
		font-size: 14px;
		
	}
	.productBox.singe ul li .info{
		width: 100%;
	}
	.productBox ul li{
		flex-wrap: wrap;
		border-bottom: none;
	}
	.productBox ul li .infoList{
		width: 100%;
	}
	.productBox ul li {
		margin-bottom: 8vw;
		width: 100%;
		margin-right: 0%;
		direction: initial;
	}

	.productBox ul li:nth-child(even) {
		direction: initial;
	}

	.showTitle.w1010 {
		width: 90vw;
	}

	.adressTips b {
		font-size: 8vw;
	}

	.adressTips p {
		font-size: 14px;
	}

	.oderBox .w1400 {
		flex-wrap: wrap;
	}

	.oderBox .w1400 .oderInfo,
	.oderBox .w1400 .orderForm {
		width: 100%;
	}

	.oderBox .w1400 .oderInfo .subTitle {
		margin-bottom: 4vw;
	}

	.oderBox .w1400 .oderInfo .info p {
		font-size: 14px;
	}

	.oderBox .w1400 .oderInfo .info {
		line-height: 1.4;
		margin-bottom: 6vw;
	}

	.oderBox .w1400 .oderInfo .info b {
		font-size: 8vw;
	}

	.oderBox .w1400 .orderForm {
		padding: 50px 10%;
	}

	.orderForm .des {
		font-size: 12px;
		margin-bottom: 4vw;
	}

	.formBox .inputDiv .lable {
		padding: 5px 15px;
		margin-bottom: 2vw;
	}

	.formBox .inputDiv .lable .txt {
		font-size: 14px;
	}

	.formBox .inputDiv .lable:last-child {
		margin-bottom: 4vw;
	}
	.factorys ul li:nth-child(3) .info .des b {
		/*font-size: 6vw;*/
		/*margin-bottom: 1vw;*/
		/*display: block;*/
	}
	.factorys ul li:nth-child(n+3){
		margin-bottom: 0px;
	}
	.header::before{
		display: none;
	}
	.hzhbList ul li{
		width: calc(100%/ 4);
		margin-bottom: 3vw;
	}
	.boxes.introBox .number ul li:nth-child(3) .txt b{
		font-size: 18px;
		display: block;
		line-height: 1.6;
	}
	.ysSwiper .swiper-pagination{
		display: block;
	}
	.ysSwiper {
	    padding-bottom: 0px;
	}
	.ysSwiper .swiper-pagination .swiper-pagination-bullet-active{
		background: #dc3647;
	}
	.subTitle{
		margin-bottom: 5vw;
	}
	.productBox ul li:last-child{
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.oderBox .w1400 .oderInfo{
		margin-top: 10vh;
	}
	.conImg{
		height: 300px;
		background-size: cover;
	}
	.productBanner .pbg.mob{
		display: block;
	}
	.productBanner .pbg.pc{
		display: block;
	}
	.ysBox .w1400{
		width: 100%;
	}
	.idx-banner .headbg,.ysSwiper .slide-inner{
		display: none;
	}
	.idx-banner .mobPic,.ysSwiper .mobPic{
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		display: block;
		background-color: #fff;
	}
	.idx-banner .mobPic::after,.ysSwiper .mobPic::after,.techSwiper .mobPic::after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
		z-index: 1;
	}
	.idx-banner .mobPic::after{
	    display: none;
	}
	.techSwiper .techBanner{
		background: transparent !important;
	}
	.techSwiper .mobPic{
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		display: block;
		background-color: #fff;
	}
	.boxes.ysBox{
		padding-bottom: 0px;
	}
}
