@font-face {
    font-family: 'SourceHanSerifCN';
    src: url('./fonts/SourceHanSerifCN-Bold.otf') format('truetype');
}

.SourceHanSerifCN {
    font-family: 'SourceHanSerifCN';
}

a {
    color: #000 !important;
    text-decoration: none !important;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

p {
    margin: 0 !important;
}

span {
    display: block;
}


/* 滚动框的设置 */

::-webkit-scrollbar {
    width: 6px;
    height: 100%;
    /* background-color: hsl(230deg, 7%, 61%); */
    background-color: #fff;

}


/* 滚动条的设置 */

::-webkit-scrollbar-thumb {
    border: 1px solid rgba(255, 255, 255);
    background-color: #902014;
    border-radius: 15px;
    box-sizing: border-box;
}


/* 移动端头部样式 */

.app {
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translate(-135%, -30%);
    width: 10%;
    height: 72px;
    box-sizing: border-box;
}

.app .c1,
.c2,
.c3 {
    width: 34px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 10px auto;
    transition: all 277ms ease-in-out;
    position: relative;
}

.app .c2.new {
    opacity: 0;
}

.app .c1.new {
    transform: rotate(-45deg);
    top: 12px;
}

.app .c3.new {
    transform: rotate(45deg);
    top: -12px;
}

.wap-nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 999;
}

.wap-nav dl {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px) !important;
}

.wap-nav dl dd {
    margin: 0;
    width: 100%;
}

.wap-nav dl dd a {
    display: block;
    padding: 10px 0;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 16px;
    /* background-color: rgba(255, 255, 255, 0.1); */
}

.nav_two {
    display: none;
}


/* 组件 */

.conainer {
    position: fixed;
    bottom: 35%;
    right: 0%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    /* background: #1463FF; */
    /* border-top-left-radius: 20px; */
    /* border-bottom-left-radius: 20px; */
    opacity: 0.5;
    font-size: 16px !important;
}

.conainer ul li a .fa {
    color: #902014;
    font-size: 20px !important;
}

.conainer:hover {
    opacity: 1;
    transition: 0.6s;
}


/* .conainer::before { */


/* content: " "; */


/* position: absolute; */


/* bottom: 0px; */


/* width: 100%; */


/* height: 50%; */


/* z-index: 1; */


/* border-top: 1px solid rgba(255, 255, 255, 0.5); */


/* 背景模糊 */


/* backdrop-filter: blur(5px); */


/* } */

.conainer .color {
    position: absolute;
    filter: blur(200px);
}

.conainer ul {
    position: relative;
    /* display: flex; */
    z-index: 2;
}

.conainer ul li {
    position: relative;
    list-style: none;
    margin: 10px;
}

.conainer ul li a {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /* 盒子阴影 */
    box-shadow: 0px 5px 45px rgba(0, 0, 0, 0.1);
    /* 背景模糊 */
    backdrop-filter: blur(2px);
    overflow: hidden;
}

.conainer ul li a:hover {
    transition: all 0.6s;
    /* 沿y轴向上移动 */
    /* transform: translateX(-20px); */
}


/* 扫光动画 */

.conainer ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background-color: #fff;
    transform: skewX(45deg) translateX(150px);
    transition: all 0.6s;
}


/* .conainer ul li a:hover .fa {
  font-size: 40px !important;
  transition: 0.6s;
} */

.conainer ul li a:hover::before {
    transform: skewX(45deg) translateX(-150px);
}

.qcode_box,
.phone_box {
    display: none;
}

.phone_box {
    color: #fff;
}

.phone_two {
    display: none;
}

.phone_box {
    position: absolute;
    top: 55%;
    left: -255%;
    padding: 10px;
    background-color: #902014;
    border-radius: 50px;
    display: none;
}

.phone_box .fa-times {
    position: relative;
    right: 0;
    /* top: -40%; */
}

.qcode_box {
    position: absolute;
    top: 5%;
    left: -290%;
    /* padding: 0 20px 20px 20px; */
    width: 200px;
    height: 200px;
    background-color: #902014;
    border-radius: 20px;
    text-align: center;
    display: none;
}

.qcode_box img {
    display: block;
    margin: 0 auto;
    width: 80%;
}

.qcode_box .fa {
    color: #fff;
}

.qcode_box .fa-times {
    position: relative;
    right: 0;
    /* top: -6%; */
}

.nav_box>img {
    display: block;
    width: 100%;
    height: 30px;
}

.nav .l {
    width: 10%;
}

.nav .l img {
    display: block;
    width: 100%;
}

.nav {
    height: 100px;
}

.nav_box {
    background-color: #902014;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}

.nav .r ul,
.nav .r ul li {
    height: 100px;
}

.nav .r ul li {
    position: relative;
    width: 100%;
}

.nav .r ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    width: 100%;
    height: 100px;
}

