/* banner */
.wcj_page_three_banner {
	width: 100%;
	height: 4.3rem;
	background: url(../images/xietongBg.jpg) no-repeat center;
	overflow: hidden;
}

.wcj_page_three_banner .center {
	max-width: 1300px;
	height: 4.3rem;
	margin: 0 auto;
}

.wcj_page_three_banner .center .left {
	width: auto;
	height: 4.3rem;
	float: left;
}

.wcj_page_three_banner .center .left h4 {
	font-size: 0.4rem;
	font-weight: bold;
	line-height: 1;
	color: #4f4f4f;
	margin-top: 1.1rem;
}

.wcj_page_three_banner .center .left p {
	font-size: 0.18rem;
	line-height: 0.35rem;
	color: #9d9d9d;
	margin-top: 0.15rem;
}

.wcj_page_three_banner .center .left .fangan {
	width: 2rem;
	height: 0.45rem;
	border-radius: 0.05rem;
	background: #ff4e00;
	margin-top: 0.35rem;
	font-size: 0.18rem;
	color: #fff;
	line-height: 0.45rem;
	text-align: center;
}

.wcj_page_three_banner .center .right {
	width: 3.67rem;
	height: 3.89rem;
	float: right;
	margin-top: 0.2rem;
	position: relative;
}

.wcj_page_three_banner .center .right img.wcj_three_banner {
	vertical-align: top;
	position: relative;
	z-index: 3;
}

.wcj_page_three_banner .center .right img.wcj_three_bannerline {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation: identifier 8s ease infinite !important;
	z-index: 3;
}

@keyframes identifier {
	to {
	  transform: rotate(360deg);
	}
  }

.wcj_page_three_banner .center .left .fangan a {
	color: #fff;
	display: block;
}




/* 协同痛点 */
.wcj_page_three_box_01 {
	width: 100%;
	height: auto;
	padding: 1rem 0;
	overflow: hidden;
}

