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

.nybanner {
    margin-top: 60rem;
}


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

.nybanner {
    margin-top: 30rem;
    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: #0072bc;
    margin: 3rem 0;
}

.m-headbox  .yuyanbox .btnbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1rem solid #0072bc; */
    margin: 0 12rem;
    font-size: 18rem;
    position: relative;
    color: #000;
}



.m-headbox  .yuyanbox .btnbox:before {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 0;
    height: 2rem;
    background: #0072bc;
    transition: all .6s;
    display: none;
}

.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: #0072bc;
    border-radius: 10rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    flex-direction: column;
}

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

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

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

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

.m-headbox  .yuyanbox .btnbox .yy {
    width: 26rem;
    margin-right: 8rem;
    position: relative;
    cursor: pointer;
}

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

.m-headbox  .yuyanbox .btnbox .jt {
    width: 20rem;
    transition: transform .6s;
    display: none;
    cursor: pointer;
    /* margin-left: 77rem; */
    /* filter: grayscale(1) brightness(200); */
}

.headbox.scrolled-down .navbox .yuyanbox .btnbox .jt {
    filter: none;
}

.headbox:hover .navbox .yuyanbox .btnbox .jt {
    filter: none;
}

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

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

.m-headbox  .iconbox:hover {
    background: #0072bc;
}

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

.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: 24vh;
    background: #000;
    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 {margin-bottom: 30rem;}

.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: #444;
    height: 100%;
    width: 100%;
    left: 0;
    top: 60rem;
    z-index: 992;
    /* display: none; */
    transition: all .6s;
    transform: translateY(-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;
    padding-bottom: 0;
    padding-top: 70rem;
    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: 12rem;
    background: #fff;
    margin-bottom: 18rem;
    border-radius: 6rem;
    border-bottom-width: 1rem;
    /* padding-left: 20rem; */
    overflow: hidden;
    /* padding-bottom: 20rem; */
    /* text-align: center; */
    border: none;
    padding-left: 26rem;
    /* margin-bottom: 24rem; */
    transition: all .4s ease;
    /* animation: dhmyfadedown .4s; */
    opacity: 0;
    transform: translateY(-32rem);
}

.m-top-menu>ul>li:hover {
    background: #fff;
}

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

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

.m-top-menu>ul>li>a img:hover {
    /* transform: rotate(180deg); */
}

.m-top-menu>ul>li .caidanbox {
    /* margin-top: 7rem; */
    display: none;
    /* transition: all 2s; */
    /* padding: 10rem 0; */
}

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

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

.m-top-menu>ul>li .caidanbox li {
    padding: 5rem 0;
    /* margin-top: 17rem; */
}

.m-top-menu>ul>li>ul {
    display: none;
}

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

.m-top-menu>ul>li>ul {
    margin-top: 15rem;
    margin-bottom: 30rem;
}

.m-top-menu>ul>li>ul>a {
    display: block;
    margin: 15rem 0;
    color: #858585;
}

    /* 底部样式 */
   /*  */
.footernavbox {
    display: none;
}

.m-footernavbox {
    width: 100%;
    position: relative;
    z-index: 1;
    background: rgba(15, 15, 15, 0.8);
}

.m-footernavbox .top {
    padding-top: 30rem;
    padding-bottom: 25rem;
}

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

