.about-container{
    padding-top: 80px;
    letter-spacing: 1px;
    background: #fff;
}
.about-banner{
    height: 500px;
    background:url(../img/about/banner-bg.png) center center no-repeat;
    background-size: auto 100%;
    font-size: 0;
}
.about-1-wrapper{
    height: 325px;
    background:#fff;
}
.about-1{
    margin:0 auto;
    width: 1200px;
    height: 100%;
    background:url(../img/about/3.png) center center no-repeat;
    background-size: 100% 100%;
    font-size: 0;
}
.about-2-wrapper{
    height: 418px;
    background:url(../img/about/1.png) center center no-repeat;
    background-size: auto 100%;
    font-size:0
}
.about-3-wrapper{
    height:320px;
    margin-top: 62px;
}
.about-3{
    width: 1200px;
    margin:0 auto;
    height: 320px;
    background:url(../img/about/2.png) center center no-repeat;
    background-size: auto 100%;
    font-size:0;
}
.about-4-wrapper{
    margin-top: 61px;
}
.about-4{
    margin:0 auto;
    width: 1200px;
    height: 656px;
    position:relative;
    font-size:0;
    box-shadow: 0 2px 16px rgb(42 42 42 / 30%);
}

.about-4 .swiper-button-prev,.about-4 .swiper-button-next{
    width: 56px;
	height: 56px;
    position:absolute;
    z-index: 2;
    left: 1047px;
    top: 448px;
    margin-top:0 ;
}
.about-4 .swiper-button-prev {
	background:url(../img/about/left-btn.png) center center no-repeat;
	background-size: 100%;
}
.about-4 .swiper-button-next {
    left: 1111px;
    top: 444px;
	background:url(../img/about/right-btn.png) center center no-repeat;
	background-size: 100%;
}
.about-4 .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mySwiper{
    width: 376px;
    position: absolute;
    bottom: 24px;
    right: 35px;
    z-index: 1000;
}
.mySwiper .swiper-slide{
    width: 112px;
    height: 112px;
    opacity: 0.5;
}
.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.mySwiper .swiper-slide img{
    display: block;
    /* width: 100%; */
    width: 112px;
    height: 112px;
}

.about-5-wrapper{
    margin-top: 67px;
    font-size:0;
    position: relative;
    min-width: 1200px;
    background: url("../img/about/about5-bg.png") no-repeat center;
}

.about-6-wrapper{
    margin-top: 59px;
    font-size:0;
}
.about-6{
    width: 1200px;
    margin:0 auto;
    display:flex;
    flex-wrap: wrap;
}
.about-6 > div{
    width: 588px;
    height: 280px;
    margin-bottom: 20px;
    margin-right: 24px;
    transition: background 0.25s linear;
    box-shadow: 0 2px 16px rgba(42,42,42, 0.3)
}
.about-6 > div:nth-child(2n) {
    margin-right:0;
}
.about-6 > div:nth-child(1) {
    background:url(../img/about/addr-1.png) center center no-repeat;
    background-size: 588px 280px;
}
.about-6 > div:nth-child(2) {
    background:url(../img/about/addr-2.png) center center no-repeat;
    background-size: 588px 280px;
}
.about-6 > div:nth-child(3) {
    background:url(../img/about/addr-3.png) center center no-repeat;
    background-size: 588px 280px;
}
.about-6 > div:nth-child(4) {
    background:url(../img/about/addr-4.png) center center no-repeat;
    background-size: 588px 280px;
}
.about-6 > div:nth-child(5) {
    background:url(../img/about/addr-5.png) center center no-repeat;
    background-size: 588px 280px;
}
.about-6 > div:nth-child(6) {
    background:url(../img/about/addr-6.png) center center no-repeat;
    background-size: 588px 280px;
}
.about-6 > div:nth-child(7) {
    background:url(../img/about/addr-7.png) center center no-repeat;
    background-size: 588px 280px;
}
.about-6 > div:nth-child(8) {
    background:url(../img/about/addr-8.png) center center no-repeat;
    background-size: 588px 280px;
}
.about-6 > div:nth-child(1):hover {
    background:url(../img/about/addr-1-hover.png) center center no-repeat;
    background-size: 588px 280px;
}
.about-6 > div:nth-child(2):hover {
    background:url(../img/about/addr-2-hover.png) center center no-repeat;
    background-size: 588px 280px;
}
.about-6 > div:nth-child(3):hover {
    background:url(../img/about/addr-3-hover.png) center center no-repeat;
    background-size: 588px 280px;
}
.about-6 > div:nth-child(4):hover {
    background:url(../img/about/addr-4-hover.png) center center no-repeat;
    background-size: 588px 280px;
}
.about-6 > div:nth-child(5):hover {
    background:url(../img/about/addr-5-hover.png) center center no-repeat;
    background-size: 588px 280px;
}
.about-6 > div:nth-child(6):hover {
    background:url(../img/about/addr-6-hover.png) center center no-repeat;
    background-size: 588px 280px;
}
.about-6 > div:nth-child(7):hover {
    background:url(../img/about/addr-7-hover.png) center center no-repeat;
    background-size: 588px 280px;
}
.about-6 > div:nth-child(8):hover {
    background:url(../img/about/addr-8.png) center center no-repeat;
    background-size: 588px 280px;
}
.about-6-wrapper h3{
    text-align:center;
    font-size: 30px;
    color:#333;
    font-weight:bold;
    margin-bottom: 59px;
}
.about-7-wrapper{
    height: 308px;
    background:url(../img/about/0.png) center center no-repeat;
    background-size:auto 100%;
    margin-top: 86px;
    font-size:0;
}





