@charset "utf-8";
*{margin:0;padding:0}
a{text-decoration:none;border:0px;}
html{width:100%;font-size:16px;}
body{font-size: 100%!important;color: #333;background: #fff;width:100%;position:relative;line-height: 1.5;font-family: Arial,-apple-system-font,Helvetica Neue,sans-serif;}
img{border:0}
ol,ul,li{list-style:none}
input,textarea{outline:none}
input[type=button],input[type=text],input[type=password]{-webkit-appearance:none;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote,{ 
 padding: 0;
 margin: 0;
}
ul, li, ol {list-style-type : none;}
:root {
  --primary-color: #0BC270; /* 定义颜色变量 */
}
/*动作过渡*/
.animate{-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;transition: all 1s ease 0s;} 
/*默认链接*/
a{
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: var(--primary-color);
}
/*版权样式*/
a.zzb07link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95rem;
	text-decoration: none;
	color: var(--primary-color);
}
a.zzb07link:visited{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: var(--primary-color);
}
a.zzb07link:hover {
	text-decoration: underline;
	color: #fff;
}
.zzb07tail
{
	font-size: 0.95rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
.section {
  width: 92%;
  max-width:1400px;
  margin: 0 auto;
  clear: both;position: relative;
}
.nflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-wrap{flex-wrap: wrap;}
/*页面样式开始----------------------------------------------------------------*/

/*头部最上面一行*/
#top{ width:100%; text-align:center;border-bottom: 1px solid #e6e6e6;}
.sep-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-emalls-titles .spans {
  width: auto;
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
  position: relative;
  padding-left: 25px;
  color: #666; 
}
.top-emalls-titles .spans:last-child {
  margin-left:50px;
}
a.spans:hover {
 color:var(--primary-color);
}


.top-emalls-titles .spans i {
  width:auto;
  height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:absolute;
  left:0;
  top:0; font-size:1.2rem;color:var(--primary-color);
}
/*语言版本*/
.welcome2 {
  line-height: 50px;
  height: 50px;position: relative;

  cursor:pointer; font-size:0.9rem;
}
.welcome2 a { display:flex;align-items:center;
}
.welcome2 i {font-size:1.3rem;color:var(--primary-color); margin-right:5px;}
.tlan-v{
	position:absolute;
	left:0;
	top:50px;
	display:none;
	z-index:1000;
	line-height: 40px;
	background-color:#FFF;
	border: 1px solid #ddd; width:100%; text-align:center;
}
.tlan-v a {
    display: block;
    padding: 0 5px; font-size:0.8rem;
    border-bottom: 1px dashed #ddd;
}
/*页面上部logo+搜索一行*/
.wid100 {
  width: 100%;
  background-color: #FFF;box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
}
.w160{ min-height:160px;}
.ggff{position: fixed!important;top: 0px; z-index: 11111;}
#logotop { display:flex;
 justify-content: space-between;}
.logosec { padding: 12px 0;display:flex;align-items: center;flex: 1 1 auto;height: 80px;}
  .logosec a img {
    max-width: 350px;
  max-height: 80px; display:block;
  }
.rflex{ display:flex;justify-content:right;
  align-items: center; }
  .rflex a{ font-size: 0.9rem;
  display: flex;
  align-items: center;height: 100%;}
.icopx{  margin-right:5px; font-size:1.3rem!important; color:#666;}
.htopsec2 {
  display: flex;
  margin: 0 50px;width: 50%;
}
.htopsec2 .keyword{color: #111;border: solid 2px var(--primary-color);
outline: 0;
-webkit-appearance: none;width: 100%;
padding: 0px 10px;height: 36px;font-size: 0.8rem;border-radius: 20px;}
.htopsec2 .submit{background-color: #fff; cursor:pointer;
height: 40px;
border: none;
width: 60px;}
.icoso{font-size:1.3rem!important; color:var(--primary-color); font-weight:bold;}
/*导航*/
.daohang{ width:100%; background-color:#F9F9F9;min-height: 55px; position:relative;border-top: 1px solid #e3e3e3;}
.daohang_1{display: flex;
  justify-content: center;
  flex-wrap: wrap;}
.daohang_1 li{
	float: left;
	text-align: center;
	display: block;
	height: 55px; line-height:50px; box-sizing:border-box;border-bottom: 1px solid #e3e3e3;position: relative;
}
.daohang_1 li i{ font-size:0.9rem;}
.erotate {
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -moz-transform: rotate(180deg); /* Firefox */
  -ms-transform: rotate(180deg); /* IE 9 */
  -o-transform: rotate(180deg); /* Opera */
  transform: rotate(180deg); /* Standard syntax */
  display: inline-block;
  -moz-transition: all 0.5s ease 0s;-ms-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;
}
a.font_dh{
	color: #0b225c;
	display:block; font-size:1rem;	 padding-right:50px;
}
a.font_dh:visited {
	color: #0b225c;
	display:block;
}
a.font_dh:hover {
display:block;
box-sizing:border-box; color:var(--primary-color);
}
.daohang_1 li:nth-last-child(1) a.font_dh{
	padding-right:0;
}
.menu_about{
	position:absolute; 
	left:0;
	top:55px;
	display:none;
	z-index:100;min-width: 100%;
	background-color:#fff; line-height: normal; border-bottom:1px solid #e4e4e4;
}
.menu_about a{
color:#0c3962; font-size:0.95rem;
     line-height:1.3;
	display:block;text-align:left; padding-top:10px; padding-bottom:10px; margin-bottom:10px; font-weight:bold;
}
.menu_about a:nth-last-child(1){
 margin-bottom:0;
}
.menu_about a:hover{
     line-height:1.3;
	display:block;color:var(--primary-color);
}
.menu_about .boxs {
  min-width: 100%;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 101;
  display: flex;
}
.menuse{ width: 250px; box-sizing:border-box;
  text-align:left; padding:40px 0px 40px 40px;}
.menuse a{ padding-right:40px;}
.menuse .active{ color:var(--primary-color); border-right:2px solid var(--primary-color); }
.zinavm {
  width: 250px;
  padding: 40px;
  border-left: 1px solid #e6e6e6; box-sizing:border-box;
}
 
.bb-lists { display:none;} 
.bb-lists a { font-weight:normal; color:#555;} 
.bb-lists.active {
   display:block!important;
} 





 
  .menuabout{
	position:absolute;
	left:0;
	top:104px;
	display:none;
	z-index:1000;
	line-height: 40px;
	background-color:#2c3e50;
	 width:max-content; padding:20px;
}

.menuabout a {
    display: block;
    font-size:0.9rem; color:#FFF;
}
.menuabout a:hover {
    color:var(--primary-color);
}
#menuabout{ position:relative; margin-right:35px;height: 100%;}

/*导航结束*/
/*banner*/
#banner {width: 100%;margin:0px auto;padding:0px;overflow: hidden;max-width:1920px; }
#banner img{width: 100%; display:block;}
.focus{ width:100%;   margin:0 auto; position:relative; overflow:hidden;   }
.focus .shanghl00{ width:100%; height:11px;  position:absolute; z-index:1; bottom:6px; text-align:center;  }
.focus .shanghl00 ul{ display:inline-block; height:5px; padding:3px 5px; background-color:rgba(255,255,255,0.7); -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;}
.focus .shanghl00 ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 5px;  vertical-align:top; overflow:hidden;   }
.focus .shanghl00 ul .on{ background:#FE6C9C;  }
.focus .bd{
	position:relative;
	z-index:0;
	margin:0px;
	padding:0px;
	overflow: hidden;
}
.focus .bd li{ margin:0px; padding:0px;position:relative; overflow:hidden;}
.gaotext{ position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  color:#FFF; top:0; left:0;display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;}
.gaot1{text-transform: uppercase;font-size: 2rem; color:#fff;margin-top: -2rem;}
.gaot2 {
  font-size: 3rem;
  font-weight: bold ;
  letter-spacing: 2px; margin-top:20px;
}
.gaot3 {
 width: 50px;
  height: 2px;
  background: #fff; margin-top:20px;
}
/*banner结束*/
/*栏目大标题*/
.gtit {
  padding-top: 70px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 2.4rem;color: #333; font-weight:bold;
}
.glv {
  width: 80px;
  height: 3px;
  background-color: var(--primary-color);
  margin: 0 auto;
}
.gtit1 {
  padding-top: 30px;
  font-size: 1.2rem;color: #666;text-align: center;
}
.gtit1 span a {
  color: var(--primary-color);
}
/*栏目大标题end*/

/*首页产品*/
.hptit {
  padding-bottom: 20px; padding-top:60px;
  font-size: 1.8rem;color: #333; font-weight:bold;
}
.benne {
width: 100%;
overflow: hidden;
}
.aboutleft {
  float: right;
  width: 45%;
  overflow: hidden;
  transition: all 0.8s ease 0s;
  height: 380px;
  box-sizing: border-box;
}
.aboutleft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease 0s;
}
.aboutright {
  float: left;
  padding: 0px ;
  width: 50%;
  color: #666;
  box-sizing: border-box; 

}
.shl-abtit1{color: #666; font-size:1.1rem;}
.ul-boxs {
  width: 100%;margin-top: 25px;display: flex;
  flex-wrap: wrap;  
}
.ul-boxs .ul-lists {
  display: block;
  width: 50%;
  color: #666;
  padding-right: 15px;
  position: relative; box-sizing:border-box;
  
  line-height: 28px;
  margin-top: 15px;
  overflow: hidden;
  height: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
.ul-boxs .ul-lists:nth-child(2n) {
  padding-right: 0;
}
.ul-boxs .ul-lists:hover {
  color:var(--primary-color);
}
.mores {
  background:var(--primary-color);
  color: #fff!important;
  padding: 10px 45px;
  position: relative;
  border-radius: 25px; font-size:1rem;display: inline-block;margin-top: 30px;
}
.mores:hover {
  background:#2c3e50;color: #fff;
}

.homeplist{width:100%; margin-top:60px;display: flex;
  align-items: center;}
/*首页产品*/
.cpsort {
  width: 20%;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  margin-right: 25px;
  background-color: #FFF;
}
.cpsort:nth-last-child(1)  { margin-right:0;}
.cpsortpub {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.cpsec1 {
    width: 100%;
height: 100%; overflow:hidden;position: absolute;
}
.cpsec1 img {
    width: 100%;height: 100%; object-fit: cover;
}
.piccover{object-fit: cover!important;}
.cpsec1:hover img{ transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1) }
.cpsec1::after {
  background: rgba(15,17,17,.03);
  border-radius: 4px;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;left: 0;
}
.cpsorttit{ font-size:1rem; color:#333;line-height: 28px;margin-top: 15px;
overflow: hidden;
height: 28px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; box-sizing:border-box; padding-right:1rem;}


.hbbottom { padding-bottom:15px; border-bottom:1px solid #e6e6e6;
}
.nflex i{float:right;margin-top: 15px;color:var(--primary-color);}
.cpsort:hover .cpsorttit{ color:var(--primary-color);}
.cpsort:hover .hbbottom{border-bottom:1px solid var(--primary-color);}
/*首页产品end*/
/*案例或者资质荣誉厂房图片类展示*/
.picshow{width: 100%; margin-top:100px;padding-top: 160px;
  position: relative;
  overflow: hidden; background-position:center center; background-repeat:no-repeat; background-size: cover;}
.piccontent{display: flex;
  flex-wrap: wrap;align-content: flex-end;
  align-items: flex-end;}
   .picshow-left {
  width: 40%;
  background: var(--primary-color); opacity:0.9;
  padding: 55px 30px 50px 42px; box-sizing:border-box; color:#FFF;
}
.picshow-left .pfont1 { font-size:2rem; font-weight:bold;}
.picshow-left .pfont2 { width:100px; height:2px; background-color:#FFF; margin-top:20px;}
.picshow-left .pfont3 {margin-top:20px; font-size:1.1rem; line-height:1.8rem;
  overflow: hidden;
  max-height: 12.6rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  box-sizing: border-box;}
.picshow-more {
  background:#fff;
  color: var(--primary-color)!important;
  padding: 10px 45px;
  position: relative;
  border-radius: 25px; font-size:1rem;display: inline-block;margin-top: 30px;
}
.picshow-more:hover {
  background:#fff;color: #2c3e50;
}
.picshow-right {
  width: 60%;
  background: rgba(255,255,255,0.8);
  padding: 25px;box-sizing:border-box;
}
/*图片左右滚动*/
.hl_main5_content{
	width: 100%;
  margin: 0 auto;
  clear: both; position:relative;
box-sizing: border-box;overflow: hidden;
}

.hl_main5_content1{width:100%; overflow:hidden;}
.hl_main5_content1 ul{width:100%; overflow:hidden;display: flex;}
.hl_main5_content1 ul li{float: left;width: 32.3333%;min-width: 32.3333%; margin-right: 0.5%;margin-left: 0.5%;}

.hl_main5pic {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}
.hl_scrool_leftbtn{width:45px;height: 80px;  background:url(../images/lio1.png) no-repeat center center;  cursor:pointer; position:absolute; left:3px; 
border-radius: 0 4px 4px 0;background-color: #fff;opacity: 0.5; top:50%; margin-top:-40px; z-index:10;}

.hl_scrool_rightbtn{width:45px;height: 80px;  background:url(../images/lio.png) no-repeat center center;  cursor:pointer; position:absolute; right:3px; 
border-radius: 4px 0 0 4px;background-color: #fff;opacity: 0.5; top:50%; margin-top:-40px; z-index:10;}
.hl_scrool_leftbtn:hover , .hl_scrool_rightbtn:hover{opacity: 1; }
.homepicpub {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
}
.homepictit {
  font-size: 0.9rem;
  color: #666;
  line-height: 28px;
  margin-top: 10px;
  overflow: hidden;
  height: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}

/*首页公司简介*/
.gtit2 {
  padding-bottom: 40px;
  text-align: center;
  font-size: 1.2rem;color: var(--primary-color); font-weight:bold;
}
.hbout {
width: 100%;
display: flex;
  justify-content: space-between;
  align-items: center; padding-top:70px;
}
.infoleft {
  width: 45%;
  overflow: hidden;
  height: 455px;
  box-sizing: border-box;border-radius: 10px; 
}
.infoleft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inforight {
  width: 50%;
  box-sizing: border-box; 
}
.abfont1{ color:#2c3e50; font-size:1.6rem; padding-bottom:30px; font-weight:bold;}
.abfont2{ font-size:1rem; color:#666; line-height:1.8rem; 
  overflow: hidden;
  max-height: 18rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  box-sizing: border-box;}

.youshi {
  width: 100%;
  padding-bottom: 70px;padding-top:70px;
}
.youshi ul { display:flex;}
.youshi ul li h3{   font-size:1rem; width:80%; text-align:center; margin:0 auto;font-weight:normal; padding-bottom:5px; color:#666; }
.youshi ul li{ flex: 1; text-align:center;  float:left;-webkit-transition: margin-top .8s;
-moz-transition: margin-top .8s;
-o-transition: margin-top .8s; border-right:1px solid #d8d8d8;}
.youshi ul li h2{ font-family:Arial, Helvetica, sans-serif; color:var(--primary-color); font-size:4rem;  padding-bottom:10px; font-weight: bold;}
.youshi ul li:hover { margin-top:-10px!important;display:block; }
.youshi ul li:first-child{border-left:1px solid #d8d8d8;}
.timer {
  font-size: 4rem;
  font-weight: bold;
}
.spanf1 {
  font-size: 1.6rem;
}
/*首页应用领域*/
.sep-width {
  width: 100%;padding-bottom: 110px;padding-top: 110px;position: relative;overflow: hidden;
}
.imgs-bgs {
  display: block;
  position: absolute;
 min-width: 100%;width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.imgs-bgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sep-yingyong {
  z-index: 10;
}
.sep-boxs {
  width: 70%;
}
.sepfont1 {
  color: #333;font-size: 2rem;
  position: relative; font-weight:bold; padding-bottom:25px;
}
.sepfont2 {
  color: #666;font-size: 1rem;
  position: relative; margin-top:30px; line-height:1.8;
}
.sepline {
  width: 80px;
  height: 3px;
  background-color: var(--primary-color);
}
.p-boxs {
  min-width: 100%;margin-top: 55px;display: flex;
  justify-content: space-between;
}
.p-lists { 
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 35px 30px 30px;
  background: #fff; box-sizing:border-box;transition: all .3s;flex: 1;
  margin-right: 40px;max-width: 50%;
}
.p-lists:nth-last-child(1) { 
  margin-right: 0;
}
.i-imgs {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.i-imgs-lists {
  display:block;
  height:0;
  width:0;
  overflow:hidden
}
.i-imgs-lists.i-imgs1 {
  width:100%;
  height:auto
}
.i-imgs-lists.i-imgs2 {
  width:0;
  height:0
}
.titles-a {
  text-align: center;
  margin-top: 25px;
  color: #333; font-size:1.2rem; font-weight:bold;
}
.richtext {
 margin-top: 12px;
  text-align: center; color:#666; font-size:0.9rem;
}
.p-lists:hover {
  background:var(--primary-color); transform: scale(1.1);
}
.p-lists:hover .titles-a {
  color:#fff
}
.p-lists:hover .richtext {
  color:#fff
}
.p-lists:hover .i-imgs-lists.i-imgs1 {
  width:0;
  height:0
}
.p-lists:hover .i-imgs-lists.i-imgs2 {
  width:100%;
  height:auto
}
/*联系我们横条*/
.lx-width {
  width: 100%;padding-bottom: 90px;padding-top: 90px;position: relative;overflow: hidden;background-image: linear-gradient(90deg, var(--primary-color), #0c2460);}
  .lx-circle{ width:30vw; height:30vw; border-radius:100%; position:absolute; z-index:1; right:-8%; bottom:-35%; background-color:rgba(255,255,255,0.1)}
.lx-font1{color: #fff; font-size:2rem; font-weight:bold; text-align:center;box-sizing: border-box;
  padding: 0 10%;}

.lx-font2 {
  color:var(--primary-color)!important; margin:0 auto;
  background: #fff;
  padding: 15px 45px;
  position: relative;
  border-radius: 25px; font-size:1.2rem;display: table;margin-top: 30px;
}
.lx-font2:hover {
  background:var(--primary-color);color: #fff!important;
}
/*首页新闻*/
.hnews {
  display: flex;
  flex-wrap: wrap; padding-top:60px;
}
.hnewssec {
  width: 31.333%;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  margin-right: 3%;
  background-color: #FFF;box-shadow: 0 0 20px 0 rgba(72,72,72,.1);
  border-radius: 10px;
  overflow: hidden; margin-bottom:40px;
}
.hnewssec:nth-child(3n)  { margin-right:0;}
.hnewsecpub {
  width: 100%;
  height: 0;
  padding-bottom: 45%;
  position: relative;
}
.hnewsnotice { display:table; padding:3px 10px;
  position: absolute; z-index:10; top:20px; right:20px;background-color: rgba(0,0,0,0.3); font-size:0.8rem; color:#FFF; text-align:center;
}

.hnewtit {
  font-size: 1.2rem; font-weight:600;
  color: #1B1D26;
  line-height: 1.8rem;
  margin: 20px;
  overflow: hidden;
  max-height: 3.6rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
.hnewtit2 {
  font-size: 0.9rem; 
  color: #999;
  line-height: 1.5rem;
  margin: 20px;
  overflow: hidden;
  max-height: 4.5rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
.hnewtit3 {
  font-size: 1rem; 
  color: var(--primary-color);
  margin: 20px;
 
}
.hnewdate {
  font-size: 0.9rem;
  color: #333;
  margin: 20px;
  overflow: hidden;
}
.hnewtit:hover{color: var(--primary-color);}
.morenew {
  background:var(--primary-color);
  color: #fff!important;
  padding: 13px 45px;
  position: relative;
  border-radius: 25px; font-size:1rem;display: table; margin:0 auto;margin-top: 20px;
}
.morenew:hover {
  background:#2c3e50;color: #fff;
}

/*版权*/
#footer{
	width: 100%;
	margin-top:60px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
	clear: both;
	background: #eff6f5; background-image:url(../images/m1.png); background-position:right center; background-repeat:no-repeat;

}
#footer .copy1{ display:flex;justify-content: space-between; text-align:left}
#footer .copy1 .tub{max-width: calc(20% - 20px); box-sizing:border-box;padding: 0 10px;}
#footer .copy1 .tub1{max-width: calc(30% - 20px); box-sizing:border-box;padding: 0 10px;}

.tubpp{ font-size:1.2rem; font-weight:bold; padding-bottom:25px; color:#333;}

a.font_top{
font-size:1rem;
	text-decoration: none;
	color: #666;
}
a.font_top:visited {
	color: #666;
	text-decoration: none;
}
a.font_top:hover {
	text-decoration: underline;
	color: var(--primary-color);
}
.padbo8{ padding-bottom:10px;word-break: break-all;}
.padbo8 i{color: var(--primary-color); margin-right:10px; font-size:1.4rem;}
.copflex{display: flex;align-items: center;}
.logoss{
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.logoss img{
  width: 80px;
  height:auto; margin-right:15px;
}
.logoss span{ font-size:1.2rem; font-weight:bold;color: var(--primary-color);
}
.chatlink {
  width: 100%; padding-top:30px;
}
.chatlink ul {
display: flex;align-items: center;
}
.chatlink ul li {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;margin-right: 12px;
}
.chatlink ul li a { color:#bbbebe;}
.chatlink ul li a:hover { color:var(--primary-color);}
.chatlink ul li i { font-size:1.6rem; }
.chatbottom {
  width: 80%; padding-top:30px;font-size:1.1rem; font-weight:bold; color:#666;
}
.copyright{ width:100%; line-height:60px;  font-size:0.95rem;  background-color:#000; color:#fff;}

/*在线客服样式*/
  #onlineService {
  position:fixed;
  right:0;
  bottom:32%;
  z-index:100998
}
.offside {
  width:50px
}
.offside li {
  width:50px;
  height:50px;
  position:relative;
  background:var(--primary-color);
  border-bottom:1px solid #fff;
  text-align:center;
  transition:all .7s;
  -webkit-transition:all .7s
}
.offside li:nth-last-child(1) {
  border-bottom:0;

}
.offside .code {
  position:absolute;
  top:0;
  right:50px;
  display:none;
  margin:0
}
.offside a,
.offside div {
  position:absolute;
  z-index:11;
  display:block;
  top:0;
  right:0;
  bottom:0;
  cursor:pointer
}
.offside .p {
  float:left;
  line-height:50px;
  font-size:16px;
  font-weight:700;
  padding:0 0 0 12px;
  color:#fff !important;
  opacity:0;
  position:absolute;
  white-space:nowrap;
  display:block;
  width:100% !important;
  text-align:left
}
.offside i {
  font-size:28px;
  height:100%;
  line-height:50px;
  text-align:center;
  display:block;
  color:#fff
}
.offside li:not(.li_3) a,
.offside .li_3 a,
.offside .li_3 div {
  width:50px
}
.offside .back_top {
  display:none
}
.offside li {
  background:var(--primary-color);
}
.offside li:last-child {
  background:#b1b1b1
}

.offside li:hover a,
.offside li:hover div,
.offside li:hover .icon {
  color:#fff
}
.offside li:hover .p {
  opacity:1
}
.offside li:not(.li_3):hover {
  background:#005959
}

.offside .tel {
  width:230px;
  transform:translateX(-180px);
  -webkit-transform:translateX(-180px)
}
.offside .back_none {
  height:0;
  border:0 !important
}
.offside .li {
  transform:translateX(100%);
  -webkit-transform:translateX(100%)
}
.offside .unfold {
  width:30px;
  transform:translateX(20px);
  -webkit-transform:translateX(20px)
}
/*在线客服样式end*/

















/*首页结束---------------------------------------------------------------------------*/

/*内页样式开始*/

/*内页产品列表页*/
.cdplistflex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cdpsec {
  width: 23%;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  margin-right: 1%;
  margin-left: 1%;
  margin-top: 35px;transition: all .3s;border-radius: 6px;
  overflow: hidden;
}
.cdpsec:hover { background-color: #FFF;
  box-shadow: 0 0 20px 0 rgba(72,72,72,.2);
}
.cdpsec:hover .cdptext1 {color:var(--primary-color);}
.cdpsecpub {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.cdptext {
  padding: 13px 13px 20px 13px;
}
.cdptext1 {
  font-size: 1rem;
  line-height: 1.3rem;
  overflow: hidden;
  height: 2.6rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;color: #0c3962; font-weight: 600; text-align:center;
}
.cdptext2 {
  font-size: 0.8rem;text-align:center;
  color: #666;
  line-height: 1.2rem;
  overflow: hidden;
  height: 2.4rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box; margin-top:10px;
}
.pmores {
  background:var(--primary-color);
  color: #fff!important;
  padding: 10px 25px;
  position: relative;
  border-radius: 25px; font-size:1rem;display:table; margin:0 auto;margin-top: 10px;
}
.pmores:hover {
  background:#2c3e50;color: #fff;
}
/*分页*/
.page-wrap{ padding-top:50px;
  text-align: center;}
  .jump {
  text-align: center;
  cursor: pointer;
  color: #333;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
 .page-wrap span {
  font-size: 20px;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  background-color: #fff;
  padding: 0 6px;
  font-size: 14px;
  margin-right: 8px;box-sizing: border-box;
}
.page-wrap .active {
  cursor: default;
  color: #fff;
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.jump.disabled {
  cursor: not-allowed;
  color: #999;
}
.page-wrap .active a{color: #fff;}


.pagination{padding-top: 50px;
  text-align: center;}
  .pagination li{
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  background-color: #fff;
  padding: 0 6px;
  font-size: 14px;
  margin-right: 8px;box-sizing: border-box;border: 1px solid #d9d9d9;
  border-radius: 6px;text-align: center;}
.pagination .disabled {
  cursor: not-allowed;
  color: #999;
}
.pagination .active {
  cursor: default;
  color: #fff;
  background: var(--primary-color);
  border-color: var(--primary-color);
} 
.pagination .active a{color: #fff;} 

/*分页结束*/
/*产品banner*/
.probanbg{  background-position:center center; background-repeat:no-repeat; background-size:cover; padding-top: 110px;
  padding-bottom: 130px; position:relative;}
.probfo1{ font-size:3rem; color:#fff; font-weight:bold;}
.ppad50{ padding-left:70px; box-sizing:border-box;}
/*产品banner end*/

.psortinfo{display:flex;align-items: center;padding: 50px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  margin-top: 60px;
  margin-bottom: 30px; width:90%;}
.psortleft{ width:35%; margin-right:60px; border-radius: 10px;
  overflow: hidden;
  height: 0;
  padding-bottom: 25%;
  position: relative;}
.psortright{ flex:1;}
.psortn1{ padding-bottom:50px; font-size:3rem;font-weight:bold;}

/*产品详细*/
.cpdetail {
	width: 92%;
  max-width:1400px;
  margin: 0 auto;
  clear: both;
  display: flex;box-sizing: border-box;padding-top: 50px;
  padding-bottom: 50px;
}
.cpdetailleft{width: 550px;
  margin-right: 5%; padding-bottom:30px; }
.cpdetailright{flex: 1;}
.zidt1{ color:#2c3e50; padding:25px 0 16px 0;}
.zidt1 a{ color:var(--primary-color);}
.zidt1 a:hover{ color:#2c3e50;}
.zidt2{color: #696969; line-height:1.8;border-bottom: 1px solid #e6e6e6; padding-bottom:30px;}

.pcp3 {
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 30px;
}
.pcp3flex {
  display: flex;align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 22px;
}
.pcp3flex li {
  color: #696969;
}
.pcp3li1 {
  margin-right: 25px;
}
.pcp3li1 i {
  color: var(--primary-color); font-size:1.6rem;
}
.pcp3font1 {
  color: #2c3e50; font-weight:bold; padding-bottom:10px;
}
.pshare{color: #2c3e50;font-weight:bold; font-size:1.4rem; padding-top:20px;}

.pdetaiflex{  display:flex;}
.pdetleft{ width:70%; }
.pdetright{ width:25%; margin-left:5%; position:relative;}
.pdetit{color: #2c3e50;font-weight:bold; font-size:1.6rem; padding-bottom:20px;}
.pdecon{color: #666;padding-bottom:40px; line-height:1.8;}
.pdecon >p{padding-bottom:10px;}
.pdecon img{ max-width:100%!important; height:auto!important;}
.pdecon .cpsec1 img {
  height: 100%!important;
}

.pdecon table { width:100%!important;max-width:100%!important;border-top: 1px solid #ededed;border-left: 1px solid #ededed;}
.pdecon table td{table-layout:fixed; word-break: break-all; overflow:hidden; padding:10px;border-right: 1px solid #ededed;border-bottom: 1px solid #ededed; }

.pdecaflex{ display:flex;flex-wrap: wrap; padding-top:20px;}
.pdecasec{ width: 48%;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 4%;
  background-color: #FFF;
  box-shadow: 0 0 15px 0 rgba(72,72,72,.15);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px; padding:0 25px 25px 25px;}
.pdecasec:nth-child(2n){margin-right: 0;} 
.pdecasec .aptit{border-bottom: 1px solid #e6e6e6; font-size:1.1rem; padding-top:14px; padding-bottom:12px;color: #2c3e50;} 
.pdecasec .apcon{ font-size:0.9rem; line-height:1.6; padding-top:15px;} 
.pdecasec .apcon img{ margin-top:5px; margin-bottom:10px;} 
.pmt0{ margin-top:0!important;} 
/*产品中的问答*/
.wenda{ }
.wenda .news-title {
	  CURSOR: pointer; clear:both;  padding-right:10px; box-sizing:border-box; font-weight:bold;color: #2c3e50;
}

.wenda .news-title .expand {
	BACKGROUND: url(../images/kcxz1.png) no-repeat ; width:100%;  font-size:1.1rem;box-sizing:border-box; background-position:right center;padding-right: 30px;padding-bottom: 10px;
  padding-top: 10px;
}
.wenda .news-title .expand i {color: var(--primary-color); margin-right:10px;}
.wenda .news-title .contract {
	BACKGROUND: url(../images/kcxz.png) no-repeat  ;width:100%;  font-size:1.1rem;box-sizing:border-box;background-position:right center;padding-bottom: 10px;
  padding-top: 10px;
}
.wenda .news-padding {padding:30px; clear:both; font-size:1rem; line-height:26px; box-sizing:border-box; background-color: #f5f5f5;
}

.news-padding:nth-child(1)
{ display:block}
.prin{color:#fff; background-color:#0C2460; padding:70px 20px; box-sizing:border-box; width:100%; text-align:center; border-radius:10px;}
.prin .inq1{ font-size:2rem; font-weight:bold;}
.prin .inq2 { padding-top:15px; padding-bottom:15px;}
.prin .inq2 i{font-size:3.6rem;font-weight:bold;}
.prin .inq3{font-size:0.85rem; line-height:1.8;}
.prin .inq4 {
  background:var(--primary-color);
  color: #fff;
  padding: 10px 35px;
  position: relative;
  border-radius: 25px; font-size:1rem;display:table; margin:0 auto;margin-top: 30px;
}
.prin .inq4:hover {
  background:#fff;color: var(--primary-color);
}
.cdptitle {
  color: #2c3e50;
  font-size: 1.2rem; font-weight:bold;
}
/*产品左侧菜单*/
.pr-list{width: 100%; padding-top:15px; padding-bottom:25px;}
.btline{border-bottom: 1px solid #e6e6e6;}
.ptoo{ padding-top:15px; padding-bottom:15px;}
.pr-list ul li a{color: var(--primary-color);padding-right: 20px; display: block;  position: relative; text-decoration:none;cursor: pointer; font-size: 1.1rem;}
.pactive{  background-image:url(../images/shl-up-openv1.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:auto 12px;}
.pactives{ background-image:url(../images/shl-down-openv1.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:auto 12px;} 
.pr-list ul li ul{display: none; padding:10px;background-color:#fafafa;margin-bottom: 10px;}
.pr-list ul li ul li {  }
/*.pr-active{background-image:url(../images/m-navact.png);
	background-repeat:no-repeat;
	background-position:20px 38px;
	background-size:auto 2.5px;}	*/
.pr-list ul li ul li a{ padding-left:10px;font-weight: lighter;padding-right: 15px;
font-size:1rem; color:var(--primary-color)!important;  line-height:1.3;padding-top: 10px;padding-bottom: 10px;}
.pr-list ul li ul li a span{padding-right: 5px;
}

.psjact{  background-image:url(../images/shl-up-openv1.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:auto 12px;}
.psjacts{ background-image:url(../images/shl-down-openv1.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:auto 12px;} 
.pr-sanji{display: none; padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;}
.pr-sanji a{ font-size:0.95rem!important;border-bottom: 1px solid #e8e8e8;}
.pr-sanji span{ color:#666!important; }
.flexend {
  align-items: flex-end;
}
.ppff{position: fixed!important; z-index: 111;max-width: 23%;}
/*产品左侧菜单结束*/

/*产品详细页中的模块*/
.brandsec{ width: 31.3333%;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 3%;
  background-color: #FFF;
  box-shadow: 0 0 10px 0 rgba(72,72,72,.15);
  border-radius: 10px; text-align:center;
  overflow: hidden;
  margin-bottom: 40px; padding:25px;}
.brandsec:nth-child(3n){margin-right: 0;}
.brand1{ width:70px; height:70px; margin:0 auto;}
.brand1 img{ width:100%; height:100%;}
.brand2{ font-size:1.2rem; color:#2c3e50; font-weight:bold; padding-top:10px;}
.brand3{font-size:1rem;color:#666;padding-top:10px;} 
.brandsec:hover{
  box-shadow: 0 0 15px 0 rgba(72,72,72,.2);
 }
 
 /*产品详细页轮播图样式*/
#preview{ }
.jqzoom{ width:550px; height:472px; position:relative;padding:0;}
.jqzoom img{ width: 100%;
    height: 100%;
    object-fit: cover;}
.zoomdiv{ left:859px; height:400px; width:400px;}
.list-h li{ float:left;}
#spec-n5{width:550px;  padding-top:15px; overflow:hidden;}
#spec-left{ background:url(../images/left.gif) no-repeat; width:10px;  float:left; cursor:pointer; }
#spec-right{background:url(../images/right.gif) no-repeat; width:10px; float:left;cursor:pointer; }
#spec-list{ width:510px; float:left; overflow:hidden; margin-left:10px; display:inline;position:relative; margin-right:10px;}
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:102px; text-align:center;}
#spec-list ul li img{ padding:2px ; border:1px solid #ccc; width:86px; height:80px; margin:0 auto;}


.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:400px;height:400px;background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:800px;height:800px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#mprobanner {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  overflow: hidden;
  max-width: 1920px;
  display:none;
}
#mprobanner img {
  width: 100%;
  display: block;
}


/*产品详细页轮播图样式结束*/
.cpdetit1 {
  font-size: 1.9rem;
}

/*产品详细end------------------------------------------------------------------------*/

/*产品大分类页面 继承列表页和详细页*/

.sortright {
  width: 70%;
}
.sortleft {
  width: 25%;
  margin-right: 5%;
  position: relative;
}
.sortpt60{ padding-top:60px;}
.sortpt20{ padding-top:20px;}
.sortrpic{ width: 100%;
  height: 0;
  padding-bottom: 25%;
  position: relative;border-radius: 18px;
  overflow: hidden;}
.sorttit{color: #2c3e50;font-weight:bold; font-size:1.7rem; } 
.sortmores {
  background:var(--primary-color);
  color: #fff!important;
  padding: 8px 25px;
  position: relative;
  border-radius: 25px; font-size:0.85rem;display:table; margin:0 auto;margin-top: 10px;
}
.sortmores:hover {
  background:#2c3e50;color: #fff;
} 
.sortleftpic{ width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;border-radius: 10px;
  overflow: hidden; margin-bottom:20px;transition: all 1s ease 0s;}
.sortleftpic:hover .sobgname{background-color:rgba(0,0,0,0.4);}  
  
.sortleftpic:hover .cpsec1 img{ transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1) } 
.stitp {
  color: #2c3e50;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 15px;
}
.sobgname {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index:1; background-color:rgba(0,0,0,0.2); color:#FFF;display: flex;
  padding: 20px;
  box-sizing: border-box;
  align-items: end;
  font-size: 1.3rem;
}  
.soserf1 {
  color: #2c3e50;
  font-weight: bold;
  padding-bottom: 8px; font-size:1rem;
}
.soserf2 {
font-size:0.8rem;line-height: 1.5;
}
.sorflex {
  display: flex;
  padding-top: 5px;
  padding-bottom: 12px;
  line-height: 22px;
}
.sorflex i{ color:var(--primary-color); font-size:1.3rem; margin-right:12px;
}

.soli1 {
  margin-right: 15px;
} 
.sorshare {
  width: 100%;
  padding-top: 10px;
}
.sorshare ul {
  display: flex;
  align-items: center;justify-content: space-between;
}
.sorshare ul li {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center; color:#fff; border-radius:5px;
 
}
.sorshare ul li:nth-child(1) { background-color:#3b5998;} 
.sorshare ul li:nth-child(2) { background-color:#1da1f2;} 
.sorshare ul li:nth-child(3) { background-color:#0077b5;} 
.sorshare ul li:nth-child(4) { background-color:#bd081c;} 
.sorshare ul li:nth-child(5) { background-color:#25d366;} 
.sorshare ul li:nth-child(6) { background-color:#ea4335;} 
.sorshare ul li i {
  font-size: 1.2rem;color:#fff;
}
.sliuch{border-top: 1px solid #e6e6e6; font-size:2.4rem; font-weight:bold; padding-top:50px; text-align:center; margin-top:60px; color:#2c3e50;}
 .sliuflex {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
} 
.slisec{ width: 31.333%;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 3%;
  background-color: #FFF;
  box-shadow: 0 0 10px 0 rgba(72,72,72,.15);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px; padding:0 25px 25px 25px;}
.slisec:nth-child(3n){margin-right: 0;} 
.slisec .aptit{border-bottom: 1px solid #e6e6e6; font-size:1.3rem; padding-top:14px; padding-bottom:12px;color: #2c3e50;font-weight: bold;} 
.slisec .apcon{ font-size:0.9rem; line-height:1.6; padding-top:15px;} 
.whychoose{ width:100%;}
.wchtit1{padding-bottom: 20px;
  color: #2c3e50;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3rem; padding-top:40px;}
  .wchablu{padding-bottom: 100px;}
.wchbg{ background-position:center center; background-size:cover; background-repeat:no-repeat; width:100%; min-height:500px;}
.wchinfo{width: 30%;
  background-color: #edf1fc;
  border-radius: 15px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: -70px;box-sizing: border-box;
  padding: 40px;color: #2c3e50;text-align: center;}
  .wchinfo i{ font-size:3.5rem;}
  .wchtit3{ font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 10px;}
  .wchtit4{font-size: 0.85rem;
  line-height: 1.4rem;
  overflow: hidden;
  max-height: 9.8rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  margin-bottom: 25px;}
  
  .wchflex{ display:flex;justify-content: space-between; padding-top:30px;} 
  .wchflpic {
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 1s ease 0s;
  margin-right: 30px;
}
.wchflpic:hover .cpsec1 img{ transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1) } 
.wchflpic:nth-last-child(1){ margin-right:0;}
.wchfltext {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index:1; color:#FFF;display: flex;justify-content: end;flex-flow: column;text-align: center;
  padding: 30px;
  box-sizing: border-box;
  background-color: transparent;
  --background-overlay: '';
  background-image: linear-gradient(180deg, #FFFFFF00 38%, #000000 100%);
} 
.wchfltext1 { font-size:1.3rem; font-weight:bold; padding-bottom:15px;} 
.wchfltext2 {font-size:0.9rem;  
  line-height: 1.4rem;
  overflow: hidden;
  max-height: 5.6rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
} 

/*类的产品都应用在哪些方面*/
.applic{ width:100%;display:flex;padding-top:70px;flex-wrap: wrap;}
.applicsec {
  max-width: 100%; min-width:20%;
  position: relative;
  overflow: hidden;
  transition: all 1s ease 0s;
}
.applicsec:hover .cpsec1 img{ transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1) } 
.applipub {
  width: 100%;
  height: 0;
  padding-bottom: 320px;
  position: relative;
}
.applipt70{ padding-top:70px;}
.searchpt{ padding-top:40px;}

  

/*产品大分类页面结束------------------------------------------------*/



/*公司简介样式-------------------------------------------------------------*/
.infobanbg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 180px;
  position:relative;
}
.infoline{ position:absolute; bottom:0; left:0; z-index:1;transform: rotate(180deg);width: 100%;
  overflow: hidden;}
.infoline svg{width: calc(300%);
  height: 176px;
  transform: translateX(-50%) rotateY(180deg); 
  left: 50%;
  position: relative;
  display: block;}
.infoline svg path{fill: #fff;}
.infotit1{color: var(--primary-color);
  padding-bottom: 15px;}
.infotit2{color: #666;padding-top: 60px;}
.infotit3{color: #0b225c;
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;padding-bottom: 20px;}
.infotit2 p{padding-bottom: 20px;} 
.infotit2 img{ max-width:100%!important;height: auto !important;}
.infotit2 table { width:100%!important;max-width:100%!important;
}
.infotit2 table td{table-layout:fixed; word-break: break-all; overflow:hidden; padding:10px; }

.infoimg{float: right;
  width: 45%;
  margin-left: 5%;
  border-radius: 15px;
  margin-bottom: 30px;} 
.infoss {
  width: 31.3333%;
  box-sizing: border-box;

  cursor: pointer;
  overflow: hidden;
  margin-right: 3%;
  margin-bottom: 35px;margin-top: 10px;
  transition: all .3s;
  border-radius: 6px;
  overflow: hidden;
}
.infoss:nth-child(3n){
  margin-right: 0;

} 
.infoss:hover { background-color: #FFF;
  box-shadow: 0 0 20px 0 rgba(72,72,72,.2);
}
.infosspub {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
} 
.infosstext1 {
  font-size: 1.3rem;
  color: #0c3962;
  font-weight: 600;
  text-align: center;
}
.infosstext2 {
  font-size: 0.9rem;
  text-align: center;
  color: #666;
  margin-top: 13px;
}

.inlistflex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.inpt60{ padding-top:60px;}
.inwork {
  width: 25%;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  transition: all .3s;
  border-radius: 10px;
  overflow: hidden;
}
.inworkcon{width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;display: flex;
  flex-direction: column;
  justify-content: center;padding: 30px;
  text-align: center;}
.inworknum{color: var(--primary-color); font-size:4rem;}
.inworkdes {
  font-size: 0.9rem;color: #666;
  margin-top: 13px;
  line-height: 1.4rem;
  overflow: hidden;
  max-height: 5.6rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
  

/*公司简介样式结束-------------------------------------------------------------*/

/*新闻内页下的推荐和详细页-------------------------------------------------------------*/
.newprotj{ width:18%!important;margin-top: 50px;}
.vvnew2 {
  font-size: 1rem; margin-bottom:30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  color: #888;
}
.netop40{padding-top: 40px;}
.netop30{padding-top: 30px;}
.vvnewfy{padding: 30px;
  background-color: #f7f7f7;
  margin-top: 40px;}
/*新闻内页下的推荐结束-------------------------------------------------------------*/


/*联系我们*/
.contactus{ display:flex;justify-content: space-between; padding-top:50px;}
.contactleft{ width:35%; margin-right:5%; background-color:var(--primary-color);box-sizing: border-box;
  padding: 30px 40px;}
.contactright{ width:60%; box-sizing:border-box;}
.contactright .ti1{color:#0b225c; font-size:2rem; font-weight:bold; }
.contactright .ti2{ color:#666; padding-top:10px; padding-bottom:10px;}
.lxflex{display: flex;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px; color:#FFF;}
.lxflex1 {
  margin-right: 15px;line-height: 1;
}
.lxflex1 i{
  font-size:2rem;
}
.lxfont1 {
  font-weight: bold; font-size:1.2rem;
  padding-bottom: 5px;
}
.lxfont2 a{color:#FFF!important;}
.lxfont2 a:hover{text-decoration:underline;}

.lxinput {
  border: 1px solid rgb(228, 228, 228);
  padding: 12px 20px;
  color: rgb(117, 117, 117);
  font-size: 1rem;
  box-sizing: border-box;
  width: 100%;
  outline: none; margin-top:20px;
}
.lxinputB {
 background: var(--primary-color);
  color: #fff !important;
  padding: 15px 45px; border-radius:25px;
  display: table;
  text-align: center;
  margin-top: 30px;font-size: 1rem;
  border: none;
  cursor: pointer;
}
  .otherlx{
  display: flex;
  padding-top: 15px;
}
.otherlxsec {
  width: 48%;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 4%;
  background-color: #FFF;
  box-shadow: 0 0 7px 0 rgba(72,72,72,.1);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 25px 25px 25px;
}
.otherlxsec:nth-child(2n){margin-right: 0;} 
.otherlxsec .othptit{border-bottom: 1px solid #e6e6e6; font-size:1.1rem; padding-top:14px; padding-bottom:12px;color: #2c3e50;font-weight: bold;} 
/*联系我们end--------------------------------------------------*/
/*发展历程--------------------------------------------------*/
.hdyear {
  padding: 100px 15px 40px 15px;
  box-sizing: border-box;
}
.hdyear .su7 {
  margin-left: 6px;
  border-left: 1px solid #C6CEE1;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  color: #191B1D;
  box-sizing: border-box;
}
.hdyear .su7 .xio1 {
  border-radius: 24px;
  width: 24px;
  height: 24px;
  background: var(--primary-color);
  border: 6px solid #D5E3FF;
  margin-left: -12px;
  box-sizing: border-box;
}
.hdyear .ml {
  margin-left: 30px;
  flex: 1;
  margin-bottom: 110px;box-sizing: border-box;
  padding: 40px 50px 50px 50px;
  background-color: #f5f5f5;
  border-radius: 15px;margin-top: -60px;
}
 .hdyear .su7:nth-last-child(1) {
	border-left: 0;
  }
 .hdyear .su7:nth-last-child(1)  .ml{margin-bottom: 0;} 
.hdyear .histit1{color: var(--primary-color);
  padding-bottom: 15px;
  font-size: 2.8rem;}
.hdyear .histit2{padding-bottom: 15px;
  font-size: 1.6rem;
  color: #0b225c;
  font-weight: bold;}
.hdyear .histit3{color: #666;}
/*发展历程end--------------------------------------------------*/
/*厂房设备--------------------------------------------------*/
.sbsecpub {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
}
/*厂房设备结束--------------------------------------------------*/

/*应用领域--------------------------------------------------*/
.lypt{ padding-top:50px;}
/*应用领域end--------------------------------------------------*/
/*当前位置*/
.cupp {
  margin-top: 0!important;;
  padding: 0 0 15px 0 !important;;
}
.banner_nav {
  display: flex;
  align-items: center;
  padding: 6px 0;
  margin-top: 15px; 
}
.banner_nav i { padding-right:10px;color: var(--primary-color);font-size: 1.1rem;
  font-weight: bold;}
.banner_nav .breadcrumb{ flex:1;flex-wrap: wrap;
  display: flex;}
.banner_nav .breadcrumb li:nth-child(n+2)::before {
  content: "->";
  margin: 0 6px;font-family: initial;
}
.banner_nav .breadcrumb li:last-child a {
  color: var(--primary-color);
  font-style: italic;
}
/*当前位置end*/




.mbdh{ display:none;}
.mbfor{display:none;}
.muser{ display:none;}
.shaixuan{ display:none;}
.usermenu{ display:none;}
.muserout{display:none;}
.prname{display:none;}

@media screen and (max-width: 1280px) {




}
@media screen and (max-width: 1136px) {	


}
@media screen and (max-width: 1024px) {	
a.font_dh {
  color: #000;
  display: block;
  font-size: 0.85rem;
  padding-left: 20px;
  padding-right: 20px;
}
.cpdetailleft {
  width: 450px;
}
.jqzoom {
  width: 450px;
  height: 450px;
}
#spec-n5 {
  width: 450px;
}
#spec-list {
  width: 410px;
}
.cpdetit1 {
  font-size: 1.3rem;
}
 .pmores {font-size:0.75rem;}
 .psortn1 {
  font-size: 2rem;
}
}
@media screen and (max-width: 800px) {

  .cpdetailleft {
  width: 350px;
}
.jqzoom {
  width: 350px;
  height: 350px;
}
#spec-n5 {
  width: 350px;
}
#spec-list {
  width: 310px;
}
 .cptit {
    font-size: 0.8rem;
    line-height: 20px;
    height: 40px;
  }
  .timer {
  font-size: 2rem;
}
.titles-a {
  font-size: 1rem;
}
.sep-width {
  padding-bottom: 60px;
  padding-top: 50px;
}
#footer .copy1 .tub1:nth-last-child(1) {
  display: none;
}
#footer .copy1 .tub1 {
  max-width: calc(40% - 20px);
  padding: 0;
}
#footer .copy1 .tub {
  max-width: calc(30% - 20px);
  padding: 0;
}
.pmores {
  padding: 10px 15px;
}
.contactleft {
  width: 45%;
}
.contactright {
  width: 50%;
}
.cdpsec {
  width: 48%;
}
 



}
@media screen and (max-width: 768px) {
.mbdh{ display: block;}
 .mbfor{display:block;}
 .section {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;width: 100%;
}
 /*首页*/
 
 #top{display:none;}
 .wid100 , .w160{display:none;}
.gaot2 {
  font-size: 1rem;margin-top: 10px;
} 
.gaot1 {
  font-size: 1rem;
  margin-top: 0;
}
.gaot3 {
  margin-top: 10px;
}
.gtit {
  padding-top: 40px;
  font-size: 1.4rem;
}
.gtit1 {
  padding-top: 20px;
  font-size: 0.9rem;
}
.hptit {
  padding-top: 20px;
  font-size: 1.1rem;
}
.aboutright {
  float: none;
  width: 100%;
}
.aboutleft {
  float: none;
  width: 100%;
  height: 180px;
  margin-top: 20px;
}
.shl-abtit1 {
  font-size: 0.9rem;
}
.mores {
  padding: 10px 35px;
  font-size: 0.9rem;margin-top: 20px;
}
.ul-boxs .ul-lists {
  border-bottom: 1px solid #ebebeb;font-size: 0.9rem; display: flex;
}
.ul-boxs .ul-lists i {
  font-size: 0.9rem!important;margin-right: 5px;
}
.homeplist {
  margin-top: 20px;
  flex-wrap: wrap;
}
.cpsort {
  width: 48%;
    margin-right: 4%;margin-bottom: 10px;
}
.cpsort:nth-last-child(1)  {display: none;} 
.cpsort:nth-child(2n)  {margin-right: 0;} 
.cpsorttit {
  font-size: 0.9rem;
  padding-right: 0.5rem;
}
.picshow {
  margin-top: 30px;padding-top: 30px;
  padding-bottom: 30px;
}
.picshow-left {
  width: 100%;padding: 30px;
}
.picshow-left .pfont1 {
  font-size: 1.5rem;
}
.picshow-left .pfont3 {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.6rem;
  max-height: 8rem;
  -webkit-line-clamp: 5;
}
.picshow-more {
  padding: 10px 35px;
  font-size: 0.9rem;
  margin-top: 30px;
}
.picshow-right {
  width: 100%;
}
.picshow-right {
  padding: 15px;
}
.hl_main5_content1 ul li {
  width: 49%;
  min-width: 49%;
}
.hl_scrool_leftbtn {
  width: 30px;
  height: 50px;
  left: 2px;
}
.hl_scrool_rightbtn {
 width: 30px;
  height: 50px;
  right: 2px;
}
.gtit2 {
  padding-bottom: 20px;
  font-size: 0.9rem;
}
.hbout {
  padding-top: 30px;
  flex-wrap: wrap;
}
.infoleft {
  width: 100%;
  height: 225px;
}
.inforight {
  width: 100%;
}
.abfont1 {
  font-size: 1.1rem;
  padding-bottom: 10px;
  padding-top: 15px;
}
.abfont2 {
  line-height: 1.6rem;
  max-height: 16rem;
}
.youshi {
  padding-bottom: 30px;
  padding-top: 20px;
}
.youshi ul {
  flex-wrap: wrap;
}
.youshi ul li {
  border-right: none;
  width: 47%;
    border-right: none;
    padding: 20px 10px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    margin: 1.5%;flex: inherit;
}
.youshi ul li:first-child {
  border-left: none;
}
.timer {
  font-size: 2rem;
}
.spanf1 {
  font-size: 1rem;
}
.youshi ul li h2 {
  font-size: 1rem;
}
.youshi ul li h3 {
  font-size: 0.8rem;
}
.sep-width {
  padding-bottom: 30px;
  padding-top: 30px;background-color: #f2f9f9;
}
.imgs-bgs {
  display: none;
}
.sep-boxs {
  width: 100%;
}
.sepfont1 {
  font-size: 1.2rem;
}
.sepfont2 {
  font-size: 0.85rem;
  margin-top: 20px;
  line-height: 1.6;
}
.p-lists {
  width: calc(50% - 10px);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  padding: 35px 10px 30px;
  background: #fff;
  box-sizing: border-box;
  transition: all .3s;
  margin-top: 20px;margin-right: 0;flex: inherit;
}
.p-boxs {
  margin-top: 5px;
  padding: 5px;
  box-sizing: border-box;flex-wrap: wrap;
}
.i-imgs {
  width: 40px;
  height: 40px;
}
.i-imgs-lists.i-imgs1 img {
  width: 100%;
  height: auto;
}
.titles-a {
  font-size: 1rem;
}
.richtext {
  font-size: 0.8rem;
  line-height: 1.4;
}
.lx-font1 {
  font-size: 1rem;
  padding: 0 20px;
}
.lx-font2 {
  padding: 10px 35px;
  font-size: 1rem;
}
.lx-width {
  padding-bottom: 40px;
  padding-top: 40px;

}
.lx-circle {
  width: 60vw;
  height: 60vw;
  right: -25%;
  bottom: -10%;

}
.hnewssec {
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(72,72,72,.1);
  margin: 0 0 20px 0;
}
.hnews {
  padding-top: 30px;
}
.hnewtit2 {
  font-size: 0.85rem;
  line-height: 1.3rem;
  margin: 10px 20px;
  max-height: 3.9rem;
}
.hnewtit {
  margin: 10px 20px;
}
.hnewdate {
  font-size: 0.85rem;
  margin-bottom: 10px;
}
.morenew {
  padding: 13px 35px;
  font-size: 0.9rem;
}
#footer {
  padding-top: 30px;
  padding-bottom: 30px; margin-top:30px;background-position: right bottom;
  background-size: contain;
}
#footer .copy1 {
  text-align: center;flex-wrap: wrap;
}
#footer .copy1 .tub {
  padding-bottom: 30px;max-width: none;width: 100%;
}

#footer .copy1 .tub1 {
  width: 100%;
  padding-bottom: 20px;max-width: none;
}
.logoss {
  justify-content: center;
}
.logoss span {
  font-size: 1.1rem;
}
.logoss img {
  width: 60px;
}
.chatlink ul {
  justify-content: center;
}
.chatbottom {display:none;}

#footer .copy1 .tub1:nth-last-child(1) {
  display: none;
}
.tubpp {
 padding-bottom: 6px;
}
.padbo8 {
  padding-bottom: 0;
}

.copyright {
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.zzb07tail {
    font-size: 12px;
}
a.zzb07link{
	font-size: 12px;
}
a.zzb07link:visited{
	font-size: 12px;
}
.copyright .nflex {
  text-align: center;flex-wrap: wrap;
    flex-direction: column;
}
#onlineService { display:none;}

/*首页end-----------------------------------------------*/

/*手机版产品列表页*/
.prname {
	display:block;
  padding-top: 10px;
  padding-bottom: 10px;background-color: #f4f5f6;
}
.shaixuan{
  font-size: 0.9rem;display: flex;width: fit-content;
    margin: 0 auto;
    align-items: center;}
.shaixuan i{font-size: 1rem!important; padding-left:4px;}
.sortleft { width: 100%;
    margin-right: 0;
    position: absolute;
    z-index: 11;
    background-color: #fff;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 20px;
    display: none;}
.sortright {
  width: 100%;
}
.sortpt60 {
  padding-top: 15px;
}
.banner_nav .breadcrumb {
  font-size: 0.75rem;
}
.banner_nav i {
  padding-right: 5px;
  font-size: 1rem;
}
.sortrpic {
  border-radius: 6px;
}
.sortpt20 {
  padding-top: 10px;
}
.pdecon {
  line-height: 1.5;padding-bottom: 20px;
}
.sorttit {
  font-size: 1.2rem;text-align: center;
}
.cdpsec {
  width: 46%;
  margin-right: 2%;
  margin-left: 2%;margin-top: 15px;
}
.page-wrap {
  padding-top: 20px;
}
.pagination{padding-top: 20px;}
.sliuch {
  font-size: 1.4rem;padding-top: 40px;
  margin-top: 50px;
}
.sliuflex {
  padding: 20px!important;
}
.slisec {
  width: 100%;
  margin-right: 0;box-shadow: 0 0 5px 0 rgba(72,72,72,.15);margin-bottom: 20px;
}
.slisec .aptit {
  font-size: 1.1rem;
}
.wchtit1 {
  padding-bottom: 20px;
  font-size: 1.4rem;
  line-height: inherit;
  padding-top: 0;
  text-align: center;
}
.wchbg {
  min-height: auto;
}
.wchablu {
  padding: 50px 20px;
}
.wchinfo {
  width: 100%;
  position: relative;
  top: auto;
}
.wchflex {
  flex-wrap: wrap;
}
.wchflpic {
  padding-bottom: 65%;
  border-radius: 5px;
  margin-right: 0;
}
.wchfltext2 {
  font-size: 0.75rem;
  line-height: 1.2rem;
  max-height: 4.8rem;
}
.wchfltext1 {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 10px;
}
.applic {
  padding-top: 40px;
}
.applicsec {
  width: 100%!important;
}
.applipub {
  padding-bottom: 60%;
}
.applipt70 {
  padding-top: 30px;
}
.pdetaiflex {
  flex-wrap: wrap;
}
.pdetleft {
  width: 100%;padding: 5px;
    box-sizing: border-box;
}
.wenda .news-title .expand {
	font-size:1rem; display:flex;background-size: auto 8px;
}
.wenda .news-title .contract {
	font-size:1rem;display:flex;background-size: auto 8px;
}
.pdetright {
  width: 100%;
  margin-left: 0;
}
.prin {
  padding: 50px 20px;
}
/*手机版产品列表页end*/

/*产品详细页*/
.banner_nav {
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: 0;
}
.pshare {
  font-size: 1.1rem;
}
.pdetit {
  font-size: 1.2rem;
}
.ppff {
  top: 0!important;
  max-width: 100%;z-index: 0;
  position: relative!important;
}
#pdemenu{padding: 10px;box-sizing: border-box;}
.pdecasec {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.pmores {
 font-size:0.75rem;padding: 10px 25px;
}
.brandsec {
  width: 100%;
  margin-right: 0;margin-bottom: 20px;
}
.probfo1 {
  font-size: 1.5rem;
}
.pr-list {
  padding-top: 5px;
}
#mprobanner {
  display:block;
}
.cdptitle {
  font-size: 1.1rem;
}
/*产品详情*/
.cpdetail {
  padding-top: 0;flex-wrap: wrap;padding-bottom: 20px;padding-left: 0px;
    padding-right: 0px;
}
.cpdetailleft {
  width: 100%;
  margin-right: 0;
}
#preview {
  display: none;
}
 .cpdetailright {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
.cpdetit1 {
  font-size: 1.1rem;
}
.pcp3flex {
  font-size: 0.9rem;padding-top: 4px;
  padding-bottom: 4px;
}
.pcp3font2 {
  font-size: 0.8rem;
  border-radius: 3px;
}.pcp3li1 {
  margin-right: 10px;
}
/*产品详细页end*/

/*产品简单列表页*/
.infoline svg {
  width: calc(200%);
  height: 46px;
}
.probanbg {
  padding-top: 40px;
  padding-bottom: 60px;
}
.psortinfo {
  margin-top: 0px;
  width: 100%;flex-wrap: wrap;padding: 20px;margin-bottom: 10px;
}
.psortleft {
  padding-bottom: 45%;width: 100%;
  margin-right: 0;
}
.psortn1 {
  padding-bottom: 10px;
  font-size: 1.3rem;
  padding-top: 15px;
  text-align: center;
}
.cdptext1 {
  font-size: 0.8rem;
  line-height: 20px;
  max-height: 40px;
}
.searchpt {
  padding-top: 0;
}
/*产品简单列表页end*/
/*厂房设备类*/
.vvnewfy {
  margin-top: 10px;
}
.infotit3 {
  font-size: 1.3rem;
  line-height: 1.5;
}
.netop30 {
  padding-top: 0!important;
}
.newprotj {
  width: 46% !important;
}
.newprotj:nth-last-child(1){ display:none;}
/*厂房设备类end*/
/*新闻*/
.netop40 {
  padding-top: 10px!important;
}
.infotit2 {
  padding-top: 30px;
}
.blogtp { padding-top:0!important;}
/*新闻end*/

/*发展历程*/
.hdyear {
  padding: 50px 15px 30px 15px;
}
.hdyear .histit1 {
  font-size: 1.8rem;
}
.hdyear .histit2 {
  font-size: 1.1rem;
}
.hdyear .ml {
  padding: 30px;margin-left: 20px;margin-top: -40px;margin-bottom: 80px;
}
/*发展历程end*/
/*联系我们*/
.contactus {
  flex-wrap: wrap;padding-top:0;
}
.contactleft {
  width: 100%;
  margin-right: 0;
}
.contactright {
  width: 100%;
  padding: 20px;
}
.contactright .ti1 {
  font-size: 1.2rem;
}
.otherlxsec {
  width: 100%;
  margin-right: 0%;
}
/*联系我们end*/
/*应用领域*/
.infobanbg {
  padding-top: 40px;
  padding-bottom: 60px;
}
.infoimg {
  float: none;
  width: 100%;
  margin-left: 0;
  border-radius: 10px;
  margin-bottom: 10px;
}
.infotit2 .vvnewfy {
    margin-top: 20px;
  }
.infotit2 .mores {
    margin-top: 0px;
  }
  .infoss {
  width: 100%;
  margin-right: 0;
  margin-top: 0;
}
.lypt {
  padding-top: 20px;
}
.infoss:nth-last-child(1){ margin-bottom:0;}
.inpt60 {
  padding-top: 30px;
}
.inwork {
  width: 100%;
}
.inwork:nth-child(5) {order:2}
.inwork:nth-child(6) {order:1}
.inwork:nth-child(7) {order:4}
.inwork:nth-child(8) {order:3}
/*应用领域end--------------------------------*/

/*简介类*/
#mpt0{ padding-top:0;}	
/*简介类end*/

}
