@charset "utf-8";
/* CSS Document */

/**产品中心**/
.HomeHeader{width:100%;height:150px;margin:65px 0 35px;position:relative;float:left;}
.HomeHeader h3{width:100%;float:left;font-size:36px;line-height:36px;font-weight:bold;text-align:center;text-transform:capitalize;}
.HomeHeader img.dongtai{position:absolute;left:550px;bottom:26px;}
.HomeHeader2{height:auto;}
.HomeHeaderAbout img.dongtai{bottom:0px;}
.HomeProduct ul li{width:299px;height:299px;margin:0 0 1px 1px;float:left;position:relative;overflow:hidden;}
.HomeProductCont{width:299px;height:299px;position:absolute;left:0;top:0;padding:12px;box-sizing:border-box;background-color:rgba(51,51,51,.6);opacity:0;z-index:9;}
.HomeProductCont p{width:249px;text-align:center;font-size:16px;margin:100px 12px 0;line-height:26px;text-transform:capitalize;float:left;}
.HomeProduct ul li mark{width:297px;height:297px;border:1px solid #eee;overflow:hidden;display:block;float:left;}
.HomeProduct ul li img{width:100%;}

.HomeProductCont span{background-color:#fff;display:block;float:left;-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;transition-delay:.3s;-webkit-transition-delay:.2s;}
.HomeProductCont span.span{-webkit-transform: scale(0,1);transform: scale(0,1);}
.HomeProductCont span.span2{-webkit-transform: scale(1,0);transform: scale(1,0);}

.HomeProductCont span.spano{width:275px;height:1px;}
.HomeProductCont span.spant{width:1px;height:275px;}
.HomeProductCont span.spantt{width:1px;height:275px;}
.HomeProductCont span.spanf{width:276px;height:1px;}

.HomeProduct ul li:hover .HomeProductCont{opacity:1;}
.HomeProduct ul li:hover .HomeProductCont span{-webkit-transform: scale(1);transform: scale(1);}
.HomeProduct ul li:hover .HomeProductCont p{color:#FFF;}


/**产品分类**/
.hProductClass{text-align:center;margin:0 0 46px;}
.hProductClass ul{display:inline-block;}
.hProductClass ul li{float:left;border-right:1px solid #666;}
.hProductClass ul li a{font-size:16px;line-height:16px;padding:0 30px;}
.hProductClass ul li:first-child{border-left:1px solid #666;}
.hProductClassCont{height:700px;background-image:url(../images/HomeTwoImg.jpg);background-repeat:no-repeat;background-position:center top;}

.hProductClassWhole{height:445px;float:left;margin:132px 0;position:relative;}
.hProductClassWhole span{width:45px;height:45px;font-size:24px;text-align:center;line-height:45px;border-radius:45px;display:block;color:#FFF;background-color:#999;position:absolute;top:50%;margin:-22px 0 0 0;cursor:pointer;}
.hProductClassWhole span.prev{left:-45px;}
.hProductClassWhole span.next{right:-45px;}

.HomeProductClassFlash{width:1150px;margin:0 25px;height:445px;overflow:hidden;}
.HomeProductClassFlash ul{width:300%;float:left;}
.HomeProductClassFlash ul li{width:280px;height:435px;overflow:hidden;margin-right:10px;float:left;}
.HomeProductClassFlash ul li mark{width:280px;height:280px;border:none;float:left;overflow:hidden;display:block;}
.HomeProductClassFlash ul li mark img{width:100%;}
.HomeProductClassFlash ul li .art{width:100%;height:215px;float:left;padding:0 10px;background-color:#FFF;box-sizing:border-box;overflow:hidden;}
.HomeProductClassFlash ul li h3{height:60px;font-size:20px;text-transform:capitalize;line-height:25px;color:#444;margin:40px 0 14px;}
.HomeProductClassFlash ul li hr{width:55px;height:1px;background-color:#777;border:none;margin:0 0 60px;}
.HomeProductClassFlash ul li p{width:142px;height:35px;background-color:#666;line-height:35px;text-align:center;color:#FFf;border-radius:35px;margin:0 auto;}
.HomeProductClassFlash ul li:hover .art,.HomeProductClassFlash ul li.hover .art{margin:-60px 0 0 0;background-color:#ccc;}
.HomeProductClassFlash ul li:hover hr,.HomeProductClassFlash ul li.hover hr{margin:0 0 30px;}

/**关于我们**/
.HomeAbout img{float:left;margin-left:75px;}
.HomeAbout a{width:525px;height:450px;display:block;overflow:hidden;float:left;font-size:15px;color:#444;padding:60px 45px;line-height:30px;box-sizing:border-box;background-image:url(../images/HomeAboutImg.png);background-color:#fffbef;}
.HomeAbout a:hover{background-color:#f2f2f2;}

/**新闻中心**/
.indexNews ul{margin-top:30px;float:left;}
.indexNews ul li{width:380px;height:410px;background:#FFF;float:left;margin-right:30px; transition:all 0.6s linear 0s;margin-bottom:30px;}
.indexNews ul li.active{margin:0 0 0 0;}
#indexNewsImg{width:378px;height:220px;overflow:hidden;display:block;border:1px solid #ccc;position:relative;}
#indexNewsImg time{display:block;width:100px;height:45px;line-height:45px;text-align:center;font-size:18px;color:#FFF;background:#656565;position:absolute;left:50%;margin-left:-50px;bottom:0;}
#indexNewsImg img{width:378px;height:220px;}
.indexNews ul li:hover #indexNewsImg img{width:110%;height:110%;margin:-5%;}
.indexNews ul li h3 a{width:332px;margin:15px auto;display:block;font-size:16px;color:#111;}
.indexNews ul li .indexNewsCont a{width:332px;margin:15px auto;display:block;font-size:14px;line-height:24px;}
