@charset "utf-8";

/* CSS Document */



html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {

	margin: 0;

	padding: 0;

	-webkit-text-size-adjust: none;

}

img {

	border: 0 none;

	vertical-align: top;/* max-width: 100%; */



}

ul, li, dl, dd, dt {

	list-style-type: none;

}

i, em, cite {

	font-style: normal;

}

body {

	font-size: 12px;

	font-family: "微软雅黑";

}

a {

	text-decoration: none;

	color: #666666;

}





/* xiyuanedu beigin */



.fengcai {

	overflow: hidden;

}

.fengcai .title {

	width: 100%;

	padding: 10px;

	text-align: center;

}

.fengcai .container {

	margin: 10px auto 50px;

	max-width: 1200px;

}

.poster-main {

	position: relative;

	width: 800px;

	height: 270px;

}

.poster-main a, .poster-main img {

	display: block;

	text-align: center;

}

.poster-main img {

	margin-bottom: 10px;

	padding: 10px;

	background: #fff;

	cursor: pointer;

	border: 1px solid rgba(0, 0, 0, 0.08);

	border-radius: 4px;

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	box-shadow: #ccc 0px 0px 10px;

	/* padding: 9px; */

	background: #fff;

}

.poster-main .poster-list {

	width: 1000px;

	height: 280px;

}

.poster-main .poster-list .poster-item {

	position: absolute;

	left: 0;

	top: 0;

}

.poster-main .poster-btn {

	position: absolute;

	top: 0;

	width: 100px;

	height: 270px;

	z-index: 10;

	cursor: pointer;

	opacity: 0.8

}

.poster-main .poster-prev-btn {

	left: 0;

	background: url(../images/btn_l.png) no-repeat center center;

}

.poster-main .poster-next-btn {

	right: 0;

	background: url(../images/btn_r.png) no-repeat center center;

}



