/* ---头部--- */
.header .top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #0162ab;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 100px;
}

.header .top .text {
    color: #fff;
    opacity: .5;
}

.header .top .link a {
    color: #fff;
    opacity: .5;
}

.footer{
       overflow: hidden;
}

.header .top .link span {
    color: #fff;
    opacity: .5;
    margin: 0 18px;
}

.header .hea-nav {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 100px;
    /* transition: All 0.3s ease-in-out; */
    position: fixed;
    background: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    top: 40px;
}

.header .hea-nav h1 {
    margin: 0;


}

.banner .swiper-container {
    z-index: 0;
}


.navigation .search {
    position: absolute;
    right: 0;
    top: 40px;
}


.nei-banner {
    width: 100%;
    height: 500px;
    position: relative;
}

.nei-banner .position {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.nei-banner img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.nei-banner .weizhi {
    width: 310px;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 235px;
    box-sizing: border-box;
    padding: 25px 0 0 30px;
}

.nei-banner .weizhi .lanmut {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 22px;
}

.nei-banner .weizhi .mianbaoxie {
    color: #fff;
    margin-top: 8px;
}

.nei-banner .weizhi .mianbaoxie a {
    color: #fff;
}

/* ---头部--- */

/* 尾部 */


.footer .top {
    width: 100%;
    height: 630px;
    background: #585858;
}



.footer .top .imgcode {
    width: 100%;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;

}

.footer .top .imgcode .codes {
    display: flex;
}

.footer .top .imgcode .codes .imgs {
    margin-left: 15px;
}

.footer .top .imgcode .codes .img {
    background: #fff;
    padding: 6px;
}

.footer .top .imgcode .codes p {
    color: #b1b1b1;
    text-align: center;
    margin-top: 5px;
}

.footer .footnav {
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* padding-bottom: 45px; */
    padding-bottom: 35px;
}

.footer .footnav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.footer .footnav ul li .xian {
    width: 25px;
    height: 1px;
    display: inline-block;
    /* background: rgba(255, 255, 255, 0.5); */

}

.footer .footnav ul .sub {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.footer .footnav ul .nav-xian {
    width: 1px;
    /* height: 280px; */
    height: 230px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
}

.footer .footnav ul .sub li {
    line-height: 30PX;
}

.footer .footnav ul .sub li a {
    color: #FFF;
    opacity: .5;
}

.footer .footnav ul li a.name {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 100%;

}

.footer .banq {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #303030;
}

.footer .banq p {
    color: #9b9b9b;
    opacity: .78;
}

.footer .banq p a {
    color: #9b9b9b;
}

.footer .contact {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




.footer .contact .left {
    display: flex;
}

.footer .contact .left .text {
    display: flex;
    margin-right: 45px;
}

.footer .contact .left .text p {
    color: #fff;
    font-size: 16px;
    opacity: .5;
    line-height: 25px;
    margin-left: 10px;
}


.footer .main-links .box {
    width: 233px;
    height: 43px;
    float: left;
    position: relative;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 10px;
}

.footer .main-links .box h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 43px;
    height: 43px;
    text-indent: 5px;
    width: 100%;
    margin: 0;
    position: relative;
    padding-left: 20px;
}

.footer .main-links .box h3::before {
    content: '';
    width: 20px;
    height: 7px;
    display: inline-block;
    background: url(../img/ft-links-icon.png) no-repeat;
    position: absolute;
    right: 45px;
    top: 20px;
}



.footer .main-links .box ul {
    width: 130%;
    height: 350px;
    background: #f7f7f7;
    position: absolute;
    left: -15%;
    bottom: 45px;
    display: none;
    overflow-y: scroll;
}

.footer .main-links .box:hover ul {
    display: block;
}

.footer .main-links .box ul li {
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    margin: 0 15px;
    border-bottom: 1px dashed #ddd;
}

.footer .main-links .box ul li:hover a {
    color: #0d55af;
}

.footer .main-links .box ul li a {
    color: #333;
}


/* 尾部 */

/* 微站 */

/* ---------- */
.mbheader .header-con {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.mbheader .header-con .logo img {
    width: 60%;
}

.mbheader .header-con .logo h1 {
    margin: 0;
    padding: 0;
}

.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: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px
}



.sp_nav span {
    display: block;
    background: #0063b5;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    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: fixed;
    z-index: 9999;
    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: 50px
}



.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: #c9141e
}



.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

/* 微站 */
.m-width {
    max-width: 1400px;
    margin: 0 auto;
}

.mbheader {
    display: none;
}

.header {
    display: block;
    background: #fff;
}


.content .left_c {
    position: unset;
    margin: 0;
}

/* -- */

.dropdown-menu {
    display: flex;
    position: unset;
    border: none;
    /* box-shadow: none; */
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
}

.n_guide_mbi {
    height: 40px;
    margin: 20px auto;
    /* width: 95%; */
    width: 100%;
}

.dropdown-menu>li.on a {
    color: #0063b5;
}


/* 导航新 */
.hea-nav {
    width: 90%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #fff;
}

.hea-nav .nav {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.newnav {
    width: 100%;
    height: 100%;
}

.newnav .newnav-cont {
    width: 1020px;
    height: 100%;
    margin: 0 auto;
}

.newnav .newnav-cont ul {
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.newnav .newnav-cont ul li {
    display: flex;
}

.newnav .newnav-cont ul li>a {
    display: flex;
    width: auto;
    font-size: 18px;
    color: #4c4c4c;
    position: relative;
    align-items: center;
}

.newnav .newnav-cont ul li>a.on {
    font-weight: bold;
    color: #0162ab;
}

.newnav .newnav-cont ul li>a:hover {
    font-weight: bold;
    color: #0162ab;
}

.subnav {
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 999;
}

.subnav .subnav-cont {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 53px 0;
    box-sizing: border-box;
}

.subnav .subnav-cont .left {
    width: 54.5%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.subnav .subnav-cont .left .img {
    width: 315px;
    height: 180px;
    overflow: hidden;
    border: 1px solid #fff;
}

.subnav .subnav-cont .left .img img {
    transition: all .5s;
    width: 315px;
    height: 180px;
}

.subnav .subnav-cont .left .img img:hover {
    transform: scale(1.05);
}

.subnav .subnav-cont .left .text {
    width: 415px;
    height: 100%;
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.subnav .subnav-cont .left .text .h2 {
    font-size: 20px;
    color: #fff;
    display: none;
}

.subnav .subnav-cont .left .text p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
    opacity: 1;
}

.subnav .subnav-cont .right {
    width: 25%;
    height: -webkit-fill-available;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.subnav .subnav-cont .right a {
    display: inline-block;
    height: 30px;
    width: 43%;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 14px;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    position: relative;
}

.subnav .subnav-cont .right a::before {
    content: '·';
    position: absolute;
    left: 0;
}

.subnav .subnav-cont .right a:hover {
    font-weight: bold;
}

.newnav .newnav-cont ul li:hover>a {
    font-weight: bold;
}

.newnav .newnav-cont ul li:hover .subnav {
    display: block;
}

.content .yewu .box .up .topic {
    width: 110px;
    left: 47%;
}


.con-jtbm {
    width: 100%;
}

.con-jtbm .about-column {
    padding: 60px 0 55px 0;
}

.con-jtbm ul.jtbmlist {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0 5px 0;
}

.con-jtbm ul.jtbmlist li {
    width: 24%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #dadada;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.con-jtbm ul.jtbmlist li:nth-child(4n) {
    margin-right: 0;
}

.con-jtbm ul.jtbmlist li a {
    font-size: 18px;
    color: #4c4c4c;
}

.con-jtbm ul.jtbmlist li:hover {
    background: #1c6ac0;
}

.con-jtbm ul.jtbmlist li:hover a {
    color: #fff;
    font-weight: bold;
}

@media all and (max-width: 1800px) {
    .navigation {
        width: 65%;
    }
}

@media all and (max-width: 1600px) {
    .navigation {
        width: 75%;
    }
}


@media all and (max-width: 1400px) {
    .mbheader {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .header {
        display: none;
    }

    .footer .top .imgcode,
    .footer .footnav {
        width: 95%;
    }

    .footer .top,
    .footer .contact {
        height: auto;
    }

    .footer .banq {
        box-sizing: border-box;
        padding: 0 25px;
    }

    .footer .contact {
        height: auto;
        padding: 15px 0;
        width: 95%;
    }


}

@media all and (max-width: 1024px) {

    .content .yewu .box .up .topic {
        left: unset;
        width: 100%;
    }

    .content .yewu {
        /* margin: 0; */
    }

    .n_guide_mbi {
        margin: 0 auto;
    }

    .content .position .list_c .box {
        display: flex;
        padding: 15px 0;
        height: auto;
    }

    .content .right_c {
        width: 100%;
        float: unset;
    }


    .content .position .list_c .box .text {
        width: 90%;
    }



    .nei-banner {
        width: 100%;
        height: auto;
        position: relative;
        /* padding-top: 76px; */
    }

    .nei-banner img {
        width: 100%;
        height: auto;
        display: block;
        position: unset;
    }

    .nei-banner .position {
        width: 95%;
        height: auto;
        margin: 0 auto;
        position: unset;
    }

    .nei-banner .weizhi {
        width: 100%;
        height: auto;
        background: none;
        position: absolute;
        top: unset;
        padding: 25px 0 0 0;
        text-align: center;
        bottom: 10%;
    }

    .nei-banner .weizhi .lanmut {
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        line-height: 22px;
    }

    .nei-banner .weizhi .mianbaoxie {
        color: #fff;
        margin-top: 8px;
    }

    .nei-banner .weizhi .mianbaoxie a {
        color: #fff;
    }
}

.content .position .list .box .mb-dete {
    display: none;
}

@media all and (max-width: 768px) {

    .footer .contact .right {
        display: none;
    }

    .footer .contact .left .text .img {
        display: none;
    }

    .footer .contact .left .text p {
        font-size: 14px;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }

    /* ---- */

    .footer .top .imgcode .codes {
        margin-top: 25px;
    }

    .footer .contact .left .text {
        margin-right: 0;
        margin-bottom: 10px;
        display: unset;
    }

    .footer .contact {
        height: auto;
        padding-top: 0;
    }

    .footer .main-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
    }

    .footer .main-links .box {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .footer .banq {
        height: auto;
        line-height: 30px;
        padding: 25px 0;
        text-align: center;
    }

    .footer .contact,
    .footer .contact .left {
        flex-direction: column;
    }

    .footer .top {
        height: auto;
        display: block;
    }

    .footer .footnav {
        display: none;
    }

    .m-width {
        width: 95%;
    }

    .footer .top .imgcode {
        flex-direction: column;
        padding: 25px 0;
    }


    .box0 {
        width: 100% !important;
    }

    .positionfix1 {
        float: unset !important;
        width: 90% !important;
        margin: 10px auto;
    }


    /* --768-- */
    .content .position .list .first .text .topic {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all;

    }

    .content .position .list .box .des {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        padding: 0;
        margin: 10px 0;
    }

    .content .position .list .box .date {
        margin-bottom: 25px;
        display: none;
    }

    .content .position .list .box .mb-dete {
        display: block;
    }


    .content .position .lianxi .info {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .content .position .lianxi .map {
        height: auto;
    }

    .content .position .lianxi .info .boxx1,
    .content .position .lianxi .info .boxx2,
    .content .position .lianxi .info .boxx3 {
        width: 100%;
    }

    .content .position .lianxi .info .boxx3 {
        margin-bottom: 30px;
    }

    .con-jtbm ul.jtbmlist {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .con-jtbm ul.jtbmlist li {
        width: 48.5%;
        margin-right: 0;
        line-height: unset;
        padding: 0 10px;
    }

    .con-jtbm ul.jtbmlist li a {
        font-size: 14px;
    }

    .content .yewu .box:hover .up .topic {
        left: unset;
        top: 50%;
        margin-top: 0;
        margin-left: 0;
    }

    .content .yewu .box:hover .up .des {
        display: none;
    }


    .content .position .list_c .box .des{
          overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    padding: 0;
    margin: 10px 0;
   }
  .content .position .list_c .box .date{
    display:none;
}

.content .position .list_c .box .text{
       width: 100%;
    float: unset;
}

}