/*=====================================
产品详情
=====================================*/
.product_center {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}

.product_center_l {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}

.swiper-slide a img {
  display: block;
  width: 74px;
  height: 53px;
  border: 1px solid #dcdcdc;
}

.swiper-slide a {
  display: flex;
  align-items: center;
}

.swiper-slide a span {
  margin-left: 10px;
}

.swiper-containertwo {
  width: 220px;
  height: 370px;
  overflow-y: hidden;
}

.swiper-slide {
  height: 53px !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}

.swiper-containertwo {
  margin: 80px 0 0 0;
}

#swiper-button-prev {
  position: absolute;
  top: 120px;
  left: 50%;
  right: 50%;
}

#swiper-button-next {
  position: absolute;
  top: 560px;
  left: 50%;
  right: 50%;
}

.product_center_l {
  position: relative;
}

.swiper-slide a {
  color: #000;
  font-size: 16PX;
}

.swiper-slide a:hover {
  color: #de9b26;
  transition: .2s;
}

.product_center_l ul {
  margin: 30px 0 30px 0;
}

.product_center_l h3 {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px 0 20px 0;
  text-align: center;
  color: #ffffff;
  background-color: #002140;
}

.swiper-container {
  overflow-y: hidden;
}

.product_center_r {
  width: 78%;
}

.img_border {
  border-top: 10px solid #fafafa;
  border-left: 14px solid #fafafa;
  border-bottom: 10px solid #fafafa;
}

.rtop_bigp {
  width: 50%;
}

.rtop_box {
  display: flex;
}

.rtop_box_r {
  padding: 26px 46px;
  width: 50%;
}

.rtop_box_text {
  display: block;
  margin: 34px 0 97px 0;
}

.rtop_box_r div {
  display: flex;
}

.rtop_box_r div a {
  display: block;
  display: flex;
  align-items: center;
  padding: 0 8px;
  height: 44px;
  color: #ffffff;
  background-color: #de9b26;
  border-radius: 5px;
  box-sizing: border-box;
}

.rtop_box_r div a:nth-child(2) {
  margin-left: 22px;
}

.rtop_box_r div a img {
  margin: 0 8px 0 0;
}

.particulars_box h3 {
  padding: 10px 23px 10px 8px;
  width: 8%;
  border-right: 1px solid #dcdcdc;
}

.particulars_box {
  margin: 16px 0 0 0;
}

.particulars_box .line {
  width: 92%;
  height: 36px;
  border-bottom: 1px solid #dcdcdc;
}

.particulars_box span {
  text-indent: 2rem;
}

.line_box {
  display: flex;
  width: 100%;
}

.particulars_box {
  padding: 0 15px 40px 15px;
  border: 1px solid #dcdcdc;
}

.particulars_box ul {
  margin: 40px 0 0 0;
  padding: 0 14px;
  line-height: 1.5;
}

.particulars_box ul li:first-child {
  margin: 0 0 10px 0;
}

.use_box {
  margin: 40px 0 0 0;
  padding: 0 14px;
  line-height: 1.5;
}

.use_box span {
  display: block;
}

/*===================================
table表格
===================================*/
.component {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}

table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}

td,
th {
  padding: 10px 0 10px 78px;
  box-sizing: border-box;
  text-align: left;
}

th {
  height: 40px;
  background-color: #003e59;
  font-weight: bold;
  color: #ffffff;
  /* white-space: nowrap; */
}

tbody tr {
  background-color: #f6f6f6;
  border-bottom: 1px solid #efefef;
}

tbody tr:last-child {
  border-bottom: none;
}

tbody tr td {
  color: #666666;
  font-size: 18px;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

tbody tr td:last-child {
  border-right: 1px solid #efefef;
}

tbody tr td .look {
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
}

tbody tr td .look a {
  text-align: center;
  width: 114px;
  height: 34px;
  line-height: 34px;
  background-color: #cc0033;
  color: #ffffff;
  font-size: 16px;
}

/* For appearance */
.sticky-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}

.sticky-wrap td,
.sticky-wrap th {
  box-sizing: border-box;
}

.sticky-enabled thead tr th {
  padding: 10px 10px;
}

.component {
  margin: 40px 0 0 0;
  padding: 0 14px;
  box-sizing: border-box;
}

table thead tr th {
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
}

table thead tr th:last-child {
  border-right: 1px solid #efefef;
}

.customization {
  margin: 40px 0 0 0;
  padding: 0 14px;
  line-height: 1.5;
}

.customization span:first-child {
  display: block;
  padding: 20px 0 0 0;
  border-top: 1px dashed #dcdcdc;
}

.customization span:last-child {
  display: block;
  padding: 0 0 20px 0;
  border-bottom: 1px dashed #dcdcdc;
}

/* 相关产品 */
.related_product {
  margin: 40px 0 0 0;
}

.related_product h3 {
  margin: 0 0 10px 0;
}

.applicationarea_content ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.applicationarea_content ul li {
  width: 25%;
}

.applicationarea_content ul li a span {
  display: block;
  text-align: center;
}

.applicationarea_content ul li a {
  display: block;
  width: 100%;
  height: 320px;
  color: #000;
  background-color: #ffffff;
}

.applicationarea_content ul li a span {
  padding: 12px 0;
}

.applicationarea_content ul li a div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-left: 9px solid #fafafa;
  border-top: 9px solid #fafafa;
  border-bottom: 9px solid #fafafa;
}

.applicationarea_content ul li a div img {
  width: 80%;
}