@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: #16165e; */
}

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

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

a,
area {
    blur: expression(this.onFocus=this.blur())
}
table { border-collapse: collapse; border-spacing: 0; max-width: 100%; }
ul,
li {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.header {
    background-color: #fff;
    padding: 1% 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
}
/* banner */
.banner{
    background: url(../images/banner.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 4%;
    padding-bottom: 4%;
    position: relative;
    z-index: 999;
}
.banner_tit{
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_tit p {
    font-size: 28px;
    font-family: "FZLanTingHeiS-DB1-GB";
    color: rgb(255, 255, 255);
    margin: 0 2%;
}
.banner_slg1,.banner_slg2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2%;
}
.banner_jz{
    margin-left: -8%;
    margin-top: 4%;
}

.bg1{
    background-color: rgb(243, 243, 243);
    padding: 4% 0;
}
.bg2{
    background: url(../images/bg2.png) no-repeat;
    background-size: 100% 100%;
    padding: 4% 0;
}
/* con1 */
.con1_top{
    position: relative;
    margin-bottom: 6%;
}
.con1_bg{
    border-radius: 11px;
    background-image: -moz-linear-gradient( 180deg, rgb(176,36,24) 0%, rgb(235,82,74) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(176,36,24) 0%, rgb(235,82,74) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(176,36,24) 0%, rgb(235,82,74) 100%);
    padding: 6% 2% 4% 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.con1_bg p{
    font-size: 18px;
    font-family: "FZLanTingHeiS-M-GB";
    color: rgb(255, 255, 255);
    line-height: 1.6;
}
.con1_tit{
    position: absolute;
    left: 6%;
    top: -10%;
    z-index: 10;
}
.con1_horn1{
    position: absolute;
    top: -4%;
    right: -1%;
}
.con1_horn2{
    position: absolute;
    bottom: -24%;
    left: 1%;
}

.con_tit{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2%;
}
.con_tit img{
    width: 26%;
}
.con_tit p{
    font-size: 36px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(51, 51, 51);
    margin: 0 2%;
}
.con_tit p i{
    color: #d74239;
    font-style: normal;
}
.bg2 .con_tit p{
    color: #fff;
}
.bg2 .con_tit p i{
    color: #fddb93;
}
.wrap01_top_list{
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.wrap01_top_list::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #d1d1d1;
    top: 7px;
}
.wrap01_top_list::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d1d1d1;
    top: 3px;
}
.wrap01_top_list li{
    position: relative;
    z-index: 2;
    text-align: center;
    width: 8%;
}
.wrap01_top_list li i{
    display: block;
    box-sizing: border-box;
    border-radius: 50%;
    background: #c60711;
    border: 4px solid #fff;
    margin: 0 auto 10px;
    width: 16px;
    height: 16px;
}
.wrap01_top_list li h5{
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background-image: -moz-linear-gradient( 180deg, rgb(176,36,24) 0%, rgb(235,82,74) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(176,36,24) 0%, rgb(235,82,74) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(176,36,24) 0%, rgb(235,82,74) 100%);
    border-radius: 30px;
    padding: 1% 2%;
    margin-bottom: 8%;
}

.wrap01_top_list li p{
    line-height: 18px;
    font-size: 14px;
    color: rgb(102, 102, 102);
}

/* con2 */
.con2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con2_left{
    background: url(../images/con2_leftBg.png) no-repeat;
    background-size: 100% 100%;
    padding: 4% ;
    width: 31%;
}
.con2_left p{
    text-indent: 2em;
    font-size: 18px;
    font-family: "FZLanTingHeiS-M-GB";
    color: rgb(255, 255, 255);
    line-height: 1.8;
}
.con2_left p:nth-child(1){
    margin-bottom: 10%;
}
.con2_right{
    border-style: solid;
    border-width: 2px;
    border-color: rgb(203, 84, 71);
    background-image: -moz-linear-gradient( -90deg, rgb(147,32,22) 0%, rgb(171,40,30) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(147,32,22) 0%, rgb(171,40,30) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(147,32,22) 0%, rgb(171,40,30) 100%);
    width: calc(100% - 32%);
    padding: 2%;
}
.con2_right_bg{
    background-color: #fbdad5;
    padding: 2%;
}
.con2_right,.con2_left{
    height: 600px;
    box-sizing: border-box;
}
#echarts1 {
    box-sizing: border-box;
    width: 100%;
    height: 520px;
    background-color: #fff;
    border: 2px dashed #a60300;
    border-radius: 10px;
}


.con2_bot_l{
    width: 100%;
    background: #f3f3f3;
    padding: 2%;
}
.con2_bot_r{
    width: 63%;
    position: relative;
}
.wrap03_table{
    width: 100%;
    text-align: center;
    color: #000;
    background-color: #fff;
}
.wrap03_table th,
.wrap03_table td{
    box-sizing: border-box;
    padding-left: 20px;
    line-height: 45px;
}
.wrap03_table th{
    background-color: #c60711;
    color: #fff;
    font-size: 18px;
}
.wrap03_table td{
    font-size: 16px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(51, 51, 51);
}
.wrap02_bottom_btn{
    margin: 0 auto ;
    width: 40%;
    height: 30px;
    line-height: 30px;
    border-radius: 25px;
    font-size: 16px;
    color: #FF0000;
    background: #FFDE01;
    box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.28);
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap02_bottom_btn img{
    display: block;
    width: 20px;
    margin-left: 4px;
}
#map{
    width: 100%;
    height: 90%;
}
.map_data{
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.map_data h3{
    line-height: 30px;
    font-size: 26px;
    color: #191919;
}
.map_list li{
    display: none;
}
.map_list li:nth-child(1){
    display: block;
}
.map_list li h5{
    line-height: 24px;
    font-size: 18px;
    color: #FF0000;
}
.map_list li p{
    line-height: 24px;
    font-size: 16px;
    color: #000;
}
.map_data a{
    margin-top: 10px;
}
.con2_bot{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrap01_text_title{
    line-height: 35px;
    padding: 0 16px;
    font-size: 26px;
    margin-bottom: 10px;
    color: #FF2300;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.wrap01_text_title img{
    margin-right: 2%;
}

.con2_bot{
    background-color: #fff;
    padding: 2%;
    margin-top: 1%;
}
.con2_line{
    height: 1px;
    width: 100%;
    background: #cbcbcb;
    margin-bottom: 4%;
}

.con2_more {
    background-image: -moz-linear-gradient( 180deg, rgb(255,250,194) 0%, rgb(252,207,129) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(255,250,194) 0%, rgb(252,207,129) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,250,194) 0%, rgb(252,207,129) 100%);
    display: block;
    width: 24%;
    margin: 4% auto 0;
    font-size: 20px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(188, 1, 19);
    border-radius: 30px;
    text-align: center;
    padding: 1% 0;
}

.con3Top_item {
    width: 48%;
    padding: 2% 1%;
    background: url(../images/con3Top_item.png) no-repeat;
    background-size: 94% 100%;
}
.con3_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con3Top_tit{
    display: flex;
    align-items: center;
    padding-left: 2%;
}
.con3Top_tit h1{
    font-size: 32px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 255, 255);
    margin-left: 2%;
    letter-spacing: 2px;
}
.con3Top_bg{
    padding: 8% 4%;
    background: #fff;
    font-size: 18px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(51, 51, 51);
    line-height: 1.6;
    margin-bottom: -14%;
    margin-top: 4%;
}

