.top-banner{
    padding-top: 90px;
    width: 100%;
    height: 514px;
    background: url("../images/banner.png");
    background-size: cover;
}
.banner-title h1{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    margin-top: 113px;
    letter-spacing: 5px;
}
.banner-title img{
    width: 380px;
    margin-top: 30px;
    margin-left: -10px;
}
.link-tab {
    width: 100%;
    padding: 6px;
    line-height: 1.4;
    text-align: center;
}
.link-tab.fixedh {
    position: fixed;
    top: 50%;
    margin-top: -180px;
}
.link-tab .qr-code {
    width: 100%;
}
.link-tab .qr-code-txt {
    line-height: 17px;
}
.link-tab .to-top p {
    margin-top: 5px;
}
.link-tab .list-group {
    border-bottom: 1px solid #DFDFDF;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.link-tab .list-group .list-group-item {
    border: none;
    font-size: 20px;
    text-align: left;
    border-radius: 0;
    color: #ABABAB;
    margin-bottom: 0px;
    border-bottom: 3px solid transparent;
    background: none;
}
.link-tab .list-group .list-group-item.active,.link-tab .list-group .list-group-item:hover {
    color:#72B3FF;
    background: none;
    border-bottom-color: #72B3FF;
}
/*关于我们*/
.contact-mode .section-item{
    width: 100%;
    margin-top: 60px;
}
.contact-mode .section-item .title{
    display: flex;
    align-items: center;
    overflow: hidden;
}
.contact-mode .section-item .title img{
    width: 35px;
}
.contact-mode .section-item .title span{
    color: #404040;
    font-size: 24px;
    margin-left: 20px;
}
.contact-mode .section-item .cont{
   position: relative;
   margin-top: 40px;
}
.contact-mode .section-item .compony-txt{
    color: #707070;
    font-size: 16px;
    margin-top: 40px;
    padding-left: 55px;
}
.contact-mode .section-item .compony-txt .fth4{
    display: flex;
    align-items: baseline;
}
.contact-mode .section-item .compony-txt b{
    width: 100px;
    font-size: 18px;
    display: block;
    font-weight: 400;
    color: #404040;
}
.contact-mode .section-item .compony-txt span{
    flex: 1;
    line-height: 35px;
}
.contact-mode .section-item .swiper-container{
    width: 85%;
}
.contact-mode .section-item.certificate .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #F1F1F1;
    padding: 11px 72px;
    height: 301px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-mode .section-item.certificate .swiper-slide img{
    max-width: 199px;
    width: auto;
}
.contact-mode .section-item .cont-button{
    width: 55px;
    height: 55px;
    border-radius: 100%;
    text-align: center;
    line-height: 55px;
    color: #fff;
    background: #F0F0F0;
    outline: none;
}
.contact-mode .section-item .cont-button:after{
    font-size: 20px;
}
.contact-mode .section-item .cont-button:hover{
    color: #11DEC4;
}
.contact-mode .section-item.contact .bg-note {
    position: absolute;
    right: 84px;
    background: #fff;
    color: #404040;
    top: 23px;
    bottom: 26px;
    padding: 26px;
    background-image: url('../images/m-map.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.contact-mode .section-item.contact .bg-note h3 {
    margin-bottom: 25px;
    color: #404040;
    font-size: 18px;
    font-weight:bold;
}
.contact-mode .section-item.contact .bg-note h3,
.contact-mode .section-item.contact .bg-note .fth3 {
    line-height: 1.46;
}
.contact-mode .section-item.contact .bg-note .fth3 {
    margin-bottom: 20px;
    display: table;
    color: #404040;
    font-size: 18px;
}
.contact-mode .section-item.contact .bg-note .tit {
    width: 84px;
    display: table-cell;
}
.contact-mode .section-item.contact .bg-note .tit-con {
    display: table-cell;
}
.visible-show{
    display: none;
}
@media (max-width: 767px) {
    .top-banner {
        height: 176px;
        background-size: cover;
        padding-top: 50px;
        background-position: center
    }
    .banner-title h1 {
        margin-top: 22px;
        font-size: 18px;
        margin-bottom: 0;
    }
    .banner-title img {
        margin-top: 0;
        width: 185px;
        margin-left: -5px;
    }
    .link-tab {
        display: none;
    }
    /*容器  */
    .contact-mode .section-item{
        margin-top: 25px;
    }
    .contact-mode .section-item .title img{
        width: 20px;
    }
    .contact-mode .section-item .title span{
        font-size: 16px;
        margin-left: 20px;
    }
    .contact-mode .section-item .cont{
        margin-top: 24px;
        padding-bottom: 0;
        margin-bottom: 40px;
        border-bottom: none;
    }

    .contact-mode .section-item .compony-txt {
        font-size: 15px;
        padding-left: 0;
    }
    .contact-mode .section-item.media-cont {
        border-bottom: none;
    }
    .contact-mode .section-item.media-cont .get-more .not-button {
        font-size: 12px;
        margin: 10px 0;
    }
    .contact-mode .section-item.culture .fth3 {
        font-size: 12px;
    }
    .contact-mode .section-item.culture .cont > img {
        width: 100%;
    }
    .contact-mode .section-item .compony-txt b{
        font-size: 16px;
    }
    .contact-mode .section-item.culture .cont .fth4 {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .contact-mode .section-item.culture .bg-note {
        position: absolute;
        color: #404040;
        top: 18px;
        margin-top: 0;
        left: 5%;
    }


    .contact-mode .section-item.certificate .swiper-slide {
        height: 104px;
        padding: 3px 15px;
    }
    .contact-mode .section-item.certificate .swiper-slide img {
        max-width: 68px;
    }
    .contact-mode .section-item.certificate .swiper-button-next,
    .contact-mode .section-item.certificate .swiper-button-prev {
        right: 0;
    }
    .contact-mode .section-item.certificate .swiper-button-next:after,
    .contact-mode .section-item.certificate .swiper-button-prev:after {
        font-size: 16px;
    }
    .contact-mode .section-item.certificate .swiper-button-prev,
    .contact-mode .section-item.certificate .swiper-container-rtl .swiper-button-next {
        left: 0;
    }
    .contact-mode .section-item .cont-button{
        width: 15px;
        height: unset;
        background: unset;
        color: unset;
    }
    .contact-mode .section-item.contact .cont > img.visible-show {
        width: 100%;
    }
    .contact-mode .section-item.contact .bg-note {
        position: absolute;
        color: #404040;
        top: 28%;
        left: 2%;
        right: 11px;
        bottom: 16px;
        padding: 12px 20px;
        background-image: url('../images/p-boxmap.png');
    }
    .contact-mode .section-item.contact .bg-note .tit {
        width: auto;
        min-width: 40px;
    }
    .contact-mode .section-item.contact .bg-note h3,
    .contact-mode .section-item.contact .bg-note .fth3 {
        font-size: 12px;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .visible-show{
        display: block;
    }
    .visible-none{
        display: none;
    }
}
