﻿/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6,hr, p, blockquote, dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,legend, button, input, textarea, label,th, td, a, img {
    margin: 0; padding: 0; border: 0; outline: 0;
} 
/*清除内外边距*/
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%;}
ul, ol, li, dl, dt, dd {list-style: none;list-style-type: none;}
body { margin: 0px;padding: 0px; background-color: #fff; overflow-x:hidden; } 
table { table-layout: fixed; word-wrap: break-word; } 
i{font-style:normal;}
img { vertical-align:middle; border: none;}
a {color: #444; text-decoration: none;}
/*a:hover {color: #e95903;text-decoration: none;} */
 
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html .clearfix { zoom: 1; }
/* IE6 */
*:first-child + html .clearfix { zoom: 1; }
/* IE7 */
.clear { clear: both; } 
.fl_l { float: left; } 
.fl_r { float: right; } 
 
/*PC*/
@media screen and (min-width: 640px) {
    body{ font-family:"Calibri"; font-size: 14px; padding-top:0px; }
    .wid{max-width:1200px; margin:0 auto;}
       
    .mbnavbox{display:none;}
    .navbox {height: 100px; background:#f5f9f8; position:fixed; top:0; left:0; width:100%; z-index:99991; box-shadow:0 5px 10px -5px #ddd; } 
    .navwrap{display:flex; justify-content:space-between; align-items:center; }
    .navlogo{width:260px; flex-shrink:0;} 
    
    .navcont{flex-grow:1; display:flex; justify-content:space-between; align-items:center;}
    .navigate{font-family:'DIN'; flex-grow:1;  height:100px; padding:0 70px 0 80px; box-sizing:border-box; display:flex; justify-content:space-between; }
    .navigate li{ height:100px; overflow:hidden;}
    .navigate li a{ display:flex; height:100px; align-items:center;  text-align:center; font-size:16px; color:#030303; position:relative;}
    .navigate li a:hover{color:#7fb63a;} 
    .navigate li a:hover::after{content:' '; position:absolute; width:35px; height:3px; background:#7fb63a; bottom:1px; left:0; right:0; border-radius:2px; margin:0 auto;}
    
    .navigate li a.currnav{color:#7fb63a;} 
    .navigate li a.currnav::after{content:' '; position:absolute; width:35px; height:3px; background:#7fb63a; bottom:1px; left:0; right:0; border-radius:2px; margin:0 auto;}
     
    .navlang{height:46px; } 
    .navlang .mbmenu{display:none;}
    .navlang .mbmenu img{display:none;}

    .navlang li.mblang{display:flex; align-items:center; position:relative; padding:0 10px; color:#3f4040; height:46px; } 
    .navlang li.mblang::after{content:' '; position:absolute; width:1px; height:20px; top:5px; left:0; margin-top:10px; border-left:solid 1px #838383;} 
    
    .navlang li:last-child{padding-right:16px; cursor:pointer;} 
    .navlang li:last-child:hover .language{display:block; white-space:nowrap; }
    .language{display:none;
        background:#fff; border-top:none; border-bottom-left-radius:5px; border-bottom-right-radius:5px; position:absolute; top:46px; left:0; z-index:99;  width:100%; padding:0px 10px; box-sizing:border-box;
         box-shadow:0 3px 3px #ddd,
             -3px 0 3px #ddd,
             3px 0 3px #ddd; white-space:nowrap; 
         
    }
    .language a{color:#444; white-space:nowrap; display:block; line-height:36px; padding-left:26px; border-bottom:solid 1px #f2f2f2;}
    .language a:last-child{ border-bottom:solid 1px transparent;}

    .language a.lang_ch{background:url('/images/Ch.png') no-repeat 0 center; background-size:20px 20px; }
    .language a.lang_en{background:url('/images/En.png') no-repeat 0 center; background-size:20px 20px; }
    .language a.lang_jp{background:url('/images/Jap.png') no-repeat 0 center; background-size:20px 20px; }
     
    .bannerbox{overflow:hidden; background:#d9e6b1; position:relative;}
    .bannerbox img{width:100%;} 
    .bannercover{background:url(/images/banner_cover.png) no-repeat center bottom; width:100%; height:144px; position:absolute; left:0; bottom:0; z-index:8999;}
    
    .indexbanner>img{vertical-align:middle; outline:none;}
    .indexbanner img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		transform:scale(1.1, 1.1);
	}
	.swiper-slide-active .indexbanner img,.swiper-slide-duplicate-active .indexbanner img{
		transition:6s linear;
		transform:scale(1,1);
	}

    .indexproductsbox{background:#d9e6b1; padding:20px 0 40px; overflow:hidden;}
    .indexproductswrap{display:flex; flex-direction:column; text-align:center;}
    .indexproductswrap>h3{color:#607840; font-size:36px; font-weight:bold; font-family:Arial;}
    .indexproductswrap>h4{ font-size:34px; padding:10px 0; font-weight:bold; }

    .indexproductstype{ margin:50px 0 30px; display:flex; justify-content:space-between;} 
    .indexproductstype ul.indextypelist{display:flex; justify-content:space-between; flex-grow:1; } 
    .indexproductstype ul.indextypelist li a{display:inline-block; padding:0 10px; border:solid 1px #7fb63a; height:46px; line-height:46px; border-radius:23px; font-size:16px; }  
    .indexproductstype ul.indextypelist li a:hover{background:#7fb63a; color:#fff; color:#fff;}
    .indexproductstype ul.indextypelist li a.currtype{background:#7fb63a; color:#fff;}

    .indexproductstype ul.typemore{width:50px; margin-left:15px; flex-shrink:0; position:relative; cursor:pointer;}   
    .indexproductstype ul.typemore .more{font-size: 45px; color: #7fb63a;} 
    .indexproductstype ul.typemore:hover .more{ color: #66932A; }  
    .moretypelist{display:none; position:absolute; top:46px; right:0; white-space:nowrap; z-index:9999;}
    .moretypelist a{display:block; border:solid 1px #7fb63a; width:145px; height:46px; line-height:46px; border-radius:23px; font-size:16px; margin:10px 0;}
    .moretypelist a:hover{background:#7fb63a; color:#fff;} 
    .indexproductstype ul.typemore:hover .moretypelist{display:block;}  
      
    .indexproductshow {/*display:flex; justify-content:space-between; flex-wrap:wrap;*/}
    .ProductSwiper{height:700px;} 
    .ProductSwiper .swiper-slide { 
        height: calc((100% - 30px) / 2) !important;
    } 
    .indexprolist{background:#fff; border-radius:10px; padding:20px 20px 0px; width:275px; height:330px; margin-bottom:20px; box-sizing:border-box; position:relative;}
    .indexprolist .watermark{display:block; width:120px; height:30px; background:url(/images/watermark.png) no-repeat; position:absolute; top:20px; left:20px;}
    .indexprolist .proimg{height: 235px; width: 235px; overflow:hidden; margin-top:30px;}
    .indexprolist .proimg>img{height: 235px; width: 235px; object-fit: cover; transition:all 1s;}
    .indexprolist .proimg:hover>img { transform: scale(1.1); } 
    .indexprolist .proname{display:flex; justify-content:space-between; align-items:center; font-size:16px;}
    .indexprolist .proname>i{ font-size:22px;}

    .indexservicebox{background:#ecf0ef url(/images/service_bg.jpg) no-repeat right 0; padding:70px 0;}
    .indexservicewrap{display:flex; flex-direction:column; text-align:center;}
    .indexservicewrap>h3{color:#607840; font-size:36px; font-weight:bold; font-family:Arial;}
    .indexservicewrap>h4{ font-size:34px; padding:10px 0; font-weight:bold; }

    .serviceswiper{margin-top:30px;}
    .indexservicelist{background:#fff; border-radius:30px; overflow:hidden; padding:0px 0px; width:290px; height:440px; box-sizing:border-box; text-align:center;}
    .indexservicelist .indexserviceimg{width:290px; height:220px; overflow: hidden; text-align:center; position:relative;}
    .indexservicelist .servicecover{background:url(/images/service_cover.png) no-repeat; width:100%; height:50px; position:absolute; left:0; bottom:0;}
    .indexservicelist .indexserviceimg>img{width: 100%; height: 100%; object-fit: cover; transition:all 1s;  }
/*    .indexservicelist .indexserviceimg:hover>img { transform: scale(1.1); } */

    .indexservicelist ul{margin:20px 0 20px;}
    .indexservicelist ul li{padding:0px 0;}
    .indexservicelist ul li:first-child{font-size:22px; font-weight:bold; color:#000;}
    .indexservicelist ul li:last-child{font-size:14px; color:#676767; margin-top:5px;}
    .indexservicelist p{padding:0 25px; font-size:16px; color:#929292; height:40px;} 
    .indexservicelist span.view{display:inline-block; margin-top:20px; width:100px; height:40px; line-height:40px; background:#7fb63a; color:#fff; text-align:center; border-radius:20px; }
    .indexservicelist:hover span.view{background:#a3d169; color:#fff;}
    
    /*.indexproductshow .swiper {
        --swiper-theme-color: #a9abaa;
        --swiper-pagination-color: #003e52;
        --swiper-navigation-size: 20px;
    }*/ 
    .ServiceSwiper{height:480px;}
    .evtpaginationbox { position: absolute;left:0; right:0; bottom:0; width: 160px; height: 70px; margin: 0px auto; --swiper-navigation-size: 0px;}
    .evtpaginationbox .swiper-button-prev { position: absolute; top: 0; left: 0; width: 70px; height: 70px; background:url(/images/evt_prev.png) no-repeat; }
    .evtpaginationbox .swiper-button-prev:hover { background:url(/images/evt_prev_curr.png) no-repeat;}
    .evtpaginationbox .swiper-button-next { position: absolute; top: 0; right: 0; width: 70px; height: 70px; background:url(/images/evt_next.png) no-repeat;}
    .evtpaginationbox .swiper-button-next:hover {background:url(/images/evt_next_curr.png) no-repeat; }
    .evtpaginationbox .swiper-button-next:after, .evtpaginationbox .swiper-button-prev:after {display:none!important;}

    .choosebox{background:#f5f9f8 url(/images/profile_bg.jpg) no-repeat center top; min-height:500px; padding:20px 0 80px;}
    .choosewrap{}
    .choosewrap>h3{ font-size:26px; font-weight:bold; font-family:Arial; text-align:center; color:#fff;}
    .choosewrap>h4{ font-size:34px; padding:10px 0; font-weight:bold; text-align:center; color:#fff;}
    .chooseinfobox{display:flex; justify-content:space-between; margin-top:150px;}
    .chooseinfowrap>h3{ font-size:36px; font-weight:bold; color:#5e7a40;}
    .chooseinfowrap>h4{ font-size:24px; padding:10px 0; font-weight:bold; color:#797979;}

    .chooseprofile{margin:60px 0 65px; width:530px;}
    .chooseprofile p{color:#646464; line-height:2; font-size:18px;}
    
    .querybtn{display:block; background:url(/images/zx.png) no-repeat 25px center; width:190px; height:60px; line-height:60px; font-size:16px; text-align:center; color:#616161; border:solid 1px #e1e1e1; border-radius:30px; padding-left:28px;}
    .querybtn:hover{border:solid 1px #7fb63a; color:#fff; background:#7fb63a url(/images/zx1.png) no-repeat 25px center;}

    .choosesmallpic{width:630px; height:120px; margin-top:100px;}
    .smallpic{width:150px; height:100px; border-radius:20px; cursor:pointer;}
    .choosebigpic{width:535px; height:630px; border-radius:40px; overflow:hidden;}
    .mbchoosebox{display:none!important;}
    
    .indexprocessbox{padding:70px 0;}
    .indexprocesswrap{display:flex; flex-direction:column; text-align:center;}
    .indexprocesswrap>h3{color:#607840; font-size:36px; font-weight:bold; font-family:Arial;}
    .indexprocesswrap>h4{ font-size:34px; padding:10px 0; font-weight:bold; }
    
    .processswiper{margin-top:30px;} 
    .ProcessSwiper{padding-bottom:50px; height:300px;}
    .indexprocesslist{background:#fff; border-radius:10px; padding:0px 0px; width:185px; height:250px; border:solid 1px #e5e5e5; box-sizing:border-box; text-align:center; position:relative;}
    .indexprocesslist .indexprocessimg{margin-top:30px; width:185px; height:60px; overflow: hidden; display:flex; justify-content:center; align-items:center;} 
    .indexprocesslist .indexprocessimg>img{ } 
    .indexprocesslist h4{margin:20px 0 10px; padding:0px 0; font-size:18px; color:#000;} 
    .indexprocesslist p{padding:0 25px; font-size:14px; color:#929292;} 
    .indexprocesslist span.view{display:inline-block; position:absolute; left:0; right:0; bottom:-30px; font-size:18px; font-weight:bold; font-family:Arial; margin:0 auto; width:60px; height:60px; line-height:60px; background:url(/images/dzseq_bg.png) no-repeat; color:#607840; text-align:center; border-radius:20px; }
    .indexprocesslist:hover span.view{ background:url(/images/dzseq_bg1.png) no-repeat;  color:#fff;}


    .indexprofilebox{background:url(/images/about_bg.png) no-repeat center top; background-size:100% 710px; min-height:710px; padding:0px 0; position:relative;}
    .indexprofile_leftbg{background:url(/images/about_bld.png) no-repeat 0 0; position:absolute; width:1100px; height:640px; left:0; bottom:0; z-index:10}
    .indexprofilewrap{background:url(/images/about_profile_bg.png) no-repeat center top; overflow:hidden; position:absolute; top:0; left:0; right:0; margin:0 auto; z-index:99;}  
    .indexprofilewrap .indexprofile{display:flex; justify-content:space-between; /*background:#e8f0d8; */min-height:654px; margin-top:55px; }
    .indexprofilewrap .indexprofile .profilewrap{margin-top:100px; width:590px; }
    .indexprofilewrap .indexprofile .profilewrap>h3{ font-size:32px; font-weight:bold; font-family:Arial; color:#607840;}
    .indexprofilewrap .indexprofile .profilewrap>h4{ font-size:28px; padding:10px 0 0; font-weight:bold; color:#000;}
     
    .indexprofilewrap .indexprofile .profilewrap .profile{padding:40px 0 50px;}
    .indexprofilewrap .indexprofile .profilewrap .profile p{line-height:2.2; font-size:16px; color:#646464}
    
    .indexprofilewrap .indexprofile .profilepic{width:610px; background:#e8f0d8; display:flex; justify-content:center; padding-top:80px; }
    .indexprofilewrap .indexprofile .profilepic ul li{margin:0 10px 20px; width:201px; height:197px; display:flex; flex-direction:column; justify-content:center; align-items:center;}
    .indexprofilewrap .indexprofile .profilepic ul li>span{font-size:55px; color:#fff; font-weight:bold; font-family:DIN;}
    .indexprofilewrap .indexprofile .profilepic ul li>span>i{font-size:16px; color:#fff; font-weight:normal; font-family:'Microsoft YaHei';}
    .indexprofilewrap .indexprofile .profilepic ul li>i{font-size:16px; color:#fff; font-weight:normal; font-family:'Microsoft YaHei';}
    .img_l{}
    .abmg_01{background:url(/images/about_01.png) no-repeat;}
    .abmg_02{background:url(/images/about_02.png) no-repeat;}
    .abmg_03{background:url(/images/about_03.png) no-repeat;}
    .abmg_04{background:url(/images/about_04.png) no-repeat;}
    .img_r{margin-top:60px;}
      
    .explore{display:block; margin-top:30px;  width:190px; height:60px; line-height:60px; font-size:18px; text-align:center; color:#7fb63a; border:solid 1px #7fb63a; border-radius:30px; }
    .explore:hover{border:solid 1px #7fb63a; background:#7fb63a; color:#fff; }
     

    .indexnewsbox {padding:70px 0;} 
    .indexnewswrap{}
    .indexnewswrap>h3{color:#607840; font-size:36px; font-weight:bold; font-family:Arial; text-align:center;}
    .indexnewswrap>h4{ font-size:34px; padding:10px 0; font-weight:bold;  text-align:center;}

    .indexnewstype{ display:flex; justify-content:center; box-sizing:border-box; margin-top:40px; border-bottom:solid 1px #eee; padding-bottom:40px; }
    .indexnewstype li{text-align:center; margin-right:30px; } 
    .indexnewstype li a { color: #6b6b6b; display:inline-block; outline: none; font-size: 16px; width:170px; height:48px; line-height:48px; } 
    .indexnewstype li a:hover,.indexnewstype li a.seltype{ color:#fff; background:#7fb63a; font-size: 16px; border-radius:24px;} 
      
    .indexnewscontbox{margin-top:40px;}
    .inner_contentbox{display:none; margin:0px 0px 20px; height:410px; } 

    .indexnewslist{width:380px; height:405px; border:solid 1px #eee; box-sizing:border-box; overflow:hidden;}
    .indexnewslist>.nimg{width:380px; height:240px; overflow:hidden;}
    .indexnewslist>.nimg>img{width:380px; height:240px; transition:all 1s; object-fit:cover; }
    .indexnewslist:hover>.nimg>img { transform: scale(1.1); }
    .indexnewslist>ul>.ntype { font-size:14px; color:#7fb63a; padding:20px 20px 0px; height:30px;}
    .indexnewslist>ul>.ntit { font-size:18px; color:#000; padding:0px 0px 10px; margin:0 20px; height:50px; border-bottom:solid 1px #eee;}
    .indexnewslist>ul>.ntime { font-size:16px; color:#777777; padding:0px 20px; height:53px; line-height:53px; position:relative; background:url(/images/arr_r.png) no-repeat center right 20px;}
    .indexnewslist>ul>.ntime>i.progress{position: absolute; display:block; width: 1px; height: 3px; left: 0; bottom: 0; overflow: hidden; }
     
    .indexnewslist:hover>ul>.ntime { background:url(/images/arr_r_curr.png) no-repeat center right 20px; }
    .indexnewslist:hover>ul>.ntime>i.progress {
        -webkit-animation: newslinehorizontal .8s linear forwards;
        animation: newslinehorizontal .8s linear forwards;
    }
    
    @-webkit-keyframes newslinehorizontal {
        from {
            background:#7fb63a;
            width: 0;
        }

        to {
            background:#7fb63a;
            width: 100%;
        }
    }

    @keyframes newslinehorizontal {
        from {
            background:#7fb63a;
            width: 0;
        }

        to {
            background:#7fb63a;
            width: 100%;
        }
    }

    .inner_contentbox .newsSwiper {
        height:460px;
        --swiper-theme-color: #7fb63a;
       /* --swiper-pagination-color: #17348a;*/
        --swiper-navigation-size:12px;
        position:relative;
    } 

    .inner_contentbox .swiper-pagination{ bottom:10px;}
     
    .paginationbox { position: absolute; bottom:-10px; left:200px; width: 80px; height: 20px; margin: 40px auto 0; }
    .paginationbox .swiper-button-prev { position: absolute; top: 0; left: 0; color: #d7d7d7; width: 12px; height: 12px; }
    .paginationbox .swiper-button-prev:hover { color: #17348a; }
    .paginationbox .swiper-button-next { position: absolute; top: 0; right: 0; color: #d7d7d7; width: 12px; height: 12px; }
    .paginationbox .swiper-button-next:hover { color: #17348a; }
    /*.paginationbox .swiper-pagination-fraction { padding-top:10px;}*/

    .feedbackbox{background:url('/images/feedback_bg.jpg') no-repeat center 0; height:575px; padding:110px 0;}
    .feedbackwrap{display:flex; text-align:center; flex-direction:column;}
    .feedbackwrap h3{font-family:'DIN'; font-size:34px; padding:10px 0; color:#fff;}
    .feedbackform{display:flex; flex-wrap:wrap; justify-content:space-between; padding:30px 0 0;}
    .txt{background:rgba(255,255,255, 0.8); padding:15px 20px; box-sizing:border-box; width:30%; height:45px; line-height:45px; border-radius:32px; font-size:16px;}
    .mtxt{background:rgba(255,255,255, 0.8); padding:15px 20px; box-sizing:border-box; width:100%; line-height:22px; border-radius:32px; font-size:16px; height:190px; margin-top:30px; font-family:'Calibri'; resize:none;}

    .feedbtn{margin:80px 0 0; display:flex; align-items:center; justify-content:center;}
    .sumitbtn{border:none; color:#fff; width:280px;height:70px; border-radius:35px;font-size:18px; font-weight:bold; cursor:pointer; background:#ea5903 url('/images/arrow.png') no-repeat right 30px center; text-align:left; text-indent:40px;}
    .gotel{display:flex; align-items:center; color:#fff; width:280px; height:70px; font-size:18px; border-radius:35px; font-weight:bold; margin-left:45px; background:#003e52 url('/images/arrow.png') no-repeat right 30px center; text-align:left; padding-left:40px;}
    .gotel img{width:20px;}
    .gotel span{margin-left:10px;}

    .contactbox{padding:70px 0;}
    .contactwrap{display:flex; justify-content:space-between; }
    .contact{border:solid 1px #dfdfdf; border-radius:10px; padding:20px 30px 30px; width:32%; box-sizing:border-box; }
    .contact h3{font-size:21px; color:#003e52; font-weight:bold; text-align:center; text-transform:uppercase; height:50px; line-height:50px; border-bottom:solid 1px #003e52;}
    .contact .clogo{text-align:center; padding:20px 0 10px;}
    .contact h4{font-size:20px; font-weight:bold; text-align:center; text-transform:uppercase; margin:20px 0 25px; height:50px;}
    .contact ul{color:#000; line-height:24px; font-size:16px;}
    .contact ul li{margin-bottom:10px;}
    .contact ul li:last-child{margin-bottom:0px!important;}

    .footerbox{background:#66932a;}
    .rlogobox{height:150px; border-bottom:solid 1px #93b06c; display:flex; justify-content:space-between; align-items:center;}
    .rlogobox ul li{color:#fff;  text-align:right;}
    .rlogobox ul li:first-child{ font-size:30px; font-family:DIN; font-weight:bold; font-family:DIN; margin-bottom:10px;}
    .rlogobox ul li:last-child{font-size:24px; font-weight:bold; font-family:Arial;}
    .rlogobox ul li:last-child span{ }
     
    .flinkbox{display:flex; justify-content:space-between; margin-top:70px; }
    .flinkwrap{ }
    .msgbox h4{padding-bottom:20px; font-size:22px; color:#eef2ea;}
    .msgbox a{display:inline-block; background:#d9e6b1; width:300px; height:60px; border-radius:10px; text-align:center; line-height:60px; color:#758a54; font-size:16px; }
    .msgbox a:hover{background:#cddca0;}

    .flinkicon{height:60px; padding:32px 0 0; width:100%; }
    .flinkicon img{margin:0 20px 0 0;}
   
    .footernavbox {width:700px; display:flex; justify-content:space-between; }
    .footernavbox ul{box-sizing:border-box; }
    .footernavbox ul li.pm{font-weight:bold; font-size:16px; color:#fff; margin-bottom:20px;  text-align:left;}
    .footernavbox ul li.cm{font-size:13px; color:#c1d1b0; } 
    .footernavbox ul li.cm a{display:block; line-height:30px; color:#c1d1b0; text-align:left; white-space:nowrap;}
    .footernavbox ul li.cm a:hover{color:#fff;}
    .footernavbox ul li.hd{display:none;}
    .footernavbox ul li>i{display:inline-block; width:16px; height:16px; margin:0 auto; cursor:pointer; background:url(/images/folder.png) no-repeat; }
    .footernavbox ul li>i.unfolder{background:url(/images/unfolder.png) no-repeat; }

    .bottomwrap{height: 80px; margin-top:30px; display:flex; justify-content:space-between; align-items:center; color:#c1d1b0; font-size:15px; }
    .bottombox span{}
     
    /*.frbox{position:fixed; right:0; bottom:100px; width:60px; height:280px; z-index:99999;} */
           
    .frbox { position: fixed; right: 0; top: 50%; z-index: 9999; font-size: 13px;}
    .frbox a{ text-decoration:none; }
    .frbox img { display: block; width: 100%; height: auto; }
    .frbox01 .icon { display: block; /*background: url(/images/fr_icon.png) no-repeat;*/ margin: 0 auto 6px;}
    .frbox01 { width: 60px; color: #fff; text-align: center; }
     
    .frbox01 .show-status { position: relative; }
    .frbox01 .hver {display:flex; justify-content:center; align-items:center; flex-direction:column; } 
    .frbox01 .hver:hover { background-color: #e7b123; border-color: #e7b123;} /*颜色更改*/
    .frbox01 .hver:hover>p { color: #fff; }

    /*邮箱*/
    .frbox01 .kf-email { border-top-left-radius: 10px; border-bottom-left-radius: 10px; background:#84b942; height:60px; }
    .frbox01 .kf-email>i { width: 25px; height: 25px; background:url(/images/fr_kf.png) no-repeat; }
    /*.frbox01 .kf-email:hover>i { background-position: -30px -80px; }*/

    .frbox01 .kf-mobile {margin-top:10px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; background:#607840; height:60px; }
    .frbox01 .kf-mobile>i { width: 25px; height: 25px;  background:url(/images/fr_tel.png) no-repeat; }
    /*.frbox01 .kf-mobile:hover>i { background-position: -30px -32px; } */
      
    .frbox01 .back-top {width:60px; height:60px;  border-top-left-radius: 8px; border-bottom-left-radius: 8px; background:#e8f0d9;  margin-top: 10px; }
    .frbox01 .back-top p{color:#666;}
    .frbox01 .back-top i { width: 13px; height: 11px; background: url(/images/fr_icon.png) no-repeat -5px -98px; }
    .frbox01 .back-top:hover i { background: url(/images/fr_icon.png) no-repeat -30px -98px; }
    .frbox01 .back-top:hover p { color:#fff; }
     
    .frbox01 .mobile-infos{ background-color: #fff; border: solid 1px #84b942; position: absolute; right: 90px; z-index: 2; border-radius: 8px; display: none;}
    
    /*电话*/
    .frbox01 .mobile-infos { width: 260px; text-align: left; top: 0;}
    .frbox01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
    .frbox01 .mobile-infos>div i { width: 22px; height: 15px; background: url(/images/fr_icon.png) no-repeat -52px -80px; position: absolute; top: 22px; left: 20px; z-index: 2; }
    .frbox01 .mobile-infos .online1 { }
    .frbox01 .mobile-infos span { color:#b9b9b9; }
    .frbox01 .mobile-infos p { color: #607840; font-size: 18px; margin-top:6px; } 
    
    .frbox01 .kf-mobile:hover .mobile-infos{top:70px;}
    .frbox01 .kf-mobile:hover .mobile-infos>div i { width: 15px; height: 15px; background: url(/images/fr_icon.png) no-repeat -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
      
    .right { width: 12px; height: 12px; position: absolute; right: -12px; top: 24px;}
    .right-arrow1,.right-arrow2 { width: 0; height: 0; display: block; position: absolute; left: 0; top: 0; border-top: 6px transparent dashed; border-right: 6px transparent dashed; border-bottom: 6px transparent dashed; border-left: 6px white solid; overflow: hidden;}
    .right-arrow1 { left: 1px; border-left: 6px #84b942 solid;}
    .right-arrow2 { border-left: 6px white solid;}
      
    .mbfooter{padding:10px 0; background:#003e52; display:none; }
    .mbfooter ul{display:none; }
    .mbfooter ul>li:first-child{text-align:center;} 

    /*内页*/
    .inner_box{min-height:520px; margin-top:80px;}
    .innerbanner{box-sizing:border-box;}
    .innerbannerwrap{color:#fff; min-height:490px; display:flex; flex-direction:column; justify-content:center;}
    .innerbannerwrap h3{font-size:30px; font-weight:bold; font-family:Arial;}
    .innerbannerwrap .homepath{font-size:55px; margin-top:10px;}
       
    .inner_titbox{border-bottom:solid 1px #eee;}
    .inner_titwrap{display:flex; justify-content:space-between; align-items:center; height:80px; }
    .topmenu{display:flex; height:80px;}
    .topmenu li{flex-grow:1; position:relative;}
    .topmenu li:not(:last-child)::after{content:' '; width:1px; height:20px; background:#eee; position:absolute; top:30px; right:0;}
    .topmenu li a{display:block; width:160px; line-height:80px; text-align:center; border-bottom:2px solid transparent; color:#000; font-size:18px;}
    .topmenu li a:hover,.topmenu li a.curr{border-bottom:solid 2px #7fb63a; color:#7fb63a;}
    .topmenu li a:hover {background:#fff;} 
 
    .inner_about{padding:50px 0 5px; background:url(/images/inner_about_bg.jpg) no-repeat; background-size:100% 100%; }
    .inner_about_contbox{display:flex; justify-content:space-between; }
    .aboutbox h6 { font-size: 18px; height:35px; line-height:35px; padding-left:45px; font-weight: normal; color:#7fb63a; margin: 0px 0 20px 0px; background:url(/images/logo_s.png) no-repeat; }
    .aboutbox h4 { font-size: 42px; font-weight: normal; color:#7fb63a; margin: 0px 0 10px 0px; }
    .aboutbox h5 { font-size: 32px; font-weight: normal; color:#000; }
    .home{background:url('/images/home.png') no-repeat 0 center; padding-left:22px; color:#626262;}
    .home span{ color:#7fb63a;}
      
    .inner_about_content{width:630px; height:270px; box-sizing:border-box; padding:0 45px 0 0; font-size:16px; line-height:2.2; overflow:hidden; position:relative; color:#575757;} 
    .inner_about_content img{ max-width:800px; }
    .inner_about_des{padding-right: 20px;}
 
    .inner_about_numbox{height:180px; overflow:hidden; margin:50px auto;} 
    .inner_about_num{display:flex; width:100%; justify-content:space-between; align-items:center;} 
     
    .inner_about_num .numwrap{box-sizing:border-box; }  
    .inner_about_num .numwrap .num_img { } 
    .inner_about_num .numwrap .num_no { font-size: 55px; font-weight:bold; font-family:DIN; margin-top:30px; }
    .inner_about_num .numwrap .num_no>span{display:inline-block; font-weight:normal; width:25px; height:25px; line-height:25px; border-radius:50%; background:#7fb63a; text-align:center; color:#fff; font-size: 14px; font-family:'Microsoft YaHei'; }
    .inner_about_num .numwrap .num_info { font-size: 20px; margin-top:10px; }
 

    .inner_yjbox{background:url(/images/qyyj_bg.jpg) no-repeat; background-size:100% auto; height:900px; padding:100px 0 80px; box-sizing:border-box;}
    .culturebox h4 {font-size: 18px; width:80px; height:35px; padding-left:40px; line-height:35px; font-weight: normal; color:#fff; margin: 0px auto 20px; background:url(/images/logo_s1.png) no-repeat; }
    .culturebox h5 {text-align:center; font-size: 36px; font-weight: normal; color:#fff; }
    
    .culturewrap{display:flex; justify-content:space-between; flex-wrap:wrap;}
    .culturelist{position:relative; border-radius:10px; background:rgba(255,255,255,.9); padding:70px 30px 30px; margin-top:70px; width:32%; box-sizing:border-box; }
    .culturelist h3{font-size:24px; color:#000; margin-bottom:30px;}
    .culturelist p{font-size:15px; color:#373737; line-height:1.8;}

    .culturelist span{display:inline-block; width:84px; height:84px; position:absolute; left:25px; top:-40px;}
    .yj_01{background:url(/images/yj_01.png) no-repeat;}
    .yj_02{background:url(/images/yj_02.png) no-repeat;}
    .yj_03{background:url(/images/yj_03.png) no-repeat;}
    .yj_04{background:url(/images/yj_04.png) no-repeat;}
    .yj_05{background:url(/images/yj_05.png) no-repeat;}
    .yj_06{background:url(/images/yj_06.png) no-repeat;}
     
    .infobox{padding:20px 0; background:#f2f2f2;} 

    .pictitlist{ display:flex; justify-content:space-between; flex-wrap:wrap; padding-top:30px; } 
    .pictitlist:after{ content: ""; width: 380px; }
    .aboutlist{width:380px; height:405px; border:solid 1px #eee; background:#fff; margin-bottom:30px; box-sizing:border-box; border-radius:10px; overflow:hidden;}
    .aboutlist>.nimg{width:380px; height:270px; overflow:hidden;}
    .aboutlist>.nimg>img{width:380px; height:270px; transition:all 1s; object-fit:cover; }
    .aboutlist:hover>.nimg>img { transform: scale(1.1); }
    .aboutlist>.ntype { font-size:14px; color:#7fb63a; padding:20px 20px 0px; height:30px;}
    .aboutlist>.ntit { font-size:18px; color:#000; padding:30px 0px 10px; margin:0 20px; }
    .aboutlist>.ntime { font-size:16px; color:#777777; padding:5px 20px 0; height:65px; line-height:65px; position:relative; background:url(/images/arr_r1.png) no-repeat center right 20px;}
    .aboutlist>.ntime>i.progress{position: absolute; display:block; width: 1px; height: 3px; left: 0; bottom: 0; overflow: hidden; }
    
    .aboutlist:hover>.ntit { color:#7fb63a; }
    .aboutlist:hover>.ntime { background:url(/images/arr_r1_curr.png) no-repeat center right 20px; color:#7fb63a; }
    .aboutlist:hover>.ntime>i.progress {
        -webkit-animation: newslinehorizontal .8s linear forwards;
        animation: newslinehorizontal .8s linear forwards;
    } 

    .aboutbox{padding:20px 0;}
    .aboutshowbox{overflow:hidden; margin-top:10px!important;}
    .aboutwrap1{display:flex; justify-content:space-between; align-items: stretch; }
       
    .pictxtlist{margin-top:30px;}
    .pictxtlist a{display:flex; background:#fff; padding:20px; margin-bottom:30px; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; }
    .pictxtlist a .img{width:250px; height:160px; flex-shrink:0; overflow:hidden;} 
    .pictxtlist a .img>img{width:250px; height:160px; object-fit:cover; transition:all 0.8s;} 
    .pictxtlist a ul{ padding-left:20px; } 
    .pictxtlist a ul li.tit {color: #000; font-size: 22px; line-height:26px; height:50px; overflow: hidden; margin:10px 0 10px; }
    .pictxtlist a ul li.des { padding:0px 0 20px; line-height:1.8; color:#666;}
    .pictxtlist a ul li.view {height:35px; line-height:35px; text-align:right; background:url(/images/arround_r_gray.png) no-repeat; font-size:14px; color:#777; }
    .pictxtlist a .viewmore{
        width: 60px; height: 60px; line-height: 60px; flex-shrink:0; margin:40px 0 0 40px; font-size: 20px;
        color: #fff; font-family: serif; font-weight: bold; background: #e5e5e5;
        border-radius: 100%; text-align: center;
        transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out; 
    } 

    .pictxtlist a:hover{box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3); transform: translateY(-5px); -webkit-transform: translateY(-5px);}
    .pictxtlist a:hover .img>img{transform:scale(1.1);}
    .pictxtlist a:hover .viewmore{background:none; color:#7fb63a;}

    .newsprevnextbox { width: 1200px; margin: 50px auto; }
    .newsprevnextbox ul{ display:flex; justify-content:space-between;  border-top:solid 1px #dedede;  border-bottom:solid 1px #dedede; }
    .newsprevnextbox ul li{ }
    .newsprevnextbox ul li:first-child, .newsprevnextbox ul li:last-child {
        display:flex; width:500px; line-height: 70px; color:#1c1c1c; font-size:18px; box-sizing:border-box; padding:0 0px;
    }
    .newsprevnextbox ul li:last-child { text-align:right;}
    .newsprevnextbox ul li:first-child span, .newsprevnextbox ul li:last-child span{width:50px; color:#aaaaaa;}
    .newsprevnextbox ul li:first-child a, .newsprevnextbox ul li:last-child a,
    .newsprevnextbox ul li:first-child i, .newsprevnextbox ul li:last-child i
    {flex-grow:1; display:block; }
    .newsprevnextbox ul li:first-child i, .newsprevnextbox ul li:last-child i{color:#999;}
    .newsprevnextbox ul li.backlist {
        width:200px; box-sizing:border-box; height:70px; line-height:70px; font-size:18px; color:#545454; background:url(/images/back.png) no-repeat 30px center; 
    } 
    .newsprevnextbox ul li.backlist a{color:#545454; padding-left:60px;} 
    .newsprevnextbox ul li.backlist:hover a{color:#7fb63a;}
    .newsprevnextbox ul li:first-child:hover a, .newsprevnextbox ul li:last-child:hover a{color:#7fb63a} 
     
    .noinfo{font-size:16px; color:#000; text-align:center; margin-top:40px;}

    .infodetbox{padding:20px 0; background:#fff;}
    .aboutdetbox{overflow:hidden; padding-top:20px;}
    .aboutpic{text-align:center;}
    .aboutpic>img{max-width:1000px;}
    .abouttit{font-size:20px; color:#000; margin-top:20px; text-align:center;} 
    .aboutdet{line-height:1.8; padding:20px 0; color:#666; font-size:16px;}
    .aboutdet img{max-width:100%!important;}
     
    .newslistbox{min-height:200px;} 
    .newslistwrap{ margin-top:30px; display:flex; justify-content:space-between; flex-wrap:wrap; } 
    .newslistwrap:after{ content: ""; width: 400px; }
    .newslistwrap ul.newslist{ padding:15px 15px 30px; margin-bottom:35px; width:400px; border-radius:8px; box-sizing:border-box; position:relative; cursor:pointer;}
    
    .newslistwrap ul.newslist li.newslist_img { flex-shrink:0; width:370px; height:245px; border-radius:8px; overflow:hidden; }
    .newslistwrap ul.newslist li.newslist_img img { width: 370px; height: 245px; transition: all 1s;} 

    .newslistwrap ul.newslist li.newslist_time{ height:40px; line-height:40px; font-family:Arial; font-weight:bold; color:#7fb63a}
   
    .newslistwrap ul.newslist li.newslist_tit {height:100px; color:#000; font-size:22px; padding:0 0 5px; }
    .newslistwrap ul.newslist li.newslist_more{height:30px; background:url(/images/arr_r1_curr.png) no-repeat 0 center;}
   
    .newslistwrap ul.newslist:hover{background:#f0f5e0;}
    .newslistwrap ul.newslist:hover li.newslist_img img { transform: scale(1.1);}  
    .newslistwrap ul.newslist:hover li.newslist_tit { color:#7fb63a; } 

    .newsdetbox{overflow:hidden; padding-top:20px;}
    .newstit{font-size:26px; color:#000000; text-align:center }
    .newstime{ text-align:center; border-bottom:solid 1px #eee; margin-top:30px; padding-bottom:30px;}
    .newstime span{display:inline-block; border:solid 1px #eee; padding:10px 25px; border-radius:20px; margin:0 10px; font-size:16px; color:#898989;}
    .newsdet{line-height:1.8; padding:20px 0; font-size:16px; color:#545454; margin-top:20px;}
    .newsdet img{max-width:100%!important;}
      
    .sorticon{width:0px; height: 0px;  display:none!important;} 
    .frmask{position:fixed; width:0; height:0; top:0; left:0; display:none!important;}
     
    .productlistbox{ background:#f2f2f2;}
    .probox{padding:50px 0; display:flex; justify-content:space-between;}
    .prosort{width:280px;}
    .proschbox{}
    .proschwrap{ background:#fff; border:solid 1px #dedede; height:60px; padding:0 0 0 10px; box-sizing:border-box; display:flex; justify-content:space-between; align-items:center; border-radius:10px;}
    .schtxt{background:#fff; border:none; height:55px; padding:0 10px; font-size:15px; outline:none; }
    .schbtn{background:url(/images/sch.png) no-repeat center center; width:60px; height:60px; cursor:pointer;}
     
    .prosortlist{margin-top:20px;}
    .prosortlist li a{display:block; padding:20px 0; color:#000; font-size:18px; background:url(/images/sort_r.png) no-repeat right center; } 
    .prosortlist li a:hover{color:#7fb63a; background:url(/images/sort_r_curr.png) no-repeat right center;} 
    .prosortlist li a.currsort{color:#7fb63a; background:url(/images/sort_r_curr.png) no-repeat right center;}
      
    .prolistwrap{width:880px; }
    .prolist{display:flex; justify-content:space-between; flex-wrap:wrap; padding:0px 0; } 
    .prowrap{position:relative; margin:0px 0px 25px; box-shadow:0 0 10px 5px transparent; background:#fff; padding:20px 10px; border-radius:5px; width:275px; box-sizing:border-box;}
    
    .prowrap::before {
        top: 0; left: 0;
        border-top: 1px solid #7fb63a;
        border-right: 1px solid #7fb63a;
        border-bottom: 1px solid transparent;
        border-left: 1px solid transparent;
        border-radius:5px; 
    }
    .prowrap::after {
        bottom: 0; right: 0;
        border-top: 1px solid transparent;
        border-right: 1px solid transparent;
        border-bottom: 1px solid #7fb63a;
        border-left: 1px solid #7fb63a; 
        border-radius:5px; 
    }
    .prowrap::before, .prowrap::after{ 
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        z-index: 222;
        box-sizing: border-box;
        transition: height 0.5s linear 0s, width 0.5s linear 0.5s, opacity 0s linear 1s;
        opacity: 0;
    }

    .promark{ height:30px; background:url(/images/watermark.png) no-repeat center 0; }  

    .protit{text-align:center; font-weight:bold; color:#000; font-size:18px; margin-top:10px;}   
    .prospec{text-align:center; font-size:14px; color:#545353; padding:5px 0;}     
     
    .proimg{width:255px; height:255px; overflow: hidden; text-align:center;margin-top:10px;}
    .proimg>img{height: 100%; width: 100%; object-fit: cover; transition: all 1s; }
     
    .prowrap:hover::before, .prowrap:hover::after { width: 100%; height: 100%; transition: width 0.5s linear 0s, height 0.5s linear 0.5s; opacity: 1; }
    .prowrap:hover{box-shadow:0 0 10px 5px #e9e9e9; border-radius:5px; cursor:pointer;}
    .prowrap:hover .proimg>img {transform: scale(1.1);} 
    
    .prolist a:last-child:nth-child(3n + 2) { margin-right: calc((100% - 275px) / 2); }

     
    .proshowbox{overflow:hidden; width:880px; margin-top:0px;} 

    .proinfodetbox{background:#fff; padding:20px;}
    .proinfobox{display:flex; justify-content:space-between; margin-top:0px; }

    .proimgsbox{width:360px; height:360px; border:solid 1px #eee; } 
    .proimgsbox>img{width:360px; height:360px; object-fit:cover;}

    .proprofilebox{width:520px; overflow:hidden; padding:0 0px 0 20px; box-sizing:border-box;}
    .proprofilebox h4{ font-size:20px; font-weight:bold; line-height:50px; display:inline-block; border-bottom:solid 4px #7fb63a}
    .proprofile{line-height:2; margin-top:20px; font-size:15px; color:#787878;} 
    .proprofile img{max-width:100%!important;}
    
    .prodetbox{margin-top:20px; font-size:15px; color:#787878; line-height:2;}
    .prodetbox p,.prodetbox div{font-size:15px; color:#787878; line-height:2;}
    .prodetbox img{max-width:100%!important; margin:0 auto;}

    .proprevnextbox { width: 880px; margin: 50px auto; }
    .proprevnextbox ul{ display:flex; justify-content:space-between;  border-top:solid 1px #dedede;  border-bottom:solid 1px #dedede; }
    .proprevnextbox ul li{ }
    .proprevnextbox ul li:first-child, .proprevnextbox ul li:last-child {
        display:flex; width:355px; line-height: 70px; color:#1c1c1c; font-size:18px; box-sizing:border-box; padding:0 0px;
    }

    .proprevnextbox ul li:last-child { text-align:right;}
    .proprevnextbox ul li:first-child span, .proprevnextbox ul li:last-child span{width:50px; color:#aaaaaa;}
    .proprevnextbox ul li:first-child a, .proprevnextbox ul li:last-child a,
    .proprevnextbox ul li:first-child i, .proprevnextbox ul li:last-child i
    {flex-grow:1; display:block; }
    .proprevnextbox ul li:first-child i, .proprevnextbox ul li:last-child i{color:#999;}
    .proprevnextbox ul li.backlist {
        width:170px; box-sizing:border-box; height:70px; line-height:70px; font-size:18px; color:#545454; background:url(/images/back.png) no-repeat 15px center; 
    } 
    .proprevnextbox ul li.backlist a{color:#545454; padding-left:45px;} 
    .proprevnextbox ul li.backlist:hover a{color:#7fb63a;}
    .proprevnextbox ul li:first-child:hover a, .proprevnextbox ul li:last-child:hover a{color:#7fb63a} 

    .promorebox{margin-top:20px;}
    .promorebox>h4{background:#97c35d; height:45px; line-height:45px; text-align:center; font-size:18px; color:#fff;}

    .contactshowbox{margin-top:10px; padding-bottom:30px;}
    .contactshowbox>h4{font-size:36px; color:#000; font-weight:bold; height:50px; line-height:50px; text-align:center; margin-top:10px;}
    .contactshowbox>h5{font-size:18px; color:#595959; height:40px; line-height:40px; text-align:center;}
      
    .contactinfobox{margin-top:40px;} 
    .contactinfowrap{display:flex; justify-content:space-between; margin-top:20px; }
    .contactinfowrap ul{background:#fff; padding:30px; border-radius:5px; width:30%; box-sizing:border-box; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;} 
    .contactinfowrap ul:hover{box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3); transform: translateY(-5px); -webkit-transform: translateY(-5px);}
    .contactinfowrap ul li.wtit{padding-left:35px;}
    .contactinfowrap ul li.wtit>h5{font-size:18px; color:#2c2c2c;}
    .contactinfowrap ul li.wtit>h6{font-size:14px; color:#888888;}  
    .ct_address{background:url('/images/ct_address.png') no-repeat 0 0;}
    .ct_tel{background:url('/images/ct_tel.png') no-repeat 0 0;}
    .ct_email{background:url('/images/ct_email.png') no-repeat 0 0;} 
    .addressinfo{font-size:24px; color:#2c2c2c; margin-top:40px;}
    .wtinfo{font-family:Arial; font-size:32px; font-weight:bold; color:#2c2c2c; margin-top:40px;}
    .wtinfo a{color:#2c2c2c;}
    .wtips{font-size:16px; color:#2c2c2c;}

    .wmap{margin-top:40px; height:690px;  background:url(/images/map.jpg) no-repeat center 0; background-size:auto 100%; } 

    
    .contact_titwr{margin-top:50px; padding-bottom:50px; }
    .contact_titwr h4{font-size:36px; color:#000; font-weight:bold; height:50px; line-height:50px; text-align:center; margin-top:10px;}
    .contact_titwr h5{font-size:18px; color:#595959; height:40px; line-height:40px; text-align:center;}


    .lyform{padding-bottom:40px; display:flex; justify-content:space-between; flex-wrap:wrap;}
    .lyform ul{flex-grow:1; width:30%;} 
    .lyform ul>li:first-child{font-size:18px; color:#393939; line-height:60px; }
    .lyform ul>li:last-child .lytxt{border:solid 1px #efefef; width:360px; box-sizing:border-box; height:60px; line-height:60px; padding:0 10px 0 50px; border-radius:5px; font-size:16px; }
    .lyico_name{background:#f9f9f9 url('/images/ly_name.png') no-repeat 12px center; }
    .lyico_phone{background:#f9f9f9 url('/images/ly_phone.png') no-repeat 12px center; }
    .lyico_mail{background:#f9f9f9 url('/images/ly_mail.png') no-repeat 12px center; }
    .lyform ul>li:last-child .lytxtarea{border:solid 1px #efefef; width:100%; height:170px; line-height:30px; padding:20px 20px 20px 50px; resize:none; box-sizing:border-box; background:#f9f9f9 url('/images/ly_msg.png') no-repeat 12px 24px; border-radius:5px; font-size:16px; font-family:'Microsoft YaHei'; }
    .lybtnbox{width:100%; margin-top:40px; text-align:center;}
    .lybtn{width:250px; height:60px; line-height:60px; border:none; background:#7fb63a; text-align:center; color:#fff; font-size:18px; border-radius:8px;}
    .lybtn:hover{background:#9bcb60; cursor:pointer;}
     
}
    
/*Pad*/
/*@media screen and (min-width: 720px) and (max-width: 1280px) {   

}*/

/*Mobile*/
@media screen and (max-width: 640px) {  
    body{padding-bottom:85px;}
    .wid{max-width:100%; margin:0 auto;}

    .topnavhide{display:none;}
    .navbox {display:none;} 
    .navwrap{width:100%; display:flex; justify-content:space-between; align-items:center; background:#f5f9f8; height:60px;} 
    .navlogo{flex-shrink:0; padding-left:10px; display:flex; justify-content:space-between; align-content:center; }
    .navlogo img.logo{height:50px;}
    .mbmenu img{height:30px!important;}

    .navcont{position:relative; width:80px; height:40px; padding-right:10px; display:flex; justify-content:center; align-items:center; z-index:9999; }  
    .navlang{display:flex; justify-content:center; align-items:center; width:100%; } 
    .navlang li{position:relative; padding:0 10px; color:#fff; }   
    .navlang li.mbmenu{display:block;} 
    .navlang li:first-child{padding-right:5px; cursor:pointer; } 
    .navlang li:first-child:hover .language{display:block;}
    .language{display:none;
        background:#fff; border-top:none; border-bottom-left-radius:5px; border-bottom-right-radius:5px; position:absolute; top:44px; right:-50px; z-index:99;  width:120px; padding:10px 10px; box-sizing:border-box;
         box-shadow:0 3px 3px #ddd,
             -3px 0 3px #ddd,
             3px 0 3px #ddd; 
    }
    .language a{color:#444; display:block; line-height:36px; padding-left:26px; border-bottom:solid 1px #f2f2f2;}
    .language a:last-child{ border-bottom:solid 1px transparent;}

    .language a.lang_ch{background:url('/images/Ch.png') no-repeat 0 center; background-size:20px 20px; }
    .language a.lang_en{background:url('/images/En.png') no-repeat 0 center; background-size:20px 20px; }
    .language a.lang_jp{background:url('/images/Jap.png') no-repeat 0 center; background-size:20px 20px; }
     
    .navigate{
        display:none; font-family:'DIN'; 
        width:120px;
        padding:10px; box-sizing:border-box; position:absolute; top:44px; right:-10px; background:#fff; 
        z-index:9999;
         box-shadow:0 3px 3px #ddd,
             -3px 0 3px #ddd,
             3px 0 3px #ddd;  
    } 
    .navigate li{overflow:hidden; padding:10px 0; border-bottom:solid 1px #eee;}
    .navigate li:last-child{border-bottom:solid 1px transparent;}
    .navigate li a{display:inline-block; width:100%; text-align:center; font-size:14px; color:#030303;  }
    .navigate li a:hover{color:#e95903;} 
    /*.navigate ul li a:hover::after{content:' '; position:absolute; width:35px; height:4px; background:#e95903; bottom:4px; left:0; right:0; border-radius:2px; margin:0 auto;}*/
    
    .navigate ul li a.currnav{color:#e95903;} 
    /*.navigate ul li a.currnav::after{content:' '; position:absolute; width:35px; height:4px; background:#e95903; bottom:4px; left:0; right:0; border-radius:2px; margin:0 auto;}*/
      
    .bannerbox{overflow:hidden; background:#d9e6b1; position:relative;}
    .bannerbox img{width:100%;} 
    .bannercover{background:url(/images/banner_cover.png) no-repeat center bottom; background-size:auto 60px; width:100%; height:60px; position:absolute; left:0; bottom:0; z-index:8999;}
      
    .indexbanner>img{vertical-align:middle; outline:none;}

    .indexproductsbox{background:#d9e6b1; padding:10px 0; }
    .indexproductswrap{display:flex; flex-direction:column; text-align:center;} 
    .indexproductswrap>h3{color:#607840; font-size:22px; font-weight:bold; font-family:Arial;}
    .indexproductswrap>h4{ font-size:18px; padding:10px 0; font-weight:bold; }
     
    .indexproductstype{ margin:10px 10px 20px; display:flex; justify-content:space-between;} 
    .indexproductstype ul.indextypelist{display:flex; flex-grow:1; } 
    .indexproductstype ul.indextypelist li{margin-right:8px;}
    .indexproductstype ul.indextypelist li:nth-child(n+3){display:none;}

    .indexproductstype ul.indextypelist li a{display:block; border:solid 1px #7fb63a; height:40px; line-height:40px; padding:0 10px; border-radius:20px; white-space:nowrap; }  
    .indexproductstype ul.indextypelist li a:hover{background:#7fb63a; color:#fff; color:#fff;}
    .indexproductstype ul.indextypelist li a.currtype{background:#7fb63a; color:#fff;}

    .indexproductstype ul.typemore{width:40px; flex-shrink:0; position:relative; cursor:pointer;}  
    .indexproductstype ul.typemore .more{ font-size: 40px; color: #7fb63a;} 
    .indexproductstype ul.typemore:hover .more{ color: #66932A; }    
    .moretypelist{display:none; position:absolute; top:46px; right:0; white-space:nowrap; z-index:9999;}
    .moretypelist a{display:block; border:solid 1px #7fb63a; width:145px; height:46px; line-height:46px; border-radius:23px; font-size:16px; margin:10px 0;}
    .moretypelist a:hover{background:#7fb63a; color:#fff;} 
    .indexproductstype ul.typemore:hover .moretypelist{display:block;}  
      
    .indexproductshow {/*display:flex; justify-content:space-between; flex-wrap:wrap; */padding:0px 10px;} 
    .ProductSwiper{padding-bottom:30px;} 
    .ProductSwiper .swiper-slide { 
        width:48%;
        height: calc((100% - 30px) / 2) !important;
    } 
    .indexprolist{background:#fff; border-radius:10px; padding:10px 10px 15px; width:100%; margin-bottom:8px; box-sizing:border-box; position:relative;}
    .indexprolist .watermark{display:block; width:120px; height:30px; background:url(/images/watermark.png) no-repeat; background-size:100% 100%; position:absolute; top:10px; left:10px;}
    .indexprolist .proimg{height: 140px; width: 100%; overflow:hidden; margin-top:50px;}
    .indexprolist .proimg>img{height: 140px; width: 100%; object-fit: cover; }
    /*.indexprolist .proimg:hover>img { transform: scale(1.1); } */
    .indexprolist .proname{display:flex; justify-content:space-between; align-items:center; font-size:16px; margin-top:8px;}
    .indexprolist .proname>i{ font-size:22px;}
     
    /* 
    .indexproductshow .swiper {
        --swiper-theme-color: #a9abaa;
        --swiper-pagination-color: #003e52;
        --swiper-navigation-size: 20px;
    }*/
     
    .indexservicebox{background:#ecf0ef url(/images/service_bg.jpg) no-repeat right 0; padding:30px 0 10px;}
    .indexservicewrap{display:flex; flex-direction:column; text-align:center;}
    .indexservicewrap>h3{color:#607840; font-size:22px; font-weight:bold; font-family:Arial;}
    .indexservicewrap>h4{ font-size:18px; padding:10px 0; font-weight:bold; }

    .serviceswiper{margin:30px 10px;}
    .indexservicelist{background:#fff; border-radius:10px; overflow:hidden; padding:0px 0px; width:180px; height:330px; box-sizing:border-box; text-align:center;}
    .indexservicelist .indexserviceimg{width:180px; height:180px; overflow: hidden; text-align:center; position:relative;}
    .indexservicelist .servicecover{background:url(/images/service_cover.png) no-repeat; width:100%; height:50px; position:absolute; left:0; bottom:0;}
    .indexservicelist .indexserviceimg>img{width: 100%; height: 100%; object-fit: cover; transition:all 1s;  }
/*    .indexservicelist .indexserviceimg:hover>img { transform: scale(1.1); } */

    .indexservicelist ul{margin:10px 0 10px;}
    .indexservicelist ul li{padding:0px 0;}
    .indexservicelist ul li:first-child{font-size:18px; font-weight:bold; color:#000;}
    .indexservicelist ul li:last-child{font-size:14px; color:#676767;}
    .indexservicelist p{padding:0 25px; font-size:16px; color:#929292; display:none;} 
    .indexservicelist span.view{display:inline-block; margin-top:20px; width:100px; height:40px; line-height:40px; background:#7fb63a; color:#fff; text-align:center; border-radius:20px; }
    .indexservicelist:hover span.view{background:#a3d169; color:#fff;}
    
    /*.indexproductshow .swiper {
        --swiper-theme-color: #a9abaa;
        --swiper-pagination-color: #003e52;
        --swiper-navigation-size: 20px;
    }*/ 

    .ServiceSwiper{height:360px;}
    .evtpaginationbox { position: absolute;left:0; right:0; bottom:0; width: 160px; height: 70px; margin: 0px auto; --swiper-navigation-size: 0px;}
    .evtpaginationbox .swiper-button-prev { position: absolute; top: 0; left: 0; width: 70px; height: 70px; background:url(/images/evt_prev.png) no-repeat; }
    .evtpaginationbox .swiper-button-prev:hover { background:url(/images/evt_prev_curr.png) no-repeat;}
    .evtpaginationbox .swiper-button-next { position: absolute; top: 0; right: 0; width: 70px; height: 70px; background:url(/images/evt_next.png) no-repeat;}
    .evtpaginationbox .swiper-button-next:hover {background:url(/images/evt_next_curr.png) no-repeat; }
    .evtpaginationbox .swiper-button-next:after, .evtpaginationbox .swiper-button-prev:after {display:none!important;}

    .choosebox{background:#f5f9f8 url(/images/profile_mbch_bg.jpg) no-repeat center top; background-size:100% auto; padding:10px 0 20px;}
    .choosewrap{}
    .choosewrap>h3{ font-size:18px; font-weight:bold; font-family:Arial; text-align:center; color:#fff;}
    .choosewrap>h4{ font-size:18px; padding:10px; font-weight:bold; text-align:center; color:#fff;}

    .chooseinfobox{margin:40px 0 0;}
    .chooseinfowrap{padding:20px 10px; position:relative;}
    .chooseinfowrap>h3{ font-size:24px; font-weight:bold; color:#5e7a40;}
    .chooseinfowrap>h4{ font-size:18px; padding:10px 0; font-weight:bold; color:#797979;}

    .chooseprofile{margin:10px 0 0px;}
    .chooseprofile p{color:#646464; line-height:2;}
    
    .querybtn{position:absolute; top:40px; right:10px; display:block; background:url(/images/zx.png) no-repeat 10px center; width:140px; height:40px; line-height:40px; font-size:14px; text-align:center; color:#616161; border:solid 1px #e1e1e1; border-radius:20px; padding-left:30px;}
    .querybtn:hover{border:solid 1px #7fb63a; color:#fff; background:#7fb63a url(/images/zx1.png) no-repeat 40px center;}

    .choosesmallpic{ height:120px; margin-top:50px; display:none;}
    .smallpic{width:150px; height:100px; border-radius:20px; cursor:pointer;}
    .choosebigpic{ height:230px; border-radius:40px; overflow:hidden; display:none;}

    .mbchoosebox{margin:10px; }
    .mbchoosespic{margin:10px 0; }
    .mbchoosespic>img{width:100%; border-radius:10px;}
    .mbchooseico{display:flex; justify-content:space-between;}
    .mbchooseico ul{ width:22%; padding:15px 0px; box-sizing:border-box; border-radius:10px; background:#fff; color:#575757;}
    .mbchooseico ul:hover,
    .mbchooseico ul.currico{background:#7fb63a; color:#fff;}
    .mbchooseico ul li{text-align:center; white-space:nowrap;}
    .mbchooseico ul li:first-child img{width:30px; }
    .mbchooseico ul li:last-child{margin-top:5px;}

    
    .indexprocessbox{padding:30px 0;}
    .indexprocesswrap{display:flex; flex-direction:column; text-align:center;}
    .indexprocesswrap>h3{color:#607840; font-size:22px; font-weight:bold; font-family:Arial;}
    .indexprocesswrap>h4{ font-size:18px; padding:10px 0; font-weight:bold; }
    
    .processswiper{margin-top:30px;}  
    .ProcessSwiper{padding:0 10px 30px; height:260px;}
    .ProcessSwiper .swiper-slide{width:45%;}
    .indexprocesslist{background:#fff; border-radius:10px; padding:0px 0px; width:100%; height:220px; border:solid 1px #e5e5e5; box-sizing:border-box; text-align:center; position:relative;}
    .indexprocesslist .indexprocessimg{margin-top:30px; width:100%; height:40px; overflow: hidden; display:flex; justify-content:center; align-items:center;} 
    .indexprocesslist .indexprocessimg>img{ } 
    .indexprocesslist h4{margin:20px 0 10px; padding:0px 0; font-size:18px; color:#000;} 
    .indexprocesslist p{padding:0 25px; font-size:14px; color:#929292;} 
    .indexprocesslist span.view{display:inline-block; position:absolute; left:0; right:0; bottom:-30px; font-size:18px; font-weight:bold; font-family:Arial; margin:0 auto; width:60px; height:60px; line-height:60px; background:url(/images/dzseq_bg.png) no-repeat; color:#607840; text-align:center; border-radius:20px; }
    .indexprocesslist:hover span.view{ background:url(/images/dzseq_bg1.png) no-repeat;  color:#fff;}


    .indexprofilebox{ padding:0px 0 10px; position:relative; background:#e8f0d8 url(/images/about_profile_bg.png) no-repeat 0 0; background-size:auto 40px; box-sizing:border-box;}
    .indexprofile_leftbg{background:url(/images/about_bld.png) no-repeat 0 bottom; position:absolute; width:100%; height:100%; left:0; top:0; z-index:0}
    .indexprofilewrap{ overflow:hidden; box-sizing:border-box;}  
    .indexprofilewrap .indexprofile{/*background:#e8f0d8; */ margin-top:10px;  box-sizing:border-box;}
    .indexprofilewrap .indexprofile .profilewrap{margin-top:60px; box-sizing:border-box; }
    .indexprofilewrap .indexprofile .profilewrap>h3{ font-size:22px; font-weight:bold; font-family:Arial; color:#607840; text-align:center;}
    .indexprofilewrap .indexprofile .profilewrap>h4{ font-size:18px; padding:10px 0 0; font-weight:bold; color:#000;text-align:center;}
     
    .indexprofilewrap .indexprofile .profilewrap .profile{padding:10px 10px 20px 20px;}
    .indexprofilewrap .indexprofile .profilewrap .profile p{line-height:1.8; color:#646464}
    
    .indexprofilewrap .indexprofile .profilepic{width:100%; padding-top:30px; box-sizing:border-box; display:flex; justify-content:space-between;}
    .indexprofilewrap .indexprofile .profilepic ul li{margin:0 10px 20px; height:120px; display:flex; flex-direction:column; justify-content:center; align-items:center;}
    .indexprofilewrap .indexprofile .profilepic ul li>span{font-size:28px; color:#fff; font-weight:bold; font-family:DIN;}
    .indexprofilewrap .indexprofile .profilepic ul li>span>i{font-size:16px; color:#fff; font-weight:normal; font-family:'Microsoft YaHei';}
    .indexprofilewrap .indexprofile .profilepic ul li>i{font-size:16px; color:#fff; font-weight:normal; font-family:'Microsoft YaHei'; margin-top:5px;}
    
    .img_l{display:flex;justify-content:space-between; width:66.7%;}
    .abmg_01{background:url(/images/about_01.png) no-repeat; background-size:100% 100%; width:45%;}
    .abmg_02{background:url(/images/about_02.png) no-repeat; background-size:100% 100%; width:45%; margin-top:20px!important; }
    .abmg_03{background:url(/images/about_03.png) no-repeat; display:none!important; }
    .abmg_04{background:url(/images/about_04.png) no-repeat; background-size:100% 100%; width:90%; text-align:center; justify-content:center;}
    .img_r{display:flex; justify-content:space-between; width:33.3%; } 
      
    .explore{display:block;  margin:10px auto; width:140px; height:45px; line-height:45px; font-size:18px; text-align:center; color:#7fb63a; border:solid 1px #7fb63a; border-radius:30px; }
    .explore:hover{border:solid 1px #7fb63a; background:#7fb63a; color:#fff; }
      
    .indexnewsbox {padding:30px 0 10px; background:#f5f5f5;} 
    .indexnewswrap{}
    .indexnewswrap>h3{color:#607840; font-size:22px; font-weight:bold; font-family:Arial; text-align:center;}
    .indexnewswrap>h4{ font-size:18px; padding:10px 0; font-weight:bold;  text-align:center;}

    .indexnewstype{ display:flex; justify-content:space-around; box-sizing:border-box; margin-top:20px; border-bottom:solid 1px #eee; padding-bottom:20px; }
    .indexnewstype li{text-align:center; } 
    .indexnewstype li a { color: #6b6b6b; display:inline-block; outline: none; width:100px; height:40px; line-height:40px; } 
    .indexnewstype li a:hover,.indexnewstype li a.seltype{ color:#fff; background:#7fb63a; font-size: 16px; border-radius:24px;} 
      
    .indexnewscontbox{margin-top:10px;}
    .inner_contentbox{display:none; margin:0px 0px 20px; } 
    .inner_contentbox .newsSwiper {  
        height:450px;
        padding-bottom:0px;
        --swiper-theme-color: #7fb63a;
       /* --swiper-pagination-color: #17348a;*/
        --swiper-navigation-size:12px;
        position:relative; 
    } 
    .newsSwiper .swiper-slide { 
        width:100%;
        height: 31% !important;  
    } 
    .inner_contentbox .swiper-pagination{ bottom:10px;}

    .paginationbox { position: absolute; bottom:-10px; left:200px; width: 80px; height: 20px; margin: 40px auto 0; }
    .paginationbox .swiper-button-prev { position: absolute; top: 0; left: 0; color: #d7d7d7; width: 12px; height: 12px; }
    .paginationbox .swiper-button-prev:hover { color: #17348a; }
    .paginationbox .swiper-button-next { position: absolute; top: 0; right: 0; color: #d7d7d7; width: 12px; height: 12px; }
    .paginationbox .swiper-button-next:hover { color: #17348a; }
    

    .indexnewslist{ box-sizing:border-box; background:#fff; padding:12px 12px; margin:0px 10px 0; border-radius:10px; display:flex; }
    .indexnewslist>.nimg{width:130px; height:90px; overflow:hidden; flex-shrink:0;}
    .indexnewslist>.nimg>img{width:130px; height:90px; transition:all 1s; object-fit:cover; border-radius:5px; }
    .indexnewslist:hover>.nimg>img { transform: scale(1.1); }
    .indexnewslist>ul>.ntype { font-size:14px; color:#7fb63a; padding:0px 20px 0px; height:30px; display:none!important;}
    .indexnewslist>ul>.ntit { color:#000; padding:0px 0px 0px; margin:0 20px 10px; line-height:22px; height:45px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow:hidden; text-overflow:ellipsis; }
    .indexnewslist>ul>.ntime { font-size:14px; color:#777777; padding:0px 20px; height:40px; line-height:40px; position:relative; }
    .indexnewslist>ul>.ntime>i.progress{position: absolute; display:block; width: 1px; height: 3px; left: 0; bottom: 0; overflow: hidden; }
          
     
    .feedbackbox{background:url('/images/feedback_bg.jpg') no-repeat center 0; padding:30px 0;}
    .feedbackwrap{display:flex; text-align:center; flex-direction:column;}
    .feedbackwrap h3{font-family:'DIN'; font-size:20px; padding:10px 0; color:#fff;}
    .feedbackform{display:flex; flex-wrap:wrap; justify-content:space-between; padding:20px 10px 0;}
    .txt{background:rgba(255,255,255, 0.8); padding:10px 20px; box-sizing:border-box; width:100%; height:40px; line-height:40px; border-radius:30px; font-size:16px; margin-bottom:20px;}
    .mtxt{background:rgba(255,255,255, 0.8); padding:15px 20px; box-sizing:border-box; width:100%; line-height:22px; border-radius:30px; font-size:16px; height:120px; margin-top:30px; font-family:'Calibri'; resize:none;}

    .feedbtn{margin:30px 0 0; display:flex; align-items:center; justify-content:space-between; padding:0px 10px 0;}
    .sumitbtn{border:none; color:#fff; width:46%; flex-shrink:0; height:50px; border-radius:25px;font-size:13px;  cursor:pointer; background:#ea5903 url('/images/arrow.png') no-repeat right 15px center; background-size:12px auto; text-align:left; text-indent:20px;}
    .gotel{display:flex; align-items:center; width:46%; flex-shrink:0; color:#fff; height:50px; font-size:13px; border-radius:35px; background:#003e52 url('/images/arrow.png') no-repeat right 10px center; background-size:12px auto; text-align:left; padding-left:10px;}
    .gotel img{width:15px;}
    .gotel span{margin-left:3px;}

    .contactbox{padding:20px 0 10px;}
    .contactwrap{display:flex; justify-content:space-between; flex-wrap:wrap; padding:10px; }
    .contact{border:solid 1px #dfdfdf; border-radius:10px; padding:20px 20px; width:100%; box-sizing:border-box; margin-bottom:20px; }
    .contact h3{font-size:17px; color:#003e52; font-weight:bold; text-align:center; text-transform:uppercase; height:50px; line-height:50px; border-bottom:solid 1px #003e52;}
    .contact .clogo{text-align:center; padding:20px 0 10px;}
    .contact h4{font-size:15px; font-weight:bold; text-align:center; text-transform:uppercase; margin:15px 0 20px; height:50px;}
    /*.contact p{color:#000; line-height:20px; font-size:14px;}*/
    .contact ul{color:#000; line-height:22px; font-size:14px;}
    .contact ul li{margin-bottom:10px;}

    
    .footerbox{background:#66932a; display:none;} 
     
    .flinkbox{display:flex; justify-content:space-between; margin-top:70px; display:none;}
    .flinkwrap{ }
    .msgbox h4{padding-bottom:20px; font-size:22px; color:#eef2ea;}
    .msgbox a{display:inline-block; background:#d9e6b1; width:300px; height:60px; border-radius:10px; text-align:center; line-height:60px; color:#758a54; font-size:16px; }
    .msgbox a:hover{background:#cddca0;}

    .flinkicon{height:60px; padding:32px 0 0; width:100%; }
    .flinkicon img{margin:0 20px 0 0;}
   
    .footernavbox {width:600px; display:flex; justify-content:space-between;  display:none;}
    .footernavbox ul{box-sizing:border-box; }
    .footernavbox ul li.pm{font-weight:bold; font-size:16px; color:#fff; margin-bottom:20px;  text-align:left;}
    .footernavbox ul li.cm{font-size:13px; color:#c1d1b0; } 
    .footernavbox ul li.cm a{display:block; line-height:30px; color:#c1d1b0; text-align:left; }
    .footernavbox ul li.cm a:hover{color:#fff;}
    .footernavbox ul li.hd{display:none;}
    .footernavbox ul li>i{display:inline-block; width:16px; height:16px; margin:0 auto; cursor:pointer; background:url(/images/folder.png) no-repeat; }
    .footernavbox ul li>i.unfolder{background:url(/images/unfolder.png) no-repeat; }

    .bottomwrap{height: 80px; margin-top:30px; display:flex; justify-content:space-between; align-items:center; color:#c1d1b0; font-size:15px; }
    .bottombox span{}
     
    /*.frbox{position:fixed; right:0; bottom:100px; width:60px; height:280px; z-index:99999;} */
           
    .frbox { position: fixed; right: 0; top: 50%; z-index: 9999; font-size: 13px; display:none;} 
      
    .mbfooter{height:60px; padding:10px 0 15px; background:#7fb63a; display:flex; justify-content:space-around; color:#fff; position:fixed; bottom:0; left:0; width:100%; z-index:999; }
    .mbfooter a ul>li{text-align:center;}
    .mbfooter a ul>li:first-child img{width:40px;}
    .mbfooter a{color:#d3e3bb; font-size:14px;}

    .inner_box{}
    .innerbanner{height:200px; box-sizing:border-box;}
    .innerbannerwrap{color:#fff; height:200px; padding-left:20px; display:flex; flex-direction:column; justify-content:center;}
    .innerbannerwrap h3{font-size:20px; font-weight:bold; font-family:Arial;}
    .innerbannerwrap .homepath{font-size:28px; margin-top:10px;} 
      
    .inner_titbox{border-bottom:solid 1px #eee;}
    .inner_titwrap{display:flex; flex-direction:column;}

    .topmenu{display:flex; height:50px; }
    .topmenu li{position:relative; padding:0 8px; box-sizing:border-box;}
    .topmenu li:not(:last-child)::after{content:' '; width:1px; height:20px; background:#eee; position:absolute; top:16px; right:0;}
    .topmenu li a{display:block; white-space:nowrap; height:50px; line-height:50px; box-sizing:border-box; text-align:center; border-bottom:2px solid transparent; color:#000; }
    .topmenu li a:hover,.topmenu li a.curr{border-bottom:solid 2px #7fb63a; color:#7fb63a;}
    .topmenu li a:hover {background:#fff;} 

    .home{background:url('/images/home.png') no-repeat 0 center; padding-left:22px; color:#626262; display:none!important;}
    .home span{ color:#7fb63a;}
 
    .inner_about{padding:10px 10px 5px; background:url(/images/inner_about_bg.jpg) no-repeat; background-size:100% 100%; }
    .inner_about_contbox{display:flex; flex-direction:column; }
    .aboutbox h6 { font-size: 18px; height:35px; line-height:35px; padding-left:45px; font-weight: normal; color:#7fb63a; margin: 0px 0 10px 0px; background:url(/images/logo_s.png) no-repeat; }
    .aboutbox h4 { font-size: 24px; font-weight: normal; color:#7fb63a; margin: 0px 0 10px 0px; }
    .aboutbox h5 { font-size: 18px; font-weight: normal; color:#000; }
      
    .inner_about_content{ box-sizing:border-box; padding:0; line-height:1.6; overflow:hidden; position:relative; color:#575757;} 
    .inner_about_content img{max-width:100%; }
    .inner_about_des{padding-right: 0;}

    .companyimg{margin-top:10px;}
    .companyimg>img{max-width:100%;}
 
    .inner_about_numbox{overflow:hidden; margin:20px auto 0;} 
    .inner_about_num{display:flex; width:100%; flex-wrap:wrap; justify-content:space-between; align-items:center;} 
     
    .inner_about_num .numwrap{box-sizing:border-box; display:flex; flex-direction:column; align-items:center; width:48%; margin-bottom:40px; }  
    .inner_about_num .numwrap .num_img { } 
    .inner_about_num .numwrap .num_no { font-size: 26px; font-weight:bold; font-family:DIN; margin-top:5px; display:flex; align-items:center;}
    .inner_about_num .numwrap .num_no>span{display:inline-block; font-weight:normal; width:22px; height:22px; line-height:22px; border-radius:50%; background:#7fb63a; text-align:center; color:#fff; font-size: 12px; font-family:'Microsoft YaHei'; margin-left:5px; }
    .inner_about_num .numwrap .num_info { font-size: 18px; margin-top:10px; }
  
    .inner_yjbox{background:url(/images/qyyj_bg.jpg) no-repeat center 0; background-size:auto 100%; padding:30px 10px 30px; box-sizing:border-box;}
    .culturebox h4 {font-size: 17px; width:80px; height:35px; padding-left:40px; line-height:35px; font-weight: normal; color:#fff; margin: 0px auto 20px; background:url(/images/logo_s1.png) no-repeat; }
    .culturebox h5 {text-align:center; font-size: 24px; font-weight: normal; color:#fff; }
    
    .culturewrap{display:flex; justify-content:space-between; flex-wrap:wrap;}
    .culturelist{position:relative; border-radius:10px; background:rgba(255,255,255,.9); padding:55px 15px 15px; margin-top:45px; width:48%; box-sizing:border-box; }
    .culturelist h3{font-size:18px; color:#000; margin-bottom:30px;}
    .culturelist p{font-size:14px; color:#373737; line-height:1.5;}

    .culturelist span{display:inline-block; width:64px; height:64px; position:absolute; left:0px; right:0px; top:-20px; margin:0 auto; background-size:100% 100%;}
    .yj_01{background:url(/images/yj_01.png) no-repeat;}
    .yj_02{background:url(/images/yj_02.png) no-repeat;}
    .yj_03{background:url(/images/yj_03.png) no-repeat;}
    .yj_04{background:url(/images/yj_04.png) no-repeat;}
    .yj_05{background:url(/images/yj_05.png) no-repeat;}
    .yj_06{background:url(/images/yj_06.png) no-repeat;}
     
    .infobox{padding:20px 0; background:#f2f2f2;} 

    .pictitlist{ display:flex; justify-content:space-between; flex-wrap:wrap; padding:0px 10px; } 
    /*.pictitlist:after{ content: ""; width:380px; }*/
    .pictitlist a{display:block; width:32%;}
    .aboutlist{width:100%; border:solid 1px #eee; background:#fff; margin-bottom:10px; box-sizing:border-box; border-radius:5px; overflow:hidden;}
    .aboutlist>.nimg{width:100%; height:85px; overflow:hidden;}
    .aboutlist>.nimg>img{width:100%; height:135px; transition:all 1s; object-fit:cover; }
    .aboutlist:hover>.nimg>img { transform: scale(1.1); } 
    .aboutlist>.ntit {color:#000; padding:10px 10px 10px; margin:0 0px; text-align:center; height:50px; overflow:hidden; }
    .aboutlist>.ntime { color:#777777; padding:5px 20px 0; height:65px; line-height:65px; position:relative; background:url(/images/arr_r1.png) no-repeat center right 20px; display:none!important;}
    /*.aboutlist>.ntime>i.progress{position: absolute; display:block; width: 1px; height: 3px; left: 0; bottom: 0; overflow: hidden; }
    
    .aboutlist:hover>.ntit { color:#7fb63a; }
    .aboutlist:hover>.ntime { background:url(/images/arr_r1_curr.png) no-repeat center right 20px; color:#7fb63a; }
    .aboutlist:hover>.ntime>i.progress {
        -webkit-animation: newslinehorizontal .8s linear forwards;
        animation: newslinehorizontal .8s linear forwards;
    } */

    .dx_pagesbox{margin-top:0!important;}

    .aboutbox{padding:20px 0;}
    .aboutshowbox{overflow:hidden; margin-top:10px!important;}
    .aboutwrap1{display:flex; justify-content:space-between; align-items: stretch; }
       
    .pictxtlist{margin:10px; display:flex; justify-content:space-between;}
    .pictxtlist a{display:flex; flex-direction:column; width:48%; background:#fff; padding:20px; box-sizing:border-box; margin-bottom:10px; }
    .pictxtlist a .img{width:100%; height:100px; flex-shrink:0; overflow:hidden;} 
    .pictxtlist a .img>img{width:100%; height:100px; object-fit:cover; transition:all 0.8s;} 
    .pictxtlist a ul{ } 
    .pictxtlist a ul li.tit {color: #000; line-height:26px; height:50px; 
        display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; 
        overflow: hidden; margin:10px 0 10px;  
    }
    .pictxtlist a ul li.des { padding:0px 0 20px; line-height:1.8; color:#666; display:none!important;}
    .pictxtlist a ul li.view {height:35px; line-height:35px; text-align:right; background:url(/images/arround_r_gray.png) no-repeat; font-size:14px; color:#777; display:none!important;}
    .pictxtlist a .viewmore{ 
        display:none!important; 
    } 

    .pictxtlist a:hover{box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3); transform: translateY(-5px); -webkit-transform: translateY(-5px);}
    .pictxtlist a:hover .img>img{transform:scale(1.1);}
    .pictxtlist a:hover .viewmore{background:none; color:#7fb63a;}
     
    .infodetbox{padding:20px 10px; background:#fff;}
    .aboutdetbox{overflow:hidden; padding-top:20px;}
    .aboutpic{text-align:center;}
    .aboutpic>img{max-width:100%;}
    .abouttit{ color:#000; font-size:18px; margin-top:20px; padding:5px 10px; text-align:center; background:#f5f5f5;} 
    .aboutdet{line-height:1.8; padding:20px 0; color:#666; }
    .aboutdet img{max-width:100%!important;}
      
    .newsprevnextbox { margin:20px 0px; }
    .newsprevnextbox ul{ padding:0 0px;}
    .newsprevnextbox ul li{ }
    .newsprevnextbox ul li:first-child, .newsprevnextbox ul li:last-child {
        display:flex;
        height:50px; line-height:50px; overflow:hidden; text-overflow:ellipsis;  color:#1c1c1c; box-sizing:border-box; padding:0 0px;
    }
    .newsprevnextbox ul li:last-child { border-top:solid 1px #dedede; flex-direction:row-reverse;}
    .newsprevnextbox ul li:first-child span, .newsprevnextbox ul li:last-child span{width:50px; color:#aaaaaa;}
    .newsprevnextbox ul li:first-child a, .newsprevnextbox ul li:last-child a,
    .newsprevnextbox ul li:first-child i, .newsprevnextbox ul li:last-child i {
        flex-grow:1; display:block; overflow:hidden; text-overflow:ellipsis; 
    }
    .newsprevnextbox ul li:first-child i, .newsprevnextbox ul li:last-child i{color:#999;}
    .newsprevnextbox ul li.backlist {
        display:none!important;
        box-sizing:border-box; height:0px; font-size:18px; color:#545454; background:url(/images/back.png) no-repeat 70px center; 
    } 
    .newsprevnextbox ul li.backlist a{color:#545454; padding-left:100px;} 
    .newsprevnextbox ul li.backlist:hover a{color:#7fb63a;}
    .newsprevnextbox ul li:first-child:hover a, .newsprevnextbox ul li:last-child:hover a{color:#7fb63a} 
     
    .noinfo{font-size:16px; color:#000; text-align:center; margin-top:40px;}
     

    .newslistbox{min-height:200px;} 
    .newslistwrap{ margin-top:10px; display:flex; justify-content:space-between; flex-wrap:wrap; } 
    /*.newslistwrap:after{ content: ""; width: 400px; }*/
    .newslistwrap a{display:block; width:48%; background:#f8f8f8; padding:10px; border-radius:8px; margin-bottom:10px; box-sizing:border-box;}
    .newslistwrap ul.newslist{ box-sizing:border-box; position:relative; }
    
    .newslistwrap ul.newslist li.newslist_img { flex-shrink:0; width:100%; height:100px; border-radius:8px; overflow:hidden; }
    .newslistwrap ul.newslist li.newslist_img img { width: 100%; height: 100px; transition: all 1s;} 

    .newslistwrap ul.newslist li.newslist_time{ height:40px; line-height:40px; font-family:Arial; font-weight:bold; color:#7fb63a}
   
    .newslistwrap ul.newslist li.newslist_tit {height:50px; line-height:25px; overflow:hidden; color:#000; padding:0 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis;  }
    .newslistwrap ul.newslist li.newslist_more{height:30px; background:url(/images/arr_r1_curr.png) no-repeat 0 center; display:none!important;}
   
    .newslistwrap a:hover{background:#f0f5e0;}
    /*.newslistwrap ul.newslist:hover li.newslist_img img { transform: scale(1.1);}*/  
    .newslistwrap ul.newslist:hover li.newslist_tit { color:#7fb63a; } 

    .newsdetbox{overflow:hidden; padding-top:10px;}
    .newstit{font-size:22px; color:#000000; text-align:center }
    .newstime{ text-align:center; border-bottom:solid 1px #eee; margin-top:10px; padding-bottom:10px;}
    .newstime span{display:inline-block; padding:10px 15px;  margin:0 10px; color:#898989;}
    .newstime span:nth-child(2){display:none;}
    .newsdet{line-height:1.8; padding:20px 0; font-size:16px; color:#545454; margin-top:0px;}
    .newsdet img{max-width:100%!important;}
      
    .mbhomebox{display:none!important;}

    /*.frsortbox{position: fixed; right: 10px; top: 40%; z-index: 9999; font-size: 14px; width:60px; height:60px; background:#84b942; text-align:center; border-radius:8px; box-sizing:border-box; display:flex; flex-direction:column; justify-content:center; align-items:center;}
    .frsortbox:hover{background:#e7b123;}
    .sorticon{width:25px; height: 25px; background:url(/images/sort.png) no-repeat; background-size:100% 100%; display:inline-block;} 
    .frsortbox p{color:#fff; line-height:20px; }*/

    .productlistbox{ background:#f2f2f2;}

    .probox{padding:20px 0; }
    .prosort{width:100%; margin-top:-10px;}
    .proschbox{display:flex; justify-content:space-between; align-items:center; margin:0 10px;}
    .proschwrap{flex-grow:1; background:#fff; border:solid 1px #dedede; height:50px; margin-right:10px; padding:0 0 0 10px; box-sizing:border-box; display:flex; justify-content:space-between; align-items:center; border-radius:10px;}
    .schtxt{background:#fff; border:none; height:45px; padding:0 0 0 10px; font-size:15px; outline:none; flex-grow:1; }
    .schbtn{background:url(/images/sch.png) no-repeat center center; width:50px; height:50px; cursor:pointer;}
    
    .sorticon{width:35px; height: 35px; background:url(/images/sort_color.png) no-repeat; background-size:100% 100%; display:inline-block;}

    .frmask{position:fixed; width:100%; height:100%; top:0; left:0; z-index:10001; background:rgba(0,0,0,.4); display:none;}
    
    .prosortlist{
        position:fixed; width:70%; box-sizing:border-box; top:0; right:-75%; height:100%; background:#fff; padding:0 10px; 
        z-index:19999; 
        box-shadow:-15px 0 15px -15px #e9e9e9;  
        transition: right 0.1s linear;
    }
    
    .prosortlist li a{display:block; padding:15px 0; color:#000; font-size:16px; background:url(/images/sort_r.png) no-repeat right center; } 
    .prosortlist li a:hover{color:#7fb63a; background:url(/images/sort_r_curr.png) no-repeat right center;} 
    .prosortlist li a.currsort{color:#7fb63a; background:url(/images/sort_r_curr.png) no-repeat right center;} 
      

    .prolistwrap{margin-top:20px;}
    .prolist{display:flex; justify-content:space-between; flex-wrap:wrap; padding:0px 10px; } 
    .prolist a{display:block; width:32%; }
    .prowrap{position:relative; margin:0px 0px 10px; background:#fff; padding:10px; border-radius:5px; box-sizing:border-box;}
    
    .prowrap::before {
        top: 0; left: 0;
        border-top: 1px solid #7fb63a;
        border-right: 1px solid #7fb63a;
        border-bottom: 1px solid transparent;
        border-left: 1px solid transparent;
        border-radius:5px; 
    }
    .prowrap::after {
        bottom: 0; right: 0;
        border-top: 1px solid transparent;
        border-right: 1px solid transparent;
        border-bottom: 1px solid #7fb63a;
        border-left: 1px solid #7fb63a; 
        border-radius:5px; 
    }
    .prowrap::before, .prowrap::after{ 
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        z-index: 222;
        box-sizing: border-box;
        transition: height 0.5s linear 0s, width 0.5s linear 0.5s, opacity 0s linear 1s;
        opacity: 0;
    }

    .promark{ height:25px; background:url(/images/watermark.png) no-repeat center 0; background-size:auto 100%; }  

    .protit{text-align:center; font-weight:bold; color:#000; font-size:16px; margin-top:10px;}   
    .prospec{text-align:center; font-size:14px; color:#545353; padding:5px 0;}     
     
    .proimg{width:100%; height:95px; overflow: hidden; text-align:center;margin-top:10px;}
    .proimg>img{width: 100%; height: 100%; object-fit: cover; transition: all 1s; }
     
    .prowrap:hover::before, .prowrap:hover::after { width: 100%; height: 100%; transition: width 0.5s linear 0s, height 0.5s linear 0.5s; opacity: 1; }
    .prowrap:hover{box-shadow:0 0 10px 5px #e9e9e9; border-radius:5px; cursor:pointer;}
    .prowrap:hover .proimg>img {transform: scale(1.1);} 
    
    .prolist a:last-child:nth-child(3n + 2) { margin-right: calc((100% - 30%) / 2); }
     
    .proshowbox{overflow:hidden; } 

    .proinfodetbox{background:#fff; padding:10px; margin-top:10px;}
    .proinfobox{/*display:flex; justify-content:space-between;*/ margin-top:0px; }

    .proimgsbox{box-sizing:border-box; border:solid 1px #eee; text-align:center; } 
    .proimgsbox img{max-width:100%!important; }

    .proprofilebox{ overflow:hidden; padding:0 0px 0 0px; box-sizing:border-box;}
    .proprofilebox h4{ font-size:20px; font-weight:bold; line-height:50px; display:inline-block; border-bottom:solid 4px #7fb63a}
    .proprofile{line-height:2; margin-top:20px; font-size:15px; color:#787878;} 
    .proprofile img{max-width:100%!important;}
    
    .prodetbox{margin-top:20px; font-size:15px; color:#787878; line-height:2;}
    .prodetbox p,.prodetbox div{font-size:15px; color:#787878; line-height:2;}
    .prodetbox img{max-width:100%!important; margin:0 auto;}

    .proprevnextbox { margin: 20px 10px; }
    .proprevnextbox ul{ padding:0 0px; }
    .proprevnextbox ul li{ }
    .proprevnextbox ul li:first-child, .proprevnextbox ul li:last-child {
        display:flex;
        height:50px; line-height:50px; overflow:hidden; text-overflow:ellipsis;  color:#1c1c1c; box-sizing:border-box; padding:0 0px; 
    }

    .proprevnextbox ul li:last-child { border-top:solid 1px #dedede; flex-direction:row-reverse;}
    .proprevnextbox ul li:first-child span, .proprevnextbox ul li:last-child span{width:50px; color:#aaaaaa;}
    .proprevnextbox ul li:first-child a, .proprevnextbox ul li:last-child a,
    .proprevnextbox ul li:first-child i, .proprevnextbox ul li:last-child i
    {flex-grow:1; display:block; overflow:hidden; text-overflow:ellipsis; }
    .proprevnextbox ul li:first-child i, .proprevnextbox ul li:last-child i{color:#999;}
    .proprevnextbox ul li.backlist {
        display:none!important;
        width:0px; box-sizing:border-box; height:0px;  font-size:18px; color:#545454; background:url(/images/back.png) no-repeat 70px center; 
    } 
    .proprevnextbox ul li.backlist a{color:#545454; padding-left:100px;} 
    .proprevnextbox ul li.backlist:hover a{color:#7fb63a;}
    .proprevnextbox ul li:first-child:hover a, .proprevnextbox ul li:last-child:hover a{color:#7fb63a} 

    .promorebox{margin-top:20px;}
    .promorebox>h4{background:#97c35d; height:45px; line-height:45px; text-align:center; font-size:18px; color:#fff;}

    .contactshowbox{margin-top:-10px; padding-bottom:30px; }
    .contactshowbox>h4{font-size:22px; color:#000; font-weight:bold; height:50px; line-height:50px; text-align:center; margin-top:0px;}
    .contactshowbox>h5{font-size:18px; color:#595959; line-height:28px; text-align:center; padding-bottom:15px; border-bottom:solid 1px #f5f5f5;}
      
    .contactinfobox{margin-top:40px;} 
    .contactinfowrap{margin-top:20px; }
    .contactinfowrap ul{
        background:#fff; padding:15px 15px; border-radius:5px; box-sizing:border-box; 
        box-shadow: 0 15px 20px -6px rgba(97, 105, 113, 0.3);  
        margin-bottom:30px;
    }
    .contactinfowrap ul li.wtit{padding-left:35px;}
    .contactinfowrap ul li.wtit>h5{font-size:18px; color:#2c2c2c;}
    .contactinfowrap ul li.wtit>h6{font-size:14px; color:#888888;}  

    .ct_address{background:url('/images/ct_address.png') no-repeat 0 0;}
    .ct_tel{background:url('/images/ct_tel.png') no-repeat 0 0;}
    .ct_email{background:url('/images/ct_email.png') no-repeat 0 0;} 

    .addressinfo{font-size:18px; color:#2c2c2c; margin-top:10px; font-weight:bold;}
    .wtinfo{font-family:Arial; font-size:22px; font-weight:bold; color:#2c2c2c; margin-top:10px;}
    .wtinfo a{color:#2c2c2c;}
    .wtips{font-size:16px; color:#2c2c2c; margin-top:5px;}

    .wmap{margin-top:0px; background:url(/images/map.jpg) no-repeat center 0; background-size:auto 300px; min-height:300px;} 
     
    .contact_titwr{margin-top:-10px; padding-bottom:30px; }
    .contact_titwr h4{font-size:22px; color:#000; font-weight:bold; height:50px; line-height:50px; text-align:center; margin-top:0px;}
    .contact_titwr h5{font-size:18px; color:#595959; line-height:28px; text-align:center; padding-bottom:15px; border-bottom:solid 1px #f5f5f5;}
     
    .lyform{padding-bottom:40px; display:flex; justify-content:space-between; flex-wrap:wrap;}
    .lyform ul{flex-grow:1; } 
    .lyform ul>li:first-child{font-size:18px; color:#393939; line-height:60px; }
    .lyform ul>li:last-child .lytxt{border:solid 1px #efefef; width:360px; box-sizing:border-box; height:60px; line-height:60px; padding:0 10px 0 50px; border-radius:5px; font-size:16px; }
    .lyico_name{background:#f9f9f9 url('/images/ly_name.png') no-repeat 12px center; }
    .lyico_phone{background:#f9f9f9 url('/images/ly_phone.png') no-repeat 12px center; }
    .lyico_mail{background:#f9f9f9 url('/images/ly_mail.png') no-repeat 12px center; }
    .lyform ul>li:last-child .lytxtarea{border:solid 1px #efefef; width:100%; height:170px; line-height:30px; padding:20px 20px 20px 50px; resize:none; box-sizing:border-box; background:#f9f9f9 url('/images/ly_msg.png') no-repeat 12px 24px; border-radius:5px; font-size:16px; font-family:'Microsoft YaHei'; }
    .lybtnbox{width:100%; margin-top:40px; text-align:center;}
    .lybtn{width:150px; height:50px; line-height:50px; border:none; background:#7fb63a; text-align:center; color:#fff; font-size:16px; border-radius:8px;}
    .lybtn:hover{background:#9bcb60; cursor:pointer;}
    



    /*.infobox{padding:0px 0; 
    .AboutSwiper{padding:20px 0 50px;}
    .aboutswiper .swiper {
        --swiper-theme-color: #a9abaa;
        --swiper-pagination-color: #003e52;
        --swiper-navigation-size: 20px;
    }
    .aboutswiper .envimg{width:100%; height:220px; overflow: hidden; text-align:center;}
    .aboutswiper .envimg>img{height: 100%; width: 100%; object-fit: cover;}
         
    .prosort{display:flex; justify-content:space-between; width:100%; overflow-x:auto; 
         scrollbar-width: none;*/ /* 对于Firefox */ 
    /*} 
    .prosort::-webkit-scrollbar {
      display: none;*/ /* 对于Chrome, Safari和Opera */
    /*}  
    
    .prolist a:last-child:nth-child(3n + 2) {
        margin-right: calc((100% - 360px) / 2);
    }   
    .newslistwrap ul.cata .newslist_profile { color:#818181; line-height:22px;font-size:14px; padding:10px 0 20px; box-sizing:border-box; 
        height:53px; overflow:hidden; text-overflow: ellipsis; 
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
    } 
    .worldmap{max-width:100%;}*/ 

}  