a {
    color: inherit
}

a:hover {
    color: #063d8c
}

sub {
    font-size: 50%
}

body {
    /* font-family: "宋体" */
}

.far {
    font-family: Arial
}

.main {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    position: relative
}

.main::after {
    content: "";
    display: block;
    clear: both
}

.nav_btn {
    display: none
}

.top_slogen {
    height: 100px;
    background: #063d8c;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.mainSlo {
    display: flex;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.mainSlo a {
    display: block;
    width: 48%;
}

.mainSlo a img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

.top_slogen a {
    display: block;
    color: #fff
}

.logo {
    overflow: hidden;
    line-height: 64px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 14px
}

.logo a {
    display: block;
    float: left
}

.logo em,
.logo span {
    display: block;
    float: left
}

.logo span {
    font-weight: bold;
    color: #063d8c;
    font-size: 28px;
    padding-right: 28px;
    border-right: 4px solid #9d9d9d;
    margin-right: 16px
}

.logo em {
    font-size: 21px;
    color: #000000
}

@media only screen and (min-width: 996px) {
    .team {
        display: flex;
        flex-wrap: wrap;
    }
    .teamItem {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .teamItem:nth-child(4n) {
        margin-right: 0;
    }
    .teamItem a img {
        width: 100%;
    }
    .teamItem p {
        text-align: center;
        color: #555;
        font-size: 16px;
        margin-top: 10px;
    }
}

.search_Item {
    margin-bottom: 60px;
}

@media only screen and (max-width: 996px) {
    .team {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .teamItem {
        width: 49%;
        margin-bottom: 20px;
    }
    .teamItem a img {
        width: 100%;
    }
    .teamItem p {
        text-align: center;
        color: #555;
        font-size: 14px;
        margin-top: 10px;
    }
}

.header_out {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    margin-bottom: 24px;
}

@media only screen and (min-width: 996px) {
    .header_out {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        margin-bottom: 24px;
        margin-top: 24px;
    }
}

@media only screen and (max-width: 996px) {
    .zh_g {
        display: none !important;
    }
}

.head {
    overflow: hidden
}

.head .nav {
    float: left
}

.head .nav li {
    float: left;
    text-align: center;
    position: relative;
    margin-left: 40px
}

.head .nav li:first-child {
    margin-left: 0
}

.head .nav li>a {
    font-size: 16px;
    color: #000;
    display: block;
    transition: all 0.3s;
    position: relative;
    border-radius: 6px;
    min-width: 94px;
    padding: 13px 15px
}

.head .nav li>a span,
.head .nav li>a em {
    display: block;
    color: #063d8c;
    font-weight: bold
}

.head .nav li>a span {
    font-size: 20px
}

.head .nav li>a em {
    font-size: 16px;
    margin-top: 1px
}

.head .nav li .sub {
    position: absolute;
    min-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    opacity: 0;
    top: 110%;
    text-align: center;
    background: #fff;
    box-shadow: 0px 1px 1px 0.26px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    white-space: nowrap;
    text-align: center;
    padding: 0 30px
}

.head .nav li .sub a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    padding: 20px 8px;
    font-size: 14px;
    color: #949494;
    transition: all 0.3s
}

.head .nav li .sub a:hover {
    background: #ededed
}

@keyframes moveup {
    from {
        top: 110%
    }
    to {
        opacity: 1;
        top: 100%
    }
}

.container_1 {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.container_1 .txtbox {
    width: 45%;
    background: #f2f1eb;
    padding: 28px 30px 20px
}

.container_1 .txtbox h3 {
    color: #063d8c;
    overflow: hidden;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 20px
}

.container_1 .txtbox h3 span,
.container_1 .txtbox h3 em {
    display: block;
    float: left
}

.container_1 .txtbox h3 span {
    font-size: 18px;
    margin-right: 8px
}

.container_1 .txtbox h3 em {
    font-size: 18px
}

.container_1 .txtbox .des {
    font-size: 14px;
    line-height: 21px;
    text-align: justify
}

.container_1 .imgbox {
    width: 55%;
    padding: 0 0 00px 20px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    box-sizing: border-box
}

.container_1 .imgbox .mySwiper2 {
    height: calc(100% - 85px);
    height: -moz-calc(100% - 85px);
    height: -webkit-calc(100% - 85px)
}

.container_1 .imgbox .mySwiper2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* font-family: "object-fit: cover" */
}

.container_1 .imgbox .mySwiper {
    position: absolute;
    bottom: 0;
    left: 0;
    left: 20px;
    right: 0;
    height: 80px
}

.container_1 .imgbox .mySwiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover"
}

.container_1 .imgbox .mySwiper .swiper-slide {
    padding-top: 20px;
    position: relative;
    cursor: pointer
}

.container_1 .imgbox .mySwiper .swiper-slide::after {
    content: "";
    display: block;
    width: 100%;
    top: 10px;
    left: 0;
    height: 2px;
    background: #0070c0;
    position: absolute;
    opacity: 0;
    transition: all 0.45s
}

.container_1 .imgbox .mySwiper .swiper-slide::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-width: 10px 5px;
    border-style: solid;
    border-color: transparent transparent #0070c0 transparent;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.45s
}

