/*= Reset CSS 
============= */
.qbff{
	float: left;
	width: 1200px;
}
.qbff_box1{
	float: left;
	width: 1200px;
}
.qbff_box2{
	float: left;
	width: 1200px;
}
.rr{
	float: left;
	height: 507px;
	width: 634px;
	padding: 10px;
	display: block;
}
.pp{height: 507px;
	width: 634px;}



h3{
	font-size: 28px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #FFF;
	margin-top: 174px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	
}

.btn{
	display: inline-block;
	font-size: 12px;
	color: #c41624;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-decoration: none;
	transition: 0.4s;
	font-family: "微软雅黑";
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 20px;
}
.btn:hover{
	background-color: transparent;
	color: #FFFFFF;
	transition: 0.4s;
}
.text-desc{position: absolute; left: 0; top: 0; background-color:#004a9f; height: 440px; opacity: 0; width: 634px; padding: 0px;}
/*= Reset CSS End
================= *

/* effect-1 css */
.text-desc p {
	line-height: 25px;
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.port-1{
	float: left;
	width: 594px;
	position: relative;
	overflow: hidden;
	text-align: center;

}
.port-1 .text-desc{opacity: 0.8; top: -100%; transition: 0.5s; color: #000; padding: 0px;}
.port-1 img{transition: 0.5s;}
.port-1:hover img{transform: scale(1.2);}

.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: 594px; top: 0; left: 0; height: 440px; padding: 0px;}
/* effect-1 css end */