.con3_bot{
    margin-top: 10%;
    border-radius: 13px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 31.5px 3.5px rgba(209, 209, 209, 0.8);
    padding: 4% 4% 2% 4%;
}

.con3_bot ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con3_bot ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    background-color: rgb(255, 234, 234);
    padding: 1% 2%;
    width: 30%;
    margin-bottom: 2%;
}

.con3_bot ul li p {
    font-size: 26px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(176, 36, 24);
    margin-left: 4%;
}
/* con4 */
.con4{
    margin-top: 4%;
}
.con4 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -7.4%;
}
.con4 ul li{
    background-color: rgb(245, 245, 245);
    border-radius: 30px;
    width: 18%;
    text-align: center;
    padding: 1% 0;
    font-size: 22px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(188, 1, 19);
    cursor: pointer;
}
.con4 ul .active{
    background-image: -moz-linear-gradient( 180deg, rgb(255,250,194) 0%, rgb(252,207,129) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(255,250,194) 0%, rgb(252,207,129) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,250,194) 0%, rgb(252,207,129) 100%);
}

.con4_top{
    border-style: solid;
    border-width: 2px;
    border-color: rgb(203, 84, 71);
    background-image: -moz-linear-gradient( -90deg, rgb(146,11,0) 0%, rgb(171,40,30) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(146,11,0) 0%, rgb(171,40,30) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(146,11,0) 0%, rgb(171,40,30) 100%);
    padding: 6% 0 4% 0;
}
.con4_top p{
    font-size: 17px;
    font-family: "FZLanTingHeiS-M-GB";
    color: rgb(255, 255, 255);
    padding: 0 2%;
    margin-top: 4%;
    line-height:2;
    display: none;
}
.con4_top .card_show{
    display: block;
}
.con4_more{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #d52132;
    margin: 4% auto 0;
    border-radius: 30px;
}
.con4_more p {
    display: block;
    font-size: 22px;
    font-family: "FZLanTingHeiS-M-GB";
    color: rgb(255, 255, 255);
    text-align: center;
    width: 76%;
}
.con4_more a{
    display: block;
    width: 24%;
    border-radius: 30px;
    font-size: 22px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(188, 1, 19);
    background-image: -moz-linear-gradient( 180deg, rgb(255,250,194) 0%, rgb(252,207,129) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(255,250,194) 0%, rgb(252,207,129) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,250,194) 0%, rgb(252,207,129) 100%);
    text-align: center;
    padding: 1.6% 0;
}
/* con5 */
.con5{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con5 ul{
    width: 30%;
    background-color: #fff;
}
.con5 ul li{
    text-align: center;
    font-size: 22px;
    font-family: "FZLanTingHeiS-M-GB";
    color: rgb(51, 51, 51);
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con5 ul li:nth-child(1){
    background-color: rgb(188, 1, 19);
}
.con5 ul li:nth-child(1)>p {
    font-size: 28px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 255, 255);
}

.con5 ul li.li_color{
    background-color: #fff4f5;
}

/* con6 */
.con6 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con6 ul li{
    border-style: solid;
    border-width: 2px;
    border-color: rgb(203, 84, 71);
    background-image: -moz-linear-gradient( -90deg, rgb(147,32,22) 0%, rgb(171,40,30) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(147,32,22) 0%, rgb(171,40,30) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(147,32,22) 0%, rgb(171,40,30) 100%);
    padding: 2%;
    width: 24%;
}
.con6 ul li span{
    display: block;
    text-align: center;
    width: 100%;
    padding: 2% 0;
    background: url(../images/con6_text.png) no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(255, 255, 255);
    margin: 4% 0;
}
.con6_bot{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con6_bot p{
    font-size: 18px;
    font-family: "FZLanTingHeiS-M-GB";
    color: rgb(255, 255, 255);
}
.con6_bot p i{
    font-size: 18px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(255, 246, 188);
    font-style: normal;
}
.con6_bot p i b{
    font-size: 30px;
}
.con6_bot a{
    display: block;
    background-image: -moz-linear-gradient( 180deg, rgb(255,250,194) 0%, rgb(252,207,129) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(255,250,194) 0%, rgb(252,207,129) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,250,194) 0%, rgb(252,207,129) 100%);
    border-radius: 30px;
    width: 36%;
    text-align: center;
    padding: 2% 0;
    font-size: 16px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(188, 1, 19);
}
/* 通用头部 */
.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: 80%;
    background: red;
    margin: 0 auto;
}

