@charset "utf-8";

@font-face {
    font-family: 'playregular';
    src: url('../fonts/play-regular/play-regular-webfont.woff2') format('woff2'),
        url('../fonts/play-regular/play-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playbold';
    src: url('../fonts/play-bold/play-bold-webfont.woff2') format('woff2'),
        url('../fonts/play-bold/play-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
    font-variant-ligatures: no-common-ligatures;
    font-size: 16px;
}

/*分享翻译*/
.ys_wechat_cont_parga p::before {
    /*分享中文版本*/
    content: '分享到 - 微信';
    /*分享英文版本*/
    /* content: 'Share the - weixin'; */
}

/*导航默认选中*/
/* 一级 */
.header_nav_li1.yxnav_active1 .header_nav_cg1 p {
    color: #007C36;
}

.header_nav_li1.yxnav_active1 .ys_imgbox_cover img:nth-child(1) {
    opacity: 0;
}

.header_nav_li1.yxnav_active1 .ys_imgbox_cover img:nth-child(2) {
    opacity: 1;
}

/* 产品二级 */
.header_nav_grade1 li.yxnav_active2 a {
    color: #007C36;
}

/* 服务与支持 二级&三级 */
.header_nav_grade3 .header_nav_grade3_ul1>li.yxnav_active2>a {
    color: #007C36;
}

.header_nav_grade3 .header_nav_grade3_ul2>li.yxnav_active3>a {
    color: #007C36;
}

.header_nav_grade3 .header_nav_grade3_ul2 ul li.yxnav_active3 a {
    color: #007C36;
}

/* 走进APT 二级&三级 */
.header_nav_grade4 .header_nav_grade4_ul1>li.yxnav_active2>a {
    color: #007C36;
}

.header_nav_grade4 .header_nav_grade4_ul2>li.yxnav_active2>a {
    color: #007C36;
}

.header_nav_grade4 .header_nav_grade4_ul2 ul li.yxnav_active3 a {
    color: #007C36;
}

/* 联系我们 二级 */
.header_nav_grade5 .header_nav_grade5_ul li.yxnav_active2 a {
    color: #007C36;
}

/* - banner - start*/
.ys_banner {
    width: 100%;
    position: relative;
    height: 100vh;
}

.slick-list,
.slick-track {
    height: 100%;
}

.ys_ban_li {
    position: relative;
    overflow: hidden;
}

.ys_ban_imgbox {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ys_ban_imgbox img {
    width: 100%;
}

.ys_ban_li>a {
    display: block;
}

.ys_ban_ph {
    display: none;
}

.ys_ban_video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ys_ban_li:not(:first-child) {
    display: none;
}

.ys_ban_imgbox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .3); */
}

.ys_ban_txtbox {
    z-index: 5;
}

.ys_nybanner {
    position: relative;
}



.ys_nyban_img,
.ys_nyban_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ys_nyban_ph {
    display: none;
}

.ys_nyban_title h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
}

.ys_nyban_title p {
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
}

/* - banner - end*/
/* 规范 - start*/
.std_title1 {
    font-size: 50px;
    line-height: 1.5;
    color: #fff;
}

.std_title2,
.yxedr_active h2 {
    font-size: 40px;
    line-height: 1.5;
    color: #333;
}

.std_title3,
.yxedr_active h3 {
    font-size: 36px;
    line-height: 1.5;
    color: #333;
}

.std_title4,
.yxedr_active h4 {
    font-size: 30px;
    line-height: 1.75;
    color: #333;
}

.std_title5,
.yxedr_active h5 {
    font-size: 24px;
    line-height: 1.75;
    color: #333;
}

.std_title20 {
    color: #333;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}

.yxedr_active h2 {
    margin-bottom: 20px;
}

.yxedr_active h3,
.yxedr_active h5 {
    margin-bottom: 18px;
}

.yxedr_active h4 {
    margin-bottom: 22px;
}

.yxedr_active p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 12px;
}

.std_text p,
.std_text {
    font-size: 18px;
    line-height: 1.75;
    color: #333;
    font-weight: bold;
}

.std_text1 p,
.std_text1 li {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-bottom: 15px;
}

.std_text1 li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.std_text1 li::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #9f9f9f;
    border-radius: 2px;
}

.std_text2 p,
.std_text2 {
    font-size: 14px;
    line-height: 1.75;
    color: #333;
}

.yxedr_active h6 {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    margin-bottom: 14px;
}

.std_padding1 {
    padding: 100px 0;
}

.std_padding2 {
    padding-bottom: 100px;
}

.std_padding3 {
    padding-bottom: 50px;
}

.std_btn_icon {
    position: relative;
}

.std_btn_icon img {
    transition: all .36s;
    width: 20px;
}

.std_btn_icon img:first-child {
    position: relative;
    top: 0;
    left: 0;
}

.std_btn_icon img:last-child {
    position: absolute;
    top: 2px;
    left: 0;
    opacity: 0;
}

.std_btn1,
.std_btn1 a,
.std_btn2,
.std_btn2 a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.std_btn1 {
    width: 160px;
    border-radius: 50px;
    border: 1px solid #414141;
    transition: all .36s;
}

.std_btn1 a {
    border-radius: 50px;
    width: 100%;
}

.std_btn1 p {
    color: rgb(85 85 85);
    font-size: 16px;
    line-height: 46px;
    padding-right: 15px;
    transition: all .36s;
}

.std_white {
    border-color: rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .1);
}

.std_white p {
    color: #fff;
}

.std_btn2 {
    width: 100px;
}

.std_btn2 p {
    color: #333;
    font-size: 16px;
    line-height: 46px;
    padding-left: 8px;
    transition: all .36s;
}

.std_btn2 .std_btn_icon img:last-child {
    top: 1px;
}

/* 规范end */
/* common */
.header_nav_cg1 .ys_imgbox_cover {
    width: 16px;
    margin-left: 10px;
    line-height: 80px;
}

.header_main {
    display: flex;
    justify-content: space-between;
}

.header_nav_ul1,
.header_nav,
.header_other,
.header_nav_cg1 {
    display: flex;
}

.header_logo {
    width: 236px;
    line-height: 80px;
    display: inline-flex;
    align-items: center;
}

.header-logo-link {
    width: 236px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.header-logo-icon,
.header-logo-text {
    height: 66px;
    background-image: url('/Public/headerlogo.png');
    background-repeat: no-repeat;
    background-size: 236px auto;
    transition: opacity .36s ease, filter .36s ease;
}

.header-logo-icon {
    width: 102px;
    flex: 0 0 102px;
    background-position: 0 center;
}

.header-logo-text {
    width: 126px;
    flex: 0 0 126px;
    background-position: -110px center;
}

.header-logo-text-dark {
    position: absolute;
    left: 110px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.header-logo-text-light {
    filter: brightness(0) invert(1);
}

.header_nav_cg1 p {
    color: #fff;
    font-size: 16px;
    line-height: 80px;
}

.header_nav_li1 {
    padding: 0 28px;
    position: relative;
}

.header_nav_li1:hover::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #007C36;
}

.header_nav_cg1 .ys_imgbox_cover img:nth-child(2) {
    position: absolute;
    top: 1px;
    left: 0;
    height: 100%;
    opacity: 0;
}

.header_search_img {
    width: 18px;
    line-height: 80px;
    cursor: pointer;
}

.header_lang a {
    color: #333;
    font-size: 16px;
    line-height: 80px;
}

.header_lang {
    margin-left: 18px;
    padding-left: 18px;
    position: relative;
}

.header_lang::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 18px;
    background: #007C36;
}

.ys_footer {
    background: #222222;
    padding: 60px 0 0;
}

/* Footer 主内容区 */
.ys_footer_main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* 左侧品牌信息 */
.ys_footer_info {
    width: 30%;
    flex-shrink: 0;
}

.ys_footer_logo {
    margin-bottom: 30px;
}

.ys_footer_logo img {
    height: 42px;
}

.ys_footer_contact .yfbl_address {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    width: 100%;
}

.ys_footer_contact .yfbl_address1 {
    font-family: 'Alibaba-PuHuiTi-L', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 14px;
    color: #A5A5A5;
    line-height: 1.6;
    white-space: nowrap;
    flex-shrink: 0;
    margin-bottom: 0;
    width: auto;
}

.ys_footer_contact .yfbl_address2 {
    font-family: 'Alibaba-PuHuiTi-L', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.6;
    opacity: 1;
    padding-left: 0;
    width: auto;
}

.ys_footer_contact .yfbl_address2 a {
    font-family: 'Alibaba-PuHuiTi-L', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.6;
    opacity: 1;
    transition: all .36s;
}

.ys_footer_contact .yfbl_address2 a:hover {
    color: #007C36;
}

.ys_footer_contact .yfbl_address2 span {
    font-size: 14px;
    opacity: 1;
    color: #FFFFFF;
}

/* 中间二维码 */
.ys_footer_qrcode {
    flex-shrink: 0;
    text-align: center;
    align-self: flex-end;
}

.ys_footer_qrcode .yfbr_ewm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ys_footer_qrcode .yfbr_ewm img {
    width: 77px;
    height: 77px;
}

.ys_footer_qrcode .yfbr_ewm p {
    color: #A5A5A5;
    font-size: 12px;
    margin-top: 8px;
    padding-left: 0;
    font-family: 'Alibaba-PuHuiTi-L', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

/* 右侧5列导航 */
.ys_footer_nav {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    flex: 1;
    padding-left: 60px;
}

.ys_footer_nav_col h4 {
    font-family: 'Alibaba-PuHuiTi-R', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.75;
    margin-bottom: 16px;
}

.ys_footer_nav_col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ys_footer_nav_col ul li {
    margin-bottom: 8px;
}

.ys_footer_nav_col ul li a {
    font-family: 'Alibaba-PuHuiTi-L', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 14px;
    color: #A5A5A5;
    line-height: 1.6;
    transition: all .36s;
    display: block;
    white-space: nowrap;
}

.ys_footer_nav_col ul li a:hover {
    color: #FFFFFF;
}

.ys_footer_top_left a {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    line-height: 2.2;
    display: block;
    transition: all .36s;
}

.ys_footer_top_left>ul>li>a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 10px;
    display: block;
}

.ys_footer_top_left {
    display: flex;
    justify-content: space-between;
    width: 68%;
    padding-right: 100px;
}

.ys_footer_top_left>ul:first-child {
    display: flex;
    justify-content: space-between;
    width: 85%;
    padding-right: 70px;
}

.ys_footer_top_left>ul:last-child {
    width: 15%;
}

.ys_footer_bot {
    margin-top: 80px;
}

.ys_footer_top {
    display: flex;
    justify-content: space-between;
}

.ys_footer_top_right {
    height: 100%;
}

.ys_footer_top_right {
    background: rgba(255, 255, 255, .16);
    border-radius: 30px;
    padding: 50px 60px;
    width: 32%;
}

.ys_footer_top_right .std_title5 {
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 16px;
}

.ys_footer_top_right .std_text1 p {
    color: rgba(255, 255, 255, .6);
}

.yftr_btn {
    margin-top: 36px;
    width: 114px;
    height: 46px;
    border-radius: 50px;
    background: #007C36;
    cursor: pointer;
}

.yftr_btn a {
    display: block;
    color: #FFF;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0.7px;
    text-align: center;
    border-radius: 50px;
}

.ys_footer_bot,
.ys_footer_bot_right {
    display: flex;
    justify-content: space-between;
}

.ys_footer_bot_right {
    align-items: center;
}

.ys_footer_bot_left {
    width: 70%;
}

.ys_footer_bot_right {
    width: 25.6%;
}

.ys_footer_bot_left {
    display: flex;
    flex-wrap: wrap;
}

.yfbl_address {
    width: 50%;
}

.yfbl_tel {
    padding-right: 90px;
}

.yfbl_address1 {
    width: 40px;
}

.yfbl_address2 {
    width: 460px;
    padding-left: 12px;
}

.yfbl_address {
    display: flex;
}

.yfbl_tel a {
    font-family: 'playbold' !important;
    font-size: 30px;
    color: #007C36;
}

.yfbl_tel p,
.yfbl_address1 {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 10px;
}

.yfbl_address2,
.yfbl_address2 a {
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
    opacity: .7;
}

.yfbl_address2 a {
    color: #007C36;
    font-size: 26px;
    /* font-family: 'playbold' !important; */
    opacity: 1;
    line-height: 1.3;
}

.yfbl_address1 {
    line-height: 1.3;
    margin-bottom: 0;
}

.yfbl_address2 {
    opacity: 1;
    line-height: 1.3;
}

.yfbl_address2 span {
    opacity: 0.7;
    font-size: 14px;
}

.yfbl_address {
    align-items: center;
}

.yfbr_ewm {
    display: flex;
    align-items: center;
}

.yfbr_ewm img {
    width: 100px;
}

.yfbr_ewm p,
.yfbr_video p {
    padding-left: 16px;
}

.yfbr_ewm span,
.yfbr_video p {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
}

.yfbr_video a {
    display: flex;
    align-items: center;
}

.yfbr_video img {
    width: 40px;
}

.ys_footer_bq {
    padding: 42px 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.ys_footer_bq .ys_cont1400,
.ys_footer_bq ul {
    display: flex;
    justify-content: space-between;
}

.ys_footer_bq span,
.ys_footer_bq a {
    font-size: 14px;
    color: #fff;
    opacity: .5;
    line-height: 1.3;
}

.ys_name {
    color: #fff;
    font-size: 14px;
    opacity: .2 !important;
    line-height: 1.3;
}

.ys_bq,
.ys_name {
    padding-left: 10px;
}

.ys_footer_bq li {
    padding: 0 8px;
    position: relative;
}

.ys_footer_bq li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, .5);
}

.ys_footer_bq li:first-child:before {
    display: none;
}

.ys_footer_bq {
    margin-top: 56px;
}

.header_nav_grade_main {
    background: rgb(243, 243, 243);
    padding: 30px 40px;
    /* border-radius: 16px; */
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, .05);
}

.header_nav_grade {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 200vw !important;
}

/* .header_nav_grade.header_nav_grade_product {
    transform: translateX(-30%);
} */

.header_nav_grade1 .header_nav_grade_main {
    display: flex;
}

.header_nav_grade1 .header_nav_grade_main li {
    padding-bottom: 10px;
    padding: 0 50px;
}

.header_nav_grade1 .header_nav_grade_main ul,
.header_nav_grade2 .header_nav_grade_main ul {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sub-menus-title .category-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
    object-fit: contain;
}

.sub-menus-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    line-height: 46px;
    margin-bottom: 10px;
    background-size: 24px auto;
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #DFDFDF;
}

.sub-menus-title1 {
    background-image: url('/Public/sub-menu1.png');
}

.sub-menus-title2 {
    background-image: url('/Public/sub-menu2.png');
}

.sub-menus-title3 {
    background-image: url('/Public/sub-menu3.png');
}

.sub-menus-title4 {
    background-image: url('/Public/sub-menu4.png');
}

.sub-menus-title5 {
    background-image: url('/Public/sub-menu5.png');
}

.header_nav_grade1_rec {
    width: 40%;
    padding-left: 50px;
}

.header_nav_grade_main li a {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 28px;
    transition: all .36s;
}

.hngr_title {
    width: 100%;
    margin-bottom: 20px;
}

.hngr_title p {
    color: #666;
    font-size: 14px;
    line-height: 1.75;
}

.hngr_title img {
    transition: all .36s;
    border-radius: 16px;
}

.header_nav_grade3_ul1>li>a {
    margin-bottom: 14px;
    display: block;
}

.hngr_btn a {
    display: flex;
    margin-top: 32px;
}

.hngr_btn p {
    color: #007C36;
    font-size: 16px;
    line-height: 1.5;
    padding-right: 18px;
}

.hngr_btn img {
    width: 8px;
}

.header_nav_grade3 .header_nav_grade_main {
    padding: 50px 0 40px;
}

