.history {
    position: relative;
    padding:3% 0 5% 0;
    background-image: linear-gradient(to bottom,rgba(246,246,246,1) 50%,rgba(246,246,246,.6) 100%);
}
.history::after {
    opacity: 0.3;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: url(../images/huadong.svg) no-repeat right center/30px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
/*板块标题*/
.history .block-title {}
.history .block-title h5 {

}
.history .block-title h6 {
}
/*板块标题 end*/
.history .history-item {}
.history .history-item .Topyear {
    padding:4% 0 2% 0;
}
.history .history-item .Topyear ul {}
.history .history-item .Topyear ul li {
    background:#fff;
    overflow:hidden;
}
.history .history-item .Topyear ul li .word {
    float:left;
    width:50%;
    padding:5%;
}
.history .history-item .Topyear ul li .word .tit {
    position:relative;
    padding:50px 0;
    border-bottom:2px solid #f5f5f5;
}
.history .history-item .Topyear ul li .word .tit::after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 20%;
    height: 3px;
    background:#004386;
}
.history .history-item .Topyear ul li .word .tit h4 {
    position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: 0;
    font-size:200px;
    color:#f5f5f5;
    font-family: "Montserrat-Bold";
}
.history .history-item .Topyear ul li .word .tit h3 {
    display: inline-block;
    font-size: 36px;
    color: #014588;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position:relative;
    z-index: 1;
}
.history .history-item .Topyear ul li .word .content {
    margin:30px 0;
}
.history .history-item .Topyear ul li .word .content p {
    position:relative;
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #3a3a3a;
    line-height: 1.8;
    opacity: 0.8;
}
.history .history-item .Topyear ul li .word .content p::before {
    content: "";
    width: 4px;
    height: 4px;
    background:#037ab9;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.history .history-item .Topyear ul li .photo {
    float:left;
    width:50%;
}
.history .history-item .Topyear ul li .photo img {
    width:100%;
}

.Bottomyear {
    position:relative;
}
.Bottomyear ul {}
.Bottomyear ul li {
    text-align: center;
    cursor:pointer;
}
.Bottomyear ul li h3 {
    position:relative;
    display:inline-block;
    font-size: 20px;
    color:#3a3a3a;
    font-family: "Montserrat-Bold";
}
.Bottomyear ul li p {
    margin:20px auto;
    width:15px;
    height:15px;
    border-radius: 50%;
    background:#f8f8f8;
    border:1px solid #d3d3d3;
}
.Bottomyear ul li h4 {
    font-size: 18px;
    color: #3a3a3a;
    font-weight: bold;
}

.Bottomyear ul li.swiper-slide-thumb-active h3 {
    color:#037ab9;
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Bottomyear ul li.swiper-slide-thumb-active p {
    background:#004386;
    border:1px solid #004386;
    box-shadow: 0 10px 6px 0 rgb(0 67 134 / 10%);
}
.Bottomyear ul li.swiper-slide-thumb-active h4 {
    color: #004386 ;
}
.Bottomyear::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    left: 0;
    top: 50%;
}


.Bottomyear a{ 
    display:block;
    position:absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    font-size: 30px;
    color:#037ab9;
    font-family: '宋体';
    text-align: center;
}
.Bottomyear a.prev {
    left:0%;
}
.Bottomyear a.next {
    right:0%;
}
@media screen and (max-width:1024px){
.history {
    padding:8% 0;
    background: linear-gradient(#f4fafb,#ecf8fa);
}
/*板块标题*/
.history .block-title {}
.history .block-title h5 {
}
.history .block-title h6 {
}
/*板块标题 end*/
.history .history-item {}
.history .history-item .Topyear {
    padding:4% 0 2% 0;
}
.history .history-item .Topyear ul {}
.history .history-item .Topyear ul li {
    background:#fff;
    overflow:hidden;
}
.history .history-item .Topyear ul li .word {
    width:100%;
    padding:5%;
}
.history .history-item .Topyear ul li .word .tit {
    position:relative;
    padding:50px 0;
    border-bottom:2px solid #f5f5f5;
}
.history .history-item .Topyear ul li .word .tit::after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 20%;
    height: 3px;
    background:#037ab9;
}
.history .history-item .Topyear ul li .word .tit h4 {
    position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: 0;
    font-size:100px;
    color:#f5f5f5;
    font-family: "Montserrat-Bold";
}
.history .history-item .Topyear ul li .word .tit h3 {
    display: inline-block;
    font-size: 24px;
    color: #014588;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#037ab9 0,#004386 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position:relative;
    z-index: 1;
}
.history .history-item .Topyear ul li .word .content {
    margin:30px 0;
}
.history .history-item .Topyear ul li .word .content p {
    position:relative;
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #3a3a3a;
    line-height: 1.8;
    opacity: 0.8;
}
.history .history-item .Topyear ul li .word .content p::before {
    content: "";
    width: 4px;
    height: 4px;
    background:#037ab9;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.history .history-item .Topyear ul li .photo {
    width:100%;
    padding: 0 10% 5% 10%;
}
.history .history-item .Topyear ul li .photo img {
    width:100%;
}

.Bottomyear {
    position:relative;
}
.Bottomyear ul {}
.Bottomyear ul li {
    text-align: center;
    cursor:pointer;
}
.Bottomyear ul li h3 {
    position:relative;
    display:inline-block;
    font-size:16px;
    color:#3a3a3a;
    font-family: "Montserrat-Bold";
}
.Bottomyear ul li p {
    margin:20px auto;
    width:10px;
    height:10px;
}

.Bottomyear ul li.swiper-slide-thumb-active h3 {
    color:#037ab9;
    background-image: linear-gradient(to right,#037ab9 0,#004386 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Bottomyear ul li.swiper-slide-thumb-active p {
    background:#037ab9;
    border:1px solid #037ab9;
}
.Bottomyear::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    left: 0;
    top: 102%;
    margin-top: -29px;
}


.Bottomyear a{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    font-size: 30px;
    color:#037ab9;
    font-family: '宋体';
    text-align: center;
}
.Bottomyear a.prev {
    left:0%;
}
.Bottomyear a.next {
    right:0%;
}   
}
/*发展历程 end*/