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

.nybanner {
    margin-top: 60rem;
}

a.read {
    transition: all .6s;
    margin-bottom: 4rem;
    border-radius: 50rem;
    display: inline-block;
    padding: 7rem 20rem;
    color: #000;
    cursor: pointer;
    font-size: 14rem;
    border: 1rem solid #ef8865;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* background: #ef8865; */
    display: none;
}

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

 a.read:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #ef8865;
    transition: all .6s;
    z-index: -1;
}

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

/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ */
.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: fixed;
    height: 60rem;
    background: #fff;
    width: 100%;
    padding: 5rem 20rem;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    top: 0;
    box-shadow: 0rem 0rem 5rem #00000042;
}

.m-headbox .m-logo {
    width: 50%;
    /* height: 100%; */
    border-radius: 5rem;
    /* padding: 5rem; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-headbox .rightbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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: #000;
    margin: 3rem 0;
}

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

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

.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-top-menu  .inputbox {
    width: 100%;
    transition: all .6s;
    display: none;
}

.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-top-menu .inputbox form {
    height: 100%;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.m-top-menu  .inputbox .searchbox {
    position: relative;
    width: 90%;
    height: 35rem;
    background: #fff;
    border-radius: 50rem;
    padding-left: 2rem;
    overflow: hidden;
    display: flex;
    border: 1rem solid #ef8865 !important;
}


.m-top-menu  .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-top-menu  .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-top-menu  .inputbox input {
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 14rem;
    padding-left: 12%;
    display: flex;
    align-items: center;
}

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

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

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

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

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

.m-top-menu  .inputbox button .search img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: transparent;
    filter: brightness(0.4);
}
.m-headbox .yuyanbox .btnbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18rem;
    /* border-bottom: 1rem solid #03367f; */
    margin-left: 10rem;
    /* margin-bottom: 11rem; */
    position: relative;
    /* border: none; */
}

.m-headbox .yuyanbox .btnbox:before {
    /* content: ""; */
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 0;
    height: 2rem;
    background: #03367f;
    transition: all .6s;
}

.m-headbox .yuyanbox .btnbox:hover:before {
    width: 95rem;
}

.m-headbox .yuyanbox {
    position: relative;
}

.m-headbox .yuyanbox .liebiaobox {
    overflow: hidden;
    /* position: absolute; */
    /* bottom: -128%; */
    /* left: 12%; */
    /* width: 218rem; */
    background: #00645b;
    /* border-radius: 10rem; */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    flex-direction: column;
}

.m-headbox .yuyanbox .liebiaobox img {
    width: 23rem;
    /* height: 15rem; */
}

.m-headbox .yuyanbox .liebiaoboxbox {
    display: none;
    /* transition: all .6s; */
    /* transform: translateY(-200%); */
    position: absolute;
    top: 188%;
    left: 0%;
    width: 100rem;
}

