/*滚动条样式*/
::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background: 0 0;
  cursor: pointer;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ccc;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-track:active,
::-webkit-scrollbar-track:hover {
  background: 0 0;
}
::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover {
  border-radius: 6px;
  background-color: #979797;
  cursor: pointer;
}
::-webkit-scrollbar-track {
}

/*以下为兼容手机*/
input,
textarea,
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input:focus,
textarea:focus,
select:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}

input::-ms-clear,
textarea::-ms-clear,
select::-ms-clear {
  display: none;
}

/* 公共样式 */
* {
  padding: 0;
  margin: 0;
  list-style: none;
}

html,
body {
  overflow-x: hidden;
}
@media screen and (max-width: 1340px) {
  body,
  #header {
    /* min-width: 1280px; */
  }

  html {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }

  body,
  #header {
    min-width: 100%;
  }
}

body {
  font-size: 14px;
  line-height: 1.6;
}

body,
a {
  color: #333;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input:focus,
select:focus {
  border-color: none;
  outline: 0;
}

textarea {
  resize: none;
}

input:focus {
  border-color: none !important;
  outline: 0 !important;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

/*轮播图*/
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.et-cloud-app-view-header .et-cloud-toggle {
  display: none !important;
}

/*分页样式开始*/
#paging {
  margin: 35px 0 0 0;
  clear: both;
  height: auto;
  overflow: hidden;
  color: #333;
  line-height: 23px;
  text-align: right;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: center;
}

#paging select {
  display: inline-block;
  width: 60px;
  height: 32px;
  border: 1px solid rgba(51, 51, 51, 1);
  background: url(../images/arrow_down.svg) no-repeat 95% center #fff;
  font-size: 14px;
  padding-left: 5px;
  background-size: 20px;
  cursor: pointer;
  border-radius: 0;
  margin-right: 16px;
}

#paging a.prve,
#paging a.next {
  width: 32px;
  height: 32px;
  border: 1px solid #333;
  color: #333;
  font-family: Arial;
  font-size: 18px;
  text-indent: -999em;
}

#paging a.prve {
  background: url(../images/arrow_left.svg) no-repeat center center;
  margin-left: 0px;
}

#paging a.next {
  background: url(../images/arrow_right.svg) no-repeat center center;
  margin-right: 0;
}

#paging a.noallowed {
  cursor: not-allowed;
  border: 1px solid rgba(204, 204, 204, 1);
  color: #ccc;
}

#paging a.prve.noallowed {
  background: url(../images/prvebtn.png) no-repeat center center;
}

#paging a.next.noallowed {
  background: url(../images/nextbtn.png) no-repeat center center;
}

#paging span,
#paging a {
  font-size: 14px;
  color: #333333;
  padding: 4px 3px;
  text-decoration: none;
  margin: 0px 8px;
  display: inline-block;
  text-align: center;
}

#paging a:hover,
#paging a.current {
  color: #c7000b;
}

#paging .jump {
  display: inline-block;
  width: 100px;
  height: 32px;
  margin-left: 16px;
}

#paging input {
  border: #333 1px solid;
  float: left;
  display: block;
  background: #fff;
  width: 50px;
  line-height: 30px;
  color: #333;
  text-align: center;
  font-size: 14px;
}

#paging .pageingtz {
  border: #333 1px solid;
  float: left;
  display: block;
  background: #333333;
  width: 50px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

#paging .pages {
  display: none;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  color: #333333;
}

#paging .pageys {
  margin: 0;
}

@media (max-width: 767px) {
  #paging {
    text-align: center;
    margin-top: 24px;
    line-height: 17px;
    justify-content: center;
  }

  #paging select,
  #paging .jump,
  #paging .pageys {
    display: none;
  }

  #paging .pages {
    display: inline-block;
    margin: 0 32px;
  }

  #paging a.prve,
  #paging a.next {
    text-indent: 0;
    font-size: 12px;
    color: #333333;
    width: auto;
    height: auto;
    border: none;
  }

  #paging a.prve {
    background: url(../images/arrow_left.svg) no-repeat left center;
    background-size: 12px;
    padding-left: 15px;
  }

  #paging a.next {
    background: url(../images/arrow_right.svg) no-repeat right center;
    background-size: 12px;
    padding-right: 15px;
  }

  #paging a.prve.noallowed,
  #paging a.next.noallowed {
    color: #cccccc;
  }

  #paging a.prve.noallowed {
    background: url(../images/prvebtn.png) no-repeat left center;
    background-size: 12px;
    padding-left: 15px;
  }

  #paging a.next.noallowed {
    background: url(../images/nextbtn.png) no-repeat right center;
    background-size: 12px;
    padding-right: 15px;
  }
}

/*搜索查询不到内容样式*/
.search_none {
  padding: 100px 0;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .search_none {
    padding: 60px 0;
    font-size: 14px;
  }
}

/*
分享
*/
.shear {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shear span {
  margin-right: 4px;
  color: #999999;
  font-size: 14px;
}

.shear a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.shear .share_btn .iconfont {
  font-size: 16px;
  color: #999999;
}

/*
弹出二维码
*/
.pop_qrcode {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  z-index: 100;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  visibility: hidden;
  opacity: 0;
}

.pop_qrcode.show_box {
  visibility: visible;
  opacity: 1;
}

.pop_qrcode .pop_content {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}

/*联系我们 代表处*/
.contact-dbc {
  border: 0 !important;
  padding: 35px 0;
  background: #ffffff;
  box-shadow: 0px 12px 32px 0px rgba(190, 196, 204, 0.2);
  border-radius: 2px;
}

.contact-dbc .et_pb_tabs_controls {
  background: none !important;
  display: flex !important;
  justify-content: center;
  border-bottom: 1px solid #dfe1e8 !important;
  margin-bottom: 24px !important;
}

.contact-dbc .et_pb_tabs_controls li {
  border: 0 !important;
  height: 48px !important;
  line-height: 48px !important;
  position: relative;
  margin: 0 20px !important;
  margin-bottom: -1px !important;
}

.contact-dbc .et_pb_tabs_controls li.et_pb_tab_active::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #f70000;
}

.contact-dbc .et_pb_tabs_controls li a {
  padding: 0px !important;
  font-size: 16px !important;
  color: #333333 !important;
  font-weight: 500 !important;
}

.contact-dbc ul.et_pb_tabs_controls:after {
  display: none !important;
}

.contact-dbc .et_pb_tab_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-right: 130px;
}

.contact-dbc .et_pb_tab_content .list_box {
  margin-bottom: 40px;
}

.contact-dbc .list_box .box_name {
  font-size: 16px;
  width: 200px;
  text-align: right;
  margin-right: 120px;
}

.contact-dbc .list_box .box_content {
  width: 510px;
  color: #999999;
  font-size: 16px;
}

.contact-dbc .list_box .box_content li {
  padding-left: 32px;
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 16px;
  margin-bottom: 4px;
}

.contact-dbc .box_content .dizhi {
  background-image: url(../images/icon1.svg);
}

.contact-dbc .box_content .youbian {
  background-image: url(../images/icon2.svg);
}

/*
解决方案聚合页  轮播图
*/
.custom_banner_slide .banner-slide .item-1 .slide_text {
  top: 35%;
}

.custom_banner_slide .banner-slide .item-2 .slide_text {
  top: 48%;
}

.custom_banner_slide .banner-slide .item-2 .slide_text {
  color: #333;
  text-align: center;
}

.custom_banner_slide .banner-slide .item-2 .title {
  font-size: 48px;
}

.custom_banner_slide .banner-slide .item-2 .sub-title {
  font-size: 60px;
  margin-bottom: 34px;
}

.custom_banner_slide .banner-slide .item-2 .icon-and-text {
  margin-bottom: 40px;
}

@media (max-width: 980px) {
  .custom_banner_slide .banner-slide .item-2 .title {
    font-size: 28px;
  }

  .custom_banner_slide .banner-slide .item-2 .sub-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .custom_banner_slide .banner-slide .item-2 .title {
    font-size: 16px;
  }

  .custom_banner_slide .banner-slide .item-2 .sub-title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .custom_banner_slide .banner-slide .item-2 .icon-and-text {
    margin-bottom: 16px;
  }

  .custom_banner_slide .banner-slide .item-2 .icon-and-text img {
    width: 18px;
    margin: 0 2px;
  }

  .custom_banner_slide .banner-slide .item-2 .slide_text {
    top: 60%;
  }
}

/*
解决方案聚合页 导航列表
*/
.link-list-nav .list-item {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -webkit-box-orient: vertical;
}

.link-list-nav .list-item .et_pb_blurb_container {
  text-align: center !important;
}

.link-list-nav .list-item .et_pb_module_header {
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.link-list-nav .list-item .et_pb_module_header::after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  left: 25%;
  height: 2px;
  bottom: 0;
  background: #f70000;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.link-list-nav .active .et_pb_module_header::after,
.link-list-nav .list-item:hover .et_pb_module_header::after {
  opacity: 1;
  left: 0;
  width: 100%;
}

.link-list-nav .active .et_pb_module_header,
.link-list-nav .list-item:hover .et_pb_module_header {
  color: #f70000;
}

.img_and_link_row.et_pb_sticky .link-list-nav .et_pb_main_blurb_image {
  display: none !important;
}

.img_and_link_row.et_pb_sticky,
.img_and_link_row.et_pb_sticky .et_pb_row {
  padding-top: 0 !important;
}

.img_and_link_row.et_pb_sticky .link-list-nav .list-item .et_pb_module_header {
  padding-bottom: 0px;
  height: 48px;
  line-height: 48px;
  font-size: 16px !important;
}

.et-db #et-boc .img_and_link_row.et_pb_sticky .link-list-nav .list-item {
  width: auto !important;
  margin: 0 20px !important;
  flex-shrink: 0;
}

.img_and_link_row.et_pb_sticky {
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 6%);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 6%);
}

.img_and_link_row.et_pb_sticky {
  margin-top: -20px !important;
}

@media screen and (max-width: 1200px) {
  body.et-db #et-boc .img_and_link_row .link-list-nav .list-item {
    margin: 0 40px !important;
  }
}

@media screen and (max-width: 980px) {
  body.et-db #et-boc .img_and_link_row .link-list-nav .list-item,
  .et-db #et-boc .img_and_link_row.et_pb_sticky .link-list-nav .list-item {
    margin: 0 !important;
    margin-right: 24px !important;
  }

  body.et-db #et-boc .img_and_link_row .link-list-nav .list-item:last-child,
  .et-db #et-boc .img_and_link_row.et_pb_sticky .link-list-nav .list-item:last-child {
    margin-right: 0 !important;
  }

  body.et-db #et-boc .img_and_link_row .link-list-nav .list-item .et_pb_main_blurb_image {
    width: 32px;
    margin-bottom: 4px;
  }

  .link-list-nav .list-item .et_pb_module_header {
    font-size: 14px !important;
    padding-bottom: 8px;
  }

  .img_and_link_row.et_pb_sticky .link-list-nav .list-item .et_pb_module_header {
    font-size: 14px !important;
    height: 40px;
    line-height: 40px;
  }
}

/*解决方案聚合页  板块标题*/
.layout-title {
  font-weight: 400 !important;
  font-size: 54px !important;
}
.custom_mobile_btn .button_module {
  font-size: 16px !important;
}
@media screen and (max-width: 980px) {
  .layout-title {
    font-size: 34px !important;
  }

  .mobile_img_100,
  .mobile_img_100 * {
    width: 100% !important;
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .layout-title {
    font-size: 20px !important;
  }

  .custom_mobile_btn .button_module {
    height: auto;
    padding: 0 !important;
    padding-right: 16px !important;
    min-width: auto;
    border: 0;
    font-size: 12px !important;
  }

  .custom_mobile_btn {
    text-align: center;
  }

  .custom_mobile_btn .button_box {
    display: inline-block;
    position: relative;
    padding-right: 3px;
  }

  .custom_mobile_btn .button_box::before {
    font-size: 20px;
    content: '5';
    font-family: ETmodules !important;
    font-weight: 400 !important;
    color: #e02b20;
    right: 0;
    top: 0;
    position: absolute;
    line-height: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .layout_two_btn .button_box::before {
    color: #fff;
  }

  body.et-db #et-boc .et-l .custom_mobile_btn .button_module:hover {
    background: none !important;
    color: #333 !important;
    border: 0 !important;
  }

  .sub_link_list li {
    font-size: 12px;
  }
}

/*
自定义链接
*/
.sub_link_list {
  flex-wrap: wrap;
  margin: 0 -22px;
}

.sub_link_list li {
  display: flex;
  align-items: center;
  margin: 0 22px;
  max-width: 60%;
  margin-bottom: 16px;
  font-size: 16px;
}

.sub_link_list li span {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding: 0 8px;
  margin-left: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  font-size: 12px;
}

.sub_link_list li a:hover {
  color: #f70000 !important;
}

.sub_link_list li .hot {
  background: #f70000;
}

.sub_link_list li .new {
  background: #5184ea;
}

@media screen and (max-width: 980px) {
  .et_pb_text_align_center-tablet .sub_link_list {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .sub_link_list {
    margin: 0 -12px;
  }

  .sub_link_list li {
    margin: 0 12px;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .sub_link_list li span {
    font-size: 12px;
  }
}

/*白色字体*/
.text_white {
  color: #fff;
}

/*
图片组件 宽度不限制
*/
.img_width_auto img {
  max-width: none !important;
  width: auto;
}

/*
解决方案聚合页 多媒体
*/
.white-list-bg .list_box li a {
  background: #fff;
}

.white-list-bg .list_box li .media_text {
  padding: 24px 24px 48px;
}

.white-list-bg .list_box li a {
  min-height: 100%;
  padding-bottom: 40px;
}

.white-list-bg .list_box li a:hover .medialitit {
  color: #f70000;
}

.white-list-bg .list_box li a:hover .media_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.white-list-bg .list_box li a:hover .list_more_btn .btn {
  border: 1px solid #f70000;
  background: #f70000;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .white-list-bg .list_box li {
    width: 33.33%;
  }
}

@media screen and (max-width: 768px) {
  .white-list-bg .list_box li {
    width: 100%;
  }

  .white-list-bg .list_box li .media_img img {
    height: auto;
  }

  .white-list-bg .list_box li .media_text {
    padding: 16px 8px 24px;
  }

  #module-list-box .list_box .list_more_btn {
    display: none;
  }

  .white-list-bg .list_box li a {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .white-list-bg .list_box li {
    margin-bottom: 16px;
  }

  .white-list-bg .list_box li:last-child {
    margin-bottom: 0;
  }

  .white-list-bg li .media_text .medialitit {
    font-size: 14px;
    font-weight: 700;
  }

  .white-list-bg li .media_text.havenop .media_text_desc {
    display: block !important;
  }

  .white-list-bg .medialist li a {
    display: block;
    border-bottom: 0;
    -webkit-box-shadow: 0 8px 16px 0 rgb(190 196 204 / 20%);
    box-shadow: 0 8px 16px 0 rgb(190 196 204 / 20%);
  }

  .white-list-bg .medialist li .media_img {
    width: 100%;
  }

  .white-list-bg .medialist li .media_text .media_text_desc p {
    -webkit-line-clamp: 5;
  }
}

/*
解决方案聚合页和详情页  查看更多按钮
*/
body #et-boc .et-l .et_pb_button_module_wrapper .custom-more-btn.et_pb_button {
  padding-right: 16px !important;
  padding-left: 0 !important;
  position: relative;
}

body #et-boc .et-l .et_pb_button_module_wrapper .custom-more-btn.et_pb_button:after {
  font-size: 20px !important;
  margin-left: 0;
  position: absolute;
  right: 0px;
}

body #et-boc .et-l .et_pb_button_module_wrapper .custom-more-btn:hover::after {
  right: -4px;
}

@media screen and (max-width: 980px) {
  body #et-boc .et-l .et_pb_button_module_wrapper .custom-more-btn.et_pb_button:after {
    font-size: 18px !important;
  }
}

/*
解决方案聚合页 成功案例slide
*/
.case-slide .item_box {
  position: relative;
  overflow: hidden;
  display: block;
}

.case-slide .item_box .item_img {
  position: relative;
  z-index: 1;
}

.case-slide .item_box .img_box img {
  width: 100%;
  display: block;
  min-height: 480px;
  object-fit: cover;
}

.case-slide .item_box .text_box {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 22px 24px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  color: #fff;
  transform: translateY(83.3%);
  -webkit-transform: translateY(83.3%);
  -moz-transform: translateY(83.3%);
  -ms-transform: translateY(83.3%);
  -o-transform: translateY(83.3%);
}
.about_newslist .item_box .text_box {
  transform: translateY(79%);
  -webkit-transform: translateY(79%);
  -moz-transform: translateY(79%);
  -ms-transform: translateY(79%);
  -o-transform: translateY(79%);
}

.case-slide .item_box:hover .text_box,
.case-slide .open_box .item_box .text_box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  padding-top: 80px;
  overflow: unset;
}

.case-slide .item_box .title {
  display: block;
  width: 100%;
  height: 36px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 22px;
}
.case-slide .item_box:hover .title,
.case-slide .open_box .item_box .title {
  height: auto;
  margin-bottom: 16px;
  white-space: normal;
  text-overflow: clip;
}
.about_newslist .item_box .title {
  margin-bottom: 8px;
}

.case-slide .item_box .summary_box {
  margin-bottom: 40px;
  white-space: normal;
}

@media screen and (max-width: 980px) {
  .case-slide .slide_swiper {
    min-width: 853px;
    overflow: visible !important;
  }

  .case-slide .item_box {
    margin-right: 4px;
  }

  .case-slide .item_box .text_box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    overflow: unset;
    padding: 24px 12px 0 !important;
  }

  .case-slide .item_box .title {
    height: auto;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px !important;
    white-space: normal;
    text-overflow: clip;
  }

  .case-slide .item_box .img_box img {
    min-height: 380px;
  }

  .case-slide .item_box .summary_box {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .case-slide .item_box .title {
    font-size: 14px;
    margin-bottom: 4px !important;
  }

  .case-slide .item_box .img_box img {
    min-height: 340px;
  }

  .case-slide .item_box .summary_box {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .case-slide .list_more_btn .btn {
    min-width: 72px;
    height: 24px;
    font-size: 12px;
  }
}

/*
解决方案聚合页 最新动态 扩展的成功案例样式
*/

.case_style_news .slide_item.open_box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.case_style_news .item_box:hover .title,
.case_style_news .open_box .item_box .title {
  margin-bottom: 8px;
}

.case_style_news .item_box .date_box {
  margin-bottom: 16px;
}

.case_style_news .slide_item {
  flex-shrink: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: auto !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
}

.case_style_news .swiper-wrapper {
  flex-wrap: nowrap !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 980px) {
  .case_style_news .item_box .text_box {
    position: relative;
    background: #fff;
    color: #333;
    height: auto;
    padding-top: 16px !important;
  }

  .case_style_news .item_box .title {
    color: #333;
    height: 60px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 8px !important;
  }

  .case_style_news {
    margin: 0 -2px !important;
  }

  .case_style_news .slide_item .item_box {
    margin: 0 2px !important;
    background: #fff;
  }

  .case_style_news .item_box {
    -webkit-box-shadow: 0 0 16px 0 rgb(190 196 204 / 20%);
    box-shadow: 0 0 16px 0 rgb(190 196 204 / 20%);
    margin-bottom: 16px;
    padding-bottom: 24px;
  }

  .case_style_news .item_box .img_box img {
    min-height: 160px;
  }
  /*客户让改：最新动态使用到3:2尺寸时，移动端的摘要描述，可以设置2行或者3行的限制，目前4行有点多*/
  .case_style_news .item_box .summary_box {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .case_style_news .list_more_btn .btn {
    color: #333;
    border: 1px solid #333;
  }
}

@media screen and (max-width: 768px) {
  .case_style_news .item_box .title {
    margin-bottom: 4px !important;
    height: 44px !important;
    font-size: 14px;
  }

  .case_style_news .item_box .date_box {
    margin-bottom: 4px;
  }
}

/*
解决方案聚合页
单个多媒体
*/
.alone_media_post .et_pb_image {
  overflow: hidden;
}

.alone_media_post .et_pb_image img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.alone_media_post:hover .et_pb_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.alone_media_post:hover .title {
  color: #f70000;
}

.alone_media_post:hover .button_module {
  border: 1px solid #f70000;
  background: #f70000;
  color: #fff;
}

body.et-db #et-boc .colu_link_item:hover .et_pb_button {
  border: 1px solid #f70000;
  color: #f70000 !important;
}

.post_content li {
  list-style: inside;
}

.post_content ul,
.post_content p {
  margin-bottom: 16px;
}

/*
服务详情页
*/
.service_post_content h4 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
  font-weight: 700;
}

.service_post_content .table {
  max-width: 900px;
  height: auto;
  margin-bottom: 16px;
}

.service_post_content .ivu-table-wrapper-with-border {
  border: 1px solid #dcdee2;
  border-bottom: 0;
  border-right: 0;
  position: relative;
  overflow: visible;
  width: 900px;
}

.service_post_content .ivu-table {
  height: 100%;
  max-width: 100%;
  color: #515a6e;
  background-color: #fff;
  box-sizing: border-box;
}

.service_post_content .ivu-table-border:after,
.service_post_content .ivu-table:before {
  content: '';
  position: absolute;
  background-color: #dcdee2;
}

.service_post_content .ivu-table:before {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 4;
}

.service_post_content .ivu-table table {
  table-layout: fixed;
}

.service_post_content .ivu-table-header thead tr th {
  position: static;
  padding: 0;
  border-color: #dfe1e8;
}

.service_post_content .ivu-table th {
  background-color: #efefef;
  border-color: #dfe1e8;
  border-right: 1px solid #dfe1e8;
  border-bottom: 1px solid #dfe1e8;
  text-align: center;
  height: auto !important;
}

.service_post_content .ivu-table th .ivu-table-cell {
  color: #666;
  word-break: break-word;
  padding: 13px 10px;
  line-height: 1.5;
}

.service_post_content th .ivu-table-cell {
  display: inline-block;
  word-wrap: normal;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.service_post_content .ivu-table-header {
  overflow: visible;
}

.service_post_content .ivu-table-cell span {
  word-break: break-word;
}

.service_post_content table {
  border-collapse: collapse;
  border-spacing: 0;
}

.service_post_content .ivu-table-border td {
  border-right: 1px solid #dfe1e8;
}

#service_post_nav {
  padding-left: 36px;
}

#service_nav_slide {
  flex-wrap: wrap;
}

#service_nav_slide .swiper-slide {
  display: block;
}

#service_nav_slide .swiper-slide .title-nav-li {
  padding-left: 16px;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  line-height: 38px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: relative;
}

#service_nav_slide .swiper-slide .title-nav-li::after {
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  bottom: 14px;
  border-radius: 50%;
  background: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#service_nav_slide .active .title-nav-li::after,
#service_nav_slide .swiper-slide .title-nav-li:hover::after {
  background: #d81e2b;
}

#service_nav_slide .active .title-nav-li,
#service_nav_slide .swiper-slide .title-nav-li:hover {
  color: #c7000b;
}

@media screen and (max-width: 1300px) {
  .service_post_content .table {
    overflow-x: scroll;
  }

  .service_post_content .table::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  #service_post_nav {
    padding-left: 0;
  }

  .service_nav_slide_dom {
    margin: 0 -20px;
    width: 100vw !important;
    margin-bottom: 20px !important;
  }

  .service_nav_slide_dom .et_pb_module {
    padding: 0 20px !important;
  }

  .service_nav_slide_dom {
    margin-bottom: 0 !important;
    background: hsla(0, 0%, 98.4%, 0.85);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  #service_nav_slide {
    flex-wrap: nowrap;
  }

  #service_nav_slide .swiper-slide {
    padding-right: 16px;
  }

  #service_nav_slide .swiper-slide .title-nav-li {
    padding-left: 0;
    width: auto;
    line-height: 42px;
  }
  #service_nav_slide .swiper-slide .title-nav-li::after {
    height: 1px;
    width: 100%;
    bottom: 0;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  #service_nav_slide .swiper-slide .title-nav-li:hover::after {
    background: transparent;
  }

  #service_nav_slide .swiper-slide .title-nav-li:hover {
    color: #333;
  }

  #service_nav_slide .active .title-nav-li::after {
    background: #d81e2b;
  }

  #service_nav_slide .swiper-slide {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .service_nav_slide_dom {
    margin: 0 -16px !important;
  }
  .service_nav_slide_dom.et_pb_sticky #service_post_nav {
    padding-left: 16px;
  }
  .service_nav_slide_dom .et_pb_module {
    padding: 0 16px !important;
  }

  .service_nav_slide_dom.et_pb_sticky {
    top: 0px !important;
    left: 0 !important;
  }

  .service_post_content {
    font-size: 12px;
    line-height: 16px;
  }

  .service_post_content h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    margin-top: 16px;
  }

  .post_content ul,
  .post_content p {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 479px) {
  .service_nav_slide_dom .et_pb_module {
    padding: 0 !important;
  }
}

/*
搜索聚合页
*/
.down_list_box {
  display: none;
  padding: 24px;
  width: 100%;
  position: absolute;
  z-index: 5;
  background: #fff;
  box-shadow: 0 12px 32px 0 rgba(190, 196, 204, 0.2);
}

.down_list_box li {
  color: #333;
  line-height: 30px;
}

.search_page .down_list_box.open {
  display: block;
}

.search_page .down_list_box .box_item {
  margin-bottom: 16px;
}

.search_page .down_list_box .name {
  display: block;
  font-size: 14px;
  color: rgb(102, 102, 102);
  margin-bottom: 16px;
}

.search_page .down_list_box .item_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}

.search_page .down_list_box .item_list li {
  margin: 0 9px 9px 9px;
  height: 32px;
  line-height: 32px;
  background: rgb(239, 239, 239);
  padding: 0 16px;
  cursor: pointer;
}

.search_page .down_list_box .item_list li:hover {
  color: #f70000;
}

.hide_login_hint .s_hint {
  display: none !important;
}

.search_page .s_box #s_form {
  position: relative;
}

.search_page .s_box #s_form .clear_s_btn {
  position: absolute;
  right: 106px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: none;
}

.search_page .s_box #s_form.focus .clear_s_btn {
  display: block;
}

/*
资料中心
*/
.resource_page .s_banner .w {
  padding-top: 0;
}

.resource_page .current_location {
  margin-bottom: 50px;
}

.resource_page .banner_title {
  font-size: 40px;
  margin-bottom: 20px;
}

.resource_page .s_box {
  margin-bottom: 16px;
}

.resource_page .s_banner {
  padding-bottom: 48px;
  background-image: url('../images/resource/banner.jpg');
  background-size: cover;
}

.resource_page .s_box form {
  margin-top: 0;
}

.resource_page .other_link_box a {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding-right: 16px;
  margin-right: 20px;
}

.resource_page .other_link_box a::after {
  font-size: 20px !important;
  content: '5';
  position: absolute;
  top: 0;
  right: 0px;
  font-family: ETmodules !important;
  font-weight: 400 !important;
  color: #e02b20;
  transition: all 300ms ease 0ms;
  display: flex;
  align-items: center;
  height: 100%;
}

.resource_page .other_link_box a:hover {
  color: #000;
}

.resource_page .other_link_box a:hover::after {
  right: -4px;
}

.resource_page .s_content_box {
  padding-top: 48px;
  margin-bottom: 96px;
  padding-bottom: 0;
}

.resource_page .s_hint {
  margin-bottom: 9px;
}

.resource_page .post_item {
  align-items: center;
  height: 96px;
  position: relative;
  box-shadow: inset 0px -1px 0px 0px rgba(223, 225, 232, 1);
}

.resource_page .post_item .flie_type {
  width: 54px;
  height: 54px;
  background-position: center;
  margin: 0 18px;
}

.resource_page .post_item .item_left {
  margin-left: 4px;
  flex-direction: column;
  height: 100%;
  position: relative;
  justify-content: center;
  color: #666666;
}

.resource_page .post_item .item_left .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}

.resource_page .post_item .item_left .resource_info .info_item {
  margin-right: 24px;
}

.resource_page .post_item .item_right {
  margin-left: auto;
}

.resource_page .post_item .item_right a {
  color: #f70000;
  margin-right: 24px;
}

.resource_page .post_item .item_right .iconfont {
  margin-right: 4px;
}

.resource_page_list {
  margin-bottom: 48px;
}

.resource_page .list_orderby {
  background: #e5e8f0;
  height: 48px;
  align-items: center;
}

.resource_page .list_orderby .orderby_btn {
  margin: 0 16px;
  position: relative;
  padding-right: 24px;
  cursor: pointer;
}

.resource_page .list_orderby .orderby_btn::after {
  position: absolute;
  right: 0;
  top: 1px;
  width: 16px;
  height: 100%;
  content: '';
  background: url('../images/resource/order.svg') no-repeat center;
}

.resource_page .list_orderby .orderby_btn.asc::after {
  transform: rotate(180deg);
}

.filter_box {
  margin-bottom: 33px;
}

.filter_box .filter_item {
  padding: 15px 0;
  border-top: 1px solid #dfe1e8;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.filter_box .filter_item.default_hidden {
  display: none;
}

.filter_box .filter_item:nth-child(1) {
  border-top: 0;
}

.filter_box .filter_item .name {
  margin-right: 16px;
  min-width: 120px;
  font-size: 16px;
  font-weight: 500;
}

.filter_box .filter_item .filter_list {
  display: flex;
  margin: 0 -12px;
  position: relative;
}

