a.read {
    color: #fff;
    position: relative;
    display: block;
    width: max-content;
    transition: all .8s ease-in-out;
    font-size: 14rem;
    text-align: center;
    padding: 10.5rem 30rem;
    font-weight: 600;
    z-index: 1;
}

a.read:hover {
    /* color: #000; */
}

a.read:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1rem solid #fff;
    /* opacity: .3; */
    transform: skewX(340deg);
    z-index: 1;
}

a.read:before {
    content: '';
    width: 15rem;
    height: 100%;
    position: absolute;
    right: -12rem;
    top: -14rem;
    transform: skewX(340deg);
    z-index: 11;
    background: #ee4f01;
}

a.read span {
    display: block;
    /* position: relative; */
    z-index: 1;
}

a.read span:after {
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 0;
    background: #ee4f01;
    transition: all .6s;
    left: 0;
    top: 0;
    border: 0rem solid #fff;
    transform: skewX(340deg);
}

a.read:hover span:after {
    width: 100%;
    border: 1rem solid #fff;
}

.zhutitle .futitle {
    width: 100%;
    margin-top: 10rem;
    text-shadow: none;
    text-transform: uppercase;
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 21rem;
    letter-spacing: 0rem;
    color: #07315e2b;
    font-weight: bold;
    line-height: 30rem;
    white-space: nowrap;
    z-index: -1;
}


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

.zhutitle span {
    color: #ee4f01;
    text-shadow: 2rem 2rem 1rem #fffffffa;
}


/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ */
.w {
    width: 95%;
    margin: auto;
    /* overflow: hidden; */
}

.nybanner {
    /* margin-top: 60rem; */
    overflow: hidden;
}

.nybanner img {
    /* animation: myscle 4s; */
}

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

    100% {
        transform: scale(1);
    }

}

.bannvideobox {
    margin-top: 60rem;
}


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

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

.m-headbox {
    display: flex;
    position: absolute;
    height: 60rem;
    width: 100%;
    padding: 0rem 0rem;
    justify-content: space-between;
    /* align-items: center; */
    z-index: 999;
    top: 14rem;
}

.m-headbox .m-logo {
    padding: 5rem 0;
    padding-right: 40rem;
    padding-left: 3%;
    width: 58%;
    clip-path: polygon(0% 0%, 100% 0%, 86% 100%, 0% 100%);
    background: #fff;
}

.m-headbox .rightbox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5rem 5rem;
    padding-right: 20rem;
    background: #034b9594;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 25%;
}

.m-headbox .m-logo .text-box {
    margin-left: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.m-headbox .m-logo .text-box p:nth-child(1) {
    color: #ffffff;
    font-size: 24rem;
    text-align: center;
    letter-spacing: 5rem;
    text-shadow: 2rem 2rem 3rem #000000;
}

.m-headbox .m-logo .text-box p:nth-child(2) {
    font-weight: bold;
    font-size: 10rem;
}

.m-headbox .m-logo img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

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

.m-headbox .list-button .mlangchange {
    width: 30rem;
    height: 100%;
    position: relative;
    margin-right: 20rem;
    line-height: 40rem;
}

.m-headbox .list-button .mlangchange .pic-box {
    height: 100%;
}

.m-headbox .list-button .mlangchange .showbox {
    display: none;
    transition: unset;
    width: 300%;
    height: auto;
    position: absolute;
    background: #2EA199;
    font-size: 20rem;
    color: #fff;
    text-align: center;
    right: -100%;
    line-height: 40rem;
}

.m-headbox .list-button .mlangchange .showbox a {
    display: inline-block;
    width: 100%;
    border-top: 1rem #ffffff52 solid;
}

.m-headbox .list-button .linebox {
    display: flex;
    width: 30rem;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

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

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

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

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

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

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

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


.m-headbox .headIcon .inputbox {
    position: fixed;
    top: 0rem;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000000cc;
    transition: all .6s;
    transform: translateY(-200vh);
}

.m-headbox .headIcon .showinput>img {
    filter: brightness(0.4);
    width: 23rem;
    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: 92%;
    height: 45rem;
    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;
    flex-wrap: wrap;
    padding: 10rem;
}

.m-headbox .headIcon .inputbox .fenlei a {
    font-size: 16rem;
    color: #fff;
    position: relative;
    padding: 0 5rem;
    margin: 0;
    transition: all .6s;
    width: 31%;
    margin-bottom: 4%;
    margin-right: 2%;
    text-align: center;
}

.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: 30px;
    height: 2px;
    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: 30rem;
    height: 2rem;
    background: #666;
    transition: all .6s;
    transform: rotateZ(-45deg);
    cursor: pointer;
}

.m-headbox .headIcon .inputbox input {
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 14rem;
    padding-left: 12%;
    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.4);
    transform: translateY(-50%);
    width: 22rem !important;
    height: 22rem !important;
}