.header_nav_grade3_ul1 {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.header_nav_grade3_ul1>li:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
}

.header_nav_grade3_ul1>li {
    width: 33.333333%;
    padding: 0 60px;
}

.header_nav_grade3_ul2 li {
    margin-bottom: 10px;
}

.header_nav_grade3_ul1>li {
    border-right: 1px solid #eee;
}

.header_nav_grade3_ul1>li:nth-child(3) {
    border-color: transparent;
}

.header_nav_grade4_ul1 {
    width: 30%;
    padding: 0 60px;
}

.header_nav_grade4_ul2 {
    width: 30%;
    padding: 0 60px;
}

.header_nav_grade4 .header_nav_grade_main {
    display: flex;
    justify-content: space-between;
}

.header_nav_grade4_ul1 li {
    margin-bottom: 32px;
}

.header_nav_grade4_ul2>li>a {
    display: block;
    margin-bottom: 22px;
}

.header_nav_grade4_ul1,
.header_nav_grade4_ul2 {
    border-right: 1px solid #eee;
}

.header_nav_grade4_ul2 li {
    margin-bottom: 14px;
}

.header_nav_grade5_ul li {
    text-align: center;
    margin-bottom: 20px;
}

.header_nav_grade5 .header_nav_grade_main {
    padding: 50px 20px 30px;
}

.header_nav_grade2_title2 a,
.header_nav_grade3_ul1>li>a,
.header_nav_grade4_ul1 li a,
.header_nav_grade4_ul2>li>a,
.header_nav_grade5_ul a {
    color: #333;
    font-size: 16px;
    line-height: 1.75;
    font-weight: bold;
}

.header_nav_grade {
    display: none;
}

.header_nav_grade1 {
    width: 800px;
}

.header_nav_grade1.header_nav_grade_product {
    width: 1200px;
}

.header_nav_grade3 {
    width: 760px;
}

.header_nav_grade4 {
    width: 820px;
}

.header_nav_grade5 {
    width: 180px;
}

.header_nav_li1.on .header_nav_cg1 p {
    color: #007C36;
}

.header_nav_li1.on .ys_imgbox_cover img:nth-child(1) {
    opacity: 0;
}

.header_nav_li1.on .ys_imgbox_cover img:nth-child(2) {
    opacity: 1;
}

.header_nav_ul1 {
    padding-right: 20px;
}

.ys_ph_nav li.yxnav_active1>.ys_phnav_lisbox a {
    color: #007C36;
}

.ys_ph_nav a {
    font-size: 18px;
    line-height: 46px;
    color: #999;
    max-width: calc(100% - 36px);
}

.ys_phnav_menu {
    background: #fff;
}

.ys_phnav_icon::before,
.ys_phnav_icon::after {
    display: none;
}

.ys_phnav_icon img {
    position: absolute;
    top: 0;
    left: 0;
}

.ys_ph_ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
    background: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 14px 0;
}

.ys_ph_nav ul a {
    font-size: 16px;
    padding: 0;
    line-height: 36px;
}

.ys_ph_ul2 .ys_phnav_lisbox {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.ys_ph_nav ul,
.ys_ph_nav a {
    padding: 0;
}

.ys_phnav_menu {
    padding: 20px 0;
}

.ys_ph_li1 a,
.ys_ph_nav ul a {
    padding: 0 20px;
}

.ys_phnav_icon {
    right: 20px;
}

.ys_ph_nav ul {
    padding: 10px 0;
}

.ys_ph_ul3 a {
    padding: 0 30px !important;
}

.ys_ph_ul3 li.yxnav_active3 a {
    color: #007C36;
}

.ys_phs_form input {
    border: 1px solid #999;
    color: #999;
}

.ys_phs_form .iconfont {
    color: #999;
}

.ys_phs_form input::-webkit-input-placeholder {
    color: #999;
}

.ys_phs_form input:-moz-placeholder {
    color: #999;
}

.ys_phs_form input::-moz-placeholder {
    color: #999;
}

.ys_phs_form input:-ms-input-placeholder {
    color: #999;
}

.ys_phnav_icon img:nth-child(1) {
    opacity: 1 !important;
}

.ys_phnav_icon img:nth-child(2) {
    opacity: 0;
}

.ys_ph_li1.yxnav_active1 .ys_phnav_lisbox .ys_phnav_icon img:nth-child(1),
.ys_ph_ul2 li.yxnav_active1 .ys_phnav_lisbox>.ys_phnav_icon img:nth-child(1) {
    opacity: 0;
}

.ys_ph_li1.yxnav_active1>.ys_phnav_lisbox .ys_phnav_icon img:nth-child(2),
.ys_ph_ul2 li.yxnav_active2 .ys_phnav_lisbox>.ys_phnav_icon img:nth-child(2) {
    opacity: 1;
}

.ys_ph_ul2>li.yxnav_active2>.ys_phnav_lisbox>a {
    color: #007C36;
}

.ys_phnav_icon img {
    transition: all .36s;
}

.ys_phnav_icon.on img {
    transform: rotateZ(180deg);
}

.ys_phnav_icon {
    width: 16px;
    height: 17px;
}

.header_nav_grade5_ul2 ul li:last-child {
    margin-bottom: 0;
}

.ys_hd_pc {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: .5s all;
    backdrop-filter: blur(1px);
}

.ys_search7_searchbox {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 100%;
    left: 0;
    box-shadow: 0 10px 30px 0 rgba(78, 78, 78, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    background: #fff;
}

.ys_search7_input input {
    width: 100%;
}

.ys_search7_seb {
    width: 70%;
    display: flex;
    align-items: center;
    justify-items: center;
}

.ys_search7_input {
    flex-grow: 1;
    line-height: 35px;
    border-bottom: 1px solid rgb(214, 214, 214);
}

.ys_search7_input input {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}

.ys_search7_pullimg {
    flex-shrink: 0;
    width: 24px;
    margin-left: 20px;
    cursor: pointer;
}

.header_nav {
    /* position: relative; */
}

/* home */
.ys_ban_txtbox .ys_ban_title {
    font-size: 62px;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 18px;
}

.ys_ban_txtbox .ys_ban_tips {
    font-size: 30px;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
}

.banner1 .ys_ban_title,
.banner1 .ys_ban_tips  {
    text-align: left;
}

.banner2 .ys_ban_title,
.banner2 .ys_ban_tips {
    text-align: center;
}

.banner3 .ys_ban_title,
.banner3 .ys_ban_tips {
    text-align: center;
}

.ys_pos_center.banner2,
.ys_pos_center.banner3 {
    top: 30%;
}

.home_industry {
    background-image: url('/Public/aboutus/116.jpg');
    background-size: cover;
    background-position: center;
}

.home_industry_body {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 150px 0;
}

.industry_title {
    font-size: 36px;
    color: #fff;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 20px;    
}

.industry_content p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
    width: 500px;
}

.industry_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.industry_item {
    width: 30%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 500px;
    text-align: center;
    background-size: cover;
    background-position: center;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.industry_item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    filter: brightness(1.1);
}

.industry_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(5, 164, 62, 0) 0%, rgba(5, 164, 62, 0.2) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.industry_item:hover::before {
    opacity: 1;
}

.industry_1 {
    background-image: url(../../industry_1.jpg);
}

.industry_2 {
    background-image: url(../../industry_2.jpg);
}

.industry_3 {
    background-image: url(../../industry_3.jpg);
}

.industry_1 .industry_title {
    --industry-title-icon: url(../../aboutus/industry_icon4.png);
}

.industry_2 .industry_title {
    --industry-title-icon: url(../../aboutus/industry_icon5.png);
}

.industry_3 .industry_title {
    --industry-title-icon: url(../../aboutus/industry_icon6.png);
}

.industry_item .industry_title {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-top: 260px;
}

.industry_item .industry_title::before {
    content: "";
    position: absolute;
    top: 100px;
    left: 50%;
    width: 96px;
    height: 96px;
    background-image: var(--industry-title-icon);
    background-repeat: no-repeat;
    background-size: 58px auto;
    background-position: center;
    transform: translateX(-50%);
    filter: brightness(0) invert(1);
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
}

.industry_item .industry_tips {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 40px 40px;
    text-align: left;
}

.ys_fadein1 {
    
}

.ys_fadein1  .slick-list {
    padding: 0 !important;
}
 
.ys_fadein1  .slick-slide {
    width: 100% !important;
    background-color: rgba(0, 0, 0, .3);
    border-top: 1px solid rgba(99,99,99,.5);
    border-right: 1px solid rgba(99,99,99,.5);
}

.ys_fadein1  .slick-slide:hover {
    background-color: #007C36;
}

.ys_fadein1  .slick-slide:last-child {
    border-right: 0;
}

.ys_fadein1  .home_list_li_top {
    padding: 20px 0;
}

.ys_fadein1  .hllt_img {
    width: 60px;
    margin: 0 10px 0;
}

.ys_fadein1  img {
    height: 50px !important;
    width: auto !important;
}

.ys_fadein1  .std_text1 p {
    color: #fff !important;
}

.home_list_li_top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ys_ban_txtbox p {
    font-size: 28px;
    color: #fff;
    line-height: 1.5;
}

.ys_ban_slick .slick-dots {
    width: 1400px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 -5px;
    bottom: 120px;
}

.slick-dots li {
    width: 14px;
    height: 4px;
    border-radius: 5px;
    margin: 0 5px;
}

.ys_ban_slick .slick-dots li {
    background: rgba(255, 255, 255, .3);
}

.ys_ban_slick .slick-dots li.slick-active {
    background: rgba(255, 255, 255, 1);
    width: 10px;
}

.hngr_title {
    overflow: hidden;
}

.ys_ban_imgbox img {
    transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
    -webkit-transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
    -moz-transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
    -ms-transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
    -o-transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
    transform-origin: center center;
    /* image-rendering: pixelated; */
    image-rendering: auto;
    backface-visibility: hidden;
}

.ys_ban_li.slick-current .ys_ban_imgbox img {
    animation-delay: 0.01s;
    animation: banimgscale 8s ease-out both;
    -webkit-animation: banimgscale 8s ease-out both;
    -ms-animation: banimgscale 8s ease-out both;
    -moz-animation: banimgscale 8s ease-out both;
    -o-animation: banimgscale 8s ease-out both;
}
.ys_ban_imgbox{
    perspective: 400px;
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    -ms-transform: perspective(400px);
    -o-transform: perspective(400px);
    backface-visibility:hidden;
}
@keyframes banimgscale {
    0%{
        transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
        -webkit-transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
        -moz-transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
        -ms-transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
        -o-transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
    }
    100% {
        transform: scale(1,1) rotate(0deg) translateZ(0);
        -webkit-transform: scale(1,1) rotate(0deg) translateZ(0);
        -moz-transform: scale(1,1) rotate(0deg) translateZ(0);
        -ms-transform: scale(1,1) rotate(0deg) translateZ(0);
        -o-transform: scale(1,1) rotate(0deg) translateZ(0);
    }
}
@-webkit-keyframes banimgscale {
    0%{
        transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
        -webkit-transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
        -moz-transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
        -ms-transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
        -o-transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
    }
    100% {
        transform: scale(1,1) rotate(0deg) translateZ(0);
        -webkit-transform: scale(1,1) rotate(0deg) translateZ(0);
        -moz-transform: scale(1,1) rotate(0deg) translateZ(0);
        -ms-transform: scale(1,1) rotate(0deg) translateZ(0);
        -o-transform: scale(1,1) rotate(0deg) translateZ(0);
    }
}
@-moz-keyframes banimgscale {
    0%{
        transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
        -webkit-transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
        -moz-transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
        -ms-transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
        -o-transform: scale(1.2,1.2) rotate(0deg) translateZ(0);
    }
    100% {
        transform: scale(1,1) rotate(0deg) translateZ(0);
        -webkit-transform: scale(1,1) rotate(0deg) translateZ(0);
        -moz-transform: scale(1,1) rotate(0deg) translateZ(0);
        -ms-transform: scale(1,1) rotate(0deg) translateZ(0);
        -o-transform: scale(1,1) rotate(0deg) translateZ(0);
    }
}
.home_list_ul {
    display: flex;
    width: 100%;
}

.home_list_ul .slick-list {
    width: 100%;
}

.home_list_li {
    width: 16.666667%;
}

.hllt_img {
    width: 86px;
    margin: 0 auto 12px;
}

.home_list_li_top .std_text1 p {
    text-align: center;
}

.home_list_li {
    position: relative;
}

.home_list_li_top {
    padding: 50px 0;
    position: relative;
    cursor: pointer;
}

.home_list_li_bot {
    transition: all .36s;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    padding: 42px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}

.home_list_li.on .home_list_li_bot {
    opacity: 1;
    pointer-events: all;
}

.hllb_li {
    border-top: 1px solid rgba(102, 102, 102, .3);
}

.hllb_li:last-child {
    border-bottom: 1px solid rgba(102, 102, 102, .3);
}

.home_list_li .std_text1 p {
    color: #333;
    font-weight: bold;
}

.home_list_li_bot .std_text1 {
    margin-bottom: 16px;
}

.hllt_img img {
    width: 100%;
}

.hllb_li a {
    padding: 10px 0;
    display: block;
    color: #333;
    line-height: 1.5;
    font-size: 14px;
}

.hllb_btn {
    margin-top: 25px;
}

.hllb_btn a {
    display: flex;
    align-items: center;
}

.hllb_btn p {
    padding-right: 14px;
    color: #007C36;
    font-size: 14px;
    line-height: 1.5;
}

.hllb_btn img {
    width: 8px;
}

.home_list .ys_cont1400 {
    width: 1460px;
}

.home_prodt {
    background: #fff;
    padding: 150px 0;
}

.home_list {
    position: relative;
    z-index: 10;
}

.home_list .slick-arrow {
    opacity: 0;
}

.home_list_ul .slick-list {
    padding: 0 30px;
}

.hllb_li a {
    transition: all .36s;
}

.home_list_ul .slick-prev {
    top: 32%;
}

.home_list_ul .slick-next {
    top: 32%;
}

.slick-prev {
    width: 30px;
    height: 30px;
    z-index: 10;
    left: -50px;
    transition: all .36s;
    margin-left: 100px;
    border-top: 3px solid rgba(255, 255, 255, .5);
    border-left: 3px solid rgba(255, 255, 255, .5);
    transform: rotate(-45deg);
}

.slick-next {
    width: 30px;
    height: 30px;
    z-index: 10;
    right: -50px;
    transition: all .36s;
    margin-right: 100px;
    border-top: 3px solid rgba(255, 255, 255, .5);
    border-right: 3px solid rgba(255, 255, 255, .5);
    transform: rotate(45deg);
}


.home_list_ul .slick-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background: transparent;
    z-index: 10;
}

.home_list_ul .slick-list::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: transparent;
    z-index: 10;
}

.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.home_title2 p {
    font-weight: bold;
    color: #000;
    font-size: 40px;
    line-height: 60px;
}

.home_title2 h2 {
    color: #999;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 40px;
}

.home_industry .home_title2 p {
    color: #fff;
}

.home_title p {
    background: #007C36;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    width: auto;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 50px;
    padding: 0 16px;
    display: inline-block;
}

.home_title .std_title1 { 
    font-weight: bold;
    color: #000;
    font-size: 40px;
}

.home_title .std_tips1 { 
    font-size: 16px;
    color: #999;
    margin: 20px 0 40px;
}

.home_title .std_title2 {
    font-weight: bold;
    color: #007C36;
}

.home_title {
    margin-bottom: 40px;
}

.home_prodt_left_li {
    width: 50%;
    padding: 0 25px;
}

.home_prodt_left_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px 40px;
}

.ys_cont1660 {
    width: 1660px;
}

.home_prodt_left {
    width: 70%;
}

.home_prodt_right {
    width: 30%;
    flex-grow: 1;
    text-align: center;
}

