.after::after{
	content: '';
	display: block;
	clear: both;
}

.ab_meat{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 50px;
	position: relative;
}
/*左边*/
.ab_le{
	width: 210px;
	float: left;
}
.ab_bt{
	width: 100%;
	height: 90px;
	background: url(../images/ab1.jpg) center no-repeat;
	background-size: 100% 100%;
	text-align: center;
	line-height: 90px;
	font-size: 24px;
	color: #fff;
}
.ab_ul{
	margin-left: 13px;
	border-left: 1px solid #e7e7e7;
}
.ab_ul>li{
	height: 60px;
	line-height: 60px;
	padding-left: 24px;
	position: relative;
}
.ab_ul>li>a{
	display: block;
	height: 100%;
	width: 100%;
	font-size: 16px;
	color: #666666;
}
.ab_ul>li:before{
	content: "";
	display: inline-block;
	height: 7px;
	width: 7px;
	background: #dadada;
	position: absolute;
	left: -3.5px;
	top: 50%;
	margin-top: -3.5px;
}
.ab_ul>li.on:before{
	content: "";
	display: inline-block;
	height: 17px;
	width: 17px;
	background: url(../images/ab2.jpg) center left no-repeat;
	position: absolute;
	margin-top: -8px;
	margin-left: -6px;
}
.ab_ul>li.on:after{
	content: ">";
	position: absolute;
	right: 0;
	top: 0%;
	color: #E0993D;
	font-size: 26px;
}
.ab_ul>li.on>a{
	color: #e0993d;
}
/*右边*/
.ab_ri{
	float: right;
	width: 916px;
}
.ab_p1{
	font-size: 30px;
	color: #333333;
}
.ab_p1>span{
	text-transform: uppercase;
	font-size: 16px;
	color: #8c8c8c;
	margin-left: 10px;
}
.ab_text{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	margin-bottom: 35px;
	margin-top: 30px;
}
.ab_text>img{
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
/*暂缺*/
.ab_wb{
	background: #F7F7F7;
	height: 156px;
	padding: 18px;
	box-sizing: border-box;
	font-size: 16px;
	color: #8c8c8c;
}
.ab_p2{
	font-size: 22px;
	color: #333;
}
/*团队管理*/
.ab_po{
	padding: 16px 40px;
	box-sizing: border-box;
	background: #f7f7f7;
}
.ab_po_le{
	width: 185px;
	height: 226px;
	float: left;
	position: relative;
}
.ab_po_le>img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}
.ab_p3{
	font-size: 22px;
	color: #436dae;
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;
	margin-bottom: 30px;
}
.ab_p3>span{
	font-size: 18px;
	color: #171717;
	margin-left: 20px;
}
.ab_p3:before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 2px;
	background: #d9d9d9;
	bottom: 0;
}
.ab_po_ri{
	float: left;
	margin-left: 50px;
	font-size: 16px;
	color: #5c5c5c;
	line-height: 25px;
	max-width: 600px;
}
.ab_p4{
	font-size: 16px;
	color: #5c5c5c;
	margin-top: 25px;
	line-height: 25px;
}
/*企业文化*/
.ab_wh_le{
	width: 298px;
	height: 288px;
	position: relative;
	float: left;
}
.ab_wh_le>img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}
.ab_wh_ri{
	float: left;
	max-width: 578px;
	margin-left: 40px;
}
.ab_p5{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #de983d;
}
.ab_p6{
	font-size: 16px;
	color: #5c5c5c;
}
@media (min-width: 200px) {
	.ab_p1 {
    font-size: 24px;
	}
	.ab_text>img {
    margin-bottom: 15px;
	}
	.ab_p3 {
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
	}
	.ab_po_le{
    width: 100%;
	}
	.ab_wh_le{
    width: 100%;
	}
	.ab_p4 {
    margin-top: 15px;
	}
	.ab_p5 {
    margin-top: 15px;
    margin-bottom: 15px;
	}
	.ab_text {
    margin-bottom: 15px;
    margin-top: 15px;
	}
	.ab_meat{
	max-width: 1200px;
	margin-top: 15px;
	padding: 0 15px;
	box-sizing: border-box;
	}
	.ab_ri {
    width: 100%;
	}
	.ab_po {
    padding: 16px 15px;
    width: 100%;
	}
	.ab_po_ri {
    margin-left: 0px;
    line-height: 25px;
    width: 100%;
	}
	.ab_wh_ri {
	width: 100%;
    margin-left: 0px;
	}
	.ab_po_le {
    width: 100%;
	}
	.ab_wh_le {
	width: 100%;
	}
	
}
@media (min-width: 768px) {
	.ab_p1 {
    font-size: 30px;
	}
	.ab_text>img {
    margin-bottom: 30px;
	}
	.ab_p3 {
    font-size: 22px;
    padding-top: 45px;
    padding-bottom: 20px;
    margin-bottom: 20px;
	}
	.ab_p4 {
    margin-top: 20px;
	}
	.ab_p5 {
    margin-top: 20px;
    margin-bottom: 20px;
	}
	.ab_text {
    margin-bottom: 20px;
    margin-top: 20px;
	}
	.ab_meat{
	max-width: 1200px;
	margin-top: 30px;
	padding: 0 10px;
	box-sizing: border-box;
	}
	.ab_po {
    padding: 16px 20px;
	}
	.ab_ri {
    width: 76.3%;
	}
	.ab_le {
    width: 17.5%;
	}
	.ab_po_le {
    width: 22%;
	}
	.ab_wh_le {
    width: 33%;
	}
	.ab_po_ri {
    margin-left: 30px;
    line-height: 25px;
    width: 69%;
	}
	.ab_wh_ri {
    width: 63%;
    margin-left: 20px;
	}
	
}
@media (min-width: 992px) {
	.ab_p4 {
    margin-top: 25px;
	}
	.ab_p5 {
    margin-top: 40px;
    margin-bottom: 20px;
	}
	.ab_text {
    margin-bottom: 35px;
    margin-top: 30px;
	}
	.ab_meat{
	max-width: 1200px;
	margin-top: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	}
	
}
@media (min-width: 1200px) {
	.ab_meat{
	max-width: 1200px;
	margin-top: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	}
	.ab_po_ri {
    margin-left: 50px;
    line-height: 25px;
    width: 69%;
	}
	.ab_wh_ri {
    width: 62%;
    margin-left: 40px;
	}
}

