@charset "UTF-8";

#overview{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 6.5rem;
}
#overview a{
    word-break: break-all;
}
#overview .header .top-img{
    position: relative;
    z-index: -1;
}
#overview .header .top-img img{
    width: 100%;
    height: auto; 
    animation: myscale 5s infinite;
    -webkit-animation: myscale 5s infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
#overview .header .top-img .top-info{
    position: absolute;
    top: 20%;
    left: 13%;
}
#overview .header .top-img .top-info .head-title{
    font-size: 2.5rem;
    font-weight: bolder;
    color: #fff;
}
#overview .header .top-img .top-info .info-content{
    width: 40rem;
    background: #00000061;
    color: #fff;
    padding: 1.2rem 1.5rem;
    line-height: 1.7rem;
    font-size: .9rem;
    margin-top: 3rem;
}
#overview .header .crumb-box{

}
#overview .header .crumb-box .crumb{
    position: relative;
}
#overview .header .crumb-box .crumb .el-breadcrumb{
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */
    z-index: 10;
}
#overview .el-tabs__header{
    margin: 0;
}
#overview .header .crumb-box .crumb .el-tabs__header .el-tabs__nav-prev, #overview .header .crumb-box .crumb .el-tabs__header .el-tabs__nav-next{
   line-height: 4rem;
}

#overview .header .crumb-box .crumb .el-tabs__nav-scroll {
    height: 4rem;
    display: grid;
    place-items: initial;
    align-content: center;
    justify-content: space-around;
}
#overview .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item.is-active{
    color: #13929D;
}
#overview .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item:hover{
    color: #13929D;
}
#overview .el-tabs__nav-scroll .el-tabs__nav .el-tabs__active-bar{
    background: #13929D;
}
#overview .el-tabs__nav-wrap::after{
    width: 0;
}

#overview .level2-nav{
    height: 100%;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#overview .level2-nav a{
    margin: 0 1rem;
    padding: 0.2rem;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.7rem;
    display: inline-block;
    list-style: none;
    font-size: 1rem;
    font-weight: 500;
    color: #303133;
    position: relative;
}
#overview .level2-nav a:hover{
    text-decoration : none
}

#overview .level2-nav .active{
    color: #13929D;
    /* border-bottom: #00909f 0.15rem solid; */
}

#overview .main-box{
    background: transparent;
    flex: 1;
}
#overview .main-box .content-box{

}
#overview .main-box .content-box1{
    /* padding-bottom: 10rem; */
}
#overview .main-box .content-box1 .content-title{
    font-size: 1.8rem;
    font-weight: bolder;
    color: #000;
    text-align: center;
    margin: 1rem 0 1.3rem;
}
#overview .main-box .content-box1 .content-info-box{

}
#overview .main-box .content-box1 .content-info-box .info-item{
    background: #fff;
    border-radius: .2rem;
    padding: 2rem 1.7rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}
#overview .main-box .content-box1 .content-info-box .info-img{
    width: 23.2rem;
    height: auto;
    border-radius: .5rem;
    margin-right: 1.3rem;
}
#overview .main-box .content-box1 .content-info-box .item-subtitle{
    flex: 1;
    text-indent: 4ch;
    color: #333;
    font-size: .9rem;
    padding: 0 2rem;
    text-align: justify;
}

