.w {
    width: 95%;
    margin: auto;
    /* overflow: hidden; */
}

.nybanner {
    position: relative;
    margin-top: 60rem;
}
.nybanner video {
    height: 160rem;
    width: 100%;
    object-fit: cover;
}

.nybanner .textbox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
}

.nybanner .textbox .zhutitle {
    color: #fff;
    margin-bottom: 0;
}

.nybanner .textbox .zhutitle span {
    color: #fff;
}

/* 
@media screen and (max-width: 1600rem) {
    .w {
        width: 1400rem;
        margin: auto;
        overflow: hidden;
    }
}

@media screen and (max-width: 1400rem) {
    .w {
        width: 1200rem;
        margin: auto;
        overflow: hidden;
    }
}

@media screen and (max-width: 1300rem) {
    .w {
        width: 1100rem;
        margin: auto;
        overflow: hidden;
    }
}

@media screen and (max-width: 1200rem) {
    .w {
        width: 1200rem;
        margin: auto;
        overflow: hidden;
    }
} */
/* */

@keyframes icon-bounce {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    75% {
        transform: rotate(3deg);
    }

    85% {
        transform: rotate(-3deg);
    }
}

a.read {
    transition: all .6s;
    margin: 4rem;
    /* border-radius: 50rem; */
    display: inline-block;
    padding: 8rem 30rem;
    color: #fff;
    cursor: pointer;
    font-size: 14rem;
    border: 1rem solid #991111;
    position: relative;
    z-index: 1;
    /* left: 44.5%; */
    background: #991111;
}

a.read:hover {
    animation: icon-bounce 0.5s alternate;
    color: #fff;
    background: #991111;
}

a.read:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 1rem #991111;
    content: "";
    animation: scale3 2s linear infinite;
    /* border-radius: 25rem; */
}

a.read:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 1rem #991111;
    content: "";
    animation: scale2 2s linear infinite;
    /* border-radius: 25rem; */
}

a.read:hover:after {
    width: 100%;
}

a.active.read:after {
    width: 100%;
    color: #fff;
}

a.active.read {

    color: #fff;
}@keyframes myscle {
    0%{
transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }

}

/*banner 上向下滚动的箭头效果*/
@keyframes scale2 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: 0.2;
    }
}

@keyframes scale3 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0.1;
    }
}


div .swiper-pagination {}

div .swiper-pagination span {
    border-radius: 0;
    width: 26rem;
    height: 5rem;
    background: #fff;
    border-radius: 50rem;
}

div .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #991111;
}

div .swiper-button-white {
    width: 35rem;
    height: 35rem;
    border-radius: 50%;
    border: 1rem solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0rem;
    transition: all .6s;
    outline: none;
}

div .swiper-button-white:hover {
    background: #991111 !important;
    box-shadow: 0rem 0rem 5rem #ffffff5c;
}

div .swiper-button-white.swiper-button-prev img {
    /* margin-right: 5rem; */
}

div .swiper-button-white.swiper-button-next img {
    /* margin-left: 5rem; */
}

div .swiper-button-white img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    display: block;
    /* filter: brightness(0.2); */
}

div .swiper-button-white:after {
    content: "";
}

div .swiper-button-white:hover:after {
    background: #ee4f01;
}

div .swiper-button-white:hover img {
    filter: none;
}

.zhutitle .futitle {
    width: 100%;
    margin-top: 10rem;
    text-shadow: none;
    text-transform: uppercase;
    /* position: absolute; */
    top: 26%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    font-size: 12rem;
    color: #666;
}


.zhutitle {
    font-size: 22rem;
    padding-bottom: 20rem;
    margin-bottom: 10rem;
    text-align: center;
    width: 100%;
    color: #000;
    position: relative;
    z-index: 1;
}

.zhutitle .wenanbox {
    font-size: 18rem;
    font-weight: normal;
    margin-top: 12rem;
    padding-bottom: 2rem;
}

.zhutitle .text>span {
    color: #991111;
}

.zhutitle span i {
    display: inline-block;
    width: 60rem;
    height: 60rem;
    background: #991111;
    color: #fff;
    text-shadow: none;
    border-radius: 50%;
    font-style: inherit;
    margin: 0 7rem;
}

