@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  background: #fff;
  overflow-x: hidden;
}

dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

li,
ol,
ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

input,
button,
textarea {
  outline: none;
}

.color-9 {
  color: #999;
}

.color-6 {
  color: #666;
}

.color-3 {
  color: #333;
}

.pr-10 {
  padding-right: 10px;
}

.fon14 {
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #333;
}

.container {
  max-width: 1215px;
  margin: 0 auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-just {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.just-content {
  justify-content: space-between;
}

.item-center {
  align-items: center;
}

.w100 {
  width: 100%;
}

.c-main {
  color: #e7280f;
}

.text-center {
  text-align: center;
}

.pt-40 {
  padding-top: 20px;
}

.pt-60 {
  padding-top: 30px;
}

.pb-40 {
  padding-bottom: 20px;
}

.mb-60 {
  margin-bottom: 30px;
}


header {
  background: #fff;
  position: relative;
  z-index: 100;
  color: #333;
}

header.active {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}

.header-center {
  align-items: center;
}

header .left,
.phone-box .left {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 35px;
}

.header-logo {
  margin-right: 20px;
}

header .left a,
.phone-box .left a {
  color: #333;
  display: flex !important;
}

.yuyan {
  text-align: right;
}

header .yuyan a,
.phone-box .yuyan a {
  text-align: center;
  font-size: 14px;
  margin: 0 10px;
}

header .form,
.phone-box .form {
  width: 170px;
  height: 38px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  margin-top: 10px;
  margin-bottom: 10px;
}

header .input-search,
.phone-box .input-search {
  box-sizing: border-box;
  height: 38px;
  padding: 6px 10px;
  border: none;
  border-radius: 6px 0 0 6px;
  width: 120px;
}

header .search,
.phone-box .search {
  width: 50px;
  height: 38px;
  background: url(../images/search.png) no-repeat center;
  border: none;
  cursor: pointer;
}

.phone-nav {
  display: none;
}

.nav {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 2;
  width: 43%;
}

.nav a {
  color: #333;
  border-top: 3px solid rgba(255, 255, 255, 0.9);
  display: inline-block;
  line-height: 50px;
  padding: 0 8px;
}

.nav a:hover,
.nav a.cur {
  color: #e7280f;
  border-top: 3px solid #e7280f;
  transition: 0.2s linear all;
  font-weight: bold;
}

.nav.active a {
  border-top: 3px solid transparent;
  color: #fff;
}

.nav.active a:hover,
.nav.active a.cur {
  border-top: 4px solid #fff;
  font-weight: bold;
}

.banner {
  position: relative;
  z-index: 1;
  margin-top: -50px;
}

.h2 {
  padding-bottom: 30px;
  background: url(../images/line.jpg) no-repeat center bottom;
  margin-bottom: 20px;
  background-size: contain;
}

.h2 .h3-text-cn {
  font-size: 40px;
  position: relative;
  margin-top: -40px;
}

.h2 .eng-txt {
  font-size: 60px;
  color: #efefef;
}

.h2 .eng-txt.en_lock {
  color: #000000;
}

.h2 .cn-txt {
  margin-right: 20px;
}

/*about us*/
.about-content {
  max-width: 870px;
  margin: 0 auto;
  text-align: justify;
  line-height: 30px;
}


/* 外层容器 限制最大宽度870px，居中 */
.company-module {
  max-width: 1200px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
}

/* 单个栏目盒子 */
.col-item {
  flex: 1;
  text-align: center;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
}

/* 中间分隔竖线：除第一列外全部添加左边框 */
.col-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: #e5e5e5;
}

/* 图标区域 */
.icon-box {
  margin-bottom: 16px;
}


/* 标题文字 */
.col-title {
  font-weight: 500;
  color: #000;
  margin-bottom: 24px;
}

.icon-box {
  width: 58px;
  height: 58px;
  margin: 0 auto;
}

/* 描述文案 */
.col-desc {
  font-size: 13px;
  color: #333;
  line-height: 1.8;
}

/*产品*/
.h3 {
  font-size: 35px;
}

.product-type .read-more {
  border: 1px solid #333;
  padding: 3px 15px;
  margin-bottom: 20px;
}

.product-type .read-more:hover {
  background: #333;
  color: #fff;
  transition: 0.5s linear all;
}

.product-type-ul li {
  padding-right: 20px;
  margin-bottom: 20px;
}

.product-type-ul li a {
  position: relative;
}

.product-type-ul li a:hover,
.product-type-ul li a.cur {
  font-weight: bold;
  cursor: pointer;
}

.product-type-ul li a::after {
  content: "";
  position: absolute;
  height: 3px;
  background: #333;
  left: 0;
  bottom: -10px;
  opacity: 0;
}

.product-type-ul li a.cur::after,
.product-type-ul li a:hover::after {
  opacity: 1;
  width: 100%;
  transition: 0.5s linear all;
}

.type .type-ul li {
  width: 50%;
  border-right: 1px solid #e2e2e2;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  /* margin-bottom: 30px; */
}

.type a {
  display: inline-block;
  max-width: 182px;
  font-size: 15px;
}

.type .type-name {
  text-align: center;
  border-top: 3px solid #fff;
  line-height: 30px;
}

.type a:hover .type-name {
  border-top: 3px solid #e7280f;
  color: #e7280f;
}

.type .type-img {
  position: relative;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}

.type .type-img-real {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}



/* footer*/
.color-f {
  color: #fff;
}

.footer {
  padding-top: 80px;
  padding-bottom: 20px;
  background-image: linear-gradient(0deg, #000 0%, #000 50%, #000 100%);
}

.footer dt {
  color: #fff;
  font-weight: bold;
  margin-bottom: 16px;
}

.footer dd li {
  line-height: 24px;
  margin-bottom: 5px;
  font-size: 14px;
}

.footer dd li a:hover {
  text-decoration: underline;
  transform: translateX(3px);
  transition: 0.3s linear all;
  display: inline-block;
}

.footer {
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer-li {
  width: 18%;
  padding-right: 20px;
  box-sizing: border-box;
}

.footer-li:nth-child(4) {
  width: 28%;
}

.footer-about {
  width: 10%;
}

.footer-li:last-child {
  padding-right: 0;
  text-align: center;
}

.footer .copy-right {
  border-top: 1px solid #393939;
  text-align: center;
  padding-top: 20px;
  margin-top: 30px;
}

/*客户*/
.hidden-1024 {
  display: block;
}

.visible-1024 {
  display: none;
}

/*文泰团队*/
.team-li li {
  width: 25%;
  margin-bottom: 25px;
  font-weight: bold;
  padding: 0 10px;
  box-sizing: border-box;
}

.team-li li img {
  max-width: 100%;
}

.gallery a {
  width: 25%;
  margin-bottom: 40px;
  padding: 0 10px;
  box-sizing: border-box;
}

/*文泰新闻*/
.new-ul li {
  margin-bottom: 15px;
}

.new-box {
  border: 1px solid #e2e2e2;
  padding: 10px;
}

.new-box .text-indent2 {
  font-size: 12px;
}

.new-img {
  width: 100%;
}

.new-img img {
  width: 100%;
}

.new-content {
  width: 100%;
  align-content: space-between;
  line-height: 2
}

.new-title {
  font-size: 16px;
  width: 100%;
  color: #333;
}

.new-time {
  color: #999;
  font-size: 12px;
  background: url(../images/time.jpg) no-repeat left center;
  padding-left: 30px;
}

.new-more {
  background: url(../images/more-1.jpg) no-repeat center;
  font-size: 0;
  display: inline-block;
  width: 40px;
  height: 30px;
}

.text-indent2 {
  text-indent: 2em;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.new-ul li:hover a {
  color: #e7280f;
  cursor: pointer;
}

.new-ul li:hover .new-box {
  border: 1px solid #e7280f;
  transition: .3s linear all;
}

.pages {
  justify-content: center;
}

.page a {
  display: inline-block;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  margin: 0 5px;
}

.page a.prev,
.page a.next {
  width: auto;
}

.page a:hover,
.page a.cur {
  background: #e7280f;
  color: #fff;
}

.newsd {
  background: #f1f1f1;
}

.new-tab {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
}

.new-tab a.cur {
  color: #e7280f;
}

.newsdetail {
  padding: 15px;
  background: #fff;
}

.newd-title {
  font-size: 18px;
}

.newdtail-time {
  font-size: 14px;
  color: #999;
}

.newsd-content {
  min-height: 500px;
}

.newd-page a:hover {
  color: #e7280f;
  display: inline-block;
  transform: translateX(2px);
  transition: .2s linear all;
  text-decoration: underline;
}

/*联系*/
.conpany-title {
  font-size: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.fon26 {
  font-size: 26px;
}

.message {
  flex-wrap: wrap;
  background: #e2e2e2;
  padding: 40px 20px;
  color: #333;
  box-sizing: border-box;
}

.contact-tab ul {
  border-bottom: 1px solid #c3c0bf;
  margin: 20px 0;
}

.contact-tab ul li {
  font-size: 18px;
  background: #c3c0bf;
  margin-right: 10px;
  cursor: pointer;
}

.contact-tab ul li a {
  padding: 0 10px;
  line-height: 42px;
  display: inline-block;
}

.contact-tab ul li a.active {
  background: #e3b22b;
  color: #fff;
}

.message-left {
  width: 100%;
}

.message-left p {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.message-left p .iconfont {
  padding-right: 10px;
  font-size: 19px;
}

.message-left p .icon-dianhua {
  font-size: 22px;
  padding-right: 5px;
}

.message-right {
  width: 100%;
  box-sizing: border-box;
}

.message-right .input-msg {
  border: none;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 6px;
  background: #fff;
  width: 100%;
  padding: 5px 10px;
  height: 32px;
}

.message-right .input-textarea {
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
}

.message-right .msg-btn {
  width: 100%;
  height: 34px;
  background: #000;
  color: #fff;
  border-radius: 6px;
  border: none;
}

.message-right .icon-fasong {
  padding-left: 10px;
}

.message-right .msg-btn:hover {
  background: #e7280f;
  cursor: pointer;
}

.icon-shouhuodizhi {
  background: url(../images/icon-dw.png) no-repeat left center;
  padding: 3px 0 3px 30px;
  background-size: 20px 20px;
}

.icon-dianhua {
  background: url(../images/icon-tel.png) no-repeat left center;
  padding: 3px 0 3px 30px;
  background-size: 20px 20px;
}

.icon-chuanzhen {
  background: url(../images/icon-cz.png) no-repeat left center;
  padding: 3px 0 3px 30px;
  background-size: 20px 20px;
}

.icon-email1 {
  background: url(../images/icon-email.png) no-repeat left center;
  padding: 3px 0 3px 30px;
  background-size: 20px 20px;
}

/*专利*/
.zhuanli-box {
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
}

.bgf1 {
  background: #f1f1f1;
}

.bgf {
  background: #fff;
}

.product-left,
.product-right {
  box-sizing: border-box;
  margin-bottom: 20px;
}

.product-left {
  padding: 15px;
  width: 100%;
}

.product-right {
  width: 100%;
  padding: 15px;
}

/*产品*/
.type-h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.type-h4.cur {
  color: #e7280f;
}

.type2-title {
  font-size: 14px;
  display: block;
  background: #f1f1f1;
  line-height: 30px;
  padding: 5px 30px 5px 10px;
  margin-bottom: 15px;
  cursor: pointer;
}

.type2-title.cur,
.type2-title:hover {
  background: #666;
  color: #fff;
}

.type-ul1 dl {
  margin-bottom: 20px;
}

.type-ul1 dt {
  padding-left: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

.type-ul1 dt a.cur {
  color: #e7280f;
  font-weight: bold;
}

.product-menu a.cur {
  font-weight: bold;
  color: #e7280f;
}

.product-menu {
  margin-bottom: 20px;
}

.type2-ul {
  margin-left: -10px;
  margin-right: -10px;
}

.type2-ul li {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
  text-align: center;
}

.type2-ul li a {
  display: block;
  border: 1px solid #e2e2e2;
  height: 100%;
  background: #e9e9e9;
}

.type2-ul p {
  padding: 10px 10px;
}

.type2-ul li a:hover {
  border: 1px solid #e7280f;
  cursor: pointer;
}

.visible768 {
  display: none;
}

.hidden768 {
  display: block;
}

#backToTop {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 0;
  background: url(../images/totop.png) no-repeat center top;
  position: fixed;
  right: 30px;
  bottom: 20%;
  font-size: 0;
  background-size: contain;
}

.product-name-list {
  padding-left: 10px;
  font-size: 12px;
  padding-top: 15px;
}

.product-name-list li {
  margin-bottom: 10px;
}

.product-name-list a {
  cursor: pointer;
}

/*产品详情*/
.bg {
  margin: 0 auto;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

.bg_left {
  width: 46%;
  height: auto;
}

.bg_right {
  float: left;
  width: 46%;
  position: absolute;
  left: 46%;
}

.show {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #E8E8E8;
  cursor: move;
}

.mask {
  width: 80%;
  height: 60%;
  background: url(../images/mask-1.png) repeat;
  filter: Alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.bigshow {
  width: 100%;
  overflow: hidden;
  margin-left: 10px;
  display: none;
  border: 1px solid #E8E8E8;
}

.bigshow img {
  width: 860px;
  height: 860px;
  margin-right: 10px;
}

.smallshow {
  width: 100%;
  position: relative;
}

.smallshow img {
  width: 100%;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  transition: all 0.5s;
}

.smallshow>.middle_box {
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}

.smallshow .middle {
  overflow: hidden;
  transition: all 0.5s;
}

.smallshow .middle>li {
  width: 88px;
  height: 88px;
  float: left;
  cursor: pointer;
  padding: 0 5px;
  box-sizing: border-box;
}

.smallshow>p {
  position: absolute;
  top: 0;
  width: 22px;
  height: 88px;
}

.smallshow>.prev {
  left: 0;
  background: url(../images/hover-prev.png) no-repeat;
  transition: all 0.5s;
}

.smallshow>.next {
  right: 0;
  background: url(../images/hover-next.png) no-repeat;
  transition: all 0.5s;
}

.smallshow>.prev.prevnone {
  left: 0;
  background: url(../images/prev.png) no-repeat;
  cursor: not-allowed;
}

.smallshow>.next.nextnone {
  right: 0;
  background: url(../images/next.png) no-repeat;
  cursor: not-allowed;
}

.prod-menu {
  padding: 10px 10px;
  margin-bottom: 20px;
  line-height: 30px;
}

.prod-menu .cur {
  color: #e7280f;
  font-weight: bold;
}

.mt-20 {
  margin-top: 20px;
}

.prod-detail {
  width: 50%;
}
.prod-detail table { border-collapse: collapse; border: 1px solid #ededed; width: 100%; }
.prod-detail  td { border: 1px solid #ededed; padding: 10px; }


.p-line {
  margin-bottom: 15px;
}

.prod-line {
  border-bottom: 3px solid #e2e2e2;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.prod-content {
  padding: 20px;
}

.prod-content img {
  max-width: 100%;
}

.prod-content video {
  max-width: 100%;
}

.phone-menu {
  display: none;
}

.footer {
  padding-bottom: 30px;
}

.phone-footer {
  display: none;
}

.fb_result {
  margin: 20px auto;
  line-height: 30px;
  text-align: center;
}

.fb_result FIELDSET {
  border: 1px solid #CCCCCC;
  padding: 20px;
  line-height: 22px;
}

.fb_result FIELDSET LEGEND {
  font-weight: bold;
  font-size: 22px;
}

.fb_result .s_gohome a {
  color: #a61819;
}

.fb_result .s_gohome a:hover {
  color: #fb766e;
}

.pc_show {
  display: block;
}

.mobile_show {
  display: none;
}

.swiper-pagination-bullet-active {
  background: #199e0b;
}
.product-content .swiper-pagination-bullet-active {
  background: #e7280f;
}
.eng-title{ font-size:20px}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 92%;
  }

  header .left {
    font-size: 33px;
    width: 38%;
  }



  header .left {
    padding-top: 30px;
    padding-bottom: 30px;
  }


  .footer {
    padding-top: 40px;
  }

  .type-ul li:nth-child(2n) {
    border-right: none;
  }

  .newsd .container {
    max-width: 100%;
  }

  .new-tab {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .right {
    display: none;
  }

  .phone-menu {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/menu.png) no-repeat center;
    background-size: contain;
  }

  .phone-menu.close {
    background: url(../images/menu-close.png) no-repeat center;
    background-size: contain;
  }

  .nav {
    display: none;
  }

  .banner {
    margin-top: 0;
  }

  .phone-nav.active {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #000 0%, #000 50%, #000 100%);
  }

  .phone-box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 530px;
    overflow-y: scroll;
  }

  .phone-nav-ul {
    width: 100%;
    overflow-y: scroll;
    text-align: center;
  }

  .phone-nav-ul a {
    color: #fff;
  }

  .phone-nav-ul li {
    line-height: 40px;
    border-bottom: 1px solid #444;
  }

  .phone-nav-ul .form {
    margin: 30px auto;
  }

  header .left {
    font-size: 34px;
    width: 70%;
  }


  .hidden-1024 {
    display: none;
  }

  .visible-1024 {
    display: block;
  }

  .footer .footer-li {
    width: 33.3%;
  }

  .col-item {
    flex: 0 0 50%;
  }


  .gallery a {
    width: 33.3%;
    margin-bottom: 40px;
  }

  .h3 {
    font-size: 20px;
  }

  .phone-box .form {
    width: 80%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }

  .visible768 {
    display: block;
  }

  .hidden768 {
    display: none;
  }

  .footer ul {
    display: none;
  }

  .footer {
    padding-top: 0;
  }

  .new-box {
    border: none;
    padding: 15px;
  }

  .pc_show {
    display: none;
  }

  .mobile_show {
    display: block;
  }

  .footer {
    padding-bottom: 40px;
  }

  .footer {
    opacity: 0
  }

  .phone-footer {
    position: fixed;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 66px;
    background-image: linear-gradient(0deg, #000 0%, #000 50%, #000 100%);
    z-index: 999;
  }

  .phone-footer a {
    color: #fff;
    padding-top: 36px;
    display: block;
  }

  .phone-footer li {
    width: 33.33%;
    text-align: center;
  }

  .phone-footer ul {
    justify-content: center;
  }

  .phone-footer .a1 {
    background: url(../images/iconfont/home.png) no-repeat center 8px;
    background-size: 30px;
  }

  .phone-footer .a2 {
    background: url(../images/iconfont/product.png) no-repeat center 8px;
    background-size: 23px;
  }

  .phone-footer .a3 {
    background: url(../images/iconfont/about.png) no-repeat center 8px;
    background-size: 23px;
  }

  .language_search_2 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 640px) {
  header .left img {
    width: 65px;
    margin-left:10px
  }

  header .left {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 90%;
  }

  header .left p {
    font-size: 26px;

  }
  header .left p.eng-title{ font-size: 14px; font-weight: bold;}

  .phone-menu {
    width: 40px;
    height: 40px;
  }

  .h2 .eng-txt {
    font-size: 40px;
    line-height: 50px;
  }

  .h2 .h3-text-cn {
    font-size: 26px;
  }

  .h2 .cn-txt {
    margin-right: 10px;
  }

  .type .type-img,
  .type .type-name {
    max-width: 92%;
    margin: 0 auto;
  }

  .type .type-name {
    font-size: 13px;
  }

  .type .type-ul li {
    border-bottom: none;
    border-right: none;
  }

  .type .type-ul li:first-child,
  .type .type-ul li:nth-child(2) {
    border-top: 0;
  }

  .product-type .read-more {
    margin-bottom: 0;
  }

  .line {
    height: 40px;
  }

  .footer .footer-li {
    width: 50%;
  }

  .footer .footer-about {
    display: none;
  }

  .footer .footer-li:last-child {
    width: 100%;
  }

  .footer a {
    color: #f3f3f3;
  }

  .footer dd {
    margin-bottom: 20px;
  }

  .footer .footer-li:last-child dt {
    display: none;
  }

  .footer .copy-right {
    margin-top: 0;
  }

  /*文泰团队*/
  .team-li li {
    width: 50%;
    font-size: 13px;
  }

  .gallery a {
    width: 50%;
    font-size: 13px;
  }

  .type2-ul li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }

  .product-content .container {
    width: 100%;
    max-width: 100%;
  }

  .bg_left {
    width: 100%;
    margin-bottom: 20px;
  }

  .prod-detail {
    width: 100%;
  }

  header .container {
    max-width: 98%;
  }

  .left p {
    font-size: 14px;
    position: relative;
  }

  .left p::after {
    height: 1px;
    background: #fff;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
  }

  .left a.flex.item-center {
    align-items: center
  }

}

@media screen and (min-width: 768px) {
  .mySwiper{ display: none !important;}
  .company-module {
    flex-wrap: wrap;
  }

  .col-item {
    flex: 0 0 23%;
    margin-bottom: 30px;
  }

  /* 换行后分隔线调整 */
  .col-item:nth-child(3)::before {}

  /*news*/
  .new-box {
    padding: 15px;
  }

  .new-box .text-indent2 {
    font-size: 16px;
  }

  .new-ul li {
    margin-bottom: 30px;
  }

  .new-img {
    width: 20%;
  }

  .new-content {
    width: 78%;
  }

  .new-title {
    font-size: 18px;
  }

  .message {
    flex-wrap: wrap;
    padding: 40px;
  }

  .message-left {
    width: 50%;
  }

  .message-right {
    width: 40%;
  }

  .new-left {
    width: 48%;
  }

  .new-right {
    width: 48%;
  }

  .contact {
    padding: 150px 20px;
  }

  .contact-item {
    width: 33.33%;
    padding-top: 80px;
    box-sizing: border-box;
  }

  .contact-item h3 {
    padding: 10px 0 25px 0;
    font-size: 24px;
  }

  .product-left {
    padding: 15px;
    width: 30%;
  }

  .product-right {
    width: 68%;
    padding: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .message-box .message-box-content {
    padding: 60px;
  }

  .type2-ul li {
    width: 33.3%;
  }
}

@media screen and (min-width: 1200px) {
  .h2 {
    padding-bottom: 35px;
    background: url(../images/line.jpg) no-repeat center bottom;
    min-width: 682px;
    margin-bottom: 20px;
  }

  .h2 .h3-text-cn {
    font-size: 40px;
    position: relative;
    margin-top: -40px;
  }

  .h2 .eng-txt {
    font-size: 60px;
    color: #efefef;
  }

  .h2 .cn-txt {
    margin-right: 20px;
  }

  .pt-40 {
    padding-top: 40px;
    margin-bottom: 20px;
  }

  .pb-40 {
    padding-bottom: 40px;
  }

  .pt-60 {
    padding-top: 60px;
  }

  .mb-60 {
    margin-bottom: 60px;
  }

  .type .type-ul li {
    width: 25%;
  }

  .type .type-ul li {
    margin-bottom: 30px;
  }

  .type .type-ul li:nth-child(4n) {
    border-right: none;
  }

  .newsdetail {
    padding: 40px;
  }

  .team-li li {
    width: 25%;
    margin-bottom: 40px;
  }

  .team-li li img {
    max-width: 100%;
  }

  .gallery a {
    width: 25%;
    margin-bottom: 40px;
  }

  .product-left {
    width: 23%;
    padding: 24px;
    margin-bottom: 40px;
  }

  .product-right {
    width: 74%;
    padding: 24px;
    margin-bottom: 40px;
  }

  .type-h4 {
    font-size: 20px;
  }

  .type2-title {
    font-size: 16px;
  }

  .type2-ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* 超小屏单栏 */
@media (max-width: 480px) {
  .col-item {
    flex: 0 0 100%;
  }

  .col-item::before {
    display: none;
    border-top: 1px solid #eee;
    padding-top: 20px;
  }

  .col-item:first-child::before {
    border-top: none;
  }
}

.language_2 {
  justify-content: center !important;
  padding-top: 30px !important;
}

/* ==================== 文本格式化工具类 ==================== */
.text-indent { text-indent: 2em; }

/* ==================== 空状态 ==================== */
.empty-state {
  width: 100%;
  text-align: center;
  padding: 40px;
  color: #999;
}

/* ==================== 消息文字颜色 ==================== */
.msg-success {
  color: green;
  margin-bottom: 10px;
}

.msg-error {
  color: red;
  margin-bottom: 10px;
}

/* ==================== 标签页切换 ==================== */
.tab-hidden { display: none; }
.tab-visible { display: flex; }