/*初始化样式*/
input {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}

img {
  border: none;
  background: none;
  vertical-align: middle;
}

ul,
ol,
li {
  list-style-type: none;
}

select,
input,
img,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  vertical-align: middle;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

h1,
h2 {
  font-size: 12px;
  font-weight: bold;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

p {
  margin: 0;
}

/*----- Common css ------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}

.com-img {
  display: block;
  overflow: hidden;
}

.com-img img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.com-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.xypg-right-content {
  font-size: 16px;
}

.j-space-between {
  justify-content: space-between;
}

.j-flex-start {
  justify-content: flex-start;
}

.j-flex-end {
  justify-content: flex-end;
}

.j-center {
  justify-content: center;
}

.a-j-center {
  align-items: center;
  justify-content: center;
}

.a-center {
  align-items: center;
}

.a-flex-start {
  align-items: flex-start;
}

.a-flex-end {
  align-items: flex-end;
}

/*主体样式*/

.wh {
  max-width: 71.5rem;
  margin: 0 auto;
  /* padding: 0 10px; */
}
@media (max-width: 960px) {
  .wh {
    padding: 0 10px;
    overflow: hidden;
  }
}
.flex_a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.flex_b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* pc 头部 */
.head_11 {
  height: 36px;
  background-color: #f2f4f5;
}

.huan_a {
  font-size: 13px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #6f716f;
}

.huan_a a {
  color: #6f716f;
}

/* head_22 */
.head_22 {
  height: 5.3rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}

.head_11 .wh,
.head_22 .wh {
  /* max-width: 61rem; */
  height: 100%;
  flex-wrap: nowrap;
  /* align-items: flex-end; */
}

.logo_a {
  /* line-height: 7.3rem; */
  max-width: 10.1rem;
}

.logo_a img {
  max-width: 100%;
  object-fit: contain;
}

.wwzz {
  margin-left: 1.1rem;
  /* padding-left: 15px; */
  /* background: url(../images/logo_line.png) no-repeat center left; */
}

.wwzz p:nth-child(1) {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0px;
  margin-bottom: 0.5rem;
  color: var(--primary-color);
}

.wwzz p:nth-child(2) {
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1rem;
  letter-spacing: 0px;
  color: var(--text-primary);
}

.dh_t {
  /* background: url(../images/header_phone.png) no-repeat right 50%;
  padding-right: 3.3rem; */
  display: flex;
  align-items: center;
  text-align: right;
  /* margin-bottom: 1.5rem; */
}
.zh_CN {
  width: 8.4rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  border-radius: 20px 20px 20px 20px;
  margin-left: 1rem;
}
.zh_CN span {
  font-size: 16px;
  color: #ffffff;
}
.zh_CN a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
}
.dh_t .header_phone {
  max-width: 3rem;
}

.dh_t .header_phone img {
  width: 100%;
}

.dh_t p:nth-child(1) {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--text-primary);
  margin-bottom: 0.4rem;
}

.dh_t p:nth-child(2) {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--primary-color);
}

/* 产品直通车 */

/* 产品中心 */
.cpzx {
  padding: 5rem 0 3.1rem;
  background: rgba(204, 204, 204, 0.2);
}

.cpzx .cpzx_fc {
  margin-top: 3.2%;
}

.cpzx .cpzx_fc .cpzx_fcyj {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.cpzx .cpzx_fc .cpzx_fcyj li {
  width: 266px;
  background: url(../images/you.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 8px;
}
.cpzx .cpzx_fc .cpzx_fcyj li:nth-child(2) {
  margin-right: 16px;
}
.cpzx .cpzx_fc .cpzx_fcyj li:nth-child(2),
.cpzx .cpzx_fc .cpzx_fcyj li:nth-child(3) {
  background: url(../images/zuo.png) no-repeat center;
  background-size: 100% 100%;
  flex: 1;
}
.cpzx .cpzx_fc .cpzx_fcyj li:nth-child(3), .cpzx .cpzx_fc .cpzx_fcyj li:last-child{
  transform: scaleX(-1);
}
.cpzx .cpzx_fc .cpzx_fcyj li:nth-child(3) >a .cpflyjwz, .cpzx .cpzx_fc .cpzx_fcyj li:last-child >a .cpflyjwz {
  transform: scaleX(-1);
}
.cpzx .cpzx_fc .cpzx_fcyj li>a {
  display: flex;
  display: -webkit-flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  padding: 5.57% 0;
  align-items: center;
  height: 100%;
}

.cpzx .cpzx_fc .cpzx_fcyj li>a .cpflyjwz {
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  /* margin-left: 1.25rem; */
}

.cpzx .cpzx_fc .cpzx_fcyj li>a .cpflyjwz span {
  display: block;
  font-size: .8rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, .6);
}

.cpzx .cpzx_fc .cpejfl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  display: none;
  border-bottom: solid 1px #cccccc;
}

