
@import url("csscn.css");

/*通用样式*/
.main-header {
  height: 110px; /*-----------------导航高度-------------------*/
  align-items: flex-end;
  align-content: flex-end;
}
@media (max-width: 1200px) {
	
	.main-header {
		  height: 90px; /*-----------------导航高度-------------------*/

	}
}


.margin-t10 {
  margin-top: 10px;
}
.margin-t20 {
  margin-top: 20px;
}
.margin-t30 {
  margin-top: 30px;
}
.margin-t40 {
  margin-top: 40px;
}
.margin-t60 {
  margin-top: 60px;
}
.margin-t80 {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .margin-t10 {
    margin-top: 5px;
  }
  .margin-t20 {
    margin-top: 10px;
  }
  .margin-t30 {
    margin-top: 15px;
  }
  .margin-t40 {
    margin-top: 20px;
  }
  .margin-t60 {
    margin-top: 30px;
  }
  .margin-t80 {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .margin-t10 {
    margin-top: 10px;
  }
  .margin-t20 {
    margin-top: 10px;
  }
  .margin-t30 {
    margin-top: 15px;
  }
  .margin-t40 {
    margin-top: 20px;
  }
  .margin-t60 {
    margin-top: 20px;
  }
  .margin-t80 {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .margin-t10 {
    margin-top: 5px;
  }
  .margin-t20 {
    margin-top: 5px;
  }
  .margin-t30 {
    margin-top: 5px;
  }
  .margin-t40 {
    margin-top: 5px;
  }
  .margin-t60 {
    margin-top: 15px;
  }
  .margin-t80 {
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .margin-t10 {
    margin-top: 5px;
  }
  .margin-t20 {
    margin-top: 5px;
  }
  .margin-t30 {
    margin-top: 10px;
  }
  .margin-t40 {
    margin-top: 15px;
  }
  .margin-t60 {
    margin-top: 20px;
  }
  .margin-t80 {
    margin-top: 20px;
  }
}
.margin-b10 {
  margin-bottom: 10px;
}
.margin-b20 {
  margin-bottom: 20px;
}
.margin-b30 {
  margin-bottom: 30px;
}
.margin-b40 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .margin-b40 {
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .margin-b40 {
    margin-bottom: 5px;
  }
}

.margin-b80 {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .margin-b80 {
    margin-bottom: 5px;
  }
}

.margin-r20 {
  margin-right: 20px;
}
.margin-r40 {
  margin-right: 40px;
}
.margin-r80 {
  margin-right: 80px;
}
.padding-r20 {
  padding-right: 20px;
}
.padding-r30 {
  padding-right: 30px;
}
.padding-r40 {
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .padding-r40 {
    margin-right: 40px;
  }
}
@media (max-width: 992px) {
  .padding-r40 {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .padding-r40 {
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  .padding-r40 {
    margin-right: 0px;
  }
}
.padding-l200 {
  padding-left: 300px;
}
@media (max-width: 992px) {
  .padding-l200 {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .padding-l200 {
    padding-left: 10px;
  }
}
@media (max-width: 576px) {
  .padding-l200 {
    padding-left: 10px;
  }
}
.padding-r10 {
  padding-right: 10px;
}
.padding-l40 {
  padding-left: 40px;
}
.padding-b40 {
  padding-bottom: 40px;
}
.padding-b80 {
  padding-bottom: 80px;
}
.padding-t80 {
  padding-top: 80px;
}
.padding-t40 {
  padding-top: 40px;
}
.contentstyle150 {
  line-height: 150%;
}
.contentstyle200 {
  line-height: 200%;
}
.contentstyle250 {
  line-height: 250%;
}
.contentstyle300 {
  line-height: 300%;
}
/*--------------------------------------全局布局样式-------------------------------------------------*/
.bg01 {
  background-image: url("../images/bg01.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 1px;
}
.bg02 {
  background-image: url("../images/homebanner/bg01.jpg"); /*-----------首面小banner应用---------------------*/
  background-repeat: no-repeat;
  background-position: center 0;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  user-select: none; /* 标准语法 */
  display: flex; /* 使用flex布局 */
  flex-direction: column; /* 子元素垂直排列 */
  justify-content: center; /* 垂直居中 */
  align-items: center; /* 水平居中 */
  height: 800px; /* 设置容器高度 */
  width: 100%; /* 设置容器宽度，可以根据需要调整 */
  
}
.scroll-bg {/* 滚动背景*/
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

@media (max-width: 991px) {
  .bg02 {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .bg02 {
    height: 150px;
  }
}
@media (max-width: 576px) {
  .bg02 {
    height: 120px;
  }
}


.bg02-t1, .bg02-t2 {
  /* 定义从上到下的渐变背景 */
  /*background: linear-gradient(to bottom, #E5FAFF, #74CCFF);*/
  /* 设置背景裁剪区域为文字内容 */
  /*-webkit-background-clip: text;*/
  /* 设置文字颜色为透明，让背景渐变色显示出来 */
  /*color: transparent;*/
  /*
	
	text-shadow: 
		1px 1px 2px rgba(0, 0, 0, 0.2),  较浅的阴影 
        2px 2px 4px rgba(0, 0, 0, 0.1);  较深的阴影 
*/
}
.bg02-t1 {
  /*	color:#fff;*/
  font-size: 36px;
  font-weight: 600;
    background-color: rgba(255,87,0,1);
    padding: 0px 15px 0px 15px;
    border-radius: 30px;
    color: #fff;
    transition: all 0.3s ease;
}

.bg02-t1:hover{
    
    background-color:#AD521B;
    padding: 0px 65px 0px 65px;
    
}

.bg02-t1 a{
    color: #fff;
    
}


.bg02-t2 {
    font-weight: 300;
  font-size: 20px;
    color: #333;
}

@media (max-width: 991px) {
  .bg02-t1 {
    font-size: 28px;
  }
  .bg02-t2 {
	  display: none;
  }
}

@media (max-width: 768px) {
  .bg02-t1 {
    font-size: 24px;
  }
  .bg02-t2 {
	  display: none;
  }
}

@media (max-width: 576px) {
  .bg02-t1 {
    font-size: 16px;
  }
  .bg02-t2 {
	  display: none;
  }
}



/*----------------分页---------------------*/
.page-index,.page-last {
  width: 60px;
  height: 40px;
  margin: 10px;
  background-color: #8DA5C0;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  transition: all 0.3 linear;
	border-radius: 10px;
}
.page-index:hover{
  color: #fff;
  background-color:  #0A6CAB;
  transition: all 0.3 linear;
}
.page-num {
  width: 40px;
  height: 40px;
  margin: 10px;
  background-color: #C2C8CF;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3 linear;
}
.page-num:hover {
  color: #fff;
  background-color:  #0A6CAB;
  transition: all 0.3 linear;
}
.page-num-current {
  background-color: #FF7E00;
  align-items: center;
  align-content: center;
  text-align: center;
  transition: all 0.3 linear;
}

.page-select select{
	padding: 5px 8px 5px 8px;
	border-radius: 0px;
	font-size: 16px;
	border: 1px solid #ccc;
	width: 120px;
	margin: 0 0 0 20px;

}



.content-row {}
.custom-area.row {
  margin-bottom: 40px;
}
.content-nav, .content-nav-active {
  padding: 6px 25px 6px 25px;
  text-align: center;
  transition: all 0.3 linear;
  /*	box-shadow: 1px 0px 2px 0px  rgba(255, 255, 255, 0.8);*/
}
.content-nav {
  color: #2F426E;
  background-color: #D8E2EC;
  transition: all 0.3s linear;
  font-size: clamp(16px, 10vw, 20px);
}
.content-nav:hover {
  background-color: #C4D2E0;
  transition: all 0.3s linear;
}
.content-nav-active {
  color: #fff;
  font-size: clamp(16px, 10vw, 24px);
  background-color: #0060BF;
  transition: all 0.3s linear;
}
@media (max-width: 576px) {
  .content-nav, .content-nav:hover, .content-nav-active {
    font-size: clamp(12px, 10vw, 14px);
      margin-bottom: 30px;
  }
}
/*内页banner样式******************************************************************************/
.sub-banner-container {
  width: 100%;
  overflow: hidden;
  height: 200px;
}
@media (max-width: 576px) {
  .sub-banner-container {
    width: 100%;
    overflow: hidden;
    height: 100px;
  }
}
.sub-banner-about, .sub-banner-news, .sub-banner-pro, .sub-banner-ser, .sub-banner-other01 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  align-content: center;
  transition: all 2s ease;
  display: flex;
  flex-direction: column; /* 垂直排列子元素 */
  align-items: center; /* 水平居中 */
  justify-content: center; /* 垂直居中 */
}
.sub-banner-about {
  background-image: url(../images/subbanner/001.jpg);
}
.sub-banner-news {
  background-image: url(../images/subbanner/002.jpg);
}
.sub-banner-pro {
  background-image: url(../images/subbanner/003.jpg);
}
.sub-banner-ser {
  background-image: url(../images/subbanner/004.jpg);
}
.sub-banner-about:hover, .sub-banner-news:hover, .sub-banner-pro:hover, .sub-banner-ser:hover, .sub-banner-other01:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.sub-banner-title {
  color: #fff;
  font-size: clamp(16px, 6vw, 32px);
  font-weight: bold;
  text-shadow: 1px 0px 4px #000;
}
.sub-banner-sub-comment {
  text-shadow: 1px 0px 4px #000;
}
/*内页样式*/
.position-bg {
  background-color: #efefef;
}
.position01 {
  padding: 10px 15px 10px 0;
  font-size: 14px;
  color: #999999;
      font-weight: 300;
}
/*********************************************主页标题字体banner等相关设置  开始*************************************************/

.tmlogo{ margin-right: 20px; padding-right: 20px; border-right: 1px rgba(179,179,179,1.00) solid; color: rgba(106,106,106,1.00); font-size: 12px;}
.jdlogo{ color: rgba(106,106,106,1.00); font-size: 12px;}

.topphone {
}


.slide-1,.slide-2,.slide-3,.slide-4{
    
  background-position: center;
  background-size: 130% 130%;   /* 初始放大 */
  animation: breathe 20s ease-in-out infinite;
    
} 

@keyframes breathe {
  0% {
    background-size: 130% 130%;   /* 大 */
  }
  50% {
    background-size: 100% 100%;   /* 变小完成 */
  }
  60% {
    background-size: 100% 100%;   /* 停留 2 秒 */
  }
  90% {
    background-size: 130% 130%;   /* 变大完成 */
  }
  100% {
    background-size: 130% 130%;   /* 停留 2 秒 */
  }
}

.ban-lgt-01,.ban-lgt-02  {
   text-shadow: -2px -2px 0px rgba(255, 255, 255, 0.7); /*白色阴影 */

}

.ban-lgt-01,.ban-lgt-02 {
  /* 定义从上到下的渐变背景 */
  /*background: linear-gradient(to bottom, #DC0808, #0076D8);*/
  /* 设置背景裁剪区域为文字内容 */
  -webkit-background-clip: text;
  /* 设置文字颜色为透明，让背景渐变色显示出来 */
  /*color: transparent;*/
    color: rgba(255,87,0,1.00)

}


.ban-smt-01,.ban-smt-02 ,.ban-smt-03 {
    background-color: rgba(255,255,255,0.4);
}

.ban-smt-02 {
  /* 定义从上到下的渐变背景 */
  /*            background: linear-gradient(to bottom,#FFEE83,#FFDD00,#FFB600);*/
  /* 设置背景裁剪区域为文字内容 */
  /*            -webkit-background-clip: text;*/
  /* 设置文字颜色为透明，让背景渐变色显示出来 */
  /*            color: transparent;*/
  color: #333;
  margin: 30px 0 20px 0;
}
.ban-smt-01,.ban-smt-03 {
  font-size: clamp(16px, 2vw, 18px);
  color: #333;
  line-height: 200%;
    
    border-top: 1px #888 solid;
    margin-top: 20px; 
    margin-bottom: 100px;
    font-weight: 300;
    
}

@media (max-width: 576px){
    
    .ban-smt-01{
        display: none;
    }
    
    
}

.banner-img-box {}
.banner-img-box img {
  width: 100%; /* 图片最大宽度为容器宽度 */
}
@media (max-width: 576px) {
  .banner-img-box img {}
	
	.ban-smt-03 {
display: none;
}
}
@media (max-width: 768px) {
  .banner-img-box img {
    width: 100%;
	  
	  .ban-smt-03 {
  display: none;
}
  }
}
.index-company-t01 {
  font-size: clamp(16px, 3vw, 20px);
    text-indent: 2em;
    font-family:var(--fontfamily-cn);
    font-weight: 300;
}
@media (max-width: 1920px) {
  .index-company-t01 {
    font-size: clamp(16px, 3vw, 18px);
  }
}
.index-space-line {
  padding: 10px;
}

@media (max-width: 991px) {
  .index-space-line {
    padding: 0px;
  }
}
@media (max-width: 576px) {
  .index-space-line {
    padding: 0px;
  }
}

.indexcompanyname {
  font-size: clamp(20px, 2vw, 28px);
  color: #031633;
  width: 100%;
    font-weight: 300;
}
.company-logo {
  /*height: 66px;  高度自动调整 */
  /* width: 280px;
   宽度自动调整 */
 /*  background-image: url("../images/homeimg/logotext.png"); 背景图片路径 */
  /*background-repeat: no-repeat;  背景图片不重复 */
  /*background-size: contain;  背景图片完整显示 */
  /* display: block; 显示为块级元素 */
}
@media (max-width: 991px) {
  .company-logo img{
    height: 72px;
  }
}

@media (max-width: 767px) {
  .company-logo img{
    height: 72px;
  }
}
@media (max-width: 576px) {
  .company-logo img{
    height: 72px;
  }
}
.indextitlebox {
  padding: 0 0 10px 0;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .indextitlebox {
    margin-bottom: 20px;
  }
}
.index-pro-title-bg {
  background-image: url("../images/titlebgpro.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
.index-pro-title-news {
  background-image: url("../images/titlebgnews.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
.index_title_style {
  font-size: 50px;
  font-weight: 900;
  color: #000;
  letter-spacing: 0px;
}
.index_subtitle_style {
  text-transform: uppercase;
  color: #B9B9B9
}
.index-company-img {
  width: 100%;
}
.index-company-img img {
  width: 90%;
  border-radius: 20px;
  transition: all 0.3s linear;

}
@media (max-width: 576px) {
  .index-company-img img {
    width: 100%;

  }
}
@media (max-width: 768px) {
  .index-company-img img {
    width: 100%;

  }
}
@media (max-width: 991px) {
  .index-company-img img {
    width: 100%;

  }
}
@media (min-width: 1200px) {
  .index-company-img img {
    width: 90%;

  }
}
.index-company-img img:hover {
  transform: scale(1.08);
  transition: all 0.3s linear;
  cursor: pointer;
}
.index-content-company-title {
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 400;
  color: #000;
  background-image: url("../images/titlebg01.jpg");
  background-repeat: no-repeat;
  padding-bottom: 20px;
}
@media (max-width: 1920px) {
  .index-content-company-title {
    font-size: clamp(18px, 3vw, 24px);
  }
}
.bt-more {
  background-color: #0156a7;
  color: #fff;
  font-size: clamp(14px, 2vw, 18px);
  width: auto;
  padding: 5px 15px 5px 15px;
  transition: all 0.2s linear;
   font-weight: 300;
}
.bt-more a {
  color: #fff;
}
.bt-more:hover {
  color: #fff;
  background-color: #F08803;
  transition: all 0.2s linear;
    padding: 5px 45px 5px 45px;
}
.row-style02 {
  margin-top: 50px;
}
@media (max-width: 576px) {
	
		.row-style02 {
  			margin-top: 0px;
			display: none;
		}
}
@media (max-width: 768px) {
	
		.row-style02 {
  			margin-top: 0px;
			display: none;
		}
}

/*主页标题字体相关设置  结束***********************************************/
/*主页产品和产品页*****************************************************/
.pro-box {
  margin: 15px 15px 35px 15px;
  padding: 10px;
  /*  border-radius: 20px;*/
  text-align: center;
  transition: all 0.3s linear;
  border: 2px #eeeeee solid;
  position: relative;
  z-index: 0;
    border-radius: 20px;
}
.pro-box:hover {
  background-color: #fff;
  transform: scale(1.03);
  box-shadow: 0px 0px 10px 2px rgba(12,143,251,0.50);
    border: 0px rgba(49,138,203,0.30) solid;
  transition: all 0.1s linear;
}
@media (max-width: 576px) {
  .pro-box {
    margin: 10px 3px 10px 3px;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s linear;
    border: 2px #eeeeee solid;
    position: relative;
    z-index: 0;
  }
  .pro-box:hover {
    background-color: #fff;
    transform: scale(1.05);
    box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
    transition: all 0.3s linear;
  }
}
@media (max-width: 768px) {
  .pro-box {
    margin: 10px 3px 10px 3px;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s linear;
    border: 2px #eeeeee solid;
    position: relative;
    z-index: 0;
  }
  .pro-box:hover {
    background-color: #fff;
    transform: scale(1.05);
    box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
    transition: all 0.3s linear;
  }
}
@media (max-width: 992px) {
  .pro-box {
    margin: 10px 3px 10px 3px;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s linear;
    border: 2px #eeeeee solid;
    position: relative;
    z-index: 0;
  }
  .pro-box:hover {
    background-color: #fff;
    transform: scale(1.05);
    box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
    transition: all 0.3s linear;
  }
}
.pro-box2 {
  margin: 0px 0px 35px 0px;
  padding: 7px;
  text-align: center;
  transition: all 0.1s linear;
  border: 0px #eeeeee solid;
  border-radius: 20px;
  position: relative;
  z-index: 0;
}
.pro-box2 img {}
@media (max-width: 576px) {
  .pro-box2 {
    margin: 0px 0px 20px 0px;
    padding: 3px;
    text-align: center;
    transition: all 0.1s linear;
    border: 0px #eeeeee solid;
    position: relative;
    z-index: 0;
  }
}
.pro-box2:hover {
  background-color: #fff;
  transform: scale(1.02);
  box-shadow: 0px 0px 10px 0px rgba(12,143,251,0.50);
  transition: all 0.3s linear;
}
@media (max-width: 576px) {
  .pro-box2:hover {
    background-color: #fff;
    transform: scale(1.02);
    box-shadow: 0px 0px 10px 0px  rgba(12,143,251,0.50);
    transition: all 0.3s linear;
  }
}
.pro-current-title {
  font-size: clamp(18px, 2vw, 24px);
  padding-top: 60px;
  padding-bottom: 50px;
  color: #222;
}
@media (max-width: 576px) {
  .pro-current-title {
    font-size: clamp(18px, 2vw, 20px);
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .pro-current-title {
    font-size: clamp(18px, 2vw, 20px);
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.prodetail_content_boxt01{
    
    margin-top: 40px;
    margin-bottom: 40px;

}


.prodetail_t01{
    font-size: clamp(16px, 2vw, 20px);
    color: #000;

}
.prodetail_underline{
  position: relative;      /* 为伪元素提供定位上下文 */
  display: inline-block;   /* 让元素宽度随内容自适应 */
    
}

.prodetail_underline::after{
    
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 30%;
  height: 3px;
  
  /* 下面这三行任选其一 */
  /* background: linear-gradient(to right, rgba(0,95,209,1.00), rgba(0,124,255,1.00));  红蓝渐变 */
  background:#FF6E00;


}
.prodetail_underline::before{
    
  content: '';
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 70%;
  height: 3px;
  
  /* 下面这三行任选其一 */
  /* background: linear-gradient(to right, rgba(0,95,209,1.00), rgba(0,124,255,1.00));  红蓝渐变 */
  background:#FFAE00;


}


																		/*-----产品列表页标题隐藏----------*/
.pro-current-title-hidden{        
	
	
}

@media (max-width: 1200px) {
	
	.pro-current-title-hidden{
	
		display: none;
	}
	
}



.pro-title {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: clamp(16px, 2vw, 18px);
  font-family: "Poppins","Custom cnFont";
}
@media (max-width: 1920px) {
  .pro-title {
    font-size: clamp(14px, 2vw, 16px);
  }
}
.pro-current-title .content-category-title01 {
  font-size: 16px;
  margin-top: 10px;
  color: #aaa;
}
.product-image-1 {
  overflow: hidden;
  border-radius: 20px;
  height: 260px;
  width: 100%;
	line-height: 260px;
}
.product-image-1 img {
  border-radius: 20px;
  max-width: 100%; /* 图片最大宽度不超过div的宽度 */
  max-height: 260px; /* 图片最大高度不超过div的高度 */
  width: auto; /* 图片宽度自动调整 */
  height: auto; /* 图片高度自动调整 */
}
@media (max-width: 576px) {
  .product-image-1 {
      max-height: 150px;
	  height: auto;
	  line-height: 0px;
	  
  }
}
.product-image-2 {
  overflow: hidden;
  border-radius: 20px;
  border: 1px #eeeeee solid;
  height: 260px;
  width: 100%;
		line-height: 260px;
    padding: 5px;

}
.product-image-2 img {
  border-radius: 20px;
  max-width: 100%; /* 图片最大宽度不超过div的宽度 */
  max-height: 260px; /* 图片最大高度不超过div的高度 */
  width: auto; /* 图片宽度自动调整 */
  height: auto; /* 图片高度自动调整 */
}
.pro-overlay-img { /*****************等级级别选择图片位置*******************/
  position: absolute; /* 叠加图片设置为绝对定位 */
  top: 12px; /* 距离顶部50px */
  right: 15px; /* 距离左侧50px */
  z-index: 100; /* 确保叠加图片在上方 */
	line-height: normal;
}
.pro-overlay-img img {
  border-radius: 0px;
  width: 70px;
}
@media (max-width: 576px) {
  .product-image-2 {
    overflow: hidden;
    border: 1px #eeeeee solid;
	  max-height: 260px;
	  height: auto;
	  line-height: 0px;
  }
}
@media (max-width: 576px) {
  .product-image-2 img {
    border-radius: 0px;
  }
}
.row-style01 {
  background-color: #fff;
  border-radius: 0px;
}
.point-right {
  font-size: 14px;
}
.index-pro-nav-2 {
  display: inline-block;
  background-color: #0156a9;
  color: #fff;
  font-size: clamp(14px, 3vw, 20px);
  width: auto;
  padding: 5px 15px;
  transition: all 0.2s linear;
  border-radius: 20px;
    margin: 10px;
}
.index-pro-nav-2 a{
    color:#fff;
}

@media (max-width: 576px) {
  .index-pro-nav-2 {
    padding: 0px 5px 0px 10px;
  }
}
.index-pro-nav-2:hover {
  color: #fff;
  background-color: #009BFF;
  transition: all 0.2s linear;
  padding:5px 30px;
}
.index-pro-nav-3 {
  font-size: clamp(14px, 2vw, 18px);
  color: #444444;
  display: inline-block;
  padding: 4px 15px 4px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #eeeeee;
  transition: all 0.3s linear;
}
@media (max-width: 576px) {
  .index-pro-nav-3 {
    font-size: clamp(14px, 2vw, 18px);
    color: #585858;
    display: inline-block;
    padding: 3px 8px 3px 8px;

  }
}
.index-pro-nav-3:hover {
  font-size: clamp(14px, 2vw, 18px);
  color: #fff;
  background-color: #666;
  transition: all 0.3s linear;
}
.content-img img {
  max-width: 600px;
	width: auto;
	height: auto;
	max-width: 100%;
}

/*-------------------------------------------------------------产品对比相关类-------------------------------------------*/
.pro-compare-title{
	font-size: 16px;
}
@media (max-width: 576px) {
	
	.pro-compare-title{
			font-size: 12px;
		}
	
}
@media (max-width: 992px) {
	
	.pro-compare-title{
			font-size: 14px;
		}
	
}

.pro-compare-img-hidden{}

@media (max-width:767px){
	
	.pro-compare-img-hidden{
		display: none;
	}
}

.compare-line01 {
  border-bottom: 1px #D4D4D4 solid;
}
.compare-line02 {
  border-bottom: 2px #D4D4D4 dashed;
  padding: 10px 0 10px 0;
}
.clickcompare, .clickjiugongge {
  padding: 5px 5px 16px 5px;
  margin-right: 20px;
  cursor: pointer;
  text-align: center;
/*  border: 1px #fff solid;*/
}
.clickcompare:hover, .clickjiugongge:hover {
  border-top: 1px #D4D4D4 solid;
  border-left: 1px #D4D4D4 solid;
  border-right: 1px #D4D4D4 solid;
  border-radius: 10px 10px 0 0;
}
.clickcompare {
	
	color: rgba(255,63,0,1.00);
}
.jiugongge {}
.procompare {
	display: none;
  /* 默认隐藏 */
}

/* 当前激活的div样式 */
.current-list {
  margin-bottom: -1px;
  border-bottom: 1px #fff solid;
  border-top: 1px #D4D4D4 solid;
  border-left: 1px #D4D4D4 solid;
  border-right: 1px #D4D4D4 solid;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  color: rgba(255,63,0,1.00);
}

@media (max-width:767px){
	
	.clickcompare, .clickjiugongge {
		  font-size: 14px;
		/*  border: 1px #fff solid;*/
		}
	
}



/*左侧产品分类*/
.left-category-total-title {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 0px #D4D4D4 solid;
	text-align: center;
}
.left-category-2navname {
  padding: 15px 0 15px 15px;
  transition: all 0.3s linear;
  align-content: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 5px;
}
.left-category-2navname:hover {
  background-color: #f3f3f3;
  transition: all 0.2s linear;
}
.left-category-2navname a {
  margin-top: -8px;
  padding-bottom: 5px;
}
.left-category-2navname2 {
  background-color: #f3f3f3;
}

.left-category-3navname{
	font-size:14px;
}
.left-category-3navname-active{
	width:95%;
	background-color:#fefefe; 
	margin:5px 0 5px 0;
	font-size:16px;
}

@media (max-width: 576px) {
  .left-category-total-title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 0px #D4D4D4 solid;
  }
	.left-category-2navname {
		font: 14px;
	}
}

.left-cate-hidden{
	
}
@media (max-width: 576px) {
	
	.left-cate-hidden{
		display: none;
	
	}
}
@media (max-width: 1200px) {
	
	.left-cate-hidden{
		display: none;
	
	}
}
																/*------------产品列表页左而分类隐藏---------------*/ 

.left-cate-hidden2{
	
}
				
.select-hidden{
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

@media (max-width: 991px) {
	
	.left-cate-hidden2{
	
		display: none;
	}
	
}
@media (max-width: 1200px) {
	
	.left-cate-hidden2{
	
		display: none;
	}
	
}
@media (min-width: 1200px) {
	
	.select-hidden{
		display: none;
	}
	
}

.select-hidden select{
	border: 1px #dadada solid;
	padding: 5px;
	border-radius: 20px;
}



/*主页新闻******************************************************************/
.custom-wrapper {
  /*  background-image: url("../images/bg2.png");*/
  background-color: rgba(245, 245, 245, 1.00);
  */ background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.news-tuijian-box {
  background-color: #fff;
  padding: 20px;
  transition: all 0.3s linear;
}
.news-tuijian-box:hover {
  box-shadow: 0px 0px 10px 0px rgba(12,143,251,0.50);
  transform: scale(1.05);
  transition: all 0.3s linear;
}
@media (max-width: 576px) {
  .news-tuijian-box:hover {
    box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
    transform: scale(1.05);
    transition: all 0.3s linear;
  }
}
.news-tuijian-img-box {
  overflow: hidden;
  max-height: 300px;
  width: 100%;
}
.news-tuijian-box img {
  transition: all 0.3s linear;
}
@media (max-width: 576px) {
  .news-tuijian-box img {
    transition: all 0.3s linear;
  }
}
.news-tuijian-box:hover img {
  transform: scale(1.08);
  transition: all 0.3s linear;
}
@media (max-width: 576px) {
  .news-tuijian-box:hover img {
    transform: scale(1.05);
    transition: all 0.3s linear;
  }
}
.news-zuixin {
  color: #aaa;
  font-weight: bold;
  font-size: 24px;
}
.news-tuijian-title {
  font-size: clamp(16px, 3vw, 22px);
  padding: 20px 0px 5px 0px;
}



.news-tuijian-content {
  font-size: clamp(14px, 20vw, 16px);
  color: #666;
  margin-bottom: 5px;
  margin-top: 10px;
}
@media (max-width: 1920px) {
  .news-tuijian-title {
    font-size: clamp(18px, 3vw, 22px);
    padding: 20px 0px 5px 0px;
  }
  .news-tuijian-content {
    font-size: clamp(14px, 20vw, 16px);
    color: #666;
    margin-bottom: 5px;
    margin-top: 10px;
  }
}



@media (max-width: 768px) {
	
	.news-tuijian-title {
    font-size: clamp(18px, 3vw, 24px);
    padding: 20px 0px 20px 0px;
  }
	
  .news-tuijian-content {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
    margin-top: 10px;
  }
}

.news-tuijian-title a {
  color: #0060BF;
}
.news-box {
  background-color: #fff;
  padding: 10px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  border-bottom: 1px #eee solid;
}
.news-box:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(43, 159, 255, 0.30);
  transform: scale(1.05);
  transition: all 0.3s ease;
  background-color: #fff;
}
.news-img {
  max-width: 300px;
  max-height: 240px;
  overflow: hidden;
  border-radius: 10px;
  text-align: end;
}
@media (max-width: 1920px) {
  .news-img {
    max-width: 240px;
    max-height: 180px;
  }
}
.news-img {
  margin-left: 100px;
}
@media (max-width: 1200px) {
  .news-img {
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .news-img {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .news-img {
    margin-left: 15px;
  }
}
@media (max-width: 576px) {
  .news-img {
    margin-left: 0px;
  }
}
.news-box img {}
.news-more {
  font-size: 20px;
  background-color: #3EB0F0;
  color: #fff;
}
.news-month-day, .news-year {
  font-family:  Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
.news-month-day {
  font-size: clamp(20px, 2vw, 26px);
  font-family: "Poppins";
  color: #aaa;
  font-weight: bold;
}
.news-year {
  font-size: clamp(16px, 2vw, 20px);
  color: #aaa;
  font-family: "Poppins";
}
.news-title, .news-title-heihui {
  font-family:  "Custom cnFont";
}
.news-title {
  font-size: clamp(18px, 2vw, 24px);
  margin-bottom: 20px;
  margin-top: 5px;
  color: #222;
}
.news-title-heihui {
  font-size: clamp(18px, 2vw, 24px);
  margin-bottom: 20px;
  margin-top: 5px;
  color: #444444;
}
@media (max-width: 1920px) {
  .news-title {
    font-size: clamp(18px, 2vw, 22px);
  }
  .news-title-heihui {
    font-size: clamp(18px, 2vw, 22px);
  }
  .news-content-zhaiyao {
    font-size: clamp(14px, 2vw, 16px);
  }
}
.news-content-zhaiyao {
  font-size: clamp(12px, 2vw, 16px);
  color: #999;
  margin-bottom: 5px;
  margin-top: 10px;
}
.news-content-title {
  color: #222;
  font-size: 36px;
  font-weight: bold;
}
.news-pre, .news-next {
  padding: 5px;
  color: #0069B5;
  font-size: clamp(14px, 2vw, 18px);
  display: inline-block;
  margin-bottom: 15px;
}
.news-pre a, .news-next a {
  color: #0069B5;
}
.news-pre a:hover, .news-next a:hover {
  color: #319FF9;
  text-decoration: underline;
}
/************************************************视频 faq 售后服务******************************/
.ser-video-title {
  text-align: center;
  word-wrap: break-word;
  padding: 10px;
  font-size: 18px;
}
.video-box {
  width: 320px;
}
@media (max-width: 576px) {
  .video-box {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .video-box {
    width: 200px;
  }
}
/*------------------------------------底部样式---------------------------*/
.footer-logo img {
  border: 8px #ffffff solid;
  border-radius: 15px;
}

.footer-logo{
	
}
@media (max-width: 768px) {
  .footer-logo{
	display: none;
	}
}
@media (max-width: 991px) {
  .footer-logo{
	display: none;
	}
}


.foot-link {
  color: #fff;
}
.foot-link a {
  color: #fff;
}
.foot-link-small a {
  color: #ddd;
}

.foot-link a:hover ,.foot-link-small a:hover {
  color: #cccccc;
  text-decoration-line: underline;
}
.foot-big-titile {
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 20px;
    font-weight: 300;
}
.foot-small-title {
  font-size: clamp(14px, 2vw, 16px);
  margin-left: 0px;
  padding-top: 6px;
    font-weight: 300;
}

.footer-address-text{
    font-size: 14px;
    border-left: 1px solid #7190B1;
    padding-left: 50px;
    color: #ccc;
}
@media (max-width: 991px) {
	.footer-address-text{
	}
}


/*counter数字计数样式 开始*/
.box-counter {
  text-align: center;
  color: #333;
  background-color: #F0F0F0;
  margin: 0px;
  padding: 25px 5px 25px 5px;
  transition: all 0.3s linear;
    border-radius: 50px 10px 50px 10px;
  user-select: none; /* 标准语法 */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}
.box-counter:hover {
  background-color: #f9f9f9;
  transition: all 0.3s linear;
  transform: scale(1.1);
  cursor: pointer;
}
.box-counter__icon {
  font-size: 44px;
  line-height: 1;
  color: #aaa;
}
.box-counter__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #555;
}
.box-counter__wrap > * {
  display: inline;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
.box-counter-text1 {
  margin-left: 10px;
  color: #333;
}
* + .box-counter__title {
  margin-top: 10px;
}
* + .box-counter__wrap {
  margin: 30px 0px 20px 0px;
}
@media (min-width: 1200px) {
  .box-counter__title {
    font-size: 16px;
  }
  .box-counter__wrap > * {
    font-size: 30px;
  }
  .box-counter-text1 {
    font-size: 14px;
  }
}
/*counter数字计数样式  结束  */
/*搜索样式开始*/
.indexsearchbox {
  border: 1px #ffffff solid;
  border-radius: 24px;
  padding: 3px;
  padding-left: 4px;
  transition: all 0.5s linear;
}
.indexsearchbox:hover {
  border: 1px #D7EBFD solid;
  background-color: #D7EBFD;
  transition: all 0.5s linear;
}
.indexsearchbox:hover .indexsearchinput3 {
  width: 150px;
  transition: all 0.3s linear;
}
.indexsearchinput3 {
  width: 50px;
  border: 0px;
  padding-top: 0px;
  padding-left: 10px;
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #888888;
  border-radius: 20px;
  transition: all 0.3s linear;
}
.indexsearchinput, .indexsearchinput2 {
  color: #000;
  border-radius: 20px;
}
.indexsearchinput {
  padding: 0px;
  padding-left: 10px;
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  border: 0px;
  width: 160px;
}
.indexsearchinput2 {
  border: #dedede 4px solid;
  width: 60%;
  font-size: 18px;
  transition: all 0.3s linear;
  height: 50px;
  padding-left: 20px;
}
.indexsearchinput2:hover, .indexsearchinput2:focus {
  box-shadow: 0 0 10px 0 rgba(135, 182, 231, 0.80);
  border: #C1DFFF 4px solid;
  transition: all 0.3s linear;
}
.btsearch {
  font-size: 14px;
  color: #a6a6a6;
  font-style: normal;
  border-radius: 20px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
.btsearch:hover {
  background-color: rgba(93, 159, 229, 1.00);
  color: #ffffff;
  transition: all 0.2s linear;
}
.btsearch2 {
  font-size: 30px;
  color: #a6a6a6;
  font-style: normal;
  border-radius: 30px;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.btsearch2:hover {
  background-color: rgba(93, 159, 229, 1.00);
  color: #ffffff;
  transition: all 0.2s linear;
}
.search-title {
  font-size: clamp(16px, 2vw, 24px);
  color: #333;
  font-weight: bold;
  text-align: center
}
.search-box {
  background-color: #ffffff;
  font-size: 18px;
  transition: all 0.3s linear;
  padding: 40px 20px 40px 20px;
  border-radius: 20px;
  border-bottom: 1px #dddddd solid;
  margin-bottom: 10px;
}
.search-box a:hover {
  text-decoration: underline;
}
.search-box:hover {
  cursor: pointer;
  box-shadow: 0 0 10px 0px rgb(0, 0, 0, 0.3);
  transform: scale(1.05);
  transition: all 0.3s linear;
}
/*搜索样式结束 */
/*返回top*/
.backTop {
  /* 固定定位 */
  position: fixed;
  bottom: 20px; /* 距离底部20px */
  right: 100px; /* 距离右侧20px */
  z-index: 999;
  /* 回到顶部样式 */
  width: 50px;
  height: 50px;
  background-color: rgba(11,114,197,0.80);
  /* 字体在元素中水平垂直居中 */
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: white;
  /* 设置圆角 */
  border-radius: 20%;
  /* 设置过渡效果 */
  transition: all 0.4s ease;
  cursor: pointer;
  /* 隐藏 透明度为0 */
  opacity: 0;
}
.backTop:hover {
  background-color: rgba(255, 118, 0, 1.00);
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .backTop {
    display: none;
  }
}
@media (max-width: 576px) {
  .backTop {
    display: none;
  }
}
/*--------------------------------------------联系方式页面----------------------------------*/
.contact-box {
  background-color: rgba(255, 255, 255, 1);
  border: 1px rgba(232, 232, 232, 1.00) solid;
  padding: 80px 30px 80px 30px;
}
.col-line01 {
  position: relative; /* 父元素设置相对定位 */
  box-sizing: border-box; /* 防止宽度和高度因为内边距而变化 */
}
.col-line01::after {
  content: ''; /* 伪元素必须有content属性 */
  position: absolute;
  top: 50%; /* 将伪元素的顶部定位到父元素的50%位置 */
  right: 0; /* 竖线在右侧 */
  width: 2px; /* 竖线宽度 */
  height: 100%; /* 竖线高度为父元素高度的80% */
  background-color: #E7E7E7; /* 竖线颜色 */
  transform: translateY(-50%); /* 向上移动自身高度的50%，实现上下居中 */
}
.con-company-name {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 576px) {
  .con-company-name {
    font-size: 16px;
    font-weight: bold;
  }
}
.row-line {
  border-bottom: 0px #eaeaea solid;
  width: 85%;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: 80px;
}

@media (max-width: 991px) {
 .row-line {
	  border-bottom: 0px #eaeaea solid;
	  width: 85%;
	  margin-left: 20px;
	}
}


.con-ico {
  font-size: 20px;
}
.con-phone {
  font-size: 18px;
  font-weight: 300;
}
.con-phone-num {
  color: rgba(255, 87, 0, 1.00);
  font-size: 18px;
  margin: 0 0 0 0;
}

@media (max-width: 991px) {
	
	.con-phone-num {
		  color: rgba(255, 87, 0, 1.00);
		  font-size: 18px;
		  margin: 0px 0 0 0;
		}
 
}

#tmap01 {
  overflow: hidden;
  width: 100%;
  height: 400px;
  margin: 0;
  font-family: "微软雅黑";
}

@media (max-width: 768px) {
	
	#tmap01 {
		  overflow: hidden;
		  width: 100%;
		  height: 200px;
		  margin: 0;
		  font-family: "微软雅黑";
		}
 
}
@media (max-width: 991px) {
	
	#tmap01 {
		  overflow: hidden;
		  width: 100%;
		  height: 300px;
		  margin: 0;
		  font-family: "微软雅黑";
		}
 
}