﻿body {
    /* background: url(../images/bg01.png) repeat center; */
}

.logo {
    padding: 0 5%;
    background: url(../images/bg01.png) repeat-x center top;
    background-size: contain;
    position: fixed;
    z-index: 99999;
    width: 90%;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, .1);
}

.logo_l {
    width: 250px;
}

    .logo_l img {
        width: 100%;
    }

.nav li {
    font-size: 20px;
    font-weight: bold;
    padding: 45px 25px;
    margin: 0 10px;
}

    .nav li.current,
    .nav li:hover {
        background: url(../images/xk.svg) no-repeat center;
        background-size: contain;
    }

        .nav li.current a,
        .nav li:hover a {
            color: #902927;
        }

.logo .tao {
    width: 150px;
    text-align: center;
}

    .logo .tao p {
        color: #fff;
        background: #902927;
        font-size: 14px;
        border-radius: 50px 0 50px 0;
        margin-top: 10px;
    }

    .logo .tao img {
        width: 40%;
        margin: 0 auto;
    }

.menu {
    display: none;
    padding: 4%;
    position: relative;
}

    .menu .s_logo {
        width: 40%;
    }

        .menu .s_logo img {
            width: 100%;
        }

    .menu .s_nav {
        position: absolute;
        right: 4%;
        top: 34%;
    }

        .menu .s_nav span {
            position: relative;
            display: block;
            width: 18px;
            height: 2px;
            margin: 4px auto;
            background: #902927;
            border-radius: 10px;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

    .menu .on span:nth-of-type(1) {
        -webkit-transform: translateY(6px) rotate(-45deg);
        -ms-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
    }

    .menu .on span:nth-of-type(2) {
        opacity: 0;
    }

    .menu .on span:nth-of-type(3) {
        -webkit-transform: translateY(-6px) rotate(45deg);
        -ms-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
    }

.menu_list {
    display: none;
    position: fixed;
    width: 100%;
    top: 72px;
    left: 0;
    z-index: 9999;
    height: calc(100vh - 72px);
    background: rgba(144, 41, 39, .98);
    /* border-top: 5px solid #902927; */
    z-index: 999;
}

    .menu_list ul {
        padding: 8%;
        z-index: 9999;
        position: relative;
    }

        .menu_list ul li a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #fff;
            font-size: 16px;
            text-align: left;
            line-height: 55px;
            padding: 0 5px;
            border-bottom: 1px solid rgba(255, 255, 255, .12);
        }

            .menu_list ul li a .icon-jiantou {
                color: rgba(255, 255, 255, .6);
                font-size: 14px;
            }

            .menu_list ul li a:hover {
                color: #902927;
            }

.banner {
    --swiper-navigation-color: rgba(255, 255, 255, .1);
    /* 设置左右箭头颜色 */
    --swiper-navigation-size: 40px;
    /* 设置左右箭头大小 */
    --swiper-theme-color: #fff;
}

    .banner .swiper-pagination {
        bottom: 30px;
    }

    .banner img {
        display: block;
        width: 100%;
    }


    .banner .pc_img {
        display: block;
    }

    .banner .mob_img {
        display: none;
    }


.about {
    padding: 5%;
    background: url(../images/bg12.png) no-repeat center top fixed;
    background-size: cover;
    border-radius: 0 0 50px 50px;
    margin-top: -30px;
}

.about_l {
    font-size: 16px;
    line-height: 35px;
    width: 47%;
}

    .about_l h1 {
        font-size: 42px;
        color: #902927;
        margin-bottom: 30px;
    }

    .about_l p {
        text-indent: 2em;
    }

.more a {
    width: 160px;
    height: 50px;
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    transition: 0.35s;
    border: 1px solid #902927;
    color: #902927;
    transition: all .5s;
}

.about_l .more a {
    margin-top: 40px;
}

.more a .icon-jian {
    margin-left: 10px;
    font-size: 20px;
}

.more a:hover {
    background: #902927 url(../images/logo3.png) no-repeat center;
    background-size: contain;
    color: #fff;
    transition: all .5s;
}

