.sj {
    display: none;
}

.mobile {
    display: none !important;
}

.pc {
    display: block;
}

.fdc {
    position: fixed;
    right: 0px;
    top: 25%;
    z-index: 111;
}
.zddw {
    position: relative;
    top: -100px;
    display: block;
    height: 0;
    overflow: hidden;
}
.magnify-modal{
    left:50% !important;
    top:50% !important;
    transform: translate(-50%,-50%);
}
.fdc li {
    height: 60px;
    width: 60px;
    overflow: hidden;
    margin: 5px 0px;
    transition: .5s;
}

.fdc:hover li {
    width: 250px;
    height: auto;
    background: #47A738;
}
.fdc:hover li .fdca{
    display: flex;
    color: #fff;
    line-height: 60px;
    align-items: center;
}
.fdc:hover li .fdca2{
    line-height: 30px;
    padding: 15px 0px;
}
.fdc li .fdca {
    color: #fff;
    line-height: 60px;
}

.fdc li .fdca1 {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 4px;
    position: relative;
    background: #47A738;
    color: #fff;
}

.fdc li .fdca1 i {
    font-size: 24px;
}

.fdcb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

.ftop {
    cursor: pointer;
}

.iwproduct_list {
    background: #F9F9F9;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0px;
    margin-bottom: 18px;
}

.iwproduct_list_img img:nth-child(2) {
    display: none;
}

.iwproduct_list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 140px;
}

.iwproduct_list_text {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 32.93px;
    color: rgba(0, 0, 0, 1);
    margin-top: 8px;
}

.iwproduct_list li {
    border-right: 1px solid rgba(212, 212, 212, 1);
}

.iwproduct_list li:nth-child(5) {
    border-right: 0;
}

.iwproduct_list li:hover,
.iwproduct_list li.active {
    background: #47A738;
}

.iwproduct_list li:hover .iwproduct_list_img img:nth-child(1),
.iwproduct_list li.active .iwproduct_list_img img:nth-child(1) {
    display: none;
}

.iwproduct_list li:hover .iwproduct_list_img img:nth-child(2),
.iwproduct_list li.active .iwproduct_list_img img:nth-child(2) {
    display: block;
}

.iwproduct_list li:hover .iwproduct_list_text,
.iwproduct_list li.active .iwproduct_list_text {
    color: #fff;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
-webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ss {
    cursor: pointer;
}

.sea_on {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(00, 00, 00, 0.5);
    position: fixed;
    z-index: 9999;
    display: none
}

.sea_on .s1 {
    width: 400px;
    height: 68px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -34px;
}

.sea_on .s1 .inp1 {
    width: calc(100% - 76px);
    height: 68px;
    border: 0;
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 14px;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    padding: 0 15px
}

.sea_on .s1 .inp2 {
    width: 76px;
    height: 68px;
    background: url(/public/static/index/images/sea.png) center center no-repeat #2da858;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-radius: 0 15px 15px 0
}

.sea_on .s1 .gb {
    width: 30px;
    height: 30px;
    background: url(/public/static/index/images/gb.png) center center no-repeat;
    background-size: 30px;
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer
}

@media (max-width:1200px) {
    .sea_on .s1 {
        width: 300px;
        height: 48px;
        margin-left: -150px;
        margin-top: -24px;
    }

    .sea_on .s1 .inp1 {
        height: 48px;
    }

    .sea_on .s1 .inp2 {
        width: 76px;
        height: 48px;
    }

    .sea_on .s1 .gb {
        width: 24px;
        height: 24px;
        background: url(/public/static/index/images/gb.png) center center no-repeat;
        background-size: 24px;
        position: absolute;
        right: 0;
        top: -30px;
        cursor: pointer
    }
}

.sea_on input {
    font-size: 100%;
    border: 0;
    background: none;
    outline: none;
    resize: none;
}

.sea_on input[type=submit] {
    resize: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.videoa {
    display: none;
}

.video_gb {
    color: #fff;
    position: absolute;
    left: 73%;
    top: 20%;
    margin-top: 15px;
    z-index: 999;
    cursor: pointer;
}

.video_gb i {
    font-size: 20px;
}

.videoa {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

#video {
    width: 50% !important;
    left: 25%;
    height: 60% !important;
    top: 20%;
}

#video video {
    width: 100% !important;
    height: 100% !important;
}

.ivideo_zt {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 27.18vw;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ivideo_zt1 {
    position: relative;
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ivideo_zt1::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255);
    opacity: 0.1;
    border-radius: 50%;
    animation: grow1 2s infinite;
}

.ivideo_zt1::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: 60%;
    height: 60%;
    background: rgba(255, 255, 255);
    opacity: 0.2;
    border-radius: 50%;
    animation: grow 2s infinite;
    /* 动画持续2秒，并无限循环 */
}

.fh_top {
    width: 2.60416666666667vw;
    height: 2.60416666666667vw;
    line-height: 2.60416666666667vw;
    text-align: center;
    background: rgba(165, 0, 0, 1);
    position: fixed;
    right: 2vw;
    bottom: 6vw;
    color: #fff;
    cursor: pointer;
    z-index: 999;
    display: none;
}

.fh_top i {
    font-size: 1.67916666666667vw;
}

.ivideo_zt1 i {
    font-size: 32px;
    color: #fff;
}

.ivideo_zt2 {
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-top: 10px;
}

/*.ania {
    background: linear-gradient(180.00deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.anib{
    color:#000;
}*/

@keyframes grow1 {
    0% {
        width: 100%;
        /* 对于::before始终为100%，但由于CSS变量的使用在此处不适用，故直接设定 */
        height: 100%;
        opacity: 0.1;
        /* 对于::before始终为0.1 */
        /* 注意：对于::after，由于我们不能在keyframes内部使用CSS变量来动态设置起始宽度和透明度，  
         我们需要直接在元素上设置这些值，或者在keyframes中为不同的元素定义不同的动画 */
    }

    100% {
        width: 60%;
        /* 示例：最终宽度可以稍大于100%以创建溢出效果，或者保持为100% */
        height: 60%;
        opacity: 0.2;
        /* 最终透明度 */
    }
}

