.introduction .content{
	padding: 30px 0;
}
.introduction .content .line{
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.introduction .content .text-set{
	text-align: left;
	margin: 24px 0;
}
.introduction .text-set .logo-box{
	height: 60px;
	display: block;
	margin: 30px auto;
	text-align: center;
}
.introduction .text-set .logo-box .logo{
	height: 100%;
	width: auto;
	display: inline-block;
}


.introduction .text-set .text{
	margin: 10px 0;
	font-size: 1.142rem;
    line-height: 1.928rem;
}
.introduction .text-set .text .emphasize{
	color: rgba(134,38,51,1.0);
	font-weight: bold;
}

.introduction .text-set .title{
	font-size: 2.0rem;
    color: rgba(134, 38, 51 ,1.0);
    margin: 60px 0 20px 0;
    text-align: center;
    font-weight: bold;
    line-height: 2.0rem;
}
.introduction .text-set .sec-text-box{
	margin: 20px 0;
}
.introduction .sec-text-box .secondary-title{
	font-size: 1.285rem;
    color: rgba(134, 38, 51 ,1.0);
    margin: 10px 0;
    font-weight: bold;
    line-height: 2.0rem;
}


.introduction .sec-text-box .table-box{
	width: 100%;
	overflow: scroll;
}
.introduction .sec-text-box .table td{
	padding: 18px;
}
.introduction .sec-text-box .table .tablehead{
	background-color: rgba(236, 240, 247,1.0);
}
.introduction .sec-text-box .table .icon{
	vertical-align: middle;
	text-align: center;
}


.introduction .sec-text-box .pic-box{
	height: 400px;
	display: block;
	margin: 16px auto;
	text-align: center;
}
.introduction .sec-text-box .pic-box .pic{
	height: 100%;
	width: auto;
	display: inline-block;
}


.introduction .sec-text-box .list-dot{
	padding-left: 48px;
	line-height: 1.8;
}
.introduction .sec-text-box .list-dot .list-circle{
	padding-left: 18px;
}
@media only screen and (max-width: 992px) {
	.introduction .content{
		padding: 10px 0;
		width: 92%;
	}
	.introduction .sec-text-box .table td{
		padding: 3px;
	}
	.introduction .sec-text-box .pic-box{
		height: auto;
	}
	.introduction .sec-text-box .pic-box .pic{
		height: auto;
		width: 22%;
		display: inline-block;
	}
}