.zt-banner img{
	width: 100%;
}
.introbox{
	background: url(/static/dynamic/haiwaibanshichu/images/wai-kuang.png) no-repeat center;
	background-size: cover;
}
.intropic{
	width: 38%;
}
.introtxt{
	width: 56%;
	padding-right: 7%;
	box-sizing: border-box;
}
.jjtxtbox{
	border-bottom: 1px solid #acacac;
	margin-bottom: 20px;
}
.introtxt h4{
	padding-bottom:10px;
	line-height: 1.3em;
	color: #666666;
	font-size: 58px;
	font-weight: normal;
	float: left;
}
.jjtxt{
	margin-top: 15px;
	margin-left: 15px;
	float: left;
}
.jjtxt h2{
	font-size: 24px;
	color: #666666;
	font-weight: normal;
}
.introtxt span{
	font-size: 16px;
}
.introbox{
	margin: 50px auto;
}
.sectionbox{
	background: url(/static/dynamic/haiwaibanshichu/images/wai-bg.png) repeat;
}
.zttitbox{
	text-align: center;
	margin-bottom: 30px;
}
.zttitbox h2{
	display: inline-block;
	font-size: 30px;
	z-index: 1;
	position: relative;
}
.zttitbox h2:before{
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background: #ca4246;
	position: absolute;
	z-index: -1;
	bottom: 0;
}
.txtcenter{
	text-align: center;
}
.amongbox{
	position: relative;
	margin-top: 50px;
}
.amongtxt{
	position: absolute;
	top:18%;
	width: 55%;
	left: 18%;
}
.amongtxt p{
	color: #FFF;
}
.amongtxt h4{
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
}
.amongbox2 .amongtxt{
	text-align: right;
}
.amongbox3 .amongtxt{
	width: 40%;
}
.fivepic{
	position: relative;
	width: 44%;
}
.fivepic:after{
	content: '';
	display: block;
	position: absolute;
	background: url(/static/dynamic/haiwaibanshichu/images/wai-yuan1.png) no-repeat ;
	width: 92px;
	height: 33px;
	background-size: cover;
	position: absolute;
	right: -88px;
	top: 50px;
}
.fivetxt{
	width: 44%;
}
.fivetxt h3{
	font-size: 28px;
}
.fivetxt h4{
	font-size: 22px;
	font-weight: normal;
	color: #666;
	margin-bottom: 10px;
	margin-top: 15px;
}
.fivetxt h4 span{
	margin-right: 10px;
}
.fivelist li{
	margin-top: 50px;
}
.fivelist li:nth-child(2n) .fivepic:after{
	background-image: url(/static/dynamic/haiwaibanshichu/images/wai-yuan2.png);
	right: auto;
	left: -88px;
}
.fivelist {
	position: relative;
	z-index: 1;
}
.fivelist:after{
	content: '';
	display: block;
	position:absolute;
	width: 1px;
	height: 100%;
	background: #CCC;
	left: 50%;
	top: 0;
	z-index: -1;
}
.epilogue{
	background: url(/static/dynamic/haiwaibanshichu/images/wai-bg3.png) no-repeat center;
	background-size:cover ;
}
.epilogue .zttitbox h2{
	color: #FFF;
}
.epilogue p{
	color: #FFF;
	text-align: center;
}
.fivetxt p a:hover{
	color: #ca4246;
}

@media (max-width: 1000px){
	.intropic{
		width: 100%;
	}
	.introbox{
		background: none;
	}
	.introtxt{
		width: 100%;
		padding-right: 0;
	}
	.introtxt h4{
		font-size: 38px;
		padding-bottom: 0;
	}
	.jjtxt h2{
		font-size: 16px;
	}
	.jjtxt{
		margin-top: 5px;
	}
	.zttitbox h2{
		font-size: 26px;
	}
	.zttitbox{
		margin-bottom: 20px;
	}
	.amongbox{
		margin-top: 30px;
	}
	.amongtxt{
		position: static;
		width: 100%;
	}
	.amongtxt h4{
		color: #333;
		font-size: 18px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.amongtxt p{
		color: #333;
	}
	.amongbox3 .amongtxt{
		width: 100%;
	}
	.fivelist:after{
		display: none;
	}
	.fivepic:after{
		display: none;
	}
	.fivepic{
		width: 100%;
	}
	.fivetxt{
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
		padding-bottom: 0;
	}
	.fivetxt h3{
		font-size: 24px;
	}
	.fivetxt h4{
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.fivetxt p{
		line-height: 1.5em;
	}
}