@keyframes grow {
    0% {
        width: 60%;
        /* 对于::before始终为100%，但由于CSS变量的使用在此处不适用，故直接设定 */
        height: 60%;
        opacity: 0.2;
        /* 对于::before始终为0.1 */
        /* 注意：对于::after，由于我们不能在keyframes内部使用CSS变量来动态设置起始宽度和透明度，  
         我们需要直接在元素上设置这些值，或者在keyframes中为不同的元素定义不同的动画 */
    }

    100% {
        width: 100%;
        /* 示例：最终宽度可以稍大于100%以创建溢出效果，或者保持为100% */
        height: 100%;
        opacity: 0.1;
        /* 最终透明度 */
    }
}
.language{
    padding-left:0.25rem;
}
.language a{
    display:flex;
    align-content: center;
    justify-content: center;
    color:#fff;
    font-size:0.18rem;
    line-height:0.28rem;
}
.header.action .header_top {
    background: #47A738;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}
.header.wx .header_top{
    -webkit-transform: translateY(-48px);
    -ms-transform: translateY(-48px);
    transform: translateY(-48px);
}

.header.action .header_top a {
    color: #fff;
}

.header_top {
    display: flex;
    align-items: center;
    justify-content: right;
    height: 48px;
    padding: 0px 6.5%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.header_top ul {
    display: flex;
    align-items: center;
}

.header_top li {
    margin-left: 60px
}

.header_top1 {
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.header_top ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.17rem;
    height: 48px;
}

.header_top ul a img {
    position: relative;
}

.header.action .header_bottom {
    background: #fff;
}

.header.action .header_bottom a {
    color: #333;
}

.header.action .logo_img a img:nth-child(1) {
    display: none;
}

.header.action .logo_img a img:nth-child(2) {
    display: block;
}

.language a  img:nth-child(2) {
    display: none;
}

.header.action .language a img:nth-child(1) {
    display: none;
}

.header.action .language a img:nth-child(2) {
    display: block;
}

.logo_img a img:nth-child(2) {
    display: none;
}

.header.action .ss img:nth-child(1) {
    display: none;
}

.header.action .ss img:nth-child(2) {
    display: block;
}

.ss img:nth-child(2) {
    display: none;
}

.header_bottom {
    width: 100%;
    height: 100px;
    padding: 0px 3.4375vw 0px 7.8125vw;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
-webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding: 0px 4.5%;
}

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

.header_rightl {
    display: flex;
    align-items: center;

}

.header_rightl li {
    margin: 0px 1.82vw;
}

.header_rightl li>a {
    color: #fff;
    font-size: 0.17rem;
    position: relative;
    line-height: 100px;
}

.ny header {
    background: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
}

.ny .header_rightl li>a {
    color: #333;
}

.ny .language>a {
    color: #333;
    border: 1px solid #333;
}
.logo_img a img{
    height:0.8rem;
}
.logo_img a img:nth-child(2) {
    display: none;
}

.ny .logo_img a img:nth-child(1) {
    display: none;
}

.ny .logo_img a img:nth-child(2) {
    display: block;
}

.navZk {
    width: 100vw;
    padding: 30px 8%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);

    display: none;
}

.navZkBox {
    display: flex;
    flex-wrap: wrap;
}

.navZkUl {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navZkUl a {
    color: #333 !important;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-weight: 500 !important;
    margin: 0 40px;
}

.navZkUl a img {
    width: 24px;
    margin-right: 10px;
}

.navZkUl a:hover {
    color: #C9171E !important;
}

.sous {
    cursor: pointer;
}


.Banner .slide-inner {
    height: 100vh
}


#banner .swiper-button-next,
#banner .swiper-rtl .swiper-button-prev,
#banner .swiper-button-next,
#banner .swiper-button-prev {
    height: 36px;
    width: 36px;
    cursor: pointer;
    transition: .3s;
    border-radius: 50%;
    background-color: #1f2d3d1c;
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
    line-height: 36px;
    z-index: 2;
}

#banner .swiper-button-next {
    right: 0px;
    opacity: 0;
    transition: .5s;
}

#banner .swiper-button-prev {
    left: 0px;
    opacity: 0;
    transition: .5s;
}

#banner .swiper-button-next:after,
#banner .swiper-button-prev:after {
    font-size: 14px;
}

#banner .banner-pagination {
    position: absolute;
    bottom: 8%;
    left: 6%;
    text-align: left;
    width: auto;
}

#banner .banner-pagination span {
    opacity: .48;
    width: 0.3rem;
    height: 2px;
    background-color: #fff;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0 4px;
    cursor: pointer;
    transition: .3s;
}

#banner .banner-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
}

#banner:hover .swiper-button-next {
    opacity: 1;
    right: 0.2rem;
    transition: .5s;
}

#banner:hover .swiper-button-prev {
    opacity: 1;
    left: 0.2rem;
    transition: .5s;
}

.ljgd {
    width: 150px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 23px;
    background-color: #47A738;
    transform: .5s;
    margin: 0 auto;
    padding: 0px 20px;
}

.ljgd:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.w87 {
    width: 87%;
    margin: 0 auto;
}

.iabout {
    padding: 94px 0px 280px;
    background: #F1F7F7;
    position: relative;
}

.iabout .w87{
    position:relative;
    z-index: 1;
}

.iabout::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 4px;
    transform: translateX(-50%);
    width: 1151px;
    height: 599px;
    background: url(../images/about_bg.png) no-repeat;
    background-size: 100% 100%;
}

.ty_title1 {
    color: #47A738;
    font-size: 0.2rem;
    text-align: center
}

.ty_title2 {
    color: #000000;
    font-size: 36px;
    line-height: 1.3;
    font-weight:bold;
    text-align: center
}

.ty_title3 {
    color: #232323;
    font-size: 0.18rem;
    line-height: 2;
}

.iabout1 .ty_title3 {
    text-align: center;
    width: 100%;
    margin: 41px auto 45px;
}

.iabout2 {
    margin-top: 123px;
}

.iabout2 ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0.3rem;
}

.iabout2b {
    padding-top: 14px;
    margin-top: 0.2rem;
    border-top: 1px solid #E7E7E7;
    text-align: center;
}

.iabout2b1 {
    color: #47A738;
}

.iabout2b1 .count {
    font-size: 40px;
    color: #47A738;
    margin-right: 5px;
}

.iabout2b2 {
    font-size: 0.16rem;
    color: #282828;
}

.iabout2a{
    display:flex;
    justify-content: center;
}

.iabout2a img {
    height: 47px;
}

footer {
    background: #47A738;
}

.footer-topar {
    width: 500px;
}

.footer-topar2 {
    position: relative;
    margin-top: 13px;
}

.footer-topar2 input {
    width: 100%;
    height: 60px;
    opacity: 1;
    border-radius: 13px;
    background: rgba(255, 255, 255, 1);
    line-height: 60px;
    border: none;
    padding-left: 21px;
    color: rgba(63, 63, 63, 1);
    font-size: 0.16rem;
}

