* {
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑";
}
.swiper-container-cube .swiper-cube-shadow {
	background-color: transparent !important;
}
@font-face {
	font-family: "pingfang";
	src: url('../font/PingFang Medium.ttf') format('truetype');
}

@font-face {
	font-family: "avg";
	src: url('../font/AVGARDN.ttf') format('truetype');
}


li {
	list-style: none;
}

a {
	text-decoration: none;
}

.col-md-1 {
	width: calc((100% / 12) * 1);
}

.col-md-2 {
	width: calc((100% / 12) * 2);
}

.col-md-3 {
	width: calc((100% / 12) * 3);
}

.col-md-4 {
	width: calc((100% / 12) * 4);
}

.col-md-5 {
	width: calc((100% / 12) * 5);
}

.col-md-6 {
	width: calc((100% / 12) * 6);
}

.col-md-7 {
	width: calc((100% / 12) * 7);
}

.col-md-8 {
	width: calc((100% / 12) * 8);
}

.col-md-9 {
	width: calc((100% / 12) * 9);
}

.col-md-10 {
	width: calc((100% / 12) * 10);
}

.col-md-11 {
	width: calc((100% / 12) * 11);
}

.col-md-12 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fn {
	float: inherit !important;
}

.container {
	width: 1600px;
	margin: 0 auto;
}

.clearfix:after {
	display: table;
	content: "";
	clear: both;
}

.head {
	height: 100px;
	width: 100%;
	background-color: #FFFFFF;
	
}

.head .logo {
	padding-top: 26px;
}

.head .logo img {
    display: block;
    /*width: 153px;*/
}

.head .nav {
	padding-top: 35px;
}

.head .nav .dropdown   {
	margin: 0 33px;
}

.head .nav li a {
	display: block;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	padding: 0;
}

.head .nav li a:hover {
	background-color: transparent;
	
}

.head .nav li a.active {
	/* color: #f4f4f4; */
	
	color: #fff;
	
}


.head .nav .nav_two a{
	font-size: 14px;
}
#wap_head {
	display: none;
}

#wap_head header {
	background-color: #ff6601;
	box-sizing: border-box;
	padding: 5px 10px;
}

#wap_head header .logo {
	display: block;
}
#wap_head header .logo img {
	width: 140px;
	padding-top: 3px;
}
#wap_head header .logo a {
	display: block;
}

#wap_head header #menu {
	background-color: #ff6601;
	border: 0px;
	outline: none;
	cursor: pointer;
}

#wap_head header #menu i {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	margin: 6px 0px;
	color: #FFFFFF;
}

body.nav-open #wap_head header #menu i {
	background-color: #ff6601;
}



#wap_head aside {
  position: fixed;
  box-sizing: border-box;
  height: 100%;
  width: 300px;
  color: #fff;
  right: -100%;
  z-index: 20;
  background-color:#ff6601;
  padding: 20px;
  -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 ul {
	float: none;
}

#wap_head aside ul li {
	display: block;
	float: none;
}
 
#wap_head aside ul li a {
	display: block;
    padding: 8px;
 	color: rgba(255, 255, 255, 0.7);
  	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,#wap_head aside .site-nav a:hover { 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; }

body.nav-open section {
  margin-right: 0;
}

body.nav-open aside {
  right: 0 !important;
}

.search{
	background: #d93267;
}
.lang{
	background: #fff;
	height: 100px;
	width: 120px;
	line-height: 100px;
	text-align: center;
}
.lang a {
	color: #ff6601 !important;
}
.dropdown {
position: relative;
z-index: 4;
}

.nav_two{
	padding-top: 35px;
	position: absolute;
	z-index:3;
	width: 240px;
	

}
.nav_two li  {

padding-top: 0;
/* border-bottom: 1px solid #fff; */

background: rgba(0,0,0, 0.3);
text-indent: 1em;

}
.nav_two li:hover a{
	color: #ff6601
}
.head .nav li .nav_two li a {
	color: #fff;
	font-weight: 400;	
	font-size: 14px;
	
}




@media screen and (max-width: 1630px) {
	.container {
		width: 1400px;
	}

	
	.search {
		width: 100px;
		
		height: 100px;
		line-height: 100px;
		
		text-align: center;
	}
	.lang {
		width: 120px;
		
		height: 100px;
		line-height: 100px;
		
		text-align: center;
	}
}

@media screen and (max-width: 1430px) {
	.container {
		width: 1200px;
	}
	
	.head .nav li a,
	.search,
	.lang {
		display: block;
		font-size: 14px;
		/*color: #fff !important;*/
	}
	.search,
	.lang {
		width: 70px;
		
		height: 100px;
		line-height: 100px;
		
		text-align: center;
	}
	.lang {
		width: 120px;
	}
	.head .nav li {
		margin-right: 20px;
	}
}

@media screen and (max-width: 1230px) {
	.container {
		width: 1000px;
	}
	.head .nav li {
		margin:0 18px !important;
	}
	
	
}

@media screen and (max-width: 1050px) {
	.container {
		width: 100%;

	}
	
	.dropdown .nav_two {
		display: none !important;
	}
	.col-sm-1 {
		width: calc((100% / 12) * 1) !important;
	}
	
	.col-sm-2 {
		width: calc((100% / 12) * 2) !important;
	}
	
	.col-sm-3 {
		width: calc((100% / 12) * 3) !important;
	}
	
	.col-sm-4 {
		width: calc((100% / 12) * 4) !important;
	}
	
	.col-sm-5 {
		width: calc((100% / 12) * 5) !important;
	}
	
	.col-sm-6 {
		width: calc((100% / 12) * 6) !important;
	}
	
	.col-sm-7 {
		width: calc((100% / 12) * 7) !important;
	}
	
	.col-sm-8 {
		width: calc((100% / 12) * 8) !important;
	}
	
	.col-sm-9 {
		width: calc((100% / 12) * 9) !important;
	}
	
	.col-sm-10 {
		width: calc((100% / 12) * 10) !important;
	}
	
	.col-sm-11 {
		width: calc((100% / 12) * 11) !important;
	}
	
	.col-sm-12 {
		width: 100% !important;
	}
	
	#wap_head {
		display: block;
		
		

	}
	#wap_head aside ul li a {
			font-size: 18px;
	}
	
}

@media screen and (max-width: 600px) {
	#wap_head aside {
		width: 100%;
	}
}
.lang a:nth-child(1)::after{
	content: "丨";
}

.lng_btn {
	height: 0px;
	margin-left: 20px;
}
.lng_btn ul{
	
	line-height: 60px;
	
}
