@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

a:hover {
    text-decoration: none;
}

@media (min-width: 992px) {
    .mu-header .navbar-nav .nav-item .nav-link {
        color: #424242;
        height: 56px;
        line-height: 64px;
        padding: 0 1.25rem;
        transition: all 0.3s ease;
    }


    /*=======================================头部==========================================================*/
    .navbar-brand {
        display: flex;
        align-items: center;
    }

    .navbar-brand img {
        width: 79px;
        height: 47px;
        background: #FFFFFF;
        box-shadow: 0px 0px 3px 0px rgba(123, 123, 123, 0.55);
        border-radius: 13px;
    }

    .mu-header .navbar-phone {
        display: flex;
        align-items: center;
    }

    .mu-header .navbar-phone i {
        font-size: 32px;
        margin-right: 5px;
        color: #000;
    }

    .navbar-brand .logo-text {
        width: 6.40625vw;
        height: 1.927vw;
        margin-left: 20px;
    }

    .navbar-brand .logo-text p {
        font-weight: 400;
        font-size: 15px;
        color: #423623;
        line-height: 0.443vw;
    }

    /**======================================底部=========================================================*/
    .mu-footer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        font-size: 14px;
        color: #423623;
        background-color: #f6f7f9;
    }

    .mu-footer .footer-top {
        background: url("../images/foot_bg.jpg") no-repeat;
        background-size: contain;

    }

    .mu-footer .footer-top p {
        font-weight: bold;
        font-size: 14px;
        color: #1E2126;
        line-height: 24px;
    }

    .mu-footer .footer-top .share-list {
        position: relative;
    }

    .mu-footer .footer-top .share-list .share-icons i {
        font-size: 50px;
        margin-right: 50px;
        cursor: pointer;
    }

    .mu-footer .footer-top .share-list .share-img {
        position: absolute;
        bottom: -93px;
        left: 21px;
    }

    .mu-footer .footer-top .share-list .share-img img {
        display: none;
        width: 100px;
    }

    .mu-footer .footer-top .share-list .share-icons i.icon-douyinzhanghao {
        color: #423623;
    }

    .mu-footer .footer-top .share-list .share-icons i.icon-weixin {
        color: #423623;
    }

    .mu-footer .footer-top .list-unstyled {
        margin-left: 10px;
    }

    .mu-footer .footer-top .list-unstyled a {
        font-weight: bold;
        font-size: 16px;
        color: #423623;
        line-height: 26px;
    }

    .mu-footer .footer-top .mobile {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }

    .mu-footer .footer-top .mobile i {
        font-size: 40px;
        color: #BCA16B;
        margin-right: 20px;
    }

    .mu-footer .footer-top .mobile span {
        font-weight: bold;
        font-size: 20px;
        color: #BCA16B;
        line-height: 20px;
    }

    .mu-footer .footer-top .mobile .address {
        font-weight: normal;
        font-size: 16px;
        color: #606060;
        line-height: 24px;
    }

    .mu-footer .footer-bottom {
        background: #fff;
        height: 60px;
    }

    .mu-footer .footer-bottom span {
        font-weight: 400;
        font-size: 16px;
        color: #251E0E;
        line-height: 60px;
    }
}

