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

/* 通用头部 */
.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;
    /* padding-bottom: 40px; */
    border-top: 1px solid #ffdd23;
    margin-top: 4%;
}

.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 */
/* start */
* {
    box-sizing: border-box;
}

.mgtop {
    margin-top: 10%;
}

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

.body {
    background-color: #f5c5aa;
    padding-top: 4%;
}

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

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

.banner_box {
    position: relative;
}

.banner_tit {
    width: 34%;
    display: block;
    text-align: center;
    padding: 4px 0%;
    position: absolute;
    left: 53%;
    top: 8%;
}

.banner_tit p {
    font-size: 24px;
    font-family: "FZYaSong-H-GBK";
    color: rgb(99, 50, 15);
    letter-spacing: 4px;
    margin-top: 2%;
}

.banner_box {
    width: 100%;
    height: 656px;
    background: url(../images/banner_slg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}


.float-element {
    animation: floatAnimation 3s infinite;
}

.banner_he {
    position: absolute;
    right: 14%;
    top: 28%;
    margin: 0 auto;
}

.banner_py {
    margin-left: 31%;
}

.banner_yz {
    position: absolute;
    left: 20%;
    top: 22%;
    animation: myBreath 2s linear infinite;
}

.banner_list {
    margin-top: 4%;
}

.con_center {
    background: url(../images/con_center.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 4%;
}

.con_tit {
    background: url(../images/con_tit.png) no-repeat;
    background-size: 100% 100%;
    width: 60%;
    margin: 0 auto;
    padding: 1.6% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -88px;
}

.con_titNum {
    margin-right: 3%;
    font-size: 42px;
    font-family: "FZYaSong-H-GBK";
    color: rgb(80, 51, 27);
}

.con_tit p {
    font-size: 42px;
    font-family: "FZYaSong-H-GBK";
    color: rgb(220, 46, 72);
}

/* con1 */
.con1 {
    margin-top: -26%;
    position: relative;
    z-index: 999;
}

.con1_video {
    width: 944px;
    height: 429px;
    background: url(../images/con1_videoBg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 2%;
}

.con1_icon1 {
    display: block;
    padding: 1% 0 1% 2%;
}

.con1_titm {
    background: url(../images/con1_titm.png) no-repeat;
    background-size: 100% 100%;
    font-size: 42px;
    font-family: "FYaSong-B-GBK";
    color: rgb(255, 241, 227);
    text-align: center;
    padding: 1% 0;
    margin: 4% 0;
}


.con1_msg {
    font-size: 30px;
    font-family: "FZYaSong-H-GBK";
    color: rgb(220, 46, 72);
    text-align: center;
}


.con1_card {
    margin-top: 4%;
}

.con1_card ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con1_card ul .con1_cardItem {
    width: 18%;
    height: 300px;
    background: url(../images/con1_card.png) no-repeat;
    background-size: 100% 100%;
    padding: 8% 2% 6% 2%;
}

.con1_cardTit {
    background: url(../images/con1_cardTit.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 6% 2%;
    font-family: "FYaSong-B-GBK";
    color: rgb(255, 255, 255);
    font-size: 18px;
    padding-top: 10%;
}

.con1_cardTit i {
    font-style: normal;
}

.con1_card ul li span {
    border-width: 1px;
    border-color: rgb(227, 199, 154);
    border-style: solid;
    border-radius: 30px;
    background-color:#fff1e3;
    color: #bb442a;
    display: block;
    width: 70%;
    margin: 8% auto;
    text-align: center;
    font-size: 16px;
}
.con1_card ul:first-child{
    margin-bottom: 4%;
}
.con1_card ul li p {
    text-align: center;
    font-size: 16px;
    color: #5e443d;
    margin-top: 8%;
}

.con1_card ul:last-child {
    justify-content: center;
}

.con1_card ul:last-child>.con1_cardItem {
    margin: 0 2%;
}

.con1_jt2 {
    display: flex;
    align-items: center;
    justify-content: start;
}

.con1_jt2 img {
    transform: rotate(90deg);
    display: block;
    margin-left: 10%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.con1_jt3 {
    transform: rotate(180deg);
}

/* con2 */
.con2_table {
    border: 1px solid #d2a880;
    border-radius: 30px;
    margin-top: 4%;
}

.con2_table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

.con2_table thead th {
    background: #c74e32;
    padding: 2% 0;
    font-size: 20px;
    font-family: "FYaSong-B-GBK";
    color: rgb(255, 255, 255);
}

.con2_table tr td {
    background-color: #fff1e3;
    padding: 1.6% 0;
    font-size: 18px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(96, 72, 41);
    border-top: 1px solid #d2a880;
    border-right: 1px solid #d2a880;
}

.con2_table thead th:first-child {
    border-radius: 30px 0 0 0;
}

.con2_table thead th:last-child {
    border-radius: 0 30px 0 0;
}

.con2_table tr:last-child>td:first-child {
    border-radius: 0 0 0 30px;
}

.con2_table tr:last-child>td:last-child {
    border-radius: 0 0 30px 0;
}

.con2_table tr td:last-child {
    border-right: none;
}

.con2_tableMsg {
    text-align: right;
    font-size: 14px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(96, 72, 41);
    margin-top: 2%;
    margin-bottom: 1%;
}

.con2_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con2_item {
    width: 48%;
    background: url(../images/con2_card.png) no-repeat;
    background-size: 100% 100%;
    padding: 2% 6% 4% 6%;
}

.con2_cardTit {
    width: 216px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: "FZYaSong-EB-GBK";
    color: rgb(255, 255, 255);
    background: url(../images/con2_titm.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-bottom: 6%;
}

.con2_titmm {
    width: 163px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/con2_titmm.png) no-repeat;
    background-size: 100% 100%;
    padding: 1% 0;
    padding-top: 6%;
    margin-bottom: 6%;
    font-size: 18px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(93, 72, 42);
}

.con2_titmm img {
    margin-right: 4%;
}

.con2_itemUl_box {
    display: flex;
    justify-content: space-between;
}

.con2_itemUl {
    width: 46%;
}

.con2_itemUl ul li {
    background: url(../images/con2_textBg.png) no-repeat;
    background-size: 100% 100%;
    padding: 4% 0;
    text-align: center;
    margin-bottom: 4%;
    font-size: 16px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(96, 72, 41);
    display: flex;
    align-items: center;
    padding-left: 10%;
}

.con2_item2 .con2_itemUl ul li {
    padding: 5% 0;
    padding-left: 10%;
}

.con2_item2 .con2_itemUl ul li img {
    margin-right: 4%;
}

/* con3 */
.con3_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4%;
}

.con3_left {
    width: 48%;
    background: url(../images/con3_videoBg.png) no-repeat;
    background-size: 100% 100%;
    padding: 2.2%;
}

.con3_right {
    width: 48%;
}

.con3_right p {
    font-size: 20px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(0, 0, 0);
    line-height: 2;
}

.con3_right p i {
    color: #dc2e48;
    font-style: normal;
}

.con3_right ul {
    margin-top: 4%;
}

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

.con3_right ul li span {
    padding: 1% 4%;
    background: url(../images/con3_textBg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: #fff;
    margin-right: 2%;
}

.con3_right ul li p {
    font-size: 18px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: #000;
}

/* con4 */
.con4_top {
    padding: 0 1%;
    margin-top: 4%;
}

.con4_top ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con4_top ul li {
    background: url(../images/con4_imgBg.png) no-repeat;
    background-size: 100% 100%;
    padding: 2%;
}

.con4_top ul li span {
    font-size: 20px;
    font-family: "FZLanTingHeiS-DB-GB";
    font-weight: 400;
    color: rgb(0, 0, 0);
    display: block;
    text-align: center;
    margin-top: 4%;
}


.con4_top ul li img {
    border-radius: 20px;
}

.con_msg2 {
    text-align: center;
    font-size: 19px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(96, 72, 41);
    margin-top: 1%;
}

.con4_bot ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con4_tit2 {
    background: url(../images/con4_tit2.png) no-repeat;
    background-size: 100% 100%;
    padding: 10% 0;
    padding-top: 16%;
    width: 100%;
    margin: 0 auto;
    font-size: 30px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(255, 255, 255);
    margin-top: -20%;
    margin-bottom: 8%;
}

.con4_bot {
    margin-top: 6%;
}

.con4_bot ul li {
    width: 30%;
    background: #f6e7cd;
    border-radius: 20px 0 20px 20px;
    text-align: center;
    padding: 4% 0 2% 0;
}

.con4_bot ul li p {
    font-size: 22px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(96, 72, 41);
    line-height: 1.6;
    margin-top: 2%;
}

/* con5 */
.con5_teacher {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4%;
}

.tec_item {
    width: 48%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 6%;
}

.tec_left {
    max-height: 283px;
    margin-right: 10%;
}

.tec_box {
    width: 163px;
    background: url(../images/tec_center.png) repeat-y;
    background-size: 100% 100%;
    position: relative;
}

.tec_box img {
    max-height: 200px;
    display: block;
    margin: 0 auto;
}

.tec_left span {
    width: 41px;
    background: url(../images/teacher_name.png) no-repeat;
    background-size: 100% 100%;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 18px;
    font-family: "FZYaSong-H-GBK";
    color: rgb(255, 255, 255);
    padding: 10% 0%;
    position: absolute;
    right: -8%;
    top: -22%;
    display: flex;
    align-items: center;

}

.tec_right h3 {
    font-size: 16px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(219, 72, 54);
    font-weight: 400;
    margin-bottom: 2%;
}

.tec_right p {
    font-size: 16px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(0, 0, 0);
    line-height: 1.751;
}

.tec_line {
    border: 1px dashed #e3c9a8;
    margin: 6% 0;
}

.con5_tit1 {
    background: url(../images/con5_tit1.png) no-repeat;
    background-size: 100% 100%;
    padding: 2.4% 0;
    font-size: 34px;
    font-family: "FZYaSong-H-GBK";
    color: rgb(255, 242, 229);
    text-align: center;
}

/* con6 */
.con6_top ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4%;
    flex-wrap: wrap;
}

.con6_top ul li {
    width: 18%;
    background: url(../images/con6_cardBg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 4% 0%;
}

.con6_top ul li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 8%;
}

.con6_top ul li p {
    font-size: 14px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(255, 255, 255);
    line-height: 1.6;
}

.con6_center {
    background: url(../images/con6_cardCenter.png) repeat-y;
    background-size: 100% 100%;
    padding: 0 4%;
}

.con6_video {
    max-height: 334px;
    background: url(../images/con3_videoBg.png) no-repeat;
    background-size: 100% 100%;
    padding: 2.4%;
}

.con6_center {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.con6_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con6_rightBox {
    width: 49%;
    position: relative;
}

.con6_rightBox .con6_titM {
    width: 50%;
    padding: 2% 0;
    text-align: center;
    background: url(../images/con6_titM.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translateX(-50%);
    font-size: 18px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(255, 239, 197);
}


.con6_rightBox ul li {
    margin-bottom: 4%;
}

.con6_right {
    margin-left: 2%;
}

.con6_bot {
    margin-top: 4%;
}

/* con7 */
.con7_box ul li {
    margin-bottom: 4%;
}

.con7_box ul li span {
    background: url(../images/con7_titm.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 20%;
    padding: 1% 0;
    text-align: center;
    font-size: 24px;
    font-family: "FYaSong-B-GBK";
    color: rgb(255, 255, 255);
    margin-bottom: 2.2%;
    position: relative;
}

.con7_box ul li p {
    font-size: 17px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(51, 51, 51);
    padding: 4% 2%;
    background-image: linear-gradient(to right, #f9dbad, #fdf3e1);
    border-radius: 20px;
    line-height: 1.6;
}

.rgkf {
    position: fixed;
    right: 6%;
    top: 20%;
    text-align: center;
}

.rgkf_code img {
    /* display: block; */
    margin: 0 auto;
}

.rgkf_code {
	float: right;
    border-radius: 7px;
    background-color: rgb(199, 78, 50);
    padding: 8% 4%;
    margin-right: 6%;
    position: relative;
    width: 130px;
    display: block;
}

.rgkf .rgkf_codeImg {
    margin: 6% auto;
}

.rgkf_icon {
    width: 62px;
    height: 62px;
    cursor: pointer;
    position: fixed;
    right: 2%;
    top: 20%;
}

.rgkf_code p {
    font-size: 14px;
    color: #fff;
}

.close {
    position: absolute;
    right: -10%;
    top: -10%;
    cursor: pointer;
}

/* end */

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

    .Width {
        width: 100%;
    }

    .fx_right {
        display: none;
    }

    .container {
        width: 100%;
    }

    .banner {
        height: 5rem;
    }

    .con_tit p {
        font-size: 0.36rem;
    }

    .con_titNum {
        font-size: 0.26rem;
    }

    .con_tit {
        width: 78%;
        top: -0.7rem;
    }

    .banner_he {
        bottom: -6%;
        width: 16%;
    }

    .banner_tit {
        width: 38%;
        font-size: 0.24rem;
        top: 0%;
    }

    .banner_box {
        height: 4rem;
    }

    .banner_py {
        margin-left: 31%;
        width: 32%;
    }

    .banner_tit p {
        font-size: 0.24rem;
        letter-spacing: 0px;
        margin-top: 2%;
    }

    .con1 {
        margin-top: -12%;
    }

    .banner_yz {
        position: absolute;
        left: 20%;
        top: 22%;
        width: 8%;
    }

    .con1_titm {
        font-size: 0.4rem;
    }

    .con1_icon1 {
        padding: 2% 0 2% 4%;
    }

    .con1_msg {
        font-size: 0.24rem;
    }

    .con1_jt,
    .con1_jt2,
    .con1_jt3 {
        display: none;
    }

    .con1_card ul .con1_cardItem {
        width: 48%;
        height: 4.6rem;
        margin: 0;
    }

    .con1_card ul:last-child>.con1_cardItem {
        margin: 0;
    }

    .con1_card ul:last-child {
        justify-content: space-between;
    }

    .con1_card ul li p {
        font-size: 0.24rem;
    }

    .con1_cardTit {
        font-size: 0.34rem;
    }

    /* .con1_card ul:last-child{
        flex-wrap: wrap-reverse;
    } */
    .con2_table thead th,
    .con2_table tr td {
        font-size: 0.18rem;
    }

    

    .con2_table tr:last-child>td:first-child,
    .con2_table tr:last-child>td:last-child,
    .con2_table thead th:first-child {
        border-radius: 8px 0 0 0;
    }

    .con1_video {
        width: 100%;
        height: 4rem;
    }

    .con2_table thead th:last-child {
        border-radius: 0 8px 0 0;
    }

    .con2_table {
        border-radius: 8px;
    }

    .con2_item {
        width: 100%;
        margin-bottom: 4%;
        padding: 4% 8%;
    }

    .con2_cardTit {
        width: 49%;
        height: 0.6rem;
        font-size: 0.32rem;
    }

    .con2_titmm {
        width: 90%;
        height: 0.6rem;
        font-size: 0.26rem;
    }

    .con2_itemUl ul li {
        font-size: 0.24rem;
    }

    .con2_item2 .con2_itemUl ul li img {
        width: 8%;
    }

    .con3_left,
    .con3_right {
        width: 100%;
    }

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

    .con3_right ul li span {
        font-size: 0.28rem;
        display: block;
        width: 28%;
        text-align: center;
    }

    .con3_right ul li p {
        width: 70%;
        font-size: 0.22rem;
    }
    .con1_card ul li img{
        display: none;
    }
    .con4_top ul li span {
        font-size: 0.28rem;
    }

    .con_msg2 {
        font-size: 0.24rem;
        margin: 6% 0;
    }
    .con4_bot ul{
        justify-content: center;
    }

    .con4_bot ul li {
        width: 48%;
        margin: 0px 1%;
        margin-bottom: 10%;
        max-height: 2.6rem;
    }

    .con4_bot ul li:last-child {
        margin-bottom: 0;
    }

    .con4_tit2 {
        width: 100%;
        font-size: 0.28rem;
    }

    .con4_bot ul li p {
        font-size: 0.26rem;
    }

    .con4_bot {
        margin-top: 12%;
    }

    .tec_item {
        width: 100%;
        margin-bottom: 12%;
    }

    .tec_right h3,
    .tec_right p {
        font-size: 0.26rem;
    }

    .con5_teacher .tec_item:first-child {
        margin-top: 8%;
    }

    .tec_left span {
        font-size: 0.3rem;
    }

    .con6_center {
        flex-wrap: wrap;
    }

    .con6_top ul li {
        width: 49%;
        margin-bottom: 2%;
    }

    .con6_top ul li p {
        font-size: 0.22rem;
    }

    .con6_left,
    .con6_right {
        width: 100%;
    }

    .con6_titM {
        font-size: 0.3rem;
    }

    .con6_rightBox .con6_titM {
        font-size: 0.24rem;
    }

    .con7_box ul li span {
        width: 42%;
        padding: 2% 0;
        font-size: 0.28rem;
    }

    .con7_box ul li p {
        font-size: 0.24rem;
        border-radius: 10px;
        padding-top: 8%;
    }

    .con5_tit1 {
        font-size: 0.3rem;
    }

    .rgkf_icon {
        width: 10%;
        height: auto;
        cursor: pointer;
    }

    .rgkf {
        right: 14%;
    }

    .rgkf_code {
        width: 84%;
    }

    .rgkf_code p {
        font-size: 12px;
    }

    .footer p a,
    .footer p {
        font-size: 0.26rem;
    }

    .ht_top h1 a {
        float: left;
        width: 2rem;
        height: 0.6rem;
    }
}

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

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.88);
    }
}