*{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
button{
    outline: none;
}
@media screen and (min-width: 1200px) {
    .box{
        width: 100%;
        padding-bottom: 50px;
    }
    .box_in{
        width: 1200px;
        margin: auto;
    }
    .title{
        margin-top: 58px;
    }
    .title h3{
        font-size: 40px;
        text-align: center;
        color: #000;
        letter-spacing: 2px;
    }
    .title p{
        text-align: center;
        font-size: 14px;
        color: #707070;
        letter-spacing: 1px;
        padding-top: 6px;
    }
    .tab{
        width: 100%;
        margin-top: 46px;
    }
    .tab table{
        width: 100%;
        border-collapse: collapse;
    }
    .tab tr:nth-child(1){
        border-top: 1px solid #000;
        
    }
    .tab tr td{
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
        text-align: center;
        font-size: 16px;
        padding: 16px 0;
    }
    .tab tr td:nth-last-child(1){
        border-right: 1px solid #000;
    }
    .tab table tr:nth-child(1) td:nth-child(1){
        width: 118px;
    }
    .tab table tr:nth-child(1) td:nth-child(2){
        width: 240px;
    }
    .tab table tr:nth-child(1) td:nth-child(3){
        width: 140px;
    }
    .tab table tr:nth-child(1) td:nth-child(4){
        width: 190px;
    }
    .tab table tr:nth-child(1) td:nth-child(5){
        width: 308px;
    }
    .tab table tr:nth-child(1) td:nth-child(6){
        width: 88px;
    }
    /* .tab table tr:nth-child(1) td:nth-child(7){
        width: 114px;
    } */
    .red{
        color: #ff0000;
    }
    .aa{
        display: block;
        margin: auto;
        width: 78px;
        height: 30px;
        line-height: 30px;
        background: #ff0000;
        color: #fff;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
  
        /* 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.2);
    }
    .swiper-wrapper{
        margin: 50px 0;
    }
    .swiper-slide-active{
        z-index: 99999;
    }
    .free{
        width: 100%;
        height: 250px;
        background: #5a80ff;
        margin-top: 52px;
        
    }
    .free_in{
        display: flex;
    }
    .free_in div{
        width: 670px;
        height: 180px;
        padding-left: 32px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .free_in div input{
        width: 302px;
        height: 50px;
        border-radius: 10px;
        border: none;
        padding-left: 16px;
        font-size: 16px;
        outline: none   ;
    }
    .free_in div input:nth-child(1),.free_in div input:nth-child(2){
        margin-top: 33px;
    }
    .free_in div select{
        width: 320px;
        height: 50px;
        border-radius: 10px;
        border: none;
        padding-left: 16px;
        outline: none;
    }
    .free_in form{
        width: 342px;
        height: 78px;
        font-size: 16px;
        color: #fff;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding-left: 60px;
        padding-top: 20px;
    }
    .free_in form label{
        margin-left: 21px;
        display: flex;
        margin-top: 28px;
        position: relative;
    }
    .free_in form label:nth-child(5){
        margin-left: 5px !important;
    }
    .free_in form label p{
        display: none;
        width: 12px;
        height: 12px;
        background: #fff;
        position: absolute;
        top: 6px;
        left: 6px;
    }
    .free_in form span{
        padding-left: 6px;
        letter-spacing: 1px;
    }
    .free_in form input{
        -webkit-appearance: none; 
        -moz-appearance: none;
        width: 24px;
        height: 24px;
        background-color: transparent;
        border: 2px solid #fff;
        outline: none;
        
    }
    .apply{
        width: 266px;
        height: 50px;
        line-height: 50px;
        background: #ff0000;
        text-align: center;
        margin: auto;
        font-size: 20px;
        letter-spacing: 2px;
        color: #fff;
        border-radius: 10px;
        cursor: pointer;
    }
}  
@media screen and (max-width: 760px){
    .box{
        width: 100%;
        padding-bottom: 100px;
    }
    .box_in{
        width: 90%;
        margin: auto;
    }
    .banner img{
        width: 100%;
    }
    .title{
        margin-top: 20px;
    }
    .title h3{
        font-size: 20px;
        text-align: center;
        color: #000;
        letter-spacing: 2px;
    }
    .title p{
        text-align: center;
        font-size: 12px;
        color: #707070;
    }
    .tab{
        width: 100%;
        margin-top: 14px;
    }
    .tab table{
        display: none;
    }

    .tab img{
        display: block !important;
        width: 100%;
    }
   
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        transition: 300ms;
        transform: scale(1.2);
    }
    .swiper-slide img{
        width: 100%;
    }
    .swiper-slide-active,.swiper-slide-duplicate-active{
        transform: scale(1.5);
    }
    .swiper-wrapper{
        margin: 34px 0 18px;
    }
    .swiper-slide-active{
        z-index: 99999;
    }
    .free{
        width: 100%;
        height: 220px;
        background: #5a80ff;
        margin-top: 18px;
    }
    .free_in div{
        width: 90%;
        height: 100px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .free_in div input{
        width: 44%;
        height: 30px;
        border-radius: 5px;
        border: none;
        padding-left: 8px;
        font-size: 12px;
        outline: none;
    }
    .free_in div input:nth-child(1),.free_in div input:nth-child(2){
        margin-top: 22px;
    }
    .free_in div select{
        width: 47%;
        height: 30px;
        border-radius: 5px;
        border: none;
        padding-left: 4px;
        outline: none;  
        font-size: 12px;
    }
    .free_in form{
        width: 90%;
        height: 58px;
        font-size: 12px;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
    }
    .free_in form label{
        margin-left: 22px;
        display: flex;
        margin-top: 10px;
        position: relative;
        align-items: center;
    }
    .free_in form label:nth-child(5){
        margin-left: 10px !important;
    }
    .free_in form label p{
        display: none;
        width: 8px;
        height: 8px;
        background: #fff;
        position: absolute;
        top: 6px;
        left: 4px;
    }
    .free_in form span{
        padding-left: 6px;
        letter-spacing: 1px;
    }
    .free_in form input{
        -webkit-appearance: none; 
        -moz-appearance: none;
        width: 16px;
        height: 16px;
        background-color: transparent;
        border: 1px solid #fff;
        outline: none;

    }
    .apply{
        width: 148px;
        height: 32px;
        line-height: 32px;
        background: #ff0000;
        text-align: center;
        margin: auto;
        font-size: 14px;
        letter-spacing: 2px;
        color: #fff;
        border-radius: 6px;
        cursor: pointer;
        margin-top: 14px;
    }
   
} 
@media screen and (min-width: 768px) and (max-width: 1200px){
    .box{
        width: 100%;
        padding-bottom: 60px;
    }
    .box_in{
        width: 90%;
        margin: auto;
    }
    .banner img{
        width: 100%;
    }
    .title{
        margin-top: 40px;
    }
    .title h3{
        font-size: 24px;
        text-align: center;
        color: #000;
        letter-spacing: 2px;
    }
    .title p{
        text-align: center;
        font-size: 12px;
        color: #707070;
    }
    .tab{
        width: 100%;
        margin-top: 14px;
    }
    .tab table{
        display: none;
    }

    .tab img{
        display: block !important;
        width: 100%;
        margin-top: 22px;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        transition: 300ms;
        transform: scale(1.2);
    }
    .swiper-slide img{
        width: 100%;
    }
    .swiper-slide-active,.swiper-slide-duplicate-active{
        transform: scale(1.5);
    }
    .swiper-wrapper{
        margin: 66px 0;
    }
    .swiper-slide-active{
        z-index: 99999;
    }
    .free{
        width: 100%;
        height: 240px;
        background: #5a80ff;
        margin-top: 22px;
    }
    .free_in div{
        width: 620px;
        height: 140px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .free_in div input{
        width: 46%;
        height: 44px;
        border-radius: 5px;
        border: none;
        padding-left: 8px;
        font-size: 14px;
        outline: none;
    }
    .free_in div input:nth-child(1),.free_in div input:nth-child(2){
        margin-top: 22px;
    }
    .free_in div select{
        width: 47%;
        height: 44px;
        border-radius: 5px;
        border: none;
        padding-left: 4px;
        outline: none;  
        font-size: 14px;
    }
    .free_in form{
        width: 620px;
        font-size: 14px;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
    }
    .free_in form label{
        margin-left: 34px;
        display: flex;
        margin-top: 10px;
        position: relative;
        align-items: center;
    }
    .free_in form label p{
        display: none;
        width: 8px;
        height: 8px;
        background: #fff;
        position: absolute;
        top: 6px;
        left: 6px;
    }
    .free_in form span{
        padding-left: 6px;
        letter-spacing: 1px;
    }
    .free_in form input{
        -webkit-appearance: none; 
        -moz-appearance: none;
        width: 20px;
        height: 20px;
        background-color: transparent;
        border: 2px solid #fff;
        outline: none;
    }
    .apply{
        width: 180px;
        height: 38px;
        line-height: 38px;
        background: #ff0000;
        text-align: center;
        margin: auto;
        font-size: 16px;
        letter-spacing: 2px;
        color: #fff;
        border-radius: 6px;
        cursor: pointer;
        margin-top: 18px;
    }
   
    
}