/* 本语法支持IE8+、火狐4+、Chrome13+版本 */
@import "./public/reset.css";
@import "./public/base.css";
@import "./public/header.css";
@import "./public/nav.css";
@import "./public/footer.css";

body{
    background-color: #FFFFFF;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body > .sub{
    height: 300px;
    background: url("../../static/image/bg-2.png") no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
body > .sub .container{
    width: 1400px;
    margin: 0 auto;
    text-align: center;
}
body > .sub .title{
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    padding-bottom: 15px;
}
body > .sub .subtitle{
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
}
body > .sub .subtitle:before{
    content: '';
    display: block;
    width: 80px;
    height: 5px;
    margin: 0 auto;
    background-color: #FFFFFF;
    margin-bottom: 15px;
}

section .container{
    width: 1200px;
}

section{
    padding: 30px 0;
}
section .title{
    display: flex;
    justify-content: center;
    position: relative;
    font-family: PingFang SC, PingFang SC-Semibold;
    height: 78px;
}
section .title .text{
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 36px;
    color: #222;
    font-weight: 600;
}
section .title .text-shadow{
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: rgba(34,34,34,0.07);
}
section .content{
    padding-top: 50px;
}

.section-1 .text-container{
    padding: 30px;
    background-image: url("../../static/image/about-us-bg-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section-1 .text-container .text{
    line-height: 36px;
    font-size: 18px;
    color: #FFFFFF;
}


.section-2{
    background-color: #FFFFFF;
}
.section-2 .text-container{
    padding: 30px 0;
}
.section-2 .text-container .text{
    text-indent: 2em;
    line-height: 36px;
    font-size: 18px;
    /*font-weight: bold;*/
}
.section-2 table{
    width: 100%;
    border: 2px solid #F6FAFD;
    border-collapse: collapse;
}
.section-2 table td{
    width: 20%;
    font-size: 18px;
    height: 54px;
    border: 2px solid #dfdfdf;
    border-collapse: collapse;
    display:table-cell;
    vertical-align:middle;
    text-align: center;
}

.section-2 table tr:nth-child(1) td,
.section-2 table tr:nth-child(2) td{
    background-color: #c1d2fe;
}
.section-2 .table2 tr:nth-child(1) td,
.section-2 .table2 tr:nth-child(2) td{
    background-color: #CDF3FF;
}

.section-3 .text-container{
    padding: 30px;
    background-image: url("../../static/image/about-us-bg-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section-3 .content .text{
    line-height: 36px;
    font-size: 18px;
    text-indent: 2em;
}
.section-3 .text-container .text{
    color: #FFFFFF;
}
.section-3 .list-container{
    display: flex;
    padding: 50px 0;
}
.section-3 .list-container .list-item{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-3 .list-container .list-item .list-item-inner{
    height: 136px;
    width: 136px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.section-3 .list-container .list-item .inner-circular{
    height: 126px;
    width: 126px;
    border-radius: 50%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-3 .list-container .list-item:nth-child(2n-1) .inner-circular{
    background-color: #365FC8;
    box-shadow: 0 0 20px #365FC8;
}
.section-3 .list-container .list-item:nth-child(2n) .inner-circular{
    background-color: #349DCA;
    box-shadow: 0 0 20px #349DCA;
}
.section-3 .list-container .list-item:before,
.section-3 .list-container .list-item:after{
    content: "";
    display: block;
    flex: 1;
    border-bottom: 1px solid #D3D7E2;
}
.section-3 .list-container .list-item:first-child:before{
    border-color: transparent;
}
.section-3 .list-container .list-item:last-child:after{
    border-color: transparent;
}

.section-4{
    background-color: #F6FAFD;
}
.section-4 .text-container{
    display: flex;

}
.section-4 .text-container .left{
    flex: 1;
}
.section-4 .text-container .right{
    flex: 1;
    font-weight: 400;
    font-size: 18px;
    line-height: 42px;
    display: flex;
    flex-direction: column;
    text-indent: 2rem;
}

.section-5 .list-item{
    display: flex;
    align-items: center;
    height: 80px;
    margin-bottom: 30px;
}
.section-5 .list-item .icon{
    padding-right: 30px;
}
.section-5 .list-item .name{
    background-color: #5D66B0;
    height: 80px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
}
.section-5 .list-item .text{
    height: 80px;
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
    background-color: #FAFAFA;
}

.section-6{
    background-color: #F6FAFD;
}
.section-6 .container{
    width: 1400px;
}

.section-7 .text-container{
    display: flex;
}

.section-7 .text-container .left{
    flex: 1;
    padding-right: 25px;
}
.section-7 .text-container .right{
    padding-left: 25px;
    flex: 1;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    display: flex;
    flex-direction: column;
    color: #000000;
}
.section-7 .text-container .right .name{
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
}

.section-7 .text-container .map{
    height: 400px;
    background-color: #EFEFEF;
}
