/*案例列表*/
.case-list .sec1{
	background-color: #f4f4f6;
	padding: 190px 0 100px;
}
.case-list .sec1 .title{
	margin-bottom: 60px;
	text-align: center;
	font-size: 0;
}
.case-list .sec1 .title p{
	font-size: 32px;
	color: #1f294c;
	margin-bottom: 28px;
}
.case-list .sec1 .title .line{
	width: 50px;
	height: 2px;
	background-color: #1f294c;
	margin: 0 auto;
}
.case-list .sec1 ul{
	margin-bottom: 30px;
	font-size: 0;
}
.case-list .sec1 li{
	width: 48.75%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
.case-list .sec1 li:nth-child(even){
	margin-right: 0;
}
.case-list .sec1 li .img{
	width: 100%;
}
.case-list .sec1 li .text{
	position: absolute;
	left: 6.84%;
	bottom: 12%;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.case-list .sec1 li:hover .text{
	opacity: 0;
}
.case-list .sec1 li .text p{
	font-size: 32px;
	color: #fff;
	font-family: "syl";
	font-weight: lighter;
	margin-bottom: 30px;
}
.case-list .sec1 li .text .line{
	width: 50px;
	height: 2px;
	background-color: #fff;
}
.case-list .sec1 li .cover{
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.5);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.case-list .sec1 li:hover .cover{
	z-index: 2;
	opacity: 1;
}
.case-list .sec1 li .cover img{
	width: 100%;
}
.case-list .sec1 .btn-more{
	font-size: 16px;
	color: #1f294c;
	width: 200px;
	height: 50px;
	line-height: 46px;
	border: 2px solid #1f294c;
	display: block;
	border-radius: 25px;
	margin: 0 auto;
	text-align: center;
}
.case-list .sec1 .btn-more:hover{
	background-color: #1f294c;
	color: #fff;
}
.case-list .sec1 .btn-more span{
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #1f294c #1f294c transparent transparent;
	display: inline-block;
	vertical-align: text-bottom;
	width: 10px;
	height: 10px;
	transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.case-list .sec1 .btn-more:hover span{
	border-color: #fff #fff transparent transparent;
}
/*案例详情*/
.case-detail .sec1{
	height: 650px;
	line-height: 650px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.case-detail .sec1 .text{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	position: relative;
	z-index: 2;
}
.case-detail .sec1 .text h5{
	font-size: 60px;
	color: #fff;
	font-weight: lighter;
	font-family: "syl";
	margin-bottom: 30px;
}
.case-detail .sec1 .text p{
	font-size: 30px;
	color: #fff;
	font-weight: lighter;
	font-family: "syl";
}
.case-detail .sec1 .bg{
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.case-detail .sec2{
	padding: 80px 0;
	font-size: 0;
}
.case-detail .sec2 .left{
	display: inline-block;
	vertical-align: top;
	width: 20%;
}
.case-detail .sec2 .left img{
	width: 100%;
}
.case-detail .sec2 .right{
	width: 71.75%;
	display: inline-block;
	vertical-align: top;
	margin-left: 8.25%;
}
.case-detail .sec2 .right h5{
	font-size: 32px;
	color: #333;
	margin-bottom: 20px;
	font-weight: normal;
}
.case-detail .sec2 .right p{
	font-size: 16px;
	color: #333;
	font-family: "syl";
	font-weight: lighter;
	line-height: 32px;
}
.case-detail .sec3{
	margin-bottom: 60px;
}
.case-detail .sec3 img{
	width: 100%;
	margin-bottom: 10px;
 max-width: 1200px;
}
.case-detail .sec3 img:last-child{
	margin-bottom: 0;
}
.case-detail .sec4{
	margin-bottom: 90px;
	text-align: center;
}
.case-detail .sec4 a{
	font-size: 16px;
	color: #1f294c;
}
.case-detail .sec4 a:hover{
	text-decoration: underline;
}
.case-detail .sec4 .prev{
	float: left;
}
.case-detail .sec4 .next{
	float: right;
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1024px){
}
@media only screen and (max-width:900px){
}
@media only screen and (max-width:768px){
	/*案例列表*/
	.case-list .sec1{
		padding: 6rem 0 3.125rem;
	}
	.case-list .sec1 .title{
		margin-bottom: 1.5625rem;
	}
	.case-list .sec1 .title p{
		font-size: 1.25rem;
		margin-bottom: 0.875rem;
	}
	.case-list .sec1 .title .line{
		width: 1.5625rem;
		height: 0.0625rem;
	}
	.case-list .sec1 ul{
		margin-bottom: 1.25rem;
	}
	.case-list .sec1 li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.3125rem;
		border-radius: 0.15625rem;
	}
	.case-list .sec1 li .text{
		left: 1.25rem;
		bottom: 1.5rem;
	}
	.case-list .sec1 li:hover .text{
		opacity: 1;
	}
	.case-list .sec1 li .text p{
		font-size: 1rem;
		margin-bottom: 0.9375rem;
	}
	.case-list .sec1 li .text .line{
		width: 1.5625rem;
		height: 0.0625rem;
	}
	.case-list .sec1 li .cover{
		z-index: 2;
	}
	.case-list .sec1 li:hover .cover{
		opacity: 0;
	}
	.case-list .sec1 .btn-more{
		font-size: 0.75rem;
		width: 9.375rem;
		height: 2.1875rem;
		line-height: 2.0625rem;
		border: 0.0625rem solid #1f294c;
		border-radius: 1.09375rem;
	}
	.case-list .sec1 .btn-more span{
		width: 0.5rem;
		height: 0.5rem;
	}
	/*案例详情*/
	.case-detail .sec1{
		height: 28.125rem;
		line-height: 28.125rem;
	}
	.case-detail .sec1 .text h5{
		font-size: 1.5625rem;
		margin-bottom: 0.9375rem;
	}
	.case-detail .sec1 .text p{
		font-size: 0.9375rem;
	}
	.case-detail .sec2{
		padding: 3.125rem 0;
	}
	.case-detail .sec2 .left{
		width: 32.6%;
	}
	.case-detail .sec2 .right{
		width: 61.4%;
		margin-left: 6%;
	}
	.case-detail .sec2 .right h5{
		font-size: 1.25rem;
		margin-bottom: 0.875rem;
	}
	.case-detail .sec2 .right p{
		font-size: 0.75rem;
		line-height: 1.5625rem;
	}
	.case-detail .sec3{
		margin-bottom: 1.5625rem;
	}
	.case-detail .sec3 img{
		margin-bottom: 0.3125rem;
	}
	.case-detail .sec4{
		margin-bottom: 2.4375rem;
	}
	.case-detail .sec4 a{
		font-size: 0.75rem;
	}
}
@media only screen and (max-width:414px){
}
@media only screen and (max-width:320px){
}