@font-face {
    font-family: "iconfont";
    src: url('//at.alicdn.com/t/font_1121273_vwygjrlzbug.eot?t=1554448432641');
    /* IE9 */
    src: url('//at.alicdn.com/t/font_1121273_vwygjrlzbug.eot?t=1554448432641#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAOAAAsAAAAAB2wAAAMxAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDFAqCLIIyATYCJAMQCwoABCAFhG0HShueBsgekiSIQHEcjh/HJQAWxcP/7/dtn/vOV00zk0TBu2cWSROePIsmEiRITRqlEpJJaO9/93u9aYogMccXkBTCg+T9fMrjMo7VhKkbAKrVDRSBmuomd77JriaeRJBYa5IkiUSQUGa3rf+XF3/4g8vpT6AHWR1QLnNMfgwwDiigMYa1yQoQW4YXLqzDPE+ga00OdLatpx+iJZgWiDtckyA6FZVSKLSFZsnaFG9FaJfX5Q2AN/7v4xcURTRFowJzz99uVaHha/gVg5/Xq8ZdhGw8N4RNVNgHkrhamr0CC4HCusPDHQSaUihjhUMhfCxaqqubTKvPH68QTVDfB8dxruIr2NJYF43NAuticJ0CL2NNG02cA94BGFfGeVERw+E8MT4fvUOFiT+iFxN7i6LK7mJWadoXp1r3h/wnt/yeHLjT0UKhpEE5E9XQh2kqw/OAPjRape9EGpcK/mQiVxSW4LP/5WtJRET64bOO7ncjVUHd2KyqjgoRaYwoe8PDV6Xt/oVVvNZ4djG3HLXhpsqFxLMT+oSZWvq3M/EVwPEXH977dOcgbL/c+xi2Z2S3A9LfxxX8we0dLWh8FLWilvGxFk7EqREuGx+F/5UP4Nb7D0AH6pPQ9/CEqkP9FHfgRoD6Nb5f1f2Y63y4+fvhVFLNv+i4BF+OU4Ev7oc+zZ8C0D5fX/AbzIlqkBOlrgBrpiou16PrmBRIh2HuSd1lCWqA4NSnMfSL1mlCOyUToGhZhUrbOprkPjT0HIemthPQtad9c8+MCYvsYNcWgjB2BYqhz1AZO0aT/AgNS3+gaRwYui5E2p49m8Fjm00q2VQl8hzhiggyy2HHBo29VHP8kplU+PQgNS2eIIV5BdlCOw1Sc4wFlqsV2TYjzBQB0oYuo36/ILopvFSx8zy2rVfl57OyD+UpIgCxzjBREhulImRzCE4hBDG3sy029/1elMbhJzFreDXhQZTJwnsnCuUpaIG2a4OteNdyi8WlKWKzMQRjEgKINuSm/CwrEHr5KC9KYcvj6ZHWVckn7Vhbbd78+sAT7oIueF9GiSoyGlo3uRT0OFKEyuc9PHHON2VxL5fEFON+PwAAAAA=') format('woff2'),
        url('//at.alicdn.com/t/font_1121273_vwygjrlzbug.woff?t=1554448432641') format('woff'),
        url('//at.alicdn.com/t/font_1121273_vwygjrlzbug.ttf?t=1554448432641') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
        url('//at.alicdn.com/t/font_1121273_vwygjrlzbug.svg?t=1554448432641#iconfont') format('svg');
    /* iOS 4.1- */
}

@font-face {
    font-family: 'lato';
    src: url(../../font/Lato-Light.ttf);
}
@font-face {
    font-family: "webfontSourceHanSansCN";
    src: url(../../font/SourceHanSansCN-Light.ttf);
}
@font-face {
    font-family: "webfontSourceHanSansSC";
    src: url(../../font/SourceHanSansSC-Light.otf);
}
body{
	font-family: "lato","webfontSourceHanSansCN","webfontSourceHanSansSC"!important;
}

#homePage .scale {
    overflow: hidden;
}

#homePage .scale img {
    transition: all 0.5s;
    width: 100% !important;
    height: 100% !important;
}

#homePage .scale img:hover {
    transform: scale(1.2, 1.2);
}



