*{
	margin: 0;
	padding: 0;
	cursor: pointer;
	/* 解决IE6-7双倍边距问题 */
	*zoom: 1;
}

/* 清除浮动兼容方案 */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1; /* IE6-7 */
}

.header .details-list{
	position: absolute;
	top: 75px; 
	left: -50px; 
	/* IE6-7定位兼容 */
	_position: absolute;
	_top: expression(offsetParent.offsetTop + 75);
	_left: expression(offsetParent.offsetLeft - 50);
}

a,p{
	color: #666;
	/* 解决IE6下a标签点击失效问题 */
	behavior: url(iehover.htc); /* 需引入HTC文件 */
}

/**
 * section
 */
.section{
	width: 100%;
}
.section img{
	width: 100%;
	height: auto;
	max-height: 500px;
	/* IE6-7图片间隙问题 */
	display: block;
}

.section .sxw-main-contents{
	/* Flex布局兼容 */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 40px;
	/* 解决IE9以下不支持Flex的布局方案 */
	*display: inline-block;
	*vertical-align: middle;
	*zoom: 1;
}

.cont-line{
	width: 1px;
	height: 63%;
	background: #e6e6e6;
	position: absolute;
	top: 550px;
	left:31%;
	/* IE6-7百分比定位兼容 */
	*left: expression(document.body.clientWidth * 0.31);
}

.section .sxw-left{
	width:11%;
	/* 解决IE6双倍边距问题 */
	*display: inline;
	display: inline-block;
	margin-right: 100px;
	margin-top: -620px;
	/* IE6下负边距兼容 */
	_margin-top: -650px;
}

.sxw-left>.sxw-title{
	/* Flex布局兼容 */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 70px;
	background-color: #eee;
	/* IE9以下兼容方案 */
	*line-height: 70px;
	*text-align: center;
}

.sxw-list{
	margin-top:-10px;
	/* IE6下margin负值兼容 */
	*margin-top: -10px;
}

.section .sxw-left>.sxw-list li{
	line-height: 40px;
	border-bottom: 1px solid #d6d6d6;
	list-style-type: none;
	/* 触发IE6-7 hasLayout */
	*zoom: 1;
}

.sxw-left>.sxw-list li:hover a{
	color: #00A1E9;
	/* IE6-7:hover兼容 */
	*color: #00A1E9;
}

.section .sxw-left>.sxw-list ul{
	list-style-type: none;
}

.section .sxw-title{
	position: relative;
	top: -15px;
	font-size: 30px;
	/* IE6下相对定位兼容 */
	*position: static;
	*margin-top: -15px;
}

.section .sxw-right{
	width: 45%;
	/* 解决IE6双倍边距问题 */
	*display: inline;
	display: inline-block;
	vertical-align: top;
}

.section .sxw-right>p{
	line-height: 30px;
	width:520px;
}

.sxw-nav{
	width: 100%;
	height: 0px;
	float: left;
	background: url("../img/home_tb.png") left 10px no-repeat;
	padding-left: 35px;
	font-size: 14px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 40px;
	margin-top: 1px;
	/* margin-bottom: 30px; */
	padding-bottom: 45px;
	/* IE6下高度为0时背景图显示问题 */
	*min-height: 40px;
}

.sxw-nav>a:hover{
	color: #00A1E9;
}

.sxw-nav>span{
	color: #00A1E9;
}

.about-sxw-brief{
	/* 触发IE6-7 hasLayout */
	*zoom: 1;
	margin-top: 60px;
}

.sxw-brief-introduction .brief-left{
	width: 500px;
	height: 410px;
	background-color: #2761CD;
	/* float: left; */
	/* IE6下浮动兼容 */
	*float: left;
	*margin-right: 20px;
}

.brief-left>p{
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}

.brief-left span{
	font-size: 55px;
}

.brief-left>.brief-content{
	width: 350px;
	margin-left: 20px;
	position: relative;
	/* IE6下定位兼容 */
	*position: static;
}

.brief-content>.brief-line{
	width: 1px;
	height: 280px;
	background-color: #fff;
	float: left;
	position: absolute;
	top: 10px;
	/* IE6下绝对定位兼容 */
	*position: static;
	*float: none;
	*display: inline-block;
	*vertical-align: middle;
	*margin: 100px 0 0 15px;
}

.brief-content>p{
	color: #fff;
	font-size: 16px;
	text-indent: 2em;
	line-height: 25px;
	margin-left: 10px;
	/* IE6下文本缩进兼容 */
	*text-indent: 28px;
}

.sxw-brief-introduction .brief-right{
	background-color: #fff;
	/* float: left; */
	padding: 5px;
	position: absolute;
	left: 380px;
	height: 330px;
	top: 650px;
	left: 1050px;
	border-radius: 5px;
	/* IE6下圆角兼容 */
	*behavior: url(PIE.htc); /* 需引入PIE.htc文件 */
	*position: static;
	*float: left;
	*margin: 50px 0 0 380px;
}

.sxw-brief-introduction>p{
	margin: 10px 0;
	text-indent: 2em;
	/* IE6下文本缩进兼容 */
	*text-indent: 28px;
}

.sxw-brief-content{
	clear: both;
	padding-top: 10px;
	/* 触发IE6-7 hasLayout */
	*zoom: 1;
}

.sxw-brief-content>p{
	line-height: 25px;
	text-indent: 2em;
	/* IE6下文本缩进兼容 */
	*text-indent: 28px;
}

.brief-right img{
	width: 100%;
	height: auto;
	max-height: 330px;
	display: block;
}

.brief-img .img-left,.img-middle,.img-right{
	float: left;
	/* 解决IE6下浮动元素间隙问题 */
	*margin-right: -3px;
}

.img-left img{
	width:380px ;
	height: 210px;
}

.img-middle{
	margin:0 13px;
	/* 解决IE6下margin双倍问题 */
	*display: inline;
}

.img-middle img{
	display: block;
	width:210px ;
	height: 100px;
}

.img-middle img:nth-of-type(1){
	margin-bottom: 10px;
}

.img-right{
	width: 210px;
	position: relative;
	/* 触发IE6-7 hasLayout */
	*zoom: 1;
}

.img-right img{
	width: 205px;
	height: 138px;
	margin-top: 70px;
}

.img-right p{
	padding: 17px 22px;
	font-size: 16px;
	color: #fff;
	background-color: #1F51AA;
	position: absolute;
	top:0px;
	/* IE6下绝对定位兼容 */
	*position: static;
	*margin-top: -70px;
}
.bot{
	margin-top: 50px;
}
.foot-list{
	margin-left: 120px;
}
.foot-list>ul{
	margin-right: 68px;
}