.about_r {
    width: 48%;
}

    .about_r video {
        border-radius: 20px;
    }

.pro {
    padding: 3% 5% 5% 5%;
}

.bt {
    margin-bottom: 2%;
}

    .bt h3 {
        color: #902927;
        font-size: 42px;
    }

        .bt h3 span {
            font-size: 30px;
            font-weight: normal;
            color: transparent;
            text-transform: uppercase;
            -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
            margin-left: 5px;
        }

.pro {
    overflow: hidden;
}

    .pro .banner4 {
        --swiper-navigation-color: #902927;
        /* 设置左右箭头颜色 */
        --swiper-navigation-size: 20px;
        /* 设置左右箭头大小 */
        --swiper-theme-color: #902927;
    }

        .pro .banner4 .swiper-button-prev,
        .pro .banner4 .swiper-button-next {
            padding: 8px;
            width: 20px;
            height: 20px;
            transition: all .5s;
            border: 1px solid #902927;
            opacity: 0;
        }

        .pro .banner4:hover .swiper-button-prev,
        .pro .banner4:hover .swiper-button-next {
            transition: all .5s;
            opacity: 1;
            background: #902927;
            color: #fff;
        }

        .pro .banner4 .swiper-slide {
            position: relative;
            background: #902927;
            border-radius: 20px;
        }

            .pro .banner4 .swiper-slide a {
                display: block;
            }

            .pro .banner4 .swiper-slide .pro_img {
                overflow: hidden;
                border-radius: 20px;
            }

            .pro .banner4 .swiper-slide img {
                width: 100%;
                transition: all .5s;
            }


            .pro .banner4 .swiper-slide:hover img {
                transform: scale(1.1);
            }

            .pro .banner4 .swiper-slide h4 {
                width: 100%;
                background: linear-gradient(to bottom, rgba(144, 41, 39, 0), rgba(144, 41, 39, .5));
                border-radius: 0 0 20px 20px;
                text-align: center;
                font-size: 18px;
                padding: 15px 0;
                transition: all .5s;
                font-weight: normal;
                color: #fff;
                position: absolute;
                left: 0;
                bottom: 0;
            }

