@charset "utf-8";

/*公司概况开始*/

.history {
	padding: 40px 0;
}

.history .hisy-title {
	font-family: 'MicrosoftYaHei', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	padding-bottom: 20px;
	text-align: center;
}

.history .hisy-text {
	width: 738px;
	margin-left: 231px;
	font-family: 'MicrosoftYaHei', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1.6px;
	color: #666666;
	padding-bottom: 30px;
	text-align: center;
}
@media (max-width: 1200px) {
	.history .hisy-text{
		width:100%;
		margin-left:0;
		text-align: center;
	}
}

/*时间轴开始*/

.label {
	padding: 31px 11px!important;
	border-radius: 100%!important;
	background-color: #d5504f!important;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 100px;
	color: #fff;
}

.timeline:before {
	border-right-color: #d1d1d1;
}

.timeline .timeline-item>.timeline-point.timeline-point-blank {
	color: #929abf!important;
	background: #929abf!important;
}

.timeline .timeline-item>.timeline-point.timeline-point-success {
	color: #929abf;
	background: #fff;
}

.timeline-heading {
	background-image: linear-gradient(0deg, #f3f1f1 0%, #f9f9f9 100%);
	font-family: "MicrosoftYaHei", "Heiti SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #929abf;
}

.timeline-body {
	font-family: "MicrosoftYaHei", "Heiti SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	/*				padding: 20px 15px!important;*/
}

.timeline .timeline-item>.timeline-event {
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	border: solid 1px rgba(0, 0, 0, 0.08);
}

.timeline .timeline-item>.timeline-event:before {
	top: 10px;
	right: -15px;
	border-top: 15px solid transparent;
	border-left-width: 15px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 15px solid transparent;
	z-index: 9;
	background: linear-gradient(0deg, #f7f6f6 0%, #f9f9f9 100%);
}

.timeline .timeline-item>.timeline-event:before {
	border-left-color: #f7f6f6;
	border-right-color: #f7f6f6;
}

.timeline .timeline-item>.timeline-event .timeline-heading h4 {
	font-weight: 400;
	font-family: "MicrosoftYaHei", "Heiti SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 4px;
	letter-spacing: 0px;
	color: #929abf;
}

.timeline .timeline-item>.timeline-event {
	border: 1px solid #f2f2f2!important;
}
.timeline .timeline-item > .timeline-event:before{
	border-left-color: #f2f2f2!important;
    border-right-color: #f2f2f2!important;
}
.timeline .timeline-label:last-child {
	margin-bottom: -17px !important;
}

.timeline .timeline-item>.timeline-event .timeline-heading,
.timeline .timeline-item>.timeline-event .timeline-body,
.timeline .timeline-item>.timeline-event .timeline-footer {
	padding: 15px 15px !important;
}

.timeline .timeline-label{
	top: 10px!important;
}
/*时间轴结束*/


/*公司概况结束*/