/* 幻灯片 */
	.index-banner{
		width: 100%;
		position: relative;
	}
	
	.index-banner img{
		width: 100%;
		height: 100%;
	}
	
	.index-banner img.mobile-image{
		display: none;
	}
	
	.index-banner img.computer-image{
		display: block;
	}

	/* 幻灯片-内容 */
	.index-banner .widget{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0%;
		right: 0%;
		z-index: 10;
	}
	
	.index-banner .widget .content-wrapper{
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	
	.index-banner .widget .content-wrapper .title{
		width: 100%;
		line-height: 1;
		font-size: 56px;
		color: rgba(255, 255, 255, 1);
	}
	
	.index-banner .widget .content-wrapper .title p{
		width: 100%;
		margin-bottom: 1.429%;
		font-family: "Montserrat-Regular";
	}
	
	.index-banner .widget .content-wrapper .title p:last-child{
		margin-bottom: 0%;
	}
	
	.index-banner .widget .content-wrapper .explain{
		width: 100%;
		margin-top: 2.501%;
	}
	
	.index-banner .widget .content-wrapper .explain p{
		width: 100%;
		line-height: 1;
		font-size: 24px;
		margin-bottom: 1.072%;
		color: rgba(255, 255, 255, 1);
	}
	
	.index-banner .widget .content-wrapper .explain p:last-child{
		margin-bottom: 0%;
	}
	
	.index-banner .widget .content-wrapper .button{
		width: 13.215%;
		margin-top: 5%;
		display: block;
		font-size: 16px;
		line-height: 45px;
		text-align: center;
		border-radius: 22.5px;
		color: rgba(255, 255, 255, 1);
		border: 1px solid rgba(255, 255, 255, 1);
	}

	/* 幻灯片-指示灯 */
	.index-banner .swiper-pagination{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: var(--computer-centered-width);
		bottom: 11.277%;
		left: calc((100% - var(--computer-centered-width)) / 2);
	}
	
	.index-banner .swiper-pagination .swiper-pagination-bullet{
		height: 0px;
		width: 45px;
		opacity: inherit;
		padding: 1.5px 0%;
		border-radius: 1.5px;
		background-color: rgba(255, 255, 255, 0.5);
	}

/* 产品中心 */
	.index-products{
		width: 100%;
		padding: 7.095% 0% 7.883%;
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.index-products .widget{
		width: var(--computer-right-width);
		margin-left: calc(100% - var(--computer-right-width));
	}

	/* 产品中心-头部 */
	.index-products .widget .header .upper-wrapper{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.index-products .widget .header .upper-wrapper .title{
		display: flex;
		width: 79.715%;
		flex-direction: column;
		color: rgba(19, 19, 19, 1);
	}
	
	.index-products .widget .header .upper-wrapper .title p:first-child{
		line-height: 1;
		font-size: 46px;
		margin-bottom: 1.899%;
		font-family: "Montserrat-Regular";
	}
	
	.index-products .widget .header .upper-wrapper .title p:last-child{
		line-height: 1;
		font-size: 20px;
		color: rgba(110, 110, 110, 1);
	}
	
	.index-products .widget .header .upper-wrapper .text{
		display: flex;
		width: 20.285%;
		font-size: 16px;
		align-items: center;
		justify-content: center;
		color: rgba(42, 42, 42, 1);
	}
	
	.index-products .widget .header .below-wrapper{
		display: flex;
		width: 75.689%;
		align-items: center;
		justify-content: space-between;
	}
	
	.index-products .widget .header .below-wrapper .button{
		display: block;
		line-height: 1;
		font-size: 14px;
		color: rgba(8, 74, 202, 1);
	}

	/* 产品中心-头部-切换按钮 */
	.index-products .widget .header .below-wrapper .swiper-button{
		display: none;
		width: 10.001%;
		align-items: center;
		justify-content: space-between;
	}
	
	.index-products .widget .header .below-wrapper .swiper-button .item{
		width: 40%;
		height: 0%;
		margin-top: 0%;
		padding: 20% 0%;
		border-radius: 10px;
		border: 1px solid rgba(237, 237, 237, 1);
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0; 
	}
	
	.index-products .widget .header .below-wrapper .swiper-button .item span{
		display: flex;
		font-size: 20px;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0; 
	}
	
	.index-products .widget .header .below-wrapper .swiper-button .item::after{
		display: none;
	}

	/* 产品中心-内容 */
	.index-products .widget .content-wrapper{
		width: 100%;
		display: flex;
		margin-top: 3.331%;
		align-items: flex-start;
		justify-content: space-between;
	}

	/* 产品中心-内容-类别 */
	.index-products .widget .content-wrapper .category-menu-wrapper{
		gap: 15px;
		display: flex;
		width: 10.900%;
		margin-top: 1.514%;
		flex-direction: column;
	}
	
	.index-products .widget .content-wrapper .category-menu-wrapper .item{
		font-size: 16px;
		cursor: pointer;
		line-height: 20px;
		padding: 5.883% 0%;
		color: rgba(88, 88, 88, 1);
	}

	/* 产品中心-内容-幻灯片 */
	.index-products .widget .content-wrapper .banner-wrapper{
		width: 86.285%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item{
		width: 100%;
		display: none;
		align-items: stretch;
		justify-content: space-between;
	}

	/* 产品中心-内容-幻灯片-主要的 */
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner{
		width: 76.492%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .upper-wrapper{
		width: 53.212%;
		border-radius: 50%;
		background-color: rgba(255, 255, 255, 1);
		position: relative;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .upper-wrapper img{
		width: 100%;
		height: 100%;
		border-radius: inherit;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .upper-wrapper .main{
		width: 91.380%;
		border-radius: 50%;
		border: 1px solid rgba(237, 237, 237, 1);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .upper-wrapper img.background-image{
		transition: ease 5s;
		-o-transition: ease 5s;
		-ms-transition: ease 5s;
		-moz-transition: ease 5s;
		-webkit-transition: ease 5s;
		animation: rotate 50s linear infinite;
		-webkit-animation: rotate 50s linear infinite;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .below-wrapper{
		width: 38.533%;
		padding-right: 3.670%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .below-wrapper .title{
		font-size: 20px;
		line-height: 26px;
		-webkit-line-clamp: 2;
		color: rgba(42, 42, 42, 1);
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .below-wrapper .abstract{
		font-size: 16px;
		line-height: 26px;
		margin-top: 11.905%;
		-webkit-line-clamp: 3;
		color: rgba(42, 42, 42, 1);
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .below-wrapper .button{
		gap: 20px;
		height: 40px;
		display: flex;
		width: 34.524%;
		font-size: 12px;
		border-radius: 20px;
		align-items: center;
		margin-top: 19.048%;
		justify-content: center;
		color: rgba(255, 255, 255, 1);
		background-color: rgba(8, 74, 202, 1);
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .below-wrapper .button span{
		font-size: 18px;
		color: rgba(255, 255, 255, 1);
	}

	/* 产品中心-内容-幻灯片-次要的 */
	.index-products .widget .content-wrapper .banner-wrapper .item .minor-banner{
		width: 23.509%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .minor-banner .swiper-slide .content{
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .minor-banner .swiper-slide .content .image{
		width: 65.672%;
		border-radius: 50%;
		padding: 32.836% 0%;
		background-color: rgba(255, 255, 255, 1);
		position: relative;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .minor-banner .swiper-slide .content .image .main{
		width: 61.364%;
		border-radius: inherit;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .minor-banner .swiper-slide .content .image .main img{
		width: 100%;
		height: 100%;
		border-radius: inherit;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .minor-banner .swiper-slide .content .title{
		width: 89.553%;
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		margin-top: 11.941%;
		-webkit-line-clamp: 2;
		color: rgba(42, 42, 42, 1);
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .minor-banner .swiper-slide .content .on-data{
		width: 100%;
		line-height: 1;
		font-size: 20px;
		text-align: center;
		color: rgba(42, 42, 42, 1);
	}

/* 关于我们 */
	.index-about-us{
		width: 100%;
		padding: 6.832% 0% 8.146%;
	}

	/* 关于我们-内容 */
	.index-about-us .content-wrapper{
		width: 100%;
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}
	
	.index-about-us .content-wrapper .upper-wrapper{
		width: 40.858%;
	}
	
	.index-about-us .content-wrapper .upper-wrapper img{
		width: 100%;
		height: 100%;
	}
	
	.index-about-us .content-wrapper .below-wrapper{
		display: flex;
		width: 49.286%;
		flex-direction: column;
		justify-content: space-between; 
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .header{
		width: 100%;
		margin-top: 5.798%;
		padding-bottom: 7.247%;
		border-bottom: 5px solid rgba(8, 74, 202, 1);
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .header .title p{
		line-height: 1;
		font-size: 36px;
		margin-bottom: 2.899%;
		color: rgba(8, 74, 202, 1);
		font-family: "Montserrat-Regular";
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .header .title p:last-child{
		margin-bottom: 0%;
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .header .explain{
		width: 100%;
		margin-top: 5.798%;
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .header .explain p{
		line-height: 1;
		font-size: 26px;
		margin-bottom: 2.174%;
		color: rgba(109, 109, 109, 1);
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .header .explain p:last-child{
		margin-bottom: 0%;
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .abstract{
		width: 100%;
		font-size: 16px;
		line-height: 26px;
		margin-top: 5.798%;
		-webkit-line-clamp: 18;
		color: rgba(109, 109, 109, 1);
	}
	
	.index-about-us .content-wrapper .below-wrapper .button{
		width: 25.363%;
		display: block;
		font-size: 16px;
		line-height: 60px;
		text-align: center;
		color: rgba(255, 255, 255, 1);
		background-color: rgba(8, 74, 202, 1);
	}

	/* 关于我们-公司数据 */
	.index-about-us .company-data{
		width: 100%;
		display: grid;
		padding: 4.858% 0%;
		margin-top: 8.929%;
		border-radius: 10px;
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		grid-template-columns: repeat(4, 1fr);
		position: relative;
	}
	
	.index-about-us .company-data .item{
		width: 100%;
		display: flex;
		align-content: center;
		flex-direction: column;
		justify-content: center;
		border-right: 1px solid rgba(255, 255, 255, 1);
	}
	
	.index-about-us .company-data .item:last-child{
		border-right-width: 0px;
	}
	
	.index-about-us .company-data .item .number{
		width: 100%;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	
	.index-about-us .company-data .item .number p:first-child{
		font-size: 46px;
		line-height: 0.84;
		margin-right: 2.858%;
		color: rgba(255, 255, 255, 1);
	}
	
	.index-about-us .company-data .item .number p:last-child{
		line-height: 1;
		font-size: 20px;
		color: rgba(255, 255, 255, 1);
	}
	
	.index-about-us .company-data .item .name{
		line-height: 1;
		font-size: 20px;
		text-align: center;
		margin-top: 5.715%;
		color: rgba(255, 255, 255, 1);
	}

/* 我们优势 */
	.index-advantage{
		width: 100%;
		padding-bottom: 2.102%;
		position: relative;
	}
	
	.index-advantage .upper-wrapper{
		width: 52.549%;
		padding: 3.153% 0% 2.102%;
		padding-left: calc(100% - var(--computer-right-width));
		background-color: rgba(246, 246, 246, 1);
	}

	/* 我们优势-头部 */
	.index-advantage .upper-wrapper .header .title p{
		width: 100%;
		line-height: 1;
		font-size: 36px;
		color: rgba(19, 19, 19, 1);
		font-family: "Montserrat-Regular";
	}

	/* 我们优势-列表 */
	.index-advantage .upper-wrapper .list{
		width: 90%;
		margin-top: 3%;
		max-height: 690px;
	}
	
	.index-advantage .upper-wrapper .list .item{
		width: 100%;
		display: flex;
		padding: 2.778% 0%;
		align-items: stretch;
		justify-content: space-between;
	}
	
	.index-advantage .upper-wrapper .list .item .number p{
		display: flex;
		font-size: 110px;
		line-height: 0.8;
		font-weight: bold;
		width: fit-content;
		align-items: center;
		font-family: '微软雅黑';
		width: -moz-fit-content;
		justify-content: center;
		width: -webkit-fit-content;
		color: rgba(246, 246, 246, 1);
		-webkit-text-stroke: 1px rgba(115, 115, 115, 1);
	}
	
	.index-advantage .upper-wrapper .list .item .content{
		display: flex;
		width: 66.667%;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.index-advantage .upper-wrapper .list .item .content .title{
		width: 100%;
		font-size: 22px;
		line-height: 28px;
		-webkit-line-clamp: 1;
		color: rgba(16, 16, 16, 1);
	}
	
	.index-advantage .upper-wrapper .list .item .content .abstract{
		width: 100%;
		height: 44px;
		font-size: 14px;
		line-height: 22px;
		-webkit-line-clamp: 2;
		color: rgba(16, 16, 16, 1);
	}
	
	.index-advantage .upper-wrapper .list .item span{
		display: flex;
		font-size: 65px;
		visibility: hidden;
		align-items: center;
		justify-content: center;
		color: rgba(8, 74, 202, 1);
	}
	
	.index-advantage .below-wrapper{
		width: 37.835%;
		max-height: 795px;
		position: absolute;
		right: 0%;
		bottom: 0%;
	}
	
	.index-advantage .below-wrapper .image{
		width: 100%;
		margin-bottom: 0.704%;
	}
	
	.index-advantage .below-wrapper .image img{
		width: 100%;
		height: 100%;
	}
	
	.index-advantage .below-wrapper .content-wrapper{
		width: 100%;
		position: relative;
	}
	
	.index-advantage .below-wrapper .content-wrapper img{
		width: 100%;
		height: 100%;
	}
	
	.index-advantage .below-wrapper .content-wrapper .content{
		padding: 9.723% 13.889% 0%;
		position: absolute;
		top: 0%;
		right: 0%;
		bottom: 0%;
		left: 0%;
	}
	
	.index-advantage .below-wrapper .content-wrapper .content .title{
		font-size: 26px;
		line-height: 32px;
		-webkit-line-clamp: 2;
		color: rgba(255, 255, 255, 1);
	}
	
	.index-advantage .below-wrapper .content-wrapper .content .abstract{
		height: 120px;
		font-size: 14px;
		line-height: 24px;
		margin-top: 3.847%;
		color: rgba(255, 255, 255, 1);
	}

/* 新闻 */
	.index-news{
		width: 100%;
		padding: 6.306% 0% 6.832%;
	}

	/* 新闻-头部 */
	.index-news .header .title p{
		width: 100%;
		line-height: 1;
		font-size: 46px;
		color: rgba(16, 16, 16, 1);
		font-family: "Montserrat-Regular";
	}

	/* 新闻-内容 */
	.index-news .content-wrapper{
		width: 100%;
		margin-top: 4.286%;
	}

	/* 新闻-内容-主要的 */
	.index-news .content-wrapper .upper-wrapper{
		width: 100%;
		display: flex;
		padding-bottom: 6%;
		align-items: flex-start;
		justify-content: space-between;
		border-bottom: 1px solid rgba(223, 223, 223, 0.8);
	}
	
	.index-news .content-wrapper .upper-wrapper .images{
		width: 48.643%;
		border-radius: 10px;
	}
	
	.index-news .content-wrapper .upper-wrapper .images img{
		width: 100%;
		height: 100%;
		border-radius: inherit;
	}
	
	.index-news .content-wrapper .upper-wrapper .content{
		width: 43.572%;
		margin-top: 3.572%;
		padding-right: 2.858%;
	}
	
	.index-news .content-wrapper .upper-wrapper .content .title{
		line-height: 1;
		font-size: 26px;
		-webkit-line-clamp: 1;
		color: rgba(14, 14, 14, 1);
	}
	
	.index-news .content-wrapper .upper-wrapper .content .title p{
		font-family: "Montserrat-Regular";
	}
	
	.index-news .content-wrapper .upper-wrapper .content .abstract{
		font-size: 16px;
		line-height: 26px;
		margin-top: 4.099%;
		-webkit-line-clamp: 5;
		color: rgba(91, 91, 91, 1);
	}
	
	.index-news .content-wrapper .upper-wrapper .content .button{
		line-height: 1;
		display: block;
		font-size: 18px;
		margin-top: 6.558%;
		color: rgba(8, 74, 202, 1);
		text-decoration: underline;
		font-family: "Montserrat-Regular";
	}

	/* 新闻-内容-次要的 */
	.index-news .content-wrapper .below-wrapper{
		width: 100%;
		display: grid;
		grid-row-gap: 75px;
		margin-top: 3.572%;
		grid-template-columns: repeat(3, 1fr);
	}
	
	.index-news .content-wrapper .below-wrapper .item{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		border-right: 1px solid rgba(223, 223, 223, 0.8);
	}
	
	.index-news .content-wrapper .below-wrapper .item:nth-child(3n){
		border-right-width: 0px;
	}
	
	.index-news .content-wrapper .below-wrapper .item .date{
		width: 15%;
		overflow: hidden;
		padding: 7.5% 0%;
		border-radius: 10px;
		margin-right: 5.358%;
		background-color: rgba(246, 246, 246, 1);
		position: relative;
	}
	
	.index-news .content-wrapper .below-wrapper .item .date .content{
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		border-radius: inherit;
		justify-content: center;
		position: absolute;
		top: 0%;
		right: 0%;
		bottom: 0%;
		left: 0%;
	}
	
	.index-news .content-wrapper .below-wrapper .item .date .content p:first-child{
		line-height: 1;
		font-size: 26px;
		color: rgba(35, 35, 35, 1);
		font-family: "Montserrat-Regular";
	}
	
	.index-news .content-wrapper .below-wrapper .item .date .content p:last-child{
		line-height: 1;
		font-size: 12px;
		margin-top: 7.143%;
		color: rgba(68, 68, 68, 1);
	}
	
	.index-news .content-wrapper .below-wrapper .item .title{
		width: 57.857%;
		font-size: 18px;
		line-height: 22px;
		color: rgba(68, 68, 68, 1);
	}

	/* 幻灯片-指示灯-选中 */
	.index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background-color: rgba(255, 255, 255, 1);
	}

	/* 产品中心-头部-切换按钮-选中 */
	.index-products .widget .header .below-wrapper .swiper-button.current-item{
		display: flex;
	}

	/* 产品中心-头部-切换按钮-悬停 */
	.index-products .widget .header .below-wrapper .swiper-button .item.current-hover-item{
		color: rgba(255, 255, 255, 1);
		background-color: rgba(8, 74, 202, 1);
	}

	/* 产品中心-内容-类别-选中 */
	.index-products .widget .content-wrapper .category-menu-wrapper .item.current-menu-item{
		color: rgba(8, 74, 202, 1);
	}

	/* 产品中心-内容-幻灯片-选中 */
	.index-products .widget .content-wrapper .banner-wrapper .item.current-item{
		display: flex;
	}

	/* 我们优势-列表-选中 */
	.index-advantage .upper-wrapper .list .item.current-item .number p{
		-webkit-text-stroke: 1px rgba(8, 74, 202, 1);
	}
	
	.index-advantage .upper-wrapper .list .item.current-item .content .title{
		color: rgba(8, 74, 202, 1);
	}
	
	.index-advantage .upper-wrapper .list .item.current-item span{
		visibility: visible;
	}

	/* 新闻-内容-主要的-悬停 */
	.index-news .content-wrapper .upper-wrapper.current-hover-item .content .title{
		color: rgba(8, 74, 202, 1);
	}
	
	.index-news .content-wrapper .upper-wrapper.current-hover-item .content .abstract{
		color: rgba(8, 74, 202, 1);
	}

	/* 新闻-内容-次要的-悬停 */
	.index-news .content-wrapper .below-wrapper .item.current-hover-item .title{
		color: rgba(8, 74, 202, 1);
	}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 幻灯片 */

	/* 幻灯片-内容 */
	.index-banner .widget .content-wrapper .title{
		font-size: 40px;
	}
	
	.index-banner .widget .content-wrapper .title p{
		margin-bottom: 1.250%;
	}
	
	.index-banner .widget .content-wrapper .explain p{
		font-size: 20px;
		margin-bottom: 0.834%;
	}
	
	.index-banner .widget .content-wrapper .button{
		width: 13.334%;
		font-size: 14px;
		line-height: 40px;
		border-radius: 20px;
	}

	/* 幻灯片-指示灯 */
	.index-banner .swiper-pagination{
		bottom: 10.981%;
	}

/* 产品中心 */
	.index-products{
		padding: 6.945% 0% 7.639%;
	}

	/* 产品中心-头部 */
	.index-products .widget .header .upper-wrapper .title{
		width: 80.834%;
	}
	
	.index-products .widget .header .upper-wrapper .title p:first-child{
		font-size: 38px;
		margin-bottom: 1.873%;
	}
	
	.index-products .widget .header .upper-wrapper .title p:last-child{
		font-size: 18px;
	}
	
	.index-products .widget .header .upper-wrapper .text{
		width: 19.167%;
		font-size: 14px;
	}
	
	.index-products .widget .header .below-wrapper{
		width: 75.758%;
	}
	
	.index-products .widget .header .below-wrapper .button{
		font-size: 12px;
	}

	/* 产品中心-头部-切换按钮 */
	.index-products .widget .header .below-wrapper .swiper-button .item{
		border-radius: 8px;
	}
	
	.index-products .widget .header .below-wrapper .swiper-button .item span{
		font-size: 18px;
	}

	/* 产品中心-内容 */
	.index-products .widget .content-wrapper{
		margin-top: 3.031%;
	}

	/* 产品中心-内容-类别 */
	.index-products .widget .content-wrapper .category-menu-wrapper{
		gap: 10px;
		width: 12.122%;
		margin-top: 1.516%;
	}
	
	.index-products .widget .content-wrapper .category-menu-wrapper .item{
		font-size: 14px;
		line-height: 18px;
		padding: 6.250% 0%;
	}

	/* 产品中心-内容-幻灯片 */
	.index-products .widget .content-wrapper .banner-wrapper{
		width: 86.364%;
	}

	/* 产品中心-内容-幻灯片-主要的 */
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner{
		width: 77.808%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .upper-wrapper{
		width: 52.988%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .upper-wrapper .main{
		width: 91.490%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .below-wrapper{
		width: 39.459%;
		padding-right: 3.383%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .below-wrapper .title{
		font-size: 18px;
		line-height: 22px;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .below-wrapper .abstract{
		font-size: 14px;
		line-height: 22px;
		margin-top: 11.429%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .below-wrapper .button{
		gap: 15px;
		width: 40%;
		margin-top: 17.143%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .below-wrapper .button span{
		font-size: 16px;
	}

	/* 产品中心-内容-幻灯片-次要的 */
	.index-products .widget .content-wrapper .banner-wrapper .item .minor-banner{
		width: 22.193%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .minor-banner .swiper-slide .content .image{
		width: 63.242%;
		padding: 31.621% 0%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .minor-banner .swiper-slide .content .image .main{
		width: 62.500%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .minor-banner .swiper-slide .content .title{
		width: 90.910%;
		margin-top: 11.858%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .minor-banner .swiper-slide .content .on-data{
		font-size: 18px;
	}

/* 关于我们 */
	.index-about-us{
		padding: 6.598% 0% 7.987%;
	}

	/* 关于我们-内容 */
	.index-about-us .content-wrapper .upper-wrapper{
		width: 41.667%;
	}
	
	.index-about-us .content-wrapper .below-wrapper{
		width: 50%;
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .header{
		margin-top: 5%;
		padding-bottom: 6.667%;
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .header .title p{
		font-size: 28px;
		margin-bottom: 2.500%;
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .header .explain{
		margin-top: 5%;
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .header .explain p{
		font-size: 18px;
		margin-bottom: 1.667%;
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .abstract{
		margin-top: 5%;
		font-size: 14px;
		line-height: 24px;
	}
	
	.index-about-us .content-wrapper .below-wrapper .button{
		width: 25%;
		font-size: 14px;
		line-height: 50px;
	}

	/* 关于我们-公司数据 */
	.index-about-us .company-data{
		padding: 4.584% 0%;
		margin-top: 8.334%;
		border-radius: 8px;
	}
	
	.index-about-us .company-data .item .number p:first-child{
		font-size: 38px;
		margin-right: 3.334%;
	}
	
	.index-about-us .company-data .item .number p:last-child{
		font-size: 18px;
	}
	
	.index-about-us .company-data .item .name{
		margin-top: 5%;
		font-size: 18px;
	}

/* 我们优势 */
	.index-advantage{
		padding-bottom: 2.431%;
	}
	
	.index-advantage .upper-wrapper{
		width: 52.778%;
		padding: 3.126% 0% 2.084%;
		padding-left: calc(100% - var(--computer-right-width));
	}

	/* 我们优势-头部 */
	.index-advantage .upper-wrapper .header .title p{
		font-size: 28px;
	}

	/* 我们优势-列表 */
	.index-advantage .upper-wrapper .list{
		width: 89.474%;
		max-height: 560px;
		margin-top: 3.290%;
	}
	
	.index-advantage .upper-wrapper .list .item{
		padding: 2.942% 0%;
	}
	
	.index-advantage .upper-wrapper .list .item .number p{
		font-size: 90px;
	}
	
	.index-advantage .upper-wrapper .list .item .content{
		width: 69.118%;
	}
	
	.index-advantage .upper-wrapper .list .item .content .title{
		font-size: 18px;
		line-height: 24px;
	}
	
	.index-advantage .upper-wrapper .list .item .content .abstract{
		height: 40px;
		font-size: 12px;
		line-height: 20px;
	}
	
	.index-advantage .upper-wrapper .list .item span{
		font-size: 50px;
	}
	
	.index-advantage .below-wrapper{
		width: 43.056%;
		max-height: 685px;
	}
	
	.index-advantage .below-wrapper .image{
		margin-bottom: 0.769%;
	}
	
	.index-advantage .below-wrapper .content-wrapper .content{
		padding: 9.678% 13.710% 0%;
	}
	
	.index-advantage .below-wrapper .content-wrapper .content .title{
		font-size: 22px;
		line-height: 28px;
	}
	
	.index-advantage .below-wrapper .content-wrapper .content .abstract{
		height: 100px;
		font-size: 12px;
		line-height: 20px;
		margin-top: 3.043%;
	}

/* 新闻 */
	.index-news{
		padding: 6.250% 0% 6.598%;
	}

	/* 新闻-头部 */
	.index-news .header .title p{
		font-size: 38px;
	}

	/* 新闻-内容 */
	.index-news .content-wrapper{
		margin-top: 4.167%;
	}

	/* 新闻-内容-主要的 */
	.index-news .content-wrapper .upper-wrapper{
		padding-bottom: 5.834%;
	}
	
	.index-news .content-wrapper .upper-wrapper .images{
		width: 48.750%;
		border-radius: 8px;
	}
	
	.index-news .content-wrapper .upper-wrapper .content{
		width: 44.167%;
		margin-top: 3.334%;
		padding-right: 2.500%;
	}
	
	.index-news .content-wrapper .upper-wrapper .content .title{
		font-size: 22px;
	}
	
	.index-news .content-wrapper .upper-wrapper .content .abstract{
		font-size: 14px;
		line-height: 22px;
	}
	
	.index-news .content-wrapper .upper-wrapper .content .button{
		font-size: 16px;
		margin-top: 5.661%;
	}

	/* 新闻-内容-次要的 */
	.index-news .content-wrapper .below-wrapper{
		grid-row-gap: 50px;
		margin-top: 3.334%;
	}
	
	.index-news .content-wrapper .below-wrapper .item .date{
		margin-right: 5%;
		border-radius: 8px;
	}
	
	.index-news .content-wrapper .below-wrapper .item .date .content p:first-child{
		font-size: 22px;
	}
	
	.index-news .content-wrapper .below-wrapper .item .date .content p:last-child{
		font-size: 12px;
		margin-top: 8.334%;
	}
	
	.index-news .content-wrapper .below-wrapper .item .title{
		font-size: 16px;
		line-height: 20px;
	}

	/* 幻灯片-指示灯-选中 */

	/* 产品中心-头部-切换按钮-选中 */

	/* 产品中心-头部-切换按钮-悬停 */

	/* 产品中心-内容-类别-选中 */

	/* 产品中心-内容-幻灯片-选中 */

	/* 我们优势-列表-选中 */

	/* 新闻-内容-主要的-悬停 */

	/* 新闻-内容-次要的-悬停 */
}

/* 响应 1000 */
@media screen and (max-width: 1000px) {
/* 幻灯片 */

	/* 幻灯片-内容 */
	.index-banner .widget .content-wrapper .title{
		font-size: 24px;
	}
	
	.index-banner .widget .content-wrapper .title p{
		text-align: center;
		margin-bottom: 1.447%;
	}
	
	.index-banner .widget .content-wrapper .explain{
		margin-top: 2.171%;
	}
	
	.index-banner .widget .content-wrapper .explain p{
		font-size: 16px;
		text-align: center;
		margin-bottom: 0.724%;
	}
	
	.index-banner .widget .content-wrapper .button{
		width: 20.255%;
		font-size: 12px;
		line-height: 35px;
		border-radius: 17.5px;
		margin: 4.341% auto 0%;
	}

	/* 幻灯片-指示灯 */
	.index-banner .swiper-pagination{
		bottom: 8.824%;
	}
	
	.index-banner .swiper-pagination .swiper-pagination-bullet{
		width: 30px;
		padding: 1px 0%;
		border-radius: 1px;
	}

/* 产品中心 */
	.index-products{
		padding: 6.511% 0% 7.813%;
	}
	
	.index-products .widget{
		margin: 0% auto;
		width: var(--computer-right-width);
	}

	/* 产品中心-头部 */
	.index-products .widget .header .upper-wrapper .title{
		width: 100%;
	}
	
	.index-products .widget .header .upper-wrapper .title p:first-child{
		font-size: 30px;
		margin-bottom: 1.447%;
	}
	
	.index-products .widget .header .upper-wrapper .title p:last-child{
		font-size: 16px;
	}
	
	.index-products .widget .header .upper-wrapper .text{
		display: none;
	}
	
	.index-products .widget .header .below-wrapper{
		width: 100%;
	}

	/* 产品中心-头部-切换按钮 */
	.index-products .widget .header .below-wrapper .swiper-button{
		width: 13.022%;
	}
	
	.index-products .widget .header .below-wrapper .swiper-button .item{
		width: 38.889%;
		border-radius: 6px;
		padding: 19.445% 0%;
		border: 1px solid rgba(230, 230, 230, 1);
	}
	
	.index-products .widget .header .below-wrapper .swiper-button .item span{
		font-size: 16px;
	}

	/* 产品中心-内容 */
	.index-products .widget .content-wrapper{
		display: block;
		margin-top: 3.617%;
	}

	/* 产品中心-内容-类别 */
	.index-products .widget .content-wrapper .category-menu-wrapper{
		width: 100%;
		display: grid;
		margin-top: 0%;
		flex-direction: unset;
		grid-template-columns: repeat(4, 1fr);
	}
	
	.index-products .widget .content-wrapper .category-menu-wrapper .item{
		display: flex;
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		padding: 6.050% 0%;
		align-items: center;
		justify-content: center;
	}

	/* 产品中心-内容-幻灯片 */
	.index-products .widget .content-wrapper .banner-wrapper{
		width: 100%;
		margin-top: 2.894%;
	}

	/* 产品中心-内容-幻灯片-主要的 */
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner{
		width: 100%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .upper-wrapper{
		width: 52.099%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .upper-wrapper .main{
		width: 91.667%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .below-wrapper{
		width: 40.521%;
		padding-right: 4.342%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .below-wrapper .title{
		font-size: 16px;
		line-height: 18px;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .below-wrapper .abstract{
		font-size: 12px;
		line-height: 18px;
		margin-top: 8.929%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .below-wrapper .button{
		gap: 10px;
		height: 35px;
		width: 42.858%;
		margin-top: 14.286%;
		border-radius: 17.5px;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .below-wrapper .button span{
		font-size: 14px;
	}

	/* 产品中心-内容-幻灯片-次要的 */
	.index-products .widget .content-wrapper .banner-wrapper .item .minor-banner{
		display: none;
	}

/* 关于我们 */
	.index-about-us{
		padding: 6.511% 0% 7.813%;
	}

	/* 关于我们-内容 */
	.index-about-us .content-wrapper{
		display: block;
	}
	
	.index-about-us .content-wrapper .upper-wrapper{
		width: 100%;
	}
	
	.index-about-us .content-wrapper .below-wrapper{
		width: 100%;
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .header{
		margin-top: 3.617%;
		padding-bottom: 4.341%;
		border-bottom-width: 3px;
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .header .title p{
		font-size: 24px;
		margin-bottom: 1.447%;
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .header .explain{
		margin-top: 3.617%;
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .header .explain p{
		font-size: 14px;
		margin-bottom: 0.724%;
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .abstract{
		font-size: 12px;
		line-height: 20px;
		margin-top: 3.617%;
	}
	
	.index-about-us .content-wrapper .below-wrapper .button{
		width: 20.255%;
		font-size: 12px;
		line-height: 40px;
		margin-top: 5.788%;
	}

	/* 关于我们-公司数据 */
	.index-about-us .company-data{
		padding: 4.341% 0%;
		margin-top: 8.681%;
		border-radius: 6px;
		grid-row-gap: 30px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.index-about-us .company-data .item:nth-child(2n){
		border-right-width: 0px;
	}
	
	.index-about-us .company-data .item .number p:first-child{
		font-size: 30px;
		line-height: 0.84;
		margin-right: 2.894%;
	}
	
	.index-about-us .company-data .item .number p:last-child{
		font-size: 16px;
	}
	
	.index-about-us .company-data .item .name{
		font-size: 16px;
		margin-top: 4.341%;
	}

/* 我们优势 */
	.index-advantage{
		padding-bottom: 3.256%;
	}
	
	.index-advantage .upper-wrapper{
		width: 48.829%;
		padding: 5.209% 0% 4.558%;
		padding-left: calc((100% - var(--computer-right-width)) / 2);
	}

	/* 我们优势-头部 */
	.index-advantage .upper-wrapper .header .title p{
		font-size: 24px;
	}

	/* 我们优势-列表 */
	.index-advantage .upper-wrapper .list{
		width: 93.334%;
		max-height: 470px;
		margin-top: 3.982%;
	}
	
	.index-advantage .upper-wrapper .list .item{
		padding: 4.286% 0%;
	}
	
	.index-advantage .upper-wrapper .list .item .number p{
		font-size: 70px;
	}
	
	.index-advantage .upper-wrapper .list .item .content{
		width: 62.858%;
	}
	
	.index-advantage .upper-wrapper .list .item .content .title{
		line-height: 1;
		font-size: 14px;
	}
	
	.index-advantage .upper-wrapper .list .item .content .abstract{
		height: 36px;
		line-height: 18px;
	}
	
	.index-advantage .upper-wrapper .list .item span{
		font-size: 35px;
	}
	
	.index-advantage .below-wrapper{
		width: 47.527%;
		max-height: 404px;
	}
	
	.index-advantage .below-wrapper .image{
		margin-bottom: 0.977%;
	}
	
	.index-advantage .below-wrapper .content-wrapper .content{
		padding: 4.110% 5.480% 0%;
	}
	
	.index-advantage .below-wrapper .content-wrapper .content .title{
		font-size: 18px;
		line-height: 24px;
	}
	
	.index-advantage .below-wrapper .content-wrapper .content .abstract{
		height: 72px;
		font-size: 12px;
		line-height: 18px;
	}

/* 新闻 */
	.index-news{
		padding: 5.860% 0% 6.511%;
	}

	/* 新闻-头部 */
	.index-news .header .title p{
		font-size: 30px;
	}

	/* 新闻-内容 */
	.index-news .content-wrapper{
		margin-top: 3.617%;
	}

	/* 新闻-内容-主要的 */
	.index-news .content-wrapper .upper-wrapper{
		padding-bottom: 5.064%;
	}
	
	.index-news .content-wrapper .upper-wrapper .images{
		width: 48.468%;
		border-radius: 6px;
	}
	
	.index-news .content-wrapper .upper-wrapper .content{
		width: 47.744%;
		margin-top: 0%;
		padding-right: 0%;
	}
	
	.index-news .content-wrapper .upper-wrapper .content .title{
		font-size: 18px;
	}
	
	.index-news .content-wrapper .upper-wrapper .content .abstract{
		font-size: 12px;
		line-height: 18px;
		margin-top: 4.546%;
	}
	
	.index-news .content-wrapper .upper-wrapper .content .button{
		font-size: 14px;
		margin-top: 6.061%;
	}

	/* 新闻-内容-次要的 */
	.index-news .content-wrapper .below-wrapper{
		grid-row-gap: 25px;
		margin-top: 3.617%;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.index-news .content-wrapper .below-wrapper .item:nth-child(3n){
		border-right-width: 1px;
	}
	
	.index-news .content-wrapper .below-wrapper .item:nth-child(2n){
		border-right-width: 0px;
	}
	
	.index-news .content-wrapper .below-wrapper .item .date{
		width: 17.362%;
		padding: 8.681% 0%;
		border-radius: 6px;
		margin-right: 4.341%;
	}
	
	.index-news .content-wrapper .below-wrapper .item .date .content p:first-child{
		font-size: 18px;
	}
	
	.index-news .content-wrapper .below-wrapper .item .date .content p:last-child{
		font-size: 12px;
		margin-top: 8.334%;
	}
	
	.index-news .content-wrapper .below-wrapper .item .title{
		width: 57.872%;
		font-size: 14px;
		line-height: 18px;
	}

	/* 幻灯片-指示灯-选中 */

	/* 产品中心-头部-切换按钮-选中 */

	/* 产品中心-头部-切换按钮-悬停 */

	/* 产品中心-内容-类别-选中 */

	/* 产品中心-内容-幻灯片-选中 */

	/* 我们优势-列表-选中 */

	/* 新闻-内容-主要的-悬停 */

	/* 新闻-内容-次要的-悬停 */
}

/* 响应 750 */
@media screen and (max-width: 750px) {
/* 幻灯片 */
	.index-banner img.mobile-image{
		display: block;
	}
	
	.index-banner img.computer-image{
		display: none;
	}

	/* 幻灯片-内容 */
	.index-banner .widget .content-wrapper .title{
		font-size: 16px;
	}
	
	.index-banner .widget .content-wrapper .title p{
		margin-bottom: 2.092%;
	}
	
	.index-banner .widget .content-wrapper .explain{
		margin-top: 2.615%;
	}
	
	.index-banner .widget .content-wrapper .explain p{
		font-size: 12px;
		margin-bottom: 1.308%;
	}
	
	.index-banner .widget .content-wrapper .button{
		width: 31.373%;
		font-size: 12px;
		line-height: 30px;
		border-radius: 15px;
		margin: 2.615% auto 0%;
	}

	/* 幻灯片-指示灯 */
	.index-banner .swiper-pagination{
		bottom: 7.973%;
	}

/* 产品中心 */
	.index-products{
		padding: 7.059% 0% 8.236%;
	}

	/* 产品中心-头部 */
	.index-products .widget .header .upper-wrapper .title p:first-child{
		font-size: 26px;
		margin-bottom: 2.092%;
	}
	
	.index-products .widget .header .upper-wrapper .title p:last-child{
		font-size: 14px;
	}

	/* 产品中心-头部-切换按钮 */
	.index-products .widget .header .below-wrapper{
		margin-top: 2.615%;
	}
	
	.index-products .widget .header .below-wrapper .swiper-button{
		width: 20.916%;
	}
	
	.index-products .widget .header .below-wrapper .swiper-button .item{
		width: 37.500%;
		padding: 18.750% 0%;
	}
	
	.index-products .widget .header .below-wrapper .swiper-button .item span{
		font-size: 14px;
	}

	/* 产品中心-内容 */
	.index-products .widget .content-wrapper{
		display: block;
		margin-top: 3.617%;
	}

	/* 产品中心-内容-类别 */
	.index-products .widget .content-wrapper .category-menu-wrapper{
		grid-gap: 5px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.index-products .widget .content-wrapper .category-menu-wrapper .item{
		padding: 5.299% 0%;
	}

	/* 产品中心-内容-幻灯片 */
	.index-products .widget .content-wrapper .banner-wrapper{
		margin-top: 3.922%;
	}

	/* 产品中心-内容-幻灯片-主要的 */
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content{
		flex-direction: column;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .upper-wrapper{
		width: 83.661%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .upper-wrapper .main{
		width: 90.626%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .below-wrapper{
		width: 100%;
		padding-right: 0%;
		margin-top: 5.229%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .below-wrapper .abstract{
		margin-top: 2.615%;
	}
	
	.index-products .widget .content-wrapper .banner-wrapper .item .main-banner .swiper-slide .content .below-wrapper .button{
		gap: 5px;
		width: 36.602%;
		margin-top: 6.536%;
	}

	/* 产品中心-内容-幻灯片-次要的 */

/* 关于我们 */
	.index-about-us{
		padding: 5.883% 0% 7.059%;
	}

	/* 关于我们-内容 */
	.index-about-us .content-wrapper .below-wrapper .content .header{
		margin-top: 3.922%;
		padding-bottom: 5.229%;
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .header .title p{
		margin-bottom: 2.092%;
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .header .explain{
		margin-top: 3.922%;
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .header .explain p{
		margin-bottom: 1.308%;
	}
	
	.index-about-us .content-wrapper .below-wrapper .content .abstract{
		margin-top: 3.922%;
	}
	
	.index-about-us .content-wrapper .below-wrapper .button{
		width: 31.373%;
		line-height: 35px;
		margin-top: 5.229%;
	}

	/* 关于我们-公司数据 */
	.index-about-us .company-data{
		width: auto;
		grid-row-gap: 0px;
		margin-top: 7.844%;
		padding: 0% 5.229%;
		border-right-width: 0px;
		grid-template-columns: repeat(1, 1fr);
	}
	
	.index-about-us .company-data .item{
		padding: 5.840% 0%;
		border-right-width: 0px;
		border-bottom: 1px solid rgba(255, 255, 255, 1);
	}
	
	.index-about-us .company-data .item:last-child{
		border-bottom-width: 0px;
	}
	
	.index-about-us .company-data .item .number p:first-child{
		margin-right: 2.920%;
	}
	
	.index-about-us .company-data .item .name{
		margin-top: 2.920%;
	}

/* 我们优势 */
	.index-advantage{
		padding-bottom: 4.706%;
	}
	
	.index-advantage .upper-wrapper{
		margin: 0% auto;
		padding: 5.883% 0% 4.706%;
		width: var(--computer-right-width);
		padding-left: calc((100% - var(--computer-right-width)) / 2);
		padding-right: calc((100% - var(--computer-right-width)) / 2);
	}

	/* 我们优势-头部 */
	.index-advantage .upper-wrapper .header .title p{
		font-size: 22px;
	}

	/* 我们优势-列表 */
	.index-advantage .upper-wrapper .list{
		width: 100%;
		margin-top: 3.922%;
	}
	
	.index-advantage .upper-wrapper .list .item{
		padding: 3.922% 0%;
	}
	
	.index-advantage .upper-wrapper .list .item .content{
		width: 62.746%;
	}
	
	.index-advantage .below-wrapper{
		width: 100%;
		max-height: 470px;
		position: static;
	}
	
	.index-advantage .below-wrapper .image{
		margin-bottom: 0.876%;
	}
	
	.index-advantage .below-wrapper .content-wrapper .content{
		padding: 3.530% 4.706% 0%;
	}
	
	.index-advantage .below-wrapper .content-wrapper .content .title{
		font-size: 16px;
		line-height: 22px;
	}
	
	.index-advantage .below-wrapper .content-wrapper .content .abstract{
		margin-top: 2.598%;
	}

/* 新闻 */
	.index-news{
		padding: 5.883% 0% 7.059%;
	}

	/* 新闻-头部 */
	.index-news .header .title p{
		font-size: 22px;
	}

	/* 新闻-内容 */
	.index-news .content-wrapper{
		margin-top: 5.229%;
	}

	/* 新闻-内容-主要的 */
	.index-news .content-wrapper .upper-wrapper{
		display: block;
		padding-bottom: 5.229%;
	}
	
	.index-news .content-wrapper .upper-wrapper .images{
		width: 100%;
	}
	
	.index-news .content-wrapper .upper-wrapper .content{
		width: 100%;
		margin-top: 3.922%;
	}
	
	.index-news .content-wrapper .upper-wrapper .content .title{
		font-size: 16px;
	}
	
	.index-news .content-wrapper .upper-wrapper .content .abstract{
		margin-top: 5.229%;
	}
	
	.index-news .content-wrapper .upper-wrapper .content .button{
		font-size: 12px;
		margin-top: 3.922%;
	}

	/* 新闻-内容-次要的 */
	.index-news .content-wrapper .below-wrapper{
		grid-row-gap: 20px;
		margin-top: 5.229%;
		grid-template-columns: repeat(1, 1fr);
	}
	
	.index-news .content-wrapper .below-wrapper .item{
		align-items: flex-start;
		border-right-width: 0px;
		justify-content: flex-start;
	}
	
	.index-news .content-wrapper .below-wrapper .item:nth-child(3n){
		border-right-width: 0px;
	}
	
	.index-news .content-wrapper .below-wrapper .item .date{
		width: 15.687%;
		padding: 7.844% 0%;
		margin-right: 3.922%;
	}
	
	.index-news .content-wrapper .below-wrapper .item .date .content p:first-child{
		font-size: 16px;
	}
	
	.index-news .content-wrapper .below-wrapper .item .title{
		width: 80.391%;
	}

	/* 幻灯片-指示灯-选中 */

	/* 产品中心-头部-切换按钮-选中 */

	/* 产品中心-头部-切换按钮-悬停 */

	/* 产品中心-内容-类别-选中 */

	/* 产品中心-内容-幻灯片-选中 */

	/* 我们优势-列表-选中 */

	/* 新闻-内容-主要的-悬停 */

	/* 新闻-内容-次要的-悬停 */
}