.dtlb {
	margin-top: 50px;
}

#swiper1 {
	width: 100%;
	height: 280px;
}

#swiper1 .swiper-wrapper .swiper-slide a {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}

.swiper-pagination-zgzh-mobile {
	position: absolute;
	z-index: 2;
	bottom: 40px;
	right: 0px;
	height: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;

}

.my-bullet-zgzg-mobile {
	display: inline-block;
	width: 36px;
	height: 2px;
	background: #fff;
	margin-left: 20px;
}

.swiper-pagination-zgzh-mobile .my-bullet-zgzg-mobile:first-child {
	margin-left: 0;
}

.my-bullet-active-zgzh-mobile {
	width: 92px;
	height: 2px;
	background-color: #e52319;
	transition: linear width 5s;
	-webkit-transition: linear width 5s;
}





/*新闻通用标题*/

.ty-title-box {
	width: 100%;
	height: 65px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ty-big-title {
	font-size: 21px;
	color: #e52319;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
	line-height: 21px;
	height: 21px;
}

.ty-big-title:before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 100%;
	background: #e52319;
	position: absolute;
	top: 0;
	left: 0;
}

.ty-more-link {
	font-size: 17px;
	color: #333333;
	display: flex;
	align-items: center;
}

.ty-more-link img {
	margin-left: 13px;
	height: 14px;
}

/*新闻通用swiper*/

.ty-swiper {
	height: 270px;
	width: 100%;
}

.ty-swiper .swiper-wrapper .swiper-slide a {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}

.ty-swiper .swiper-wrapper .swiper-slide a div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding-left: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;


}

.ty-swiper .swiper-wrapper .swiper-slide a div span {
	display: inline-block;
}

.ty-swiper .swiper-wrapper .swiper-slide a div span:first-child {

	font-size: 18.5px;
	flex: 0 1 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 5px;

}

.ty-swiper .swiper-wrapper .swiper-slide a div span:last-child {

	font-size: 14px;
	flex: 0 1 auto;
	white-space: nowrap;
	text-align: right;
	padding-right: 12px;
}

.swiper-pagination-ty {
	position: absolute;
	text-align: center;
	z-index: 10;
	bottom: 25px;
	right: 50px;
	display: flex;
	align-items: center;
}

.my-bullet-ty {
	width: 10px;
	height: 10px;
	background: #cccccc;
	display: block;
	border-radius: 50px;
	margin: 0 3px;
}

.my-bullet-ty-active {
	background: #e52319;

}






.swiper-pagination-mobile-ty {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	right: 0px;
	height: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	padding-right: 12px;
}

.my-bullet-mobile-ty {
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, .46);
	border-radius: 50%;
	margin-left: 5px;
}

.my-bullet-mobile-ty-active {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 1);
}

/*新闻通用css*/
.ty-news-small-box {
	display: flex;
	flex-wrap: wrap;
	padding: 14px 0 22px 0;
}

.ty-news-small-box a {
	width: 100%;
	display: flex;
	height: 38px;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.ty-news-small-box a::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	width: 6px;
	height: 6px;
	background: #e52319;
	border-radius: 50%;

}

.ty-news-small-box a span:first-child {
	font-size: 17.5px;
	color: #333333;
	flex: 0 1 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 12px;
	margin-right: 22px;
}

.ty-news-small-box a span:last-child {
	font-size: 14px;
	color: #999999;
	flex: 0 1 auto;
	white-space: nowrap;
	text-align: right;
}

/*企业动态*/
.qydt-box {
	background: #f2f2f2;
}









/*主营业务*/
.zyyw-background-box {
	background-image: url(/uiFramework/commonResource/image/2025071514113523679.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 35px;
}

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#certify .swiper {
	padding-bottom: 22px;
	margin: 10px 0 0 0;
}

#certify .swiper-slide {
	width: 65%;
	height: 320px;
	background: #fff;
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, .34);
	border-radius: 3px;

}

