﻿@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	font: 16px/1.8 "Microsoft Yahei",verdana;
	background-color: #FFF;
}
ul,li{
	list-style:none;
}
a{
	color: #231815;
	text-decoration: none;
}
.about{
	width: 1370px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #595656;
	height: auto;
	margin:0 auto;
	background-color: #fff;
}
.about_title{
	line-height: 120px;
	height: 120px;
	width: 1370px;
	font-size: 30px;
	text-align: center;
	color: #595656;
	font-weight: lighter;
	font-family: "微软雅黑";
	margin: 0px;
	padding: 0px;
	float: left;
}
.about_title span{
	line-height: 120px;
	height: 120px;
	width: 1326px;
	font-size: 30px;
	text-align: center;
	color: #595656;
	font-weight: lighter;
	font-family: "微软雅黑";
	margin: 0px;
	padding: 0px;
	float: left;
}
.about_title a.home{
	height: 40px;
	width: 44px;
	float: right;
	display: inline-block;
	margin-top: 40px;
	background-image: url(../images/home_1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.about_title a.home:hover{
	background-image: url(../images/home_hover_1.png);
}
.about_des{
	text-align: justify;
	margin: 0px;
	float: left;
	height: 140px;
	width: 1370px;
	font-size: 18px;
	text-align: justify;
	color: #595656;
	font-weight: lighter;
	font-family: "微软雅黑";
	line-height: 28px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.footer_bg{
	height: 288px;
	width: 100%;
	text-align: left;
	margin: 0px;
	float: left;
	background-color: #fff;
}
.footer{
	padding: 0px;
	height: 228px;
	width: 1370px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	color: #383635;
	padding-top: 60px;
}
.footer_cont{
	padding: 0px;
	height: 198px;
	width: 1370px;
	float: left;
	margin: 0px;
}
.footer_cont dl.contact{
	padding: 0px;
	height: 188px;
	width: 33%;
	float: left;
	text-align: left;
	margin: 0px;
}
.footer_cont dl.contact dt.title{
	background-image: url(../images/f_t1_4.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 46px;
	width: 100%;
	font-family: "微软雅黑";
	font-size: 12pt;
	line-height: 10px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.footer_cont dl.contact dd{
	padding: 0px;
	height: 25px;
	width: 100%;
	float: left;
	text-align: left;
	margin: 0px;
	font-size: 16pt;
	line-height: 25px;
	font-weight: lighter;
	font-family: "微软雅黑";
}
.footer_cont p{
	height: 50px;
	width: 100%;
	float: left;
	text-align: center;
	margin: 0px;
	font-size: 16px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #acabab;
	font-weight: lighter;
	font-family: "微软雅黑";
	line-height: 35px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}