﻿.mobile-footer {
    position: relative;
    background-color: #f9f9fb;
    padding-top: 25px
}

.mobile-footer .logo {
    padding-left: 15px;
    margin-bottom: 25px;
    display: inline-block
}

.mobile-footer .footer-nav .nav-list {
    box-sizing: border-box;
    color: #333;
    text-align: left;
    vertical-align: top
}

.mobile-footer .footer-nav .nav-list .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px
}

.mobile-footer .footer-nav .nav-list .title img {
    width: 15px;
    opacity: .8;
    height: auto;
    transition: all .3s
}

.mobile-footer .footer-nav .nav-list ul {
    height: 0;
    overflow: hidden;
    transition: height .3s;
    margin: 10px 0
}

.mobile-footer .footer-nav .nav-list ul li a {
    padding: .5rem 0 .5rem 1rem;
    display: block;
    color: #333
}

.mobile-footer .footer-nav .nav-list ul li a:active,.mobile-footer .footer-nav .nav-list ul li a:hover {
    color: #00bbe4
}

.mobile-footer .footer-nav .nav-list ul li a:active img,.mobile-footer .footer-nav .nav-list ul li a:hover img {
    display: block
}

.mobile-footer .footer-nav .nav-list ul li a img {
    margin-top: 15px;
    display: none;
    width: 200px;
    height: auto
}

.mobile-footer .footer-nav .nav-list.active .title img {
    transform: rotate(180deg)
}

.mobile-footer .footer-nav .nav-list.active ul {
    height: auto
}

.mobile-footer .footer-nav .hotline {
    padding-bottom: 20px
}

.mobile-footer .footer-nav .hotline .hotline-title {
    font-size: 16px
}

.mobile-footer .footer-nav .hotline .telephone-number {
    padding-top: 10px;
    color: #646464;
    font-size: 20px;
    padding-bottom: 10px
}

.mobile-footer .footer-nav .icons {
    padding-bottom: 20px
}

.mobile-footer .footer-nav .icons .title {
    font-size: 16px
}

.mobile-footer .footer-nav .icons .icon-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.mobile-footer .footer-nav .icons .icon-list a {
    padding-top: 3px;
    margin-top: 15px
}

.mobile-footer .footer-nav .icons .icon-list a .icon {
    display: block;
    width: 30px;
    height: 32px
}

.mobile-footer .footer-nav .icons .icon-list a .qrcode {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    bottom: 145px;
    transition: all .1s;
    width: 200px;
    height: auto;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
}

.mobile-footer .footer-nav .icons .icon-list a:hover .qrcode {
    opacity: 1;
    visibility: visible;
    bottom: 45px
}

.mobile-footer .footer-bottom {
    padding-bottom: 30px
}

.mobile-footer .footer-bottom .links {
    color: #333
}

.mobile-footer .footer-bottom .links a {
    color: #333;
    font-size: 14px
}

.mobile-footer .footer-bottom .copy {
    color: #999;
    font-size: 12px
}

.mobile-footer .footer-bottom .copy.pt10 {
    padding-top: 10px
}

.mobile-footer .footer-bottom .copy a {
    color: #999
}

.mobile-footer .footer-bottom .copy a:hover {
    color: #03b9d9
}

.mobile-footer .footer-bottom .copy img {
    width: 12px;
    height: auto
}

.mobile-footer .go-top {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    bottom: 30px
}

.header .header-top {
    background: #6c6c6c;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px
}

.header .header-top .slogan-en {
    float: left
}

.header .header-top .language {
    float: right;
    white-space: pre
}

.header .header-top .language .lan-link {
    cursor: pointer
}

.header .header-top .language .lan-link:hover {
    color: #00c3d9
}

.header .header-top .switch-language {
    display: inline-block;
    position: relative;
    margin-left: 16px;
    padding-right: 16px;
    cursor: pointer
}

.header .header-top .switch-language:after {
    content: "";
    position: absolute;
    right: 0;
    top: 13px;
    height: 0;
    width: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent
}

