.content .main {
	position: relative;
}
.tech {
	margin-bottom: 1rem;
	display: inline-block;
	font-size: 0;
	width: 100%;
}
.tech .pc-left {
	width: 3.56rem;
	display: inline-block;
	vertical-align: top;
	float: left;
}
.tech .pc-right {
	width: 9rem;
	display: inline-block;
	vertical-align: top;
	float: right;
}
.tech .pc-left .left {
	margin-bottom: .2rem;
}
.tech .pc-left .row {
	flex-wrap: wrap;
}
.tech .pc-right .row .left {
	width: 48.8%;
}
.tech .pc-right .row .right {
	width: 48.8%;
}
.tech .row {
	margin-bottom: .2rem;
	display: flex;
	justify-content: space-between;
}
.tech .row .left,
.tech .row .right {
	width: 100%;
}
.tech .row h3 {
	font-size: .336rem;
	width: 100%; height: .8rem;
	line-height: .8rem;
	text-align: center;
	color: #fff;
	background-color: var(--mainColor);
}
.tech .row .desc {
	padding: .3rem .4rem 0;
	box-sizing: border-box;
	height: 1.4rem;
	font-size: .24rem;
	background-color: #e7e7e6;
	color: #000;
	letter-spacing: -1px;
}
.tech .row .right .desc {
	padding: .3rem .15rem;
}
.tech .row img {
	max-width: 100%;
}
.cost {
	margin-bottom: 1.8rem;
}
.cost p {
	margin-bottom: .87rem;
	font-size: .22rem;
	line-height: 1.5;
	letter-spacing: -1px;
}
.cost p .number {
	margin-right: .26rem;
	color: var(--mainColor);
	vertical-align: top;
}
.cost img {
	max-width: 8.5rem;
	float: right;
}
.equipment {
	margin-bottom: 1.5rem;
	position: relative;
}
.equipment h3 {
	margin-bottom: .464rem;
	font-size: .24rem;
}
.equipment ul {
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}
.equipment ul li {
	margin-bottom: .3rem;
	margin-right: 10px;
    margin-left: 10px;
	width: 31.81%;
}
.equipment ul li .title {
	font-size: .28rem;
	color: #fff;
	width: 100%;
	line-height: .544rem;
	background-color: #757474;
	text-align: center;
	letter-spacing: -1px;
	display: none;
}
.equipment .desc {
	margin: .88rem 0 .448rem;
	font-size: .2rem;
}
.equipment ul li img {
	max-width: 100%;
}
.equipment .img-name {
	font-size: .176rem;
	line-height: .64rem;
	text-align: center;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.content .iconfont {
	position: absolute;
	right: -.94rem; bottom: 1.9rem;
	font-size: .4rem;
	color: var(--mainColor);
	outline: none;
	cursor: pointer;
}
.content .icon-back {
	left: -.94rem;
}
.quality {
	margin-bottom: 1rem;
}
.quality h3 {
	margin-bottom: .3rem;
	font-size: .24rem;
}
.quality ol li {
	margin-right: .47rem;
	position: relative;
	font-size: .192rem;
	border: 4px solid #2e2f2f;
	width: 1.96rem;
	height: .448rem;
	line-height: .448rem;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.quality ol li:not(:last-child)::after {
	content: '\e914';
	font-family: iconfont;
	position: absolute;
	top: 50%; right: -.43rem;
	transform: translateY(-50%);
	color: #b3b2b2;
	font-size: .24rem;
}
.quality .desc {
	margin: .3rem 0 .3rem;
	font-size: .16rem;
}
.quality ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.quality ul li {
	margin-bottom: .3rem;
	width: 31.81%;
}
.quality ul li img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.quality ul .double {
	width: 65.8%;
}
.quality .img-name {
	font-size: .176rem;
	line-height: .64rem;
	text-align: center;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.management {
	margin-bottom: 1rem;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	width: 100%;
}
.management .pc-left {
	display: inline-block;
	vertical-align: top;
}
.management .pc-right {
	display: inline-block;
	vertical-align: top;
	width: 8.5rem;
	float: right;
}
.management .pc-right img {
	max-width: 100%;
}
.management .desc {
	font-size: .22rem;
}
.management .row {
	margin-bottom: .2rem;
	display: flex;
	justify-content: space-between;
}
.management .row .left,
.management .row .right {
	width: 48.96%;
}
.management .row .space {
	margin-left: .65rem;
}
#adv .swiper-slide {
	overflow: hidden;
}
#adv .swiper-slide img {
	max-width: 100%;
	transition: all .4s cubic-bezier(.75,.02,.5,1);
}
#adv .swiper-slide:hover img {
	filter: brightness(.7);
	transform: scale(1.1);
}


