a:hover {
    text-decoration: none!important;
}
.vatBusinessButton a:hover{
    color: #ffffff!important;
    transform: scale(1.03);
}
@media all and (min-width: 1020px) {
    .vatHeader{
        width: 100%;
    }
    .vatHeader img{
        width: 100%;
        object-fit: cover;
    }
    .vatHeadLine{
        width: 100%;
        text-align: center;
    }
    .vatTitle{
        font-size: 35px;
        color: #000000;
        opacity: 0.95;
        line-height: inherit;
        font-weight: bold;
    }
    .vatSubTitle{
        font-size: 16px;
        color: #000000;
        opacity: 0.7;
        line-height: inherit;
    }
    .vatLine{
        display: flex;
        width: 100%;
        margin: 15px auto;
        justify-content: center;
    }
    .vatLine1{
        background: #EE6910;
        border-radius: 1.5px;
        height: 3px;
        width: 10px;
    }
    .vatLine2{
        background: #EE6910;
        border-radius: 1.5px;
        height: 3px;
        width: 50px;
        margin: 0 11px;
    }
    .vat-register{
        padding: 66px 0;
        width: 100%;
    }
    .vatRegisterPart{
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        width: 100%;
        margin-top: 4vw;
    }
    .vatRegisterZone{
        width: 67.7%;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .vatRegisterDetail{
        width: 20.4%;
        text-align: center;
    }
    .vatRegisterDetail img{
        width: 60%;
        object-fit: cover;
    }
    .vatRegisterTitle{
        width: 100%;
        text-align: center;
        font-size: 1.2vw;
        line-height: 33px;
        color: #000000;
        margin-top: 15px;
    }
    .vatRegisterTitleEn{
        color: #999999;
        font-size: 0.7vw;
    }
    .vatBusiness{
        padding: 64px 0;
        background: url("../images/vat-background2.png") no-repeat;
        background-size: 100% 100%;
        height: auto;
        text-align: center;
    }
    .vatBusinessPart{
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        width: 100%;
    }
    .vatBusinessZone{
        width: 67.7%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .vatBusinessDetail{
        width: 22.7%;
        margin-top: 30px;
        height: 18.5vw;
        text-align: left;
    }
    .vatBusinessDetail img{
        width: 98%;
        object-fit: cover;
    }
    .vatBusinessDetail:hover img{
        width: 100%;
        object-fit: cover;
    }
    .vatBusinessDetail:hover .vatBusinessCountry{
        width: 100%;
    }
    .vatBusinessCountry{
        width: 98%;
        height: 8.4vw;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
        border: 1px solid #eeeeee;
        box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
        background: #ffffff;
    }
    .vatBusinessCountry .title1{
        color: #EC693A;
        font-size: 1vw;
        line-height: 1.3vw;
    }
    .vatBusinessCountry .title2{
        color: #000000;
        font-size: 0.85vw;
        line-height: 1.2vw;
        text-align: center;
    }
    .vatBusinessButton{
        margin-top: 45px;
    }
    .vatBusinessButton a{
        padding: 15px 38px;
        background: #EC693A;
        color: #ffffff;
        box-shadow: 0px 3px 6px 1px #adadad;
        border-radius: 5px;
        display: inline-block;
    }
    .vatReason{
        padding: 85px 0;
        width: 100%;
    }
    .vatReasonPart{
        width: 100%;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .vatReasonZone{
        width: 67.7%;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-top: 15px;
    }
    .vatReasonCause{
        padding: 4.8vw 0 3vw;
        text-align: center;
        width: 23.2%;
        display: block;
        border-radius: 6px;
        box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.16);
        color: #000000;
    }
    .vatReasonImage{
        width: 100%;
        height: 5.4vw;
    }
    .vatReasonCause:nth-child(1) .vatReasonImage{
        background: url("../images/reason1.png") center no-repeat;
        background-size: contain;
    }
    .vatReasonCause:nth-child(2) .vatReasonImage{
        background: url("../images/reason2.png") center no-repeat;
        background-size: contain;
    }
    .vatReasonCause:nth-child(3) .vatReasonImage{
        background: url("../images/reason3.png") center no-repeat;
        background-size: contain;
    }
    .vatReasonCause:nth-child(4) .vatReasonImage{
        background: url("../images/reason4.png") center no-repeat;
        background-size: contain;
    }
    .vatReasonCause:nth-child(1):hover .vatReasonImage{
        background: url("../images/reason5.png") center no-repeat;
        background-size: contain;
    }
    .vatReasonCause:nth-child(2):hover .vatReasonImage{
        background: url("../images/reason6.png") center no-repeat;
        background-size: contain;
    }
    .vatReasonCause:nth-child(3):hover .vatReasonImage{
        background: url("../images/reason7.png") center no-repeat;
        background-size: contain;
    }
    .vatReasonCause:nth-child(4):hover .vatReasonImage{
        background: url("../images/reason8.png") center no-repeat;
        background-size: contain;
    }
    .vatReasonCause:hover{
        background-color: #EC693A;
        color: #ffffff;
    }
    .vatReasonCause img{
        object-fit: cover;
        height: 100px;
    }
    .vatReasonTitle{
        font-size: 22px;
        margin: 20px 0 12px;
    }
    .vatReasonInfo{
        width: 100%;
        padding: 0 10px;
        font-size: 16px;
        text-align: left;
    }
    .vatAdvantage {
        padding: 64px 0;
        background: url("../images/vat-background3.png") no-repeat;
        background-size: 100% 100%;
        height: auto;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .vatAdvantagePart{
        width: 67.7%;

    }
    .vatAdvantageTitle{
        width: 100%;
        text-align: left;
    }
    .vatAdvantageTitle h2{
        color: #ffffff;
        font-size: 2.35vw;
        line-height: 54px;
        margin: 0px;
    }
    .vatAdvantageTitle em{
        color: #ffffff;
        font-size: 1vw;
        line-height: 1.6vw;
        opacity: 0.7;
        letter-spacing: 1.2px;
        padding: 6px;
    }
    .vatAdvantageZone{
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        width: 100%;
    }
    .vatAdvantageDetail{
        margin: 50px 0;
        padding: 4vw 0;
        height: auto;
        background: #ffffff;
        text-align: center;
        width: 24%;
        border-radius: 6px;
        border: 1px solid #707070;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .vatAdvantageContent{
        text-align: center;
        padding: 0 8.5%;
    }
    .vatAdvantageDetail:hover{
        margin: 25px 0 75px;
    }
    .vatAdvantageContent img{
        height: 4.6vw;
        object-fit: cover;
    }
    .vatAdvantageContent .title{
        line-height: 2.4vw;
        font-size: 1.3vw;
        color: #000000;
    }
    .vatAdvantageContent .info{
        font-size: 1.15vw;
        color: #999999;
        text-align: left;
    }
    .vatProcess{
        padding: 80px 0;
        width: 100%;
        text-align: center;
    }
    .vatProcess img{
        width: 67.7%;
        object-fit: cover;
    }


}
@media all and (max-width: 1020px) {
    .vatHeader{
        width: 100%;
    }
    .vatHeader img{
        width: 100%;
        object-fit: cover;
    }
    .vatHeadLine{
        width: 100%;
        text-align: center;
    }
    .vatTitle{
        font-size: 2.35vw;
        color: #000000;
        opacity: 0.95;
        line-height: inherit;
    }
    .vatSubTitle{
        font-size: 1vw;
        color: #000000;
        opacity: 0.7;
        line-height: inherit;
    }
    .vatLine{
        display: flex;
        width: 100%;
        margin: 15px auto;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .vatLine1{
        background: #EE6910;
        border-radius: 1.5px;
        height: 3px;
        width: 10px;
    }
    .vatLine2{
        background: #EE6910;
        border-radius: 1.5px;
        height: 3px;
        width: 50px;
        margin: 0 11px;
    }
    .vat-register{
        padding: 30px 0;
        width: 100%;
    }
    .vatRegisterPart{
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        width: 100%;
        margin-top: 35px;
    }
    .vatRegisterZone{
        width: 67.7%;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .vatRegisterDetail{
        width: 15.4%;
    }
    .vatRegisterDetail img{
        width: 100%;
        object-fit: cover;
    }
    .vatRegisterTitle{
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 24px;
        color: #000000;
        margin-top: 15px;
    }
    .vatRegisterTitleEn{
        display: none;
    }
    .vatBusiness{
        padding: 30px 0;
        background: url("../images/vat-background2.png") no-repeat;
        background-size: 100% 100%;
        height: auto;
        text-align: center;
    }
    .vatBusinessPart{
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        width: 100%;
    }
    .vatBusinessZone{
        width: 67.7%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .vatBusinessDetail{
        width: 21.7%;
        height: auto;
        margin-top: 35px;
    }
    .vatBusinessDetail img{
        width: 100%;
        object-fit: cover;
    }
    .vatBusinessCountry{
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
        border: 1px solid #eeeeee;
        box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
        background: #ffffff;
    }
    .vatBusinessCountry .title1{
        color: #EC693A;
        font-size: 16px;
        line-height: 23px;
    }
    .vatBusinessCountry .title2{
        display: none;
    }
    .vatBusinessButton{
        margin-top: 40px;
    }
    .vatBusinessButton a{
        padding: 15px 30px;
        background: #EC693A;
        color: #ffffff;
        box-shadow: 0px 3px 6px 1px #adadad;
        font-size: 14px;
        border-radius: 5px;
        display: inline-block;
    }
    .vatReason{
        padding: 85px 0;
        width: 100%;
    }
    .vatReasonPart{
        width: 100%;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .vatReasonZone{
        width: 67.7%;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .vatReasonCause{
        padding: 45px 0 56px;
        text-align: center;
        width: 23.2%;
        display: block;
        border-radius: 6px;
        box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.16);
        color: #000000;
    }
    .vatReasonImage{
        width: 100%;
        height: 60px;
    }
    .vatReasonCause:nth-child(1) .vatReasonImage{
        background: url("../images/reason1.png") center no-repeat;
        background-size: auto 60px;
    }
    .vatReasonCause:nth-child(2) .vatReasonImage{
        background: url("../images/reason2.png") center no-repeat;
        background-size: auto 60px;
    }
    .vatReasonCause:nth-child(3) .vatReasonImage{
        background: url("../images/reason3.png") center no-repeat;
        background-size: auto 60px;
    }
    .vatReasonCause:nth-child(4) .vatReasonImage{
        background: url("../images/reason4.png") center no-repeat;
        background-size: auto 60px;
    }
    .vatReasonCause:nth-child(1):hover .vatReasonImage{
        background: url("../images/reason5.png") center no-repeat;
        background-size: auto 60px;
    }
    .vatReasonCause:nth-child(2):hover .vatReasonImage{
        background: url("../images/reason6.png") center no-repeat;
        background-size: auto 60px;
    }
    .vatReasonCause:nth-child(3):hover .vatReasonImage{
        background: url("../images/reason7.png") center no-repeat;
        background-size: auto 60px;
    }
    .vatReasonCause:nth-child(4):hover .vatReasonImage{
        background: url("../images/reason8.png") center no-repeat;
        background-size: auto 60px;
    }
    .vatReasonCause:hover{
        background-color: #EC693A;
        color: #ffffff;
    }
    .vatReasonTitle{
        font-size: 18px!important;
        margin: 20px 0 12px;
    }
    .vatReasonInfo{
        height: 89px;
        width: 100%;
        padding: 0 10px;
        font-size: 12px!important;
        text-align: left;
    }
    .vatAdvantage {
        padding: 35px 0;
        background: url("../images/vat-background3.png") no-repeat;
        background-size: 100% 100%;
        height: auto;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .vatAdvantagePart{
        width: 67.7%;

    }
    .vatAdvantageTitle{
        width: 100%;
        text-align: left;
    }
    .vatAdvantageTitle h2{
        color: #ffffff;
        font-size: 2.35vw;
        line-height: 25px;
        margin: 0px;
    }
    .vatAdvantageTitle em{
        color: #ffffff;
        font-size: 1vw;
        line-height: 23px;
    }
    .vatAdvantageZone{
        margin: 15px 0;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        width: 100%;
    }
    .vatAdvantageDetail{
        padding: 20px 0;;
        height: auto;
        background: #ffffff;
        text-align: center;
        width: 24%;
        border-radius: 6px;
        border: 1px solid #707070;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .vatAdvantageContent img{
        height: 60px;
        object-fit: cover;
    }
    .vatAdvantageContent .title{
        line-height: 32px;
        font-size: 14px!important;
        color: #000000;
    }
    .vatAdvantageContent{
        text-align: center;
        padding: 0 8.5%;
    }
    .vatAdvantageContent .info{
        font-size: 12px!important;
        height: 230px;
        color: #999999;
        text-align: left;
    }
    .vatProcess{
        padding: 80px 0;
        width: 100%;
        text-align: center;
    }
    .vatProcess img{
        width: 67.7%;
        object-fit: cover;
    }
}
@media all and (max-width: 650px){
    .vatRegisterDetail {
        width: 20%;
    }
    .vatBusiness {
        padding: 30px 0;
        background: url(../images/vat-background2.png) no-repeat;
        background-size: 100% 100%;
        height: auto;
        text-align: center;
    }
    .vatBusinessDetail {
        width: 44.7%;
        height: auto;
        margin-top: 16px;
    }
    .vatBusinessCountry {
        width: 100%;
        height: 35px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
        border: 1px solid #eeeeee;
        box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
        background: #ffffff;
    }
    .vatBusinessCountry .title1 {
        color: #EC693A;
        font-size: 12px;
        line-height: 23px;
    }
    .vatBusinessCountry .title2 {
        display: none;
    }
    .vatReason {
        padding: 40px 0;
        width: 100%;
    }
    .vatReasonZone {
        width: 67.7%;
        display: flex;
        flex-wrap: wrap;
    }
    .vatReasonCause {
        padding: 10px;
        text-align: center;
        display: block;
        border: 1px solid #707070;
        border-radius: 6px;
        box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.16);
        width: 48%;
        color: #000000;
        margin-top: 15px;
    }
    .vatReasonCause .vatReasonImage {
        background-size: auto 45px!important;
    }
    .vatReasonTitle {
        font-size: 16px!important;
        margin: 6px 0;
    }
    .vatReasonInfo {
        height: auto!important;
        width: 100%;
        padding: 0 10px;
        font-size: 12px!important;
        text-align: left;
    }
    .vatAdvantage {
        padding: 35px 0;
        background: url(../images/vat-background3.png) no-repeat;
        background-size: 100% 100%;
        height: auto;
        text-align: center;
        width: 100%;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .vatAdvantageDetail{
        width: 48%;
        margin-top: 15px;
        padding: 14px 0;
    }
    .vatAdvantageZone {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin: 0;
    }
    .vatAdvantageTitle h2 {
        color: #ffffff;
        font-size: 2.35vw;
        line-height: 25px;
        margin: 0px;
    }
    .vatProcess {
        padding: 40px 0;
        width: 100%;
        text-align: center;
    }
}




































