/*= Reset CSS 
============= */

.container{
	margin: 0 auto;
	max-width: 100%;
	
}
h2{color: #fff; float: left; width: 100%; font-size: 24px; font-weight: 400; text-align: center; padding: 50px 0 40px; position: relative; z-index: 50;}
h2 span{position: relative; padding-bottom: 10px;}
h2 span:after{content: ""; width: 50%; height: 3px; background-color: #fff; position: absolute; left: 25%; bottom: 0;}
*{margin: 0; padding: 0; }
img{max-width: 100%; vertical-align: middle;}
.full-length{width: 100%; float: left; padding-bottom: 80px;}
.container ul{margin: 0 -1.5%;}
.container_tu {
	background-color: #f1f1f1;
	float: left;
	height: 220px;
	width: 214px;
	margin-top: 15px;
	margin-right: 12px;
	margin-left: 12px; border-radius:5px;
}.container_tu_p1 {
	line-height: 50px!important;
	height: 50px!important;
	width: 214px;
	text-align: center;
}
.container li{
	float: left;
	width: 214px;
	list-style: none;
	display: inline;
	height: 175px;
}
.container li img {
	width: 208px;
	height: 175px;
	padding: 3px; border-radius:5px;
}

.lj{
	float: left;
	width: 290px;
	list-style: none;
	color: #ffbf00;
}

h3{
	font-size: 25px;
	
	font-weight: bold;
	color: #FFF;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.btn{
}.btn img {
	width: 19px!important;
	height: 20px!important;
	margin-top: 20px;	
}
.btn:hover{
	background-color: transparent;
	color: #FFFFFF;
	transition: 0.4s;
}
.text-desc{
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,105,189,0.65);
	border-radius: 5px;
	height: 100%;
	opacity: 0;
	width: 214px;
}
/*= Reset CSS End
================= *

/* effect-1 css */
.text-desc p {
	line-height: 22px;
	color: #FFF;
	font-size: 13px;
	padding-right: 30px;
	padding-left: 30px;
	width: 154px;
	float: left;
	
}
.port-1{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.port-1 .text-desc{
	opacity: 0.9;
	top: -100%;
	transition: 0.5s;
	color: #000;
}
.port-1 img{transition: 0.5s;}
.port-1:hover img{transform: scale(1);}

.port-1.effect-1:hover .text-desc{top: 0;}

.port-1.effect-2 .text-desc{top: auto; bottom: -100%;}
.port-1.effect-2:hover .text-desc{bottom: 0;}

.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: 45px 20px 20px;}
/* effect-1 css end */