.m-headbox .headIcon .inputbox .searchbox .isbox {
    position: relative;
    position: absolute;
    right: 5%;
    top: 50%;
    width: 40rem;
    height: 40rem;
    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);
}

.m-top-menu {
    position: fixed !important;
    background: #034b95;
    height: 88vh;
    width: 70%;
    right: 0;
    top: 80rem;
    z-index: 992;
    /* display: none; */
    transition: all .6s;
    transform: translateX(100%);
    !;
    !i;
    !;
    box-shadow: 0rem 0rem 5rem #00000042;
}

.m-top-menu .left {
    /* position: absolute; */
    /* top: 0; */
    /* height: 100%; */
    /* width: 100%; */
    /* left: 0; */
}

.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;
    margin-bottom: 0;
    top: 0;
    left: 0;
    box-shadow: 0rem 0rem .05rem #000000e0;
}

.m-top-menu>ul a {
    color: #000;
}

.m-top-menu.active>ul>li {
    opacity: 1;
    transform: translateY(0);
}

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

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

.m-top-menu>ul>li>a {
    font-size: 16rem;
    color: #ee4f01;
    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;
}

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

.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: 8rem 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: 16rem;
    position: relative;
    /*  */
    overflow: hidden;
    background: url(../image/footerbg.jpg) center no-repeat fixed;
    background-size: cover;
    z-index: 1;
}

.m-footernavbox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #034b95;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .8;
}


.m-footernavbox .footercontent .footertop {
    border-bottom: 1rem solid #bdbec4;
    padding: 0rem 0rem 20rem 0;
    font-size: 28rem;
    color: #fff;
    font-weight: 700;
    /* margin-bottom: 20rem; */
    /* padding-left: 20rem; */
}

.m-footernavbox .footercontent .fcontentbox {
    display: flex;
    margin: auto;
    padding-bottom: 0;
    flex-direction: column;
}

.m-footernavbox .footercontent .fcontentbox .footertopbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8rem 80rem;
    /* padding-bottom: 30rem; */
    border-bottom: 1rem solid #ffffff7d;
    margin: 20rem 0;
    font-size: 18rem;
    font-weight: 600;
    color: #ed5001;
    background: #fff;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.m-footernavbox .footercontent .fcontentbox .footertopbox .toptitle {
    display: none;
}

.m-footernavbox .footercontent .fcontentbox .footertopbox .logo {
    /* width: 20%; */
}

.m-footernavbox .footercontent .fcontentbox .footertopbox .logo img {
    width: 100%;
}

.m-footernavbox .footercontent .fcontentbox .navlistbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.m-footernavbox .footercontent .fcontentbox .navlistbox .listbox {
    margin-bottom: 10rem;
    width: 30%;
    text-align: center;
}

.m-footernavbox .footercontent .fcontentbox .navlistbox .listbox:last-child {
    margin-right: 0;
}

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

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

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

.m-footernavbox .footercontent .fcontentbox .navlistbox .listbox:nth-child(6) {
    /* 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;
    /* height: 50rem; */
}

.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: #ed5001;
}

.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;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.m-footernavbox .footercontent {
    /* margin-top: 40rem; */
    margin-bottom: 10rem;
}