#overview .main-box .content-box1 .content-info-box .img-box{
    display: flex;
    justify-content: center;
}
#overview .main-box .content-box1 .content-info-box .img-box .img-item{
    width: 100%;
    /* height: 15rem; */
}
#overview .main-box .content-box2{
    padding: 1.5rem;
    height: 100%;
}
#overview .main-box .content-box2 .content-info-box2{
    background: #fff;
    border-radius: .5rem;
    height: 100%;
    padding-top: 2rem;
}
#overview .main-box .content-box2 .content-info-box2 .year-tabs {

}
#overview .main-box .content-box2 .content-info-box2 .year-tabs .el-tabs__nav-scroll {
    display: grid;
    place-items: initial;
    align-content: center;
    justify-content: space-around;
}
#overview .main-box .content-box2 .content-info-box2 .year-tabs .el-tabs__nav-scroll .el-tabs__nav .el-tabs__active-bar{
    height: 0;
}
#overview .main-box .content-box2 .content-info-box2 .year-tabs .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item{
    font-size: 1rem;
}
#overview .main-box .content-box2 .content-info-box2 .year-tabs .el-tabs__nav-scroll .el-tabs__nav .is-active{
    font-size: 2rem;
}
#overview .main-box .content-box2 .content-info-box2 .info-box2{
    padding: 3rem 0 3rem;
}
#overview .main-box .content-box2 .content-info-box2 .info-box2 .item-time-steps{
    display: flex;
    position: relative;
}
#overview .main-box .content-box2 .content-info-box2 .info-box2 .item-time-steps .steps-round{
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #00998A;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
#overview .main-box .content-box2 .content-info-box2 .info-box2 .item-time-steps .time-left{
    width: 50%;
    border-right: 1px solid #00998A;
    text-align: right;
}
#overview .main-box .content-box2 .content-info-box2 .info-box2 .item-time-steps .time-right{
    width: 50%;
    border-left: 1px solid #00998A;
}
#overview .main-box .content-box2 .content-info-box2 .info-box2 .item-time-steps .time-steps-box{
    padding-bottom: 1rem;
}
#overview .main-box .content-box2 .content-info-box2 .info-box2 .item-time-steps .time-steps-box .time-box{
    padding: 0 1.8rem 1rem;
    background: #fff;
}
 #overview .main-box .content-box2 .content-info-box2 .info-box2 .item-time-steps .time-steps-box .time-box .time-box-day{
     color: #000;
     font-weight: bolder;
     border-top: 1px solid #00998A;
     padding-top: .3rem;
     font-size: 1.25rem;
 }
#overview .main-box .content-box2 .content-info-box2 .info-box2 .item-time-steps .time-steps-box .time-box .time-box-title{
    font-size: 1.25rem;
    color: #000;
    font-weight: bolder;
    margin: .5rem 0;
}
#overview .main-box .content-box2 .content-info-box2 .info-box2 .item-time-steps .time-steps-box .time-box .time-box-subtitle{
    font-size: .875rem;
    color: #666;
}

#overview .main-box .content-box3{
    padding-bottom: 0;
    position: relative;
    margin-top: 1rem;
    border-radius: .8rem;
}
#overview .main-box .content-box3 .content-title{
    font-size: 1.3rem;
    color: #13929D;
    position: absolute;
    left: 3rem;
    top: 4rem;
}
#overview .main-box .content-box3 .content-box3-img{
    width: 100%;
}

.content-box3-box{
    padding: 2rem;
    background: #fff;
}

