@charset "utf-8";

/*字体*/


/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font22 {
	font-size: 22px;
}

.font24 {
	font-size: 24px;
}

.font26 {
	font-size: 26px;
}

.font28 {
	font-size: 28px;
}

.font30 {
	font-size: 30px;
}

.font32 {
	font-size: 32px;
}

.font34 {
	font-size: 34px;
}

.font36 {
	font-size: 36px;
}

.font40 {
	font-size: 40px;
}

.font42 {
	font-size: 42px;
}

.font44 {
	font-size: 44px;
}

.font46 {
	font-size: 46px;
}

.font48 {
	font-size: 48px;
}

.font50 {
	font-size: 50px;
}

.font52 {
	font-size: 52px;
}

.font54 {
	font-size: 54px;
}

.font56 {
	font-size: 56px;
}

.font60 {
	font-size: 60px;
}

.font80 {
	font-size: 80px;
}

@media (max-width: 1580px) {
	.font16 {
		font-size: 14px;
	}
	.font18 {
		font-size: 16px;
	}
	.font20 {
		font-size: 18px;
	}
	.font22 {
		font-size: 20px;
	}
	.font24 {
		font-size: 22px;
	}
	.font26 {
		font-size: 24px;
	}
	.font28 {
		font-size: 26px;
	}
	.font30 {
		font-size: 28px;
	}
	.font32 {
		font-size: 30px;
	}
	.font34 {
		font-size: 32px;
	}
	.font36 {
		font-size: 34px;
	}
	.font40 {
		font-size: 38px;
	}
	.font42,
	.font44 {
		font-size: 40px;
	}
	.font46 {
		font-size: 42px;
	}
	.font48 {
		font-size: 44px;
	}
	.font50 {
		font-size: 46px;
	}
	.font52 {
		font-size: 48px;
	}
	.font54 {
		font-size: 50px;
	}
	.font56 {
		font-size: 52px;
	}
	.font60,
	.font80 {
		font-size: 56px;
	}
}

@media (max-width: 1260px) {
	.font16 {
		font-size: 14px;
	}
	.font18 {
		font-size: 16px;
	}
	.font20 {
		font-size: 18px;
	}
	.font22 {
		font-size: 20px;
	}
	.font24 {
		font-size: 22px;
	}
	.font26 {
		font-size: 24px;
	}
	.font28 {
		font-size: 24px;
	}
	.font30 {
		font-size: 26px;
	}
	.font32 {
		font-size: 28px;
	}
	.font34 {
		font-size: 28px;
	}
	.font36,
	.font40 {
		font-size: 30px;
	}
	.font42,
	.font44 {
		font-size: 32px;
	}
	.font46 {
		font-size: 36px;
	}
	.font48,
	.font50,
	.font52,
	.font54,
	.font56 {
		font-size: 38px;
	}
	.font60,
	.font80 {
		font-size: 46px;
	}
}

@media (max-width: 767px) {
	.font14,
	.font16 {
		font-size: 0.28rem;
	}
	.font18,
	.font20 {
		font-size: 0.3rem;
	}
	.font22,
	.font24,
	.font26,
	.font28 {
		font-size: 0.32rem;
	}
	.font30,
	.font32,
	.font34 {
		font-size: 0.34rem;
	}
	.font36,
	.font40 {
		font-size: 0.4rem;
	}
	.font42,
	.font44,
	.font46 {
		font-size: 0.46rem;
	}
	.font48,
	.font50,
	.font52,
	.font54,
	.font56,
	.font60,
	.font80 {
		font-size: 0.48rem;
	}
}

.g-xs {
	display: block;
}

.g-yc {
	display: none;
}

@media (max-width: 767px) {
	.g-xs {
		display: none;
	}
	.g-yc {
		display: block;
	}
}

