.wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* 右侧nav */
.navRight {
    position: fixed;
    top: 420px;
    /* right: 235px; */
    left: 50%;
    margin-left: 615px;
    cursor: pointer;
}

/* 左侧nav */
.navLeft {
    position: fixed;
    top: 420px;
    /* right: 1560px; */
    right: 50%;
    margin-right: 612px;
    width: 176px;
}

.navLeft img {
    cursor: pointer;
}

.navLeft_body {
    display: flex;
    margin-bottom: 10px;
}

.navLeft_body_weixin {
    /* display: none; */
    visibility: hidden;
    margin-right: 2px;
}

.navLeft_body_shipin {
    /* display: none; */
    visibility: hidden;
    margin-right: 2px;
}

.navLeft_close {
    float: right
}

/* 主体 */
.main {
    width: 1200px;
    margin: 30px auto;
}

/* 焦点轮播图 */
.focus-box {
    width: 1200px;
    height: 460px;
    overflow: hidden;
}

.slideBox {
    width: 650px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/*
.slideBox .hd {
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: 1;
    font-size: 18px;
    line-height: 80px;
    color: white;
}

.slideBox .bd {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}

.slideBox .bd li {
    position: relative;
    width: 650px;
    float: left;
}

.slideBox .bd li img {
    width: 650px;
    height: 100%;
}

.slideBox .bd p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 650px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    text-indent: 10px;
    z-index: 1;
}

.slideBox-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-image: url(http://www.hnlntx.com/static/img/焦点图标题.png);
}

.slideBox .bd p a {
    color: #fff;
} */

.slideBox p {
    width: 650px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    text-indent: 10px;
    z-index: 1;
    background-image: url(http://www.hnlntx.com/static/img/焦点图标题.png);
}

.slideBox p span {
    color: #fff;
    position: absolute;
    right: 20px;
}


.slideBox p a {
    color: #fff;
}


/*要闻*/
.slideTxtBox {
    width: 520px;
    height: 460px;
    margin-left: 30px;
    overflow: hidden;
    padding-top: -20px;
}

.slideTxtBox:before {
    content: "";
    display: block;
   margin-top: -13px;
}

.slideTxtBox .hd ul {
    width: 100%;
    height: 50px;
    border-bottom: 0.5px solid #d6d4d4;
}

.slideTxtBox .hd ul li {
    width: 49%;
    text-align: center;
    float: left;
    line-height: 50px;
}

.slideTxtBox .hd ul li a {
    display: block;
    font-size: 20px;
    color: #686868;
}

.slideTxtBox .hd ul li.on a {
    color: #3c6fa2;
    font-weight: bold;
}

/* 要闻列表 */
.slideTxtBox .bd {
    width: 100%;
    height: 400px;
    /* margin-top: 20px; */
    margin-top: 32px;
}

.slideTxtBox .bd .inBox {
    width: 100%;
    height: 100%;
}

.slideTxtBox .inBox .inBd {
    width: 100%;
    height: 100%;
}

.slideTxtBox .inBox .inBd ul {
    width: 100%;
    height: 100%;
}

.slideTxtBox .inBox .inBd ul li {
    font-size: 18px;
    padding-left: 10px;
    height: 58px;
    line-height: 58px;
    background: url("http://www.hnlntx.com/static/img/li_bg.png") center left no-repeat;
    background-size: 13px 13px;
}

.slideTxtBox .inBox .inBd ul li a {
    color: #424242;
    text-indent: 5px;
    display: block;
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
}

.slideTxtBox .inBox .inBd ul li a:hover {
    color: #3c6fa2;
}

.slideTxtBox .inBox .inBd li span {
    float: right;
    color: #999;
    font-size: 18px;
}

.slideTxtBox .inBox .inBd li span a {
    color: #999;
}

.hnyw-item ul li a {
    display: inline !important;
    width: auto !important;
}

.slideTxtBox .inBox #govNews ul li {
    text-indent: 15px;
}

ul.sub-bd li a {
    display: block !important;
    width: 85% !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*banner_box*/
.banner_box {
    margin: 40px 0;
}

.picScroll {
    width: 1200px;
    height: 220px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.picScroll .next,
.picScroll .prev {
    width: 54px;
    height: 72px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

.picScroll .next {
    top: 70px;
    /* left: 15px; */
    background: url("http://www.hnlntx.com/static/img/广告左.png") center center no-repeat;
}

.picScroll .prev {
    top: 70px;
    right: 8px;
    background: url("http://www.hnlntx.com/static/img/广告右.png") center center no-repeat;
}

.picScroll .prev:hover,
.picScroll .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: #000;
}

.picScroll .bd {
    width: 1200px;
    height: 220px;
    position: relative;
    z-index: 0;
}

.picScroll .bd ul {
    height: 220px;
    overflow: hidden;
}

.picScroll .bd ul li {
    float: left;
    margin-right: 8px;
    width: 392px;
    height: 220px;
}

.picScroll .bd ul li img {
    display: block;
    width: 392px;
    height: 220px;
}

/* 专题 */
.special_box {
    width: 1200px;
    height: 350px;
}

/* 专题头部 */
.special_box .hd {
    width: 100%;
    height: 66px;
    background: url(http://www.hnlntx.com/static/img/组织建设bg.png);
}

.special_box .hd ul {
    width: 100%;
    height: 66px;
}

.special_box .hd ul li {
    width: 90px;
    text-align: center;
    float: left;
    line-height: 50px;
    /* margin: 0 104px; */
    margin: 0 75px;
}

.special_box .hd ul li.on {
    font-weight: bold;
    border-bottom: 5px solid #3c6fa2;
}

.special_box .hd ul li a {
    display: block;
    font-size: 20px;
    color: #686868;
}

.special_box .hd ul li.on a {
    color: #3c6fa2;
    font-weight: bold;
}

/* 专题主体 */
.specialContant {
    width: 1200px;
    height: 265px;
    margin-top: 19px;
}

.leftImg {
    display: flex;
}

.leftImg p {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-top: -40px;
    padding: 0 10px;
    /* cursor: pointer; */
    position: relative;
    color: #fff;
    background-color: #00000078;
    text-align: center;
    width: 440px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.leftImg p a {
    color: #fff;
}
.leftImg_t{
    margin-left: 10px;
}
.leftImg_t ul li {
    margin-bottom: 10px;
}

.rightslide {
    /* width: 550px; */
    width: 680px;
    height: 266px;
    overflow: hidden;
    /* margin-top: -20px; */
}

.rightslide ul li {
    font-size: 18px;
    padding-left: 10px;
    height: 54px;
    line-height: 54px;
    background: url("http://www.hnlntx.com/static/img/li_bg.png") center left no-repeat;
    background-size: 13px 13px;
}

.rightslide li a {
    color: #424242;
    text-indent: 5px;
    display: block;
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
}

.rightslide ul li a:hover {
    color: #3c6fa2;
}

.rightslide li span {
    float: right;
    color: #999;
    font-size: 18px;
}

.rightslide li span a {
    color: #999;
}

/* 健身指导 */
.discuss_box {
    width: 1200px;
    margin: 40px 0;
}

.guidanceBox {
    width: 600px;
}

.guidanceBox span {
    font-size: 20px;
    font-weight: bold;
    color: #3c6fa2;
    line-height: 50px;
}
.guidanceBox img{
    width: 600px;
    height: 255px;
}
.li_box{
    padding-bottom: 30px;
    height: 260px;
}
.li_box span {
    font-size: 20px;
    font-weight: bold;
    color: #3c6fa2;
    line-height: 50px;
    padding: 0 20px;
}

.guidanceTab {
    width: 100%;
    /* height: 360px; */
}

.guidanceTab ul {
    margin-left: -10px;
}

.guidanceTab ul li {
    float: left;
    width: 135px;
    height: 58px;
    font-size: 18px;
    line-height: 58px;
    text-align: center;
    color: #3c6fa2;
    font-weight: 600;
    margin: 15px 8px;
    background: url(http://www.hnlntx.com/static/img/矩形\ 1.png) no-repeat;
    background-size: contain;
}

.guidanceTab ul li a {
    font-size: 18px;
    /* line-height: 64px; */
    text-align: center;
    color: #3c6fa2;
    font-weight: 600;
}

/* .guidanceTab ul .liOther {
    float: left;
    width: 320px;
    height: 64px;
    font-size: 18px;
    line-height: 64px;
    text-align: center;
    color: #3c6fa2;
    font-weight: 600;
    margin: 15px 9px;
    background: url(http://www.hnlntx.com/static/img/矩形\ 1\ 拷贝\ 6.png);
} */
.guidanceTab ul .liOther {
    float: left;
    width: 286px;
    height: 58px;
    font-size: 18px;
    line-height: 58px;
    text-align: center;
    color: #3c6fa2;
    font-weight: 600;
    margin: 15px 9px;
    background: url(http://www.hnlntx.com/static/img/矩形\ 1\ 拷贝\ 6.png) no-repeat;
    background-size: contain;
}


/* 理论探讨 */
.discussBox {
    /* width: 480px;
    height: 410px; */
    width: 540px;
    height: 257px;
    overflow: hidden;
}

.discussBox span {
    font-size: 20px;
    font-weight: bold;
    color: #3c6fa2;
    line-height: 50px;
}

.discussBox ul {
    padding-left: 20px;
    width: 100%;
    /* height: 360px; */
}

.discussBox ul li {
    font-size: 18px;
    height: 54px;
    line-height: 54px;
    width: 95%;
}

.discussBox li a {
    color: #424242;
    /* text-indent: 5px; */
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
}

.discussBox ul li a:hover {
    color: #3c6fa2;
}
.tp_box{
    height: 110px;
}
.tp_box ul li{
    float: right;
    margin-right: 10px;
}
/* .tp_box ul li:last-child:after {
    margin-right: 20px;
} */

/* 图片选项卡 */
.picture_box {
    width: 1200px;
    margin: 40px 0;
}

.picture_box .hd ul {
    width: 100%;
    height: 50px;
    border-bottom: 0.5px solid #d6d4d4;
}

.picture_box .hd ul li {
    width: 398px;
    text-align: center;
    float: left;
    line-height: 50px;
}

.picture_box .hd ul li.on {
    border-bottom: 1px solid #3c6fa2;
}

.picture_box .hd ul li a {
    display: block;
    font-size: 20px;
    color: #686868;
}

.picture_box .hd ul li.on a {
    color: #3c6fa2;
    font-weight: bold;
}

/* 友情链接 */
.link_box {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.link_box text {
    color: #3c6fa2;
}

.link_box span {
    padding: 0 60px;
}

/* 背景 */
.background {
    position: absolute;
    top: 1247px;
    left: 570px;
    z-index: -999;
}


.banner_box .swiper-container {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.banner_box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next:hover {
    color: #fff;
}

.swiper-button-prev:hover {
    color: #fff;
    /* background-color: #424242; */
    /* background: 100px; */
}
.swiper-pagination-current{
    font-size: 25px;
    color: #fef5a6;
}

@media screen and (max-width:1200px) {
    .navLeft,.navRight{
        display: none;
    }
}
.bac{
    background: url(http://www.hnlntx.com/static/img/11.png) no-repeat center 80px;
}

.zhiding {
    position: fixed;
    left: 50%;
    margin-left: 640px;
    top: 700px;
    z-index: 2;
}

.zhiding ul li {
    width: 65px;
    padding: 13px 11px;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 #00000024;
    border-radius: 2px 0 0 2px;
    margin-bottom: 2px;
    cursor: pointer;
    position: relative;
}

.zhiding ul li a {
    display: block;
    font-size: 14px;
    color: #575454;
}

.zhiding ul li .iconfont {
    display: inline-block;
    width: 28px;
    height: 28px;
}

.zhiding ul li .backTop .iconfont {
    background: url(http://www.hnlntx.com/static/img/zhiding.png) no-repeat center;
}
.zhiding ul li .backBottom .iconfont {
    background: url(http://www.hnlntx.com/static/img/zhiding.png) no-repeat center;
    transform: rotate(180deg); /* 将背景图片旋转180度 */
}