/* CSS Document */
/*----------------------------------------------中间  上部分    图片-----------------------------------*/
.container .aboutimg {
	height: 200px;
	width: 1130px;
	margin-bottom: 10px;
}
.container .aboutimg img {
	height: 200px;
	width: 1130px;
}
/*----------------------------------------------中间  下部分    -----------------------------------*/
.container .aboutbottom {
	overflow: hidden;
	    min-height: 400px;
	background-repeat: repeat-y;
	background-position: center;
}
/*----------------------------------------------中间  下部分    左边-----------------------------------*/
.container .aboutbottom .abottomleft {
	background-color: #fff;
	float: left;
	width: 250px;
	padding-bottom: 20px;
	min-height: 750px;
}
.container .aboutbottom .abottomleft .us {
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	color: #cf0a0a;
	
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	    text-align: center;
}
.container .aboutbottom .abottomleft .us .sboutus {
	
}
.container .aboutbottom .abottomleft .aboutview {
	text-align: center;
	margin-top: 15px;
}
.container .aboutbottom .abottomleft .aboutview a {
	background-image: url(../Images/brtton_02.png);
	height: 28px;
	width: 213px;
	border: 1px solid #e7e7e7;
	display: block;
	text-align: center;
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #888;
}
.container .aboutbottom .abottomleft .aboutview .on {
	line-height: 28px;
	color: #fff;
	background-image: url(../Images/brtton_01.png);
	background-repeat: repeat-x;
	background-position: center;
}
/*----------------------------------------------中间  下部分    右边-----------------------------------*/
.container .aboutbottom .abottomright {
	background-color: #fff;
	float: right;
	width: 870px;
	padding-bottom: 20px;
	min-height: 750px;
}
.container .aboutbottom .abottomright .location {
	line-height: 36px;
	background-color: #fff;
	height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	font-size: 13px;
	color: #555;
	padding-right: 10px;
	padding-left: 10px;
}
.container .aboutbottom .abottomright .location span {
	margin-right: 5px;
	margin-left: 5px;
}.container .aboutbottom .abottomright .arbottom {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
.container .aboutbottom .abottomright .arbottom h3 {
	font-weight: normal;
	font-size: 13px;
	color: #333;
	line-height: 30px;
}
.container .aboutbottom .abottomright .arbottom .mapimg {
	height: 350px;
	width: 700px;
	margin-top: 5px;
}
.container .aboutbottom .abottomright .arbottom .mapimg img {
	height: 350px;
	width: 700px;
	cursor: pointer;
}
