#pilot {
    width: 100%;
    position: relative;
}

.top_img {
    background-image: url('../../../../static/img/jjfa/bgimg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 52vh;
    background-position-y: 40px;
    /*position: relative;*/
}

#middle {
    margin: 0 auto;
    width: 100%;
    /* padding: 0px 0px 50px; */
    /*background-color: #f4f4f4;*/
}

.content {
    margin: 0 auto 20px;
    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;
    }
}

@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:after {
    clear: both;
    display: table;
    content: "";
}

.content>div:last-child {
    display: flex;
    justify-content: space-between;
}

.content_left {
    /*float: left;*/
    width: 280px;
}

.content_left_top {
    background-color: #3863af;
    text-align: center;
    padding: 30px 0px;
    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: #f6f6f6;
    text-align: center;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.nav-stacked li {
    padding-bottom: 10px;
}

.nav-stacked>li a {
    text-align: left;
    color: #006f9e;
    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;
}



.content_right {
    /*float: left;*/
    background-color: white;
    padding: 20px 30px;
    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;
    flex: 1;
    overflow-y: auto;
}

/*@media (min-width: 1480px) {*/
/*    .content_right{*/
/*        width: 1090px;*/
/*    }*/
/*}*/
/*@media (max-width: 1479px) {*/
/*    .content_right{*/
/*        width: 890px;*/
/*    }*/
/*}*/
@keyframes example3 {
    0% {
        transform: translate(100px);
        opacity: 0;
    }

    100% {
        transform: translate(0);
        opacity: 1;
    }
}

.content_right_top_content {
    margin-top: 30px;
}

.content_right_top_content>div {

    display: inline-block;
    width: 45%;
    margin: 2.5%;
    text-align: center;
    height: 100px;
    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;
}



.content_right_top_title {
    text-align: center;
    font-size: 32px;
    color: #3863af;
    font-weight: 700;
    letter-spacing: 3px;
}

.middle_top_content {
    margin: 0 auto;
    font-size: 18px;
    line-height: 32px;
    text-indent: 2em;
    padding-top: 30px;
}

/* 关于我们二级菜单 */
ul.secondmenu_gywm {
    padding: 0;
    list-style: none;
    width: 100%;
    /* margin: 20px auto; */
    font-family: 'Century Gothic' !important;
    /* box-shadow: 0px 0px 25px #00000070; */
    clear: both;
    display: table;
}

ul.secondmenu_gywm .list {
    font-size: 14px;
    border-bottom: 1px solid rgb(226, 223, 223);
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    vertical-align: sub;
    background: #f6f6f6;
    clear: both;
    text-align: left;
}

ul.secondmenu_gywm .list:before {
    content: '▍';
    width: 1px;
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 0px 5px;
    color: #2c5aab;
}

ul.secondmenu_gywm .list a {
    text-decoration: none;
    color: #000;
    padding: 17px 0px 17px 30px;
    display: block;
    height: 100%;
    box-sizing: border-box;
}

ul.secondmenu_gywm .list a:hover {
    background-color: #ffffff;
    transition: 300ms all;
    color: #3863af;
}

ul.secondmenu_gywm .list .items {
    height: 0px;
    overflow: hidden;
}

ul.secondmenu_gywm .list .items .localactive {
    color: #3863af;
    font-weight: 700;
}

ul.secondmenu_gywm .list .items a {
    padding: 17px;
    padding-left: 35px;
}

ul.secondmenu_gywm .list .items a:hover {
    /* background-color: #3f5d79; */
    color: #3863af;
    transition: 300ms all;
}

ul.secondmenu_gywm .list:last-child {
    border-bottom: none;
}


/* ul.secondmenu_gywm .active:before {
    content: '\f07c';
    font-family: FontAwesome;
    position: absolute;
    left: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #fff;
} */

ul.secondmenu_gywm .active>.items {
    display: block;
    background: #f6f6f6;
    padding: 0px;
    height: auto;
    color: #000;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 200ms;
    clear: both;
    float: left;
    width: 100%;
}

ul.secondmenu_gywm .active>.items li {
    padding: 0px;
    border-bottom: 1px solid rgb(226, 223, 223);
    list-style: none;
}

ul.secondmenu_gywm .active>.items li:last-child {
    border-color: transparent;
    padding-bottom: 0px;
}

ul.secondmenu_gywm .active>.items .active>.items {
    background-color: #2f4b67;
}

ul.secondmenu_gywm .active>a {
    color: #3863af;
    text-transform: uppercase;
    font-weight: bold;
}

ul.secondmenu_gywm .active .list {
    background: #697d92;
}

ul.secondmenu_gywm .active .list a {
    padding: 17px 0px 17px 45px;
}

/* 荣誉资质 */

.isg__Img__wrap {
    /* width: 1065px; */
    width: 100%;
    /* border: 1px solid black; */
    background-color: #fff;
    margin: 0 auto;
    padding: 0px 30px;
    padding-top: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.isg__Img__container {
    /* border: 1px solid black; */
    font-size: 12px;
}

.isg__Img_container__category .isg__Img_container__category-btn {
    display: inline-block;
    padding: 3px 5px;
    width: 50px;
    text-align: center;
    margin-right: 20px;
    border: 1px solid #3265a8;
    border-radius: 2px;
    color: #3265a8;
    font-size: 1.2em;
    cursor: pointer;
    user-select: none;
}

.isg__Img_container__category .isg__Img_container__category-btn-active {
    background-color: #3265a8;
    color: #fff;
}

.isg__Img_container__imgcontainer {
    /* border: 1px solid black; */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
    /* justify-content: center; */
    /* align-items: center; */
}

.isg__Img_container__imgcontainer figure {
    width: 220px;
    /* height: 120px; */
    /* border: 1px solid black; */
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    margin-right: 20px;
    transition: all 0.6s;
    opacity: 0;
}

.isg__Img_container__imgcontainer figure img {
    width: 100%;
    height: 100%;
}

.isg__Img_container__imgcontainer figure figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    color: #fff;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
    text-align: center;
    width: 100%;
}

.isg__Img_container__imgcontainer figure::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 4;
}