@font-face {
	font-family: 'shuzi';
	src: url('../font/OPPOSans-M.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'shuzi2';
	src: url('../font/Poppins-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'shuzi3';
	src: url('../font/Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* 开始 */

@keyframes moveq {
	0% {
		transform: translate(-50%, -50%) scale(1);
		-webkit-transform: translate(-50%, -50%) scale(1);
	}
	100% {
		transform: translate(-50%, -50%) scale(2);
		-webkit-transform: translate(-50%, -50%) scale(2);
		opacity: 0;
	}
}

.productsj {
	background: #f2f4f7;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.productsj .kjnrj {
	margin-top: 0.5rem;
	overflow: hidden;
}

.productsj .kjnrj .kjo {
	background: #fff;
	float: left;
	width: 32.32%;
	margin-right: 1%;
	text-align: center;
	height: 350px;
	padding-top: 5%;
	margin-top: 20px;
}

.productsj .kjnrj .kjo:nth-child(1) {
	width: 49%;
	float: left;
}

.productsj .kjnrj .kjo:nth-child(2) {
	width: 49%;
	float: right;
}

.productsj .kjnrj .kjo img {
	width: 68px;
	margin-bottom: 10px;
}

.productsj .kjnrj .kjo h2 {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 10px;
}

.productsj .kjnrj .kjo p {
	color: #666;
}

.g-capon {
	overflow: hidden;
	padding: 1.1rem 0 2.3rem;
}

@media (max-width: 991px) {
	.g-capon {
		padding: 1.1rem 0;
	}
}

.g-capon .container .box {
	margin-top: 1rem;
}

.g-capon .container .box .gstoth_box {
	position: relative;
	width: 7.82rem;
	height: 7.82rem;
	border-radius: 50%;
	border: 1px solid #dae5fa;
	margin: auto;
}

@media (max-width: 991px) {
	.g-capon .container .box .gstoth_box {
		width: 100%;
		height: auto;
		border: none;
	}
}

.g-capon .container .box .gstoth_box .gstoth_con {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	border-radius: 50%;
	width: 2.76rem;
	height: 2.76rem;
	background: #26aee9;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 991px) {
	.g-capon .container .box .gstoth_box .gstoth_con {
		display: none;
	}
}

@media (max-width: 767px) {
	.g-capon .container .box .gstoth_box .gstoth_con {
		position: initial;
		box-shadow: none;
		border-radius: initial;
	}
}

.g-capon .container .box .gstoth_box .gstoth_con p {
	color: #fff;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	position: relative;
	z-index: 10;
}

@media (max-width: 1580px) {
	.g-capon .container .box .gstoth_box .gstoth_con p {
		font-size: 32px;
	}
}

.g-capon .container .box .gstoth_box .gstoth_con i {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: #26aee9;
}

.g-capon .container .box .gstoth_box .gstoth_con .i1 {
	animation: moveq 3s infinite linear;
	-webkit-animation: moveq 3s infinite linear;
}

.g-capon .container .box .gstoth_box .gstoth_con .i2 {
	animation: moveq 3s infinite linear;
	-webkit-animation: moveq 3s infinite linear;
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}

.g-capon .container .box .gstoth_box .gstoth_add {
	width: 100%;
	height: 100%;
	z-index: 120;
	position: relative;
	/* .g_add1{
						transform: rotate(75deg);
						.g_svg_box{
							transform: rotate(-75deg);
						}
					}
					.g_add2{
						transform: rotate(110deg);
						.g_svg_box{
							transform: rotate(-110deg);
						}
					}
					.g_add3{
						transform: rotate(145deg);
						.g_svg_box{
							transform: rotate(-145deg);
						}
					}
					.g_add4{
						transform: rotate(180deg);
						.g_svg_box{
							transform: rotate(-180deg);
							p{
								width: 3em;
							}
						}
					}
					.g_add5{
						transform: rotate(215deg);
						.g_svg_box{
							transform: rotate(-215deg);
						}
					}
					.g_add6{
						transform: rotate(250deg);
						.g_svg_box{
							transform: rotate(-250deg);
						}
					}
					.g_add7{
						transform: rotate(285deg);
						.g_svg_box{
							transform: rotate(-285deg);
						}
					} */
}

@media (max-width: 991px) {
	.g-capon .container .box .gstoth_box .gstoth_add {
		display: flex;
		flex-wrap: wrap;
	}
}

.g-capon .container .box .gstoth_box .gstoth_add .g_add {
	position: absolute;
	width: 1px;
	height: 50%;
	top: 0;
	left: 50%;
	bottom: 50%;
	transform: rotate(0);
	transform-origin: center bottom;
}

@media (max-width: 991px) {
	.g-capon .container .box .gstoth_box .gstoth_add .g_add {
		position: initial;
		margin-left: 0;
		transform: rotate(0deg) !important;
		width: 50%;
		height: auto;
		padding-right: 0;
		margin-bottom: 0.4rem;
	}
}

@media (max-width: 767px) {
	.g-capon .container .box .gstoth_box .gstoth_add .g_add {
		width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.g-capon .container .box .gstoth_box .gstoth_add .g_add.on .g_add_box .g_svg_box {
		left: initial;
		right: -0.05rem;
		padding: 0.22rem 0.94rem 0.22rem 0.35rem;
		text-align: right;
	}
}

@media screen and (min-width: 992px) {
	.g-capon .container .box .gstoth_box .gstoth_add .g_add.on2 .g_add_box .g_svg_box {
		text-align: center;
		min-height: 0.52rem;
		min-width: 1.8rem;
		align-items: center;
		top: calc(100% + 7px);
		left: 50%;
		transform: translateX(-50%);
		padding: 0.12rem 0.2rem;
	}
}

@media screen and (min-width: 992px) and (max-width: 1580px) {
	.g-capon .container .box .gstoth_box .gstoth_add .g_add.on2 .g_add_box .g_svg_box {
		min-width: 2.2rem;
	}
}

.g-capon .container .box .gstoth_box .gstoth_add .g_add .g_add_box {
	width: 0.68rem;
	height: 0.68rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s;
	position: absolute;
	top: 0%;
	left: 0%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

@media (max-width: 991px) {
	.g-capon .container .box .gstoth_box .gstoth_add .g_add .g_add_box {
		width: 100%;
		height: 100%;
		position: initial;
		padding-right: 0.4rem;
		transform: rotate(0deg) !important;
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.g-capon .container .box .gstoth_box .gstoth_add .g_add .g_add_box {
		padding-right: 0;
	}
}

.g-capon .container .box .gstoth_box .gstoth_add .g_add .g_add_box .g_add_svg {
	background: #f8fbff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 10;
}

@media (max-width: 991px) {
	.g-capon .container .box .gstoth_box .gstoth_add .g_add .g_add_box .g_add_svg {
		width: 1rem;
		height: auto;
		margin-right: 0.1rem;
		border-radius: 0;
		background: none;
	}
}

@media (max-width: 767px) {
	.g-capon .container .box .gstoth_box .gstoth_add .g_add .g_add_box .g_add_svg {
		width: 1.2rem;
	}
}

.g-capon .container .box .gstoth_box .gstoth_add .g_add .g_add_box .g_add_svg svg {
	width: auto;
	height: 0.42rem;
}

@media (max-width: 991px) {
	.g-capon .container .box .gstoth_box .gstoth_add .g_add .g_add_box .g_add_svg svg {
		height: 0.6rem;
	}
}

.g-capon .container .box .gstoth_box .gstoth_add .g_add .g_add_box .g_svg_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	left: -0.05rem;
	background: #fff;
	box-shadow: 0 0.03rem 0.4rem rgba(191, 207, 237, 0.22);
	border-radius: 1000px;
	min-height: 0.78rem;
	min-width: 2.6rem;
	padding: 0.22rem 0.3rem 0.22rem 0.94rem;
	transition: all 0.4s;
}

@media (max-width: 1580px) {
	.g-capon .container .box .gstoth_box .gstoth_add .g_add .g_add_box .g_svg_box {
		min-width: 3.3rem;
	}
}

@media (max-width: 991px) {
	.g-capon .container .box .gstoth_box .gstoth_add .g_add .g_add_box .g_svg_box {
		width: 100%;
		position: initial;
		border-radius: 0.1rem;
		padding: 0.3rem;
	}
}

.g-capon .container .box .gstoth_box .gstoth_add .g_add .g_add_box .g_svg_box p {
	width: 2.7rem;
	display: none;
	color: #666;
}

@media (max-width: 991px) {
	.g-capon .container .box .gstoth_box .gstoth_add .g_add .g_add_box .g_svg_box p {
		display: block !important;
		width: 100%;
	}
}

.g-title {
	text-align: center;
}

.g-title h2 {
	line-height: 1;
	color: #222;
	font-weight: bold;
}

.g-title .g-p {
	color: #666666;
	line-height: 1.75;
	margin-top: 0.28rem;
}

.g-captw .box {
	padding: 1.1rem 0;
	border-top: 1px solid #e6e6e6;
	display: flex;
	align-items: flex-start;
}

@media (max-width: 991px) {
	.g-captw .box {
		flex-direction: column;
	}
}

.g-captw .box .left {
	width: 50%;
	padding-right: 1rem;
}

@media (max-width: 991px) {
	.g-captw .box .left {
		width: 100%;
		margin-bottom: 0.5rem;
	}
}

.g-captw .box .left .g-title {
	text-align: left;
	margin-bottom: 0.78rem;
}

.g-captw .box .left .l-p p {
	color: #666;
	line-height: 1.75;
	display: block;
	position: relative;
	padding-left: 0.3rem;
}

.g-captw .box .left .l-p p i {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(25, 95, 225, 0.23);
	left: 0;
	top: 8px;
}

@media (max-width: 1580px) {
	.g-captw .box .left .l-p p i {
		top: 8px;
		width: 10px;
		height: 10px;
	}
}

.g-captw .box .left .l-p p i::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	border-radius: 50%;
	background: #195fe1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.g-captw .box .right {
	width: 50%;
	padding-left: 1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 9.5%;
}

@media (max-width: 1260px) {
	.g-captw .box .right {
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.g-captw .box .right {
		width: 100%;
	}
}

.g-captw .box .right .item {
	margin: 0 1rem 0.94rem 0;
}

@media (max-width: 991px) {
	.g-captw .box .right .item {
		width: 50%;
		margin: 0 0 0.4rem 0;
	}
}

@media (max-width: 767px) {
	.g-captw .box .right .item {
		padding-right: 0.2rem;
	}
}

.g-captw .box .right .item:nth-child(2n) {
	margin-right: 0;
}

.g-captw .box .right .item:nth-last-child(1),
.g-captw .box .right .item:nth-last-child(2) {
	margin-bottom: 0;
}

.g-captw .box .right .item .num {
	display: flex;
	align-items: flex-start;
	color: #0053dc;
}

.g-captw .box .right .item .num p {
	font-family: "shuzi", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
	font-weight: bold;
	color: ;
	line-height: 0.8;
	margin-bottom: 0.18rem;
}

.g-captw .box .right .item .num span {
	margin-left: 0.08rem;
	line-height: 0.8;
}

.g-captw .box .right .item .g-p p {
	color: #666;
}

.g-capth {
	padding: 1.1rem 0;
	background: #f9f9fa;
}

.g-capth .box {
	margin-top: 0.6rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media (max-width: 991px) {
	.g-capth .box {
		flex-direction: column;
	}
}

.g-capth .box .left {
	width: 44.285%;
	border-radius: 0.1rem;
	overflow: hidden;
}

@media (max-width: 991px) {
	.g-capth .box .left {
		width: 100%;
		margin-bottom: 0.4rem;
	}
}

.g-capth .box .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.g-capth .box .right {
	width: 52.857%;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.g-capth .box .right {
		width: 100%;
	}
}

.g-capth .box .right .item {
	display: flex;
	align-items: center;
	height: 1.4rem;
	background: #fff;
	border-radius: 0.1rem;
	padding: 0 0 0 0.5rem;
	width: calc(50% - 0.1rem);
	margin: 0 0.2rem 0.2rem 0;
}

.g-capth .box .right .item:nth-child(2n) {
	margin-right: 0;
}

@media (max-width: 767px) {
	.g-capth .box .right .item {
		padding: 0 0.2rem;
	}
}

.g-capth .box .right .item:last-child {
	width: 100%;
	padding: 0;
	justify-content: center;
	margin-right: 0;
	margin-bottom: 0;
}

.g-capth .box .right .item .g-svg {
	margin-right: 0.2rem;
	min-width: 0.42rem;
	height: 0.42rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.g-capth .box .right .item .g-svg {
		flex-shrink: 0;
		height: auto;
		min-width: inherit;
	}
}

.g-capth .box .right .item .g-svg svg {
	width: auto;
	height: 100%;
}

@media (max-width: 767px) {
	.g-capth .box .right .item .g-svg svg {
		width: 0.6rem;
		height: 0.6rem;
	}
}

.g-capth .box .right .item .g-svg svg path {
	fill: #2768e3;
}

@media (max-width: 767px) {
	.g-capth .box .right .item p br {
		display: none;
	}
}

.g-capfo .container {
	padding: 1.25rem 0 1.15rem;
}

.g-capfo .container .box {
	position: relative;
	margin-top: 1rem;
}

.g-capfo .container .box .img {
	text-align: center;
	border-radius: 50%;
	width: 5.3rem;
	height: auto;
	margin: auto;
	position: relative;
	z-index: 10;
}

.g-capfo .container .box .img p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	line-height: 1.24;
}

@media (max-width: 1580px) {
	.g-capfo .container .box .img p {
		font-size: 36px;
	}
	.g-capfo .container .box .img p br {
		display: none;
	}
}

.g-capfo .container .box .img .imgbj {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.g-capfo .container .box .img .imgbj img {
	width: 100%;
	height: 100%;
}

.g-capfo .container .box .img .g-svg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
}

.g-capfo .container .box .img .g-svg .g-svg-box {
	width: 50%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.g-capfo .container .box .img .g-svg svg {
	width: 0.5rem;
	height: 0.5rem;
}

.g-capfo .container .box .img .g-svg svg path {
	fill: #fff;
}

.g-capfo .container .box .img .g-svg .g-svg-box1 {
	padding: 0 0.4rem 0.4rem 0;
}

.g-capfo .container .box .img .g-svg .g-svg-box2 {
	padding: 0 0 0.4rem 0.4rem;
}

.g-capfo .container .box .img .g-svg .g-svg-box3 {
	padding: 0.4rem 0.4rem 0 0;
}

.g-capfo .container .box .img .g-svg .g-svg-box4 {
	padding: 0.4rem 0 0 0.4rem;
}

@media (max-width: 991px) {
	.g-capfo .container .box .g-add {
		display: flex;
		flex-wrap: wrap;
		margin-top: 0.4rem;
	}
}

.g-capfo .container .box .g-add .item {
	position: absolute;
	width: 50%;
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.g-capfo .container .box .g-add .item {
		position: initial;
	}
}

@media (max-width: 767px) {
	.g-capfo .container .box .g-add .item {
		margin-bottom: 0.2rem;
	}
}

.g-capfo .container .box .g-add .item:nth-child(2n) {
	flex-direction: row-reverse;
}

@media (max-width: 991px) {
	.g-capfo .container .box .g-add .item:nth-child(2n) {
		flex-direction: row;
	}
}

.g-capfo .container .box .g-add .item:nth-child(2n) .l-txt {
	flex-direction: row-reverse;
	padding: 0 0 0 0.64rem;
}

@media (max-width: 991px) {
	.g-capfo .container .box .g-add .item:nth-child(2n) .l-txt {
		flex-direction: row;
	}
}

.g-capfo .container .box .g-add .item:nth-child(2n) .l-txt p {
	margin-right: 0.25rem;
}

.g-capfo .container .box .g-add .item:nth-child(2n) .r-line {
	flex-direction: row-reverse;
}

@media (max-width: 991px) {
	.g-capfo .container .box .g-add .item:nth-child(2n) .r-line {
		flex-direction: row;
	}
}

.g-capfo .container .box .g-add .item .l-txt {
	width: 3.26rem;
	padding: 0 0.88rem 0 0;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

@media (max-width: 1580px) {
	.g-capfo .container .box .g-add .item .l-txt {
		width: 4rem;
	}
}

@media (max-width: 1260px) {
	.g-capfo .container .box .g-add .item .l-txt {
		padding: 0 0.18rem 0 0;
	}
}

@media (max-width: 991px) {
	.g-capfo .container .box .g-add .item .l-txt {
		width: 100%;
		padding: 0 0 0 0.1rem !important;
	}
}

.g-capfo .container .box .g-add .item .l-txt span {
	width: 0.65rem;
	flex-shrink: 0;
	font-family: "shuzi2", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
	color: #efefef;
	text-align: center;
}

.g-capfo .container .box .g-add .item .r-line {
	width: 100%;
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.g-capfo .container .box .g-add .item .r-line {
		display: none;
	}
}

.g-capfo .container .box .g-add .item .r-line .i1 {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #bfbfbf;
	flex-shrink: 0;
}

.g-capfo .container .box .g-add .item .r-line .i2 {
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #bfbfbf;
}

.g-capfo .container .box .g-add .item1 {
	top: 1rem;
	right: 50%;
}

.g-capfo .container .box .g-add .item2 {
	top: 1rem;
	left: 50%;
}

.g-capfo .container .box .g-add .item3 {
	bottom: 1rem;
	right: 50%;
}

.g-capfo .container .box .g-add .item4 {
	bottom: 1rem;
	left: 50%;
}

@keyframes moveq {
	0% {
		transform: translate(-50%, -50%) scale(1);
		-webkit-transform: translate(-50%, -50%) scale(1);
	}
	100% {
		transform: translate(-50%, -50%) scale(2);
		-webkit-transform: translate(-50%, -50%) scale(2);
		opacity: 0;
	}
}

.g-capfi .container {
	padding: 1.1rem 0 1.15rem;
	border-top: 1px solid #e6e6e6;
}

.g-capfi .container .box {
	position: relative;
	margin-top: 0.95rem;
}

@media (max-width: 991px) {
	.g-capfi .container .box {
		overflow: auto;
	}
}

.g-capfi .container .box .box2 {
	position: relative;
}

@media (max-width: 991px) {
	.g-capfi .container .box .box2 {
		width: 1000px;
	}
}

.g-capfi .container .box .imgbj {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.g-capfi .container .box .imgbj img {
	width: 100%;
	height: 100%;
}

.g-capfi .container .box .site .site-box {
	width: 0;
	height: 0;
	position: absolute;
}

.g-capfi .container .box .site .site-box:hover {
	z-index: 10;
}

.g-capfi .container .box .site .site-box:hover .g-d::after {
	opacity: 0.6;
	animation: moveq 3s infinite linear;
	-webkit-animation: moveq 3s infinite linear;
}

.g-capfi .container .box .site .site-box:hover .g-site .g-site-xs {
	display: none;
}

.g-capfi .container .box .site .site-box:hover .g-site .g-site-yc {
	display: block;
}

.g-capfi .container .box .site .site-box .g-d {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #0053dc;
}

.g-capfi .container .box .site .site-box .g-d::after {
	content: '';
	transition: all 0.4s;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #0053dc;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	opacity: 0;
}

.g-capfi .container .box .site .site-box .g-d i {
	width: 0.08rem;
	height: 0.08rem;
	display: block;
	border-radius: 50%;
	background: #0053dc;
}

.g-capfi .container .box .site .site-box .g-site {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: 0.25rem;
}

.g-capfi .container .box .site .site-box .g-site .g-site-xs {
	white-space: nowrap;
}

.g-capfi .container .box .site .site-box .g-site .g-site-xs p {
	color: #222;
}

.g-capfi .container .box .site .site-box .g-site .g-site-yc {
	background: #eaeff8;
	border-radius: 0.1rem;
	display: none;
}

.g-capfi .container .box .site .site-box .g-site .g-site-yc .g-site-yc-box {
	display: flex;
	align-items: center;
}

.g-capfi .container .box .site .site-box .g-site .g-site-yc .g-site-yc-box .public-img {
	border-radius: 0.1rem 0.1rem 0 0;
	width: 1.19rem;
}

@media (max-width: 1580px) {
	.g-capfi .container .box .site .site-box .g-site .g-site-yc .g-site-yc-box .public-img {
		width: 1.4rem;
	}
}

.g-capfi .container .box .site .site-box .g-site .g-site-yc .g-site-yc-box .public-img:before {
	padding-top: 85.71428571%;
}

.g-capfi .container .box .site .site-box .g-site .g-site-yc .g-site-yc-box .txt {
	width: 1.7rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0.1rem 0.17rem;
}

@media (max-width: 1580px) {
	.g-capfi .container .box .site .site-box .g-site .g-site-yc .g-site-yc-box .txt {
		width: 2.7rem;
	}
}

.g-capfi .container .box .site .site-box .g-site .g-site-yc .g-site-yc-box .txt h3 {
	color: #222;
}

.g-capfi .container .box .site .site-box .g-site .g-site-yc .g-site-yc-box .txt p {
	color: #999;
	word-break: break-all;
}

.g-capfi .container .box .site .site1 {
	top: 48%;
	left: 20%;
}

.g-capfi .container .box .site .site2 {
	top: 36.8%;
	left: 50.6%;
}

.g-capfi .container .box .site .site2 .g-site {
	left: auto;
	right: 0.25rem;
}

.g-capfi .container .box .site .site3 {
	top: 38%;
	left: 54.5%;
}

.g-capfi .container .box .site .site4 {
	top: 43%;
	left: 80%;
}

.g-capfi .container .box .site .site5 {
	top: 45.9%;
	left: 77.7%;
}

.g-capfi .container .box .site .site5 .g-site {
	left: auto;
	right: 0.25rem;
}

.g-capfi .container .box .site .site6 {
	top: 47.9%;
	left: 80%;
}

.g-capfi .container .box .site .site7 {
	top: 52%;
	left: 77.5%;
}

.g-capfi .container .box .site .site9 {
	top: 54%;
	left: 75.3%;
}

.g-capfi .container .box .site .site9 .g-site {
	left: auto;
	right: 0.25rem;
}

.g-capfi .container .box .site .site8 {
	top: 59%;
	left: 76.3%;
}

.g-capfi .g-num {
	position: absolute;
	left: 0;
	bottom: -0.15rem;
	width: 5.2rem;
	border-radius: 0.1rem;
	box-shadow: 0 0.03rem 0.4rem rgba(228, 228, 228, 0.3);
	padding: 0.6rem 0 0.6rem 0.8rem;
}

@media (max-width: 1260px) {
	.g-capfi .g-num {
		bottom: 0;
		padding: 0.3rem 0 0.3rem 0.4rem;
	}
}

@media (max-width: 767px) {
	.g-capfi .g-num {
		position: initial;
		width: 100%;
		margin-top: 0.5rem;
	}
}

.g-capfi .g-num::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.78);
}

@media (max-width: 767px) {
	.g-capfi .g-num::after {
		display: none;
	}
}

.g-capfi .g-num .g-num-box {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
}

.g-capfi .g-num .g-num-box .item {
	width: 2.4rem;
	margin: 0 0 0.73rem 0;
}

.g-capfi .g-num .g-num-box .item:nth-child(2n) {
	margin-right: 0;
	width: 2rem;
}

@media (max-width: 767px) {
	.g-capfi .g-num .g-num-box .item {
		width: 50%;
	}
}

.g-capfi .g-num .g-num-box .item:nth-last-child(1),
.g-capfi .g-num .g-num-box .item:nth-last-child(2) {
	margin-bottom: 0;
}

.g-capfi .g-num .g-num-box .item .num {
	display: flex;
	align-items: flex-start;
	color: #0053dc;
}

.g-capfi .g-num .g-num-box .item .num p {
	font-family: "shuzi", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
	font-weight: bold;
	color: ;
	line-height: 0.8;
	margin-bottom: 0.05rem;
}

.g-capfi .g-num .g-num-box .item .num span {
	margin-left: 0.08rem;
	line-height: 0.8;
}

.g-capfi .g-num .g-num-box .item .g-p p {
	color: #666;
}

@media (max-width: 767px) {
	.g-capfi .g-num1 {
		display: none;
	}
}

.g-capfi .g-num2 {
	display: none;
}

@media (max-width: 767px) {
	.g-capfi .g-num2 {
		display: block;
	}
}

.g-capsi .container {
	padding: 1.27rem 0 1.1rem;
	border-top: 1px solid #e6e6e6;
}

.g-capsi .container .box {
	margin-top: 0.6rem;
}

.g-capsi .container .box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: initial;
}

.g-capsi .container .box .box-txt {
	margin-top: 0.2rem;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.g-capsi .container .box .box-txt {
		flex-wrap: wrap;
		margin-top: 0.5rem;
	}
}

.g-capsi .container .box .box-txt p {
	width: calc((100% - 1.08rem)/4);
	background: #fff;
	border-radius: 0.1rem;
	height: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0.03rem 0.46rem rgba(25, 95, 225, 0.1);
}

@media (max-width: 767px) {
	.g-capsi .container .box .box-txt p {
		width: calc(50% - 0.1rem);
		margin: 0 0 0.2rem 0;
		height: 1rem;
	}
}

.g-capse {
	height: 9.7rem;
	position: relative;
}

.g-capse .img {
	width: 100%;
	height: 100%;
}

.g-capse .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.g-capse .container {
	z-index: 10;
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 1.9rem;
}

.g-capse .container .g-title h2 {
	color: #fff;
}

.g-capse .container .box {
	position: relative;
	margin-top: 0.65rem;
}

.g-capse .container .box .g-capse-box {
	height: 4.8rem;
	border-radius: 0.1rem;
	background: #fff;
	padding: 0.05rem;
}

.g-capse .container .box .g-capse-box img {
	width: 100%;
}

@media (max-width: 1580px) {
	.g-capse .container .box .g-capse-box {
		height: auto;
	}
}

.g-capse .container .box .g-capse-box svg {
	width: auto;
	height: 0.6rem;
}

@media (max-width: 767px) {
	.g-capse .container .box .g-capse-box svg {
		height: 0.9rem;
	}
}

.g-capse .container .box .g-capse-box .txt {
	margin-top: 0.4rem;
}

.g-capse .container .box .g-capse-box .txt h3 {
	color: #000;
	margin-bottom: 0.26rem;
}

.g-capse .container .box .g-capse-box .txt p {
	text-align: justify;
	color: #666;
	line-height: 1.75;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.g-capse .container .box .hm6_prev {
	left: -1.32rem;
}

.g-capse .container .box .hm6_next {
	right: -1.32rem;
}

.g-capse .container .box .base_prev,
.g-capse .container .box .base_next {
	border-color: #fff;
}

@media (max-width: 1260px) {
	.g-capse .container .box .base_prev,
	.g-capse .container .box .base_next {
		display: none;
	}
}

.g-capse .container .box .base_prev:hover,
.g-capse .container .box .base_next:hover {
	border-color: #0066ff;
}

.g-capse .container .box .base_prev svg path,
.g-capse .container .box .base_next svg path {
	fill: #fff;
}

.g-capen {
	padding: 1.1rem 0 1.05rem;
	position: relative;
	background: #f9f9fa;
}

.g-capen .container .box {
	position: relative;
	margin-top: 0.6rem;
}

.g-capen .container .box .g-capen-box:hover img {
	transform: scale(1.05);
}

.g-capen .container .box .g-capen-box .public-img:before {
	padding-top: 136.57407407%;
}

.g-capen .container .box .g-capen-box p {
	margin-top: 0.25rem;
	text-align: center;
}

.g-capen .container .box .hm6_prev {
	left: -1.32rem;
}

.g-capen .container .box .hm6_next {
	right: -1.32rem;
}

@media (max-width: 1260px) {
	.g-capen .container .box .base_prev,
	.g-capen .container .box .base_next {
		display: none;
	}
}

.g-capni {
	padding: 1.1rem 0;
}

.g-capni .box {
	margin-top: 0.5rem;
	border: 1px solid #e6e6e6;
	border-radius: 0.1rem;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.g-capni .box {
		flex-direction: column;
	}
}

.g-capni .box .left {
	width: 31.428%;
	background: #f9f9fa;
	border-radius: 0 0.1rem 0.1rem 0;
	border-right: 1px solid #e6e6e6;
	overflow: hidden;
}

@media (max-width: 991px) {
	.g-capni .box .left {
		width: 100%;
	}
}

.g-capni .box .left .item {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0.38rem 0 0.4rem;
	height: 1rem;
}

.g-capni .box .left .item:last-child {
	border: none;
}

.g-capni .box .left .item.on {
	background: #195fe1;
}

.g-capni .box .left .item.on .txt span {
	color: #fff;
}

.g-capni .box .left .item.on .txt h3 {
	color: #fff;
}

.g-capni .box .left .item.on svg {
	opacity: 1;
	left: 0rem;
}

.g-capni .box .left .item .txt {
	display: flex;
	align-items: center;
}

.g-capni .box .left .item .txt span {
	transition: all 0.4s;
	width: 0.6rem;
	color: #222;
	opacity: 0.5;
	font-family: "shuzi3", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}

.g-capni .box .left .item .txt h3 {
	transition: all 0.4s;
	color: #999;
}

.g-capni .box .left .item svg {
	opacity: 0;
	position: relative;
	left: -0.2rem;
	transition: all 0.4s;
	width: 10px;
	height: auto;
}

@media (max-width: 767px) {
	.g-capni .box .left .item svg {
		width: 6px;
	}
}

.g-capni .box .left .item svg path {
	fill: #fff;
}

.g-capni .box .right {
	width: 68.575%;
	padding: 0.9rem 0.68rem 0.2rem;
}

@media (max-width: 991px) {
	.g-capni .box .right {
		width: 100%;
		padding: 0.4rem 0.3rem;
	}
}

.g-capni .box .right .r-box {
	display: none;
}

.g-capni .box .right .r-box .r-con {
	align-items: center;
	display: flex;
}

@media (max-width: 767px) {
	.g-capni .box .right .r-box .r-con {
		flex-direction: column;
	}
}

.g-capni .box .right .r-box .public-img {
	margin-right: 0.58rem;
	flex-shrink: 0;
	width: 4.4rem;
	height: auto;
	border-radius: 0.1rem;
}

@media (max-width: 767px) {
	.g-capni .box .right .r-box .public-img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.5rem;
	}
}

@media (max-width: 767px) {
	.g-capni .box .right .r-box .txt {
		width: 100%;
	}
}

.g-capni .box .right .r-box .txt .tit {
	margin-bottom: 0.6rem;
}

.g-capni .box .right .r-box .txt .tit span {
	margin-bottom: 0.3rem;
	display: block;
	color: #222;
	opacity: 0.5;
	line-height: 0.8;
}

.g-capni .box .right .r-box .txt .tit h3 {
	line-height: 1;
	font-weight: bold;
}

@media (max-width: 767px) {
	.g-capni .box .right .r-box .txt .l-p {
		display: flex;
		flex-wrap: wrap;
	}
}

.g-capni .box .right .r-box .txt .l-p p {
	margin-bottom: 0.05rem;
	color: #666;
	line-height: 1.75;
	display: block;
	position: relative;
	padding-left: 0.3rem;
}

@media (max-width: 767px) {
	.g-capni .box .right .r-box .txt .l-p p {
		width: 50%;
		padding-right: 0.2rem;
	}
}

.g-capni .box .right .r-box .txt .l-p p i {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(25, 95, 225, 0.23);
	left: 0;
	top: 8px;
}

@media (max-width: 1580px) {
	.g-capni .box .right .r-box .txt .l-p p i {
		top: 8px;
		width: 10px;
		height: 10px;
	}
}

.g-capni .box .right .r-box .txt .l-p p i::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	border-radius: 50%;
	background: #195fe1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.g-goodson {
	padding: 1.1rem 0 0.8rem;
}

.g-goodson .g-title .g-p {
	padding: 0 2rem;
}

@media (max-width: 767px) {
	.g-goodson .g-title .g-p {
		padding: 0;
	}
}

.g-goodson .box {
	margin-top: 0.7rem;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	padding: 0.78rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px) {
	.g-goodson .box {
		flex-direction: column;
	}
}

.g-goodson .box .left {
	padding-right: 1.32rem;
	width: 52.858%;
}

@media (max-width: 767px) {
	.g-goodson .box .left {
		width: 100%;
		padding: 0;
		margin-bottom: 0.5rem;
	}
}

.g-goodson .box .left h3 {
	font-weight: bold;
	margin-bottom: 0.3rem;
}

.g-goodson .box .left p {
	color: #666;
}

.g-goodson .box .right {
	border-radius: 0.15rem;
	overflow: hidden;
	width: 47.142%;
}

@media (max-width: 767px) {
	.g-goodson .box .right {
		width: 100%;
	}
}

.g-goodson .box .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.g-goodstw .box {
	position: relative;
	overflow: hidden;
	border-radius: 0.15rem;
	margin-top: 0.54rem;
}

.g-goodstw .box .imgbj {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.g-goodstw .box .imgbj img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.g-goodstw .box .box2 {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 6.28rem;
	display: flex;
}

@media (max-width: 767px) {
	.g-goodstw .box .box2 {
		flex-direction: column;
		height: auto;
		padding: 0.6rem 0;
	}
}

.g-goodstw .box .box2 .item {
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 0.9rem;
	color: #fff;
	position: relative;
	transition: all 0.4s;
}

@media (max-width: 767px) {
	.g-goodstw .box .box2 .item {
		width: 100% !important;
		height: auto;
		padding: 0;
	}
}

@media screen and (min-width: 768px) {
	.g-goodstw .box .box2 .item.on {
		width: 40%;
	}
	.g-goodstw .box .box2 .item.on .item-xs {
		opacity: 0;
	}
	.g-goodstw .box .box2 .item.on .item-yc {
		top: 0;
		z-index: 10;
		opacity: 1;
	}
}

.g-goodstw .box .box2 .item .item-xs {
	transition: all 0.4s;
	text-align: center;
}

@media (max-width: 767px) {
	.g-goodstw .box .box2 .item .item-xs {
		display: none;
		opacity: 0;
	}
}

.g-goodstw .box .box2 .item .item-xs svg {
	width: 0.56rem;
	height: auto;
	margin-bottom: 0.25rem;
}

.g-goodstw .box .box2 .item .item-xs svg path {
	fill: #fff;
}

.g-goodstw .box .box2 .item .item-yc {
	padding-bottom: 0.9rem;
	position: absolute;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.4s;
	top: 1rem;
	z-index: -1;
}

@media (max-width: 767px) {
	.g-goodstw .box .box2 .item .item-yc {
		padding: 0.7rem 0;
		position: relative;
		top: 0;
		z-index: 1;
		opacity: 1;
	}
}

.g-goodstw .box .box2 .item .item-yc .item-yc-box {
	text-align: center;
	width: 3.1rem;
}

@media (max-width: 767px) {
	.g-goodstw .box .box2 .item .item-yc .item-yc-box {
		width: 100%;
		padding: 0 5%;
	}
}

.g-goodstw .box .box2 .item .item-yc .item-yc-box h3 {
	margin-bottom: 0.3rem;
}

@media (max-width: 767px) {
	.g-goodstw .box .box2 .item .item-yc .item-yc-box h3 {
		font-size: 0.4rem;
	}
}

.g-goodstw .box .box2 .item .item-yc .item-yc-box p {
	line-height: 1.75;
}

.g-goodstw {
	padding: 0 0 1.36rem;
}

.g-goodstw .box {
	margin-top: 0.68rem;
}

.g-goodstw .box .cont {
	display: flex;
	margin: 0 -0.12rem;
	flex-wrap: wrap;
}

.g-goodstw .box .cont .item {
	width: 33.333%;
	padding: 0 0.12rem;
	margin-bottom: 0.24rem;
}

@media (max-width: 767px) {
	.g-goodstw .box .cont .item {
		width: 100%;
		margin-bottom: 0.36rem;
	}
	.g-goodstw .box .cont .item:last-child {
		margin-bottom: 0;
	}
}

.g-goodstw .box .cont .item .list {
	display: block;
	position: relative;
	border-radius: 0.15rem;
	z-index: 2;
	overflow: hidden;
}

.g-goodstw .box .cont .item .list .g-icon {
	position: absolute;
	z-index: 10;
	width: 0.78rem;
	height: 0.78rem;
	object-fit: contain;
	top: 0.15rem;
	left: 0.3rem;
	bottom: auto;
	right: auto;
	transform: scale(1) !important;
}

.g-goodstw .box .cont .item .list .img {
	width: 100%;
	overflow: hidden;
	padding-bottom: 80%;
}

.g-goodstw .box .cont .item .list .img img {
	transition: all 0.4s;
}

.g-goodstw .box .cont .item .list .img:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/jianbfnagshou1.png) left bottom / 100% auto no-repeat;
}

.g-goodstw .box .cont .item .list .font {
	padding: 0.3rem 0.3rem 0.2rem;
	position: absolute;
	z-index: 20;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #ffffff;
}

.g-goodstw .box .cont .item .list .font .tit {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.g-goodstw .box .cont .item .list .font .g-lab {
	margin-top: 0.12rem;
	display: flex;
	flex-wrap: wrap;
}

.g-goodstw .box .cont .item .list .font .g-lab span {
	margin: 0 0.1rem 0.1rem 0;
	height: 0.42rem;
	padding: 0 0.13rem;
	display: flex;
	align-items: center;
	border-radius: 3px;
	border: 1px solid #fff;
}

@media (max-width: 767px) {
	.g-goodstw .box .cont .item .list .font .g-lab span {
		height: 0.6rem;
		padding: 0 0.25rem;
	}
}

.g-goodstw .box .cont .item .list:hover .img img {
	transform: scale(1.1);
}

.zyqc {
	margin: 1rem 0rem;
}

.zyqc .qc {
	margin-top: 1rem;
	overflow: hidden;
}

.zyqc .qc .pzjc {
	width: 48%;
	margin-right: 2%;
	float: left;
}

.zyqc .qc .pzjc img {
	width: 100%;
}

.zyqc .qc .pzjc p {
	padding: 30px 20px;
	line-height: 28px;
	font-size: 18px;
	height: 140px;
	text-indent: 2em;
}

.choose {
	background: #ecf0ef;
	padding: 1rem 0;
}

.choose .why {
	overflow: hidden;
	margin: 1rem 0rem;
}

.choose .why .whywsm {
	width: 47%;
	float: left;
	margin-right: 3%;
	padding: 0.8rem 1rem;
	margin-bottom: 0.5rem;
	background: #fff;
	height: 350px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow: 0px 10px 10px 0px #c1c1c140;
}

.choose .why .whywsm h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	font-style: italic;
}

.choose .why .whywsm:nth-child(1) {
	border-top-left-radius: 150px;
}

.choose .why .whywsm:nth-child(2) {
	border-top-right-radius: 150px;
	border-top-left-radius: 20px;
}

.choose .why .whywsm:nth-child(3) {
	border-bottom-left-radius: 150px;
	border-top-left-radius: 20px;
}

.choose .why .whywsm:nth-child(4) {
	border-bottom-right-radius: 150px;
	border-top-left-radius: 20px;
}

.choose .why .whywsm p {
	font-size: 18px;
	line-height: 34px;
}

.zznl {
	margin: 1rem 0rem;
}

.zznl .zzimgt {
	margin-top: 0.8rem;
	overflow: hidden;
}

.zznl .zzimgt .zztp {
	width: 24%;
	float: left;
	margin-right: 1%;
	text-align: center;
}

.zznl .zzimgt .zztp img {
	width: 100%;
}

.zznl .zzimgt .zztp p {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}

.pcba {
	margin-bottom: 1rem;
}

.pcba .pcbtp {
	margin-top: 1rem;
}

.pcba .pcbtp img {
	width: 100%;
}

@media (max-width: 767px) {
	.zyqc .qc .pzjc {
		width: 100%;
	}
	.zyqc .qc .pzjc p {
		height: auto;
		padding: 10px 10px;
		font-size: 14px;
		line-height: 22px;
	}
}