﻿html,body,ul,dd{
	padding: 0;
	margin:0;
	font-family:微软雅黑,
	font-size: 14px;
	color: rgb(89, 90, 92);
}
/* li {
	list-style: none;
} */

.xcpro-features {
    padding: 0px;
    margin-bottom: 20px;
    background-color: #fff;
    overflow: hidden;
}
.proInfoCs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.proLi {
	width: 45%;
}
.proInfoDiv {
	margin: 10px 0;
	overflow: hidden;
	
}
.proInfoDiv dt {
	border-bottom: #2468a1 solid 1px;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 0;
}
.proInfoDiv dt b {
	background-color: #2468a1;
	color: #fff;
	text-align: center;
	padding: 8px 30px;
	font-size:16px;
	
}
.proInfoDiv dd {
	font-size:16px;
	padding: 10px 0 20px 0;
}
.proInfoDiv dd ul {
	margin:5px 0 10px 0
}
.proInfoDiv dd li {
	align-items: center;
	margin-bottom: 10px;
	line-height: 22px;
	/* flex-wrap: wrap; */
}
.proInfoDiv dd li b {
	color: #2468a1;
	white-space: nowrap;
}
.proInfoDiv dd li small {
	color: rgb(38, 100, 153);
	font-size: 9.0000pt;
	margin-right:4px;
	vertical-align: middle;
	margin-bottom: 5px;
}
.imgst {
	text-align: center;
}
.jscs_table {
	border-collapse: collapse;
	border: none;
	width: 100%;
	margin:10px 0;
}
.jscs_table tr:nth-child(even) {
	background: rgba(220, 221, 223, 0.9);
}
.jscs_table tr:nth-child(odd) {
	background: rgba(220, 221, 223, 0.2);
}
.jscs_table thead td {
	background: rgb(21, 117, 188);
	color: #fff;
	font-weight: 400;
	
}
.jscs_table td {
	border-right: 1pt solid rgb(255, 255, 255);
	text-align: center;
	padding: 5px;
}
.jscs_table td:nth-child(1) {
	width: 30%;
}
.btsImg {
	margin:10px 0 40px 0
}
.btsImgTit p {
	display: inline-block;
	border:#89c122 solid 1px;
	border-radius: 10px;
	padding: 2px;
	overflow: hidden;
}
.btsImgTit span {
	background-color: #89c122;
	color: #fff;
	padding: 5px 20px;
	border-radius: 10px;
	display: inline-block;
}
.btsImgcon {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.btsImgcon .imgst {
	width: 45%;
	margin: 20px auto;
}
.btsImgcon .imgst img  {
	width: 100%;
	height: 100%;
}
 @media only all and (max-width: 768px) {
	 
	 .proLi {
		width: 100% !important;
	 }
	 .btsImgcon .imgst {
		width: 80% !important;
	 }
 }