@charset "utf-8";

/* 首页样式 */
/* banner */
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner a {
	display: block;
	width: 100%;
}

.banner-img {
	width: 100%;
}

.banner-imgpc,
.banner-imgmb {
	width: 100%;
	object-fit: cover;
}

.banner-imgpc {}

.banner-imgmb {
	min-height: 280px;
	display: none;
	object-fit: cover;
}

.banner .swiper-pagination {
	bottom: 12px;
}

.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	transition: width .4s ease;
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.3);
	opacity: 1;
	margin: 0 7px !important;
}

.banner .swiper-pagination-bullet-active {
	background: #fff;
	width: 12px;
}

.banner {
	display: none;
}

.banner.ontrue {
	display: block;
}

/* bar头 */

.indexBox {
	width: 100%;
}

.indexBox .contain {}

.indexBox .indexTitle {
	width: 100%;
	text-align: center;
}

.indexBox .indexTitle h2 {
	font-size: 30px;
}

.indexBox .indexTitle p {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-top: 16px;
}

/* 中心概况 */

.about {
	margin: 0 auto;
	padding: 80px 0;
	overflow: hidden;
	background: url(../image/companyBg.png) center;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.about h2 span {
	color: #214CA1;
}

.about .aboutTxt {
	width: 100%;
	margin-top: 60px;
}

.about .aboutTxt .txt {
	width: calc(60% - 40px);
	float: left;
}

.about .aboutTxt .txt p {
	overflow: hidden;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	line-height: 30px;
	font-size: 16px;
	margin-top: 30px;
}

.about .pic {
	width: calc(40% - 40px);
	overflow: hidden;
	float: right;
}

.about .pic img {
	width: 100%;
	min-height: 400px;
	object-fit: cover;
	transition: all .4s linear;
}

.about .pic:hover img {
	transform: scale(1.1);
}

.about .list {
	margin-top: 60px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px;
}

.about .list li {
	width: calc(50% - 25px);
	background-color: #fff;
	overflow: hidden;
	padding: 30px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	position: relative;
	transition: all .4s ease;
}

.about .list li:hover {
	background-color: #214CA1;
}

.about .list li:hover h1,
.about .list li:hover span {
	color: #fff;
}

.about .list li::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 4px;
	background: url(../image/aboutLine.png);
	background-size: 100% 100%;
}

.about .list li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.about .list li i {
	width: 100px;
	height: 100px;
	display: block;
	background-color: #fff !important;
	border-radius: 50%;
	transition: all .4s ease;
}
.about .list li:hover i {
	transform: scale(1.1);
}

.about .list li i.iconAbout01 {
	background: url(../image/iconCompany01.png);
	background-size: 100% 100%;
}

.about .list li i.iconAbout02 {
	background: url(../image/iconCompany02.png);
	background-size: 100% 100%;
}

.about .list li h1 {
	width: calc(100% - 120px);
	color: #999;
	line-height: 24px;
}

.about .list li h1 span {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #333;
	display: block;
}

/* 服务范围 */

.service {
	margin: 0 auto;
	overflow: hidden;
	background: url(../image/liuchengBg.png) center;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	color: #fff;
	padding: 80px 0;
}

.service p {
	color: #fff !important;
}

.serviceList {
	width: 100%;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 28px;
}

.serviceList li {
	width: calc(25% - 21px);
	overflow: hidden;
	background-color: #fff;
	color: #333;
	padding: 40px;
	text-align: center;
	position: relative;
}

.serviceList li::after {
	position: absolute;
	right: -60px;
	bottom: -140px;
	content: '';
	font-size: 300px;
	font-weight: bold;
	color: #fafafa;
}

.serviceList li:nth-of-type(1)::after {
	content: '1';
}

.serviceList li:nth-of-type(2)::after {
	content: '2';
}

.serviceList li:nth-of-type(3)::after {
	content: '3';
}

.serviceList li:nth-of-type(4)::after {
	content: '4';
}

.serviceList li:nth-of-type(5)::after {
	content: '5';
}

.serviceList li:nth-of-type(6)::after {
	content: '6';
}

.serviceList li:nth-of-type(7)::after {
	content: '7';
}

.serviceList li:nth-of-type(8)::after {
	content: '8';
}

.serviceList li .pic {
	width: 120px;
	margin: 0 auto 30px;
	position: relative;
	z-index: 2;
}

