.abou-itme {
	width: 100%;
	background: #f6f7f9;
	padding: 34px 0px;
	overflow: hidden;
}

.abou-itme ul {
	/* display: flex; */
	align-items: center;
	justify-content: space-between;
	margin: 0;
}

.abou-itme ul li {
	font-size: 14px;
	color: #333;
	background-color: #fff;
	border-radius: 30px;
	height: 46px;
	line-height: 46px;
	width: 18%;
	text-align: center;
	float: left;
	margin: 10px;
}

.abou-itme ul li:hover {
	background: #004ea1;
}

.abou-itme ul li:hover a {
	color: #fff !important;
}

.abou-itme ul li a {
	line-height: 41px;
	font-size: 15px;
	color: #333;
}

.active {
	color: #fff !important;
	background: #00469c !important;
}

.about-wrap {
	padding: 25px 0;
	border: 1px solid #e4e4e4;
	margin-bottom: 40px;
}

.wrap-tit h2 {
	font-size: 32px;
	height: 66px;
	line-height: 66px;
	color: #333;
	font-weight: 700;
}

.wrap-tit {
	margin: 6px 0 5px 0;
	text-align: center;
	background: url(../image/wrap-bg.png) no-repeat center;
}
.qylb_pic_box .about-wrap {
    border: none;
}
.qylb_pic_box .application-ul {
}
.qylb_pic_box ul .click {
 cursor: pointer;
 margin: 0px 0px 30px;
}
.qylb_pic_box ul li {
    /* height: 300px; */
    padding: 0px;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    padding: 15px 15px;
}
.wt-wrap {
	display: flex;
}

.ai-ii {
	/* display: flex; */
	justify-content: space-between;
}
.ai-left{
    width: 72%;
    float: left;
}
.ai-img {
    width: 22%;
	float: right;
}
.ai-img img {
	width: 100%;
}

.pic-nam {
	font-size: 16px;
	color: #333;
	text-align: center;
	/* background: #eceff2; */
	line-height: 51px;
	margin: 0;
}

.quality-wrap .application-item img {
    width: 100%;
    height: 460px;
    border: 5px solid #f6f7f9;
}

.quality-wrap .application-img img {
    width: 100%;
    height: 260px;
    border: 5px solid #f6f7f9;
}
.qylb_pic_box .application-ul .pic-name {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 20px 0;
    color: #333;
    font-size: 24px;
    /* text-align: center; */
}
.qylb_pic_box .application-ul img {
    width: 100%;
    height: 220px;
    border: 1px solid #eceff2;
}
.application-li {
    padding: 14px !important;
    position: relative;
    top: 0;
    transition: all .3s linear;
    overflow: hidden;
}
.time {
    color: #a0a0a0;
    font-size: 15px;
}
.more-re {
    line-height: 31px;
    border: 1px solid #004ea1;
    margin-top: 4%;
    margin-right: 2%;
    width: 20%;
    text-align: center;
    color: #004ea1;
}


@media (max-width: 980px) {
	.more-re {
		width: 30% !important;
	}
	.abou-itme ul li {
	    font-size: 14px;
	    color: #333;
	    background-color: #fff;
	    border-radius: 30px;
	    height: 46px;
	    line-height: 46px;
	    width: 28%;
	    text-align: center;
	    float: left;
	    margin: 10px;
	}
	.ai-left {
	    width: 100%;
	    float: left;
	}
	.ai-img {
	    width: 100%;
	    float: left;
	    margin-top: 12px;
	}
	.qylb_pic_box ul .click {
		cursor: pointer;
		margin: 10px;
	}
}
