* {
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑";
}

body {
	overflow-x: hidden;
	width: 100%;
}

.none {
	-webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
}

@font-face {
	font-family: pingfangb;
	src: url(../font/PingFang_Bold.ttf);
}

@font-face {
	font-family: pingfangr;
	src: url(../font/PingFang_Regular.ttf);
}

@font-face {
	font-family: pingfangm;
	src: url(../font/PingFang_Medium.ttf);
}


.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.container {
	width: 1400px;
	margin: 0 auto;
}

.container_b {
	width: 1600px;
	margin: 0 auto;
}


/* header样式 */

header{
	width: 100%;
	height: 110px;
	background-color: #ffffff;
	position: relative;
}



/* nav导航样式 */

header .logo {
	padding-top: 16px;
}

header .logo_txt {
	font-family: "黑体";
	font-size: 18px;
	color: #009fe8;
	line-height: 24px;
	padding-left: 20px;
	border-left: 1px solid #e6e6e6;
	width: 234px;
	margin-top: 30px;
	margin-left: 20px;
}

header nav{
	width: 100%;
	margin: auto;
}

header nav .r>ul>li {
	float: left;
}

header nav .r>ul>li a {
	display: block;
	font-family: pingfangm;
	font-size: 18px;
	color: #000000;
	line-height: 110px;
	padding: 0 27px;
}

header nav .r>ul>li a.active {
	color: #FFFFFF;
	background-color: #009fe8;
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

header nav .r .header_tel {
	font-family: pingfangm;
	font-size: 18px;
	color: #009fe8;
	line-height: 110px;
	padding-left: 28px;
	background-image: url(../images/header_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 37px;
}

header nav .r .lang {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 110px;
	width: 110px;
	z-index: 5;
	transform-style: preserve-3d;
}

header nav .r .lang li {
	height: 110px;
	transition: 0.5s;
	-webkit-transform-origin-z: 55px;
	transform: rotateX(0deg);
	transform-style: preserve-3d;
	float: none;
}

header nav .r .lang li a:first-child {
	background-image: url(../images/lang_more.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
}

header nav .r .lang li a:last-child {	
	transform: rotateX(90deg);
}

header nav .r .lang li a {
	transform-origin: top;
	transform-style: preserve-3d;
	display: block;
	padding: 0px;
	text-align: center;
	line-height: 110px;
	background-color: #FFFFFF;
}

header nav .r .lang:hover li {
	transform: rotateX(-90deg);
}



#wap_head {
	display: none;
}

#wap_head header {
	box-sizing: border-box;
	padding: 5px 10px;
}

#wap_head header .logo {
	display: block;
	margin-top: 10px;
	padding: 0px;
	box-shadow: none;
}

#wap_head header .logo a {
	display: block;
}

#wap_head header #menu {
	background-color: #FFFFFF;
	border: 0px;
	outline: none;
	cursor: pointer;
	margin-top: 15px;
}

#wap_head header #menu i {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	line-height: 50px;
	margin: 6px 0px;
	color: #000000;
}

body.nav-open #wap_head header #menu i {
	background-color: #CCCCCC;
}

#wap_head aside {
  position: fixed;
  box-sizing: border-box;
  height: 100%;
  width: 250px;
  color: #fff;
  right: -100%;
  z-index: 20;
  background-color: #FFFFFF;
  padding: 10px;
  -moz-transition: right 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
  -o-transition: right 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
  -webkit-transition: right 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
  transition: right 0.5s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
}

#wap_head aside .head_right {
	float: none;
}

#wap_head aside nav {
	float: none;
}

#wap_head aside nav li {
	display: block;
	float: none;
}
 
#wap_head aside nav li a {
	color: #000000;
	display: block;
    padding: 8px;
  	font-weight: 300;
  	-moz-transition: background-color 0.3s, color 0.3s;
  	-o-transition: background-color 0.3s, color 0.3s;
  	-webkit-transition: background-color 0.3s, color 0.3s;
  	transition: background-color 0.3s, color 0.3s;
}
 
/*#wap_head aside ul li a:hover { color: #fff; }*/
 
#wap_head aside .site-nav a { margin-bottom: 3px; }
 
#wap_head aside .site-nav a.active { background-color: rgba(0, 0, 0, 0.3); }
 
#wap_head aside footer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  padding-left: 10px;
}
 
#wap_head aside footer a { padding: 8px; }

#wap_head aside .nav>li>a {
	background-image: url(../images/public/arrowB.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
}

#wap_head aside .nav>li:first-child>a,
#wap_head aside .nav>li:last-child>a,
#wap_head aside .nav>li:nth-last-of-type(2)>a,
#wap_head aside .nav>li:nth-of-type(2)>a {
	background-image: none;
}

#wap_head .head_secnav {
	overflow: hidden;
	transition: all 0.4s linear;
	max-height: 0;
	-webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
}

#wap_head .head_secnav>ul li {
	background-color: #EEEEEE;
}

#wap_head .head_secnav>ul li a {
	margin-bottom: 0px;
	font-size: 14px;
	padding-left: 14px;
}

#wap_head aside .nav>li.active>a {
	background-image: url(../images/public/arrowB_t.png);
}

#wap_head aside .nav>li.active .head_secnav {
	max-height: 140px;
}

body.nav-open section {
  margin-right: 0;
}

body.nav-open aside {
  right: 0 !important;
}

@media screen and (max-width: 1730px ) {
	header nav .r {
		float: left;
	}
	
	header nav .r>ul>li a {
		padding: 0 24px;
	}
		
}

@media screen and (max-width: 1630px ) {
	header {
		height: auto;
	}
	
	.container_b {
		width: 1400px;
	}
	
	.header {
		
	}
		
}

@media screen and (max-width: 1450px) {
	.container_b {
		width: 1200px;
	}	
	
	.container {
		width: 1200px;
	}
	
	header .logo {
		margin-left: 0px;
	}
}

@media screen and (max-width: 1250px) {
	.container_b {
		width: 1000px;
	}
	
	.container {
		width: 1000px;
	}
	
	header nav .r>ul>li a {
		padding: 0 20px;
	}
	
}

@media screen and (max-width: 650px) {
	.container {
		width: 100%;
	}
	
	.container_b {
		width: 100%;
	}
	
	header {
		display: none;
	}
	
	#wap_head {
		display: block;
	}
	
	#wap_head header {
		display: block;
	}
	
	.main_top {
		display: none;
	}
}
