/* 模块体验 */

/* 模块体验-桌面端 */
.cpzx_mkty {
	margin-top: 50px;
	padding: 20px 0;
	background-image: url("../img/cpzx_mkty_background01.png");
	background-size: 100% 100%;
}

.cpzx_mkty_title {
	text-align: center;
}

.cpzx_mkty_title h2 {
	padding-bottom: 20px;
	font-size: 23px;
	font-weight: 600;
	background: url(../img/link1.png) no-repeat center 100%;
}

.cpzx_mkty_title img {}

.cpzx_mkty_title p {
	margin-top: 20px;
}

.cpzx_mkty_describe {
	width: 1200px;
	margin: 30px auto 0;
}

.cpzx_mkty_describe>p {
	font-size: 18px;
	text-indent: 36px;
	line-height: 30px;
	color: #333;
}

.cpzx_mkty_container {
	width: 1200px;
	margin: 20px auto 0;
}

.cpzx_mkty_container_floor {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 6px solid #111;
}

.cpzx_mkty_container_floor_box {
	width: 230px;
	height: 80px;
	display: flex;
}

.cpzx_mkty_container_floor_box div:nth-of-type(1) {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cpzx_mkty_container_floor_box div:nth-of-type(1) img {
	max-width: 40px;
	max-height: 40px;
}

.cpzx_mkty_container_floor_box div:nth-of-type(2) {
	flex: 3;
	margin-left: 10px;
}

.cpzx_mkty_container_floor_box div:nth-of-type(2) p:nth-of-type(1) {
	font-size: 20px;
	font-weight: 600;
	color: #1671FD;
}

.cpzx_mkty_container_floor_box div:nth-of-type(2) p:nth-of-type(2) {
	margin-top: 5px;
	font-size: 15px;
	font-weight: 600;
}

.cpzx_mkty_container_floor_box div:nth-of-type(2) p:nth-of-type(3) {
	margin-top: 2px;
	font-size: 15px;
	font-weight: 600;
}

.cpzx_mkty_container_floor:nth-of-type(4) {
	position: relative;
}

.cpzx_mkty_container_floor_box_position {
	width: 300px;
	height: 100px;
	position: absolute;
	top: 10px;
	right: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 9;
}

.cpzx_mkty_container_floor_box_position div:nth-of-type(1) {
	display: flex;
	align-items: center;
}

.cpzx_mkty_container_floor_box_position div:nth-of-type(1) img {
	width: 60px;
	margin-right: 5px;
}

.cpzx_mkty_container_floor_box_position div:nth-of-type(1) p {
	font-size: 20px;
	font-weight: 600;
	color: #1671FD;
}

.cpzx_mkty_container_floor_box_position div:nth-of-type(2) p {
	font-size: 22px;
	font-weight: 600;
	color: #1671FD;
}

/* 模块体验-移动端 */
.mobile_cpzx_mkty {
	margin-top: 3rem;
}

.mobile_cpzx_mkty_title {
	padding: 0 1rem;
	text-align: center;
}

.mobile_cpzx_mkty_title h2 {
	padding-bottom: 1.5rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: #333;
	background: url(../img/link1.png) no-repeat center 100%;
}

.mobile_cpzx_mkty_title img {}

.mobile_cpzx_mkty_title p {
	margin-top: 1rem;
	font-size: 0.9rem;
	color: #999;
}

.mobile_cpzx_mkty_describe {
	margin-top: 1rem;
	padding: 1rem;
}

.mobile_cpzx_mkty_describe p {
	font-size: 1.2rem;
	text-indent: 2.4rem;
	line-height: 1.8rem;
}

.mobile_cpzx_mkty_container {
	margin-top: 1rem;
	padding: 1rem;
	background-color: #efefef;
}

.mobile_cpzx_mkty_container_floor {
	display: flex;
	justify-content: space-between;
}

.mobile_cpzx_mkty_container_floor_item {
	width: 48%;
	display: flex;
	justify-content: space-between;
}

.mobile_cpzx_mkty_container_floor_item_box {
	width: 47%;
	height: 2.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	color: #1671FD;
	border-radius: 0.5rem;
	background-color: #fff;
	box-shadow: 0 0 0.1rem #aaa;
}

.mobile_cpzx_mkty_container_floor:nth-of-type(2) {
	margin-top: 0.5rem;
}

.mobile_cpzx_mkty_container_floor:nth-of-type(3) {
	margin-top: 0.5rem;
}

.mobile_cpzx_mkty_container_floor:nth-of-type(4) {
	margin-top: 0.5rem;
}

.mobile_cpzx_mkty_container_floor:nth-of-type(5) {
	margin-top: 0.5rem;
}

.mobile_cpzx_mkty_container_floor:nth-of-type(5) .mobile_cpzx_mkty_container_floor_item:nth-of-type(2) .mobile_cpzx_mkty_container_floor_item_box {
	width: 100%;
	font-size: 0.9rem;
	font-weight: 600;
}

.mobile_cpzx_mkty_container_floor:nth-of-type(5) .mobile_cpzx_mkty_container_floor_item:nth-of-type(2) .mobile_cpzx_mkty_container_floor_item_box img {
	width: 2rem;
	margin-right: 0.1rem;
}

.mobile_cpzx_mkty_container_floor:nth-of-type(5) .mobile_cpzx_mkty_container_floor_item:nth-of-type(2) .mobile_cpzx_mkty_container_floor_item_box a {
	margin-right: 0.5rem;
	color: #1671FD;
}


/* 应用图 */

/* 应用图-桌面端 */
.cpzx_yyt {
	margin-top: 50px;
}

.cpzx_yyt_title {
	text-align: center;
}

.cpzx_yyt_title h2 {
	padding-bottom: 20px;
	font-size: 23px;
	font-weight: 600;
	background: url(../img/link1.png) no-repeat center 100%;
}

.cpzx_yyt_title img {}

.cpzx_yyt_title p {
	margin-top: 20px;
}

.cpzx_yyt_container {
	width: 1200px;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cpzx_yyt_container img {
	width: 100%;
}

/* 应用图-移动端 */
.mobile_cpzx_yyt {
	margin-top: 3rem;
	padding: 0 1rem;
}

.mobile_cpzx_yyt_title {
	padding: 0 1rem;
	text-align: center;
}

.mobile_cpzx_yyt_title h2 {
	padding-bottom: 1.5rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: #333;
	background: url(../img/link1.png) no-repeat center 100%;
}

.mobile_cpzx_yyt_title img {}

.mobile_cpzx_yyt_title p {
	margin-top: 1rem;
	font-size: 0.9rem;
	color: #999;
}

.mobile_cpzx_yyt_container {
	margin-top: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile_cpzx_yyt_container img {
	width: 100%;
}


/* 应用场景 */

/* 应用场景-桌面端 */
.cpzx_yycj {
	margin-top: 50px;
}

.cpzx_yycj_title {
	text-align: center;
}

.cpzx_yycj_title h2 {
	padding-bottom: 20px;
	font-size: 23px;
	font-weight: 600;
	background: url(../img/link1.png) no-repeat center 100%;
}

.cpzx_yycj_title img {}

.cpzx_yycj_title p {
	margin-top: 20px;
}

.cpzx_yycj_container {
	width: 1200px;
	margin: 30px auto 0;
}

.cpzx_yycj_container_floor {
	display: flex;
	justify-content: space-between;
}

.cpzx_yycj_container_floor_box {
	height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-size: 100% 100%;
}

.cpzx_yycj_container_floor_box p {
	color: #fff;
	font-weight: 600;
}

.cpzx_yycj_container_floor_box p:nth-of-type(1) {
	padding: 8px 15px;
	font-size: 20px;
	border-radius: 8px;
	background-color: #2B9CFF;
}

.cpzx_yycj_container_floor_box p:nth-of-type(2) {
	margin-top: 20px;
	font-size: 16px;
}

.cpzx_yycj_container_floor_box p:nth-of-type(3) {
	margin-top: 10px;
	font-size: 16px;
}

.cpzx_yycj_container_floor_box p:nth-of-type(4) {
	margin-top: 10px;
	font-size: 16px;
}

.cpzx_yycj_container_floor:nth-of-type(1) .cpzx_yycj_container_floor_box:nth-of-type(1) {
	width: 640px;
	background-image: url("../img/cpzx_yycj_background01.png");
}

.cpzx_yycj_container_floor:nth-of-type(1) .cpzx_yycj_container_floor_box:nth-of-type(2) {
	width: 540px;
	background-image: url("../img/cpzx_yycj_background02.png");
}

.cpzx_yycj_container_floor:nth-of-type(2) .cpzx_yycj_container_floor_box:nth-of-type(1) {
	width: 385px;
	background-image: url("../img/cpzx_yycj_background03.png");
}

.cpzx_yycj_container_floor:nth-of-type(2) .cpzx_yycj_container_floor_box:nth-of-type(2) {
	width: 385px;
	background-image: url("../img/cpzx_yycj_background04.png");
}

.cpzx_yycj_container_floor:nth-of-type(2) .cpzx_yycj_container_floor_box:nth-of-type(3) {
	width: 385px;
	background-image: url("../img/cpzx_yycj_background05.png");
}

.cpzx_yycj_container_floor:nth-of-type(3) .cpzx_yycj_container_floor_box:nth-of-type(1) {
	width: 540px;
	background-image: url("../img/cpzx_yycj_background06.png");
}

.cpzx_yycj_container_floor:nth-of-type(3) .cpzx_yycj_container_floor_box:nth-of-type(2) {
	width: 640px;
	background-image: url("../img/cpzx_yycj_background07.png");
}

.cpzx_yycj_container_floor:nth-of-type(2) {
	margin-top: 20px;
}

.cpzx_yycj_container_floor:nth-of-type(3) {
	margin-top: 20px;
}

.cpzx_yycj_container_floor:nth-of-type(2) .cpzx_yycj_container_floor_box:nth-of-type(1) p:nth-of-type(1) {
	font-size: 28px;
	font-weight: initial;
	background-color: initial;
}

.cpzx_yycj_container_floor:nth-of-type(2) .cpzx_yycj_container_floor_box:nth-of-type(1) p:nth-of-type(2) {
	padding: 15px 8px;
	font-size: 12px;
	border-radius: 30px;
	background-color: #2B9CFF;
}

/* 应用场景-移动端 */
.mobile_cpzx_yycj {
	margin-top: 3rem;
	padding: 0 1rem;
}

.mobile_cpzx_yycj_title {
	padding: 0 1rem;
	text-align: center;
}

.mobile_cpzx_yycj_title h2 {
	padding-bottom: 1.5rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: #333;
	background: url(../img/link1.png) no-repeat center 100%;
}

.mobile_cpzx_yycj_title img {}

.mobile_cpzx_yyt_title p {
	margin-top: 1rem;
	font-size: 0.9rem;
	color: #999;
}

.mobile_cpzx_yycj_container {
	margin-top: 1rem;
}

.mobile_cpzx_yycj_container_floor {
	display: flex;
	justify-content: space-between;
}

.mobile_cpzx_yycj_container_floor_box {
	width: 10.5rem;
	height: 8.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-size: 100% 100%;
	border-radius: 0.5rem;
}

.mobile_cpzx_yycj_container_floor_box p {
	color: #fff;
}

.mobile_cpzx_yycj_container_floor_box p:nth-of-type(1) {
	padding: 0.2rem 0.4rem;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 0.4rem;
	background-color: #2B9CFF;
}

.mobile_cpzx_yycj_container_floor_box p:nth-of-type(2) {
	margin-top: 1rem;
	font-size: 0.8rem;
}

.mobile_cpzx_yycj_container_floor_box p:nth-of-type(3) {
	margin-top: 0.5rem;
	font-size: 0.8rem;
}

.mobile_cpzx_yycj_container_floor:nth-of-type(1) .mobile_cpzx_yycj_container_floor_box:nth-of-type(1) {
	background-image: url("../img/cpzx_yycj_background01.png");
}

.mobile_cpzx_yycj_container_floor:nth-of-type(1) .mobile_cpzx_yycj_container_floor_box:nth-of-type(2) {
	background-image: url("../img/cpzx_yycj_background02.png");
}

.mobile_cpzx_yycj_container_floor:nth-of-type(2) .mobile_cpzx_yycj_container_floor_box:nth-of-type(1) {
	background-image: url("../img/cpzx_yycj_background04.png");
}

.mobile_cpzx_yycj_container_floor:nth-of-type(2) .mobile_cpzx_yycj_container_floor_box:nth-of-type(2) {
	background-image: url("../img/cpzx_yycj_background05.png");
}

.mobile_cpzx_yycj_container_floor:nth-of-type(3) .mobile_cpzx_yycj_container_floor_box:nth-of-type(1) {
	background-image: url("../img/cpzx_yycj_background06.png");
}

.mobile_cpzx_yycj_container_floor:nth-of-type(3) .mobile_cpzx_yycj_container_floor_box:nth-of-type(2) {
	background-image: url("../img/cpzx_yycj_background07.png");
}

.mobile_cpzx_yycj_container_floor:nth-of-type(2) {
	margin-top: 1rem;
}

.mobile_cpzx_yycj_container_floor:nth-of-type(3) {
	margin-top: 1rem;
}


/* 适配硬件 */

/* 适配硬件-桌面端 */
.cpzx_spyj {
	margin-top: 50px;
}

.cpzx_spyj_title {
	text-align: center;
}

.cpzx_spyj_title h2 {
	padding-bottom: 20px;
	font-size: 23px;
	font-weight: 600;
	background: url(../img/link1.png) no-repeat center 100%;
}

.cpzx_spyj_title img {}

.cpzx_spyj_title p {
	margin-top: 20px;
}

.cpzx_spyj_container {
	height: 700px;
	margin-top: 30px;
	padding-top: 100px;
	background-image: url("../img/cpzx_spyj_background01.png");
	background-repeat: no-repeat;
}

.cpzx_spyj_container_floor {
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.cpzx_spyj_container_floor_left {
	width: 400px;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
}

.cpzx_spyj_container_floor_left_box {
	width: 180px;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	box-shadow: 0 5px 20px #aaa;
	background-color: #fff;
}

.cpzx_spyj_container_floor_left_box div:nth-of-type(1) {
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cpzx_spyj_container_floor_left_box div:nth-of-type(1) img {
	max-width: 150px;
	max-height: 150px;
}

.cpzx_spyj_container_floor_left_box div:nth-of-type(2) {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cpzx_spyj_container_floor_left_box div:nth-of-type(2) p {
	font-size: 18px;
	font-weight: 600;
}

.cpzx_spyj_container_floor_middle {
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 20px;
	box-shadow: 0 5px 20px #aaa;
	background-color: #fff;
}

.cpzx_spyj_container_floor_middle div:nth-of-type(1) {
	height: 460px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cpzx_spyj_container_floor_middle div:nth-of-type(1) img {
	max-width: 280px;
	max-height: 400px;
}

.cpzx_spyj_container_floor_middle div:nth-of-type(2) {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cpzx_spyj_container_floor_middle div:nth-of-type(2) p {
	font-size: 18px;
	font-weight: 600;
}

.cpzx_spyj_container_floor_right {
	width: 400px;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
}

.cpzx_spyj_container_floor_right_box {
	width: 180px;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	box-shadow: 0 5px 20px #aaa;
	background-color: #fff;
}

.cpzx_spyj_container_floor_right_box div:nth-of-type(1) {
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cpzx_spyj_container_floor_right_box div:nth-of-type(1) img {
	max-width: 150px;
	max-height: 150px;
}

.cpzx_spyj_container_floor_right_box div:nth-of-type(2) {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cpzx_spyj_container_floor_right_box div:nth-of-type(2) p {
	font-size: 18px;
	font-weight: 600;
}

/* 适配硬件-移动端 */
.mobile_cpzx_spyj {
	margin-top: 3rem;
}

.mobile_cpzx_spyj_title {
	padding: 0 1rem;
	text-align: center;
}

.mobile_cpzx_spyj_title h2 {
	padding-bottom: 1.5rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: #333;
	background: url(../img/link1.png) no-repeat center 100%;
}

.mobile_cpzx_spyj_title img {}

.mobile_cpzx_spyj_title p {
	margin-top: 1rem;
	font-size: 0.9rem;
	color: #999;
}

.mobile_cpzx_spyj_container {
	margin-top: 1rem;
	padding: 1.5rem 1rem;
	background-image: url("../img/cpzx_spyj_background01.png");
	background-size: 100% 100%;
}

.mobile_cpzx_spyj_container_floor {
	display: flex;
	justify-content: space-between;
}

.mobile_cpzx_spyj_container_floor_box {
	width: 6.5rem;
	display: flex;
	flex-direction: column;
	border-radius: 0.5rem;
	background-color: #fff;
}

.mobile_cpzx_spyj_container_floor_box div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile_cpzx_spyj_container_floor_box div:nth-of-type(1) {
	height: 5rem;
}

.mobile_cpzx_spyj_container_floor_box div:nth-of-type(1) img {
	max-width: 80%;
	max-height: 80%;
}

.mobile_cpzx_spyj_container_floor_box div:nth-of-type(2) {
	height: 2rem;
}

.mobile_cpzx_spyj_container_floor_box div:nth-of-type(2) p {
	font-size: 0.9rem;
	font-weight: 600;
}

.mobile_cpzx_spyj_container_floor:nth-of-type(2) {
	margin-top: 1rem;
}

.mobile_cpzx_spyj_container_floor:nth-of-type(3) {
	margin-top: 1rem;
}


/* 产品优势 */

/* 产品优势-桌面端 */
.cpzx_cpys {
	margin-top: 50px;
}

.cpzx_cpys_title {
	text-align: center;
}

.cpzx_cpys_title h2 {
	padding-bottom: 20px;
	font-size: 23px;
	font-weight: 600;
	background: url(../img/link1.png) no-repeat center 100%;
}

.cpzx_cpys_title img {}

.cpzx_cpys_title p {
	margin-top: 20px;
}

.cpzx_cpys_container {
	height: 680px;
	margin-top: 30px;
	padding-top: 40px;
	background-image: url(../img/cpzx_cpys_background01.png);
	background-size: 100% 100%;
}

.cpzx_cpys_container_floor {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.cpzx_cpys_container_floor_box {
	width: 530px;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	box-shadow: 5px 5px 10px #ccc;
	background-color: #fff;
}

.cpzx_cpys_container_floor_box div:nth-of-type(1) p {
	font-size: 28px;
	font-weight: 600;
}

.cpzx_cpys_container_floor_box div:nth-of-type(2) p:nth-of-type(1) {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #555;
}

.cpzx_cpys_container_floor_box div:nth-of-type(2) p:nth-of-type(2) {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #555;
}

.cpzx_cpys_container_floor_box div p span {
	font-size: 26px;
	font-weight: 600;
	color: #F04E0A;
}

.cpzx_cpys_container_floor:nth-of-type(2) {
	margin-top: 20px;
}

.cpzx_cpys_container_floor:nth-of-type(3) {
	margin-top: 20px;
}

.cpzx_cpys_container_floor_container {
	width: 530px;
	display: flex;
	justify-content: space-between;
}

.cpzx_cpys_container_floor_container_box {
	width: 230px;
	height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	box-shadow: 5px 5px 10px #ccc;
	background-color: #fff;
}

.cpzx_cpys_container_floor_container_box p {
	font-size: 18px;
	font-weight: 600;
	color: #555;
}

.cpzx_cpys_container_floor_container_box p span {
	font-size: 26px;
	font-weight: 600;
	color: #F04E0A;
}

.cpzx_cpys_container_floor_container_box p:nth-of-type(2) {
	margin-top: 10px;
}

/* 产品优势-移动端 */
.mobile_cpzx_cpys {
	margin-top: 3rem;
}

.mobile_cpzx_cpys_title {
	padding: 0 1rem;
	text-align: center;
}

.mobile_cpzx_cpys_title h2 {
	padding-bottom: 1.5rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: #333;
	background: url(../img/link1.png) no-repeat center 100%;
}

.mobile_cpzx_cpys_title img {}

.mobile_cpzx_cpys_title p {
	margin-top: 1rem;
	font-size: 0.9rem;
	color: #999;
}

.mobile_cpzx_cpys_container {
	margin-top: 4vw;
	padding: 6vw 4vw;
	background-image: url(../img/cpzx_cpys_background01.png);
	background-size: 100% 100%;
}

.mobile_cpzx_cpys_container_floor {
	display: flex;
	justify-content: space-between;
}

.mobile_cpzx_cpys_container_floor_box {
	width: 43vw;
	height: 27vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 2vw;
	box-shadow: 0 0 2vw #ccc;
}

.mobile_cpzx_cpys_container_floor_box p {}

.mobile_cpzx_cpys_container_floor_box p:nth-of-type(1) {
	font-size: 4.6vw;
	font-weight: 600;
}

.mobile_cpzx_cpys_container_floor_box p:nth-of-type(2) {
	margin-top: 2vw;
	font-size: 3.8vw;
}

.mobile_cpzx_cpys_container_floor_box p:nth-of-type(3) {
	margin-top: 1vw;
	font-size: 3.8vw;
}

.mobile_cpzx_cpys_container_floor_box p span {
	font-size: 4.5vw;
	font-weight: 600;
	color: #E9593B;
}

.mobile_cpzx_cpys_container_floor:nth-of-type(2) {
	margin-top: 5vw;
}

.mobile_cpzx_cpys_container_floor_ele {
	width: 43vw;
	margin-top: 5vw;
	display: flex;
	justify-content: space-between;
}

.mobile_cpzx_cpys_container_floor_ele_box {
	width: 19.5vw;
	height: 15vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 2vw;
	box-shadow: 0 0 2vw #ccc;
}

.mobile_cpzx_cpys_container_floor_ele_box p {
	font-size: 3.8vw;
}

.mobile_cpzx_cpys_container_floor_ele_box p span {
	font-size: 4.5vw;
	font-weight: 600;
	color: #E9593B;
}

.mobile_cpzx_cpys_container_floor_ele_box p:nth-of-type(2) {
	margin-top: 0.5vw;
}

.mobile_cpzx_cpys_container_floor_ele:nth-of-type(2) .mobile_cpzx_cpys_container_floor_ele_box:nth-of-type(2) p:nth-of-type(2) {
	font-size: 3.4vw;
}

.mobile_cpzx_cpys_container_floor_ele:nth-of-type(2) .mobile_cpzx_cpys_container_floor_ele_box:nth-of-type(2) span {
	font-size: 4vw;
}


/* 经典案例 */

/* 经典案例-桌面端 */
.cpzx_jdal {
	margin-top: 50px;
}

.cpzx_jdal_title {
	text-align: center;
}

.cpzx_jdal_title h2 {
	padding-bottom: 20px;
	font-size: 23px;
	font-weight: 600;
	background: url(../img/link1.png) no-repeat center 100%;
}

.cpzx_jdal_title img {}

.cpzx_jdal_title p {
	margin-top: 20px;
}

.cpzx_jdal_container {
	margin-top: 30px;
}

.cpzx_jdal_container_floor {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.cpzx_jdal_container_floor_box {
	width: 380px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-image: url("../img/cpzx_jdal01.png");
	background-size: 100% 100%;
	box-shadow: 0 0 30px #E9F2FF;
}

.cpzx_jdal_container_floor_box p {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}

.cpzx_jdal_container_floor:nth-of-type(2) {}

.cpzx_jdal_container_floor:nth-of-type(1) .cpzx_jdal_container_floor_box:nth-of-type(2) {
	background-image: url("../img/cpzx_jdal02.png");
}

.cpzx_jdal_container_floor:nth-of-type(1) .cpzx_jdal_container_floor_box:nth-of-type(3) {
	background-image: url("../img/cpzx_jdal03.png");
}

.cpzx_jdal_container_floor:nth-of-type(2) .cpzx_jdal_container_floor_box:nth-of-type(1) {
	background-image: url("../img/cpzx_jdal04.png");
}

.cpzx_jdal_container_floor:nth-of-type(2) .cpzx_jdal_container_floor_box:nth-of-type(2) {
	background-image: url("../img/cpzx_jdal05.png");
}

.cpzx_jdal_container_floor:nth-of-type(2) .cpzx_jdal_container_floor_box:nth-of-type(3) {
	background-image: url("../img/cpzx_jdal06.png");
}

.cpzx_jdal_container_floor:nth-of-type(2) {
	margin-top: 30px;
}

/* 经典案例-移动端 */
.mobile_cpzx_jdal {
	margin-top: 2rem;
}

.mobile_cpzx_jdal_title {
	padding: 0 1rem;
	text-align: center;
}

.mobile_cpzx_jdal_title h2 {
	padding-bottom: 1.5rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: #333;
	background: url(../img/link1.png) no-repeat center 100%;
}

.mobile_cpzx_jdal_title img {}

.mobile_cpzx_jdal_title p {
	margin-top: 1rem;
	font-size: 0.9rem;
	color: #999;
}

.mobile_cpzx_jdal_container {
	margin-top: 1rem;
	padding: 1.5rem 1rem;
}

.mobile_cpzx_jdal_container_floor {
	display: flex;
	justify-content: space-between;
}

.mobile_cpzx_jdal_container_floor_box {
	width: 10rem;
	background-color: #fff;
	box-shadow: 0 0 2rem #EBF4FF;
}

.mobile_cpzx_jdal_container_floor_box div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile_cpzx_jdal_container_floor_box div:nth-of-type(1) {
	height: 7.5rem;
}

.mobile_cpzx_jdal_container_floor_box div:nth-of-type(1) img {
	width: 90%;
}

.mobile_cpzx_jdal_container_floor_box div:nth-of-type(2) {
	height: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile_cpzx_jdal_container_floor_box div:nth-of-type(2) p {
	font-size: 0.9rem;
	font-weight: 600;
}

.mobile_cpzx_jdal_container_floor:nth-of-type(2) {
	margin-top: 1.5rem;
}


/* 底部联系 */

/* 底部联系-桌面端 */
.cpzx_dblx {
	margin-top: 50px;
	padding: 60px 0;
	background-color: rgb(244, 247, 251);
}

.cpzx_dblx_floor {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.cpzx_dblx_floor_left {
	width: 550px;
}

.cpzx_dblx_floor_left_top {
	height: 60px;
	padding: 10px 0 0 10px;
}

.cpzx_dblx_floor_left_top img {
	width: 120px;
}

.cpzx_dblx_floor_left_middle {
	height: 140px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cpzx_dblx_floor_left_middle p:nth-of-type(1) {
	font-size: 22px;
	font-weight: 600;
}

.cpzx_dblx_floor_left_middle p:nth-of-type(2) {
	margin-top: 10px;
	font-size: 20px;
}

.cpzx_dblx_floor_left_bottom {
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cpzx_dblx_floor_left_bottom_floor {
	display: flex;
	justify-content: space-between;
}

.cpzx_dblx_floor_left_bottom_floor_box {
	width: 160px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

.cpzx_dblx_floor_left_bottom_floor_box div:nth-of-type(1) {
	height: 55px;
	padding-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cpzx_dblx_floor_left_bottom_floor_box div:nth-of-type(1) img {}

.cpzx_dblx_floor_left_bottom_floor_box div:nth-of-type(2) {
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cpzx_dblx_floor_left_bottom_floor_box div:nth-of-type(2) p {
	font-size: 16px;
	font-weight: 600;
	color: #2B9CFF;
}

.cpzx_dblx_floor_left_bottom_floor:nth-of-type(2) {}

.cpzx_dblx_floor_right {
	width: 550px;
	background-color: #fff;
}

.cpzx_dblx_floor_right_top {
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.cpzx_dblx_floor_right_top p:nth-of-type(1) {
	font-size: 26px;
	font-weight: 600;
}

.cpzx_dblx_floor_right_top p:nth-of-type(2) {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.cpzx_dblx_floor_right_middle {
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cpzx_dblx_floor_right_middle_box {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cpzx_dblx_floor_right_middle_box div:nth-of-type(1) {
	width: 80px;
	text-align: right;
	font-weight: 600;
}

.cpzx_dblx_floor_right_middle_box div:nth-of-type(1) span:nth-of-type(1) {
	color: red;

}

.cpzx_dblx_floor_right_middle_box div:nth-of-type(2) {
	width: 320px;
	text-align: right;
}

.cpzx_dblx_floor_right_middle_box div:nth-of-type(2) input {
	width: 310px;
	height: 40px;
	padding-left: 10px;
	font-size: 16px;
	border-radius: 5px;
	box-shadow: 0 0 20px #eee;
	border: 1px solid #eee
}

.cpzx_dblx_floor_right_middle_box:nth-of-type(2) {
	margin-top: 20px;
}

.cpzx_dblx_floor_right_middle_box:nth-of-type(3) {
	margin-top: 20px;
}

.cpzx_dblx_floor_right_middle_box:nth-of-type(3) div:nth-of-type(1) span:nth-of-type(1) {
	color: initial;
}

.cpzx_dblx_floor_right_bottom {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cpzx_dblx_floor_right_bottom button {
	width: 400px;
	height: 50px;
	font-size: 20px;
	color: #fff;
	border-radius: 5px;
	background-color: rgb(43, 156, 255);
	border: none;
}