/* CSS RESET */
body,html{
	font-family: "microsoft yahei";
	font-size: 14px;
	margin: 0;
	padding: 0;
}
img{
	margin: 0;
	padding: 0;
	border: none;
}
a{
	text-decoration: none;
	color: #000;
	display: inline-block;
	cursor: pointer;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul,ol,li,dl,dt,dd{
	list-style: none;
	margin: 0;
	padding: 0;
}
input,button,select,textarea{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	display: block;
}
p,form,nav,header,footer,table,span,div,a{
	margin: 0;
	padding: 0;
}
/* 常用样式 */
.fl{
	float: left;
}
.fr{
	float: right;
}
.of_h{
	overflow: hidden;
}
/* 通用样式 */
.container{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.header{
    box-sizing: border-box;
	width: 100%;
	min-width: 1200px;
    height: 70px;
    padding-top: 16px;
	background: #ffffff;
}
.header .container .nav{
	width: 580px;
    height: 54px;
	float: right;
}
.header .container>a{
    display: block;
	width: 119px;
	height: 54px;
	float: left;
}
.header .container>a>img{
    margin-top: 2px;
}
.header .container .system-name{
	width: 146px;
	height: 54px;
	font-size: 24px;
	font-weight: bold;
	line-height: 54px;
	text-align: center;
	color: #1e1e1e;
	float: left;
	position: relative;
	margin-left: 12px;
}
.header .container .system-name:before{
	content: "";
	width: 1px ;
	height: 29px;
	background: #0296F4;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
}
.header .container .nav>ul>li{
	width: 100px;
	height: 54px;
	margin: 0 8px;
	float: left;
}
.header .container .nav>ul>li>a{
	width: 100px;
	height: 54px;
	font-size: 16px;
    text-align: center;
    color: #1b1b1b;
	line-height: 54px;
}
.header .container .nav>ul>li>a.act{
	color: #ff9f00;
}
.header .container .nav>ul>li>a:hover{
	color: #ff9f00;
}
.banner{
	width: 100%;
	min-width: 1200px;
	height: 450px;
	position: relative;
	overflow: hidden;
}
.banner>img{
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.footer{
	width: 100%;
	min-width: 1200px;
	height: 337px;
}
.footer .footer-top{
	width: 100%;
	min-width: 1200px;
	height: 238px;
	background: #464646;
}
.footer .footer-top .content-left{
	width: 840px;
	height: auto;
	margin-top: 40px;
	float: left;
}
.footer .footer-top .container .footer-nav{
	width: 840px;
	height: 48px;
	margin-bottom: 15px;	
}
.footer .footer-top .container .footer-nav li{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 210px;
	height: 48px;
	padding-left: 21px;
	position: relative;
	float: left;
}
.footer .footer-top .container .footer-nav li:before{
	content: "";
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 5px;
	height: 5px;
	background: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 21px;
	top: 22px;
}
.footer .footer-top .container .footer-nav li a{
	display: inline-block;
	width: 210px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	color: #ffffff;
	text-indent: 12px;
}
.contact-info{
	box-sizing: border-box;
	padding-left: 21px;
	overflow: hidden;
}
.contact-info .contact-info-item{
	height: 48px;
	color: #e3e3e3;
	overflow: hidden;
	margin-right: 50px;
	float: left;
}
.contact-info .contact-info-item>img{	
	vertical-align: middle;
	margin-right: 10px;
}
.contact-info .contact-info-item>span{
	font-size: 14px;
	line-height: 48px;
}
.footer .footer-top .container .wx{
	width: 202px;
	height: 99px;
	float: right;
	margin-top: 76px;
}
.footer .footer-top .container .wx .qr-code-box{
	width: 98px;
	height: 99px;
	float: left;
}
.footer .footer-top .container .wx .tips{
	width: 100px;
	height: 99px;
	float: left;
}
.footer .footer-top .container .wx .tips>p{
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
}
.footer .footer-top .container .wx .tips>p:first-child{
	margin-top: 11px;
}
.footer .footer-bottom{
	width: 100%;
	min-width: 1200px;
	height: 99px;
	background: #313131;
}
.footer .footer-bottom>.container{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 81px;
	padding-top: 24px;
}
.footer .footer-bottom .container>p{
	font-size: 14px;
	color: #bababa;
	line-height: 20px;
	text-align: center;
}
.footer .footer-bottom .container>p>a{
	color: #bababa;
}