.rong {
    background: url(../images/hornor_bg.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .rong .bt {
        padding: 4% 5% 3% 5%;
        z-index: 99;
        position: relative;
    }

        .rong .bt h3 {
            color: #fff;
        }

            .rong .bt h3 span {
                -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
            }

        .rong .bt .more a {
            border: 1px solid rgba(255, 255, 255, 0.15);
            color: #fff;
        }

    .rong .banner5 {
        --swiper-navigation-color: #902927;
        /* 设置左右箭头颜色 */
        --swiper-navigation-size: 20px;
        /* 设置左右箭头大小 */
        --swiper-theme-color: #fff;
        margin: 0 5% 2% 5%;
        padding-bottom: 4%;
    }

        .rong .banner5 .swiper-button-prev,
        .rong .banner5 .swiper-button-next {
            padding: 8px;
            background: rgba(255, 255, 255, .2);
            box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
            width: 20px;
            height: 20px;
            border-radius: 50px;
            transition: all .5s;
            opacity: 0;
        }

        .rong .banner5:hover .swiper-button-prev,
        .rong .banner5:hover .swiper-button-next {
            background: rgba(255, 255, 255, 1);
            transition: all .5s;
            opacity: 1;
        }

        .rong .banner5 .swiper-slide {
            position: relative;
            background: #902927;
        }

            .rong .banner5 .swiper-slide a {
                display: block;
            }

            .rong .banner5 .swiper-slide .pro_img {
                overflow: hidden;
            }

            .rong .banner5 .swiper-slide img {
                width: 100%;
                transition: all .5s;
            }


            .rong .banner5 .swiper-slide:hover img {
                transform: scale(1.1);
            }

.news {
    padding: 3% 5% 5% 5%;
    align-items: flex-start;
    background: url(../images/news_bg.png) no-repeat right bottom;
    background-size: 50%;
}

.news_l {
    width: 62%;
    margin: 0;
    position: relative;
    background: #902927 url(../images/logo3.png) no-repeat right bottom;
    background-size: 25%;
}


    .news_l .news_img {
        width: 70%;
        overflow: hidden;
        border-right: 3px solid rgb(249, 215, 136);
        box-sizing: border-box;
        border-radius: 0px 50px 50px 0;
    }

        .news_l .news_img img {
            width: 100%;
            transition: all .5s;
        }

        .news_l .news_img:hover img {
            transform: scale(1.1);
            transition: all .5s;
        }

    .news_l .news_txt {
        width: 24%;
        padding: 3% 3% 0 3%;
        flex: 1;
        position: absolute;
        right: 0;
        top: 0;
        background: #902927;
    }

        .news_l .news_txt h1 {
            font-size: 20px;
            color: rgba(255, 255, 255, 1);
        }

        .news_l .news_txt p {
            font-size: 16px;
            line-height: 35px;
            margin: 20px 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            color: rgba(255, 255, 255, .8);
        }

        .news_l .news_txt a .icon-jian {
            font-size: 20px;
            line-height: 50px;
            color: rgba(255, 255, 255, .5);
        }

    .news_l .swiper-pagination {
        bottom: 5% !important;
        right: 5% !important;
        left: auto !important;
    }

    .news_l .swiper-pagination-bullet {
        background: #fff;
        /* 非激活态颜色 */
    }

    .news_l .swiper-pagination-bullet-active {
        background: #fff;
        /* 激活态颜色 */
        padding: 1px;
        /* 激活态宽度 */
    }

.news_r {
    width: 35%;
}

    .news_r li:nth-child(2n) {
        margin: 15px 0;
        padding: 15px 0;
        border-top: 1px dotted #eee;
        border-bottom: 1px dotted #eee;
    }

    .news_r li a {
        font-size: 20px;
        background: url(../images/dian.png) no-repeat left center;
        background-size: 15px;
        padding-left: 20px;
        display: block;
        width: 90%;
        /* 设置宽度 */
        white-space: nowrap;
        /* 不换行 */
        overflow: hidden;
        /* 隐藏溢出 */
        text-overflow: ellipsis;
        /* 溢出显示省略号 */
    }

    .news_r li p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 15px;
        line-height: 30px;
        color: #666;
    }

    .news_r li span {
        font-size: 14px;
        color: #999;
    }

        .news_r li span .icon-time {
            margin-right: 5px;
        }

.footer {
    background: url(../images/footer_bg.png) no-repeat center top;
    background-size: cover;
    padding: 4% 5% 2.5% 5%;
    margin-top: -30px;
    text-align: center;
    color: #fff;
}

    .footer .ser {
        background: rgba(255, 255, 255, 1);
        border-radius: 5px;
        height: 60px;
        line-height: 60px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
        transition: all .5s;
        margin: 0 32%;
        margin-bottom: 20px;
    }

        .footer .ser input {
            width: 90%;
            line-height: 60px;
            outline: none;
            border: none;
            margin: 0;
            padding: 0;
            background: url(../images/logo3.png) no-repeat 20px center;
            background-size: 20%;
            padding-left: 20px;
        }

        .footer .ser button {
            background: #902927;
            height: 60px;
            line-height: 60px;
            border-radius: 0 5px 5px 0;
            padding: 0 25px;
        }

            .footer .ser button .iconfont {
                font-size: 24px;
                color: #fff;
            }

        .footer .ser:hover {
            background: rgba(255, 255, 255, 1);
            transition: all .5s;
        }

    .footer dl dt {
        font-size: 32px;
        letter-spacing: 3px;
    }

        .footer dl dt .icon-dianhua {
            font-size: 32px;
            margin-right: 10px;
            color: rgba(255, 255, 255, .5);
        }

    .footer dl dd {
        font-size: 16px;
    }

    .footer .guan {
        margin: 2% 10%;
        font-size: 16px;
        font-weight: normal;
        line-height: 50px;
        border: 1px solid rgba(218, 185, 107, .2);
        position: relative;
        box-sizing: border-box;
    }

        .footer .guan::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: -6px;
            left: -6px;
            right: 0;
            bottom: 0;
            padding: 5px;
            border: 1px solid rgba(218, 185, 107, .2);
        }

        .footer .guan .icon-sx {
            margin: 0 10px;
            font-size: 13px;
            color: rgba(255, 255, 255, .5);
        }

        .footer .guan .fwcr {
            position: absolute;
            width: 7px;
            height: 7px;
            border: 1px solid rgba(218, 185, 107, .2);
            background: #32231b;
        }

            .footer .guan .fwcr:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                border: 1px solid rgba(218, 185, 107, .2);
                padding: 3px;
            }

        .footer .guan .fc1 {
            top: -10px;
            left: -10px;
        }

        .footer .guan .fc2 {
            top: -10px;
            right: -10px;
        }

        .footer .guan .fc3 {
            bottom: -10px;
            left: -10px;
        }

        .footer .guan .fc4 {
            bottom: -10px;
            right: -10px;
        }

        .footer .guan .fc1:before {
            top: -4px;
            left: -4px;
        }

        .footer .guan .fc2:before {
            top: -4px;
            right: -4px;
        }

        .footer .guan .fc3:before {
            bottom: -4px;
            left: -4px;
        }

        .footer .guan .fc4:before {
            bottom: -4px;
            right: -4px;
        }

        .footer .guan h2 {
            position: relative;
            z-index: 99999;
        }

            .footer .guan h2 a {
                font-size: 16px;
                color: rgba(255, 255, 255, .7);
                margin: 0 10px;
            }

                .footer .guan h2 a:hover {
                    color: #fff;
                }

    .footer h3 {
        font-size: 14px;
        line-height: 35px;
        color: rgba(255, 255, 255, .5)
    }

        .footer h3 span {
            display: block;
        }

            .footer h3 span a {
                color: #902927;
            }

