.hideScroll {
  overflow: hidden;
  min-height: 100vh;
}
#head {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 4.6875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 8000;
}
#head .left {
  height: 65%;
  margin-right: 10%;
}
#head .left .min {
  display: none;
}
#head .left img {
  width: auto;
  height: 100%;
  padding-right: 10%;
}
#head .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
#head .right > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#head .right > ul > li {
  position: relative;
  height: 100%;
}
#head .right > ul > li:hover .c {
  display: block;
}
#head .right > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #282828;
  font-size: 20px;
  padding: 0 0.8333vw;
}
#head .right > ul > li a:hover {
  color: #282828 !important;
}
#head .right > ul > li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#head .right > ul > li a.active {
  color: #282828 !important;
}
#head .right > ul > li a.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#head .right .c {
  display: none;
  position: absolute;
  left: 50%;
  top: 4.6875vw;
  padding-top: 0.4vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#head .right .c li {
  display: block;
  text-align: center;
  background-color: #fff !important;
}
#head .right .c li:hover a {
  background: rgba(160, 19, 26, 0.08);
  color: #A0131A !important;
}
#head .right .c li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  height: 2.9166vw;
  line-height: 2.9166vw;
  white-space: nowrap;
  color: #333333;
}
#head .rm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
}
#head .rm img {
  width: 1.354vw;
  height: 1.354vw;
}
#head .rm div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1vw;
  cursor: pointer;
}
#head {
  background-color: #A0131A;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(159, 150, 150, 0.1);
          box-shadow: 0px 4px 12px 0px rgba(159, 150, 150, 0.1);
}
#head .right ul li:hover > a {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 193, 108, 0.55)), to(rgba(242, 201, 124, 0)));
  background: linear-gradient(360deg, rgba(240, 193, 108, 0.55) 0%, rgba(242, 201, 124, 0) 100%);
}

#head .right ul li .active {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 193, 108, 0.55)), to(rgba(242, 201, 124, 0)));
    background: linear-gradient(360deg, rgba(240, 193, 108, 0.55) 0%, rgba(242, 201, 124, 0) 100%);
}
#head .right ul li a {
  color: #fff;
}
#head .right ul li a::before {
  background-color: #fff;
  color: #fff !important;
}
#head .right ul li a:hover {
  color: #fff !important;
}
#head .right ul li a.active {
  color: #fff !important;
}
#head .right ul li a.active::before {
  background-color: #fff;
}
#head .cm {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(204, 180, 180, 0.25);
          box-shadow: 0px 4px 8px 0px rgba(204, 180, 180, 0.25);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #DAD8D8;
  overflow: hidden;
}
#head .rm {
  color: #282828;
}
#head .nav-search {
    display: flex;
    position: relative;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #282828;
    font-size: 20px;
    padding: 0 0.8333vw;
}

#head .nav-search:hover .nav-search-input {
    width: 10vw;
    padding: 0.6vw;
    opacity: 1;
}

