﻿@charset "utf-8";

/* CSS Document */
body {
    font-family: "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
    overflow-x: hidden;
    color: #333;
    /* 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 {
    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;
}

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

.marg_4 {
    margin-bottom: 4%;
}

/* start */
.container {
    width: 1258px;
    margin: 0 auto;
    position: relative;
}

.header {
    width: 100%;
    height: 854px;
    background: url(../images/banner.png) no-repeat top center;
    background-size: cover;
    padding-top: 70px;
    box-sizing: border-box;
    position: relative;
}


.flex-animate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .flex-animate {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .flex-animate img {
        width: 90% !important;
        max-width: 400px !important;
    }
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-60px);
    animation: fadeInLeft 1s forwards;
}

.fade-in-right {
    opacity: 0;
    transform: translateX(60px);
    animation: fadeInRight 1s forwards;
}

@keyframes fadeInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.accordion-item {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-header {
    padding: 18px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    transition: all 0.3s ease;
}

.accordion-header:hover {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-content-inner {
    padding: 16px 24px;
    color: #4a5568;
    line-height: 1.6;
}

.accordion-icon {
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-item.active .accordion-content {
    max-height: 500px;
}

.scroll-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.scroll-animate.show {
    opacity: 1;
    transform: translateY(0);
}

.body {
    width: 100%;
    background: url(../images/body_02.png) no-repeat top center;
    background-size: cover;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}

.slg {
    position: relative;
}

.slg .time {
    position: absolute;
    left: 12%;
    bottom: 0;
}

.tushu {
    position: absolute;
    right: 25%;
    top: 100%;
}

.icon1 {
    position: absolute;
    left: 14%;
    top: 28%;
}

.icon2 {
    position: absolute;
    right: 12%;
    top: 18%;
}

.icon3 {
    position: absolute;
    right: 22%;
    top: 52%;
}

.con2 .con_center,
.con3 .con_center,
.con4 .con_center {
    background: url(images/con_center2.png) repeat-y;
    background-size: contain;
}

/* con1 */
.con_tit {
    height: 147px;
    line-height: 147px;
    margin-bottom: 2%;
}


.con_tit h1 {
    font-size: 42px;
    color: #007e68;
}

.con_tit h1 i {
    color: #44260a;
    font-style: normal;
}

.con_box {
    background: #fdfdfd;
    border-radius: 10px;
    margin-left: 4%;
    padding: 0% 1% 1% 0;
    position: relative;
}

.con_center {
    background: url(../images/con_center.png) repeat-y;
    padding: 0.5% 6% 0.5% 4%;
    margin: -1% 0;
    background-size: contain;
}

.con_content {
    margin-left: -4%;
    position: relative;
    z-index: 9;
}

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

.con1_box .con1_l,
.con1_box .con1_r {
    background: #fffbff;
    padding: 6% 2% 4% 2%;
    width: 49%;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #51936a;
}

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

.con1_l_l span {
    border-width: 1px;
    border-color: rgb(0, 126, 104);
    border-style: solid;
    background-color: rgb(194, 233, 223);
    border-radius: 30px;
    padding: 2% 4%;
    color: #007e68;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.con1_l_l {
    width: 55%;
    text-align: center;
    margin-right: 2%;
}

.con1_l_l .con1_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6%;
}

.con1_l_l .con1_icon li {
    width: 81px;
    height: 85px;
    background: url(../images/con1_icon.png) no-repeat top center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #007e68;
    font-size: 18px;
    font-weight: bold;
}

.con1_code {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6%;
}

.con1_code li {
    width: 50%;
    font-size: 24px;
    color: #333333;
}

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

.con1_jb {
    width: 376px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background: url(../images/con1_jb.png) no-repeat top center;
    background-size: contain;
    position: absolute;
    right: -12%;
    top: -4%;
    transform: rotate(10deg);
    z-index: 9;
}

.con1_jb h1 {
    color: #fff;
    font-size: 30px;
}

.con1_r .con1_jb {
    right: -8%;
}

.con1_price {
    border-radius: 29px;
    background-color: rgb(241, 114, 56);
    padding: 2% 4%;
    width: 50%;
    position: absolute;
    left: 22%;
    bottom: -8%;

}

.con1_price span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con1_price p {
    font-size: 30px;
    color: #fffbc8;
}

.con1_price i {
    font-size: 56px;
    margin-top: -12%;
    color: #fff;
    font-weight: bold;
    -webkit-text-stroke: 1px #f85e17;
    text-shadow: -0.349px 4.988px 10px rgba(200, 85, 24, 0.9);
    margin-right: 1%;
}

/* con2 */
/* con2 */
.con2 {
    text-align: center;
    margin-top: 6%;
}

.con2_box {
    display: flex;
    align-items: center;
    margin-top: 4%;
}

.con2_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    background-color: rgb(190, 226, 255);
    padding: 2% 4%;
}

.con2_left .con2_code {
    margin: 10% 0;
}

.con2_left {
    width: 30%;
}

.con2_right {
    width: 60%;
    position: relative;
}

.con2_bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    padding: 2%;
    position: relative;
    z-index: 2;
}