.m-headbox .yuyanbox .liebiaobox .list {
    color: #fff;
    padding: 10rem 10rem;
    border-bottom: 1rem solid;
    transition: all .6s;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-headbox .yuyanbox .liebiaobox .list span {
    margin-left: 5rem;
    font-size: 18rem;
}

.m-headbox .yuyanbox .liebiaobox .list:hover {
    background: #f19c7f;
}

.m-headbox .yuyanbox .btnbox .yy {
    width: 25rem;
    margin: 0 0rem 0 0rem;
    position: relative;
    cursor: pointer;
}

.m-headbox .yuyanbox .btnbox:after {
    width: 25rem;
    height: 25rem;
    content: "";
    background: #00645b;
    position: absolute;
    left: 0rem;
    top: -1rem;
    /* right: 0; */
    bottom: 0;
    margin: auto;
    z-index: -1;
    border-radius: 50%;
}

.m-headbox .yuyanbox .btnbox .jt {
    width: 50rem;
    transition: all .6s;
    transform: rotate(180deg) !important;
    cursor: pointer;
    /* margin-left: 77rem; */
}

.m-headbox .yuyanbox .btnbox .jtbox {
    cursor: pointer;
    margin-left: 0rem;
    /* display: none; */
}

.m-headbox .yuyanbox .btnbox .jt:hover {}


.m-top-menu {
    position: fixed !important;
    background: #ffffff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 60rem;
    z-index: 992;
    /* display: none; */
    transition: all .6s;
    transform: translateY(-200%);!;!i;!;
    box-shadow: 0rem 0rem 5rem #00000042;
    overflow-y: scroll;
}

.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;
    font-size: 16rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-bottom: 0;
    padding-top: 17rem;
    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%;
    /* background: #fff; */
    margin-bottom: 18rem;
    border-bottom-width: 1rem;
    overflow: hidden;
    padding-bottom: 13rem;
    /* text-align: center; */
    border: none;
    /* margin-bottom: 24rem; */
    transition: all .4s ease;
    /* animation: dhmyfadedown .4s; */
    opacity: 0;
    transform: translateY(-32rem);
    border-bottom: 1rem solid #66666661;
}

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

.m-top-menu>ul>li>a {
    font-size: 18rem;
    color: #000;
    width: 100%;
    margin-bottom: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20rem;
    padding-right: 20rem;
}

.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;
    background: #262b35;
    /* padding: 10rem 0; */
}

.m-top-menu>ul>li .caidanbox a {
    font-size: 16rem;
    height: 100%;
    display: block;
    width: 100%;
    line-height: 54rem;
    color: #fff;
    border-bottom: 1rem solid #ffffff57;
}

.m-top-menu>ul>li .caidanbox a img {
    width: 28rem;
    margin-right: 12rem;
    vertical-align: middle;
}

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

.m-top-menu>ul>li .caidanbox li {
    padding: 5rem 0;
    padding-left: 35rem;
    display: flex;
}

.m-top-menu>ul>li .caidanbox li:last-child a {
    border-bottom: 0;
}

.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: 18rem;
    /* padding: 3rem 70rem; */
    position: relative;
    /*  */
    /* overflow: hidden; */
    /* margin-bottom: 60rem; */
    /* margin-top: 186rem; */
}

.m-footernavbox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1a1c2b;
    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-size: cover;
}


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

.m-footernavbox .footercontent .fcontentbox .navlistbox {
    display: flex;
    margin-bottom: 26rem;
    flex-wrap: wrap;
}

.m-footernavbox .footercontent .fcontentbox .navlistbox .listbox {
    margin-left: 70rem;
}

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

.m-footernavbox .footercontent .fcontentbox .navlistbox .listbox ul li a:hover {
    color: #ef8865;
}

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

.m-footernavbox .footercontent .fcontentbox .navlistbox .listbox:nth-child(4) {
}

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

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

.m-footernavbox .footercontent .fcontentbox .navlistbox .list {
    display: block;
    font-size: 18rem;
    color: #fff;
    /* height: 50rem; */
    margin-bottom: 5rem;
}

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

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

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

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

.m-footernavbox .footercontent .fcontentbox .img img {
    width: 55%;
    filter: grayscale(100%) invert(100%);
}

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

.m-footernavbox .footercontent .fcontentbox .footernav .topbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20rem;
    flex-direction: column;
}

.m-footernavbox .footercontent .fcontentbox .footernav .topbox .phone {
    display: flex;
    font-size: 22rem;
    font-weight: 600;
    color: #deba6f;
    flex-direction: column;
    margin-top: 20rem;
}

.m-footernavbox .footercontent .fcontentbox .footernav .topbox .phone img {
    width: 40rem;
    margin-right: 0rem;
    filter: brightness(0);
}

.m-footernavbox .footercontent {
    /* margin-top: 30rem; */
    /* display: flex; */
}

.m-footernavbox .footercontent .contact {
}

.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: 16rem;
    display: flex;
    align-items: center;
    font-size: 14rem;
}

