.navFrame .nav .service {
	height:52px;
	color:#fff;
	width:100px;
	background:#fc2c2b;
}
.mainFrame {
	min-height: 1000px;
	height: auto !important;
	overflow: hidden;
	width:auto;
	background:#ededed;
}
.mainFrame .main {
	width:1000px;
	margin:0 auto;
	min-height: 1000px;
	height: auto !important;
	overflow: hidden;
}
.mainFrame .main .mainTitle {
	height: 20px;
	width: 1000px;
	position:relative;
	border-bottom:2px solid #7e7e7e;
	margin:50px 0;
}
.mainFrame .main .mainTitle .text {
	height: 40px;
	width: 190px;
	background:#ededed;
	position:absolute;
	left:400px;
	top:0;
}
.mainFrame .main .mainTitle span {
	height: 40px;
	width: 170px;
	border:2px solid #7e7e7e;
	text-align:center;
	display:block;
	line-height:40px;
	margin: 0 auto;
	font-size:24px;
}
.mainFrame .main .topText {
	width:1000px;
	min-height: 40px;
	height: auto !important;
	overflow: hidden;
	line-height:24px;
	margin-bottom:20px;
}
.mainFrame .main .content {
	width:1000px;
	min-height: 900px;
	height: auto !important;
	overflow: hidden;
}
.mainFrame .main .content .left {
	width:460px;
	height: auto !important;
	min-height: 900px;
	overflow: hidden;
	float:left;
	margin-right:80px;
}
.mainFrame .main .content .right {
	width:460px;
	min-height: 900px;
	height: auto !important;
	overflow: hidden;
	float:left;
}
.mainFrame .main .content .contentTitle {
	width:460px;
	height:48px;
	line-height:48px;
	border-bottom:2px solid #948f8f;
	position:relative;
	margin-bottom:40px;
}
.mainFrame .main .content .contentTitle span {
	display:block;
	width:320px;
	height:48px;
	line-height:48px;
	border-bottom:2px solid #f00;
	position:absolute;
	top:0;
	left:0;
	text-indent:20px;
	font-size:18px;
	color:#353534;
}
.mainFrame .main .content .group {
	width:460px;
	min-height: 120px;
	height: auto !important;
	overflow: hidden;
	margin-bottom:30px;
}
.mainFrame .main .content .group .groupLeft {
	width:100px;
	min-height: 120px;
	height: auto !important;
	overflow: hidden;
	text-align:center;
	float:left;
}
.mainFrame .main .content .group .groupRight {
	width:350px;
	min-height: 120px;
	height: auto !important;
	overflow: hidden;
	float:left;
	padding-left:10px;
}
.mainFrame .main .content .group .groupRight .groupRightTitle {
	width:350px;
	height:45px;
	line-height:45px;
	font-weight:bold;
	color:#080808;
	font-size:13px;
}
.mainFrame .main .content .group .groupRight .groupRightMain {
	width:350px;
	min-height:75px;
	height: auto !important;
	overflow: hidden;
	line-height:18px;
	color:#646262;
	font-size:13px;
	text-align: justify;
}
.mainFrame .main .content .group .groupRight .groupRightMain p {
	width:350px;
	min-height:20px;
	height: auto !important;
	overflow: hidden;
	margin-bottom:10px;
}
.mainFrame .main .content .group .groupRight .groupRightMain ul li {
	width:340px;
	min-height:20px;
	height: auto !important;
	overflow: hidden;
	margin-bottom:10px;
	font-size:12px;
	list-style-position: inside;
	list-style-type: disc;
	padding-left:10px;
}
.mainFrame .main .mainBottom {
	width:1000px;
	min-height: 100px;
	height: auto !important;
	overflow: hidden;
}
.mainFrame .main .mainBottom .mainBottomTitle {
	width:1000px;
	min-height: 30px;
	height: auto !important;
	overflow: hidden;
	line-height:30px;
	font-weight:bold;
	font-size:16px;
	margin-bottom:20px;
}
.mainFrame .main .mainBottom .mianBottomMain {
	width:1000px;
	min-height: 80px;
	height: auto !important;
	overflow: hidden;
	
	line-height: 25px;
    color: #646262;
    font-size: 13px;
    text-align: justify;
}