#certify .swiper-slide a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

#certify .swiper-slide a>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 3px;
}

#certify .swiper-slide a .swiper-wzms {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
}

#certify .swiper-slide.swiper-slide-active a .swiper-wzms {
	opacity: 1;
}

#certify .swiper-slide a .swiper-wzms span:first-child {
	width: 100%;
	text-align: center;
}

#certify .swiper-slide a .swiper-wzms span:first-child img {
	width: 19%;
	max-width: 90px;
}

#certify .swiper-slide a .swiper-wzms span:nth-child(2) {
	width: 17px;
	height: 2px;
	background: #fff;
	margin: 20px 0 6px 0;
}

#certify .swiper-slide a .swiper-wzms span:last-child {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}








#certify .swiper-pagination {
	width: 100%;
	bottom: 0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 14px;
	height: 1px;
	background: #c2c2c2;
	margin-left: 6px;
	border-radius: 0;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
	margin-left: 0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 35px;
	height: 2px;
	background: #e52319;
}




.swiper-button-next1,
.swiper-button-prev1 {
	position: absolute;
	top: calc(50% - 13.5px);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	background: rgba(255, 255, 255, .8);
}

.swiper-button-next1 img,
.swiper-button-prev1 img {
	height: 12px;
}

.swiper-button-next1 {
	right: 4%;
}

.swiper-button-prev1 {
	left: 4%;
}

.swiper-button-next1:hover,
.swiper-button-prev1:hover {
	background: #e52319;
	border-color: #e52319;
}

.swiper-button-next1 .img2,
.swiper-button-prev1 .img2 {
	display: none;
}

.swiper-button-next1:hover .img2 {
	display: block;
}

.swiper-button-next1:hover .img1 {
	display: none;
}

.swiper-button-prev1:hover .img2 {
	display: block;
}

.swiper-button-prev1:hover .img1 {
	display: none;
}

/*底部CSS*/
body {
	background-image: url(/uiFramework/commonResource/image/2025071416405674221.jpg);
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
}

.footer-box {
	position: relative;
	margin-top: 35px;
}

.footer-nr p {
	display: flex;
	align-items: center;
}

.footer-nr p,
.footer-nr p a {

	font-size: 16px;
	line-height: 32px;
	color: #0c0c0c;

}

.footer-nr p img {
	margin-right: 10px;
}

.footer-nr p:last-child img {
	height: 20px;
	margin-right: 7px;
	position: relative;
	left: -1px;
}

.footer-bq {
	display: flex;
	flex-wrap: wrap;
	height: 73px;
	line-height: 26px;
	color: #fff;
	font-size: 13px;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, .4);
	margin-top: 26px;
	align-content: center;
}

.footer-bq p {
	width: 100%;
}

.footer-bq p span {
	color: #fff !important;
}

.footer-ewm {
	position: absolute;
	bottom: 73px;
	right: 4%;
	z-index: 99;
	width: 17%;
	text-align: right;
}

.footer-ewm img {
	width: 100%;max-width:130px;
}

.footer-ewm p {
	line-height: 20px;
	text-align: center;
	color: #fff;max-width:130px;
}

	/*手机端，屏幕小于420px*/
	@media screen and (max-width:420px) {

		.footer-nr p,
		.footer-nr p a {
			font-size: 15px;
		}
	}

	/*手机端，屏幕小于400px*/
	@media screen and (max-width:400px) {

		.footer-nr p,
		.footer-nr p a {
			font-size: 14px;
		}
	}

	/*手机端，屏幕小于400px*/
	@media screen and (max-width:380px) {

		.footer-nr p,
		.footer-nr p a {
			font-size: 13px;
		}
	}

	/*手机端，屏幕小于400px*/
	@media screen and (max-width:360px) {

		.footer-nr p,
		.footer-nr p a {
			font-size: 12px;
		}
	}