* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* font-family:"SourceHanSansCN-Normal", Source Han Sans CN, "SOURCEHANSANSCN-REGULAR", "microsoft yahei", "微软雅黑"; */
    font-family: Source Han Sans CN, "SOURCEHANSANSCN-REGULAR", "microsoft yahei", "微软雅黑";
    text-transform: uppercase;
    letter-spacing: 1.6px;
}
body.on *{
    background-attachment: unset !important;
}
*::after,
*::before {
    content: '';
    position: absolute;
}

html,
body {
    width: 100%;
    height: 100%;
    /* height: auto; */
    position: relative;
    /* overflow-x: hidden; */
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

b,
i,
u,
s,
em {
    font-style: normal;
    font-weight: normal;
    display: inline-block;
}

span {
    display: block;
}

img {
    max-width: 100%;
    display: block;
}

.lf {
    float: left !important;
}

.rt {
    float: right !important;
}

.flo {
    float: left;
    width: 100%;
}

.clearFloat::after {
    /* 清除浮动影响 */
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearFloat {
    zoom: 1;
    clear: both;
}

.ma_rt {
    margin-right: 0px !important;
}

.ma_lf {
    margin-left: 0px !important;
}

.bac {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@keyframes da {
    0% {
        opacity: .8;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }

    100% {
        opacity: 0;
        transform: scale(10);
        -webkit-transform: scale(10);
        -moz-transform: scale(10);
        -ms-transform: scale(10);
        -o-transform: scale(10);
    }
}

@keyframes da0 {
    0% {
        opacity: .8;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }

    100% {
        opacity: 0.3;
        transform: scale(3.5);
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@keyframes da2 {
    0% {
        opacity: .6;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        opacity: .2;
        transform: scale(3);
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        -o-transform: scale(3);
    }
}

@keyframes da_lv {
    0% {
        box-shadow: 0px 0px 0.00rem 0.00rem rgba(0, 153, 68, 50%);
    }

    100% {
        box-shadow: 0px 0px 0.1rem 0.1rem rgba(0, 153, 68, 50%);
    }
}

@keyframes da_hong {
    0% {
        box-shadow: 0px 0px 0.00rem 0.00rem rgba(255, 0, 0, 50%);
    }

    100% {
        box-shadow: 0px 0px 0.2rem 0.2rem rgba(255, 0, 0, 50%);
    }
}

@keyframes da_lan {
    0% {
        box-shadow: 0px 0px 0.0rem 0.0rem rgba(1, 64, 153, 50%);
    }

    100% {
        box-shadow: 0px 0px 0.1rem 0.1rem rgba(1, 64, 153, 50%);
    }
}

@keyframes bai {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes shangxia {
    0% {
        transform: translateY(-.5rem);
        -webkit-transform: translateY(-.5rem);
        -moz-transform: translateY(-.5rem);
        -ms-transform: translateY(-.5rem);
        -o-transform: translateY(-.5rem);
    }

    100% {
        transform: translateY(0rem);
        -webkit-transform: translateY(0rem);
        -moz-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
        -o-transform: translateY(0rem);
    }
}

/***********************导航******************************/
.dh {
    width: 100%;
    float: left;
    padding: 2% 1.6rem;
    position: fixed;
    top: 0;
    z-index: 50;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.dh.on {
    background: rgb(0 0 0 / 40%);
}

.dh>.lf {
    width: 12%;
    cursor: pointer;
}

.dh>.lf>img {
    width: 100%;
}

.dh>.rt {
    width: 70%;
}

.dh>.rt>ul {
    width: 77%;
    line-height: .35rem;
}

.dh>.rt>ul>li {
    position: relative;
    float: left;
    margin-right: 5%;
}

.dh>.rt>ul>li:last-child {
    margin-right: 0;
}

.dh>.rt>ul>li>a {
    font-size: .16rem;
    color: #fff;
    display: block;
}

.dh>.rt>ul>li::after {
    transition: .8s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: center;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.dh>.rt>ul>li.on::after,
.dh>.rt>ul>li:hover::after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.dh>.rt>ul>li>ul {
    position: absolute;
    width: 250%;
    background-color: rgba(0, 32, 75, .6);
    left: -75%;
    transition: .5s;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top;
}

.dh>.rt>ul>li:hover>ul {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.dh>.rt>ul>li>ul>li {
    font-size: .16rem;
}

.dh>.rt>ul>li>ul>li>a {
    color: #fff;
    display: block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    line-height: 3;
    /* text-underline-position: under;
    text-decoration-color: transparent;
    -moz-text-decoration-color: transparent; */

}

.dh>.rt>ul>li>ul>li:hover>a {
    /* text-decoration: underline;
    text-decoration-color: #fff;
    -moz-text-decoration-color: #fff; */
    background-color: rgba(0, 32, 75, .5);
    /*color: #1443BC;
    */
    /*background-color: rgb(1, 64, 153);
    */
}

.dh>.rt>div {
    width: 15%;
    margin-right: 5%;
}

.dh>.rt>div>p {
    line-height: .35rem;
}

.dh>.rt>div>p>i {
    width: .2rem;
    height: .2rem;
    display: block;
    margin-top: 6%;
    float: left;
}

.dh>.rt>div>p>a {
    color: #fff;
    margin-left: 3%;
    font-size: .16rem;
    float: left;
    text-transform: capitalize;
}

.dh>.rt>div>p>a:last-child {
    margin-left: 12%;
    opacity: .5;
}

.dh>.rt>span {
    width: .28rem;
    height: .22rem;
    position: relative;
    cursor: pointer;
    margin-top: .05rem;
}

.dh>.rt>span>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

/****************************menu**************************/
.menu {
    position: fixed;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 0;
    /*background-color: #333;*/
    background-image: url(../image/menu_bg.png);
    /* transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0); */
    /* opacity: 0; */
}

.menu.active {
    /* transition-delay: .2s; */
    /* opacity: 1; */
    /* z-index: 99; */
    /* transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); */
}

.me_yuan {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: fixed;
    z-index: 55;
    background-color: #313131;
    right: -50px;
    top: -50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .5s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-delay: .8s;
}

.me_yuan.on {
    transition-delay: 0s;
    transform: scale(50);
    -webkit-transform: scale(50);
    -moz-transform: scale(50);
    -ms-transform: scale(50);
    -o-transform: scale(50);
}

.menu>p {
    width: 100%;
    position: relative;
    padding: 1.5% 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 3%;
}

.menu>p>span {
    display: block;
    width: 20%;
    margin: 0 auto;
    height: .5rem;
}

.menu>p>i {
    position: absolute;
    display: block;
    font-size: .4rem;
    color: #fff;
    right: 1.6rem;
    top: 23%;
    cursor: pointer;
    font-weight: 100;
}

.menu>p>span>img {
    width: 100%;
}

.menu>ul {
    width: 100%;
    padding: .49rem 8% 0 8%;
    display: flex;
    justify-content: space-between;
}

.menu>ul>li {
    text-align: center;
    line-height: 2;
    width: 10%;
}

.menu>ul>li>span {
    width: .25rem;
    height: .25rem;
    margin: 0 auto;
    opacity: .3;
    position: relative;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.menu>ul>li.on>span {
    /* background: #fff; */
    opacity: 1;
}

.menu>ul>li>span>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.menu>ul>li>i {
    width: 1px;
    opacity: .3;
    height: 1rem;
    background: rgba(255, 255, 255, 0.6);
    display: block;
    margin: 0 auto;
    margin-top: .2rem;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.menu>ul>li.on>i {
    opacity: 1;
}

.menu>ul>li>a {
    font-size: .18rem;
    display: block;
    color: #fff;
    margin-bottom: .1rem;
    position: relative;
}

.menu>ul>li>ul {}

.menu>ul>li>ul>li {}

.menu>ul>li>ul>li:last-child {
    margin-right: 0;
}

.menu>ul>li>ul>li>a {
    font-size: .16rem;
    color: #ffffffbf;
    display: block;
    position: relative;
}

.menu>ul>li>ul>li>a::after,
.menu>ul>li:nth-child(4)>a::after,
.menu>ul>li:nth-child(1)>a::after {
    position: absolute;
    bottom: 0%;
    width: 0%;
    left: 30.5%;
    height: 1px;
    background-color: #fff;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.menu>ul>li>ul>li>a:hover::after,
.menu>ul>li>a:hover::after {
    width: 40%;
}

/****************************foot**************************/
.footer {
    background-image: url(../image/footer_bg.png);
    padding: 3% 8%;
    position: relative;
    z-index: 10;
    padding-bottom: 0;
}

.footer>.lf {
    width: 25%;
    margin-bottom: 1rem;
    position: relative;
}

.footer>.lf>div {
    width: 100%;
    float: left;
    margin-bottom: .4rem;
}

.footer>.lf>div>p {
    font-size: .18rem;
    color: #fff;
    width: 50%;
    line-height: 2;
}
.footer>.lf>div>p:first-child{
    font-size: .3rem;
}
.footer>.lf>p:last-child {
    position: absolute;
    width: 300%;
}

.footer>.lf>div>p.rt {
    padding-left: 0;
    width: 100%;
}

.footer>.lf>div>p>b {
    display: block;
    font-weight: bold;
}
.footer>.lf>div>p:first-child>b{
    font-size: .18rem;
}
.footer>.lf>span {
    display: block;
    width: 80%;
    margin-bottom: .79rem;
}

.footer>.lf>p {
    font-size: 14px;
    color: #fff;
    margin-bottom: .3rem;
    text-transform: lowercase;
}

.footer>.rt {
    width: 70%;
}

.footer>.rt>ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer>.rt>ul>li {
    text-align: left;
    line-height: 2;
}

.footer>.rt>ul>li>a {
    font-size: .18rem;
    display: block;
    color: #fff;
    margin-bottom: .1rem;
}

.footer>.rt>ul>li>ul {}

.footer>.rt>ul>li>ul>li {
    line-height: 2.4;
}

.footer>.rt>ul>li>ul>li>a {
    font-size: .14rem;
    color: rgb(255 255 255 / 75%);
    display: block;
}

.footer>.rt>div {
    float: right;
    width: 100%;
    /* margin: 0 .4rem; */
}

.footer>.rt>div>ul {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.footer>.rt>div>ul>li {
    margin-left: .3rem;
    /* display: none; */
}

.footer>.rt>div>ul>li:first-child {
    /* display: block; */
}

.footer>.rt>div>ul>li>span {
    width: .8rem;
    height: .8rem;
    margin: 0 auto;
}

.footer>.rt>div>ul>li>span>img {
    width: 100%;
}

.footer>.rt>div>ul>li>p {
    font-size: .14rem;
    color: rgb(255 255 255 / 75%);
    text-align: center;
    margin-top: .19rem;
}

.footer>.fot_last {
    padding: .2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer>.fot_last>p {
    font-size: .14rem;
    color: rgba(255, 255, 255, 0.8);
}

.footer>.fot_last>p>a {
    color: #fff;
}

a.lj {
    z-index: 10;
    font-size: .14rem;
    color: #fff;
    padding: .1rem .2rem;
    display: block;
    width: 3.1rem;
    position: relative;
    margin-top: .5rem;
}

a.lj::after {
    width: 73%;
    height: 1px;
    bottom: 0%;
    left: 0%;
    background-color: rgba(255, 255, 255, .3);
}

a.lj>i {
    transition: .8s;
    position: absolute;
    transform: translate(.25rem, .2rem);
    z-index: 10;
    top: -55%;
    right: 30%;
    width: .5rem;
    height: .5rem;
    -webkit-transform: translate(.25rem, .2rem);
    -moz-transform: translate(.25rem, .2rem);
    -ms-transform: translate(.25rem, .2rem);
    -o-transform: translate(.25rem, .2rem);
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

a.lj:hover>i {
    transform: translate(.15rem, .2rem);
    -webkit-transform: translate(.15rem, .2rem);
    -moz-transform: translate(.15rem, .2rem);
    -ms-transform: translate(.15rem, .2rem);
    -o-transform: translate(.15rem, .2rem);
}

a.lj>i>img {
    transition: .8s;
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 0px 18px 0px rgba(255, 255, 255, 0.4);
}

a.lj>i>img:last-child {
    position: absolute;
    top: 0;
    /* opacity: 0; */
    box-shadow: 0px 0px 18px 0px rgba(109, 182, 255, 0.4);
}

a.lj:hover>i>img {
    opacity: 0;
}

a.lj:hover>i>img:last-child {
    opacity: 1;
}

.pc_dis {
    display: block !important;
}

.ph_dis {
    display: none !important;
}

.fle {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ph_dh {
    height: 50px;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.6rem;
    z-index: 50;
}

.ph_dh>.lf {
    width: 35%;
}

.ph_dh>.rt {
    width: 25px;
    height: 25px;
    position: relative;
    transition: .5s;
}

.ph_dh>.rt.active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.ph_dh>.rt>img {
    width: 100%;
    transition: .5s;
}

.ph_dh>.rt>img:last-child {
    position: absolute;
    top: 0%;
    left: 0%;
    opacity: 0;
}

.ph_dh>.rt.active>img {
    opacity: 0;
}

.ph_dh>.rt.active>img:last-child {
    opacity: 1;
}

.ph_menu {
    position: fixed;
    top: -100%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 40;
    padding-top: 55px;
    /* padding-left: 1.6rem; */
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    overflow: auto;
}

.ph_menu.active {
    top: 0%;
}

.ph_menu>ul {}

.ph_menu>ul>li {
    text-align: left;
    padding-left: 5%;
    border-bottom: 1px solid rgba(5, 51, 51, 15%);
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    position: relative;
}

.ph_menu>ul>li>ul {
    display: flex;
    top: 13px;
    width: 110%;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.ph_menu>ul>li>ul>li {
    font-size: 13px;
    margin-right: 15px;
}

.ph_menu>ul>li>ul>li>a {
    color: #333;
}

.ph_menu>ul>li>a {
    position: relative;
    color: #333;
    line-height: 3;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    font-weight: bold;
    display: block;
    width: 100%;
    font-size: 15px;
}

.ph_dh,
.ph_menu {
    display: none;
}

.to_top {
    position: fixed;
    bottom: .5rem;
    right: .5rem;
    z-index: 20;
    width: .5rem;
    height: .5rem;
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.to_top>img {
    cursor: pointer;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.to_top>img:last-child {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.to_top:hover {
    transform: translateY(-.1rem);
    -webkit-transform: translateY(-.1rem);
    -moz-transform: translateY(-.1rem);
    -ms-transform: translateY(-.1rem);
    -o-transform: translateY(-.1rem);
}

.footer {
    display: block;
}

.ph_foot {
    display: none;
}

@media screen and (max-width:2560px) and (min-width:1930px) {
    img {
        width: 100%;
    }
    
    .me_yuan.on {
        transform: scale(60);
        -webkit-transform: scale(60);
        -moz-transform: scale(60);
        -ms-transform: scale(60);
        -o-transform: scale(60);
    }
    
    .footer>.lf>p {
        font-size: 16px;
    }
}
@media screen and (max-width:1440px) {
    .menu>ul>li>a {
        font-size: 16px;
    }
    .menu>ul>li {
        width: 12%;
    }
    .dh>.rt>ul>li {
        margin-right: 3%;
    }

    a.lj>i {
        transform: translate(.25rem, .3rem);
    }

    a.lj:hover>i {
        transform: translate(.15rem, .3rem);
        -webkit-transform: translate(.15rem, .3rem);
        -moz-transform: translate(.15rem, .3rem);
        -ms-transform: translate(.15rem, .3rem);
        -o-transform: translate(.15rem, .3rem);
    }

    .dh>.rt>ul>li>a,
    .dh>.rt>ul>li>ul>li,
    .menu>ul>li>ul>li>a,
    .dh>.rt>div>p>a {
        font-size: 14px;
    }

    .dh>.rt {
        width: 75%;
    }

    .dh>.rt>div>p>i {
        margin-top: 3%;
    }
}

@media screen and (max-width:1366px) {
    .menu>ul>li {
        width: 13%;
    }
}

@media screen and (max-width:1300px) {
    .dh>.rt {
        width: 85%;
    }

    .dh>.rt>ul>li {
        margin-right: 3.5%;
    }
}

@media screen and (max-width:1280px) {
    .dh>.rt>div>p>i {
        margin-top: 4%;
    }

    .dh>.rt>ul>li {
        margin-right: 3.5%;
    }

    a.lj {
        width: 4.1rem;
    }

    a.lj>i {
        /* top: -45%; */
    }

    .dh>.rt {
        width: 85%;
    }
}

@media screen and (max-width:1024px) {
    .bac {
        background-attachment: inherit;
    }

    .dh>.rt {
        width: 86%;
    }

    .dh>.rt>ul {
        width: 78%;
    }

    .footer>.rt {
        width: 75%;
    }

    .footer>.lf>p:last-child {
        position: relative;
        width: 100%;
    }

    .dh>.rt>div {
        width: 15%;
        margin-right: 2%;
        margin-left: 2%;
    }

    .dh {
        display: none;
    }

    .ph_dh {
        display: flex;
    }

    .ph_menu {
        display: block;
    }
}

@media screen and (max-width:768px) {
    .footer>.lf,
    .footer>.rt {
        width: 100%;
    }

    .footer>.rt>ul>li>ul {
        display: none;
    }
    .footer>.rt>div>ul {
        width: 42%;
        justify-content: space-evenly;
    }
    .footer>.rt>div>ul>li>span {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .footer>.rt>ul {
        flex-wrap: wrap;
    }

    .footer>.rt>ul>li {
        width: 24%;
    }

    .footer>.rt>div>ul>li {
        width: 40%;
        margin-left: 0;
    }
    .footer>.rt>div>ul>li>p {
        margin-top: 20px;
    }
    .footer>.lf>div>p,
    .footer>.rt>ul>li>a,
    .footer>.rt>div>ul>li>p {
        font-size: 18px;
    }

    .footer>.fot_last>p {
        font-size: 12px;
    }

    /* .footer>.lf>p:last-child {
        position: relative;
        width: 100%;
    } */
    .footer>.rt>div {
        margin: 0;
        display: flex;
        justify-content: space-between;

    }
    .footer>.rt>div>div{
        font-size: 16px;
        width: 49%;
    }
    .footer>.rt>div>div>p{
        color: #fff;
        line-height: 2;
    }
    .footer>.rt>div>div>a{
        color: #fff;
        line-height: 2;
    }
    .footer>.rt>div>div>i{
        color: #fff;
        display:block;
        opacity: .3;
        margin-top: 32px;
        line-height: 2;
    }
    .footer>.lf {
        margin-bottom: 20px;
    }
    .to_top {
        width: 30px;
        height: 30px;
    }
    .footer>.rt {
        padding-bottom: 30px;
    }
    .pc_dis {
        display: none !important;
    }

    .dh {
        display: none;
    }

    .ph_dh {
        display: flex;
    }

    .ph_menu {
        display: block;
    }

    .news1>div>.rt>div>div>a {
        font-size: 14px;
        width: 50%;
    }

    a.lj>i {
        right: 25%;
        width: 35px;
        height: 35px;
    }

    .ph_dis {
        display: block !important;
    }

    .footer>.lf>p:last-child,
    .footer>.lf>p {
        width: 50%;
        float: left;
        font-size: 18px;
    }

    .footer {
        display: none;
    }

    .ph_foot {
        display: block;
        padding-top: 60px;
        overflow: hidden;
    }
    .footer>.lf>span {
        margin-bottom: 50px;
    }
    ul.me1 {
        flex-wrap: wrap;
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #626262;
        padding-bottom: 30px;
    }
    ul.me1>li {
        text-align: left;
        line-height: 2;
        width: 24%;
    }
    ul.me1>li>a {
        font-size: 20px;
        display: block;
        color: #fff;
        margin-bottom: .1rem;
    }
    .footer>.lf>div {
        border-bottom: 1px solid #626262;
        padding: 30px 0;
    }
    .footer>.lf>div>p {
        text-transform: initial;
        margin-bottom: 10px;
    }
    .footer>.lf>div>p:nth-child(1) {
        font-size: 25px;
        line-height: 1;
        width: 50%;
    }
    .footer>.lf>div>p:nth-child(1)>b{
        font-size: 16px;
        margin-bottom: .5rem;
    }
}

@media screen and (max-width:540px) {
    ul.me1>li>a {
        font-size: 15px;
    }
    .footer>.lf>div>p:nth-child(1) {
        width: 100%;
    }
    .dh,
    .menu {
        display: none;
    }

    .ph_dh {
        display: flex;
    }

    .ph_menu {
        display: block;
        z-index: 45;
    }
    .footer>.lf>div>p, .footer>.rt>ul>li>a, .footer>.rt>div>ul>li>p {
        font-size: 15px;
    }
    .footer>.lf>div>p:nth-child(3),
    .footer>.lf>div>p:nth-child(4){
        width: 100%;
    }
    .footer>.lf>div>p:last-child{
        margin-bottom: 0;
    }
    .footer>.lf>div {
        padding: 25px 0;
        padding-bottom: 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ph_foot {
        display: block;
        padding-top: 30px;
    }
    .footer>.rt>div {
        flex-wrap: wrap;
    }
    .footer>.rt>div>ul,
    .footer>.rt>div>div{
        width: 100%;
    }
    .footer>.rt>div>ul {
        margin-bottom: 15px;
    }
    .footer>.rt>div>div>i {
        margin-top: 16px;
    }
    .footer>.rt {
        padding-bottom: 15px;
    }
    .footer>.rt>div>ul>li {
        width: 30%;
    }
}
/* @font-face {
    font-family: "SourceHanSansCN-Normal";
    src:url("SourceHanSansCN-Normal.otf") format("opentype");
} */
@font-face {
    font-family: "simhei";
    src:url("../font/simhei.ttf") format("opentype");
}
@font-face {
    font-family: "FZFSJW";
    src:url("../font/FZFSJW.TTF") format("opentype");
}
@font-face {
    font-family: "SOURCEHANSANSCN-REGULAR";
    src: url("../font/SOURCEHANSANSCN-REGULAR.woff2") format("woff2"),
        url("../font/SOURCEHANSANSCN-REGULAR.woff") format("woff"),
        url("../font/SOURCEHANSANSCN-REGULAR.ttf") format("truetype"),
        url("../font/SOURCEHANSANSCN-REGULAR.eot") format("embedded-opentype"),
        url("../font/SOURCEHANSANSCN-REGULAR.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../font/SourceHanSansCN-Bold.otf") format("opentype");
}