.con2_right img {
    width: 48%;
    margin-bottom: 2%;
}

.con2_right img:nth-child(3),
.con2_right img:nth-child(4) {
    margin-bottom: 0;
}

.con2_right span {
    display: inline-block;
    position: absolute;
    writing-mode: vertical-lr;
    /*兼容其他旧版本的浏览器 */
    -webkit-writing-mode: vertical-lr;
    font-size: 17px;
    color: #fff;
    text-align: center;
    z-index: 1;
    top: 8%;
    padding: 8% 0;
}

.con2_Rspan {
    width: 60px;
    line-height: 60px;
    left: -50px;
    background: url(../images/con2_rspan.png) no-repeat;
    background-size: 100% 100%;
    padding: 8% 0;
}

.con2_Lspan {
    border-radius: 12px;
    background-color: rgb(96, 185, 255);
    width: 50px;
    right: -42px;
    line-height: 50px;
}

.main_icon1 {
    position: absolute;
    right: 6%;
    top: 4%;
    width: 4%;
}

.main_icon2 {
    position: absolute;
    left: 6%;
    top: 24%;
    width: 5%;
}

.main_icon3 {
    position: absolute;
    right: 4%;
    top: 30%;
    width: 4%;
}

.main_icon4 {
    position: absolute;
    left: 4%;
    top: 58%;
    width: 4%;
}

.main_icon5 {
    position: absolute;
    right: 4%;
    top: 76%;
    width: 3%;
}

.main_icon6 {
    position: absolute;
    left: 4%;
    top: 86%;
    width: 4%;
}

/* end */
.con2_box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con2_box ul li {
    background-color: #fff;
    width: 48%;
    border: 1px solid #51936a;
}

.con2_box ul li:nth-child(1),
.con2_box ul li:nth-child(2) {
    margin-bottom: 3%;
}

.con2_cardTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1% 6% 6% 6%;
}

.con2_price {
    width: 150px;
    height: 140px;
    background: url(../images/con2_price.png) no-repeat top center;
    background-size: contain;
    text-align: center;
    padding-top: 5%;
}

.con2_price h1 {
    width: 100%;
    margin-top: 18%;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    -webkit-text-stroke: 1px #f85e17;
    text-shadow: -0.349px 4.988px 10px rgba(200, 85, 24, 0.9);
    margin-right: 1%;
}

.con2_price h1 i {
    font-size: 24px;
    font-style: normal;
}

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

.con2_priceTit p {
    font-size: 20px;
    color: #fff;
    margin: 0 2%;
}

.con2_img {
    position: relative;
}

.con2_hua {
    position: absolute;
    left: -22%;
    bottom: 1%;
    z-index: 6;
}

.con2_img1 {
    position: relative;
    z-index: 9;
    border: 2px solid #00a28b;
    border-radius: 20px;
}

.con2_cardR {
    margin-left: 1%;
    text-align: center;
}

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

.con2_cardL {
    padding-top: 8%;
}

.con2_buy {
    width: 160px;
    height: 40px;
    border-radius: 30px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    margin-left: 4%;
    font-weight: bold;
    background-color: red;
}

.con2_cardBot {
    border-top: 1px solid #00a28b;
    padding: 2.4% 0;
    background-color: #70e4de;
}

.con2_cardBot p {
    font-size: 28px;
    color: #004e63;
    text-align: center;
    font-weight: bold;
}

/* con5 */
.con5_box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6%;
    margin-bottom: 3%;
}

