/*= Reset CSS 
============= */

.container{
	margin:auto;
	max-width: 1200px;
	font-family: "微软雅黑";
	overflow:hidden;
	position:relative;
}ul {
	list-style-type: none;
}
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; box-sizing: border-box; }

.full-length{width: 100%; float: left; padding-bottom: 80px;}
.container ul{
	margin: 0 -1.5%;
	list-style-type: none;
}
.fr{ float:right}
.container li {

	list-style-type: none;
}
.container_L {
	float: left;
	height: 548px;
	width: 283px;
	margin-right:19px;
}.container_M {
	float: left;
	height: 548px;
	width: 283px;
		margin-right:9px;
}.container_R {
	float: right;
	height: 562px;
	width: 476px;
    margin-right: 6px;
	
}
.container_li1 {
	float: left;
	width: 286px;
	list-style: none;
	height: 225px;
	
}
.container_li2 {
	float: left;
	width: 286px;
	list-style: none;
	height: 279px;
	margin-top: 17px;
}.container_li3 {
	float: left;
	width: 285px;
	list-style: none;
	height: 351px;
	
}
.container_li4 {
	float: left;
	width: 283px;
	list-style: none;
	height: 155px;
	margin-top:17px;
}




.lj{
	float: left;
	width: 299px;
	list-style: none;
	margin-top: 1px;
	margin-right: 1px;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 238px;
	font-weight: bold;
	background-color: #c51625;
	height: 238px;
	text-decoration: none;
	text-align: center;
}.lj a {
	text-decoration: none;
	color: #FFF;
}

h3{
	font-size: 20px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #FFF;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.btn{
	display: inline-block;
	font-size: 12px;
	color: #005ea6;
	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: 10px;
}
.btn:hover{
	background-color: transparent;
	color: #FFFFFF;
	transition: 0.4s;
}
.text-desc{position: absolute; left: 0; top: 0; background-color:rgba(0,0,0,0.5); height: 100%; opacity: 0; width: 100%; padding: 20px;}
/*= Reset CSS End
================= *

/* effect-1 css */
.text-desc p {
	line-height: 20px;
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.port-1{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	
}
.image-box img{ }
.port-1 .text-desc{opacity: 0.9; top: -100%; transition: 0.5s; color: #000; padding: 45px 20px 20px;}
.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: 100%; top: 0; left: 0; height: 100%; padding: 45px 20px 20px;}
/* effect-1 css end */
