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

#particles-js {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
}

/* 可以点击放大的图片类名 */
.bigimg {
    cursor: pointer;
}

/* 遮罩层 */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* 放大的图片 */
.big-image {
    max-width: 90%;
    max-height: 90%;
    animation: 1s scaleimg;
}

/* 关闭按钮 */
.close-btn {
    position: absolute;
    top: 20rem;
    right: 20rem;
    background: #fff;
    border: none;
    font-size: 42rem;
    cursor: pointer;
    width: 50rem;
    height: 50rem;
    border-radius: 50%;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    justify-content: center;
}


.zhutitle .futitle {
    font-size: 12rem;
    width: 100%;
    color: #666;
    margin-top: 6rem;
    letter-spacing: initial;
    font-weight: normal;
}



.zhutitle {
    font-size: 20rem;
    padding-bottom: 20rem;
    /* text-align: center; */
    width: 100%;
    font-weight: 600;
    color: #332c2b;
    /* padding-bottom: 0; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 2rem;
}



.zhutitle .text {
    width: 100%;
}


.nybanner {
    padding-top: 60rem;
}


.swiper-pagination-bullet-active {
    background: #fbe122;
}

.swiper-pagination-bullet {
    width: 30rem;
    border-radius: 50rem;
    height: 6rem;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "";
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "";
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60rem;
    height: 60rem;
    margin-top: -22rem;
    z-index: 10;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #332c2b00;
    border-radius: 50%;
    border: 2rem solid #fbe122;
}

.swiper-button-white img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-white:hover {
    background: #fbe122;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(../image/left.png);
    background-image: none;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(../image/right.png);
    background-image: none;
}

.myfadedownbox {
    animation: myfadedown 1s;
}

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

a.read {
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border: 1rem solid #fff;
    display: inline-flex;
    justify-content: center;
    font-size: 14rem;
    font-weight: 500;
    align-items: center;
    padding: 8rem 20rem;
    text-decoration: none;
    border-radius: 50rem;
    cursor: pointer;
    text-transform: capitalize;
    background: #332c2b;
    user-select: none;
    text-align: center;
    -webkit-user-select: none;
    touch-action: manipulation;
    /* overflow: hidden; */
}

a.read .readson {
    display: flex;
    align-items: center;
}

a.read .readson .btn-text {
    color: #ffffff;
    position: relative;
    transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 10;
    display: flex;
    align-items: center;
}

a.read .readson .btn-text img {}

a.read .readson .btn-textimg {
    /* color: #fff; */
    display: flex;
    position: absolute;
    bottom: 0;
    transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 100;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    height: 100%;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

a.read:hover .readson .btn-textimg {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

a.read .readson .btn-textimg img {
    filter: brightness(0);
}

a.read .readson img {
    width: 20rem;
    margin-left: 9rem;
}

a.read:hover {
    color: #332c2b;
    transition: background .4s 200ms;
    background: none;
}

a.read:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0rem;
    width: 110%;
    height: 100%;
    background-color: #fbe122;
    border: 0;
    transform-origin: bottom center;
    transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
    transform: skewY(9.3deg) scaleY(0);
    z-index: 50;
}

a.read:hover:after {
    transform-origin: bottom center;
    transform: skewY(6.3deg) scaleY(2);
}

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

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

.m-headbox {
    display: flex;
    position: fixed;
    height: 60rem;
    background: #332c2b;
    width: 100%;
    padding-left: 10rem;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    top: 0;
    border-bottom: 1rem solid #ffffff38;
}


.m-headbox .rightbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #332c2b; */
    padding: 0 10rem;
    /* height: 60rem; */
}

.m-headbox .rightbox .phonebox {
    display: flex;
    align-items: center;
}



.m-headbox .list-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.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: 25rem;
    height: 25rem;
    flex-direction: column;
    justify-content: center;
}