.ht_top .zt_top {
    width: 1070px;
    height: 41px;
    margin: 0 auto;
}

.ht_top h1 {
    float: left;
}

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

}

.ht_top .topnav {
    float: right;
    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;
    padding: 30px 0;
    text-align: center;
}

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

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

.footer p a {
    color: #000;
}

/* 通用底部 end */


.fx_right{
    position: fixed;
    right: 1%;
    top: 40%;
    border-width: 1px;
    border-color: rgb(202, 56, 46);
    border-style: solid;
    border-radius: 17px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 24.57px 2.43px rgba(101, 104, 111, 0.14);
    text-align: center;
    font-size: 16px;
    color: rgb(188, 1, 19);
    font-weight: bold;
    border-radius:18px;
    text-align: center;
    padding: 40px 14px 14px 14px;
    z-index: 10;
}

.fx_left{
    position: fixed;
    left: 1%;
    top: 40%;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(253, 227, 159);
    background-image: -moz-linear-gradient( 90deg, rgb(176,36,24) 0%, rgb(235,82,74) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(176,36,24) 0%, rgb(235,82,74) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(176,36,24) 0%, rgb(235,82,74) 100%);
    writing-mode: vertical-rl;
    padding: 16px 8px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius:0 30px  30px 30px;
    z-index: 10;
}

.kefu_icon{
    margin-top: -94%;
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}



