*{ 
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
ul {
	list-style: none;
}
body {
	font-family: "Microsoft Yahei";
	color: #333;
}
.margin10 {
	margin-top: 10px;
}
.margin20 {
	margin-top: 20px;
}
.margin30 {
	margin-top: 30px;
}
.margin40 {
	margin-top: 40px;
}
.container {
	width: 85%;
	margin: 0 auto;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}

/* header */
.zt-img {
	overflow: hidden; 
	position: relative;    
	min-height: 100%;
	height: 349px;
}
.swiperbox-zt {
	display: inline-block;
	width: 1920px;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: -3;
}
.main {
	min-height: 500px;
}
.zt-left, .zt-right {
	width: 49%;
}
.zt-title {
	height: 40px;
	line-height: 40px;
	background: url(title-line.png) no-repeat left bottom;
	background-size: contain;
}
.zt-title a > span {
	font-size: 20px;
	margin-right: 5px;
	font-weight: bold;
}
.zt-title a > span:nth-child(1){
	margin-left: 6%;
	color: #245399;
}
.zt-title a > span:nth-child(2){
	color: #f08300;
}
.zt-content {
	font-size: 16px;
}
.zt-content ul li {
	margin-top: 7px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #245399;
	position: relative;s
}
.zt-content ul li::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border: 2px solid #84a8e6;
	transform: rotate(45deg);
	position: absolute;
	top: 20px;
	left: 5px;
}
.zt-content ul li a {
	color: #000;
	font-size: 16px;
	width: 70%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: bottom;
	text-indent: 25px;
}
.zt-content ul li span {
	color: #585858;
	font-size: 16px;
	display: inline-block;
	float: right;
	margin-right: 5px;
}
.zt-title-L {
	height: 40px;
	line-height: 40px;
	background: url(title-line-L.png) no-repeat left bottom;
	background-size: contain;
}
.zt-title-L ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
}
.zt-title-L ul li {
	width: 120px;
	margin-left: 3%;
}
.zt-title-L ul li a span {
	font-size: 20px;
	display: inline-block;
	color: #565656;
}
.zt-title-L ul li a.on span {
	font-size: 20px;
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
}
.zt-title-L ul li a.on > span:nth-child(1){
	color: #245399;
}
.zt-title-L ul li a.on > span:nth-child(2){
	color: #f08300;
}