.filter_box .filter_list .item {
  margin: 0 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.filter_box .filter_list .item a {
  padding: 0px 8px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  border: 1px solid #fff;
}

.filter_box .filter_list .item:hover,
.filter_box .filter_list .item:hover a,
.filter_box .filter_list .item.active,
.filter_box .filter_list .item.active a {
  color: #f70000;
}

.filter_box .filter_list .item.active a,
.filter_box .filter_list .item:hover a {
  border: 1px solid #f70000;
}

.filter_box .filter_item .item_box {
  width: 100%;
  display: block;
}

.filter_box .down_box .down_item {
  display: none;
}

.filter_box .down_box .down_item.open {
  display: block;
}

.filter_box .down_box .child_list .item a {
  position: relative;
  color: #666666;
  padding-left: 24px;
  display: inline-block;
  line-height: 1.2;
}

.filter_box .down_box .child_list .item a::after {
  position: absolute;
  left: 0;
  top: 0px;
  width: 16px;
  height: 16px;
  content: '';
  background: url('../images/resource/checkbox.svg') no-repeat center center;
  background-size: 100%;
}

/* .filter_box .down_box .child_list .active a{
    color: #F70000;
} */
.filter_box .down_box .child_list .active a::after {
  background: url('../images/resource/checkbox_active.svg') no-repeat center center;
}
.filter_box .down_box .radio_type .item a::after {
  border: #d4d4d4 1px solid;
  border-radius: 50%;
  background: #fff;
}
.filter_box .down_box .radio_type .active a::after {
  background: url('images/liuzi_radiochecked.png') center / cover no-repeat;
  border: none;
}

.filter_box .filter_item .down_box .child_list {
  margin: 0 -10px;
  display: flex;
  padding-top: 8px;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.filter_box .filter_item .down_box .item {
  margin: 0 10px;
  margin-bottom: 10px;
}

.filter_box .filter_list .item[filter-type='open_list'] {
  background: url('../images/resource/list_down.svg') right 6px no-repeat;
  padding-right: 18px;
  padding-left: 0;
  border: none !important;
}

.filter_box .filter_list .active[filter-type='open_list'] {
  background: url('../images/resource/open_list_down.svg') right 6px no-repeat;
}

.filter_box .active_filter {
  align-items: center;
}

.filter_box .active_filter .active_list {
  margin-right: 20px;
}

.filter_box .active_filter .active_list li {
  margin-right: 20px;
}

.filter_box .active_filter .active_list li a {
  border: 1px solid rgba(204, 204, 204, 1);
  border-radius: 1px;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  padding-right: 32px;
  position: relative;
  cursor: pointer;
}

.filter_box .active_filter .active_list li a::after {
  position: absolute;
  right: 8px;
  top: 0;
  width: 16px;
  height: 100%;
  content: '';
  background: url('../images/resource/delete.svg') center no-repeat;
}

.filter_box .active_filter .active_list li:last-child {
  margin-right: 0;
}

.filter_box .active_filter .clear_filter {
  color: #f70000;
}

.resource_page .w {
  padding: 0 40px;
  max-width: 1520px !important;
  margin: 0 auto;
}

.resource_page .s_content_box {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.s_box .s_submit {
  flex-shrink: 0;
}

.filter_box .list_orderby,
.filter_box .mb_btn_box {
  display: none;
}

@media screen and (max-width: 1024px) {
  .resource_page .banner_title {
    font-size: 32px;
  }

  .resource_page .current_location {
    margin-bottom: 35px;
  }

  .resource_page .s_content_box {
    padding-top: 32px;
    margin-bottom: 60px;
  }

  .resource_page_list {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 980px) {
  .resource_page .w {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .resource_page .post_item .item_left .title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .resource_page .post_item .flie_type {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .resource_page .w {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .resource_page .post_item .item_left .title {
    font-size: 14px;
  }

  .resource_page .current_location {
    display: none;
  }

  .resource_page .s_banner {
    padding-top: 40px;
  }

  .resource_page .banner_title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .s_box .s_submit {
    width: 76px !important;
  }

  .s_box .s_input,
  .s_box .s_submit {
    font-size: 14px !important;
  }

  .search_page .s_box #s_form .clear_s_btn {
    right: 86px;
  }

  .resource_page .post_item {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
    height: auto;
  }

  .resource_page .post_item .resource_info {
    width: 100%;
    margin-bottom: 4px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .resource_page .post_item .item_left {
    width: 100%;
    margin-left: 0;
  }

  .resource_page .post_item .item_right a {
    border: 1px solid rgba(247, 0, 0, 1);
    padding: 0 8px;
    height: 24px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
  }

  .resource_page .post_item .item_right a:last-child {
    margin-right: 0;
  }

  .resource_page .post_item .item_left .resource_info .info_item {
    margin-bottom: 4px;
    margin-right: 0;
    font-size: 12px;
  }

  .resource_page .post_item .item_left .resource_info .info_item:nth-child(3) {
    width: 100%;
  }

  .search_page .s_hint,
  .resource_page .list_orderby {
    display: none;
  }

  .resource_page .s_content_box {
    padding: 0;
    margin-bottom: 0px;
    padding-bottom: 40px;
    position: relative;
  }

  .resource_page .other_link_box a {
    font-size: 12px;
  }

  .resource_page .other_link_box a::after {
    font-size: 16px !important;
  }

  .resource_page .s_box {
    margin-bottom: 8px;
  }

  .filter_box {
    margin: 0 -16px;
    background: #fbfbfb;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    padding: 0 16px;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
  }

  .filter_box .category_box,
  .filter_box .filter_item .item_box,
  .filter_box .active_filter_box {
    display: none;
  }

  .filter_box .filter_item.default_hidden,
  .filter_box .list_orderby {
    display: flex;
  }

  .filter_box .filter_item .name,
  .filter_box .list_orderby .orderby_btn {
    margin-right: 0;
    font-size: 14px;
    height: 40px;
    align-items: center;
    display: flex;
    min-width: auto;
    padding-right: 14px;
    position: relative;
    word-break: keep-all;
    cursor: pointer;
  }

  .filter_box .list_orderby .orderby_btn {
    margin-left: 0;
  }

  .filter_box .list_orderby {
    background: none;
    height: auto;
  }

  .filter_box .list_orderby .orderby_btn::after {
    width: 14px;
    background-size: 14px !important;
    top: 0;
  }

  .filter_box .filter_item .name::after {
    position: absolute;
    right: 0;
    top: 0px;
    width: 14px;
    height: 100%;
    content: '';
    background: url('../images/resource/list_down.svg') no-repeat center;
    background-size: 8px !important;
  }

  .filter_box .filter_item.open_down .name::after {
    background: url('../images/resource/open_list_down.svg') no-repeat center;
  }

  .filter_box .filter_item {
    padding: 0;
    border: 0;
    margin-right: 8px;
  }

  .filter_box .filter_item.open_down .item_box {
    position: absolute;
    top: 40px;
    left: 0;
    display: block;
    width: 100%;
    background: #fff;
    z-index: 10;
    padding-bottom: 48px;
    margin-bottom: 0;
  }

  .filter_box .filter_item .filter_list {
    flex-direction: column;
    width: 50%;
    background: #f5f5f5;
    margin: 0;
    max-height: 352px;
    min-height: 260px;
    overflow-y: scroll;
    padding-bottom: 12px;
  }

  .filter_box .filter_list .item.active a,
  .filter_box .filter_list .item:hover a {
    border: 0;
    background: #fff;
  }

  .filter_box .filter_list .item a,
  .filter_box .filter_list .item[filter-type='open_list'] {
    justify-content: flex-start;
    padding: 11px 16px;
    height: auto;
    border: 0;
    background: none;
    width: 100%;
    font-size: 12px;
    color: #666666;
  }

  .filter_box .filter_list .item {
    margin: 0;
  }

  .filter_box .filter_list .item.active[filter-type='open_list'] {
    background: #fff;
    color: #f70000;
  }

  .filter_box .mb_btn_box {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .filter_box .mb_btn_box .mb_clear {
    background: #fff;
  }

  .filter_box .mb_btn_box .mb_close {
    background: #f70000;
    color: #ffffff;
  }

  .filter_box .mb_btn_box .mb_clear,
  .filter_box .mb_btn_box .mb_close {
    width: 50%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .s_content_box.open_filter::after {
    position: absolute;
    content: '';
    left: 0;
    top: 40px;
    width: 100%;
    height: calc(100% - 40px);
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
  }

  .filter_box .filter_item .item_box .down_box {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    background: #fff;
    padding-bottom: 12px;
    margin-bottom: 48px;
    max-height: calc(100% - 48px);
    overflow-y: scroll;
  }

  .filter_box .filter_item .down_box .child_list {
    margin: 0;
    flex-direction: column;
  }

  .filter_box .filter_item .filter_list::-webkit-scrollbar,
  .filter_box .filter_item .item_box .down_box::-webkit-scrollbar {
    display: none;
  }

  .filter_box .down_box .child_list .item a {
    font-size: 12px;
    padding-left: 20px;
  }

  .filter_box .down_box .child_list .item a::after {
    background-size: 14px;
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 500px) {
}

/*
登录失败弹窗
*/
body .login_error .popup_box {
  height: auto;
  padding: 30px;
}

body .login_error .popup_box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

body .login_error .popup_box .popup_content {
  margin-bottom: 20px;
  font-size: 16px;
}

/*
专利问号的hover显示文字
*/
.patent_text {
  position: relative;
  display: inline-block;
}

.patent_text .icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  cursor: pointer;
  background: url('../images/q-mark.svg') center / cover no-repeat;
}

.patent_text .text {
  position: absolute;
  bottom: 120%;
  left: -4px;
  width: max-content;
  height: auto;
  font-size: 12px;
  color: #333;
  padding: 5px 10px;
  display: none;
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 6px 0px #f3f3f3;
}

.patent_text .icon:hover + .text {
  display: block;
}

.patent_text .text:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  z-index: 0;
  margin-left: 8px;
  bottom: -4px;
  background: #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

/*
  底部
*/
.footer_latout .menu_name {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_latout .foot_menu {
  justify-content: space-between;
}
.footer_latout .custom_menu {
  margin-bottom: 25px;
  margin-right: 5%;
}

.footer_latout .custom_menu:last-child {
  margin-right: 0;
}

.footer_latout .menu_list a {
  color: #999999;
  display: block;
  margin-bottom: 20px;
}
.footer_latout .menu_list a:hover {
  color: #fff !important;
}
.bottom_menu .menu_list {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
}

.bottom_menu .menu_list .menu_depth_0 {
  margin-right: 96px;
  position: relative;
}

.bottom_menu .menu_list .menu_depth_0:last-child {
  margin-right: 0;
}

.bottom_menu .menu_list .menu_depth_0:last-child:after {
  display: none;
}

#foot_bottom,
#foot_bottom a,
#foot_follow {
  color: #999999;
}

@media screen and (max-width: 768px) {
  #footer {
    display: block;
  }
  .footer_latout .menu_list a:hover {
    color: #fff !important;
  }
  #footer .foot_menu {
    flex-direction: column;
  }

  #footer .menu_list {
    flex-wrap: wrap;
  }
  #footer .menu_list .menu_depth_0 {
    width: 100%;
    margin-right: 0;
  }
  #footer .menu_list .menu_depth_0 a {
    display: block;
    padding: 21px 0 21px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    font-size: 13px;
    background: url(../images/footer_jiantou_icon.svg) no-repeat right center;
    color: #333 !important;
  }

  #footer .footer_menu_box.open_box .menu_list {
    display: flex;
  }

  #footer .footer_latout .menu_list a {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 21px;
  }

  #footer .custom_menu {
    margin-bottom: 0 !important;
    padding: 0;
    margin-right: 0 !important;
  }

  #footer .banquan {
    padding: 21px 0;
  }

  .footer_latout .menu_name {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 700;
    position: relative;
    line-height: 20px;
  }

  .footer_latout .menu_name::before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 20px;
    height: 100%;
    background: url('../images/home/down_width.png') center no-repeat;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
  }

  #footer .footer_menu_box.open_box .menu_name::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }

  #footer .foot_right {
    padding-top: 0;
    border: 0;
  }
}

#foot_follow {
  display: flex;
  justify-content: end;
}

#foot_follow .follow_list .bt {
  margin-right: 13px;
}

#foot_follow .follow_list .icon_box {
  display: block;
  margin-right: 18px;
  cursor: pointer;
  position: relative;
}

#foot_follow .follow_list .icon_box:last-child {
  margin-right: 0;
}

#foot_follow .follow_list .icon_box .icon {
  width: 20px;
  height: 20px;
  color: #999999;
  display: flex;
  align-items: center;
}

#foot_follow .follow_list .icon_box .icon .iconfont {
  font-size: 20px;
}

#foot_follow .follow_list .icon_box .icon:hover {
  color: #fff;
}

#foot_follow .wx_btn .qrcode_box {
  position: absolute;
  bottom: 140%;
  height: auto;
  font-size: 12px;
  color: #333;
  padding: 8px 12px;
  background: #fff;
  border-radius: 3px;
  width: 136px;
  left: -60px;
  text-align: center;
  display: none;
}

#foot_follow .wx_btn:hover .qrcode_box {
  display: block;
}

#foot_follow .wx_btn .qrcode_box img {
  width: 100% !important;
}

.bottom_layout {
  overflow: visible !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#foot_follow .wx_btn .qrcode_box:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 0;
  margin-left: 50%;
  bottom: -4px;
  left: -4px;
  background: #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

@media screen and (max-width: 1520px) {
  #footer .bottom_layout {
    margin: 0 40px;
    width: calc(100% - 80px) !important;
  }
  #footer .bottom_layout .et_pb_column {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  #footer .bottom_layout {
    margin: 0 20px;
    width: calc(100% - 40px) !important;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  #footer .bottom_layout {
    margin: 0 16px;
    width: calc(100% - 32px) !important;
  }

  .foot_nav_box {
    width: 100%;
    flex-direction: column;
  }

  #foot_follow,
  #foot_follow .et_pb_code_inner {
    width: 100%;
  }

  #foot_follow .follow_list {
    width: 100%;
    justify-content: flex-end;
  }

  #foot_follow .follow_list .bt {
    margin-right: auto;
  }

  #footer #foot_bottom .menu_list {
    display: flex;
    justify-content: flex-start;
    padding-top: 0;
  }

  #footer #foot_bottom .menu_list .menu_depth_0 {
    width: auto;
  }

  #footer #foot_bottom .custom_menu {
    border: none !important;
  }

  #m_no_border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  #foot_bottom {
    flex-direction: column-reverse;
    display: flex;
  }

  #foot_bottom .et_pb_column {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 390px) {
  #foot_follow .follow_list .bt {
    display: none;
  }
}

/*边栏漂浮*/
#right_float {
  position: fixed;
  right: 24px;
  bottom: 70px;
  z-index: 98;
}

#right_float .float_box {
  width: 48px;
  color: #fff;
}

#right_float .float_follow_box .follow_list,
#right_float .delay_text,
#right_float .float_follow_box .qrcode_box {
  position: absolute;
  right: 100%;
  margin-right: 16px;
  display: flex;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 12px 32px 0 rgb(190 196 204 / 20%);
  box-shadow: 0 12px 32px 0 rgb(190 196 204 / 20%);
  border-radius: 2px;
  display: flex;
  justify-content: center;
  visibility: hidden;
}

#right_float .delay_text {
  width: 440px;
  padding: 31px 40px;
  font-size: 24px;
  color: #333;
  bottom: 28px;
}

#right_float .delay_text:after,
#right_float .float_follow_box .follow_list::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-box-shadow: 0 12px 32px 0 rgb(190 196 204 / 20%);
  box-shadow: 0 12px 32px 0 rgb(190 196 204 / 20%);
  top: 50%;
  margin-top: -10px;
  right: -12px;
}

#right_float .delay_text .icon {
  margin-right: 8px;
}

#right_float .delay_text .icon .iconfont {
  font-size: 30px;
}

#right_float .delay_text .close_btn {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}

#right_float .delay_text .close_btn .iconfont {
  font-size: 18px;
}

#right_float .go_top,
#right_float .contant_icon,
#right_float .float_follow_box .follow_btn {
  width: 48px;
  height: 48px;
  border-radius: 2px;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 16px 3px rgb(115 119 124 / 20%);
  box-shadow: 0 3px 16px 3px rgb(115 119 124 / 20%);
}

#right_float .contant_icon,
#right_float .float_follow_box .follow_btn {
  background-color: #f70000;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}

#right_float .contant_icon .item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 0;
  left: 0;
}

#right_float .contant_icon .text {
  font-size: 12px;
  background: #f70000;
  visibility: hidden;
}

#right_float .contant_icon.show_text .text,
#right_float .delay_text.show {
  visibility: visible;
}

#right_float .contant_icon .icon {
  background: url('../images/modal-btn2.svg') center no-repeat;
}

#right_float .go_top {
  background: #fff;
  cursor: pointer;
}

#right_float .go_top .icon {
  background: url('../images/go_topsvg.svg') center no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  -webkit-box-shadow: 0 3px 16px 3px rgb(115 119 124 / 20%);
  box-shadow: 0 3px 16px 3px rgb(115 119 124 / 20%);
  z-index: 18;
  border-radius: 2px;
}

#right_float .float_follow_box .follow_btn {
  background: #f70000 url('../images/share.svg') center no-repeat;
  display: block;
  cursor: pointer;
}

#right_float .float_follow_box .follow_list {
  bottom: -14px;
  flex-direction: column;
  width: 72px;
  color: #333333;
  padding: 8px 0;
  bottom: -30px;
}
.cn #right_float .float_follow_box .follow_list {
  bottom: 30px;
}

#right_float .float_follow_box .follow_list.show {
  visibility: visible;
}

#right_float .float_follow_box .follow_list .bt {
  margin-bottom: 8px;
}

#right_float .float_follow_box .follow_list .icon {
  height: 40px;
  display: flex;
  align-items: center;
  width: 40px;
  justify-content: center;
  color: #999999;
}

#right_float .float_follow_box .follow_list .icon:hover {
  color: #333;
}

#right_float .float_follow_box .follow_list .iconfont {
  font-size: 24px;
}

#right_float .float_follow_box .qrcode_box {
  width: 136px;
  padding: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 12px 32px 0px rgba(190, 196, 204, 0.2);
  border-radius: 2px;
  top: 0;
  margin-right: 10px;
}

#right_float #page_qrcode_img {
  margin-bottom: 6px;
}

#right_float .float_follow_box .qrcode_text {
  text-align: center;
  font-size: 12px;
}

#right_float .float_follow_box .qrcode_box:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 0;
  right: -4px;
  top: 50%;
  margin-top: -48px;
  background: #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#right_float .float_follow_box .follow_list .icon_box {
  cursor: pointer;
}

#right_float .wx_btn:hover .qrcode_box {
  visibility: visible;
}

@media screen and (max-width: 768px) {
  #right_float .float_follow_box {
    display: none;
  }
  #right_float {
    right: 16px;
  }
}

/*
联系我们弹窗
*/
.contact_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 19;
  display: none;
}

.contact_pop.show {
  display: block;
}

.contact_pop .pop_box {
  background-color: #feffff;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 690px;
  z-index: 101;
}

.contact_pop .pop_box .box_top {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 14px 0 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f70000;
  font-weight: 700;
}

.contact_pop .box_top .title {
  font-size: 20px;
  color: #fff;
}

.contact_pop .pop_box .close_btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_pop .pop_box .close_btn .iconfont {
  font-size: 26px;
  color: #fff;
}

.contact_pop .pop_box .box_content {
  padding: 40px;
  background-color: #f5f6f8;
  width: 100%;
}

.contact_pop .contact_list {
  flex-wrap: nowrap;
  width: 100%;
  top: 0;
}

.contact_pop .contact_list .item {
  width: 50%;
  margin: 0 12px;
  padding: 0 16px;
  background-color: #feffff;
  flex-direction: column;
  align-items: center;
}

.contact_pop .contact_list .item .item_bt {
  font-size: 18px;
  padding: 16px 0 8px;
  border-bottom: 1px solid #dfe1e6;
  font-weight: 600;
  text-align: center;
  line-height: 28px;
  width: 100%;
}

.contact_pop .contact_list .item .icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px 0 18px;
  width: 100%;
}

.contact_pop .contact_list .item .item_text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 16px 0;
  background: #fbfcfc;
}

.contact_pop .contact_list .icon_list .icon_item {
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.contact_pop .contact_list .icon_list .icon_item.no_click {
  opacity: 0.6;
  cursor: not-allowed;
}

.contact_pop .icon_item .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.contact_pop .icon_item .icon .icon_img {
  width: 100%;
  display: block;
}

.contact_pop .icon_item .icon .iconfont {
  font-size: 48px;
  color: #333 !important;
}

.contact_pop .contact_list .item_text .icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.contact_pop .contact_list .item_text .icon .iconfont {
  font-size: 24px;
}

.contact_pop .contact_list .item .tel_text {
  font-size: 16px;
  line-height: 24px;
  color: #f70000;
}

.contact_pop .box_bottom .link_list {
  padding: 16px 0;
  border-top: 1px solid #dfe1e6;
  background: #fff;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_pop .box_bottom li {
  margin-right: 55px;
  font-size: 16px;
}

.contact_pop .box_bottom li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .contact_pop .pop_box {
    width: 92%;
  }

  .contact_pop .pop_box .box_content {
    padding: 20px;
  }

  .contact_pop .pop_box .box_top {
    height: 40px;
    padding: 0 14px 0 20px;
  }
  .contact_pop .box_top .title {
    font-size: 18px;
  }
  .contact_pop .contact_list .item .item_bt {
    font-size: 16px;
  }
  .contact_pop .pop_box .close_btn .iconfont {
    font-size: 20px;
  }
}

@media screen and (max-width: 560px) {
  .contact_pop .box_bottom li {
    margin-right: 20px;
    font-size: 14px;
  }
  .contact_pop .contact_list {
    flex-wrap: wrap;
  }
  .contact_pop .contact_list .item {
    margin: 0 0 12px;
    width: 100%;
  }
}

@media screen and (max-width: 460px) {
  .contact_pop .contact_list .item .item_bt {
    padding: 8px 0 4px;
    font-size: 14px;
  }
  .contact_pop .box_top .title {
    font-size: 16px;
  }
  .contact_pop .icon_item .icon {
    margin-bottom: 8px;
  }
  .contact_pop .contact_list .item .icon_list {
    padding: 16px 0 12px;
  }
  .contact_pop .contact_list .item .item_text {
    margin-bottom: 8px;
    padding: 8px 0;
  }
  .contact_pop .box_bottom li {
    margin-right: 8px;
    font-size: 12px;
  }
  .contact_pop .pop_box {
    top: auto;
    bottom: 16px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
}

/*智能软件管理平台*/
#swiper_features .swiper_features_pagination {
  position: relative;
  left: -50px;
  display: flex;
  flex-direction: column;
}
#features_fixed {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
#features_fixed .box_w {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}
#features_fixed .box_w .box_row {
  width: 100%;
  position: relative;
}
#features_fixed .box_content {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.swiper_features_pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 16px;
}
.swiper_features_pagination .swiper-pagination-bullet-active {
  background: #f70000;
}

#swiper_features .et_pb_row {
  padding-bottom: 10vh;
  padding-top: 10vh;
}
#swiper_features .features_img_box {
  opacity: 0;
}

#features_fixed_content .img_el_box {
  width: 540px;
  margin-left: auto;
  position: relative;
  top: -30px;
  max-width: 42%;
}

#swiper_features .et_pb_row:nth-child(1).css_in .features_img_box .et_pb_image_wrap img {
  opacity: 1;
  animation: none;
  -webkit-animation: none;
}

.top_to_bottom.css_out .img_el_box #img_el {
  animation: fadeOutUp 0.4s ease 0s;
  -webkit-animation: fadeOutUp 0.4s ease 0s;
  animation-fill-mode: both !important;
}

.top_to_bottom.css_in .img_el_box #img_el {
  animation: fadeInUp 0.4s ease 0s;
  -webkit-animation: fadeInUp 0.4s ease 0s;
  animation-fill-mode: both !important;
}

.bottom_to_top.css_out .img_el_box #img_el {
  animation: fadeOutDown 0.4s ease 0s;
  -webkit-animation: fadeOutDown 0.4s ease 0s;
  animation-fill-mode: both !important;
}
.bottom_to_top.css_in .img_el_box #img_el {
  animation: fadeInDown 0.4s ease 0s;
  -webkit-animation: fadeInDown 0.4s ease 0s;
  animation-fill-mode: both !important;
}

@media (max-width: 768px) {
  .et-db #et-boc #swiper_features {
    padding: 0 !important;
    padding-bottom: 40px !important;
  }
  #swiper_features .features_img_box {
    width: 100%;
    height: auto;
    opacity: 1;
  }
  #swiper_features .features_img_box .et_pb_image_wrap {
    position: relative;
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #swiper_features .features_img_box .et_pb_image_wrap img {
    opacity: 1;
  }
  .et-db #et-boc #swiper_features .et_pb_row {
    padding: 20px 12px 20px !important;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 16px 0 rgb(190 196 204 / 10%);
    box-shadow: 0 0 16px 0 rgb(190 196 204 / 10%);
    border-radius: 2px;
    flex-shrink: 0;
    width: calc(100% - 32px);
    margin: 0 16px;
  }
  #swiper_features .swiper_features_pagination {
    bottom: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 100%;
    top: auto;
    margin-left: 0;
    z-index: 3;
    margin-top: 8px;
  }
  .swiper_features_pagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #e5e8f0;
    opacity: 1;
  }
  .swiper_features_pagination .swiper-pagination-bullet-active {
    background-color: #f70000;
  }
}
/*
wp简码生成的视频样式
*/
.my_video_class {
  width: 100% !important;
  height: auto !important;
}

/*
隐私弹窗
*/
#privacy_popup {
  bottom: 0;
  top: auto;
  width: auto;
  height: auto;
  border: 1px solid rgba(247, 0, 0, 1);
  background: #fff;
  padding: 40px 16px;
}
#privacy_popup .popup_box {
  width: 348px;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  height: auto;
}
#privacy_popup .clsoe_popup_btn {
  display: none;
}
#privacy_popup a {
  color: #022ea7;
}
#privacy_popup .privacy_content {
  margin-bottom: 24px;
}
#privacy_popup .privacy_btn .icon_btn:nth-child(1) {
  margin-bottom: 8px;
}
#privacy_popup .privacy_btn .icon_btn {
  width: 100%;
  display: block;
  line-height: 34px;
  text-align: center;
}
@media (max-width: 600px) {
  #privacy_popup {
    padding: 20px 16px;
  }
  #privacy_popup .popup_box {
    width: 100%;
  }
  #privacy_popup .privacy_content {
    margin-bottom: 16px;
  }
  #privacy_popup .privacy_content,
  #privacy_popup .privacy_btn .icon_btn {
    font-size: 12px;
  }
}

/*
搜索页面优化
*/
.s_post_list .post_item .summary em,
.s_post_list .post_item .title em {
  color: #f70000;
  font-style: normal;
}
.current_location.no_iconbg .item::after {
  display: none !important;
}

.service_item .et_pb_main_blurb_image {
  margin-bottom: 24px;
}
.service_item .et_pb_module_header {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
}

.service_item:hover {
  -webkit-box-shadow: 0 2px 20px 0 rgb(190 196 204 / 19%);
  box-shadow: 0 2px 20px 0 rgb(190 196 204 / 19%);
}
.service_item:hover .et_pb_module_header {
  color: #f70000 !important;
}

.contact_box .contact_item .btn_medium {
  padding: 8px 20px;
  min-width: 135px;
  font-size: 14px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.contact_box .contact_item .et_pb_blurb_description {
  color: #666;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.contact_box .contact_item:hover .et_pb_blurb_description,
.et-db #et-boc .et-l .company_address:hover .et_pb_blurb_description {
  color: #f70000;
}
.contact_box .contact_item:hover .btn_medium {
  background: #f70000;
  border-color: #f70000;
  color: #fff;
}
.kl_product_banner .text_black .slide_text {
  color: #333;
}
.kl_product_banner .item_1 .slide_text {
  padding-bottom: 10%;
}
.kl_product_banner .slide_item .slide_text .title {
  font-size: 48px;
}
.kl_product_banner .bt_pb_5 .slide_text {
  padding-bottom: 6%;
}

.product_more_btn .button_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 96px;
  border-top: 1px solid #f2f2f2;
}
.product_more_btn .button_before {
  font-size: 20px;
}
.list_text_box {
  display: flex;
  display: -webkit-flex;
  margin: 0 -23px;
  flex-wrap: wrap;
}
.list_text_box .item {
  width: 33.33%;
  padding: 0 23px;
  min-height: 82px;
  margin-top: 12px;
  position: relative;
}
.list_text_box .item span {
  display: block;
}
.list_text_box .item .item_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.list_text_box .item .item_text {
  color: #666666e6;
}
.list_text_box .item:after {
  content: '';
  display: block;
  width: 1px;
  height: 32px;
  background: #f2f2f2;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.kl_product_item .item_pic {
  width: 400px !important;
  flex-shrink: 0;
}
.kl_product_item .item_right {
  width: 100% !important;
}
.contact_item_box .et_pb_blurb_container {
  position: relative;
}
.contact_item_box .button_module {
  position: absolute;
  bottom: 0;
}
.contact_item_box .et_pb_module_header {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
}
.contact_item_box:hover .et_pb_module_header {
  color: #f70000;
}
.contact_item_box .no_hover {
  border: 1px solid rgba(51, 51, 51, 1) !important;
  background: #fff !important;
  color: #333333 !important;
  cursor: default;
}
.single_product_advantage .et_pb_blurb_description {
  position: relative;
  margin-left: -47px;
}
.single_product_advantage .et_pb_blurb_description p {
  margin-bottom: 8px;
}
.et-db #et-boc .et-l .et_pb_module .et_pb_button.support_button {
  border-bottom: 1px solid #4a678d !important;
  border-radius: 0 !important;
  padding-left: 0;
  padding-right: 50px !important;
  width: 182px;
}
.et-db #et-boc .et-l .et_pb_module .et_pb_button.support_button:hover {
  background: none !important;
}
.et-db #et-boc .et-l .et_pb_module .et_pb_button.support_button::after {
  right: 20px;
  font-size: 14px !important;
  color: rgb(249 249 249 / 79%);
  border: 1px solid rgb(249 249 249 / 79%);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  margin-top: -11px;
}
.et-db #et-boc .et-l .et_pb_module .et_pb_button.support_button:hover::after {
  right: 10px;
  background: #f9f9f94d;
}
/*缩放处理*/
@media (max-width: 1919px) and (min-width: 1280px) {
  html {
    /* zoom: 90%; */
  }
  video {
    zoom: 110%;
  }

  @-ms-viewport {
    width: 1920px;
  }
}
/*公共样式*/
body {
  font-weight: 400;
  font-family: Microsoft YaHei, Arial, PingFang SC, 'sans-serif';
}
body.en {
  font-family: Arial, 'Microsoft YaHei', PingFangSC, sans-serif;
}
body.jp {
  font-family: Meiryo, Arial, Helvetica, sans-serif;
}
.current_location {
  flex-wrap: wrap;
}
.current_location a {
  font-size: 12px;
}
.et-db #et-boc .et-l .et_pb_section_1.sticky_section_location {
  position: absolute;
}

.head_menu .open_menu .sub_menu_box {
  height: auto;
}

.pro_duomeiti .white-list-bg .list_box li a:hover .list_more_btn .btn {
  color: #f70000;
  background: none;
  border-color: #f70000;
}

.previous_next div span {
  margin-right: 10px;
}
.previous_next div span {
  margin-right: 10px;
}

/*觖决方案-banner*/
.solution_banner {
  -webkit-transition: 5s;
  transition: 5s;
}

.post-type-archive-case_post .et-l div.et_pb_section_0_tb_body {
  transition: 5s;
  -webkit-transition: 5s;
  background-size: 100% 100%;
}
.post-type-archive-case_post .et-l div.et_pb_section_0_tb_body:hover {
  background-size: 105% 105%;
}
.post-type-archive-case_post .et-l div.et_pb_section_0_tb_body {
  transition: 0s;
  -webkit-transition: 0s;
}

.post-type-archive-honour_post .et-l div.et_pb_section_0_tb_body {
  -webkit-transition: 5s;
  transition: 5s;
  background-size: 100% 100%;
}
.post-type-archive-honour_post .et-l div.et_pb_section_0_tb_body:hover {
  background-size: 105% 105%;
}

.news_slide a .news_slideimg {
  overflow: hidden;
}
.news_slide a .news_slideimg img {
  transition: 5s;
  -webkit-transition: 5s;
}
.news_slide a:hover .news_slideimg img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.solution_banner .et_pb_module_header {
  max-width: 800px;
}

.et-db #et-boc .et-l .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1,
.et-db #et-boc .et-l .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h2.et_pb_module_header,
.et-db #et-boc .et-l .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h3.et_pb_module_header,
.et-db #et-boc .et-l .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h4.et_pb_module_header,
.et-db #et-boc .et-l .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h5.et_pb_module_header,
.et-db #et-boc .et-l .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h6.et_pb_module_header {
  font-weight: 400;
}
.et-db #et-boc .et-l .solution_banner .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper {
  max-width: 750px;
}

.et-db #et-boc .et-l .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  max-width: 1440px;
}
.et-db #et-boc .et-l .et_pb_blurb_content {
  max-width: inherit !important;
}
.et-db #et-boc .et-l .et_pb_gutters3 .cpjieshao .et_pb_column_1_2 {
  width: 49.166%;
  margin-right: 1.6666%;
}
.et-db #et-boc .et-l .cpjieshao .et_pb_blurb_description {
  margin-top: 16px;
}
.et-db #et-boc .et-l .cpjieshao .et_pb_blurb_description p {
  margin-bottom: 10px;
  line-height: 24px;
  background: url(../images/duigou_hei.svg) no-repeat left 8px;
  padding-left: 23px;
}

