.w {
    width: 1580rem;
    margin: auto;
    /* overflow: hidden; */
}
.w92 {
    width: 92%;
    margin: auto;
    /* overflow: hidden; */
}
.nybanner {
    margin-top: 80rem;
    overflow: hidden;
}

table {
    border-collapse: collapse;
}



.nybanner img {
    animation: myscle 4s;
}
@keyframes myscle {
    0%{
transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }

}

/* 
@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;
    }
} */
/* */
.m-headbox {
    display: none !important;
}

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

.headbox {
    width: 100%;
    height: 80rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    /* box-shadow: 0rem 0rem 3rem 0rem #00000045; */
}

.navtext {
    background: #239564;
    color: #fff;
    font-size: 16rem;
    height: 60rem;
    line-height: 60rem;
    padding-left: 100rem;
}

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

.headbox .navbox .logotext {
    FONT-WEIGHT: 500;
    position: absolute;
    top: 513%;
    left: 40%;
    font-size: 30rem;
    font-weight: 800;
    color: #04367f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 245rem;
    height: 78rem;
    letter-spacing: 4rem;
    overflow: hidden;
    transition: all 1s;
}


.headbox .navbox .logotext .left {
    width: 80rem;
    /* background: red; */
    height: 80rem;
    position: relative;
}

.headbox .navbox .logotext .right {
    width: 60%;
}

.headbox .navbox .logotext .right .tow {
    color: #0ca3d0;
    position: relative;
    display: inline-block;
    font-size: 24rem;
    margin-top: 4rem;
}

.headbox .navbox .logotext .right .bottom {
    display: flex;
    align-items: center;
    letter-spacing: 0rem;
}

.headbox .navbox .logotext .right .tow:before {
    content: "";
    width: 47%;
    height: 5rem;
    background: #808080;
    position: absolute;
    top: 0;
    left: 2rem;
}

.headbox .navbox .logotext .left .item {
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    border-radius: 2rem;
    background: #0ca3d0;
}

.headbox .navbox .logotext .left .item5 {
    width: 20rem;
    height: 20rem;
    top: 0;
    right: 0;
    background: #808080;
}

.headbox .navbox .logotext .left .item6 {
    width: 20rem;
    height: 30rem;
    top: 31%;
    right: 0;
    /* transform:translateY(-50%); */
}

.headbox .navbox .logotext .left .item4 {
    width: 20rem;
    height: 20rem;
    bottom: 0;
    right: 0;
}

.headbox .navbox .logotext .left .item3 {
    width: 53rem;
    height: 54rem;
    bottom: 0;
    left: 0;
    /* border: 54rem solid #0ca3d0; */
    border-top: transparent;
    border-right: transparent;
    border-left: 20rem solid #0ca3d0;
    background: transparent;
    border-bottom: 20rem solid #0ca3d0;
}

.headbox .navbox .logotext .left .item2 {
    width: 53rem;
    height: 20rem;
    background: #04367f;
}

.headbox .navbox .logotext .left .item1 {
    width: 26rem;
    background: #04367f;
    top: 31%;
    left: 34%;
    height: 30rem;
    /* transform: translate(-50%,-50%); */
}

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

.headbox .navbox .logo img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    display: none;
}

.headbox .navbox .mynav {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* margin-left: 30%; */
    /* width: 50%; */
    height: 100%;
    position: relative;
}

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

.mynav .waiul>li.tablist {
    /* width: 23%; */
    /* position: relative; */
    height: 100%;
    line-height: 80rem;
    /* padding-bottom: 10rem; */
    /* margin-left: 70rem; */
    text-align: center;
    padding: 0 32rem;
}

.mynav .waiul>li .caidanbox {
    display: none;
    width: 70%;
    background: #ED0700;
    padding: 30rem;
    position: absolute;
    left: 50%;
    top: 100%;
    border-bottom-left-radius: 7rem;
    border-bottom-right-radius: 7rem;
    /* overflow: initial !important; */
    padding-left: 0;
    transform: translateX(-50%);
    border-radius: 16rem;
    padding-right: 0;
}

