.container {
    max-width: 1100px;
    margin: 0 auto;
  }
  
  /* 头部 */
  .header .top {
    line-height: 40px;
    background-color: #fff;
    font-size: 14px;
    color: #666;
  }
  
  .header .top .wel {
    margin-right: 15px;
  }
  .header .top a {
    display: inline-block;
    vertical-align: middle;
    padding-right: 6px;
    margin-right: 6px;
    position: relative;
    color: #666;
  }
  .header .top a::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    width: 1px;
    height: 12px;
    background-color: #666;
    margin-top: -6px;
  }
  
  .header .top a:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  
  .header .top a:last-child::after {
    display: none;
  }
  .header .top a:hover {
    color: #ef8200;
  }
  .mo-login,
  .mo-search,
  .mo-top {
    display: none;
  }
  /* banner */
  .banner {
    height: 333px;
    background: url("../images/bannerbg.png") no-repeat;
  }
  .banner .container {
    position: relative;
  }
  .ban-logo {
    position: absolute;
    width: 241px;
    height: 48px;
    left: -52px;
    top: 33px;
  }
  .ban-text {
    padding: 66px 0 32px;
    text-align: center;
  }
  .ban-search {
    position: relative;
    margin: 0 auto 20px;
    width: 697px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  }
  
  .ban-search .m-select {
    position: relative;
  }
  .ban-search .m-select .show {
    position: relative;
    width: 125px;
    flex-shrink: 0;
    line-height: 42px;
    height: 42px;
    text-align: center;
    text-align-last: center;
    background: #fff url(../images/sj.png) right 31px center no-repeat;
    font-size: 14px;
    cursor: pointer;
    color: #333;
  }
  .ban-search .m-select .show:after{
    content:"";
    position: absolute;
    width:1px;
    height:11px;
    background-color: #bebebe;
    right:0;
    top:50%;
    margin-top:-5px;
  }
  .ban-search .m-select .opt {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
  }
  .ban-search .m-select .opt li {
    text-align: center;
    font-size: 14px;
    line-height: 2.5;
    color: #6b341a;
    cursor: pointer;
  }
  .ban-search .m-select .opt li:hover {
    color: #e79c3b;
  }
  .ban-search .m-select .opt li + li {
    border-top: 1px solid #eee;
  }
  .ban-search .inp {
    flex-grow: 1;
    position: relative;
    background-color: #fff;
  }
  .ban-search .inp input {
  
    height: 42px;
    width: 100%;
    font-size: 14px;
    color: #333;
    padding: 0 20px;
    box-sizing: border-box;
    
  }
  .ban-search .inp input::placeholder{
    color:#a0a0a0;
  }
  
  .ban-search .sub {
    flex-shrink: 0;
    width: 113px;
    line-height: 42px;
    height: 42px;
    text-align: center;
    background-color: #985617;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-radius: 0 4px 4px 0;
  }
  
  /* 导航 */
  .nav {
    margin-top: -53px;
    height: 53px;
    background-color: rgba(189,119,31,0.93);
    margin-bottom: 32px;
  }
  .nav ul {
    display: flex;
  }
  .nav ul li {
    line-height: 53px;
    /* padding:0 6px; */
    position: relative;
  }
  .nav ul li a {
    display: block;
    padding: 0 16px;
    font-size: 16px;
    color: #fff;
  }
  .nav li.on a,
  .nav li:hover a {
    background-color: #ecb039;
    color: #fff;
  }
  
  .nav li dl {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 9;
    background-color: #ecb039;
    min-width: fit-content;
  }
  
  .nav li dd a {
    position: relative;
    display: block;
    text-align: left;
    font-size: 14px;
    color: #fff;
    line-height: 31px;
    padding: 0 10px 0 16px;
    word-break: keep-all;
    border-bottom: 1px dashed #d69a23;
  }
  .nav li dd a:hover {
    background-color: #d69a23;
  }
  
  .menuBtn {
    position: absolute;
    top: 6px;
    right: 12px;
    z-index: 9;
    display: none;
    width: 26px;
    cursor: pointer;
    height: 24px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin-top: 6px;
  }
  
  .menuBtn b {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #835942;
    margin: 5px 0;
    border-radius: 2px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
  }
  
  .menuBtn b:last-child {
    margin-bottom: 0;
  }
  
  .menuBtn.open b {
    opacity: 0;
    position: absolute;
  }
  
  .menuBtn.open b:first-child {
    left: 0;
    top: 0;
    opacity: 1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform-origin: 0 0;
  }
  
  .menuBtn.open b:last-child {
    opacity: 1;
    left: -2px;
    bottom: -2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform-origin: 0 0;
    -moz-transform: rotate(-45deg);
  }
  
  /* 首页模块 */
  .boxHd {
    height: 50px;
    border-bottom: 4px solid #deb583;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /* margin-bottom: 29px; */
    margin-top: 4px;
  }
  .boxHd h2 {
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
    color: #985617;
    background: url("../images/titlebg.png") no-repeat left center;
    padding-left: 22px;
  }
  
  .boxHd a {
    font-size: 16px;
    color: #deb583;
    line-height: 39px;
    cursor:pointer;
  }
  .boxTab {
    display: flex;
    position: relative;
    padding-left: 8px;
    background-color: #f7f2eb;
  }
  .boxTab:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    border-width: 20px;
    border-color: #fff #f7f2eb #f7f2eb #fff;
    border-style: solid;
  }
  .boxTab .swiper-slide {
    width: auto !important;
    padding: 0 15px 0 12px;
    height: 40px;
    background-color: #f7f2eb;
    line-height: 40px;
    position: relative;
  }
  .boxTab .swiper-slide a {
    font-size: 16px;
    color: #985617;
    padding: 0 29px;
    cursor: pointer;
  }
  .boxTab .swiper-slide:after {
    content: "";
    width: 2px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    background: url("../images/linebg.png") no-repeat;
  }
  .boxTab .swiper-slide:last-child:after {
    display: none;
  }
  .boxTab .tab-btn.active {
    position: relative;
    display: block;
    color: #fff;
    background-color: #bd771f;
    height: 43px;
  }
  .boxTab .tab-btn.active:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-width: 7px 8px 0;
    border-style: solid solid none;
    border-color: #bd771f transparent transparent;
  }
  .boxBd01 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .boxBd01Pic {
    width: 310px;
    /* height:127px; */
  }
  .boxBd01Module {
    /* flex: 1; */
    /* max-width:364px; */
    width:364px;
  }
  .boxBd01Module:last-child {
    padding-right: 11px;
  }
  /* 文字列表 */
  .list li {
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 20px;
    background: url("../images/dian.png") no-repeat 8px center;
  }
  .list li a {
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap; /* 强制单行，禁止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 溢出时显示省略号 (...) */
    width: 100%;
    color:#454545;
  }
  .boxBd {
    display: flex;
    justify-content: space-between;
  }
  .module {
    width: 530px;
  margin-top: 20px;
  }
  .moduleHd {
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .moduleHd a{
    display: block;
    width:100%;
    height:100%;
    color:#fff;
  }
  .moduleHd01 {
    background: url("../images/hdbg1.png") no-repeat;
    background-size: 100% 100%;
  }
  .moduleHd02 {
    background: url("../images/hdbg2.png") no-repeat;
    background-size: 100% 100%;
  }
  .moduleHd03 {
    background: url("../images/hdbg3.png") no-repeat;
    background-size: 100% 100%;
  }
  .moduleHd04 {
    background: url("../images/hdbg4.png") no-repeat;
    background-size: 100% 100%;
  }
  
  .topicList {
    margin:30px 0 29px;
  }
  .topicList ul {
    display: flex;
    justify-content: space-between;
  }
  
  .bookList {
    padding:29px 0;
    position: relative;
  }
  .bookBox {
    overflow: hidden;
  }
  .bookList ul {
    display: flex;
    justify-content: space-between;
  }
  .bookList img {
    transition: 0.3s;
  }
  .bookList img:hover {
    transform: scale(1.1);
  }
  .topicList li img {
    width: 100%;
  }
  
  .sectionA .boxBd01{
    padding:29px 0;
  }
  .sectionB .boxBd{
    padding:8px 0 23px;
  }
  .sectionC .boxBd01{
    padding:30px 0 29px;
  }
  .sectionD .boxBd{
    padding:9px 0 27px;
  }
  .sectionE .boxBd01{
    padding:32px 0 28px;
  }
  .sectionF .list{
    margin:22px 0 21px;
  }
  .sectionG{
  
  }
  /* 底部 */
  .footer {
    margin-top: 23px;
    padding: 36px 0 22px;
    border-top: 3px solid #985617;
    overflow: hidden;
  }
  .footer .container {
    /*width: 900px;*/
  }
  
  .footer .right {
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    font-family: "宋体";
  }
  
  .footer .right p span {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
  }
  
  .footer .right p span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    background-color: #666;
    margin-top: -7px;
  }
  
  .footer .right p span:last-child::after {
    display: none;
  }
  
  .footer .right p span:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  
  .footer .right p a {
    color: #666666;
  }
  
  .footer .right p a:hover {
    color: #0672e2;
  }
  
  .footer .right p a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
  }
  
  .footer .right p em {
    margin-right: 7px;
  }
  
  .fd-logo {
    float: left;
    margin-right: 22px;
  }
  
  .fd-logo img {
    display: block;
    width: 96px;
    height: 93px;
  }
  
  
  
  .tab-panel {
    display: none;
    /* animation: fadeIn 0.3s ease; */
  }
  
  .tab-panel.active {
    display: block;
  }
  .tab-nav-btn {
    position: absolute;
    top: 50%;
  
    width: 20px;
    height: 20px;
    border: none;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 10;
    display: none; /* 默认隐藏 */
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    color: #374151;
    font-size: 16px;
    font-weight: 300;
    background: url("../images/mo-next1.png") no-repeat;
    background-size: 20px 20px;
    font-size: 0;
  }
  .tab-nav-btn:disabled {
    opacity: 0.25;
  }
  .tab-nav-prev {
    left: 5px;
    transform: rotateY(180deg) translateY(-50%);
  }
  
  .tab-nav-next {
    right: 5px;
    transform: translateY(-50%);
  }
  /* PC 端隐藏滚动条和箭头 */
  .tab-header-wrap .swiper-scrollbar,
  .tab-nav-btn {
    display: none !important;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(6px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  
  /* 列表页 */
  .listPgBody{
    padding-top: 16px;
  }
  .listPgBody .row{
    display: flex;
    justify-content: space-between;
  }
  
  .listPgBody .main{
    width:754px;
  }
  
  .listPgBody .aside {
    width: 306px;
    margin-bottom: 20px;
  }
  
  .mainTitle {
    height: 35px;
    border-bottom: 4px solid #deb583;
  
  }
  .mainTitle h2 {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #985617;
    background: url("../images/titlebg.png") no-repeat left center;
    padding-left: 22px;
  }
  
  .newsList {
    font-family: "Microsoft YaHei";
    /* border-top: 1px solid #E5E5E5; */
  }
  
  .newsList li {
    border-bottom: 1px solid #c9c9c9
  }
  
  .newsItem .con {
    padding: 22px 18px 25px;
    display: block
  }
  
  .newsItem h4 {
    line-height:32px;
    font-weight: normal;
  }
  
  .newsItem h4 a {
    display: block;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .5s
  }
  
  .newsItem h4 a:hover {
    color: #985617;
  }
  
  .newsItem .txt {
    margin-bottom: 18px;
    font-size: 14px;
    color: #888;
    line-height: 24px;
    overflow: hidden
  }
  
  .newsItem .postInfo {
    font-size: 14px;
    color: #985617;
    line-height: 20px;
    padding: 6px 0;
  }
  
  .newsItem .postInfo span {
    margin-right: 20px;
    display: inline-block
  }
  
  .newsItem .postInfo a {
    margin-right: 10px;
    display: inline-block;
    color: #985617
  }
  
  .newsItem .postInfo a {
    transition: all .5s
  }
  
  .newsItem .postInfo a:hover {
    text-decoration: underline
  }
  
  .newsItem .tag {
    font-size: 0;
  }
  
  .newsItem .tag a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border: 1px solid #985617;
    padding: 0 14px 0 15px;
    margin-right: 6px;
    color: #985617 !important; 
    font-size: 14px;
    cursor:pointer;
      margin-bottom: 10px;
  }
  .newsItem .tag a:hover{
    background-color: #985617;
    color:#fff !important;
  }
  
  
  .nav2 {
    margin-bottom: 13px;
  }
  
  .nav2 h3 {
   text-indent:19px;
    font-size: 20px;
    font-weight: bold;
    color: #985617;
    background-color: #edcda5;
    border-radius: 4px 4px 0 0;
    height: 51px;
    line-height: 51px;
  
  }
  .nav2 ul{
    border-width:1px 2px 2px;
    border-style: solid;
    border-color:#f7f2eb;
    padding:14px 9px 17px 10px;
  }
  .nav2 li {
    height: 40px;
    line-height: 40px;
    padding-left: 18px;
    margin-bottom: 2px;
   background-color: #f7f2eb;
   cursor: pointer;
   font-size: 16px;
  }
  .nav2 li a{
    color:#835942;
  }
  .nav2 li:hover {
    background-color: #bd771f;
  
  }
  .nav2 li:hover a{
    color:#fff;
  }
  .nav2 li.active  {
    background-color: #bd771f;
    
  
  }
  .nav2 li.active a {
    background-color: #bd771f;
    color:#fff;
  
  }
  
  .asideTitle{
    height:38px;
    line-height: 38px;
    font-size: 18px;
    color:#985617;
    font-weight: bold;
    border-bottom:4px solid #985617;
  }
  .pages {padding: 33px 0 45px;font-size: 14px;text-align: center}
  .pages .go, .pages ul {margin: 0 16px; width:100%}
  .pages ul {display: inline-block;vertical-align: middle;font-size: 14px;}
  .pages ul li {margin: 0 3px;display: inline-block;vertical-align: middle}
  .pages ul td>a,.pages ul td> span,.z_num {display: inline-block;font-size: 14px;color: #666;text-align: center;min-width: 24px;height: 24px;line-height: 24px;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;margin: 0 3px 10px;border: 1px #ccc solid;padding: 0 3px;}
  .pages ul .first a {min-width: 56px;border-color: #eaeaea;background-color: #eaeaea;color: #5b5b5b}
  .pages ul .end a {min-width: 56px;border-color: #D2D2D2;background-color: #D2D2D2;color: #ffffff}
  .pages ul .on a, .pages ul a:hover {border-color: #835942;background-color: #835942;color: #fefefe}
  .pages ul .current{border-color: #835942;background-color: #835942; color:#fff !important}
  .pages ul .disable.end a, .pages ul .disable.first a {
      background-color: transparent;
      color: #666666;
      pointer-events: none
  }
  .pages .go {
      font-family: MicrosoftYaHei;
      margin-left: 0;
      display: inline-block;vertical-align: middle;font-size: 14px;color: #5b5b5b}
  .pages .go input {margin: 0 2px 0 5px;display: inline-block;width: 30px;height: 24px;border: 1px solid #BFBFBF;font-size: 14px;color: #666666;text-align: center}
  .pages .go a {margin: 0 5px;display: inline-block;width: 47px;height: 22px;background-color: #EA8008;font-size: 14px;color: #fff;text-align: center;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s}
  .pages .go a:hover {opacity: .8;filter: alpha(opacity=80)}
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
  }
  
  input[type='number'] {
    -moz-appearance: textfield;
  }
  .tj_books{
    margin-top: 13px;
  }
  .tj_books ul{
    margin-top: 21px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tj_books li{
    width:135px;
    height:191px;
    border-radius: 2px;
    border:2px solid #e3e3e3;
    overflow: hidden;
    margin-bottom: 25px;
  }
  
  @media screen and (max-width: 1199px) {
    .banner .container{
      height:100%;
    }
    
    .ban-text {
      height: 100%;
    }
    .ban-text {
      padding: 0;
  
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .nav{
      margin-top: 0;
      overflow:auto;
    }
    .nav .container{
      width:auto;
    }
    .nav ul li > a{
      font-size: 14px;
    }
    .nav ul>li.on>a, .nav ul>li:hover>a{
      background-color: #EA8008;
    }
    /* .nav li dl{
     padding-left: 0;
    } */
  
    .bookList img {
      width: 100%;
    }
  
    .topicList li {
      width:31.8%;
    }
     .swiper-button {
      width: 29px;
      height: 31px;
      margin-top: -13px;
      cursor: pointer;
      position: absolute;
      top: 50%;
    } 
    .swiper-books .swiper-button {
      top: 50%;
    }
  
    .swiper-button.prev {
      background-image: url(../images/prev5.png);
      left: 0;
    }
    .swiper-button.next {
      background-image: url(../images/next5.png);
      right: 0;
    } 
  
    .header .top {
      display: none;
    }
  
    .mo-login,
    .mo-search,
    .mo-top {
      display: block;
    }
  
    .mo-top {
      overflow: hidden;
      height: 55px;
    }
  
    .mo-top .logo {
      width: 160px;
      display: block;
      margin-top: 10px;
    }
  
    .mo-top .logo img {
      display: block;
      width: 100%;
    }
  
    .menuBtn {
      display: block;
    }
    .wp {
      width: 100%;
      padding: 0 15px;
    }
  
    .sel-type a + a:before {
      margin: 0 5px;
    }
  
    .mo-login {
      text-align: center;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 10px;
      color: #fff;
    }
  
    .mo-login a {
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      padding: 0 4px;
    }
  
    .mo-search {
      margin-bottom: 10px;
    }
  
    .mo-search .select {
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-image: url(../images/jt1-on.png);
      display: block;
      width: 100%;
      margin-bottom: 15px;
      text-align: center;
      text-align-last: center;
      line-height: 32px;
      font-size: 14px;
      -webkit-appearance: none;
    }
  
    .mo-search .box {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  
    .mo-search .inp {
      flex-grow: 1;
      background-color: #fff;
      padding: 0 15px;
      color: #333;
      line-height: 28px;
      height: 28px;
      font-size: 14px;
      width: 100%;
      border: 1px solid #fff;
    }
  
    .mo-search .sub {
      flex-shrink: 0;
      width: 80px;
      line-height: 28px;
      text-align: center;
      font-size: 14px;
      color: #fff;
      background-color: #EA8008;
      margin-left: 10px;
    }
  
    .nav {
      width: 300px;
      box-sizing: border-box;
      background-color: #835942;
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      z-index: 999;
      transition: 0.3s;
      -ms-transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      height: 100%;
      padding: 80px 15px 20px;
      transform: translateX(-320px);
      -ms-transform: translateX(-320px);
      -moz-transform: translateX(-320px);
      -webkit-transform: translateX(-320px);
      -o-transform: translateX(-320px);
    }
  
    .nav.open {
      transform: translateX(0);
      -ms-transform: translateX(0);
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      -o-transform: translateX(0);
    }
    .nav .wp {
      padding: 0;
      width: auto;
    }
    .nav ul {
      display: block;
    }
  
    .nav li {
      display: block;
      float: none;
      margin: 5px 0;
    }
    .nav ul li:last-child {
      margin-left: 0;
    }
    .nav ul li > a {
      text-align: left;
      padding: 0 10px;
      border-bottom: 1px solid #ddd;
      font-size: 14px;
      line-height: 40px;
    }
    .nav .li2 > a {
      border-bottom: 0;
    }
    .nav .li2 {
      margin-left: 0;
    }
    .nav li:last-child a {
      margin: 10px auto;
    }
    .nav li > a:hover {
      background-color: transparent;
    }
  
    /* .nav li dl dd > a:hover {
      background: 0 0;
    } */
  
    .nav li.level > a {
      background-image: url(../images/n-ico1.png) ;
      background-position:right 10px center;
      background-repeat:  no-repeat;
    }
  
    .nav li.open.level > a {
      background-image: url(../images/n-ico2.png);
      background-position: right 10px center;
      background-repeat:  no-repeat;
  
    }
  
    .nav li dd .three > a {
      background: url(../images/n-ico1.png) right 10px center no-repeat;
    }
  
    .nav li dd .three.open > a {
      background: url(../images/n-ico2.png) right 10px center no-repeat;
    }
  
    .nav li dl,
    .nav li dd .three-level {
      position: static;
      width: auto;
      /* padding-left: 10px; */
    }
  
    .nav li dd .three-level > a {
      background-color: transparent;
    }
  
    .nav li dd a {
      font-size: 14px;
      line-height: 2;
      background-color: transparent;
      text-align: left;
    }
  
    .mo-top {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      background-color: #fff;
      z-index: 100;
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
  
    body {
      padding-top: 55px;
    }
    .banner .ban-search,
    .banner .ban-logo,
    .banner .sel-type {
      display: none !important;
    }
    .container {
      width: 92%;
    }
  
    .boxBd01Pic {
      width: 28%;
    }
    .boxBd01Pic img {
      width: 100%;
      height: 100%;
    }
    .boxBd01Module {
      width: 33%;
    }
    .module {
      width: 48.18%;
    }
    .boxTabHd .swiper {
      width: 100%;
      overflow: hidden;
    }
    .boxTabHd .boxTab {
      position: absolute;
      width: 100%;
      top: 63px;
      left: 0;
      background-color: #f7f2eb;
      box-sizing: border-box;
      padding: 0 25px;
      overflow: hidden;
    }
    .boxTabHd {
      position: relative;
      margin-bottom: 50px;
    }
    .boxTabHd .boxTab:before {
      display: none;
    }
    /* 移动端显示滚动条 */
    /* .tab-header-wrap .swiper-scrollbar {
      display: block !important;
      height: 2px;
      background: #e5e7eb;
      bottom: 0;
      border-radius: 4px;
    } */
  
    .tab-header-wrap .swiper-scrollbar-drag {
      background: #3b82f6;
      border-radius: 4px;
    }
    /* 列表 */
    .listPgBody .row{
      flex-direction: column;
    }
    .listPgBody .main,.listPgBody .aside{
      width:100%;
    }
    .tj_books li{
      width:20%;
      height:auto;
    }
    .tj_books li img{
      width:100%;
    }
  }
  
  @media screen and (max-width: 1000px){
    .boxTab .swiper-slide:after{
      display: none;
    }
    .boxTab .swiper-slide{
      width:50%!important;
      text-align: center;
      box-sizing: border-box;
    }
      /* 移动端显示箭头 */
      .tab-nav-btn {
        display: block !important;
      }
      .boxTab .tab-btn.active{
        background-color:transparent;
        color:#985617;
        opacity:1;
      }
      .boxTab .swiper-slide a{
        opacity:0.5;
        font-weight: 700;
        font-size: 18px;
      }
     
  }
  @media screen and (max-width: 767px) {
      .boxTab .swiper-slide a{padding:0}
    .banner {
      height: 150px;
      background-position:center center;
      background-size:850px;
    }
  
    .ban-text img {
      width: 220px;
    }
    .boxBd01Pic{
      width: 100%;
      margin-bottom: 3%;
    }
    .boxBd01Module {
      width: 100%;
      margin-bottom: 0;
    }
    .topicList ul {
      width: 92%;
      margin: 0 auto;
    }
    .topicList li{
      width:100%;
    }
  
   
    
    .boxBd {
      flex-direction: column;
    }
    .module {
      width: 100%;
    }
    .boxBd01 {
      flex-direction: column;
    }
    .topicList ul {
      flex-direction: column;
    }
    .topicList li {
      margin-bottom: 3%;
      
    }
    .bookList {
      padding: 29px 30px;
    }
    .footer .fd-logo {
      display: block;
      float: none;
    }
    .fd-logo img {
      margin: 0 auto 15px;
    }
    .footer .container {
      width: 92%;
    }
    /* 移动端 */
    .newsItem .postInfo span{
      display: block;
      margin-bottom: 1%;
    }
    .pages .go{
      margin-top: 2%;
    }
    .tj_books li{
      width:45%;
    }
  .boxTab .swiper-slide{padding: 0 2px;}
  .boxTab .swiper-slide a {
    padding: 0 3px;
  }
  }
  