@charset "utf-8";
/* CSS Document */

/*  content start  */
.aboutcont-wrappper {
	width:1200px;
	margin:0 auto;
}
.aboutcont-t {
	height:50px;
	line-height:50px;
	border-bottom:solid 1px #eee;
	
}
.aboutcont-t span , 
.aboutcont-t span a {
	font-size:16px;
	color:#666;
}
.aboutcont-t span{float: right;}
.aboutcont-t span a:hover{color:red;}
/*-------------------*/
.aboutcont-nav {
	width:100%;
	height:60px;
	margin:20px auto 0;
	background:#f0f0f0;
}
.aboutcont-nav ul li{
	float:left;
	width:262px;
	line-height:60px;
	text-align:center;
	
}
.aboutcont-nav ul li:first-child {
	margin-left:80px;
}

.aboutcont-nav ul li a{
	color:#333;
	font-size:20px;
}
.aboutcont-nav ul li:hover{
	font-weight: bold; 
	background:#10c55c;
}
/*-------------*/

.cc_con1 {
	overflow: hidden;
	background: #f0f0f0;
	height: 188px;
	margin-top: 30px;
	position: relative;
}
        
.cc_con1 h3 {
	background: #10c55c;
	text-align: center;
	width: 330px;
	padding-top: 28px;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	height: 160px;
	float: left;
}
        
.cc_con1 h3 i {
	display: block;
	font-size: 20px;
	height: 50px;
	font-style: normal
}
        
.cc_con1 h3 em {
	display: block;
	font-size: 14px;
	text-align: center;
	font-style: normal
}
        
.cc_con1 h3 em span {
	display: block;
	font-size: 24px;
}
        
.cc_con1 p {
	
	float: right;
	width: 680px;
	padding: 0 80px 0;
	color: #333;
	font-size: 14px;
	line-height: 34px;
	position: absolute;
	top:50%;
	left:330px;
	transform: translateY(-50%);
}
.aboutext{
	margin:20px 0;
	border:4px solid #10c55c;
}
.aboutext h1{
	height:50px;
	line-height:45px;
	text-align:center;
	background:#10c55c;
	color:#fff;
	padding-left:20px;
	font-size:26px;
}
.aboutext .at-wrap {
	padding:20px 30px;
}
.aboutext p{font-size: 16px;line-height: 30px;color:#333;}
/*.aboutcont{width:100%;height:100%; clear:both;}
.aboutcont .aboutcont-wrappper{width:1200px;margin:0 auto;}
.aboutcont-t{height:50px;line-height: 50px;border-bottom: 1px solid #eee;}
.aboutcont-t span{font-size: 16px;color:#666;float: right;}
.aboutcont-t span a{font-size: 16px;color:#666;}
.aboutcont-t span a:hover{color:red;}
.aboutext{padding:10px 30px;background: url(../img/about_bg.jpg) no-repeat top center}
.aboutext p{font-size: 16px;line-height: 28px;color:#333;margin:15px auto;}