@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    outline: none;
}

@font-face {
    font-family: "sysong";
    src: url(/style/../style/font/sysong.woff);
}

@font-face {
    font-family: "poly";
    src: url(/style/../style/font/Poly.woff);
}

html,
body {
    color: #333;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background: #fff;
}

html {
    font-size: 100px;
    font-size: 5.2083333333333vw;
}

body {
    font-size: 0.16rem;
}

.index::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #F5F5F5;
}

.index::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

.index::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}

/* rem */

@media screen and (min-width:2000px) {
    html {
        /* font-size: 110px !important; */
    }
}

@media screen and (max-width:1940px) {
    html {
        /* font-size: 100px !important; */
    }
}

@media screen and (max-width:1800px) {
    html {
        /* font-size: 95px !important; */
    }
}

@media screen and (max-width:1600px) {
    html {
        /* font-size: 90px !important; */
    }
}

@media screen and (max-width:1400px) {
    html {
        /* font-size: 90px !important; */
    }
}

@media screen and (max-width:1024px) {
    html {
        font-size: 85px !important;
    }
}

@media screen and (max-width:900px) {
    html {
        font-size: 85px !important;
    }
}

@media screen and (max-width:640px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width:480px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width:375px) {
    html {
        font-size: 75px !important;
    }
}

@media screen and (max-width:360px) {
    html {
        font-size: 70px !important;
    }
}

@media screen and (max-width:350px) {
    html {
        font-size: 65px !important;
    }
}

/* rem */

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none !important;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.px1500 {
    max-width: 1500px;
    margin: 0 auto;
}

.px1520 {
    max-width: 1520px;
    margin: 0 auto;
}

.px1560 {
    width: 15.6rem;
    max-width: 94%;
    margin: 0 auto;
}

.px1580 {
    max-width: 1580px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.px1600 {
    max-width: 1600px;
    margin: 0 auto;
}

.icon img {
    transition: all 0.3s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#113d9a, #113d9a);
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .8s;
}

a:hover .titline {
    color: #113d9a;
}

a:hover .titline i {
    background-position: left bottom;
    background-size: 100% 1px;
    font-weight: inherit;
    color: inherit;
}

.flex {
    display: flex;
}

.flex-jcsb {
    display: flex;
    justify-content: space-between;
}

.flex-jcfe {
    display: flex;
    justify-content: flex-end;
}

.flex-jcct {
    display: flex;
    justify-content: center;
}

.flex-alct {
    display: flex;
    align-items: center;
}

.flex-alend {
    display: flex;
    align-items: flex-end;
}

/* .flex */

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .pic img {
    transform: scale(1.05);
}

.bg_img {
    position: relative;
    overflow: hidden;
}

.bg_img .a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s;
}

.bg_img:hover .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* ¶¨Î»ËÑË÷¿ò */

.b-top {
    line-height: 0.4rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 0.1rem 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 5rem;
    margin: 0 auto;
    position: relative;
    padding-right: 0.5rem;
    padding: 0.05rem 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 0.7rem 0 0.2rem;
    font-size: 0.16rem;
    height: 0.3rem;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 0.4rem;
    width: 0.4rem;
    background: #113d9a;
}

.search-btn input {
    display: block;
    width: 0.2rem;
    margin: 0.1rem auto;
}

.hd-search-box {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    width: 0.56rem;
    height: 0.56rem;
    background-color: #c0913f;
    border-radius: 0.05rem;
    right: 1.5rem;
}

.hd-search-box a {
    display: block;
    line-height: 0.56rem;
    text-align: center;
    font-size: 0.22rem;
    color: #ffffff;
}




/* ¶¨Î»ËÑË÷¿ò */


.b-top-r {
    float: right;
}

.b-top-r>ul {
    float: left;
    text-align: right;
    font-size: 0;
}

.b-top-r>ul>li {
    float: left;
}

.b-top-r>ul>li:nth-child(1) {
    margin-left: 0;
}

