@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  src: url("iconfont.ttf?t=1622596514180") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.display {
  display: block !important;
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.returnTop {
  width: .5rem;
  height: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 10%;
  right: 3%;
  z-index: 5;
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
  display: none;
}

.returnTop:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.returnTop span {
  color: #fff;
  font-size: .25rem;
}

/* 头部导航 */
.header {
  width: 100%;
  background-color: #fff;
}

.header .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .header_l {
  width: 19%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: .5rem;
}

.header .logo {
  width: 100%;
}

.header .logo img {
  width: 100%;
}

.header .nav-list {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .nav-item {
  white-space: nowrap;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 .28rem;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

@media (max-width: 1400px) {
  .header .nav-item {
    padding: 0 10px;
  }
}

.header .nav-item:hover {
  background-color: #00904b;
}

.header .nav-item:hover .item-href {
  color: #fff;
}

.header .isNav {
  background-color: #00904b;
}

.header .isNav .item-href {
  color: #fff;
}

.header .item-href {
  font-family: 'SourceHanSansCN-Normal';
  color: #333;
  padding: .36rem 0;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}

.header .href-list {
  display: none;
  background-color: #f7f9fa;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
}

.header .href-item {
  display: block;
  padding: 0 .24rem;
  cursor: pointer;
  white-space: nowrap;
}

@media (max-width: 1600px) {
  .header .href-item{
    padding: 0 10px;
  }
}

.header .href-item:hover a {
  color: #00914f;
}

.header .href-item a {
  padding: .36rem 0;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.header .header_r {
  width: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .search, .header .menu {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.header .search {
  background-color: #ecf1f4;
}

.header .search .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .search .icon span {
  font-size: .25rem;
  color: #666666;
}

@media (max-width: 1000px) {
  .header .search .icon span {
    font-size: calc(14 * 1920 / 100vw);
  }
}

.header .search .search-layer {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 6;
  display: none;
}

.header .search .search-bar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 7;
  padding: .5rem 0;
  display: none;
  cursor: default;
}

.header .search .search-bar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .search .search-bar .key-input {
  width: 2.4rem;
  border: .01rem solid #aaa;
  border-right: none;
}

.header .search .search-bar .key-input input {
  width: 100%;
  height: 100%;
  border: none;
  color: #00914f;
  text-indent: .2rem;
}

.header .search .search-bar .subbtn {
  background-color: #00914f;
  width: .3rem;
  height: .3rem;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .search .search-bar .subbtn .iconfont {
  font-size: .2rem;
  color: #fff;
}

@media (max-width: 1920px) {
  .header .search .search-bar .key-input {
    width: 200px;
  }
  .header .search .search-bar .subbtn {
    width: 30px;
    height: 30px;
  }
  .header .search .search-bar .subbtn .iconfont {
    font-size: 20px;
  }
}

.header .menu {
  background-color: #00904b;
  padding: .36rem 0;
}

.header .menu .img {
  width: 43%;
  height: 14px;
  display: inline-block;
}

.header .menu .img img {
  width: 100%;
}

.header .layer {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}

@media (max-width: 1200px) {
  .header .header_l {
    width: 3.8rem;
  }
  .header .header_c {
    display: none;
  }
  .header .nav-list {
    padding-top: 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 200px;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    z-index: 5;
  }
  .header .nav-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .header .item-href {
    width: 100%;
    padding-left: 20px;
  }
  .header .href-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    position: static;
  }
  .header .href-item {
    width: 100%;
    padding-left: 20px;
  }
  .header .header_r {
    width: 1.6rem;
  }
}

@media (max-width: 900px) {
  .header .header_l {
    margin-left: 10px;
  }
}

/* footer */
.footer {
  width: 100%;
  position: relative;
}

/* .footer .footer-header{
  width: 100%;
  padding: .28rem 0;
  background-color: #f7f9fa;
}

.footer .footer-header .container{
  width: 15.4rem;
  margin: 0 auto;
  display: flex;
}

.footer .footer-header .link-title{
  color: #333;
  white-space: nowrap;
  line-height: 1.5;
}

.footer .footer-header .link-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.footer .footer-header .link-item{
  color: #888;
  white-space: nowrap;
  line-height: 1.5;
  margin: 0 .1rem;
  cursor: pointer;
}

@media (max-width: 900px) {
  .footer .footer-header .container{
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 500px) {
  .footer .footer-header .container{
    flex-wrap: wrap;
  }

  .footer .footer-header .link-title{
    width: 100%;
    margin-bottom: .1rem;
  }

  .footer .footer-header .link-item{
    width: 100%;
  }
} */

.footer .footer-main{
  width: 100%;
  background-color: #2a2a2a;
}

.footer .footer-main .container{
  width: 15.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: .5rem 0 .32rem;
  border-bottom: .01rem solid rgba(255,255,255,.1);
  flex-wrap: wrap;
}

.footer .footer-main .Finfo{
  width: 12rem;
}

.footer .footer-main .Fnav{
  width: 100%;
  display: flex;
  margin-bottom: .4rem;
}

.footer .footer-main .Fnav-itemI{
  width: 12.5%;
}

.footer .footer-main .Fnav-itemI-href{
  color: #fff;
  width: 100%;
  display: block;
  cursor: pointer;
}

.footer .footer-main .Flink{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.footer .footer-main .link-title{
  color: #fff;
  white-space: nowrap;
  line-height: 2;
}

.footer .footer-main .link-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.footer .footer-main .link-item{
  color: #888;
  white-space: nowrap;
  line-height: 2;
  margin: 0 .1rem;
  cursor: pointer;
}

.footer .footer-main .Fcode{
  width: 2rem;
}

.footer .footer-main .Fcode-title{
  width: 100%;
  color: #fff;
  white-space: nowrap;
}

.footer .footer-main .Fcode-img{
  width: 1.4rem;
  height: 1.4rem;
  padding: .05rem;
  background-color: #fff;
  box-shadow: 0 .04rem .08rem 0 rgba(0, 0, 0, 0.1);
	border-radius: .04rem;
  margin: .26rem 0 .21rem;
  min-width: 80px;
  min-height: 80px;
}

.footer .footer-main .Fcode-img img{
  width: 100%;
  height: 100%;
}

.footer .footer-main .Fcode-guide{
  color: #888;
  letter-spacing: .03rem;
  width: 100%;
}

@media (max-width: 900px) {
  .footer .footer-main .container{
    width: 100%;
    padding: .5rem 10px .32rem;
  }
}

@media (max-width: 700px) {
  .footer .footer-main .Finfo{
    width: 100%;
  }

  .footer .footer-main .Fcode{
    width: 100%;
    margin-top: .2rem;
  }
}

@media (max-width: 500px) {
  .footer .footer-main .Fnav{
    flex-wrap: wrap;
  }

  .footer .footer-main .Fnav-itemI{
    width: 100%;
    padding: .2rem 0;
  }

  .footer .footer-main .link-title{
    width: 100%;
  }

  .footer .footer-main .link-item{
    width: 100%;
  }
}

/* .footer .footer-main{
  width: 100%;
  background-color: #2a2a2a;
}

.footer .footer-main .container{ 
  width: 15.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: .5rem 0 .32rem;
  border-bottom: .01rem solid rgba(255,255,255,.1);
}

.footer .footer-main .Fnav{
  width: 12rem;
  display: flex;
}

.footer .footer-main .Fnav-itemI{
  width: 12.5%;
}

.footer .footer-main .Fnav-itemI-href{
  color: #fff;
  width: 100%;
  display: inline-block;
  margin: .25rem 0;
  cursor: pointer;
}

.footer .footer-main .Fnav-itemI-list{
  width: 100%;
}

.footer .footer-main .Fnav-itemII{
  width: 100%;
}

.footer .footer-main .Fnav-itemII-href{
  color: #fff;
  width: 100%;
  display: inline-block;
  opacity: .5;
  line-height: 1.6;
}

.footer .footer-main .Fcode{
  width: 1rem;
}

.footer .footer-main .Fcode-title{
  width: 100%;
  color: #fff;
}

.footer .footer-main .Fcode-img{
  width: 100%;
  height: 1rem;
  padding: .05rem;
  background-color: #fff;
  box-shadow: 0 .04rem .08rem 0 rgba(0, 0, 0, 0.1);
	border-radius: .04rem;
  margin: .26rem 0 .21rem;
  min-width: 80px;
  min-height: 80px;
}

.footer .footer-main .Fcode-img img{
  width: 100%;
  height: 100%;
}

.footer .footer-main .Fcode-guide{
  color: #888;
  letter-spacing: .03rem;
  width: 100%;
}

@media (max-width: 1250px) {
  .footer .footer-main .container{
    flex-wrap: wrap;
  }

  .footer .footer-main .Fnav{
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .footer .footer-main .Fcode{
    width: 100%;
  }

  .footer .footer-main .Fcode-img{
    width: 1rem;
  }
}

@media (max-width: 900px) {
  .footer .footer-main .container{
    width: 100%;
    padding: .5rem 10px .32rem;
  }
}

@media (max-width: 800px) {
  .footer .footer-main .Fnav{
    flex-wrap: wrap;
  }

  .footer .footer-main .Fnav-itemI{
    width: 25%;
  }
}

@media (max-width: 800px) {
  .footer .footer-main .Fnav-itemI{
    width: 100%;
  }
} */

.footer .footer-footer{
  width: 100%;
  padding: .27rem 0 .32rem;
  background-color: #2a2a2a;
}

.footer .footer-footer .container{
  width: 15.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .footer-footer .copyright p{
  color: #fff;
}

.footer .footer-footer .copyright span{
  color: #fff;
  color: rgba(255,255,255,.3);
  line-height: 2;
  vertical-align: middle;
}

.footer .footer-footer .copyright img{
  width: 0.5rem;
  height: 0.16rem;
  vertical-align: middle;
  margin-left: .18rem;
}

.footer .footer-footer .copyright a{
  display: inline-block;
  color: rgba(255,255,255,.3);
  margin: 0 .24rem;
}

.footer .footer-footer .oa{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .18rem .4rem;
  background-color: #414141;
	border-radius: .04rem;
  cursor: pointer;
}

.footer .footer-footer .oa .s16{
  margin-right: .28rem;
  color: #fff;
}

.footer .footer-footer .oa .iconfont{
  color: #fff;
}

@media (max-width: 1200px) {
  .footer .footer-footer .container{
    flex-wrap: wrap;
  }

  .footer .footer-footer .copyright{
    width: 100%;
    margin-bottom: .2rem;
  }
}

@media (max-width: 1000px) {
  .footer .footer-footer .copyright p{
    display: flex;
    flex-wrap: wrap;
  }

  .footer .footer-footer .copyright span{
    width: 100%;
    margin-bottom: .2rem;
  }

  .footer .footer-footer .copyright img{
    margin: 0;
    width: 50px;
    height: 12px;
  }
}

@media (max-width: 900px) {
  .footer .footer-footer .container{
    width: 100%;
    padding: 0 10px;
  }
}

.footer .footer-returnTop{
  width: 0.2rem;
  position: absolute;
  right: 1.27rem;
  bottom: 1.03rem;
  height: 0.2rem;
  cursor: pointer;
}

.footer .footer-returnTop span{
  color: #fff;
  font-size: .2rem;
}

/* .footer {
  width: 100%;
  background-color: #2a2a2a;
  position: relative;
}

.footer .footer_header {
  width: 100%;
  padding: .1rem 0;
}

.footer .footer_header .container {
  width: 15.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer .link-title {
  display: block;
  color: #fff;
  padding: .1rem 0;
  width: 8%;
}

.footer .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 92%;
}

.footer .link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: .2rem;
}

.footer .link-item a {
  padding: .1rem 0;
  color: #888;
}

.footer .link-item:hover a {
  color: #fff;
}

@media (max-width: 1200px) {
  .footer .link-title {
    width: 10%;
  }
  .footer .link-list {
    width: 90%;
  }
}

@media (max-width: 900px) {
  .footer .footer_header .container {
    width: 100%;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .link-title {
    width: 100%;
  }
  .footer .link-list {
    width: 100%;
  }
  .footer .link-item {
    width: 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0;
  }
  .footer .link-item a {
    padding: .1rem 0;
  }
}

@media (max-width: 500px) {
  .footer .link-item {
    width: 100%;
  }
}

.footer .footer_main {
  width: 100%;
  padding: .1rem 0;
}

.footer .footer_main .container {
  width: 15.5rem;
  margin: 0 auto;
}

.footer .nav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .6rem 0 .2rem;
}

.footer .item-href {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  margin-bottom: .25rem;
}

.footer .href-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .href-item {
  cursor: pointer;
}

.footer .href-item a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  padding: .1rem 0;
}

@media (max-width: 900px) {
  .footer .footer_main .container {
    width: 100%;
    padding: .25rem 10px;
  }
  .footer .nav-list {
    padding: 0;
  }
  .footer .nav-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (max-width: 750px) {
  .footer .nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .nav-item {
    width: 100%;
    margin-top: 2%;
  }
}

.footer .footer_footer {
  width: 100%;
  background-color: #2a2a2a;
}

.footer .footer_footer .container {
  width: 15.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .25rem 0;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1920px) {
  .footer .footer_footer .container {
    border-width: 1px;
  }
}

.footer .footer_footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.75;
}

.footer .footer_footer .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: .6rem;
}

.footer .link-icon .icon {
  cursor: pointer;
  margin: 0 .15rem;
}

.footer .link-icon span {
  font-size: .25rem;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: .5s;
  transition: .5s;
}

.footer .link-icon span:hover {
  color: #fff;
}

@media (max-width: 1920px) {
  .footer .link-icon span {
    font-size: 25px;
  }
}

.footer .link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .link-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.3);
}

.footer .link-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 .2rem;
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1100px) {
  .footer .footer_footer .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_footer .container .copyright {
    width: 100%;
  }
  .footer .footer_footer .container .link {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_footer .link-icon {
    margin: 2% 0;
  }
}

@media (max-width: 900px) {
  .footer .footer_footer .container {
    width: 100%;
    padding: .25rem 10px;
  }
}

.footer .wx-code {
  display: none;
  opacity: 0;
  width: 1.2rem;
  position: absolute;
  background-color: #fff;
}

.footer .wx-code .code {
  width: 100%;
  padding: .12rem;
  padding-bottom: .05rem;
}

.footer .wx-code .code img {
  width: 100%;
}

.footer .wx-code .text {
  color: #888;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: .05rem 0;
}

.footer .wx-code::after {
  content: '';
  width: 0;
  height: 0;
  border-left: .1rem solid transparent;
  border-right: .1rem solid transparent;
  border-top: .12rem solid #fff;
  position: absolute;
  bottom: -8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
} */

/* 面包屑 */
.crumbs {
  width: 100%;
  background-color: #f7f9fa;
  border-top: .01rem solid #eeeeee;
  border-bottom: .01rem solid #eeeeee;
}

@media (max-width: 1920px) {
  .crumbs {
    border-width: 1px;
  }
}

.crumbs .container {
  width: 15.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.crumbs .crumbs_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .2rem 0;
}

.crumbs .crumbs_l .sign {
  margin: 0 .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ccc;
}

.crumbs .crumbs_l .icon {
  font-size: .2rem;
  color: #00904b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: .2rem;
}

.crumbs .crumbs_l_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #666;
  -webkit-transition: .5s;
  transition: .5s;
}

.crumbs .crumbs_l_item:last-of-type {
  color: #00904b;
}

.crumbs .crumbs_l_item:hover {
  color: #00904b;
}

.crumbs .crumbs_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.crumbs .crumbs_r_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: .01rem solid transparent;
  -webkit-transition: .5s;
  transition: .5s;
  height: 100%;
  cursor: pointer;
}

.crumbs .crumbs_r_item .text {
  display: inline-block;
  padding: 0 .64rem;
  color: #666666;
  -webkit-transition: .5s;
  transition: .5s;
}

.crumbs .crumbs_r_item:hover {
  border-bottom-color: #00904b;
}

.crumbs .crumbs_r_item:hover .text {
  color: #00904b;
}

.crumbs .isCrumbs {
  border-bottom-color: #00904b;
}

.crumbs .isCrumbs .text {
  color: #00904b;
}

@media (max-width: 900px) {
  .crumbs .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 750px) {
  .crumbs .crumbs_l {
    width: 100%;
    padding: .3rem 0;
  }
  .crumbs .crumbs_r {
    width: 100%;
  }
  .crumbs .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .crumbs .crumbs_r_item .text {
    padding: .2rem .64rem;
  }
  .crumbs .crumbs_r_item:hover {
    background-color: #00904b;
  }
  .crumbs .crumbs_r_item:hover .text {
    color: #fff;
  }
  .crumbs .isCrumbs {
    background-color: #00904b;
  }
  .crumbs .isCrumbs .text {
    color: #fff;
  }
}

@media (max-width: 400px) {
  .crumbs .crumbs_r_item .text {
    padding: .16rem .4rem;
  }
}

/* 列表分页 */
.page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .4rem 0;
}

.page a {
  width: .5rem;
  height: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  margin: 0 .05rem;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
}

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

.page .page-prev .iconfont, .page .page-next .iconfont {
  -webkit-transition: .5s;
  transition: .5s;
  color: #ccc;
}

.page .page-prev:hover, .page .page-next:hover {
  background-color: #fff;
}

.page .page-prev:hover .iconfont, .page .page-next:hover .iconfont {
  color: #00904b;
}

.page .isPage {
  color: #fff;
  background-color: #00904b;
}

/* 侧边栏 */
.sidebar {
  position: fixed;
  right: 20px;
  top: 30%;
  z-index: 5;
}

.sidebar .side-item {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.2);
  margin: .1rem 0;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #fff;
  position: relative;
}

.sidebar .side-item:hover {
  background-color: #00904b;
}

.sidebar .side-item:hover .iconfont {
  color: #fff;
}

.sidebar .side-item .item-icon {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar .side-item .item-icon .iconfont {
  -webkit-transition: .5s;
  transition: .5s;
  font-size: .25rem;
}

.sidebar .side-item .item-code {
  display: none;
  opacity: 0;
  z-index: 5;
  width: 1rem;
  background-color: #fff;
  border-radius: .1rem;
  position: absolute;
  right: 150%;
  top: 0;
  -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}

.sidebar .side-item .item-code .code {
  padding: .1rem;
}

.sidebar .side-item .item-code .code img {
  width: 100%;
}

.sidebar .side-item .item-code .text {
  color: #666;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: .1rem;
}

.sidebar .side-item .item-code::after {
  content: '';
  width: 0;
  height: 0;
  border-left: .1rem solid #fff;
  border-top: .08rem solid transparent;
  border-bottom: .08rem solid transparent;
  position: absolute;
  right: -10%;
  top: 15%;
  -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 1000px) {
  .sidebar .side-item .item-code {
    width: 80px;
  }
  .sidebar .side-item .item-code::after {
    border-left-width: 8px;
    border-top-width: 6.4px;
    border-bottom-width: 6.4px;
    right: -8%;
    top: 5%;
  }
}

.sidebar .side-item .item-phone {
  display: none;
  opacity: 0;
  color: #666;
  -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
  border-radius: .1rem;
  padding: .15rem 0;
  width: 300%;
  position: absolute;
  right: 130%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  text-align: center;
}

.sidebar .side-item .item-phone::after {
  content: '';
  width: 0;
  height: 0;
  border-left: .1rem solid #fff;
  border-top: .08rem solid transparent;
  border-bottom: .08rem solid transparent;
  position: absolute;
  z-index: 1;
  right: -5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
  .sidebar .side-item .item-phone {
    padding: 10px 0;
    width: 130px;
  }
  .sidebar .side-item .item-phone::after {
    right: -5px;
  }
}

.sidebar .side-item .item-email {
  display: none;
  opacity: 0;
  color: #666;
  -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
  border-radius: .1rem;
  width: 400%;
  padding: .15rem;
  position: absolute;
  right: 130%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  text-align: center;
}

.sidebar .side-item .item-email::after {
  content: '';
  width: 0;
  height: 0;
  border-left: .1rem solid #fff;
  border-top: .08rem solid transparent;
  border-bottom: .08rem solid transparent;
  position: absolute;
  z-index: 1;
  right: -5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
  .sidebar .side-item .item-email {
    padding: 10px 0;
    width: 180px;
  }
  .sidebar .side-item .item-email::after {
    right: -5px;
  }
}