﻿.position {
	width: 100%;
	height: 400px;
	position: relative;
	background-color: #faf7f0;
	margin-bottom: 55px;
}
.box {
	height: 400px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#roll {
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#roll dd {
	float: left;
	height: 400px;
	text-align: center;
	position: relative;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;

}
#roll dd div {
	background-position: center center;
	height: 400px;
	background-repeat: no-repeat;
}
#roll dd img {
	display: block;
	height: 400px;

}
.box span {
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	display: inline-block;
	height: 69px;
	width: 38px;
	text-align: center;
	cursor: pointer;
	z-index: 90;
	color: #fff;
	margin-top: -34.5px;
	z-index:9999;
}
.box .prev {
	background-image: url("/skin/images/arrow.png");
	background-position: -19px center;
	left: 20px;
}
.box .next {
	right: 20px;
	background-image: url('/skin/images/arrow.png');
	background-position: -143px center;
	
}
/*滚动2*/
.position_02 {
	width: 100%;
	height: 100px;
	position: relative;
	margin: 50px 0 65px;
}
.position_02 span {
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 42px;
	margin-top: -21px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 34px;
	z-index: 90;
}
.position_02 .prev_02 {
	background-image: url("/skin/images/double_arrow.png");
	background-position: -27px center;
	left: 75px;
}
.position_02 .next_02 {
	background-image: url("/skin/images/double_arrow.png");
	background-position: -142px center;
	right: 75px;
}
.box_02 {
	height: 179px;
	overflow: hidden;
	width: 921px;
	margin: 0 auto;
	position: relative;
}
#roll_02 {
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#roll_02 dd {
	float: left;
	height: 180px;
	margin-right: 54px;
	width: 141px;
	text-align: center;
	position: relative;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
}
#roll_02 dd img {
	display: block;
	width: 185px;
	height: 120px;
}

