@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%;
    padding-bottom: 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: 964px;
    background: url(../images/banner.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 108px;
}

.banner_slg {
    display: block;
    margin: 0 auto;
}

.banner p {
    font-size: 36px;
    font-family: "FZYanSongS-B-GB";
    color: rgb(17, 44, 58);
    text-align: center;
}

.banner_list {
    margin: 0 auto;
    margin-top: 2%;
}

.title1,
.title2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 95px;
    margin-bottom: 4%;
}

.content {
    padding: 4% 0;
}

.titleC {
    height: 100%;
    background: url(../images/title1_center.png) repeat-x;
    background-size: 100% 100%;
    font-size: 50px;
    font-family: "FZYanSongS-B-GB";
    color: rgb(240, 255, 215);
    display: flex;
    align-items: center;
    justify-content: center;
}

.title2 .titleC {
    height: 100%;
    background: url(../images/title2_center.png) repeat-x;
    background-size: 100% 100%;
    font-size: 50px;
    font-family: "FZYanSongS-B-GB";
    color: #1c7870;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .body {
    padding-bottom: 14%;
} */

/* con1 */
.con1 {
    background: url(../images/con1_bg.png) no-repeat;
    background-size: 100% 100%;
}

.con1_list1,
.con1_list2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con1_list2 {
    margin-top: 2%;
}

.con1_list1 li {
    width: 30%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/con1_tit1.png) no-repeat;
    background-size: 100% 100%;
}

.con1_list2 li {
    width: 24%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/con1_tit3.png) no-repeat;
    background-size: 100% 100%;
}

.con1_list1 li:nth-child(2) {
    width: 38%;
}

.con1_list1 li a,
.con1_list2 li a {
    font-size: 20px;
    font-family: "FZYanSongS-B-GB";
    color: rgb(255, 255, 255);
}

/* con2 */
.con2 {
    background: url(../images/con2_bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.con2_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8%;
    position: relative;
    z-index: 9;
}

.con2_item {
    width: 22%;
    height: 289px;
    position: relative;
    background: url(../images/con2_item.png) no-repeat;
    background-size: 100% 100%;
    padding: 4% 2%;
}

.con2_cir {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 52%;
    top: -30px;
    transform: translateX(-50%);
}

.con2_cir span {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/con2_cir.png) no-repeat;
    background-size: 100% 100%;
    margin-left: -6%;
    font-size: 34px;
    font-family: "FZYanSongS-B-GB";
    color: rgb(255, 255, 255);

}

.con2_item p {
    font-size: 20px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(250, 254, 221);
    line-height: 1.6;
}

