@charset "utf-8";

/* CSS Document */
.bold {
	font-weight: bold !important;
}

.awesome-weather-wrap {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
}

#breakpoint-helper {
	display: none !important;
}

.event_list {
	position: relative;
	padding: 0;
	margin: 0 15%;
	margin-top: 2em;
}

.event_list p {
	margin-bottom: 0;
}

.event_list li {
	position: relative;
	margin-bottom: 0;
	list-style: none;
	zoom: 1;
}

.event_list li:before {
	position: absolute;
	top: 23px;
	left: 77px;
	content: " ";
	width: 1px;
	height: 100%;
	background: #cc0100;
}

.event_list li.hidden {
	opacity: 0;
}

.event_list li.visible {
	animation: mymove 1s infinite;
	animation-iteration-count: 1;
}

@keyframes mymove {
	from {
		opacity: 0;
		top: 30px;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

@-webkit-keyframes mymove {
	from {
		opacity: 0;
		top: 30px;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

.event_list li span.years,
.event_list li p {
	float: left;
	padding: .5em 0;
}

.event_list li span.years {
	position: relative;
	top: 3px;
	color: #cc0100;
	font-weight: bold;
	font-size: 1em;
	font-family: "微软雅黑";
}

.event_list li p {
	position: relative;
	width: 85%;
	display: inline-block;
	padding-left: 30px;
	margin-left: 30px;
}

.event_list li p::after {
	position: absolute;
	top: 8px;
	left: -6px;
	content: '·';
	font-size: 1.6em;
	color: #cc0100;
	font-weight: bold
}

.event_list li:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

p {
	line-height: 2em;
}

.content p,
#event-description p {
	text-indent: 2em;
}

.map-container {
	position: relative;
}

.map-container .map-text {
	position: relative;
	width: 100%;
	margin-top: 4em;
	z-index: 1;
}

.map-container figure {
	position: relative;
	top: -50px;
	width: 80%;
	margin: 0 auto;
	z-index: 0;
}

.map-text {
	text-align: center;
	color: #626262;
}

.map-text p {
	font-weight: 500;
}

.map-text p span {
	font-weight: bold;
	font-size: 1.6em;
}

/* 社会责任 */
.responsibility .words .sign {
	padding-top: 2em;
	text-align: right;
}

.responsibility .text h3 {
	font-weight: bold;
	color: #000;
}

.responsibility .text p {
	text-align: center;
}

.responsibility .slogan {
	position: relative;
	max-width: 858px;
	margin: 0 auto;
	padding: 100px 0;
}

.responsibility .slogan .icon {
	position: absolute;
	font-size: 12em;
}

.responsibility .slogan .icon.up {
	top: 0;
	left: 0;
}

.responsibility .slogan .icon.down {
	bottom: 0;
	right: 0;
}

/*企业文化*/
.company-slogan {
	margin: auto;
}

.company-slogan p span {
	font-size: 24px;
	font-weight: 500;
}

.company-slogan .keys {
	display: inline-block;
	width: 155px;
	margin-right: 25px;
	text-align-last: justify;
}

.company-slogan .value {
	position: relative;
	padding-left: 60px;
	font-size: 20px;
	font-weight: 500;
	color: #626262;
}

.company-slogan .value::before {
	position: absolute;
	top: 11px;
	left: 0;
	width: 35px;
	height: 1px;
	display: block;
	content: " ";
	background: #626262;
}

@media only screen and (max-width:1023px) {
	.top-icon {
		text-align: center;
		margin: 0 !important;
		width: 100% !important;
	}

	.top-icon a {
		color: #4d4d4d;
		text-decoration: none;
		font-size: .9em;
		display: inline-block;
	}
}

@media only screen and (max-width:767px) {

	.grid-container.top-icon,
	.event_list li p::after,
	.event_list li:before {
		display: none;
	}

	.aboutus .mixture {
		margin-bottom: 0;
	}

	.company-slogan {
		padding-top: 40px;
	}

	.company-slogan .keys {
		width: 102px;
	}

	.company-slogan .keys,
	.company-slogan .value {
		font-size: 16px;
	}
}

@media only screen and (min-width:1500px) {
	.event_list li p::after {
		top: 6px;
		left: -9px;
	}
}

@media only screen and (min-width:1920px) {

	.aboutus .aboutus-box1,
	.aboutus .aboutus-box2 {
		padding-left: 20%;
		padding-right: 20%;
	}
}
