@charset "utf-8";

/* CSS Document */
body {
    font-family: "FZLanTingHeiS-H-GB", "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif, ;
    overflow-x: hidden;
    color: #000;
    background: #ffffff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

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

textarea,
select {
    border: none;
    outline: none;
    resize: none;
}

a {
    color: #0d0d0d;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

input {
    border: none;
    background: none;
    outline: none;
    -webkit-appearance: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

/* 通用头部 */
.ht_top {
    width: 100%;
    background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px;
    overflow: hidden;
}

.Width {
    width: 100%;
    max-width: 1200px;
    padding: 0 2%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ht_top h1 a {
    display: block;
    width: 131px;
    height: 40px;
    overflow: hidden;
    text-indent: -100em;
    background: url(http://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
    background-size: 80% 80%;
    font-size: 12px;
}

.ht_top .topnav {
    color: #0d0d0d;
    font-size: 12px;
}

.ht_top .topnav a {
    padding: 0 8px;
}

.ht_top .topnav a:hover {
    color: #e4393c;
    text-decoration: underline;
}

/* 通用头部 end */


/* 通用底部 */

.footer {
    clear: both;
    position: relative;
    text-align: center;
    padding: 2% 0;
}

.footer p {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.footer p span {
    padding: 0 5px;
}

.footer p a {
    color: #fff;
}

/* 通用底部 end */
/* start */
* {
    box-sizing: border-box;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.banner{
    height: 707px;
    background: url(../images/banner.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 120px;
    position: relative;
}
.banner_box{
    position: relative;
}
.banner_icon{
    position: absolute;
    right: -18%;
    bottom:-40%;
}
.banner_list{
    display: flex;
    align-items: center;
    margin-top: 4%;
}
.banner_item{
    width: 20%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 2px;
    border-color: rgb(255, 255, 153);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(254, 77, 25);
    box-shadow: 0px 5px 10px 0px rgba(254, 77, 25, 0.3);
    margin-right: 2%;
}
.banner_item p{
    font-size: 35px;
    font-family: "FZLanTingHeiS-DB1-GB";
    color: rgb(255, 255, 255);
    margin-left: 2%;
}


.body {
    position: relative;
    z-index: 10;
    background-color: rgb(254, 125, 57);
    background-size: 100% 100%;
    padding-top: 4%;
}
.con_box{
    border-radius: 40px;
    background-color: rgb(254, 242, 228);
    box-shadow: 0px 5px 50px 0px rgba(153, 32, 0, 0.9),inset 0px 5px 0px 0px rgba(255, 255, 255, 0.8);
    padding: 6% 4% 4% 4%;
    position: relative;
}
.con_tit{
    display: flex;
    align-items: center;
    justify-content: center;
}
.con_titC{
    height: 90px;
    line-height: 90px;
    background: url(../images/con_titC.png) repeat-x;
    background-size: 100% 100%;
    font-size: 40px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(255, 255, 255);
}
.con_tit{
    margin-top: -6.6%;
}
.main{
    overflow: hidden;
}
/* con1 */
.con1_box{
    margin-top: 6%;
}
.con1_item{
    border-radius: 30px;
    background-image: -moz-linear-gradient( 0deg, rgb(255,247,231) 0%, rgb(255,248,237) 20%, rgb(255,248,243) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,247,231) 0%, rgb(255,248,237) 20%, rgb(255,248,243) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,247,231) 0%, rgb(255,248,237) 20%, rgb(255,248,243) 100%);
    box-shadow: 0px 10px 30px 0px rgba(254, 202, 166, 0.8);
    display: flex;
    margin-bottom: 4%;
}
.con1_box .con1_item:last-child{
    margin-bottom: 0%;
}
.con1_item p{
    font-size: 22px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(51, 0, 0);
    padding: 4% 2%;
    line-height: 1.4;
}
.con1_item img{
    margin-top: -4%;
}
.con_jz{
    position: absolute;
    right: -4%;
    top: -6%;
}
.con1_item p i{
    color: #fd6a02;
    font-style: normal;
}
/* con2 */
.con2_box{
    margin-top:2%;
}
.city_list{
    display: flex;
    align-items: center;
}
.city_list li {
    width: 11%;
    height: 60px;
    line-height: 60px;
    margin-right: 1%;
    border-radius: 20px;
    background-image: linear-gradient(to bottom,#fee1cb,#fed9c2);
    box-shadow: 0px 10px 20px 0px rgba(254, 202, 166, 0.004);
    font-size: 20px;
    font-family: "FZLanTingHeiS-DB1-GB";
    color: rgb(51, 0, 0);
    text-align: center;
    margin-bottom: 2%;
    cursor: pointer;
}
.city_list li:last-child{
    margin-right: 0%;
}
.city_list li.active{
    background-image: -moz-linear-gradient( 90deg, rgb(255,74,0) 0%, rgb(255,131,66) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,74,0) 0%, rgb(255,131,66) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,74,0) 0%, rgb(255,131,66) 100%);
    color: #fff;
}
.keName{
    display: flex;
    align-items: center;
    margin-top:2%;
}
.keName li{
    width: 33%;
    height: 60px;
    line-height: 60px;
    margin-right: 1%;
    border-radius: 20px;
    background-image: linear-gradient(to bottom,#e2ece8,#e1e6e8);
    box-shadow: 0px 10px 20px 0px rgba(174, 231, 254, 0.004);
    text-align: center;
    font-size: 20px;
    font-family: "FZLanTingHeiS-DB1-GB";
    color: rgb(0, 0, 51);
    margin-bottom: 2%;
    cursor: pointer;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏超出部分的文本 */
    text-overflow: ellipsis; /* 显示省略号 */
    padding: 0 2%;
}
.keName li:last-child{
    margin-right: 0%;
}
.keName li.active2{
    background-image: -moz-linear-gradient( 90deg, rgb(59,158,255) 0%, rgb(68,203,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(59,158,255) 0%, rgb(68,203,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(59,158,255) 0%, rgb(68,203,255) 100%);
    color: #fff;
}
.kebox .keName_show{
    display: flex;
}
.con2_item{
    margin-top:2%;
}
.con2_table{
    border-radius: 30px;
    overflow: hidden;
}
.con2_table h1{
    font-size: 40px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(255, 255, 255);
    text-align: center;
    background-image: -moz-linear-gradient( 90deg, rgb(255,74,0) 0%, rgb(255,131,66) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,74,0) 0%, rgb(255,131,66) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,74,0) 0%, rgb(255,131,66) 100%);
    padding: 2% 0;
    font-weight: 400;
}

.con2_table table th{
    background: #660000;
    font-size: 22px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(255, 255, 255);
    padding: 1% 0;
}
.con2_table table tbody{
    background-image: -moz-linear-gradient( 0deg, rgb(255,247,231) 0%, rgb(255,248,237) 20%, rgb(255,248,243) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,247,231) 0%, rgb(255,248,237) 20%, rgb(255,248,243) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,247,231) 0%, rgb(255,248,237) 20%, rgb(255,248,243) 100%);
    box-shadow: 0px 10px 30px 0px rgba(254, 202, 166, 0.8)inset 0px 5px 0px 0px rgba(255, 255, 255, 0.8);
}
.con2_table table  td{
    font-size: 20px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(51, 0, 0);
    text-align: center;
    padding: 2% 0;
    line-height: 1.4;
}
.con2_table table  td div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4%;
}
.con2_table table  td div img{
    margin-right: 2%;
}
.con2_table table  td {
    border-right:1px dashed #d9bab5 ;
    border-bottom:1px dashed #d9bab5 ;

}
.con2_table table td:last-child{
    border-right: none;
}
.con2_table table tr:last-child td{
    border-bottom: none;
}
.con2_content,.con2_item{
    display: none;
}
.con2_contentBox .con2_content_show,
.con2_contentBox .con2_item_show{
    display: block;
}
/* con3 */
.con3_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4%;
}
.con3_top p {
    width: 44%;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    font-family: "FZLanTingHeiS-DB1-GB";
    text-align: center;
    border-radius: 30px;
    margin-bottom: 2%;
    will-change: transform; /* 提前通知浏览器该元素可能会发生变化 */
}

.con3_top p:nth-child(1) {
    width: 54%;
    color: rgb(51, 0, 0);
    background-image: linear-gradient(to bottom, #fee8cb, #fee4c4);
    animation: floatAnimation 3s infinite ease-in-out;
}

.con3_top p:nth-child(2) {
    color: rgb(0, 0, 51);
    background-image: linear-gradient(to bottom, #e2ece8, #e1e6e8);
    animation: floatAnimation 3.2s infinite ease-in-out;
}

.con3_top p:nth-child(3) {
    color: rgb(0, 51, 51);
    background-image: linear-gradient(to bottom, #e5efe1, #dbebdf);
    animation: floatAnimation 2.8s infinite ease-in-out;
}

.con3_top p:nth-child(4) {
    width: 54%;
    color: rgb(51, 0, 0);
    background-image: linear-gradient(to bottom, #fde1cb, #fedac3);
    animation: floatAnimation 3.4s infinite ease-in-out;
}

@keyframes floatAnimation {
    0% {
        transform: translateX(0%);
    }
    50% {
        transform: translateX(2%);
    }
    50% {
        transform: translateX(-2%);
    }
    100% {
        transform: translateX(0%);
    }
}
.con3_swiper .swiper-container{
    padding: 4% 0;
}
.con3_swiper .swiper-slide{
    border-radius: 30px;
    padding: 5px;
    
}
.con3_swiper .swiper-slide:nth-child(even){
    background-image: -moz-linear-gradient( 90deg, rgb(255,146,7) 0%, rgb(255,176,67) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,146,7) 0%, rgb(255,176,67) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,146,7) 0%, rgb(255,176,67) 100%);
    box-shadow: 0px 10px 20px 0px rgba(254, 202, 166, 0.9);
}
.con3_swiper .swiper-slide:nth-child(odd){
    background-image: -moz-linear-gradient( 90deg, rgb(59,158,255) 0%, rgb(68,203,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(59,158,255) 0%, rgb(68,203,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(59,158,255) 0%, rgb(68,203,255) 100%);
    box-shadow: 0px 10px 20px 0px rgba(174, 231, 254, 0.9);
}
.tch_top{
    background-color: #fff;
    border-radius: 30px;
    position: relative;
}
.tch_text{
    padding:8% ;
    height: 229px;
    font-size: 18px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(0, 0, 51);
    line-height: 1.5;
    display: -webkit-box; /* 使用弹性盒模型 */
    -webkit-line-clamp: 7; /* 限制为7行 */
    -webkit-box-orient: vertical; /* 文本垂直排列 */
    overflow: hidden; /* 隐藏超出部分的文本 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.con3_swiper .swiper-slide:nth-child(odd) .tch_text {
    color: rgb(51, 0, 0);
}
.tch_top span{
    display: inline-block;
    position: absolute;
    left: 4%;
    top: 14%;
    writing-mode: vertical-rl; /* 文字从右到左垂直排列 */
    text-orientation: upright; 
    font-size: 20px;
    font-family: "FZLanTingHeiS-DB1-GB";
    color: rgb(255, 255, 255);
    background-image: -moz-linear-gradient( 90deg, rgb(59,158,255) 0%, rgb(68,203,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(59,158,255) 0%, rgb(68,203,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(59,158,255) 0%, rgb(68,203,255) 100%);
    box-shadow: 0px 10px 20px 0px rgba(174, 231, 254, 0.9);
    border-radius: 30px;
    padding: 10px 4px;
}

.con3_swiper .swiper-slide:nth-child(odd) span{
    background-image: -moz-linear-gradient( 90deg, rgb(255,146,7) 0%, rgb(255,176,67) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,146,7) 0%, rgb(255,176,67) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,146,7) 0%, rgb(255,176,67) 100%);
    box-shadow: 0px 10px 20px 0px rgba(254, 202, 166, 0.9);
}
.con3_swiper .swiper-slide p{
    font-size: 22px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 4% 0;
}
.con_swiper .swiper-pagination{
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
}
.con_swiper .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fec7a8;
    opacity: 1;
    margin: 0 4px;
}
.con_swiper .swiper-pagination-bullet-active{
    width: 40px;
    background: #ff6924;
    border-radius: 8px;
}
/* con4 */
.con4_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6%;
}
.con4_box .con4_item{
    width: 31%;
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgba(254, 202, 166, 0.8);
    overflow: hidden;
    position: relative;
}

.con4_item img{
    margin-top: -10px;
    margin-left: -20px;
}
.con4_item p{
    padding:0 8% 8% 8%;
    font-size: 20px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(51, 0, 0);
    line-height: 1.5;
    height: 160px;
}
.con4_item p i{
    color: #fd6a02;
    font-style: normal;
}
/* con5 */
.con5_swiper{
    margin-top: 4%;
}
.con5_swiper .swiper-container{
    padding-bottom:6%;
}
.con5_swiper .swiper-slide{
    border-radius: 30px;
    padding: 10px;
    background: #fedac3;
}
.con5_swiper .swiper-slide p{
    font-size: 20px;
    font-family: "FZLanTingHeiS-DB1-GB";
    color: rgb(51, 0, 0);
    text-align: center;
    margin: 4% 2%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.con5_swiper .swiper-slide a{
    display: block;
    width:60%;
    margin: 2% auto;
    border-radius: 30px;
    padding: 4% 0;
    font-size: 24px;
    font-family: "FZLanTingHeiS-DB1-GB";
    color: rgb(255, 255, 255);
    text-align: center;
    background-image: -moz-linear-gradient( 90deg, rgb(255,146,7) 0%, rgb(255,176,67) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,146,7) 0%, rgb(255,176,67) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,146,7) 0%, rgb(255,176,67) 100%);
    box-shadow: 0px 10px 20px 0px rgba(254, 202, 166, 0.9);
}

.con5_swiper .swiper-slide:nth-child(2n){
    background: #e1e6e8;
}
.con5_swiper .swiper-slide:nth-child(3n){
    background: #dcebdf;
}
.con5_swiper .swiper-slide:nth-child(2n) p{
    color: rgb(0, 0, 51);
}
.con5_swiper .swiper-slide:nth-child(3n) p{
    color: rgb(0, 51, 51);
}

.con5_swiper .swiper-slide:nth-child(2n) a{
    background-image: -moz-linear-gradient( 90deg, rgb(59,158,255) 0%, rgb(68,203,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(59,158,255) 0%, rgb(68,203,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(59,158,255) 0%, rgb(68,203,255) 100%);
    box-shadow: 0px 10px 20px 0px rgba(174, 231, 254, 0.9);  
}
.con5_swiper .swiper-slide:nth-child(3n) a{
    background-image: linear-gradient(to bottom,#54dbd7,#16c0c2);
    box-shadow: 0px 10px 20px 0px #bcfefc;  
}

.con5_swiper .swiper-slide img{
    height: 230px;
}
/* con6 */
.con6_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4%;
}
.con6_item{
    background: #fee1cc;
    padding: 10px;
    border-radius: 30px;
}
.con6_box .con6_item:nth-child(2){
    background: #e2ece8 ;
}
.con6_box .con6_item:nth-child(3){
    background: #e5efe2;
}
.con6_item img{
    height: 230px;
}
.bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(../images/bottom_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 1200px;
    padding: 2% 6%;
    /* position: fixed;
    bottom: 1%;
    left: 50%;
    transform: translateX(-50%); */

}
.bottom_l{
    border-radius: 25px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,74,0) 0%, rgb(255,131,66) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,74,0) 0%, rgb(255,131,66) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,74,0) 0%, rgb(255,131,66) 100%);
    box-shadow: 0px 10px 20px 0px rgba(254, 202, 166, 0.004);
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 22%;
}
.bottom_l img{
    border-radius: 25px;
    padding: 2%;
}
.bottom_l p{
    font-size: 20px;
    font-family: "FZLanTingHeiS-DB1-GB";
    color: rgb(255, 255, 255);
    writing-mode: vertical-rl; /* 文字从右到左垂直排列 */
    text-orientation: upright; 
    margin: 0 2%;
}
.bottom_r ul{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 2%;
}
.bottom_r ul li{
    width: 24%;
    border-radius: 30px;
    overflow: hidden;
}
.bottom_r ul li a{
    display: block;
    height: 60px;
    line-height: 60px;
    background-image: -moz-linear-gradient( 90deg, rgb(59,158,255) 0%, rgb(68,203,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(59,158,255) 0%, rgb(68,203,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(59,158,255) 0%, rgb(68,203,255) 100%);
    font-size: 23px;
    font-family: "FZLanTingHeiS-DB1-GB";
    color: rgb(255, 255, 255);
    text-align: center;
}

.bottom_r ul li:nth-child(odd) a{
    background-image: -moz-linear-gradient( 90deg, rgb(255,74,0) 0%, rgb(255,131,66) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,74,0) 0%, rgb(255,131,66) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,74,0) 0%, rgb(255,131,66) 100%);
}

.mg_top{
    margin-top: 8%;
}
/* end */

@media screen and (max-width:1200px) {
    html {
        font-size: 50px;
    }

    .Width {
        width: 100%;
    }

    .banner {
        height: auto;
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .container {
        width: 100%;
        padding: 2%;
        z-index: 2;
    }

    .bottom{
        width: 100%;
    }

    .banner_slg{
        width: 80%;
    }
    .banner_icon{
        width: 18%;
        right: 4%;
        bottom: 9%
    }
    .banner_item p{
        font-size: 0.35rem;
    }
    .con_jz{
        width: 14%;
    }
    .banner_item{
        width: 30%;
        height: 0.75rem;
        line-height: 0.75rem;
    }
    .banner_item img{
        width: 20%;
    }
    .con_tit img,.con_titC{
        height: 0.9rem;
        line-height: 0.9rem;
        font-size: 0.4rem;
    }
    .con_jz{
        display: none;
    }
    .con1_item p{
        font-size: 0.22rem;
    }
    .con1_item img{
        width: 20%;
    }
    .city_list li{
        width: 18%;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.2rem;
    }
    .keName li{
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.2rem;
    }
    .con2_table h1{
        font-size: 0.4rem;
    }
    .con2_table table th{
        font-size: 0.22rem;
    }
    .con2_table table td{
        font-size: 0.2rem;
    }
    .con3_top p{
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.18rem;
        width: 90% !important;
        margin: 2% auto;
    }
    .tch_text{
        height: 2.29rem;
        font-size: 0.18rem;
    }
    .tch_top span{
        font-size: 0.2rem;
    }
    .con3_swiper .swiper-slide p{
        font-size: 0.22rem;
    }
    .con_swiper .swiper-pagination-bullet {
        width: 0.15rem;
        height: 0.15rem;
    }
    .con4_box,.con6_box{
        flex-wrap: wrap;
    }
    .con4_box .con4_item{
        width: 48%;
        border-radius: 0.2rem;
        margin-bottom: 2%;
    }
    .con4_item p{
        font-size: 0.2rem;
        height: 1.6rem;
    }
    .tch_top img{
        height: 2.5rem;
        margin: 0 auto;
    }
    .con5_swiper .swiper-slide p{
        font-size: 0.2rem;
    }

    .con5_swiper .swiper-slide a{
        font-size: 0.24rem;
    }
    .con5_swiper .swiper-slide img,
    .con6_item img{
        height: 2.3rem;
    }
    .con6_item{
        width: 48%;
        margin-bottom: 2%;
    }
    .bottom{
        flex-wrap: wrap;
    }
    .bottom_l{
        width: 60%;
        margin: 0 auto;
    }
    .bottom_r{
        margin-top: 2%;
    }
    .bottom_r ul li a{
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.22rem;
    }
    .footer p{
        font-size: 0.16rem;
        line-height: 1.4;
    }
}