/*轮播*/
.new-slider-banners {
	position: relative;
	overflow: hidden;
	/*margin-top: -90px;*/
}

.slider-banner-list {
	overflow-y: hidden;
	width: 100%;
	height: 580px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

.slider-banner-list li {
	float: left;
	width: 100%;
	height: 100%;
	padding-bottom: 0;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.slider-banner-list li a {
	display: flex;
	height: 100%;
}

.slider-banner-list li a .txt-content {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.slider-banner-list .slider-banner-title {
	font-size: 36px;
	font-weight: 700;
	padding-top: 78px;
	text-shadow: 0 2px 20px rgba(0, 0, 0, .1);
	color: #fff;
	text-align: left;
}

.slider-banner-list .slider-banner-note {
	color: hsla(0, 0%, 100%, .8);
	text-shadow: 0 2px 20px rgba(0, 0, 0, .1);
	text-align: left;
	max-width: 700px;
	font-size: 18px;
	line-height: 28px;
	margin: 30px 0 50px;
}

.slider-banner-list .slider-banner-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 48px;
	background: #347BF4;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}

.slider-banner-dot {
	position: absolute;
	bottom: 90px;
	left: 0;
	width: 100%;
	text-align: center
}

.slider-banner-dot span {
	display: inline-block;
	width: 38px;
	height: 4px;
	background: #FFFFFF;
	opacity: 0.4;
	border-radius: 2px;
}

.slider-banner-dot span:nth-child(2) {
	margin: 0 20px;
}

.slider-banner-dot span:nth-child(3) {
	margin-right: 20px;
}

.slider-banner-dot span:nth-child(4) {
	margin-right: 20px;
}

.slider-banner-dot span:nth-child(5) {
	margin-right: 20px;
}

.slider-banner-dot span:hover {
	opacity: 1;
	cursor: pointer;
}

.slider-banner-dot span.active {
	opacity: 1;
}

.top-menus {
	width: 100%;
	transform: translateY(-50px);
	box-sizing: border-box;
}

.top-menu-list {
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px rgba(9, 31, 103, 0.05);
	border-radius: 10px;
}

.top-menu-list>a {
	width: 25%;
	display: flex;
	padding: 10px 0;
	align-items: center;
	border-right: 1px solid #e1e4e5;
	box-sizing: border-box;
}

.top-menu-list>a:last-child {
	border-right: none;
}

.top-menu-list>a img {
	margin: 0 20px;
}

.top-menu-list-txt h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
}

.top-menu-list-txt p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin-top: 5px;
}

.top-menu-container {
	max-width: 1300px;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0px 4px 30px 0px rgba(231, 239, 244, 0.12);
	padding: 26px;
	padding-bottom: 38px;
	margin-top: -60px;
	position: relative
}

.top-banner-items {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.top-banner-items>a {
	display: flex;
	border-radius: 8px;
	background: #F2F6F8;
	padding: 16px;
	box-sizing: border-box;
	width: 24%;
	cursor: pointer;
}

.top-banner-items>a:hover {
	background: #E7EFF4;
}

.top-banner-items>a>img {
	width: 38px;
	height: 38px;
	margin-right: 10px;
}

.top-banner-item-intro-title {
	color: #1D2129;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "PingFang SC";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	/* 137.5% */
}

.top-banner-item-intro>p {
	color: #4E5969;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "PingFang SC";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-top: 6px;
	/* 157.143% */
}



.top-banner-news-list {
	margin-top: 28px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top-banner-news-item {
	width: 48%;
}

.top-banner-news-item-title {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.top-banner-news-item-title>h4 {
	color: #1D2129;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "PingFang SC";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	/* 122.222% */
	margin-left: 10px;
	font-weight: 600;
	/* 183.333% */
}

.top-banner-news-item-title>a {
	margin-left: auto;
	color: #165DFF;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "PingFang SC";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 183.333% */
}

.top-banner-news-item-content>li {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin-top: 13px;
}

.top-banner-news-item-content>li>a {
	color: #1D2129;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 137.5% */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	box-sizing: border-box;
}

.top-banner-news-item-content>li>a:hover {
	color: #165DFF;
}

.top-banner-news-item-content>li>span {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	display: flex;
	flex: 1;
	white-space: nowrap;
	margin-left: 8px;
	justify-content: flex-end;
}

section {
	width: 100%;
	padding: 80px 0 80px;
}

section>h2 {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222122;
	line-height: 22px;
	text-align: center;
	padding: 0 0 60px;
}

.section-first {
	background: url(../images/home-new/section-first-background.jpg) no-repeat center;
	margin-top: -100px;
	background-size: cover;
}

.section-first>h2 {
	padding-top: 60px;
}

.testing-service-area {
	display: flex;
}

.testing-service-area-left {
	width: 25%;
	background-image: url(../images/home-new/testing-service-background.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: flex;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}

.testing-service-area-left a {
	width: 100%;
	height: 100%;
	padding: 120px 30px 20px;
	box-sizing: border-box;
}

.testing-service-area-left a h3 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.testing-service-area-left a p {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 30px;
}

.testing-service-area-right {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	box-sizing: border-box;
	position: relative;
	top: 1px;
	left: 1px;
}

.testing-service-area-right a {
	width: calc(100%/ 3);
	box-sizing: border-box;
	padding: 20px 20px 40px;
	border: 1px solid #e1e4e5;
	margin-left: -1px;
	margin-top: -1px;
	background-color: #fff;
	min-height: 250px;
}

.testing-service-area-right a:nth-child(3) {
	border-radius: 0 10px 0 0;
}

.testing-service-area-right a:last-child {
	border-radius: 0 0 10px 0;
}

.testing-service-area-right a h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
}

.testing-service-area-right a p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	margin-top: 15px;
}

.arrow-right-circle {
	width: 80px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #2C8AFF;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
	margin-top: 20px;
}

.testing-service-area-right a:hover>img {
	display: none;
}

.testing-service-area-right a:hover h3 {
	margin-top: 20px;
	color: #2C8AFF;
}

.testing-service-area-right a:hover .arrow-right-circle {
	display: flex;
}

.section-second {
	background: url(../images/home-new/section-second-background.jpg) no-repeat center;
	background-size: cover;
}

.test-one-area {
	display: flex;
	justify-content: space-between;
}

.test-one-items,
.test-one-item {
	width: 32%;
	box-sizing: border-box;
}

.test-one-item {
	background-color: #343B45;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.test-one-items {
	display: flex;
	flex-direction: column;
}

.test-one-items a {
	box-sizing: border-box;
	width: 100%;
	padding: 22px;
	background-color: #303745;
}

.test-one-items a:first-child {
	margin-bottom: 10px;
}

.test-one-items a h3,
.test-one-item a h3 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.test-one-items a p,
.test-one-item a p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	opacity: 0.6;
	margin-top: 10px;
}

.test-one-items a>.arrow-right-circle {
	display: flex;
	background-color: transparent;
	border: 1px solid #FFFFFF;
}

.test-one-item a {
	width: 100%;
	height: 100%;
	background-color: #111825;
	padding: 30px 20px;
	box-sizing: border-box;
	background: url(../images/home-new/test-one-background.png) no-repeat right bottom;
	background-color: #111825;
}

.test-one-item a p {
	line-height: 26px;
	margin-top: 10px;
}

.test-one-item a>.arrow-right-circle {
	display: flex;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	margin-top: 100px;
}

.test-one-item a>.arrow-right-circle img:last-child,
.test-one-items a>.arrow-right-circle img:last-child {
	display: none;
}

.test-one-item a:hover>.arrow-right-circle,
.test-one-items a:hover>.arrow-right-circle {
	background-color: #fff;
}

.test-one-items a:hover {
	background-color: #111825;
}

.test-one-item a:hover>.arrow-right-circle img:last-child,
.test-one-items a:hover>.arrow-right-circle img:last-child {
	display: block;
}

.test-one-item a:hover>.arrow-right-circle img:first-child,
.test-one-items a:hover>.arrow-right-circle img:first-child {
	display: none;
}

.solution-fangans {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-left: 1px;
}

.solution-fangans a {
	border: 1px solid #e1e4e5;
	padding: 30px 30px 50px;
	box-sizing: border-box;
	width: 29%;
	margin-left: -1px;
	margin-top: -1px;
	background-color: #fff;
}

.solution-fangans a h3 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}

.solution-fangans a p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-top: 16px;
}

