.head {
  padding: 0 100px;
  height: 100px;
}
.head .logo img {
  display: block;
  width: 214px;
}
.head .menu ul li {
  margin-left: 60px;
}
.head .menu ul li a {
  font-size: 18px;
  display: block;
  padding: 20px 0;
  position: relative;
  transition: all ease-in-out 0.2s;
}
.head .menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 3px;
  background: #fff;
  border-radius: 15px;
  transition: all ease-in-out 0.2s;
}
.head .menu ul li.active a,
.head .menu ul li:hover a {
  color: var(--themeColor);
}
.head .menu ul li.active a::after,
.head .menu ul li:hover a::after {
  background: var(--themeColor);
}
.head .menubar {
  cursor: pointer;
  display: none;
  padding: 10px 20px 10px 0;
}
.head .menubar img {
  display: block;
  width: 20px;
}
.h50 {
  display: none;
  height: 50px;
}
.ban img {
  display: block;
  width: 100%;
}
.ban img.mimg {
  display: none;
}
.common-tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.common-tit .tit {
  font-size: 40px;
  color: #303133;
  font-weight: 600;
  margin-bottom: 4px;
  font-family: AlibabaPuHuiTi-2-55-Regular;
}
.common-tit p {
  font-size: 20px;
}
.commonposi {
  height: 80px;
}
.commonposi img {
  width: 20px;
  display: block;
  margin-right: 10px;
}
.commonposi span,
.commonposi a {
  color: #909399;
}
.commonposi span {
  margin: 0 4px;
}
.commonposi span:nth-last-child(1) {
  display: none;
}
.zhe {
  display: none;
}
.footer {
  background: #242426;
}
.footer .fttop {
  padding-top: 60px;
  padding-bottom: 50px;
}
.footer .fttop .ftlogo {
  width: 316px;
  margin-right: 90px;
}
.footer .fttop .ftlogo .logo {
  margin-bottom: 29px;
}
.footer .fttop .ftlogo .logo img {
  width: 214px;
  display: block;
}
.footer .fttop .ftlogo h2 {
  letter-spacing: 0.4px;
  color: #E4E7ED;
  font-size: 20px;
  margin-bottom: 12px;
}
.footer .fttop .ftlogo ul li {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.8em;
}
.footer .fttop .ftmenu {
  padding: 0 89px;
  margin-right: 89px;
  position: relative;
}
.footer .fttop .ftmenu ul li {
  font-size: 16px;
  color: #E4E7ED;
  letter-spacing: 0.32px;
  margin-bottom: 24px;
  text-align: center;
}
.footer .fttop .ftmenu ul li a {
  font-size: 16px;
  color: #B3B9C3;
  letter-spacing: 0.32px;
}
.footer .fttop .ftmenu ul li.first {
  pointer-events: none;
}
.footer .fttop .ftmenu::after,
.footer .fttop .ftmenu::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 205px;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
}
.footer .fttop .ftmenu::after {
  right: 0;
}
.footer .fttop .ftmenu::before {
  left: 0;
}
.footer .fttop .ftewm h2 {
  font-weight: normal;
  font-size: 16px;
  color: #E4E7ED;
  letter-spacing: 0.32px;
  margin-bottom: 16px;
}
.footer .fttop .ftewm .tel {
  font-size: 28px;
  font-family: Impact;
  margin-bottom: 24px;
  color: #fff;
}
.footer .fttop .ftewm .ewm {
  width: 88px;
  display: none;
}
.footer .fttop .ftewm .ewm .pic {
  margin-bottom: 10px;
}
.footer .fttop .ftewm .ewm .pic img {
  width: 100%;
  display: block;
}
.footer .fttop .ftewm .ewm p {
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}
.footer .ftbot {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 36px 0;
}
.footer .ftbot p,
.footer .ftbot p a {
  font-size: 14px;
}
.minift {
  display: none;
}
.mini-h {
  height: 49px;
  display: none;
}
/* 分页 */
.pager {
  margin: 40px 0 40px;
}
.pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager ul li {
  margin: 0 4px;
}
.pager ul li a {
  display: inline-block;
  border: 1px solid #EBEEF5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #606266;
  font-size: 14px;
  text-align: center;
  transition: all ease-in-out 0.2s;
}
.pager ul li.active span {
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: var(--themeColor);
  border: 1px solid var(--themeColor);
}
.pager ul li a:hover {
  color: #fff;
  background: var(--themeColor);
  border: 1px solid var(--themeColor);
}
.pager ul li:nth-last-child(1) a {
  width: auto;
  padding: 0 20px;
  border-radius: 16px;
}
.pager ul li:nth-child(1) a {
  width: auto;
  padding: 0 20px;
  border-radius: 16px;
}
.pager ul li.disabled span {
  border: 1px solid #EBEEF5;
  border-radius: 16px;
  font-size: 14px;
  color: #606266;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  width: auto;
  padding: 0 20px;
  opacity: 0.5;
}
.pager ul li.disabled:hover {
  cursor: no-drop;
}
.showpage {
  padding-bottom: 60px;
}
.nrtit {
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
}
.nrtit h1 {
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 20px;
}
.nrtit .date span {
  color: #888;
  font-size: 13px;
  margin: 0 12px;
}
.nrbody {
  padding: 30px 0;
  line-height: 1.9em;
}
.nrbody,
.nrbody p {
  font-size: 16px;
  color: #5a5a5a;
}
.prevnext {
  margin-top: 30px;
}
.prevnext ul li a {
  transition: all ease-in-out 0.2s;
}
.prevnext ul li span,
.prevnext ul li a {
  font-size: 15px;
}
.prevnext ul li span {
  margin-right: 6px;
}
.prevnext ul li a:hover {
  color: var(--themeColor);
}
@media (max-width: 769px) {
  .w {
    width: 100%;
  }
  .h50 {
    display: block;
  }
  .head {
    position: fixed;
    left: 0;
    border-bottom: 1px solid #eee;
    top: 0;
    width: 100%;
    z-index: 90;
    background-color: #fff;
    padding: 0;
    height: 50px;
  }
  .head .menu {
    position: fixed;
    left: 0;
    top: 51px;
    display: none;
    z-index: 90;
    background-color: #fff;
    width: 100%;
  }
  .head .menu ul {
    display: block;
  }
  .head .menu ul li {
    margin: 0;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .head .menu ul li a {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
  }
  .head .menu ul li a::after {
    display: none;
  }
  .head .menu ul li::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/menu_right.png) no-repeat center center;
    background-size: 14px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .head .logo {
    padding-left: 20px;
  }
  .head .logo img {
    width: 120px;
  }
  .head .menubar {
    display: block;
  }
  .common-tit .tit {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: normal;
    margin-bottom: 8px;
  }
  .common-tit p {
    font-size: 14px;
  }
  .commonposi {
    height: 50px;
  }
  .commonposi span,
  .commonposi a {
    font-size: 14px;
  }
  .zhe {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .footer {
    display: none;
  }
  .footer .fttop {
    padding: 40px 0;
  }
  .footer .fttop .w {
    display: block;
  }
  .footer .fttop .w .ftlogo {
    padding: 0 20px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    width: 100%;
  }
  .footer .fttop .w .ftlogo .logo {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer .fttop .w .ftlogo .logo img {
    width: 150px;
  }
  .footer .fttop .w .ftlogo h2 {
    text-align: center;
    font-size: 18px;
  }
  .footer .fttop .w .ftlogo ul {
    display: none;
  }
  .footer .fttop .w .ftmenu {
    display: block;
    padding: 0;
    margin: 0 0 20px 0;
    border-top: 1px solid #333;
  }
  .footer .fttop .w .ftmenu::before,
  .footer .fttop .w .ftmenu::after {
    display: none;
  }
  .footer .fttop .w .ftmenu ul .libot {
    display: none;
    padding: 10px 0;
  }
  .footer .fttop .w .ftmenu ul .libot li {
    text-align: left;
    height: 32px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-bottom: 0;
  }
  .footer .fttop .w .ftmenu ul .first {
    text-align: left;
    margin-bottom: 0;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid #333;
    position: relative;
    pointer-events: all;
  }
  .footer .fttop .w .ftmenu ul .first::after {
    transition: all ease-in-out 0.2s;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/right.png) no-repeat center center;
    background-size: 14px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer .fttop .w .ftmenu ul .first.arrowbg::after {
    background: url(../images/down.png) no-repeat center center;
    background-size: 14px;
  }
  .footer .fttop .w .ftewm {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .ftbot {
    padding: 20px;
  }
  .mini-h {
    display: block;
  }
  .minift {
    display: block;
    z-index: 999;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .minift .minift-in {
    height: 48px;
    padding: 0 40px;
  }
  .minift .minift-in a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .minift .minift-in a .pic {
    width: 24px;
    height: 24px;
    position: relative;
  }
  .minift .minift-in a .pic img {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
  }
  .minift .minift-in a .pic img.img2 {
    opacity: 0;
  }
  .minift .minift-in a .pic img.img1 {
    opacity: 1;
  }
  .minift .minift-in a p {
    color: #909399;
    font-size: 10px;
  }
  .minift .minift-in a.active p {
    color: var(--themeColor);
  }
  .minift .minift-in a.active .pic img.img1 {
    opacity: 0;
  }
  .minift .minift-in a.active .pic img.img2 {
    opacity: 1;
  }
  .con {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .ban img.pcimg {
    display: none;
    width: 100%;
  }
  .ban img.mimg {
    display: block;
  }
  .nrtit h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .nrtit .date span {
    font-size: 12px;
    margin: 0 6px;
  }
  .prevnext {
    margin-top: 0;
    border-top: 1px solid #f6f6f6;
    padding-top: 20px;
  }
  .prevnext ul {
    display: block;
  }
  .prevnext ul li {
    margin-bottom: 6px;
  }
  .nrbody,
  .nrbody p {
    font-size: 14px;
    line-height: 1.8em;
  }
  .nrbody img,
  .nrbody p img {
    display: block;
    width: 100%!important;
    margin: 10px 0;
    height: auto!important;
  }
  .commonposi span,
  .commonposi a {
    font-size: 14px;
  }
  .showpage {
    padding-top: 20px;
  }
}