.home_prodt_li_box {
    display: flex;
    align-items: center;
}

.home_prodt_left_li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.home_prodt_box {
    max-width: 1920px;
    margin: 0 auto;

    .std_text1 {
        p {
            margin-bottom: 0;
        }
    }
}

.home_prodt_box img,
.pro_list_ul img,
.pstr_img img {
    image-rendering: auto !important;
}

.hpll_text_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    margin-bottom: 5px;
}

.hpll_text {
    padding-left: 16px;
}

/* .home_prodt_ul .slick-prev {
    margin-left: -100px;
} */

/* .home_prodt_ul .slick-next {
    margin-right: 50vw;
    transform: translateX(800px) rotate(45deg);
} */

.home_prodt_ul .slick-arrow {
    border-color: rgb(51 51 51);
    display: none !important;
}

.home_prodt_ul .slick-arrow.slick-disabled {
    border-color: rgb(214 214 214);
}

.slick-dots li {
    background: rgb(214 214 214);
}

.slick-dots li.slick-active {
    background: #007C36;
    width: 40px;
}

.home_prodt_ul .slick-dots {
    text-align: left;
    position: relative;
    margin-top: 30px;
}

.home_solu,
.home_new,
.home_service {
    padding: 120px 0;
}

.home_new {
    .ys_imgbox_cover {
        img {
            object-fit: cover;
            object-position: top;
        }
    }
}

.home_solu_top {
    margin-top: 60px;
}

.home_solu_top_li {
    width: 25%;
    border-top: 1px solid #DCE1E1;
    cursor: pointer;
}

.home_solu_top_li p {
    font-weight: bold;
    position: relative;
    padding-top: 36px;
    text-align: center;
}

.home_solu_top_li p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #007C36;
    transition: all .36s;
}

.home_solu_bot {
    margin-top: 50px;
}

.home_solu_bot_box .ys_imgbox_cover {
    border-radius: 30px;
    position: relative;
}

.home_solu_bot_box .ys_imgbox_cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    opacity: 0.2;
    z-index: 1;
    background: linear-gradient(252deg, rgba(0, 0, 0, 0.00) 37.89%, #000 98.8%);
}

.home_solu_bot_li {
    position: relative;
}

.home_solu_bot_text {
    width: 80%;
    z-index: 10;
}

.home_solu_bot_text .std_title5 {
    color: #fff;
    width: 35%;
}

.home_solu_bot_text .std_btn1 {
    margin-top: 44px;
}

.home_solu_top_li.slick-current p {
    color: #007C36;
}

.home_solu_top_li.slick-current p::before {
    width: 100%;
}

.home_solu_bot_ul .slick-prev {
    left: -90px;
}

.home_solu_bot_ul .slick-next {
    right: -90px;
}

.home_new {
    background: #fff;
}

.home_new_top {
    display: flex;
    justify-content: space-between;
}

.home_new_left_ul,
.home_new_right_ul {
    width: 50%;
}

.home_new_left_ul {
    padding-right: 50px;
}

.home_new_bot {
    display: flex;
    flex-direction: row-reverse;
    height: 400px;
}

.home_new_left_li .ys_imgbox_cover,
.home_new_left_li a {
    border-radius: 0;
}

.home_new_right_li span {
    color: #999999;
    font-size: 16px;
    line-height: 1.5;
    display: block;
}

.home_new_right_li p {
    color: #333;
    font-size: 20px;
    line-height: 1.5;
}

.home_new_right_li a .news-content {
    display: flex;
    justify-content: space-between; 
    align-self: center;
}

.home_new_right_li a {
    display: block;
    border-bottom: 1px solid #E1E1E1;
    padding: 30px 0;
}

.news-text {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.4s ease-in-out;
    transform: translateY(-10px);
}

.home_new_right_li a:hover .news-text {
    max-height: 48px;
    opacity: 1;
    margin-top: 10px;
    transform: translateY(0);
}

.home_new_right_li:first-child a {
    padding-top: 10px;
}

.home_new_right_li.on p {
    color: #007C36;
}

.home_new_right_li p {
    transition: all .36s;
}

.home_service_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home_service_ul {
    display: flex;
    width: 76%;
}

.home_service_li {
    width: 25%;
    border-right: 1px solid #E0E0E0;
}

.home_service_ul .ys_imgbox_cover {
    width: 50px;
    margin: 16px auto 22px;
}

.home_service_ul .std_text1 p {
    text-align: center;
    color: #333;
}

.home_service_ul {
    padding: 38px 0;
    height: 100%;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}

.home_service_li:last-child {
    border-right: none;
}

.home_service_li .std_text1 {
    margin-bottom: 16px;
}

.ys_nyban_img {
    position: relative;
    height: 600px;
}

.ys_nyban_img::before {
    background: rgba(0, 0, 0, 0.20);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ys_nyban_title {
    z-index: 10;
}

.ys_nyban_title h1 {
    font-weight: bold;
}

.mod_bread {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.mod_bread {
    display: flex;
}

.mod_bread a {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.mod_bread li {
    padding-right: 18px;
    position: relative;
}

.mod_bread li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 6px;
    height: 10px;
    background: url(../images/a1_arrow4.svg) center/cover no-repeat;
}

.mod_bread li:last-child::before {
    display: none;
}

/* .mod_bread li:last-child a {
    color: #007C36;
} */

.ys_cont1500 {
    width: 1500px;
    margin: 0 auto;
}

.mod_tab {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 47px 88px;
    position: relative;
    z-index: 20;
    margin-top: -70px;
}

.mod_tab_ul {
    display: flex;
    position: relative;
    z-index: 10;
}

.mod_tab_ul {
    margin: 0 -3px;
}

.mod_tab_li {
    padding: 0 3px;
}

.mod_tab_li a {
    color: #666;
    font-size: 18px;
    padding: 0 32px;
    line-height: 46px;
    transition: all .36s;
    display: block;
    border-radius: 50px;
}

.mod_tab_li.on a {
    background: #007C36;
    color: #fff;
}

.ys_fybtn {
    padding: 0 15px;
}

.yx_paging_pc a {
    float: left;
}

.ys_fybtn a {
    font-size: 14px;
    color: #333;
}

.yx_paging_ph {
    display: none;
}

.yx_paging_ul {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}

.yx_paging_ul li {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    text-align: center;
    margin: 0px 10px;
    border-radius: 50%;
    transition: .3s;
}

.yx_paging_ul li.activepage {
    color: #007C36;
    background: #007C36;
    color: #fff;
}

.yx_paging_first li::before,
.yx_paging_next li::before,
.yx_paging_prev li::before,
.yx_paging_end li::before {
    font-family: "iconfont";
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

.yx_paging_first li::before {
    content: "\e74d";
}

.yx_paging_next li::before {
    content: "\e743";
}

.yx_paging_prev li::before {
    content: "\e744";
}

.yx_paging_end li::before {
    content: "\e74c";
}

@media screen and (min-width: 1200px) {
    .yx_paging_ul li:hover {
        background: #007C36;
        color: #fff;
    }

    .yx_paging_first li:hover,
    .yx_paging_prev li:hover,
    .yx_paging_next li:hover,
    .yx_paging_end li:hover {
        background: transparent;
        color: #333;
    }
}

@media screen and (max-width: 1199px) {
    .yx_paging_link {
        color: #666;
    }

    .yx_paging_link a {
        color: initial;
    }

    .yx_paging_ph {
        padding-left: 40px;
        padding-right: 40px;
        display: block;
    }

    .yx_paging_pc {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .yx_paging_ph {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.prosum_tab {
    margin-bottom: 20px;
}

.prosum_cont_top {
    margin-top: 60px;
    border-bottom: 1px solid #E4E5E7;
}

.prosum_search {
    margin-top: 40px;
    margin-bottom: 60px;
}

.prosum_tab {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.prosum_tab_title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    padding-right: 32px;
    width: 110px;
}

.prosum_tab_ul li a {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    border-radius: 50px;
    border: 2px solid #E4E5E7;
    align-items: center;
}

.prosum_tab_ul .ys_imgbox_cover {
    width: 10px;
}

.prosum_tab_ul p {
    color: #666;
    font-size: 14px;
    line-height: 42px;
    padding-left: 10px;
    transition: all .36s;
}

.prosum_tab_ul {
    display: flex;
    flex-wrap: wrap;
}

.prosum_tab_ul li {
    margin: 10px 10px 10px 0;
}

.prosum_tab_ul .ys_imgbox_cover img:nth-child(2) {
    top: 1px;
    opacity: 0;
}

.prosum_tab_ul li.on a .ys_imgbox_cover img:first-child {
    opacity: 0;
}

.prosum_tab_ul li.on a .ys_imgbox_cover img:last-child {
    opacity: 1;
}

.prosum_tab_ul li.on a p {
    color: #007C36;
}

.prosum_tab_ul li.on a {
    border-color: #007C36;
}

.prosum_search {
    position: relative;
    width: 500px;
}

.prosum_search input {
    border-radius: 50px;
    background: #F4F4F4;
    padding: 0 70px 0 30px;
    color: #666;
    font-size: 16px;
    width: 100%;
    height: 60px;
}

.prosum_search img {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}

.prosum_list_ul li a {
    border-radius: 30px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    padding: 80px 120px;
}

.prosum_list_ul li {
    margin-bottom: 60px;
}

.prosum_list_ul .ys_imgbox_cover {
    width: 325px;
}

.prosum_list_text {
    height: 100%;
    width: calc(100% - 325px);
    padding-left: 170px;
}

.prosum_list_text .std_title4 {
    font-weight: bold;
    margin-bottom: 16px;
}

.prosum_list_text .std_text1 {
    margin-bottom: 40px;
}

.prosum_list_ul {
    margin-bottom: 80px;
}

.pro_list_li {
    width: 100%;
    /* padding: 0 26px; */
    margin-bottom: 52px;
}

.pro_list_ul {
    display: flex;
    margin: 0 -26px 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.pro_list_box {
    position: relative;
    /* border-radius: 16px; */
    /* border: 1px solid #E4E5E7; */
    padding: 20px 10px;
    height: 100%;
    overflow: hidden;
    transition: all .36s;
}

.pro_list_text {
    text-align: center;
}

.pro_list_text_title {
    color: #333;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: bold;
}

.pro_list_text .std_text1 p {
    color: #999;
}

.pro_list_box .ys_imgbox_cover {
    width: 200px;
    height: 200px;
}

.pro_list_box .ys_imgbox_cover img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.pro_list_box::before {
    content: '';
    position: absolute;
    top: -3%;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    height: 105%;
    opacity: 0;
    transition: all .36s;
    z-index: 10;
}

.pro_list_text {
    position: relative;
}

.pro_list_text_list {
    position: absolute;
    bottom: -105px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 48px);
    background: #fff;
    border-radius: 16px;
    padding: 5px 38px;
    z-index: 11;
    transition: all .36s;
    opacity: 0;
}

.pro_list_text_list li a {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    transition: all .36s;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid rgba(102, 102, 102, 0.30);
}

.pro_list_text_list li:last-child a {
    border-color: transparent;
}

.case_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -26px 20px;
}

.case_li {
    width: 33.333333%;
    padding: 0 26px;
    margin-bottom: 52px;
}

.case_li .ys_imgbox_cover {
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.case_li_text {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 25px 50px;
    transition: all .36s;
    border: 1px solid #e4e5e7;
    border-top-color: transparent;
}

.case_li a {
    transition: all .36s;
    border-radius: 16px 16px 30px 30px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
    display: block;
    /* border: 1px solid #E4E5E7; */
    height: 100%;
}

.case_li {
    height: auto;
}

.case_li_text .std_text {
    margin-bottom: 10px;
    transition: all .36s ease;
}

.case_li_text .std_text1 p {
    margin-bottom: 25px;
}

.case_li_label span {
    border-radius: 50px;
    background: rgba(236, 27, 35, 0.10);
    padding: 2px 8px;
    font-size: 14px;
    line-height: 26px;
    color: #007C36;
    display: inline-block;
    margin-right: 10px;
}

.mod_tab::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 72px;
    background: url(../images/b1_bg1.svg) center;
    width: 283px;
    height: 100%;
    background-size: 100%;
    z-index: 1;
    object-fit: cover;
}

.mod_tab {
    overflow: hidden;
}

.news_cont_bot_li .ys_cont1400 {
    padding: 50px 0;
    display: flex;
    align-items: center;
}

.news_cont_bot_li a{
    border-bottom: 1px solid #E1E4E6;
    transition: all .36s ease;
}

.news_cont_bot_li .ys_imgbox_cover {
    width: 30%;
    height: auto;
}

.ncbl_text {
    width: 70%;
    padding-left: 52px;
}

.news_cont_bot_ul {
    margin-bottom: 80px;
}

.ncbl_text .std_title5 {
    font-weight: bold;
    margin-bottom: 10px;
}

.ncbl_text span {
    color: #999999;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'playbold' !important;
    display: block;
    margin-bottom: 40px;
}

.news_time {
    color: #999999;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'playregular' !important;
    display: block;
}

.news_cont_bot_li .std_text1 p {
    color: #999;
}

.ncbl_text .std_title5 {
    transition: all .36s;
}

.news_cont_top .ys_select {
    margin-bottom: 18px;
    width: 180px;
}

.ys_select_hd {
    border-bottom: 1px solid #D3D3D3;
    padding: 0 12px 10px;
}

.ys_select_hd input {
    color: #666;
    font-size: 16px;
}

.ys_select_hd input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
    font-size: 16px;
}

.ys_select_hd input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
    font-size: 16px;
}

.ys_select_hd input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
    font-size: 16px;
}

.ys_select_hd input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
    font-size: 16px;
}

.prosum_search input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 16px;
}

.prosum_search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 16px;
}

.prosum_search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 16px;
}

.prosum_search input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 16px;
}

.icon-arrow-down:before {
    content: "\e7b2";
    color: #666;
    font-size: 14px;
}

.ys_select_xtbbox {
    top: 35%;
    right: 12px;
}

.ys_select_bd {
    padding: 12px;
    height: 140px;
}

.ys_select_li {
    color: #666;
    font-size: 16px;
    line-height: 1.75;
}

.newsdt_left {
    width: 65.5%;
    padding-right: 122px;
}

.newsdt_right {
    width: 34.5%;
    padding-left: 122px;
}

.newsdt_box {
    margin-top: 32px;
}

.newsdt_cont {
    position: relative;
    padding: 24px 0 100px;
}

.newsdt_cont::before {
    width: 56.5%;
    height: 100%;
    background: #FAFAFA;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.newsdt_cont .ys_cont1400 {
    position: relative;
}

.newsdt_main .mod_bread {
    top: 0;
    left: 0;
    transform: translateX(0);
}

.newsdt_main .mod_bread a {
    color: #999;
}

.newsdt_main .mod_bread li::before {
    background: url(../images/a1_arrow5.svg) center/cover no-repeat;
}

.newsdt_left_top {
    padding-bottom: 24px;
}

.newsdt_left_top .std_title5 {
    font-weight: bold;
    margin-bottom: 16px;
}

.newsdt_left_page {
    padding: 24px 0 0;
}

.newsdt_left_page span {
    color: #999999;
    font-size: 16px;
    line-height: 1.75;
    transition: all .36s;
}

.newsdt_left_bot .yxedr_active {
    padding: 40px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}

.newsdt_left_page li {
    margin-bottom: 5px;
}

.newsdt_box {
    display: flex;
}

.newsdt_right .std_title5 {
    font-weight: bold;
    margin-bottom: 20px;
}

.newsdt_right li {
    border-top: 1px solid #E3E3E3;
}

.newsdt_right li:last-child {
    border-bottom: 1px solid #E3E3E3;
}

.newsdt_right li a {
    padding: 24px 0 20px;
    display: block;
}

.case_li_label {
    margin-bottom: 10px;
}

.newsdt_right li .std_text1 p {
    color: #333;
    margin: 5px 0 10px;
    transition: all .36s;
}

