@import url(./footer.css);

.section {
    padding-bottom: 63px;
    background: url(../images/jsms_banner1.png) no-repeat top center;
    background-size: 100% 100%;
}

.jsms_w {
    margin: 0 auto;
    width: 1590px;
}

.top {
    color: #fff;
    width: 100%;
    height: 48px;
    background: rgba(11, 84, 162, 0.14);
    font-size: 16px;
    z-index: 2;
}

.top .jsms_w {
    box-sizing: border-box;
    padding: 0 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.top .right{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top .right a {
    margin: 0 10px;
    color: #fff;
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo_box {
    margin: 30px 0 47px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrap .logo {
    margin-left: 100px;
    display: block;
    width: 456px;
}

.logo img {
    width: 100%;
}

.search-con {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 590px;
    height: 60px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.58);
    overflow: hidden;
}

.search-con input {
    box-sizing: border-box;
    padding-left: 20px;
    width: calc(100% - 120px);
    font-size: 18px;
    border: none;
    background: none;
}

input:-moz-placeholder {
    color: #333;
}

input::-webkit-input-placeholder {
    color: #333;
}

input::-moz-placeholder {
    color: #333;
}

input:-ms-input-placeholder {
    color: #333;
}

.search-con .btn {
    padding-right: 30px;
    box-sizing: border-box;
    line-height: 60px;
    border: none;
    color: #0B54A2;
    font-size: 20px;
}

.search-con .btn i {
    margin-right: 8px;
    font-size: 25px;
}

.category {
    display: flex;
    justify-content: center;
    align-items: center;
}

.category a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 457px;
    height: 64px;
    line-height: 64px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #0B54A2;
}

.category .a1 {
    margin-right: 8px;
    background: url(../images/gryh_li.png) no-repeat center;
    background-size: 100% 100%;
}

.category .a2 {
    background: url(../images/qyyh_li.png) no-repeat center;
    background-size: 100% 100%;
}

.category .a1.on {
    color: #fff;
    background: url(../images/gryh_on.png) no-repeat center;
}

.category .a2.on {
    color: #fff;
    background: url(../images/qyyh_on.png) no-repeat center;
}

.content {
    background: #fff;
}

.bridge {
    position: relative;
    margin-bottom: 22px;
    height: auto;
}

.col_con {
    padding: 0 20px 20px;
}

.col {
    width: calc((100% - 40px) / 3);
}

.tab_hd a {
    position: relative;
}

/* .tab_hd a.tz::before {
    content: '';
    position: absolute;
    top: 0;
    right: 40px;
    display: block;
    width: 13px;
    height: 13px;
    background: url(../images/new.svg) no-repeat center;
} */

.yw {
    width: 100%;
}

.yw .tab_hd {
    border-bottom: 2px solid #0B54A2;
}

.tab_hd a {
    padding: 0 !important;
}

.yw .tab_hd a {
    padding: 0 !important;
    width: 190px;
    height: 50px;
    font-size: 20px;
}

.yw .tab_hd a:first-child {
    margin-right: 20px;
}

.zcjd_tab {
    margin-top: 19px;
    width: 100%;
}

.zcjd_tab .head {
    border-bottom: 2px solid #0B54A2;
}

.zcjd_tab .head a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #0B54A2;
    background: url(../images/tab_on.png) no-repeat center;
    background-size: 100% 100%;
    border-radius: 5px;
}

.zcjd_tab .tab_a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.zcjd_tab .tab_a a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    height: 28px;
    font-size: 16px;
    font-weight: bold;
}

.zcjd_tab .tab_a a.on {
    border-radius: 14px;
    background: #E2F0FF;
    color: #0B54A2;
}

.zcjd_tab .tab_bd {
    background: none;
}

.zcjd_tab .tab_bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.tpjd {
    width: 100%;
}

.tpjd .pic img{
    object-fit: cover;
}

