﻿/* 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:#59a933;}
: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;}

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:0.5; color:#222222;}
input:-moz-placeholder,textarea:-moz-placeholder{opacity:0.5; color:#222222;}
input::-moz-placeholder,textarea::-moz-placeholder{opacity:0.5; color:#222222;} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:0.5; color:#222222;}

@font-face{
font-family: "Poppins-Regular";
src:
url('../fonts/Poppins-Regular.ttf') format('truetype'),
url('../fonts/Poppins-Regular.woff') format('woff'),
url('../fonts/Poppins-Regular.otf') format('otf');
font-weight: normal;
font-style: normal;
font-display: block;
}

@font-face{
font-family: "Oswald-Regular";
src:
url('../fonts/Oswald-Regular.ttf') format('truetype'),
url('../fonts/Oswald-Regular.woff') format('woff'),
url('../fonts/Oswald-Regular.otf') format('otf');
font-weight: normal;
font-style: normal;
font-display: block;
}



body {font-size:16px; color:#222222; font-family:"Poppins-Regular", Arial, Helvetica, sans-serif; padding:0; margin:0; behavior:url("images/csshover.htc");-webkit-text-size-adjust:none; background:#ffffff; line-height:28px;}
.main {position:relative; margin:0 auto;}
@media screen and (max-width:2560px) {
.main {width:90%; max-width:1680px;}
}
@media screen and (max-width:1920px) {
.main {width:90%; max-width:1560px;}
}
@media screen and (max-width:1420px) {
body {font-size:15px;line-height:26px;}
}
@media screen and (max-width:1240px) {
body {font-size:14px;line-height:24px;}
}
@media screen and (max-width:992px) {
body {font-size:13px;line-height:24px;}
.main {width:92%;}
}


/***头部***/
.header{width:100%; box-sizing:border-box; position:fixed; height:90px; 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; height:100%;}
.header_left{display:flex; flex: 0 0 20%; box-sizing:border-box; padding-right:10px;}
.header_logo{display:flex;}
.header_logo img{max-width:165px; vertical-align:middle; display:inline;}

.header_right{display:flex; flex:1; box-sizing:border-box;}
.header_right ul{display:flex; width:100%; justify-content:flex-end;/* 靠右对齐 */}
#lang{display:flex;align-items:center;}
#lang a{margin-left:15px;}
#lang a:first-child{margin-left:0;}
#lang img{border-radius:4px; width:24px;}

.header .mNavList{text-align:left; display:flex; width:100%;}
.header .mNavList>li{position:relative; display:inline-block; text-align:center; line-height:90px; height:90px; box-sizing:border-box; margin:0 3.5% 0 0; font-size:16px; font-weight:700; text-transform:uppercase;}
#menu:before, #menu:after {content:"";display:table;}
#menu:after {clear:both;}
#menu{zoom:1;}
#menu li:hover>a{color:#59a933;}
#menu li a:hover {color:#59a933;}
#menu li:hover>ul {opacity:1; visibility:visible; margin:0;}
#menu ul {margin:15px 0 0 0; opacity:0; visibility:hidden; position:absolute; top:90px; width:fit-content; display:block; z-index:1; transition:all .3s ease-in-out; background:#307c1a;}
#menu ul li{margin:0 0 1px 0; background-color:rgba(64,142,37,1); padding:10px 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:14px; white-space: nowrap;}
#menu ul li a{display:block; font-weight:normal!important; color:#ffffff!important;}
#menu ul li:hover{background:#579f35; padding:10px 20px 10px 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 280px;}
#menu ul li ul {top:0px; left:0px; margin:0 0 0 290px; display:block; border-top:0;transition:all .3s ease-in-out;width:fit-content;}
#menu ul li ul li:hover a{color:#59a933!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_nav>.mNavList>li{margin:0 0 0 1%; font-size:12px;}
#menu ul li{font-size:12px; line-height:20px;}
}  

.m-header {display:none;}
@media screen and (max-width:992px) {
.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:16px; line-height:35px;  font-weight:700;}

