@import url("swiper-bundle.min.css");
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    transition: 0.5s;
    scroll-behavior: smooth;
    height: 100%;
}
html body {
    height: 100%;
    overflow-x: hidden;
    margin: 0 auto;
    font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
    position: relative;
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    color: #333;
    letter-spacing: 0px;
}
html body input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999999;
    border: none;
    outline: none;
}
html body img {
    display: block;
    transition: 0.4s;
    max-width: 100%;
}
html body i {
    display: inline-block;
    transition: 0.3s;
}
html body a {
    display: inline-block;
    color: #333;
    text-decoration: none;
}
html body a[rel~="nofollow"] img, html body a[rel~="sponsored"] img, html body a[rel~="ugc"] img {
    outline: none !important;
}
html body a[rel~="nofollow"], html body a[rel~="sponsored"], html body a[rel~="ugc"] {
    outline: none !important;
}
html body span {
    display: inline-block;
}
html body a, html body span, html body li {
    transition: 0.3s;
}
html body .content {
    margin: auto;
    max-width: 1600px;
    width: calc(100% - 160px);
}
html body li {
    list-style: none;
}
.rightMenu {
    z-index: 11;
    display: none;
    flex-direction: column;
    position: fixed;
    right: 0px;
    transform: translateY(-50%);
    gap: 2px;
    top: 50%;
}
.rightMenu>* {
    flex-direction: column;
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgba(0, 0, 0, 0.3);*/
    background-color: #338039;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}
.rightMenu>*:nth-child(1) {
    background: rgb(37, 211, 102);
}
.rightMenu>*:nth-child(2) {
    background: rgb(255, 153, 0);
}
.rightMenu>*:nth-child(3) {
    background: rgb(0, 206, 18);
}
.rightMenu>*:nth-child(4) {
    background: rgb(204, 204, 204);
}
.rightMenu>*:hover {
    /*background: #338039;*/
}
@media screen and (min-width: 992px) {
    .rightMenu>*:hover .hide_box {
        display: block;
    }
}
.rightMenu .logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rightMenu .logo img {
    max-width: 90%;
}
.rightMenu .hide_box {
    position: absolute;
    right: 100%;
    padding-right: 10px;
    border-bottom: none;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.rightMenu .hide_box img {
    max-width: none;
}
.rightMenu .hide_box>p {
    background: #338039;
    white-space: nowrap;
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px;
}
/* nav */
 .xnav {
    display: none;
}
.nav {
    position: fixed;
    width: 35px;
    height: 23px;
    background: #338039;
    right: 2.5%;
    top: 30px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 9999999999;
}
.nav>span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    transition: 0.8s;
    z-index: 99999991;
}
.nav .nav1 {
    margin-top: -1px;
}
.nav .nav2 {
    margin-top: -8px;
}
.nav .nav3 {
    margin-top: 6px;
}
.navh .nav1 {
    transform: rotate(45deg);
}
.navh .nav2 {
    transform: rotate(-45deg);
    width: 10px;
    margin-left: -1px;
    margin-top: -5px;
}
.navh .nav3 {
    transform: rotate(-45deg);
    width: 9px;
    margin-top: 3px;
    margin-left: -8px;
}
.smdaohang {
    position: fixed;
    width: 280px;
    height: 100%;
    opacity: 0;
    overflow: auto;
    top: 0px;
    right: -200%;
    background: #ccc;
    z-index: 9999999;
    transition: 0.5s;
    text-align: center;
}
.smdaohangh {
    right: 0px;
    opacity: 1;
}
.topnav {
    margin: auto;
    margin-top: 30px;
    padding: 20px;
}
ul.topnav li {
    text-align: left;
    position: relative;
}
ul.topnav li a {
    padding: 15px 5px;
    padding-left: 0px;
    color: #333;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding-right: 50px;
    border-bottom: 1px dashed #fff;
}
ul.topnav ul {
    display: none;
}
ul.topnav ul li {
    clear: both;
}
ul.topnav ul li a {
    padding: 10px 5px;
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    outline: 0;
    border: none;
}
ul.topnav ul ul li a {
    padding-left: 40px;
    font-size: 12px;
    font-size: 1.2rem;
}
ul.topnav ul ul {
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
    padding-left: 60px;
}
ul.topnav li span {
    display: block;
    position: absolute;
    right: 0px;
    top: 15px;
    width: 20px;
    height: 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    border-radius: 50%;
    transition: 0.5s;
}
ul.topnav li span:before {
    content:"";
    width: 6px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: 0px;
    transform: rotate(45deg);
    transform-origin: right center;
}
ul.topnav li span:after {
    content:"";
    width: 6px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
    transform-origin: right center;
    transition: 0.5s;
}
ul.topnav li span.yizi {
    transform: rotate(90deg);
}
.smdaohang form {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 240px;
    height: 26px;
    border: 1px solid #fff;
    position: relative;
    background: #fff;
}
.smdaohang form .iptc {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    background-color: #fff;
    width: 80%;
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
}
.smdaohang form .ipsc {
    width: 20%;
    height: 26px;
    line-height: 26px;
    display: block;
    float: right;
    background: transparent;
    position: relative;
    z-index: 99;
}
.smdaohang form i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .daohang2 {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .daohang2 a {
        float: left;
        width: 25%;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 24px;
        text-align: center;
    }
    .daohang, .daohang1 {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    .xnav {
        display: block;
    }
}
@media screen and (max-width: 992px) {
    .nav {
        top: 25px;
    }
}
@media screen and (max-width: 768px) {
    .nav {
        top: 17px;
    }
}
#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
    opacity: 1;
}
#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}
#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%;
}
#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
    content:"";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
    transition: left 0.4s ease, -moz-transform 0.4s ease;
    transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight 0.4s ease-out;
    animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft 0.4s ease-out;
    animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px;
}
.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
    right: 2%;
}
.baguetteBox-button#previous-button {
    left: 2%;
}
.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px;
}
.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0;
}
.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}
.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0;
    }
}
@keyframes bounceFromRight {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0;
    }
}
@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0;
    }
}
@keyframes bounceFromLeft {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0;
    }
}
@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
.imgBox {
    width: 100%;
}
.imgBox a {
    display: block;
    width: 100%;
    overflow: hidden;
}
.imgBox a img:hover {
    transform: scale(1.05);
}
.imgBox img {
    max-width: 100%;
    margin: auto;
}
.swiper {
    width: 100%;
}
.swiper-slide img {
    display: block;
    width: 100%;
}
header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
    transition: 0.3s;
    padding-top: 30px;
}
header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .center {
    display: flex;
    align-items: center;
}
header .logoBox {
    width: 155px;
    transition: 0.3s;
    flex-shrink: 0;
}
header .logoBox a {
    display: block;
}
header .logoBox img {
    width: 100%;
}
header .menuOne.active>a {
    color: #338039 !important;
}
header .menuOne.active>a::before {
    width: 14px;
}
header .menuOne.menuactive>a {
    color: #338039 !important;
}
header .menuOne.menuactive>a::before {
    width: 14px;
}
header .menuOne {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 26px;
    color: #333;
    margin-right: 43px;
    position: relative;
}
header .menuOne>a {
    color: #333;
    padding: 23px 0px 19px;
    position: relative;
}
header .menuOne>a::before {
    position: absolute;
    content:"";
    width: 0px;
    height: 3px;
    left: 0;
    bottom: 16px;
    transition: 0.3s;
    background: #338039;
}
header .menuOne>a:hover {
    color: #338039 !important;
}
header .menuOne>a:hover::before {
    width: 14px;
}
header .menuOne .active>a {
    color: #338039;
}
header .menuOne .menuactive>a {
    color: #338039;
}
header .menuOne:nth-last-of-type(1) {
    margin-right: 0px !important;
}
header .ul {
    min-width: 160px;
    position: absolute;
    display: none;
    left: 100%;
    top: 0;
    padding-left: 5px;
}
header .ul div {
    background: #fff;
    border-radius: 0px 0px 15px 15px;
    padding: 0px 13px;
}
header .ul li {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333;
    position: relative;
    border-bottom: 1px solid rgba(163, 163, 163, 0.5);
}
header .ul li a {
    display: block;
    padding: 10px 7px;
    color: #333;
    white-space: nowrap;
    position: relative;
}
header .ul li a:hover {
    color: #338039;
}
header .ul li:nth-last-of-type(1) {
    border-bottom: none;
}
header .ul1 {
    left: 0;
    top: 100%;
    padding-left: 0px;
}
header .head_box {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 34px;
    padding: 0px 30px 0px 43px;
}
header .sousuo {
    margin-left: 48px;
    margin-top: 4px;
}
header .sousuo .search {
    cursor: pointer;
    transition: 0.2s;
    color: #333;
    font-size: 20px;
    font-weight: normal;
}
header .sousuo .search:hover {
    color: #338039 !important;
}
header .sousuo .form_zz {
    display: none;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}
header .sousuo .form_box {
    padding: 6% 30px;
    background: #fafafa;
    z-index: 2;
    position: relative;
}
header .sousuo .search_hide {
    position: absolute;
    font-size: 20px;
    right: 20px;
    top: 5px;
    cursor: pointer;
    color: #333;
}
header .sousuo .search_hide:hover {
    color: #338039;
}
header .sousuo form {
    overflow: hidden;
    border-bottom: 1px solid #333;
    z-index: 2;
    margin: 0px auto;
    width: 600px;
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 0px 5px;
}
header .sousuo form input:nth-of-type(1) {
    height: 42px;
    line-height: 30px;
    border-radius: 4px;
    font-size: 18px;
    color: #2f3135;
    background: none;
    width: 100%;
    padding-right: 10px;
    flex: 1;
}
header .sousuo form input:nth-of-type(2) {
    line-height: 33px;
    font-size: 20px;
    background: none;
    color: #333;
    cursor: pointer;
    transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
    color: #338039;
}
header .head_boxr {
    display: flex;
    gap: 11px;
}
header .head_links, .xnav .head_links {
    font-family: Poppins-SemiBold;
    color: #fff;
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    min-width: 182px;
    border: 1px solid #338039;
    background: #338039;
    border-radius: 34px;
    padding: 0px 16px;
    white-space: nowrap;
    min-height: 36px;
}
header .head_links:hover, .xnav .head_links:hover {
    background: #fff;
    color: #338039;
}
header .head_links:hover img, .xnav .head_links:hover img {
    filter: none;
}
header .head_links span, .xnav .head_links span {
    transition: 0s;
}
header .head_links img, .xnav .head_links img {
    filter: brightness(0) invert(1);
}
@media screen and (min-width: 1601px) {
    .fyhead {
        padding: 10px 0px;
    }
    .fyhead .logoBox {
        width: 120px;
    }
    .fyhead .ul1 {
        padding-top: 10px !important;
    }
}
.fyhead {
    background: #fff;
}
.buttonBox {
    display: flex;
    justify-content: flex-start;
}
.buttonBox a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 151px;
    min-height: 46px;
    background-color: #338039;
    border: 1px solid #338039;
    border-radius: 23px;
    padding: 2px 20px;
    color: #fff;
    gap: 12px;
}
.buttonBox a:hover {
    background: #fff;
    color: #338039;
}
.buttonBox a:hover img {
    filter: none;
}
.buttonBox span {
    transition: 0s;
}
.buttonBox img {
    transition: 0.2s;
    filter: brightness(0) invert(1);
}
.bofangBox {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}
.clear {
    clear: both;
}
.bannerBox {
    position: relative;
}
.bannerBox img {
    width: 100%;
}
.bannerBox .banner_bt {
    font-family: Poppins;
    font-size: 54px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 62px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}
.bannerBox .content {
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 58.3%;
    text-align: center;
}
.bannerBox .banner_text {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 16px;
}
.mbx {
    font-family: Poppins-SemiBold;
    color: #333;
}
.mbx .content {
    border-bottom: 1px solid #cfcfcf;
    padding: 28px 0px 25px;
}
.mbx a {
    color: #333;
}
.mbx a:hover {
    color: #338039;
}
.mbx .active {
    color: #338039;
}
.PageNumber {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 86px;
}
.PageNumber .sc {
    width: 200px;
    border-radius: 14px;
}
.PageNumber .page_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.PageNumber a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666;
    width: 30px;
    height: 30px;
    background-color: #f8f8f8;
    border: solid 1px #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    border-radius: 50%;
}
.PageNumber a:hover {
    border: 1px solid #338039;
    color: #fff;
    background: #338039;
}
.PageNumber .active {
    border: 1px solid #338039;
    color: #fff;
    background: #338039;
}
.PageNumber .p_f, .PageNumber .big {
    width: 83px;
    border-radius: 14px;
}
.PageNumber .p_l {
    width: 63px;
    border-radius: 14px;
}
.PageNumber input {
    font-family: Poppins-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666;
    background-color: #f8f8f8;
    border-radius: 14px;
    border: solid 1px #e5e5e5;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0px 16px;
}
.PageNumber input:hover {
    border: 1px solid #338039;
    background: #338039;
    color: #fff;
}
.index_banner .mySwiperbanner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.index_banner .swiper-slide {
    position: relative;
}
.index_banner .swiper-slide a {
    display: block;
}
.index_banner .swiper-slide img {
    width: 100%;
}
.index_banner .swiper-notification {
    display: none;
}
.index_banner .swiper-slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.index_banner .swiper-slide video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 107%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none;
    display: block;
}
@media screen and (max-width: 992px) {
    .index_banner .swiper-slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}
