.content_box {
  padding: 80px 0;
}

.content_body {
  padding: 0 15px;
  display: flex;
  gap: 30px;
}

.content_body .html_body {
  flex: 1;
}

.content_body .products_list {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}

.content_body .products_item {
  border: 1px solid #eee;
  background-color: #fafafa;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.content_body .products_item .products_img {
  position: relative;
  padding-bottom: 100%;
}

.content_body .products_item .products_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #eee;
  object-fit: cover;
}

.content_body .products_item .item_box {
  padding: 15px;
}

.content_body .products_item p {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.pagination_box {
  margin-top: 60px;
}

.content_body .products_top {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}

.content_body .products_top .left {
  flex: 1;
  padding: 0 70px;
}

.content_body .products_top .right {
  flex: 1;
}

.content_body .products_top .left .swiper_body {
  width: 100%;
}

.content_body .products_top .left .swiper {
  width: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.products_swiper2 {
  height: 100%;
  box-sizing: border-box;
}

.products_swiper2 .swiper-slide {
  width: 25%;
  height: 100%;
  border: 1px solid #eee;
  opacity: 0.5;
}

.products_swiper2 .swiper-slide-thumb-active {
  border: 1px solid var(--primary-color);
  opacity: 1;
}

.products_swiper_box {
  position: relative;
  padding-bottom: 100%;
}

.products_swiper_body,
.swiper_page_body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.swiper_page_box {
  margin-top: 15px;
  position: relative;
  height: 40px;
}

.products_swiper_body .swiper-button-next:after,
.products_swiper_body .swiper-button-prev:after {
  display: none;
}

.products_swiper_body .swiper-button-next,
.products_swiper_body .swiper-button-prev {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, .55);
  border-radius: 50%;
}

.products_swiper_body .swiper-button-next span,
.products_swiper_body .swiper-button-prev span {
  color: #fff;
  font-size: 22px;
}

.products_swiper_body .swiper-button-prev {
  left: -60px;
}

.products_swiper_body .swiper-button-next {
  right: -60px;
}

.products_top .products_name {
  line-height: 24px;
  font-size: 18px;
  color: #333333;
  padding-bottom: 5px;
  border-bottom: 1px dotted #cccccc;
}

.products_top .product_info {
  list-style: none;
  padding: 0px;
  margin-top: 10px;
}

.products_top .product_info pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #FFFFFF;
  border: none;
  line-height: 28px;
  font-family: Arial, 'microsoft yahei', Helvetica, sans-serif;
  color: #2F2F2F;
  font-size: 14px;
  padding: 0px;
}

.products_top .product_info p {
  margin: 0 0 10px;
  line-height: 28px;
  font-family: Arial, 'microsoft yahei', Helvetica, sans-serif;
  color: #2F2F2F;
  font-size: 14px;
}

.products_top .product_btn {
  display: inline-block;
  padding: 6px 12px;
  background-color: var(--primary-color);
  cursor: pointer;
}

.products_top .product_btn:hover {
  background-color: var(--primaryHover-color);
}

.products_top .product_btn span {
  color: #ffffff;
  line-height: 28px;
  vertical-align: bottom;
}

.products_top .product_btn .iconfont {
  font-size: 23px;
}

.content_box .pr {
  margin: 0 0 20px 0;
  background: #f2f2f2;
}

