.tab{
    display: flex;
}
.tag_one{
    width: 25%;
    text-align: center;
    height: 60px;
    color: #474747;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height: 60px;
    background: #F5F6F9;
    cursor: pointer;
    margin-left: 2px;
}
.tag_one:hover{
    background: #173CAF;
    color: #FFF!important;
}
.tag_one_active{
    background: #173CAF;
    color: #FFF!important;
}
.tag1-content{
    display: block;
}
.company-base{
    padding-bottom: 100px!important;
}
.about-content{
    width: 100%;
    background: #FFF;
}
.tag1-content{
    width: 100%;
}
.about-company {
    padding-top: 70px!important;
}
.title{
    font-size:30px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(0,0,0,1);

}
.about-li{
    padding-left: 0;
}
.about-li li{
    list-style: disc;
    line-height: 33px;
}
.about-company .img{
    padding-top: 60px;
}
.bacgrounds{
    position: relative;
    overflow: hidden;
}
.bacgrounds .img{
    overflow: hidden;
}
.smart{
    width: 100%;
    background: none;
    position: absolute;
    top:30%;

}
.s_font{
    position: relative;
    margin-top: 15px;
    width: 113px;
    font-size: 14px;
    font-family:Microsoft YaHei;

}
.s_test{
    color: #FFF;
    transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -ms-transition:all .5s ease;

}
.s_test:hover{
    transform: translateY(15px);
    -webkit-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
    -o-transform:translateY(-10px);
    transform:translateY(-10px);
}
.history{
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.option{
    position: relative;
    overflow: hidden;
}
.option .smarts{
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    color: #FFF;
}
.smarts .op_title{
    font-size:30px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(255,255,255,1);
    line-height:30px;
    padding: 40px 0 15px 0;
}
.s-content{
    height: 100%;
    overflow: hidden;
}
.small_title{
    cursor: pointer;
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,0.37);
    padding: 40px 0;
}
.small_desc1{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,0.62);
    height: 0;
    transition: all .5s;
    overflow: hidden;
    opacity: 0;
}
.small_desc1-active{
    height: 4.5em;
    opacity: 1;
}
.small_title1{
    color:rgba(255,255,255,1)!important;
}
.smarts  .line{
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    width: 400px;
    border-bottom:1px solid rgba(245,246,249,1);
    opacity:0.27;

}
.tag4-content{
    width: 100%;
}
.tag2-content{
    width: 100%;
}
.title{
    margin-top: 60px;
}
.tag3-content{
    width: 100%;
}
.connect-us{
    padding: 0;
    width: 100%;
    background: #f5f6f9;
}
.c_title{
    margin-top: 40px;
    font-size:32px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(0,0,0,1);
}
.c-input{
    position: relative;
}
.erroes{
    position: absolute;
    left: 0;
    bottom: -20px;
    color: red;
}
.connect-us p{
    margin-top: 20px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    opacity:0.7;
}

.job-tag{
    padding-bottom: 100px;
}
.big-txt{
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}
.big-txt .label-a{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    opacity:0.7;
}

