@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())
}

ul,
li {
    list-style: none;
}

.mr-top5 {
    margin-top: 5%;
}

.disp {
    display: flex;
    flex-direction: column;
}

.disp-r {
    display: flex;
    justify-content: space-around;
}

* {
    box-sizing: border-box;
}

/* 通用头部 */
.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;
}




/* 通用底部 */

.footer {
    clear: both;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
    /* padding-bottom: 40px; */
    margin-bottom: 2%;
    border-top: 1px solid #ffdd23;
}

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

/* start */
* {
    box-sizing: border-box;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* banner */
.banner {
    background: url(../images/banner.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 999;
}

.body {
    background: url(../images/body.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 2%;
}

.banner_hua {
    position: absolute;
    right: 28%;
    top: 14%;
    transition: all 1s ease;
    animation: flowerOpen 1s infinite alternate;
}

@keyframes flowerOpen {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
.con_tit{
    margin-bottom: 6%;
}
.con_tit img{
    display: block;
    margin: 0 auto;
}
.con_bg{
    position: relative;
    padding-top: 80px;
    padding-bottom: 4%;
}
.con_bgImg{
    position: absolute;
    top: 0;
    left: 0;
}
.con_boxBg{
    background-color: #ffdd23;
    border-radius: 20px;
    padding: 2%;
}
.con_boxBg2{
    background-color: #fff;
    border-radius: 20px;
    padding: 2%;
    background-image: -moz-linear-gradient( 110deg, rgb(255,253,226) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 110deg, rgb(255,253,226) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 110deg, rgb(255,253,226) 0%, rgb(255,255,255) 100%);
    box-shadow: 2.828px 2.828px 10px 0px rgba(239, 169, 0, 0.8);
}
.con_boxBgC1{
    background-color: #fff2a3;
    border-radius: 20px;
    padding: 2%;
}
.con_boxBgC2{
    background-color: #fff;
    border-radius: 20px;
    padding: 2%;
    background-image: -moz-linear-gradient( 110deg, rgb(255,253,226) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 110deg, rgb(255,253,226) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 110deg, rgb(255,253,226) 0%, rgb(255,255,255) 100%);
    box-shadow: 2.828px 2.828px 10px 0px rgba(239, 169, 0, 0.8);
}
.mb2{
    margin-bottom: 6%;
}
/* con1 */
.con1_list li{
    background-color: #ffdd23;
    padding: 2% 0;
    margin-bottom: 2%;
    border-radius: 10px;
    font-size: 20px;
    font-family: "FZLanTingHeiS-DB-GB";
}
.con1_list li:last-child{
    margin-bottom: 0;
}
.con1_box{
    margin-bottom: 4%;
}
/* con2 */
.con2_box{
    margin-bottom: 4%;
}
.con2_box ul li{
    background-color: #ffec89;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1%;
    margin-bottom: 2%;
    position: relative;
}

.con2_box ul li div{
    height: 100%;
    background-color: #ff8328;
    position: absolute;
    left: 0;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px 30px 30px 0;
    text-shadow: 2.121px 2.121px 4px rgba(203, 86, 0, 0.6);
    font-size: 20px;
    color: #fff;
}
.con2_box ul li p{
    margin-left: 24%;
    color: #000;
    font-size: 20px;
    font-family: "FZLanTingHeiS-DB-GB";
}
/* con3 */
.con3_list li{
    display: flex;
    align-items: center;
    margin-bottom: 2%;
}
.con3_list li:last-child{
    margin-bottom: 0;
}
.con3_list li span{
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 131, 40);
    border-radius: 50%;
    background-color: rgb(255, 236, 137);
    font-size: 18px;
    padding: 1% 1.4%;
}
.con3_list p{
    font-size: 20px;
    color: #000;
    font-family: "FZLanTingHeiS-DB-GB";
    margin-left: 2%;
}
.con3_list p::after{
    content: '';
    display: block;
    width: 94%;
    margin-top: 1%;
    height: 2px;
    background: #ffdd23;
}
.con4_boxLeft,.con4_boxLeft img{
    background-color: #ffdd73;
    border-radius: 20px 0 0 20px;
}
.con4_box .con_boxBg2{
    display: flex;
    justify-content: space-between;
    padding: 1px;
}
.con4_box ul{
    padding: 2%;
}
.con4_box ul li{
    margin-bottom: 2%;
    font-size: 20px;
    font-family: "FZLanTingHeiS-DB-GB";

}
.con4_boxLeft{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* con5 */
.con5_list ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.con5_list ul li{
    width: 33%;
    display: flex;
    align-items: center;
    margin-bottom: 2%;
}
.con5_list ul li span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 81px;
    height: 81px;
    background: url(../images/con5_num.png) no-repeat;
    background-size: contain;
    font-size: 30px;
    color: #fff;
    position: relative;
    z-index: 9;
}
.con5_list ul li p{
    background: #ffdd23;
    padding: 2% 4%;
    margin-left: -2%;
    display: inline-block;
    font-size: 24px;
    font-family: "FZLanTingHeiS-DB-GB";
}

/* con6 */

.con6_box ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con6_box ul li{
    width: 32%;
}
.con6_box p{
    background: #ffdd23;
    padding: 2% 4%;
    font-size: 18px;
    font-family: "FZLanTingHeiS-DB-GB";
    text-align: center;
    margin-bottom: 2%;
}

/* con7 */
.con7_conL{
    width: 55%;
}
.con7_conL li span{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff8328;
    margin-right:1%;
}
.con7_conL li {
    display: flex;
    align-items: center;
    margin: 4% 0;
    font-size: 20px;
    font-family: "FZLanTingHeiS-DB-GB";
}
.con7_conL li:last-child{
    margin-bottom: 0;
}
.con7_con{
    display: flex;
    justify-content: space-between;
}
.con7_conR ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con7_conR li{
    width: 48%;
}
/* con8 */
.con8_box table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.con8_box table tr th{
    background-color: #ff8328;
    color: #000;
    font-size: 24px;
    padding: 2% 0;
}

.con8_box table tr td{
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 2% 0;
    border: 1px solid #ff8328;
}
/* con9 */
.con9_box ul li{
    background-color: #ff8328;
    border-radius: 30px;
    text-align: center;
    width: 12%;
    margin: 1% 1%;
    padding: 1% 0;
}

.con9_box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.con9_box ul li a{
    font-size: 20px;
    color: #fff;
}

/* con10 */
.con10_box ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con10_box ul li{
    width: 30%;
}
.con10_box ul li img{height: 232px;}

.con3_box ,.con6_box ,.con8_box{
    position: relative;
    z-index: 9;
}
.hua2{
    position: absolute;
    left: -30%;
    bottom: 0;
    z-index: 3;
}

.hua3{
    position: absolute;
    right: -30%;
    top: -20%;
    z-index: 3;
}
.hua4{
    position: absolute;
    left: -30%;
    top: 0%;
    z-index: 3;
}
.fx_right{
    width: 8%;
    position: fixed;
    right: 2%;
    top: 20%;
    z-index: 99;
}
.fx_right ul{
    padding: 2% 4%;
    text-align: center;
}
.fx_right ul li{
    margin: 6% 0;
    padding: 4% 0;
}
.fx_right ul li a{
    font-family: "FZLanTingHeiS-DB-GB";
    font-size: 20px;
    color: #000;
}
.fx_right .con_boxBg{
    padding: 6%;
}
.fx_right ul li:hover{
    border-radius: 20px;
    background-color: #ffdd23;
}
.fx_right ul li:hover>a{
    color: #ff0000;
}
.fx_hua{
    position: absolute;
    right: -6%;
    top: -6%;
}
/* end */
@media screen and (max-width:1300px) {
    .fx_right{
        width: 10%;
    }
}
@media screen and (max-width:1200px) {
    .Width {
        width: 100%;
    }

    .fx_right{
        display: none;
    }
    .hua2,.hua3,.hua4{
        display: none;
    }
    .container {
        width: 98%;
        margin: 0 auto;
    }
    .banner_hua{
        width: 10%;
    }
    .con_tit img{
        width: 90%;
    }
    .con1_list li{font-size: 16px;padding: 2%;}
    .con2_box ul li img{
        display: none;
    }
    .con2_box ul li p{
        font-size: 14px;
    }
    .con2_box ul li div span{
        font-size: 14px;
    }
    .con2_box ul li div{
        width: 24%;
        font-size: 18px;
        padding: 0 2%;
    }
    .con3_list p{
        font-size: 16px;
        width: 70%;
    }
    .con3_list li span{
        font-size: 16px;
    }
    .con4_box .con_boxBg2{
        flex-wrap: wrap;
    }
    .con4_boxLeft{
        width: 100%;
    }
    .con4_boxLeft, .con4_boxLeft img{
        border-radius: 20px;
    }
    .con4_box ul li{
        font-size: 16px;
        margin: 4% 0;
    }
    .con5_list ul li{
        width: 48%;
    }
    .con5_list ul li p{
        font-size: 16px;
        height: 47px;
        display: flex;
        align-items: center;
    }
    .con5_list ul li span{
        width: 47px;
        height: 47px;
    }
    .con7_con{
        flex-wrap: wrap;
    }
    .con7_conL{
        width: 100%;
    }
    .con7_conL li{
        font-size: 16px;
    }
    .con8_box table tr th{
        font-size: 18px;
    }
    .con8_box table tr td{
        font-size: 14px;
    }
    .con8_box table tr th:nth-child(1){
        width: 30%;
    }
    .con9_box ul li a{
        font-size: 16px;
    }
    .con9_box ul li{
        width: 17.7%;
    }
    .con10_box ul li img{
        height: 100px;
    }
}