body {
    background: #f8f8f8;
}

.banner {
    width: 100%;
    position: relative;
}

.header {
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.header .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header h1 {
    width: 22%;
}

.header h1 img {
    width: 100%;
}

.navgation {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.navgation ul {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 17px;
}

.navgation .nli {
    height: 100%;
    width: 98px;
    box-sizing: border-box;
    padding: 0 17px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navgation .nli h3 a {
    font-size: 16px;
    color: #fff;
}

.navgation .sub {
    width: 100%;
    position: absolute;
    left: 0;
    top: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.navgation .sub li {
    width: 100%;
    line-height: 35px;
    text-align: center;
}

.navgation .sub li a {
    font-size: 14px;
    color: #333;
}

.navgation .sub li:hover {
    background: #004680;
}

.navgation .sub li:hover a {
    color: #fff;
}

.navgation .nli:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

/* ---------------------------- */

.footer {
    width: 100%;
    /* background: url(../img/footerBg2.jpg) center no-repeat; */
    background: #024680;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 30px;
}

.ftlogo {
    margin-bottom: 30px;
}

.ftlogo img {
    width: 330px;
    height: auto;
}

.foot {
    display: flex;
    justify-content: space-between;
}

.foot .fleft {
    width: 36.8%;
}

.foot .fleft .box {
    width: 100%;
    font-size: 24px;
    color: #fff;
}

.contact {
    margin: 12px 0 25px 0;
}

.contact p {
    color: #Fff;
    font-size: 20px;
    line-height: 33px;
}

.contact p br {
    display: none;
}

.foot .fright {
    width: 55%;
    padding-top: 20px;
    text-align: right;
}

.foot .fright img {
    /* height: 110px; */
    object-fit: contain;
    max-width: 100%;
}

.banq {
    width: 100%;
    border-top: 1px solid #BFD5E3;
    box-sizing: border-box;
    padding: 20px 0;
    position: relative;
}

.banq::before {
    content: '';
    width: 702px;
    height: 114px;
    background: url(../img/footer-mask.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 80px;
    bottom: 100%;
}

.banq p {
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.banq a {
    color: #fff;
}



/* ------------------------------------------------------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #004680;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    width: 100%;
    max-height: 55px;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 999;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #004680;
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.mbss {
    position: absolute;
    right: 50px;
}

#scrolltop {
    width: 64px;
    height: 64px;
    /* padding-top: 16px; */
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 100;
    cursor: pointer;
    background: #004680;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#scrolltop .iconfont {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("../img/toTop.png") center no-repeat;
}

.search_popup {
    position: absolute;
    filter: alpha(opacity=0);
    right: 0;
    top: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    width: 420px;
    height: 0%;
    transition: all 0.8s ease-in-out;
    backdrop-filter: saturate(180%) blur(20px);
    display: none;
}

.search_popup.on {
    z-index: 99990;
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
}

.search_popup .con {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
    padding: 7% 10%;
    background: #fdfdfd;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.search_popup .con .navitem {
    margin-top: 1.8vw;
    display: none;
}

.search_popup .con .navitem .tt {
    font-size: 20px;
    margin-bottom: 0.78125vw;
    border-bottom: 1px solid rgba(27, 27, 35, 0.1019607843);
    padding-bottom: 0.6vw;
}

.search_popup .con .navitem li {
    line-height: 1.25vw;
    font-size: 0.7291vw;
    margin-bottom: 0.520vw;
}

.search_popup .con .navitem li a {
    color: #004680;
}

.search_popup .close {
    width: 25px;
    text-align: center;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 15px;
    transition: transform .4s ease-out;
}

.search_popup .close img {
    width: 20px;
}

.search_popup .close:hover {
    transform: rotate(360deg);
}

.search_box {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(0, 70, 128, 1);
}

.search_box .searchKeyword {
    height: 60px;
    line-height: 60px;
    width: 100%;
    padding-right: 50px;
    padding-left: 10px;
    background: none;
    border: 0;
    box-sizing: border-box;
    outline: unset;
}

.search_box .searchKeyword::placeholder {
    font-size: 16px;
}

.search_box .serachSubmit,
.tijiao {
    width: 100px;
    background: #004680;
    color: #fff;
    height: 50px;
    font-size: 0;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 5px;
    border: none;
    font-size: 0;
    cursor: pointer;
    letter-spacing: 1px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    outline: 0;
    background: #82b6e3 url(../img/ss.png) no-repeat center;
    cursor: pointer;
}

/* ------------ 手机搜索 -------------- */

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
    opacity: 0;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    box-sizing: border-box;
    padding: 30px 40px 30px 30px;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    top: 50%;
    margin-top: -58px;
    background: #FFF;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.is-visible .cd-popup-container {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cd-popup0,
.cd-popup1,
.cd-popup2,
.cd-popup3 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
}

.cd-popup0.is-visible,
.cd-popup1.is-visible,
.cd-popup2.is-visible,
.cd-popup3.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container0,
.cd-popup-container1,
.cd-popup-container2,
.cd-popup-container3 {
    position: relative;
    padding: 40px;
    background: #fff;
    width: 60%;
    margin: 0 auto;
    top: 20%;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-popup-container1 {
    top: 10%;
}

.is-visible .cd-popup-container0,
.is-visible .cd-popup-container1,
.is-visible .cd-popup-container2,
.is-visible .cd-popup-container3 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sear_p {
    float: left;
    margin: 20px 0 0 5%;
    width: 90%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

.sear_txt {
    float: left;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border: none;
    width: calc(100% - 35px);
    background: none;
    color: #666;
    text-indent: 5px;
}

.hidden_search .text {
    width: 100%;
    height: 36px;
    padding: 0;
    font-size: 14px;
    color: #444;
    background: none;
    border: none;
    font-family: "Microsoft Yahei";
}

.hidden_search .btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 40px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    font-size: 14px;
    color: #8f0e16;
    background: 0 0;
    background: url(../img/serbtn.svg) no-repeat center;
    background-size: 20px 20px
}

.hidden_search .search_wrap {
    border: 1px solid #e4eaec;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
    padding-right: 40px;
    padding-left: 15px;
    width: 95%;
}

.hidden_search .close_btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 26px;
    background: url(../img/closebtn.svg) no-repeat center;
    background-size: 18px 18px
}

.hidden_search .close_btn:hover {
    color: #530794;
}





@media screen and (max-width: 768px) {
    .foot .fleft {
        width: 100%;
    }

    .footer {
        height: auto;
        padding: 15px 0;
    }

    .banq {
        padding: 15px 0;
    }

    .contact {
        margin: 15px 0;
    }

    .ftlogo {
        margin-bottom: 15px;
    }

    .foot .fright {
        display: none;
    }

    #scrolltop {
        width: 40px;
        height: 40px;
    }

    #scrolltop .iconfont {
        width: 22px;
        height: 22px;
        background-size: cover;
    }

    .contact p br {
        display: block;
    }

    .banq::before {
        right: 0;
    }
}


/* -------- 内页通用 -------------- */

.nydt {
    width: 100%;
    position: relative;
}

.nydt .img img {
    width: 100%;
}

.nydt .crumbs {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.nydt .crumbs .name {
    height: 80px;
    width: 270px;
    color: #FFF;
    background: rgba(0, 81, 182, 0.9);
    background-size: 100% 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 85px;
}

.ny_right {
    width: calc(100% - 330px - 50px);
}


/* ----- 5-21 ------ */

.ijgsz ul li a {
    padding-left: 100px;
}

.major .list {
    width: 48.5%;
}

.con-leader {
    background-size: cover;
}

article.content .list .list-item .right {
    width: calc(100% - 230px);
}

article.content .list .list-item .right ul li {
    width: calc((100% - 65px) / 5);
}