.big-txt textarea:focus{
    outline: none;
}
.sub-btn{
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(0,0,0,1);
    border: 1px solid rgba(227,227,227,1);
    background: #E3E3E3;
    width: 20%;
    padding: 10px;
    height: 50px;
    margin-left: 20px;
}
.connect-way{
    padding: 0;
    background: #FFF;
}
.connect-way .types{
    margin: 36px 0;
    display: flex;
    flex-wrap: wrap;
}
.connect-way .one-type:nth-of-type(odd){
    background: #f5f6f9;
    width: 49%;
    height: 80px;
    margin: 16px 1% 16px 0;


}
.connect-way .one-type:nth-of-type(even){
    background: #f5f6f9;
    width: 49%;
    height: 80px;
    margin: 16px 0 16px 1%;
}
.connect-way .icons{
    float: left;
    font-size: 20px;
    line-height: 80px;
    padding-left: 10px;
    color: #696969;
}
.connect-way .tt{
    margin-left: 57px;
    line-height: 20px;
}
.one-type .s{
    margin-top: 20px;
    font-size:16px;
    font-family:AvantGarde CE;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
.one-type .t{
    font-size:10px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    opacity:0.79;
}
.tts{
    margin-left: 57px;
    line-height: 80px;
}
.s-name{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    opacity:0.7;
}
.des{
    font-size:16px;
    font-family:AvantGarde Bk BT AvantGarde Bk BT;
    font-weight:normal;
    color:rgba(0,0,0,1);
    padding-left: 16px;
}
.des a,.tt a{
    color:rgba(0,0,0,1);

}
.des a:active,.des a:visited,.des a:hover,.tt a:hover{
    color:rgba(0,0,0,1);
}
.c-table{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.good-types{
    display: flex;
    flex-wrap: wrap;
}
.ffc{
    display: flex;
    flex-wrap: wrap;
}
.one-type{
    width: 33%;
    margin: 30px 0;
}
.c-inputst{
    display: flex;
}
@media (min-width: 768px) {
    .big-txt textarea{
        padding: 5px 10px;
        height:100px;
        border:1px solid rgba(190,190,190,1);
        width: 100%;
        resize: none;
        background: #f5f6f9;
    }
    .good-types .one-type{
        width: 50%;
        margin: 30px 0;
    }
    .one-ffc{
        width: 33%;
        text-align: center;
        margin:20px 0;
    }
    .c-table{
        margin-bottom: 20px;
    }
    .c-table .c-input{
        width: 50%;
        height: 60px;
        margin: 15px 0;

    }
    /*.c-table .c-input label{*/
    /*    float: left;*/
    /*    line-height: 60px;*/
    /*    font-size:16px;*/
    /*    font-family:Microsoft YaHei;*/
    /*    font-weight:400;*/
    /*    color:rgba(0,0,0,1);*/
    /*    opacity:0.7;*/
    /*    margin: 0;*/
    /*    width: 80px;*/

    /*}*/

    .c-table .c-input input{
        border:1px solid rgba(190,190,190,1);
        height: 100%;
        width:98%;
        padding: 5px 10px;
        outline: none;
        background: #f5f6f9;
    }
    .big-left{
        margin-left: 2%;
    }
    .c-table .c-input img{
        cursor: pointer;
        border:1px solid rgba(227,227,227,1);
        height: 60px;
    }
    .c-table .captcha{
        border:1px solid rgba(227,227,227,1);
        height: 60px!important;
        width:50%!important;
        padding: 5px 10px;
        outline: none;
        margin-left: 2%;
    }
    .tips{
        font-size:12px;
        font-family:Microsoft YaHei;
        font-weight:400;
        color:rgba(0,0,0,1);
        opacity:0.7!important;
    }

    .connect-way .one-type:nth-of-type(odd){
        background: #f5f6f9;
        width: 49%;
        height: 80px;
        margin: 16px 1% 16px 0;


    }
    .connect-way .one-type:nth-of-type(even){
        background: #f5f6f9;
        width: 49%;
        height: 80px;
        margin: 16px 0 16px 1%;
    }
}
@media (max-width:480px) {
    .connect-way .one-type{
        margin: 16px 0!important;

    }
    .bacgrounds .img{
        overflow: hidden;
        height: 220px;
    }
    .s_font{
        width: 100%;
    }
    .smart{
        width: 100%;
        top:20px!important;

    }
    .option {
        height: 450px;
    }
}

@media (min-width: 1366px) {
    .good-types .one-type{
        width: 33%;
        margin: 30px 0;
    }
    .big-txt textarea{
        padding: 5px 10px;
        height:100px;
        border:1px solid rgba(190,190,190,1);
        width: 100%;
        resize: none;
        background: #f5f6f9;
    }
    .good-types div:nth-child(2), .good-types >div:nth-child(5), .good-types >div:nth-child(8){
        text-align: center;
    }
    .good-types > div:nth-child(2)>div, .good-types >div:nth-child(5)>div, .good-types >div:nth-child(8)> div{
        text-align: center;
        width: 100%;
    }
    .good-types div:nth-child(3), .good-types >div:nth-child(6), .good-types >div:nth-child(9){
        text-align: right;
    }
    .good-types > div:nth-child(3)>div, .good-types >div:nth-child(6)>div, .good-types >div:nth-child(9)> div{
        text-align: center;
       float: right;
    }
    .one-ffc{
        width: 20%;
        text-align: center;
        margin:20px 0;
    }
    .ffc div:nth-child(5){
        text-align: right;

    }
    .ffc div:nth-child(5)>div{
        float: right;
        width: 197px;

    }
    .ffc div:nth-child(1){
        text-align: left;

    }
    .ffc div:nth-child(1)>div{
        width: 197px;

    }


    .c-table .c-input{
        width: 50%;
        height: 60px;
        margin: 15px 0;

    }
    .c-table .c-input input{
        border:1px solid rgba(190,190,190,1);
        height: 100%;
        width:98%;
        padding: 5px 10px;
        outline: none;
        background: #f5f6f9;
    }
    .big-left{
        margin-left: 2%;
    }
    .c-table .c-input img{
        cursor: pointer;
        border:1px solid rgba(227,227,227,1);
        height: 60px;
    }
    .c-table .captcha{
        border:1px solid rgba(227,227,227,1);
        height: 100%;
        width:62%!important;
        padding: 5px 10px;
        outline: none;
        margin-left: 2%;
    }
    .tips{
        font-size:12px;
        font-family:Microsoft YaHei;
        font-weight:400;
        color:rgba(0,0,0,1);
        opacity:0.7!important;
    }

}
@media (max-width: 1366px) {
    .one-type img{
        width: 98%;
    }
    .one-ffc img{
        width: 99%;
    }
    .small_title{
        padding: 23px 0;
    }
    .y-img{
        margin: 0!important;
    }
}
    @media (max-width: 480px) {
    .about-company{
        padding-top: 0!important;
    }
    .c-inputst{
        display: block;
    }
    .big-txt textarea {
        background: #f5f6f9;
        overflow: auto;
        height: 100px;
        width: 96%;
        border: 1px solid rgba(190,190,190,1);
        padding: 5px 10px;
    }
    .title{
        margin-top: 20px;
    }
    .good-types .one-type{
        width: 100%;
        margin: 30px 0;
        text-align: center;
    }
    .good-types .one-type>div{
        width: 100%;
        text-align: center;
    }
    .one-ffc{
        width: 100%;
        text-align: center;
        margin:20px 0;
    }
    .c-table{
        margin-bottom: 20px;
    }
    .c-table .c-input{
        width: 100%;
        height: 60px;
        margin: 30px 0;

    }
    .c-table .c-input label{
        float: left;
        line-height: 60px;
        font-size:16px;
        font-family:Microsoft YaHei;
        font-weight:400;
        color:rgba(0,0,0,1);
        opacity:0.7;
        margin: 0;
        width: 80px;

    }

    .c-table .c-input input{
        border:1px solid rgba(190,190,190,1);
        height: 100%;
        width:96%;
        padding: 5px 10px;
        outline: none;
        background: #F5F6F9;
    }
    .c-table .c-input img{
        cursor: pointer;
        border:1px solid rgba(227,227,227,1);
        height: 60px;
    }
    .capt{
        width: 96% !important;
    }
    .c-table .captcha{
        border:1px solid rgba(227,227,227,1);
        height: 60px!important;
        width:50%!important;
        padding: 5px 10px;
        outline: none;
        margin-left: 2%;
    }
    .tips{
        font-size:12px;
        font-family:Microsoft YaHei;
        font-weight:400;
        color:rgba(0,0,0,1);
        opacity:0.7!important;
    }
    .one-type{
        width: 100%!important;
    }
    .one-type:nth-child(7) .des{
        width: 100% !important;
        line-height: 40px;
        font-size: 14px;
    }
}


.swiper-container{
    width: 100%;       /*100vw鐨勬剰鎬濇槸瀹藉害鍜屾祻瑙堝櫒绐楀彛鐨勫搴︿竴鏍?/
    height: 755px!important;      /*100vh鐨勬剰鎬濇槸瀹藉害鍜屾祻瑙堝櫒绐楀彛鐨勯珮搴︿竴鏍?/
}


.type-name{
    width: 301px;
    text-align: center;
    padding-top: 18px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(115,115,115,1);
    line-height:16px;
}
.ffc-name{
    width:100%;
    text-align: center;
    padding-top: 18px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(115,115,115,1);
    line-height:16px;
}
.zl{
    text-align: center;
}
.zl img{
    max-width: 100%;
    height: auto;
}
.zl-list{
    max-width: 910px;
    height: auto;
    margin: 10px auto 60px auto;
    text-align: center;
    display: flex;
}
.zl-one{
    width: 25%;

}
.zl-num{
    font-size:16px;
    font-family:Averta;
    font-weight:bold;
    color:rgba(23,60,175,1);
    line-height:42px;
    width:42px;
    height:42px;
    border:1px solid rgba(216,216,216,1);
    opacity:0.57;
    border-radius:50%;
    margin: 0 auto;
}
.zl-name{
    margin-top: 20px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(71,71,71,1);
    line-height:16px;
}
.h-content{
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 600px;
}
.h-title{
    font-size:30px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(0,0,0,1);
    margin-top: 55px;
}
.h-line{
    width: 144px;
    float: right;
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.h-item{
    margin-right: 40px;
    height: 70px;
    width: 80px;
    border-right: 2px solid #EEE;
    position: relative;
    cursor: pointer;
}
.h-item::after{
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    bottom: 0;
    right: -6px;
    border-radius: 10px;
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: white;
}
.h-item::before{
    content: attr(data-time);
    position: absolute;
    bottom: 0;
    right: 20px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:9px;
    opacity:0.24;
}

.h-item-active{
    color: #173CAF!important;
}
.h-item-active::after{
    background: #173CAF!important;
}
.h-item-active::before{
    color:#173CAF!important;
    opacity:1!important;
}
.h-content::-webkit-scrollbar{
    display: none;
}
div::-webkit-scrollbar{
    width:8px;
    height:2px;
    margin-left: 30px;
    /**/
}
div::-webkit-scrollbar-track{
    background:#FFFFFF;
    opacity:0.2;
    border-radius:4px;
}
div::-webkit-scrollbar-thumb{
    background:rgba(179,179,179,0.3);
    border-radius:4px;
}
div::-webkit-scrollbar-thumb:hover{
    background:rgba(179,179,179,0.3);
}
div::-webkit-scrollbar-corner{
    background:rgba(179,179,179,1);
    opacity:0.2;
}
.y-detail{
    display: none;
    height: calc(100% - 100px);
}
.next-year{
    position: absolute;
    bottom: -40px;
    font-size: 72px;
    color: #eee;
}
.years-d{
    width: 45%;
}
.year-n{
    padding-top: 60px;
    font-size:72px;
    font-family:AvantGarde Md BT;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:100px;
}
.y-img{
    width: 50%;
    margin-right: 30px;
}
.alls{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.year-d{
    width: 60%;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,0,0,0.77);
    line-height:24px;
}
.y-active{
    display: block!important;
}

@media (max-width: 1024px){
    .next-year{
      display: none!important;
    }
    .small_title {
        padding: 30px 0;
    }
    .small_desc1-active {
        height: 40px;
        opacity: 1;
    }
    .year-n{
        padding-top: 1%;
        font-size:48px;
    }
    .y-img{
        width: 100%;
        margin-right: 30px;
    }
    .years-d{
        width: 100%;
    }
}
@media (max-width: 480px){
    .sub-btn{
        margin-left: 0;
        margin-top: 20px;
    }
    .mocha{
        width: 52%;
    }
    .year-d{
        width: 100% !important;
    }
}