﻿body{font-family: Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,Hiragino Sans GB W3,WenQuanYi Micro Hei,sans-serif;}
#header{
	height: 68px;
	background: #FFFFFF;
	width: 100%;
	z-index: 999;
    position: fixed;
    box-shadow: 0 2px 3px rgb(96 96 96 / 10%);
}
.logo{
	height: 68px;
	font-size: 30px;
	line-height: 68px;
	text-align: center;
	color: rgba(255,255,255,0.78);
}
.logo img{
	height: 53px;
	margin-top: 8px;
}
.headerList>li{
	float: left;
}
.headerList>li>a{
	height: 68px;
	padding: 0 30px;
	line-height: 68px;
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	display: block;
}
.headerList>li.active>a{
	color: #4B6AA1;
	position: relative;
}
.headerList>li.active>a:after{
	content: '';
	width: 34px;
	height: 4px;
	background: #4B6AA1;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.banner1 {
		padding-top: 69px;
	}

.footer{
	background: #000;
	padding-top: 16px;
	padding-bottom: 16px;
}
.footer .p01{
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	line-height: 1.5;
	text-align: left;
	font-weight: 300;
}
.footer .p02{
	font-size: 16px;
	color: rgba(255,255,255,0.3);
	font-weight: 300;
	text-align: left;
	margin-top: 8px;
}

.headerMobile{
	display: none;
}
.headerBottom{
	display: none;
}

.language_1{
	float: right;
	margin-top: 23px;
	margin-left: 20px;
}
.language_1>a{
	height: 20px;
	width: auto;
	font-size: 14px;
	line-height: 20px;
	padding: 0 8px;
	opacity: .6;
	position: relative;
	display: block;
	float: left;
}
.language_1>a:hover{
	opacity: 1;
}
.language_1>a.current{
	opacity: 1;
}

.language_1>a>.s_line{
	display: block;
	height: 13px;
	width: 1px;
	background: #000;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6.5px;
	opacity: .5;
}
@media (max-width: 767px) {
	
	#header{
		display: none;
	}
	.headerMobile{
		display: block;
		height: 56px;
		background: #fff;
		width: 100%;
		z-index: 999;
    	position: fixed;
    	box-shadow: 0 2px 3px rgb(96 96 96 / 10%);
	}
	.headerTop{
		width: 87.5%;
		margin: 0 auto;
		height: 56px;
    	display: flex;
    	justify-content: space-between;
	}
	.headerTop a{
		display: flex;
   	 	height: 100%;
    	justify-content: space-between;
    	align-items: center;
	}
	.logo_tel{
		height: 40px;
	}
	.logo_tel img{
		height: 40px;
	}
	.menuRight{
		width: 20px;
    	height: 56px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
	}
	.menuRight img{
		width: 100%;
	}
	.banner1 {
		padding-top: 56px;
	}
	.headerBottom{
		position: fixed;
	    top: 56px;
	    left: 0;
		width: 100%;
		z-index: 3;
		background: #fff;
		display: none;
		height: calc(100% - 40px);
		
	}
	.headerBottom a{
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding-left: 31px;
		display: block;
		border-bottom:1px solid rgba(210,210,210,1);
		background: #FAFAFA;
	}
	.headerBottom a:hover{
		background: #F5F5F5;
	}
	.headerBottom a span{
		float: right;
		margin-right: 29px;
		height:15px ;
	}
	.headerBottom a span img{
		height: 100%;
	}
	.footer{
		padding-top: 40px;
		height: auto;
		padding-bottom: 40px;
	}
	.footer .p01{
		font-size: 12px;
		color: rgba(255,255,255,0.6);
		text-align: left;
	}
	.footer .p02{
		font-size: 12px;
		color: rgba(255,255,255,0.3);
		text-align: left;
		margin-top: 20px;
	}
	.m-cur-lang {
		padding: 20px 0;
		text-align: center;
	  }
	  .m-cur-lang .img1 {
		margin-right: 10px;
		width: 17px;
		height: 14px;
		vertical-align: middle;
	  }
	  .m-cur-lang span {
		color: #666;
		font-size: 14px;
		vertical-align: middle;
	  }
	  .m-cur-lang .img2 {
		margin-left: 5px;
		width: 7px;
		height: 4px;
		vertical-align: middle;
	  }
	  .m-lang{
		  display: block;
	  }
	  .m-lang-ul {
		display: none;
	  }
	  .m-lang-li {
		padding-left: 0;
		height: 50px;
	  }
	  .headerBottom .m-lang-ul a span{
		  float: none;
	  }
	  .m-lang-li:nth-child(odd) a {
		background-color: #fafafa;
	  }
	  .m-lang-li:nth-child(even) a{
		background-color: #fff;
	  }
	  .m-lang-li a {
		text-decoration: none;
	  }
	  .m-lang-li img {
		margin-right: 10px;
		width: 17px;
		height: 14px;
		vertical-align: middle;
	  }
	  .m-lang-li span {
		color: #333;
		font-size: 14px;
		vertical-align: middle;
	  }
}