.container {
  max-width: 1200px;
  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: #05a8d1;
}
.mo-login,
.mo-search,
.mo-top {
  display: none;
}
/* banner */
.banner {
  height: 308px;
  background: url("../images/bannerbg.png") no-repeat center top;

}
.banner .container {
  position: relative;
}

.ban-text {
  position: absolute;
  left:-90px;
  top:53px;
}
.ban-search {
  position:absolute;
  top:98px;
  right:17px;
  margin: 0 auto 20px;
  width: 457px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #bdcfeb;
  
}

.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:url(../images/sj.png) right 31px center no-repeat;
  font-size: 14px;
  cursor: pointer;
  color: #333;
  background-color: #bdcde9;
}
.ban-search .m-select .show:after{
  content:"";
  position: absolute;
  width:1px;
  height:11px;
background: #8e9ab5;
  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: #becde9;
}
.ban-search .inp input {

  height: 42px;
  width: 100%;
  font-size: 14px;
  color: #51545c;
  padding: 0 20px;
  box-sizing: border-box;
  background:transparent;
  
}
.ban-search .inp input::placeholder{
  color:#51545c;
}

.ban-search .sub {
  flex-shrink: 0;
  width: 113px;
  line-height: 42px;
  height: 42px;
  text-align: center;
  background-color: #05a8d1;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 4px;
}

/* 导航 */
.nav {
  border-top: 1px solid #2d63c1;
  margin-top: -64px;
  height: 64px;
  background-color: #085cb8;
  
}
.nav ul {
  display: flex;
}
.nav ul li {
  line-height: 64px;
  margin-right: 11px;
  position: relative;
}
.nav ul li>a {
  display: block;
  padding: 0 27px;
  font-size: 16px;
  color: #fff;
}
.nav li.on>a,
.nav li:hover>a {
  background-color: #05a8d1;
  color: #fff;
}

.nav li dl {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  z-index: 9;
  background-color: #2275d0;
  min-width: fit-content;
}

.nav li dd{
  position: relative;
  display: block;
  text-align: left;
  font-size: 16px;
  color: #fff;
 
  word-break: keep-all;

  margin-left: 6px;
}
.nav li dd a{
  display: block;
  color:#fff;
  padding: 0 10px 0 16px;
  line-height: 40px;
}


.level3{
  position:absolute;
  left:100%;
  top:0;
  background-color: #05a8d1;
}
.level3 a{
  display: block;
  line-height:40px;
  color:#fff;
  padding:0 26px 0 22px;
  text-align: left;
  font-size: 14px;
}
.level3 a:hover{
  background-color:#0499bf;
}