.header .header-top .switch-language>span {
    display: inline-block;
    line-height: 30px
}

.header .header-top .switch-language .language-dropdown {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 9;
    display: none;
    padding: 8px 0;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}

.header .header-top .switch-language .language-dropdown li a {
    display: block;
    line-height: 42px;
    font-size: 14px;
    color: #656d78;
    padding-left: 40px;
    padding-right: 40px;
    cursor: pointer
}

.header .header-top .switch-language .language-dropdown li a:hover {
    color: #0069b6
}

.header .header-top .switch-language:hover>span {
    opacity: .8
}

.header .header-top .switch-language:hover .language-dropdown {
    display: block
}

.header .header-nav {
    height: 80px
}

.header .header-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,.03)
}

.header .header-nav .logo {
    float: left;
    margin: 15px 0 0;
    height: 46px;
    width: auto
}

.header .header-nav .nav-icon {
    display: none;
    margin: 25px 0 0;
    float: right;
    height: 30px;
    width: auto
}

.header .header-nav .nav-list {
    float: right
}

.header .header-nav .nav-dropdown {
    position: absolute;
    transition: all .3s;
    visibility: hidden;
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,.03);
    border-radius: 0 0 8px 8px;
    opacity: 0;
    top: 150%;
    left: -15px;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #f0f0f0
}

.header .header-nav .nav-dropdown.nav-dropdowm-active {
    display: table
}

.header .header-nav .nav-dropdown .flex {
    display: -ms-flexbox;
    display: flex
}

.header .header-nav .nav-dropdown .nav-dropdown-item a {
    display: block;
    width: 150px;
    line-height: 48px;
    font-size: 16px;
    color: #2e2e2e;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    position: relative
}

.header .header-nav .nav-dropdown .nav-dropdown-item a:after {
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transition: width .3s;
    z-index: -1;
    background-color: #e5f8fb;
    content: " "
}

.header .header-nav .nav-dropdown .nav-dropdown-item a:hover:after {
    width: 100%
}

.header .header-nav .nav-item {
    float: left;
    background-color: #fff;
    position: relative
}

.header .header-nav .nav-item.show-dropdown .nav-dropdown {
    display: block;
    visibility: visible;
    top: 100%;
    opacity: 1
}

.header .header-nav .nav-item.show-dropdown .nav-link .arrow {
    transform: rotate(270deg)
}

.header .header-nav .nav-item.show-dropdown .nav-link a,.header .header-nav .nav-item.show-dropdown .nav-link span {
    color: #00c3d9
}

.header .header-nav .nav-item.show-dropdown:after {
    background: linear-gradient(281deg,#1c5bac 33%,#1c5bac 0,#1fb6c4 67%,#1fb6c4 0)
}

.header .header-nav .nav-item.active .nav-link a,.header .header-nav .nav-item.active .nav-link span {
    color: #00c3d9
}

.header .header-nav .nav-item:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px
}

.header .header-nav .nav-link {
    position: relative;
    display: inline-block;
    height: 80px;
    outline: none;
    text-decoration: none;
    color: #2e2e2e;
    line-height: 80px;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer
}

.header .header-nav .nav-link .arrow {
    transition: all .3s;
    position: absolute;
    right: 17px;
    width: 10px;
    top: 17px;
    transform: rotate(90deg)
}

.header .header-nav .nav-link a,.header .header-nav .nav-link span {
    display: block;
    padding: 0 15px;
    height: 100%;
    color: #2e2e2e
}