/*第二个按钮样式*/
.solution_banner .header-content .et_pb_button_two {
  font-size: 16px;
  color: #333;
  border: #333 2px solid;
  padding: 8px 30px;
}
.solution_banner .header-content .et_pb_button_two:after {
  display: none;
}
.solution_banner .header-content .et_pb_button_two:hover {
  color: #f70000;
  border: #f70000 2px solid;
}

.FusionOne {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.et-db #et-boc .et-l .et_pb_gutters3 .FusionOne .et_pb_column {
  margin-right: 0;
}
.et-db #et-boc .et-l .et_pb_gutters3 .FusionOne .et_pb_column.et_pb_column_8 {
  width: 25%;
}

.hpc_solutions .et_pb_text_inner {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.hpcjjfa {
  width: 140px;
}
.hpc_solutions .et_pb_text_inner .hpcjjfa:nth-child(2) {
  margin: 0 75px;
}
.hpcjjfa h4 {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  text-align: center;
}
.hpcjjfa ul {
  margin-top: 24px;
}
.hpcjjfa li {
  background: #f4f6f8;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
}

/*觖决方案-技术支持*/
.et-db #et-boc .et-l .et_pb_gutters3 .solution_jishuzhichi .et_pb_column {
  width: 32.222%;
  margin-right: 1.666%;
  box-shadow: 0px 12px 32px 0px rgba(190, 196, 204, 0.2);
  cursor: pointer;
}
.et-db #et-boc .et-l .et_pb_gutters3 .solution_jishuzhichi .et_pb_column:hover {
  box-shadow: 0px 12px 32px 0px rgba(190, 196, 204, 0.3);
}
.et-db #et-boc .et-l .solution_jishuzhichi .et_pb_module_header {
  margin-bottom: 8px;
  font-weight: normal;
}
.et-db #et-boc .et-l .solution_jishuzhichi p {
  min-height: 40px;
}
.et-db #et-boc .et-l .solution_jishuzhichi p a {
  display: inline-block;
  border: 1px solid #f70000;
  border-radius: 2px;
  padding: 0 22px;
  color: #f70000;
  height: 32px;
  line-height: 30px;
  margin-top: 24px;
}
.et-db #et-boc .et-l .solution_jishuzhichi .et_pb_column:hover p a {
  background: #f70000;
  color: #fff;
}
.et-db #et-boc .et-l .solution_jishuzhichi .et_pb_column:hover .et_pb_module_header {
  color: #f70000 !important;
}

/*FusionOne for Azure Stack HCI*/
.et-db #et-boc .et-l .et_pb_gutters3 .askcpjs .et_pb_column {
  width: 32.222%;
  margin-right: 24px;
  min-height: 288px;
}
.askcpjs {
  display: flex;
  display: -webkit-flex;
}
.et-db #et-boc .et-l .askcpjs .et_pb_blurb_description {
  margin-top: 16px;
}
.et-db #et-boc .et-l .askcpjs .et_pb_blurb_description p {
  margin-bottom: 10px;
}

.yinjianall {
  width: 60%;
  margin: 0 auto;
}
.yinjianall h4 {
  text-align: center;
  margin-bottom: 10px;
}
.yinjianall ul {
  text-align: center;
  border-bottom: #dfe1e8 1px solid;
  padding-bottom: 5px !important;
  margin-bottom: 25px;
}
.yinjianall li {
  display: inline-block;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0 68px 0 0;
  width: 108px;
}
.yinjianall li:last-child {
  margin-right: 0;
}
.yinjianall li img {
  display: block;
  margin: 0 auto 10px;
}
.yinjianall ul:nth-child(6) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.yinjianall ul:nth-child(4) li {
  width: 160px;
}

/*觖决方案-方案介绍-一排多个*/
.custom_proqh.pc_spacing_0 {
  margin: 0 -12px;
}
.custom_proqh.flex-wrap .swiper-wrapper {
  flex-wrap: nowrap;
}
.custom_proqh.pc_slidesperview_3 .slide_item {
  padding: 30px 12px 30px;
  height: auto;
}

.custom_proqh.pc_slidesperview_2 .slide_item:nth-child(2n) {
  margin-right: 0;
}
.custom_proqh.flex-wrap.pc_slidesperview_2 .swiper-wrapper {
  flex-wrap: wrap;
}
.custom_proqh.pc_slidesperview_2 .slide_item {
  padding: 30px 12px 30px;
  height: auto;
}

.custom_proqh.pc_slidesperview_3 .slide_item:nth-child(3n) {
  margin-right: 0;
}
.custom_proqh.pc_slidesperview_4 .slide_item:nth-child(4n) {
  margin-right: 0;
}

.custom_proqh .slide_item .item_box {
  padding: 40px 35px;
  box-shadow: 0px 12px 32px 0px rgba(190, 196, 204, 0.2);
  background-color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  overflow: hidden;
  height: 100%;
}
.custom_proqh .slide_item .item {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.custom_proqh .slide_item .img_box {
  width: 64px;
  height: 64px;
}
.custom_proqh .slide_item .img_box img {
  width: 100%;
  height: 100%;
}
.custom_proqh .slide_item .slide_text {
  width: calc(100% - 79px);
}
.custom_proqh .slide_item .slide_text h3 {
  font-weight: 400;
  font-size: 24px;
  color: #333;
}
.custom_proqh .slide_item .slide_text .text_hover:hover {
  color: #333;
}
.custom_proqh .slide_item .slide_text .summary_box {
  margin-top: 16px;
}
.custom_proqh .slide_item .slide_text .summary_box p {
  background: url(../images/duigou_hei.svg) no-repeat left 4px;
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 23px;
  font-size: 16px;
  color: #666;
}

.custom_proqh .news_pagination {
  width: 100%;
  text-align: center;
  margin-top: 0px;
}
.custom_proqh .news_pagination span {
  display: inline-block;
  width: 40px;
  height: 4px;
  margin: 0 10px;
  cursor: pointer;
  background: #e5e8f0;
  border-radius: 2px;
  position: relative;
}
.custom_proqh .news_pagination span.swiper-pagination-bullet-active:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #f70000;
  border-radius: 2px;
  animation: newsslide_progressbar 3s;
  -webkit-animation: newsslide_progressbar 3s;
}

/*觖决方案-方案参数*/
.mobgundong {
}

/*觖决方案-相关产品*/
.xiangguanchanpin {
}
.pc_spacing_0.xgcp_swiper {
  margin: 0 -12px;
}
.xgcp_swiper .slide_item {
  padding: 30px 12px;
  height: auto;
}
.xgcp_swiper .slide_item .item_box {
  background: #ffffff;
  box-shadow: 0px 12px 32px 0px rgba(190, 196, 204, 0.2);
  border-radius: 2px;
  height: 100%;
}
.xgcp_swiper .slide_item.swiper-slide-active .item_box {
  box-shadow: 0px 12px 15px 0px rgba(190, 196, 204, 0.2);
}
.xgcp_swiper .slide_item .item_box .img_box {
  text-align: center;
}
.xgcp_swiper .slide_item .item_box .img_box img {
  max-width: 100%;
}
.xgcp_swiper .slide_item .slide_text {
  padding: 24px 16px;
  background: #fefefe;
}
.xgcp_swiper .slide_item .slide_text .title {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xgcp_swiper .slide_item .slide_text .title br {
  display: none;
}
.xgcp_swiper .slide_item .slide_text .tags_box {
  margin-top: 10px;
  border-bottom: #eeedeb 1px solid;
  height: 50px;
  flex-wrap: wrap;
}
.xgcp_swiper .slide_item .slide_text .tags_box span {
  font-size: 12px;
  color: #555550;
  line-height: 16px;
  font-weight: 400;
  background: #efefef;
  border-radius: 2px;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  margin-right: 8px;
  margin-bottom: 0px;
}
.xgcp_swiper .slide_item .slide_text .summary_box {
  margin-top: 24px;
}
.xgcp_swiper .slide_item .slide_text .summary_box p {
  font-size: 17px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xgcp_swiper .slide_item .slide_text .btn_type_1 {
  min-width: 96px;
  text-align: center;
  margin-top: 24px;
  padding: 0 16px;
  font-size: 14px;
  display: inline-block;
  line-height: 32px;
}

.xgcp_swiper .slide_item a:hover .slide_text .title {
  color: #f70000;
}

/*觖决方案-相关产品-特殊情况*/
.xgcp_swiper.xgcpnotag_swiper .slide_item .slide_text .tags_box {
  display: none;
}
.xgcp_swiper.xgcpnotag_swiper .slide_item .slide_text .summary_box p {
}

/*觖决方案-相关资源*/
.xiangguanziyuan {
}

/*觖决方案-如何购买*/
.ruhegoumai {
}
.et-db #et-boc .et-l .ruhegoumai .et_pb_main_blurb_image {
  margin-bottom: 10px;
}
.et-db #et-boc .et-l .ruhegoumai .et_pb_blurb_description {
  min-height: 40px;
}
.et-db #et-boc .et-l .ruhegoumai .et_pb_column:hover .et_pb_button {
  color: #f70000 !important;
  border: #f70000 1px solid;
  background: none;
}
.et-db #et-boc .et-l .ruhegoumai.partner_search .et_pb_column:hover .et_pb_button {
  color: #fff !important;
  border: #f70000 1px solid;
  background: #f70000;
}

/*查看全部*/
.xgckqb_btn .et_pb_text_inner {
  width: fit-content;
  margin: 0 auto;
}
.xgckqb_btn .et_pb_text_inner p {
  position: relative;
  padding-right: 22px;
}
.xgckqb_btn img {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.xgckqb_btn p:hover img {
  margin-left: 5px;
  right: -6px;
}

/*产品详情
.et-db #et-boc .et-l .et_pb_gutters3 .cpxq_cpjs .et_pb_column_1_4{ width:22.777%;}*/
.et-db #et-boc .et-l .et_pb_gutters3 .cpxq_cpjs .et_pb_column {
  margin-right: 24px;
}
.et-db #et-boc .et-l .cpxq_cpjs .et_pb_main_blurb_image {
  margin-bottom: 0;
}
.et-db #et-boc .et-l .cpxq_cpjs .pro3dmx {
  cursor: pointer;
}
.et-db #et-boc .et-l .cpxq_cpjs .pro3dmx:hover .et_pb_blurb_0.et_pb_blurb .et_pb_module_header a {
  color: #f70000 !important;
}
.et-db #et-boc .et-l .cpxq_cpjs .pro3dmx .et_pb_blurb_0.et_pb_blurb {
  position: relative;
}
.et-db #et-boc .et-l .cpxq_cpjs .pro3dmx:hover .et_pb_blurb_0.et_pb_blurb:before {
  content: '';
  display: block;
  width: 100%;
  z-index: 3;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
.et-db #et-boc .et-l .cpxq_cpjs .pro3dmx:hover .et_pb_blurb_0.et_pb_blurb .et_pb_blurb_content {
  position: relative;
  z-index: 5;
}

.et-db #et-boc .et-l .et_pb_section .et_pb_row.pro_canshu {
  width: 55%;
}
.et-db #et-boc .et-l .et_pb_section .et_pb_row.pro_canshu .et_pb_text p strong {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.48px;
  font-family: PingFangSC-Medium;
}

/*质量政策*/
.et-db #et-boc .et-l .zhiliangzc .et_pb_column_1_2 {
  width: 47.6388%;
  margin-right: 2.6388%;
}
.et-db #et-boc .et-l .zhiliangzc .et_pb_column_1_2 h3 {
  font-size: 24px;
  margin-bottom: 38px;
  margin-top: 20px;
  font-weight: normal;
}
.et-db #et-boc .et-l .zhiliangzc .et_pb_column_1_2 p {
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.et-db #et-boc .et-l .zhiliangzc .et_pb_column_1_2 p:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #666;
  vertical-align: middle;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}

.et-db #et-boc .et-l .zhiliangzc .et_pb_image_wrap {
  overflow: hidden;
}
.et-db #et-boc .et-l .zhiliangzc .et_pb_image_wrap img {
  -webkit-transition: 5s;
  transition: 5s;
}
.et-db #et-boc .et-l .zhiliangzc .et_pb_image_wrap:hover img {
  transform: scale(1.1);
}

/*联系我们*/
.contact_list {
  position: relative;
  top: -60px;
}
.contact_list .slide_item {
  padding-right: 1.666%;
  height: auto;
}
.contact_list .slide_item:last-child {
  padding-right: 0;
}
.contact_list .slide_item .item_box {
  background: #ffffff;
  padding: 24px;
  box-shadow: 0px 12px 32px 0px rgba(190, 196, 204, 0.2);
  border-radius: 2px;
  height: 100%;
}
.contact_list .slide_item .item_box .item {
}
.contact_list .slide_item .item_box .title {
  font-size: 14px;
  margin-bottom: 16px;
  color: #333333;
  letter-spacing: -0.11px;
  line-height: 28px;
}
.contact_list .slide_item .item_box .summary_box p {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}
.contact_list .slide_item .item_box .summary_box p a {
  color: #022ea7;
  font-size: 12px;
}
.contact_list .slide_item .item_box .summary_box p a:hover {
  color: #f70000;
}
.contact_list .slide_item .item_box .summary_box p a.icon_hover {
  transition: all 0.3s;
  color: #333333;
  padding-right: 18px;
  background: url(/wp-content/uploads/2022/08/icon_redjt.svg) no-repeat right top;
  margin-right: 32px;
}
.contact_list .slide_item .item_box .summary_box p a.icon_hover:hover {
  color: #f70000;
  background-position: 105% top;
}

.et-db #et-boc .et-l .contact_zongbu {
  max-width: 1440px !important;
}
.et-db #et-boc .et-l .contact_zongbu .et_pb_column h3 {
  font-size: 28px;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 40px;
  font-weight: 400;
}
.et-db #et-boc .et-l .contact_zongbu .et_pb_column p {
  margin-bottom: 5px;
}
.et-db #et-boc .et-l .contact_zongbu .et_pb_column p a {
  font-size: 16px;
  color: #022ea7;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
}
.et-db #et-boc .et-l .contact_zongbu .et_pb_image_wrap {
  overflow: hidden;
}
.et-db #et-boc .et-l .contact_zongbu .et_pb_image_wrap img {
  transition: all 0.5s;
}
.et-db #et-boc .et-l .contact_zongbu .et_pb_image_wrap img:hover {
  transform: scale(1.1);
}

.contact_daibiaochu p a {
  padding-right: 18px;
  background: url(/wp-content/uploads/2022/08/icon_redjt20.svg) no-repeat right -1px;
  color: #333333;
  transition: all 0.3s;
}
.contact_daibiaochu p a:hover {
  background-position: 105% top;
}

.newslist li a .news_text .newslitit {
  font-weight: bold !important;
}
.newslist li:hover .news_text .newslitit {
  color: #f70000 !important;
}

.contact-dbc .et_pb_all_tabs > div {
  opacity: 1 !important;
}

/*服务*/
/*服务-基础服务*/
.service_jcfwtabtitrow {
}
.service_jcfwtabtit {
  justify-content: center;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.service_tabtititem {
  position: relative;
  cursor: pointer;
  margin: 0 20px;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.service_tabtititem.active:after {
  width: 100%;
  content: '';
  display: block;
  height: 2px;
  background: #f70000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.service_tablist {
}
.service_tablist .service_tabnritem {
  display: none;
}
.service_tablist .service_tabnritem.current {
  display: block;
}
.service_tablist .service_tabnritem.current.flex {
  display: flex;
}
.service_tabnritem .swiper-wrapper {
}
.service_tabnritem .slide_item {
  padding: 0 12px;
}
.service_tabnritem .slide_item a {
  display: block;
  background: #ffffff;
  border-radius: 2px;
}
.service_tabnritem .slide_item a .img_box {
  height: 210px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.service_tabnritem .slide_item a .img_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service_tabnritem .slide_item a .text_box {
  position: relative;
  z-index: 2;
  transform: translateY(-40px);
}
.service_tabnritem .slide_item a .text_box .title {
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding: 0 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.service_tabnritem .slide_item a .text_box .summary_box {
  height: 96px;
  padding: 16px 24px 0;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.service_tabnritem .slide_item a .text_box .list_more_btn {
  margin-top: 48px;
}
.service_tabnritem .slide_item a .text_box .list_more_btn .btn_medium {
  margin: 0 auto;
  display: block;
  width: 134px;
  line-height: 44px;
  height: 44px;
  font-size: 16px;
  text-align: center;
  border-radius: 2px;
  color: #f70000;
  border: 1px solid #f70000;
}

.service_tabnritem .slide_item a:hover {
  box-shadow: 0px 4px 20px 4px rgba(115, 119, 124, 0.2);
}
.service_tabnritem .slide_item a:hover .text_box .list_more_btn .btn_medium {
  background: #f70000;
  color: #fff;
}

/*技术培训*/
.service_tablist .service_tabnritem.flex {
  align-items: center;
}
.service_tablist .service_tabnritem.flex .et_pb_column {
  position: relative;
  z-index: 1;
}
.service_tablist .service_tabnritem.flex .et_pb_column.et-last-child {
  margin-left: -164px;
  position: relative;
  z-index: 2;
}
.service_tablist .service_tabnritem.flex .et_pb_column.et-last-child .et_pb_text_inner h3 {
  font-size: 24px;
  color: #666666;
  line-height: 36px;
  margin-bottom: 24px;
  font-weight: 500;
}
.service_tablist .service_tabnritem.flex .et_pb_column.et-last-child .et_pb_text_inner p {
}
.et-db #et-boc .et-l .service_tablist .custom_button_0 .button_module {
  width: 134px;
  height: 44px;
  border: #f70000 1px solid;
  color: #f70000;
  line-height: 44px;
}
.et-db
  #et-boc
  .et-l
  .service_tablist
  .service_tabnritem.flex
  .et_pb_column.et-last-child:hover
  .custom_button_0
  .button_module {
  background: #f70000;
  color: #fff;
}

.et-db #et-boc .et-l .chaofanser .et_pb_blurb_description {
  margin-top: 10px;
  overflow: hidden;
  height: 48px;
}
.et-db #et-boc .et-l .chaofanser .btn_medium {
  max-width: inherit;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 48px;
  height: 48px;
  background: #ffffff;
  font-size: 16px;
  color: #f70000;
  box-shadow: 0px -12px 32px 0px rgba(190, 196, 204, 0.2);
}
.et-db #et-boc .et-l .chaofanser .btn_medium:hover {
  background: #f70000;
  color: #fff;
}
.et-db #et-boc .et-l .chaofanser .et_pb_module_header span {
  color: #333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*新服务页面*/
.ser_zhudongnewlist {
  display: flex;
  align-items: flex-end;
  height: 342px;
}
.ser_zhudongnewlist .et_pb_column {
  width: 22.5%;
  margin-right: 1.666%;
  transition: all 0.3s;
  height: 300px;
}
.ser_zhudongnewlist .et_pb_column:nth-child(4n) {
  margin-right: 0;
}
.ser_zhudongnewlist .et_pb_column .et_pb_button_module_wrapper {
  display: none;
}
.ser_zhudongnewlist .et_pb_column .et_pb_module {
  margin-bottom: 0px;
}
.ser_zhudongnewlist .et_pb_column .et_pb_module .et_pb_blurb_content {
}
.ser_zhudongnewlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image {
  margin-bottom: 12px;
}
.ser_zhudongnewlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container {
}
.ser_zhudongnewlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  margin-bottom: 8px;
}
.ser_zhudongnewlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header span {
}
.ser_zhudongnewlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
}
.ser_zhudongnewlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
}

.ser_zhudongnewlist .et_pb_column:hover {
  box-shadow: 0px 3px 16px 0px rgba(85, 92, 107, 0.1);
  border-bottom: #f70000 4px solid;
  height: 342px;
}
.ser_zhudongnewlist .et_pb_column:hover .et_pb_button_module_wrapper {
  display: block;
}
.ser_zhudongnewlist
  .et_pb_column:hover
  .et_pb_module
  .et_pb_blurb_content
  .et_pb_blurb_container
  .et_pb_module_header
  span {
  color: #f70000;
}

/*智能管理软件平台停留在某个位置，导航点不动*/
.et-db #et-boc .et-l .et_pb_section_2.et_pb_sticky_module.et_pb_sticky_placeholder {
  z-index: 1;
}

html.bodyhidden {
  overflow: hidden;
}

@media (max-width: 1440px) {
  .sernew_case {
    max-width: calc(100% - 80px) !important;
    margin: 0 40px !important;
  }
}
@media (max-width: 1360px) {
  .ser_zhudongnewlist
    .et_pb_column
    .et_pb_module
    .et_pb_blurb_content
    .et_pb_blurb_container
    .et_pb_blurb_description
    p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1280px) {
  .chaofan_serviceall {
    padding: 0;
  }
}
@media (max-width: 980px) {
  .ser_zhudongnewlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    text-align: center !important;
  }
  .ser_zhudongnewlist .et_pb_module {
    margin-bottom: 8px;
  }
  .ser_zhudongnewlist .et_pb_column {
    width: 22.5% !important;
    margin-right: 1.666% !important;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .ser_zhudongnewlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    text-align: left !important;
  }
  .ser_zhudongnewlist {
    height: auto;
    align-items: stretch;
  }
  .ser_zhudongnewlist .et_pb_column {
    width: 100% !important;
    margin-right: 0 !important;
    height: auto;
    box-shadow: 0px 0px 16px 0px rgba(190, 196, 204, 0.2);
    margin-bottom: 8px !important;
  }
  .ser_zhudongnewlist .et_pb_column:hover {
    height: auto;
    border-bottom: none;
  }
  .ser_zhudongnewlist .et_pb_column:hover .et_pb_button_module_wrapper {
    display: none;
  }
  .ser_zhudongnewlist
    .et_pb_column
    .et_pb_module
    .et_pb_blurb_content
    .et_pb_blurb_container
    .et_pb_blurb_description
    p {
    font-size: 12px;
  }
  .sernew_case {
    max-width: calc(100% - 32px) !important;
    margin: 0 16px !important;
  }
  .sernew_case .btn_medium {
    font-size: 12px;
  }
}

/*新搜索*/
.msclearinput {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 8px;
  background: url(images/msearchbtn.png) no-repeat center center;
  cursor: pointer;
  display: none;
}
.mysearch .msclearinput {
  display: block;
}

/*产品类型聚合页*/
.custom_proqh.flex-wrap.custom_noproqh .swiper-wrapper {
  flex-wrap: wrap;
}
.ivu-table-wrapper {
}
.ivu-table-header {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
.ivu-table table{table-layout: fixed;}
*/
.ivu-table td,
.ivu-table th {
  min-width: 0;
  height: 48px;
  box-sizing: border-box;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
  border-bottom: 1px solid #e8eaec;
}
.ivu-table th {
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #f8f8f9;
}
.ivu-table-header thead tr th {
  position: relative;
  height: 100%;
  padding: 8px 0;
}
.ivu-table th {
  height: 48px !important;
  border-bottom: 1px solid #dfe1e8;
  background: #e5e8f0;
  color: #333;
}
.ivu-table-body {
}
.ivu-table td {
  background-color: #fff;
  transition: background-color 0.2s ease-in-out;
}
.ivu-table-stripe-even td {
  background-color: #fff !important;
}
.ivu-table td {
  height: auto;
  padding: 16px 0;
  border-bottom: none;
  -webkit-box-shadow: inset 0 -1px 0 0 #dfe1e8;
  box-shadow: inset 0 -1px 0 0 #dfe1e8;
  color: #333;
}
.ivu-table-cell {
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  box-sizing: border-box;
}

.single-service_post .ivu-table-cell {
  padding: 0 16px;
  word-break: break-word;
}

.ivu-table-stripe-odd td {
  background-color: #f4f6fa !important;
}
.ivu-table td.type-col {
  padding-left: 8px;
  width: 200px;
  border-left: 1px solid #dfe1e8;
}
.ivu-table-cell-slot a.view {
  color: #022ea7;
  white-space: nowrap;
}
.ivu-table-cell-slot a.view:hover {
  color: #f70000;
}

/*产品类型聚合页-成功案例*/
.cplxjh_case {
}
.cplxjh_case .medialist .list_box {
  margin: 0 -12px;
}
.cplxjh_case .medialist li {
  padding: 0 12px;
}
.white-list-bg.cplxjh_case .list_box li a {
  box-shadow: 0px 12px 32px 0px rgba(190, 196, 204, 0.1);
}
.white-list-bg.cplxjh_case .list_box li a:hover {
  box-shadow: 0px 12px 32px 0px rgba(190, 196, 204, 0.4);
}
.white-list-bg.cplxjh_case .list_box li .media_text {
  padding: 16px 24px 48px;
}
/*.cplxjh_case .medialist li .media_text .medialitit{font-size: 18px;color: #333333;letter-spacing: -0.22px;line-height: 28px;font-weight: 500; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}*/
.cplxjh_case .medialist li .media_text .media_text_desc {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.52px;
  line-height: 20px;
  font-weight: 400;
}
.white-list-bg.cplxjh_case .list_box li a:hover .btn_medium {
  color: #f70000;
  border: #f70000 1px solid;
  background: none;
}

/*产品类型聚合页-最新动态*/
.cplx_zxdtlist {
}
.cplx_zxdtlist .newslist {
  margin-top: 40px;
}
.cplx_zxdtlist .newslist li a {
  border-bottom: #dfe1e8 1px solid;
  padding: 20px 0;
  justify-content: space-between;
}
.cplx_zxdtlist .newslist li a .news_date {
  width: 17%;
  order: 1;
  padding-right: 0;
  text-align: center;
}
.cplx_zxdtlist .newslist li a .news_date:after {
  right: 0;
  height: 40px;
  background: #dfe1e8;
  width: 1px;
  border: none;
}
.cplx_zxdtlist .newslist li a .news_date span.news_date_month {
  font-size: 24px;
  letter-spacing: 0.46px;
  font-weight: bold;
  font-family: Arial;
}
.cplx_zxdtlist .newslist li a .news_date span.news_date_year {
  font-size: 18px;
  letter-spacing: 0.28px;
  font-weight: bold;
}
.cplx_zxdtlist .newslist li a .news_img {
  order: 3;
  width: 28.8%;
  margin-right: 0;
  height: 104px;
}
.cplx_zxdtlist .newslist li a .news_img img {
  height: 100%;
  border-radius: 2px;
}
.cplx_zxdtlist .newslist li a .news_text {
  order: 2;
  width: 50%;
}
.cplx_zxdtlist .newslist li a .news_text .newslitit {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0.28px;
  text-align: justify;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cplx_zxdtlist .newslist li a .news_text .news_text_desc {
}
.cplx_zxdtlist .newslist li.hasnoimg a .news_text {
  width: 80%;
}
.cplx_zxdtlist .newslist li a .news_text p {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.22px;
  font-weight: 400;
  -webkit-line-clamp: 2;
}
.cplx_zxdtlist .newslist li a:hover .news_text .newslitit {
  color: #f70000;
}
.cplx_zxdtlist .newslist li a:hover .news_date span {
  color: #f70000;
}
.cplx_zxdtlist .newslist li a:hover .news_text p {
  color: #f70000;
}
.cplx_zxdtlist #paging,
.cplx_zxdtbiglist #paging {
  display: none;
}

.cplx_zxdtbiglist {
}
.cplx_zxdtbiglist .newslist li a {
  padding: 0 0 40px 0;
  background: #fff;
  border-bottom: none;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 2px;
  overflow: hidden;
}
.cplx_zxdtbiglist .newslist li a .news_text .newslitit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cplx_zxdtbiglist .newslist li a .news_date {
  width: 17%;
  order: 2;
  padding-right: 0;
  text-align: center;
}
.cplx_zxdtbiglist .newslist li a .news_date:after {
  right: 0;
  height: 40px;
  background: #dfe1e8;
  width: 1px;
  border: none;
}
.cplx_zxdtbiglist .newslist li a .news_date span.news_date_month {
  font-size: 30px;
  letter-spacing: 0.46px;
  font-weight: bold;
  font-family: Arial, 'Microsoft YaHei', PingFangSC, sans-serif;
}
.cplx_zxdtbiglist .newslist li a .news_date span.news_date_year {
  font-size: 18px;
  letter-spacing: 0.28px;
  font-weight: bold;
}
.cplx_zxdtbiglist .newslist li a .news_img {
  width: 100%;
  height: 415px;
  order: 1;
  margin-right: 0;
  margin-bottom: 24px;
}
.cplx_zxdtbiglist .newslist li a .news_img img {
  width: 100%;
  height: 100%;
}
.cplx_zxdtbiglist .newslist li a .news_text {
  width: 80%;
  order: 3;
  padding-right: 24px;
}
.cplx_zxdtbiglist .newslist li a .news_text p {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.22px;
  font-weight: 400;
  -webkit-line-clamp: 2;
}
.en .cplx_zxdtbiglist .newslist li a .news_text p,
.jp .cplx_zxdtbiglist .newslist li a .news_text p {
  text-align: left;
}
.cplx_zxdtbiglist .newslist li a:hover {
  background: #fff;
}
.cplx_zxdtbiglist .newslist li a:hover .news_text .newslitit {
  color: #f70000;
}
.cplx_zxdtbiglist .newslist li a:hover .news_date span {
  color: #f70000;
}
.cplx_zxdtbiglist .newslist li a:hover .news_text p {
  color: #f70000;
}

/*产品与解决方案聚合页*/
.et-db #et-boc .et-l .products_banner .et_pb_slide_description .et_pb_slide_title {
  font-weight: 400;
}
.et-db #et-boc .et-l .products_banner .et_pb_slide_content p {
  margin-top: 30px;
}
.et-db #et-boc .et-l .products_banner .et_pb_slide_content p:last-of-type {
  font-size: 40px;
}
.et-db #et-boc .et-l .products_banner .et-pb-controllers a {
  display: inline-block;
  width: 40px;
  height: 4px;
  font-size: 0;
  margin: 0 10px;
  cursor: pointer;
  background: #fff;
  border-radius: 2px;
  position: relative;
}
.et-db #et-boc .et-l .products_banner .et-pb-controllers a.et-pb-active-control:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 4px;
  background: #f70000;
  border-radius: 2px;
  animation: newsslide_progressbar 3s;
  -webkit-animation: newsslide_progressbar 3s;
}
.et-db #et-boc .et-l .et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
  background: none;
}
.et-db #et-boc .et-l .pro_gaomifwq .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper {
  margin: 16px 0 40px 0;
}

/*法律声明*/
.legal .legal_content .et_pb_text_inner h2 {
  font-size: 24px;
  line-height: 36px;
  color: #333;
  margin: 0 0 20px 0;
}
.legal .legal_content .et_pb_text_inner h3 {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  margin: 18px 0;
}
.legal .legal_content .et_pb_text_inner p {
  margin: 20px 0;
}
.legal .legal_content .et_pb_text_inner table {
  width: 96%;
}
.legal .legal_content .et_pb_text_inner table td {
  color: #333 !important;
}
.legal .legal_content .et_pb_text_inner table thead td {
  padding: 8px 20px;
  border-top: none;
  border-right: none;
  border-bottom-width: 2px;
  border-bottom-color: initial;
  border-left: none;
  background: #ddd;
  word-break: break-all;
  border-right: 2px solid #fff;
  font-weight: 700;
  line-height: 1.5;
}
.legal .legal_content .et_pb_text_inner table tbody tr td {
  border-right: 2px solid #fff;
  padding: 8px 16px;
}
.legal .legal_content .et_pb_text_inner table tbody tr td:first-child {
  width: 100px;
}
.legal .legal_content .et_pb_text_inner table tbody tr:nth-child(2n) td {
  background: #f8f8f8;
  word-break: break-all;
  border-right: 2px solid #fff;
}
.legal .legal_content .et_pb_text_inner p a {
  color: #2d8cf0;
}
.legal .legal_content .et_pb_text_inner p a:hover {
  color: #57a3f3;
}