.tpjd li {
    box-sizing: border-box;
    padding: 8px;
    width: calc((100% - 18px) / 2);
    height: 204px;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 2.92px 10px 0px rgba(35, 107, 165, 0.13);
}

.tpjd li .pic {
    margin-bottom: 5px;
    height: 140px;
}

.tpjd li h3 {
    height: 42px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .3s ease;
}

.tpjd li:hover h3{
    color: #0B54A2;
    transition: all .3s ease;
}

.wzjd li {
    box-sizing: border-box;
    padding: 0 12px;
    margin-bottom: 12px;
    width: calc((100% - 18px) / 2);
    height: 60px;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 2.92px 10px 0px rgba(35, 107, 165, 0.13);
}

.wzjd li:nth-child(n+5) {
    margin-bottom: 0;
}

.wzjd li a {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.wzjd li h3 {
    margin-bottom: 8px;
    font-size: 16px;
    /* font-weight: bold; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s ease;
}

.wzjd li:hover h3{
    color: #0B54A2;
    transition: all .3s ease;
}

.wzjd li p {
    font-size: 14px;
    color: #969696;
}

.hqlm {
    box-sizing: border-box;
    padding: 15px 25px 8px;
    margin-top: 15px;
    height: 86px;
    border-radius: 4px;
    background: url(../images/hmlq.png) no-repeat center;
    background-size: 100% 100%;
}

.hqlm a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 63px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #095867;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(4px);
}

.hqlm a img {
    margin-left: 17px;
}

.grbsfw {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    height: 104px;
    font-size: 20px;
    text-indent: 58px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    border-radius: 4px;
    background: url(../images/grbsfw.png) no-repeat center;
    background-size: 100% 100%;
}

.grbs li {
    box-sizing: border-box;
    margin-bottom: 20px;
    width: calc((100% - 40px) / 3);
    height: 89px;
    border: 1px solid rgba(11, 84, 162, 0.16);
    border-radius: 6px;
}

.grbs li a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #0B54A2;
    height: 100%;
    transition: 0.3s all;
}

.grbs li a:hover {
    color: #fff;
    background: #0B54A2;
    transition: 0.3s all;
}

.grbs li a i {
    margin: 15px 0 5px;
    font-size: 32px;
}

.grbs li a p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.wx_box{
    position: relative;
}

.wx_box .wx_ewm {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 150px;
    height: 150px;
    z-index: 999;
}

.wx_box .wx_ewm img {
    width: 100%;
    height: 100%;
}

.wx_box:hover .wx_ewm{
    display: block;
}

.rykl {
    margin-top: 6px;
}

.rykl .tab_hd {
    border-bottom: 2px solid #0B54A2;
}

.rykl .tab_hd a {
    width: calc(100% / 3);
    height: 50px;
    font-size: 20px;
}

.map {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 21px;
    height: 301px;
    border-radius: 4px;
    border: 1px solid #0B54A2;
}

.lx_btn{
    position: absolute;
    bottom: 26px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 999;
}

.lx_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    width: 186px;
height: 32px;
font-size: 14px;
letter-spacing: 0.05em;
color: #FFFFFF;
border-radius: 16px;
background: #0B54A2;
}

.lkxx .tab_hd {
    margin-bottom: 20px;
    border-bottom: 2px solid #0B54A2;
}

.lkxx .tab_hd a {
    width: calc(100% / 3);
    height: 50px;
    font-size: 20px;
}

.lkxx .swiper-container {
    height: 269px;
}

.lkxx .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 14px;
    height: 79px;
    background: #FFFFFF;
    border: 1px solid #D8E3F0;
}

.lkxx .swiper-slide span {
    width: 50px;
    font-size: 16px;
    font-weight: bold;
}

.lkxx .swiper-slide h3 {
    width: calc(100% - 60px);
    /* height: 44px; */
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .3s ease;
}

.lkxx .swiper-slide:hover h3,
.lkxx .swiper-slide:hover span {
    color: #0B54A2;
    transition: all .3s ease;
}

.rykl .main_lis,
.yw .main_lis {
    padding: 0 3px;
}

.rykl .main_lis li,
.yw .main_lis li {
    line-height: 42px;
}

/* 企业办事 */

.column {
    width: calc((100% - 20px) / 2);
}

.column .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #0B54A2;
}

