/*首页轮播图*/
.banner{ width:100%;  position:relative;  height:400px;}
.banner .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.banner .bd ul{ width:100% !important;  }
.banner .bd li{ width:100% !important;  height:400px; overflow:hidden; text-align:center;  }
.banner .bd li a{ display:block; height:400px; }
.banner .hd{ width:100%;  position:absolute; z-index:1; bottom:10px; left:0; height:30px; line-height:30px; text-align:center;}
.banner .hd ul{ text-align:center;  padding-top:5px;  }
.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px 7px;overflow:hidden; line-height:9999px; border:1px solid #0268b3;border-radius:100px;}
.banner .hd ul .on{ background:#0268b3; }
/*--首页轮播图*/


/*正文*/
.container{height:auto;width:100%;overflow:hidden;}
.container .title{background:url(images/titleLine.png) no-repeat center center ;font-size:24px;color:#0268b3;text-align:center;letter-spacing:3px;margin-bottom:40px;}

/*产品系列*/
.product{height:auto;width:100%;overflow:hidden;background:#fff;padding:40px 0;}
.product .proW1000{height:auto;width:960px;overflow:hidden;margin:0 auto;padding:0 20px;}
.product ul{text-align:center;clear:both;width:960px;margin:0 auto;}
.product ul li{display:block;width:240px;float:left;}
.product ul li .proIcon a{width:170px;height:140px;background:#015abd;display:inline-block;text-align:center;transition:all 1s ease;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;}
.product ul li .proIcon a:hover{background:#00438e;}
.product ul li .proIcon a img{display:inline-block;margin-top:32px;}
.product ul li .proIcon a:hover img{transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;}
.product ul li .proInfo h3{color:#333;margin:10px 0;font-size:16px;}
.product ul li .proInfo p{color:#555;font-size:12px;line-height:18px;padding:0 20px;}
/*--产品系列*/

/*新闻中心*/
.company{width:1000px;height:auto;overflow:hidden;margin:0 auto;padding:40px 0;}
.company .news{width:635px;float:left;height:325px;padding:5px;background:#fff;}
.company .news .newsTitle{width:185px;float:left;height:325px;background:#00438e;color:#fff;}
.company .news .newsTitle .titleInfo{width:auto;height:auto;margin:80px 0 0 37px;}
.company .news .newsTitle h2{font-size:36px;}
.company .news .newsTitle h3{font-size:24px;margin:15px 0;font-weight:normal;}
.company .news .newsTitle .more{font-size:12px;display:block;border:1px solid #fff;width:50px;height:23px;line-height:23px;color:#fff;text-align:center;}
.company .news .newsTitle .more:hover{color:#dcecfe;border:1px solid #00438e;}
.company .news .newsList{width:410px;float:right;padding:0 20px;}
.company .news .newsList ul li{font-size:14px;margin:15px 0;height:auto;}
.company .news .newsList ul li a{color:#444;height:24px;line-height:24px;background:url(images/dot.png) no-repeat left center;padding-left:20px;}
.company .news .newsList ul li a:hover{color:#00438e;}
.company .news .newsList ul li span{float:right;color:#666;font-size:12px;}

.company .news .newsList ul .newsDetail{height:auto;overflow:hidden;margin:20px 0;border-bottom:1px dotted #eee;padding-bottom:15px;background:none;}
.company .news .newsList ul .newsDetail .newsDate{display:block;width:65px;height:65px;background:#e4e4e4;text-align:center;float:left;font-size:14px;}
.company .news .newsList ul .newsDetail .newsDate strong{display:block;border-bottom:1px solid #c7c6c6;width:50px;height:30px;margin:0 auto;line-height:30px;}
.company .news .newsList ul .newsDetail .newsDate span{display:block;width:65px;height:30px;margin:0 auto;line-height:30px;}
.company .news .newsList ul .newsDetail .newsInfo{float:right;width:320px;}
.company .news .newsList ul .newsDetail .newsInfo a{display:block;color:#444;font-size:16px;line-height:24px;font-weight:bold;margin-bottom:5px;}
.company .news .newsList ul .newsDetail .newsInfo a:hover{color:#00438e;}
.company .news .newsList ul .newsDetail .newsInfo p{color:#555;font-size:12px;text-indent:24px;line-height:20px;}


.company .comInfo{width:330px;float:right;}
.company .comInfo ul li{display:block;margin:15px 0;}
.company .comInfo ul li a{display:block;}
.company .comInfo ul li a:hover img{opacity:0.8;filter:alpha(opacity=80);transition:all 0.3s ease;-webkit-transition:all  0.3s ease;-moz-transition:all  0.3s ease;-o-transition:all  0.3s ease;}
/*--新闻中心*/


/*产品展示*/
.productList{width:1000px;margin:0 auto;}
.slidePro{ overflow:hidden; zoom:1;position:relative;top:0;left:0;   }
.slidePro ul{ overflow:hidden; zoom:1;height:210px;text-align:center;  }
.slidePro ul li{ margin:0 10px; display:inline-block; text-align:center;width:230px;height:210px;position:relative;top:0;left:0;  }
.slidePro ul li:hover .proTitle a{ background:#014489;}
.slidePro ul li .proPic{ text-align:center;position:absolute;top:0;left:0; }
.slidePro ul li .proPic img{ width:230px;height:210px;display:block;   }
.slidePro ul li .proTitle{position:absolute;bottom:0;left:0;font-size:14px; text-align:center;z-index:10;line-height:30px;height:30px;width:230px; }
.slidePro ul li .proTitle a{  background:url(images/bg.png);color:#fff;font-size:14px;display:block; }

.slidePro .sPrev,.slidePro .sNext{ position:absolute;left:9px; top:50%;margin-top:-17px; display:block; width:34px; height:34px; background:#014489;z-index:999; font-family:"宋体";font-size:18px;text-align:center;line-height:36px;color:#fff;opacity:0.75;filter:alpha(opacity=75);}
.slidePro .sNext{ left:auto; right:9px; }
.slidePro .sPrev:hover,.slidePro .sNext:hover{ opacity:1;filter:alpha(opacity=100);  }
/*--产品展示*/


/*--正文*/