/*投资者服务*/
.is_text{
	margin-top: 35px;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}
.is_text>img{
	display: block;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 35px;
}
@media (min-width: 200px) {
	.is_text{
	margin-top: 15px;
	}
	.is_text>img{
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
@media (min-width: 768px) {
	.is_text{
	margin-top: 20px;
	}
	.is_text>img{
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
	.is_text{
	margin-top: 30px;
	}
	.is_text>img{
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
@media (min-width: 1200px) {
	.is_text{
	margin-top: 35px;
	}
	.is_text>img{
		margin-top: 35px;
		margin-bottom: 35px;
	}
}
/*新闻资讯*/
.new_meat{
	/*width: 1200px;
	margin: 0 auto;*/
	margin-top: 55px;
}
.new_tab{
	width: 340px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 23px;
}
.new_tab>a{
	display: inline-block;
	width: 106px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #bdbdbd;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
}
.new_tab>a.on{
	background: #e0993d;
	position: relative;
}
.new_tab>a.on:before{
	content: "";
	background: url(../images/new1.png) center no-repeat;
	display: inline-block;
	height: 13px;
	width: 21px;
	background-size: 100% 100%;
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -10.5px;
}
.new_m1{
	margin-top: 66px;
}
.new_le{
	padding: 0;
}
.new_ri{
	padding: 45px 30px;
	background: #f5f5f5;
}
.new_p1{
	font-size: 20px;
	color: #333333;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space:nowrap;
}
.new_p2{
	font-size: 14px;
	color: #9d9d9d;
}
.new_p3{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	margin: 27px 0;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.new_p4{
	font-size: 14px;
	color: #333333;
}
.new_ul{
	background: #f5f5f5;
	margin-top: 44px;
	padding: 44px 0;
}

.new_p5{
	font-size: 16px;
	color: #333333;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space:nowrap;
}
.new_p6{
	font-size: 14px;
	color: #666666;
	margin: 15px 0;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.new_p7{
	font-size: 14px;
	color: #333333;
}
.new_ul_text{
	padding: 26px 15px;
	background: #fff;
	box-sizing: border-box;
}
.new_ul>ul>li{
	margin-bottom: 15px;
	padding: 0 7.5px;
	box-sizing: border-box;
	height: 360px;
}
.new_ul>ul>li>a{
	border: 1px solid #e0e0e0;
	display: block;
	box-sizing: border-box;
	height: 100%;
    overflow: hidden;
}
/*.new_ul_img{
	height: 196.47px;
}
.new_ul_img>img{
	height: 100%;
	width: 100%;
}*/
.new_ul>ul>li:nth-of-type(1){
	padding-left: 0;
}
.new_ul>ul>li:nth-of-type(3){
	padding-right: 0;
}
.new_ul>ul>li:nth-of-type(4){
	padding-left: 0;
}
.new_ul>ul>li:nth-of-type(6){
	padding-right: 0;
}
.new_ul>ul>li:hover .new_p5 {
	color: #e0993d;
}
.new_ul>ul>li:hover .new_p7 {
	color: #e0993d;
}
.new_ul>ul>li:hover a{
	box-shadow: 0 0 10px #e7e7e7;
}
@media (min-width: 200px) {
	.new_meat {
    margin-top: 20px;
	}
	.new_tab {
    width: 300px;
    margin-bottom: 23px;
	}
	.new_ri {
    padding: 15px 15px;
	}
	.new_p3 {
    margin: 7px 0;
	}
	.new_ul {
    margin-top: 25px;
    padding: 25px 0;
	}
	.new_ul_text {
    padding: 10px 10px;
	}
	.new_ul>ul>li {
    height: auto;
	}
	.new_m1 {
    margin-top: 44px;
	}
	.new_ul>ul>li{
    padding: 0;
	}
	
}
@media (min-width: 768px) {
	.new_ul>ul>li:nth-of-type(1) {
    padding-right: 7.5px;
	}
	.new_ul>ul>li:nth-of-type(2) {
    padding-left: 7.5px;
    padding-right: 7.5px;
	}
	.new_ul>ul>li:nth-of-type(3) {
    padding-left: 7.5px;
	}
	.new_ul>ul>li:nth-of-type(4) {
    padding-right: 7.5px;
	}
	.new_ul>ul>li:nth-of-type(5) {
    padding-left: 7.5px;
    padding-right: 7.5px;
	}
	.new_ul>ul>li:nth-of-type(6) {
    padding-left: 7.5px;
	}
	.new_tab {
    width: 340px;
    margin-bottom: 23px;
	}
	.pages {
    margin-top: 30px;
	}
	.new_m1 {
    margin-top: 44px;
	}
	.new_p3 {
    margin: 7px 0;
	}
	.new_ri {
    padding: 15px 15px;
	}
	.new_meat {
    margin-top: 40px;
	}
	.new_ul {
    margin-top: 25px;
    padding: 25px 0;
	}
	.new_ul_text {
    padding: 10px 10px;
	}
	.new_ul>ul>li {
    height: 254px;
	}
}
@media (min-width: 992px) {
	.new_ri {
    padding: 25px 25px;
	}
	.new_p3 {
    margin: 24px 0;
	}
	.new_ul>ul>li {
    height: 315px;
	}
	.new_ul_text {
    padding: 20px 15px;
	}
	.new_ul {
    margin-top: 25px;
    padding: 25px 0;
	}
	.pages {
    margin-top: 30px;
	}
	.new_meat {
    margin-top: 40px;
	}
	.new_m1 {
    margin-top: 66px;
	}
}
@media (min-width: 1200px) {
	.new_ri {
    padding: 45px 30px;
	}
	.new_p3 {
    margin: 27px 0;
	}
	.new_ul>ul>li {
    height: 360px;
	}
	.new_ul_text {
    padding: 26px 15px;
	}
	
	.new_ul {
    margin-top: 44px;
    padding: 44px 0;
	}
	.pages {
    margin-top: 55px;
	}
	.new_meat {
    margin-top: 55px;
	}
}

/*新增 表格下载*/
.oneLine{
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
	white-space:nowrap;
	word-break: break-word;
}
.downloadFile li{
	border-bottom: 1px solid #eee;
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
	font-size: 16px;
    color: #666666;
}
.downloadFile li:before{
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	float: left;
	background: #e0993d;
	margin-top: 10px;
	margin-left: -10px;
}
.downloadFile li p{
	display: inline-block;
	width: 80%;
	padding-left: 10px;
	box-sizing: border-box;
}
.downloadFile li a{
	display: inline-block;
	width:60px;
	float: right;
	text-align: center;
	color:#fff;
	background: #e0993d;
	border-radius: 5px;
}
@media (min-width:200px) {
	.downloadFile li a{width: 45px;}
	.downloadFile li{font-size: 14px;}
}
@media (min-width: 768px) {
	.downloadFile li a{width: 60px;}
	.downloadFile li{font-size: 16px;}
}

/*公司资质*/
.quali{
	margin-top: 20px;
}
.quali ul li{
	margin-bottom: 25px;
    height: 160px;
    position:relative;
}
.quali ul li img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0 15px;
	box-sizing: border-box;
}
@media (min-width:200px) {
	.quali ul li{margin-bottom: 25px;height: 98px;}
}
@media (min-width: 768px) {
	.quali ul li{margin-bottom: 25px;height: 95px;}
}
@media (min-width:992px) {
	.quali ul li{margin-bottom: 25px;height: 130px;}
}
@media (min-width: 1200px) {
	.quali ul li{margin-bottom: 25px;height: 160px;}
}


@media (max-width:768px) {
    .ab_le {
        width: 100%;
    }
    .ab_ul>li>a {
        display: inline-block;
        height: 100%;
        width: 100%;
        font-size: 16px;
        color: #666666;
        padding: 0px 22px;
    }
    .ab_ul>li {
        height: 40px;
        line-height: 40px;
        padding-left: 0px;
        position: relative;
        display: inline-block;
        /* background: #df993d; */
        margin: 10px 10px;
        border-radius: 5px;
        overflow: hidden;
        background: #eaeaea;
    }
     .ab_ul > li.on {
        background: #df993d;
    }
    .ab_ul > li:before , .ab_ul>li.on:before{
        display:none;
    }
    .ab_ul > li.on > a {
        color:#fff;
    }
    .ab_ul {
        border:none;
        text-align:center;
    }
}