.index_banner .swiperbanner-pagination {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 18.3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    z-index: 2;
}
.index_banner .swiper-pagination-bullet {
    width: 9px;
    height: 8px;
    background-color: #338039;
    opacity: 0.2;
    border-radius: 50%;
    display: block;
    margin: 0px !important;
    position: relative;
}
.index_banner .swiper-pagination-bullet-active {
    opacity: 1;
    width: 28px;
    border-radius: 4px;
}
.index_banner .swiperbanner_button div {
    width: 70px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    z-index: 2;
}
.index_banner .swiperbanner_button div:hover {
    border: 1px solid #338039;
    background: #338039;
}
.index_banner .swiperbanner_button div:nth-of-type(1) {
    left: 80px;
}
.index_banner .swiperbanner_button div:nth-of-type(2) {
    right: 80px;
}
.index1 {
    padding: 6px 0px 64px;
}
.index1 .swiper {
    overflow: initial;
}
.index1 {
    overflow: hidden;
}
.index1 .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index1_l {
    width: 39.625%;
    position: relative;
    z-index: 1;
}
.index1_l::before {
    content:"";
    background-color: #3b3965;
    border-radius: 309px 325px 0px 0px;
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 10px;
    transform-origin: center bottom;
    transform: rotate(8deg);
    width: 100%;
    height: 100%;
}
.index1_l .imgBox {
    border-radius: 309px 325px 0px 0px;
    overflow: hidden;
}
.index1_r {
    width: 52.36%;
    padding-top: 25px;
}
.index1_r .big_title a {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index1_r .describe {
    line-height: 28px;
    color: #666;
    margin-top: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index1_container {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 43px;
    padding-left: 20px;
}
.index1_container li {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}
.index1_container .logo {
    /*height: 50px;*/
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*margin-top: 12px;*/
}
.index1_container .logo img {
    /*max-height: 100%;*/
}
.index1_container .name {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    color: #333;
}
.index1_container .text {
    color: #666;
    margin-top: 6px;
}
.index1_container figure {
    flex: 1;
}
.index1_list {
    width: 100%;
    max-width: 702px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 6.11%;
    margin-top: 82px;
}
.index1_list li {
    width: 29.06%;
}
.index1_list .imgBox {
    border-radius: 50%;
    overflow: hidden;
}
.index1_list .title {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-top: 18px;
}
.index1_list .title a {
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index1_list .title a:hover {
    color: #338039;
}
.index2 {
    background: url("../images/index2_back.jpg") no-repeat center;
    background-size: cover;
}
.index2_top {
    padding-top: 69px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}
.index2_top .box {
    padding: 0px !important;
}
.index2_top figure {
    display: flex;
    align-items: center;
}
.index2_top figure:nth-of-type(1) {
    animation: loop 80s -40s linear infinite;
    transform: translateX(100%);
}
.index2_top figure:nth-of-type(2) {
    animation: loop2 80s linear infinite;
}
.index2_top .imgBox {
    width: 583px;
}
.index2_container {
    padding-top: 99px;
    display: flex;
    gap: 8.8%;
}
.index2_r {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 62px;
    padding-top: 18px;
}
.index2_r .big_num {
    color: #3b3965;
    display: flex;
    align-items: flex-end;
}
.index2_r .j-hdata1 {
    display: block;
    font-family: BauerBodoniStd-BlackItalic;
    font-size: 140px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 116px;
    letter-spacing: 0px;
}
.index2_r .j-hdata1+p {
    font-family: BauerBodoniStd-BlackItalic;
    font-size: 100px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 88px;
    letter-spacing: 0px;
}
.index2_r .text {
    color: #3b3965;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    margin-top: 6px;
}
.index2_l {
    width: 58.375%;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 30px;
    padding-right: 6%;
}
.index2_l .describe {
    color: #333;
    margin-top: 23px;
}
.index2_l .buttonBox {
    margin-top: 64px;
}
.index2_list {
    font-size: 20px;
    line-height: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0px 2%;
    width: 100%;
    max-width: 545px;
    margin-top: 22px;
}
.index2_list li {
    width: 49%;
    position: relative;
    padding-left: 33px;
}
.index2_list li::before {
    content:"";
    width: 18px;
    aspect-ratio: 1/1;
    position: absolute;
    left: 0;
    top: 7px;
    background: url("../images/index2_lb.png") no-repeat center;
    background-size: cover;
}
.index2_img_box {
    margin-top: 102px;
}
.index_back {
    background: url("../images/index_back.jpg") no-repeat center;
    background-size: cover;
}
.index3 {
    padding-top: 109px;
}
.index3 .content {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.index3 .hide_box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
}
.index4 {
    padding-top: 32px;
}
.index4 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5%;
}
.index4_l {
    flex: 1;
    padding-bottom: 4px;
}
.index4_l .big_title a {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index4_l .describe {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    margin-top: 24px;
}
.index4_l .buttonBox {
    margin-top: 86px;
}
.index4_r {
    width: 40%;
    max-width: 504px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3.968%;
    justify-content: flex-end;
}
.index4_r .big_num {
    color: #fff;
    font-family: Poppins;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
}
.index4_r .j-hdata1, .index4_r .j-hdata2 {
    display: block;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
}
.index4_r .j-hdata1+p, .index4_r .j-hdata2+p {
    font-size: 20px;
    line-height: 26px;
}
.index4_r .text {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin-top: 8px;
}
.index4_r figure {
    aspect-ratio: 1/1;
    width: 48.016%;
    background: var(--i);
    border-radius: 20px;
    padding: 42px 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index4_r figure:nth-of-type(2) {
    box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.15);
}
.index4_r figure:nth-of-type(2) .big_num {
    color: #338039;
}
.index4_r figure:nth-of-type(2) .text {
    color: #338039;
}
.index5 {
    padding-top: 57px;
}
.index5 .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 5%;
}
.index5 .big_bt {
    margin-top: 2px;
}
.index5_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 35px;
}
.index5_menu li {
    font-family: Poppins;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0px 6px;
    min-height: 65px;
    cursor: pointer;
}
.index5_menu li:hover {
    color: #338039;
}
.index5_menu .active {
    color: #338039;
    border: 1px solid #338039;
    padding: 5px 42px 6px;
}
.index5_container {
    margin-top: 54px;
}
.index5_container .imgBox {
    border-radius: 20px;
    overflow: hidden;
}
.index5_container .name {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 22px;
}
.index5_container .name a {
    color: #333;
}
.index5_container .name a:hover {
    color: #338039;
}
.index5_container .sw_box {
    position: relative;
}
.index5_container .swiper_button div,
.oo1 .swiper_button div{
    position: absolute;
    z-index: 1;
    top: 42%;
}
.index5_container .swiper_button div:nth-of-type(1),
.oo1 .swiper_button div:nth-of-type(1){
    left: 0;
    transform: translate(-50%, -50%);
}
.index5_container .swiper_button div:nth-of-type(2),
.oo1 .swiper_button div:nth-of-type(2){
    right: 0;
    transform: translate(50%, -50%);
}
.index6 {
    padding: 58px 0px 93px;
}
.index6_sw_box {
    position: relative;
    padding-right: 19px;
    margin-top: 52px;
}
.index6_sw_box .swiper {
    height: 100%;
}
.index6_sw_box .swiper-wrapper {
    align-items: flex-start;
}
.index6_sw_box .swiper-slide {
    margin-bottom: 21px;
    height: auto !important;
    min-height: 145px;
    background: #338039;
    border-radius: 20px;
    overflow: hidden;
    padding: 33px 35px 26px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5%;
}
.index6_sw_box .swiper-slide:nth-last-of-type(1) {
    margin-bottom: 0px;
}
.index6_sw_box .swiper-scrollbar.swiper-scrollbar-vertical, .index6_sw_box .swiper-vertical>.swiper-scrollbar {
    right: 0;
    top: 0;
    height: 100%;
    left: auto;
    bottom: auto;
    width: 3px;
    background: #d7d7d1;
    z-index: 1;
}
.index6_sw_box .swiper-scrollbar.swiper-scrollbar-vertical .swiper-scrollbar-drag, .index6_sw_box .swiper-vertical>.swiper-scrollbar .swiper-scrollbar-drag {
    background: #338039;
}
.index6_sw_box .title {
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 52px;
    letter-spacing: 0px;
    color: #ffffff;
}
.index6_sw_box .title em {
    font-style: normal;
    font-family: Poppins;
}
.index6_sw_box .title strong {
    font-size: 48px;
}
.index6_sw_box .text {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: 1px;
}
.index6_sw_box .l_box {
    padding-left: 20px;
    flex: 1;
}
.index6_sw_box .time_text {
    font-size: 18px;
    font-family: Poppins;
    color: #fff;
}
.index6_sw_box .time_box {
    display: flex;
    align-items: center;
    gap: 9px;
}
.index6_sw_box .time {
    min-width: 86px;
    aspect-ratio: 1/1;
    border-radius: 16px;
    background: #3b3965;
    font-family: Poppins;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 52px;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.index6_sw_box .links {
    display: none;
    align-items: center;
    color: #666;
    font-family: Poppins-SemiBold;
    font-size: 24px;
    gap: 20px;
}
.index6_sw_box .links span {
    transition: 0s;
}
.index6_sw_box .links img {
    width: auto;
    transition: 0.2s;
    filter: brightness(0);
    opacity: 0.5;
}
.index6_sw_box .links:hover {
    color: #338039;
}
.index6_sw_box .links:hover img {
    filter: none;
}
.index6_sw_box .noTime.swiper-slide {
    background: #dbdbd6;
    align-items: center;
}
.index6_sw_box .noTime.swiper-slide .title {
    color: #666;
}
.index6_sw_box .noTime.swiper-slide .text {
    color: #fff;
}
.index6_sw_box .noTime.swiper-slide .time_box {
    display: none;
}
.index6_sw_box .noTime.swiper-slide .links {
    display: flex;
}
.index6_sw_box.no-scroll {
    padding-right: 0px !important;
}
.index6_container {
    margin-top: 41px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index6_container .imgBox {
    border-radius: 20px;
    overflow: hidden;
}
.index6_container .title {
    font-size: 18px;
    color: #333;
}
.index6_container .title a {
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index6_container .title a:hover {
    color: #338039;
}
.index6_l {
    width: 51.875%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.index6_l::before {
    content:"";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 50%;
    max-height: 210px;
    position: absolute;
    background: url("../images/index6_back.png") no-repeat center;
    background-size: cover;
}
.index6_l .title {
    position: absolute;
    left: 0;
    bottom: 21px;
    width: 100%;
    color: #fff;
    padding: 0px 31px;
    display: flex;
    justify-content: flex-start;
}
.index6_l .title a {
    color: #fff;
}
.index6_l .title a:hover {
    color: #338039;
}
.index6_r {
    width: 45.875%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 19px 3.268%;
}
.index6_r li {
    width: 48.366%;
}
.index6_r .title {
    text-align: center;
    margin-top: 7px;
}
.index7 {
    background: url("../images/index7_back.jpg") no-repeat center;
    background-size: cover;
    padding: 90px 0px 96px;
}
.index7 .big_title {
    text-align: center;
}
.index7 .text {
    line-height: 28px;
    color: #666;
    width: 100%;
    max-width: 904px;
    text-align: center;
    margin: 30px auto 0px;
}
.index7 .sw_box {
    position: relative;
    margin-top: 64px;
}
.index7 .swiper_button div {
    position: absolute;
    top: 50%;
    z-index: 1;
}
.index7 .swiper_button div:nth-of-type(1) {
    left: 0;
    transform: translate(-50%, -50%);
}
.index7 .swiper_button div:nth-of-type(2) {
    right: 0;
    transform: translate(50%, -50%);
}
.index8 {
    background: #f8f4f1;
    padding: 82px 0px 87px;
}
.index8 .top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4%;
}
.index8 .l_box {
    flex: 1;
    padding-top: 4px;
}
.index8 .text {
    color: #333;
}
.index8 .r_box {
    width: 52.8%;
}
.index8 .buttonBox {
    margin-top: 29px;
}
.index8_container {
    display: flex;
    align-items: flex-start;
    margin-top: 65px;
    justify-content: space-between;
}
.index8_l {
    width: 39.75%;
}
.index8_l .logo {
    width: 94px;
    z-index: 2;
    position: relative;
}
.index8_l .logo::before {
    content:"";
    width: calc(100% + 20px);
    aspect-ratio: 1/1;
    background: #f8f4f1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.index8_l .logo img {
    border-radius: 50%;
}
.index8_l .title {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
}
.index8_l .describe {
    color: #555;
    margin-top: 13px;
}
.index8_l .sw_box {
    position: relative;
    padding-right: 40px;
}
.index8_l .sw_box::before {
    content:"";
    height: 100%;
    border-left: 1px solid #a8a8a8;
    position: absolute;
    left: 47px;
    top: 0;
}
.index8_l .sw_box.no-scroll {
    padding-right: 0px !important;
}
.index8_l .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    height: auto;
    margin-bottom: 28px;
}
.index8_l figure {
    flex: 1;
}
.index8_l .swiper-wrapper {
    align-items: flex-start;
}
.index8_l .swiper {
    height: 100%;
}
.index8_l .swiper-scrollbar.swiper-scrollbar-vertical, .index8_l .swiper-vertical>.swiper-scrollbar {
    right: 0;
    top: 0;
    height: 100%;
    left: auto;
    bottom: auto;
    width: 2px;
    background: #c3c3c3;
    z-index: 1;
}
.index8_l .swiper-scrollbar.swiper-scrollbar-vertical .swiper-scrollbar-drag, .index8_l .swiper-vertical>.swiper-scrollbar .swiper-scrollbar-drag {
    background: #338039;
}
.index8_l .swiper-slide:nth-of-type(1), .index8_l .swiper-slide:nth-of-type(2), .index8_l .swiper-slide:nth-of-type(3) {
    min-height: 142px;
}
.index8_l .swiper-slide:nth-last-of-type(1) {
    margin-bottom: 0px !important;
}
.index8_r {
    width: 58.8125%;
    border-radius: 20px;
    overflow: hidden;
}
.index9 {
    padding: 76px 0px 93px;
    overflow: hidden;
}
.index9 .big_title {
    text-align: center;
}
.index9 .text {
    width: 100%;
    max-width: 904px;
    line-height: 28px;
    color: #666;
    text-align: center;
    margin: 30px auto 0px;
}
.index9 .swiper,
.oo1 .swiper{
    overflow: initial;
    pointer-events: none;
}
.index9 .container {
    padding: 50px 21px 22px;
    border-radius: 20px;
    transition: 0.3s;
    opacity: 0;
}
.index9 .container:hover {
    box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.1);
}
.index9 .title {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
}
.index9 .title a {
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index9 .title a:hover {
    color: #338039;
}
.index9 .describe {
    color: #666;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 112px;
    margin-top: 14px;
}
.index9 .imgBox {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 23px;
}
.index9 .swiper-slide:nth-of-type(4n + 1) .container {
    background: #fef5f6;
}
.index9 .swiper-slide:nth-of-type(4n + 2) .container {
    background: #eaeff9;
}
.index9 .swiper-slide:nth-of-type(4n + 3) .container {
    background: #edf6f5;
}
.index9 .swiper-slide:nth-of-type(4n + 4) .container {
    background: #fbf7f0;
}
.index9 .links {
    margin-top: 33px;
    display: none;
}
.index9 .links a {
    color: #444;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
}
.index9 .links a:hover {
    color: #338039;
}
.index9 .links a:hover img {
    filter: none;
    opacity: 1;
}
.index9 .links span {
    transition: 0s;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.index9 .links img {
    width: 17px;
    transition: 0.2s;
    filter: brightness(0);
    opacity: 0.5;
}
.index9 .swiper-slide-visible,
.oo1 .swiper-slide-visible {
    pointer-events: all;
}
.index9 .swiper-slide-visible .container,
.oo1 .sw_box .swiper-slide-visible .container {
    opacity: 1;
}
.index9 .sw_box {
    margin-top: 52px;
}
.index9 .swiperindex9-pagination {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    margin-top: 57px;
}
.index9 .swiper-pagination-bullet {
    width: auto;
    height: auto;
    opacity: 1;
    background: transparent;
    display: block;
    border-radius: 0;
    margin: 0px !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #666666;
    position: relative;
}
.index9 .swiper-pagination-bullet::before {
    content:"";
    width: 0px;
    border-bottom: 1px solid #666;
    transition: 0.4s;
    position: absolute;
    right: -7px;
    bottom: 10px;
    transform: translateX(100%);
}
.index9 .swiper-pagination-bullet-active {
    font-size: 24px;
    color: #444;
    line-height: 32px;
    margin-right: 62px !important;
}
.index9 .swiper-pagination-bullet-active::before {
    width: 66px;
}
.index10 {
    padding-bottom: 89px;
}
.index10 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index10 .l_box {
    width: 42.4375%;
    position: relative;
}
.index10 .l_box .imgBox {
    border-radius: 20px;
    overflow: hidden;
}
.index10 .title {
    background: #338039;
    border-radius: 20px 20px 20px 0px;
    font-family: Poppins-SemiBold;
    font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    width: 363px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 47px 44px 40px;
    transform: translateX(33.5%);
}
.index10_r {
    width: 46.7%;
    padding-bottom: 2.3%;
}
.index10_r .describe {
    color: #333;
    margin-top: 31px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.index10_r .buttonBox {
    margin-top: 5px;
}
.index10_list {
    width: 100%;
    margin-left: 24px;
    max-width: 493px;
    font-family: Poppins-SemiBold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    display: flex;
    flex-direction: column;
    gap: 45px;
    margin-top: 64px;
}
.index10_list li {
    position: relative;
    padding: 0px 35px 33px;
    border-bottom: 1px solid #a8a8a8;
}
.index10_list li::before {
    content:"";
    width: 26px;
    aspect-ratio: 1/1;
    background: url("../images/index10_la.jpg") no-repeat center;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    left: 0;
    top: -2px;
    position: absolute;
}
.index10_list li:nth-last-of-type(1) {
    border-bottom: none;
}
.index11 {
    padding-bottom: 117px;
}
.index11 .big_title {
    text-align: center;
}
.index11_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 3.875%;
    margin-top: 70px;
}
.index11_list li {
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    width: 30.75%;
}
.index11_list .describe {
    line-height: 28px;
    letter-spacing: 0px;
    color: #555555;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index11_list .box {
    padding: 24px 18px 33px;
}
.index11_list .links {
    display: flex;
    justify-content: flex-start;
    margin-top: 19px;
}
.index11_list .links a {
    display: flex;
    align-items: center;
    gap: 13px;
}
.index11_list .links a:hover span {
    color: #338039;
    text-decoration-color: #338039;
}
.index11_list .links a:hover img {
    filter: none;
    opacity: 1;
}
.index11_list .links span {
    color: #555;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #555;
}
.index11_list .links img {
    transition: 0.2s;
    filter: brightness(0);
    opacity: 0.5;
}
.index11_list .imgBox {
    position: relative;
}
.index11_list .imgBox::before {
    content:"";
    width: 100%;
    height: 100%;
    max-height: 261px;
    background: url("../images/index11_back.png") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}
.index11_list .time {
    position: absolute;
    background: #338039;
    color: #fff;
    border-radius: 0px 0px 20px 0px;
    left: 0;
    top: 0;
    min-width: 156px;
    display: flex;
    justify-content: center;
    padding: 11px 15px 9px;
}
.index11_list .img_box {
    position: relative;
}
.index11_list .title {
    position: absolute;
    left: 0;
    bottom: 9px;
    width: 100%;
    padding: 0px 18px;
    font-family: Poppins-SemiBold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    z-index: 1;
}
.index11_list .title a {
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index11_list .title a:hover {
    color: #338039;
}
.index12 {
    padding-bottom: 97px;
}
.index12 .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.index12_l {
    width: 28.3125%;
    position: relative;
}
.index12_l .cat {
    width: 121.634%;
    position: absolute;
    right: 0;
    bottom: -4px;
}
.index12_l .imgBox {
    border-radius: 20px;
    overflow: hidden;
}
.index12_r {
    width: 68.4375%;
}
.index12_r .form_l {
    width: 38.357%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.index12_r .form_r {
    flex: 1;
}
.index12_r form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 19px;
    width: 100%;
    margin-top: 35px;
}
.index12_r form input {
    height: 54px;
}
.index12_r form input, .index12_r form textarea {
    width: 100%;
    background-color: #f4f4f4;
    font-family: Poppins-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    border: none;
    resize: none;
    outline: none;
    padding: 0px 18px;
    border-radius: 10px;
}
.index12_r form input::placeholder, .index12_r form input::-webkit-input-placeholder, .index12_r form textarea::placeholder {
    color: #888888;
}
.index12_r form .yz {
    position: relative;
}
.index12_r form .yz::before {
    content:"*";
    top: 55%;
    transform: translateY(-50%);
    left: 18px;
    position: absolute;
    color: #ff0000;
    font-size: 16px;
}
.index12_r form .yz input, .index12_r form .yz textarea {
    padding-left: 31px;
}
.index12_r form input, .index12_r form textarea {
    text-transform: uppercase;
}
.index12_r form .int1 {
    width: 100%;
}
.index12_r form .int2 {
    width: 100%;
}
.index12_r form .int2::before {
    top: 24px;
}
.index12_r form .tijiao {
    min-width: 420px;
}
.index12_r form .tijiao input {
    background-color: #338039;
    border: 1px solid #338039;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
    font-family: Poppins;
}
.index12_r form .tijiao input:hover {
    background: #fff;
    color: #338039;
}
.index12_r form .yzm {
    flex: 1;
    position: relative;
    display: flex;
}
.index12_r form .yzm input {
    flex: 1;
}
.index12_r form .yzm a, .index12_r form .yzm span {
    margin-left: 19px;
    height: 54px;
    aspect-ratio: 218/54;
    cursor: pointer;
}
.index12_r form .yzm a img, .index12_r form .yzm span img {
    height: 100%;
}
.index12_r form textarea {
    height: 246px;
    padding-top: 15px !important;
}
.index12_r .form_bottom {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 18px;
}
.oo1 {
    padding-top: 80px;
}
.oo1 .top {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.oo1 .big_title {
    position: relative;
    padding-bottom: 23px;
}
.oo1 .big_title::before {
    content:"";
    width: 89px;
    height: 6px;
    background-color: #338039;
    position: absolute;
    left: 0;
    bottom: 0;
}
.oo1 .r_box {
    width: 66.45%;
    padding-top: 6px;
}
.oo1 .l_box {
    flex: 1;
}
.oo1 .text {
    color: #333;
}
.oo1 .buttonBox {
    justify-content: center;
    margin-top: 29px;
}
.oo1_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px 2%;
    margin-top: 60px;
}
.oo1 .sw_box{
	margin-top: 60px;
	position: relative;
}
.oo1_list .links ,
.oo1 .sw_box .links {
    margin-top: 22px;
    display: none;
}
.oo1_list .links a,
.oo1 .sw_box .links a{
    color: #444;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
}
.oo1_list .links a:hover,
.oo1 .sw_box .links a:hover{
    color: #338039;
}
.oo1_list .links a:hover img,
.oo1 .sw_box .links a:hover img{
    filter: none;
    opacity: 1;
}
.oo1_list .links span,
.oo1 .sw_box .links span{
    transition: 0s;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.oo1_list .links img,
.oo1 .sw_box .links img{
    width: 17px;
    transition: 0.2s;
    filter: brightness(0);
    opacity: 0.8;
}
.oo1_list li {
    width: 23.5%;
    padding: 23px 21px 45px;
    border-radius: 20px;
    overflow: hidden;
}
.oo1 .sw_box .container{
	padding: 23px 21px 45px;
	border-radius: 20px;
	overflow: hidden;
	opacity: 0;
	transition: .3s;
}
@media screen and (min-width: 993px) {
    .oo1_list li:hover,
	.oo1 .sw_box .container:hover{
        box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.1);
    }
}
.oo1_list .title,
.oo1 .sw_box .title{
    font-family: Poppins-SemiBold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    height: 56px;
    color: #333333;
    display: flex;
    align-items: center;
}
.oo1_list .title a,
.oo1 .sw_box .title a{
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.oo1_list .title a:hover,
.oo1 .sw_box .title a:hover{
    color: #338039;
}
.oo1_list .imgBox,
.oo1 .sw_box .imgBox{
    border-radius: 20px;
    overflow: hidden;
    margin-top: 8px;
}
.oo1_list li:nth-of-type(4n + 1),
.oo1 .sw_box .swiper-slide:nth-of-type(4n + 1) .container{
    background: #fef5f6;
}
.oo1_list li:nth-of-type(4n + 2),
.oo1 .sw_box .swiper-slide:nth-of-type(4n + 2) .container{
    background: #eaeff9;
}
.oo1_list li:nth-of-type(4n + 3),
.oo1 .sw_box .swiper-slide:nth-of-type(4n + 3) .container{
    background: #edf6f5;
}
.oo1_list li:nth-of-type(4n + 4),
.oo1 .sw_box .swiper-slide:nth-of-type(4n + 4) .container{
    background: #fbf7f0;
}
.oo2 {
    position: relative;
    overflow: hidden;
}
.oo2 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5.1875%;
    padding: 100px 0px 84px;
    position: relative;
    z-index: 1;
}
.oo2 .back_img1 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 5.5%;
    width: 17.1875%;
}
.oo2 .back_img {
    width: 17.0625%;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(44%);
    z-index: -1;
}
.oo2_l {
    width: 34.0625%;
    margin-left: 66px;
}
.oo2_r {
    flex: 1;
    padding-bottom: 0.8%;
}
.oo2_r .describe {
    color: #333;
    margin-top: 23px;
}
.oo2_r .describe1 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 26px;
}
.oo2_r .describe1 p {
    padding-left: 36px;
    position: relative;
}
.oo2_r .describe1 p::before {
    content:"";
    width: 18px;
    aspect-ratio: 1/1;
    background: url("../images/index2_lb.png") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 10px;
}
.oo2_list {
    display: flex;
    gap: 25px;
    margin-top: 55px;
}
.oo2_list li {
    background: #deebdf;
    border-radius: 10px;
    overflow: hidden;
    padding: 25px 22.6px 13px;
}
.oo2_list .big_text {
    font-family: Poppins-SemiBold;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
}
.oo2_list .text {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    margin-top: 9px;
}
.oo3 {
    padding: 96px 0px 123px;
}
.oo3 .big_title {
    text-align: center;
}
.oo3 .text {
    line-height: 28px;
    color: #666;
    width: 100%;
    max-width: 904px;
    text-align: center;
    margin: 30px auto 0px;
}
.oo3 .sw_box {
    position: relative;
    margin-top: 64px;
}
.oo3 .swiper_button div {
    position: absolute;
    top: 50%;
    z-index: 1;
}
.oo3 .swiper_button div:nth-of-type(1) {
    left: 0;
    transform: translate(-50%, -50%);
}
.oo3 .swiper_button div:nth-of-type(2) {
    right: 0;
    transform: translate(50%, -50%);
}
.oo4 .content {
    overflow: hidden;
}
.oo4 .r_box {
    width: 51.875%;
    float: right;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 5%;
    position: relative;
}
.oo4 .l_box {
    padding-top: 4.875%;
}
.oo4 .describe {
    margin-top: 40px;
}
.oo4 .buttonBox {
    margin-top: 61px;
}
.oo5 {
    padding: 64px 0px 78px;
}
.oo5 .top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5%;
}
.oo5 .big_title {
    flex: 1;
}
.oo5 .imgBox {
    border-radius: 20px;
    overflow: hidden;
}
.oo5 .name {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 22px;
}
.oo5 .name a {
    color: #333;
}
.oo5 .name a:hover {
    color: #338039;
}
.oo5 .sw_box {
    position: relative;
    margin-top: 39px;
}
.oo5 .swiper_button div {
    position: absolute;
    z-index: 1;
    top: 42%;
}
.oo5 .swiper_button div:nth-of-type(1) {
    left: 0;
    transform: translate(-50%, -50%);
}
.oo5 .swiper_button div:nth-of-type(2) {
    right: 0;
    transform: translate(50%, -50%);
}
.oo6 {
    background: #f8f4f1;
    padding: 77px 0px 110px;
}
.oo6 .top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6.5%;
}
.oo6 .r_box {
    flex: 1;
    padding-top: 14px;
}
.oo6 .r_box .text {
    color: #333;
}
.oo6 .index8_container {
    margin-top: 54px;
}
.oo7 {
    padding: 91px 0px 0px;
}
.oo7 .big_title {
    width: 100%;
    max-width: 830px;
    margin: 0px auto;
    text-align: center;
}
.oo7 .title {
    font-family: Poppins;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333;
}
.oo7 .describe {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 18px;
}
.oo7 .describe1 {
    margin-top: 43px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #333333;
}
.oo7 .describe1 em {
    font-style: normal;
    font-family: Poppins-SemiBold;
}
.oo7_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.55%;
    margin-top: 61px;
}
.oo7_l {
    width: 69.25%;
    display: flex;
    gap: 27px;
}
.oo7_l figure {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    position: relative;
    border-radius: 20px;
}
.oo7_l figure::before {
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.4s ease-in-out;
}
.oo7_l figure::after {
    content:"";
    width: 100%;
    position: absolute;
    height: 100%;
    max-height: 256px;
    transition: 0.4s ease-in-out;
    opacity: 0;
    pointer-events: none;
    left: 0;
    bottom: 0;
    background: url("../images/oo7_back.png") no-repeat center;
    background-size: cover;
}
.oo7_l .oo7_img {
    width: 636px;
    max-width: none;
}
@media screen and (min-width: 1201px) {
    .oo7_l figure.active {
        flex: 3.05;
    }
    .oo7_l figure.active::before {
        opacity: 0;
        pointer-events: none;
    }
    .oo7_l figure.active::after {
        opacity: 1;
    }
    .oo7_l figure.active .title {
        writing-mode: initial;
        left: 0;
        transform: none;
        width: 100%;
        bottom: 40px;
        padding: 0px 33px;
    }
}
@media screen and (min-width: 1201px) {
    .oo7_l .title {
        color: #ffffff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 47px;
        z-index: 1;
        writing-mode: vertical-rl;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        transition: 0.3s;
    }
    .oo7_l .describe {
        display: none;
    }
    .oo7_l .describe1 {
        display: none;
    }
}
.oo7_r {
    flex: 1;
    padding-top: 2px;
}
.oo8 {
    padding: 108px 0px 124px;
}
.oo8 .top {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5%;
}
.oo8 .big_title {
    flex: 1;
}
.oo8 .buttonBox {
    margin-top: 8px;
}
.oo8_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 3.03125%;
    margin-top: 45px;
}
.oo8_list li {
    width: 31.3125%;
    text-align: center;
}
.oo8_list .name {
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 40px;
}
.oo9_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2.66666%;
    margin-top: 52px;
}
.oo9_list li {
    width: 23%;
}
@media screen and (min-width: 993px) {
    .oo9_list li:hover .hide_box {
        opacity: 1;
    }
    .oo9_list li:hover .button {
        opacity: 1;
    }
}
.oo9_list .box {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.oo9_list .hide_box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 1;
    padding: 44px 26px 20px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
}
.oo9_list .describe {
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    max-height: 100%;
    overflow: auto;
}
.oo9_list .describe::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.oo9_list .describe::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
}
.oo9_list .describe::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
}
.oo9_list .title {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
}
.oo9_list .title a {
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.oo9_list .title a:hover {
    color: #338039;
}
.oo9_list .bottom {
    padding: 26px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}
.oo9_list .l_box {
    flex: 1;
}
.oo9_list .links {
    margin-top: 9px;
    color: #666666;
}
.oo9_list .links:hover {
    color: #338039;
}
.oo9_list .button {
    min-width: 66px;
    min-height: 37px;
    border-radius: 19px;
    border: solid 1px #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 11px;
    opacity: 0;
}
.oo9_list .button img {
    filter: brightness(0);
    opacity: 0.6;
    transition: 0.2s;
}
.oo9_list .button:hover {
    background: #338039;
    border: 1px solid #338039;
}
.oo9_list .button:hover img {
    filter: brightness(0) invert(1);
    opacity: 1;
}
.oo9_list .describe1 {
    display: none;
    width: 100%;
}
.oo10 {
    padding: 64px 0px 135px;
}
.oo10 .big_title {
    text-align: center;
}
.oo10_container {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 42px;
}
.oo10_container .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 10px;
    cursor: pointer;
    padding: 18px 17px 20px;
    gap: 20px;
}
.oo10_container .title {
    font-family: Poppins-SemiBold;
    flex: 1;
}
.oo10_container .logo {
    margin-right: 5px;
}
.oo10_container .logo img:nth-of-type(2) {
    display: none;
}
.oo10_container .bottom {
    padding: 27px 17px 5px;
    display: none;
}
.oo10_container figure.active .logo img:nth-of-type(1) {
    display: none;
}
.oo10_container figure.active .logo img:nth-of-type(2) {
    display: block;
}
.ot_container {
    padding: 79px 0px 95px;
}
.ot_container .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ot1 {
    flex: 1;
    margin-left: 32px;
}
.ot1_list {
    display: flex;
    flex-wrap: wrap;
    gap: 38px 2.684%;
}
.ot1_list li {
    width: 31.544%;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #cfcfcf;
    padding: 19px 20px 30px;
    overflow: hidden;
}
@media screen and (min-width: 993px) {
    .ot1_list li:hover {
        box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.12);
    }
}
.ot1_list .imgBox {
    border-radius: 20px;
    overflow: hidden;
}
.ot1_list .title {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-top: 16px;
}
.ot1_list .title a {
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ot1_list .title a:hover {
    color: #338039;
}
.ot1_list .describe {
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    margin-top: 9px;
}
.ot1_list .links {
    color: #444444;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #444;
}
.ot1_list .links:hover {
    color: #338039;
    text-decoration-color: #338039;
}
.ot1_list .input_links {
    display: flex;
    justify-content: center;
    margin-top: 23px;
    position: relative;
    padding: 0px 20px;
}
.ot1_list .input_box {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.ot1_list .input_box input {
    display: block;
    width: 18px;
    aspect-ratio: 1/1;
    cursor: pointer;
    opacity: 0;
}
.ot1_list .input_box span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background-color: #f4f5f5;
    border: solid 1px #cfcfcf;
    width: 100%;
    height: 100%;
}
.ot1_list .input_box input:checked {
    opacity: 1;
}
.ot1_list .input_box input:checked+span {
    display: none;
}
.oth_container {
    padding: 79px 0px 80px;
    border-bottom: 1px solid #c6c8cc;
}
.oth_container .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.oth_r {
    width: 50%;
    flex: 1;
    margin-left: 36px;
}
.oth_r .mySwiperoth1_1 {
    position: relative;
}
.oth1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.oth1 .r_box {
    width: 52.862%;
    position: relative;
}
.oth1 .r_box img {
    transition: 0s;
}
.oth1 .r_box .zoomPad {
    position: relative;
    float: left;
    z-index: 99;
    cursor: crosshair;
}
.oth1 .r_box .zoomPad img {
    border-radius: 20px;
}
.oth1 .r_box .zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #ccc;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.oth1 .r_box .zoomPup {
    background-color: #fff;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    border: 1px solid #ccc;
    z-index: 101;
    cursor: crosshair;
}
.oth1 .r_box .zoomOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}
.oth1 .r_box .zoomWindow {
    position: absolute;
    left: 110%;
    top: 40px;
    background: #fff;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110;
}
.oth1 .r_box .zoomWrapper {
    position: relative;
    border: 1px solid #ccc;
    z-index: 110;
}
.oth1 .r_box .zoomWrapperTitle {
    display: block;
    background: #999;
    color: #fff;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.oth1 .r_box .zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;
}
.oth1 .r_box .zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}
.oth1 .r_box .zoomIframe {
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.8;
    opacity: 0.8;
    position: absolute;
    display: block;
}
.oth1 .r_box .m-prob {
    position: relative;
    width: 100%;
    padding-bottom: 54px;
}
.oth1 .r_box .pic-big {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
}
.oth1 .r_box .big-img {
    display: block;
    line-height: 0;
    font-size: 0;
}
.oth1 .r_box .big-img .zoomPad {
    float: none;
    z-index: 8;
}
.oth1 .r_box .zoomWrapperImage img {
    max-width: 1920px;
    z-index: 99;
}
.oth1 .r_box .sw_box {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 15px;
}
.oth1 .r_box .pic-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(11, 11, 11, 0.17);
    background: rgba(255, 255, 255, 0.6);
}
.oth1 .r_box .pic-btn img {
    max-width: 100%;
    transition: 0.2s;
    filter: brightness(0);
    opacity: 0.6;
}
.oth1 .r_box .pic-btn.prev {
    left: 0px;
}
.oth1 .r_box .pic-btn.next {
    right: 0px;
}
.oth1 .r_box .pic-btn:hover {
    background: #338039;
}
.oth1 .r_box .pic-btn:hover img {
    filter: brightness(0) invert(1);
    opacity: 1;
}
.oth1 .r_box .pic-list {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.oth1 .r_box .pic-list ul {
    width: 1011%;
    display: flex;
}
.oth1 .r_box .list-item {
    position: relative;
    width: 2.32%;
    flex-shrink: 0;
    margin-right: 0.2%;
}
.oth1 .r_box .sw_box .swiper-slide {
    display: block;
    position: relative;
    border: 1px solid transparent;
    border-radius: 20px;
    overflow: hidden;
}
.oth1 .r_box .item-pics:before, .oth1 .r_box .pic-list .item-video:before {
    content:"";
    position: absolute;
    width: 8px;
    height: 15px;
    background: url() no-repeat center left;
    left: 0px;
    top: 50%;
    margin-top: -7px;
    z-index: -1;
}
.oth1 .r_box .item-pics img, .oth1 .r_box .pic-list .item-video img {
    width: 100%;
    display: block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.oth1 .r_box .item-pics.zoomThumbActive:before, .oth1 .r_box .item-video.active:before {
    left: -8px;
}
.oth1 .r_box .m-propic2 {
    display: none;
}
.oth1 .r_box .provideo-box {
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.oth1 .r_box .provideo-box .provideo {
    position: relative;
    overflow: hidden;
    padding-bottom: 78.75%;
    height: 0;
}
.oth1 .r_box .provideo-box .provideo iframe, .oth1 .r_box .pro2-box .provideo-box .provideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.oth1 .r_box .provideo-box .provideo iframe body {
    margin: 0px !important;
}
.oth1 .r_box .sw_box .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #338039;
}
@media screen and (min-width: 1600px) {
    .oth1 .clear {
        display: none;
    }
}
.oth1_l {
    width: 43.519%;
    padding-top: 2px;
}
.oth1_l h1 {
    font-family: Poppins-SemiBold;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
}
.oth1_l .describe {
    color: #666;
    border-bottom: 1px solid #c6c8cc;
    margin-top: 20px;
    padding-bottom: 13px;
}
.oth1_l .describe em {
    font-style: normal;
    color: #333;
}
.oth1_l .text {
    margin-top: 44px;
    color: #666;
}
.oth1_l .buttonBox {
    margin-top: 27px;
    gap: 10px 16px;
    flex-wrap: wrap;
}
.oth1_l .buttonBox a {
    background: #fff;
    color: #338039;
}
.oth1_l .buttonBox a img {
    filter: none;
}
.oth1_l .buttonBox a:hover {
    background: #338039;
    color: #fff;
}
.oth1_l .buttonBox a:hover img {
    filter: brightness(0) invert(1);
}
.oth1_l .share_box {
    color: #666;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 43px;
}
.oth2 {
    margin-top: 69px;
}
.oth2 .describe {
    color: #666;
    margin-top: 41px;
}
.oth2 .describe em {
    display: block;
    font-style: normal;
    position: relative;
    padding-left: 34px;
}
.oth2 .describe em::before {
    content:"";
    width: 18px;
    aspect-ratio: 1/1;
    background: url("../images/index2_lb.png") no-repeat center;
    background-size: cover;
    border-radius: 50%;
    left: 0;
    top: 4px;
    position: absolute;
}
.oth2 .describe strong {
    font-family: Poppins-SemiBold;
    color: #333;
}
.oth2_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0.78133333%;
    margin-top: 29px;
}
.oth2_list li {
    width: 24.411%;
    border-radius: 20px;
    overflow: hidden;
}
.oth3 {
    margin-top: 62px;
}
.oth3_list {
    display: flex;
    flex-wrap: wrap;
    gap: 23px 1.535%;
    margin-top: 47px;
}
.oth3_list li {
    width: 18.772%;
}
.oth4 {
    padding: 71px 0px 103px;
}
.oth4 .sw_box {
    position: relative;
    margin-top: 50px;
}
.oth4 .swiper_button div {
    position: absolute;
    top: 50%;
    z-index: 1;
}
.oth4 .swiper_button div:nth-of-type(1) {
    left: 0;
    transform: translate(-50%, -50%);
}
.oth4 .swiper_button div:nth-of-type(2) {
    right: 0;
    transform: translate(50%, -50%);
}
.oth4 .swiper-slide {
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #cfcfcf;
    padding: 19px 20px 30px;
    overflow: hidden;
}
.oth4 .imgBox {
    border-radius: 20px;
    overflow: hidden;
}
.oth4 .title {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-top: 16px;
}
.oth4 .title a {
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.oth4 .title a:hover {
    color: #338039;
}
.oth4 .describe {
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    margin-top: 9px;
}
.oth4 .links {
    color: #444444;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #444;
}
.oth4 .links:hover {
    color: #338039;
    text-decoration-color: #338039;
}
.oth4 .input_links {
    display: flex;
    justify-content: center;
    margin-top: 23px;
    position: relative;
}
.oth5 .content {
    overflow: hidden;
}
.oth5 .r_box {
    width: 51.875%;
    float: right;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 3%;
}
.oth5 .l_box {
    padding-top: 3.625%;
}
.oth5 .describe {
    margin-top: 40px;
}
.oth5 .buttonBox {
    margin-top: 57px;
}
.oth5 .logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 72px;
}
.oth6 {
    background: #f8f4f1;
    margin-top: 117px;
    padding: 77px 0px 86px;
    overflow: hidden;
}
.oth6 .mySwiperoth6 {
    max-width: 1404px;
    overflow: initial;
    margin-left: 0px;
}
.oth6 .swiper_button {
    display: flex;
    align-items: center;
    gap: 19px;
}
.oth6 .control_box {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 63px;
}
.oth6 .swiperoth6-pagination {
    position: relative;
    flex: 1;
    height: 2px;
    background: #afadab;
}
.oth6 .swiperoth6-pagination span {
    background: #338039 !important;
}
.oth6 .swiper-slide {
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s;
    padding: 29px 24px 25px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.oth6 .swiper-slide img {
    width: auto;
}
@media screen and (min-width: 993px) {
    .oth6 .swiper-slide:hover {
        box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.12);
    }
}
.oth6 .describe {
    color: #666;
    margin-top: 5px;
}
.oth6 .box {
    padding: 0px 12px 20px;
    border-bottom: 1px solid #e2e3e5;
}
.oth6 .box1 {
    padding: 19px 12px 0px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.oth6 .logo {
    width: 62px;
    border-radius: 50%;
    overflow: hidden;
}
.oth6 .text {
    color: #666;
}
.oth6 .text em {
    font-style: normal;
    font-family: Poppins-SemiBold;
    color: #333;
}
.oth6 figure {
    padding-top: 5px;
    flex: 1;
}
.oth6 .sw_box {
    margin-top: 64px;
}
.to .oo8 {
    padding: 96px 0px 142px;
}
.to1 {
    padding: 75px 0px 96px;
}
.to1 .big_title {
    text-align: center;
}
.to1_list {
    margin-top: 57px;
    display: flex;
    gap: 30px 1.90625%;
}
.to1_list .title {
    font-family: Poppins-SemiBold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
}
.to1_list .describe {
    line-height: 28px;
    color: #666;
    margin-top: 16px;
}
.to1_list .imgBox {
    border-radius: 20px;
    overflow: hidden;
}
.to1_list li {
    width: 32.0625%;
    border-radius: 20px;
    overflow: hidden;
    padding: 47px 23px 52px 22px;
}
.to1_list li:nth-of-type(3n + 1) {
    background: #fef5f6;
}
.to1_list li:nth-of-type(3n + 2) {
    background: #eaeff9;
}
.to1_list li:nth-of-type(3n + 3) {
    background: #edf6f5;
}
.to1_list .boxs {
    margin-top: 22px;
}
.to1_list .box {
    display: none;
}
.to1_list .img_box {
    margin-top: 41px;
}
.to1_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 28px;
    margin-top: 25px;
}
.to1_menu figure {
    transition: 0.3s;
    font-family: Poppins-SemiBold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333;
    cursor: pointer;
    border-radius: 25px;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}
.to1_menu figure.active {
    color: #338039;
    border: 1px solid #338039;
    padding: 10px 20px;
    min-width: 138px;
}
.to1_size {
    display: flex;
    flex-wrap: wrap;
    margin-top: 26px;
    gap: 12px 3.5255%;
}
.to1_size figure {
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #c3c3c3;
    width: 30.983%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 12px 7px;
}
.to_back {
    background: url("../images/to_back.png") no-repeat center;
    background-size: cover;
}
.to2 {
    padding: 73px 0px 94px;
}
.to2 .big_title {
    text-align: center;
}
.to2_list {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 1.35416666%;
}
.to2_list li {
    width: 13.125%;
    position: relative;
}
.to2_list .name {
    right: 0;
    top: 51px;
    text-align: center;
    padding: 0px 15px;
    position: absolute;
    width: 90%;
    font-family: Poppins;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
}
.to3 {
    padding-bottom: 217px;
}
.to3 .big_title {
    text-align: center;
}
.to3_container {
    overflow: hidden;
    margin-top: 50px;
}
.to3_container .r_box {
    float: right;
    width: 51.0625%;
    margin-left: 4.75%;
}
.to3_l {
    padding-top: 5px;
    display: flex;
    flex-direction: column;
}
.to3_l .logo {
    margin-right: 14px;
    transition: 0.3s;
}
.to3_l .bottom {
    line-height: 28px;
    color: #666;
    padding-bottom: 2px;
    display: none;
}
.to3_l .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 21px 0px 9px;
    cursor: pointer;
}
.to3_l .title {
    flex: 1;
    font-family: Poppins;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
}
.to3_l .active.top .logo {
    transform: rotate(180deg);
}
.to3_l figure.active {
    border-bottom: 1px solid transparent;
}
.to3_l figure {
    display: flex;
    flex-direction: column;
    padding-bottom: 7px;
}
.to3_l figure:not(:nth-last-of-type(1)) {
    border-bottom: 1px solid #c3c3c3;
}
.to4 {
    position: relative;
    z-index: 1;
}
.to4 .title {
    font-family: Poppins-SemiBold;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 52px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}
