body{background: #f1f1f1;}
.banner{width: 100%;margin-top: 90px;height: 390px;}
.about{width: 100%;padding: 80px 0px;background: #fff;}
.about-a{width: 1200px;margin: 0 auto;height: 180px;}
.about-b{width:575px;height: 180px;float: left; }
.about-b-a{width: 256px;height: 121px;padding-top:30px;margin: 0 auto; }
.about-c{width: 500px;height: 180px;float: left;}
.about-c p{font-size: 18px;color: #333;line-height: 30px;}
.about-c p.p1{margin-top: 30px;}

.produce{width: 100%;float: left;padding: 60px 0px;}
.produce h3{text-align: center;font-size: 30px;color: #333;}
.produce p.aa{text-align: center;font-size: 16px;color: #666;padding-top: 10px;}
.produce-a{width: 1214px;margin: 0 auto;margin-top: 30px;}
.produce-a li{width:286px;height: 124px;overflow: hidden;float: left;margin: 7px;position: relative;background: url("../images/g_09.jpg")/*tpa=http://gz.seefung.com/templates/seefungpc/images/g_09.jpg*/;z-index: 1; }
.produce-b{width: 286px;height: 120px;position: absolute;top: 0;}
a.animBtn:link, a.animBtn:visited {
  position: relative;
  display: block;
  width: 100%;
  height: 124px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  /*text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);*/
  text-shadow:0 1px 1px rgba(0,0,0,0.2);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
a.animBtn:link:after, a.animBtn:visited:after {
  content: "";
  position: absolute;
  background: none repeat scroll 0 0 rgba(255,255,255,0.4);
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
a.animBtn:link:hover, a.animBtn:visited:hover {
  color: #333;
  text-shadow: none;
}
a.animBtn:link:hover:after, a.animBtn:visited:hover:after {
  height: 420%;
}

a.animBtn.themeA:after {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
a.animBtn.themeB:after {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
a.animBtn.themeC:after {
  opacity: .5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
a.animBtn.themeC:hover:after {
  height: 140%;
  opacity: 1;
}
a.animBtn.themeD:after {
  width: 0%;
  border-radius: 50%;
  opacity: .5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
a.animBtn.themeD:hover:after {
  height: 450%;
  width: 110%;
  opacity: 1;
}
.produce-b{color: #fff;}
.produce-b h4{padding: 10px 0px 5px 0px; font-size: 36px;text-align: center;color: #fff;}
.produce-b p.p1{text-align: center;font-size: 16px;font-weight: 100;color: #fff;}
.produce-b p.p2{text-align: center;font-size: 18px;font-weight: 100;color: #fff;}
/*a.animBtn:link:hover .produce-b h4, a.animBtn:visited:hover .produce-b h4{
  color: #fff;
  box-shadow: none;
  opacity: 1;
}
*/

.sytd{width: 100%;padding: 10px 0px;float: left;background: #fff;}
.sytd h3{text-align: center;font-size: 30px;color: #333;}
.sytd p.aa{text-align: center;font-size: 16px;color: #666;padding-top: 10px;}
.sytd-a{width: 1200px;margin: 0 auto; margin-top: 30px;}
.sytd-b{width: 100%;margin-top: 20px;}
.sytd-c{float: left;width: 540px; padding:50px; }
.sytd-c p{font-size: 14px;color: #333;line-height: 30px;}
.sytd-d{width: 520px;float: right;}
.sytd-d li{width: 100%;height: 30px;margin-bottom: 15px;}
.sytd-d-a{width: 75px;height: 30px;background: #d21720;text-align: center;line-height: 30px;color: #fff;float: left;}
.sytd-d-a p{font-size: 14px;}
.sytd-d-b{width:410px;height: 30px;
 background: -webkit-linear-gradient(left, #fdeeee , #fdeeee); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #fdeeee, #fdeeee); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #fdeeee, #fdeeee); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #fdeeee , #fdeeee); /* 标准的语法（必须放在最后） */
    transform:  border-radius: 3px;text-align: center;line-height: 30px;color: #000;float: left;margin-left: 0px;}
.sytd-d-b p{ font-size: 14px;text-align: left;text-indent: 20px;}

.hz{width: 100%;padding: 60px 0px;float: left;}
.hz h3{text-align: center;font-size: 30px;color: #333;}
.hz p.aa{text-align: center;font-size: 16px;color: #666;padding-top: 10px;}
.hz-a{width: 1214px;margin: 0 auto;margin-top: 15px;}
.hz-a li{width: 228px;height: 100px;overflow: hidden;margin: 7px;float: left;background: #fff;}

.lzz{width: 100%;padding: 60px 0px;float: left;background: #fff;}
.lzz-a{width: 1200px;margin: 0 auto;}
.lzz-aa{ width:56px; float:left; background:url(http://bj.unerad.com/images/phone.jpg); height:65px;}
.lzz-bb{ width:56px; float:left; background:url(http://bj.unerad.com/images/ade.jpg); height:65px;}
.lzz-b{float: left;width:230px; margin-bottom:50px; margin-left:10px;}
.lzz-b p{font-size: 16px;line-height: 30px;color: #333;}

.abou{ width:1200px;   }
.about img{ width:200px; margin:0px auto;}
.abou2{ width:1200px; height:240px;}
.abou2 .a1{ width:238px; height:10px; float:left; color:#a8a8a8;}
.abou2 .a11{ width:108px; text-align:right; color:#6e6e6e; font-size:30px; height:50px; font-weight:bold; float:left;}
.abou2 .a123{  color:#6e6e6e; width:50px; padding-top:15px; font-size:14px;  float:left;}
 
