@charset "UTF-8";

html {
	font-size: 16px;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
	/* border-radius: 10px; */
	background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
	/* border-radius: 10px; */
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #999;
}

::selection {
	background-color: #0084ff;
	color: #fff;
}

::-moz-selection {
	background-color: #0084ff;
	color: #fff;
}

::-webkit-selection {
	background-color: #0084ff;
	color: #fff;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

body {
	font-family: 'Lato', "Microsoft YaHei", sans-serif;
	min-width: 1200px;
	font-size: 14px;
}

:focus {
	outline: 1;
}

li {
	list-style: none;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	outline: 0;
}

a {
	text-decoration: none;
	color: #666;
	outline: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}


/* header开始 */
header {
	height: 160px;
	display: flex;
	flex-direction: column;
}
header > section#top {
	height: 100px;
}
header > section#top > .top {
	width: 1200px;
	height: inherit;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header > section#top > .top > .right {
	display: flex;
	align-items: center;
}
header > section#top > .top > .right > span:first-of-type {
	color: #333333;
	margin-left: 8px;
}
header > section#top > .top > .right > span:last-of-type {
	color: #000000;
	margin-left: 8px;
	font-size: 22px;
}
header > section#down {
	flex: 1;
	background-color: #0262b8;
	height: 60px;
}
header > section#down > ul#nav {
	width: 1200px;
	margin: 0 auto;
	height: inherit;
	display: flex;
}
header > section#down > ul#nav > li.nLi {
	width: 14%;
	display: flex;
	flex-direction: column;
	position: relative;
}
header > section#down > ul#nav > li.nLi > a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-size: 16px;
}
header > section#down > ul#nav > li.nLi > ul.sub {
	display: none;
	position: absolute;
	top: 60px;
	width: 100%;
	/* outline: 1px solid #f1f1f1; */
	background-color: rgba(255,255,255,.8);
	z-index: 9;
}
header > section#down > ul#nav > li.nLi > ul.sub > li {
	height: 45px;
	display: flex;
}
header > section#down > ul#nav > li.nLi > ul.sub > li > a {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
}
header > section#down > ul#nav > li.nLi > ul.sub > li > a:hover {
	background-color: #fa7821;
	color: #FFFFFF;
}
header > section#down > ul#nav > li.nLi.on,header > section#down > ul#nav > li.nLi:hover {
	background-color: #fa7821;
}
/* header开始 */

/* footer开始 */
footer {
	/* height: 240px; */
	background-color: #313131;
	margin-top: 50px;
}
footer > section#footer {
	flex: 1;
	height: 200px;
}
footer > section#footer > .footer {
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	box-sizing: border-box;
	color: #aaa;
	display: flex;
	justify-content: space-between;
}
footer > section#footer > .footer > .left {
	display: flex;
	flex-direction: column;
}
footer > section#footer > .footer > .left > span:first-of-type {
	color: #f9f9f9;
	font-size: 18px;
	font-weight: bold;
}
footer > section#footer > .footer > .left > span {
	margin-bottom: 10px;
}
footer > section#footer > .footer > .cent {
	flex: 1;
	display: flex;
	justify-content: space-evenly;
}
footer > section#footer > .footer > .cent > div {
	display: flex;
	flex-direction: column;
}
footer > section#footer > .footer > .cent > div > span {
	color: #f0f0f0;
	font-size: 16px;
}
footer > section#footer > .footer > .cent > div > a {
	margin-top: 10px;
	color: #aaa;
}
footer > section#footer > .footer > .right {
	width: 230px;
	display: flex;
	flex-direction: column;
}
footer > section#footer > .footer > .right > .top {
	display: flex;
}
footer > section#footer > .footer > .right > .top > img {
	width: 30px;
	height: 30px;
}
footer > section#footer > .footer > .right > .top > .r {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
	color: #f0f0f0;
}
footer > section#footer > .footer > .right > .top > .r > span:first-of-type {
	font-size: 18px;
}
footer > section#footer > .footer > .right > a {
	margin-top: 25px;
	height: 38px;
	width: 135px;
	background-color: #0093E2;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer > section#footer > .footer > .right > a > img {
	margin-right: 7px;
}
footer > section#bei {
	border-top: 1px solid #5a5a5a;
	height: 40px;
	color: #aaa;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer > section#bei > a {
	color: #aaa;
	margin-left: 30px;
}
/* footer结束 */