
.section2{
    width: 100%;
    height: 70px;
    background: #F5F5F5;
}
.section2 .sec2-warp{
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.section2 .sec2-warp .left{
    display: flex;
    align-items: center;
    height: 100%;
    align-items: center;
}
.section2 .sec2-warp .left p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    height: 100%;
    width: 120px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    transition: 0.6s;
    position: relative;
}
.section2 .sec2-warp .left p:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #0D6C96;
    transition: 0.6s;
}
.section2 .sec2-warp .left p.sel{
    color: #0D6C96;
}
.section2 .sec2-warp .left p.sel:after{
    width: 100%;
}
.section2 .sec2-warp .left p:hover{
    color: #0D6C96;
}
.section2 .sec2-warp .left p:hover:after{
    width: 100%;
}
.section2 .sec2-warp .left span{
    width: 1px;
    height: 18px;
    background: #CCCCCC;
    margin: 0px 42px;
}
.section2 .sec2-warp .right{
    display: flex;
}
.section2 .sec2-warp .right i{
    color: #0D6C96;
}
.section2 .sec2-warp .right p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0px 5px;
}
.section3{
    width: 100%;
    overflow: hidden;
    background: white;
    height: auto;
}
.sec3-warp{
    width: 1180px;
    margin:60px auto;
    height: auto;
}
.sec3-warp .top{
    text-align: center;
}
.sec3-warp .top span{
    font-size: 26px;
    font-weight: bold;
    color: #000000;
}
.sec3-warp .top p{
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    margin-top: 17px;
    margin-bottom: 23px;
}
.sec3-warp .sec3-con{
    width: 100%;
    height: auto;
    border-top:1px solid #E6E6E6;
    padding-top: 34px;
}
.sec3-warp .sec3-con p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin-bottom: 33px;
}
.sec3-warp .sec3-con p img{
    max-width: 100%;
}
.sec3-warp .page{
    width: 100%;
    height: 170px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-top: 83px;
    display: flex;
    justify-content: space-between;
}
.sec3-warp .page .left,.sec3-warp .page .right{
    width: 500px;
    height: auto;
}
.sec3-warp .page .left{
    margin-left: 50px;
}
.sec3-warp .page .right{
    margin-right: 50px;
}
.sec3-warp .page .fy{
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec3-warp .page .fy p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    transition: 0.6s;
}
.sec3-warp .page .fy a{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec3-warp .page .fy span{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    transition: 0.6s;
}
.sec3-warp .page .fy .jdt{
    width: 100%;
    height: 5px;
    background: #CCCCCC;
    position: relative;
}
.sec3-warp .page .fy .jdt:after{
    width: 0%;
    height: 100%;
    background: #0075C1;
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.sec3-warp .page .fy a:hover .jdt:after{
    width: 100%;
}
.sec3-warp .page .fy a:hover p,.sec3-warp .page .fy a:hover span{
    color: #0075C1;
}

@media screen and (max-width: 1366px) {
    .section2 .sec2-warp {
        width: 90%;
    }
}


@media screen and (max-width: 768px) {
    .section2 .sec2-warp {
        width: 90%;
    }
    .section2 .sec2-warp .left {
        margin: auto;
    }
    .section2 .sec2-warp .right {
        display: none;
    }
    .sec3-warp {
        width: 92%;
    }
    .sec3-warp .page .fy {
        width: 40%;
    }

}

@media screen and (max-width: 520px) {
    .sec3-warp .page {
        height: auto;
        flex-direction: column;
    }
    .sec3-warp .page .fy {
        width: auto;
        margin: auto 50px;
    }
}
