* {
	padding: 0rem;
	margin: 0rem;
}

html {
	width: 100%;
}

body {
	width: 100%;
}


/* 导航栏样式 */

nav {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 10;
}

nav>div:nth-child(1) {
	width: 11%;
	height: 70%;
	background-image: url(/cn/photos/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}

nav>div:nth-child(2) {
	width: 60%;

}

nav>div:nth-child(2)>div:nth-child(1) {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

nav>div:nth-child(2)>div:nth-child(1)>div:nth-child(1) {
	color: rgb(1, 108, 202);
}

nav>div:nth-child(2)>div:nth-child(1)>div:hover {
	cursor: pointer;
	color: rgb(1, 108, 202);
}

.menu div {
	float: right;
	display: block;
	width: 70px;
	height: 40px;
	text-align: center;
	position: relative;
}

button {
	width: 70px;
	height: 40px;
	background-image: url(/cn/photos/ts_12.png);
	background-size: 100% 100%;
	border: none;
	background-repeat: no-repeat;
	background-color: transparent;
	/* background-color: rgb(255, 255, 255); */
}

.show1 {
	z-index: 10;
	width: 19.82%;
	height: auto;
	/*border: 1px solid black;*/
	position: relative;
	top: 60px;
	left: 80px;

}

.show1 div {
	width: 100px;
	height: 30px;
	background-color: rgb(1, 108, 202);
	opacity: 0.8;
	color: #fff;
	padding: 10px 0 0 0;
}

.show1 div:hover {
	background-color: #fff;
	opacity: 0.6;
	color: #333333;
}

@media (min-width:1200px) {
	nav>div:nth-child(2)>div:nth-child(2) {
		display: none;
	}
}

@media (max-width:1199px) {
	nav>div:nth-child(2)>div:nth-child(1) {
		display: none;
	}
}

/* 导航栏i样式 */



/* 轮播图样式 */
.rpbox {
	margin-top: 0.75rem;
	width: 100%;
	/*  1920px  */
	/*  840px  */
	display: flex;
	/* 		justify-content: center;
				align-items: center; */
	font-size: 4rem;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 1.125rem;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
}

.swiper-slide img {
	display: block;
	background-size: 100% 100%;
	object-fit: cover;
	width: 100%;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
}

.swiper-pagination {
	position: absolute;
	left: 244px;
}

.banner {
	position: relative;
}

.banner .swiper-slide {
	position: relative;
}

/* 
.banner .swiper-slide .pic img {
	display: block;
	width: 100%;
	/* 	object-fit: cover; */
}

/* .banner .swiper-slide .slide-box {
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); */

}

.banner .swiper-slide .title {
	font-size: 3.25rem;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}

.banner .swiper-slide .des {
	font-size: 1.375rem;
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 17px;
}

.banner .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	background: rgba(255, 255, 255, .1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	cursor: pointer;
}

.banner .btn .iconfont {
	font-size: 1.25rem;
	color: #fff;
}

.banner .btn-prev {
	left: 3.1%;
}

.banner .btn-next {
	right: 3.1%;
}

.banner .banner-b {
	position: absolute;
	left: 18%;
	transform: translateX(-50%);
	bottom: 50px;
	display: flex;
	align-items: center;
	z-index: 2;

}

.banner .banner-b .banner-bo {
	margin: 0 0 30px 0;
}

.banner .banner-b .list {
	display: flex;

}

.banner .banner-b .list li {
	position: relative;
	width: 6px;
	height: 6px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0px 25.5px -10px 25.5px;
	cursor: pointer;
	list-style: none;
}

.banner .banner-b .list li svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

.banner .banner-b .list li svg circle {
	cx: 18;
	cy: 18;
	r: 18;
	fill: transparent;
	stroke-width: 3;
	stroke: rgb(255, 255, 255);
	stroke-dasharray: 314;
	stroke-dashoffset: 314;
	position: absolute;
	left: 0;
	top: 0;

}

.banner .banner-b .list li.active svg circle {
	animation: circleProgress 4s infinite;
}

@keyframes circleProgress {
	0% {
		stroke-dashoffset: 314;
	}

	100% {
		stroke-dashoffset: 0;
	}
}



.banner .banner-b .line {
	width: 105px;
}

.banner .banner-b .banner-text {
	width: 200px;
	position: absolute;
	left: 330px;
	display: flex;
	justify-content: space-around;
}

