.down {
	background-color: #fff;
	padding: 50px;
	display: flex;
	justify-content: space-between;
	margin-top: -270px;
	position: relative;
	overflow: hidden;
}

.down li {
	width: 32%;
}

.down li a {
	display: block;
}

.down li a img {
	display: block;
	width: 100%;
}

.middle {
	border-bottom: 1px dashed #dcdcdc;
	padding: 20px 0;
}

.down .middle a {
	display: block;
	width: 100%;
	display: flex;
	align-items: center;
}

.midMg {
	width: 120px;
	margin-right: 10px;
}

.midMg img {
	display: block;
	width: 100%;
}

.middle h3 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #29a7ae;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.middle p {
	font-size: 14px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.middle:hover p{
	color: #29a7ae;
}

.down .middle:first-child p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.screenshot {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 100px 0;
	padding: 0 50px;
	box-sizing: border-box;
	overflow: hidden;
}

.screLeft {
	width: 62%;
	height: 400px;
	box-sizing: border-box;
	/* padding: 40px; */
	border: solid 3px #f8f8f8;
	position: relative;
}

.screLeft .swiper {
	box-sizing: border-box;
	padding: 30px;
}

.screLeft .swiper-slide {
	display: block;
	height: calc((100% - 30px) / 2);
}

.screLeft .swiper-slide p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #999999;
	padding: 8px 0;
}


.screLeft .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	border: solid 3px #3ac4cc;
	opacity: 1;
	margin: 0 5px !important;
	display: inline-block;
}

.screLeft .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px;
	height: 30px;
	border-radius: 0;
	border: none;
	background: url(../images/spirit.png) center no-repeat;
	background-size: cover;
}

.screLeft .swiper-pagination-bullet.swiper-pagination-bullet-active img {}

.screRight {
	width: 36%;
	box-sizing: border-box;
	padding: 50px 20px 30px;
	background-color: #f8f8f8;
}

.screRight h1 {
	position: relative;
	font-size: 26px;
	color: #222222;
	text-indent: .5em;
	margin-bottom: 45px;
}

.screRight h1::before {
	content: '';
	width: 3px;
	height: 100%;
	background-color: #3ac4cc;
	position: absolute;
	left: 0;
	top: 0;
}

.screRight h1 span {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #666666;
	opacity: 0.6;
	margin-left: 10px;
}

.screRight a {
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 30px;
}

.screRight a:hover,
.screRight .screActive {
	color: #29a7ae;
}

.screRight a .screTitle {
	padding-right: 25px;
	position: relative;
	max-width: calc(100% - 110px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.screRight .screActive .screTitle {
	font-size: 16px;
}

.screTitle img {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

.screActive .screTitle img {
	display: inline-block;
}


@media screen and (max-width:1500px) {

	.middle {
		padding: 13px 0;
	}

	.screenshot {
		margin: 30px 0;
	}

	.screLeft {
		height: 350px;
	}
	
	.screRight a {
	    margin-bottom: 15px;
	}
	
	.down {
	    margin-top: -150px;
	}

}


@media screen and (max-width:1300px) {
	.middle {
	    padding: 10px 0;
	}
	
	.screLeft {
	    height: 380px;
	}
}


@media screen and (max-width:1200px) {
	.screLeft {
	    height: 450px;
	}
	
	.down {
	    margin-top: -130px;
	}
}

@media screen and (max-width:1020px) {
	
	.down,.screenshot{
		flex-wrap: wrap;
	}
	
	.down li,.screLeft,.screRight{
		width: 100%;
	}
	
	.down {
	    margin-top: -90px;
	}
	
}


@media screen and (max-width:767px) {
	
	.down {
	    margin-top: -60px;
		padding: 30px 15px;
	}
	
	.screenshot {
	    padding: 0 10px;
	}
	
	.screLeft {
	    height: auto;
	}
	
	.screRight a {
	    font-size: 12px;
	}
	
	.screRight a .screTitle {
	    max-width: calc(100% - 95px);
	}
	
}