.wcj_page_three_box_01 .h_title {
	max-width: 1300px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.wcj_page_three_box_01 .h_title h3 {
	font-size: 0.38rem;
	font-weight: bold;
	line-height: 1;
	color: #000;
}

.wcj_page_three_box_01 .h_title p {
	font-size: 0.18rem;
	line-height: 0.2rem;
	color: #636363;
	margin-top: 0.2rem;
}

.wcj_page_three_box_01 .list {
	max-width: 1300px;
	height: auto;
	margin: 0.7rem auto 0 auto;
	display: flex;
	justify-content: space-between;
}

.wcj_page_three_box_01 .list li {
	width: 31%;
	height: auto;
	padding: 0.55rem 0 0.35rem 0;
	background: #fff;
	border-radius: 0.1rem;
	box-shadow: 0 0 10px #f2f1f1;
	position: relative;
	z-index: 2;
}

.wcj_page_three_box_01 .list li .icon {
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	left: 0.15rem;
	top: 0.2rem;
	z-index: -1;
}

.wcj_page_three_box_01 .list li:nth-of-type(1) .icon {
	background: url(../images/wcj_td_icon_01.png) center center no-repeat;
}

.wcj_page_three_box_01 .list li:nth-of-type(2) .icon {
	background: url(../images/wcj_td_icon_02.png) center center no-repeat;
}

.wcj_page_three_box_01 .list li:nth-of-type(3) .icon {
	background: url(../images/wcj_td_icon_03.png) center center no-repeat;
}

.wcj_page_three_box_01 .list li h4 {
	width: calc(100% - 1.1rem);
	padding: 0 0.28rem 0 0.82rem;
	font-size: 0.18rem;
	color: #636363;
	font-weight: bold;
	line-height: 0.2rem;
}

.wcj_page_three_box_01 .list li:nth-of-type(1) h4 {
	background: url(../images/wcj_td_icon_04.png) 0.55rem center no-repeat;
}

.wcj_page_three_box_01 .list li:nth-of-type(2) h4 {
	background: url(../images/wcj_td_icon_05.png) 0.55rem center no-repeat;
}

.wcj_page_three_box_01 .list li:nth-of-type(3) h4 {
	background: url(../images/wcj_td_icon_06.png) 0.55rem center no-repeat;
}

.wcj_page_three_box_01 .list li p {
	width: calc(100% - 1.1rem);
	padding: 0 0.28rem 0 0.82rem;
	font-size: 0.16rem;
	color: #939393;
	line-height: 0.26rem;
	margin-top: 0.15rem;
}




/* 高效流转 */
.wcj_page_three_box_02 {
	width: 100%;
	height: 6rem;
	background: #fcfcfc;
	overflow: hidden;
}

.wcj_page_three_box_02 .center {
	max-width: 1300px;
	height: 6rem;
	margin: 0 auto;
}

.wcj_page_three_box_02 .center .left {
	width: auto;
	height: 6rem;
	float: left;
}

.wcj_page_three_box_02 .center .left h4 {
	font-size: 0.38rem;
	font-weight: bold;
	line-height: 0.4rem;
	color: #000;
	margin-top: 1.8rem;
	padding-left: 0.25rem;
	position: relative;
}

.wcj_page_three_box_02 .center .left h4::after {
	content: '';
	width: 0.1rem;
	height: 0.36rem;
	background: #ff4e00;
	position: absolute;
	top: 0.04rem;
	left: 0;
}

.wcj_page_three_box_02 .center .left p {
	font-size: 0.22rem;
	line-height: 0.4rem;
	color: #888;
	margin-top: 0.25rem;
	padding-left: 0.2rem;
}

.wcj_page_three_box_02 .center .left .click {
	display: block;
	width: 1.4rem;
	height: 0.38rem;
	border: solid 0.01rem #dfdfdf;
	border-radius: 0.05rem;
	background: #fff;
	margin: 0.2rem 0 0 0.25rem;
	overflow: hidden;
	position: relative;
	z-index: 2;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.wcj_page_three_box_02 .center .left .click:hover {
	border: solid 0.01rem #ff4e00;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.wcj_page_three_box_02 .center .left .click::before {
	content: '';
	width: 0;
	height: 0.38rem;
	background: #ff4e00;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.wcj_page_three_box_02 .center .left .click:hover::before {
	content: '';
	width: 1.4rem;
	height: 0.38rem;
	background: #ff4e00;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.wcj_page_three_box_02 .center .left .click span {
	display: block;
	width: 1.2rem;
	padding-left: 0.2rem;
	font-size: 0.18rem;
	color: #6e6e6e;
	line-height: 0.38rem;
	background: url(../images/wcj_one_gt_more01.png) 1.1rem center no-repeat;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.wcj_page_three_box_02 .center .left .click:hover span {
	color: #fff;
	background: url(../images/wcj_one_gt_more02.png) 1.1rem center no-repeat;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.wcj_page_three_box_02 .center .right {
	width: 4.7rem;
	height: 4.1rem;
	float: right;
	margin-top: 0.8rem;
}

.wcj_page_three_box_02 .center .right .hide {
	width: 4.57em;
	height: 4.16rem;
	display: none;
}

.wcj_page_three_box_02 .center .right .hide img {
	vertical-align: top;
}

.wcj_page_three_box_02 .center .right .show {
	width: 4.7rem;
	height: 4.1rem;
	position: relative;
}

.wcj_page_three_box_02 .center .right .show .list {
	width: 4.7rem;
	height: 4.1rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.wcj_page_three_box_02 .center .right .show .list li:nth-of-type(1) {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.wcj_page_three_box_02 .center .right .show .list li:nth-of-type(1) h4 {
	font-size: 0.18rem;
	color: #696969;
	font-weight: bold;
	line-height: 0.2rem;
	text-align: center;
}

.wcj_page_three_box_02 .center .right .show .list li:nth-of-type(1) i {
	display: block;
	width: 0.64rem;
	height: 0.64rem;
	background: url(../images/wcj_gx_icon_01.png) center center no-repeat #fff;
	border-radius: 50%;
	margin: 0.05rem auto 0 auto;
	box-shadow: 0 0 20px #fad4c3;
}

.wcj_page_three_box_02 .center .right .show .list li:nth-of-type(2) {
	width: auto;
	height: 0.6rem;
	position: absolute;
	top: 1.24rem;
	left: 0;
}

.wcj_page_three_box_02 .center .right .show .list li:nth-of-type(2) h4 {
	font-size: 0.18rem;
	color: #696969;
	font-weight: bold;
	line-height: 0.25rem;
	margin: 0.05rem 0.1rem 0 0;
	float: left;
	letter-spacing: 2px;
}

.wcj_page_three_box_02 .center .right .show .list li:nth-of-type(2) i {
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	background: url(../images/wcj_gx_icon_02.png) center center no-repeat #fff;
	border-radius: 50%;
	box-shadow: 0 0 20px #fad4c3;
	float: left;
}

.wcj_page_three_box_02 .center .right .show .list li:nth-of-type(3) {
	width: auto;
	height: 0.6rem;
	position: absolute;
	top: 1.24rem;
	right: 0;
}

.wcj_page_three_box_02 .center .right .show .list li:nth-of-type(3) h4 {
	font-size: 0.18rem;
	color: #696969;
	font-weight: bold;
	line-height: 0.25rem;
	margin: 0.05rem 0 0 0.1rem;
	float: left;
	letter-spacing: 2px;
}

.wcj_page_three_box_02 .center .right .show .list li:nth-of-type(3) i {
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	background: url(../images/wcj_gx_icon_03.png) center center no-repeat #fff;
	border-radius: 50%;
	box-shadow: 0 0 20px #fad4c3;
	float: left;
}

.wcj_page_three_box_02 .center .right .show .list li:nth-of-type(4) {
	width: 0.8rem;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0.8rem;
}

.wcj_page_three_box_02 .center .right .show .list li:nth-of-type(4) i {
	display: block;
	width: 0.64rem;
	height: 0.64rem;
	background: url(../images/wcj_gx_icon_04.png) center center no-repeat #fff;
	border-radius: 50%;
	margin: 0 auto;
	box-shadow: 0 0 20px #fad4c3;
}

.wcj_page_three_box_02 .center .right .show .list li:nth-of-type(4) h4 {
	font-size: 0.18rem;
	color: #696969;
	font-weight: bold;
	line-height: 0.2rem;
	text-align: center;
	margin-top: 0.1rem;
}

.wcj_page_three_box_02 .center .right .show .list li:nth-of-type(5) {
	width: 0.8rem;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0.8rem;
}

.wcj_page_three_box_02 .center .right .show .list li:nth-of-type(5) i {
	display: block;
	width: 0.64rem;
	height: 0.64rem;
	background: url(../images/wcj_gx_icon_05.png) center center no-repeat #fff;
	border-radius: 50%;
	margin: 0 auto;
	box-shadow: 0 0 20px #fad4c3;
}

.wcj_page_three_box_02 .center .right .show .list li:nth-of-type(5) h4 {
	font-size: 0.18rem;
	color: #696969;
	font-weight: bold;
	line-height: 0.2rem;
	text-align: center;
	margin-top: 0.1rem;
}

.wcj_page_three_box_02 .center .right .yuan01 {
	width: 3.5rem;
	height: 3.5rem;
	position: absolute;
	left: 0.6rem;
	top: 0.5rem;
	background: url(../images/wcj_gx_yuan01.png) center center no-repeat;
	animation: rotate 10s linear infinite;
}

.wcj_page_three_box_02 .center .right .yuan02 {
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	left: 1.15rem;
	top: 1.05rem;
	background: url(../images/wcj_gx_yuan02.png) center center no-repeat;
	animation: rotate02 10s linear infinite;
}

.wcj_page_three_box_02 .center .right .yuan03 {
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: 1.85rem;
	top: 1.75rem;
	z-index: 3;
}

.wcj_page_three_box_02 .center .right .yuan03 i {
	display: block;
	width: 1rem;
	height: 1rem;
	background: url(../images/wcj_gx_yuan04.png) center center no-repeat #ff4e00;
	border-radius: 50%;
}

.wcj_page_three_box_02 .center .right .yuan03::before {
	content: '';
	width: 1.06rem;
	height: 1.06rem;
	border-radius: 100%;
	background: rgba(255, 78, 0, 0.3);
	position: absolute;
	top: -0.03rem;
	left: -0.03rem;
	z-index: -1;
	-webkit-animation: twinkling 2.1s infinite ease-in-out;
	animation: twinkling 2.1s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.wcj_page_three_box_02 .center .right .yuan03::after {
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 100%;
	background: rgba(255, 78, 0, 0.5);
	position: absolute;
	top: -0.1rem;
	left: -0.1rem;
	z-index: -2;
	-webkit-animation: twinkling 2.1s infinite ease-in-out;
	animation: twinkling 2.1s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes twinkling {
	0% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}

	50% {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-webkit-transform: scale(1.12);
	}

	100% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}
}

@keyframes twinkling {
	0% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}

	50% {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-webkit-transform: scale(1.12);
	}

	100% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes rotate02 {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(-360deg)
	}
}





/* 场景丰富 */
.wcj_page_three_box_03 {
	width: 100%;
	height: auto;
	padding: 0.8rem 0;
	background: #fff;
	overflow: hidden;
}

.wcj_page_three_box_03 .center {
	max-width: 1300px;
	height: 4.79rem;
	margin: 0 auto;
}

.wcj_page_three_box_03 .center .left {
	width: 7.46rem;
	height: 4.79rem;
	float: left;
	margin-left: -0.3rem;
}

.wcj_page_three_box_03 .center .left .hide {
	display: none;
	width: 7.46rem;
	height: 4.79rem;
}

.wcj_page_three_box_03 .center .left .hide img {
	vertical-align: top;
}

.wcj_page_three_box_03 .center .left .show {
	width: 7.46rem;
	height: 4.79rem;
	position: relative;
}

.wcj_page_three_box_03 .center .left .show .img04 {
	width: 7.46rem;
	height: 4.79rem;
	position: absolute;
	left: 0;
	top: 0;
}

.wcj_page_three_box_03 .center .left .show img {
	vertical-align: top;
	-webkit-transition: .5s;
    transition: .5s;
}

.wcj_page_three_box_03 .center .left .show .top {
	width: 6.45rem;
	height: 0.49rem;
	line-height: 0.49rem;
	position: absolute;
	left: 0.5rem;
	top: 0.28rem;
	z-index: 2;
	display: flex;
	justify-content: space-between;
}

.wcj_page_three_box_03 .center .left .show .top .icon {
	width: 0.2rem;
	height: 0.49rem;
}

.wcj_page_three_box_03 .center .left .show .top .icon i:nth-of-type(1) {
	display: block;
	width: 0.2rem;
	height: 0.03rem;
	background: #ff4e00;
	margin-top: 0.15rem;
}

.wcj_page_three_box_03 .center .left .show .top .icon i:nth-of-type(2) {
	display: block;
	width: 0.2rem;
	height: 0.09rem;
	background: #ff4e00;
	margin-top: 0.02rem;
}

.wcj_page_three_box_03 .center .left .show .top .icon i:nth-of-type(3) {
	display: block;
	width: 0.2rem;
	height: 0.03rem;
	background: #ff4e00;
	margin-top: 0.02rem;
}

.wcj_page_three_box_03 .center .left .show .top p {
	width: 1.3rem;
	height: 0.3rem;
	background: url(../images/cj_bk.png);
	margin: 0.1rem 0;
	line-height: 0.3rem;
	text-align: center;
	font-size: 0.15rem;
	color: #757474;
}

.wcj_page_three_box_03 .center .left .show .top .dian {
	width: 0.4rem;
	height: 0.09rem;
	margin-top: 0.2rem;
	display: flex;
	justify-content: space-between;
}

.wcj_page_three_box_03 .center .left .show .top .dian i:nth-of-type(1) {
	display: block;
	width: 0.09rem;
	height: 0.09rem;
	background: #ff7133;
	border-radius: 50%;
}

.wcj_page_three_box_03 .center .left .show .top .dian i:nth-of-type(2) {
	display: block;
	width: 0.09rem;
	height: 0.09rem;
	background: #ffa67f;
	border-radius: 50%;
}

.wcj_page_three_box_03 .center .left .show .top .dian i:nth-of-type(3) {
	display: block;
	width: 0.09rem;
	height: 0.09rem;
	background: #ffcab2;
	border-radius: 50%;
}

.wcj_page_three_box_03 .center .left .show .img01 {
	width: 1.96rem;
	height: 2.49rem;
	position: absolute;
	left: 0;
	bottom: 0.35rem;
	z-index: 2; -webkit-transition: .5s;
    transition: .5s;
}

.wcj_page_three_box_03 .center .left .show .img01 .icon {
	width: 0.3rem;
	height: 0.3rem;
	position: absolute;
	left: 0.4rem;
	top: 0.45rem;
	z-index: 3;
}

.wcj_page_three_box_03 .center .left .show .img01 .icon i {
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	background: url(../images/cj_icon.png) center center no-repeat #ff4e00;
	border-radius: 50%;
}

.wcj_page_three_box_03 .center .left .show .img01 .icon::before {
	content: '';
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 100%;
	background: rgba(255, 78, 0, 0.3);
	position: absolute;
	top: -0.05rem;
	left: -0.05rem;
	z-index: -1;
	-webkit-animation: twinkling 2.1s infinite ease-in-out;
	animation: twinkling 2.1s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.wcj_page_three_box_03 .center .left .show .img01 .icon::after {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 100%;
	background: rgba(255, 78, 0, 0.5);
	position: absolute;
	top: -0.1rem;
	left: -0.1rem;
	z-index: -2;
	-webkit-animation: twinkling 2.1s infinite ease-in-out;
	animation: twinkling 2.1s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.wcj_page_three_box_03 .center .left .show .img02 {
	width: 2.26rem;
	height: 3.04rem;
	position: absolute;
	left: 0.6rem;
	bottom: 0.6rem;
	z-index: 1;
}

.wcj_page_three_box_03 .center .left .show .img03 {
	width: 3.82rem;
	height: 3.02rem;
	position: absolute;
	right: 0.65rem;
	bottom: 0.6rem;
	z-index: 1;
}

.wcj_page_three_box_03 .center .right {
	width: auto;
	height: 4.79rem;
	float: right;
}

.wcj_page_three_box_03 .center .right h4 {
	font-size: 0.38rem;
	font-weight: bold;
	line-height: 0.4rem;
	color: #4f4f4f;
	margin-top: 0.8rem;
	padding-left: 0.25rem;
	position: relative;
}

.wcj_page_three_box_03 .center .right h4::after {
	content: '';
	width: 0.1rem;
	height: 0.36rem;
	background: #ff4e00;
	position: absolute;
	top: 0.04rem;
	left: 0;
}

.wcj_page_three_box_03 .center .right p {
	font-size: 0.2rem;
	line-height: 0.4rem;
	color: #5b5a5a;
	margin-top: 0.25rem;
	padding-left: 0.25rem;
}

.wcj_page_three_box_03 .center .right .click {
	display: block;
	width: 1.4rem;
	height: 0.38rem;
	border: solid 0.01rem #dfdfdf;
	border-radius: 0.05rem;
	background: #fff;
	margin: 0.2rem 0 0 0.25rem;
	overflow: hidden;
	position: relative;
	z-index: 2;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.wcj_page_three_box_03 .center .right .click:hover {
	border: solid 0.01rem #ff4e00;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.wcj_page_three_box_03 .center .right .click::before {
	content: '';
	width: 0;
	height: 0.38rem;
	background: #ff4e00;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.wcj_page_three_box_03 .center .right .click:hover::before {
	content: '';
	width: 1.4rem;
	height: 0.38rem;
	background: #ff4e00;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.wcj_page_three_box_03 .center .right .click span {
	display: block;
	width: 1.2rem;
	padding-left: 0.2rem;
	font-size: 0.18rem;
	color: #6e6e6e;
	line-height: 0.38rem;
	background: url(../images/wcj_one_gt_more01.png) 1.1rem center no-repeat;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.wcj_page_three_box_03 .center .right .click:hover span {
	color: #fff;
	background: url(../images/wcj_one_gt_more02.png) 1.1rem center no-repeat;
	-webkit-transition: all .7s;
	transition: all .7s;
}





/* 分析追踪 */
.wcj_page_three_box_04 {
	width: 100%;
	height: 5.8rem;
	background: #fcfcfc;
	overflow: hidden;
}

.wcj_page_three_box_04 .center {
	max-width: 1300px;
	height: 5.8rem;
	margin: 0 auto;
}

.wcj_page_three_box_04 .center .left {
	width: auto;
	height: 5.8rem;
	float: left;
}

.wcj_page_three_box_04 .center .left h4 {
	font-size: 0.38rem;
	font-weight: bold;
	line-height: 0.4rem;
	color: #000;
	margin-top: 1.45rem;
	padding-left: 0.25rem;
	position: relative;
}

.wcj_page_three_box_04 .center .left h4::after {
	content: '';
	width: 0.1rem;
	height: 0.36rem;
	background: #ff4e00;
	position: absolute;
	top: 0.04rem;
	left: 0;
}

.wcj_page_three_box_04 .center .left p {
	font-size: 0.22rem;
	line-height: 0.4rem;
	color: #888;
	margin-top: 0.25rem;
	padding-left: 0.25rem;
}

.wcj_page_three_box_04 .center .left .click {
	display: block;
	width: 1.4rem;
	height: 0.38rem;
	border: solid 0.01rem #dfdfdf;
	border-radius: 0.05rem;
	background: #fff;
	margin: 0.2rem 0 0 0.25rem;
	overflow: hidden;
	position: relative;
	z-index: 2;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.wcj_page_three_box_04 .center .left .click:hover {
	border: solid 0.01rem #ff4e00;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.wcj_page_three_box_04 .center .left .click::before {
	content: '';
	width: 0;
	height: 0.38rem;
	background: #ff4e00;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.wcj_page_three_box_04 .center .left .click:hover::before {
	content: '';
	width: 1.4rem;
	height: 0.38rem;
	background: #ff4e00;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.wcj_page_three_box_04 .center .left .click span {
	display: block;
	width: 1.2rem;
	padding-left: 0.2rem;
	font-size: 0.18rem;
	color: #6e6e6e;
	line-height: 0.38rem;
	background: url(../images/wcj_one_gt_more01.png) 1.1rem center no-repeat;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.wcj_page_three_box_04 .center .left .click:hover span {
	color: #fff;
	background: url(../images/wcj_one_gt_more02.png) 1.1rem center no-repeat;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.wcj_page_three_box_04 .center .right {
	width: 6.07rem;
	height: 4.63rem;
	float: right;
	margin-top: 0.6rem;
}

.wcj_page_three_box_04 .center .right .hide {
	width: 6.07rem;
	height: 4.63rem;
	display: none;
}

.wcj_page_three_box_04 .center .right .hide img {
	vertical-align: top;
}

.wcj_page_three_box_04 .center .right .show {
	width: 6.07rem;
	height: 4.63rem;
	position: relative;
	background: url(../images/dc_xiantiao.gif) 0.35rem center no-repeat;
}

.wcj_page_three_box_04 .center .right .show .list01 {
	width: 0.6rem;
	height: 4.63rem;
	float: left;
}

.wcj_page_three_box_04 .center .right .show .list01 li {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 0.1rem;
	box-shadow: 0 0 20px #f4f2f1;
	position: relative;
}

.wcj_page_three_box_04 .center .right .show .list01 li::after {
	content: '';
	width: 0.15rem;
	height: 0.6rem;
	background: url(../images/dc_jt01.png) center center no-repeat;
	position: absolute;
	left: 0.72rem;
	top: 0;
}

.wcj_page_three_box_04 .center .right .show .list01 li:nth-of-type(1) {
	margin-top: 0.2rem;
	background: url(../images/dc_icon_01.png) center center no-repeat #fff;
}

.wcj_page_three_box_04 .center .right .show .list01 li:nth-of-type(2) {
	margin-top: 0.15rem;
	background: url(../images/dc_icon_02.png) center center no-repeat #fff;
}

.wcj_page_three_box_04 .center .right .show .list01 li:nth-of-type(3) {
	margin-top: 0.1rem;
	background: url(../images/dc_icon_03.png) center center no-repeat #fff;
}

.wcj_page_three_box_04 .center .right .show .list01 li:nth-of-type(4) {
	margin-top: 0.12rem;
	background: url(../images/dc_icon_04.png) center center no-repeat #fff;
}

.wcj_page_three_box_04 .center .right .show .list01 li:nth-of-type(5) {
	margin-top: 0.12rem;
	background: url(../images/dc_icon_05.png) center center no-repeat #fff;
}

.wcj_page_three_box_04 .center .right .show .list01 li:nth-of-type(6) {
	margin-top: 0.15rem;
	background: url(../images/dc_icon_06.png) center center no-repeat #fff;
}

.wcj_page_three_box_04 .center .right .show .list02 {
	width: 0.8rem;
	height: 4.63rem;
	float: right;
}

.wcj_page_three_box_04 .center .right .show .list02 li {
	width: 0.8rem;
	height: 0.65rem;
	padding-top: 0.15rem;
	border-radius: 0.1rem;
	box-shadow: 0 0 20px #f4f2f1;
	position: relative;
}

.wcj_page_three_box_04 .center .right .show .list02 li::after {
	content: '';
	width: 0.15rem;
	height: 0.8rem;
	background: url(../images/dc_jt02.png) center center no-repeat;
	position: absolute;
	left: -0.32rem;
	top: 0;
}

.wcj_page_three_box_04 .center .right .show .list02 li:nth-of-type(1) {
	margin-top: 0.45rem;
}

.wcj_page_three_box_04 .center .right .show .list02 li:nth-of-type(2) {
	margin-top: 0.1rem;
}

.wcj_page_three_box_04 .center .right .show .list02 li:nth-of-type(3) {
	margin-top: 0.3rem;
}

.wcj_page_three_box_04 .center .right .show .list02 li:nth-of-type(4) {
	margin-top: 0.13rem;
}

.wcj_page_three_box_04 .center .right .show .list02 li i {
	display: block;
	width: 0.41rem;
	height: 0.31rem;
	margin: 0 auto;
}

.wcj_page_three_box_04 .center .right .show .list02 li:nth-of-type(1) i {
	background: url(../images/dc_icon_07.png) center center no-repeat;
}

.wcj_page_three_box_04 .center .right .show .list02 li:nth-of-type(2) i {
	background: url(../images/dc_icon_08.png) center center no-repeat;
}

.wcj_page_three_box_04 .center .right .show .list02 li:nth-of-type(3) i {
	background: url(../images/dc_icon_09.png) center center no-repeat;
}

.wcj_page_three_box_04 .center .right .show .list02 li:nth-of-type(4) i {
	background: url(../images/dc_icon_10.png) center center no-repeat;
}

.wcj_page_three_box_04 .center .right .show .list02 li p {
	font-size: 0.14rem;
	color: #b68f7e;
	line-height: 0.15rem;
	text-align: center;
	margin-top: 0.1rem;
}

.wcj_page_three_box_04 .center .right .show .yuan01 {
	width: 0.64rem;
	height: 0.64rem;
	position: absolute;
	left: 2.78rem;
	top: 2rem;
	z-index: 3;
}

.wcj_page_three_box_04 .center .right .show .yuan01 i {
	display: block;
	width: 0.64rem;
	height: 0.64rem;
	background: url(../images/dc_icon_11.png) center center no-repeat #ff4e00;
	border-radius: 50%;
}

.wcj_page_three_box_04 .center .right .show .yuan01::before {
	content: '';
	width: 0.72rem;
	height: 0.72rem;
	border-radius: 100%;
	background: rgba(255, 78, 0, 0.3);
	position: absolute;
	top: -0.04rem;
	left: -0.04rem;
	z-index: -1;
	-webkit-animation: twinkling 2.1s infinite ease-in-out;
	animation: twinkling 2.1s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.wcj_page_three_box_04 .center .right .show .yuan01::after {
	content: '';
	width: 0.84rem;
	height: 0.84rem;
	border-radius: 100%;
	background: rgba(255, 78, 0, 0.5);
	position: absolute;
	top: -0.1rem;
	left: -0.1rem;
	z-index: -2;
	-webkit-animation: twinkling 2.1s infinite ease-in-out;
	animation: twinkling 2.1s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}




/* 数字化管理 */
.wcj_page_three_box_05 {
	width: 100%;
	height: auto;
	padding: 1rem 0;
	overflow: hidden;
}

.wcj_page_three_box_05 .h_title {
	max-width: 1300px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.wcj_page_three_box_05 .h_title h3 {
	font-size: 0.38rem;
	font-weight: bold;
	line-height: 1;
	color: #000;
}

.wcj_page_three_box_05 .h_title p {
	width: 67%;
	font-size: 0.18rem;
	line-height: 0.35rem;
	color: #888;
	margin: 0.15rem auto 0 auto;
}

.wcj_page_three_box_05 .center {
	max-width: 1300px;
	width: 100%;
	height: auto;
	margin: 0.4rem auto 0 auto;
}

.wcj_page_three_box_05 .center {
	max-width: 1300px;
	height: 7.33rem;
	margin: 0.2rem auto 0 auto;
}

.wcj_page_three_box_05 .center .hide {
	height: 7.33rem;
	display: none;
}

.wcj_page_three_box_05 .center .hide img {
	max-width: 11.76rem;
	width: 100%;
	height: auto;
	vertical-align: top;
}

.wcj_page_three_box_05 .center .show {
	max-width: 1300px;
	height: 7.33rem;
	position: relative;
}

.wcj_page_three_box_05 .center .show img {
	vertical-align: top;
}

.wcj_page_three_box_05 .center .show .img06 {
	width: 11.76rem;
	height: 7.33rem;
	position: absolute;
	left: 0.62rem;
	top: 0;
	z-index: 1;
}

.wcj_page_three_box_05 .center .show .top {
	width: 10.6rem;
	height: 0.6rem;
	position: absolute;
	left: 1.2rem;
	top: 0.31rem;
	z-index: 2;
	display: flex;
	justify-content: space-between;
}

.wcj_page_three_box_05 .center .show .top .icon {
	width: 0.28rem;
	height: 0.6rem;
}

.wcj_page_three_box_05 .center .show .top .icon i:nth-of-type(1) {
	display: block;
	width: 0.28rem;
	height: 0.05rem;
	background: #ebebeb;
	margin-top: 0.16rem;
}

.wcj_page_three_box_05 .center .show .top .icon i:nth-of-type(2) {
	display: block;
	width: 0.28rem;
	height: 0.15rem;
	background: #ebebeb;
	margin-top: 0.03rem;
}

.wcj_page_three_box_05 .center .show .top .icon i:nth-of-type(3) {
	display: block;
	width: 0.28rem;
	height: 0.05rem;
	background: #ebebeb;
	margin-top: 0.03rem;
}

.wcj_page_three_box_05 .center .show .top .dian {
	width: 0.45rem;
	height: 0.1rem;
	margin-top: 0.25rem;
	display: flex;
	justify-content: space-between;
}

.wcj_page_three_box_05 .center .show .top .dian i:nth-of-type(1) {
	display: block;
	width: 0.1rem;
	height: 0.1rem;
	background: #ff7133;
	border-radius: 50%;
}

.wcj_page_three_box_05 .center .show .top .dian i:nth-of-type(2) {
	display: block;
	width: 0.1rem;
	height: 0.1rem;
	background: #ffa67f;
	border-radius: 50%;
}

.wcj_page_three_box_05 .center .show .top .dian i:nth-of-type(3) {
	display: block;
	width: 0.1rem;
	height: 0.1rem;
	background: #ffcab2;
	border-radius: 50%;
}

.wcj_page_three_box_05 .center .show .img01 {
	width: 2.84rem;
	height: 5.18rem;
	position: absolute;
	left: 1.3rem;
	bottom: 0.82rem;
	z-index: 2;
}

.wcj_page_three_box_05 .center .show .img02 {
	width: 7.19rem;
	height: 2.8rem;
	position: absolute;
	right: 1.4rem;
	top: 1.3rem;
	z-index: 2;
}

.wcj_page_three_box_05 .center .show .img03 {
	width: 2.18rem;
	height: 2.68rem;
	position: absolute;
	left: 4.55rem;
	bottom: 0.95rem;
	z-index: 3;
}

.wcj_page_three_box_05 .center .show .img03 .line {
	width: 1.55rem;
	height: 0.5rem;
	position: absolute;
	left: 0.35rem;
	bottom: 0.25rem;
}

.wcj_page_three_box_05 .center .show .img03 .line i:nth-of-type(1) {
	display: block;
	width: 0.1rem;
	height: 0.1rem;
	background: #ff4e00;
	position: absolute;
	left: 0;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img03 .line i:nth-of-type(2) {
	display: block;
	width: 0.1rem;
	height: 0.45rem;
	background: #ff4e00;
	position: absolute;
	left: 0.18rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img03 .line i:nth-of-type(3) {
	display: block;
	width: 0.1rem;
	height: 0.3rem;
	background: #ebebeb;
	position: absolute;
	left: 0.36rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img03 .line i:nth-of-type(4) {
	display: block;
	width: 0.1rem;
	height: 0.1rem;
	background: #ff4e00;
	position: absolute;
	left: 0.54rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img03 .line i:nth-of-type(5) {
	display: block;
	width: 0.1rem;
	height: 0.4rem;
	background: #ebebeb;
	position: absolute;
	left: 0.72rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img03 .line i:nth-of-type(6) {
	display: block;
	width: 0.1rem;
	height: 0.35rem;
	background: #ff4e00;
	position: absolute;
	left: 0.9rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img03 .line i:nth-of-type(7) {
	display: block;
	width: 0.1rem;
	height: 0.25rem;
	background: #ebebeb;
	position: absolute;
	right: 0.36rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img03 .line i:nth-of-type(8) {
	display: block;
	width: 0.1rem;
	height: 0.5rem;
	background: #ff4e00;
	position: absolute;
	right: 0.18rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img03 .line i:nth-of-type(9) {
	display: block;
	width: 0.1rem;
	height: 0.45rem;
	background: #ebebeb;
	position: absolute;
	right: 0;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img04 {
	width: 2.18rem;
	height: 2.68rem;
	position: absolute;
	left: 6.95rem;
	bottom: 0.95rem;
	z-index: 3;
}

.wcj_page_three_box_05 .center .show .img04 .line {
	width: 1.55rem;
	height: 0.5rem;
	position: absolute;
	left: 0.35rem;
	bottom: 0.25rem;
}

.wcj_page_three_box_05 .center .show .img04 .line i:nth-of-type(1) {
	display: block;
	width: 0.1rem;
	height: 0.3rem;
	background: #ff4e00;
	position: absolute;
	left: 0;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img04 .line i:nth-of-type(2) {
	display: block;
	width: 0.1rem;
	height: 0.35rem;
	background: #ff4e00;
	position: absolute;
	left: 0.18rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img04 .line i:nth-of-type(3) {
	display: block;
	width: 0.1rem;
	height: 0.5rem;
	background: #ebebeb;
	position: absolute;
	left: 0.36rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img04 .line i:nth-of-type(4) {
	display: block;
	width: 0.1rem;
	height: 0.2rem;
	background: #ff4e00;
	position: absolute;
	left: 0.54rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img04 .line i:nth-of-type(5) {
	display: block;
	width: 0.1rem;
	height: 0.17rem;
	background: #ebebeb;
	position: absolute;
	left: 0.72rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img04 .line i:nth-of-type(6) {
	display: block;
	width: 0.1rem;
	height: 0.3rem;
	background: #ff4e00;
	position: absolute;
	left: 0.9rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img04 .line i:nth-of-type(7) {
	display: block;
	width: 0.1rem;
	height: 0.35rem;
	background: #ebebeb;
	position: absolute;
	right: 0.36rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img04 .line i:nth-of-type(8) {
	display: block;
	width: 0.1rem;
	height: 0.45rem;
	background: #ff4e00;
	position: absolute;
	right: 0.18rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img04 .line i:nth-of-type(9) {
	display: block;
	width: 0.1rem;
	height: 0.35rem;
	background: #ebebeb;
	position: absolute;
	right: 0;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img05 {
	width: 2.18rem;
	height: 2.68rem;
	position: absolute;
	right: 1.55rem;
	bottom: 0.95rem;
	z-index: 3;
}

.wcj_page_three_box_05 .center .show .img05 .line {
	width: 1.55rem;
	height: 0.5rem;
	position: absolute;
	left: 0.35rem;
	bottom: 0.25rem;
}

.wcj_page_three_box_05 .center .show .img05 .line i:nth-of-type(1) {
	display: block;
	width: 0.1rem;
	height: 0.17rem;
	background: #ff4e00;
	position: absolute;
	left: 0;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img05 .line i:nth-of-type(2) {
	display: block;
	width: 0.1rem;
	height: 0.4rem;
	background: #ff4e00;
	position: absolute;
	left: 0.18rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img05 .line i:nth-of-type(3) {
	display: block;
	width: 0.1rem;
	height: 0.35rem;
	background: #ebebeb;
	position: absolute;
	left: 0.36rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img05 .line i:nth-of-type(4) {
	display: block;
	width: 0.1rem;
	height: 0.25rem;
	background: #ff4e00;
	position: absolute;
	left: 0.54rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img05 .line i:nth-of-type(5) {
	display: block;
	width: 0.1rem;
	height: 0.33rem;
	background: #ebebeb;
	position: absolute;
	left: 0.72rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img05 .line i:nth-of-type(6) {
	display: block;
	width: 0.1rem;
	height: 0.4rem;
	background: #ff4e00;
	position: absolute;
	left: 0.9rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img05 .line i:nth-of-type(7) {
	display: block;
	width: 0.1rem;
	height: 0.45rem;
	background: #ebebeb;
	position: absolute;
	right: 0.36rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img05 .line i:nth-of-type(8) {
	display: block;
	width: 0.1rem;
	height: 0.5rem;
	background: #ff4e00;
	position: absolute;
	right: 0.18rem;
	bottom: 0;
}

.wcj_page_three_box_05 .center .show .img05 .line i:nth-of-type(9) {
	display: block;
	width: 0.1rem;
	height: 0.2rem;
	background: #ebebeb;
	position: absolute;
	right: 0;
	bottom: 0;
}






.wcj_page_three_banner .center .right:after {
	content: "";
	width: 100%;
	height: 100%;
	/* background: #fff; */
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-50%,-50%) scale(1.2);
	opacity: 0.5;
	z-index: 2;
}

.wcj_page_three_banner .center .right{
	margin-right: 0.8rem;
}





@media (max-width: 1300px) {



	.wcj_page_three_banner .center .right{
		margin-right: 0;
	}

	/* 数字化管理 */
	.wcj_page_three_box_05 {
		width: 100%;
		height: auto;
		padding: 0.4rem 0;
		overflow: hidden;
	}

	.wcj_page_three_box_05 .h_title {
		max-width: 1300px;
		width: 96%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}

	.wcj_page_three_box_05 .h_title h3 {
		font-size: 0.24rem;
		font-weight: bold;
		line-height: 1;
		color: #000;
	}

	.wcj_page_three_box_05 .h_title p {
		width: 100%;
		font-size: 0.16rem;
		line-height: 0.35rem;
		color: #888;
		margin: 0.15rem auto 0 auto;
	}















	.wcj_page_three_box_05 .center {
		max-width: 1300px;
		width: 100%;
		height: auto;
		margin: 0.4rem auto 0 auto;
	}

	.wcj_page_three_box_05 .center {
		max-width: 1300px;
		height: auto;
		margin: 0.2rem auto 0 auto;
	}

	.wcj_page_three_box_05 .center .hide {
		width: 100%;
		height: auto;
		display: block;
	}

	.wcj_page_three_box_05 .center .hide img {
		max-width: 11.76rem;
		width: 100%;
		height: auto;
		vertical-align: top;
	}

	.wcj_page_three_box_05 .center .show {
		display: none;
	}












	/* 分析追踪 */
	.wcj_page_three_box_04 {
		width: 100%;
		height: auto;
		padding: 0.4rem 0;
		background: #fcfcfc;
		overflow: hidden;
	}

	.wcj_page_three_box_04 .center {
		max-width: 1300px;
		width: 96%;
		height: auto;
		margin: 0 auto;
	}

	.wcj_page_three_box_04 .center .left {
		width: auto;
		height: auto;
		float: none;
	}

	.wcj_page_three_box_04 .center .left h4 {
		font-size: 0.24rem;
		font-weight: bold;
		line-height: 0.3rem;
		color: #000;
		margin-top: 0;
		padding-left: 0.2rem;
		position: relative;
	}

	.wcj_page_three_box_04 .center .left h4::after {
		content: '';
		width: 0.1rem;
		height: 0.3rem;
		background: #ff4e00;
		position: absolute;
		top: 0;
		left: 0;
	}

	.wcj_page_three_box_04 .center .left p {
		font-size: 0.16rem;
		line-height: 0.35rem;
		color: #888;
		margin-top: 0.15rem;
		padding-left: 0.2rem;
	}

	.wcj_page_three_box_04 .center .left .click {
		display: block;
		width: 1.4rem;
		height: 0.38rem;
		border: solid 0.01rem #dfdfdf;
		border-radius: 0.05rem;
		background: #fff;
		margin: 0.15rem auto 0 auto;
		overflow: hidden;
		position: relative;
		z-index: 2;
		-webkit-transition: all .7s;
		transition: all .7s;
	}

	.wcj_page_three_box_04 .center .left .click span {
		font-size: 0.16rem;
	}

	.wcj_page_three_box_04 .center .right {
		width: 100%;
		height: auto;
		float: none;
		margin-top: 0rem;
	}

	.wcj_page_three_box_04 .center .right .hide {
		width: 100%;
		height: auto;
		display: block;
	}

	.wcj_page_three_box_04 .center .right .hide img {
		max-width: 6.07rem;
		width: 100%;
		height: auto;
		vertical-align: top;
	}

	.wcj_page_three_box_04 .center .right .show {
		display: none;
	}






	/* 场景丰富 */
	.wcj_page_three_box_03 {
		width: 100%;
		height: auto;
		padding: 0.4rem 0;
		background: #fff;
		overflow: hidden;
	}

	.wcj_page_three_box_03 .center {
		max-width: 1300px;
		width: 96%;
		height: auto;
		margin: 0 auto;
	}

	.wcj_page_three_box_03 .center .left {
		width: 100%;
		height: auto;
		float: none;
		margin-left: 0;
	}

	.wcj_page_three_box_03 .center .left .hide {
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
	}

	.wcj_page_three_box_03 .center .left .hide img {
		max-width: 7.46rem;
		width: 100%;
		height: auto;
		vertical-align: top;
	}

	.wcj_page_three_box_03 .center .left .show {
		display: none;
	}

	.wcj_page_three_box_03 .center .right {
		width: 100%;
		height: auto;
		float: none;
		margin-top: 0.2rem;
	}

	.wcj_page_three_box_03 .center .right h4 {
		font-size: 0.24rem;
		font-weight: bold;
		line-height: 0.3rem;
		color: #000;
		margin-top: 0;
		padding-left: 0.2rem;
		position: relative;
	}

	.wcj_page_three_box_03 .center .right h4::after {
		content: '';
		width: 0.1rem;
		height: 0.3rem;
		background: #ff4e00;
		position: absolute;
		top: 0;
		left: 0;
	}

	.wcj_page_three_box_03 .center .right p {
		font-size: 0.16rem;
		line-height: 0.35rem;
		color: #888;
		margin-top: 0.15rem;
		padding-left: 0.2rem;
	}

	.wcj_page_three_box_03 .center .right .click {
		display: block;
		width: 1.4rem;
		height: 0.38rem;
		border: solid 0.01rem #dfdfdf;
		border-radius: 0.05rem;
		background: #fff;
		margin: 0.15rem auto 0 auto;
		overflow: hidden;
		position: relative;
		z-index: 2;
		-webkit-transition: all .7s;
		transition: all .7s;
	}

	.wcj_page_three_box_03 .center .right .click span {
		font-size: 0.16rem;
	}



	/* 高效流转 */
	.wcj_page_three_box_02 {
		width: 100%;
		height: auto;
		padding: 0.4rem 0;
		background: #fcfcfc;
		overflow: hidden;
	}

	.wcj_page_three_box_02 .center {
		max-width: 1300px;
		width: 96%;
		height: auto;
		margin: 0 auto;
	}

	.wcj_page_three_box_02 .center .left {
		width: auto;
		height: auto;
		float: none;
	}

	.wcj_page_three_box_02 .center .left h4 {
		font-size: 0.24rem;
		font-weight: bold;
		line-height: 0.3rem;
		color: #000;
		margin-top: 0;
		padding-left: 0.2rem;
		position: relative;
	}

	.wcj_page_three_box_02 .center .left h4::after {
		content: '';
		width: 0.1rem;
		height: 0.3rem;
		background: #ff4e00;
		position: absolute;
		top: 0;
		left: 0;
	}

	.wcj_page_three_box_02 .center .left p {
		font-size: 0.16rem;
		line-height: 0.35rem;
		color: #888;
		margin-top: 0.15rem;
		padding-left: 0.2rem;
	}

	.wcj_page_three_box_02 .center .left .click {
		display: block;
		width: 1.4rem;
		height: 0.38rem;
		border: solid 0.01rem #dfdfdf;
		border-radius: 0.05rem;
		background: #fff;
		margin: 0.15rem auto 0 auto;
		overflow: hidden;
		position: relative;
		z-index: 2;
		-webkit-transition: all .7s;
		transition: all .7s;
	}

	.wcj_page_three_box_02 .center .left .click span {
		font-size: 0.16rem;
	}

	.wcj_page_three_box_02 .center .right {
		width: 100%;
		height: auto;
		float: none;
		margin-top: 0.3rem;
	}

	.wcj_page_three_box_02 .center .right .hide {
		width: 100%;
		height: auto;
		display: block;
		text-align: center;
	}

	.wcj_page_three_box_02 .center .right .hide img {
		max-width: 4.57rem;
		width: 100%;
		height: auto;
		vertical-align: top;
	}

	.wcj_page_three_box_02 .center .right .show {
		display: none;
	}




	/* 协同痛点 */
	.wcj_page_three_box_01 {
		width: 100%;
		height: auto;
		padding: 0.4rem 0 0.2rem 0;
		overflow: hidden;
	}

	.wcj_page_three_box_01 .h_title {
		max-width: 1300px;
		width: 96%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}

	.wcj_page_three_box_01 .h_title h3 {
		font-size: 0.24rem;
	}

	.wcj_page_three_box_01 .h_title p {
		font-size: 0.16rem;
		line-height: 0.3rem;
		color: #636363;
		margin-top: 0.15rem;
	}

	.wcj_page_three_box_01 .list {
		max-width: 1300px;
		width: 90%;
		height: auto;
		margin: 0.3rem auto 0 auto;
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
	}

	.wcj_page_three_box_01 .list li {
		width: 100%;
		height: auto;
		padding: 0.25rem 0 0.25rem 0;
		background: #fff;
		border-radius: 0.1rem;
		box-shadow: 0 0 10px #f2f1f1;
		position: relative;
		z-index: 2;
		margin-bottom: 0.2rem;
	}

	.wcj_page_three_box_01 .list li .icon {
		width: 0.5rem;
		height: 0.5rem;
		position: absolute;
		left: 0.15rem;
		top: 0.1rem;
		z-index: -1;
	}

	.wcj_page_three_box_01 .list li h4 {
		width: calc(100% - 1.1rem);
		padding: 0 0.28rem 0 0.92rem;
		font-size: 0.16rem;
		color: #636363;
		font-weight: bold;
		line-height: 0.2rem;
	}

	.wcj_page_three_box_01 .list li:nth-of-type(1) h4 {
		background: url(../images/wcj_td_icon_04.png) 0.65rem center no-repeat;
	}

	.wcj_page_three_box_01 .list li:nth-of-type(2) h4 {
		background: url(../images/wcj_td_icon_05.png) 0.65rem center no-repeat;
	}

	.wcj_page_three_box_01 .list li:nth-of-type(3) h4 {
		background: url(../images/wcj_td_icon_06.png) 0.65rem center no-repeat;
	}

	.wcj_page_three_box_01 .list li p {
		width: calc(100% - 1.1rem);
		padding: 0 0.28rem 0 0.82rem;
		font-size: 0.14rem;
		color: #939393;
		line-height: 0.26rem;
		margin-top: 0.15rem;
	}


	.wcj_page_three_banner{
		background: #f9f8f7;
	}

	/* banner */
	.wcj_page_three_banner {
		width: 100%;
		height: auto;
		padding: 0.4rem 0;
		background: #f9f8f7;
		overflow: hidden;
	}

	.wcj_page_three_banner .center {
		max-width: 1300px;
		width: 96%;
		height: auto;
		margin: 0 auto;
	}

	.wcj_page_three_banner .center .left {
		width: 100%;
		height: auto;
		float: none;
	}

	.wcj_page_three_banner .center .left h4 {
		font-size: 0.3rem;
		margin-top: 0;
		text-align: center;
	}

	.wcj_page_three_banner .center .left p {
		font-size: 0.16rem;
		line-height: 0.35rem;
		color: #9d9d9d;
		margin-top: 0.1rem;
		text-align: center;
	}

	.wcj_page_three_banner .center .left .fangan {
		width: 2rem;
		height: 0.45rem;
		border-radius: 0.05rem;
		background: #ff4e00;
		margin: 0.2rem auto 0 auto;
		font-size: 0.16rem;
		color: #fff;
		line-height: 0.45rem;
		text-align: center;
	}

 
	.wcj_page_three_banner .center .right {
		width: 3rem;
		height: auto;
		float: right;
		margin: 0.3rem auto 0 auto;
		float: none;
	}

	.wcj_page_three_banner .center .right img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}




}