.to4 .content {
    background: #338039;
    border-radius: 20px;
    padding: 61px 40px 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -57.5%);
}
.to4 .buttonBox {
    margin-top: 20px;
    justify-content: center;
}
.to4 .buttonBox a {
    border: 1px solid #fff;
}
.to5 {
    background: #ecf0f3;
    padding: 202px 0px 112px;
}
.to5 .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.to5_l {
    width: 46.875%;
    flex-wrap: wrap;
    display: flex;
    gap: 16px 3.2%;
    margin-right: 5%;
}
.to5_l figure {
    width: 31.2%;
}
.to5_l .big_text {
    font-family: Poppins;
    font-size: 127px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 120px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: -18px;
}
.to5_l .big_text+p {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #ffffff;
}
.to5_l figure:nth-of-type(even) {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.to5_l figure:nth-of-type(6n + 2) {
    background-color: #46446c;
}
.to5_l figure:nth-of-type(6n + 4) {
    background-color: #338039;
}
.to5_l figure:nth-of-type(6n + 6) {
    background-color: #f19a42;
}
.to5_r {
    flex: 1;
}
.to5_r .describe {
    line-height: 28px;
    color: #666;
    margin-top: 7px;
}
.to5_r .describe1 {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 32px;
}
.to5_r .describe1 p {
    position: relative;
    padding-left: 41px;
}
.to5_r .describe1 p::before {
    content:"";
    width: 26px;
    aspect-ratio: 1/1;
    background: url("../images/index10_la.jpg") no-repeat center;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    top: 10px;
    position: absolute;
    left: 0;
}
.to_back1 {
    background: url("../images/to_back1.png") no-repeat center;
    background-size: cover;
}
.to6 {
    padding: 89px 0px 80px;
}
.to6 .big_title {
    text-align: center;
}
.to6_container {
    margin-top: 35px;
}
.to7 {
    padding-bottom: 80px;
}
.to7 .big_title {
    text-align: center;
}
.to7 .buttonBox {
    justify-content: center;
    margin-top: 56px;
}
.to7_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 1.09375%;
    margin-top: 47px;
}
.to7_list li {
    width: 19.125%;
    border-radius: 20px;
    border: solid 1px #d2d2d2;
    overflow: hidden;
}
.to8 {
    padding: 80px 0px 106px;
}
.to8 .big_title {
    text-align: center;
}
.to8_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 1.09375%;
    margin-top: 54px;
}
.to8_list li {
    width: 19.125%;
    border-radius: 20px;
    border: solid 1px #d2d2d2;
    overflow: hidden;
}
.oo3_pub {
    background-color: #f4f8fc;
    padding: 90px 0px 96px;
}
.oo5_pub {
    padding: 64px 0px 74px;
}
.tho1 {
    padding: 98px 0px 89px;
}
.tho1 .sw_box {
    position: relative;
    margin-top: 66px;
}
.tho1 .sw_box .imgBox {
    border-radius: 20px;
    overflow: hidden;
}
.tho1 .swiper_button div {
    position: absolute;
    z-index: 1;
    top: 50%;
}
.tho1 .swiper_button div:nth-of-type(1) {
    left: 0;
    transform: translate(-50%, -50%);
}
.tho1 .swiper_button div:nth-of-type(2) {
    right: 0;
    transform: translate(50%, -50%);
}
.tho1_number {
    display: flex;
    gap: 20px 2.1095%;
    flex-wrap: wrap;
    margin-top: 40px;
}
.tho1_number .big_num {
    color: #fff;
    font-family: Poppins;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
}
.tho1_number .j-hdata1, .tho1_number .j-hdata2 {
    display: block;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
}
.tho1_number .j-hdata1+p, .tho1_number .j-hdata2+p {
    font-size: 20px;
    line-height: 26px;
}
.tho1_number .text {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin-top: 8px;
}
.tho1_number figure {
    width: 31.927%;
    background: var(--i);
    border-radius: 20px;
    padding: 40px 10px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tho1_number figure:nth-of-type(2) {
    box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.15);
}
.tho1_number figure:nth-of-type(2) .big_num {
    color: #338039;
}
.tho1_number figure:nth-of-type(2) .text {
    color: #338039;
}
.tho1_l .describe {
    color: #333;
    margin-top: 22px;
}
.tho1_r {
    width: 51.375%;
    float: right;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
    margin-bottom: 5px;
    margin-top: 3px;
}
.tho1_r .hide_box {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.tho2 {
    background-color: #f8f4f1;
    padding: 77px 0px 68px;
}
.tho2 .top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.tho2 .big_title {
    flex: 1;
}
.tho2 .text {
    font-family: Poppins-SemiBold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #333333;
    width: 62.1875%;
    margin-top: 7px;
}
.tho2_container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 90px;
}
.tho2_container .number {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #333333;
}
.tho2_container .swiper_button {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 40px;
}
.tho2_l {
    flex: 1;
    padding-top: 3.2%;
}
.tho2_l .title {
    font-family: Poppins-SemiBold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 20px;
}
.tho2_l .title em {
    font-style: normal;
    font-family: Poppins-Regular;
}
.tho2_l .describe {
    color: #666;
    margin-top: 27px;
}
.tho2_l .box {
    display: none;
}
.tho2_r {
    width: 71.75%;
}
.tho2_r .imgBox {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 17px;
}
.tho2_r .title {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 22px;
}
.tho2_r .title em {
    display: inline;
    font-family: Poppins-Regular;
    font-style: normal;
}
.tho2_r .describe {
    color: #666;
    display: none;
}
.tho3 {
    padding: 83px 0px 84px;
}
.tho3 .top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.tho3 .big_title {
    flex: 1;
}
.tho3 .text {
    font-family: Poppins-SemiBold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #333333;
    width: 62.1875%;
    margin-top: 4px;
}
.tho3_container {
    overflow: hidden;
    margin-top: 58px;
}
.tho3_l {
    width: 49.25%;
    float: left;
    margin-right: 4.85%;
    margin-bottom: 5px;
    border-radius: 20px;
    overflow: hidden;
}
.tho3_r {
    padding-top: 2.95%;
}
.tho3_r .describe {
    color: #666;
}
.index10_tho {
    padding-top: 111px;
}
.index10_tho .index10_r {
    padding-bottom: 0px;
    padding-top: 20px;
}
.index10_tho .index10_list li {
    border-bottom: 1px solid #a8a8a8 !important;
}
.tho4 {
    padding: 2px 0px 110px;
}
.tho4 .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 5%;
}
.tho4 .buttonBox {
    justify-content: center;
    margin-top: 49px;
}
.tho4 .index5_container {
    margin-top: 65px;
}
.fuo_menu {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 15px 0px;
    overflow: auto;
    padding-bottom: 2px;
}
.fuo_menu::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.fuo_menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}
.fuo_menu::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}
.fuo_menu a {
    font-family: Poppins;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 38px 6px;
    min-height: 65px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}