.m-headbox .list-button .line {
    width: 100%;
    height: 2rem;
    background: #fff;
    margin: 3rem 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: 60rem; */
}




.m-headbox  .logo {
    width: 17%;
    /* 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;
    background: #332c2b;
    margin-left: 3rem;
    padding: 2rem 6rem;
    /* border-radius: 50rem; */
    position: relative;
    cursor: pointer;
}

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

.m-headbox .yuyanbox .xianshitext img {
    width: 26rem;
    margin-left: 4rem;
    transition: all .5s;
}

.m-headbox .yuyanbox .liebiaoboxbox {
    display: none;
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    background: #fff;
}

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

.m-headbox .yuyanbox .liebiaoboxbox .liebiaobox a {
    color: #332c2b;
    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: #fff;
}

.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 {
    /* position: fixed; */
    width: 40rem;
    height: 40rem;
    /* 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: 28rem;
    height: 28rem;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
}


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

#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 .earth {
    width: 26rem;
    height: 26rem;
    background: url("../image/map.png");
    border-radius: 100%;
    background-size: 52rem;
    animation: earthAnim 6s infinite linear;
    margin: 0 auto;
    border: 1rem solid #CDD1D3;
}

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

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

.m-top-menu {
    position: fixed !important;
    background: #322c2a;
    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: 12rem;
    background: #fff;
    margin: 26rem 0;
    /* border-radius: 6rem; */
    border-bottom-width: 1rem;
    /* padding-left: 20rem; */
    overflow: hidden;
    /* padding-bottom: 20rem; */
    /* text-align: center; */
    border: none;
    padding-left: 26rem;
    /* margin-bottom: 24rem; */
    transition: all .4s ease;
    /* animation: dhmyfadedown .4s; */
    opacity: 0;
    transform: translateY(-32rem);
}

.m-top-menu>ul>li:hover {
    /* background: #fbe122; */
}

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

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

.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: 10rem;
}

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

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

.m-top-menu>ul>li .caidanbox li {
    padding: 5rem 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;
    position: relative;
    /*  */
    overflow: hidden;
    margin-top: 20rem;
}

.m-footernavbox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #332c2b;
    background-size: cover;
    width: 100%;
    height: 100%;
    /* filter: blur(4rem);*/
    z-index: -1;
    /* transform: scale(1.05); */
    background: url(../image/footerbg.jpg) center no-repeat;
    background: #332c2b;
    background-size: cover;
}

.m-footernavbox .footercontent {}

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

.m-footernavbox .footercontent .leftbox .title {
    font-size: 20rem;
    font-weight: 600;
    display: none;
}

.m-footernavbox .footercontent .leftbox>div>.text {
    font-size: 14rem;
    margin: 16rem 0;
    line-height: 28rem;
    display: none;
}

.m-footernavbox .footercontent .leftbox .waibulianjie {
    display: flex;
    margin: 20rem 0;
}

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

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

.m-footernavbox .footercontent .leftbox .waibulianjie .img {
    width: 34rem;
    margin-right: 19rem;
    border-radius: 3rem;
    position: relative;
    background: #fff;
    transition: all .6s;
    z-index: 10;
}

.m-footernavbox .footercontent .leftbox .waibulianjie .img.ewmbox {
    position: relative;
    z-index: 9;
}

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

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

.m-footernavbox .footercontent .leftbox .waibulianjie .img.ewmbox .xianshibox img {
    width: 120rem;
    filter: none;
}

.m-footernavbox .footercontent .leftbox .waibulianjie .img:hover {
    background: #fbe122;
}

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


.m-footernavbox .footercontent .fcontentbox {}

.m-footernavbox .footercontent .fcontentbox .navlistbox {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 16rem;
}

.m-footernavbox .footercontent .fcontentbox .navlistbox .listbox:nth-child(3n) {
    /* margin-right: 0; */
}

.m-footernavbox .footercontent .fcontentbox .navlistbox .listbox {
    width: 33%;
}