.cpzx .cpzx_fc .cpejfl:nth-child(1) {
  display: flex;
}

.cpzx .cpzx_fc .cpejfl li {
  /* width: 16.66666%;
  max-width: 220px; */
  padding: 2.267% 0 1.4%;
  text-align: center;
}

.cpzx .cpzx_fc .cpejfl li a {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cpzx .cpzx_fc .cpejfl li a::before {
  content: '';
  display: inline-block;
  /* vertical-align: middle; */
  width: 11px;
  height: 11px;
  border: solid 1px #666666;
  border-radius: 50%;
  margin-right: 10px;
}

.cpzx .cpzx_fb {
  margin-top: 12px;
}

.cpzx .cpzx_fb ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cpzx .cpzx_fb ul li {
  width: 23.47%;
  margin-top: 1.667%;
  text-align: center;
  background: rgba(0,0,0,0.5);
  border: 4px solid #fff;
  position: relative;
}

.cpzx .cpzx_fb ul li img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.cpzx .cpzx_fb ul li:hover .img 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);
}

.cpzx .cpzx_fb ul li h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cpzx .cpzx_fb ul li h4 {
  width: 82%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571;
  color: rgba(34, 34, 34, 0.4);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cpzx .cpzx_fb ul li .img {
  position: relative;
  overflow: hidden;
}

.cpzx .cpzx_fb ul li .img::before {
  position: absolute;
  z-index: 2;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(1, 55, 66, 0.4);
  display: none;
}

.cpzx .cpzx_fb ul li a {
  display: block;
  /* padding-bottom: 6.395%; */
}

.cpzx .cpzx_fb ul li a::before {
  position: absolute;
  z-index: 2;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(1, 55, 66, 0.4);
  display: none;
}

.cpzx .cpzx_fb ul li:hover {
  border: 4px solid rgba(1, 55, 66, 0.4);
  background: #0C9F95;
  opacity: 0.8;
}

.cpzx .cpzx_fb ul li:hover .img::before {
  display: block;
}

.cpzx .cpzx_fb ul li:hover h3 {
  color: #fff;
}

.cpzx .cpzx_fb ul li:hover a::before {
  display: block;
}

.cpzx .cpzx_fb ul li:hover h4 {
  color: #fff;
}

.cpzx .cpckgdw {
  margin-top: 2.4%;
  text-align: center;
}

.cpzx .cpckgdw .cpckgd {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  background: linear-gradient( 90deg, #02907D 0%, #02CAA8 100%);
  border-radius: 8px;
  padding: 1.35rem 5.6rem;
}

@media(max-width: 1200px) {
  .cpzx .cpzx_fc .cpzx_fcyj li>a .cpflyjwz {
      font-size: 16px;
      margin-left: 10px;
  }

  .cpzx .cpzx_fc .cpzx_fcyj li>a .cpflyjwz span {
      font-size: 12px;
  }

  .cpzx .cpzx_fc .cpejfl li a {
      font-size: 15px;
  }

  .cpzx .cpzx_fb ul li h3 {
      font-size: 16px;
  }

  .cpzx .cpckgdw .cpckgd {
      font-size: 16px
  }
}

@media(max-width: 991px) {
  .cpzx .cpzx_fc .cpzx_fcyj li>a {
      padding: 10px 0;
  }

  .cpzx .cpzx_fc .cpzx_fcyj li>a .cpflyjtp img {
      max-width: 50px;
  }

  .cpzx .cpzx_fb ul li h3 {
      margin: 15px 0 10px;
  }

  .cpzx .cpzx_fb ul li a {
      padding-bottom: 10px;
  }

  .cpzx .cpckgdw .cpckgd {
      padding: 15px 60px;
  }
}

@media(max-width:768px) {
  .cpzx .cpzx_fc .cpzx_fcyj li {
      width: 100%;
      margin: 5px 0;
  }

  .cpzx .cpzx_fc .cpzx_fcyj li {
      background: linear-gradient( 270deg, #02907D 0%, #02CAA8 100%);
  }

  .cpzx .cpzx_fc .cpzx_fcyj li:nth-child(2n) {
      background: linear-gradient( 270deg, #02907D 0%, #02CAA8 100%);
  }
  .cpzx .cpzx_fc .cpzx_fcyj li:nth-child(2), .cpzx .cpzx_fc .cpzx_fcyj li:nth-child(3) {
    flex: auto;
    margin-right: 0;
    background: linear-gradient( 270deg, #02907D 0%, #02CAA8 100%);
  }
  .cpzx .cpzx_fc .cpejfl {
      justify-content: flex-start;
  }

  .cpzx .cpzx_fc .cpejfl li {
      width: 33.333%;
      padding: 15px 0;
      text-align: left;
  }

  .cpzx .cpzx_fb ul li {
      width: 49%;
      margin-top: 15px;
  }

  .cpzx .cpckgdw {
      margin-top: 15px;
  }
}

@media(max-width:468px) {
  .cpzx {
      padding: 25px 0;
  }

  .cpzx .cpzx_fc {
      margin-top: 15px;
  }

  .cpzx .cpzx_fc .cpejfl li {
      width: 48%;
  }

  .cpzx .cpzx_fb ul li {
      width: 100%;
  }
}


/* 四大优势 */
.sdys {
  padding: 5rem 0 3.35rem;
  background: url(../images/youshi_bg.png) no-repeat center;
  background-size: cover;
}

.sdys_fc {
  margin-top: 3.2%;
}

.sdys_fc ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: solid 1px #eaeaea;
}

.sdys_fc li {
  width: 25%;
  border-right: solid 1px #eaeaea;
  text-align: center;
  padding: 2.671% 2% 1.87%;
  position: relative;
  cursor: pointer;
}

.sdys_fc li::before {
  content: '';
  position: absolute;
  z-index: 5;
  left: 50%;
  top: -11px;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  border: 4px solid rgba(178, 219, 199, 0.2);
  border-radius: 50%;
}

.sdys_fc li::after {
  content: '';
  position: absolute;
  z-index: 5;
  left: 50%;
  top: -7px;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: solid 4px #b2dbc7;
  border-radius: 50%;
}

.sdys_fc li:nth-child(4n) {
  border-right: solid 1px rgb(0, 0, 0, 0);
}

.sdys_fc li h3 {
  font-family: Impact;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1;
  color: var(--primary-color);
}

.sdys_fc li h4 {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2142857;
  color: #666666;
  margin: 8px 0 5px;
}

.sdys_fc li h5 {
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571;
  color: var(--primary-color);
}

.sdys_fc li.on {
  background-color: var(--primary-color);
}

.sdys_fc li.on h3 {
  color: #ffffff;
}

.sdys_fc li.on h4 {
  color: #ffffff;
}

.sdys_fc li.on h5 {
  color: #ffffff;
}

.sdys_flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sdys_fb {
  margin-top: 3.2%;
  padding: 3.2%;
  background-color: #ffffff;
  box-shadow: 0px 6px 14px 2px rgba(0, 0, 0, 0.08);
}

.sdys_fb li .img {
  width: 43.66%;
  overflow: hidden;
  cursor: pointer;
}

.sdys_fb li .img img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.sdys_fb li .img:hover 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);
}

.sdys_fb li .yswz {
  width: 53%;
}

.sdys_fb li .yswz h3 {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

.sdys_fb li .yswz h4 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  color: #222222;
  margin-top: 2.017%;
}

.sdys_fb li .yswz h4::after {
  content: '';
  display: block;
  width: 57px;
  height: 3px;
  background-color: #027890;
  margin-top: 1.614%;
}

.sdys_fb li .yswz h5 {
  font-size: .9rem;
  font-weight: normal;
  line-height: 2;
  color: #666666;
  margin: 4.974% 0 5.78%;
}

.sdys_fb li .yswz .yslijx {
  display: inline-block;
  font-size: .9rem;
  padding: .9rem 2.9rem;
  line-height: 1;
  color: #ffffff;
  background: linear-gradient( 15deg, #02907D 0%, #02CAA8 100%);
  background-blend-mode: normal, normal;
  border-radius: 4px;
}

@media(max-width: 1280px) {
  .sdys_fb li .yswz h3 {
      font-size: 16px;
  }

  .sdys_fb li .yswz h5 {
      font-size: 14px;
  }

  .sdys_fb li .yswz .yslijx {
      font-size: 14px;
  }
}

@media(max-width: 991px) {
  .sdys_fb li .img {
      width: 100%;
  }

  .sdys_fb li .yswz {
      width: 100%;
      margin-top: 15px;
  }

  .sdys_fb li .yswz h4 {
      font-size: 20px;
      margin-top: 15px;
  }

  .sdys_fb li .yswz h4::after {
      margin-top: 10px;
  }

  .sdys_fb li .yswz h5 {
      margin: 10px 0;
  }

  .sdys_fb li .yswz .yslijx {
      padding: 12px 25px;
  }

  .sdys_fc li h3 {
      font-size: 40px;
  }

  .sdys_fc li h4 {
      font-size: 16px;
  }
}

@media(max-width:768px) {
  .sdys_fc li {
      width: 50%;
      padding: 15px 2%;
      border-bottom: solid 1px #eaeaea;
  }

  .sdys_fc li:nth-last-child(-n+2) {
      border-bottom: solid 1px rgb(0, 0, 0, 0);
  }
}

@media(max-width:468px) {
  .sdys {
      padding: 25px 0;
  }

  .sdys_fc {
      margin-top: 15px;
  }

  .sdys_fb {
      margin-top: 15px;
      padding: 15px;
  }
}

/* 走进 */
.abbg {
  /* background: #F9F7F8 url(../images/about_bg.png) no-repeat center top; */
}

.abbg_1 {
  padding: 5rem 0;
  background: url(../images/anli.png) no-repeat center top;
  background-size: cover;
}

.abbg .wh {
  /* max-width: 60rem; */
}

.aann {
  max-width: 62.9rem;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5rem;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 1.65rem;
  text-align: center;
}

.bbhh {
  background-color: #ffffff;
  box-shadow: 0px 6px 14px 2px rgba(0, 0, 0, 0.08);
  margin-top: 1.85rem;
  padding: 2.25rem 1.2rem;
  padding-bottom: 1.35rem;
  /* margin-bottom: 30px; */
}

.more_aa {
  width: 7.65rem;
  height: 2rem;
  background-color: var(--primary-color);
  margin: 0 auto;
  margin-top: 1.65rem;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.more_aa a {
  text-align: center;
  line-height: 2rem;
  font-size: 1rem;
  color: #fff;
}

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

.more_aa:hover {
  background-color: #fff;
  border: 1px solid var(--primary-color);
}

.pp_33 {
  height: 0;
  overflow: hidden;
}

.pp_33.aa {
  height: auto;
}

.port {
  /* background: url(../images/about_jiantou.png) no-repeat center; */
  font-size: 1.2rem;
  color: var(--primary-color);
  flex-wrap: nowrap;
  line-height: 1;
}

.port span {
  white-space: nowrap;
  margin: 0 1.5rem;
}

.ab_dian {
  width: 0.35rem;
  height: 0.35rem;
  background: var(--primary-color);
}

.ab_line {
  max-width: 29.48rem;
  width: 29rem;
  height: 1px;
  background: #9CD7D7;
}

.port li {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #000000;
}

.port li.on a {
  color: var(--primary-color);
}

.port li a {
  color: #000000;
  padding: 0 20px;
}

.port li+li {
  background: url(../91669cb5/24/07/a3c738d3896feefe071944edeb856a2c93316c13.png) no-repeat center left;
}

.pp_aa2 {
  /* margin-top: 1.65rem; */
}
.pp_aa {
  background: #ffffff;
  padding: 2.5rem;
}
.pp_1 li a.img {
  display: block;
}

.pp_1 li a.img img {
  width: 100%;
}

.pp_1 li h2 {
  text-align: center;
  line-height: 35px;
  margin-top: 10px;
}

.pp_1 li h2 a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}

.pp_1 li:hover h2 a {
  color: var(--primary-color);
}

.pp_1 li:hover a.img img {
  filter: none;
}

@media (max-width: 1280px) {
  .pp_1 li h2 a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
  }
}




/* 关于 */
.gywm {
  padding: 5.209% 0 0;
}

.gywm .sytitle h3 {
  color: #e5f2f4;
}

.gywm .gywm_fc {
  margin-top: 3.2%;
  padding: 3.2% 3.2% 0;
  background-color: #ffffff;
  box-shadow: 0px 6px 14px 2px rgba(0, 0, 0, 0.08);
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.gywm .gywm_fc .gywm_fcl {
  width: 44.73%;
  overflow: hidden;
  cursor: pointer;
}

.gywm .gywm_fc .gywm_fcl img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.gywm .gywm_fc .gywm_fcl:hover 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);
}

.gywm .gywm_fc .gywm_fcr {
  width: 52.28%;
}

.gywm .gywm_fc .gywm_fcr h3 {
  font-size: .8rem;
  font-weight: normal;
  line-height: 2;
  color: #666666;
  margin: .4rem 0 3.25rem;
}

.gywm .gywm_fc .gywm_fcr li:nth-child(1) a {
  background: linear-gradient( 16deg, #02907D 0%, #02CAA8 100%);
  background-blend-mode: normal, normal;
  border-radius: 4px;
  color: #ffffff;
  margin-right: 1rem;
}

.gywm .gywm_fc .gywm_fcr li a {
  display: inline-block;
  font-size: .9rem;
  line-height: 1;
  padding: .9rem 3.75rem;
  color: #222222;
  background-color: #ebebeb;
  border-radius: 4;
  transition: all 0.3s ease-in-out;
}
.gywm .gywm_fc .gywm_fcr li a:hover {
  background: linear-gradient( 16deg, #02907D 0%, #02CAA8 100%);
  color: #ffffff;
  border-radius: 4px;
}
.gywm .gywm_fb {
  background-color: var(--primary-color);
}

.bsbj {
  padding: 3.2% 0 0;
  width: 100%;
  background: #fff;
}

.gywm .gywm_fb ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 3.734%;
  padding-bottom: 5.334%;
}

.gywm .gywm_fb li {
  width: 25%;
  padding: 0 5px;
  text-align: center;
}

.gywm .gywm_fb li .suzi {
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
}

.gywm .gywm_fb li .suzi1 {
  display: inline-block;
  width: 22px;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  color: #027890;
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  margin-left: 5px;
}

.gywm .gywm_fb li h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.25;
  color: #ffffff;
  margin-top: 2.935%;
}

@media(max-width: 1366px) {
  .gywm .gywm_fc .gywm_fcr h3 {
      font-size: 14px;
  }

  .gywm .gywm_fb li h4 {
      font-size: 16px;
  }
}

@media(max-width: 1280px) {
  .gywm .gywm_fc .gywm_fcr li a {
      font-size: 15px;
  }
}

@media(max-width: 991px) {
  .gywm .gywm_fb li h4 {
      font-size: 14px;
      margin-top: 10px;
  }

  .gywm .gywm_fc .gywm_fcl {
      width: 100%;
  }

  .gywm .gywm_fc .gywm_fcr {
      width: 100%;
      margin-top: 15px;
  }

  .gywm .gywm_fc .gywm_fcr h3 {
      margin: 0 0 15px;
  }

  .gywm .gywm_fc .gywm_fcr li a {
      padding: 12px 40px;
  }
}

@media(max-width: 768px) {
  .gywm .gywm_fb li {
      width: 50%;
      margin: 5px 0;
  }
}

@media(max-width: 468px) {
  .gywm {
      padding-top: 25px;
  }

  .gywm .gywm_fc {
      margin-top: 15px;
      padding: 15px 15px 0;
  }

  .bsbj {
      padding: 15px 0 0;
  }

  .gywm .gywm_fb ul {
      padding: 15px 0;
  }

  .gywm .gywm_fc .gywm_fcr li {
      width: 50%;
      text-align: center;
  }

  .gywm .gywm_fc .gywm_fcr li a {
      display: block;
      padding: 15px 30px;
  }

  .gywm .gywm_fb li .suzi1 {
      font-size: 14px;
  }
}

/* 车间展示 */
.cjzs {
  padding: 5rem 0 5.7292%;
}

.max1710 {
  max-width: 1740px;
  padding: 0 15px;
  margin: 0 auto;
}

.cjzs .cjzsnr {
  overflow: hidden;
}

.cjzs li {
  text-align: center;
}

.cjzs li img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.cjzs li .img {
  overflow: hidden;
}

.cjzs li:hover .img 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);
}

