.gywn_qywh_jzg_zx{
	width: 25%;
	display: inline;
	float: left;
	text-align: center;
	height: 157px;
}
.gywn_qywh_jzg_zx img{
	transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
}
.gywn_qywh_jzg_zx img:hover{
	transform: scale(1.05);
}
.gywn_qywh_jzg_fx{
	width: 25%;
	display: inline;
	float: left;
	text-align: center;
	height: 157px;
	margin-top: 78px;
	transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    
}
.gywn_qywh_jzg_fx img{
	transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    
}
.gywn_qywh_jzg_fx img:hover{
	transform: scale(1.05);
}
.gywn_qywh_tjhd{
	text-align: center;
	padding: 80px 0 30px 0;
	font-family: "Source Han Sans CN Normal";
}
.gywn_qywh_tjhd_zw{
	font-size: 22px;
	font-family: Source Han Sans CN Medium;
}
.gywn_qywh_tjhd_yw{
	font-size: 16px;
}
.tjhf_box{
	width: 100%;
	height: 500px;
	margin-bottom: 50px;
	position: relative;
}

.tjhf_list{
	width: 950px;
	height: 500px;
	overflow: hidden;
	position: absolute;
	left: 58%;
	margin-left: -600px;
}

.tjhf_btn{
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 60px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	color: white;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	margin-left: -335px;
}
.tjhf_next{
	right: 0;
}

#tjhf_li{
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	/**opacity: 0;**/
	transition: all 0.3s ease-out;
	background-image: url(../img/logo-50.png);
	background-size: 100%;
    background-repeat: no-repeat;
    height: 429px;
    padding: 21px;
}
.tjhf_img{
	/*width: 751px;
	height: 300px;*/
	border:none;
	float: left;
	width: 466px;
}
.tjhf_p1{
	transform:translate3d(-224px,0,0) scale(0.81);
}
.tjhf_p2{
	transform:translate3d(0px,0,0) scale(0.81);
	transform-origin:0 50%;
	opacity: 1;
	z-index: 2;
}
.tjhf_p3{
	transform:translate3d(224px,0,0) scale(1);
	z-index: 3;
	opacity: 1;
}
.tjhf_p4{
	transform:translate3d(449px,0,0) scale(0.81);
	transform-origin:100% 50%;
	opacity: 1;
	z-index: 2;
}
.tjhf_p5{
	transform:translate3d(672px,0,0) scale(0.81);
}
.tjhf_p6{
	transform:translate3d(896px,0,0) scale(0.81);
}
.tjhf_p7{
	transform:translate3d(1120px,0,0) scale(0.81);
}

.tjhf_buttons{
	position: absolute;
	width: 1200px;
	height: 30px;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	text-align: center;
	padding-top: 10px;
}
.tjhf_buttons a{
	display: inline-block;
	width: 35px;
	height: 5px;
	padding-top: 4px;
	cursor: pointer;
}
#tjhf_sp{
	display: block;
	width: 35px;
	height: 1px;
	background: red;
}
.tjhf_blue{
	background: blue;
}
.tjhf_rq{
	height:80px;
	padding-left: 5px;
}






.poster-main {
  position: relative;
  margin-left: 102px;
}

.poster-main a, .poster-main img { display: block; width: 100%; height: 100%;}
.poster-main img{ }
.poster-main .poster-list {
  width: 1000px;
  height: 500px;
}

.poster-main .poster-list .poster-item {
  width: 200px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
 
}

.poster-main .poster-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  filter: opacity(.5) brightness(1);
}
.poster-main .poster-btn:hover{ filter: opacity(1) brightness(2); }

.poster-main .poster-prev-btn {
  left: 0;
  background: url(left.png) no-repeat center center;
}

.poster-main .poster-next-btn {
  right: 0;
  background: url(right.png) no-repeat center center;
}
.poster-item-title{
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	display: block;
}