/*合规诚信*/
.compliance_content {
}
.compliance_content .et_pb_text_inner p.subtitle {
  font-size: 24px;
  color: #333;
  letter-spacing: 1.14px;
  line-height: 36px;
  margin: 16px 0;
}
.compliance_content .et_pb_text_inner ul.subList {
  padding-left: 15px;
}
.compliance_content .et_pb_text_inner ul.subList li {
  margin-bottom: 12px;
  position: relative;
  list-style: disc;
}
.compliance_content p a {
  color: #022ea7;
}
.compliance_content p a:hover {
  text-decoration: underline;
}

.hgycxlist {
}
.hgycxlist .medialist li {
  width: 25%;
}
.white-list-bg.hgycxlist .list_box li a {
  box-shadow: 0 12px 32px 0 rgba(190, 196, 204, 0.2);
}
.hgycxlist .medialist li .media_img img {
  height: auto;
}
.cplxjh_case.hgycxlist .medialist li .media_text .medialitit {
  font-size: 24px;
  line-height: 36px;
  color: #333;
  font-weight: 400;
}
.white-list-bg.hgycxlist .list_box li .media_text {
  padding: 16px 21px 40px;
}
.cplxjh_case.hgycxlist .medialist li .media_text .media_text_desc {
  letter-spacing: 0.17px;
  margin-top: 16px;
}
.cplxjh_case.hgycxlist .medialist li .media_text .text_hover:hover {
  color: #333 !important;
}

.heguiguanli .et_pb_text_inner h2 {
  font-size: 24px;
  color: #333;
  letter-spacing: 1.14px;
  line-height: 36px;
  margin: 16px 0;
  font-weight: 400;
}
.heguiguanli .et_pb_text_inner p {
  margin-bottom: 16px;
  letter-spacing: 0.67px;
}
.heguiguanli .et_pb_text_inner p a {
  color: #022ea7;
}
.heguiguanli .et_pb_text_inner p a:hover {
  text-decoration: underline;
}

.compliance_nrcontent .et_pb_text_inner p {
  margin-bottom: 16px;
}
.compliance_content.compliance_nrcontent .et_pb_text_inner ul.subList li {
  color: #666;
}

/*阳光采购原则*/
.yangguangcg .et_pb_text_inner h1 {
  font-size: 28px;
  color: #333;
  line-height: 48px;
  margin: 46px 0 0px;
  font-weight: 400;
}
.yangguangcg .et_pb_text_inner h3 {
  margin: 35px 0;
  font-size: 22px;
  line-height: 32px;
  color: #333;
  font-weight: 400;
}
.yangguangcg .et_pb_text_inner a {
  color: #022ea7;
}
.yangguangcg .et_pb_text_inner a:hover {
  text-decoration: underline;
}
.ygcgyzzwyt {
  align-items: flex-end;
}
.ygcgyzzwyt2 h1.supplier-sub-title {
  margin-bottom: 36px;
}

/*招贤纳士*/
.job_banner .header-content {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
.job_banner .header-content .header-logo {
  cursor: pointer;
  display: block;
  margin: 90px auto 0;
}
.job_banner .header-content .et_pb_header_content_wrapper {
  display: none;
}
.job_banner:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

/*招贤纳士-弹出视频*/
video {
  object-fit: contain;
}
.job_tshipin {
}
.job_tshipin .popup_body_box .popup_box {
  width: 800px;
  height: 350px;
  position: relative;
}
.job_tshipin .popup_body_box .clsoe_popup_btn {
  cursor: pointer;
  background: url(images/closebtn.png) no-repeat;
  background-size: 20px;
  position: absolute;
  right: -20px;
  top: -20px;
  text-indent: -999em;
  width: 20px;
  height: 20px;
}
.job_tshipin .popup_body_box .popup_content {
  height: 100%;
}
.job_tshipin .popup_body_box .popup_content p {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.job_tshipin .popup_body_box .popup_content video {
  width: 100%;
  height: 100%;
}

.job_shujulist {
}
.job_shujulist .et_pb_column {
  border-right: #dfe1e6 1px solid;
}
.job_shujulist .et_pb_column:last-child {
  border-right: none;
}
.job_shujulist .et_pb_text_inner h3 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 500;
  margin-bottom: 2px;
}

.job_xinqidian .et_pb_column {
  border-radius: 2px;
  margin-bottom: 0;
}
.job_xinqidian .et_pb_main_blurb_image {
  margin-bottom: 24px;
}
.job_xinqidian .et_pb_main_blurb_image img {
  width: 100%;
}
.job_xinqidian .et_pb_blurb_content .et_pb_blurb_container {
  padding: 0 24px 34px 24px;
}
.job_xinqidian .et_pb_blurb_content .et_pb_blurb_description {
  margin-top: 16px;
}
.job_xinqidian .et_pb_blurb_content .et_pb_blurb_description ul {
  display: flex;
  flex-wrap: wrap;
}
.job_xinqidian .et_pb_blurb_content .et_pb_blurb_description ul li {
  cursor: pointer;
  margin-right: 32px;
  padding-right: 20px;
  background: url(images/arrow_red_right.svg) no-repeat right center;
  background-size: 20px 20px;
  line-height: 20px;
  font-size: 14px;
  transition: all 0.3s;
}
.job_xinqidian .et_pb_blurb_content .et_pb_blurb_description ul li:hover {
  background: url(images/arrow_red_right.svg) no-repeat 106% center;
  background-size: 20px 20px;
}
.job_xinqidian .et_pb_blurb_content .et_pb_blurb_description ul li a:hover {
  color: #f70000;
}

.job_tansuo .et_pb_module {
  height: 100%;
}
.job_tansuo .et_pb_column {
  margin-bottom: 0;
}
.job_tansuo .et_pb_blurb_content .et_pb_main_blurb_image {
}
.job_tansuo .et_pb_blurb_content .et_pb_main_blurb_image img {
  width: 64px;
  height: 64px;
}
.job_tansuo .et_pb_blurb_content .et_pb_blurb_container {
}
.job_tansuo .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  margin-bottom: 16px;
}
.job_tansuo .et_pb_blurb_position_left .et_pb_blurb_container {
  padding-left: 24px;
}
.job_tansuo .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
  min-height: 56px;
}
.job_tansuo .et_pb_column .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p a {
  color: #666;
}
.job_tansuo .et_pb_column .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p a:nth-child(1) {
  margin-right: 3px;
}
.job_tansuo .et_pb_column .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p a:nth-child(3) {
  margin-left: 3px;
}
.job_tansuo .et_pb_column .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p a:hover {
  color: #f70000;
}

.job_zplx {
}
.job_zplx .et_pb_column {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.job_zplx .et_pb_column .et_pb_text {
  width: 100%;
}
.job_zplx .et_pb_column .custom_button {
  margin-right: 40px;
  margin-bottom: 0;
}
.job_zplx .et_pb_column .custom_button .btn_medium {
  width: 140px;
  height: 44px;
  line-height: 44px;
  background: url(images/icon_xiaozhao.svg) no-repeat 20px center #f70000;
  padding-left: 18px;
  font-size: 16px;
}
.job_zplx .et_pb_column .et_pb_blurb {
  margin-left: 40px;
}
.job_zplx .et_pb_column .et_pb_blurb .et_pb_module_header {
  font-weight: 400;
}
.job_zplx .et_pb_column:nth-child(2) .custom_button .btn_medium {
  background: url(images/icon_shezhao.svg) no-repeat 20px center #f70000;
}
.job_zplx .et_pb_column .et_pb_blurb .et_pb_blurb_description a {
  color: #022ea7;
}
.job_zplx .et_pb_column .et_pb_blurb .et_pb_blurb_description a:hover {
  text-decoration: underline;
}

.job_zplx .et_pb_blurb_position_left .et_pb_blurb_content {
  display: flex;
  align-items: center;
}
.job_zplx .et_pb_blurb_position_left .et_pb_blurb_content .et_pb_main_blurb_image {
  margin-bottom: 0;
}

.joinus_tgrow {
}
.joinus_tgrow .et_pb_column {
  margin-bottom: 0;
}
.joinus_tgrow .et_pb_text_inner {
  display: flex;
  items-align: center;
  justify-content: space-between;
}
.joinus_tgrow .et_pb_text_inner p {
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
}
.joinus_tgrow .et_pb_text_inner p a {
  font-size: 14px;
  color: #ccc;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  background: url(../images/nextbtn.png) no-repeat right center;
  background-size: 15px;
  padding-right: 15px;
}
.joinus_tgrow .et_pb_text_inner p a:hover {
  color: #f70000;
}

.job_gglist {
}
.job_gglist .post_title_list {
  width: 100%;
}
.job_gglist li {
  margin-bottom: 12px;
}
.job_gglist li a {
  line-height: 24px;
}
.job_gglist li a .title {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
.job_gglist li a .date {
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  text-align: right;
  line-height: 24px;
  font-weight: 400;
}
.job_gglist #paging {
  display: none;
}
.job_gglist li a:hover .title {
  color: #f70000;
}
.job_gglist li a:hover .date {
  color: #666;
}
.joinus_tgrow .et_pb_column:nth-child(2) .job_gglist li a .date {
  display: none;
}

/*招贤纳士-常见问题*/
.job_problem.et_pb_tabs {
  border: none;
}
.job_problem ul.et_pb_tabs_controls {
  background: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  -webkit-box-pack: justify;
}
.job_problem .et_pb_tabs_controls li {
  height: 120px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-size: 100%;
  padding-left: 41px;
  line-height: 120px;
  border-right: none;
  cursor: pointer;
  background-image: url(images/tab2.png);
  margin-right: 24px;
}
.job_problem .et_pb_tabs_controls li:nth-child(2) {
  margin-right: 0;
}
.job_problem .et_pb_tabs_controls li a {
  display: block;
  font-size: 28px;
  color: #333;
  padding: 0;
  font-weight: 400;
}
.job_problem .et_pb_tabs_controls li.et_pb_tab_active {
  background-image: url(images/tab1.png);
}
.job_problem .et_pb_tabs_controls li.et_pb_tab_active a {
  color: #f70000 !important;
}

.job_problem .et_pb_all_tabs {
}
.job_problem .et_pb_all_tabs .et_pb_tab {
  padding: 0;
}
.job_problem .et_pb_all_tabs .et_pb_tab .et_pb_tab_content {
}
.job_problem .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .classNames {
  font-size: 26px;
  font-weight: 700;
}
.job_problem .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .list {
}
.job_problem .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3 {
  font-size: 22px;
  margin: 36px 0 22px;
  font-weight: 400;
}
.job_problem .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 9px;
}
.job_problem .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .tab_notice {
  color: #999;
}
.job_problem .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p a {
  color: #022ea7;
}
.job_problem .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p a:hover {
  text-decoration: underline !important;
}

/*留资高保真*/
.liuzi_banner .et_pb_module_header {
  margin-bottom: 8px;
}
.liuzi_section {
}
.et-db #et-boc .et-l .liuzi_section .et_pb_text_1 {
}
.liuziform {
  width: 62%;
  margin: 0 auto;
}
.liuziform .gform_wrapper {
}
.liuziform .gform_wrapper .gform_body {
}
.liuziform .gform_wrapper .gform_body .gfield {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.liuziform .gform_wrapper .gform_body legend.gfield_label {
  float: left;
}
.liuziform .gform_wrapper .gform_body .gfield_label {
  width: 300px;
  font-size: 14px;
  color: #555;
  font-weight: normal;
  line-height: 18px;
  margin-right: 24px;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.liuziform .gform_wrapper .gform_body .gfield_contains_required .gfield_label:before {
  content: '*';
  color: #f00;
  font-size: 12px;
  margin-right: 5px;
}

/*其他行业*/
.liuziform .gform_wrapper .gform_body .other_industry {
  margin-top: -15px;
}
.liuziform .gform_wrapper .gform_body .other_industry .gfield_label {
  opacity: 0;
}
.liuziform .gform_wrapper .gform_body .other_industry.gfield input {
  font-size: 14px;
}

.liuziform .gform_wrapper .gform_body .gfield_label .gfield_required {
  display: none;
}
.liuziform .gform_wrapper .gform_body .gfield_label .gfield_required .gfield_required_text {
  display: none;
}

.liuziform .gform_wrapper .gform_body .gfield .ginput_container {
  width: calc(100% - 324px);
  margin-left: 306px;
}

/*文本框*/
.liuziform .gform_wrapper .gform_body .gfield input {
  width: 400px !important;
  background: #ffffff;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #515a6e;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

/*下拉框*/
.liuziform .gform_wrapper .gform_body .gfield select {
  width: 400px !important;
  font-size: 14px;
  color: #333333;
  background: url(images/selectbg.svg) no-repeat 97% center #fff;
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.liuziform .gform_wrapper .gform_body .gfield select option {
  cursor: pointer;
  background: #fff;
}
.liuziform .gform_wrapper .gform_body .gfield select option:hover {
  background: #d81e2b;
  color: #fff;
}

/*复选框*/
.liuziform .gform_wrapper .gform_body .gfield .ginput_container_checkbox {
  padding-top: 6px;
}
.liuziform .gform_wrapper .gform_body .gfield .gfield_checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.liuziform .gform_wrapper .gform_body .gfield .gfield_checkbox .gchoice {
  margin-right: 20px;
  margin-bottom: 10px;
  display: flex;
  text-align: left;
}
.liuziform .gform_wrapper .gform_body .gfield input[type='checkbox'] {
  width: 16px !important;
  margin-right: 4px;
  height: 16px;
  background: #ffffff;
  border: #d4d4d4 1px solid;
  border-radius: 1px;
  margin-top: 0px;
  display: block;
  margin-bottom: 0;
  cursor: pointer;
  flex-shrink: 0;
}
.liuziform .gform_wrapper .gform_body .gfield input[type='checkbox']:checked {
  background: url(images/liuzi_xuanz.png) no-repeat center center;
  background-size: 16px;
  border: none;
}
.liuziform .gform_wrapper .gform_body .gfield .gfield_checkbox label {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  max-width: inherit;
  width: auto;
  user-selectl: none;
  -webkit-user-select: none;
  position: relative;
  top: -3px;
}

/*单选*/
.liuziform .gform_wrapper .gform_body .ginput_container_radio {
}
.liuziform .gform_wrapper .gform_body .gfield .gfield_radio {
  display: flex;
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 6px;
}
.liuziform .gform_wrapper .gform_body .gfield .gfield_radio .gchoice {
  margin-right: 20px;
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
}
.liuziform .gform_wrapper .gform_body .gfield .gfield_radio .gchoice input {
  width: 16px !important;
  height: 16px;
  border: #d4d4d4 1px solid;
  border-radius: 100%;
  cursor: pointer;
  flex-shrink: 0;
}
.liuziform .gform_wrapper .gform_body .gfield .gfield_radio .gchoice input::placeholder {
  color: #999;
}
.liuziform .gform_wrapper .gform_body .gfield .gfield_radio .gchoice input:checked {
  background: url(images/liuzi_radiochecked.png) no-repeat;
  background-size: 16px;
  border: none;
}
.liuziform .gform_wrapper .gform_body .gfield .gfield_radio .gchoice label {
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  margin-left: 5px;
  max-width: inherit;
  width: auto;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  top: -3px;
  text-align: left;
}

/*多行文本*/
.liuziform .gform_wrapper .gform_body .gfield .ginput_container.ginput_container_textarea {
  position: relative;
}
.liuziform .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 126px;
  font-family: FZLTHJW--GB1-0;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #515a6e;
  line-height: 24px;
  width: 400px;
  font-size: 14px;
}
.liuziform .gform_wrapper.gravity-theme .ginput_counter {
  display: none;
}
.liuziform .gform_wrapper.gravity-theme .gfield_textarea .ginput_counter {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #999;
  position: absolute;
  bottom: 10px;
  right: calc(100% - 395px);
  background: #fff;
  padding: 0 5px;
  font-family: FZLTHJW--GB1-0;
}
/*单个文件上传*/
.liuziform .gform_wrapper .gform_body .gfield input[type='file'] {
  padding: 0 5px;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
}

/*多个文件上传*/
.gform_drop_area {
  width: 400px;
}
.gform_wrapper.gravity-theme .gform_fileupload_rules {
  font-size: 13px !important;
  color: #666;
}

/*html代码*/
.liuziform .gform_wrapper .gform_body .gfield.gfield_html {
}
.liuziform .gform_wrapper .gform_body .gfield.gfield_html input {
  width: 16px !important;
  margin-right: 8px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #999999;
  display: inline-block;
  vertical-align: middle;
  border-radius: 1px;
  margin-top: -4px;
}
.liuziform .gform_wrapper .gform_body .gfield.gfield_html input:checked {
  background: url(images/liuzi_xuanz.png) no-repeat center center;
  background-size: 16px;
  border: none;
}
.liuziform .gform_wrapper .gform_body .gfield.gfield_html .ginput_container label {
  cursor: pointer;
}
.liuziform .gform_wrapper .gform_body .gfield.gfield_html a {
  color: #002dae;
  text-decoration: underline;
  margin: 0 5px;
}

/*隐私保护*/
.liuziform .gform_wrapper .gform_body .gfield .gfield_checkbox label a {
  color: #002dae;
  text-decoration: underline;
  margin: 0 5px;
}
.liuziform .gform_wrapper .gform_body .gfield.privacy legend.gfield_label {
  display: none;
}
.liuziform .gform_wrapper .gform_body .gfield.privacy .ginput_container {
  height: auto;
  margin-left: 324px;
}
.liuziform .gform_wrapper .gform_body .gfield.privacy .gfield_checkbox label {
  width: calc(100% - 32px);
  vertical-align: top;
}

/*提交按钮*/
.liuziform .gform_wrapper.gravity-theme .gform_footer {
  margin-top: 30px;
}
.liuziform .gform_wrapper .gform_footer .gform_button {
  width: 144px;
  display: block;
  margin: 0 auto;
  height: 48px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  border: none;
  font-weight: 400;
  background: #d81e2b;
  border-radius: 2px;
}

/*错误提示*/
.liuziform .gform_wrapper.gravity-theme .gfield_description {
  background: none;
  border: none;
  padding: 0 0 0 324px;
  margin-top: 5px;
  color: #d81e2b;
  font-size: 14px;
}
.liuziform .gform_wrapper .gform_body .gfield.gfield_error input[type='text'] {
  border: 1px solid #d81e2b;
}
.gform_validation_errors {
  display: none;
}
.liuziform .gform_wrapper.gravity-theme .gfield:last-child .gfield_description {
  margin-top: 0;
}

/*提交后*/
.liuzi_tijiaohou {
  text-align: center;
  padding: 160px 0;
}
.liuzi_tijiaohoutishi {
  margin-bottom: 40px;
}
.liuzi_tijiaohouimg {
  display: block;
  margin: 0 auto 24px;
  background: url(images/liuzi_tijiaohou.svg) no-repeat;
  width: 120px;
  height: 120px;
}
.liuzi_tijiaohoutext {
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 400;
}
.liuzi_tijiaohoubtn a {
  display: inline-block;
  margin: 0 10px;
  width: auto;
  padding: 0 30px;
  height: 48px;
  line-height: 48px;
  background: #d81e2b;
  border-radius: 2px;
  border: none;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
.liuzi_tijiaohoubtn a:nth-child(2) {
  color: #d81e2b;
  border: 1px solid #d81e2b;
  background: #fff;
}

/*活动聚合页*/
.huodong_rmhdlist {
}
.huodong_rmhdlist .et_pb_main_blurb_image {
  margin-bottom: 12px;
  width: 100%;
}
.huodong_rmhdlist .et_pb_main_blurb_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.huodong_rmhdlist .et_pb_blurb .et_pb_image_wrap {
  height: 550px;
}
.huodong_rmhdlist .et_pb_column:nth-child(2) .et_pb_blurb .et_pb_image_wrap {
  height: 260px;
}
.huodong_rmhdlist .et_pb_column:nth-child(2) .et_pb_blurb:nth-child(2) .et_pb_image_wrap {
  height: 190px;
}

.huodong_rmhdlist .et_pb_blurb_container {
  padding: 0 30px 11px 30px;
  background: url(images/quanbuhuodong_gengduo.png) no-repeat 97% center;
}
.huodong_rmhdlist .et_pb_module:hover .et_pb_blurb_container {
  background: url(images/quanbuhuodong_gengduo_h.png) no-repeat 97% center;
}
.huodong_rmhdlist .et_pb_blurb_container .et_pb_module_header {
  margin-bottom: 6px;
}
.huodong_rmhdlist .et_pb_blurb_container .et_pb_blurb_description {
}
.huodong_rmhdlist .et_pb_blurb_container .et_pb_blurb_description li {
  width: 65px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: #ff8e36;
  background: rgba(255, 142, 54, 0.08);
  border-radius: 3px;
}
.huodong_rmhdlist .et_pb_module.ising .et_pb_blurb_container .et_pb_blurb_description li {
  background: rgba(109, 195, 53, 0.08);
  color: #6dc335;
}
.huodong_rmhdlist .et_pb_module.ending .et_pb_blurb_container .et_pb_blurb_description li {
  background: rgba(81, 132, 234, 0.08);
  color: #5184ea;
}

.et-db #et-boc .et-l .huodong_rmhdlist .et_pb_blurb:hover .et_pb_module_header {
  color: #f70000 !important;
}

.hdmlist.product_slide .item_box .item {
  min-height: inherit;
  padding-bottom: 0;
}

/*TechX技术专题日*/
.huodong_techx {
}
.huodong_techxlist.news_slide {
  position: static;
}
.huodong_techxlist .news_slideimg img {
  height: auto !important;
}
.news_slide.huodong_techxlist .swiper-slide a {
  background: #f7f9fa;
  min-height: 360px;
}
.huodong_techxlist .news_slidetext {
  background-image: none;
  position: static;
  padding: 20px 40px 20px;
  justify-content: flex-start;
  position: relative;
}
.huodong_techxlist .news_slidetext:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(images/zhauntiri_gengduo.png) no-repeat;
  position: absolute;
  right: 40px;
  bottom: 20px;
}
.huodong_techxlist .news_slidetext h3 {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0.28px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  font-weight: 400;
  height: 52px;
  overflow: hidden;
}
.huodong_techxlist .news_slidetext .newslidedate {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.huodong_techxlist .news_slidetext .newslidedate b {
  font-size: 36px;
  letter-spacing: 0.55px;
}
.news_slide.huodong_techxlist .swiper-slide:nth-child(2n) a {
  background: #eff2f3;
}
.news_slide.huodong_techxlist .swiper-slide a:hover .news_slidetext h3 {
  color: #f70000;
}
.huodong_techxlist .swiper-slide a:hover .news_slidetext .newslidedate {
  color: #f70000;
}
.huodong_techxlist .swiper-slide a:hover .news_slidetext:after {
  background: url(images/zhauntiri_hgengduo.png) no-repeat;
}

/*左右滚动按钮*/
.huodong_techxlist.swiper_box .slide_navigation {
  width: 122px;
  height: 35px;
  right: 0;
  top: 10px;
  z-index: 10;
}
.huodong_techxlist.swiper_box .slide_navigation .icon_btn {
  width: 60px;
  height: 35px;
}
.huodong_techxlist.swiper_box .slide_navigation .swiper-button-prev {
  left: 0;
  background: url(../images/arrow_left.svg) no-repeat center center #e8e8e8;
}
.huodong_techxlist.swiper_box .slide_navigation .swiper-button-next {
  right: 0;
  background: url(../images/arrow_right.svg) no-repeat center center #e8e8e8;
}
.huodong_techxlist.swiper_box .slide_navigation .swiper-button-prev:hover {
  background: url(../images/arrow_white_left.png) no-repeat center center #d81e2b;
}
.huodong_techxlist.swiper_box .slide_navigation .swiper-button-next:hover {
  background: url(../images/arrow_white_right.png) no-repeat center center #d81e2b;
}
.huodong_techxlist.swiper_box .slide_navigation .icon_btn .iconfont {
  display: none;
}

/*活动-技术专题日-自定义数据列表*/
.huodong_techxlist {
}
.huodong_techxlist.swiper_box {
  position: static;
}
.huodong_techxlist .swiper-slide {
  height: auto;
}
.huodong_techxlist .swiper-slide .item_box {
  display: block;
  height: 100%;
}
.huodong_techxlist .swiper-slide .item_box .item {
  height: 100%;
  display: block;
  background: #f7f9fa;
  min-height: 360px;
}
.huodong_techxlist .swiper-slide:nth-child(2n) .item {
  background: #eff2f3;
}
.huodong_techxlist .swiper-slide .item_box .item .img_box {
  overflow: hidden;
}
.huodong_techxlist .swiper-slide .item_box .item .img_box img {
  display: block;
  height: auto;
  transition: all 0.5s;
}
.huodong_techxlist .swiper-slide .item_box .item .slide_text {
  padding: 20px 24px;
  position: relative;
}
.huodong_techxlist .swiper-slide .item_box .item .slide_text .title {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0.28px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  font-weight: 400;
  height: 52px;
  overflow: hidden;
}
.huodong_techxlist .swiper-slide .item_box .item .slide_text .summary_box {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.huodong_techxlist .swiper-slide .item_box .item .slide_text .summary_box:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(images/zhauntiri_gengduo.png) no-repeat;
}
.huodong_techxlist .swiper-slide .item_box .item .slide_text .summary_box .newslidedate {
  font-size: 14px;
  color: #333;
  line-height: 56px;
}
.huodong_techxlist .swiper-slide .item_box .item .slide_text .summary_box .newslidedate b {
  font-size: 36px;
  letter-spacing: 0.55px;
}
.huodong_techxlist .swiper-slide .item_box .item .slide_text .summary_box .newslidedate span {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.huodong_techxlist .swiper-slide .item_box .item:hover .img_box img {
  transform: scale(1.1);
}
.huodong_techxlist .swiper-slide .item_box .item:hover .slide_text .title {
  color: #f70000;
}
.huodong_techxlist .swiper-slide .item_box .item:hover .slide_text .summary_box:after {
  background: url(images/zhauntiri_hgengduo.png) no-repeat;
}

.huodong_alllist {
}
.huodong_alllist .second_navigation {
  margin-left: 0;
  margin-bottom: 0;
}
.huodong_alllist .second_navigation li {
  width: auto;
  margin-bottom: 0;
}
.huodong_alllist .second_navigation li a {
  border: none;
  padding: 0 20px;
  background: none;
  line-height: 36px;
  font-size: 18px;
  border-radius: 4px;
  color: #666666;
  letter-spacing: 0.28px;
}
.huodong_alllist .second_navigation li.active a,
.huodong_alllist .second_navigation li a:hover {
  border: none;
  background: #f70000;
  color: #fff;
}
.huodong_alllist .medialist .list_box {
  margin: 0 -18px;
}
.huodong_alllist .medialist li {
  padding: 0 18px;
  margin-bottom: 30px;
}
.huodong_alllist .medialist li a {
  background: none;
  min-height: inherit;
}
.huodong_alllist .medialist li .media_img img {
  height: auto;
  display: block;
}
.huodong_alllist .medialist li .media_text {
  padding: 12px 12px 5px 0;
}
.huodong_alllist .medialist li .media_text .medialitit {
  font-size: 18px;
  line-height: 25px;
}
.huodong_alllist .medialist li .media_text .time {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
  display: block;
  line-height: 20px;
}
.huodong_alllist #module-list-box .list_box .list_more_btn {
  margin-left: 0;
}
.huodong_alllist .btn_medium {
  padding: 0;
  border: none;
  background: url(images/quanbuhuodong_gengduo.png) no-repeat right center;
  padding-right: 16px;
  font-size: 14px;
  color: #666666;
  min-width: inherit;
}
.huodong_alllist .medialist li a:hover .btn_medium {
  border: none;
  color: #f70000;
  background: url(images/quanbuhuodong_gengduo_h.png) no-repeat right center;
}
.huodong_alllist .medialist li a:hover .media_text .time {
  color: #f70000;
}
.huodong_alllist #paging {
  text-align: center;
  justify-content: center;
}

.huodong_news {
  justify-content: space-between;
}
.huod_zxdtlist {
}
.cplx_zxdtlist.huod_zxdtlist .newslist li a {
  border-bottom: #ededed 1px solid;
}
.cplx_zxdtlist.huod_zxdtlist .newslist li a:hover {
  background: #fff;
}
.cplx_zxdtlist.huod_zxdtlist .newslist li a .news_img {
  border-radius: 4px;
}
.cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a {
  background: #f8f8f8;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 25px;
}
.cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a .news_date {
  display: none;
}
.cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a .news_img {
  margin-bottom: 14px;
  height: 420px;
}
.cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a .news_text {
  padding: 0 40px;
  width: 100%;
}
.cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a .news_text_desc {
  display: none;
}
.cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a .news_text p {
  padding-right: 0;
}
.cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a .news_text .news_mobdate span:nth-child(1) {
  display: block;
  color: #333;
  margin-top: 4px;
}
.cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a .news_text .list_more_btn {
  text-align: right;
  margin-top: 16px;
}
.cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a .news_text .btn_medium {
  color: #666666;
  font-size: 14px;
  min-width: inherit;
  background: none;
  border: none;
  padding: 0 12px 0 0;
  background: url(images/quanbuhuodong_gengduo.png) no-repeat right center;
}
.cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a:hover .news_text .btn_medium {
  color: #f70000;
  background: url(images/quanbuhuodong_gengduo_h.png) no-repeat right center;
}

body #et-boc .et-l .et_pb_button_module_wrapper .custom-more-btn.et_pb_button.hd_morenews:after {
  font-size: 32px !important;
  top: 3px;
}
body #et-boc .et-l .et_pb_button_module_wrapper .custom-more-btn.et_pb_button.hd_morenews {
  padding-right: 25px !important;
}

/*搜索页*/
.search_page {
}
.s_banner {
  background-color: #f5f6f8;
}
.s_banner .w {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 70px;
}
.s_box {
  width: 732px;
  position: relative;
}
.s_box form {
  margin-top: 24px;
  display: flex;
  border: 1px solid #aeb0b8;
  border-radius: 2px;
}
.s_box .s_input {
  height: 48px;
  line-height: 48px;
  width: 636px;
  padding-left: 16px;
  font-size: 16px;
  border: 1px solid #fff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-right: 30px;
  color: #333;
}
.s_box .s_submit {
  border-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 12px 0;
  width: 96px;
  border: none;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #f70000;
  border-color: #f70000;
}
.record_list {
  min-height: 250px;
  max-height: 450px;
  overflow-y: auto;
  display: none;
  padding: 24px;
  padding-bottom: 24px;
  padding-bottom: 0;
  margin-bottom: 16px;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100%;
  position: absolute;
  z-index: 5;
  background: #fff;
  box-shadow: 0 12px 32px 0 rgba(190, 196, 204, 0.2);
}
.record_list li {
  color: #333;
  line-height: 30px;
}

.type_list {
  display: flex;
  margin-top: 40px;
}
.type_list li:nth-child(1) a {
  padding-left: 0;
}
.type_list li a {
  font-size: 18px;
  height: 48px;
  display: block;
  position: relative;
  line-height: 48px;
  color: #333;
  padding: 0 24px;
  border-radius: 0;
}
.type_list li.active a:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #f70000;
  margin-top: -1px;
}
.s_content_box {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 0;
}
.s_hint {
  margin: 0 auto;
  margin-bottom: 0px;
  height: 44px;
  background: rgba(81, 132, 234, 0.15);
  border: 0.8px solid rgba(81, 132, 234, 0.2);
  border-radius: 4px;
  font-size: 14px;
  color: #5184ea;
  line-height: 44px;
  padding: 0 24px;
  font-weight: 500;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 24px;
}
.s_hint i {
  margin-right: 2px;
}
.s_hint a {
  text-decoration: underline;
  cursor: pointer;
  color: #5184ea;
}
.close_hint {
  position: absolute;
  right: 24px;
  cursor: pointer;
}