.cjzs li h3 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #222222;
  background-color: #ebebeb;
  padding: 14px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media(max-width: 768px) {
  .cjzs li h3 {
      padding: 10px 0;
  }
}





/* 新闻资讯 */

/* 新闻中心 */
.xwzx {
  padding: 5rem 0 6.5rem;
  background-color: #ebebeb;
}

.xwzx .xwzx_fc {
  margin-top: 3.2%;
  margin-bottom: 3%;
}

.xwzx .xwzx_fc ul {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.xwzx .xwzx_fc li {
  padding: 0 10px;
  text-align: center;
  max-width: 220px;
  width: 33.333%;
}

.xwzx .xwzx_fc li a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  padding: .9rem 0;
  background-color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xwzx .xwzx_fc li.on a {
  background-color: var(--primary-color);
  color: #ffffff;
}

.xwzx .xwzx_fb {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xwzx .xwzx_fb .xwzx_fbl {
  background-color: #ffffff;
  width: 39%;
  padding: 2.867% 2% 2%;
}

.xwzx .xwzx_fb .xwzx_fbl h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: var(--primary-color);
  overflow: hidden;
}

.xwzx .xwzx_fb .xwzx_fbl h3 span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: var(--primary-color);
  padding-right: 25px;
  background: url(../images/xie.png) no-repeat right center;
}