.zhutitle .line {
    display: flex;
    width: max-content;
    margin: 10rem auto;
}

.zhutitle .line .son1 {
    width: 10rem;
    background: #991111;
    animation: lineson1 1.2s linear infinite alternate;
}

.zhutitle .line .son2 {
    width: 55rem;
    background: #193668;
    animation: lineson2 1.2s linear infinite alternate;
}

.zhutitle .line div {
    display: inline-block;
    margin: 0 6rem 0 0;
    height: 3rem;
    border-radius: 0;
    /* margin-top: 14rem; */
}

@keyframes lineson1 {
    0% {
        width: 10rem;
    }

    100% {
        width: 55rem;
    }
}

@keyframes lineson2 {
    0% {
        width: 55rem;
    }

    100% {
        width: 10rem;
    }
}


/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ */
.headbox {
    display: none !important;
}

.forbidrootscroll {
    height: 100%;
    overflow: hidden;
}

.m-headbox {
    position: fixed;
    height: 60rem;
    background: #fff;
    width: 100%;
    padding-left: 10rem;
    z-index: 999;
    top: 0;
    /* border-bottom: 1rem solid #ffffff38; */
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}


.m-headbox .rightbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #332c2b; */
    height: 100%;
}

.m-headbox .rightbox .phonebox {
    display: flex;
    align-items: center;
    margin-right: 8rem;
}



.m-headbox .list-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #193668;
    width: 60rem;
}

.m-headbox .list-button.active {
    /* transform: rotate(180deg); */
}

.m-headbox .list-button.active .linebox .line:nth-child(1) {
    transform: rotate(45deg);
}

.m-headbox .list-button.active .linebox .line:nth-child(2) {
    transition-delay: 0s;
    margin-top: -13px;
    margin-bottom: 3px;
    opacity: 0;
}

.m-headbox .list-button.active .linebox .line,.m-headbox .list-button.active .linebox .line:nth-child(3) {
    transition-delay: .2s;
}

.m-headbox .list-button.active .linebox .line:nth-child(3) {
    transform: rotate(-45deg);
}



.m-headbox .list-button .linebox {
    display: flex;
    width: 57%;
    /* height: 25rem; */
    flex-direction: column;
    justify-content: center;
}

.m-headbox .list-button .line {
    width: 100%;
    height: 2rem;
    background: #fff;
    margin: 4rem 0;
    transition: .2s ease;
}

.m-headbox .waibulianjie {
    display: flex;
}

.m-headbox .waibulianjie .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
}

.m-headbox .waibulianjie .img>img {
    /* border-radius: 50%; */
}

.m-headbox .waibulianjie .img {
    width: 24rem;
    margin-left: 20rem;
    /* border: 1rem solid #ffffff85; */
    position: relative;
    z-index: 10;
}

.m-headbox .waibulianjie .img.ewmbox {
    position: relative;
    z-index: 9;
}

.m-headbox .waibulianjie .img.ewmbox:hover .xianshibox {
    opacity: 1;
    transform: translate(-50%, 129%);
    visibility: visible;
}

.m-headbox .waibulianjie .img.ewmbox .xianshibox {
    position: absolute;
    background: #fff;
    border: 2rem solid #fbe122;
    border-radius: 2rem;
    overflow: hidden;
    bottom: 122%;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: all .6s !important;
    opacity: 0;
    display: block;
    visibility: hidden;
    z-index: -1;
}

.m-headbox .waibulianjie .img.ewmbox .xianshibox img {
    width: 140rem;
    filter: none;
}




.m-headbox .navfatherbox {
    position: relative;
    transition: all .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}




.m-headbox  .logo {
    width: 48%;
    /* margin-right: 20rem; */
}

.m-headbox  .logo img {
    width: 100%;
}





.m-headbox .navbox .iconbox img {
    width: 36rem;
    height: 36rem;
    vertical-align: middle;
    cursor: pointer;
    filter: brightness(200);
}

.m-headbox:hover .navbox .iconbox img {
    filter: brightness(0);
}

.m-headbox .navbox p {
    font-size: 20rem !important;
    color: #fff;
    /* font-weight: 600; */
    line-height: 29rem;
}

.m-headbox:hover .navbox p {
    color: #332c2b;
}




