/*logo及导航*/
header{
	position: relative;
}
.head1{
	background: rgba(255,255,255,0.6);
	position: absolute;
	z-index: 3;
	width: 100%;
}

.head1-1{
    width: 31%;
	float: left;
    padding-top: 1.4% ;
    padding-bottom: 0.8%;
}
.head1-2{
	width: 69%;
	float: right;
}
.head1-2 ul li{
	float: left !important;
    width: 20%;
	text-align: center;
}

.head1-2 ul li a{
	font-size: 20px;
	color: #0e0e0e;
	display: inline-block;
    padding: 25% 15%;
}
.head1-2 ul li a:hover{
	color: white;
	background: #3a66a9;
}
.header2at .header2a{
    	color: white;
	background: #3a66a9;
}
/*logo及导结束*/


/*底部*/
footer{
	background: #3a66a9;
	position:relative;
}
#cnzz_stat_icon_1278280608{
    position:absolute;
    top:92%;
    left:50%;
}
.foot{
	min-width: 320px;
	max-width: 1200px;
	margin: auto;
}
.foot1{
	padding-top: 4%;
	padding-bottom: 2%;
	border-bottom: 1px solid #d8d8d8;
}
.foot1-1{
	width: 33%;
	float: left;
}
.foot1-2{
	width: 33%;
	float: left;
}

.foot1-3{
    width: 27%;
	float: right;
}

.foot1-1 span{
	color: white;
	font-size: 24px;
	display: inline-block;
	margin-bottom: 4%;
}
.foot1-1 p{
	font-size: 14px;
	color: white;
	line-height: 2rem;
}
.foot1-2{
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding: 2% 0;
	text-align: center;
}
.foot1-2 img{
	width: 60%;
}
.foot1-3{

}
.foot1-3 img{
	width: 55%;
	float: right;
}
.foot1-3 p{
    width: 100%;
	float: right;
    text-align: right;
    padding-right: 18%;
    margin-top: 4%;
    color: white;
    font-size: 14px;
}

.foot2{
    min-width: 320px;
    max-width: 566px;
    margin: auto;
    padding: 1% 0;
}
.foot2 a{
    color: white;
    font-size: 12px;
    display: inline-block;

}
.foot2 a:nth-child(2){
    float: right;
}

/*底部*/


/*移动端头部*/
.head3{
	position: relative;
	display: none;
}
.head4{
    width: 62%;
    margin-top: 1.5rem;
    margin-left: 2rem;
	float: left;
}
.head5{
    width: 5rem;
    padding: 1.8rem 1.5rem;
    float: right;
    margin-top: 1%;
    box-sizing: content-box;
}
.head6 ul li{
	text-align: center;
	padding: 1rem;
}
.head6 {
        position: absolute;
    top: 100%;
    width: 100%;
    z-index: 3;
    background: black;
    display: none;
}
.head6 ul li{
	text-align: center;
	padding: 1rem;
}
.head6 {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 3;
    background: black;
    display: none;
}

header{
	position: relative;
}
.head6 ul li a{
	color: white;
	font-size: 2.5rem;
}
.li1 img{
	width: 3.5rem;
}
.li1 span{
	font-size: 3.2rem;
	font-weight: 550;
	color: #3a66a9;
}

.li1 div *{
	display: inline-block;
	vertical-align: middle;
}

/*移动端头部*/



/*移动端底部*/
.gd{
	position: fixed;
	width: 100%;
	background: #3a66a9;
	bottom: 0;
	z-index: 3;
	padding: 1.4rem 0;
	display: none;
}
.gd1{
	width: 45%;
	float: left;
	margin-left: 3%;
	text-align: center;
}
.gd1 a{
	color: white;
	font-size: 2rem;
}
.gd1 span{
	color: white;
	font-size: 3rem;
}
.gd1 *{

	vertical-align: middle;
}
.gd1 img{
	width: 15%;
}


/*移动端底部*/



@media screen and (max-width: 1200px) {
.head3{
	display: block !important;
}
.head1{
	display: none !important;
}

.gd{
	display: block !important;
}
footer{
	display: none !important;
}
}