.w {
    width: 1580rem;
    margin: auto;
    /* overflow: hidden; */

}

/* 可以点击放大的图片类名 */
.bigimg {
    cursor: pointer;
}

/* 遮罩层 */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* 放大的图片 */
.big-image {
    max-width: 90%;
    max-height: 90%;
    animation: 1s scaleimg;
}

/* 关闭按钮 */
.close-btn {
    position: absolute;
    top: 20rem;
    right: 20rem;
    background: #fff;
    border: none;
    font-size: 42rem;
    cursor: pointer;
    width: 50rem;
    height: 50rem;
    border-radius: 50%;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    justify-content: center;
}

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

a.read:hover {
    color: #fff;
}



a.read:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #db0002;
    transition: all .7s;
}

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




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


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

.zhutitle .wenanbox {
    font-size: 18rem;
    font-weight: normal;
    margin-top: 12rem;
    padding-bottom: 2rem;
}

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

.zhutitle span i {
    display: inline-block;
    width: 80rem;
    height: 75rem;
    background: #db0002;
    color: #fff;
    text-shadow: none;
    border-radius: 50%;
    font-style: inherit;
    margin: 0 7rem;
    font-size: 51rem;
}

.zhutitle .line {
    display: flex;
    width: max-content;
    margin: 14rem auto !important;
}

.zhutitle .line .son1 {
    width: 6rem;
    background: #db0002c7;
    animation: lineson1 1.2s linear infinite alternate;
}

.zhutitle .line .son2 {
    width: 48rem;
    background: #db0002;
    animation: lineson2 1.2s linear infinite alternate;
}

.zhutitle .line div {
    display: inline-block;
    margin: 0 6rem 0 0 !important;
    height: 6rem;
    border-radius: 6rem;
    /* margin-top: 14rem; */
}

@keyframes lineson1 {
    0% {
        width: 6rem;
    }

    100% {
        width: 48rem;
    }
}

@keyframes lineson2 {
    0% {
        width: 48rem;
    }

    100% {
        width: 6rem;
    }
}

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

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

.headbox {
    width: 100%;
    /* 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;
    flex-wrap: wrap;
}

.headbox .headtextbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 169rem;
    font-size: 14rem;
    background: #db0002;
    color: #fff;
}

.headbox .headtextbox .leftbox {
    display: flex;
    align-items: center;
}

.headbox .headtextbox .rightbox {
    display: flex;
    align-items: center;
}

.headbox .headtextbox a {
    font-size: 14rem;
    /* margin-left: 13rem; */
    display: flex;
    align-items: center;
    color: #fff;
    padding: 14rem 24rem;
    border-right: 1rem solid #ffffff96;
}

.headbox .headtextbox .rightbox a:first-child {
    border-left: 1rem solid #ffffff8a;
}

.headbox .headtextbox img.icon {
    width: 17rem;
    margin-right: 10rem;
    /* filter: brightness(0.1); */
}

.headbox .headtopbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10rem 169rem;
}

.headbox .headtopbox .rightbox {
    display: flex;
    align-items: center;
}

.headbox .headtopbox .rightbox .phone {
    display: flex;
    align-items: center;
}

.headbox .headtopbox .rightbox .phone .phonetext {
    display: flex;
    font-size: 26rem;
    font-weight: 600;
    color: #db0002;
    flex-direction: column;
    line-height: 37rem;
}

.headbox .headtopbox .rightbox .phone .phonetext p {
    margin-left: 15rem;
}

.headbox .headtopbox .rightbox .phone .iconbox {
    width: 60rem;
    /* margin-right: 10rem; */
}

.headbox .headtopbox .rightbox .phone .iconbox img {
    width: 100%;
}

.headbox .headtopbox .leftbox {
    display: flex;
    align-items: center;
    /* width: 58%; */
}

.headbox .headtopbox .leftbox .textbox {
    font-size: 22rem;
    line-height: 40rem;
    border-left: 4rem solid #db0002;
    padding-left: 15rem;
}

