@charset "UTF-8";
._title {
  margin-bottom: 50px;
  content: '';
  clear: both;
  overflow: hidden;
}
._title .lf {
  float: left;
  color: black;
  display: flex;
  align-items: flex-end;
}
._title .lf:before {
  display: block;
  content: '';
  width: 6px;
  height: 36px;
  background: black;
  position: relative;
  left: 0;
  top: -6px;
  margin-right: 17px;
}
._title .lf p {
  font-size: 36px;
  font-weight: bold;
  margin-right: 0px;
}
._title .lf span {
  display: none;
  font-size: 24px;
  text-transform: uppercase;
}
._title .rt {
  float: right;
  font-size: 16px;
  color: #000000;
  margin-top: 30px;
}
._title .typelist {
  display: flex;
  align-items: center;
}
._title .typelist .item {
  cursor: pointer;
  margin: 0 30px;
  color: #707070;
  font-size: 24px;
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
  text-transform: capitalize;
}
._title .typelist .item:hover, ._title .typelist .item.on {
  border-bottom: 1px solid #008637;
  color: #008637;
}

/*product*/
.product .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product .content .item_box {
  width: 50%;
  border: 5px solid white;
  height: 393px;
  color: white;
  display: flex;
}
.product .content .item_box .message_box {
  height: 100%;
  padding: 28px 35px;
  width: 50%;
  background: #00a6ce;
}
.product .content .item_box .message_box .message {
  padding-bottom: 20px;
  border-bottom: 1px solid white;
  margin-bottom: 20px;
}
.product .content .item_box .message_box .message .title {
  font-size: 26px;
  margin-bottom: 15px;
}
.product .content .item_box .message_box .message .summary {
  font-size: 14px;
  margin-bottom: 25px;
}
.product .content .item_box .message_box .message .summary span {
  font-weight: bold;
}
.product .content .item_box .message_box .message .more {
  color: white;
  border: 1px solid white;
  font-size: 14px;
  padding: 5px 20px;
  display: inline-block;
  transition: .5s;
}
.product .content .item_box .message_box .message .more:hover {
  background: white;
  color: black;
}
.product .content .item_box .message_box .xiangguan .title {
  font-size: 30px;
  margin-bottom: 20px;
}
.product .content .item_box .message_box .xiangguan ul li {
  float: none;
  width: 100%;
}
.product .content .item_box .message_box .xiangguan ul li a {
  display: block;
  font-size: 14px;
  color: white;
}
.product .content .item_box .pic_box {
  height: 100%;
  width: 50%;
}

.product .content .item_box2 .message_box {
  background: #93d51b;
}

.product .content .item_box3 .message_box {
  background: #02924e;
}

.product .content .item_box4 .message_box {
  background: #cdc102;
}

