
.index_about{ overflow:hidden; padding-bottom:40px;}
.index_product{ background:#f3f3f3; overflow:hidden; padding-bottom:20px;}
.ab_tit h1{ font-size:30px; color:#1ebeb6; text-transform:uppercase;line-height:46px; font-weight:bold;}
.tit01{ font-size:32px; color:#333;}
.tit02{ font-size:28px; color:#ddd;}
.tit_pro h1{ font-size:50px; text-align:center;}
.tit_pro span{ color:#BA1C15;}
.ab_tit{ line-height:46px;}
.wz_txt{ line-height:36px; font-size:16px;margin-top:20px;}
.about_left{ width:100%; padding-top:50px;}
.about_tubiao{ width:100%; margin-top:20px;}
.about_tubiao ul li{ background-image: -ms-linear-gradient(top, #1DB9A0 0%, #4d94c4 100%);
	background-image: -moz-linear-gradient(top,  #1DB9A0 0%, #4d94c4 100%);
	background-image: -o-linear-gradient(top,  #1DB9A0 0%, #4d94c4 100%);
	background-image: -webkit-gradient(linear, top top, right top, color-stop(0,  #1DB9A0), color-stop(100, #4d94c4));
	background-image: -webkit-linear-gradient(top,  #1DB9A0 0%, #4d94c4 100%);
	background-image: linear-gradient(to bottom,  #1DB9A0 0%, #4d94c4 100%);  width:48%; height:120px; float:left; margin-right:4%; margin-bottom:20px; text-align:center; text-transform:uppercase; }
.about_tubiao ul li:nth-child(2n){ margin-right:0;}
.about_tubiao ul li img{ padding-top:15px;}
.about_tubiao ul li p{ font-size:18px; color:#FFFFFF; margin-top:10px;}

.index_tit{ text-align:center; padding:30px 0 30px 0;}
.index_tit h4 {color:#1ebeb6; font-weight: 600;text-transform: uppercase; font-size:28px;}
.index_tit h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 1px; font-size:28px;
}
.index_tit h2::before {
  	background-image: -ms-linear-gradient(left, #1DB9A0 0%, #4d94c4 100%);
	background-image: -moz-linear-gradient(left,  #1DB9A0 0%, #4d94c4 100%);
	background-image: -o-linear-gradient(left,  #1DB9A0 0%, #4d94c4 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0,  #1DB9A0), color-stop(100, #4d94c4));
	background-image: -webkit-linear-gradient(left,  #1DB9A0 0%, #4d94c4 100%);
	background-image: linear-gradient(to right,  #1DB9A0 0%, #4d94c4 100%);
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.index_tit h2::after {
  	background-image: -ms-linear-gradient(left, #1DB9A0 0%, #4d94c4 100%);
	background-image: -moz-linear-gradient(left,  #1DB9A0 0%, #4d94c4 100%);
	background-image: -o-linear-gradient(left,  #1DB9A0 0%, #4d94c4 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0,  #1DB9A0), color-stop(100, #4d94c4));
	background-image: -webkit-linear-gradient(left,  #1DB9A0 0%, #4d94c4 100%);
	background-image: linear-gradient(to right,  #1DB9A0 0%, #4d94c4 100%);
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}
.index_tit p{ font-size:16px; margin-top:10px;}
.btn-gradient::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(29,185,160,1) 0%, rgba(77,148,196,1) 100%);
  transition: all 0.35s ease-in-out;
  z-index: -1;
  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #1ebeb6;
}

.pro_jj{ padding:10px 20px 20px 20px;}
.pro_tit{ font-size:20px;margin-bottom:10px;}
.pro_txt{ font-size:16px; margin-bottom:10px; color:#696969;}

.index_products{ background:#f3f3f3; padding-bottom:30px;}
.index_news{ padding-top:30px; padding-bottom:60px;}
.slick-slide01{ background:#fff; width:23%; margin-left:1%; margin-right:1%; float:left;}
.featured-title h5 a strong{ color:#333; font-size:18px;}
.featured-desc p{ font-size:16px;}
.post-link a:hover i{ color:#fff;}
.featured-imagebox-post.style1:hover .fa-angle-right{color:#fff;}

/* post */
.featured-imagebox-post{
    position: relative;
    overflow: visible;

}
.featured-imagebox-post .featured-content .featured-title h5{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.featured-imagebox-post .featured-content .featured-title h5 a{ color:#333;}
.featured-imagebox-post .featured-desc p{
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: 0;
}
.featured-imagebox-post .featured-content{
    position: relative;
}
.featured-imagebox-post .ttm-box-post-date{
    height: auto;
    width: auto;
    position: absolute;
    top: -15px;
    right: 20px;
    background-color: #a9c200;
    color: #fff;
    padding: 3px 15px;
    z-index: 2;
    font-size: 15px;
}
.featured-imagebox-post .post-meta span{ 
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 15px;
    line-height: 15px;
    color: #666d81;
    margin-bottom: 7px;
}
.featured-imagebox-post .post-meta span:last-child{
    margin-right: 0;
}
.featured-imagebox-post .post-meta span:not(:last-child):after{
    position: absolute;
    background-color: #e7eaee;
    display: inline-block;
    content: "";
    width: 1px;
    height: 15px;
    vertical-align: middle;
    margin: 0 10px;
    top: 0;
}
.featured-imagebox-post .post-meta span i{ padding-right: 5px; }


/* post--style1 */
.featured-imagebox-post.style1{
    text-align: center;
    padding: 10px 10px 0;
    transition: all .4s;
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.featured-imagebox-post.style1:hover{
    box-shadow: 0px 0 22px 0 rgba(0, 0, 0, 0.08);
}
.featured-imagebox-post.style1 .post-meta{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 10px 5px;
    background-color: rgba(255,255,255,.8);
}
.featured-imagebox-post.style1 .post-meta span:not(:last-child):after{
    background-color: #d0d0d0;
}
.featured-imagebox-post.style1 .featured-content{ 
    padding: 25px 25px 25px 25px;
}
.featured-imagebox-post.style1 .featured-content .post_box-footer {
    padding-top: 25px;
    margin-top: 25px;
    position: relative;
    border-top: 1px solid #efefef;
    transition: all .4s;
}
.featured-imagebox-post.style1:hover .featured-content .post_box-footer{
    border-color:#1ebeb6;
}
.featured-imagebox-post.style1 .featured-content .post_box-footer a {
    display: block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    border: 1px solid #efefef;
    margin: 0 auto; color:#1ebeb6;
}
.featured-imagebox-post.style1 .featured-content .post_box-footer:before {
    width: 0;
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    position: absolute;
    content: '';
    border: 1px dashed transparent;
    border-bottom: 0;
    margin: 0 auto;
    transition: all .4s;
}
.featured-imagebox-post.style1:hover .featured-content .post_box-footer:before {
    width: 100%;
}