.con5_box ul li {
    width: 22%;
    text-align: center;
    cursor: pointer;
    padding: 1% 0;
    color: #fff;
    font-size: 26px;
    background-image: -moz-linear-gradient(180deg, rgb(0, 126, 104) 0%, rgb(20, 150, 109) 59%, rgb(39, 174, 114) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(0, 126, 104) 0%, rgb(20, 150, 109) 59%, rgb(39, 174, 114) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(0, 126, 104) 0%, rgb(20, 150, 109) 59%, rgb(39, 174, 114) 100%);
}

.con5_swiper .swiper-container-horizontal>.swiper-pagination-progress {
    width: 40%;
    bottom: 0%;
    top: auto !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #e9c949;
}

.con5_swiper .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007e68;
}

.con5_swiper .swiper-slide {
    padding-bottom: 3%;
    width: 32%;
}

.con5_swiper .swiper-slide .con5_top {
    background-color: #fff;
}

.con5_swiper .swiper-slide .con5_tit {
    text-align: center;
    background-color: #66d6bd;
    font-size: 22px;
    text-align: center;
    padding: 4% 0 8% 0;
}

.con5_swiper .swiper-container {
    padding-bottom: 0%;
}

.con5_swiper .swiper-wrapper {
    justify-content: space-between;
}

.con5_bot {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: rgb(241, 114, 56);
    padding: 1% 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.con5_bot a {
    background-image: -moz-linear-gradient(180deg, rgb(255, 241, 168) 0%, rgb(255, 225, 101) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(255, 241, 168) 0%, rgb(255, 225, 101) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(255, 241, 168) 0%, rgb(255, 225, 101) 100%);
    box-shadow: -0.349px 4.988px 10px 0px rgba(200, 85, 24, 0.004);
    padding: 0.5% 2%;
    border-radius: 30px;
    color: #d04117;
    font-size: 20px;
}

.con5_bot p {
    color: #fffbc8;
    font-size: 24px;
    margin-right: 6%;
}

.con5_bot p i {
    font-style: normal;
    font-size: 34px;
}

/* con6 */
.con6_box {
    padding-bottom: 6%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con6_box img:nth-child(1) {
    margin-right: 2%;
}

.con6_box img:nth-child(2) {
    margin-right: 4%;
}

.con6_box img:nth-child(3) {
    margin-top: -2%;
    transform: rotate(-10deg);
}

.more_btn {
    display: block;
    padding: 0.5% 2%;
    text-align: center;
    font-size: 40px;
    color: #fff;
    background-color: rgb(255 83 59);
    border: 4px solid transparent;
    border-radius: 30px;
    margin: 0 auto;
}

/* 右侧固定 */
.fx_right {
    position: fixed;
    right: 6%;
    top: 30%;
    background-color: #fff;
    border: 1px solid #007e68;
    padding: 0% 1% 1% 1%;
    border-radius: 10px;
    z-index: 9999;
}

.fx_right ul li {
    background-image: -moz-linear-gradient(90deg, rgb(255, 225, 101) 0%, rgb(255, 241, 168) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 225, 101) 0%, rgb(255, 241, 168) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 225, 101) 0%, rgb(255, 241, 168) 100%);
    padding: 6% 0;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
    color: #3e2706;
    margin-bottom: 12%;
}

.fx_right p {
    font-size: 24px;
    color: #007e68;
    margin-bottom: 8%;
}

.right_hua {
    margin-top: -48%;
}

.con_jb {
    position: absolute;
    right: -10%;
    bottom: 0;
}

.con5_con .con5_swiper {
    display: none;
}

.con5_con .card_show {
    display: block;
}

/* end */


/* 通用底部 */

.footer {
    clear: both;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
    /* padding-bottom: 40px; */
    margin-bottom: 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;
}

.bellImg {

    -webkit-animation-name: rotate;
    animation-delay: 0.5s;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform-origin: 50% 0%;
    -webkit-animation-timing-function: linear;
}

@media (max-width: 900px) {
    .con1.con_box {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .con1.con_box img {
        width: 90% !important;
        max-width: 400px !important;
    }
}


@-webkit-keyframes rotate {
    0% {
        transform: rotate(30deg);
    }

    25% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-30deg);
    }

    75% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(30deg);
    }

}

@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.jello-horizontal {
    -webkit-animation: jello-horizontal 1.5s linear infinite both;
    animation: jello-horizontal 1.5s linear infinite both;
}

