.w {
    width: 1580px;
    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: 20px;
    right: 20px;
    background: #fff;
    border: none;
    font-size: 42px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    justify-content: center;
}


.zhutitle .futitle {
    font-size: 18px;
    width: 100%;
    color: #666;
    margin-top: 10px;
    letter-spacing: initial;
    font-weight: normal;
}



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



.zhutitle .text {
    width: 70%;
}


.nybanner {
    /* padding-top: 130px; */
}


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

.swiper-pagination-bullet {
    width: 30px;
    border-radius: 50px;
}

.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: 60px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #332c2b00;
    border-radius: 50%;
    border: 2px solid #d91626;
}

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

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

.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: 70px 0;
    padding-bottom: 30px;
}

a.read {
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    display: inline-flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    padding: 10px 26px;
    text-decoration: none;
    border-radius: 50px;
    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: 30px;
    margin-left: 10px;
}

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

a.read:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0px;
    width: 110%;
    height: 100%;
    background-color: #d91626;
    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);
}

/* */
.m-headbox {
    display: none !important;
}

.m-top-menu {
    display: none;
}

.headbox {
    width: 100%;
    /* height: 110px; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    /* box-shadow: 0px 0px 5px #332c2b00036; */
    display: flex;
    align-items: center;
    transition: all .6s;
    flex-direction: column;
    border-bottom: 1px solid #6666662e;
}

.headbox .waibulianjie {
    display: flex;
}

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

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

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

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

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

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

.headbox .waibulianjie .img.ewmbox .xianshibox img {
    width: 140px;
    filter: none;
}



.headbox:hover {
    background: #fff;
}

.headbox:hover .mynav .waiul .tablist a.tabnav {
    color: #332c2b;
}

.navtext {
    background: #332c2b;
    color: #fff;
    font-size: 14px;
    height: 50px;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.headbox .navfatherbox {
    position: relative;
    transition: all .3s;
    width: 100%;
}

.headbox .navfatherbox.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    animation: sticky 1.2s;
    background-color: #fff;
    box-shadow: 0px 12px 30px 0px rgba(174, 184, 198, 0.2);
}

.headbox .navbox {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0px 5%;
    justify-content: space-between;
    margin: auto;
    height: 80px;
    background: #fff;
}

.headbox .navbox .logo {
    width: 23%;
    margin-right: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.headbox .navbox .logo img {
    width: 20%;
}





.headbox .navbox .mynav {
    display: flex;
    height: 100%;
}

.headbox .navbox .mynav ul.waiul {
    display: flex;
    height: 100%;
    justify-content: flex-end;
}

.mynav .waiul>li.tablist {
    position: relative;
    height: 100%;
    line-height: 80px;
    padding: 0 36px;
    /* margin-left: 70px; */
    text-align: center;
    transition: all .6s;
    font-weight: 500;
}

.mynav .waiul>li.tablist:hover {
    background: #332c2b;
}

.mynav .waiul>li.tablist.active .caidanbox {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.mynav .waiul>li.tablist:hover .tabnav {
    color: #fff !important;
}

.mynav .waiul>li .caidanbox {
    width: 200%;
    background: #fff;
    background: #332c2b;
    position: absolute;
    left: 0;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out 0s;
    z-index: 99;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
    border-top: 3px solid #d91626;
}

.mynav .waiul>li .caidanbox li {
    margin-bottom: 14px;
    text-align: left;
}

.mynav .waiul>li .caidanbox li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 8px 15px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    margin: 0;
    border-bottom: 1px solid #ececec;
    color: #fff;
    font-weight: 500;
}

.mynav .waiul>li .caidanbox li a:hover {}

.mynav .waiul>li .caidanbox li:last-child {
    margin-bottom: 0;
}

.mynav .waiul>li .caidanbox li a:hover {
    color: #d91626;
}

.mynav .waiul>li .tabnav::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -18px;
    left: 0%;
    right: 0;
    margin: auto;
    width: 90%;
    height: 3px;
    /* border-radius: 4px; */
    transition: all 1s;
    transform: scale(0);
    background-color: #fff;
}

.mynav .waiul>li:hover .tabnav::after {
    transform: scale(1);
}

.mynav .waiul>li .tabnav:hover {
    color: #332c2b !important;
}

.headbox .navbox .mynav>ul>li .caidanbox a {}