.footer-topar2 button {
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
}

.footer-topar1 {
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 46.34px;
    color: rgba(255, 255, 255, 1);
    text-align: right;
}

.footer-topa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0px 58px;
    border-bottom: 1px solid #D8D8D8;
}

.footer-topb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 38px 0px;
    border-bottom: 1px solid #D8D8D8;
}

.footer-topbr {
    display: flex;
    align-items: top;
}

.footer-topbr li {
    width: 9.375vw;
}

.footer-topba a {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.32rem;
    font-weight:bold;
    transition: .5s;
}

.footer-topbb a {
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.32rem;
    color: rgba(255, 255, 255, 1);
    transition: .5s;
}

.footer-topbb a:hover,.footer-topba a:hover {
    padding-left: 6px;
}

.footer-topbl li {
    margin: 16px 0px;
    text-align: right;
}

.footer-topbl2a {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.32rem;
}

.footer-topbl2b {
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 27.44px;
    color: rgba(255, 255, 255, 1);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

.footer-bottom a,
.footer-bottom span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    margin-right: 5px;
}

.footer-bottoml {
    display: flex;
}

.video {
    width: 100%;
    background: url(../images/video_bga.jpg) no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.video .w87 {
    position: relative;
    height: 700px;
}

.video_ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.3rem;
    position: absolute;
    width: 100%;
    top: -120px;
    left: 0px;
}

.video_ul li {
    border-radius: 30px 0px 30px 0px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-top: 61px;
    padding-bottom: 48px;
}

.video_ul1 img:nth-child(2) {
    display: none;
}

.video_ul1 img {
    height: 54px;
}

.video_ul2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgba(35, 35, 35, 1);
    margin: 23px 0px 25px;
}

.video_ul3 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(138, 138, 138, 1);
    padding: 0px 15%;
}

.video_ul li:hover img:nth-child(1) {
    display: none;
}

.video_ul li:hover img:nth-child(2) {
    display: block;
}

.video_ul li:hover {
    background: rgba(71, 167, 56, 1);
}

.video_ul li:hover .video_ul2,
.video_ul li:hover .video_ul3 {
    color: #fff;
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.video-play-button {
    color: #ff3514;
    font-size: 0.3rem;
    left: 50%;
    padding-left: 7px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 1
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    color: rgba(71, 167, 56, 1);
    font-size: 24px;
}

.video-play-text {
    font-size: 0.18rem;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    margin-top: 140px;
}

.iproduct {
    padding-bottom: 110px;
}

.iproduct_t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 98px 0px 80px;
}

.iproduct_t1 .ty_title1,
.iproduct_t1 .ty_title2 {
    text-align: left;
}

.iproduct_t1 .ty_title1 {
    position: relative;
    padding-left: 50px;
}

.iproduct_t1 .ty_title1::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: rgba(151, 151, 151, 1);
}

.aproduct_list .swiper-button-next,
.aproduct_list .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
}

.aproduct_list .swiper-button-next:after,
.aproduct_list .swiper-button-prev:after {
    color: #47A738;
    font-size: 24px;
}

.aproduct_list .swiper-slide:hover img {
    transform: scale(1.04);
}

.aproduct_list_img {
    position: relative;
    overflow: hidden;
}

.aproduct_list_img img {
    width: 100%;
    display: block;
    transition: .5s;
}

.aproduct_list_text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 0.18rem;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.ijscx {
    background: #F1F7F7;
    padding-bottom: 113px;
}

#zlzs_list li:nth-child(1) {
    margin-left: 0px;
}

#zlzs_list li {
    width: 11.2vw;
    height: 32.1875vw;
    display: inline-block;
    transition: .5s;
}

#zlzs_list li.action,
#zlzs_list li:hover {
    position: relative;
    z-index: 1;
    width: 23.4375vw;
}

#zlzs_list li.action .iproduct_list_img,
#zlzs_list li:hover .iproduct_list_img {
    width: 100%;
}

.iproduct_list_img {
    position: relative;
    overflow: hidden;
    width: 11.2vw;
}

.iproduct_list_img img {
    width: 23.4375vw;
    height: 32.1875vw;
    display: block;
}

.header_top2{
    display: flex;
    align-items: center;
}

.izzry_list img {
    width: 100%;
    display: block;
}

.izzry_list {
    height: 36.29vw;
}

.izzry_list .swiper-slide {
    text-align: center;
    font-size: 0.18rem;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1);
}

.izzry_list .swiper-slide-active,
.izzry_list .swiper-slide-duplicate-active {
    transform: scale(1.6);
    z-index: 5;
}

.izzry_listr {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
    height: 100%;
    z-index: 2;
}

.izzry_listl {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
    height: 100%;
    z-index: 2;
}

.izzry_listrd {
    padding: 5.2vw 0px;
    text-align: center;
}

.izzry_listrd .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    border-radius: 2.5px;
}

.izzry_listrd .swiper-pagination-bullet-active {
    background: #47A738;
}


.index_memorabilia {
    position: relative;
}

.index_memorabilia .me_about {
    z-index: 2;
    position: absolute;
    top: .7rem;
    left: 1rem;
}

.index_memorabilia .bk_img img {
    width: 100%;
    display: block;
}

.index_memorabilia .bkWhite_img {
    transition: 0.6s;
    overflow: hidden;
    position: absolute;
    width: calc(100% / 11);
    height: 100%;
    top: 0;
    left: 0;
}

.index_memorabilia .bkWhite_img img {
    width: 100vw;
    height: 100%;
}

.index_memorabilia .memor_swiper {
    z-index: 2;
    width: 100%;
    position: absolute;
    bottom: 0.8rem;
    left: 0;
}

.index_memorabilia .memor_swiper .mySwiper6 .swiper-slide .slide {
    width: 50%;
    margin: 0 auto;
}

.index_memorabilia .memor_swiper .mySwiper6 .swiper-slide .slide .number {
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 70px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 0.18rem;
}

