@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 {
    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%;
    padding: 0 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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: 41px;
    overflow: hidden;
    text-indent: -100em;
    background: url(http://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;    background-size: 100% 100%;
    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;
    text-align: center;
    padding-top: 6%;
}

.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 {
    position: relative;
    height: 748px;
    background: url(../images/banner.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 108px;
    z-index: 100;
}

.banner_slg {
    display: block;
    margin: 0 auto;
}
.banner p{
    width: 38%;
    padding: 1% 0;
    border-radius: 30px;
    margin-left: 30%;
    font-size: 36px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(255, 255, 255);
    text-align: center;
    background-image: -moz-linear-gradient( -90deg, rgb(158,80,57) 0%, rgb(86,52,45) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(158,80,57) 0%, rgb(86,52,45) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(158,80,57) 0%, rgb(86,52,45) 100%);
    margin-bottom: 2%;
}
.banner_slg2{
    margin-top: 2%;
}
.body{
    background: url(../images/body.png) no-repeat;
    background-size: 100% 100%;
    padding: 4% 0;
}
.con_box{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-radius: 20px;
    background-image: -moz-linear-gradient( -40deg, rgba(255,255,255,0.74118) 0%, rgba(255,255,255,0.27059) 100%);
    background-image: -webkit-linear-gradient( -40deg, rgba(255,255,255,0.74118) 0%, rgba(255,255,255,0.27059) 100%);
    background-image: -ms-linear-gradient( -40deg, rgba(255,255,255,0.74118) 0%, rgba(255,255,255,0.27059) 100%);
    box-shadow: 0px 5px 35px 0px rgba(153, 51, 0, 0.25);
    padding: 4%;
}
.mgt_4{
    margin-top: 4%;
}
.con_tit {
    background-image: -moz-linear-gradient( -90deg, rgb(255,116,90) 0%, rgb(251,66,76) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,116,90) 0%, rgb(251,66,76) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,116,90) 0%, rgb(251,66,76) 100%);
    box-shadow: 3px 0px 5px 0px rgba(215, 51, 0, 0.24);
    display: inline-block;
    padding: 1% 4%;
    margin: 0 auto;
    font-size: 50px;
    color: #fef2e5;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 40px 40px 0 0;
    font-weight: bold;
}
.con1{
    margin-top: -4%;
}
.con2_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con2_item{
    width: 30%;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 11px 0px rgba(248, 157, 71, 0.2);
    text-align: center;
    padding-bottom: 2%;
}
.con2_item img{
    margin: 0 auto;
}
.con2_item p {
    font-size: 26px;
    color: rgb(69, 33, 36);
    line-height: 1.556;
}
.con2_item .con2_num{
    margin: 4% auto;
}
.con2_item p i{
    font-style: normal;
    color: #fc4a4e;
}