.flex-row .rowX img {
    transition: all 0.5s;
    width: 100% !important;
    height: 100% !important;
}

.flex-row .rowX {
    overflow: hidden;
}

.flex-row .rowX img:hover {
    /* overflow: hidden; */
    transform: scale(1.2, 1.2);
}

.active-logo {
    display: none !important;
}

.iconfont {
    /* font-family: "iconfont" !important; */
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-dianhua:before {
    content: "\e608";
}

.icon-dizhi:before {
    content: "\e609";
}

.icon-yk_sijiao_fill:before {
    content: "\e600";
}

/* 2019 8-12 */
#sns_header .container {
    width: 970px;
    padding: 0;
}

#logo {
    position: absolute;
    top: 15px;
}

.navbar-nav {
    margin: 0 -15px 0 0 !important;
}

/* 公司荣誉 */
@media screen and (min-width: 991px) {

    .flex-row {
        display: flex;
        flex-wrap: wrap;
        width: 747px;
        padding: 20px;
    }

    .flex-row .rowX {
        width: 200px;
        height: 145px;
        margin-top: 10px;
        margin-left: 13px;
    }

    .flex-row img {
        width: 215px !important;

    }
}

@media screen and (max-width: 991px) {


    .flex-row {
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 40px;
        justify-content: center;
        align-items: center;
    }

    .flex-row .rowX {
        width: 224px;
        height: 153px;
        margin-top: 10px;
        margin-left: 15px;
    }

    .flex-row img {
        display: flex;
        width: 100% !important;
    }
}

@media screen and (min-width: 767px) {
    #zhanshiqu .row img {
        margin-left: 100px !important;
        display: block;
    }

    #sns_header .navbar-default .navbar-header .navbar-brand {
        width: 210px;
        height: 73px;
        overflow: hidden;
        padding: 0px;
    }
}

@media screen and (max-width: 767px) {
    #sns_header .navbar-header {
        margin-top: -15px !important;
        margin-bottom: -15px !important;
    }

    .button_bai {
        top: -20%;
        height: 150% !important;
        width: 120% !important;
        position: fixed !important;
    }

    .active-logo {
        display: block !important;
        background: #00AE80;
        height: 42px;
    }

    .navbar-nav>li {
        border-bottom: 1px solid rgb(221, 220, 220, 0.5);
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        font-size: 12px;
    }

    .active-logo img {
        width: 74px;
        margin: 10px 0 0 40px;
    }

    #zhanshiqu .row a {
        text-align: center;
    }

    #zhanshiqu .row img {
        /* margin-left:0 !important; */
        margin: 0 auto;
        display: block;
    }

    .flex-row {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 0px;
        justify-content: center;
        align-items: center;
    }

    .flex-row .rowX {
        width: 140px;
        height: 96px;
        margin-top: 5px;
        margin-left: 5px;
    }

    .flex-row img {
        display: flex;
        width: 100% !important;
    }
}



#about .float-left {
    float: left;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
}


/* 
通用样式
*/
* {
    margin: 0;
    padding: 0;
}

/* 2019 8-12 */
@media screen and (min-width: 768px) {
    #sns_header .collapse {
        margin-left: 40%;
    }
}



html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    font-size: 18px;
    font-family: "苹方-简 常规体";
    color: #000;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
}

/* 2019 8-12 */
li {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* 首页样式 */
#show .img-responsive {
    width: 375px;
}

.navbar-brand {
    padding: 30px 15px;
}

/* 详情页面 */
.details-title {
    font-size: 30px;
    color: #888888;
}

/* 修改样式 */
#footer_logo #temp_footer,
#logo img {
    width: 180px;
    height: 60px;
}

.navbar-brand-footer {
    padding: 0;
    margin-top: 60px;
}

#sns_footer .row {
    text-align: center;
    line-height: 30px;
}

#bs-example-navbar-collapse-2 {
    display: block !important;
}

#bs-example-navbar-collapse-1 {
    display: none !important;
}

