body{
	overflow-x: hidden;
}
.zt-content p{
	font-size: 16px;
	line-height: 2em;
	color: #333;
}
.zt-content h1,.zt-content h2,.zt-content h3,.zt-content h4,.zt-content h5,.zt-content h6{
	color: #1a1a1a;
	line-height: 1.5em;
}
.zt-content li{
	color: #333;
	line-height: 2em;
	font-size: 16px;
}
#LRdiv1 p{
	font-size: 12px;
	line-height: 1.42857143;
}
.zt-content div,.zt-content p,.zt-content a,.zt-content li,.zt-content span,.zt-content h2,.zt-content h3,.zt-content h4,.zt-content h5{
	box-sizing: border-box;
}
.zt-content{
	width: 1200px;
	margin: 0 auto;
}
.zt-padd{
	padding: 50px 0;
}
.zt-banner img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.zt-content img{
    width: 100%;
    display: block;
}
.zt-alignr{
    text-align: right;
}
.tablebox{
    text-align: center;
    padding: 50px 0;
}
.tablebox table{
    margin: 0 auto;
    border-collapse: collapse;
    border:1px solid #ddd
}
.tablebox tr:nth-child(2n){
    background: rgb(241, 241, 241);
}

@media (max-width: 1300px){
    .zt-content{
        width: 90%;
    }
}
.zt-banner img{
	width: 100%;
}
.ztcopper img{
	width: 27%;
}
.ztcoppertxt{
	width: 69%;
}
.ztcoppertxt h2{
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}
.ztcopperlist{
	width: 90%;
	margin: 20px auto 0;
}
.ztcopperlist li{
	width: 48%;
	background: #f0f0f0;
	padding: 10px 20px;
    margin: 10px 0;
	box-sizing: border-box;
}
.ztcopperlist li:hover{
	background: #dd1f2b;
}
.ztcopperlist li:hover a{
	color: #FFF;
}
.huibg{
	background: #f0f0f0;
}
.huibg h2{
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 30px;	
}
.process-item li{
	width: 31%;
	background: #FFF;
	margin-top: 30px;

}
.process-item li img{
	width: 100%;
}
.process-item li h4{
	text-align: center;
	font-weight: normal;
	padding: 15px 0;
}
.process-item li:hover h4{
	color: #dd1f2b;
}	
.process-item li:hover .aniimg img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	 -ms-transform: scale(1.1);
	  -o-transform: scale(1.1);
		 transform: scale(1.1);
  }
.flowbox{
	padding: 40px;
	background: #FFF;
	margin-top: 50px;
}
.flowbox h2{
	width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    background-color: #dd1f2b;
    padding: 10px 0;
    font-weight: 400;
}
.flow_top{
	background: #f0f0f0;
	padding: 20px;
	color: #666;
}
.flow_top p{
	color: #666;
}
.flow_top font{
	color: #dd1f2b;
}
.flow_top h4{
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
}
.flow_content{
	padding: 20px ;
}
.flow_content h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
.flow_list li{
	color: #666;
	margin-top: 15px;
}
.flow_list li a{
	color: #dd1f2b;
}
.flow_img{
	margin: 30px 0 0;
}
.flow_img li{
	width: 23%;
}

@media (max-width: 1000px) {
	.common-banner{
		width: 100%;
		height: 199.993px;
		overflow: hidden;
		position: relative;
	}
	.zt-content{
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px;
	}
	.zt-padd{
		padding-top: 40px;
		padding-bottom: 40px;
		
	}
	.m-banner{
		width: 100%;
		margin-top: 57.314px;
		height: auto;
	}
	.m-banner img{
		width: 100%;
	}
	.zt-content img{
		width: 100%;
	}
	.common-banner img{
		height: 100%;
		width: auto;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}
	.zt-banner{
		position: relative;
	}
	.zt-banner .zt-content{
		padding: 20px 15px;
		position: static;
		transform: none;
		display: none;
	}
	.ztcopper img{
		width: 100%;
	}
	.ztcoppertxt{
		width: 100%;
		margin-bottom: 30px;
	}
	.ztcoppertxt h2{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.ztcopperlist{
		width: 90%;
		margin: 20px auto 0;
	}
	.ztcopperlist li{
		width: 100%;
		background: #f0f0f0;
		padding: 10px 20px;
		margin: 5px 0;
		box-sizing: border-box;
	}
	.ztcopperlist li:hover{
		background: #dd1f2b;
	}
	.ztcopperlist li:hover a{
		color: #FFF;
	}
	.huibg{
		background: #f0f0f0;
	}
	.huibg h2{
		text-align: center;
		font-weight: bold;
		margin-bottom: 20px;
		font-size: 22px;	
	}
	.process-item li{
		width: 100%;
		background: #FFF;
		margin-top: 30px;
	
	}
	.process-item li img{
		width: 100%;
	}
	.process-item li h4{
		text-align: center;
		font-weight: normal;
		padding: 15px 0;
	}
	.process-item li:hover h4{
		color: #dd1f2b;
	}	
	.process-item li:hover .aniimg img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		 -ms-transform: scale(1.1);
		  -o-transform: scale(1.1);
			 transform: scale(1.1);
	  }
	.flowbox{
		padding-top: 30px;
		padding-bottom: 30px;
		background: #FFF;
		margin-top: 50px;
	}
	.flowbox h2{
		width: 100%;
		text-align: center;
		font-size: 20px;
		line-height: 1.3em;
		color: #fff;
		background-color: #dd1f2b;
		padding: 10px 0;
		font-weight: 400;
	}
	.flow_top{
		background: #f0f0f0;
		padding: 20px;
		color: #666;
	}
	.flow_top p{
		color: #666;
	}
	.flow_top font{
		color: #dd1f2b;
	}
	.flow_top h4{
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.flow_content{
		padding: 20px 0;
	}
	.flow_content h3{
		font-size: 18px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.flow_list li{
		color: #666;
		margin-top: 15px;
	}
	.flow_list li a{
		color: #dd1f2b;
	}
	.flow_img{
		margin: 20px 0 0;
	}
	.flow_img li{
		width: 48%;
		margin-top: 10px;
	}
	.flow_img li img{
		width: 100%;
	}
}
@media (max-width: 500px) {
    .zt-banner {
		overflow: hidden;
		height: 120px;
		position: relative;
	}
	.zt-banner img {
		position: absolute;
		width: auto;
		max-width: initial;
		left: 0;
		height: 100%;
	
	}
}