@media screen and (max-width: 992px) {

	.cp-col {
		width: 100%;
		margin-bottom: 12px;
	}


}

@media screen and (min-width: 993px) {

	.cp-col {
		width: 18%;
		margin-right: 12px;
		margin-bottom: 12px;
	}


}



.section-header-hz {
	/* max-width: 600px; */
	display: flex;
	align-items: center;
	margin-bottom: 26px;
}

.section-header-hz h5 {
	margin-bottom: 0px;
	margin-right: 7px;
}

.img-responsive-hz {
	/* width: 40px; */
	height: 60px !important;
}
.bg-color-hz {
	/* background-color: #F4F6FA; */
}
.client .client-item img {
	width: 100%;
}

.client {
	padding-bottom: 120px;
}

.pricing {
	padding-top: 50px;
	
}

/*  08  - Pricing Section
----------------------------------------------*/
.pricing .pricing-item {
	text-align: center;
	/* background-color: #fff; */
	border: 1px solid #e1e1e1;
	-webkit-transition: .25s;
	transition: .25s;
	margin-bottom: 30px;
}

.pricing .pricing-item:hover {
	-moz-box-shadow: 0px 4px 16px 0px #808080;
	-webkit-box-shadow: 0px 4px 16px 0px #808080;
	box-shadow: 0px 4px 16px 0px #808080;
	-webkit-transform: translateY(-2%);
	transform: translateY(-2%);
}

.pricing .pricing-item h3 {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	padding: 30px 10px;
	margin: 0px;
}

.pricing .pricing-item .pricing-amout {
	background-color: #f3f3f4;
	padding: 10px;
}

.pricing .pricing-item .pricing-amout p {
	font-size: 14px;
	margin: 0px;
	color: #0d0d0d;
	font-weight: 700;
}

.pricing .pricing-item h2 {
	font-size: 64px;
}

.pricing .pricing-item .options {
	padding: 30px 10px;
}

.pricing .pricing-item .options p {
	margin-bottom: 10px;
}

.pricing .pricing-item .options p:last-child {
	margin: 0px;
}

.pricing .pricing-item a {
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	background-color: #0d0d0d;
	padding: 10px 20px;
	border-radius: 3px;
	margin-bottom: 30px;
	text-decoration: none;
}



.map-box-1 {
	position: relative;
}
.map-pic {
	width: 1082px;
	height: 584px;
}

.map-pic-m {
	/* width: 650px; */
	width: 100%;
	height: 250px;
}
.mb-lable {}

.mb-lable p {
	font-size: 16px;
	color: #333333;
}
.wz-1 {
	position: absolute;
	top: 100px;
	left: 100px;
}

.wz-2 {
	position: absolute;
	top: 250px;
	left: 100px;
}

.wz-3 {
	position: absolute;
	top: 100px;
	right: 100px;
}

.wz-4 {
	position: absolute;
	top: 250px;
	right: 80px;
}
.ml-dian {
	font-weight: bold;
	font-size: 32px;
	color: #3772F9;
	/* font-style: italic; */
	line-height: 1;
	position: relative;
}

.ml-dian::before {
	position: absolute;
	top: 8px;

	left: -26px;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #FF7600;
}

.service-tit {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	padding-top: 70px;
}

.service-tit span {
	color: #3772F9;
	font-size: 38px;
	font-weight: bold;
}

.service-tit p {
	color: #000000;
	font-size: 30px;
	margin: 0 !important;
	font-weight: 600;
}

