@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;
    position: relative;
    z-index: 99;
}

.Width {
    width: 1070px;
	margin: 0 auto;
    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: 2% 0;
    background-color: #000;
}

.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: 1080px;
    margin: 0 auto;
    position: relative;
}


.banner {
    position: relative;
    height: 693px;
    background: url(../images/banner.png) no-repeat;
    background-size: 100% 100%;
    z-index: 100;
    padding-top: 66px;
}

.banner_slg {
    display: block;
    margin: 0 auto;
}
.body{
    background: url(../images/body.png) no-repeat;
    background-size: 100% 100%;
    padding: 2% 0;
}
.bg1 {
    position: relative;
    border-radius: 30px;
    background-image: -moz-linear-gradient( -90deg, rgb(255,217,185) 0%, rgb(255,209,170) 48%, rgb(255,201,155) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,217,185) 0%, rgb(255,209,170) 48%, rgb(255,201,155) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,217,185) 0%, rgb(255,209,170) 48%, rgb(255,201,155) 100%);
    box-shadow: 0 6px 6px #febd2a;
    padding-bottom:20px;
    margin-bottom: 12%;
}

.bg2 {
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    padding: 94px 67px 58px 67px;
    position: relative;
}

.title{
    position: absolute;
    left: 50%;
    top: -74px;
    transform: translateX(calc(-50%));
}
.con1{
    margin-top: 6%;
}
.con1_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con1_item{
    width: 30%;
    height: 339px;
    background: url(../images/con1_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 4% 2% 2% 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.con1_btn {
    width: 80%;
    height: 87px;
    line-height:  87px;
    border-radius: 14px;
    background-image: -moz-linear-gradient( -90deg, rgb(255,217,185) 0%, rgb(255,209,170) 48%, rgb(255,201,155) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,217,185) 0%, rgb(255,209,170) 48%, rgb(255,201,155) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,217,185) 0%, rgb(255,209,170) 48%, rgb(255,201,155) 100%);
    font-size: 40px;
    text-align: center;
    margin: 30% auto;
    font-style: italic;
    cursor: pointer;
    font-weight: bold;
}
.con1_btn:hover{
    background-image: -moz-linear-gradient( -90deg, rgb(255,169,117) 0%, rgb(255,138,68) 48%, rgb(255,107,18) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,169,117) 0%, rgb(255,138,68) 48%, rgb(255,107,18) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,169,117) 0%, rgb(255,138,68) 48%, rgb(255,107,18) 100%);
    color: #fff;
}
.con1_text{
    display: none;
    font-size: 30px;
    color: rgb(51, 51, 51);
    font-style: italic; 
    text-shadow: 2px 2px 2px #fff; 
    font-weight: bold;
    cursor: pointer;
}

/* con2 */
.con2_text{
    font-size: 34px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
.con2_box ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.con2_box ul li{
    width: 30%;
}
.con2_box ul li a{
    display: block;
    border-width: 1px;
    border-color: rgb(255, 151, 155);
    border-style: solid;
    border-radius: 14px;
    background-image: -moz-linear-gradient( -90deg, rgb(255,217,185) 0%, rgb(255,209,170) 48%, rgb(255,201,155) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,217,185) 0%, rgb(255,209,170) 48%, rgb(255,201,155) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,217,185) 0%, rgb(255,209,170) 48%, rgb(255,201,155) 100%);
    width: 80%;
    margin: 0 auto;
    margin-top: 16%;
    padding: 4% 0;
    text-align: center;
    box-shadow: inset -2px -2px 8px rgba(219, 123, 41, 0.8);
    text-shadow: 2.877px 2.779px 8.28px rgba(219, 123, 41, 0.8);
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
}
/* con3 */
.con3_top{
    position: relative;
    margin: 4%;
}

