﻿@charset "utf-8";

/* CSS Document */
body {
    font-family: "MicroSoft YaHei", Arial, sans-serif, ; 
    /* font-family: "FZLanTingHeiS-H-GB", "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif, ; */
    overflow-x: hidden;
    color: #000;
    background: #ffffff;
}
.ht_red{
    color: #fd3d85;
}
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(../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: 41px;
    overflow: hidden;
    text-indent: -100em;
    background: url(../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;
    text-align: center;
    background: #F7E069;
    padding: 2%;
}

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

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

.body {
    padding-bottom: 2%;
    background: url(../images/body.png) no-repeat;
	background-size:cover;
    position: relative;
    z-index: 10;
    padding-top: 3%;
}

.banner {
    background: url(../images/banner.png) no-repeat;
    background-size: 100% 100%;
    /* padding:4% 0 0% 0; */
    padding-top: 53px;
    height: 1000px;
    position: relative;
}

.banner_slg {
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-animation: bounce-in-top 1.1s both;
    animation: bounce-in-top 1.1s both;
}

@-webkit-keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
.con_tit{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 726px;
    height: 146px;
    background: url(../images/title_bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: -4%;
    z-index: 9;
}
.con_tit p {
    font-size: 60px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 255, 255);
    text-shadow:2px 4px 0px  rgba(0, 0, 0, 0.9);
}
.con_tit p i{
    color:#fef9a2;
    font-style: normal;
    /* background: -webkit-linear-gradient(left, #ff7e5f, #feb47b);
    -webkit-background-clip: text; */
    /* color: transparent; */
    text-shadow: 2px 4px 0px  rgba(0, 0, 0, 0.9);
}
.title_jt{
    position: absolute;
    left: -1%;
    bottom: -1%;
}
.title_jt2{
    position: absolute;
    right: -4%;
}
.con_top{
    display: block;
    position: relative;
}

.con_topIcon1{
    position: absolute;
    left: -1%;
    top: -35%;
    /* animation: flicker-4 8s linear infinite both; */
}
.con_topimg{
    display: block;
}
.con_topIcon2{
    position: absolute;
    right: 0;
    top: -16%;
}
.con_center{
    width: 100%;
    background: url(../images/con_center.png) repeat-y;
    background-size: 100% 100%;
    padding: 20px 6% 0 6%;
}
.con_bot{
    display: block;
}

/* con1 */
.con1_top1{
    margin-top: -16%;
}
.con1_center{
    background: url(../images/con1_center.png) repeat-y;
    background-size: 100% 100%;
    padding: 0 4%;
    padding-top: 2%;
    position: relative;
}

.con1_tit{
    position: relative;
}
.con1_tit img{
    position: absolute;
    left: -10%;
    top: -38%;
}
.con1_tit p{
    font-size: 26px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 255, 255);
}
.con1_tit1{
    width: 208px;
    height: 55px;
    background: url(../images/con1_tit1.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3.2%;
    position: absolute;
    left: 0;
    top: 0;
}
.con1_tit2{
    width: 208px;
    height: 55px;
    background: url(../images/con1_tit2.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3.2%;
    position: absolute;
    left: 0;
    top: 0;
}
.con1_list1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 55px 102px 47px 73px;
    background-size: 100% 100%;
    position: relative;
}
.con1_list1 ul{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.con1_list1 li{
    width: 18%;
    position: relative;
    z-index: 6;
}
.con1_list1 li span{
    display: block;
    width: 80%;
    text-align: center;
    padding: 4% 0;
    margin: 0 auto;
    margin-bottom: 12%;
    font-size: 18px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(240, 63, 63);
    border-width: 1px;
    border-color: rgb(34, 34, 34);
    border-style: solid;
    background-image: -moz-linear-gradient( 0deg, rgb(255,248,157) 0%, rgb(255,239,166) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,248,157) 0%, rgb(255,239,166) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,248,157) 0%, rgb(255,239,166) 100%);
    border-radius: 0 20px 0 20px;
}
.con1_list1 li span i{
    color: #000;
    font-style: normal;
}
.con1_list1 li p{
    font-size: 16px;
    font-family: "FZLanTingHeiS-M-GB";
    color: rgb(51, 51, 51);
    text-align: center;
    line-height: 1.4;
}
.con1_line{
    position: absolute;
    left: 50%;
    transform: translateX(-50%) ;
    top: 12%;
}
.con1_bot{
    margin-top: 8%;
    margin-bottom: -4%;
    position: relative;
}
.con1_list2{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con1_list2 li{
    width: 33.33%;
}
.con1_list2 li p{
    font-size: 16px;
    font-family: "FZLanTingHeiS-M-GB";
    color: rgb(51, 51, 51);
    padding: 8% 8% 10% 2%;
    line-height: 1.5;
}

.con1_list2 li:nth-child(1) .con1_list2Top,
.con1_list2 li:nth-child(4) .con1_list2Top{
    border-right: none;
}
.con1_list2 li:nth-child(2) .con1_list2Top,
.con1_list2 li:nth-child(5) .con1_list2Top{
    border-right: none;
    border-left: none;
}
.con1_list2 li:nth-child(3) .con1_list2Top,
.con1_list2 li:nth-child(6) .con1_list2Top{
    border-left: none;
}
.con1_list2Top{
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgb(211, 241, 251);
    padding: 2%;
}

.con1_list2Top span{
    font-size: 18px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(43, 116, 255);
    margin-right: 4%;
    
}
.con1_list2Top i{
    font-style: normal;
    font-size: 18px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(51, 51, 51);
}
.mgt_30{
    margin-top: 6%;
}
.book-zl {
  width: 50%;
}
.book-get {
  width: 35%;
  display: flex;
  flex-direction: column;
}

.book-get span {
  width: 280px;
  height: 49px;
  background-color: #ffb2d9;
  border: 1px solid #333333;
  font-size: 24px;
  line-height: 49px;
  color: #333333;
  font-family: "FZLTCHJW";
  font-weight: bold;
  text-align: center;
}

.lb0bx {
  width: 280px;
  margin: 18px 0 28px 0;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  font-family: "FZLTZHUNHJW";
}

.book-get a {
  background: url(../images/get.png)no-repeat;
  background-size: 100% 100%;
  width: 280px;
  height: 42px;
}



/* con2 */
.cno2_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con2_item {
  margin-bottom: 10%;
  width: 30%;
  border-width: 1px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  padding: 1% 0% 0 0;
  border-radius: 20px 0 20px 20px;
  position: relative;
}
.mgb_30{
    margin-bottom: 12%;
}

.con2_itemBg{
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgb(211, 241, 251);
    border-radius: 20px 30px 20px 30px;
    overflow: hidden;
    margin-left: -2%;
    margin-top: 0.4%;
    margin-bottom: -0.4%;
    width: 100%;
    position: relative;
    z-index: 4;
}
.con2_itemText{
    padding: 8% 0 14% 4%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.con2_itemText h2{
    font-size: 22px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(51, 51, 51);
}
.con2_itemText p {
    border-width: 1px;
    border-color: rgb(51, 51, 51);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    padding: 1% 2%;
    font-size: 16px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(51, 51, 51);
    border-radius: 30px;
    margin-top: 4%;
    margin-bottom: 6%;
}
.con2_jiao{
    position: absolute;
    left: -2%;
    bottom: -1px;
}
.con2_tit{
    width: 106%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: -20%;
    left: -3%;
    z-index: 10;
}
.con2_titR{
    width: 90%;
    margin-left: -8%;
    background: url(../images/con2_tit.png) no-repeat;
    background-size: 100% 100%;
    padding: 3% 6% 5% 10%;
    display: flex;
    align-items: center;
}
.con2_crazy{
    position: relative;
    animation: heartbeat 1.5s ease-in-out infinite both;
}
.con2_titR p{
    font-size: 26px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 255, 255);
    margin-left: 2%;
}
.con2_titR img{
    margin-right: 2%;
}

.con2_pri{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-width: 2px;
    border-color: rgb(51, 51, 51);
    border-style: solid;
    background-image: -moz-linear-gradient( -2deg, #ffe56c 0%, #ffd75e 100%);
    background-image: -webkit-linear-gradient( -2deg, #ffe56c 0%, #ffd75e 100%);
    background-image: -ms-linear-gradient( -2deg, #ffe56c 0%, #ffd75e 100%);
    border-radius: 60px;
    position: absolute;
    bottom: -12%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.con2_pri p {
    font-size: 40px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 255, 255);
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.9);
    padding-left: 8%;
}
.con2_pri p i{
    font-size: 20px;
    font-style: normal;
}
.con2_btn{
    margin: -8% 0;
}
/* con3 */
.con3_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con3_list li{
    width: 18%;
    height: 60px;
    background: url(../images/con3_list.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 255, 255);
    line-height: 2.148;
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.9);
    cursor: pointer;
}
.con3_list li.active{
    background: url(../images/con3_list2.png) no-repeat;
    background-size: 100% 100%;
}
.con3_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4%;
    /* margin-bottom: 6%; */
}
.con3_left {
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 10px 0 10px 10px;
    height: 262px;
    padding: 0.6% 0% 0 0;
}
.con3_left img{
    margin-left: -2%;
}
.con3_right{
    background: #000;
    width: 100%;
    margin-left: 2%;
}
.con3_rightBg{
    border: 1px solid #000;
    border-radius: 0 20px 0 20px;
    background-color: #fff;
}

.con3_rightTit {
    width: 100%;
    padding: 2% 0;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-image: -moz-linear-gradient( 0deg, rgb(90,151,251) 0%, rgb(88,182,249) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(90,151,251) 0%, rgb(88,182,249) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(90,151,251) 0%, rgb(88,182,249) 100%);
    font-size: 26px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.9);
  }
