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;
}

ul,
ul li {
	list-style: none;
}

.cls {
	clear: both;
	line-height: 0px!important;
	height: 0px!important;
	font-size: 0px!important;
}

::selection,
::-moz-selection {
	background: #db4d0f;
	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 {}

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: #3F3F3F;
	height: 50px;
	outline-offset: -2px;
	outline: 2px solid #fff;
	-webkit-border-radius: 4px;
	border: 2px solid #fff;
}


/*---鼠标点击滚动条显示样式--*/

::-webkit-scrollbar-thumb:hover {
	background-color: #0F0F0F;
	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: 0 auto;
	clear: both;
}

.footer .bottomF {
	width: 100%;
	background: #222222;
}

.footer .bottomF .bcontent {
	width: 1200px;
	margin: 0 auto;
}

.footer .bottomF .part1 {
	display: table;
	width: 100%;
	padding: 40px 0 30px;
}

.footer .bottomF .part1 div.left {
	width: 200px;
	display: block;
	float: left;
	border-left: dashed 1px #9f9f9f;
	border-right: dashed 1px #9f9f9f;
	text-align: center;
	letter-spacing: 1px;
}

.footer .bottomF .part1 div.left span {
	color: #BFBFBF;
	font-size: 18px;
	padding: 10px 0;
	display: block;
}

.footer .bottomF .part1 div.left a {
	color: #BFBFBF;
	font-size: 14px;
	display: table;
	margin-bottom: 10px;
	margin: 8px auto;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer .bottomF .part1 div.left a:hover {
	color: #FFFFFF;
}

.footer .bottomF .part1 .right {
	width: 620px;
	float: right;
}

.footer .bottomF .part1 .right .p2left {
	width: 470px;
	float: left;
}

.footer .bottomF .part1 .right .p2left p {
	letter-spacing: 1px;
	margin-bottom: 13px;
	font-size: 14px;
	color: #BFBFBF;
}

.footer .bottomF .part1 .right .p2left p.titlename {
	font-size: 18px;
	padding: 6px 0;
}

.footer .bottomF .part1 .right .p2right {
	width: 135px;
	float: right;
}

.footer .bottomF .part1 .right .p2right p {
	text-align: center;
	letter-spacing: 1px;
	color: #BFBFBF;
	text-transform: capitalize;
	font-size: 14px;
	padding: 6px 0;
}

.footer .bottomF .part2 {
	display: table;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	color: #BFBFBF;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	background: #0F0F0F;
}

.footer .bottomF .part2 .content {
	width: 1200px;
	margin: 0 auto;
	display: table;
}

.footer .bottomF .part2 .content .l {
	float: left;
}

.footer .bottomF .part2 .content .r {
	float: right;
}

.footer .bottomF .part2 a {
	color: #BFBFBF;
}

.footer .bottomF .part2 a:hover {
	color: #FFFFFF;
}


/***footer***/

.pageContent {
	padding-top: 80px;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 50px;
}

html {
	overflow-x: hidden;
}


/*body {
	padding-top: 80px;
}

.fixed-nav {
	position: fixed;
	width: 100%;
	top: -85px;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	-o-transition: top .5s;
	-ms-transition: top .5s;
	transition: top .5s;
}

.fixed-nav-appear {
	top: 0;
}

.fix_sec {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
}*/