.video_ul li {
    width: 33.333333%;
    padding: 0 26px;
    margin-bottom: 52px;
}

.video_ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -26px 20px;
}

.video_img {
    position: relative;
}

.video_img .ys_imgbox_cover {
    width: 100%;
    border-radius: 16px;
}

.video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}

.video_img .news_time {
    color: #fff;
    position: absolute;
    bottom: 14px;
    right: 20px;
    z-index: 5;
}

.video_img .ys_imgbox_cover::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    border-radius: 16px;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 1;
}

.video_text {
    padding: 24px 10px;
}

.video_ul a {
    border-bottom: 1px solid #E4E5E7;
    display: block;
    height: 100%;
}

.video_text .std_text {
    font-weight: normal;
    margin-bottom: 16px;
}

.ys_hd_pc.on,
.ys_hd_pc.fixed {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
}

.ys_hd_pc.on .header_nav_cg1 p,
.ys_hd_pc.fixed .header_nav_cg1 p {
    color: #333;
}

.ys_hd_pc.on .header_nav_li1.yxnav_active1 .header_nav_cg1 p,
.ys_hd_pc.fixed .header_nav_li1.yxnav_active1 .header_nav_cg1 p {
    color: #007C36;
}

.ys_hd_pc.on .header_nav_li1:hover .header_nav_cg1 p,
.ys_hd_pc.fixed .header_nav_li1:hover .header_nav_cg1 p {
    color: #007C36;
}

.ys_hd_pc .header_logo {
    position: relative;
}

.ys_hd_pc:hover .header-logo-text-light,
.ys_hd_pc.on .header-logo-text-light,
.ys_hd_pc.fixed .header-logo-text-light {
    opacity: 0;
}

.ys_hd_pc:hover .header-logo-text-dark,
.ys_hd_pc.on .header-logo-text-dark,
.ys_hd_pc.fixed .header-logo-text-dark {
    opacity: 1;
}

.video_ul li .std_text {
    transition: all .36s;
}

.casedt_sect1 {
    margin-top: -105px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 60px 0;
    position: relative;
    z-index: 10;
}

.casedt_sect1_left {
    width: 60%;
    padding-right: 120px;
}

.casedt_sect1_right {
    width: 40%;
}

.casedt_sect1_mian {
    display: flex;
    align-items: center;
}

.casedt_title .std_title3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.casedt_sect1 .casedt_title {
    padding-bottom: 24px;
    border-bottom: 1px solid #DCE1E1;
}

.casedt_text {
    padding-top: 30px;
}

.casedt_text p {
    margin-bottom: 10px;
}

.casedt_sect1_right_li .ys_imgbox_cover {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.casedt_sect1_right_li {
    margin-bottom: 24px;
}

.casedt_sect1_right_ul .slick-dots {
    bottom: 0;
}

.casedt_sect2_li {
    width: 25%;
    padding: 0 26px;
}

.casedt_sect2_li,
.casedt_sect3 .case_li {
    float: left;
}

.casedt_sect3 .case_li {
    margin-bottom: 30px;
}

.casedt_sect2_li a {
    display: block;
    border-radius: 16px;
    border: 1px solid #E4E5E7;
    background: #FFF;
    padding: 45px 55px;
    position: relative;
    margin: 20px 0;
}

.casedt_sect2_top_img .ys_imgbox_cover {
    width: 100%;
    margin-bottom: 20px;
}

.casedt_sect2_top_new {
    position: absolute;
    top: 14px;
    right: 14px;
    border-radius: 50px;
    background: #007C36;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    padding: 0 10px;
    opacity: 0;
}

.casedt_sect2_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
    color: #333;
    text-align: center;
}

.casedt_sect2_bot {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 60px 20px;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    opacity: 0;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.casedt_sect2_bot .std_text1 {
    color: #007C36;
}

.casedt_sect2_bot .casedt_sect2_title {
    margin: 6px 0 10px;
}

.casedt_sect2_bot .std_text1 p {
    line-height: 2;
}

.casedt_sect2_li.on .casedt_sect2_top_new {
    opacity: 1;
}

.casedt_sect2_ul {
    margin: 0 -26px;
}

.casedt_main .casedt_cont .slick-prev {
    left: -75px;
}

.casedt_main .casedt_cont .slick-next {
    right: -75px;
}

.casedt_sect3.std_padding1 {
    padding-bottom: 50px;
}

.casedt_sect3 {
    background: #f9f9f9;
}

.casedt_sect4_box {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 55px 0;
}

.casedt_sect4_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -85px;
}

.casedt_sect4_li {
    width: 33.333333%;
    padding: 0 85px;
    border-right: 1px solid #E0E0E0;
}

.casedt_sect4_li:last-child {
    border-right: none;
}

.cslm_title,
.casedt_btn a {
    display: flex;
    align-items: center;
}

.cslm_title img {
    width: 40px;
}

.cslm_title p {
    padding-left: 18px;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    font-weight: bold;
}

.cslm_title {
    margin-bottom: 10px;
}

.casedt_btn {
    margin-top: 20px;
}

.casedt_btn p {
    padding-right: 8px;
    color: #007C36;
    font-size: 16px;
}

.casedt_btn img {
    width: 16px;
    margin-top: 1px;
}

.pstl_bot_text_color p {
    color: #666;
}

.pstl_bot_text li {
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-start;
}

.pstl_bot_text_title {
    width: 150px;
    padding-right: 20px;
}

.pstl_bot_text_color {
    width: calc(100% - 150px);
}

.prodt_sect5,
.prodt_main .casedt_sect4 {
    background: #F9F9F9;
}

.prodt_sect1 .mod_bread a {
    color: #999999;
}

.prodt_sect1 .mod_bread li::before {
    background: url(../images/a1_arrow5.svg) center/cover no-repeat;
}

.prodt_sect1 {
    position: relative;
    background: #FFF;
}

.prodt_sect1_cont {
    padding: 110px 0 0;
    position: relative;
    z-index: 10;
}

.prodt_btn .ys_imgbox_cover,
.prodt_sect_right_top .prodt_sect_right_top .ys_imgbox_cover {
    width: 24px;
}

.prodt_sect4_right_bot.ys_imgbox_cover {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F5F5F5;
    transition: all .36s ease;
}

.prodt_sect4_right_bot img {
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prodt_sect4_ul .prodt_sect4_right_bot img {
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prodt_sect4_right_bot img:nth-child(2) {
    height: auto;
}

.pro_list_li .casedt_sect2_top_new {
    top: -28px;
    right: -14px;
    opacity: 0;
}

.pro_list_li.on .casedt_sect2_top_new {
    opacity: 1;
}

.prodt_sect1_top_right {
    width: 43%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    /* padding-bottom: 100px; */
    /* min-height: 500px; */
    box-sizing: border-box;
}

.prodt_sect1_top_left {
    width: 57%;
    padding-right: 150px;
}

.prodt_sect1_top_left_cont {
    width: 100%;
}

.contact-us {
    display: inline-block;
    background-color: #008E3E;
    color: #FFFFFF;
    font-family: 'Alibaba-PuHuiTi-R', sans-serif;
    font-size: 16px;
    padding: 14px 30px 14px 60px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 50px;
    text-align: center;
    background-image: url(../../aboutus/contact.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center left 30px;
}

.contact-us:hover {
    background-color: #007C36;
    color: #fff;
}

.prodt_sect1_top {
    display: flex;
    justify-content: flex-start;
}

.prodt_sect5_cont li {
    width: 33.333333%;
}

.pstl_top .std_title2 {
    font-size: 32px;
    position: relative;
    margin-bottom: 40px;
    color: #2f2f2f;
    font-weight: bold;
}

.pstl_top {
}

.pstl_bot .std_text {
    margin-bottom: 20px;
}

.pstr_img {
    width: 100%;
    text-align: center;
}

.prodt_sect1_bot {

}

.prodt_sect1_bot ul {
    display: flex;
    justify-content: center;
}

.prodt_sect1_bot li {
    margin: 0 10px;
}

.prodt_btn_top a {
    border-radius: 50px;
    padding: 0 23px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    transition: all .36s;
    align-items: center;
}

.prodt_btn_top p {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    transition: all .36s;
    padding-left: 18px;
}

.prodt_btn {
    position: relative;
}

.prodt_btn_bot {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px;
    width: 550px;
    display: none;
}

.prodt_btn_top .ys_imgbox_cover img:last-child {
    opacity: 0;
}

.prodt_btn_top .ys_imgbox_cover img:first-child {
    opacity: 1;
}

.prodt_btn_bot ul {
    background: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .08);
    border-radius: 30px;
    padding: 32px 50px;
    display: block;
    position: relative;
}

.prodt_btn_bot li a {
    color: #666;
    font-size: 14px;
    line-height: 1.75;
    transition: all .36s;
}

.prodt_btn_bot li {
    margin-bottom: 10px;
}

.prodt_btn_bot li:last-child {
    margin-bottom: 0;
}

.prodt_btn_bot ul::before {
    content: '';
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    border-top: 12px solid transparent;
}

.prodt_sect_left {
    width: 100%;
}

.prodt_sect_right {
    width: 100%;
    position: relative; /* For arrow positioning */
}

.prodt_sect2_right_li {
    height: auto !important; /* Allow auto height */
    display: flex; /* Stretch height */
}

.psrl_cont {
    border-radius: 4px;
    background: #fff;
    padding: 100px 30px 70px 30px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03); /* Subtle shadow */
    transition: all 0.3s ease;
    border: 1px solid transparent; /* Border placeholder */
}

.psrl_cont:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

.psrl_cont:hover .feature_title {
    color: #007C36;
}

.feature_icon {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature_title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 45px;
    line-height: 1.4;
}

.feature_desc p {
    font-size: 14px;
    color: #111;
    line-height: 1.6;
    margin: 0;
    text-align: left;
    min-height: 50px;
}

.prodt_sect2_right_ul {
    width: 100%;
    padding: 10px; /* Padding for shadow/hover space */
    margin: -10px; /* Counteract padding */
}

.prodt_sect2_arrow {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 10;
    transform: translateY(-50%);
    pointer-events: none; /* Allow clicking through container */
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    border: 1px solid #007C36; /* Green border circle as per design usually or keep existing */
    background: #fff !important;
    margin-top: 0;
    pointer-events: auto; /* Re-enable clicks */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.swiper-button-prev {
    left: -70px !important; /* Outside left */
}
.swiper-button-next {
    right: -70px !important; /* Outside right */
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
    color: #007C36;
}

/* Remove old specific styles */
/*
.psrl_cont span {
    font-size: 30px;
    ...
}
*/

.prodt_sect_left .std_title4 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
}

.prodt_sect3_right_table {
    padding: 80px 70px;
    background-color: #f3f3f3;
}

/* 2-column table layout */
.prodt_sect3_right_table table {
    display: block;
    width: 100%;
}
.prodt_sect3_right_table tbody {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.prodt_sect3_right_table tr {
    display: flex;
    width: 45%;
    align-items: center; /* Vertically align content */
    border-bottom: 1px solid #ddd; /* Maintain divider feel */
    margin-right: 5%;
}

.prodt_sect3_right_table tr:nth-child(1),
.prodt_sect3_right_table tr:nth-child(2) {
    border-top: 1px solid #ddd; /* Maintain divider feel */
}

/* Update zebra striping for 2-column layout */
/* Rows 1, 2 (Visual Row 1) -> Gray */
.prodt_sect3_right_table tr:nth-child(4n+1),
.prodt_sect3_right_table tr:nth-child(4n+2) {
    /* background: #F9F9F9; */
}
/* Rows 3, 4 (Visual Row 2) -> White */
.prodt_sect3_right_table tr:nth-child(4n+3),
.prodt_sect3_right_table tr:nth-child(4n+4) {
    /* background: #fff; */
}

.prodt_sect3_right_table tr:nth-child(2n) {
    margin-right: 0;
    margin-left: 5%;
}

.prodt_td1 {
    width: 35%; /* Increased from 28% for narrower column */
}

.prodt_td2 {
    width: 65%; /* Adjusted */
}

.prodt_sect3_right_table td {
    padding: 17px 20px; /* Reduced padding slightly */
    display: block; /* Ensure block formatting context inside flex item if needed, though td is usually ok */
}

.prodt_td1 p {
    line-height: 1.5;
    color: #333;
    font-size: 16px;
    margin-bottom: 0;
}

.prodt_td2 p {
    line-height: 1.5;
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}


.prodt_sect4_ul li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.prodt_sect4_ul {
    margin: 0 -15px 30px;
    display: flex;
    flex-wrap: wrap;
}

.prodt_sect4_ul li .prodt_sect4_ul_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 32px;
    border-radius: 8px;
    background: #FFF;
    transition: all .36s ease;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}

.prodt_sect4_right_top {
    display: flex;
    /* align-items: center; */
}
.prodt_sect4_right_top .ys_imgbox_cover{
    margin-top: 5px;
    width: 20px;
}

.prodt_btn2 a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prodt_sect4_ul li .ys_imgbox_cover img:nth-child(2) {
    opacity: 0;
    top: -1px;
}

.prodt_sect4_ul li .ys_imgbox_cover img:nth-child(1) {
    opacity: 1;
}

.prodt_sect4_right_top p {
    padding-left: 16px;
    transition: all .36s ease;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    width: calc(100% - 20px);
}

.prodt_btn2 p {
    color: #007C36;
    padding-right: 6px;
    font-size: 16px;
    line-height: 1.5;
}

.prodt_sect5_cont_ul {
    margin: 0 -26px;
}

.prodt_sect5_cont_ul li {
    padding: 0 26px;
    width: 33.333333%;
    float: left;
}

.casedt_title {
    display: flex;
    justify-content: space-between;
}

.prodt_sect5_cont_ul li a {
    display: block;
    position: relative;
}

.prodt_sect5_cont_text {
    position: absolute;
    bottom: 38px;
    left: 0;
    padding: 0 36px;
    z-index: 5;
}

.prodt_sect5_cont_ul .ys_imgbox_cover {
    border-radius: 30px;
}

.prodt_sect5_cont_text .std_title5,
.prodt_sect5_cont_text .std_text1 p {
    color: #fff;
}

.prodt_sect5_cont_text .std_title5 {
    font-weight: bold;
    margin-bottom: 5px;
}

.casedt_title .std_btn2 .std_btn_icon img:last-child {
    top: 2px;
}

.prodt_sect5_cont_ul li .ys_imgbox_cover::before {
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(0, 25, 60, 0.00) 0%, #00193C 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 63%;
    z-index: 1;
}

.manuals_left {
    width: 21%;
}

.manuals_right {
    width: 79%;
    padding-left: 72px;
}

.manuals_box {
    display: flex;
}

.manuals_right li {
    width: 33.333333%;
    padding: 0 26px;
    margin-bottom: 52px;
}

.manuals_right ul {
    display: flex;
    flex-wrap: wrap;
}

.manuals_left li a {
    color: #333;
    line-height: 60px;
    font-size: 16px;
    padding: 0 20px;
    transition: all .36s ease;
    width: 100%;
    display: block;
    position: relative;
}

.manuals_left li {
    transition: all .36s ease;
    position: relative;
}

.manuals_left li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: calc(100% + 2px);
    background: #007C36;
    border-radius: 8px;
    transition: all .36s ease;
    opacity: 0;
}

.manuals_left li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #DBDBDB;
    transition: all .36s ease;
    z-index: -1;
}

.manuals_left li a::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #DBDBDB;
    transition: all .36s ease;
    z-index: -1;
}

.manuals_right_link {
    position: relative;
    display: block;
}

.manuals_right_link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 22px);
    border-radius: 16px;
    background: #E3E6EA;
    content: '';
}

.manuals_right .manuals_right_img {
    width: 260px;
    border-radius: 10px;
    margin-left: 10px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    transition: all .36s;
}

