#home {
	margin-left: 80px;
}

#home .modal-title {
	text-align: center;
	font-size: 65px;
	font-family: 'youshe';
	color: #7970AD;
}

#home .normal-value {
	font-size: 20px;
	color: rgba(0, 0, 0, .5);
}

#home .tip-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 7% 0 7%;
	background-color: #F2F2F2;
}

#home .tip-box .tip-item {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #ccc;
	/* margin: 0 15px; */
	padding: 0 20px;
	height: 100px;
}

#home .tip-box .tip-item img {
	width: 70px;
	height: 75px;
	margin-right: 20px;
}

#home .tip-box .tip-item>div {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	margin-right: 15px;
}

#home .tip-box .tip-item>span {
	font-size: 25px;
	font-weight: bold;
}

#home .tip-box .tip-item>div span {
	font-size: 17px;
	/* font-weight: bold; */
	color: #7970AD;
	font-family: 'youshe';
}

#home .tip-box .tip-item>div .number {
	font-size: 70px;
	font-style: oblique;
	/* margin-right: 10px; */
	font-family: 'youshe';
}

/* 服务类目 */
#home .ability-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 7%;
	background-color: #F2F2F2;
}

#home .ability-box .item {
	width: 18.5%;
	/* margin: 0 2%; */
	background-color: #fff;
	box-shadow: 5px 5px 5px #ccc;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#home .ability-box .item img {
	width: 60%;
}

#home .ability-box .item .title {
	font-size: 25px;
	margin: 20px 0;
	font-weight: bold;
}

#home .ability-box .item .value {
	width: 85%;
	/* font-size: 17px; */
	/* color: rgba(0, 0, 0, .5); */
	/* height: 140px; */
}

/* 简介 */
#home .introduce-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 80px 7%;
	position: relative;
}

#home .introduce-box .note {
	position: absolute;
	bottom: 70px;
	left: 400px;
	font-size: 25px;
	letter-spacing: 2px;
	visibility: visible;
	font-weight: bold;
}

#home .introduce-box .img-box {
	position: relative;
	/* width: 780px; */
	/* height: 610px; */
	/* width: 40vw; */
	width: 50%;
	height: 31.2vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

#home .introduce-box .img-box .title {
	position: absolute;
	color: #000;
	top: -45px;
	left: 100px;
	/* font-size: 70px; */
	font-family: "youshe";
}

#home .introduce-box .img-box .line {
	position: absolute;
	background-color: #000;
}

#home .introduce-box .img-box .line1 {
	top: 0;
	left: 500px;
	width: 150px;
	height: 10px;
}

#home .introduce-box .img-box .line2 {
	top: 10px;
	right: 0;
	width: 10px;
	height: 180px;
}

#home .introduce-box .img-box .line3 {
	bottom: 60px;
	left: 0;
	width: 10px;
	height: 300px;
}

#home .introduce-box .img-box .line4 {
	bottom: 0;
	left: 120px;
	width: 90px;
	height: 10px;
}

#home .introduce-box .img-box img {
	/* width: 660px;
	height: 490px; */
	width: 34.3vw;
	height: 25.5vw;
}

#home .introduce-box .compony-box {
	/* width: 870px; */
	/* width: 45.3vw; */
	width: calc(50% - 20px);
	margin-left: 20px;
}

#home .introduce-box .compony-box .title {
	font-size: 50px;
	font-style: oblique;
	font-weight: bold;
	color: #7970AD;
	height: 50px;
}

#home .introduce-box .compony-box .msg-box {
	/* padding: 30px 50px; */
	padding: 4% 3%;
	border: 1px solid #7970AD;
	/* border-radius: 20px; */
	/* height: 430px; */
	height: 25.5vw;
}

#home .introduce-box .compony-box .msg-box .content p {
	text-indent: 40px;
	line-height: 1.5;
	/* letter-spacing: 1px; */
	/* font-size: 20px; */
	/* color: #999; */
}

#home .introduce-box .compony-box .msg-box .content p:first-child {
	margin-bottom: 15px;
}

#home .introduce-box .compony-box .more-bt {
	display: inline-block;
	float: right;
	padding: 5px 20px;
	border-radius: 1000px;
	color: #fff;
	background-color: #000;
	margin-top: 20px;
}

#home .introduce-box .compony-box .more-bt a {
	color: #fff;
}

