* {
	-ms-word-break: break-all;
}
body {
	text-align: left; color: #333333; line-height: 150%; font-family: "Microsoft YaHei",tahoma,arial,simsun,; font-size: 14px;
}
html,body,div,ul,li,dl,dt,dd,form,input,select,h1,h2,h3,h4,h5,p{
	margin: 0px; padding: 0px;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	outline: none;
}

ul {
	list-style: none;
}
li {
	list-style:outside none;
}
img {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;
}
input {
	font-size: 12px;
}
select {
	font-size: 12px;
}
table {
    border-collapse: separate;
    border-spacing: 2px;
}


/*common*/
.container{
	width: 1200px;
	margin: 0 auto;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

/*header*/

.header{
	height: 163px;
	background: url(../images/header_bj.png) no-repeat center;
	border-bottom: solid 4px #713800;
	box-sizing: border-box;
}
.logo{
	width: 338px;
	height: 64px;
	padding-top: 50px;
}
.chinese{
	height: 38px;
	padding-top: 20px;
	background: url(../images/chinese.png) left center no-repeat ;
	padding-left: 15px;
}
.db{
	color: white;
	text-align: center;
	background-color: #713800;
	padding: 20px 0;
	margin-top: 30px;
	line-height: 25px;
}