.about-5-wrapper .fclz-title{
    padding-top: 58px;
    color: #fff;
}
.about-5-wrapper .fclz-title .title-en{
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 79px;
}
.about-5-wrapper .fclz-title .title-zn{
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 40px;
    letter-spacing: 1px;
}
#timeline {
	width: 1100px;
	height: 750px;
	/* overflow: hidden; */
	margin: 0 auto;
	position: relative;
	background: url('../img/about/fzlc-line.png') left 637px repeat-x;
    background-size: 3px 3px;
}
#timeline #timeline-content {
	width: 1200px;
	height: 750px;
	overflow: hidden;
    margin-left: -39px;
}

#dates {
	width: 1200px;
	height: 60px;
	overflow: hidden;
    margin-left: 110px!important;
}

#dates li {
	list-style: none;
	float: left;
	width: 107px;
	height: 50px;
	text-align: left;
	/* background: url('../img/about/biggerdot.png') center top no-repeat; */
    background-size: 21px 21px;
    position: relative;
}
#dates li::after{
    display: block;
    content: '';
    width: 21px;
    height: 21px;
    background-color: #bbb;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
}
#dates li:has(.selected)::after {
    background-color: #fff;
}
#dates a {
    font-size: 16px;
    color: #FFFFFF;
	line-height: 38px;
    display: block;
    line-height: 80px;
    text-align: center;
    position: relative;
    z-index: 100;
}

/* #dates .selected {
	font-size: 38px;
} */

#issues {
	width: 1200px;
	height: 450px;
	overflow: hidden;
}

#issues li {
	width: 1200px;
	height: 420px;
	list-style: none;
	float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#issues li .img-border{
    width: 652px;
    height: 382px;
    background: #8AB2E5;
    border-radius: 8px;
}
#issues li .img-border img{
    display: block;
    width: 623px;
    height: 353px;
    margin:15px auto;
}

#issues li h1 {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
    margin-bottom: 20px;
}

#issues li p {
	font-size: 17px;
    color: #FFFFFF;
    line-height: 38px;
}

#grad_left,
#grad_right {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0;
}

#grad_left {
	left: 0;
	background: url('../images/grad_left.png') repeat-y;
}

#grad_right {
	right: 0;
	background: url('../images/grad_right.png') repeat-y;
}

#next,
#prev {
	position: absolute;
	font-size: 70px;
	top: 630px;
	width: 43px;
	height: 17px;
	/* background-position:center; */
	background-repeat: no-repeat;
    background-size: cover;
	text-indent: -9999px;
	overflow: hidden;
    display: block!important;
}

#next {
	right: -43px;
	background-image: url('../img/about/arrow.svg');
    transform: rotate(180deg);
}

#prev {
	left: -43px;
	background-image: url('../img/about/arrow.svg');
}

#next.disabled,
#prev.disabled {
	opacity: 0.2;
}