@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
}

ul {
	list-style: none;
}


.poster-main {
	position: relative;
	margin: 0 auto;
}

.poster-main a,
.poster-main img {
	display: block;
	width: 100%;
	height: 100%;
}

.poster-main img {}

.poster-main .poster-list {
	width: 1100px;
	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: -100px;
	background: url(left_v1.png) no-repeat center center;
	width: 100px !important;
	height: 100px !important;
	top: 50%;
	margin-top: -50px;
}

.poster-main .poster-next-btn {
	right: -100px;
	background: url(right_v1.png) no-repeat center center;
	width: 100px !important;
	height: 100px !important;
	top: 50%;
	margin-top: -50px;
}

.poster-item-title {
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	display: block;
}

.main {
	width: 1200px;
	height: 1000px;
	margin: 0 auto;
}

.ztzl_item {
	width: 1200px;
	margin: 0 auto;
	height: 400px;
}

.ztzl_item ul {
	width: 1200px;
	margin-top: 10px;
}

.ztzl_item ul .ztzl_list {
	float: left;
	width: 367px;
	height: 187px;
	background: #fff;
	border: #f6f6f6 solid 8px;
	margin: 30px 15px 0px 0;
	position: relative;
}

.ztzl_item .ztzl_list h2 {
	float: left;
	margin-left: 8%;
	width: 68%;
	margin-top: 30px;
	height: auto;
	overflow: hidden;
	background: url(wqzt_lm_bg.png) 0px 0px no-repeat;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
}

.ztzl_item .ztzl_list i {
	background: url(ygd_icon.png);
	position: absolute;
	top: 2%;
	right: 2%;
	width: 84px;
	height: 75px;
}

.ztzl_item .ztzl_list h2 b {
	line-height: 20px;
	float: left;
	padding-left: 28px;
}

.ztzl_item .ztzl_list .an-p {
	float: left;
	width: 84%;
	margin-left: 8%;
	margin-top: 20px;
	color: #999999;
	text-indent: 2em;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	font-size: 16px;
}

.ztzl_item .ztzl_list .zt-button3 {
	float: right;
	margin-right: 8%;
	text-align: center;
	line-height: 32px;
	color: #666666;
	font-size: 14px;
	width: 100px;
	border: 1px solid #eeeeee;
	font-size: 16px;
	margin-top: 0px;
	text-decoration: none;
}

.ztzl_item .ztzl_list .zt-button3:hover {
	background-color: #1E9DE3;
}

.ztzl_item .ztzl_list:hover {
	background: #1e9de3;
	cursor: pointer;
}

.ztzl_item  .on {
	background: #1e9de3;
	color: #fff;
}

.ztzl_item  .on .an-p {
	color: #fff;
}

.ztzl_item .on .zt-button3 {
	background: #60bfee;
	color: #ffffff;
}

.ztzl_item  .on .zt-button3:hover {
	background: #60bfee;
	color: #ffffff;
}

.ztzl_item  .on h2 b {}

.ztzl_item  .on h2 {
	background: url(wqzt_lm_bg_on.png) 0px -2px no-repeat;
}