﻿#productnav_layer{
  height: 42px;
  margin: 40px 0;
}
#productnav_layer li.wp_subtop {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  position: relative;
  float: left;
  padding-bottom: 0px;
  margin-right: 0;
}
#productnav_layer li.wp_subtop {
  width: 131px;
  background-color: aliceblue;
}
#productnav_layer li.wp_subtop {
  background-image: url(../image/an_7.jpg);
}
#productnav_layer li.lihover,#productnav_layer li:hover { 
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-image: url(/css/images/menu6_hover_7.jpg);
  background-repeat: repeat-x;
  background-color: transparent;
  background-position: top left;
  background-image: url(/css/images/png_bg_9.png);
  background-color: #118d72;
  background-position: center center;
  width: 131px;
}

#productnav_layer li.wp_subtop>a {  
  color: #666666;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-family: arial;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 14px;
}
#productnav_layer li>a.ahover,#productnav_layer li:hover>a {
  color: #fff;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 14px;
}
._product .clear__float li {
  width: 25%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 15px;
  
}
._product .clear__float li .con {
  box-sizing: border-box;
  padding: 15px;
  position: relative;
  height: 390px;
  background-color: #00af8e;
  border: 1px solid #CCC;
}
._product .clear__float li .con img {   
  max-width: 100%;
  max-height: 100%;
}
._product .clear__float li .con .tit {
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  text-align:center;  
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
._product .clear__float li .con .Summary{
  line-height: 25px;
  text-align: left;
  font-size: 12px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
._product .clear__float li:hover .con .tit{
  color: #ffffff;
  background: #00af8e;
}
._product .clear__float li .con a{
  position: absolute;
  bottom: -15px;
  display: inline-block;
  background: #ffc24d;
  color: #FFF;
  font-size: 14px;
  padding: 9px 0;
  width: 140px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  left: 50%;
  margin-left: -70px;
}
._product .clear__float li .con a:hover{
  opacity: 0.8;
}
/*移动*/
@media screen and (max-width: 950px) {
  .banner__static {
    height: 200px;
}
#productnav_layer {
  height: 32px;
  margin: 0;
}
#productnav_layer li.lihover, #productnav_layer li:hover{
  height: 32px;
  line-height: 32px;
  width: auto;
}
#productnav_layer li.wp_subtop {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  position: relative;
  float: left;
  padding-bottom: 0px;
  margin-right: 0;
  width: 65px;
  background-color: aliceblue;
}
#productnav_layer li.wp_subtop {
  background-image: url(../image/an_7.jpg);
}
#productnav_layer li.lihover,#productnav_layer li:hover {
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-image: url(/css/images/menu6_hover_7.jpg);
  background-repeat: repeat-x;
  background-color: transparent;
  background-position: top left;
  background-image: url(/css/images/png_bg_9.png);
  background-color: #118d72;
  background-position: center center;
  width: 65px;
}

#productnav_layer li.wp_subtop>a {  
  color: #666666;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-family: arial;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 14px;
}
#productnav_layer li>a.ahover,#productnav_layer li:hover>a {
  color: #fff;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 14px;
}
._product .clear__float li {
  width: 50%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 15px;
  
}
._product .clear__float li .con {
  box-sizing: border-box;
  padding: 15px;
  position: relative;
  height: 250px;
  background-color: #00af8e;
  border: 1px solid #CCC;
}
._product .clear__float li .con img {   
  max-width: 100%;
  max-height: 100%;
}
._product .clear__float li .con .tit {
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 14px;
  color: #fff;
  text-align:center;  
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
._product .clear__float li .con .Summary{
  line-height: 20px;
  text-align: left;
  font-size: 12px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

._product .clear__float li:hover .con .tit{
  color: #ffffff;
  background: #00af8e;
}
._product .clear__float li .con a{
  position: absolute;
  bottom: -15px;
  display: inline-block;
  background: #ffc24d;
  color: #FFF;
  font-size: 14px;
  padding: 4px 0;
  width: 90px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  left: 50%;
  margin-left: -45px;
}
.banner__static ._container{
  width:100%;
}
.banner__static ._con{
    margin-top: 50px;
    margin-left: 20px;
}
}
._product .clear__float li .con a:hover{
  opacity: 0.8;
}