.con3_rightBg ul{
    padding-left: 4%;
    margin-top: 4%;
}
.con3_rightBg ul li{
    margin-bottom: 2%;
    display: flex;
    align-items: center;
}
.con3_rightBg ul li p{
    width: 80%;
    font-size: 20px;
    /* font-family: "FZLanTingHeiS-H-GB"; */
    margin-left: 4%;
    font-weight: bold;
}
.con3_rightBg ul li .ld_bg{
    width: 81px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/ld_bg.png) no-repeat;
    background-size: 100% 100%;;
    font-family: "FZLanTingHeiS-H-GB";
}

.con3_Pri{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px auto;
}
.con3_rightPri{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-width: 2px;
    border-color: rgb(51, 51, 51);
    border-style: solid;
    background-image: -moz-linear-gradient( -2deg, #ffe56c 0%, #ffd75e 100%);
    background-image: -webkit-linear-gradient( -2deg, #ffe56c 0%, #ffd75e 100%);
    background-image: -ms-linear-gradient( -2deg, #ffe56c 0%, #ffd75e 100%);
    width: 70%;
    margin: 0 auto;
    border-radius: 40px;
    padding-left: 6%;
    margin-bottom: -4%;
}

.con3_rightPri p {
    font-size:36px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 255, 255);
    text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.9);
}
.con3_rightPri p i{
    font-style: normal;
    font-size: 18px;
}
.con3_rightBg ul li:last-child{
    margin-bottom: 0;
}
.con3_bot ul{
    display: flex;
    align-items: center;
}
.con3_bot ul .con3_botImg{
    border: 1px solid #000;
    border-radius: 20px 30px 20px 30px;
    width: 100%;
    height: 227px;
}
.con3_bot ul li{
    border: 1px solid #000;
    border-radius: 20px 30px 20px 30px;
    overflow: hidden;
    width: 31%;
}
.con3_bot ul li:nth-child(2){
    margin: 0 4%;
}
.con3_botBot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4% 0;
    padding-right: 2%;
}
.con3_botBotL{
    width: 70%;
}
.con3_botBotLt p{
    font-size: 22px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(51, 51, 51);
    position: relative;
    padding-left: 10%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.con3_botBotLt p::after{
    content: '';
    display: block;
    width: 10px;
    height: 20px;
    background-color: rgb(88, 178, 249);
    position: absolute;
    left: -3%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 30px;
}
.con3_botBotLt i{
    font-size: 16px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(51, 51, 51);
    line-height: 2;
    font-style: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.con3_botBotLb p{
    font-size: 22px;
    font-family: "FZLanTingHeiS-H-GB";
    color: #ffd75e;
    text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.9);
    padding-left: 4%;
}
.con3_botBotLb p i{
    font-size: 14px;
    font-style: normal;
}
/* con4 */
.con4 .con_center{
    padding: 0;
}
.yhq_left{
    width: 66%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.yhq_left li{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 31%;
    height: 305px;
    background: url(../images/yhq_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 4% 0;
}
.yhq_left li h2 {
    font-size: 48px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 255, 255);
    text-shadow: 0px 6px 0px rgba(0, 0, 0, 0.9);
    margin-bottom: 6%;
    
}
.yhq_left li h2 i{
    font-size: 30px;
    font-style: normal;
}
.yhq_left li img{
    margin-top: 16%; 
    margin-bottom: 12%;
}
.yhq_left li span{
    border-width: 1px;
    border-color: rgb(51, 51, 51);
    border-style: solid;
    background-color: rgb(254, 217, 114);
    border-radius: 30px;
    font-size: 16px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(51, 51, 51);
    display: block;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 1% 0;
    margin-bottom: 4%;
}
.yhq_left li p {
    font-size: 18px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(51, 51, 51);
    text-align: center;
}
.yhq_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 4%;
}
.yhq_right{
    width: 30%;
}
.yhq_btn{
    display: block;
    margin-top: 8%;
}
.con4_tit{
    position: relative;
}
.con4_tit .con4_titText{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    background: url(../images/con4_tit.png) no-repeat;
    background-size: 100% 100%;
    padding: 1% 0;
    font-size: 28px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 255, 255);
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.8);
    margin-bottom: -3%;
    position: relative;
    margin-top: 4%;
}
.con4_box{
    padding-left: 2%;
}
.con4_box2{
    margin-top: 10%;
   padding-bottom: 4%;
}
.con4_list ul{
    display: flex;
    align-items: center;justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 4%;
    margin-top: 4%;
}
.con4_list ul li{
    width: 22%;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgb(211, 241, 251);
    position: relative;
    border-radius: 20px 30px 20px 30px;
}
.con4_list ul li .con4_img{
    border-width: 1px;
    border-color: rgb(47, 47, 47);
    border-style: solid;
    border-radius: 20px 30px 20px 30px;
}
.con4_list ul li span{
    display: block;
    text-align: center;
    margin: 24% 0;
    font-size: 18px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(51, 51, 51);
    line-height: 1.5;
    margin-top: 10%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.con4_crazy{
    position: absolute;
    left: -8%;
    top: -6%;
    animation: heartbeat 2s ease-in-out infinite both;
}
/* con5 */
.con5_top ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}
.con5_top ul li{
    width: 22%;
}
.con5_top ul li .con5_topTit{
    width: 94%;
    background: url(../images/con5_toptit.png) no-repeat;
    background-size: 100% 100%;
    padding: 4% 0%;
    text-align: center;
    font-size: 22px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 255, 255);
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.9);
    margin-bottom: -12%;
    position: relative;
    margin-left: -6%;
}