.header .header-nav .icon-search {
    float: right;
    margin: 27px 0 0 20px;
    width: 26px;
    height: 26px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAoCAMAAABKKxPSAAAAe1BMVEUAAAAjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBX+IK8RAAAAKXRSTlMAvwq5mzoGtT8Qoo58hGhHMi8kH652XkQEpW9lTykbFrGJgltWkqynTSGd+KEAAAFNSURBVDjLrZTbdoIwEEWzDTe5yR0UBa3a9v+/sCxXWyGMXXnoeZuTnUkymUTN5BXuLsg36k95u0jzkHPdvsZ2FU/p3pOpzQWgeuubPv4ACAsJG0Pgkn1HRQ34uZAthLM7M04h+OuMb7AflzOjyTIPHkA1mks4cFha3R4yZWrQMJjpYrVWYyZMoJRK5XNeGD6OkhTDaRaW0ItcC8dZ6EIrcgWk84uFTOS2UC+53IZzIRC5EtJl2IhcAJ/LukQid4DC6AKpf7uK94XhQio1+MoO0eX62ir0qMyEzuqRJcIqMUTGw6khnKx1UzrDvMQXINyuS++ATn/8ze0MgLMGNzGgoyZwg1uiAaf1hV1PCvY85V89dXoBdkHiA6Dvx8dwruEu/wtD5ubl71CmzTrIsgddDUlnA2IJtkCs/hM8ArUteLABb0BuA15plJWmf+YLOWwN2OdhotYAAAAASUVORK5CYII=) 50% no-repeat;
    background-size: 100% 100%;
    cursor: pointer
}

@media (max-width: 1060px) {
    .header .header-nav .nav-link a,.header .header-nav .nav-link span {
        padding:0 1px
    }
}

@media (max-width: 767px) {
    .header {
        position:fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 991
    }

    .header .header-nav .nav-list,.header .header-top {
        display: none
    }

    .header .header-nav {
        height: 60px;
        position: relative;
        border-bottom: 1px solid #ccc;
        transition: all .3s
    }

    .header .header-nav.other-page {
        background-color: #fff
    }

    .header .header-nav.index-nav {
        background-color: rgba(0,0,0,.4);
        border-bottom-color: transparent
    }

    .header .header-nav.index-nav.white {
        background-color: #fff;
        border-bottom-color: #ccc
    }

    .header .header-nav .logo-link {
        display: block;
        margin: auto;
        height: 46px;
        width: 151px;
        transform: scale(.8)
    }

    .header .header-nav .logo {
        float: none;
        margin-top: 5px
    }

    .header .header-nav .nav-icon {
        position: absolute;
        left: 15px;
        top: 2px;
        display: block;
        margin-top: 15px
    }

    .header .header-nav .mobile-nav {
        position: absolute;
        top: 61px;
        left: 0;
        right: 0;
        height: calc(100vh - 61px);
        background-color: #fff;
        overflow-y: scroll;
        overflow-x: hidden
    }

    .header .header-nav .mobile-nav .language-mobile {
        position: absolute;
        left: 10px;
        bottom: 50px
    }

    .header .header-nav .mobile-nav .language-mobile a {
        color: #333;
        font-size: 15px
    }

    .header .header-nav .mobile-nav .language-mobile span {
        color: #333;
        font-size: 15px;
        margin: 0 10px
    }

    .header .header-nav .mobile-nav .nav-item {
        float: none
    }

    .header .header-nav .mobile-nav .nav-item .nav-link {
        width: 100%;
        text-align: center;
        height: 50px;
        line-height: 50px;
        position: relative
    }

    .header .header-nav .mobile-nav .nav-item .nav-link:after {
        content: " ";
        left: 10px;
        right: 10px;
        bottom: 0;
        height: 1px;
        background: #ccc;
        position: absolute
    }

    .header .header-nav .mobile-nav .nav-item .nav-link a,.header .header-nav .mobile-nav .nav-item .nav-link span {
        text-align: left;
        padding-left: 10px;
        font-size: 15px;
        color: #333
    }

    .header .header-nav .mobile-nav .nav-item:after {
        display: none
    }

    .header .header-nav .mobile-nav .nav-item.active .nav-link,.header .header-nav .mobile-nav .nav-item:hover .nav-link {
        background-color: #fff
    }

    .header .header-nav .mobile-nav .nav-item.active .nav-link a,.header .header-nav .mobile-nav .nav-item.active .nav-link span,.header .header-nav .mobile-nav .nav-item:hover .nav-link a,.header .header-nav .mobile-nav .nav-item:hover .nav-link span {
        color: #333
    }

    .header .header-nav .mobile-nav .nav-dropdown {
        visibility: visible;
        display: none;
        left: 110px;
        top: 0;
        width: 100%;
        position: static;
        border: 0 none
    }

    .header .header-nav .mobile-nav .nav-dropdown .nav-dropdown-item {
        border-bottom: 1px solid #f5f5f5;
        position: relative
    }

    .header .header-nav .mobile-nav .nav-dropdown .nav-dropdown-item:after {
        content: " ";
        left: 30px;
        right: 10px;
        bottom: 0;
        height: 1px;
        background: #ccc;
        position: absolute
    }

    .header .header-nav .mobile-nav .nav-dropdown .nav-dropdown-item:last-child {
        border-bottom-color: transparent
    }

    .header .header-nav .mobile-nav .nav-dropdown .nav-dropdown-item a {
        width: auto;
        color: #666;
        font-size: 14px
    }

    .header .header-nav .mobile-nav .nav-dropdown .flex .nav-dropdown-item a {
        padding-left: 5px;
        padding-right: 5px;
        white-space: nowrap
    }
}