.zbgg .head {
    margin-bottom: 17px;
}

.zbgg .tab_hd {
    margin-bottom: 0;
}

.zbgg .tab_hd a {
    padding: 0 60px !important;
    height: 50px;
    font-size: 20px;
}

.tab_more .gd {
    display: none;
}

.gd {
    font-size: 14px;
    letter-spacing: 0.05em;
}

.tab_more a:first-child {
    display: block;
}

.zbgg .swiper-container {
    height: 289px;
}

.zbgg .tab_bd {
    padding: 0 25px;
    border-radius: 6px;
    border: 1px solid rgba(47, 138, 206, 0.15);
}

.zbgg .tab_bd .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 95px;
    border-bottom: 1px dashed rgba(11, 84, 162, 0.15);
}

.zbgg .tab_bd .swiper-slide:last-child {
    border: none;
}

.zbgg .tab_bd .swiper-slide .tit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 80px);
}

.zbgg .tab_bd .swiper-slide .zbz {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 61px;
    height: 26px;
    font-size: 14px;
    color: #0B54A2;
    border-radius: 13px;
    background: #E2F0FF;
}

.zbgg .tab_bd .swiper-slide a {
    position: relative;
    padding-left: 18px;
    width: calc(100% - 70px);
    height: 42px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.3s all;
}

.zbgg .tab_bd .swiper-slide a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 24px;
    background: #D8D8D8;
}

.zbgg .tab_bd .swiper-slide a:hover {
    font-weight: bold;
    color: #0B54A2;
    transition: 0.3s all;
}

.zbgg .tab_bd .swiper-slide .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    font-size: 14px;
    font-size: 24px;
    font-weight: bold;
}