.xwzx .xwzx_fb .xwzx_fbl h4 {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.25;
  color: #222222;
  margin: 2.86% 0 2.86%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xwzx .xwzx_fb .xwzx_fbl h5 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.857142;
  color: #666666;
  margin-bottom: 4.955%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.xwzx .xwzx_fb .xwzx_fbl img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.xwzx .xwzx_fb .xwzx_fbl .img {
  overflow: hidden;
}

.xwzx .xwzx_fb .xwzx_fbl:hover .img 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);
}

.xwzx .xwzx_fb .xwzx_fbr {
  width: 56%;
}

.xwzx .xwzx_fb .xwzx_fbr li {
  /* margin-bottom: 6.5478%; */
}
.xwzx .xwzx_fb .xwzx_fbr li:nth-child(2) {
  padding: 1.4rem 0;
  margin: 1.4rem 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.xwzx .xwzx_fb .xwzx_fbr li:last-child {
  margin-bottom: 0;
}

.xwzx .xwzx_fb .xwzx_fbr li a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.xwzx .xwzx_fb .xwzx_fbr li .xwrq {
  /* background-color: #ffffff; */
  text-align: center;
  /* padding: 2% 0; */
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 17.5%;
}

.xwzx .xwzx_fb .xwzx_fbr li .xwrq h3 {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  color: #222222;
}

.xwzx .xwzx_fb .xwzx_fbr li .xwrq h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #666666;
  margin-top: 4px;
}

