@charset "utf-8";
/* css document */
body, h1, h2, h3, h4, h5, h6, div, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-size: 14px;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: verdana, sans-serif, microsoft yahei;
	font-size: 16px;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
address, cite, dfn, em, var {
	font-style: normal;
}
code, kbd, pre, samp {
	font-family: courier new, courier, monospace;
}
small {
	font-size: 12px;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
}
.content p {
	margin: 0;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
legend {
	color: #333;
}
fieldset, img {
	border: 0;
}
button, input, select, textarea {
	font-size: 12px;
	font-family: tahoma, arial, sans-serif;
	vertical-align: middle;
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*a*/
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #e83836;
}
/*title*/
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/*正文开始*/
.about_box {
	width: 100%;
	height: 410px;
	background-color: #df4052;
}
.about_banner {
	margin: 0 auto;
	width: 1200px;
	height: 410px;
	text-align: center;
	background:  no-repeat;
}
.about_banner img {
	margin-top: 143px;
}
.nav_top_box {
	width: 100%;
	height: 48px;
	background:  repeat-x left top;
}
.nav_box {
	position: relative;
	margin: -5px auto 0;
	z-index: 10;
	width: 1200px;
	height: 59px;
	background:  repeat-x left top;
}
.about_nav {
	float: left;
}
.about_nav a {
	display: block;
	float: left;
	width: 150px;
	height: 59px;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
}
.nav_rot,
.about_nav a:hover {
	color:#fff;
	font-weight: 600;
	background-color: #fa4052;
}
.about_content {
	margin: 0 auto;
	width: 1200px;
}
.about_left {
	float: left;
	width: 120px;
	padding-top: 60px;
}
.about_left_title {
	width: 120px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	writing-mode:vertical-lr;
	background:  no-repeat left top;
}
.about_left_title span {
	display: block;
	letter-spacing: 4px;
	padding-left: 26px;
}
.about_right {
	float: right;
	width: 1000px;
	padding-top: 50px;
	padding-right: 20px;
}
.about_right_cot p {
	text-align: justify;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 28px;
}
.about_home {
	float: right;
	font-size: 16px;
	font-weight: 600;
	margin-top: 5px;
	padding-left: 30px;
	background:  no-repeat 0 50%;
}
.about_home a {
	font-family: arial;
	display:inline;
	line-height: 54px;
	padding-right: 20px;
	color: #e83836;
}
.about_home a:hover {
	text-decoration: underline;
}
.about_foot {
	width: 100%;
	border-top: solid #cdcdcd 1px;
	padding-top: 15px;
}
.about_foot_cot {
	margin: 0 auto;
	width: 1200px;
	color: #666;
	text-align: center;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 23px;
}
.about_foot_cot p,
.about_foot_cot a {
	color: #666;
}