.index_memorabilia .memor_swiper .mySwiper6 .swiper-slide .slide .desc {
    padding-top: 0.18rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 31.86px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.index_memorabilia .memor_swiper .mySwiper6 .swiper-slide .slide .desc p {
    line-height: 1.5;
}

.index_memorabilia .memor_swiper .mySwiper6 .swiper-button-prev,
.index_memorabilia .memor_swiper .mySwiper6 .swiper-button-next {
    top: auto;
    bottom: 0;
}

.index_memorabilia .memor_swiper .mySwiper6 .swiper-button-prev::after,
.index_memorabilia .memor_swiper .mySwiper6 .swiper-button-next::after {
    display: none;
}

.index_memorabilia .memor_swiper .mySwiper6 .swiper-button-prev svg,
.index_memorabilia .memor_swiper .mySwiper6 .swiper-button-next svg {
    transition: 0.4s;
}

.index_memorabilia .memor_swiper .mySwiper6 .swiper-button-prev:hover svg path,
.index_memorabilia .memor_swiper .mySwiper6 .swiper-button-next:hover svg path {
    fill: #000000;
}

.index_memorabilia .memor_swiper .mySwiper6 .swiper-button-prev {
    left: 0;
}

.index_memorabilia .memor_swiper .mySwiper6 .swiper-button-next {
    right: 0;
}

.index_memorabilia .memor_swiper .mySwiper6 .swiper-button-next svg {
    transform: rotate(180deg);
}

.index_memorabilia .figure {
    z-index: 3;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s;
    opacity: 0.5;
}

.index_memorabilia .figure p span {
    transition: 0.4s;
    font-size: 0.3rem;
    color: #fff;
    padding-left: 6px;
}

.index_memorabilia .figure.active {
    opacity: 1;
}

.index_memorabilia .figure1 {
    top: 58%;
    left: 4%;
}

.index_memorabilia .figure2 {
    top: 48%;
    left: 12%;
}

.index_memorabilia .figure3 {
    top: 45%;
    left: 21.5%;
}

.index_memorabilia .figure4 {
    top: 38%;
    left: 31%;
}

.index_memorabilia .figure5 {
    top: 34%;
    left: 40%;
}

.index_memorabilia .figure6 {
    top: 26%;
    left: 50%;
}

.index_memorabilia .figure7 {
    top: 30%;
    left: 58%;
}

.index_memorabilia .figure8 {
    top: 22%;
    left: 67%;
}

.index_memorabilia .figure9 {
    top: 15.5%;
    left: 72%;
}
.index_memorabilia .figure10 {
    top: 9.5%;
    left: 78%;
}
.index_memorabilia .figure11 {
    top: 4.5%;
    left: 86%;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-family: "Microsoft Yahei", "PingFang SC";
}

html,
body {
    width: 100%;
    font-size: 0.16rem;
    scroll-behavior: smooth;
}

.moveWidth {
    width: calc(100% / 11);
}

.w1720 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.ty_banner {
    width: 100%;
}

.ty_banner img {
    width: 100%;
    display: flex;
}

.znav {
    background: #FAFAFA;
    line-height: 70px;

}

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

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

.znavr1 img {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.znavr a,
.znavr .znavr1 {
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.24rem;
    color: rgba(141, 141, 141, 1);
}

.znavr .znavr1 {
    margin: 0px 2px;
}

.znavw .znavl ul {
    display: flex;
    align-items: left;
    justify-content: center;
}

.znavw .znavl ul li {
    width: 136px;
    text-align: center;
}

.znavw .znavl ul li a {
    font-size: 0.16rem;
    color: #000000;
}

.znavw .znavl ul li:hover,
.znavw .znavl ul li.action {
    background: #47A738;
}

.znavw .znavl ul li.action a,
.znavw .znavl ul li:hover a {
    color: #fff;
}

.ty_nytitle {
    position: relative;
    padding-left: 0.53rem;
}

.ty_nytitle::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    width: 43px;
    height: 33px;
    background: url(../images/about/icon1.png) no-repeat;
    background-size: 100% 100%;
}

.about {
    padding: 80px 0px 130px;
}

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

.aboutal1 {
    font-size: 0.42rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 56px;
    color: rgba(46, 46, 46, 1);
}

.aboutal1::before {
    top: 10px;
}

.aboutal2 {
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.32rem;
    color: rgba(46, 46, 46, 1);
    margin-top: 50px;
}

.aboutal {
    width: 35.36458333333333vw;
}

.aboutar {
    position: relative;
    width: 36.5625vw;
    height: 26vw;
    background:url(../images/about/about_right.jpg?v=1) center no-repeat rgba(216, 216, 216, 1);
    background-size:cover;
}

.fzlc::before {
    background: url(../images/about/icon2.png) no-repeat;
    background-size: 100% 100%;
}

.fzlc1 {
    font-size: 0.32rem;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 0.32rem;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}

.fzlc2 {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 56px;
    color: rgba(255, 255, 255, 1);
}

.qywhwl1a {
    font-size: 0.32rem;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 0.32rem;
    color: #000;
    text-transform: uppercase;
}

.qywhwl1b {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 56px;
    color: #000;
}

.qywh {
    padding: 145px 0px 134px;
}

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

.qywhwl {
    width: 32vw;
}

.qywhwl2 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 37px;
    color: rgba(71, 167, 56, 1);
    margin: 70px 0px 36px;
}

.qywhwl3 {
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.32rem;
    color: rgba(46, 46, 46, 1);
}

.qywhwr {
    width: 50vw;
   background-image: url(../images/about/about_ra.png);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.qywhwr img {
    width: 100%;
    display: block;
}

.tybt .ty_nytitle {
    margin: 117px 0px 100px;
}

.zzry_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.3rem;
}

.zzry_list li {
    position: relative;
    padding-bottom: 40px;
    cursor: pointer;
}

.zzry_list1 img {
    width: 100%;
    display: block;
    transition: .5s;
}

.zzry_list1{
    position:relative;
    overflow: hidden;
}
.zzry_list li:hover .zzry_list1 img {
    transform: scale(1.04);
}
.zzry_list2 {
    line-height: 50px;
    text-align: center;
    background: #47a738;
    font-size: 0.16rem;
    width: 100%;
    color: #fff;
}

.ryzzlist{
    padding-bottom:25px;
}
.ryzzlist .zzry_list2{
    bottom:-25px;
}
.ryzzl{
    position: absolute;
    left: 2%;
    top: 50%;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    cursor: pointer;
}
.ryzzr{
    position: absolute;
    right: 2%;
    top: 50%;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    cursor: pointer;
}
.pr_ztw {
    padding: 105px 0px;
}

.pr_ztul {
    
}
.prcon.w87{
    width:80%;
}
.pr_ztul li {
    display:flex;
}

.pr_ztull {
    width: 48%;
}

.prcon .pr_ztull,
.prcon .pr_ztulr {
    background: #FAFAFA;
}

.prcon .pr_ztull img {
    width: 100%;
    display: unset;
}