@media (max-width: 1919px) and (min-width:768px) {
    html {
        zoom:80%
    }

    @-ms-viewport {
        width: 1920px
    }
}

.footer {
    border-top: 1px dashed #cac8c9;
    background-color: #f9f9fb;
    margin-top: 30px;
    padding-top: 60px
}

.footer .flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer .flex .contact .logo {
    display: block
}

.footer .flex .contact span {
    display: block;
    margin-top: 30px;
    color: #2e2e2e;
    font-size: 20px
}

.footer .flex .contact b {
    font-size: 30px;
    line-height: 42px;
    color: #2e2e2e;
    font-weight: 400
}

.footer .flex .contact .icons {
    display: -ms-flexbox;
    display: flex
}

.footer .flex .contact .icons a {
    position: relative;
    padding-top: 3px;
    margin-top: 15px;
    margin-right: 30px
}

.footer .flex .contact .icons a .icon {
    display: block;
    width: 40px;
    height: 42px
}

.footer .flex .contact .icons a .qrcode {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    bottom: 145px;
    transition: all .1s;
    width: 200px;
    height: auto;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
}

.footer .flex .contact .icons a:hover .qrcode {
    opacity: 1;
    visibility: visible;
    bottom: 45px
}

.footer .flex .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer .flex .links dl {
    width: 205px
}

.footer .flex .links dl dt {
    font-size: 24px;
    color: #2e2e2e;
    margin-bottom: 24px
}

.footer .flex .links dl dd {
    font-size: 20px;
    margin-bottom: 18px
}

.footer .flex .links dl dd a {
    color: #2e2e2e
}

.footer .flex .links dl dd a:hover {
    color: #1fb6c4
}

.footer .footer-bottom {
    margin-top: 40px;
    text-align: center
}

.footer .footer-bottom .container {
    border-top: 1px solid #cac8c9;
    padding: 24px 0
}

.footer .footer-bottom a,.footer .footer-bottom span {
    color: #939394;
    margin: 0 5px
}

.footer .footer-bottom a:hover {
    color: #1fb6c4
}

.footer .footer-bottom img {
    vertical-align: middle
}

