
*{
    margin:0;
    padding:0;
}
ul li{
    list-style: none;
}
body,html{
    color: #333333;
}
a{
    text-decoration: none;
}
i{
    font-style: normal;
}
input,button{
    outline: none;
}
.mak{
    cursor: pointer;
}
@media screen and (min-width: 1200px){
    .box{
        width: 100%;
        height: 100%;
        padding-bottom: 30px;
    }
    .banner{
        height: 328px;
        background: url(../img/ban.png) no-repeat top center;
    }
    .banner div{
        width: 1200px;
        height: 328px;
        position: relative;
        margin: auto;
    }
    .banner div img{
        position: absolute;
    }
    .banner div img:nth-child(1){   
        top: 51%;
        right: 40px;
        width: 314px;
        transform: translate(0,-50%);
    }
    
    .banner div img:nth-child(2){
        top: 62px;
        right: 3px;
        width: 66px;
        animation: img2 5s linear 5s infinite;
        -webkit-animation: img2 5s linear 5s infinite /* Safari 与 Chrome */;
    }
    @keyframes img2{
        0% {
            transform: translateY(0px);
        }
        10% {
            transform: translateY(-15px);
        }
        20% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(0px);
        }
    }
    .banner div img:nth-child(3){
        top: 34px;
        right: 274px;
        width: 66px;
        animation: img3 5s linear 2s infinite;
        -webkit-animation: img3 5s linear 2s infinite;
    }
    @keyframes img3{
        0% {
            transform: translateY(0px);
        }
        10% {
            transform: translateY(-15px);
        }
        20% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(0px);
        }
    }
    .banner div img:nth-child(4){
        top: 198px;
        right: 30px;
        width: 66px;
        animation: img4 5s linear 4s infinite;
        -webkit-animation: img4 5s linear 4s infinite;
    }
    @keyframes img4{
        0% {
            transform: translateY(0px);
        }
        10% {
            transform: translateY(-15px);
        }
        20% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(0px);
        }
    }
    .banner div img:nth-child(5){
        top: 184px;
        right: 310px;
        width: 66px;
        animation: img5 5s linear 3s infinite;
        -webkit-animation: img5 5s linear 3s infinite;
    }
    @keyframes img5{
        0% {
            transform: translateY(0px);
        }
        10% {
            transform: translateY(-15px);
        }
        20% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(0px);
        }
    }
    .box_in{
        width: 1200px;
        margin: auto;
    }
    .query{
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 99999;
        position: fixed;
        top: 0;
        left: 0;
    }
    .query_in{
      
        width: 590px;
        height: 396px;
        border-radius: 10px;
        box-shadow: #ccc 1px 1px 18px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        
    }
    .query_in i{
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .query_in h1{      
        text-align: center;
        padding-top: 30px;
        color: #000;    
        font-size: 28px;
    }
    .query_in div{
        width: 68%;
        margin: auto;
    }
    .query_in div p span{
        color: #000;
        font-size: 18px;
        font-weight: bold;
    }
    .query_in div input{
        width: 284px;
        height: 30px;
        border-radius: 6px;
        background: #eeeeee;
        outline: none;
        margin-left: 26px;
        font-size: 14px;   
        border: none; 
        padding-left: 14px;
    }
    .citySelect{
        width: 128px;
        height: 30px;
        border-radius: 6px;
        border: none;
        background: #eeeeee;
        outline: none;
        padding-left: 18px;
        font-size: 14px;
        margin-left: 18px;
    }
    .queryss{
        display: block;
        width: 200px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #e42f28;
        color: #fff;
        border: none;
        margin: auto;
        letter-spacing: 2px;
        margin-top: 24px;
        font-size: 28px !important;
        letter-spacing: 2pt;
        border-radius: 10px;
        cursor: pointer;
        outline: none;
        padding-top: 0 !important;

    }
    .query_in p{
        padding-top: 22px;
        font-size: 14px;
    }
    .code1{
        width: 128px !important;
        height: 30px !important;
        display: inline-block;
        padding-left: 20px;
    }
    /* .yanzhengma{
        position: relative;
    } */
    .yanzhengma button{
        width: 126px;
        height: 30px;
        border-radius: 6px;
        background: #ff5650;
        color: #fff;
        letter-spacing: 1px;
        outline: none;
        cursor: pointer;
        font-size: 14px;
        margin-left: 10px;
        border: 1px solid #ff403a;
    }
    .ml{
        width: 100%;
        display: flex;
        position: relative;
        justify-content: space-between;
        margin-top: 50px;
    }
    .ml .div{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ml .div .span{
        font-size: 18px;
        color: #006cf7;
        font-weight: bold;
    }
    .ml .div .span1{
        font-size: 16px;
        color: #666666;
    }
    .ml .div:hover .span1{
        color: #006cf7;
        cursor: pointer;
    }
    .ml .div .quan{
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #d6e6f7;
        margin: 10px 0 20px; 
        z-index: 6666;
    }
    .ml .div .quan p{
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 4px;
        background: #2888f7;
    }
    .ml .div1{
        width: 100%;
        position: absolute;
        height: 3px;
        top: 50%;
        background: #0373f7;
        margin-top: -6px;
        left: 50%;
        z-index: 9999;
        transform: translate(-50%);
    }
    
    .mess{
        padding-top: 80px;
    }   
    .mess h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-left: 14px;
        background-size: 5px;
        position: relative;
    }
    .mess h2 span{    
        text-align: center;
        color: rgb(255, 0, 0);
        font-size: 30px;
        cursor: pointer;
    }
    .mess h2 a{
        position: absolute;
        top: 32px;
        right: 0;
        width: 225px;
        height: 53px;
        line-height: 53px;
        background: #3290fd;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        cursor: pointer;
    }
    .mess p{
        padding-bottom: 14px;
        padding-top: 22px;
    }
    .table{
        width: 100%;
        height: 100px;
        box-shadow: #ccc 1px 1px 10px;
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
    .table h3{
        width: 60px;
        letter-spacing: 3pt;
        line-height: 30px;
        padding-top: 14px;
        padding-left: 24px;
        padding-right: 16px;
        background: #1a81f7;
        font-size: 22px;
        color: #fff;
    }
    .table ul{
        width: 1110px;
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        align-items: center;
        margin-left: 10px;
    }
    .table ul li{
        width: 68px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        
    }
    .table ul li a{
        width: 60px;
        text-align: center;
        height: 24px;
        line-height: 24px;
        border-radius: 6px;
        cursor: pointer;
        color: #333;
    }
    .kaitong{
        color: red !important;
    }
    #undefined{
        width: 116px;
        height: 30px;
        line-height: 30px;
        background: #1a81f7;
        color: #fff;
        border-radius: 30px;
        display: block;
        font-size: 14px;
        margin: auto;
        cursor: pointer;
    }
	#undefined2{
        width: 116px;
        height: 30px;
        line-height: 30px;
        background: #9b9b9b;
        color: #fff;
        border-radius: 30px;
        display: block;
        font-size: 14px;
        margin: auto;
        cursor: pointer;
    }
	
	
    .aaa li.act{
        /*width: 60px;*/
        text-align: center;
        height: 24px;
        line-height: 24px;
        border-radius: 6px;
        background: #1a81f7;
        color: #fff;
    }
    .aaa li.act a{
        color: #fff;
    }
    .mess table{
        width: 100%;
        height: 60px;
        overflow: scroll;
        overflow: hidden;
        border-collapse:collapse;
        border-top: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
    }
    .mess table thead{
        background: #2184f7;
        color: #fff;
        width: 100%;
        height: 60px;
        line-height: 60px;
    }
    .mess table thead tr td{
        border-right: 1px solid #5a9ce8;
    }
    .mess table tr td{
        text-align: center;
    }
    thead tr td:nth-child(1){
        width: 78px;
    }
    thead tr td:nth-child(2){
        width: 150px;
    }
    thead tr td:nth-child(3){
        width: 244px;
    }
    thead tr td:nth-child(4){
        width: 200px;
    }
    thead tr td:nth-child(5){
        width: 180px;
    }
    thead tr td:nth-child(6){
        width: 196px;
    }
    .tab{
        width:100%;
        height: 333px;
        overflow: auto;
        font-size: 14px;
        border-left: 1px solid #e4e4e4;
    }
    .tab tr td{
        height: 34px;
        line-height: 44px;
        text-align: center;
        font-size: 16px;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
    }
    .tab tr td:nth-child(1){
        width: 78px;
    }
    .tab tr td:nth-child(2){
        width: 150px;   
    }
    .tab tr td:nth-child(3){
        color: #000;
        width: 244px;
    }
    .tab tr td:nth-child(4){
        color: #000;
        width: 200px;
    }
    .tab tr td:nth-child(5){
        /*color: #096ff5;*/
        width: 180px;
        cursor: pointer;
    }
    .tab tr td:nth-child(6){
        width: 196px;
        color: #000;
        cursor: pointer;
    }
    .tab tr td:nth-child(7){
        width: 129px;
        color: #000;
        cursor: pointer;
        border-right: none;
    }
    .tab tr:nth-last-of-type(1){
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
    .mask{
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        z-index: 9999;
    }
    .mask_in{
        text-align: center;
        width: 477px;
        height: 330px;
        background-color: #ffffff;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
        opacity: 1 !important;
    }
    .mask_in h3{
        font-size: 18px;
        color: #333333;
        background: url(../img/icon.png) no-repeat 37px 52px;
        padding-left: 30px;
        padding-top: 50px;
        font-weight: bold;
    }
    .mask_in i{
        width: 38px;
        position: absolute;
        top: 1px;
        right: 7px;
        cursor: pointer;
    }
    .mask_in img{
        width: 34%;
        padding-top: 20px;
    }
    .mask_in p{
        text-align: center;
        font-size: 14px;
        padding-top: 20px;
    }
    .ques{
        margin-top: 80px;
    }
    .ques h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-left: 14px;
        background-size: 5px;
    }
    .container {
        margin-top: 30px;
        position: relative;
    }
    .title {
        width: 50%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .title li {
        text-align: center;
        border-radius: 5px;
        cursor: pointer;
        user-select: none;
        padding: 6px 20px;
        font-size: 20px;
    }
    .title li.active {
        background: #373bf6;
        color: #fff;
        border-radius: 30px;
        transform: scale(1);
        
    }
    .content{
        padding-bottom: 20px;
        width: 100%;
        border-radius: 18px;
        box-shadow: #ccc 1px 1px 16px;
    }
    .content li {
        display: none;
        margin-top: 20px;
        margin-left: 36px;
        padding-top: 20px;
    }
    .content li h3{
        padding-top: 10px;
        padding-bottom: 6px;
    }
    .content li a{
        display: block;
        font-size: 17px;
        line-height: 26px;
        width: 70%;
    }
    .content li a span{
        color: #ff423e;
    }
    .content li button{
        width: 174px;
        height: 44px;
        background: #363ef9;
        color: #fff;
        border-radius: 30px;
        border: none;
        margin-left: 265px;
        margin-top: 20px;
    }
    .content li:nth-child(3){
        padding-top: 10px;
    }
    .tiaojian{
        position: relative;
    }
    .tiaojian img{
        width: 240px;
        position: absolute;
        top: 26%;
        right: 50px;
    } 
    .tiaojian table{
        width: 740px;
        height: 200px;
        margin-top: 10px;
        text-align: center;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        border-collapse: collapse;
    }  
    .tiaojian table tr td{
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .process p{
        display: flex;
        flex-wrap: wrap;
    }
    .process a{
        padding-left: 10px;
        font-weight: bold;
        font-size: 24px !important;
        letter-spacing: 1px;
        display: inline !important;
    }
    .process button{
        margin-left: 850px !important;
        margin-top: 0px !important;
    }
    .process p i{
        width: 144px;
        height: 56px;
        margin-right: 36px;
        margin-top: 30px;
        padding-left: 10px;
        font-weight: bold;
        padding-top: 4px;
        border-radius: 8px;
        font-style: normal;
        border: 1px solid #e5e5e5;
        color: #000;
        position: relative;
    }
    .process p i span{
        display: block;
        font-weight: normal;
        padding-right: 24px;
        padding-left: 24px;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
    }
    .process p i img{
        position: absolute;
        top: 24px;
        right: -27px;
    }
    .process p i:nth-child(6) img{
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translate(-50%);
    }
    .qa p{
        
        border-bottom: 1px solid #d1d1d1;
        margin-right: 30px;
        margin-left: 10px;
        padding-top: 12px;
        overflow: hidden;
        padding-bottom: 12px;
    }
    .qa p:nth-child(1) span{
        display: block;
    }
    .qa p:nth-child(5){
        border-bottom: none !important;
    }
    .qa p i{
        width: 100%;
        font-weight: bold;
        cursor: pointer;
        font-size: 18px;
    }
    .qa p i img{
        cursor: pointer;
        position: absolute;
        right: 32px;
        padding-top: 10px;
    }
    .qa p span{
        display: none;
        font-size: 16px;
        padding-top: 10px;
    }
    .qa strong{
        border-radius: 30px;
        background: #363ef9;
        display: block;
        text-align: center;
        line-height: 40px;
        color: #fff;
        margin: auto;
        width: 220px;
        height: 46px;
        font-size: 18px;
        cursor: pointer;
    }
    .jianyi p{
        display: inline-block;
        font-size: 16px;
        margin-top: 8px;
        border: 1px solid #ccc;
        padding-left: 10px;
        padding: 2px 12px;
        border-radius: 6px;
    }
    .jianyi h4{
        padding-top: 12px;
        font-size: 16px;
    }
    .jianyi button{
        margin-left: 512px !important;
    }
    .jianyi p a{
        display: inline !important;
        color: #ff2626;
    }
    .jianyi i{
        width: 88%;
        display: block;
    }
    .code{
        width: 222px;
        position: absolute;
        top: 28%;
        right: 80px;
    }
    .data{
        padding-top: 80px;
    }
    .data h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-left: 14px;
        background-size: 5px;
    }
    .data_in{
        display: flex;
        justify-content: space-between;
    }
    .handout{
        width: 910px;
        height: 202px;
        padding-top: 20px;
        margin-top: 30px;
        display: flex;
        border-radius: 10px;
        box-shadow: #ccc 1px 1px 10px;
    }
    .handout dl{
        width: 236px;
        height: 176px;
        border-right: 1px solid #e9e9e9;
    }
    .handout dl dt img{
        display: block;
        margin: auto;
        padding-top: 6px;
    }
    .handout dl dd h3{
        text-align: center;
        color: #000;
        padding-top: 12px;
    }
    .handout dl dd p{
        color: #656565;
        font-size: 14px;
        text-align: center;
        padding-top: 6px;
    }
    .handout dl dd button{
        width: 86px;
        height: 28px;
        border: none;
        background: #207dff;
        box-shadow: #99bff2 1px 3px 6px;
        border-radius: 30px;
        color: #fff;
        margin: auto;
        display: block;
        margin-top: 16px;
    }
    .handout div{
        padding-left: 24px;
    }
    .handout div ul li{
        width: 600px;
        display: flex;
        margin-top: 8px;
        font-size: 16px;
        padding-left: 20px;
        justify-content: space-between;
        background: url(../img/wjj.png) no-repeat left;
    }
    .clock{
        width: 274px;
        margin-top: 30px;
    }
    .clock1{
        height: 102px;
        box-shadow: #ccc 1px 1px 10px;
        display: flex;
        align-items: center;
        border-radius: 8px;
    }
    
    .clock1 img{
        width: 54px;
        padding-left: 10px;
    }
    .clock1 i{
        padding-left: 14px;
    }
    .clock1 i p{
        font-size: 12px;
        padding-top: 4px;
        color: #767676;
    }
    .clock1 i h3{
        font-size: 16px;
    }
    .clock1 button{
        width: 80px;
        height: 36px;
        border-radius: 6px;
        background: #fe8e37;
        border: none;
        color: #fff;
        font-size: 15px;
        letter-spacing: 2px;
        margin-left: 12px;
    }
    .clock2{
        height: 102px;
        box-shadow: #ccc 1px 1px 10px;
        display: flex;
        align-items: center;
        margin-top: 16px;
        border-radius: 8px;
    }
    .clock2 img{
        width: 74px;
        padding-left: 6px;
    }
    .clock2 i{
        padding-left: 10px;
    }
    .clock2 i p{
        width: 84px;
        font-size: 12px;
        padding-top: 4px;
        color: #767676;
    }
    .clock2 i h3{
        font-size: 16px;
    }
    .clock2 button{
        width: 80px;
        height: 36px;
        border-radius: 6px;
        background: #fe8e37;
        border: none;
        color: #fff;
        font-size: 15px;
        letter-spacing: 2px;
        margin-left: 12px;
    }
    .banji{
        width: 100%;

    }
    .banji h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-left: 14px;
        background-size: 5px;
        padding-top: 66px;
    }
    .banji_in{
        padding-top: 50px;
        display: flex;
        justify-content: space-between;
    }
    .banji_in div{
        width: 18.8%;
        height: 350px;
        box-shadow: #ccc 1px 1px 10px;
        border-radius: 10px;
        overflow: hidden;
    }
    .banji_in div img{
        width: 100%;
    }
    .banji_in div h4{
        padding-left: 18px;
        margin-left: 10px;
        margin-top: 6px;
        margin-bottom: 8px;
        background: url(../img/class_left.png) no-repeat left;
    }
    .banji_in div ul{
        height: 162px;
    }
    .banji_in div ul li{
        width: 94%;
        margin: auto;
        font-size: 13px;
        text-align: center;
        padding-top: 4px;
    }
    .banji_in div p{
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }
    .banji_in div p a:nth-child(1){
        width: 46%;
        height: 30px;
        line-height: 30px;
        border: 1px solid #ffb7b7;
        color: #ff0d0d;
        text-align: center;
        border-radius: 30px;
    }
    .banji_in div p a:nth-child(2){
        width: 47%;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #fff;
        background: #ff0000;
        border-radius: 30px;
    }
    .explain{
        width: 1200px;
        margin-top: 40px;
    }
    .explain_in{
        background: #fff;
        border-radius: 10px;
        padding: 10px 16px 12px 26px;
        box-shadow: 0 0px 20px #e2ecf9;
    }
    .explain h3{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .explain p{
        line-height: 34px;
        font-size: 16px;
    }
    .swiper h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-top: 60px;
    }
    .swiper-wrapper{
        height: 80% !important
    }
    .swiper-container {
        width: 100%;
        height: 100%;
        margin: 0px auto !important;
        position: relative !important;
        overflow: hidden !important;
        list-style: none !important;
        padding: 90px 0 !important;
        z-index: 1 !important;
    }

    .swiper-slide {
        background: #fff;
        transform-style: perserve-3d;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(1);
    }
    .swiper-slide-active, .swiper-slide-duplicate-active {
        transform: scale(1.5) !important;
        outline: none !important;
        border: none !important;
        z-index: 10 !important;
    }
    .swiper-slide-prev,.swiper-slide-next{
        transform: scale(1.2) !important;
        outline: none !important;
        border: none !important;
        z-index: 8 !important;
    }
    .swiper-slide img{
        width: 100%;
        border-radius: 10px;
        outline: none;
    }
    .brand{
        width: 100%;
        height: 295px;
        box-shadow: #ccc 1px 1px 15px;
        border-radius: 12px;
        margin-top: 100px;
    }
    .brand dl{
        display: flex;
        justify-content: space-between;
    }
    .brand dl dt{
        width: 44%;
    }
    .brand dl dt img{
        width: 100%;
    }
    .brand dl dd{
        width: 53%;
    }
    .brand dl dd h3{
        letter-spacing: 2pt;
        padding-top: 66px;
        font-size: 24px;
    }
    .brand dl dd p{
        width: 96%;
        font-size: 16px;
        letter-spacing: 1pt;
        line-height: 22px;
        padding-top: 18px;
    }
    .imgs{
        margin-top: 80px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .imgs img{
        width: 234px;
    }
    .animate{
        width: 100%;
        position: fixed;
        bottom: 0;
        left: -200%;
        z-index: 999999;
    }
    .animate img{
        width: 100%;
        cursor: pointer;
    }
    .animate div{
        position: absolute;
        right: 10px;
        top: -6px;
    }
    .bbtn{
        position: fixed;
        bottom: 0;
        left: 0;
        cursor: pointer;
        z-index: 99999;
    }
    .bbtn img{
        width: 250px;
    }
    .bbtn div{
        position: absolute;
        left: 250px;
        top: 4px;
    }
    .bbtn div img{
        width: 30px;
    }

  
}   
@media screen and (max-width: 736px) {
    .box{
        width: 100%;
        height: 100%;
        padding-bottom: 30px;
    }
    .banner{
        position: relative;
    }
    .banner img{
        display: block !important;
        width: 100%;
    }
    .banner div{
        display: none;
    }
    .box_in{
        width: 96%;
        margin: auto;
    }
    .query{
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 99999;
        position: fixed;
        top: 0;
        left: 0;
    }
    .query_in{
      
        width: 260px !important;
        height: 250px !important;
        border-radius: 10px;
        box-shadow: #ccc 1px 1px 18px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        
    }
    .query_in i{
        position: absolute;
        right: 14px;
        top: 6px;
        width: 10px;
        height: 10px;
    }
    .query_in i img{
        width: 100%;
        height: 100%;
    }
    .query h1{      
        text-align: center;
        padding-top: 30px;
        padding-bottom: 4px;
        color: #000;
        font-size: 16px;
    }
    .query div{
        width: 212px;
        margin: auto;
    }
    .query div p span{
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }
    .query div input{
        width: 132px;
        height: 24px;
        border-radius: 6px;
        background: #eeeeee;
        outline: none;
        margin-left: 2px;
        font-size: 14px;
        border: none;
        padding-left: 14px;
    }
    .citySelect{
        width: 80px;
        height: 24px;
        border-radius: 6px;
        border: none;
        background: #eeeeee;
        outline: none;
        padding-left: 10px;
        font-size: 12px;
    }
    .queryss{
        display: block;
        width: 104px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        background: #e42f28;
        color: #fff;
        border: none;
        margin: auto;
        letter-spacing: 2px;
        margin-top: 14px;
        font-size: 14px !important;
        letter-spacing: 2pt;
        border-radius: 10px;
        cursor: pointer;
        outline: none;
        padding-top: 0 !important;

    }
    .query p{
        padding-top: 10px;
        font-size: 14px;
    }
    .code1{
        width: 54px !important;
        height: 24px !important;
        display: inline-block;
        padding-left: 12px !important;
    }
    .yanzhengma button{
        width: 78px;
        height: 24px;
        border-radius: 6px;
        background: #ff5650;
        color: #fff;
        letter-spacing: 1px;
        outline: none;
        cursor: pointer;
        font-size: 12px;
        border: 1px solid #ff403a;
    }
    .ml{
        width: 100%;
        display: flex;
        position: relative;
        justify-content: space-between;
        margin-top: 20px;
    }
    .ml .div{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ml .div .span{
        height: 32px;
        font-size: 12px;
        color: #006cf7;
        font-weight: bold;
    }
    .ml .div .span1{
        font-size: 12px;
        color: #666666;
    }
    .ml .div:hover .span1{
        color: #006cf7;
        cursor: pointer;
    }
    .ml .div .quan{
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #d6e6f7;
        margin: 10px 0 20px;
        z-index: 6666;
    }
    .ml .div .quan p{
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 3px;
        background: #2888f7;
    }
    .ml .div1{
        width: 100%;
        position: absolute;
        height: 3px;
        top: 50%;
        background: #0373f7;
        margin-top: -6px;
        left: 50%;
        z-index: 9999;
        transform: translate(-50%);
    }
    
    .mess{
        padding-top: 20px;
    }   
    .mess h2{
        color: #000000;
        text-align: center;
        font-size: 18px;
        padding-left: 14px;
        background-size: 5px;
        position: relative;
    }
    .mess h2 span{    
        text-align: center;
        color: rgb(255, 0, 0);
        font-size: 16px;
        cursor: pointer;
    }
    .mess h2 a{
        display: none;
    }
    .mess p{
        font-size: 12px;
        padding-bottom: 6px;
        padding-top: 12px;
    }
    .table{
        width: 100%;
        height: 86px;
        box-shadow: #ccc 1px 1px 10px;
        display: flex;
        justify-content: space-between;
        margin-top: 14px;
    }
    .table h3{
        width: 40px;
        line-height: 20px;
        padding-top: 4px;
        padding-left: 10px;
        padding-right: 10px;
        background: #1a81f7;
        font-size: 16px;
        color: #fff;
    }
    .table ul{
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        align-items: center;
        margin-left: 10px;
    }
    .table ul li{
        width: 36px;
        text-align: center;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
    }
    .table ul li a{
        width: 60px;
        text-align: center;
        height: 24px;
        line-height: 24px;
        border-radius: 6px;
        cursor: pointer;
        color: #333;
    }
    .xizang{
        color: red !important;
    }
    #undefined{
        height: 24px;
        line-height: 24px;
        background: #1a81f7;
        color: #fff;
        border-radius: 30px;
        display: block;
        font-size: 12px;
        margin: auto;
        cursor: pointer;
    }
    .aaa li.act{
        width: 34px;
        text-align: center;
        height: 22px;
        line-height: 22px;
        border-radius: 6px;
        background: #1a81f7;
        color: #fff;
    }
    .aaa li.act a{
        color: #fff;
    }
    .mess table{
        width: 100%;
        height: 60px;
        overflow: scroll;
        overflow: hidden;
        border-collapse:collapse;
        border-top: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
    }
    .mess table thead{
        background: #2184f7;
        color: #fff;
        width: 100%;
        height: 60px;
        line-height: 60px;
    }
    .mess table thead tr td{
        border-right: 1px solid #5a9ce8;
    }
    .mess table tr td{
        font-size: 12px;
        text-align: center;
    }
    .tab{
        width:100%;
        height: 220px;
        overflow: auto;
        font-size: 14px;
        border-left: 1px solid #e4e4e4;
    }
    .tab tr td{
        height: 34px;
        line-height: 44px;
        text-align: center;
        font-size: 12px;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
    }
    .tab tr:nth-last-of-type(1){
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
    .mask{
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        z-index: 9999;
    }
    .mask_in{
        text-align: center;
        width: 84%;
        height: 230px;
        background-color: #ffffff;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
        opacity: 1 !important;
    }
    .mask_in h3{
        font-size: 15px;
        color: #333333;
        background: url(../img/icon.png) no-repeat 37px 52px;
        padding-top: 38px;
        font-weight: bold;
        text-align: center;
    }
    .mask_in i{
        width: 38px;
        position: absolute;
        top: 1px;
        right: 7px;
        cursor: pointer;
    }
    .mask_in img{
        width: 30%;
        padding-top: 10px;
    }
    .mask_in p{
        font-size: 12px;
        width: 90%;
        margin: auto;
    }
    .ques{
        margin-top: 20px;
    }
    .ques h2{
        color: #000000;
        text-align: center;
        font-size: 18px;    
    }
    .container {
        margin-top: 30px;
        position: relative;
    }
    .title {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .title li {
        text-align: center;
        border-radius: 5px;
        cursor: pointer;
        user-select: none;
        font-size: 12px;
        padding: 4px 12px;
    }
    .title li.active {
        background: #373bf6;
        color: #fff;
        border-radius: 30px;
        transform: scale(1);
        
    }
    .content{
        padding-bottom: 20px;
        width: 100%;
        border-radius: 18px;
        box-shadow: #ccc 1px 1px 16px;
    }
    .content li {
        display: none;
        margin-top: 20px;
        margin-left: 10px;
        padding-top: 12px
    }
    .content li h3{
        font-size: 14px;
        padding-top: 4px;
        padding-bottom: 2px;
    }
    .content li a{
        display: block;
        font-size: 12px;
        line-height: 16px;
    }
    .content li a span{
        color: #ff423e;
    }
    .content li button{
        width: 158px;
        height: 42px;
        background: #363ef9;
        color: #fff;
        border-radius: 30px;
        border: none;
        margin: auto;
        margin-top: 20px;
        display: block;
        font-size: 12px;
    }
    .content li:nth-child(3){
        padding-top: 10px;
    }
    .tiaojian{
        position: relative;
    }
    .tiaojian img{
        display: none;
    } 
    .tiaojian table{
        width: 98%;
        height: 200px;
        margin-top: 10px;
        text-align: center;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        border-collapse: collapse;
    }  
    .tiaojian table tr td{
        font-size: 12px;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .process p{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .process a{
        padding-left: 10px;
        font-weight: bold;
        font-size: 16px !important;
        letter-spacing: 1px;
        display: inline !important;
    }
    .process button{
        display: none !important;
    }
    .process p i{
        width: 28%;
        height: 40px;
        margin-top: 13px;
        padding-left: 10px;
        font-weight: bold;
        padding-top: 4px;
        border-radius: 8px;
        font-style: normal;
        border: 1px solid #e5e5e5;
        color: #000;
        position: relative;
        font-size: 12px;
    }
    .process p i span{
        display: block;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }
    .process p i img{
        display: none;
    }
    .process p i:nth-child(6) img{
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translate(-50%);
    }
    .qa p{
        
        border-bottom: 1px solid #d1d1d1;
        margin-right: 30px;
        margin-left: 10px;
        padding-top: 12px;
        overflow: hidden;
        padding-bottom: 12px;
    }
    .qa p:nth-child(1) span{
        display: block;
    }
    .qa p:nth-child(5){
        border-bottom: none !important;
    }
    .qa p i{
        width: 100%;
        font-weight: bold;
        font-size: 14px;
    }
    .qa p i img{
        cursor: pointer;
        position: absolute;
        right: 32px;
        padding-top: 10px;
    }
    .qa p span{
        display: none;
        font-size: 14px;
        padding-top: 10px;
    }
    .qa strong{
        border-radius: 30px;
        background: #363ef9;
        display: block;
        text-align: center;
        line-height: 36px;
        color: #fff;
        margin: auto;
        width: 116px;
        height: 36px;
        font-size: 14px;
        cursor: pointer;
    }
    .jianyi p{
        width: 90%;
        display: inline-block;
        font-size: 12px;
        margin-top: 8px;
        border: 1px solid #ccc;
        padding-left: 10px;
        padding: 2px 12px;
        border-radius: 6px;
    }
    .jianyi h4{
        padding-top: 10px;
        font-size: 14px;

    }
    .jianyi p a{
        display: inline !important;
        color: #ff2626;
    }
    .jianyi i{
        width: 97%;
        display: block;
        font-size: 12px;
    
    }
    .code{
        width: 222px;
        position: absolute;
        top: 28%;
        right: 80px;
    }
    .data{
        padding-top: 20px;
    }
    .data h2{
        color: #000000;
        text-align: center;
        font-size: 18px;
    }

    .handout{
        width: 100%;
        height: 327px;
        margin-top: 20px;
        border-radius: 10px;
        box-shadow: #ccc 1px 1px 10px;
    }
    .handout dl dt img{
        display: block;
        margin: auto;
        padding-top: 16px;
        width: 40px;
    }
    .handout dl dd h3{
        text-align: center;
        color: #000;
        padding-top: 6px;
    }
    .handout dl dd p{
        color: #656565;
        font-size: 14px;
        text-align: center;
        padding-top: 6px;
    }
    .handout dl dd button{
        width: 86px;
        height: 28px;
        border: none;
        background: #207dff;
        box-shadow: #99bff2 1px 3px 6px;
        border-radius: 30px;
        color: #fff;
        margin: auto;
        display: block;
        margin-top: 10px;
    }
    .handout div{
        padding-left: 24px;
        padding-top: 8px;
    }
    .handout div ul li{
        width: 90%;
        display: flex;
        margin-top: 8px;
        font-size: 12px;
        padding-left: 20px;
        justify-content: space-between;
        background: url(../img/wjj.png) no-repeat left;
    }
    .clock{
        width: 100%;
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
    }
    .clock1{
        width: 48%;
        height: 102px;
        box-shadow: #ccc 1px 1px 10px;
        display: flex;
        align-items: center;
        border-radius: 8px;
    }
    
    .clock1 img{
        display: none;
    }
    .clock1 i{
        padding-left: 10px;
    }
    .clock1 i p{
        font-size: 12px;
        padding-top: 4px;
        color: #767676;
    }
    .clock1 i h3{
        font-size: 14px;
    }
    .clock1 button{
        width: 70px;
        height: 30px;
        border-radius: 6px;
        background: #fe8e37;
        border: none;
        color: #fff;
        font-size: 12px;
        letter-spacing: 1px;
        margin-left: 6px;
        margin-right: 8px;
    }
    .clock2{
        width: 48%;
        height: 102px;
        box-shadow: #ccc 1px 1px 10px;
        display: flex;
        align-items: center;
        border-radius: 8px;
    }
    .clock2 img{
        display: none;
    }
    .clock2 i{
        padding-left: 10px;
    }
    .clock2 i p{
        width: 84px;
        font-size: 12px;
        padding-top: 4px;
        color: #767676;
    }
    .clock2 i h3{
        font-size: 14px;
    }
    .clock2 button{
        width: 70px;
        height: 30px;
        border-radius: 6px;
        background: #fe8e37;
        border: none;
        color: #fff;
        font-size: 12px;
        letter-spacing: 1px;
        margin-left: 12px;
        margin-right: 10px;
    }
    .banji{
        width: 100%;

    }
    .banji h2{
        color: #000000;
        text-align: center;
        font-size: 18px;
        padding-left: 14px;
        background-size: 5px;
        padding-top: 20px;
    }
    .banji_in{
        padding-top: 10px;
        display: flex;
        flex-wrap: wrap;
    }
    .banji_in div{
        width: 31%;
        height: 370px;
        box-shadow: #ccc 1px 1px 10px;
        border-radius: 10px;
        overflow: hidden;
        margin-left: 2%;
        margin-top: 10px;
    }
    .banji_in div img{
        width: 100%;
    }
    .banji_in div h4{
        padding-left: 18px;
        margin-left: 10px;
        margin-top: 6px;
        margin-bottom: 8px;
        background: url(../img/class_left.png) no-repeat left;
    }
    .banji_in div ul{
        height: 250px;
    }
    .banji_in div ul li{
        width: 94%;
        margin: auto;
        font-size: 12px;
        text-align: center;
        padding-top: 4px;
    }
    .banji_in div p{
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }
    .banji_in div p a:nth-child(1){
        width: 50%;
        height: 22px;
        line-height: 22px;
        border: 1px solid #ffb7b7;
        color: #ff0d0d;
        text-align: center;
        border-radius: 30px;
        font-size: 12px;
        transform: scale(0.9);
    }
    .banji_in div p a:nth-child(2){
        width: 50%;
        height: 22px;
        line-height: 22px;
        text-align: center;
        color: #fff;
        background: #ff0000;
        border-radius: 30px;
        font-size: 12px;
        transform: scale(0.9);
    }
    .explain{
        width: 100%;
        margin-top: 30px;
    }
    .explain_in{
        background: #fff;
        border-radius: 10px;
        padding: 10px 10px 12px 10px;
        box-shadow: 0 0px 16px #e2ecf9;
    }
    .explain h3{
        padding-bottom: 4px;
        padding-top: 2px;
        font-size: 15px;
    }
    .explain p{
        line-height: 22px;
        font-size: 12px;
    }
    .swiper h2{
        color: #000000;
        text-align: center;
        font-size: 18px;
        padding-top: 20px;
    }
    .swiper-wrapper{
        height: 80% !important
    }
    .swiper-container {
        width: 100%;
        height: 100%;
        margin: 0px auto !important;
        position: relative !important;
        overflow: hidden !important;
        list-style: none !important;
        padding: 36px 0 !important;
        z-index: 1 !important;
    }

    .swiper-slide {
        background: #fff;
        transform-style: perserve-3d;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(1);
    }
    .swiper-slide-active, .swiper-slide-duplicate-active {
        transform: scale(1.5) !important;
        z-index: 10 !important;
    }
    .swiper-slide-prev,.swiper-slide-next{
        transform: scale(1.2) !important;
        z-index: 8 !important;
    }
    .swiper-slide img{
        width: 100%;
        border-radius: 10px;
    }
    .brand{
        width: 100%;
        height: 100%;
        box-shadow: #ccc 1px 1px 15px;
        border-radius: 12px;
        padding-bottom: 8px;
    }
    .brand dl{
        display: flex;
        justify-content: space-between;
    }
    .brand dl dt{
        width: 44%;
        padding-top: 44px;
    }
    .brand dl dt img{
        width: 100%;
    }
    .brand dl dd{
        width: 53%;
    }
    .brand dl dd h3{
        letter-spacing: 1pt;
        padding-top: 10px;
        font-size: 16px;
    }
    .brand dl dd p{
        width: 96%;
        font-size: 12px;
        line-height: 18px;
        padding-top: 2px;
    }
    .imgs{
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .imgs img{
        width: 19%;
    }
    .animate{
        width: 100%;
        position: fixed;
        bottom: 0;
        left: -200%;
        z-index: 999999;
    }
    .animate img{
        width: 100%;
        cursor: pointer;
    }
    .animate div{
        position: absolute;
        right: 4px;
        top: -14px;
    }
    .animate div img{
        width: 18px !important;
    }
    .bbtn{
        position: fixed;
        bottom: -5px;
        left: 0;
        cursor: pointer;
        z-index: 99999;
    }
    .bbtn img{
        width: 100px;
    }
    .bbtn div{
        position: absolute;
        left: 100px;
        top: 2px;
    }
    .bbtn div img{
        width: 15px;
    }
}
@media screen and (min-width: 760px) and (max-width: 1200px){

    .box{
        width: 100%;
        height: 100%;
        padding-bottom: 30px;
    }
    .banner{
        position: relative;
    }
    .banner img{
        display: block !important;
        width: 100%;
    }
    .banner div{
        display: none;
    }
    .box_in{
        width: 90%;
        margin: auto;
    }
    .query{
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 99999;
        position: fixed;
        top: 0;
        left: 0;
    }
    .query_in{
        width: 560px !important;
        height: 396px;
        border-radius: 10px;
        box-shadow: #ccc 1px 1px 18px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        
    }
    .query_in i{
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .query_in h1{      
        text-align: center;
        padding-top: 30px;
        color: #000;
        font-size: 24px;
        letter-spacing: 2px;
    }
    .query_in div{
        width: 340px;
        margin: auto;
    }
    .query_in div p span{
        color: #000;
        font-size: 18px;
        font-weight: bold;
    }
    .query_in div input{
        width: 220px;
        height: 30px;
        border-radius: 6px;
        background: #eeeeee;
        outline: none;
        margin-left: 26px;
        font-size: 14px;   
        border: none; 
        padding-left: 14px;
    }
    .citySelect{
        width: 128px;
        height: 30px;
        border-radius: 6px;
        border: none;
        background: #eeeeee;
        outline: none;
        padding-left: 18px;
        font-size: 16px;
        margin-left: 18px;
    }
    .queryss{
        display: block;
        width: 188px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #e42f28;
        color: #fff;
        border: none;
        margin: auto;
        letter-spacing: 2px;
        margin-top: 24px;
        font-size: 22px !important;
        letter-spacing: 2pt;
        border-radius: 10px;
        cursor: pointer;
        outline: none;
        padding-top: 0 !important;

    }
    .query p{
        padding-top: 22px;
        font-size: 14px;
    }
    .code1{
        width: 100px !important;
        height: 30px !important;
        display: inline-block;
        padding-left: 20px;
    }
    .yanzhengma button{
        width: 100px;
        height: 30px;
        border-radius: 6px;
        background: #ff5650;
        color: #fff;
        letter-spacing: 1px;
        outline: none;
        cursor: pointer;
        font-size: 14px;
        margin-left: 10px;
        border: 1px solid #ff403a;
    }
    .ml{
        width: 100%;
        display: flex;
        position: relative;
        justify-content: space-between;
        margin-top: 50px;
    }
    .ml .div{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ml .div .span{
        font-size: 16px;
        color: #006cf7;
        font-weight: bold;
    }
    .ml .div .span1{
        font-size: 14px;
        color: #666666;
    }
    .ml .div:hover .span1{
        color: #006cf7;
        cursor: pointer;
    }
    .ml .div .quan{
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #d6e6f7;
        margin: 10px 0 20px; 
        z-index: 6666;
    }
    .ml .div .quan p{
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 4px;
        background: #2888f7;
    }
    .ml .div1{
        width: 100%;
        position: absolute;
        height: 3px;
        top: 50%;
        background: #0373f7;
        margin-top: -6px;
        left: 50%;
        z-index: 9999;
        transform: translate(-50%);
    }
    
    .mess{
        padding-top: 50px;
    }   
    .mess h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-left: 14px;
        background-size: 5px;
        position: relative;
    }
    .mess h2 span{    
        text-align: center;
        color: rgb(255, 0, 0);
        font-size: 30px;
        cursor: pointer;
    }
    .mess h2 a{
        display: none;
    }
    .mess p{
        padding-bottom: 14px;
        padding-top: 22px;
    }
    .table{
        width: 100%;
        height: 86px;
        box-shadow: #ccc 1px 1px 10px;
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
    .table h3{
        width: 146px;
        letter-spacing: 3pt;
        line-height: 30px;
        padding-top: 14px;
        padding-left: 24px;
        padding-right: 16px;
        background: #1a81f7;
        font-size: 22px;
        color: #fff;
    }
    .table ul{
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        align-items: center;
        margin-left: 10px;
    }
    .table ul li{
        width: 50px;
        text-align: center;
        height: 28px;
        line-height: 28px;
    }
    .table ul li a{
        width: 50px;
        text-align: center;
        height: 24px;
        line-height: 24px;
        border-radius: 6px;
        cursor: pointer;
        color: #333;
    }
    .xizang{
        color: red !important;
    }
    #undefined{
        width: 106px;
        height: 30px;
        line-height: 30px;
        background: #1a81f7;
        color: #fff;
        border-radius: 30px;
        display: block;
        font-size: 14px;
        margin: auto;
        cursor: pointer;
    }
    .aaa li.act{
        width: 50px;
        text-align: center;
        height: 24px;
        line-height: 24px;
        border-radius: 6px;
        background: #1a81f7;
        color: #fff;
    }
    .aaa li.act a{
        color: #fff;
    }
    .mess table{
        width: 100%;
        height: 60px;
        overflow: scroll;
        overflow: hidden;
        border-collapse:collapse;
        border-top: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
    }
    .mess table thead{
        background: #2184f7;
        color: #fff;
        width: 100%;
        height: 60px;
        line-height: 60px;
    }
    .mess table thead tr td{
        border-right: 1px solid #5a9ce8;
    }
    .mess table tr td{
        text-align: center;
    }
    thead tr td:nth-child(1){
        width: 10%;
    }
    thead tr td:nth-child(2){
        width: 18%;
    }
    thead tr td:nth-child(3){
        width: 20%;
    }
    thead tr td:nth-child(4){
        width: 14%;
    }
    thead tr td:nth-child(5){
        width: 14%;
    }
    thead tr td:nth-child(6){
        width: 14%;
    }
    .tab{
        width:100%;
        height: 333px;
        overflow: auto;
        font-size: 14px;
        border-left: 1px solid #e4e4e4;
    }
    .tab tr td{
        height: 34px;
        line-height: 44px;
        text-align: center;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
    }
    .tab tr td:nth-child(1){
        width: 10%;
    }
    .tab tr td:nth-child(2){
        width: 18%;   
    }
    .tab tr td:nth-child(3){
        color: #000;
        width: 20%;
    }
    .tab tr td:nth-child(4){
        color: #000;
        width: 14%;
    }
    .tab tr td:nth-child(5){
        color: #096ff5;
        width: 14%;
        cursor: pointer;
    }
    .tab tr td:nth-child(6){
        width: 14%;
        color: #000;
        cursor: pointer;
    }
    /* .tab tr td:nth-child(7){
        width: 15%;
        color: #000;
        cursor: pointer;
        border-right: none;
    } */
    .tab tr:nth-last-of-type(1){
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
    .mask{
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        z-index: 9999;
    }
    .mask_in{
        text-align: center;
        width: 477px;
        height: 330px;
        background-color: #ffffff;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
        opacity: 1 !important;
    }
    .mask_in h3{
        font-size: 18px;
        color: #333333;
        background: url(../img/icon.png) no-repeat 37px 52px;
        padding-left: 30px;
        padding-top: 50px;
        font-weight: bold;
    }
    .mask_in i{
        width: 38px;
        position: absolute;
        top: 1px;
        right: 7px;
        cursor: pointer;
    }
    .mask_in img{
        width: 34%;
        padding-top: 20px;
    }
    .mask_in p{
        text-align: center;
        font-size: 14px;
        padding-top: 20px;
    }
    .ques{
        margin-top: 50px;
    }
    .ques h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-left: 14px;
        background-size: 5px;
    }
    .container {
        margin-top: 30px;
        position: relative;
    }
    .title {
        width: 68%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .title li {
        text-align: center;
        border-radius: 5px;
        cursor: pointer;
        user-select: none;
        padding: 6px 20px;
    }
    .title li.active {
        background: #373bf6;
        color: #fff;
        border-radius: 30px;
        transform: scale(1);
        
    }
    .content{
        padding-bottom: 20px;
        width: 100%;
        border-radius: 18px;
        box-shadow: #ccc 1px 1px 16px;
    }
    .content li {
        display: none;
        margin-top: 20px;
        margin-left: 36px;
        padding-top: 20px;
    }
    .content li h3{
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .content li a{
        display: block;
        font-size: 16px;
        line-height: 26px;
        width: 98%;
    }
    .content li a span{
        color: #ff423e;
    }
    .content li button{
        width: 174px;
        height: 44px;
        background: #363ef9;
        color: #fff;
        border-radius: 30px;
        border: none;
        margin-left: 265px;
        margin-top: 20px;
    }
    .content li:nth-child(3){
        padding-top: 10px;
    }
    .tiaojian{
        position: relative;
    }
    .tiaojian img{
        display: none;
    } 
    .tiaojian table{
        width: 90%;
        height: 200px;
        margin-top: 10px;
        text-align: center;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        border-collapse: collapse;
    }  
    .tiaojian table tr td{
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .process p{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-right: 10px;
    }
    .process a{
        padding-left: 10px;
        font-weight: bold;
        font-size: 24px !important;
        letter-spacing: 1px;
        display: inline !important;
    }
    .process p i{
        width: 138px;
        height: 56px;
        margin-top: 16px;
        padding-left: 10px;
        font-weight: bold;
        padding-top: 4px;
        border-radius: 8px;
        font-style: normal;
        border: 1px solid #e5e5e5;
        color: #000;
        position: relative;
    }
    .process p i span{
        display: block;
        font-weight: normal;
        padding-right: 24px;
        padding-left: 24px;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }
    .process p i img{
        display: none;
    }
    .process p i:nth-child(6) img{
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translate(-50%);
    }
    .qa p{
        
        border-bottom: 1px solid #d1d1d1;
        margin-right: 30px;
        margin-left: 10px;
        padding-top: 12px;
        overflow: hidden;
        padding-bottom: 12px;
    }
    .qa p:nth-child(1) span{
        display: block;
    }
    .qa p:nth-child(5){
        border-bottom: none !important;
    }
    .qa p i{
        width: 100%;
        font-weight: bold;
    }
    .qa p i img{
        cursor: pointer;
        position: absolute;
        right: 32px;
        padding-top: 10px;
    }
    .qa p span{
        display: none;
        font-size: 14px;
        padding-top: 10px;
    }
    .qa strong{
        border-radius: 30px;
        background: #363ef9;
        display: block;
        text-align: center;
        line-height: 36px;
        color: #fff;
        margin: auto;
        width: 116px;
        height: 36px;
        font-size: 14px;
        cursor: pointer;
    }
    .jianyi p{
        display: inline-block;
        font-size: 14px;
        margin-top: 8px;
        border: 1px solid #ccc;
        padding-left: 10px;
        padding: 2px 12px;
        border-radius: 6px;
    }
    .jianyi h4{
        padding-top: 10px;
    }
    .jianyi p a{
        display: inline !important;
        color: #ff2626;
    }
    .jianyi i{
        width: 88%;
        display: block;
    }
    .code{
        width: 222px;
        position: absolute;
        top: 28%;
        right: 80px;
    }
    .data{
        padding-top: 50px;
    }
    .data h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-left: 14px;
        background-size: 5px;
    }
    .handout{
        width: 100%;
        height: 202px;
        padding-top: 20px;
        margin-top: 30px;
        display: flex;
        border-radius: 10px;
        box-shadow: #ccc 1px 1px 10px;
    }
    .handout dl{
        width: 236px;
        height: 180px;
        border-right: 1px solid #e9e9e9;
    }
    .handout dl dt img{
        display: block;
        margin: auto;
        padding-top: 6px;
    }
    .handout dl dd h3{
        text-align: center;
        color: #000;
        padding-top: 12px;
    }
    .handout dl dd p{
        color: #656565;
        font-size: 14px;
        text-align: center;
        padding-top: 6px;
    }
    .handout dl dd button{
        width: 86px;
        height: 28px;
        border: none;
        background: #207dff;
        box-shadow: #99bff2 1px 3px 6px;
        border-radius: 30px;
        color: #fff;
        margin: auto;
        display: block;
        margin-top: 16px;
    }
    .handout div{
        padding-left: 24px;
    }
    .handout div ul li{
        width: 388px;
        display: flex;
        margin-top: 8px;
        font-size: 14px;
        padding-left: 20px;
        justify-content: space-between;
        background: url(../img/wjj.png) no-repeat left;
    }
    .clock{
        width: 100%;
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
    }
    .clock1{
        width: 48%;
        height: 102px;
        box-shadow: #ccc 1px 1px 10px;
        display: flex;
        align-items: center;
        border-radius: 8px;
    }
    
    .clock1 img{
        width: 56px;
        padding-left: 20px;
    }
    .clock1 i{
        padding-left: 20px;
    }
    .clock1 i p{
        font-size: 14px;
        padding-top: 4px;
        color: #767676;
    }
    .clock1 i h3{
        font-size: 16px;
    }
    .clock1 button{
        width: 88px;
        height: 38px;
        border-radius: 6px;
        background: #fe8e37;
        border: none;
        color: #fff;
        font-size: 15px;
        letter-spacing: 2px;
        margin-left: 20px;
    }
    .clock2{
        width: 48%;
        height: 102px;
        box-shadow: #ccc 1px 1px 10px;
        display: flex;
        align-items: center;
        border-radius: 8px;
    }
    .clock2 img{
        width: 74px;
        padding-left: 16px;
    }
    .clock2 i{
        padding-left: 16px;
    }
    .clock2 i p{
        width: 110px;
        font-size: 14px;
        padding-top: 4px;
        color: #767676;
    }
    .clock2 i h3{
        font-size: 16px;
    }
    .clock2 button{
        width: 88px;
        height: 38px;
        border-radius: 6px;
        background: #fe8e37;
        border: none;
        color: #fff;
        font-size: 15px;
        letter-spacing: 2px;
        margin-left: 12px;
    }
    .banji{
        width: 100%;

    }
    .banji h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-left: 14px;
        background-size: 5px;
        padding-top: 50px;
    }
    .banji_in{
        padding-top: 12px;
        display: flex;
        flex-wrap: wrap;
    }
    .banji_in div{
        width: 31%;
        height: 100%;
        box-shadow: #ccc 1px 1px 10px;
        border-radius: 10px;
        overflow: hidden;
        margin-left: 2%;
        margin-top: 14px;
        padding-bottom: 14px;
    }
    .banji_in div img{
        width: 100%;
    }
    .banji_in div h4{
        padding-left: 18px;
        margin-left: 10px;
        margin-top: 6px;
        margin-bottom: 8px;
        background: url(../img/class_left.png) no-repeat left;
    }
    .banji_in div ul{
        height: 188px;
    }
    .banji_in div ul li{
        width: 94%;
        margin: auto;
        font-size: 13px;
        text-align: center;
        padding-top: 4px;
    }
    .banji_in div p{
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }
    .banji_in div p a:nth-child(1){
        width: 46%;
        height: 30px;
        line-height: 30px;
        border: 1px solid #ffb7b7;
        color: #ff0d0d;
        text-align: center;
        border-radius: 30px;
    }
    .banji_in div p a:nth-child(2){
        width: 47%;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #fff;
        background: #ff0000;
        border-radius: 30px;
    }
    .explain{
        width: 100%;
        margin-top: 40px;
    }
    .explain_in{
        background: #fff;
        border-radius: 10px;
        padding: 10px 16px 12px 26px;
        box-shadow: 0 0px 20px #e2ecf9;
    }
    .explain h3{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .explain p{
        line-height: 34px;
        font-size: 15px;
    }
    .swiper h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-top: 50px;
    }
    .swiper-wrapper{
        height: 80% !important
    }
    .swiper-container {
        width: 100%;
        height: 100%;
        margin: 0px auto !important;
        position: relative !important;
        overflow: hidden !important;
        list-style: none !important;
        padding: 80px 0 !important;
        z-index: 1 !important;
    }

    .swiper-slide {
        background: #fff;
        transform-style: perserve-3d;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(1);
    }
    .swiper-slide-active, .swiper-slide-duplicate-active {
        transform: scale(1.5) !important;
        z-index: 10 !important;
    }
    .swiper-slide-prev,.swiper-slide-next{
        transform: scale(1.2) !important;
        z-index: 8 !important;
    }
    .swiper-slide img{
        width: 100%;
        border-radius: 10px;
    }
    .brand{
        width: 100%;
        height: 100%;
        box-shadow: #ccc 1px 1px 15px;
        border-radius: 12px;
        padding-bottom: 12px;
    }
    .brand dl{
        display: flex;
        justify-content: space-between;
    }
    .brand dl dt{
        width: 44%;
    }
    .brand dl dt img{
        width: 100%;
        padding-top: 20px;
    }
    .brand dl dd{
        width: 53%;
    }
    .brand dl dd h3{
        letter-spacing: 2pt;
        padding-top: 20px;
        font-size: 24px;
    }
    .brand dl dd p{
        width: 96%;
        font-size: 16px;
        letter-spacing: 1pt;
        line-height: 22px;
        padding-top: 18px;
    }
    .imgs{
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .imgs img{
        width: 19%;
    }
    .animate{
        width: 100%;
        position: fixed;
        bottom: 0;
        left: -200%;
        z-index: 999999;
    }
    .animate img{
        width: 100%;
        cursor: pointer;
    }
    .animate div{
        position: absolute;
        right: 10px;
        top: -24px;
    }
    .bbtn{
        position: fixed;
        bottom: 0;
        left: 0;
        cursor: pointer;
        z-index: 99999;
    }
    .bbtn img{
        width: 200px;
    }
    .bbtn div{
        position: absolute;
        left: 196px;
        top: 12px;
    }
    .bbtn div img{
        width: 25px;
    }
}