body {
	font-family: "PingFang SC";
}

.single-banner {
	position: relative;
}

.single-banner-image {
	width: 100%;
}

.single-banner .w1200 {
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -600px;
}

.single-banner-image1,
.single-banner-image2 {
	width: 730px;
	height: 380px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}

.single-banner-image2 {
	width: 398px;
	height: 140px;
	left: 700px;
}

.single-banner-image1 {
	transform: translateX(-220px);
	-webkit-transform: translateX(-220px);
	-moz-transform: translateX(-220px);
	-o-transform: translateX(-220px);
	animation: sbanner 1s .2s forwards linear;
	-webkit-animation: sbanner 1s .2s forwards linear;
	-moz-animation: sbanner 1s .2s forwards linear;
	-o-animation: sbanner 1s .2s forwards linear;
}

@-webkit-keyframes sbanner {
	0% {
		-webkit-transform: translateX(-220px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

@-moz-keyframes sbanner {
	0% {
		-moz-transform: translateX(-220px);
		opacity: 0;
	}

	100% {
		-moz-transform: translateX(0);
		opacity: 1;
	}
}

@-o-keyframes sbanner {
	0% {
		-o-transform: translateX(-220px);
		opacity: 0;
	}

	100% {
		-o-transform: translateX(0);
		opacity: 1;
	}
}

@keyframes sbanner {
	0% {
		transform: translateX(-220px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.single-banner-image2 {
	-webkit-animation: flipInY 1s .5s ease both;
	-moz-animation: flipInY 1s .5s ease both;
	animation: flipInY 1s .5s ease both;
	opacity: 1;
}

@-webkit-keyframes flipInY {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(0deg);
	}
}

@-moz-keyframes flipInY {
	0% {
		opacity: 0;
		-moz-transform: perspective(400px) rotateY(90deg);
	}

	40% {
		-moz-transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-moz-transform: perspective(400px) rotateY(10deg);
	}

	100% {
		opacity: 1;
		-moz-transform: perspective(400px) rotateY(0deg);
	}
}

@-o-keyframes flipInY {
	0% {
		opacity: 0;
		-o-transform: perspective(400px) rotateY(90deg);
	}

	40% {
		-o-transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-o-transform: perspective(400px) rotateY(10deg);
	}

	100% {
		opacity: 1;
		-o-transform: perspective(400px) rotateY(0deg);
	}
}

@keyframes flipInY {
	0% {
		opacity: 0;
		transform: perspective(400px) rotateY(90deg);
	}

	40% {
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		opacity: 1;
		transform: perspective(400px) rotateY(0deg);
	}
}

/* product*/
.product-content {
	width: 100%;
}

.product-web-con-all {
	width: 100%;
}

.product-web-con-all:nth-child(2n-1) {
	background: #f2f1f1;
}

.product-web-con {
	padding: 100px 0;
	position: relative;
	height: auto;
	overflow: hidden;
	zoom: 1;
}

.product-web-con .product-web-text {
	width: 460px;
	float: left;
}

.product-web-con-right .product-web-text {
	float: right;
}

.product-web-title {
	color: #313131;
	font-size: 48px;
	font-family: "PingFang SC";
	margin-top: 95px;
	padding: 20px 0;
	font-weight: bold;
	line-height: 50px;
}

.product-web-text {
	font-size: 24x;
	font-family: "PingFang SC";
	color: #313131;
	letter-spacing: 2px;
	line-height: 24px;
}

.product-web-con .product-web-image {
	float: right;
	margin-right: 20px;
}

.product-web-con-right .product-web-image {
	float: left;
	margin-left: 30px;
}

.title-center {
	width: 682px !important;
	text-align: left;
	position: absolute;
	top: -20px;
	right: 20px;
}

.img-center {
	margin-top: 70px;
}

@keyframes handle-ani {
	0% {
		transform: translate(40px, 20px);
	}

	60% {
		transform: translate(0, 0);
	}

	70% {
		transform: translate(1px, 1px);
	}

	100% {
		transform: translate(0, 0);
	}
}

@-webkit-keyframes handle-ani {
	0% {
		-webkit-transform: translate(40px, 20px);
	}

	60% {
		-webkit-transform: translate(0, 0);
	}

	70% {
		-webkit-transform: translate(1px, 1px);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}

@-moz-keyframes handle-ani {
	0% {
		-moz-transform: translate(40px, 20px);
	}

	60% {
		-moz-transform: translate(0, 0);
	}

	70% {
		-moz-transform: translate(1px, 1px);
	}

	100% {
		-moz-transform: translate(0, 0);
	}
}

@-o-keyframes handle-ani {
	0% {
		-o-transform: translate(40px, 20px);
	}

	60% {
		-o-transform: translate(0, 0);
	}

	70% {
		-o-transform: translate(1px, 1px);
	}

	100% {
		-o-transform: translate(0, 0);
	}
}

.to-bottom {
	webkit-animation: bottom-ani 1s forwards;
	-webkit-animation: bottom-ani 1s forwards;
	-moz-animation: bottom-ani 1s forwards;
	-o-animation: bottom-ani 1s forwards;
	/* transform: translate(0,-200px); */
	/* margin-top: 6%; */
}

@keyframes bottom-ani {
	0% {
		transform: translate(0, -200px);
	}

	100% {
		transform: translate(0, 0);
	}
}

@-moz-keyframes bottom-ani {
	0% {
		-moz-transform: translate(0, -200px);
	}

	100% {
		-moz-transform: translate(0, 0);
	}
}

@-webkit-keyframes bottom-ani {
	0% {
		-webkit-transform: translate(0, -200px);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}

@-o-keyframes bottom-ani {
	0% {
		-o-transform: translate(0, -200px);
	}

	100% {
		-o-transform: translate(0, 0);
	}
}

.product-pro-title {
	font-size: 48px;
	color: #313131;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

.write-offs {
	text-align: center;
}

.write-off-item {
	display: inline-block;
	float: left;
	margin: 40px 0;
}

.write-off-item:nth-child(1) {
	width: 340px;
}

.write-off-item:nth-child(2) {
	width: 430px;
	margin: 40px 55px;
}

.write-off-item:nth-child(3) {
	width: 320px;
}

.write-off-info {
	font-size: 16px;
	color: #313131;
	line-height: 22px;
	text-align: left;
	letter-spacing: 2px;
	width: 330px;
	margin: 0 auto;
	word-wrap: break-word;
	word-break: break-all;
}

.write-off-text {
	color: #313131;
	font-size: 24px;
	padding: 35px 0 5px 0;
	text-align: center;
}

.item-img {
	min-height: 292px;
}

.product-pro-des {
	color: #ff3939;
	font-size: #ff3939;
	text-align: center;
	letter-spacing: 2px;
	font-size: 24px;

}

.title-bottom {
	margin-bottom: 15px;
}

/* cooperate */
.cooperate-list { 
    margin-top:30px;
}
.cooperate-list:before { 
    display: block;
    height: 1px;
    background: #111;
    left: 0;
    right: 0;
    /* position: absolute; */
    margin-top: 100px;
    z-index: 0;
    position: relative;
    margin-bottom: -120px;
    /* left: -1200px; */ 
    content:"";
    
}

.cooperate-list-info {
	margin: 75px 45px 0 45px;
    display: inline-block;
}

.cooperate-list-one {
	width: 90px;
	height: 90px;
	display: inline-block;
	border: 2px solid #000000;
	border-radius: 50%;
	margin: 0 auto;
    background: #f2f1f1;
    position:relative;
}

.cooperate-img {
	display: block;
	margin: 0 auto;
	margin-top: 25px;
	width: 50px; 
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	cursor: pointer;
}

.cooperate-img:hover {
	transform: rotate(17deg);
	-ms-transform: rotate(17deg);
	-moz-transform: rotate(17deg);
	-webkit-transform: rotate(17deg);
	-o-transform: rotate(17deg);
}

.cooperate-text {
	text-align: center;
	font-size: 18px;
	color: #000000;
	padding-top: 35px;
}

/*************************************** product_equipment.html *********************************/
.single-banner-left {
	left: 30px;
	width: 541px;
	height: 108px;
}

.product-detail {
	width: 1200px;
	color: #313131;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
}
