
/***************header****************/
.header{
	min-width: 1200px;
}
.logo{
	width: 100%;
	margin: auto;
	position: relative;
	margin-top: 60px;
}
.content{
	margin-top:15px;
}
.logo img{
	display: block;
	margin: auto;
}
.nav{
	width: 100%;
	height: 85px;
	margin-top: 30px;
}
.nav ul{
	/*width: 1100px;*/
	height: 85px;
	/*margin: auto;*/
	margin-left:80px;
	/*text-align: center;*/
	font-family: arial;
	font-size: 0;
}
.nav ul >li{
	width: auto;
	height: 85px;
	line-height: 85px;
	font-family: Poppins,Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	position: relative;
	padding: 0 19px;
	display: inline-block;
}

/*.nav ul >li:nth-child(1){
	margin-left: 0px;
}*/
.nav ul >li a{
	color: #696969;
	cursor: pointer;
}
.nav ul >li a.active{
	color: #00a5a3;
}
.nav ul >li a:hover{
	color: #00a5a3;
}

/*********中英文切换**********/
.leg_btn{
	width: 120px;
	position: absolute;
	right: 65px;
	top: -10px;
	font-family: "微软雅黑";
}
.leg_btn a{
	cursor: pointer;
	color: #000000;
	font-size: 18px;
	/*font-family: "黑体";*/
}
.leg_btn a:hover{
	color: #00a5a3;
}
.leg_btn a.active{
	color: #00a5a3;
}
.content{
	min-width: 1200px;
}
/**********************底部******************/
.footer{
	width: 100%;
	min-width:1200px;
	height: 236px;
	background-color: #efefef;
}
.footer .logo{
	width:570px;
	font-size: 52px;
	font-family: "黑体";
	color: #ffffff;
	margin:auto;
	text-align: center;
	margin-top: 36px;
	margin-bottom: 30px;
}
.footer .stay_tuned{
	width:570px;
	height: 80px;
	line-height: 80px;
	border-top: 1px solid #91d8d7;
	border-bottom: 1px solid #91d8d7;
	margin: auto;
	color: #ffffff;
}
.footer .stay_tuned ul{
	display: flex;
	justify-content: center;
}
.footer .stay_tuned ul li{
	margin:auto 16px;
}
.footer .stay_tuned ul li:nth-child(1){
	font-family: "黑体";
	font-size: 22px;
}
.footer .stay_tuned ul li a img{
	margin-top: -1px;
}



#erweima{
	width: 150px;
	height: 150px;
	bottom: 35px;
	right: 30px;
	position: fixed;
	z-index: 1000;
}
#erweima img{
	width: 150px;
	height: 150px;
}
.frow{
	width:60%;
	height:100%;
	margin:auto;
}
.fcol{
	height:100%;
}
.fdiv{
	width:100%;
	background-color: #efefef;
	height:300px;

}
.frow ul li{
	margin-top:22px;
}
.ful{
	padding-top:35px;
}
.fuli{
	color:gray;
}
.fa{
	text-decoration:none;
	color:gray;
}
.doubleText{
	position: absolute;
	left:35%;
	width:30%;
	height: 500px;
	z-index: 9999;
	color:white;
}
.doubleContent{
	width:80%;
	padding:10%;
	background-color: rgba(139,75,58,0.7);
	font-size: 15px;
	margin-top:30px;
}
.onetext{
	text-align: center;
	margin-top:30px;
	font-size: 2rem;
}
.twotext{
	text-align: center;
	margin-top:30px;
	font-size: 1.25rem;
}
