.headbox .headtopbox .leftbox .textbox div:first-child {
    font-weight: 600;
    font-size: 38rem;
    color: #db0002;
    margin-bottom: 10rem;
}

.headbox .headtopbox .leftbox .logo {
    /* width: 52%; */
    margin-right: 15rem;
}

.headbox .headtopbox .leftbox .logo img {
    width: 100%;
}

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

.headbox .navbox .logo {
    width: 32%;
    display: block;
}

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

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



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

.mynav .waiul>li.tablist {
    position: relative;
    height: 100%;
    line-height: 90rem;
    margin: 0 16rem;
    text-align: center;
    transition: all .6s;
    font-weight: 500;
}

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

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

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

.mynav .waiul>li .caidanbox {
    width: 180%;
    background: #fff;
    background: #db0002;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out 0s;
    z-index: 99;
    height: auto;
    border-radius: 4rem;
    overflow: hidden;
    /* border-top: 3rem solid #fff; */
}

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

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

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

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

.mynav .waiul>li .caidanbox li a:hover {
    background: #000;
}

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

.mynav .waiul>li .tabnav::before {
    content: "";
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    border-right: 20rem solid transparent;
    border-left: 20rem solid transparent;
    border-bottom: 20rem solid #db0002;
    border-top: 20rem solid transparent;
    border-width: 7rem;
    transition: all .6s;
    opacity: 0;
}

.mynav .waiul>li:hover .tabnav::before,
.mynav .waiul>li.active .tabnav::before {
    opacity: 1;
}

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

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

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

.headbox .navbox .mynav ul li a.topnav {
    color: #333;
    /* margin-right: 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: 16rem;
    color: #000;
}

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

.headbox .navbox .mynav .waiul .tablist .tabnav {
    position: relative;
    padding: 0 18rem;
    display: block;
}

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

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

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

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

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


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

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

.headbox .navbox .phonebox .headIcon .showinput {
    display: flex;
    align-items: center;
    width: 26rem;
}

.headbox .navbox .phonebox .phone {
    display: flex;
    align-items: center;
    font-size: 24rem;
    font-weight: 600;
    color: #db0002;
    margin-bottom: 5rem;
}

.headbox .navbox .phonebox .phone .iconbox img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    /* filter: invert(1) brightness(200); */
}

.headbox .navbox .phonebox .phone .iconbox {
    width: 32rem;
    margin-right: 5rem;
    margin-left: 15rem;
}

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

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

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

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

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


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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

.footernavbox {
    width: 100%;
    color: #fff;
    font-size: 18rem;
    /* padding: 3rem 70rem; */
    position: relative;
    /*  */
    /* overflow: hidden; */
    /* margin-bottom: 60rem; */
    margin-top: 230rem;
    /* clip-path: polygon(30% 9%, 100% 0, 100% 100%, 70% 91%, 0 100%, 0 0); */
}

.footernavbox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    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;
    /* clip-path: polygon(50% 35%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0); */
}

.footernavbox .sm_banner {
    position: absolute;
    bottom: 64%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    overflow: hidden;
    /* border-bottom: 4rem solid #fff; */
    /* background: #db0002; */
    /* background: url(../image/footerbg.jpg) right no-repeat; */
    background-size: cover;
    /* clip-path: polygon(50% 19%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0); */
    padding: 44rem 20rem;
    z-index: 2;
}

.footernavbox .sm_banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #db00029e;
    z-index: -1;
}

.footernavbox .sm_banner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../image/footerbg.jpg) right no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    /* transform: rotate(180deg); */
}

.footernavbox .sm_banner .tywidth {
    display: flex;
    justify-content: space-around;
    height: 100%;
    align-items: center;
}

.footernavbox .sm_banner h2 {
    width: 311rem;
}

.footernavbox .sm_banner h2 img {
    max-width: 100%;
}

.footernavbox .sm_banner .sm_con {
    /* width: 64%; */
    text-align: center;
}

