body {
  /* font: 15px Harmonyos, Helvetica, Arial, Microsoft Yahei, sans-serif;  */
  line-height:1.8;
  font-family: 'Harmonyos'; 
}

.phone {
  display: none;
}

.container {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
}
.containerpage {
  max-width: 1100px;
  width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 1500px)  {
  .container {
    max-width: calc(100% - 100px);
    width: 92%;
    margin: 0 auto;
  }
}


.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1;
}

.footer,
.header {
  flex: 0;
}

a:hover {
  text-decoration: none;
  color: #240f6c;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}

@-webkit-keyframes fromBottomFade {
  from {
    -webkit-transform: translateY(20%);
    opacity: 0;
  }
}

@keyframes fromBottomFade {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
}

@font-face {
  font-family: 'Harmonyos';  /* project id 1252325 */
  src: url('../fonts/Harmonyos/HARMONYOS_SANS_SC_MEDIUM.TTF') format('truetype');
}
@font-face {
  font-family: 'Harmonyos-regular';  /* project id 1252325 */
  src: url('../fonts/Harmonyos/HARMONYOS_SANS_SC_REGULAR.TTF') format('truetype');
}




.image{font-size: 0;line-height: 0;}
.image img{max-width: 100%;}
/* 导航 */
.pc-nav {  width: 100%;height: 170px;  position: fixed;  top: 0;  left: 0;  z-index: 999; transition: 0.6s;background: #ffffff;box-shadow: 0px 2px 2px rgba(0,0,0,0.1);}
.pc-nav-top{width: 100%;height: 60px;line-height: 60px;background: #7fbd42;}
.pc-nav-top .container{display: flex;justify-content: center;}
.pc-nav-top .container a{color: #ffffff;font-size: 16px;text-align:  center;display: flex;align-items: center;}
.pc-nav-top .container a img{margin-left: 10px;}
.pc-nav .container1{width:calc(100% - 100px); margin: 0 auto;display: flex;justify-content: space-between;}
.pc-nav .logo-box{ display: flex;  align-items: center;  justify-content: space-between; transition: 0.6s;float: left;height: 110px;}
.pc-nav .logo-box .logo {align-items: center;font-size: 0;width: 15vw;}
.pc-nav .logo-box .logo img {  max-width: 100%;max-height: 100%;}

.pc-nav .nav{float: right;}

.pc-nav .nav .menu {display: flex; align-content: center;justify-content: flex-end;}
.pc-nav .nav .menu li { display: flex; align-items: center; justify-content: center;  position: relative;float: left;;}
.pc-nav .nav .menu li .nv{font-size: 16px; color:#00513e;opacity: 1;padding: 0px 1.6vw; white-space: nowrap;height: 110px;line-height: 110px;border-radius: 5px;position: relative;}

.pc-nav .nav .menu .menu-son {  position: fixed;
    overflow: hidden;height: 0px;line-height: 50px;overflow: hidden;  top: 170px;  left: 0;width:100%;
     z-index: 100; transition: 0.6s;    font-size: 15px; border-top: 1px solid rgba(0,0,0,0);
 animation: fromBottomFade 0.6s ease both;  -webkit-animation: fromBottomFade 0.6s ease both;}
.pc-nav .nav .menu .menu-son .child{float: right;  }
.pc-nav .nav .menu li:nth-child(10n+2) .menu-son .child{width:calc(500px + 45vw);}
.pc-nav .nav .menu li:nth-child(10n+3) .menu-son .child{width:calc(500px + 35vw);}
.pc-nav .nav .menu li:nth-child(10n+4) .menu-son .child{width:calc(500px + 30vw);}
.pc-nav .nav .menu li:nth-child(10n+5) .menu-son .child{width:calc(500px + 25vw);}
.pc-nav .nav .menu li:nth-child(10n+6) .menu-son .child{width:calc(400px + 20vw);}
.pc-nav .nav .menu li:nth-child(10n+7) .menu-son .child{width:calc(400px + 15vw);}
.pc-nav .nav .menu li:nth-child(10n+9) .menu-son .child{width:calc(100px + 15vw);}
.pc-nav .nav .menu .menu-son a {float: left;  color: #222;  display: block;  font-size: 14px;padding: 0px 30px;height: 50px; line-height: 50px;   text-align: center;}
.pc-nav .nav .menu li.cur{background: #efefef;}
.pc-nav .nav .menu li.cur a.nv{}
.pc-nav .nav .menu li.cur a::after{width: 100%;}
.pc-nav .nav .menu li:hover{ background: #efefef;}
.pc-nav .nav .menu li:hover .menu-son {height: 50px; border-top: 1px solid rgba(0,0,0,0.1);    background: #fff; }

.pc-nav .form{display: flex;align-items: center;float: right;}
.pc-nav .form form{border: 1px solid #1a6351;height: 42px;background: #fff;border-radius: 20px;overflow: hidden;}
.pc-nav .form input{width: calc(10px + 7vw);height: 40px;color :#1a6351;line-height: 40px;text-indent: 15px;border:none;outline: none;font-size: 14px;}
.pc-nav .form button{width: 40px;height: 40px;line-height: 40px;border:none;outline: none;background: none;float: right;}
.pc-nav .form button img{margin-top: 10px;}
.pc-nav .version{display: flex;align-items: center;float: right;}
.pc-nav .version a{font-size: 12px; color:#1a6351;opacity: 1; white-space: nowrap;height: 110px;line-height: 110px;border-radius: 5px;position: relative;}

.pc-nav .getprice{background:#60b827;color:#ffffff;}
.pc-nav .nav .menu li a.getprice{background:#60b827;color:#ffffff;padding: 2px 15px;border-radius: 24px;}
.pc-nav .nav .menu li:hover a.getprice{background:#60b827;color:#ffffff;}

.pc-nav.current{background:#ffffff;}
.pc-nav.current .nav .menu li .nv{color: #333333;}
.pc-nav.current .nav .menu li .icon{color: #333333;}
.pc-nav.current .nav .menu li .icon img{filter: invert(1);}

 .headerauto{height: 170px;width: 100%;overflow: hidden;} 


/* 内页导航 */
.inset {width: 100%;  overflow: hidden;  padding:50px 0px;}
.inset .editor img{max-width: 100%;}

.inset-cate {text-align:center;width: 100%;margin-bottom: 40px;}
.inset-cate .cate{ font-size: calc(1.4vw + 22px); }
.inset-cate .catedes{font-size: 16px;color: #000000;margin-bottom: 15px;}
.inset-cate .catelist{width: 100%;overflow: hidden;}
.inset-cate .catelist ul{width: 100%;display: flex;justify-content: center;}
.inset-cate .catelist ul li{line-height: 50px;text-align: center;float: left;border-radius:21px;overflow: hidden;}
.inset-cate .catelist ul li a{display: block;padding:0px 30px;height: 100%;font-size: 18px;color: #999999;position: relative;}
.inset-cate .catelist ul li a::after{content: "";position: absolute;left: calc(50% - 15px);bottom: 0px;width: 0px;height: 6px;border-radius: 3px; background: #60b827;}

.insetcate{text-align: center;padding: calc(20px + 1.5vw) 0px;}
.insetcate .title{font-size: calc(1.4vw + 22px);line-height: 1.2;color: #004c38;}
.insetcate .entitle{font-size: 18px;color: #000000;}
.sidenav{overflow:hidden;margin-bottom: 40px;display: flex;justify-content: space-between;}
.sidenav .crumb{float: right; color: #666666;line-height:80px;}
.sidenav .crumb a{color: #666666;}
.sidenav .right{overflow: hidden;}
.sidenav ul{overflow: hidden;}
.sidenav ul li{float:left; overflow: hidden;margin-bottom: 1px;position: relative;transition: 0.3s;margin-right: 20px;background: #004c38;border-radius: 15px;}
.sidenav ul li a {color: #ffffff;  font-size:15px;margin: auto; display: block; position: relative;transition: 0.3s;padding: 0px 20px;line-height: 30px;  }
.sidenav ul li.cur{background: #ea6e66;}
.sidenav .scroll{font-size: 14px;line-height: 20px; color: #666666;display: flex;align-items: center;justify-content: center;}
.inset_left{width: 270px;background: #f8f8f8;border-radius: 25px;padding: 25px 0px;}
.inset_left ul li{ overflow: hidden;line-height:30px; overflow: hidden;margin-bottom: 1px;position: relative;transition: 0.3s;padding-left: 30px;width: 230px; line-height: 3; }
.inset_left ul li a {color: #000000;  font-size:16px;margin: auto; display: block; position: relative;transition: 0.3s;}
.inset_left ul li a i{float: right;}
.inset_left .nav-first a{font-size:26px ;color:#000000;}
.inset_left .nav-second a{font-size:18px; }
.inset_left .nav-third{padding-left: 20px;display: none;}

.inset_left .nav-second.cur .nav-third{height: auto;opacity: 1;display: block;}
.inset_left ul li.top_title{font-size: 26px;}
.inset_left ul li.top_title p{margin: auto;}
.inset_left ul li a.cur{color: #60b827;   }
.inset_left ul li a:hover{color: #60b827;  }
.inset_left .nav-third.cur a{color: #60b827;}


.inset_right{width: calc(100% - 300px);float: right; background: #ffffff;overflow: hidden;}
.inset_right1{width: 100%;background: #ffffff;overflow: hidden;}
.inset_right img{max-width: 100%;}
.inset_right1 img{max-width: 100%;}

.orientation {  margin-top: 30px;  line-height: 30px;}


.tit{position: relative;width: 100%;}

.tit .catname{font-size:calc(1.5vw + 20px);line-height: 1;margin-bottom:12px;color: #00513e;}
.tit .catdes{font-size:calc(0.2vw + 14px);line-height: 1;margin-bottom:25px;color: #333333;}
.tit .catdes1{font-size:calc(0.2vw + 14px); line-height: 1;color: #00513e;display: flex;align-items: center;}
.tit .catdes2{font-size:calc(0.5vw + 14px); line-height: 1;color: #f5bb1e;text-align: center;}
.tit .catdes1 span{width:3vw;height:2px; background: #00513e;display: inline-block;margin: 0px 3px; line-height: 1;}
/* 内页banner */
.index-banner{overflow: hidden;background: #fff;font-size: 0;line-height: 0; width:100%;margin: auto;}
.index-banner .mySwiper{width: 100%;overflow: hidden;}
.index-banner img{
    width: 100%;
    z-index: 99;
    transition:1s linear 2s;
    /* transform:scale(1.2,1.2) rotate(0.1deg); */
    }
 
    
  /* .index-banner .swiper-slide-active img,.swiper-slide-duplicate-active img{
    transition:6s linear;
    transform:scale(1,1) rotate(0.1deg);
  } */

/* .swiper-button-prev{left: -40px;}
.swiper-button-next{right: -40px;} */

.index-banner .swiper-slide{overflow: hidden;}

.index-banner .swiper-slide .container{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);line-height:1.3;color: #ffffff;z-index: 100;}
.index-banner .swiper-slide .container .des{text-indent: 360px;transition: 3s;}
.index-banner .swiper-slide-active .container .des{text-indent: 20px;transition: 3s;}
.index-banner video{position: absolute;left: 50%;bottom:0px; transform: translateX(-50%);z-index: 99;pointer-events: none;height:100vh;width:100vw; object-fit: fill;}
/*@media screen and (min-width: 1500px){*/
/*  .index-banner video{min-height:100%;min-width:100%;}*/
/*}*/
.index-banner video::-webkit-media-controls-overlay-play-button {
    display: none;
}
.index-banner video::-webkit-media-controls {
    display: none;
}
.index-banner .swiper-button-next{outline:none;color:#ffffff;right: 20px;background: rgba(0, 0, 0, 0.3);width: 40px; height: 60px;border-radius: 5px;}
.index-banner .swiper-button-prev{outline:none;color:#ffffff;left: 20px;background: rgba(0, 0, 0, 0.3);width: 40px; height: 60px;border-radius: 5px;}
.index-banner  .swiper-pagination{bottom: 30px;height: 10px;display: none;}
.index-banner  .swiper-pagination .swiper-pagination-bullet{background: #ffffff;opacity: 1;}
.index-banner  .swiper-pagination .swiper-pagination-bullet-active{background: rgba(207,0,16,1);opacity:1;}


.inside-banner {overflow: hidden;background: #000000;font-size: 0;line-height: 0; width:100%;margin: auto;position: relative;}
.inside-banner img{ width:100%;margin: auto; }

.inside-banner .about-list{margin-top:20px;width: 100%;  overflow: hidden;position: absolute;left:0;bottom: 0;padding: 2vw 0px; z-index: 100;line-height: 2;background: rgba(127,189,66,0.8);}
.inside-banner .about-list ul{display: flex;justify-content: center;flex-wrap: wrap;gap: 10%;}
.inside-banner .about-list ul li{float: left; margin-right: 2%; display: flex;align-items: center;flex-wrap: wrap;border-radius: 5px;}
.inside-banner .about-list ul li:nth-child(3n){margin-right: 0px;}
.inside-banner .about-list ul li .numCX{font-size: calc(20px + 3vw);line-height: 1; color:#ffffff;position: relative;font-weight: bold;}
.inside-banner .about-list ul li .numCX::after{content:"+";position: absolute;left: calc(100% + 5px);top: 2px;width: 20px;height: 20px;color: #ffffff;font-size: 16px;line-height: 20px;}
.inside-banner .about-list ul li sub{font-size:16px;color:#ffffff;}
.inside-banner .about-list ul li .indc{font-size: calc(14px + 0.2vw);color:#ffffff;}







.iAbout{ position: relative;overflow: hidden; margin: auto;padding: calc(20px + 6vw) 0px; }
.iAbout .container{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.iAbout .about-left{width: 42%;max-width:575px; float: left;transition: 0.2s;}
.iAbout .about-left .tit{position: relative;margin-bottom: 20px;}

.iAbout .about-right{width:55%;max-width:760px;margin: auto; overflow: hidden;}
.iAbout .about-right .details{margin-bottom: 20px;margin-top: 14px;color:#666666;font-size: calc(0.1vw + 14px);}
.iAbout .about-right a{display: block;width:100px; height:30px;line-height:30px; text-align: center;font-size: 14px;color: #ffffff;background: #8bc352;border-radius: 5px;}
.iAbout .about-right a:hover{background: #60b827;}
.iAbout .about-right .about-list{margin-top:calc(20px + 1.5vw);width: 100%;  overflow: hidden;}
.iAbout .about-right .about-list ul li{float: left;width: calc(32% - 2px); margin-right: 2%; display: flex;align-items: center;flex-wrap: wrap;border-radius: 5px;}
.iAbout .about-right .about-list ul li:nth-child(3n){margin-right: 0px;}
.iAbout .about-right .about-list ul li .numCX{font-size: calc(20px + 1vw);line-height: 1.2; color:#8bc352;position: relative;font-weight: bold;}
.iAbout .about-right .about-list ul li .numCX::after{content:"+";position: absolute;left: calc(100% + 5px);top: 5px;width: 0px;height: 0px;color: #8bc352;font-size: 16px;}
.iAbout .about-right .about-list ul li sub{font-size:14px;color:#8bc352;}
.iAbout .about-right .about-list ul li .indc{font-size: calc(14px + 0.1vw);color:#000000;}

.iSelling-chart{width: 100%;margin: auto;background: #efefef;padding: calc(20px + 4vw) 0px;}
.iSelling-chart .container1{width:100%; margin: 0 auto;display: flex;justify-content: space-between;}
.iSelling-chart .chart{width: 100%;margin: auto;display: flex;align-items: center;justify-content: center;margin-top: calc(20px + 3vw); }
.iSelling-chart .chart img{width: 100%;}

.iSelling-chart .chart .chartlist{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 100;}
.iSelling-chart .chart .chartlist ul{width: 100%;height: 100%;z-index: 100;position: relative;}
.iSelling-chart .chart .chartlist li{font-size:10px;line-height: 1;position: absolute;}
/* .iSelling-chart .chart .chartlist li::before{position: absolute;content:""; top: calc(100% + 5px);left: calc(50% - 2px);} */
.iSelling-chart .chart .chartlist li{width: 5px;height: 5px;border-radius: 3px; background: #e60012;}
.iSelling-chart .chart .chartlist li::before{background: #ffffff;border: 1px solid #aebbb8;border-radius: 2px;color:#00513d;line-height: 14px; text-align: center;transition:0.3s;}
.iSelling-chart .chart .chartlist li:hover::before{background:#00513d;color:#ffffff;}

.iSelling-chart .chart .chartlist .li1{top: 44.2%;left: 76.1%;width: 8px;height: 8px;border-radius: 4px; background: #e60012;}
.iSelling-chart .chart .chartlist .li1::before{position: absolute;content:"浙江|湖州";color:#e60012; width: 50px;height: 14px; top: calc(100% - 30px);left: calc(50% - 25px);}
.iSelling-chart .chart .chartlist .li2{top: 21.7%;left: 54.5%; }
.iSelling-chart .chart .chartlist .li2::before{position: absolute;content:"圣彼得堡"; width: 50px;height: 14px; top: calc(100% - 20px);left: calc(50% - 25px);}

.iSelling-chart .chart .chartlist .li3{top: 27.8%;left: 48.6%; }
.iSelling-chart .chart .chartlist .li3::before{position: absolute;content:"汉堡"; width: 30px;height: 14px; top: calc(100% - 20px);left: calc(50% - 15px);}

.iSelling-chart .chart .chartlist .li4{top: 28.5%;left: 46.9%; }
.iSelling-chart .chart .chartlist .li4::before{position: absolute;content:"伦敦";width: 30px;height: 14px; top: calc(100% - 20px);left: calc(50% - 15px);}

.iSelling-chart .chart .chartlist .li5{top: 30.3%;left: 47.5%; }
.iSelling-chart .chart .chartlist .li5::before{position: absolute;content:"巴黎";width: 30px;height: 14px; top: calc(100% - 20px);left: calc(50% - 15px);}

.iSelling-chart .chart .chartlist .li6{top: 31.1%;left: 49.8%; }
.iSelling-chart .chart .chartlist .li6::before{position: absolute;content:"布达佩斯"; width: 50px;height: 14px; top: calc(100% - 20px);left: calc(50% - 25px);}

.iSelling-chart .chart .chartlist .li7{top: 33.9%;left: 47.0%;  }
.iSelling-chart .chart .chartlist .li7::before{position: absolute;content:"勒阿佛尔港";width: 54px;height: 14px; top: calc(100% - 20px);left: calc(50% - 27px);}

.iSelling-chart .chart .chartlist .li8{top: 34.0%;left: 48.9%;  }
.iSelling-chart .chart .chartlist .li8::before{position: absolute;content:"米兰"; width: 30px;height: 14px; top: calc(100% - 20px);left: calc(50% - 15px);}

.iSelling-chart .chart .chartlist .li9{top: 35.02%;left: 29.37%; }
.iSelling-chart .chart .chartlist .li9::before{position: absolute;content:"纽约"; width: 30px;height: 14px; top: calc(100% - 20px);left: calc(50% - 15px);}

.iSelling-chart .chart .chartlist .li10{top: 35.47%;left: 25.27%; }
.iSelling-chart .chart .chartlist .li10::before{position: absolute;content:"芝加哥";width: 36px;height: 14px; top: calc(100% - 20px);left: calc(50% - 18px);}

.iSelling-chart .chart .chartlist .li11{top: 40.17%;left: 17.63%; }
.iSelling-chart .chart .chartlist .li11::before{position: absolute;content:"旧金山"; width: 36px;height: 14px; top: calc(100% - 20px);left: calc(50% - 18px);}

.iSelling-chart .chart .chartlist .li12{top: 78.2%;left: 34.9%; }
.iSelling-chart .chart .chartlist .li12::before{position: absolute;content:"圣保罗"; width: 36px;height: 14px; top: calc(100% - 20px);left: calc(50% - 18px);}

.iSelling-chart .chart .chartlist .li13{top: 84.2%;left: 29.5%; }
.iSelling-chart .chart .chartlist .li13::before{position: absolute;content:"瓦尔帕莱索港"; width: 70px;height: 14px; top: calc(100% - 20px);left: calc(50% - 35px);}

.iSelling-chart .chart .chartlist .li14{top: 86%;left: 32.7%; }
.iSelling-chart .chart .chartlist .li14::before{position: absolute;content:"布宜诺斯艾利斯";width: 80px;height: 14px; top: calc(100% - 20px);left: calc(50% - 40px);}

.iSelling-chart .chart .chartlist .li15{top: 49.7%;left: 65.32%; }
.iSelling-chart .chart .chartlist .li15::before{position: absolute;content:"孟买"; width: 30px;height: 14px; top: calc(100% - 20px);left: calc(50% - 15px);}


.iSelling-chart .chart .chartlist .li16{top: 53.4%;left: 72.1%;}
.iSelling-chart .chart .chartlist .li16::before{position: absolute;content:"曼谷"; width: 30px;height: 14px; top: calc(100% - 20px);left: calc(50% - 15px);}

.iSelling-chart .chart .chartlist .li17{top: 57.06%;left: 71.67%;}
.iSelling-chart .chart .chartlist .li17::before{position: absolute;content:"吉隆坡"; width: 36px;height: 14px; top: calc(100% - 20px);left: calc(50% - 18px);}

.iSelling-chart .chart .chartlist .li18{top: 61.66%;left: 72.67%;}
.iSelling-chart .chart .chartlist .li18::before{position: absolute;content:"新加坡"; width: 36px;height: 14px; top: calc(100% - 20px);left: calc(50% - 18px);}

.iSelling-chart .chart .chartlist .li19{top:66.4%;left: 73.55%; }
.iSelling-chart .chart .chartlist .li19::before{position: absolute;content:"雅加达"; width: 36px;height: 14px; top: calc(100% - 20px);left: calc(50% - 25px);}

.iSelling-chart .chart .chartlist .li20{top:86.45%;left: 83.07%; }
.iSelling-chart .chart .chartlist .li20::before{position: absolute;content:"墨尔本"; width: 36px;height: 14px; top: calc(100% - 20px);left: calc(50% - 25px);}



.iSelling-chart .chart .chartlist .li21{top:40.25%;left: 73.07%; }
.iSelling-chart .chart .chartlist .li21::before{position: absolute;content:"西安"; width: 30px;height: 14px; top: calc(100% - 20px);left: calc(50% - 15px);}

.iSelling-chart .chart .chartlist .li22{top:43.75%;left: 73.69%; }
.iSelling-chart .chart .chartlist .li22::before{position: absolute;content:"武汉"; width: 30px;height: 14px; top: calc(100% - 20px);left: calc(50% - 15px);}

.iSelling-chart .chart .chartlist .li23{top:44.85%;left: 72.09%;   }
.iSelling-chart .chart .chartlist .li23::before{position: absolute;content:"成都"; width: 30px;height: 14px; top: calc(100% - 20px);left: calc(50% - 15px);}

.iSelling-chart .chart .chartlist .li24{top:49.65%;left: 75.09%;  }
.iSelling-chart .chart .chartlist .li24::before{position: absolute;content:"广州"; width: 30px;height: 14px; top: calc(100% - 20px);left: calc(50% - 15px);}

.iSelling-chart .chart .chartlist .li25{top:49.65%;left: 75.09%; }
.iSelling-chart .chart .chartlist .li25::before{position: absolute;content:"香港"; width: 30px;height: 14px; top: calc(100% + 5px);left: calc(100% + 10px);}

.iSelling-chart .chart .chartlist .li26{top:38.55%;left: 75.97%; }
.iSelling-chart .chart .chartlist .li26::before{position: absolute;content:"北京"; width: 30px;height: 14px; top: calc(100% - 20px);left: calc(50% - 15px);}

.iSelling-chart .chart .chartlist .li27{top:44.95%;left: 77.17%;  }
.iSelling-chart .chart .chartlist .li27::before{position: absolute;content:"上海"; width: 30px;height: 14px; top: calc(100% - 20px);left: calc(50% - 15px);}

.iSelling-chart .chart .chartlist .li28{top:39.55%;left: 78.67%; }
.iSelling-chart .chart .chartlist .li28::before{position: absolute;content:"首尔"; width: 30px;height: 14px; top: calc(100% - 20px);left: calc(50% - 15px);}

.iSelling-chart .chart .chartlist .li29{top:40.55%;left: 80.57%; }
.iSelling-chart .chart .chartlist .li29::before{position: absolute;content:"神户"; width: 30px;height: 14px; top: calc(100% - 20px);left: calc(50% - 15px);}
.iSelling-chart .chart .chartlist .li30{top:40.55%;left: 80.57%; }
.iSelling-chart .chart .chartlist .li30::before{position: absolute;content:"大阪"; width: 30px;height: 14px; top: calc(100% + 2px);left: calc(50% - 15px);}

.iSelling-chart .chart .chartlist .li31{top:40.55%;left: 81.57%; }
.iSelling-chart .chart .chartlist .li31::before{position: absolute;content:"东京"; width: 30px;height: 14px; top: calc(100% - 20px);left:100%;}











.Selling-chart{width: 100%;margin: auto;margin-top: calc(20px + 2vw);}
.Selling-chart .des1{font-size: calc(20px + 3vw) ;font-weight: bold;line-height: 1;margin-bottom: 20px; text-align: center; color: #f6b300; position: relative;
  transition: 0.3s;/*text-shadow: 0px 2px  1px rgba(0,0,0,0.5);*/}
.Selling-chart .des2{font-size: calc(14px + 0.2vw);text-align: center;  color: #000; position: relative;transition: 0.3s;}



.iScale{width: 100%;margin: auto;padding: calc(20px + 4vw) 0px;}
.iScale .tit{text-align: center;}
.iScale .scale-list{margin-top:40px;width: 100%;  overflow: hidden;}
.iScale .scale-list ul li{float: left;margin-bottom: calc(15px + 0.7vw);transition: 0.3s; width: calc(32% - 2px); margin-right: 2%; display: flex;align-items: center;justify-content: center;flex-wrap: wrap;padding: 40px 0px;border:1px solid #8bc352;border-radius: 5px;}
.iScale .scale-list ul li:nth-child(3n){margin-right: 0px;}
.iScale .scale-list ul li .image{height: 80px;display: flex;align-items: center;justify-content: center;margin-bottom: 5px;transition: 0.3s;}
.iScale .scale-list ul li .numCX{font-size: calc(20px + 2vw);line-height: 1.5; color:#8bc352;position: relative;font-weight: bold;transition: 0.3s;}
.iScale .scale-list ul li .numCX::after{content:"+";position: absolute;left: calc(100% + 5px);top: -5px;width: 0px;height: 0px;color: #8bc352;font-size: 25px;transition: 0.3s;}
.iScale .scale-list ul li sub{font-size: calc(14px + 0.1vw);color:#8bc352;transition: 0.3s;transition: 0.3s;}
.iScale .scale-list ul li .indc{font-size: calc(14px + 0.1vw);color:#000000;text-align: center;transition: 0.3s;}
.iScale .scale-list ul li:hover{background: #8bc352;}
.iScale .scale-list ul li:hover .image{filter: brightness(5);}
.iScale .scale-list ul li:hover .numCX{color:#ffffff;}
.iScale .scale-list ul li:hover .numCX::after{color:#ffffff;}
.iScale .scale-list ul li:hover sub{color:#ffffff;}
.iScale .scale-list ul li:hover .indc{color:#ffffff;}



.iProducts{width: 100%;padding: calc(20px + 6vw) 0px;width: 100%;overflow: hidden;background: #f7f7f7;}

.iProducts .cat-title{width: 100%;overflow: hidden; position: relative;margin: calc(20px + 1vw) 0px;}
.iProducts .cat-title ul{margin: auto;}
.iProducts .cat-title ul li{text-align: center;border-radius: 25px;overflow: hidden;float: left;margin-right: 30px;}
.iProducts .cat-title ul li a{display: block;line-height:30px;font-size: 16px;padding:0px 15px;color:#00513e;border: 1px solid #00513e;border-radius: 15px;}
.iProducts .cat-title ul li:hover a{color:#ffffff;background: #ea6e66;border: 1px solid #ea6e66;}
.iProducts .cat-title ul li.active a{color:#ffffff;background: #ea6e66;border: 1px solid #ea6e66;}


.iProducts .iProducts_details{width: 100%;position: relative;}

.iProducts .iProducts_details .iProducts-next1{width:50px;z-index:10;height:50px;border-radius: 25px;background: #f8f8f8;display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0; position: absolute;left: calc(100% + 10px);top:200px;}
.iProducts .iProducts_details .iProducts-prev1{width:50px;z-index:10;height:50px;border-radius: 25px;background: #f8f8f8;display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0; position: absolute;left: -60px;top:200px;}
.iProducts .iProducts_details .iProducts-next2{width:50px;z-index:10;height:50px;border-radius: 25px;background: #f8f8f8;display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0; position: absolute;left: calc(100% + 10px);top:200px;}
.iProducts .iProducts_details .iProducts-prev2{width:50px;z-index:10;height:50px;border-radius: 25px;background: #f8f8f8;display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0; position: absolute;left: -60px;top:200px;}
.iProducts .iProducts_details .iProducts-next3{width:50px;z-index:10;height:50px;border-radius: 25px;background: #f8f8f8;display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0; position: absolute;left: calc(100% + 10px);top:200px;}
.iProducts .iProducts_details .iProducts-prev3{width:50px;z-index:10;height:50px;border-radius: 25px;background: #f8f8f8;display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0; position: absolute;left: -60px;top:200px;}
.iProducts .iProducts_details .iProducts-next4{width:50px;z-index:10;height:50px;border-radius: 25px;background: #f8f8f8;display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0; position: absolute;left: calc(100% + 10px);top:200px;}
.iProducts .iProducts_details .iProducts-prev4{width:50px;z-index:10;height:50px;border-radius: 25px;background: #f8f8f8;display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0; position: absolute;left: -60px;top:200px;}
.iProducts .iProducts_details .iProducts-next5{width:50px;z-index:10;height:50px;border-radius: 25px;background: #ffffff;display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0; position: absolute;left: calc(100% + 10px);top:200px;}
.iProducts .iProducts_details .iProducts-prev5{width:50px;z-index:10;height:50px;border-radius: 25px;background: #ffffff;display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0; position: absolute;left: -60px;top:200px;}
.iProducts .iProducts_details .iProducts-next6{width:50px;z-index:10;height:50px;border-radius: 25px;background: #ffffff;display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0; position: absolute;left: calc(100% + 10px);top:200px;}
.iProducts .iProducts_details .iProducts-prev6{width:50px;z-index:10;height:50px;border-radius: 25px;background: #ffffff;display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0; position: absolute;left: -60px;top:200px;}
.iProducts .iProducts_details .iProducts-next7{width:50px;z-index:10;height:50px;border-radius: 25px;background: #ffffff;display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0; position: absolute;left: calc(100% + 10px);top:200px;}
.iProducts .iProducts_details .iProducts-prev7{width:50px;z-index:10;height:50px;border-radius: 25px;background: #ffffff;display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0; position: absolute;left: -60px;top:200px;}
.iProducts .iProducts_details .iProducts-next8{width:50px;z-index:10;height:50px;border-radius: 25px;background: #ffffff;display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0; position: absolute;left: calc(100% + 10px);top:200px;}
.iProducts .iProducts_details .iProducts-prev8{width:50px;z-index:10;height:50px;border-radius: 25px;background: #ffffff;display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0; position: absolute;left: -60px;top:200px;}



.iProducts .iProducts_details .iProducts-next:hover{background: #60b827;}
.iProducts .iProducts_details .iProducts-prev:hover{background: #60b827;}
.iProducts .iProducts_details .iProducts-next:hover img{filter: brightness(5);}
.iProducts .iProducts_details .iProducts-prev:hover img{filter: brightness(5);}
.iProducts .iProducts_con{width: 100%;margin: auto; display:none;position:relative;}
.iProducts .iProducts_con .swiper{overflow: hidden;}
.iProducts .iProducts_con:nth-child(1){display: block;}
.iProducts .iProducts_con ul{}
.iProducts .iProducts_con ul li{float: left;overflow: hidden;}
.iProducts .iProducts_con ul li .details{overflow: hidden;transition: 0.3s;}
.iProducts .iProducts_con ul li .details a{width:calc(100% - 0px);margin: auto;display: block;}
.iProducts .iProducts_con ul li .details .image{ overflow: hidden; display: flex;align-items: center;justify-content: center;max-height:450px}
.iProducts .iProducts_con ul li .details .image img{max-width: 100%;max-height:450px}
.iProducts .iProducts_con ul li .details img{transition: 0.6s;}

.iProducts .iProducts_con ul li .details .title { font-size: calc(18px + 0.6px);padding:20px 0px 10px; color: #003a25; position: relative;transition: 0.3s;}
.iProducts .iProducts_con ul li .details .des { font-size: calc(14px + 0.1vw) ; color: #666666; position: relative;transition: 0.3s;}
.iProducts .iProducts_con ul li .details .des p{font-size: calc(14px + 0.1vw) ; color: #666666; position: relative;transition: 0.3s;padding-left: 10px;position: relative;}
.iProducts .iProducts_con ul li .details .des p::before{content:"";position: absolute;left: 0;top:14px; width:4px;height: 4px;background:#333 ;border-radius: 2px;}
.iProducts .iProducts_con ul li .details:hover img{transform: scale(1.1,1.1);}
.iProducts .iProducts_con ul li .details:hover .title{color:#60b827;}

.search_tit{font-size: calc(20px + 0.5vw);line-height: 1.5; text-align: left;}
.search_tit span{font-size: calc(20px + 0.5vw);line-height: 1.5;font-weight: bold; color:#00513e;}
.vnews-list{display: flex;flex-wrap: wrap;}
.vnews-list li{width:32%;margin-right: 2%;margin-bottom: 30px;}
.vnews-list li:nth-child(3n){margin-right: 0;}
.vnews-list li .details{overflow: hidden;transition: 0.3s;}
.vnews-list li .details a{width:calc(100% - 0px);margin: auto;display: block;}
.vnews-list li .details .image{ overflow: hidden; display: flex;align-items: center;justify-content: center;}
.vnews-list li .details .image img{width: 100%;}
.vnews-list li .details img{transition: 0.6s;}
.vnews-list li .details .title { font-size: calc(18px + 0.6px);padding:20px 0px 10px; color: #003a25; position: relative;transition: 0.3s;}
.vnews-list li .details .summary { font-size: calc(14px + 0.1vw) ; color: #666666; position: relative;transition: 0.3s;}
.vnews-list li .details .summary p{font-size: calc(14px + 0.1vw) ; color: #666666; position: relative;transition: 0.3s;padding-left: 10px;position: relative;}
.vnews-list li .details .summary p::before{content:"";position: absolute;left: 0;top:14px; width:4px;height: 4px;background:#333 ;border-radius: 2px;}
.vnews-list li .details:hover img{transform: scale(1.1,1.1);}
.vnews-list li .details:hover .title{color:#60b827;}

.iSlogan{width: 100%;padding: calc(20px + 6vw) 0px ;width: 100%;overflow: hidden;}
.iSlogan .container{width: 100%;overflow: hidden;}
.iSlogan .slogan{font-size: calc(20px + 1.2vw);line-height: 1.5; color:#00523e;text-align: center;}
.iSlogan .slogan p{display: flex;align-items: center;justify-content: center;}
.iSlogan .slogan span{font-size: calc(20px + 1.2vw);line-height: 1.5;font-weight: bold; color:#00513e;}
.iSlogan .slogan span.span2{width:4vw;height:5px; background: #00513e;display: inline-block;margin: 0px 4px; line-height: 1;}


.iMachining{width: 100%;}
.iMachining .tit{text-align: center;color:#ffffff;}
.iMachining .tit .catname{display: inline-block;}
.iMachining .tit .catdes{color:#ffffff;}
.iMachining .container1{background: url(../images/iMachining_bg.png)no-repeat center;padding: 80px 0px 100px;border-radius: 50px;overflow: hidden;}
.iMachining-details{width: 593px;height: 593px;margin: auto;position: relative;background: url(../images/point_bg.png)no-repeat center;background-size: cover; margin-top: 80px;}
/* .iMachining-details::after{content:"";position: absolute;animation: yuanbox 20s linear 0s infinite; left: 0;top: 0; width:100%;height:100%;background:url(../images/round.png)no-repeat center;border-radius: 5px;} */
.iMachining-details .rotateimg{position: absolute;left: 0;top:0;width: 593px;height: 593px;z-index: 10;animation: yuanbox 20s linear 0s infinite;}
.Machining-cat{position: absolute;width: 593px;height: 593px;left: 0;top: 0;z-index: 10;}
.Machining-cat ul{width: 100%;height: 100%;position: relative;}
.Machining-cat ul li{position: absolute;color: #ffffff;font-size: 18px;}
.Machining-cat .list1{position: absolute;left: 220px; top:-58px;z-index: 100;}
.Machining-cat .list1::before{content:"";position: absolute;left: calc(50% - 5px);top: 53px; width:10px;height: 10px;background:#ffffff ;border-radius: 5px;}
.Machining-cat .list1::after{content:"";position: absolute;left: calc(50% - 18px);top:40px; width:30px;height: 30px;border:3px solid rgba(255,255,255,0) ;border-radius: 18px;}

.Machining-cat .list2{position: absolute;left: 604px; top:190px;width: 150px;z-index: 100;}
.Machining-cat .list2::before{content:"";position: absolute;left: -31px;top: 13px; width:10px;height: 10px;background:#ffffff ;border-radius: 5px;}
.Machining-cat .list2::after{content:"";position: absolute;left: -45px;top:0px; width:30px;height: 30px;border:3px solid rgba(255,255,255,0) ;border-radius: 18px;}

.Machining-cat .list3{position: absolute;left: 498px; top:516px;width: 150px;z-index: 100;}
.Machining-cat .list3::before{content:"";position: absolute;left: -31px;top: 13px; width:10px;height: 10px;background:#ffffff ;border-radius: 5px;}
.Machining-cat .list3::after{content:"";position: absolute;left: -45px;top:0px; width:30px;height: 30px;border:3px solid rgba(255,255,255,0) ;border-radius: 18px;}

.Machining-cat .list4{position: absolute;left: -50px; top:520px;width: 150px;text-align: right;z-index: 100;}
.Machining-cat .list4::before{content:"";position: absolute;left: 170px;top: 13px; width:10px;height: 10px;background:#ffffff ;border-radius: 5px;}
.Machining-cat .list4::after{content:"";position: absolute;left: 157px;top:0px; width:30px;height: 30px;border:3px solid rgba(255,255,255,0) ;border-radius: 18px;}

.Machining-cat .list5{position: absolute;left: -159px; top:183px;width: 150px;text-align: right;z-index: 100;}
.Machining-cat .list5::before{content:"";position: absolute;left: 170px;top: 13px; width:10px;height: 10px; background:#ffffff ;border-radius: 5px;}
.Machining-cat .list5::after{content:"";position: absolute;left: 157px;top:0px; width:30px;height: 30px;border:3px solid rgba(255,255,255,0) ;border-radius: 18px;}
.Machining-cat ul li.swiper-slide-thumb-active{color: #60b827;}
.Machining-cat ul li.swiper-slide-thumb-active::before{background:#60b827}
.Machining-cat ul li.swiper-slide-thumb-active::after{border:3px solid #60b827 ;}

.Machining-con{position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;overflow: hidden;z-index: 100;border-radius: 50%;overflow: hidden;}
.Machining-con ul{width: 100%;height: 100%;}
/* .Machining-con ul li{width: 100%;height: 100%;display: none;}
.Machining-con ul li:first-child{display: block;} */
.Machining-con ul li .content{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.Machining-con ul li .details{max-width: 445px;}
.Machining-con ul li .details .title{text-align: center;font-size:38px;color: #60b827;}
.Machining-con ul li .details .line{width: 52px;height: 5px;background: #60b827;border-radius: 2px; margin: auto; margin-top:10px;margin-bottom: 30px; border-radius: 10px;}
.Machining-con ul li .details .des{font-size:18px;line-height:30px;color: #60b827;margin-bottom: 60px;max-height:240px ;overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 8;}
.Machining-con ul li .details .more{font-size:18px;color: #60b827;text-align: center;display: block;}





.swiper-button-disabled{opacity: 0.5;background: rgba(96,184,39,0.1);}
.iNews{width: 100%;padding: 60px 0px;}
.iNews .container{display: flex;justify-content: space-between;flex-wrap: wrap;}
.iNews .iNews-cate{width: 100%;}
.iNews .iNews-cate ul{margin-top: 20px;}
.iNews .iNews-cate ul li{height: 50px;margin-right: 20px; display: block;text-align: center;border-radius: 25px;overflow: hidden;float: left;}
.iNews .iNews-cate ul li a{display: block;line-height: 50px;color: #333333;font-size: 18px;}
.iNews .iNews-cate .more{float: right;}
.iNews .iNews-detail{width: 100%;margin-top: 20px;}
.iNews .iNews-detail-left{width: 67%;float: left;overflow: hidden;}
.iNews .iNews-detail-left .image img{width: 100%;height: 580px;}
.iSwiper_news .swiper-pagination{bottom: 0px;}
.iSwiper_news .swiper-pagination .swiper-pagination-bullet{background: #ffffff;opacity: 1;}
.iSwiper_news .swiper-pagination .swiper-pagination-bullet-active{background: #60b827;opacity:1;}
.iNews .iNews-detail-right{width: 31%;float: right;}

.iNews .iNews-detail-right{position: relative;padding: 70px 0px;}
.iNews .iNews-detail-right .swiper{height: 440px;}
.iNews .iNews-detail-right .button-next{position: absolute;bottom:0px;left: 0px;width: 100%;height: 64px;background: #60b827;font-size: 0;line-height: 0;display: flex;align-items: center;justify-content: center;}
.iNews .iNews-detail-right .button-prev{position: absolute;top:0px;left: 0px;width: 100%;height: 64px;background: #60b827;font-size: 0;line-height: 0;display: flex;align-items: center;justify-content: center;}
.iNews .iNews-detail-right .swiper-slide{background: #ffffff;overflow: hidden;border-bottom: 1px solid #e6e6e6;}
.iNews .iNews-detail-right .detail{width: 100%;overflow: hidden;}
.iNews .iNews-detail-right .detail .title{line-height: 25px;height: 50px;font-size: 18px;margin-bottom: 10px;color: #000;}
.iNews .iNews-detail-right .detail .time{color:#902927;font-size: 16px;line-height: 20px;color: rgba(51,51,51,0.8);}
.iNews .iNews-detail-right .detail .time a{float: right;color: rgba(51,51,51,0.8);}
.iNews .iNews-detail-right .swiper-slide-thumb-active .detail .title{color:#60b827;}
.iNews .iNews-detail-right .swiper-slide-thumb-active .detail .time{color:#60b827;}
.iNews .iNews-detail-right .swiper-slide:hover .detail .title{color:#60b827;}
.iNews .iNews-detail-right .swiper-slide:hover .detail .time{color:#60b827;}
.iNews .iNews-detail-right .swiper-slide:hover .detail .time a{color:#60b827;}

.iPartner{width: 100%;padding: calc(20px + 2vw) 0px ;}
.iPartner .iPartner-detail{width: 100%;margin-top: calc(20px + 1vw);position: relative;}
.iPartner .iPartner-detail .mySwiper_Partner{overflow: hidden;}
.iPartner .iPartner-detail ul li .image{height: 100px;display: flex;align-items: center;justify-content: center;}
.iPartner .iPartner-detail ul li .image img{max-height: 100px;}


.iCustomer .tit{margin-bottom:30px;}
.iCustomer .Customer-detail{overflow: hidden;}
.iCustomer .Customer-detail ul li{text-align: center;}
.iCustomer .Customer-detail ul li .image{margin-bottom: calc(2vw + 3px);height: 150px; width: 100%;overflow: hidden;background: #f8f8f8;border-radius: 70px;display: flex;align-items: center;justify-content: center;}
.iCustomer .Customer-detail ul li .title{font-size: 16px;}



.contact_info ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.contact_info ul li{width: calc(49% - 100px);padding:35px 50px; float: left;background: #f8f8f8;display: flex;align-items: center;margin-bottom: 15px;border-radius: 15px;}
.contact_info ul li:nth-child(5n){width: 100%;}
.contact_info ul li .image{width:80px;height: 80px;display: flex;justify-content: center;align-items: center;margin-right: 20px;}
.contact_info ul li .title{font-size:16px; color:#34855b;}
.contact_info ul li .des{font-size: 26px;color:#34855b;line-height: 1.2;}

/*联系我们*/
/* .lxfscol{display: flex;flex-wrap: wrap;justify-content: space-between;}
.lxfscol .contact-tit{font-size: calc(22px + 1vw);margin-bottom: calc(20px + 1vw);}
.lxfscol .lxfs-ul{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: calc(20px + 3vw);}
.lxfscol .lxfs-ul .wechat{width: 265px; box-shadow:0px 0px 20px 4px #f7f7f7;}
.lxfscol .lxfs-ul .wechat .image{width: 100%;height: 230px;display: flex;justify-content: center;align-items: center;}
.lxfscol .lxfs-ul .wechat .tt{text-align: center;color:#60b827;font-size: 20px;}
.lxfscol .lxfs-ul ul{width: calc(100% - 290px); display: flex;justify-content: space-between;flex-wrap: wrap;font-size: 20px;} 
.lxfscol .lxfs-ul ul li{margin-bottom: 25px; margin-right: 25px;display: flex;align-items: center;padding: 20px 20px; box-shadow:0px 0px 20px 4px #f7f7f7;}
.lxfscol .lxfs-ul ul li .image{width: calc(25px + 3vw);display: flex;justify-content: center;align-items: center;margin-right: 10px;float: left;}
.lxfscol .lxfs-ul ul li .tt{color:#60b827;font-size: 20px;}
.lxfscol .lxfs-ul ul li .con{color:#333333;font-size: 20px;}
.lxfscol .lxfs-ul ul li:nth-child(3n){margin-right: 0px;}
.lxfscol .lxfs-ul ul li:nth-child(3n + 1){width: calc(45% - 65px);}
.lxfscol .lxfs-ul ul li:nth-child(3n + 2){width: calc(32% - 65px);}
.lxfscol .lxfs-ul ul li:nth-child(3n + 3){width: calc(23% - 40px);}
.lxfscol .lxfs-ul ul li:nth-child(6n + 4){margin-bottom:0;}
.lxfscol .lxfs-ul ul li:nth-child(6n + 5){margin-bottom:0;}
.lxfscol .lxfs-ul ul li:nth-child(6n + 6){margin-bottom:0;}
.lxfscol .lxfs-con img{max-width:100%;} */
.lxfs-form{padding: calc(20px + 1vw) 0px;}
.lxfs-Message{width: 100%;max-width: 900px;background: #efefef;margin: auto;border-radius: 15px;padding:70px 50px;}
.lxfs-Message .title{font-size: calc(22px + 1vw);text-align: center;color: #004c38;}
.lxfs-Message .title2{font-size:calc(14px + 0.2vw);margin-bottom: calc(20px + 1vw);text-align: center;color: #333333;}
.lxfs-Message ul{}
.lxfs-Message ul li{margin-bottom: 30px;overflow: hidden;position: relative;}
.lxfs-Message ul li label{margin-bottom: 5px;width: 100%;display: block; color: #004c38;font-size: 16px;overflow: hidden;}
.lxfs-Message ul li input{width:calc(100% - 0px);text-indent:80px; height:80px;line-height:80px;outline: none;background: #ffffff; border-radius:5px;border:none;}
.lxfs-Message ul li textarea{width:calc(100% - 85px);padding:20px 5px 20px 80px;text-indent:0px; height:140px;line-height:35px;outline: none;background: #ffffff; border-radius:5px;border:none;}
.lxfs-Message ul li.textname::after{position: absolute;top: 52px;left: 0;content:"";width: 70px; height: 40px; background:#ffffff url('../images/name.png') no-repeat center; border-right: 2px solid #b1cac5;}
.lxfs-Message ul li.textunit::after{position: absolute;top: 52px;left: 0;content:"";width: 70px; height: 40px; background:#ffffff url('../images/unit.png') no-repeat center ; border-right: 2px solid #b1cac5;}
.lxfs-Message ul li.textcontent::after{position: absolute;top: 52px;left: 0;content:"";width: 70px; height: 40px; background:#ffffff url('../images/content.png') no-repeat center; border-right: 2px solid #b1cac5;}
.lxfs-Message ul li.textphone::after{position: absolute;top: 52px;left: 0;content:"";width: 70px; height: 40px; background:#ffffff url('../images/phone.png') no-repeat center; border-right: 2px solid #b1cac5;}
.lxfs-Message .messagesubmit{display: block; margin: auto; width: 200px;height: 50px;line-height: 50px;text-align: center;border: none;background: #00513e;border-radius:25px;color: #fff;font-size: 20px;cursor: pointer;margin-top: 60px;}

.lxfs-service{background: #efefef;margin-top: calc(20px + 3vw);padding: calc(20px + 4vw) 0px;}
.lxfs-service .service{width: 100%;max-width: 1000px; }
.lxfs-service .service ul{}
.lxfs-service .service ul li{width:100%;display: flex; justify-content: space-between;flex-wrap: wrap;position: relative;}
.lxfs-service .service ul li .key{position: absolute;content:"";width: 40px;height: 40px;line-height: 40px;text-align: center;font-size: 20px;color: #fff;background: #004a37;border:2px solid #ffffff; top: calc(50% - 22px);left: calc(50% - 22px);border-radius: 22px;z-index: 10;}
.lxfs-service .service ul li::after{position: absolute;content:"";width: 10px;height: calc(100% + 40px);background: #004a37;top: -20px;left: calc(50% - 5px);z-index: 1;border-radius: 5px;}
.lxfs-service .service ul li:nth-child(2n){flex-direction: row-reverse;}
.lxfs-service .service ul li .left{width: calc(50% - 164px);padding:0px 60px;border:2px solid #7aa298; border-radius: 80px 0px 0px 80px;border-right: none;display: flex;align-items: center;}
.lxfs-service .service ul li .left .left-con{width: 100%;}
.lxfs-service .service ul li .left .tt{font-size: calc(16px + 1.2vw);font-weight: bold;color: #004a37;position: relative;line-height: 1;}
.lxfs-service .service ul li .left .des{font-size: 18px;line-height: 1.5;margin-top: 10px;color: #004a37;}
.lxfs-service .service ul li:nth-child(2n) .left{border-radius: 0px 80px 80px 0px;border:2px solid #7aa298;border-left: none;}
.lxfs-service .service ul li:nth-child(2n) .left .tt{text-align: right;}
.lxfs-service .service ul li:nth-child(2n) .left .des{text-align: right;}
.lxfs-service .service ul li .details{width: calc(50% - 80px);padding:20px 40px;line-height: 1.7;}
.lxfs-service .service ul li .details .con p{padding-left: 10px;position: relative;}
.lxfs-service .service ul li .details .con p::after{position: absolute;content:"";width: 4px;height: 4px;line-height: 10px;text-align: center;color: #fff;background: #000000;border-radius:2px;top: 12px;left: 0;}
/*招才纳贤 */
.lxfs-contact{width: 100%;max-width: 1000px;margin: auto;padding: calc(20px + 1vw) 0px 0px;}
.recruitpage1{width: 100%;overflow: hidden;}
.recruitpage1 .recruittitle{font-size: calc(22px + 1.5vw);color: #000000;padding:  0px 0px calc(20px + 2vw);line-height: 1;text-align: center;}
.recruitpage1 .container{border-radius: 25px;overflow: hidden;}
.recruitpage1 .details{position: relative;border-radius: 15px;overflow: hidden;background: #000000;}
.recruitpage1 .details .image{width: 100%;font-size: 0;line-height: 0;overflow: hidden;}
.recruitpage1 .details .image img{width: 100%;transition: 0.6s;opacity: 0.5;}
.recruitpage1 .details .content{position: absolute;top: 0%;left: 0%;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;text-align: center;color: #ffffff;font-size: 24px;}
.recruitpage1 .details:hover .image img{transform: scale(1.1,1.1);}

.recruitpage2  .details{width: 100%;overflow: hidden;}
.recruitpage2  .list{border-bottom: 1px solid #666666;padding-bottom:10px;margin-bottom: 20px;}
.recruitpage2  .list .p1{width: 100%;font-size: 22px;color: #60b827;}
.recruitpage2  .list .p-1{width: 100%;overflow: hidden;font-size: 15px;color: #333333;}
.recruitpage2  .list .p2{float: left;margin-right: 15px;}
.recruitpage2  .list .p3{float: left;margin-right: 15px;}
.recruitpage2  .list .p4{float: left;margin-right: 15px;}
.recruitpage2  .list .p5{float: right;}
.recruitpage2  .list .p6{width: 100%;overflow: hidden;display: none; transition: 0.6s;color: #666666;font-size: 18px;padding: 30px 0px;}

/*关于我们*/
.pagecol .editor{font-size:24px;}

.abouttit{padding: calc(2vw + 10px) 0;}
.abouttit .catname{font-size:calc(1.4vw + 12px);}
.abouttit .des{color:#30416b;font-size:18px;}

.aboutpage1{position: relative;overflow: hidden;padding: calc(20px + 3vw) 0px;}
.aboutpage1 .details{width: 100%;overflow: hidden;}
.aboutpage1 .details .tt{font-size: calc(20px + 1.3vw);color: #69b221;line-height: 2;display: flex;align-items: center;}
.aboutpage1 .details .tt span.span2{width:4vw;height:3px; background: #69b221;display: inline-block;margin: 0px 4px; line-height: 1;}
.aboutpage1 .details .con{margin-top:10px;font-size: 15px;}
.aboutpage1 .details .con1{margin-top:10px;font-size: 15px;}
/*企业文化*/
.aboutpage2{margin-top: calc(20px + 1vw) ; padding: 156px 0px;max-width: 1920px;margin: auto;overflow: hidden; position:relative;background: url('../images/aboutbg-2.png') no-repeat top center;}
.aboutpage2 .about-tit{width: 100%;text-align: center;margin-bottom:80px;}
.aboutpage2 .about-tit .catname{font-size:calc(1.4vw + 12px);color: #ffffff;margin-bottom: 12px;line-height: 1;}
.aboutpage2 .about-tit .catdes{font-size:18px;color: #ffffff;}
.aboutpage2 .container{width: 92%;margin: auto;}
.aboutpage2 ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.aboutpage2 ul li{width:calc(32% - 160px);background: #ffffff;border-radius: 10px;overflow: hidden;padding: 0px 80px;box-shadow:2px 2px 2px 1px rgba(0,0,0,0.1);transition: 0.3s;}
.aboutpage2 ul li .image{width: 100%;font-size: 0; line-height: 0;overflow: hidden;display: flex;justify-content: center;align-items: center;height:370px;border-bottom: 2px solid #69b221;}
.aboutpage2 ul li .image img{transition: 0.3s;}
.aboutpage2 ul li .tt{margin-top:calc(20px + 1vw); font-size: calc(20px + 1.4vw);font-weight: bold;color: #000000;position: relative;text-align: center;}
.aboutpage2 ul li .con{ overflow: hidden;font-size: calc(14px + 0.1vw); color:#000000;transition: 0.3s;text-align: center;margin-bottom: calc(20px + 3vw);}
.aboutpage2 ul li:hover{background: #69b221;}
.aboutpage2 ul li:hover .image{border-bottom: 2px solid #ffffff;}
.aboutpage2 ul li:hover .image img{filter: grayscale(100) brightness(10);}
.aboutpage2 ul li:hover .tt{color: #ffffff;}
.aboutpage2 ul li:hover .con{color: #ffffff;}

.aboutpage3{position:relative;background-size: 100%;max-width: 1920px;margin: auto;overflow: hidden;}
.aboutpage3 .bg{font-size: 0; line-height: 0;overflow: hidden;width: 100%;}
.aboutpage3 .bg img{max-width: 100%;}
.aboutpage3 .about-tit{width: 100%;position: absolute;top: 10%;left: 0;z-index: 10;}
.aboutpage3 .about-tit .catname{font-size:calc(1.4vw + 12px);color: #ffffff;margin-bottom: 12px;line-height: 1;display: flex;align-items: center;flex-wrap: wrap;}
.aboutpage3 .about-tit .catname span.span2{width:4vw;height:3px; background: #ffffff;display: inline-block;margin: 0px 4px; line-height: 1;}
.aboutpage3 .about-tit .catdes{font-size:18px;color: #ffffff;display: flex;align-items: center; flex-wrap: wrap;}
.aboutpage3 .about-tit .catdes span.span2{width:2vw;height:2px; background: #ffffff;display: inline-block;margin: 0px 4px; line-height: 1;}
.aboutpage3 .container{width: 92%;margin: auto;}
.aboutpage3 .about-reliable ul{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.aboutpage3 .about-reliable ul li{position: relative;}
.aboutpage3 .about-reliable ul li.item1{display: block; position: absolute;left: 76.8%;bottom: 48.4%;z-index: 10;}
.aboutpage3 .about-reliable ul li.item1 img{width: 10vw;position: absolute;left: -5vw; top: -0.3vw;display: none;}
.aboutpage3 .about-reliable ul li.item2{display: block; position: absolute;left: 72.9%;bottom: 46.4%;z-index: 10;}
.aboutpage3 .about-reliable ul li.item2 img{width: 8vw;position: absolute;left: -2.9vw;top: -0.3vw;display: none;}

.aboutpage3 .about-reliable ul li.item3{display: block; position: absolute;left: 75.4%;bottom: 37.7%;z-index: 10;}
.aboutpage3 .about-reliable ul li.item3 img{width: 7.1vw;position: absolute;left: -2.5vw;top: 0vw;display: none;}

.aboutpage3 .about-reliable ul li.item4{display: block; position: absolute;left: 77.8%;bottom: 43.1%;z-index: 10;}
.aboutpage3 .about-reliable ul li.item4 img{width: 6.1vw;position: absolute;left: -1.6vw;top: -0.1vw;display: none;}

.aboutpage3 .about-reliable ul li.item5{display: block; position: absolute;left: 56.6%; bottom: 38.1%;z-index: 10;}
.aboutpage3 .about-reliable ul li.item5 img{width: 9.7vw;position: absolute;left: -4.8vw;top: -0.1vw;display: none;}
.aboutpage3 .about-reliable ul li.item6{display: block; position: absolute;left: 49.2%;bottom: 43.3%;z-index: 10;}
.aboutpage3 .about-reliable ul li.item6 img{width: 17.6vw;position: absolute;left: -7.1vw;top: -1.4vw;display: none;}

.aboutpage3 .about-reliable ul li.item7{display: block; position: absolute;left: 46.8%;bottom: 33.5%;z-index: 10;}
.aboutpage3 .about-reliable ul li.item7 img{width: 14.3vw;position: absolute;left: -5.3vw;top: -2.7vw;display: none;}

.aboutpage3 .about-reliable ul li.item8{display: block; position: absolute;left: 60.2%;bottom: 33%;z-index: 10;}
.aboutpage3 .about-reliable ul li.item8 img{width: 12.6vw;position: absolute;left: -6.6vw;top: -0.1vw;display: none;}


.aboutpage3 .about-reliable ul li .details{display: none;position: absolute;top: -253px;left: -62px; width: 164px;height:243px;margin: auto;overflow: hidden;background: url('../images/tea-bg.png') no-repeat center center;
  transition: 0.6s;text-align: center;
  margin-bottom:50px;}
.aboutpage3 .about-reliable ul li .details .tt{font-size: calc(16px + 0.6vw);line-height: 60px; font-weight: bold;margin-bottom:20px;border-bottom: 2px solid #b9d79a;color:#00422d;}
.aboutpage3 .about-reliable ul li .details .con{line-height: 2;font-size: 15px;color:#00422d;}
.aboutpage3 .about-reliable ul li .details .con *{color:#00422d;}
.aboutpage3 .about-reliable ul li .images{margin: auto;font-size: 0; line-height: 0;width:2vw;height: 3.2vw;position:relative;}
.aboutpage3 .about-reliable ul li:hover .details{display: block;}
.aboutpage3 .about-reliable ul li:hover img{display: block;}
.aboutpage3 .about-reliable ul li:hover{opacity: 1;}

.aboutpage3 .about-list{width: 100%;position: absolute;bottom: 7%;left: 0;z-index: 10;}
.aboutpage3 .about-list ul li{float: left;width: calc(25% - 2px); margin-right: 2%; display: flex;align-items: center;flex-wrap: wrap;border-radius: 5px;}
.aboutpage3 .about-list ul li:nth-child(3n){margin-right: 0px;}
.aboutpage3 .about-list ul li .numCX{font-size: calc(20px + 3vw);line-height: 1; color:#ffffff;position: relative;text-shadow: 0px 2px 2px #666666;}
.aboutpage3 .about-list ul li .numCX::after{content:"+";position: absolute;left: calc(100% + 5px);top: -2px;width: 0px;height: 0px;color: #ffffff;font-size: 18px;}
.aboutpage3 .about-list ul li sub{font-size:16px;color:#ffffff;}
.aboutpage3 .about-list ul li .indc{font-size: calc(14px + 0.1vw);color:#ffffff;}



.aboutpage4{background-size: 100%;padding: calc(20px + 7vw) 0px;width: 100%;overflow: hidden;}
.aboutpage4 .bg{font-size: 0; line-height: 0;overflow: hidden;width: 100%;}
.aboutpage4 .bg img{max-width: 100%;}
.aboutpage4 .about-tit{width: 100%;text-align: center;margin-bottom: 40px;}
.aboutpage4 .about-tit .catname{font-size:calc(1.4vw + 12px);margin-bottom: 12px;line-height: 1;display: flex;align-items: center;justify-content: center;}
.aboutpage4 .about-tit .catname span.span2{width:4vw;height:3px; background: #333333;display: inline-block;margin: 0px 4px; line-height: 1;}
.aboutpage4 .about-tit .catdes{font-size:18px;color: #333333;display: flex;align-items: center; flex-wrap: wrap;justify-content: center;}
.aboutpage4 .about-tit .catdes span.span2{width:2vw;height:2px; background: #333333;display: inline-block;margin: 0px 4px; line-height: 1;}
.aboutpage4 .about-tit .catdes1{font-size:calc(1.4vw + 12px);color: #f4a700;}
.aboutpage4 .container{width: 92%;margin: auto;}
/* .aboutpage4 ul{display: flex;flex-wrap: wrap;} */
.aboutpage4 .product-marquee-con{width: 100%;overflow: hidden;height: 350px;overflow: hidden;}
.aboutpage4 ul li{border-radius: 10px;overflow: hidden;position: relative;float: left; margin-right: 30px;margin-bottom: 30px;}
.aboutpage4 ul li .image{width: 100%;max-height: 300px;font-size: 0; line-height: 0;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.aboutpage4 ul li .image img{transition: 0.6s;width: 100%;}
.aboutpage4 ul li .details{opacity: 0;transition: 0.6s; position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;text-align: center;background:rgba(126, 188, 25, 0.8);}
.aboutpage4 ul li .details div{width: 100%;}
.aboutpage4 ul li .tt{ font-size: calc(16px + 0.8vw);font-weight: bo d; color: #ffffff;position: relative;text-align: center;line-height: 1.3;}
.aboutpage4 ul li .ett{ overflow: hidden;font-size: calc(14px + 0.1vw); color:#ffffff;transition: 0.6s;text-align: center;max-width: 90%;margin: auto;}
.aboutpage4 ul li .con{ overflow: hidden;font-size: 14px;max-width: 300px;color:#ffffff;transition: 0.6s;text-align: left;margin: auto;text-align: justify;line-height: 2;}
.aboutpage4 ul li:hover .details{opacity: 1;}
.aboutpage4 ul li:hover .img img{transform: scale(1.1,1.1);}
/* .aboutpage4 ul li:last-child .details{opacity: 1;background: #00513e;} */
.aboutpage4-des{font-size: calc(12px + 0.4vw);max-width: 1200px;margin: auto;line-height: 2;text-align: center;}

.aboutpage5{position:relative;overflow: hidden;width: 100%; background-size: 100%;padding: calc(20px + 7vw) 0px;background: url('../images/about-bg5.png') no-repeat center center;background-size: cover;}
.aboutpage5 .bg{font-size: 0; line-height: 0;overflow: hidden;width: 100%;position: absolute;left: 0;top: 0;z-index: -1;}
.aboutpage5 .bg img{max-width: 100%;}
.aboutpage5 .about-tit{width: 100%;}
.aboutpage5 .about-tit .catname{font-size:calc(1.4vw + 12px);color: #ffffff;margin-bottom: 12px;line-height: 1;}
.aboutpage5 .about-tit .catdes{font-size:18px;color: #8fcb41;}
.aboutpage5 .container{width: 92%;margin: auto;}

.aboutpage5 .about-history{position: relative;}
.aboutpage5 .about-history .button-next{position: absolute;right: -60px;top: 50%;transform: translateY(-50%);}
.aboutpage5 .about-history .button-next img{width: 40px;height: 40px;}
.aboutpage5 .about-history .button-prev{position: absolute;left: -60px;top: 50%;transform: translateY(-50%);}
.aboutpage5 .about-history .button-prev img{width: 40px;height: 40px;}
.aboutpage5 .history-swiper{width: 100%;overflow: hidden;margin-top: 60px;height:600px;background: url('../images/history-bg.png') no-repeat center center;background-size: 100%;}
.aboutpage5 .history-swiper ul li .details{width:100%;margin: auto;}
.aboutpage5 .history-swiper ul li .tt{ font-size: calc(16px + 1.2vw);line-height: 1; font-weight: bold;color: #84c141;position: relative;margin-bottom: 20px;}
.aboutpage5 .history-swiper ul li .con{ overflow: hidden;font-size: calc(12px + 0.2vw); color:rgba(255, 255, 255, 0.9);transition: 0.6s;margin-bottom: 5px;}
.aboutpage5 .history-swiper ul li .encon{ overflow: hidden;font-size: calc(12px + 0.2vw);color:rgba(255, 255, 255, 0.9);transition: 0.6s;}
.aboutpage5 .history-swiper ul li:nth-child(2n){margin-top: 385px;}
.aboutpage5 .history-swiper ul li:hover .tt{font-size: calc(16px + 1.4vw);}
.aboutpage5 .history-swiper ul li:hover .con{color: #84c141;}
.aboutpage5 .history-swiper ul li:hover .encon{color: #84c141;}

.aboutpage6{width: 100%;padding: calc(20px + 7vw) 0px;overflow: hidden;background: url('../images/about-certificate-bg.png') no-repeat center center;}
.aboutpage6 .about-tit{width: 100%;text-align: center;}
.aboutpage6 .about-tit .catname{font-size:calc(1.4vw + 12px);color: #ffffff;margin-bottom: 12px;line-height: 1;}
.aboutpage6 .about-tit .catdes{font-size:18px;color: #ffffff;}
.about-certificates .cert-image{width: 100%;font-size: 0; line-height: 0;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.about-certificates .cert-image img{max-width: 100%;}
.about-certificates .cert-list ul{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.about-certificates .cert-list ul li{box-sizing: border-box;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
.about-certificates .cert-list ul li .image{width: 100%;height: 100px;display: flex;justify-content: center;align-items: center;}
.about-certificates .cert-list ul li .image img{max-width: 100%;}
.about-certificates .cert-list ul li .tt{font-size: calc(12px + 0.4vw);line-height: 1; font-weight: bold;color: #333333;text-align: center;}
/* 
.aboutpage5 .about-history{background: url('../images/time-bg.png') no-repeat bottom center;}
.aboutpage5 .about-history .container{display: flex; align-items: flex-end;}
.aboutpage5 ul{width:16.666%;float: left;position: relative;}
.aboutpage5 ul::after{content: '';position: absolute;bottom:-5px;left:-9px;width:12px;height:12px;border-radius: 50%; background: #ffffff;border: 3px solid #69b221;}
.aboutpage5 ul:nth-child(6n+2){margin-bottom: 28px;}
.aboutpage5 ul:nth-child(6n+3){margin-bottom: 95px;}
.aboutpage5 ul:nth-child(6n+4){margin-bottom: 77px;}
.aboutpage5 ul:nth-child(6n+5){margin-bottom: 165px;}
.aboutpage5 ul:nth-child(6n+6){margin-bottom:135px;}
.aboutpage5 ul li{position: relative;border-left: 2px solid #69b221;padding-bottom:60px ;}
.aboutpage5 ul li::before{content: '';position: absolute;top: 0;left: -5px; width: 8px; height: 8px;border-radius: 50%; background: #69b221;}
.aboutpage5 ul li:last-child{position: relative;border-left: 2px solid #69b221;padding-bottom:100px;} 
.aboutpage5 ul li .details{width:80%;margin: auto;}
.aboutpage5 ul li .tt{ font-size: calc(16px + 0.5vw);line-height: 1; font-weight: bold;color: #84c141;position: relative;top: -8px;}
.aboutpage5 ul li .con{ overflow: hidden;font-size: 12px; color:rgba(255, 255, 255, 0.9);transition: 0.6s;margin-bottom: 5px;}
.aboutpage5 ul li .encon{ overflow: hidden;font-size: 12px;color:rgba(255, 255, 255, 0.9);transition: 0.6s;}
.aboutpage5 ul li:hover{}
.aboutpage5 ul li:hover .img img{transform: scale(1.1,1.1);}
*/


/*茶园基地*/
.cyjdpage{width: 92%;margin:60px auto;}
.cyjdpage .nyaboutswiper1{margin-bottom: 20px;}
.cyjdpage .nyaboutswiper2{}
.cyjdpage .image{width: 100%;font-size: 0; line-height: 0;border-radius: 10px;overflow: hidden;}
.cyjdpage .image img{transition: 0.6s;max-height: 240px;}
.cyjdpage .image img:hover{transform: scale(1.1,1.1);}

/*质量体系*/
.zltxpage{width: 100%;overflow: hidden;position: relative;}
.mySwiper_Honor{width: 80%;margin: auto;overflow: hidden;padding:40px 0px;}
.mySwiper_Honor ul li{display: flex;align-items: center;position: relative;height:calc(300px + 8vw);} 
.mySwiper_Honor ul li a{width:100%;height:100%;position: relative;display: flex;align-items: center;flex-wrap: wrap;}
.mySwiper_Honor ul li a p{display: none; position: absolute;top: calc(100% + 10px);left: 0;width: 100%;text-align: center;color: #000000;}
.mySwiper_Honor ul li img{width: 90%;margin:auto;box-shadow:0px 0px 10px 5px rgba(51,51,51,0.3);}
.mySwiper_Honor ul li.swiper-slide-active{z-index: 1000;}
.mySwiper_Honor ul li.swiper-slide-active img{position:absolute;width: 140%;left: -20%;}
.mySwiper_Honor ul li.swiper-slide-active a p{display: block;}
.mySwiper_Honor ul li.swiper-slide-prev{z-index: 999;}
.mySwiper_Honor ul li.swiper-slide-prev img{position:absolute;width: 120%;left: -10%;}
.mySwiper_Honor ul li.swiper-slide-next{z-index: 999;}
.mySwiper_Honor ul li.swiper-slide-next img{position:absolute;width: 120%;left: -10%;}
.mySwiper_Honor .swiper-pagination-bullet-active{background:#b17255;}
.zltxpage .button-prev{font-size: 0;line-height: 0; position: absolute;left: 0px;top: 50%;transform: translateY(-50%);z-index: 1000;border-radius: 28px;}
.zltxpage .button-next{font-size: 0;line-height: 0; position: absolute;right: 0px;top: 50%;transform: translateY(-50%);z-index: 1000;border-radius: 28px;}
.zltxpage .button-prev:hover{background: #60b827;}
.zltxpage .button-next:hover{background: #60b827;}
.zltxpage .button-prev:hover img{filter: brightness(10);}
.zltxpage .button-next:hover img{filter: brightness(10);}

/**/
.productlist{}
.productlist .tit{text-align: center;}

.pro-service{width: 100%;position: relative;padding: calc(20px + 6vw) 0px ;}
.pro-service .service-details{position: relative;margin-top: calc(20px + 4vw);}
.pro-service .service-details .bg{width: 22vw;height:22vw;position: absolute;top: calc(50% - 11vw);left: calc(50% - 11vw);background:#7fbd42;border-radius: 50%;box-shadow: 1px 1px 10px 5px rgba(127,189,66,0.5);display: flex;align-items: center;justify-content: center;z-index: 10;}
.pro-service .service-details .bg p{font-size: calc(20px + 1.5vw);color: #ffffff;line-height: 1.5;text-align: center;}
.pro-service ul{width: 100%;display: flex;align-items: center;justify-content: space-between; flex-wrap: wrap;}
.pro-service ul li{float: left;border:1px solid #d8d8d8;border-radius: 10px;width: 40%;padding: 1vw 0;transition: 0.2s;margin-top: 8px;}
.pro-service ul li img{width: 100%;}
.pro-service ul li .title{font-size: 18px;color: #00533f;line-height: 2;}
.pro-service ul li .des{font-size: 15px;color: #00533f;line-height: 2;margin-bottom: 8px;}
.pro-service ul li .con{font-size: 14px;color: #000000;line-height: 2;}
.pro-service ul li .con p{position: relative;padding-left: 10px;}
.pro-service ul li .con p::before{content: "";position: absolute;left: 0px;top: 12px;width: 4px;height: 4px;background: #000000;border-radius: 50%;}
.pro-service ul li .details{}
.pro-service ul li:nth-child(4n+1){border:1px solid #d0a27e;margin-bottom: 35px;}
.pro-service ul li:nth-child(4n+1) .details{ margin-left: 12%;}
.pro-service ul li:nth-child(4n+2){border:1px solid #f09a8d;margin-bottom: 35px;}
.pro-service ul li:nth-child(4n+2) .details{ margin-left: 20%;}
.pro-service ul li:nth-child(4n+3){border:1px solid #c1d866;}
.pro-service ul li:nth-child(4n+3) .details{ margin-left: 12%;}
.pro-service ul li:nth-child(4n+4){border:1px solid #fad15b;}
.pro-service ul li:nth-child(4n+4) .details{ margin-left: 20%;}
.pro-service ul li:hover{background: #7fbd42;margin-top: 0px;box-shadow: 0px 0px 10px 5px rgba(127,189,66,0.5);}
.pro-service ul li:hover .title{color: #ffffff;}
.pro-service ul li:hover .des{color: #ffffff;}
.pro-service ul li:hover .con{color: #ffffff;}
.pro-service ul li:hover .con p::before{background: #ffffff;}

.pro-partner{width: 100%;overflow: hidden;position: relative;}
.pro-partner .partner-tit{background:url(../images/partner-tit-bg.jpg) no-repeat top center;width:100%;height: 560px; max-width: 1920px;margin: auto;overflow: hidden;}
.pro-partner .partner-tit .tit-po{position: relative;margin-top: 60px;overflow: hidden;}
.pro-partner .partner-tit .catdes{position: absolute;top: 0;width: 100%;font-weight: bold; font-size: calc(16px + 3.5vw); text-transform: uppercase; color: rgba(255,255,255,0.4); line-height: 1;text-align: center;}
.pro-partner .partner-tit .catname{position: absolute;top:30px;width: 100%;font-weight: bold; font-size: calc(20px + 1.5vw);color: rgba(255,255,255,1);line-height: 1.5;text-align: center;}

.pro-partner .partner-tit-list{margin-top:300px;width: 100%;  overflow: hidden;}
.pro-partner .partner-tit-list ul{width: 100%;display: flex;align-items: center;justify-content: space-between; flex-wrap: wrap;}
.pro-partner .partner-tit-list ul li{float: left;margin-bottom: calc(15px + 0.7vw);transition: 0.3s; width:33%; display: flex;align-items: center;justify-content: center;flex-wrap: wrap;border-radius: 5px;}
.pro-partner .partner-tit-list ul li .indc{font-size: calc(14px + 0.1vw);color:#ffffff;text-align: center;transition: 0.3s;}
.pro-partner .partner-tit-list ul li .indc span{font-size: calc(20px + 2vw);}

.pro-partner .partner-list{padding: calc(20px + 4vw) 0px;width: 100%;  overflow: hidden;background: #f5f5f5;}
.pro-partner .partner-list ul li{float: left;width: calc(23% - 2px); margin-right: 2.66%; margin-bottom: 20px;border-radius: 5px; background: #ffffff;height: 120px;display: flex;align-items: center;justify-content: center;}
.pro-partner .partner-list ul li:nth-child(4n){margin-right: 0px;}
.pro-partner .partner-list ul li img{max-width: 100%;max-height: 100%;transition: 0.6s;}
.pro-partner .partner-list ul li:hover img{transform: scale(1.1,1.1);}

.product_left{width: 22%;float: left;}
.product_left .inset-cate{text-align: left;}
.product_left ul li{padding-left: 25px;position: relative;line-height: 40px;margin-bottom: 20px;}
.product_left ul li::after{content: "";position: absolute;left: 0px;top: 13px;width:0px;height: 14px;background: url(../images/leaf.png) no-repeat center;border-radius: 5px;}
.product_left ul li .nv{font-size: 20px;color: #333333;}
.product_left ul li .child{position: relative;padding-left: 25px;display: none;}
.product_left ul li .child a{font-size: 16px;color: #666666;}
.product_left ul li.cur .nv{color: #60b827;}
.product_left ul li.cur::after{width:14px;}
.product_left ul li.cur .child{display: block;}
.product_left ul li .child::after{content: "";position: absolute;left: 0px;top: 13px;width:0px;height: 14px;background: url(../images/leaf.png) no-repeat center;border-radius: 5px;}
.product_left ul li .child.cur a{color: #60b827;}
.product_left ul li .child.cur::after{width:14px;}


.productlist .detail {padding-top: 90px;  display: flex;  flex-wrap: wrap;width: 78%;float: right;}
.productlist .detail li {  flex: 0 1 calc(94% / 4);  overflow: hidden;  margin-right: 2%;margin-bottom: 25px;}
.productlist .detail li:nth-child(4n) {  margin-right: 0;}
.productlist .detail li a{width:calc(100% - 0px);margin: auto;display: block;}
.productlist .detail li .image{ overflow: hidden;aspect-ratio: 1; display: flex;align-items: center;justify-content: center;background: #BED1D5;}
.productlist .detail li .image img{max-width: 100%;max-height: 100%;}
.productlist .detail li img{transition: 0.6s;}
.productlist .detail li img:hover{transform: scale(1.1,1.1);}
.productlist .detail li .title { font-size: 18px;line-height: 25px;height: 50px; color: #000;text-align: center;  margin: 20px 0 0;position: relative;}
.productlist .detail li .summary{font-size: 14px;color:#666;}

.productlist1 .editor{font-size:24px;margin-bottom:40px;}
.productlist1 .detail { display: flex;  flex-wrap: wrap;width: 100%;}
.productlist1 .detail li {  flex: 0 1 calc(94% / 4);  overflow: hidden;  margin-right: 2%;margin-bottom: 25px;}
.productlist1 .detail li:nth-child(4n) {  margin-right: 0;}
.productlist1 .detail li a{width:calc(100% - 0px);margin: auto;display: block;}
.productlist1 .detail li .image{ overflow: hidden;display: flex;align-items: center;justify-content: center;}
.productlist1 .detail li .image img{max-width: 100%;max-height: 100%;}
.productlist1 .detail li img{transition: 0.6s;}
.productlist1 .detail li img:hover{transform: scale(1.1,1.1);}
.productlist1 .detail li .title { font-size: 18px;line-height: 25px;color: #000;text-align: center;  margin: 20px 0 0;position: relative;}
.productlist1 .detail li .summary{font-size: 14px;color:#666;}



.rdcenterpage{}
.rdcenterpage li{width: calc(100% - 80px);padding: 40px;background-color: #f1f3f7;border-radius: 15px;margin-bottom: 20px;}
.rdcenterpage li .details{width: calc(50% - 60px);padding: 0px 30px;color: #000000;}
.rdcenterpage li .details .title{font-size: calc(16px + 0.7vw);margin-bottom: 12px;}
.rdcenterpage li .details .span{float: left;color: #60b827;}
.rdcenterpage li .details .button{margin-top: calc(10px + 0.5vw);}
.rdcenterpage li .details a.more{height: 50px;border-radius: 25px;transition: 0.3s; line-height: 50px; width: 145px;display: block;background: #60b827;color: #ffffff;margin-right: 10px;text-align: center;float: left;}
.rdcenterpage li .details a.more:hover{background:#909bb2 ;transition: 0.3s;}
.rdcenterpage li .details a.pdf{height: 50px;line-height: 50px;width: 145px; border-radius: 25px;display: block;background: #909bb2;color: #ffffff;text-align: center;float: left;}
.rdcenterpage li .details a.pdf:hover{background:#60b827;transition: 0.3s;}
.rdcenterpage li .image{width:50%;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.rdcenterpage li .image a{overflow: hidden;}
.rdcenterpage li .image img{transition: 0.6s;}
.rdcenterpage li .image img:hover{transform: scale(1.2,1.2);}
.rdcenterpage li:nth-child(odd){display: flex;align-items: center;justify-content: space-between;flex-direction:row-reverse;}
.rdcenterpage li:nth-child(even){display: flex;align-items: center;justify-content: space-between;flex-direction:row;}


.picture{ /*display: flex; */max-width: 1360px;margin: auto;}
.picture .detail {  display: flex;  flex-wrap: wrap;}
.picture .detail li {  flex: 0 1 calc(97% / 4);   overflow: hidden;  margin-right: 1%;margin-bottom: 15px;/*background: #f8f8f8;*/}
.picture .detail li:nth-child(4n) {  margin-right: 0;}
.picture .detail li .image_bg{display: block;width:calc(100% - 30px);margin: auto;padding: 15px;background: #f8f8f8; border-radius: 12px;}
.picture .detail li .image{ overflow: hidden;border-radius: 10px; display: flex;align-items: center;justify-content: center;height: 200px; }
.picture .detail li .image img{max-width: 100%;max-height: 100%;overflow: hidden;}
.picture .detail li img{transition: 0.6s;}
.picture .detail li img:hover{transform: scale(1.1,1.1);}
.picture .detail li .title { font-size: 16px;line-height: 25px;height: 50px; color: #000;text-align: center;  margin: 20px 0 0;position: relative;}
.picture .detail li .summary{font-size: 14px;color:#666;}

.picture1{ display: flex; }
.picture1 .detail {  display: flex;  flex-wrap: wrap;}
.picture1 .detail li {  flex: 0 1 calc(91% / 7);  border-radius: 3px;  overflow: hidden;  margin-right: 1.5%;margin-bottom: 25px;}
.picture1 .detail li:nth-child(7n) {  margin-right: 0;}
.picture1 .detail li .image{ overflow: hidden;border-radius: 10px; display: flex;align-items: center;justify-content: center;}
.picture1 .detail li .image img{max-width: 100%;max-height: 100%;transition: 0.6s;}
.picture1 .detail li .image img:hover{transform: scale(1.1,1.1);}
.picture1 .detail li .title {  text-align: center;font-size: 16px;line-height: 25px;height: 50px; color: #000;  margin: 20px 0 0;position: relative;}



/* .picture .detail li p::after{position: absolute;content:"";width: 30px;height: 8px;border-radius: 4px; background: #000000;left: calc(50% - 15px);bottom: 0;} */
.picture .detail li:hover img {  transform: scale(1.1, 1.1);}
.picture .detail li:hover p{color:#2458a4;}
.picture .detail li:hover p::after{background: #2458a4;}



.hydt{display: flex; }
.hydt .details li {margin-bottom: 25px;width:32%;overflow:hidden;background:#f9f9f9;border-radius:5px;float:left;margin-right:2%;}
.hydt .details li a {width:90%;padding:20px 5%;display:block;  font-size: 16px;  overflow: hidden;}
.hydt .details li a .image{width:100%; font-size: 0;font-weight: 0;overflow: hidden;display: flex;height:206px;}
.hydt .details li a .image img{width:100%;transition: 0.6s;border-radius: 5px;overflow: hidden;}
.hydt .details li a .title {width: 100%; font-size: 18px;color: #333333;line-height:30px;height:60px; margin:10px auto;overflow:hidden; text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.hydt .details li a .des{margin-bottom: 5px; color:#808080;font-size: 14px;line-height: 25px;height:50px;overflow:hidden; text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.hydt .details li a .date { font-size: 12px;line-height: 2;color: #b3b3b3;}
.hydt .details li:hover{background:#1f72ec;transition:0.3s;}
.hydt .details li:hover a *{color:#ffffff;}
.hydt .details li:nth-child(3n){margin-right:0;}

/*qyxy*/
.qyxypage{width: 100%;overflow: hidden;background: url(../images/qyxy_bg.png)no-repeat center bottom;min-height: 700px;padding-top:40px; }
.qyxypage .details{margin: auto; display: flex;justify-content:space-between;}
.qyxypage .details li{max-width: 305px;}
.qyxypage .details li .title{font-size: 32px;color: #60b827;text-align: center;}
.qyxypage .details li .des{font-size: 22px;color:#333333;text-align: center;}

.gltdpage{width: 100%;max-width: 940px;margin: auto; padding: 45px 60px;border-radius: 20px; background: #f8f8f8; overflow: hidden; }
.gltdpage .details{margin: auto;}
.gltdpage .details li{width: 50%;float: left;display: flex;align-items: center;margin-top: 25px;margin-bottom: 25px;}
.gltdpage .details li .image{width: 145px;height: 190px;border-radius: 10px;border:5px solid #ffffff;background: #dadada;font-size: 0;line-height: 0;float: left;margin-right: 30px;}
.gltdpage .details li .title{font-size: 26px;color: #a52424;}
.gltdpage .details li .des{font-size: 20px;color:#333333;line-height: 30px;}

.jgzxpage{overflow: hidden;}
.jgzxpage ul li{max-width:1300px;margin: auto; border-radius: 20px; background: #f8f8f8; overflow: hidden;margin-bottom: 20px;}
.jgzxpage ul li a{width: calc(100% - 100px);padding: 45px 50px;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap; flex-direction: row-reverse;}
.jgzxpage ul li a .image{width: 41.25%;overflow: hidden;border-radius: 10px;padding-bottom:25px;}
.jgzxpage ul li a .image .swiper-slide{overflow: hidden;}
.jgzxpage ul li a .image img{overflow: hidden;transition: 0.6s;border-radius: 10px;width: 100%;}
.jgzxpage ul li a .details{width: calc(58.75% - 60px);}
.jgzxpage ul li a .details .title{font-size: calc(26px + 0.6vw);color: #000000;line-height: 1; position: relative;padding-bottom: calc(10px + 1vw);margin-bottom:  calc(10px + 1vw);}
.jgzxpage ul li a .details .title::after{position: absolute;content: "";width:50px;height: 5px;border-radius: 3px; background: #60b827;left: 0;bottom: 0;}
.jgzxpage ul li a .details .des{font-size: 18px;color:#666666;line-height: 30px;margin-bottom:  calc(10px + 1vw);}
.jgzxpage ul li a .details .more{font-size: 16px;color:#60b827;line-height: 30px;}
.jgzxpage ul li:nth-child(2n) a{flex-direction: row;}
.jgzxpage ul li a .image:hover img{transform: scale(1.1,1.1);}
.jgzxpage ul li a .details:hover .title{color:#60b827;}
.jgzxpage ul li a .details .more:hover .title{text-indent: 10px;}

.yafzswiper .swiper-pagination-bullet-active{background: #60b827;}


.articlepage .mySwiper_news_con{position: relative;width: 47%;float: right;}
.articlepage .mySwiper_news_con .button-next{position: absolute;top:0;right: -55px;width: 50px;height: 100%;background: #60b827;font-size: 0;line-height: 0;display: flex;align-items: center;justify-content: center;}
.articlepage .mySwiper_news_con .button-prev{position: absolute;top:0;left: -55px;width: 50px;height: 100%;background: #60b827;font-size: 0;line-height: 0;display: flex;align-items: center;justify-content: center;}

.articlepage .mySwiper_news{width: 100%;overflow: hidden;height: 515px;}
.articlepage .mySwiper_news .swiper-slide{background: #ffffff;border-radius: 10px;overflow: hidden;}

.articlepage .mySwiper_news .detail{overflow: hidden;display: flex;align-items: center;flex-wrap: wrap;height:110px;  justify-content: space-between; flex-direction: row-reverse;}
.articlepage .mySwiper_news .detail .time{width: 100px;height:110px; text-align: center;background:#7fbd42 ;display: flex;align-items: center;justify-content: center;}
.articlepage .mySwiper_news .detail .time p{font-size: 15px;color: #ffffff;line-height: 20px;}
.articlepage .mySwiper_news .detail .title{width: calc(100% - 120px);float: right; line-height: 25px;font-size: 15px;}
/* .articlepage .mySwiper_news .swiper-slide-thumb-active{background: #60b827;}
.articlepage .mySwiper_news .swiper-slide-thumb-active .detail .title{color:#ffffff;}
.articlepage .mySwiper_news .swiper-slide-thumb-active .detail .time{color:#ffffff;} */

.articlepage .mySwiper_news .swiper-slide-thumb-active .detail .time{background: #00513e;}



.articlepage .mySwiper_news2{width: 48.5%;margin: auto;max-width: 939px; overflow: hidden;float: left;}
.articlepage .mySwiper_news2 .image{width: 100%;overflow: hidden;border-radius: 10px;height: 350px;overflow: hidden;}
.articlepage .mySwiper_news2 .image img{width: 100%;transition: 0.6s;}
.articlepage .mySwiper_news2 .detail{width: 100%;margin-top: 20px;}
.articlepage .mySwiper_news2 .detail .title{font-size: 22px;color: #005441;font-weight: bold;}
.articlepage .mySwiper_news2 .detail .time{font-size: 13px;color: #005441;line-height: 1;}
.articlepage .mySwiper_news2 .detail .summary{font-size: 15px;color: rgba(51,51,51,0.8);margin:10px auto;}
.articlepage .mySwiper_news2 .detail .more{width: 100px; font-size: 13px;color: #ffffff;text-align: center; background: #60b827;padding: 5px 10px;border-radius: 5px;}
.articlepage .mySwiper_news2 .detail .more:hover{background: #00513e;}
.articlepage .mySwiper_news2 .swiper-slide-active:hover .image img{transform: scale(1.1,1.1);}

/* .articlepage .details{width: 100%;overflow: hidden;}
.articlepage .details li {position:relative;width: 48%;float: left;padding: 30px 0px;border-bottom: 1px solid #e2e2e2; overflow: hidden;margin-right: 4%;}
.articlepage .details li:nth-child(2n){margin-right: 0px;}
.articlepage .details li a {width: 100%;display:flex;align-items: center;justify-content: space-between; overflow: hidden;flex-wrap: wrap;}
.articlepage .details li a .image{width: 300px;margin-right: 20px;overflow: hidden;border-radius: 15px;}
.articlepage .details li a .image img{transition: 0.6s;}
.articlepage .details li a .detail{width: 100%;}
.articlepage .details li a .title {width: 100%; font-size: calc(0.4vw + 14px);color: #333333;margin-bottom: 10px; line-height: 35px;transition: 0.3s;}
.articlepage .details li a .title p{width: calc(100% - 100px);float: left;}
.articlepage .details li a .title span{float: right;font-size: calc(0.2vw + 12px);color: #999999;}
.articlepage .details li a .des{margin-bottom: 5px; color:#333333;font-size: calc(0.2vw + 12px);line-height: 2;transition: 0.3s;width: 100%;overflow: hidden;}
.articlepage .details li a .date { font-size: 12px;line-height: 2;color: #b3b3b3;transition: 0.3s;}
.articlepage .details li a .icon{font-size: calc(0.2vw + 12px);color: #666666;transition: 0.3s;}
.articlepage .details li a:hover .image img{transform: scale(1.1,1.1);}
.articlepage .details li a:hover .title {  color: #60b827;}
.articlepage .details li a:hover .title span {  color: #60b827;}
.articlepage .details li a:hover .des{  color: #60b827;}
.articlepage .details li a:hover .icon{  color: #e4600d;} */

.xwlb{display: flex; }
.xwlb .details li {border-bottom: 1px dashed #60b827;margin-bottom: 18px; }
.xwlb .details li a {  display: flex;justify-content: space-between; align-items: center;  padding-bottom: 18px;  font-size: 16px;  overflow: hidden;}
.xwlb .details li a .title {width: 100%; font-size: 18px;color: #333333;line-height: 35px;}
.xwlb .details li a .date { font-size: 12px;line-height: 35px;white-space: nowrap;flex: 0 0 120px;text-align: right;}
.xwlb .details li a:hover .title {  color: #60b827;}

.articleshow{position: relative;}
.articleshow .content{width: 1060px;max-width: calc(100% - 300px); float: left;}
.articleshow .content img{max-width: 100%;}
.articleshow .content .title{font-size: 31px; line-height: 40px;margin:10px auto;color: #333333;}
.articleshow .content .time{width: 100%;overflow: hidden;font-size: 18px; color:#60b827;padding-bottom:20px;margin-bottom: 30px;border-bottom: 1px solid #e2e2e2;}
.articleshow .content .image{display: flex;justify-content: center;}
.articleshow .content .editor{width: 100%;overflow: hidden;font-size: 18px; color: #666666;line-height: 30px;}

.articleshow .qrcode{position: absolute;right: 0;top: 0;}
.articleshow .qrcode .wechat{width: 265px;padding: 10px 0px 60px; background: #ffffff; box-shadow:0px 0px 20px 4px #f7f7f7;}
.articleshow .qrcode .wechat .image{width: 100%;height: 230px;display: flex;justify-content: center;align-items: center;}
.articleshow .qrcode .wechat .tt{text-align: center;color:#60b827;font-size: 20px;line-height: 25px;}


.article_show1{display: flex;justify-content: space-between;}
.article_show1 .image{margin-right: 40px;}
.article_show1 .editor{width: calc(100% - 200px);}

.productshow{}
.productshow .productshow-title{font-size: calc(1vw + 20px) ;line-height:2;color: #000000;}
.productshow .productshow-title .span{float: left;color: #60b827;}
.productshow .productshow-des{margin-bottom: 40px;}
.content-part-one{overflow: hidden;margin: auto;display: flex;align-items: center;justify-content: space-between;}
.content-part-one .fl{width: 45%;float: left;font-size: 0;line-height: 0;}
.content-part-one .fl .image{overflow: hidden;}
.content-part-one .fl img{transition: 0.6s;}
.content-part-one .fl img:hover{transform: scale(1.2,1.2);}
.content-part-one .fr{width: 50%;float: right;height: 462px;border-radius: 20px; background: #e8edf4;display: flex;align-items: center;justify-content: center;font-size: 18px; color: #666666; }

.content-part-one .fr  .specification{width:100%;overflow: hidden;margin-bottom: calc(10px + 1vw);}
.content-part-one .fr  .specification .co{width: calc(100% - 80px);}
.content-part-one .fr  .indication{width:100%;overflow: hidden;margin-bottom: calc(10px + 1vw);}
.content-part-one .fr  .indication .co{width: calc(100% - 90px);}
.content-part-one .fr  .department{width:100%;overflow: hidden;margin-bottom: calc(10px + 1vw);}
.content-part-one .fr  .department .co{width: calc(100% - 110px);}


.content-part-one .fr .span{float: left; color: #60b827;}
.content-part-one .fr .co{float: left;}
.content-part-one .fr .button a.pdf{height: 50px;transition: 0.3s;line-height: 50px;width: 145px; border-radius: 25px;display: block;background: #909bb2;color: #ffffff;text-align: center;float: left;}
.content-part-one .fr .button a.pdf:hover{background: #60b827;color: #ffffff;}

.content-part-two{width: 100%;overflow: hidden;border-top: 1px solid #ebecef; margin: 60px auto 0;position: relative;}
.content-part-two .part-two-con{margin: auto;}
.content-part-two .part-two-con p{width: calc(100% - 70px);padding-left: 70px;transition: 0.3s; padding: 20px 0px 20px 70px;border-bottom: 1px solid #ebecef;position: relative;color: #10529c;font-size: 18px;}
.content-part-two .part-two-con p::after{content: "";left:26px;top: 35px; position: absolute;width:6px;height: 6px;border-radius: 3px;background: #10529c;}
.content-part-two .part-two-con p::before{content: "";left:22px;top: 31px; position: absolute;width:12px;height: 12px;border-radius: 7px;border: 1px solid #10529c;}
.content-part-two .part-two-con p:hover{padding-left: 55px;}

.contact_li{width: 100%;overflow: hidden;display: flex;justify-content: space-between;align-items: center;}
.contact_li li{display: flex;justify-content: center;align-items: center;}
.contact_li li .pic{margin-right: 30px;}
.contact_li li .tt{font-size: 22px;line-height: 1;margin-bottom: 12px;}
.contact_li li .con{font-size: 16px;font-weight: lighter;line-height: 1;}
.contact_li li:nth-child(3n+2){width: 32%; border-left: 1px solid #e9e9e9;border-right: 1px solid #e9e9e9;}



#allmap{width: 100%;height: 600px;}

.product_show .title{text-align: center;font-size: 22px;margin-bottom: 30px;}
.product_show img{display: block;margin: auto;max-height: 500px;}

.product_show .iMessage{ width: 100%;height: 100%;background: #f8f8f8;position: relative;}
.product_show .iMessage::after{content: ""; position: absolute;left: 0;top:0;width: 8px;height: 100%;background: #60b827;}
.product_show .iMessage .cnname{width: calc(100% - 60px);padding:30px 30px 0px;font-size: 24px;color:#000000;}
.product_show .iMessage ul{padding: 30px;width: calc(100% - 60px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.product_show .iMessage ul li{width:100%;overflow:hidden;margin-bottom:20px;background: #ffffff;border-radius: 5px;width: calc(100% - 40px);padding: 0px 20px;}
.product_show .iMessage ul li.text{width: calc(49% - 40px);padding: 0px 20px;}
.product_show .iMessage ul li .select{margin-top: 17px;}
.product_show .iMessage ul li.text span{color:#666666;line-height:60px;}
.product_show .iMessage ul li p{width: 138px;height:60px;line-height:60px;font-size:16px;float: left;}
.product_show .iMessage ul li input{text-indent:10px; float:left;height:60px;line-height:60px;border:none;outline: none; border-radius:2px;}
.product_show .iMessage ul li textarea{width:calc(100% - 40px);padding: 0px 10px; text-indent:10px; float:left;height:180px;line-height:60px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;}
.product_show .iMessage ul li.address input{width: 50%;}
.product_show .iMessage ul li.name input{width: 50%;}
.product_show .iMessage .messagesubmit{width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #60b827;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
    transition: 0.3s;
}
.product_show .upload{width:100%;}
.product_show .upload .tt{color:#60b827;margin-top: 15px;}
.product_show .addfile{position: relative;display: flex;align-items: center;margin: 10px 0 20px;width:100%;overflow:hidden;}
.product_show .addfile img{margin-right:40px;}
.product_show .addfile input{width: 156px;height: 44px;position: absolute;left: 0;top:0;z-index: 0;opacity: 0;}
.product_show .iMessage .messagesubmit:hover{background:#34855b;}




.content-message{background: url(../images/content_bg.jpg)no-repeat center;background-size: cover;padding: 60px 0px;}
.content-message .iMessage{ width: 100%;height: 100%;position: relative;}
.content-message .iMessage .cnname{width: calc(100% - 60px);padding:30px 30px 0px;font-size: 24px;color:#ffffff;}
.content-message .iMessage ul{padding: 30px;width: calc(100% - 60px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.content-message .iMessage ul li{width:100%;overflow:hidden;margin-bottom:20px;background: #ffffff;border-radius: 5px;width: calc(100% - 40px);padding: 0px 20px;}
.content-message .iMessage ul li.text{width: calc(49% - 40px);padding: 0px 20px;}
.content-message .iMessage ul li .select{margin-top: 17px;}
.content-message .iMessage ul li.text span{color:#ffffff;line-height:60px;}
.content-message .iMessage ul li p{width: 138px;height:60px;line-height:60px;font-size:16px;float: left;}
.content-message .iMessage ul li input{text-indent:10px; float:left;height:60px;line-height:60px;border:none;outline: none; border-radius:2px;}
.content-message .iMessage ul li textarea{width:calc(100% - 40px);padding: 0px 10px; text-indent:10px; float:left;height:180px;line-height:60px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;}
.content-message .iMessage ul li.address input{width: 50%;}
.content-message .iMessage ul li.name input{width: 50%;}
.content-message .iMessage .messagesubmit{width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #ffffff;
  border-radius: 25px;
  color: #000000;
  cursor: pointer;
transition: 0.3s;
}
.content-message .tt2{color:#ffffff;}
.content-message .upload{width:100%;}
.content-message .upload .tt{color:#ffffff;margin-top: 15px;}
.content-message .addfile{position: relative;display: flex;align-items: center;margin: 10px 0 20px;width:100%;overflow:hidden;}
.content-message .addfile img{margin-right:40px;}
.content-message .addfile input{width: 156px;height: 44px;position: absolute;left: 0;top:0;z-index: 0;opacity: 0;}
.content-message .upload p{color:#ffffff;}
.content-message .iMessage .messagesubmit:hover{background:#34855b;}



.fixedmessage{position: fixed;width: 666px;padding: 45px 0px; bottom: -700px;right: 25px;background: #ffffff;border: 1px solid #eee;box-shadow: 0px 0px 2px 0px #eeeeee;transition: 0.3s; border-radius: 25px;z-index: 10000;height: 600px;overflow-y: scroll;}
.fixedmessage .iMessage{ width: 100%;height: 100%;position: relative;}
.fixedmessage .iMessage .cnname{width: calc(100% - 60px);padding:20px 30px;font-size: 24px;color:#333333;border-bottom: 1px solid #eeeeee;}
.fixedmessage .iMessage ul{padding: 30px;width: calc(100% - 60px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.fixedmessage .iMessage ul li{width: calc(100% - 42px);padding: 0px 20px;overflow:hidden;margin-bottom:20px;background: #ffffff;border:1px solid #eeeeee; border-radius: 5px;}
.fixedmessage .iMessage ul li .select{margin-top: 17px;}
.fixedmessage .iMessage ul li.text span{color:#ffffff;line-height:40px;}
.fixedmessage .iMessage ul li p{width: 138px;height:40px;line-height:40px;font-size:16px;float: left;}
.fixedmessage .iMessage ul li input{text-indent:10px; float:left;height:40px;line-height:40px;border:none;outline: none; border-radius:2px;}
.fixedmessage .iMessage ul li textarea{text-indent:10px; float:left;height:120px;line-height:40px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;}
.fixedmessage .iMessage ul li.address input{width: 50%;}
.fixedmessage .iMessage ul li.name input{width: 50%;}
.fixedmessage .iMessage .messagesubmit{width: 250px;margin: auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #60b827;
  border-radius: 25px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.fixedmessage .tt2{color:#000000;}
.fixedmessage .upload .tt{color:#000000;margin-top: 15px;}
.fixedmessage .addfile{position: relative;display: flex;align-items: center;margin: 10px 0 20px;}
.fixedmessage .addfile input{width: 156px;height: 44px;position: absolute;left: 0;top:0;z-index: 0;opacity: 0;}
.fixedmessage .upload p{color:#000000}

.fixedmessage.current{bottom: 20px;}
.fixedmessage .iMessage .messagesubmit:hover{background:#34855b;}




.zkzj .detail li{ flex: 0 1 calc(96% / 5); margin-right: 1%; }
.zkzj .detail li:nth-child(4n) {  margin-right: 1%;}
.zkzj .detail li:nth-child(5n) {  margin-right: 0%;}

/* 底部 */
.footer { position: relative;overflow: hidden;width:100%;margin: auto;}
.footer_top{width: 100%;background: #00513e;overflow: hidden;padding: 50px 0px;}
.footer_top .container{display: flex;justify-content: space-between;align-items: flex-start;flex-direction: row-reverse;}
.footer-left{color:rgba(255,255,255,0.7);}
.footer-icon{width: 100%;overflow: hidden;margin-bottom: 20px;}
.footer-icon ul{}
.footer-icon ul li{float: left;margin-right: 15px;position: relative;}
.footer-icon ul li a{display: block;text-align: center;font-size: 20px;color: #ffffff;}
.footer-icon ul li .image{display: none; position: absolute;left: calc(50% - 72px);bottom: calc(100% + 10px);width: 145px;background: #ffffff;border-radius: 5px;box-shadow: 0px 0px 5px 5px #c7c7c7;}
.footer-icon ul li .image img{max-width: 100%;margin:10px auto; display: block;}
.footer-icon ul li .image p{font-size: 15px;text-align: center;line-height: 1.5; color:rgba(255,255,255,0.7);padding-bottom: 12px;}
.footer-icon ul li img{max-width: 100%;display: block;transition: 0.3s;}
.footer-icon ul li:hover  img{transform: scale(1.1);}
.footer-right{width: 70%;}
.footer-right ul{overflow: hidden;width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.footer-right ul li{float: left;position: relative;}
.footer-right ul li::after{content: '';position: absolute;left: calc(100% + 60px);top: 0;width: 1px;height: 300px;background: rgba(255,255,255,0.7);}
.footer-right ul li a{display: block;color:rgba(255,255,255,0.7);line-height: 35px;font-size:14px;}
.footer-right ul li a.nv{color:#ffffff;font-size:18px;margin-bottom: 20px;}
.footer-right ul li a:hover{color:#7fbd42;}



.footer-bottom {display: flex;justify-content: space-between;color: rgba(0,0,0,0.85);padding: 30px 0px;text-align: center;}
.footer-bottom .footer-copyright{line-height: 30px;color: rgba(0,0,0,0.85);}
.footer-bottom .footer-copyright *{color: rgba(0,0,0,0.85);}

#goTopBtn{position: fixed;bottom: 115px;right:4%;background: #60b827;}
#goTopBtn .image{width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;}
.mypage {
  text-align: center;
  width: 100%;
  /*margin-top: 50px;*/
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  
  margin:0px 3px;
}
.mypage li a,.mypage li span{
  height: 37px;
  padding: 0px 15px;
  display: block;
  color: #333333;
}
.mypage li.active {
  background: #60b827;
  color: #ffffff;
}
.mypage li.active span{
  color: #ffffff;
}
.mypage .rows {
  border: none;
}