.m-headbox .navbox .phonebox {
    display: flex;
    align-items: center;
    margin-left: 16rem;
    position: relative;
}

.m-headbox .navbox .phonebox a.search {
    display: block;
    width: 26rem;
    height: 26rem;
    margin: 0 4rem;
    cursor: pointer;
}

.m-headbox .navbox .phonebox .searchbox {
    height: 30rem;
    background: #fff;
    border-radius: 62rem;
    padding-left: 2rem;
    overflow: hidden;
    display: flex;
    border: 1rem solid #fbac093d !important;
}

.m-headbox .navbox .phonebox .searchbox input {
    background: transparent;
    height: 100%;
    display: block;
}

.m-headbox .navbox .phonebox .searchbox button {
    background: #82a3ce;
    height: 110%;
    display: block;
}

.m-headbox .navbox .phonebox .search img {
    width: 100%;
    height: 100%;
}


.m-headbox .headIcon .inputbox {
    width: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40rem;
    border-radius: 20rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    opacity: 0;
    z-index: 10;
}

.m-headbox .headIcon .inputbox.active {
    width: 64%;
    /* padding: 0 60rem 0 30rem; */
    opacity: 1;
}

.m-headbox .headIcon .showinput>img {
    /* filter: brightness(0.3); */
    width: 22rem;
    object-fit: cover;
    /* transition: all .6s; */
}

.m-headbox:hover .headIcon .showinput>img {
    /* filter: brightness(0); */
}

.m-headbox .headIcon .inputbox form {
    height: 100%;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.m-headbox .headIcon .inputbox .searchbox {
    position: relative;
    width: 100%;
    height: 80rem;
    /* box-shadow: 0rem 0rem 5rem #fbac0963; */
}

.m-headbox .headIcon .inputbox .imglogo {}

.m-headbox .headIcon .inputbox .imglogo img {
    max-width: 200rem;
}

.m-headbox .headIcon .inputbox .fenlei {
    margin: 30rem 0;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-headbox .headIcon .inputbox .fenlei a {
    font-size: 18rem;
    color: #fff;
    position: relative;
    padding: 0 30rem;
    margin: 0;
    transition: all .6s;
}

.m-headbox .headIcon .inputbox .fenlei a:hover {
    color: #fea80d;
}

.m-headbox .headIcon .inputbox .fenlei a:hover:before {
    background: #fbac09;
}

.m-headbox .headIcon .inputbox .fenlei a:before {
    position: absolute;
    content: "";
    width: 2rem;
    height: 94%;
    background: #fff;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
}

.m-headbox .headIcon .inputbox .searchbox .isbox:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 20rem;
    height: 2rem;
    background: #666;
    transition: all .6s;
    transform: rotateZ(45deg);
    cursor: pointer;
}

.m-headbox .headIcon .inputbox .searchbox .isbox:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 20rem;
    height: 2rem;
    background: #666;
    transition: all .6s;
    transform: rotateZ(-45deg);
    cursor: pointer;
}

.m-headbox .headIcon .inputbox input {
    width: 100%;
    height: 100%;
    color: #332c2b;
    font-size: 12rem;
    padding-left: 30rem;
    display: flex;
    align-items: center;
}

.m-headbox .headIcon .inputbox button {
    position: absolute;
    top: 50%;
    left: 2%;
    border: none;
    outline: none;
    background: none !important;
    filter: brightness(0.3);
    transform: translateY(-50%);
    width: 18rem !important;
    height: 18rem !important;
}

.m-headbox .headIcon .inputbox .searchbox .isbox {
    position: relative;
    position: absolute;
    right: 5%;
    top: 50%;
    width: 20rem;
    height: 20rem;
    transform: translateY(-50%);
    cursor: pointer;
}

.m-headbox .headIcon .inputbox .searchbox .isbox:hover:before {
    transform: rotateZ(0deg);
}

.m-headbox .headIcon .inputbox .searchbox .isbox:hover:after {
    transform: rotateZ(0deg);
}

.m-headbox .headIcon .inputbox button .search {
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
}

.m-headbox .headIcon .inputbox button .search img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: transparent;
    filter: brightness(0.3);
}

.m-headbox .yuyanbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 0rem;
    cursor: pointer;
    position: relative;
    height: 30rem;
    width: 92rem;
}

