*{margin: 0;padding: 0;list-style: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td ,img,ul/* table elements 表格元素 */ {
  margin: 0;
  padding: 0;
}

/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {
  font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none; }
a:hover { text-decoration: underline; }


/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
img {
	max-width: 100%;
}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 清除浮动 */
.clear:after, .clear:after{
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.clear, .clear {
  *zoom: 1;
}
 
/*文本居中，居右*/
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.hide{
	display: none;
}

/*轮播图片flexslider */
.flexslider {
	position: relative;
	width: 100%;
	height: 700px;
	overflow: hidden;
	background: url(http://www.onlead-cn.com/site/img/loading.gif) 50% no-repeat;
	z-index: 1;
	margin-bottom: 90px;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 700px;
	background-position: top center;
	background-repeat: no-repeat;
}

.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: #eee;
	cursor: pointer;
	border-radius:15px;
	margin: 0 22px;
	text-indent: 60px;
}
.flex-control-nav .flex-active {
	background-color: #1b7b3e;
}
.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(../image/left.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	right: 0;
	background: url(../image/right.png) center center no-repeat;
}
/*rollSlide*/
.roll-wrap{
    position: relative;
    width: 1660px;
    padding: 0 120px;
    height: 370px;    
    margin: 0 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: 329px;
	margin-right: 28px;
}
.roll_row .roll__list li img{
	height: 100%;
}
.roll_row .roll__list li p{
	display: block;
	margin: 9px 0;
}
/**
.roll_row .roll__list li .pro-img img{
	height: 329px;
}
**/
.roll_row .roll__list li:hover .pro-img span{
	border: 5px solid rgba(255,255,255,0.6);
}
.control{
    position: absolute;
    top: 0;    
    width:120px;
    height: 330px;
    font-family: "sans-serif";
    cursor: pointer;
    z-index: 9;
}
.control.preitem{
    left: 0;
    background: url('../image/lefttb.png') left center no-repeat #f5f7f9;
}
.control.nextitem{
    right:0;
    background: url('../image/righttb.png') right center no-repeat #f5f7f9;
}
/**********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('../image/righttb.png') no-repeat right center #f5f7f9;
    right: 0;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
   background: url('../image/lefttb.png') no-repeat left center #f5f7f9;
    left: 0;
    right: auto;
}


.w100 {margin: 0;}
.banner1 { background:url(../image/a1.jpg) center; text-align:center; padding-top:31px;color:#FFF;min-height:100px;}
.banner1 h2 {line-height:35px; font-size:26px; font-weight:normal;}
.banner1 span { font-size:15px; line-height:30px;}

