.Jiaogang_bottom{
    height: 301px;
    width: 100%;
    background: linear-gradient(to right top,#21D569,#0066FF,#0066FF,#21D569);
}
.Jiaogang_bottom_content{
    width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items:flex-start;
    justify-content: space-between;
}
.Jiaogang_bottom_logo{
    width: 400px;
    text-align: center;
    color:#fff;
    font-size: 0;
}
.Jiaogang_bottom_logo .title{
    font-size: 26px;
    font-weight: bold;
    font-family: SourceHanSerifCN;
    margin-top: 32px;
}
.Jiaogang_bottom_logo .xinxi{
    font-size: 14px;
    font-weight: bold;
    font-family: SourceHanSerifCN;
}

.Jiaogang_bottom_right{
    width: 1062px;
    padding-top: 14px;
}
.Jiaogang_bottom_right .Jiaogang_bottom_nav{
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.Jiaogang_bottom_right .Jiaogang_bottom_nav .Jiaogang_bottom_nav_li{
    padding: 0 20px;
    font-size: 19px;
    color:#fff;
    font-weight: normal;
    line-height: 80px;
    flex-shrink: 0;
    transition:  all .5s ease;
}
.Jiaogang_bottom_right .Jiaogang_bottom_nav .Jiaogang_bottom_nav_li:hover{
    color:#FF3100;
}
.Jiaogang_bottom_information{
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
    color:#fff;
    box-sizing: border-box;
}
.Jiaogang_bottom_information .information_left{
    box-sizing: border-box;
    padding-top: 16px;
}
.Jiaogang_bottom_information .information_left p{
    line-height: 31px;
}
.Jiaogang_bottom_information .information_left p b{
    font-family: DINOffcPro;
    font-size: 20px;
}
.Jiaogang_bottom_information .information_left p a{
    color:#fff;
    margin-right: 48px;
    transition:  all .5s ease;
}
.Jiaogang_bottom_information .information_left p a:hover{
    color:#FF3100;
}
.Jiaogang_bottom_information .information_ewm_box{
    display: flex;
    align-items: center;
}
.Jiaogang_bottom_information .information_ewm{
    height: 150px;
    padding: 0 20px 0 20px;
    border-left: 1px solid rgba(255,255,255,0.15);
}
.Jiaogang_bottom_information .information_ewm .information_ewm_img{
    width: 112px;
    font-size: 0;
}
.Jiaogang_bottom_information .information_ewm .information_ewm_img img{
    width: 100%;
}
.Jiaogang_bottom_information .information_ewm p{
    width: 114px;
    line-height: 30px;
    background: #0E70FC;
    color:#fff;
    text-align: center;
    border-radius: 15px;
    margin-top: 10px;
}