@media screen and (min-width: 1000px) {
  /* css style*/
  .fs18 {
    font-size: 1.6rem;
  }
  .fs22 {
    font-size: 2rem;
  }
  .page_bg {
    width: 124rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 50px;
    overflow: hidden;
    box-shadow: 1px 0.5rem 1rem #59484121;
  }
  .no_bg {
    background: none !important;
    box-shadow: none !important;
  }
  .unflex {
    display: block !important;
  }
  .inner1 {
    overflow: hidden;
    background: #fffcf7 url("jhlzt-pc_rssp_bg.jpg") no-repeat;
    background-size: 100% auto;
  }
  .inner1 .page_bg {
    width: 124rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 50px;
    overflow: hidden;
    box-shadow: 1px 0.5rem 1rem #59484121;
  }
  .inner1 .page_bg .title {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 30px 0;
    background: url("jhlzt-pc_tit_bottom.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .inner1 .page_bg .title > img {
    width: 110px;
  }
  .inner1 .page_bg .title > a,
  .inner1 .page_bg .title > div {
    cursor: pointer;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 16px;
    color: #8b430f;
  }
  .inner1 .page_bg .title > a > img ,
  .inner1 .page_bg .title > div > img {
    margin-left: 10px;
  }
  .inner1 .page_bg > .group {
    margin: 3rem auto 3rem auto;
    max-width: 1240px;
    display: flex;
  }
  .inner1 .page_bg > .group > div {
    flex: 1;
  }
  .inner1 .page_bg > .group > div .videoBox {
    width: 100%;
    height: 32rem;
  }
  .inner1 .page_bg > .group > div .videoBox > video {
    display: block;
    width: 100%;
    height: 100%;
    border: 5px solid #efd0ac;
  }
  .inner1 .page_bg > .group > div .info {
    background-color: #fbefe1;
    padding: 15px 20px;
  }
  .inner1 .page_bg > .group > div .info .name {
    font-size: 24px;
    color: #594841;
    font-weight: bold;
  }
  .inner1 .page_bg > .group > div .info .description {
    margin-top: 10px;
    font-size: 16px;
    color: #594841;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .inner1 .page_bg > .group > div .info .btn {
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
    text-align: right;
  }
  .inner1 .page_bg > .group > div .info .btn > a {
    font-size: 16px;
    font-weight: bold;
    color: #d0814a;
  }
  .inner1 .page_bg > .group .list {
    display: flex;
    flex-wrap: wrap;
  }
  .inner1 .page_bg > .group .list .articl {
    position: relative;
    width: calc(48%);
    border-top: 14px solid #f1d68d;
    background: #f4ece3;
    padding: 15px 15px 0 15px;
    margin-bottom: 20px;
  }
  .inner1 .page_bg > .group .list .articl > .title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #594841;
    line-height: 3rem;
    padding: 10px 15px;
    background: url("jhlzt-list_tit_bg.png") no-repeat;
    background-size: 100% 100%;
  }
  .inner1 .page_bg > .group .list .articl > .more {
    margin: 1rem 0 0 0;
    font-size: 16px;
    color: #594841;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .inner1 .page_bg > .group .list .articl > .more > img {
    display: block;
    margin-left: 5px;
  }
  .inner1 .page_bg > .group .list .articl:hover > .title {
    color: #c5631c;
  }
  .inner1 .page_bg > .group .list .articl .bg {
    width: 100%;
    position: absolute;
    bottom: -1.2rem;
    left: 0;
    right: 0;
  }
  .inner1 .page_bg > .group .list .articl .bg > img {
    display: block;
    width: 100%;
  }
  .inner1 .page_bg > .group .list .articl:nth-child(2n - 1) {
    margin-right: 2rem;
  }
  .inner1 .page_bg > .group .list .articl:nth-child(5),
  .inner1 .page_bg > .group .list .articl:nth-child(6) {
    margin-bottom: 0;
  }
  .inner1 .page_bg > .group > div:nth-child(1) {
    margin-right: 30px;
  }
  .inner1 .page_bg > .intro {
    max-width: 124rem;
    margin: 3rem auto;
  }
  .inner1 .page_bg > .intro .intro_top {
    padding: 3rem;
    background-image: linear-gradient(to bottom, rgba(239, 196, 115, 0), rgba(239, 196, 115, 0.15));
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .inner1 .page_bg > .intro .intro_top .left {
    flex: 1;
  }
  .inner1 .page_bg > .intro .intro_top .left .name {
    font-size: 2.6rem;
    color: #594841;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .inner1 .page_bg > .intro .intro_top .left .title_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .inner1 .page_bg > .intro .intro_top .left .title_list > div {
    width: calc(31.33333333%);
    display: flex;
    height: 5rem;
    align-items: center;
    padding-left: 1rem;
    color: #594841;
    border-bottom: 1px solid #f0d9c9;
    white-space: nowrap;
    margin-right: 2rem;
    font-size: 1.6rem;
  }
  .inner1 .page_bg > .intro .intro_top .left .title_list > div > span {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background-color: #c56118;
    margin-right: 1rem;
  }
  .inner1 .page_bg > .intro .intro_top .left .title_list > div:nth-child(3n) {
    margin-right: 0;
  }
  .inner1 .page_bg > .intro .intro_top > img {
    border: 0.4rem solid #efd0ac;
  }
  .inner1 .page_bg > .intro .intro_text {
    margin-top: 2rem;
    font-size: 1.6rem;
    color: #594841;
    line-height: 4rem;
  }
  .inner1 .page_bg > .intro .intro_text > p {
    text-indent: 2em;
    margin-bottom: 2rem;
  }
  .sub_poem .page_bg > .group {
    flex-direction: column;
  }
  .sub_poem .page_bg > .group .group_bg {
    width: 100%;
    background-color: rgba(244, 215, 160, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
    margin-bottom: 3rem;
  }
  .sub_poem .page_bg > .group .group_bg .videoBox {
    width: 78rem;
    height: 43rem;
  }
  .sub_poem .page_bg > .group .group_bg .videoBox > video {
    height: 100%;
  }
  .sub_poem .page_bg > .group .list .articl {
    width: calc(49%);
  }
  .sub_poem .page_bg > .group .list .articl > .title {
    height: 78px;
    background: url("jhlzt-border.png") no-repeat;
    background-size: 100% 100%;
  }
  .sub_poem .page_bg > .group .list .articl > .title:hover {
    cursor: pointer;
  }
  .sub_poem .page_bg > .group .list .articl .more {
    margin: 0.5rem 0 1rem 0;
    cursor: pointer;
  }
  .sub_poem .page_bg > .group .list .articl .more:hover {
    color: #c5631c;
  }
  .sub_poem .page_bg > .group .list .articl .bg {
    bottom: -1rem;
  }
  .sub_poem .page_bg > .group .list .articl:nth-child(2n) {
    margin-right: 0;
  }
  .inner2 {
    background: url("jhlzt-pc_xwdt_bg.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .inner2 .page_bg {
    width: 124rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 50px;
    overflow: hidden;
    box-shadow: 1px 0.5rem 1rem #59484121;
  }
  .inner2 .page_bg .title {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 30px 0;
    background: url("jhlzt-pc_tit_bottom.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .inner2 .page_bg .title > img {
    width: 110px;
  }
  .inner2 .page_bg .title > a,
  .inner2 .page_bg .title > div {
    cursor: pointer;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 1.6rem;
    color: #8b430f;
  }
  .inner2 .page_bg .title > a > img ,
  .inner2 .page_bg .title > div > img {
    margin-left: 10px;
  }
  .inner2 .page_bg > .group {
    display: flex;
    padding: 40px 0;
    max-width: 1240px;
    margin: 0 auto;
  }
  .inner2 .page_bg > .group > div {
    flex: 1;
  }
  .inner2 .page_bg > .group > div > .news > .title {
    font-size: 2rem;
    color: #c56118;
    font-weight: bold;
    padding: 0;
    margin-bottom: 1rem;
    background: none;
  }
  .inner2 .page_bg > .group > div > .news > .description {
    font-size: 1.6rem;
    color: #594841;
    line-height: 3.2rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .inner2 .page_bg > .group > div > .list {
    border-top: 1px dashed #8b430f;
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .inner2 .page_bg > .group > div > .list > .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4.8rem;
  }
  .inner2 .page_bg > .group > div > .list > .row .left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.6rem;
  }
  .inner2 .page_bg > .group > div > .list > .row .left > p {
    width: 54rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .inner2 .page_bg > .group > div > .list > .row .left > span {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #8b430f;
    transform: rotate(-45deg);
    margin-right: 1rem;
  }
  .inner2 .page_bg > .group > div > .list > .row > .date {
    width: 10rem;
    color: #908783;
    font-size: 1.6rem;
  }
  .inner2 .page_bg > .group > div.swiper {
    margin-right: 4rem;
    --swiper-theme-color: #ece2cf;
    --swiper-pagination-color: #edbe68;
  }
  .inner2 .page_bg > .group > div.swiper .swiper-slide {
    width: calc(99.2%);
    position: relative;
  }
  .inner2 .page_bg > .group > div.swiper .swiper-slide > img {
    width: 100%;
  }
  .inner2 .page_bg > .group > div.swiper .swiper-slide > .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(89, 72, 65, 0.5);
    height: 6.5rem;
    line-height: 6.5rem;
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
  .inner2 .page_bg > .group > div.swiper .swiper-slide > .title > span {
    height: 6.5rem;
    line-height: 6.5rem;
    display: block;
    width: 50rem;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .inner2 .page_bg > .group > div.swiper .bor {
    border: 0.4rem solid #efd0ac;
  }
  .inner2 .page_bg > .group > div.swiper .bor > img {
    width: 100%;
  }
  .inner2 .page_bg > .group > div.swiper .swiper-pagination {
    position: absolute;
    right: 2rem;
    left: inherit;
    bottom: 0;
    height: 6.5rem;
    width: 10rem;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .inner2 .page_bg > .group > div.swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
  }
  .inner2 .page_bg > .group > div.swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 2rem;
    height: 1rem;
    border-radius: 1rem;
  }
  .inner2 .page_bg > .group > .news-group-item {
    cursor: pointer;
    width: 100%;
    padding: 2rem 3rem;
    background: url("jhlzt-news_item_bg.jpg") no-repeat;
    background-size: 100% 100%;
    display: flex;
    margin-bottom: 2rem;
  }
  .inner2 .page_bg > .group > .news-group-item .left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .inner2 .page_bg > .group > .news-group-item .left > .dl {
    color: #8b430f;
    padding-right: 2rem;
    text-align: center;
  }
  .inner2 .page_bg > .group > .news-group-item .left > .dl > .dt {
    width: 10rem;
    font-size: 2rem;
    font-weight: bold;
  }
  .inner2 .page_bg > .group > .news-group-item .left > .dl > .dd {
    font-size: 1.4rem;
  }
  .inner2 .page_bg > .group > .news-group-item .left > .name {
    font-size: 1.6rem;
    color: #594841;
    padding: 1rem 2rem;
    border-left: 1px solid #8b430f;
  }
  .inner2 .page_bg > .group > .news-group-item > img {
    display: block;
    width: 3.8rem;
    height: 3.8rem;
    margin-top: 0.5rem;
  }
  .inner2 .page_bg > .group > div.newslist > .row {
    height: 8.4rem;
    background-image: url("jhlzt-artcle_item_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-wrap: warp;
    align-items: center;
    padding: 2rem 3rem;
    cursor: pointer;
    margin-bottom: 2.5rem;
  }
  .inner2 .page_bg > .group > div.newslist > .row > .left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .inner2 .page_bg > .group > div.newslist > .row > .left > .dl {
    color: #8b430f;
    padding-right: 2rem;
    text-align: center;
  }
  .inner2 .page_bg > .group > div.newslist > .row > .left > .dl > .dt {
    font-size: 2rem;
    font-weight: bold;
  }
  .inner2 .page_bg > .group > div.newslist > .row > .left > .dl > .dd {
    font-size: 1.4rem;
  }
  .inner2 .page_bg > .group > div.newslist > .row > .left > .name {
    font-size: 1.6rem;
    color: #594841;
    padding: 1rem 2rem;
    border-left: 1px solid #8b430f;
  }
  .inner2 .page_bg > .group > div.newslist > .row > img {
    width: 3.8rem;
    height: 3.8rem;
  }
  .inner2 .page_bg > .group > div.newslist > .row:hover {
    background-image: none;
    background-color: #f5e2cc;
  }
  .inner2 .page_bg > .group > div.newslist > .row:last-child {
    margin-bottom: 0;
  }
  .inner2 .page_bg > .pageBox {
    max-width: 134rem;
    margin: 0 auto;
    height: 5rem;
  }
  .inner2 .page_bg .detail {
    max-width: 134rem;
    margin: 0 auto;
  }
  .inner2 .page_bg .detail > .name {
    font-size: 2.4rem;
    font-weight: bold;
    color: #594841;
    width: 100%;
    text-align: center;
    padding: 2rem 0;
  }
  .inner2 .page_bg .detail > .description {
    width: 100%;
    text-align: center;
    background-color: #fdf4e2;
    font-size: 1.6rem;
    padding: 1rem 0;
    color: #8b430f;
  }
  .inner2 .page_bg .detail > .description > span {
    margin-right: 3rem;
  }
  .inner2 .page_bg .detail > .article {
    font-size: 1.6rem;
    color: #594841;
    line-height: 4.2rem;
    margin-top: 2rem;
  }
  .inner2 .page_bg .article-bar {
    max-width: 134rem;
    margin: 3rem auto 0 auto;
    padding: 3rem 0;
    border-top: 0.2rem solid #e8d9ce;
    color: #8b430f;
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
  }
  .inner2 .page_bg .article-bar .disabled {
    color: #bf9f90;
  }
  .inner4 {
    display: none;
  }
  .inner3 {
    display: block;
    padding: 1rem 2rem 0 2rem;
    background: url("jhlzt-pc_kycj_bj.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .inner3 .page_bg .title {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 30px 0;
    background: url("jhlzt-pc_tit_bottom.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .inner3 .page_bg .title > img {
    width: 110px;
  }
  .inner3 .page_bg .title > a,
  .inner3 .page_bg .title > div {
    cursor: pointer;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 1.6rem;
    color: #8b430f;
  }
  .inner3 .page_bg .title > a > img,
  .inner3 .page_bg .title > div > img {
    margin-left: 10px;
  }
  .inner3 .page_bg > .group {
    max-width: 124rem;
    margin: 0 auto;
    padding: 4rem 0;
  }
  .inner3 .page_bg > .group .swiper {
    padding-bottom: 3rem;
  }
  .inner3 .page_bg > .group .swiper-wrapper .swiper-slide > img {
    width: 100%;
    display: block;
  }
  .inner3 .page_bg > .group .swiper-wrapper .swiper-slide > .title {
    margin-top: 1.5rem;
    padding: 0;
    background: none;
    color: #594841;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 3rem;
    font-size: 1.6rem;
  }
  .inner3 .page_bg > .group .swiper-wrapper .swiper-slide > .title > span {
    background-color: #d0814a;
    padding: 0 0.8rem;
    margin-right: 1rem;
    color: #fff;
  }
  .inner3 .page_bg > .group .toggle {
    width: 20rem;
    height: 6.4rem;
    position: relative;
    margin: 4rem auto 0 auto;
  }
  .inner3 .page_bg > .group .toggle .swiper-button-prev {
    width: 8rem;
    height: 3.4rem;
    background: url("jhlzt-pc_btn_left.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .inner3 .page_bg > .group .toggle .swiper-button-prev::after {
    content: '';
  }
  .inner3 .page_bg > .group .toggle .swiper-button-next {
    width: 8rem;
    height: 3.4rem;
    background: url("jhlzt-pc_btn_right.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .inner3 .page_bg > .group .toggle .swiper-button-next::after {
    content: '';
  }
  .inner3 .page_bg .s-box {
    width: 100%;
    padding-left: 2rem;
    height: 8rem;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .inner3 .page_bg .s-box .shaft {
    width: 124rem;
    border-bottom: 1px solid #a8755c;
    display: flex;
  }
  .inner3 .page_bg .s-box .shaft .shaft-item {
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
  }
  .inner3 .page_bg .s-box .shaft .shaft-item .large {
    width: 0.1rem;
    height: 2.2rem;
    background-color: #a8755c;
    margin-right: 0.94rem;
  }
  .inner3 .page_bg .s-box .shaft .shaft-item .small {
    width: 0.1rem;
    height: 1rem;
    background-color: #a8755c;
    margin-right: 0.94rem;
  }
  .inner3 .page_bg .s-box .shaft .shaft-item .text {
    position: absolute;
    left: -1rem;
    bottom: -3rem;
    font-size: 14px;
    color: #8b430f;
  }
  .inner3 .page_bg .s-box .shaft .shaft-item > img {
    display: none;
    width: 1.6rem;
    position: absolute;
    left: -0.8rem;
    bottom: -0.8rem;
  }
  .inner3 .page_bg .s-box .shaft .active .text {
    font-weight: bold;
  }
  .inner3 .page_bg .s-box .shaft .active > img {
    display: block;
  }
  .inner7 {
    display: block;
    background: url("jhlzt-pc_kycj_bj.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .inner7 .page_bg {
    width: 124rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 50px;
    overflow: hidden;
    box-shadow: 1px 0.5rem 1rem #59484121;
  }
  .inner7 .page_bg .title {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 30px 0;
    background: url("jhlzt-pc_tit_bottom.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .inner7 .page_bg .title > img {
    width: 110px;
  }
  .inner7 .page_bg .title > a,
  .inner7 .page_bg .title > div {
    cursor: pointer;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 18px;
    color: #8b430f;
    
  }
  .inner1 .page_bg .title > div a,
  .inner1 .page_bg .title > div span{
    color: #8b430f;
  }
  .inner2 .page_bg .title > div a,
  .inner2 .page_bg .title > div span{
    color: #8b430f;
  }
  .inner3 .page_bg .title > div a,
  .inner3 .page_bg .title > div span{
    color: #8b430f;
  }
  .inner4 .page_bg .title > div a,
  .inner4 .page_bg .title > div span{
    color: #8b430f;
  }
  .inner5 .page_bg .title > div a,
  .inner5 .page_bg .title > div span{
    color: #8b430f;
  }
  .inner6 .page_bg .title > div a,
  .inner6 .page_bg .title > div span{
    color: #8b430f;
  }
  .inner7 .page_bg .title > div a,
  .inner7 .page_bg .title > div span{
    color: #8b430f;
  }
  .inner8 .page_bg .title > a > img ,
  .inner8 .page_bg .title > div > img {
    margin-left: 10px;
  }
  .inner9 .page_bg .title > div a,
  .inner9 .page_bg .title > div span{
    color: #8b430f;
  }
  .inner7 .page_bg .detail {
    max-width: 124rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  .inner7 .page_bg .detail > .mySwiper2 {
    width: 100%;
    background-color: #fcf2df;
  }
  .inner7 .page_bg .detail > .mySwiper2 > .swiper-wrapper {
    padding: 3% 0 6%;
    width: 100%;
  }
  .inner7 .page_bg .detail > .mySwiper2 > .swiper-wrapper > .swiper-slide {
    width: 100%;
  }
  .inner7 .page_bg .detail > .mySwiper2 > .swiper-wrapper > .swiper-slide > img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .inner7 .page_bg .detail > .mySwiper2 > .swiper-wrapper > .swiper-slide > div {
    width: 60%;
    margin: 0 auto;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 600;
  }
  .inner7 .page_bg .detail > .mySwiper2 > .swiper-wrapper > .swiper-slide > div > span {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    padding: 2px 6px;
    background-color: #d0814a;
  }
  .inner7 .page_bg .detail > .mySwiper2 .swiper-button-next,
  .inner7 .page_bg .detail > .mySwiper2 .swiper-button-prev {
    background-color: rgba(208, 129, 74, 0.2);
    font-size: 2rem;
    padding: 4rem 2rem;
  }
  .inner7 .page_bg .detail > .mySwiper2 .swiper-button-next::after,
  .inner7 .page_bg .detail > .mySwiper2 .swiper-button-prev::after {
    color: #d0814a;
  }
  .inner7 .page_bg .detail > .mySwiper1 {
    width: 100%;
    margin-top: 50px;
  }
  .inner7 .page_bg .detail > .mySwiper1 > .swiper-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .inner7 .page_bg .detail > .mySwiper1 > .swiper-wrapper > .swiper-slide {
    width: 100%;
    text-align: center;
  }
  .inner7 .page_bg .detail > .mySwiper1 > .swiper-wrapper > .swiper-slide > img {
    width: 100%;
  }
  .inner7 .page_bg .detail > .mySwiper1 .swiper-button-next,
  .inner7 .page_bg .detail > .mySwiper1 .swiper-button-prev {
    background-color: rgba(208, 129, 74, 0.4);
    font-size: 2rem;
    padding: 4rem 2rem;
  }
  .inner7 .page_bg .detail > .mySwiper1 .swiper-button-next::after,
  .inner7 .page_bg .detail > .mySwiper1 .swiper-button-prev::after {
    color: #d0814a;
  }
  .inner7 .page_bg .pageBox {
    max-width: 134rem;
    margin: 0 auto;
    height: 5rem;
  }
  .inner5 {
    padding: 1rem 2rem 4rem 2rem;
    background-color: #fffdf8;
  }
  .inner5 .page_bg {
    width: 124rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 50px;
    overflow: hidden;
    box-shadow: 1px 0.5rem 1rem #59484121;
  }
  .inner5 .page_bg > .title {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 30px 0;
    background: url("jhlzt-pc_tit_bottom.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .inner5 .page_bg > .title > img {
    width: 110px;
  }
  .inner5 .page_bg > .title > a,
  .inner5 .page_bg > .title > div {
    cursor: pointer;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 1.6rem;
    color: #8b430f;
  }
  .inner5 .page_bg > .title > a > img ,
  .inner5 .page_bg > .title > div > img {
    margin-left: 10px;
  }
  .inner5 .page_bg > .group {
    max-width: 124rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .inner5 .page_bg > .group > .news {
    width: calc(48%);
    border-bottom: 1px dashed #cab0a1;
    padding-top: 3.4rem;
  }
  .inner5 .page_bg > .group > .news > .title {
    font-size: 1.6rem;
    color: #594841;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 2rem;
    display: block;
  }
  .inner5 .page_bg > .group > .news > .description {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.5rem;
  }
  .inner5 .page_bg > .group > .news > .description > div {
    width: 20rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.6rem;
    color: #8b430f;
    margin-right: 3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .inner5 .page_bg > .group > .news > .description > div > img {
    display: block;
    margin-right: 1rem;
  }
  .inner5 .page_bg > .group > .news:nth-child(2n - 1) {
    margin-right: 4rem;
  }
  .inner6 {
    padding: 1rem 2rem 4rem 2rem;
    background: url("jhlzt-pc_dnwz_bj.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .inner6 .page_bg {
    width: 124rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 50px;
    overflow: hidden;
    box-shadow: 1px 0.5rem 1rem #59484121;
  }
  .inner6 .page_bg .title {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 30px 0;
    background: url("jhlzt-pc_tit_bottom.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .inner6 .page_bg .title > img {
    width: 110px;
  }
  .inner6 .page_bg .title > a,
  .inner6 .page_bg .title > div {
    cursor: pointer;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 18px;
    color: #8b430f;
  }
  .inner6 .page_bg .title > a > img ,
  .inner6 .page_bg .title > div > img {
    margin-left: 10px;
  }
  .inner6 .page_bg > .article-list {
    max-width: 124rem;
    margin: 4rem auto 2rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .inner6 .page_bg > .article-list > .article-item {
    width: calc(31.66666667%);
    height: 20.5rem;
    padding: 2rem;
    background: url("jhlzt-dnwz_item_bg.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 2.5rem;
    margin-bottom: 4rem;
  }
  .inner6 .page_bg > .article-list > .article-item > .name {
    font-size: 1.6rem;
    font-weight: bold;
    color: #594841;
    margin-bottom: 1rem;
  }
  .inner6 .page_bg > .article-list > .article-item > .description {
    line-height: 3rem;
    font-size: 1.6rem;
    color: #594841;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .inner6 .page_bg > .article-list > .article-item > .area {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    padding-right: 2rem;
  }
  .inner6 .page_bg > .article-list > .article-item > .area > img {
    width: 6rem;
    height: 3rem;
    cursor: pointer;
  }
  .inner6 .page_bg > .article-list > .article-item:nth-child(3n) {
    margin-right: 0;
  }
  .inner8 .page_bg {
    width: 124rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 50px;
    overflow: hidden;
    box-shadow: 1px 0.5rem 1rem #59484121;
  }
  .inner8 .page_bg .title {
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 30px 0;
    background: url("jhlzt-pc_tit_bottom.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .inner8 .page_bg .title > img {
    width: 110px;
  }
  .inner8 .page_bg .title > a,
  .inner8 .page_bg .title > div {
    cursor: pointer;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 1.6rem;
    color: #8b430f;
  }
  .inner8 .page_bg .title > a > img,
  .inner8 .page_bg .title > div > img {
    margin-left: 10px;
  }
  .inner8 .page_bg > .achievement {
    max-width: 124rem;
    margin: 3rem auto 0 auto;
  }
  .inner8 .page_bg > .achievement > .ach_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    background-color: #fdf4e2;
    margin-bottom: 3rem;
  }
  .inner8 .page_bg > .achievement > .ach_tab > div {
    width: 12rem;
    height: 5rem;
    border: 1px solid transparent;
    font-size: 1.6rem;
    color: #8b430f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .inner8 .page_bg > .achievement > .ach_tab > div.active {
    border: 1px solid #d0814a;
    background-color: #d99868;
    color: #fff;
    font-size: 2rem;
  }
  .inner8 .page_bg > .achievement > .ach_tab > div a{
    color: #8b430f;
  }
  .inner8 .page_bg > .achievement > .ach_tab > div.active  a{
    color: #fff;
  }
  .inner8 .page_bg > .achievement > .ach_list {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .inner8 .page_bg > .achievement > .ach_list > .img_inner {
    width: calc(30.83333333%);
    height: 28.5rem;
    border: 1px solid #efd0ac;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fdf4e2;
    margin-right: 4rem;
    margin-bottom: 3rem;
  }
  .inner8 .page_bg > .achievement > .ach_list > .img_inner > img {
    display: block;
    width: 100%;
  }
  .inner8 .page_bg > .achievement > .ach_list > .img_inner:nth-child(3n) {
    margin-right: 0;
  }
  .inner8 .page_bg > .achievement > .ach_list > .news-group-item {
    cursor: pointer;
    width: 100%;
    padding: 2rem 3rem;
    background: url("jhlzt-news_item_bg.jpg") no-repeat;
    background-size: 100% 100%;
    display: flex;
    margin-bottom: 2rem;
  }
  .inner8 .page_bg > .achievement > .ach_list > .news-group-item .left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .inner8 .page_bg > .achievement > .ach_list > .news-group-item .left > .dl {
    color: #8b430f;
    padding-right: 2rem;
    text-align: center;
  }
  .inner8 .page_bg > .achievement > .ach_list > .news-group-item .left > .dl > .dt {
    width: 10rem;
    font-size: 2rem;
    font-weight: bold;
  }
  .inner8 .page_bg > .achievement > .ach_list > .news-group-item .left > .dl > .dd {
    font-size: 1.4rem;
  }
  .inner8 .page_bg > .achievement > .ach_list > .news-group-item .left > .name {
    font-size: 1.6rem;
    color: #594841;
    padding: 1rem 2rem;
    border-left: 1px solid #8b430f;
  }
  .inner8 .page_bg > .achievement > .ach_list > .news-group-item > img {
    display: block;
    width: 3.8rem;
    height: 3.8rem;
    margin-top: 0.5rem;
  }
  .inner8 .page_bg > .achievement .active > div {
    font-size: 2rem;
    font-weight: bold;
    top: -0.5rem;
  }
  .inner8 .page_bg > .achievement .toggle .swiper-button-prev {
    left: -0.2rem;
  }
  .inner8 .page_bg > .achievement .toggle .swiper-button-prev::after {
    color: #824322;
  }
  .inner8 .page_bg > .achievement .toggle .swiper-button-next {
    right: -0.1rem;
  }
  .inner8 .page_bg > .achievement .toggle .swiper-button-next::after {
    color: #824322;
  }
  .inner8 .page_bg > .pageBox {
    display: none;
    max-width: 134rem;
    margin: 0 auto;
    height: 5rem;
    padding-bottom: 2rem;
  }
  .inner9 .page_bg {
    width: 124rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 50px;
    overflow: hidden;
    box-shadow: 1px 0.5rem 1rem #59484121;
  }
  .inner9 .page_bg .title {
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 30px 0;
    background: url("jhlzt-pc_tit_bottom.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .inner9 .page_bg .title > img {
    width: 110px;
  }
  .inner9 .page_bg .title > a,
  .inner9 .page_bg .title > div {
    cursor: pointer;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 1.6rem;
    color: #8b430f;
  }
  .inner9 .page_bg .title > a > img,
  .inner9 .page_bg .title > div > img {
    margin-left: 10px;
  }
  .inner9 .page_bg > .achievement {
    max-width: 134rem;
    margin: 3rem auto 0 auto;
  }
  .inner9 .page_bg > .achievement > .ach_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    background-color: #fdf4e2;
    margin-bottom: 3rem;
  }
  .inner9 .page_bg > .achievement > .ach_tab > div {
    width: 12rem;
    height: 5rem;
    border: 1px solid transparent;
    font-size: 1.6rem;
    color: #8b430f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .inner9 .page_bg > .achievement > .ach_tab > div.active {
    border: 1px solid #d0814a;
    background-color: #d99868;
    color: #fff;
    font-size: 2rem;
  }
  .inner9 .page_bg > .achievement > .ach_tab > div a{
    color: #8b430f;
  }
  .inner9 .page_bg > .achievement > .ach_tab > div.active  a{
    color: #fff;
  }
  .inner9 .page_bg > .achievement > .ach_con .t_mobile {
    display: none;
  }
  .inner9 .page_bg > .achievement > .ach_con .timeSlide {
    display: block;
    padding: 2rem 0 4rem 0;
  }
  .inner9 .page_bg > .achievement > .ach_con .swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .inner9 .page_bg > .achievement > .ach_con .swiper-slide > div {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 1.6rem;
  }
  .inner9 .page_bg > .achievement > .ach_con > .ach_list {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .inner9 .page_bg > .achievement > .ach_con > .ach_list > .img_inner {
    width: calc(30.66666667%);
    margin-right: 4rem;
    padding-bottom: 3rem;
  }
  .inner9 .page_bg > .achievement > .ach_con > .ach_list > .img_inner > img,
  .inner9 .page_bg > .achievement > .ach_con > .ach_list > .img_inner > video {
    display: block;
    width: 100%;
    height: 24.5rem;
    border: 1px solid #efd0ac;
  }
  .inner9 .page_bg > .achievement > .ach_con > .ach_list > .img_inner > .text {
    font-size: 1.6rem;
    width: 100%;
    line-height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 1rem;
  }
  .inner9 .page_bg > .achievement > .ach_con > .ach_list > .img_inner:nth-child(3n) {
    margin-right: 0;
  }
  .inner9 .page_bg > .achievement > .ach_con > .ach_list > .news-group-item {
    cursor: pointer;
    width: 100%;
    padding: 2rem 3rem;
    background: url("jhlzt-news_item_bg.jpg") no-repeat;
    background-size: 100% 100%;
    display: flex;
    margin-bottom: 2rem;
  }
  .inner9 .page_bg > .achievement > .ach_con > .ach_list > .news-group-item .left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .inner9 .page_bg > .achievement > .ach_con > .ach_list > .news-group-item .left > .dl {
    color: #8b430f;
    padding-right: 2rem;
    text-align: center;
  }
  .inner9 .page_bg > .achievement > .ach_con > .ach_list > .news-group-item .left > .dl > .dt {
    width: 10rem;
    font-size: 2rem;
    font-weight: bold;
  }
  .inner9 .page_bg > .achievement > .ach_con > .ach_list > .news-group-item .left > .dl > .dd {
    font-size: 1.4rem;
  }
  .inner9 .page_bg > .achievement > .ach_con > .ach_list > .news-group-item .left > .name {
    font-size: 1.6rem;
    color: #594841;
    padding: 1rem 2rem;
    border-left: 1px solid #8b430f;
  }
  .inner9 .page_bg > .achievement > .ach_con > .ach_list > .news-group-item > img {
    display: block;
    width: 3.8rem;
    height: 3.8rem;
    margin-top: 0.5rem;
  }
  .inner9 .page_bg > .achievement > .ach_con .active > div {
    font-size: 2rem;
    font-weight: bold;
    top: -0.5rem;
  }
  .inner9 .page_bg > .achievement > .ach_con .toggle .swiper-button-prev {
    left: -0.2rem;
  }
  .inner9 .page_bg > .achievement > .ach_con .toggle .swiper-button-prev::after {
    color: #824322;
  }
  .inner9 .page_bg > .achievement > .ach_con .toggle .swiper-button-next {
    right: -0.1rem;
  }
  .inner9 .page_bg > .achievement > .ach_con .toggle .swiper-button-next::after {
    color: #824322;
  }
  .inner9 .page_bg > .achievement > .pageBox {
    display: none;
    max-width: 134rem;
    margin: 0 auto;
    height: 5rem;
    padding-bottom: 2rem;
  }
  .bg_xwdt {
    background: url("jhlzt-pc_rssp_bg.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .bg_sfwc {
    background: url("jhlzt-pc_sfwc_bg.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .pop {
    display: none;
    width: 100%;
    height: 100%;
    /* overflow-y: auto; */
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.4);
  }
  .pop > .title {
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 2rem;
  }
  .pop > .title .close {
    cursor: pointer;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4rem;
    background-color: rgba(0, 0, 0, 0.4);
    margin-bottom: -2rem;
  }
  .pop > .title .close > img {
    width: 2.6rem;
  }
  .pop > .pop_con {
    width: 100%;
    height: 100%;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.page {
  text-align: center;
}
.page ul li {
  display: inline-block;
  vertical-align: bottom;
}
.page a,
.page span {
  display: inline-block;
  height: 30px;
  min-width: 30px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  color: #303133;
  /* padding-left: 15px;
  padding-right: 15px; */
  border: 1px solid #cbced3;
  margin-left: 5px;
  margin-right: 5%;
  border-radius: 2px;
}
.page a:hover,
.page span:hover,
.page a.active,
.page span.active {
  background: #d0814a;
  border: 1px solid #d0814a;
  color: #fff;
}
.page span {
  background: #d0814a ;
  border: 1px solid #d0814a;
  color: #fff;
}