.m-footernavbox .footercontent .contact {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    /* 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: 12rem; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.m-footernavbox .lianxibox .list:last-child {
    margin-bottom: 0;
}

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

.m-footernavbox .bottombox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* margin-top: 20rem; */
    align-items: center;
    font-size: 14rem;
    flex-direction: column-reverse;
}

.m-footernavbox .bottombox>.leftbox {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-direction: column-reverse;
}

.m-footernavbox .lianxibox .list img {
    width: 22rem;
    margin-right: 6rem;
}

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

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

.m-footernavbox .fcontentbox .footerimg {
    top: 0;
    right: 210rem;
    display: flex;
    font-size: 16rem;
    justify-content: center;
    margin: 10rem 0;
    display: none;
}

.m-footernavbox .footercontent .fcontentbox .footerimg .contact .ewm {
    display: flex;
    justify-content: space-between;
    padding: 10rem;
    background: #ffffff33;
    position: relative;
}

.m-footernavbox .footercontent .fcontentbox .footerimg .contact .ewm img {
    width: 100rem;
    height: 100rem;
}

.m-footernavbox .footercontent .fcontentbox .footerimg .contact .ewm>div {
    /* margin-right: 10rem; */
    border: 1px solid #d3d3d3;
    padding: 7px;
}

.m-footernavbox .footercontent .fcontentbox .footerimg .contact .ewm>div:nth-child(2) {
    margin-right: 0;
}

.m-footernavbox .footercontent .fcontentbox .footerimg .contact .ewm p {
    margin-top: 10rem;
    text-align: center;
    font-size: 12rem;
}

.m-footernavbox .footercontent {
    /* display: flex; */
    position: relative;
}

.m-footernavbox .footercontent .title {
    font-size: 14rem;
    /* font-weight: 600; */
    display: flex;
    align-items: center;
    margin-right: 3rem;
}

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

.m-footernavbox .footercontent .contact .list:nth-child(2n) {
    margin-right: 0;
}

.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%, #f04e00 211%);
    border-bottom: 1px solid #f04e00;
    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 {
    font-size: 12rem;
    display: flex;
    justify-content: space-between;
    /* flex-direction: column; */
    flex-wrap: wrap;
    /* justify-content: center; */
    margin-top: 19rem;
}

.prompt>div {
    margin-bottom: 7rem;
}

.prompt>div.rightbox {
    margin-bottom: 0;
}

.prompt a {
    color: #fff;
    font-size: 12rem;
    /* margin: 0 5rem; */
}

.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: 0rem;
    bottom: 6%;
    z-index: 9999;
    /* border-radius: 5rem; */
    transform: translateX(100vw);
    transition: all .6s;
    border: 1rem solid #0000001c;
}

.fddh.active {
    transform: translateX(0);
}

.fddh ul .list {
    /* width: 50rem; */
    /* height: 50rem; */
    background: #07315e;
    cursor: pointer;
    position: relative;
    padding: 6rem;
    font-size: 10rem;
    color: #fff;
    border-bottom: 1rem solid #e3e7ec;
    text-align: center;
}

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

.fddh ul .list .listbox img {
    width: 22rem;
    object-fit: cover;
    filter: invert(1)brightness(20);
}

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

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

.fddh ul .list .xianshibox2 {
    right: 125rem;
    /* height: 55rem; */
    padding: 8rem 12rem;
    border-radius: 3rem;
    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: #ee4f01;
    font-size: 18rem;
    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: 6rem solid transparent;
    border-bottom: 6rem solid transparent;
    border-left: 6rem solid #fff;
    position: absolute;
    right: -6rem;
    top: 50%;
    margin-top: -8rem;
}

.fddh ul .list .xianshibox img {
    width: 120rem;
    border: 2rem solid #eee;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100rem;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100rem;
    display: block;
    margin: 5rem 0;
    margin: 0rem 0;
}

.fddh ul .list:hover {
    color: #ee4f01;
}

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

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: #ee4f01;
    border-radius: 3rem;
}

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

ul.pagination li a:hover:not(.active) {
    background-color: #ee4f01;
    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 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;
}