@charset "utf-8";

html {
}

body {
	background-color: #fadebc;
}

#header .inner,
#content .inner,
#footer .inner {
	width: 1148px;
	margin: 0 auto;
}

/*-----------------------------------------

		#header

-----------------------------------------*/

#header {
}
h1 {
	color: #fff;
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 28px;
    line-height: 72px;
}
h1 span {
    font-size: 84px;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

/*-----------------------------------------

		#content

-----------------------------------------*/

.block1 {
    margin: 0 auto;
    width: 1000px;
}
.block1 h2 {
	width:100%;
	float:left;
	border-bottom:1px solid #999;
	text-align:center;
    font-weight: normal;
    margin-top: 50px;
    padding-bottom: 10px;
    font-size: 24px;
}
.block1_left {
	margin-top: 30px;
	width:464px;
	float:left;
	background:url(../img/block2_back.png) 0px 80px;
	background-size:100% auto;
	background-repeat:no-repeat;
	text-align:center;
}
.block1_right {
	margin-top: 30px;
	width:464px;
	float:right;
	background:url(../img/block2_back.png) 0px 80px;
	background-size:100% auto;
	background-repeat:no-repeat;
	text-align:center;
}
.block1 h3 {
    width: 314px;
    margin: 10px auto;
    font-weight: normal;
    font-size: 14px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 10px 0;
}
.block1 h4 {
    font-weight: normal;
    font-size: 14px;
}
.block2 {
    margin-top: 60px;
    float: left;
	background:url(../img/border.png);
	background-repeat:no-repeat;
	background-position:bottom;
    box-sizing: border-box;
    padding-bottom: 4px;
}
.block3 {
	padding:24px 24px 70px;
    width: 100%;
    float: left;
	background:url(../img/border.png);
	background-repeat:no-repeat;
	background-position:bottom;
    box-sizing: border-box;
}
.block3 dl {
	float:left;
	width:1100px;
    margin-top: 50px;
}
.block3 dt {
	float:left;
	margin-right:35px;
}
.block3 dd {
    width: 700px;
    float: right;
    font-size: 14px;
}
.block3 h3 {
	color:#717071;
    font-weight: normal;
    text-align: center;
    font-size: 32px;
    margin: 50px 0;
	width: 100%;
    float: left;
}
.block3 h3 img {
	text-align:center !important;
	float:none !important;
}
.fl {
	float:left;
	width:100%;
}
.block3 h3 span {
    font-size: 18px;
}
.block3 dd img {
	float:right;
}
.block4 {
    width: 100%;
    float: left;
    background: url(../img/back.png);
    padding: 70px 0;
}
.block4_inner_wrap {
	background:#fff;
	width:100%;
	float:left;
}
.block4_inner {
	width:730px;
	float:right;
}
.block4_inner h2 {
	color:#717071;
    font-weight: normal;
    text-align: center;
    font-size: 32px;
    margin: 80px 0;
}
.block4_inner p {
    width: 480px;
    float: left;
    font-size: 14px;
}
.block4_inner img {
	margin-left:30px;
}
.block5 {
    float: left;
    width: 100%;
    padding-top: 70px;
    background: #faddbb;
}
p {
	font-weight:normal;
}
#content .inner {
	background: #fff;
}
#content .prof {
	padding: 0 40px;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}
#content .prof .img {
	float: left;
}
#content .prof .text {
	padding-top: 22px;
	width: 680px;
	float: right;
}
#content .prof h2 {
	margin-bottom: 40px;
	text-align: center;
	margin-top: 40px;
}


/*-----------------------------------------

		#footer

-----------------------------------------*/

#footer .inner {
	padding: 15px 0;
	font-size: 15px;
	text-align: center;
	background-color: #fff;
}
.copyright {
	float:right;
}
.copy_left {
	float:left;
}
#footer {
    width: 100%;
    float: left;
    padding: 30px 0 50px;
    background: #fff;
}
#footer a {
	text-decoration:none;
}