@charset "UTF-8";
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px; }

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #333; }

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #333; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

input[type="checkbox"], input[type="radio"] {
  display: none; }
  input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
    background-color: #333; }
    input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
      font-family: "Font Awesome 5 Pro";
      content: "\f00c"; }
  input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
    cursor: default;
    background-color: #efefef; }
  input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #333;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border-radius: 3px; }

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.contactus__body {
  padding-bottom: 80px; }
  .contactus__body .map_con, .contactus__body .txt_con {
    width: 50%;
    box-sizing: border-box; }
  .contactus__body .map_con {
    height: 360px; }
  .contactus__body .txt_con {
    padding-left: 100px; }
    .contactus__body .txt_con p {
      font-size: 20px;
      line-height: 60px;
      color: #333; }
      .contactus__body .txt_con p a {
        color: #333; }
        .contactus__body .txt_con p a:hover {
          color: #23a691;
          text-decoration: none; }

.news_list__con {
  padding-bottom: 60px; }
  .news_list__con h3.tit {
    text-align: center;
    font-size: 24px;
    color: #23a691;
    padding-bottom: 40px; }
    .news_list__con h3.tit.details_tit {
      border-bottom: 1px dotted #d8d8d8;
      margin-bottom: 30px;
      padding-bottom: 30px; }

.news_list li {
  border-bottom: 1px dotted #d8d8d8;
  padding: 0px 10px;
  transition: all ease .3s; }
  .news_list li:hover {
    background-color: #23a691; }
    .news_list li:hover h6, .news_list li:hover h3, .news_list li:hover p {
      color: #fff; }
  .news_list li a {
    text-decoration: none;
    text-decoration: none; }
  .news_list li h6, .news_list li h3, .news_list li p {
    color: #333; }
  .news_list li h6 {
    text-align: right;
    font-size: 14px;
	float:right;
	margin-top:12px; }
  .news_list li h3 {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
    font-weight: 500; }
  .news_list li p {
    font-size: 16px;
    line-height: 24px;
	display:none; }

.products__body .tit {
  text-align: center; }

.products__body h6.tit {
  font-size: 16px;
  color: #23a691;
  padding-bottom: 30px;
  line-height: 24px; }

.products__body h3.tit {
  text-align: center;
  font-size: 24px;
  color: #23a691;
  border-bottom: 1px dotted #d8d8d8;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.products__body .pro_con {
  padding-bottom: 50px; }
  .products__body .pro_con .img_con {
    overflow: hidden;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 10px; }
    .products__body .pro_con .img_con:hover img {
      transform: scale(1.1); }
    .products__body .pro_con .img_con img {
      display: block;
      width: 100%;
      transition: all ease .3s; }

  .products__body .pro_con .img_con p{
	  text-align:center;
	  display:block;
	  padding-top:20px; }

.kv_page__body {
  padding: 30px 0; }

.cases__body {
  padding-bottom: 50px; }
  .cases__body h3.tit {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: 700; }

.cases_list {
  padding-top: 50px; }
  .cases_list .list_con {
    margin-bottom: 30px; }
    .cases_list .list_con:hover .img_out img {
      transform: scale(1.05); }
    .cases_list .list_con:hover .txt_out {
      background-color: #23a691;
      color: #fff; }
    .cases_list .list_con a {
      display: block;
      text-decoration: none; }
    .cases_list .list_con .img_out {
      overflow: hidden; }
      .cases_list .list_con .img_out img {
        display: block;
        width: 100%;
        transition: all ease .3s; }
    .cases_list .list_con .txt_out {
      background-color: #f9f9f9;
      box-sizing: border-box;
      box-shadow: 0 5px 5px 3px rgba(100, 100, 100, 0.3);
      padding: 20px;
      color: #333; }
      .cases_list .list_con .txt_out p {
        font-size: 16px;
        line-height: 24px; }
      .cases_list .list_con .txt_out h6 {
        text-align: right;
        font-size: 14px;
        padding-top: 10px; }
        .cases_list .list_con .txt_out h6 i {
          padding-left: 5px; }

.services_list {
  padding-top: 50px; }
  .services_list .list_con {
    margin-bottom: 30px; }
    .services_list .list_con:hover .img_out img {
      transform: scale(1.05); }
    .services_list .list_con:hover .txt_out {
      background-color: #23a691;
      color: #fff; }
    .services_list .list_con a {
      display: block;
      text-decoration: none; }
    .services_list .list_con h3 {
      color: #23a691;
      font-size: 20px;
      padding-bottom: 15px;
      font-weight: 700; }
    .services_list .list_con .img_out {
      overflow: hidden; }
      .services_list .list_con .img_out img {
        display: block;
        width: 100%;
        transition: all ease .3s; }
    .services_list .list_con .txt_out {
      background-color: #f9f9f9;
      box-sizing: border-box;
      box-shadow: 0 5px 5px 3px rgba(100, 100, 100, 0.3);
      padding: 20px;
      color: #333; }
	     .services_list .list_con p {
        font-size: 16px;
        line-height: 24px;
        }
      .services_list .list_con .txt_out p {
        font-size: 16px;
        line-height: 24px;
        min-height: calc(24px * 4); }
      .services_list .list_con .txt_out h6 {
        text-align: right;
        font-size: 14px;
        padding-top: 10px; }
        .services_list .list_con .txt_out h6 i {
          padding-left: 5px; }
      