.m-footernavbox .lianxibox {
    display: flex;
    flex-direction: column;
}

.m-footernavbox .bottombox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.m-footernavbox .bottombox .rightbox {
    display: flex;
    flex-direction: column;
}

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

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

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

.m-footernavbox  .fcontentbox .footerimg {
}

.m-footernavbox .footercontent .fcontentbox .footerimg .contact .ewm {
    display: flex;
    justify-content: flex-end;
}

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

.m-footernavbox .footercontent .fcontentbox .footerimg .contact .ewm >div {
    /* margin-right: 10rem; */
}

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

.m-footernavbox .footercontent {
    /* display: flex; */
    position: relative;
    padding-top: 24rem;
}

.m-footernavbox .footercontent .footernav .topbox .title {
    font-size: 18rem;
    /* 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;
}

.prompt {
    text-align: center;
    :; */
    font-size: 14rem !important;
    width: 100%;
    padding: 16rem 10rem;
    border-top: 1rem solid #66666661;
    margin-top: 16rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14rem;
    background: #000;
}

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

.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: 29%;
    z-index: 999;
}

.fddh ul .list {
    width: 40rem;
    height: 46rem;
    /* border-radius: 4rem; */
    background: #deba6fba;
    /* margin: 8rem 0; */
    cursor: pointer;
    position: relative;
}

.fddh ul .list:nth-child(1) {
    border-top-right-radius: 30rem;
    border-top-left-radius: 30rem;
}

.fddh ul .list:last-child {
    border-bottom-right-radius: 30rem;
    border-bottom-left-radius: 30rem;
}



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

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

.fddh ul .list .xianshibox {
    display: none;
    position: absolute;
    width: 150rem;
    height: 150rem;
    padding: 5rem;
    background-color: #fff;
    right: 60rem;
    top: 24%;
    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: 50rem;
    line-height: 50rem;
    border-radius: 4rem;
    color: #484c61;
    min-width: 179rem;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 60rem;
    margin-top: -27rem;
    font-size: 13rem;
    -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: #ef8865;
    font-size: 20rem;
    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: #deba6fba;
}

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

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

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

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

        .myfadedownbox {
            animation: myfadedown 1s;
        }

        .fengeneibg {
            padding: 30rem 0;
        }
        .iconbox {

        }
        .iconbox img {
            width: 100%;
        }
        .iconbox img:hover {
            transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
        animation: beat 0.5s 1;
        }
        @keyframes beat { 0%, 100% {
            transform: scale(1, 1);
            }
            25% {
            transform: scale(0.9, 1.1);
            }
            50% {
            transform: scale(1.1, 0.9);
            }
            75% {
            transform: scale(0.95, 1.05);
            }
            }

            
@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10rem, 10rem);
        transform: translate(10rem, 10rem);
    }
    50% {
        -webkit-transform: translate(5rem, 5rem);
        transform: translate(5rem, 5rem);
    }
    75% {
        -webkit-transform: translate(10rem, -5rem);
        transform: translate(10rem, -5rem);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-10rem, -10rem);
        transform: translate(-10rem, -10rem);
    }
    50% {
        -webkit-transform: translate(-5rem, -5rem);
        transform: translate(-5rem, -5rem);
    }
    75% {
        -webkit-transform: translate(-10rem, 5rem);
        transform: translate(-10rem, 5rem);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes movedelement3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-8rem, -8rem);
        transform: translate(-8rem, -8rem);
    }
    50% {
        -webkit-transform: translate(-15rem, -15rem);
        transform: translate(-15rem, -15rem);
    }
    75% {
        -webkit-transform: translate(-8rem, 8rem);
        transform: translate(-8rem, 8rem);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes section-animation {
    0% {
      width: 0;
    }
    15% {
      width: 100%;
    }
    85% {
      opacity: 1;
    }
    90% {
      width: 100%;
      opacity: 0;
    }
    to {
      width: 0;
      opacity: 0;
    }
}