.xwzx .xwzx_fb .xwzx_fbr li .xwwz {
  width: 78.3%;
  padding: 0.45rem 0;
}

.xwzx .xwzx_fb .xwzx_fbr li .xwwz h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3333;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xwzx .xwzx_fb .xwzx_fbr li .xwwz h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.857142;
  color: #666666;
  margin: 2.585% 0 3.345%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xwzx .xwzx_fb .xwzx_fbr li .xwwz h5 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #666666;
  position: relative;
  margin-left: -16px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.xwzx .xwzx_fb .xwzx_fbr li .xwwz h5::before {
  display: inline-block;
  vertical-align: top;
  content: '';
  width: 0;
  height: 14px;
  margin-right: 16px;
  background: url(../images/xian.png) no-repeat right center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.xwzx .xwzx_fb .xwzx_fbr li:hover .xwwz h5::before {
  width: 127px;
}

.xwzx .xwzx_fb .xwzx_fbr li:hover .xwwz h5 {
  margin-left: 0;
}

.xwzx .xwzx_fb .xwzx_fbr li:hover .xwrq {
  /* background-color: #027890; */
}

.xwzx .xwzx_fb .xwzx_fbr li:hover .xwrq h3 {
  color: #ffffff;
}

.xwzx .xwzx_fb .xwzx_fbr li:hover .xwrq h4 {
  color: rgba(255, 255, 255, .4);
}

.xwzx .xwzx_fb .xwzx_fbr li:hover .xwwz h5 {
  color: #027890;
}

@media(max-width: 1366px) {
  .xwzx .xwzx_fb .xwzx_fbr li .xwwz h4 {
      margin: 1.5% 0;
  }
}

@media(max-width: 1280px) {
  .xwzx .xwzx_fb .xwzx_fbl h4 {
      font-size: 18px;
  }
}

@media(max-width: 991px) {
  .xwzx .xwzx_fb .xwzx_fbl {
      width: 100%;
  }

  .xwzx .xwzx_fb .xwzx_fbr {
      width: 100%;
      margin-top: 15px;
  }

  .xwzx .xwzx_fb .xwzx_fbr li {
      margin-bottom: 15px;
  }

  .xwzx .xwzx_fc li a {
      padding: 10px 0;
  }

  .xwzx .xwzx_fb .xwzx_fbl h3 {
      font-size: 16px;
  }

  .xwzx .xwzx_fb .xwzx_fbl h3 span {
      font-size: 24px;
  }

  .xwzx .xwzx_fb .xwzx_fbl h4 {
      margin: 15px 0;
  }

  .xwzx .xwzx_fb .xwzx_fbl h5 {
      margin-bottom: 15px;
  }
}

@media(max-width: 768px) {
  .xwzx .xwzx_fb .xwzx_fbl {
      padding: 15px;
  }

  .xwzx .xwzx_fb .xwzx_fbr li .xwwz {
      padding: 0 0;
  }

  .xwzx .xwzx_fb .xwzx_fbr li .xwrq h3 {
      font-size: 28px;
  }

  .xwzx .xwzx_fb .xwzx_fbr li .xwwz h3 {
      font-size: 16px;
  }

  .xwzx .xwzx_fb .xwzx_fbr li .xwwz h4 {
      margin: 5px 0;
  }

  .xwzx .xwzx_fb .xwzx_fbr li:hover .xwwz h5::before {
      width: 80px;
  }

  .xwzx .xwzx_fc li {
      padding: 0 5px;
  }
}

@media(max-width: 468px) {
  .xwzx .xwzx_fb .xwzx_fbr li .xwrq {
      width: 100px;
  }

  .xwzx .xwzx_fb .xwzx_fbr li .xwwz {
      width: calc(100% - 120px);
  }

  .xwzx .xwzx_fb .xwzx_fbr li:hover .xwwz h5::before {
      width: 50px;
  }

  .xwzx .xwzx_fc {
      margin: 15px 0;
  }

  .xwzx .xwzx_fc li a {
      font-size: 14px;
  }
}

/* 网站的文字 */
.xwth {
  position: relative;
}

.xwth h2 {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 0.1;
  text-align: center;
  position: absolute;
  width: 100%;
  top: -0.5rem;
  left: 0px;
  text-transform: uppercase;
  line-height: 1;
}

.xwtt {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #222222;
  padding-top: 1.3rem;
  line-height: 1;
}

.xwtt span {
  color: var(--primary-color);
}

.xwtt2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
  margin-top: 1.1rem;
  margin-bottom: 1.65rem;
}