@media screen and (max-width: 767px) {

    /* 2019 8-12 */
    /* #sns_header .collapse{
        margin-left:-1px; 
    } */
    #sns_header .navbar-default {
        height: 42px !important;
        margin-bottom: 0px !important;
    }

    #sns_header .navbar-default .navbar-header .close_button {
        margin-top: 0px !important;
    }

    #sns_header .container {
        width: auto;
    }

    #bs-example-navbar-collapse-2 {
        display: none !important;
    }

    #bs-example-navbar-collapse-1 {
        display: block !important;
        padding-left: 0;
        left: -172px;
        position: fixed !important;
        top: 0 !important;
        height: 100% !important;
        background: white !important;
        border-top: 0px solid transparent !important;
        z-index: 1000;
        transition: 1s;
        -moz-transition: 1s;
        -webkit-transition: 1s;
        -o-transition: 1s;
    }

    .navbar-default .navbar-nav>.active>a {
        background: #FFFFFF;
        padding-left: 40px !important;
    }

    .navbar-default .navbar-nav>.active>a:hover {
        border-bottom: none !important;
    }

    .navbar-default .navbar-nav>.active {
        margin-top: 0px !important;
    }

    .navbar-default .navbar-nav {
        margin-left: 0px;

    }

    .navbar-nav {
        margin-left: 0px;
        height: 500px !important;
        width: 171px;
        z-index: 1000;
        background: white;
    }

    .active-white {
        height: 300px;
        background: white;
    }

    .mubu {

        display: none;
        position: absolute;
        top: 0;
        z-index: 900;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0.3;
    }

    .mubu_close {
        position: fixed;
        right: 10%;
        top: 6%;
        height: 20px;
        width: 20px;
        opacity: 1 !important;
    }

    .navbar-toggle {
        z-index: 1000;

    }

    #sns_header .navbar-default .navbar-header .navbar-brand {
        width: 100px;
        height: 28px;
        overflow: hidden;
        padding: 0px;
        margin-top: -6px;
        margin-left: 17px;
    }

    #sns_footerfooter .row #footer_logo {
        width: 87px;
        height: 28px;
        overflow: hidden;
        padding: 0px;
        margin-top: 40px;
    }

    #sns_header .navbar-default .navbar-header .navbar-brand #logo {
        width: 60px;
        height: 28px;
        transform: scale(1.5);
        position: relative;
        top: 0px;
        left: 35px;
        /* position: absolute; */
    }


    #sns_header .navbar-default .navbar-header .navbar-toggle {
        margin-top: 20px;
        transform: scale(0.8);
    }

    #sns_header .navbar-default .navbar-collapse ul li {
        z-index: 9999;
    }

    /* 修改样式 */
    .navbar-brand-footer {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 10px;
    }

    .navbar-brand-footer img {
        display: inline-block;
    }

    #sns_footer .top {
        padding-bottom: 15px;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {


    #sns_header .navbar-default .navbar-header .close_button {
        margin-top: 0px !important;
    }

    #sns_header .collapse {
        margin-left: 30%;
    }

    #bs-example-navbar-collapse-1 {
        padding-left: 0;
        position: relative;
        top: 0;
        height: 100%;
        background: white
    }

    .navbar-default .navbar-nav {
        margin-left: 36px;
    }

    #sns_header .navbar-default .navbar-header .navbar-brand {
        width: 120px;
        height: 40px;
        overflow: hidden;
        padding: 0px;
        margin-top: 30px;
        margin-left: 100px;
    }

    #sns_footer .row #footer_logo {
        width: 130px;
        height: 60px;
        overflow: hidden;
        padding: 0px;
        margin-top: 40px;
    }

    #sns_header .navbar-default .navbar-header .navbar-brand #logo {
        width: 60%;
        height: 100%;
        transform: scale(1.5);
        position: relative;
        top: 0px;
        left: 35px;
        /* position: absolute; */
    }


    #about .container .row ul {
        margin-left: 0px;
        border-right: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #bs-example-navbar-collapse-1 {
        position: relative !important;
    }

    .close_button {
        margin-top: 0;
    }

    #sns_header .collapse {
        margin-left: 30%;
    }

    .navbar-nav .active {
        height: 70px;
        vertical-align: middle;
    }

    #sns_header .navbar-default .navbar-header .navbar-brand #logo {
        width: 70%;
        height: 60%;
        position: absolute;
    }

    /* #sns_footer .row #footer_logo #temp_footer {
        width: 56%;
        height: 120%;
        /* position: absolute; */


    /* .navbar-default .navbar-nav {
        margin-left: 400px;
    } */

    #about .container .row ul {
        margin-left: 0px;
        border-right: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1920px) {
    #bs-example-navbar-collapse-1 {
        position: relative !important;
    }

    /* #sns_header .navbar-default .navbar-header .navbar-brand #logo {
        width: 10%;
        height: 56%;
        position: absolute;
    } */

    /* #sns_footer .row #footer_logo #temp_footer {
        width: 56%;
        height: 120%;
        position: absolute;
    } */

    #about .container .row ul {
        margin-left: 0px;
        border-right: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
    }

}