.banner .banner-b .banner-text .slide-amount {
	height: 14px;
	font-size: 1.125rem;
	font-family: Arial;
	font-weight: bold;
	color: #FEFEFE;
	line-height: 1.125rem;
	letter-spacing: 5px;
}

.banner .banner-b .swiper-button-next:after,
.banner .banner-b .swiper-button-prev:after {
	font-weight: 600;
	font-size: 1.125rem;
	color: #FEFEFE;
}

.rpbox1 {
	position: absolute;
	left: 12%;
	top: 30%;
	text-align: left;
	width: auto;
}

.rpboxp1 {
	font-size: 3.75rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #FEFEFE;
	line-height: 5.625rem;
}

.rpboxp2 {
	font-size: 2.25rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FEFEFE;
	line-height: 3.375rem;
}

.rpboxp3 {
	font-size: 0.875rem;
	font-family: AvantGarde;
	font-weight: normal;
	color: #FEFEFE;
	line-height: 1.875rem;
	opacity: 0.5;
}

.rpboxp4 {
	margin-top: 3.75rem;
	width: 160px;
	height: 40px;
	border: 1px solid #FFFFFF;
	display: flex;
	padding: 10px 20px;
}

.rpboxp4:hover {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	transition: all .6s;
}

.rpboxp4>p {
	/* 	margin-top: 21px;
	margin-left: -50px; */
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FEFEFE;
	line-height: 1.125rem;
	margin: 10px 30px 10px 10px;
}

.rpboxp4>div {
	width: 38px;
	height: 6px;
	background-image: url(/cn/photos/ts_06.png);
	background-repeat: no-repeat;
	margin: 15px 0px;
}

.rpbox2 {
	background-repeat: no-repeat;
	width: 30%;
	height: 60%;
	position: absolute;
	right: 8%;
}

.rpbox2 img {
	width: 100%;
}


