.hangy_tz1 {
	  	width: 1110px;
	  }
	  
	  /* .hangy_tz1 li {
	  	width: 1110px;
	  	height: 237px;
	  	float: left;
	  	cursor: pointer;
	  	position: relative;
	  	overflow: hidden;
	  } */
	  
	  .hangy_tz1 li .adv_img {
	  	overflow: hidden;
	  	width: 317px;
	  	height: 237px;
	  	cursor: pointer;
	  	float: left;
	  }
	  
	  .hangy_tz1 li .adv_img img {
	  	display: block;
	  	float: left;
	  	overflow: hidden;
	  }
	  
	  .hangy_tz1 li .adv_r {
	  	float: left;
	  	width: 793px;
	  	height: 237px;
	  	background: #eee;
	  	opacity: .8;
	  	overflow: hidden;
	  }
	  
	  .hangy_tz1 li .adv_r .kongxi {
	  	padding-left: 40px;
	  	padding-right: 50px;
	  }
	  
	  .hangy_tz1 li .adv_r .kongxi h1 {
	  	/* font-size: 42px; */
	  	font-size:30px;
	  	letter-spacing:0.5px;
	  	color: #153a5d;
	  }
	  
	  .hangy_tz1 li .adv_r .kongxi p {
	  	font-size: 16.5px;
	  	letter-spacing: 0.5px;
	  	line-height: 28px;
	  }
	  
	  /* .hangy_tz1 li .adv_img img {
	  	transition: all 1s ease;
	  	-webkit-transition: all 1s ease;
	  	-moz-transition: all 1s ease;
	  	-o-transition: all 1s ease;
	  	-ms-transition: all 1s ease;
	  	overflow: hidden;
	  }
	  
	  .hangy_tz1 li .adv_img:hover img {
	  	transform: scale(1.2);
	  	-webkit-transform: scale(1.2);
	  	-moz-transform: scale(1.2);
	  	-o-transform: scale(1.2);
	  	-ms-transform: scale(1.2);
	  }
	  
	  .hangy_tz1 li .con:before {
	  	content: '';
	  	position: absolute;
	  	top: 0;
	  	left: 0;
	  	width: 100%;
	  	height: 100%;
	  	z-index: 1;
	  	-webkit-transition: all 0.8s ease-in-out;
	  	-moz-transition: all 0.8s ease-in-out;
	  	-o-transition: all 0.8s ease-in-out;
	  	-ms-transition: all 0.8s ease-in-out;
	  	transition: all 0.8s ease-in-out;
	  	opacity: 1;
	  	-webkit-transform: translate(-105%, 0);
	  	-moz-transform: translate(-105%, 0);
	  	-o-transform: translate(-105%, 0);
	  	-ms-transition: all 0.8s ease-in-out;
	  	transform: translate(-105%, 0);
	  	border-right-width: 1px;
	  	border-right-style: solid;
	  	border-right-color: rgba(261, 1, 0, 1);
	  	background-color: rgba(204, 51, 153, 0.25);
	  }
	  
	  .hangy_tz1 li.even .con:before {
	  	border-right-color: rgba(255, 255, 255, 1);
	  	background-color: rgba(51, 102, 204, 0.25);
	  }
	  
	  .hangy_tz1 li:hover .con:before {
	  	opacity: 0;
	  	-webkit-transform: translate(0, 0);
	  	-moz-transform: translate(0, 0);
	  	-o-transform: translate(0, 0);
	  	-ms-transform: translate(0, 0);
	  	transform: translate(0, 0);
	  } */