/* ==========================================================================
   common part
========================================================================== */
.pic {
  overflow: hidden;
  position: relative;
  height: auto;
}

.bgimg {
  width: 100%;
}

.upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.pic:hover .upimg {
  transform: scale(1.05);
}

/* 没有放大效果 */
.upimg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* 居中对齐 */
.upimg3 {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
}

.pic:hover .upimg3 {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* 缩小放大 */
.upimg4 {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.93);
  transform: translate(-50%, -50%) scale(0.93);
  transition: all 0.5s;
}

.pic:hover .upimg4 {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/* 背景模式 */
.upimg5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.pic:hover .upimg5 {
  transform: scale(1.05);
}

* {
  box-sizing: border-box;
}

/* ==========================================================================
   质量与方针
========================================================================== */
.quality_content {
  padding: 0.8rem 0;
}

.qua_swiper {
  padding: 0.25rem 0 0;
}

.qua_box {
  border-radius: 0.13rem;
  overflow: hidden;
}

.qua_swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.09rem;
}

.qua_swiper .swiper-pagination-bullet {
  border: 1px solid rgba(153, 190, 227, 1);
  opacity: 1;
  width: 0.2rem;
  height: 0.2rem;
  background: transparent;
}

.qua_swiper .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, rgba(2, 205, 205, 1), rgba(33, 164, 241, 1));
}

@media only screen and (max-width: 920px) {
  .qua_swiper {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .quality_content {
    padding: 0.24rem 0;
  }
}
/* ==========================================================================
   质量体系认证
========================================================================== */
.ability_title {
  font-size: var(--font36);
  font-weight: 400;
  color: transparent;
}

.qmscer_heading {
  background: url(../images2/qmshead.png) no-repeat center;
  background-size: cover;
  margin: 0.35rem 0;
  padding: 0.35rem 0;
}

.qmscer_h3 {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font32);
  font-weight: 400;
  line-height: 175%;
  text-align: center;
}

.qmscer_list {
  margin: 0 -0.1rem;
}

.qmscer_list li {
  box-sizing: border-box;
  width: 20%;
  padding: 0 0.05rem;
}

.qmscer_box {
  border-radius: 0.08rem;
  background: rgba(247, 247, 247, 0.9);
  height: 100%;
  padding: 0.06rem;
}

.qmscer_area {
  margin-top: 0.2rem;
}

.qmscer_h4 {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font14);
  text-align: center;
  font-weight: 400;
  margin-bottom: 5px;
}

.qmscer_h5 {
  color: rgba(136, 136, 136, 1);
  font-size: var(--font14);
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .qmscer_list li {
    width: 50%;
  }

  .qmscer_h3 {
    font-size: 12px;
  }
}

/* ==========================================================================
   产品认证
========================================================================== */
.quapc_table {
  margin-top: 0.35rem;
  overflow: auto;
  border-radius: 13px;
  border: 1px solid rgba(84, 178, 178, 1);
  scrollbar-width: thin;
}

.quapc_table table {
  min-width: 550px;
}

.quapc_table table td,
.quapc_table table th {
  border: 1px solid rgba(84, 178, 178, 1);
  text-align: center;
}

.quapc_table table tr:first-child th {
  border-top: none;
}

.quapc_table table tr:last-child td {
  border-bottom: none;
}

.quapc_table table tr:first-child th:first-of-type {
  border-left: none;
}

.quapc_table table tr:first-child th:last-of-type {
  border-right: none;
}

.quapc_table table tr td:first-of-type {
  border-left: none;
}

.quapc_table table tr td:last-of-type {
  border-right: none;
}

.quapc_table table th {
  background: #e4f5f5;
  color: rgba(0, 0, 0, 1);
  font-size: var(--font18);
  font-weight: 400;
  height: 0.8rem;
}

.quapc_table table td {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font16);
  font-weight: 400;
  padding: 0.1rem 0;
}

/* ==========================================================================
   证书下载
========================================================================== */
.cerdown_list > li {
  margin-top: 0.35rem;
}

.cerdown_box {
  padding: 0.45rem 0;
  border-radius: 0.08rem;
  background: rgba(72, 191, 191, 0.9);
  justify-content: space-between;
}