.m-footernavbox .top .footercontent .footerimg .contact {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.m-footernavbox .top .footercontent .footerimg .contact .phonebox {
    text-align: right;
    display: flex;
    /* font-size: 24rem; */
}

.m-footernavbox .top .footercontent .footerimg .contact .ewm img {
    width: 150rem;
}

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

.m-footernavbox .top .left ul li {
    margin-bottom: 11rem;
    width: 48%;
}

.m-footernavbox .top .left ul li:nth-child(3n) {
    width: 100%;
}

.m-footernavbox .top .left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.m-footernavbox .top .left {
    width: 100%;
    margin-top: 14rem;
}

.m-footernavbox .top .left ul li h4 {
    font-size: 16rem;
    color: rgba(255, 255, 255, 0.7);
    font-family: none;
    font-size: 16rem;
    /* color: #016dd0bf; */
    /* text-shadow: 1rem 2rem 1rem #fff; */
    /* font-style: italic; */
}

.m-footernavbox .top .left ul li h3 {
    font-size: 14rem;
    color: #fff;
    margin-top: 6rem;
}

.m-footernavbox .top .left .share {
    display: flex;
    margin-top: 20rem;
}

.m-footernavbox .top .left .share .item {
    margin-right: 30rem;
    position: relative;
}

.m-footernavbox .top .left .share .item:first-child {
    display: none;
}

.m-footernavbox .top .left .share .item .icon {
    width: 34rem;
    height: 34rem;
    /* border-radius: 50%; */
    overflow: hidden;
    position: relative;
    /* background: #292727; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
}

.m-footernavbox .top .left .share .item .icon img {
    height: 100%;
}

.m-footernavbox .top .left .share .item .icon i {
    font-size: 24rem;
    color: #fff;
    position: relative;
    z-index: 1;
}

.m-footernavbox .top .left .share .item .qr {
    width: 130rem;
    padding: 10rem;
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -4.5rem;
    bottom: 7.5rem;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.m-footernavbox .top .left .share .item .qr img {
    width: 100%;
}

.m-footernavbox .top .left .share .item .qr p {
    font-size: 15rem;
    color: #000;
    margin: 0.5rem;
    line-height: 20rem;
}

.m-footernavbox .top .left .share .item .qr2 {
    max-width: 290rem;
    padding: 15rem;
    background: #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -4.5rem;
    bottom: 7.5rem;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    display: flex;
    justify-content: space-between;
}

.m-footernavbox .top .left .share .item .qr2 .box {
    width: 130rem;
}

.m-footernavbox .top .left .share .item .qr2 .box img {
    width: 100%;
}

.m-footernavbox .top .left .share .item .qr2 .box p {
    font-size: 15rem;
    color: #000;
    margin: .5rem;
    line-height: 20rem;
}

.m-footernavbox .top .left .share .item:hover .icon {
    /* background: #0072bc; */
}

.m-footernavbox .top .left .share .item:hover .qr,
.m-footernavbox .top .left .share .item:hover .qr2 {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    bottom: 60rem;
}

.m-footernavbox .top .left .share .item:last-child {
    margin: 0;
}

.m-footernavbox .top .right {
    display: flex;
    width: 100%;
    /* margin-right: 20rem; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.m-footernavbox .top .right dl {
    margin-bottom: 7rem;
    width: 26%;
}

.m-footernavbox .top .right dl dt {
    font-size: 18rem;
    color: #fff;
    margin-bottom: 0rem;
    /* text-align: center; */
}

.m-footernavbox .top .right dl dt a {
    color: #fff;
    font-family: 'cmg';
    font-size: 16rem;
}

.m-footernavbox .top .right dl dd {
    font-size: 16rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20rem;
    display: none;
}

.m-footernavbox .top .right dl dd a {
    color: rgba(255, 255, 255, 0.7);
}

.m-footernavbox .top .right dl dd a:hover {
    color: #fff;
}

.m-footernavbox .top .right dl:first-child {
    margin: 0;
}

.m-footernavbox .top .right dl:nth-child(1) {
    /* display: none; */
}

.m-footernavbox .top .right dl:nth-child(4) {
    /* display: none; */
}

.m-footernavbox .top .right dl:nth-child(6) {
    /* display: none; */
}

.m-footernavbox .center {
    padding: 13rem 0 22rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-footernavbox .center .container {
    display: flex;
    justify-content: space-between;
}

.m-footernavbox .center label {
    width: 10rem;
    font-size: 16rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 15rem;
}

.m-footernavbox .center .list {
    flex: 1;
    height: 40rem;
    overflow: hidden;
    transition: all .5s ease;
}

.m-footernavbox .center .list a {
    font-size: 16rem;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 25rem;
    margin-top: 15rem;
    display: inline-block;
}

.m-footernavbox .center .list a:first-child {
    margin-left: 1rem;
}

.m-footernavbox .center .list a:hover {
    color: #fff;
}

.m-footernavbox .center .list.active {
    height: auto;
}

.m-footernavbox .center .more {
    font-size: 16rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 15rem 0 0 15rem;
    cursor: pointer;
}

.m-footernavbox .center .more i {
    font-size: 16rem;
    display: inline-block;
    margin-left: 2rem;
}

.m-footernavbox .center .more:hover {
    color: #fff;
}

.m-footernavbox .center .more.active i {
    transform: rotate(180deg);
}

.m-footernavbox .bottom {
    padding: 11rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-footernavbox .bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16rem;
    color: rgba(255, 255, 255, 0.5);
}

.m-footernavbox .bottom .container a {
    color: rgba(255, 255, 255, 0.5);
}

.m-footernavbox .bottom .container .copyright a {
    margin-right: 10rem;
}

.m-footernavbox .bottom .container .other {
    display: flex;
    align-items: center;
}

.m-footernavbox .bottom .container .other a {
    margin-left: 40rem;
}

.m-footernavbox .bottom .container .other a:hover {
    color: #fff;
}

.m-footernavbox .bottom .container .other .flist {
    width: 25rem;
    font-size: 16rem;
    color: #999;
    vertical-align: middle;
    position: relative;
    z-index: 999;
    cursor: pointer;
    margin-left: 50rem;
}

.m-footernavbox .bottom .container .other .flist a {
    color: #999;
    margin: 0;
}

.m-footernavbox .bottom .container .other .flist a:hover {
    color: #fff;
}

.m-footernavbox .bottom .container .other .flist .t {
    height: 50rem;
    padding: 0 2rem;
    overflow: hidden;
    position: relative;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-footernavbox .bottom .container .other .flist .t .iconfont {
    font-size: 16rem;
    transition: all .5s ease;
    display: block;
}

.m-footernavbox .bottom .container .other .flist ul {
    width: 100%;
    max-height: 250rem;
    display: none;
    padding: 10rem 0;
    position: absolute;
    left: 0;
    bottom: 50rem;
    overflow: hidden;
    z-index: 9999;
    overflow-y: auto;
    background: #333;
    border-bottom: 1px solid rgba(221, 221, 221, 0.1);
}

.m-footernavbox .bottom .container .other .flist ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: #444;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.m-footernavbox .bottom .container .other .flist ul::-webkit-scrollbar-thumb {
    background: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.m-footernavbox .bottom .container .other .flist ul li {
    width: 100%;
    padding: 0 20rem;
    transition: all .5s ease;
}

.m-footernavbox .bottom .container .other .flist ul li a {
    color: #999;
    font-size: 15rem;
    display: block;
    padding: .5rem 0;
    line-height: 22rem;
}

.m-footernavbox .bottom .container .other .flist ul li a:hover {
    color: #fff;
}

.m-footernavbox .bottom .container .other .flist:hover .iconfont {
    transform: rotate(180deg);
}

.prompt {
    text-align: center;
    /* margin-top: 26rem; */
    /* margin-bottom: 20rem; */
    font-size: 14rem !important;
    /* background-color: #000; */
    width: 100%;
    /* padding: 14rem 0; */
    /* border-top: 1rem solid rgba(255, 255, 255, 0.2); */
    margin-top: 4rem;
    display: flex;
    color: #fff;
    flex-direction: column;
}

.prompt > div {
}

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

.fddh ul .list {
    width: 35rem;
    height: 35rem;
    border-radius: 4rem;
    background: #016dd091;
    margin: 8rem 0;
    cursor: pointer;
    position: relative;
}



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

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

.fddh ul .list .xianshibox {
    display: none;
    position: absolute;
    width: 140rem;
    height: 140rem;
    padding: 5rem;
    background-color: #fff;
    right: 50rem;
    top: 50%;
    transform: translateX(112%) translateY(-50%);
    -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: 200rem;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 48rem;
    /* 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: #067851;
    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: #016dd0;
}

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


     ul.pagination {
              display: inline-block;
              padding: 0;
              margin: 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: 5rem 14rem;
              text-decoration: none;
              transition: background-color .3s;
              border: 1rem solid;
              margin: 0 4rem;
              background-color: #0072bc;
          }

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

          ul.pagination li a:hover:not(.active) {background-color: #0072bc;color:#fff;}

          @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;font-size: 14rem;}
            
                      ul.pagination li a {
                          color: black;
                          float: left;
                          padding: 5rem 14rem;
                          text-decoration: none;
                          transition: background-color .3s;
                          border: 1rem solid #ddd;
                          margin: 0 4rem;
                          font-size: 14rem;
                      }
            
                      ul.pagination li span {
                          color: #fff;
                          float: left;
                          padding: 5rem 14rem;
                          text-decoration: none;
                          transition: background-color .3s;
                          border: 1rem solid;
                          margin: 0 4rem;
                          background-color: #0072bc;
                      }
            
                      ul.pagination li a.active {
                          background-color: #ec6901;
                          color: white;
                          border: 1rem solid #ec6901;
                      }
            
                      ul.pagination li a:hover:not(.active) {background-color: #0072bc;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 scaleimg2 {
    0% {
        transform: scale(0) translate(-50%, -50%);
    }

    100% {
        transform: scale(1) translate(-50%, -50%);
    }

}

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

a.read {
    transition: all .6s;
    margin-bottom: 4rem;
    border-radius: 50rem;
    display: inline-block;
    padding: 6rem 36rem;
    color: #000;
    cursor: pointer;
    font-size: 14rem;
    border: 1rem solid #0072bc;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: auto;
    font-style: italic;
}

a.read:hover {
    animation: icon-bounce 0.5s alternate;
    color: #fff !important;

}

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

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