
.caselist-page .kv .swiper-slide img{
	width: 100%;
}
.caselist-page .kv .swiper-pagination{
	bottom: 50px;
	font-size: 0;
}
.caselist-page .kv .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin: 0 5px;
	opacity: 1;
	vertical-align: top;
	background-color: #277bd1;
}
.caselist-page .kv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 30px;
	background-color: #fff;
}
.caselist-page .kv .swiper-prev,.caselist-page .kv .swiper-next{
	width: 16px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	z-index: 1;
	cursor: pointer;
}
.caselist-page .kv .swiper-prev{
	background-image: url(../images/caselist_kv_prev.png);
	left: 13.5%;
}
.caselist-page .kv .swiper-next{
	background-image: url(../images/caselist_kv_next.png);
	right: 13.5%;
}
.caselist-page .sec1{
	border-bottom: 1px solid #bbb;
}
.caselist-page .sec1 .inner{
	position: relative;
}
.caselist-page .sec1 h3{
	font-size: 38px;
	color: #277bd1;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5em;
}
.caselist-page .sec1 .tab-box{
	float: right;
	text-align: right;
	padding: 3.57% 0;
	font-size: 0;
}
.caselist-page .sec1 .tab-box .box{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-left: 48px;
}
.caselist-page .sec1 .tab-box .box:first-child{
	margin-left: 0;
}
.caselist-page .sec1 .tab-box .box a{
	font-size: 16px;
	color: #333;
	/*font-weight: lighter;*/
}
.caselist-page .sec1 .tab-box .box.active a{
	color: #277bd1;
	font-weight: bold;
}
.caselist-page .sec1 .tab-box .box a:hover{
	color: #277bd1;
}
.caselist-page .sec2{
	background-color: #efefef;
	padding: 2.6% 0 1.5625%;
}
.caselist-page .sec2 ul{
	font-size: 0;
	padding: 0 2.3%;
}
.caselist-page .sec2 li{
	display: inline-block;
	vertical-align: top;
	width: 24.46%;
	margin-bottom: 1.64%;
	margin-right: 0.72%;
	cursor: pointer;
}
.caselist-page .sec2 li:nth-child(4n){
	margin-right: 0;
}
.caselist-page .sec2 li img{
	width: 100%;
}
.caselist-page .sec2 li .text-box{
	background-color: #fafafa;
	padding: 6.7%;
	position: relative;
}
.caselist-page .sec2 li:hover .text-box{
	background-color: #277bd1;
}
.caselist-page .sec2 li .text-box .time{
	font-size: 12px;
	color: #999;
	/*font-weight: lighter;*/
	margin-bottom: 10px;
}
.caselist-page .sec2 li:hover .text-box .time{
	color: #fff;
}
.caselist-page .sec2 li .text-box h5{
	font-size: 22px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 10.5em;
	padding-bottom: 2px;
}
.caselist-page .sec2 li:hover .text-box h5{
	color: #fff;
}
.caselist-page .sec2 li .text-box p{
	font-size: 14px;
	/*font-weight: lighter;*/
	color: #333;
	position: absolute;
	right: 6.7%;
	top: 50%;
	margin-top: -7px;
}
.caselist-page .sec2 li:hover .text-box p{
	color: #fff;
}
.caselist-page .sec2 .tip-box{
	position: relative;
	margin: 1.5625% 0;
	width: 100%;
}
.caselist-page .sec2 .nomore{
	font-size: 18px;
	color: #999;
	/*font-weight: lighter;*/
	text-align: center;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.caselist-page .sec2 .nomore.active{
	opacity: 1;
}
.caselist-page .sec2 .loading-box{
	text-align: center;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.caselist-page .sec2 .loading-box.active{
	opacity: 1;
}
.caselist-page .sec2 .loading-box p{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	font-size: 18px;
	color: #999;
	/*font-weight: lighter;*/
}
.caselist-page .sec2 .loading-box .circle-box{
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	position: relative;
}
.caselist-page .sec2 .loading-box .circle-box .circle{
	border-radius: 50%;
	background-color: #999;
	overflow: hidden;
	animation: 1s linear infinite loading;
	-webkit-animation: 1s linear infinite loading;
	position: absolute;
	width: 75%;
	height: 75%;
}
.caselist-page .sec2 .loading-box .circle-box .circle:nth-child(1){
	top: -100%;
	left: 0;
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
}
.caselist-page .sec2 .loading-box .circle-box .circle:nth-child(2){
	top: -75%;
	left: 75%;
	animation-delay: 0.125s;
	-webkit-animation-delay: 0.125s;
}
.caselist-page .sec2 .loading-box .circle-box .circle:nth-child(3){
	top: 0;
	left: 100%;
	animation-delay: 0.25s;
	-webkit-animation-delay: 0.25s;
}
.caselist-page .sec2 .loading-box .circle-box .circle:nth-child(4){
	top: 75%;
	left: 75%;
	animation-delay: 0.375s;
	-webkit-animation-delay: 0.375s;
}
.caselist-page .sec2 .loading-box .circle-box .circle:nth-child(5){
	top: 100%;
	left: 0;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.caselist-page .sec2 .loading-box .circle-box .circle:nth-child(6){
	top: 75%;
	left: -75%;
	animation-delay: 0.625s;
	-webkit-animation-delay: 0.625s;
}
.caselist-page .sec2 .loading-box .circle-box .circle:nth-child(7){
	top: 0;
	left: -100%;
	animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
}
.caselist-page .sec2 .loading-box .circle-box .circle:nth-child(8){
	top: -75%;
	left: -75%;
	animation-delay: 0.875s;
	-webkit-animation-delay: 0.875s;
}
@keyframes loading {
	0%{
		transform: scale(1,1);
	}
	100%{
		transform: scale(0.2,0.2);
	}
}
@-webkit-keyframes loading {
	0%{
		-webkit-transform: scale(1,1);
	}
	100%{
		-webkit-transform: scale(0.2,0.2);
	}
}
.caselist-page .pop-cover{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	display: none;
}
.caselist-page .pop-cover.active{
	display: block;
}
.caselist-page .pop-cover .pop-box{
	width: 62.5%;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.caselist-page .pop-cover .pop-box .close{
	position: absolute;
	left: 100%;
	top: 0;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url(../images/caselist_pop_close_web.png);
	background-size: 100% 100%;
	border-radius: 50%;
	background-color: #28271f;
	margin-left: 26px;
}
.caselist-page .pop-cover .pop-box .swiper-slide img{
	width: 100%;
}
.caselist-page .pop-cover .pop-box .swiper-prev,.caselist-page .pop-cover .pop-box .swiper-next{
	width: 22px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	cursor: pointer;
}
.caselist-page .pop-cover .pop-box .swiper-prev.swiper-button-disabled,.caselist-page .pop-cover .pop-box .swiper-next.swiper-button-disabled{
	display: none;
}
.caselist-page .pop-cover .pop-box .swiper-prev{
	background-image: url(../images/caselist_pop_prev.png);
	left: 4.167%;
}
.caselist-page .pop-cover .pop-box .swiper-next{
	background-image: url(../images/caselist_pop_next.png);
	right: 4.167%;
}
.caselist-page .pop-cover .pop-box .text-box{
	padding: 4.167%;
}
.caselist-page .pop-cover .pop-box .text-box h3{
	font-size: 26px;
	font-weight: normal;
	color: #333;
	margin-bottom: 1.82%;
}
.caselist-page .pop-cover .pop-box .text-box h3 span{
	font-size: 12px;
	color: #999;
	vertical-align: baseline;
	margin-left: 1em;
}
.caselist-page .pop-cover .pop-box .text-box ul{
	margin-bottom: 2.18%;
}
.caselist-page .pop-cover .pop-box .text-box li{
	font-size: 16px;
	/*font-weight: lighter;*/
	color: #999;
	line-height: 26px;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
}
.caselist-page .pop-cover .pop-box .text-box li:last-child{
	border-bottom: 0 none;
}
.caselist-page .pop-cover .pop-box .text-box li span{
	font-weight: normal;
	color: #277bd1;
}
.caselist-page .pop-cover .pop-box .text-box p{
	font-size: 16px;
	/*font-weight: lighter;*/
	color: #333;
	line-height: 28px;
}
@media only screen and (max-width:1400px){
	.caselist-page .sec1 .tab-box .box{
		margin-left: 30px;
	}
}
@media only screen and (max-width:1200px){
	.caselist-page .sec1 h3{
		font-size: 30px;
	}
	.caselist-page .sec1 .tab-box .box{
		margin-left: 20px;
	}
	.caselist-page .sec1 .tab-box .box a{
		font-size: 14px;
	}
}
@media only screen and (max-width:1100px){
	
}
@media only screen and (max-width:1024px){
	.caselist-page .kv .swiper-pagination{
		bottom: 0.9375rem;
	}
	.caselist-page .kv .swiper-pagination .swiper-pagination-bullet{
		width: 0.3125rem;
		height: 0.3125rem;
		border-radius: 0.15625rem;
		margin: 0 0.15625rem;
	}
	.caselist-page .kv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
		width: 0.9375rem;
	}
	.caselist-page .kv .swiper-prev,.caselist-page .kv .swiper-next{
		display: none;
	}
	.caselist-page .sec1{
		border-bottom: 0 none;
	}
	.caselist-page .sec1 h3{
		font-size: 1.1875rem;
		position: static;
		margin-top: 1rem;
	}
	.caselist-page .sec1 .tab-box{
		float: none;
		padding: 0.75rem 0 0.25rem;
		text-align: left;
	}
	.caselist-page .sec1 .tab-box .box{
		width: 20%;
		margin-left: 0;
		margin-bottom: 0.5rem;
		text-align: center;
	}
	.caselist-page .sec1 .tab-box .box a{
		font-size: 0.6875rem;
		padding: 0.125rem 0;
		display: inline-block;
		vertical-align: top;
		border-bottom: 1px solid transparent;
	}
	.caselist-page .sec1 .tab-box .box.active a{
		color: #277bd1;
		border-bottom: 1px solid #277bd1;
	}
	.caselist-page .sec2{
		padding: 0.625rem 0;
	}
	.caselist-page .sec2 ul{
		padding: 0 4%;
	}
	.caselist-page .sec2 li{
		width: 48.3%;
		margin-bottom: 0.625rem;
		margin-right: 3.4%;
	}
	.caselist-page .sec2 li:nth-child(2n){
		margin-right: 0;
	}
	.caselist-page .sec2 li .text-box{
		padding: 0.75rem;
	}
	.caselist-page .sec2 li .text-box .time{
		display: none;
	}
	.caselist-page .sec2 li .text-box h5{
		font-size: 0.6875rem;
		text-align: center;
		max-width: 100%;
		padding-bottom: 0;
	}
	.caselist-page .sec2 li .text-box p{
		display: none;
	}
	.caselist-page .sec2 .tip-box{
		margin: 1rem 0;
	}
	.caselist-page .sec2 .nomore{
		font-size: 0.5625rem;
	}
	.caselist-page .sec2 .loading-box p{
		margin-left: 0.5rem;
		font-size: 0.5625rem;
	}
	.caselist-page .sec2 .loading-box .circle-box{
		width: 0.25rem;
		height: 0.25rem;
	}
	.caselist-page .pop-cover .pop-box{
		width: 92%;
	}
	.caselist-page .pop-cover .pop-box .close{
		left: 50%;
		top: 100%;
		width: 1.5625rem;
		height: 1.5625rem;
		background-image: url(../images/caselist_pop_close_mobile.png);
		border-radius: 0;
		background-color: transparent;
		margin-left: -0.78125rem;
		margin-top: 1.5625rem;
	}
	.caselist-page .pop-cover .pop-box .swiper-prev,.caselist-page .pop-cover .pop-box .swiper-next{
		width: 0.6875rem;
		height: 1.25rem;
		margin-top: -0.625rem;
	}
	.caselist-page .pop-cover .pop-box .swiper-prev{
		left: 1.5625rem;
	}
	.caselist-page .pop-cover .pop-box .swiper-next{
		right: 1.5625rem;
	}
	.caselist-page .pop-cover .pop-box .text-box{
		padding: 1.5625rem 0.625rem;
	}
	.caselist-page .pop-cover .pop-box .text-box h3{
		font-size: 0.8125rem;
		margin-bottom: 0.25rem;
	}
	.caselist-page .pop-cover .pop-box .text-box h3 span{
		font-size: 0.5rem;
		margin-left: 0.5em;
	}
	.caselist-page .pop-cover .pop-box .text-box ul{
		margin-bottom: 0.75rem;
	}
	.caselist-page .pop-cover .pop-box .text-box li{
		font-size: 0.5625rem;
		line-height: 1.0625rem;
		padding: 0.375rem 0;
	}
	.caselist-page .pop-cover .pop-box .text-box p{
		font-size: 0.5625rem;
		line-height: 0.875rem;
	}
}