@media screen and (max-width: 768px) {
.top-nav ul {
	justify-content: space-around;
}
.top-nav a {
	width: .32rem;
}
.tech {
	margin-bottom: .6rem;
}
.tech .row {
	flex-wrap: wrap;
}
.tech .row .left, .tech .row .right {
	width: 100%;
}
.tech .row h3 {
	margin-bottom: 0;
	font-size: .24rem;
	height: .5rem;
	line-height: .5rem;
}
.tech .row .desc {
	padding: 6%;
	font-size: .2rem;
	height: auto;
	letter-spacing: 0;
}
.tech .row .right {
	margin-top: 0;
}
.tech .row img {
	max-width: 100%;
}
.tech .pc-left {
	width: 100%;
}
.tech .pc-right {
	width: 100%;
}
.cost {
	margin-bottom: .6rem;
}
.cost p .number {
	margin-right: .18rem;
}
.cost p {
	margin-bottom: .4rem;
	letter-spacing: 0;
	font-size: .2rem;
}
.cost img {
	float: unset;
	max-width: 100%;
}
.equipment {
	margin-bottom: .6rem;
}
.equipment h3 {
	margin: .1rem 0 .2rem;
	font-size: .2rem;
}
.equipment ul li {
	width: 100%;
}
.equipment ul li img {
	max-width: 100%;
}
.equipment ul li .title {
	font-size: .2rem;
	line-height: .5rem;
	letter-spacing: 0;
}
.equipment .desc {
	margin: .8rem 0 .3rem;
	font-size: .18rem;
}
.equipment .img-name {
	font-size: .18rem;
	line-height: .6rem;
}
.content .iconfont {
	right: 0; bottom: 1.6rem;
	z-index: 1;
	font-size: .4rem;
	width: .4rem;
}
.content .icon-back {
	left: 0;
}
.quality {
	margin-bottom: .4rem;
}
.quality h3 {
	margin-bottom: .3rem;
	font-size: .2rem;
	color: #000;
}
.quality .process {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.quality .process li {
	margin: 0 0 .4rem 0;
	font-size: .18rem;
	width: 1.8rem; height: .4rem;
	line-height: .4rem;
}
.quality ol li:not(:last-child)::after {
	top: 100%; left: 50%;
	transform: translate(-50%, 0) rotate(90deg);
}
.quality .desc {
	margin: .2rem 0 .4rem;
	font-size: .18rem;
}
.quality ul .double {
	width: 100%;
}
.quality ul .double img {
	height: 58.4vw;
	object-fit: cover;
	object-position: 40%;
}
.quality ul li {
	width: 100%;
	overflow: hidden;
}
.quality ul li img {
	width: 100%;
}
.quality .img-name {
	font-size: .18rem;
}
.management {
	margin-bottom: .1rem;
}
.management .desc {
	font-size: .16rem;
}
.management .row .space {
	margin-left: .53rem;
}
.management .row {
	flex-wrap: wrap;
}
.management .img-start {
	margin-top: .3rem;
}
.management .row .left, .management .row .right {
	margin-bottom: .2rem;
	width: 100%;
}
.management .pc-right {
	width: 100%;
}



}

