

.container{margin: 20px auto; width: 1050px;  }
img{max-width: 100%; vertical-align: middle;}
.full-length{width: 1000px; margin: 0 auto; overflow:hidden;   }
.full-length ul{ }
.full-length ul li{float: left; width:480px; height:220px; overflow:hidden; margin:22px 40px 22px 0px; list-style: none; padding:0; }
.full-length ul li a{ color:#FFF; text-decoration:none; }
.full-length .text{float: left; width:480px; height:220px; margin:0px; list-style: none; padding:0;background-color:#f46100; }
.full-length .text h3{ padding:80px 20px 40px 20px; text-align:center; line-height:20px; font-weight:normal;  }


.full-length2{width: 1000px; margin: 0 auto; overflow:hidden;   }
.full-length2 ul{ }
.full-length2 ul li{float: left; width:217px; height:165px; overflow:hidden; margin:22px 44px 22px 0px; list-style: none; padding:0; }
.full-length2 ul li a{ color:#FFF; text-decoration:none; }
.full-length2 .text{float: left; width:217px; height:165px; margin:0px; list-style: none; padding:0;background-color:#f46100;opacity: 0.95; }
.full-length2 .text h3{ padding:50px 40px 40px 40px; text-align:left; line-height:22px; font-weight:normal; font-size:17px;}


.text-desc{position: absolute; left: 0; top: 0; background-color: #fff; height: 100%; opacity: 0; width: 100%; padding: 0px;}

/* effect-1 css */
.port-1{float: left; width: 100%; position: relative; overflow: hidden; text-align: center; border: 0px solid rgba(255, 255, 255, 0.7);}
.port-1 .text-desc{
	opacity: 0.8; top: -100%; color: #000; padding:0px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.port-1 img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.port-1:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}


.port-1.effect-3 .text-desc{top: 50%; left: 50%; width: 0; height: 0; overflow: hidden; padding: 0;}
.port-1.effect-3:hover .text-desc{width: 100%; top: 0; left: 0; height: 100%; padding:0px;}
/* effect-1 css end */