.container_1 .imgbox .mySwiper .swiper-slide.active-nav::after,
.container_1 .imgbox .mySwiper .swiper-slide.active-nav::before {
    opacity: 1
}

.container_2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px
}

.container_2 .box {
    width: 26.5%;
    margin-right: 2.3333333%;
    background: #f2f1eb
}

.container_2 .box:last-child {
    margin-right: 0
}

.container_2 .box1 {
    width: 13.5%;
    background: #fff;
    text-align: center
}

.container_2 .box1 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 120px
}

.container_2 .box1 .imgbox {
    margin-bottom: 40px
}

.container_2 .box1 a {
    display: block
}

.container_2 .box1 .tt {
    color: #063d8c;
    font-size: 20px;
    margin-bottom: 22px
}

.container_2 .box1 .tt span {
    display: block;
    font-size: 18px;
    color: #063d8c
}

.container_2 .box1 .plink span {
    display: block;
    font-size: 15px;
    color: #272727
}

.container_2 .box1 .plink em {
    display: block;
    font-size: 15px;
    color: #4b6ca5
}

.container_2 .box_list {
    padding: 0 15px 15px
}

.container_2 .box_list .title {
    overflow: hidden;
    line-height: 20px;
    padding-top: 12px;
    margin-bottom: 15px
}

.container_2 .box_list .title span {
    display: block;
    float: left;
    color: #063d8c;
    font-size: 18px;
    font-weight: bold
}

.container_2 .box_list .title span em {
    font-weight: normal;
    font-size: 16px
}

.container_2 .box_list .title a {
    display: block;
    float: right;
    font-size: 14px;
    color: #063d8c
}

.container_2 .news_list {
    font-size: 14px;
    line-height: 22px
}

.container_2 .news_list li {
    padding-bottom: 20px
}

.container_2 .news_list a {
    display: block;
    color: #313130
}

.container_2 .news_list a:hover {
    color: #063d8c
}

.container_2 .news_list .cn_txt em {
    font-weight: bold;
    color: #063d8c
}

.container_2 .news_swiper .swiper-slide {
    border: 3px solid #bbbbbc
}

.container_2 .news_swiper .swiper-slide a {
    display: block
}

.container_2 .news_swiper .swiper-slide img {
    display: block;
    width: 100%
}

.container_2 .txt_box {
    font-size: 14px;
    line-height: 20px;
    margin-top: 24px;
    padding-bottom: 10px
}

.container_2 .txt_box p {
    margin-bottom: 24px
}

.container_2 .txt_box p:last-child {
    margin-bottom: 0
}

.container_2 .news_out_2 {
    margin-top: 15px
}

.container_2 .news_list_2 li {
    margin-bottom: 12px
}

.container_2 .news_list_2 li:last-child {
    margin-bottom: 0
}

.container_2 .news_list_2 a {
    display: block;
    font-size: 14px;
    line-height: 20px
}

.top_foot {
    color: #fff;
    background: #063d8c;
    position: relative;
    width: 100%;
    left: 0;
    font-size: 20px;
    padding: 11px 0;
    z-index: 990;
    margin-top: 50px;
    bottom: 0;
    text-align: center
}

.top_foot img {
    height: 60px;
    vertical-align: middle
}

.top_foot.on {
    margin-top: 60px;
    position: relative
}

footer {
    text-align: center;
    color: #fff;
    margin-top: 0px;
    background: #4d4d4d;
    font-size: 16px;
    line-height: 2;
    padding: 15px 0
}

.head_logo {
    display: none
}

