* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
}

img {
	border: none;
}

body {
	font-size: 14px;
	max-width: 1920px;
	min-width: 1145px;
	margin: 0 auto;
	background: #ffbabe;
}
ul{
	list-style-type: none;
}

.header{
	width: 100%;
	height: 884px;
	background: url(../img/header-bg.png) no-repeat center;
	overflow: hidden;
}

.header-inner{
	width: 1135px;
	margin: 0 auto;
	text-align: center;
}

.header-inner{
	margin-top: 80px;
	position: relative;
}

.pieces{
	position: absolute;
}

.pieces1{
	top: -15px;
	left: -380px;
}
.pieces2{
	bottom: -250px;
	right: -430px;
}
.pieces3{
	bottom: -100px;
	left: 330px;
}
.pieces4{
	top: -85px;
	right: -50px;
}

.main{
	width: 1145px;
	margin: 0 auto;
	overflow: hidden;
}

.main-con{
	width: 100%;
	height: 550px;
	background: #ffffff;
	margin: 50px 0;
	text-align: center;
}


.main-tab{
	width: 100%;
	padding-bottom: 50px;
}

.main-tab-title{
	width: 100%;
	height: 200px;
	background: url(../img/title-bg.png) no-repeat center;
	text-align: center;
	overflow: hidden;
}
.main-tab-title h1{
	margin-top: 120px;
	color: white;
	font-size: 30px;
}

.main-tab-con{
	width: 1105px;
	background: #ffffff;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 80px;
}

.main-tab-con-inner{
	width: 1101px;
	height: 200px;
	border: 2px solid #ff6e91;
}
.main-tab-con-inner1{
	width: 1101px;
	height: 600px;
	border: 2px solid #ff6e91;
}