/* 流程 */
#home .step-box {
	/* padding: 50px 7% 100px 7%; */
	padding: 50px 0 100px 0;
	/* padding: 0 7%; */
	display: flex;
	flex-direction: column;
	/* margin: 50px 0 100px 0; */
	/* background: url(.https://tmmt.oss-cn-hangzhou.aliyuncs.com/tuimi/img/home/ability-bg.png) no-repeat;
	background-size: 100%; */
	position: relative;
}

#home .step-box .bg {
	width: 100%;
	position: absolute;
	top: -10%;
	left: 0;
	z-index: -1;
}

#home .step-box .title {
	color: #7970AD;
}

#home .step-box .step-list {
	display: flex;
	justify-content: space-between;
	margin: 0 7%;
	margin-top: 70px;
}

#home .step-box .step-list .step-item {
	width: 15%;
	/* color: #fff; */
}

#home .step-box .step-list .step-item .top {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}

#home .step-box .step-item .top img {
	width: 3vw;
	margin-right: 3%;
	margin-left: -5%;
}

#home .step-box .step-item .top>div {
	display: flex;
	flex-direction: column;
}

#home .step-box .step-item .top>div .tip {
	font-size: 15px;
	font-family: 'youshe';
	color: #000;
}

#home .step-box .step-item .top .title {
	font-size: 30px;
	font-family: 'fangzheng';
	color: #000;
}

#home .step-box .step-item .value-list {
	display: flex;
	flex-direction: column;
	/* width: 80%;
	margin: 0 10%; */
}

#home .step-box .step-item .value-list>div {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

#home .step-box .step-item .value-list>div .tip {
	/* width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 10px;
	background-color: #7970AD; */
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	background-color: #000;
	width: 10px;
	height: 15px;
	margin-right: 10px;
}

#home .step-box .step-item .value-list>div span {
	width: calc(100% - 20px);
}

#home .step-box .icon-right {
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent #000;
}

/* 行业 */
#home .trade-box {
	padding: 30px 7%;
	height: calc(100vh - 100px);
}

#home .trade-box>p.title {
	color: #000;
}

#home .trade-box>p.value {
	text-align: center;
	margin: 10px 0;
	/* font-size: 18px; */
	margin-bottom: 100px;
}


/* 案例 */
#home .programme-box {}

/* #home .programme-box .banner-box {
	width: 100%;
	height: 13vw;
	background-image: url(".https://tmmt.oss-cn-hangzhou.aliyuncs.com/tuimi/img/home/pro-banner.png");
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
} */

#home .programme-box .banner-box {
	position: relative;
}

#home .programme-box .banner-box img {
	width: 100%;
	height: auto;
}

#home .programme-box .banner-box p {
	width: 100%;
	/* text-align: center; */
	color: #fff;
	/* font-size: 60px; */
	/* font-weight: bold; */
	/* font-style: oblique; */
	/* letter-spacing: 10px; */
	/* margin-top: 80px; */
	/* font-family: "youshe"; */
	position: absolute;
	bottom: 15%;
	z-index: 10;
}

#home .programme-box>ul {
	width: 100%;
	display: flex;
	justify-content: center;
	height: 100px;
	background: #F2F2F2;
}

#home .programme-box>ul>li {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px;
	height: 100px;
	background-color: #F2F2F2;
	font-size: 23px;
	/* font-weight: bold; */
	padding: 0 30px;
	font-family: 'fangzheng';
}

#home .programme-box>ul>.tab-active {
	border-bottom: 10px solid #7970AD;
	background-color: #fff;
}

#home .programme-box .content-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 50px 7%;
	min-height: calc(100vh - 200px);
}

#home .programme-box .content-box .content {
	box-shadow: 0 0 10px #ddd;
	border-radius: 20px;
	padding: 20px 2.5vw;
	width: 47.5vw;
}

#home .programme-box .content-box .content .title {
	font-size: 30px;
	/* font-weight: bold; */
	color: #7970AD;
	font-style: oblique;
	margin: 20px 0 40px 0;
	font-family: "youshe";
}

#home .programme-box .content-box .content p {
	text-indent: 46px;
	line-height: 1.5;
	letter-spacing: 1px;
	/* font-size: 20px; */
	/* color: #999; */
}