.b-top-r>ul>li a {
    font-size: 0.16rem;
    display: block;
    line-height: 0.2rem;
    color: #fff;
    position: relative;
    padding-left: 0.23rem;
    margin-left: 0.23rem;
}

.b-top-r>ul>li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.02rem;
    height: 0.19rem;
    background: rgba(255, 255, 255, .3);
}

.b-top-r>ul>li:first-child a::after {
    content: none;
}

.b-top-r>ul>li a img {
    vertical-align: bottom;
    margin-right: 0.1rem;
}

.b-top-r>ul>li a:hover {
    text-decoration: underline;
}

.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    transition: top 0.5s;
    padding: 0 1rem;

}

.head.show {
    /* top: -200px; */
}

.head_rgb.hide {
    top: -100%;
}


.head_wit.show {
    top: 0;
}

.head_wit {
    top: -100%;
    background: #fff;
    box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, .1);
}


.head-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    display: block;
    width: 2.92rem;
}

.head-t {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.head-r {
    padding-top: 0.15rem;
    flex: 1;
    min-width: 0;
    padding-left: 15%;
}

.nav-r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-r a {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: -1px;
    color: #ffffff;
    opacity: 0.68;
    padding-left: 0.4rem;
    position: relative;
}

.nav-r a::before {
    content: "";
    position: absolute;
    left: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.01rem;
    height: 0.15rem;
    background-color: #fff;
    opacity: 0.3;
}

.dbkstd {
    margin-right: 0.7rem;
}

.nav-r a:nth-child(1) {
    padding-left: 0;
}

.nav-r a:nth-child(1):before {
    content: none;
}

.nav-r a span {}

.nav-r a:hover {
    opacity: 1;
}

.nav-r .search-switch {
    opacity: 1;
}

.nav-r .search-switch img {
    width: 0.18rem;
    height: 0.18rem;
}


.nav {
    width: 100%;
    float: right;
    position: relative;
    font-family: pingFang;
}

.nav>ul {
    margin-top: 0.15rem;
    display: flex;
    justify-content: space-between;
}

.nav>ul>li {
    float: left;
    /* margin: 0 0 0 0.65rem; */
    position: relative;
}

.nav>ul>li:first-child {
    border-left: none;
    padding-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
    line-height: 0.32rem;
    position: relative;
    padding-bottom: 0.1rem;
    font-weight: 600;
}


.nav>ul>li.active>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 0.02rem solid #fefeff;
    width: 100%;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 0.02rem solid #29acff;
    width: 0;
    transition: all 0.5s;
}

.nav>ul>li:hover>a {
    color: #29acff;
}

.nav>ul>li:hover>a::after {
    content: "";
    width: 100%;
}

.nav>ul>li:hover>div {
    transform: rotateX(0) translateX(-50%);
    z-index: 9;
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 2rem;
    z-index: 9999;
    padding: 0.25rem 0.2rem 0.15rem 0.25rem;
    overflow: hidden;
    line-height: normal;
    box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, .1);
    left: 50%;
    transform: rotateX(90deg) translateX(-50%);
    z-index: -999;
    transition: all 0.5s;
    transform-origin: top;
}

.nav>ul>li>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 8;
}

.nav>ul>li>div>ul {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.nav>ul>li>div>ul>li {}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.36rem;
    white-space: nowrap;
    text-align: center;
}

.nav>ul>li>div>ul>li a:hover {
    color: #29acff;
    position: relative;
}

.nav>ul>li>div>ul>li a:hover::before {
    content: "";
    display: inline-block;
    left: 0;
    margin-right: 0.05rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.04rem;
    height: 0.04rem;
    background: #29acff;
}