.con3_cir{
    margin: 0 auto;
}
.con3_item{
    display: flex;
    align-items: center;
    margin-bottom: 2%;
}
.con3_itemL {
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    width: 270px;
    border-radius: 16px;
	padding: 20px 0;
}
.con3_itemL1 {
    text-shadow: 4px 4px 6px rgba(92, 168, 222, 1);
    background: url(../images/con3_itemL1.png) no-repeat;
    background-size: 100% 100%;;
}
.con3_itemL2 {
    text-shadow: 4px 4px 6px  rgba(57, 159, 95, 1);
    background: url(../images/con3_itemL2.png) no-repeat;
    background-size: 100% 100%;;
}
.con3_itemL3 {
    text-shadow: 4px 4px 6px rgba(220, 93, 137, 1);
    background: url(../images/con3_itemL3.png) no-repeat;
    background-size: 100% 100%;;
}
.con3_itemL4 {
    text-shadow: 4px 4px 6px rgba(240, 146, 130, 1);
    background: url(../images/con3_itemL4.png) no-repeat;
    background-size: 100% 100%;;
}
.con3_item ul {
    width: 80%;
    margin-left: 2%;
}
.con3_item ul li p{
    font-size: 20px;
    color: #444444;
    font-weight: bold;
}
.con3_item ul li p i{
    font-size: 18px;
    color: #444444;
    font-style: normal;
}
.con3_item ul li p i b{
    color: #ff0000;
}
/* con4 */
.con4_box ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4%;
}
.con4_box ul li{
    width: 48%;
}
/* con5 */
.con5 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con5 ul li{
    width: 100%;
}
.con5 ul li p{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1%;
}
.con5 ul li i{
    font-size: 14px;
    color: #444444;
    font-weight: bold;
    font-style: normal;
}
.con5_box{
    margin-top: 4%;
}
.con5_box ul li{
    width: 48%;
}
/* .con6 */
.con6_box .swiper-slide,.con7_box .swiper-slide{
    border-radius: 25px;
    background-color: rgb(255, 230, 209);
    padding: 2%;
}
.con6_box .swiper-slide img,
.con7_box .swiper-slide img{
    height: 228px;
}
.con6_botR {
    display: block;
    width: 102px;
    height: 102px;
    background: url(../images/con6_botR1.png) no-repeat;
    background-size: 100% 100%;;
}
.con6_botR:hover {
    background: url(../images/con6_botR2.png) no-repeat;
    background-size: 100% 100%;;
}
.con6_bot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4%;
}
.con6_text p{
    font-size: 18px;
    color: #444444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.con6_text i{
    display: block;
    font-size: 16px;
    color: #444444;
    font-style: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.con6_pri p{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.con6_pri p i{
    font-family: "Impact";
    color: rgb(245, 0, 0);
    font-size: 34px;
    font-style: normal;
}
.con6_pri{
    margin-top: 4%;
}
.con6_botL{
    width: 60%;
}
.con6_box .swiper-button-next,
.con7_box .swiper-button-next{
    width: 51px;
    height: 51px;
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%;
}
.con6_box .swiper-button-prev,
.con7_box .swiper-button-prev{
    width: 51px;
    height: 51px;
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
}

/* con7 */

.con7_box p{
    font-size: 18px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 6%;
}
.con7_box p i{
    font-size: 16px;
    font-style: normal;
}
.con7_box h1{
    font-family: "Impact";
    color: rgb(245, 0, 0);
    font-size: 24px;
    text-align: center;
    margin: 2% 0;
}
.con7_box h1 i{
    font-size: 40px;
    font-style: normal;
}
.con7_box a{
    border-radius: 10px;
    background: #f36b6b;
    font-size: 26px;
    display: block;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 40px;
}
.con7_box a:hover{
    background-image: -moz-linear-gradient( -71deg, rgb(255,117,0) 0%, rgb(255,95,0) 48%, rgb(255,72,0) 100%);
    background-image: -webkit-linear-gradient( -71deg, rgb(255,117,0) 0%, rgb(255,95,0) 48%, rgb(255,72,0) 100%);
    background-image: -ms-linear-gradient( -71deg, rgb(255,117,0) 0%, rgb(255,95,0) 48%, rgb(255,72,0) 100%);
}
/* con8 */
.con8_box ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.con8_box ul li{
    width: 13.2%;
    text-align: center;
    border-radius: 8px;
    background-color: rgb(255, 234, 144);
    line-height: 1.8;
    margin-bottom: 1%;
    margin-left: 1%;
}
.con8_box ul li a{
    display: block;
    color: #666666;
    font-size: 30px;
}
.con8_box ul li:hover{
    border-radius: 8px;
    background-color: rgb(255, 127, 13);
}
.con8_box ul li:hover a{
    color: #ffffff;
}
.title_img{
    position: relative;
    z-index: 4;
}
.title_icon{
    position: absolute;
    left: 69%;
    top: -100px;
}
.con2 .title_icon {
    position: absolute;
    left: 77%;
}
.con3 .title_icon {
    position: absolute;
    left: 85%;
}
.con4 .title_icon {
    position: absolute;
    left: 69%;
}
.con5 .title_icon {
    position: absolute;
    left: 78%;
}
.con6 .title_icon {
    position: absolute;
    left: 68%;
}
.con7 .title_icon {
    position: absolute;
    left: 68%;
}
.con8 .title_icon {
    position: absolute;
    left: 68%;
}
.xx_icon{
    position: absolute;
    right: -2%;
    top: 50%;
}
.xx_icon2{
    position: absolute;
    left: -2%;
    top: 50%;
}
.con6 .xx_icon2{
    top: 28%;
}
.con7 .xx_icon{
    top: 28%;
}
/* end */

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

    .Width {
        width: 100%;
    }

    .banner {
        height: 3rem;
        padding-top: 0.4rem;
    }

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

    
    .banner_slg {
        width: 70%;
    }
    .bg2{
        padding:2%;
        padding-top: 6%;
    }
    .title{
        top: -0.54rem;
    }
    .title_icon{
        width: 1rem;
    }

    .title_icon {
        position: absolute;
        left: 69%;
        top: -0.6rem;
    }
    .con1_btn{
        font-size: 0.3rem;
    }
    .con1_item{
        width: 32%;
        height: 3.39rem;
    }
    .con1_btn{
        height: 0.87rem;
        line-height: 0.87rem;
    }
    .con1_text{
        font-size: 0.22rem;
    }
    .con2_text{
        font-size: 0.28rem;
    }
    .con2_box ul li a,.con5 ul li p{
        font-size: 0.28rem;
    }
    .con3_itemL{
        font-size: 0.3rem;
        line-height: 1.3;
    }
    .con3_item ul li p{
        font-size: 0.2rem;
    }
    .con3_item ul li p i{
        font-size: 0.18rem;
    }
    .con5 ul li i{
        font-size: 0.16rem;
    }
    .con6_box .swiper-slide img, .con7_box .swiper-slide img{
        width: 3.07rem;
        height: 2.28rem;
    }
    .con6_box .swiper-button-next, .con7_box .swiper-button-next,
    .con6_box .swiper-button-prev, .con7_box .swiper-button-prev{
        width: 0.51rem;
        height: 0.51rem;
    }
    .con6_text p,
    .con6_pri p,
    .con7_box p{
        font-size: 0.18rem;
    }
    .con6_text i,
    .con7_box p i{
        font-size: 0.16rem;
    }
    .con6_pri p i{
        font-size: 0.34rem;
    }
    .con6_botR{
        width: 0.8rem;
        height: 0.8rem;
    }
    .con6_box .swiper-slide, .con7_box .swiper-slide,
    .bg1,.bg2{
        border-radius: 0.2rem;
    }
    .bg1{
        padding-bottom: 0.2rem;
    }
    .con7_box h1{
        font-size: 0.24rem;
    }
    .con7_box h1 i{
        font-size: 0.4rem;
    }
    .con7_box a{
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
    .con8_box ul li a{
        font-size: 0.3rem;
    }
    .footer p{
        font-size: 0.16rem;
    }
    .ht_top h1 a{
        width: 1.31rem;
        height: 0.41rem;
    }
}