.manuals_right_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    border-radius: 16px 70px 16px 16px;
    background: #FFF;
    padding: 36px 53px 30px 30px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}

.manuals_right_text .prodt_sect4_right_bot {
    width: 30px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.prodt_sect4_right_bot.ys_imgbox_cover img:nth-child(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.manuals_left li.on::before {
    opacity: 1;
}

.manuals_left li.on a {
    color: #fff;
}

.manuals_left li.on a::before,
.manuals_left li.on a::after {
    opacity: 0;
    width: calc(100% - 16px);
}

.manuals_right_text2 {
    color: #666;
}

.manuals_right_text1 {
    color: #333;
    margin-bottom: 5px;
    transition: all .36s;
}

.problem_left {
    width: 30%;
    padding: 80px 100px;
    position: relative;
    z-index: 1;
}

.problem_right {
    width: 70%;
    padding: 100px 13.5% 100px 70px;
}

.problem_box {
    display: flex;
    width: 1920px;
    margin: 0 auto;
}

.problem_cont {
    position: relative;
}

.problem_cont::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background: #F9F9F9;
}

.problem_left li a {
    line-height: 60px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 0 48px;
    display: block;
    border-radius: 50px;
    transition: all .36s;
    height: 60px;
    overflow: hidden;
}

.problem_left li {
    margin-bottom: 10px;
}

.problem_left li.on a {
    background: #007C36;
    color: #fff;
}

.problem_right li a {
    display: flex;
    justify-content: flex-start;
    padding: 24px 0;
    border-bottom: 1px solid #E4E5E7;
}

.problem_right_num {
    color: #007C36;
}

.ys_ban_btn {
    display: inline-block;
    padding: 12px 30px;
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.ys_ban_btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
    font-size: 16px;
    line-height: 1.75;
    font-family: 'playbold' !important;
}

.problem_right_text1 {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.problem_right .prodt_btn2 a {
    justify-content: inherit;
    margin-left: 50px;
}

.prodt_btn2 {
    display: inline-block;
}

.problem_right ul {
    margin-bottom: 40px;
}

.problem_right_num {
    width: 50px;
    padding: 0 10px;
}

.problem_right_text {
    width: calc(100% - 50px);
}

.down_left_li1_top .ys_imgbox_cover {
    width: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.down_left_li1_top a {
    width: 100%;
    padding: 0 50px 0 15px;
    display: block;
}

.down_cont {
    display: flex;
}

.down_left {
    width: 21%;
}

.down_left_li1_top {
    display: flex;
    justify-content: space-between;
}

.down_right {
    width: 79%;
    padding-left: 72px;
}

.down_right .prodt_sect4_ul li {
    width: 100%;
}

.down_left_li1_top a {
    color: #333333;
    font-size: 16px;
    line-height: 1.75;
    transition: all .36s;
    position: relative;
}

.down_left_li1_top a {
    border-top: 1px solid #DBDBDB;
    padding: 16px 20px;
}

.down_left_li1:last-child {
    border-bottom: 1px solid #DBDBDB;
}

.down_left_li1_top {
    position: relative;
}

.down_right .prodt_sect4_ul li .prodt_sect4_ul_item {
    background: #F5F5F5;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
}

.down_right .prodt_sect4_right_bot.ys_imgbox_cover {
    background: #fff;
}

.down_right_time {
    color: #999;
    font-size: 16px;
    line-height: 32px;
    transition: all .36s;
}

.down_right .prodt_sect4_right_top {
    width: 56%;
}

.prodt_sect4_ul li .prodt_sect4_ul_item {
    justify-content: inherit;
    display: block;
}

.down_left_ul2 {
    padding: 20px 0px 20px 32px;
    display: none;
}

.down_left_li2 a {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    transition: all .36s ease;
}

.down_left_li1_top .ys_imgbox_cover img:nth-child(2) {
    opacity: 0;
}

.down_left_li1.active .down_left_li1_top {
    background: #007C36;
    border-radius: 8px;
}

.down_left_li1.active .down_left_li1_top a {
    border-color: transparent;
    color: #fff;
}

.down_left_li1.active .down_left_li1_top .ys_imgbox_cover img:nth-child(2) {
    opacity: 1;
}

.down_left_li1.active .down_left_li1_top .ys_imgbox_cover img:nth-child(1) {
    opacity: 0;
}

.down_left_li1_top .ys_imgbox_cover {
    cursor: pointer;
}

.down_left_li2 {
    margin-bottom: 10px;
}

.down_left_li1_top .ys_imgbox_cover {
    display: none;
}

.down_left_li1.on .down_left_li1_top .ys_imgbox_cover {
    display: block;
}

.down_left_li2.on a {
    color: #007C36;
}

.down_left_li1.active .down_left_ul2 {
    display: block;
}

.down_left_li1.on .down_left_li1_top a {
    pointer-events: none;
}

.policy_left_img {
    width: 37.8%;
    height: 100%;
}

.policy_right_img img {
    border-radius: 50%;
}

.policy_left_ul {
    width: 62.2%;
    padding-right: 72px;
    margin-top: 40px;
}

.policy_right {
    padding-top: 170px;
}

.policy_left {
    position: fixed;
    top: 150px;
    left: 25px;
    transition: opacity .36s;
    opacity: 0;
    pointer-events: none;
}

.policy_left.active {
    left: 25px;
    pointer-events: all;
    opacity: 1;
}

.policy_left_tab {
    transition: all .36s ease;
    position: relative;
}

.policy_left_tab::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #E0E0E0;
    transition: all .36s ease;
}

.policy_left_tab p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    position: relative;
    padding: 14px 22px;
    cursor: pointer;
}

.policy_left_tab p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #007C36;
    transition: all .36s ease;
    z-index: 1;
    opacity: 0;
}

.policy_left_tab.on p::before {
    opacity: 1;
}

.policy_left_li {
    margin-bottom: 140px;
}

.policy_left_img img {
    border-radius: 50%;
}

.policy_cont {
    margin-bottom: 100px;
}

.policy_left_li .std_title3 {
    margin-bottom: 30px;
    font-weight: bold;
    opacity: .5;
}

.policy_left_li .yxedr_active h6 {
    font-weight: bold;
    opacity: .5;
}

.policy_left_li.on .std_title3,
.policy_left_li.on .yxedr_active h6 {
    opacity: 1;
}

.policy_left_tab.on p {
    color: #333;
}

/* e1 */
.histroy_list .ys_cont1200 {
    position: relative;
}

.histroy_list_line {
    width: 3px;
    height: calc(100% + 50vh - 10px);
    overflow: clip;
    position: absolute;
    top: -50vh;
    left: calc(46% - 98px);
    z-index: 1;
}

.histroy_list_line_active {
    width: 4px;
    background-color: #007C36;
    position: sticky;
    height: 50vh;
    top: 0;
    left: 0;
    pointer-events: none;
}

.histroy_list_line_bg {
    height: 100%;
    background: linear-gradient(90deg, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
}

.histroy_list_ul {
    padding-bottom: 0 !important;
}

.histroy_list_ul_li {
    margin-bottom: 130px;
}

.hlul_year {
    width: 45%;
    padding-right: 20px;
    position: sticky;
    top: 140px;
}

.mod_ban_tit {
    font-size: 80px;
    color: #333;
    text-align: center;
    font-family: 'playbold' !important;
}

.hlul_bgyear {
    font-size: 200px;
    color: #F9F9F9;
    line-height: 1.1;
    position: absolute;
    top: 0;
    left: -50%;
    margin-top: -28%;
    z-index: -1;
    transition: all .36s;
    opacity: 0;
}

.histroy_list_ul_li.act .hlul_bgyear {
    opacity: 1;
}

.histroy_list_ul_li.act .mod_ban_tit {
    color: #007C36;
}

.hlul_text {
    width: 52%;
    padding-top: 20px;
}

.hlul_text_parga p {
    color: #333;
}

.hlul_text_img {
    width: 100%;
    position: relative;
    margin-top: 24px;
}

.hlul_text_img_pic {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.hlul_text_img_pic img {
    width: 100%;
}

.hlul_circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #007C36;
    position: sticky;
    margin-left: calc(46% - 98px - 9px);
    top: 50vh;
    z-index: 2;
}

.histroy_list_ul_li:first-child .hlul_circle {
    margin-top: -100px;
}

.hlul_circle::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_his {
    position: relative;
}

.about_img {
    width: 100%;
}

.about_img img {
    width: 100%;
}

.about_his .std_title3 {
    font-weight: bold;
    color: #fff;
}

.about_his_cont {
    position: relative;
}

/* 子分类特殊样式 */
.category-item {
    position: relative;
}

.category-more-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #007bff;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    z-index: 2;
}