.navbar-default .navbar-nav>.active>a {
    background-color: #fff;
}

.navbar-default .navbar-nav>.active>a:hover {
    background-color: #fff;
    /* border-bottom: 2px solid #00AE80; */
    color: #00AE80;
}

.actives {
    background-color: #fff;
    border-bottom: 2px solid #00AE80;
    color: #00AE80 !important;
}

.navbar-default .navbar-nav>.active {
    margin-top: 30px;
}

#brief .container .row p {
    text-indent: 2em;
    text-align: left;
    line-height: 35px;
    font-size: 16px;
    color: #666666;
}

#show .container .row p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

#show #btn {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin-top: 0;
    margin-left: 15px;
    margin-bottom: 40px;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

#show #btn:hover {
    border: 1px solid blue;
    color: blue;
}

/* #news .container .row p {
    font-size: 14px;
    color: #888888;
    line-height: 25px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
} */


#btn {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin-top: 40px;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

#btn:hover {
    border: 1px solid blue;
    color: blue;
}

#sns_footer .row #footer_lxfs {
    font-size: 14px;
}

#allmap {
    width: 420px;
    height: 270px;
    margin-top: -51px;
    margin-bottom: 30px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.new-pages {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #606266;
    line-height: 26px;
    margin: 10px 0 !important;
}

.new-pages>div,
.new-pages>p {
    display: inline-block;
}

.new-pages>p {
    position: relative;
    top: -2px;
}

.new-pages-btn {
    position: relative;
    margin: 0 20px;
}

.new-pages-btn>p {
    width: 100px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: left;
    text-indent: 20px;
    position: relative;
}

.new-pages-btn>p i {
    width: 6px;
    position: absolute;
    right: 9px;
    top: 8px;
    border: solid #ccc;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: 0.5s !important;
}

.new-pages-btn>p:hover {
    border: 1px solid #409EFF !important;
}

.new-pages-btn li:hover {
    cursor: pointer;
}

.active-p i {
    top: 11px !important;
    transform: rotate(226deg) !important;
    transition: 0.5s !important;
}

.active-p {
    color: #409EFF;
    font-weight: bold;
}

.new-pages-btn ul {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 99;
    padding: 10px 0;
    border-radius: 5px;
    display: none;
}

.new-pages-btn ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 13px;
    background: #fff;
    z-index: 99;
}

.new-pages-btn ul::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 20px;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    transform: rotate(226deg);
    z-index: 88;
    background: #fff;
}

.new-pages-btn ul li {
    width: 100%;
    line-height: 26px;
}

.new-pages-btn ul li:hover {
    background: #f5f5f5;
}

.new-pages .arrow {
    margin: 0 15px;
}

.new-pages .arrow span {
    margin: 0 10px;
}

.active-color {
    color: #409EFF;
}

.arrow .left {
    border: solid #ccc;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow .right {
    border: solid #ccc;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.new-page-num input {
    width: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
}

.see-btn {
    /* background: rgb(0,174,128); */
    border: 1px solid rgb(0, 174, 128);
    color: #333;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    padding: 8px 16px;

}

.see-btn:hover {
    background: rgb(0, 174, 128);
    color: #fff;
}

/* 关于我们页面样式修改 */
#about .container {
    border: 1px solid rgba(204, 204, 204, 0.4);
    margin-bottom: 30px;
}