@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
}

.bounce {
    animation: bounce-down 1.6s linear infinite;
}

.bounce2 {
    animation: bounce-down 2.5s linear infinite;
}

.bounce3 {
    animation: bounce-down 2s linear infinite;
}

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-4px);
    }

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

    75% {
        -webkit-transform: translateY(4px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateY(-8px);
    }

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

    75% {
        transform: translateY(8px);
    }
}

@media screen and (max-width: 1600px) {
    .fx_right {
        right: 0;
    }

    .icon2 {
        position: absolute;
        right: 0%;
        top: 18%;
        width: 14%;
    }

    .icon1 {
        position: absolute;
        left: 0%;
        top: 28%;
    }

    .icon3 {
        right: 10%;
    }
}

@media screen and (max-width: 1360px) {
    .fx_right {
        display: none !important;
    }
}

@media screen and (max-width: 1080px) {
    .container {
        width: 98%;
    }

    .Width {
        width: 100%;
        padding: 0 1%;
    }

    .header {
        height: 16rem;
        padding-top: 1rem;
    }

    .header img {
        width: 10%;
    }

    .header .slg .slg_img {
        width: 100%;
        margin: 0 auto;
        display: block;

    }

    .tushu {
        top: 20%;
        right: 22%;
    }

    .slg .time {
        position: absolute;
        left: 14%;
        bottom: 6%;
    }

    .con_tit {
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        /* background: url(../images/con_tit.png) no-repeat top center; */
        background-size: contain;
        margin-bottom: 2%;
    }

    .con_tit h1 {
        font-size: 16px;
    }

    .con1_box {
        flex-wrap: wrap;
    }

    .con1_box .con1_l,
    .con1_box .con1_r {
        width: 100%;
        margin-bottom: 16%;
    }

    .con1_jb {
        width: 11rem;
        height: 2rem;
        line-height: 2rem;
        right: 0
    }

    .con1_jb h1 {
        color: #fff;
        font-size: 18px;
    }

    .con1_l_l span {
        font-size: 14px;
    }

    .con1_l_l .con1_icon li {
        font-size: 14px;
        height: 60px;
    }

    .con1_price i {
        font-size: 30px;
        margin-top: -8%;
    }

    .con1_price p {
        font-size: 18px;
        color: #fffbc8;
    }

    .con1_code li {
        font-size: 14px;
    }

    .con1_price {
        bottom: -10%;
    }

    .con2_box ul {
        flex-wrap: wrap;
    }

    .con2_box ul li {
        width: 100%;
    }

    .con2_cardL,
    .con2_cardR {
        width: 100%;
    }

    .con2_price h1 {
        margin-top: 15%;
        font-size: 20px;
    }

    .con2_priceTit p {
        font-size: 14px;
    }

    .con2_price {
        width: auto;
        height: auto;
    }

    .con2_code img {
        width: 70%;
    }

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

    .con2_code {
        margin-top: 10%;
    }

    .con2_buy {
        width: 6rem;
        height: 2rem;
        line-height: 2rem;
        font-size: 1rem;
    }

    .con2_cardBot p {
        font-size: 18px;
    }

    .con5_box ul {
        padding: 0;
    }

    .con5_box ul li {
        font-size: 14px;
    }

    .con5_bot p {
        font-size: 18px;
    }

    .con5_bot p i {
        font-size: 22px;
    }

    .con5_bot a {
        font-size: 16px;
    }

    .con6_box img {
        width: 30%;
    }

    .more_btn {
        width: 44%;
        font-size: 17px;
    }

    .con1_r .con1_jb {
        right: 0;
    }

    .con_center {
        margin: -2% 0;
    }

    .fx_right {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {

    .con5_bot p,
    .con5_bot p,
    .con5_bot p i,
    .con5_bot a {
        font-size: 12px;
    }

    .con5_bot {
        padding: 2% 0;
    }

    .con5_swiper .swiper-slide {
        width: 48%;

        margin: 0 1%;
        margin-bottom: 4%;
    }

    .con5_swiper .swiper-slide .con5_tit {
        font-size: 16px;
        padding: 4% 2% 8% 2%;
    }

    .con5_swiper .swiper-wrapper {
        justify-content: center;
        flex-wrap: wrap;
    }
}