#home .programme-box .content-box .content ul {
	display: flex;
	align-items: center;
	/* justify-content: space-around; */
	margin: 60px 0;
}

#home .programme-box .content-box .content ul>li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-right: 30px;
	min-width: 5vw;
}

#home .programme-box .content-box .content ul>li img {
	width: auto;
	height: 70px;
	margin-bottom: 10px;
}

#home .programme-box .content-box .content .bt-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#home .programme-box .content-box .content .bt-box>div {
	background-color: #000;
	border-radius: 1000px;
	padding: 5px 30px;
	margin: 15px;
	margin-top: 0px;
}

#home .programme-box .content-box .content .bt-box>div a {
	color: #fff;
	text-decoration: none;
}

#home .programme-box .content-box .content-img {
	/* width: 40%; */
	/* min-width: 400px; */
	width: 30vw;
	margin-left: 4vw;
}

#home .programme-box .content-box .content-img img {
	width: 100%;
	height: auto;
	/* margin-left: 20%; */
}

#home .cooperation-box {
	position: relative;
	/* padding-bottom: 60px; */
}

/* #home .cooperation-box .banner-box {
	width: 100vw;
	height: 36.5vw;
	background-image: url(".https://tmmt.oss-cn-hangzhou.aliyuncs.com/tuimi/img/home/kehu-banner.png");
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
} */

#home .cooperation-box .banner-box {
	position: relative;
}

#home .cooperation-box .banner-box img {
	width: 100%;
	height: 32vw;
}

#home .cooperation-box .banner-box p {
	width: 100%;
	/* text-align: center; */
	color: #fff;
	/* font-size: 60px; */
	/* font-weight: bold; */
	/* font-style: oblique; */
	/* letter-spacing: 10px; */
	/* font-family: "youshe"; */
	position: absolute;
	top: 12%;
	z-index: 10;
}

#home .cooperation-box .logo-list {
	/* width: 73vw;
	margin: 0 calc(50% - 36.5vw);
	margin-top: -20vw; */
	padding: 0 7%;
	position: absolute;
	z-index: 10;
	top: 32%;
	border-radius: 40px;
	width: 100%;
}

#home .cooperation-box .logo-list img {
	border-radius: 40px;
	box-shadow: 0 5px 5px #ddd;
}

#home .cooperation-box .compony-list {
	background-color: #fff;
	border-radius: 20px;
	width: 73vw;
	/* margin: 0 15%; */
	margin: 0 calc(50% - 36.5vw);
	box-shadow: 0 0 10px #aaa;
	/* margin-top: -350px; */
	margin-top: -20vw;
	/* padding-bottom: 60px; */
	height: 30vw;
}

#home .cooperation-box .compony-list>ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#home .cooperation-box .compony-list>ul>li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	/* height: 180px; */
	height: 10vw;
}

#home .cooperation-box .compony-list>ul>li img {
	height: 50%;
	margin: 25% 0;
}

#home .service-box {
	/* padding-bottom: 150px; */
	padding-bottom: 3vw;
	padding-top: 11vw;
}

#home .service-box>p {
	/* font-size: 60px; */
	/* font-style: oblique; */
	color: #000;
	margin: 50px 0 110px 0;
	/* text-align: center; */
	/* font-weight: bold; */
	/* font-family: "youshe"; */
}

#home .service-box>ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* width: 70%; */
	/* width: 72vw; */
	/* margin: 0 calc(50% - 36vw); */
	/* padding-bottom: 60px; */
	padding: 0 7% 60px 7%;
}

#home .service-box>ul>li {
	/* width: 24%; */
	width: 18vw;
	border-radius: 10px;
	/* padding: 100px 0 60px 0; */
	padding: 6vw 0 4vw 0;
	box-shadow: 0 0 10px #ddd;
}

#home .service-box>ul>li:hover {
	transition: all .5s;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	background: url(https://tmmt.oss-cn-hangzhou.aliyuncs.com/tuimi/img/home/service-bg.png) no-repeat center 0px;
	background-position: center 0px;
	background-size: cover;
}

#home .service-box>ul>li .title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
}

#home .service-box>ul>li:hover .title {
	color: #fff;
	margin-bottom: 10px;
}

#home .service-box>ul>li .line {
	width: 70%;
	margin: 0 15%;
	height: 5px;
	background-color: #000;
	margin-bottom: 50px;
}

