.container {
  max-width: 979px;
  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:-55px;
  top:66px;
}
.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 select{
  background: #f3efe7 url(../images/sj.png) right 10px center no-repeat;
  height: 42px;
  width: 125px;
  border: none;
  appearance: none;
  font-size: 14px;
  color: #333;
  outline: none;
}
.ban-search .select option{
 
    text-align: center;
    text-align-last: center;
    font-size: 14px;
    color: #333;
}
.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: #fff;
}
.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: #f3efe7;
}
.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: #dd8334;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 4px;
}

/* 导航 */
.nav {

  margin-top: -48px;
  height: 48px;
  background-color: #924603;
  
}
.nav ul {
  display: flex;
}
.nav ul li {
  line-height: 48px;
  margin-right: 4px;
  position: relative;
}
.nav ul li>a {
  display: block;
  padding: 0 35px;
  font-size: 16px;
  color: #fff;
}
.nav li.on>a,
.nav li:hover>a {
  background-color: #bf6a1f;
  color: #fff;
}

.nav li dl {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  z-index: 9;
  background-color: #dd8334;
  min-width: fit-content;
}

.nav li dd{
  position: relative;
  display: block;
  text-align: left;
  font-size: 15px;
  color: #fff;
 
  word-break: keep-all;
}
.nav li dd a{
  display: block;
  color:#fff;
  padding: 0 26px;
  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: #8e4300;
  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:44px;
  border-bottom: 2px solid #914501;
  box-shadow:0 3px 0 #dd8334;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

}
.boxHd h2 {
  font-size: 26px;
  line-height: 44px;
  font-weight: bold;
  color: #914501;
background:url("../images/titlebg.png") no-repeat 1px center;
  padding-left: 34px;
  margin-bottom: -2px;
  height:45px;
  line-height:45px;

}

.boxHd a {
  font-size: 14px;
  color: #914501;
  line-height: 40px;
}

.boxHd2{
  justify-content: center;
}
.boxTab {
  display: flex;
  position: relative;
}

.boxTab .swiper-slide {
  width: auto !important;
  padding: 0 11px 0 11px;
  height: 38px;
  line-height: 38px;
  position: relative;
}
.boxTab .swiper-slide a {
  font-size: 16px;
  color: #914501;
  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: #cd6408;

}
.tab-content{
  padding:28px 0 32px;
}
.tab-panel-bd{
  display: flex;
  justify-content: space-between;
  align-items: center;


}
.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:565px;
}

.tab-panel-dl dt{
  font-size: 16px;
  height:35px;
  line-height: 35px;
  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,.tab-panel-dl dt a:hover{
  color:#914501;
}
.tab-panel-list{
  padding-top: 10px;
  border-top: 1px dashed #d2d2d2;
}
.approachBd .tab-panel-list ul{
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap:0 20px;
}
.tab-panel-list li{
  background:url("../images/dian.png") no-repeat 3px center;
  height:30px;
  line-height:30px;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-panel-list li a{
  color:#454545;
}
.tab-panel-list li a:hover{
  color:#914501;
}
.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;
}


.sectionC .tab-panel-list{
  /*padding-left: 11px;*/
  padding-right: 15px;
  padding-top: 15px;
}
/* 文字列表 */
.list li {
  box-sizing: border-box;
  font-size: 14px;
  padding-left:10px;
  position: relative;
}
.list li a {
  display: block;
  height: 30px;
  line-height: 30px;
  white-space: nowrap; /* 强制单行，禁止换行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 溢出时显示省略号 (...) */
  width: 100%;
  color:#454545;
}
.list li a:hover{
  color:#8e4300;
  
}
.list li:before{
  content:"";
  width:4px;
  height:4px;
  background-color: #8e4300;
  position: absolute;
  left:1px;
  top:0;
  bottom:0;
  margin:auto;
}
.boxBd {
  display: flex;
  justify-content: space-between;
}
.module {
  width: 474px;

}

.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;
}




