/**************************************/
/*************[公用start]**************/
/**************************************/



div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/



.zt-banner img{
	display: block;
	width: 100%;
}

.zt-title{
	height: 59px;
	background-repeat: no-repeat;
	background-position: left center;
}

.zt-title a.fr{
	font-size: 14px;
	color: #333;
	margin-top: 20px;
}

.zt-title a.fr:hover{
	color: #ba2636;
}
.zt1-pic{
	margin-top: 30px;
}

.zt1-pic .imgbox_a{
	padding-bottom: 30%;
}

.zt-div{
	padding: 30px 0;
}

.mm30{
	margin-top: 30px;
}

.zt-item{
	margin-top: 30px;
}
.zt-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.zt-h1{
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}


.zt-h1 a:hover{
	color: #ba2636;
}

.zt-footer-div{
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 1.8;
	padding: 15px 0;
	border-top: 2px solid #ba2636;
}

.zt2-left{
	width: 450px;
	margin-right: 50px;
}
.zt2-pic .imgbox_a{
	padding-bottom:75%;
}
.zt2-right{
	overflow: hidden;
}

.zt2-h1{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
}


.zt2-h1 a:hover{
	color: #ba2636;
}

.list01 ul{
	margin:0;
}

.list01 li{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/list01.png);
	padding-right: 90px;
	height: 24px;
	line-height: 24px;
	margin-top:16px;
}
.list01 li:first-child{
	margin-top: 0!important;
}

.list01 li a{
	font-size: 16px;
	color: #333;
}
.list01 li a:hover{
	color: #ba2636;
}
.list01 li span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}

.more1{
	margin-top: 30px;
}

.more1 a{
	display: block;
	width: 100px;
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	background-color: #ba2636;
	color: #fff;
	margin:0 auto;
	text-align: center;
	font-size: 14px;
}


.zt-title-phone img{
	display: block;
	margin:0 auto;
}