.cerdown_left {
  width: 3.1rem;
  border-right: 1px solid rgba(255, 255, 255, 1);
  padding-left: 0.8rem;
  padding-right: 0.4rem;
  position: relative;
}

.cerdown_right {
  width: calc(100% - 3.1rem);
  padding: 0 0.8rem;
}

.cerdown_h4 {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font32);
  font-weight: 400;
  text-shadow: 0 4px 4px rgba(255, 255, 255, 0.15);
}

.cerdown_icon {
  position: absolute;
  left: 0.58rem;
  bottom: -0.32rem;
  width: 1.73rem;
}

.download_list li:not(:last-of-type) {
  margin-bottom: 0.15rem;
}

.cerdown_link {
  align-items: center;
}

.cerdown_h6 {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font18);
  line-height: 1.75;
  font-weight: 400;
  text-decoration: underline;
  margin-right: 0.3rem;
}

.cerdown_info {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font18);
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 0.15rem;
}

@media only screen and (max-width: 1280px) {
  .cerdown_right {
    padding: 0 0.3rem;
  }

  .cerdown_left {
    width: 2.2rem;
    padding-left: 0.4rem;
  }

  .cerdown_right {
    width: calc(100% - 2.2rem);
  }

  .cerdown_icon {
    left: 0.18rem;
  }

  .cerdown_link img {
    width: 20px;
  }
}

@media only screen and (max-width: 920px) {
  .cerdown_link img {
    width: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .cerdown_left {
    width: 100%;
  }

  .cerdown_right {
    width: 100%;
  }

  .cerdown_h4 {
    margin-bottom: 40px;
  }

  .cerdown_icon {
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
  }

  .cerdown_list li:last-child .cerdown_h4 {
    margin-bottom: 20px;
  }
}

/* ==========================================================================
   产品认证
========================================================================== */
.proChange_flex {
  margin: 0.35rem 0 0;
  justify-content: space-between;
}

.proChange_left {
  width: calc(100% - 4.4rem);
}

.proChange_right {
  width: 3.7rem;
}

.proChange_area ul {
  padding-left: 1.3em;
}

.proChange_area ul li {
  list-style: initial;
}

.proChange_area {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font18);
  font-weight: 400;
  line-height: 1.75;
}

.proChange_right .pic {
  border-radius: 0.13rem;
}

@media only screen and (max-width: 1280px) {
  .proChange_left {
    width: calc(100% - 3.5rem);
  }

  .proChange_right {
    width: 3rem;
  }
}

@media only screen and (max-width: 500px) {
  .proChange_left {
    width: 100%;
  }

  .proChange_right {
    width: 100%;
    margin-top: 20px;
  }
}

/* ==========================================================================
   实验室介绍
========================================================================== */
.labintro_main {
  margin-top: 0.35rem;
}

.lab_first {
  justify-content: space-between;
  gap: 0.35rem;
}

.lab_left {
  flex: 1;
}

.lab_right {
  width: 50.3%;
  gap: 0.35rem;
  flex-direction: column;
}

.lab_bg {
  height: 100%;
  background: url(../images2/lab_bg.png) no-repeat center;
  background-size: cover;
  border-radius: 0.13rem;
  padding: 0.8rem;
}

.lab_img .pic {
  border-radius: 0.13rem;
}

.intro_btn {
  background: rgba(255, 255, 255, 1);
  padding: 0.08rem 0.2rem;
  border-radius: 50px;
  color: transparent;
  font-size: 0.2rem;
  font-weight: 700;
}

.lab_title {
  margin: 0.25rem 0 0.55rem;
  color: rgba(255, 255, 255, 1);
  font-style: Bold;
  font-size: var(--font36);
  line-height: 1;
  font-weight: 700;
}

.lab_msg {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font16);
  font-weight: 400;
  line-height: 175%;
}

.lab_second {
  margin-top: 0.4rem;
}

.system_heading {
  border-radius: 0.08rem;
  background: linear-gradient(180deg, rgba(96, 152, 205, 1), rgba(154, 213, 232, 1));
  padding: 0.18rem 0.42rem;
  align-items: center;
  justify-content: space-between;
}

.system_cn {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font20);
  font-weight: 700;
}

.system_en {
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-size: var(--font20);
}

.system_intro {
  margin-top: 0.4rem;
  color: rgba(51, 51, 51, 1);
  font-size: var(--font18);
  font-weight: 400;
  line-height: 175%;
}