#overview .main-box .content-box4{
    margin-top: 1rem;
    background: #fff;
    padding: 5rem 0;
}
#overview .main-box .content-box4 .content-info-box4{
    display: flex;
}
#overview .main-box .content-box4 .content-info-box4 .content-left{
    flex: 1;
}
#overview .main-box .content-box4 .content-info-box4 .content-left .content-title4{
    margin-top: 0;
}
#overview .main-box .content-box4 .content-info-box4 .content-box4-img{
    width: 17rem;
    height: 12rem;
    margin-left: 1rem;
    border-radius: .5rem;
}
#overview .main-box .content-box4 .content-title4{
    font-size: 1rem;
    color: #13929D;
    font-weight: bolder;
    margin: 1rem 0 .6rem;
}
#overview .main-box .content-box4 .content-info4{
    font-size: .9rem;
    color: #333;
    line-height: 1.8rem;
    text-indent: 4ch;
}
#overview .main-box .content-box5{
    height: 100%;
    background: url("../images/leaderbg.jpeg");
    background-size: 100% 100%;
}
#overview .main-box .content-box5 .content-info-box5{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5rem;
    margin-top: 1rem;
}
#overview .main-box .content-box5 .content-info-box5 .item-box{
    padding-top: 1.7rem;
    flex: 1;
    margin: 0 1.2rem 1.2rem 0;
    width: calc((100% - 2.4rem) / 2);
    min-width: calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
    background: url("../images/leader.png");
    background-size: 100% 100%;
    border-radius: .5rem;
}
#overview .main-box .content-box5 .content-info-box5 .item-box .box-center{
    padding: 1.8rem 1.2rem;
    border-radius: .5rem;
    cursor: pointer;
    width: 100%;
    color: #333;
    box-shadow: 0 5px 12px 0 rgba(215, 215, 215, 0.38);
}
#overview .main-box .content-box5 .content-info-box5 .item-box:nth-child(2n) {
    margin-right: 0;
}
#overview .main-box .content-box5 .content-info-box5 .item-box .module-info .module-title{
    font-size: 2rem;
    font-weight: bolder;
    padding-bottom: .2rem;
}
#overview .main-box .content-box5 .content-info-box5 .item-box .module-info .module-content{
    font-size: 1rem;
}
@media (max-width: 991.98px) {
    .container{
        padding: 0 !important;
    }
    #overview .main-box .content-box2{
        padding: 1rem 0;
    }
    #overview .header .top-img .top-info{
        top: 10%;
        left: 7%;
    }
    #overview .header .top-img .top-info .head-title{
        font-size: 2rem;
        font-weight: bolder;
    }
    #overview .header .top-img .top-info .info-content{
        width: 30rem;
        line-height: 1.5rem;
        font-size: .8rem;
        margin-top: 1rem;
        padding: .6rem 1rem;
    }

    #overview .main-box .content-box1 .content-info-box .info-item{
        flex-direction: column;
        padding: 1.5rem 1rem;
    }
    #overview .main-box .content-box1 .content-info-box .info-item .info-img{
        margin: 0 0 1rem;
    }
    #overview .main-box .content-box1 .content-info-box .info-item .item-subtitle{
        font-size: 1rem;
        padding: 0;
    }
    #overview .main-box .content-box1 .content-info-box .img-box{
        flex-direction: column;
    }
    #overview .main-box .content-box1 .content-info-box .img-box .img-item{
        width: 100%;
        margin-bottom: .8rem;
        border-radius: .5rem;
    }

    #overview .main-box .content-box2 .content-info-box2 .info-box2 .item-time-steps .steps-round{
        left: 1px;
    }
    #overview .main-box .content-box2 .content-info-box2 .info-box2 .item-time-steps:nth-child(1n) .time-left{
        width: 100%;
        border-left: 2px solid #00998A;
        text-align: left;
        border-right: 0;
    }
    #overview .main-box .content-box2 .content-info-box2 .info-box2 .item-time-steps:nth-child(1n) .time-right{
        width: 0;
        border-left: 0;
    }
    #overview .main-box .content-box2 .content-info-box2 .info-box2 .item-time-steps:nth-child(2n) .time-left{
        width: 0;
    }
    #overview .main-box .content-box2 .content-info-box2 .info-box2 .item-time-steps:nth-child(2n) .time-right{
        width: 100%;
    }


    #overview .main-box .content-box4{
        padding: 1rem 0;
    }
    #overview .main-box .content-box4 .content-info-box4{
        flex-direction: column;
        align-items: center;
    }
    #overview .main-box .content-box4 .content-info-box4 .content-box4-img{
        margin: .8rem 0 0;
    }

    #overview .main-box .content-box5 .content-info-box5{
        justify-content: center;
    }
    #overview .main-box .content-box5 .content-info-box5 .item-box{
        margin-right: 0;
        width: 70%;
        min-width: 70%;
        max-width: 70%;
    }
}
@media (max-width: 575.98px) {
    #overview .header .top-img .top-info{
        top: 0 !important;
        left: 4% !important;
    }
    #overview .header .top-img .top-info .head-title{
        font-size: 1.2rem;
    }
    #overview .header .top-img .top-info .info-content{
        width: 22rem !important;
        line-height: 1.2rem !important;
        margin-top: 0 !important;
        font-size: .7rem;
        padding: .4rem .8rem;
    }
    #overview .main-box .content-box5 .content-info-box5{
        padding: 3rem 0;
    }
    #overview .main-box .content-box5 .content-info-box5 .item-box{
        width: 80%;
        min-width: 80%;
        max-width: 80%;
    }
}
