
.row_whry1 img{display: block;}
.row_whry2{position: relative;overflow: hidden;padding: 80px 0 300px;min-height: 1500px;}
.row_whry2 .img{position: absolute;top: 0;right: 0;width: 42%;}
.row_whry2 .box_nf{width: 60%;}
.row_whry2 .box_nf li{margin-bottom: 30px;}
.row_whry2 .box_nf .tit{font-size: 30px;font-weight: bold;color: #f60}
.row_whry2 .box_nf .txt{margin-top: 6px;line-height: 30px;color: #666;}
.row_whry2 .box_nf .txt img{margin-right: 6px;}

@media only screen and (max-width: 768px){
    .row_whry2 {padding: 50px 0;min-height: initial;background-size: contain;background-position: bottom;}
    .row_whry2 .img{display: none}
    .row_whry2 .box_nf{width: 100%;}
    .row_whry2 .box_nf .tit {font-size: 22px;}
    .row_whry2 .box_nf .txt {line-height: 26px;}
}



/* 发展历程 begin */
.swiper_fzlc{margin-left: 16%;user-select: none;}
.swiper_fzlc .item{width: 800px;float: left;}
.swiper_fzlc .swiper-scrollbar{
    height: 1px;
    margin-top: 60px;
    padding-top: 33px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background: transparent;
    border-radius: 0;
    padding-bottom: 2px;
}
.swiper_fzlc .swiper-scrollbar-drag {background: #f60;height: 5px;}
.swiper_fzlc .swiper-scrollbar-drag p{
    position: absolute;
    top: -32px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #666;
    display: none
}
.swiper_fzlc .swiper-scrollbar-drag p span{
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #f60;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #f60;
    top: -2px;
    position: relative;
    margin-left: 10px;
}

.swiper_fzlc .swiper-scrollbar>p{
    position: absolute;
    top: -6px;
    width: 230px;
    font-size: 15px;
    color: #666;
}
.swiper_fzlc .swiper-scrollbar>p span{
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #f60;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #f60;
    top: -2px;
    position: relative;
    margin-left: 10px;
    text-align: center
}

.swiper_fzlc .swiper-container{height: 600px;padding-left: 12px;padding-right: 370px;cursor: pointer}
.swiper_fzlc .swiper-slide:last-child .box_fzlc:nth-child(2)::after{
    content: '';
    display: block;
    position: absolute;
    top: 45px;
    right: 0;
    width: 50%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);

}
.row_fzlc1 .box_fzlc{position: relative;display: block;color: #333;border-bottom: 1px solid rgba(0, 0, 0, 0.2);padding-left: 50px;}
.swiper_fzlc .box_fzlc:nth-child(2n){
    position: absolute;
    left: 50%;
    width: 100%;
    border: none;
    top: 228px;
    z-index: 2;
}
.box_fzlc .bor{position: absolute;width: 1px;height: 90%;background: #999;left: 12px;bottom: 24px;}
.box_fzlc .bor::after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #999;
    top: -3px;
    left: 50%;
    position: absolute;
    margin-left: -5px;
}
.box_fzlc .con{
    height: 228px;
}
.row_fzlc1 .box_fzlc:nth-child(2n) .bor{
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 34px;
    height: 249px;
}
.box_fzlc .con .img{
    float: left;
    width: 42%;
    padding-bottom: 28%;
    height: 0;
    overflow: hidden;
    margin-right: 5.5%;
}
.box_fzlc .con .text{
    overflow: auto;
    height: 17.5em;
    /* width: 52.5%; */
}
.box_fzlc .con .text .tit{
    font-size: 20px;
    margin-bottom: 6px;
}
.box_fzlc .con .text .txt{
    font-size: 14px;
    margin-bottom: 15px;
}
.box_fzlc .con .text .txt:last-child{
    margin-bottom: 0;
}
.box_fzlc .time{
    font-size: 30px;
    font-weight: bold;
    position: relative;
}
.box_fzlc .time img{
    position: absolute;
    left: -49px;
    bottom: 10px;
}

@media only screen and (max-width: 1600px){
    .swiper_fzlc {
        margin-left: 8%;
    }
    .swiper_fzlc .swiper-container {
        padding-right: 340px;
    }
}
@media only screen and (max-width: 1450px){
    .swiper_fzlc {
        margin-left: 4%;
    }
}
@media only screen and (max-width: 1300px){
    .swiper_fzlc {
        margin-left: 2%;
    }
    .box_fzlc .con .text .txt {
        font-size: 13px;
        margin-bottom: 12px;
    }
    .box_fzlc .con .text .tit {
        font-size: 18px;
    }
}
@media screen and (max-width:768px){
    .swiper_fzlc .swiper-container {
        padding-right: 0;
    }
    .fzlc_app{
        padding: 30px 15px 0;
    }
    .row_fzlc1 .box_fzlc{
        padding-left: 0;
        border-bottom: none;
        margin-bottom: 30px;
    }
    .box_fzlc .con .img {
        float: none;
        width: 100%;
        padding-bottom: 0;
        margin-right: 0;
        height: auto;
    }
    .box_fzlc .con .img img{
        width: 100%;
    }
    .box_fzlc .con .text {
        overflow: initial;
        height: auto;
        width: 100%;
        margin-top: 15px;
    }
    .box_fzlc .con {
        height: auto;
    }
    .box_fzlc .time {
        font-size: 18px;
        margin-bottom: 12px;
        padding-left: 36px;
    }
    .box_fzlc .time img {
        left: 0;
        bottom: 6px;
    }
    .box_fzlc .con .text .tit {
        font-size: 16px;
    }
    .box_fzlc .con .text .txt{
        color: #999;
    }
}


.swiper_fzlc .swiper-container.on {
    padding-right: 20px;
}
.swiper_fzlc .swiper-container.on .box_fzlc .con .img{
    padding-bottom: 22%;
}

/* 发展历程 end */