.about-template .about-template-banner {
    height: 200px;
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(https://sxszjt.com/static/img/about_banner.cbbb90a.png) 50% no-repeat
}

.about-template .about-template-banner .title {
    text-align: center;
    font-size: 30px;
    color: #e2e6ef;
    letter-spacing: 4px;
    padding-top: 68px
}

.about-template .about-template-banner .subtitle {
    text-align: center;
    font-size: 14px;
    color: #e2e6ef;
    letter-spacing: 3px;
    opacity: .8;
    margin-top: 2px
}

@media (max-width: 767px) {
    .about-template .about-template-banner {
        margin-top:60px
    }
}

.about-template ul.about-template-tabs {
    display: table;
    line-height: 70px;
    border-bottom: 1px solid #e3e4e8
}

.about-template ul.about-template-tabs li {
    display: table-cell;
    text-align: center;
    font-size: 16px
}

.about-template ul.about-template-tabs li:first-child,.about-template ul.about-template-tabs li:last-child {
    width: 90px
}

.about-template ul.about-template-tabs li a {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    height: 100%;
    color: #2e2e2e
}

.about-template ul.about-template-tabs li a:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 0;
    background: #00c3d9;
    transition: all .2s
}

.about-template ul.about-template-tabs li a.active {
    color: #00c3d9
}

.about-template ul.about-template-tabs li a.active:after {
    height: 3px
}

.about-template ul.about-template-tabs li a:hover {
    color: #00c3d9
}

@media (max-width: 767px) {
    .about-template ul.about-template-tabs {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid #e3e4e8
    }

    .about-template ul.about-template-tabs li {
        width: 33%;
        height: 50px;
        line-height: 50px;
        position: relative
    }

    .about-template ul.about-template-tabs li:first-child,.about-template ul.about-template-tabs li:last-child {
        width: 0
    }

    .about-template ul.about-template-tabs li:nth-of-type(3):before,.about-template ul.about-template-tabs li:nth-of-type(6):before {
        content: " ";
        position: absolute;
        left: -2px;
        top: 15px;
        width: 1px;
        height: 20px;
        background: #999
    }

    .about-template ul.about-template-tabs li:nth-of-type(3):after,.about-template ul.about-template-tabs li:nth-of-type(6):after {
        content: " ";
        position: absolute;
        right: 0;
        top: 15px;
        width: 1px;
        height: 20px;
        background: #999
    }

    .about-template ul.about-template-tabs li a {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 0;
        color: #2e2e2e
    }

    .about-template ul.about-template-tabs li a:after {
        content: " ";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 0;
        background: #00c3d9;
        transition: all .2s
    }

    .about-template ul.about-template-tabs li a.active,.about-template ul.about-template-tabs li a:hover {
        color: #fff;
        background: #00c3d9
    }
}

.culture-page .section-1 {
    width: 100%;
    display: table;
    margin-top: 25px
}