.prcon .pr_ztulr {
    display: grid;
    grid-auto-rows: 50%;
    align-items: center;
    width:52%;
    padding:0px 20px;
}

.swiper-pagination-bullet-active{
    background:#47A738;;
}

.pr_ztulra {
    padding: 56px;
    border-bottom: 1px solid #E6E6E6;
}

.pr_ztulr1 {
    border-left: 14px solid #47A738;
    padding-left: 0.2rem;
    width: 100%;
}

.pr_ztulr1cn {
    font-size: 0.32rem;
    color: #434343;
}

.pr_ztulr1en {
    font-size: 36px;
    color: #434343;
    text-transform: uppercase;
}

.pr_ztul .pr_ztulr2 {
    line-height: 1.7;
    color: #434343;
    margin-top: 10px;
    text-align: left;
    padding-left: 35px;
}

.pr_ztulrc {
    padding: 20px 56px;
}

.pr_ztulrc1 {
    font-size: 24px;
    color: #434343;
}

.pr_ztulrc1 span {
    color: #47A738;
    font-size: 26px;
}

.pr_ztulrc2 {
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
}

.pr_ztulrc2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    border-radius: 23px;
    color: #fff;
    font-size: 0.16rem;
    margin-right: 10px;
    cursor: pointer;
}

.pr_ztulrc2 a:nth-child(1) {
    background: #47A738;
}

.pr_ztulrc2 a:nth-child(2) {
    background: #000000;
}

.pr_ztulrc2 .icon {
    margin-right: 5px;
}

.pr_ztulrc2 a:hover .pr_ztulrc2t {
    color: #fff;
}

.pxgcp .ty_nytitle {
    margin: 60px 0px;
}

.product_title {
    font-size: 0.3rem;
    letter-spacing: 0px;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
    background: url(../images/product/product_1.jpg) no-repeat;
    background-size: 100% 100%;
    padding-left: 3%;
    margin: 36px 0px 16px;
}
.lg-object.lg-image{
    max-height:700px!important;
}
.product_content {
    background: #FAFAFA;
    padding: 60px;
    line-height: 2;
    font-size: 0.16rem;
}
.product_content table th {
    background-color: #f5f2f0;
    font-weight: 700;
    text-align: center;
}
.product_content table td, .product_content table th {
    border: 1px solid #ccc;
    line-height: 1.5;
    min-width: 30px;
    padding: 3px 5px;
    text-align: left;
}

.w80 {
    width: 80%;
    margin: 0 auto;
}

.dgbd {
    padding: 3.8vw 10.677vw 5.88vw;
}

.dgbd input,
.tsjjr input {
    line-height: 60px;
    height: 60px;
}

.ljdg {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 56px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-bottom: 3vw;
}

.layuiyzm {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 10px;
}

.layuil {
    position: relative;
}

.layuil img {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    height: 52px;
}

.layuir button {
    width: 100%;
    line-height: 60px;
    height: 60px;
    background: rgba(71, 167, 56, 1);
}

.yjcxt1 {
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.32rem;
    color: rgba(0, 0, 0, 1);
    width: 70%;
    margin-bottom: 80px;
}

.yjcxt.ty_nytitle {
    margin-bottom: 52px;
}

.jsfw_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.3rem;
}

.jsfw_list li {
    transition: all 0.3s ease-in-out;
    background: rgba(250, 250, 250, 1);
    border-radius: 10px;
}

.jsfw_list li:hover .jsfw_img img {
    transform: scale(1.04);
}

.jsfw_img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.jsfw_img img {
    width: 100%;
    display: block;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.jsfw_con {
    padding: 44px 27px;
}

.jsfw_con0 {
    font-size: 0.18rem;
    font-weight: 400;
    color: rgba(71, 167, 56, 1);
    margin-bottom: 10px;
}

.jsfw_con1 {
    font-size: 0.2rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 0.2rem;
    color: rgba(0, 0, 0, 1);
}

.jsfw_con2 {
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(104, 104, 104, 1);
    margin: 20px 0px 40px;
}

.jsfw_con3 {
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.24rem;
    color: rgba(104, 104, 104, 1);
}

.jsfw_list li:hover {
    box-shadow: 5px 4px 30px rgba(0, 0, 0, 0.13);
}

.jsfw_list li:hover .jsfw_con3,
.jsfw_list li:hover .jsfw_con1 {
    color: rgba(71, 167, 56, 1);
}

.rctd {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 64px;

}

.rctd li {
    padding:0.24rem;
    background: rgba(250, 250, 250, 1);
    cursor: pointer;
}

.rctd1 {
    width: 100%;
}

.rctd1 img {
    width: 100%;
    display: block;
}

.rctd2 {
    width: 1.63rem;
    height: 0.58rem;
    line-height: 0.58rem;
    opacity: 1;
    background: rgba(71, 167, 56, 1);
    text-align: center;
    font-size: 0.22rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin:0px auto;
    z-index: 1;
}

.rctd3 {
    font-size: 0.18rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 2;
    color: rgba(0, 0, 0, 1);
    margin-top: 0.15rem;
    text-align: center;
}

.rctdtc {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 999;
}

.rctdtc-gb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.rctdtc-nr {
    width: 60%;
    height: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 15px;
}

.rctdtc-nrd {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 60px;
}

.rctdtc-gb1 {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #333;
    cursor: pointer;
}

.rctdtc-gb1 i {
    font-size: 24px;
}

.rctdtc-nrdl {
    width: 314px;
}

.rctdtc-nrdl img {
    width: 100%;
    display: block;
}

.rctdtc-nrdr {
    width: 100%;
}

.rctdtc-nrdraa {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
}

.rctdtc-nrdrab {
    font-size: 0.18rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.3rem;
    color: rgba(71, 167, 56, 1);
    margin: 17px 0px 43px;
}

.rctdtc-nrdrb {
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.32rem;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 38px;
}

.rctdtc-nrdrc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.24rem;
    color: rgba(71, 167, 56, 1);
}

.rctdtc-nrdrc div {
    cursor: pointer;
}

.rctdtc-nrdrc div.disabled {
    color: rgba(193, 193, 193, 1);
}

.join {
    padding-bottom: 1.1rem;
}

.cjwt_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.cjwt_list li {
    padding: 15px 20px;
    background: rgba(250, 250, 250, 1);
}

.cjwt1 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 27.44px;
    color: rgba(0, 0, 0, 1);
    padding: 20px 0px;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.cjwt2 {
    margin-top: 20px;
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 32px;
    color: rgba(92, 92, 92, 1);
    height: 128px;
}

.cjwt_list li:hover .cjwt1 {
    color: rgba(71, 167, 56, 1);
}

