@charset "gb2312";

/* CSS Document */


/* 清除内外边距 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
	/* table elements 表格元素 */
	margin: 0;
	padding: 0;
}


/* 设置默认字体 */

body,
button,
input,
select,
textarea {
	/* for ie */
	font: 12px/1 "微软雅黑", Arial, Tahoma, Helvetica, "\5b8b\4f53", sans-serif;
	/* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

body {
	position: relative;
	/*overflow-x: hidden;*/
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
}


/* 将斜体扶正 */


/* 重置列表元素 */

ul,
ol {
	list-style: none;
}


/* 重置文本格式元素 */

a {
	text-decoration: none; color:#fff;
}


/*a:hover {
  text-decoration: underline;
}*/


/* 去除a标签点击后的虚线框 */

a:focus {
	outline: none;
	text-decoration: none;
	-moz-outline: none;
}


/* 重置表单元素 */

button,
input,
select,
textarea {
	font-size: 100%;
	/* 使得表单元素在 ie 下能继承字体大小 */
}


/* 重置表格元素 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 重置 hr */

hr {
	border: none;
	height: 1px;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*设置textarea固定大小*/

textarea {
	resize: none;
}

.clearfix:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

html,
body {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 1024px;
	background: url(images1.9.jpg) no-repeat;
	background-size: 100% 100%;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}
.content{
	width: 100%;
	min-width: 1024px;
	margin: 0 auto;
	height: 100%;
	
	
	
}
.noselect {
	float: left;
	width: 50%;
	margin-left:4%;
}
.contenRight{
	float: left;
	width: 40%;
	margin-left: 2%;
}
.contenRight h2{
	padding: 8% 0;
	
	
}
.contenRight img{
	display: block;
	width:99%;
	
}
.cloud9-item {
	display: inline-block;
	width: 30%;
}

.cloud9-item img {
	width: 100%;
}

.ben {
	width: 100%;
	background: url(imagesbk.png);

}

.ben li {
	position: relative;
	float: right;
	width: 16.6666666667%;
	text-align: center;
	line-height: 28px;
	/*line-height: 140px;*/
	color: #fff;
	font-size: 18px;
	height: 80px;
	padding-top: 20px;
}

.ben li i {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	display: inline-block;
	width: 0;
	border-left: 1px solid rgba(255,255,255,0.1);
}
.ben li b{
	display: block;
	width: 100px;
	height: 15px;
	
}
.ben li.li1 {
	float: left;
}



.ben li.active {
	background: url(imagesbk.png);  text-decoration:underline; font-weight:bold;
}

.fixed {
	position: absolute;
	/*对于火狐等其他浏览器需要设置的*/
	bottom: 0;
	left: 0;
	right: 0;
	/*同上*/
	cursor: pointer;
	z-index:999;
}

.ie {
	_position: absolute;
	_clear: both;
	_top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) - 1: document.body.scrollTop +(document.body.clientHeight-this.clientHeight) - 1);
}