@charset "UTF-8";

/*banner*/
.banner {
	min-width: 1200px;
	height: 485px;
	position: relative;
}
.banner ul li {
	height: 100%;
	width: 100%;
	position: absolute;
	display: none;
	z-index: 10;
}
.banner ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.banner .cut {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 20;
	color: #fff;
	font-size: 40px;
	opacity: 0.5;
}
.banner .cut:hover {
	opacity: 1;
	cursor: pointer;
}
.banner .prev {
	left: 3%;
}
.banner .next {
	right: 3%;
}
.banner .indicator {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
	text-align: center;
	z-index: 20;
}
.banner .indicator a {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	margin: 0 5px;
}
.banner .indicator a.cur {
	background: #da251c;
}
/* leftsead */
#leftsead {
	width: 47px;
	height: 200px;
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 1000;
}
*html #leftsead {
	margin-top: 258px;
	position: absolute;
	top:expression(eval(document.documentElement.scrollTop));
}
#leftsead li {
	width: 47px;
	height: 50px;

}
#leftsead li img {
	float: right;
}
#leftsead li a {
	height: 49px;
	float: right;
	display: block;
	min-width: 47px;
	max-width: 161px;
}
#leftsead li a .shows {
	display: block;
}
#leftsead li a .hides {
	cursor: pointer;
}
#leftsead li a.youhui .hides {
	display: none;
	position: absolute;
	right: 0;
	text-align: left;
}
#leftsead li a.youhui .wm2 {
	display: none;
	position: absolute;
	right: 50px;
}
#p2 {
	width: 160px;
	background-color: #2e89ce;
	height: 47px;
	margin-left: -48px;
	border: 1px solid #2e89ce;
	line-height: 47px;
	float: left;
}
#p3 {
	width: 112px;
	background-color: #EC9890;
	height: 47px;
	margin-left: 47px;
	border: 1px solid #E6776C;
	text-align: center;
	line-height: 47px;
	float: left;
}
#p1 {
	width: 47px;
	height: 49px;
	float: right
}
.input3 {
	width: 140px;
	height: 30px;
	outline: 0;
	border: 0;
	font: 16px/30px "微软雅黑";
	color: #fff;
	background-color: #2e89ce
}