.m-headbox .yuyanbox.active {}

.m-headbox .yuyanbox .yuyansonbox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    border: 1rem solid #ddd;
    /* border-radius: 21rem; */
    background-color: #991111;
}

.m-headbox .yuyanbox .yuyansonbox .yuyantopbox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 5rem;
}

.m-headbox .yuyanbox .xianshitext {
    display: flex;
    align-items: center;
    margin-left: 0rem;
}

.m-headbox .yuyanbox .xianshitext img {
    width: 17rem;
    margin-left: 3rem;
    transition: all .2s;
    filter: brightness(200);
    transform: rotate(180deg);
}

.m-headbox .yuyanbox .liebiaoboxbox {
    height: auto;
    max-height: 0;
    transition: all 0.2s;
    overflow: auto;
    background: #fff;
}

.m-headbox .yuyanbox.active .liebiaoboxbox {
    max-height: 252rem;
}

.m-headbox .yuyanbox .liebiaoboxbox .liebiaobox {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.m-headbox .yuyanbox .liebiaoboxbox .liebiaobox a {
    color: #000;
    padding: 10rem 14rem;
    display: flex;
    align-items: center;
}

.m-headbox .yuyanbox .liebiaoboxbox .liebiaobox a:first-child {
    border-bottom: 1rem solid #fff;
}

.m-headbox .yuyanbox .liebiaoboxbox .liebiaobox a.active,
.m-headbox .yuyanbox .liebiaoboxbox .liebiaobox a:hover {
    /* background: #332c2b; */
    color: #991111;
}

.m-headbox .yuyanbox .liebiaoboxbox .liebiaobox a img {
    width: 25rem;
    margin-right: 10rem;
}

.m-headbox .yuyanbox a {
    color: #fff;
    font-size: 14rem;
    font-weight: 500;
    transition: all .6s;
}

.m-headbox .yuyanbox .wenanbox:hover {
    color: #fbe122;
}

#yuyanmapbox {
    display: none;
    width: 35rem;
    height: 35rem;
    /* display: grid; */
    align-items: center;
    text-align: center;
    /* background: #fafafa; */
    /* z-index: 9999999; */
    align-content: center;
}

#yuyanmapbox .yuyansonmapbox {
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    width: 31rem;
    height: 31rem;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
}


#yuyanmapbox .yuyansonmapbox .plane {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 35rem;
    height: 35rem;
}

#yuyanmapbox .yuyansonmapbox .plane .plane-img {
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#yuyanmapbox .yuyansonmapbox .earth-wrapper {
    position: absolute;
    /* width: 100%; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#yuyanmapbox .yuyansonmapbox .earth-wrapper:after {
    content: "";
    width: 30rem;
    height: 30rem;
    content: "";
    background: #991111;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
}

#yuyanmapbox .yuyansonmapbox .earth-wrapper img {
    width: 25rem;
    height: 25rem;
    object-fit: scale-down;
}

@keyframes earthAnim {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -52rem;
    }
}

.m-top-menu {
    position: fixed !important;
    background: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0rem;
    z-index: 992;
    /* display: none; */
    transition: all .6s;
    transform: translateX(100vw);
    box-shadow: 0rem 0rem 5rem #00000070;
}



.m-top-menu>ul {
    width: 100%;
    height: 100%;
    overflow: scroll;
    /* background: #fff; */
    color: #333;
    /* text-align: center; */
    font-size: 16rem;
    /* display: flex; */
    flex-direction: column;
    /* align-content: flex-end; */
    position: absolute;
    box-sizing: border-box;
    padding: 14rem;
    padding-bottom: 0;
    padding-top: 70rem;
    margin-bottom: 0;
    top: 0;
    left: 0;
}

.m-top-menu>ul a {
    color: #322c2a;
}
.m-top-menu.active >ul>li {
    opacity: 1;
    transform: translateY(0);
}
.m-top-menu>ul>li {
    width: 100%;
    padding: 20rem 12rem;
    background: #fff;
    /* margin: 20rem 0; */
    /* border-radius: 6rem; */
    border-bottom-width: 1rem;
    /* padding-left: 20rem; */
    overflow: hidden;
    /* padding-bottom: 20rem; */
    /* text-align: center; */
    border: none;
    padding-left: 14rem;
    /* margin-bottom: 24rem; */
    transition: all .4s ease;
    /* animation: dhmyfadedown .4s; */
    opacity: 0;
    transform: translateY(-32rem);
    border-bottom: 1rem solid #00000029;
}

