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 {}


/***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: #023877;
	height: 50px;
	outline-offset: -2px;
	outline: 2px solid #fff;
	-webkit-border-radius: 4px;
	border: 2px solid #fff;
}


/*---鼠标点击滚动条显示样式--*/

::-webkit-scrollbar-thumb:hover {
	background-color: #0659b7;
	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;
}

.footer .topF {
	width: 100%;
	background: #dfdfdf;
	/*	padding-top: 5px;*/
}

.footer .topF .nav {
	width: 1200px;
	display: table;
	margin: 0 auto;
}

.footer .topF .nav .left {
	float: left;
	width: 1110px;
	padding: 12px 0;
}

.footer .topF .nav .left a {
	float: left;
	display: block;
	width: 156px;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	border-right: solid 1px #232323;
	color: #232323;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer .topF .nav .left a:hover {
	color: #084d9e;
	/*text-shadow: 1px 0px #8b2413;*/
}

.footer .topF .nav .right {
	float: right;
	width: 90px;
	background: #084d9e;
	height: 42px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40PX;
	font-weight: bold;
	font-size: 14PX;
	letter-spacing: 1PX;
	cursor: pointer;
	position: relative;
	z-index: 30;
}

.footer .topF .nav .right:before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	background: #771505;
	transition: all .3s;
	-moz-transform: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	opacity: 0.2;
}

.footer .topF .nav .right span {
	font-size: 16px;
}

.footer .topF .nav .right:hover {
	color: #FFFFFF;
}

.footer .topF .nav .right:hover:before {
	height: 100%;
}

.footer .bottomF {
	width: 100%;
	background: #084d9e;
}

.footer .bottomF .bcontent {
	width: 1200px;
	margin: 0 auto;
}

.footer .bottomF .part1 {
	display: table;
	width: 100%;
	padding: 30px 0 10px;
}

.footer .bottomF .part1 img.left {
	width: 350px;
	height: 111px;
	display: block;
	float: left;
	margin-top: 5px;
}

.footer .bottomF .part1 .right {
	width: 550px;
	float: right;
}

.footer .bottomF .part1 .right .p2left {
	width: 400px;
	float: left;
}

.footer .bottomF .part1 .right .p2left p {
	letter-spacing: 2px;
	margin-bottom: 16px;
	font-size: 14px;
	color: #FFFFFF;
	display: table;
}

.footer .bottomF .part1 .right .p2left p span {
	display: block;
	float: left;
}

.footer .bottomF .part1 .right .p2left p span.s1 {
	width: 80px;
	text-align: right;
}

.footer .bottomF .part1 .right .p2left p span.s2 {
	width: 320px;
}

.footer .bottomF .part1 .right .p2right {
	width: 120px;
	float: right;
}

.footer .bottomF .part1 .right .p2right p {
	text-align: center;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-transform: capitalize;
	font-size: 14px;
}

.footer .bottomF .part2 {
	display: table;
	width: 1200px;
	padding: 10px 0;
	border-top: solid 1px #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 1px;
}

.footer .bottomF .part2 a {
	color: #FFFFFF;
}

.footer .bottomF .part2 a:hover {
	color: #000000;
}


/***footer***/

.page {
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 50px;
}


/**********/

.seclist {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 9999;
}

ul.navlist .seclist a {
	display: block;
	background: #084d9e;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-top: solid 1px #03448f;
	color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0;
}

ul.navlist .seclist a:hover {
	background: #063368;
}