.solution-fangans .includes {
	margin-top: 32px;
}

.solution-fangans .includes span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #326AEA;
	line-height: 24px;
	margin-right: 22px;
}

.solution-fangans a:first-child {
	width: 42%;
	border-radius: 10px 0 0 0;
}

.solution-fangans a:nth-child(3) {
	border-radius: 0 10px 0 0;
}

.solution-fangans a:nth-child(4) {
	border-radius: 0 0 0 10px;
}

.solution-fangans a:last-child {
	width: 42%;
	border-radius: 0 0 10px 0;
}

.section-forth {
	background: url(../images/home-new/section-forth-background.jpg) no-repeat center;
	background-size: cover;
}

.classic-cases {
	width: 100%;
}

.two-cases-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.two-cases-top a {
	width: 49%;
	padding: 0 40px 40px;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #e1e4e5;
	align-items: center;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

.two-cases-top a h3 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #010919;
	line-height: 22px;
	margin: 20px 0;
}

.two-cases-top a p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
}

.other-cases-logo {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 60px;
}

.other-cases-logo li {
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0, 33, 73, 0.05);
	border-radius: 60px;
	width: 23%;
	height:80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.other-cases-logo li >img{
	height:60%;
	width:auto;
}

.view-all-cases {
	margin-top: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #326AEA;
	line-height: 14px;
}

