html,
div,
ul,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
embed,
label,
b {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-family: "microsoft yahei", "微软雅黑", "宋体"
}

img {
	border: none;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

ul,
ul li {
	list-style: none;
}

.cls {
	clear: both;
	line-height: 0px!important;
	height: 0px!important;
	font-size: 0px!important;
}

::selection{
	background: #257379;
	color: #FFFFFF;
}

.hidden {
	display: none;
}

i {
	font-style: normal;
}

html,
body {
	-webkit-text-size-adjust: none;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}


/*链接*/

a {
	color: #898989;
	text-decoration: none;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}

a:hover {
	color: #257379;
}

a:active {}


/***footer***/


/***footer***/


/***scrollBar***/


/**ie8**/

html,
body {
	scrollbar-face-color: #DFDFDF;
	/*滚动条3D表面（ThreedFace）的颜色*/
	scrollbar-highlight-color: #fff;
	/*滚动条3D界面的亮边（ThreedHighlight）颜色*/
	scrollbar-shadow-color: #eeeeee;
	/*滚动条3D界面的暗边（ThreedShadow）颜色*/
	scrollbar-3dlight-color: #eeeeee;
	/*滚动条亮边框颜色*/
	scrollbar-arrow-color: #000;
	/*滚动条方向箭头的颜色 */
	scrollbar-track-color: #fff;
	/*滚动条的拖动区域(TrackBar)颜色*/
	scrollbar-darkshadow-color: #fff;
	/*滚动条暗边框（ThreedDarkShadow）颜色*/
}


/**Chrome**/


/*---滚动条默认显示样式--*/

::-webkit-scrollbar-thumb {
	background-color: #4f8488;
	height: 50px;
	outline-offset: -2px;
	outline: 2px solid #fff;
	-webkit-border-radius: 4px;
	border: 2px solid #fff;
}


/*---鼠标点击滚动条显示样式--*/

::-webkit-scrollbar-thumb:hover {
	background-color: #29696e;
	height: 50px;
	-webkit-border-radius: 4px;
}


/*---滚动条大小--*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}


/*---滚动框背景样式--*/

::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 0;
}


/***scrollBar***/


/***footer***/

.footer {
	width: 100%;
	max-width: 1920px;
	margin: 50px auto 0;
	clear: both;
	background: #ebebeb;
}

.footer .topF {
	width: 1200px;
	margin: 0 auto;
	display: table;
	padding: 45px 0 35px;
}

.footer .topF .l {
	float: left;
	width: 1000px;
}

.footer .topF .l .l1 {
	float: left;
	width: 220px;
}

.footer .topF .l .l1 img {
	width: 210px;
	height: 100px;
}

.footer .topF .l .l1 div {
	padding: 8px 0;
	font-size: 14px;
}

.footer .topF .l .l1 div a {
	font-size: 35px;
	color: #ABABAB;
	position: relative;
	top: 6px;
}

.footer .topF .l .l1 div a.icon-unie655:hover {
	color: #67ba27;
}

.footer .topF .l .l1 div a.icon-qq:hover {
	color: #00A0E9;
}

.footer .topF .l .r1 {
	float: right;
	width: 740px;
	border-left: solid 1px #BFBFBF;
	padding-left: 25px;
}

.footer .topF .l .r1 img {
	width: 344px;
	height: 52px;
	display: block;
	margin-bottom: 12px;
}

.footer .topF .l .r1 p {
	line-height: 26px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #181818;
}

.footer .topF .r {
	float: right;
	width: 167px;
	height: 167px;
}

.footer .topF .r img {
	float: right;
	width: 100%;
	height: 100%;
}

.footer .bottomF {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	border-top: solid 1px #BFBFBF;
	padding: 12px 0;
	display: table;
	font-size: 13px;
	color: #181818;
	letter-spacing: 1px;
}

.footer .bottomF a {
	color: #181818;
}

.footer .bottomF a:hover {
	color: #257379;
}

.footer .bottomF .l {
	width: 930px;
	float: left;
	text-align: left;
}

.footer .bottomF .r {
	width: 250px;
	float: right;
	text-align: right;
}


/***footer***/

.pageContent {
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 50px;
}