.con5_top ul li .con5_topCard{
    background: url(../images/con5_topcard.png) no-repeat;
    background-size: 100% 100%;
    padding: 10% 0%;
    padding-top: 20%;
    text-align: center;
    font-size: 18px;
    font-family: "FZLanTingHeiS-M-GB";
    color: rgb(51, 51, 51);
}
.con5_bot{
    margin-top: 6%;
}
.con5_botL {
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgb(255, 246, 159);
    border-radius: 0 30px 0 0 ;
    padding: 8% 2% 2% 2%;
    position: relative;

  }
.con5_bot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con5_botL ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con5_botL ul li{
    width: 30%;
}
.con5_botTit{
    position: absolute;
    left: -1%;
    top: -10%;
}
.con5_code{
    width: 180px;
    height: 180px;
    margin-bottom: 10%;
}
.con6_list ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con6_list ul li{
    width: 31%;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 28px;
    background-color: rgb(255, 246, 159);
    position: relative;
    margin-bottom: 4%;
}

.con6_list ul li .con6_tit {
    font-size: 20px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(51, 51, 51);
    text-align: center;
    margin: 4% 0;
}
.con6_pri{
    background: url(../images/con6_pri.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con6_pri .con6_priItem{
    width: 33%;
    padding: 2% 0;
    display: flex;
    flex-direction: column;
    padding-left: 4%;
}
.con6_priItem .con6_priT{
    font-size: 16px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 255, 255);
    line-height: 1.435;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.9);
}

