@charset "utf-8";
/* CSS Document */
.pro_box{ clear:both; overflow:hidden; margin:5% 0 0 0; }
.box_cp{ width:100%;}
.box_cp li {
     float:left;
	 width:31%;
	position: relative;
	margin: 0 1% 30px 1%;
	z-index: 10;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.box_cp li:hover {
	-webkit-transform: translateY(-76px);
	transform: translateY(-76px);
}


.title1 {

	background-color:#ffd701;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-weight: 600;
	display: block;
	padding-left: 26.5px;
	padding-right: 26.5px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: -10px;
	z-index: 11;
	color: #333;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;

}

.title1:hover {
	background-color:#3b91e1;
	color: #fff;
}

.title1:before {

	content: '';
	position: absolute;
	bottom: 100%;
	left: -20px;
	width: 20px;
	height: 20px;
	background-color: #ffd701;
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.title1:hover:before {
	background-color: #3b91e1;
}

.imgbox {
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}



.box_cp li:hover .imgbox {
	-webkit-transform: translateY(76px);
	transform: translateY(76px);
}

.image-inner { border:1px solid #eee; 
	position: relative; 
	overflow: hidden;
	background-color:#063b76;
	z-index:10;
}

.image-inner>img {
	width: 100%; display:block;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}



.box_cp li:hover .image-inner>img {
	opacity: 0.2;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.con { padding:0 7%;
	text-align: center;
	background-color: #f7f7f7;
	padding-top: 53px;
	padding-bottom: 55px;
	position:relative;
}

.con h3 { height:50px;
	margin: 0;
	text-transform: uppercase;
	
	font-weight: bold;
	color: #063a7a;
	margin-bottom: 24px;
}


.con h3 a {font-size: 22px; display:block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.con h3 a:hover {
	color: #fff;
}



.con p {
	margin: 0 auto;
	width:100%; line-height:26px;
	color: #838a93;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;
}


.box_cp li:hover .con h3 a,
.box_cp li:hover .con p {
	color: #fff
}


.box_cp li .con:before {
	background-color: #063a7a;
	
}


.box_cp li:hover .con {

	color: #fff;
	background:#063a7a;
	z-index:12;

}
a.a_link {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 20;
	display: block;
	text-align: center;
	width: 100%;
	background-color:#3b91e1;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}


.box_cp li:hover .a_link {
	-webkit-transform: perspective(400px) rotateX(0);
	transform: perspective(400px) rotateX(0);
}


.a_link:hover {
	background-color: #b32730;
	color: #fff;
}