@media (min-width: 1200px) {
    .image {
        overflow: hidden;
        cursor: pointer;
    }

    .image img {
        width: 100%;
        transition: 2.5s all ease-in-out;

    }

    .image img:hover {
        transform: scale(1.1);
    }

    .more:hover {
        color: #fff;
        text-decoration: none;
    }

    /* From Uiverse.io by cssbuttons-io */
    .more {
        position: relative;
        cursor: pointer;
        overflow: hidden;
        transition: color 0.5s;
        z-index: 1;
        font-weight: 500;
        display: block;
        width: 6.40625vw;
        height: 2.448vw;
        background: #BCA16B;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 2.448vw;
        text-align: center;
        box-sizing: border-box;
        padding: 0 5px
    }

    .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;
        font-size: 16px;
    }

    .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: 10%;
    }

    .mouse {
        position: absolute;
        bottom: 73px;
        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;
    }

    .about-content .about-left img {
        width: 31.40625vw;
    }

    .about-content .about-right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 5.052vw;
        margin-top: 87px;
    }

    .about-content .about-right .ab-r-img {
        width: 10.99vw;
        margin-bottom: 1.5625vw;
    }

    .about-content .about-right .ab-r-title {
        font-weight: bold;
        font-size: 20px;
        color: #303030;
        line-height: 31px;
        width: 24.615vw;
        padding: 71px 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 264px;
        padding-bottom: 5vw;
        height: 400px;
        background-size: 70%;
    }

    .about-content .about-right .ab-r-b p {
        font-weight: 400;
        font-size: 16px;
        color: #303030;
        line-height: 30px;
        margin-bottom: 4.635vw;
    }

    .about-statistic {
        width: 100%;
        height: 280px;
        background: linear-gradient(90deg, #000000 0%, #838383 66%, #000000 96%);
        color: #fff;
        display: flex;
        align-items: center;
    }

    .about-statistic .about-left {
        width: 10%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 50px;
        padding-top: 1.604vw;
    }

    .about-statistic .about-left .ab-r-img {
        width: 90px;
    }

    .about-statistic .about-left .source {
        width: 5.677vw;
        font-weight: bold;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 19px;
        text-align: center;
    }

    .about-statistic .abs-r {
        width: 85%;
        color: #fff;
        display: flex;
        justify-content: space-around;
        margin-left: 2.604vw;
        margin-top: 3.042vw;
    }

    .about-statistic .abs-r .abs-r-i {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .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: 56px;
        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;
    }

    .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: 32vw;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-top: 4.6875vw;
    }

    .black8Swiper .seris-list .seris-item .se-info {
        width: 25.885vw;
        margin-left: 58vw;

    }

    .black8Swiper .seris-list .seris-item .se-info h5 {
        /*font-weight: bold;*/
        font-size: 18px;
        color: #FFFFFF;
    }

    .black8Swiper .seris-list .seris-item .se-info h1 {
        /*font-weight: bold;*/
        font-size: 23px;
        color: #FFFFFF;
    }

    .black8Swiper .seris-list .seris-item .se-info .content {
        /*font-weight: bold;*/
        margin-top: 1.083vw;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 35px;
        margin-bottom: 4.083vw;
    }

    .black8Swiper .swiper-button {
        width: 9.208vw;
        height: 2.083vw;
        position: absolute;
        right: 14vw;
        bottom: 7vw;
    }

    .black8Swiper .swiper-button div {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 2px solid #BCA16B;
        margin-right: 0.521vw;
        color: #BCA16B;
    }

    .black8Swiper .swiper-button .swiper-button-next::after, .black8Swiper .swiper-button .swiper-button-prev::after {
        display: none;
    }

    .bbSwiper {
        overflow: hidden;
        height: 400px;
        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: 306px;
        overflow: hidden;
    }

    .bbSwiper .seris-item .bb-info {
        display: flex;
        height: 40px;
        width: 100%;
    }

    .bbSwiper .seris-item .bb-info h5 {
        width: 70%;
        background: #494949;
        font-size: 16px;
        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: 600px;
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 3.042vw;
    }

    .record-box .item.item1 .ball {
        position: absolute;
        left: -78px;
        top: -66px;
    }

    .record-box .item.item2 .ball {
        position: absolute;
        left: 168px;
        top: -48px;
    }

    .record-box .item.item3 .ball {
        position: absolute;
        left: 170px;
        top: 131px;
    }

    .record-box .item.item4 .ball {
        position: absolute;
        left: -105px;
        top: 113px;
    }

    .record-box .item.item1 .title {
        position: absolute;
        left: -202px;
        top: -181px;
    }

    .record-box .item.item2 .title {
        position: absolute;
        left: 216px;
        top: -164px;
    }

    .record-box .item.item3 .title {
        position: absolute;
        left: 215px;
        top: 65px;
    }

    .record-box .item.item4 .title {
        position: absolute;
        left: -210px;
        top: 65px;
    }

    .record {
        position: relative;
        width: 320px;
        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;
    }

    /*.record-box * {*/
    /*    color: #fff;*/
    /*}*/
    .record-box .center {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .record-box .center p {
        font-size: 30px;
        color: #FFFFFF;
        margin-bottom: 10px;
    }

    .record-box .center .bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .record-box .item {
        position: absolute;
        width: 80px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;

    }

    .record-box .item .title {
        font-size: 14px;
        width: 90px;
        color: #9e9e9e;
    }

    .record-box .item .ball {
        width: 5px;
        height: 5px;
        background: #fff;
        border-radius: 5px;
    }

    .record-box .item .icon {
        font-size: 90px;
    }

    .record-box .item .title {
        font-size: 18px;
    }

    .record-box .item :hover .icon {
        animation: bounceIn 3s infinite;
    }

    @keyframes spin {
        to {
            transform: rotate(1turn);
        }
    }
    .advantage-box .advantage-left .item.show {
        display: flex;
        animation: slideUp 1s ease-in-out;
        transition: 1s all ease-in-out;
    }

    @keyframes slideUp {
        0% {
            -webkit-transform: translateY(10px);
            opacity: 0.5;
        }
        100% {
            -webkit-transform: translateY(0%);
            opacity: 1;
        }
    }
    .hide {
        display: none;
    }

    .advantage-box {
        background-image: url(../images/advantage_bg.jpg);
        background-attachment: fixed;
        /* background-size: cover; */
        width: 100%;
        padding: 30px;
        margin-top: 20px;
        height: 690px;
    }

    .advantage-box .container {
        display: flex;
        margin-top: 100px;
        position: relative;
    }

    .advantage-box .advantage-left {
        width: 18vw;
        margin-top: -44px;
    }

    .advantage-box .advantage-left .item {
        width: 18vw;
        flex-direction: column;
        align-items: flex-start;
        display: none;
        position: absolute;
        transition: 1s all ease-in-out;
    }

    .advantage-box .advantage-left .item:nth-child(1) {
        left: 0;
        top: 0;
    }

    .advantage-box .advantage-left .item:nth-child(2) {
        right: 0;
        top: 0;
    }

    .advantage-box .advantage-left .item:nth-child(3) {
        right: 0;
        bottom: 0;
    }

    .advantage-box .advantage-left .item:nth-child(4) {

        left: 0;
        bottom: 0;
    }

    .advantage-box .advantage-left * {
        color: #fff;

    }

    .partner-content {
        display: flex;
        /*height: 28.125vw;*/
        padding-top: 3.75vw;
        margin-bottom: 1vw;
    }

    .partner-content .parenter-left {
        width: 24.635vw;
        margin-left: 2.8125vw;
        margin-right: 3.125vw;
    }

    .partner-content .parenter-left h1 {
        font-size: 36px;
        color: #303030;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .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: 16px;
        color: #303030;
        margin-bottom: 40px;
        line-height: 30px;
    }

    .partner-content .partnerSwiper {
        width: 80%;
        overflow: hidden;
        padding-left: 30px;
        position: relative;
        /*margin-bottom: 5vw;*/
        padding-bottom: 5vw;
    }

    .partner-content .partnerSwiper .seris-item {
        width: 34.396vw;
        height: 21.198vw;
    }

    .partner-content .partnerSwiper .seris-item .image {
        width: 100%;
    }

    .partner-content .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.8);
    }

    .partner-content .swiper-slide-active, .swiper-slide-duplicate-active {
        transform: scale(1);
        position: relative;
    }

    .partner-content .swiper-slide .info {
        display: none;
    }

    .partner-content .swiper-slide.swiper-slide-active .info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 302px;
        /*height: 97px;*/
        background: #383838;
        position: absolute;
        bottom: -21px;
        left: -30px;
        padding: 20px;
        transition: 0.5s all ease-in-out;
    }

    .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,
    .partner-content .partnerSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .partner-content .partnerSwiper .swiper-pagination-custom,
    .partner-content .partnerSwiper .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;
    }

    .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: 8vw;
    }

    .player-content .playerSwiper .player-list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }

    .player-content .playerSwiper .player-item {
        display: block;
        width: 370px;
        height: 373px;
        position: relative;
    }

    .player-content .playerSwiper .player-item .info {
        position: absolute;
        left: 0;
        bottom: -69px;
    }

    .player-content .playerSwiper .player-item .info .title.more {
        height: 32px;
        display: inline;
        padding: 9px 10px;
        background: #BCA16B;
        margin-bottom: -4px;
        line-height: 31px;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
    }

    .player-content .playerSwiper .player-item .info .title.more:before {
        width: 0;
    }

    .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: 80%;
        font-weight: 400;
        font-size: 16px;
        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;
    }

    .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;
        width: 100%;
        justify-content: space-between;
    }
    .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;
    }
    .match-news .news-box{
        display: none;
    }
    .match-news .news-box.show{
        margin-top: 20px;
        display: flex;
        animation: slideUp 1s ease-in-out;
    }
    .match-news .news-left .news-list .news-item {
        width: 421px;
        margin-right: 50px;
        border-radius: 5px;
        padding-bottom: 30px;
    }

    .match-news .news-left .news-list .news-item .image {
        width: 100%;
        height: 210px;
    }

    .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: 18px;
        color: #303030;
    }

    .match-news .news-right {
        width: 50vw;
        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: 18px;
        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: center;
    }

    .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-end;
    }

    .contact-box .container .contact-right a {
        /* width: 119px; */
        /* height: 18px; */
        background: #BCA16B;
        border-radius: 17px;
        font-size: 12px;
        color: #FFFFFF;
        padding: 5px 10px;
        text-decoration: none;
    }

    /*==============================================产品列表页=========================================*/
    .page-top {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        flex-direction: row;
        align-items: flex-end;
        border-bottom: 1px solid #000;
    }

    .card.mu-card:hover p {
        color: #BCA16B;
    }

    .card.mu-card p {
        padding: 10px 20px;
        margin: 0;
        text-align: left;
        font-size: 14px;
    }

    .card.mu-card h5 {
        padding: 0px 20px 10px 20px;
        font-size: 14px;
    }

    /*============================================公司简介页==============================================*/
    .page-banner-content h1 {
        font-size: 60px;
    }

    .page-banner-content p {
        font-size: 40px !important;
    }

    .article-content.page-banner {
        background-position: center -8.375vw;
    }

    .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: 30px;
        /*color: #030303;*/
    }

    .profile-title p {
        font-weight: 400;
        font-size: 18px;
        /*color: #030303;*/
    }

    .company-leader .company-box {
        display: flex;
        margin-top: 50px;
        height: 584px;
        justify-content: space-between;
    }

    .company-leader .company-box .company-l {
        width: 48%;
        padding-top: 40px;
    }

    .company-leader .company-box .company-l .content {
        font-weight: 400;
        font-size: 16px;
        color: #1B1B1B;
        line-height: 35px;
        margin-top: 40px;
    }

    .company-leader .company-box .company-r {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        position: relative;
        padding-top: 50px;
    }

    .company-leader .company-box .company-r::after {
        position: absolute;
        content: '';
        width: 40%;
        height: 100%;
        background: #BCA16B;
        right: 0;
        top: 0;
        z-index: -1;
    }

    .company-leader .company-box .company-r .title {
        display: flex;
        align-items: center;
        margin-right: 4.375vw;
    }

    .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;
    }

    .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;
    }

    .company-leader .company-box .company-r .image {
        width: 665px;
        height: 420px;
    }

    .company-leader .leader-box {
        display: flex;
    }

    .company-leader .leader-box .leader-l .image {
        width: 46.427vw;
        height: 47.417vw;
    }

    .company-leader .leader-box .leader-r {
        padding-top: 4.167vw;
        background-color: #F1F1F3;
        padding-left: 2.604vw;
        background-image: url("../images/leader_bg.png");
        background-repeat: no-repeat;
        background-position: top center;
    }

    .company-leader .leader-box .leader-r h1 {
        font-size: 48px;
        color: #222222;
        margin-bottom: 20px;
    }

    .company-leader .leader-box .leader-r h3 {
        font-size: 24px;
        color: #222222;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .company-leader .leader-box .leader-r .content {
        padding-right: 5vw;
        font-weight: 400;
        font-size: 16px;
        color: #222222;
        line-height: 35px;
        padding-left: 40px;
        position: relative;
        margin-top: 30px;
    }

    .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;
        font-size: 16px;
        /*background-size: cover;*/
        /*height: 38.854vw;*/
        color: #fff;
        padding-top: 58px;
    }

    .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;
    }

    .culture-content .content-list .content-item {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        height: 20.74vw;
    }

    .culture-content .content-list .content-item.show {
        display: flex;
        animation: slideUp 1s ease-in-out;
    }

    .culture-content .content-list .content-item h1 {
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .culture-content .content-list .content-item h3 {
        font-weight: bold;
        font-size: 18px;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .culture-content .title-list {
        display: flex;
        justify-content: space-between;
        padding-bottom: 50px;
    }

    .culture-content .title-list .title-item {
        width: 248px;
        /*height: 162px;*/
        background: rgba(255, 255, 255, 0.4);
        padding: 20px;
        cursor: pointer;
        transition: 1s all ease-in-out;
    }

    .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: 24px;
        color: #FFFFFF;
        margin-bottom: 30px;
    }

    .culture-content .title-list .title-item h3 {
        font-family: PingFang;
        font-weight: 300;
        font-size: 1.8vw;
        color: #FFFFFF;
    }

    .develop-process {
        padding-top: 3.125vw;
        background: url("../images/history_bg.jpg") no-repeat fixed;
        background-size: cover;
        height: 42.8125vw;
        position: relative;
    }

    .develop-process .line {
        position: absolute;
        height: 1px;
        width: 100%;
        background: #000;
        left: 0;
        top: 20.5vw;
    }

    .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;
        animation: slideUp 1s ease-in-out;
    }

    .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: 141px;
        top: 11vw;
        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.active {
        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.active::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.active::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;
        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;
    }

    .develop-process .features-item .features-info .features-info-s {
        font-weight: 400;
        font-size: 14px;
        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;
        animation: slideDown 1s ease-in-out;
    }

    @keyframes slideDown {
        0% {
            -webkit-transform: translateY(-20px);
        }

        100% {
            -webkit-transform: translateY(0%);
        }
    }
    /*左右按钮*/
    .develop-process .product-features .swiper-button-prev {
        width: 32px;
        height: 32px;
        background: #BCA16B;
        border-radius: 50%;
        left: 4px;
        top: 159px;
    }

    .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: 159px;
    }

    .develop-process .product-features .swiper-button-next:after {
        display: none;
    }

    .honor-content {
        padding-top: 3.125vw;
        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: 227px;
        text-align: center;
        display: block;
    }

    .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: 18px;
        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: 6.208vw;
        position: absolute;
        left: 46%;
        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: 3.542vw;
    }

    .match-content .matchSwiper {
        margin-top: 30px;
        padding-bottom: 2vw;
    }

    .match-content .matchSwiper .match-list {
        display: flex;
        flex-wrap: wrap;
    }

    .match-content .matchSwiper .match-list .match-item {
        width: 400px;
        height: 324px;
        margin: 10px 20px;
        position: relative;
    }

    .match-content .matchSwiper .match-list .match-item .image {
        width: 100%;
    }

    .match-content .matchSwiper .match-list .match-item .title {
        width: 400px;
        /*height: 30px;*/
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding-left: 20px;
        position: absolute;
        bottom: 24px;
        left: 0;
        line-height: 30px;
        font-size: 16px;
    }

    .match-content .matchSwiper .swiper-horizontal > .swiper-pagination-bullets,
    .match-content .matchSwiper .swiper-horizontal .swiper-pagination-bullets.swiper-pagination-horizontal,
    .match-content .matchSwiper .swiper-horizontal .swiper-pagination-custom,
    .match-content .matchSwiper .swiper-horizontal .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;
    }

    .card .card-img-top {
        height: 25vw;
    }

    .card .card-img-top.article-card {
        height: auto;
    }

    .page-banner .page-banner-content {
        background: url("../images/circle.png") no-repeat right center;
        background-size: contain;
    }
}

@media (min-width: 1440px) and (max-width: 1920px) {
    .develop-process .line {
        top: 16.5vw;
    }

    .card .card-img-top {
        height: 17vw;
    }

    .develop-process .features-item i {
        top: 8.8vw;
    }

    .develop-process .product-features .swiper-button-next {
        top: 177px;
    }

    .develop-process .product-features .swiper-button-prev {
        top: 177px;
    }

    .partner-content .parenter-left {
        margin-left: 246px;
    }

    .develop-process {
        height: 32.8125vw;

    }
}

