.container {
    width: 12rem;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0);
}

.topBanner {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.aboutHome .cn {
    font-size: 0.24rem;
    font-weight: bold;
    padding-bottom: 0.2rem;
}

.aboutHome .en {
    font-size: 0.36rem;
    font-weight: bold;
}

.aboutHengZheng {
    margin-top: 0.6rem;

}

/* layui-tabs样式修改 */
.aboutHome .layui-tab-brief>.layui-tab-title .layui-this {
    color: #2f3347;
}

.aboutHome .layui-tab {
    position: relative;
    height: 3rem;
}

.aboutHome .layui-tab-title {
    position: absolute;
    left: unset;
    right: 0;
    width: 40%;
    height: 0.8rem;
    border-color: #d4d5d6;
    border-width: 2px;
}

.aboutHome .layui-tab-content {
    position: absolute;
    top: 1.4rem;
    right: 0;
    background-color: #f7f7f7;
    width: 6.5rem;
    font-size: 0.16rem;
    /*font-weight: bold;*/
    line-height: 0.38rem;
    padding: 0.36rem;
    border-radius: 0.1rem;
    height: 6.3rem;
}

.aboutHome .layui-tab-title li {
    width: 50%;
    height: 0.8rem;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.8rem;
    padding: unset;
}

.aboutHome .layui-tab-bar {
    display: none;
}

.aboutHome .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    height: 0.04rem;
    top: unset;
    bottom: -4px;
    border-radius: 4px;
;
    background-image: linear-gradient(90deg, rgba(55, 63, 255, 1), rgba(58, 202, 248, 1))
}

.courseBox {
    background-image: url("../../img/about/falicbg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 6.4rem;
    margin-top: 1.44rem;
    border: 1px solid rgba(0,0,0,0);
}
.courseBox .container{
    margin-top:1.16rem;
}

.certificateBox,
.patentBox {
    margin-top: 0.84rem;
    margin-bottom: 1.4rem;
}

.certificateBox .layui-row {
    border-bottom: 1px solid gray;
}

.textHint {
    text-align: right;
    font-size: 0.24rem;
    line-height: 0.9rem;
;
}

.certificateImgBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}

.certificateImgBox .imgItem {
    margin: 0.06rem;
    margin-top: 0.2rem;
}

.certificateImgBox .imgItem img {
    width: 2.8rem;
    /*height: 2rem*/
}

.certificateImgBox .imgItem .imgName {
    text-align: center;
    font-size: 0.16rem;
    font-weight: bold;
    margin-top: 0.16rem;
}

.patentImgBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.1rem;
}

.patentBox .layui-row {
    border-bottom: 1px solid gray;
}

.patentImgBox .imgItem {
    margin: 0.18rem;
    margin-top: 0.38rem;
}

.patentImgBox .imgItem img {
    width: 2rem;
    height: 2.9rem
}

.patentImgBox .imgItem .imgName {
    text-align: center;
    font-size: 0.14rem;
    font-weight: bold;
    margin-top: 0.06rem;
}

/* 时间轴样式 */
#dates {
    height: 1.4rem;
    width: 100%;
    position: absolute;
    top: -16px;
    /* overflow: hidden; */
}

#dates li {
    list-style: none;
    float: left;
    height: 50px;
    font-size: 0.24rem;
    color: white;
    position: relative;
}

#dates li>div .timeSign {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 auto;
    margin-bottom: 0.1rem;
    border-radius: 30px;
    border: 2px solid white;
    background-color: #28428c;
}

#dates li>div .year {
    text-align: left;
    line-height: 0.36rem;
    margin-top: 0.2rem;
}

#dates .active div .timeSign {
    background: linear-gradient(#3ac7f8, #374bff);
}

#dates li>div{
    color: white;
    display: block;
    position: absolute;
    right: -0.28rem;
    top: 6px;
    width: 0.82rem;
    cursor:pointer;
    z-index:100;
}

#dates .arrows {
    position: absolute;
    right: -0.04rem;
    top: 6px;
}

#dates .selected {
    font-size: 20px;
    font-weight: bold;
}

#issues {
    width: 100%;
    height: 3rem;
    overflow: hidden;
    color: white;
}
#issues li{
    padding:0.4rem;
    display:none
}
#issues .active{
    display:block;
}
#issues li .title{
    margin-top:0.1rem;
    font-size:0.3rem;
}
#issues li .splitBox-about{
    width:0.2rem;
    height:0.04rem;
    background-color:white;
    margin-top:0.34rem;
}
#issues li .detailes{
    font-size:0.2rem;
    margin-top:0.2rem;
    line-height: 0.3rem;;
    height:1.4rem;
}
.courseBox .layui-progress-bar{
    /*top:-1px;*/
    /*background:linear-gradient(90deg,#374bff,#3ac7f8 );*/
    background:#fff;
}


/*加入我们*/
.container{
    width:13.8rem;
    margin:0 auto;
    border:1px solid rgba(0,0,0,0);
}
.topBanner{
    width:100%;
    /* height:7rem; */
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
}
.title-jrwm{
    font-size:0.36rem;
    font-weight: 600;
    margin-top:0.85rem;
    text-align:center;

}
.titleEN{
    font-size:0.18rem;
    color:#979aa3;
    text-align: center;
    letter-spacing:6px;
    margin-top:0.18rem;
}
.weal .imageBox{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.weal .imageBox img{
    margin:0.126rem 0.08rem;
    display:inline-block;
    width: 3.5rem;
}
.recruitmentBox{
    margin-bottom:1.86rem;
}
.recruitmentBox .title{
    margin-top:0.67rem;
}
.recruitmentBox .layui-tab-title{
    border-bottom:none;
    width:30%;
    height:unset;
    display:inline-block;
}
.recruitmentBox .layui-tab-title li{
    display:block;
    /* width:3.3rem; */
    height: calc(0.7rem - 1px);
    background-color:#1492ff;
    color:white;
    font-size:0.24rem;
    line-height:0.7rem;
    border-bottom:1px solid #8ac9ff;
    padding:unset;
}

.recruitmentBox .layui-tab-brief>.layui-tab-title .layui-this{
    color:white;
    background-color:#5ab2ff;
}
.recruitmentBox .layui-tab-brief>.layui-tab-title li:hover{
    background-color:#5ab2ff;
}
.recruitmentBox .layui-tab-brief>.layui-tab-title .layui-this:after{
    border:unset;
}

.recruitmentBox .layui-tab-content .layui-tab-item{
    /*padding: 0.5rem;*/
}
.recruitmentBox .layui-tab-content p{
    font-size:0.22rem;
    line-height: 0.4rem;;
    /* font-weight:600; */
}


/*联系我们*/
.container {
    width: 11rem;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0);
}

.topBanner {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.aboutUs .layui-row{
    margin-top:0.7rem;
    margin-bottom:6.5rem;
}
.aboutUs .layui-col-xs4{
    margin:0 auto;
    text-align:center;
}
.aboutUs .layui-col-xs4 img{
    display:block;
    margin:0 auto;
}
.aboutUs .layui-col-xs4 p{
    width:2.5rem;
    margin:0 auto;
}
.aboutUs .layui-col-xs4 .en{
    font-size:0.18rem;
    font-weight:600;
    margin-top:0.18rem;
}
.aboutUs .layui-col-xs4 .details{
    font-size:0.16rem;
    margin-top:0.18rem;
}