.section{
    text-align: center;
}
.page-title{
    margin-bottom: 10px;
    font-weight: bold;
}
.page1 {
    background: url('../image/vat_banner1.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.page2 {
    background: url('../image/vat_banner2.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.page6 {
    background: url('../image/logi_banner3.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.page1 .text{
    /*margin-bottom: 30px;*/
}
.page1 .page-cont{
    padding-top: 20%;
}

.page2 .page-title{
    margin-bottom: 50px;
}
.page2 .text{
    line-height: 2;
    margin-bottom: 50px;
}
.page2 .text-box{
    display: flex;
    align-items: center;
    justify-content: center;

}
.page2 .text-box .box{
    border-right: 1px solid #CCD5DC;
    padding: 0 20px;
}
.page2 .text-box .box:first-of-type{
    border-left: 1px solid #CCD5DC;
}
.page2 .text-box .box .s-title{
    color:#3A83D8;
    font-size: 20px;
    margin-bottom: 10px;
}

.page3 .page-title{
    margin-bottom: 70px;
}
.page3 .img-box{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 900px;
    margin: auto;
    margin-bottom: 100px;
}
.page3 .img-box p{
    margin-top: 15px;
    font-size: 14px;
}
.page3 .img-box img {
    width: 80px;
}
.page3 .flow-wrap{
    width: 900px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
}
.page3 .flow-wrap .step{
    background: #F9F9F9;
    padding: 30px 20px;
    height: 300px;
    flex: 1;
}
.page3 .flow-wrap .arrow-wrap{
    align-self:center;
    width: 50px;
    text-align: center;
}
.page3 .flow-wrap .step .title{
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid grey;
    margin-bottom: 20px;
    font-weight: bold;
}
.page3 .step ul.step-detail li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.page3 .step ul.step-detail li .serial{
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    border: 1px solid #000;
    text-align: center;
    margin-right: 15px;
}

.page4{
    background: #f9f9f9;
}
.page4 .page-title{
    margin-bottom: 70px;
}
.page4 .link{
    display: block;
    margin-bottom: 50px;
    margin-top: 10px;
}
.page4 .link:hover{
    color:#0070C9;
}
.page4 .country-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left;
    width: 900px;
    margin: auto;
}
.page4 .country-wrap .country{
    width: 50%;
    height: 200px;
    margin-bottom: 20px;
}
.page4 .country-wrap .country:nth-of-type(even){
    padding-left: 100px;
}
.page4 .country-wrap .name-line{
    margin-bottom: 20px;
}
.page4 .country-wrap .country img{
    width: 50px;
    margin-right: 10px;
}
.page4 .country-wrap .country p{
    line-height: 2;
}
.page4 .country-wrap .country p>span{
    color:#0070C9;
    margin-left: 10px;
}

.page5{
    padding-bottom: 12%;
}
.page5 .page-title{
    margin-bottom: 70px;
}
.page5 .img-card{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 900px;
    margin: auto;
}
.page5 .img-card .card{
    width: 435px;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.page5 .img-card .card img,.page5 .img-card .card .text-box{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    transition: all ease .5s;
}
.page5 .img-card .card .text-box{
    z-index: 100;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    text-align: left;
    flex-wrap: wrap;
    color:#fff;
    padding-left: 20px;
    padding-bottom: 50px;
}
.page5 .img-card .card:hover>img{
    transform: scale(1.09);
}
.page5 .img-card .card p{
    width: 100%;
    font-size: 14px;
}
.page5 .img-card .card p.title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.page5 .img-card .card:first-of-type{
    margin-right: 15px;
    margin-bottom: 15px;
    background: url("../image/vat_card1.png") no-repeat;
    background-size: cover;
}
.page5 .img-card .card:nth-of-type(2) {
    background: url("../image/vat_card2.png") no-repeat;
    margin-bottom: 15px;
    background-size: cover;
}
.page5 .img-card .card:nth-of-type(3){
    margin-right: 15px;
    background: url("../image/vat_card3.png") no-repeat;
    background-size: cover;
}
.page5 .img-card .card:nth-of-type(4) {
    background: url("../image/vat_card4.png") no-repeat;
    background-size: cover;
}


/*----*/
.page6{
    color: #fff;
    min-height: auto;
    height: 50vh;
}
.page6 .page-title{
    margin-bottom: 50px;
}
.page6 .blue-btn{
    padding: 0 35px;
    height: 45px;
    line-height: 45px;
    background: #0070C9;
    border-radius: 35px;
}
