﻿.bgf6{
	background-color: #f6f6f6;
}

.head{
    background-image: url(../image/head_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
	background-size: cover;
}
.logo{
    border-bottom: solid 1px #fff;
    height: 160px;
    text-align: center;
    background-image: url(../image/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.n/av{
	height: 65px;
	line-height: 65px;
}
.n/av ul li{
	float: left;
	font-size: 20px;
}
.n/av ul li a{
	color: #fff;
	display: block;
	padding: 0 28px;
	transition: .4s;
}
.n/av ul li a:hover{
	background-color: #1b3f9c;
	transition: .4s;
}


.wap-nav {
    width: 100%;
    height: 60px;
    border-bottom: 2px solid #0a53a5;
    padding: 0 12px;
    background-image: url(../image/head_bg.jpg);
    background-repeat: no-repeat;
}
.wap-nav .logo {
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 70%;
	background-image: url(none);
	border: none;
}
.wap-nav .logo img {
  max-width: 100%;
}
.wap-nav .menu {
  width: 40px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wap-nav .menu i {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: relative;
}
.wap-nav .menu i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #fff;
}
.wap-nav .menu i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #fff;
}
.wap-nav .menu.acti i {
  background: none;
}
.wap-nav .menu.acti i:after {
  transform: rotate(45deg);
  left: 0;
  top: 0;
}
.wap-nav .menu.acti i:before {
  transform: rotate(-45deg);
  left: 0;
  top: 0;
}
.wap-nav .wap-slide {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  background-color: #fff;
  z-index: 89;
  padding-bottom: 20px;
  display: none;
  border-top: 1px solid #0a53a5;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.wap-nav .wap-slide .list {
  width: 100%;
  padding: 10px 30px;
}
.wap-nav .wap-slide .list ul {
  width: 100%;
  margin: 0;
}
.wap-nav .wap-slide .list ul li {
  width: 100%;
  line-height: 60px;
  font-size: 14px;
  border-bottom: solid 1px #eee;
}
.wap-nav .wap-slide .list ul li:last-child{
	border: none;
}
.wap-nav .wap-slide .list ul li h4 {
  font-weight: normal;
  padding-left: 30px;
  font-size: 18px;
}
.wap-nav .wap-slide .list ul li h4 a {
  color: #0a53a5;
  text-decoration: none;
}






.foot_link{
    background-color: #1b3f9c;
    text-align: center;
    background-image: url(../image/foot_logo.png);
    background-repeat: no-repeat;
    background-position: center center;
	height: 170px;
}
.foot_link .wid{
	display: flex;
	justify-content:space-between;
}
.foot_link a{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	line-height: 170px;
}
.foot_link a:nth-child(4){
	padding-right: 80px;
}
.foot_link a:nth-child(5){
	padding-left: 80px;
}
.foot_link a:hover{
	color: #fff;
}
.foot_copy{
	font-size: 14px;
	line-height: 95px;
	background-color: #000;
	text-align: center;
	color: #fff;
}
.foot_copy span{
	padding: 0 20px;
}


@media screen and (max-width: 768px) {
	.wid, .wid2{
		width: 96%;
		margin: auto;
	}
	.foot_link{
		background-color: #1b3f9c;
		text-align: center;
		background-image: url(../image/foot_logo.png);
		background-repeat: no-repeat;
		background-position: center 4vw;
		background-size: 16%;
		height: auto;
		padding: 25% 2% 5% 2%;
	}
	.foot_link .wid{
		display: block;
		justify-content:space-between;
		flex-direction:row;
		flex-wrap: wrap;
	}
	.foot_link a{
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		display: inline-block;
		line-height: 4vw;
		text-align: center;
		padding: 2% 3%;
	}
	.foot_link a:nth-child(4){
		padding-right: 3%;
	}
	.foot_link a:nth-child(5){
		padding-left: 3%;
	}
	.foot_link a:hover{
		color: #fff;
	}
	.foot_copy{
		font-size: 12px;
		line-height: 3vw;
		background-color: #000;
		text-align: center;
		color: #fff;
		padding: 3% 3% 6% 3%;
	}
	.foot_copy span{
		padding: 2%;
	}
	.foot_copy span:first-child, .foot_copy span:nth-child(3){
		display: block;
	}
}

.wx {
    display: inline-block;
    position: relative;
}
#wx{
	width: 300px;
	display:none;
	position:absolute;
	left:-80px;
	top:-35px
	}