.googleADs-banner .content{display: flex;}
.banner-lbox {
    padding: 100px 0;
    color: #fff;
}
.googleADs-banner .banner-rbox{
    padding: 50px 0;
}
.banner-tit {
    letter-spacing: 2px;
    line-height: 60px;
    text-align: center;
}
.banner-des {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.banner-content a {
    background-color: rgba(255,255,255,0.16);
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    text-align: center;
}
.banner-content a:hover{
    color: #3c78d8;
    background-color: #fff;
-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.introduction .content,.service .content,.afterSales .content {
    display: flex;
    margin: 50px auto;
    justify-content: space-between;
}
.introduction img,.service img,.afterSales img{max-width: 100%;}

.introduction-box{
    margin-top: 30px;
}
.introduction-box .tit {
    font-size: 30px;
    line-height: 70px;
    letter-spacing: 1px;
}
.introduction-box .stit {
    font-size: 16px;
    margin: 20px 10px 0 0;
    line-height: 30px;
    letter-spacing: 1px;
    color: #3c78d8;
}
.introduction-box .des {
    letter-spacing: 1px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.introduction-box .abtn {
    display: table;
    height: 48px;
    line-height: 48px;
    color: #3c78d8;
    font-size: 16px;
    border: 2px solid #3c78d8;
    border-radius: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.introduction-box .abtn:hover {
    background-color: #3c78d8;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.count-box span {
    display: block;
    margin-right: 30px;
}
.introduction-box .count-box span:first-of-type {
    color: #3c78d8;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.introduction-box .count-box span:last-of-type {
    font-size: 14px;
    line-height: 28px;
}
.service-box {margin-top: 30px;}
.service-box .tit {
    font-size: 30px;
    line-height: 70px;
    letter-spacing: 1px;
}
.service-box .stit {
    font-size: 16px;
    margin: 20px 10px 0 0;
    line-height: 30px;
    letter-spacing: 1px;
    color: #3c78d8;
}
.service-box .des {
    letter-spacing: 1px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.programme-tit {
    padding-top: 100px;
}
.programme-tit span {
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    padding-bottom: 15px;
    display: block;
}
.programme-tit h2 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
}
.programme-tit p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 30px 0 50px;
    margin: 0;
}
.programme-list{
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
}
.programme-lst .programme-slide {
    padding: 0 15px;
}
.programme-box {
    text-align: center;
    margin-bottom: 50px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    border-radius: 10px;
    display: inline-block;
}
.programme-box img {
    max-width: 100%;
    background-color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.programme-box img:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.programme-box h3 {
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.programme-box p {
    font-size: 14px;
    height: 60px;
    margin-bottom: 30px;
    color: #8a8a8a;
    line-height: 24px;
}
.programme-list .slick-dots .presentation {
    opacity: 1;
    width: 6%;
    border-radius: 0;
    height: 4px;
    background: #d8d8d8;
}
.programme-list .slick-dots .presentation:hover {
    background: #333;
}
.programme-list .slick-dots .presentation.slick-active {
    background: rgba(255,255,255,0.5);
}
.programme-list .abtn{
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.programme-list .abtn:hover{
    color: #3c78d8;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.afterSales-box .tit {
    font-size: 30px;
    line-height: 70px;
    letter-spacing: 1px;
}
.afterSales-box .stit {
    font-size: 16px;
    margin: 20px 10px 0 0;
    line-height: 30px;
    letter-spacing: 1px;
    color: #3c78d8;
}
.afterSales-box .des {
    letter-spacing: 1px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.afterSales-box .abtn {
    display: table;
    height: 48px;
    line-height: 48px;
    color: #3c78d8;
    font-size: 16px;
    border: 2px solid #3c78d8;
    border-radius: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.afterSales-box .abtn:hover {
    background-color: #3c78d8;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.chooseus-tit {
    padding-top: 100px;
}
.chooseus-tit span {
    color: #3c78d8;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    padding-bottom: 15px;
    display: block;
}
.chooseus-tit h2 {
    color: #333;
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
}
.chooseus-tit p {
    color: #666;
    text-align: center;
    font-size: 14px;
    padding: 30px 0 50px;
    margin: 0 auto;
    max-width: 800px;
}
.chooseus-list{
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
}
.chooseus-box{padding-bottom: 80px;}
.chooseus-box .certificate img{
    width: 100%;
}
.chooseus-box .user img{
    max-width: 100%;
    padding: 50px 0 0;
}
.googleCase-tit {
    padding-top: 100px;
}
.googleCase-tit span {
    color: #3c78d8;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    padding-bottom: 15px;
    display: block;
}
.googleCase-tit h2 {
    color: #333;
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
}
.googleCase-tit p {
    color: #666;
    text-align: center;
    font-size: 14px;
    padding: 30px 0 50px;
    margin: 0;
}
.googleCase-list{
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
}
.googleCase .googleCase-lst .js-slider{margin-bottom: 0;}
.googleCase-lst .googleCase-slide {
    padding: 0 15px;
}
.googleCase-box {
    text-align: center;
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    display: inline-block;
}
.googleCase-box img {
    max-width: 100%;
    background-color: #fff;
}
.googleCase-box img:hover {
    cursor: pointer;
}
.googleCase-box h3 {
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom: 15px;
    padding: 0 30px;
}
.googleCase-box p {
    font-size: 14px;
    height: 60px;
    padding: 0 30px;
    margin-bottom: 80px;
    color: #8a8a8a;
    line-height: 24px;
}
.googleCase .slick-arrow{height: 2.5rem;border-radius: 50px;}
.googleCase .slick-dots{display:none!important;}
.googleCase-list .abtn {
    background-color: #2978fe;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.googleCase-list .abtn:hover {
    background-color: #0665d0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.googleFAQ-tit {
    padding-top: 100px;
}
.googleFAQ-tit h2 {
    color: #333;
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
}
.googleFAQ-list{
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
}
.googleFAQ-list .faq-item{margin-top: 20px;margin-bottom: 20px;}
.googleFAQ-list .faq-title{font-size: 16px;}
.googleFAQ-list .faq-answer{font-size: 16px;line-height: 2;display: flex;}
.googleFAQ-list .faq-q-icon,.googleFAQ-list .faq-a-icon{margin-right: 20px;}
.googleFAQ-list .faq-answer p{line-height: 2;}
.msgForm-tit {
    padding-top: 100px;
}
.msgForm-tit span {
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    padding-bottom: 15px;
    display: block;
}
.msgForm-tit h2 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
}
.msgForm-tit p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 30px 0 50px;
    margin: 0;
}
.msgForm-list{
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
}
.msgForm-list .msggroup{
    color: #fff;
    margin-bottom: 20px;
}
.msgForm-list .msggroup input{
    background-color: inherit;
    color: rgb(255, 255, 255);
    border-width: 0 0 1px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
    width: 100%;
    padding: 10px 0;
    text-indent: 6px;
    box-sizing: content-box;
    margin-left: -1px;
    font-size: 16px;
}
.msgForm-list .msggroup textarea{
    background-color: inherit;
    color: rgb(255, 255, 255);
    border-width: 0 0 1px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
    width: 100%;
    padding: 10px 0;
    text-indent: 6px;
    box-sizing: content-box;
    margin-left: -1px;
    font-size: 16px;
}
.msgForm-list .msggroup input::-webkit-input-placeholder,.msgForm-list .msggroup textarea::-webkit-input-placeholder {
    -webkit-text-fill-color: #fff;
}

.msgForm-list .msggroup input::-moz-input-placeholder,.msgForm-list .msggroup textarea::-moz-input-placeholder {
    -webkit-text-fill-color: #fff;
}

.msgForm-list .msggroup input::-ms-input-placeholder,.msgForm-list .msggroup textarea::-ms-input-placeholder {
    -webkit-text-fill-color: #fff;
}

.msgForm-list .abtn{
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.msgForm-list .abtn:hover{
    color: #3c78d8;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


@media (min-width: 768px){
    .banner-tit {
        letter-spacing: 2px;
        line-height: 60px;
        text-align: left;
    }
    .banner-des {
        font-size: 16px;
        line-height: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .introduction .content, .service .content, .afterSales .content{margin:80px auto;}
    .introduction-box{margin-right: 30px;margin-top: 20px;}
    .introduction-box .count {display: flex;margin-top: 30px;}
    .service-box {margin-top: 50px;}
    .programme-list{padding-bottom: 100px;}
    .afterSales-box{margin-top: 120px;}
    .afterSales img{padding:50px;}
    .chooseus-box .user img {padding: 20px;}
}
@media (max-width: 768px){
    .banner-tit {font-size: 38px;text-align: left;}
    #main-container .banner{background-position: center left !important;}
    .introduction img{margin-top: 30px;}
}