header:after{
    background: #014F99!important;
    top: 0!important;
}
.section2{
    width: 60%;
    margin:80px auto;
    height: auto;
}
.sec2-top{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.sec2-top span{
    text-align: center;
    display: block;
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    margin-top: 100px;
}
.sec2-top p{
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    line-height: 32px;
    text-align: center;
    margin-top: 20px;
    position: relative;
}
.sec2-top a{
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    color: #666666;
    transition: 0.6s;
}
.sec2-top a i{
    margin-left: 21px;
}
.sec2-top a:hover{
    color: #014F99;
}
.section2 .sec2-ba{
    width: 100%;
    height: auto;
    padding-top: 40px;
    border-top: 1px solid #666666;
    margin-top: 57px;

}
.section2 .sec2-ba p{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin-bottom: 32px;
}

.section2 .sec2-ba .fujian{
    display: flex;
}
.section2 .sec2-ba .fujian span{
   font-size: 16px;

}
.section2 .sec2-ba .fujian a{
    display: flex;
    flex-direction: column;
     font-size: 16px;
    margin-bottom: 16px;
}
.section2 .sec2-ba p img{
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}
.section2 .page{
    width: 100%;
    display: flex;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 160px;
    justify-content: space-around;
    align-items: center;
}
.section2 .page .left,.section2 .page .right{
    width: 440px;
    height: auto;
    transition: 0.6s;
    display: block;
}
.section2 .page .left p,.section2 .page .right p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 34px;
}
.section2 .after{
    width: 440px;
    height: 4px;
    background: #E6E6E6;
    position: relative;
}
.section2 .after .befor{
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.6s;
    background: #014F99;
}
.section2 .page .left:hover .befor,.section2 .page .right:hover .befor{
    width: 100%;
}
@media screen and (max-width: 1768px){
    .section2 .page .left, .section2 .page .right {
        width: 45%;
    }
    .section2 .after {
        width: 78%;
    }
}
@media screen and (max-width: 768px){
    .sec2-top a {
        position: unset;
    }
    .section2 {
        width: 80%;
        margin: auto;
        padding: 80px 0 0 0;
    }
    .section2 .page .left, .section2 .page .right {
        width: 80%;
        margin: 10% auto 0;
    }
    .section2 .after {
        width: 100%;
    }
    .section2 .page {
        flex-direction: column;
        height: 100%;
        margin-bottom: 20px;
    }
    .section2 .after {
        height: 1px;
    }
}