@font-face {
	font-family: 'title_font';
	src: url('SourceHanSansCN-Normal.ttf') format('truetype');
}

html {
	background: #a7d3fd;
}

body {
	width: 100%;
	height: auto;
	background: #a7d3fd;
	margin: 0 auto;
}

.container {
	margin: 0 auto;
	width: 750px;
}

header {
	width: 100%;
	height: 86px;
	background: url(../img/bg_top.jpg) 0 center no-repeat;
	position: relative;
	box-sizing: border-box;
	padding: 40px 0 0 35px;
}

.logo_1 {
	width: 191px;
	height: 47px;
	position: absolute;
	left: 35px;
	bottom: 0;
}

.logo_2 {
	width: 189px;
	height: 33px;
	position: absolute;
	left: 241px;
	bottom: 5px;
}

.banner {
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}

img {
	border: none;
}

h2,
p {
	padding: 0;
	margin: 0;
}

.control {
	width: 100%;
	height: 176px;
	background: url(../img/bg_1.jpg) 0 center no-repeat;
	position: relative;
}

.control_btn {
	width: 481px;
	height: 85px;
	padding-top: 35px;
	margin: 0 auto;
}

.tag {
	width: 52px;
	height: 26px;
	position: absolute;
	right: 60px;
	top: -5px;
}

article {
	width: 694px;
	height: auto;
	margin: 0 auto;
}

article h2 {
	font-family: 'title_font';
	font-size: 38px;
	letter-spacing: 5px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}

article p {
	font-family: '黑体';
	font-size: 22px;
	letter-spacing: 4px;
	color: #221815;
	text-indent: 2em;
	width: 600px;
	margin: 15px auto 0;
	font-weight: bold;
	line-height: 1.8;
}

p+p {
	margin-top: 0;
}

.text_1 {
	width: 100%;
	height: 295px;
	background: url(../img/bg_2.jpg) 0 center no-repeat;
}

.text_2 {
	width: 100%;
	height: 256px;
	background: url(../img/bg_3.jpg) 0 center no-repeat;
}

.text_3 {
	width: 100%;
	height: 706px;
	background: url(../img/bg_4.jpg) 0 center no-repeat;
}

.text_4 {
	width: 100%;
	height: 613px;
	background: url(../img/bg_5.jpg) 0 center no-repeat;
}

.text_5 {
	width: 100%;
	height: 346px;
	background: url(../img/bg_6.jpg) 0 center no-repeat;
}

.text_1 article {
	height: 269px;
	background: url(../img/text_1.png) 0 0 no-repeat;
}

.text_2 article {
	height: 229px;
	background: url(../img/text_2.png) 0 0 no-repeat;
}

.text_3 article {
	height: 678px;
	background: url(../img/text_3.png) 0 0 no-repeat;
}

.text_4 article {
	height: 590px;
	background: url(../img/text_4.png) 0 0 no-repeat;
}

.text_5 article {
	height: 307px;
	background: url(../img/text_5.png) 0 0 no-repeat;
}

.red {
	color: #ff0000;
}

.blue {
	color: #005bac;
}