.zhaoshang-wrap {
	background: #f5f6f8 url(../images/zs-bg.jpg) no-repeat center top;
	padding: 100px 0;
}

@media screen and (max-width: 1920px) {
	.zhaoshang-wrap {
		padding: calc(100 / 1920 * 100vw) 0;
	}
}

.zhaoshang-wrap .tit,
.zhaoshang-process .tit {
	font-size: 50px;
	text-align: center;
}

@media screen and (max-width: 1920px) {

	.zhaoshang-wrap .tit,
	.zhaoshang-process .tit {
		font-size: calc(50 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {

	.zhaoshang-wrap .tit,
	.zhaoshang-process .tit {
		font-size: 5rem;
	}
}
.zhaoshang-wrap .tit2,
.zhaoshang-process .tit2 {
	font-size: 24px;
	padding: 20px 0;
	text-align: center;
}

@media screen and (max-width: 1920px) {

	.zhaoshang-wrap .tit2,
	.zhaoshang-process .tit2 {
		font-size: calc(24 / 1920 * 100vw);
		padding: calc(20 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.zhaoshang-wrap .tit2,
.zhaoshang-process .tit2 {
		font-size: 3rem;
	}
}
.zhaoshang-list {
	padding: 60px 0 20px 0;
}

@media screen and (max-width: 1920px) {
	.zhaoshang-list {
		padding: calc(60 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw) 0;
	}
}

.zhaoshang-list .row {
	margin-left: -10px;
	margin-right: -10px;
}

.item-zhaoshang {
	margin-bottom: 20px;
}

@media screen and (max-width: 1920px) {
	.item-zhaoshang {
		margin-bottom: calc(20 / 1920 * 100vw);
	}
}

.zhaoshang-list .row-space-in {
	padding-left: 10px;
	padding-right: 10px;
}

.zhaoshang-list .item-zhaoshang a {
	background: #fff;
	padding: 45px;
	display: block;
	width: 100%;
}

@media screen and (max-width: 1920px) {
	.zhaoshang-list .item-zhaoshang a {
		padding: calc(45 / 1920 * 100vw);
	}
}

.zhaoshang-list .item-zhaoshang a p {
	line-height: 1.8;
	font-size: 18px;
	margin-top: 40px;
	min-height:65px;
}

@media screen and (max-width: 1920px) {
	.zhaoshang-list .item-zhaoshang a p {
		margin-top: calc(40 / 1920 * 100vw);
	}
}

.zhaoshang-list .item-zhaoshang a span {
	padding: 20px 0 15px 0;
	display: block;
}

@media screen and (max-width: 1920px) {
	.zhaoshang-list .item-zhaoshang a span {
		padding: calc(20 / 1920 * 100vw) 0 calc(15 / 1920 * 100vw) 0;
	}
}

.zhaoshang-list .item-zhaoshang a .tit {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 29px;
}

@media screen and (max-width: 1920px) {
	.zhaoshang-list .item-zhaoshang a .tit {
		font-size: calc(29 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.zhaoshang-list .item-zhaoshang a .tit {
		font-size: 3.5rem;
	}
	.zhaoshang-list .item-zhaoshang a p {
		font-size: 14px;
	}
}
.zhaoshang-list .item-zhaoshang a .tit img {
	max-height: 42px;
}

.zhaoshang-list .item-zhaoshang:hover a p {
	color: #333;
}

.zhaoshang-list .item-zhaoshang:hover a .tit img {
	transform: rotateY(360deg);
	transition: all 1s;
}

/*招商流程*/
.zhaoshang-process {
	padding: 100px 0;
	position: relative;
}

@media screen and (max-width: 1920px) {
	.zhaoshang-process {
		padding: calc(100 / 1920 * 100vw) 0;
	}
}

.zhaoshang-process .process-list {
	margin-top: 80px;
	position: relative;
}

@media screen and (max-width: 1920px) {
	.zhaoshang-process .process-list {
		margin-top: calc(80 / 1920 * 100vw);
	}
}

.ZhaoshangProcess {
	height: 380px;
	position: relative;
}

@media screen and (max-width: 1920px) {
	.ZhaoshangProcess {
		height: calc(390 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.ZhaoshangProcess {
		height: 40rem;
		width: 80%;
	}
	
}
.ZhaoshangProcess::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #e6e6e6;
	top: 50%;
}

.zhaoshang-process .process-list .swiper-slide {
	position: relative;
}

.zhaoshang-process .process-list .item-box {
	border: #e6e6e6 dashed 2px;
	padding: 9px;
	border-radius: 10px;
	width: 320px;
	position: relative;
}

@media screen and (max-width: 1920px) {
	.zhaoshang-process .process-list .item-box {
		width: calc(320 / 1920 * 100vw);
		padding: calc(9 / 1920 * 100vw);
		border-radius: calc(10 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.zhaoshang-process .process-list .item-box {
		width: 26rem;
		padding:9px;
		border-radius: 10px;
	}
}

.zhaoshang-process .process-list .item-box .info {
	background: #e6e6e6;
	width: 298px;
	height: 121px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	/* Firefox 4*/
	-webkit-transition: all .5s ease;
	/* Safari 和 Chrome*/
	-o-transition: all .5s ease;
	/* Opera*/
	;

}

@media screen and (max-width: 1920px) {
	.zhaoshang-process .process-list .item-box .info {
		width: calc(298 / 1920 * 100vw);
		height: calc(121 / 1920 * 100vw);
		border-radius: calc(5 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.zhaoshang-process .process-list .item-box .info {
		width: 22rem;
		height: 12rem;
		border-radius: 5px;
	}
}

.zhaoshang-process .process-list .item-box .info span {
	font-size: 30px;
}

@media screen and (max-width: 1920px) {
	.zhaoshang-process .process-list .item-box .info span {
		font-size: calc(30 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.zhaoshang-process .process-list .item-box .info span {
		font-size: 4rem;
	}
}
.zhaoshang-process .process-list .item-box .info p {
	font-size: 26px;
	line-height: 1.5;
	margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
	.zhaoshang-process .process-list .item-box .info p {
		font-size: calc(26 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.zhaoshang-process .process-list .item-box .info p {
		font-size: 3rem;
	}
}
.zhaoshang-process .process-list .swiper-slide{
	cursor: pointer;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	/* Firefox 4*/
	-webkit-transition: all .5s ease;
	/* Safari 和 Chrome*/
	-o-transition: all .5s ease;
	/* Opera*/
	;
}
.zhaoshang-process .process-list .swiper-slide:nth-child(odd) {
	margin-top: 237px;
}

@media screen and (max-width: 1920px) {
	.zhaoshang-process .process-list .swiper-slide:nth-child(odd) {
		margin-top: calc(237 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.zhaoshang-process .process-list .swiper-slide:nth-child(odd) {
		margin-top:24rem;
	}
}
.zhaoshang-process .process-list .item-box::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	background: #d4d4d4;
	border-radius: 100%;
	left: 50%;
	margin-left: -8px;
}

@media screen and (max-width: 1920px) {
	.zhaoshang-process .process-list .item-box::after {
		width: calc(16 / 1920 * 100vw);
		height: calc(16 / 1920 * 100vw);
		margin-left: calc(-8 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.zhaoshang-process .process-list .item-box::after {
		width:2rem;
		height:2rem;
		margin-left: -1rem;
	}
}
.zhaoshang-process .process-list .item-box::before {
	content: "";
	position: absolute;
	height: 37px;
	border-left: #d4d4d4 dashed 2px;
	left: 50%;
	margin-left: -1px;
	bottom: -48px;
}

@media screen and (max-width: 1920px) {
	.zhaoshang-process .process-list .item-box::before {
		height: calc(37 / 1920 * 100vw);
		bottom: calc(-48 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.zhaoshang-process .process-list .item-box::before {
		height: 4rem;
		bottom: -4rem;
	}
}
.zhaoshang-process .process-list .swiper-slide:nth-child(odd) .item-box::after {
	top: -8px;
}

.zhaoshang-process .process-list .swiper-slide:nth-child(odd) .item-box::before {
	top: -48px;
	bottom: auto;
}

@media screen and (max-width: 1920px) {
	.zhaoshang-process .process-list .swiper-slide:nth-child(odd) .item-box::before {
		top: calc(-44 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.zhaoshang-process .process-list .swiper-slide:nth-child(odd) .item-box::before {
		top: -4rem;
	}
}
.zhaoshang-process .process-list .swiper-slide:hover .item-box {
	border-color:var(--active-color);
}
.zhaoshang-process .process-list .swiper-slide:hover .item-box .info {
	background:var(--active-color);
	color: #fff;
}
.zhaoshang-process .process-list .swiper-slide:hover .item-box::after{
	background:var(--active-color);
}
.zhaoshang-process .process-list .swiper-slide:hover .item-box::before{
	border-color: var(--active-color);
}
.swiper-zs-prev,
.swiper-zs-next {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: #f3f3f3 solid 1px;
	z-index: 9999;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	top: 50%;
	margin-top: -30px;
	position: absolute;
	transition: all .8s;
}
@media screen and (max-width: 992px) {
	.swiper-zs-prev,
	.swiper-zs-next {
		width: 8rem;
		height:8rem;
		margin-top: -4rem;
	}
}


.swiper-zs-prev i,
.swiper-zs-next i {
	font-size: 25px;
	color: #b7b7b7;
}

.swiper-zs-next {
	right: -109px;
}

@media screen and (max-width: 1920px) {
	.swiper-zs-next {
		right: calc(-109 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.swiper-zs-next {
		right:-2rem;
	}
}

.swiper-zs-prev {
	left: -109px;
}

@media screen and (max-width: 1920px) {
	.swiper-zs-prev {
		left: calc(-109 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.swiper-zs-prev {
		left:-2rem;
	}
}

.swiper-zs-prev:hover,
.swiper-zs-next:hover {
	border-color: var(--active-color);
}

.swiper-zs-prev:hover i,
.swiper-zs-next:hover i {
	color: var(--active-color);
}

.swiper-button-disabled,
.swiper-button-disabled:hover {
	border-color: #f3f3f3;
}

.swiper-button-disabled i,
.swiper-button-disabled:hover i {
	color: #b7b7b7;
}