.bookList {
padding-top: 29px;
  margin:0 5px;
  position: relative;
}
.bookBox {
  overflow: hidden;
}
.bookList ul {
  display: flex;
  justify-content: space-between;
}
.bookList li{

  border: 1px solid #eee;
}
.bookList li img {
  width:100%;
  height:100%;
  transition: 0.3s;
}
.bookList img:hover {
  transform: scale(1.1);
}
.bookList li img{
  width: 100%;
}
.sectionA{
  margin-top: 27px;
}
.sectionA .list{
  padding:19px 0 24px;
}

.sectionC{
  padding-bottom: 8px;
}
.sectionC .module{
  margin-bottom: 10px;
}

.sectionC .list{
  padding:13px 0;
}
.sectionD{
  margin-bottom: 29px;
}
.sectionD .list{
  padding:15px 0;
}

.majorDomainBd{
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
}
.majorDomainItem{
  width:228px;
}
.majorDomainItem h3{
  width:100%;
  height:102px;
  display: flex;
  /* justify-content:center; */
  align-items: center;

}
.majorDomainItem h3 a{
flex:1;
  background: #8f4503;
  height:34px;
margin:0 22px;
  line-height:34px;
  color:#fff;
  text-align: center;
  font-size:16px;
}
.mjHdbg01 {
  background: url("../images/hdbg1.png") no-repeat;
  background-size: 100% 100%;
}
.mjHdbg02 {
  background: url("../images/hdbg2.png") no-repeat;
  background-size: 100% 100%;
}
.mjHdbg03{
  background: url("../images/hdbg3.png") no-repeat;
  background-size: 100% 100%;
}
.mjHdbg04 {
  background: url("../images/hdbg4.png") no-repeat;
  background-size: 100% 100%;
}
.majorDomainItem .list{
margin-top: 15px;
}

.processBd{
  margin-top: 29px;
  background:url("../images/processbg.png") no-repeat right 33px;
 display: flex;

  padding:0 15px 0 14px;
}
.processItem:nth-child(2){
  margin:0 54px;
}
.processItem{
  flex:1;
  text-align: center;
  padding-bottom: 17px;
  position: relative;
 
  color:#8e4300;
}
.processItem h5{
  width:100%;
font-weight: bold;
  font-size: 18px;
  height: 36px;line-height:36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.processItem .circleIcon{
  display: block;
  width:14px;
  height:14px;
  border-radius: 50%;
  border:7px solid #fff9f2;
  margin:0 auto;
  background-color: #d5ac86;
}
.processItem  p{
  font-size: 15px;
  line-height: 30px;
}



.processItemCont{
  background-color: #faf6f2;
  border-radius: 6px;
  padding:16px 20px 17px 13px;
  margin-top: 14px;
}
.processItemCont li{
  padding-left: 9px;
  padding-bottom: 8px;
  text-align: left;
  background:url("../images/processIcon.png") no-repeat left 8px;
  line-height:22px;
}

.processItemCont li a{
  color:#454545;
}
.processItemCont li a:hover{
  color:#8e4300;
}
/* 底部 */
.footer {
  margin-top: 39px;
  padding: 26px 0 22px;
  border-top: 3px solid #8e4300;
  overflow: hidden;
}
.footer .container {
  width: 890px;
}

.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 6px;
}

.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:640px;
}

.listPgBody .aside {
  width: 310px;
  margin-bottom: 20px;
}
.asideTitle,
.mainTitle {
  height: 44px;
    border-bottom: 2px solid #914501;
    box-shadow: 0 3px 0 #dd8334;
    display: flex;
  margin-bottom: 3px;

}
.asideTitle{
  line-height: 44px;
  font-weight: bold;
  color: #914501;
  font-size: 22px;
}
.mainTitle h2{
  font-size: 26px;
  font-weight: bold;
  color: #914501;
  background: url(../images/titlebg.png) no-repeat 1px center;
  padding-left: 34px;
  margin-bottom: -2px;
  height: 45px;
  line-height: 45px;
}

