/* 幻灯片 */
	.service-banner{
		width: 100%;
		position: relative;
	}
	
	.service-banner img{
		width: 100%;
		height: 100%;
	}
	
	.service-banner img.mobile-image{
		display: none;
	}
	
	.service-banner img.computer-image{
		display: block;
	}

	/* 幻灯片-内容 */
	.service-banner .widget{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0%;
		right: 0%;
		z-index: 10;
	}
	
	.service-banner .widget .content-wrapper{
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	
	.service-banner .widget .content-wrapper .title{
		width: 100%;
		color: rgba(255, 255, 255, 1);
		position: relative;
	}
	
	.service-banner .widget .content-wrapper .title p{
		width: 100%;
		line-height: 1;
		font-size: 48px;
		padding-bottom: 2.500%;
		font-family: "Montserrat-Regular";
	}
	
	.service-banner .widget .content-wrapper .title::before{
		height: 5px;
		content: '';
		width: 7.858%;
		background-color: rgba(255, 255, 255, 1);
		position: absolute;
		left: 0%;
		bottom: 0%;
	}

/* 服务-服务菜单 */
	.service-menu{
		width: 100%;
		border-bottom: 1px solid rgba(226, 226, 226, 0.5);
	}
	
	.service-menu .menu{
		gap: 20px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	
	.service-menu .menu .menu-item{
		height: 90px;
		display: flex;
		width: 14.714%;
		align-items: center;
		justify-content: center;
	}
	
	.service-menu .menu .menu-item a{
		width: 100%;
		height: 100%;
		display: flex;
		font-size: 16px;
		align-items: center;
		justify-content: center;
		color: rgba(91, 91, 91, 1);
	}

/* 服务-介绍 */
	.service-introduce{
		width: 100%;
		padding: 6.832% 0% 4.467%;
	}
	
	.service-introduce .content-wrapper{
		width: 100%;
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}
	
	.service-introduce .content-wrapper .upper-wrapper{
		display: flex;
		width: 52.715%;
		flex-direction: column;
		justify-content: flex-end;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .header .explain p{
		width: 100%;
		line-height: 1;
		font-size: 18px;
		margin-bottom: 2.033%;
		color: rgba(19, 19, 19, 1);
	}
	
	.service-introduce .content-wrapper .upper-wrapper .header .explain p:last-child{
		margin-bottom: 0%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .header .title{
		width: 100%;
		margin-top: 3.388%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .header .title p{
		width: 100%;
		line-height: 1;
		font-size: 36px;
		margin-bottom: 2.711%;
		color: rgba(8, 74, 202, 1);
		font-family: "Montserrat-Regular";
	}
	
	.service-introduce .content-wrapper .upper-wrapper .header .title p:last-child{
		margin-bottom: 0%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .abstract{
		width: 100%;
		font-size: 16px;
		line-height: 26px;
		margin-top: 4.743%;
		color: rgba(110, 110, 110, 1);
	}
	
	.service-introduce .content-wrapper .upper-wrapper .image{
		width: 100%;
		margin-top: 8.131%;
		border-radius: 10px;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .image img{
		width: 100%;
		height: 100%;
		border-radius: inherit;
	}
	
	.service-introduce .content-wrapper .below-wrapper{
		width: 44.143%;
		border-radius: 10px;
	}
	
	.service-introduce .content-wrapper .below-wrapper img{
		width: 100%;
		height: 100%;
		border-radius: inherit;
	}

/* 服务-相关产品 */
	.service-related-products{
		width: 100%;
		padding: 4.467% 0% 3.942%;
	}
	
	.service-related-products .header{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.service-related-products .header .title{
		width: 50%;
		line-height: 1;
		font-size: 30px;
		color: rgba(36, 36, 36, 1);
	}
	
	.service-related-products .header .title p{
		margin-bottom: 2.858%;
		font-family: "Montserrat-Regular";
	}
	
	.service-related-products .header .title p:last-child{
		margin-bottom: 0px;
	}
	
	.service-related-products .header .button{
		width: 11.786%;
		font-size: 18px;
		line-height: 50px;
		border-radius: 5px;
		text-align: center;
		color: rgba(255, 255, 255, 1);
		background-color: rgba(8, 74, 202, 1);
	}
	
	.service-related-products .content-wrapper{
		width: 100%;
		display: grid;
		margin-top: 5%;
		grid-row-gap: 60px;
		grid-column-gap: 20px;
		grid-template-columns: repeat(4, 1fr);
	}
	
	.service-related-products .content-wrapper .item .image{
		width: 100%;
		overflow: hidden;
	}
	
	.service-related-products .content-wrapper .item .image img{
		width: 100%;
		height: 100%;
	}
	
	.service-related-products .content-wrapper .item .content{
		padding: 5.971% 4.478%;
	}
	
	.service-related-products .content-wrapper .item .content .name{
		font-size: 14px;
		line-height: 24px;
		-webkit-line-clamp: 2;
		color: rgba(65, 65, 65, 1);
	}
	
	.service-related-products .content-wrapper .item .content .button{
		line-height: 1;
		display: block;
		font-size: 14px;
		margin-top: 6.558%;
		color: rgba(8, 74, 202, 1);
	}

/* 服务-联系我们 */
	.service-contact-us{
		width: 100%;
		padding: 3.942% 0% 9.459%;
	}
	
	.service-contact-us .content-wrapper{
		width: 100%;
		position: relative;
	}
	
	.service-contact-us .content-wrapper img{
		width: 100%;
		height: 100%;
	}
	
	.service-contact-us .content-wrapper img.mobile-image{
		display: none;
	}
	
	.service-contact-us .content-wrapper img.computer-image{
		display: block;
	}
	
	.service-contact-us .content-wrapper .content{
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0% 6.429%;
		position: absolute;
		top: 0%;
		right: 0%;
		bottom: 0%;
		left: 0%;
	}
	
	.service-contact-us .content-wrapper .content .title p{
		width: 100%;
		line-height: 1;
		font-size: 30px;
		margin-bottom: 1.640%;
		color: rgba(255, 255, 255, 1);
		font-family: "Montserrat-Regular";
	}
	
	.service-contact-us .content-wrapper .content .title p:last-child{
		margin-bottom: 0%;
	}
	
	.service-contact-us .content-wrapper .content .explain{
		width: 100%;
		margin-top: 2.869%;
	}
	
	.service-contact-us .content-wrapper .content .explain p{
		width: 100%;
		line-height: 1;
		font-size: 24px;
		margin-bottom: 1.230%;
		color: rgba(255, 255, 255, 1);
	}
	
	.service-contact-us .content-wrapper .content .explain p:last-child{
		margin-bottom: 0%;
	}
	
	.service-contact-us .content-wrapper .content .button{
		width: 15.574%;
		font-size: 16px;
		line-height: 50px;
		text-align: center;
		border-radius: 5px;
		margin-top: 4.509%;
		color: rgba(8, 74, 202, 1);
		background-color: rgba(255, 255, 255, 1);
	}

	/* 服务-服务菜单-选中 */
	.service-menu .menu .menu-item.current-menu-item a{
		color: rgba(8, 74, 202, 1);
	}

	/* 服务-相关产品-悬停 */
	.service-related-products .content-wrapper .item.current-hover-item{
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2),  0px 0px 0px rgba(0, 0, 0, 0) inset;
	}
	
	.service-related-products .content-wrapper .item.current-hover-item .image img{
		transform: scale(1.1);
	}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 幻灯片 */

	/* 幻灯片-内容 */
	.service-banner .widget .content-wrapper .title p{
		font-size: 40px;
	}
	
	.service-banner .widget .content-wrapper .title::before{
		height: 4px;
		width: 8.334%;
	}

/* 服务-服务菜单 */
	.service-menu .menu{
		gap: 15px;
	}
	
	.service-menu .menu .menu-item{
		height: 80px;
		width: 17.362%;
	}
	
	.service-menu .menu .menu-item a{
		font-size: 14px;
	}

/* 服务-介绍 */
	.service-introduce{
		padding: 6.945% 0% 4.514%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper{
		width: 52.917%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .header .explain p{
		font-size: 16px;
		margin-bottom: 1.575%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .header .title{
		margin-top: 3.140%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .header .title p{
		font-size: 28px;
		margin-bottom: 2.363%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .abstract{
		font-size: 14px;
		line-height: 22px;
		margin-top: 4.725%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .image{
		margin-top: 7.875%;
		border-radius: 8px;
	}
	
	.service-introduce .content-wrapper .below-wrapper{
		width: 44.167%;
		border-radius: 8px;
	}

/* 服务-相关产品 */
	.service-related-products{
		padding: 4.514% 0% 3.820%;
	}
	
	.service-related-products .header .title{
		font-size: 26px;
	}
	
	.service-related-products .header .title p{
		margin-bottom: 2.500%;
	}
	
	.service-related-products .header .button{
		width: 12.500%;
		font-size: 16px;
		line-height: 45px;
		border-radius: 5px;
	}
	
	.service-related-products .content-wrapper{
		grid-row-gap: 50px;
	}
	
	.service-related-products .content-wrapper .item .content{
		padding: 5.264% 3.509%;
	}
	
	.service-related-products .content-wrapper .item .content .name{
		font-size: 12px;
		line-height: 20px;
	}
	
	.service-related-products .content-wrapper .item .content .button{
		font-size: 12px;
		margin-top: 5.661%;
	}

/* 服务-联系我们 */
	.service-contact-us{
		padding: 3.820% 0% 9.375%;
	}
	
	.service-contact-us .content-wrapper .content{
		padding: 0% 6.250%;
	}
	
	.service-contact-us .content-wrapper .content .title p{
		font-size: 26px;
		margin-bottom: 1.429%;
	}
	
	.service-contact-us .content-wrapper .content .explain{
		margin-top: 2.858%;
	}
	
	.service-contact-us .content-wrapper .content .explain p{
		font-size: 20px;
		margin-bottom: 0.953%;
	}
	
	.service-contact-us .content-wrapper .content .button{
		width: 15.715%;
		font-size: 14px;
		line-height: 45px;
		margin-top: 4.286%;
	}

	/* 服务-服务菜单-选中 */

	/* 服务-相关产品-悬停 */
}

/* 响应 1000 */
@media screen and (max-width: 1000px) {
/* 幻灯片 */

	/* 幻灯片-内容 */
	.service-banner .widget .content-wrapper .title p{
		font-size: 32px;
		padding-bottom: 2.894%;
	}
	
	.service-banner .widget .content-wrapper .title::before{
		height: 3px;
		width: 11.575%;
	}

/* 服务-服务菜单 */
	.service-menu .menu{
		gap: 10px;
	}
	
	.service-menu .menu .menu-item{
		height: 70px;
		width: 27.344%;
	}
	
	.service-menu .menu .menu-item a{
		font-size: 12px;
	}

/* 服务-介绍 */
	.service-introduce{
		padding: 6.511% 0% 4.558%;
	}
	
	.service-introduce .content-wrapper{
		display: block;
	}
	
	.service-introduce .content-wrapper .upper-wrapper{
		width: 100%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .header .explain p{
		font-size: 14px;
		margin-bottom: 0.724%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .header .title{
		margin-top: 2.894%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .header .title p{
		font-size: 20px;
		margin-bottom: 1.447%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .abstract{
		font-size: 12px;
		line-height: 18px;
		margin-top: 3.617%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .image{
		margin-top: 4.341%;
		border-radius: 6px;
	}
	
	.service-introduce .content-wrapper .below-wrapper{
		width: 100%;
		margin-top: 3.617%;
		border-radius: 6px;
	}

/* 服务-相关产品 */
	.service-related-products{
		padding: 4.558% 0% 3.907%;
	}
	
	.service-related-products .header .title{
		font-size: 22px;
	}
	
	.service-related-products .header .title p{
		margin-bottom: 2.894%;
	}
	
	.service-related-products .header .button{
		width: 17.362%;
		font-size: 14px;
		line-height: 40px;
	}
	
	.service-related-products .content-wrapper{
		margin-top: 5.064%;
		grid-row-gap: 40px;
		grid-column-gap: 15px;
		grid-template-columns: repeat(3, 1fr);
	}
	
	.service-related-products .content-wrapper .item .content{
		padding: 4.538%;
	}
	
	.service-related-products .content-wrapper .item .content .button{
		margin-top: 4.991%;
	}

/* 服务-联系我们 */
	.service-contact-us{
		padding: 4.558% 0% 3.907%;
	}
	
	.service-contact-us .content-wrapper .content{
		padding: 0% 4.341%;
	}
	
	.service-contact-us .content-wrapper .content .title p{
		font-size: 22px;
		margin-bottom: 1.585%;
	}
	
	.service-contact-us .content-wrapper .content .explain{
		margin-top: 2.377%;
	}
	
	.service-contact-us .content-wrapper .content .explain p{
		font-size: 16px;
		margin-bottom: 0.793%;
	}
	
	.service-contact-us .content-wrapper .content .button{
		width: 19.012%;
		font-size: 12px;
		line-height: 40px;
		margin-top: 3.961%;
	}

	/* 服务-服务菜单-选中 */

	/* 服务-相关产品-悬停 */
}

/* 响应 750 */
@media screen and (max-width: 750px) {
/* 幻灯片 */
	.service-banner img.mobile-image{
		display: block;
	}
	
	.service-banner img.computer-image{
		display: none;
	}

	/* 幻灯片-内容 */
	.service-banner .widget .content-wrapper .title p{
		font-size: 28px;
		padding-bottom: 3.922%;
	}
	
	.service-banner .widget .content-wrapper .title::before{
		height: 2px;
		width: 18.301%;
	}

/* 服务-服务菜单 */
	.service-menu{
		display: none;
	}

/* 服务-介绍 */
	.service-introduce{
		padding: 5.883% 0% 4.706%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .header .explain p{
		font-size: 12px;
		margin-bottom: 1.308%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .header .title{
		margin-top: 2.615%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .header .title p{
		font-size: 18px;
		margin-bottom: 2.092%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .abstract{
		margin-top: 3.922%;
	}
	
	.service-introduce .content-wrapper .upper-wrapper .image{
		margin-top: 5.229%;
	}
	
	.service-introduce .content-wrapper .below-wrapper{
		margin-top: 3.922%;
	}

/* 服务-相关产品 */
	.service-related-products{
		padding: 4.706% 0% 3.530%;
	}
	
	.service-related-products .header .title{
		width: 73.857%;
		font-size: 20px;
	}
	
	.service-related-products .header .title p{
		margin-bottom: 2.832%;
	}
	
	.service-related-products .header .button{
		width: 26.144%;
		font-size: 12px;
		line-height: 35px;
	}
	
	.service-related-products .content-wrapper{
		margin-top: 5.229%;
		grid-row-gap: 20px;
		grid-column-gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.service-related-products .content-wrapper .item .content{
		padding: 5.370%;
	}
	
	.service-related-products .content-wrapper .item .content .button{
		margin-top: 6.016%;
	}

/* 服务-联系我们 */
	.service-contact-us{
		padding: 3.530% 0% 4.706%;
	}
	
	.service-contact-us .content-wrapper img.mobile-image{
		display: block;
	}
	
	.service-contact-us .content-wrapper img.computer-image{
		display: none;
	}
	
	.service-contact-us .content-wrapper .content{
		padding: 0% 2.615%;
	}
	
	.service-contact-us .content-wrapper .content .title p{
		font-size: 20px;
		margin-bottom: 2.207%;
	}
	
	.service-contact-us .content-wrapper .content .explain{
		margin-top: 2.759%;
	}
	
	.service-contact-us .content-wrapper .content .explain p{
		font-size: 14px;
		margin-bottom: 1.380%;
	}
	
	.service-contact-us .content-wrapper .content .button{
		width: 27.587%;
		line-height: 35px;
		margin-top: 4.138%;
	}

	/* 服务-服务菜单-选中 */

	/* 服务-相关产品-悬停 */
}