.fuo_menu a:hover {
    color: #338039;
}
.fuo_menu .active {
    color: #338039;
    border: 1px solid #338039;
}
.fuo1 {
    padding: 73px 0px 128px;
}
.fuo1 .PageNumber {
    justify-content: center;
}
.fuo1_list {
    display: flex;
    flex-wrap: wrap;
    gap: 37px 2.5625%;
    margin-top: 58px;
}
.fuo1_list li {
    width: 31.625%;
}
.fuo1_list .imgBox {
    border-radius: 20px;
    overflow: hidden;
}
.fuo1_list .name {
    font-size: 18px;
    color: #333;
    margin-top: 22px;
}
.fo1 {
    padding: 72px 0px 61px;
}
.fo1 .top {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.fo1 .l_box {
    flex: 1;
}
.fo1 .text {
    width: 51.75%;
    color: #666;
}
.fo1_container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 57px;
}
.fo1_container .hide_box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
}
.fo2 {
    padding-bottom: 80px;
}
.fo2 .top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5%;
}
.fo2 .big_title {
    flex: 1;
}
.fo2 .buttonBox {
    margin-top: 2px;
}
.fo2_container {
    position: relative;
    margin-top: 56px;
}
.fo2_container .name {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 18px;
}
.fo2_container .swiper_button div {
    position: absolute;
    z-index: 1;
    top: 42%;
}
.fo2_container .swiper_button div:nth-of-type(1) {
    left: 0;
    transform: translate(-50%, -50%);
}
.fo2_container .swiper_button div:nth-of-type(2) {
    right: 0;
    transform: translate(50%, -50%);
}
.fo3 {
    background: #f8f4f1;
    padding: 83px 0px 0px;
}
.fo3_list {
    margin-top: 57px;
    display: flex;
    flex-wrap: wrap;
}
.fo3_list li {
    width: 25%;
    border-right: 1px solid #cdcbca;
    padding: 47px 40px 87px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fo3_list li:nth-of-type(4n + 4) {
    border-right: none;
}
.fo3_list .logo {
    width: 84px;
}
.fo3_list .name {
    font-family: Poppins-SemiBold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 24px;
}
.fo3_list .describe {
    margin-top: 22px;
    color: #333;
}
.fo3_list .logo1 {
    margin-top: 37px;
}
.fo4 {
    padding: 92px 0px 0px;
}
.fo4 .top {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4.2%;
}
.fo4 .buttonBox {
    margin-top: 20px;
}
.fo4 .text {
    flex: 1;
    color: #333;
    padding-top: 8px;
}
.fo4 .index6_container {
    margin-top: 52px;
}
.oo5_fo {
    padding: 100px 0px 121px;
}
.oo5_fo .top {
    align-items: center;
}
.oo5_fo .buttonBox {
    margin-top: 2px;
}
.oo5_fo .sw_box {
    margin-top: 56px;
}
.ft1 {
    padding: 72px 0px 88px;
}
.ft1 .big_title {
    text-align: center;
}
.ft1 .button_boxs {
    display: none;
    justify-content: center;
    margin-top: 52px;
}
.ft1 .button_boxs figure {
    font-family: Poppins;
    font-size: 20px;
    color: #338039;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-width: 224px;
    min-height: 65px;
    padding: 10px 30px;
    background-color: #ffffff;
    border-radius: 33px;
    border: solid 1px #338039;
    cursor: pointer;
}
.ft1 .button_boxs figure:hover {
    color: #fff;
    background: #338039;
}
.ft1 .button_boxs figure:hover img {
    filter: brightness(0) invert(1);
}
.ft1 .button_boxs .less img {
    transform: rotate(180deg);
}
.ft1 .button_boxs span {
    transition: 0s;
}
.ft1 .button_boxs img {
    transition: 0.2s;
}
.ft1_container {
    width: 1300px;
    max-width: 100%;
    margin: 13px auto 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 67px;
    padding-bottom: 66px;
}
.ft1_container::before {
    content:"";
    position: absolute;
    height: 100%;
    border-right: 1px solid #cacbcd;
    left: 50%;
    margin-left: -1px;
    top: 0;
    z-index: -1;
}
.ft1_container .year_box {
    min-height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft1_container .year {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
}
.ft1_container .box {
    width: 46%;
    max-width: 550px;
    position: relative;
}
.ft1_container .title {
    font-family: Poppins-SemiBold;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #338039;
}
.ft1_container .describe {
    color: #333;
    margin-top: 21px;
}
.ft1_container .small_year {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #d9d9d9;
    writing-mode: vertical-lr;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    transform: rotate(180deg);
}
.ft1_container .flex_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
    position: relative;
}
.ft1_container .flex_box::before {
    content:"";
    position: absolute;
    width: 30px;
    aspect-ratio: 1/1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ebe5e5;
    border-radius: 10px;
}
.ft1_container .l_box {
    padding-top: 1.3%;
}
.ft1_container figure:nth-of-type(even) .flex_box {
    flex-direction: row-reverse;
}
.ft1_container figure:nth-of-type(even) .small_year {
    left: auto;
    right: 0;
}
.ft1_container figure:nth-of-type(n + 7) {
    display: none;
}
.ft1_container.show figure:nth-of-type(n + 7) {
    display: block;
}
.so1 {
    padding: 79px 0px 82px;
}
.so1 .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 5%;
}
.so1 .big_title {
    padding-top: 10px;
}
.so1 .PageNumber {
    justify-content: center;
    margin-top: 92px;
}
.so1_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 35px;
}
.so1_menu a {
    font-family: Poppins;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0px 6px;
    min-height: 65px;
    cursor: pointer;
}
.so1_menu a:hover {
    color: #338039;
}
.so1_menu .active {
    color: #338039;
    border: 1px solid #338039;
    padding: 5px 42px 6px;
}
.so1_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 3.875%;
    margin-top: 66px;
}
.so1_list li {
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    width: 30.75%;
}
@media screen and (min-width: 993px) {
    .so1_list li:hover {
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
    }
    .so1_list li:hover .box {
        border: 1px solid transparent;
    }
}
.so1_list .describe {
    line-height: 28px;
    letter-spacing: 0px;
    color: #555555;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.so1_list .box {
    padding: 24px 18px 33px;
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #dadada;
    border-top: none !important;
}
.so1_list .links {
    display: flex;
    justify-content: flex-start;
    margin-top: 19px;
}
.so1_list .links a {
    display: flex;
    align-items: center;
    gap: 13px;
}
.so1_list .links a:hover span {
    color: #338039;
    text-decoration-color: #338039;
}
.so1_list .links a:hover img {
    filter: none;
    opacity: 1;
}
.so1_list .links span {
    color: #555;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #555;
}
.so1_list .links img {
    transition: 0.2s;
    filter: brightness(0);
    opacity: 0.5;
}
.so1_list .imgBox {
    position: relative;
}
.so1_list .imgBox::before {
    content:"";
    width: 100%;
    height: 100%;
    max-height: 261px;
    background: url("../images/index11_back.png") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}