.s_post_list {
}
.s_post_list div.post_item {
  border-bottom: 1px solid #dfe1e8;
  margin: 16px auto;
}
.s_post_list div.post_item:nth-child(1) {
  border-top: 1px solid #dfe1e8;
  padding-top: 16px;
}
.s_post_list div.post_item a.title {
  font-size: 20px;
  color: #333;
}
.s_post_list div.post_item a.title:hover {
  color: #f70000;
  text-decoration: underline;
}
.s_post_list div.post_item .summary {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  min-height: 18px;
  padding: 8px 0 0 0;
}
.s_post_list div.post_item .info {
  padding: 0 0 20px 0;
}
.s_post_list div.post_item .info .current_location {
  padding-top: 20px;
}
.s_post_list div.post_item .info .current_location .item {
}
.s_post_list div.post_item .info .current_location .item a {
  color: #666;
}
.s_post_list div.post_item .info .current_location .item a:hover {
  color: #f70000;
}

.chaofan_serviceall {
  padding-left: 40px;
  padding-right: 40px;
}

.second_navigation li {
  width: auto !important;
}
.second_navigation li a {
  padding: 0 20px;
}

/*详情页*/
.singlenews_body ul {
  padding-left: 15px;
  margin-bottom: 20px;
}
.singlenews_body ul li {
  list-style: disc;
  line-height: 24px;
}
.singlenews_body h1,
.singlenews_body h2,
.singlenews_body h3,
.singlenews_body h4,
.singlenews_body h5,
.singlenews_body h6 {
  margin-bottom: 20px;
}
.singlenews_body h1 span,
.singlenews_body h2 span,
.singlenews_body h3 span,
.singlenews_body h4 span,
.singlenews_body h5 span,
.singlenews_body h6 span {
  margin-right: 5px;
}

/*Technical Use Case Briefs*/
.et-db #et-boc .et-l .et_pb_row_6.Technical_UseCaserow .et_pb_column {
  max-width: 100%;
  box-shadow: 0px 12px 32px 0px rgba(190, 196, 204, 0.2);
  background: #fff;
  padding: 20px 16px;
  align-items: center;
}
.Technical_UseCaselie {
  display: flex;
}
.Technical_UseCaselie .et_pb_module {
  width: 64px;
  height: 64px;
  margin-right: 24px;
  height: auto;
  margin-bottom: 0 !important;
}
.Technical_UseCaselie .et_pb_module:nth-child(1) {
  width: auto;
  margin-right: 80px;
}
.Technical_UseCaselie .et_pb_module .et_pb_blurb_content {
  position: relative;
  cursor: pointer;
}
.Technical_UseCaselie .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image {
  margin-bottom: 0 !important;
}
.Technical_UseCaselie .et_pb_module .et_pb_blurb_content .et_pb_blurb_container {
  padding: 16px;
  position: absolute;
  left: 0;
  top: -60px;
  text-align: center;
  background-color: #fff;
  max-width: 250px;
  min-height: 34px;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(190, 196, 204, 0.3);
  box-shadow: 0 2px 8px 0 rgba(190, 196, 204, 0.3);
  display: none;
}
.Technical_UseCaselie .et_pb_module .et_pb_blurb_content .et_pb_blurb_container:after {
  content: '';
  display: block;
  border: 7px solid transparent;
  border-top-color: #fff;
  position: absolute;
  bottom: -13px;
  left: 0%;
}
.Technical_UseCaselie .et_pb_module .et_pb_blurb_content .et_pb_blurb_container h4 {
}
.Technical_UseCaselie .et_pb_module .et_pb_blurb_content .et_pb_blurb_container h4 span {
  font-size: 14px;
  color: #333;
}
.Technical_UseCaselie .et_pb_module .et_pb_blurb_content:hover .et_pb_blurb_container {
  display: block;
}

.specifications_list .list_box {
  position: relative;
}
.specifications_list.show_btn .list_box:after {
  content: '';
  display: block;
  background: linear-gradient(180deg, transparent, #fff);
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.specifications_list.show_list .list_box:after {
  display: none;
}

/*针对英文端处理*/
.en .singlenews_body p,
.jp .singlenews_body p {
  text-align: left;
}
.en .product_section_location .item,
.jp .product_section_location .item {
  margin: 0 15px;
}
.en .medialist li .media_text .media_text_desc,
.en .cplx_zxdtlist .newslist li a .news_text p,
.jp .medialist li .media_text .media_text_desc,
.jp .cplx_zxdtlist .newslist li a .news_text p {
  text-align: left;
}
.en .cplx_zxdtlist .newslist li .news_text .newslitit,
.jp .cplx_zxdtlist .newslist li .news_text .newslitit {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.medialist li .media_text .media_tag span {
  margin-bottom: 8px;
}
.medialist li .media_text .media_tag {
  height: 60px;
  overflow: hidden;
}
.medialist li .media_text .media_tag.nohavetag,
.nohavetag {
  display: none !important;
}

/*英文端联系我们*/
.en .encontactqhtit {
}
.en .encontactqhtit .et_pb_column {
  display: flex;
}
.en .encontactqhtit .et_pb_column .et_pb_module {
  margin-right: 40px;
  color: #999;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.en .encontactqhtit .et_pb_column .et_pb_module.active,
.en .encontactqhtit .et_pb_column .et_pb_module:hover {
  color: #333;
}
.en .encontactqhtit .et_pb_column .et_pb_module.active:after {
  width: 100%;
  content: '';
  height: 2px;
  background: #f70000;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.en .contact_zongbu,
.jp .contact_zongbu {
  display: flex;
  align-items: center;
}

.encontact_fourlist {
}
.encontact_fourlist .swiper-wrapper .slide_item {
  height: auto;
}
.encontact_fourlist.product_slide .item_box {
  height: 100%;
}
.encontact_fourlist.product_slide .img_box {
  height: auto;
}
.encontact_fourlist.product_slide .item_box .item {
  min-height: inherit;
  height: 100%;
}
.encontact_fourlist.product_slide .slide_text {
  padding: 24px 24px 24px;
}
.encontact_fourlist.product_slide .title {
  font-size: 28px;
  margin-bottom: 33px;
  line-height: 32px;
  -webkit-line-clamp: 2;
}
.encontact_fourlist.product_slide .summary_box {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  padding-top: 0;
  border-top: none;
}
.encontact_fourlist.product_slide .summary_box a {
  color: #022ea7;
}
.encontact_fourlist.product_slide .summary_box a:hover {
  text-decoration: underline;
}

.et-db.jp #et-boc .et-l .contact_zongbu .et_pb_column h3 {
  color: #000;
  font-size: 40px;
}

/*日文关于我们*/
.jpabouttop {
}
.jpabouttop .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #666;
  line-height: 28px;
  margin-bottom: 16px;
}
.jpabouttop .info .label {
  width: 90px;
  color: #000;
  margin-right: 24px;
}

.jpfarenfhao .et_pb_blurb_content {
  display: flex;
  align-items: center;
}
.jpfarenfhao .et_pb_main_blurb_image {
  margin-right: 10px;
  margin-bottom: 0 !important;
}
.jpfarenfhao .et_pb_blurb_container {
  display: flex;
  align-items: center;
}
.jpfarenfhao .et_pb_blurb_container .et_pb_module_header {
  margin-right: 24px;
}

.jpsynrlist {
  padding-top: 30px;
  padding-left: 15px;
}
.jpsynrlist li {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
  position: relative;
}
.jpsynrlist li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f70000;
  position: absolute;
  top: 11px;
  left: -13px;
}
.jpabout_daibiao .et_pb_blurb_content {
  display: flex;
  align-items: center;
}
.jpabout_daibiao .et_pb_main_blurb_image {
  width: auto !important;
  margin-bottom: 0;
  margin-right: 40px;
}
.jpabout_daibiao .et_pb_blurb_container .et_pb_module_header {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: #000;
}
.jpabout_daibiao .resume {
}
.jpabout_daibiao .resume li {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}
.jpabout_daibiao .resume li:nth-child(1) {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin: 16px 0 40px;
}
.jpabout_map {
}
.jpabout_map .et_pb_text_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.jpabout_map .et_pb_text_inner p {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
.jpabout_map .et_pb_text_inner p:nth-child(1) {
  width: 100%;
}
.jpabout_map .et_pb_text_inner p img {
  max-width: 576px;
}
.jpabout_lianxi {
  margin-left: 40px;
}
.jpabout_lianxi p.subtitle {
  width: 222px;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 2.5px;
  border-bottom: 1px solid #dfe1e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jpabout_lianxi p.subtitle img {
}
.jpabout_lianxi p.subtitle span {
  margin-left: 8px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.jpabout_lianxi p.guide {
  font-size: 18px;
  line-height: 28px;
  margin-top: 7.5px;
}
.jpabout_lianxi p.guide span {
  color: #333;
  display: block;
  margin: 0 0 8px 5px;
  position: relative;
}
.jpabout_lianxi p.guide span:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  bottom: 12px;
  left: -5px;
}
.jpabout_wenda .et_pb_text_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
}
.jpabout_wenda .et_pb_text_inner p:nth-child(1) {
  max-width: 380px;
}
.jabout_wdlist {
  width: 72%;
  max-width: 1020px;
  height: auto;
  right: 0;
  margin: 0 0 48px 40px;
  padding: 48px 0 40px 40px;
  background: url(/wp-content/uploads/2022/10/bg.png);
  background-repeat: repeat;
  background-size: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 12px 32px 0 rgba(190, 196, 204, 0.1);
  box-shadow: 0 12px 32px 0 rgba(190, 196, 204, 0.1);
}
.jabout_wdlist p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #333;
}
.jpabout_wenda .et_pb_text_inner .jabout_wdlist p:nth-child(1) {
  max-width: inherit;
}
.jabout_wdlist p span:nth-child(1) {
  margin-right: 85px;
}
.jabout_wdlist p a {
  color: #022ea7;
}
.jabout_wdlist p a:hover {
  text-decoration: underline;
}

/*联系我们-英文*/
.contact_gjmap {
  display: none;
}
.ontact_enbg {
  background: url(images/contact_lxbg.jpg) no-repeat center;
  background-size: cover;
  padding: 48px 0;
}
.represent {
}
.represent .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 48px;
}
.country_items {
}
.represent .toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.represent .toggle-btn li {
  width: 200px;
  height: 48px;
  color: #333;
  padding: 10px 0;
  font-size: 20px;
  line-height: 28px;
  background: #fff;
  -webkit-box-shadow: 0 12px 32px 0 rgba(190, 196, 204, 0.2);
  box-shadow: 0 12px 32px 0 rgba(190, 196, 204, 0.2);
  margin-bottom: 24px;
  border-radius: 2px;
  cursor: pointer;
}
.represent .toggle-btn li.click-active {
  color: #fff;
  background: #f70000;
}
.represent .earth {
  width: 43%;
  height: auto;
}
.mearthtitle {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}
.represent .earth .img {
}
.represent .earth .img img {
  width: 100%;
  height: auto;
}
.represent .earth .img img.mobimg {
  display: none;
}
.represent .card {
  width: 22.8%;
}
.represent .card .card-item {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 32px 4px rgba(190, 196, 204, 0.2);
  box-shadow: 0 0 32px 4px rgba(190, 196, 204, 0.2);
}
.represent .card .card-item img {
  width: 100%;
  height: auto;
  border-radius: 2px 2px 0 0;
}
.represent .card .card-item .desc {
  padding: 20px 24px 24px;
  background: #fff;
  border-radius: 0 0 2px 2px;
}
.represent .card .card-item .desc p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.represent .card .card-item .desc p.name {
  color: #333;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.represent .card .card-item .desc p span {
  position: relative;
  padding-left: 17px;
}
.represent .card .card-item .desc p span:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  line-height: 22px;
}
.represent .card .card-item .desc p span.addr:before {
  background: url(images/lx_icon001.svg) no-repeat left center;
}
.represent .card .card-item .desc p span.mail:before {
  background: url(images/lx_icon002.svg) no-repeat left center;
}
.represent .card .card-item .desc p span.phone:before {
  background: url(images/lx_icon003.svg) no-repeat left center;
}

.ivu-select-selection {
  width: 100%;
  margin: 0 auto;
  display: none;
}
.ivu-select-selectiontit {
  font-size: 14px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px 0 rgba(190, 196, 204, 0.2);
  background-color: #fff;
  border-radius: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  height: 32px;
  text-align: center;
  line-height: 32px;
  padding: 0;
}
.ivu-select-selectiontit span {
  display: block;
  cursor: pointer;
}
.ivu-select-selectiontit i {
  position: absolute;
  top: 45%;
  right: 8px;
  line-height: 1;
  width: 16px;
  height: 16px;
  display: block;
  transform: translateY(-50%);
  font-size: 14px;
  color: #808695;
  transition: all 0.2s ease-in-out;
  background: url(images/arrow_down.svg) no-repeat;
}
.ivu-select-selection.glactive .ivu-select-selectiontit i {
  transform: rotate(180deg);
}

/*智能管理软件平台*/
.FusionDirector_jianjie .et_pb_blurb_content {
  display: flex;
  align-items: center;
}
.FusionDirector_jianjie .et_pb_blurb_content .et_pb_main_blurb_image {
  width: auto;
}
.FusionDirector_jianjie .et_pb_blurb_content .et_pb_module_header {
  font-weight: 400;
  margin-bottom: 30px;
}
.FusionDirector_jianjie .et_pb_blurb_content .et_pb_blurb_description {
  display: block;
}
.FusionDirector_jianjie .et_pb_blurb_content .et_pb_blurb_description .code {
  margin-top: 24px;
  text-align: center;
  display: inline-block;
}
.FusionDirector_jianjie .et_pb_blurb_content .et_pb_blurb_description .code img {
  max-width: 100px;
}
.FusionDirector_jianjie .et_pb_blurb_content .et_pb_blurb_description .code p.tip {
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 16px !important;
  margin-top: 8px;
}
.img_and_link_row.et_pb_sticky {
  background: #fbfbfb;
}

/*针对英日文处理*/
.en.et-db #et-boc .et-l .pingtai_fenlei .et_pb_blurb.list-item,
.jp.et-db #et-boc .et-l .pingtai_fenlei .et_pb_blurb.list-item {
  margin: 0 20px !important;
}

.en.et-db #et-boc .img_and_link_row.et_pb_sticky .link-list-nav .list-item,
.jp.et-db #et-boc .img_and_link_row.et_pb_sticky .link-list-nav .list-item {
  flex-shrink: 1;
}
.en .img_and_link_row.et_pb_sticky .link-list-nav .list-item .et_pb_module_header,
.jp .img_and_link_row.et_pb_sticky .link-list-nav .list-item .et_pb_module_header {
  line-height: 24px;
  height: 72px;
  padding-top: 12px;
}

.FusionDirector_jianjie.FusionDirector_jianjieewm .et_pb_blurb_content {
  align-items: flex-end;
}
.FusionDirector_jianjie .et_pb_blurb_content .et_pb_blurb_description a.glpc_morebtn {
  min-width: 134px;
  height: 44px;
  border-radius: 2px;
  font-size: 16px;
  display: inline-block;
  color: #f70000;
  background: #fff;
  line-height: 44px;
  border: 1px solid #f70000;
  padding: 0 16px;
  margin-top: 24px;
}
.FusionDirector_jianjie .et_pb_blurb_content .et_pb_blurb_description a.glpc_morebtn:hover {
  background: #f70000;
  color: #fff;
}

/*允许换行*/
.pingtai_fenlei #nav_link_auto_down {
  align-items: flex-end;
}
.pingtai_fenlei .et_pb_main_blurb_image img {
  width: 54px;
  height: 54px;
}
.pingtai_fenlei .link-list-nav .list-item .et_pb_module_header {
  white-space: normal;
}
.pingtai_fenlei .link-list-nav .list-item .et_pb_module_header:after {
  height: 4px;
}

.glptjsgg {
  max-width: 1280px;
  margin: 0 auto;
}
.glptjsgg table {
  border: 0;
  border-collapse: collapse !important;
}
.glptjsgg tr th {
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #ebebeb;
  min-width: 170px;
  text-align: left;
  font-weight: 400;
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.5;
}
.glptjsgg tr th:first-child {
  padding: 20px 50px;
}
.glptjsgg tr th:last-child {
  padding-left: 40px;
}

.glptjsgg tr td {
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
  color: #231815;
  font-size: 16px;
  line-height: 2;
}
.glptjsgg tr td.label {
  padding: 20px 50px;
}
.glptjsgg tr td:last-child {
  padding-left: 40px;
}

.glst_canshutab {
  height: 503px;
  overflow: hidden;
}
.showcslist .glst_canshutab {
  height: auto;
}
.viewMore {
  padding-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.viewMore a {
  height: 44px;
  min-width: 134px;
  padding: 0 16px;
  border: 1px solid #f70000;
  color: #f70000;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}
.viewMore a span.moreText {
  font-size: 14px;
  color: #f70000;
  line-height: 40px;
  text-align: center;
  margin-right: 4px;
}
.viewMore a i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(images/quanbuhuodong_gengduo_h.png) no-repeat;
  background-size: 8px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  margin-top: 8px;
}
.viewMore a:hover {
  background: #f70000;
}
.viewMore a:hover span.moreText {
  color: #fff;
}
.viewMore a:hover i {
  background: url(images/arrow_white_right.png) no-repeat;
  background-size: 8px;
}
.showcslist .viewMore a i {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  margin-top: -6px;
  -webkit-transform: rotate(-90deg);
}

/*智能管理软件平台-固定板块*/
.zhinengguanli {
}
.zhinengguanli .content-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-li .wrapper {
}
.content-li .wrapper h3.name {
  font-size: 40px;
  color: #333;
  line-height: 48px;
}
.content-li .wrapper h4.info {
  font-weight: 400;
  margin: 8px 0 24px;
  font-size: 16px;
  color: #666;
}
.content-li .wrapper p.des {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.content-li .wrapper p.des .more-text {
  clear: both;
  margin-left: 10px;
  font-size: 12px;
  display: none;
  padding: 0 8px;
  line-height: 16px;
  border-radius: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  cursor: pointer;
  z-index: 10;
  text-align: right;
  color: #f70000;
  min-width: 65px;
}
.content-li .wrapper p.des .more-text:before {
  position: absolute;
  left: 1px;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  content: '...';
  color: #666;
}
.content-li .wrapper p.des .more-text .btn-text {
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  color: #f70000;
  letter-spacing: 0;
  text-align: center;
}
.content-li .wrapper p.des .more-text i {
  color: #f70000;
  font-size: 12px;
  background: url(images/quanbuhuodong_gengduo_h.png) no-repeat center center;
  background-size: 5px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.content-li .wrapper ul.lists {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-li .wrapper ul.lists li {
  padding: 0 12px;
  text-align: center;
}
.content-li .wrapper ul.lists li:first-child {
  padding-left: 0;
}
.content-li .wrapper ul.lists li p {
  font-size: 14px;
  color: #666;
}
.content-li .wrapper ul.lists li p.intro {
}
.content-li .wrapper ul.lists li p.num {
  font-size: 36px;
  color: #333;
  line-height: 44px;
  margin: 12px 0 8px;
}
.content-li .wrapper ul.lists li p.result {
}

/*智能管理软件平台-安全可信*/
.safe_trusted {
}
.safe_trustedlist {
  display: block;
}
.safe_trustedlist .et_pb_column {
  height: 386px;
  width: 33.33333%;
  margin: 0 !important;
  border: 1px solid #eef0f5;
}
.safe_trustedlist .et_pb_column:nth-child(1) {
  border-right: none;
}
.safe_trustedlist .et_pb_column:last-child {
  border-left: 0;
}
.safe_trustedlist .et_pb_column .et_pb_module {
  padding: 24px;
  background: rgba(238, 240, 245, 0.23);
  height: 100%;
}
.safe_trustedlist .et_pb_column .et_pb_module .et_pb_blurb_content {
  display: block;
}
.safe_trustedlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image {
  margin-top: 65px;
  width: 72px;
}
.safe_trustedlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  display: block;
}
.safe_trustedlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.safe_trustedlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container {
  margin-top: 8px;
}
.safe_trustedlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  font-size: 24px;
  color: #333;
  line-height: 36px;
  text-align: center;
}
.safe_trustedlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header span {
  font-weight: bold;
}
.safe_trustedlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
  margin-top: 16px;
}
.safe_trustedlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
  font-size: 14px;
  color: #666;
  line-height: 21px;
}
.safe_trustedlist .et_pb_column:hover .et_pb_module {
  background: url(images/FO-bg1.png) no-repeat right 0% / cover;
}
.safe_trustedlist .et_pb_column:nth-child(2):hover .et_pb_module {
  background: url(images/FO-bg2.png) no-repeat right 0% / cover;
}
.safe_trustedlist .et_pb_column:nth-child(3):hover .et_pb_module {
  background: url(images/FO-bg3.png) no-repeat right 0% / cover;
}

/*活动聚合页*/
.activity_banner {
}
.activity_banner .header-content {
}
.activity_banner .header-content .header-logo {
  max-width: 55%;
}
.activity_banner .header-content .et_pb_module_header {
}
.activity_banner .header-content .et_pb_fullwidth_header_subhead {
  margin-top: 10px;
}
.activity_banner .header-content .et_pb_header_content_wrapper {
  margin-top: 20px;
}
.activity_banner .header-content .et_pb_header_content_wrapper p {
}
.activity_banner .header-content .et_pb_more_button {
}

.download {
  box-shadow: 0 12px 32px 0 rgba(190, 196, 204, 0.1);
  border: #edeef2 1px solid;
  padding: 30px 30px 14px 30px;
  margin: 20px 0;
  max-width: 899px;
}
.download .file a:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 19px;
  vertical-align: middle;
  background: url(images/downloadbtn.svg) no-repeat;
  background-size: 16px;
}
.download .file a:hover {
  color: #f70000 !important;
}

/*更多-按钮*/
body #et-boc .et-l .et_pb_button_module_wrapper .custom-more-btn.et_pb_button {
  padding-right: 24px !important;
}
body #et-boc .et-l .et_pb_button_module_wrapper .custom-more-btn.et_pb_button:after {
  top: 0px;
  right: auto;
}

.et-db #et-boc .et-l .zhiliangzc .et_pb_column_1_2 h3 {
  color: #000;
}

/*首页*/
.pc_hide.foot_btn_box {
  display: none !important;
}

