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

table {
    border-collapse: collapse;
}

.nybanner {
    margin-top: 60rem;
    overflow: hidden;
}
.nybanner img {
    animation: myscle 4s;
}
@keyframes myscle {
    0%{
transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }

}

/*.bannvideobox {*/
/*    margin-top: 60rem;*/
/*}*/


/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ */
.headbox {
    display: none !important;
}

.forbidrootscroll {
    height: 100%;
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.m-headbox .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%;

}

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

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

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

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

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

.m-headbox .m-logo {
    /* width: 150rem; */
    height: 88%;
    border-radius: 5rem;
    /* padding: 5rem; */
    display: flex;
    align-items: center;
    justify-content: 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: 100%;
    width: auto;
}

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

.m-top-menu {
    position: fixed !important;
    /* background: #fff; */
    height: 100%;
    width: 100%;
    left: 0;
    top: 60rem;
    z-index: 992;
    /* display: none; */
    transition: all .6s;
    transform: translateX(-100%);
}

.m-top-menu .left {
    /* position: absolute; */
    /* top: 0; */
    /* height: 100%; */
    /* width: 100%; */
    /* left: 0; */
}

.m-top-menu>ul {
    width: 50%;
    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-bottom: 0;
    margin-bottom: 0;
    top: 0;
    left: 0;
}

.m-top-menu>ul a {
    color: #000;
}

.m-top-menu>ul>li {
    width: 100%;
    padding: 12rem;
    border-bottom-style: solid;
    border-bottom-width: 1rem;
    /* padding-left: 20rem; */
    overflow: hidden;
    /* padding-bottom: 20rem; */
    /* text-align: center; */
    border: none;
    padding-left: 26rem;
    /* margin-bottom: 24rem; */
}

.m-top-menu>ul>li>a {
    font-size: 18rem;
    color: #ed0700;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

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

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

.m-top-menu>ul>li .caidanbox li {
    padding: 8rem 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;
}

/* 底部样式 */
/* m-footer css */

.m-footbut {
    width: 100%;
    height: 60rem;
}

.m-footbut .navwrapper {
    width: 100%;
    height: 60rem;
    position: fixed;
    bottom: 0;
    background: #1074B1;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
    padding: 2rem 10rem;
    border-top: 1rem #ffffff2e solid;
}

.m-footbut .navwrapper .navbox {
    width: 32%;
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    border-right: 1rem #ffffff57 solid;
    font-size: 14rem;
}

.m-footbut .navwrapper .navbox:nth-child(4) {
    border: none;
}

.m-footbut .navwrapper .navbox .pic-box {
    width: 30%;
    margin: 5rem 0rem;
}

.blockclass {
    display: block !important;
    /*transform: translateY(0%);*/

}

/* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚Â¾ */
.footernavbox {
    display: none;
}

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

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

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

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

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

.m-footernavbox .footercontent .fcontentbox .navlistbox .listbox {
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-footernavbox .footercontent .waibulianjie {
    /* width: 100%; */
    /* height: 397rem; */
    /* overflow: hidden; */
    display: flex;
    margin-top: 10rem;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

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

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

.m-footernavbox .footercontent .waibulianjie .img {
    width: 38rem;
    height: 38rem;
    /* margin-right: 14rem; */
    border-radius: 50%;
    border: 1rem solid #ffffff85;
    position: relative;
    margin-right: 4%;
}

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

.contact {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-footernavbox .footercontent .title {
    font-size: 26rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    /* padding-left: 10rem; */
}

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

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

.prompt {
    padding: 0 10rem;
    text-align: center;
    font-size: 14rem;
    margin-bottom: 10rem;
}

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

/*浮动导航*/
/**/
.fddh {
    position: fixed;
    right: 8rem;
    bottom: 6%;
    z-index: 999;
}

.fddh ul .list {
    width: 37rem;
    height: 37rem;
    border-radius: 50%;
    background: #cdcdcd;
    margin: 8rem 0;
    cursor: pointer;
    position: relative;
    /* border: 1rem solid #fff; */
}

.fddh ul .list .listbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 2rem solid #fff;
    border-radius: 50%;
}

.fddh ul .list .listbox img {
    width: 18rem;
    height: 18rem;
    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: 240rem;
    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: 18rem;
    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);
}

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