.m-footernavbox .footercontent .fcontentbox .navlistbox .listbox:nth-child(4) {
    /* display: none; */
}

.m-footernavbox .footercontent .fcontentbox .navlistbox .listbox:nth-child(5) {
    /* display: none; */
}

.m-footernavbox .footercontent .fcontentbox .navlistbox .listbox:nth-child(7) {
    display: none;
}

.m-footernavbox .footercontent .fcontentbox .navlistbox .list {
    display: block;
    font-size: 14rem;
    color: #fff;
    line-height: 28rem;
    font-weight: 600;
}

.m-footernavbox .footercontent .fcontentbox .navlistbox .listbox .caidanbox {
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-top: 10rem;
}

.m-footernavbox .footercontent .fcontentbox .navlistbox .listbox .caidanbox a {
    color: #fff;
    font-size: 16rem;
    line-height: 36rem;
}

.m-footernavbox .footercontent .fcontentbox .navlistbox .list:hover {
    color: #fbe122;
}

.m-footernavbox .footercontent .fcontentbox .img {
    width: 6%;
    /* height: 200rem; */
    /* margin-bottom: 22rem; */
}

.m-footernavbox .footercontent .fcontentbox .img img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
    filter: brightness(500);
}

.m-footernavbox .footercontent .fcontentbox .footernav {
    display: flex;
    flex-direction: column;
}

.m-footernavbox .footercontent {
    display: flex;
    padding-top: 20rem;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.m-footernavbox .footercontent .contact {
    display: flex;
    width: 100%;
    /* height: 50%; */
    /* flex-wrap: wrap; */
    flex-direction: column;
    /* justify-content: center; */
}

.m-footernavbox .footercontent .contact .list {
    display: block;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 21rem;
    color: #fff;
    font-size: 18rem;
}

.m-footernavbox .lianxibox .list {
    margin-bottom: 18rem;
    display: flex;
    align-items: center;
    width: 100%;
}

.m-footernavbox .lianxibox .list .icon {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10rem;
    padding: 3rem;
    border-radius: 3rem;
}

.m-footernavbox .lianxibox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* padding-left: 8%; */
}

.m-footernavbox .bottombox {
    display: flex;
    justify-content: space-between;
    width: 60%;
    flex-direction: row-reverse;
    padding-left: 5%;
}

.m-footernavbox .lianxibox .list img {
    width: 24rem;
    height: 24rem;
    /* margin-right: 6rem; */
    filter: brightness(0.2);
    );
}

.m-footernavbox .lianxibox .list .text {
    /* line-height: 41rem; */
    font-size: 14rem;
}

.m-footernavbox .lianxibox .list .title {}

.m-footernavbox .fcontentbox .footerimg {
    top: 0;
    width: 100%;
    display: flex;
    font-size: 16rem;
    justify-content: flex-end;
}

.m-footernavbox .fcontentbox .footerimg .ewm {
    display: flex;
    flex-direction: column;
    width: 150rem;
    font-size: 16rem;
    text-align: center;
}

.m-footernavbox .fcontentbox .footerimg .ewm img {
    width: 100%;
    margin-bottom: 10rem;
}







.m-footernavbox .footercontent .title img {
    width: 30rem;
    height: 30rem;
    margin-right: 10rem;
}

.m-footernavbox .footercontent .contact .formbox form>.line {
    font-size: 14rem;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    line-height: 22rem;
}

.m-footernavbox .footercontent .contact .formbox form>.line .ifbox {
    display: flex;
    align-items: center;
}

.m-footernavbox .footercontent .contact .formbox form>.line .ifbox label {
    display: flex;
    justify-content: center;
}

.m-footernavbox .footercontent .contact .formbox form>.line input {
    width: 19rem;
    height: 18rem;
    margin-right: 10rem;
    margin-top: 2rem;
}