.people_container {
    padding-left: 360px;
    overflow: hidden;
    width: 100%;
    padding-top: 20px
}

.people_container .people_left {
    width: 310px;
    margin-left: -360px;
    margin-top: 40px;
    float: left
}

.people_container .people_left.fix {
    position: fixed;
    z-index: 99;
    top: 0;
    margin-top: 20px
}

.people_container .people_left li {
    font-size: 20px;
    margin-bottom: 15px
}

.people_container .people_left li a {
    color: #383838
}

.people_container .people_left li.on a {
    color: #063d8c;
    font-weight: bold
}

.people_container .right_con {
    width: 100%;
    float: right
}

.people_container .right_con .title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px
}

.people_container .right_con .title em {
    font-weight: normal
}

.people_container .right_con .box {
    margin-bottom: 30px
}

.people_container .right_con .list li {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9
}

.people_container .right_con .list .top_info {
    overflow: hidden
}

.people_container .right_con .list .top_info .img {
    float: left;
    margin-right: 40px
}

.people_container .right_con .list .top_info .img img {
    display: block
}

.people_container .right_con .list .top_info .info {
    margin-top: 35px
}

.people_container .right_con .list .top_info .info .tt {
    overflow: hidden
}

.people_container .right_con .list .top_info .info .tt a {
    display: block
}

.people_container .right_con .list .top_info .info .tt p {
    float: left;
    font-size: 20px;
    color: #063d8c;
    margin-right: 75px
}

.people_container .right_con .list .top_info .info .tt p:last-child {
    margin-right: 0
}

.people_container .right_con .list .top_info .info .tb {
    overflow: hidden;
    margin-top: 24px
}

.people_container .right_con .list .top_info .info .tb p {
    float: left;
    margin-right: 20px;
    font-size: 14px
}

.people_container .right_con .list .top_info .info .tb p:last-child {
    margin-right: 0
}

.people_container .right_con .list .top_info .info .tb p span {
    color: #4a6ba5
}

.people_container .right_con .list .des {
    margin-top: 15px;
    font-size: 15px;
    line-height: 22px
}

.search_top {
    padding-top: 15px
}

.search_top .tt {
    font-size: 24px;
    margin-bottom: 15px
}

.search_top .des {
    font-size: 15px;
    line-height: 26px
}

.search_list {
    display: flex;
    flex-wrap: wrap
}

.search_list li {
    width: 49%;
    float: left;
    margin-top: 60px
}

.search_list li:nth-child(2n) {
    margin-left: 2%
}

.search_list a {
    display: block;
    height: 100%;
    background: #f2f1eb
}

.search_list .tt {
    text-align: center;
    color: #063d8c;
    font-size: 24px;
    height: 90px;
    background: #fff;
    padding-bottom: 24px
}

.search_list .bottom_box {
    padding: 15px 30px
}

.search_list .bottom_box img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.search_list .bottom_box .des {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
    color: #333333
}

.search_list .bottom_box .klist {
    color: #000;
    line-height: 34px;
    padding: 45px
}

.search_list .bottom_box .klist p {
    background: url(../images/icon_arrow.png) no-repeat left 10px/12px auto;
    padding-left: 20px
}

.pub_container {
    padding-left: 150px;
    overflow: hidden;
    padding-top: 20px
}

.pub_container .pub_left {
    width: 60px;
    margin-left: -150px;
    float: left
}

.pub_container .pub_left.fix {
    position: fixed;
    z-index: 99;
    top: 0;
    margin-top: 10px;
    bottom: 100px;
    overflow: auto
}

.pub_container .pub_left li {
    margin-bottom: 5px
}

.pub_container .pub_left li.on span {
    border-color: #063d8c;
    font-weight: bold;
    color: #063d8c
}

.pub_container .pub_left a {
    display: block
}

.pub_container .pub_left span {
    display: inline-block;
    font-size: 16px;
    font-family: Arial;
    border-bottom: 2px dotted transparent
}

.pub_container .right_con {
    width: 100%;
    float: right;
    font-family: Arial
}

.pub_container .right_con .box {
    padding-bottom: 25px
}

.pub_container .right_con .title {
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 5px
}

.pub_container .right_con li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9
}

.pub_container .right_con li span {
    font-size: 14px;
    color: #0b76c2;
    font-style: italic;
    display: block;
    margin-top: 10px
}

