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

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

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

@media screen and (max-width: 1200rem) {
    .w {
        width: 1200rem;
        margin: auto;
        overflow: hidden;
    }
} */
 a.read {
    transition: all .6s;
    margin-bottom: 4rem;
    border-radius: 50rem;
    display: inline-block;
    padding: 10rem 45rem;
    color: #000;
    cursor: pointer;
    font-size: 16rem;
    border: 1rem solid #ef8865;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* background: #ef8865; */
    text-transform: 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%;
}
/* */
.m-headbox {
    display: none !important;
}

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

.headbox {
    width: 100%;
    height: 110rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    /* background: #00000063; */
    /* box-shadow: 0rem 0rem 5rem #00000036; */
    display: flex;
    align-items: center;
    transition: all .6s;
}

.headbox:hover {
    background: #fff;
}

.headbox:hover .mynav .waiul .tablist a.tabnav {
    color: #000;
}
.navtext {
    /* background: #067851; */
    color: #fff;
    font-size: 16rem;
    height: 60rem;
    line-height: 60rem;
    display: flex;
    justify-content: space-between;
    /* display: none; */
}

.headbox .navbox {
    width: 95%;
    display: flex;
    align-items: center;
    /* padding: 0rem 10rem; */
    height: 110rem;
    justify-content: space-between;
    margin: auto;
}

.headbox .navbox .logo {
    /* height: 94rem; */
    width: 14%;
    /* margin-right: 20rem; */
}

.headbox .navbox .logo img {
    width: 100%;
    /* height: 100%; */
}

.headbox .navbox .logo img.greenlogo {
    display: none;
}

.headbox:hover .navbox .logo img.greenlogo {
    /* display: block; */
}

.headbox:hover .navbox .logo img.whitelogo {
    /* display: none; */
}

.headbox .navbox .mynav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* margin-left: 30%; */
    width: 84%;
    height: 100%;
}

.headbox .navbox .mynav ul.waiul {
    display: flex;
    align-items: center;
    /* margin-bottom: 0rem !important; */
    /* margin: 0; */
    /* width: 80%; */
    height: 100%;
    justify-content: flex-end;
}

.mynav .waiul li.tablist {
    padding: 0 32rem;
    position: relative;
    height: 100%;
    line-height: 110rem;
    /* padding-bottom: 10rem; */
    /* margin-left: 70rem; */
    text-align: center;
    transition: all .6s;
}

.mynav .waiul>li.tablist:hover {
    /* background: #00645b; */
}

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

.mynav .waiul>li .caidanbox {
    /* display: none; */
    width: 170%;
    background: #262b35;
    /* padding: 10rem 0; */
    position: absolute;
    left: 50%;
    top: 100%;
    border-bottom-left-radius: 7rem;
    border-bottom-right-radius: 7rem;
    transform: translateX(-50%);
    overflow: hidden;
    max-height: 0; /* 初始高度为 0 */
    overflow: hidden; /* 隐藏超出部分 */
    transition: max-height 0.5s ease-out; /* 添加过渡效果 */
}

.mynav .waiul>li .caidanbox li {
    /* height: 30rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 14rem; */
    border-bottom: 1rem solid #ffffff9e;
    padding: 16rem 15rem;
    text-align: left;
}

.mynav .waiul>li .caidanbox li a {
    display: block;
    width: 100%;
    /* height: 100%; */
    font-size: 16rem;
    line-height: 30rem;
    color: #fff;
    display: flex;
    align-items: center;
}

.mynav .waiul>li .caidanbox li a img {
    width: 25rem;
    margin-right: 6rem;
}

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

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

.mynav .waiul>li .tabnav::after {
    content: "";
    display: block;
    position: absolute;
    top: -10rem;
    left: 0%;
    right: 0;
    margin: auto;
    width: 55%;
    height: 4rem;
    border-radius: 4rem;
    transition: all 1s;
    transform: scale(0);
    background-color: #ef8865;
}

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

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

.headbox .navbox .mynav>ul>li a.tabnav {
    height: 100%;
    width: 100%;
    color: #fff;
    margin-top: 26rem;
}

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

.headbox .navbox .mynav .waiul>li a.active {
    background-color: #326bb4;
    border-radius: 4rem;
    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: 20rem;
    color: #000;
}

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

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

.headbox .navbox .iconbox {
    padding: 8rem 31rem;
    margin-left: 21rem;
    border-radius: 65rem;
    border: 2rem solid #03367f;
    transition: all .6s;
    display: none;
}

.headbox .navbox .yuyanbox .btnbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20rem;
    /* border-bottom: 1rem solid #03367f; */
    margin-left: 16rem;
    /* margin-bottom: 11rem; */
    position: relative;
    /* border: none; */
}

