@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html,
body {
	font-size: 16px;
	line-height: 1.875;
	color: #372f2e;
	width: 100%;
	max-width: 100%;
	min-width: 1100px;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	color: #362e2e;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 22px;
	margin-bottom: 11px
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 11px;
	margin-bottom: 11px
}

.h1,
h1 {
	font-size: 2.572rem
}

.h2,
h2 {
	font-size: 2.143rem
}

.h3,
h3 {
	font-size: 1.715rem
}

.h4,
h4 {
	font-size: 1.286rem
}

.h5,
h5 {
	font-size: 1rem
}

.h6,
h6 {
	font-size: .858rem
}

a {
	text-decoration: none;
	cursor: pointer;
}

a,
button,
input,
textarea {
	-webkit-appearance: none;
}

input,
button,
textarea,
label {
	outline: none;
	border-radius: 0;
	border: 0;
	font-family: 'Microsoft YaHei';
}

img {
	display: block;
	border: 0;
}

ul {
	overflow: hidden;
}

li {
	list-style: none;
}

input::placeholder {
	color: inherit;
}

a:hover {
	color: #a27d51;
}

.space-between {
	padding-top: 80px!important;
}

.clearfix {
	display: block;
	clear: both;
	float: none;
}

.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


/*header*/

.header {
	width: 100%;
	height: 80px;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 10px;
	z-index: 70;
}

.ming-logo {
	width: 199px;
	height: 80px;
	float: left;
	margin-left: 42px;
}

.ming-logo a {
	display: block;
	width: 100%;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.ming-logo a img {
	width: 100%;
}


/*main-menu*/

.main-menu {
	width: auto;
	height: 80px;
	float: right;
	margin-right: 15px;
	overflow: hidden;
}

.main-menu ul li {
	display: block;
	float: left;
}

.main-menu ul li a {
	display: block;
	height: 80px;
	font-size: 20px;
	line-height: 80px;
	padding: 0 15px;
	color: #372f2e;
}

.main-menu ul .active a,
.main-menu ul li a:hover{
	color: #7f2b2e!important;
}

@media(max-width:1600px) {
	html,
	body {
		font-size: 15px;
		line-height: 1.8;
	}
	.main-menu ul li a {
		font-size: 18px;
	}
	.ming-logo {
		width: 179px;
	}
	.ming-logo a {
		padding: 10px 0;
	}
}

@media(max-width:1366px) {
	html,
	body {
		font-size: 14px;
		line-height: 1.75;
	}
	.main-menu ul li a {
		font-size: 16px;
	}
	.ming-logo {
		width: 159px;
	}
	.ming-logo a {
		padding: 14px 0;
	}
}