.con6_priItem .con6_priB {
    font-size:26px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 255, 255);
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.9);
  }
  
  .con6_priItem .con6_priB p i{
    font-size: 16px;
    font-style: normal;
  }
.con6_pri{
    width: 100%;
    position: absolute;
    bottom: 0;
}

.con3_item{
    display: none;
}
.con3_content .card_show{
    display: block;
}

@-webkit-keyframes flicker-4 {
    0%,
    100% {
      opacity: 1;
    }
    31.98% {
      opacity: 1;
    }
    32% {
      opacity: 0;
    }
    32.8% {
      opacity: 0;
    }
    32.82% {
      opacity: 1;
    }
    34.98% {
      opacity: 1;
    }
    35% {
      opacity: 0;
    }
    35.7% {
      opacity: 0;
    }
    35.72% {
      opacity: 1;
    }
    36.98% {
      opacity: 1;
    }
    37% {
      opacity: 0;
    }
    37.6% {
      opacity: 0;
    }
    37.62% {
      opacity: 1;
    }
    67.98% {
      opacity: 1;
    }
    68% {
      opacity: 0;
    }
    68.4% {
      opacity: 0;
    }
    68.42% {
      opacity: 1;
    }
    95.98% {
      opacity: 1;
    }
    96% {
      opacity: 0;
    }
    96.7% {
      opacity: 0;
    }
    96.72% {
      opacity: 1;
    }
    98.98% {
      opacity: 1;
    }
    99% {
      opacity: 0;
    }
    99.6% {
      opacity: 0;
    }
    99.62% {
      opacity: 1;
    }
  }
  @keyframes flicker-4 {
    0%,
    100% {
      opacity: 1;
    }
    31.98% {
      opacity: 1;
    }
    32% {
      opacity: 0;
    }
    32.8% {
      opacity: 0;
    }
    32.82% {
      opacity: 1;
    }
    34.98% {
      opacity: 1;
    }
    35% {
      opacity: 0;
    }
    35.7% {
      opacity: 0;
    }
    35.72% {
      opacity: 1;
    }
    36.98% {
      opacity: 1;
    }
    37% {
      opacity: 0;
    }
    37.6% {
      opacity: 0;
    }
    37.62% {
      opacity: 1;
    }
    67.98% {
      opacity: 1;
    }
    68% {
      opacity: 0;
    }
    68.4% {
      opacity: 0;
    }
    68.42% {
      opacity: 1;
    }
    95.98% {
      opacity: 1;
    }
    96% {
      opacity: 0;
    }
    96.7% {
      opacity: 0;
    }
    96.72% {
      opacity: 1;
    }
    98.98% {
      opacity: 1;
    }
    99% {
      opacity: 0;
    }
    99.6% {
      opacity: 0;
    }
    99.62% {
      opacity: 1;
    }
  }
  @-webkit-keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  




