.swqt {
    position: relative;
}

.swqtr {
    width: 8.1rem;
}

.swqtr img {
    width: 100%;
    display: block;
}

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

.swqtl {
    width: 9.58rem;
    background: rgba(250, 250, 250, 1);
    position: absolute;
    height: 6.87rem;
    top: 50%;
    left: 0px;
    z-index: 1;
    transform: translateY(-50%);
    padding: 0.48rem;
}

.swqtl1 li {
    display: flex;
    margin-bottom: 20px;
    padding-left: 15px;
}

.swqtl2 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 35px;
    color: rgba(0, 0, 0, 1);
    padding-left: 20px;
}

.swqtl2x {
    display: flex;
    align-items: center;
    text-align: center;
}

.tsjjbg {
    background: rgba(250, 250, 250, 1);
    margin-top: 1.52rem;
}

.tsjj {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.82rem 0px 1.52rem;
}

.tsjjl {
    width: 6.34rem;
    margin-right: 2.3rem;
}

.tsjjl .ty_nytitle {
    margin: 0px 0px 42px;
}

.tsjjr {
    width: 46%;
}

.tsjjl2 {
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 29px;
    color: rgba(94, 94, 94, 1);
    padding-left: 0.53rem;
}

.tsjjl3 {
    display: flex;
    padding-left: 0.53rem;
    margin-top: 0.93rem;
}

.tsjjl3 li {
    width: 2.83rem;
    margin-right: 0.52rem;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.tsjjl3a {
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 21.95px;
    color: rgba(94, 94, 94, 1);
}

.tsjjl3b {
    font-size: 0.22rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 1);
    padding: 10px 0px 34px;
}

