﻿.wrap {
	width: 1200px;
	margin: 0 auto;
}

/*clearfix*/

.clearfix {
	overflow: hidden;
	_zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	text-decoration: none;
	color: #333;
}

.banner {
	width: 1920px;
	height: 460px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	/*图片宽度的一半*/
	overflow: hidden;
}

/*fullSlide css*/
.fullSlide {
	width: 100%;
	position: relative;
	height: 460px;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 460px;
	overflow: hidden;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}

.fullSlide .hd ul .on {
	background: #ff4800;
}

.fullSlide .prev,
.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 10%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(//www.9orange.com/images0731/personal/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity[]=50);
	opacity: 0.5;
	display: none;
}

.fullSlide .next {
	left: auto;
	right: 10%;
	background-position: -6px -137px;
}

/*module css*/
.module {
	padding: 60px 0;
}
.module li {
	width: 290px;
	height: 224px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	float: left;
	border-radius: 0 0 6px 6px;
	margin-right: 12px;
	margin-bottom: 26px;
	text-align: center;
	position: relative;
}
.module-active {
	background: url(../img/module-active-li.png) no-repeat left top;

}
.module li img {
	margin: 10px 0 5px;
}
.module li h4 {
	font-size: 18px;
	color: #333;
}
.module li p {
	font-size: 14px;
	color: #666;
	padding: 0 12px ;
	line-height: 24px;
}
.module li h6 {
	background: #4b8dfa;
	font-size: 20px;
	color: #fff;
	padding: 8px 0;
	border-radius: 0 0 6px 6px;
	position: absolute;
	width: 290px;
	bottom: -1px;
}

/*应用场景 css*/
.yx {
	padding: 40px 0;
	background: #fff5dc;
}
.yx h6 {
	font-size: 36px;
	color: #333;
	text-align: center;
}
.yx-l {
	width: 600px;
}
.yx-l h5 {
	font-size: 24px;
	color: #333;
}
.yx-l h5 img {
	vertical-align: middle;
	margin-right: 30px;
}
.yx-l span {
	display: inline-block;
	font-size: 18px;
	color: #fa5106;
	padding: 20px 0;
}
.yx-l p {
	font-size: 14px;
	color: #333;
}
.yx-l li {
	height: 50px;
    float: left;
    font-size: 16px;
    color: #333;
    text-decoration: underline;
    	margin-right: 12px;
}
.yx-l li img {
	vertical-align: middle;
}
.yx-l h4 {
	width: 240px;
	height: 46px;
	background: #4b8dfa;
	border-radius: 8px;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}
.yx-r img {
	margin-top: 30px;
}
.yx-r span {
	display: inline-block;
	font-size: 18px;
	color: #fa5106;
	padding: 20px 0;
	margin-left: 500px;
}
.yx-r ul {
	width: 590px;
	background: #fff;
}
.yx-r li {
	width: 146px;
	height: 80px;
	border: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
	float: left;
	text-align: center;
}
.yx-r li p {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin: 10px 0 8px;
}
.yx-r li a {
	display: inline-block;
	width: 80px;
	height: 26px;
	border: 1px solid #f94d1f;
	border-radius: 20px;
	color: #f94d1f;
	font-size: 14px;
	line-height: 26px;
}