.newsList {
  font-family: "Microsoft YaHei";
 
}

.newsList li {
  border-bottom: 1px solid #e5e5e5
}

.newsItem .con {
  padding: 8px 0 16px;
  display: block
}

.newsItem h4 {
  line-height:25px;
  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: #914501;
}

.newsItem .txt {
  margin-bottom: 2px;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  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: #914501!important;
}


.newsItem .postInfo a {
  transition: all .5s
}

.newsItem .postInfo a:hover {
  text-decoration: underline
}

.newsItem .tag a {
  margin-right: 8px;
  color: #914501!important;
  cursor: pointer;
  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:url("../images/asideHdbg.jpg") no-repeat;
  height:44px;
  line-height: 44px;
padding-top: 2px;
}
.nav2 ul{
  border-width:1px 2px 2px;
  border-style: solid;
  border-color:#e5eff7;
  padding:15px 15px 16px 0;
}
.nav2 li {
border-radius: 0 4px 4px 0;
  margin-bottom: 5px;
 cursor: pointer;
 font-size: 16px;
 background-color: #f6eee7;
 position: relative;
}
.nav2 li::before{
  content:"";
  width:4px;
  height:9px;background-color: #964903;
  position:absolute;
  left:21px;
  top:17px;
}
.nav2 li>a{
  padding-left: 34px;
  display: block;
  height: 42px;
  line-height: 42px;

  color:#8e4300;
}