.system_img {
  margin-top: 0.4rem;
}

.intro_img {
  margin-top: 0.4rem;
}

.intro_img img {
  border-radius: 0.13rem;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .lab_bg {
    padding: 0.4rem;
  }
}

@media only screen and (max-width: 500px) {
  .lab_right {
    width: 100%;
  }

  .system_intro,
  .system_en,
  .system_cn {
    font-size: 12px;
  }

  .system_heading {
    padding: 10px;
  }
}

/* ==========================================================================
   可靠性与失效分析能力
========================================================================== */
.reliable_item {
  margin-top: 0.35rem;
}

.reliable_heading {
  border-radius: 0.08rem;
  background: linear-gradient(180deg, rgba(96, 152, 205, 1), rgba(154, 213, 232, 1));
  padding: 0.18rem 0.42rem;
}

.reliable_h4 {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font24);
  font-weight: 700;
}

.reliable_img {
  margin-top: 0.4rem;
}

@media only screen and (max-width: 500px) {
  .reliable_heading {
    padding: 6px 10px;
  }
}

/* ==========================================================================
   新闻中心
========================================================================== */
.news {
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
}

.news_flex {
  border-radius: 8px;
  background: rgba(249, 249, 249, 1);
}

.news_left {
  width: 50%;
}

.news_right {
  width: 50%;
  padding: 0.75rem;
  flex-direction: column;
}

.news_left .pic {
  border-radius: 0.08rem;
}

.news_info {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font18);
  line-height: 1.75;
  font-weight: 400;

  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}

.news_info::-webkit-scrollbar {
  width: 0.06rem;
  background-color: transparent;
}

.news_info::-webkit-scrollbar-track {
  display: none;
}

.news_info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--main-color);
}

.view_more {
  margin-top: auto;
}

.more_link {
  border: 1px solid rgba(19, 125, 125, 1);
  border-radius: 0.08rem;
}

.more_link {
  padding: 0.1rem 0.2rem;
  color: rgba(19, 125, 125, 1);
  font-size: var(--font16);
  font-weight: 400;
  transition: all 0.35s;
}

.more_link img {
  margin-left: 0.1rem;
}

.more_link:hover {
  color: rgba(19, 125, 125, 1);
  box-shadow: 0px 0px 10px rgba(19, 125, 125, 0.5);
}

.newsHot_list {
  gap: 0.36rem;
  margin: 0.5rem 0;
}

.newsHot_list li {
  width: calc(50% - 0.18rem);
}

.newsHot_left {
  width: 3.6rem;
}

.newsHot_right {
  width: calc(100% - 3.6rem);
}

.newsHot_box {
  padding: 0.15rem 0;
  align-items: center;
  position: relative;
}

.newsHot_box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 0.3rem);
  height: 100%;
  background: rgba(249, 249, 249, 1);
  border-radius: 0.08rem;
  z-index: -1;
}

.newsHot_left .pic {
  border-radius: 0.08rem;
}

.newsHot_area {
  padding: 0.3rem 0.45rem;
}

.newsHot_info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  color: rgba(51, 51, 51, 1);
  font-size: var(--font18);
  font-weight: 400;
  margin-bottom: 0.3rem;
}

.news_list li {
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(231, 231, 231, 1);
}

.news_box {
  align-items: center;
  padding: 0 0.4rem;
}

.news_date {
  padding-left: 0.35rem;
  position: relative;
  color: rgba(19, 125, 125, 1);
  font-size: var(--font16);
  font-weight: 400;
  margin-right: 0.15rem;
  flex-shrink: 0;
}

.news_date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url(../images2/triangle01.svg) no-repeat center;
  background-size: 100%;
}

.news_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 1rem;
  color: rgba(51, 51, 51, 1);
  font-size: var(--font16);
  font-weight: 400;
}

.news_box .view_more {
  margin-left: auto;
  flex-shrink: 0;
}

@media only screen and (max-width: 1280px) {
  .news_right {
    padding: 0.4rem;
  }
}

@media only screen and (max-width: 920px) {
  .news_info {
    line-height: 1.5;
    max-height: calc(var(--font18) * 12);
  }

  .newsHot_left {
    width: 150px;
  }

  .newsHot_right {
    width: calc(100% - 150px);
  }
}