@media screen and (max-width: 1200px) {
    .pc {
        display: none;
    }

    .header {
        display: none;
    }

    .sj {
        display: block !important;
    }

    /*header*/
    .sjheaderd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sjheaderd_left {
        height: 70px;
        display: flex;
        align-items: center;
    }

    .sjheaderd_left img {
        height: 50px;
    }

    .sjheader {
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 111;
        inset-inline-end: 0;
        inset-inline-start: 0;
        width: 100%;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        background: #fff;
        border-top: 0;
    }

    .sidebar__toggle {
        cursor: pointer;
    }

    .bar-icon {
        width: 26px;
        height: 18px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
        -webkit-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
    }

    .bar-icon span {
        width: 100%;
        height: 2px;
        background: #000;
        display: inline-block;
        -webkit-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
    }

    .bar-icon span:nth-child(2) {
        margin-left: 0px;
    }

    .offcanvas__overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        background: var(--rs-common-black);
        z-index: 900;
        top: 0;
        opacity: 0;
        visibility: hidden;
        right: 0;
    }

    .sjposition {
        transition: all 0.7s;
        position: fixed;
        z-index: 9999;
        width: 100%;
        background: #fafafa;
        top: 0px;
        left: 100%;
        height: 100%;
        overflow-y: auto;
        background: #fff;
        background-size: 100% auto;
        padding-bottom:15vh;
    }

    .sjposition_ar {
        color: #000;
    }

    .sjposition.cur {
        transition: all 0.7s;
        left: 0%;
    }

    .sjposition_a {
        display: flex;
        padding: 16px 0px;
        justify-content: space-between;
        align-items: center;
    }

    .sjposition_al {
        height: 50px;
    }

    .sjposition_al img {
        height: 100%;
    }

    .sjposition_ar i {
        font-size: 30px;
    }

    .sjposition_b>ul>li {
        border-bottom: rgba(204, 204, 204, 0.6) 1px solid;
    }

    .sjposition_b li .sjposition_b1>a {
        line-height: 60px;
        display: block;
        color: #000;
        font-size: 16px;
    }

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

    .sjposition_b1 .more {
        position: relative;
        transform: rotate(0deg);
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .sjposition_b1 .more::before {
        transition: all 0.5s;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -7px;
        width: 14px;
        height: 16px;
        background: url(../images/icon/icon_93.png?v=1) center right no-repeat;
        background-size: 100% auto;
        content: " ";
    }

    .sjposition_b1 .more.cur::before {
        transition: all 0.5s;
        transform: rotate(90deg);
        width: 14px;
    }

    .sjposition_b2 {
        display: none;
    }

    .sjposition_b2 li:first-child {
        border-top: #000 1px solid;
    }

    .sjposition_b2 li {
        border-bottom: 1px solid #000;
    }

    .sjposition_b2 li a {
        padding: 0 15px 0 25px;
        line-height: 50px;
        font-size: 16px;
        color: #000;
        display: block;
        font-size: 14px;
    }

    .Banner .mySwiper {
        height: 20vh;
        margin-top: 70px;
    }

    .Banner .slide-inner {
        height: 20vh;
        background-size: cover;
        background-position: center;
    }

    .iabout::after {
        display: none;
    }

    .iabout2 ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0.3rem;
    }

    .w1456 {
        width: 92%;
        margin: 0 auto;
    }

    .iabout {
        padding: 40px 0px;
        background: #F1F7F7;
        position: relative;
    }

    .ty_title2 {
        color: #000000;
        font-size: 22px;
        line-height: 1.5;
        text-align: center;
    }

    .ty_title1 {
        color: #47A738;
        font-size: 16px;
        text-align: center;
    }

    .ty_title3 {
        color: #232323;
        font-size: 14px;
        line-height: 1.7;
    }

    .iabout1 .ty_title3 {
        text-align: center;
        width: 100%;
        margin: 10px 0px;
    }

    .ljgd {
        width: 120px;
        line-height: 35px;
        text-align: center;
        color: #fff;
        font-size: 0.16rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 23px;
        background-color: #47A738;
        transition: .5s;
        margin: 0 auto;
        padding: 0px 20px;
    }

    .iabout2 {
        margin-top: 40px;
    }

    .iabout2 ul {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        /* 总列数设为6列（3的倍数） */
        grid-gap: 0.3rem;
    }

    /* 第一行2个元素：各占3列（3+3=6，填满一行） */
    .iabout2 ul li:nth-child(1),
    .iabout2 ul li:nth-child(2) {
        grid-column: span 3;
        /* 整数跨度，兼容性100% */
    }

    /* 第二行3个元素：各占2列（2+2+2=6，填满一行） */
    .iabout2 ul li:nth-child(3),
    .iabout2 ul li:nth-child(4),
    .iabout2 ul li:nth-child(5) {
        grid-column: span 2;
    }

    .video_ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0.3rem;
        position: relative;
        width: 100%;
        top: 30px;
        left: 0px;
    }

    .video .w87 {
        position: relative;
        height: auto;
    }

    .video {
        width: 100%;
        background: url(../images/video_bga.jpg) no-repeat bottom #F1F7F7;
        background-size: 100%;
        padding-bottom: 220px;
    }

    .video-play {
        position: absolute;
        top: unset;
        bottom: -210px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        z-index: 1;
    }

    .video-play-text {
        font-size: 0.18rem;
        letter-spacing: 0px;
        line-height: 22px;
        color: rgba(255, 255, 255, 1);
        margin-top: 0px;
    }

    .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 60px;
        height: 60px;
        background: #fff repeat scroll 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-animation: pulse-border 1500ms ease-out infinite;
        animation: pulse-border 1500ms ease-out infinite;
    }

    .video-play-button:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 60px;
        height: 60px;
        background: #fff repeat scroll 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        transition: all 200ms;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
    }

    .video-play-button i {
        display: block;
        position: relative;
        z-index: 3;
        color: rgba(71, 167, 56, 1);
        font-size: 16px;
    }

    .video-play-text {
        font-size: 0.18rem;
        letter-spacing: 0px;
        line-height: 22px;
        color: rgba(255, 255, 255, 1);
        margin-top: 0px;
        padding-top: 100px;
    }

    .video-play {
        position: absolute;
        top: unset;
        bottom: -195px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        z-index: 1;
    }

    .iproduct_t {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 40px 0px 30px;
        flex-direction: column;
    }

    .iproduct_tr {
        margin-top: 20px;
    }

    .iproduct {
        padding-bottom: 40px;
    }

    .ty_title2 {
        color: #000000;
        font-size: 20px;
        line-height: 1.5;
        text-align: center;
    }

    #zlzs_list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 0.1rem;
    }

    #zlzs_list li {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-left: 0px;
    }

    .iproduct_list_img img {
        width: 100%;
        height: auto;
        display: block;
    }

    .ijscx {
        background: #F1F7F7;
        padding-bottom: 40px;
    }

    .izzry_list .swiper-slide-active,
    .izzry_list .swiper-slide-duplicate-active {
        transform: scale(1);
        z-index: 5;
    }

    .izzry_list {
        height: auto;
    }

    .footer-topa {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 40px 0px 20px;
        border-bottom: 1px solid #D8D8D8;
        flex-direction: column;
    }

    .footer-topar {
        width: 100%;
        margin-top: 20px;
    }

    .footer-topar1 {
        font-size: 0.28rem;
        font-weight: 400;
        line-height: 1.6;
        color: rgba(255, 255, 255, 1);
        text-align: center;
    }

    .footer-topar2 input {
        width: 100%;
        height: 50px;
        opacity: 1;
        border-radius: 13px;
        background: rgba(255, 255, 255, 1);
        line-height: 50px;
        border: none;
        padding-left: 21px;
        color: rgba(63, 63, 63, 1);
        font-size: 0.16rem;
    }

    .footer-topbr {
        display: none;
    }

    .footer-topbl li {
        margin: 8px 0px;
        text-align: left;
    }

    .footer-topb {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0px;
        border-bottom: 1px solid #D8D8D8;
    }

    .footer-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: auto;
        line-height: 1.7;
        flex-direction: column;
    }

    .footer-bottoml {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .iabout2a {
        display: flex;
        justify-content: center;
    }

    .iabout2 ul li {
        text-align: center;
    }

    .iabout2a img {
        height: 32px;
    }

    .iabout2b1 .count {
        font-size: 28px;
        color: #47A738;
        margin-right: 5px;
    }

    .Banner {
        position: relative;
    }

    .wappagenav .wappagenavname {
        display: block;
        color: #fff;
        background-color: rgba(71, 167, 56, 1);
        padding: 0px 10px;
        font-size: 18px;
        line-height: 48px;
        position: relative;
    }

    .abouta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .aboutal {
        width: 100%;
    }

    .aboutar {
        position: relative;
        width: 100%;
        height: 220px;
        margin-bottom: 20px;
    }

    .aboutar .video-play {
        bottom: 25%;
    }

    .aboutal1 {
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 1.7;
        color: rgba(46, 46, 46, 1);
    }

    .ty_nytitle::before {
        content: "";
        position: absolute;
        top: 0%;
        left: 0;
        width: 28px;
        height: 18px;
        background: url(../images/about/icon1.png) no-repeat;
        background-size: 100% 100%;
    }

    .ty_nytitle {
        position: relative;
        padding-left: 35px;
    }

    .aboutal2 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 1.7;
        color: rgba(46, 46, 46, 1);
        margin-top: 20px;
        text-align: justify;
    }

    .index_memorabilia .bk_img img {
        height: 60vh;
    }

    .w1720,
    .w1560 {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .index_memorabilia .figure {
        display: none;
    }

    .index_memorabilia .memor_swiper .mySwiper6 .swiper-slide .slide {
        width: 100%;
        margin: 0 auto;
    }

    .index_memorabilia .memor_swiper .mySwiper6 .swiper-slide .slide .number {
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 1.7;
        color: rgba(255, 255, 255, 1);
        padding-bottom: 10px;
    }

    .index_memorabilia .memor_swiper .mySwiper6 .swiper-slide .slide .desc {
        padding-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 1.7;
        color: rgba(255, 255, 255, 1);
        text-align: center;
    }

    .bk_img img {
        display: inline-block;
        border: none;
        vertical-align: middle;
    }

    .index_memorabilia .me_about {
        left: 5vw;
        top: .3rem;
    }

    .qywhw {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .qywhwl {
        width: 100%;
    }

    .qywhwr {
        width: 100%;
        margin-bottom: 20px;
    }

    .qywhwl1b {
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 1.7;
        color: #000;
    }

    .qywh {
        padding: 40px 0px;
    }

    .qywhwl2 {
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 1.4;
        color: rgba(71, 167, 56, 1);
        margin: 20px 0px;
    }

    .qywhwl3 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 1.7;
        color: rgba(46, 46, 46, 1);
        text-align: justify;
    }

    .fzlc2 {
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 1.7;
        color: rgba(255, 255, 255, 1);
    }

    .tybt .ty_nytitle {
        margin: 40px 0px 20px;
    }

    .zzry_list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0.3rem;
    }

    .pr_ztul li {
        background: #FAFAFA;
    }

    .prcon .pr_ztulr {
        display: grid;
        grid-auto-rows: unset;
        align-items: center;
    }

    .pr_ztulra {
        padding: 15px;
        border-bottom: 1px solid #E6E6E6;
    }

    .pr_ztulr1 {
        border-left: 4px solid #47A738;
        padding-left: 10px;
        width: 100%;
    }

    .pr_ztul .pr_ztulr2 {
        line-height: 1.7;
        color: #434343;
        margin-top: 10px;
        text-align: justify !important;
        padding: 0px 10px;
    }

    .pr_ztulrc {
        padding: 15px;
    }

    .pr_ztulrc1 {
        font-size: 16px;
        color: #434343;
    }

    .pr_ztulrc1 span {
        color: #47A738;
        font-size: 18px;
    }

    .pr_ztulrc2 a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
        height: 40px;
        border-radius: 23px;
        color: #fff;
        font-size: 0.16rem;
        margin-right: 10px;
        cursor: pointer;
    }

    .layui-layer {
        width: 100% !important;
        height: 100% !important;
    }

    .layui-layer-setwin .layui-layer-close2 {
        position: absolute;
        right: 0px !important;
        top: -0px !important;
        width: 30px;
        height: 30px;
        margin-left: 0;
        background-position: -149px -31px;
        _display: none;
    }

    .ljdg {
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 56px;
        color: rgba(0, 0, 0, 1);
        text-align: center;
        margin-bottom: 3vw;
    }

    .product_title {
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 40px;
        color: #fff;
        text-transform: uppercase;
        background: url(../images/product/product_1.jpg) no-repeat;
        background-size: cover;
        padding-left: 6%;
        margin: 20px 0px 20px;
    }

    .product_content {
        background: #FAFAFA;
        padding: 20px 10px;
        line-height: 2;
        font-size: 16px;
    }
