#pilot{
    /*position: absolute;*/
    /*top: 5vw;*/
    width: 100%;
    position: relative;
}
.top_img{
    background-image: url("./../../../../static/img/jtyw/top.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 318px;
    /*position: relative;*/
    margin-top: 88px;
}

#middle{
    margin: 0 auto;
    width: 100%;
    padding: 0px 0px 50px;
    /*background-color: #f4f4f4;*/
}
.content{
    margin: 0 auto;
    width: 1180px;
}
@media (max-width: 1300px) {
    .content {
        width: 980px;
    }
}
@media (max-width: 1200px) {
    .content {
        width: 880px;
    }
}
@media (max-width: 980px) {
    .content {
        width: 100%;
        padding: 0px 50px;
    }
}
.content:after{
    clear: both;
    display: table;
    content: "";
}
.content>div:last-child{
    display: flex;
    justify-content: space-between;
}
.content_left{
    /*float: left;*/
    width: 220px;
}
.content_left_top{
    background-color: #00465e;
    text-align: center;
    padding: 30px 0px;
    /*margin: 0px 20px;*/
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    color: white;
}
.content_left_top_top{
    font-size: 30px;
}
.content_left_top_bottom{
    font-size: 12px;
}
.content_left_bottom{
    background-color: white;
    text-align: center;
    padding: 20px 20px 20px;
    margin: 20px 0px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.nav-stacked li{
    padding-bottom: 10px;
}
.nav-stacked>li a{
    text-align: left;
    color: #006f9e;
    /*height: 40px;*/
    background-color: #F5F5F5;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.nav-stacked>li a:after,.nav-stacked>li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #F5F5F5;
    z-index:-2;
    /*border-radius: 4px;*/
}
.nav-stacked>li a:before {
    transition: .5s;
    background: #006f9e;
    z-index:-1;
}
.nav-stacked>li a:hover:after,.nav-stacked>li a:hover:before {
    width: 100%;
}
.nav-pills>li>a:hover{
    z-index: 1;
    background: transparent;
    color: white;
}
.nav-pills>li.active>a{
    background-color: #006f9e;
}
.nav-stacked>li>a>div{
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /*padding-left: 10px;*/
}




.content_right{
    /*float: left;*/
    background-color: white;
    padding: 30px 50px;
    margin: 0px 0px 0px 40px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    min-height: 827px;
    animation: example3 1s ease-out 0.5s backwards;
    /*width: 870px;*/
    flex: 1;
}
/*@media (min-width: 1480px) {*/
/*    .content_right{*/
/*        width: 1090px;*/
/*    }*/
/*}*/
/*@media (max-width: 1479px) {*/
/*    .content_right{*/
/*        width: 890px;*/
/*    }*/
/*}*/
@keyframes example3 {
    0% {
        transform:translate(100px);
        opacity:0;
    }
    /*50% {*/
    /*    transform:translateY(50px);*/
    /*    opacity:.5;*/
    /*}*/
    100% {
        transform:translate(0);
        opacity:1;
    }
}
.content_right_top_title>div:first-child{
    width: 5px;
    height: 40px;
    background-color: #00465e;
    float: left;
    margin-right: 20px;
}
.content_right_top_title>div:nth-child(2){
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    float: left;
}
.content_right_top_title>div:last-child{
    clear: both;
}
.content_right_top_content{
    margin-top: 30px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-evenly;*/
}
.content_right_top_content>div{

    display: inline-block;
    width: 45%;
    margin: 2.5%;
    text-align: center;
    height: 100px;
    /*display: table;*/
    color: white;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}
.content_right_top_content>div>img{
    width: 100%;
    height: 100%;
}

.content_right_bottom_title{
    margin-top: 30px;
}
.content_right_bottom_title>div:first-child{

    margin-right: 20px;
}

.content_right_bottom_content{
    margin-top: 30px;
    font-size: 18px;
    line-height: 32px;
}
.content_right_bottom_content>div{
    margin-top: 20px;
}

@media (max-width: 1400px) {
    .content_left {
        width: 180px;
    }
    .content_left_top_top{
        font-size: 22px;
    }
    .nav-stacked>li>a>div{
        font-size: 10px;
        height: 30px;
        line-height: 30px;
    }
    .content_right_top_title>div:first-child{
        height: 30px;
    }
    .content_right_top_title>div:nth-child(2){
        font-size: 15px;
        height: 30px;
        line-height: 30px;
    }
}
