/**************************************/
/*************[公用start]**************/
/**************************************/


body{
	background-color: #eee;
}
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%;
}


.zt2-bai{
	background-color: #fff;
	padding: 25px;
	padding-bottom: 50px;
}

.zt2-footer{
	text-align: center;
	padding: 50px 15px;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	background-color: #d60000;
}

.zt2-title1{
  height: 73px;
  line-height: 80px;
  background: url(../images/zt2-title.png) no-repeat;
  background-position: right bottom;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #c10003;
  border-bottom: solid 1px #c10003;
}

.mm30{margin-top: 30px;}


.zt-item{
	margin-top: 30px;
	
}
.zt-pic{
	padding-right: 20px;
}
.zt-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.zt-h1{
	position: relative;
	height: 60px;
	z-index: 35;
}


.zt-h1 a{
	position: absolute;
	right: -0px;
	top: -25px;
  background-color: rgba(0,0,0,.5);
  border: solid 2px #f8d4a2;
  padding: 10px;
  width: 80%;
  height: 60px;
  color: #fff;
  font-size: 16px;
}

.more{
	width: 146px;
	margin:30px auto 0;
}

.more a,.more img{
	display: block;
	width: 100%;
}


.zt2-2-list{
	font-size: 0;
	line-height: normal;
}

.zt2-2-list-dd{
	/*float: left;*/
	display: inline-block;
	width: 262px;
	padding-right: 15px;
}

.zt2-2-pic .imgbox_a{
	padding-bottom: 68%;
}


.zt2-2-h1{
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}



.zt2-2-h1 a:hover{
	color: #ba2636;
}