#home .service-box>ul>li:hover .line {
	background-color: #fff;
	margin-bottom: 30px;
}

#home .service-box>ul>li .content {
	margin: 0 30px;
	font-size: 20px;
	color: #999;
	line-height: 2;
	letter-spacing: 2px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

#home .service-box>ul>li:hover .content {
	font-size: 15px;
	color: #fff;
	line-height: 1.6;
	letter-spacing: 1px;
	-webkit-line-clamp: 20;
}

@media(max-width: 1680px) {
	#home .modal-title {
		text-align: center;
		font-size: 55px;
		font-family: 'youshe';
		color: #7970AD;
	}

	#home .normal-value {
		font-size: 18px;
	}

	#home .tip-box .tip-item>span {
		font-size: 23px;
	}

	#home .tip-box .tip-item>div .number {
		font-size: 60px;
	}

	#home .ability-box .item .title {
		font-size: 23px;
	}

	#home .ability-box .item .value {
		height: 130px;
	}

	#home .introduce-box .img-box .title {
		font-size: 60px;
		top: -45px;
	}

	#home .introduce-box .img-box .line1 {
		left: 430px;
		width: 150px;
		top: 5px;
	}

	#home .introduce-box .compony-box .title {
		height: 50px;
	}

	#home .introduce-box .compony-box .msg-box {
		padding: 3%;
	}

	#home .introduce-box .compony-box .msg-box .content p {
		/* font-size: 17px;
		line-height: 1.6; */
	}

	#home .introduce-box .note {
		font-size: 22px;
		letter-spacing: 1px;
		left: 370px;
	}

	#home .introduce-box .compony-box .more-bt {
		margin-top: 15px;
	}

	#home .introduce-box .compony-box .more-bt a {
		font-size: 16px;
	}
}

@media(max-width: 1600px) {
	#home .normal-value {
		font-size: 17px;
	}

	#home .tip-box .tip-item {
		height: 80px;
	}

	#home .tip-box .tip-item img {
		width: 60px;
		height: 60px;
		margin-right: 10px;
	}

	#home .tip-box .tip-item>span {
		font-size: 20px;
	}

	#home .tip-box .tip-item>div span {
		font-size: 15px;
	}

	#home .tip-box .tip-item>div .number {
		font-size: 50px;
		margin-right: 10px;
	}

	#home .ability-box .item .title {
		font-size: 20px;
	}

	#home .ability-box .item .value {
		/* font-size: 15px; */
	}

	/* 介绍 */
	#home .introduce-box .img-box .line1 {
		height: 7px;
	}

	#home .introduce-box .img-box .line2 {
		top: 20px;
		right: 0;
		width: 7px;
		height: 150px;
	}

	#home .introduce-box .img-box .line3 {
		bottom: 60px;
		left: 0;
		width: 7px;
		height: 200px;
	}

	#home .introduce-box .img-box .line4 {
		bottom: 0;
		left: 120px;
		width: 90px;
		height: 7px;
	}

	#home .introduce-box .compony-box .title {
		height: 50px;
	}

	/* #home .introduce-box .compony-box .msg-box {
		padding: 1vw 30px;
	} */

	#home .introduce-box .compony-box .msg-box .content p {
		/* line-height: 1.5;
		font-size: 17px; */
	}

	#home .introduce-box .note {
		font-size: 20px;
		letter-spacing: 2px;
	}

	/* 方案 */
	#home .programme-box>ul {
		height: 85px;
	}

	#home .programme-box>ul>li {
		height: 85px;
		padding: 0 30px;
		font-size: 20px;
	}

	#home .programme-box>ul>.tab-active {
		border-bottom: 7px solid #7970AD;
	}

	#home .programme-box .content-box {
		padding: 40px 100px;
		min-height: calc(100vh - 185px);
	}

	#home .programme-box .content-box .content {
		padding: 15px 2.5vw;
	}

	#home .programme-box .content-box .content .title {
		font-size: 27px;
		margin: 15px 0 30px 0;
	}

	#home .programme-box .content-box .content p {
		/* font-size: 16px; */
		text-indent: 40px;
	}

	#home .programme-box .content-box .content ul {
		margin: 20px 0;
	}

	#home .programme-box .content-box .content ul>li img {
		height: 60px;
	}

	/* 服务 */
	#home .service-box>ul>li .title {
		font-size: 25px;
		margin-bottom: 45px;
	}

	#home .service-box>ul>li .line {
		height: 4px;
		margin-bottom: 45px;
	}

	#home .service-box>ul>li .content {
		font-size: 18px;
	}

	#home .service-box>ul>li:hover .content {
		line-height: 1.3;
	}
}