@media only screen and (max-width: 768px) {
  .news_info {
    line-height: 1.5;
    max-height: calc(var(--font18) * 9);
  }

  .newsHot_list li {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .news_left,
  .news_right,
  .newsHot_left,
  .newsHot_right {
    width: 100%;
  }

  .newsHot_box::before {
    width: 100%;
  }

  .news_info {
    max-height: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }

  .news_box {
    flex-direction: column;
    align-items: flex-start;
  }

  .news_title {
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
    margin: 10px 0;
  }

  .news_date {
    padding-left: 25px;
  }
}

/* ==========================================================================
   新闻详情
   ========================================================================== */
.nd_left {
  width: calc(100% - 5.3rem);
  float: left;
}

.nd_right {
  float: right;
  width: 4.15rem;
  box-sizing: border-box;
}

.nd_area {
  border-bottom: 1px solid #e5e8ef;
  box-sizing: border-box;
}

.nd_title {
  color: rgb(0, 0, 0);
  font-size: 0.24rem;
  font-weight: 400;
}

.nd_date {
  font-size: 0.16rem;
  color: rgb(85, 85, 85);
  margin: 0.1rem 0;
  font-weight: normal;
}

.nd_main {
  font-size: 0.16rem;
  font-weight: 400;
  color: rgb(85, 85, 85);
  line-height: 2;
  padding: 0.2rem 0.1rem;
  box-sizing: border-box;
}

.nd_main img {
  margin: 0.4rem 0;
}

.nd_toolbar {
  border-top: 1px solid #e5e8ef;
  padding: 0.4rem 0;
  align-items: center;
  justify-content: space-between;
}

.tool_left {
  width: calc(100% - 1.9rem);
}

.tool_right {
  width: 1.8rem;
}

.tool_toggle {
  box-sizing: border-box;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 2;
  align-items: center;
  width: 50%;
}

.nd_toolbar .tool_toggle:first-child {
  padding-right: 12px;
}

.nd_toolbar .tool_toggle:last-child {
  padding-left: 12px;
}

.news_btn {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
}

.tool_toggle span {
  flex-shrink: 0;
}

.tool_toggle a {
  color: rgb(51, 51, 51);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tool_toggle a:hover {
  color: var(--main-color);
}

.back_btn {
  width: 1.8rem;
  height: 0.5rem;
  font-size: 0.18rem;
  color: #fff;
  border-radius: 50px;
  background-color: var(--main-color);
}

.back_btn:hover {
  color: #fff;
}

.top_btn {
  margin-left: 0.2rem;
}

/* ———————————————— 右边列表 ———————————————— */
.gdtj {
  background: rgb(0, 96, 181);
  height: 0.7rem;
  width: 100%;
  overflow: hidden;
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 700;
  align-items: center;
}

.gdtj img {
  margin: 0 0.25rem;
}

.gdtj_list {
  margin: 0.37rem 0.49rem 0 0.28rem;
  border-left: 1px solid rgb(229, 232, 239);
  padding-bottom: 0.5rem;
}

.gdtj_list li {
  margin-bottom: 0.2rem;
}

.gdtj_date {
  color: rgb(85, 85, 85);
  font-size: var(--font16);
  line-height: 2;
  position: relative;
  padding-left: 0.3rem;
}

.gdtj_date::before {
  content: "";
  position: absolute;
  left: -0.03rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.03rem;
  height: 0.16rem;
  background: var(--main-color);
}

.gdtj_title {
  color: rgb(0, 0, 0);
  font-size: 0.16rem;
  line-height: 2;
  padding-left: 0.3rem;
}

.gdtj_box:hover .gdtj_title {
  color: var(--main-color);
}

@media only screen and (max-width: 920px) {
  .nd_right {
    display: none;
  }

  .nd_left {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .tool_toggle,
  .nd_main,
  .nd_date {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .nd_main {
    padding: 20px 0;
    line-height: 1.5;
  }

  .tool_left {
    width: 100%;
  }

  .tool_right {
    margin-top: 10px;
  }

  .tool_toggle {
    line-height: 2;
  }

  .nd_title {
    font-size: 14px;
  }
}

/* ==========================================================================
   联系我们
   ========================================================================== */
.contact {
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
}

.contact_list li:not(:first-of-type) {
  margin-top: 0.35rem;
}

.contact_box {
  border: 1px solid rgba(231, 231, 231, 1);
  border-radius: 0.08rem;
}

.contact_title {
  color: rgba(19, 125, 125, 1);
  font-size: var(--font24);
  font-weight: 400;
  padding: 0.25rem 0 0.25rem 0.65rem;
}

.contact_flex {
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0.25rem;
  border-radius: 0.08rem;
  background: rgba(248, 250, 253, 1);
  border-top: 1px solid rgba(231, 231, 231, 1);
}

.contact_left {
  width: 37%;
}

.contact_center {
  width: 32%;
  padding-left: 0.4rem;
}

.contact_right {
  width: 31%;
}

.contact_info {
  color: #333333;
  font-size: var(--font16);
  font-weight: 400;
  line-height: 1.75;
}

.contact_right .pic {
  border-radius: 0.08rem;
}

@media only screen and (max-width: 1280px) {
  .contact_center {
    padding-left: 0.2rem;
  }

  .contact_title {
    padding: 0.25rem 0 0.25rem 0.45rem;
  }
}

@media only screen and (max-width: 500px) {
  .contact_left,
  .contact_center,
  .contact_right {
    width: 100%;
  }

  .contact_center {
    padding-left: 0;
  }

  .contact_left {
    margin-bottom: 20px;
  }

  .contact_right {
    margin-top: 20px;
  }

  .contact_title {
    padding: 0.25rem 0 0.25rem 0.25rem;
  }

  .contact_title {
    font-size: 16px;
  }
}

/* ==========================================================================
   产品表格
   ========================================================================== */
.pro_main {
  margin-top: 0.35rem;
  position: relative;
}

/* 表格样式*/
.proselect {
  overflow-x: auto;
}

.sd_div table,
.pro-table {
  font-size: 12px;
  border-left: 1px solid #dbe1e4;
}

#sq {
  border: 1px solid rgb(170, 170, 170);
}

.sd_div table .firstRow td,
.sd_div table .firstRow th,
.pro-table th {
  background: #eef1f2;
  color: var(--main-color);
  padding: 10px;
  border-right: 1px solid #dbe1e4;
}

.sd_div table tr td:nth-child(1),
.pro-table th:nth-child(1),
.pro-table td:nth-child(1) {
  width: 160px;
}

/* .pro-table th:nth-child(2) {
    width: 80px;
}

.pro-table td:nth-child(2) {
    width: 80px;
}

.pro-table td:nth-child(3) {
    width: 80px;
}

.pro-table th:nth-child(3) {
    width: 80px;
} */

.pro-cat .cat {
  height: 122px;
  overflow-y: auto;
}

.pro-cat .cat::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

.pro-cat .cat .li {
  line-height: 24px;
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pro-cat .cat .li:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #eeeeee;
  border: 1px solid #dbe1e4;
  left: 0;
  top: 5px;
}

.pro-cat .cat .li.active:after {
  background: url(../images2/k0.png) no-repeat center;
  background-size: 100%;
}

.pro-cat td {
  color: #575a69;
  padding: 10px 0 10px 10px;
  border-right: 1px solid #dbe1e4;
}

.pro-op td {
  color: #0b56a7;
  padding: 5px 10px;
  border-right: 1px solid #dbe1e4;
  background: #eef1f2;
  text-align: center;
}

.sd_div table tr:not(.firstRow) td,
.pro-item td {
  color: #575a69;
  padding: 6px 10px;
  border-right: 1px solid #dbe1e4;
  border-bottom: 1px solid #dbe1e4;
  font-size: 12px;
  /* text-align: center; */
}

.sd_div table tr th:first-child,
.sd_div table tr td:first-child,
.pro-item tr td:first-child {
  text-align: left;
}

.pro-op tr td:first-child {
  text-align: left;
}

.pro-op .fa {
  font-size: 18px;
}

.pro-op .active .fa {
  color: var(--main-color);
}

.pro-table div.sbox2 {
  margin: 10px 5px 14px 5px;
  font-weight: normal;
  position: relative;
  width: 60px;
  display: inline-block;
}

.pro-table div.sbox2 span.max,
.pro-table div.sbox2 span.min {
  display: block;
  position: absolute;
  left: 14px;
  font-size: 12px;
  color: #333;
}

.pro-table div.sbox2 span.max {
  top: 0;
}

.pro-table div.sbox2 span.min {
  bottom: -4px;
}

.pro-table div.sbox2 .maxBtn,
.pro-table div.sbox2 .minBtn {
  display: block;
  position: absolute;
  left: 14px;
  font-size: 12px;
  color: #333;
  z-index: 3;
}

.pro-table div.sbox2 .maxBtn {
  top: 0;
}

.pro-table div.sbox2 .minBtn {
  bottom: -4px;
}

.pro-table div.sbox2 .maxBtn .mSearch,
.pro-table div.sbox2 .minBtn .mSearch {
  width: 50px;
  position: relative;
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #cbcbcb;
}

.pro-table div.sbox2 .maxBtn .mSearch .mSearchb,
.pro-table div.sbox2 .minBtn .mSearch .mSearchb {
  width: 18px;
  height: 18px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 1px;
  border: 0;
  background: var(--main-color);
  line-height: 18px;
  color: white;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
}

.pro-table div.sbox2 .maxBtn .mSearch .mSearchk,
.pro-table div.sbox2 .minBtn .mSearch .mSearchk {
  width: calc(100% - 6px);
  height: 18px;
  line-height: 16px;
  padding-left: 4px;
  font-size: 10px;
  color: #333;
  border: 0;
  border-right: 0;
  float: left;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
}

.pro-table div.sbox2 .mb {
  width: 55px;
  height: 84px;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -40px;
}

.pro-table div.sbox2 .ui-slider-vertical {
  width: 0.2em;
}

.pro-table div.sbox2 .ui-slider .ui-slider-handle {
  width: 0.8em;
  height: 0.8em;
}

.pro-table div.sbox2 .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
}

.a_Reset,
.a_allsel {
  color: var(--main-color);
  text-decoration: underline;
  font-size: 14px;
}

.pro-cat td .link a {
  color: var(--main-color);
  text-decoration: underline;
  font-size: 12px;
}

.pro-cat td a.linkreset {
  margin-right: 5px;
}

.pro_main .layui-slider-vertical {
  margin-left: 0px;
}

.pro_main .layui-slider-wrap-btn {
  width: 8px;
  height: 8px;
  border-radius: 0;
  border: 1px solid #0b56a7 !important;
}

.pro_main .pro-table div.sbox2 {
  margin: 10px 5px 14px 5px !important;
}

.proselect::-webkit-scrollbar {
  height: 6px;
}

.pro_main tbody::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}

.pro_main tbody::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

.pro_main tbody::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bdb9b9;
}