.m-top-menu>ul>li:hover {
    background: #991111;
}

.m-top-menu>ul>li:hover a img {
    filter: none;
}

.m-top-menu>ul>li:hover a {
    color: #fff;
}

.m-top-menu>ul>li>a {
    font-size: 14rem;
    color: #322c2a;
    width: 100%;
    /* height: 100%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m-top-menu>ul>li>a img {
    width: 20rem;
    transition: all .6s;
    filter: brightness(.2);
}

.m-top-menu>ul>li>a img:hover {
    /* transform: rotate(180deg); */
}

.m-top-menu>ul>li .caidanbox {
    margin-top: 7rem;
    display: none;
    /* transition: all 2s; */
    padding-left: 20rem;
}

.m-top-menu>ul>li .caidanbox a {
    font-size: 14rem;
}

.m-top-menu>ul>li:hover .caidanbox a {
    color: #fff;
}

.m-top-menu>ul>li .caidanbox li {
    padding: 9rem 0;
    /* margin-top: 17rem; */
}

.m-top-menu>ul>li>ul {
    display: none;
}

.m-top-menu>ul>li:hover ul {
    display: block;
}

.m-top-menu>ul>li>ul {
    margin-top: 15rem;
    margin-bottom: 30rem;
}

.m-top-menu>ul>li>ul>a {
    display: block;
    margin: 15rem 0;
    color: #858585;
}

    /* 底部样式 */

/*  */
/*  */
.footernavbox {
    display: none;
}

.m-footernavbox {
    width: 100%;
    color: #fff;
    font-size: 14rem;
    padding-top: 20rem;
    position: relative;
    /*  */
    overflow: hidden;
    border-top: 3rem solid #991111;
    background-size: cover;
    z-index: 1;
}

.m-footernavbox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background: #991111;
    background: #242933;
}

.m-footernavbox .footercontent {}
.m-footernavbox .footercontent .footerheadbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20rem;
    flex-direction: column;
}
.m-footernavbox .footercontent .footerheadbox .leftbox {
    display: flex;
    align-items: center;
    font-size: 14rem;
    color: #ffffffc4;
    /* width: 30%; */
    display: none;
}

.m-footernavbox .footercontent .footerheadbox .leftbox .biaozhu {
    color: #991111;
    font-size: 20rem;
    font-weight: 600;
    margin-right: 10rem;
}
.m-footernavbox .footercontent .footerheadbox .centerbox {
    width: 100%;
}

.m-footernavbox .footercontent .footerheadbox .centerbox  form {
    height: 100%;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.m-footernavbox .footercontent .footerheadbox .centerbox  .searchbox {
    position: relative;
    width: 100%;
    height: 46rem;
    display: flex;
    justify-content: space-between;
    background: #fff;
    align-items: center;
    background: #292929;
    border-radius: 50rem;
    border: 1rem solid #fff;
    padding: 6rem;
}
.m-footernavbox .footercontent .footerheadbox .centerbox  input {
    width: calc(100% - 93rem);
    height: 100%;
    color: #fff;
    font-size: 14rem;
    padding-left: 4%;
    display: flex;
    align-items: center;
    background: transparent;
}

.m-footernavbox .footercontent .footerheadbox .centerbox  button {
    border: none;
    outline: none;
    width: 90rem;
    background: #991111;
    color: #fff;
    height: 100%;
    border-radius: 70rem;
    font-size: 14rem;
    cursor: pointer;
}

.m-footernavbox .footercontent .footerheadbox .centerbox  button .search {
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
}

.m-footernavbox .footercontent .footerheadbox .centerbox  button .search img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: transparent;
    filter: brightness(0);
}


.m-footernavbox .footercontent .footerheadbox .rightbox {display: none;}

.m-footernavbox .footercontent .footerheadbox .rightbox .waibulianjie {
    display: flex;
}

.m-footernavbox .footercontent .footerheadbox .rightbox .waibulianjie .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: brightness(0.7);
}

