@charset "UTF-8";

html {
	font-family: "微软雅黑";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	box-sizing: border-box;
}

a:active,
a:hover {
	outline: 0
}
a:hover {
	color: #006699;
}
img {
	border: none;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic
}
ul,
ol {
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
}
.box_img{
	position: relative;
	height: 477px;
	top: 15px;
	width: 100%;
}
.box_img img{
	width: 100%;
	height: 477px;
}

.carrousel-main{
	display:inline;
	position: absolute;
	width:100%;
	height: auto;
	top: 5px;
    left: 50%;
    margin-left: -650px;
    overflow:-Scroll;
    overflow-x:hidden;
    }

.carrousel-main .carrousel-list{
	width:inherit;
	height:inherit;
}
.carrousel-main .carrousel-list a,.carrousel-main .carrousel-list a img{
	display: block;
	width:inherit;
	height:inherit;
}
.carrousel-btn{
	position: absolute;
	top:0px;
	width:100px;
	height:400px;
	cursor: pointer;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center center;
}
/*左右按钮*/
.carrousel-btn-pre{
    width: 34px!important;
    height: 30px!important; 
	left:320px;
	top: 50%;
	background-image: url('../img/zuo.png');
}
.carrousel-btn-next{
	width: 34px!important;
    height: 30px!important; 
	right:320px;
	top: 50%;
	background-image: url('../img/you.png');
}
/*列表*/
.carrousel-main .carrousel-list .carrousel-item{
	position: absolute;
	top:0px;
	left: 0px;
}
.carrousel-item img{
	border-radius: 8px;
	border: 3px solid #FFFFFF;
}