.pro_main table tbody {
  display: block;
  max-height: 430px;
  overflow-y: auto;
  overflow-x: hidden;
}

.pro_main table thead {
  display: table;
  width: 13.34rem;
  table-layout: fixed;
}

.pro_main tbody tr {
  display: table;
  width: 13.34rem;
  table-layout: fixed;
}

@media only screen and (max-width: 1200px) {
  .pro_main table thead {
    width: 22rem;
  }

  .pro_main tbody tr {
    width: 22rem;
  }
}

@media only screen and (max-width: 768px) {
  .pro_main table thead {
    width: 30rem;
  }

  .pro_main tbody tr {
    width: 30rem;
  }
}
.pro_main table thead th,
.sd_div table .firstRow td,
.sd_div table .firstRow th {
  background: #ccc;
}

/* ==========================================================================
   质量与能力
   ========================================================================== */
.qua_box {
  position: relative;
}

.quaSwiper_cer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.quaSwiper_flex {
  height: 100%;
  justify-content: space-evenly;
  align-items: center;
}

.quaSwiper_left {
  /* width: 45%; */
  justify-content: center;
}

.quaSwiper_left .pic {
  width: 3rem;
  border-radius: 0.08rem;
}

.quaSwiper_right {
  /* width: 50%; */
  justify-content: center;
}

.quaSwiper_info {
  text-align: center;
  font-size: var(--font36);
  font-weight: 400;
  line-height: 175%;
  color: transparent;
}

.quaSwiper_img {
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1));
}

@media only screen and (max-width: 768px) {
  .quaSwiper_info {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 500px) {
  .quaSwiper_left .pic {
    width: 90px;
  }

  .quaSwiper_info {
    font-size: 12px;
  }
}
