*{
	padding: 0 0;
	margin: 0 0;
	list-style: none;
	word-wrap: break-word;
}
body{
	position: relative;
}
a{
	color: #333;
}
a:hover{
	color: #333;
	text-decoration: none;
}
ul{
	margin-bottom: 0;
}
.m-header-content, .m-nav-content{
	display: none;
}
/* 头部 */
header{
	background: #f8f8f8;
}
.header-content, .nav-content{
	max-width: 1186px;
	margin: 0 auto;
	width: 100%;
}
.header-content{
	overflow: hidden;
	padding: 5px 0;
	background: #f8f8f8;
}
.header-left{
	width: 60%;
	float: left;
	display: inline-block;
}
.header-left img{
	width: 117px;
	height: 90px;
	float: left;
}
.header-left a > div{
	display: inline-block;
	width: calc(100% - 127px);
	margin-left: 9px;
}
.company-name{
	height: 50px;
	line-height: 83px;
	width: 100%;
	display: inline-block;
	font-size: 28px;
}
.en-company-name{
	height: 40px;
	line-height: 32px;
	width: 100%;
	display: inline-block;
	color: #adadad;
	font-size:15px;
}
.header-right{
	width: 40%;
	float: left;
	display: inline-block;
	text-align: right;
}
.lang{
	margin: 2px 0;
}
.lang span img{
	margin: 0 5px;
}
.search{
	margin-top: 20px;
	position: relative;
}
.search input{
	line-height: 18px;
    padding: 3px 6px;
    border: 1px solid #a2a2a2;
    padding-right: 83px;
}
.search-btn{
	position: absolute;
    right: 8px;
    top: 5px;
    color: #dedede;
}
/**
 * 导航
 */
nav, .nav-content{
	background: url(../../images/front/nav.jpg) repeat-x;
}

.nav-content{
	text-align: center;
	height:42px;
}
.nav-content ul{
	display: inline-block;
}
.nav-content ul li{
	width: 115px;
	display: inline-block;
	position: relative;
	line-height: 40px;
	border-left: 1px solid #ddd;
	float: left;
}
.nav-content ul li:last-child{
	border-right: 1px solid #ddd;
}
.nav-content ul li ul.sub_menus {
	position: absolute;
	background: #f8f8f8;
	display: none;
	z-index: 9999;
}
.nav-content ul li ul.sub_menus li{
	width: 115px;
	border: 0px;
}
/* 底部 */
footer{
	background: #6c6a6a;
	margin-top: 30px;
}
.footer-nav{
	background: #6c6a6a;
	width: 1005px;
	margin: 0 auto;
	overflow: hidden;
	color: #fff;
	padding: 15px;
}
.footer-nav h4{
	font-size: 16px;
}
.footer-nav a{
	color: #fff;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
.footer-nav li img{
	max-width: 100%;
}
.footer-nav li{
	width: 20%;
	float: left;
	border-right: 1px solid #8d8c8c;
	min-height: 160px;
	text-align:center;
}
.footer-nav li h4{
	margin: 20px auto;
}

.footer-nav li:last-child{
	border-right: 0;
}
.copy{
	background: #5e5e5e;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
.copy span{
	display: inline-block;
}

@media(max-width:832px) {
	header{
		padding: 10px;
	}
	.header-content, .nav-content{
		display: none;
	}
	.m-header-content, .m-nav-content{
		display: block;
	}
	/* 头部 */
	
	.m-header-left img{
		height: 46px;
		float: left;
	}
	.m-header-left a > div{
		display: inline-block;
		width: calc(100% - 70px);
		margin-left: 9px;
	}
	.company-name{
		line-height: 30px;
		font-size: 16px;
		height: 29px;
		font-weight: bold;
	}
	.en-company-name{
		font-size: 12px;
		line-height: 10px;
		height: 20px;
	}
	.m-header-right span img{
		margin-right: 10px;
	}
	.search input{
		width: 100%;
	}
	/* 导航 */
	nav{
		background: none;
	}
	.m-nav-content{
		 width: 100%;
	}
	.m-nav-content ul li{
		width: 100%;
		background: #f8f8f8;
		padding: 0 10px;
		line-height: 30px;
		border-bottom: 1px solid #bbb;
	}
	.m-nav-content ul li ul.sub_menus{
		display: none;
	}
	.m-nav-content ul li ul.sub_menus li{
		border: 0;
		padding: 0;
	}
	.m-nav-content ul li ul.sub_menus li i{
		float: right;
		color: #dedede;
		top: 8px;
	}
	.m-nav-content ul li ul.sub_menus li:before{
		content: "";
		padding-left: 10px;
	}
	.menu-btn{
		line-height: 30px;
		background: #f8f8f8;
		padding: 10px 10px;
		font-size: 16px;
		border-bottom: 1px solid #bbb;
	}
	.menu-btn i{
		float: right;
		color: #3c78b9;
		font-size: 27px;
	}
	.glyphicon-menu-down{
		float: right;
		top: 5px;
		color: #dedede;
	}
	.m-nav-content ul.menus{
		display: none;
	}
	.menu-list > a{
		width: 100%;
		display: inline-block;
	}
	.footer-nav{
		width: 100%;
	}
	.footer-nav li img{
		width: 110px;
	}
}
@media (max-width: 639.9px) {
	.footer-nav li{
		width: 100% !important;
		border-right: 0 !important;
		border-bottom: 1px solid #8d8c8c;
		min-height: auto !important;
		padding-right: 15px;
	}
	.footer-nav li a{
		width: 33.33%;
		float: left;
		display: inline-block;
	}
	.footer-nav li a:nth-child(4n),.footer-nav li a:nth-child(4n+3){
		text-align: center;
	}
	.footer-nav li a:nth-child(4n+1){
		text-align: right;
	}
}

@media (max-width: 320px) {
	.m-header-left{
		width: 100%;
		display: inline-block;
	}
	.m-header-right{
		width:100%;
		text-align: center;
		margin-top: 20px;
	}
	.m-header-right span{
		width: 49%;
		display: inline-block;
	}
}
@media (min-width: 320.1px) and (max-width:639.9px){
	.m-header-left{
		width: 77%;
		display: inline-block;
	}
	.m-header-right{
		width:23%;
		float: right;
		text-align: right;
	}
	.m-header-right span{
		width: 100%;
		display: inline-block;
	}
}
@media (min-width: 640px) and (max-width:832px) {
	.m-header-left{
		width: 50%;
		display: inline-block;
	}
	.m-header-right{
		width:50%;
		float: right;
		text-align: right;
	}
	.m-header-right span{
		display: inline-block;
	}
	.search {
	    margin-top: 20px;
	    position: absolute;
	    width: 40%;
	    top: 16px;
	    right: 9px;
	}
}