* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.pc {
    display: unset;
}

.iphone {
    display: none;
}

.searchbox_mini {
    display: none;
}

/* 头部 */
.lctheader {
    min-height: 240px;
    background: url(../images/njlc_3.jpg) no-repeat;
    background-size: cover;
}

.lcthead {
    width: 1200px;
    margin: auto;
}

.htop {
    display: flex;
    height: 76px;
    padding-top: 10px;
    justify-content: space-between;
}

.topright {
    color: #2e4fb0;
    background-color: #ffffff88;
    display: flex;
    align-items: center;
    height: 25px;
    padding: 5px 8px;
    border-radius: 5px;
}

.topright a {
    margin: 0 10px;
    color: #2e4fb0;
}

.topright a.zzms {
    padding: 2px 8px;
    color: #fff;
    background: #2e4fb0;
    border-radius: 5px;
}

.hbotom {
    display: flex;
    width: 1200px;
    margin: auto;
    position: relative;
    justify-content: center;
    align-items: center;
}

.searchbox {
    display: inline-flex;
    position: absolute;
    bottom: -20px;
    right: 0;
}

.searchipt {
    width: 270px;
    height: 30px;
    padding-left: 10px;
    border: none;
}

.submitbtn {
    width: 75px;
    height: 30px;
    line-height: 30px;
    border: none;
    color: #fff;
    background: url(../images/njlc_2.png) no-repeat 5px center;
    background-size: 22px 22px;
    background-color: #2e4fb0;
    font-size: 17px;
    padding-left: 20px;
    cursor: pointer;
}

.navbox {
    height: 45px;
    line-height: 45px;
    background-color: #2e4fb0;
}

.navbox>ul {
    width: 1200px;
    margin: auto;
}

.navbox>ul>li {
    width: 167.3px;
    display: inline-block;
    text-align: center;
}

.navbox>ul>li>a {
    display: block;
    color: #fff;
    font-size: 18px;
}

.navbox>ul>li>a.on {
    background-color: #6493ed;
}

.navbox>ul>li>a:hover {
    background-color: #6493ed;
}

/* 脚部 */
.lctfooter {
    min-height: 180px;
    background: url(../images/njlc_16.jpg) top center repeat-x;
    padding-top: 15px;
    position: relative;
    clear: both;
}

.foottop {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footbottom {
    width: 1200px;
    margin: auto;
    text-align: center;
}

.footbottom p {
    margin-top: 10px;
}

.footbottom p span {
    margin: 0 5px;
    color: #4c4a5f;
    font-size: 18px;
}

.footbottom p span a {
    color: #4c4a5f;
    font-size: 18px;
}
#wxi {
    cursor: pointer;
    margin-left: 8px;
}
#wx {
    position: absolute;
    top: -210px;
    width: 200px;
    display: none;
    margin: 0px auto;
    left: 50%;
        z-index: 999;
}

@media (max-width:1200px) {
    .pc {
        display: none;
    }

    .iphone {
        display: unset;
    }

    .lctheader {
        min-height: 165px;
        background: url(../images/nctsj_1.jpg) no-repeat;
        background-size: cover;
    }

    .lcthead, .hbotom {
        width: 100%;
    }

    .hbotom {
        text-align: center;
        display: block;
        position: unset;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .topleft img {
        margin-left: 5%;
        width: 70%;
    }

    .navbox, .topright {
        display: none;
    }

    .picFocus, .dlb {
        height: 210px;
    }

    .picFocus .bd img {
        height: 210px;
    }

    .hbotom>img {
        width: 80%;
        height: auto;
    }

    .fwbox {
        margin: 20px auto;
        min-height: auto;
    }

    .fwbox ul {
        width: auto;
        padding: 0 10px;
        text-align: justify;
        text-align-last: justify;
    }

    .fwbox ul li {
        width: 48%;
        height: 75px;
        float: unset;
        display: inline-block;
        background-color: #fff;
    }

    .fwbox ul li:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }

    .fwbox ul li img:nth-child(1) {
        width: 50px;
        height: 50px;
    }

    .fwbox ul li img:nth-child(2) {
        width: 110px;
        height: 50px;
    }

    .main {
        position: relative;
        background-color: #eff3f4;
    }

    .searchbox {
        display: none;
    }

    .searchbox_mini {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        bottom: 20px;
    }

    .searchbox_mini .searchipt {
        width: 70%;
        height: 35px;
    }

    .searchbox_mini .submitbtn {
        width: 20%;
        height: 35px;
        line-height: 35px;
    }

    .footbottom {
        width: 100%;
    }

    .footbottom p {
        margin-top: 0;
    }

    .footbottom p span {
        margin-top: 5px;
        display: block;
    }

    /* 列表 */
    .listmain {
        width: 100%;
    }

    .list {
        padding: 0 10px;
    }

    /* 详情 */
    .showmain {
        background-color: #fff;
        padding: 0;
    }

    .nav_daohang {
        display: none;
    }

    .page_wrap {
        padding: 0.48rem 0.25rem 0;
        width: 93.33%;
        margin: 0 auto;
    }

    .content {
        padding: 0;
        width: 100%;
    }

    .is-tipsr {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {.mobileFocus{
      display:block;
    }
    .mobileFocus {
        margin: 0 auto;
        height: 210px;
        width: 100%;
        position: relative;
        overflow: hidden;
        zoom: 1;
    }

    .mobileFocus .hd {
        width: 100%;
        text-align: center;
        overflow: hidden;
        position: absolute;
        bottom: 10px;
        z-index: 1;
    }

    .mobileFocus .hd ul {
        margin: auto;
        overflow: hidden;
        zoom: 1;
        text-align: center;
        display: inline-block;
    }

    .mobileFocus .hd ul li {
        float: left;
        margin: 0 5px;
        width: 8px;
        height: 8px;
        text-align: center;
        border: 2px solid #fff;
        cursor: pointer;
        border-radius: 50%;
    }

    .mobileFocus .hd ul li.on {
        background: #fff;
        color: #fff;
    }

    .mobileFocus .bd li {
        vertical-align: middle;
        height: 210px;
       background-size: cover !important;
    }

    .mobileFocus .bd img {
        height: 210px;
        width: 100%;
        display: block;
    }

    .mobileFocus {
        width: 100% !important;
    }

    .mobileFocus .next {
        position: absolute;
        right: 10px;
        top: 33%;
        cursor: pointer;
    }

    .mobileFocus .prev {
        position: absolute;
        left: 10px;
        top: 33%;
        cursor: pointer;
    }
    
  .picFocus{
       display: none;
    }
}