body,html{width: 100%;overflow-x: hidden;}
body{margin:0px; padding:0px; line-height:180%;}
body, button, input, select, textarea { font-size:12px; font-family:tahoma,"Microsoft Yahei",arial}
form,ul,li,p,h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px;}
li{ list-style:none; list-style-position:outside;}
p{ margin:0px; padding:0px;}
img{border:none;}
img, input{ vertical-align:middle; padding:0px; margin:0px;}
td img{ max-width:none;}
a {text-decoration:none;color: #333;}
a:hover{text-decoration:none;}
font{ font-family: "Microsoft YaHei";font-size: 14px;}
tt{font-family: "microsoft yahei"; }
.clear{clear: both;}
.center_line{display: table-cell;text-align: center;vertical-align: middle;}
.bodydiv{width: 1200px;margin: 0 auto;}
.header{
	width: 100%;
	height: 70px;
	background: rgba(255,255,255,0.08);
	position: fixed;
	top: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	box-sizing: border-box;
	transition: 1s;
	z-index: 999;
}
.header .logo{
	width: 10%;
	height: 70px;
	line-height: 0px;
	float: left;
	text-align: center;
}
.header .logo_img{
	display: block;
	margin: 25px auto;
	width: 66px;
}
.header .logo_img img{
	width: 100%;
	height: 100%;
}
.header .logo_img img:last-child{
	display: none;
}
.header .logo_name{
	float: left;
	height: 40px;
	margin-top: 15px;
	color: #FFF;
	border-left: 1px solid #FFF;
	padding-left: 3%;
	line-height: 40px;
}
.header .logo_name h6{
	font-size: 15px;
	line-height:120%;
	font-weight: normal;
	letter-spacing: 2px;
}
.header .logo_name p{
	font-size: 14px;
	text-align: right;
	letter-spacing: 1px;
}
.header .header_list{
	height: 70px;
	position: absolute;
	right: 200px;
}
.header .header_list ul{
	width: 100%;
	height: 70px;
	float: right;
}
.header .header_list .list_father{
	height: 70px;
	padding: 0px 30px;
	float: left;
	line-height: 70px;
	font-size: 14px;
	transition: 0.6s;
}
.header .header_list .list_father:hover{
	background: rgba(55,102,254,0.7);
}
.header .header_list .list_father:hover a{
	color: #FFF;
}
.header  .list_father_a{
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
	transition: 0.6s;
} 
.header  .list_son{
	width: 100%;
	height: auto;
	background: rgba(255,255,255,0.08);
	position: absolute;
	top: 70px;
	left: 0px;
	text-align: center;
	transform: rotateX(90deg);
	transition: 0.6s;
}
.header  .list_son li{
	display: inline-block;
	padding: 0px 20px;
}
.header  .list_son li a{
	color: #FFFFFF;
}
.header .list_father:hover .list_father_a{
	color: #000;
}
.header .header_list .on{
	background: rgba(55,102,254,0.7);
}
.header .header_language{
	width: 120px;
	position: absolute;
	right: 60px;
}
.header .header_language ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.header .header_language li{
	width: 50%;
	height: 20px;
	line-height: 20px;
	margin-top: 25px;
	font-size: 14px;
	text-align: center;
	float: left;
	border-right: 1px solid #FFFFFF;
	box-sizing: border-box;
	position: relative;
}
.header .header_language li a{
	color: #FFFFFF;
	transition: 0.6s;
}
.header .header_list .on .list_father_a{
	color: #FFFFFF;
}
.header .header_language li:last-child{
	border: none;
}

/* 移动开关 */
.header .iconate .guan{
	display: none;
}
.header .iconate .kai img:first-child{
	display: block;
}
.header .iconate .guan img:first-child{
	display: block;
}
.header .iconate .kai img:last-child{
	display: none;
}
.header .iconate .guan img:last-child{
	display: none;
}

.header_top .iconate .kai img:first-child{
	display: none;
}
.header_top .iconate .guan img:first-child{
	display: none;
}
.header_top .iconate .kai img:last-child{
	display: block;
}
.header_top .iconate .guan img:last-child{
	display: block;
}
/* 移动结束 */

.header_top{
	background: #FFF;
}
.header_top .iconate{
	color: #000;;
}

.header_top .logo_img img:first-child{
	display: none;
}
.header_top .logo_img img:last-child{
	display: block;
}
.header_top .list_father a{
	color: #000;
}
.header_top .header_list .on{
	background: rgba(55,102,254,0.7);
}
.header_top .header_language li a{
	color: #000;
}
.header_top .on a{
	color: #FFF;
}
.header_top .header_language li{
	border-right: 1px solid #000;
}
.header_top .logo_name{
	color: #000;
	border-left: 1px solid #000;
}


/*底部*/
.footer{
	width: 100%;
	background: #101024;
	color: #FFFFFF;
	padding:40px 0px;
	box-sizing: border-box;
	background: rgba(16, 16, 36, 1);
	padding: 70px 0px;
}
.footer .bodydiv{
	width: 1000px;
	display: flex;
}
.footer .f_logo{
	width: 30%;
	height: 100%;
	text-align: center;
}
.footer .f_logo img{
	width: 140px;
}
.footer .f_text{
	width: 70%;
	height: 100%;
}

.f_text li{
	padding: 10px 0px;
	display: flex;
	justify-content: center;
}
.f_text li:first-child font{
	border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.f_text li a{
	display:block;
	height: 15px;
	line-height: 15px;
	padding: 0px 15px;
	font-size:14px;
	font-family: Helvetica;
	font-weight:400;
	color:rgba(247,247,247,1);
	border-left: 1px solid #FFF;
}
.f_text li a:first-child{
	border: none;
}
.f_text li img{
	max-width: 100%;
	height: 14px;
}
.f_text .email{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0px 0px;
}
.f_text .email img{

	margin: 10px 0px;
}
.iconate{
	display: none;
}

/* 底部响应式 */
@media screen and (min-width: 800px) and (max-width:1000px){
	.footer{
		padding: 20px 0px;
	}
	.footer .bodydiv{
		width: 100%;
	}
	.footer .f_logo{
		width: 20%;
	}
	.footer .f_text{
		width: 80%;
	}
}
@media screen and (min-width: 760px) and (max-width:991px ){
	.header .header_list .list_father{
		padding: 0px 20px;
	}
}
@media screen and (max-width: 760px){
	.footer{
		padding: 20px 0px;
	}
	.header .logo{
		width: 16vw;
		display: flex;
		align-items: center;
	}
	.header .logo_img{
		width: 10vw;
	}
	.footer .bodydiv{
		width: 100%;
		flex-wrap: wrap; 
	}
	.footer .f_logo{
		width: 100%;
	}
	.footer .f_logo img{
		width: 100px;
	}
	.footer .f_text{
		width: 100%;
	}
	.f_text li{
		padding: 5px 0px;
		flex-wrap: wrap;
	}
	.footer .f_text{
		margin-top: 20px;
	}
	.f_text li font{
		display: inline-block;
		height: 15px;
		line-height: 15px;
		padding: 0px 15px;
		margin:5px 0px;
		font-size:12px;
		font-family:PingFangSC-Regular;
		font-weight:400;
		color:rgba(247,247,247,1);
	}
	.iconate{
		display: block;
		width: 30px;
		height: 24px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0%,-50%);
		font-size: 34px;
		color: #FFF;
		padding: 0% 4%;
		text-align: center;
	}
	.iconate .kai img{
		width: 28px;
	}
	.iconate .guan img{
		width: 24px;
		margin: 0 auto;
	}
	.header_list{
		width:100%;
		height: 140px !important;
		right: 0vw !important;
		position: absolute;
		top: 70px;
		display: none;
	}
	.header_list ul{
		width: 100%;
		height: 140px !important;
		display: flex;
		flex-wrap: wrap;
	}
	.header_list ul li{
		width: 100%;
		height: 60px;
	}
	.header  .header_list .on{
		background: #D2D2D2;
		color: #000;
	}
	.header .header_list .on .list_father_a{
		color: #000;
	}
	.header .list_father_a{
		color: #000;
		text-align: center;
	}
	.header .header_list ul{
		background: #FFF;
	}
	.header .header_language{
		width: 60px;
	}
	.header .header_language li{
		border-right: none;
	}
	.header_language .chinese{
		display: none;
	}
	.f_text li a{
		font-size: 12px;
		margin: 5px 0px;
	}
	.f_text li img{
		max-width: 98%;
		height: 12px;
	}
}
