/* 模块1 */
/* 服务优势 */
.youshi-div {
	padding: 55px 0;
	box-sizing: border-box;
	background-color: #F8F8F8;
}

.title-second {
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
}

.youshi-content {
	margin-top: 40px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}

.youshi-item {
	width: 338px;
	height: 208px;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	margin-bottom: 30px;
}

.youshi-item-first {
	font-size: 20px;
	color: #E12726;
	font-weight: bolder;
}

.youshi-item-second {
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}

.youshi-item-third {
	margin-top: 50px;
}

.youshi-item-third>a {
	width: 120px;
	height: 40px;
	border-radius: 20px;
	background-color: #E12726;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.youshi-item>img {
	width: 193px;
	height: 204px;
	position: absolute;
	right: -40px;
	bottom: -30px;
}

/* 模块2 */
/* 联想电脑维修服务支持 */

.indexweixiu-div {
	padding: 55px 0;
	box-sizing: border-box;
	background-color: #fff;
}

.indexweixiu-box {}

.indexweixiu-title-second {
	color: #666666;
	font-size: 16px;
	margin-top: 13px;
}

.indexweixiu-title-second>span {
	font-size: 26px;
	color: #E12726;
	font-weight: bolder;
}

.indexweixiu-content {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.indexweixiu-content-item {
	width: 48.5%;
	padding: 26px;
	box-sizing: border-box;
	background-color: #F8F8F8;
    margin-bottom:10px;
	
}
    .indexweixiu-content-item > a {
        width:100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .indexweixiu-content-item-left {
	width: 43%;
	flex-shrink: 0;
	margin-right: 23px;
	border-radius: 10px;
	overflow: hidden;
}

.indexweixiu-content-item-left>img {
	width: 100%;
	height: 209px;
}

.indexweixiu-content-item-right {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	align-self: flex-start;
}

.indexweixiu-content-item-right-one {
	font-size: 22px;
	color: #333333;
}

.indexweixiu-content-item-right-two {
	font-size: 14px;
	color: #999999;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.indexweixiu-content-item-right-three {
	margin-top: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.weixiu-wenti-item {
	display: flex;
	align-items: center;
	padding: 10px;
	margin: 0 10px;
	box-sizing: border-box;
}

.weixiu-wenti-item>span:nth-child(1) {
	margin-right: 10px;
}

/* 模块3 */
/* 笔记本主板交换 */


.zhuban-div {
	padding: 0 0 55px 0;
	box-sizing: border-box;
}

.zhuban-box-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 35px;
}

.zhuban-box-content-item {
	width: 32%;
	display: flex;
	flex-direction: column;
}

.zhuban-box-content-item-first {
	width: 100%;
	height: 240px;
}

.zhuban-box-content-item-first>img {
	width: 100%;
	height: 100%;
}

.zhuban-box-content-item-second {
	background-color: #F8F8F8;
	padding: 35px;
	box-sizing: border-box;
}

.zhuban-box-content-item-second-title {
	font-size: 22px;
	color: #333333;
	font-weight: bolder;
}

.zhuban-box-content-item-second-text {
	font-size: 14px;
	color: #666666;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* 模块4 */
/* 服务特色 */
.tese-div {
	padding: 0 0 55px 0;
	box-sizing: border-box;
	background-color: #fff;
}

.tese-box-content {
	margin-top: 55px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tese-box-content-item {
	width: 48.5%;
	height: 260px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}

.tese-box-content-item>img {
	width: 100%;
	height: 100%;
}

.tese-box-content-item-neirong {
	position: absolute;
	width: 86%;
	height: 174px;
	left: 7%;
	top: 43px;
	display: flex;
	flex-direction: column;
	padding: 35px;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	border-image: linear-gradient(113deg, #FFFFFF -4%, rgba(255, 255, 255, 0) 93%) 1;
	backdrop-filter: blur(20px);
}

.tese-box-content-item-neirong-first {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tese-box-content-item-neirong-first-left {
	display: flex;
	align-items: center;
}

.tese-box-content-item-neirong-first-left>img {
	width: 36px;
	height: 36px;
	margin-right: 15px;
}

.tese-box-content-item-neirong-first-left>h3 {
	font-size: 30px;
	color: #fff;
	font-weight: bolder;
}

.tese-box-content-item-neirong-first-right>a {
	width: 110px;
	height: 36px;
	display: flex;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
	background: linear-gradient(270deg, rgba(255, 207, 194, 0) 0%, rgba(255, 207, 194, 0.5) 95%), #E12726;
	box-shadow: 0px 10px 20px 0px rgba(229, 40, 39, 0.4);
	color: #fff;
}

.tese-box-content-item-neirong-second {
	margin-top: 16px;
	color: #fff;
	font-size: 20px;
}

/* 模块5 */
/* 关于我们 */
.index-about-div {
	margin: 50px 0;
	background: url('../img/aboutaaa.png') no-repeat;
	background-size: auto;
	padding: 97px 0 79px 0;
	box-sizing: border-box;
}

.indexabout-box {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.indexabout-box-first {
	font-size: 32px;
	color: #fff;
	font-weight: bolder;
}

.indexabout-box-second {
	margin-top: 40px;
	color: #fff;
	font-size: 16px;
}

.indexabout-box-third {
	margin-top: 43px;

}

.indexabout-box-third>a {
	color: #fff;
	font-size: 20px;
}

.indexabout-box-fourth {
	margin-top: 55px;
	display: flex;
	align-items: center;
}

.indexabout-box-fourth-left {
	margin-right: 46px;
}

.indexabout-box-fourth-left>a {
	width: 180px;
	height: 60px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	font-size: 24px;
	color: #E12726;
}

.indexabout-box-fourth-right {
	font-size: 34px;
	color: #fff;
	font-weight: bolder;
}

/* 模块6 */
/* 维修案例 */
.indexanli-div {
	padding: 80px 0;
	box-sizing: border-box;
	background-color: #F8F8F8;
}


.indexanli-box-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 70px;
}

.indexanli-box-content-item {
	width: 32%;
	background-color: #fff;
}

.indexanli-box-content-item>a {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.indexanli-box-content-item-first {
	width: 100%;
	height: 300px;
}

.indexanli-box-content-item-first>img {
	width: 100%;
	height: 100%;
}

.indexanli-box-content-item-second {
	padding: 35px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.indexanli-box-content-item-second-one {
	font-size: 22px;
	color: #333333;
	font-weight: bolder;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.indexanli-box-content-item-second-two {
	font-size: 14px;
	color: #666666;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.indexanli-box-content-item-second-three {
	margin-top: 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.indexanli-box-content-item-second-three-left {
	font-size: 14px;
	color: #9E9E9E;
}

.indexanli-box-content-item-second-three-right>a {
	font-size: 14px;
	color: #EB3338;
}

/* 新闻资讯 */
.indexnews-div {
	padding: 55px 0;
	box-sizing: border-box;
	background-color: #F8F8F8;
}

.indexnews-content {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.indexnews-content-left {
	width: 49%;
}

.indexnews-content-left>a {
	display: flex;
	flex-direction: column;
}

.indexnews-content-left-first {
	width: 100%;
	height: 307px;
}

.indexnews-content-left-first>img {
	width: 100%;
	height: 100%;
}

.indexnews-content-left-second {
	padding: 40px 30px 25px 30px;
	box-sizing: border-box;
	background-color: #fff;
}

.indexnews-content-left-second-one {
	font-size: 20px;
	color: #333333;
	font-weight: bolder;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.indexnews-content-left-second-two {
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.indexnews-content-left-second-three {
	margin-top: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.indexnews-content-left-second-three-left {
	font-size: 14px;
	color: #9E9E9E;
}

.indexnews-content-left-second-three-right>a {
	font-size: 14px;
	color: #EB3338;
}

.indexnews-content-right {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.indexnews-item {
	width: 100%;
	padding: 20px 30px;
	box-sizing: border-box;
	background-color: #fff;
}

.indexnews-item>a {
	display: inline-block;
	width: 100%;

}

.indexnews-item-first {
	font-size: 20px;
	color: #333333;
	font-weight: bolder;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.indexnews-item-second {
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.indexnews-item-third {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
	background-color: #fff;
}

.indexnews-item-third-left {
	font-size: 14px;
	color: #9E9E9E;
}

.indexnews-item-third-right>a {
	font-size: 14px;
	color: #EB3338;
}

.indexvideo-div {
	padding: 70px 0;
	background-color: #fff;
}

.indexvideo-box-content {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.indexvideo-box-content-item {
	width: 32%;
}

.indexvideo-box-content-item>a {
	display: flex;
	flex-direction: column;
}

.indexvideo-box-content-item-first {
	width: 100%;
	height: 280px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.indexvideo-box-content-item-first>img {
	width: 100%;
	height: 100%;
}

.indexvideo-box-content-item-first .video-btn {
	width: 86px;
	height: 86px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.indexvideo-box-content-item-first .video-btn>img {
	width: 100%;
	height: 100%;
}

.indexvideo-box-content-item-second {
	margin-top: 27px;
	font-size: 20px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

@media screen and (max-width:750px) {
	.title-second {
		font-size: 12px;
	}

	.youshi-content {
		margin-top: 20px;
	}

	.youshi-item {
		width: 48%;
		padding: 10px;
		margin-bottom: 10px;
	}

	.youshi-item-first {
		font-size: 16px;
	}

	.youshi-item-second {
		font-size: 12px;
	}

	.youshi-item>img {
		width: 125px;
		height: 125px;
	}

	.youshi-item-third>a {
		font-size: 12px;
		height: 26px;
		width: 73px;
	}

	.youshi-div {
		padding: 20px 0;
	}

	.indexweixiu-div {
		padding: 20px 0;
	}

	.indexweixiu-title-second {
		font-size: 12px;
	}

	.indexweixiu-title-second>span {
		font-size: 12px;
	}

	.indexweixiu-content {
		flex-direction: column;
	}

	.indexweixiu-content-item {
		width: 100%;
		padding: 10px;
		border-radius: 10px;
		margin-bottom: 10px;
	}

	.indexweixiu-content-item-left>img {
		height: auto;
	}

	.indexweixiu-content-item-right-one {
		font-size: 16px;
		font-weight: bolder;
	}

	.indexweixiu-content-item-right-two {
		margin-top: 5px;
		font-size: 12px;
	}

	.indexweixiu-content-item-right-three {
		margin-top: 5px;
		flex-direction: column;
		align-items: flex-start;
	}

	.weixiu-wenti-item {
		padding: 5px;
		font-size: 12px;
	}

	.weixiu-wenti-item>span:nth-child(1) {
		/* display: none; */
	}

	.zhuban-box-content {
		flex-direction: column;
	}

	.zhuban-box-content-item {
		width: 100%;
		margin-bottom: 15px;
	}

	.zhuban-box-content-item-second {
		padding: 15px;
	}

	.zhuban-box-content-item-second-title {
		font-size: 16px;
	}

	.zhuban-box-content-item-second-text {
		font-size: 12px;
		margin-top: 10px;
	}

	.tese-box-content {
		margin-top: 25px;
	}

	.tese-box-content-item {
		width: 100%;
		height: 180px;
		margin-bottom: 20px;
	}

	.tese-box-content-item-neirong {
		padding: 10px;
		height: 115px;
		top: 34px;
	}

	.tese-box-content-item-neirong-first-left>img {
		width: 18px;
		height: 18px;
	}

	.tese-box-content-item-neirong-first-left>h3 {
		font-size: 18px;
	}

	.tese-box-content-item-neirong-first-right>a {
		font-size: 12px;
		width: 85px;
		height: 30px;
	}

	.tese-box-content-item-neirong-second {
		font-size: 16px;
	}

	.index-about-div {
		margin: 0;
	}

	.tese-div {
		padding: 0 0 5px 0;
	}

	.indexabout-box {
		width: 100%;
	}

	.index-about-div {
		padding: 50px 0 50px 0
	}

	.indexabout-box-first {
		font-size: 20px;
	}

	.indexabout-box-second {
		margin-top: 15px;
		font-size: 12px;
	}

	.indexabout-box-third {
		margin-top: 15px;
	}

	.indexabout-box-third>a {
		font-size: 16px;
	}

	.indexabout-box-fourth {
		margin-top: 15px;
	}

	.indexabout-box-fourth-left>a {
		width: 100px;
		height: 35px;
		font-size: 16px;
	}

	.indexabout-box-fourth-right {
		font-size: 20px;
	}

	.indexanli-div {
		padding: 30px 0;
	}

	.indexanli-box-content {
		flex-wrap: wrap;
		margin-top: 25px;
	}

	.indexanli-box-content-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.indexanli-box-content-item-first {
		height: auto;
	}

	.indexanli-box-content-item-first>img {
		height: auto;
	}

	.indexanli-box-content-item-second {
		padding: 20px;
	}

	.indexanli-box-content-item-second-one {
		font-size: 18px;
	}

	.indexanli-box-content-item-second-two {
		font-size: 12px;
	}

	.indexanli-box-content-item-second-three {
		margin-top: 15px;
	}

	.indexnews-div {
		padding: 30px 0;
	}

	.indexnews-content {
		flex-direction: column;
	}

	.indexnews-content-left-first {
		height: 240px;
	}

	.indexnews-content-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.indexnews-content-right {
		width: 100%;
	}

	.indexnews-item {
		margin-bottom: 15px;
	}

	.indexnews-content-left-second {
		padding: 20px;
	}

	.indexnews-content-left-second-one {
		font-size: 18px;
	}

	.indexnews-content-left-second-two {
		font-size: 12px;
		margin-top: 14px;
	}

	.indexnews-content-left-second-three {
		margin-top: 20px;
	}

	.indexnews-item-first {
		font-size: 18px;
	}

	.indexnews-item-second {
		font-size: 12px;
	}

	.indexvideo-div {
		padding: 30px 0;
	}

	.indexvideo-box-content {
		margin-top: 30px;
		/* flex-wrap: wrap; */
		flex-direction: column;
	}

	.indexvideo-box-content-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.indexvideo-box-content-item-first {
		height: 240px;
	}

	.indexvideo-box-content-item-second {
		margin-top: 20px;
		font-size: 16px;
	}

	.indexvideo-box-content-item-first .video-btn {
		width: 40px;
		height: 40px;
	}
}