.mynav .waiul>li .caidanbox .navboxbox {
    height: 100%;
    display: flex;
}

.mynav .waiul>li .caidanbox .wenanbox {
    width: 50%;
    /* float: left; */
    color: #fff;
    line-height: 35rem;
    padding-left: 40rem;
    font-size: 18rem;
    text-align: left;
    position: relative;
    /* padding-right: 27rem; */
    margin-right: 40rem;
}

.mynav .waiul>li .caidanbox .wenanbox:after {
    content: "";
    width: 2rem;
    height: 100%;
    background: #fff;
    position: absolute;
    right: -39rem;
    top: 50%;
    transform: translateY(-50%);
}

.mynav .waiul>li .caidanbox .wenanbox .title {
    width: 100%;
    display: block;
    font-size: 26rem;
    margin-bottom: 25rem;
    height: auto;
}

.mynav .waiul>li .caidanbox li {
    height: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14rem;
    /* cursor: pointer; */
    text-align: left;
    padding-right: 30rem;
    /* position: relative; */
}

.mynav .waiul>li .caidanbox li>a {
    font-size: 18rem;
    position: relative;
    display: flex !important;
    /* justify-content: center; */
    align-items: center;
}

.mynav .waiul>li .caidanbox li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0rem;
    width: 0;
    height: 2rem;
    background: #fff;
    transition: all .7s;
}

.mynav .waiul>li .caidanbox li>a:hover:after {
    width: 100%;
}

.mynav .caidanbox li:hover .dombox {
    /* left: 100%; */
    /* opacity: 1; */
}

.mynav .waiul>li .caidanbox>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20rem;
    line-height: 40rem;
    margin-top: 0 !important;
    z-index: 999;
    position: relative;
}

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

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

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

.mynav .waiul>li.tablist .tabnav:hover::after {
    width: 100%;
}

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

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



.headbox .navbox .mynav .dombox {
    width: 230rem;
    min-height: 100%;
    position: absolute;
    background: #ffffffcf;
    left: 100%;
    top: 0%;
    box-shadow: 3rem 3rem 6rem #00000017;
    z-index: -1;
    border-bottom-left-radius: 7rem;
    border-bottom-right-radius: 7rem;
    /* transition: all.7s; */
    color: #000;
    /* opacity: 0; */
    /* margin-top: -100%; */
    display: none;
    padding: 22rem 0rem;
    border-radius: 16rem;
    border-top-left-radius: 0;
}

.headbox .navbox .mynav .dombox .productcontentbox .card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14rem;
}

.headbox .navbox .mynav .dombox .productcontentbox .card:last-child {
    margin-bottom: 0;
}

.headbox .navbox .mynav .dombox a {
    color: #000;
    transition: all .7s;
    padding: 6rem 0;
    font-size: 20rem;
    display: flex;
    align-items: center;
}

.headbox .navbox .mynav .dombox .card {
    /* line-height: 40rem; */
    height: 44rem;
    margin-bottom: 14rem;
    padding-left: 26rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headbox .navbox .mynav .dombox .card:last-child {
    margin-bottom: 0;
}

.headbox .navbox .mynav .dombox .card:hover a {
    color: #fff;
    font-size: 22rem;
}

.headbox .navbox .mynav .dombox .card:hover {
    background: #ED0700a6;
}


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

.headbox .navbox .mynav ul ul {
    /* color: #ec6901; */
    height: 100%;
    /* float: left; */
    /* margin-top: 26rem; */
    padding-left: 39rem;
    width: 50%;
}

.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: 30rem;
    /* margin-bottom: 11rem; */
    position: relative;
    /* border: none; */
}

.headbox .navbox .yuyanbox .btnbox:before {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 0;
    height: 2rem;
    background: #03367f;
    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: #03367f;
    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: 103%;
    left: 0%;
    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: 21rem;
}

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