.pub_container .right_con .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px
}

.pub_container .right_con .des {
    font-size: 14px
}

.ph_list {
    text-align: center;
    overflow: hidden
}

.ph_list li {
    width: 50%;
    float: left;
    padding: 25px 20px;
    border-bottom: 1px solid #e3e3e3
}

.ph_list .tt {
    color: #063d8c;
    font-size: 26px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ph_list img {
    display: block;
    width: 100%
}

.join_list li {
    padding: 25px 0;
    border-bottom: 1px solid #e6e6e6
}

.join_list li h3 {
    color: #063d8c;
    font-size: 22px
}

.join_list li .des {
    font-size: 18px;
    line-height: 1.56;
    margin-top: 25px;
    color: #000;
    text-align: justify
}

@media (min-width: 992px) {
    .nav li:hover>a,
    .nav li.on>a {
        background: #f2f1eb
    }
    .nav li:hover .sub,
    .nav li.on .sub {
        opacity: 1;
        display: block;
        animation: moveup 0.5s;
        animation-fill-mode: forwards
    }
    .m_nav,
    .pcshow {
        display: none !important
    }
}

@media (max-width: 1230px) {
    .main {
        width: 990px
    }
    .head .nav li>a span {
        font-size: 18px
    }
    .head .nav li>a em {
        font-size: 14px
    }
    .head .nav li>a {
        padding-right: 12px;
        padding-left: 12px
    }
}

@media (max-width: 1020px) {
    .head .nav {
        display: none
    }
    .main {
        width: 768px
    }
    .head_logo {
        display: block;
        position: absolute;
        width: 300px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
    .head_logo img {
        display: block;
        width: 100%
    }
    .header_out {
        position: fixed;
        background: #063d8c;
        position: relative;
        border-top: 1px solid #ddd
    }
    .logo {
        display: none
    }
    .top_slogen {
        font-size: 12px;
        line-height: 30px
    }
    .header_out .head {
        height: 70px
    }
    .header_out .head .nav li>a {
        line-height: 1.6
    }
    html {
        position: relative;
        transition: all 0.3s;
        left: 0
    }
    html.slide_nav {
        left: 450px
    }
    .header_out {
        transition: all 0.3s;
        left: 0
    }
    .head .nav {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        display: block;
        width: 450px;
        position: fixed;
        z-index: 999;
        top: 0;
        overflow: hidden;
        z-index: 50;
        background: #063d8c;
        margin-left: 0;
        height: 100%;
        padding-top: 60px;
        padding-right: 25px;
        padding-left: 25px;
        left: -450px;
        transition: all 0.3s
    }
    .head .nav.on {
        left: 0
    }
    .head .nav li {
        display: block;
        float: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        padding-right: 55px
    }
    .head .nav li>a {
        line-height: 1;
        padding: 14px 0;
        font-size: 13px
    }
    .head .nav li.has_sub::after {
        content: "";
        display: block;
        position: absolute;
        font-family: Arial;
        width: 40px;
        height: 100%;
        font-weight: lighter;
        font-size: 18px;
        color: #fff;
        text-align: center;
        line-height: 32px;
        right: 0;
        top: 0;
        background: url(../images/more.png) no-repeat center/20px 20px
    }
    .header_out .head .nav li>a {
        line-height: 2;
        color: #fff
    }
    .nav_btn {
        display: block;
        width: 26px;
        height: 18px;
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -9px;
        z-index: 999
    }
    .nav_btn span {
        display: block;
        transition: all 0.3s;
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
        background: #fff;
        transition: all 0.3s
    }
    .nav_btn span:nth-of-type(1) {
        top: 0
    }
    .nav_btn span:nth-of-type(2) {
        top: 50%;
        margin-top: -0.5px
    }
    .nav_btn span:nth-of-type(3) {
        bottom: 0
    }
    .nav_btn.active span {
        background: #fff
    }
    .nav_btn.active span:nth-of-type(1) {
        top: 50%;
        transform: rotate(45deg)
    }
    .nav_btn.active span:nth-of-type(2) {
        opacity: 0
    }
    .nav_btn.active span:nth-of-type(3) {
        top: 50%;
        transform: rotate(-45deg)
    }
    .m_nav {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 50;
        top: 0;
        left: 100%;
        background: #063d8c;
        transition: all 0.3s;
        padding: 150px 40px 0
    }
    .m_nav .close {
        display: block;
        width: 30px;
        height: 30px;
        top: 80px;
        left: 50%;
        margin-left: -15px;
        position: absolute;
        background: url(../images/close.png) no-repeat center/cover
    }
    .m_nav .con>a {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 18px;
        margin-bottom: 25px
    }
    .m_nav .sub a {
        display: block;
        text-align: center;
        margin-bottom: 15px;
        color: #fff;
        font-size: 14px
    }
    .m_nav.on {
        left: 0
    }
    .head .nav li {
        margin-left: 0
    }
    .head .nav li>a span {
        color: #fff;
        line-height: 1
    }
    .head .nav li>a em {
        color: #fff
    }
    .container_1 .txtbox {
        width: 100%;
        margin-bottom: 30px
    }
    .container_1 .imgbox {
        width: 100%;
        position: relative
    }
    .container_1 .imgbox .mySwiper {
        position: relative
    }
    .container_1 .imgbox .mySwiper2 {
        height: 490px
    }
    .container_2 .box {
        width: 49%;
        margin-right: 0;
        margin-bottom: 30px
    }
    .container_2 .box:nth-child(2n) {
        margin-left: 2%
    }
    .people_container {
        padding-left: 250px
    }
    .people_container .people_left {
        width: 220px;
        margin-left: -250px
    }
    .people_container .people_left li {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    html.slide_nav {
        left: 230px
    }
    .header_out.slide_nav {
        left: 230px
    }
    .head .nav {
        width: 230px
    }
    .header_out .head .nav li>a {
        line-height: 1.6
    }
    .header_out {
        position: fixed
    }
    .head .nav {
        padding-right: 0;
        padding-left: 0
    }
    .head .nav li {
        padding-left: 26px
    }
    .header_out .head {
        height: 60px
    }
    body {
        padding-top: 60px
    }
    .head .nav li {
        margin-left: 0
    }
    .top_slogen {
        display: none
    }
    .main {
        padding-right: 15px;
        padding-left: 15px
    }
    .container_1 {
        padding-top: 20px
    }
    .container_1 .txtbox {
        padding: 15px
    }
    .container_1 .imgbox {
        padding-left: 0
    }
    .container_1 .imgbox .mySwiper {
        left: 0
    }
    .container_2 .box {
        width: 100%
    }
    .container_2 .box:nth-child(2n) {
        margin-left: 0
    }
    .top_foot {
        font-size: 14px
    }
    .top_foot img {
        display: block;
        margin: 0 auto 10px
    }
    .top_foot span {
        display: block
    }
    footer {
        font-size: 14px;
        line-height: 1.4
    }
    .top_foot img {
        height: 40px
    }
    .people_container .people_left {
        display: none
    }
    .people_container {
        padding-left: 0
    }
    .people_container .right_con .list .top_info .img {
        margin-right: 20px
    }
    .people_container .right_con .list .top_info .info .tt p {
        font-size: 14px
    }
    .people_container .right_con .list .des {
        font-size: 14px
    }
    .people_container .right_con .title {
        font-size: 18px
    }
    .people_container .right_con .list .top_info .info .tt p {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }
    .people_container .right_con .list .top_info .info .tt p:last-child {
        margin-bottom: 0
    }
    .people_container .right_con .list .top_info .info .tb {
        margin-top: 10px
    }
    .search_list li {
        width: 100%;
        margin-top: 20px
    }
    .search_list li:nth-child(2n) {
        margin-left: 0
    }
    .search_list .tt {
        font-size: 16px;
        padding-bottom: 10px
    }
    .search_list .bottom_box {
        padding: 15px
    }
    .search_list .bottom_box .des {
        margin-top: 10px
    }
    .search_list .bottom_box .klist {
        padding: 20px 15px
    }
    .pub_container .pub_left {
        display: none
    }
    .pub_container {
        padding-left: 0
    }
    .ph_list li {
        width: 100%
    }
    .ph_list .tt {
        font-size: 20px;
        margin-bottom: 10px
    }
    .join_list li h3 {
        font-size: 18px;
        font-weight: bold
    }
    .join_list li h3 span {
        display: block
    }
    .join_list li .des {
        font-size: 15px;
        margin-top: 15px
    }
    .container_1 .imgbox .mySwiper2 {
        height: 240px
    }
    .container_1 .imgbox .mySwiper {
        height: 55px
    }
}