.m-footernavbox .footercontent .footerheadbox .rightbox .waibulianjie .img>img {
    /* border-radius: 50%; */
}

.m-footernavbox .footercontent .footerheadbox .rightbox .waibulianjie .img {
    width: 40rem;
    height: 40rem;
    margin-right: 20rem;
    border-radius: 50%;
    position: relative;
    transition: all .6s;
    z-index: 10;
    padding: 6rem;
    border: 1rem solid #fff;
}

.m-footernavbox .footercontent .footerheadbox .rightbox .waibulianjie .img.ewmbox {
    position: relative;
    z-index: 1;
}

.m-footernavbox .footercontent .footerheadbox .rightbox .waibulianjie .img.ewmbox:hover .xianshibox {
    opacity: 1;
    transform: translate(-50%, 33%);
    visibility: visible;
}

.m-footernavbox .footercontent .footerheadbox .rightbox .waibulianjie .img.ewmbox .xianshibox {
    position: absolute;
    background: #fff;
    border: 3rem solid #991111;
    border-radius: 2rem;
    overflow: hidden;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: all .6s !important;
    opacity: 0;
    display: block;
    visibility: hidden;
    z-index: -1;
}

.m-footernavbox .footercontent .footerheadbox .rightbox .waibulianjie .img.ewmbox .xianshibox img {
    width: 140rem;
    filter: none;
}

.m-footernavbox .footercontent .footerheadbox .rightbox .waibulianjie .img:hover {
    background: #991111;
}

.m-footernavbox .footercontent .footerheadbox .rightbox .waibulianjie .img:hover img {
    filter: none;
}

.m-footernavbox .footercontent .footerbottombox {
    display: flex;
    flex-direction: column;
    margin: 12rem 0;
}

.m-footernavbox .footercontent .footerbottombox .list {
    display: flex;
    align-items: center;
    font-size: 14rem;
    margin: 7rem 0;
}

.m-footernavbox .footercontent .footertopbox {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    flex-direction: column;
}

.m-footernavbox .footercontent .footertopbox .leftbox {
    width: 100%;
}

.m-footernavbox .footercontent .footertopbox .leftbox .navlistbox {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.m-footernavbox .footercontent .footertopbox .leftbox .navlistbox .listbox {
    width: 25%;
}

.m-footernavbox .footercontent .footertopbox .leftbox .navlistbox .listbox .caidanbox {
    display: none;
}

.m-footernavbox .footercontent .footertopbox .leftbox .navlistbox .listbox:first-child {
    display: none;
}

.m-footernavbox .footercontent .footertopbox .leftbox .navlistbox .listbox .caidanbox a {
    margin: 26rem 0;
    color: #ffffffbd;
}

.m-footernavbox .footercontent .footertopbox .leftbox .navlistbox .listbox a.list {
    font-size: 14rem;
    font-weight: 600;
    padding: 6rem 0rem;
    padding-left: 0;
}

.m-footernavbox .footercontent .footertopbox .leftbox .navlistbox .listbox:nth-child(5) {
    -
    right: 0;
}

.m-footernavbox .footercontent .footertopbox .leftbox .navlistbox .listbox a {
    color: #fff;
    display: flex;
    font-size: 16rem;
    transition: all .4s;
}

.m-footernavbox .footercontent .footertopbox .leftbox .navlistbox .listbox a:hover {
    color: #991111;
    font-weight: 600;
}

.m-footernavbox .footercontent .footertopbox .rightbox {
    font-size: 16rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16rem;
}

.m-footernavbox .footercontent .footertopbox .rightbox .phone {
    display: block;
    margin-top: 12rem;
    font-size: 22rem;
    width: 100%;
    color: #991111;
}

.m-footernavbox .footercontent .footertopbox .rightbox .footerimg {
    display: flex;
    padding: 10rem;
    background: #ffffff33;
    position: relative;
}

.m-footernavbox .footercontent .footertopbox .rightbox .footerimg .ewm {
    width: 135rem;
    border: 1rem solid #d3d3d3;
    padding: 7rem;
}

.m-footernavbox .footercontent .footertopbox .rightbox .footerimg .ewm img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.qr-scanner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.qr-scanner .scanner_box {
    height: 100%;
    width: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.qr-scanner .line {
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 255, 51, 0) 43%, #991111 211%);
    border-bottom: 1rem solid #991111;
    transform: translateY(-100%);
    animation: radar-beam 2s infinite;
    animation-timing-function: cubic-bezier(0.53, 0, 0.43, 0.99);
    animation-delay: 1.4s;
}

@keyframes radar-beam {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}


.prompt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12rem;
    color: #fff;
    margin-top: 20rem;
    padding: 10rem 2.5%;
    border-top: 1rem solid #30353f;
    background: #000000;
}

