@charset "utf-8";
/* CSS Document */
/*沐槿制作*/
*{ margin:0; padding:0}
a{ text-decoration:none;}
.clear{ clear:both; overflow:hidden;}
body{ background-color:#d1e1f1; font-family:Arial, Helvetica, sans-serif;}
li{ list-style:none;}
/*导航蓝条*/
.div_topBlue{ width:100%; background-color:#00499f; height:6px;}
/*banner*/
.banner { position: relative; overflow: auto; text-align: center;}
.banner li { list-style: none; }
.banner ul li { float: left; }
#b02 { width: 100%;}
/*产品类别*/
.div_productAll{ width:1200px; margin:0 auto;padding-top:30px;}
.div_productTitle img{ width:292px; height:134px; float:left;}
.div_product{ width:900px; float:right; height:130px; overflow-y:auto; }
.hvr-underline-from-left {
  display: inline-block;
  border-radius:10px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
 -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  font-weight:700;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;  
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #005aad;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
[class^="hvr-"] {
  margin: .4em;
  padding: 1em;
  /*width:150px;
  height:50px;*/
  cursor: pointer;
  background: #fff;
  text-decoration: none;
  font-size:14px;
  color: #666;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*产品*/
.div_productText{ width:1200px; margin:0 auto; margin-top:30px;}
.div_productText ul{ }
.div_productText ul li{ float:left; width:238px; text-align:center;}
.div_productText ul li a{ color:#505050;}
/*底部蓝条*/
.div_footerBule{ width:100%; background-color:#00326f; height:18px;}











