@charset "utf-8";

html,body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}/* about-history */
.about-history {
    padding: 0px 30px;
}

.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: 20px 0px;
}
.about-history-list:before {
    position: absolute;
    top: 53.6%;
    right: 0;
    left: 0;
    border-top: 1px solid #183253;
    content: '';
}
.about-history-list:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 26px;
    background: url(../images/line.png);
    top: 52.3%;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
}
.about-history-list .slides li {
	position: relative;
	width: 16.6%;
	height: 470px;
	float: left;
}

.about-history-list .slides li .item {
    position: relative;
    right: 0;
    bottom: -278px;
    left: 0;
    min-height: 160px;
    width: 100%;
    padding: 25px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(153,153,153,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.about-history-list .slides li .item:before {
    position: absolute;
    top: -56px;
    left: -3px;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 50px;
    overflow: hidden;
    content: '';
   /* opacity: 0.4;*/
    margin: 0 auto;
    border-right: 1px solid #183253;
}
.about-history-list .slides li .item:after{
    position: absolute;
    top: -62px;
    left: -3px;
    right: 0;
    margin: 0 auto;
    width: 8px;
    height: 8px;
    overflow: hidden;
    -moz-border-radius: 100%;
    border-radius:100%;
    background: #eb6828;
    content: '';
    margin: 0 auto;
/*    opacity: 0.6;*/
}
.about-history-list .slides li .item:hover:before{
	background: #183253;
	transition: all .7s ease-in-out;
}
.about-history-list .slides li:nth-child(even) .item {
	top: 10px;
	bottom: auto;
	left: 2px;
	box-shadow: 0px 0px 2px rgba(153,153,153,0.1);
	transition: all .3s ease-in-out;
}

.about-history-list .slides li:nth-child(even) .item:before {
    top: auto;
    bottom: -49px;
    left: -3px;
}
.about-history-list .slides li:nth-child(2n) .item::after {
    top: auto;
    bottom: -57px;
    left: -2px;
}
.about-history-list .slides li .item:hover {
	background: #183253;
	transition: all .3s ease-in-out;
	transform:translateY(-15px);
}
.about-history-list .slides li:nth-child(even) .item:hover{
	transition: all .3s ease-in-out;
	transform:translateY(15px);
}
/*.about-history-list .slides li .item:hover h3 {
	color: #232323;
	background-color: #fff;
}
*/
.flex-nav-prev {
    z-index: 99;
}
.flex-nav-next {
    z-index: 99;
}
.about-history-list .slides li .item h3:before {
    position: absolute;
    bottom: 99%;
    left: 50%;
    margin-left: -9px;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #fff;
    content: '';
    transition: all .3s ease-in-out;

}
.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: 99%;
    bottom: auto;
    border-width: 8px 8px 0;
    border-color: #fff transparent transparent;
    transition: all .3s ease-in-out;
}
.about-history-list .slides li .item:hover h3:before{
	border-color: transparent transparent #183253;
    transition: all .3s ease-in-out;
}
.about-history-list .slides li:nth-child(even) .item:hover h3:before{
	border-color: #183253 transparent transparent;

}
.about-history-list .slides li .item .desc {
	line-height: 22px;
	padding: 0px 25px;
	font-size: 13px;
	color: #404040;
    height: 140px;
    overflow: hidden;
    overflow-y: auto;
}
.desc_pic {
    text-align: right;
    padding-top: 30px;
    overflow:hidden;
}
.desc_pic img {
    width: 100px;
    opacity: 0;
}
.about-history-list .slides li .item:hover .desc {
	color: #ffffff;
}
.about-history-list .slides li .item:hover .desc_pic img{
	opacity: 1;
}
.about-history-list .slides li .item .desc p {
    margin: 0;
    height: 130px;
    overflow-y: auto;
    text-align: justify;
}

.about-history-list .flex-direction-nav {
	padding: 0;
	margin: 0;
	list-style: none;
}
.desc h3 {
    font-size: 16px;
    padding-bottom: 10px;
}
.about-history-list .flex-direction-nav a {
    position: absolute;
    top: 49.7%;
    width: 48px;
    height: 160px;
    line-height: 160px;
    overflow: hidden;
    margin-top: -60px;
    font-size: 37px;
    font-family: simsun;
    color: #183253;
    text-align: center;
    z-index: 99;
}

.about-history-list .flex-direction-nav a.flex-prev {
	left: -20px;
}

.about-history-list .flex-direction-nav a.flex-next {
	right: -20px;
}

.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;
}

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;
}

.history .container {
	width: 1200px;
	margin: 0 auto;
}

img {
	max-width: 100%;
}

img.full {
	display: block;
	width: 100%;
}

.list {
	padding: 0;
	margin: 0;
	list-style: none;
    display: flex;
}

.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;
}
.nub h4 {
    position: absolute;
    top: -94px;
    text-align: center;
    font-size: 16px;
    color: #050505;
    left: 0;
    right: 0;
    font-weight:700;
}
.nub span {
    position: absolute;
    top: -78px;
    text-align: center;
    left: -3px;
    right: 0;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    background: #eb6828;
    border-radius: 100%;
    font-size: 15px;
    color: #fff;
    z-index: 99;
    line-height: 28px;
    text-align: center;
    display: none;
    transition: all .3s ease-in-out;
}
.about-history-list .slides li .item:hover .nub h4 {
    transition: all .3s ease-in-out;
    transform:translateY(-15px);
}
.about-history-list .slides li .item:hover .nub span{
	display: block;
	transition: all .3s ease-in-out;
}
/*.slides.clearfix.list{
	display: flex;
}*/
.about-history-list .slides li:nth-child(even) .item .nub h4{
	position: absolute;
    bottom: -85px;
    text-align: center;
    font-size: 16px;
    color: #050505;
    left: 0;
    right: 0;
    top: inherit;
    transition: all .6s ease-in-out;
}
.about-history-list .slides li:nth-child(even) .item .nub span {
    position: absolute;
    top: inherit;
    bottom: -75px;
    text-align: center;
    left: -3px;
    right: 0;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    background: #eb6828;
    border-radius: 100%;
    font-size: 15px;
    color: #fff;
    z-index: 99;
    line-height: 28px;
    text-align: center;
    display: none;
    transition: all .3s ease-in-out;
}
.about-history-list .slides li .item:hover .nub h4{
    color: #eb6828;
}
.about-history-list .slides li:nth-child(even) .item:hover .nub h4{
	transition: all .6s ease-in-out;
	transform:translateY(20px);

}
.about-history-list .slides li:nth-child(even) .item:hover .nub span{
   display: block;
   transition: all .3s ease-in-out;
}
.about-history-list .slides li .item:hover:before{
	transition: all .3s ease-in-out;
	border-right: 1px solid #183253;
}
.about-history-list .slides li:nth-child(even) .item:hover:before{
	border-right: 1px solid #183253;
	transition: all .3s ease-in-out;


}