@media (max-width: 1570px) {
  .et-db #et-boc .et-l .et_pb_row.zhiliangzc {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .et-db #et-boc .et-l .chaofanser {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .s_banner .w {
    padding: 70px 40px 0;
  }
  .s_content_box {
    padding: 30px 40px;
  }
}
@media (max-width: 1440px) {
  .glpt_section {
    padding: 0 40px;
  }
  #swiper_features .swiper_features_pagination.fixed {
    left: 40px;
  }
}
@media (max-width: 1360px) {
  .contact_list .slide_item .item_box .summary_box p a.icon_hover {
    margin-right: 20px;
  }
  .ygcgyzzwyt {
    align-items: center;
  }

  .en .product_section_location .item,
  .jp .product_section_location .item {
    margin: 0 10px;
  }
}
@media (max-width: 1280px) {
  .liuzi_banner {
    background-size: 120% 100%;
  }

  /*针对英日文处理*/
  .en.et-db #et-boc .et-l .pingtai_fenlei .et_pb_blurb.list-item,
  .jp.et-db #et-boc .et-l .pingtai_fenlei .et_pb_blurb.list-item {
    margin: 0 10px !important;
  }

  .activity_banner .header-content .header-logo {
    max-width: 45%;
  }
  .et-db #et-boc .et-l .et_pb_section_0.banner_activity {
    padding: 60px 0 80px 0;
  }
  .et-db #et-boc .et-l .et_pb_fullwidth_header_0.et_pb_fullwidth_header.activity_banner .header-content h1 {
    font-size: 26px !important;
    line-height: 60px !important;
  }
  .et_pb_fullwidth_header.activity_banner .et_pb_fullwidth_header_container {
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
  }

  .pc_spacing_0.xgcp_swiper {
    max-width: 100%;
    margin: 0 auto;
  }

  .contact-dbc .list_box .box_name {
    margin-right: 30px;
  }
  .hgycxlist .medialist li {
    width: 50%;
  }

  .et-db #et-boc .et-l .solution_banner.et_pb_section_0,
  .et-db #et-boc .et-l .about_banner.et_pb_section_0,
  .banner_contact {
    min-height: inherit;
    height: 400px;
    display: flex;
    align-items: center;
    padding: 0px 0 !important;
  }

  .xiangguanchanpin .flex-wrap .slide_swiper {
    margin: 0 -12px;
  }

  .et-db.single-service_post #et-boc .et-l .et_pb_section_0_tb_body {
    padding: 65px 0 !important;
  }
  .solution_banner .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    width: 90%;
  }
  .et-db #et-boc .et-l .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
    font-size: 42px !important;
    line-height: 45px !important;
  }
  .et-db #et-boc .et-l .et_pb_fullwidth_header_0 {
    width: 100%;
  }

  .et-db #et-boc .et-l .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper {
    font-size: 18px !important;
  }
  /*.slide_swiper{ max-width:1200px; margin:0 auto;}*/
  .swiper_box .slide_navigation .icon_btn .iconfont:hover {
    color: #f70000;
  }
  .cplx_zxdtlist .newslist li a .news_text .newslitit {
    font-size: 16px;
  }
  .xgcp_swiper .slide_item .slide_text .title {
    font-size: 16px;
  }

  .huodong_rmhdlist .et-last-child .et_pb_blurb_1 .et_pb_blurb_content .et_pb_main_blurb_image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  .et-db #et-boc .et-l .products_znglrjpt .et_pb_image_4 .et_pb_image_wrap img {
    width: 850px;
  }
  .et-db #et-boc .et-l .products_znglrjpt .et_pb_column_10 {
    right: 52%;
  }

  .et-db #et-boc .et-l .solution_banner .et_pb_fullwidth_header_0 {
    padding: 0px 0 !important;
  }

  .about_tshipin .popup_body_box .popup_box {
    width: 60%;
  }

  .job_banner .header-content .header-logo {
    margin-top: 0;
  }
  .about_banner .et_pb_fullwidth_image img {
    width: 60px;
  }

  .et-db #et-boc .et-l .contact_zongbu {
    max-width: 1200px !important;
  }

  .et-db #et-boc .et-l .projh_gpu .et_pb_column_6 {
    left: -58.5%;
  }

  .et-db #et-boc .et-l .liuzi_banner .et_pb_fullwidth_header_0 {
    padding: 100px 0 !important;
  }

  .single-service_post.et-db #et-boc .et-l .et_pb_section_0_tb_body {
    min-height: 300px;
  }
}
@media (max-width: 1100px) {
  .et-db #et-boc .et-l .zhiliangzc .et_pb_column_1_2 {
    width: 100%;
    margin-right: 0;
  }
  .et-db #et-boc .et-l .zhiliangzc .et_pb_image_wrap img {
    width: 100%;
  }
  .et-db #et-boc .et-l .zhiliangzc .et_pb_image_wrap {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .liuziform .gform_wrapper .gform_body {
    padding-left: 0;
  }
  .liuziform .gform_wrapper .gform_body .gfield .ginput_container {
    width: auto;
  }
}
@media (max-width: 980px) {
  .et-db #et-boc .et-l .zhiliangzc .et_pb_image_0 .et_pb_image_wrap img,
  .et-db #et-boc .et-l .zhiliangzc .et_pb_image_1 .et_pb_image_wrap img {
    width: 100%;
  }
  .hdmlist.product_slide .summary_box {
    border: none;
    padding-top: 10px;
  }
  .hdmlist.product_slide .slide_text {
    padding-bottom: 0;
  }
  .hdmlist.product_slide .slide_item {
    padding: 0 8px;
  }
  .hdmlist.product_slide {
    margin: 0 -8px;
  }

  .job_zplx .et_pb_column .custom_button {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .job_tansuo {
    flex-wrap: wrap;
  }
  .job_tansuo .et_pb_column {
    margin-bottom: 30px;
  }
  .type_list li a {
    font-size: 16px;
  }

  .chaofan_serviceall {
    padding-left: 0;
    padding-right: 0;
  }
  .chaofan_serviceall .chaofanser .et_pb_column {
    border-left: none;
  }

  .ygcgyzzwyt {
    flex-wrap: wrap;
  }

  .cplxjh_case .medialist li {
    width: 33.3%;
  }
}
@media (max-width: 768px) {
  .liuzi_banner {
    background-size: cover;
  }

  .service_nav_slide_dom.et_pb_sticky #service_post_nav {
    box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.2);
  }

  .pc_hide.foot_btn_box {
    display: block !important;
  }

  .search input.field {
    color: #333 !important;
  }

  .single-service_post.et-db #et-boc .et-l .et_pb_section_0_tb_body {
    min-height: inherit;
  }

  .second_navigation li a {
    padding: 0 5px;
  }

  /*智能管理软件平台-安全可信-手机端*/
  .glpt_section {
    padding: 0 0px;
  }
  .safe_trustedlist .et_pb_column {
    width: 100%;
    height: auto;
    min-height: 126px;
    border: 1px solid #eef0f5 !important;
    margin-bottom: 12px !important;
  }
  .safe_trustedlist .et_pb_column .et_pb_module {
    padding: 16px 8px;
  }
  .safe_trustedlist .et_pb_column,
  .safe_trustedlist .et_pb_column:hover .et_pb_module {
    background: url(images/FO-M-bg1.png) no-repeat right 0% / cover;
  }
  .safe_trustedlist .et_pb_column:nth-child(2),
  .safe_trustedlist .et_pb_column:nth-child(2):hover .et_pb_module {
    background: url(images/FO-M-bg2.png) no-repeat right 0% / cover;
  }
  .safe_trustedlist .et_pb_column:nth-child(3),
  .safe_trustedlist .et_pb_column:nth-child(3):hover .et_pb_module {
    background: url(images/FO-M-bg3.png) no-repeat right 0% / cover;
  }
  .safe_trustedlist .et_pb_column .et_pb_module .et_pb_blurb_content {
    display: flex;
    justify-content: space-between;
  }
  .safe_trustedlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-top: 0;
    width: 32px !important;
  }
  .safe_trustedlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
    width: 32px;
    height: 32px;
  }
  .safe_trustedlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container {
    width: calc(100% - 40px);
    margin-top: 0;
  }
  .safe_trustedlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }
  .safe_trustedlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    margin-top: 8px;
  }
  .safe_trustedlist .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
    font-size: 12px;
    line-height: 18px;
  }

  .et-db #et-boc .et-l .et_pb_fullwidth_header_0 {
    padding: 0px 0 !important;
  }

  .FusionDirector_jianjie .et_pb_blurb_content .et_pb_blurb_description a.glpc_morebtn {
    font-size: 12px;
    color: #333;
    text-align: center;
    line-height: 24px;
    padding: 0 12px;
    background: #fff;
    height: 24px;
    min-width: auto;
    border: 1px solid #333;
    display: inline-block;
    border-radius: 2px;
    margin-top: 16px;
  }
  .FusionDirector_jianjie .et_pb_blurb_content .et_pb_blurb_description a.glpc_morebtn:hover {
    background: none;
    color: #333;
  }

  .et-db #et-boc .et-l .et_pb_row_6.Technical_UseCaserow {
    display: flex;
    justify-content: center;
  }
  .et-db #et-boc .et-l .et_pb_row_6.Technical_UseCaserow .et_pb_column {
    flex-wrap: wrap;
    padding: 10px 16px 5px;
    max-width: 90%;
  }
  .Technical_UseCaselie .et_pb_module:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }

  .post-type-archive-news_post .newslist li a .news_text p {
    display: none;
  }

  .FusionDirector_jianjie .et_pb_blurb_content .et_pb_blurb_description .code {
    display: block;
  }

  .et-db #et-boc .et-l .et_pb_section_2.img_and_link_row {
    padding-top: 0 !important;
  }
  .en .img_and_link_row.et_pb_sticky .link-list-nav .list-item .et_pb_module_header,
  .jp .img_and_link_row.et_pb_sticky .link-list-nav .list-item .et_pb_module_header {
    height: auto;
    padding: 12px 0;
  }

  .pingtai_fenlei {
    overflow-x: scroll;
  }
  .pingtai_fenlei::-webkit-scrollbar {
    display: none;
  }
  .pingtai_fenlei .link-list-nav .list-item .et_pb_module_header {
    white-space: nowrap;
  }

  .medialist li .media_text .media_tag {
    height: auto;
    overflow: hidden;
  }

  /*智能管理软件平台-固定板块*/
  .content-li .wrapper p.des .more-text {
    display: inline-block;
  }
  .zhinengguanli .content-li {
    flex-wrap: wrap;
    box-shadow: 0 0 16px 0 rgba(190, 196, 204, 0.1);
    border-radius: 2px;
    background: #fff;
  }
  .content-li .wrapper h3.name {
    color: #333;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }
  .content-li .wrapper h4.info {
    font-weight: 400;
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 4px 0 12px;
  }
  .content-li .wrapper p.des {
    font-size: 12px;
    line-height: 16px;
    color: #666;
    height: 48px;
    overflow: hidden;
    text-align: justify;
    word-break: break-all;
  }
  .content-li .wrapper p.des.showall {
    height: auto;
  }
  .content-li .wrapper p.des.showall .more-text {
    position: static;
    float: right;
    margin-top: 10px;
  }
  .content-li .wrapper p.des.showall .more-text::before {
    display: none;
  }
  .content-li .et_pb_column:nth-child(2) {
    z-index: 0;
  }
  .content-li .wrapper ul.lists {
    margin-top: 20px;
    justify-content: space-around;
    display: none;
  }
  .content-li .mobi_show .wrapper ul.lists {
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: flex-start;
    display: flex;
  }
  .content-li .wrapper ul.lists li {
    padding: 0 8px;
    width: 25%;
  }
  .content-li .wrapper ul.lists li p {
    font-size: 12px;
    color: #666;
    line-height: 16px;
  }
  .content-li .wrapper ul.lists li p.num {
    font-size: 12px;
    margin: 4px 0 8px;
    color: #333;
    text-align: center;
    line-height: 28px;
    font-weight: bolder;
  }
  .et-db #et-boc .et-l .content-li .et_pb_image_0 {
    text-align: center;
  }
  .content-li .et_pb_image img {
    max-width: 200px;
  }
  .content-li .et_pb_column {
    margin-bottom: 0;
  }

  .Technical_UseCaselie .et_pb_module {
    width: 40px;
    margin-right: 10px;
  }

  .et-db #et-boc .et-l .banner_zlzc {
    padding: 50px 0;
  }

  .et-db #et-boc .et-l .ruhegoumai .et_pb_blurb_description {
    min-height: inherit;
  }

  .service_post_content .ivu-table table {
    width: 600px !important;
  }

  .download {
    padding: 20px;
  }

  .activity_banner .header-content .header-logo {
    max-width: 80%;
  }
  .et-db #et-boc .et-l .et_pb_section_0.banner_activity {
    padding: 40px 0 60px 0;
  }
  .et-db #et-boc .et-l .et_pb_fullwidth_header_0.activity_banner .et_pb_button_one.et_pb_button {
    margin-top: 40px;
  }
  .et-db #et-boc .et-l .et_pb_fullwidth_header_0.et_pb_fullwidth_header.activity_banner .header-content h1 {
    font-size: 16px !important;
  }

  /*智能管理软件平台*/
  .FusionDirector_jianjie .et_pb_blurb_content {
    flex-wrap: wrap;
  }
  .FusionDirector_jianjie .et_pb_blurb_content .et_pb_blurb_container {
    order: 0;
    width: 100%;
    padding-left: 0;
  }
  .FusionDirector_jianjie .et_pb_blurb_content .et_pb_main_blurb_image {
    order: 1;
    width: 100%;
    margin-top: 40px;
  }
  .FusionDirector_jianjie .et_pb_blurb_content .et_pb_module_header {
    margin-bottom: 8px;
    text-align: center;
  }

  .glptjsgg {
    width: 100%;
    overflow-x: scroll;
    box-shadow: 0 0 16px 0 rgba(190, 196, 204, 0.2);
    background: #fff;
  }
  .glptjsgg::-webkit-scrollbar {
    display: none;
  }
  .glptjsgg table {
    width: 600px;
  }
  .glptjsgg tr th {
    font-size: 12px;
    line-height: 16px;
    min-width: 80px;
    padding: 8px 0;
  }
  .glptjsgg tr td {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 0;
  }
  .glptjsgg tr th:first-child {
    padding: 0 0 0 8px;
  }
  .glptjsgg tr th:last-child {
    padding-left: 20px;
  }
  .glptjsgg tr td.label {
    padding: 0px 0 0 8px;
  }
  .glptjsgg tr td:last-child {
    padding-left: 20px;
  }

  .glst_canshutab {
    height: 295px;
  }
  .viewMore {
    padding-top: 15px;
  }
  .viewMore a {
    border: none;
  }
  .viewMore a span.moreText {
    color: #333;
  }
  .viewMore a:hover {
    background: none;
  }
  .viewMore a:hover span.moreText {
    color: #333;
  }
  .viewMore a i {
    background-size: 7px;
    transition: all 0.3s;
  }
  .viewMore a:hover i {
    background: url(images/quanbuhuodong_gengduo_h.png) no-repeat;
    background-size: 7px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .showcslist .viewMore a i {
    background: url(images/quanbuhuodong_gengduo_h.png) no-repeat;
    background-size: 7px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    margin-top: -6px;
  }

  /*联系英文*/
  .contact_gjmap {
    display: block;
  }
  .represent .main {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .represent .earth {
    order: 0;
    width: 100%;
  }
  .represent .earth .img {
    padding: 0 16px;
  }
  .represent .earth .img img.pcimg {
    display: none;
  }
  .represent .earth .img img.mobimg {
    display: block;
  }

  .represent .card {
    order: 2;
    width: 100%;
    margin-top: 10px;
  }
  .mearthtitle {
    display: block;
  }
  .represent .card .card-item img {
    display: none;
  }
  .represent .card .card-item {
    box-shadow: none;
  }
  .represent .card .card-item .desc {
    background: none;
    width: 85%;
    margin: 0 auto;
    padding: 0;
  }
  .represent .card .card-item .desc p {
    text-align: center;
    justify-content: center;
    display: block;
  }
  .represent .card .card-item .desc p.name {
    display: none;
  }
  .represent .card .card-item .desc p span {
    padding-left: 0;
    text-align: center;
  }
  .represent .card .card-item .desc p span:before {
    position: static;
    width: 100%;
    display: block;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-bottom: 16px;
  }
  .represent .card .card-item .desc p span.addr:before {
    background: none;
    content: 'Address';
  }
  .represent .card .card-item .desc p span.mail:before {
    background: none;
    content: 'Email';
  }
  .represent .card .card-item .desc p span.phone:before {
    background: none;
    content: 'Tel';
  }

  .ivu-select-selection {
    display: block;
  }
  .represent .country_items {
    order: 1;
    width: 81.8%;
    margin: 0 auto;
    padding: 0;
    margin-top: 0px;
    transform: translateY(-20px);
    z-index: 5555;
    -webkit-box-shadow: 0 4px 12px 0 rgba(190, 196, 204, 0.2);
    box-shadow: 0 4px 12px 0 rgba(190, 196, 204, 0.2);
  }
  .represent .toggle-btn {
    position: absolute;
    display: none;
    max-height: 128px;
    overflow-y: scroll;
    width: 100%;
    z-index: 555;
    -webkit-box-shadow: 0 4px 12px 0 rgba(190, 196, 204, 0.2);
    box-shadow: 0 4px 12px 0 rgba(190, 196, 204, 0.2);
  }
  .represent .toggle-btn::-webkit-scrollbar {
    display: none;
  }
  .represent .toggle-btn li {
    width: 100%;
    padding: 8px 16px;
    line-height: 17px;
    color: #515a6e;
    font-size: 14px !important;
    height: auto;
    margin-bottom: 0;
  }
  .represent .toggle-btn li.click-active {
    color: #f70000;
    background: #f5f6f8;
  }

  .jpabouttop .info {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 20px;
  }
  .jpabouttop .info .label {
    width: 60px;
    margin-right: 8px;
    flex-shrink: 0;
  }
  .jpfarenfhao .et_pb_main_blurb_image {
    margin-right: 0;
  }
  .jpfarenfhao .et_pb_blurb_container .et_pb_module_header {
    margin-right: 8px;
  }
  .jpsynrlist {
    padding-left: 0;
    padding-top: 10px;
    margin-left: -30px;
  }
  .jpsynrlist li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .jpfarenfhao .et_pb_blurb_container,
  .jpaboutsynr .et_pb_blurb_container {
    padding-left: 8px;
  }
  .jpabout_daibiao .et_pb_main_blurb_image {
    margin-right: 1px;
  }
  .jpabout_daibiao .et_pb_blurb_content {
    align-items: flex-start;
  }
  .jpabout_daibiao .resume li {
    font-size: 12px;
    line-height: 16px;
  }
  .jpabout_daibiao .resume li:nth-child(1) {
    color: #666;
    font-size: 12px;
    line-height: 16px;
    margin: 8px 0;
  }
  .jpabout_map .et_pb_text_inner p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .jpabout_map .et_pb_text_inner p img {
    max-width: 100%;
    width: 100%;
  }
  .jpabout_lianxi {
    margin-left: 0;
  }
  .jpabout_lianxi p.guide {
    font-size: 14px;
    line-height: 20px;
  }
  .jpabout_lianxi p.subtitle img {
    width: 16px;
  }
  .jpabout_lianxi p.subtitle span {
    font-size: 14px;
    line-height: 20px;
  }

  .jpabout_wenda .et_pb_text_inner {
    display: block;
    margin-top: 10px;
  }
  .jpabout_wenda .et_pb_text_inner p img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }
  .jpabout_wenda .et_pb_text_inner p:nth-child(1) {
    max-width: 100%;
  }
  .jabout_wdlist {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    background: none;
  }
  .jabout_wdlist p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
    display: block;
  }
  .jabout_wdlist p span {
    display: block;
  }
  .jabout_wdlist p span:nth-child(1) {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .xgcp_swiper .slide_item .slide_text .btn_type_1 {
    margin-top: 10px;
    font-size: 12px;
  }

  .en .encontact_fourlist .swiper-wrapper .slide_item {
    width: 50%;
  }
  .en .encontactqhtit {
    display: none !important;
  }
  .jp .encontact_fourlist.product_slide .slide_swiper {
    max-width: 90%;
    margin: 0 auto;
  }
  .jp .encontact_fourlist.product_slide.swiper_box .slide_navigation .icon_btn .iconfont {
    font-size: 40px;
  }
  .jp .encontact_fourlist.product_slide.swiper_box .slide_navigation .swiper-button-prev {
    left: -10px;
  }
  .jp .encontact_fourlist.product_slide.swiper_box .slide_navigation .swiper-button-next {
    right: -10px;
  }
  .jp .encontact_fourlist.swiper_box .slide_navigation {
    z-index: 2;
    position: static;
  }

  .et-db #et-boc .et-l .ruhegoumai.partner_search .et_pb_column p br {
    display: none;
  }

  .et-db #et-boc .et-l .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper {
    line-height: 20px !important;
  }

  .et-db #et-boc .et-l .products_znglrjpt .et_pb_image_4 .et_pb_image_wrap img {
    width: 100%;
    height: auto;
    min-height: 100px;
  }

  .head_right {
    margin-right: 0%;
  }
  .en.et-db #et-boc .et-l .ruhegoumai .et_pb_blurb_0.et_pb_blurb,
  .jp.et-db #et-boc .et-l .ruhegoumai .et_pb_blurb_0.et_pb_blurb {
    max-width: inherit !important;
  }
  .en.et-db #et-boc .et-l .ruhegoumai .et_pb_blurb_0.et_pb_blurb .et_pb_module_header,
  jp.et-db #et-boc .et-l .ruhegoumai .et_pb_blurb_0.et_pb_blurb .et_pb_module_header {
    text-align: left;
  }
  .en.et-db #et-boc .et-l .ruhegoumai .et_pb_blurb,
  .jp.et-db #et-boc .et-l .ruhegoumai .et_pb_blurb {
    max-width: inherit !important;
  }

  .et-db #et-boc .et-l .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
    font-size: 18px !important;
  }
  .et-db #et-boc .et-l .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper {
    font-size: 14px !important;
  }

  .huodong_rmhdlist .et-last-child .et_pb_blurb_1 .et_pb_blurb_content .et_pb_main_blurb_image img {
    height: auto;
  }

  /*第二个按钮样式*/
  .solution_banner .header-content .et_pb_button_two {
    font-size: 12px;
    padding: 3px 14px;
  }

  .sticky_section_location .product_section_location .item {
    margin: 0 7px;
  }
  .sticky_section_location .product_section_location .item a {
    font-size: 13px;
  }

  .et-db #et-boc .et-l .solution_banner .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper {
    max-width: 100%;
  }

  .et-db #et-boc .et-l .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    width: 100%;
    padding: 0 16px;
  }
  .et-db #et-boc .et-l .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content,
  .et-db #et-boc .et-l .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .et-db #et-boc .et-l .btn_left .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
    text-align: left;
  }

  .custom_proqh.pc_slidesperview_3 .slide_item {
    padding: 10px 12px 10px;
  }
  .custom_proqh.pc_slidesperview_2 .slide_item {
    padding: 10px 12px 10px;
  }

  .custom_proqh .slide_item .item_box {
    box-shadow: 0px 0px 16px 0px rgba(190, 196, 204, 0.2);
    border-radius: 2px;
    padding: 14px 14px;
  }
  .custom_proqh .slide_item .img_box {
    width: 40px;
    height: 40px;
  }
  .custom_proqh .slide_item .slide_text {
    width: calc(100% - 56px);
  }
  .custom_proqh .slide_item .slide_text h3 {
    font-size: 14px;
    letter-spacing: -0.17px;
    line-height: 20px;
  }
  .custom_proqh .slide_item .slide_text .summary_box p {
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    background-position: left 2px;
    background-size: 15px;
  }

  /*解决方案-方案参数-手机端参数大图滚动*/
  .et-db #et-boc .et-l .mobgundong .et_pb_image_0 {
    overflow-x: scroll;
  }
  .et-db #et-boc .et-l .mobgundong .et_pb_image_0::-webkit-scrollbar {
    display: none;
  }
  .et-db #et-boc .et-l .mobgundong .et_pb_image .et_pb_image_wrap {
    max-width: inherit;
    width: 764px;
  }
  .et-db #et-boc .et-l .et_pb_section .et_pb_row.pro_canshu {
    width: 100%;
  }

  /*相关产品*/
  .xgcp_swiper .slide_item {
    padding: 0px 0px;
  }
  .xgcp_swiper .slide_item .item_box {
    background: #ffffff;
    box-shadow: 0px 6px 10px 0px rgba(190, 196, 204, 0.2);
    border-radius: 2px;
    padding: 0px;
  }
  .xgcp_swiper .slide_item .slide_text {
    padding-top: 16px;
  }
  .xgcp_swiper .slide_item .slide_text .title {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    padding-bottom: 0px;
    line-height: 20px;
    font-weight: 500;
  }
  .xgcp_swiper .slide_item .slide_text .summary_box {
    margin-top: 8px;
  }
  .xgcp_swiper .slide_item .slide_text .summary_box p {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0.14px;
    line-height: 18px;
    font-weight: 400;
  }
  .xgcp_swiper .slide_item .slide_text .tags_box {
    margin-top: 8px;
    padding-bottom: 8px;
  }

  .xgcp_swiper.xgcpnotag_swiper .slide_item .slide_text .title {
    text-align: center;
    border-bottom: #e4e6ed 1px solid;
    padding-bottom: 8px;
  }
  .xgcp_swiper.xgcpnotag_swiper .slide_item .slide_text .summary_box p {
    font-size: 12px;
    line-height: 18px;
  }

  .pc_spacing_0.xgcp_swiper {
    max-width: 90%;
  }
  .xiangguanchanpin .swiper_box .slide_navigation .icon_btn .iconfont {
    font-size: 40px;
  }
  .xiangguanchanpin .swiper_box .slide_navigation .swiper-button-next {
    right: -40px;
  }
  .xiangguanchanpin .swiper_box .slide_navigation .swiper-button-prev {
    left: -40px;
  }

  .xgcp_swiper .slide_item .slide_text .tags_box {
    height: auto;
  }
  .xgcp_swiper .slide_item .slide_text .tags_box span {
    margin-bottom: 8px;
  }
  /*相关资源*/
  .xiangguanziyuan .resource_list .item .text .desc {
    font-size: 12px;
  }
  .xiangguanziyuan .resource_list .item .text .title {
    font-size: 14px;
  }
  .xgckqb_btn {
    margin-top: 10px;
  }

  /*技术支持*/
  .et-db #et-boc .et-l .et_pb_gutters3 .solution_jishuzhichi .et_pb_column {
    width: 100%;
    margin-right: 0;
  }
  .et-db #et-boc .et-l .solution_jishuzhichi p a {
    display: none;
  }
  .et-db #et-boc .et-l .solution_jishuzhichi .et_pb_blurb_0.et_pb_blurb p {
    line-height: 16px;
  }
  .et-db #et-boc .et-l .solution_jishuzhichi .et_pb_module_header span {
    font-weight: bold;
  }
  .et-db #et-boc .et-l .solution_jishuzhichi .et_pb_column {
    margin-bottom: 10px;
  }
  .et-db #et-boc .et-l .solution_jishuzhichi p {
    min-height: inherit;
  }
  .et-db #et-boc .et-l .solution_jishuzhichi .et_pb_module_header {
    margin-bottom: 4px;
  }

  /*如何购买*/
  .et-db #et-boc .et-l .ruhegoumai .et_pb_blurb_content {
    display: flex;
    display: -webkit-flex;
  }
  .et-db #et-boc .et-l .ruhegoumai .et_pb_blurb.et_pb_text_align_center .et_pb_blurb_content .et_pb_blurb_container {
    width: calc(100% - 56px);
    text-align: left;
    margin-left: 16px;
  }
  .et-db #et-boc .et-l .ruhegoumai .et_pb_main_blurb_image {
    margin-bottom: 0;
  }
  .et-db #et-boc .et-l .ruhegoumai .et_pb_blurb_3.et_pb_blurb .et_pb_module_header {
    text-align: left;
    line-height: 20px !important;
    margin-bottom: 4px;
  }
  .et-db #et-boc .et-l .ruhegoumai .et_pb_button_module_wrapper.et_pb_button_alignment_center {
    text-align: left;
    margin-left: 52px;
  }
  .et-db #et-boc .et-l .ruhegoumai .et_pb_blurb_4.et_pb_blurb .et_pb_module_header {
    text-align: left;
    line-height: 20px;
  }
  .et-db #et-boc .et-l .ruhegoumai .et_pb_button,
  .et-db #et-boc .et-l .ruhegoumai .et_pb_button:hover {
    padding-right: 12px !important;
    padding-left: 12px !important;
    display: inline;
    padding-top: 5px;
  }

  /*产品详情页*/
  .et-db #et-boc .et-l .fananjieshao .et_pb_text_1 {
    border-bottom-width: 0;
  }
  .et-db #et-boc .et-l .et_pb_section .et_pb_row.singleprocs {
    padding: 16px 0;
  }
  .et-db #et-boc .et-l .et_pb_section .et_pb_row.singleprocs .et_pb_column {
    padding: 8px 0;
    margin-bottom: 0;
  }
  .et-db #et-boc .et-l .et_pb_section .et_pb_row.pro_canshu .et_pb_text .et_pb_text_inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .et-db #et-boc .et-l .et_pb_section .et_pb_row.pro_canshu .et_pb_text p {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
  }
  .et-db #et-boc .et-l .et_pb_section .et_pb_row.pro_canshu .et_pb_text p:nth-child(1) {
    width: 90px;
    font-weight: 500;
  }
  .et-db #et-boc .et-l .et_pb_section .et_pb_row.pro_canshu .et_pb_text p:nth-child(2) {
    margin-left: 20px;
  }
  .et-db #et-boc .et-l .et_pb_section .et_pb_row.pro_canshu .et_pb_text p strong {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .et-db #et-boc .et-l .et_pb_gutters3 .cpxq_cpjs .et_pb_column {
    margin-bottom: 0px;
    margin-right: 0;
  }
  .et-db #et-boc .et-l .et_pb_gutters3 .cpxq_cpjs .et_pb_column.pro3dmx {
    margin-bottom: 16px;
  }
  /*质量政策*/
  .et-db #et-boc .et-l .banner_zlzc .et_pb_fullwidth_header_0 .header-content h1,
  .et-db #et-boc .et-l .et_pb_fullwidth_header_0 .header-content .et_pb_module_header {
    margin-bottom: 0;
  }
  .et-db #et-boc .et-l .zhiliangzc .et_pb_column {
    margin-bottom: 0;
  }
  .et-db #et-boc .et-l .zhiliangzc .et_pb_column_1_2 h3 {
    font-size: 14px;
    color: #000;
    margin: 16px 0 8px 0;
  }
  .et-db #et-boc .et-l .zhiliangzc .et_pb_column_1_2 p {
    line-height: 18px;
  }
  .et-db #et-boc .et-l .zhiliangzc .et_pb_column_1_2 p:before {
    width: 4px;
    height: 4px;
    top: 7px;
  }
  .et-db #et-boc .et-l .et_pb_row.zhiliangzc {
    width: 100%;
  }

  /*联系我们*/
  .et-db #et-boc .et-l .banner_contact .et_pb_fullwidth_header_0 .header-content h1,
  .et-db #et-boc .et-l .banner_contact.et_pb_fullwidth_header_0 .header-content .et_pb_module_header {
    margin-bottom: 4px;
  }
  .contact_list .slide_swiper {
    width: calc(100% + 16px);
  }
  .contact_list .slide_item {
    padding-bottom: 10px;
  }
  .contact_list .phone_slidesperview_1 .slide_item {
    width: 286px;
  }
  .contact_list .slide_item .item_box .summary_box p a.icon_hover {
    margin-right: 20px;
  }
  .contact_list .slide_item {
    padding-right: 16px;
  }
  .contact_list .slide_item .item_box {
    padding: 16px 20px;
    box-shadow: 0px 0px 16px 0px rgba(190, 196, 204, 0.2);
  }
  .contact_list .slide_item .item_box .title {
    margin-bottom: 8px;
  }
  .contact_list .slide_item .item_box .summary_box p {
    margin-bottom: 4px;
    line-height: 18px;
  }

  .et-db #et-boc .et-l .contact_zongbu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    position: relative;
    top: -30px;
  }
  .et-db #et-boc .et-l .contact_zongbu .et_pb_text_1 {
    margin-top: 16px;
  }
  .et-db #et-boc .et-l .contact_zongbu .et_pb_column h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .et-db #et-boc .et-l .contact_zongbu .et_pb_column p a {
    font-size: 12px;
  }
  .et-db #et-boc .et-l .contact_zongbu .et_pb_column {
    margin-bottom: 0;
  }

  .daibiaochu .contact-dbc {
    box-shadow: none;
    padding: 0 20px;
  }
  .daibiaochu .contact-dbc .et_pb_tabs_controls li a {
    font-size: 14px !important;
  }
  .daibiaochu .contact-dbc .et_pb_tabs_controls li {
    margin: 0 10px !important;
  }
  .daibiaochu .contact-dbc .et_pb_tab {
    padding: 0;
  }
  .daibiaochu .contact-dbc .et_pb_tab_content {
    padding: 0;
    align-items: flex-start;
  }
  .daibiaochu .contact-dbc .et_pb_tabs_controls {
    margin-bottom: 30px !important;
  }
  .daibiaochu .contact-dbc .et_pb_tab_content .list_box {
    margin-bottom: 16px;
    padding-bottom: 8px;
    flex-wrap: wrap;
    border-bottom: #dfe1e8 1px solid;
    width: 100%;
  }
  .daibiaochu .contact-dbc .et_pb_tab_content .list_box:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .daibiaochu .contact-dbc .list_box .box_name {
    text-align: left;
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 20px;
    padding-left: 20px;
    width: 100%;
  }
  .daibiaochu .contact-dbc .list_box .box_content {
    width: 100%;
    font-size: 12px;
  }
  .daibiaochu .contact-dbc .list_box .box_content li {
    padding-left: 20px;
    line-height: 16px;
    color: #666;
    margin-bottom: 8px;
    background-size: 12px;
  }

  /*服务*/
  .et-db #et-boc .et-l .solution_banner.et_pb_section_0,
  .et-db #et-boc .et-l .about_banner.et_pb_section_0 {
    height: auto !important;
    padding: 60px 0 !important;
  }
  .et-db.single-product_solution #et-boc .et-l .solution_banner.et_pb_section_0,
  .et-db.single-product_solution #et-boc .et-l .about_banner.et_pb_section_0 {
    height: 334px !important;
    padding: 40px 0 0 0 !important;
    align-items: flex-start;
  }
  .et-db.single-product_solution #et-boc .et-l .glpt_banner.et_pb_section_0 {
    height: 200px !important;
  }
  .banner_contact {
    padding: 30px 0 80px 0 !important;
  }
  .banner_contact {
    height: auto;
  }
  .jp .banner_contact {
    padding: 80px 0 80px 0 !important;
  }
  .jp.et-db #et-boc .et-l .contact_zongbu {
    top: 0;
  }
  .jp.et-db.jp #et-boc .et-l .contact_zongbu .et_pb_column h3 {
    font-size: 21px;
    margin: 30px 0;
    text-align: center;
  }

  .chaofan_serviceall {
    padding-left: 0;
    padding-right: 0;
  }
  .chaofan_serviceall .chaofanser {
    box-shadow: 0px 0px 16px 0px rgba(190, 196, 204, 0.2) !important;
  }

  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.service_tabtititem {
    margin: 0;
  }
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.service_tabtititem .et_pb_text_inner {
    display: flex;
    align-items: center;
    height: 45px;
    text-align: center;
    justify-content: center;
  }
  .en .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.service_tabtititem .et_pb_text_inner,
  .jp .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.service_tabtititem .et_pb_text_inner {
    height: 80px;
    padding: 0 8px;
  }

  .en.et-db #et-boc .et-l .et_pb_text_2.service_tabtititem,
  .en.et-db #et-boc .et-l .et_pb_text_3.service_tabtititem,
  .jp.et-db #et-boc .et-l .et_pb_text_2.service_tabtititem,
  .jp.et-db #et-boc .et-l .et_pb_text_3.service_tabtititem {
    flex: 1;
  }

  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.service_tabtititem .et_pb_text_inner p {
    letter-spacing: -0.17px;
    line-height: 20px;
  }
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.service_tabtititem.active {
    background: #f70000;
    color: #fff;
  }

  .service_tabnritem .slide_item {
    padding: 0 4px;
  }
  .service_tabnritem .slide_item a {
    box-shadow: 0px 0px 16px 0px rgba(190, 196, 204, 0.2);
    padding-bottom: 24px;
  }
  .service_tabnritem .slide_item a .img_box {
    height: 160px;
  }
  .service_tabnritem .slide_item a .text_box {
    transform: translateY(0px);
  }
  .service_tabnritem .slide_item a .text_box .title {
    background: none;
    font-size: 14px;
    color: #333;
    padding: 16px 8px;
    line-height: 22px;
    font-weight: bold;
  }
  .service_tabnritem .slide_item a .text_box .summary_box {
    height: 36px;
    font-size: 12px;
    padding: 0 8px;
    color: #666666;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 8px;
    -webkit-line-clamp: 2;
  }
  .service_tabnritem .slide_item a .text_box .list_more_btn {
    margin-top: 16px;
    margin-left: 8px;
  }
  .service_tabnritem .slide_item a .text_box .list_more_btn .btn_medium {
    width: 72px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    font-size: 12px;
    padding: 0;
    margin: 0;
    min-width: inherit;
  }
  .service_tabnritem .slide_item a:hover {
    box-shadow: 0px 0px 16px 0px rgba(190, 196, 204, 0.2);
  }
  .service_tabnritem .slide_item a:hover .text_box .list_more_btn .btn_medium {
    color: #f70000;
    background: none;
  }

  .hdmlist.product_slide .slide_text {
    padding-bottom: 10px;
  }
  .service_tablist .service_tabnritem.flex {
    flex-wrap: wrap;
  }
  .service_tablist .service_tabnritem.flex .et_pb_column.et-last-child {
    margin-left: 0;
  }
  .service_tablist .service_tabnritem.flex .et_pb_column {
    margin-bottom: 0;
  }
  .service_tablist .service_tabnritem.flex .et_pb_column.et-last-child .et_pb_text_inner h3 {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 8px;
    font-weight: bold;
  }
  .service_tablist .service_tabnritem.flex .et_pb_column.et-last-child .et_pb_module {
    margin-bottom: 16px;
  }
  .et-db #et-boc .et-l .service_tablist .custom_button_0 .button_module {
    width: 72px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #f70000;
    border-radius: 2px;
    font-size: 12px;
    color: #f70000;
    padding: 0;
    margin: 0;
    min-width: inherit;
  }
  .et-db
    #et-boc
    .et-l
    .service_tablist
    .service_tabnritem.flex
    .et_pb_column.et-last-child:hover
    .custom_button_0
    .button_module {
    background: none;
    color: #f70000;
  }

  .et-db #et-boc .et-l .solution_banner .et_pb_fullwidth_header_0 .header-content h1,
  .et-db #et-boc .et-l .solution_banner .et_pb_fullwidth_header_0 .header-content .et_pb_module_header {
    margin-bottom: 8px !important;
  }
  .et-db #et-boc .et-l .chaofanser .btn_medium {
    line-height: 40px;
    height: 40px;
    box-shadow: 0px 0px 16px 0px rgba(190, 196, 204, 0.2);
  }
  .et-db #et-boc .et-l .chaofanser .et_pb_blurb_description {
    height: auto;
    margin-top: 0;
  }

  .service_hdbtn {
  }
  .service_hdbtn.swiper_box .slide_navigation {
    width: 100%;
    position: static;
    height: 32px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .service_hdbtn.swiper_box .slide_navigation .icon_btn {
    position: static;
    display: inline-block;
    width: 32px;
    height: 32px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }
  .service_hdbtn.swiper_box .slide_navigation .icon_btn .iconfont {
    display: none;
  }
  .service_hdbtn.swiper_box .slide_navigation .swiper-button-prev {
    background-image: url(images/service_hdbtn_prve.svg);
    background-position-x: center;
    background-size: 300% 300%;
    background-position-y: 33%;
    border-radius: 50%;
    box-shadow: 0 0 16px 0 rgba(190, 196, 204, 0.2);
  }
  .service_hdbtn.swiper_box .slide_navigation .swiper-button-next {
    background-image: url(images/service_hdbtn_next.svg);
    background-size: 300% 300%;
    box-shadow: 0 0 16px 0 rgba(190, 196, 204, 0.2);
    border-radius: 50%;
    background-position-y: 70%;
    background-position-x: 50%;
    order: 1;
    margin-left: 20px;
  }

  .et-db #et-boc .et-l .chaofanser .et_pb_module_header span {
    font-weight: bold;
  }

  .chaofan_serviceall .et_pb_row_8,
  .chaofan_serviceall .et_pb_row_9 {
    display: none;
  }
  .chaofan_serviceall.showother .et_pb_row_8,
  .chaofan_serviceall.showother .et_pb_row_9 {
    display: block;
  }

  .service_movebtn {
    text-align: center;
  }
  .service_movebtn .button_box {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  .service_movebtn .button_box .btn_medium {
    min-width: inherit;
  }
  .service_movebtn .button_box:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -10px;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url(images/quanbuhuodong_gengduo_h.png) no-repeat;
    background-size: 8px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .service_movebtn .button_box.shouqi:after {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    top: -5px;
  }

  /*产品类型聚合页*/
  .et-db #et-boc .et-l .btnmobleleft .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
    text-align: left;
  }
  .mobgundong .ivu-table-wrapper {
    overflow: unset;
    overflow-x: scroll;
  }
  .mobgundong .ivu-table-wrapper::-webkit-scrollbar {
    display: none;
  }
  .mobgundong .ivu-table {
    width: 850px;
  }
  .mobgundong .ivu-table-header,
  .ivu-table-body {
    width: 100%;
  }

  .mobgundong .ivu-table colgroup col:nth-child(1) {
    width: 200px;
  }
  .mobgundong .ivu-table colgroup col:nth-child(2) {
    width: 160px;
  }
  .mobgundong .ivu-table colgroup col:nth-child(3) {
    width: 160px;
  }
  .mobgundong .ivu-table colgroup col:nth-child(4) {
    width: 115px;
  }
  .mobgundong .ivu-table colgroup col:nth-child(5) {
    width: 110px;
  }
  .mobgundong .ivu-table colgroup col:nth-child(6) {
    width: 140px;
  }

  .cplxjh_case .medialist .list_box {
    margin: 0;
  }
  .cplxjh_case .medialist li {
    padding: 0;
    margin-bottom: 10px;
    width: 33.333%;
  }
  .cplxjh_case .medialist li a {
    margin-right: 4px;
  }
  .cplxjh_case .medialist li:last-child {
    margin-right: 0;
  }
  .white-list-bg.cplxjh_case .list_box li a {
    background: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(190, 196, 204, 0.2);
    border-radius: 2px;
  }
  .cplxjh_case .medialist li .media_img {
    margin-right: 0;
  }
  .white-list-bg.cplxjh_case .list_box li .media_text {
    padding: 16px 8px 24px;
  }
  .cplxjh_case .medialist li .media_text .medialitit {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .cplxjh_case .medialist li .media_text .media_text_desc {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
  }
  .cplxjh_case .medialist li .media_text .media_text_desc p {
    -webkit-line-clamp: 2;
  }

  /*控制全部*/
  .white-list-bg .medialist {
    overflow-x: scroll;
  }
  .white-list-bg .medialist::-webkit-scrollbar {
    display: none;
  }
  .white-list-bg .medialist ul.list_box {
    min-width: 853px;
    overflow: visible !important;
  }
  .white-list-bg .medialist .list_box li {
    width: 33.333% !important;
    padding: 0;
  }
  .white-list-bg .medialist .list_box li a {
    margin-right: 4px;
    min-height: auto;
  }
  .white-list-bg .list_box li .media_text {
    padding: 20px !important;
  }

  .cplx_zuinews {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .cplx_zxdtbiglist {
    margin-top: 16px;
  }
  body #et-boc .et-l .et_pb_button_module_wrapper .custom-more-btn.et_pb_button.hd_morenews:after {
    top: 0px;
  }
  .cplx_zxdtbiglist .newslist li a .news_img {
    height: 190px;
    margin-bottom: 16px;
  }
  .cplx_zxdtbiglist .newslist li a {
    padding: 0 0 16px 0;
    align-items: center;
  }
  .cplx_zxdtbiglist .newslist li a .news_date {
    width: 23%;
    display: block !important;
  }
  .cplx_zxdtbiglist .newslist li a .news_date span.news_date_month {
    font-size: 18px;
  }
  .cplx_zxdtbiglist .newslist li a .news_date span.news_date_year {
    font-size: 12px;
  }
  .cplx_zxdtbiglist .newslist li a .news_text .newslitit {
    display: block;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cplx_zxdtbiglist .newslist li a .news_text p {
    font-size: 12px;
  }
  .cplx_zxdtbiglist .newslist li a .news_text .news_mobdate {
    display: none;
  }
  .cplx_zxdtbiglist .newslist li a .news_text {
    width: 73%;
    padding-right: 16px;
  }
  .cplx_zxdtbiglist .newslist li a .news_text.havenop p {
    display: block;
  }

  .cplx_zxdtlist .newslist {
    margin-top: 0;
  }
  .cplx_zxdtlist .newslist li a {
    padding: 16px 0;
    align-items: center;
  }
  .cplx_zxdtlist .newslist li a .news_date {
    width: 18.2%;
    display: block !important;
  }
  .cplx_zxdtlist .newslist li a .news_date:after {
    height: 30px;
  }
  .cplx_zxdtlist .newslist li a .news_date span.news_date_month {
    font-size: 16px;
  }
  .cplx_zxdtlist .newslist li a .news_date span.news_date_year {
    font-size: 12px;
    line-height: 20px;
  }
  .cplx_zxdtlist .newslist li a .news_text {
    width: 42.85%;
  }
  .cplx_zxdtlist .newslist li a .news_text .newslitit {
    font-size: 14px;
    -webkit-line-clamp: 1;
    white-space: inherit;
    background: none;
    letter-spacing: 0;
  }
  .cplx_zxdtlist .newslist li a .news_text p {
    font-size: 12px;
  }
  .cplx_zxdtlist .newslist li a .news_text .news_mobdate {
    display: none;
  }
  .cplx_zxdtlist .newslist li a .news_img {
    width: 35%;
    height: 68px;
  }

  /*产品与解决方案聚合页*/
  .et-db #et-boc .et-l .products_banner .et_pb_slide_content p:last-of-type {
    font-size: 12px;
    margin-top: 4px;
  }
  .et-db #et-boc .et-l .products_banner .et_pb_slide_content p:last-of-type img {
    max-width: 18px;
  }
  .et-db #et-boc .et-l .products_banner .et_pb_slide_content p {
    margin-top: 10px;
  }

  /*法律声明*/
  .legal .legal_content .et_pb_text_inner h2 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
  }
  .legal .legal_content .et_pb_text_inner h3 {
    font-size: 16px;
    font-weight: 600;
  }
  .legal .legal_content .et_pb_text_inner table td {
    font-size: 12px;
    line-height: 18px;
  }
  .legal .legal_content .et_pb_text_inner table tbody tr td:first-child {
    width: 60px;
  }
  .legal .legal_content .et_pb_text_inner p {
    margin: 12px 0;
  }

  /*合规诚信*/
  .compliance_content .et_pb_text_inner p.subtitle {
    font-size: 14px;
    color: #000;
    letter-spacing: 0.67px;
    line-height: 20px;
    font-weight: 700;
    margin: 16px 0 8px;
  }
  .hgycxlist .medialist li {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 0;
  }
  .cplxjh_case.hgycxlist .medialist li .media_text .medialitit {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    font-weight: 700;
  }
  .cplxjh_case.hgycxlist .medialist li .media_text .media_text_desc {
    margin-top: 8px;
  }
  .white-list-bg.hgycxlist .list_box li .media_text {
    padding: 16px 8px;
  }
  .heguiguanli .et_pb_text_inner h2 {
    font-size: 14px;
    color: #000;
    letter-spacing: 0.67px;
    line-height: 20px;
    font-weight: 700;
    margin: 16px 0 8px;
  }
  .heguiguanli .et_pb_text_inner p {
    font-size: 12px;
    color: #666;
    letter-spacing: 0.84px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .heguiguanli .et_pb_text_inner p:last-child {
    margin-bottom: 0;
  }

  /*阳光采购原则*/
  .ygcgyzzwyt {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .ygcgyzzwyt2 {
    flex-direction: column;
  }
  .ygcgyzzwyt2 h1.supplier-sub-title {
    display: none;
  }
  .yangguangcg .et_pb_text_inner h1 {
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0 16px;
  }
  .yangguangcg .et_pb_text_inner h3 {
    font-size: 14px;
    margin: 20px 0 10px;
    line-height: 20px;
  }

  /*关于我们*/
  .about_banner:after {
    display: none;
  }
  .case_style_news.about_newslist .item_box .text_box {
    background: none;
  }
  .case_style_news.about_newslist .list_more_btn .btn {
    background: #fff;
  }
  .about_tshipin .popup_body_box .popup_box {
    width: 90%;
  }
  .about_tshipin .popup_body_box .clsoe_popup_btn {
    right: 0px;
    top: -30px;
  }
  .about_tshipin .popup_body_box {
    background: #000;
  }

  /*招聘*/
  .job_tshipin .popup_body_box .popup_box {
    width: 90%;
    height: 240px;
  }
  .job_tshipin .popup_body_box .clsoe_popup_btn {
    right: 0px;
    top: -30px;
  }
  .job_tshipin .popup_body_box {
    background: #000;
  }
  .et-db #et-boc .et-l .job_banner .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
    display: none;
  }
  .job_banner .header-content .header-logo {
    margin: 0 auto;
    max-width: 48px;
  }

  .job_shujulist {
    flex-wrap: nowrap;
    width: calc(100% - 32px) !important;
  }
  .job_shujulist .et_pb_text_inner h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .job_shujulist .et_pb_column {
    border-right: none;
    margin-bottom: 10px !important;
  }

  .job_xinqidian {
    flex-wrap: wrap;
  }
  .job_xinqidian .et_pb_main_blurb_image {
    margin-bottom: 12px;
  }
  .job_xinqidian .et_pb_blurb_content .et_pb_blurb_container {
    padding: 0 12px 24px 12px;
  }
  .job_xinqidian .et_pb_blurb_content .et_pb_blurb_description ul li {
    font-size: 12px;
    margin-right: 18px;
    padding-right: 15px;
  }
  .job_xinqidian .et_pb_blurb_content .et_pb_blurb_description ul li:last-child {
    margin-right: 0;
  }

  .job_tansuo {
    flex-wrap: wrap;
  }
  .job_tansuo .et_pb_column {
    margin-bottom: 10px;
  }
  .job_tansuo .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 14px;
    padding-top: 20px;
  }
  .job_tansuo .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    margin-bottom: 8px;
  }
  .job_tansuo .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    min-height: inherit;
  }
  .job_tansuo .et_pb_blurb_content .et_pb_main_blurb_image img {
    width: 32px;
  }
  .et-db #et-boc .et-l .job_tansuo .et_pb_blurb_position_left .et_pb_main_blurb_image {
    width: 32px;
  }

  .job_zplx .et_pb_column .custom_button .btn_medium {
    font-size: 12px;
    border-radius: 2px;
    width: 82px;
    height: 28px;
    color: #333;
    padding: 0;
    border: 0.5px solid rgba(51, 51, 51, 1);
    background: none;
    padding-left: 0;
    line-height: 28px;
  }
  .et-db #et-boc .et-l .job_zplx .et_pb_blurb_position_left .et_pb_main_blurb_image {
    display: none;
  }
  .et-db #et-boc .et-l .job_zplx .et_pb_blurb_8.et_pb_blurb .et_pb_module_header {
    display: none;
  }
  .job_zplx .et_pb_column .custom_button {
    margin-right: 0;
    order: 3;
    width: 100%;
    text-align: center;
  }
  .job_zplx .et_pb_column .et_pb_blurb .et_pb_module_header {
    display: none;
  }
  .job_zplx .et_pb_column:nth-child(2) .custom_button .btn_medium {
    background: none;
  }
  .job_zplx .et_pb_column .et_pb_blurb {
    margin-left: 0;
  }
  .job_zplx .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 0;
  }
  .job_zplx .et_pb_column {
    margin-bottom: 0;
  }

  .joinus_tgrow {
    flex-wrap: wrap;
  }
  .joinus_tgrow .et_pb_text_inner p {
    font-size: 16px;
    line-height: 21px;
  }
  .job_gglist li a .title {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .job_gglist li a .date {
    font-size: 12px;
    color: #999;
  }
  .joinus_tgrow .et_pb_column {
    margin-bottom: 10px !important;
  }

  .job_xinqidian .et_pb_column.et_pb_column_13 {
    margin: 0 0 18px 0;
  }

  /*招贤纳士-常见问题*/
  .job_problem ul.et_pb_tabs_controls {
    margin-bottom: 40px;
  }
  .job_problem .et_pb_tabs_controls li {
    height: 60px;
    background-size: 100%;
    border: none;
    padding-left: 17px;
    line-height: 60px;
  }
  .job_problem .et_pb_tabs_controls li:nth-child(1) {
    margin-right: 12px;
  }
  .job_problem .et_pb_tabs_controls li a {
    font-size: 14px;
  }
  .job_problem .et_pb_all_tabs .et_pb_tab .et_pb_tab_content .classNames {
    font-size: 16px;
  }
  .job_problem .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h3 {
    font-size: 14px;
    margin: 16px 0 10px;
  }
  .job_problem .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  /*留资页*/
  .liuzi_banner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .liuziform {
    width: 100%;
  }
  .liuziform .gform_wrapper .gform_body {
    padding-left: 0;
  }
  .liuziform .gform_wrapper .gform_body .gfield {
    position: relative;
    justify-content: flex-start;
    border-bottom: #ddd 1px solid;
    padding-bottom: 10px;
  }
  .liuziform .gform_wrapper .gform_body .gfield_label {
    position: absolute;
    text-align: left;
    width: auto;
    font-size: 12px;
    left: 0px;
    float: none;
    z-index: 555;
  }
  .liuziform .gform_wrapper .gform_body fieldset .gfield_label {
    position: static;
  }
  .liuziform .gform_wrapper .gform_body .gfield_label .gfield_required:before {
    left: -32px;
  }
  .liuziform .gform_wrapper .gform_body .gfield .ginput_container {
    width: 100%;
    text-align: right;
  }
  .liuziform .gform_wrapper .gform_body .gfield input {
    width: 70% !important;
    text-align: right;
    font-size: 12px;
    font-size: 12px;
    border: none;
    padding: 0;
  }

  .liuziform .gform_wrapper .gform_body .gfield.other_industry {
    padding-bottom: 0;
  }
  .liuziform .gform_wrapper .gform_body .gfield.other_industry input {
    text-align: left;
  }

  .liuziform .gform_wrapper .gform_body .gfield select {
    width: auto !important;
    font-size: 12px;
    font-size: 12px;
    border: none;
    padding: 0;
    background-size: 10px;
    background-size: 12px;
    height: 36px;
    text-align: right;
    padding-right: 25px;
  }
  .liuziform .gform_wrapper .gform_body .gfield select option {
    text-align: right;
  }
  .liuziform .gform_wrapper .gform_body .gfield_label[for='input_2_11'] {
    position: static;
    padding-left: 10px;
  }
  .liuziform .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 96px;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
  .liuziform .gform_wrapper.gravity-theme .gfield_textarea .ginput_counter {
    font-size: 12px;
  }
  .liuziform .gform_wrapper.gravity-theme .gfield_textarea .ginput_counter {
    right: 2px;
  }
  .liuziform .gform_wrapper .gform_body .gfield .ginput_container {
    margin-left: 0;
  }
  .liuziform .gform_wrapper .gform_body .gfield .gfield_radio {
    height: auto;
  }
  .liuziform .gform_wrapper .gform_body .gfield .gfield_checkbox {
    height: auto;
  }
  .liuziform .gform_wrapper .gform_body .gfield .gfield_radio .gchoice {
    margin-bottom: 0;
    margin-top: 5px;
  }
  .liuziform .gform_wrapper .gform_body .gfield .gfield_radio .gchoice label {
    font-size: 12px;
    margin-left: 4px;
  }
  .liuziform .gform_wrapper .gform_body .gfield .gfield_radio .gchoice input {
    width: 14px !important;
    height: 14px;
  }
  .liuziform .gform_wrapper .gform_body .gfield .gfield_radio .gchoice input:checked {
    background-size: 14px;
  }
  .liuziform .gform_wrapper .gform_body .gfield .ginput_container.ginput_container_textarea {
    margin-top: 10px;
  }
  .liuziform .gform_wrapper .gform_body .gfield_textarea .gfield_label {
    position: static;
  }
  .liuziform .gform_wrapper .gform_body .gfield.gfield_html {
    font-size: 12px;
  }
  .liuziform .gform_wrapper .gform_body .gfield.gfield_html input {
    width: 14px !important;
    height: 14px;
    margin-right: 4px;
  }
  .liuziform .gform_wrapper .gform_body .gfield.privacy .ginput_container {
    padding-left: 0;
  }
  .liuziform .gform_wrapper .gform_body .gfield .gfield_checkbox label {
    font-size: 12px;
    max-width: calc(100% - 10px);
  }
  .liuziform .gform_wrapper .gform_body .gfield .gfield_checkbox label a {
    margin: 0 2px;
  }
  .liuziform .gform_wrapper .gform_body .gfield input[type='checkbox'] {
    width: 14px !important;
    height: 14px;
    margin-right: 4px;
  }
  .liuziform .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 16px;
    padding: 0;
  }
  .liuziform .gform_wrapper .gform_footer .gform_button {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    letter-spacing: -0.34px;
  }

  .liuziform .gform_wrapper.gravity-theme .gfield_description {
    padding: 0;
    font-size: 12px;
  }
  .liuziform .gform_wrapper .gform_body .gfield.gfield_error {
    border-bottom: 1px solid #d81e2b;
  }
  .liuziform .gform_wrapper .gform_body .gfield.privacy .ginput_container,
  .liuziform .gform_wrapper .gform_body .gfield:last-child .ginput_container {
    margin-left: 0;
  }
  .liuziform .gform_wrapper .gform_body .gfield:last-child .gfield_checkbox .gchoice {
    margin-right: 0;
  }

  /*单个文件上传*/
  .liuziform .gform_wrapper.gravity-theme .gform_fileupload_rules {
    font-size: 12px;
  }
  .liuziform .gform_wrapper .gform_body .gfield input[type='file'] {
    width: 100% !important;
    text-align: left;
    font-size: 12px;
    padding: 0px 8px;
    border-radius: 4px;
    border: #ddd 1px solid;
  }

  /*多个文件上传*/
  .gform_drop_area {
    width: 100%;
  }
  .liuziform .gform_wrapper .gform_body .gfield .ginput_container.ginput_container_fileupload {
    margin-top: 40px;
  }

  /*私隐保护*/
  .liuziform .gform_wrapper .gform_body .gfield.privacy .ginput_container {
    text-align: left;
  }
  .liuziform .gform_wrapper .gform_body .gfield.privacy .gfield_checkbox label {
    padding-top: 3px;
    max-width: calc(100% - 20px);
    vertical-align: top;
  }

  /*提交成功*/
  .liuzi_tijiaohou {
    padding: 40px 0;
  }
  .liuzi_tijiaohouimg {
    width: 90px;
    height: 90px;
    background-size: 100%;
    margin-bottom: 16px;
  }
  .liuzi_tijiaohoutishi {
    margin-bottom: 80px;
  }
  .liuzi_tijiaohoutext {
    font-size: 16px;
    line-height: 16px;
  }
  .liuzi_tijiaohoubtn a {
    width: 100%;
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    margin: 0;
  }
  .liuzi_tijiaohoubtn a:nth-child(2) {
    margin-top: 16px;
  }

  /*活动聚合页*/
  .hdmlist.product_slide .slide_swiper {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .hdmlist.product_slide .img_box {
    height: 200px;
    margin-bottom: 10px;
  }
  .hdmlist.product_slide .item_box .item {
    border-radius: 4px;
    padding-bottom: 0;
    min-height: inherit;
    box-shadow: 0px 2px 16px 0px rgba(190, 196, 204, 0.2);
    background: #ffffff;
  }
  .hdmlist.product_slide .summary_box {
    display: none;
  }
  .hdmlist.product_slide .tags_box {
    margin-bottom: 0;
    background: url(../images/arrow_right.svg) no-repeat 97% center;
  }
  .hdmlist.product_slide .title {
    font-size: 16px;
  }
  .hdmlist.product_slide .news_pagination {
    margin-top: 0;
  }
  .hdmlist.product_slide .title {
    margin-bottom: 10px;
  }
  .hdmlist.product_slide .tags_box span {
    width: 65px;
    height: 23px;
    justify-content: center;
  }
  .hdmlist.product_slide .hdmitem001 .tags_box span {
    background: rgba(255, 142, 54, 0.08);
    color: #ff8e36;
  }
  .hdmlist.product_slide .hdmitem002 .tags_box span {
    background: rgba(109, 195, 53, 0.08);
    color: #6dc335;
  }
  .hdmlist.product_slide .hdmitem003 .tags_box span {
    background: rgba(81, 132, 234, 0.08);
    color: #5184ea;
  }

  .huodong_techxlist.news_slide {
    overflow: hidden;
    margin-right: -20%;
  }
  .huodong_techxlist.swiper_box .slide_navigation {
    display: none;
  }
  .news_slide.huodong_techxlist .swiper-slide a {
    min-height: inherit;
    border-radius: 4px;
    overflow: hidden;
  }
  .huodong_techxlist .news_slidetext {
    height: 113px;
    padding: 10px 15px 20px;
    background: #f7f9fa;
    flex-wrap: wrap;
  }
  .huodong_techxlist .news_slidetext h3 {
    font-size: 12px;
    height: 40px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: normal;
  }
  .huodong_techxlist .news_slidetext .newslidedate {
    font-size: 12px;
  }
  .huodong_techxlist .news_slidetext:after {
    width: 15px;
    height: 15px;
    bottom: 27px;
    right: 15px;
    background-size: 100%;
  }
  .huodong_techxlist .swiper-slide a:hover .news_slidetext:after {
    background-size: 100%;
  }

  /*新定义的样式*/
  .huodong_techxlist.phone_spacing_14 {
    overflow: hidden;
    margin-right: -20%;
  }
  .huodong_techxlist .slide_navigation {
    display: none;
  }
  .huodong_techxlist .swiper-slide .item_box .item {
    min-height: inherit;
    border-radius: 4px;
    overflow: hidden;
  }
  .huodong_techxlist .swiper-slide .item_box .item .slide_text {
    padding: 10px 15px 20px 15px;
    background: #f5f6f8;
  }
  .huodong_techxlist .swiper-slide .item_box .item .slide_text .title {
    font-size: 12px;
    height: 40px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: normal;
  }
  .huodong_techxlist .swiper-slide .item_box .item .slide_text .summary_box .newslidedate {
    font-size: 12px;
    line-height: 30px;
  }
  .huodong_techxlist .swiper-slide .item_box .item .slide_text .summary_box .newslidedate b {
    font-size: 20px;
  }
  .huodong_techxlist .swiper-slide .item_box .item .slide_text .summary_box .newslidedate span {
    font-size: 12px;
  }
  .huodong_techxlist .swiper-slide .item_box .item .slide_text .summary_box:after {
    width: 18px;
    height: 18px;
    background-size: 100%;
  }
  .huodong_techxlist .swiper-slide .item_box .item:hover .slide_text .summary_box:after {
    background-size: 100%;
  }

  .huodong_alllist .second_navigation li a {
    font-size: 12px;
    padding: 0 18px;
    line-height: 30px;
    margin: 0;
  }
  .huodong_alllist .second_navigation {
    padding: 0;
    border: none;
  }
  .huodong_alllist .second_navigation li {
    margin: 0 10px 0 0;
  }
  .huodong_alllist .second_navigation #second_navmob {
    margin: 0;
  }
  .huodong_alllist .medialist {
    margin-top: 20px;
  }
  .huodong_alllist .medialist li a {
    flex-wrap: wrap;
    border: none;
    padding-bottom: 10px;
    padding-top: 0;
  }
  .huodong_alllist .medialist li .media_img {
    width: 100%;
    margin-right: 0;
  }
  .huodong_alllist .medialist li .media_img img {
    height: 190px;
  }
  .huodong_alllist .medialist li .media_text .medialitit {
    font-size: 14px;
  }
  .huodong_alllist .medialist li .media_text {
    padding: 8px 8px 8px 0;
    width: 100%;
  }
  .huodong_alllist .medialist li {
    margin-bottom: 0;
  }
  .huodong_alllist .medialist li .media_text.havenop .media_text_desc {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
  }

  body #et-boc .et-l .et_pb_button_module_wrapper .custom-more-btn.et_pb_button.hd_morenews::after {
    font-size: 18px !important;
  }
  body #et-boc .et-l .et_pb_button_module_wrapper .custom-more-btn.et_pb_button.hd_morenews {
    padding-right: 20px !important;
  }
  .cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a .news_date {
    display: none !important;
  }
  .cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a .news_text {
    padding: 0 20px;
  }
  .cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a {
    padding-bottom: 9px;
  }
  .cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a .news_img {
    margin-bottom: 9px;
  }
  .cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a .news_text .list_more_btn {
    display: none;
  }
  .cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a .news_text .newslitit {
    background: none;
    font-size: 16px;
  }
  .cplx_zuinews .et_pb_column {
    margin-bottom: 10px;
  }
  .cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a .news_img {
    height: 190px;
  }
  .cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a .news_text .news_mobdate {
    display: block;
  }
  .cplx_zxdtbiglist.huod_zxdtbiglist .newslist li a .news_text .news_mobdate {
    margin-top: 1px;
  }

  /*搜索页*/
  .search_page {
    padding: 0px !important;
    width: 100%;
  }
  .s_banner .w {
    padding: 40px 16px 0;
  }
  .s_box {
    width: 100%;
  }
  .s_box .s_input {
    width: 100%;
    height: 36px;
    line-height: 36px;
  }

  .type_list {
    margin-top: 16px;
    border-bottom: 1px solid #ccc;
    overflow-x: scroll;
    padding: 0 0 0 10px;
  }
  .type_list::-webkit-scrollbar {
    display: none;
  }
  .type_list li a {
    font-size: 12px;
    padding: 0 5px;
    margin-right: 10px;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
  }

  .s_box .s_submit {
    padding: 8px 0;
  }
  .s_box form {
    margin-top: 0;
  }

  .s_content_box {
    padding: 30px 16px;
  }
  .s_hint {
    padding: 0 10px;
    font-size: 12px;
  }
  .close_hint {
    right: 10px;
  }
  .s_post_list div.post_item a.title {
    font-size: 14px;
  }
  .s_post_list div.post_item .summary {
    font-size: 12px;
  }

  .en .case-slide .item_box .summary_box,
  .jp .case-slide .item_box .summary_box {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .en .case-slide .item_box .title,
  .jp .case-slide .item_box .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 22px;
    height: 44px !important;
    -webkit-box-orient: vertical;
  }

  .specifications_list .list_box:after {
    height: 200px;
  }
  .specifications_list .show_list_btn,
  .specifications_list.show_list .hide_list_btn {
    font-size: 12px;
  }

  /*
	.et-db #et-boc .et-l .fananjieshao .et_pb_text_2.et_pb_text{ padding-bottom:30px;}*/
  .et-db #et-boc .et-l .mobgundong .et_pb_row_5.et_pb_row {
    margin-top: 0 !important;
  }

  .post-type-archive-case_post .medialist li .media_text .media_text_desc,
  .post-type-archive-case_post .medialist li .media_text .media_tag {
    display: none;
  }

  /*2022-12-15*/
  .et-db #et-boc .et-l .et_pb_row_2.et_pb_row.cpxq_cpjs {
    margin-bottom: 0 !important;
  }
  .et-db #et-boc .et-l .cpxq_cpjs .et_pb_text_2 {
    border-bottom: none;
  }
  .et-db #et-boc .et-l .mobgundong .et_pb_text_3 {
    margin-bottom: 0 !important;
  }
  .et-db #et-boc .et-l .mobgundong .et_pb_text_3 p {
    text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.2);
  }
  .et-db #et-boc .et-l .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
    line-height: 22px !important;
  }

  .en .head_menu .sub_menu_box .menu_depth_1 .item_title {
    font-size: 12px;
  }
  .en .head_menu .sub_menu_box a {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .specifications_list .item .name {
    width: 90px !important;
  }
  .et-db #et-boc .et-l .et_pb_blurb_1.et_pb_blurb p {
    line-height: 20px !important;
  }

  .en .product_section_location .item,
  .jp .product_section_location .item {
    line-height: 10px;
  }
  .en .sticky_section_location .product_section_location .item,
  .jp .sticky_section_location .product_section_location .item {
    line-height: 10px;
    margin-top: 12px;
    text-align: center;
  }
  .en .sticky_section_location .product_section_location .item a,
  .jp .sticky_section_location .product_section_location .item a {
    font-size: 11px;
  }
  .en .product_section_location .item:after,
  .jp .product_section_location .item:after {
    bottom: -10px;
  }

  .daibiaochu .contact-dbc {
    box-shadow: none;
    padding: 0 0px;
  }
}
@media (max-width: 375px) {
  .liuziform .gform_wrapper .gform_body .gfield .gfield_checkbox label {
    font-size: 11px;
  }
}
@media (max-width: 370px) {
  .contact-dbc .et_pb_tabs_controls {
    overflow-x: scroll;
  }
  .contact-dbc .et_pb_tabs_controls::-webkit-scrollbar {
    display: none;
  }
  .daibiaochu .contact-dbc .et_pb_tabs_controls li {
    white-space: nowrap;
  }
  .daibiaochu .contact-dbc .et_pb_tabs_controls li a {
    font-size: 12px !important;
  }
}