.serviceList li .pic img {
	width: 100%;
	transition: all .4s linear;
}

.serviceList li p {
	font-size: 18px;
	line-height: 30px;
	color: #333 !important;
	position: relative;
	z-index: 2;
}

.serviceList li:hover .pic img {
	transform: scale(1.1);
}

.serviceList li:hover p {
	color: #214CA1;
}

/* 动态资讯 */

.newsBox {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.newsBox h2 {
	text-align: left;
	font-weight: 500;
}

.newsBox h2 span {
	color: #214CA1;
}

.newsBox p {
	text-align: left;
}

.news {
	width: 100%;
	margin-top: 50px;
	position: relative;
}


.news a {
	display: block;
	position: relative;
	overflow: hidden;
}

.news-link {
	display: block;
	width: calc(100% - 2px);
	overflow: hidden;
	border: 1px solid #eee;
	padding: 30px;
	text-align: left;
	transition: all .4s ease;
}

.news-link h1 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin-top: 14px;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.news-link:hover h1 {
	color: #214CA1;
}

.news-link span {
	font-size: 14px;
	color: #214CA1;
	position: relative;
	padding-left: 20px;
}

.news-link span::before {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 0;
	width: 14px;
	height: 14px;
	content: '';
	background: url(../image/iconTime.png);
	background-size: 100% 100%;
}

.news-link p {
	line-height: 24px;
	color: #999;
	overflow: hidden;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.news-link .btn {
	margin-top: 60px;
	background-color: #F2F2F2;
	width: 120px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 24px;
	transition: all .4s ease;
}

.news-link:hover .btn {
	box-shadow: 0 0 30px 0 rgba(33, 76, 161, .3);
	background-color: #214CA1;
	color: #fff;
}


.arrowBtn {
	position: absolute;
	top: 50%;
	left: -60px;
	right: -60px;
	margin-top: -24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 1;
}

.arrowBtn>div {
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 24px;
	text-align: center;
	display: inline-block;
	background-color: #214CA1;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	transition: all .4s ease;
}

.arrowBtn>div:hover {
	box-shadow: 0 0 30px 0 rgba(33, 76, 161, .3);
	transform: scale(1.1);
}

.arrowBtn>div.arrowBtn-prev {}

.arrowBtn>div.swiper-button-disabled {
	opacity: .5;
	cursor: default;
}

.arrowBtn>div.swiper-button-disabled:hover {}



/* 申请表下载 */
.download {
	width: 100%;
	overflow: hidden;
	background: url(../image/downloadBg.png) center;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding: 60px;
	color: #fff;
}

.download p {
	color: #fff !important;
	margin: 0 auto 40px !important;
}

.download a {
	color: #214CA1;
	position: relative;
	display: inline-block;
	background-color: #fff;
	padding: 0 56px 0 20px;
	border-radius: 24px;
	height: 48px;
	line-height: 48px;
	transition: all .4s ease;
}

.download a::after {
	color: #214CA1;
	display: block;
	background: url('../image/arrowRight.png');
	background-size: 100% 100%;
	content: '';
	width: 24px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
}

@keyframes indxwP {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}




/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {

	/* 1440 × (900/1050) */

	.banner .swiper-pagination {
		bottom: 36px;
	}

	.banner-imgpc {
		height: 640px;
	}
}

@media all and (max-width:1439px) {

	/* 1360 × (768) */

	.banner-imgpc {
		height: auto;
	}
}

@media all and (max-width:1359px) {
	/* 1280 × (800/854/1024) */


	.serviceList li::after {
		right: -50px;
		bottom: -110px;
		font-size: 240px;
	}
}

@media all and (max-width:1279px) {

	/* 1152 × (864) */

	.arrowBtn {}

	.arrowBtn>div {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}

	.banner .swiper-pagination {
		bottom: 24px;
	}


	/* 中心概况 */
	.about .aboutTxt .txt {
		width: calc(60% - 20px);
	}

	.about .aboutTxt .txt p {
		margin-top: 20px;
	}

	.about .aboutTxt .pic {
		width: calc(40% - 20px);
	}

	.about .list {
		margin-top: 20px;
		gap: 20px;
	}

	.about .list li {
		width: calc(50% - 10px);
		padding: 20px;
	}

	.about .list li h1 {
		width: calc(100% - 100px);
		line-height: 20px;
	}

	.about .list li i {
		width: 80px;
		height: 80px;
		display: block;
	}

	.about .list li h1 span {
		font-size: 20px;
	}

	.about .pic img {
		min-height: 300px;
	}


}

@media all and (max-width:1151px) {

	/* 1024 × (600/768) */
	.indexBox .indexTitle p {}

	/* 中心概况 */
	.about .aboutTxt .txt p {
		margin-top: 10px;
	}

	.about .list li i {
		width: 60px;
		height: 60px;
		display: block;
	}

	.about .list li h1 {
		width: calc(100% - 80px);
	}

	.about .list li h1 span {
		font-size: 18px;
	}


	/* 动态资讯 */
	.news {
		width: 90%;
		margin: 60px auto 0;
	}

	/* 服务流程 */

	.serviceList {
		margin-top: 30px;
		gap: 10px;
	}

	.serviceList li {
		width: calc(50% - 5px);
		padding: 30px;
	}

	.serviceList li::after {
		right: -40px;
		bottom: -100px;
		font-size: 200px;
	}

	.serviceList li .pic {
		width: 90px;
		margin: 0 auto 20px;
	}

	.serviceList li p {
		font-size: 16px;
		line-height: 22px;
	}


}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {

	/* 平板设备 720 适配 */
	.banner .swiper-pagination {
		bottom: 18px;
	}

	/* 服务流程 */

	.service {
		padding: 40px 0;
	}

	.serviceList {
		margin-top: 30px;
		gap: 10px;
	}

	.serviceList li {
		width: calc(50% - 5px);
		padding: 30px;
	}

	.serviceList li .pic {
		width: 90px;
		margin: 0 auto 20px;
	}

	.serviceList li p {
		font-size: 16px;
		line-height: 22px;
	}



	/* 检测资质 */
	.honor {
		width: 90%;
		margin: 30px auto 0;
	}

	.news-link h1 {
		font-size: 20px;
	}
}

@media all and (max-width:640px) {

	/* 移动终端以上 360 适配 */
	.banner-imgpc {
		display: none;
	}

	.banner-imgmb {
		display: block;
	}

	.banner .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		border-radius: 8px;
	}

	.banner .swiper-pagination-bullet-active {
		width: 28px;
	}

	.banner .swiper-pagination {
		bottom: 16px;
	}

	/* 检测资质 */

	.indexBox .indexTitle h2 {
		font-size: 20px;
	}

	.indexBox .indexTitle p {
		font-size: 14px;
		margin-top: 10px !important;
		line-height: 20px;
	}

	/* 中心概况 */
	.about {
		padding: 30px 0;
	}

	.about .aboutTxt {
		margin-top: 20px;
	}

	.about .aboutTxt .txt {
		width: 100%;
	}

	.about .aboutTxt .txt p {
		margin-top: 0;
	}

	.about .list li {
		width: 100%;
	}

	.about .list li h1 span {
		font-size: 16px;
	}

	.about .aboutTxt .pic {
		width: 100%;
		margin-top: 20px;
	}

	.about .aboutTxt .pic img {
		width: 100%;
		height: auto;
	}


	/* 动态资讯 */

	.newsBox {
		padding: 30px 0;
	}

	.newsBox h2 {
		text-align: center;
	}

	.newsBox p {
		text-align: center;
	}

	.news {
		width: 90%;
		margin: 30px auto 0;
	}

	.news-link {
		padding: 16px;
	}

	.news-link h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.news-link .btn {
		margin-top: 30px;
		height: 36px;
		line-height: 36px;
	}

	.arrowBtn {
		position: absolute;
		top: 50%;
		left: -30px;
		right: -30px;
		margin-top: -12px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		z-index: 1;
	}

	.arrowBtn>div {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 16px;
	}


	/* 服务流程 */

	.service {
		padding: 30px 0;
	}

	.serviceList {
		margin-top: 20px;
		gap: 10px;
	}

	.serviceList li {
		width: calc(50% - 5px);
		padding: 20px;
	}

	.serviceList li .pic {
		width: 70px;
		margin: 0 auto 10px;
	}

	.serviceList li p {
		font-size: 16px;
		line-height: 22px;
	}


	/* 申请表下载 */

	.download {
		padding: 30px 0;
	}

	.download p {
		margin: 0 auto 20px !important;
	}

	.download a {
		height: 36px;
		line-height: 36px;
	}

}