@-webkit-keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  




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

    .Width {
        width: 100%;
    }

    .container {
        width: 96%;
    }
    .banner_tit img{
        width: 10%;
    }
    .banner_tit p{
        font-size: 0.28rem;
    }
    .banner_slg11{
        width: 50%;
    }
    .banner_jz{
        width: 30%;
    }
    .banner_tit2{
        width: 20%;
    }
    .banner_slg22{
        width: 50%;
    }
    .con1_tit{
        width: 40%;
    }
    .con1{
        margin-top: 6%;
    }
    .con1_bg p{
        font-size: 0.2rem;
    }
    .con1_bg{
        padding-top: 9%;
    }
    .con1_horn2 {
        bottom: -18%;
        width: 24%;
    }
    .con1_horn1 {
        top: -46%;
        width: 24%;
    }
    .con_tit p{
        font-size: 0.32rem;
    }
    .wrap01_top_list{
        flex-wrap: wrap;
        justify-content: start;
    }
    .wrap01_top_list li{
        width: 23%;
        margin: 0 1%;
    }
    .wrap01_top_list::before,
    .wrap01_top_list::after{
        display: none;
    }
    .con2{
        flex-wrap: wrap;
        margin-bottom: 18%;
    }
    .con2_left,.con2_right{
        width: 100%;
        height: auto;
    }
    .con2_right{
        height: 6.2rem;
    }
    #echarts1{
        height: 5.6rem;
    }
    .con2_left p{
        font-size: 0.2rem;
    }
    .con2_left p:nth-child(1) {
        margin-bottom: 2%;
    }
    .con2_bot{
        flex-wrap: wrap;
    }
    .con2_bot_l, .con2_bot_r{
        width: 100%;
        height: auto;
    }
    .con2_bot_r{
        height: 10rem;
    }
    #map {
        width: 100%;
        height: 6rem;
    }
    .map_data{
        width: 100%;
        position: relative;
        left: auto;
        bottom: auto;
    }
    .map_data a{
        margin: 4% auto 0;
    }
    .con3_top{
        flex-wrap: wrap;
    }
    .con3Top_item{
        width: 100%;
        padding: 2% 0%;
    }
    .con3Top_tit h1{
        font-size: 0.32rem;
    }
    .con3Top_tit img{
        width: 6%;
    }
    .con3Top_bg{
        font-size: 0.2rem;
        padding: 2%;
        margin-right: 0;
    }
    .con3Top_item:nth-child(1){
        margin-bottom: 16%;
    }
    .con3_bot ul li p{
        font-size: 0.26rem;
    }
    .con3_bot ul li{
        width: 48%;
    }
    .con3_bot ul li img{
        width: 14%;
    }
    .con_tit img {
        width: 18%;
    }
    .con4 ul li{
        font-size: 0.22rem;
    }
    .con4_top p{
        font-size: 0.2rem;
    }
    .con4_more p,.con4_more a{
        font-size: 0.22rem;
    }
    .con4_more {
        width: 90%;
    }
    .con5 ul li:nth-child(1)>p{
        font-size: 0.28rem;
    }
    .con5 ul li img{
        width: 16%;
    }
    .con5 ul li{
        height: 0.68rem;
        font-size: 0.2rem;
    }
    .con5 ul li p{
        font-size: 0.2rem;
        margin-left: 4%;
    }
    .con6 ul{
        flex-wrap: wrap;

    }
    .con6 ul li{
        width: 48%;
    }
    .con6 ul li span{
        font-size: 0.22rem;
    }
    .con6_bot p,.con6_bot p i{
        font-size: 0.22rem;
    }
    .con6_bot p i b{
        font-size: 0.3rem;
    }
    .con6_bot a{
        font-size: 0.22rem;
    }
    .footer{
        padding: 2% 0;
    }
    .con2_more{
        width: 50%;
        font-size: 0.22rem;
    }
    .map_data h3{
        font-size: 0.26rem;
    }
    .wrap02_bottom_btn{
        font-size: 0.18rem;
    }
    .fx_left,.fx_right{
        font-size: 0.18rem;
    }
    .fx_right p{
      display: none;
    }
    .fx_right{
        display: block;
        border: none;
        padding: 0;
        background: none;
        right: 1%;
        box-shadow: none;
        width: 0.6rem;
    }
    .fx_right img{
        margin: 0;
        width:100%;
    }
    .wrap03_table th{
        font-size: 0.2rem;
        padding-left: 0;
    }
    .wrap03_table td{
        padding-left: 0;
        font-size: 0.18rem;
    }
    .wrap02_bottom_btn{
        width: 80%;
    }
    .wrap02_bottom_btn img{
        width: 0.24rem;
    }
}