.nav-pic {
    float: left;
    overflow: hidden;
    width: 1.4rem;
    margin-right: 0.4rem;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.head_wit .nav>ul>li>a {
    color: #333;
}

.head_wit .nav-r a {
    color: #a1a1a1;
    opacity: 1;
}

.head_wit .nav-r a:hover {
    color: #333;
}

.nav-r a::before {
    background-color: #ccc;
    opacity: 1;
}


.banner-nav-btn {
    width: 0.3rem;
    height: 0.3rem;
    background: url() no-repeat;
    background-position: center center;
    cursor: pointer;
}

/* footer */

.footer {
    position: relative;
    z-index: 9;
    background: url(/style/../images/footer1.png) no-repeat center;
    background-size: cover;
    margin-top: -2rem;
    padding-top: 2rem;
    padding-bottom: 0.65rem;
    color: #fff;
}

.foot-t {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 0.4rem;
    margin-bottom: 0.87rem;
}

.foot-t ul li a {
    display: block;
    color: #fff;
}

.foot-t ul li a .pic1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.63rem;
    height: 0.71rem;
    margin: 0 auto;
    background: url(/style/../images/foot-tli1.png) no-repeat center;
    background-size: 100% auto;
    transition: all 0.3s;
}
.foot-t ul li a .pic1 img{
    width:0.36rem;
    height:0.36rem;  
}
.foot-t ul li:hover a .pic1 {
    background-image: url(/style/../images/foot-tli2.png);
}

.foot-t ul li a h3 {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-top: 0.2rem;
    position: relative;
    top: 0;
    transition: all 0.3s;
}

.foot-t ul li:hover a h3 {
    top: -0.05rem;
}






.foot-d {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.foot-logo {
    display: block;
    width: 3.36rem;
}

.foot-dz {
    margin-top: 0.35rem;
}

.foot-dz p {
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #9eb7d8;
}

.foot-dc {
    margin-top: -0.12rem;
}

.foot-dc ul {
    display: flex;
    flex-wrap: wrap;

}

.foot-dc ul li {
    margin: 0 0.85rem;
}

.foot-dc ul li .svg {
    max-width: 1.33rem;
    max-height: 1.06rem;
    margin: 0 auto;
}

.foot-dc ul li .svg svg {
    width: 100%;
    height: 100%;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    transition: .3s;
}

.foot-dc ul li .svg svg path,
.foot-dc ul li .svg svg polyline,
.foot-dc ul li .svg svg rect,
.foot-dc ul li .svg svg line {
    fill: transparent;
    stroke: #fff;
}

.foot-dc ul li:hover .svg svg {
    animation: dash 10s ease;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.foot-dc ul li p {
    font-family: "sysong";
    font-size: 0.22rem;
    line-height: 0.36rem;
    text-align: center;
    margin-top: 0.25rem;
}

.foot-dc ul li span {
    text-align: center;
    font-size: 0.16rem;
}

.foot-media {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.42rem;
}

.foot-media>div {
    position: relative;
    cursor: pointer;
    margin-left: 0.5rem;
}

.foot-media>div:first-child {
    margin-left: 0;
}

.foot-media>div:hover div {
    display: block;
}

.foot-media>div>a {
    display: block;
    color: #fff;
}

.foot-media>div>span,
.foot-media>div>a>span {
    display: block;
    width: 0.62rem;
    height: 0.61rem;
    line-height: 0.61rem;
    text-align: center;
    position: relative;
    font-size: 0;
    transition: all 0.3s;
}

.foot-media>div>span::before,
.foot-media>div>a>span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/style/../images/foot-mediali.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0.3;
}

.foot-media>div>span>img,
.foot-media>div>a>span>img {
    display: inline-block;
    transition: all 0.3s;
    vertical-align: middle;
    width: 0.34rem;
    height: 0.29rem;
}

.foot-media>div:hover>span::before,
.foot-media>div:hover>a>span::before {
    opacity: 0.5;
}

.foot-media>div>div {
    position: absolute;
    left: -250%;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2rem;
    padding: 0.05rem;
    background: #fff;
    z-index: 6;
    display: none;
}

.foot-media>div>div img {
    display: block;
    width: 100%;
}

.foot-media>div>div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-top: 0.07rem solid transparent;
    border-left: 0.07rem solid #fff;
    border-bottom: 0.07rem solid transparent;
}

