body {
  /* font: 14px pxPingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif; */
  font-family: sourceHan;
  line-height: 2;
}

.phone {
  display: none;
}

.container {
  max-width: 1500px;
  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: Ranybold;
  src: url(../fonts/Rany/Rany-Bold.otf);
}
@font-face {
  font-family: RanyMedium;
  src: url(../fonts/Rany/Rany.otf);
}
@font-face {
  font-family: Pingfang;
  src: url(../fonts/pingfang/PINGFANG.TTC);
}
@font-face {
  font-family: Pingfang;
  src: url(../fonts/pingfang/PINGFANG\ BOLD.TTF);
}
@font-face {
  font-family: sourceHan;
  src: url(../fonts/SourceHan/SourceHanSansCN-Normal.otf);
}
@font-face {
  font-family: sourceHan-bold;
  src: url(../fonts/SourceHan/SourceHanSansCN-Bold.otf);
}
@font-face {
  font-family: sourceHan-light;
  src: url(../fonts/SourceHan/SourceHanSansCN-Light.otf);
}
@font-face {
  font-family: poppins;
  src: url(../fonts/poppins/Poppins-Bold.ttf);
}
.Pingfang{
  font-family: Pingfang;
}
.Pingfang-bold{
  font-family: Pingfang-bold;
}
.Ranybold{
  font-family: Ranybold;
}
.RanyMedium{  
  font-family: RanyMedium;
}
.sourceHan{
  font-family: sourceHan;
}
.sourceHan-bold{
  font-family: sourceHan-bold;
}
.sourceHan-light{
  font-family: sourceHan-light;
}
.poppins{
  font-family: poppins;
}
.container{width: 92%;margin: auto;max-width: 1400px;}
.container1{}
.image{font-size: 0;line-height: 0;}
/* 导航 */
.pc-nav {  width: 100%;height: 100px;  position: fixed;  top: 0;  left: 0;  z-index: 999; transition: 0.6s;background:rgba(255,255,255,1);}

.pc-nav .container{position: relative;}
.pc-nav .container .telimg{position: absolute;left: 100%;top:0px;}

.pc-nav .logo-box{position: absolute;left: -100px;top:0; display: flex;  align-items: center;  justify-content: space-between; transition: 0.6s;float: left;height: 100px;}
.pc-nav .logo-box .logo {align-items: center;font-size: 0;}
.pc-nav .logo-box .logo img {  max-width: 100%;max-height: 100%;}


.pc-nav .nav{float: right;}