.prompt a {
    font-size: 12rem;
    color: #fff;
}


.message {
    border-radius: 50%;
    overflow: hidden;
    width: 300rem;
    height: 300rem;
}

.message img {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    object-fit: cover;
}


/**/
.fddh {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 9999;
    /* border-radius: 5rem; */
}

.fddh ul .list {
    /* width: 50rem; */
    /* height: 50rem; */
    background: #193668;
    cursor: pointer;
    position: relative;
    padding: 1rem 5rem;
    font-size: 14rem;
    color: #000;
    border: 1rem solid #e3e7ec;
    transition: all .5s;
}

.fddh ul .list:first-child {
    /* border-top-left-radius: 10rem; */
    /* border-top-right-radius: 10rem; */
    border-bottom: 0;
}

.fddh ul .list:last-child {
    /* border-bottom-left-radius: 10rem; */
    /* border-bottom-right-radius: 10rem; */
    border-top: 0;
}

.fddh ul .list .listbox {
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 6rem 0;
}

.fddh ul .list .listbox img {
    width: 22rem;
    object-fit: cover;
    /* filter: brightness(0.4); */
}

.fddh ul .list:hover .listbox img {
    filter: none;
}

.fddh ul .list .xianshibox {
    animation: spservhover .3s ease-out 0s forwards;
    background: #fff;
    border-radius: 4rem;
    box-shadow: 0 0 8rem 0 rgba(0, 0, 0, .12);
    color: #333;
    display: none;
    font-size: calc(var(--fontRatio, 1)* 14px);
    left: 0;
    line-height: 1.5;
    /* max-width: 252rem; */
    padding: 6rem;
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    width: max-content;
    text-align: center;
}

.fddh ul .list .xianshibox2 {
    right: 125rem;
    /* height: 55rem; */
    padding: 10rem;
    border-radius: 4rem;
    color: #484c61;
    /* min-width: 311rem; */
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -70rem;
    /* margin-top: -4rem; */
    font-size: 14rem;
    -webkit-box-shadow: 6rem 0 19rem rgba(0, 0, 0, 0.09);
    box-shadow: 6rem 0 19rem rgba(0, 0, 0, 0.09);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.fddh ul .list .xianshibox2 p {
    color: #991111;
    font-size: 16rem;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fddh ul .list .xianshibox:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8rem solid transparent;
    border-bottom: 8rem solid transparent;
    border-left: 10rem solid #fff;
    position: absolute;
    right: -10rem;
    top: 50%;
    margin-top: -8rem;
}

.fddh ul .list .xianshibox img {
    width: 130rem;
    border: 2rem solid #eee;
    display: block;
    margin: 4rem 0;
}

.fddh ul .list:hover {
    color: #2a2973;
    background: #991111;
}

.fddh ul .list:hover .xianshibox {
    display: block;
}

/**/
.liuyanbanbox {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #e6e6e6;
    padding: 10rem 0;
    z-index: 999;
    display: none;
}

.liuyanbanbox .liuyan {
    display: flex;
    justify-content: space-between;
    height: 45rem;
}

.liuyanbanbox .liuyan .left {
    font-size: 20rem;
    display: flex;
    align-items: center;
}

.liuyanbanbox .liuyan .left .hezi {
    background: #326bb4;
    color: #fff;
    padding: 5rem 20rem;
    margin-right: 20rem;
}

.liuyanbanbox .liuyan .left p {
    color: #326bb4;
}

.liuyanbanbox .liuyan .right form {
    display: flex;
    align-items: center;
}

.liuyanbanbox .liuyan .right .btn input {
    background: #326bb4;
    display: block;
    color: #fff;
    padding: 4rem 20rem;
    font-size: 16rem;
    height: 40rem;
}

.liuyanbanbox .liuyan .right textarea {
    display: block;
    border: none;
    outline: none;
    border: 1rem solid rgba(102, 102, 102, 0.493);
    width: 50%;
    max-width: 100%;
    height: 40rem;
    color: #666;
    text-indent: 16rem;
    /* line-height: 40rem; */
    /* display: flex; */
    /* align-items: center; */
    min-width: 100%;
    font-size: 16rem;
    font-family: '';
    resize: none;
    padding-top: 7rem;
}

.liuyanbanbox .liuyan .right .input input {
    display: block;
    border: none;
    outline: none;
    border: 1rem solid rgba(102, 102, 102, 0.493);
    width: 30%;
    max-width: 100%;
    height: 40rem;
    color: #666;
    text-indent: 16rem;
    min-width: 100%;
    font-size: 16rem;
    font-family: '';
}

/* Ã¦â€¡â€™Ã¥Å Â Ã¨Â½Â½ */
.loader {
    height: 5rem;
    width: 1rem;
    position: absolute;
    animation: rotate0234 3.5s linear infinite;
}

.loader .dot {
    top: 30rem;
    height: 7rem;
    width: 7rem;
    background: #268fe4;
    border-radius: 50%;
    position: relative;
}


.loader .text {
    position: absolute;
    bottom: -85rem;
    font-size: 25rem;
    font-weight: 400;
    color: #26aee4;
}

@keyframes rotate0234 {
    30% {
        transform: rotate(220deg);
    }

    40% {
        transform: rotate(450deg);
        opacity: 1;
    }

    75% {
        transform: rotate(720deg);
        opacity: 1;
    }

    76% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        transform: rotate(0deg);
    }
}