.th_img {
  text-align: center;
  /* margin-top: 1rem; */
}

.abbg .xwth h2 {
  color: #ffffff;
  opacity: 0.1;
}

.abbg .xwth .xwtt {
  color: #ffffff;
}

.abbg .xwth .xwtt2 {
  color: #eeeeee;
  margin-top: .85rem;
  /* margin-bottom: 1.3rem; */
}

.about_swiper .swiper-slide {
  min-width: 16rem;
  /* min-height: 9.8rem; */
  max-width: 16rem;
  /* max-height: 9.8rem; */
}

.about_swiper .swiper-slide img {
  width: 100%;
}

.about_swiper .swiper-slide p {
  font-size: 16px;
  color: #222222;
  text-align: center;
  line-height: 1;
  margin-top: 0.75rem;
}
.about_swiper .swiper-slide:hover p {
  color: var(--primary-color);
}
@media (max-width: 1440px) {
  .xwth h2 {
    /* font-size: 60px; */
  }

  .xwtt {
    /* font-size: 40px; */
  }

  .xwtt2 {
    /* font-size: 16px; */
  }
}

@media (max-width: 1280px) {
  .xwth h2 {
    /* font-size: 50px; */
  }

  .xwtt {
    /* font-size: 30px; */
  }

  .th_img {
    text-align: center;
    /* margin-top: 10px; */
  }

  .xwtt2 {
    /* font-size: 16px;
    margin-top: 10px; */
  }
}

