@charset "utf-8";

/* about-history */

.about-history {
	padding-top: 30px;
	/*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);
}

.about-history-list {
	position: relative;
}

.about-history-list .flex-viewport {
	padding: 0 31px;
}

.about-history-list .flex-viewport:before {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	border-top: 1px solid #C7C7C7;
	content: '';
}

.about-history-list .slides li {
	position: relative;
	width: 225px !important;
	height: 470px;
	margin-right: 31px;
}





.about-history-list .slides li .item {
	
	position: absolute;
	right: -32px;
	bottom: 42px;
	left: -32px;
	min-height: 152px;
	padding: 44px 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;
}

.about-history-list .slides li .item:before {
	position: absolute;
	top: -49px;
	left: 50%;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin-left: -10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: rgba(45, 168, 145, .6);
	content: '';
}

.about-history-list .slides li .item:after {
	position: absolute;
	top: -45px;
	left: 50%;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin-left: -6px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #2da891;
	content: '';
}

.about-history-list .slides li .item .desc:after{
	position: absolute;
	bottom: 0px;
    left: 0%;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin-left: -6px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #2da891;
	content: '';
}

.about-history-list .slides li .item .desc:before{    position: absolute;
   bottom: -4px;
    left: 0%;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-left: -10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(45, 168, 145, .6);
    content: '';}



.about-history-list .slides li:nth-child(even) .item {
	top: 0;
	bottom: auto;
	padding: 0 0 44px;
}

.about-history-list .slides li:nth-child(even) .item:before {
	top: auto;
	bottom: -49px;
}

.about-history-list .slides li:nth-child(even) .item:after {
	top: auto;
	bottom: -45px;
}



.about-history-list .slides li .item h3 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 44px;
	line-height: 44px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: 3f3f3f;
	text-align: center;
	
	-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 h3:before {
	
}

.about-history-list .slides li:nth-child(even) .item h3 {
	top: auto;
	bottom: 0;
}

.about-history-list .slides li:nth-child(even) .item h3:before {
	top: 100%;
	bottom: auto;
	border-width: 18px 9px 0;
	border-color: #E2E2E2 transparent transparent;
}

.about-history-list .slides li .item .desc {
	position: absolute;
    bottom: -10px;
    left: 144px;
    line-height: 24px;
    padding: 22px 26px 0;
    font-size: 14px;
    color: #6b6b6b;
    border-left: 1px solid #d3d3d2;
    width: 507px;
    min-height: 190px;
    z-index: 999;
}



.about-history-list .slides li .item .desc p {
	margin: 0;
}

.about-history-list .flex-direction-nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

.about-history-list .flex-direction-nav a {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 160px;
	line-height: 160px;
	overflow: hidden;
	margin-top: -80px;
	font-size: 50px;
	font-family: simsun;
	color: #77c1b3;
	text-align: center;
	z-index: 9999;
}

.about-history-list .flex-direction-nav a.flex-prev {
	left: -48px;
	
}

.about-history-list .flex-direction-nav a.flex-next {
	right: -48px; 
}

.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;
	color: #929292;
}

.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;
}




.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;
}

.container {
	width: 980px;
	margin: 0 auto;
}



.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;
}

.about-history-list .slides li:nth-child(2n+2) .item h3{
	top: 193px;
	
}

.about-history-list .slides li .item h3{
	
	top: -86px;
	
}
.about-history-list .slides li:nth-child(2n+2) .item .desc{
	bottom: -29px;
	
}

.about-history-list .slides li:nth-child(2n+2) .item .desc:before{    position: absolute;
   bottom: auto;
   top: -4px;
    
    }
    
.about-history-list .slides li:nth-child(2n+2) .item .desc:after{
	bottom: auto;
	
	top: 0px;
    
}
.slides li{width: 253px; float: left; display: block;}
.slides{width: 2600%; transition-duration: 0s; transform: translate3d(0px, 0px, 0px);}
.about-history-list .slides li:nth-child(2n+2) .item{top: 44px;}
.flex-viewport{overflow: hidden; position: relative;}
.about-history-list{visibility: visible; animation-delay: 0.4s; animation-name: zoomIn;}
.flex-direction-nav a{ border: 0px !important;}
.flex-direction-nav a:hover{ border: 0px !important;}
.desc p:first-child{ color: #2da891; font-size: 20px; padding-left: 0px;font-weight: lighter;}
.desc p{ position: relative;padding-left: 10px; }
.desc p:before{position: absolute;
    top: 13px;
    left: 0%;
    width: 5px;
    height: 5px;
    overflow: hidden;
    margin-left: -6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #2da891;
    content: '';}
.desc p:first-child:before{
	width: 0px;
    height: 0px;
}
.about-history-list .slides li .item .desc p{ margin-left: 10px; line-height: 22px;}
.about-history-list .slides li .item .desc p:first-child{ margin-left: 0px; padding-bottom: 10px;}
.desc div{ width: 100%; height: 170px; overflow:auto;}

