@import url("theme.css");

@import url("theme.css");

.list_banner {
  text-align: center;
}
.list_banner img {
  width: 1920px;
  max-width: 100%;
}
.list_banner {
  position: relative;
}
.list_banner .banenr_title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 1400px;
  max-width: 100%;
}
.list_banner .banenr_title .diamond {
  width: 500px;
  height: 100%;
  background-color: rgba(var(--color-primary-r), var(--color-primary-g), var(--color-primary-b), 0.56);
  transform: matrix(1, 0, 0.5, 1, 150, 0);
}
.list_banner .banenr_title .text {
  position: absolute;
  left: 260px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  font-weight: 600;
  text-shadow: 3px 3px 5px #3f3f3f;
}
.list_banner img {
  margin: auto;
}
.bread_whole {
  background-color: #fff;
}
.bread_whole .bread_unite {
  width: 1400px;
  max-width: 100%;
  margin: auto;
  padding: 15px 0;
}
.bread_whole .bread_unite .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.bread_whole .bread_unite .bread_box {
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 0;
  margin: 0;
}
.bread_whole .bread_unite .bread_box .bread {
  margin: auto;
  display: flex;
  padding: 15px;
}
.bread_whole .bread_unite .bread_box .bread .add {
  display: flex;
  align-items: center;
}
.bread_whole .bread_unite .bread_box .bread .add i {
  margin-right: 5px;
  font-size: 16px;
  transition: all .5s ease;
}
.bread_whole .bread_unite .bread_box .bread .add span {
  display: inline-block;

  transition: all .5s ease;
}
.bread_whole .bread_unite .bread_box .bread .sub_menu {
  display: block;
  margin-left: 10px;
}
.bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb {
  display: flex;
  padding-left: 10px;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: initial;
}
.bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li {
  display: flex;
  align-items: center;
}
.bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li::after {
  content: '>';
  margin: 0 5px;
  color: #666;
}
.bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li:last-child:after {
  content: '';
}
.bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li a {
  color: #666;
  font-size: 14px;
  transition: all .5s ease;
  text-transform: lowercase !important;
}
.bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li {
  text-transform: lowercase;
}
.bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb {
  text-transform: lowercase;
}
.bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li a:hover {
  color: #42BF94;
}
.list_product {
  padding: 100px 0;
}
.list_product .left_menu {
  background-color: var(--color-bg-alt);
  border-radius: 10px;
  padding: 15px;
}
.list_product .left_menu .product_title {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.list_product .left_menu .product_title h3 {
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.list_product .left_menu .first_ul .first_li {
  border-bottom: 1px solid #fff;
}
.list_product .left_menu .first_ul .first_li a {
  display: flex;
  justify-content: space-between;
  line-height: 50px;
  color: #666;
}
.list_product .left_menu .first_ul .first_li a span {
  color: #666;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  text-transform: uppercase;
  font-weight: 600;
}
.list_product .left_menu .first_ul .first_li a:hover span {
  color: #333;
}
.list_product .left_menu .first_ul .first_li .last_ul {
  display: none;
  padding-left: 15px;
}
.list_product .left_menu .first_ul .first_li .last_ul .last_li a {
  color: #666;
}
.list_product .pro_box a:hover .img img:nth-child(2) {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.list_product .pro_box a .img {
  overflow: hidden;
  position: relative;
  background-color: var(--color-bg-alt);
}
.list_product .pro_box a .img img {
  width: 100%;
}
.list_product .pro_box a .img img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  opacity: 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.list_product .pro_box a .text {
  width: 100%;
  padding: 15px;
  text-align: center;
}
/* 小屏时隐藏第9-12个产品，只显示8个 */
@media only screen and (max-width: 991px) {
  .product-category-list .col-lg-4:nth-child(n+9) {
    display: none !important;
  }
}
/* 分页组件响应式适配 - 覆盖内联样式 */
.pages {
  padding: 20px 0 !important;
  width: 100% !important;
  text-align: center !important;
  clear: both !important;
}
.pages a,
.pages span {
  color: #666 !important;
  padding: 0 15px !important;
  margin: 0 3px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  line-height: 34px !important;
  background: var(--color-bg-alt) !important;
  border: 1px solid #f2f2f2 !important;
  font-size: 14px !important;
  text-decoration: none !important;
}
.pages a:hover {
  color: #fff !important;
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 14px rgba(0, 0, 0, .2) !important;
}
.pages span {
  color: #666 !important;
}
.pages a.page-num-current {
  color: #fff !important;
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) !important;
}
@media only screen and (max-width: 1200px) {
  .pages a,
  .pages span {
    padding: 0 12px !important;
    margin: 0 2px !important;
    font-size: 14px !important;
    line-height: 32px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pages {
    padding: 18px 0 !important;
  }
  .pages a,
  .pages span {
    padding: 0 10px !important;
    margin: 0 2px !important;
    font-size: 13px !important;
    line-height: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .pages {
    padding: 15px 0 !important;
  }
  .pages a,
  .pages span {
    padding: 0 8px !important;
    margin: 0 1px !important;
    font-size: 12px !important;
    line-height: 28px !important;
  }
}
@media only screen and (max-width: 576px) {
  .pages {
    padding: 12px 0 !important;
  }
  .pages a,
  .pages span {
    padding: 0 6px !important;
    margin: 0 1px !important;
    font-size: 11px !important;
    line-height: 26px !important;
    min-width: 26px !important;
  }
}
@media only screen and (max-width: 480px) {
  .pages {
    padding: 10px 0 !important;
  }
  .pages a,
  .pages span {
    padding: 0 5px !important;
    margin: 0 1px !important;
    font-size: 10px !important;
    line-height: 24px !important;
    min-width: 24px !important;
  }
  /* 小屏时允许换行，避免溢出 */
  .pages {
    word-wrap: break-word !important;
    word-break: break-all !important;
    white-space: normal !important;
  }
  .pages a,
  .pages span {
    margin-bottom: 5px !important;
  }
}
.show_product_unite_1 {
  padding: 50px 0;
}
.show_product_unite_1 .show_product_img {
  display: block;
  position: relative;
  border: 1px solid #dcdcdc;
}
.show_product_unite_1 .show_product_img img {
  width: 100%;
}
.show_product_unite_1 .show_product_img .magnifier {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 50%;
  border: 1px solid #d1cdcd;
  background-color: var(--color-bg-alt);
  opacity: 0.5;
  display: none;
}
.show_product_unite_1 .show_product_img .enlarge {
  display: none;
  position: absolute;
  right: -50px;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  z-index: 11;
  overflow: hidden;
}
.show_product_unite_1 .show_product_img .enlarge .enlarge_box {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FFE8A1;
}
.show_product_unite_1 .show_product_img .enlarge .enlarge_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 150%;
  height: 150%;
}
.show_product_unite_1 .right_text h3 {
  font-size: 30px;
  font-weight: 600;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.show_product_unite_1 .right_text .icon_box {
  display: flex;
  margin-bottom: 25px;
}
.show_product_unite_1 .right_text .icon_box .assess {
  margin-right: 25px;
}
.show_product_unite_1 .right_text .icon_box .assess i {
  color: #fa9f36;
}
.show_product_unite_1 .right_text .icon_box .like i {
  color: #fa9f36;
  font-weight: 600;
  font-weight: bold;
}
.show_product_unite_1 .right_text .icon_box .like span {
  color: #666;
}
.show_product_unite_1 .right_text a {
  display: inline-block;
  padding: 15px 35px;
  background-color: #42BF94;
  color: #fff;
  border-radius: 5px;
  margin-top: 25px;
}
.show_product_unite_1 .nav {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
.show_product_unite_1 .nav .nav_i {
  padding: 5px 30px;
  border-right: 1px solid #c4c4c4;
}
.show_product_unite_1 .nav .nav_i:last-child {
  border-right: initial;
}
.show_product_unite_1 .nav .nav_i span {
  display: inline-block;
  cursor: pointer;
}
.show_product_unite_1 .nav .nav_bg span {
  color: #42BF94;
}
.show_product_unite_1 .content {
  border: 1px solid #c4c4c4;
  padding: 30px;
}
.show_product_unite_1 .content .conts {
  display: none;
}
.show_product_unite_1 .content .contblock {
  display: block !important;
}
.show_product_unite_1 .content .conts img,
.show_product_unite_1 .content .contblock img {
  max-width: 100%;
  height: auto;
  display: block;
}
.show_product_unite_1 .related_title {
  text-align: center;
  margin: 50px 0;
}
.show_product_unite_1 .related_title h4 {
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}
.show_product_unite_1 .related_title h4::after {
  content: '';
  width: 50%;
  height: 2px;
  background-color: #42BF94;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.show_product_unite_1 .related_pro {
  display: block;
}
.show_product_unite_1 .related_pro:hover .img img:nth-child(2) {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.show_product_unite_1 .related_pro .img {
  overflow: hidden;
  position: relative;

}
.show_product_unite_1 .related_pro .img img {
  width: 100%;
}
.show_product_unite_1 .related_pro .img img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  opacity: 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.show_product_unite_1 .related_pro .text {
  width: 100%;
  padding: 15px;
  text-align: center;
}
.list_news {
  background-color: var(--color-bg-alt);
}
.list_news .unite {
  padding: 100px 0;
}
.list_news .unite .title {
  margin-bottom: 50px;
}
.list_news .unite .title p {
  margin: 0 auto;
  width: 60%;
  color: #333;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  font-weight: bold;
  text-transform: uppercase;
}
.list_news .unite .news_list {
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.list_news .unite .news_list:hover {
  background-color: var(--color-primary);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  box-shadow: 0px 0px 5px #666;
  transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  /* IE 9 */
  -webkit-transform: translate(0px, -5px);
  /* Safari and Chrome */
}
.list_news .unite .news_list:hover a span {
  color: #fff;
}
.list_news .unite .news_list:hover a i {
  color: #fff;
}
.list_news .unite .news_list:hover a p {
  color: #fff;
}
.list_news .unite .news_list a {
  display: inline-block;
  padding: 15px;
}
.list_news .unite .news_list a span {
  font-size: 20px;
  color: #000;
  display: block;
  font-weight: 600;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list_news .unite .news_list a i {
  font-size: 14px;
  color: #666;
}
.list_news .unite .news_list a p {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.list_news .unite .news_list a .news_ico {
  font-size: 23px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-100%, 50%);
}
.list_news .unite .btn_box {
  text-align: center;
}
.list_news .unite .btn_box a {
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  background-color: var(--color-primary);
  padding: 5px 25px;
}
.show_news_1 {
  padding: 50px 0;
}
.show_news_1 .news_content .news_content_title {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 15px;
}
.show_news_1 .news_content .news_content_title h3 {
  font-size: 35px;
  font-weight: 600;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.show_news_1 .news_content .news_content_title .time {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.show_news_1 .news_content .news_content_title .time .time_box {
  display: flex;
  margin: 0 15px;
}
.show_news_1 .news_content .news_content_title .time .time_box i {
  margin-right: 5px;
}
.show_news_1 .news_content .contact_article {
  padding-top: 25px;
}
.show_news_1 .news_content .contact_article p img {
  width: auto;
  max-width: 100%;
}
.related_unite_1 {
  width: 1700px;
}
.related_unite_1 .articleRelated {
  padding-left: 50px;
  position: relative;
}
.related_unite_1 .articleRelated::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 30px;
  background-color: #42BF94;
}
.related_unite_1 .articleRelated p {
  font-size: 25px;
  color: #333;
}
.related_unite_1 .articleRelated p span {
  font-size: 25px;
  color: #666;
}
.related_unite_1 .related .related_img img {
  width: 100%;
}
.related_unite_1 .related .related_title {
  padding: 10px 15px;
}
.related_unite_1 .related .related_title a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.related_unite_1 .related .related_title a:hover {
  color: #42BF94;
}
.list_about .unite {
  padding: 100px 0;
}
.list_about .unite .list_about_main {
  margin-bottom: 0;
}
.list_about .unite .list_about_main li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.list_about .unite .list_about_main li:last-child {
  margin-bottom: 0px;
}
.list_about .unite .list_about_main li .left {
  width: 50%;
}
.list_about .unite .list_about_main li .left img {
  width: 100%;
}
.list_about .unite .list_about_main li .right {
  width: 50%;
  padding: 15px;
}
.list_about .unite .list_about_main li .right .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.list_about .unite .list_about_main li .right h2 {
  font-size: 38px;
  font-weight: bold;
  color: #333;
}
.list_about .unite .list_about_main li .right p {
  color: #666;
}
.list_about .unite .list_about_main li:nth-child(2n) .left {
  order: 2;
}
.list_about .unite .list_about_main li:nth-child(2n) .right {
  order: 1;
}
.list_contact .unite {
  padding: 100px 0;
}
.list_contact .unite .contact_form .in_group {
  margin-bottom: 15px;
}
.list_contact .unite .contact_form .in_group label {
  display: block;
  font-weight: 600;
  font-weight: bold;
}
.list_contact .unite .contact_form .in_group label i {
  color: #ff0000;
}
.list_contact .unite .contact_form .in_group input {
  display: block;
  background-color: var(--color-bg-alt);
  width: 100%;
  padding: 15px;
}
.list_contact .unite .contact_form .in_group textarea {
  width: 100%;
  padding: 15px;
  display: block;
  background-color: var(--color-bg-alt);
  resize: none;
  height: 150px;
}
.list_contact .unite .contact_form .xin_in_group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.list_contact .unite .contact_form .xin_in_group label {
  width: 100%;
  margin-bottom: 10px;
  white-space: nowrap;
}
.list_contact .unite .contact_form .xin_in_group .code-input-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
.list_contact .unite .contact_form .xin_in_group .code-input-wrapper input {
  flex: 1;
  margin-right: 10px;
  min-width: 0;
  height: 48px;
  line-height: 48px;
}
.list_contact .unite .contact_form .xin_in_group .code-input-wrapper img {
  flex-shrink: 0;
  width: auto;
  height: 48px;
  max-width: 120px;
  cursor: pointer;
  object-fit: contain;
}
.list_contact .unite .contact_form .content_btn {
  width: 100%;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
  padding: 15px 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.list_contact .unite .contact_form .content_btn:hover {
  background-color: initial;
  color: var(--color-primary);
}
.list_contact .unite .contact_way li span {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  position: relative;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid var(--color-border);
}
.list_contact .unite .contact_way li span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color-primary);
  width: 100px;
  height: 2px;
}
.list_contact .unite .contact_way li p {
  margin: 15px;
}
.list_contact .unite .map {
  margin-top: 50px;
  background-color: var(--color-bg-alt);
}
/* 联系页面产品选择区域 */
.choose {
  padding-top: 70px;
  padding-bottom: 20px;
}
.choose ul {
  display: flex;
  flex-wrap: wrap;
}
.choose ul li {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 25px;
}
.choose ul li .con_img {
  background-color: var(--color-bg-alt);
}
.choose ul li .con_img img {
  width: 100%;
}
.choose ul li .con_title {
  text-align: center;
  padding: 5px;
  font-size: 14px;
}
.choose ul .shoose_bg .con_title {
  background-color: var(--color-primary);
}
.choose ul .shoose_bg .con_title span {
  color: #fff;
}
.list_contact .con_title {
  font-size: 25px;
  text-align: center;
  width: 70%;
  margin: auto;
  margin-bottom: 30px;
  color: var(--color-primary);
  font-weight: 600;
}
.list_contact--info .unite {
  padding: 80px 0 100px;
}
.list_contact--info .con_title {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 25px;
  color: var(--color-primary);
  font-weight: 600;
}
.list_contact--info .contact_quote_cta {
  margin-bottom: 40px;
  padding: 32px 36px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.list_contact--info .contact_quote_cta p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #666;
}
.list_contact--info .contact_quote_cta .content_btn {
  display: inline-block;
  min-width: 200px;
  padding: 14px 40px;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list_contact--info .contact_quote_cta .content_btn:hover {
  background-color: #fff;
  color: var(--color-primary);
}
.list_contact--info .contact_way--cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.list_contact--info .contact_card {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 120px;
  padding: 28px 30px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list_contact--info .contact_card:hover {
  border-color: var(--color-primary);
  box-shadow: 0 8px 24px rgba(35, 116, 181, 0.12);
  transform: translateY(-2px);
}
.list_contact--info .contact_card--wide {
  grid-column: 1 / -1;
}
.list_contact--info .contact_card > i {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_contact--info .contact_card__body {
  min-width: 0;
}
.list_contact--info .contact_card__body span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #333;
}
.list_contact--info .contact_card__body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  word-break: break-word;
}
.list_contact--info .contact_card__body p a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}
.list_contact--info .contact_card__body p a:hover {
  color: var(--color-primary);
}
.list_contact--info .map--contact {
  margin-top: 50px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f9f9f9;
}
.list_contact--info .map--contact iframe {
  display: block;
  height: 360px;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .list_contact--info .unite {
    padding: 50px 0 70px;
  }
  .list_contact--info .contact_quote_cta {
    padding: 24px 20px;
  }
  .list_contact--info .contact_way--cards {
    grid-template-columns: 1fr;
  }
  .list_contact--info .contact_card {
    padding: 22px 20px;
    min-height: auto;
  }
  .list_contact--info .contact_card--wide {
    grid-column: auto;
  }
  .list_contact--info .map--contact iframe {
    height: 280px;
  }
}
.list_case .unite {
  padding: 100px 0;
}
.list_case .unite .case_mian {
  margin-bottom: 30px;
}
.list_case .unite .case_mian .case_img {
  overflow: hidden;
  background-color: var(--color-bg-alt);
  cursor: pointer;
}
.list_case .unite .case_mian .case_img:hover img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.list_case .unite .case_mian .case_img img {
  width: 100%;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
/* 图片放大遮罩层 */
.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  animation: fadeIn 0.3s ease;
}
.image-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-modal img {
  max-width: 80%;
  max-height: 80%;
  min-width: 300px;
  min-height: 438px;
  width: auto;
  height: auto;
  object-fit: contain;
  animation: zoomIn 0.3s ease;
}
@media only screen and (min-width: 1400px) {
  .image-modal img {
    max-width: 85%;
    max-height: 85%;
    min-width: 450px;
    min-height: 657px;
  }
}
@media only screen and (min-width: 1920px) {
  .image-modal img {
    max-width: 90%;
    max-height: 90%;
    min-width: 600px;
    min-height: 876px;
  }
  
  /* 移除1920px宽度限制 */
  .list_banner img {
    width: 100%;
    max-width: 100%;
  }
}
.image-modal .close-btn {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.3s ease;
}
.image-modal .close-btn:hover {
  color: #42BF94;
  transform: rotate(90deg);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.list_case .unite .case_mian .case_title {
  background-color: var(--color-primary);
}
.list_case .unite .case_mian .case_title span {
  display: block;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  .list_banner .banenr_title {
    width: 95%;
  }
  .list_banner .banenr_title .diamond {
    width: 480px;
  }
  .list_banner .banenr_title .text {
    font-size: 45px;
    left: 250px;
  }
  .show_product_unite_1 {
    padding: 40px 0;
  }
  .show_product_unite_1 .right_text h3 {
    font-size: 28px;
  }
  .show_product_unite_1 .right_text .icon_box {
    margin-bottom: 20px;
  }
  .show_product_unite_1 .right_text a {
    padding: 13px 32px;
  }
  .show_product_unite_1 .nav {
    margin: 40px 0;
  }
  .show_product_unite_1 .content {
    padding: 25px;
  }
  .show_product_unite_1 .related_title {
    margin: 40px 0;
  }
  .show_product_unite_1 .related_title h4 {
    font-size: 23px;
  }
  .list_contact .con_title {
    font-size: 22px;
    width: 75%;
    margin-bottom: 40px;
  }
  .choose {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .choose ul li {
    width: 33.33%;
    padding: 0 12px;
    margin-bottom: 20px;
  }
  .choose ul li .con_title {
    font-size: 13px;
  }
  .bread_whole .bread_unite {
    width: 100%;
    padding: 12px 0;
  }
  /* 产品页面的面包屑导航宽度为95% */
  body:has(.list_product) .bread_whole .bread_unite,
  body:has(.show_product_unite_1) .bread_whole .bread_unite {
    width: 95%;
  }
  .bread_whole .bread_unite .bread_box {
    padding: 0 12px;
  }
  .bread_whole .bread_unite .bread_box .bread {
    padding: 13px 0;
  }
  .bread_whole .bread_unite .bread_box .bread .add i {
    font-size: 13px;
  }
  .bread_whole .bread_unite .bread_box .bread .add span {
    font-size: 13px !important;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li a {
    font-size: 13px;
    text-transform: lowercase !important;
  }
  .list_product {
    padding: 80px 0;
  }
  .list_case .unite {
    padding: 80px 0;
  }
  .list_news .unite {
    padding: 80px 0;
  }
  .list_about .unite {
    padding: 80px 0;
  }
  .list_contact .unite {
    padding: 80px 0;
  }
  .list_news .unite .title p {
    font-size: 32px;
  }
  .list_about .unite .list_about_main li .right h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .list_banner .banenr_title .diamond {
    width: 450px;
  }
  .list_banner .banenr_title .text {
    font-size: 40px;
    left: 230px;
  }
  .show_product_unite_1 {
    padding: 35px 0;
  }
  .show_product_unite_1 .right_text h3 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .show_product_unite_1 .right_text .icon_box {
    margin-bottom: 18px;
  }
  .show_product_unite_1 .right_text .icon_box .assess {
    margin-right: 20px;
  }
  .show_product_unite_1 .right_text a {
    padding: 12px 30px;
    margin-top: 20px;
  }
  .show_product_unite_1 .nav {
    margin: 35px 0;
  }
  .show_product_unite_1 .nav .nav_i {
    padding: 5px 25px;
  }
  .show_product_unite_1 .content {
    padding: 22px;
  }
  .show_product_unite_1 .related_title {
    margin: 35px 0;
  }
  .show_product_unite_1 .related_title h4 {
    font-size: 22px;
  }
  .bread_whole .bread_unite {
    padding: 10px 0;
  }
  .bread_whole .bread_unite .bread_box {
    padding: 0 12px;
  }
  .bread_whole .bread_unite .bread_box .bread {
    padding: 12px 0;
    flex-wrap: wrap;
  }
  .bread_whole .bread_unite .bread_box .bread .add i {
    font-size: 13px;
    margin-right: 4px;
  }
  .bread_whole .bread_unite .bread_box .bread .add span {
    font-size: 13px !important;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu {
    margin-left: 8px;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb {
    padding-left: 8px;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li a {
    font-size: 13px;
    text-transform: lowercase !important;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li::after {
    margin: 0 4px;
    font-size: 12px;
  }
  .list_product {
    padding: 60px 0;
  }
  .list_case .unite {
    padding: 60px 0;
  }
  .list_news .unite {
    padding: 60px 0;
  }
  .list_about .unite {
    padding: 60px 0;
  }
  .list_contact .con_title {
    font-size: 20px;
    width: 80%;
    margin-bottom: 35px;
  }
  .choose {
    padding-top: 40px;
    padding-bottom: 12px;
  }
  .choose ul li {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 18px;
  }
  .choose ul li .con_title {
    font-size: 12px;
    padding: 4px;
  }
  .list_contact .unite {
    padding: 60px 0;
  }
  .list_news .unite .title p {
    font-size: 28px;
  }
  .list_about .unite .list_about_main li .right h2 {
    font-size: 30px;
  }
  .list_contact .unite .contact_form .in_group input,
  .list_contact .unite .contact_form .in_group textarea {
    padding: 13px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .list_banner .banenr_title .diamond {
    width: 49%;
    transform: matrix(1, 0, 0.5, 1, 100, 0);
  }
  .list_banner .banenr_title .text {
    font-size: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .list_banner img {
    margin: auto;
  }
  .bread_whole .bread_unite .bread_box {
    padding: 0 10px;
  }
  .bread_whole .bread_unite .bread_box .bread {
    padding: 10px 0;
    flex-wrap: wrap;
  }
  .bread_whole .bread_unite .bread_box .bread .add i {
    font-size: 12px;
    margin-right: 3px;
  }
  .bread_whole .bread_unite .bread_box .bread .add span {
    font-size: 12px !important;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu {
    margin-left: 6px;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb {
    padding-left: 6px;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li a {
    font-size: 12px;
    text-transform: lowercase !important;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li::after {
    margin: 0 3px;
    font-size: 11px;
  }
  .list_product .pro_box a .text {
    padding: 15px 0;
  }
  .list_product .left_menu {
    margin-bottom: 25px;
  }
  .list_product {
    padding: 25px 0;
  }
  .list_case .unite {
    padding: 25px 0;
  }
  .list_news .unite {
    padding: 25px 0;
  }
  .list_about .unite {
    padding: 25px 0;
  }
  .list_contact .unite {
    padding: 25px 0;
  }
  .list_about .unite .list_about_main li {
    align-items: center;
    margin-bottom: 25px;
  }
  .list_about .unite .list_about_main li .right h2 {
    font-size: 25px;
  }
  .list_contact .con_title {
    font-size: 18px;
    width: 85%;
    margin-bottom: 30px;
  }
  .list_contact .con_title span {
    font-size: 15px;
  }
  .choose {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .choose ul li {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 15px;
  }
  .choose ul li .con_title {
    font-size: 11px;
    padding: 3px;
  }
  .list_contact .unite .contact_way {
    margin-top: 25px;
  }
  .list_contact .unite .map {
    margin-top: 25px;
  }
  .show_product_unite_1 .nav {
    margin: 25px 0;
  }
  .show_product_unite_1 .content {
    padding: 15px;
  }
  .show_product_unite_1 .related_title {
    margin: 25px 0;
  }
}
@media only screen and (max-width: 768px) {
  .list_banner .banenr_title .diamond {
    width: 70%;
    transform: matrix(1, 0, 0.5, 1, 0, 0);
    position: relative;
  }
  .list_banner .banenr_title .text {
    font-size: 20px;
    left: 35%;
    transform: translate(-50%, -50%);
  }
  .bread_whole .bread_unite {
    padding: 10px 0;
  }
  .bread_whole .bread_unite .bread_box {
    padding: 0 8px;
  }
  .bread_whole .bread_unite .bread_box .bread {
    padding: 8px 0;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .bread_whole .bread_unite .bread_box .bread .add {
    display: none;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu {
    margin-left: 6px;
    margin-top: 0;
    width: auto;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb {
    padding-left: 0;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li {
    margin-bottom: 0;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li a {
    font-size: 12px;
    text-transform: lowercase !important;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li::after {
    margin: 0 3px;
    font-size: 11px;
  }
  .list_product {
    padding: 40px 0;
  }
  .list_case .unite {
    padding: 40px 0;
  }
  .list_news .unite {
    padding: 40px 0;
  }
  .list_about .unite {
    padding: 40px 0;
  }
  .list_contact .unite {
    padding: 40px 0;
  }
  .list_news .unite .title p {
    font-size: 24px;
  }
  .list_contact .unite .contact_form .in_group {
    margin-bottom: 12px;
  }
  .list_contact .unite .contact_form .in_group input,
  .list_contact .unite .contact_form .in_group textarea {
    padding: 12px;
    font-size: 14px;
  }
  .list_contact .unite .contact_way li {
    margin-bottom: 18px;
  }
  .list_contact .unite .map {
    margin-top: 20px;
  }
  .list_contact .unite .map iframe {
    height: 300px;
  }
  .list_contact .unite .contact_form .xin_in_group label {
    margin-bottom: 8px;
  }
  .list_contact .unite .contact_form .xin_in_group .code-input-wrapper input {
    flex: 1;
    min-width: 150px;
    margin-right: 8px;
    height: 40px;
    line-height: 40px;
  }
  .list_contact .unite .contact_form .xin_in_group .code-input-wrapper img {
    max-width: 100px;
    height: 40px;
    object-fit: contain;
  }
  .list_about .unite .list_about_main li {
    align-items: center;
    margin-bottom: 25px;
  }
  .list_about .unite .list_about_main li .left {
    width: 100%;
  }
  .list_about .unite .list_about_main li .right {
    width: 100%;
  }
  .list_about .unite .list_about_main li .right h2 {
    font-size: 30px;
    color: #333;
  }
  .list_about .unite .list_about_main li .right p {
    color: #666;
  }
  .list_about .unite .list_about_main li:nth-child(2n) .left {
    order: 1;
  }
  .list_about .unite .list_about_main li:nth-child(2n) .right {
    order: 2;
  }
  .show_news_1 .news_content .news_content_title h3 {
    font-size: 25px;
  }
  .related_unite_1 .articleRelated p {
    font-size: 20px;
  }
  .related_unite_1 .articleRelated p span {
    font-size: 20px;
  }
  .related_unite_1 .related .related_title a {
    font-size: 16px;
  }
  .show_product_unite_1 {
    padding: 30px 0;
  }
  .show_product_unite_1 .show_product_img {
    margin-bottom: 20px;
  }
  .show_product_unite_1 .right_text h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .show_product_unite_1 .right_text .icon_box {
    margin-bottom: 15px;
  }
  .show_product_unite_1 .right_text .icon_box .assess {
    margin-right: 15px;
  }
  .show_product_unite_1 .right_text .icon_box .assess i,
  .show_product_unite_1 .right_text .icon_box .like i {
    font-size: 16px;
  }
  .show_product_unite_1 .right_text p {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .show_product_unite_1 .right_text a {
    padding: 12px 25px;
    margin-top: 15px;
    font-size: 14px;
  }
  .show_product_unite_1 .nav {
    margin: 30px 0;
  }
  .show_product_unite_1 .nav .nav_i {
    padding: 5px 20px;
    font-size: 13px;
  }
  .show_product_unite_1 .content {
    padding: 18px;
  }
  .show_product_unite_1 .related_title {
    margin: 30px 0;
  }
  .show_product_unite_1 .related_title h4 {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .show_product_unite_1 .related_pro .text {
    padding: 12px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 576px) {
  .list_banner .banenr_title .diamond {
    width: 65%;
  }
  .list_banner .banenr_title .text {
    font-size: 18px;
    left: 32.5%;
    transform: translate(-50%, -50%);
  }
  .bread_whole .bread_unite {
    padding: 8px 0;
  }
  .bread_whole .bread_unite .bread_box {
    padding: 0 6px;
  }
  .bread_whole .bread_unite .bread_box .bread {
    padding: 6px 0;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .bread_whole .bread_unite .bread_box .bread .add {
    display: none;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu {
    margin-left: 5px;
    margin-top: 0;
    width: auto;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb {
    padding-left: 0;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li {
    margin-bottom: 0;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li a {
    font-size: 11px;
    text-transform: lowercase !important;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li::after {
    margin: 0 2px;
    font-size: 10px;
  }
  .list_product {
    padding: 30px 0;
  }
  .list_case .unite {
    padding: 30px 0;
  }
  .list_news .unite {
    padding: 30px 0;
  }
  .list_about .unite {
    padding: 30px 0;
  }
  .list_contact .unite {
    padding: 30px 0;
  }
  .list_news .unite .title p {
    font-size: 22px;
  }
  .list_contact .con_title {
    font-size: 15px;
    width: 95%;
    margin-bottom: 20px;
  }
  .list_contact .con_title span {
    font-size: 13px;
  }
  .choose {
    padding-top: 20px;
    padding-bottom: 6px;
  }
  .choose ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .choose ul li .con_title {
    font-size: 9px;
    padding: 2px;
  }
  .list_contact .unite .contact_form .in_group label {
    font-size: 14px;
  }
  .list_contact .unite .contact_form .in_group input,
  .list_contact .unite .contact_form .in_group textarea {
    padding: 10px;
    font-size: 14px;
  }
  .list_contact .unite .contact_way li span {
    font-size: 16px;
  }
  .list_contact .unite .contact_way li p {
    font-size: 14px;
    margin: 10px 0;
  }
  .list_contact .unite .map iframe {
    height: 250px;
  }
  .list_contact .unite .contact_form .xin_in_group .code-input-wrapper input {
    flex: 1;
    min-width: 120px;
    margin-right: 6px;
    height: 36px;
    line-height: 36px;
  }
  .list_contact .unite .contact_form .xin_in_group .code-input-wrapper img {
    max-width: 90px;
    height: 36px;
    object-fit: contain;
  }
  .list_about .unite .list_about_main li {
    margin-bottom: 20px;
  }
  .list_about .unite .list_about_main li .right {
    padding: 15px 0;
  }
  .list_about .unite .list_about_main li .right h2 {
    font-size: 20px;
  }
  .show_news_1 .news_content .news_content_title h3 {
    font-size: 20px;
  }
  .related_unite_1 .articleRelated p {
    font-size: 18px;
  }
  .related_unite_1 .articleRelated p span {
    font-size: 18px;
  }
  .related_unite_1 .related .related_title {
    padding: 15px 0;
  }
  .related_unite_1 .related .related_title a {
    font-size: 15px;
  }
  .show_product_unite_1 .show_product_img {
    overflow: hidden;
  }
  .show_product_unite_1 .show_product_img .magnifier {
    width: 0%;
    height: 0%;
    border: none;
    opacity: 0;
    display: none;
  }
  .show_product_unite_1 .show_product_img .enlarge {
    display: none!important;
    width: 0%;
    height: 0%;
    transform: initial;
  }
  .show_product_unite_1 .show_product_img .enlarge .enlarge_box img {
    display: none;
  }
  .show_product_unite_1 {
    padding: 25px 0;
  }
  .show_product_unite_1 .show_product_img {
    margin-bottom: 15px;
  }
  .show_product_unite_1 .right_text {
    margin-top: 15px;
  }
  .show_product_unite_1 .right_text h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .show_product_unite_1 .right_text .icon_box {
    margin-bottom: 12px;
  }
  .show_product_unite_1 .right_text .icon_box .assess {
    margin-right: 12px;
  }
  .show_product_unite_1 .right_text .icon_box .assess i,
  .show_product_unite_1 .right_text .icon_box .like i {
    font-size: 14px;
  }
  .show_product_unite_1 .right_text p {
    margin-bottom: 6px;
    font-size: 13px;
  }
  .show_product_unite_1 .right_text .show_btn {
    display: block;
    margin-top: 12px;
  }
  .show_product_unite_1 .right_text .show_btn a {
    display: block;
    text-align: center;
    padding: 10px 20px;
    font-size: 13px;
  }
  .show_product_unite_1 .nav {
    margin: 25px 0;
  }
  .show_product_unite_1 .nav .nav_i {
    padding: 4px 15px;
    font-size: 12px;
  }
  .show_product_unite_1 .content {
    padding: 15px;
  }
  .show_product_unite_1 .related_title {
    margin: 25px 0;
  }
  .show_product_unite_1 .related_title h4 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .show_product_unite_1 .related_pro .text {
    padding: 10px;
    font-size: 12px;
  }
  .list_news .unite .news_list a {
    display: block;
  }
  .list_news .unite .news_list a .news_ico {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .list_banner .banenr_title .diamond {
    width: 60%;
  }
  .list_banner .banenr_title .text {
    font-size: 16px;
    left: 30%;
    transform: translate(-50%, -50%);
  }
  .list_banner .banenr_title {
    padding: 0 8px;
  }
  .bread_whole .bread_unite {
    padding: 6px 0;
  }
  .bread_whole .bread_unite .bread_box {
    padding: 0 5px;
  }
  .bread_whole .bread_unite .bread_box .bread {
    padding: 5px 0;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .bread_whole .bread_unite .bread_box .bread .add {
    display: none;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu {
    margin-left: 4px;
    margin-top: 0;
    width: auto;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb {
    padding-left: 0;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 11px;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li {
    margin-bottom: 0;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li a {
    font-size: 11px;
    line-height: 1.4;
  }
  .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li::after {
    margin: 0 2px;
    font-size: 10px;
  }
  .list_product {
    padding: 25px 0;
  }
  .list_case .unite {
    padding: 25px 0;
  }
  .list_news .unite {
    padding: 25px 0;
  }
  .list_about .unite {
    padding: 25px 0;
  }
  .list_contact .unite {
    padding: 25px 0;
  }
  .list_news .unite .title p {
    font-size: 20px;
  }
  .list_product .left_menu {
    padding: 10px;
  }
  .list_product .left_menu .product_title h3 {
    font-size: 16px;
  }
  .list_product .left_menu .first_ul .first_li a {
    line-height: 40px;
    font-size: 13px;
  }
  .list_contact .unite .contact_form .in_group label {
    font-size: 13px;
  }
  .list_contact .unite .contact_form .in_group input,
  .list_contact .unite .contact_form .in_group textarea {
    padding: 8px;
    font-size: 13px;
  }
  .list_contact .unite .contact_way li span {
    font-size: 15px;
  }
  .list_contact .unite .contact_way li p {
    font-size: 13px;
    margin: 8px 0;
  }
  .list_contact .unite .map iframe {
    height: 200px;
  }
  .list_contact .unite .contact_form .xin_in_group label {
    margin-bottom: 5px;
  }
  .list_contact .unite .contact_form .xin_in_group .code-input-wrapper input {
    flex: 1;
    min-width: 100px;
    margin-right: 5px;
    padding: 8px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
  }
  .list_contact .unite .contact_form .xin_in_group .code-input-wrapper img {
    max-width: 80px;
    height: 32px;
    object-fit: contain;
  }
  .list_about .unite .list_about_main li {
    margin-bottom: 18px;
  }
  .list_about .unite .list_about_main li .right {
    padding: 12px 0;
  }
  .list_about .unite .list_about_main li .right h2 {
    font-size: 18px;
  }
  .list_about .unite .list_about_main li .right p {
    font-size: 12px;
  }
  .show_news_1 .news_content .news_content_title h3 {
    font-size: 18px;
  }
  .show_news_1 .news_content .news_content_title .time {
    font-size: 12px;
  }
  .related_unite_1 .articleRelated p {
    font-size: 16px;
  }
  .related_unite_1 .articleRelated p span {
    font-size: 16px;
  }
  .related_unite_1 .related .related_title {
    padding: 12px 0;
  }
  .related_unite_1 .related .related_title a {
    font-size: 14px;
  }
  .show_product_unite_1 {
    padding: 20px 0;
  }
  .show_product_unite_1 .show_product_img {
    margin-bottom: 12px;
  }
  .show_product_unite_1 .right_text h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .show_product_unite_1 .right_text .icon_box {
    margin-bottom: 10px;
  }
  .show_product_unite_1 .right_text .icon_box .assess {
    margin-right: 10px;
  }
  .show_product_unite_1 .right_text .icon_box .assess i,
  .show_product_unite_1 .right_text .icon_box .like i {
    font-size: 12px;
  }
  .show_product_unite_1 .right_text .icon_box .like span {
    font-size: 12px;
  }
  .show_product_unite_1 .right_text p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .show_product_unite_1 .right_text .show_btn {
    margin-top: 10px;
  }
  .show_product_unite_1 .right_text .show_btn a {
    padding: 8px 18px;
    font-size: 12px;
  }
  .show_product_unite_1 .nav {
    margin: 20px 0;
  }
  .show_product_unite_1 .nav .nav_i {
    padding: 4px 12px;
    font-size: 11px;
  }
  .show_product_unite_1 .content {
    padding: 12px;
  }
  .show_product_unite_1 .related_title {
    margin: 20px 0;
  }
  .show_product_unite_1 .related_title h4 {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .show_product_unite_1 .related_pro .text {
    padding: 8px;
    font-size: 11px;
  }
}

/* 分页 */
#page{
    display: flex;
    padding: 15px;
}
#page .page{
    width: 50%;
    display: flex;
}
#page .page a{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#page .page:nth-child(1) a{
    padding-right: 15px;
}
#page .page:nth-child(2){
    justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
    #page{
        flex-direction: column;
        padding: 12px;
    }
    #page .page{
        width: 100%;
        margin-bottom: 10px;
    }
    #page .page:nth-child(2){
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 576px) {
    #page{
        padding: 10px;
    }
    #page .page a{
        font-size: 13px;
    }
}
@media only screen and (max-width: 480px) {
    #page{
        padding: 8px;
    }
    #page .page{
        margin-bottom: 8px;
    }
    #page .page a{
        font-size: 12px;
    }
}

/* ============================================
   大屏幕适配 - 2K/4K等高分辨率屏幕 (其他页面)
   ============================================ */

/* 2K屏幕适配 (2560px及以上) */
@media only screen and (min-width: 2560px) {
    /* 基础文字调整 */
    body {
        font-size: 20px;
        line-height: 1.9;
    }
    
    /* 通用文字元素 */
    a, li, p, span {
        font-size: 22px !important;
    }
    
    /* 图片放大模态框 */
    .image-modal img {
        max-width: 85%;
        max-height: 85%;
        min-width: 750px;
        min-height: 1095px;
        width: auto;
        height: auto;
    }
    
    /* 面包屑导航 */
    .bread_whole .bread_unite {
        width: 1800px !important;
        max-width: 70% !important;
        padding: 25px 0 !important;
    }
    
    .bread_whole .bread_unite .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .bread_whole .bread_unite .bread_box {
        border-radius: 8px !important;
        padding: 0 !important;
    }
    
    .bread_whole .bread_unite .bread_box .bread {
        padding: 25px 30px !important;
    }
    
    .bread_whole .bread_unite .bread_box .bread .add {
        margin-right: 8px !important;
    }
    
    .bread_whole .bread_unite .bread_box .bread .add i {
        font-size: 18px !important;
        margin-right: 8px !important;
    }
    
    .bread_whole .bread_unite .bread_box .bread .add span {
        font-size: 20px !important;
        line-height: 1.9 !important;
        letter-spacing: 0.5px !important;
    }
    
    .bread_whole .bread_unite .bread_box .bread .sub_menu {
        margin-left: 15px !important;
    }
    
    .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb {
        padding-left: 15px !important;
    }
    
    .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li {
        margin-right: 5px !important;
    }
    
    .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li::after {
        content: '>' !important;
        margin: 0 8px !important;
        font-size: 18px !important;
        color: #666 !important;
    }
    
    .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li a {
        font-size: 20px !important;
        line-height: 1.9 !important;
        letter-spacing: 0.5px !important;
    }
    
    /* 列表横幅 */
    .list_banner .banenr_title {
        width: 1800px;
        max-width: 70%;
    }
    
    .list_banner .banenr_title .text {
        font-size: 72px;
        left: 360px;
        letter-spacing: 3px;
        line-height: 1.3;
    }
    
    .list_banner .banenr_title .diamond {
        width: 700px;
    }
    
    /* 列表页面 */
    .list_news .unite,
    .list_products .unite,
    .list_case .unite,
    .list_about .unite {
        width: 1800px;
        max-width: 70%;
        padding: 140px 0;
    }
    
    .list_news .unite .title p,
    .list_products .unite .title p,
    .list_case .unite .title p {
        font-size: 60px;
        letter-spacing: 3px;
        line-height: 1.4;
    }
    
    .list_news .unite .news_list {
        margin-bottom: 45px;
    }
    
    .list_news .unite .news_list a {
        padding: 30px;
    }
    
    .list_news .unite .news_list a span {
        font-size: 30px;
        letter-spacing: 1px;
        line-height: 1.6;
        margin-bottom: 12px;
    }
    
    .list_news .unite .news_list a i {
        font-size: 18px;
    }
    
    .list_news .unite .news_list a p {
        font-size: 22px;
        line-height: 1.9;
        letter-spacing: 0.5px;
        margin-top: 12px;
    }
    
    .list_news .unite .news_list a .news_ico {
        font-size: 32px;
    }
    
    .list_news .unite .btn_box a {
        padding: 10px 35px;
        font-size: 20px;
        letter-spacing: 0.8px;
        margin-top: 35px;
    }
    
    /* 内容详情页 */
    .content_detail .unite {
        width: 1800px;
        max-width: 70%;
        padding: 100px 0;
    }
    
    .content_detail .unite .detail_title {
        font-size: 64px;
        letter-spacing: 3px;
        line-height: 1.4;
        margin-bottom: 60px;
    }
    
    .content_detail .unite .detail_content {
        font-size: 24px;
        line-height: 2.1;
        letter-spacing: 0.8px;
    }
    
    .content_detail .unite .detail_content p {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 2.1;
    }
    
    .content_detail .unite .detail_content h1,
    .content_detail .unite .detail_content h2,
    .content_detail .unite .detail_content h3 {
        font-size: 38px;
        line-height: 1.8;
        margin: 40px 0 30px 0;
        letter-spacing: 2px;
    }
    
    .content_detail .unite .detail_content h4,
    .content_detail .unite .detail_content h5,
    .content_detail .unite .detail_content h6 {
        font-size: 32px;
        line-height: 1.7;
        margin: 35px 0 25px 0;
        letter-spacing: 1.5px;
    }
    
    .content_detail .unite .detail_content ul,
    .content_detail .unite .detail_content ol {
        font-size: 24px;
        line-height: 2.1;
        margin: 25px 0;
        padding-left: 35px;
    }
    
    .content_detail .unite .detail_content li {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 2.1;
    }
    
    /* 产品列表页 */
    .list_product {
        padding: 160px 0;
    }
    
    .list_product .left_menu {
        padding: 30px;
    }
    
    .list_product .left_menu .product_title {
        padding-bottom: 35px;
    }
    
    .list_product .left_menu .product_title h3 {
        font-size: 42px;
        letter-spacing: 1.5px;
        line-height: 1.3;
    }
    
    .list_product .left_menu .first_ul .first_li a {
        line-height: 65px;
        font-size: 20px;
    }
    
    .list_product .pro_box a .text {
        padding: 25px;
        font-size: 20px;
    }
    
    /* 新闻详情页 */
    .show_news_1 {
        padding: 120px 0;
    }
    
    .show_news_1 .news_content .news_content_title {
        padding-bottom: 35px;
    }
    
    .show_news_1 .news_content .news_content_title h3 {
        font-size: 64px;
        letter-spacing: 3px;
        line-height: 1.4;
    }
    
    .show_news_1 .news_content .news_content_title .time {
        margin-top: 30px;
    }
    
    .show_news_1 .news_content .news_content_title .time .time_box {
        margin: 0 30px;
        font-size: 24px;
    }
    
    .show_news_1 .news_content .contact_article {
        padding-top: 60px !important;
        font-size: 26px !important;
        line-height: 2.1 !important;
        letter-spacing: 0.8px !important;
    }
    
    .show_news_1 .news_content .contact_article p {
        margin-bottom: 30px !important;
        font-size: 26px !important;
        line-height: 2.1 !important;
        letter-spacing: 0.8px !important;
    }
    
    .show_news_1 .news_content .contact_article h1,
    .show_news_1 .news_content .contact_article h2,
    .show_news_1 .news_content .contact_article h3 {
        font-size: 40px !important;
        line-height: 1.8 !important;
        margin: 40px 0 30px 0 !important;
        letter-spacing: 2px !important;
    }
    
    .show_news_1 .news_content .contact_article h4,
    .show_news_1 .news_content .contact_article h5,
    .show_news_1 .news_content .contact_article h6 {
        font-size: 34px !important;
        line-height: 1.7 !important;
        margin: 35px 0 25px 0 !important;
        letter-spacing: 1.5px !important;
    }
    
    .show_news_1 .news_content .contact_article ul,
    .show_news_1 .news_content .contact_article ol {
        font-size: 26px !important;
        line-height: 2.1 !important;
        margin: 25px 0 !important;
        padding-left: 35px !important;
    }
    
    .show_news_1 .news_content .contact_article li {
        margin-bottom: 20px !important;
        font-size: 26px !important;
        line-height: 2.1 !important;
    }
    
    .show_news_1 .news_content .contact_article strong,
    .show_news_1 .news_content .contact_article b {
        font-size: 28px !important;
        font-weight: bold !important;
    }
    
    .show_news_1 .news_content .contact_article span,
    .show_news_1 .news_content .contact_article div {
        font-size: 26px !important;
        line-height: 2.1 !important;
    }
    
    /* 产品详情页 */
    .show_product_unite_1 .content {
        padding: 70px !important;
    }
    
    .show_product_unite_1 .content .conts,
    .show_product_unite_1 .content .contblock {
        font-size: 26px !important;
        line-height: 2.1 !important;
        letter-spacing: 0.8px !important;
    }
    
    .show_product_unite_1 .content .conts p,
    .show_product_unite_1 .content .contblock p {
        margin-bottom: 30px !important;
        font-size: 26px !important;
        line-height: 2.1 !important;
        letter-spacing: 0.8px !important;
    }
    
    .show_product_unite_1 .content .conts h1,
    .show_product_unite_1 .content .conts h2,
    .show_product_unite_1 .content .conts h3,
    .show_product_unite_1 .content .contblock h1,
    .show_product_unite_1 .content .contblock h2,
    .show_product_unite_1 .content .contblock h3 {
        font-size: 40px !important;
        line-height: 1.8 !important;
        margin: 40px 0 30px 0 !important;
        letter-spacing: 2px !important;
    }
    
    .show_product_unite_1 .content .conts h4,
    .show_product_unite_1 .content .conts h5,
    .show_product_unite_1 .content .conts h6,
    .show_product_unite_1 .content .contblock h4,
    .show_product_unite_1 .content .contblock h5,
    .show_product_unite_1 .content .contblock h6 {
        font-size: 34px !important;
        line-height: 1.7 !important;
        margin: 35px 0 25px 0 !important;
        letter-spacing: 1.5px !important;
    }
    
    .show_product_unite_1 .content .conts ul,
    .show_product_unite_1 .content .conts ol,
    .show_product_unite_1 .content .contblock ul,
    .show_product_unite_1 .content .contblock ol {
        font-size: 26px !important;
        line-height: 2.1 !important;
        margin: 25px 0 !important;
        padding-left: 35px !important;
    }
    
    .show_product_unite_1 .content .conts li,
    .show_product_unite_1 .content .contblock li {
        margin-bottom: 20px !important;
        font-size: 26px !important;
        line-height: 2.1 !important;
    }
    
    .show_product_unite_1 .content .conts strong,
    .show_product_unite_1 .content .conts b,
    .show_product_unite_1 .content .contblock strong,
    .show_product_unite_1 .content .contblock b {
        font-size: 28px !important;
        font-weight: bold !important;
    }
    
    .show_product_unite_1 .content .conts span,
    .show_product_unite_1 .content .conts div,
    .show_product_unite_1 .content .contblock span,
    .show_product_unite_1 .content .contblock div {
        font-size: 26px !important;
        line-height: 2.1 !important;
    }
    
    .show_product_unite_1 .right_text h3 {
        font-size: 42px !important;
        margin-bottom: 20px !important;
    }
    
    .show_product_unite_1 .right_text .icon_box {
        margin-bottom: 30px !important;
    }
    
    .show_product_unite_1 .right_text .icon_box .assess i,
    .show_product_unite_1 .right_text .icon_box .like i {
        font-size: 28px !important;
    }
    
    .show_product_unite_1 .right_text .icon_box .like span {
        font-size: 24px !important;
    }
    
    .show_product_unite_1 .right_text p {
        font-size: 24px !important;
        line-height: 1.8 !important;
        margin-bottom: 12px !important;
    }
    
    .show_product_unite_1 .right_text .show_btn {
        margin-top: 30px !important;
    }
    
    .show_product_unite_1 .right_text .show_btn a {
        font-size: 24px !important;
        padding: 18px 45px !important;
    }
    
    .show_product_unite_1 .nav {
        margin: 60px 0 !important;
    }
    
    .show_product_unite_1 .nav .nav_i {
        padding: 8px 35px !important;
    }
    
    .show_product_unite_1 .nav .nav_i span {
        font-size: 22px !important;
    }
    
    .show_product_unite_1 .related_title {
        margin: 90px 0 !important;
    }
    
    .show_product_unite_1 .related_title h4 {
        font-size: 40px !important;
        padding-bottom: 30px !important;
    }
    
    /* 关于我们列表页 */
    .list_about .unite {
        padding: 160px 0;
    }
    
    .list_about .unite .list_about_main li {
        margin-bottom: 80px;
    }
    
    .list_about .unite .list_about_main li .right {
        padding: 35px;
    }
    
    .list_about .unite .list_about_main li .right h2 {
        font-size: 56px;
        letter-spacing: 3px;
        margin-bottom: 35px;
    }
    
    .list_about .unite .list_about_main li .right p {
        font-size: 22px;
        line-height: 2;
        letter-spacing: 0.5px;
    }
    
    /* 联系页面 */
    .list_contact .con_title {
        font-size: 36px;
        margin-bottom: 50px;
    }
    
    .list_contact .unite {
        padding: 180px 0;
    }
    
    .list_contact .unite .contact_form .in_group {
        margin-bottom: 35px;
    }
    
    .list_contact .unite .contact_form .in_group label {
        font-size: 26px;
        margin-bottom: 18px;
    }
    
    .list_contact .unite .contact_form .in_group input,
    .list_contact .unite .contact_form .in_group textarea {
        padding: 28px;
        font-size: 22px;
    }
    
    .list_contact .unite .contact_form .in_group textarea {
        height: 240px;
    }
    
    .list_contact .unite .contact_form .xin_in_group label {
        font-size: 26px;
        margin-bottom: 15px;
    }
    
    .list_contact .unite .contact_form .xin_in_group .code-input-wrapper input {
        font-size: 22px !important;
        padding: 28px !important;
        height: 84px !important;
        line-height: 84px !important;
        box-sizing: border-box !important;
    }
    
    .list_contact .unite .contact_form .xin_in_group .code-input-wrapper img {
        height: 84px !important;
        object-fit: contain !important;
    }
    
    .list_contact .unite .contact_form .content_btn {
        font-size: 22px;
        padding: 18px 0;
    }
    
    .list_contact .unite .contact_way li span {
        font-size: 24px;
        padding-bottom: 12px;
    }
    
    .list_contact .unite .contact_way li p {
        font-size: 20px;
        margin: 18px 0;
    }
    
    /* 分页组件 */
    .pages {
        padding: 40px 0 !important;
    }
    
    .pages a,
    .pages span {
        padding: 0 25px !important;
        margin: 0 6px !important;
        line-height: 48px !important;
        font-size: 20px !important;
    }
    
    /* 相关推荐 */
    .related_unite_1 {
        width: 1800px;
        max-width: 70%;
    }
    
    .related_unite_1 .articleRelated {
        padding-left: 70px;
    }
    
    .related_unite_1 .articleRelated::after {
        width: 45px;
    }
    
    .related_unite_1 .articleRelated p {
        font-size: 34px;
    }
    
    .related_unite_1 .articleRelated p span {
        font-size: 34px;
    }
    
    .related_unite_1 .related .related_title {
        padding: 18px 25px;
    }
    
    .related_unite_1 .related .related_title a {
        font-size: 24px;
    }
}

/* 4K屏幕适配 (3840px及以上) */
@media only screen and (min-width: 3840px) {
    /* 基础文字调整 */
    body {
        font-size: 24px;
        line-height: 2;
    }
    
    /* 通用文字元素 */
    a, li, p, span {
        font-size: 24px !important;
    }
    
    /* 图片放大模态框 */
    .image-modal img {
        max-width: 90%;
        max-height: 90%;
        min-width: 900px;
        min-height: 1314px;
        width: auto;
        height: auto;
    }
    
    /* 面包屑导航 */
    .bread_whole .bread_unite {
        width: 2400px !important;
        max-width: 62.5% !important;
        padding: 30px 0 !important;
    }
    
    .bread_whole .bread_unite .container-fluid {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    
    .bread_whole .bread_unite .bread_box {
        border-radius: 10px !important;
        padding: 0 !important;
    }
    
    .bread_whole .bread_unite .bread_box .bread {
        padding: 30px 40px !important;
    }
    
    .bread_whole .bread_unite .bread_box .bread .add {
        margin-right: 10px !important;
    }
    
    .bread_whole .bread_unite .bread_box .bread .add i {
        font-size: 20px !important;
        margin-right: 10px !important;
    }
    
    .bread_whole .bread_unite .bread_box .bread .add span {
        font-size: 24px !important;
        line-height: 2 !important;
        letter-spacing: 0.8px !important;
    }
    
    .bread_whole .bread_unite .bread_box .bread .sub_menu {
        margin-left: 20px !important;
    }
    
    .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb {
        padding-left: 20px !important;
    }
    
    .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li {
        margin-right: 8px !important;
    }
    
    .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li::after {
        content: '>' !important;
        margin: 0 10px !important;
        font-size: 22px !important;
        color: #666 !important;
    }
    
    .bread_whole .bread_unite .bread_box .bread .sub_menu .breadcrumb li a {
        font-size: 24px !important;
        line-height: 2 !important;
        letter-spacing: 0.8px !important;
    }
    
    /* 列表横幅 */
    .list_banner .banenr_title {
        width: 2400px;
        max-width: 62.5%;
    }
    
    .list_banner .banenr_title .text {
        font-size: 88px;
        left: 480px;
        letter-spacing: 4px;
        line-height: 1.3;
    }
    
    .list_banner .banenr_title .diamond {
        width: 900px;
    }
    
    /* 列表页面 */
    .list_news .unite,
    .list_products .unite,
    .list_case .unite,
    .list_about .unite {
        width: 2400px;
        max-width: 62.5%;
        padding: 180px 0;
    }
    
    .list_news .unite .title p,
    .list_products .unite .title p,
    .list_case .unite .title p {
        font-size: 72px;
        letter-spacing: 4px;
        line-height: 1.4;
    }
    
    .list_news .unite .news_list {
        margin-bottom: 55px;
    }
    
    .list_news .unite .news_list a {
        padding: 40px;
    }
    
    .list_news .unite .news_list a span {
        font-size: 36px;
        letter-spacing: 1.5px;
        line-height: 1.7;
        margin-bottom: 18px;
    }
    
    .list_news .unite .news_list a i {
        font-size: 22px;
    }
    
    .list_news .unite .news_list a p {
        font-size: 26px;
        line-height: 2;
        letter-spacing: 0.8px;
        margin-top: 18px;
    }
    
    .list_news .unite .news_list a .news_ico {
        font-size: 40px;
    }
    
    .list_news .unite .btn_box a {
        padding: 14px 45px;
        font-size: 24px;
        letter-spacing: 1px;
        margin-top: 45px;
    }
    
    /* 内容详情页 */
    .content_detail .unite {
        width: 2400px;
        max-width: 62.5%;
        padding: 120px 0;
    }
    
    .content_detail .unite .detail_title {
        font-size: 72px;
        letter-spacing: 4px;
        line-height: 1.4;
        margin-bottom: 70px;
    }
    
    .content_detail .unite .detail_content {
        font-size: 30px;
        line-height: 2.2;
        letter-spacing: 1px;
    }
    
    .content_detail .unite .detail_content p {
        margin-bottom: 35px;
        font-size: 30px;
        line-height: 2.2;
    }
    
    .content_detail .unite .detail_content h1,
    .content_detail .unite .detail_content h2,
    .content_detail .unite .detail_content h3 {
        font-size: 44px;
        line-height: 1.9;
        margin: 50px 0 35px 0;
        letter-spacing: 2.5px;
    }
    
    .content_detail .unite .detail_content h4,
    .content_detail .unite .detail_content h5,
    .content_detail .unite .detail_content h6 {
        font-size: 38px;
        line-height: 1.8;
        margin: 45px 0 30px 0;
        letter-spacing: 2px;
    }
    
    .content_detail .unite .detail_content ul,
    .content_detail .unite .detail_content ol {
        font-size: 30px;
        line-height: 2.2;
        margin: 30px 0;
        padding-left: 45px;
    }
    
    .content_detail .unite .detail_content li {
        margin-bottom: 25px;
        font-size: 30px;
        line-height: 2.2;
    }
    
    /* 产品列表页 */
    .list_product {
        padding: 200px 0;
    }
    
    .list_product .left_menu {
        padding: 40px;
    }
    
    .list_product .left_menu .product_title {
        padding-bottom: 40px;
    }
    
    .list_product .left_menu .product_title h3 {
        font-size: 52px;
        letter-spacing: 2px;
        line-height: 1.3;
    }
    
    .list_product .left_menu .first_ul .first_li a {
        line-height: 75px;
        font-size: 24px;
    }
    
    .list_product .pro_box a .text {
        padding: 30px;
        font-size: 24px;
    }
    
    /* 新闻详情页 */
    .show_news_1 {
        padding: 140px 0;
    }
    
    .show_news_1 .news_content .news_content_title {
        padding-bottom: 40px;
    }
    
    .show_news_1 .news_content .news_content_title h3 {
        font-size: 72px;
        letter-spacing: 4px;
        line-height: 1.4;
    }
    
    .show_news_1 .news_content .news_content_title .time {
        margin-top: 35px;
    }
    
    .show_news_1 .news_content .news_content_title .time .time_box {
        margin: 0 35px;
        font-size: 28px;
    }
    
    .show_news_1 .news_content .contact_article {
        padding-top: 70px !important;
        font-size: 32px !important;
        line-height: 2.2 !important;
        letter-spacing: 1px !important;
    }
    
    .show_news_1 .news_content .contact_article p {
        margin-bottom: 35px !important;
        font-size: 32px !important;
        line-height: 2.2 !important;
        letter-spacing: 1px !important;
    }
    
    .show_news_1 .news_content .contact_article h1,
    .show_news_1 .news_content .contact_article h2,
    .show_news_1 .news_content .contact_article h3 {
        font-size: 48px !important;
        line-height: 1.9 !important;
        margin: 50px 0 35px 0 !important;
        letter-spacing: 2.5px !important;
    }
    
    .show_news_1 .news_content .contact_article h4,
    .show_news_1 .news_content .contact_article h5,
    .show_news_1 .news_content .contact_article h6 {
        font-size: 40px !important;
        line-height: 1.8 !important;
        margin: 45px 0 30px 0 !important;
        letter-spacing: 2px !important;
    }
    
    .show_news_1 .news_content .contact_article ul,
    .show_news_1 .news_content .contact_article ol {
        font-size: 32px !important;
        line-height: 2.2 !important;
        margin: 30px 0 !important;
        padding-left: 45px !important;
    }
    
    .show_news_1 .news_content .contact_article li {
        margin-bottom: 25px !important;
        font-size: 32px !important;
        line-height: 2.2 !important;
    }
    
    .show_news_1 .news_content .contact_article strong,
    .show_news_1 .news_content .contact_article b {
        font-size: 34px !important;
        font-weight: bold !important;
    }
    
    .show_news_1 .news_content .contact_article span,
    .show_news_1 .news_content .contact_article div {
        font-size: 32px !important;
        line-height: 2.2 !important;
    }
    
    /* 产品详情页 */
    .show_product_unite_1 .content {
        padding: 100px !important;
    }
    
    .show_product_unite_1 .content .conts,
    .show_product_unite_1 .content .contblock {
        font-size: 32px !important;
        line-height: 2.2 !important;
        letter-spacing: 1px !important;
    }
    
    .show_product_unite_1 .content .conts p,
    .show_product_unite_1 .content .contblock p {
        margin-bottom: 35px !important;
        font-size: 32px !important;
        line-height: 2.2 !important;
        letter-spacing: 1px !important;
    }
    
    .show_product_unite_1 .content .conts h1,
    .show_product_unite_1 .content .conts h2,
    .show_product_unite_1 .content .conts h3,
    .show_product_unite_1 .content .contblock h1,
    .show_product_unite_1 .content .contblock h2,
    .show_product_unite_1 .content .contblock h3 {
        font-size: 48px !important;
        line-height: 1.9 !important;
        margin: 50px 0 35px 0 !important;
        letter-spacing: 2.5px !important;
    }
    
    .show_product_unite_1 .content .conts h4,
    .show_product_unite_1 .content .conts h5,
    .show_product_unite_1 .content .conts h6,
    .show_product_unite_1 .content .contblock h4,
    .show_product_unite_1 .content .contblock h5,
    .show_product_unite_1 .content .contblock h6 {
        font-size: 40px !important;
        line-height: 1.8 !important;
        margin: 45px 0 30px 0 !important;
        letter-spacing: 2px !important;
    }
    
    .show_product_unite_1 .content .conts ul,
    .show_product_unite_1 .content .conts ol,
    .show_product_unite_1 .content .contblock ul,
    .show_product_unite_1 .content .contblock ol {
        font-size: 32px !important;
        line-height: 2.2 !important;
        margin: 30px 0 !important;
        padding-left: 45px !important;
    }
    
    .show_product_unite_1 .content .conts li,
    .show_product_unite_1 .content .contblock li {
        margin-bottom: 25px !important;
        font-size: 32px !important;
        line-height: 2.2 !important;
    }
    
    .show_product_unite_1 .content .conts strong,
    .show_product_unite_1 .content .conts b,
    .show_product_unite_1 .content .contblock strong,
    .show_product_unite_1 .content .contblock b {
        font-size: 34px !important;
        font-weight: bold !important;
    }
    
    .show_product_unite_1 .content .conts span,
    .show_product_unite_1 .content .conts div,
    .show_product_unite_1 .content .contblock span,
    .show_product_unite_1 .content .contblock div {
        font-size: 32px !important;
        line-height: 2.2 !important;
    }
    
    .show_product_unite_1 .right_text h3 {
        font-size: 52px !important;
        margin-bottom: 25px !important;
    }
    
    .show_product_unite_1 .right_text .icon_box {
        margin-bottom: 35px !important;
    }
    
    .show_product_unite_1 .right_text .icon_box .assess i,
    .show_product_unite_1 .right_text .icon_box .like i {
        font-size: 34px !important;
    }
    
    .show_product_unite_1 .right_text .icon_box .like span {
        font-size: 28px !important;
    }
    
    .show_product_unite_1 .right_text p {
        font-size: 28px !important;
        line-height: 1.9 !important;
        margin-bottom: 15px !important;
    }
    
    .show_product_unite_1 .right_text .show_btn {
        margin-top: 35px !important;
    }
    
    .show_product_unite_1 .right_text .show_btn a {
        font-size: 28px !important;
        padding: 22px 55px !important;
    }
    
    .show_product_unite_1 .nav {
        margin: 70px 0 !important;
    }
    
    .show_product_unite_1 .nav .nav_i {
        padding: 10px 40px !important;
    }
    
    .show_product_unite_1 .nav .nav_i span {
        font-size: 26px !important;
    }
    
    .show_product_unite_1 .related_title {
        margin: 110px 0 !important;
    }
    
    .show_product_unite_1 .related_title h4 {
        font-size: 48px !important;
        padding-bottom: 35px !important;
    }
    
    /* 关于我们列表页 */
    .list_about .unite {
        padding: 200px 0;
    }
    
    .list_about .unite .list_about_main li {
        margin-bottom: 100px;
    }
    
    .list_about .unite .list_about_main li .right {
        padding: 45px;
    }
    
    .list_about .unite .list_about_main li .right h2 {
        font-size: 64px;
        letter-spacing: 4px;
        margin-bottom: 45px;
    }
    
    .list_about .unite .list_about_main li .right p {
        font-size: 26px;
        line-height: 2.1;
        letter-spacing: 0.8px;
    }
    
    /* 联系页面 */
    .list_contact .con_title {
        font-size: 44px;
        margin-bottom: 60px;
    }
    
    .list_contact .unite {
        padding: 240px 0;
    }
    
    .list_contact .unite .contact_form .in_group {
        margin-bottom: 45px;
    }
    
    .list_contact .unite .contact_form .in_group label {
        font-size: 34px;
        margin-bottom: 22px;
    }
    
    .list_contact .unite .contact_form .in_group input,
    .list_contact .unite .contact_form .in_group textarea {
        padding: 38px;
        font-size: 30px;
    }
    
    .list_contact .unite .contact_form .in_group textarea {
        height: 320px;
    }
    
    .list_contact .unite .contact_form .xin_in_group label {
        font-size: 34px;
        margin-bottom: 20px;
    }
    
    .list_contact .unite .contact_form .xin_in_group .code-input-wrapper input {
        font-size: 30px !important;
        padding: 38px !important;
        height: 114px !important;
        line-height: 114px !important;
        box-sizing: border-box !important;
    }
    
    .list_contact .unite .contact_form .xin_in_group .code-input-wrapper img {
        max-width: 180px !important;
        height: 114px !important;
        object-fit: contain !important;
    }
    
    .list_contact .unite .contact_form .content_btn {
        font-size: 30px;
        padding: 24px 0;
    }
    
    .list_contact .unite .contact_way li span {
        font-size: 32px;
        padding-bottom: 15px;
    }
    
    .list_contact .unite .contact_way li p {
        font-size: 28px;
        margin: 22px 0;
    }
    
    /* 分页组件 */
    .pages {
        padding: 50px 0 !important;
    }
    
    .pages a,
    .pages span {
        padding: 0 30px !important;
        margin: 0 8px !important;
        line-height: 56px !important;
        font-size: 24px !important;
    }
    
    /* 相关推荐 */
    .related_unite_1 {
        width: 2400px;
        max-width: 62.5%;
    }
    
    .related_unite_1 .articleRelated {
        padding-left: 90px;
    }
    
    .related_unite_1 .articleRelated::after {
        width: 55px;
    }
    
    .related_unite_1 .articleRelated p {
        font-size: 40px;
    }
    
    .related_unite_1 .articleRelated p span {
        font-size: 40px;
    }
    
    .related_unite_1 .related .related_title {
        padding: 22px 30px;
    }
    
    .related_unite_1 .related .related_title a {
        font-size: 30px;
    }
}
