.page li{display:inline}
.wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.footp p a{color:white}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text_ov {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text_ov3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.text_ov4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.text_ov7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-align: justify;
  text-justify:distribute-all-lines; // 这行必加，兼容ie浏览器
  text-align-last:justify;
}
.textc {
  text-align: center;
}
.ju {
  width: 100%;
  height: 20px;
  background: #f9f8f8;
}
.bordernone {
  border-width: 0 !important;
}
.title {
  width: 100%;
  font-family: PingFangSCBold;
  margin-bottom: 30px;
  text-align: center;
}

.title span {
  font-size: 42px;
  font-weight: bold;
  z-index: 3;
  position: relative;
}

.title p {
  color: rgba(205, 7, 7, 0.23);
  font-size: 46px;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  position: absolute;
  left: -23px;
  top: -25px;
  z-index: 2;
}
.title .tips {
  color: #6f6e6e;
  font-size: 16px;
  margin-top: 10px;
}
.title2 {
  width: 100%;
  margin-bottom: 20px;
}
.title2 span {
  float: left;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
}
.title2 span::after {
  content: "";
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #e60000;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}
.title2 a {
  float: right;
  font-size: 18px;
}
.title3 {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.title3 span {
  font-size: 34px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.title3 span::before {
  content: "";
  width: 204px;
  height: 2px;
  background-image: linear-gradient(to right, #f3abab, #b64f4f, #941d1d);
  position: absolute;
  left: -234px;
  top: 50%;
  margin-top: -1px;
}

.title3 span::after {
  content: "";
  width: 204px;
  height: 2px;
  background-image: linear-gradient(to right, #941d1d, #b64f4f, #f3abab);
  position: absolute;
  right: -234px;
  top: 50%;
  margin-top: -1px;
}
.title4 span {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
.title4 span i {
  font-size: 16px;
  color: #000;
  display: block;
  text-transform: uppercase;
}
.title4 span em {
  font-size: 36px;
  color: #000;
}
.title4 span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 60px;
  background: #000000;
}
.mb20 {
  margin-bottom: 20px;
}
.gg {
  width: 100%;
  overflow: hidden;
}
.gg img {
  display: block;
  margin: 0 auto;
}
.more {
  width: 180px;
  height: 55px;
  color: #fff;
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 55px;
  background: #333;
  border-radius: 5px;
  margin: 50px auto 0;
}
.container {
  width: 1300px;
  margin: 0 auto;
}
.head {
  width: 100%;
  height: 125px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 997;
}
.headinner {
  width: 100%;
  padding: 15px 0;
}
.headinner .logo {
  width: 358px;
  height: 49px;
}
.headinner .logo img {
  display: block;
  width: 100%;
}
.headinner form {
  width: 245px;
  height: 35px;
  line-height: 33px;
  margin-top: 7px;
  border: 1px solid #9c9d9e;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.headinner form .item {
  width: 245px;
  height: 33px;
  padding: 0 35px 0 10px;
}

.headinner form .item input {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  background: transparent;
}

.headinner form button {
  width: 33px;
  height: 33px;
  cursor: pointer;
  background: url(../img/icon_search.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

.bannerSwiper {
  width: 100%;
  height: auto;
  position: relative;
}

.navcbl {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.nav li {
  height: 46px;
  font-size: 18px;
  position: relative;
}

.nav li .navtit {
  display: block;
  color: #333;
  padding-bottom: 10px;
  position: relative;
}

.nav li.on a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #b00303;
}

.nav_xl {
  position: absolute;
  left: 50%;
  top: 56px;
  width: 115px;
  height: 0;
  border-radius: 5px;
  margin-left: -57px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 9;
}

.nav_xl_inner {
  padding: 0;
  border-radius: 5px;
  background: #b00303;
  overflow: hidden;
  position: relative;
}

.nav_xl .toparrow {
  display: block;
  width: 100%;
  height: 8px;
  background: url(../img/toparrow.png) center center no-repeat;
}

.nav_xl_inner a {
  line-height: 30px;
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.bannerSwiper.swiper-container img {
  display: block;
  margin: 0 auto;
  height: 100%;
}
.btn-prev {
  width: 37px;
  height: 68px;
  left: 15%;
  background: url(../img/arrow_l.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.btn-next {
  width: 37px;
  height: 68px;
  right: 15%;
  background: url(../img/arrow_r.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.foot {
  width: 100%;
  padding: 50px 0;
  color: #fffcfc;
  background: #333333;
  overflow: hidden;
}
.foottop {
  margin-bottom: 30px;
  overflow: hidden;
}
.f_lef {
  width: 535px;
  float: left;
  overflow: hidden;
  position: relative;
}
.footlogo {
  margin-bottom: 60px;
}
.f_lef .footlink .name {
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  padding-left: 35px;
  margin-bottom: 30px;
  position: relative;
}
.f_lef .footlink .name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background: url(../img/icon_link.png) center center no-repeat;
}
.f_links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f_links a {
  width: 33.33%;
  color: #fffcfc;
  font-size: 16px;
  letter-spacing: 4px;
  padding-left: 15px;
  line-height: 26px;
  position: relative;
}

.f_links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #bc332d;
}
.f_dhang {
  width: 110px;
  float: left;
  margin-left: 30px;
  text-align: center;
}

.f_dhang .name {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}

.f_dhang a {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 35px;
}

.f_lxwm {
  width: 400px;
  float: left;
  margin-left: 81px;
}

.f_lxwm .name {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}

.f_lxwm li {
  font-size: 20px;
  line-height: 35px;
}
.f_sao {
  width: 144px;
  float: left;
}
.f_sao img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.f_sao p {
  font-size: 20px;
  text-align: center;
}
.footp p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
/* 页码 */
.pagenum {
  width: 100%;
  margin: 40px 0 60px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.pagenum li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
    padding: 0 5px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 5px;
    background: #f5f5f6;
    overflow: hidden;
}

.active {
  color: #fff;
  background: #fa0000 !important;
}
.active a{color: #fff !important;}
/* 面包屑 */
.brand {
  width: 1300px;
  height: 50px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
  background: #f7f7f7;
  overflow: hidden;
}

.brand .icon_home {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(../img/icon_home.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.brand a {
  font-size: 20px;
  color: #666666;
}
.brand span {
  font-size: 24px;
  margin: 8px;
}
.pc {
  display: block !important;
}
.sj {
  display: none !important;
}
.sjshade {
  display: none;
}
@media (any-hover: hover) {
  .nav li:hover a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #b00303;
  }
  .nav_xl_inner a:hover {
    text-decoration: underline;
  }

  .nav li:hover .nav_xl {
    height: auto;
    opacity: 1;
    top: 46px;
  }
}
@media screen and (max-width: 750px) {
  body.open {
    height: 100vh;
    overflow: hidden;
  }
  body.open .nav {
    left: 0;
  }
  body.open .sjshade {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .sj {
    display: block !important;
  }
  .container {
    width: 100%;
    margin: 0 auto;
  }

  .title {
    margin-bottom: 15px;
  }
  .title span {
    font-size: 21px;
  }
  .title p {
    font-size: 23px;
    left: 20px;
    top: -11px;
  }
  .title .tips {
    font-size: 12px;
    margin-top: 5px;
  }
  .title2 {
    margin-bottom: 10px;
  }
  .title2 span {
    float: left;
    font-size: 16px;
    padding-bottom: 5px;
  }
  .title2 span::after {
    content: "";
    width: 100%;
    height: 3px;
    border-radius: 3px;
  }
  .title2 a {
    float: right;
    font-size: 12px;
  }
  .title3 {
    margin-bottom: 15px;
  }

  .title3 span {
    font-size: 17px;
  }

  .title3 span::before {
    content: "";
    width: 82px;
    height: 1px;
    left: -90px;
    top: 50%;
    margin-top: -1px;
  }

  .title3 span::after {
    content: "";
    width: 82px;
    height: 1px;
    right: -90px;
  }
  .title4 span {
    padding-right: 8px;
  }
  .title4 span i {
    font-size: 10px;
  }
  .title4 span em {
    font-size: 18px;
  }
  .title4 span::after {
    width: 2px;
    height: 30px;
  }
  .head {
    padding-top: 8px;
    height: 64px;
  }
  .head form {
    display: none;
  }
  .headinner {
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
  }
  .sjmenu {
    width: 27px;
    height: 23px;
    background: url(../img/icon_menu.png) 0 center no-repeat;
  }
  .sjsearch {
    width: 27px;
    height: 27px;
    background: url(../img/icon_sousuo.png) 0 center no-repeat;
  }
  .headinner .logo {
    width: auto;
    flex: 1;
    height: 49px;
    display: flex;
    align-items: center;
    margin: 0 30px;
  }
  .headinner .logo img {
    display: block;
    width: 185px;
    margin: 0 auto;
  }
  .sjshade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 998;
    overflow: hidden;
  }
  .nav {
    position: absolute;
    left: -80%;
    top: 0;
    width: 80%;
    height: 100vh;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.83);
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.3s;
    z-index: 999;
  }
  .nav li {
    width: 80px;
    height: 46px;
    font-size: 18px;
    position: relative;
  }
  .nav_xl {
    position: absolute;
    left: 120%;
    top: -9px;
    width: 115px;
    height: 0;
    border-radius: 5px;
    margin-left: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 9;
  }
  .nav li.on .nav_xl {
    height: auto;
    opacity: 1;
  }
  .nav_xl .toparrow {
    display: block;
    width: 10px;
    height: 8px;
    float: left;
    background: url(../img/toparrow.png) center center no-repeat;
    transform: rotate(-90deg);
    top: 30px;
    position: relative;
  }
  .nav_xl_inner {
    width: 107px;
    float: right;
    padding: 5px 0;
    border-radius: 5px;
    background: #b00303;
    overflow: hidden;
    position: relative;
  }
  .gg img {
    width: 100%;
  }
  .banner {
    padding-top: 64px;
  }
  .bannerSwiper {
    width: 100%;
    height: 205px;
    position: relative;
  }
  .bannerSwiper.swiper-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .btn-next {
    width: 15px;
    height: 29px;
    right: 5%;
    margin-top: -3px;
  }
  .btn-prev {
    width: 15px;
    height: 29px;
    left: 5%;
    margin-top: -3px;
  }
  .foot {
    padding: 25px 0;
    position: relative;
  }
  .footlogo {
    width: 204px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
  }
  .footlogo img {
    display: block;
    width: 100%;
  }
  .f_lef {
    width: 100%;
    float: none;
    overflow: visible;
  }
  .footlink {
    width: 100%;
    padding: 15px 0;
    background: #000;
  }
  .f_lef .footlink .name {
    width: 140px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    padding-left: 17px;
    text-align: center;
    margin: 0 auto 15px;
    position: relative;
  }
  .f_lef .footlink .name::after {
    content: "";
    width: 17px;
    height: 17px;
    background-size: 100% 100%;
  }
  .f_links {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .f_links a {
    width: auto;
    color: #fffcfc;
    font-size: 10px;
    letter-spacing: 2px;
    padding-left: 8px;
    line-height: 13px;
  }
  .f_dhang {
    width: 100%;
    float: none;
    padding: 10px 0;
    margin-left: 0;
    display: flex;
    justify-content: space-around;
    text-align: center;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .f_dhang .name {
    display: none;
  }
  .f_dhang a {
    font-size: 12px;
    line-height: 17px;
  }
  .f_lxwm {
    width: 70%;
    float: left;
    padding: 0 15px;
    margin-top: 50px;
    margin-left: 0;
  }
  .f_lxwm li {
    font-size: 12px;
    line-height: 22px;
  }
  .f_lxwm .name {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .f_sao {
    width: 30%;
    float: left;
    margin-top: 50px;
    padding-right: 15px;
  }
  .f_sao img {
    width: 100%;
    margin-bottom: 0;
  }
  .f_sao p {
    display: none;
  }
  .footp p {
    font-size: 12px;
    line-height: 18px;
  }
  .foottop {
    margin-bottom: 15px;
  }
  /* 面包屑 */
  .brand {
    width: 100%;
    height: 25px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    margin: 0 auto 10px;
  }

  .brand .icon_home {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: url(../img/icon_home.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .brand a {
    font-size: 10px;
    color: #666666;
  }
  .brand span {
    font-size: 12px;
    margin: 4px;
  }
  .pagenum {
    margin: 20px 0 30px;
  }
  .pagenum a {
    margin: 0 5px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 25px;
    border-radius: 5px;
  }
  .pagenum span {
    margin: 0 5px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 25px;
    border-radius: 5px;
  }
}