/* end */

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

    .Width {
        width: 100%;
    }

    .banner {
        height: auto;
        padding-bottom: 8%;
        padding-top: 0.3rem;
    }

    .container {
        width: 100%;
        padding: 0 2%;
        z-index: 2;
    }
    .banner_slg{
        width: 60%;
    }
    .con_tit{
        width: 70%;
        height: 1rem;
    }
    .con_tit p,.con_tit p i{
        font-size: 0.4rem;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.9);
    }
    .title_jt{
        width: 8%;
    }
    .title_jt2 {
        right: -4%;
        width: 16%;
    }
    .con_topIcon1 {
        position: absolute;
        left: 0%;
        top: -58%;
        width: 10%;
    }
    .con_topIcon2 {
        position: absolute;
        right: 0;
        top: -22%;
        width: 10%;
    }
    .con1_tit1,.con1_tit2{
        width: 2rem;
        height: 0.55rem;
    }
    .con1_tit p{
        font-size: 0.26rem;
    }
    .con1_tit img {
        position: absolute;
        left: -10%;
        top: -38%;
        width: 18%;
    }
    .con1_top{
        margin-top: 4%;
    }
    .con1_line{
        display: none;
    }

    .con1_list1 ul{
        flex-wrap: wrap;
        margin-top: 4%;
    }
    .con1_list1 li{
        width: 49%;
        margin-bottom: 2%;
    }
    .con1_list1 li span{
        font-size: 0.2rem;
        margin-bottom: 6%;
    }
    .con1_list1 li p{
        font-size: 0.18rem;
    }
    .con1_list2Top i,.con1_list2Top span{
        font-size: 0.2rem;
    }
    .con1_list2 li p{
        font-size: 0.16rem;
    }
    .con1_list2{
        margin-top: 4%;
    }
    .con2_item{
        width: 48%;
        margin-bottom: 18%;
        margin-left: 1%;
    }
    .con2_titR{
       
    }
    .con2_crazy{
        width: 20%;
    }
    .con2_titR img{
        width: 10%;
    }
    .con2_titR p{
        font-size: 0.26rem;
    }
    .con2_itemText h2{
        font-size: 0.22rem;
    }
    .con2_pri p{
        font-size: 0.4rem;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.9);
    }
    .con2_btn{
        width: 30%;
    }
    .con2_itemText p{
        font-size: 0.18rem;
    }
    .cno2_list{
        margin-top: 4%;
    }

    .con_center{
        padding: 1% 5%;
    }
    .con3_list{
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .con3_list li{
        margin: 1%;
        height: 0.6rem;
        font-size: 0.23rem;
        width: 18%;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.9);
    }
    .con3_top{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .con3_left,.con3_right{
        width: 100%;
    }
    .con3_left img{
        width: 100%;
    }
    .con3_Pri{
        width: 30%;
    }
    
    .con3_rightPri{
        width: 100%;
    }
    .con3_rightPri p,.con3_rightPri p i {
        font-size: 0.3rem;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.9);
    }
    .con3_rightBg ul li p{
        font-size: 0.2rem;
    }
    .con3_rightTit{
        width: 100%;
        font-size: 0.3rem;
    }
    .con3_rightPri a{
        width: 30%;
    }
    .con3_rightBg ul li .ld_bg{
        width: 0.8rem;
        height: 0.37rem;
        font-size: 0.14rem;
    }
    .con3_left img,.con3_right{
        margin-left: 0;
    }
    .con3_right{
        margin-top: 6%;
    }
    .con3_bot ul,.yhq_box{
        flex-wrap: wrap;
    }
    .con3_bot ul li{
        width: 48%;
        margin: 0 !important;
        margin-right: 2% !important;
        margin-bottom: 4% !important;
    }
    .con3_bot ul .con3_botImg{
        height: 2.27rem;
    }
    .con3_botBotLt p{
        font-size: 0.22rem;
    }
    .con3_botBotLt i{
        font-size: 0.16rem;
    }
    .con3_botBotLb p{
        font-size: 0.22rem;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.9);
    }
    .con3_botBot a{
        width: 30%;
    }
    .yhq_left,.yhq_right{
        width: 100%;
    }
    .yhq_left li{
        width: 48%;
        height: 3rem;
        margin-bottom: 4%;
    }
    .yhq_left li h2{
        font-size: 0.4rem;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.9);
    }
    .yhq_left li h2 i{
        font-size: 0.3rem;
    }
    .yhq_left li img {
        width: 60%;
        margin-top: 6%;
        margin-bottom: 4%;
    }
    .yhq_left li p,.yhq_left li span{
        font-size: 0.18rem;
    }
    .yhq_right {
        margin-top: 4%;
    }
    .yhq_right img{
        margin: 0 auto;
    }
    .con4_tit .con4_titText{
        width: 70%;
        font-size: 0.3rem;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.9);
    }
    .con4_list ul li{
        width: 48%;
        margin-bottom: 10%;
    }

    .con4_crazy{
        width: 24%;
    }
    .con4_list ul li span{
        font-size: 0.18rem;
        margin: 8% 0;
    }
    .con5_top ul li {
        width: 48%;
        margin-bottom: 6%
        ;
    }
    .con5_top ul li .con5_topTit{
        font-size: 0.22rem;
    }
    .con5_top ul li .con5_topCard{
        font-size: 0.18rem;
    }
    .con5_botTit {
        position: absolute;
        left: -1%;
        top: -10%;
        width: 41%;
    }
    .con5_botL,.con5_botR{
        width: 100%;
    }
    .con5_botR img{
        margin: 0 auto;
    }
    .con5_botR {
        margin-top: 4%;
    }
    .con5_botR img.con5_code{
        margin-bottom: 4%;
    }
    .con6_list ul li{
        width: 49%;
        border-radius: 10px;
    }
    .con6_list ul li .con6_tit{
        font-size: 0.22rem;
    }
    .con6_priItem .con6_priT{
        font-size: 0.16rem;
    }
    .con6_priB p{
        font-size: 0.22rem;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.9);
    }
    .body{
        padding-top: 10%;
    }

  .con1_list1 {
    padding: 0.3rem;
    /* background: #fff;
    border: 1px solid #000; */
  }

  .book-zl {
    width: 100%;
  }

  .book-get {
    width: 100%;
  }

  .book-get span {
    width: 2.9rem;
    height: 0.49rem;
    font-size: 0.24rem;
    line-height: 0.49rem;
    margin: 0.2rem auto 0 auto;
    display: block;

  }

  .lb0bx {
    font-size: 0.25rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0.2rem auto;
  }

  .book-get a {
    width: 4rem;
    height: 0.7rem;
    margin: 0 auto;
  }

}