﻿.slide {
	margin: 0 auto;
	height: 700px;
	background-color: #ececec;
	overflow: hidden;
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
}
.slide ul img {
	max-width: none;
	width: 100%;
	height: auto;
}
.slide ul img.abs {
	max-width: none;
	width: 1900px;
	height: 700px;
	position: absolute;
	left: 50%;
	margin-left: -950px;
	top: 50%;
	margin-top: -281px;
}
.slide_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slide_c {
	float: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	text-align: center;
}
.slide_tool {
	position: absolute;
	z-index: 98;
	width: 1200px;
	height: 120px;
	bottom: -60px;
	left: 50%;
	margin-left: -600px;
}
.slide_nav {
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	z-index: 10;
}
.slide_nav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin: 0 6px;
	cursor: pointer;
	opacity: 0.6;
	background-color: #fff;
	overflow: hidden;
	text-indent: 20px;
}
.slide_nav a.on {
	opacity: 1;
}
.slide_nav_l {
	float: left;
	padding: 65px 25px 0 88px;
	position: relative;
}
.slide_nav_l a i {
	display: none;
	position: absolute;
	top: 5px;
	left: 20px;
	color: #fff;
	font-size: 58px;
}
.slide_nav_l a strong {
	display: none;
	position: absolute;
	top: 25px;
	left: 90px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}
.slide_nav_l a strong b {
	font-weight: 400;
	padding-left: 6px;
}
.slide_nav a.on strong {
	display: block;
}
.slide_nav_l p i {
	padding-left: 8px;
}
.slide_nav a.on i {
	display: block;
}
.slide_nav_r {
	width: 70%;
	float: left;
	color: #fff;
	padding-top: 12px;
}
.slide_nav_r h3 {
	font-size: 32px;
	font-weight: 400;
}
.slide_nav_r h4 {
	font-size: 14px;
	font-weight: 400;
}
.slide_search {
	width: 50%;
	height: 100%;
	float: left;
	background-color: #fff;
}
.arrs.unable {
	cursor: default;
}
.arrs {
	cursor: pointer;
	z-index: 99;
	top: 50%;
	margin-top: -22px;
	z-index: 10;
	opacity: 0;
	font-family: salong;
	font-size: 48px;
	line-height: 60px;
	width: 48px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	position: absolute;
	text-align: center;
}
.arr_next {
	right: 20px;
}
.arr_prev {
	left: 20px;
}
.indexbanner:hover .arr_next {
	right: 0;
}
.indexbanner:hover .arr_prev {
	left: 0;
}
.indexbanner:hover .arrs {
	opacity: 1;
}
.indexbanner .arrs:hover {
	color: #fff;
}
.arrs:before {
	font-family: iconfont !important;
	font-style: normal;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-stroke-width: 0.2px;
}
.arrs.arr_next:before {
	content: "\e613";
}
.arrs.arr_prev:before {
	content: "\e612";
}
