.banner  {
	background-color: #fff;
}
* {
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑";
}



@font-face {
	font-family: 'iconfont';

	src: url('../css/iconfont.eot');
	src: url('../css/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../css/iconfont.woff2') format('woff2'),
		url('../css/iconfont.woff') format('woff'),
		url('../css/iconfont.ttf') format('truetype'),
		url('../css/iconfont.svg#iconfont') format('svg');
  }
  .iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
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;
}
body {
	background-color: #fff;
}
.container {
	width: 1600px;
	margin: 0 auto;
}

.clearfix:after {
	display: table;
	content: "";
	clear: both;
}

.head {
	
	width: 100%;
	/* background-color: #e2d8d8; */
	
}

.head-tp {
	padding: 10px 0;
	
}
.head .logo {
	
	width: 80px;

}
.head-tp h6 {
	width: 2px;
	height: 80px;
	background-color: #e5e5e5;
	margin:0 10px;
}
.head-tp h4 {
	font-size: 24px;
	line-height: 60px;
}
.head-tp p {
	font-size: 12px;
	color: #6b6b6b;
	text-indent: 2em;
	line-height: 0;
}
.head .logo img {
	width: 100%;
}
.head-tp  a{
	line-height: 80px;
	height: 80px;
	color: #8a8a8a;
	font-weight: 300;
}
.head-tp i {
	font-style: normal;
	border: 1px solid #e5e5e5;
	border-radius: 15px;
	padding: 0 10px;
	
}
.head-tp .ingtab a:nth-child(2)，
.head-tp .ingtab a:nth-child(3){
	display: inline-block;
	width: 20px;
	height: 20px;

}
.head-tp .ingtab a:nth-child(2){
	background: url(../images/public/c.png) no-repeat;
	background-size: 20px;
	color: transparent;
	background-position: center;
	
	
}
.head-tp .ingtab a:nth-child(3){
	background: url(../images/public/e.png) no-repeat;
	background-size: 16px;
	color: transparent;
	background-position: center;

}
.head-bd {
	background-color: #000000;
}



.head .nav {
	width: 100%;
	
}
.head .nav .dropdown   {
	width: 14.28%;
	text-align: center;

}
.head .nav .dropdown:hover{
	background-color: #e5000d;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
	opacity: 0.9
}
.head .nav .dropdown.active {
	background-color: #e5000d;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.head .nav1>a {
	display: block;
	font-size: 14px;
	height: 47px;
	line-height: 47px;
	padding: 0;
	color: #fff;

}


.head .nav li a.active {
	/* color: #f4f4f4; */
	
	color: #fff;
	
	
}

.lng_btn {
	height:60px;
	line-height: 70px;
}
.lng_btn a:nth-child(1){
	display: inline-block;
	background: url(../images/public/c.png) no-repeat;
	height: 25px;
	width: 25px;
	background-size: 25px;
vertical-align: middle;
background-position: center;
font-size: 0;
}
.lng_btn a:nth-child(2){
	display: inline-block;
	background: url(../images/public/e.png) no-repeat;
	background-position: center;
	height: 25px;
	width: 25px;
	background-size: 18px;
	vertical-align: middle;
	font-size: 0;
}





#wap_head {
	display: none;
}

#wap_head header {
	background-color: #e5000d;
	box-sizing: border-box;
	padding: 5px 10px;
}

#wap_head header .logo {
	display: block;
	
}
#wap_head header .logo img {
	width: 60px;
}
#wap_head header .logo a {
	display: block;

}

#wap_head header #menu {
	background-color: #e5000d;
	border: 0px;
	outline: none;
	cursor: pointer;
}

#wap_head header #menu i {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	line-height: 50px;
	margin: 6px 0px;
	color: #FFFFFF;
}

body.nav-open #wap_head header #menu i {
	background-color: #e5000d;
}



#wap_head aside {
  position: fixed;
  box-sizing: border-box;
  height: 100%;
  width: 300px;
  color: #fff;
  right: -100%;
  z-index: 20;
  background-color:rgba(0, 0, 0, 0.7);
  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: #fff;
  	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;
}



.dropdown {
position: relative;
z-index: 4;
}

.nav_two{

	/* padding-top: 14px; */
	position: absolute;
	z-index:3;
	width: 240px;
	background: rgba(255,255,255, 0.7);
	padding-bottom: 10px;
	margin-top: 1px;
}
.nav_two li  {
margin:0 14px;
padding: 10px 0;
border-bottom: 1px solid #65395b;
cursor: pointer;
}

.nav_two li:hover {
	border-bottom: 1px solid #e5000d;

	
}
.nav_two li:hover a {
	color: #e5000d;
}
.nav_two li a {
	color: #000;
	font-weight: 400;	
	font-size: 14px;
	
}




@media screen and (max-width: 1630px) {
	.container {
		width: 1400px;
	}

	

}

@media screen and (max-width: 1430px) {
	.container {
		width: 1200px;
	}
	
	

	
}

@media screen and (max-width: 1230px) {
	.container {
		width: 1000px;
	}

	
	
}

@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;
		
		
	}
}
@media screen and (max-width: 800px) {
	
}
@media screen and (max-width: 600px) {

	#wap_head aside {
		width: 100%;
	}
}
.lang a:nth-child(1)::after{
	content: "丨";
}


.lng_btn ul{
	
	line-height: 60px;
	
}
