

body {
    line-height: .45rem;
}

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: #982227;
    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: #982227;
    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: #982227;
    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: #982227;
    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: #982227;
    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 .l,
.nav .r {
    width: 35%;
} */

.nav {
    padding: 0 7%;
    box-sizing: border-box;
}

.nav ul li h4 {
    font-size: .25rem;
}

.nav ul li h5 {
    font-size: 10px;
    font-family: 'MSYHL';
}

.nav ul li p {
    font-size: .25rem;
}

.nav .m a p {
    font-size: .3rem;
}

.nav_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 140px;
    background-color: #F5F0E8;
    z-index: 999;
}

.nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 140px;
}

/* .nav a h5 {
    margin: .125rem 0 0 0;
} */

.nav .l ul li,
.nav .r ul li {
    display: flex;
    align-items: center;
}

.nav .l ul li::after,
.nav .r ul li::after {
    content: " ";
    display: block;
    width: 1px;
    height: 40px;
    background-color: #D8D8D8;
    margin: 0 .375rem;
}

.nav .l ul li:last-child::after,
.nav .r ul li:last-child::after {
    display: none;
}

.nav .r ul li img {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.nav .r ul li:last-child {
    display: flex;
    /* align-items: end; */
}

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


.nav ul li .nav_act h4 {
    color: #982227;
}

.dtbg {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    min-width: 1.9375rem;
    min-height:  2.875rem;
}

.nav .m a {
    position: relative;
}

.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 120px;
}

.nav .m a p {
    position: absolute;
    top: 115%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    white-space: nowrap;
}

.foot_box {
    padding: 1rem 0;
    box-sizing: border-box;
    background-color: #982227;
    background-image: url(../image/1.首页/沉底/沉底.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.foot,
.foot a {
    color: #fff !important;
}

.foot .l dl>div {
    margin: .375rem 0;
}

.foot .l img {
    display: block;
    width: 30%;
}

.foot .l dl>div dd {
    margin: 0 .5rem 0 0;
}

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

.foot .r dl {
    display: flex;
    align-items: center;
    margin: 0 0 .625rem 0;
    /*width: 60%;*/
    line-height: 1.5;
}

.foot .r dl:nth-child(2) {
    margin: 0;
}

.foot .r dl dt img {
    display: block;
    margin: 0 .25rem 0 0;
    width: 45px;
    height: 45px;
}

.foot .r .p_box p {
    margin: .1875rem 0 0 0 !important;
    text-align: center;
}

.por_box {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: .375rem 0;
    box-sizing: border-box;
    background-color: #982227;
}

.por a {
    display: block;
    color: #fff !important;
}

.por .r ul li a img {
    display: block;
}

.por ul li {
    margin: 0 .1875rem !important;
}

.zj_box {
    margin: 300px 0 30px 0;
}

.zj ul li {
    display: flex;
    align-items: center;
}

.zj ul li::after {
    content: " | ";
    display: block;
    margin: 0 10px;
    color: #982227;
}

.zj ul li:last-child::after {
    content: " ";
}

.zj ul li a {
    color: #982227 !important;
    color: #313131;
}

.bk_tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 .75rem 0;
}

.bk_tit h6 {
    font-family: 'MSYHL';
}

.bk_tit h4 {
    margin: 15px 0 10px 0;
    color: #982227;
}

.bk_tit img {
    display: block;
    width: 2.3rem;
    height: auto;
}

.skip_box {
    padding: .75rem 0;
    box-sizing: border-box;
}


.skip a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 45px;
    background: #982227;
    color: #fff !important;
}

.skip a img {
    display: block;
    margin: 0 3px;
    width: 14px;
    height: auto;
}

.skip .xia {
    transform: rotate(180deg);
}

.skip a:hover {
    transform: scale(1.1);
    transition: all 0.6s;
}

.change_page a img {
    display: block;
    width: 21px;
    height: auto;
}

.change_page .xia {
    transform: rotate(180deg);
}

.change_page {
    padding: 1rem 0;
    box-sizing: border-box;
}

.change_page ul li {
    margin: 0 15px;
}

.change_page ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    box-shadow: 0px 6px 50px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #737373;
}

.change_page ul li a:hover {
    background-color: #982227;
    color: #fff !important;
    transition: all 0.6s;
}

.change_page_act {
    background-color: #982227;
    color: #fff !important;
}

.change_page img {
    margin: 0 .25rem;
}

.nav .m a p img {
    display: block;
    width: 100px;
}

           .nav_xh a,
                           .nav_xh  {
                            height: 100px;
                              transition: all 0.6s;
                        }
                        
                                    .m_xh .dtbg,
                             .m_xh .logo,
                                  .m_xh p {
                                       transform: translate(-50%, -200%);
                                       opacity: 0;
                                            transition: all 1s;
                        }
                        
                            .logotwo {
        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) {
    
    .foot .l img {
        width: 40% !important;
    }
    
    .logo {
        display: none !important;
    } 
    
    .logotwo {
        display: block !important;
    }
    
    .foot .r dl {
        align-items: start;
    }
    
     .nav .m a img:nth-child(1) {
     display: none;
 }
    
    .foot_box {
        background-image: url(/skin/image/4.png);
    }

    
/*.foot .l img {*/
/*    margin: 0 auto;*/
/*}*/

    .foot .r dl dt img,
    .fs_box dl dt img {
        width: 25px;
        height: 25px;
    }

    .nav {
        padding: 0;
    }


    body {
        line-height: 1.5;
    }

    .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 .l,
    .nav .r {
        display: none;
    }

    .nav_box,
    .nav a {
        height: 60px;
    }

    .wap-nav dl dd a {
        height: auto !important;
    }

    .zj_box {
        margin: 70px 0 15px 0;
    }

    .dtbg {
        display: none;
    }

    .nav .m a p {
        display: none;
    }

    .logo {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0%, 0%);
        display: block;
        width: 40px;
    }

    .nav_two {
        display: block;
    }

    .bk_tit img {
        width: 100px;
    }



    .por_box {
        display: none;
    }

    .foot {
        flex-wrap: wrap;
    }

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

    .foot .r>div {
        width: 100%;
    }

    .foot .r {
        /*flex-wrap: wrap;/*/
        margin: 0 auto;
    }

    .foot .r dl {
        /*justify-content: center;*/
        width: 100%;
    }

    .foot .l {
        text-align: center;
    }

    /*.foot .l dl>div {*/
    /*    justify-content: center;*/
    /*}*/

   .foot  .p_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 80px !important;
        margin: 0 auto;
    }
    
    .foot .l dl {
        display: flex;
        flex-wrap: wrap;
    }

    .skip a {
        width: 120px;
    }
}

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

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

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