/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	width: 100%;
	min-width: 1000px;
	overflow-x: hidden;
	overflow-y: scroll;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 兼容的清除浮动 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
	display: block;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
a{
	color: #000;
}
a:link, a:visited {
text-decoration: none;

}
a:hover, a:active {
text-decoration: underline;

border: none;
text-decoration: none;
}
input{
	outline: none;
}
.wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.nav{
	height: 86px;
	line-height: 86px;
	background: url(../images/LOGO.png) 20px center no-repeat;
}
.nav ul{
	float: right;
}
.nav li{
	float: left;
	margin-right: 20px;
}
.nav li a{
	font-size: 18px;
	display: block;
	position: relative;
}
.nav li .active{
	color: #00a2ff;
}
.nav li .active::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 20px;
	width: 100%;
	height: 2px;
	background: #00a2ff;
}
.foot{
	height: 350px;
	position: relative;
}
.foot .txt_box{
	height: 350px;
	background: #1f2327;
}
.f_txt{
	margin-top: 60px;
}
.f_txt li{
	color: #879baa;
	margin-top: 30px;
	font-size: 14px;
}
.f_txt li a{
	color: #879baa;
	display: inline-block;
	width: 100px;
}
.f_txt li:nth-child(1){
	font-size: 16px;
	color: #ffffff;
}
.foot .f_logo{
	position: absolute;
	top: 72px;
	right: 760px;
}
.foot .f_logo p{
	font-size: 16px;
	color: #FFFFFF;
	text-indent: inherit;
	margin-bottom: 20px;
}
.txt_con p {
    font-size: 24px;
    line-height: 50px;
}