@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px;}
body{font-size:14px;font-family:"微软雅黑";}
ul{ list-style:none;}
img{ border:none;}
a{text-decoration:none;}
.clear{clear:both;}
input{border:none;outline:none; background:none;font-family:"微软雅黑";}
em{ font-style:normal;}




/*----product----↓↓↓*/
#product2{margin-top:20px;}
.product{width:1200px;margin:0 auto;margin-top:43px;}
.product .l{width:350px;float:left;font-size:12px;}
.product .l h1{width:350px;height:105px;background:#0758b3;text-align:center;}
.product .l h1 img{margin-top:30px;}
.product .l .c{width:350px;border:1px solid #ccc;border-top:none; box-sizing:border-box;}
.product .l .c dl{margin-bottom:17px;}
.product .l .c dt{width:344px;height:53px;background:#f0f0f0;border-left:4px solid #009505;line-height:53px;}
.product .l .c dt a{font-weight:bold;color:#000;font-size:18px;margin-left:19px;}
.product dd{  margin: 17px 19px;overflow: hidden;}
.product dd span{float: left;width: 50%;height: 30px;line-height: 30px;overflow: hidden;}
.product dd span a{color:#666;}
.product dd span a:hover{color:#009505; text-decoration:underline;padding-left:10px;transition:0.2s;}
.product dd span .activ{color:#009505; text-decoration:underline;padding-left:10px;transition:0.2s;}
.product .r{width:808px;float:right;}
.product .r .title{width:808px;height:23px;line-height:23px; background:url(../images/title_bg.gif);text-align:center;margin-top:25px;}
.product .r .title h1{width:132px;height:23px; background:#fff;text-align:center;color:#0045a4;font-size:24px;margin:0 auto;}
.product .r ul{width:808px;height:400px;}
.product .r ul li{width:270px;*width:267px;float:left;border:1px solid #ccc;height:400px;box-sizing:border-box;text-align:center; margin:40px 0 -1px -1px; position:relative; z-index:0; }
.product .r ul li a{color:#000}
.product .r ul li a img{width:242px;height:201px;margin-top:12px;}
.product .r ul li a p{line-height:24px;font-size:14px;margin-top:38px;}
.product .r ul li a em{color:#666;font-size:12px;}
.product .r ul li a span{display:inline-block;width:128px;height:28px; background:#8d8d8d;color:#fff;text-align:center;line-height:28px;border-radius:15px;margin-top:38px; overflow:hidden;}
.product .r ul li:hover{border:2px solid #009505;width:269px;*width:267px;height:400px; overflow:hidden;}
.product .r ul li:hover span{background:#009505;}
.product .r ul li:hover img{ transform:scale(1.1);transition:all 0.3s;}