/*news*/
.news {
  background: #f9f9f9;
}
.news .list {
  display: flex;
  justify-content: space-between;
}
.news .item {
  width: 30%;
  margin: 5px;
  overflow: hidden;
}
.news .item:hover .name {
  color: #008637;
}
.news .item:hover .pic img {
  transform: scale(1.1);
}
.news .item .pic {
  text-align: center;
  overflow: hidden;
}
.news .item .pic img {
  transition: .5s;
}
.news .item .name {
  font-size: 16px;
  color: black;
  margin-top: 10px;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/*lingyu*/
.lingyu ._title .rt {
  margin-top: 9px;
}
.lingyu .content .list_box .list {
  display: none;
}
.lingyu .content .list_box .list.on {
  display: flex;
}
.lingyu .content .list_box .list .item {
  margin: 8px;
  background-size: cover !important;
}
.lingyu .content .list_box .list .lf a {
  display: block;
}
.lingyu .content .list_box .list .lf .item {
  width: 988px;
  height: 627px;
}
.lingyu .content .list_box .list .rt {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.lingyu .content .list_box .list .rt a {
  display: block;
}
.lingyu .content .list_box .list .rt .item {
  width: 394px;
  height: 303px;
  margin-bottom: 15px;
}
.lingyu .content .list_box .list .rt .item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1450px) {
  .product .content .item_box {
    height: 460px;
  }

  .product .content .item_box .message_box .message {
    padding-bottom: 30px;
  }

  .lingyu .content .list_box .list .lf .item {
    width: 826px;
    height: 517px;
  }

  .lingyu .content .list_box .list .rt .item {
    width: 300px;
    height: 247px;
  }

  .product .content .item_box .message_box .message .summary {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 60px;
  }
}
@media (max-width: 1280px) {
  .lingyu .content .list_box .list.on {
    display: block;
    clear: both;
    overflow: hidden;
    content: '';
  }

  .lingyu .content .list_box .list .rt .item {
    margin: 0;
    border: 8px solid white;
    width: 100%;
  }

  .lingyu .content .list_box .list .lf {
    width: 60%;
    float: left;
  }

  .lingyu .content .list_box .list .lf .item {
    width: 100%;
    margin: 0;
    height: 494px;
    border: 8px solid white;
  }

  .lingyu .content .list_box .list .rt {
    width: 40%;
    float: left;
  }
}
@media (max-width: 992px) {
  ._title .lf span {
    font-size: 18px;
  }

  ._title .lf p {
    font-size: 25px;
  }

  ._title .lf:before {
    width: 6px;
    height: 32px;
    top: -1px;
    margin-right: 12px;
  }

  .product .content .item_box .message_box {
    padding: 20px;
  }

  .product .content .item_box .pic_box {
    width: 60%;
  }

  .product .content .item_box .message_box {
    width: 40%;
  }

  .product .content .item_box .message_box .message .title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .product .content .item_box .message_box .xiangguan .title {
    font-size: 20px;
  }

  .product .content .item_box {
    height: 428px;
  }

  .product .content .item_box .message_box .message {
    padding-bottom: 20px;
    margin-bottom: 12px;
  }

  ._title .typelist .item {
    font-size: 21px;
    margin: 0 11px;
  }

  ._title .rt {
    margin-top: 9px;
  }

  .product .content .item_box .message_box .message .summary {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  /*.product .content .item_box:nth-child(1){
      .message_box .message{
         border-bottom: 0;
         margin-bottom: 0;
      }
     .xiangguan{
        display: none;
     }
  }*/
}
/*手机版*/
@media (max-width: 700px) {
  .lianxi_box .content .erweima_box {
    display: none !important;
  }

  .lingyu .content .list_box .list .lf,
  .lingyu .content .list_box .list .rt {
    display: block;
    float: none;
    width: 100%;
  }

  .lingyu .content .list_box .list .lf .item {
    width: 100%;
    height: 231px;
    border: 0;
  }

  .lingyu .content .list_box .list .rt .item {
    width: 100%;
    height: 255px;
    border: 0;
  }

  .lingyu .content .list_box .list .item {
    margin-bottom: 10px !important;
  }

  .product .content .item_box {
    display: block;
    height: auto;
    margin-bottom: 25px;
  }

  .product .content .item_box .pic_box {
    width: 100%;
    height: 192px;
  }

  .product .content .item_box .message_box {
    width: 100%;
    padding: 20px;
  }

  .product .content .item_box .message_box .message .title,
  .product .content .item_box .message_box .xiangguan .title {
    font-size: 20px;
    margin-bottom: 13px;
  }

  ._title .lf p {
    font-size: 22px;
    margin-right: 9px;
  }

  ._title .lf span {
    font-size: 15px;
  }

  ._title .rt {
    font-size: 14px;
    margin-top: 10px;
  }

  ._title .lf:before {
    display: block;
    content: '';
    width: 3px;
    height: 20px;
    background: black;
    position: relative;
    left: 0;
    top: -5px;
    margin-right: 9px;
  }

  .lingyu ._title .lf {
    float: none;
  }
  .lingyu ._title .rt {
    float: none;
    margin-top: 25px;
  }
  .lingyu ._title .typelist {
    display: block;
  }
  .lingyu ._title .typelist .item {
    width: 48%;
    float: left;
    margin: 0;
    margin-bottom: 15px;
    border: 1px solid grey;
    font-size: 16px;
    text-align: center;
    padding: 5px;
  }
  .lingyu ._title .typelist .item:nth-child(2n) {
    float: right;
  }
  .lingyu ._title {
    margin-bottom: 25px;
  }

  /*.lingyu .content .list_box .list{
     display: block;
  }*/
  .lingyu .content .list_box .list.on {
    display: block;
  }

  .lingyu .content .list_box .list .item {
    margin: 0;
    margin-bottom: 15px;
  }
  .lingyu .content .list_box .list .item img {
    width: 100%;
  }

  .lingyu .content .list_box .list .rt {
    display: block;
  }

  ._title .typelist .item:hover, ._title .typelist .item.on {
    background: #008637;
    color: white;
    border: 1px solid #008637;
  }

  .news .list {
    display: block;
  }

  .news .item {
    margin: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  ._title {
    margin-bottom: 25px;
  }

  .product .content .item_box .message_box .xiangguan ul li {
    line-height: 2;
  }

  .product .content .item_box .message_box .xiangguan {
    display: none;
  }

  .product .content .item_box .message_box {
    height: 280px;
  }
}

/*# sourceMappingURL=index.css.map */