.m-footernavbox .footercontent .contact .formbox .inputbox {
    display: flex;
    background: #fff;
    border-radius: 50rem;
    /* overflow: hidden; */
    color: #332c2b;
    width: 100%;
    height: 39rem;
    align-items: center;
    /* margin: 15rem 0; */
    justify-content: space-between;
    position: relative;
}

.m-footernavbox .footercontent .contact .formbox .inputbox .line {
    height: 100%;
    width: 79%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 11rem;
}

.m-footernavbox .footercontent .contact .formbox .inputbox .line img {
    filter: brightness(.3);
    width: 20rem;
    height: 20rem;
    /* object-fit: scale-down; */
}

.m-footernavbox .footercontent .contact .formbox .inputbox .line>div {
    width: 100%;
    height: 100%;
}

.m-footernavbox .footercontent .contact .formbox .inputbox .btnbox {
    border-radius: 50rem;
    background: #fbe122;
    color: #fff;
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14rem;
    cursor: pointer;
}

.m-footernavbox .footercontent .contact .formbox .inputbox .btnbox .tishi {
    position: absolute;
    left: 0;
    bottom: -26rem;
    font-size: 14rem;
    color: red;
}

.m-footernavbox .footercontent .contact .formbox .inputbox .btnbox p {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.m-footernavbox .footercontent .contact .formbox .inputbox input {
    outline: none;
    border: none;
    width: 93%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14rem;
    padding-left: 5rem;
}


.prompt {
    text-align: center;
    /* margin-top: 26rem; */
    /* margin-bottom: 20rem; */
    font-size: 12rem !important;
    /* background-color: #332c2b; */
    width: 100%;
    padding: 10rem 0;
    border-top: 1rem solid #ffffff7d;
    margin-top: 0rem;
}

.prompt .itembox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

.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: 2%;
    bottom: 3%;
    z-index: 999;
    display: none;
}

.fddh.active {
    display: block;
    animation: scaleimg .5s;
}

.fddh ul .list {
    width: 30rem;
    height: 30rem;
    border-radius: 4rem;
    background: #332c2bad;
    margin: 17rem 0;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    box-shadow: 0rem 0rem 5rem #fff;
}

.fddh ul .list:nth-child(-n+3) {
    /* display: none; */
}



.fddh ul .list .listbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
}

.fddh ul .list .listbox img {
    width: 24rem;
    height: 24rem;
    object-fit: cover;
}

.fddh ul .list .xianshibox {
    display: none;
    position: absolute;
    width: 140rem;
    height: 140rem;
    padding: 5rem;
    background-color: #fff;
    right: 47rem;
    top: 8%;
    transform: translateX(112%);
    margin-top: -67rem;
    -webkit-box-shadow: 6rem 0 29rem rgba(0, 0, 0, 0.09);
    box-shadow: 6rem 0 29rem rgba(0, 0, 0, 0.09);
    transition: all .6s !important;
    opacity: 0;
    display: block;
    visibility: hidden;
}

.fddh ul .list .xianshibox2 {
    right: 125rem;
    height: auto;
    /* line-height: 55rem; */
    border-radius: 4rem;
    color: #484c61;
    width: max-content;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 49rem;
    padding: 6rem 10rem;
    margin-top: -23rem;
    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;
    z-index: -1;
}

.fddh ul .list .xianshibox2 p {
    color: #332c2b;
    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: 100%;
}

.fddh ul .list:hover {
    background: #332c2b;
}

.fddh ul .list:hover .xianshibox {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}


/**/
.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 0;
    margin-bottom: 0;
}

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;
    border-radius: 3rem;
    overflow: hidden;
}

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: #332c2b;
    border-radius: 3rem;
    overflow: hidden;
}

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

ul.pagination li a:hover:not(.active) {
    background-color: #332c2b;
    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 scalevideo {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        transform: translate(-50%, -50%) 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 sticky {
    0% {
        top: -200rem;
    }

    100% {
        top: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}