.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:#59a933; 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:90px auto 0;}
.banner .swiper-slide .text{position:absolute; width:50%; top:50%; transform:translateY(-50%); left:0; z-index:3; text-align:left; color:#fff; box-sizing:border-box;}
.banner .swiper-slide .text .bannerbg{opacity:0; transform:translateY(32px);transition: all 0.5s ease 0.3s; box-sizing:border-box; background:rgb(80,160,40,0.95); border-radius:0 50px 0 0; padding:5% 5% 5% 18%; width:100%; height:100%; border-bottom:10px #287311 solid;}
.banner .swiper-slide .text h2{ margin:0; font-size:36px; line-height:1.3; width:fit-content; opacity:0; text-shadow:4px 4px 10px rgba(0,0,0,0.2);transform: translateY(32px);transition: all 0.5s ease 0.5s; color:#ffffff; font-weight:700;}
.banner .swiper-slide .text h2 span{color:#59a933;}
.banner .swiper-slide .text h3{font-size:16px; line-height:1.2; opacity:0; transform: translateY(32px);transition: all 0.5s ease 0.8s; color:#ffffff; width:fit-content; margin-bottom:10px;}
.banner .swiper-slide .text p{font-size:24px; line-height:1; opacity:0; text-shadow:4px 4px 10px rgba(0, 0, 0, 0.5); transform:translateY(32px); transition: all 1s ease 1s;text-shadow:4px 8px 10px rgba(0,0,0,0.4);}
.banner .swiper-slide .text .bannerbtn{margin:20px 0 0 0; height:32px; line-height:32px; padding:0 30px; color:#ffffff; font-size:14px; border-radius:50px; opacity:0;transform:translateY(-32px); transition: all 0.3s ease 0.3s; width:fit-content; border:2px #ffffff solid;}
.banner .swiper-slide .text a{display:inline-block;}
.banner .swiper-slide .text a:hover .bannerbtn{background:#ffffff;color:#59a933;}

.banner .swiper-container .swiper-wrapper .swiper-slide-active .text .bannerbg{transform: translateY(0);opacity: 1;} /*必须保留这个路径*/
.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 p{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:20px; height:6px; 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:#59a933;}

@media screen and (max-width:1420px) {
.banner .swiper-slide .text h2{font-size:28px;}
.banner .swiper-slide .text h3{font-size:14px;}
.banner .swiper-slide .text .bannerbtn{height:30px; line-height:30px;}
}

@media screen and (max-width:1240px) {
.banner .swiper-slide .text h2{font-size:20px;}
.banner .swiper-slide .text h3{font-size:12px; margin-bottom:10px;}
.banner .swiper-slide .text .bannerbtn{height:30px; line-height:30px; font-size:12px; margin-top:10px;}
}

@media screen and (max-width:992px) {
.banner{margin-top:45px;}
.banner .swiper-slide .text{width:90%; top:50%; transform:translateY(-50%); left:0;}
.banner .swiper-slide .text .bannerbg{padding:5%;border-bottom:5px #287311 solid; border-radius:0 25px 0 0;}
.banner .swiper-slide .text h2{font-size:14px; line-height:1.4; font-weight:normal;}
.banner .swiper-slide .text h3{display:none;}
.banner .swiper-slide .text p{font-size:12px;}
.banner .swiper-slide .text a{display:none;}

.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:5px;}
}



/***index htitle***/
.index_htitle{width:100%; box-sizing:border-box; margin-bottom:20px; position:relative; text-align:center;}
.index_htitle h3{font-size:14px; line-height:14px; margin-bottom:10px; position:relative; z-index:3; color:#ffffff;}
.index_htitle h4{font-size:42px; line-height:1.3; overflow:hidden; position:relative; z-index:3; font-family:"Oswald-Regular"; font-weight:700; letter-spacing:1px}
.index_htitle h2{font-size:36px; line-height:1.2; text-transform:uppercase; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; position:relative; z-index:3; font-family:"Oswald-Regular"; font-weight:700; letter-spacing:1px}
.index_htitle h2::first-letter{color:#59a933;}
.index_htitle h2::after{content: ''; display: block; width:40px; height:5px; background-color:#59a933; margin:6px auto 5px; border-radius:5px;}

.index_htitle ul{display:inline-grid; grid-auto-flow:column; gap:20px; margin:15px 0;}
.index_htitle ul li{background:#004577; text-align:center; border-radius:25px; line-height:20px; padding:10px 25px; color:#ffffff; transition:all .3s ease-in-out;} 
.index_htitle ul li:hover{background:#ff3300;}
.index_htitle ul li a{color:#ffffff;}

.index_htitle .ptxt{width:100%; margin:0 auto 10px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:7; -webkit-box-orient:vertical; opacity:0.8; padding:0 4%; box-sizing:border-box;}
@media screen and (max-width:1240px) {
.index_htitle h2{font-size:32px;}
}

@media screen and (max-width:1024px) {
.index_htitle h2{font-size:24px;}
}

@media screen and (max-width:992px) {
.index_htitle{margin-bottom:10px;}
.index_htitle h2{font-size:24px;}
.index_htitle .ptxt{width:100%; -webkit-line-clamp:8; padding:0 5%;}
.index_htitle ul{grid-template-columns: repeat(2, 1fr); gap:10px; margin:10px 0; grid-auto-flow:dense;}
.index_htitle ul li{padding:6px 15px;} 
}


.div_more{text-align:center;}
.div_more_top{ margin-top:30px; text-align:center; background:linear-gradient(to bottom, transparent 50%, #dddddd 50%) no-repeat center; background-size: 100% 1px;}
.prod_more_top{ margin-top:20px; overflow:hidden; margin-bottom:60px;}


.more{display:inline-block;height:50px; line-height:50px;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:#59a933; font-weight:normal; font-size:14px;}
.more:hover{color:#ffffff!important; background:#ff6600;}

.more2{display:inline-block;height:50px; line-height:50px; 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:#59a933; font-weight:normal; font-size:14px;}
.more2:hover{color:#ffffff!important; background:#ff6600;}

.prodmore{display:inline-block;height:50px; line-height:50px; 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:#59a933; font-weight:normal; font-size:16px; margin-right:15px;}
.prodmore:hover{color:#ffffff!important; background:#ff6600;}

.prodmore2{display:inline-block;height:50px; line-height:50px; 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:#ff6600; font-weight:normal; font-size:16px;}
.prodmore2:hover{color:#ffffff!important; background:#59a933;}

@media screen and (max-width:992px) {
.div_more_top{margin-top:10px;}
.prod_more_top{ margin-top:10px; margin-bottom:25px;}
.more{height:40px; line-height:40px; padding:0 20px; font-size:14px;}
.more2{height:40px; line-height:40px; padding:0 20px; font-size:14px;}
.prodmore{height:40px; line-height:40px; font-size:14px; margin-right:5px;}
.prodmore2{height:40px; line-height:40px; font-size:14px;}
}


.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:1240px) {
.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:992px) {
.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:#59a933;padding:0;font-family: "Oswald-Regular";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:992px) {
.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:-20px;width:40px;height:40px;border-radius:100%;background:#59a933;color:#ffffff;transition:all .3s ease-in-out}
.swiper-button-prev.project-area-prev{top:50%;transform:translateY(-50%);left:-20px;width:40px;height:40px;border-radius:100%;background:#59a933;color:#ffffff;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:#ff6600}
.swiper-button-prev.project-area-prev:hover{background:#ff6600}
@media screen and (max-width:992px){
.swiper-button-next.project-area-next{right:-15px;width:30px;height:30px;top:40%;transform:translateY(-40%);}
.swiper-button-prev.project-area-prev{left:-15px;width:30px;height:30px;top:40%;transform:translateY(-40%);}
.swiper-button-next.project-area-next::after,.swiper-button-prev.project-area-prev::after{font-size:12px;}
}


.mod1{width:100%; box-sizing:border-box; position:relative; padding:60px 0;}

.mod1_box{display:block;}
.mod1_box_ul{display:grid;grid-template-columns:repeat(6, 1fr); gap: 0; align-items: stretch; background:#f8f8f8; border-radius:5px; overflow:hidden;}
.mod1_box_ul li{display:flex; flex-direction:column; justify-content:center; align-items:center; padding:20px; box-sizing:border-box; text-align:center; min-height:0;/* 允许内容决定高度 */border-bottom:5px #ffffff solid;}
.mod1_box_ul li:hover{cursor:pointer;}
.mod1_box_ul li img{width:60px; height:60px; display: block; margin-bottom:10px;}
.mod1_box_ul li p{word-break: break-word; overflow-wrap: break-word; width:100%; inline-box-align:1.1;}
.active{background:#e8f2e3; border-bottom:5px #59a933 solid!important;}

.mod1_box_txt{display:block;}
.mod1_box_txt_top{margin:20px 0; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; } 
.mod1_box_txt ul{display:grid;grid-template-columns:repeat(4, 1fr); gap:20px;}
.mod1_box_txt ul li{display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; }
.mod1_box_txt ul li .imgbox{margin-bottom:10px; border-radius:5px; border:1px #dddddd solid;}
.mod1_box_txt ul li p{word-break: break-word; overflow-wrap: break-word; width:100%;}

@media screen and (max-width:992px) {
.mod1{padding:8% 0px;}
.mod1_box_ul{display:grid;grid-template-columns:repeat(3, 1fr);}
.mod1_box_ul li{padding:10px;}
.mod1_box_ul li img{width:40px; height:40px; margin-bottom:5px;}
.mod1_box_ul li p{line-height:1.4;}

.mod1_box_txt_top{margin:5px 0;} 
.mod1_box_txt ul{grid-template-columns:repeat(2, 1fr); gap:10px;}
.mod1_box_txt ul li{justify-content:flex-start;}
.mod1_box_txt ul li .imgbox{margin-bottom:5px;}
.mod1_box_txt ul li p{font-size:12px;line-height:1.4;}
}



.mod2{width:100%; box-sizing:border-box; position:relative; padding:60px 0; background:#59a933;}
.mod2_box{position:relative;display:flex;}
.mod2_box_left{float:left; width:50%;}
.mod2_box_left .index_htitle{ text-align:left; color:#ffffff;}
.mod2_box_left .index_htitle h2::first-letter{color:#ffffff;}
.mod2_box_left .index_htitle h2::after{content: ''; display: block; width:40px; height:5px; background-color:#ffffff; margin:6px 0 5px; border-radius:5px;}
.mod2_box_left .index_htitle .ptxt{padding:0; text-align:left; margin-top:25px; opacity:1;}
.mod2_title{font-size:28px; line-height:1.2; color:#fff000; margin-top:40px; font-weight:700; margin-bottom:10px;}
.mod2_box_left .more2{background:#ffffff; color:#222222!important;}
.mod2_box_left .more2:hover{background:#ff6600; color:#ffffff!important;}

.mod2_box_right{float:right; width:50%; padding-left:3%; box-sizing:border-box;}
.mod2_box_right video{border-radius:5px; overflow:hidden; background:#000000; border:8px rgb(255,255,255,1) solid; box-sizing:border-box;}
@media screen and (max-width:1420px){
.mod2_box_left .index_htitle .ptxt{margin-top:15px;}
.mod2_title{font-size:18px; margin-top:20px;}
}

@media screen and (max-width:992px){
.mod2{padding:8% 0px;}
.mod2_box{display:block;}
.mod2_box_left{float:none; width:100%;}

.mod2_box_right{float:none; width:100%; padding-left:0; margin-top:25px;}
}


.mod3{width:100%; padding:60px 0px; box-sizing:border-box;}
.mod3_box{position:relative}
.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:10px; box-sizing:border-box;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; text-align:center;}
@media screen and (max-width:992px){
.mod3{padding:8% 0px;}
}


.mod4{width:100%; padding:60px 0px; box-sizing:border-box; background:#f5f5f5;}
.mod4_box{position:relative;}
.mod4_box ul{display:grid; grid-template-columns:repeat(8,1fr); gap:20px;}
.mod4_box ul li{overflow:hidden; position:relative; padding:10px 20px; box-sizing:border-box; background:#ffffff; border:1px #dddddd solid; border-radius:5px;}
@media screen and (max-width:992px){
.mod4{padding:8% 0px;}
.mod4_box ul{grid-template-columns:repeat(4,1fr); gap:10px;}
.mod4_box ul li{padding:0px 5px;}
}



.mod5{width:100%; padding:60px 0px; box-sizing:border-box;}
.mod5_box{position:relative;}
.mod5_box ul{display:grid; grid-template-columns:repeat(3,1fr); gap:40px;}
.mod5_box ul li{overflow:hidden; position:relative; padding:40px; box-sizing:border-box; background:#ffffff; border:1px #f1f1f1 solid; box-shadow:0px 2px 8px 0 #f1f1f1; border-radius:5px;}
.mod5_box ul li h2{ font-size:18px; font-weight:700; line-height:1.3;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.mod5_box ul li .imgbox{margin:15px 0; border-radius:5px; overflow:hidden;}
.mod5_box ul li .ptxt{opacity:0.8;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; line-height:1.8em;  min-height:calc(1.8em * 3);}
.mod5_box ul li .div_more_top{margin-top:20px; text-align:left;}
@media screen and (max-width:992px){
.mod5{padding:8% 0px;}
.mod5_box ul{grid-template-columns:repeat(1,1fr); gap:0px;}
.mod5_box ul li{padding:20px; display:none;}
.mod5_box ul li:first-child{display:block;}
.mod5_box ul li h2{ font-size:16px;}
.mod5_box ul li .imgbox{margin:10px 0;}
}


.footer_msn_box{overflow:hidden; background:#34821c; padding:40px; box-sizing:border-box; border-radius:5px; position:absolute; width:100%; top:-210px;}
.footer_msn_box h2{font-size:18px; line-height:1.2; color:#ffffff;}
.footer_msn_box ul{margin-top:15px;}
.footer_msn_box ul:first-of-type{display:flex; justify-content:space-between; gap:10px;}
.footer_msn_box ul li:nth-child(1){width:20%;}
.footer_msn_box ul li:nth-child(2){width:20%;}
.footer_msn_box ul li:nth-child(3){width:20%;}
.footer_msn_box ul li:nth-child(4){width:30%;}
.footer_msn_box ul li:nth-child(5){width:10%;}
.msg_submit{width:fit-content; background-color:#222222; border:none; color:#ffffff; cursor:pointer; border-radius:5px; padding:20px 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:#ff6600;}
.msg_input{width:100%; padding:15px;line-height:24px; background:rgb(255,255,255,1); box-sizing:border-box; border-radius:5px;font-family:"Poppins-Regular"}
.msg_textarea{width:100%;line-height:24px; resize:none;font-family:"Poppins-Regular", Helvetica, sans-serif; padding:15px; background:rgb(255,255,255,1); box-sizing:border-box; border-radius:5px; height:150px;}
@media screen and (max-width:992px){
.footer_msn_box{padding:20px; position:relative; width:100%; top:0px; margin-bottom:20px;}
.footer_msn_box h2{font-size:14px;}
.footer_msn_box ul{margin-top:10px;}
.footer_msn_box ul:first-of-type{display:block;}
.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; margin-bottom:10px;}
.msg_textarea{padding:10px;height:100px;}
.msg_submit{padding:15px 20px; font-size:14px;}
}



/***footer***/

/***footer***/
.footer {position:relative; padding:120px 0 0 0; background:#181818; margin-top:80px;}

.footer_left{width:35%; padding:0 0 60px 0; margin-right:5%; box-sizing:border-box; float:left;}
.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:20px; text-transform:uppercase; line-height:1.2; margin-bottom:20px; font-weight:700;}
.footer_left_contact ul{overflow:hidden;}
.footer_left_contact ul li{margin-bottom:20px; padding-left:30px; line-height:24px; background-repeat:no-repeat; background-size:20px; background-position:top left; opacity:0.7;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
.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_whatsup2.svg);}
.footer_left_contact ul li:nth-child(4) {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:18px; 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:30px; height:30px; 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:right; width:60%; padding:0 0 60px 0; box-sizing:border-box; display:flex; justify-content:space-between; gap:20px;}
.footer_right .footer_nav:nth-child(1){width:34%;}
.footer_right .footer_nav:nth-child(2){width:33%;}
.footer_right .footer_nav:nth-child(3){width:33%;}
.footer_nav h2{font-size:18px; margin-bottom:20px; text-transform:uppercase; font-weight:700; 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;}
.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;}


@media screen and (max-width:1240px) {
.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:992px) {
.footer {padding:30px 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:90px auto 0; width:100%;position:relative; overflow:hidden;}
.ban .addiv{position:absolute; width:90%; max-width:1560px; padding:0; color:#ffffff; left:50%; transform: translateX(-50%); text-align:right; bottom:-20px;}
.ban .addiv h2{font-size:72px; line-height:1; text-transform:uppercase; font-weight:700; -webkit-line-clamp:1; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; color:rgb(255,255,255,0.85);-webkit-mask-image: linear-gradient(to bottom, white, transparent);  mask-image: linear-gradient(to bottom, white, transparent);}
.ban .addiv_txt{font-size:16px; text-transform:uppercase; color:rgb(255,255,255,0.5);}

@media screen and (max-width:1420px) {
.ban .addiv h2{font-size:50px;}
}

@media screen and (max-width:992px) {
.ban {margin:45px auto 0;}
.ban .addiv{bottom:0px;}
.ban .addiv h2{font-size:24px;-webkit-line-clamp:1;}
.ban .addiv_txt{font-size:12px;}
}


/*--------内页路径--------*/
#weizhi{width:100%; margin:0 auto; background:#f5f5f5;}
#weizhi2{width:100%; margin:90px auto 0; background:#f5f5f5;}
.weizhi{width:90%; margin:0 auto;line-height:20px; padding:15px 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 0px no-repeat; padding-left:25px;}
.span_list{height:20px; line-height:20px; display:inline-block; background:url(../images/weizhi_right.png) left 0px no-repeat; padding-left:20px;}
@media screen and (max-width:2560px) {
.weizhi{max-width:1650px;}
}
@media screen and (max-width:1920px) {
.weizhi{max-width:1560px;}
}
@media screen and (max-width:992px) {
#weizhi{margin:0 auto;}
#weizhi2{margin:45px auto 0;}
.weizhi{width:92%; padding:10px 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; padding-bottom:20px;}
@media screen and (max-width:992px) {
.wrap {padding:0; width:100%;}
}

/*左右分栏*/
.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:992px){
.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:700; 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:992px) {
.page{padding:5px 0; margin-top:20px;}
.page a{font-size:14px; padding:5px 15px; margin:0;}
}


/*内页子导航*/
.lmlb{width:100%; display:block; overflow:hidden; box-sizing:border-box; margin:40px 0 0 0;}
.lmlb ul{display:flex; border-bottom:2px #59a933 solid; padding:0 10px;}
.lmlb ul li{text-align:center; transition:all 0.3s ease-in-out; background:#e8f2e3; color:#222222; padding:10px 25px; box-sizing:border-box; margin-right:5px; border-radius:10px 10px 0 0;}
.lmlb ul li:last-child{margin-right:0;}
.lmlb ul li a{color:#222222; display:block;}
.lmlb ul li:hover{background:#59a933; color:#ffffff;}
.lmlb ul li:hover a{color:#ffffff;}

#lmlbonsec {background:#59a933; color:#ffffff;}
#lmlbonsec a{background:#59a933; color:#ffffff;}

@media screen and (max-width:992px) {
.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;}
}

.about_htitle{width:100%;box-sizing:border-box;position:relative;text-align:center;}
.about_htitle h3{color:#ffffff; font-size:18px; margin-bottom:20px;}
.about_htitle h2{font-size:42px;line-height:1.2;font-weight:700; margin-bottom:30px; color:#ffffff; padding:0 5%;}
.about_htitle .ptxt{box-sizing:border-box;text-align:center; overflow:hidden; border:10px #ffffff solid;border-radius:5px;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(0, 0, 0, 0.15);}
.about_htitle .ptxt img{max-width:100%; margin:0 auto; }
@media screen and (max-width:992px){
.about_htitle h3{margin-bottom:10px; font-size:12px;}
.about_htitle h2{font-size:18px; line-height:1.5; margin-bottom:10px;padding:0;}
.about_htitle .ptxt{border:5px #ffffff solid;}
}

.about_mod1{width:100%;display:block;padding:60px 0;box-sizing:border-box;position:relative; background:linear-gradient(to bottom, #34821c 70%, #ffffff 30%);}
@media screen and (max-width:992px){
.about_mod1{padding:30px 0 15px 0;}
}


.about_mod2{width:100%;display:block;overflow:hidden;padding:0 0 100px 0;box-sizing:border-box;position:relative}
.about_mod2_box{overflow:hidden;margin-top:20px}
.about_mod2_box ul{display:flex;flex-wrap:wrap;}
.about_mod2_box ul li{flex: 1 0 50%; box-sizing:border-box; display:flex; justify-content:left; flex-direction:column; text-align:left;}
.about_mod2_box ul li .about_htitle{text-align:left;}
.about_mod2_box ul li .about_htitle h3{margin-bottom:10px;}
.about_mod2_box ul li .about_htitle h2{font-size:36px;line-height:1.3;font-weight:700; margin-bottom:10px; color:#59a933;padding:0;font-family: "Oswald-Regular";text-transform:uppercase;}
.about_mod2_box ul li .about_htitle .ptxt{text-align:left; padding:0; margin-top:0px; border:none; box-shadow:none;}
.about_mod2_box ul li img{ border-radius:5px;}
.about_mod2_box ul li:first-child{padding-right:4%;}
@media screen and (max-width:992px){
.about_mod2{padding:0 0 30px 0}
.about_mod2_box{padding:0 0 20px 0px}
.about_mod2_box ul li{flex: 1 0 100%;}
.about_mod2_box ul li:first-child{padding-right:0;order:2; margin-top:10px;}
.about_mod2_box ul li .about_htitle h3{margin-top:20px;}
.about_mod2_box ul li .about_htitle h2{font-size:18px;line-height:1.2; margin-bottom:5px;}
}

.about_mod3{width:100%;display:block;padding:60px 0; box-sizing:border-box;position:relative; background:#f8f8f8;}
.about_mod3 .about_htitle h2{color:#59a933; font-family:"Oswald-Regular"; font-size:36px; text-transform:uppercase;font-weight:700;}
.about_mod3_box{display:block;}
.about_mod3_box ul{display:grid; grid-template-columns:repeat(4,1fr); gap:20px;}
.about_mod3_box ul li{overflow:hidden; position:relative; padding:30px; box-sizing:border-box; background:#ffffff; border:1px #f1f1f1 solid; box-shadow:0px 2px 8px 0 #f1f1f1; border-radius:5px;}
.about_mod3_box ul li h2{ font-size:18px; line-height:1.2; text-align:center; color:#59a933; margin-bottom:15px; }
.about_mod3_box ul li img{width:60px; margin:0 auto 20px;}
.about_mod3_box ul li .ptxt{opacity:0.8;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:10; -webkit-box-orient: vertical; line-height:1.8em;  min-height:calc(1.8em * 3); text-align:center;}
@media screen and (max-width:992px){
.about_mod3{padding:30px 0;}
.about_mod3 .about_htitle h2{font-size:18px;}
.about_mod3_box ul{grid-template-columns:repeat(1,1fr); gap:10px;}
.about_mod3_box ul li{padding:20px;}
.about_mod3_box ul li h2{ font-size:14px; margin-bottom:10px;}
.about_mod3_box ul li img{width:40px; margin:0 auto 10px;}
}


.about_mod4{width:100%;display:block;padding:60px 0; box-sizing:border-box;position:relative; background:#ffffff;}
.about_mod4 .about_htitle h2{color:#59a933; font-family:"Oswald-Regular"; font-size:36px; text-transform:uppercase;font-weight:700;}
.about_mod4_box{display:block;}
.about_mod4_box{position:relative;}
.about_mod4_box ul{display:grid; grid-template-columns:repeat(8,1fr); gap:20px;}
.about_mod4_box ul li{overflow:hidden; position:relative; padding:10px 20px; box-sizing:border-box; background:#ffffff; border:1px #dddddd solid; border-radius:5px;}
@media screen and (max-width:992px){
.about_mod4{padding:30px 0;}
.about_mod4 .about_htitle h2{font-size:18px;}
.about_mod4_box ul{grid-template-columns:repeat(4,1fr); gap:10px;}
.about_mod4_box ul li{padding:0px 5px;}
}


/*factory*/
.factorylist{display:block; margin-bottom:40px;}
.factorylist ul{display:grid; grid-template-columns:repeat(4, 1fr); /* 一行三列 */  gap:20px;}
.factorylist ul 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;}
.factorylist ul li:hover{box-shadow:0 0 15px 0 #dedede;}
.factorylist ul li .imgbox{width:100%;border-radius:5px;}
.factorylist ul li .factory_title{margin:10px 0; line-height:24px; -webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; text-align:center;}
@media screen and (max-width:992px) {
.factorylist{margin-bottom:20px;}
.factorylist ul{grid-template-columns:repeat(2, 1fr); /* 一行三列 */  gap:10px;}
.factorylist ul li .factory_title{margin:5px; line-height:20px;}
}


/*cert*/
.certlist{display:block; margin-bottom:40px;}
.certlist ul{display:grid; grid-template-columns:repeat(6, 1fr); /* 一行三列 */  gap:30px;}
.certlist ul 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; padding:10px; box-sizing:border-box;}
.certlist ul li:hover{box-shadow:0 0 15px 0 #dedede;}
.certlist ul li .imgbox{width:100%;border-radius:5px;}
.certlist ul li .cert_title{margin:10px 0; line-height:24px; -webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; text-align:center;}
@media screen and (max-width:992px) {
.certlist{margin-bottom:20px;}
.certlist ul{grid-template-columns:repeat(3, 1fr); /* 一行三列 */  gap:10px;}
.certlist ul li{padding:5px;}
.certlist ul li .cert_title{margin:5px; line-height:20px;}
}



/*cert2*/
.certlist2{display:block; margin-bottom:40px;}
.certlist2 ul{display:grid; grid-template-columns:repeat(4, 1fr); /* 一行三列 */  gap:30px;}
.certlist2 ul 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; padding:15px; box-sizing:border-box;}
.certlist2 ul li:hover{box-shadow:0 0 15px 0 #dedede;}
.certlist2 ul li .imgbox{width:100%;border-radius:5px;}
.certlist2 ul li .cert_title{margin:10px 0 0 0; line-height:24px; -webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; text-align:center;}
@media screen and (max-width:992px) {
.certlist2{margin-bottom:20px;}
.certlist2 ul{grid-template-columns:repeat(2, 1fr); /* 一行三列 */  gap:10px;}
.certlist2 ul li{padding:5px;}
.certlist2 ul li .cert_title{margin:5px 0 0 0; line-height:20px;}
}



/*service*/
.servicelist{display:block; margin-bottom:40px;}
.servicelist ul{display:grid; grid-template-columns:repeat(2, 1fr); gap:30px;}
.servicelist ul li{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative;  background:#fff; padding:30px; box-sizing:border-box; overflow:hidden; border:1px #eaeaea solid; border-radius:5px;}
.servicelist ul li .imgbox{width:30%; float:left; border-radius:5px;}
.servicelist ul li .news_box{width:70%; float:right; padding-left:20px; box-sizing:border-box;}
.servicelist ul li .news_title{font-size:18px; font-weight:700; line-height:1.2; -webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; margin-bottom:5px;}
.servicelist ul li .ptxt{line-height:26px; -webkit-line-clamp:4; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; color:#666;}
.servicelist ul li .news_more{border-top:1px #dddddd dotted; margin-top:20px; padding-top:20px;}
.servicelist ul li:hover{box-shadow:0 0 10px 0 #eaeaea; background:#fbfafa;}
@media screen and (max-width:1420px) {
.servicelist{margin-bottom:30px;}
.servicelist ul li .news_title{font-size:16px;}
}

@media screen and (max-width:1024px) {
.servicelist{margin-bottom:20px;}
.servicelist ul li .news_title{font-size:14px;}
}

@media screen and (max-width:992px) {
.servicelist ul{grid-template-columns:repeat(1, 1fr); gap:20px;}
.servicelist ul li{ padding:15px;}
.servicelist ul li .imgbox{width:100%; float:none; margin-bottom:15px;}
.servicelist ul li .news_box{width:100%; float:none; padding-left:0px;}
.servicelist ul li .news_title{font-size:16px; line-height:22px;-webkit-line-clamp:3; margin-bottom:5px;}
.servicelist ul li .ptxt{line-height:22px; height:auto;}
.servicelist ul li .news_more{padding-top:10px; margin-top:5px;}
}

















/*新闻*/
.newslist{display:block; margin:40px 0;}
.newslist ul{display:grid; grid-template-columns:repeat(3, 1fr); /* 一行三列 */  gap:40px;}
.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;}
.newslist ul li:hover{box-shadow:0 0 15px 0 #dedede; background:#f8f8f8;}
.newslist ul li .news_box{width:100%; box-sizing:border-box; position:relative; padding:20px;}
.newslist ul li .news_title{font-size:18px; font-weight:700; 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; margin-bottom:50px;}
.newslist ul li .news_date{background:url(../images/date.svg) left 5px no-repeat; background-size:18px; padding-left:25px; opacity:0.6; position:absolute; bottom:20px;}
@media screen and (max-width:1240px) {
.newslist ul li .news_title{font-size:14px; line-height:20px;}
}

@media screen and (max-width:1024px) {
.newslist ul li .news_title{font-size:14px; margin:0 0 5px 0; line-height:18px;}
}

@media screen and (max-width:992px) {
.newslist{margin:20px auto;}
.newslist ul{grid-template-columns:repeat(2, 1fr); gap:10px;}
.newslist ul li .news_box{padding:10px;}
.newslist ul li .news_title{font-size:14px; line-height:18px;-webkit-line-clamp:3;}
.newslist ul li .ptxt{line-height:18px; height:auto;}
.newslist ul li .news_date{background:url(../images/date.svg) left 0px no-repeat; background-size:16px; padding-left:22px;}
}



/*新闻详情页*/
.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;}
.news_xxjs{line-height:28px!important; word-break:break-word!important; overflow:hidden; margin-bottom:50px;}
.newstitle{font-size:24px; margin-bottom:10px; padding-bottom:10px; box-sizing:border-box; position:relative; font-family:"Oswald-Regular"; color:#59a933;}
.newstitle::before {content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:#ececec;}  
.news_xxjs p,.news_xxjs span{line-height:28px!important;font-size:14px!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:36px;line-height:1.2; font-family:"Oswald-Regular"; margin-bottom:10px;}
.news_title h1 span{ float:right;}

.pubdate{margin:0 0 10px 0; overflow:hidden; color:#999999; font-size:14px;}
.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:#ffffff;}
.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 10px; font-size:14px!important; border:1px #dddddd solid!important;line-height:20px!important;word-break:break-all!important;}
.news_xxjs td p,.news_xxjs td span{font-size:14px!important;line-height:20px!important;word-break:break-all!important;}
.news_xxjs th{padding:10px 10px; font-size:14px!important; border:1px #dddddd solid!important;line-height:20px!important;word-break:break-all!important;}
.news_xxjs th p,.news_xxjs th span{font-size:14px!important;line-height:20px!important;word-break:break-all!important;}

@media screen and (max-width:1024px) {
.news_title h1{font-size:24px;}
}

@media screen and (max-width:992px) {
.newsshow{padding:0px; border:none; margin:0; box-shadow:none;}
.news_xxjs{line-height:24px!important; font-size:12px!important; width:100%; overflow-x:auto; margin-bottom:20px;}
.newstitle{font-size:18px; line-height:20px; height: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; font-size:12px!important; border:1px #dddddd solid!important;line-height:16px!important;word-break:break-all!important;}
.news_xxjs td p,.news_xxjs td span{font-size:12px!important;line-height:16px!important;word-break:break-all!important;}
.news_xxjs th{padding:4px; font-size:12px!important; border:1px #dddddd solid!important;line-height:16px!important;word-break:break-all!important;}
.news_xxjs th p,.news_xxjs th span{font-size:12px!important;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;}
.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;}
@media screen and (max-width:992px) {
.Information{padding:10px;}
.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:700; text-transform:uppercase; color:#59a933;}
.lymain_right_news ul{overflow:hidden;}
.lymain_right_news ul li{width:100%; position:relative; box-sizing:border-box;}
.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:16px; line-height:20px; height:60px; font-weight:700;-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:14px; 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;}


/*contact us*/
.contact{padding:5% 0; box-sizing:border-box;}
.contact_box{display:block; overflow:hidden;}
.contact_box_left{float:left; width:50%;}
.contact_box_right{float:right; width:50%; padding-left:3%; box-sizing:border-box;}
@media screen and (max-width:992px) {
.contact_box_left{float:none; width:100%;}
.contact_box_right{float:none; width:100%; padding-left:0; margin-top:15px;}
}



/*右侧推荐的服务*/
.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:700; text-transform:uppercase; color:#59a933;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 24px; background:url(../images/files.svg) left center no-repeat; background-size:18px;}



/*产品左右分栏*/
.prod_box{width:100%; display:flex; align-items:stretch;/*左右两边的高度一致*/ box-sizing:border-box; margin:40px 0;}
.prod_box_right{float:right; width:76%; box-sizing:border-box; margin:0 0 0 3%;}
.prod_box_left{float:left; width:20%; 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:24px; color:#ffffff; background:#59a933; padding:14px 20px; box-sizing:border-box; border-radius:10px 10px 0 0; font-family: "Oswald-Regular";}
.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:18px 0; line-height:20px; box-sizing:border-box;border-bottom:1px #dddddd solid;font-weight:bold; cursor:pointer; font-size:16px;}
.d-firstNav:hover{color:#ff6600;}
.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:14px 10px 14px 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:#ff6600;}
#prodonsec a{color:#ff6600;}

/*prod title*/
.prod_title{width:100%;box-sizing:border-box;position:relative; margin-bottom:30px;}
.prod_title h1{font-size:36px;line-height:1.2;font-weight:700; margin-bottom:5px;font-family:"Oswald-Regular";}
.prod_title_txt{opacity:0.7; margin-bottom:20px;}
@media screen and (max-width:992px){
.prod_title{margin-bottom:20px;}
.prod_title h1{font-size:24px; line-height:1.5; margin-bottom:10px;padding:0;}
}


/*product details*/
.prod_details_end_box{overflow:hidden; padding:25px; box-sizing:border-box; border-radius:5px; border:1px #ececec solid; margin-bottom:30px;}
.prod_details_end_box h2{font-size:24px; margin-bottom:10px; padding-bottom:10px; box-sizing:border-box; position:relative; font-family:"Oswald-Regular"; color:#59a933;}
.prod_details_end_box h2::before {content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:#ececec;}  
.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{display:-webkit-box; width:auto!important; overflow-x: auto; overflow-y: hidden; min-width:100%; border:none;}
.prod_details_end_txt table tr:nth-child(odd){background-color:#f5f5f5;}
.prod_details_end_txt table tr:nth-child(even){background-color: #fdfdfd;}
.prod_details_end_txt table tr:first-child{background-color:#777777; color:#ffffff;}
.prod_details_end_txt td{padding:10px; font-size:14px!important; border:1px #CCCCCC solid!important;line-height:20px!important;word-break:initial!important;}
.prod_details_end_txt td p,.prod_details_end_txt td span{font-size:14px!important;line-height:20px!important;word-break:initial!important;}
.prod_details_end_txt th{padding:10px; font-size:14px!important; border:1px #CCCCCC solid!important;line-height:20px!important;word-break:initial!important; font-weight:normal;}
.prod_details_end_txt th p,.prod_details_end_txt th span{font-size:14px!important;line-height:20px!important;word-break:initial!important;font-weight:normal;}
.prod_details_end_txt img{width:auto; max-width:100%; margin:0 auto; display:inline; height:auto;}
.prod_details_end_txt a{color:#ff3300;}
@media screen and (max-width:992px){
.prod_details_end_box{margin-bottom:20px; padding:20px;}
.prod_details_end_box h2{font-size:18px; line-height:20px; height:auto;}
.prod_details_end_txt{line-height:20px!important;}
.prod_details_end_txt p,.prod_details_end_txt span{line-height:20px!important;}
.prod_details_end_txt table{display: -webkit-box; width:auto!important; white-space: nowrap; overflow-x: auto; overflow-y: hidden;}
.prod_details_end_txt td{padding:8px; font-size:12px!important; 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{font-size:12px!important;line-height:16px!important;word-break:initial!important;}
.prod_details_end_txt th{padding:8px; font-size:12px!important; 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{font-size:12px!important;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;}
}


.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; border:1px #ececec solid; box-sizing:border-box;}
.prodcate_box_txt{text-align:center; margin-top:5px;}
@media screen and (max-width:992px){
.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:1420px){
.prodcate_box2ul li .titlename{font-size:16px;}
}
@media screen and (max-width:1240px){
.prodcate_box2ul li .titlename{font-size:14px;}
}
@media screen and (max-width:992px){
.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:1420px){
.prodcate_box3ul li .titlename{font-size:16px;}
}
@media screen and (max-width:1240px){
.prodcate_box3ul li .titlename{font-size:14px;}
}
@media screen and (max-width:992px){
.prodcate_box3{margin:20px 0;}
.prodcate_box3ul{grid-template-columns:repeat(2,1fr); gap:20px;}
}



/*产品中心*/
.proddetail{margin:0; overflow:hidden;}
.prod_details_top{margin:0 0 50px 0; overflow:hidden; display:flex; align-items:stretch;}

.product_right_top_left{flex:1; max-width:43%;}
.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:60%; padding-left:3%;}
.product_right_top_right h1{font-size:36px; padding-bottom:5px; line-height:1.2; font-family:"Oswald-Regular";}
.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;}

.product_right_top_right_tags{line-height:28px; width:100%; overflow:hidden; margin-bottom:30px; margin-top:10px;}
.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{margin-top:20px; overflow:hidden;}
.productlist_more{line-height:50px; background-color:#59a933; color:#fff; border-radius:5px; 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:#ff6600;}
.productlist_more_right{ margin-right:2%;}
@media screen and (max-width: 992px) {
.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 h1{font-size:18px; padding-bottom:10px;}
.product_right_top_right_tags{line-height:20px; margin-bottom:10px;}
.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{overflow:hidden; margin-top:30px; padding:30px; background:#ffffff; box-sizing:border-box; border:1px #efefef solid; border-radius:5px; box-shadow:2px 2px 5px 0 #f1f1f1;}
.prodcate_list_txt2 h2{font-size:24px; font-family:"Oswald-Regular"; margin-bottom:15px; padding-left:12px; position:relative; border-bottom:1px #dddddd dotted; padding-bottom:10px;}
.prodcate_list_txt2 h2::before{position:absolute; left:0; top:11%; width:4px; height:50%; background:#59a933; content: '';}
.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:1240px) {
.prodcate_list_txt2{padding:30px;}
.prodcate_list_txt2 h2{font-size:20px;}
}

@media screen and (max-width:992px) {
.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:3;}
}





.page404{ width:100%; margin:300px 0 200px 0; text-align:center;}
.page404 img{ width:auto; display:inline-block;}
@media screen and (max-width:992px) {
.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:992px) {
.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:700; 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:14px; color:#999999;}
.searchlist ul li p span{ margin-right:35px;}
@media screen and (max-width:992px) {
.searchlist{margin:20px 0; padding:20px;}
.searchlist h2{font-size:18px; margin-bottom:0px;}
.searchlist ul li{padding:10px 0px;}
}

.feedback{width:100%; padding:60px; box-sizing:border-box; margin:100px auto 100px; border-radius:5px; background:#ffffff;}
.feedback h2{font-size:24px;font-weight:700; color:#ff6600;}
.feedback h4{height:4px; width:50px; background:#ff6600; margin:20px 0;}
.feedback_btn{width:fit-content; height:40px; line-height:40px; background:#222222; 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:#ff3300; color:#fff;}
@media screen and (max-width:992px) {
.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:992px){
.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:700;}
#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:"Poppins-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:0.8;}
.msg_mail_input::-webkit-input-placeholder{color: #666666!important; opacity:0.8;}
.msg_textarea2::-webkit-input-placeholder{color: #666666!important; opacity:0.8;}
.msg_textarea2 {width:100%;line-height:24px; resize:none; color:#222222; padding:10px; box-sizing:border-box;}

.msg_submit_2{width:fit-content; height:45px; line-height:45px; text-align:center; color:#ffffff; background:#59a933; cursor:pointer; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; border-radius:50px; padding:0 30px; display:inline-block; margin-right:15px; font-size:16px;}
.msg_submit_2:hover{ background:#ff6600; color:#ffffff;}

.msg_cancel{width:fit-content; height:45px; line-height:45px; text-align:center; color:#ffffff; background:#626262; cursor:pointer; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; border-radius:50px; padding:0 30px; display:inline-block;font-size:16px;}
.msg_cancel:hover{ background:#ff6600; color:#ffffff;}

@media screen and (max-width:992px) {
#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;}
}
