.contact-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;
}
.contactStyle-tit {
    padding-top: 100px;
}
.contactStyle-tit h2 {
    color: #333;
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
}
.contactStyle-tit p {
    color: #666;
    text-align: center;
    font-size: 16px;
    padding: 20px 0 50px;
    margin: 0 auto;
    max-width: 800px;
}
.contactStyle-list{
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
}
.contactStyle-box{padding-bottom: 80px;margin-top: 50px;}
.contactStyle-box .contact-item{margin-bottom: 80px;}
.contactStyle-box .contact-item .block-link-shadow{
    border: 8px solid #f5f5f5;
}
.contactStyle-box .contact-item .fw-semibold{
    font-size: 20px;
}
.contactStyle-box .contact-item .fw-medium{
    font-size: 16px;
}
.contactStyle-box .contact-icon{
    margin-top: -62px;
    width: 124px;
    border: 8px solid #f5f5f5;
    height: 124px;
    border-radius: 50%;
    background-color: #fff;
    padding: 1.25rem;
}
.contactStyle-box .contact-icon i{
    font-size: 40px;
    line-height: 62px;
    color: #3c78d8;
}
.contactStyle-box .contact-item:hover .contact-icon{
    background-color: #3c78d8;
    -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;
}
.contactStyle-box .contact-item:hover .contact-icon i{
    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;
}
.otherStyle{padding-bottom: 100px;}
.otherStyle h2 {
    color: #333;
    font-size: 32px;
    letter-spacing: 2px;
}
.otherStyle p {
    color: #666;
    font-size: 16px;
    padding: 20px 0;
    margin: 0 auto;
    max-width: 800px;
}
.otherStyle .msggroup{
    margin-bottom: 20px;
    padding-left: 0;
}
.otherStyle .msggroup input,.otherStyle .msggroup textarea{
    width: 100%;
    padding: 10px 0;
    text-indent: 6px;
    box-sizing: content-box;
    margin-left: -1px;
    background-color: rgb(248, 248, 248);
    color: rgb(0, 0, 0);
    border: 1px solid #f2f2f2;
    box-shadow: none;
    font-size: 16px;
}
.otherStyle .abtn{
    border: 0 solid #2e6da4;
    border-radius: 0;
    background: #3c78d8;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 48px;
}
.otherStyle .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;
}
#contactMap{
    width:100%;height:300px;
}



@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;
    }
    .otherStyle .other-item:first-of-type{
        padding-right: 100px;
    }
    #contactMap{
        width:100%;
        height:80%;
    }
    .contactStyle-box .contact-item{margin-bottom: 0px;}
}
@media (max-width: 768px){
    .banner-tit {font-size: 38px;}
    #main-container .banner{background-position: center left !important;}
}