
body {
    font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


section.words{
    padding: 1vw 3vw 3.5vw 3vw;
}
section.words>div>h1{
    padding: 2vw;
    color: #39b9fb;
    /*font-weight: 600;*/
}
section.words>div>p:nth-of-type(1){
    color: #666;
    font-size: 3rem;
    margin-bottom:1vw;
}
section.words>div>p:nth-of-type(2){
    color: #999;
    font-size: 2rem;
}
section.img>div{
    position: relative;
    width: 100%;
    z-index: -1;
}
section.img>div>img{
    position:relative;
    width: 100%;
}
section.img > div > div {
    position: absolute;
    z-index: 10;
    width: 100%;
    text-align: center;
    padding: 0 15%;
    top: 35%;
}
section.img div.apply{
    top: 32%;
}
section.img>div>div h3{
    font-size:2.5vw;
    color: #fff;
    line-height: 2;
    margin-bottom: 5px;
}
section.img>div>div p:nth-of-type(1){
    font-size: 2.5vw;
    color: #fff;
    line-height: 1.5;
}
section.img>div>div p:nth-of-type(2){
    color: #fd8300;
    font-size:16px;
}
section.img>div>div a.btn{
    font-size: 1.5vw;
    margin-top: 1vw;
    border-radius: 0;
    border: none;
    padding: 0.5vw 1.5vw;

}
/*轮播*/
section#banner{
    position: relative;
    z-index:1;
    width: 100%;
}
section#banner>div{
    position: absolute;
    width: 100%;
    z-index: -1;
}
    section#banner > div > img {
        position: relative;
        width: 100%;
        /** height:1240px;为了统一图片显示大小*/
    }
section#banner>div>div{
    position: absolute;
    z-index: 10;
    width: 100%;
    text-align: center;
    top: 35%;
}
    section#banner > div > div > h3 {
        font-size: 2.5vw;
        color: #fff;
        line-height: 2;
        margin-bottom: 5px;
        font-weight: 800 !important;
    }
section#banner>div>div>p {
    font-size: 1.2vw;
    color: #fff;
    line-height: 1.5;
    font-weight: bolder !important
}
section#banner>div>div>a{
    font-size: 1.5rem;
    margin-top: 1vw;
    background-color:#00a3e7;
    border-radius: 0;
    border: none;
    cursor: pointer;
    padding: 0.5vw 1.5vw;
}

#banner ol{
    position: absolute;
    bottom: 10px;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 0;
}
#banner ol li{
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.5;
    cursor: pointer;
    margin-right: 12px;
}
.actives{
    background-color: #fff!important;
    opacity: 1!important;
}
 /*logo*/
section.logos{
}
section.logos h1{
    padding-bottom: 2vw;
}
section.logos img{
    width: 24%;
    margin-bottom: 5px;
    padding: 0 0 0 0;
}

@media screen and (min-width: 1170px){
    section.img>div p{
        display: inline-block;
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    section.words{
        display:flex;
        width: 1100px;
        margin-left: auto;
        margin-right:auto;
        padding-left: 0!important;
        padding-right: 0!important;

    }
    section.words>div{
        padding-left:25px;
        padding-right:25px;
    }
    section .apply p{
        width: 100% !important;
    }
}
@media screen and (min-width: 1366px){
    section.words{
        width: 1220px;
    }
    section.words>div{
        padding-left:40px;
        padding-right:40px;
    }
}
/*媒体查询*/
@media screen and (min-width: 550px){
    #banner ol{
        bottom: 20px;
    }
    section.words>div>h1{
        font-size: 7vw;
    }

}
@media screen and (min-width: 991px){
    #banner>div:nth-of-type(2) p{
        padding-left: 20%;
        padding-right:20%;
    }
    section.logos img{
        margin-bottom: 5px;
        padding: 0 0 0 0;
    }
    .logos div h1 {
        font-size: 48px !important;
    }
    .logos div h1 span {
        font-size: 68px;
    }

    section.img > div > div h3 {
        font-size: 48px;
    }
    section.img>div>div p:nth-of-type(1){
        font-size: 24px;
    }
    section.img .apply p:nth-of-type(1){
        font-size: 24px!important;
    }
    section.img>div>div a.btn{
        font-size: 18px;
    }
    /*#banner a.btn{*/
        /*width: 144px;*/
        /*height:44px;*/
    /*}*/
    /*section#banner>div>div>h3{*/
        /*font-size:48px;*/
    /*}*/
    /*section#banner>div>div>p{*/
        /*font-size: 18px;*/
    /*}*/
    section#banner>div>div>a{
        font-size: 18px;
        padding: 0.5vw 1.5vw;
    }
    section.words>div>h1{
        font-size: 90px;
    }
}


@media screen and (max-width: 991px) {
    .logos div h1 {
        font-size: 5vw !important;
    }
    .logos div h1 span{
        font-size: 6vw;
        font-weight: 600;
    }
    #banner>div:nth-of-type(2) p{
        padding-left: 10%;
        padding-right:10%;
    }
    #banner>div:nth-of-type(3) p{
        padding-left: 10%;
        padding-right:10%;
    }
}


@media screen and (max-width: 550px) {
    #banner>div:nth-of-type(2)>div{
        top:18%;
    }
    #banner>div:nth-of-type(3)>div{
        top:20%;
    }
    section.img > div > div {
        top: 15%;
    }
    section.img div.apply p:nth-of-type(2) {
        font-size: 0.8vw;
    }
}
#banner>div>p{
    padding-left: 10%;
    padding-right:10%;
}
.banner_show{
    display: block;
}
.banner_hide{
    display: none;
}

.tabs-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tabs-header {
    display: flex;
    justify-content: center;
    padding-bottom:2vh
}
.tabs-header>div {
    display: flex;
    width:60%
}

.tab-button {
    flex: 1;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-bottom: none;
    font-size:30px
}

.bottom-line {
    display: flex;
    justify-content: center
}

.tab-button.active {
    background-color: #fff;
    font-weight: bold;
    color: #41bcfb;
    position: relative;
        
}
    .tab-button.active .line {
        width: 130px;
        height: 2px;
        background-color: #41bcfb;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    }
.tab-content {
    height: 460px;
    padding: 20px;
    background-color: #fff;
}

.tab-content.hidden {
    display: none;
}