div {
    box-sizing: border-box;
}
.pt10{
	padding-top: 10px;
}
.pt20{
	padding-top: 20px;
}
.pt30{
	padding-top: 30px;
}
.dib{
    display: inline-block;
}
.c14 {
    color: #14A35B;
}
.c9 {
    color: #999999;
}
.bds-14{
    border-bottom: 1px solid #14a35b;
}
.wrap {
    height: auto;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.wrap {
    width: 1146px;
}
.abanner{
	margin-bottom: 20px;
}
.abanner img{
	width: 100%;
	height: 100%;
}
.about-l{
    width: 185px;
    background-color: #fff;
    float: left;
}
.about-l{
	border-top: 1px solid #dedede;
	border-left:1px solid #dedede;
}
.about-l li{
	position: relative;
	border-right: 1px solid #dedede;
	border-bottom:1px solid #dedede;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.about-l li a{
	font-size: 16px;
}
.about-l li.on span,.about-l li:hover span{
	display: inline-block;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 30px;
	border-left:5px solid #1d8b3b;
}
.about-l li.on a,.about-l li:hover a{
	color: #14A35B;
	font-weight: bold;
}
.about-r{
    border: 1px solid #dedede;
    background-color: #fff;
    margin-left: 205px;
    padding: 30px;
    min-height: 400px;
}
.about-r h1{
    font-size: 24px;
    color: #333;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}
.about-r h2{
    font-size: 16px;
    color: #14A35B;
    font-weight:bold;
    margin: 30px 0 10px 0;
}
.about-r h3{
    font-size: 14px;
    color: #333;
    font-weight:bold;
    margin: 10px 0 10px 0;
}
.about-r p{
	    line-height: 24px;
}
.about-r .aimg1{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
    width: 100%;
    overflow: hidden;
}
.about-r .aimg1 li{
	width: 33.33%;
	float: left;
	text-align: center;
}
.about-r .aimg1 li img{
	width: 200px;
	height: 200px;
	margin-top: 30px;
}
.about-r .aimg4{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
    width: 450px;
    overflow: hidden;
}
.about-r .aimg4 img{
	width: 450px;
	height: 450px;
}
.about-r .aimg5{
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
    width: 400px;
    overflow: hidden;
}
.about-r .aimg5 img{
	width: 400px;
	height: 266px;
}
@media screen and (min-width: 1380px){
.wrap {
    width: 1380px !important;
}
}