ul,li,ol{
	list-style: none;
	margin: 0;
	padding: 0;
}

/*轮播图片flexslider */
.flexslider {
	position: relative;
	width: 100%;
	height: 580px;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 0px;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 580px;
	background-position: top center;
	background-repeat: no-repeat;
}
.slides li img{
	width: 100%;
}
.slides li div{
	color: #2a0c0c;
}
.slides li h4{
	display: block;
	width: 550px;
	font-size: 44px;
	font-family: Times New Roman;
	font-weight: bold;
	margin-bottom: 20px;
}
.slides li p{
	display: block;
	width: 500px;
	font-size: 18px;
	line-height: 1.4;
	opacity: 0.6;
}
.flex-control-nav {
	position: absolute;
	bottom: 40px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	min-width: 14px;
	height: 14px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background-color: #230101;
	cursor: pointer;
	border-radius:15px;
	margin: 0 2px;
	text-indent: 60px;
}
.flex-control-nav .flex-active {
	background-color: #d20019;
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.2);
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 40%;
}
.flex-direction-nav li a {
	display: block;
	width: 120px;
	height: 120px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	text-indent: -2000px;
	opacity: 0.6;
}
.flex-direction-nav li a:hover{
	opacity: 1;
}
.flex-direction-nav li a.flex-prev {
	left: 0;
	background: url(../img/left.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	right: 0;
	background: url(../img/right.png) center center no-repeat;
}
/*rollSlide*/
.roll-wrap{
    position: relative;
    width: 100%;
    padding: 0 80px;
    height: 140px;    
    margin: 50px auto;
}
.roll-wrap .con{
	position: relative;
	height: 100%;
	overflow:hidden;
}
.roll-wrap .roll__list{

}
.roll_row .roll__list::before, .roll_row .roll__list::after {
    content: "";
    display: table;
    line-height: 0;
}
.roll_row .roll__list::after {
    clear: both;
}
.roll_row .roll__list{
    width: 9999px;
}
.roll_row .roll__list li{
	float:left;
	width: 140px;
	margin-right: 30px;
}
.roll_row .roll__list li img{
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
}
.roll_row .roll__list li p{
	display: block;
	margin: 9px 0;
}
.roll_row .roll__list li .pro-img img{
	height: 140px;
}
.roll_row .roll__list li:hover .pro-img span{
	border: 5px solid rgba(255,255,255,0.6);
}
.control{
    position: absolute;
    top: 0;    
    width:60px;
    height: 140px;
    font-family: "sans-serif";
    cursor: pointer;
    z-index: 9;
}
.control.preitem{
    left: 0;
    background: url('../img/leftarr.png') left center no-repeat ;
}
.control.nextitem{
    right:0;
    background: url('../img/rightarr.png') right center no-repeat ;
}
/**********roundabout**********/
.roundabout_box {height:410px;width:100%;margin:0;position: relative;}
.roundabout-holder{list-style:none;width:1100px;height:370px;margin:0px auto;}
.roundabout-moveable-item{
	height:280px;
	width:280px;
	text-align: center;
	transition: all 0.3s ease 0s;
	float: left;
}
.roundabout-moveable-item img{height:100%;width:100%;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 1px 2px 8px rgba(0,0,0,0.2);
}
.roundabout-in-focus{
	 width: 350px!important;
	 margin-left: -35px;
}
.roundabout-in-focus img{
	box-shadow: 1px 4px 12px rgba(0,0,0,0.2); 
	width: 120%!important;
	height: 120%;
	margin-top: -30px;
}
.roundabout li{margin:0 40px;}
.roundabout_box .prev,.roundabout_box .next{
	position: absolute;
	 
	bottom: -10px;
	width: 40px;
	border-radius: 50%;
	background-color: #213d7a;
	color: #fff;
	font:bolder 25px "sans-serif";
	text-align: center;
	line-height: 40px;
}
.roundabout_box .prev{
	left:45% 
}
.roundabout_box .next{
	right: 45%;
}
.roundabout_box .next:hover,.roundabout_box .prev:hover{
	background-color: #e42c21;
	color: #fff;
}
/*页码样式*/
.page,.Pagetype3 {
	display: block;
	text-align: center;
	margin: 30px 0 60px;
}
.page a,.page span,.Pagetype3 a  {
	padding: 8px 14px;
	color: #42454c;
	margin:0 4px;
	border: 1px solid #e2e2e2;
}
.page a.current, .page a:hover,
.page span.current,.page span:hover,
.Pagetype3 a.s2{
	background-color: #555;
	border-color: #333;
	color: #fff;
}
.Pagetype3 span.s3,.Pagetype3 span.s4 p{display:none;}
/*swiper样式*/
.swiper-container {
	display: block;
    width: 1660px;
    padding: 0 130px;
}
.swiper-slide .pro-img img{
	height: 100%;
	width: 100%;
}
.swiper-slide p{
	display: block;
	margin: 18px 0 26px;
}
.swiper-button-next, .swiper-button-prev{
	width: 130px;
	background-color: #f5f7f9;
	height: 330px;
	top: 0;
	padding-top: 20%;
	margin-top: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {	
	background: url('../img/righttb.png') no-repeat right center #f5f7f9;
    right: 0;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
   background: url('../img/lefttb.png') no-repeat left center #f5f7f9;
    left: 0;
    right: auto;
}