body {
   font: 14px Poppins-Medium, Helvetica, Arial, Microsoft Yahei, sans-serif; 
  /* font-family: Poppins-Medium; */
  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: Poppins-Light;
  src: url(../fonts/poppins/Poppins-Light.ttf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/poppins/Poppins-Medium.ttf);
}
@font-face {
  font-family:Poppins-Bold;
  src: url(../fonts/poppins/Poppins-Bold.ttf);
}
@font-face {
  font-family: Pingfang;
  src: url(../fonts/pingfang/PINGFANG.TTC);
}
@font-face {
  font-family: Pingfang;
  src: url(../fonts/pingfang/PINGFANG\ BOLD.TTF);
}

.Poppins-Light{
  font-family: Poppins-Light;
}
.Poppins-Medium{
  font-family: Poppins-Medium;
}
.Poppins-Bold{
  font-family: Poppins-Bold;
}
.Pingfang{
  font-family: Pingfang;
}
.Pingfang-bold{
  font-family: Pingfang-bold;
}
.bold{
  font-weight: bold;
}
.container{width:92%;margin: auto;max-width: 1500px;}
.container{}
.image{font-size: 0;line-height: 0;}
/* 导航 */
.pc-nav {  width: 100%;height: 125px;  position: fixed;  top: 0;  left: 0;  z-index: 999; transition: 0.6s;background:rgba(255,255,255,0);border-bottom: 8px solid #ef6b00;}

.pc-nav .container{}
.pc-nav .logo-box{ display: flex;  align-items: center;  justify-content: space-between; transition: 0.6s;float: left;height: 125px;}
.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 {display: flex; align-content: center;justify-content: flex-end;}
.pc-nav .nav .menu li { display: flex; align-items: center; justify-content: center;  position: relative;margin-left:2vw;float: left;height: 125px;transition: 0.6s;}
.pc-nav .nav .menu li a.nv{font-size: 18px; color:#000000;opacity: 1; white-space: nowrap;height: 125px;line-height:125px;white-space: nowrap;position: relative;}
.pc-nav .nav .menu li .nv::after{ position: absolute;content: "";background:#ff9947;width: 0px;height: 8px;left:0px; top:100%; transition: 0.6s; }
.pc-nav .nav .menu li.cur .nv::after{ width: 100%;  }
.pc-nav .nav .menu li:hover .nv::after{ width: 100%;  }
.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.current{background:#ffffff;height: 90px;}
.pc-nav.current .logo-box{height: 90px;}
.pc-nav.current .nav .menu li{height: 90px;}
.pc-nav.current .nav .menu li a.nv{height: 90px;line-height: 90px;}
.pc-nav.current .nav .menu li a{color:#000000;}
.pc-nav.current .nav .menu li.cur .nv{color:#ef6b00;}
.pc-nav .nav .menu li a:hover{color:#ef6b00;}

.pc-nav .getprice{background:#ef6b00;color:#ffffff;}
.pc-nav .nav .menu li a.getprice{background:#ef6b00;color:#ffffff;padding: 2px 15px;border-radius: 24px;}
.pc-nav .nav .menu li:hover a.getprice{background:#ef6b00;color:#ffffff;}
.headerauto{height: 98px;}



/* banner */
.index-banner{overflow: hidden;background: #fff;font-size: 0;line-height: 0;}
.index-banner img{
  width:100vw;
  height: 100vh;
  object-fit: cover;
  /* 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);
  }	 */
.index-banner .swiper-pagination{bottom: 30px;}
.index-banner .swiper-pagination-bullet{width: 30px;height: 4px; border-radius: 4px;opacity: 1;background: #666666;transform: scale(1);transition: 0.6s;}
.index-banner .swiper-pagination-bullet-active{background: #ef6b00;width: 60px;transition: 0.6s;}

.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;}




/* 内页导航 */
.inset {width: 100%;  overflow: hidden;  padding:calc(20px + 3vw) 0px;}
.inset .editor img{max-width: 100%;}

.inset-title{width: 100%;color: #ef6b00;font-size: calc(26px + 2vw);line-height: 1;margin-bottom: calc(15px + 1vw);}
.inset-title .cate{width: 100%;color: #ef6b00;font-size: calc(26px + 2vw);}
.inset-title .ccate{font-size:26px;}
.sidenav{line-height: 32px;overflow:hidden;background: #f8f8f8;}
.sidenav1{background:#ffffff;margin-bottom:30px;}
.sidenav .left{line-height: 80px;float:left; font-size:16px;}
.sidenav .right{float:right;}
.sidenav ul li{float:left; overflow: hidden;overflow: hidden;margin-bottom: 1px;position: relative;transition: 0.3s;line-height: 80px; margin-left: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: #ef6b00; }


.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: #ef6b00;   }
.inset_left ul li a:hover{color: #ef6b00;  }
.inset_left .nav-third.cur a{color: #ef6b00;}


.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%;line-height: 1;}
.tit .catname{font-size:calc(2vw + 26px);line-height: 1;color: #ef6b00;font-weight: bold;}


 
 @keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(6); opacity: 0;}}
 @keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(1.2);opacity:0;}}
        

.part-one{width: 100%;background: url("../images/part-one-bg.jpg")no-repeat bottom center;padding-bottom: 220px;}
.iProducts{width: 100%;padding: 130px 0px 160px;overflow: hidden;}
.iProducts .tit{}

.iProducts .iProductscon{position: relative;}
.iProducts .product_cate{float: left;padding: 60px 0px  0px;}
.iProducts .product_cate ul li{font-size: 18px;height: 40px;}
.iProducts .product_cate ul li a{transition: 0.3s;}
.iProducts .product_cate ul li:hover a{color: #ef6b00;padding-left: 25px;background: url("../images/triangle.png") no-repeat left center;}

.iProducts .iProducts_con{position: absolute; float: right; width: 80%;left:52%;top:0;overflow: hidden;padding: 60px 0px;padding-right: 160px;}

.iProducts .Swiper_procon{width: 700px;float: left;}
.iProducts .iProducts_con ul li{width: 700px; display: flex;align-items: center;justify-content: space-between; border-radius: 20px;height:400px}
.iProducts .iProducts_con ul li .details{width: calc(100% - 40px);padding: 20px;  border-radius: 20px; transition: 0.3s;position: relative;background: #ffffff;}
.iProducts .iProducts_con ul li .details a{border:1px solid #ef6b00; width:calc(100% - 42px);border-radius: 20px;margin: auto;padding: 20px;display: block;}
.iProducts .iProducts_con ul li .details .image{position: absolute;z-index: 1; top: 50%;left: 30%;width: 75%; transform: translateY(-50%); overflow: hidden;border-radius: 15px; }

.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 .tt{width: 38%;font-size: 20px;line-height: 1.5; color: #ef6b00;position: relative;padding: 20px 0px;margin-bottom: 20px;}
.iProducts .iProducts_con ul li .details .tt::after{content:""; position: absolute;width: 40px;height: 4px;background: #ef6b00;border-radius: 2px;left: 0px;bottom:0 ;}
.iProducts .iProducts_con ul li .details .title {width: 30%; font-size: 18px;line-height: 25px;height: 50px;  color: #ef6b00;position: relative;transition: 0.3s;}

.iProducts .iProducts_con ul li .details:hover .title{color:#ef6b00;}
.iProducts .iProducts_con ul li .details:hover .summary{color:#ffffff;}
.iProducts .iProducts_con ul li .details .more{width: 56px;height: 56px; display: flex;justify-content: center;background:#ef6b00;align-items: center; border-radius: 28px;transition: 0.6s;position: relative;}
.iProducts .iProducts_con ul li .details .more::after{content:"";position: absolute;left: calc(0% - 7px);top:calc(0% - 7px); width: calc(100% + 14px);height: calc(100% + 14px);background: rgba(239,107, 0, 0.3);border-radius: 35px;animation: scale2 2s infinite;}

.iProducts .iProducts_con ul li .details .more img{transition: 0.6s;filter: brightness(100);}
.iProducts .iProducts_con ul li .details .more:hover{background:#ef6b00;color:#ffffff;}
.iProducts .iProducts_con ul li .details .more:hover img{}

.iProducts .iProducts_con ul li.swiper-slide-next{min-height: 225px;}
.iProducts .iProducts_con ul li.swiper-slide-active {min-height: 375px;background: #ffffff;}
.iProducts .iProducts_con ul li.swiper-slide-active .details .tt{font-size: calc(20px + 0.7vw);}
.iProducts .iProducts_con ul li.swiper-slide-active .details .title{margin-bottom: 3vw;}

.iAbout{width: 100%;display:none;  position: relative;overflow: hidden;display: flex; align-items: center;justify-content: space-between; padding:60px 0px;  }
.iAbout .about-left{width: 50%;}
.iAbout .details{width: 100%;overflow: hidden;margin-top:40px;font-size: 18px;line-height: 2;margin-bottom: 30px;color:#000000;}
.iAbout .about-left .more{width: 56px;height: 56px;display: flex;justify-content: center;background:#ef6b00;align-items: center; border-radius: 28px;transition: 0.6s;position: relative;}
.iAbout .about-left .more::after{content:"";position: absolute;left: calc(0% - 7px);top:calc(0% - 7px); width: calc(100% + 14px);height: calc(100% + 14px);background: rgba(239,107, 0, 0.3);border-radius: 35px;animation: scale2 2s infinite;}

.iAbout .about-left .more img{transition: 0.6s;filter: brightness(100);}
.iAbout .about-left .more:hover{background:#ef6b00;color:#ffffff;}
.iAbout .about-left .more:hover img{}

.iAbout .about-right{width:45%;border-radius: 20px;overflow: hidden;font-size: 0;line-height: 0;}
.iAbout .about-right img{max-width:100%}

.iAbout .aboutlist{float: right;}
.iAbout .aboutlist ul{}
.iAbout .aboutlist ul li{float: left;width: 33%;  padding-bottom: 20px;text-align: center;position: relative;}
.iAbout .aboutlist ul li .numCX{font-size:calc(2vw + 26px);color:#ef6b00;text-align: center;font-weight: bold;}
.iAbout .aboutlist ul li sub{font-size: 1vw;color:#ef6b00;}
.iAbout .aboutlist ul li .indc{margin-top: 10px;font-size: 18px; color:#333333;text-align: center;}
.iAbout .aboutlist ul li:nth-child(2n+1){margin-top: 140px;}
.iAbout .aboutlist ul li::before{content:"";position: absolute;left: calc(50% - 1px);top: 100%;width: 1px;height: 190px;background:linear-gradient(to bottom ,rgba(243,119,18,1),rgba(243,119,18,0)) ;}
.iAbout .aboutlist ul li::after{content:"";position: absolute;left: calc(50% - 6px);top: 100%;width: 12px;height: 12px;background: url(../images/hexagon.png)no-repeat center;}
/*.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:#ef6b00;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:#ef6b00;color:#ffffff;padding: 0px 28px;transition: 0.6s;}
.iBanner-box .con .more img{transition: 0.6s;filter: brightness(100);}

.iStrengths{width: 100%;margin-top: 30px;}
.iStrengths .container{padding: 100px 0px;background: url(../images/strengths_bg.png)no-repeat center;border-radius: 20px;}
.iStrengths .strengths-detail{width: calc(100% - 120px);padding: 0px 60px;}
.iStrengths .strengths-detail .tit{margin-bottom: 60px;color: #ef6b00;}
.iStrengths .strengths-content{max-width: 800px;font-size: 18px;color: #333333;margin-bottom: 30px;}

.iCustomer{padding: 90px 0px;background: url(../images/customer_bg.png)no-repeat center;background-size: contain;background-position:0px 120px;}
.iCustomer .tit{margin-bottom:60px;text-align: center;}
.iCustomer .Customer-detail{overflow: hidden;}
.iCustomer .Customer-detail ul li{text-align: center;background: #d9670e;border-radius: 25px;overflow: hidden;}
.iCustomer .Customer-detail ul li .image{ width: 100%;overflow: hidden;font-size: 0;line-height: 0;display: flex;align-items: center;justify-content: center;}
.iCustomer .Customer-detail ul li .image img{opacity: 1;transition: 0.3s;}
.iCustomer .Customer-detail ul li .details{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}

.iCustomer .Customer-detail ul li .title{font-size: calc(17px + 1vw);color: #ffffff;text-transform: uppercase;}
.iCustomer .Customer-detail ul li .summary{color: #ffffff;font-size: 18px;line-height: 35px;min-height: 175px;}


.iCustomer .Customer-detail ul li .more{position: relative; width: 56px;height: 56px;margin: auto; display: flex;justify-content: center;background:#ef6b00;align-items: center; border-radius: 28px;transition: 0.6s;}
.iCustomer .Customer-detail ul li .more img{transition: 0.3s;filter: brightness(100);}
.iCustomer .Customer-detail ul li .more::after{content:"";position: absolute;left: calc(0% - 7px);top:calc(0% - 7px); width: calc(100% + 14px);height: calc(100% + 14px);background: rgba(239,107, 0, 0.3);border-radius: 35px;animation: scale2 2s infinite;}
.iCustomer .Customer-detail ul li:hover .image img{opacity: 0.1;}
.iCustomer .Customer-detail ul li:hover .more{background:#ffffff;}
.iCustomer .Customer-detail ul li:hover .more img{filter: brightness(1);}

.iAd{width: 100%;overflow: hidden;margin-bottom: calc(20px + 2.5vw);}
.iAd .Ad-detail-left{float: left;width: 49%;border-radius: 30px;overflow: hidden;position: relative;}
.iAd .Ad-detail-left .image{width: 100%;font-size: 0;line-height: 0;}
.iAd .Ad-detail-left .image img{width: 100%;}
.iAd .Ad-detail-left .details{position: absolute;left:60px;top: 0; width: calc(100% - 120px);height: 100%;}
.iAd .Ad-detail-left .details .catname{color: #ffffff;margin-top: 5vw;}
.iAd .Ad-detail-left .details .summary{color: #ffffff;margin-top: 3.5vw;font-size: 18px;font-weight: lighter;}
.iAd .Ad-detail-left .details .readmore{color: #ffffff;margin-top: 3.5vw;}
.iAd .Ad-detail-left .details .readmore a{color: #ffffff;}

.iAd .Ad-detail-right{float: right;width: 49%;border-radius: 30px;overflow: hidden;position: relative;}
.iAd .Ad-detail-right .image{width: 100%;font-size: 0;line-height: 0;}
.iAd .Ad-detail-right .image img{width: 100%;}
.iAd .Ad-detail-right .details{position: absolute;left:60px;top: 0; width: calc(100% - 120px);height: 100%;}

.iAd .Ad-detail-right .details .catname{color: #ffffff;margin-top:5vw;}
.iAd .Ad-detail-right .details .list{margin-top:calc(20px + 7vw);font-size: 18px;font-weight: lighter;width: 100%;}
.iAd .Ad-detail-right .details .list li{width: 100%;overflow: hidden;padding: 13px 0px;}
.iAd .Ad-detail-right .details .list li:first-child{border-bottom: 1px solid rgba(255,255,255,0.2);}
.iAd .Ad-detail-right .details .list .tt{width: calc(100% - 160px);line-height: 37px;float: left;color: #ffffff;}
.iAd .Ad-detail-right .details .list .date{width: 120px;float: left;line-height: 37px;color: #ffffff;}
.iAd .Ad-detail-right .details .list .more{width: 40px;float: left;}

.pagecol{}
.pagecol .about_info3{padding: 5vw;box-shadow: 0px 0px 10px 5px #f9f9f9;}
.pagecol .about_info3 .line{display: block;margin: auto;width: 51px;height: 5px;background: #ef6b00;border-radius: 3px;}
.pagecol .about_info3 .line2{display: block;margin: auto;width: 251px;height: 5px;background: #ef6b00;border-radius: 3px;}
.pagecol .about_info4{display: flex;justify-content: space-between;}
.pagecol .about_info4 .line{display: block;width: 51px;height: 5px;background: #ef6b00;border-radius: 3px;}
.pagecol .about_info4 .editor{box-shadow: 0px 0px 10px 5px #f9f9f9;padding: 5vw;width: calc(100% - 450px - 10vw);border-radius: 20px;}
.about_info5 ul{padding: 80px 0px;position: relative;}
.about_info5 ul::before{content:"";position: absolute; left: calc(50% - 18px); top:-18px; width: 26px;height: 26px;border-radius: 18px;background: #ffffff;z-index: 10; border:5px solid #ef6b00;}
.about_info5 ul::after{content: ""; position: absolute;height: 100%;width: 1px;
  left: 50%;
  top: 0;
  background: #e4e4e4;z-index: -1;}

.about_info5 ul li{position: relative;width: 100%;overflow: hidden;}
.about_info5 ul li::before{content:"";position: absolute; left: calc(50% - 11px); top:80px; width: 12px;height: 12px;border-radius: 11px;background: #ffffff;z-index: 10; border:5px solid #ef6b00;}
/* .about_info5 ul li::after{content: ""; position: absolute;height: 100%;width: 1px;
  left: 50%;
  top: 0;
  background: #e4e4e4;
} */
.about_info5 ul li .detail{width: 50%;}
.about_info5 ul li .detail .title{width: calc(100% - 60px);padding: 0px 30px;
  border-bottom: 1px solid #ef6b00;
}
.about_info5 ul li .detail .title span{
  color: transparent; 
  background: linear-gradient(to right, #ef6b00, #8bd5a9); 
  background-clip: text; 
  font-size: 45px;
 
}
.about_info5 ul li:nth-child(2n+1) .detail .title{
  text-align: right;
}
.about_info5 ul li .detail .des{
  width: calc(100% - 60px);padding:15px 30px;
  font-size: 16px;line-height: 2;

}
.about_info5 ul li:nth-child(2n) .detail{float: right;}

.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:#ef6b00;}
.contact_info ul li .des{font-size: 26px;color:#ef6b00;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;background: url(../images/aboutbg.png)no-repeat bottom center;padding-bottom: 120px;}
.aboutpage1 .details{width: 100%;overflow: hidden;font-size: 18px;line-height: 2;}
.aboutpage1 .details .catname{font-size: calc(2vw + 26px);color: #ef6b00;margin-bottom:45px;line-height: 1;}
.aboutpage1 .details .tt{font-size: calc(0.7vw + 16px);color: #ef6b00;}
.aboutpage1 .aboutlist{width:50%;float: right;max-width: 605px;min-height:480px;margin-top: 120px;}
.aboutpage1 .aboutlist ul {}
.aboutpage1 .aboutlist ul li{float: left;width: 33%;  padding-bottom: 20px;text-align: center;position: relative;}
.aboutpage1 .aboutlist ul li .numCX{font-size:calc(1.6vw + 26px);color:#ef6b00;text-align: center;font-weight: bold;line-height: 1;}
.aboutpage1 .aboutlist ul li sub{font-size: 1vw;color:#ef6b00;}
.aboutpage1 .aboutlist ul li .indc{margin-top: 10px;font-size: 18px; color:#333333;text-align: center;white-space: nowrap;}
.aboutpage1 .aboutlist ul li:nth-child(2n+1){margin-top: 140px;}
.aboutpage1 .aboutlist ul li::before{content:"";position: absolute;left: calc(50% - 1px);top: 100%;width: 1px;height: 190px;background:linear-gradient(to bottom ,rgba(243,119,18,1),rgba(243,119,18,0)) ;}
.aboutpage1 .aboutlist ul li::after{content:"";position: absolute;left: calc(50% - 6px);top: 100%;width: 12px;height: 12px;background: url(../images/hexagon.png)no-repeat center;}
.aboutpage1 .production{font-size: 20px;padding: 20px 0px;}
.aboutpage1 .list ul li{width: 33%;float: left;background: rgba(255,255,255,0.9);font-family: Poppins-Light ;margin-right: 0.5%;line-height: 30px;margin-bottom: 10px;border-radius: 5px;}
.aboutpage1 .list ul li:nth-child(3n){margin-right: 0;}
.aboutpage1 .list ul li a{display: block;width: calc(100% - 30px); padding:15px; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.aboutpage1 .list ul li span{width: 40px;display: block;float: left;color: #ef6b00;font-size: 30px;}

.aboutpage2{width: 100%;padding:60px 0px 0px;overflow: hidden;background: url(../images/bg-culture.jpg)no-repeat center bottom ;background-size: cover;}
.aboutpage2 .container{display: flex;align-items: center;justify-content:space-between;flex-direction: row-reverse;}
.aboutpage2 .image{float: right;width: 48%;}
.aboutpage2 .image img{max-width: 100%;}
.aboutpage2 .details{float: left;width: 48%;font-size: 18px;}
.aboutpage2 .details .catname{font-size: calc(0.7vw + 16px);color: #ef6b00;margin-bottom:20px;line-height: 1;}


/*发展历程*/
.memoir{min-height:500px;margin-top:85px;margin-bottom:100px;}
.memoir .mc{margin-top:70px;overflow:hidden;position:relative;}
.memoir .mc .list{position:relative;}
.memoir .mc .list .im{height:13.54vw;}
.memoir .mc .list .tt{margin-top:60px;font-size:40px;color:#ef6b00;font-family:SourceHanSansCN-Heavy;}
.memoir .mc .list .tt span{font-size:20px;color:#ef6b00;}
.memoir .mc .list .circle{width:29px;height:29px;background:rgba(239,239,239,0.8);border-radius:50%;margin-top:22px;position:relative;z-index:100;}
.memoir .mc .list .circle:after{content:"";position:absolute;width:13px;height:13px;background:#bbb;left:8px;top:8px;border-radius:50%;}
.memoir .mc .list.swiper-slide-active .circle{background:#e9eef5;}
.memoir .mc .list.swiper-slide-active .circle:after{background:#ef6b00;}
.memoir .mc .list .cline{position:absolute;left:0;top:calc(13.54vw + 135px);width:0;height:4px;background:#ef6b00;transition:all 0.6s ease 0s;z-index:10;}
.memoir .mc .list.swiper-slide-active .cline{width:calc(100% + 50px);}
.memoir .mc .list .con{font-size:18px;line-height:1.7;margin-top:26px;}
.memoir .box{position:relative;}
.memoir .box .line{position:absolute;width:100%;height:4px;background:#efefef;top:calc(13.54vw + 135px);}



/*招才纳贤 */
.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(0.7vw + 16px);margin-bottom: 12px;}
.recruitpage1 .details .line{width: 35px;height: 5px;background: #ef6b00;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: #ef6b00;}
.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:#ef6b00;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:#ef6b00;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: #ef6b00;border: 1px solid #ef6b00;}
.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_list4 .details li{display:flex;align-items:center;justify-content:space-between;margin-bottom:60px;}
.product_list4 .details li:nth-child(2n){flex-direction:row-reverse;}
.product_list4 .details .detail{padding:20px;width: calc(50% - 40px); }
.product_list4 .details .image{width:50%;border-radius: 20px;overflow: hidden;}
.product_list4 .details .image img{max-width:100%;}
.product_list4 .details .detail .image img{max-width:100%;}
.product_list4 .details .detail .title{font-size:35px;margin-bottom:20px;}
.product_list4 .details li:last-child{margin-bottom:0;}


.productlist .inset-cate{width: 350px;float: left;}
.productlist .inset-cate .cate{ font-size:18px; margin-bottom: 30px;line-height: 1;}
.productlist .inset-cate .product_search{margin-bottom: 30px;}
.productlist .inset-cate .product_search input{border: none;height: 40px;line-height: 40px;}
.productlist .inset-cate .language a{display: block;line-height: 1;margin-bottom: 30px;font-size: 18px;color: #333333;}
.productlist .inset-cate .language a.cur{color: #ef6b00;}
.productlist .inset-cate .catelist{width: 100%;overflow: hidden;}
.productlist .inset-cate .catelist ul li{width: 100%; height: 35px;line-height:35px;overflow: hidden;}
.productlist .inset-cate .catelist ul li a{display: block;height: 100%;  font-size: 16px; color:#333333;}
.productlist .inset-cate .catelist ul li.cur a{ color:#ef6b00;}
.productlist .inset-cate .catelist ul li:hover a{ color:#ef6b00;}
.productlist .picture{float: right;width: calc(100% - 370px);}
.productlist .picture .count{font-size:18px; padding-bottom: 30px;line-height: 1;border-bottom: 1px solid #ffffff;margin-bottom: 30px;}

.picture{ /*display: flex; */}
.picture .detail {  display: flex;  flex-wrap: wrap;}
.picture .detail li {  flex: 0 1 calc(97% / 4);  overflow: hidden;background: #ffffff; border-radius: 5px; margin-right: 1%;margin-bottom: 25px;}
.picture .detail li:nth-child(4n) {  margin-right: 0;}
.picture .detail li a{width:calc(100% - 20px);margin: auto;padding: 10px 0px;display: block;}
.picture .detail li .image{ overflow: hidden;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #ececec;aspect-ratio: 1/1; }
.picture .detail li .image img{max-width: 100%;max-height: 100%;transition: 0.6s;}
.picture .detail li .con{padding:15px 0px ;}
.picture .detail li .cate{font-size: 16px;line-height: 30px; color: #666666;text-align: center;position: relative;}
.picture .detail li .title { font-size: 20px;line-height: 25px;height: 50px; color: #000;text-align: center;position: relative;margin-bottom: 15px;}
.picture .detail li .summary{font-size: 14px;color:#666;}
.picture .detail li .jt{display: flex;justify-content: center;filter: grayscale(1);}
.picture .detail li:hover .jt{filter: grayscale(0);}
.picture .detail li:hover .image img{transform: scale(1.1,1.1);}
.picture .detail li:hover .tt{color:#ef6b00;}
.picture .detail li:hover .title{color:#ef6b00;}



.picture1{ /*display: flex; */}
.picture1 .detail {  display: flex;  flex-wrap: wrap;}
.picture1 .detail li {  flex: 0 1 calc(96% / 5);  overflow: hidden;background: #ffffff; border-radius: 5px; margin-right: 1%;margin-bottom: 25px;}
.picture1 .detail li:nth-child(5n) {  margin-right: 0;}
.picture1 .detail li a{width:calc(100% - 20px);margin: auto;padding: 10px 0px;display: block;}
.picture1 .detail li .image{ overflow: hidden;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #ececec;aspect-ratio: 1/1; }
.picture1 .detail li .image img{max-width: 100%;max-height: 100%;transition: 0.6s;}
.picture1 .detail li .details{padding:10px 0px;}
.picture1 .detail li .tt{font-size: 14px;line-height: 30px; color: #666666;text-align: center;position: relative;}
.picture1 .detail li .title { font-size: 20px;line-height: 25px;height: 50px;margin-bottom: 20px; color: #000;text-align: center;position: relative;}
.picture1 .detail li .summary{font-size: 14px;color:#666;}
.picture1 .detail li .jt{display: flex;justify-content: center;}
.picture1 .detail li:hover .image img{transform: scale(1.1,1.1);}
.picture1 .detail li:hover .tt{color:#ef6b00;}
.picture1 .detail li:hover .title{color:#ef6b00;}


.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 #ef6b00;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: #ef6b00;}
.article .details li a:hover .des{  color: #ef6b00;}

.xwlb{display: flex; }
.xwlb .details li {border-bottom: 1px dashed #ef6b00;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: #ef6b00;}

.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*/
.content-part-one{overflow: hidden;margin: auto;display: flex;justify-content:space-between;flex-wrap: wrap;}
.content-part-one .fl{width:770px;float: left;font-size: 0;line-height: 0;background: #ffffff;}
.content-part-one .fl .image{font-size: 0;line-height: 0;overflow: hidden;}
.content-part-one .fl .image img{max-width: 100%;transition: 0.6s;}
.content-part-one .fl .images .button-prev{position:absolute;left:0;top:calc(50% - 15px);z-index:10;font-size:20px;text-align:center;line-height:30px; width:30px;height:30px;color:#ffffff;background:#000000;cursor:pointer;}
.content-part-one .fl .images .button-next{position:absolute;right:0;top:calc(50% - 15px);z-index:10;font-size:20px;text-align:center;line-height:30px;width:30px;height:30px;color:#ffffff;background:#000000;cursor:pointer;}
.content-part-one .fl .image:hover img{transform: scale(1.1);}
.imgdet{
  position: relative;
  height: 460px;
}


.imgdet .imglist{

  position: relative;

  display: inline-block;

  *display: inline;

  *zoom: 1;

  width: 84px;

  /* height: 460px; */

  height: 100%;

  overflow: hidden;

}

.imgdet .imglist ul{

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  font-size: 0;

}

.imgdet .imglist ul li{

  display: inline-block;

  *display: inline;

  *zoom: 1;

  width: 80px;

  height: 80px;

  border: 2px solid #fff;

  margin-bottom: 10px;

}

.imgdet .imglist ul li:last-of-type{

  margin-bottom: 0;

}

.imgdet .imglist ul .active{

  border: 2px solid #f00;

}

.imgdet .imglist ul li img{

  width: 100%;

  height: 100%;

}

.imgdet .imgpart{

  vertical-align: top;

  position: relative;

  display: inline-block;

  *display: inline;

  *zoom: 1;

  width: 460px;

  height: 460px;


}

.imgdet .imgpart .pic{

  position: relative;

  width: 100%;

  height: 100%;
  

}

.imgdet .imgpart .pic .magnify{

  display: none;

  position: absolute;

  top: 0;

  left: 0;

  width: 230px;

  height: 230px;

  cursor: move;

  background-color: rgba(179,179,179, 0.3);

  opacity: .3;

  filter:alpha(opacity=30);

}

.imgdet .imgpart .pic img{

  width: 100%;

  height: 100%;
  border-radius: 20px;
  border: 1px solid #dcdcdc;

}



.imgdet .imgpart .bigpic{

  display: none;

  position: absolute;

  top: 0px;

  left: 463px;

  width: 460px;

  height: 460px;

  z-index: 333;

  border: 1px solid #dcdcdc;
  border-radius: 20px;
  overflow: hidden;

  background: #fff;

}

.imgdet .imgpart .bigpic>img{

  position: absolute;

  top: 0;

  left: 0;

  width: 920px ;

  height: 920px;
  

}






.content-part-one .fr{width: calc(100% - 800px);float: right;background: #ffffff; box-shadow: 0px 0px 5px 5px #f9f9f9;margin: 5px;}
.content-part-one .fr .title{font-size: calc(1vw + 14px) ;background: #ef6b00;  padding:0px 20px; color:#ffffff;line-height: 1.5;}

.content-part-one .fr .summary{min-height:180px;font-size: 18px;width: calc(100% - 100px);padding: 50px;}
.content-part-one .fr .message{width: 305px; height: 74px;line-height: 75px;background: #ef6b00;color:#ffffff;text-align: center;border-radius: 5px;transition: 0.3s;}
.content-part-one .fr .message a{color:#ffffff;display: flex;align-items: center;justify-content: center;font-size: 26px;}
.content-part-one .fr .message:hover{width: 350px; cursor: pointer; }

.content-part-one .fr .summary{font-size: 18px;color: #333333;line-height: 1.8;margin-bottom: 30px;}
.content-part-one .fr .summary *{font-size: 18px;color: #333333;}

.content-part-two{width: 100%;overflow: hidden;background: #f8f8f8;margin: 40px auto;position: relative;}
.content-part-two .part-two-tt{ overflow: hidden;color:#ef6b00;font-size: 30px;height: 70px;line-height: 70px; border-radius: 15px;}
.content-part-two .part-two-con{width:calc(100% - 80px);margin: auto;padding: 40px;background: #ffffff;}
.content-part-two .part-two-con td{padding:5px 10px;}
.content-part-two .part-two-list{width: 100%; margin: auto;}



.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: #ef6b00;}
.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: #ef6b00;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
    transition: 0.3s;
}
.product_show .upload{width:100%;}
.product_show .upload .tt{color:#ef6b00;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:#ef6b00;}




.content-message{background-size: cover;}
.content-message .iMessage{ width: 50%;height: 100%; position: relative;}
.content-message .iMessage ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.content-message .iMessage ul li{width:98%;overflow:hidden;border-radius: 5px;}
.content-message .iMessage ul li.text{width: 48%;margin-right: 2%;}
.content-message .iMessage ul li .select{margin-top: 17px;}
.content-message .iMessage ul li.text span{color:#ffffff;line-height:45px;}
.content-message .iMessage ul li p{width: 100%;height:45px;line-height:45px;font-size:16px;float: left;}
.content-message .iMessage ul li input{text-indent:10px;width: 100%; float:left;height:45px;line-height:45px;border:none;outline: none; border-radius:2px;background: #ffffff;}
.content-message .iMessage ul li textarea{width:100%; text-indent:10px; float:left;height:135px;line-height:45px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;}
.content-message .iMessage ul li.verify input{width: 48%;margin-right: 2%;}
.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:#ef6b00;
  border-radius: 5px;
  color: #ffffff;
  font-size: 22px;
  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:#ef6b00;}



.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: #ef6b00;
  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:#ef6b00;}




.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:#eef0f4;padding-top: 35px; }
.footer-menu{font-size: 25px;}
.footer-menu .p1{color:#32363f;font-size: calc(24px + 0.8vw);font-weight: bold; margin-bottom: 15px;line-height: 1;}
.footer-menu .p2{color:#32363f;font-size: 18px;}
.footer-menu .p3{color:#ef6b00;font-size: calc(24px + 0.8vw);line-height: 1;margin-bottom: 15px;}
.footer-bottom{width: 100%;}
.footer-bottom .container{border-bottom:1px solid #ffffff;padding: 20px 0px;overflow: hidden;}
.footer-bottom .left{color: #32363f;font-size: 18px;float: left;}
.footer-bottom .right{float: right;}
.footer-bottom .right ul{float: left;width: 150px;}
.footer-bottom .right ul li .a{font-size: 16px;color:rgba(255,255,255,0.5);}



.footer-bottom .right{display: flex;justify-content: space-between;align-items: center;}
.footer-bottom .right img{}

.footer-copyright {color: #32363f;font-size: 16px;line-height:40px;padding: 25px;}
.footer-copyright *{color: #32363f;}

#goTopBtn{position: fixed;bottom: 115px;right:4%;background: #ef6b00;}
#goTopBtn .image{width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;}
.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;
}