.n-icon{
	width: 114px;
	height: 88px;
	margin-right: 8px;
}
.n-info{
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	
}
.ni-tit{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.nn-item{
	display: flex;
	align-items: center;
	justify-content: center;
	/* cursor: pointer; */
}
.nn-item-line{
	position: relative;
}
.nn-item-line::before {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 0;
  content: '';
  width: 1px;
  height: 56px;
  background-color: #E8E8E8;
}
.lc-tit-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.lt-tit {
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
}

.lt-lable {
	font-weight: bold;
	font-size: 24px;
	color: rgb(255 255 255 / 20%);
}
.jt-info{
	
}

.ji-one{
	
}

.ji-one img{
	width: 262px;
	height: 60px;
}

.ji-three{
	
	margin-top: 80px;
	display: flex;
	align-items: center;
	/* justify-content: center; */
}
.ji-three div{
	background: #3772F9;
	border-radius: 4px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	padding: 2px 14px;
	cursor: pointer;
}
.cp-box{
	margin-top: 50px;
}
.cp-item{
	background: #F2F9FF;
	border-radius: 4px;
	padding: 40px 22px 190px 22px;
	cursor: pointer;
	color: #000000;
	position: relative;
}
.cp-item:hover{
	background: linear-gradient(180deg, #5599FF 0%, #086AFF 100%);
	box-shadow: 0px 0px 8px 0px rgba(70,149,250,0.31);
	color: #fff;
}
.cp-item:hover .cp-line{
	
	background: #fff;
}
.cp-item:hover .cp-dec{
	
	color: #fff;
}

.cp-icon{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 159px;
	height: 152px;
}
/* .cp-other{
	
} */
.cp-tit{
	font-weight: bold;
	font-size: 16px;
	
}
.cp-line{
	width: 26px;
	height: 1px;
	margin: 8px 0;
	background: #0046F6;
}
.cp-dec{
	font-weight: 400;
	font-size: 13px;
	    height: 110px;
		line-height: 1.8;
		/* background: #0046F6; */
	color: rgb(51, 51, 51, 0.7);
}

.cp-bg1 {
	background: url("https://file.zgyoujia.com.cn/upluscomp/2024-12/image/173509839595038542.png") no-repeat;
	background-size: 100% 100%;
}
.cp-bg2 {
	background: url("https://file.zgyoujia.com.cn/upluscomp/2024-12/image/173509841408923920.png") no-repeat;
	background-size: 100% 100%;
}
.cp-bg3 {
	background: url("https://file.zgyoujia.com.cn/upluscomp/2024-12/image/173509843023102128.png") no-repeat;
	background-size: 100% 100%;
}
.cp-bg4 {
	background: url("https://file.zgyoujia.com.cn/upluscomp/2024-12/image/173509844635760145.png") no-repeat;
	background-size: 100% 100%;
}
.cp-bg5 {
	background: url("https://file.zgyoujia.com.cn/upluscomp/2024-12/image/173509846198675373.png") no-repeat;
	background-size: 100% 100%;
}
.index-lb-btn{
	width: 197px;
	height: 64px;
	cursor: pointer;
}
.index-lb-pic{
	width: 400px;
	height: 330px;
}
.index-lb-btn-three{
	width: 528px;
	height: 76px;
}
.index-lb-pic-three{
	width: 400px;
	height: 202px;
}
.index-lb-pic-four{
	width: 980px;
	height: 132px;
}
.index-lb-tit{
	width: 550px;
	height: 48px;
}
.index-lb-tit2{
	width: 580px;
	height: 58px;
}
.index-lb-tit3{
	width: 598px;
	height: 124px;
}
.index-lb-dex-box{
	margin: 60px 0;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	flex-wrap: wrap;
}
.lll-pic3{
	width: 546px;
	height: 60px;
}
.ldd-item{
	border: 2px solid #FFFFFF;
	border-radius: 4px;
	padding: 4px 10px;
	margin: 0 10px 10px 0;
	display: flex;
	align-items: center;
}
.ldd-item img{
	width: 15px;
	height: 15px;
	margin-right: 6px;
}
.ldd-item div{
	color: #001750;
	font-size: 16px;
	width: 136px;
	/* background-color: #333333; */
	text-align: center;
}
.cpOther-box{
	margin-top: 80px;
}
.cpb-item{
	background: #DAEAFF;
	border-radius: 10px;
	padding: 26px 18px 0px 18px;
	width: 270px;
	height: 140px;
}
.ci-title{
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
}
.ci-decec{
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
}
.xc-box {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F6F8FE;
	border-radius: 4px;
	padding: 18px 0;
}

.xc-you {
	position: relative;
}

.xc-you ::after {
	content: '';
	position: absolute;
	right: -30px;
	top: 50%;
	width: 19px;
	height: 22px;
	background: url("https://file.zgyoujia.com.cn/upluscomp/2025-1/image/173580893355087870.png") no-repeat;
	transform: translateY(-50%);
}


.xb-num {
	font-weight: bold;
	font-size: 24px;
	color: #0046F6;
	margin-right: 20px;
}

.xb-tit {
	font-weight: bold;
	font-size: 16px;
	color: #0046F6;
}