.nav .r {
    width: 70%;
}

.nav .r ul li .nav_act {
    color: #902014 !important;
    background-color: #E6D9C6;
}

.nav .r ul li a:hover {
    color: #902014 !important;
    background-color: #E6D9C6;
    transition: all 0.6s;
}

.nav .r ul li img {
    position: absolute;
    top: 65%;
    right: 50%;
    transform: translate(50%, 50%);
    display: block;
    width: .5rem;
    height: .2rem;
}

.foot {
    padding: 1.1875rem 0 .625rem 0;
    box-sizing: border-box;
}

.foot .l {
        display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.foot .l dl dd img {
    display: block;
    margin: 0 12px 0 0;
    width: 45px;
    height: 41px;
}

.foot_box {
    background-image: url(../image/图层\ 0@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.foot dl dt {
    display: flex;
    align-items: end;
    margin: 0 0 .375rem 0;
}

.foot dl dt h4 {
    margin: 0 15px 0 0;
}

.foot dl dd {
    display: flex;
    align-items: center;
    margin: 0 0 .3125rem 0;
}

.foot .l {
    width: 30%;
}

.foot .m {
    width: 30%;
}

.foot .m dl dd a:hover {
    color: #145566 !important;
    transition: all 0.6s;
}

.foot .r {
    width: 30%;
}

.foot .r input {
    margin: 0 0 .1875rem 0;
    display: block;
    width: 100%;
    padding: .25rem .3125rem;
    box-sizing: border-box;
    border: 2px solid #145566;
    outline: none;
}

.foot .r textarea {
    margin: 0 0 .1875rem 0;
    display: block;
    width: 100%;
    outline: none;
    resize: none;
    padding: .25rem .3125rem;
    box-sizing: border-box;
    border: 2px solid #145566;
}

.foot .r button {
    padding: .25rem 0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #145566;
}

.por {
    border-top: 1px solid #145566;
    padding: .375rem 0;
    box-sizing: border-box;
}

.por a {
    display: block;
    text-align: center;
}

.por a:hover {
    color: #145566 !important;
    transition: all 0.6s;
}

.bannerhead img {
    display: block;
    width: 100%;
}

.bannerhead .p_box {
    position: relative;
}

.bannerhead .p_box .text_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    animation: ydtext 2s infinite;
    animation-iteration-count: 1;
    o-animation: ydtext 3s linear infinite;
}

@keyframes ydtext {
    0% {
        opacity: 0;
        transform: translate(-50%, 0%);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.bannerhead .p_box .text_box>img {
    display: block;
    margin: 0 0 .625rem 0;
    width: 100%;
}

.bannerhead .p_box .text_box ul li a img {
    display: block;
    height: .4125rem;
}

.bannerhead .p_box .text_box ul li {
    width: 30%;
}

.bannerhead .p_box .text_box ul li a {
    padding: .1875rem 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../image/新建文件夹/电商活动促销中国风中式标题框文本框元素\ \(5\)@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.nav_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

/* .bannerhead {
    margin: 100px 0 0 0;
} */

.bannerhead_index {
    margin: 130px 0 0 0;
}

.bannerhead {
    position: relative;
}

.bannerhead .swiper-paginationhead {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.bannerhead .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px !important;
    opacity: 1 !important;
    background-color: #fff !important;
    border-radius: 50px;
}

.bannerhead .swiper-pagination-bullet-active {
    width: 40px;
}

p img {
    display: block;
    width: 100% !important;
}

#map {
    border-radius: 20px !important;
    border: 2px solid  #145566 !important;
}

.BMap_stdMpCtrl div,
.anchorBR .BMap_omOutFrame,
.BMap_omCtrl {
    display: none;
}

.zj_box {
    padding: .5rem 0;
    box-sizing: border-box;
}

.zj dl dt p {
    display: inline-block;
}

.zj dl {
    align-items: center;
}

.zj dl dt i {
    margin: 0 10px 0 0;
    color: #902014;
}

.zj dl dd {
    margin: 0 3px;
}

.zj dl dd::after {
    content: "-";
    display: inline-block;
    margin: 0 3px;
}

.zj dl dd:last-child::after {
    display: none;
}

.zj_box {
    border-bottom: 1px solid #646464;
}


.zj dl dd a:hover {
    color: #902014 !important;
    transition: all 0.6s;
}

.bktit_box {
    text-align: center;
}

.bktit_box h4::after {
    content: " ";
    display: block;
    margin: .25rem auto .1875rem auto;
    width: 2.1625rem;
    height: .0875rem;
    background-color: #902014;
    border-radius: 50px;
}

.bktit_box h5 {
    text-transform: uppercase;
}

.changeskip dl dd {
    margin: 0 5px;
}

.changeskip dl dd a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #9B9B9B;
}

.changeskip dl .cbox a {
    width: 90px;
}

.changeskip dl dd a:hover {
    color: #fff !important;
    background-color: #902014;
    transition: all 0.6s;
}

.changeskip dl dd .skip_act {
    color: #fff !important;
    background-color: #902014;
}

.five_a ul li {
    width: 12%;
}

.five_a ul li a img {
    display: block;
    width: 100%;
}

.five_abox {
    margin: .5rem 0 1rem 0;
}

.five_a ul li a h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #902014;
}

.five_a ul li a {
    position: relative;
    display: block;
}

.five_a ul li a .p_box {
    padding: 5px;
    box-sizing: border-box;
}

.five_a ul li a:hover .p_box {
    background-color: #145566;
    border-radius: 50%;
    transition: all 0.6s;
}

.five_a ul li a:hover h4 {
    color: #fff;
    transition: all 0.6s;
}

.five_a ul li a .xf {
    display: none;
}


.five_a ul li a:hover .yl {
    display: none;
}

.five_a ul li a:hover .xf {
    display: block;
}

.five_a ul .five_aact a .p_box {
    background-color: #145566;
    border-radius: 50%;
}

.five_a ul .five_aact a .yl {
    display: none;
}

.five_a ul .five_aact a .xf {
    display: block;
}

.five_a ul .five_aact a h4 {
    color: #fff;
}

.asda {
    display: none;
}

.foot_yd_box {
    display: none !important;
}



@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    
    .five_a ul li a h4 {
        font-size: 18px !important;
    }
    
    .container {
        width: 90%;
    }
    
    .foot_yd ul li a .p_box {
        width: 30px !important;
        height: 30px !important;
    }
    
    .foot_yd ul li a .p_box img {
        display: block;
        width: 100% !important;
        height: 100% !important;
    }

    .bktit_box h4 {
        font-size: 18px !important;
    }

    .app {
        top: 47% !important;
    }

    .conainer ul {
        display: flex;
    }

    .qcode_box {
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, -100%);
    }

    .conainer {
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 100%;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .phone {
        display: none;
    }

    .phone_two {
        display: block;
    }

    .nav,
    .nav .r ul,
    .nav .r ul li,
    .nav .r ul li a {
        height: 60px;
    }

    .nav .r ul li img {
        display: none;
    }

    .bannerhead {
        margin: 90px 0 0 0;
    }

    .nav .r {
        display: none;
    }

    .nav_two {
        display: block;
    }

    .app {
        top: 65%;
    }

    .foot .m {
        display: none;
    }

    .foot .l,
    .foot .r {
        width: 100%;
    }

    .foot {
        flex-wrap: wrap;
    }

    /* .foot .r button {
        margin: 0 0 50px 0;
    } */

    .bannerhead .swiper-paginationhead {
        display: none;
    }

    .bannerhead .p_box .text_box {
        width: 80%;
    }

    .bannerhead .p_box .text_box ul {
        display: none;
    }

    .bannerhead .p_box .text_box>img {
        margin: 0;
    }


    .app {
        top: 52% !important;
    }

    .por {
        margin: 0 0 72px 0;
    }

    .changeskip dl dd a {
        width: 30px;
        height: 30px;
    }

    .changeskip dl .cbox a {
        width: 50px;
    }

    .bannerhead {
        margin: 60px 0 0 0;
    }

    .five_a ul li {
        width: 30%;
    }

    .five_a ul li a h4 {
        text-align: center;
    }

    .five_a ul {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .conainer {
        display: none;
    }

    .foot_box {
        display: none;
    }

    .foot_yd_box {
        padding: 20px 0;
        box-sizing: border-box;
        background-color: #222527;
    }

    .foot_yd ul li a p {
        margin: 10px 0 0 0 !important;
        color: #fff !important;
    }

    .foot_yd ul li a .p_box {
        width: 20px;
        height: 20px;
        margin: 0 auto;
    }

    .foot_yd ul li a img {
        margin: 0 auto;
    }

    .foot_yd_box {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }

    .asda {
        display: block;
    }

    .asda {
        display: block;
        width: 100%;
        height: 84px;
        opacity: 0;
        margin: 67px 0 0 0;
    }

    .foot_yd_box {
        display: block !important;
    }


    .foot_yd ul li {
        position: relative;
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        /* width: 100%; */
    }

    .foot_yd ul li::after {
        content: " ";
        display: block;
        width: 1px;
        height: 80%;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 150%;
        transform: translate(-50%, -50%);
        display: none;
    }

    .foot_yd ul li:last-child::after {
        display: none;
    }

    p img {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .nav .l {
        width: 15%;
    }
}

@media screen and (max-width: 640px) {
    .nav .l {
        width: 20%;
    }
}

@media screen and (max-width: 375px) {
    .nav .l {
        width: 25%;
    }
}