.footernavbox .sm_banner .sm_con .more {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footernavbox .sm_banner .sm_con .more a {
    border-color: #fff;
    margin: 26rem 20rem;
    margin-bottom: 0;
    color: #fff;
}

.footernavbox .sm_banner .sm_con h3 {
    /* border-top: 2rem solid #fff; */
    /* border-bottom: 2rem solid #fff; */
    font-size: 36rem;
    color: #fff;
    /* background: url(../images/sm_tbg.png) no-repeat center; */
    position: relative;
    padding-bottom: 25rem;
    margin-bottom: 25rem;
}

.footernavbox .sm_banner .sm_con h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 100rem;
    height: 4rem;
}

.footernavbox .sm_banner .sm_con p {
    font-size: 16rem;
    color: rgb(255 255 255);
    /* white-space: nowrap; */
    width: 100%;
    line-height: 28rem;
}


.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 {
    display: flex;
    /* padding: 20rem 0rem; */
    /* width: 86%; */
    margin: auto;
    padding-bottom: 0;
    align-items: flex-start;
}

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

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

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

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

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

.footernavbox .footercontent .fcontentbox .navlistbox .list {
    display: block;
    font-size: 20rem;
    color: #fff;
    /* height: 50rem; */
}

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

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

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

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

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

.footernavbox .footercontent .fcontentbox .footernav {
    width: 40%;
    /* height: 315rem; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

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

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

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

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

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

.footernavbox .lianxibox .list img {
    width: 26rem;
    height: 26rem;
    margin-right: 12rem;
}

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

.footernavbox .lianxibox .list .title {}

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

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

.footernavbox .footercontent .fcontentbox .footerimg .contact .ewm img {
    width: 140rem;
    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;
}

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

.footernavbox .footercontent .title {
    font-size: 18rem;
    /* 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 0;
    border-top: 1rem solid #ffffff7d;
    margin-top: 16rem;
}

.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: 35%;
    z-index: 9999;
    border-radius: 5rem;
}

.fddh ul .list {
    /* width: 50rem; */
    /* height: 50rem; */
    background: #ffffff;
    cursor: pointer;
    position: relative;
    padding: 7rem 12rem;
    font-size: 14rem;
    color: #000;
    border: 1rem solid #00000014;
}

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

.fddh ul .list .listbox img {
    width: 30rem;
    object-fit: cover;
    filter: brightness(0.4);
}

.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: 15rem;
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    width: max-content;
    text-align: center;
}

.fddh ul .list .xianshibox2 {
    right: 125rem;
    /* height: 55rem; */
    padding: 15rem 20rem;
    /* border-radius: 4rem; */
    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: #db0002;
    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: 170rem;
    border: 2rem solid #eee;
    border CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100rem;
    border CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100rem;
    display: block;
    margin: 10rem 0;
}

.fddh ul .list:hover {
    color: #fff;
    background: #db0002;
}

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

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

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

ul.pagination li a:hover:not(.active) {
    background-color: #db0002;
    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 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: 60rem 0;
    padding-bottom: 40rem;
}

.swiper .swiper-button-white {
    width: 60rem;
    height: 60rem;
    border: 1rem solid #000;
    /* background: #f5f5f5; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10rem;
    transition: all .6s;
    outline: none;
}

.swiper .swiper-button-white:hover {
    border-color: #db0002;
}

.swiper .swiper-button-white.swiper-button-prev img {
    margin-right: 5rem;
}

.swiper .swiper-button-white.swiper-button-next img {
    margin-left: 5rem;
}

.swiper .swiper-button-white img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    display: block;
    filter: brightness(0);
}

.swiper .swiper-button-white:after {
    content: "";
}

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

.swiper .swiper-button-white:hover img {
    filter: none;
}

.swiper .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    padding-right: 30rem;
    bottom: 40rem;
    right: 56rem;
    left: initial;
}

.swiper .swiper-pagination span {
    width: 40rem;
    height: 10rem;
    border-radius: 0rem;
    background: #fff;
}

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