@media(max-width: 1440px) {
	#home .normal-value {
		font-size: 15px;
	}

	#home .modal-title {
		font-size: 50px;
	}

	#home .tip-box .tip-item>div {
		margin-right: 5px;
	}

	#home .ability-box .item .value {
		height: auto;
	}

	#home .introduce-box .img-box .title {
		font-size: 40px;
		top: -20px;
		left: 80px;
	}

	#home .introduce-box .img-box .line1 {
		left: 300px;
		width: 150px;
		top: 10px;
	}

	#home .introduce-box .compony-box .title {
		height: 40px;
	}

	#home .introduce-box .compony-box .msg-box {
		/* padding: 1vw 40px; */
	}

	#home .introduce-box .compony-box .msg-box .content p {
		/* font-size: 16px;
		line-height: 1.45; */
	}

	#home .introduce-box .compony-box .more-bt {
		margin-top: 10px;
	}

	#home .introduce-box .compony-box .more-bt a {
		font-size: 15px;
	}

	#home .introduce-box .note {
		font-size: 17px;
		left: 330px;
	}

	#home .step-box .step-item .value-list>div .tip {
		width: 9px;
		height: 13px;
	}

	/* 方案 */
	#home .programme-box>ul>li {
		padding: 0 25px;
		font-size: 17px;
	}

	#home .service-box>ul>li:hover .content {
		font-size: 13px;
		line-height: 1.4;
	}
}

@media(max-width: 1400px) {
	#home .tip-box .tip-item>div .number {
		margin-right: 5px;
	}

	#home .ability-box .item .value {
		height: 110px;
	}

	#home .introduce-box .img-box .line1 {
		left: 300px;
		width: 120px;
	}

	#home .introduce-box .img-box .line4 {
		left: 100px;
	}

	#home .introduce-box .compony-box .title {
		height: 40px;
	}

	/* #home .introduce-box .compony-box .msg-box {
		padding: 1vw 30px;
	} */

	#home .introduce-box .compony-box .msg-box .content p {
		/* font-size: 15px;
		line-height: 1.5; */
	}

	#home .introduce-box .compony-box .more-bt {
		margin-top: 5px;
	}

	#home .introduce-box .compony-box .more-bt a {
		font-size: 14px;
	}

	#home .introduce-box .note {
		font-size: 17px;
		left: 300px;
	}

	#home .service-box>ul>li:hover .content {
		font-size: 13px;
		line-height: 1.3;
	}
}

