.section-title{
    font-size: 32px;
    color: #061828;
    line-height: 40px;
    padding: 70px 0 20px;
}

.section-slogan{
    font-size: 14px;
    color: #0D0A26;
    opacity: 0.75;
    margin: 0 auto 45px;
}

/* banner start*/
.banner {
    width: 100%;
    height: 400px;
    background: url(../images/banner-bg.png) center center no-repeat;
    background-size: cover;
    text-align: left;
}

.banner-layout {
    margin-top: 140px;
    vertical-align: middle;
}

.banner-title {
    margin-bottom: 25px;
    font-size: 40px;
    color: #071928;
    line-height: 40px;
}

.banner-slogan{
    font-size: 16px;
    font-weight: 400;
    color: #061828;
    line-height: 16px;
}
/* banner end */

/* contact start*/
.tab-width-temp {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.contact-tabbar{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
}

.contact-tabbar a:hover,
.contact-tabbar a:focus {
    color: #303030;
}

.contact-tabbar-item{
    font-size: 16px;
    color: #303030;
    height: 80px;
    line-height: 80px;
    margin-right: 60px;
    cursor: pointer;
}

.contact-tabbar-item.tab-item-active::after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    margin-top: -3px;
    background: #2386EE;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
    0px 4px 6px 0px rgba(35, 134, 238, 0.23);
}

.contact-box{
    width: 100%;
    background: #F7F7F7;
}

.contact-content{
    width: 1200px;
    height: 436px;
    margin: auto;
    /* display: none; */
}

.contact-content-show{
    display: block;
}

.contact-content-box{
    display: flex;
    flex-direction: row;
}

.contact-content-item{
    width: 400px;
    height: 243px;
    padding-top: 40px;
    padding-right: 65px;
    text-align: justify;
}

.contact-content-title{
    padding: 60px 0 35px;
}

.contact-content-item-title{
    font-size: 24px;
    font-weight: bold;
    color: #061828;
    line-height: 24px;
}

hr{
    width: 229px;
    height: 1px;
    background: linear-gradient(90deg, #0086F1 0%, rgba(0, 134, 241, 0) 100%);
    margin: 14px 0 20px;
}

.contact-content-item-phone{
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #0086F1;
}

.contact-content-item-slogan{
    font-size: 14px;
    color: #282828;
    opacity: 0.75;
    line-height: 24px;
    margin-top: 15px;
}

.contact-content-item-btn{
    /*width: 100px;*/
    height: 40px;
    font-size: 14px;
    color: #0086F1;
    line-height: 40px;
    border: 1px solid #0086F1;
    opacity: 0.75;
    text-align: center;
    margin-top: 20px;
}
/* contact end */

/* support start  */
.support{
    padding-bottom: 60px;
}

.support-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.support-box-item:nth-child(2n){
    margin-left: 9px;
}

.support-box-item{
    width: 595px;
    height: 180px;
    background: #FAFAFA;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.support-box-item:hover{
    transition: all 0.3s;
    box-shadow: 0px 5px 10px 0px rgba(18, 32, 46, 0.14);
}


.support-box-item-left{
    margin-left: 50px;
    margin-right: 44px;
}

.support-box-item-right{
    text-align: left;
}

.support-title{
    height: 20px;
    font-size: 24px;
    color: #061828;
    margin-bottom: 20px;
}

.support-slogan{
    font-size: 14px;
    line-height: 24px;
    color: #061828;
}

.support-btn{
    width: 96px;
    height: 34px;
    border: 1px solid #0086F1;
    opacity: 0.75;
    font-size: 14px;
    color: #0086F1;
    line-height: 34px;
    text-align: center;
    margin-top: 10px;
}
/* support end  */

/* branch start */
.branch{
    width: 100%;
    height: auto;
    background: url(../images/branch-bg.png) center center no-repeat;
    background-size: cover;
}

.branch-tabbar{
    display: flex;
    flex-direction: row;
    height: 50px;
    border-bottom: 1px solid rgba(6, 24, 40, .15);
}

.branch-tabbar-item{
    font-size: 16px;
    color: #061828;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    flex: 1;
}

.branch-tabbar-item.branch-item-active::after{
    content: '';
    display: block;
    width: 3em;
    height: 2px;
    margin: auto;
    background: #0086F1;
}

.branch-content{
    width: 1200px;
    margin: auto;
    padding: 40px 0 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    display: none;
}

.branch-content.branch-content-show{
    display: flex;
}

.branch-content a{
    width: 595px;
    height: 160px;
    background: rgba(255,255,255,.75);
    padding: 30px 38px;
    text-align: left;
    margin-bottom: 10px;
}

.branch-content a:nth-child(2n){
    margin-left: 10px;
}

.branch-content a:hover{
    background: rgba(255,255,255,1);
}

.branch-content-item-title{
    font-size: 20px;
    line-height: 20px;
    color: #061828;
    padding-bottom: 22px;
}

.branch-content a:hover .branch-content-item-title{
    color: #0086F1;
}

.branch-content-item-slogan{   
    font-size: 14px;
    line-height: 14px;
    color: #061828;
    opacity: 0.75;
    padding-bottom: 12px;
}

/* branch end */