.category-item .pro_list_box {
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-item .pro_list_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

/* 返回按钮样式 */
.back-button {
    margin-bottom: 20px;
}

.back-button a {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 25px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.back-button a:hover {
    background: #e9ecef;
    color: #007bff;
}

.back-button i {
    margin-right: 8px;
    font-size: 14px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .category-more-badge {
        top: 5px;
        right: 5px;
        padding: 2px 6px;
        font-size: 10px;
    }
    
    .back-button {
        padding: 0 15px;
    }
}
    z-index: 5;
}

.about_his_cont {
    padding-bottom: 72px;
    background: #fff;
}

.history_html,
.history_body {
    overflow: inherit !important;
}

.about_info_top {
    display: flex;
}

.about_info_top_left {
    width: 31%;
    margin-top: 100px;
}

.about_info_top_right {
    width: 69%;
    padding-left: 148px;
}

.about_info_top_right .std_title3 {
    margin-bottom: 30px;
    font-weight: bold;
}

.aitr_ul {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    margin: 50px -60px 0;
}

.about_info_top {
    display: flex;
    position: relative;
    align-items: flex-start;
}

.about_info_top_img {
    position: absolute;
    top: -100px;
    right: -20px;
    width: 192px;
}

.about_main .mod_bread {
    top: 100px;
}

.about_main .mod_bread a {
    color: #999999;
}

.about_main .mod_bread li::before {
    background: url(../images/a1_arrow5.svg) center/cover no-repeat;
}

.newsdt_main .ys_hd_pc {
    border-bottom: 1px solid #EEEEEE;
}

.about_info_top {
    margin-bottom: 100px;
}

.about_info_top_right .std_text p {
    font-weight: normal;
    color: #666;
}

.aitr_li_title {
    font-size: 46px;
    line-height: 1.5;
    color: #333;
    font-weight: 100;
}

.aitr_li_title span {
    color: #007C36;
    font-weight: bold;
}

.aitr_li_text p {
    color: #333;
    font-size: 20px;
    line-height: 1.5;
}

.about_info {
    padding: 150px 0 100px;
}

.aitr_li {
    width: 33.333333%;
    padding: 0 60px;
    border-right: 1px solid #DADADA;
}

.aitr_li:last-child {
    border-right: 1px solid transparent;
}

.about_info_bot_fl {
    width: 50%;
}

.about_info_bot_ul {
    display: flex;
    align-items: stretch;
}

.about_info {
    position: relative;
}

.about_info_bg {
    position: absolute;
    top: 80px;
    right: 0;
    width: 200px;
}

.about_info_bot_ul li {
    width: 50%;
    padding: 70px 80px;
    background: #F9F9F9;
}

.about_info_bot_fr {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.about_info_bot_fl {
    position: relative;
}

.about_info_bot_fl::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: calc(100% + 36px);
    border-radius: 30px 30px 160px 30px;
    background: #FFF;
    z-index: 5;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}

.about_info_bot_ul li .about_info_bot_img {
    width: 176px;
    margin: 0 auto 30px;
}

.about_info_bot_ul li .std_text1 {
    text-align: center;
}

.about_info_bot_fl .about_info_bot_img,
.about_info_bot_fl .std_text1 {
    position: relative;
    z-index: 10;
}

.casedt_sect2_li a,
.casedt_sect2_bot,
.casedt_sect2_top_new {
    transition: all .36s;
}

.indust_main .casedt_sect3 {
    background: #fff;
}

.indust_main .casedt_sect4 {
    background: #F9F9F9;
}

.casedt_title.std_padding3 {
    padding-bottom: 30px;
}

.casedt_sect1_right_ul .slick-dots {
    bottom: -10px;
}

.ys_select_li {
    transition: all .36s;
}

.about_his .ys_pos_center {
    width: 100%;
}

.about_his .ys_pos_center .std_title3 {
    text-align: center;
}
.yftr_btn, .yftr_btn a{
    transition: all .36s ease;
}
.swiper-button-next, .swiper-button-prev{
    transition: all .36s ease;
}
.swiper-button-next:after, .swiper-button-prev:after {
    transition: all .36s ease;
}
.home_service_li a .std_text1 p{
    transition: all .36s ease;
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .home_service_li a:hover .std_text1 p{
        color: #007C36;
    }
    .home_service_li a:hover .ys_imgbox_cover img{
        transform: scale(1);
    }
    .swiper-button-next:hover,
    .swiper-button-prev:hover{
        background: #007C36;
    }
    .swiper-button-next:hover:after, .swiper-button-prev:hover:after {
        color: #fff;
    }
    .yftr_btn:hover  a{
        color: #007C36;
    }
    .yftr_btn:hover{
        background: #fff;
    }
    .ys_select_li:hover {
        color: #007C36;
    }

    .manuals_right li .manuals_right_link:hover .manuals_right_img img {
        transform: scale(1);
    }

    .manuals_right li .manuals_right_link:hover .prodt_sect4_right_bot img {
        transform: scale(1) translate(-50%, -50%);
    }

    .manuals_right li .manuals_right_link:hover .manuals_right_text1 {
        color: #007C36;
    }

    .manuals_right li .manuals_right_link:hover .prodt_sect4_right_bot img:nth-child(1) {
        opacity: 0;
    }

    .manuals_right li .manuals_right_link:hover .prodt_sect4_right_bot img:nth-child(2) {
        opacity: 1;
    }

    .manuals_right li .manuals_right_link:hover .prodt_sect4_right_bot {
        background: #007C36;
    }

    .manuals_right li .manuals_right_link:hover .manuals_right_img {
        transform: translateY(-20px);
    }
    .mrtb_btn a:hover{
        background:#007C36 !important;
        color: #fff;
    }

    .problem_left li a:hover {
        background: #007C36;
        color: #fff;
    }

    .down_right li a:hover .down_right_time {
        color: #fff;
    }

    .down_left_li2 a:hover {
        color: #007C36;
    }

    .down_left_li1_top:hover a {
        color: #fff;
        background: #007C36;
        border-radius: 8px;
    }

    .down_left_li1_top:hover .ys_imgbox_cover img:nth-child(1) {
        opacity: 0;
    }

    .down_left_li1_top:hover .ys_imgbox_cover img:nth-child(2) {
        opacity: 1;
    }

    .manuals_left li:hover::before {
        opacity: 1;
    }

    .manuals_left li:hover a {
        color: #fff;
    }

    .manuals_left li:hover a::before,
    .manuals_left li:hover a::after {
        opacity: 0;
        width: calc(100% - 16px);
    }

    .prodt_btn_bot li a:hover {
        color: #007C36;
    }

    .prodt_btn_top a:hover .ys_imgbox_cover img:last-child {
        opacity: 1;
        transform: scale(1);
    }

    .prodt_btn_top a:hover .ys_imgbox_cover img:first-child {
        opacity: 0;
        transform: scale(1);
    }

    .prodt_btn_top a:hover p {
        color: #007C36;
    }

    .prodt_btn_top a:hover {
        background: #fff;
    }

    .casedt_sect2_li a:hover .casedt_sect2_bot {
        opacity: 1;
    }

    .ys_footer_top_left a:hover {
        color: #fff;
    }

    .header_nav_grade_main li a:hover,
    .header_nav_grade2_title2 a:hover {
        color: #007C36;
    }

    .header_nav_grade1_rec a:hover .hngr_title img {
        transform: scale(1.05);
    }

    .hllb_li a:hover {
        color: #007C36;
    }

    .slick-prev:hover::before,
    .slick-next:hover::before {
        opacity: 0;
    }

    .slick-prev:hover::after,
    .slick-next:hover::after {
        opacity: 1;
    }

    .std_btn1:hover {
        background: #007C36;
        border-color: #007C36;
    }

    .std_white:hover {
        border-color: #007C36;
    }

    .std_btn1:hover p {
        color: #fff;
    }

    .std_btn1:hover .std_btn_icon img:first-child,
    .std_btn2:hover .std_btn_icon img:first-child {
        opacity: 0;
    }

    .std_btn1:hover .std_btn_icon img:last-child,
    .std_btn2:hover .std_btn_icon img:last-child {
        opacity: 1;
    }

    .std_btn2:hover p {
        color: #007C36;
    }

    .mod_tab_li:hover a {
        background: #007C36;
        color: #fff;
    }

    .prosum_tab_ul li a:hover .ys_imgbox_cover img:first-child {
        opacity: 0;
    }

    .prosum_tab_ul li a:hover .ys_imgbox_cover img:last-child {
        opacity: 1;
    }

    .prosum_tab_ul li a:hover p {
        color: #007C36;
    }

    .prosum_tab_ul li a:hover {
        border-color: #007C36;
    }

    .prosum_list_ul li a:hover .std_btn1 {
        background: #007C36;
    }

    .prosum_list_ul li a:hover .std_btn1 p {
        color: #fff;
    }

    .prosum_list_ul li a:hover .std_btn_icon img:first-child {
        opacity: 0;
    }

    .prosum_list_ul li a:hover .std_btn_icon img:last-child {
        opacity: 1;
    }

    .pro_list_box:hover::before {
        opacity: 1;
    }

    .pro_list_box:hover {
        overflow: inherit;
    }

    .pro_list_box:hover .pro_list_text_list {
        opacity: 1;
    }

    .pro_list_box:hover .pro_list_text {
        position: relative;
        z-index: 15;
    }

    .pro_list_text_list li a:hover {
        color: #007C36;
    }

    .case_li a:hover {
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    }

    .case_li a:hover .case_li_text {
        border-color: #fff;
    }

    .news_cont_bot_li:hover .std_title5,
    .newsdt_left_page li a:hover span {
        color: #007C36;
    }

    .news_cont_bot_li:hover {
        background: #F9F9F9;
    }
    .news_cont_bot_li:hover a{
        border-color: #F9F9F9;
    }   

    .newsdt_right li a:hover .std_text1 p,
    .video_ul li a:hover .std_text {
        color: #007C36;
    }

    .case_li a:hover .std_text {
        color: #007C36;
        margin-bottom: 10px;
    }

    .pro_list_box:hover .casedt_sect2_top_new {
        opacity: 0;
    }

    /* .prodt_sect4_ul_item:hover .prodt_sect4_right_bot img {
        transform: scale(1) translate(-50%, -50%);
    }

    .prodt_sect4_ul_item:hover .prodt_sect4_right_top img {
        transform: scale(1);
    } */

    /* .prodt_sect4_ul_item:hover {
        background: #007C36 !important;
    } */

    /* .prodt_sect4_ul_item:hover .ys_imgbox_cover img:nth-child(2) {
        opacity: 1 !important;
    }

    .prodt_sect4_ul_item:hover .ys_imgbox_cover img:nth-child(1) {
        opacity: 0 !important;
    }

    .prodt_sect4_ul_item:hover p {
        color: #fff !important;
    }
    .prodt_sect4_ul_item:hover .down_right_time {
        color: #fff;
    }

    .prodt_sect4_ul_item:hover .prodt_sect4_right_bot.ys_imgbox_cover {
        background: #fff;
    } */

    .casedt_sect2_li a:hover {
        border-color: #fff;
    }
}

/* helen star */

.conta_marke {
    width: 100%;
    position: relative;
}

.conta_marke_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.conta_marke_ri {
    width: 55%;
}

.conta_marke_ri img {
    width: 100%;
}

.conta_marke_le {
    width: 50%;
    box-sizing: border-box;
}

.cmlt_tit .std_title3 {
    font-weight: bold;
    color: #333;
}

.cmlt_info .pro_list_text_title {
    margin-bottom: 0 !important;
    color: #666666;
    font-weight: normal;
}

.cmlt_tit {
    margin-bottom: 24px;
}

.conta_marke_le_top {
    padding-left: 80px;
}

.conta_marke_le_btm {
    padding-left: 80px;
}

.cmlb_li_le p {
    color: #333;
}

.cmlb_li_ri_info p {
    /* font-family: 'playbold'; */
    color: #007C36;
}

.cmlb_li_ri {
    /* padding-left: 24px; */
}

.cmlb_li_le {
    flex: none;
}

.cmlb_li {
    display: flex;
    width: 100%;
    margin-bottom: 22px;
}

.cmlb_li1 {
    padding-top: 5px;
}

.cmlb_li_ri_addre .std_text1 {
    color: #666666;
}

.cmlb_li1 .cmlb_li_le {
    margin-top: 0;
}


.clrl_le p {
    color: #999;
}

.clrl_ri {
    width: 16px;
}

.clrl_ri img {
    width: 100%;
}

.clrl_le {
    padding-right: 8px;
}

.cmlb_li_ri_link a {
    display: flex;
    align-items: center;
}

.cmlb_li_ri {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cmlb_li_ri_addre {
    padding-right: 10px;
}

.invite_talen {
    width: 100%;
    position: relative;
}

.invite_talen_cont {
    width: 100%;
    position: relative;
}

.invite_talen_tit .std_title3 {
    font-weight: bold;
    color: #333;
}

.invite_talen_tit {
    margin-bottom: 30px;
}

.invite_talen_btm {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.itbu_li {
    width: 25%;
    position: relative;
    border-left: 1px solid #D9DADC;
    padding: 0 70px;
}

.itbu_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.invite_talen_btm_ri {
    width: 310px;
    background: #007C36;
    border-radius: 32px;
    padding: 58px 53px;
    padding-bottom: 187px;
    position: relative;
    overflow: hidden;
}

.invite_talen_btm_le {
    width: 100% !important;
    padding-right: 0 !important;
}

.itbr_tit .pro_list_text_title {
    margin-bottom: 0 !important;
    color: #fff;
    font-weight: bold;
    line-height: 1.75;
}

.itbr_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}

.itbr_icon img {
    width: 100%;
}


.invite_talen_btm_ul {
    position: relative;
    margin: 0 -70px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.itbu_wrap_tit .std_title5 {
    color: #333;
    font-weight: bold;
    line-height: 1.75;
}

.itbu_wrap_info p {
    color: #666;
    line-height: 1.75;
}

.itbu_wrap_tit {
    margin-bottom: 19px;
}

.itbu_li:first-child {
    border-left: none;
}

.itbu_wrap_icon {
    width: 60px;
}

.itbu_wrap_icon img {
    width: 100%;
}

.itbu_wrap_info {
    margin-bottom: 62px;
}

.invite_welfa {
    width: 100%;
    position: relative;
    background: linear-gradient(180deg, #F9F9F9 0%, rgba(249, 249, 249, 0.00) 100%);
}

.invite_welfa_cont {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}


.invite_welfa_le {
    width: 48%;
    padding-right: 120px;
    padding-top: 105px;
    padding-bottom: 50px;
}

.invite_welfa_ri {
    width: 52%;
}

.iwru_li {
    width: 100%;
    padding-bottom: 40px;
    position: relative;
    left: 0;
}

.iwru_li_img {
    width: 100%;
}

.iwru_li_img img {
    width: 100%;
    border-radius: 30px;
}

.iwru_li_top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 46px 60px;
}

.iwru_li_top_tit .std_title5 {
    font-weight: bold;
    color: #fff;
}

.iwru_li_top_info p {
    color: #fff;
    line-height: 1.75;
}

.iwru_li_top_tit {
    margin-bottom: 10px;
}

.invite_welfa_le_tit .std_title3 {
    font-weight: bold;
    color: #333;
}

.invite_welfa_le_info .pro_list_text_title {
    color: #666;
    line-height: 1.75;
    font-weight: normal;
}

.invite_welfa_le_tit {
    margin-bottom: 50px;
}

.invite_welfa_desz {
    width: 30%;
    position: absolute;
    top: 163px;
    left: -110px;
}

.invite_job {
    width: 100%;
    position: relative;
}

.invite_job_cont {
    width: 100%;
    position: relative;
}

.invite_job_top {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.ijbu_li {
    width: 100%;
    position: relative;
}


.enter_recru_btm_li {
    margin-bottom: 32px;
}

.erbl_top {
    width: 100%;
    padding: 20px;
    padding-left: 40px;
    background: #F5F5F5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.erbl_top_le {
    width: calc(100% - 50px);
    padding-right: 15px;
    display: flex;
}


.erbl_top_le_tit {
    width: 60%;
    padding-right: 10px;
    position: relative;
    padding-left: 18px;
}

.erbl_top_le_tit p {
    font-weight: bold;
    color: #333;
    line-height: 1.5;
}

.erbl_top_le_tit::after {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 20px;
    background: #007C36;
}

.erbl_top_le_info {
    width: 40%;
    padding-right: 50px;
    display: flex;
}

.erbl_top_le_info p {
    color: #999;
    width: 50%;
}

.erbl_top_le_info p:first-child {
    margin-right: 10px;
}

.erbl_top_ri {
    width: 50px;
}

.erbl_top_ri img {
    width: 100%;
    transition: all 0.36s;
}

.erbl_top.on .erbl_top_ri img {
    transform: rotate(180deg);
}

.erbl_btm {
    width: 100%;
    border-radius: 8px;
    background: rgba(249, 249, 249, 0.5);
    padding: 40px 60px 58px;
    display: none;
}

.erbl_btm_li {
    width: 100%;
    margin-bottom: 30px;
}

.invite_job_btm_ul .erbl_btm_more {
    display: inline-block;
}

.mod_ri_seek_link {
    display: block;
    line-height: 44px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    background: #000000;
    padding: 0 37px;
    font-size: 14px;
    cursor: pointer;
}

.erbl_btm_li p {
    margin-bottom: 7px;
}

.enter_recru_more .home_ban_more {
    margin-top: 20px;
}

.home_ban_morek {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ys_nypage .ys_hd_pc {
    border-bottom: 1px solid #EEE;
}

.indust_main .mod_main {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.indust_desz {
    width: 30%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}

.indust_desz img {
    width: 100%;
}

.indust_soluti {
    width: 100%;
    position: relative;
    padding-top: 36px;
}

.indust_bread {
    position: relative;
    padding-top: 24px;
}

.indust_bread .mod_bread {
    position: static;
    transform: inherit;
}

.indust_bread .mod_bread a {
    color: #999999;
}


.indust_bread .mod_bread li::before {
    background: url(../images/a1_arrow5.svg) center/cover no-repeat;
}

.indust_soluti_cont {
    width: 100%;
    padding: 0 113px;
}

.indust_soluti_top {
    width: 100%;
    padding-left: 109px;
    padding-right: 109px;
    margin-bottom: 50px;
    position: relative;
}

.indust_soluti_top_ul {
    margin: 0 -20px;
}

.istu_li {
    padding: 0 20px;
    width: 14.28571%;
    text-align: center;
}

.istu_wrap {
    transition: all 0.36s;
    padding: 27px 18px;
    border-radius: 32px;
    cursor: pointer;
}

.istu_wrap_icon {
    width: 56px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.istu_wrap_tit .pro_list_text_title {
    font-weight: bold;
    color: #333;
    transition: all 0.36s;
}

.istu_wrap_icon img:nth-child(2) {
    opacity: 0;
}

.istu_li.act .istu_wrap {
    background: #007C36;
}

.istu_li.act .istu_wrap_icon img:nth-child(1) {
    opacity: 0;
}

.istu_li.act .istu_wrap_icon img:nth-child(2) {
    opacity: 1;
}

.istu_li.act .istu_wrap_tit .pro_list_text_title {
    color: #fff;
}

.indust_soluti_top_ul .slick-prev {
    left: -130px;
}


.indust_soluti_top_ul .slick-next {
    right: -130px;
}

.isbu_wrap {
    width: 100%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #EFEFEF;
}


.isbu_wrap_le {
    width: 100%;
    position: relative;
    transition: all 0.36s;
}

.iwld_dots {
    position: absolute;
    transform: translate(-50%, -50%);
    cursor: pointer;
}


.iwld_dots_wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(51, 51, 51, 0.7);
}

.iwld_dots_wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background: #007C36;
    border-radius: 50%;
    transition: all 0.36s;
}

.iwld_dots_wrap::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    transition: all 0.36s;
}

.iwld_dots_info {
    position: absolute;
    bottom: 58px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    transition: all 0.36s;
    opacity: 0;
}

.iwld_dots_info::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: rgba(51, 51, 51, 0.9);
}

.iwld_dots_info p {
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    background: rgba(51, 51, 51, 0.9);
    padding: 14px 34px;
    border-radius: 80px;
}


.iwld_dots.on .iwld_dots_wrap::after {
    width: 14px;
    height: 14px;
    z-index: 10;
}

.iwld_dots.on .iwld_dots_wrap::before {
    width: 22px;
    height: 22px;
}


.iwld_dots.on .iwld_dots_info {
    opacity: 1;
}

.isbu_wrap_ri {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: rgba(249, 249, 249, 1);
    /* border-radius: 0 30px 30px 0; */
    transition: all 0.66s;
    right: -500px;
    opacity: 0;

}

.isbu_wrap_ri.on {
    opacity: 1;
    right: 0;
}

.isbu_wrap_le_img {
    width: 100%;
}

.isbu_wrap_le_img img {
    width: 100%;
    border-radius: 32px;
}

.iwru_wrap_li_cont {
    width: 100%;
    position: relative;
}

.iwlc_close {
    width: 48px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
}

.iwlc_close img {
    width: 100%;
}

.isbu_wrap_ri_ul,
.iwro_li,
.iwru_wrap_ul,
.iwru_wrap_li {
    width: 100%;
    height: 100%;
}

.iwru_wrap_li_subst {
    width: 100%;
    position: relative;
}

.iwls_top_img {
    width: 100%;
    margin-bottom: 24px;
}

.iwls_top_devic {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.iwls_top_devic_tit .std_title4 {
    font-weight: bold;
    color: #333;
}

.iwls_top_devic_list {
    display: flex;
    flex-wrap: wrap;
}

.itdl_li {
    width: 33.333333%;
    text-align: center;
    margin-bottom: 45px;
}

.itdl_wrap .ys_imgbox_cover {
    width: 78px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.itdl_wrap_info p {
    font-weight: bold;
    line-height: 1.75;
    color: #333;
}

.iwls_top_devic_tit {
    margin-bottom: 32px;
}

.iwls_btm_btn {
    width: 40px;
    height: 40px;
    position: relative;
    border: 1px solid #007C36;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.36s;
}

.iwls_btm_btn .ys_imgbox_cover {
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.iwls_btm {
    width: 100%;
    padding: 24px;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.iwls_btm_btn .ys_imgbox_cover img:nth-child(2) {
    opacity: 0;
}

.iwls_btm_num {
    color: #333;
    line-height: 1.75;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.iwro_li,
.isbu_li,
.istu_li {
    display: none;
}

.iwro_li:first-child,
.isbu_li:first-child,
.istu_li:first-child {
    display: block;
}

.indust_soluti_top .iwls_btm {
    padding: 0 !important;
    pointer-events: none;
    position: static;
}

.indust_soluti_top .iwls_btm_btn {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.indust_soluti_top .iwls_btm_le {
    left: -36px;
}


.indust_soluti_top .iwls_btm_ri {
    right: -36px;
}

html.actg body {
    overflow: visible;
}

.invite_welfa_le {
    position: sticky;
    top: 12vh;
    left: 0;
}

.iwru_li {
    position: sticky;
}

.iwru_li:nth-child(1) {
    top: 160px;
}

.iwru_li:nth-child(2) {
    top: 200px;
}


.iwru_li:last-child {
    padding-bottom: 35px;
}

.iwru_wtrap {
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.invite_welfa_ri_ul {
    width: 100%;
    position: relative;
}

.isbu_wrap_ri_ul {
    display: flex;
    align-items: flex-start;
}

.isbu_wrap_ri_ul .slick-list {
    width: 100%;
}

@media screen and (min-width: 1200px) {

    .iwls_btm_btn:hover {
        background: #007C36;
    }

    .iwls_btm_btn:hover .ys_imgbox_cover img:nth-child(1) {
        opacity: 0;
    }

    .iwls_btm_btn:hover .ys_imgbox_cover img:nth-child(2) {
        opacity: 1;
    }

    .iwld_dots:hover .iwld_dots_wrap::after {
        width: 14px;
        height: 14px;
        z-index: 10;
    }

    .iwld_dots:hover .iwld_dots_wrap::before {
        width: 22px;
        height: 22px;
    }

    .iwld_dots:hover .iwld_dots_info {
        opacity: 1;
    }

}

/* helen end */

.manuals_right ul {
    margin: 0 -26px;
}

.casedt_main .casedt_title {
    display: block;
}

.home_list_ul .slick-list {
    z-index: 90;
    overflow: hidden;
}

/* News List Page Styles */
.ys_news_section {
    padding: 80px 0;
}

.news_list {
    display: flex;
    flex-direction: column;
    gap: 50px; /* Increased spacing */
    max-width: 1150px;
    margin: 0 auto;
}

.news_item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.news_img_box {
    width: 517px;
    height: 220px;
    flex-shrink: 0;
    overflow: hidden;
}

.news_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news_item:hover .news_img_box img {
    transform: scale(1.05); /* Zoom effect on hover */
}

.news_item:hover .news_title a {
    color: #008E3E;
}

.news_item:hover .news_btn {
    background-color: #008E3E;
    color: #fff;
    border-color: #008E3E;
    text-decoration: none;
}

.news_content {
    flex: 1;
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Space out elements */
    position: relative;
    background-color: rgb(248, 248, 248);
}

.news_date {
    font-family: 'Alibaba-PuHuiTi-R', 'PingFang SC', sans-serif;
    font-size: 14px;
    color: #696969;
}

.news_title {
    margin-bottom: 0;
}

.news_title a {
    font-family: 'NotoSansSC-Medium', 'PingFang SC', sans-serif; /* Fallback to PingFang */
    font-size: 20px;
    color: #050505; /* Black title */
    transition: color 0.3s;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 30px;
}

.news_title a:hover {
    color: #008E3E; /* Green on hover */
}



.news_btn {
    display: inline-block;
    border: 1px solid #E5E5E5;
    color: #696969;
    font-family: 'Alibaba-PuHuiTi-R', sans-serif;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s;
    align-self: flex-start;
}

.news_btn:hover {
    background-color: #008E3E;
    color: #fff;
    border-color: #008E3E;
    text-decoration: none;
}

/* Responsiveness */
@media screen and (max-width: 991px) {
    .news_item {
        flex-direction: column;
    }
    
    .news_img_box {
        width: 100%;
        height: auto;
        aspect-ratio: 517/220;
    }
    
    .news_content {
        padding-left: 0;
        padding-top: 20px;
    }
}


.home_new_right_li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.home_new_bot_ph {
    display: none;
}

.home_prodt_left_li img {
    width: 36px;
    filter: brightness(0) saturate(100%);
}

/* 图片缩放 */
.ys_ban_imgbox img {
    transform: scale(1.2);
}

.ys_ban_li.slick-current .ys_ban_imgbox img {
    animation: banimgscale 8s ease-out both;
}

@keyframes banimgscale {
    100% {
        transform: scale(1);
    }
}

.ys_ban_li.slick-active .ys_ban_title,
.ys_ban_li.slick-active .ys_ban_txtbox p {
    animation: bannertitle 1s .3s ease-out both;
}

@keyframes bannertitle {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.ys_ban_title,
.ys_ban_txtbox p {
    opacity: 0;
    transform: translateY(60px);
}

.down_right_icon_box,
.down_right_ph_tab {
    display: none;
}

/* 载入效果 */
.apt_up1 {
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s ease-in-out .1s;
}

.apt_up1.animated {
    opacity: 1;
    transform: translateY(0px);
}

.apt_up2 {
    opacity: 0;
    transform: translateY(20px);
    transition: all .7s ease-in-out .1s;
}

.apt_up2.animated {
    opacity: 1;
    transform: translateY(0px);
}

.apt_up3 {
    opacity: 0;
    transform: translateY(20px);
    transition: all .8s ease-in-out .1s;
}

.apt_up3.animated {
    opacity: 1;
    transform: translateY(0px);
}

.apt_up4 {
    transform: translateY(50px);
    transition: all 1s .3s;
}

.apt_up4.animated {
    transform: translateY(0);
}

.home_list_li:not(:first-child),
.home_prodt_li:not(:first-child),
.home_solu_top_li:not(:first-child),
.home_solu_bot_li:not(:first-child),
.home_new_left_li:not(:first-child),
.casedt_sect1_right_li:not(:first-child),
.casedt_sect2_li:not(:first-child),
.casedt_sect3 .case_li:not(:first-child),
.prodt_sect_right_li:not(:first-child),
.home_new_bot_phli:not(:first-child),
.prodt_sect5_cont_ul li:not(:first-child) {
    display: none;
}

.indust_window {
    opacity: 0;
    pointer-events: none;
}

.header_nav_grade1_rec a {
    display: block;
}

.prodt_main .prodt_sect4_ul li a {
    display: flex;
    justify-content: space-between;
}

.prodt_main .casedt_sect2 .casedt_title.std_padding3 {
    padding-bottom: 10px;
}

.prodt_main .casedt_sect4 .casedt_title .std_title3 {
    font-weight: bold;
    margin-bottom: 0;
}

.pstr_img img {
    max-width: 420px;
    max-height: 420px;
}

.prodt_main .prodt_sect4_ul li a {
    position: relative;
}

.about_info_top_left img,
.about_info_top_img img {
    border-radius: 50%;
}

.about_info_bot_fl {
    border-radius: 30px 30px 160px 30px;
}

.about_info_bot_fr {
    position: relative;
}

.about_info_bot_fr::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 150%;
    height: 100%;
    background: #f9f9f9;
    z-index: 1;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.about_info_bot_fl {
    z-index: 10;
}

.about_info_bot_ul li .about_info_bot_img {
    position: relative;
    z-index: 5;
}

.about_info_bot_ul li .std_text1 {
    position: relative;
    z-index: 5;
}

.hlul_text .hlul_year_tit {
    display: none;
}

.policy_left_img_wrap {
    width: 100%;
}

.policy_left_img_wrap img {
    width: 100%;
}

.prodt_sect2.act .prodt_sect2_arrow,
.prodt_sect2.act .swiper-pagination {
    display: none !important;
}


.prodt_sect2.act .swiper-wrapper {
    padding-bottom: 0 !important;
}


.prodt_sect2 {
    background-color: rgb(243, 243, 243);
    margin-top: 110px;
}

.case_ul .slick-list {
    width: 100%;
}

.news_cont_top {
    position: relative;
    z-index: 10;
}
.home_new_top {
    align-items: flex-end;
}
.home_new .home_title{
    margin-bottom: 0 !important;
}
.home_new .home_new_top {
    margin-bottom: 30px;
}
.home_new .home_new_top .std_btn2 p {
    color: #333;
    font-size: 16px;
    line-height: inherit;
    padding-left: 8px;
    transition: all .36s;
}
.cmlb_li_ri_link{
    width: 105px;
}
.down_left_li1.active{
    border-color: transparent;
}
.prodt_sect4  .prodt_btn2 {
    display: block;
}

.iwls_btm.on {
    display: none;
}

.prosum_list{
    padding-top: 50px;
}
.yx_paging_ph a{
    color: #333;
    font-size: 16px;
}
.home_new_top .std_btn2{
    margin-bottom: 18px;
}

.prodt_sect4 .prodt_sect4_ul li .prodt_sect4_right_bot .ys_imgbox_cover img:nth-child(2),
.down_right .prodt_sect4_ul li .ys_imgbox_cover img:nth-child(2)
{
    top: 50%;
}
.prodt_sect4_ul li .prodt_sect4_right_top .ys_imgbox_cover img:nth-child(2) {
    opacity: 0;
    top: 0;
    height: auto;
}
.manuals_right_text_btn{
    display: flex;
    margin-top: 16px;
}
.mrtb_btn a{
    width: 60px;
    line-height: 32px;
    font-size: 14px;
    color: #999;
    background: #f5f5f5;
    text-align: center;
    border-radius: 25px;
    display: block;
    transition: all .36s;
}
.mrtb_btn{
    margin-right: 16px;
}
.down_right .manuals_right_text_btn{
    margin-top: 0;
    width:136px;
}
.down_right .mrtb_btn a{
    background: #fff;
}
.prodt_sect4_ul_item .down_right_time {
    width: calc(44% - 136px);
}
.mrtb_btn:last-child{
    margin-right: 0;
}
/* 2023.10.23修改 */
.isbu_li {
    position: relative;
}
.isbu_bg{
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0,0,.3,1);
    transition: opacity 1s cubic-bezier(0,0,.3,1);
    pointer-events: none;
    display: none;
}
.isbu_bg_icon {
    width: 24px;
    margin: auto;
}
.isbu_bg_icon img{
    width: 100%;
}
.isbu_bg.active{
    opacity: 0.8;
    pointer-events: all;
}
.altumcode.active.on-fadeIn {
    visibility: visible!important;
    animation: ease .3s fadeIn forwards !important;
}
.isbu_bg_parga{
    margin-top: 10px;
}
.isbu_bg_parga p{
    color: #000;
}

.prodt1_main .prodt_sect4  li a{
    align-items: center;
    padding: 22px 32px;
    border-radius: 8px;
    background: #FFF;
    transition: all .36s ease;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}
.prodt1_main .prodt_sect4_ul li .prodt_sect4_right_bot.ys_imgbox_cover img:nth-child(2) {
    top: 50%;
}

@media screen and (min-width: 1200px) {
    .prodt1_main .prodt_sect4_ul li a:hover {
        background: #007C36;
    }
    .prodt1_main .prodt_sect4_ul li a:hover .ys_imgbox_cover img:nth-child(2){
        opacity: 1;
    }
    .prodt1_main .prodt_sect4_ul li a:hover .ys_imgbox_cover img:nth-child(1){
        opacity: 0;
    }
    .prodt1_main .prodt_sect4_ul li a:hover p{
        color: #fff;
    }
    .prodt1_main .prodt_sect4_ul li a:hover .prodt_sect4_right_bot.ys_imgbox_cover {
        background: #fff;
    }
    .prodt1_main .prodt_sect4_ul li a:hover .prodt_sect4_right_bot  img {
        transform: scale(1) translate(-50%,-50%);;
    }
    .pro_list_box:hover .ys_imgbox_cover img{
        transform: scale(1.05);
    }
    
}
/* 2023.11.16 */
.indust_add{
    position: relative;
}
.indust_add_bj{
    width: 100%;
    border-radius:30px;
    position: relative;
}
.indust_add_bj img{
    width: 100%;
    border-radius:30px;
}
.indust_add_bj::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    opacity: 0.3;
    background: linear-gradient(252deg, rgba(0, 0, 0, 0.00) 37.89%, #000 98.8%);
}
.indust_add_text_cont{
    width: 40%;
}
.indust_add_text_cont .std_title3,
.indust_add_text_cont .std_text1 p{
    color: #fff;
}
.indust_add_text_cont .std_text1 p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
}
.indust_add_text_cont .std_text1{
    margin: 32px 0 100px;
}
.indust_add_text_cont .std_title3{
    font-weight: bold;
}
.indust_add_text_cont .std_btn1 p {
    color: #fff;
}
.indust_add_text_cont .std_btn1 {
    background: #007C36;
    cursor: pointer;
}
.indust_add_text_cont .std_btn1 .std_btn_icon img:first-child {
    opacity: 0;
}

.indust_add_text_cont .std_btn1 .std_btn_icon img:last-child{
    opacity: 1;
}
.indust_add_bj::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    border-radius: 30px;
}
.instud_add_tc{
    background: #fff;
    padding:74px 90px 74px 107px;
    border-radius: 30px;
}
.instud_add_tc_fr{
    width: 56%;
}
.instud_add_tc_fl{
    width: 44%;
    padding-right:100px;
}
.instud_add_cont{
    display: flex;
}
.iatf_img img{
    border-radius: 10px;
    margin: 24px 0 34px;
}
.instud_add_tc_fl .std_title4{
    font-weight: bold;
}
.instud_add_cont {
    width: 100%;
    padding: 0 10px 0 0;
}
.instud_add_tc .ys_modal_close{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border:1px solid #666666;
}
.instud_add_tc .icon-close:before{
    color: #666666;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
.indust_add_bj2{
    display: none;
}
/* 2023.11.29 */
.home_solu_bot_text  .std_title5{
    line-height: 1.6;
    height: 3.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.header_nav_grade3 {
    width: 380px !important;
}
.header_nav_grade3 .header_nav_grade_main {
    padding: 40px 0 30px !important;
}
.header_nav_grade3_ul1>li {
    width: 50% !important;
    padding: 0 45px !important;
}
/* 集团全球化布局 */
.home_plant {
    padding: 80px 0 0;
    background: #fff;
}

.home_plant_list {
    margin-top: 50px;
}

.home_plant_ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 4px;
}

.home_plant_li {
    position: relative;
    min-height: 280px;
}

/* 第一张图片 2*1 */
.home_plant_li:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}

/* 第二张图片 1*1 */
.home_plant_li:nth-child(2) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

/* 第三张图片 1*2 */
.home_plant_li:nth-child(3) {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
}

/* 第四张图片 1*1 */
.home_plant_li:nth-child(4) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

/* 第五张图片 2*1 */
.home_plant_li:nth-child(5) {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
}

.home_plant_box {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.home_plant_img {
    position: relative;
    height: 100%;
}

.home_plant_img .logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
    height: auto;
    z-index: 2;
}

.home_plant_img .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.home_plant_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background: linear-gradient(to left, rgba(0,0,0,0.7), transparent);
}

.hpt_title {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    text-align: right;
}

/* 悬停效果 */
.home_plant_box:hover .home_plant_img .cover {
    transform: scale(1.1);
}

/* 响应式布局 */
@media screen and (max-width: 1200px) {
    .home_plant_ul {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    
    .home_plant_li {
        grid-column: auto !important;
        grid-row: auto !important;
    }
    
    .home_plant_li:nth-child(1) {
        grid-column: span 2 !important;
    }
    
    .home_plant_li:nth-child(5) {
        grid-column: span 2 !important;
    }
}

@media screen and (max-width: 768px) {
    .home_plant {
        padding: 40px 0;
    }
    
    .home_plant_ul {
        grid-template-columns: 1fr;
    }
    
    .home_plant_li {
        min-height: 220px;
    }
    
    .home_plant_li:nth-child(1),
    .home_plant_li:nth-child(5) {
        grid-column: span 1 !important;
    }
    
    .hpt_title {
        font-size: 16px;
    }
}
/* 公司大事记轮播图样式 */
.about-company {
    position: relative;
    padding: 100px 0 70px;
    background-image: url('/Public/e1img4.jpg');
    background-size: cover;
}

.about-title {
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin-bottom: 50px;
}

.about-company-slider {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

.slider-container-wrapper {
    width: 100%;
    overflow: hidden;
}

.slider-container {
    display: flex;
    gap: 20px;
    overflow: hidden;
    padding: 20px 0;
    transition: transform 0.5s ease-in-out;
    width: fit-content;
}

.slider-item {
    flex: 0 0 300px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease-in-out;
    opacity: 1;
    transform: scale(1);
    width: 320px;
    height: 180px;
}

.slider-item.inactive {
    opacity: 0.6;
    transform: scale(0.95);
}

.slider-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.2);
}

.slider-item .year {
    font-size: 24px;
    color: #4CAF50;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    padding-right: 20px;
    width: 80px;
}

.slider-item .year:after {
    content: '>';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #4CAF50;
    font-size: 18px;
}

.slider-item .content {
    color: #333;
}

.slider-item .content p {
    line-height: 1.6;
    font-size: 14px;
}

.slider-item .content p:last-child {
    margin-bottom: 0;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    opacity: 0.7;
}

.slider-prev {
    left: 0;
}

.slider-next {
    right: 0;
}

.slider-prev:hover,
.slider-next:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    background: rgba(255, 255, 255, 0.5);
}

.slider-prev.disabled,
.slider-next.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.slider-prev i,
.slider-next i {
    color: #fff;
    font-size: 20px;
}

.slider-container.sliding {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-item.entering {
    animation: slideIn 0.5s forwards;
}

.slider-item.leaving {
    animation: slideOut 0.5s forwards;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes slideOut {
    from {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
    to {
        opacity: 0;
        transform: translateX(-30px) scale(0.95);
    }
}

/* 响应式适配 */
@media screen and (max-width: 1024px) {
    .about-company-slider {
        padding: 0 40px;
    }
    
    .slider-item {
        flex: 0 0 280px;
    }
}

@media screen and (max-width: 768px) {
    .about-company {
        padding: 40px 0;
    }
    
    .about-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .about-company-slider {
        padding: 0 30px;
    }
    
    .slider-item {
        flex: 0 0 260px;
        padding: 20px;
    }
    
    .slider-prev,
    .slider-next {
        width: 32px;
        height: 32px;
    }
    
    .slider-container {
        transition-duration: 0.3s;
    }
}

.menu-product:hover .header_nav_grade {
    display: block;
}

.menu-solutions:hover .header_nav_grade {
    display: block;
}

.menu-news:hover .header_nav_grade {
    display: block;
}

.menu-aboutus:hover .header_nav_grade {
    display: block;
}

.menu-contact:hover .header_nav_grade {
    display: block;
}

.header_nav_grade2 {
    width: 400px;

    .sub-menus-list {
        text-align: center;
    }
}

.home_about_us {
    padding-top: 120px;
}

.home_company_wrapper {
    display: flex;

    .home_company_cover {
        width: 56%;
        flex-grow: 1;
        flex-shrink: 1;
        height: 30vw;
        object-fit: cover;
        object-position: center;
    }

    .home-company-info {
        display: flex;
        flex-direction: column;
        padding: 0 5vw;
        justify-content: center;
        background-color: #f9f9f9;
    }

    .home-company-title {
        margin-bottom: 20px;
    }

    .home-company-content {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 40px;
    }

    .home-company-list {
        display: flex;
    }

    .home-company-item {
        width: 10px;
        flex-grow: 1;
        flex-shrink: 1;
        text-align: center;
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center top;
        padding-top: 40px;

        &:nth-child(1) {
            background-image: url('/Public/sub-menu1.png');
        }
        &:nth-child(2) {
            background-image: url('/Public/sub-menu2.png');
        }
        &:nth-child(3) {
            background-image: url('/Public/sub-menu3.png');
        }
    }
}

/* Solutions Page Styles */
.solution_section {
    padding: 80px 0;
}

.solution_products {
    .scene_imgbox {
        background-color: #fff;
        border-bottom: 3px solid #fff;
    }

    .scene_title_overlay {
        background: none;
        color: #333;
    }

    img {
        padding-bottom: 76px;
        object-fit: contain !important;
    }    

    .scene_item:hover {
        .scene_title_overlay {
            color: #007C36;
        }

        .scene_imgbox {
            border-bottom-color: #007C36;
        }
    }
}

.solution_custom {
    background: #fff;
    padding: 130px 0 70px;
}

.solution_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.solution_left {
    flex: 1;
}

.solution_right {
    flex-shrink: 0;
    width: 320px;
    height: 400px;
    margin-left: 90px;
}

.solution_title {
    font-size: 32px;
    font-weight: bold;
    color: #111;
    margin-bottom: 40px;
    line-height: 1.3;
}

.solution_title_center {
    font-size: 32px;
    font-weight: bold;
    color: #111;
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.3;
}

.solution_text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.solution_text_center {
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-align: left;
    max-width: 1000px;
    margin: 0 0 50px;
}

.cooperation_card {
    background: #F9F9F9;
    border-radius: 2px;
    padding: 40px;
    text-align: left;
    height: 100%;
}

.cooperation_card h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.cooperation_card p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 30px;
}

.cooperation_btn {
    display: inline-block;
    background: #007C36;
    color: #fff;
    font-size: 16px;
    padding: 12px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cooperation_btn:hover {
    background: rgb(4, 140, 53);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(5, 164, 62, 0.3);
}

.solution_features {
    background: #F9F9F9;
}

.solution_types {
    background: #fff;
    padding-bottom: 120px;
}

/* 应用场景轮播 */
.solution_application {
    /* background: #F9F9F9; */
}

.application_scene_wrapper {
    position: relative;
    margin-top: 40px;
    padding: 0 60px;
}

.application_scene_slick {
    display: flex;
}

.application_scene_slick:not(.slick-initialized) .scene_item {
    flex: 0 0 25%;
    max-width: 25%;
}

.scene_item {
    padding: 0 11px;
}

.scene_imgbox {
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 0;
    position: relative;
}

.scene_imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.scene_item:hover .scene_imgbox img {
    transform: scale(1.05);
}

.scene_title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    margin-top: -4px;
}

.scene_title_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(5, 164, 62, 0.85) 0%, rgba(5, 164, 62, 0.7) 50%, transparent 100%);
    color: #fff;
    font-size: 16px;
    padding: 30px 20px;
    text-align: center;
    z-index: 2;
}

.application_scene_slick .slick-prev,
.application_scene_slick .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    border-color: rgb(4, 140, 53);
    margin-top: -20px;
}

.application_scene_slick .slick-prev:before,
.application_scene_slick .slick-next:before {
    font-size: 30px;
    line-height: 1;
    color: #007C36;
    opacity: 1;
}

.application_scene_slick .slick-prev {
    left: 0;
    margin-left: -40px;
}

.application_scene_slick .slick-next {
    right: 0;
    margin-right: -40px;
}

.application_scene_slick .slick-prev:hover:before,
.application_scene_slick .slick-next:hover:before {
    color: rgb(4, 140, 53);
}

/* 底部合作区域 */
.solution_cooperation_bottom {
    /* background: #F9F9F9; */
    padding: 0 0 130px;
}

.cooperation_bottom_content {
    text-align: center;
    margin: 0 auto;
    background-color: rgb(242,242,242);
    padding: 60px 100px;
}

.cooperation_bottom_content h2 {
    font-size: 32px;
    color: #007C36;
    margin-bottom: 45px;
    font-weight: bold;
}

.cooperation_bottom_content p {
    font-size: 24px;
    line-height: 1;
    color: #666;
    margin-bottom: 70px;
}

.cooperation_bottom_btn {
    display: inline-block;
    background: #007C36;
    color: #fff;
    font-size: 18px;
    padding: 10px 60px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: bold;
}

.cooperation_bottom_btn:hover {
    background: rgb(4, 140, 53);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(5, 164, 62, 0.4);
    color: #fff;
}

/* 响应式适配 */
@media (max-width: 992px) {
    .solution_content {
        flex-direction: column;
        gap: 40px;
    }
    
    .solution_right {
        width: 100%;
    }
    
    .solution_title,
    .solution_title_center {
        font-size: 28px;
    }
    
    .scene_imgbox {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .solution_section {
        padding: 60px 0;
    }
    
    .solution_title,
    .solution_title_center {
        font-size: 24px;
    }
    
    .cooperation_bottom_content h2 {
        font-size: 28px;
    }
    
    .scene_imgbox {
        height: 200px;
    }
    
    .application_scene_slick .slick-prev {
        left: 10px;
    }
    
    .application_scene_slick .slick-next {
        right: 10px;
    }
}
/* About Us Page Styles */
.aboutus-section {padding: 80px 0; background: #fff;}
.aboutus-title h2 {font-size: 32px; color: #1D1D1D; text-align: center; margin-bottom: 40px;}
.aboutus-hero-img {width: 100%; height: auto; display: block; margin-bottom: 30px;}
.aboutus-text p {font-size: 4.75px; color: #414141; line-height: 1.8; max-width: 800px; margin: 0 auto 40px;}
.aboutus-features {display: flex; justify-content: space-around; flex-wrap: wrap; gap: 20px;}
.aboutus-feature {text-align: center; width: 120px;}
.aboutus-feature img {width: 60px; height: 60px; margin-bottom: 10px;}
.aboutus-feature p {font-size: 4.75px; color: #414141;}
.aboutus-slogan {background: linear-gradient(rgba(90, 90, 90, 0.42), rgba(90, 90, 90, 0.42)), url('../Public/aboutus/114.jpg') center/cover no-repeat; padding: 120px 0; text-align: center; color: #fff;}
.aboutus-slogan-text h2 {font-size: 32px;}
.aboutus-culture {background: #f2f2f2; padding: 80px 0;}
.aboutus-card {background: #fff; padding: 30px; text-align: center; border-radius: 8px;}
.aboutus-card img {width: 80px; height: 80px; margin-bottom: 15px;}
.aboutus-card h3 {font-size: 8.5px; color: #fff; margin-bottom: 10px;}
.aboutus-card p {font-size: 4.75px; color: #fff;}
.aboutus-esg {background: url('../Public/aboutus/121.jpg') center/cover no-repeat; padding: 100px 0; color: #fff; text-align: center;}
.aboutus-esg h2 {font-size: 32px; margin-bottom: 20px;}
.aboutus-esg p {font-size: 4.75px; max-width: 800px; margin: 0 auto;}
.aboutus-global {background: url('../Public/aboutus/120.webp') center/cover no-repeat; padding: 100px 0; color: #fff; text-align: center;}
.aboutus-global h2 {font-size: 32px; margin-bottom: 20px;}
.aboutus-global p {font-size: 5px; max-width: 900px; margin: 0 auto;}

/* Shared mobile navigation */
.ys_hd_mobile,
.ys_hd_mobile_panel[hidden],
.ys_mobile_nav_submenu[hidden] {
    display: none;
}

.ys_mobile_nav_sublink,
.ys_mobile_nav_link,
.ys_mobile_nav_action {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .ys_hd_mobile {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 260;
    }

    .ys_hd_pc {
        display: none !important;
    }

    .ys_hd_mobile_bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 68px;
        padding: 0 20px;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(16px);
        box-shadow: 0 10px 24px rgba(15, 38, 27, 0.08);
    }

    .ys_hd_mobile_logo {
        display: inline-flex;
        align-items: center;
        max-width: calc(100% - 72px);
    }

    .ys_hd_mobile_logo img {
        height: 34px;
        width: auto;
        display: block;
    }

    .ys_hd_mobile_toggle {
        width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #0f2318;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .ys_hd_mobile_toggle span {
        width: 18px;
        height: 2px;
        background: #fff;
        border-radius: 999px;
        transition: transform .24s ease, opacity .24s ease;
    }

    .ys_hd_mobile_toggle.is-open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .ys_hd_mobile_toggle.is-open span:nth-child(2) {
        opacity: 0;
    }

    .ys_hd_mobile_toggle.is-open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .ys_hd_mobile_panel {
        display: block;
        position: fixed;
        top: 68px;
        left: 0;
        width: 100%;
        height: calc(100vh - 68px);
        background: rgba(10, 18, 14, 0.54);
        opacity: 0;
        pointer-events: none;
        transition: opacity .24s ease;
    }

    .ys_hd_mobile_panel.is-open {
        opacity: 1;
        pointer-events: auto;
    }

    .ys_hd_mobile_scroll {
        height: 100%;
        padding: 18px 20px 28px;
        background: #fff;
        overflow-y: auto;
    }

    .ys_mobile_nav_list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .ys_mobile_nav_item {
        border-bottom: 1px solid #edf1ee;
    }

    .ys_mobile_nav_row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 18px 0;
    }

    .ys_mobile_nav_row.is-active .ys_mobile_nav_link,
    .ys_mobile_nav_item.yxnav_active1 > .ys_mobile_nav_row .ys_mobile_nav_link {
        color: #007C36;
    }

    .ys_mobile_nav_link {
        flex: 1;
        color: #152219;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.5;
    }

    .ys_mobile_nav_expand {
        width: 34px;
        height: 34px;
        padding: 0;
        border: 1px solid #dfe7e2;
        border-radius: 50%;
        background: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        flex-shrink: 0;
    }

    .ys_mobile_nav_expand span {
        position: absolute;
        width: 12px;
        height: 2px;
        background: #183122;
        border-radius: 999px;
        transition: transform .24s ease, opacity .24s ease;
    }

    .ys_mobile_nav_expand span:last-child {
        transform: rotate(90deg);
    }

    .ys_mobile_nav_expand.is-open span:last-child {
        transform: rotate(180deg);
        opacity: 0;
    }

    .ys_mobile_nav_submenu {
        display: block;
        padding: 0 0 18px;
    }

    .ys_mobile_nav_submenu_inner {
        display: grid;
        gap: 10px;
        padding: 12px 14px;
        background: #f5f8f6;
        border-radius: 18px;
    }

    .ys_mobile_nav_sublink {
        color: #43564a;
        font-size: 14px;
        line-height: 1.6;
    }

    .ys_mobile_nav_sublink--strong {
        color: #183122;
        font-weight: 600;
    }

    .ys_mobile_nav_actions {
        display: grid;
        gap: 12px;
        margin-top: 22px;
    }

    .ys_mobile_nav_action {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        border-radius: 999px;
        background: #007C36;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }

    .ys_mobile_nav_action.secondary {
        background: #eff5f1;
        color: #183122;
    }

    body.mobile-nav-open {
        overflow: hidden;
    }

    .ys_footer_main {
        flex-direction: column;
        gap: 24px;
    }

    .ys_footer_info,
    .ys_footer_qrcode,
    .ys_footer_nav {
        width: 100%;
    }

    .ys_footer_logo {
        margin-bottom: 20px;
    }

    .ys_footer_qrcode {
        align-self: flex-start;
    }

    .ys_footer_nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 16px;
        padding-left: 0;
    }

    .ys_footer_nav_col ul li a {
        white-space: normal;
    }

    .industry_content {
        flex-direction: column;
        gap: 16px;
    }

    .industry_item {
        width: 100%;
        height: 280px;
    }

    .industry_content p,
    .industry_item .industry_tips {
        width: auto;
    }

    .application_scene_wrapper {
        padding: 0 28px;
        margin-top: 24px;
    }

    .application_scene_slick:not(.slick-initialized) .scene_item {
        flex-basis: 100%;
        max-width: 100%;
    }

    .cooperation_card {
        padding: 28px 24px !important;
    }

    .cooperation_bottom_content {
        padding: 34px 24px;
    }

    .cooperation_bottom_content p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 28px;
    }

    .prodt_sect1_top {
        flex-direction: column;
    }

    .prodt_sect1_top_left,
    .prodt_sect1_top_right {
        width: 100%;
        padding-right: 0;
    }

    .prodt_sect1_top_right {
        margin-top: 24px;
    }

    .pstr_img img {
        width: 100%;
        height: auto;
    }

    .contact-us {
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .ys_hd_mobile_bar {
        padding: 0 16px;
    }

    .ys_hd_mobile_scroll {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ys_footer_nav {
        grid-template-columns: minmax(0, 1fr);
    }

    .industry_title {
        font-size: 28px;
    }
}