.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: #26569D;
  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: 38px;
  border-bottom: 2px solid #e5eff7;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

}
.boxHd h2 {
  font-size: 26px;
  line-height: 38px;
  font-weight: bold;
  color: #085cb8;
  background:linear-gradient(to right,#daf6f8,#daf6f8 60%,transparent);
  padding-left: 10px;
  border-left: 4px solid #085cb8;
  margin-bottom: -2px;
  /* min-width:200px; */

}

.boxHd a {
  font-size: 14px;
  color: #999;
  line-height: 38px;
}
.boxTab {
  display: flex;
  position: relative;
}

.boxTab .swiper-slide {
  width: auto !important;
  padding: 0 19px 0 18px;
  height: 38px;
  line-height: 38px;
  position: relative;
}
.boxTab .swiper-slide a {
  font-size: 16px;
  color: #085cb8;
  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 {
 
  color: #05a8d1;

}
.tab-content{
  padding:30px 0;
}
.tab-panel-bd{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* height:232px; */

}
.tab-panel-pic{
  width:387px;

}
.tab-panel-intab{
  height:50px;
  line-height:50px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tab-panel-intab .more{
  color:#999;
  font-size: 14px;
  line-height: 34px;
}
.tab-panel-intab ul{
  display: flex;
}
.tab-panel-intab li{
  cursor: pointer;
  padding:0 18px 0 15px;
  color:#333;
  position: relative;
}
.tab-panel-intab li:after{
  content:"";
  width:2px;
  height:18px;
  background:url("../images/linebg.png") no-repeat;
  position: absolute;
  right:0;
  bottom:0;
  top:0;
  margin:auto;
}
.tab-panel-intab li:last-child:after{
  display: none;
}
.tab-panel-intab li.on:before{
  content:"";
  position: absolute;
  left:0;
  right:0;
  margin:0 auto;
  bottom:-2px;
  background-color:#05a8d1;
  height:2px;
  width:29px;
}
.tab-panel-intab .on{
  color:#05a8d1;
}
.tab-panel-pic img{
  width:100%;
}
.tab-panel-text{
width:760px;
height:232px;
}
.tab-panel-dl dt{
  font-size: 16px;
  line-height: 43px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
}
.tab-panel-dl dt,.tab-panel-dl dt a{
  color:#333;
}
.tab-panel-dl dd{
  font-size: 14px;
  line-height: 22px;
  color:#888;
  margin-bottom: 14px;
  display: -webkit-box;          /* 必须：启用弹性伸缩盒 */
  -webkit-line-clamp: 2;         /* 关键：限制显示 2 行 */
  -webkit-box-orient: vertical;  /* 必须：设置排列方向为垂直 */
  overflow: hidden;              /* 必须：隐藏溢出内容 */
  text-overflow: ellipsis;  
}
.tab-panel-dl dd a{
  color:#085cb8;
}
.tab-panel-list{
  padding-top: 11px;
  border-top: 1px dashed #d2d2d2;
}
.tab-panel-list ul{
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap:0 20px;
}
.tab-panel-list li{
  height:34px;
  line-height:34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-panel-tag{
  display:flex;
  margin-top: 29px;
}
.tab-panel-tag dt{
  line-height:46px;
  font-size: 18px;
  color:#333333;
}
.tab-panel-tag dd {
  display: flex;
}
.tab-panel-tag dd a{
  height:44px;
  line-height:44px;
  font-size: 18px;
  background-color: #f8f8f8;
  border: 1px dashed #dce4ec;
  color:#085cb8;
  padding:0 22px;
  margin-right: 10px;
  border-radius: 8px;
}
.tab-panel-tag .icon{
  display:inline-block;
  vertical-align: -2px;
  width:17px;
  height:16px;
  background:url("../images/icon.png") no-repeat;
  margin-left: 5px;
}
.intabCont{
  display:none;
}
/* 文字列表 */
.list li {
  box-sizing: border-box;
  font-size: 14px;
  padding-left: 9px;
}
.list li a {
  display: block;
  height: 35px;
  line-height: 35px;
  white-space: nowrap; /* 强制单行，禁止换行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 溢出时显示省略号 (...) */
  width: 100%;
  color:#333;
}
.boxBd {
  display: flex;
  justify-content: space-between;
}
.module {
  width: 580px;

}

.moduleHd {
  height: 65px;
  line-height: 65px;
  text-indent:40px;
  font-size: 18px;
  color: #fff;
  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%;
}



.bookList {
  padding:21px 0;
  margin:0 5px;
  position: relative;
}
.bookBox {
  overflow: hidden;
}
.bookList ul {
  display: flex;
  justify-content: space-between;
}
.bookList li img {
  transition: 0.3s;
}
.bookList img:hover {
  transform: scale(1.1);
}
.bookList li img{
  width: 100%;
}
.sectionA{
  margin-top: 39px;
  margin-bottom: 15px;
}
.sectionA .list{
  padding:15px 0;
}
.sectionB{
  margin-bottom: 12px;
}
.sectionC{
  padding-bottom: 8px;
}
.sectionC .module{
  margin-bottom: 10px;
}
.sectionC .boxHd{
  margin-bottom: 30px;
}
.sectionC .list{
  padding:13px 0;
}
.sectionD .list{
  padding:15px 0;
}
.programTabBox{
  
  margin:21px 20px 0;

}

.programHd{
 
  
  background:url("../images/programbg.png") no-repeat right 48px;
}
.programHd ul{
  display: flex;
  justify-content: space-between;
}
.programHd li{
  flex:1;
  text-align: center;
  padding-bottom: 17px;
  position: relative;
  cursor:pointer;
}
.programHd li h5{
  width:100%;
  color:#085cb8;
  font-size: 18px;
  height: 44px;line-height:44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 

  
}
.programHd li .circleIcon{
  display: block;
  width:22px;
  height:22px;
  border-radius: 50%;
  border:7px solid #085cb8;
  border-color:#085cb8;
  margin:0 auto;
  background-color: #fff;
  outline:5px solid #fff;
}
.programHd li  p{
  font-size: 15px;
  line-height: 39px;
}
.programHd li.on:after{
  content:"";
  width:54px;
  height:17px;
  background:url("../images/programbg2.png") no-repeat center bottom;
  position: absolute;
  left:0;
  right:0;
  margin:0 auto;
  bottom:-1px;
}
.programHd li.on:after{
  display:block;
}
.programHd li.on .circleIcon{
  border-color:#05a8d1;
}
.programHd li.on p,.programHd li.on h5{

  color:#05a8d1;
}
.programBd{
  background-color: #f8fafc;
  border: 1px solid #e2e8ed;
  padding:31px 39px 29px;
  display: flex;
  border-radius: 6px;
}
.mob_programBd_top{
  display: none;
}

.programBd-dl{
  padding-right: 42px;
  width:651px;
  margin-right: 40px;
  box-sizing: border-box;
  border-right:1px dashed #e2e8ed;
}
.programBd-dl dt{
  font-size: 18px;
  color:#085cb8;
  font-weight: bold;
line-height: 24px;
}
.programBd-dl dd{
  padding-top: 11px;
  font-size: 16px;
  line-height: 23px;
  color:#085cb8;
  display: -webkit-box;          /* 必须：启用弹性伸缩盒 */
  -webkit-line-clamp: 2;         /* 关键：限制显示 2 行 */
  -webkit-box-orient: vertical;  /* 必须：设置排列方向为垂直 */
  overflow: hidden;              /* 必须：隐藏溢出内容 */
  text-overflow: ellipsis;  
}
.programBd-list{
  flex:1;
}
.programBd-list li{
  font-size: 14px;
  line-height: 34px;
  height:34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.programBd-list li a{
  color:#333333;
}

/* 底部 */
.footer {
  margin-top: 39px;
  padding: 26px 0 22px;
  border-top: 3px solid #075cb7;
  overflow: hidden;
}
.footer .container {
  width: 1100px;
}

.footer .right {
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  font-family: "宋体";
  /* padding-right: 100px; */
}


.footer .right {
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  font-family: "宋体";
  word-break: break-all;
  word-wrap: break-word;

}

.footer .right p span {
  position: relative;
}
.footer .right i{
  margin:0 8px;
}

.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: 40px;
}
.listPgBody .row{
  display: flex;
  justify-content: space-between;
}

.listPgBody .main{
  width:830px;
}

.listPgBody .aside {
  width: 330px;
  margin-bottom: 20px;
}

.mainTitle {
  height: 38px;
  border-bottom: 2px solid #e5eff7;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

}
.mainTitle h2 {
  font-size: 26px;
  line-height: 38px;
  font-weight: bold;
  color: #085cb8;
  background:linear-gradient(to right,#daf6f8,#daf6f8 60%,transparent);
  padding-left: 10px;
  border-left: 4px solid #085cb8;
  margin-bottom: -2px;
}

.newsList {
  font-family: "Microsoft YaHei";
 
}

.newsList li {
  border-bottom: 1px solid #e5e5e5
}

.newsItem .con {
  padding: 11px 0 15px;
  display: block
}

.newsItem h4 {
  line-height:29px;
  padding:10px 0;
  font-weight: normal;
}

.newsItem h4 a {
  display: block;
  font-size: 18px;
  color: #454545;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all .5s
}

.newsItem h4 a:hover {
  color: #085cb8;
}

.newsItem .txt {
  margin-bottom: 2px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  overflow: hidden
}

.newsItem .postInfo,
.newsItem .tag{
  font-size: 14px;
  
  line-height: 26px;
}

.newsItem .postInfo span,.newsItem .tag {
  margin-right: 5px;
  color: #666;
}

.newsItem .postInfo a {
  margin-right: 10px;
  display: inline-block;
  color: #085cb8
}

.newsItem .postInfo a {
  transition: all .5s
}

.newsItem .postInfo a:hover {
  text-decoration: underline
}

.newsItem .tag a {
  margin-right: 8px;
  color: #085cb8;
  font-size: 14px;
}
.newsItem .tag a:hover{
  text-decoration: underline;
}


.nav2 {
  margin-bottom: 13px;
}

.nav2 h3 {
 text-indent:19px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #085cb8;
  height:42px;
  line-height: 42px;
padding-top: 6px;
}
.nav2 ul{
  border-width:1px 2px 2px;
  border-style: solid;
  border-color:#e5eff7;
  padding:7px 17px 15px 0;
}
.nav2 li {

  margin-top: 4px;

 cursor: pointer;
 font-size: 16px;
}
.nav2 li>a{
  padding-left: 24px;
  display: block;
  height: 42px;
  line-height: 42px;
  background-color: #f4f7fa;
}

.nav2 li>a{
  color:#333;
}
.nav2 li.active>a{
  color:#085cb8;
  background-color: #e0eefb;
  border-left:2px solid #085cb8;
}
.nav2 dl{
  display: none;
  padding: 8px 0 10px 27px;
}
.nav2 dd{
  font-size: 14px;
  line-height:28px;
  background:url("../images/dian2.png") no-repeat left center;
  padding-left: 7px;
}
.nav2 dd:hover{
  background-image: url("../images/dian3.png");
}
.nav2 dd a{
  color:#454545;
}
.nav2 dd a:hover{
  color:#05a8d1;
}

.asideTitle{
  height:43px;
  line-height: 43px;
  font-size: 22px;
  color:#085cb8;
  font-weight: bold;
  border-bottom:2px solid #e5eff7;
}

.pages {
  padding: 33px 0 45px;
  font-size: 0;
  text-align: center
}


.pages ul {
  margin-right: 32px;
}

.pages ul {
  display: inline-block;
  vertical-align: middle;
  font-size: 0
}

.pages ul li {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle
}

.pages ul a {
  display: block;
  font-size: 14px;
  color: #666;
  text-align: center;
  padding:0 11px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #c5d9f0;
  background-color: #e7eff8;
  transition: .5s
}

.pages ul span {
  display: block;
  font-size: 14px;
  color: #666
}

/* .pages ul .first a {
  min-width: 44px;
  border-color: #eaeaea;
  background-color: #eaeaea;
  color: #5b5b5b;
  border:none;
  height:20px;
  line-height:20px;
}

.pages ul .end a {
  min-width: 44px;
  border-color: #E2E2E2;
  background-color: #E2E2E2;
  color: #5B5B5B
} */

.pages ul .on a,
.pages ul a:hover {
  border-color: #05a8d1;
  background-color: #05a8d1;
  color: #fff
}

.pages ul .disable a {
  pointer-events: none
}

.pages ul .disable.end a,
.pages ul .disable.first a {
  background-color: #EAEAEA;
  color: #ABABAB;
}

.pages ul .disable.arrow a {
  border-color: #D9D9D9;
  color: #B6B6B6;
}

.pages .go {
  font-family: "Microsoft YaHei";
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #5b5b5b;
 
}

.pages .go input {
  box-sizing: border-box;
  margin: 0 5px;
  display: inline-block;
  width: 32px;
  height: 22px;
  border: 1px solid #c5d9f0;
  font-size: 14px;
  color: #085bb7;
  text-align: center;
}

.pages .go a {
  margin: 0 5px;
  display: inline-block;
  width: 33px;
  height: 22px;
  line-height:22px;
  background-color: #085bb7;
  font-size: 14px;
  color: #fff;
  text-align: center;
  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: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tj_books li{
  width:150px;
  height:215px;
  border-radius: 2px;
  border:2px solid #e3e3e3;
  overflow: hidden;
  margin-bottom: 25px;
}
.tj_books li img{
  width:100%;
  height:100%;
}
/* @media screen and (min-width: 1200px) { */
  .nav li dd:hover>a{
    display: block;
    background-color: #05a8d1;
  }
/* } */
@media screen and (max-width: 1199px) {
  .banner .container{
    height:100%;
  }
  
  .ban-text {
    position:static;
    padding: 0;
    height: 100%;
    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: #05a8d1;
  }

  .level3{
    background:none;
    padding:10px 0;
  }
  .level3 a{
    text-indent:10px;
    font-size: 12px;
    line-height:22px!important;
  }
  .tab-panel-bd{
    flex-direction: column;
    height:auto;
  }
  .tab-panel-pic{
    width:100%;
    margin:10px auto 0;
    box-sizing:border-box;
    background-color:#efefef;
  }
.tab-panel-text{
    width:100%;
  }
  .bookList img {
    width: 100%;
  }
  .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: 50px;
    display: block;
    margin-top: 5px;
  }

  .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: #05a8d1;
    margin-left: 10px;
  }

  .nav {
    width: 300px;
    box-sizing: border-box;
    background-color: #2656A0;
    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 .level3{
    position: static;
    width: auto;
    /* padding-left: 10px; */
  }

  .nav li dd .level3> a {
    background-color: transparent;
  }

  .nav li dd a {
    font-size: 14px;
    background-color: transparent;
    /* display: block; */
    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 .sel-type {
    display: none !important;
  }
  .container {
    width: 92%;
  }

  .module {
    width: 48.18%;
  }
  .boxTabHd .swiper {
    overflow: hidden;
  }



  .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){
  .banner{
    height:255px;
    background-size:1600px;
  }
  .boxTabHd .boxTab {
    position: absolute;
    width: 100%;
    top: 63px;
    left: 0;
    box-sizing: border-box;
    padding: 0 25px;
    overflow: hidden;
  }
  .boxTabHd {
    position: relative;
    margin-bottom: 50px;
  }
  .boxTabHd .boxTab:before {
    display: none;
  }
  .boxTab .swiper-slide:after{
    display: none;
  }
  .boxTab .swiper-slide{
    width:50%!important;
    text-align: center;
    box-sizing: border-box;
  }
  .boxBd{
    flex-direction: column;
  }
  .module{
    width:100%;
  }

    /* 移动端显示箭头 */
    .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;
    }
    .programBd{
      flex-direction: column;
    }
    .programBd-dl{
      margin-right: 0;
      padding:0;
      width:100%;
    }
    .programHd{
      display: none;
    }
 
    .mob_programBd_top{
      display: block;
      margin-bottom: 10px;
    }
    .mob_programBd_top h5{
      
      height: 44px;
      line-height: 44px;
      color: #085cb8;
      font-size: 20px;
      font-weight: bold;
      position:relative;
    }
    .mob_programBd_top p{
      line-height:30px;
      color: #05a8d1;
    }
  
    .programBdWrap .intabCont{
      display: block;
    } 
    .programBd{
      padding:0 0 0 20px;
      border:none;
      background:none;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px dashed #ccc;
    }
    .programBdWrap .intabCont:last-child .programBd{
      border-bottom:none;
    }
    .programBdWrap{
      position: relative;
    }
    .programBdWrap:before{
      content:"";
      width:8px;
      height:100%;
      background-color:#e2e8ed;
      position: absolute;
      left:-20px;
      top:0px;
    }
    .programBdWrap:after{
      content:"";
    width:28px;
    height:34px;
    background:url("../images/programbg3.png") no-repeat;
    position: absolute;
    left:-31px;
    bottom:0;
    }
    .mob_programBd_top h5:before{
      content:"";
      position:absolute;
      left:-47px;
      top:0;
      border-radius: 50%;
      top:50%;
      margin-top:-7px;
      width:10px;
      height:10px;
      border:5px solid #085cb8;
      background-color: #fff;
      outline: 2px solid #fff;
    }
    .programBd-dl{
      margin-bottom: 10px;
    }
   
}
@media screen and (max-width: 767px) {
  .banner {
    height: 160px;
    background-position:center center;
    background-size:1000px;
  }

  .ban-text img {
    width:360px;
  }
  

 
  
  .boxBd {
    flex-direction: column;
  }
  .module {
    width: 100%;
  }


  .bookList {
    padding: 29px 30px;
  }
  .tab-panel-tag dd{
    display: block;
  }
  .tab-panel-tag dd a{
    display: inline-block;
    margin-bottom:5px;
  }
  .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%;
  }

  .tab-panel-tag dd,.tab-panel-tag{
    flex-direction: column;
  }
 
}


@media screen and (max-width: 576px) {
  .boxHd h2{
    font-size: 20px;
  }
  .tab-panel-intab{
    line-height:34px;
  }
  .tab-panel-intab .more{
    display: none;
  }
  .tab-panel-tag dd a{
    display: block;
    margin:0 20px 10px;
  }
  .banner{
    height:130px;
    background-size:820px;
  }
}