.foot-media>div>img {
    display: block;
    margin: 0 auto;
}

.foot-media>div p {
    font-size: 0.16rem;
    line-height: 0.24rem;
    text-align: center;
    margin-top: 0.15rem;
}


@media screen and (max-width:1560px) {
    .px1560 {
        width: auto;
        max-width: inherit;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .head {
        padding: 0 0.2rem;
    }

}

@media screen and (max-width:1300px) {
    .head-r {
        padding-left: 5%;
    }

    .foot-dc ul li {
        margin: 0 0.35rem;
    }
}


@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }

    .pc {
        display: none !important;
    }

    .m-top {
        max-width: 19.2rem;
        margin: 0 auto;
        position: fixed;
        right: 20px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }

    .wap {
        display: block !important;
    }

    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0;
    }

    .wap-menu img {
        height: 25px;
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #1058ab;
        z-index: 999;
        padding: 10px 20px;
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 100%;
        vertical-align: middle;
    }

    .m-tlink {
        font-size: 12px;
        padding: 10px 15px 0 15px;
        color: rgba(255, 255, 255, 0.5);
        text-align: center;
    }

    .m-tlink a {
        font-size: 12px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        margin: 0 15px 0 0;
        /*background: #fff;*/
        border-radius: 5px;
    }

    .m-tlink a:first-child {
        margin-left: 0;
    }

    .m-tlink a img {
        vertical-align: -2px;
        padding-right: 5px;
        height: 14px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        margin-bottom: 15px;
        border: 1px solid #fff;
        border-radius: 50px;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
        font-size: 12px;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #1058ab;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
    }

    .m-nav .top-r {
        color: #fff;
        padding-left: 15px;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 15px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        font-size: 14px;
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(/style/../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
}

@media screen and (max-width:820px) {
    .footer {
        padding-top: 1.4rem;
        margin-top: -1.4rem;
        padding-bottom: 0.4rem;
    }

    .foot-t {
        margin-bottom: 0.3rem;
        padding-top: 0.3rem;
    }

    .foot-dl {
        width: 100%;
        margin-bottom: 0.2rem;
        order: 2;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 0.35rem;
    }

    .foot-logo {
        margin: 0 auto;
    }

    .foot-dz {
        flex: 1;
        min-width: 0;
        text-align: right;
        margin-top: 0.1rem;
    }

    .foot-dz p {
        font-size: 0.16rem;
    }

    .foot-dc {
        order: 1;
    }

    .foot-dc ul li .svg {
        max-width: 1.1rem;
        max-height: inherit;
    }

    .foot-dc ul li p {
        margin-top: 0.05rem;
        font-size: 0.2rem;
    }

    .foot-dr {
        order: 1;
    }
}

@media screen and (max-width:480px) {
    .footer {
    background: url(/style/../images/foot-bg.png) no-repeat 66% center;
    background-size: cover;
    }
    .foot-dc {
        width: 100%;
    }

    .foot-dr {
        width: 100%;
    }

    .foot-dc ul {
        justify-content: center;
    }

    .foot-media>div {
        margin: 0 0.25rem !important;
    }

    .foot-media {
        justify-content: center;
    }

    .foot-dl {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .foot-dz {
        flex: none;
        width: 100%;
        text-align: center;
        margin-top: 0.2rem;
    }

    .foot-media>div>div {
        left: 50%;
        transform: translateX(-50%) translateY(0);
        top: -140%;
    }

    .foot-media>div>div::before {
        left: 50%;
        top: 100%;
        transform: translateX(-50%) translateY(0);
        border-left: 0.07rem solid transparent;
        border-top: 0.07rem solid #fff;
        border-right: 0.07rem solid transparent;
    }

    .foot-dl>a {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .foot-dc ul li {
        margin: 0 0.2rem;
    }
}

@media screen and (max-width:390px) {
    .foot-dc ul li {
        margin: 0;
        width:50%;
        
    }
    .foot-dc ul li span{padding:0 0.1rem;display:block;}
}

@media screen and (max-width:300px) {
}