﻿@charset "utf-8";
.ProductList_a1 {
  padding: 30px 0 30px 0;
}
.ProductList_a1 ul {
  padding-bottom: 60px;
  margin-left: 0%;
}
.ProductList_a1 li {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
  background: url(/images/icon2.png) no-repeat right center;
}
.ProductList_a1 li a {
  display: block;
  padding: 3px;
  height: 60px;
  border: solid 1px #e8e8e8;
  position: relative;
  transition: 0.6s;
}
.ProductList_a1 li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #0059af;
  z-index: -1;
  transition: 0.6s;
}
.ProductList_a1 li a:hover::before {
  width: 100%;
}
.ProductList_a1 li a:hover {
  color: #fff;
}
.ProductList_a1 li img {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  display: none;
}
.ProductList_a1 li a span {
  display: block;
  padding-left: 20px;
  line-height: 60px;
  font-size: 20px;
  font-family: "微软雅黑";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ProductList_a1 .til1 {
  margin: 0px 3% 30px 0%;
  font-size: 26px;
  text-align: center;
  font-family: "微软雅黑";
  font-weight: bold;
  color: #fff;
  height: 70px;
  line-height: 70px;
  background: url(/images/probg.jpg) no-repeat center;
}

@media only screen and (max-width: 1200px) {
  .ProductList_a1 li {
    width: 30.5%;
    margin-right: 2%;
    margin-bottom: 20px;
    float: left;
  }
}
@media only screen and (max-width: 800px) {
  .ProductList_a1 ul {
    padding-bottom: 60px;
    margin-left: 0%;
  }
  .ProductList_a1 {
    padding: 20px 0 10px 0;
  }
  .ProductList_a1 ul {
    padding-bottom: 20px;
  }
  .ProductList_a1 li {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 10px;
    float: left;
  }
  .ProductList_a1 .til1 {
    margin: 0px 3% 10px 3%;
  }
}

/*a.more{color: #009c73;display:inline-block;font-weight: lighter; border: 1px solid #009c73; position:relative; transition: 0.6s; padding: 7px; padding-left:25px; padding-right: 25px;font-size:16px;z-index:1;font-family:"微软雅黑";}
a.more::before{content: ""; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background:#009c73;z-index: -1;transition: 0.6s;}

a.more:hover{color:#fff;}
a.more:hover::before{width:100%;}
a.more.on{background:#009c73;color:#fff;}*/