#head .nav-search:hover .search-button  {
    left: unset;
    right: -1.5vw;
}
#head .nav-search-input {
    border: 1px solid #A0131A;
    color: #A0131A;
    width: 0vw;
    padding: 0.6vw;
    opacity: 0;
    transition: width 1.5s;
}
#head .search-button {
    position: absolute;
    left: 0vw;
    width: 1.6vw;
}
.minScreen {
  display: none;
  cursor: pointer;
}
.minScreen .open {
  width: 24px;
  height: 18px;
  padding: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.minScreen .open div {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 2px 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.minScreen .open.close {
  height: 16px;
  margin-top: 2px;
}
.minScreen .open.close div:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(4px);
          transform: rotate(45deg) translateY(4px);
}
.minScreen .open.close div:nth-child(2) {
  display: none;
}
.minScreen .open.close div:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-4px);
          transform: rotate(-45deg) translateY(-4px);
}
.breadcrumb {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px !important;
  padding-bottom: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 2;
}
.breadcrumb li {
  font-size: 0.9375vw;
  color: #666666;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li a {
  font-size: 0.9375vw;
  color: #666666;
}
.breadcrumb li a.am {
    font-size: 1.12vw;
    font-weight: 400;
}
.breadcrumb li.c::after {
  display: none;
}
.breadcrumb li.c::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(../images/set.png) no-repeat;
  background-size: 100% 100%;
}
.breadcrumb li::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: url(../images/11.png) no-repeat;
  background-size: 100% 100%;
}
.breadcrumb li:last-child {
  color: #ca1515;
}
.breadcrumb li:last-child::after {
  display: none;
}
#pages {
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
#pages a,
#pages span {
  margin-left: 3px;
  margin-right: 3px;
  min-width: 22px;
  padding-left: 5px;
  padding-right: 5px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #DDDDDD;
  display: inline-block;
  font-family: "Microsoft YaHei", "Helvetica Neue", helvetica, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#pages font {
  font-family: "Microsoft YaHei", "Helvetica Neue", helvetica, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
}
#pages a {
  text-decoration: none;
}
#pages a:hover {
  border: 1px solid #A0131A;
  background-color: #A0131A;
  color: #fff;
}
#pages span {
  border: 1px solid #A0131A;
  background-color: #A0131A;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: 0px;
}
#pages a.previous {
  width: 25px;
  position: relative;
  top: 0px;
}
#pages a.next {
  width: 25px;
  position: relative;
  top: 0px;
}
#pages-num {
  width: 32px;
  height: 20px;
  border: 1px solid #DDDDDD;
}
.pages-nodata {
  margin: 30px auto 0 auto;
  width: 150px;
}
@media (max-width: 1750px) {
  .right ul li a {
    font-size: 18px !important;
  }
}
@media (max-width: 1600px) {
  .right ul li a {
    font-size: 16px !important;
  }
}
@media (max-width: 1450px) {
  .right ul li a {
    font-size: 14px !important;
  }
}
@media (max-width: 1350px) {
  .right ul li a {
    font-size: 13px !important;
  }
}
@media (max-width: 1100px) {
    #head {
        padding: 0 4%;
        height: 65px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #head.active {
        background-color: #C8161D !important;
    }
    #head.active .right {
        left: 0;
    }
    #head .right {
        position: fixed;
        top: 65px;
        bottom: 0;
        width: 100%;
        left: -100%;
        margin: 0;
        padding: 0 4%;
        padding-top: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        overflow: auto;
        z-index: 8000;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #head .right ul {
        display: block;
        border: none;
        box-shadow: unset;
    }
    #head .right ul li {
        height: auto;
    }
    #head .right ul li:hover .c {
    }
    #head .right ul li:hover {
        background-color: #fff;
    }

    #head .right ul li a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0px!important;
        color: #333333;
        font-size: 16px !important;
        font-weight: 700;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    #head .cm {
        display: inline-block;
    }
    #head .cm li {
        float: left;
    }
    #head .cm li a{
        height: 40px!important;
        line-height: 40px!important;
        font-size: 14px !important;
        font-weight: 500!important;
    }
    #head .right ul li a.active,
    #head .right ul li a:hover {
        color: #333333 !important;
    }
    #head .right .c {
        position: static;
        z-index: 0;
        top: 0;
        display: block;
        -webkit-transform: unset;
        transform:  unset;
    }
    #head .right .c li {
        padding-left: 20px;
    }
    #head .right .c li a {
        display: block;
        height: 50px;
        line-height: 50px;
        text-align: left;
    }
    .minScreen {
        display: block;
    }
}

@media (max-width: 600px) {
    .breadcrumb li  {
        font-size: 13px;
    }
    .breadcrumb li a  {
        font-size: 13px;
    }
    .breadcrumb li a.am {
        font-size: 13px;
    }
}