.loader:nth-child(1) {
    animation-delay: 0.15s;
}

.loader:nth-child(2) {
    animation-delay: 0.3s;
}

.loader:nth-child(3) {
    animation-delay: 0.45s;
}

.loader:nth-child(4) {
    animation-delay: 0.6s;
}

.loader:nth-child(5) {
    animation-delay: 0.75s;
}

.loader:nth-child(6) {
    animation-delay: 0.9s;
}

.loaderboxbox {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.imgli {
    position: relative;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pages {
    display: block;
    text-align: center;
    margin: 20rem auto;
}

ul.pagination li {
    display: inline;
    float: left;
    border: 0rem;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8rem 16rem;
    text-decoration: none;
    transition: background-color .3s;
    border: 1rem solid #ddd;
    margin: 0 4rem;
}

ul.pagination li span {
    color: #fff;
    float: left;
    padding: 8rem 16rem;
    text-decoration: none;
    transition: background-color .3s;
    border: 1rem solid;
    margin: 0 4rem;
    background-color: #991111;
}

ul.pagination li a.active {
    background-color: #ec6901;
    color: white;
    border: 1rem solid #ec6901;
}

ul.pagination li a:hover:not(.active) {
    background-color: #991111;
    color: #fff;
}

@keyframes icon-bounce {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    75% {
        transform: rotate(3deg);
    }

    85% {
        transform: rotate(-3deg);
    }
}

@keyframes scaleimg {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }

}

@keyframes myfadeup {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }

}

@keyframes myfadeleft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }

}

@keyframes myfaderight {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }

}

@keyframes myfadedown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }

}

@keyframes topbottom {

    0%,
    65% {
        transform: translateY(0%);
    }

    70% {
        transform: translateY(2%);
    }

    75% {
        transform: translateY(3%);
    }

    80% {
        transform: translateY(4%);
    }


    100% {
        transform: translateY(0%);
    }
}

@keyframes typing {
    0% {
        width: 0;
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

@keyframes spservhover {
    0% {
        opacity: .5;
        transform: translate(calc(-100% - 16px),-50%) scale(.5)
    }

    60% {
        opacity: 1;
        transform: translate(calc(-100% - 16px),-50%) scale(1)
    }

    to {
        opacity: 1;
        transform: translate(calc(-100% - 16px),-50%) scale(1)
    }
}


.myfadedownbox {
    animation: myfadedown 1s;
}

.fengeneibg {
    padding: 30rem 0;
    /* padding-bottom: 10rem; */
}