/*
首页模块样式
*/
#home_video {
  cursor: pointer;
}

.popup_div {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.popup_div.show_popup {
  visibility: visible;
}

.popup_div .popup_content {
  width: 80.3%;
  background: #000;
  position: relative;
}

.video_popup .popup_content video {
  width: 100%;
  max-height: 80vh;
  display: block;
  position: relative;
  object-fit: contain;
}

.popup_div .close-btn {
  position: absolute;
  right: -7%;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  background: url(../images/home/close-white.svg) center no-repeat;
  background-size: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 10;
}
.img_popup .popup_content {
  width: auto;
  max-width: 1240px;
  background: none;
}
.img_popup.popup_div {
  z-index: 19;
  background: rgba(0, 0, 0, 0.2);
}
.img_popup .close-btn {
  background: url(../images/home/close@3x.png) center no-repeat;
  background-size: cover !important;
  border: 0;
  width: 40px;
  height: 40px;
  top: -48px;
  right: 0;
}
.img_popup.popup_div img {
  max-height: calc(100vh - 120px);
}

.col_img_box .img_item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.col_img_box .img_item .text_box {
  position: absolute;
  bottom: 6px;
  left: 60px;
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.col_img_box .img_item .botton_box .title {
  font-size: 24px;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
}

.col_img_box .img_item:hover .img_hover_box img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
}

.col_img_box .img_item .botton_box .more_btn {
  font-size: 18px;
  letter-spacing: 0.24px;
  position: relative;
  top: 24px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.col_img_box .img_item .botton_box .more_btn .iconfont {
  color: var(--main_red);
}

.col_img_box .img_item .botton_box span {
  display: block;
}

.col_img_box .img_item:hover .text_box {
  bottom: 46px;
}

.col_img_box .img_item:hover .botton_box .more_btn {
  top: 0;
}
.img_height_100,
.img_height_100 .et_pb_image_wrap {
  height: 100%;
}
.img_height_100 img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .home_video {
    display: flex;
    flex-direction: column-reverse;
  }
  .col_img_box .img_item .text_box {
    top: 11%;
    left: 0;
    width: 100%;
    padding: 0 16px;
    text-align: center;
  }
  .col_img_box .img_item .botton_box .more_btn {
    top: 0 !important;
    font-size: 14px;
  }

  .col_img_box .img_item .botton_box .more_btn .iconfont {
    color: #fff;
  }

  .col_img_box .img_item .botton_box .title {
    font-size: 18px;
  }

  .video_popup {
    background-color: #000;
  }

  .popup_div .popup_content {
    max-width: 100%;
    position: relative;
  }

  .popup_div .close-btn {
    border: 0;
    background-size: 18px;
    top: -28px;
    right: 24px;
  }
  .video_popup .popup_content video {
    width: 100%;
    max-height: none;
    height: auto;
  }
  .img_popup.popup_div {
    z-index: 100;
  }
  .img_popup .popup_content {
    width: 90%;
    min-width: auto;
  }
  .img_popup .close-btn {
    bottom: -40px;
    top: auto;
    width: 28px;
    height: 28px;
    left: 50%;
    margin-left: -14px;
  }
}
.gform_ajax_spinner {
  display: none !important;
}

/* 重构banner组件 */

#banner-home-modal .home_slide {
  height: auto;
}