/* con3 */
.con3_box{
    display: flex;
    justify-content: space-between;
}
.con3_left{
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 11px 0px rgba(248, 157, 71, 0.2);
    width: 70%;
}
.con3_top{
    position: relative;
    background-image: -moz-linear-gradient( -180deg, rgba(255,237,202,0) 0%, rgb(255,233,212) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgba(255,237,202,0) 0%, rgb(255,233,212) 100%);
    background-image: -ms-linear-gradient( -180deg, rgba(255,237,202,0) 0%, rgb(255,233,212) 100%);
    box-shadow: inset 0px 2px 1px 0px rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    border-radius: 20px 20px 0 0;
}
.con3_qi{
    margin-top: -2%;
    margin-bottom: -0.8%;
}
.con3_top p{
    color: #452124;
    font-size: 34px;
    margin-left: 2%;
    font-weight: bold;
}
.con3_list{
    padding: 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con3_list li{
    display: flex;
    align-items: center;
    border-bottom: 1px dashed  #fabc73;
    width: 48%;
    padding: 2% 0;
}
.con3_list li p{
    color: #452124;
    font-size: 22px;
    margin-left: 2%;
}
.con3_code{
    width: 252px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 11px 0px rgba(248, 157, 71, 0.2);
    padding: 4%;
}
.con3_code img{
    margin: 0 auto;
}
.con3_right p {
    border-radius: 10px;
    background-image: -moz-linear-gradient( -90deg, rgb(250,188,115) 0%, rgb(255,129,62) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(250,188,115) 0%, rgb(255,129,62) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(250,188,115) 0%, rgb(255,129,62) 100%);
    box-shadow: 5.143px 3.09px 5px 0px rgba(215, 51, 0, 0.14);
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 1.6;
    font-size: 24px;
    padding: 4% 0;
    margin-top: -6%;
}
/* con4 */
.con4_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con4_left,.con4_right{
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 11px 0px rgba(248, 157, 71, 0.2);
}
.con4_left{
    width: 30%;
    padding: 2% 0;
}
.con4_left img{
    margin: 0 auto;
}
.con4_right{
    width: 66%;
    padding: 1%;
    position: relative;
}
.con4_bot{
    margin: 4% ;
}
.con4_bot h1{
    font-size: 30px;
    color: #fc4a4e;
    text-align: center;
}
.con4_bot p{
    font-size: 20px;
    color: #452124;
    margin-top: 2%;
}
.con4_bot p i{
    font-style: normal;
    color: #fc4a4e;
}
.con4_icon1{
    position: absolute;
    left: -1%;
    top: -2%;
}
.con4_icon2{
    position: absolute;
    right:-1%;
    top: -2%;
}

/* con5 */
.con5_box,.table_box{
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 11px 0px rgba(248, 157, 71, 0.4);
    overflow: hidden;
}
thead{
    background-image: -moz-linear-gradient( -90deg, rgb(250,188,115) 0%, rgb(254,139,72) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(250,188,115) 0%, rgb(254,139,72) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(250,188,115) 0%, rgb(254,139,72) 100%);
    font-size: 24px;
    color: #fff;
}
table tr th,table tr td{
    padding: 1% 0;
    text-align: center;
    font-weight: bold;
}
table tr td{
    border: 1px solid #ffd3a1;
    color: #452124;
    font-size: 22px;
}
/* con6 */
.con6_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.table_box{
    width: 49%;
    margin-bottom: 2%;
}
.con6_box table tr td{
    font-size: 18px;
    padding: 2% 0;
}
table tr td:last-child{
    border-right: none;
}
/* con7 */
.con7_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.arrow_up {
    position: relative;
    border-radius: 10px;
    background-color: rgb(255, 231, 211);
    text-align: center;
    color: #ff7745;
    font-size: 24px;
    padding: 2% 0;
}

.arrow_up::before {
    content: '';
    position: absolute;
    top: -10px; 
    left: 50%;
    transform: translateX(-50%); 
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid  rgb(255, 231, 211); /* 箭头的颜色 */
}
.con7_item{
    width: 23%;
    padding: 4% 1.4% 1.4% 1.4%;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 11px 0px rgba(248, 157, 71, 0.2);
    position: relative;
}
.con7_item img{
    margin: 0 auto;
    margin-bottom: 16%;
}
.con7_num{
    display: inline-block;
    position: absolute;
    right: 8%;
    top: 4%;
    padding: 2% 4%;
    border-radius: 10px;
    background-image: -moz-linear-gradient( -90deg, rgb(255,116,90) 0%, rgb(251,66,76) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,116,90) 0%, rgb(251,66,76) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,116,90) 0%, rgb(251,66,76) 100%);
    box-shadow: 3px 0px 5px 0px rgba(215, 51, 0, 0.24);
    color: #fff;
}
/* con8 */
.con8_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con8_item{
    width: 31%;
    height: 420px;
    background: url(../images/con8_itemBg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 2%;
}
.con8_top{
    display: flex;
    align-items: center;
    margin-top: 8%;
    margin-left: 6%;
}
.con8_top p{
    font-size: 26px;
    color: #fff;
    margin-left: 2%;
}
.con8_icon{
    margin: 2% auto;
}
.con8_item h1{
    color: #452124;
    font-size: 26px;
    text-align: center;
    margin-bottom: 4%;
}
.con8_item h1 i{
    color: #fc4a4e;
    font-style: normal;
}
.con8_item .con8_text{
    border-radius: 10px;
    background-color: rgb(255, 231, 211);
    padding: 4%;
    color: #ff7745;
    font-size: 18px;
    height: 70px;
}
/* con9 */
.con9_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con9_list li{
    width: 25%;
    position: relative;
}
.con9_tit{
    width: 138px;
    height: 51px;
    display: flex;
    background: url(../images/con9_tit.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 2.8%;
    top: -2.8%;
    font-size: 20px;
    color: #fff;
    padding-top: 3%;
    padding-left:8%;
}
.region {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.region a {
    width: 15.6%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5%;
    cursor: pointer;
    background-image: -moz-linear-gradient( -90deg, rgb(250,188,115) 0%, rgb(254,139,72) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(250,188,115) 0%, rgb(254,139,72) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(250,188,115) 0%, rgb(254,139,72) 100%);
    box-shadow: 4.636px 1.873px 5px 0px rgba(215, 51, 0, 0.19);
    color: #fff;
    border-radius: 30px;
}

.region a:hover {
    background-image: -moz-linear-gradient( -90deg, rgb(255,116,90) 0%, rgb(251,66,76) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,116,90) 0%, rgb(251,66,76) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,116,90) 0%, rgb(251,66,76) 100%);
    box-shadow: 4.636px 1.873px 5px 0px rgba(215, 51, 0, 0.19);
}

.region a span {
    width: 100%;
    text-align: center;
    padding: 6% 0 5% 0;

}

.region a span i {
    font-size: 18px;
    font-family: "FZLanTingHeiS-R-GB";
    color: #fff;
    line-height: 34px;
    font-style: normal;
}
.region a:hover span i{
    color: #fff;
}

.box04_bottom {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 11px 0px rgba(248, 157, 71, 0.2);
}
.region_line{
    margin: 2% 0;
}

.zx-left {
    width: 70%;
    padding: 2% 0 2% 4%;
}

.zx-left h2 {
    font-size: 26px;
    font-family: "FZLanTingHeiS-EB-GB";
    color: #fc4a4e;
}
.zx-lefth2{
    margin: 2% 0;
}
.zx-left p {
    font-size: 18px;
    font-family: "FZLanTingHeiS-R-GB";
    color: #452124;
    margin-bottom: 2%;
}

.link_container p a {
    color: #452124;
}

.zx-right {
    width: 20%;
    border: 8px solid #ffd3a1;
    border-radius: 20px;
}

.zx-right img {
    width: 100%;
    border-radius: 20px;
}

.service {
    background-color: rgb(255, 231, 211);
    font-size: 14px;
    padding: 1% 4%;
    font-family: "FZLanTingHeiS-B-GB";
    color: #ff7745 !important;
    margin-left: 4%;
    border-radius: 30px;
}

.fx_right{
    width: 216px;
    position: fixed;
    right: 2%;
    top: 40%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-radius: 25px;
    background-image: -moz-linear-gradient( -45deg, rgb(255,255,255) 0%, rgb(254,230,206) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(255,255,255) 0%, rgb(254,230,206) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(255,255,255) 0%, rgb(254,230,206) 100%);
    box-shadow: 0px 5px 35px 0px rgba(153, 51, 0, 0.25);
    padding: 3% 1% 1% 1%;
    z-index: 99;
}
.fx_right a{
    display: block;
    width: 100%;
    font-size: 26px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    padding:4% 0;
}
.fx_right a:nth-child(2){
    background-image: -moz-linear-gradient( -90deg, rgb(255,116,90) 0%, rgb(251,66,76) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,116,90) 0%, rgb(251,66,76) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,116,90) 0%, rgb(212, 138, 141) 100%);
    box-shadow: 3px 0px 5px 0px rgba(215, 51, 0, 0.24);
}
.fx_right a:nth-child(3){
    background-image: -moz-linear-gradient( -90deg, rgb(250,188,115) 0%, rgb(254,139,72) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(250,188,115) 0%, rgb(254,139,72) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(250,188,115) 0%, rgb(254,139,72) 100%);
    box-shadow: 4.636px 1.873px 5px 0px rgba(215, 51, 0, 0.19);
    margin-top: 6%;
}
.fx_img{
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
}

