@media (max-width: 1200px) {
    html {
        scroll-behavior: smooth;
    }
    #mu-panel {
        touch-action: cross-slide-y;
    }
    .navbar-brand .logo-text {
        display: none;
    }
    .mu-footer-wap{
        font-size: 14px;
    }
    #mu-panel{
        padding-bottom: 10vw;
    }
    /*=======================================首页==========================================================*/
    .more {
        position: relative;
        cursor: pointer;
        overflow: hidden;
        transition: color 0.5s;
        z-index: 1;
        font-weight: 500;
        display: block;
        width: 87px;
        height: 35px;
        background: #BCA16B;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 35px;
        text-align: center;
        box-sizing: border-box;
        padding-left: 10px;
    }

    .more:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: #000;
        height: 150px;
        width: 200px;
        border-radius: 50%;
    }

    .more:hover {
        color: #fff;
    }

    .more:before {
        top: 100%;
        left: 100%;
        transition: all 0.7s;
    }

    .more:hover:before {
        top: -30px;
        left: -30px;
    }

    .more:active:before {
        background: #000;
        transition: background 0s;
    }


    .more span {
        margin-right: 20px;
    }

    .swiper-wrapper {
        cursor: pointer;
    }

    /*=======================================首页==========================================================*/
    .indexSwiper .swiper-slide img {
        width: 100%;
        height: auto;
        min-height: 100%;
        transition: 1s linear 2s;
        transform: scale(1.1, 1.1);
    }

    .indexSwiper .swiper-slide-active img, .swiper-slide-duplicate-active img {
        transition: 6s linear;
        transform: scale(1, 1);
    }

    .indexSwiper .swiper-pagination-bullet {
        width: 16px;
        height: 4px;
        background: #FFFFFF;
        border-radius: 2px;
    }

    .indexSwiper .swiper-pagination-bullet-active {
        background: #BCA16B;
        border: none;
    }

    .indexSwiper .swiper-pagination {
        bottom: 30px;
        left: 80%;
        width: 20%;
    }

    .mouse {
        position: absolute;
        bottom: 5px;
        left: 47%;
        width: 63px;
        height: 40px;
        color: #fff;
        z-index: 99999;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        opacity: 0.8;
        animation: bounceIn 3s infinite;
    }

    .mouse.hidden {
        display: none;
        transform: translateY(-20px);
        pointer-events: none;
    }

    .mouse i {
        font-size: 30px;
        color: #fff;
    }

    .about-content {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }
    .about-content .about-left {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .about-content .about-left img {
        width: 100%;
        height: auto;
    }

    .about-content .about-right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /* margin-left: 0.052vw; */
        margin-top: 20px;
    }

    .about-content .about-right .ab-r-img {
        width: 30.99vw;
        margin-bottom: 1.5625vw;
    }

    .about-content .about-right .ab-r-title {
        font-weight: bold;
        font-size: 18px;
        color: #303030;
        line-height: 31px;
        width: 100%;
        padding: 15px 0;
        border-bottom: 5px solid #BCA16B;
    }

    .about-content .about-right .ab-r-b {
        margin-top: 2.8125vw;
        /*background: url(../images/about_bg.png) no-repeat 0px 119px;*/
        padding-bottom: 5vw;
    }

    .about-content .about-right .ab-r-b p {
        font-weight: 400;
        font-size: 12px;
        color: #303030;
        line-height: 22px;
        margin-bottom: 4.635vw;
    }

    .about-statistic {
        width: 100%;
        height: auto;
        background: linear-gradient(90deg, #000000 0%, #838383 66%, #000000 96%);
        color: #fff;
        overflow: hidden;
    }

    .about-statistic .about-left {
        width: 100%;
        display: flex;
        align-items: center;
        /* padding-left: 50px; */
        padding-top: 1.604vw;
        margin-bottom: 20px;
    }

    .about-statistic .about-left .ab-r-img {
        width: 90px;
    }

    .about-statistic .about-left .source {
        font-weight: bold;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 19px;
        text-align: left;
        margin-left: 20px;
    }

    .about-statistic .abs-r {
        width: 100%;
        color: #fff;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: center;
    }

    .about-statistic .abs-r .abs-r-i {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 50%;

    }

    .about-statistic .abs-r .abs-r-i .abs-i-t {
        display: flex;
    }

    .about-statistic .abs-r .abs-r-i .abs-i-t h1 {
        font-family: Impact;
        font-weight: 400;
        font-size: 40px;
        color: #FFFFFF;
        margin-right: 10px;
    }

    .about-statistic .abs-r .abs-r-i .abs-i-t span {
        font-family: Impact;
        font-size: 16px;
        color: #BCA16B;;
        font-weight: bold;
    }

    .about-statistic .abs-r .abs-r-i .abs-i-b {
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
    }

    .black8Swiper {
        position: relative;
        /*margin-top: 20px;*/
        margin-bottom: 20px;
    }

    .black8Swiper .swiper-wrapper {
        /* 通过改变animation-timing-function 制作弹性切换效果 */
        transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;

    }

    .black8Swiper .seris-list .seris-item {
        width: 100vw;
        /*height:108vw;*/
        background-repeat: no-repeat;
        background-size: 100%;
        padding-top: 4.6875vw;
        padding-bottom: 18px;
    }

    .black8Swiper .seris-list .seris-item .se-info {
        margin-top: 115px;
        color: #000;

    }

    .black8Swiper .seris-list .seris-item .se-info h5 {
        /*font-weight: bold;*/
        font-size: 18px;
    }

    .black8Swiper .seris-list .seris-item .se-info h1 {
        /*font-weight: bold;*/
        font-size: 20px;
    }

    .black8Swiper .seris-list .seris-item .se-info .content {
        /*font-weight: bold;*/
        margin-top: 1.083vw;
        font-size: 12px;
        line-height: 23px;
        margin-bottom: 4.083vw;
    }

    .black8Swiper .swiper-button {
        width: 26.208vw;
        height: 1.083vw;
        position: absolute;
        right: 10vw;
        bottom: 7vw;
    }

    .black8Swiper .swiper-button i {
        display: block;
        width: 100px;
        height: 27px;
        border-radius: 50%;
        border: 2px solid #BCA16B;
        margin-right: 0.521vw;
        /* font-size: 1vw; */
        font-size: 12px;
        line-height: 25px;
        text-align: center;
        color: #BCA16B;
    }

    .black8Swiper .swiper-button .swiper-button-next::after, .black8Swiper .swiper-button .swiper-button-prev::after {
        display: none;
    }

    .bbSwiper {
        overflow: hidden;
        height: 343px;
        position: relative;
    }

    .bbSwiper .seris-item {
        /*width: 314px;*/
        display: flex;
        flex-direction: column;
        border: none;
        transition: 0.5s all ease-in-out;
        border-radius: 5px;
    }

    .bbSwiper .seris-item:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .bbSwiper .seris-item .image {
        width: 100%;
        height: 247px;
        overflow: hidden;
    }
    .bbSwiper .seris-item .image img {
        width: 100%;
    }
    .bbSwiper .seris-item .bb-info {
        display: flex;
        height: 40px;
        width: 100%;
    }

    .bbSwiper .seris-item .bb-info h5 {
        width: 70%;
        background: #494949;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 40px;
        text-align: center;
        margin: 0;
    }

    .bbSwiper .seris-item .bb-info .more {
        line-height: 40px;
        text-align: center;
        width: 30%;
        position: relative;
        font-size: 12px;
        height: 40px;
    }

    .bbSwiper .seris-item .bb-info .more .line {
        position: absolute;
        width: 13px;
        height: 2px;
        background: #FFFFFF;
        top: 7px;
        right: 23px;
    }

    .bbSwiper .swiper-pagination-bullet {
        width: 35px;
        height: 5px;
        background: #494949;
        border-radius: 2px;
    }

    .bbSwiper .swiper-pagination-bullet-active {
        background: #BCA16B;
        border: none;
    }

    .record-box {
        width: 100vw;
        /* height: 400px; */
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-left: -56px;
    }
    .record {
        /*position: relative;*/
        width: 0px;
        height: 320px;
        background: #061410;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        transform-origin: 50% 50%;
        background: url(../images/big_circle.png) center no-repeat;
        background-size: cover;
        transform: rotate(9deg);
        transition: 1s all ease-in-out;
        display: none;
    }

    .record-box * {
        color: #fff;
    }

    .record-box .center {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        display: none;
    }

    .record-box .center p {
        font-size: 25px;
        color: #FFFFFF;
        margin-bottom: 39px;
    }

    .record-box .item {
        /*position: absolute;*/
        width: 50vw;
        /*height: 90px;*/
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: space-between;*/
        /*cursor: pointer;*/
    }

    .record-box .item .title {
        font-size: 14px;
        /* width: 60px; */
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .record-box .item .ball {
        width: 5px;
        height: 5px;
        background: #fff;
        border-radius: 5px;
        display: none;
    }

    .record-box .item .icon {
        font-size: 60px;
    }

    .record-box .item :hover .icon {
        animation: bounceIn 3s infinite;
    }

    @keyframes spin {
        to {
            transform: rotate(1turn);
        }
    }
    @keyframes slideUp {
        0% {
            -webkit-transform: translateY(10px);
            opacity: 0.5;
        }
        100% {
            -webkit-transform: translateY(0%);
            opacity: 1;
        }
    }
    .advantage-box .advantage-left .item.show {
        display: flex;
        animation: slideUp 1s ease-in-out;
    }

    .hide {
        display: none;
    }

    .advantage-box {
        background: url(../images/advantage_bg.jpg) center no-repeat;
        background-size: cover;
        width: 100%;
        padding: 30px;
        margin-top: 20px;
    }

    .advantage-box .container {
        display: flex;
        flex-direction: column;
    }

    .advantage-box .advantage-left {
        width: 100%;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .advantage-box .advantage-left .item {
        /*width: 14vw;*/
        flex-direction: column;
        align-items: flex-start;
        display: none;
    }

    .advantage-box .advantage-left * {
        color: #fff;

    }


    .partner-content {
        display: flex;
        /*height: 28.125vw;*/
        padding-top: 3.75vw;
        margin-bottom: 1vw;
        flex-direction: column;
    }

    .partner-content .parenter-left {
        width: 100vw;
        /*margin-left: 167px;*/
        padding: 20px;
        margin-right: 3.125vw;
    }

    .partner-content .parenter-left h1 {
        font-size: 27px;
        color: #303030;
        margin-bottom: 20px;
    }

    .partner-content .parenter-left h5 {
        font-size: 12px;
        color: #303030;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .partner-content .parenter-left img {
        width: 149px;
        height: 35px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .partner-content .parenter-left p {
        font-weight: 400;
        font-size: 12px;
        color: #303030;
        margin-bottom: 40px;
    }
    .partner-content .partnerSwiper {
        width: 100vw;
        overflow: hidden;
        /*padding-left: 30px;*/
        /*position: relative;*/
        /*margin-bottom: 5vw;*/
        /*padding-bottom: 25vw;*/
    }
    .partner-content .partnerSwiper .seris-item {
        display: block;
        width: 100vw;
        height: 87vw;
    }


    .partner-content .partnerSwiper .seris-item .image {
        width: 100%;
    }

    .partner-content .partnerSwiper .seris-item .image img {
        width: 100%;
    }

    .partner-content .swiper-slide .info {
        display: none;
    }
    .partner-content .swiper-slide.swiper-slide-active .info {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100vw;
        /*height: 65px;*/
        background: #383838;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10px 20px;
        transition: 0.5s all ease-in-out;
        overflow: hidden;
    }

    .partner-content .swiper-slide.swiper-slide-active .info:hover {
        background: #BCA16B;
    }
    .partner-content .partnerSwiper .seris-item .info h5 {
        font-size: 18px;
        color: #FFFFFF;
    }

    .partner-content .partnerSwiper .seris-item .info p {
        font-size: 14px;
        color: #FFFFFF;
        text-align: left;
    }
    .partner-content .partnerSwiper .seris-item:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .partner-content .partnerSwiper .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 7px;
    }

    .partner-content .swiper-button-next:after, .swiper-button-prev:after {
        display: none;
    }

    /*.partner-content .partnerSwiper .swiper-button {*/
    /*    width: 120px;*/
    /*    height: 20px;*/
    /*    position: absolute;*/
    /*    bottom: 0;*/
    /*    left: 21.5%;*/
    /*}*/

    /*.partner-content .partnerSwiper .swiper-pagination-bullet {*/
    /*    width: 5px;*/
    /*    height: 4px;*/
    /*    background: #BCA16B;*/
    /*    border-radius: 2px;*/
    /*}*/

    .partner-content .swiper-pagination-bullet-active {
        width: 5px;
        height: 4px;
        background: #BCA16B;
        border-radius: 2px;
        border: none;
    }

    .partner-content .partnerSwiper .swiper-button i {
        color: #BCA16B;
        font-size: 20px;
    }

    .partner-content .swiper-button-next i {
        transform: rotate(-90deg);
    }

    .partner-content .swiper-button-prev i {
        transform: rotate(90deg);
    }


    .player-content{
        background: url(../images/player_bg.jpg) no-repeat center center fixed;
        padding-top: 50px;
        padding-bottom: 50px;
        overflow: hidden;
    }
    .player-content .player-left  h1{
        color: #fff;
        font-size: 16px;
    }
    .player-content .player-left  img{
        width: 50%;
    }
    .player-content .player-left {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .player-content .playerSwiper{
        margin-top: 30px;
        width: 100%;
        overflow: hidden;
        position: relative;
        padding-bottom: 30px;
    }
    .player-content .playerSwiper .player-list{
    }
    .player-content .playerSwiper .player-item{
        display: block;
        /*width: 100vw;*/
        height: 373px;
        position: relative;
        overflow: hidden;
    }
    .player-content .playerSwiper .player-item img{
        width: 100%;
    }
    .player-content .playerSwiper .player-item .info{
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .player-content .playerSwiper .player-item .info .title.more{
        height: 32px;
        display: inline-block;
        padding: 5px 10px;
        background: #BCA16B;
        margin-bottom: -4px;
        line-height: 25px;
        width: 100%;
        text-align: left;
    }
    .player-content .playerSwiper .player-item .info .title b{
        font-weight: bold;
        font-size: 18px;
        color: #FFFFFF;
        margin-right: 20px;
    }
    .player-content .playerSwiper .player-item .info .title span{
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
    }
    .player-content .playerSwiper .player-item .info .content{
        height: 32px;
        background: rgba(0,0,0,0.8);
        display: flex;
        /*justify-content: space-between;*/
        padding: 0 10px;
    }
    .player-content .playerSwiper .player-item .info .content p{
        width: 60%;
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        overflow: hidden;
        line-height: 32px;
        margin: 0;
    }
    .player-content .playerSwiper .player-item .info .content .see-more{
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 32px;
        margin-left: 40px;
    }
    .player-content .swiper-horizontal>.swiper-pagination-bullets,
    .player-content .swiper-pagination-bullets.swiper-pagination-horizontal,
    .player-content .swiper-pagination-custom,
    .player-content .swiper-pagination-fraction {
        bottom: 13px;
        /*padding-right: 22%;*/
    }
    .player-content .playerSwiper .swiper-pagination-bullet{
        width: 18px;
        height: 3px;
        background: #000000;
        border-radius: 2px;
    }
    .player-content .playerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #BCA16B;
        border: 1px solid #BCA16B;
    }
    .match-news {
        display: flex;
        background: url("../images/news_bg.jpg") no-repeat;
        padding-top: 50px;
        /*padding-bottom: 100px;*/
    }

    .match-news .container {
        display: flex;
        flex-direction: column;
    }
    .match-news .container .news-top{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .match-news .container .news-top h1{
        font-size: 16px;
        font-weight: bold;
    }
    .match-news .container .news-top img{
        width: 20%;
    }
    .match-news .news-left {
        /*width: 40.521vw;*/
    }

    .match-news .news-left h1 {
        font-size: 36px;
        color: #303030;
        font-weight: bold;
    }

    .match-news .news-left .cate-img {
        width: 97px;
        height: 36px;
        margin-bottom: 27px;
    }

    .match-news .news-left .news-list {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .match-news .news-box{
        display: none;
    }
    .match-news .news-box.show{
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        animation: slideUp 1s ease-in-out;
    }
    .match-news .news-left .news-list .news-item {
        width: 100%;
        margin-right: 50px;
        border-radius: 5px;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .match-news .news-left .news-list .news-item .image {
        width: 100%;
        /*height: 210px;*/
    }
    .match-news .news-left .news-list .news-item .image img{
        width: 100%;
    }
    .match-news .news-left .news-list .news-item .info {
        padding: 20px;
    }

    .match-news .news-left .news-list .news-item .cate-date {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .match-news .news-left .news-list .news-item .cate-date .cate {
        color: #BCA16B;
    }

    .match-news .news-left .news-list .news-item h5 {
        font-size: 14px;
        color: #303030;
    }

    .match-news .news-right {
        width: 90vw;
        margin-left: 1.1875vw;
        cursor: pointer;
        /*margin-top: 20px;*/
    }

    .match-news .news-right .news-list {
        display: block;
    }


    .match-news  .cate-list {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        cursor: pointer;
    }

    .match-news  .cate-list .cate-item {
        font-weight: bold;
        font-size: 14px;
        color: #303030;
        margin-right: 40px;
        padding-bottom: 5px;

    }

    .match-news  .cate-list .cate-item.active {
        border-bottom: 3px solid #BCA16B;
    }

    .match-news .news-right .news-list {
        /*height: 21.042vw;*/
    }

    .match-news .news-right .news-list .news-item {
        display: flex;
        border-bottom: 1px solid #BCA16B;
        margin-bottom: 20px;
    }

    .match-news .news-right .news-list .news-item:hover {
        border-bottom: 2px solid #BCA16B;
    }

    .match-news .news-right .news-list .news-item:hover .match-news .news-right .news-list .news-item h1, .match-news .news-right .news-list .news-item p {
        color: #BCA16B;
    }

    .match-news .news-right .news-list .news-item img {
        width: 151px;
        height: 94px;
    }

    .match-news .news-right .news-list .news-item h1 {
        font-size: 18px;
        color: #303030;
        margin-left: 20px;
    }

    .match-news .news-right .news-list .news-item .image {
        width: 151px;
        overflow: visible;
    }

    .match-news .news-right .news-list .news-item p {
        height: 38px;
        font-size: 14px;
        color: #303030;
        margin-left: 20px;
    }

    .match-news .news-right .news-list .news-item i {
        color: #BCA16B;
        margin-left: 20px;
    }

    .contact-box {
        height: 225px;
        background: url("../images/footer_top.jpg") no-repeat;
    }

    .contact-box .container {
        height: 100%;
        display: flex;
        justify-content: space-between;
        color: #fff;
        align-items: self-start;
        flex-direction: column;
        padding: 20px;
    }

    .contact-box .container .contact-left span {
        color: #BCA16B;
        margin-bottom: 20px;
    }

    .contact-box .container .contact-left h1 {
        font-size: 23px;
        color: #FFFFFF;
        margin-top: 20px;
    }

    .contact-box .container .contact-right .mobile {
        font-size: 27px;
        color: #BCA16B;
    }

    .contact-box .container .contact-right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-box .container .contact-right a {
        /* width: 119px; */
        /* height: 18px; */
        background: #BCA16B;
        border-radius: 17px;
        font-size: 12px;
        color: #FFFFFF;
        padding: 5px 10px;
    }
    .page-banner {
        width: 100%;
        height: 212px;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        position: relative;
    }
    .article-content.page-banner {
        background-position: center -8.375vw;
    }
    /*==========================================================公司简介页==========================================*/
    .page-banner .page-banner-content {
        position: absolute;
        top: 82px;
        /* right: 0; */
        /* bottom: 3vw; */
        left: 15vw;
        background: transparent;
        color: #fff;
        display: flex;

        flex-direction: column;
        align-items: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        justify-content: flex-start;
    }
    .page-banner .page-banner-content h1{
        font-size: 18px;
    }
    .page-banner {
        background-attachment: fixed;
    }

    .profile-title {
        display: flex;
        align-items: center;
        height: 56px;
    }

    .profile-title .number {
        font-family: Impact;
        font-weight: 400;
        font-size: 67px;
        /*color: #030303;*/
        line-height: 139px;
        position: relative;
        margin-right: 10px;
        margin-top: -15px;
    }

    .profile-title .number::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: #fff;
        left: 0;
        top: 50%;
    }

    .profile-title h1 {
        font-size: 27px;
        /*color: #030303;*/
    }

    .profile-title p {
        font-weight: 400;
        font-size: 14px;
        /*color: #030303;*/
    }

    .company-leader .company-box {
        display: flex;
        margin-top: 20px;
        /* height: 25.3125vw; */
        /* justify-content: space-between; */
        flex-direction: column;
    }

    .company-leader .company-box .company-l {
        width: 100%;
        padding-top: 40px;
    }

    .company-leader .company-box .company-l .content {
        font-weight: 400;
        font-size: 14px;
        color: #1B1B1B;
        line-height: 35px;
        margin-top: 30px;
    }

    .company-leader .company-box .company-r {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        padding-top: 50px;
    }
    .company-leader .company-box .company-r .image {
        width: 90vw;
    }
    .company-leader .company-box .company-r .image img{
        width: 100%;
    }
    .company-leader .company-box .company-r::after {
        position: absolute;
        content: '';
        width: 50%;
        height: 100%;
        background: #BCA16B;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .company-leader .company-box .company-r .title {
        display: flex;
        align-items: center;
    }

    .company-leader .company-box .company-r .sanjiao {
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        border-left: 10px solid #fff;
        margin-top: -10px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .company-leader .company-box .company-r .title h1 {
        font-size: 14px;
        color: #FFFFFF;

    }

    .company-leader .company-box .company-r p {
        margin-right: 1vw;
        color: #FFFFFF;
        margin-left: 10px;
    }

    .company-leader .company-box .company-r img {
        width: 60vw;
        /* height: 16.40625vw; */
    }

    .company-leader .leader-box {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .company-leader .leader-box .leader-l .image {
        width:100vw;
    }
    .company-leader .leader-box .leader-l .image img{
        width:100%;
    }
    .company-leader .leader-box .leader-r {
        padding-top: 4.167vw;
        background-color: rgba(255,255,255,0.6);
        padding-left: 2.604vw;
        background-image: url("../images/leader_bg.png");
        background-repeat: no-repeat;
        background-position: top center;
        margin-top: 2vw;
    }

    .company-leader .leader-box .leader-r h1 {
        font-size: 36px;
        color: #222222;
        margin-bottom: 20px;
    }

    .company-leader .leader-box .leader-r h3 {
        font-size: 18px;
        color: #222222;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .company-leader .leader-box .leader-r .content {
        padding-right: 5vw;
        font-weight: 400;
        font-size: 14px;
        color: #222222;
        line-height: 30px;
        padding-left: 40px;
        position: relative;
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .company-leader .leader-box .leader-r .content::after {
        content: '';
        width: 20px;
        height: 100%;
        background: linear-gradient(to bottom, #BCA16B, transparent);
        position: absolute;
        left: 0;
        top: 0;
    }

    .culture-content {
        background-image: url("../images/culture_bg.jpg");
        background-attachment: fixed;
        /*background-size: cover;*/
        /*height: 38.854vw;*/
        color: #fff;
        padding-top: 102px;
    }

    .culture-content .profile-title .number::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: #000;
        left: 0;
        top: 50%;
    }

    .culture-content .content-list {
        margin-top: 50px;
        line-height: 26px;
    }

    .culture-content .content-list .content-item {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
        /*height: 40vw;*/
    }

    .culture-content .content-list .content-item.show {
        display: flex;
    }

    .culture-content .content-list .content-item h1 {
        font-weight: bold;
        font-size: 18px;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .culture-content .content-list .content-item h3 {
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .culture-content .title-list {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 50px;
    }

    .culture-content .title-list .title-item {
        width: 48%;
        /* height: 162px; */
        background: rgba(255, 255, 255, 0.4);
        padding: 20px;
        cursor: pointer;
        transition: 1s all ease-in-out;
        margin: 2px;
    }

    .culture-content .title-list .title-item:hover {
        background-image: url("../images/culture_hover.png");
    }

    .culture-content .title-list .title-item.active {
        background-image: url("../images/culture_hover.png");
    }

    .culture-content .title-list .title-item h1 {
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        margin-bottom: 30px;
    }

    .culture-content .title-list .title-item h3 {
        font-family: PingFang;
        font-weight: 300;
        font-size: 20px;
        color: #FFFFFF;
    }

    .develop-process {
        padding-top: 20px;
        background: url(../images/history_bg.jpg) no-repeat fixed;
        background-size: cover;
        /* height: 32.8125vw; */
        position: relative;
    }

    .develop-process .line {
        position: absolute;
        height: 1px;
        width: 100%;
        background: #000;
        left: 0;
        top: 69vw;
        display: none;
    }

    .develop-process .product-title {
        padding: 50px 10px 30px;
        font-weight: normal;
        font-size: 36px;
        line-height: 46px;
        text-align: center;
        color: #000
    }

    .develop-process .product-section {
        margin-top: 30px;
    }

    .develop-process .product-wrapper {
        max-width: 1200px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
        position: relative
    }

    .develop-process .swiper-container {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        z-index: 1
    }

    .develop-process .product-features .product-body {
        /*margin: 0px 25px*/
        padding: 0 25px;
    }


    /*li*/
    .develop-process .features-item {
        position: relative;
        float: left
    }

    .develop-process .features-slide .features-item > * {
        text-align: center
    }

    .develop-process .features-slide .features-item .features-item-t h1 {
        font-weight: bold;
        font-size: 16px;
        color: #030303;
        margin-top: 30px;
    }

    .develop-process .features-slide .features-item .features-item-t {
        margin-bottom: 50px;
        /*opacity: 0;*/
        transition: 0.5s all ease-in-out;
    }

    .develop-process .features-slide .features-item .features-item-t.show {
        opacity: 1;
    }

    .develop-process .features-item h3 {
        font-weight: bold;
        font-size: 12px;
        color: #030303;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .develop-process .features-item h5 {
        font-weight: bold;
        font-size: 12px;
        color: #030303;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .develop-process .features-item i {
        position: absolute;
        width: 5px;
        height: 5px;
        left: 50%;
        /*top: 43vw;*/
        z-index: 3;
        display: inline-block;
        color: #000;
        transform: translate(-50%, 50%);
        border-radius: 5px;
        background-color: #000;
        transition: 2s all ease-in-out;
    }

    .develop-process .features-item i {
        webkit-animation: ripple-white 1s linear infinite;
        animation: ripple-blue 1s linear infinite;
        -webkit-transition: .5s;
        color: #bca16b;
        background-color: #bca16b;
    }

    .develop-process .features-item i::before {
        position: absolute;
        content: '';
        width: 15px;
        height: 15px;
        background: rgba(0, 0, 0, 0.5);
        left: -5px;
        top: -4px;
        border-radius: 10px;
    }

    .develop-process .features-item i::before {
        background: rgba(188, 161, 107, 0.7);
    }

    .develop-process .features-item i::after {
        position: absolute;
        content: '';
        width: 30px;
        height: 30px;
        border-radius: 30px;
        background-color: rgba(0, 0, 0, 0.1);
        left: -12px;
        top: -12px;
    }

    .develop-process .features-item i::after {
        background-color: rgba(188, 161, 107, 0.5);
    }

    @keyframes ripple-blue {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(188, 161, 107, 0.7), 0 0 0 10px rgba(232, 230, 228, 0.5), 0 0 0 20px rgba(232, 230, 228, 0.3);
            box-shadow: 0 0 0 0 rgba(188, 161, 107, 0.3), 0 0 0 10px rgba(232, 230, 228, 0.3), 0 0 0 20px rgba(232, 230, 228, 0.3);
        }

        100% {
            -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.30196078431372547), 0 0 0 20px rgba(255, 255, 255, 0.30196078431372547), 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.30196078431372547), 0 0 0 20px rgba(255, 255, 255, 0.30196078431372547), 0 0 0 30px rgba(255, 255, 255, 0)
        }
    }
    .develop-process .features-item .features-info {
        display: block;
        /* margin: 0 auto; */
        padding: 20px 53px;
        transition: all 0.3s;
        border-radius: 2px;
        margin-top: 20px;
    }

    .develop-process .features-item .features-info .features-info-i {
        font-weight: bold;
        font-size: 16px;
        color: #030303;
        margin-top: 40px;
    }

    .develop-process .features-item .features-info .features-info-s {
        font-weight: 400;
        font-size: 11px;
        color: #030303;
        overflow: hidden;
        /*opacity: 0;*/
        transition: 0.5s all ease-in-out;
    }

    .develop-process .features-item .features-info .features-info-s.show {
        opacity: 1;
    }

    /*左右按钮*/
    .develop-process .product-features .swiper-button-prev {
        width: 32px;
        height: 32px;
        background: #BCA16B;
        border-radius: 50%;
        left: 4px;
        top: 176px;
    }

    .develop-process .product-features .swiper-button-prev:after {
        display: none;
    }

    .develop-process .product-features .swiper-button-next {
        width: 32px;
        height: 32px;
        background: #BCA16B;
        border-radius: 50%;
        right: 5px;
        top: 176px;
    }

    .develop-process .product-features .swiper-button-next:after {
        display: none;
    }

    .honor-content {
        padding-top: 43px;
        background: url(../images/honer_bg.jpg) no-repeat fixed;

    }

    .honor-content .honorSwiper {
        margin-top: 2.083vw;
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding-bottom: 5vw;
    }

    .honor-content .honorSwiper .honor-list {
        display: flex;
        align-items: flex-end;
    }

    .honor-content .honorSwiper .honor-list .honor-item {
        width: 50vw;
        text-align: center;
        display: block;
        margin: 20px auto;
    }

    .honor-content .honorSwiper .honor-list .honor-item img {
        width: 100%;
        transition: 1s all ease-in-out;
    }

    .honor-content .honorSwiper .honor-list .honor-item :hover img {
        -webkit-mask-position: 0 0;
        -webkit-mask: linear-gradient(135deg, #000c 40%, #000, #000c 60%) 100% 100% / 250% 250%;
    }

    .honor-content .honorSwiper .honor-list .honor-item .title {
        font-weight: 400;
        font-size: 14px;
        color: #030303;
        padding: 10px 0;
    }

    .honor-content .honorSwiper .swiper-button-next:after {
        display: none;
    }

    .honor-content .honorSwiper .swiper-button-prev:after {
        display: none;
    }

    .honor-content .honorSwiper .swiper-button {
        width: 25.208vw;
        position: absolute;
        left: 36%;
        bottom: 3vw;
    }

    .honor-content .honorSwiper .swiper-button * {
        width: 30px;
        height: 30px;
        background: #BCA16B;
        border-radius: 50%;
        font-size: 12px;
        color: #fff;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .match-content {
        padding-top: 40px;
    }

    .match-content .matchSwiper {
        margin-top: 20px;
        padding-bottom: 8vw;
    }

    .match-content .matchSwiper .match-list {
        display: flex;
        /*flex-direction: column;*/
        flex-wrap: wrap;
    }

    .match-content .matchSwiper .match-list .match-item {
        width: 324px;
        height: 243px;
        margin: 20px;
        position: relative;
    }

    .match-content .matchSwiper .match-list .match-item img {
        width: 100%;
    }

    .match-content .matchSwiper .match-list .match-item .title {
        width: 100%;
        height: 30px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding-left: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 30px;
        font-size: 12px;
    }

    .match-content .matchSwiper .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 24px;
        /*padding-right: 22%;*/
    }
    .match-content .matchSwiper .swiper-pagination-bullet{
        width: 18px;
        height: 3px;
        background: #000000;
        border-radius: 2px;
    }
    .match-content .matchSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #BCA16B;
        border: 1px solid #BCA16B;
    }
    .mu-list-group a.list-group-item .list-img-left{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .mu-list-group a.list-group-item .list-body .list-title{
        font-size: 14px;
        padding-top: 20px;
    }
    .content-title{
        margin-top: 20px;
        font-size: 18px;
    }
     h4{
        font-size: 16px !important;
         padding: 10px;
    }
    .contact-page{
        display: flex;
        flex-direction: column;
        padding: 10px 20px;
    }
    .BMap_mask{
        width: 100% !important;
    }
    .contact-page .w-50{
        width: 100% !important;
        margin-bottom: 20px;
    }
    .card{
        padding-bottom: 20px;
    }
    header .navbar{
        padding: 0 20px;
    }
    .mu-card .card-body .card-title {
        font-size: 16px;
        margin-bottom: 0.5rem;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        padding-bottom: 0.5rem;
    }
    .page-top nav{
        margin:20px 0;
    }
    .mu-breadcrumb{
        margin: 20px 0;
    }
    .page-content{
        padding: 20px;
    }
}