.news-information {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-information .news-item {
	width: 48%;
	border: 1px solid #e1e4e5;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 30px 10px;
}

.news-information .news-item h3 {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	padding: 16px 0;
	display: flex;
	align-items: center;
}

.news-information .news-item h3 img {
	margin-right: 10px;
}

.news-information .news-item .news-list {
	width: 100%;
}

.news-information .news-item .news-list li {
	display: flex;
	justify-content: space-between;
	padding: 20px 10px;
	border-top: 1px dashed #e1e4e5;
	box-sizing: border-box;
}

.news-information .news-item .news-list li a {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	box-sizing: border-box;
	padding-left: 20px;
}

.news-information .news-item .news-list li a::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: #C6C4C4;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.news-information .news-item .news-list li:nth-child(-n+3) a::before {
	background: #DF4B43;
}

.news-information .news-item .news-list li span {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	display: flex;
	flex: 1;
	white-space: nowrap;
	margin-left: 8px;
	justify-content: flex-end;
}

.li-content {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 0;
}

.banner-actions {
	margin: 30px 0;
	display: flex;
	align-items: center;
}

.banner-actions>a {
	color: #FFF;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "PingFang SC";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	padding: 12px 36px;
	box-sizing: border-box;
	border-radius: 8px;
	/* 150% */
}