#about .phoneShow {
    display: none;
}

#homePage .row h4 {
    width: 100% !important;
    font-family: PingFangSC-Medium;
    font-weight: 600 !important;
    color: black !important;
    letter-spacing: 1px;
    margin: 10px auto !important;
}

#homePage .row #p div,
#homePage .row #p div p,
#homePage .row #p div span {
    width: 100% !important;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    margin: 0 auto;
}

/* 关于我们移动端适配 */
@media screen and (max-width: 991px) {
    #about .nav {
        display: flex;
        border-right: none !important;
    }

    #about .nav li {
        padding-left: 0 !important;
        text-align: center;
    }

    #about .nav li a {
        padding-left: 0 !important;
        text-align: center;
    }

    #about .nav-tabs {
        /* display: none; */
    }

    #about .tab-pane {
        display: block;
    }

    #about .container {
        border: none;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    #homePage h1 {
        font-size: 14px !important;
    }

    #homePage h3 {
        font-size: 14px !important;
        margin-top: 0;
        margin-bottom: 0;
    }

    #homePage #newsX {
        margin-top: 10px !important;
    }

    #homePage #homePage .row {
        margin-top: 10px !important;
    }

    #homePage .row img {
        margin: 0 auto !important;
        margin-bottom: 6px !important;
    }

    #homePage .row .phoneBtn {
        text-align: center;
    }

    #homePage #btn {
        margin-left: 0 !important;
        margin: 10px auto !important;
    }

    #homePage .row h4 {
        width: 100% !important;
        font-size: 12px !important;
        font-family: PingFangSC-Medium;
        font-weight: 600 !important;
        color: black !important;
        line-height: 20px !important;
        letter-spacing: 1px;
        margin: 0 auto !important;
    }

    #homePage .row #p div,
    #homePage .row #p div p,
    #homePage .row #p div span {
        width: 100% !important;
        font-size: 12px !important;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(153, 153, 153, 1) !important;
        line-height: 20px !important;
        letter-spacing: 1px;
        margin: 0 auto;
    }

    #news .content {
        padding-bottom: 0px !important;
    }

    #xinwenqu .content {
        margin: 10px 0 !important;
    }

    #news .container #xinwenqu .content-main-img {
        line-height: auto !important;
        text-align: center;
        margin-top: -40px;

    }

    #map .container .center .content-info #lianxi {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    #btn {
        font-size: 10px;
    }

    .see-btn {
        color: #333;
        font-size: 10px;
        border-radius: 4px;
        padding: 8px 16px;

    }

    #zhanshiqu .row .see-btn {
        border: none !important;
        color: #00AD80;
        font-size: 13px;
        float: right;
        margin-right: 5px;
    }

    #zhanshiqu .row .see-btn:hover {
        background: none;
        color: #00AD80;
    }

    #map h1 {
        font-size: 14px !important;
    }

    #map h3 {
        font-size: 10px !important;
        margin-top: 0;
        margin-bottom: 0;
        color: #666666 !important;
    }

    #map .container,
    .title {
        margin-top: 0px !important;
    }

    #news h1 {
        font-size: 14px !important;
    }

    #news h3 {
        font-size: 10px !important;
        margin-top: 0;
        margin-bottom: 0;
        color: #666666 !important;
    }

    #news .container,
    .title {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    #show h1 {
        font-size: 14px !important;
    }

    #show h3 {
        font-size: 10px !important;
        margin-top: 0;
        margin-bottom: 0;
        color: #666666 !important;
    }

    #show .container {
        margin-top: 0px !important;
    }

    #show .container #details div {
        font-size: 10px !important;
        line-height: 25px;
        color: #666666 !important;
    }

    #show .container i {
        font-size: 12px !important;
    }

    #show .container li {
        border-bottom: 0px solid rgba(158, 157, 157, 0.4) !important;
        line-height: 15px !important;
    }

    #show .container li span:nth-child(2) {
        font-size: 12px !important;

    }

    #show .container li span:nth-child(3) {
        font-size: 12px !important;
        color: #000 !important;
    }

    #homePage h1 {
        font-size: 14px !important;
        margin-bottom: 5px !important;
    }

    #homePage h3 {
        font-size: 10px !important;
        margin-top: 0;
        margin-bottom: 0;
    }

    #homePage #newsX {
        margin-top: 10px !important;
    }

    #homePage #homePage .row {
        margin-top: 10px !important;
    }

    #homePage .row img {
        margin: 0 auto !important;
        margin-bottom: 6px !important;
    }

    #homePage .row .phoneBtn {
        text-align: center;
    }

    #homePage #btn {
        margin-left: 0 !important;
        margin: 10px auto !important;
    }

    #zhanshiqu .row span {
        font-size: 10px !important;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(153, 153, 153, 1) !important;
        line-height: 20px !important;
    }

    #homePage .row #p div,
    #homePage .row #p div p,
    #homePage .row span {
        font-size: 10px !important;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(153, 153, 153, 1) !important;
        line-height: 20px !important;
        letter-spacing: 1px;
    }

    #about {
        margin-top: 0px !important;
    }

    #about .nav {
        display: flex;
        border-right: none !important;
    }

    #about .tab-pane h1 {
        font-size: 14px !important;
        display: flex !important;
        border-left: 3px solid #00AD80;
        padding-left: 8px;
        margin-bottom: 10px;
    }

    #about .tab-pane h3 {
        font-size: 10px !important;
        display: flex !important;
        margin-top: 0;
        margin-bottom: 20px !important;
    }

    #about .tab-pane p {
        font-size: 10px !important;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(153, 153, 153, 1);
        line-height: 20px;
        letter-spacing: 1px;
    }

    #about .tab-pane a {
        font-size: 12px !important;
        font-family: PingFangSC-Medium;
        font-weight: 500;
    }

    #about .tab-pane img {
        width: 100%;
        /* margin-top:-25px !important;
        margin-bottom:-35px !important; */
    }

    #about .nav li {
        padding-left: 0 !important;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    #about .nav li a {
        width: 100%;
        height: 100%;
        padding-left: 0px !important;
        padding: 10px 0 0 !important;
        /* text-align:center; */
        line-height: 10px !important;
        font-size: 12px !important;
        height: 30px !important;
    }

    /* #about .nav-tabs {
        display: none;
    }
    #about .tab-pane {
         display: block;
     } */
    #about .container {
        border: none;
        padding: 0 15px;
        margin-bottom: 30px;
    }
}