.so1_list .time {
    position: absolute;
    background: #338039;
    color: #fff;
    border-radius: 0px 0px 20px 0px;
    left: 0;
    top: 0;
    min-width: 156px;
    display: flex;
    justify-content: center;
    padding: 11px 15px 9px;
}
.so1_list .img_box {
    position: relative;
}
.so1_list .title {
    position: absolute;
    left: 0;
    bottom: 9px;
    width: 100%;
    padding: 0px 18px;
    font-family: Poppins-SemiBold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    z-index: 1;
}
.so1_list .title a {
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.so1_list .title a:hover {
    color: #338039;
}
.so2 {
    position: relative;
    z-index: 1;
    padding: 86px 0px 29px;
}
.so2::before {
    content:"";
    width: 100%;
    height: 68%;
    max-height: 1028px;
    background-color: #f8f4f1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.so2 .oo4 {
    padding-bottom: 31px;
}
.st1 {
    padding: 74px 0px 68px;
}
.st1 .content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.st1_container {
    flex: 1;
    margin-right: 5.375%;
}
.st1_container h1 {
    font-family: Poppins-SemiBold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
}
.st1_container .time_share {
    color: #666;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 31px;
    margin-top: 20px;
}
.st1_container .share_box {
    display: flex;
    align-items: center;
    gap: 9px;
}
.st1_container .describe {
    color: #333;
    border-top: 1px solid #dadada;
    margin-top: 42px;
    padding-top: 39px;
}
.st1_container .describe img {
    display: inline-block;
}
.seo1 {
    padding: 73px 0px 43px;
}
.seo1 .content {
    background-color: #f8f4f1;
    border-radius: 10px;
    overflow: hidden;
    padding: 0px 77px 0px;
}
.seo1 .top {
    padding: 48px 67px 33px;
    display: flex;
    align-items: center;
    gap: 27px;
    border-bottom: 1px solid #dadada;
}
.seo1 .logoBox {
    width: 155px;
    transition: 0.3s;
    flex-shrink: 0;
}
.seo1 .logoBox a {
    display: block;
}
.seo1 .logoBox img {
    width: 100%;
}
.seo1 .big_title {
    flex: 1;
}
.seo1_list {
    padding: 0px 74px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.seo1_list li {
    max-width: 340px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    padding: 71px 0px 48px;
    position: relative;
}
.seo1_list li::before {
    content:'';
    width: 0%;
    height: 4px;
    background-color: #338039;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    transition: 0.4s ease-in-out;
}
@media screen and (min-width: 993px) {
    .seo1_list li:hover::before {
        width: 100%;
    }
}
.seo1_list figure {
    flex: 1;
}
.seo1_list .logo {
    width: 54px;
    border-radius: 50%;
    overflow: hidden;
}
.seo1_list .name {
    font-family: Poppins-SemiBold;
}
.seo1_list .text {
    margin-top: 8px;
    color: #333;
}
.seo1_list .text a {
    color: #333;
}
.seo1_list .text a:hover {
    color: #338039;
}
.seo2 .content {
    border-radius: 10px;
    overflow: hidden;
}
.seo2 iframe {
    display: block;
}
.index12_seo {
    padding-top: 90px;
}
.pub_new {
    background-color: #ffffff;
    box-shadow: 0px 2px 15px 0px rgba(11, 11, 11, 0.13);
    padding: 62px 30px 35px 34px;
    width: 26.8125%;
    margin-top: 4px;
    position: sticky;
    top: 0;
}
.pub_new .small_title {
    border-bottom: 1px solid #dadada;
    padding-bottom: 24px;
    position: relative;
}
.pub_new .small_title::before {
    content:"";
    width: 100%;
    max-width: 47px;
    height: 2px;
    background-color: #338039;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.pub_new .title {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 9px;
}
.pub_new .title a {
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pub_new .title a:hover {
    color: #338039;
}
.pub_new .time {
    color: #666;
}
.pub_new .describe {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 28px;
    color: #555;
    margin-top: 12px;
}
.pub_new .links {
    margin-top: 19px;
}
.pub_new .links a {
    color: #666;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #666;
}
.pub_new .links a:hover {
    color: #338039;
    text-decoration-color: #338039;
}
.pub_new .list {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 32px;
}
.pub_new .list li {
    padding-bottom: 34px;
    border-bottom: 1px solid #dadada;
}
.index12_padding_top {
    padding-top: 97px;
}
.page_change {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-top: 61px;
    padding-top: 33px;
    border-top: 1px solid #c3c3c3;
}
.page_change .logo {
    width: 60px;
    aspect-ratio: 1/1;
    background: rgba(51, 128, 57, 0.2);
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.page_change .logo img {
    transition: 0.2s;
}
.page_change a.logo:hover {
    background: #338039;
}
.page_change a.logo:hover img {
    filter: brightness(0) invert(1);
}
.page_change .logo+p {
    color: #888;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    flex: 1;
    transition: 0.3s;
}
.page_change .logo+p * {
    color: #888;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.page_change .logo+p a:hover {
    color: #338039 !important;
}
.page_change section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}
.page_change section:hover .logo+p {
    color: #333;
}
.page_change section:hover .logo+p * {
    color: #333;
}
.pub_menu {
    width: 24%;
    max-width: 376px;
    position: sticky;
    top: 0;
}
.pub_menu .menu_all {
    font-family: Poppins-SemiBold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px 20px 0px 0px;
    background: #338039;
    overflow: hidden;
    gap: 20px;
    padding: 26px 23px 23px;
}
.pub_menu .menu_all p {
    flex: 1;
}
.pub_menu .menu_all .down {
    display: none;
}
.menu_box1 .list {
    background: #f6f6f6;
    margin-top: 2px;
    padding: 0px 11px 11px;
}
.menu_box1 .menuOne_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333;
    padding: 25px 11px 19px;
    gap: 15px;
}
.menu_box1 .menuOne_box span {
    flex: 1;
    transition: 0s;
}
.menu_box1 .menuOne_box img {
    margin-right: 9px;
    opacity: 0;
}
.menu_box1 .menuOne_box:hover {
    color: #338039;
}
.menu_box1 .menuOne_box:hover img {
    opacity: 1;
}
.menu_box1 .menuOne_box.active {
    color: #338039;
}
.menu_box1 .menuOne_box.active img {
    opacity: 1;
}
.menu_box1 li:not(:nth-of-type(1)) {
    margin-top: 5px;
}
.menu_box1 li {
    border-bottom: 1px solid #cfcfcf;
}
.menu_box1 li:nth-last-of-type(1) {
    border-bottom: none;
}
.menu_box2 {
    margin-top: 34px;
}
.menu_box2 .list {
    background: #f6f6f6;
    color: #333;
    line-height: 30px;
    padding: 26px 25px 29px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.menu_box2 .list em {
    font-family: Poppins-SemiBold;
    font-style: normal;
}
.menu_box2 .list a {
    color: #333;
}
.menu_box2 .list a:hover {
    color: #338039;
}
.menu_box2 .list a, .menu_box2 .list span {
    display: inline;
}
.index12_pub {
    padding-bottom: 127px;
}
.swiper_button div {
    width: 60px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(11, 11, 11, 0.17);
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.swiper_button div:hover {
    box-shadow: none;
    background: #338039;
}
.swiper_button div:hover img {
    filter: brightness(0) invert(1);
}
.swiper_button img {
    transition: 0.2s;
}
.big_title {
    font-family: Poppins;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 58px;
    letter-spacing: 0px;
    color: #333333;
}
.big_title a {
    color: #333;
}
.big_title a:hover {
    color: #338039;
}
.big_bt {
    font-family: Poppins;
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #333333;
}
.big_bt a {
    color: #333;
}
.big_bt a:hover {
    color: #338039;
}
.small_title {
    font-family: Poppins-SemiBold;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
}
footer {
    background: url("../images/footer_back.jpg") no-repeat center;
    background-size: cover;
}
footer .icBox {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
    margin-top: 24px;
}
footer .icBox .iconfont {
    transition: 0s;
    font-size: 16px;
}
footer .icBox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    aspect-ratio: 1/1;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
}
footer .icBox a:hover {
    background: #338039;
}
.footer_a {
    padding: 103px 0px 56px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}
.footer_a .text {
    line-height: 30px;
    color: #fff;
    margin-top: 57px;
}
.footer_a .text a {
    color: #fff;
}
.footer_a .text a:hover {
    color: #338039;
}
.footer_a .dif_footer {
    font-family: Poppins-Regular;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 15px;
}
.footer_a .dif_footer::before {
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 23px;
    height: 2px;
    background-color: #ffffff;
}
.footer_a .dif_footer a {
    color: #ffffff;
}
.footer_a .dif_footer a:hover {
    color: #338039;
}
.footer_a .dif_up {
    width: 8px;
    filter: brightness(0) invert(1);
    display: none;
}
.footer_l {
    max-width: 362px;
}
.footer_l .logoBox {
    width: 155px;
    flex-shrink: 0;
}
.footer_l .logoBox a {
    display: block;
}
.footer_l .logoBox img {
    width: 100%;
}
.footer_r {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 32px;
    max-width: 1064px;
    flex: 1;
    gap: 20px;
}
.footer_r .ul3 {
    max-width: 348px;
}
.footer_r .ul3 .list a, .footer_r .ul3 .list span {
    display: inline;
}
.footer_r .list {
    line-height: 34px;
    color: #fff;
    margin-top: 51px;
}
.footer_r .list a {
    color: #fff;
}
.footer_r .list a:hover {
    color: #338039;
}
.footer_r .ul2 {
    margin-left: 4%;
}
.footer_b {
    color: #fff;
    padding: 21px 0px 32px;
    min-height: 80px;
}
.footer_b a {
    color: #fff;
}
.footer_b a:hover {
    color: #338039;
}
.footer_b .links {
    display: flex;
    align-items: flex-start;
    gap: 0px 15px;
    margin-top: 1px;
}
.footer_b .links figure {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}
.m-formcountry {
    position: relative;
}
.m-formcountry .drop-btn {
    position: relative;
}
.m-formcountry .drop-btn i, .m-formcountry .drop-btn svg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}
.m-formcountry .drop-list {
    display: none;
    border: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #fff;
    max-height: 223px;
    overflow-x: hidden;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
    background-color: #338039;
}
.m-formcountry .drop-list li {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    padding: 5px 15px;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
    color: #999;
}
.m-formcountry .drop-list li.on {
    background-color: #e0e0e0;
}
.table table {
    width: 100%;
    border-collapse: collapse;
}
.table table td {
    padding: 10px;
    border: 1px solid #ccc;
}
.table {
    overflow: auto;
}
.table::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}
.table::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-button-lock {
    display: none !important;
}
.videoBox {
    display: none;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
}
.videoBox>div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.videoBox>div .guanbi {
    position: absolute;
    top: 20px;
    right: 50px;
    cursor: pointer;
}
.videoBox>div .guanbi i {
    font-size: 40px;
    color: #ccc;
}
.videoBox video {
    width: 80%;
}
.videoBox iframe {
    width: 80%;
}
.tankaunga {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999;
}
.tankaunga:before {
    content:"X";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    z-index: 1;
}
.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
}
.tankaungn2 iframe, .tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.tankaungn2 iframe body {
    margin: 0px !important;
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
@media screen and (max-width: 1810px) {
    .index12_l .cat {
        width: 108%;
    }
}
@media screen and (max-width: 1600px) {
    .rightMenu .logo img {
        max-width: 55%;
    }
    .rightMenu>* {
        width: 42px;
        height: 42px;
    }
    html body {
        font-size: 15px;
        line-height: 24px;
    }
    header {
        padding: 10px 0px;
    }
    header .content {
        width: calc(100% - 40px) !important;
    }
    header .logoBox {
        width: 100px;
    }
    header .menuOne {
        font-size: 15px;
        margin-right: 26px;
    }
    header .menuOne>a {
        padding: 18px 0px;
    }
    header .menuOne>a::before {
        bottom: 14px;
    }
    header .head_links {
        min-width: 166px;
    }
    header .sousuo {
        margin-left: 30px;
        margin-top: 0px;
    }
    header .ul li {
        font-size: 15px;
        line-height: 26px;
    }
    header .ul li a {
        padding: 8px 5px;
    }
    header .ul1 {
        left: 50%;
        transform: translateX(-50%);
    }
    header .head_box {
        padding: 0px 30px;
    }
    .fyhead .ul1 {
        padding-top: 10px !important;
    }
    .index_banner .swiperbanner_button div {
        width: 42px;
    }
    .index_banner .swiperbanner_button div:nth-of-type(1) {
        left: 4%;
    }
    .index_banner .swiperbanner_button div:nth-of-type(2) {
        right: 4%;
    }
    .big_title {
        font-size: 34px;
        line-height: 40px;
    }
    .big_bt {
        font-size: 26px;
        line-height: 36px;
    }
    .index1 {
        padding: 15px 0px 80px;
    }
    .index1 .swiper-slide {
        align-items: center;
    }
    .index1_r {
        padding-top: 0px;
    }
    .index1_r .describe {
        line-height: 26px;
        margin-top: 10px;
    }
    .index1_container {
        margin-top: 20px;
        gap: 20px;
        padding-left: 0px;
    }
    .index1_list {
        gap: 30px 5%;
        margin-top: 40px;
    }
    .index1_list li {
        width: 30%;
    }
    .index1_list .title {
        font-size: 18px;
        line-height: 26px;
        margin-top: 10px;
    }
    .index2_top {
        padding-top: 60px;
    }
    .index2_top .imgBox {
        width: 500px;
    }
    .index2_container {
        padding-top: 50px;
        gap: 6%;
    }
    .index2_l {
        padding-right: 4%;
    }
    .index2_l .describe {
        margin-top: 15px;
    }
    .index2_l .buttonBox {
        margin-top: 40px;
    }
    .index2_r .j-hdata1 {
        font-size: 82px;
        line-height: 82px;
    }
    .index2_r .j-hdata1+p {
        font-size: 60px;
        line-height: 72px;
    }
    .index2_r .text {
        font-size: 18px;
        margin-top: 2px;
    }
    .index2_list {
        font-size: 18px;
        line-height: 30px;
        margin-top: 20px;
    }
    .index2_list li {
        padding-left: 28px;
    }
    .index2_list li::before {
        top: 6px;
    }
    .index2_img_box {
        margin-top: 60px;
    }
    .index3 {
        padding-top: 60px;
    }
    .index4_l .describe {
        margin-top: 12px;
    }
    .index4_l .buttonBox {
        margin-top: 40px;
    }
    .index4_r figure {
        padding: 30px 10px 10px;
    }
    .index4_r .j-hdata1, .index4_r .j-hdata2 {
        font-size: 30px;
        line-height: 34px;
    }
    .index4_r .j-hdata1+p, .index4_r .j-hdata2+p {
        font-size: 18px;
        line-height: 26px;
    }
    .index4_r .text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 4px;
    }
    .index5_menu li {
        font-size: 18px;
        line-height: 26px;
        min-height: 48px;
        padding: 5px 0px;
    }
    .index5_menu .active {
        padding: 5px 30px;
    }
    .index5_container {
        margin-top: 30px !important;
    }
    .index5_container .name {
        font-size: 16px;
        margin-top: 10px;
    }
    .index6 {
        padding: 60px 0px;
    }
    .index6_sw_box {
        margin-top: 30px;
    }
    .index6_sw_box .l_box {
        padding-left: 0px;
    }
    .index6_sw_box .swiper-slide {
        align-items: center;
        padding: 20px 30px;
    }
    .index6_sw_box .title {
        font-size: 26px;
        line-height: 36px;
    }
    .index6_sw_box .title strong {
        font-size: 34px;
    }
    .index6_sw_box .text {
        margin-top: 4px;
        font-size: 16px;
    }
    .index6_sw_box .links {
        font-size: 20px;
    }
    .index6_sw_box .time_text {
        font-size: 16px;
    }
    .index6_sw_box .time {
        min-width: 70px;
        font-size: 36px;
        line-height: 42px;
    }
    .index6_container .title {
        font-size: 16px;
    }
    .index6_l .title {
        bottom: 12px;
        padding: 0px 20px;
    }
    .index6_r {
        gap: 12px 3.268%;
    }
    .index7 {
        padding: 60px 0px;
    }
    .index7 .text {
        line-height: 26px;
        margin: 12px auto 0px;
    }
    .index7 .sw_box {
        margin-top: 30px;
    }
    .index8 {
        padding: 60px 0px;
    }
    .index8_container {
        margin-top: 40px !important;
    }
    .index8_l .sw_box::before {
        left: 32px;
    }
    .index8_l .logo {
        width: 66px;
    }
    .index8_l .title {
        font-size: 18px;
    }
    .index8_l .swiper-slide {
        min-height: auto !important;
    }
    .index9 {
        padding: 60px 0px;
    }
    .index9 .text {
        line-height: 26px;
        margin: 12px auto 0px;
    }
    .index9 .sw_box {
        margin-top: 30px;
    }
    .index9 .container {
        padding: 20px 15px;
    }
    .index9 .title {
        font-size: 18px;
        line-height: 26px;
    }
    .index9 .describe {
        line-height: 26px;
        margin-top: 4px;
        height: 104px;
    }
    .index9 .imgBox {
        margin-top: 15px;
    }
    .index9 .links {
        margin-top: 15px;
    }
    .index9 .swiperindex9-pagination {
        margin-top: 30px;
    }
    .index10 {
        padding-bottom: 60px;
    }
    .index10 .title {
        width: 234px;
        font-size: 24px;
        line-height: 32px;
        padding: 20px 25px;
        transform: translate(24%);
    }
    .index10_r {
        padding-bottom: 0px;
    }
    .index10_r .describe {
        margin-top: 15px;
    }
    .index10_list {
        margin-left: 0px;
        font-size: 18px;
        line-height: 26px;
        margin-top: 20px;
        gap: 20px;
    }
    .index10_list li {
        padding-bottom: 20px;
    }
    .index11 {
        padding-bottom: 80px;
    }
    .index11_list {
        margin-top: 30px;
        gap: 30px 2%;
    }
    .index11_list li {
        width: 32%;
    }
    .index11_list .time {
        min-width: 130px;
        padding: 8px 14px;
    }
    .index11_list .title {
        bottom: 5px;
        font-size: 16px;
    }
    .index11_list .describe {
        line-height: 26px;
    }
    .index11_list .links {
        margin-top: 10px;
    }
    .index11_list .box {
        padding: 20px 18px 30px;
    }
    .index12 {
        padding-bottom: 80px;
    }
    .index12_r form {
        margin-top: 30px;
    }
    .index12_r form input {
        height: 46px;
    }
    .index12_r form .yzm a, .index12_r form .yzm span {
        height: 46px;
        aspect-ratio: 180/54;
    }
    .index12_r form textarea {
        height: 214px;
    }
    .index12_r form .tijiao {
        min-width: 230px;
    }
    .bannerBox .banner_bt {
        font-size: 38px;
        line-height: 46px;
    }
    .bannerBox .banner_text {
        font-size: 18px;
        line-height: 26px;
        margin-top: 12px;
    }
    .mbx .content {
        padding: 15px 0px 10px;
    }
    .oo1 {
        padding-top: 50px;
    }
    .oo1 .r_box {
        padding-top: 0px;
    }
    .oo1_list {
        margin-top: 30px;
    }
	.oo1 .sw_box{
		margin-top: 20px
	}
    .oo1_list li,
	.oo1 .sw_box .container{
        padding: 20px 15px;
    }
    .oo1_list .title,
	.oo1 .sw_box .title{
        font-size: 18px;
        line-height: 26px;
        height: 52px;
    }
    .oo1_list .describe,
	.oo1 .sw_box .describe{
        line-height: 26px;
        margin-top: 4px;
        height: 104px;
    }
    .oo1_list .imgBox,
	.oo1 .sw_box .imgBox{
        margin-top: 15px;
    }
    .oo1_list .links,
	.oo1 .sw_box .links{
        margin-top: 15px;
    }
    .oo2 .content {
        padding: 80px 0px 60px;
    }
    .oo2_r .describe {
        margin-top: 15px;
    }
    .oo2_r .describe1 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 20px;
    }
    .oo2_r .describe1 p::before {
        top: 5px;
    }
    .oo2_list {
        gap: 18px;
        margin-top: 30px;
    }
    .oo2_list li {
        padding: 15px 16px;
    }
    .oo2_list .big_text {
        font-size: 24px;
        line-height: 30px;
    }
    .oo2_list .text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 6px;
    }
    .oo3 {
        padding: 60px 0px;
    }
    .oo3 .text {
        line-height: 26px;
        margin: 12px auto 0px;
    }
    .oo3 .sw_box {
        margin-top: 30px;
    }
    .oo4 .l_box {
        padding-top: 2%;
    }
    .oo4 .describe {
        margin-top: 20px;
    }
    .oo4 .buttonBox {
        margin-top: 30px;
    }
    .oo5 {
        padding: 60px 0px;
    }
    .oo5 .name {
        font-size: 16px;
        margin-top: 10px;
    }
    .oo5 .sw_box {
        margin-top: 30px;
    }
    .oo6 {
        padding: 60px 0px;
    }
    .oo6 .r_box {
        padding-top: 0px;
    }
    .oo7 {
        padding-top: 60px;
    }
    .oo7 .title {
        font-size: 26px;
    }
    .oo7 .describe {
        font-size: 15px;
        line-height: 26px;
        margin-top: 12px;
    }
    .oo7 .describe1 {
        margin-top: 15px;
        font-size: 16px;
        line-height: 32px;
    }
    .oo7_container {
        margin-top: 40px;
    }
    .oo7_l .oo7_img {
        width: 566px;
    }
    .oo8 {
        padding: 60px 0px !important;
    }
    .oo8_list {
        margin-top: 40px;
    }
    .oo8_list .name {
        font-size: 16px;
        margin-top: 20px;
    }
    .oo9_list {
        margin-top: 30px;
        gap: 30px 2%;
    }
    .oo9_list li {
        width: 23.5%;
    }
    .oo9_list .hide_box {
        padding: 20px;
    }
    .oo9_list .describe {
        line-height: 24px;
    }
    .oo9_list .bottom {
        padding-top: 20px;
        gap: 12px;
    }
    .oo9_list .title {
        font-size: 18px;
        line-height: 26px;
    }
    .oo9_list .links {
        margin-top: 5px;
    }
    .oo9_list .button {
        min-width: 56px;
        min-height: 32px;
    }
    .oo10 {
        padding: 60px 0px;
    }
    .oo10_container {
        margin-top: 30px;
        gap: 20px;
    }
    .oo10_container .bottom {
        padding: 15px 17px 0px;
    }
    .ot_container {
        padding: 40px 0px 60px;
    }
    .ot_container .content {
        width: calc(100% - 100px) !important;
    }
    .pub_menu .menu_all {
        font-size: 20px;
        padding: 15px 16px 12px;
    }
    .menu_box1 .menuOne_box {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 6px;
    }
    .menu_box1 .menuOne_box img {
        margin-right: 0px;
    }
    .menu_box1 li {
        margin-top: 0px !important;
    }
    .menu_box2 .list {
        padding: 20px 16px;
        line-height: 26px;
        gap: 5px;
    }
    .ot1 {
        margin-left: 20px;
    }
    .ot1_list {
        gap: 30px 2.684%;
    }
    .ot1_list li {
        padding: 15px 15px 20px;
    }
    .ot1_list .title {
        margin-top: 12px;
    }
    .ot1_list .describe {
        margin-top: 6px;
    }
    .ot1_list .input_links {
        margin-top: 10px;
    }
    .oth_container {
        padding: 40px 0px 60px;
    }
    .oth_container .content {
        width: calc(100% - 100px) !important;
    }
    .oth_r {
        margin-left: 20px;
    }
    .oth1 {
        display: block;
    }
    .oth1 .r_box {
        float: left;
        margin-right: 5%;
        margin-bottom: 5px;
    }
    .oth1_l {
        width: 100%;
    }
    .oth1_l .describe {
        display: flex;
        margin-top: 12px;
        padding-bottom: 12px;
    }
    .oth1_l h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .oth1_l .text {
        margin-top: 12px;
    }
    .oth1_l .buttonBox {
        margin-top: 20px;
    }
    .oth1_l .share_box {
        margin-top: 20px;
    }
    .oth2 {
        margin-top: 40px;
    }
    .oth2 .describe {
        margin-top: 20px;
    }
    .oth2 .describe em::before {
        top: 3px;
    }
    .oth2_list {
        margin-top: 20px;
    }
    .oth3 {
        margin-top: 40px;
    }
    .oth3_list {
        margin-top: 20px;
    }
    .oth4 {
        padding: 60px 0px;
    }
    .oth4 .sw_box {
        margin-top: 30px;
    }
    .oth4 .swiper-slide {
        padding: 15px 15px 20px;
    }
    .oth4 .title {
        margin-top: 12px;
    }
    .oth4 .describe {
        margin-top: 6px;
    }
    .oth4 .input_links {
        margin-top: 10px;
    }
    .oth5 .l_box {
        padding-top: 2%;
    }
    .oth5 .describe {
        margin-top: 20px;
    }
    .oth5 .buttonBox {
        margin-top: 30px;
    }
    .oth5 .logos {
        margin-top: 30px;
    }
    .oth6 {
        margin-top: 60px;
        padding: 60px 0px;
    }
    .oth6 .sw_box {
        margin-top: 30px;
    }
    .oth6 .control_box {
        margin-top: 30px;
    }
    .to1 {
        padding: 50px 0px 60px;
    }
    .to1_list {
        margin-top: 30px;
    }
    .to1_list li {
        padding: 40px 20px;
    }
    .to1_list .title {
        font-size: 20px;
    }
    .to1_list .describe {
        line-height: 26px;
        margin-top: 12px;
    }
    .to1_menu {
        margin-top: 15px;
        gap: 8px 15px;
    }
    .to1_menu figure {
        font-size: 16px;
        line-height: 24px;
        padding: 6px 0px;
    }
    .to1_menu figure.active {
        padding: 6px 20px;
        min-width: 116px;
    }
    .to1_size {
        margin-top: 20px;
        gap: 12px 2%;
    }
    .to1_size figure {
        width: 32%;
    }
    .to2 {
        padding: 60px 0px;
    }
    .to2_list {
        margin-top: 30px;
    }
    .to2_list .name {
        top: 30px;
    }
    .to3 {
        padding-bottom: 140px;
    }
    .to3_container {
        margin-top: 30px;
    }
    .to3_l {
        display: block;
    }
    .to3_l .describe {
        line-height: 26px;
    }
    .to4 .content {
        padding: 40px;
    }
    .to4 .title {
        font-size: 28px;
        line-height: 38px;
    }
    .to5 {
        padding: 140px 0px 80px;
    }
    .to5 .content {
        display: block;
        overflow: hidden;
    }
    .to5_l {
        float: left;
        margin-bottom: 5px;
    }
    .to5_l .big_text {
        font-size: 62px;
        line-height: 80px;
    }
    .to5_l .big_text+p {
        font-size: 16px;
    }
    .to5_l .logo {
        max-width: 60%;
        max-height: 60%;
    }
    .to5_l .logo img {
        max-width: 100%;
        max-height: 100%;
    }
    .to5_r .describe {
        line-height: 26px;
    }
    .to5_r .describe1 {
        font-size: 16px;
        line-height: 32px;
        margin-top: 15px;
    }
    .to5_r .describe1 p {
        display: flex;
    }
    .to5_r .describe1 p::before {
        width: 22px;
        top: 4px;
    }
    .to6 {
        padding: 60px 0px;
    }
    .to6_container {
        margin-top: 30px;
    }
    .to7 {
        padding-bottom: 60px;
    }
    .to7 .buttonBox {
        margin-top: 30px;
    }
    .to7_list, .to8_list {
        margin-top: 30px;
    }
    .to8 {
        padding: 60px 0px;
    }
    .tho1 {
        padding: 50px 0px 60px;
    }
    .tho1 .sw_box {
        margin-top: 30px;
    }
    .tho1_l .describe {
        margin-top: 15px;
    }
    .tho1_number {
        margin-top: 30px;
    }
    .tho1_number figure {
        padding: 30px 10px;
    }
    .tho1_number .j-hdata1, .tho1_number .j-hdata2 {
        font-size: 30px;
        line-height: 34px;
    }
    .tho1_number .j-hdata1+p, .tho1_number .j-hdata2+p {
        font-size: 18px;
        line-height: 26px;
    }
    .tho1_number .text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 4px;
    }
    .tho2 {
        padding: 60px 0px;
    }
    .tho2 .text {
        font-size: 20px;
        line-height: 30px;
        width: 62%;
        margin-top: 0px;
    }
    .tho2_container {
        margin-top: 30px;
        align-items: center;
    }
    .tho2_container .number {
        font-size: 24px;
        line-height: 28px;
    }
    .tho2_l {
        padding-top: 0px;
    }
    .tho2_l .title {
        font-size: 20px;
        line-height: 28px;
        margin-top: 12px;
    }
    .tho2_l .describe {
        margin-top: 12px;
    }
    .tho2_l .swiper_button {
        margin-top: 30px;
    }
    .tho2_r .title {
        font-size: 18px;
        line-height: 28px;
        margin-top: 12px;
    }
    .tho2_r .imgBox {
        margin-top: 12px;
    }
    .tho3 {
        padding: 60px 0px;
    }
    .tho3 .text {
        font-size: 20px;
        line-height: 30px;
        width: 62%;
        margin-top: 0px;
    }
    .tho3_container {
        margin-top: 30px;
    }
    .tho3_r {
        padding-top: 0px;
    }
    .index10_tho {
        padding-top: 60px;
    }
    .tho4 {
        padding: 0px 0px 60px;
    }
    .tho4 .buttonBox {
        margin-top: 30px;
    }
    .fuo_menu a {
        font-size: 18px;
        line-height: 26px;
        min-height: 48px;
        padding: 5px 30px;
    }
    .fuo1 {
        padding: 50px 0px 60px;
    }
    .fuo1_list {
        margin-top: 30px;
        gap: 30px 2.5625%;
    }
    .fuo1_list .name {
        font-size: 16px;
        margin-top: 10px;
    }
    .fo1 {
        padding: 50px 0px 60px;
    }
    .fo1_container {
        margin-top: 30px;
    }
    .fo2 {
        padding-bottom: 60px;
    }
    .fo2_container {
        margin-top: 30px;
    }
    .fo2_container .name {
        font-size: 16px;
        margin-top: 10px;
    }
    .fo3 {
        padding: 60px 0px 0px;
    }
    .fo3_list {
        margin-top: 30px;
    }
    .fo3_list .logo {
        width: 66px;
    }
    .fo3_list .name {
        font-size: 20px;
        line-height: 28px;
        margin-top: 15px;
    }
    .fo3_list .describe {
        margin-top: 12px;
    }
    .fo3_list .logo1 {
        margin-top: 30px;
    }
    .fo3_list li {
        padding: 30px 20px 50px;
    }
    .fo4 {
        padding: 60px 0px 0px;
    }
    .fo4 .text {
        padding-top: 0px;
    }
    .fo4 .index6_container {
        margin-top: 30px;
    }
    .ft1 {
        padding: 50px 0px 60px;
    }
    .ft1 .button_boxs {
        margin-top: 30px;
    }
    .so1 {
        padding: 50px 0px 60px;
    }
    .so1 .top {
        align-items: center;
    }
    .so1 .big_title {
        padding-top: 0px;
    }
    .so1_menu a {
        font-size: 18px;
        line-height: 26px;
        min-height: 48px;
        padding: 5px 0px;
    }
    .so1_menu .active {
        padding: 5px 30px;
    }
    .so1_list {
        margin-top: 30px;
        gap: 30px 2%;
    }
    .so1_list li {
        width: 32%;
    }
    .so1_list .time {
        min-width: 130px;
        padding: 8px 14px;
    }
    .so1_list .title {
        bottom: 5px;
        font-size: 16px;
    }
    .so1_list .describe {
        line-height: 26px;
    }
    .so1_list .links {
        margin-top: 10px;
    }
    .so1_list .box {
        padding: 20px 18px 30px;
    }
    .so2 {
        padding: 60px 0px 0px;
    }
    .so2 .oo4 {
        padding-bottom: 0px;
    }
    .st1 {
        padding: 50px 0px 60px;
    }
    .st1_container {
        margin-right: 4%;
    }
    .st1_container .time_share {
        margin-top: 15px;
    }
    .st1_container .describe {
        margin-top: 15px;
        padding-top: 12px;
    }
    .seo1 {
        padding: 50px 0px 40px;
    }
    .seo1 .content {
        padding: 0px 40px;
    }
    .seo1 .top {
        padding: 20px 30px 30px;
    }
    .seo1 .logoBox {
        width: 100px;
    }
    .seo1_list {
        padding: 30px 30px;
        flex-wrap: wrap;
        gap: 20px 2%;
    }
    .seo1_list li {
        max-width: 100%;
        width: 32%;
        padding: 0px;
    }
    .seo1_list li::before {
        display: none;
    }
    .seo1_list li:nth-last-of-type(1) {
        width: 100%;
    }
    .index12_seo {
        padding-top: 60px;
    }
    .pub_new {
        padding: 30px 20px;
    }
    .pub_new .small_title {
        padding-bottom: 8px;
    }
    .pub_new .title {
        font-size: 16px;
        line-height: 24px;
        margin-top: 4px;
    }
    .pub_new .describe {
        line-height: 26px;
        margin-top: 8px;
    }
    .pub_new .links {
        margin-top: 8px;
    }
    .pub_new .list li {
        padding-bottom: 20px;
    }
    .page_change {
        margin-top: 30px !important;
        gap: 10px;
    }
    .page_change .logo {
        width: 42px;
    }
    .index12_padding_top {
        padding-top: 60px;
    }
    .small_title {
        font-size: 24px;
        line-height: 32px;
    }
    .PageNumber {
        margin-top: 40px !important;
    }
    .swiper_button div {
        width: 48px;
    }
    footer .content {
        width: calc(100% - 100px) !important;
    }
    .footer_a {
        padding: 50px 0px;
    }
    .footer_a .text {
        line-height: 26px;
        margin-top: 35px;
    }
    .footer_a .dif_footer {
        font-size: 20px;
    }
    .footer_l {
        width: 32%;
    }
    .footer_l .logoBox {
        width: 120px;
    }
    .footer_r .list {
        line-height: 32px;
        margin-top: 30px;
    }
    .footer_r .ul2, .footer_r .ul1 {
        margin-left: 0px;
        min-width: 155px;
    }
    .footer_r .ul1 {
        min-width: 118px;
    }
}
@media screen and (max-width: 1300px) {
    .oo2_list {
        flex-wrap: wrap;
        gap: 20px 4%;
    }
    .oo2_list li {
        width: 48%;
    }
    .oo2_l {
        margin-left: 0px;
    }
    .oo2 .content {
        align-items: flex-start;
    }
}
@media screen and (max-width: 1200px) {
    .oo7_r {
        display: none;
    }
    .oo7_l {
        width: 100%;
        gap: 20px 2%;
        align-items: flex-start;
    }
    .oo7_l .oo7_img {
        width: 100%;
    }
    .oo7_l figure {
        width: 32%;
        flex: none;
        flex-direction: column;
    }
    .oo7_l figure::before, .oo7_l figure::after {
        display: none;
    }
    .oo7_l .title {
        bottom: 0px !important;
    }
    .oo7_l .hide_box {
        margin-top: 12px;
    }
    .to1_size figure {
        width: 49%;
    }
}
@media screen and (max-width: 1100px) {
    header .head_boxr {
        display: none;
    }
    .index8_container {
        margin: 40px auto 0px !important;
        width: 100%;
        max-width: 941px;
        flex-wrap: wrap;
        gap: 30px;
    }
    .index8_l {
        width: 100%;
    }
    .index8_r {
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .zoomPad {
        cursor: default !important;
    }
    .zoomPup {
        display: none !important;
    }
    .zoomWindow {
        display: none !important;
    }
    .zoomPreload {
        display: none !important;
    }
    .rightMenu {
        top: auto;
        transform: none;
        bottom: 0;
        width: 100%;
        border-radius: 0%;
        flex-direction: row;
        padding: 0px;
        gap: 0px;
    }
    .rightMenu .logo img {
        max-height: 94%;
    }
    .rightMenu>* {
        flex: 1;
        height: 35px;
        border-bottom: none;
        border-radius: 0px;
        border: none;
        /* background: #919699 !important; */
    }
    .rightMenu>*::before {
        border-radius: 0px;
    }
    .rightMenu>*:hover {
        /* background: #338039 !important; */
    }
    .rightMenu .hide_box {
        top: auto;
        transform: translateX(50%);
        bottom: calc(100% + 5px);
        right: 50%;
        padding-right: 0px;
    }
    .rightMenu .go_top {
        display: flex;
        margin-top: 0px;
    }
    html body {
        font-size: 14px;
        line-height: 24px;
    }
    html body .content {
        width: calc(100% - 100px);
    }
    header .logoBox {
        width: 80px;
    }
    .index_banner .swiperbanner_button div {
        width: 34px;
    }
    .index_banner .swiperbanner_button div:nth-of-type(1) {
        left: 20px;
    }
    .index_banner .swiperbanner_button div:nth-of-type(2) {
        right: 20px;
    }
    .index_banner .swiperbanner-pagination {
        display: none;
    }
    .index1 {
        padding: 10px 0px 40px;
    }
    .index1_r .describe {
        line-height: 22px;
        margin-top: 6px;
    }
    .index1_container {
        margin-top: 15px;
        gap: 15px;
    }
    .index1_container .logo {
        /*height: 42px;*/
        width: 46px;
        margin-top: 8px;
    }
    .index1_container li {
        gap: 15px;
    }
    .index1_container .name {
        font-size: 16px;
    }
    .index1_container .text {
        margin-top: 4px;
    }
    .index1_list {
        gap: 20px 2%;
    }
    .index1_list li {
        width: 32%;
    }
    .index1_list .title {
        font-size: 15px;
        line-height: 24px;
        margin-top: 8px;
    }
    .index2_top {
        padding-top: 40px;
    }
    .index2_top .imgBox {
        width: 420px;
    }
    .index2_container {
        padding-top: 30px;
        align-items: center;
    }
    .index2_l {
        padding-top: 20px;
    }
    .index2_l .describe {
        margin-top: 6px;
    }
    .index2_l .buttonBox {
        margin-top: 20px;
    }
    .index2_list {
        font-size: 15px;
        margin-top: 8px;
    }
    .index2_list li {
        padding-left: 25px;
    }
    .index2_list li::before {
        top: 4px;
    }
    .index2_r {
        padding-top: 0px;
        gap: 30px;
    }
    .index2_r .j-hdata1 {
        font-size: 52px;
        line-height: 60px;
    }
    .index2_r .j-hdata1+p {
        font-size: 42px;
        line-height: 54px;
    }
    .index2_r .text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 2px;
    }
    .index2_img_box {
        margin-top: 30px;
    }
    .index3 {
        padding-top: 40px;
    }
    .index3 .bofangBox img {
        width: 80px;
    }
    .index4 .content {
        gap: 4%;
    }
    .index4_r {
        width: 42%;
    }
    .index4_r .text {
        font-size: 14px;
        line-height: 22px;
        margin-top: 4px;
    }
    .index4_r figure {
        padding: 10px;
    }
    .index4_r .j-hdata1, .index4_r .j-hdata2 {
        font-size: 24px;
        line-height: 30px;
    }
    .index5 {
        padding-top: 40px;
    }
    .index5 .big_bt {
        text-align: center;
    }
    .index5 .top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }
    .index5_menu {
        gap: 15px;
        justify-content: center;
    }
    .index5_menu li {
        font-size: 16px;
        line-height: 26px;
        min-height: 26px;
    }
    .index5_container {
        margin-top: 20px !important;
    }
    .index5_container .name {
        font-size: 15px;
    }
    .index6 {
        padding: 40px 0px;
    }
    .index6 .big_bt {
        text-align: center;
    }
    .index6_sw_box {
        margin-top: 15px;
    }
    .index6_sw_box .swiper-slide {
        min-height: auto;
        padding: 15px 20px;
    }
    .index6_sw_box .title {
        font-size: 18px;
        line-height: 28px;
    }
    .index6_sw_box .title strong {
        font-size: 22px;
    }
    .index6_sw_box .text {
        font-size: 15px;
        line-height: 22px;
    }
    .index6_sw_box .links {
        font-size: 16px;
        gap: 12px;
    }
    .index6_sw_box .time {
        min-width: 52px;
        font-size: 24px;
        line-height: 32px;
    }
    .index6_container {
        margin-top: 30px;
    }
    .index6_container .title {
        font-size: 15px;
        margin-top: 5px;
    }
    .index6_r {
        gap: 10px 3.268%;
    }
    .index7 {
        padding: 40px 0px;
    }
    .index7 .text {
        line-height: 22px;
        margin: 6px auto 0px;
    }
    .index7 .sw_box {
        margin-top: 20px;
    }
    .index8 {
        padding: 40px 0px;
    }
    .index8 .top {
        gap: 12px;
    }
    .index8 .buttonBox {
        margin-top: 15px;
    }
    .index8 .r_box {
        width: 100%;
    }
    .index8 .l_box {
        flex: none;
        width: 100%;
    }
    .index8_l .describe {
        margin-top: 6px;
    }
    .index8_container {
        margin: 20px auto 0px !important;
        gap: 20px;
    }
    .index9 {
        padding: 40px 0px;
    }
    .index9 .text {
        line-height: 22px;
        margin: 6px auto 0px;
    }
    .index9 .sw_box {
        margin-top: 20px;
    }
    .index9 .describe {
        line-height: 22px;
        height: 88px;
    }
    .index9 .links {
        display: block;
    }
    .index9 .swiperindex9-pagination {
        margin-top: 20px;
        gap: 8px;
    }
    .index9 .swiper-pagination-bullet-active {
        font-size: 20px;
        margin-right: 30px !important;
    }
    .index9 .swiper-pagination-bullet-active::before {
        width: 24px;
    }
    .index10_list {
        font-size: 15px;
        line-height: 22px;
        margin-top: 15px;
        gap: 14px;
    }
    .index10_list li {
        padding: 0px 28px 14px;
    }
    .index10_list li::before {
        width: 22px;
    }
    .index10 {
        padding-bottom: 40px;
    }
    .index10 .title {
        width: 160px;
        font-size: 16px;
        line-height: 22px;
        padding: 12px 20px;
    }
    .index10_r .buttonBox {
        margin-top: 6px;
    }
    .index10_r .describe {
        margin-top: 6px;
    }
    .index11 {
        padding-bottom: 50px;
    }
    .index11_list {
        margin-top: 15px;
        gap: 20px 2%;
    }
    .index11_list .title {
        padding: 0px 15px;
    }
    .index11_list .box {
        padding: 12px 15px 20px;
    }
    .index11_list .describe {
        line-height: 22px;
    }
    .index11_list .links {
        margin-top: 8px;
    }
    .index12 {
        padding-bottom: 50px;
    }
    .index12_l {
        display: none;
    }
    .index12_r {
        width: 100%;
    }
    .index12_r form {
        margin-top: 15px;
    }
    .bannerBox .banner_bt {
        font-size: 26px;
        line-height: 36px;
    }
    .bannerBox .banner_text {
        font-size: 15px;
        line-height: 22px;
        margin-top: 4px;
    }
    .mbx .content {
        padding: 10px 0px 5px;
    }
    .oo1 {
        padding-top: 30px;
    }
    .oo1 .l_box {
        flex: none;
        width: 100%;
    }
    .oo1 .r_box {
        width: 100%;
    }
    .oo1 .big_title {
        padding-bottom: 6px;
    }
    .oo1 .top {
        gap: 12px;
    }
    .oo1 .buttonBox {
        margin-top: 20px;
    }
    .oo1_list {
        margin-top: 20px;
        gap: 20px 2%;
    }
	.oo1 .sw_box{
		margin-top: 20px;
	}
    .oo1_list .title,
	.oo1 .sw_box .title{
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }
    .oo1_list li {
        width: 32%;
    }
    .oo1_list .links,
	.oo1 .sw_box .links{
        display: block;
    }
    .oo1_list .imgBox,
	.oo1 .sw_box .imgBox{
        margin-top: 6px;
    }
    .oo2 .content {
        padding: 40px 0px;
    }
    .oo2 .back_img1, .oo2 .back_img {
        display: none;
    }
    .oo2_l {
        display: none;
    }
    .oo2_r .describe {
        margin-top: 6px;
    }
    .oo2_r .describe1 {
        margin-top: 8px;
        font-size: 15px;
        line-height: 24px;
    }
    .oo2_r .describe1 p {
        padding-left: 20px;
    }
    .oo2_r .describe1 p::before {
        width: 16px;
        top: 2px;
    }
    .oo2_list {
        margin-top: 20px;
        gap: 15px 4%;
    }
    .oo2_list .big_text {
        font-size: 18px;
        line-height: 24px;
    }
    .oo2_list .text {
        font-size: 15px;
        line-height: 22px;
        margin-top: 4px;
    }
    .oo3 {
        padding: 40px 0px;
    }
    .oo3 .text {
        line-height: 22px;
        margin: 6px auto 0px;
    }
    .oo3 .sw_box {
        margin-top: 20px;
    }
    .oo4 .l_box {
        padding-top: 0px;
    }
    .oo4 .describe {
        margin-top: 6px;
    }
    .oo4 .buttonBox {
        margin-top: 20px;
    }
    .oo5 {
        padding: 40px 0px;
    }
    .oo5 .top {
        align-items: center;
    }
    .oo5 .sw_box {
        margin-top: 20px;
    }
    .oo5 .name {
        font-size: 15px;
    }
    .oo6 {
        padding: 40px 0px;
    }
    .oo6 .top {
        flex-wrap: wrap;
        gap: 4px;
    }
    .oo6 .r_box {
        width: 100%;
    }
    .oo6 .big_title {
        flex: none;
        width: 100%;
    }
    .oo7 {
        padding-top: 40px;
    }
    .oo7 .title {
        font-size: 20px;
        line-height: 28px;
    }
    .oo7 .describe {
        font-size: 14px;
        line-height: 24px;
        margin-top: 6px;
    }
    .oo7 .describe1 {
        font-size: 15px;
        line-height: 26px;
        margin-top: 6px;
    }
    .oo7_container {
        margin-top: 15px;
    }
    .oo7_l {
        flex-wrap: wrap;
    }
    .oo7_l figure {
        width: 49%;
    }
    .oo8 {
        padding: 40px 0px !important;
    }
    .oo8 .top {
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .oo8_list {
        margin-top: 20px;
    }
    .oo8_list .name {
        font-size: 16px;
        margin-top: 12px;
    }
    .oo9_list {
        margin-top: 15px;
    }
    .oo9_list .bottom {
        padding-top: 15px;
        gap: 8px;
        justify-content: center;
        align-items: center;
    }
    .oo9_list .l_box {
        width: 100%;
        flex: none;
        text-align: center;
    }
    .oo9_list .links {
        margin-top: 6px;
    }
    .oo9_list .title {
        font-size: 16px;
        line-height: 24px;
    }
    .oo9_list .button {
        opacity: 1;
        margin-top: 0px;
    }
    .oo9_list .describe1 {
        display: block;
        color: #333;
        margin-top: 5px;
        line-height: 22px;
        text-align: center;
    }
    .oo9_list .hide_box {
        display: none;
    }
    .oo10 {
        padding: 40px 0px;
    }
    .oo10_container {
        margin-top: 15px;
        gap: 12px;
    }
    .oo10_container .top {
        padding: 10px 15px;
    }
    .oo10_container .bottom {
        padding: 10px 15px 0px;
    }
    .ot_container {
        padding: 30px 0px 40px;
    }
    .ot_container .content {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .ot1 {
        flex: none;
        width: 100%;
        margin-left: 0px;
    }
    .ot1_list {
        gap: 20px 2%;
    }
    .ot1_list li {
        width: 32%;
    }
    .ot1_list .title {
        font-size: 16px;
        line-height: 24px;
    }
    .ot1_list .describe {
        margin-top: 4px;
    }
    .ot1_list .input_links {
        margin-top: 5px;
    }
    .oth_container {
        padding: 30px 0px 40px;
    }
    .oth_container .content {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .oth_r {
        flex: none;
        width: 100%;
        margin-left: 0px;
    }
    .oth1_l {
        padding-top: 15px;
    }
    .oth1_l h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .oth1_l .describe {
        margin-top: 6px;
        padding-bottom: 6px;
    }
    .oth1_l .text {
        margin-top: 10px;
    }
    .oth1_l .buttonBox {
        margin-top: 15px;
    }
    .oth1_l .share_box {
        margin-top: 15px;
    }
    .oth2 {
        margin-top: 30px;
    }
    .oth2 .describe {
        margin-top: 8px;
    }
    .oth2 .describe em {
        padding-left: 25px;
    }
    .oth2 .describe em::before {
        top: 0px;
    }
    .oth2_list {
        margin-top: 15px;
    }
    .oth3 {
        margin-top: 30px;
    }
    .oth3_list {
        margin-top: 15px;
        gap: 15px 1.535%;
    }
    .oth4 {
        padding: 40px 0px;
    }
    .oth4 .sw_box {
        margin-top: 15px;
    }
    .oth4 .title {
        font-size: 16px;
        line-height: 24px;
    }
    .oth4 .describe {
        margin-top: 4px;
    }
    .oth4 .input_links {
        margin-top: 5px;
    }
    .oth5 .l_box {
        padding-top: 0px;
    }
    .oth5 .describe {
        margin-top: 6px;
    }
    .oth5 .buttonBox {
        margin-top: 20px;
    }
    .oth5 .logos {
        margin-top: 20px;
    }
    .oth6 {
        margin-top: 40px;
        padding: 40px 0px;
    }
    .oth6 .box {
        padding: 0px 12px 12px;
    }
    .oth6 .logo {
        width: 52px;
    }
    .oth6 .box1 {
        padding: 10px 12px 0px;
        gap: 10px;
    }
    .oth6 .swiper-slide {
        padding: 20px 16px;
    }
    .oth6 .sw_box {
        margin-top: 15px;
    }
    .oth6 .control_box {
        margin-top: 20px;
        gap: 20px;
    }
    .oth6 .swiper_button {
        gap: 12px;
    }
    .to1 {
        padding: 30px 0px 40px;
    }
    .to1_list {
        margin-top: 15px;
        gap: 20px 2%;
        flex-wrap: wrap;
    }
    .to1_list li {
        width: 49%;
        padding: 30px 20px;
    }
    .to1_list .describe {
        line-height: 24px;
        margin-top: 4px;
    }
    .to1_list .boxs {
        margin-top: 15px !important;
    }
    .to1_menu figure {
        font-size: 14px;
    }
    .to1_menu figure.active {
        min-width: 90px;
    }
    .to1_size {
        margin-top: 15px;
        gap: 6px 2%;
    }
    .to2 {
        padding: 40px 0px;
    }
    .to2_list {
        margin-top: 15px;
        gap: 20px 2%;
    }
    .to2_list li {
        width: 23.5%;
    }
    .to2_list .name {
        top: 40px;
    }
    .to3 {
        padding-bottom: 40px;
    }
    .to3_container {
        margin-top: 15px;
    }
    .to3_l {
        padding-top: 0px;
    }
    .to3_l .title {
        font-size: 15px;
        line-height: 24px;
    }
    .to3_l .top {
        padding: 15px 0px 4px;
    }
    .to3_l .describe {
        line-height: 24px;
    }
    .to4 .content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding: 30px 20px;
    }
    .to4 .title {
        font-size: 20px;
        line-height: 28px;
    }
    .to4 .buttonBox {
        margin-top: 20px;
    }
    .to5 {
        padding: 40px 0px;
    }
    .to5_l .big_text {
        font-size: 32px;
        line-height: 60px;
    }
    .to5_r .describe {
        line-height: 24px;
    }
    .to5_r .describe1 {
        font-size: 15px;
        line-height: 24px;
        margin-top: 10px;
    }
    .to5_r .describe1 p {
        padding-left: 24px;
    }
    .to5_r .describe1 p::before {
        width: 18px;
        top: 2px;
    }
    .to6 {
        padding: 40px 0px;
    }
    .to6_container {
        margin-top: 15px;
    }
    .to7 {
        padding-bottom: 40px;
    }
    .to7 .buttonBox {
        margin-top: 20px;
    }
    .to8 {
        padding: 40px 0px;
    }
    .to7_list, .to8_list {
        margin-top: 15px;
        gap: 20px 2%;
    }
    .to7_list li, .to8_list li {
        width: 23.5%;
    }
    .tho1_r .bofangBox img {
        width: 80px;
    }
    .tho1 {
        padding: 30px 0px 40px;
    }
    .tho1_l .describe {
        margin-top: 6px;
    }
    .tho1_number {
        margin-top: 20px;
    }
    .tho1_number .text {
        font-size: 14px;
        line-height: 22px;
        margin-top: 4px;
    }
    .tho1_number .j-hdata1, .tho1_number .j-hdata2 {
        font-size: 24px;
        line-height: 30px;
    }
    .tho2 {
        padding: 40px 0px;
    }
    .tho2 .top {
        flex-wrap: wrap;
        gap: 4px;
    }
    .tho2 .text {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .tho2_container {
        margin-top: 15px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .tho2_container .number {
        font-size: 18px;
        line-height: 26px;
    }
    .tho2_l {
        width: 100%;
        flex: none;
    }
    .tho2_l .boxs {
        display: none;
    }
    .tho2_l .swiper_button {
        margin-top: 0px;
        justify-content: center;
    }
    .tho2_r {
        width: 100%;
    }
    .tho2_r .title {
        font-size: 16px;
        line-height: 24px;
    }
    .tho2_r .describe {
        display: block;
        margin-top: 4px;
    }
    .tho3 {
        padding: 40px 0px;
    }
    .tho3 .top {
        flex-wrap: wrap;
        gap: 4px;
    }
    .tho3 .text {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .tho3_container {
        margin-top: 15px;
    }
    .tho4 {
        padding-bottom: 40px;
    }
    .tho4 .big_title {
        text-align: center;
    }
    .tho4 .top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }
    .tho4 .buttonBox {
        margin-top: 20px;
    }
    .fuo_menu {
        /* justify-content: center; */
    }
    .fuo_menu a {
        font-size: 16px;
        line-height: 26px;
        min-height: 26px;
        padding: 5px 20px;
    }
    .fuo1 {
        padding: 30px 0px 40px;
    }
    .fuo1_list {
        margin-top: 15px;
        gap: 20px 2%;
    }
    .fuo1_list li {
        width: 32%;
    }
    .fuo1_list .name {
        font-size: 15px;
        margin-top: 8px;
    }
    .fo1 {
        padding: 30px 0px 40px;
    }
    .fo1 .top {
        flex-wrap: wrap;
        gap: 0px;
    }
    .fo1 .big_title {
        width: 100%;
        flex: none;
    }
    .fo1 .text {
        width: 100%;
        margin-top: 6px;
    }
    .fo1_container {
        margin-top: 15px;
    }
    .fo1_container .bofangBox img {
        width: 80px;
    }
    .fo2 {
        padding-bottom: 40px;
    }
    .fo2_container {
        margin-top: 15px;
    }
    .fo2_container .name {
        font-size: 15px;
    }
    .fo3 {
        padding: 40px 0px 0px;
    }
    .fo3_list {
        margin-top: 20px;
    }
    .fo3_list .logo {
        width: 46px;
    }
    .fo3_list .name {
        font-size: 18px;
        line-height: 24px;
        margin-top: 8px;
    }
    .fo3_list .describe {
        margin-top: 6px;
    }
    .fo3_list .logo1 {
        margin-top: 20px;
    }
    .fo3_list li {
        width: 50%;
        padding: 20px 20px 30px;
    }
    .fo3_list li:nth-of-type(even) {
        border-right: none;
    }
    .fo4 .index6_container {
        margin-top: 15px;
    }
    .fo4 .top {
        flex-wrap: wrap;
        gap: 0px;
        text-align: center;
    }
    .fo4 .l_box {
        width: 100%;
        text-align: center;
    }
    .fo4 .buttonBox {
        margin-top: 8px;
        justify-content: center;
    }
    .fo4 .text {
        padding-top: 8px;
        width: 100%;
        flex: none;
    }
    .ft1 {
        padding: 30px 0px 40px;
    }
    .ft1 .button_boxs {
        margin-top: 20px;
    }
    .ft1 .button_boxs figure {
        font-size: 16px;
        min-width: 150px;
        min-height: 42px;
        padding: 6px 26px;
    }
    .ft1_container {
        padding-bottom: 30px;
        margin: 20px auto 0px;
        gap: 20px;
    }
    .ft1_container .year_box {
        min-height: auto;
    }
    .ft1_container .year {
        font-size: 22px;
        line-height: 30px;
        padding: 8px 0px;
    }
    .ft1_container .flex_box {
        margin-top: 15px;
    }
    .ft1_container .flex_box::before {
        width: 20px;
    }
    .ft1_container .l_box {
        padding-top: 0px;
    }
    .ft1_container .small_year {
        font-size: 18px;
        line-height: 24px;
        bottom: calc(100% + 2px);
    }
    .ft1_container .title {
        font-size: 22px;
        line-height: 32px;
    }
    .ft1_container .describe {
        margin-top: 6px;
    }
    .so1 {
        padding: 30px 0px 40px;
    }
    .so1 .big_title {
        text-align: center;
    }
    .so1 .top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }
    .so1_menu {
        gap: 15px;
        justify-content: center;
    }
    .so1_menu a {
        font-size: 16px;
        line-height: 26px;
        min-height: 26px;
    }
    .so1_list {
        margin-top: 15px;
        gap: 20px 2%;
    }
    .so1_list .title {
        padding: 0px 15px;
    }
    .so1_list .box {
        padding: 12px 15px 20px;
    }
    .so1_list .describe {
        line-height: 22px;
    }
    .so1_list .links {
        margin-top: 8px;
    }
    .so2 {
        padding-top: 40px;
    }
    .st1 {
        padding: 30px 0px 40px;
    }
    .st1_container {
        flex: none;
        width: 100%;
        margin: 0px !important;
    }
    .st1_container h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .seo1 {
        padding: 30px 0px 40px;
    }
    .seo1 .content {
        padding: 0px 15px;
    }
    .seo1 .top {
        padding: 15px 15px;
        gap: 15px;
    }
    .seo1 .logoBox {
        width: 80px;
    }
    .seo1_list {
        padding: 20px 15px 30px;
    }
    .seo1_list .logo {
        width: 38px;
    }
    .seo1_list .text {
        margin-top: 0px;
    }
    .index12_seo {
        padding-top: 40px;
    }
    .pub_new {
        width: 100%;
        margin-top: 30px;
    }
    .index10_tho {
        padding-top: 40px;
    }
    .index12_padding_top {
        padding-top: 40px;
    }
    .small_title {
        font-size: 20px;
        line-height: 28px;
    }
    .page_change {
        margin-top: 20px !important;
        padding-top: 15px !important;
        gap: 4px;
    }
    .page_change .logo {
        width: 32px;
    }
    .page_change .logo img {
        width: 18px;
    }
    .PageNumber {
        margin-top: 30px !important;
        justify-content: center;
    }
    .pub_menu {
        width: 100%;
        max-width: 100%;
        position: relative;
        top: 0px !important;
    }
    .pub_menu .menu_all {
        font-size: 18px;
        line-height: 26px;
        padding: 12px 16px 8px;
    }
    .pub_menu .menu_all .down {
        display: block;
        filter: brightness(0) invert(1);
    }
    .menu_box1 .list {
        display: none;
    }
    .menu_box1 .menuOne_box {
        font-size: 15px;
        padding: 8px 6px;
    }
    .menu_box2 {
        margin-top: 20px;
    }
    .menu_box2 .list {
        padding: 12px 16px 20px;
        gap: 0px;
        line-height: 26px;
    }
    .swiper_button div {
        width: 34px;
    }
    .big_title {
        font-size: 22px;
        line-height: 30px;
    }
    .big_bt {
        font-size: 22px;
        line-height: 30px;
    }
    footer .icBox {
        gap: 8px;
        margin-top: 10px;
    }
    .footer_a {
        padding: 30px 0px;
        flex-wrap: wrap;
    }
    .footer_a .text {
        line-height: 24px;
        margin-top: 10px;
    }
    .footer_l {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer_l .logoBox {
        width: 100px;
        justify-content: center;
    }
    .footer_l .text {
        text-align: center;
    }
    .footer_r {
        padding-top: 20px;
        flex-wrap: wrap;
        gap: 10px;
    }
    .footer_r>* {
        width: 100%;
        max-width: 100% !important;
    }
    .footer_r .dif_footer {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 6px;
    }
    .footer_r .dif_up {
        display: block;
    }
    .footer_r .list {
        line-height: 26px;
        margin-top: 8px;
    }
    .footer_b {
        padding: 15px 0px 45px;
    }
    .buttonBox a {
        min-width: 142px !important;
        min-height: 40px !important;
    }
}
@media screen and (max-width: 768px) {
    html body .content {
        width: calc(100% - 40px) !important;
    }
    html body .sw_content {
        width: calc(100% - 40px);
    }
    .rightMenu .hide_box {
        top: auto;
        transform: none;
        left: 0%;
        right: auto;
    }
    header {
        padding: 8px 0px;
        background: #fff;
    }
    header .logoBox {
        width: 66px;
    }
    .padding_top {
        padding-top: 56.02px;
    }
    .index1 .swiper-slide {
        align-items: center;
        justify-content: center;
    }
    .index1_l {
        width: 70%;
        max-width: 634px;
    }
    .index1_r {
        width: 100%;
        padding-top: 30px;
    }
    .index1_list {
        margin: 20px auto 0px;
    }
    .index2_top .imgBox {
        width: 340px;
    }
    .index2_container {
        flex-wrap: wrap;
    }
    .index2_l {
        width: 100%;
        padding: 0px;
        border: none;
    }
    .index2_r {
        width: 100%;
        flex: none;
        padding-top: 30px;
        flex-direction: row;
        gap: 20px 4%;
        flex-wrap: wrap;
    }
    .index2_r figure {
        width: 48%;
    }
    .index2_r .j-hdata1 {
        font-size: 42px;
        line-height: 42px;
    }
    .index2_r .j-hdata1+p {
        font-size: 32px;
        line-height: 36px;
    }
    .index2_r .text {
        font-size: 15px;
        line-height: 24px;
        margin-top: 2px;
    }
    .index5_container .swiper_button,
    .oo1 .swiper_button{
        margin-top: 12px;
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: center;
    }
    .index5_container .swiper_button div,
    .oo1 .swiper_button div{
        position: relative;
        left: 0 !important;
        top: 0 !important;
        right: 0px !important;
        transform: none !important;
    }
    .index6_sw_box .swiper-slide {
        flex-wrap: wrap;
        gap: 15px;
    }
    .index6_sw_box .l_box {
        flex: none;
        width: 100%;
    }
    .index6_sw_box .r_box {
        width: 100%;
    }
    .index6_container {
        gap: 20px;
    }
    .index6_container .title {
        font-size: 14px;
    }
    .index6_l {
        width: 100%;
    }
    .index6_r {
        width: 100%;
    }
    .index7 .swiper_button {
        margin-top: 12px;
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: center;
    }
    .index7 .swiper_button div {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        right: 0px !important;
        transform: none !important;
    }
    .index11_list li {
        width: 49%;
    }
    .index12_r .form_box {
        gap: 12px;
    }
    .index12_r form {
        gap: 12px;
    }
    .index12_r form .yzm a, .index12_r form .yzm span {
        height: 42px;
        margin-left: 12px;
    }
    .index12_r form input {
        height: 42px;
    }
    .index12_r form input, .index12_r form textarea {
        font-size: 14px !important;
    }
    .index12_r form textarea {
        height: 198px;
    }
    .oo3 .swiper_button {
        margin-top: 12px;
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: center;
    }
    .oo3 .swiper_button div {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        right: 0px !important;
        transform: none !important;
    }
    .oo5 .top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        text-align: center;
    }
    .oo5 .swiper_button {
        margin-top: 12px;
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: center;
    }
    .oo5 .swiper_button div {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        right: 0px !important;
        transform: none !important;
    }
    .oo8_list {
        gap: 20px 2%;
        flex-wrap: wrap;
    }
    .oo8_list li {
        width: 49%;
    }
    .oo9_list {
        gap: 20px 2%;
        flex-wrap: wrap;
    }
    .oo9_list li {
        width: 49%;
    }
    .ot_container .content {
        width: calc(100% - 40px) !important;
    }
    .oth_container .content {
        width: calc(100% - 40px) !important;
    }
    .oth4 .swiper_button {
        margin-top: 12px;
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: center;
    }
    .oth4 .swiper_button div {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        right: 0px !important;
        transform: none !important;
    }
    .to2_list .name {
        top: 29px;
        font-size: 16px;
    }
    .to3_container .r_box {
        width: 100%;
        float: none;
        margin: 0px !important;
    }
    .to3_l {
        padding-top: 6px;
    }
    .to5_l {
        width: 100%;
        float: none;
        margin: 0px auto !important;
        max-width: 500px;
    }
    .to5_r {
        padding-top: 15px;
    }
    .tho1 .swiper_button {
        margin-top: 12px;
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: center;
    }
    .tho1 .swiper_button div {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        right: 0px !important;
        transform: none !important;
    }
    .fuo1_list li {
        width: 49%;
    }
    .fo2 .top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        text-align: center;
    }
    .fo2_container .swiper_button {
        margin-top: 12px;
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: center;
    }
    .fo2_container .swiper_button div {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        right: 0px !important;
        transform: none !important;
    }
    .so1_list li {
        width: 49%;
    }
    .seo1_list li {
        width: 49% !important;
    }
}
@media screen and (max-width: 700px) {
    .index4 .content {
        flex-wrap: wrap;
        gap: 20px;
    }
    .index4_l .buttonBox {
        margin-top: 20px;
    }
    .index4_r {
        width: 100%;
        max-width: 100%;
        gap: 20px 2%;
    }
    .index4_r figure {
        width: 32%;
    }
    .index10_r {
        width: 100%;
    }
    .index10 .content {
        flex-wrap: wrap;
        gap: 20px;
    }
    .index10 .l_box {
        width: 100%;
    }
    .index10 .title {
        transform: none;
    }
    .oo1_list li {
        width: 49%;
    }
    .ot1_list li {
        width: 49%;
    }
}
@media screen and (max-width: 600px) {
    .index12_r form {
        gap: 10px;
    }
    .index12_r form textarea {
        height: 100px;
    }
    .index12_r form .yzm {
        flex: none;
        width: 100%;
    }
    .index12_r form .tijiao {
        min-width: 100%;
    }
    .index12_r .form_bottom {
        gap: 10px;
    }
    .index12_r .form_l {
        width: 100%;
    }
    .index12_r .form_r {
        flex: none;
        width: 100%;
    }
    .bannerBox {
        padding-top: 0px !important;
        min-height: 240px;
    }
    .bannerBox .content {
        top: 50%;
    }
    .oo4 .r_box {
        width: 100%;
        float: none;
        margin: 0px !important;
    }
    .oo4 .l_box {
        width: 100%;
        padding-top: 15px;
    }
    .oth1 .r_box {
        width: 100%;
        float: none;
        margin: 0px !important;
    }
    .oth2_list {
        gap: 15px 2%;
    }
    .oth2_list li {
        width: 49%;
    }
    .oth3_list {
        gap: 15px 2%;
    }
    .oth3_list li {
        width: 32%;
    }
    .oth5 .r_box {
        width: 100%;
        float: none;
        margin: 0px !important;
    }
    .oth5 .l_box {
        width: 100%;
        padding-top: 15px;
    }
    .to7_list li, .to8_list li {
        width: 32%;
    }
    .tho1_r {
        width: 100%;
        float: none;
        margin: 0px !important;
    }
    .tho1_l {
        width: 100%;
        padding-top: 15px;
    }
    .tho1_number figure {
        padding: 20px 10px;
    }
    .tho3_l {
        width: 100%;
        float: none;
        margin: 0px !important;
    }
    .tho3_r {
        width: 100%;
        padding-top: 15px;
    }
    .ft1_container {
        width: 500px;
        padding-bottom: 0px;
    }
    .ft1_container .year {
        padding: 0px;
    }
    .ft1_container::before {
        display: none;
    }
    .ft1_container .small_year {
        display: none;
    }
    .ft1_container .flex_box {
        margin-top: 0px;
        text-align: center;
        gap: 15px;
        flex-wrap: wrap;
    }
    .ft1_container .flex_box::before {
        display: none;
    }
    .ft1_container .box {
        width: 100%;
    }
    .seo1_list li {
        width: 100% !important;
    }
}
@media screen and (max-width: 500px) {
    .to1_list li {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .index1_l {
        width: 84%;
    }
    .index2_list li {
        /* width: 100%; */
    }
    .index3 .bofangBox img {
        width: 60px;
    }
    .index4_r figure {
        width: 49%;
    }
    .index8_l .swiper-slide {
        gap: 14px;
    }
    .index8_l .sw_box {
        padding-right: 20px;
    }
    .index11_list li {
        width: 100%;
    }
    .oo7_l figure {
        width: 100%;
    }
    .bannerBox {
        min-height: 200px;
    }
    .bannerBox .banner_bt {
        font-size: 24px;
        line-height: 30px;
    }
    .to2_list li {
        width: 32%;
    }
    .to7_list li, .to8_list li {
        width: 49%;
    }
    .tho1_number {
        gap: 15px 2%;
    }
    .tho1_number figure {
        width: 49%;
    }
    .fuo1_list li {
        width: 100%;
    }
    .fo3_list li {
        width: 100%;
        border-right: none;
        padding: 0px 0px 40px;
    }
    .so1_list li {
        width: 100%;
    }
    .seo1 .top {
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .index6_sw_box .text {
        display: none;
    }
    .index6_sw_box .time {
        font-size: 18px;
        min-width: 44px;
    }
}
@media screen and (max-width: 400px) {
    .index1_list {
        gap: 20px 4%;
    }
    .index1_list li {
        width: 48%;
    }
    .oo1_list li {
        width: 100%;
    }
    .oo1_list .title,
	.oo1 .sw_box .title{
        height: auto;
    }
    .oo8_list li {
        width: 100%;
    }
    .oo9_list li {
        width: 100%;
    }
    .ot1_list li {
        width: 100%;
    }
    .to2_list li {
        width: 49%;
    }
}
@font-face {
    font-family:"Poppins-Regular";
    src: url("../fonts/Poppins-Regular.eot");
    src: url("../fonts/Poppins-Regular.eot") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
    font-display: swap;
}
@font-face {
    font-family:"Poppins";
    src: url("../fonts/Poppins.eot");
    src: url("../fonts/Poppins.eot") format("embedded-opentype"), url("../fonts/Poppins.woff2") format("woff2"), url("../fonts/Poppins.woff") format("woff"), url("../fonts/Poppins.ttf") format("truetype"), url("../fonts/Poppins.svg#Poppins") format("svg");
    font-display: swap;
}
@font-face {
    font-family:"BauerBodoniStd-BlackItalic";
    src: url("../fonts/BauerBodoniStd-BlackItalic.eot");
    src: url("../fonts/BauerBodoniStd-BlackItalic.eot") format("embedded-opentype"), url("../fonts/BauerBodoniStd-BlackItalic.woff2") format("woff2"), url("../fonts/BauerBodoniStd-BlackItalic.woff") format("woff"), url("../fonts/BauerBodoniStd-BlackItalic.ttf") format("truetype"), url("../fonts/BauerBodoniStd-BlackItalic.svg#BauerBodoniStd-BlackItalic") format("svg");
    font-display: swap;
}
@font-face {
    font-family:"Poppins-SemiBold";
    src: url("../fonts/Poppins-SemiBold.eot");
    src: url("../fonts/Poppins-SemiBold.eot") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
    font-display: swap;
}
@font-face {
    font-family:"iconfont";
    /* Project id 4647297 */
    src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1742288404833") format("woff"), url("../fonts/iconfont.ttf?t=1742288404833") format("truetype");
}
.iconfont {
    font-family:"iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-changyonglogo27:before {
    content:"\e714";
}
.icon-diqiu:before {
    content:"\e60a";
}
.icon-dianhua:before {
    content:"\e62f";
}
.icon-weixin:before {
    content:"\e64f";
}
.icon-facebook1:before {
    content:"\e621";
}
.icon-xiangxia2:before {
    content:"\e63d";
}
.icon-douyin1:before {
    content:"\e8db";
}
.icon-linkedin1:before {
    content:"\e625";
}
.icon-pinterest1:before {
    content:"\e61e";
}
.icon-twitter-new2:before {
    content:"\e800";
}
.icon-instagram2:before {
    content:"\e73a";
}
.icon-youtube1:before {
    content:"\e614";
}
.icon-youjiantou:before {
    content:"\e73d";
}
.icon-youjiantou-copy:before {
    content:"\eb8f";
}
.icon-tabzuoyouqiehuan:before {
    content:"\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
    content:"\eb90";
}
.icon-pinterest2:before {
    content:"\e82e";
}
.icon-xiangxiaxialakuang:before {
    content:"\e657";
}
.icon-twitter3:before {
    content:"\e7fd";
}
.icon-twitter4:before {
    content:"\e7fe";
}
.icon-youxiang-32:before {
    content:"\e605";
}
.icon-trun-north:before {
    content:"\e615";
}
.icon-guanbi:before {
    content:"\e601";
}
.icon-home:before {
    content:"\e624";
}
.icon-facebook:before {
    content:"\e620";
}
.icon-pinterest:before {
    content:"\e8ab";
}
.icon-linkedin:before {
    content:"\e648";
}
.icon-youtube:before {
    content:"\e6d6";
}
.icon-twitter:before {
    content:"\e607";
}
.icon-bigger:before {
    content:"\e647";
}
.icon-left:before {
    content:"\e72c";
}
.icon-right:before {
    content:"\e72d";
}
.icon-up1:before {
    content:"\e72e";
}
.icon-bottom1:before {
    content:"\e72f";
}
.icon-left1:before {
    content:"\e730";
}
.icon-right1:before {
    content:"\e731";
}
.icon-up:before {
    content:"\e73e";
}
.icon-bottom:before {
    content:"\e73f";
}
.icon-instagram:before {
    content:"\e79d";
}
.icon-tumblr:before {
    content:"\e79e";
}
.icon-email:before {
    content:"\e7bd";
}
.icon-contact:before {
    content:"\e7be";
}
.icon-whatsapp:before {
    content:"\e7bf";
}
.icon-fax:before {
    content:"\e7c2";
}
.icon-mobile:before {
    content:"\e7c6";
}
.icon-tel:before {
    content:"\e7c7";
}
.icon-phone1:before {
    content:"\e7cb";
}
.icon-skype:before {
    content:"\e7cc";
}
.icon-whatsapp1:before {
    content:"\e7c1";
}
.icon-email1:before {
    content:"\e7c5";
}
.icon-skype1:before {
    content:"\e7c9";
}
.icon-qq:before {
    content:"\e7ce";
}
.icon-tel1:before {
    content:"\e7cd";
}
.icon-wechat:before {
    content:"\e7cf";
}
.icon-message:before {
    content:"\e7da";
}
.icon-calendar:before {
    content:"\e7e1";
}
.icon-calendar1:before {
    content:"\e7e3";
}
.icon-top:before {
    content:"\e7ed";
}
.icon-jian2:before {
    content:"\e600";
}
.icon-jia2:before {
    content:"\e608";
}
.icon-vk:before {
    content:"\e735";
}
.icon-instagram1:before {
    content:"\e640";
}
.icon-up7:before {
    content:"\e722";
}
.icon-bottom7:before {
    content:"\e723";
}
.icon-left7:before {
    content:"\e724";
}
.icon-right7:before {
    content:"\e725";
}
.icon-sousuo4:before {
    content:"\e610";
}
.icon-sousuo:before {
    content:"\e616";
}
.icon-sousuo1:before {
    content:"\e65b";
}
/* xiugai */
 .alert_box {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 1000000000000;
    display: none;
}
.alert_box .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: #fff;
    border-radius: 10px;
    overflow: auto;
    padding: 62px 44px 80px 132px;
    max-height: 90vh;
}
.alert_box .content::-webkit-scrollbar {
    width: 4px;
}
.alert_box .content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}
.alert_box .content::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}
.alert_box .describe {
    line-height: 28px;
    color: #333;
    margin-top: 7px;
    max-width: 650px;
}
.alert_box .index12_r form {
    margin-top: 32px;
}
.alert_box .index12_r {
    width: 66.25%;
}
.alert_box .index12_r .form_l {
    width: 44.5%;
}
.alert_box .index12_l {
    width: 31.812%;
}
.alert_box .index12_r form .tijiao {
    min-width: 268px;
}
.close {
    position: absolute;
    right: 22px;
    top: 21px;
    cursor: pointer;
}
@media screen and (max-width: 1600px) {
    .alert_box .index12_r form .tijiao {
        min-width: 200px;
    }
    .alert_box .content {
        padding: 40px 35px 60px 45px;
    }
    .alert_box .index12_r form {
        margin-top: 30px;
    }
    .alert_box .describe {
        line-height: 26px;
    }
    .alert_box .content {
        width: calc(100% - 100px);
    }
}
@media screen and (max-width: 992px) {
    .alert_box .index12_r form {
        margin-top: 15px;
    }
    .close {
        width: 18px;
    }
    .alert_box .index12_r {
        width: 100%;
    }
    .alert_box .content {
        display: block;
        width: calc(100% - 60px);
        padding: 30px 36px 40px;
    }
}
@media screen and (max-width: 600px) {
    .alert_box .index12_r .form_l {
        width: 100%;
    }
    .alert_box .index12_r form .tijiao {
        min-width: 100%;
    }
    .alert_box .content {
        padding: 20px 16px 30px;
    }
}
@media screen and (max-width: 380px) {
    .alert_box .index12_r form .yzm a, .alert_box .index12_r form .yzm span {
        aspect-ratio: 140/54;
    }
}
.index3 .content iframe, .oth5 .r_box iframe, .oo4 .r_box iframe, .fo1_container iframe, .tho1_r iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.oth5 .r_box {
    position: relative;
}
.index3 .content video, .index3 .content iframe, .oth5 .r_box video, .oth5 .r_box iframe, .oo4 .r_box video, .oo4 .r_box iframe, .fo1_container video, .fo1_container iframe, .tho1_r video, .tho1_r iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none;
    display: block;
    z-index: 1;
}
@media screen and (max-width: 992px) {
    .index3 .content video, index3 .content iframe, .oth5 .r_box video, .oth5 .r_box iframe, .oo4 .r_box video, .oo4 .r_box iframe, .fo1_container video, .fo1_container iframe, .tho1_r video, .tho1_r iframe {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}
.index8_l .swiper-slide {
    cursor: pointer;
}
.oth1 .r_box .sw_box {
    position: relative;
}
.jqzoom {
    float: left;
    position: relative;
    padding: 0px;
}
.zoomdiv {
    z-index: 200;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}
.zoomdiv img {
    max-width: unset !important;
}
.jqZoomPup {
    z-index: 200;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    transition: none;
}
@media screen and (max-width:993px) {
    .jqZoomPup, .zoomdiv {
        display: none !important;
    }
}
.oo1 {
    padding-bottom: 40px;
}
.index1 {
    padding-top: 30px;
}
.index1 .swiper_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 64px;
}
@media screen and (max-width: 1600px) {
    .index1 .swiper_button {
        margin-top: 30px;
    }
}
@media screen and (max-width: 992px) {
    .index1 .swiper_button {
        margin-top: 20px;
    }
}
.to7 .button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 18px;
    color: #338039;
}
.to7 .button .less {
    display: none;
}
.oo7_container .sw_box {
    display: none;
}
.ft1_container .title .icon_box {
    display: none;
}
.oo8_list .name a {
    color: #333;
}
@media screen and (max-width: 480px) {
    .oo7_l {
        display: none;
    }
    .oo7_container .sw_box {
        display: block;
        width: 100%;
    }
    .oo7_container .sw_box .hide_box {
        margin-top: 12px;
    }
    .oo7_container .swiper_button {
        margin-top: 15px;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 12px;
    }
    .ft1_container .title .icon_box {
        display: block;
    }
    .ft1_container .title .icon_box i:nth-of-type(2) {
        display: none;
    }
    .ft1_container .title.show .icon_box i:nth-of-type(2) {
        display: block;
    }
    .ft1_container .title.show .icon_box i:nth-of-type(1) {
        display: none;
    }
    .ft1_container .flex_box {
        text-align: left;
    }
    .ft1_container .title {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;
        text-align: left;
    }
    .ft1_container .title p {
        flex: 1;
    }
    .ft1_container .describe {
        display: none;
    }
    .to7 .to7_list li:nth-of-type(n+7) {
        display: none;
    }
    .to7 .to7_list.show li:nth-of-type(n+7) {
        display: block;
    }
}

.oo2_l{
	position: relative;
}
.oo2_l .imgBox{
	width: 92.661%;
	position: absolute;
	left: 50%;
	bottom: 12px;
	transform: translateX(-50%);
}

/*.oo1 .swiper_button{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    gap: 20px;*/
/*    margin-top: 30px;*/
/*}*/



.oth1 .r_box .swiper-slide{
    position: relative;
    overflow: hidden;
}
.oth1 .r_box .swiper-slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.oth1 .r_box .swiper-slide video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 107%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none;
    display: block;
}
@media screen and (max-width: 992px) {
    .oth1 .r_box .swiper-slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}