/*一像素边框问题*/
/*分辨率图片问题2倍图，3倍图*/
@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .border-1px::after {
    -webkit-transform: scaleY(0.7);
    transform: scaleY(0.7);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .border-1px::after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}
.mm-menu-panel {
  display: none;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.container-fluid {
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.all-pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
.all-pagination span {
  display: inline-block;
  vertical-align: top;
  padding: 4px 10px;
  font-size: 16px;
  color: #fff;
  margin: 0 5px;
  background: #999;
}
.all-pagination a {
  display: inline-block;
  vertical-align: top;
  padding: 4px 10px;
  font-size: 16px;
  color: #333;
  margin: 0 5px;
}
.page{
  margin-top: 20px;
  text-align: center;
  line-height: 30px;;
}
.page a{
  font-size: 16px;
  padding: 0 10px;
  display: inline-block;
}

.page a:hover{
  background-color: #999;
  color: #fff;
}

.page div{
  display: inline-block;
}
.page>div>a{
  margin-left:10px;
}
.page .page-active{
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  margin: 0 5px;
  background: #999;
}


.c-pages{height:42px;line-height: 42px;overflow: hidden;text-align: center;font-size:15px;margin-top:20px;}
.c-pages a{display: inline-block;margin-left: 5px;height: 40px;padding: 0 10px;;border-radius: 4px;color: #333333;font-size: 15px;background-color: #dcdcdc;}
.c-pages a:hover{background-color: #999999;color: #ffffff;}
.c-pages a.page-num{padding: 0 15px;}
a.page-num-active{background-color: #999999;color: #ffffff;}


.all-pagination a:hover {
  color: #fff;
  background: #666;
}
.header .header-top {
  padding: 13px 0;
  background: #fff;
}
.header .header-top .logo-wrapper {
  position: relative;
  display: inline-block;
  width: 254px;
  height: 64px;
}
.header .header-top .logo-wrapper img {
  width: 100%;
  height: 100%;
}
.header .header-top .header-add {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  height: 64px;
}
.header .header-top .header-add a {
  display: block;
}
.header .header-top .header-add img {
  margin-top: 9px;
  height: 46px;
}
.header .header-top .search-wrapper {
  position: relative;
  margin: 14px 0;
  float: right;
  width: 220px;
  height: 36px;
  border: 1px solid #ccc;
}
.header .header-top .search-wrapper .text {
  padding-left: 10px;
  display: block;
  width: 183px;
  height: 34px;
  line-height: 34px;
}
.header .header-top .search-wrapper .btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-left: 1px solid #ccc;
}
.header .header-top .search-wrapper .btn-wrapper .submit {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.header .header-top .search-wrapper .btn-wrapper .iconfont {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 26px;
  color: #666;
}
.header .header-top .login-register-wrap {
  float: right;
  margin: 14px 0;
  height: 34px;
  line-height: 34px;
  font-size: 0;
}
.header .header-top .login-register-wrap a {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #666;
}
.header .header-top .login-register-wrap a:hover {
  text-decoration: underline;
}
.header .m-nav-header {
  display: none;
}
.header .allNav-wrap {
  position: relative;
}
.header .nav {
  background: #002e5c;
}
.header .nav .menu {
  font-size: 0;
}
.header .nav .menu li {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
}
.header .nav .menu li a {
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header .nav .menu li:hover a,
.header .nav .menu li.active a {
  color: #ffff00;
}
.header .vice-nav {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 99;
  margin: auto;
  padding: 15px 10px;
  width: 100%;
  max-width: 1360px;
  background: #fff;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
}
.header .vice-nav .vice-menu {
  position: relative;
  font-size: 0;
}
.header .vice-nav .vice-menu > li {
  padding: 0 8px;
  display: inline-block;
  max-width: 150px;
  vertical-align: top;
}
.header .vice-nav .vice-menu > li .second-vice-menu li a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-align: left;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .vice-nav .vice-menu > li .second-vice-menu li:hover a,
.header .vice-nav .vice-menu > li .second-vice-menu li.active a {
  color: #3f9bf6;
}
.header .vice-nav .vice-menu > li > a {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #333;
  text-align: left;
}
.header .vice-nav .vice-menu > li:hover > a,
.header .vice-nav .vice-menu > li.active > a {
  color: #0080ff;
}
.footer {
  margin-top: 20px;
}
.footer .classify-wrapper {
  font-size: 0;
  padding: 30px 0;
  background: #666;
}
.footer .classify-wrapper ul {
  display: inline-block;
  vertical-align: top;
  width: 84%;
}
.footer .classify-wrapper ul .classify-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.footer .classify-wrapper ul .classify-item a {
  margin-bottom: 10px;
  display: block;
  line-height: 14px;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  color: #fff;
}
.footer .classify-wrapper ul .classify-item a:hover {
  text-decoration: underline;
}
.footer .classify-wrapper .QR-code {
  display: inline-block;
  vertical-align: top;
  width: 16%;
}
.footer .classify-wrapper .QR-code .img-wrap {
  max-width: 110px;
  max-height: 110px;
}
.footer .classify-wrapper .QR-code .img-wrap img {
  width: 100%;
  height: 100%;
}
.footer .footer-bottom {
  background: #333;
}
.footer .footer-bottom p {
  text-align: center;
  line-height: 40px;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  color: #fff;
}
.banner-wrapper .swiper-container .swiper-wrapper {
  height: inherit!important;
  /* max-height: 340px; */
}
.banner-wrapper .swiper-slide {
  position: relative;
  height: inherit!important;
  /* max-height: 340px; */
}
.swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
  height: inherit;
}
.banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: inherit;
  max-height: 340px;
}
.swiper2-pagination{
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  /* border: 1px solid #fff; */
  cursor: pointer;
}
.swiper-active-switch {
  background: #002e5c;
}
.banner-wrapper .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.banner-wrapper .swiper-pagination-bullet-active {
  background: #002e5c;
}
.my-operation-wrap {
  margin-top: 30px;
}
.my-operation-wrap ul {
  font-size: 0;
  text-align: center;
  border: 1px solid #dcdcdc;
}
.my-operation-wrap ul li {
  display: inline-block;
  vertical-align: top;
  width: 16.6%;
  border-right: 1px solid #dcdcdc;
}
.my-operation-wrap ul li:last-child {
  border-right: none;
}
.my-operation-wrap ul li .img-wrapper {
  margin: 20px auto;
  display: block;
  width: 52px;
  height: 52px;
}
.my-operation-wrap ul li .img-wrapper img {
  width: 100%;
  height: 100%;
}
.my-operation-wrap ul li .img-wrapper img:last-child {
  display: none;
}
.my-operation-wrap ul li .icon-wrapper {
  position: relative;
  margin: 20px auto;
  display: block;
  width: 52px;
  height: 52px;
}
.my-operation-wrap ul li .icon-wrapper .iconfont {
  font-size: 52px;
  color: #666;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.my-operation-wrap ul li .operation {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  color: #666;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.my-operation-wrap ul li:hover .img-wrapper img:last-child {
  display: block;
}
.my-operation-wrap ul li:hover .img-wrapper img:first-child {
  display: none;
}
.my-operation-wrap ul li:hover .icon-wrapper .iconfont {
  color: #002e5c;
}
.my-operation-wrap ul li:hover .operation {
  color: #002e5c;
}
.all-list-wrapper .row {
  margin: 30px -15px 0;
  font-size: 0;
}
.all-list-wrapper .row .list-1,
.all-list-wrapper .row .list-2,
.all-list-wrapper .row .list-3,
.all-list-wrapper .row .list-4,
.all-list-wrapper .row .list-6 {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
}
.all-list-wrapper .row .list-1 {
  width: 100%;
}
.all-list-wrapper .row .list-2 {
  width: 50%;
}
.all-list-wrapper .row .list-3 {
  width: 33.33%;
}
.all-list-wrapper .row .list-4 {
  width: 25%;
}
.all-list-wrapper .row .list-6 {
  width: 16.66%;
}
.all-list-wrapper .info-list .title-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #002e5c;
  overflow: hidden;
}
.all-list-wrapper .info-list .title-wrapper .title-wrap {
  display: inline-block;
}
.all-list-wrapper .info-list .title-wrapper .title-wrap .iconfont {
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  color: #002e5c;
}
.all-list-wrapper .info-list .title-wrapper .title-wrap .title {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  font-size: 18px;
  color: #002e5c;
}
.all-list-wrapper .info-list .title-wrapper .more {
  float: right;
  font-size: 14px;
}
.all-list-wrapper .info-list .list-wrapper li {
  margin-top: 20px;
  position: relative;
  padding-left: 18px;
}
.all-list-wrapper .info-list .list-wrapper li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #666;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.all-list-wrapper .info-list .list-wrapper li:hover .title {
  color: #002e5c;
}
.all-list-wrapper .info-list .list-wrapper li:hover .date {
  color: #002e5c;
}
.all-list-wrapper .info-list .list-wrapper li:hover::before {
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #002e5c;
}
.all-list-wrapper .info-list .list-wrapper .title {
  display: inline-block;
  width: 75%;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.all-list-wrapper .info-list .list-wrapper .date {
  float: right;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.all-list-wrapper .info-list-special-one .list-wrapper li {
  margin-top: 0;
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
}
.all-list-wrapper .info-list-special-one .list-wrapper li:hover .date-wrapper {
  background: #002e5c;
}
.all-list-wrapper .info-list-special-one .list-wrapper li:hover .sec-wrapper .title {
  color: #002e5c;
}
.all-list-wrapper .info-list-special-one .list-wrapper li::before {
  content: none;
}
.all-list-wrapper .info-list-special-one .date-wrapper {
  float: left;
  width: 46px;
  height: 46px;
  background: #999;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.all-list-wrapper .info-list-special-one .date-wrapper .day {
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  color: #fff;
}
.all-list-wrapper .info-list-special-one .date-wrapper .year-month {
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.all-list-wrapper .info-list-special-one .sec-wrapper {
  padding-left: 51px;
  width: 100%;
}
.all-list-wrapper .info-list-special-one .sec-wrapper .title {
  width: 95%;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.all-list-wrapper .info-list-special-one .sec-wrapper .sec {
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
}
.all-list-wrapper .info-list-special-two {
  padding: 0 15px;
}
.all-list-wrapper .info-list-special-two .book-wrapper {
  width: 100%;
}
.all-list-wrapper .info-list-special-two .book-wrapper .img-wrap {
  position: relative;
  margin: auto;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.all-list-wrapper .info-list-special-two .book-wrapper .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.all-list-wrapper .info-list-special-two .book-wrapper .info {
  margin-top: 10px;
  display: block;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  color: #000;
  height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.all-list-wrapper .display-img-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.3%;
}
.all-list-wrapper .display-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.all-list-wrapper .friend-anchor-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.3%;
}
.all-list-wrapper .friend-anchor-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*首页*/
.sec-page {
  margin-top: 20px;
  overflow: hidden;
}
.sec-page .left-board {
  float: left;
  width: 230px;
}
.sec-page .left-board .sec-nav {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.sec-page .left-board .sec-nav .title {
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #002e5c;
}
.sec-page .left-board .sec-nav .sec-menu > li {
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
}
.sec-page .left-board .sec-nav .sec-menu > li a {
  font-size: 16px;
  color: #333;
}
.sec-page .left-board .sec-nav .sec-menu > li:hover,
.sec-page .left-board .sec-nav .sec-menu > li.active {
  background: #dcdcdc;
}
.sec-page .section-list-wrapper {
  margin-left: 250px;
}
.sec-page .section-list-wrapper .info-list {
  padding: 20px;
  background: #fff;
}
.sec-page .section-list-wrapper .info-list .list-wrapper li {
  margin-top: 0;
  margin-bottom: 20px;
}
.sec-page .section-list-wrapper .info-list .list-wrapper li:last-child {
  margin-bottom: 0;
}
.sec-page .section-section-wrapper {
  margin-left: 250px;
}
.sec-page .section-section-wrapper .slip-wrap {
  padding: 20px;
  background: #fff;
}
.sec-page .section-section-wrapper .slip-wrap .title {
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #f5f5f5;
}
.sec-page .section-section-wrapper .slip-wrap .pending {
  margin-bottom: 20px;
  text-align: center;
}
.sec-page .section-section-wrapper .slip-wrap .pending span {
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.sec-page .section-section-wrapper .slip-wrap .pending span:last-child {
  margin-right: 0;
}
.sec-page .section-section-wrapper .slip-wrap .content {
  font-size: 14px;
}
.sec-page .section-section-wrapper .slip-wrap .content img {
  max-width: 100%;
}
.sec-page.second-sec-page .left-board .sec-nav .sec-menu > li {
  padding-left: 0;
  height: auto;
}
.sec-page.second-sec-page .left-board .sec-nav .sec-menu > li a {
  display: block;
  padding-left: 20px;
}
.sec-page.second-sec-page .left-board .sec-nav .sec-menu > li:hover,
.sec-page.second-sec-page .left-board .sec-nav .sec-menu > li.active {
  background: none;
}
.sec-page.second-sec-page .left-board .sec-nav .sec-menu > li.active > a {
  background: #dcdcdc;
}
.sec-page.second-sec-page .left-board .sec-nav .sec-menu > li > a:hover {
  background: #dcdcdc;
}
.sec-page.second-sec-page .left-board .sec-nav .sec-menu > li .second-vice-menu li {
  padding-left: 30px;
  line-height: 30px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sec-page.second-sec-page .left-board .sec-nav .sec-menu > li .second-vice-menu li a {
  font-size: 14px;
}
.sec-page.second-sec-page .left-board .sec-nav .sec-menu > li .second-vice-menu li:hover,
.sec-page.second-sec-page .left-board .sec-nav .sec-menu > li .second-vice-menu li.active {
  background: #eae7e7;
}
.sec-page.second-sec-page .left-board .sec-nav .sec-menu > li.bottom-has {
  position: relative;
}
.sec-page.second-sec-page .left-board .sec-nav .sec-menu > li.bottom-has::after {
  content: '';
  display: block;
  position: absolute;
  right: 17px;
  top: 17px;
  border-width: 6px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sec-page.second-sec-page .left-board .sec-nav .sec-menu > li.bottom-has.active::after {
  top: 13px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sec-page.second-sec-page .left-board .sec-nav .sec-menu > li.bottom-has.active .second-vice-menu li {
  height: 30px;
}
.sec-page-none {
  margin-top: 20px;
}
.sec-page-none .crumbs-wrapper {
  margin: 0 0 20px;
}
.sec-page-none .notice-board {
  float: right;
  padding: 10px;
  width: 300px;
  background: #fff;
}
.sec-page-none .notice-board .list-wrapper li .sec-wrapper .title {
  width: 90%;
}
.sec-page-none .notice-board .list-wrapper li:last-child {
  border-bottom: none;
}
.sec-page-none .section-list-wrapper {
  margin-right: 0;
}
.sec-page-none .section-list-wrapper .info-list {
  padding: 20px;
  background: #fff;
}
.sec-page-none .section-list-wrapper .info-list .list-wrapper li {
  margin-top: 0;
  margin-bottom: 20px;
}
.sec-page-none .section-list-wrapper .info-list .list-wrapper li:last-child {
  margin-bottom: 0;
}
.sec-page-none .section-section-wrapper {
  margin-left: 0;
}
.sec-page-none .section-section-wrapper .slip-wrap {
  margin-right: 330px;
  padding: 20px 20px 50px;
  background: #fff;
}
.sec-page-none .section-section-wrapper .slip-wrap .title {
  margin-bottom: 20px;
  padding: 10px 0;
  width: 90%;
  height: 40px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #f5f5f5;
}
.sec-page-none .section-section-wrapper .slip-wrap .pending {
  margin-bottom: 20px;
  text-align: center;
}
.sec-page-none .section-section-wrapper .slip-wrap .pending span {
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.sec-page-none .section-section-wrapper .slip-wrap .pending span:last-child {
  margin-right: 0;
}
.sec-page-none .section-section-wrapper .slip-wrap .content {
  font-size: 14px;
}
.sec-page-none .mm-notice-board {
  display: none;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .header .header-top {
    padding: 10px;
  }
  .header .header-top .header-add {
    display: none;
  }
  .header .nav .menu li {
    padding: 0 10px;
  }
  .footer .classify-wrapper {
    padding: 15px 10px;
  }
  .my-operation-wrap {
    padding: 0 10px;
  }
  .all-list-wrapper {
    padding: 0 10px;
  }
  .all-list-wrapper .list-3 .info-list .list-wrapper .title {
    width: 60%;
  }
  .all-list-wrapper .display-img-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.3%;
  }
  .all-list-wrapper .display-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  /*首页*/
  .sec-page {
    padding: 0 10px;
  }
  .sec-page-none {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1100px) {
  .header .nav .menu li {
    padding: 0 7px;
  }
}
@media screen and (max-width: 1000px) {
  .header .nav .menu li a {
    font-size: 14px;
  }
  .header .vice-nav .vice-menu {
    font-size: 12px;
  }
  /*首页*/
  .sec-page-none .notice-board {
    display: none;
  }
  .sec-page-none .section-section-wrapper {
    margin-left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .sec-page-none .section-section-wrapper .slip-wrap {
    margin-right: 0;
  }
  .sec-page-none .mm-notice-board {
    display: block;
    float: inherit;
    margin-top: 20px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 900px) {
  .header .nav .menu li {
    padding: 0 2px;
  }
  /*首页*/
  .sec-page-none .notice-board {
    display: none;
  }
  .sec-page-none .section-section-wrapper {
    margin-left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .sec-page-none .section-section-wrapper .slip-wrap {
    margin-right: 0;
  }
  .sec-page-none .mm-notice-board {
    display: block;
    float: inherit;
    margin-top: 20px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 800px) {
  .header .nav .menu li {
    padding: 0 4px;
  }
  /*首页*/
  .sec-page-none .notice-board {
    display: none;
  }
  .sec-page-none .section-section-wrapper {
    margin-left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .sec-page-none .section-section-wrapper .slip-wrap {
    margin-right: 0;
  }
  .sec-page-none .mm-notice-board {
    display: block;
    float: inherit;
    margin-top: 20px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mm-menu-panel {
    display: block;
    position: fixed;
    width: 80%;
    height: 100%;
    background: #f3f3f3;
    overflow: scroll;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .mm-menu-panel .nav .menu li {
    border-bottom: 1px solid #dcdcdc;
  }
  .mm-menu-panel .nav .menu li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 24px;
    display: block;
    padding: 12px 10px 12px 20px;
    margin: 0;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .mm-menu-panel .nav .menu li.active a {
    color: #002e5c;
  }
  .mm-menu-panel .vice-nav .vice-menu > li {
    border-bottom: 1px solid #dcdcdc;
  }
  .mm-menu-panel .vice-nav .vice-menu > li a {
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 24px;
    display: block;
    padding: 12px 10px 12px 20px;
    margin: 0;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .mm-menu-panel .vice-nav .vice-menu > li.active a {
    color: #002e5c;
  }
  .mm-menu-panel .vice-nav .vice-menu > li.bottom-has > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #666;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .mm-menu-panel .vice-nav .vice-menu > li.bottom-has:hover > a::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mm-menu-panel .vice-nav .vice-menu > li.bottom-has:hover .second-vice-menu {
    height: auto;
  }
  .mm-menu-panel .vice-nav .vice-menu > li .second-vice-menu {
    height: 0;
    width: 100%;
    background: #e8e8e8;
    overflow: hidden;
    -webkit-transition: height 0.3s linear;
    -moz-transition: height 0.3s linear;
    -ms-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    transition: height 0.3s linear;
  }
  .mm-menu-panel .vice-nav .vice-menu > li .second-vice-menu li:hover {
    background: #666666;
  }
  .mm-menu-panel .vice-nav .vice-menu > li .second-vice-menu li:hover a {
    color: #fff;
  }
  .mm-menu-panel .vice-nav .vice-menu > li .second-vice-menu li:hover a::before {
    background: #fff;
  }
  .mm-menu-panel .vice-nav .vice-menu > li .second-vice-menu li a {
    position: relative;
    padding-left: 40px;
  }
  .mm-menu-panel .vice-nav .vice-menu > li .second-vice-menu li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #707070;
  }
  .mm-menu-panel.toggle-nav {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .container-fluid.toggle-nav {
    position: fixed;
    width: 100%;
    box-shadow: -3px 0 6px 0 #dcdcdc;
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0);
  }
  .header .header-top {
    padding: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header .header-top .logo-wrapper {
    display: none;
  }
  .header .header-top .login-register-wrap {
    display: none;
  }
  .header .header-top .search-wrapper {
    position: absolute;
    right: 85px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 220px;
    height: 36px;
    border: 1px solid #ccc;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header .header-top .search-wrapper .text {
    padding-left: 10px;
    display: block;
    width: 183px;
    height: 34px;
    line-height: 34px;
  }
  .header .header-top .search-wrapper .btn-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-left: 1px solid #ccc;
  }
  .header .header-top .search-wrapper .btn-wrapper .submit {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .header .header-top .search-wrapper .btn-wrapper .iconfont {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 26px;
    color: #666;
  }
  .header .header-top.toggle-search {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
  }
  .header .header-top.toggle-search .container {
    width: 100%;
    height: 0;
    padding: 12.6% 0 10px;
    background: #fff;
  }
  .header .header-top.toggle-search .search-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 90%;
    height: 36px;
    border: 1px solid #ccc;
  }
  .header .header-top.toggle-search .search-wrapper .text {
    padding-left: 10px;
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
  }
  .header .header-top.toggle-search .search-wrapper .btn-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-left: 1px solid #ccc;
    background: #fff;
  }
  .header .header-top.toggle-search .search-wrapper .btn-wrapper .submit {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .header .header-top.toggle-search .search-wrapper .btn-wrapper .iconfont {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 26px;
    color: #666;
  }
  .header .m-nav-header {
    display: block;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 5px 10px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.1);
  }
  .header .m-nav-header .logo-wrapper {
    position: relative;
    margin: auto;
    width: 50%;
    max-width: 200px;
  }
  .header .m-nav-header .logo-wrapper img {
    width: 100%;
    height: 100%;
  }
  .header .m-nav-header .nav-bar {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 4px;
    width: 30px;
    height: 30px;
  }
  .header .m-nav-header .nav-bar .iconfont {
    font-size: 22px;
  }
  .header .m-nav-header .search {
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 4px;
    width: 30px;
    height: 30px;
  }
  .header .m-nav-header .search .iconfont {
    font-size: 22px;
  }
  .header .m-nav-header .login-register {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
  }
  .header .m-nav-header .login-register .iconfont {
    font-size: 26px;
  }
  .header .m-nav-header .login-register-box {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 150px;
    background: #fff;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .header .m-nav-header .login-register-box a {
    padding: 5px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #dcdcdc;
  }
  .header .m-nav-header .login-register-box a:last-child {
    border-bottom: none;
  }
  .header .nav {
    display: none;
  }
  .header .vice-nav {
    display: none;
  }
  .footer .classify-wrapper {
    padding: 15px 0;
  }
  .footer .classify-wrapper ul {
    padding: 0 10px;
    width: 100%;
  }
  .footer .classify-wrapper ul .classify-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 10%;
  }
  .footer .classify-wrapper ul .classify-item a {
    margin-bottom: 10px;
  }
  .footer .classify-wrapper .QR-code {
    margin-top: 5px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .footer .classify-wrapper .QR-code .img-wrap {
    display: inline-block;
    max-width: 110px;
    max-height: 110px;
  }
  .footer .classify-wrapper .QR-code .img-wrap img {
    width: 100%;
    height: 100%;
  }
  .footer .footer-bottom {
    padding: 5px 10px;
  }
  .footer .footer-bottom p {
    line-height: 20px;
  }
  .my-operation-wrap {
    margin-top: 30px;
  }
  .my-operation-wrap ul li {
    width: 33.33%;
  }
  .my-operation-wrap ul li:nth-child(1),
  .my-operation-wrap ul li:nth-child(2),
  .my-operation-wrap ul li:nth-child(3) {
    border-bottom: 1px solid #dcdcdc;
  }
  .my-operation-wrap ul li:nth-child(3n) {
    border-right: none;
  }
  .my-operation-wrap ul li .img-wrapper {
    margin: 10px auto;
  }
  .my-operation-wrap ul li .icon-wrapper {
    margin: 10px auto;
  }
  .all-list-wrapper .row {
    margin: 30px -15px 0;
  }
  .all-list-wrapper .row .list-1,
  .all-list-wrapper .row .list-2,
  .all-list-wrapper .row .list-3,
  .all-list-wrapper .row .list-4,
  .all-list-wrapper .row .list-6 {
    margin-top: 20px;
    padding: 0 15px;
    display: block;
    vertical-align: inherit;
  }
  .all-list-wrapper .row .list-1 {
    width: 100%;
  }
  .all-list-wrapper .row .list-2 {
    width: 100%;
  }
  .all-list-wrapper .row .list-3 {
    width: 100%;
  }
  .all-list-wrapper .row .list-4 {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
    width: 100%;
  }
  .all-list-wrapper .row .list-6 {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
    width: 33.33%;
  }
  .all-list-wrapper .info-list .title-wrapper {
    padding-bottom: 10px;
  }
  .all-list-wrapper .info-list .list-wrapper li {
    margin-top: 20px;
    padding-left: 18px;
  }
  .all-list-wrapper .info-list .list-wrapper .title {
    width: 60%;
  }
  .all-list-wrapper .info-list .list-wrapper .date {
    font-size: 14px;
  }
  .all-list-wrapper .info-list-special-one .list-wrapper li {
    padding: 10px 0;
  }
  .all-list-wrapper .info-list-special-one .date-wrapper {
    width: 46px;
    height: 46px;
  }
  .all-list-wrapper .info-list-special-one .date-wrapper .day {
    line-height: 26px;
    font-size: 18px;
    color: #fff;
  }
  .all-list-wrapper .info-list-special-one .date-wrapper .year-month {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
  }
  .all-list-wrapper .info-list-special-one .sec-wrapper {
    padding-left: 51px;
    width: 100%;
  }
  .all-list-wrapper .info-list-special-one .sec-wrapper .title {
    width: 95%;
    height: 23px;
    line-height: 23px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
  }
  .all-list-wrapper .info-list-special-one .sec-wrapper .sec {
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    color: #666;
  }
  .all-list-wrapper .info-list-special-two {
    padding: 0 15px;
  }
  .all-list-wrapper .info-list-special-two .book-wrapper .info {
    margin-top: 10px;
    line-height: 16px;
    font-size: 16px;
    color: #000;
  }
  .all-list-wrapper .display-img-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.3%;
  }
  .all-list-wrapper .display-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  /*首页*/
  .sec-page {
    margin-top: 0;
  }
  .sec-page .left-board {
    float: inherit;
    width: 100%;
  }
  .sec-page .left-board .sec-nav {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
  }
  .sec-page .left-board .sec-nav .title.collapse {
    position: relative;
  }
  .sec-page .left-board .sec-nav .title.collapse::after {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #eee transparent;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
  }
  .sec-page .left-board .sec-nav .title.collapse.in::after {
    top: 0;
    bottom: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #eee transparent transparent transparent;
  }
  .sec-page .left-board .sec-nav .collapse-box.collapse {
    display: none;
    -webkit-transition: height 0.6s linear;
    -moz-transition: height 0.6s linear;
    -ms-transition: height 0.6s linear;
    -o-transition: height 0.6s linear;
    transition: height 0.6s linear;
  }
  .sec-page .left-board .sec-nav .collapse-box.collapse.in {
    display: block;
  }
  .sec-page .left-board .sec-nav .collapse-box.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.6s linear;
    -moz-transition: height 0.6s linear;
    -ms-transition: height 0.6s linear;
    -o-transition: height 0.6s linear;
    transition: height 0.6s linear;
  }
  .sec-page .left-board .sec-nav .sec-menu > li {
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
  }
  .sec-page .left-board .sec-nav .sec-menu > li a {
    font-size: 16px;
    color: #333;
  }
  .sec-page .left-board .sec-nav .sec-menu > li:hover {
    background: #dcdcdc;
  }
  .sec-page .section-list-wrapper {
    margin-left: 0;
    padding: 20px 5px 0;
  }
  .sec-page .section-list-wrapper .info-list {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .sec-page .section-list-wrapper .info-list .list-wrapper li {
    margin-top: 0;
  }
  .sec-page .section-section-wrapper {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 5px 0;
  }
  .sec-page .section-section-wrapper .slip-wrap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .sec-page .section-section-wrapper .slip-wrap .title {
    margin-bottom: 20px;
    padding: 10px 0;
    width: 90%;
    height: 40px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #f5f5f5;
  }
  .sec-page .section-section-wrapper .slip-wrap .pending {
    margin-bottom: 20px;
    text-align: center;
  }
  .sec-page .section-section-wrapper .slip-wrap .pending span {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #333;
    line-height: 20px;
  }
  .sec-page .section-section-wrapper .slip-wrap .pending span:last-child {
    margin-right: 0;
  }
}
@media (max-width:500px){
  .c-pages{margin-top: 20px;line-height: 30px;height:auto;font-size: 12px;text-align: inherit;}
  .c-pages a{height: 30px;font-size: 12px;}
  .c-pages a.prev-page,.c-pages a.next-page{width: 45%;text-align: center;}
  .c-pages a.home-page,.c-pages a.last-page,.c-pages a.page-num,.totalNum{display: none;}
}
/*# sourceMappingURL=style.css.map */