*{
	padding:0;
	margin: 0;
}
body{
	font-size:12px;
	font-family: Microsoft YaHei;
	height: 100%;
}
a{
	text-decoration: none;
	color: #333;
}
img{
	border: none;
}
ul,li{
	list-style: none;
}
.hidden{
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.pr{
	position: relative;
}
.none{
	display: none;
}
.w950{
	width:950px;
	margin: 0 auto;
}
.w1140{
	width:1140px;
	margin: 0 auto;
}

.w1200{
	width:1200px;
	margin: 0 auto;
}
.content{
	width:100%;

}

.header{
	width:100%;
	height:485px;
	margin: 0 auto 50px;
	background: url(https://zhenghe-html.obs.cn-north-4.myhuaweicloud.com/resource-hssw/active/trade_in/header_bg.png) no-repeat center top;
}
.header .logo{
	position: absolute;
	top:80px;
	left:0px;
}
.header .txt01{
	position: absolute;
	top:180px;
	left:0px;
}
.line{
	width:100%;
	height:2px;
	background: #67cc9e;
	overflow: hidden;
	position: absolute;
	left:0;
	bottom:4px;
}
.box1{
	margin-bottom: 50px;
	padding:37px 37px 0 37px;
	height: 400px;
	box-sizing: border-box;
	background: linear-gradient(180deg, #EFFFFC, #F6F6F8);
	border-bottom: 5px solid #67cc9e;
}
.box1 .box1-left{
	float: left;
	padding-top: 50px;
	width:514px;
}
.box1 .box1-left .desc{
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #26322C;
	line-height: 32px;
}
.box1 .box1-left .more{
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	color: #01AB5C;
	line-height: 32px;
	
	cursor: pointer;
}
.box1 .box1-left .more .icon{
	display: inline-block;
	margin-left: 10px;
	width: 24px;
	height: 8px;
	background: url(https://zhenghe-html.obs.cn-north-4.myhuaweicloud.com/resource-hssw/active/trade_in/jiantou.png) no-repeat;
	transition: .3s;
}
.box1 .box1-left .more:hover .icon{
	margin-left:20px;
}
.box1 .box1-right{
	float: right;
	width:550px;
}
.wrap{

}

/*视频*/
.videoWarp{
	margin:  0 auto;
	width: 550px;
	height: 326px;
	border-radius: 4px;
	position: relative;
}

#_video{
	width: 550px;
	height: 326px;
	background: #2A0A0A;
	box-shadow: 0px 12px 24px 0px rgba(0, 88, 255, 0.2);
	border-radius: 4px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 10;
}
#_videoBg{
	width: 550px;
	height: 326px;
	/* background: #2A0A0A;
	box-shadow: 0px 12px 24px 0px rgba(0, 88, 255, 0.2); */
	background: url("https://zhenghe-html.obs.cn-north-4.myhuaweicloud.com/resource-hssw/active/trade_in/tradein.jpg");
	background-size: 100%;
	border-radius: 4px;
	position: absolute;
	left: 0px;
	top: 0px;

}
#_videoBg .vplay{
	cursor: pointer;
	position: absolute;
	left:50%;
	top:50%;
	margin:-40px 0 0 -40px;
}
/*--end视频*/

.common-tit{
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 48px;
	color: #000;
	line-height: 46px;
}
.common-tit .green{
	color: #01AB5C;
}

.box2{
	padding: 60px 0;
	box-sizing: border-box;
	height: 470px;
	background: #F2FBF8;
}
.box2 .box2-left{
	width: 680px;
	float: left;
}
.box2 .box2-left p{
	font-weight: 400;
	font-size: 16px;
	color: #26322C;
	line-height: 32px;
	margin-bottom:30px;
}
.box2 .box2-right {
	float:right;
	padding-top: 55px;
	
}
.box2 .box2-right .item{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding-left:24px;
	width: 413px;
	height: 80px;
	background: #FFFFFF;
	box-shadow: 0px 5px 12px 0px rgba(17,200,108,0.13);
	border-radius: 4px;
	border-left:6px solid #10C76D;
	box-sizing: border-box;
}
.box2 .box2-right .item .img{
	width: 126px;
	margin-right: 50px;
}
.box2 .box2-right .item .txt{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
}
.box3{
	padding: 60px 0;
}
.box3 .tab-box .tab-hd{
	height: 100px;
	background: linear-gradient(90deg, #0AC5AA, #11C875);
	box-shadow: 0px 5px 12px 0px rgba(17,200,108,0.09);
}
.box3 .tab-box .tab-hd .item{
	width: 400px;
	box-sizing: border-box;
	padding:15px 0 0 127px;
	text-align: left;
	float: left;
	font-weight: normal;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 32px;
	height: 100px;
	cursor: pointer;
}
.box3 .tab-box .tab-hd .active{
	position: relative;
	background: #000;
}
.box3 .tab-box .tab-hd .active::after{
	position: absolute;
	left:50%;
	bottom:0;
	margin-left: -7px;
	content:'';
    width: 0;  
  height: 0;  
  border-left: 7px solid transparent;   /* 左边框透明 */  
  border-right: 7px solid transparent;  /* 右边框透明 */  
  border-bottom: 14px solid #fff;        /* 底边框为红色，形成三角形 */  
}

.tab-box .tab-bd {
	border-bottom: 5px solid #67cc9e;
}
.tab-bd .tab-bd-item{
	position: relative;
	height: 550px;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	box-sizing: border-box;

}
.tab-bd .tab-bd-item .tab-one-left{
	padding:60px 50px;
	box-sizing: border-box;
	height: 550px;
	background: url(https://zhenghe-html.obs.cn-north-4.myhuaweicloud.com/resource-hssw/active/trade_in/liucheng_img.png) no-repeat right 100px #fff;
}
.tab-bd .tab-bd-item .tab-one-left .item {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}
.tab-bd .tab-bd-item .tab-one-left .item .label{
	margin-right: 25px;
	font-size: 36px;
	color: #36B777;
}
.tab-bd .tab-bd-item .tab-one-left .item .info .p01{
	font-size: 24px;
	font-weight: 600;
	color: #01AB5C;
	line-height: 32px;
}
.tab-bd .tab-bd-item .tab-one-left .item .info .p02{
	font-weight: 400;
	font-size: 14px;
	color: #31443B;
	line-height: 20px;
}


.tab-bd .tab-bd-item .tab-two-box{
	padding:78px 27px;
}

.tab-bd .tab-bd-item .tab-two-left{
	width:636px;
}
.tab-bd .tab-bd-item .tab-two-left h3{
	margin-bottom: 20px;
	font-size: 22px;
	color: #26322C;
	line-height: 32px;
}
.tab-bd .tab-bd-item .tab-two-left p{
	margin-bottom: 36px;
	font-weight: 400;
	font-size: 16px;
	color: #26322C;
	line-height: 32px;
}
.tab-bd .tab-bd-item .tab-two-right{
	margin-top: 30px;
	width:472px;
	height: 320px;
}
.tab-bd .tab-bd-item .tab-two-right .swiper-box{
	overflow: hidden;
}
.tab-bd .tab-bd-item .tab-two-right .swiper-box .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.tab-bd .tab-bd-item .tab-two-right .swiper-box .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
	width: 20px;
	border-radius: 5px;
	
}
.tab-bd .tab-bd-item .tab-two-right .swiper-box .swiper-slide{
	border-radius: 5px;
}
.tab-bd .tab-bd-item .tab-two-right .swiper-box .swiper-slide img{
	display: block;
	border-radius: 5px;
}
.tab-bd .tab-bd-item .tab-two-right  .rectangle{
	position: absolute;
	right:-12px;
	bottom:-12px;
	width: 198px;
	height: 88px;
	background: linear-gradient(90deg, #0AC5AA, #11C875);
	box-shadow: 0px 5px 12px 0px rgba(17,200,108,0.09);
	border-radius: 4px;
}

.tab-three-box{
	padding: 45px 0;
	width:1100px;
	margin: 0 0 0 52px;
	overflow: hidden;
	box-sizing: border-box;
}
.tab-three-box .hd ul li{
	    float: left;
	    width: 9px;
	    height: 9px;
	    overflow: hidden;
	    margin-right: 5px;
	    text-indent: -999px;
	    cursor: pointer;
		border-radius: 50%;
	    background: #01AB5C;
		opacity: .4;
}
.tab-three-box .hd ul li.on{
	    opacity: 1;
	    background: #01AB5C
}
.tab-three-box .item{
	float: left;
	height: 452px;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
}
.tab-three-box .item .info{
	padding: 20px;
}
.tab-three-box .item .img{
	width: 100%;
	height: 200px;
}
.tab-three-box .item .desc{
	margin-bottom: 20px;
	height: 128px;
	font-weight: 400;
	font-size: 18px;
	color: #5C5C5C;
	line-height: 26px;
	    overflow: hidden;
	    display: -webkit-box;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
}
.tab-three-box .item .see-btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 240px;
	height: 50px;
	background: linear-gradient(90deg, #0AC5AA, #11C875);
	box-shadow: 0px 5px 12px 0px rgba(17,200,108,0.09);
	border-radius: 2px;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	line-height:50px;
	text-align: center;
	text-decoration: none;
}
 .tab-three-box .item .see-btn a .icon{
	display: inline-block;
	margin-left: 20px;
	width: 16px;
	height: 6px;
	background: url(https://zhenghe-html.obs.cn-north-4.myhuaweicloud.com/resource-hssw/active/trade_in/jiantou.png) no-repeat;
	background-size: 100%;
	transition: .3s;
}
 .tab-three-box .item .see-btn a:hover .icon{
	margin-left: 30px;

}

.box4{
	
	height: 550px;;
	padding: 40px 0;
	background: #F2FBF8;
	box-sizing: border-box;
}
.box4 .enter-box{
	width: 1200px;
	height: 460px;
	background: url(https://zhenghe-html.obs.cn-north-4.myhuaweicloud.com/resource-hssw/active/trade_in/enter_bg.png) no-repeat center top;
}

.foot { background: #333333; clear: both;  color: #888888; padding: 24px 0px 19px; margin-top: 10px; }

.foot em { margin: 0 5px; font-style: normal; }

.foot .letter a { color: #ff8905; margin-left: 8px }

.foot a { font: 400 12px/26px "Microsoft YaHei"; color: #888; }

.foot a:hover { color: #fff; text-decoration: underline; }