.culture-page .section-1 .section-1__lt,.culture-page .section-1 .section-1__rt {
    position: relative;
    display: table-cell;
    width: 50%;
    height: 490px;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.culture-page .section-1 .section-1__lt .info-content,.culture-page .section-1 .section-1__rt .info-content {
    position: absolute;
    bottom: 0
}

.culture-page .section-1 .section-1__lt .info-content .title,.culture-page .section-1 .section-1__rt .info-content .title {
    position: relative;
    font-size: 30px;
    letter-spacing: 2px
}

.culture-page .section-1 .section-1__lt .info-content .title:after,.culture-page .section-1 .section-1__rt .info-content .title:after {
    position: absolute;
    content: " ";
    left: 70px;
    top: 50%;
    width: 240px;
    height: 1px;
    background: #999
}

.culture-page .section-1 .section-1__lt .info-content .icon-plus,.culture-page .section-1 .section-1__rt .info-content .icon-plus {
    width: 22px;
    height: 22px;
    margin-top: 24px;
    margin-bottom: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAWCAMAAAAcqPc3AAAAbFBMVEUAAAAAyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN7LKKpkAAAAI3RSTlMAlc99Nh7u6zIad93Lm2IE8tOQgWpBJfj24rmuqYmCb1UQDfLWAhwAAACKSURBVCjPrZHJDoMwDAWTQONsTaAFuq/+/3/so4cWCV+QmNuMIsWy1Z++ehY1p7bMWegVM2+FvkfX0vuVekDfTYPfAO/v4zweAlBLTq0BidApGdCaMKgcWeCiHiepn9W7i421lugIPRDZUW4OPww1cE6jX537ijDnWnuQ97zgLn3D3Am9hKhfP/sAioYRJiH3S7QAAAAASUVORK5CYII=);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.culture-page .section-1 .section-1__lt .info-content .desc,.culture-page .section-1 .section-1__rt .info-content .desc {
    line-height: 1.8
}

.culture-page .section-1 .section-1__lt .info-content {
    width: 100%;
}

.culture-page .section-1 .section-1__rt {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover
}

.culture-page .section-1 .section-1__rt .info-content {
    left: 70px;
    color: #fff
}

.culture-page .section-1 .section-1__rt .info-content .title:after {
    background: #fff;
    opacity: .4
}

.culture-page .section-1-mobile {
    display: none
}

@media (max-width: 767px) {
    .culture-page .section-1 {
        display:none
    }

    .culture-page .section-1-mobile {
        display: block;
        width: 100%;
        margin-top: 25px;
        border: 1px solid #e0e0e0;
        box-sizing: border-box;
        box-shadow: 0 4px 4px 0 hsla(0,0%,93%,.75)
    }

    .culture-page .section-1-mobile .section-1__lt,.culture-page .section-1-mobile .section-1__rt {
        width: 100%;
        min-height: 200px;
        display: -ms-flexbox;
        display: flex;
        position: relative
    }

    .culture-page .section-1-mobile .section-1__lt .section-img,.culture-page .section-1-mobile .section-1__rt .section-img {
        width: 50%;
        background-image: url(https://sxszjt.com/static/img/banner_lt.5cde497.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .culture-page .section-1-mobile .section-1__lt .info,.culture-page .section-1-mobile .section-1__rt .info {
        width: 50%;
        height: 100%
    }

    .culture-page .section-1-mobile .section-1__lt .info .info-content,.culture-page .section-1-mobile .section-1__rt .info .info-content {
        margin-top: 15px;
        margin-left: 15px
    }

    .culture-page .section-1-mobile .section-1__lt .info .info-content .title,.culture-page .section-1-mobile .section-1__rt .info .info-content .title {
        position: relative;
        font-size: 30px;
        letter-spacing: 2px
    }

    .culture-page .section-1-mobile .section-1__lt .info .info-content .icon-plus,.culture-page .section-1-mobile .section-1__rt .info .info-content .icon-plus {
        display: inline-block;
        width: 22px;
        height: 22px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAWCAMAAAAcqPc3AAAAbFBMVEUAAAAAyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN7LKKpkAAAAI3RSTlMAlc99Nh7u6zIad93Lm2IE8tOQgWpBJfj24rmuqYmCb1UQDfLWAhwAAACKSURBVCjPrZHJDoMwDAWTQONsTaAFuq/+/3/so4cWCV+QmNuMIsWy1Z++ehY1p7bMWegVM2+FvkfX0vuVekDfTYPfAO/v4zweAlBLTq0BidApGdCaMKgcWeCiHiepn9W7i421lugIPRDZUW4OPww1cE6jX537ijDnWnuQ97zgLn3D3Am9hKhfP/sAioYRJiH3S7QAAAAASUVORK5CYII=);
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .culture-page .section-1-mobile .section-1__lt .info .info-content .desc,.culture-page .section-1-mobile .section-1__rt .info .info-content .desc {
        margin-top: 14px;
        line-height: 1.8;
        color: #7a7a7a
    }

    .culture-page .section-1-mobile .section-1__rt .section-img {
        width: 50%;
        background-image: url(https://sxszjt.com/static/img/banner_rt.eed9c6d.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }
}

.culture-page .section-2 {
    padding-top: 40px;
    padding-bottom: 90px;
}

.culture-page .section-2 .symol-bg {
    width: 100%;
    height: 364px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.culture-page .section-2 .symbol-wrapper {
    position: relative
}

.culture-page .section-2 .symbol-wrapper .lv-1,.culture-page .section-2 .symbol-wrapper .lv-2,.culture-page .section-2 .symbol-wrapper .lv-3 {
    position: absolute;
    letter-spacing: 2px
}

.culture-page .section-2 .symbol-wrapper .lv-1 .title,.culture-page .section-2 .symbol-wrapper .lv-2 .title,.culture-page .section-2 .symbol-wrapper .lv-3 .title {
    font-size: 16px;
    line-height: 24px;
    color: #1fb8df;
    font-weight: 700;
    padding-left: 20px
}

.culture-page .section-2 .symbol-wrapper .lv-1 .desc,.culture-page .section-2 .symbol-wrapper .lv-2 .desc,.culture-page .section-2 .symbol-wrapper .lv-3 .desc {
    margin-top: 5px;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 26px
}

.culture-page .section-2 .symbol-wrapper .lv-1 {
    top: 186px;
    left: 835px
}

.culture-page .section-2 .symbol-wrapper .lv-2 {
    top: 70px;
    left: 835px
}

.culture-page .section-2 .symbol-wrapper .lv-3 {
    top: 102px;
    left: 40px
}

.culture-page .section-2 .symbol-wrapper .lv-3 .desc {
    margin-top: 20px
}

.culture-page .section-2 .symbol-wrapper ul.diamond {
    font-size: 18px;
    font-weight: 700;
    color: #088cc0
}

.culture-page .section-2 .symbol-wrapper ul.diamond li {
    position: absolute;
    width: 66px;
    text-align: center;
    line-height: 1.2
}

.culture-page .section-2 .symbol-wrapper ul.diamond .cjkh {
    top: 68px;
    left: 50%;
    width: 132px;
    margin-left: -66px
}

.culture-page .section-2 .symbol-wrapper ul.diamond .cx {
    top: 137px;
    right: 50%
}

.culture-page .section-2 .symbol-wrapper ul.diamond .js {
    top: 137px;
    left: 50%
}

.culture-page .section-2 .symbol-wrapper ul.diamond .tdxz {
    top: 200px;
    right: 50%;
    margin-right: 66px
}

.culture-page .section-2 .symbol-wrapper ul.diamond .jdzc {
    top: 200px;
    right: 50%
}

.culture-page .section-2 .symbol-wrapper ul.diamond .zyjy {
    top: 200px;
    left: 50%
}

.culture-page .section-2 .symbol-wrapper ul.diamond .ddfj {
    top: 200px;
    left: 50%;
    margin-left: 66px
}

.culture-page .section-2-mobile {
    display: none
}

@media (max-width: 767px) {
    .culture-page .section-2 {
        display:none
    }

    .culture-page .section-2-mobile {
        display: block;
        text-align: center;
        margin-top: 30px
    }

    .culture-page .section-2-mobile .symol-bg {
        margin-top: 20px;
        width: 100%;
        background-image: url(https://sxszjt.com/static/img/symol.b2b850b.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain
    }

    .culture-page .section-2-mobile .symol-bg:after {
        content: "";
        display: block;
        padding-bottom: 56%
    }

    .culture-page .section-2-mobile .title-cn,.culture-page .section-2-mobile .title-en {
        font-size: 30px;
        padding-left: 20px
    }

    .culture-page .section-2-mobile .title-en {
        color: #00bbe4
    }

    .culture-page .section-2-mobile .title-cn {
        color: #b1b1b1
    }

    .culture-page .section-2-mobile .title-cn span {
        padding-left: 60px;
        font-weight: 400;
        font-size: 24px;
        color: #cbcbcb
    }
}

.culture-page .section-3 {
    padding-bottom: 50px;
    padding-top: 40px;
    background: #f7fbfe;
    background-image: url(https://sxszjt.com/static/img/event_bg.9fe8e1e.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.culture-page .section-3 .events {
    margin-top: 45px;
    display: table;
    width: 1200px
}

.culture-page .section-3 .events .event-item {
    display: table-cell;
    width: 400px
}

.culture-page .section-3 .events .event-item:last-child .event-img {
    border-right: 1px solid #d8dfee
}

.culture-page .section-3 .events .event-item .event-img {
    border-top: 1px solid #d8dfee;
    border-bottom: 1px solid #d8dfee;
    border-left: 1px solid #d8dfee;
    padding: 10px
}

.culture-page .section-3 .events .event-item .event-img .event-1,.culture-page .section-3 .events .event-item .event-img .event-2,.culture-page .section-3 .events .event-item .event-img .event-3 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 380px;
    height: 215px;
    box-shadow: 0 5px 30px #ccc
}

.culture-page .section-3 .events .event-item .event-img .event-1 {
    background-image: url(https://sxszjt.com/static/img/event_1.3f67fa9.jpg)
}

.culture-page .section-3 .events .event-item .event-img .event-2 {
    background-image: url(https://sxszjt.com/static/img/event_2.12c1c30.jpg)
}

.culture-page .section-3 .events .event-item .event-img .event-3 {
    background-image: url(https://sxszjt.com/static/img/event_3.1571773.jpg)
}

.culture-page .section-3 .events .event-item .icon-plus {
    width: 20px;
    height: 20px;
    margin: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAWCAMAAAAcqPc3AAAAbFBMVEUAAAAAyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN4AyN7LKKpkAAAAI3RSTlMAlc99Nh7u6zIad93Lm2IE8tOQgWpBJfj24rmuqYmCb1UQDfLWAhwAAACKSURBVCjPrZHJDoMwDAWTQONsTaAFuq/+/3/so4cWCV+QmNuMIsWy1Z++ehY1p7bMWegVM2+FvkfX0vuVekDfTYPfAO/v4zweAlBLTq0BidApGdCaMKgcWeCiHiepn9W7i421lugIPRDZUW4OPww1cE6jX537ijDnWnuQ97zgLn3D3Am9hKhfP/sAioYRJiH3S7QAAAAASUVORK5CYII=);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.culture-page .section-3 .events .event-item .event-name-cn {
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px;
    color: #666
}

.culture-page .section-3 .events .event-item .event-name-en {
    font-size: 14px;
    font-weight: 700;
    padding-left: 10px;
    margin-top: 10px;
    color: #00bbe4
}

@media (max-width: 767px) {
    .culture-page .section-3 .events,.culture-page .section-3 .events .event-item {
        width:100%;
        display: block
    }

    .culture-page .section-3 .events .event-item .event-img {
        border-right: 1px solid #d8dfee
    }

    .culture-page .section-3 .events .event-item .event-img .event-1,.culture-page .section-3 .events .event-item .event-img .event-2,.culture-page .section-3 .events .event-item .event-img .event-3 {
        background-size: 100% 100%;
        width: 100%;
        height: auto
    }

    .culture-page .section-3 .events .event-item .event-img .event-1:after,.culture-page .section-3 .events .event-item .event-img .event-2:after,.culture-page .section-3 .events .event-item .event-img .event-3:after {
        content: "";
        display: block;
        padding-bottom: 56%
    }
}

@media (max-width: 767px) {
    .culture-page .section-3 {
        background:none
    }
}

.culture-page .section-2 .title-cn,.culture-page .section-2 .title-en,.culture-page .section-3 .title-cn,.culture-page .section-3 .title-en {
    font-size: 30px;
    padding-left: 20px
}

@media (max-width: 767px) {
    .culture-page .section-2 .title-cn,.culture-page .section-2 .title-en,.culture-page .section-3 .title-cn,.culture-page .section-3 .title-en {
        text-align:center
    }
}

.culture-page .section-2 .title-en,.culture-page .section-3 .title-en {
    color: #00bbe4
}

.culture-page .section-2 .title-cn,.culture-page .section-3 .title-cn {
    color: #b1b1b1
}

.culture-page .section-2 .title-cn span,.culture-page .section-3 .title-cn span {
    padding-left: 60px;
    font-weight: 400;
    font-size: 24px;
    color: #cbcbcb
}
