@charset "UTF-8";
._title {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
._title .h5_bg {
  color: #1f2c5e;
  opacity: .1;
  font-weight: bold;
  font-size: 80px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  top: -37px;
  margin: auto;
}
._title .h5 {
  font-size: 36px;
  font-weight: bold;
  color: #1f2c5e;
}
._title .summary {
  font-size: 16px;
  color: #999999;
}
._title .line {
  margin: 20px auto;
  width: 60px;
  height: 6px;
  background: #c9bc90;
}

/*product*/
.product .typelist {
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
.product .typelist .title {
  margin: 0 10px;
  font-size: 18px;
  color: #393939;
  border: 1px solid #e1e1e1;
  padding: 8px 25px;
  border-radius: 20px;
  cursor: pointer;
}
.product .typelist .title:hover, .product .typelist .title.on {
  background: #1f2c5e;
  color: white;
}
.product .list {
  display: none;
  margin: 0 -15px;
}
.product .list.on {
  display: block;
}
.product .list .item {
  margin: 15px;
  text-align: center;
}
.product .list .item:hover .pic {
  border-bottom: 3px solid #0d4da1;
}
.product .list .item:hover .name {
  color: #0d4da1;
}
.product .list .item .pic {
  border-bottom: 3px solid #e9e9e9;
}
.product .list .item .name {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
}

/*case*/
.case {
  position: relative;
}
.case .typelist {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.case .typelist .item {
  font-size: 22px;
  color: #333333;
  margin: 0 40px;
  padding: 3px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.case .typelist .item:hover, .case .typelist .item.on {
  color: #1f2c5e;
  border-bottom: 2px solid #1f2c5e;
}
.case .list_box .list {
  display: none;
}
.case .list_box .list.on {
  display: block;
}
.case .swiper-button-next {
  right: 10%;
}
.case .swiper-button-prev {
  left: 10%;
}
.case .swiper-button-next,
.case .swiper-button-prev {
  width: auto;
  height: auto;
  background: none;
}
.case .sousuo {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  bottom: 57px;
  z-index: 333;
}
.case .sousuo #keyword {
  flex: 1;
  height: 54px;
  border: 0;
  padding: 0 10px;
}
.case .sousuo .submitsearch {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #beb288;
  color: white;
  width: 118px;
  height: 54px;
  border-radius: 0 20px 20px 0;
}
.case .sousuo .keyword {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 38px;
}
.case .swiper-button-next:after, .case .swiper-button-prev:after {
  display: none;
}

/*youshi*/
.youshi .list .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 50px;
  background: #f6f6f6;
}
.youshi .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.youshi .list .item:nth-child(2n) .message {
  padding-left: 0;
  padding-right: 50px;
}
.youshi .list .item .message {
  flex: 1;
  padding-left: 50px;
}
.youshi .list .item .message ul {
  width: 100%;
}
.youshi .list .item .message ul li {
  float: none;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
  font-size: 18px;
  color: #333333;
  position: relative;
  padding-left: 30px;
}
.youshi .list .item .message ul li:after {
  display: block;
  content: '·';
  color: #c9bc90;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -26px;
}
.youshi .list .item .message .num {
  font-size: 36px;
  font-weight: bold;
  color: #c9bc90;
}
.youshi .list .item .message .title {
  padding-bottom: 15px;
  font-size: 28px;
  color: #1f2c5e;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 2px solid #dadada;
}

/**/
.about .bg {
  height: 600px;
  background: url("../images/about_bg.jpg") no-repeat bottom;
  background-size: cover;
}
.about .main_content {
  display: flex;
  align-items: flex-end;
  margin-top: -129px;
}
.about .main_content .lf {
  background: #3d3d3d;
  margin-right: 70px;
  width: 289px;
  color: white;
  overflow: hidden;
}
.about .main_content .lf ._title {
  position: relative;
  background: #1f2c5e;
  padding-bottom: 8px;
  margin-bottom: 35px;
  padding-top: 27px;
}
.about .main_content .lf ._title:after {
  content: '';
  background: url("../images/icon_sanjiao.png") no-repeat center;
  background-size: cover;
  width: 25px;
  height: 13px;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
.about .main_content .lf ul {
  padding-left: 25px;
  padding-right: 25px;
}
.about .main_content .lf ul li {
  width: 100%;
  float: none;
  display: flex;
  align-items: center;
  line-height: 2;
  font-size: 18px;
}
.about .main_content .lf ul li img {
  margin-right: 10px;
}
.about .main_content .lf .call {
  padding-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 30px;
}
.about .main_content .lf .call .top {
  display: flex;
  align-items: center;
}
.about .main_content .lf .call .top p {
  font-size: 14px;
  opacity: .6;
  margin-left: 10px;
}
.about .main_content .lf .call .phone {
  margin-top: 10px;
  font-size: 32px;
}
.about .main_content .lf ._title .h5_bg {
  color: white;
  top: -7px;
}
.about .main_content .lf ._title .h5 {
  color: white;
}
.about .main_content .rt {
  flex: 1;
}
.about .main_content .rt .title {
  font-size: 28px;
  color: #333333;
  margin-bottom: 25px;
}
.about .main_content .rt .summary {
  font-size: 16px;
  color: #333333;
  line-height: 2;
  margin-bottom: 20px;
}
.about .main_content .rt .more {
  background: #c9bc90;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 132px;
  height: 38px;
  border-radius: 20px;
  color: white;
}

/*shebei*/
.shebei .typelist {
  display: flex;
  margin-bottom: 20px;
}
.shebei .typelist .item {
  font-size: 16px;
  color: black;
  padding: 15px;
  margin: 0 10px;
  cursor: pointer;
}
.shebei .typelist .item:hover, .shebei .typelist .item.on {
  background: #1f2c5e;
  color: white;
}
.shebei .typelist .item:first-child {
  margin-left: 0;
}
.shebei .list {
  display: none;
  position: relative;
}
.shebei .list.on {
  display: block;
}
.shebei .list .item {
  text-align: center;
  padding: 5px;
}
.shebei .list .item .name {
  margin-top: 5px;
}
.shebei .container2 {
  overflow: visible;
}
.shebei .swiper-button-next {
  right: -20px;
}
.shebei .swiper-button-next,
.shebei .swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
}
.shebei .swiper-button-next:after, .shebei .swiper-button-prev:after {
  display: none;
}
.shebei .swiper-button-prev {
  left: -20px;
}

/*huoban*/
.huoban {
  background: #f6f6f6;
}
.huoban .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.huoban .item {
  background: #fff;
  width: 100%;
}
.huoban .mySwiper {
  overflow: hidden;
}
.huoban .swiper-slide {
  text-align: center;
  font-size: 18px;
  padding: 5px;
  height: calc((100% - 30px) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.huoban .swiper-grid-column > .swiper-wrapper {
  flex-direction: initial;
}

/*news*/
.xinwen .typename {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
}
.xinwen .typename .line {
  background: #f0f0f0;
  height: 2px;
  flex: 1;
}
.xinwen .typename .list {
  display: flex;
  align-items: center;
}
.xinwen .typename .item {
  font-size: 16px;
  color: #333333;
  padding: 10px 20px;
}
.xinwen .typename .item:hover, .xinwen .typename .item.on {
  background: #1f2c5e;
  color: white;
}
.xinwen .content .lf {
  padding: 70px;
  background: #f6f6f6;
}
.xinwen .content .lf .addtime {
  font-size: 26px;
  color: #999999;
}
.xinwen .content .lf .more {
  background: #1f2c5e;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 52px;
  color: white;
  font-size: 16px;
}
.xinwen .content .lf .more img {
  margin-left: 10px;
}
.xinwen .content .lf .pic {
  margin-bottom: 40px;
}
.xinwen .content .lf .summary {
  font-size: 16px;
  color: #333333;
  border-left: 2px solid #e4e4e4;
  padding-left: 15px;
  margin-bottom: 50px;
}
.xinwen .content .lf .title {
  font-size: 18px;
  color: #333333;
  margin: 20px 0;
}
.xinwen .content .rt .item {
  border-top: 2px solid #f0f0f0;
  padding: 30px 0;
  position: relative;
}
.xinwen .content .rt .item:hover .jiantou {
  display: block;
}
.xinwen .content .rt .item .jiantou {
  position: absolute;
  right: 0;
  bottom: 30px;
  display: none;
}
.xinwen .content .rt .item .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #1f2c5e;
}
.xinwen .content .rt .item .title:before {
  content: '·';
  display: block;
  font-size: 40px;
  color: #1f2c5e;
  margin-right: 10px;
}
.xinwen .content .rt .item .addtime {
  font-size: 26px;
  color: #1f2c5e;
  position: absolute;
  right: 0;
  top: 38px;
}
.xinwen .content .rt .item .summary {
  font-size: 16px;
  line-height: 2;
  margin-left: 10px;
  color: #333333;
}

@media (max-width: 1450px) {
  .about .bg {
    height: 470px;
  }

  .xinwen .content .lf {
    padding: 30px;
  }

  .xinwen .content .lf,
  .xinwen .content .rt {
    width: 45%;
  }
}
@media (max-width: 768px) {
  ._title {
    margin-bottom: 30px;
  }

  ._title .h5 {
    font-size: 22px;
  }

  ._title .h5_bg {
    top: -21px;
    font-size: 37px;
  }

  ._title .line {
    margin: 12px auto;
    width: 60px;
    height: 3px;
  }

  ._title .summary {
    font-size: 12px;
  }

  .product .typelist {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .product .typelist .title {
    font-size: 15px;
    width: 48%;
    float: left;
    border-radius: 0;
    margin: 0;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    padding: 5px;
  }
  .product .typelist .title:nth-child(2n) {
    float: right;
  }

  .product .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .product .list .item .name {
    margin-top: 10px;
  }

  .case .typelist {
    display: block;
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .case .list_box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .case .typelist .item {
    width: 48%;
    margin: 0;
    margin-bottom: 15px;
    font-size: 15px;
    float: left;
    color: #393939;
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 5px;
  }
  .case .typelist .item.on {
    border-bottom: 1px solid #1f2c5e;
  }
  .case .typelist .item:nth-child(2n) {
    float: right;
  }

  .case .sousuo {
    display: none;
  }

  .case .swiper-button-next, .case .swiper-button-prev {
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  .case .swiper-button-prev {
    left: 0;
  }

  .case .swiper-button-next {
    right: 0;
  }

  .youshi .list .item {
    display: block;
    padding: 30px 15px;
  }

  .youshi .list .item .message {
    padding-left: 0;
  }

  .youshi .list .item .message .title {
    font-size: 18px;
  }

  .youshi .list .item .message .num {
    font-size: 25px;
  }

  .youshi .list .item .message ul li {
    font-size: 14px;
  }

  .youshi .list .item:nth-child(2n) .message {
    padding-right: 0;
  }

  .about .bg {
    background-attachment: unset;
    height: 222px;
  }

  .about .main_content {
    margin-top: 30px;
    display: block;
  }

  .about .main_content .lf {
    display: none;
  }

  .about .main_content .rt .title {
    font-size: 22px;
    text-align: center;
  }

  .about .main_content .rt .summary {
    font-size: 14px;
  }

  .about .main_content .rt .more {
    margin: 0 auto;
    font-size: 14px;
  }

  .shebei .typelist .item {
    font-size: 15px;
    width: 48%;
    float: left;
    border-radius: 0;
    margin: 0;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    padding: 5px;
    border: 1px solid #e1e1e1;
  }
  .shebei .typelist .item:nth-child(2n) {
    float: right;
  }

  .shebei .typelist {
    display: block;
  }

  .shebei .swiper-button-next:after, .shebei .swiper-button-prev:after {
    display: none;
  }

  .shebei .swiper-button-next {
    right: 0;
  }

  .shebei .swiper-button-prev {
    left: 0;
  }

  .xinwen .typename .line {
    display: none;
  }

  .xinwen .typename {
    margin-bottom: 15px;
  }

  .xinwen .typename .list {
    display: block;
    content: '';
    clear: both;
    overflow: visible;
    width: 100%;
  }

  .xinwen .typename .item {
    font-size: 15px;
    width: 48%;
    float: left;
    border-radius: 0;
    margin: 0;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    padding: 5px;
    border: 1px solid #e1e1e1;
  }
  .xinwen .typename .item:nth-child(2n) {
    float: right;
  }

  .xinwen .content .lf, .xinwen .content .rt {
    width: 100%;
    float: none;
  }

  .xinwen .content .lf {
    padding: 20px 15px;
    margin-bottom: 30px;
  }

  .xinwen .content .lf .summary {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .xinwen .content .lf .addtime {
    font-size: 22px;
  }

  .xinwen .content .lf .title {
    margin: 13px 0;
    font-size: 16px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .xinwen .content .lf .more {
    margin: 0 auto;
    width: 163px;
    height: 42px;
    color: white;
    font-size: 14px;
  }

  .xinwen .content .lf .pic {
    margin-bottom: 25px;
  }

  .xinwen .content .rt .item .addtime {
    display: none;
  }

  .xinwen .content .rt .item .jiantou {
    display: none;
  }

  .xinwen .content .rt .item .title {
    font-size: 16px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 4px;
  }

  .xinwen .content .rt .item .title:before {
    display: none;
  }

  .xinwen .content .rt .item .summary {
    font-size: 12px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-left: 0;
  }

  .xinwen .content .rt .item {
    padding: 15px 0;
  }
}

/*# sourceMappingURL=index.css.map */