.headbox .navbox .mynav ul li a.topnav {
    color: #333;
    /* margin-right: 50px; */
    padding: 6px 18px;
    text-align: center;
    color: #fff;
    /* padding: 4px 30px; */
    position: relative;
    border-radius: 4px;
    height: 30px !IMPORTANT;
}

.headbox .navbox .mynav .waiul>li a.active {
    background-color: #326bb4;
    border-radius: 4px;
    color: #fff;
}

.headbox .navbox .mynav ul li.tablist:hover a {
    /* color: #fff; */
}

.headbox .navbox .mynav ul li .active {
    color: #fff;
}

.headbox .navbox .mynav ul.waiul>li.tablist>a {
    text-decoration: none;
    border: none;
    font-size: 18px;
    color: #332c2b;
    font-weight: 600;
}

.headbox .navbox .mynav ul ul {
    /* color: #ec6901; */
    height: 100%;
}

.headbox .navbox .mynav .waiul .tablist .tabnav {
    position: relative;
}

.headbox .navbox .mynav .waiul .tablist .tabnav img {
    width: 24px;
    filter: brightness(0.2);
    margin-left: 4px;
    transition: all .3s;
}

.headbox .navbox .mynav .waiul .tablist.active .tabnav img {
    filter: none;
    transform: rotate(-180deg);
}

.headbox .navtext .iconbox {
    width: 18px;
    display: flex;
    margin-right: 6px;
    align-items: center;
    justify-content: center;
}

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

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

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

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

.headbox .navtext .phonebox {
    display: flex;
    align-items: center;
    /* margin-left: 16px; */
    font-size: 16px;
}

.headbox .navtext .phonebox .list {
    display: flex;
    color: #fff;
    font-size: 16px;
    align-items: center;
    margin-right: 18px;
}

.headbox .navtext .phonebox .iconbox img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}


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

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

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

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

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

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


.headbox .headIcon .inputbox {
    width: 0;
    position: absolute;
    right: 84%;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    border-radius: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    opacity: 0;
    box-shadow: 0px 0px 5px #332c2b00047;
}

.headbox .headIcon .inputbox.active {
    width: 300px;
    /* padding: 0 60px 0 30px; */
    opacity: 1;
}

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

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

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

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

.headbox .headIcon .inputbox .imglogo {}

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

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

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

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

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

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

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

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

.headbox .headIcon .inputbox input {
    width: 100%;
    height: 100%;
    color: #332c2b;
    font-size: 14px;
    padding-left: 32px;
    display: flex;
    align-items: center;
}

.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: 20px !important;
    height: 20px !important;
}

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

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

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

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

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

.headbox .yuyanbox {
    display: flex;
    align-items: center;
    /* background: #332c2b; */
    margin-left: 20px;
    padding: 2px 14px;
    /* border-radius: 50px; */
    position: relative;
    cursor: pointer;
}

.headbox .yuyanbox .xianshitext {
    display: flex;
    align-items: center;
    margin-left: 13px;
}

.headbox .yuyanbox .xianshitext img {
    width: 30px;
    margin-left: 10px;
    transition: all .5s;
}

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

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

.headbox .yuyanbox .liebiaoboxbox .liebiaobox a {
    color: #332c2b;
    padding: 10px 14px;
    display: flex;
    align-items: center;

}

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

.headbox .yuyanbox .liebiaoboxbox .liebiaobox a.active,
.headbox .yuyanbox .liebiaoboxbox .liebiaobox a:hover {
    background: #332c2b;
    color: #fff;
}

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

.headbox .yuyanbox a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition: all .6s;
}

.headbox .yuyanbox .wenanbox:hover {
    color: #d91626;
}

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


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

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

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

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

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

.footernavbox {
    width: 100%;
    color: #fff;
    font-size: 18px;
    position: relative;
    /*  */
    overflow: hidden;
}

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

.footernavbox .footercontent {}

.footernavbox .footercontent .leftbox {
    width: 40%;
}

.footernavbox .footercontent .leftbox .title {
    font-size: 34px;
    font-weight: 600;
}

.footernavbox .footercontent .leftbox>div>.text {
    font-size: 16px;
    margin: 30px 0;
    line-height: 26px;
}

.footernavbox .footercontent .leftbox .waibulianjie {
    display: flex;
}

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

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

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

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

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

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