/* 轮播图样式


/* 标题样式
*/
.title {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.title>div:nth-child(1) {
	margin: 3rem 0rem 0.3rem 0rem;
	font-size: 1.75rem;
	/*  28px  */
}

.title>div:nth-child(2) {
	font-size: 1rem;
	margin-bottom: 2rem;
}

/* 标题样式 */


/* 产品中心样式 */
.cpzxbox {
	width: 100%;
	background-color: rgb(255, 255, 255);
}

.cpzxct {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.cpzxct div {
	color: rgb(255, 255, 255);
}

.cpzxct>div {
	width: 24%;
	height: auto;
	/*  457.5px  */
	/*  630px  */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-bottom: 1.25rem;
}

.cpzxct>div:nth-child(1) {
	margin-left: 0px;
	background-image: url(/cn/photos/photo_01.png);
}

.cpzxct>div:nth-child(2) {
	background-image: url(/cn/photos/photo_02.png);
}

.cpzxct>div:nth-child(3) {
	background-image: url(/cn/photos/photo_03.png);
}

.cpzxct>div:nth-child(4) {
	background-image: url(/cn/photos/photo_04.png);
}

.cpzxct>div>div {
	width: 100%;
	padding: 100% 0 0 0;
	/*  457.5px  */
	/*  630px  */
	display: flex;
	flex-direction: column-reverse;
}

.cpzxct>div>div>div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cpzxct>div>div>div>div:nth-child(1) {
	font-size: 1rem;
}

.cpzxct>div>div>div>div:nth-child(2) {
	font-size: 1.9rem;
	margin: 0.3rem 0rem;
}

.cpzxct>div>div>div>div:nth-child(3) {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}

.cpzxct>div>div>div>div:nth-child(3)>div:nth-child(1) {
	font-size: 1.2rem;
}

.cpzxct>div>div>div>div:nth-child(3)>div:nth-child(2) {
	width: 27px;
	height: 16px;
	background-image: url(/cn/photos/photo_16.png);
	margin-left: 1.25rem;
}

.cpzxct>div:hover {
	cursor: pointer;
}

.cpzxct>div:hover>div {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.cpzxct>div:hover>div {
	background-color: rgb(14, 39, 89);
	opacity: 0.8;
}


/* 产品中心样式 */





/* 关于智晟样式 */
.gyzsbox {
	width: 100%;
	/*  1920px  */
	/* background-color: rgb(35, 60, 94); */
	height: 567px;
	background: #092E5F;
	background-image: url('/cn/photos/photo_09.png');
	position: relative;
}

.gyzsbox>div {
	margin-left:16.14vw;
	/*  1300px  */
}

.gyzsbox>div:nth-child(1) {
	height: 9.375rem;
	/*  150px  */
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.gyzsbox div {
	color: rgb(255, 255, 255);
}

.gyzsbox>div:nth-child(1)>div>div:nth-child(1) {
	font-size: 1.75rem;
}

.gyzsbox>div:nth-child(1)>div>div:nth-child(2) {
	font-size: 1rem;
	margin-top: 0.625rem;
}

.gyzsbox>div:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gyzsbox>div:nth-child(2)>div:nth-child(1) {
	width: 28.125rem;
	/*  450px  */
	height: 8.125rem;
	/*  130px  */
	margin-right: 5.625rem;
	margin-top: 4rem;
	/*  90px  */
	background-image: url(/cn/photos/photo_10.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.gyzsbox>div:nth-child(2)>div:nth-child(2) {
	width: 39%;
	/*  760px  */
	overflow: hidden;
}

.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(1) {
	font-size: 1.2rem;
}

.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(2) {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 1rem;
}

.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(3) {
	width: 100%;
	/*  760px  */
	display: flex;
	align-items: center;
	margin: 3rem 0rem;
}

.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(3)>div:nth-child(1) {
	width: 2.8125rem;
	/*  45px  */
	height: 2.8125rem;
	/*  45px  */
	background-color: rgb(255, 255, 255);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 2.5rem;
	cursor: pointer;
}

.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(3)>div:nth-child(1):hover {
	/* cursor: pointer; */
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
	transition: all .6s;
}

.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(3)>div:nth-child(1)>div {
	width: 0.9375rem;
	height: 0.75rem;
	background-image: url(/cn/photos/photo_11.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 100%;
	/*  40px  */
}

.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(3)>div:nth-child(2) {
	width: 42.1875rem;
	/*  675px  */
	height: 0.0625rem;
	/*  1px  */
	background-color: rgb(255, 255, 255);
}

.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(4) {
	/*width: 100%;*/
	/*  760px  */
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	margin-bottom: 4rem;
}

.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(4)>div {
	/*width: 8.75rem;*/
	width: 8.75vw;
	margin: 0rem 0.9vw 1rem 0rem;
	/*  140px  */
	/*  67px  */
}

.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(4)>div:nth-child(4) {
	/*width: 10.5vw;*/
	margin-right: 0rem;
	/*  140px  */
	/*  67px  */
}

.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(4)>div>div:nth-child(1) {
	display: flex;
	align-items: flex-end;
}

.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(4)>div>div:nth-child(1)>span {
	font-size: 2.5vw;
}

.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(4)>div>div:nth-child(1)>div:nth-child(2) {
	font-size: 1vw;
	margin-left: 0.5rem;
	margin-bottom: 0.7rem;
}

.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(4)>div>div:nth-child(2) {
	font-size: 0.729166vw;
}

/* 关于智晟样式 */


/* 页脚样式 */
footer {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(46, 46, 46);
}

footer div {
	color: rgb(255, 255, 255);
}

footer>div {
	width: 84.375%;
	/*  1620px  */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footerleft>div:nth-child(1) {
	width: 15.3125rem;
	/*  245px  */
	height: 3.4375rem;
	/*  55px  */
	margin-top: 3.75rem;
	/*  60px  */
	background-image: url(/cn/photos/photo_12.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.footerleft>div:nth-child(2) {
	display: flex;
	align-items: center;
	margin: 1.2rem 0rem;
}

.footerleft>div:nth-child(2)>div {
	width: 2.8125rem;
	height: 2.8125rem;
	border-radius: 100%;
	background-color: rgb(88, 88, 88);
	margin-left: 0.625rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footerleft>div:nth-child(2)>div:hover {
	cursor: pointer;
}

.footerleft>div:nth-child(2)>div:nth-child(1) {
	margin-left: 0rem;
}

.footerleft>div:nth-child(2)>div>div {
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.footerleft>div:nth-child(2)>div:nth-child(1)>div {
	width: 1.375rem;
	height: 1.125rem;
	background-image: url(/cn/photos/photo_13.png);
}

.footerleft>div:nth-child(2)>div:hover {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	transition: all .6s;
}

.footerleft>div:nth-child(2)>div:nth-child(2)>div {
	width: 1.4375rem;
	height: 1.1875rem;
	background-image: url(/cn/photos/photo_14.png);
}

.footerleft>div:nth-child(2)>div:nth-child(3)>div {
	width: 1.125rem;
	height: 1.25rem;
	background-image: url(/cn/photos/photo_15.png);
}

.footerleft>div:nth-child(n+3) {
	font-size: 0.875rem;
	margin-bottom: 1rem;
}

.footerright>div:nth-child(1) {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 3.75rem;
	/*  60px  */
}

.footerright>div:nth-child(1)>div {
	font-size: 1rem;
	margin-right: 4.375rem;
	opacity: 0.6;
}

.footerright>div:nth-child(1)>div:hover {
	opacity: 1;
}

.footerright>div:nth-child(1)>div:nth-last-child(1) {
	margin-right: 0rem;
}

.footerright>div:nth-child(1)>div:hover {
	cursor: pointer;
}

.footerright>div:nth-child(2) {
	width: 100%;
	height: 0.0625rem;
	background-color: rgb(255, 255, 255);
	margin: 3.75rem 0px 5.3rem 0px;
	/*  60px  */
}

.footerright>div:nth-child(n+3) {
	font-size: 0.875rem;
	margin-bottom: 1rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

/* 页脚样式 */


@media (max-width:1299px) {
	.dzfwctright {
		width: 36.5625rem;
	}

	.dzfwctright>div {
		width: 36.5625rem;
		height: 15.65625rem;
	}

	.dzfwctright>div>div:nth-child(1) {
		width: 8.25rem;
		height: 8.25rem;
		margin: 0rem 5rem 0rem 5rem;
	}

	.dzfwctright>div>div:nth-child(2)>div:nth-child(1) {
		font-size: 1.3rem;
	}

	.dzfwctright>div>div:nth-child(2)>div:nth-child(2) {
		font-size: 0.8rem;
		margin-top: 0.5rem;
	}

	.cpzxct>div>div>div>div:nth-child(2) {
		font-size: 20px;
	}

	.cpzxct>div>div>div>div:nth-child(1),
	.cpzxct>div>div>div>div:nth-child(3)>div:nth-child(1) {
		font-size: 16px;
	}


}




.gyzsboxright {
	position: absolute;
	top: 150px;
	right: 10%;
}

.rpbox3 {
	padding: 0;
	margin: 0;
}

.rpbox3 .swiper-button-next,
.rpbox3 .swiper-button-prev {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.4);
	opacity: 0;
}

.rpbox3 .swiper-button-next:hover,
.rpbox3 .swiper-button-prev:hover {
	opacity: 1;
}

.rpbox3 .swiper-button-next {
	margin-right: 60px;
}

.rpbox3 .swiper-button-prev {
	margin-left: 60px;
}


/* 定制服务样式 */
.dzfwbox {
	width: 100%;
	padding-bottom: 8.125rem;
	background-color: rgb(247, 247, 247);
}

.dzfwct {
	/*  1300px  */
	display: flex;
	flex-wrap: nowrap;
	height: 500px;
	margin: 0 16%;
}

.dzfwct>.box1 {
	height: 100%;
	width: 65%;
	margin-right: 1.8%;
}

.dzfwct>.box1 .swiper-slide>div {
	width: 65%;
	height: 32%;
	background: #FFFFFF;
	opacity: 0.6;
	text-align: left;
	padding: 8%;
}

.dzfwct>.box1 .swiper-slide>div>div:nth-child(1) {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.dzfwct>.box1 .swiper-slide>div>div:nth-child(2) {
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-top: 19px;
}

.dzfwct>.box2 {
	height: 100%;
	width: 31%;

}

.dzfwct>.box2 .swiper-slide {
	width: 100%;
	height: 167px;

}


.dzfwct>.box2 .swiper-slide>div:nth-child(1) {
	width: 86px;
	height: 86px;
	margin-left: 40px;
	margin-right: 20px;
}

.dzfwct>.box2 .swiper-slide .f2 {
	text-align: left;
	width: 255px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.dzfwct>.box2 .swiper-slide.active .f2,
.dzfwct>.box2 .swiper-slide.active .f22 {
	color: #fff;
}

.dzfwct>.box2 .swiper-slide .f22 {
	text-align: left;
	font-size: 12px;
	font-family: Poppins;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.dzfwct>.box2 .swiper-slide:hover {
	background: #016CCA;
	/* color: #FFFFFF; */
}

.dzfwct>.box2 .swiper-slide:hover>div:nth-child(2)>div:nth-child(1),
.dzfwct>.box2 .swiper-slide:hover>div:nth-child(2)>div:nth-child(2) {
	color: #FFFFFF;
}

.bc {
	background: #016CCA;
}

@media (max-width:1840px) {
	.dzfwct>.box2 {
		width: 35%;
	}

	.dzfwct>.box2 .swiper-slide>div:nth-child(1) {
		margin-left: 20px;
	}
}

/*@media (max-width:1690px) {*/
/*	.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(4)>div {*/
/*		width: 6.75rem;*/
/*	}*/
/*}*/

/*@media (max-width:1600px) {*/
/*	.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(4)>div {*/
/*		width: 5.75rem;*/
/*	}*/
/*}*/

@media (max-width:1560px) {
	.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(4)>div>div:nth-child(1)>span {
		font-size: 2rem;
	}

}

@media (max-width:1385px) {
	.rpbox1 {
		width: 50%;
		left: 10%;
	}

	.rpboxp1 {
		font-size: 2.75rem;
		line-height: 2.625rem;
	}

	.rpboxp2 {
		font-size: 25px;
	}
}

@media (max-width:1320px) {
	.gyzsbox>div:nth-child(2)>div:nth-child(2) {
		width: 42%;
	}

	.gyzsboxright {
		top: 100px;
		right: 3%;
	}
}

/* ipad mini */
@media (max-width:770px) {
	.content {
		width: 90%;
	}

	nav>div:nth-child(1) {
		width: 20%;
	}

	.modletitle {
		height: 18.25rem;
	}

	.rpbox1 {
		left: 5%;
		top: 15%;
		width: 55%;
	}

	.rpboxp1 {
		font-size: 1.75rem;
		line-height: 1.75rem;
	}

	.rpboxp2 {
		font-size: 1.25rem;
	}

	.rpboxp4 {
		margin-top: 10px;
		height: 40px;
		padding: 0;
		width: 130px;
	}

	.rpboxp4>p {
		font-size: 14px;
		margin-right: 10px;
	}

	.banner .banner-b {
		bottom: 0;
	}


	.title>div:nth-child(1) {
		margin-top: 0px;
	}

	.dzfwct {
		margin: 0 10px;
		height: 300px;
	}

	.dzfwct>.box1 {
		width: 55%;
	}

	.dzfwct>.box2 {
		width: 43%;
	}

	.dzfwct>.box2 .swiper-slide .f2 {
		width: 205px;
	}

	.dzfwct>.box2 .swiper-slide>div:nth-child(1) {
		width: 70px;
		height: 70px;
		margin: 0 10px 0 0;
	}

	.dzfwct>.box1 .swiper-slide>div {
		width: 68%;
		height: 45%;
	}

	.dzfwbox {
		padding-bottom: 30px;
	}

	.gyzsbox {
		float: left;
		height: auto;
	}

	.gyzsbox>div {
		width: 80%;
		margin-left: 10.14vw;
	}

	.gyzsbox>div:nth-child(1) {
		height: 6.375rem;
	}

	.gyzsbox>div:nth-child(2)>div:nth-child(1) {
		margin-top: 0;
	}

	.gyzsbox>div:nth-child(2)>div:nth-child(2) {
		width: 100%;
	}

	.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(1) {
		font-size: 20px;
	}

	.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(2) {
		font-size: 16px;
	}

	.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(3) {
		margin: 20px 0;
	}

	.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(3)>div:nth-child(1) {
		width: 3.8125rem;
	}

	.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(4) {
		margin-bottom: 20px;
	}

	.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(4)>div {
		width: 7.75rem;
	}

	.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(4)>div>div:nth-child(1)>span {
		font-size: 40px;
	}

	.gyzsboxright {
		position: inherit;
		top: 0;
		right: 0;
	}

	.cpzxct>div>div>div>div:nth-child(2) {
		font-size: 16px;
	}

	.cpzxct>div>div>div>div:nth-child(1),
	.cpzxct>div>div>div>div:nth-child(3)>div:nth-child(1) {
		font-size: 12px;
	}
}

/* 手机端 */
@media (max-width: 500px) {
	.content {
		width: 90%;
	}

	nav {
		height: 40px;
	}

	nav>div:nth-child(1) {
		width: 25%;

	}

	.rpbox .swiper-slide>img {
		height: 200px;
	}

	.banner .banner-b .list li {
		top: 10px;
		width: 3px;
		height: 3px;
		margin: 0 10px;
	}

	.rpboxp1 {
		font-size: 16px;
	}

	.rpboxp2 {
		font-size: 10px;
		line-height: 1.5;
		margin-bottom: 5px;
	}

	.rpboxp3 {
		font-size: 8px;
		line-height: 1;
	}

	.rpboxp4 {
		height: 30px;
		width: 95px;
	}

	.rpboxp4>p {
		font-size: 10px;
		margin: 5px 10px 10px 10px;
	}

	.rpboxp4>div {
		background-size: 100% 100%;
		width: 20px;
		margin: 10px 0;
	}

	.banner .banner-b .list li svg circle {
		r: 9;
		stroke-width: 1;
	}

	.banner .banner-b .banner-text {
		left: 225px;
		width: 130px;
	}

	.banner .banner-b .banner-text .slide-amount {
		font-size: 12px;
	}

	.banner .banner-b .swiper-button-next:after,
	.banner .banner-b .swiper-button-prev:after {
		font-size: 12px;
	}

	.banner .banner-b .banner-bo {
		margin: 0 0 30px 0;
	}

	.rpbox1 {
		left: 5%;
		top: 10%;
		width: 66%;
	}

	.rpbox2 {
		width: 28%;
		right: 3%;
	}

	.rpbox2 img {
		height: auto;
	}

	.rpbox3 .swiper-button-next,
	.rpbox3 .swiper-button-prev {
		width: 30px;
		height: 30px;
	}

	.rpbox3 .swiper-button-next {
		margin-right: 0;
	}

	.rpbox3 .swiper-button-prev {
		margin-left: 0;
	}

	:root {
		--swiper-navigation-size: 23px;
	}


	/* 	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 0;
	} */

	/* 产品中心 */
	.title>div:nth-child(1) {
		font-size: 18px;
	}

	.title>div:nth-child(2) {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.cpzxct>div>div>div>div:nth-child(1) {
		font-size: 12px;
	}

	.cpzxct>div {
		width: 48%;
	}

	.cpzxct>div>div>div>div:nth-child(2) {
		font-size: 14px;
	}

	.cpzxct>div>div>div>div:nth-child(3)>div:nth-child(1) {
		font-size: 12px;
	}


	/* 定制服务 */
	.dzfwct {
		flex-wrap: wrap;
		height: auto;
	}

	.dzfwct>.box1 {
		width: 100%;
	}

	.dzfwct>.box1 .swiper-slide>div {
		margin: 20px 0;
	}

	.dzfwct>.box2 {
		margin-top: 10px;
		width: 100%;
		height: 300px;
	}

	.dzfwct>.box1 .swiper-slide>div>div:nth-child(1) {
		font-size: 14px;
		line-height: 18px;
	}

	.dzfwct>.box1 .swiper-slide>div>div:nth-child(2) {
		font-size: 10px;
		margin-top: 0;
	}

	.dzfwct>.box2 .swiper-slide>div:nth-child(1) {
		width: 67px;
		height: 67px;
		margin: 0 30px 0 0;
	}

	.dzfwct>.box2 .swiper-slide .f2 {
		font-size: 14px;
	}

	.dzfwct>.box2 .swiper-slide .f22 {
		font-size: 10px !important;
	}

	/* 关于智晟 */

	.gyzsbox>div:nth-child(1)>div>div:nth-child(1) {
		font-size: 20px;
	}

	.gyzsbox>div:nth-child(1)>div>div:nth-child(2) {
		font-size: 14px;
	}

	.gyzsbox>div:nth-child(2)>div:nth-child(1) {
		height: 2.125rem;
	}

	.gyzsbox>div:nth-child(1) {
		height: 5.375rem;
	}

	.gyzsbox>div:nth-child(2)>div:nth-child(2) {
		margin-top: 1rem;
	}

	.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(1) {
		font-size: 17px;
	}

	.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(2) {
		font-size: 12px;
	}

	.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(3) {
		margin: 10px 0;
	}

	.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(3)>div:nth-child(1) {
		width: 4.8rem;
		height: 1.8rem;
	}

	.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(4)>div>div:nth-child(1)>span {
		font-size: 25px;
	}

	.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(4)>div>div:nth-child(2) {
		font-size: 14px;
	}

	.gyzsbox>div:nth-child(2)>div:nth-child(2)>div:nth-child(4)>div {
		width: 7.75rem;
	}
	.gyzsbox>div{
	    margin-left: 11.14vw;
	}

	.show1 {
		top: 40px;
		left: 75px;
	}

	.show1 div {
		font-size: 12px;
		width: 80px;
		height: 20px;
		padding: 5px 0 0 0;
	}

	button {
		width: 50px;
		height: 30px;
	}

	.menu div {
		width: 75px;
		height: 20px;
	}
}