.nav2 li.active{
  background-color: #dd8334;
}
.nav2 li.active>a{
  color:#fff;
  
}
.nav2 li.active::before{
   background-color: #fff;
}
.pages {padding: 33px 0 45px;font-size: 0;text-align: center}
.pages .go, .pages ul {margin: 0 16px}
.pages ul {display: inline-block;vertical-align: middle;font-size: 0}
.pages ul li {margin: 0 3px;display: inline-block;vertical-align: middle}
.pages ul a {display: 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}
.pages .pages-first a,
.pages .pages-end a{width: 44px;margin: 0 8px;background-color: #d2d2d2;color:#5b5b5b;border: 0;line-height: 20px;}
.pages .pages-prev.not a,
.pages .pages-next.not a{
  background-color: #fff;
  border-color: #d2d2d2;
  color: #b6b6b6;
}
.pages ul .pages-first.not a,
.pages ul .pages-end.not a{color:#ababab;background-color: #eaeaea;}

.pages .pages-prev a,
.pages .pages-next a{
  width: 25px;
  color: #666;
}
.pages .jump{
  margin-left: 25px;
}
.pages .jump .inp{width: 22px;height: 22px;text-align: center;outline: none;color: #1c364c;}
.pages .jump .btn{outline: none;width: 33px;height: 22px;background-color: #8e4300;color:#fff;padding: 0;
  border-radius: 0;position: relative;top: -1px;margin-left: 2px;}
.pages{text-align:center;font-size:14px;margin:20px 0 40px}
.pages a{*display:inline;*zoom:1;font-weight:400;text-align:center;border:1px solid #cacaca;min-width:21px;margin:0 3px;padding: 0 3px;}
.pages a.active,.pages a:hover{background-color:#8e4300;border-color:#7d4a1b;color:#fff;text-decoration:none}
.pages .disabled{opacity:.8;pointer-events:none}
.pages .first,.pages .last{width:58px;line-height:18px;background-color:#e2e2e2;font-size:14px;border-color:#e2e2e2}
.pages .jump{margin-left:30px;display:inline-block;vertical-align:middle}
.pages .jump .inp{width:25px;line-height:20px;height:22px;margin:0 2px;text-align:center}
.pages .jump .btn{border:none;width:33px;height:22px;background-color:#8E4300;color:#fff;text-transform:uppercase;border-radius:0;padding:0;margin-top:-3px}
.pages .fc_hui2{ width: 50px; line-height: 22px;background-color: #e2e2e2; font-size: 14px; border-color: #e2e2e2;display:inline-block; margin: 1px 5px;padding: 0 3px;}
.pages .current{line-height: 23px; background-color: #8e4300; font-size: 14px; border-color: #7d4a1b;display:inline-block;  margin: 1px 5px; min-width:20px; color:#fff !important;}
.pages input{height:22px}
.pages .on a,.pages a:hover{background-color: #8E4300;color:#fff;border-color: #8E4300;}
.pages ul span {display: block;font-size: 14px;color: #666}
.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: #8E4300;background-color: #8E4300;color: #fefefe}
.pages .z_num{border: 1px solid #cacaca;}
.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: #8E4300;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: 18px 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tj_books li{
  width:140px;
}
.tj_books li img{
width:140px;
height:199px;
}
.tj_books li p{
  padding-top: 10px;
  color:#454545;
  font-size: 14px; 
  line-height:20px;
}
.aside_newReport .list{
  margin-top: 14px;
}

  .nav li dd:hover>a{
    display: block;
    background-color: #bf6a1f;
  }

  .approachTabHd .tabSwiper {height:58px;overflow: hidden;}

  .approachTabBd{
    padding-bottom: 27px;
    padding-top: 16px;
  }
  .approachBd .tab-panel-text{
    width:100%;
  }
  .approachTabHd{
    position: relative;
    height:58px;
    margin:3px 0 0;
    overflow: hidden;
  }
  .approachTabHd .swiper-slide{
    flex:1; 
 }
 .approachTabHd:before{
   content:"";
   width:100%;
   height:52px;
   background-color: #f4ede7; 
   position: absolute;
   left:0;
   top:0;
 }

  .approachTabHd span a{
    line-height:40px;
    display: block;
    color:#8e4300;
    text-align: center;
    margin-top: 6px;
    cursor: pointer;
  font-size:16px;
  }
  .approachTabHd span.active a{
    position: relative;
background-color: #dd8334;
color:#fff;}
.approachTabHd span.active:after{
  content:"";
  width:0;
  height:0;
  border-width:12px 19px;
  border-style:solid solid none;
  border-color:#dd8334 transparent;
  position: absolute;top:45px;left:0;right:0;margin:auto;
}

@media screen and (min-width: 1000px){
  .bookList li{
    width:136px;
    height:182px;}
}

@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;
  }

  .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: 120px;
    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: #dd8334;
    margin-left: 10px;
  }

  .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: #dd8334;
  }
  .nav li.level > a {
    background-image: url(../images/n-ico1.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
}
  .nav {
    width: 300px;
    box-sizing: border-box;
    background-color: #8e4300;
    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,
  .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%;
  }

  .approachTabHd{
    overflow: hidden;
  }
  .approachTabHd .swiper-slide{
    flex:none;
    width:50%!important;
  }
  .approachTabHd{
    padding:0 40px;
  }
  .tj_books ul{
    justify-content: flex-start;
  }
  .tj_books li{
    margin-right:20px;
  }
}

@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;
    }
    .majorDomainBd{
      flex-wrap: wrap;
    }
    .majorDomainItem{
      width:48%;
    }

    .processBd{
      flex-direction: column;
      background:url("../images/processbg2.jpg") no-repeat left bottom;
    }
    .processItem{
      text-align: left;
      position: relative;
      margin-left: 20px;
    }
    .processItem .circleIcon{
     position:absolute;
     left:-44px;
     top:0;
    }
   
}
@media screen and (max-width: 767px) {
  .banner {
    height: 160px;
    background-position:center center;
    background-size:1000px;
  }

  .ban-text img {
    width:360px;
  }
  .processItem:nth-child(2){
    margin:0 0 0 20px;
  }

  .majorDomainItem{
    width:88%;
    margin:0 auto 3%;
    padding:5%;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
    
  }
  
  .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;
  }
}