/*banner*/
.slideBox{ width:100%; height:900px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; bottom:12px; left:45%;z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:20px;  width:36px; height:4px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#0076d4; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:1920px;  position:absolute; left:50%; margin-left:-960px;}

/*关于我们*/
.content{ margin-top:50px;}
.title{ font-size:24px; text-align:center; margin-bottom:40px;}
.atext{ width:770px;  line-height:200%;}
.aimg{ width:400px; height:290px; overflow:hidden;}
.aimg img{ width:100%;}
.picMarquee-left{ width:1200px;overflow:hidden; position:relative; margin-top:40px;}
.picMarquee-left .bd{ padding:0;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1;}
.picMarquee-left .bd ul li{ margin:0 55px; float:left; _display:inline; overflow:hidden; text-align:center;}
.picMarquee-left .bd ul li .pic{ text-align:center;}
.picMarquee-left .bd ul li .pic img{ width:290px; height:345px; display:block;}
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;}
.picMarquee-left .bd ul li .title{ line-height:24px;}

/*产品中心*/
.pro{ background:url(../images/probg_22.jpg) no-repeat top center; margin-top:50px; padding-top:40px; padding-bottom:10px;}
.prolist li{ float:left; margin-right:20px; margin-bottom:20px;}
.prolist li:nth-of-type(4n){ margin-right:0;}
.prolist li .tu{ width:285px; height:285px; overflow:hidden;}
.prolist li .tu img{width:285px; height:285px; display:block; margin:auto;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.prolist li .tu img:hover{transform: scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1); 	/* IE 9 */
	-moz-transform:scale(1.1, 1.1); 	/* Firefox */
	-webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1, 1.1); 	/* Opera */}
.prolist li .wen{ font-size:18px; text-align:center; line-height:48px;}
.prolist li .wen a:hover{ color:#0076d4;}

/*新闻中心*/
.new li{ float:left; width:380px; margin-right:30px;}
.new li img{ max-width:100%; }
.new li:nth-of-type(3n){ margin-right:0;}
.new .timu{ font-size:16px; margin-top:10px; line-height:30px; height:30px; overflow:hidden;text-overflow:ellipsis; white-space: nowrap; }
.new .date{ color:#666; line-height:24px;}