.pc-nav .nav .menu {}
.pc-nav .nav .menu li {float: left;margin-right: 40px; display: flex; align-items: center; justify-content: center;  position: relative;float: left;height: 100px;}
.pc-nav .nav .menu li a {font-size: 18px; color:#000000;opacity: 1; white-space: nowrap;height: 40px;line-height: 40px;}
.pc-nav .nav .menu li a.nv{white-space: nowrap;position: relative;}
.pc-nav .nav .menu li:hover .nv::after{ position: absolute;content: "";background: url(../images/li_bg3.png)no-repeat center;width: 40px;height: 9px;left: calc(50% - 21px); top: 55px;  }
.pc-nav .nav .menu li.cur .nv::after{ position: absolute;content: "";background: url(../images/li_bg3.png)no-repeat center;width: 40px;height: 9px;left: calc(50% - 21px); top: 55px;  }
.pc-nav .nav .menu .menu-son {  display: none;  position: absolute;border-radius: 3px;overflow: hidden;  top: 100px;  left: calc(50% - 80px);   z-index: 100;  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);  width: 160px;  font-size: 14px;  background: #fff;  animation: fromBottomFade 0.6s ease both;  -webkit-animation: fromBottomFade 0.6s ease both;}
.pc-nav .nav .menu .menu-son a {  overflow: hidden;  color: #222;  display: block;  font-size: 14px; text-align: center;  border-bottom: 1px solid #ebebeb;  text-align: center;}

.pc-nav .nav .menu li:hover .line {  display: block;}
.pc-nav .nav .menu li:hover .menu-son {  display: block;}

.headerauto{height: 100px;}


/* 内页导航 */
.inset {width: 100%;  overflow: hidden;  padding:50px 0px;}
.inset-cate {}
.inset-cate .cate{ font-size: 44px; line-height: 1;position: relative;padding-bottom: 15px;}
.inset-cate .cate::after{position: absolute;content: "";width: 60px;height: 8px;left:0px;bottom: -15px;background: #d80d0d;}

.inset-cate .catelist{width: 100%;overflow: hidden;}
.inset-cate .catelist ul li{min-width: 130px; height: 42px;line-height: 42px;text-align: center;float: left;margin-right:7px;border-radius:21px;overflow: hidden;}
.inset-cate .catelist ul li a{display: block;padding:0px 30px;height: 100%;color: #ffffff;
  font-size: 18px;
  background: #8ed8ac;
}
.inset-cate .catelist ul li.cur a{background: #34855b;}
.inset-cate .catelist ul li:hover a{background: #34855b;}
.inset .editor img{max-width: 100%;}


.sidenav{line-height: 32px;overflow:hidden;background: #f8f8f8;}
.sidenav1{background:#ffffff;margin-bottom:30px;}
.sidenav .left{line-height: 80px;float:left;}
.sidenav ul li{float:left; overflow: hidden;overflow: hidden;margin-bottom: 1px;position: relative;transition: 0.3s;line-height: 80px; margin-right:40px;}
.sidenav ul li a {color: #333333;  font-size:18px;margin: auto; display: block; position: relative;transition: 0.3s; }
.sidenav ul li.cur a{color: #d80d0d; }

.sidenav .right{float:right;line-height: 80px;font-size:16px;}

.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: #8ed8ac;   }
.inset_left ul li a:hover{color: #8ed8ac;  }
.inset_left .nav-third.cur a{color: #8ed8ac;}


.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;}
.orientation .previous{float: left;}
.orientation .next{float: right;}

.tit{position: relative;width: 100%;  line-height: 1;text-align: center;}
.tit .catenname{font-size: 26px;color: #d80d0d;line-height: 2;text-transform: uppercase;}
.tit .catname{font-size:44px;color:#000000;position: relative;padding-bottom:22px ;margin-bottom: 15px;}
.tit .catname::after{position: absolute;content: "";width: 60px;height: 8px;left: calc(50% - 30px);bottom: 0px;background: #d80d0d;}
.tit .catdes{font-size:18px;color:#000000;line-height: 1.5;}
.abouttit{text-align: center;padding: calc(2vw + 10px) 0;}
.abouttit .catname{font-size:calc(1.4vw + 12px);}

/* 内页banner */
.index-banner{overflow: hidden;background: #fff;}
.index-banner img{
  width:100%;
  min-height:101%;
  transition:1s linear 2s;
  transform:scale(1.1,1.1) rotate(0.2deg);

  }
  .index-banner .swiper-slide-active img,.swiper-slide-duplicate-active img{
  transition:6s linear;
  transform:scale(1,1) rotate(0.1deg);
  }	


.inside-banner {}
.inside-banner .swiper-slide { position: relative;}
.inside-banner .swiper-slide .banner-title {  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%); }
.inside-banner .swiper-slide .banner-title .cn{ font-size: 34px;   color: #fff;margin-bottom: 10px;}
.inside-banner .swiper-slide .banner-title .en{ font-size: 20px;   color: #fff;font-weight: lighter;}
.inside-banner .swiper-slide p{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);color:#ffffff;font-size: 35px;}


.iProducts{width: 100%;padding: 60px 0px;background: url(../images/product_bg.jpg)no-repeat center; }


.iProducts .iProducts_con{margin-top: 60px;overflow: hidden;}
/* .iProducts .iProducts_con ul li{display: flex;align-items: center;justify-content: space-between;}
.iProducts .iProducts_con ul li .details{  flex: 0 1 calc(97% / 4);  border-radius: 3px;  overflow: hidden;  margin-right: 1%;margin-bottom: 25px;background: #f8f8f8;border-radius: 15px;transition: 0.3s;}
.iProducts .iProducts_con ul li .details:nth-child(4n) {  margin-right: 0;}
.iProducts .iProducts_con ul li .details a{width:calc(100% - 20px);margin: auto;padding: 10px 0px;display: block;}
.iProducts .iProducts_con ul li .details .image{ overflow: hidden;border-radius: 15px; display: flex;align-items: center;justify-content: center; }
.iProducts .iProducts_con ul li .details .image img{max-width: 100%;max-height: 100%;}
.iProducts .iProducts_con ul li .details img{transition: 0.6s;}
.iProducts .iProducts_con ul li .details img:hover{transform: scale(1.1,1.1);}
.iProducts .iProducts_con ul li .details .title { font-size: 20px;line-height: 25px;height: 50px; color: #000;  padding: 20px 0px 10px;position: relative;text-align: center;transition: 0.3s;}
.iProducts .iProducts_con ul li .details .summary{padding-bottom: 20px;color: #666;transition: 0.3s; }
.iProducts .iProducts_con ul li .details:hover{box-shadow: 0px 0px 5px 5px #eeeeee;background:#8ed8ac;}
.iProducts .iProducts_con ul li .details:hover .title{color:#ffffff;}
.iProducts .iProducts_con ul li .details:hover .summary{color:#ffffff;}
.iProducts  .more{margin: 40px auto; width: 150px;height: 48px;display: flex;justify-content: space-between;align-items: center; border-radius: 24px;border: 1px solid #000;padding: 0px 28px;transition: 0.6s;}
.iProducts  .more img{transition: 0.6s;}
.iProducts  .more:hover{background:#8ed8ac;color:#ffffff;border: 1px solid #fff;}
.iProducts  .more:hover img{filter: brightness(100);} */


.iProducts .iProducts_con li {border-bottom: 8px solid #d80d0d;background: #ffffff;border-radius: 5px; overflow: hidden; }
.iProducts .iProducts_con li a{width:calc(100% - 56px);margin: auto;padding: 20px;display: block;border: 8px solid #ffffff;transition: 0.2s;}
.iProducts .iProducts_con li .image{ overflow: hidden; display: flex;align-items: center;justify-content: center;aspect-ratio: 1;;border-bottom: 1px solid #dcdcdc; }
.iProducts .iProducts_con li .image img{max-width: 100%;max-height: 100%;transition: 0.6s;}
.iProducts .iProducts_con li .detail{padding: 25px 0px 0px;}
.iProducts .iProducts_con li .detail .p1{text-align: center;color: #d80d0d;font-size: 18px;line-height: 1;margin-bottom: 20px;}
.iProducts .iProducts_con li .title { font-size: 18px;line-height: 25px; color: #000;text-align: center;position: relative;}
.iProducts .iProducts_con li .detail img{filter: grayscale(100%);margin: auto;display: block;margin-top: 20px;}
.iProducts .iProducts_con li:hover a{border: 8px solid #d80d0d;}
.iProducts .iProducts_con li:hover .image img{transform: scale(1.1,1.1);}
.iProducts .iProducts_con li:hover .detail img{filter: grayscale(0%);}



.iAbout{width: 100%;  position: relative;overflow: hidden;display: flex; align-items: center;justify-content: space-between; padding:60px 0px;  }

.iAbout .about-left{width: 40%;}
.iAbout .about-left .tit{text-align: left;}
.iAbout .tit .catname::after{position: absolute;content: "";width: 60px;height: 8px;left:0;bottom: 0px;background: #d80d0d;}
.iAbout .details{width: 100%;overflow: hidden;margin-top:40px;font-size: 18px;line-height: 2;margin-bottom: 30px;color:#000000;}

.iAbout .exploremore{margin-top: 20px;transition: 0.6s;}
.iAbout .exploremore a{display: flex;align-items: center;border-radius: 5px;justify-content: center;width: 158px;height: 50px;line-height: 50px;border: 2px solid #d80d0d;transition: 0.6s;}
.iAbout .exploremore a span{color:#d80d0d;transition: 0.6s;font-size: 18px;}
.iAbout .exploremore img{transition: 0.6s;}
.iAbout .exploremore:hover a{background-color: #d80d0d;}
.iAbout .exploremore:hover span{color: #ffffff;}
.iAbout .exploremore:hover img{filter: brightness(100);}



.iAbout .about-right{width:55.56%;border-radius: 20px;overflow: hidden;font-size: 0;line-height: 0;}
.iAbout .about-right img{max-width:100%}

.iAbout .aboutlist{float: right;max-width: 486px;}
.iAbout .aboutlist ul{}
.iAbout .aboutlist ul li{float: left;min-width: 220px; margin-bottom: 30px;}
.iAbout .aboutlist ul li:nth-child(2n) .item{min-width: 80px;}
.iAbout .aboutlist ul li .numCX{font-size: 40px;color:#8ed8ac;}
.iAbout .aboutlist ul li sub{font-size: 1vw;color:#8ed8ac;}
.iAbout .aboutlist ul li .indc{margin-top: 10px;font-size: 1vw;color:#999999}
.iAbout .aboutlist ul li:nth-child(4n+4) sub{font-size: calc(1.6vw + 14px);color:#8ed8ac;}
/*.iAbout *{color:#ffffff;}*/




/*.iBanner-box{width: 100%;position: relative;}*/
/*.iBanner-box .image{width: calc(100% - 32px);font-size: 0;padding: 16px;background: #ceeedb;border-radius: 10px;}*/
/*.iBanner-box .image img{width: 100%;}*/
/*.iBanner-box .con{position: absolute;width: 85%; left: 50%; top:50%;transform: translate(-50%,-50%);display: flex;align-items: center;justify-content: space-between;}*/
/*.iBanner-box .con .de{color:#ffffff;line-height: 1.5;font-size:calc(1vw + 14px) ;}*/
/*.iBanner-box .con .more{width: 150px;height: 48px;display: flex;justify-content: space-between;align-items: center; border-radius: 24px;background:#8ed8ac;color:#ffffff;padding: 0px 28px;transition: 0.6s;}*/
/*.iBanner-box .con .more img{transition: 0.6s;filter: brightness(100);}*/


.iBanner-box{width: 100%;position: relative;}
.iBanner-box .image{width: calc(100% - 16px);font-size: 0;padding: 8px;background: #ceeedb;border-radius: 10px;}
.iBanner-box .image img{width: 100%;opacity:1;}
.iBanner-box .con{position: absolute;width: 85%; left: 50%; top:50%;transform: translate(-50%,-50%);}
.iBanner-box .con .tit .catname{color:#ffffff;margin-bottom:calc(30px + 1.5vw);}
.iBanner-box .con .de{color:#ffffff;line-height: 1.5;font-size:calc(1vw + 14px) ;margin-bottom:calc(30px + 1.5vw);}
.iBanner-box .con .more{width: 150px;height: 48px;display: flex;justify-content: space-between;align-items: center; border-radius: 24px;background:#8ed8ac;color:#ffffff;padding: 0px 28px;transition: 0.6s;}
.iBanner-box .con .more img{transition: 0.6s;filter: brightness(100);}

.iCustomer{background: url(../images/youshi_bg.jpg)no-repeat center;padding: 100px 0px;}
.iCustomer .tit{margin-bottom: 60px;}
.iCustomer .tit .catname{color: #ffffff;}
.iCustomer .tit .catdes{color: #ffffff;}

.iCustomer .Customer-detail{overflow: hidden;}
.iCustomer .Customer-detail ul li{text-align: center;background:rgba(255,255,255,0.2);padding: 20px 0px;border-radius: 10px;}
.iCustomer .Customer-detail ul li .image{height:100px; width: 100%;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.iCustomer .Customer-detail ul li .image img{filter: brightness(100);transition: 0.6s;}
.iCustomer .Customer-detail ul li .title{font-size: 16px;color:#ffffff;transition: 0.6s;}
.iCustomer .Customer-detail ul li:hover .image img{filter: brightness(1);}
.iCustomer .Customer-detail ul li:hover .title{color:#d80d0d;}
.iCustomer .exploremore{margin-top: 60px;transition: 0.6s;}
.iCustomer .exploremore a{display: flex;align-items: center;border-radius: 5px;justify-content: center; margin: auto;width: 158px;height: 50px;line-height: 50px;border: 2px solid #d80d0d;transition: 0.6s;}
.iCustomer .exploremore a span{color:#d80d0d;transition: 0.6s;font-size: 18px;}
.iCustomer .exploremore img{transition: 0.6s;}
.iCustomer .exploremore:hover a{background-color: #d80d0d;}
.iCustomer .exploremore:hover span{color: #ffffff;}
.iCustomer .exploremore:hover img{filter: brightness(100);}



.pagecol{}
.pagecol .aboutus{background: url(../images/aboutUs.png)no-repeat center top;}
.pagecol .pagecontent{padding: 60px 0 0px;}



.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;}



.pagecol .editor ul{width: 100%;display: flex;justify-content: space-between;padding: 20px 0px;border-bottom:1px solid #e0e0e0;line-height: 40px;}
.pagecol .editor ul:first-child{border-top:1px solid #e0e0e0;}
.pagecol .editor ul li:nth-child(3n+1){width: 20%;}
.pagecol .editor ul li:nth-child(3n+2){width: calc(80% - 202px);}
.pagecol .editor ul li:nth-child(3n+2) img{margin-right:20px;}
.pagecol .editor ul li:nth-child(3n+3){width: 202px;}
.pagecol .editor ul li:nth-child(3n+3) a{color:#309358;width: 180px;display: flex;justify-content: space-between; align-items: center;padding: 0px 10px;height: 38px;border:1px solid #309358;border-radius: 20px;}
/*关于我们*/
.aboutpage1{position: relative;overflow: hidden;}
.aboutpage1 .container{overflow: hidden;display: flex; align-items: center;justify-content: space-between;}
.aboutpage1 .about-left{width: 60%;float: left;}
.aboutpage1 .details{width: 100%;overflow: hidden;font-size: 18px;line-height: 2;}
.aboutpage1 .about-left .more{width: 80px;height: 80px;background: #8ed8ac;border-radius: 40px;display: flex;align-items: center;justify-content: center;}
.aboutpage1 .aboutlist{width: 50%;float: right;max-width: 464px;}
.aboutpage1 .aboutlist ul{margin-top: 40px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.aboutpage1 .aboutlist ul li{float: left;width: 50%;margin-bottom: 30px;}
.aboutpage1 .aboutlist ul li:nth-child(2n) .item{float: right;min-width: 80px;}
.aboutpage1 .aboutlist ul li .numCX{font-size: calc(1.6vw + 14px);color:#8ed8ac;}
.aboutpage1 .aboutlist ul li sub{font-size: 1vw;}
.aboutpage1 .aboutlist ul li .indc{margin-top: 10px;font-size: 1vw;color:#999999}
.aboutpage1 .aboutlist ul li:nth-child(4n+3) sub{font-size: calc(1.6vw + 14px);color:#8ed8ac;}
.aboutpage1 .aboutlist ul li:nth-child(4n+4) sub{font-size: calc(1.6vw + 14px);color:#8ed8ac;}

.aboutpage2{width: 100%;padding:60px 0px 60px;overflow: hidden;background: url(../images/bg-culture.jpg)no-repeat center bottom ;background-size: cover;}
.aboutpage2 .abouttit{color:#ffffff}
.aboutpage2 .details{padding: calc(3vw + 6px) 0;}
.aboutpage2 ul {display: flex;align-items: center;justify-content:space-between;}
.aboutpage2 ul li{width: calc(33% - 3.6vw - 24px);background: rgba(4,64,129,0.4);padding:calc(1.8vw + 12px)  calc(1vw + 10px) ;border-radius: 10px;}
.aboutpage2 ul li .title{color:#ffffff;font-size: calc(0.7vw + 12px);line-height: 1;margin-bottom: calc(0.5vw + 2px);}
.aboutpage2 ul li .con{color:#ffffff;font-size: calc(0.5vw + 7px); line-height: 30px;height: 60px;}

.aboutpage3{width: 100%;}
.aboutpage3  ul{display: flex;justify-content: center;}
.aboutpage3  ul li{position: relative;width: 9%;transition: 0.6s;}
.aboutpage3  ul li .image{font-size: 0;line-height: 0;}
.aboutpage3  ul li .details{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
.aboutpage3  ul li .title{font-size:calc(2vw + 8px);white-space: nowrap;text-align: center;color:#ffffff}
.aboutpage3  ul li .line{width: 35px;height: 5px;background: #8ed8ac;margin:30px auto;border-radius: 2px;}
.aboutpage3  ul li .con{font-size:18px;width: calc(100% - 130px); max-width: 639px; height: 0px;opacity: 0;color:#ffffff;line-height: 2;}
.aboutpage3  ul li.current .details{left: 65px;transform: translateY(-50%);}
.aboutpage3  ul li.current .title{text-align: left;}
.aboutpage3  ul li.current .line{margin:30px 0;}
.aboutpage3  ul li.current .con{text-align: left;height: auto;opacity: 1;}
.aboutpage3  ul li.current{width: 55%;}


/*招才纳贤 */
.recruitpage1{display: flex;justify-content: space-between;}
.recruitpage1 .details{background:#f8f8f8;width: calc(48% - 80px) ;padding: 60px 40px;border-radius: 15px;}
.recruitpage1 .details .title{font-size:calc(1vw + 10px);margin-bottom: 12px;}
.recruitpage1 .details .line{width: 35px;height: 5px;background: #8ed8ac;margin:30px 0;border-radius: 2px;}
.recruitpage1 .details .content{font-size: calc(0.5vw + 8px);line-height: 2;}

.recruitpage2{width: 100%;}
.recruitpage2 .list{margin-bottom: 8px;width: 100%;overflow: hidden;background: #8ed8ac;}
.recruitpage2 .list div{float: left;}
.recruitpage2 .list .p1{width: 30%;text-align: center;line-height: 60px;color:#ffffff;font-size: calc(0.5vw + 8px);}
.recruitpage2 .list .p2{width: 10%;text-align: center;line-height: 60px;color:#ffffff;font-size: calc(0.5vw + 8px);}
.recruitpage2 .list .p3{width: 20%;text-align: center;line-height: 60px;color:#ffffff;font-size: calc(0.5vw + 8px);}
.recruitpage2 .list .p4{width: 30%;text-align: center;line-height: 60px;color:#ffffff;font-size: calc(0.5vw + 8px);}
.recruitpage2 .list .p5{width: 10%;text-align: center;line-height: 60px;color:#ffffff;font-size: calc(0.5vw + 8px);}
.recruitpage2 .list .p6{width: calc(100% - 4.8vw - 4px);overflow: hidden;padding: calc(2.4vw + 2px);background: #f8f8f8;display: none;}
.recruitpage2 .list1{background: #3a8dc9;}
.recruitpage2 .list .p6 .details1{width: 48%;line-height: 2;font-size: calc(0.3vw + 10px);}
.recruitpage2 .list .p6 .details1 .title{font-size: calc(0.6vw + 8px);color:#000000;width: 100%;overflow: hidden;line-height: 2;margin-bottom: 20px;}
.recruitpage2 .list .p7{width: 100%;margin-top: 20px;}

.articlepage1 img{max-width: 100%;}
.articlepage2{background: #f8f8f8;margin-top: 60px;width: 100%;overflow: hidden;}
.articlepage2 .left{float: left;width: 63%;}
.articlepage2 .left img{max-width: 100%;}
.articlepage2 .right{float: right;width: 37%;height: 100%;}
.articlepage2 .right .details{width: calc(100% - 130px);text-align: left;margin: 40px auto;}
.articlepage2 .right .details .abouttit{text-align: left;}
.articlepage2 ul{height: 240px;}
.articlepage2 ul li .title{font-size: calc(0.3vw + 12px);line-height:30px;width: calc(100% - 20px);padding-left: 20px;background: url(../images/icon-jt4.png)no-repeat left center;}
.articlepage2 ul li .title:hover{color:#8ed8ac;background: url(../images/icon-jt3.png)no-repeat left center;}
.articlepage2 .articlemore a{display: block;margin: auto;line-height: 58px;font-size: 18px;color: #666666;}


.articlepage3{background: #f8f8f8;margin-top: 60px;width: 100%;overflow: hidden;}
.articlepage3 .left{float: right;width: 63%;}
.articlepage3 .left img{max-width: 100%;}
.articlepage3 .right{float: left;width: 37%;height: 100%;}
.articlepage3 .right .details{width: calc(100% - 130px);text-align: left;margin: 40px auto;}
.articlepage3 .right .details .abouttit{text-align: left;}
.articlepage3 ul{height: 240px;}
.articlepage3 ul li .title{font-size: calc(0.3vw + 12px);line-height:30px;width: calc(100% - 20px);padding-left: 20px;background: url(../images/icon-jt4.png)no-repeat left center;}
.articlepage3 ul li .title:hover{color:#8ed8ac;background: url(../images/icon-jt3.png)no-repeat left center;}
.articlepage3 .articlemore a{display: block;margin: auto;line-height: 58px;font-size: 18px;color: #666666;}



.articlepage4 .articlemore{width:248px;height: 58px;display: block;border: 1px solid #b5b5b5;margin: auto;border-radius: 29px;} 
.articlepage4 .articlemore a{display: block;margin: auto;text-align: center;line-height: 58px;font-size: 18px;color: #666666;}
.articlepage4 .articlemore:hover{background: #8ed8ac;border: 1px solid #8ed8ac;}
.articlepage4 .articlemore:hover a{color:#ffffff;}

.oemadlist{width:100%;overflow:hidden;margin-bottom:40px;}
.oemadlist .adlist-title{font-size:40px;margin:40px auto;}
.oemadlist .ad-details{width:100%;}
.oemadlist .ad-details li{width:calc(32%  -  62px);border:1px solid #dcdcdc; border-radius:8px;margin-bottom:35px; padding:0px 30px;height:100px; margin-right:2%;float:left; display:flex;align-items:center;}
.oemadlist .ad-details li:nth-child(3n){margin-right:0;}
.oemadlist .ad-details li .image{width:88px;}

.product_list {background:#f6f7f9;}
.product_list .details li{display:flex;justify-content:space-between;margin-bottom:20px;}

.product_list .details li:nth-child(2n){flex-direction:row-reverse;}
.product_list .details .detail{padding: 60px;width: calc(55% - 140px);background: #ffffff;border-radius: 10px; }
.product_list .details .detail img{max-width: 100%;}
.product_list .details .image{width:45%;border-radius: 10px;display: flex;align-items: center;justify-content: center; overflow: hidden;background: #ffffff;}
.product_list .details .image img{max-width:100%;transition: 0.6;}
.product_list .details li:last-child{margin-bottom:0;}
.product_list .details .exploremore{margin-top: 20px;transition: 0.6s;}
.product_list .details .exploremore a{display: flex;align-items: center;border-radius: 5px; justify-content: center;width: 158px;height: 50px;line-height: 50px;border: 2px solid #d80d0d;transition: 0.6s;}
.product_list .details .exploremore a span{color:#d80d0d;transition: 0.6s;font-size: 18px;}
.product_list .details .exploremore img{transition: 0.6s;}
.product_list .details .exploremore:hover a{background-color: #d80d0d;}
.product_list .details .exploremore:hover span{color: #ffffff;}
.product_list .details .exploremore:hover img{filter: brightness(100);}
.product_list .details .image:hover img{transform: scale(1.1,1.1);}


.product_catedes{margin-bottom: 40px;}
.product_catedes img{max-width: 100%;}
.picture{ /*display: flex; */}
.picture .details {  display: flex;  flex-wrap: wrap;}
.picture .details li {  flex: 0 1 calc(96% / 5); border-bottom: 8px solid #d80d0d;border-radius: 5px; overflow: hidden;   margin-right: 1%;margin-bottom: 25px;background: #f6f7f9;}
.picture .details li:nth-child(5n) {  margin-right: 0;}
.picture .details li a{width:calc(100% - 56px);margin: auto;padding: 20px;display: block;border: 8px solid #f6f7f9;transition: 0.2s;}
.picture .details li .image{ overflow: hidden; display: flex;align-items: center;justify-content: center;aspect-ratio: 1;;border-bottom: 1px solid #dcdcdc; }
.picture .details li .image img{max-width: 100%;max-height: 100%;transition: 0.6s;}
.picture .details li .detail{padding: 25px 0px 0px;}
.picture .details li .detail .p1{text-align: center;color: #d80d0d;font-size: 18px;line-height: 1;margin-bottom: 20px;}
.picture .details li .title { font-size: 15px;line-height: 25px; color: #000;text-align: center;position: relative;}
.picture .details li .detail img{filter: grayscale(100%);margin: auto;display: block;margin-top: 10px;}
.picture .details li:hover a{border: 8px solid #d80d0d;}
.picture .details li:hover .image img{transform: scale(1.1,1.1);}
.picture .details li:hover .detail img{filter: grayscale(0%);}

.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;}



.contact .lxfs{width: 100%;display: flex;justify-content: space-between;margin-top: 38px;}
.contact .tel{background: #ffffff;line-height:60px;padding: 50px 0px;text-align: center;width: 35%;float: left;display: flex;justify-content: center;border-radius: 20px;box-shadow: 0px 0px 10px 5px #ebeaea;}
.contact .title{font-size: 20px;margin-right: 15px;color: #333333;}
.contact .con{font-size: 26px;color: #333333;}
.contact .add{background: #ffffff;line-height:60px;padding: 50px 0px;text-align: center;width: 63%;float: right;display: flex;justify-content: center;border-radius: 20px;box-shadow: 0px 0px 10px 5px #ebeaea;}
.contact .qrcode{background: #ffffff;width: 100%;margin-top: 38px;box-shadow: 0px 0px 10px 5px #ebeaea;padding: 50px 0px ;border-radius: 20px;}
.contact .qrcode ul{display: flex;align-items: center;justify-content: center;width: 100%;}
.contact .qrcode ul li{margin: 0px 30px;}
.contact .qrcode ul li .image{font-size: 0;line-height: 0;}
.contact .qrcode ul li img{border-radius: 15px;}
.contact .qrcode ul li p{text-align: center;margin-top: 15px;}
.cxptpage ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.cxptpage ul li{width:48%;float:left;margin-bottom:20px;}
.cxptpage ul li a{width:90%;margin:20px 5%;padding:30px 0px; display:block;}
.cxptpage ul li:nth-child(7n+1){background:#20499b;}
.cxptpage ul li:nth-child(7n+2){background:#5987e3;}
.cxptpage ul li:nth-child(7n+3){background:#3171f1;}
.cxptpage ul li:nth-child(7n+4){background:#374fb6;}
.cxptpage ul li:nth-child(7n+5){background:#37acd8;}
.cxptpage ul li:nth-child(7n+6){background:#20499b;}
.cxptpage ul li:nth-child(7n+7){background:#5987e3;}
.cxptpage ul li a p{color:#ffffff;font-size:36px;line-height:50px;height:100px;margin-bottom:80px;}
.cxptpage ul li a .more{border:1px solid #ffffff;line-height:35px;padding:5px 10px;border-radius:22px;width:140px;color:#fff;font-size:16px;text-align:center;transition:0.3s;}
.cxptpage ul li a .more:hover{background:#ffffff;color:#20499b;}
.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;}


.article{width: 100%; }
.article .details{width: 100%;overflow: hidden;}
.article .details li {margin-bottom: 25px; position:relative;width: 32%;float: left;margin-right: 2%;border-radius: 30px;overflow: hidden;}
.article .details li:nth-child(3n){margin-right: 0;}
.article .details li a .image{font-size: 0;font-weight: 0;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.article .details li a .image img{transition: 0.6s;border-radius: 5px;overflow: hidden;width: 100%;}
.article .details li a .detail{width:calc(100% - 60px);background: #f9f9f9;padding: 30px;border-radius:20px;position: relative;top:-20px;}
.article .details li a .title {width: 100%; font-size: calc(0.8vw + 14px);color: #333333;line-height:30px;border-bottom: 1px dashed #8ed8ac;line-height: 1.6;padding-bottom: calc(0.5vw + 2px);margin-bottom:calc(0.5vw + 2px) ;}
.article .details li a .des{margin-bottom: 5px; color:#333333;font-size: calc(0.4vw + 12px);line-height: 2;margin-bottom:calc(0.5vw + 2px);}
.article .details li a .date { font-size: 12px;line-height: 2;color: #b3b3b3;}
.article .details li a:hover .image img{transform: scale(1.1,1.1);}
.article .details li a:hover .title {  color: #8ed8ac;}
.article .details li a:hover .des{  color: #8ed8ac;}

.xwlb{display: flex; }
.xwlb .details li {border-bottom: 1px dashed #8ed8ac;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: #8ed8ac;}

.articleshow{}
.articleshow img{max-width: 100%;}
.articleshow .title{font-size: 26px; line-height: 40px;margin-bottom:25px ;color: #000;}
.articleshow .date{width: 100%;overflow: hidden;font-size: 16px; color:#bbbbbb;}
.articleshow .date p{float: left;margin-right: 14px;}
.articleshow .image{display: flex;justify-content: center;}
.article_show1{display: flex;justify-content: space-between;}
.article_show1 .image{margin-right: 40px;}
.article_show1 .editor{width: calc(100% - 200px);}

.product_show{}
.product_show .title{ overflow: hidden;color:#000000;font-size: 24px;height: 70px;line-height: 70px;text-align: center; }
.product_show .content{width: 100%;font-size: 16px; margin: auto;}
.product_show .content img{max-width: 100%;}




.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 .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: #8ed8ac;}
.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: #8ed8ac;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
    transition: 0.3s;
}
.product_show .upload{width:100%;}
.product_show .upload .tt{color:#8ed8ac;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: #8ed8ac;
  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 {background:#0d0e16;padding-top: 35px;border-top:8px solid #d80d0d; }
.footer-menu{font-size: 25px;}
.footer-menu .p1{color:#ffffff;font-size: 24px;margin-bottom: 15px;}
.footer-menu .p2{color:#ffffff;font-size: 18px;}
.footer-menu .p3{color:#ffffff;font-size: 40px;line-height: 1;margin-bottom: 15px;}
.footer-bottom{}
.footer-bottom .container{border-bottom:1px solid #4b4b4b;padding: 20px 0px 60px;}
.footer-bottom ul{display: flex;justify-content: space-between;align-items: center;}
.footer-bottom ul li .title{font-size: 16px;color:rgba(255,255,255,0.5);}
.footer-bottom ul li .con{font-size:18px;height: 72px; color:#ffffff;line-height: 2;}


.footer-bottom .right{display: flex;justify-content: space-between;align-items: center;}
.footer-bottom .right img{}

.footer-copyright {color: #a9a9a9;font-size: 16px;line-height: 4.5vw;}
.footer-copyright *{color: #a9a9a9;}


.mypage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  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;
  padding: 0px 15px;
  margin:0px 3px;
}
.mypage li.active {
  background: #3c7cd6;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}