.banner-actions>a:first-child {
	border-radius: 8px;
	background: linear-gradient(279deg, #9616FF -6.54%, #165DFF 26.3%, #165DFF 55.93%, #6695FF 102.93%);
}

.banner-actions>a+a {
	margin-left: 12px;
	border: 1px solid #8BAEFF;
	/* 150% */
}

.banner-actions>a:hover {
	border-radius: 30px;
}

.li-content-text {
	color: #FFF;
	text-align: center;
	font-family: "PingFang SC";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	max-width: 828px;
}

/* 适配移动端 */
@media screen and (max-width:1024px) {
	.new-slider-banners {
		/*margin-top: -4rem;*/
	}

	.slider-banner-list {
		overflow-y: hidden;
		width: 100%;
		height: 25rem;
	}

	.slider-banner-list li {
		padding-bottom: 5rem;
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}

	.slider-banner-list li a .txt-content {
		height: 100%;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding: 1rem;
		box-sizing: border-box;
	}

	.slider-banner-list .slider-banner-title {
		font-size: 1.2rem;
		padding-top: 1.5rem;
	}

	.slider-banner-list .slider-banner-note {
		font-size: .9rem;
		line-height: 28px;
		margin: 1rem 0;
	}

	.slider-banner-list .slider-banner-btn {
		width: 5.2rem;
		height: 2.2rem;
		font-size: .9rem;
	}

	.slider-banner-dot {
		bottom: 7rem;
	}

	.slider-banner-dot span {
		width: 8px;
		height: 8px;
		border-radius: 50%;
	}

	.top-menu-list {
		padding: 0;
		height: 12rem;
	}

	.top-menu-list>a {
		width: 50%;
		padding: 0.1rem;
	}

	.top-menu-list>a:nth-child(2) {
		border-right: none;
	}

	.top-menu-list>a img {
		margin: 0;
		margin-right: .3rem;
		width: 1.8rem;
	}

	.top-menus {
		transform: translateY(-100px);
	}

	.top-menu-container {
		width: calc(100vw - 2rem)
	}

	section {
		width: 100%;
		padding: 3rem 0;
		background-repeat: repeat-y !important;
		background-position: top center !important;
	}

	section>h2 {
		font-size: 1.4rem;
		padding: 0 0 2rem;
	}

	.section-first {
		padding-top: 5rem
	}

	.testing-service-area {
		flex-direction: column;
	}

	.testing-service-area-left {
		width: 100%;
		background-image: url(../images/home-new/testing-service-background-mobile.png);
		background-repeat: no-repeat;
		height: auto;
		border-radius: 10px 10px 0 0;
		overflow: hidden;
	}

	.testing-service-area-left a {
		padding: .8rem;
		box-sizing: border-box;
	}

	.testing-service-area-left a h3 {
		font-size: 1.1rem;
	}

	.testing-service-area-left a p {
		margin-top: 1rem;
	}

	.testing-service-area-right {
		left: 0;
		width: calc(100% + 3px);
	}

	.testing-service-area-right a {
		width: calc(100%/ 2);
		padding: 1rem;
		margin-left: -1px;
		margin-top: -1px;
		min-height: auto;
	}

	.testing-service-area-right a img {
		width: 3.6rem;
	}

	.testing-service-area-right a h3 {
		font-size: 1rem;
	}

	.testing-service-area-right a p {
		font-size: .8rem;
		margin-top: 1rem;
	}

	.testing-service-area-right a:nth-child(3) {
		border-radius: 0 0 0 0;
	}

	.test-one-area {
		flex-direction: column;
	}

	.test-one-items {
		display: flex;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
	}

	.test-one-items>a {
		width: 49%;
	}

	.test-one-items a:first-child {
		margin-bottom: 0;
	}

	.test-one-item {
		background-color: #343B45;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px;
		width: 100%;
		margin: 10px 0;
	}

	.test-one-items a h3,
	.test-one-item a h3 {
		font-size: 1rem;
	}

	.solution-fangans a {
		padding: 1rem;
		width: calc(50% + .5px);
		margin-left: -1px;
		margin-top: -1px;
	}

	.solution-fangans a h3 {
		font-size: 1rem;
	}

	.solution-fangans a:first-child {
		width: 100%;
		border-radius: 10px 10px 0 0;
	}

	.solution-fangans a:nth-child(3) {
		border-radius: 0 0 0 0;
	}

	.solution-fangans a:nth-child(4) {
		border-radius: 0 0 0 0;
	}

	.solution-fangans a:last-child {
		width: 100%;
		border-radius: 0 0 10px 10px;
	}

	.solution-fangans .includes {
		margin-top: 10px;
	}

	.two-cases-top a {
		width: 100%;
		padding: 1rem;
		margin-bottom: 1rem;
	}

	.two-cases-top a h3 {
		font-size: 1rem;
		margin: 1rem 0;
	}

	.other-cases-logo {
		margin-top: 1rem;
	}

	.other-cases-logo li {
		width: 48%;
		padding: .3rem 0;
		margin-bottom: 1rem;
		height:3rem;
	}

	.other-cases-logo li img {
		width: 100%;
	}

	.view-all-cases {
		margin-top: 1rem;
	}

	.news-information .news-item {
		width: 100%;
		padding: 0 1rem 10px;
		margin-bottom: 1rem;
	}

	.news-information .news-item .news-list li {
		flex-direction: column;
		padding: .8rem 0;
	}

	.news-information .news-item .news-list li a {
		width: 100%;
	}

	.news-information .news-item .news-list li span {
		margin-top: 6px;
		margin-left: 20px;
		justify-content: flex-start;
	}
}

@media screen and (max-width:768px) {
	.top-menu-container {
		padding: 1rem;
	}

	.top-banner-items>a {
		width: 100%;
		margin-bottom: 1rem;
	}

	.top-banner-news-item {
		width: 100%;
		margin-bottom: 1rem;
	}

	.top-banner-news-item+.top-banner-news-item {
		margin-top: 1.2rem;
	}

	.li-content {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 60px 0;
	}

	.li-content>img {
		height: 4rem;
	}

	.banner-actions {
		margin: 1rem 0;
	}

	.banner-actions>a {
		font-size: .9rem;
		padding: .4rem 1rem;
	}


}