/* 声明字体图标 */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?kwzbjr');
  src:  url('../fonts/icomoon.eot?kwzbjr#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?kwzbjr') format('truetype'),
    url('../fonts/icomoon.woff?kwzbjr') format('woff'),
    url('../fonts/icomoon.svg?kwzbjr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
html{
	font-size: 10px;
}
/* 版心 */
.w {
	width: 120rem;
	margin: 0 auto;
}
/* 头部制作 */
.header{
	position: fixed;
	height: 10rem;
	width: 100%;
	background-color: #f1f1f1;
	z-index: 5;
}
.header .w{
	position: relative;
}
.language{
	position: absolute;
	top: 4.5rem;
	right: 1rem;
	font-size: 1.45rem;
}
.language a{
	margin-left: 0.5rem;
}
.logo{
	position: absolute;
	top: 3rem;
	height: 4rem;
	width: 12rem;
}
.logo a{
	display: block;
	height: 3.5rem;
	width: 12rem;
	background: url(../img/LOGO.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0;
}
.name{
	position: absolute;
	top: 2.5rem;
	left: 14.8rem;
	font-size: 2rem;
	color: black;
}
.en-name{
	position: absolute;
	top: 5.5rem;
	left: 14.8rem;
}
.nav{
	position: absolute;
	top: 4.5rem;
	right: 10rem;
	z-index: 3;
}
.nav>li{
	float: left;
	position: relative;
	margin-right: 4.5rem;
	/* height: 100px; */
}
.nav a{
	/* float: left; */
	font-size: 1.5rem;
}
.listAbout{
	display: none;
	position: absolute;
	padding-top: 3.5rem;
	left: -2.25rem;
	width: 10.5rem;
	text-align: center;
	line-height: 4rem;
	background-color: #F1F1F1;
}
.listAbout a{
	/* margin: 0; */
	font-size: 1.3rem;
}
.listTec{
	display: none;
	position: absolute;
	padding-top: 3.5rem;
	left: -2.25rem;
	width: 30rem;
	font-size: 1.5rem;
	text-align: center;
	line-height: 4rem;
	background-color: #F1F1F1;
}
.listTec ul{
	float: left;
	margin: 0 1.4rem;
}
.listTec a{
	font-size: 1.3rem;
}
.listCase{
	display: none;
	position: absolute;
	padding-top: 3.5rem;
	left: -2.5rem;
	width: 27rem;
	font-size: 1.4rem;
	text-align: center;
	line-height: 4rem;
	background-color: #F1F1F1;
}
.listCase ul{
	float: left;
	margin: 0 1.4rem;
}
.listCase a{
	font-size: 1.3rem;
}
.earth-icon::before{
	content: '\e9c9';
	font-family: 'icomoon';
}
/* 底部模块 */
.footer{
	height: 35rem;
	background-color: #f1f1f1;
}
.footer .w ul{
	float: left;
	margin-top: 8rem;
	margin-right: 7.5rem;
	margin-left: 4rem;
}
.footer .w ul li{
	margin-top: 1.5rem;
	font-size: 1.3rem;
}
.footer .w ul img{
	margin-top: 2.5rem;
	height: 12.5rem;
	width: 12.5rem;
}
.tel{
	margin-top: 1.5rem;
	font-size: 1.6rem;
}
.footer2{
	height: 5.5rem;
	background-color: #666666;
}
.footer2 p{
	text-align: center;
	line-height: 5.5rem;
	color: white;
}