.headbox .navbox .yuyanbox .btnbox:before {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: -53%;
    width: 0;
    height: 2rem;
    background: #ef8865;
    transition: all .6s;
}

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

.headbox .navbox .yuyanbox {
    position: relative;
}

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

.headbox .navbox .yuyanbox .liebiaobox img {
    width: 21rem;
    height: 15rem;
}

.headbox .navbox .yuyanbox .liebiaoboxbox {
    display: none;
    /* transition: all .6s; */
    /* transform: translateY(-200%); */
    position: absolute;
    top: 110%;
    left: -53%;
    width: 95rem;
}

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

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

.headbox .navbox .yuyanbox .liebiaobox .list:hover {
    background: #ef8865;
}

.headbox .navbox .yuyanbox .btnbox .yy {
    width: 31rem;
    margin: 0 20rem 0 0rem;
    position: relative;
    cursor: pointer;
}

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

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

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

.headbox .navbox .yuyanbox .btnbox .jt:hover {}

.headbox .navbox .iconbox:hover {
    background: #03367f;
}

.headbox .navbox .iconbox:hover a {
    color: #fff;
}

.headbox .navbox .iconbox a {
    font-size: 18rem;
    color: #000;
    font-weight: 600;
}

.headbox .navbox .iconbox img {
    width: 36rem;
    height: 36rem;
    margin-right: 18rem;
    vertical-align: middle;
    cursor: pointer;
    filter: brightness(0);
}

.headbox .navbox p {
    font-size: 27rem !important;
    color: #000;
    /* font-weight: 600; */
}

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

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

.headbox .navbox .phonebox .searchbox {
    height: 30rem;
    background: #fff;
    border-radius: 50rem;
    padding-left: 2rem;
    overflow: hidden;
    display: flex;
    border: 1rem solid #ef8865 !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 {
    position: fixed;
    top: 0rem;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all .6s;
    transform: translateY(-100%);
    z-index: 10;
}

.headbox .headIcon .showinput>img {
    filter: brightness(0.2);
    width: 26rem;
    object-fit: cover;
}

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

.headbox .headIcon .inputbox .searchbox {
    position: relative;
    width: 60%;
    height: 56rem;
    transform: scale(0);
    transition: 1s .4s;
}

.headbox .headIcon .inputbox .searchbox.searchbox-active {
    transform: scale(1);
}

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

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

.headbox .headIcon .inputbox input {
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 16rem;
    padding-left: 4%;
    display: flex;
    align-items: center;
}

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

.headbox .headIcon .inputbox .isbox {
    position: relative;
    position: fixed;
    right: 5%;
    top: 10%;
    width: 30rem;
    height: 30%;
    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 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: transparent;
    filter: brightness(0);
}

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

.footernavbox {
    width: 100%;
    color: #fff;
    font-size: 18rem;
    /* padding: 3rem 70rem; */
    position: relative;
    /*  */
    /* overflow: hidden; */
    /* margin-bottom: 60rem; */
    /* margin-top: 186rem; */
}

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


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

.footernavbox .footercontent .fcontentbox {
}

.footernavbox .footercontent .fcontentbox .navlistbox {
    display: flex;
    margin-bottom: 20rem;
}

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

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

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

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

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

.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: 16rem;
    color: #fff;
    /* height: 50rem; */
    margin-bottom: 5rem;
}

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

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

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

.footernavbox .footercontent .fcontentbox .img {
    width: 14%;
}

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

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

.footernavbox .footercontent .fcontentbox .footernav .topbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30rem;
}

.footernavbox .footercontent .fcontentbox .footernav .topbox .phone {
    display: flex;
    align-items: flex-end;
    font-size: 30rem;
    font-weight: 600;
    color: #ef8865;
    flex-direction: column;
}

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

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

.footernavbox .footercontent .contact {
}

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

.footernavbox   .lianxibox .list {
    margin-bottom: 20rem;
    display: flex;
    align-items: center;
    font-size: 14rem;
}

.footernavbox .lianxibox {
    display: flex;
    flex-direction: column;
    width: 34%;
}

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

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

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

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

.footernavbox .lianxibox .list .title {
}

.footernavbox  .fcontentbox .footerimg {
}

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

.footernavbox .footercontent .fcontentbox .footerimg .contact .ewm img {
    width: 124rem;
    /* height: 140rem; */
}

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

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

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

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

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

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

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

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

.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: 50rem;
    height: 55rem;
    /* border-radius: 4rem; */
    background: #ef8865ba;
    /* 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: 38rem;
    height: 38rem;
    object-fit: cover;
}

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

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