.fn_h {
	height: 110px;
	display: none;
}

.g_fnva {
	position: fixed;
	z-index: 100;
	bottom: 0;
	width: 100%;
	background: #2a2a2a;
	display: none;
}

.m-f01 li {
	float: left;
	width: 25%;
	text-transform: uppercase;
	border-right: 1px  solid rgba(255,255,255,0.5);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.m-f01 li em {
	display: block;
	width: 45%;
	padding-top: 6px;
	margin: 0 auto;
}

.m-f01 li img {
	width: 24px;
	display: block;
	margin: 0 auto;
}

.m-f01 a {
	color: #fff;
	line-height: 30px;
	display: block;
	text-align: center;
	font-size: 14px;
	position: relative;
}

.h_h {
	height: 100px;
}
.head-d{
	height: 100px;
}
.head {
	height: 100px;
	width: 100%;
	position: fixed;
	/*position: absolute; */
	background: #fff;
	z-index: 999;
	top:0;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.head .wrap{
	align-items: center;
}
.head-right{
	align-items: center;
}
.head .logo {
	/* margin-top: 15px; */
}

.head .logo .logoimg1{
	display: block;
}
.head .logo .logoimg2{
	display: none;
}
.head .tel {
	font-size: 18px;
	color: #fff;
	padding:10px 20px;
	background: #3476f2;
	border-radius:5px;
	line-height: 1;
}
.head .tel  svg {
    fill: #055db3;
}
.head .tel b {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	line-height: 1;
}

.head .nav {
	display: block;
	width: 56%;
}

.head .nav ul li {
	float: left;
	position: relative;
	z-index: 999;
}

.head .nav ul li .f_a {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 100px;
	padding:0 20px;
}

.head .nav ul li:hover .f_a,.head .nav ul li.cur .f_a {
	color: #3476f2;
	transition: all .3s;
	font-weight: 800;
}

.head .nav ul li .s_navbox {
	display: none;
	position: absolute;
	left: -20%;
	min-width: 140%;
	background: #fff;
	z-index: 9;
	box-sizing: border-box;
	border-top:2px solid #3460f2;
}

.head .nav ul li .s_navbox .s_a a {
	color: #333;
	font-size: 16px;
	display: block;
	text-align: center;
	padding:15px 20px;
}

.head .nav ul li .s_navbox .s_a a:hover {
	background-color: #3460f2;
	color: #fff;
	transition: all .3s
}

.head-wap {
	display: none;
}

.m_img {
	display: block;
	height: 54px;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	overflow: hidden;
}

.m_img .headlf {
	padding-top: 7px;
	padding-left: 7px;
	float: left;
}

.m_img .headlf .m_logo {
	max-height: 40px;
	display: block;
}

.m_img .headrg {
	padding-right: 10px;
	padding-top: 15px;
	float: right;
}

.m_img .headrg a .m_menuimg {
	height: 22px;
	vertical-align: top;
	display: block
}

.m_nav {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	z-index: 10000
}

.m_nav .closecover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0b0d19;
	filter: alpha(opacity=0);
	opacity: 0;
	left: 0px;
	top: 0px;
	z-index: 1
}

.m_nav .closeicon {
	position: absolute;
	width: 20%;
	left: 0;
	top: 5%;
	z-index: 100;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0
}

.m_nav .m_navList {
	position: absolute;
	width: 80%;
	right: 0px;
	top: 0px;
	background: #0b0d19;
	height: 100%;
	z-index: 100;
	right: -80%;
	overflow-y: scroll;
}

.m_nav .m_navList ul {
	padding-left: 5%;
	padding-right: 5%
}

.m_nav .m_navList ul li {
	border-bottom: 1px solid #232530
}

.m_nav .m_navList ul li a {
	display: block;
	height: 45px;
	color: #fff;
	line-height: 45px;
	padding-left: 5%;
	font-size: 16px
}

.m_nav .m_navList ul li .m_f_a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.m_nav .m_navList ul li .m_f_a a {
	flex: 1;
}

.m_nav .m_navList ul li .m_f_a i {
	width: 40px;
	height: 35px;
	box-sizing: border-box;
	padding: 0 5px;
	display: block;
}

.m_f_a .icon {
	background: url(../image/plus.png) 100% no-repeat;
	background-position: 50% 50%;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}

.m_f_a .icon_on {
	background: url(../image/reduce.jpg) 50% no-repeat!important;
	background-position: 50% 50%;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}

.m_nav .m_navList ul li .m_s_nav {
	display: none;
	width: 100%;
}

.m_nav .m_navList ul li .m_s_nav a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding-left: 10%;
	overflow: hidden;
	white-space: nowrap;
	width: 90%;
	text-overflow: ellipsis;
}


@media (max-width: 1200px) {
	.head .tel {
		display: none;
	}
}

@media (max-width: 1024px) {
	.head{
		display: none;
	}
	.head-d{
		height:54px;
	}
	.g_fnva,.fn_h,.head-wap {
		display: block;
	}

	.h_h {
		height: 54px;
	}
}
.foot{
	background: #12253d;
}
.foot-left{
	width:calc(100% - 350px);
}
.foot-top{
	padding:70px 70px 50px 0;
	border-right: 1px solid #3e5065;
}
.foot-bottom{
	height:80px;
	line-height: 80px;
	border-top: 1px solid #3e5065;
	color:#727f8e;
	font-size:14px;
	margin-right:60px;
}
.foot-bottom a{
	color:#727f8e;
	padding-right:10px;
}
.foot-bottom span{
	color:#727f8e;
	padding-right:10px;
}
.foot-bottom-2{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.foot-bottom-2 img{
	margin:0 20px;
}
.foot-right{
	width:350px;
	padding: 30px 0 30px 30px;
	box-sizing: border-box;
	color:#fff;
}
.caidan1{
	color:#fff;
	font-size:16px;
	display: block;
	font-weight:800;
	margin-bottom: 30px;
	line-height: 1;
}
.caidan2{
	color:#727f8e;
	font-size:15px;
	display: block;
	margin-bottom:25px;
	line-height: 1;
}
.caidan2:hover{
	color:#fff;
}
.foot-p1{
	font-size:18px;
	font-weight: 800;
	margin-top:20px;
}
.foot-p1 span{
	font-size:22px;
}
.foot-icon{
	margin-top:20px;
	width:130px;
}
.foot-icon-bottom{
	margin-top:10px;
}
.foot-icon-bottom img{
	border-radius: 5px;
	display: block;
	width:100%;
}
.foot-tab{
	cursor:pointer;
}
.foot-tab-ewm{
	display: none;
}
.foot-tab-ewm-active{
	display: block;
}
.foot-tab-ewm img{
	display: block;
	width:100%;
}
.foot-tab-ewm p{
	text-align: center;
	padding:5px 0;
	color:#939fae;
}
.foot-p2{
	color:#939fae;
	line-height: 2;
}

@media(max-width:1600px){
	.foot-bottom-2{
		display: none;
	}
}

@media(max-width:1200px){
	.foot-top{
		display: none!important;
	}
	.foot-left{
		width:100%
	}
	.foot-right{
		width:100%
	}
}
@media(max-width:1000px){
	.foot-bottom{
		height:auto;
		line-height: 2;
		padding:20px 0;
		margin:0;
	}
}