.zzry_list li{
    padding-bottom:0px;
}
    .zzry_list2 {
        line-height: 50px;
        text-align: center;
        font-size: 16px;
    }

    .pr_ztw {
        padding: 40px 0px;
    }

    .pxgcp .ty_nytitle {
        margin: 30px 0px 20px;
    }

    .yjcxt1 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 1.7;
        color: rgba(0, 0, 0, 1);
        width: 100%;
        margin-bottom: 20px;
        text-align: justify;
    }

    .qywhwl1a {
        font-size: 22px;
        font-weight: 900;
        letter-spacing: 0px;
        line-height: 1;
        color: #000;
        text-transform: uppercase;
    }

    .ty_banner {
        margin-top: 70px;
    }

    .jsfw_list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0.3rem;
    }

    .jsfw_con {
        padding: 30px 20px;
    }

    .jsfw_con1 {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 1.5;
        color: rgba(0, 0, 0, 1);
    }

    .jsfw_con2 {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 1.5;
        color: rgba(104, 104, 104, 1);
        margin: 10px 0px;
    }

    .rctd {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
    }

    .rctdtc-nr {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0%;
        top: 0%;
        transform: translate(-0%, -0%);
        background: #fff;
        border-radius: 0px;
    }

    .rctdtc-nrd {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0px;
        flex-direction: column;
    }

    .rctdtc-nrdr {
        width: 92%;
        margin-top: 20px;
    }

    .rctdtc-nrdrab {
        font-size: 0.18rem;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 0.3rem;
        color: rgba(71, 167, 56, 1);
        margin: 10px 0px 20px;
    }

    .rctd3 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 1.5;
        color: rgba(0, 0, 0, 1);
    }

    .swqtl {
        width: 100%;
        background: rgba(250, 250, 250, 1);
        position: relative;
        height: auto;
        top: 0px;
        left: 0px;
        z-index: 1;
        transform: unset;
        padding: 20px;
    }

    .swqt {
        display: flex;
        justify-content: right;
        align-items: center;
        flex-direction: column;
    }

    .w87 {
        width: 92%;
        margin: 0 auto;
    }

    .swqtr {
        width: 100%;
    }

    .tsjjbg {
        background: rgba(250, 250, 250, 1);
        margin-top: 30px;
    }

    .tsjj {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0px;
        flex-direction: column;
    }

    .tsjjl {
        width: 100%;
        margin-right: 0px;
    }

    .tsjjl3b {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 22px;
        color: rgba(0, 0, 0, 1);
        padding: 10px 0px;
    }

    .tsjjl3 {
        display: flex;
        padding-left: 0px;
        margin-top: 10px;
    }

    .tsjjl2 {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 29px;
        color: rgba(94, 94, 94, 1);
        padding-left: 0px;
    }

    .tsjjl3 li {
        width: 50%;
        margin-right: 0px;
        border-bottom: 1px solid rgba(221, 221, 221, 1);
    }

    .tsjjr {
        width: 100%;
    }

    .cjwt_list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
    }

    #video {
        width: 100% !important;
        left: 0%;
        height: 100% !important;
        top: 0px;
    }

    .video_gb {
        color: #fff;
        position: absolute;
        left: unset;
        top: 15px;
        margin-top: 15px;
        z-index: 999;
        right: 15px;
        cursor: pointer;
    }

    .iproduct_list_img {
        width: 100% !important;
    }

    #zlzs_list li.action,
    #zlzs_list li:hover {
        width: 100%;
    }

    .iwproduct_list a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
        padding: 20px 0px;
    }

    .iwproduct_list_img img {
        height: 35px;
    }

    .iwproduct_list_text {
        font-size: 14px;
    }

    .iwproduct_list {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }

    /* 第一行2个元素：各占3列（3+3=6，填满一行） */
    .iwproduct_list li:nth-child(1),
    .iwproduct_list li:nth-child(2) {
        grid-column: span 3;
        /* 整数跨度，兼容性100% */
    }

    /* 第二行3个元素：各占2列（2+2+2=6，填满一行） */
    .iwproduct_list li:nth-child(3),
    .iwproduct_list li:nth-child(4),
    .iwproduct_list li:nth-child(5) {
        grid-column: span 2;
    }

    .iwproduct_list li:nth-child(2) {
        border-right: 0px;
    }
    .prcon .pr_ztull, .prcon .pr_ztulr{
        width:100%;
    }
    .prcon.w87{
        width:92%;
    }
    .prcon .pr_ztulr{
        padding:20px 10px;
    }
    .pr_ztul li {
    display: flex;
    flex-direction: column;
}
.pr_ztulr1en {
    font-size: 18px;
    color: #434343;
    text-transform: uppercase;
}
.magnify-modal{
    width:100% !important;
    height:100% !important;
    left:0% !important;
    top:0px !important;
    transform: translate(-0%, -0%) !important;
}
}