@media (max-width: 992px) {
  .xwth h2 {
    /* font-size: 40px; */
  }

  .xwtt {
    /* font-size: 25px; */
  }

  .th_img {
    text-align: center;
    /* margin-top: 10px; */
  }

  .xwtt2 {
    /* font-size: 16px;
    margin-top: 10px; */
  }

  .xwtt {
    /* padding-top: 20px; */
  }
}

/* foot1 */
.foot1 {
  background-color: #000000;
  padding-top: 5%;
  padding-bottom: 2.0835%;
}

.foot1 .foot1_fl {
  width: 53%;
}

.foot1 .foot1_fl .foot_nav li {
  width: 30%;
  text-align: left;
}

.foot1 .foot1_fl .foot_nav li a {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
}

.foot1 .foot1_fl .foot_nav li .x-nav-menu {
  margin-top: 1.3rem;
}

.foot1 .foot1_fl .foot_nav li .x-nav-menu a {
  font-size: 16px;
  line-height: 2.625;
  color: rgba(255, 255, 255, 0.4);
}

.foot1 .foot1_fc {
  width: 27%;
}

.foot1 .foot1_fc h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  color: #ffffff;
}

.foot1 .foot1_fc h4 {
  /* margin: 1.85rem 0 2px; */
  padding-left: 36px;
  background: url(../images/lx.png) no-repeat left center;
  font-size: 30px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
}
.foot1 .foot1_fc h6 {
  margin: 20px 0 14px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.4);
}
.foot1 .foot1_fc h5 {
  font-size: 16px;
  line-height: 42px;
  color: rgba(255, 255, 255, 0.4);
}

