@charset "utf-8";
.Header-wrapper, .Container-wrapper, .Footer-wrapper, .container, .banner-container, .index-container{position:relative;left:0px;width:100%;height:auto;}
.contain{ width:94%; max-width:1200px;margin:0 auto;position:relative;}
/*产品中心*/
.index-pro{padding: 50px 0;background: #f5f5f5;}
.iPro-t{width:610px;text-align:center;line-height:26px;color:#666666;margin:10px auto 0;}
.iPro-list{}
.iPro-list li{padding: 0 0 35px;width: 19.1111%;text-align:center;background: #ffffff;position:relative;float:left;margin:0 0 0 1.1111%;}
.iPro-list li:first-child{margin:0px;}
.iPro-list .iPro-img{font-size:0px;overflow:hidden;} 
.iPro-img img{
	max-width:100%;
	max-height:100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;}
.iPro-img img:hover{
	-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);}
.iPro-list .iPro-type{
    display:inline-block;
    line-height:40px;
    color: #333;
    font-size: 16px;
    border-bottom: 2px solid #0060b2;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    }
.iPro-list .iPro-type:hover{color: #0e5fac;}
.iPro-list .iPro-box{padding: 15% 10%;width: 80%;height: 78%;color:#fff;background:rgba(230,136,34,.9);position:absolute;top:0px;left:0px;opacity:0;}
.iPro-box .type{padding: 0 0 10px;line-height:32px;font-size:18px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.6);margin:32px 0 0;}
.iPro-box .list{overflow:hidden;margin: 15px 0 0;}
.iPro-box .list a{display:block;padding: 0 0 0 6%;color: #fff;width: 44%;text-align:left;line-height: 28px;font-size: 14px;background:url(../images/icon-l3.png) no-repeat left center;float:left;}
.iPro-list li:hover .iPro-box{opacity:1;}