.zbgg .tab_bd .swiper-slide .date p {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.tzgg .head {
    margin: 22px 0;
}

.tzgg .head .tz {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 60px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #0B54A2;
    background: url(../images/tab_on.png) no-repeat center;
    background-size: 100% 100%;
    border-radius: 5px;
}

/* .tzgg .head a.tz::before {
    content: '';
    position: absolute;
    top: 0;
    right: 40px;
    display: block;
    width: 13px;
    height: 13px;
    background: url(../images/new.svg) no-repeat center;
} */

.tzgg .main_lis {
    line-height: 42px;
}

.column .zcjd_tab {
    margin-top: 0;
}

.column .head a {
    padding: 0 60px;
    width: auto;
}

.column .head a.gd {
    padding: 0;
    background: none;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.column .zcjd_tab {
    margin-bottom: 20px;
}

.column .zcjd_tab .tab_a {
    justify-content: center;
    margin: 15px 0 12px;
}

.column .zcjd_tab .tab_a a {
    margin: 0 15px;
}

.column .tpjd li {
    padding: 9px 14px;
    height: 222px;
}

.column .tpjd li .pic {
    height: 155px;
}

.column .wzjd li {
    height: 66px;
}

.column .grbs li {
    height: 93px;
}

.column .grbs li i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 48px;
    height: 48px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    background: #0B54A2;
    transition: 0.3s all;
}

.column .grbs li a:hover i {
    color: #0B54A2;
    background: #fff;
    transition: 0.3s all;
}

.hqzc_zt ul li {
    width: calc((100% - 20px) / 2);
    height: 86px;
    border-radius: 4px;
    overflow: hidden;
}


@media only screen and (max-width: 1400px) {
    .top .jsms_w {
        padding: 0;
    }

    .wrap .logo {
        margin-left: 0;
    }

    .jsms_w {
        width: 1360px;
    }

    .zcjd_tab .tab_a a {
        padding: 0 10px;
    }

    .grbs li {
        width: calc((100% - 30px) / 3);
    }

    .grbs li a p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1200px) {
    .wrap .logo {
        width: 400px;
    }

    .search-con {
        width: 460px;
    }

    .jsms_w {
        width: 996px;
    }

    .col,
    .column {
        margin-top: 20px;
        width: 100%;
    }

    .col:first-child,
    .column:first-child {
        margin-top: 0;
    }

    .zcjd_tab .tab_a {
        justify-content: center;
    }

    .zcjd_tab .tab_a a {
        padding: 0 25px;
    }

    .zcjd_tab .tab_a a {
        height: 32px;
        font-size: 16px;
    }

    .col_con .tpjd li {
        height: auto;
    }

    .col_con .tpjd li .pic {
        height: 240px;
    }

    .col_con .tpjd li h3 {
        height: 42px;
        font-size: 16px;
    }

    .col_con .wzjd li {
        height: 94px;
    }

    .col_con .wzjd li h3 {
        font-size: 16px;
    }

    .col_con .wzjd li p {
        font-size: 14px;
    }

    .hqlm {
        height: 100px;
    }

    .hqlm a {
        height: 100%;
    }

    .grbs li {
        height: 120px;
    }

    .grbs li a i {
        margin: 25px 0 15px;
    }

    .grbs li a p {
        font-size: 18px;
    }

    /* 企业办事 */

    .column .grbs li {
        height: 120px;
    }

    .column .zcjd_tab .tab_a a {
        margin: 0;
    }

    .hqzc_zt ul li {
        width: calc((100% - 30px) / 3);
    }
}

@media only screen and (max-width: 996px) {
    .jsms_w {
        width: 768px;
    }

    .top .right {
        display: none!important;
    }

    .wrap .logo {
        width: 320px;
    }

    .search-con {
        width: 400px;
        height: 50px;
    }

    .search-con .btn {
        line-height: 50px;
    }

    .category a {
        width: calc((100% - 8px) / 2);
        background-size: 100% 100% !important;
    }

    .bridge {
        margin-bottom: 10px;
        height: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .jsms_w {
        width: 97%;
    }

    .logo_box {
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
    }

    .wrap .logo {
        margin-bottom: 30px;
        width: 60%;
    }

    .search {
        width: 90%;
    }

    .search-con {
        width: 100%;
    }

    .bridge {
        margin-bottom: 10px;
        height: 40px;
    }

    .col_con .tpjd li .pic {
        height: 180px;
    }

    .col_con .zcjd_tab .tab_a a {
        padding: 0 15px;
    }

    .grbs li a i {
        margin: 20px 0 15px;
    }
}

@media only screen and (max-width: 616px) {
    .section {
        padding-bottom: 23px;
    }

    .col_con {
        padding: 0 10px 10px;
    }

    .col_con .zcjd_tab .tab_a a {
        padding: 0 10px;
    }

    .wrap .logo {
        margin-bottom: 30px;
        width: 75%;
    }

    .search {
        width: 96%;
    }

    .category a {
        height: 50px;
        line-height: 50px;
        font-size: 28px;
    }

    .col_con .tpjd li .pic {
        height: 134px;
    }

    .hqlm {
        height: 86px;
    }

    .grbsfw {
        height: 90px;
    }

    .col_con .wzjd li {
        width: 100%;
    }

    .col_con .wzjd li:nth-child(n+3) {
        display: none;
    }

    .col_con .wzjd li:nth-child(n+2) {
        margin-bottom: 0;
    }

    .zbgg .tab_hd a,
    .tzgg .head .tz,
    .column .head a {
        padding: 0 22px !important;
    }

    .tab_hd a.tz::before{
        right: 10px;
    }
    .hqzc_zt ul li {
        margin-bottom: 20px;
        width: calc((100% - 15px) / 2);
    }

    .hqzc_zt ul li:nth-child(n+3){
        margin-bottom: 0;
    }
}