#banner-home-modal .home_slide .slide_item .title {
  font-weight: 500;
}

#banner-home-modal .home_slide .title_black .title {
  color: #333;
}

#banner-home-modal .home_slide .img_box img {
  height: 100% !important;
}

#banner-home-modal .home_slide .slide_item .summary_box {
  margin-bottom: 48px;
}

#banner-home-modal .home_slide .item_box .img_bg,
#banner-home-modal .home_slide .item_box .m_img_bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

#banner-home-modal .home_slide .item_box .m_img_bg {
  display: none;
}

#banner-home-modal .home_slide .item_box {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #banner-home-modal .home_slide .swiper-wrapper .slide_text {
    top: 40%;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
}

@media (max-width: 1919px) and (min-width: 1280px) {
  #banner-home-modal .home_slide {
    height: 65vw;
  }
}

@media (max-width: 1919px) and (min-width: 1680px) {
  #banner-home-modal .home_slide {
    height: 55vw;
  }

  @-ms-viewport {
    width: 1920px;
  }
}

@media screen and (max-width: 768px) {
  #banner-home-modal .home_slide .swiper-wrapper .content-w h3 {
    margin-bottom: 0;
    position: absolute;
    top: 15%;
  }

  #banner-home-modal .home_slide .swiper-wrapper .content-w .slide_btn {
    bottom: 15%;
    font-size: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  #banner-home-modal .home_slide {
    max-height: 85.5vh;
  }

  #banner-home-modal .home_slide .item_box .img_bg {
    display: none;
  }

  #banner-home-modal .home_slide .item_box .m_img_bg {
    display: block;
  }

  #banner-home-modal .home_slide .slide_text {
    height: 100%;
  }

  #banner-home-modal .home_slide .slide_text .w {
    position: relative;
    height: 100%;
  }

  #banner-home-modal .home_slide .slide_text .text_box,
  #banner-home-modal .home_slide .slide_text .btn_box {
    position: absolute;
    left: 0;
    width: 100%;
  }

  #banner-home-modal .home_slide .slide_text .btn_box {
    bottom: 20%;
  }

  #banner-home-modal .home_slide .slide_text .text_box {
    top: 20%;
  }

  #banner-home-modal .home_slide .slide_item.css_out .btn_box {
    animation: fadeOutUp var(--dh_delay) ease 0s;
    -webkit-animation: fadeOutUp var(--dh_delay) ease 0s;
  }
}
@media screen and (min-width: 769px) {
  #page_change_box {
    display: flex;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
  }
  .et-db #et-boc .et-l #product_tabs.et_pb_row.et_pb_sticky.et_pb_sticky_module {
    /* min-width: 1280px; */
    width: 100% !important;
    left: 0 !important;
    z-index: 10 !important;
  }
  #page_change_box .et_pb_column {
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
  }
  #page_change_box .et_pb_column .product_page_btn {
    text-align: center;
    width: 96px;
    height: 40px;
    border: 1px solid rgba(51, 51, 51, 1);
    border-radius: 2px;
    line-height: 38px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.35px;
    font-weight: 400;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    cursor: pointer;
  }
  #page_change_box .et_pb_column .product_page_btn.pre_btn {
    margin-right: 24px;
  }
  #page_change_box .et_pb_column .product_page_btn.pre_btn.disabled {
    border: 1px solid rgba(153, 153, 153, 1);
    color: #999999;
    cursor: no-drop;
  }
  #page_change_box .et_pb_column .product_page_btn.next_btn.disabled {
    border: 1px solid rgba(153, 153, 153, 1);
    color: #999999;
    cursor: no-drop;
  }
  #page_change_box .et_pb_column .page_number_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
  }
  #page_change_box .et_pb_column .page_number_box .page_number {
    color: #333333;
  }

  /* 产品聚合页tab栏 */
  #product_tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  #product_tabs .et_pb_column {
    width: auto;
    margin: 0;
    margin-right: 96px;
  }

  #product_tabs .et_pb_column:last-child {
    margin-right: 0;
  }
  #product_tabs .et_pb_column .product_type_box {
    cursor: pointer;
    padding: 0 4px;
    position: relative;
  }
  #product_tabs .et_pb_column .product_type_box:hover .type_name {
    color: #333;
    font-weight: bold;
  }
  .et-db #et-boc .et-l #product_tabs.product_tabs_nav.et_pb_row.et_pb_sticky.et_pb_sticky_module {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  #product_tabs.product_tabs_nav.et_pb_row.et_pb_sticky_module .et_pb_column {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
  }
  #product_tabs.product_tabs_nav .et_pb_column .et_pb_module {
    width: auto;
    margin: 0;
    margin-right: 0px;
  }
  #product_tabs.product_tabs_nav .et_pb_column .et_pb_module:last-child {
    margin-right: 0;
  }

  #product_tabs.product_tabs_nav .et_pb_column .product_nav_box {
    cursor: pointer;
    padding: 0 4px;
    position: relative;
  }
  #product_tabs.product_tabs_nav .et_pb_column .product_nav_box:hover .type_name {
    color: #333;
    font-weight: bold;
  }
  /* #product_tabs .et_pb_column .product_type_box:hover::after{
        content: '';
        width: 100%;
        height: 4px;
        position: absolute;
        bottom: -6px;
        left: 0;
        background-color: #f70000;
    } */
  #product_tabs .et_pb_column .product_type_box.active::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background-color: #f70000;
  }
  #product_tabs .et_pb_column .product_type_box.active .type_name {
    color: #333;
    font-weight: bold;
  }
  #product_tabs .et_pb_column .product_type_box .type_name {
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
    min-width: 74px;
  }
  #product_tabs.product_tabs_nav .et_pb_column .product_nav_box.active::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background-color: #f70000;
  }
  #product_tabs.product_tabs_nav .et_pb_column .product_nav_box.active .type_name {
    color: #333;
    font-weight: bold;
  }
  #product_tabs.product_tabs_nav .et_pb_column .product_nav_box .type_name {
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
    min-width: 74px;
  }
}
@media screen and (max-width: 768px) {
  #page_change_box {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
  }
  #page_change_box .et_pb_column {
    width: auto !important;
    margin-bottom: 0;
    margin-right: 0;
  }
  #page_change_box .et_pb_column .product_page_btn {
    text-align: center;
    width: 76px;
    height: 32px;
    border: 1px solid rgba(51, 51, 51, 1);
    border-radius: 2px;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.35px;
    font-weight: 400;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    cursor: pointer;
  }
  #page_change_box .et_pb_column .product_page_btn.pre_btn {
    margin-right: 24px;
  }
  #page_change_box .et_pb_column .product_page_btn.pre_btn.disabled {
    border: 1px solid rgba(153, 153, 153, 1);
    color: #999999;
    cursor: no-drop;
  }
  #page_change_box .et_pb_column .product_page_btn.next_btn.disabled {
    border: 1px solid rgba(153, 153, 153, 1);
    color: #999999;
    cursor: no-drop;
  }
  #page_change_box .et_pb_column .page_number_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
  }
  #page_change_box .et_pb_column .page_number_box .page_number {
    color: #333333;
  }

  /* 产品聚合页tab栏 移动端*/
  #product_tabs.et_pb_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    background: #f5f6f8;
    width: 100%;
  }
  .et-db #et-boc .et-l #product_tabs.et_pb_row.et_pb_sticky.et_pb_sticky_module {
    left: 0 !important;
    top: 60px !important;
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    z-index: 98 !important;
  }
  #product_tabs .et_pb_column {
    width: auto !important;
    margin: 0;
    margin-right: auto;
    display: inline-block;
  }
  #product_tabs .et_pb_column .product_type_box {
    cursor: pointer;
    padding: 0;
  }
  #product_tabs .et_pb_column .product_type_box:hover .type_name {
    color: #333;
    font-weight: bold;
  }
  #product_tabs .et_pb_column .product_type_box:hover .type_name::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -14px;
    left: 0;
    background-color: #f70000;
  }
  #product_tabs .et_pb_column .product_type_box.active .type_name::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -14px;
    left: 0;
    background-color: #f70000;
  }
  #product_tabs .et_pb_column .product_type_box.active .type_name {
    color: #333;
    font-weight: bold;
  }
  #product_tabs .et_pb_column .product_type_box .type_name {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
    width: fit-content;
    white-space: nowrap;
  }
  #product_tabs.product_tabs_nav.et_pb_row.et_pb_sticky_module .et_pb_column {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
  }
  #product_tabs.product_tabs_nav .et_pb_column .et_pb_module {
    margin: 0;
    margin-right: 24px;
  }
  #product_tabs.product_tabs_nav.et_pb_sticky--top .et_pb_column .et_pb_module:last-child {
    padding-right: 16px;
  }

  #product_tabs.product_tabs_nav .et_pb_column .product_nav_box {
    cursor: pointer;
    padding: 0;
  }
  #product_tabs.product_tabs_nav .et_pb_column .product_nav_box:hover .type_name {
    color: #333;
    font-weight: bold;
  }
  #product_tabs.product_tabs_nav .et_pb_column .product_nav_box:hover .type_name::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -14px;
    left: 0;
    background-color: #f70000;
  }
  #product_tabs.product_tabs_nav .et_pb_column .product_nav_box.active .type_name::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -14px;
    left: 0;
    background-color: #f70000;
  }
  #product_tabs.product_tabs_nav .et_pb_column .product_nav_box.active .type_name {
    color: #333;
    font-weight: bold;
  }
  #product_tabs.product_tabs_nav .et_pb_column .product_nav_box .type_name {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
    width: fit-content;
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #product_tabs.product_tabs_nav .et_pb_column .et_pb_module {
    margin-right: 20px;
  }
  .et-db #et-boc .et-l #product_tabs.product_tabs_nav.et_pb_row.et_pb_sticky_module {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .et-db #et-boc .et-l #product_tabs.product_tabs_nav.et_pb_row.et_pb_sticky.et_pb_sticky_module {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .et-db #et-boc .et-l #product_tabs.product_tabs_nav.et_pb_row.et_pb_sticky.et_pb_sticky_module {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  #product_tabs .et_pb_column .product_type_box .type_name {
    font-size: 14px;
    white-space: nowrap;
  }
  #product_tabs.product_tabs_nav .et_pb_column .product_nav_box .type_name {
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    min-width: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 800px) {
  #product_tabs.product_tabs_nav .et_pb_column .et_pb_module {
    margin-right: 20px;
  }
}
@media screen and (max-width: 320px) {
  #product_tabs .et_pb_column .product_type_box .type_name {
    font-size: 12px;
  }
  #product_tabs.product_tabs_nav .et_pb_column .product_nav_box .type_name {
    font-size: 12px;
  }
}
/* 自定义技术规格表格样式 */
@media screen and (min-width: 769px) {
  .tech_grid_box {
    position: relative;
    width: 100%;
    max-height: 860px;
    overflow: hidden;
  }
  .tech_grid_box.hide {
    max-height: 100%;
  }
  .tech_grid_box .grid_item {
    width: 100%;
    display: flex;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding: 30px 16px;
    align-items: center;
    background-color: #fff;
  }

  .tech_grid_box .grid_item:nth-child(odd) {
    background-color: #f5f6f8;
  }
  .tech_grid_box .grid_item:hover {
    background-color: #edf1f8;
  }
  .tech_grid_box .grid_item.head .grid_item_right {
  }
  .tech_grid_box .grid_item .grid_item_name {
    width: 240px;
    flex-shrink: 0;
    padding-left: 32px;
  }
  .tech_grid_box .grid_item .grid_item_right {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .tech_grid_box .grid_item .grid_item_right .grid_desc {
    flex: 1;
    text-align: center;
  }
  .tech_grid_box .bottom_btn_box {
    position: absolute;
    display: none;
    bottom: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    width: 100%;
    z-index: 10;
    font-size: 14px;
    height: 140px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 34%, #ffffff 100%);
  }
  .tech_grid_box.hide .bottom_btn_box {
    height: auto;
    position: relative;
    margin-top: 10px;
    background: none;
  }
  .tech_grid_box .bottom_btn_box .tech_btns {
    min-width: 134px;
    height: 44px;
    border-radius: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1;
    border: 1px solid rgba(51, 51, 51, 1);
    background: #fff;
    color: #333333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
  }
  .tech_grid_box.hide .bottom_btn_box .tech_btns {
    height: auto;
  }
  .tech_grid_box .bottom_btn_box .tech_btns:hover {
    border-color: #f70000;
    color: #f70000;
  }
  .tech_grid_box .bottom_btn_box .tech_btns.hide {
    display: none;
  }
  .tech_grid_box .bottom_btn_box .tech_btns.more {
    display: inline-flex;
  }
  .tech_grid_box.hide .bottom_btn_box .tech_btns.hide {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }
  .tech_grid_box.hide .bottom_btn_box .tech_btns.more {
    display: none;
  }
  .tech_grid_box.hide .bottom_btn_box .tech_btns.hide img {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 8px;
    transform: rotate(-90deg);
  }
}

@media screen and (max-width: 768px) {
  .tech_grid_box {
    position: relative;
    width: 100%;
  }
  .tech_grid_box .tech_grid_box_content {
    min-width: 100%;
    max-height: 400px;
    overflow: hidden;
    overflow-x: scroll;
  }
  .tech_grid_box .tech_grid_box_content::-webkit-scrollbar {
    display: none;
  }
  .tech_grid_box.hide .tech_grid_box_content {
    max-height: 100%;
  }
  .tech_grid_box .grid_item {
    min-width: 100%;
    display: flex;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    align-items: center;
    border-bottom: 1px solid #fff !important;
  }
  .tech_grid_box .grid_item:nth-child(odd) .grid_item_right {
    background-color: #fff;
  }
  .tech_grid_box .grid_item:nth-child(odd) .grid_item_right {
    background-color: #f5f6f8;
  }
  .tech_grid_box .grid_item.head .grid_item_right {
  }
  .tech_grid_box .grid_item .grid_item_name {
    width: 90px;
    flex-shrink: 0;
    text-align: center;
    color: #fff;
    padding: 20px;
    background-color: #839ac2;
  }
  .tech_grid_box .grid_item .grid_item_right {
    flex: 1;
    min-width: 320px;
    padding: 20px;
    display: flex;
    justify-content: center;
  }
  .tech_grid_box .grid_item .grid_item_right .grid_desc {
    flex: 1;
    text-align: center;
    white-space: nowrap;
  }
  .tech_grid_box .bottom_btn_box {
    position: absolute;
    bottom: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    width: 100%;
    z-index: 11;
    font-size: 12px;
    margin-top: 16px;
    background: none;
    height: auto;
  }
  .tech_grid_box::after {
    content: '';
    display: block;
    background: linear-gradient(180deg, transparent, #fff);
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .tech_grid_box.hide::after {
    display: none;
  }
  .tech_grid_box.hide .bottom_btn_box {
    height: auto;
    background: none;
    position: absolute;
    bottom: -30px;
  }
  .tech_grid_box .bottom_btn_box .tech_btns {
    min-width: 100px;
    height: 28px;
    border-radius: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1;
    border: 1px solid rgba(51, 51, 51, 1);
    background: #fff;
    color: #333333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
  }
  .tech_grid_box .bottom_btn_box .tech_btns.more {
    display: flex;
  }
  .tech_grid_box .bottom_btn_box .tech_btns.hide {
    display: none;
  }
  .tech_grid_box.hide .bottom_btn_box .tech_btns.more {
    display: none;
  }
  .tech_grid_box.hide .bottom_btn_box .tech_btns.hide {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }
  .tech_grid_box.hide .bottom_btn_box .tech_btns.hide img {
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 8px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
}
/* KunLun AI Space 大模型加速引擎 */
@media screen and (min-width: 769px) {
  #kl_ai_category .et_pb_row .et_pb_column {
    display: flex;
    justify-content: center;
    background: #f5f6f8;
    border-radius: 2px;
    padding: 48px;
  }
  #kl_ai_category .et_pb_row .et_pb_column .et_pb_module {
    margin-bottom: 0;
    flex: 1;
  }
  #kl_ai_category .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  #kl_ai_category .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image {
    width: auto;
    margin-bottom: 16px;
  }
  #kl_ai_category .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image img {
    width: 100px;
    height: 100px;
    display: block;
  }
  #kl_ai_category
    .et_pb_row
    .et_pb_column
    .et_pb_module
    .et_pb_blurb_content
    .et_pb_blurb_container
    .et_pb_blurb_description {
    text-align: center;
  }
  #kl_ai_category
    .et_pb_row
    .et_pb_column
    .et_pb_module
    .et_pb_blurb_content
    .et_pb_blurb_container
    .et_pb_blurb_description
    p:first-child {
    font-size: 48px;
    color: #333333;
    font-weight: 600;
  }
  #kl_ai_category
    .et_pb_row
    .et_pb_column
    .et_pb_module
    .et_pb_blurb_content
    .et_pb_blurb_container
    .et_pb_blurb_description
    p:last-child {
    font-size: 20px;
    color: #333333;
  }
  .kl_ai_img_box {
    position: relative;
  }
  .kl_ai_img_box .kl_ai_img {
    width: 50%;
    margin-right: 0;
  }
  .kl_ai_img_box .kl_ai_img.right {
    float: right;
  }
  .kl_ai_img_box .kl_ai_img img {
    width: 100%;
  }
  .kl_ai_img_box .kl_ai_img_desc {
    width: 53%;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .kl_ai_img_box .kl_ai_img_desc.right {
    right: 40px;
  }
  .kl_ai_img_box .kl_ai_img_desc.left {
    left: 40px;
  }
  .kl_reason_box {
    width: 100%;
    padding: 0 60px;
    min-height: 386px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(141, 141, 142, 0.25);
    border-radius: 16px;
  }
  .kl_reason_box .reason_content {
  }
  .kl_reason_box .reason_content .title {
    font-size: 30px;
    color: #333333;
    margin-bottom: 32px;
    font-weight: 600;
  }
  .kl_reason_box .reason_content .desc {
    font-size: 20px;
    position: relative;
    padding-left: 18px;
    color: #333333;
    margin-bottom: 16px;
    line-height: 28px;
  }
  .kl_reason_box .reason_content .desc::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    color: #f70000;
  }
  .kl_reason_box .reason_content .desc span {
    font-weight: 600;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  #kl_ai_category .et_pb_row .et_pb_column {
    display: flex;
    justify-content: center;
    background: #f5f6f8;
    border-radius: 2px;
    flex-wrap: wrap;
    padding: 24px;
  }
  #kl_ai_category .et_pb_row .et_pb_column .et_pb_module {
    margin-bottom: 24px;
    width: 45%;
  }
  #kl_ai_category .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  #kl_ai_category .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image {
    width: auto;
    margin-bottom: 8px;
  }
  #kl_ai_category .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image img {
    width: 48px;
    height: 48px;
    display: block;
  }
  #kl_ai_category
    .et_pb_row
    .et_pb_column
    .et_pb_module
    .et_pb_blurb_content
    .et_pb_blurb_container
    .et_pb_blurb_description {
    text-align: center;
  }
  #kl_ai_category
    .et_pb_row
    .et_pb_column
    .et_pb_module
    .et_pb_blurb_content
    .et_pb_blurb_container
    .et_pb_blurb_description
    p:first-child {
    font-size: 28px;
    color: #333333;
    line-height: normal !important;
    font-weight: 600;
  }
  #kl_ai_category
    .et_pb_row
    .et_pb_column
    .et_pb_module
    .et_pb_blurb_content
    .et_pb_blurb_container
    .et_pb_blurb_description
    p:last-child {
    font-size: 14px;
    color: #333333;
  }
  .kl_ai_img_box {
    position: relative;
    display: flex;
    flex-flow: column;
  }
  .kl_ai_img_box.resever {
    flex-flow: column-reverse;
  }
  .kl_ai_img_box .kl_ai_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .kl_ai_img_box .kl_ai_img img {
    width: 100%;
  }
  .kl_ai_img_box .kl_ai_img_desc {
    width: 100%;
    margin-bottom: 0;
  }
  .kl_reason_box {
    width: 100%;
    padding: 24px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  }
  .kl_reason_box .reason_content .title {
    font-size: 14px;
    color: #333333;
    margin-bottom: 12px;
    font-weight: 600;
  }
  .kl_reason_box .reason_content .desc {
    font-size: 12px;
    color: #333333;
    padding-left: 12px;
    margin-bottom: 4px;
    line-height: 17px;
    position: relative;
  }
  .kl_reason_box .reason_content .desc::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    color: #f70000;
  }
  .kl_reason_box .reason_content .desc span {
    white-space: nowrap;
    font-weight: 600;
  }
  #kl_ai_mb_product .product_slide .slide_swiper {
    padding: 0;
  }
  #kl_ai_mb_product .product_slide .swiper-pagination {
    margin-top: 0;
  }
  #kl_ai_mb_product .product_slide .swiper-pagination span {
    width: 15px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .et-db #et-boc .et-l #kl_ai_reason .kl_ai_img_box {
    margin-bottom: 120px !important;
  }
  .et-db #et-boc .et-l #kl_ai_reason .kl_ai_img_box:last-child {
    margin-bottom: 0;
  }
  .et-db #et-boc .et-l .product_single_img {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 5%);
    border-radius: 2px;
    padding: 20px !important;
    width: auto !important;
    margin-top: 64px;
  }
  .et-db #et-boc .et-l .product_single_img .et_pb_column {
    width: 100%;
  }
  .et-db #et-boc .et-l .product_single_img .et_pb_column .et_pb_text {
    width: 100%;
  }
  .et-db #et-boc .et-l .product_single_img .et_pb_column .et_pb_image {
    margin: auto;
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
  #kl_ai_banner .et_pb_code .et_pb_code_inner p:first-child {
    font-size: 40px !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  #kl_ai_banner .et_pb_code .et_pb_code_inner p:first-child {
    font-size: 35px !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1024px) {
  #kl_ai_banner .et_pb_code .et_pb_code_inner p:first-child {
    font-size: 32px !important;
  }
}

@media screen and (width: 768px) {
  #kl_ai_banner_mb .et_pb_code .et_pb_code_inner p:first-child {
    font-size: 48px !important;
  }
  #kl_ai_banner_mb .et_pb_code .et_pb_code_inner p:last-child {
    font-size: 24px !important;
  }
}

@media screen and (min-width: 769px) {
  /* 昆仑 AI lab */
  #kl_lab_model {
  }
  #kl_lab_model .kl_lab_model_item {
    display: flex;
  }
  #kl_lab_model .kl_lab_model_item .et_pb_column:first-child {
    margin-right: 0;
  }
  #kl_lab_model .kl_lab_model_item .et_pb_column {
    width: 50%;
  }
  #kl_lab_model .kl_lab_model_item .et_pb_column .et_pb_module {
    height: 100%;
  }
  #kl_lab_model .kl_lab_model_item .et_pb_column .et_pb_module .et_pb_image_wrap {
    height: 100%;
  }
  #kl_lab_model .kl_lab_model_item .et_pb_column .et_pb_module .et_pb_image_wrap img {
    height: 100%;
    object-fit: cover;
  }
  #kl_lab_model .kl_lab_model_item .desc_box {
  }
  #kl_lab_model .kl_lab_model_item .desc_box .top_box {
    padding-bottom: 48px;
    margin-bottom: 32px;
    border-bottom: 1px solid #f2f2f2;
  }
  #kl_lab_model .kl_lab_model_item .desc_box .top_box .title {
    font-size: 20px;
    color: rgba(51, 51, 51, 0.9);
    text-align: justify;
    font-weight: bold;
    margin-bottom: 8px;
  }
  #kl_lab_model .kl_lab_model_item .desc_box .top_box .desc {
    font-size: 14px;
    color: rgba(102, 102, 102, 0.9);
    text-align: justify;
    font-weight: 400;
  }
  #kl_lab_model .kl_lab_model_item .desc_box .bottom_btn {
    width: 96px;
    height: 32px;
    cursor: pointer;
    line-height: 32px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #f70000;
  }
  #kl_lab_model .kl_lab_model_item .desc_box .bottom_btn:hover {
    opacity: 0.6;
  }

  /* 分页 */
  .kl_lab_page {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .kl_lab_page .page_btn {
    width: 96px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    border: 1px solid rgba(51, 51, 51, 1);
    border-radius: 2px;
  }
  .kl_lab_page .page_btn:hover {
    opacity: 0.8;
  }
  .kl_lab_page .page_btn.disabled_btn {
    cursor: no-drop;
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 2px;
  }
  .kl_lab_page .page_btn.disabled_btn:hover {
    opacity: 1;
  }
  .kl_lab_page .page_btn.disabled_btn {
    color: #999;
  }
  .kl_lab_page .pre_btn {
    margin-right: 24px;
  }
  .kl_lab_page .next_btn {
    margin-left: 24px;
  }
  .kl_lab_page .page_number_box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
  }
  .kl_lab_page .page_number_box .page_number {
    color: #333;
  }
  .kl_lab_page .page_number_box .page_total {
  }
}
@media screen and (max-width: 768px) {
  #kl_ai_lab_product_advantage .et_pb_column {
    margin-bottom: 12px !important;
  }
  #kl_ai_lab_product_advantage .et_pb_column:last-child {
    margin-bottom: 0 !important;
  }
  #kl_ai_lab_product_advantage .et_pb_column .et_pb_main_blurb_image{
    padding-top: 2px;
  }
  #kl_lab_model .kl_lab_model_item .et_pb_column:first-child {
    margin-bottom: 0;
  }

  /* 昆仑 AI lab */
  #kl_lab_model .kl_lab_model_item .desc_box .top_box {
    margin-bottom: 20px;
  }
  #kl_lab_model .kl_lab_model_item .desc_box .top_box .title {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.9);
    font-weight: bold;
    margin-bottom: 4px;
  }
  #kl_lab_model .kl_lab_model_item .desc_box .top_box .desc {
    font-size: 12px;
    color: rgba(102, 102, 102, 0.9);
    text-align: justify;
    font-weight: 400;
  }
  #kl_lab_model .kl_lab_model_item .desc_box .bottom_btn {
    width: 96px;
    height: 32px;
    cursor: pointer;
    line-height: 32px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    background-color: #f70000;
  }
  #kl_lab_model .kl_lab_model_item {
    display: flex;
    flex-flow: column;
  }
  #kl_lab_model .kl_lab_model_item.reverse {
    display: flex;
    flex-flow: column-reverse;
  }

  /* 分页 */
  .kl_lab_page {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .kl_lab_page .page_btn {
    width: 76px;
    height: 32px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 32px;
    border: 1px solid rgba(51, 51, 51, 1);
    border-radius: 2px;
  }
  .kl_lab_page .page_btn:hover {
    opacity: 0.8;
  }
  .kl_lab_page .page_btn.disabled_btn {
    cursor: no-drop;
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 2px;
  }
  .kl_lab_page .page_btn.disabled_btn:hover {
    opacity: 1;
  }
  .kl_lab_page .page_btn.disabled_btn {
    color: #999;
  }
  .kl_lab_page .pre_btn {
    margin-right: 24px;
  }
  .kl_lab_page .next_btn {
    margin-left: 24px;
  }
  .kl_lab_page .page_number_box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
  }
  .kl_lab_page .page_number_box .page_number {
    color: #333;
  }
  .kl_lab_page .page_number_box .page_total {
  }
}
@media screen and (width: 768px) {
  #kl_ai_lab_product_advantage .et_pb_column:last-child {
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #kl_ai_lab_product_advantage .et_pb_column {
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1366px) {
  #kl_lab_model .kl_lab_model_item .desc_box .top_box {
    padding-bottom: 32px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1520px){
  #kl_ai_banner.kl_ai_lab_banner .et_pb_column .et_pb_module .et_pb_code_inner div {
    padding: 0 !important;
  }
}
@media screen and (min-width: 981px) and (max-width: 1366px) {
  #kl_ai_banner.kl_ai_lab_banner .et_pb_column .et_pb_module.et_pb_code {
    padding: 0 40px;
    width: 60%;
  }
}
@media screen and (min-width: 981px) and (max-width: 1024px) {
  #kl_ai_banner.kl_ai_lab_banner .et_pb_column .et_pb_module.et_pb_code {
    padding: 0 16px;
  }
}
@media screen and (min-width: 769px) {
  /* 无邮箱提示弹窗 */
  #no_email_modal {
    position: fixed;
    left: 0;
    display: none;
    top: 80px;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.53);
  }
  #no_email_modal .no_email_box {
    position: absolute;
    left: 50%;
    top: 5%;
    overflow: hidden;
    transform: translateX(-50%);
    width: 40%;
    max-height: calc(100vh - 200px);
    background: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  #no_email_modal .no_email_box .no_email_header {
    background: #fbfbfb;
    display: flex;
    justify-content: space-between;
    padding: 19px 24px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
  }
  #no_email_modal .no_email_box .no_email_header p {
  }
  #no_email_modal .no_email_box .no_email_header img {
    cursor: pointer;
    width: 12px;
    height: 12px;
  }
  #no_email_modal .no_email_box .no_email_content {
    text-align: left;
    font-size: 16px;
    color: #333333;
    padding: 80px 16px;
    letter-spacing: 0.32px;
    font-weight: 400;
  }
  #no_email_modal .no_email_box .no_email_content p {
  }
  #no_email_modal .no_email_box .no_email_content p a {
    color: #f70000;
    cursor: pointer;
    text-decoration: underline;
  }
  #no_email_modal .no_email_box .no_email_footer {
    width: 100%;
    border-top: 1px solid #dfe1e8;
    display: flex;
    padding: 13px 24px;
    justify-content: flex-end;
  }
  #no_email_modal .no_email_box .no_email_footer .btns {
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid rgba(51, 51, 51, 1);
    border-radius: 2px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    min-width: 96px;
    padding: 10px 32px;
    -webkit-border-radius: 2px;
  }
  #no_email_modal .no_email_box .no_email_footer .btns:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  /* 无邮箱提示弹窗 */
  #no_email_modal {
    position: fixed;
    left: 0;
    display: none;
    top: 60px;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.53);
  }
  #no_email_modal .no_email_box {
    position: absolute;
    left: 50%;
    top: 5%;
    overflow: hidden;
    transform: translateX(-50%);
    width: 80%;
    max-height: calc(100vh - 200px);
    background: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  #no_email_modal .no_email_box .no_email_header {
    background: #fbfbfb;
    display: flex;
    justify-content: space-between;
    padding: 19px 24px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
  }
  #no_email_modal .no_email_box .no_email_header p {
  }
  #no_email_modal .no_email_box .no_email_header img {
    cursor: pointer;
    width: 12px;
    height: 12px;
  }
  #no_email_modal .no_email_box .no_email_content {
    text-align: left;
    font-size: 16px;
    color: #333333;
    padding: 20px 16px;
    letter-spacing: 0.32px;
    font-weight: 400;
  }
  #no_email_modal .no_email_box .no_email_content p {
  }
  #no_email_modal .no_email_box .no_email_content p a {
    color: #f70000;
    cursor: pointer;
    text-decoration: underline;
  }
  #no_email_modal .no_email_box .no_email_footer {
    width: 100%;
    border-top: 1px solid #dfe1e8;
    display: flex;
    padding: 13px 24px;
    justify-content: flex-end;
  }
  #no_email_modal .no_email_box .no_email_footer .btns {
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid rgba(51, 51, 51, 1);
    border-radius: 2px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    -webkit-border-radius: 2px;
    min-width: unset;
    padding: 2px 16px;
  }
}