.banner  {
	background-color: #f0f0f0;
}

@font-face {
  font-family: "pingfang";
  src: url("../font/PingFang Medium.ttf") format("truetype");
}
* {
	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;
	overflow-x: hidden;
}
.container {
	width: 1600px;
	margin: 0 auto;
}

.clearfix:after {
	display: table;
	content: "";
	clear: both;
}

.head {
	
	width: 100%;


}
.lang {
	background-color: #0080ca;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.tel-top  {
	background:url(../images/tel-i.png) no-repeat;
	background-position: left center;
	padding-left: 25px;
	
	font-weight: 300;


}
.tel-top  a {
	color: #fff;
}
.language a {
	display: inline-block;
	width: 100px;
	text-align: center;
	/*background: url(../images/public/cn.jpg) no-repeat;*/
	background: url(../images/sys.png) no-repeat;
	background-position: left center;
	background-size:25px;
	color: #fff;
	font-weight: 300;
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #f2f2f2;
}
.language a:nth-child(2) {
	background: url(../images/public/cn.jpg) no-repeat;
	background-position: left center;
	background-size:25px;
	border-right:0;
	margin-left: 25px;
	border-right: 1px solid #f2f2f2;
}
.language a:nth-child(3) {
	background: url(../images/public/en.png) no-repeat;
	background-position: left center;
	background-size:25px;
	border-right:0;
	margin-left: 25px;
}
.head-tp {
	padding: 10px 0 ;
}


.dropdown .nav_two{
	display: none
}
.head .logo img {
	width: 100%;
}
.head-logo {
	width: 10%;
}
.head-main {
	width: 90%;
}
.head-main ul {
	width: 100%;
}
.head .nav {
	padding-top: 10px;
}

.head .nav .dropdown   {
	width: 12.5%;
	text-align: center;
	
}
.head .nav .dropdown:hover .nav_two a{
	box-sizing: border-box;
	color: #000;

	
}
.head .nav .dropdown.active a {
	color: #0080ca;
	
	
}
.head .nav1>a {
	/* display: block; */
	font-size: 16px;
	height: 47px;
	line-height: 47px;
	padding: 0;
	color: #000;
	font-weight: 400;
	padding-bottom: 15px;

}




.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 {
	box-sizing: border-box;
	padding: 5px 10px;
	background:-webkit-linear-gradient(#0080ca,#fff);
 
　　background:-o-linear-gradient(#0080ca,#fff);
 
　　background:-moz-linear-gradient(#0080ca,#fff);
 
　　background:linear-gradient(#0080ca,#fff);
}

#wap_head header .logo {
	display: block;
	padding-top: 10px;
	
}
#wap_head header .logo img {
	width: 80px;
}
#wap_head header .logo a {
	display: block;

}

#wap_head header #menu {
	background-color:transparent;
	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:transparent;
}



#wap_head aside {
  position: fixed;
  box-sizing: border-box;
  height: 100%;
  width: 300px;
  color: #000;
  right: -100%;
  z-index: 20;
  
  background-color:#f5f5f5;
  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: #000;
  	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;
height: 50px;
}

.nav_two{

	/* padding-top: 14px; */
	position: absolute;
	z-index:3;
	width: 240px;
	
	background: rgba(05,128,202,0.8);
	padding-bottom: 10px;
	margin-top: 1px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.nav_two li  {
margin:0 14px;
padding: 10px 0;
border-bottom: 1px solid #000;
cursor: pointer;
}

.nav_two li:hover {
	border-bottom: 1px solid #fff;

	
}
.head .nav .dropdown .nav_two li:hover a {
	color: #fff
}
.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%;

	}
	

	.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) {
	.dropdown .nav_two{
		display: none !important;
	}
	.language a {
		margin-top: 20px;
		background-size: 20px;
		padding-left: 25px;
		text-align: left;
		width: 50px;
		
	}
	.language a:nth-child(2) {
		margin-left: 0;
		background-size: 20px;
	}
	.language a:nth-child(1) {
		border-right: 0;
	}
}
@media screen and (max-width: 600px) {

	#wap_head aside {
		width: 100%;
	}
}