.con2_icon {
    position: absolute;
    right: 6%;
    bottom: -10%;
    width: 28%;
    z-index: 6;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* con3 */
.con3 {
    background: url(../images/con3_bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.con3 p {
    font-size: 52px;
    font-family: "FZYanSongS-B-GB";
    color: rgb(240, 255, 215);
    line-height: 0.571;
    text-shadow: 0px 5px 10px rgba(17, 44, 58, 0.3);
}

.con3 p i {
    font-size: 42px;
    font-family: "FZYanSongS-B-GB";
    color: rgb(255, 255, 255);
    line-height: 0.696;
    text-shadow: 0px 5px 10px rgba(17, 44, 58, 0.3);
    font-style: normal;
}

.con3_icon {
    position: absolute;
    left: 8%;
    bottom: -36%;
    z-index: 1;
    animation: floatLeftRight 3s ease-in-out infinite;
    width: 7%;
}

@keyframes floatLeftRight {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
    }
}

/* con4 */
.con4 {
    background: url(../images/con4_bg.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 14%;
    position: relative;
}

.con4_tit {
    height: 116px;
    background: url(../images/con4_tit.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.con4 .container {
    z-index: 9;
}

.con4_tit p {
    font-size: 48px;
    font-family: "FZYanSongS-B-GB";
    color: rgb(240, 255, 215);
    margin-top: -1%;
}

.con4_text p {
    font-size: 30px;
    font-family: "FZYanSongS-B-GB";
    color: #21715f;
    text-align: center;
    margin: 2% 0;
}

.con4_text p i {
    color: rgb(236, 60, 48);
    font-style: normal;
}

.con4_box {
    display: flex;
    justify-content: space-between;
    padding: 3%;
    flex-wrap: wrap;
}

.con4_bg1 {
    background: url(../images/con4_bg1.png) no-repeat;
    background-size: 100% 100%;
}

.con4_bg2 {
    background: url(../images/con4_bg2.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 2%;
}

.con4_right span {
    display: block;
    font-size: 40px;
    font-family: "FZYanSongS-B-GB";
    color: rgb(236, 60, 48);
    margin-bottom: 4%;
}

.con4_right {
    width: 48%;
    padding-top: 4%;
}

.con4_img {
    width: 50%;
}

.con4_right ul li {
    display: flex;
    align-items: center;
    margin-bottom: 4%;
}

.con4_right ul li p {
    font-size: 24px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(17, 44, 58)
}

.con4_bot {
    width: 100%;
    background: url(../images/con4_bg3.png) no-repeat;
    background-size: 100% 100%;
    padding: 3%;
}

.con4_bot p {
    font-size: 22px;
    color: rgb(250, 254, 221);
    line-height: 1.4;
}

.con4_bot i {
    font-size: 18px;
    color: rgb(250, 254, 221);
    font-style: normal;
}

.con4_bot img {
    width: 100%;
    margin: 2% auto;
}

.con4_pri {
    width: 368px;
    height: 106px;
    background: url(../images/con4_yiyuan.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0% auto;
    margin-top: 4%;
    font-size: 60px;
    font-family: "FZYanSongS-B-GB";
    color: rgb(255, 255, 255);
    cursor: pointer;
    /* -webkit-animation: shake-lr 1.6s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
	        animation: shake-lr 1.6s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both; */
}

@-webkit-keyframes shake-lr {

    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    20%,
    40%,
    60% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    30%,
    50%,
    70% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    80% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    90% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
}

@keyframes shake-lr {

    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    10% {
        -webkit-transform: rotate(4%);
        transform: rotate(4deg);
    }

    20%,
    40%,
    60% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    30%,
    50%,
    70% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    80% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

    90% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
}

.con4_icon1 {
    position: absolute;
    left: 0%;
    top: 6%;
    animation: float 3s ease-in-out infinite;
}

.con4_icon2 {
    position: absolute;
    left: -2%;
    top: 10%;
    animation: float 2.8s ease-in-out infinite;
}

.con4_icon3 {
    position: absolute;
    right: -12%;
    top: -22%;
    z-index: 9;
    animation: floatLeftRight 3s ease-in-out infinite;
    width: 24%;
}

/* con5 */
.con5 {
    background: url(../images/con5_bg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -1px;
    padding-bottom: 16%;
    position: relative;
}

.con5 .container {
    margin-top: -6%;
    z-index: 9;
}

.con5_table {
    background: url(../images/con4_bg2.png) no-repeat;
    background-size: 100% 100%;
    padding: 6px;
    position: relative;
}

.con5_table thead {
    height: 62px;
    background: url(../images/con5_thead.png) no-repeat;
    background-size: 100% 100%;
}

.con5_table thead th {
    font-size: 22px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(255, 255, 255);
    line-height: 2.818;
    text-align: center;
    text-shadow: 0px 2px 5px rgba(224, 65, 54, 0.004);
}

.con5_table tr td {
    font-size: 22px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: #112c3a;
    line-height: 2.818;
    text-align: center;
}

.con5_table tr td {
    border: 1px solid #afd1c6;
}

.con5_icon1 {
    position: absolute;
    left: 6%;
    top: 8%;
    animation: floatLeftRight 3s ease-in-out infinite;
}

.con5_icon2 {
    position: absolute;
    left: 6%;
    top: 52%;
    animation: float 2.4s ease-in-out infinite;
}

/* con6 */
.con6 {
    background: url(../images/con6_bg.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 6%;
    position: relative;
}

.con6_bot,
.con6_item {
    display: flex;
    align-items: center;
}

.con6_item {
    flex: content;
}

.con6_bot {
    margin-bottom: 2%;
    flex: auto;
}

.con6_bot1 {
    margin-top: 4%;
}

.con6_item p {
    font-size: 24px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(17, 44, 58);
    margin-left: 10px;
}

.con6 .container {
    margin-top: -2%;
    z-index: 9;
}

.con6_icon {
    position: absolute;
    left: 6%;
    top: 8%;
    animation: floatLeftRight 3s ease-in-out infinite;
}

/* con7 */
.con7 {
    background: url(../images/footer.png) no-repeat;
    background-size: 100% 100%;
}

.region {
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con7_box {
    display: flex;
    justify-content: space-between;
    margin-top: 6%;
}

.region a {
    width: 15.6%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5%;
    cursor: pointer;
    color: #fff;
    background: url(../images/region.png) no-repeat;
    background-size: 100% 100%;
}

.region a:hover {
    background: url(../images/region_ac.png) no-repeat;
    background-size: 100% 100%;
}

.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: #ffff;
    line-height: 34px;
    font-style: normal;
}

.region a:hover span i {
    color: #fff;
}

.box04_bottom {
    width: 38%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 1%;
}

.zx-left {
    width: 100%;
}

.zx-left h2 {
    font-size: 26px;
    font-family: "FZLanTingHeiS-EB-GB";
    color: #fff;
}

.zx-lefth2 {
    margin: 2% 0;
}

.zx-left p {
    font-size: 18px;
    font-family: "FZLanTingHeiS-R-GB";
    color: #fff;
    margin-bottom: 2%;
}

.link_container p a {
    color: #fff;
}

.zx-right {
    width: 44%;
}

.zx-right img {
    width: 100%;
    border-radius: 10px;
    border: 8px solid #65e4d2;
}

.service {
    background-color: #ff756c;
    font-size: 14px;
    padding: 1% 4%;
    font-family: "FZLanTingHeiS-B-GB";
    color: #ffff !important;
    margin-left: 4%;
    border-radius: 30px;
}

.fx_bot {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
}
.fx_bot img{
    margin: 0 auto;
}

.tc {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: flex;
    align-items: center;

    justify-content: center;
    display: none;
}

.tc-box {
    width: 1064px;
    display: flex;
    flex-wrap: wrap;
    padding: 2% 4%;
    position: relative;
    justify-content: center;
}

.zzb {
    width: 25%;
    display: block;
    border-style: solid;
    border-width: 5px;
    border-color: rgb(255, 255, 255);
    background-color: #209285;
    font-size: 28px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 255, 255);
    border-radius: 50px;
    padding: 2% 0 2% 0;
    text-align: center;
    letter-spacing: 1px;

}

.dzb {
    width: 25%;
    display: block;
    border-style: solid;
    border-width: 5px;
    border-color: rgb(255, 255, 255);
    background-color: #d7f3fc;
    font-size: 28px;
    font-family: "FZLanTingHeiS-H-GB";
    color: #000;
    border-radius: 50px;
    padding: 2% 0 2% 0;
    text-align: center;
    letter-spacing: 1px;

}

.tc-box a {
    margin: 0 2%;
}

.tc-box a span {
    width: 95%;
    border-radius: 23px;
    background: #faeed3;
    text-align: center;
    font-size: 19px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(0, 0, 0);
    padding: 6% 0;
}

.tc-box a span:hover {
    border-radius: 23px;
    background-image: -moz-linear-gradient(-90deg, rgb(200, 56, 35) 0%, rgb(140, 58, 43) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(200, 56, 35) 0%, rgb(140, 58, 43) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(200, 56, 35) 0%, rgb(140, 58, 43) 100%);
    color: #fff;
}

.close-tc {
    position: absolute;
    right: 0;
    top: -20%;
    cursor: pointer;
}

/* 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.34rem;
    }

    .banner_slg {
        width: 50%;
    }

    .banner_list {
        width: 54%;
    }

    .titleC,
    .title2 .titleC {
        font-size: 0.3rem;
    }

    .title1,
    .title2 {
        height: 0.95rem;
    }

    .title1 img,
    .title2 img {
        height: 0.95rem;
    }

    .con1_list1 li a,
    .con1_list2 li a {
        font-size: 0.2rem;
    }

    .con1_list1,
    .con1_list2,
    .con2_box {
        flex-wrap: wrap;
    }

    .con1_list1 li,
    .con1_list1 li:nth-child(2) {
        width: 100%;
    }

    .con1_list2 li {
        width: 48%;
    }

    .con2_item {
        width: 48%;
        height: 3rem;
        margin-bottom: 4%;
        padding-top: 6%;
    }

    .con2_cir span {
        width: 0.6rem;
        height: 0.6rem;
        font-size: 0.34rem;
    }

    .con2_item p {
        font-size: 0.2rem;
    }

    .con2_cir {
        top: -0.3rem;
    }

    .con3 p,
    .con3 p i {
        font-size: 0.3rem;
    }

    .con2_icon {
        bottom: 0;
    }

    .con4_tit {
        height: 1.16rem;
    }

    .con4_tit p {
        font-size: 0.4rem;

    }

    .con4_text p {
        font-size: 0.28rem;
    }

    .con4_box {
        flex-wrap: wrap;
    }

    .con4_img {
        width: 60%;
        margin: 0 auto;
    }

    .con4_right {
        width: 100%;
    }

    .con4_right span {
        font-size: 0.4rem;
    }

    .con4_right ul li p,
    .con4_bot p,
    .con6_item p {
        font-size: 0.24rem;
    }

    .con4_right ul li img {
        width: 6%;
    }

    .con4_bot i,
    .region a span i,
    .zx-left p {
        font-size: 0.18rem;
    }

    .region a span i {
        line-height: 1.6;
    }

    .con4_pri {
        width: 3.38rem;
        height: 1.06rem;
        font-size: 0.6rem;
    }

    .con5_table thead th,
    .con5_table tr td {
        font-size: 0.22rem;
        line-height: 1.6;
    }

    .con5_table thead {
        height: 0.62rem;
    }

    .con6_icon {
        width: 6%;
    }

    .con6_item img {
        width: 0.4rem;
        height: 0.4rem;
    }

    .con7_box {
        flex-wrap: wrap;
    }

    .region {
        width: 100%;
    }

    .box04_bottom {
        width: 100%;
    }

    .zx-left h2 {
        font-size: 0.26rem;
    }

    .zx-left,
    .zx-right {
        width: 50%;
    }

    .box04_bottom {
        flex-direction: row;
    }

    .service {
        display: block;
        margin-left: 0;
        width: 40%;
        font-size: 0.18rem;
        text-align: center;
        margin-top: 4%;
    }

    .zx-right img {
        width: 66%;
        margin: 0 auto;
    }

    .footer p {
        font-size: 0.18rem;
        line-height: 1.6;
    }
    .body{
        overflow: hidden;
    }
    .ht_top h1 a {
        width: 1.31rem;
        height: 0.4rem;
    }

    .con5_icon1 {
        width: 10%;
    }
    .con4_icon3{
        right: 0;
    }
    .tc-box{
        width: 100%;
    }
    .tc-box a{
        width: 40%;
        font-size: 0.28rem;
    }.close-tc {
        width: 8%;
        position: absolute;
        right: 4%;
        top: -70%;
        cursor: pointer;
    }
}