.introduction-box {
	padding: 40px;
	background-color: #f2f2f2;
}

.link-btn {
	background-color: #6a9fff;
	color: white;
	border-radius: .2rem;
	padding: 10px 50px;
	margin: auto;
}

.introduction-msg {
	font-size: 22px !important;
	color: black;
	display: inline-block;
	margin-right: 35px;
}

.show-box {
	background-color: #f2f2f2;
	padding: 10px 20px;
	border-bottom: 5px solid #3d72b8;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.show-round {
	background-color: #bfbfbf;
	width: 75px;
	height: 75px;
	border-radius: 10rem;
	margin: -50px auto 15px;
	position: relative;
	left: auto;
	top: auto;
}

.show-round-icon {
  	width: 330px;
  	height: 180px;
  	background-color: rgb(25, 88, 163);
}

.show-title {
    margin-bottom: 10px;
    background-color: #fff;
    display: block;
    width: max-content;  
	font-size: 24px;
	font-family: "NotoSerifCJKsc";
	color: rgb(60, 114, 184);
	line-height: 1.667;
}

.show-more {
	color: #3d72b8;
	margin-top: 20px;
	font-weight: 600;
}

.title-box {
	font-size: 36px;
	font-family: 'Adobe Heiti Std';
	color: rgb(60, 114, 184); 
	padding: 40px 0 20px 0;
} 

    
.about-li {
	color: #565c64;
	list-style: none;
	padding: 5px 0 0 9px;
}

.title::after {
	background: url(../img/bg_off.png) repeat;
	content: "";
	height: 8px;
	margin-left: 15px;
	position: absolute;
	top: 13px;
	width: 88%;
}

.tese-num {
	width: 30px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 6px;
}

.chuangxin-img {
	width: 33.3%;
}

.jiagou-img {
	width: 45%;
	margin-top: 20px;
}

.partner-img {
	width: 190px;
	margin: auto;
	padding: 30px 30px;
}

.partner-img-box {
	width: 33.3%;
	text-align: center;
	display: inline-block;
}

.product-icon-box {
	width: 33.3%;
	text-align: center;
	display: inline-block;
}

.product-img {
	width: 40%;
}

.video-box {
	width: 70%;
	margin: auto;
	border: 1px solid #d2d2d2;
}

