
/*==================================================
 <-- 关于我们样式-->
===================================================*/


.about-section {
    padding: 89px 0 92px;
	background:url(../picture/aboutus_bg.jpg) no-repeat center;
}

.about-thumb {
    position: relative;
}

.about-thumb img {
    width: 100%;
}

.about-counter {
    position: absolute;
    background: #0b4df5;
    width: 180px;
    height: 158px;
    border-radius: 3px;
    text-align: center;
    top: 0;
    right: 0;
}

.about-counter-text {
    position: relative;
    padding: 28px 0 0;
}

.about-counter-text::before {
    position: absolute;
    content: "";
    width: 171px;
    height: 150px;
    border: 1px dashed #fff;
    left: 4px;
    right: 0;
    bottom: 0;
    top: 4px;
}

.about-numbar h4 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}

.about-numbar span {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
}

.about-text h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin: 5px;
}

/* 关于我们标题样式 */

.about-section-sub-title h4 {
    font-size: 24px;
    line-height: 24px;
    color: #0b4df5;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin: 0;
}

.about-section-sub-title h4::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #0b4df5;
    top: 6px;
    right: -48px;
}

.about-section-sub-title h4::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #0b4df5;
    top: 15px;
    right: -57px;
}

.about-section-main-title h2 {
    font-size: 48px;
    line-height: 60px;
    color: #1c1632;
    font-weight: 600;
    margin-bottom: 23px;
}

.about-content-discription p {
    font-size: 16px;
    line-height: 24px;
    color: #434141;
    font-weight: 400;
    margin-bottom: 32px;
}

.about-list {
    margin-bottom: 40px;
}

.about-list ul li {
    font-size: 18px;
    color: #1c1632;
    font-weight: 500;
    margin-bottom: 17px;
}

.about-list ul li i {
    color: #0b4df5;
    margin-right: 7px;
}



/* 关于我们 tab 样式 */

.tab ul {
    list-style: none;
}

.tab ul li {
    display: inline-block;
    /* margin-right: 18px; */
}

.tab ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    background: #1c1632;
    padding: 6px 15px;
    border-radius: 3px;
    margin-bottom: 40px;
}

.tab ul li.current a {
    background: #0b4df5 !important;
}
