@charset "UTF-8";
._title {
  text-align: center;
}
._title .en {
  color: #046e72;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 30px;
}
._title .message {
  background: url("../images/_title.png") no-repeat center;
  background-size: cover;
  width: 500px;
  height: 51px;
  margin: 0 auto;
}
._title .message .name {
  position: relative;
  top: -22px;
  display: inline-block;
  font-size: 28px;
  color: #046e72;
  background: white;
  border-bottom: 1px solid #046e72;
  padding-bottom: 3px;
}
._title .message .smy {
  font-size: 16px;
  color: #323232;
  position: relative;
  top: -7px;
}

/*product*/
.product {
  padding-top: 80px;
  padding-bottom: 80px;
}
.product .content .lf {
  width: 21%;
  border: 2px solid #046e72;
}
.product .content .lf .top_title {
  background: #046e72;
  color: white;
  text-align: center;
  padding: 25px 0;
}
.product .content .lf .top_title p {
  font-size: 24px;
}
.product .content .lf .top_title span {
  font-size: 16px;
}
.product .content .lf .list {
  padding: 15px;
}
.product .content .lf .list ul li {
  float: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #046e72;
}
.product .content .lf .list ul li a {
  display: block;
  font-size: 14px;
}
.product .content .lf .list ul li:hover a {
  color: #046e72;
}
.product .content .lf .list ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.product .content .rt {
  width: 77%;
}
.product .content .rt .goodslist {
  margin-top: 50px;
}
.product .content .rt .goodslist ul li {
  margin-bottom: 10px;
  padding: 5px;
}
.product .content .rt .goodslist ul li .item {
  padding: 5px;
  border: 1px solid #ececec;
  text-align: center;
}
.product .content .rt .goodslist ul li .item img {
  width: 200px;
}
.product .content .rt .goodslist ul li .item .name {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

/*about*/
.about {
  padding: 60px 50px;
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
}
.about .lf .top_title {
  display: flex;
  align-items: center;
}
.about .lf .top_title .line {
  background: #046e72;
  height: 1px;
  width: 50px;
  content: '';
  display: block;
  margin-right: 5px;
}
.about .lf .top_title p {
  color: #046e72;
  font-weight: bold;
  font-size: 32px;
}
.about .lf .name {
  font-size: 22px;
  color: #046e72;
}
.about .lf .summary {
  font-size: 14px;
  color: #232323;
  line-height: 2;
  margin-bottom: 50px;
  margin-top: 30px;
}
.about .lf .icon_list .title2 {
  font-size: 20px;
  color: #046e72;
}
.about .lf .icon_list ul {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .lf .icon_list ul li .item {
  text-align: center;
  color: #252525;
}
.about .lf .icon_list ul li .item img {
  margin-bottom: 25px;
}
.about .lf .icon_list ul li .item p {
  font-size: 12px;
}
.about .lf .icon_list ul li .item h5 {
  font-size: 14px;
}
.about .rt {
  height: 100%;
  position: relative;
}
.about .rt .pic {
  position: absolute;
  right: 15px;
  top: 25px;
}
.about .rt .kuang {
  position: absolute;
  right: 0;
  top: 162px;
}

/*news*/
.news {
  padding-top: 80px;
  padding-bottom: 80px;
}
.news .center {
  margin: 50px 0;
  display: flex;
  align-items: center;
  height: 322px;
}
.news .center .message {
  flex: 1;
  height: 100%;
  background: #f1f1f1;
  padding: 58px 50px;
}
.news .center .message .title {
  font-size: 18px;
  color: #046e72;
  font-weight: bold;
  margin-bottom: 30px;
}
.news .center .message .summary {
  font-size: 14px;
  line-height: 2;
  color: #949494;
}
.news .center .message .addtime {
  font-size: 14px;
  color: #949494;
}
.news .center .message .more {
  color: #046e72;
}
.news .newslist {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .newslist .item {
  background: #f1f1f1;
  width: 30%;
  padding: 35px;
  padding-left: 85px;
  position: relative;
  min-height: 273px;
}
.news .newslist .item .addtime {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -54px;
  width: 60px;
  height: 108px;
  background: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.news .newslist .item .addtime .day {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.news .newslist .item .addtime .moon {
  font-size: 12px;
}
.news .newslist .item .message .title {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  margin-bottom: 30px;
}
.news .newslist .item .message .summary {
  font-size: 12px;
  color: #ababab;
}
.news .newslist .item:hover .addtime {
  background: #046e72;
}

/*优势*/
.youshi {
  background: url("../images/youshi_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 70px 0;
  padding-bottom: 0;
}
.youshi .top_title {
  text-align: center;
}
.youshi .top_title ._title2 {
  position: relative;
  left: -249px;
  top: 17px;
}
.youshi .top_title ._title3 {
  position: relative;
  left: 273px;
  top: -29px;
}
.youshi .top_title .message h5 {
  font-size: 36px;
  color: #046e72;
  font-weight: bold;
}
.youshi .top_title .message p {
  font-size: 22px;
  color: #969595;
}
.youshi .content .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
.youshi .content .item .num {
  font-size: 66px;
  color: #b6b6b6;
  position: relative;
  top: -21px;
}
.youshi .content .item .message {
  width: 430px;
  margin-left: 30px;
}
.youshi .content .item .message .title {
  font-weight: bold;
  font-size: 28px;
  color: #046e72;
  border-bottom: 1px dashed #046e72;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.youshi .content .item .message .summary {
  font-size: 16px;
  color: #727272;
  line-height: 2;
}
.youshi .content .top, .youshi .content .bottom {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

/*有请链接*/
.youqing {
  padding: 70px 0;
}
.youqing ul li {
  margin: 5px 0;
}
.youqing ul li a {
  font-size: 14px;
  color: #666666;
  border-right: 2px solid #666666;
  display: block;
  margin-right: 8px;
  padding-right: 8px;
}
.youqing ul li:last-child {
  margin-right: 0;
}
.youqing ul li:last-child a {
  border-right: 0;
}
.youqing .title {
  display: flex;
  align-items: center;
  background: url("../images/line_bg.png") no-repeat bottom;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.youqing .title h5 {
  margin-right: 5px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  display: block;
}
.youqing .title p {
  color: #a9a9a9;
  font-size: 20px;
}

@media (max-width: 768px) {
  ._title .en {
    font-size: 18px;
    margin-bottom: 0px;
  }

  ._title .message {
    background: none;
    width: 100%;
    height: auto;
    line-height: 2;
  }

  ._title .message .smy {
    position: static;
  }

  ._title .message .name {
    font-size: 16px;
    position: static;
  }

  .product .content .lf .top_title {
    display: none;
  }

  .product .content .lf {
    float: none;
    width: 100%;
    border: 0;
  }

  .product .content .lf .list {
    padding: 0;
    margin-top: 30px;
  }

  .product .content .lf .list ul li {
    width: 48%;
    float: left;
    border: 1px solid #046e72 !important;
    padding: 10px 5px !important;
  }
  .product .content .lf .list ul li:nth-child(2n) {
    float: right;
  }

  .product .content .lf .list ul li a {
    text-align: center;
  }

  .product .content .rt {
    float: none;
    width: 100%;
  }

  .product .content .rt .goodslist ul li {
    width: 48%;
    float: left;
    margin: 0;
    margin-bottom: 4%;
  }
  .product .content .rt .goodslist ul li:nth-child(2n) {
    float: right;
  }

  .product,
  .youshi,
  .about {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .news {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product .content .rt .goodslist {
    margin-top: 35px;
  }

  .about .lf .top_title p {
    font-size: 18px;
    text-align: center;
  }

  .about .lf .top_title {
    justify-content: center;
  }

  .about .lf .summary {
    margin-bottom: 30px;
  }

  .about .lf .name {
    font-size: 16px;
    text-align: center;
  }

  .about .lf .icon_list ul {
    margin-top: 20px;
  }

  .about .lf .icon_list ul li .item img {
    margin-bottom: 10px;
  }

  .news .center .message .summary {
    font-size: 12px;
  }

  .news .center {
    display: block;
    height: auto;
    margin-bottom: 0;
  }

  .news .center .message .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .news .center .message {
    padding: 40px 15px;
  }

  .news .center .message .more {
    display: none;
  }

  .news .newslist {
    display: none;
  }

  .youshi .top_title .message h5 {
    font-size: 18px;
  }

  .youshi .top_title .message p {
    font-size: 12px;
    margin-top: 5px;
  }

  .youshi .top_title ._title2,
  .youshi .top_title ._title3 {
    display: none;
  }

  .youshi .content .item .num {
    display: none;
  }

  .youshi .content .item .message {
    width: 100%;
    margin-left: 0;
  }

  .youshi .content .item .message .title {
    font-size: 14px;
  }

  .youshi .content .item .message .summary {
    font-size: 12px;
  }

  .youshi .content .item {
    margin-bottom: 20px;
  }

  .youshi .content {
    margin-top: 30px;
  }

  .youshi .content .top, .youshi .content .bottom {
    margin-bottom: 0px;
  }

  .youshi {
    padding-bottom: 40px;
  }
}

/*# sourceMappingURL=index.css.map */
