.slide-box {
	min-width: 1200px;
	height: 350px;
}

.slide {
	width: auto;
	position: relative;
	min-width: 100%;
	height: 350px;
}

.slide ul {
	overflow: hidden;
	list-style: none;
	margin: 0 auto;
}

.slide li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.slide li a {
	display: block;
	margin: 0 auto;
}

.slide cite {
	position: absolute;
	left: 85%;
	display: block;
	width: 250px;
	height: 17px;
	_display: none;
	top: 325px;
	z-index: 2;
	margin: auto;
}

.slide cite span {
	float: left;
	display: block;
	margin: 0 6px;
	width: 13px;
	height: 13px;
	text-indent: -999em;
	opacity: .8;
	cursor: pointer;
	background-image: url("../images/dot.png");
}

.slide cite span:hover {
	background-image: url("../images/select-dot.png");
}

.slide cite span.cur {
	background-image: url("../images/select-dot.png");
	cursor: pointer;
}

.slide_bg {
	width: 100%;
	height: 100%;
	border: none;
	background-position: center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 100% 350px;
}

.clear {
	clear: both;
}

.slide-click {
	position: absolute;
	z-index: 999999;
	width: 62px;
	height: 62px;
	top: 125px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.slide-click-up {
	left: 20px;
	background-image: url("../images/slide_up.png");
}

.slide-click-up:hover {
	background-image: url("../images/slide_up_click.png");
}

.slide-click-next {
	right: 20px;
	background-image: url("../images/slide_next.png");
}

.slide-click-next:hover {
	background-image:
		url("../images/slide_next_click.png");
}

.products-solutions-box {
	display: inline-block;
	width: 100%;
	height: 216px;
	overflow: hidden;
	margin:0px 0px 10px 0px;
}
.products-solutions-left {
	width: 570px;
	height: 216px;
	margin: 0 10px;
	float: left;
}
.products-solutions-right {
	width: 570px;
	height: 216px;
	float: right;
	margin: 0 15px;
}

.products-solutions-sigle-box {
	margin-left: 15px;
	width: 370px;
	height: 100%;
}

.products-solutions-title {
	font-size: 18px;
	color: #000000;
	font-weight: 500;
    /*
	margin-top: 10px;
    */
}

.products-solutions-describe {
	font-size: 16px;
	color: #3f3f3f;
	margin-top: 20px;
	line-height: 35px;
	word-wrap: break-word;
	word-break: break-all;
}

.products-solutions-sigle-box:HOVER,.products-solutions-sigle-box-center:hover {
	text-decoration: underline;
}

.products-solutions-sigle-box-center {
	margin: 0px 15px 0px 30px;
	width: 370px;
	height: 100%;
}

.products-solutions-img {
	/*width: 370px;
	height: 300px;*/
	width: 240px;
	height: 196px;
	float: left;
}
.products-solutions-text {
	/*width: 370px;
	height: 300px;*/
	margin-left: 10px;
	float: right;
	width: 300px;
	height: 196px;
}

.news-recruitment-img-box {
	width: 560px;
	height: 300px;
	margin-top: 24px;
}

.news-recruitment-title-box {
	height: 20px;
	line-height: 20px;
	color: #222222;
	font-size: 16px;
	background-image: url("../images/news_recruitment_title.png");
	background-repeat: no-repeat;
	background-position: right;
}

.footer-nr-box {
	width: 562px;
}

.footer-nr-info {
	margin-top: 30px;
	font-size: 14px;
	color: #3f3f3f;
}

.footer-nr-info-line {
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #3f3f3f;
}

.footer-nr-info-line a {
	color: #3f3f3f;
}

.footer-nr-info-line a:hover {
	text-decoration: underline;
}

.index-line {
	width: 100%;
	height: 2px;
	background-color: #f2f2f2;
}

.footer-nr-more {
	color: #000000;
}

.footer-nr-more:HOVER {
	text-decoration: underline;
}