* {
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑";
}
img{
	        max-width: 100%;
	    }
@font-face {
	font-family: "pingfang";
	src: url('../font/PingFang Medium.ttf') format('truetype');
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

/* header样式 */

header{
	
}

.header_top {
	width: 100%;
	height: 40px;
	background-color: #FAFAFA;
}

.header_top .fl {
	line-height: 40px;
	font-size: 14px;
	color: #808080;
	padding-left: 20px;
}

.header_top .fr a.lang {
	display: block;
	line-height: 40px;
	font-size: 14px;
	color: #333333;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/public/cn.jpg);
}

.header_bottom {
	width: 100%;
	height: 83px;
	background-color: #f37020;
	border-bottom: 4px solid #aa4e16;
}

/* section样式 */

section{
	width: 100%;
}

section img{
	width: 100%;
}

/* nav导航样式 */

.logo {
	margin-top: 15px;
	margin-left: 15px;
}

nav{
	width: 100%;
	margin: auto;
}

nav li {
	float: left;
}

nav li>img {
	width: 100%;
}

nav ul {
	padding-top: 35px;
}

nav li>a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: "微软雅黑";
	height: 100%;
	padding: 0 10px;
	border-right: 1px solid #FFFFFF;
}

nav li:last-child>a {
	border-right: 0px;
}

nav li>a.active{
	color: #c4ad81;
}
