.service-banner .content{display: flex;}
.banner-lbox {
    padding: 80px 0;
    color: #fff;
}
.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;
    text-align: center;
}
.banner-content a {
    background-color: rgba(255,255,255,0.16);
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.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;
}
.service {
    padding: 100px 0;
}
.service .seritem {
    text-align: center;
}
.service .icon {
    width: 100px;
    margin: 0 auto;
}
.service .seritem h2 {
    font-size: 26px;
    font-weight: initial;
    margin: 15px 0;
}
.service .seritem p {
    font-size: 15px;
}

.positive-tit {
    padding-top: 100px;
}

.positive-tit h2 {
    color: #333;
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
}
.positive-tit p {
    color: #666;
    text-align: center;
    font-size: 16px;
    padding: 30px 0 50px;
    margin: 0;
}
.positive-list{
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
}
.positive .positem {
    text-align: center;
}
.positive .positem i {
    font-size: 70px;
    color: #3c78d8;
}
.positive .positem h3 {
    font-size: 26px;
    font-weight: initial;
    margin: 30px 0;
}
.positive .positem p {
    font-size: 15px;
}

.showcase{
    padding: 100px 0;
}
.showcase-box{
    background: url(../images/contactbg.png) no-repeat scroll center center;
    background-size: cover;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgb(17 40 79 / 20%);
}
.showcase-box h2 {
    font-size: 34px;
    color: #fff;
}
.showcase-box p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 15px;
    color: #fff;
}
.showcase-contact{
    margin: auto;
}
.showcase-contact a {
    background-color: rgba(255,255,255,0.16);
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    text-align: center;
}
.showcase-contact 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;
}


@media (min-width: 768px){
    .banner-tit {
        letter-spacing: 2px;
        line-height: 60px;
    }
    .banner-des {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px){
    .banner-tit {font-size: 38px;}
    #main-container .banner{background-position: center left !important;}
    .service .seritem:nth-of-type(2),.service .seritem:nth-of-type(3){padding-top: 50px;}
    .positive .positem:nth-of-type(2),.positive .positem:nth-of-type(3){padding-top: 50px;}
    .showcase {padding: 50px 0;}
    .showcase .content{width: 90%;}
    .showcase-contact{margin-top: 30px;}
}