*{
	 -webkit-box-sizing:inherit !important; 
    -moz-box-sizing: inherit !important;;
     box-sizing: inherit !important;; 
}
.aboutbaner{
	height:160px;
	background-color:#20a53a;
	width:100%;
}
.aboutbaner .title{
	background:url(../../images/about_bg.png) no-repeat center center;
	width:700px;
	height:160px;
	margin:0 auto;
	text-indent:-999em;
	/*padding-top:60px;*/
}
.about-nav{
	width:1040px;
	margin:0 auto;
}
.about-nav .nav {
    color: #45474b;
    height: 16px;
	height:44px;
	line-height:44px;
}
.about-nav .nav li {
    color: #eee;
    float: left;
    font-size: 14px;
    position: relative;
	text-align:center;
	width:20%;
}
.about-nav .nav li:first-child {
    padding-left: 0;
}
.about-nav .nav li:first-child::before {
    display: none;
}

.about-nav .nav li a {
	font-family:"微软雅黑";
    color: #eee;
	transition: all 0.15s ease-out 0s;
	font-size:14px;
	display:block;
}
.about-nav .nav li a:hover {
    color: #fff;
}
.about-nav .nav li.active a {
    color: #fff;
    font-weight: 700;
	background-color:rgba(255,255,255,0.4);
}
.about-con{
	padding-bottom:10px;
}
.about-box{
	padding:30px 0;
	line-height:30px;
	font-size:14px;
	color:#474747;
}
.about-box h3{
	font-size:14px;
	color:#333;
	line-height:34px;
	font-weight: bold;
}
.about-box  p{
	line-height:30px;
	margin-bottom:10px;
}
.history dl{
	border-left:4px solid #e9e9e9; 
	margin-left:170px;
}
.history dt {
	width: 50px;
	height: 50px;
	background: #20a53a;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
	margin: 0 0 60px -25px;
	text-align: center;
	line-height: 50px;
}
.history dd {
	line-height: 41px;
	position: relative;
	margin: 0 0 40px -114px;
}
.history span {
	display: inline-block;
	position: relative;
	padding: 0 16px;
	background: #e6e6e6;
	margin-left: 55px;
	vertical-align: middle;
}
.history b {
	position: absolute;
	left: 106px;
	top: 15px;
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	background: #20a53a;
	border-radius: 50%;
}
.history i {
	border-right: 8px solid #e6e6e6;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	position: absolute;
	left: -7px;
	top: 11px;
}
.person {
    margin: 30px 102px 30px 0;
	display:inline-block;
}
.person-image {
    border-radius: 100%;
    height: 180px;
    margin: 0 auto 10px;
    overflow: hidden;
    position: relative;
    width: 180px;
}
.person-image > img {
    width: 100%;
	display:inline;
}
.person-name, .person-role {
    text-align: center;
}
.person-role {
    color: #8a9399;
    font-size: 14px;
    line-height: 18px;
    margin-top: -14px;
}
.aboutnews{
	border:#ECECFB 1px solid;
	background-color:#fff;
	padding:14px 20px;
	margin-bottom:20px;
}
.aboutnews .newstit{
	border-bottom:#DBDBEA 1px dashed;
	margin-bottom:5px;
}
.aboutnews .newstit span{
	font-size:12px;
	font-weight:normal;
	margin-left:20px;
	color:#787878;
}
.aboutnews .newstit span a{
	color:#787878;
}
.aboutnews .source{
	margin-bottom:0;
	text-align:right;
	font-size:14px;
	color:#666666;
}
/*招聘*/
html .job-info{
	padding:5px 40px;
	background-color:#f0f0f0;
	position:relative;
	margin-bottom:40px
}
.job-info em{
	position:absolute;
	color: #999;
    font-size: 50px;
}
.job-info em.qleft{
	left:10px;
	top:5px;
}
.job-info em.qright{
    right:15px;
	bottom:-16px
}
.jobtitle{
	font-size:16px;
	font-weight:bold;
	margin:20px 0 10px;
	padding:0 10px;
}
.job > li{
	border-top:#ddd 1px solid;
}
.job > li:hover .job-item-title-box{
	background-color:#f0f0f0;
	cursor:pointer;
}
.job-item-title-box{
	height:40px;
	line-height:40px;
	font-weight: bold;
	padding:5px 10px;
}
.job > li.on .job-item-title-box{
	background-color:#f0f0f0;
	margin-bottom:0;
	border: 1px dashed #ccc;
	border-top:none;
}
.job-item-title-box .job-item-title{
	width:300px
}
.job-item-title-box  span{
	margin-right:50px;
	display:inline-block
}
.job-item-title-box a{
	float:right;
}
.job-item-con-box{
	display:none;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	padding:10px;
	border-bottom:none;
}
.job > li.on .job-item-con-box{
	display:block;
}
.job-item-con-box .jcon-sub-tit{
	color:#20a53a;
	font-weight: bold;
}
.job-item-con-box ol{
	margin-left:17px;
	margin-bottom:20px;
}
.job-item-con-box ol li{
	list-style:decimal
}
.address{
	border-top: 1px solid #ddd;
    padding: 20px 10px 10px;
}
.footer{
	position: absolute;
    bottom: 0;
}