.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: #03367fb5;
    position: absolute;
    left: 2rem;
    top: -3rem;
    /* 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: 26rem;
    height: 26rem;
    margin: 0 4rem;
    cursor: pointer;
}

.headbox .navbox .phonebox .searchbox {
    height: 30rem;
    background: #fff;
    border-radius: 4rem;
    padding-left: 2rem;
    overflow: hidden;
    display: flex;
    border: 1px solid #3369af9c !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: 90rem;
    left: 0;
    width: 100%;
    height: calc(100% - 90rem);
    background: #fff;
    transition: all .6s;
    transform: translateY(-200%);
}

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

.headbox .headIcon .inputbox form {
    height: 100%;
    width: 100%;
}

.headbox .headIcon .inputbox .searchbox {
    position: relative;
    width: 100%;
    height: 90rem;
}

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

.headbox .headIcon .inputbox .searchbox .isbox:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 30px;
    height: 2px;
    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: 2%;
    border: none;
    outline: none;
    background: none !important;
    filter: brightness(0.4);
    transform: translateY(-50%);
    width: 22rem !important;
    height: 22rem !important;
}

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

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

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

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

.footernavbox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #22262e;
    background-size: cover;
    width: 100%;
    height: 100%;
    /* filter: blur(4rem);*/
    z-index: -1;
    transform: scale(1.05);
}

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

.footernavbox .footercontent .fcontentbox {
    display: flex;
    justify-content: space-between;
    padding: 20px 0rem;
    /* align-items: center; */
}

.footernavbox .footercontent .fcontentbox .navlistbox {
    display: flex;
    /* flex-wrap: wrap; */
    /* align-content: flex-start; */
    height: 100%;
    /* width: 60%; */
}

.footernavbox .footercontent .fcontentbox .navlistbox .listbox {
    /* width: 40%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    margin-left: 68rem;
}

.footernavbox .footercontent .fcontentbox .navlistbox .listbox:last-child {
    display: none;
}

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

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

.footernavbox .footercontent .fcontentbox .navlistbox .listbox:nth-child(3) {
    margin-left: 0 !important;
}

.footernavbox .footercontent .fcontentbox .navlistbox .listbox .caidanbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 23rem;
}

.footernavbox .footercontent .fcontentbox .navlistbox .listbox .list {
    width: 100%;
}

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

.footernavbox .footercontent .fcontentbox .navlistbox .listbox .caidanbox a {
    color: #ffffffd4;
    padding-bottom: 27rem;
}

.footernavbox .footercontent .fcontentbox .navlistbox .listbox .caidanbox a:hover {
    color: #0da2cf;
}

.footernavbox .footercontent .fcontentbox .navlistbox .list {
    display: block;
    width: 33%;
    font-size: 19rem;
    color: #fff;
    /* height: 50rem; */
    font-weight: 600;
}

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

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

.footernavbox .footercontent .fcontentbox .footernav {
    width: 30%;
    /* height: 315rem; */
    display: flex;
    /* align-items: center; */
    flex-direction: column;
}

.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;
    position: relative;
}

.footernavbox .footercontent .waibulianjie {
    /* width: 100%; */
    /* height: 397rem; */
    /* overflow: hidden; */
    display: flex;
    margin-top: 20rem;
}

.footernavbox .footercontent .waibulianjie .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background: #fff;
    /* border-radius: 50%; */
}

.footernavbox .footercontent .waibulianjie .img>img {
    border-radius: 50%;
}

.footernavbox .footercontent .waibulianjie .img {
    width: 50rem;
    height: 50rem;
    margin-right: 15rem;
    border-radius: 50%;
    border: 1rem solid #ffffff85;
    position: relative;
}

.footernavbox .footercontent .waibulianjie .img .ewm {
    width: 120rem;
    height: 120rem;
    position: absolute;
    top: 108%;
    left: -218%;
    z-index: 34;
    display: none;
}

.contact {}

.footernavbox .footercontent .contact .formbox form>.line {
    font-size: 14rem;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    line-height: 22rem;
}

.footernavbox .footercontent .contact .formbox form>.line .ifbox {
    display: flex;
    align-items: center;
}

.footernavbox .footercontent .contact .formbox form>.line .ifbox label {
    display: flex;
    justify-content: center;
}