.content_box .pr span {
  background: none repeat scroll 0 0 var(--primary-color);
  color: #fff;
  display: inline-block;
  font-weight: 500;
  line-height: 37px;
  padding: 2px 18px 0;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.product_con table {
  width: 100%;
}

.product_con .tags {
  margin: 15px 0px 10px 0px;
}

.product_con .tags a {
  margin-right: 3px;
  padding: 0 8px;
  line-height: 26px;
  color: rgba(0, 0, 0, .5);
  background: rgba(0, 0, 0, .04);
  display: inline-block;
}

.product_con .point {
  clear: both;
  margin: 20px 0px 40px 0px;
  padding-bottom: 40px;
  line-height: 22px;
  display: flex;
}

.product_con .point span {
  flex: 1;
}

.product_con .point span a {
  color: var(--primary-color);
}

.products_form .form_row_lable {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 800;
}

.products_form .form_group {
  margin-bottom: 15px;
}

.products_form input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.products_form input::placeholder {
  color: #ccc;
}

.products_form input:focus {
  border: 1px solid var(--primary-color);
}

.products_form textarea {
  outline: none;
  display: block;
  width: 100%;
  max-width: 300px;
  min-width: 100%;
  min-height: 60px;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.products_form textarea::placeholder {
  color: #ccc;
}

.products_form textarea:focus {
  border: 1px solid var(--primary-color);
}

.products_form .form_btn_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.products_form .form_btn_list .form_btn {
  display: inline-block;
  padding: 6px 30px;
  background-color: #e8e8e8;
  cursor: pointer;
  color: #333333;
  line-height: 28px;
}

.products_form .form_btn_list .form_btn:nth-child(1) {
  background-color: var(--primary-color);
  color: #ffffff;
}

.products_form .form_btn_list .form_btn:nth-child(1):hover {
  background-color: var(--primaryHover-color);
}

.download_list .download_item {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: #898989;
  font-family: "Opensans-Regular";
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.download_list .download_item a {
  flex: 1;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}

.download_list .download_item a:hover {
  color: var(--primary-color);
}

.application_list .products_item {
  background-color: #ffffff;
}

.application_details_body {
  width: 67%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.application_details_swiper {
  position: relative;
  width: 100%;
  height: 500px;
  transition: all 0.1s;
}

.application_details_swiper .products_swiper_box {
  padding-bottom: 0;
  height: 100%;
}

.application_details_swiper .swiper-slide img {
  display: block;
  height: auto;
}

.application_details_swiper_page {
  width: 200px;
  margin: 0 auto;
}

.application_details_swiper_page .swiper_page_box {
  height: 60px;
}

.news_body .news_title {
  margin: 0px;
  padding-bottom: 10px;
  /* text-align: center; */
  color: #000;
  font-size: 30px;
  font-weight: normal;
  line-height: 34px;
}

.news_body .contents p {
  font-size: 14px;
  margin: 0 0 10px;
}

.news_body .point * {
  font-size: 14px;
}

.new_btn_body {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c7cdd4;
}

.new_btn_body .text {
  font-size: 17px;
  color: #333333;
}

.new_btn_body .menu {
  display: flex;
  align-items: center;
}

.inquiry_AddToAny {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.inquiry_AddToAny .text {
  font-size: 18px;
}

.recruitment_body .side_panel_input .search_btn {
  width: auto;
  padding: 0 15px;
  color: #ffffff;
  font-size: 16px;
}

.recruitment_body .side_panel_input .search_btn .text {
  margin-left: 5px;
  font-size: 16px;
}

.recruitment_body .recruitment_nav {
  padding: 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DCDCDE;
}

.recruitment_body .recruitment_item {
  padding: 30px 15px;
  border-bottom: 1px solid #DCDCDE;
}

.recruitment_body .recruitment_item:hover {
  background-color: rgba(225, 225, 225, .2);
}

.recruitment_body .recruitment_item .recruitment_title {
  margin-bottom: 15px;
  line-height: 40px;
  font-size: 24px;
  color: #000;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.recruitment_body .recruitment_item .recruitment_title:hover {
  color: var(--primary-color);
}

.recruitment_body .recruitment_item .tag_item {
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #DCDCDE;
}

.recruitment_body .recruitment_item .tag_item:last-child {
  border-right: none;
}

.recruitment_box_title {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.recruitment_body .recruitment_nav_box {
  padding: 0;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
  gap: 15px;
}

.recruitment_body .recruitment_nav_box .tag_list {
  flex: 1;
}

.recruitment_body .recruitment_nav_box .time {
  color: #666;
  font-size: 16px;
  line-height: 25px;
}

.recruitment_body .recruitment_nav_box:hover {
  background-color: transparent;
}

.recruitment_body .news_title {
  font-weight: normal;
}

@media screen and (max-width: 1100px) {
  .content_body {
    padding: 0;
  }

  .content_body .products_top {
    flex-direction: column;
  }
}

@media screen and (max-width: 770px) {
  .content_box {
    padding: 50px 0;
  }

  .content_body {
    flex-direction: column-reverse;
  }

  .content_body .products_list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .new_btn_body {
    align-items: flex-start;
    flex-direction: column;
  }

  .recruitment_body .recruitment_nav {
    padding: 0;
    padding-bottom: 10px;
  }

  .recruitment_body .recruitment_item {
    padding: 15px 0px;
  }

  .recruitment_body .recruitment_item .recruitment_title {
    font-size: 20px;
  }

  .recruitment_body .recruitment_item .tag_item {
    font-size: 14px;
    line-height: 20px;
  }

  .recruitment_body .recruitment_nav_box {
    margin-top: 5px;
    padding: 10px 0;
  }
}
