/*_title*/
._title {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 2;
}
._title .p {
  font-weight: bold;
  font-size: 48px;
  color: black;
}
._title .line {
  width: 86px;
  height: 1px;
  background: #1e8abf;
  position: relative;
  top: -7px;
}
._title .span {
  font-size: 16px;
  color: #8b8b8b;
}

._more {
  font-size: 14px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 107px;
  height: 27px;
  background: #1e8abf;
  border-radius: 20px;
  margin: 0 auto;
  transition: .5s;
}
._more:hover {
  width: 150px;
  color: white;
}

/*product*/
.product {
  background: #fbfbfb;
}
.product .typename {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.product .typename .item {
  margin: 0 20px;
  color: black;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 47px;
  border: 1px solid black;
  font-size: 20px;
  cursor: pointer;
}
.product .typename .item:hover, .product .typename .item.on {
  background: #1e8abf;
  border: 1px solid #1e8abf;
  color: white;
}
.product .goods_list {
  display: none;
}
.product .goods_list.on {
  display: flex;
}
.product .goods_list .rt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.product .goods_list .item {
  margin: 5px;
  padding: 40px;
  text-align: center;
  background: white;
  border: 1px solid #d2d2d2;
}
.product .goods_list .item .pic {
  overflow: hidden;
}
.product .goods_list .item .pic img {
  transition: .5s;
}
.product .goods_list .item:hover {
  border: 1px solid #1e8abf;
}
.product .goods_list .item:hover .pic img {
  transform: scale(1.1);
}
.product .goods_list .item:hover .name {
  color: #1e8abf;
}
.product .goods_list .item .name {
  font-size: 17px;
}

/*about*/
.about .content {
  background: url("../images/about_bg.jpg") no-repeat left;
  background-size: cover;
}
.about .content .lf {
  padding-top: 39px;
  padding-right: 90px;
}
.about .content .lf .summary {
  font-size: 16px;
  line-height: 2;
  opacity: .7;
  margin: 30px 0;
}
.about .content .lf .top {
  width: 604px;
  height: 244px;
  background: url("../images/jiqi.png") no-repeat center;
  background-size: cover;
  font-size: 18px;
  color: #085e88;
  font-weight: bold;
  line-height: 29px;
  padding-left: 196px;
  padding-top: 90px;
}
.about .content .rt {
  position: relative;
}
.about .content .rt .bofang {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -63px;
  margin-top: -63px;
}
.about .icon_list {
  display: flex;
  justify-content: space-around;
  margin-top: 70px;
}
.about .icon_list .item .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin: 0 auto;
}
.about .icon_list .item .pic .pic1 {
  display: block;
}
.about .icon_list .item .pic .pic2 {
  display: none;
}
.about .icon_list .item:hover .pic .pic2 {
  display: block;
}
.about .icon_list .item:hover .pic .pic1 {
  display: none;
}
.about .icon_list .item:hover .name {
  color: #1e8abf;
}
.about .icon_list .item .name {
  font-size: 20px;
  color: black;
  margin-top: 20px;
}

/*poster*/
.poster {
  background: url("../images/poster.jpg") no-repeat center;
  background-size: cover;
  height: 450px;
  color: white;
}
.poster .rt {
  line-height: 2;
  margin-top: 108px;
}
.poster .rt .title {
  font-size: 36px;
  font-weight: bold;
}
.poster .rt .line {
  width: 140px;
  height: 2px;
  background: white;
  margin-top: 10px;
}
.poster .rt .call {
  display: flex;
  align-items: center;
}
.poster .rt .call p {
  font-weight: bold;
  font-size: 36px;
  margin-left: 15px;
}
.poster .rt .summary {
  margin-top: 15px;
  font-size: 14px;
}

/*tuijian*/
.tuijian .item {
  text-align: center;
}
.tuijian .item .pic {
  border: 1px solid #a0a0a0;
  overflow: hidden;
}
.tuijian .item .pic img {
  transition: .5s;
}
.tuijian .item .name {
  font-size: 17px;
  margin-top: 15px;
  color: #858585;
}
.tuijian .item:hover .pic {
  border: 1px solid #1e8abf;
}
.tuijian .item:hover .pic img {
  transform: scale(1.1);
}
.tuijian .item:hover .name {
  color: #1e8abf;
}
.tuijian .list {
  display: flex;
  justify-content: space-between;
}

