.flex{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
/*头部*/
.head {
	height: 90px;
	width: 100%;
	line-height:90px;
	font-size:18px;
	color:#000;
	color:#fff;
	position:fixed;
	position:absolute;
	/* background: #fff;
	background: #005bac; */
	z-index: 999;
	top:0;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.head-icon{
	cursor:pointer;
}
.head-search{
	cursor:pointer;
}
/*头部*/
/*wap头部*/
.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-wap {
	display: none;
}

.m_img {
	display: block;
	height: 54px;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	overflow: hidden;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}

.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: #000;
	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 #fff;
}

.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;
}

.icon {
	background: url(../image/plus.png) 100% no-repeat;
	background-position: 50% 50%;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}

.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;
	}

	.g_fnva,.fn_h,.head-wap {
		display: block;
	}

	.h_h {
		height: 54px;
	}
}
/*wap头部*/
/*底部*/
.foot{
	font-size:16px;
}
.foot-bottom{
	background-color:#1c1c1c;
	background-image: url('../image/footbg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	color:#b8b8b8;
	line-height:2;
	font-size: 16px;
}
.foot-bottom .container{
	padding:25px 0;
}
.foot-bottom .container span{
	padding-right:20px;
}
.foot-c{
	border-top: 1px solid #494949;
	border-bottom: 1px solid #494949;
}
.foot-bottom a{
	color:#b8b8b8;
}
.foot-bottom a:hover{
	color:#fff;
}
.foot-top{
	padding:100px 0;
	background:#1c1c1c;
}

.ft-left{
	width:70%;
}
.ft-p1{
	font-size:18px;
	color:#fff;
	padding-bottom:15px;
	border-bottom:2px solid #525252;
	width:300px;
	position:relative;
	margin-bottom:35px;
}
.ft-p1::after{
	content:'';
	display:block;
	position:absolute;
	bottom:-2px;
	width:75px;
	height:2px;
	background: #014bb1;
	transition:1s;
}
.ft-p1 span{
	font-size:14px;
	color:#525252;
	padding:0 10px;
}
.ft-p1:hover::after{
	width:100%;
}
.ft-p1:hover span{
	color:#fff;
}
/* .caidan-block{
	width:8%;
} */

.caidan-block a:hover{
	color:#999;
}
.caidan1{
	display:block;
	font-size:16px;
	text-align:left;
	margin-bottom:20px;
	color:#fff;
}
.caidan2{
	display:block;
	font-size:14px;
	text-align:left;
	margin-bottom:15px;
	color:#b8b8b8;
}
@media(max-width:1000px){
	.foot-top{
		padding:20px 0;
	}
	.foot-bottom{
		padding:20px;
	}
	.ft-left,.ft-right{
		width:100%;
		margin-top:20px;
	}
	.caidan2{
		display:none;
	}
	.caidan-block{
		width:calc(100% / 3);
	}
	
	.caidan-block:last-child{
		width:100%;
	}
}
/*底部*/

/*头部下拉*/
.rn{
  width:100vw;
  height:100vh;
  position:fixed;
  z-index: 99;
  background: #fff;
  display: none;
}
.rightnav{
  width:100%;
  height: 100%;
  box-sizing: content-box;
  display:flex;
  flex-wrap:wrap;
}
.rnav{
  flex:1;
  text-align: center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  position: relative;
  border-right: 1px solid #f0f0f0;
}
.rnav1{
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  transition:0.4s;
}
.rnav1:before{
    content: '';
    display: block;
    width: 1px;
    height: 62px;
    background-color: #014bb1;
    margin: 0 auto 25px;
    opacity: 0;
    transition:0.4s;
}
.rnav:hover .rnav1:before{
    opacity: 1;
}
.rnav:hover .rnav1{
    top: 25%;
}
.hcaidan1{
  width: 100%;
  display: block;
  margin: 30px 0 29px;
  text-align: center;
  font-size: 22px;
  color: #545454;
  font-weight: 800;
}
.hcaidan1 p{
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  font-size: 56px;
  line-height: 56px;
  color: #014bb1;
  font-family: DINEng;
  text-align: center;
  margin-bottom: 30px;
}
.hcaidan2{
  width: 100%;
  display: block;
  color: #9a9a9a;
  padding:10px 0;
}

/*搜索下拉*/
.head-search{
	position: relative;
}
.head-search form {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    height: 60px;
    display: none
}

.head-search form .con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}

.head-search form .con input {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    padding: 0 10px;
    border-top: 1px solid #ddd;
    border: none;
}

.head-search form .con button {
    width: 60px;
    height: 60px;
    background-color: #014bb1;
    position: relative;
    border: none;
	color:#fff
}

.head-search form .con button i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.head-nav{
	margin:0 30px;
	position: relative;
	color:#fff;
}
.head-nav:hover{
	color:#60b5ff;
}
.head-nav-list{
	position: absolute;
	width:100%;
	background: #fff;
	top:90px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	display: none;
	overflow: hidden;
}
.nav-right li{
	position: relative;
	list-style: none;
}
.head-nav-list a{
	font-size:14px;
	display: block;
	text-align: center;
	height: 50px;
	line-height:50px;
}
.head-nav-list a:hover{
	background: #0759a0;
	color:#fff;
}
@media(max-width:1300px){
	.head-nav{
		margin:0px 15px;
	}
}
@media(max-width:1100px){
	.head-nav{
		margin:0 10px;
	}
}
svg.icon{
	background: none;
}
.foot-icon {
    margin-top: 20px;
    width: 150px;
}
.flex-bt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-tab {
    cursor: pointer;
}
.foot-icon-bottom {
    margin-top: 10px;
}
.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:10px 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;
	}
	.foot-bottom .container{
		padding: 20px;
	}
}
.footer{
	background-image: url(../image/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.footer-top{
	padding:50px 0;
}
.footer-bottom{
	border-top: 2px solid hsla(0, 0%, 100%, .1);
	padding:30px 0;
	font-size:18px;
	color:#fff;
}
.footer-bottom .footer-bottom-left span{
	margin-left:10px;
}
.footer-bottom a{
	color:#fff;
}
.footer-bottom a:hover{
	color:#60b5ff;
}
.footer-top .txt .t {
    color: #fff;
    display: block;
    font-size:22px;
    line-height:1;
    margin-bottom:20px;
}
.footer-top .txt .des {
    font-size: 18px;
    line-height:2;
	color:#fff;
}
.footer-top .txt .des a{
	font-size: 18px;
	line-height:2;
	color:#fff;
}
.footer-top .qr{
    margin-top:25px;
}
.qrul{
    display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.qrul li{
    width:calc((100% - 20px) / 3);
}
.qr_box img{
	display: block;
	width:100%;
}
.qr_box span{
	display: block;
	text-align: center;
	color:#fff;
	padding:10px 0;
}
.footer_top_right{
	width:calc(100% - 500px);
	padding-top: 80px;
}
.footer_nav,.footer_nav1,.footer_nav2{
	display: block;
	color:#fff;
}
.footer_nav1{
	font-size:17px;
	margin-bottom: 15px;
}
.footer_nav2{
	font-size:15px;
	margin-bottom: 10px;
}
.footer_nav a:hover{
	color:#60b5ff;
}
@media(max-width:1000px){
	.footer_top_right{
		display: none;
	}
	.footer-top{
		padding:60px 0 0;
	}
	.footer-bottom{
		font-size:14px;
	}
	.footer-bottom .footer-bottom-left span{
		margin-left:0;
	}
}