.solution .box1{
	padding: 60px 0 98px;
}
.solution .box1 .title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	padding-bottom: 19px;
	border-bottom: 1px solid rgba(226, 226, 226, 1);
}
.solution .box1 .box-c{
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.solution .box1 .box-c .l{
	width: 18.71%;
	border: 1px solid #1786BB;
	padding: 21px 0;
}
.solution .box1 .box-c .l .list a{
	padding-left: 20px;
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 60px;
}
.solution .box1 .box-c .l .list li.active,
.solution .box1 .box-c .l .list li:hover{
	background-color: #1786BB;
}
.solution .box1 .box-c .l .list li.active a,
.solution .box1 .box-c .l .list li:hover a{
	color: #fff;
}
.solution .box1 .box-c .r,
.solution .box1 .box-c .r1{
	width: 75.71%;
}
.solution .box1 .box-c .r .list{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.solution .box1 .box-c .r .list li{
	width: 46.22%;
	margin-bottom: 30px;
}
.solution .box1 .box-c .r .list li a{
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(226, 226, 226, 1);
}
.solution .box1 .box-c .r .list li a .iconfont{
	color: #1786BB;
	font-size: 20px;
}
.solution .box1 .box-c .r1 .r1-box1{
	display: flex;
	justify-content: space-between;
}
.solution .box1 .box-c .r1 .r1-box1 .pic{
	width: 300px;
}
.solution .box1 .box-c .r1 .r1-box1 .pic img{
	display: block;
	width: 100%;
}
.solution .box1 .box-c .r1 .r1-box1 .text-box{
	flex: 1;
	margin-left: 40px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	padding-top: 24px;
}
.quality.solution .box1 .box-c .r1 .r1-box1 .text-box{
		margin-left: 0;
		word-break:break-all;
}
.solution .box1 .box-c .r1 .r1-box2{
	margin-top: 60px;
}
.solution .box1 .box-c .r1 .r1-box2 .li-t{
	border-bottom: 1px solid rgba(23, 134, 187, 1);
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
}
.solution .box1 .box-c .r1 .r1-box2 .li-t .li-title{
	position: relative;
	line-height: 30px;
	padding-left: 13px;
}
.solution .box1 .box-c .r1 .r1-box2 .li-t .li-title:before{
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	width: 4px;
	height: 20px;
	background: #1786BB;
}
.solution .box1 .box-c .r1 .r1-box2 .li-t .icon-zuojiantou1{
	transform: rotate(-90deg);
	font-size: 22px;
	color: rgba(0, 115, 178, 1);
	transition: all 1s;
}
.solution .box1 .box-c .r1 .r1-box2 li.active .li-t .icon-zuojiantou1{
	transform: rotate(-270deg);
}
.solution .box1 .box-c .r1 .r1-box2 li{
	margin-bottom: 40px;
}
.solution .box1 .box-c .r1 .r1-box2 .li-c{
	display: none;
	padding: 30px 0 40px;
}
.solution .box1 .box-c .r1 .r1-box2 .li-c img{
	max-width: 100%;
}
.solution .box1 .box-c .r1 .r1-box2 .li-c .items{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.solution .box1 .box-c .r1 .r1-box2 .li-c .item{
	width: 128px;
	border: 1px solid #E2E2E2;
	padding: 16px 10px;
	min-height: 224px;
	text-align: center;
}
.solution .box1 .box-c .r1 .r1-box2 .li-c .item:not(:last-child){
	margin-right: 40px;
}
.solution .box1 .box-c .r1 .r1-box2 .li-c .item-title{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}
.solution .box1 .box-c .r1 .r1-box2 .li-c .a-links{
	margin-top: 30px;
}
.solution .box1 .box-c .r1 .r1-box2 .li-c .a-links a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1786BB;
	line-height: 1;
	text-decoration: underline;
}
.solution .box1 .box-c .r1 .r1-box2 .li-c .a-links p:not(:last-child){
	margin-bottom: 15px;
}
@media (max-width:1024px) {
	.solution .box1{
		padding: 50px 0;
	}
	.solution .box1 .box-c .l{
		width: 180px;
	}
	.solution .box1 .box-c .r,.solution .box1 .box-c .r1{
		flex: 1;
		width: 100%;
		margin-left: 30px;
	}
	.solution .box1 .box-c .r1 .r1-box1 .pic{
		width: 230px;
	}
	.solution .box1 .box-c .r1 .r1-box1 .text-box{
		margin-left: 25px;
	}
	.quality.solution .box1 .box-c .r1 .r1-box1 .text-box{
		margin-left: 0;
	}
}
@media (max-width: 768px) {
	.solution .box1 .box-c .r1 .r1-box1 .pic{
		width: 200px;
	}
	.solution .box1 .box-c .r1 .r1-box1 .text-box{
		padding-top: 0;
	}
	.solution .box1 .box-c{
		flex-direction: column;
	}
	.solution .box1 .box-c .l{
		width: 100%;
	}
	.solution .box1 .box-c .r,
	.solution .box1 .box-c .r1{
		margin-left: 0;
		margin-top: 30px;
	}
	.solution .box1 .box-c .r1 .r1-box2{
		margin-top: 50px;
	}
	.solution .box1 .box-c .r1 .r1-box2 .li-t{
		font-size: 16px;
	}
	.solution .box1 .box-c .r1 .r1-box2 li{
		margin-bottom: 30px;
	}
	
}
@media (max-width:500px) {
	.solution .box1 .box-c .r1 .r1-box1{
		flex-wrap: wrap;
	}
	.solution .box1 .box-c .r1 .r1-box1 .pic{
		width: 100%;
	}
	.solution .box1 .box-c .r1 .r1-box1 .text-box{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.quality.solution .box1 .box-c .r1 .r1-box1 .text-box{
		margin-top: 0;
	}
	.solution .box1 .box-c .r1 .r1-box2 li{
		margin-bottom: 25px;
	}
	.solution .box1 .box-c .r1 .r1-box2 .li-t{
		padding-bottom: 6px;
	}
	.solution .box1 .box-c .r1 .r1-box2 .li-c .item:not(:last-child){
		margin-right: 10px;
	}
	.solution .box1 .box-c .r1 .r1-box2 .li-c{
		padding: 20px 0 0;
	}
	.solution .box1 .box-c .r1 .r1-box2 .li-c .items{
		margin-top: 25px;
	}
	.solution .box1 .box-c .r1 .r1-box2{
		margin-top: 40px;
	}
	.solution .box1 .box-c .r .list li{
		width: 100%;
	}
	.solution .box1 .box-c .l .list a{
		line-height: 40px;
	}
	.solution .box1 .title{
		font-size: 22px;
	}
	.solution .box1{
		padding: 30px 0;
	}
	.solution .box1 .box-c .r .list li{
		margin-bottom: 20px;
	}
}