.jianche-service{
	background: #f5f6f8;
	padding: 40px  30px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.jianche-service .left-pic,
.jianche-service .right-info{
	margin: 30px;
}
.jianche-service .right-info{
	max-width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: left;
}
@media screen and (max-width: 922px) {
	.jianche-service{
		padding: 3rem;
	}
	.jianche-service{
		flex-direction:column;
	}
	.jianche-service .left-pic,
	.jianche-service .right-info{
	width: 100%;
	max-width: 100%;
	margin: 0;
	}
}
.jianche-service .right-info h2{
	font-size: 20px;
	width: 100%;
}
@media screen and (max-width: 922px) {
	.jianche-service .right-info h2{
		font-size: 4rem;
		padding-top: 4rem;
	}
}
.jianche-service .right-info p{
	color: #707070;
	font-size: 15px;
	margin-top: 20px;
	line-height: 1.6;
}
@media screen and (max-width: 922px) {
.jianche-service .right-info p{
		margin-top: 3rem;
	}
}
.product-fw .container{
	width:calc(100% - 30px);
}
.product-fw .title {
	border-bottom: #cdcdcd solid 1px;
	text-align: center;
}

.product-fw .title .tit {
	font-size: 30px;
}
@media screen and (max-width: 1920px) {
	.product-fw .title .tit {
		font-size: calc(30 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.product-fw .title .tit {
		font-size: 4rem;
	}
}
.product-fw .title .tit2 {
	font-size: 20px;
	position: relative;
	padding: 0 0 20px 0;
	width: 100%;
}
@media screen and (max-width: 1920px) {
	.product-fw .title .tit2 {
		font-size: calc(20 / 1920 * 100vw);
		padding: 0 0 calc(20 / 1920 * 100vw) 0;
	}
}
@media screen and (max-width:992px) {
	.product-fw .title .tit2 {
		font-size: 2.2rem;
		padding: 0 0 2rem 0;
	}
}
.product-fw .title .tit2::after {
	position: absolute;
	content: "";
	width: 80px;
	height: 4px;
	background: #00b4cd;
	left: 50%;
	margin-left: -40px;
	bottom: -2px;
}
@media screen and (max-width: 1920px) {
	.product-fw .title .tit2::after {
		width: calc(111 / 1920 * 100vw);
		margin-left: calc(-55 / 1920 * 100vw);
	}
}
@media screen and (max-width: 922px) {
	.product-fw .title .tit2::after {
	width: 10rem;
	margin-left: -5rem;
	}
}
.yewu{
	padding: 60px 0;
}
.yewu .row{
		
		width: 100%;
		margin: 0 auto;
		margin-top: 80px;
}
.qywh-list{
	background: #fff;
	border-radius: 8px;
	position: relative;
	padding: 50px 36px 45px;
	border-bottom: 5px solid var(--active-color);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	margin-bottom: 45px;
	transition: all .5s ease;

}
 
.qywh-list .tit{
	font-size: 24px;
	line-height: 35px;
	color: #222222;
	margin: 28px 0 25px;
	min-height: 70px;
}
@media screen and (max-width: 1920px) {
	.qywh-list .tit{
		min-height: calc(70 / 1920 * 100vw);
	}
}
@media screen and (max-width: 1800px) {
	.qywh-list .tit{
	 font-size: 18px;
		min-height: calc(70 / 1920 * 100vw);
		line-height: 1.5;
	}
}
@media screen and (max-width: 1680px) {
	 .qywh-list .tit{
	 	height: calc(70 / 1920 * 100vw);
	 }
}
@media screen and (max-width: 922px) {
	.qywh-list .tit{
		font-size: 4rem;
		margin: 3rem 0 3rem;
	}
}
.qywh-list .sub{
	font-size: 17px;
	color: #666666;
	line-height: 28px;
	height: 134px;
	overflow: hidden;
}
@media screen and (max-width: 922px) {
	.qywh-list .sub{
		font-size: 16px;
		height:auto
	}
}
.qywh-list  .ico{
	width: 80px;
	height: 80px;
	background: var(--active-color);
	border-radius: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.five-liyou{
	padding-top: 40px;
}
@media screen and (max-width: 992px) {
.five-liyou{
		padding-top: 4rem;
	}
}
.five-liyou .four-youshi-item .item-right{
	border:none;
}
.four-youshi-item:nth-child(even) .item-left .tit2{
	text-align: right;
}
@media screen and (max-width: 992px) {
	.four-youshi-item:nth-child(even) .item-left .tit2{
		text-align: left;
	}
}

.four-youshi-item .item-right img{
	float: right;
} 
.four-youshi-item:nth-child(even) .item-right img{
	float: left;
} 
.five-liyou .four-youshi-item {padding: 30px 0;}
@media screen and (max-width: 992px) {
.five-liyou .four-youshi-item {
		padding: 3rem 0;
	}
}
.five-liyou .four-youshi-item .item-left .num{
	font-size: 70px;
}
@media screen and (max-width: 992px) {
.five-liyou .four-youshi-item .item-left .num{
		font-size: 7rem;
	}
}
.five-liyou  .four-youshi-item .item-left .tit{
	font-size: 20px;
	line-height: 1.3;
}

@media screen and (max-width: 992px) {
.five-liyou  .four-youshi-item .item-left .tit{
		font-size: 3rem;
	}
}
@media screen and (max-width: 640px) {
.five-liyou  .four-youshi-item .item-left .tit{
		margin-bottom: 15px;
	}
	.qywh-list .ico{
		width: 55px;
		height: 55px;
	}
	.qywh-list .ico img{
		max-width: 30px;
	}
}
.five-liyou  .four-youshi-item .item-left  p{
	font-size: 15px;
	color: #707070;
}