.isg__Img_container__imgcontainer figure:hover img {
    transform: scale(1.1, 1.1);
}

.isg__Img_container__imgcontainer figure:hover figcaption {
    opacity: 1;
}

.isg__Img_container__imgcontainer figure:hover::before {
    opacity: 1;
}

.isg__Img__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 9;
}

.isg__Img__overlay img {
    height: 85%;
    position: relative;
    top: 5%;
}

.isg__Img__overlay .isg__Img__overlay-btn-prev,
.isg__Img__overlay .isg__Img__overlay-btn-next {
    width: 80px;
    height: 80px;
    /* border: 5px solid #fff; */
    /* border-radius: 50%; */
    position: absolute;
    color: #fff;
    font-size: 2em;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
}

.isg__Img__overlay .isg__Img__overlay-btn-prev {
    left: 50px;
    background-image: url('../../../../static/img/gywm/houtui.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.isg__Img__overlay .isg__Img__overlay-btn-next {
    right: 50px;
    background-image: url('../../../../static/img/gywm/qianjin.png');
    background-repeat: no-repeat;
    background-size: contain;
}

/* tab页签 */
.fhNav {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding: 0 10px;
}

.fhNav .navsw {
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    color: #000;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #e8eef2;
}

.fhNav .navsw li {
    width: 20%;
    list-style: none;
    float: left;
    min-width: 5vw;
    text-align: center;
    height: 5vh;
    line-height: 5vh;
    cursor: pointer;
    padding: 0 10px;
    font-weight: 700;
}

.fhNav .navsw li:hover {
    color: #3a64ad;
}

.fhNav .navsw .selectedNav {
    color: #3a64ad;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.5s;
}

.fhNav .bottomLine {
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 4px;
    border-radius: 2px;
    background-color: #3a64ad;
    transition: all 0.3s ease;
}

.content_right .infobox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* 允许换行 */
    gap: 20px;
}

.content_right .item_box {
    flex: 0 0 calc(50% - 20px);
    width: 30%;
    margin-top: 30px;
    height: 300px;
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
    border-bottom: 4px solid #516b9d;
}

.content_right .item_box .top {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.content_right .item_box .bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content_right .item_box .bottom .titletext {
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #585858;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}