.footernavbox .footercontent .contact .formbox form>.line input {
    width: 19rem;
    height: 18rem;
    margin-right: 10rem;
    margin-top: 2rem;
}

.footernavbox .footercontent .contact .formbox .inputbox {
    display: flex;
    background: #fff;
    border-radius: 50rem;
    overflow: hidden;
    color: #000;
    width: 380rem;
    height: 39rem;
    padding-left: 20rem;
    align-items: center;
    margin: 15rem 0;
    justify-content: space-between;
}

.footernavbox .footercontent .contact .formbox .inputbox .line {
    height: 100%;
    /* width: 100%; */
}

.footernavbox .footercontent .contact .formbox .inputbox .line>div {
    width: 100%;
    height: 100%;
}

.footernavbox .footercontent .contact .formbox .inputbox .btnbox {
    border-radius: 50rem;
    background: #ED0700;
    color: #fff;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16rem;
    cursor: pointer;
}

.footernavbox .footercontent .contact .formbox .inputbox .btnbox .tishi {
    position: absolute;
    left: 0;
    bottom: -12rem;
    font-size: 14rem;
    color: red;
}

.footernavbox .footercontent .contact .formbox .inputbox .btnbox p {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.footernavbox .footercontent .contact .formbox .inputbox input {
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16rem;
}

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

.footernavbox .footercontent .fcontentbox .footernav .lianxibox .list {
    margin-bottom: 20rem;
    display: flex;
    align-items: center;
}

.footernavbox .footercontent .fcontentbox .footernav .lianxibox .list p {
    margin: 0;
}

.footernavbox .footercontent .fcontentbox .footernav .lianxibox .list a {
    color: #fff;
    font-size: 18rem;
}

.footernavbox .footercontent .fcontentbox .footernav .lianxibox .list img {
    width: 26rem;
    height: 26rem;
    margin-right: 6rem;
}

.footernavbox .footercontent .fcontentbox .footerimg {
    /* top: 0; */
    /* right: 210rem; */
    display: flex;
    /* padding: 21rem 20rem; */
    /* font-size: 16rem; */
    /* justify-content: center; */
    flex-direction: column;
}

.footernavbox .footercontent .fcontentbox .footerimg>.title {
    font-size: 20rem;
}

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

.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 {
    margin-top: 30rem;
    /* display: flex; */
}

.footernavbox .footercontent .title {
    font-size: 26rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

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

.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: 20rem;
    bottom: 3%;
    z-index: 999;
}

.fddh ul .list {
    width: 50rem;
    height: 50rem;
    border-radius: 50%;
    background: #cdcdcd;
    margin: 20rem 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: 40rem;
    height: 40rem;
    object-fit: cover;
}

.fddh ul .list .xianshibox {
    display: block;
    visibility: hidden;
    position: absolute;
    opacity: 1;
    width: 170rem;
    height: 170rem;
    padding: 5rem;
    background-color: #fff;
    right: 79rem;
    top: 8%;
    transform: translateX(-50%);
    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;
}

.fddh ul .list .xianshibox2 {
    right: 125rem;
    height: 55rem;
    line-height: 55rem;
    border-radius: 4rem;
    color: #484c61;
    min-width: 311rem;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 79rem;
    margin-top: -27rem;
    font-size: 14rem;
    -webkit-box-shadow: 6px 0 19px 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: #03367f;
    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: #03367f;
}

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

/**/
.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: 5px;
    width: 1px;
    position: absolute;
    animation: rotate0234 3.5s linear infinite;
}

.loader .dot {
    top: 30px;
    height: 7px;
    width: 7px;
    background: #268fe4;
    border-radius: 50%;
    position: relative;
}


.loader .text {
    position: absolute;
    bottom: -85px;
    font-size: 25px;
    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;
}

ul.pagination li {
    display: inline;
    float: left;
    border: 0px;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

ul.pagination li span {
    color: #fff;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid;
    margin: 0 4px;
    background-color: #ED0700;
}

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

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


@font-face {
    font-family: "myBold";
    src: url("../font/AlimamaShuHeiTi-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}
