/* 产品列表css */
body {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    min-width: 1200px;
}

/* 头部box */
.header {
    height: .68rem;
    width: 100%;
    background: #FFFFFFFF;
    border-bottom: 2px solid rgba(198, 198, 198, 1);
}

/* logo */
.header-logo {
    height: 100%;
    position: relative;
}

.header-logo img {
    margin-left: 4.6rem;
    float: left;
    width: 2.02rem;
    height: .32rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* 导航 */
.header-nav {
    height: 100%;
    margin-right: 2.82rem;
    line-height: 0rem;
}

.header-nav span {
    margin-right: 1.03rem;
}

.header-nav span a {
    font-size: .18rem;
    color: rgba(96, 96, 96, 1);
    padding-bottom: .14rem;
}

/* 导航激活状态 */
.header-nav-active {
    position: relative;
    color: rgba(16, 45, 175, 1) !important; 
}
.header-nav span a:hover {
    color: rgba(16, 45, 175, 1);
}

.header-nav-active::after{
    content: "";
    position: absolute;
    width: 0.32rem;
    bottom: 0;
    left: 0.23rem;
    height: 2px;
    background:rgba(0,48,255,1);
    border-radius:1px;
}

/* banner */
.banner {
    box-sizing: border-box;
    width: 100%;
    height: 3rem;
    background: url(../image/banner/about_banner.png);
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-left: 3.59rem;
    position: relative;
}

.banner::after {
    content: "";
    bottom: 0;
    left: 0;
    height: .1rem;
    width: 100%;
    position: absolute;
    background: #F3F3F3;
}

.banner-title {
    font-size: .42rem;
    font-weight: bold;
    color: rgba(16, 45, 173, 1);
    padding-top: .27rem;
}

.banner-text {
    font-size: .28rem;
    color: rgba(16, 45, 173, 1);
    margin-top: .32rem;
    line-height:.48rem;
}


/* 概况 */
.general {
    height: 6.93rem;
    background: rgba(255, 255, 255, 1);
    padding: 0.3rem 3.6rem .39rem 3.6rem;
    position: relative;
}

.general::after {
    content: " ";
    width: 100%;
    height: 0.22rem;
    background: rgba(246, 249, 255, 1);
    position: absolute;
    bottom: 0;
    left: 0;
}

.general-content {
    width: 100%;
    height: 2.51rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(1, 58, 245, 0.22);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    padding: 0 .4rem;
    box-sizing: border-box;
}

.general-content::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    transform: rotate(-45deg);
    position: absolute;
    background: #102DAF;
    top: -.25rem;
    left: -.25rem;
}

.general-content::after {
    content: "";
    width: .5rem;
    height: .5rem;
    transform: rotate(45deg);
    position: absolute;
    background: #102DAF;
    bottom: -.25rem;
    right: -.25rem;
}

.general-content-title {
    text-align: center;
    padding-top: .2rem;
    font-size: .28rem;
    font-weight: bold;
    color: rgba(16, 45, 175, 1);
    position: relative;

}

.general-content-title::after {
    content: "";
    position: absolute;
    bottom: -.3rem;
    left: 46.6%;
    width: .8rem;
    height: 0.06rem;
    background: rgba(16, 45, 173, 1);
    border-radius: 3px;
}

.general-content-text {
    font-size: .26rem;
    color: rgba(98, 98, 98, 1);
    text-align: center;
    margin-top: .63rem;
    line-height: .48rem;
}

.general-spirit {
    width: 6rem;
    margin-left: .38rem;
}

.general-spirit p:nth-child(2n+1) {
    margin-top: 0.44rem;
    font-size: .26rem;
    font-weight: bold;
    color: rgba(16, 45, 175, 1);
}

.general-spirit p:nth-child(2n) {
    margin-top: 0.31rem;
    font-size: .24rem;
    color: rgba(88, 88, 88, 1);
}

.spirit-img {
    width: 5.09rem;
    height: 3.32rem;
    background: url(../image/bg/aboutbg.png);
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: .37rem;
}

/* 历程 */
.course {
    width: 100%;
    height: 2rem;
    background: url(../image/bg/course.png);
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
}

.course-title {
    text-align: center;
    padding-top: .34rem;
    font-size: .28rem;
    font-weight: bold;
    color: rgba(16, 45, 175, 1);
    position: relative;
}

.course-text {
    text-align: center;
    margin-top: 0.64rem;
    font-size: .26rem;
    color: rgba(16, 45, 175, 1);

}

.course-title::after {
    content: "";
    position: absolute;
    bottom: -.3rem;
    left: 48%;
    width: .8rem;
    height: 0.06rem;
    background: rgba(16, 45, 173, 1);
    border-radius: 3px;
}

/* 历程内容 */
.course-content {
    padding: .41rem 4.05rem .54rem 4.05rem;
    background: rgba(246, 249, 255, 1);
}

.course-content p {
    text-indent: .32rem;
    text-align: left;
    font-size: .16rem;
    color: rgba(102, 102, 102, 1);
    line-height: .32rem;
    word-break: break-all;
}

/* 底部 */
.footer {
    height: .68rem;
    width: 100%;
    font-size: 0;
    text-align: center;
    background: #5877ff;
}

.footer-content {
    display: inline-block;
    font-size: 0;
    height: 100%;
}

.footer-img-box {
    width: 0.5rem;
    height: 100%;
    float: left;
    margin: 0 auto;
    margin-right: .32rem;
}


.footer-img-box img {
    line-height: .5rem;
    margin-top: 0.1rem;
    width: 0.5rem;
    height: 0.5rem;

}

.footer-text {
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
    float: right;
    padding-top: .16rem;
}

.footer-text p {
    font-size: .14rem;
    text-align: left;
    color: rgb(255, 255, 255);
}