.nav-tabs {
    border: 1px solid #ccc !important;
    border-left: 0 !important;
    border-top: 0 !important;
    padding-bottom: 20px;
    padding: 0 !important;
    /* padding-bottom: 10px !important; */
}

.nav-tabs li {
    width: 100%;
}

.nav-tabs li a:hover {
    background: transparent !important;
}

.nav-tabs li a {
    border: none !important;
}

/* .nav-tabs li:nth-child(1){
    border-bottom: 2px solid #00AE80;
    color: #00AE80;
} */
.actives-nav-li {
    border-bottom: 2px solid #00AE80;
    color: #00AE80 !important;
}

.actives-nav-li a {
    color: #00AE80 !important;
}

/* 新闻详情页 */
.newdetail-list {
    width: 80%;
    margin: 0 auto;
}

.newdetail-list dt {
    text-align: center;
}

.newdetail-list dt p {
    font-size: 14px;
    color: #ccc;
}

.newdetail-list dd {
    text-indent: 1em;
    margin-bottom: 10px;
    line-height: 25px;
    color: #666;
}

.newdetail-list dd img {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.author {
    color: rgb(136, 136, 136);
    margin-left: 9%;
}

#show {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    #news .title h3 {
        width: 100% !important;
        padding: 0 15px !important;
    }

    #news .row h4 {
        font-size: 14px !important;
        width: 100% !important;
    }

    #news .row p {
        font-size: 12px !important;
        width: 100% !important;
    }

    #sns_footer #foot_bootom {
        left: 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    #sns_footer #footer_logo {
        margin-top: 30px;
    }

    #sns_footer #foot_yqlj {
        margin-top: 44px !important;
    }

    #sns_footer #erweimaquyu #ewmsj img {
        width: 40% !important;
    }
}