@charset "UTF-8";

html,body,a,h1,h2,h3,h4,p,ul,li,div{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,p,ul,li,div{
	box-sizing: border-box;
}
body,input,textarea{
	font: 16px "微软雅黑";
	color: #000;
}
body{
    background: #f6f6f6;
}
a{
	text-decoration: none;
	color: #333;
    outline:none;
    background:none;
}
ul,li{
	list-style: none;
}
img{
	display: block;
	border: none;
}
h1,h2,h3,h4{
	font-weight: normal;
}
em,i{
	text-decoration:none; 
	font-style: normal;
}
input{
	border:none 0; 
	outline:none;
    background:none;
}
input::-ms-clear, input::-ms-reveal{display: none;}
textarea{ 
	font-family:"微软雅黑"; 
	color:#666; 
	font-size:12px; 
	outline: none;
}
.clearfix:before,.clearfix:after{ 
	content:""; 
	display:block; 
	height:0; 
	visibility:hidden; 
	clear:both; 
	overflow:hidden;
}
.clearfix{zoom:1;}


.banner{
	width: 100%;
	/*height: 100%;*/
	/*background: url(../img/banner1.png) no-repeat;*/
	background-size: cover;
}
.bannerin{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.navBox{
	width: 100%;
	height: 80px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.navWhite{
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 1px 4px #ccc;
    border-bottom:1px solid #dddddd;
}
.navWhite .nav{
	padding-top: 19px;
}
.nav,.nav2{
	width: 1200px;
	height: 80px;
	padding-top: 38px;
	margin: 0 auto;
}
.logo{
	width: 170px;
	height: 42px;
	float: left;
}
.nav ul{
	height: 42px;
	float: right;
	
}
.nav ul li{
	height: 42px;
	line-height: 42px;
	float: left;
	margin-left: 80px;
	color: #22194f;
}
.nav ul li a{
	color: #22194f;
}
.nav ul li:hover{
	border-bottom: 2px solid #22194F;
}
.nav ul li.navCur{
	border-bottom: 2px solid #22194F;
}

.footer{
	width: 1200px;
	height: 200px;
	padding: 44px 0;
	margin: 0 auto;
	color: #22194F;
}
.qr{
	width: 111px;
	height: 111px;
	float: left;
}
.qrDes{
	width: 300px;
	padding: 24px 30px;
	float: left;
}
.qrDes h3{
	font-size: 24px;
	padding-bottom: 6px;
}
.qrDes h4{
	font-size: 16px;
}
.copy{
	float: right;
	line-height: 110px;
}

.gongan {
	background-image: url('../img/ghs.png');
	background-repeat: no-repeat;
	background-position: right top;
}