.contain1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.contain1200 .list {
	padding-top: 1.1rem;
	border-bottom: 1px dotted #f2f2f2;
	margin-bottom: 0.48rem;
}
.swiper-pagination-current{
	width:30px;
	height:36px;
	border-radius: 5px;
	border: solid 1px #d6d6d6;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right:10px;
}
.swiper-pagination-total{
	margin-left:10px;
}
.contain1200 .list a {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	padding-bottom: 0.32rem;
	border-bottom: 5px solid #FFFFFF;
	margin-right: 0.78rem
}
.contain1200 .new{
	width:100%;
	margin-bottom:20px;
	margin-top:20px;
}
.contain1200 .new ul{
	display: none;
	overflow: auto;
	width: 100%;
}
.contain1200 .new ul li{
	flex:1;
	width: auto;
	overflow: auto;
}
.contain1200 .new ul.active{
	display: block;
}
.contain1200 .new ul li{
	margin-right: 0.8rem;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color:#333333;
	margin-bottom:20px
}
.contain1200 .new ul li.active,.contain1200 .new ul li:hover{
	font-weight: bold;
	
}
.contain1200 .new ul li a:hover{
	color: yellow;
}
.contain1200 .new ul li.active a{
	color: yellow;
}
.photo .swiper:nth-child(1){
	position: unset;
}
.photo .swiper.active{
	opacity: 1;
}
.photo .swiper{
	opacity: 0;
	position: absolute;
	top:0;
	left:0;
}

.photo{
	position: relative;
	width:100%;
}
.swiper-wrapper{
	height:auto !important;
}
.photo .swiper.index{
	z-index:100
}
.pagination .middle{
	width:auto;
}
.swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position:relative;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.case-name{
	width: 100%;
	height:100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	left:0;
	top:0;
}
.case-name:hover{
	opacity: 1;
}
.case-name .load{
	width:125px;
	height:125px;
	border:1px solid #FFFFFF;
	border-radius: 50%;
	color:white;
	display: flex;
	justify-content: center;
	align-items: center;
}
.case-name .load span{
	display: block;
	padding-right: 5px;
}

.contain1200 .list a.active,.contain1200 .list a:hover {
	border-bottom: 5px solid #000000;
	font-weight: bold;
}

.contian1200 .photo {
	padding-top: 62px;
}

.photo li {
	width: 22.75%;
	margin-right: 2.2%;
	margin-bottom: 2.833%;
	overflow: hidden;
	
}
.photo li .info{
	position: relative;
	width:100%;
	height:100%;
	display: flex;
}

.photo li:nth-of-type(4n) {
	margin-right: 0;
}

.photo li p {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-top: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.photo li a {}

.pagination {
	margin-bottom: 0.65rem;
	margin-top:0.24rem;
}

.pagination .middle i {
	width: 30px;
	height: 36px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 72px;
	letter-spacing: 0px;
	color: #041f1c;
	display: block;
	text-align: center;
	line-height: 36px;
}

.pagination .middle i.active {
	border-radius: 5px;
	border: solid 1px #d6d6d6;
	max-width: 80%;
}

.pagination .left {
	margin-right: 1.26rem;
}
.swiper.ani{
	animation-name: bounceInUp;
}
.pagination .right {
	margin-left: 1.26rem;
}
.photo li img{
	width:100%
}
/* @media(max-width:1200px){
	.photo li {
		width: 30.83%;
		overflow: hidden;
		margin-bottom: 3.593%;
		position: relative;
		margin-right: 3.75%;
	}
	.photo li:nth-of-type(4n) {
		margin-right: 3.75%;
	}
	.photo li:nth-of-type(3n) {
		margin-right: 0;
	}
	
}
@media(max-width:992px){
	.photo li {
		width: 47.916%;
		margin-right: 4%;
	}
	.photo li:nth-of-type(3n) {
		margin-right: 4%;
	}
	.photo li:nth-of-type(2n) {
		margin-right: 0;
	}
}
@media(max-width:756px){
	.photo li {
		width: 100%;
		margin-right: 0;
	}
	.photo li:nth-of-type(3n) {
		margin-right: 0%;
	}
} */
@media(max-width:1980px){
	.contain1200{
		width:1100px;
		margin:0 auto;
	}
}
@media(max-width:1200px){
	.contain1200{
		width:770px;
	}
}
@media(max-width:756px){
	.contain1200 .list a.active, .contain1200 .list a:hover {
	    border-bottom: 2px solid #000000;
	}
	.contain1200 .list a{
		border-bottom: 2px solid #ffffff;
	}
	.photo li {
		width: 30.83%;
		overflow: hidden;
		margin-bottom: 3.593%;
		position: relative;
		margin-right: 3.75%;
	}
	.photo li:nth-of-type(4n) {
		margin-right: 3.75%;
	}
	.photo li:nth-of-type(3n) {
		margin-right: 0;
	}
	.contain1200{
		width:100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.contain1200 .list a{
		font-size: 16px;
	}
	.swiper-slide {
	    font-size: 15px;
	}
	.case-name .load{
		width: 80px;
		height: 80px;
	}
	
}
@media(max-width:460px){
}
