/*
---------------------------
 introduction component
---------------------------
 */
section.main-content .content{
	padding-top: 40px;
}
.content ul li img{
	vertical-align: middle;
	width: 100%;
	max-height:200px;
}
.content ul.company-thumb{
	display: flex;
	justify-content: space-between;
}
.content ul.company-thumb li{
	overflow: hidden;
	max-width: 270px;
	max-height: 180px;
}
.content ul.company-thumb li img{
transition: 1s;
}
.content ul.company-thumb li img:hover{
	transform: scale(1.2);
}
.content .intro-desc{
	padding: 29px 0 44px 0;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	letter-spacing: 1px;
}
.content .intro-desc  p:first-child{
	margin-bottom: 27px;
}
.tag-content{
	font-size: 18px;
	letter-spacing: 1px;
	color: #333;
}
.tag-content dl{
	position: relative;
	padding-bottom: 30px;
}
.tag-content dl:before{
	content: '';
	position: absolute;
	top: 0;
	left: 10px;
	width: 1px;
	height: 100%;
	background-color: #7ea6cf;
}
.tag-content dl:last-child:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 6px;
	width: 9px;
	height: 9px;
	background-color: #7ea6cf;
	border-radius: 100%;
}
.tag-content dl dt{
	position: relative;
	display: inline-block;
	height: 26px;
	padding: 0 7px 0 21px;
	margin-bottom: 30px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	background-color: #4a8ccf;
}
.tag-content dl dt:before,
.tag-content dl dt:after{
	content: '';
	position: absolute;
}
.tag-content dl dt:before{
	top: 11px;
	left: 8px;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 100%;
}
.tag-content dl dt:after{
	right: -13px;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-left: 13px solid #4a8ccf;
	border-bottom: 13px solid transparent;
}
.tag-content dl dd{
	line-height: 30px;
	margin-left: 40px;
}
/*
-----------------------------------------
 speech component
------------------------------------------
 */
.speech > p.speech-sec{
	margin-bottom: 42px;
	font-size: 18px;
	color: #333;
	letter-spacing: 1px;
	line-height: 30px;
	text-align: justify;
}
.speech .speech-sign{
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
	color: #333;
}
/*
------------------------------------------
qualification component
------------------------------------------
 */
.qualification{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qualification:after{
	content: '';
	display: block;
	width: calc((100% - 50px) / 3);
}
.qualification li{
	position: relative;
	overflow: hidden;
	width: calc((100% - 50px) / 3);
	height: 200px;
	margin-bottom: 30px;
	background-color:#fff;
	vertical-align: top;
	text-align: center;
	line-height: 200px;
	box-shadow: 0px 0px 20px 0px
	rgba(177, 177, 177, 0.4);
	cursor: pointer;
}
/*.qualification li:nth-child(3n+2){*/
	/*margin: 0 25px;*/
/*}*/
.qualification li:hover:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("/images/home/scale.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/*
-------------------------------------------
	history component
-------------------------------------------
 */
.about-us-container{
	background-image: url("/images/aboutUs/history-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.main-content{
	position: relative;
}
.right-content{
	display: flex;
}
.right-content .history-list{
	position: relative;
	overflow-y: scroll;
	width: calc(100% - 310px);
	max-height: 600px;
}
.right-content .history-list::-webkit-scrollbar{
	width: 6px;
	background-color: rgba(210, 210, 210, .6);
}
.right-content .history-list::-webkit-scrollbar-thumb{
	width: 6px;
	height: 20px;
	background-color: rgba(234, 0, 0, 1);
}
.right-content .history-list li{
	margin-bottom: 69px;
}
.right-content .history-list li h3{
	margin-bottom: 22px;
	font-size: 48px;
	color: #323232;
	font-weight: bold;
}
.right-content .history-list li h3 span{
	font-size: 16px;
}
.right-content .history-list li p{
	position: relative;
	font-size: 18px;
	padding-right:10px;
	padding-left: 20px;
	text-align: justify;
	line-height: 36px;
	color: #333;
}
.right-content .history-list li p:before{
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	width: 8px;
	height: 8px;
	margin-right: 20px;
	background-color: #FF0000;
	border-radius: 100%;
	vertical-align: middle;
}
.main-content > img.history{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 550px;
	height: 132px;
}
.right-content img{
	max-width: 300px;
	max-height: 600px;
	margin-left: 10px;
}