/* end */

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

    .Width {
        width: 100%;
    }

    .banner {
        height: auto;
        padding-top: 0.3rem;
        padding-bottom: 0.8rem;
    }
    .container {
        width: 100%;
        padding: 0 2%;
        z-index: 2;
    }
    .banner p{
        font-size: 0.36rem;
        width: 66%;
        margin: 2% auto;
    }
    .banner_slg1{
        width: 58%;
        margin: 0 auto;
    }
    .banner_slg2{
        width: 40%;
        margin: 2% auto;
    }
    .con_tit{
        font-size: 0.5rem;
        border-radius: 0.3rem 0.3rem 0 0;
    }
    .con2_item p{
        font-size: 0.26rem;
    }
    .con2_item .con2_num {
        margin: 4% auto;
        width: 50%;
    }
    .con2_item{
        border-radius: 0.2rem;
    }
    .con3_box{
        flex-wrap: wrap;
    }
    .con3_left,.con3_right{
        width: 100%;
    }
    .con3_top p{
        font-size: 0.34rem;
    }
    .con3_list li p{
        font-size: 0.22rem;
    }
    .con3_qi {
        width: 16%;
    }
    .con3_list li img{
        width: 10%;
    }
    .con3_right{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 4%;
    }
    .con3_code{
        width: 3rem;
        padding: 2%;
    }
    .con3_right p{
        width: 50%;
        line-height: 1.4;
        font-size: 0.24rem;
        padding: 2% 0;
        margin-top: 4%;
    }
    .con4_box,.con7_box,.con8_box{
        flex-wrap: wrap;
    }
    .con4_left,.con4_right{
        width: 100%;;
    }
    .con4_bot h1{
        font-size: 0.3rem;
    }
    .con4_bot p{
        font-size: 0.24rem;
    }
    table tr th, table tr td,.con6_box table tr td{
        font-size: 0.2rem;
    }
    .table_box{
        width: 100%;
    }
    .con5_box, .table_box{
        border-radius: 0.2rem;
    }
    .arrow_up{
        font-size: 0.24rem;
    }
    .con7_item{
        width: 48%;
        margin-bottom:4%;
    }
    .con7_item img {
        width: 40%;
        margin: 0 auto;
        margin-bottom: 12%;
    }
    .con8_item{
        width: 49%;
        height: 4.2rem;
    }
    .con8_top p,.con8_item h1{
        font-size: 0.26rem;
    }
    .con8_top img{
        width: 10%;
    }
    .con8_icon {
        margin: 2% auto;
        width:70%;
    }
    .con8_item .con8_text{
        font-size: 0.18rem;
        height: 0.7rem;
    }
    .con9_list li{
        width: 49%;
    }
    .con9_tit{
        width: 78%;
        height: 0.8rem;
        font-size: 0.28rem;
        padding-top: 4%;
        padding-left: 10%;
    }
    .region a span i{
        font-size: 0.18rem;
    }
    .zx-left h2{
        font-size: 0.26rem;
    }
    .zx-left p{
        font-size: 0.18rem;
    }
    .box04_bottom{
        align-items: center;
        padding: 2%;
    }.zx-right {
        width: 20%;
        border:1px solid #ffd3a1;
        border-radius: 0.2rem;
    }
    .con1{
        margin-top: 0%;
    }
    .fx_right{
        width: 2rem;
    }
    .fx_right a{
        font-size: 0.2rem;
    }
    .fx_img{
        top: -0.6rem;
    }
    .con4_left img{
        width: 30%;
    }
}