.foot1 .foot1_fr {
  max-width: 20%;
  width: 20%;
}

.foot1 .foot1_fr h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  color: #ffffff;
}

.foot1 .foot1_fr ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.95rem;
}

.foot1 .foot1_fr ul li {
  max-width: 45%;
  text-align: center;
}

.foot1 .foot1_fr ul li img {
  width: 100%;
  max-width: 110px;
}

.foot1 .foot1_fr ul li h3 {
  font-size: 16px;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 15px;
}

/* foot1 */
.foot2 {
  background-color: #000000;
  font-size: 16px;
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding: 25px 0 27px;
}

.foot2 a {
  color: rgba(255, 255, 255, 0.6);
}

@media(max-width: 1200px) {
  .foot1 .foot1_fl .foot_nav li a {
      font-size: 16px;
  }

  .foot1 .foot1_fc h3 {
      font-size: 16px;
  }

  .foot1 .foot1_fr h3 {
      font-size: 16px;
  }

  .foot1 .foot1_fc h4 {
      font-size: 26px;
  }

  .foot1 .foot1_fl .foot_nav li .x-nav-menu a {
      font-size: 14px;
  }

  .foot1 .foot1_fc h5 {
      font-size: 14px;
  }

  .foot1 .foot1_fr ul li h3 {
      font-size: 14px;
  }

  .foot2 {
      font-size: 14px;
  }
}

@media(max-width:991px) {
  .foot1 .foot1_fl {
      display: none;
  }

  .foot1 .foot1_fc {
      width: 55%;
  }

  .foot1 .foot1_fr {
      max-width: 40%;
      width: 40%;
  }
}

@media(max-width:768px) {
  .foot1 {
      padding: 25px 0;
  }

  .foot1 .foot1_fc {
      width: 100%;
      float: none;
  }

  .foot1 .foot1_fr {
      max-width: 100%;
      width: 100%;
      float: left;
      margin-top: 15px;
  }

  .foot1 .foot1_fc h4 {
      margin-top: 20px;
  }

  .foot1 .foot1_fr ul {
      margin-top: 20px;
  }

  .foot2 {
      padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .pport {
    width: 100%;
  }
  .dtt1 {
    font-size: 2rem;
  }
  .lxwm img {
    width: 1.7rem;
  }
  .lxwm {
    font-size: 1.5rem;
  }
  .zz11 {
    width: 12.5rem;
    height: 3rem;
    line-height: 3rem;
  }
  .da_a {
    width: 100%;
    margin-bottom: 25px;
  }

  .dh_a {
    padding-left: 3.76rem;
  }

  .wwmm {
    margin-left: 0px;
  }

  .about_swiper .swiper-slide {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

.dff2 {
  background: var(--primary-color);
  padding: 15px 0;
}

.copyright {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}

.copyright a {
  color: #ffffff;
  text-align: center;
}