body {
    line-height: .45rem;
    color: #212121;
}

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: #D40413;
    border-radius: 15px;
    box-sizing: border-box;
}


/* 移动端头部样式 */

.app {
    position: relative;
    top: 0%;
    right: 0%;
    transform: translate(-0%, -0%);
    width: 10%;
    height: 72px;
    box-sizing: border-box;
}

.app .c1,
.c2,
.c3 {
    width: 34px;
    height: 2px;
    background: #000;
    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: #D40413;
    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: #D40413;
    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: #D40413;
    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 .top {
    position: relative;
    padding: .4375rem 10%;
    box-sizing: border-box;
    width: 100%;
}

.nav .top .l {
    width: 20%;
}

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

.ennavtor ul li {
    margin: 0 10px;
}

.ennavtor ul li img {
    display: block;
    width: 25px;
}

.ennavbol ul li a {
    display: block;
    padding: .25rem 0;
    color: #000 !important;
    text-transform: uppercase;
}

.ennavbol {
    width: 55%;
}

.nav .bottom {
    padding: .1875rem 10%;
    box-sizing: border-box;
    background-image: url(../image/web/0.导航/矩形\ 272@1x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.nav .bottom .r input {
    padding: 10px 35px;
    box-sizing: border-box;
    border-radius: 50px;
    border: none;
    outline: none;
}

.nav .bottom .r form {
    position: relative;
}

.nav .bottom .r button {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translate(-50%, -50%);
}

.nav .bottom {
    position: relative;
}

.ennavbol  ul li>div {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 100%;
    display: none;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.ennavbol  ul li>div .z,
.ennavbol  ul li>div .y {
    width: 50%;
}

.ennavbol  ul li>div .z img {
    display: block;
    width: 100%;
}

.ennavbol  ul li>div .z {
    position: relative;
}

.ennavbol  ul li>div .z .text_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.ennavbol  ul li>div .z .text_box img {
    display: block;
    width: 16px;
    height: 16px;
}

.ennavbol  ul li>div .z .text_box h4 {
    text-transform: uppercase;
}

.ennavbol  ul li>div .z .text_box span {
    margin: .25rem 0 .875rem 0;
}


.ennavbol ul li>div .z .text_box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    border-bottom: 1px solid #D40413;
    width: 150px;
    white-space: nowrap;
}


.ennavbol  ul li>div .y a {
    color: #000 !important;
}

.olist,
.tlist {
    width: 50%;
}

.olist {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.ennavbol  ul li>div .y {
    padding: .5rem .625rem;
    box-sizing: border-box;
    background-color: #fff;
}

.olist li {
    margin: 0 .625rem 0 0;
}

.ennavbol  ul li>div .y .olist li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .0625rem 0 .0625rem 1.25rem !important;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.ennavbol  ul li>div .y .tlist dd a {
    padding: .0625rem 0;
    margin: 0 0 0 .625rem;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.ennavbol  ul li>div .y .olist li a:hover,
.ennavbol ul li>div .y .tlist dd a:hover {
    color: #D40413 !important;
    transition: all 0.6s;
    border-bottom: 1px solid #D40413;
}

.ennavbol  ul li>div .y .olist ul,
.ennavbol ul li>div .y .tlist dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.ennavbol  ul li>div .y .tlist dl {
    display: none;
}

.ennavbol  ul li>div .y .tlist .tlist_act {
    display: flex;
}

.ennavbol ul li>div .y .olist li a img {
    display: block;
    width: 25px;
    height: 25px;
    opacity: 0;
}

.ennavbol  ul li>div .y .olist li a:hover img {
    opacity: 1;
    transition: all 0.6s;
}

.ennavbol  ul li>div .y .olist .olist_act a {
    color: #D40413 !important;
    border-bottom: 1px solid #D40413;
}

.ennavbol ul li>div .y .olist .olist_act a img {
    opacity: 1;
}

.ennavbol  ul li>div .y .olist ul {
    justify-content: start;
}

.rail_box {
    padding: .375rem 0;
    box-sizing: border-box;
    background-color: #fff;
}

.rail .l img {
    display: block;
    width: 2.6375rem;
}


.rail .l a {
    display: flex;
    align-items: center;
    color: rgba(33, 33, 33, 0.5) !important;
}

.rail .r a {
    color: rgba(33, 33, 33, 0.5) !important;
}

.rail .r a:hover {
    color: #D40413 !important;
    transition: all 0.6s;
}

.rail .l a:nth-child(1)::after {
    content: " ";
    display: block;
    margin: 0 1rem;
    width: 1px;
    height: 50px;
    background: rgba(33, 33, 33, 0.5);
}

.foot .top {
    padding: .625rem 0 .75rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.foot_box {
    background: #212121;
    color: rgba(255, 255, 255, 0.3);
}

.foot a {
    color: rgba(255, 255, 255, 0.3) !important;
}

.foot dl dt {
    margin: 0 0 .3125rem 0;
    text-transform: uppercase;
}

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

.foot .bottom {
    padding: .5rem 0 .625rem 0;
    box-sizing: border-box;
    color: #fff;
}


.foot .bottom dl dt {
    margin: 0 0 .375rem 0;
}


.foot .bottom dl div a img {
    display: block;
    margin: 0 15px 0 0;
    width: 35px;
    height: 35px;
}

.por_box {
    padding: .25rem 0;
    box-sizing: border-box;
    background-color: #191919;
}

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

.bannerhead .p_box {
    position: relative;
}

.bannerhead .p_box .text_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

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

.swiper-paginationhead .swiper-pagination-bullet {
    margin: 0 5px;
    width: 15px !important;
    height: 15px !important;
    opacity: 1;
    background-color: #fff;
}

.swiper-paginationhead .swiper-pagination-bullet-active {
    background-color: #D40413 !important;
}

.bannerhead video {
    width: 100%;
}

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

.bannerhead img {
    animation: zoom 6s infinite alternate;
}

@keyframes zoom {
    0% {
        transform: scale(1);
        /* 开始时原始大小 */
    }

    100% {
        transform: scale(1.1);
        /* 结束时放大到1.5倍 */
    }
}


.bannerhead .text_box_ny {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    line-height: 1.5;
    animation: ydtext 2s infinite;
    animation-iteration-count: 1;
    o-animation: ydtext 3s linear infinite;
}

.bannerhead .text_box_ny h4::after {
    content: " ";
    display: block;
    margin: .25rem auto;
    width: 2.5rem;
    height: 2px;
    background: #FFFFFF;
}

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

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

.nav_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 10%;
    z-index: 999;
    width: 100%;
    background-color: #fff;
}

.bannerhead {
    position: relative;
}

.zj_box {
    position: absolute;
    top: 97%;
    left: 75%;
    transform: translate(-50%, -50%);
    padding: .375rem 1.875rem;
    box-sizing: border-box;
    width: 80%;
    z-index: 1;
}

.zj_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transform: perspective(120px) rotateX(10deg);
    transform-origin: bottom;
    z-index: -1;
    width: 100%;
}

.zj_box dt {
    margin: 0 5px 0 0 !important;
}

.zj_box dd::after {
    content: " —— ";
    margin: 0 5px;
}

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

.zj_box dd a:hover {
    color: #D40413 !important;
    transition: all 0.6s;
}

.zj_box .sdown {
    display: flex;
    align-items: center;
    margin: 0 0 0 3.75rem;
}

.sdown img {
    display: block;
    width: 30px !important;
    height: 30px !important;
}

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

.zj_box dd a {
    text-transform: capitalize;
}

.skip a {
    margin: 0 .1875rem;
}

.skip dl dd a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 43px;
    min-height: 43px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #C4C4C4;
    color: #C4C4C4 !important;
    box-shadow: 0px 6px 50px 0px rgba(0, 0, 0, 0.1);
}

.skip dl dd:first-child a,
.skip dl dd:last-child a {
    background: #D40413;
    border: 1px solid #D40413;
    color: #fff !important;
}


.skip dl .skip_act a {
    background: #D40413;
    border: 1px solid #D40413;
    color: #fff !important;
}

.skip dl dd a:hover {
    background: #D40413;
    border: 1px solid #D40413;
    color: #fff !important;
    transition: all 0.6s;
}

.skip_box {
    margin: 1.25rem 0 0 0;
}

.skip a i {
    font-size: .3rem;
    color: rgba(0, 0, 0, 0.3);
}

.skip a:hover i {
    color: #D40413;
    transition: all 0.6s;
}

.yyqh {
    display: none;
}

.toptext_box {
    margin: 2.5rem 0 0 0;
}

.nav .navfixed {
    padding: 0;
    opacity: 0;
    height: 0px;
    transition: all 0.6s;
}

.tc_box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 120px;
    height: 120px;
    background-color: #fff;
    z-index: 998;
    display: none;
    border-radius: 10px;
}



.tc_box img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.top .r {
    position: relative;
}



.skip {
    font-size: 16px !important;
}

@media screen and (max-width: 3840px) {
    .ennavbol ul li a{font-size: 30px !important;}
}
@media screen and (max-width: 2560px) {
    .ennavbol ul li a{font-size: 24px !important;}
}
@media screen and (max-width: 1680px) {
    .ennavbol ul li a{font-size: 16px !important;}
}