﻿/* CSS Document */
*{padding:0; margin:0;}

html {overflow:-moz-scrollbars-vertical; scrollbar-face-color:#e8e8e8;scrollbar-shadow-color:#c1c1bb;scrollbar-highlight-color:#c1c1bb;scrollbar-3dlight-color:#ebebe4;scrollbar-darkshadow-color:#ebebe4;scrollbar-track-color:#f4f4f0;scrollbar-arrow-color:#cacab7; }

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,input,img{padding:0; margin:0;}   
div,ul,li{list-style:none;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
a{text-decoration:none; color:#222222; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; outline:none;}
a:hover {color:#e8410b;}
:focus{outline:0;}
.clear{margin:0; padding:0; clear:both;}
table {BORDER-COLLAPSE:collapse; border-spacing:0;}
img{display:block; border:0; width:100%;}
b {}i,em {font-style:normal;}
p:has(> br:only-of-type):not(:has(:not(br))) {line-height:15px !important;}

button, input, select, textarea,radio {display:block; margin:0; padding:0; outline:none; background-color:transparent; border:0; border-radius:none; -webkit-font-smoothing:antialiased;}
button {cursor:pointer;}

.clearfix:after {content:""; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display: inline-table;}
*html .clearfix {height:1%;}
.clearfix {display:block;}
*+html .clearfix {min-height:1%;}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:1; color:#777777;}
input:-moz-placeholder,textarea:-moz-placeholder{opacity:1; color:#777777;}
input::-moz-placeholder,textarea::-moz-placeholder{opacity:1; color:#777777;} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1; color:#777777;}


@font-face{
font-family: "HarmonyOS_Sans_Regular";
src:
url('../fonts/HarmonyOS_Sans_Regular.ttf') format('truetype'),
url('../fonts/HarmonyOS_Sans_Regular.woff') format('woff'),
url('../fonts/HarmonyOS_Sans_Regular.otf') format('otf');
font-weight: normal;
font-style: normal;
font-display: block;
}


body {font-size:16px; color:#222222; font-family:"HarmonyOS_Sans_Regular", Arial, Helvetica, sans-serif; padding:0; margin:0; behavior:url("images/csshover.htc");-webkit-text-size-adjust:none; background:#ffffff; line-height:1.8;}
.main {position:relative; margin:0 auto; width:90%; max-width:1500px;}
@media screen and (max-width:1420px) {
body {font-size:13px;}
}
@media screen and (max-width:768px) {
body {font-size:13px;}
.main {width:92%;}
}


/***头部***/
.header_top{height:45px; line-height:45px; width:100%; background:#494949; display:flex; justify-content:space-between; align-items:center;}
.header_top .main{display:flex;}
.header_top_left, .header_top_right{display:flex; flex:1; max-width:50%; box-sizing:border-box;}

.header_top_left ul, .header_top_right ul{display:flex; width:100%;}
.header_top_left ul{justify-content: flex-start; /* 靠左对齐 */}
.header_top_right ul{justify-content: flex-end; /* 靠右对齐 */}

.header_top_left li{color:#ffffff; display:flex; align-items:center; white-space: nowrap;}
.header_top_left li span{color:#e8410b; margin-left:5px;}


.header_top_right li{color:#ffffff; display:flex; align-items:center; margin:0 0 0 10px; white-space: nowrap;}
.header_top_right li a{color:#ffffff;}
.header_top_right li img{display:block; margin-right:5px; vertical-align: middle; width:20px; height:20px; opacity:0.6;transition:all .3s ease-in-out;}
.header_top_right li img:hover{opacity:1;}

#lang{background:#008842; border-radius:25px; height:30px; line-height:30px; padding:0 20px; cursor:pointer; position:relative;transition:all .3s ease-in-out;}
#lang:hover{background:#e8410b;}
#lang .langpic{opacity:0.6;}
#lang ul{top:37px!important; left:-15px;}
#lang ul li img{display:inline!important; opacity:1;}
#lang ul li a{ color:#222222!important;}

.header{width:100%; box-sizing:border-box; position:fixed; height:125px; top:0; left:0; z-index:99; background:rgb(255,255,255,1); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.10);}
.header .main{display:flex; align-items:center;}
.header_left{display:flex; flex: 0 0 20%; box-sizing:border-box; padding-right:10px;}
.header_logo{display:flex;align-items: center;}
.header_logo img{width:55px;}
@media screen and (max-width:1420px){  
.header_logo img{width:50px;}
}  

@media screen and (max-width:1240px){  
.header_logo img{width:40px;}
}  


.header_right{display:flex; flex:1; box-sizing:border-box;}
.header_right ul{display:flex; width:100%; justify-content:flex-end;/* 靠右对齐 */}
.header .mNavList{text-align:left; display:flex; width:100%;}
.header .mNavList>li{position:relative; text-align:center; line-height:80px; height:80px; box-sizing:border-box; margin:0 4% 0 0; font-weight:bold; text-transform:uppercase;}
.header .mNavList>li:last-child{ margin:0;}
.header .mNavList>li>a>i{display:inline-block; width:20px; height:20px; vertical-align:middle;  background:url("../images/pro_click.png") no-repeat center -1px; -moz-transition: all linear .3s;-webkit-transition: all linear .3s;	-ms-transition: all linear .3s;}
.header .mNavList>li:hover>a>i{background:url("../images/pro_click_on.png") no-repeat center 1px; -moz-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg);filter:rogid:DXImageTransform.Microsoft.BasicImage(rotation=1);}

#menu:before, #menu:after {content:"";display:table;}
#menu:after {clear:both;}
#menu{zoom:1;}
#menu li:hover>a{color:#e8410b;}
#menu li a:hover {color:#e8410b;}
#menu li:hover>ul {opacity:1; visibility:visible; margin:0;}
#menu ul {margin:15px 0 0 0; opacity:0; visibility:hidden; position:absolute; top:80px; width:fit-content; display:block; z-index:1; transition:all .3s ease-in-out; background:#ffffff;}
#menu ul li{margin:0; background-color:rgba(255,255,255,1); padding:8px 25px; width:100%; height:auto; line-height:25px; text-transform:capitalize; box-sizing:border-box; color:#222222!important; text-align:left; position:relative;transition:all .3s ease-in-out; font-weight:normal; font-size:16px; white-space:nowrap; border-bottom:1px #f1f1f1 solid;}
#menu ul li a{display:block; font-weight:normal!important;}
#menu ul li:hover{background:#e8410b; padding:8px 20px 8px 30px;}
#menu ul li:hover a{color:#ffffff!important;}
#menu ul li:hover ul li a{color:#222222!important;}
#menu ul li:last-child{border-bottom:0;}
#menu ul li:hover ul {opacity:1; visibility:visible; margin:0 0 0 320px;}
#menu ul li ul {top:0px; left:0px; margin:0 0 0 330px; display:block; border-top:0;transition:all .3s ease-in-out;width:fit-content;}
#menu ul li ul li:hover a{color:#ffffff!important;}
@media screen and (max-width:1420px){  
.header .mNavList>li{margin:0 2.5% 0 0; font-size:14px;}
#menu ul li{font-size:13px; line-height:22px;}
}  

@media screen and (max-width:1240px){  
.header .mNavList>li{margin:0 2% 0 0; font-size:12px;}
#menu ul li{font-size:12px; line-height:20px;}
}  

.m-header {display:none;}
@media screen and (max-width:768px) {
.header {display:none;}
.m-header {display:block; position:fixed; top:0; left:0; width:100%; background:rgb(255,255,255,1); z-index:99;}
.m-header .main {margin:0 auto; width:96%; height:45px; overflow:hidden;}
.m-header-logo {float:left; width:85%; margin-top:5px;font-size:16px;}
.m-header-logo img{height:35px; width:auto; float:left; margin-right:5px;}
.m-header-logo h2{font-size:14px; line-height:35px;  font-weight:bold;}
.m-header-logo h2 span{color:#e8410b; margin-left:2px;}

.nav-btn {position:relative; float:right; margin:12px -9px 0 0; width:50px; height:30px; cursor:pointer;}
.nav-btn span {position:absolute; left:10px; display:block; width:30px; height:3px; background:#161616; transition:all ease 0.35s;}
.nav-btn span:nth-of-type(1){top:0;}
.nav-btn span:nth-of-type(2){top:8px;}
.nav-btn span:nth-of-type(3){top:16px;}
.nav-btn-se span:nth-of-type(1){top:10px; transform:rotate(45deg);}
.nav-btn-se span:nth-of-type(2){width:0}
.nav-btn-se span:nth-of-type(3){top:10px; transform:rotate(-45deg);}
.m-nav {position:fixed; top:-100%; left:0; z-index:9999; width:100%; height:calc(100%); font-size:16px; line-height:45px; background:#008842; overflow:auto; overflow-x:hidden; transition:top ease 0.35s;}
.nav-show {top:45px;}
.nav-show ul {border-bottom:1px rgba(255,255,255,0.10) solid;}
.m-nav ul li i {position:absolute; top:4px; right:0px; height:40px; padding:0 17px 0 17px;}
.m-nav ul li i svg {transform:rotate(-90deg); transition:all ease 0.35s;}
.m-nav ul li .m-nav-i-se svg {transform:rotate(0deg);}
.m-nav ul li {position:relative; line-height:45px; font-size:15px; border-top:1px rgba(255,255,255,0.05) solid;}
.m-nav ul li img{ height:16px; width:auto; margin-right:10px; float:left;}
.m-nav ul li ul {display:none; background:rgb(255,255,255,0.05);}
.m-nav ul li a {color:#fff;width:80%; display:block; padding-left:20px; font-weight:normal; text-transform:capitalize;}
.m-nav ul li ul li a {display:block; font-size:13px; color:#fff; line-height:20px; text-align:left; padding:8px 8px 8px 30px; opacity:0.85;}
.m-nav ul li i svg {width:25px; height:20px; fill:#fff;}
.m-nav ul li .m-nav-i-se svg {fill:#fff;}
}


/***banner***/
.banner{width:100%; overflow:hidden; position:relative; margin:125px auto 0;}
.banner .swiper-slide .text{position:absolute; width:100%; top:50%; transform:translateY(-50%); z-index:3; text-align:center; color:#fff; box-sizing:border-box; padding:0 10%;}
.banner .swiper-slide .text h2{ margin:0; font-size:64px; line-height:1.3; opacity:0; text-shadow:4px 4px 10px rgba(0,0,0,0.2);transform: translateY(32px);transition: all 0.5s ease 0.2s; color:#ffffff; font-weight:bold;margin-bottom:10px;}
.banner .swiper-slide .text h2 span{color:#e8410b;}
.banner .swiper-slide .text h3{font-size:24px; line-height:1.2; opacity:0; transform: translateY(32px);transition: all 0.5s ease 0.5s; color:#ffffff; margin-bottom:20px; text-align:center;}
.banner .swiper-slide .text .bannerbtn{margin:0; padding:5px 25px; color:#ffffff; border-radius:50px; opacity:0;transform:translateY(-32px); width:fit-content; background:#e8410b; transition: opacity 0.5s ease 0.8s, transform 0.5s ease 0.8s;}
.banner .swiper-slide .text a{display:inline-block;}
.banner .swiper-slide .text a:hover .bannerbtn{background:#ffffff;color:#e8410b; transition: all 0.3s ease;}

.banner .swiper-container .swiper-wrapper .swiper-slide-active .text h2{transform: translateY(0);opacity: 1;} /*必须保留这个路径*/
.banner .swiper-container .swiper-wrapper .swiper-slide-active .text h3{transform: translateY(0);opacity: 1;} /*必须保留这个路径*/
.banner .swiper-container .swiper-wrapper .swiper-slide-active .text .bannerbtn{transform:translateY(0);opacity: 1;}  /*必须保留这个路径*/

.banner .swiper-button-prev{width:40px; height:40px; background:none; margin-top:0; left:0.5%; top:46%; color:#ffffff;}
.banner .swiper-button-prev:before{font-size:32px; position:absolute; left:50%; top:50%; display:inline-block; transform: translate(-50%, -50%);color:#fff;}
.banner .swiper-button-prev:hover:before{color:#31a338;}
.banner .swiper-button-next{width:40px; height:40px; background:none; margin-top:0; right:0.5%; top:46%; color:#ffffff;}
.banner .swiper-button-next:before{font-size:32px; position: absolute; left: 50%; top:50%; display: inline-block; transform: translate(-50%, -50%);color:#fff;}
.banner .swiper-button-next:hover:before{color:#31a338;}

.banner .pagination-all{position:absolute;bottom:10px;width:100%;left:0;z-index:100; text-align:center;}
.banner .swiper-pagination {position:relative;display: inline-block;text-align:left;}
.banner .swiper-pagination .swiper-pagination-bullet{width:15px; height:4px; border-radius:4px; background:rgba(255, 255, 255, 0.7); opacity:1; margin:0 3px; position:relative; transition: all 0.5s;}
.banner .swiper-pagination .swiper-pagination-bullet-active{background:#e8410b;}

@media screen and (max-width:768px) {
.banner{margin-top:45px; display:block}
.banner .swiper-slide .text h2{font-size:18px; line-height:1.3;margin-bottom:5px;}
.banner .swiper-slide .text h3{font-size:12px;margin-bottom:10px;}
.banner .swiper-slide .text .bannerbtn{padding:2px 20px;}
.banner .swiper-container .swiper-button-prev {top:40%; width:20px; height:20px;}
.banner .swiper-container .swiper-button-next {top:40%; width:20px; height:20px;}
.banner .swiper-container .pagination-all {bottom:0px;}
}



/***index htitle***/
.index_htitle{width:100%; box-sizing:border-box; position:relative; text-align:center;}
.index_htitle h3{font-size:14px; line-height:14px; margin-bottom:10px; position:relative; z-index:3; color:#e8410b;}
.index_htitle h4{font-size:42px; line-height:1.3; overflow:hidden; position:relative; z-index:3; font-weight:bold;}
.index_htitle h2{font-size:28px; line-height:1.2; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; position:relative; z-index:3; font-weight:bold; text-transform:uppercase; color:#e8410b;}
.index_htitle h2::after{content: ''; display: block; width:40px; height:3px; background-color:#008842; margin:6px auto 5px; border-radius:5px;}
.index_htitle .ptxt{width:100%; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:11; -webkit-box-orient:vertical; padding:0 4%; box-sizing:border-box;}

.index_htitle ul{display:inline-flex; flex-wrap:wrap; gap:15px; margin:30px 0 0 0;}
.index_htitle ul li{background:#008842; text-align:center; border-radius:50px; padding:10px 30px; color:#ffffff; transition:all .3s ease-in-out; line-height:1.3;} 
.index_htitle ul li:hover{background:#e8410b;}
.index_htitle ul li a{color:#ffffff;}
@media screen and (max-width:1420px) {
.index_htitle h2{font-size:24px;}
}

@media screen and (max-width:1024px) {
.index_htitle h2{font-size:18px;}
}

@media screen and (max-width:768px) {
.index_htitle{margin-bottom:10px;}
.index_htitle h2{font-size:18px;}
.index_htitle h2::after{width:30px;}
.index_htitle .ptxt{width:100%; padding:0;}
.index_htitle ul{grid-template-columns: repeat(2, 1fr); gap:10px; margin:10px 0 0 0; grid-auto-flow:dense;}
.index_htitle ul li{padding:8px 25px;} 
}


.div_more{text-align:center;}
.div_more_top{ margin-top:30px; text-align:center; padding-top:20px; box-sizing:border-box; border-top:1px #dddddd dotted;}

.more{display:inline-block;height:36px; line-height:36px;padding:0 30px;text-align:center;border-radius:100px;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; color:#ffffff!important; background:#e8410b; font-weight:normal; font-size:16px;}
.more:hover{color:#ffffff!important; background:#ff6600;}

.more2{display:inline-block;height:36px; line-height:36px; padding:0 30px;text-align:center;border-radius:100px;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; color:#ffffff!important; background:#008842; font-weight:normal; font-size:16px;}
.more2:hover{color:#ffffff!important; background:#e8410b;}

@media screen and (max-width:768px) {
.div_more_top{margin-top:10px;}
.more{height:35px; line-height:35px; padding:0 20px; font-size:12px;}
.more2{height:35px; line-height:35px; padding:0 20px; font-size:12px;}
}


.more_btn{background:#004577; height:45px; line-height:45px; position:relative; padding:0 25px; display:inline-block; border-radius:5px;}
.more_btn .more_btn_txt{z-index:9; height:45px; line-height:45px; color:#ffffff; position:inherit; border-radius:5px;}
.more_btn:after{content:' '; position:absolute;left:0; width:100%; top:0; height:0; background:#ff3300; z-index:2; transition:300ms ease-out;border-radius:5px;}
.more_btn:hover:after{left:0; height:100%;}

@media screen and (max-width:1420px) {
.more_btn{height:40px; line-height:40px;}
.more_btn .more_btn_txt{height:40px; line-height:40px;}
}

@media screen and (max-width:1024px) {
.more_btn{height:35px; line-height:35px; font-size:12px;}
.more_btn .more_btn_txt{height:35px; line-height:35px;}
}

@media screen and (max-width:768px) {
.more_btn{height:35px; line-height:35px; font-size:12px;}
.more_btn .more_btn_txt{height:35px; line-height:35px;}
}

.titlediv{margin:20px 0; display:block; overflow:hidden;}
.titlediv .news_xxjs{margin-bottom:0;}
.titlename{font-size:36px;line-height:1.3;font-weight:normal; margin-bottom:10px; color:#e8410b;padding:0;text-transform:uppercase;}
@media screen and (max-width:1420px) {
.titlename{font-size:24px;}
}
@media screen and (max-width:1024px) {
.titlename{font-size:18px;}
}
@media screen and (max-width:768px) {
.titlediv{margin:10px 0;}
.titlename{font-size:18px; margin-bottom:5px;}
}

.swiper-container{overflow: hidden;}
.swiper-button-next.project-area-next{top:50%;transform:translateY(-50%);right:-40px;width:40px;height:40px;border-radius:100%;color:#008842;transition:all .3s ease-in-out}
.swiper-button-prev.project-area-prev{top:50%;transform:translateY(-50%);left:-40px;width:40px;height:40px;border-radius:100%;color:#008842;transition:all .3s ease-in-out}
.swiper-button-next.project-area-next::after,.swiper-button-prev.project-area-prev::after{font-size:16px;}
.swiper-button-next.project-area-next:hover{background:none;}
.swiper-button-prev.project-area-prev:hover{background:none;}

.swiper-button-next.solution-area-next{top:50%;transform:translateY(-50%);right:-40px;width:40px;height:40px;border-radius:100%;color:#008842;transition:all .3s ease-in-out}
.swiper-button-prev.solution-area-prev{top:50%;transform:translateY(-50%);left:-40px;width:40px;height:40px;border-radius:100%;color:#008842;transition:all .3s ease-in-out}
.swiper-button-next.solution-area-next::after,.swiper-button-prev.solution-area-prev::after{font-size:16px;}
.swiper-button-next.solution-area-next:hover{background:none;}
.swiper-button-prev.solution-area-prev:hover{background:none;}
@media screen and (max-width:768px){
.swiper-button-next.project-area-next{right:-20px;width:30px;height:30px;top:50%;transform:translateY(-50%);}
.swiper-button-prev.project-area-prev{left:-20px;width:30px;height:30px;top:50%;transform:translateY(-50%);}
.swiper-button-next.project-area-next::after,.swiper-button-prev.project-area-prev::after{font-size:12px;}

.swiper-button-next.solution-area-next{right:-20px;width:30px;height:30px;top:50%;transform:translateY(-50%);}
.swiper-button-prev.solution-area-prev{left:-20px;width:30px;height:30px;top:50%;transform:translateY(-50%);}
.swiper-button-next.solution-area-next::after,.swiper-button-prev.solution-area-prev::after{font-size:12px;}
}




.mod0{width:100%; box-sizing:border-box; position:relative; padding:0 0 80px 0;}
.mod0_box{display:block; padding:40px; box-sizing:border-box;border-radius:5px; overflow:hidden; width:100%; box-shadow:0 10px 20px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(0, 0, 0, 0.10); background:linear-gradient(to bottom, #00924f , #007c39); z-index:5;}
.mod0_box ul{display:grid;grid-template-columns:repeat(4, 1fr); gap: 0; align-items: stretch;}
.mod0_box ul li{position:relative; box-sizing:border-box; text-align:center; border-right:1px rgb(255,255,255,0.2) solid;}
.mod0_box ul li:last-child{border-right:0;}
.mod0_box ul li h2{font-size:60px; line-height:60px; width:fit-content; display:inline-block; font-weight:bold; color:#ffffff;}
.mod0_box ul li sup{font-size:18px; margin-left:5px; letter-spacing:normal; font-weight:normal; position:absolute;color:#ffffff;}
.mod0_box ul li .ptxt{font-size:16px;color:#ffffff; margin-top:10px;}

@media screen and (max-width:1420px){
.mod0_box{padding:30px;}
.mod0_box ul li h2{font-size:48px; line-height:48px;}
.mod0_box ul li sup{font-size:14px;}
.mod0_box ul li .ptxt{font-size:14px; line-height:18px;}
}

@media screen and (max-width:1024px){
.mod0_box{padding:20px;}
.mod0_box ul li h2{font-size:32px;line-height:32px;}
.mod0_box ul li sup{font-size:12px;}
.mod0_box ul li .ptxt{font-size:12px; line-height:18px; margin-top:0px;}
}

@media screen and (max-width:768px){
.mod0{padding:15px 0; height:auto;}
.mod0_box{padding:20px; position:relative; top:0px; width:100%; margin:0 auto;}
.mod0_box ul{grid-template-columns:repeat(2, 1fr); gap:30px 10px;}
.mod0_box ul li{border-right:none;}
}



.mod1{width:100%; box-sizing:border-box; position:relative; padding:80px 0; background:#ffffff;}
.mod1_box{position:relative;display:flex;}
.mod1_box_left{float:left; width:50%; padding-right:3%; box-sizing:border-box;}
.mod1_box_left .index_htitle{text-align:left;}
.mod1_box_left .index_htitle h2::after{margin:6px 0 5px;}
.mod1_box_left .index_htitle .ptxt{padding:0; text-align:left; margin-top:10px;}
.mod1_title{font-size:24px; color:#fff000; margin-top:40px; font-weight:bold; margin-bottom:10px;}
.mod1_box_left .more2{background:#ffffff; color:#222222!important;}
.mod1_box_left .more2:hover{background:#ff6600; color:#ffffff!important;}
.mod1_box_right{float:right; width:50%;position:relative;}
.mod1_box_right video{height:fit-content;}
.mod1_box_right:before {content: ''; position:absolute; top:-10px; left:-10px; height:40px; width:10px; background-color:#e8410b;}
.mod1_box_right:after {content: ''; position:absolute; top:-10px; left:-10px; height:10px; width:40px; background-color:#e8410b;}
.mod1_box_right .corner-bottom-right{height:fit-content;}
.mod1_box_right .corner-bottom-right:before {
  content: '';
  position: absolute;
  bottom: 1px;
  right: -10px;
  height: 40px;
  width: 10px;
  background-color: #e8410b;
  z-index:6;
}

.mod1_box_right .corner-bottom-right:after {
  content: '';
  position: absolute;
  bottom: 1px;
  right: -10px;
  height: 10px;
  width: 50px;
  background-color: #e8410b;
  z-index:6;
}


@media screen and (max-width:1420px){
.mod1_box_left .index_htitle .ptxt{margin-top:5px;}
.mod1_title{font-size:18px; margin-top:20px;}
.mod1_box_left .index_htitle h2{font-size:24px;}
}

@media screen and (max-width:768px){
.mod1{padding:5% 0px;}
.mod1_box{display:block;}
.mod1_box_left{float:none; width:100%; padding-right:0;}
.mod1_box_left .index_htitle h2{font-size:20px;}
.mod1_box_right{float:none; width:100%; padding-left:0; margin-top:25px;}
.mod1_box_right:before {top:-5px; left:-5px; height:30px; width:5px;}
.mod1_box_right:after {top:-5px; left:-5px; height:5px; width:40px;}
.mod1_box_right .corner-bottom-right:before {
  right: -5px;
  height: 30px;
  width: 5px;
  bottom:2px
}

.mod1_box_right .corner-bottom-right:after {
  right: -5px;
  height: 5px;
  width: 40px;
  bottom:2px
}

}


.mod2{width:100%; padding:80px 0px; box-sizing:border-box; background:#f5f5f5;}
.mod2_box{position:relative; margin-top:20px;}
.project{display:block;}
.project li{float:left;width:100%;position:relative;display:block;overflow:hidden; border-radius:5px;}
.project li .imgbox img{border-radius:5px}
.project li .ptxt{margin-top:10px; box-sizing:border-box;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; text-align:center; line-height:1.4;}
@media screen and (max-width:768px){
.mod2{padding:8% 0px;}
}



.mod3{width:100%; padding:80px 0px; box-sizing:border-box; background:#ffffff;}
.mod3_box{position:relative; margin-top:20px;}
.solution{display:block;}
.solution li{float:left;width:100%;position:relative;display:block;overflow:hidden; border-radius:5px;}
.solution li .imgbox img{border-radius:5px}
.solution li .ptxt{position:absolute; width:100%; bottom:0; box-sizing:border-box;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical; text-align:center; line-height:1.4; background:rgb(0,0,0,0.65); color:#ffffff; padding:15px 10px;}
@media screen and (max-width:768px){
.mod3{padding:8% 0px;}
.solution li .ptxt{padding:10px 10px;}
}



.mod4{width:100%; padding:80px 0px; box-sizing:border-box; background: linear-gradient(to bottom, #f5f5f5 65%, #f5f5f5 65%);}
.mod4_box{position:relative;}
.mod4_box ul{display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:40px; align-items: start;/*取消保持高度一致*/}
.mod4_box ul li{position:relative; padding:60px 30px 50px 30px; box-sizing:border-box; background:#ffffff; border:1px #dddddd solid; border-radius:5px; text-align:center; color:#ffffff;background:linear-gradient(to bottom, #009e55 , #007c39);}
.mod4_box ul li h2{font-size:18px; line-height:1.4; position:relative; font-weight:bold;}
.mod4_box ul li h2::after{content: ''; display: block; width:20px; height:3px; background-color:#ffffff; margin:15px auto 10px; border-radius:5px;}
.mod4_top{ position:absolute; width:90px; height:90px; padding:20px; box-sizing:border-box; border-radius:100%; background:#f3f7f6; top:-45px; left: 50%; transform: translateX(-50%);  display: flex;  align-items:center;  justify-content: center;}
.mod4_top img{width:50px; height:50px;}
.mod4_box ul li:nth-child(2){ margin-top:40px;}
.mod4_box ul li:nth-child(4){ margin-top:30px;}
.mod4_box ul li .ptxt{opacity:0.8;}
@media screen and (max-width:768px){
.mod4{padding:8% 0px; background: linear-gradient(to bottom, #f3f7f6 65%, #f3f7f6 65%);}
.mod4_box ul{grid-template-columns:repeat(1,1fr); gap:10px; margin-top:0px;}
.mod4_box ul li{padding:50px 20px 20px 20px;}
.mod4_box ul li h2::after{margin:10px auto 5px;}
.mod4_box ul li:nth-child(1){ margin-top:40px;}
.mod4_box ul li:nth-child(2){ margin-top:40px;}
.mod4_box ul li:nth-child(3){ margin-top:40px;}
.mod4_box ul li:nth-child(4){ margin-top:40px;}
}


.mod5{width:100%; padding:80px 0px; box-sizing:border-box;background:#ffffff;}
.mod5_box{position:relative; margin-top:20px;}
.mod5_box ul{display:grid; grid-template-columns:repeat(3,1fr); gap:50px;}
.mod5_box ul li{overflow:hidden; position:relative; display:flex; flex-direction:column; min-height:100%;}
.mod5_box ul li h2{font-size:18px; font-weight:bold; line-height:1.3;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; margin-top:15px;}
.mod5_box ul li .imgbox{border-radius:5px; overflow:hidden;}
.mod5_box ul li .ptxt{opacity:0.8; margin-top:10px; flex-grow:1;}
.mod5_box ul li .mod5top {margin-top:20px; display:flex; flex-wrap:wrap; align-items:center; gap:10px; border-top:1px #dddddd dotted; padding-top:10px;}
.mod5_box ul li .mod5top p:first-child {flex: 0 0 auto; background:url(../images/date.svg) left 5px no-repeat; background-size:18px; padding-left:25px; opacity:0.6;} /* 第一个p宽度自适应内容 */
.mod5_box ul li .mod5top p:last-child {margin-left: auto; } /* 第二个p默认靠右 */


@media screen and (max-width:768px){
.mod5{padding:8% 0px;}
.mod5_box ul{grid-template-columns:repeat(1,1fr); gap:0px;}
.mod5_box ul li{padding:0px; display:none;}
.mod5_box ul li:first-child{display:block;}
.mod5_box ul li h2{ font-size:16px;}
.mod5_box ul li .imgbox{margin:0;}
.mod5top p:last-child { margin-left: 0; } /* 换行后取消靠右 */
}




/***footer***/
.footer {position:relative; padding:60px 0 0 0; background:#202020;}

.footer_msn_box{overflow:hidden; width:28%; display:block; float:left; padding-right:4%; box-sizing:border-box;}
.footer_msn_box h2{font-size:16px; margin-bottom:20px; text-transform:uppercase; font-weight:bold; color:#fff;}
.footer_msn_box ul{margin-top:15px;}
.footer_msn_box ul li{margin-bottom:10px;}
.footer_msn_box ul li:nth-child(1){width:48.5%; float:left;}
.footer_msn_box ul li:nth-child(2){width:48.5%; float:right;}
.footer_msn_box ul li:nth-child(3){width:100%;}
.footer_msn_box ul li:nth-child(4){width:100%;}
.footer_msn_box ul li:nth-child(5){width:100%;}
.msg_submit{width:fit-content; background-color:#008842; border:none; color:#ffffff; cursor:pointer; border-radius:5px; padding:11px 30px; box-sizing:border-box; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; text-transform:uppercase;}
.msg_submit:hover{ background:#e8410b;}
.msg_input{width:100%; padding:8px 10px; line-height:24px; background:rgb(255,255,255,1); box-sizing:border-box; border-radius:5px;font-family:"HarmonyOS_Sans_Regular";}
.msg_textarea{width:100%;line-height:24px; resize:none;font-family:"HarmonyOS_Sans_Regular", Helvetica, sans-serif; padding:10px;background:rgb(255,255,255,1); box-sizing:border-box; border-radius:5px; height:100px;}
@media screen and (max-width:768px){
.footer_msn_box{padding:0px; position:relative; width:100%; margin-bottom:20px;}
.footer_msn_box h2{font-size:14px; margin-bottom:0;}
.footer_msn_box ul{margin-top:10px;}
.footer_msn_box ul li:nth-child(1){width:100%;}
.footer_msn_box ul li:nth-child(2){width:100%;}
.footer_msn_box ul li:nth-child(3){width:100%;}
.footer_msn_box ul li:nth-child(4){width:100%;}
.footer_msn_box ul li:nth-child(5){width:100%;}
.msg_input{padding:10px; font-size:12px;}
.msg_textarea{padding:10px;height:100px;}
.msg_submit{padding:15px 20px; font-size:14px;}
}


.footer_left{width:20%; float:right; display:block;}
.footer_left_contact{overflow:hidden; width:100%; color:#ffffff;}
.footer_left_contact a{color:#ffffff;}
.footer_left_contact a:hover{color:#ffffff; text-decoration:underline;}
.footer_left_contact h2{ position:relative; font-size:16px; text-transform:uppercase; margin-bottom:20px; font-weight:bold;}
.footer_left_contact ul{overflow:hidden;}
.footer_left_contact ul li{margin-bottom:15px; padding-left:25px; line-height:24px; background-repeat:no-repeat; background-size:18px; background-position: left 0px top 4px; opacity:0.7;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; font-size:14px;}
.footer_left_contact ul li:nth-child(1) {background-image:url(../images/ico_address2.svg);}
.footer_left_contact ul li:nth-child(2) {background-image:url(../images/ico_tel2.svg);}
.footer_left_contact ul li:nth-child(3) {background-image:url(../images/ico_tel2.svg);}
.footer_left_contact ul li:nth-child(4) {background-image:url(../images/ico_email2.svg);}
.footer_left_contact ul li:nth-child(5) {background-image:url(../images/ico_email2.svg);}
.footer_left_contact ul li:last-child{margin-bottom:0;}
.footer_left_contact ul li:hover{opacity:1;}

.footer_left_meadia{overflow:hidden; width:100%; margin-top:40px;}
.footer_left_meadia h2{ position:relative; font-size:16px; text-transform:uppercase; line-height:30px; margin-bottom:10px; color:#ffffff;}
.footer_left_meadia a{ display:inline-block; margin-right:20px;}
.footer_left_meadia a img{ width:20px; height:20px; opacity:0.5;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
.footer_left_meadia a:hover img{opacity:1;}

.footer_right{float:left; width:52%; display:flex; justify-content:space-between; gap:30px;}
.footer_right .footer_nav:nth-child(1){width:40%;}
.footer_right .footer_nav:nth-child(2){width:33%;}
.footer_right .footer_nav:nth-child(3){width:28%;}
.footer_nav h2{font-size:16px; margin-bottom:20px; text-transform:uppercase; font-weight:bold; color:#fff;}
.footer_nav h2 a{color:#ffffff;}
.footer_nav h2 a:hover{color:#ffffff; text-decoration:underline;}
.footer_nav ul{letter-spacing:-8px;}
.footer_nav ul li{letter-spacing:normal; vertical-align:top; width:100%; margin-bottom:10px; background:url(../images/dian.png) left center no-repeat; padding-left:10px; text-transform: capitalize; opacity:0.7;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; font-size:14px;color:#fff;}
.footer_nav ul li a{color:#fff;}
.footer_nav ul li:hover a{color:#ffffff; text-decoration:underline; opacity:1;}
.footer_nav ul li:hover{opacity:1;}

.footer_copyright {width:100%; text-align:center; color:#ffffff; opacity:0.5; background:rgb(0,0,0,0.5); padding:15px 0; box-sizing:border-box; margin-top:30px; font-size:14px;}

@media screen and (max-width:1420px) {
.footer_left_contact h2{font-size:16px; margin-bottom:20px;}
.footer_nav h2{font-size:16px; margin-bottom:20px;}
}

@media screen and (max-width:1024px) {
.footer_left_contact h2{font-size:14px; margin-bottom:10px;}
.footer_nav h2{font-size:14px; margin-bottom:10px;}
}


@media screen and (max-width:768px) {
.footer {padding:20px 10px 0 10px; box-sizing:border-box; margin-top:0;}
.footer_left {width:100%; padding:0px; margin-right:0; float:none; margin-top:0px;}
.footer_left_contact{overflow:hidden; width:100%; margin-top:0px;}
.footer_left_contact h2{font-size:16px; margin-bottom:5px; font-weight:normal;}
.footer_left_contact ul{overflow:hidden;}
.footer_left_contact ul li{margin-bottom:15px; padding-left:28px; line-height:24px; background-repeat:no-repeat; background-size:20px; background-position:top left;}
.footer_left_meadia{margin-top:20px;}
.footer_right{display:none;}
}


/***img***/
.imgbox {position:relative; overflow:hidden; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
.imgbox img {transition:clip 0.3s cubic-bezier(0,.3,.6,1), transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-clip 0.3s cubic-bezier(0,.3,.6,1);}
a:hover .imgbox img {-webkit-transform:scale(1.05); transform:scale(1.05);}
.imgbox:hover img {-webkit-transform:scale(1.05); transform:scale(1.05);}

.imgbox .mask, .imgbox .view {position:absolute; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; opacity:0;}
.imgbox .view2{position:absolute; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; top:50%; left:50%; margin:-18px 0 0 -18px; width:36px; height:36px; background:url(../images/video.svg) no-repeat; background-size:36px;}
.imgbox .mask {bottom:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.8);}
.imgbox .view {top:50%; left:50%; margin:-26px 0 0 -24px; width:48px; height:48px; background:url(../images/view.png) no-repeat; -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgbox:hover .mask, .imgbox:hover .view {opacity:0.5;}
.imgbox:hover .view {-webkit-transform:scale(1,1); transform:scale(1,1);}


/************内页banner*************/
.ban {margin:125px auto 0; width:100%;position:relative; overflow:hidden;}
.ban .addiv{position:absolute; width:90%; max-width:1500px; padding:0; color:#ffffff; left:50%; transform: translateX(-50%); text-align:center; bottom:-15px; display:none;}
.ban .addiv h2{font-size:72px; line-height:1; text-transform:uppercase; font-weight:bold; -webkit-line-clamp:1; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; color:rgb(255,255,255,0.8);text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}
.ban .addiv_txt{font-size:16px; text-transform:uppercase; color:rgb(255,255,255,0.8);}
@media screen and (max-width:1420px) {
.ban .addiv h2{font-size:50px;}
}

@media screen and (max-width:768px) {
.ban {margin:45px auto 0;}
.ban .addiv{bottom:-5px;}
.ban .addiv h2{font-size:24px;-webkit-line-clamp:1;}
.ban .addiv_txt{font-size:12px;}
}


/*--------内页路径--------*/
#weizhi{width:100%; margin:0 auto; background:#f8f8f8;}
#weizhi2{width:100%; margin:90px auto 0; background:#f8f8f8;}
.weizhi{width:90%; max-width:1500px; margin:0 auto;line-height:20px; padding:12px 0; box-sizing:border-box; font-size:12px; color:#666666;}
.weizhi a{color:#666666;}
.weizhi a:hover{color:#999999;}
.span_right{float:right;}
.home{height:20px; line-height:20px; display:inline-block;background:url(../images/icon5.png) left 2px no-repeat; padding-left:20px;}
.span_list{height:20px; line-height:20px; display:inline-block; background:url(../images/weizhi_right.png) left 2px no-repeat; padding-left:20px;}
@media screen and (max-width:768px) {
#weizhi{margin:0 auto;}
#weizhi2{margin:45px auto 0;}
.weizhi{width:100%; padding:5px 0;}
.span_right{ display:none;}
.home{height:20px; line-height:20px; display:inline-block;}
.span_list{height:20px; line-height:20px; display:inline-block; background:url(../images/weizhi_right.png) left center no-repeat; padding-left:20px;}
}


/****************************公用****************************/
.wrap {margin:0 auto; width:100%; position:relative;}
.lymain {position:relative; margin:50px auto; width:90%; max-width:1500px; display:block;}
@media screen and (max-width:768px) {
.wrap {padding:0; width:100%;}
.lymain {width:92%; margin:20px auto;}
}

/*左右分栏*/
.lymain_box{width:100%; display:flex; align-items:stretch;/*左右两边的高度一致*/ box-sizing:border-box; margin:40px 0;}
.lymain_box_left{float:right; width:77%; box-sizing:border-box; margin:0 3% 0 0;}
.lymain_box_right{float:left; width:20%;}
@media screen and (max-width:768px){
.lymain_box{display:block; margin:15px 0;}
.lymain_box_left{float:none; width:100%;}
.lymain_box_right{display:none;}
}

/*左侧的分类*/
#onsec{color:#ff3300;}
#onsec a{color:#ff3300;}
.left_list{ position:relative; display:block; overflow:hidden; margin-bottom:30px; box-sizing:border-box; padding:25px; box-shadow: 2px 2px 5px 0 #dddddd; border:1px #ececec solid; border-radius:5px; background:#ffffff;}
.left_list:last-child{margin-bottom:0;}
.left_list h2{font-size:20px; margin-bottom:10px; font-weight:bold; padding-left:12px; position:relative; border-bottom:1px #dddddd dotted; padding-bottom:10px; text-transform:uppercase;}
.left_list h2::before{position:absolute; left:0; top:12%; width:4px; height:40%; background:#ff3300; content: '';}
.left_list ul{overflow:hidden; margin-top:10px;}
.left_list ul li{background:url(../images/right.svg) left 10px no-repeat; background-size:8px; padding-left:15px; padding-bottom:12px; border-bottom:1px #dddddd dotted; margin-bottom:15px;}


/*分页*/
.page{text-align:center; padding:10px 10px; margin-top:40px;}
.page a{display:inline-block; border:1px #ecf5ff solid; font-size:14px; padding:6px 14px; border-radius:3px; margin:0 2px; font-family:"宋体"; line-height:20px; height:20px; color:#999999; background:#ffffff;}
.page a:hover{background:#ff3300; color:#fff;}
.pagea{background:#ff6600!important; color:#ffffff!important;}
@media screen and (max-width:768px) {
.page{padding:5px 0; margin-top:20px;}
.page a{font-size:14px; padding:5px 15px; margin:0;}
}


/*内页子导航*/
#lmlbonsec {background:#008842; color:#ffffff;}
#lmlbonsec a{background:#008842; color:#ffffff;}
.lmlb{width:100%; display:block; overflow:hidden; box-sizing:border-box; margin:40px 0 0 0;}
.lmlb ul{display:flex; border-bottom:2px #008842 solid; padding:0 10px;}
.lmlb ul li{text-align:center; transition:all 0.3s ease-in-out; background:#ededed; padding:10px 20px; box-sizing:border-box; margin-right:10px; border-radius:10px 10px 0 0;}
.lmlb ul li:last-child{margin-right:0;}
.lmlb ul li a{display:block;}
.lmlb ul li:hover{background:#008842; color:#ffffff;}
.lmlb ul li:hover a{color:#ffffff;}
@media screen and (max-width:768px) {
.lmlb{ margin:20px 0 0 0;}
.lmlb ul{overflow:scroll;}
.lmlb ul li{padding:7px 10px; margin-right:5px;}
.lmlb ul li a{line-height:1.4;}
}

/*aboutus的选项卡*/
.about_nav{width:100%; display:block; box-sizing:border-box; margin:40px 0 0 0;}
.about_nav>ul{display:flex; border-bottom:2px #008842 solid; padding:0 10px;}
.about_nav>ul>li{text-align:center; transition:all 0.3s ease-in-out; background:#ededed; padding:10px 20px; box-sizing:border-box; margin-right:10px; border-radius:10px 10px 0 0; cursor:pointer;}
.about_nav>ul>li:last-child{margin-right:0;}
.about_nav>ul>li:hover{background:#008842; color:#ffffff;}
.about_nav>ul>li:hover a{color:#ffffff;}
.about_nav>ul>li.active{background:#008842; color:#ffffff;}
.about_nav>ul>li.active a{color:#ffffff;}
.about_nav_list1{width:100%; padding:40px 0 0 0;box-sizing:border-box; scroll-margin-top:125px;}
.about_nav_list2{width:100%; display:block; padding:80px 0 0 0; box-sizing:border-box; scroll-margin-top:125px;}
.about_nav_list3{width:100%; display:block; padding:80px 0 0 0; box-sizing:border-box; scroll-margin-top:125px;}
@media screen and (max-width:768px) {
.about_nav{ margin:20px 0 0 0;}
.about_nav ul{overflow:scroll;}
.about_nav ul li{padding:7px 10px; margin-right:5px;}
.about_nav_list1{padding:20px 0 0 0;scroll-margin-top:45px;}
.about_nav_list2{padding:40px 0 0 0;scroll-margin-top:45px;}
.about_nav_list3{padding:40px 0 0 0;scroll-margin-top:45px;}
}



.about_htitle{width:100%;box-sizing:border-box;position:relative;text-align:center;margin-bottom:20px;}
.about_htitle h3{font-size:18px;}
.about_htitle h2{font-size:28px;line-height:1.2;font-weight:bold; text-transform:uppercase; color:#e8410b;}
.about_htitle h2::after{content: ''; display: block; width:40px; height:3px; background-color:#008842; margin:6px auto 5px; border-radius:5px;}
.about_htitle h1{font-size:28px;line-height:1.2;font-weight:bold; text-transform:uppercase;}
.about_htitle .ptxt{box-sizing:border-box;text-align:center; overflow:hidden; opacity:0.8;}
.about_htitle .ptxt img{max-width:100%; margin:0 auto; }
@media screen and (max-width:1420px){
.about_htitle{margin-bottom:15px;}
.about_htitle h3{margin-bottom:10px; font-size:16px;}
.about_htitle h2{font-size:24px;}
.about_htitle h1{font-size:24px;}
}

@media screen and (max-width:1024px){
.about_htitle{margin-bottom:10px;}
.about_htitle h3{margin-bottom:5px; font-size:14px;}
.about_htitle h2{font-size:18px;}
.about_htitle h1{font-size:18px;}
}

@media screen and (max-width:768px){
.about_htitle{margin-bottom:15px;}
.about_htitle h3{margin-bottom:10px; font-size:12px;}
.about_htitle h2{font-size:20px; line-height:1.5;}
.about_htitle h2::after{width:30px;}
.about_htitle h1{font-size:18px; line-height:1.5;}
}



.about_mod1{width:100%; box-sizing:border-box; position:relative; padding:0 0 80px 0; background:#ffffff;}
.about_mod1_box{position:relative;display:flex;align-items:start;}
.about_mod1_box_left{float:left; width:50%; padding-right:3%; box-sizing:border-box;}
.about_mod1_box_left .index_htitle{text-align:left;}
.about_mod1_box_left .index_htitle h2::after{margin:6px 0 5px;}
.about_mod1_box_left .index_htitle .ptxt{padding:0; text-align:left; margin-top:10px; -webkit-line-clamp:40; opacity:1; line-height:2; text-align:justify;}

.about_mod1_title{font-size:24px; color:#fff000; margin-top:40px; font-weight:bold; margin-bottom:10px;}
.about_mod1_box_left .more2{background:#ffffff; color:#222222!important;}
.about_mod1_box_left .more2:hover{background:#ff6600; color:#ffffff!important;}
.about_mod1_box_right{float:right; width:50%;position:relative;}
.about_mod1_box_right video{height:fit-content;}
.about_mod1_box_right:before {content: ''; position:absolute; top:-10px; left:-10px; height:40px; width:10px; background-color:#e8410b;}
.about_mod1_box_right:after {content: ''; position:absolute; top:-10px; left:-10px; height:10px; width:50px; background-color:#e8410b;}
.about_mod1_box_right .corner-bottom-right{height:fit-content;}
.about_mod1_box_right .corner-bottom-right:before {content: ''; position: absolute; bottom: 0px; right: -10px; height: 40px; width: 10px; background-color: #e8410b; z-index: 6; }
.about_mod1_box_right .corner-bottom-right:after { content: ''; position: absolute; bottom: 0px; right: -10px; height: 10px; width: 50px; background-color: #e8410b; z-index: 6; }
@media screen and (max-width:1420px){
.about_mod1_box_left .index_htitle .ptxt{margin-top:5px; line-height:1.8;}
.about_mod1_title{font-size:18px; margin-top:20px;}
.about_mod1_box_left .index_htitle h2{font-size:24px;}
}

@media screen and (max-width:768px){
.about_mod1{padding:5% 0px;}
.about_mod1_box{display:block;}
.about_mod1_box_left{float:none; width:100%; padding-right:0;}
.about_mod1_box_left .index_htitle h2{font-size:20px;}
.about_mod1_box_right{float:none; width:100%; padding-left:0; margin-top:15px; margin-bottom:15px;}
.about_mod1_box_right:before {top:-5px; left:-5px; height:30px; width:5px;}
.about_mod1_box_right:after {top:-5px; left:-5px; height:5px; width:40px;}
.about_mod1_box_right .corner-bottom-right:before{right:-5px; height:30px; width:5px; bottom:2px}
.about_mod1_box_right .corner-bottom-right:after {right: -5px; height: 5px; width: 40px; bottom:2px}
}


.about_mod1_box_end{width:100%; box-sizing:border-box; position:relative; padding:0; margin-bottom:30px; margin-top:15px; line-height:2; text-align:justify;}
@media screen and (max-width:768px){
.about_mod1_box_end{margin-bottom:10px; line-height:1.8;}
}



.about_mod2{width:100%; box-sizing:border-box; position:relative; padding:0 0 80px 0;}
.about_mod2_box{display:block; padding:40px; box-sizing:border-box;border-radius:5px; overflow:hidden;  width:100%; box-shadow:0 10px 20px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(0, 0, 0, 0.10); background:linear-gradient(to bottom, #00924f , #007c39); z-index:5;}
.about_mod2_box ul{display:grid;grid-template-columns:repeat(4, 1fr); gap: 0; align-items: stretch;}
.about_mod2_box ul li{position:relative; box-sizing:border-box; text-align:center; border-right:1px rgb(255,255,255,0.2) solid;}
.about_mod2_box ul li:last-child{border-right:0;}
.about_mod2_box ul li h2{font-size:60px; line-height:60px; width:fit-content; display:inline-block; font-weight:bold; color:#ffffff;}
.about_mod2_box ul li sup{font-size:18px; margin-left:5px; letter-spacing:normal; font-weight:normal; position:absolute;color:#ffffff;}
.about_mod2_box ul li .ptxt{font-size:16px;color:#ffffff; margin-top:10px;}

@media screen and (max-width:1420px){
.about_mod2_box{padding:30px;}
.about_mod2_box ul li h2{font-size:48px; line-height:48px;}
.about_mod2_box ul li sup{font-size:14px;}
.about_mod2_box ul li .ptxt{font-size:14px; line-height:18px;}
}

@media screen and (max-width:1024px){
.about_mod2_box{padding:20px;}
.about_mod2_box ul li h2{font-size:32px;line-height:32px;}
.about_mod2_box ul li sup{font-size:12px;}
.about_mod2_box ul li .ptxt{font-size:12px; line-height:18px; margin-top:0px;}
}

@media screen and (max-width:768px){
.about_mod2{padding:15px 0; height:auto;}
.about_mod2_box{padding:20px; position:relative; top:0px; width:100%; margin:20px auto 0;}
.about_mod2_box ul{grid-template-columns:repeat(2, 1fr); gap:20px;}
.about_mod2_box ul li{border-right:none;}
.about_mod2_box ul li h2{font-size:20px;line-height:24px;}
}


.about_mod3{width:100%;display:block;padding:80px 0; box-sizing:border-box;position:relative; background:#f5f5f5;}
@media screen and (max-width:768px){
.about_mod3{padding:30px 0;}
}

/**发展历程**/
.about_history {position:relative; margin:0 auto; width:100%;}
.about_history img{box-sizing:border-box;}

.about_history #gallery{width:100%; background:#f5f5f5;}
.about_history .swiper-container-thumbs{margin-bottom:20px; width:100%; padding:0 30px; box-sizing:border-box; background:linear-gradient(to bottom, transparent 50%, #dddddd 50%) no-repeat bottom; background-size:100% 1px; background-position:0 calc(100% - 10px);}
.about_history .swiper-container-thumbs .swiper-slide{cursor: pointer; text-align:center; padding:0 0 8px 0; transition: all 0.3s; font-size:24px; position:relative;}
.about_history .swiper-container-thumbs .swiper-slide::after{content: ""; display:block; width:12px; height:12px; background-color:#999999; border-radius:50%; position:absolute; left:50%; transform: translateX(-50%);bottom:-5px; transition: all 0.3s; }
.about_history .swiper-container-thumbs .swiper-slide:hover{color:#e8410b;}
.about_history .swiper-container-thumbs .swiper-slide:hover::after{ background-color:#e8410b;}
.about_history .swiper-container-thumbs .swiper-slide-thumb-active{color:#e8410b;}
.about_history .swiper-container-thumbs .swiper-slide-thumb-active::after{background-color:#e8410b;}
.about_history_box{display:flex;flex-wrap: wrap;}
.about_history_box_img{flex: 0 0 50%;}
.about_history_box_txt{flex: 0 0 50%; background:#f5f5f5; padding:15px 60px; box-sizing:border-box; display:flex; flex-direction:column;justify-content:center;}
.about_history_box_txt h3{font-size:28px; color:#008842; margin-bottom:10px; line-height:1.2;}
.about_history_box_txt h2{font-size:20px; color:#008842; margin-bottom:10px; font-weight:bold; line-height:1.2;}
.about_history_box_txt ul,.about_history_box_txt ol{margin:5px 0; box-sizing:border-box;}
.about_history_box_txt ul li,.about_history_box_txt ol li{ background:url(../images/dian.svg) left 10px no-repeat; background-size:7px; padding:0 0 0 14px; box-sizing:border-box;}

.factory-area-next{right:10px; width:52px; height:52px; color:#222222;top:3.5%;font-size:18px;}
.factory-area-prev{left:10px; width:52px; height:52px; color:#222222;top:3.5%;font-size:18px;}
@media screen and (max-width:1420px){
.about_history .swiper-container-thumbs .swiper-slide{font-size:18px;}
.about_history_box_txt{padding:15px;}
.about_history_box_txt h3{font-size:18px;}
.about_history_box_txt h2{font-size:20px;}
}
@media screen and (max-width:1024px){
.about_history .swiper-container-thumbs .swiper-slide{font-size:16px;}
.about_history_box_txt{padding:15px;}
.about_history_box_txt h3{font-size:16px;}
.about_history_box_txt h2{font-size:18px;}
}

@media screen and (max-width:768px) {
.about_history_box_img, .about_history_box_txt{flex: 1 0 100%;}
.about_history .swiper-container-thumbs{margin-bottom:10px; padding-top:0!important;}
.about_history .swiper-container-thumbs .swiper-slide{font-size:16px;}
.about_history_box_txt{padding:15px;}
.about_history_box_txt h3{font-size:14px;}
.about_history_box_txt h2{font-size:18px;}
}



.about_mod4{width:100%;display:block;padding:80px 0; box-sizing:border-box;position:relative; background:#ffffff;}
.about_mod4_box{display: flex; flex-direction: column;} 
.about_mod4_box ul {display: flex; align-items:center;background:#f5f5f5;} 
.about_mod4_box ul li {flex: 1; display: flex; align-items: center; justify-content: flex-start; box-sizing: border-box; flex-direction:column;} 
.about_mod4_box ul li img {max-width:100%; height:auto; } 
.about_mod4_txt{padding:60px; text-align:left; box-sizing:border-box;}
.about_mod4_txt h2{font-size:24px; color:#008842; margin-bottom:10px; font-weight:bold; line-height:1.2;}
/* 奇数 ul 保持左→右，偶数 ul 对调 li 顺序 */
.about_mod4_box ul:nth-child(odd) { flex-direction: row; } 
.about_mod4_box ul:nth-child(even) { flex-direction: row-reverse; } 

@media (max-width:1420px){ 
.about_mod4_txt{padding:40px;}
.about_mod4_txt h2{font-size:20px;}
}

@media (max-width:1024px){ 
.about_mod4_txt{padding:20px;}
.about_mod4_txt h2{font-size:18px;}
}

/* 手机端：所有 li 堆叠显示（上→下） */
@media (max-width: 768px) { 
.about_mod4{padding:30px 0;}
.about_mod4_box ul, .about_mod4_box ul:nth-child(odd), .about_mod4_box ul:nth-child(even) {flex-direction: column;} 
.about_mod4_txt{padding:5px;}
.about_mod4_txt h2{font-size:18px;}
}




.about_mod44 { width:100%; display:block; padding:80px 0; box-sizing:border-box; position:relative; background:#ffffff;}
.about_mod44_box{display:flex; flex-direction:column; gap:20px; }
.about_mod44_box ul{ display:flex; align-items:center; background:#f5f5f5; }
.about_mod44_box ul:nth-child(odd) li:first-child { flex:0 0 30%; order:1; }
.about_mod44_box ul:nth-child(odd) li:last-child { flex:0 0 70%; order:2; }
.about_mod44_box ul:nth-child(even) li:first-child { flex:0 0 30%; order:2; }
.about_mod44_box ul:nth-child(even) li:last-child { flex:0 0 70%; order:1; }
.about_mod44_box ul li {flex: 1; display: flex; /*align-items: center;*/ justify-content: flex-start; box-sizing: border-box; flex-direction:column;} 
.about_mod44_box ul li img {max-width:100%; height:auto; } 
.about_mod44_txt{padding:60px; text-align:left; box-sizing:border-box;}
.about_mod44_txt h2{font-size:28px; color:#008842; margin-bottom:5px; font-weight:bold; line-height:1.2;}

@media (max-width:1420px){ 
.about_mod44_txt{padding:40px;}
.about_mod44_txt h2{font-size:20px;}
}

@media (max-width:1024px){ 
.about_mod44_txt{padding:20px;}
.about_mod44_txt h2{font-size:18px;}
}

/* 手机端：所有 li 堆叠显示（上→下） */
@media (max-width: 768px) { 
.about_mod44{padding:30px 0;}
.about_mod44_box ul{flex-direction:column; align-items:flex-start;}
.about_mod44_box ul:nth-child(even) li:first-child { order:1;}
.about_mod44_box ul:nth-child(even) li:last-child { order:2;}
.about_mod44_txt{padding:20px;}
.about_mod44_txt h2{font-size:16px; margin-bottom:5px;}
}



.about_mod5{width:100%;display:block;padding:80px 0; box-sizing:border-box;position:relative; background:#f5f5f5;}
.about_mod5_box{display:block;}
.about_mod5_box ul{display:grid; grid-template-columns:repeat(3, 1fr); gap:40px;}
.about_mod5_box ul li{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; overflow:hidden; background:#ffffff; padding:40px; border-radius:5px;box-shadow:0 0 10px 0 #eaeaea;text-align:center;}
.about_mod5_box ul li:hover{box-shadow:0 0 15px 0 #dedede;}
.about_mod5_box ul li h2{font-size:18px; color:#008842; margin-bottom:10px; font-weight:bold; line-height:1.2;}
.about_mod5_box ul li .ptxt{ opacity:0.8;}
.about_mod5_box ul li img{max-width:200px; margin:0 auto 20px; border-radius:5px;}
@media screen and (max-width:768px) {
.about_mod5{padding:30px 0;}
.about_mod5_box ul{grid-template-columns:repeat(2, 1fr); gap:10px;}
.about_mod5_box ul li{padding:20px;}
.about_mod5_box ul li h2{font-size:16px;}
.about_mod5_box ul li img{max-width:60px;}
}


.about_mod6{width:100%;display:block;padding:80px 0; box-sizing:border-box;position:relative; background:#ffffff;}
.about_mod6_box{display:block; position:relative;}
.about_mod6_box ul{display:grid; grid-template-columns:repeat(4, 1fr); gap:40px;}
.about_mod6_box ul li{float:left;width:100%;position:relative;display:block;overflow:hidden; border-radius:5px;}
.about_mod6_box ul li .ptxt{width:100%; box-sizing:border-box;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; text-align:center; line-height:1.4; margin-top:10px;}
@media screen and (max-width:768px) {
.about_mod6{padding:20px 0;}
.about_mod6_box ul{grid-template-columns:repeat(2, 1fr); gap:20px;}
}


.about_mod7{width:100%;display:block;padding:80px 0 0 0; box-sizing:border-box;position:relative; background:#ffffff;}
.about_mod7_box{display:block; margin-bottom:80px;}
.about_mod7_box ul{display:grid; grid-template-columns:repeat(1, 1fr); gap:40px;}
.about_mod7_box ul li{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; overflow:hidden; text-align:center;}
.about_mod7_box ul li img{max-width:100%;}
@media screen and (max-width:768px) {
.about_mod7{padding:30px 0 0 0;}
.about_mod7_box{margin-bottom:30px;}
.about_mod7_box ul{grid-template-columns:repeat(1, 1fr); gap:10px;}
}


.solutionlist{display:block;}
.solutionlist ul{display:grid; grid-template-columns:repeat(3, 1fr); gap:30px;}
.solutionlist ul li{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; border-radius:5px; overflow:hidden;}
.solutionlist ul li .news_title{position:absolute; width:100%; bottom:0; text-align:center; padding:15px 10px; box-sizing:border-box; background:rgb(0,0,0,0.65); color:#ffffff; line-height:1.2; -webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical;}
.solutionlist ul li:hover{box-shadow:0 0 10px 0 #eaeaea; background:#fbfafa;}
@media screen and (max-width:1420px) {
.solutionlist ul li .news_title{padding:10px 5px;}
}

@media screen and (max-width:1024px) {
.solutionlist ul li .news_title{padding:10px 5px;}
}

@media screen and (max-width:768px) {
.solutionlist ul{grid-template-columns:repeat(2, 1fr); gap:10px;}
}


.classlist{display:block;}
.classlist ul{display:grid; grid-template-columns:repeat(3, 1fr); gap:30px;}
.classlist ul li{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; border-radius:5px; overflow:hidden; padding-bottom:10px;}
.classlist ul li .news_title{width:100%; text-align:center; line-height:1.4; -webkit-line-clamp:3; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; margin-top:10px;}
.classlist ul li:hover{box-shadow:0 0 10px 0 #eaeaea; background:#fbfafa;}
@media screen and (max-width:768px) {
.classlist ul{grid-template-columns:repeat(2, 1fr); gap:10px;}
}



/*新闻*/
.newslist{display:block;}
.newslist ul{display:block; }
.newslist ul li{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; box-sizing:border-box; overflow:hidden; border:1px #eaeaea solid; border-radius:5px;box-shadow:0 0 10px 0 #eaeaea; background:#ffffff;margin-bottom:40px;display:flex;flex-wrap: wrap;}
.newslist ul li:hover{box-shadow:0 0 15px 0 #dedede; background:#f8f8f8;}
.newslist ul li:last-child{margin-bottom:0;}

.newslist ul li .imgbox{flex: 0 0 30%;}
.newslist ul li .imgbox img{height:100%;}
.newslist ul li .news_box{flex: 0 0 70%; box-sizing:border-box; position:relative; padding:40px;}
.newslist ul li .news_title{font-size:18px; font-weight:bold; margin:0 0 10px 0; line-height:24px; -webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical;}
.newslist ul li .ptxt{line-height:26px; height:78px; -webkit-line-clamp:3; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; color:#666;}
.newslist ul li .news_date{background:url(../images/date.svg) left 5px no-repeat; background-size:18px; padding-left:25px; opacity:0.6; margin-top:30px;}
@media screen and (max-width:1420px) {
.newslist ul li .news_box{padding:30px;}
.newslist ul li .news_title{font-size:14px; line-height:20px;}
}

@media screen and (max-width:1024px) {
.newslist ul li .news_box{padding:20px;}
.newslist ul li .news_title{font-size:14px; margin:0 0 5px 0; line-height:18px;}
}

@media screen and (max-width:768px) {
.newslist ul li{margin-bottom:20px;}
.newslist ul li .imgbox{flex: 0 0 100%;}
.newslist ul li .news_box{flex: 0 0 100%; padding:10px; }
.newslist ul li .news_title{font-size:16px; line-height:20px;-webkit-line-clamp:3;}
.newslist ul li .ptxt{line-height:20px; height:auto;}
.newslist ul li .news_date{background:url(../images/date.svg) left 0px no-repeat; background-size:16px; padding-left:22px; position:relative; margin-top:20px; bottom:0;}
}



/*新闻详情页*/
.newsshow{overflow:hidden; padding:40px; box-sizing:border-box; background:#ffffff; border-radius:5px; box-shadow: 2px 2px 5px 0 #f1f1f1;  border:1px #ececec solid;}
.newsshow_img{margin:25px auto; text-align:center;}
.newsshow_img img{max-width:100%; margin:0 auto; border-radius:5px; padding:30px; background:#f8f8f8; box-sizing:border-box;}
.news_xxjs{line-height:28px!important; word-break:break-word!important; overflow:hidden;}
.news_xxjs p,.news_xxjs span{line-height:28px!important;font-size:16px!important;}

.news_xxjs img{width:auto; max-width:100%;display: initial; margin:0;}
.news_xxjs video{width:100%; height:100%; object-fit:fill; overflow:hidden;}
.news_xxjs a{color:#ff3300;}
.news_xxjs iframe{width:800px; height:600px;}
.news_xxjs ul,.news_xxjs ol{margin:10px 0; padding-left:10px; box-sizing:border-box;}
.news_xxjs ul li,.news_xxjs ol li{ background:url(../images/dian.svg) left 10px no-repeat; background-size:7px; padding-left:14px; box-sizing:border-box;}
.news_title{text-align:left;}
.news_title h1{font-size:24px;line-height:1.5; margin-bottom:15px; font-weight:bold; text-align:center;}
.news_title h1 span{ float:right;}

.pubdate{margin:0 0 20px 0; overflow:hidden; color:#999999; font-size:16px; text-align:center;}
.pubdate span{margin:0px 20px 0 0;}
.pubdate a{color:#999999;}
.pubdate a:hover{ color:#f08619;}

.news_xxjs table{width:100%;table-layout:fixed;}
.news_xxjs table tr:nth-child(odd){background-color:#f5f5f5;}
.news_xxjs table tr:nth-child(even){background-color: #ffffff;}
/*.news_xxjs table tr:first-child{background-color:#666666; color:#ffffff;}*/
.news_xxjs td{padding:10px;border:1px #dddddd solid!important;line-height:24px!important;word-break:break-all!important; vertical-align:top;}
.news_xxjs td p,.news_xxjs td span{line-height:24px!important;word-break:break-all!important;}
.news_xxjs th{padding:10px; border:1px #dddddd solid!important;line-height:24px!important;word-break:break-all!important;}
.news_xxjs th p,.news_xxjs th span{line-height:24px!important;word-break:break-all!important;}

@media screen and (max-width:1024px) {
.news_title h1{font-size:24px;}
}

@media screen and (max-width:768px) {
.newsshow{padding:0px; border:none; margin:0; box-shadow:none;}
.newsshow_img{margin:10px auto;}
.newsshow_img img{padding:10px;}
.news_xxjs{line-height:24px!important; font-size:12px!important; width:100%; overflow-x:auto;}
.news_xxjs p,.news_xxjs span{line-height:24px!important;font-size:12px!important;}
.news_xxjs video{width:100%; height:100%; object-fit:fill; overflow:hidden;}
.news_title h1{font-size:20px; margin-bottom:10px;}
.news_title h1 span{ float:right;}
.pubdate{margin:0 0 10px 0;font-size:12px;}
.pubdate span{margin:0px 10px 0 0;}
.news_xxjs table{display:-webkit-box; width:auto!important; white-space:nowrap; overflow-x:auto; overflow-y:hidden; border:0;}
.news_xxjs td{padding:4px; border:1px #dddddd solid!important;line-height:16px!important;word-break:break-all!important;}
.news_xxjs td p,.news_xxjs td span{line-height:16px!important;word-break:break-all!important;}
.news_xxjs th{padding:4px; border:1px #dddddd solid!important;line-height:16px!important;word-break:break-all!important;}
.news_xxjs th p,.news_xxjs th span{line-height:16px!important;word-break:break-all!important;}
.news_xxjs ul li,.news_xxjs ol li{ background:url(../images/dian.svg) left 6px no-repeat; background-size:7px;}
.news_xxjs iframe{width:100%; height:300px;}
}


/*相关资讯*/
.Information{overflow:hidden; padding:20px; box-sizing:border-box; background:#f8f8f8; border-radius:5px; margin-top:30px;}
.Information h4{padding-left:10px; height:30px; line-height:28px; font-size:16px; font-weight:bold; color:#555; border-bottom:1px solid #ccc; background:#fff;}
.Information ul{ padding:0px;}
.Information li{border-bottom:1px dotted #dcdcdc; line-height:20px; padding:10px 0;}
.Information li span{float:right; color:#999999;padding-left:10px; padding-right:10px;}
.Information li{overflow:hidden; text-transform: capitalize;}
@media screen and (max-width:768px) {
.Information{padding:10px; margin-top:20px;}
.Information li{padding:5px 0;}
}


/*右侧推荐新闻*/
.lymain_right_news{ position:relative; display:block; overflow:hidden; margin-bottom:40px;}
.lymain_right_news h2{font-size:24px; border-bottom:1px #dddddd dotted; margin-bottom:15px; font-weight:bold; color:#008842;}
.lymain_right_news ul{overflow:hidden;}
.lymain_right_news ul li{width:100%; position:relative; box-sizing:border-box; overflow:hidden;}
.lymain_right_news ul li:nth-child(n+2){margin-top:40px;}
.lymain_right_news ul li .news_box{box-sizing:border-box;}
.lymain_right_news ul li .news_title{font-size:14px; line-height:20px; height:60px; font-weight:bold;-webkit-line-clamp:3; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical;}
.lymain_right_news ul li .imgbox{width:25%; float:left; margin-right:10px; border-radius:5px; overflow:hidden;}
.lymain_right_news ul li .ptxt{-webkit-line-clamp:3; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; color:#666; margin-top:5px; line-height:20px; font-size:14px; }
.lymain_right_news ul li .news_date{display:inline-block; font-size:16px; color:#999999; font-weight:normal; background:url(../images/date.svg) left center no-repeat; padding-left:30px; background-size:20px;}
.lymain_right_news ul li .news_more{border-top:1px #dddddd dotted; padding-top:5px; margin-top:5px;}

@media screen and (max-width:1420px) {
.lymain_right_news h2{font-size:18px;}
.lymain_right_news ul li .news_title{font-size:14px;}
}

@media screen and (max-width:1024px) {
.lymain_right_news h2{font-size:16px;}
.lymain_right_news ul li .news_title{font-size:12px;}
}


/*右侧推荐的服务*/
.lymain_right_service{ position:relative; display:block; overflow:hidden; margin-bottom:40px;}
.lymain_right_service h2{font-size:24px; padding-bottom:5px; border-bottom:1px #dddddd dotted; font-weight:bold; color:#008842;line-height:1.4;}
.lymain_right_service ul{overflow:hidden;}
.lymain_right_service ul li{position:relative; box-sizing:border-box; border-bottom:1px #dddddd dotted; padding:14px 0 14px 14px; background:url(../images/dian.svg) left center no-repeat; background-size:8px;}


.downloadlist{display:block; margin-top:20px;}
.downloadlist h2{font-size:16px; margin-bottom:20px; color:#e8410b;line-height:1.2;}
.downloadlist ul{display:grid; grid-template-columns:repeat(4, 1fr); gap:30px;}
.downloadlist ul li{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; border-radius:5px; overflow:hidden; padding-bottom:10px;}
.downloadlist ul li .news_title{width:100%; text-align:center; box-sizing:border-box; line-height:1.2; -webkit-line-clamp:4; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; margin-top:10px;}
.downloadlist ul li:hover{box-shadow:0 0 10px 0 #eaeaea; background:#fbfafa;}

.downloadbox{overflow:hidden; margin-bottom:30px;}
.downloadbox img{width:auto; max-width:100%;display: initial; margin:0;}
.downloadbox .ptxt{ margin-top:15px; color:#e8410b;}
.downloadbox .ptxt a{color:#e8410b; font-weight:bold;}
.downloadbox .ptxt a:hover{text-decoration:underline;}
.downbtn{display:block; margin-top:20px; height:36px; line-height:36px;padding:0 30px;text-align:center;border-radius:100px;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; color:#ffffff!important; background:#e8410b; font-weight:normal; font-size:16px; width:fit-content;}
.downbtn:hover{color:#ffffff!important; background:#ff6600;}
@media screen and (max-width:768px) {
.downloadlist{margin-top:10px;}
.downloadlist h2{font-size:14px; margin-bottom:10px; line-height:1.4;}
.downloadlist ul{grid-template-columns:repeat(2, 1fr); gap:10px;}

.downloadbox{margin-bottom:15px;}
.downbtn{margin-top:10px;}
}


/*FAQ*/
.faq_mod1{width:100%;display:block;overflow:hidden;padding:80px 0;box-sizing:border-box;position:relative; background:#ffffff;}
.faq_box{display:block;}
.faq_box .faq_box_txt{letter-spacing:-8px;}
.faq_box .faq_box_txt li{display:inline-block; letter-spacing:normal; vertical-align:top; width:100%; position:relative; cursor:pointer;}
@media screen and (max-width:768px) {
.faq_mod1{padding:30px 0;}
}

.faq_box .fa-caret-right{ background:url(../images/right.jpg) center center no-repeat; width:20px; height:20px; float:right;}
.faq_box .iconRotate{transform: rotate(90deg); transition: transform 0.5s;}
.faq_box .fa-caret-right:hover{cursor:pointer;}
.faq_box .d-firstNav{position:relative; padding:18px 18px 18px 28px; line-height:20px; box-sizing:border-box;border-bottom:1px rgba(0,0,0,0.1) dotted; font-size:16px; background:url(../images/files.svg) left center no-repeat; background-size:20px;}
.faq_box .d-secondNav{position:relative; padding:12px; line-height:20px; border-bottom:1px rgba(255,255,255,0.1) solid; box-sizing:border-box; font-size:16px; background:#7f7f7f;}
.faq_box .d-secondNav a{color:#fff;}
.faq_box .d-secondNav a:hover{color:#ff6600;}
.faq_box .s-secondItem{background:url(../images/point.png) 12px center no-repeat; position:relative; padding:12px 12px 12px 24px; line-height:20px; border-bottom:1px #ededed solid;box-sizing:border-box;}
.faq_box .d-secondDrop{box-sizing:border-box;}
.faq_box .s-firstDrop,.faq_box.s-secondDrop {display:none; padding:20px; background:#f5f5f5; box-sizing:border-box;}
@media screen and (max-width:1420px) {
.faq_box .s-firstDrop,.faq_box.s-secondDrop{padding:20px;}
}
@media screen and (max-width:1024px) {
.faq_box.s-firstDrop,.faq_box.s-secondDrop{padding:20px;}
.faq_box .d-firstNav{font-size:16px;}
}
@media screen and (max-width:768px) {
.faq_box.s-firstDrop,.faq_box.s-secondDrop{padding:20px;}
.faq_box .d-firstNav{font-size:14px;padding:12px 0px 12px 28px; }
}


/*contact us*/
.contact{display:flex; gap:20px; padding:30px 0 60px 0; box-sizing:border-box;}
.contact h2{font-size:24px; font-weight:bold;}
.contact .ptxt{opacity:0.8; line-height:1.5;}

.contact_left{width:75%;}
.contact_msn_box{overflow:hidden; width:100%; display:block; padding-right:10%; box-sizing:border-box;}
.contact_msn_box ul{margin-top:15px;}
.contact_msn_box ul li{margin-bottom:15px;}
.contact_msn_box ul li:nth-child(1){width:48.5%; float:left;}
.contact_msn_box ul li:nth-child(2){width:48.5%; float:right;}
.contact_msn_box ul li:nth-child(3){width:100%;}
.contact_msn_box ul li:nth-child(4){width:100%;}
.contact_msn_box ul li:nth-child(5){width:100%;}
.contact_msn_box_submit{width:fit-content; background-color:#008842; border:none; color:#ffffff; cursor:pointer; border-radius:5px; padding:15px 30px; box-sizing:border-box; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; text-transform:uppercase;}
.contact_msn_box_submit:hover{background:#e8410b;}
.contact_msn_box_input{width:100%; padding:10px 10px; line-height:24px; background:rgb(0,0,0,0.01); box-sizing:border-box; border-radius:5px;font-family:"HarmonyOS_Sans_Regular"; border:1px #ddd solid;}
.contact_msn_box_textarea{width:100%;line-height:24px; resize:none;font-family:"HarmonyOS_Sans_Regular", Helvetica, sans-serif; padding:10px;background:rgb(0,0,0,0.01); box-sizing:border-box; border-radius:5px; height:100px;border:1px #ddd solid;}
.contact_msn_box_input::placeholder {color:#999!important; opacity:0.8!important;}
.contact_msn_box_textarea::placeholder {color:#999!important;opacity:0.8!important;}

.contact_right{width:25%;}
.contact_right ul{display: flex; flex-direction:column; gap:40px; margin-top:30px;}
.contact_right li{display: flex; gap:10px;}
.contact_right_1{width:20%;}
.contact_right_2{width:80%;flex-direction:column;}
.contact_right_1, .contact_right_2{display:flex; align-items:flex-start; justify-content:flex-start;}

.contact_right ul li .contact_title{width:100%; font-size:18px; font-weight:bold; box-sizing:border-box; line-height:1.2; -webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; margin-bottom:5px; color:#008842;}
.contact_right ul li img{ background:#008842; padding:20px; box-sizing:border-box; width:70px; border-radius:10px; margin:0 auto;}
.contact_right ul li .ptxt{text-align:left;}

@media screen and (max-width:1420px) {
.contact_left{width:65%;}
.contact_right{width:35%;}
}

@media screen and (max-width:1024px) {
.contact_left{width:60%;}
.contact_right{width:40%;}
}


@media screen and (max-width:768px) {
.contact{padding:10px 0 30px 0; display:block;}
.contact h2{font-size:18px;}
.contact_left{width:100%;}
.contact_msn_box{padding-right:0%;}


.contact_right{width:100%; margin-top:20px;}
.contact_right ul li img{padding:10px; margin:0 auto 10px; width:60px;}
.contact_right ul li .contact_title{font-size:16px; margin-top:5px; margin-bottom:5px;}
.contact_right ul li .ptxt{font-size:14px;}
}



/*产品左右分栏*/
.prod_box{width:100%; display:flex; align-items:stretch;/*左右两边的高度一致*/ box-sizing:border-box; margin:40px 0;}
.prod_box_right{float:right; width:73%; box-sizing:border-box; margin:0 0 0 3%;}
.prod_box_right .about_htitle h1{ text-align:left;}
.prod_box_right .about_htitle .ptxt{ text-align:left; margin-top:10px;}

.prod_box_left{float:left; width:24%; background:#f5f5f5; border-radius:5px; overflow:hidden;}
@media screen and (max-width:768px){
.prod_box{display:block; margin:15px 0;}
.prod_box_right{float:none; width:100%; margin:0;}
.prod_box_left{display:none;}
}


/*产品中心的左侧下拉菜单*/
.lymain_prod_left_box{display:block;}
.lymain_prod_left_box>ul{overflow:hidden; padding:0 20px; box-sizing:border-box;}
.lymain_prod_left_box h2{font-size:18px; text-transform:uppercase; color:#ffffff; background:#008842; padding:10px 20px; box-sizing:border-box; border-radius:10px 10px 0 0;}
.fa-caret-right{ background:url(../images/prod_left_icon.png) center center no-repeat; width:20px; height:20px; float:right;}
.iconRotate{transform: rotate(90deg); transition: transform 0.5s;}
.fa-caret-right:hover{cursor:pointer;}
.d-firstNav{position:relative; padding:16px 0; line-height:20px; box-sizing:border-box;border-bottom:1px #d5e3de solid;font-weight:bold; cursor:pointer;}
.d-firstNav:hover{color:#e8410b;}
.d-secondNav{position:relative; padding:12px; line-height:20px; border-bottom:1px rgba(255,255,255,0.1) solid; box-sizing:border-box; font-size:16px; background:#7f7f7f;}
.s-secondItem{background:url(../images/point.png) 12px center no-repeat; position:relative; padding:12px 12px 12px 24px; line-height:20px; border-bottom:1px #ededed solid;box-sizing:border-box;}
.d-secondDrop{box-sizing:border-box;}
.s-firstDrop,.s-secondDrop {display:none;}
#prodonsec {color:#e8410b;}
#prodonsec a{color:#e8410b;}



/*产品类别的介绍*/
.prod_top{display:block; margin-top:30px;}
.prod_top ul{display:grid; grid-template-columns:repeat(2, 1fr); gap:40px;}
.prod_top ul li{ position:relative;overflow:hidden; display:flex;}
.prod_top ul li .leftimg{flex:0 0 25%; display:flex; justify-content:center; align-items: center;}
.prod_top ul li .leftimg img{ background:#f5f5f5; padding:20px; width:50px; border-radius:25px;}
.prod_top ul li .righttxt{flex:0 0 75%; display:flex; justify-content:flex-start; box-sizing:border-box; flex-direction:column;}
.prod_top ul li .righttxt h2{ font-size:18px; font-weight:bold; line-height:1.4; color:#008842; margin-bottom:5px;}
.prod_top ul li .righttxt .ptxt{ opacity:0.8;}
@media screen and (max-width:768px){
.prod_top{margin-top:15px;}
.prod_top ul{grid-template-columns:repeat(1, 1fr); gap:20px;}
.prod_top ul li .leftimg{flex:0 0 20%;}
.prod_top ul li .leftimg img{padding:10px; width:40px;}
.prod_top ul li .righttxt{flex:0 0 80%; padding-left:5%; box-sizing:border-box;}
.prod_top ul li .righttxt h2{ font-size:14px;}
}


.prodlist{display:block; margin-top:50px;}
.prodlist ul{display:grid; grid-template-columns:repeat(3, 1fr); gap:30px;}
.prodlist ul li{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; border-radius:5px; overflow:hidden; padding-bottom:10px; border:1px #f0f0f0 solid; background:#ffffff; box-sizing:border-box; border-radius:5px;}
.prodlist ul li .prod_title{width:100%; text-align:center; line-height:1.5; -webkit-line-clamp:3; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; margin-top:10px; padding:0 10px; box-sizing:border-box;}
.prodlist ul li:hover{box-shadow:0 0 10px 0 #eaeaea; background:#fbfafa;}
@media screen and (max-width:768px) {
.prodlist{margin-top:20px;}
.prodlist ul{grid-template-columns:repeat(2, 1fr); gap:10px;}
.prodlist ul li .prod_title{-webkit-line-clamp:5;}
}



/*details*/
.prod_details_end_box{overflow:hidden;box-sizing:border-box; margin-bottom:40px;}

.prod_details_end_box_title {border-bottom:1px dotted #ccc; padding-bottom:2px; margin-bottom:10px;}
.prod_details_end_box_title h2 {font-size:20px; font-weight:bold; display:inline; position:relative; padding:0 0 3px; margin:0; color:#008842;}
.prod_details_end_box_title h2::after { content:""; display:block; position:absolute; bottom:-5px; left:0; /*width:100%;*/ width:80px; height:3px; background:#008842; }

.prod_details_end_txt{line-height:28px!important; word-break:break-word!important; overflow:hidden;}
.prod_details_end_txt p,.prod_details_end_txt span{line-height:28px!important;}

.prod_details_end_txt ul,.prod_details_end_txt ol{margin:10px 0;box-sizing:border-box;}
.prod_details_end_txt li,.prod_details_end_txt li{ background:url(../images/dian.svg) left 10px no-repeat; background-size:7px; padding-left:14px; box-sizing:border-box; margin-left:10px;}
.prod_details_end_txt table{width:100%;}
.prod_details_end_txt table tr:nth-child(odd){background-color:#f5f5f5;}
.prod_details_end_txt table tr:nth-child(even){background-color: #ffffff;}
/*.prod_details_end_txt table tr:first-child{background-color:#777777; color:#ffffff;}*/
.prod_details_end_txt td{padding:10px; border:1px #CCCCCC solid!important;line-height:24px!important;word-break:initial!important; vertical-align:top;}
.prod_details_end_txt td p,.prod_details_end_txt td span{line-height:24px!important;word-break:initial!important;}
.prod_details_end_txt th{padding:10px; border:1px #CCCCCC solid!important;line-height:24px!important;word-break:initial!important; font-weight:normal;}
.prod_details_end_txt th p,.prod_details_end_txt th span{line-height:24px!important;word-break:initial!important;font-weight:normal;}
.prod_details_end_txt img{width:auto; max-width:100%; margin:0 auto; display:inline;}
.prod_details_end_txt a{color:#ff3300;}
@media screen and (max-width:768px){
.prod_details_end_box{margin-bottom:30px; padding:0px; box-shadow:none; border:none;}
.prod_details_end_box h2{font-size:16px; line-height:24px; height:auto;}
.prod_details_end_txt{line-height:24px!important;}
.prod_details_end_txt p,.prod_details_end_txt span{line-height:24px!important;}
.prod_details_end_txt table{display: block; display: -webkit-box; width:auto!important; white-space: nowrap; overflow-x: auto; overflow-y: hidden;}
.prod_details_end_txt td{padding:8px; border:1px #CCCCCC solid!important;line-height:16px!important;word-break:initial!important;}
.prod_details_end_txt td p,.prod_details_end_txt td span{line-height:16px!important;word-break:initial!important;}
.prod_details_end_txt th{padding:8px;border:1px #CCCCCC solid!important;line-height:16px!important;word-break:initial!important; font-weight:normal;}
.prod_details_end_txt th p,.prod_details_end_txt th span{line-height:16px!important;word-break:initial!important;font-weight:normal;}
.prod_details_end_txt li,.prod_details_end_txt li{ background:url(../images/dian.svg) left 5px no-repeat; background-size:7px; padding-left:14px; box-sizing:border-box; margin-left:10px;}
.prod_details_end_txt img{height:auto;}
}


.prodcate_box{position:relative; margin:20px 0 0 0;}
.prodcate_boxul{display:grid; grid-template-columns:repeat(3,1fr); gap:30px;}
.prodcate_boxul li{overflow:hidden; position:relative;}
.prodcate_boxul li .imgbox{border-radius:5px;}
.prodcate_box_txt{text-align:center; margin-top:5px;}
@media screen and (max-width:768px){
.prodcate_box{margin:20px 0 0 0;}
.prodcate_boxul{grid-template-columns:repeat(2,1fr); gap:10px;}
.prodcate_box_txt{font-size:12px; font-weight:normal;}
}


.prodcate_box2{position:relative; margin:40px 0;}
.prodcate_box2ul{display:grid; grid-template-columns:repeat(3, 1fr); gap:30px;}
.prodcate_box2ul li{position:relative; padding:20px; box-sizing:border-box; box-shadow:2px 2px 5px 0 #f1f1f1; border:1px #ececec solid;}
.prodcate_box2ul li .titlename{font-size:18px;}
.prodcate_box2ul_list{ border-bottom:1px #ddd dotted; padding-bottom:7px; margin-bottom:7px; background:url(../images/dian.svg) left 11px no-repeat; background-size:5px; padding-left:10px;}
.prodcate_box2ul li .more2{ margin-top:20px;}
@media screen and (max-width:1500px){
.prodcate_box2ul li .titlename{font-size:16px;}
}
@media screen and (max-width:1420px){
.prodcate_box2ul li .titlename{font-size:14px;}
}
@media screen and (max-width:768px){
.prodcate_box2{margin:20px 0;}
.prodcate_box2ul{grid-template-columns:repeat(1,1fr); gap:20px;}
.prodcate_box2ul li{padding:20px;}
}


.prodcate_box3{position:relative; margin:40px 0;}
.prodcate_box3ul{display:grid; grid-template-columns:repeat(4, 1fr); gap:30px;}
.prodcate_box3ul li{position:relative; box-sizing:border-box; box-shadow:2px 2px 5px 0 #f1f1f1; border:1px #ececec solid;}
.prodcate_box3ul li .ptxt{padding:10px; box-sizing:border-box; text-align:center;}
.prodcate_box3ul li .titlename{font-size:18px;}
@media screen and (max-width:1500px){
.prodcate_box3ul li .titlename{font-size:16px;}
}
@media screen and (max-width:1420px){
.prodcate_box3ul li .titlename{font-size:14px;}
}
@media screen and (max-width:768px){
.prodcate_box3{margin:20px 0;}
.prodcate_box3ul{grid-template-columns:repeat(2,1fr); gap:20px;}
}



/*产品中心*/
.proddetail{display:block;}
.prod_details_top{margin:0 0 50px 0; overflow:hidden; display:flex; align-items:stretch;}

.product_right_top_left{flex:1; max-width:35%;}
.product_right_top_left .swiper-container{border:1px #dddddd solid; box-sizing:border-box;}
.product_right_top_left .bigpic {display:flex; justify-content:center; align-items:center; width:100%; height:auto!important; overflow:hidden; background:#ffffff;}
.product_right_top_left .bigpic img{max-width: 100%; max-height: 100%; object-fit: contain;}
.product_right_top_left .bigpic iframe{width:100%; height:100%; object-fit:contain;}

.product_right_top_left img{box-sizing:border-box;}
.swiper-container-thumbs{margin-top:10px; background:#f8f8f8; padding:10px 20px!important; box-sizing:border-box; overflow:hidden;}
.swiper-container-thumbs img{cursor:pointer;border:2px #ffffff solid; box-sizing:border-box;}
.swiper-slide-thumb-active img{border:2px #ff6600 solid; box-sizing:border-box;}

.product_right_top_right{flex:1; max-width:65%; padding-left:3%;}
.product_right_top_right h1{font-size:18px; padding-bottom:10px; line-height:1.2; font-weight:bold;}
.product_right_top_right_p{background:#f9f9f9;width:100%; overflow:hidden;}
.product_right_top_right_p ul{overflow:hidden;}
.product_right_top_right_p ul li{line-height:55px; height:55px; border-bottom:1px #ddd solid; padding-left:47px; overflow:hidden;}
.product_right_top_right_p ul li b{ margin-right:10px;}
.product_right_top_right_p ul li:nth-child(1){ background:url(../images/ico_tel.svg) 15px center no-repeat; background-size:24px;}
.product_right_top_right_p ul li:nth-child(2){ background:url(../images/ico_whatsup.svg) 15px center no-repeat; background-size:24px;}
.product_right_top_right_p ul li:nth-child(3){ background:url(../images/ico_email.svg) 15px center no-repeat; background-size:24px;}

.product_right_top_right_notes{ opacity:0.7; border-bottom:1px #ddd dotted; padding-bottom:5px; margin-bottom:5px;font-size:14px;}

.product_right_top_right_tags{line-height:28px; width:100%; overflow:hidden; margin-bottom:20px; font-size:14px;}
.product_right_top_right_tags hr{margin-bottom:20px;}
.product_right_top_right_tags ul,.product_right_top_right_tags ol{margin:10px 0; box-sizing:border-box;}
.product_right_top_right_tags li,.product_right_top_right_tags li{ background:url(../images/dian.svg) left center no-repeat; background-size:7px; padding-left:14px; box-sizing:border-box;margin-left:10px;}
.product_right_top_right_tags table{width:100%;}
.product_right_top_right_tags table tr:nth-child(odd){background-color:#f5f5f5;}
.product_right_top_right_tags table tr:nth-child(even){background-color: #fdfdfd;}
.product_right_top_right_tags table tr:first-child{background-color:#666666; color:#ffffff;}
.product_right_top_right_tags td{padding:10px; font-size:14px!important; border:1px #CCCCCC solid!important;line-height:20px!important;word-break:initial!important;}
.product_right_top_right_tags td p,.product_right_top_right_tags td span{font-size:14px!important;line-height:20px!important;word-break:initial!important;}
.product_right_top_right_tags th{padding:10px; font-size:14px!important; border:1px #CCCCCC solid!important;line-height:20px!important;word-break:initial!important; font-weight:normal;}
.product_right_top_right_tags th p,.product_right_top_right_tags th span{font-size:14px!important;line-height:20px!important;word-break:initial!important;font-weight:normal;}

.product_right_top_btn{overflow:hidden;}
.productlist_more{line-height:40px; background-color:#008842; color:#fff; border-radius:50px; cursor:pointer; padding:0 30px; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; box-sizing:border-box; width:fit-content; display:inline-block;}
.productlist_more:hover {background-color:#e8410b;}
.productlist_more_right{ margin-right:2%;}
@media screen and (max-width: 768px) {
.proddetail{margin:20px 0;}
.prod_details_top{margin:0 0 10px 0; flex-direction:column;}

.product_right_top_left{flex:1; max-width:100%;}
.product_right_top_right{flex:1; max-width:100%; padding-left:0; margin-top:20px;}

.product_right_top_right_notes{font-size:12px;}

.product_right_top_right h1{font-size:18px; padding-bottom:10px;}
.product_right_top_right_tags{line-height:1.8; margin-bottom:10px; font-size:12px;}
.product_right_top_right_tags table{display: block; display: -webkit-box; width:auto!important; white-space: nowrap; overflow-x: auto; overflow-y: hidden;}
.product_right_top_right_tags td{padding:8px; font-size:12px!important; border:1px #CCCCCC solid!important;line-height:16px!important;word-break:initial!important;}
.product_right_top_right_tags td p,.product_right_top_right_tags td span{font-size:12px!important;line-height:16px!important;word-break:initial!important;}
.product_right_top_right_tags th{padding:8px; font-size:12px!important; border:1px #CCCCCC solid!important;line-height:16px!important;word-break:initial!important; font-weight:normal;}
.product_right_top_right_tags th p,.product_right_top_right_tags th span{font-size:12px!important;line-height:16px!important;word-break:initial!important;font-weight:normal;}
.product_right_top_right_tags li,.product_right_top_right_tags li{ background:url(../images/dian.svg) left 5px no-repeat; background-size:7px; padding-left:14px; box-sizing:border-box; margin-left:10px;}

.product_right_top_btn{margin-top:0px;}
.productlist_more{margin:0; padding:0 20px;display:inline-block; height:35px; line-height:35px;}
.productlist_more_right{ margin-right:0px; margin-bottom:10px;}
}




/*产品列表中相关的产品应用*/
.prodcate_list_txt2{margin-top:30px;}
.prodcate_list_txt2 h2{font-size:18px; margin-bottom:15px; padding-left:12px; position:relative; border-bottom:1px #dddddd dotted; font-weight:bold;}
.prodcate_list_txt2 h2::before{position:absolute; left:0; bottom:30%; width:4px; height:45%; background:#e8410b; content: ''; border-radius:5px;}
.prodcate_list_prod2{text-align:left; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; box-sizing:border-box; overflow:hidden; display:block;}

.productlistul2{display:grid; grid-template-columns:repeat(4, 1fr); /* 一行三列 */ gap:30px;}
.productlistul2 li{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; overflow:hidden; border:1px #eaeaea solid; border-radius:5px;box-shadow:0 0 10px 0 #eaeaea; box-sizing:border-box; background:#ffffff;}
.productlistul2 li:hover{box-shadow:0 0 15px 0 #dedede;}
.productlistul2 li .imgbox{width:100%;}
.productlistul2 li .mytitle{line-height:1.2; -webkit-line-clamp:4; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; text-align:center; padding:10px; box-sizing:border-box;}
@media screen and (max-width:1420px) {
.prodcate_list_txt2{padding:30px;}
.prodcate_list_txt2 h2{font-size:20px;}
}

@media screen and (max-width:768px) {
.prodcate_list_txt2{padding:5.5%; min-height:0; margin-top:15px;}
.prodcate_list_txt2 h2{font-size:18px;line-height:20px;}
.prodcate_list_prod2{text-align:left; margin-top:0px; margin-right:0%; width:100%;}
.productlistul2{grid-template-columns:repeat(2, 1fr); gap:10px;}
.productlistul2 li .mytitle{-webkit-line-clamp:6;}
}


/*c预设版式的详情页模块*/
.detailtext_title{font-size:18px; font-weight:bold; line-height:1.4; color:#008842; margin-bottom:5px;}

.detailtext0{display:block; margin-bottom:30px;}
.detailtext1{display:block; margin-bottom:30px;}
.detailtext1 img{width:auto; max-width:100%;}

.detailtext2{display:block; margin-bottom:30px;}
.detailtext2{display: flex; flex-direction: column;} 
.detailtext2 ul {display: flex; align-items:center;} 
.detailtext2 ul li {flex: 1; display: flex; align-items: center; justify-content: flex-start; box-sizing: border-box; flex-direction:column;} 
.detailtext2 ul li img {max-width:100%; height:auto; border-radius:5px;} 
.detailtext2_box{padding-left:30px; text-align:left; box-sizing:border-box;}
.detailtext2_box h2{font-size:18px; margin-bottom:5px; font-weight:bold; line-height:1.2; color:#008842;}

.detailtext3{display:block; margin-bottom:30px;}
.detailtext3{display: flex; flex-direction: column;} 
.detailtext3 ul {display: flex; align-items:center;} 
.detailtext3 ul li {flex: 1; display: flex; align-items: center; justify-content: flex-start; box-sizing: border-box; flex-direction:column;} 
.detailtext3 ul li img {max-width:100%; height:auto;  border-radius:5px;} 
.detailtext3_box{padding-right:30px; text-align:left; box-sizing:border-box;}
.detailtext3_box h2{font-size:18px; margin-bottom:5px; font-weight:bold; line-height:1.2; color:#008842;}

@media screen and (max-width:768px) {
.detailtext_title{font-size:14px;}
.detailtext0{display:block; margin-bottom:20px;}
.detailtext1{display:block; margin-bottom:20px;}

.detailtext2{display:block; margin-bottom:20px;}
.detailtext2 ul{flex-direction: column;}
.detailtext2_box{padding:10px 0 0 0;}
.detailtext2_box h2{font-size:14px;}

.detailtext3{display:block; margin-bottom:20px;}
.detailtext3 ul{flex-direction: column;}
.detailtext3 ul li:last-child{order:-1;}
.detailtext3_box{padding:10px 0 0 0;}
.detailtext3_box h2{font-size:14px;}

}




.page404{ width:100%; margin:300px 0 200px 0; text-align:center;}
.page404 img{ width:auto; display:inline-block;}
@media screen and (max-width:768px) {
.page404{ width:80%; margin:100px 10%; text-align:center;}
.page404 img{ width:auto; max-width:100%; display:inline-block;}
}

.videolist{position:absolute; bottom:0; right:0; width:50px; height:50px; z-index:22; background:#ff0000 url(../images/video.png) center center no-repeat; background-size:32px;}
/*视频弹窗*/
.masklayer{position: fixed;display: none;width:100%;height:100%; top:0px; left:0px;background-color:rgba(0, 0, 0, 0.8);z-index:99999; -webkit-user-select: none;-ms-user-select: none;}
.vclose { position:absolute;right:30px; top:30px;cursor: pointer; width:50px; height:50px; }
.vclose img{width:auto; height:auto; display:inline-block;}
.videos{display:none; position:fixed; left:0; top:0; z-index:100; width:100%; height:100%; background-color:rgba(0,0,0,0.8); box-sizing:border-box; padding:8%;}
.videos video{width:100%; height:100%;}
.videolist {cursor:pointer;}
@media screen and (max-width:768px) {
.vclose { position:absolute;right:10px; top:10px; cursor: pointer; width:30px; height:30px; }
.vclose img{width:auto; height:auto; display:inline-block;}
.videos{display:none; position:fixed; left:0; top:0; z-index:100; width:100%; height:100%; background-color:rgba(0,0,0,0.8); box-sizing:border-box; padding:8%;}
.videolist {}
}

.searchlist{overflow:hidden; box-sizing:border-box; margin:50px 0;}
.searchlist h2{ font-size:24px; font-weight:bold; margin-bottom:10px;}
.searchlist ul{overflow:hidden;}
.searchlist ul li{border-bottom:1px #CCCCCC dotted; overflow:hidden; padding:20px 0px;}
.searchlist ul li:hover{background:#ffffff;}
.searchlist ul li{line-height:24px;}
.searchlist ul li h4{font-size:18px; text-align:left;}
.searchlist ul li p{font-size:16px; color:#999999;}
.searchlist ul li p span{ margin-right:35px;}
@media screen and (max-width:768px) {
.searchlist{margin:20px 0; padding:20px;}
.searchlist h2{font-size:18px; margin-bottom:0px;}
.searchlist ul li{padding:10px 0px;}
}

.feedback{width:80%; padding:60px; box-sizing:border-box; margin:100px auto 100px; border-radius:5px; background:#f5f5f5;}
.feedback h2{font-size:24px;font-weight:bold; color:#008842;}
.feedback h4{height:4px; width:50px; background:#008842; margin:20px 0;}
.feedback_btn{width:fit-content; height:40px; line-height:40px; background:#008842; color:#fff; border-radius:5px; text-align:center;-webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; display:inline-block; padding:0 25px; margin-top:30px;}
.feedback_btn:hover{background:#e8410b; color:#fff;}
@media screen and (max-width:768px) {
.feedback{width:90%; padding:30px; margin:50px auto;}
.feedback h2{font-size:18px;}
.feedback h4{height:2px; width:30px; margin:10px 0;}
.feedback_btn{margin-top:10px;}
}


.global_left_top{position:fixed; right:10px; bottom:20px; z-index:99;}
#myback{width:50px; height:50px;}
#myback img{width:100%;}
.myback_active{opacity:0!important;}
#mymeil{width:50px; height:50px; margin-bottom:10px;}
#mymeil img{width:100%;}
@media screen and (max-width:768px){
.global_left_top{bottom:10px;}
#myback{width:35px; height:35px;}
#mymeil{width:35px; height:35px;}
}


#infoFormDiv{display: none; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); padding:3% 4%; background-color: #fff; z-index:1000; width:50%; box-sizing:border-box; border-radius:5px;}
#infoFormDiv ul h2{ font-size:24px; line-height:1.2; text-align:center; margin-bottom:20px; font-weight:bold;}
#infoFormDiv ul p{text-align:center; margin-top:10px;}
#infoFormDiv li {overflow:hidden;}
#infoFormDiv li:nth-child(n+2) {margin-top:3%; text-align:center;}
#overlay{display: none; position: fixed; top:0; left:0; width:100%; height:100%; background: rgba(0, 0, 0, 0.7); z-index: 999;}

.msg_name_input,.msg_mail_input,.msg_textarea2{padding:0px 15px; background:#fafafa; box-sizing:border-box; font-family:"HarmonyOS_Sans_Regular", Helvetica, sans-serif; border-radius:5px; border:1px #eaeaea solid;}
.msg_name_input,.msg_mail_input {float:left; width:48.5%; line-height:50px; height:50px;}
.msg_mail_input{margin-left:2%;}

.msg_name_input::-webkit-input-placeholder{color: #666666!important; opacity:1;}
.msg_mail_input::-webkit-input-placeholder{color: #666666!important; opacity:1;}
.msg_textarea2::-webkit-input-placeholder{color: #666666!important; opacity:1;}


.msg_textarea2 {width:100%;line-height:24px; resize:none; color:#222222; padding:10px; box-sizing:border-box;}
.msg_submit_2{width:fit-content; height:40px; line-height:40px; text-align:center; text-transform:uppercase; color:#ffffff; background:#008842; cursor:pointer; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; border-radius:25px; padding:0 30px; display:inline-block; margin-right:15px;}
.msg_submit_2:hover{ background:#e9011a; color:#ffffff;}

.msg_cancel{width:fit-content; height:40px; line-height:40px; text-align:center; text-transform:uppercase; color:#ffffff; background:#626262; cursor:pointer; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; border-radius:25px; padding:0 30px; display:inline-block; font-size:14px;}
.msg_cancel:hover{ background:#e9011a; color:#ffffff;}

@media screen and (max-width:768px) {
#infoFormDiv{padding:5% 5%; width:90%;}
#infoFormDiv ul h2{ font-size:16px; margin-bottom:10px;}
.msg_name_input,.msg_mail_input {float:none; width:100%; line-height:40px; height:40px; margin-bottom:10px;}
.msg_mail_input{margin-left:0;}
#infoFormDiv li:nth-child(n+2) {margin-top:0;}
.msg_submit_2{height:30px; line-height:30px; margin-right:10px;}
.msg_cancel{height:30px; line-height:30px;}
}
