@charset "utf-8";

/* about-history */
.about-history {
	height: 701px;
	padding: 64px 106px 0;
	background: url(../images/bg_about_history.jpg) no-repeat center fixed;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.about-title {
	margin-bottom: 25px;
}

.about-title h3 {
	margin: 0 0 10px;
	font-size: 34px;
	font-weight: 400;
	color: #2c2c2c;
}

.about-title p {
	margin: 0;
	font-size: 36px;
	font-weight: 300;
	color: #ECECEC;
}

.title-white h3 {
	color: #d6d6d6;
}

.title-white p {
	color: rgba(222, 222, 222, .09);
}

.history_div{
	margin-left: auto; 
	margin-right: auto;
	/* height: 50px; */
	visibility: visible; 
	animation-delay: 0.4s; 
	animation-name: zoomIn;
}

.history_div ul li{
	float: left; 
	display: block;
}
.about-history-list {
	position: relative;
}


.about-history-list .slides li {
	position: relative;
	/* width: 300px; */
	height: 400px;
	max-height: 550px;
	/* padding-right: 100px; */
	/* margin-right: 50px; */
}

.about-history-list .slides li .item {
	/* left: -25px;
	right: -25px; */
	position: absolute;
	min-height: 152px;
	padding: 20px 0 0 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	width: 300px;
}




.about-history-list .slides li .item h3 {

	height: 34px;
	line-height: 34px;
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}



.about-history-list .slides li .item .desc {
	line-height: 20px;
	padding: 0px 10px;
	font-size: 14px;
	border-left: #007BFF 5px solid;
	margin-top: 10px;
	height: 150px;
}

.about-history-list .slides li .item .desc .month {
		font-size: 26px;
		font-weight: 600;
}
.about-history-list .slides li .item .desc .year {
		font-size: 20px;
		font-weight: 600;
}

.about-history-list .slides li .item .desc p {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: left;
	padding-top:6px;
}

.about-history-list .flex-direction-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	/* opacity: 0; */
}

.about-history-list .flex-direction-nav a {
	position: absolute;
	/* width: 48px;
	height: 160px; */
	/* line-height: 160px; */
	/* overflow: hidden; */
	margin-top: -20px;
	font-size: 30px;
	font-weight: bolder;
	font-family: simsun;
	/* text-align: center; */
}

.about-history-list .flex-direction-nav a.flex-prev {
	left: -28px;
}

.about-history-list .flex-direction-nav a.flex-next {
	right: 0px;
}

.about-history-swiper {
	width: 100%;
}

.about-history-swiper .swiper-slide .item {
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
}

.about-history-swiper .swiper-slide .item h3 {
	margin: 0;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 20px;
	text-align: center;
	color: #999999;
	background-color: #e2e2e2;
}

.about-history-swiper .swiper-slide .item .desc {
	line-height: 20px;
	padding: 10px;
	font-size: 14px;
	/* font-weight: 800px; */
	/* font-weight: bolder; */
}

.about-history-swiper .swiper-slide .item .desc p {
	margin: 0;
}

.about-history-swiper .about-history-pagination {
	position: static;
	margin-top: 10px;
}

.about-history-swiper .about-history-pagination .swiper-pagination-bullet {
	background: #fff;
}

.about-history-swiper .about-history-pagination .swiper-pagination-bullet-active {
	background: #C91523;
}

a {
	color: #414141;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

a:hover {
	text-decoration: none;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.pull-none {
	float: none;
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
	font-size: 0;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}



img {
	max-width: 100%;
}

img.full {
	display: block;
	width: 100%;
}

.list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.hidden {
	display: none;
}

.col-1 {
	float: left;
	width: 8.33333333%;
}

.col-2 {
	float: left;
	width: 16.66666667%;
}

.col-3 {
	float: left;
	width: 25%;
}

.col-4 {
	float: left;
	width: 33.33333333%;
}

.col-5 {
	float: left;
	width: 41.66666667%;
}

.col-6 {
	float: left;
	width: 50%;
}

.col-7 {
	float: left;
	width: 58.33333333%;
}

.col-8 {
	float: left;
	width: 66.66666667%;
}

.col-9 {
	float: left;
	width: 75%;
}

.col-10 {
	float: left;
	width: 83.33333333%;
}

.col-11 {
	float: left;
	width: 91.66666667%;
}

.col-12 {
	float: left;
	width: 100%;
}

.col-13 {
	float: left;
	width: 20%;
}

.col-offset-3 {
	margin-left: 25%;
}

.tb {
	display: table;
	width: 100%;
	height: 100%;
}

.tbr {
	display: table-row;
}

.tbc {
	display: table-cell;
	vertical-align: middle;
}

@media(max-width:1400px) {
	.history_div{
		margin-left: auto;
		margin-right: auto;
		/* height: 50px; */
		visibility: visible; 
		animation-delay: 0.4s; 
		animation-name: zoomIn;
	}
}