@media(max-width: 1366px) {
	#home .normal-value {
		font-size: 14px;
	}

	/* #home .modal-title {
		font-size: 50px;
	} */

	/* 标签 */
	#home .tip-box .tip-item {
		height: 70px;
	}

	#home .tip-box .tip-item img {
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}

	#home .tip-box .tip-item>span {
		font-size: 17px;
	}

	#home .tip-box .tip-item>div span {
		font-size: 13px;
	}

	#home .tip-box .tip-item>div .number {
		font-size: 50px;
		margin-right: 10px;
	}

	#home .ability-box .item .value {
		height: auto;
	}

	/* 介绍 */
	#home .introduce-box .img-box .title {
		left: 40px;
	}

	#home .introduce-box .img-box .line1 {
		left: 280px;
		width: 100px;
		height: 5px;
	}

	#home .introduce-box .img-box .line2 {
		top: 20px;
		width: 5px;
	}

	#home .introduce-box .img-box .line3 {
		width: 5px;
	}

	#home .introduce-box .img-box .line4 {
		height: 5px;
	}

	/* #home .introduce-box .compony-box .title {
		height: 40px;
	} */

	/* #home .introduce-box .compony-box .msg-box {
		padding: 10px 15px;
	} */

	#home .introduce-box .compony-box .msg-box .content p {
		line-height: 1.5;
		font-size: 15px;
	}

	#home .introduce-box .compony-box .msg-box .content p:first-child {
		margin-bottom: 5px;
	}

	#home .introduce-box .compony-box .more-bt {
		font-size: 12px;
		margin-top: 10px;
	}

	#home .introduce-box .compony-box .more-bt a {
		font-size: 12px;
	}

	#home .introduce-box .note {
		font-size: 17px;
		letter-spacing: 1.5px;
		left: 300px;
	}

	#home .step-box .step-item .top .title {
		font-size: 25px;
	}

	#home .step-box .step-item .value-list>div .tip {
		width: 8px;
		height: 12px;
	}

	/* 行业 */
	#home .trade-box>p.value {
		margin-top: 0px;
		margin-bottom: 70px;
	}

	/* 方案 */
	#home .programme-box>ul {
		height: 70px;
	}

	#home .programme-box>ul>li {
		height: 70px;
		padding: 0 20px;
		font-size: 17px;
	}

	#home .programme-box>ul>.tab-active {
		border-bottom: 5px solid #7970AD;
	}

	#home .programme-box .content-box {
		padding: 30px 100px;
		min-height: calc(100vh - 170px);
	}

	#home .programme-box .content-box .content {
		padding: 10px 2.5vw;
	}

	#home .programme-box .content-box .content .title {
		font-size: 25px;
		margin: 10px 0 20px 0;
	}

	#home .programme-box .content-box .content p {
		font-size: 14px;
		text-indent: 30px;
	}

	#home .programme-box .content-box .content ul {
		margin: 15px 0;
	}

	#home .programme-box .content-box .content ul>li img {
		height: 60px;
	}

	/* 客户 */
	#home .cooperation-box .banner-box {
		/* height: 65vh; */
		height: 32vw;
	}

	#home .cooperation-box .compony-list {
		margin-top: -35vh;
		height: 55vh;
	}

	#home .cooperation-box .compony-list>ul>li {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 20%;
		height: 18.3vh;
	}

	/* 服务 */
	#home .service-box>p {
		margin: 30px 0 60px 0;
	}

	#home .service-box>ul>li .title {
		font-size: 20px;
		margin-bottom: 40px;
	}

	#home .service-box>ul>li:hover .title {
		margin-bottom: 15px;
	}

	#home .service-box>ul>li .line {
		height: 3px;
		margin-bottom: 40px;
	}

	#home .service-box>ul>li:hover .line {
		margin-bottom: 15px;
	}

	#home .service-box>ul>li .content {
		font-size: 16px;
	}

	#home .service-box>ul>li:hover .content {
		font-size: 12px;
		line-height: 1.3;
	}

}

@media(max-width: 1280px) {
	#home .tip-box .tip-item>div .number {
		font-size: 45px;
		margin-right: 5px;
	}

	#home .tip-box .tip-item>span {
		font-size: 16px;
	}

	#home .ability-box .item .value {
		height: 100px;
	}

	#home .introduce-box .img-box {
		height: 400px;
	}

	#home .introduce-box .compony-box .msg-box {
		height: 325px;
	}

	#home .introduce-box .img-box img {
		width: 440px;
		height: 325px;
	}

	#home .introduce-box .img-box .line1 {
		top: 0;
		left: 280px;
		width: 80px;
	}

	#home .introduce-box .compony-box .title {
		height: 40px;
	}

	/* #home .introduce-box .compony-box .msg-box {
		padding: 1vw 30px;
	} */

	#home .introduce-box .compony-box .msg-box .content p {
		font-size: 14px;
		line-height: 1.5;
	}

	#home .introduce-box .note {
		font-size: 16px;
		left: 300px;
	}

	#home {
		margin-left: 0px;
	}

	#home .programme-box .content-box .content {
		padding: 10px 30px;
		width: 610px;
	}

	#home .cooperation-box .banner-box img {
		height: 410px;
	}

	#home .service-box {
		padding-bottom: 35px;
		padding-top: 200px;
	}

	#home .service-box>ul>li {
		width: 230px;
	}

	#home .step-box .step-item .top img {
		width: 40px;
	}

	#home .programme-box .content-box {
		padding: 50px 100px;
		min-height: auto;
	}

	#home .programme-box .content-box .content-img {
		width: 390px;
		margin-left: 50px;
	}
	
	#home .cooperation-box .banner-box{
		height: 410px;
	}
	
	#home .cooperation-box .logo-list{
		top: 100%;
		margin-top: -250px;
	}
}