.n_banner {
    position: relative;
    padding-top: 80px;
    margin-bottom: -35px;
}

    .n_banner img {
        display: block;
        width: 100%;
        animation: zoom 2s ease-in-out 1 alternate;
    }

    .n_banner .pc_img {
        display: block;
    }

    .n_banner .mob_img {
        display: none;
    }

@keyframes zoom {
    from {
        transform: scale(1.1);
        opacity: 0.8;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.n_banner h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 42px;
    padding-bottom: 3%;
    text-align: center;
}

    .n_banner h1 p {
        font-size: 14px;
        margin-top: 1%;
    }

    .n_banner h1 a {
        color: #fff;
    }

    .n_banner h1 .icon-shouye {
        font-size: 12px;
        margin-right: 10px;
    }

    .n_banner h1 .icon-jiantou {
        font-size: 12px;
        margin: 0 5px;
        color: rgba(255, 255, 255, .5);
    }

.main {
    padding: 5%;
}

.about_main {
    background: url(../images/bg12.png) no-repeat center top fixed;
    background-size: cover;
}

.contact_main {
    background: url(../images/about09.png) no-repeat left bottom fixed;
    background-size: 40%;
}

.about_jj {
    font-size: 18px;
    line-height: 40px;
}


    .about_jj dt p {
        text-indent: 2em;
    }

    .about_jj dd {
        border-radius: 20px;
        margin-top: 2%;
        text-align: center;
    }

        .about_jj dd video {
            width: 60%;
            border-radius: 20px;
        }

.about_sj {
    font-size: 20px;
    margin: 0 auto;
    margin-top: 5%;
}

    .about_sj li {
        border-left: 1px solid #902927;
        padding-left: 5%;
    }

        .about_sj li span {
            font-size: 54px;
            color: #902927;
            font-family: 'Gilroy';
            display: inline-block;
          
        }

        .about_sj li:first-child span {
            width: 95px;
        }

        .about_sj li:nth-child(2) span {
            width: 60px;
        }
       .about_sj li:nth-child(3) span {
            width: 130px;
        }
        .about_sj li:nth-child(4) span {
            width: 115px;
        }
        .about_sj li:last-child span {
            width: 115px;
        }

        .about_sj li span em {
            font-size: 18px;
        }

.pro_cate {
    font-size: 18px;
    background: #fafafa;
    line-height: 60px;
    height: 60px;
    margin-bottom: 40px;
    justify-content: space-around;
    border-radius: 20px 0 20px 0;
}

    .pro_cate li {
        width: 10%;
        text-align: center;
    }

        .pro_cate li a {
            display: block;
        }

        .pro_cate li.current,
        .pro_cate li:hover {
            background: #902927 url(../images/logo3.png) no-repeat center;
            background-size: contain;
            border-radius: 20px 0 20px 0;
            transition: all 1s;
        }

            .pro_cate li.current a,
            .pro_cate li:hover a {
                color: #fff;
            }

.pro_list {
   
display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
   

}

    .pro_list li {
            flex: 0 0 calc(25% - 17px);
        border-radius: 20px;
        border: 1px solid #eee;
      
    }
/****

    .pro_list::after {
        display: block;
        content: "";
        width: 21.5%;
        padding: 1% 1% 0 1%;
        height: 0px;
    }
****/
    .pro_list li img {
        width: 100%;
        border-radius: 20px 20px 0 0;
    }

    .pro_list li p {
        text-align: center;
        line-height: 60px;
        font-size: 16px;
    }

    .pro_list li:hover {
        background: #902927 url(../images/sy.png) no-repeat right bottom;
        background-size: 50%;
        transition: all .5s;
    }

        .pro_list li:hover a {
            color: #fff;
        }

.hornor_list {
    flex-wrap: wrap;
}

    .hornor_list li {
        width: 21.5%;
        margin: 1% 0;
        background: #fafafa;
        padding: 1% 1% 0 1%;
    }

    .hornor_list::after {
        display: block;
        content: "";
        width: 21.5%;
        padding: 1% 1% 0 1%;
        height: 0px;
    }

    .hornor_list li img {
        width: 100%;
    }

    .hornor_list li p {
        text-align: center;
        line-height: 60px;
        font-size: 16px;
    }

.news_list li a {
    display: flex;
    align-items: flex-start;
    padding: 3%;
    border-bottom: 1px solid #eee;
}

    .news_list li a:hover {
        border-bottom: 2px solid #902927;
        transition: all .5s;
    }

    .news_list li a span {
        text-align: center;
        font-size: 30px;
        font-family: 'Gilroy';
        background: #fafafa;
        padding: 20px;
        color: #999;
        border-radius: 10px;
    }

        .news_list li a span em {
            display: block;
            font-size: 20px;
            border-top: 1px solid #eee;
            color: #333;
        }

    .news_list li a h1 {
        margin: 0 4%;
    }

        .news_list li a h1 .p1 {
            font-size: 24px;
            margin-bottom: 10px;
        }

        .news_list li a h1 .p2 {
            font-size: 15px;
            line-height: 30px;
            color: #666;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 20px;
        }

        .news_list li a h1 .icon-jian {
            font-size: 16px;
            color: #902927;
        }

    .news_list li a .news_list_img {
        width: 50%;
        border-radius: 10px;
        background: url(../images/logo3.png) no-repeat right bottom;
        background-size: 50%;
        padding-bottom: 3%;
    }

        .news_list li a .news_list_img img {
            width: 100%;
            border-radius: 10px;
        }

.contact ul {
    width: 45%;
}

    .contact ul li {
        border-left: 3px solid #902927;
        margin-bottom: 10%;
        padding-left: 5%;
        color: #902927;
        font-size: 18px;
    }

        .contact ul li:last-child {
            margin-bottom: 0;
        }

        .contact ul li .iconfont {
            color: #902927;
            font-size: 20px;
            margin-right: 5px;
        }

        .contact ul li p {
            font-size: 26px;
         
       
            color: #333;
        }

.contact .map {
    flex: 1;
    border-radius: 20px;
    position: relative;
}

    .contact .map img {
        width: 100%;
        border-radius: 20px;
        height: auto;
    }


.map .icon {
    position: absolute;
    left: 45%;
    top: 20%;
    isolation: isolate;
}

    .map .icon .cir {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

        .map .icon .cir::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            background-color: #902927;
            border-radius: 50%;
        }

    .map .icon .cir1 {
        width: 148px;
        height: 148px;
    }

        .map .icon .cir1::before {
            animation: ripple3 1.3s linear 0.5s infinite;
        }

    .map .icon .cir2 {
        width: 94px;
        height: 94px;
    }

        .map .icon .cir2::before {
            animation: ripple3 1s linear infinite;
        }

@keyframes ripple3 {
    0% {
        width: 0;
        height: 0;
        opacity: 0.5;
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

.map .icon i {
    font-size: 28px;
    color: #902927;
}

.map .toGo {
    position: absolute;
    left: 37%;
    top: 42%;
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 28px;
    background-color: #902927;
    font-size: 14px;
}

.message {
    background: url(../images/bg11.png) no-repeat center fixed;
    background-size: cover;
    padding: 5%;
}

    .message h1 {
        text-align: center;
        margin-bottom: 6%;
    }

        .message h1 .p1 {
            color: #902927;
            font-size: 42px;
        }

        .message h1 .p2 {
            font-size: 30px;
            font-weight: normal;
            color: transparent;
            text-transform: uppercase;
            -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
            margin-left: 5px;
        }

        .message h1 .p3 {
            color: #666;
            font-size: 16px;
        }

            .message h1 .p3 span {
                color: #902927;
                font-family: 'Gilroy';
            }

    .message ul {
        flex-wrap: wrap;
    }

        .message ul li {
            width: 30%;
            margin-bottom: 2%;
        }

            .message ul li:last-child {
                width: 100%;
            }

            .message ul li p {
                font-size: 16px;
            }

            .message ul li input[type=text], .message ul li textarea {
                display: block;
                width: 100%;
                line-height: 60px;
                border: none;
                background: none;
                border-bottom: 1px solid #eee;
                color: #999999;
                font-size: 16px;
                background: none;
            }

            .message ul li:hover input[type=text], .message ul li:hover textarea {
                border-bottom: 1px solid #902927;
                transition: all .5s;
            }

            .message ul li textarea {
                line-height: 30px;
            }

.tj input {
    width: 160px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    background: #902927 url(../images/logo3.png) no-repeat center;
    background-size: contain;
    color: #fff;
    display: block;
}

    .tj input .icon-jian {
        margin-left: 10px;
        font-size: 20px;
    }

.news_detail {
    background: url(../images/bg11.png) no-repeat center bottom fixed;
    background-size: cover;
    padding: 11% 10% 5% 10%;
    align-items: flex-start;
}

.news_detail_l {
    width: 20%;
}


    .news_detail_l h1 {
        font-size: 14px;
        margin-bottom: 50px;
    }

        .news_detail_l h1 .icon-fanhui {
            margin-right: 5px;
        }

    .news_detail_l dl dt {
        font-size: 20px;
        color: #902927;
        border-bottom: 1px solid #902927;
        padding-bottom: 10px;
        position: relative;
        padding-left: 10px;
        font-weight: bold;
        margin-bottom: 40px;
    }

        .news_detail_l dl dt::before {
            position: absolute;
            content: "";
            left: 0;
            top: 10px;
            width: 3px;
            background: #902927;
            height: 18px;
        }

    .news_detail_l dl dd {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

        .news_detail_l dl dd p {
            font-size: 14px;
            color: #999;
        }

.news_detail_r {
    flex: 1;
    margin-left: 7%;
    padding: 5%;
    background: #fff;
    min-height: 500px;
    height: auto;
}

    .news_detail_r h1 {
        font-size: 28px;
        margin-bottom: 30px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

        .news_detail_r h1 p {
            font-size: 14px;
            color: #999;
            margin-top: 10px;
        }

            .news_detail_r h1 p span {
                margin-right: 20px;
            }

            .news_detail_r h1 p .icon-time {
                margin-right: 5px;
                font-weight: normal;
            }

    .news_detail_r .content {
        line-height: 35px;
        font-size: 16px;
    }

        .news_detail_r .content img {
            margin: 20px auto;
            display: block;
            border-radius: 10px;
        }

.pro_detail {
    background: url(../images/bg11.png) no-repeat center bottom fixed;
    background-size: cover;
    padding: 11% 10% 5% 10%;
    align-items: flex-start;
}

.pro_detail_pic {
    position: relative;
    align-items: flex-start;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8));
}

.pro_detail_l {
    width: 55%;
    display: flex;
    border-radius: 10px 0 0 10px;
}

    .pro_detail_l .mySwiper {
        width: 25%;
        height: 500px !important;
        overflow: hidden;
    }

        .pro_detail_l .mySwiper .swiper-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .pro_detail_l .mySwiper .swiper-wrapper .swiper-slide {
                opacity: 0.35;
                width: 120px !important;
                height: auto !important;
            }

            .pro_detail_l .mySwiper .swiper-wrapper .swiper-slide-thumb-active {
                opacity: 1;
            }

            .pro_detail_l .mySwiper .swiper-wrapper .swiper-slide img {
                display: block;
                width: 100%;
                height: auto;
                border-radius: 10px;
            }

    .pro_detail_l .mySwiper2 {
        flex: 1;
        border-radius: 10px;
    }

    .pro_detail_l .mySwiper2 {
        --swiper-navigation-color: #902927;
        /* 设置左右箭头颜色 */
        --swiper-navigation-size: 20px;
        /* 设置左右箭头大小 */
        --swiper-theme-color: #902927;
    }

        .pro_detail_l .mySwiper2 .swiper-button-prev,
        .pro_detail_l .mySwiper2 .swiper-button-next {
            padding: 8px;
            width: 20px;
            height: 20px;
            transition: all .5s;
            border: 1px solid #902927;
            opacity: 0;
        }

        .pro_detail_l .mySwiper2:hover .swiper-button-prev,
        .pro_detail_l .mySwiper2:hover .swiper-button-next {
            transition: all .5s;
            opacity: 1;
            background: #902927;
            color: #fff;
        }

        .pro_detail_l .mySwiper2 .swiper-wrapper .swiper-slide img {
            border-radius: 10px;
            width: 100%;
            transition: all .5s;
        }

        .pro_detail_l .mySwiper2 .swiper-wrapper .swiper-slide:hover img {
            transform: scale(1.1);
        }

.pro_detail_r {
    flex: 1;
    padding: 4%;
}

    .pro_detail_r h1 {
        color: #902927;
        font-size: 28px;
        margin-bottom: 20px;
    }

    .pro_detail_r .p1 {
        font-size: 16px;
        line-height: 60px;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
        margin-bottom: 10px;
    }

        .pro_detail_r .p1 span {
            margin-right: 30px;
        }

    .pro_detail_r .p2 {
        font-size: 16px;
        margin-bottom: 30px;
    }

        .pro_detail_r .p2 .icon-dianhua {
            font-size: 16px;
            color: #902927;
            margin-right: 5px;
        }

        .pro_detail_r .p2 span {
            font-size: 34px;
            color: #902927;
            font-family: 'Gilroy';
        }

    .pro_detail_r .p3 a {
        width: 160px;
        height: 50px;
        display: block;
        font-size: 14px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        background: #902927 url(../images/logo3.png) no-repeat center;
        background-size: contain;
    }

        .pro_detail_r .p3 a .icon-jian {
            margin-left: 10px;
            font-size: 20px;
        }

.pro_content {
    background: #fff;
    padding: 3%;
    margin-top: 2%;
}

    .pro_content h1 {
        color: #902927;
        font-size: 28px;
        border-bottom: 1px solid #eee;
        margin-bottom: 30px;
        padding-bottom: 10px;
        background: url(../images/line.png) no-repeat 15% center;
        background-size: 30%;
    }

    .pro_content img {
        display: block;
        margin: 0 auto;
    }