/*news*/
.news .list {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 45px;
}
.news .list .item {
  width: 30%;
}
.news .list .item .title {
  font-size: 16px;
  color: #404040;
  margin-bottom: 25px;
}
.news .list .item .summary {
  font-size: 14px;
  color: #c7c7c7;
}
.news .list .item:hover .title {
  color: #1e8abf;
}
.news .list .item:hover .summary {
  color: #1e8abf;
}

.shipin_box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 333;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shipin_box.on {
  display: flex;
}
.shipin_box #iframe_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipin_box iframe, .shipin_box video {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}

.lng_en .poster .rt .title {
  font-size: 32px;
  text-transform: capitalize;
}
.lng_en .product .goods_list .item .name {
  width: 200px;
  margin: 0 auto;
}

@media (max-width: 1450px) {
  ._title .p {
    font-size: 40px;
  }

  ._title .span {
    font-size: 15px;
  }

  .about .content .lf {
    padding-top: 17px;
  }

  .about .content .lf .top {
    width: 543px;
    height: 219px;
    padding-top: 78px;
  }

  .about .content .lf .summary {
    margin: 13px 0;
    line-height: 27px;
  }

  .about .content {
    background-position-x: -24px;
  }

  .tuijian .item {
    margin: 0 8px;
  }

  .poster {
    height: 420px;
  }

  .poster .rt {
    margin-top: 87px;
  }
}
@media (max-width: 768px) {
  .product .goods_list {
    display: block;
  }

  ._title .p {
    font-size: 28px;
  }

  ._title .span {
    font-size: 12px;
  }

  ._title .line {
    position: static;
    margin-bottom: 5px;
  }

  .product .typename {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .product .typename .item {
    width: 95%;
    margin: 0 auto;
    font-size: 16px;
    height: 40px;
    margin-bottom: 15px;
  }

  .product .goods_list .item {
    padding: 15px;
  }

  .product .goods_list .item .name {
    font-size: 14px;
  }

  .about .content .lf {
    padding-top: 0;
    padding-right: 0;
    float: none;
  }

  .about .content .lf .top {
    width: 345px;
    height: 139px;
    padding-top: 41px;
    line-height: 18px;
    padding-left: 90px;
    font-size: 14px;
  }

  .about .content .lf .summary {
    font-size: 14px;
    line-height: 23px;
    margin: 20px 0;
  }

  .about .content .rt {
    float: none;
    margin-top: 40px;
  }

  .about .content {
    background: url("../images/about1.png") no-repeat center;
    background-size: cover;
    padding-top: 40px;
  }

  .poster .rt {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
  }

  .poster .rt .title {
    font-size: 20px;
  }

  .poster .rt .summary {
    display: none;
  }

  .poster .rt .call img {
    width: 25px;
    margin-left: 7px;
  }

  .poster .rt .call p {
    font-size: 22px;
  }

  .poster .rt {
    margin-top: 53px;
  }

  .about .content .rt .bofang {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }

  .about .icon_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
  .about .icon_list .item {
    text-align: center;
  }

  .about .icon_list .item {
    margin-bottom: 15px;
  }

  .about .icon_list .item .name {
    font-size: 14px;
    margin-top: 10px;
  }

  .about .icon_list .item .pic {
    width: 70px;
    height: 70px;
  }

  .vertical-space8, .hr {
    height: 50px;
  }

  .poster .rt .title {
    font-size: 23px;
  }

  .poster .rt {
    margin-top: 30px;
  }

  .poster {
    height: 305px;
  }

  .news .list .item {
    display: none;
    width: 100%;
  }
  .news .list .item:first-child {
    display: block;
  }

  .news .list .item .title {
    margin-bottom: 12px;
  }

  .news .list {
    margin-top: 20px;
    margin-bottom: 28px;
  }

  ._title {
    margin-bottom: 30px;
  }

  .tuijian .list {
    display: block;
  }

  .tuijian .item .name {
    font-size: 14px;
  }

  .product .goods_list.on {
    display: block;
  }

  .product .goods_list {
    display: none;
  }

  .shipin_box iframe, .shipin_box video {
    width: 100%;
    height: 300px;
  }

  .poster {
    height: 206px;
    background: url("../images/wap_poster.jpg") no-repeat center;
    background-size: cover;
  }

  .lng_en .product .goods_list .item .name {
    width: auto;
  }

  .lng_en .poster .rt .title {
    font-size: 20px;
  }

  .about ._title {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._title .span {
    text-align: center;
  }
}

/*# sourceMappingURL=index.css.map */