.footernavbox .footercontent .leftbox .waibulianjie .img.ewmbox .xianshibox img {
    width: 140px;
    filter: none;
}

.footernavbox .footercontent .leftbox .waibulianjie .img:hover {
    background: #d91626;
}

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


.footernavbox .footercontent .fcontentbox {
    width: 47%;
}

.footernavbox .footercontent .fcontentbox .navlistbox {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

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

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

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

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

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

.footernavbox .footercontent .fcontentbox .navlistbox .list {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    font-weight: 600;
}

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

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

.footernavbox .footercontent .fcontentbox .navlistbox .list:hover {
    color: #d91626;
}

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

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

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

.footernavbox .footercontent {
    display: flex;
    padding-top: 70px;
    justify-content: space-between;
    align-items: center;
}

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

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

.footernavbox .lianxibox .list {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

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

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

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

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

.footernavbox .lianxibox .list .text {
    /* line-height: 41px; */
    font-size: 16px;
}

.footernavbox .lianxibox .list .title {}

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

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

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







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

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

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

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

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

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

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

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

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

.footernavbox .footercontent .contact .formbox .inputbox .btnbox {
    border-radius: 50px;
    background: #d91626;
    color: #fff;
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}

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

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

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


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

.prompt .itembox {
    display: flex;
    justify-content: space-between;
}

.prompt a {
    color: #fff;
    font-size: 14px;
}

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

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

/**/
.fddh {
    position: fixed;
    right: 2%;
    bottom: 7%;
    z-index: 999;
    display: block;
  
}

.fddh ul{
      background: #fff;
      box-shadow: 0 0 7px 0 rgba(80,80,80,.29);
      padding-top: 3px;
}


.fddh .wmkc-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #fff;
    background: #fff;
    box-shadow: 0 0 7px 0 rgba(80, 80, 80, .29);
    border-radius: 30px 30px 0 0;
    width: 100%;
    padding-top: 8px;
    margin: 0 auto;
}

.fddh .wmkc-img span {
    width: 100%;
    height: 26px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background: #007aff;
    border-radius: 3px;
    color: #fff;
    margin: 5px 0 0 0;
    font-size: 12px !important
}

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

.fddh ul .list {
    width: 70px;
    height: 55px;
    /* border-radius: 4px; */
    /* background: #332c2bad; */
    margin: 8px 0;
    cursor: pointer;
    position: relative;
    /* border-radius: 50%; */
    /* box-shadow: 0px 0px 5px #fff; */
}

.fddh ul .list span{
     width: 100%;
     height: 26px;
     text-align: center;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     white-space: nowrap;
     /* background: #cda274; */
     border-radius: 3px;
     color: #000;
     margin: 5px 0 0 0;
     font-size: 12px !important
}

.fddh ul .topbtn{
    background: #007aff;
}

.fddh ul .list:nth-child(-n+2) {
    display: block;
}



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

.fddh ul .list .listbox img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

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

.fddh ul .list .xianshibox2 {
    right: 125px;
    height: 55px;
    line-height: 55px;
    border-radius: 4px;
    color: #484c61;
    width: 208px;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 77px;
    margin-top: -27px;
    font-size: 14px;
    -webkit-box-shadow: 6px 0 19px rgba(0, 0, 0, 0.09);
    box-shadow: 6px 0 19px 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: #067851;
    font-size: 24px;
    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: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -8px;
}

.fddh ul .list .xianshibox img {
    width: 100%;
}

.fddh ul .list:hover {
    background: #f3f4f9;
}


.fddh ul .topbtn:hover {
    background: #cda274;
}


.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: 10px 0;
    z-index: 999;
    display: none;
}

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

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

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

.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: 4px 20px;
    font-size: 16px;
    height: 40px;
}

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

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

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ */
.loader {
    height: 5px;
    width: 1px;
    position: absolute;
    animation: rotate0234 3.5s linear infinite;
}

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


.loader .text {
    position: absolute;
    bottom: -85px;
    font-size: 25px;
    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: 30px 0;
}

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

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

ul.pagination li span {
    color: #fff;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid;
    margin: 0 4px;
    background-color: #332c2b;
    border-radius: 3px;
    overflow: hidden;
}

ul.pagination li a.active {
    background-color: #ec6901;
    color: white;
    border: 1px 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: -200px;
    }

    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;
    }
}