﻿@charset "utf-8";

:root {
	--main-color: #0068B7;
	--dark-color: #151515;
	--orange-color: #EB632A;
	--white-color: #FFFFFF;
	--deep-color: #0049B7;
}

 
		/* 留言弹窗隐藏弹窗和遮罩层 */
		#overlay {
		    display: none;
		    position: fixed;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		    background-color: rgba(0, 0, 0, 0.5);
		    justify-content: center;
		    align-items: center;
			z-index: 1504;
		}
					
		#popup {
			  width: 100%;
		    max-width: 650px;
		    background-color: white;
		    padding: 20px;
		    position: relative;
			  z-index: 1505;
			  background-color: #fff;
			  padding: 30px;
		}
					
		#close-btn {
		    position: absolute;
		    cursor: pointer;
			      top: 10px;
			      right: 10px;
				  line-height: 1;
				      color: #151515;
					  font-size: 26px;
		}
		.popuph2{text-align: left; font-size: 21px; line-height: 1.2; font-weight: 500; color: #151515;}
 





/* product xq */
/* 定义固定 div 的初始样式 */
#stickyDiv {
	height: 50px;
	color: white;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
}

/* 定义固定类的样式 */
.sticky {
	position: fixed;
	top: 98px;
	width: 100%;
	z-index: 10;
}

  

.pro_showcenter {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	background: rgba(240, 245, 249, 0.80);
	backdrop-filter: blur(8px);
	padding-top: 20px;
	padding-bottom: 20px;
}

.pro_showcenter_boxleft {
	color: var(--dark-color);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

.pro_showcenter_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pro_showcenter_boxright {
	display: flex;
	align-items: center;
}

.pro_showcenter_boxrightnav {
	display: flex;
	margin-right: 24px;
	align-items: center;
}

.pro_showcenter_boxrightnav_item {
	color: #151515;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-right: 40px;
	position: relative;
	cursor: pointer;
}
a, a:focus, a:active {
    color: #151515;
}
.pro_showcenter_boxrightnav_item:last-child {
	margin-right: 0;
}

.pro_showcenter_boxrightnav_item::after {
	position: absolute;
	content: '';
	width: 0%;
	height: 2px;
	left: 0;
	background-color: var(--orange-color);
	bottom: -21px;
	transition: .3s;
}

.pro_showcenter_boxrightnav_item.active {
	color: var(--orange-color);
}

.pro_showcenter_boxrightnav_item.active::after {
	width: 100%;
	transition: .3s;
}

.pro_showcenter_boxrightnav_item:hover {
	color: var(--orange-color);
}

.pro_showcenter_boxrightnav_item:hover::after {
	width: 100%;
	transition: .3s;
}

.pro_showcenter_button a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 24px;
	border-radius: 40px;
	background: var(--main-color);
	color: var(--white-color);
	font-size: 16px;
	font-weight: 400;
}
.pro_text{text-align: left; margin-top: 22px;} 
.pro_test_h1{line-height: 28px; font-size: 18px; font-weight: 500; border-left: 4px coral solid; padding-left: 12px; margin-top: 25px; }

.service-input {
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #9b9b9b;
    background-image:  ;
    -webkit-appearance: none;
    transition: .3sease-in-out;
    border: 1px solid #999999;
	border-radius: 5px;
}
 .service-search{display: flex; flex-direction: row; justify-content: space-between; width: 380px;}
.service-button{font-weight: 400;  color: #151515;  font-size: 14px;   height: 40px; line-height: 40px;border: 1px solid #999999; border-radius: 5px; margin-left: 12px;}
 .catalog li{ line-height: 50px; border-bottom: 1px #eeeeee solid; list-style: none;}
  .catalog li span{ font-size: 18px;  color: #666666; margin-right: 12px;}
 .catalog{ width: 70%; text-align: left;}
 .catalogboxleft{width: 29%;}
 .catalogdate{font-size: 14px !important; float: right; color: #666666;  } 
 .certiflcationlist{display: flex; flex-direction: row; justify-content: flex-start; flex-wrap: wrap;}
  .certiflcationlist li{width: 24%; margin-right: 1.3%; margin-bottom: 20px;}
  .certiflcationlist li:nth-child(4n){margin-right: 0;}
  
  /* 留言弹窗隐藏弹窗和遮罩层 */
  #overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
  	z-index: 1504;
  }
  			
  #popup {
	  width: 100%;
      max-width: 650px;
      background-color: white;
      padding: 20px;
      position: relative;
	  z-index: 1505;
	  background-color: #fff;
	  padding: 30px;
  }
  			
  #close-btn {
      position: absolute;
      cursor: pointer;
	      top: 10px;
	      right: 10px;
		  line-height: 1;
		      color: #151515;
			  font-size: 26px;
  }
  .popuph2{text-align: left; font-size: 21px; line-height: 1.2; font-weight: 500; color: #151515;}
@media (max-width:768px) {
	#stickyDiv{display: none;}
	.catalog{ width: 100%; text-align: left;}
	.catalogboxleft{display: none;}
	.certiflcationlist li{width: 48%; margin-bottom: 20px;}
	 }
 