@charset "utf-8";
.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
body {
  min-width: 1200px;
  background-color: #FFFDF9;
  overflow-x: hidden;
}
.main {
  width: 100%;
}
.main .layout {
  width: 1200px;
  margin: 0 auto;
}
.pc .layout {
  width: 1200px;
  margin: 0 auto;
}
.h5 .layout {
  width: 100%;
  margin: 0 auto;
  padding: 0 .16rem;
}
body a:hover {
  cursor: pointer;
  user-select: none;
  color: #a20200 !important;
}
.pc footer {
  background: #A20200;
  padding: 110px 0;
}
.pc footer .layout {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc footer .layout .logo a {
  display: block;
}
.pc footer .layout .logo a img {
  display: block;
  height: 68px;
}
.pc footer .layout hr {
  width: 1px;
  height: 102px;
  background-color: #fff;
  margin: 0 29px 0 38px;
  border: 0;
}
.pc footer .layout .info p,
.pc footer .layout .info a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 29px;
}
.pc header .top {
  padding: 20px 0;
}
.pc header .top .layout {
  display: flex;
  justify-content: space-between;
}
.pc header .top .layout .left a,
.pc header .top .layout .right a {
  margin: 0 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.pc header .top .layout .left a:nth-child(1),
.pc header .top .layout .right a:nth-child(1) {
  margin-left: 0;
}
.pc header .top .layout .left a:nth-last-child(1),
.pc header .top .layout .right a:nth-last-child(1) {
  margin-right: 0;
}
.pc header .banner {
  min-width: 1200px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.pc header .banner img {
  margin: 0 auto;
  display: block;
  max-width: 1920px;
}
.pc header .logo_search {
  padding: 50px 0 30px;
  background: url(../images/header_bg.png) no-repeat center / 1920px 100%;
}
.pc header .logo_search .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc header .logo_search .layout .logo a {
  display: block;
}
.pc header .logo_search .layout .logo a img {
  display: block;
  height: 75px;
}
.pc header .logo_search .layout .search {
  padding: 5px 12px;
  width: 287px;
  height: 40px;
  border-radius: 27px;
  background-color: rgba(146, 0, 0, 0.3);
}
.pc header .logo_search .layout .search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc header .logo_search .layout .search form img {
  display: block;
  width: 30px;
  height: 30px;
}
.pc header .logo_search .layout .search form input[type="text"] {
  width: 85%;
  height: 100%;
  border: none;
  background: transparent;
  color: #fff;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
}
.pc header .logo_search .layout .search form input[type="text"]::placeholder {
  color: #fff;
}
.pc header .logo_search .layout .search form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.pc header .logo_search .layout .search form input[type="text"]::-moz-placeholder {
  color: #fff;
}
.pc header .logo_search .layout .search form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.pc header .nav {
  background-color: #BC0000;
}
.pc header .nav .layout ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.pc header .nav .layout ul li {
  position: relative;
}
.pc header .nav .layout ul li::before {
  opacity: 0;
  content: "";
  width: 100%;
  height: 74px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(../images/header_nav_on.png) no-repeat center / 100% 100%;
}
.pc header .nav .layout ul li a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 20px 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF !important;
}
.pc header .nav .layout ul li:hover::before {
  opacity: 1;
  z-index: 0;
}
.pc header .nav .layout ul li:hover .nav-list {
  height: fit-content;
  opacity: 1;
  visibility: visible;
}
.pc header .nav .layout ul li .nav-list {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  position: absolute;
  top: 70px;
  left: -99.34vw;
  z-index: 999;
  width: 99.34vw;
  background: #FFFFFF;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s;
}
.pc header .nav .layout ul li .nav-list .nav-list-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 1200px;
}
.pc header .nav .layout ul li .nav-list .nav-list-inner::before {
  content: '';
  display: block;
  width: 143px;
  height: 46px;
  background: url(../images/header_navList.png) no-repeat center / 100% 100%;
  background-size: contain;
  margin-right: 20px;
  flex-shrink: 0;
}
.pc header .nav .layout ul li .nav-list .nav-list-inner a {
  display: block;
  padding: 0 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #666666 !important;
  line-height: 28px;
  text-align: center;
  white-space: nowrap;
}
.pc header .nav .layout ul li .nav-list .nav-list-inner a:not(:last-child) {
  border-right: 1px solid #ddd;
}
.pc header .nav .layout ul li .nav-list .nav-list-inner a:hover {
  color: #BC0000 !important;
}
.pc header .nav .layout ul .on::before {
  opacity: 1;
  z-index: 0;
}
.h5 header .logo_nav {
  padding: .17rem 0 .05rem;
  background: url(../images/header_bg.png) no-repeat right 28% center / auto 100%;
}
.h5 header .logo_nav .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h5 header .logo_nav .layout .logo a {
  display: block;
}
.h5 header .logo_nav .layout .logo a img {
  display: block;
  height: .29rem;
}
.h5 header .logo_nav .layout .nav img {
  display: block;
  width: .18rem;
  height: .18rem;
}
.h5 header .search {
  padding: .05rem 0 .1rem;
}
.h5 header .search .layout form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: .32rem;
  background: rgba(146, 0, 0, 0.13);
  border-radius: .27rem;
  padding: .04rem .1rem;
}
.h5 header .search .layout form img {
  display: block;
  width: .24rem;
  height: .24rem;
}
.h5 header .search .layout form input[type="text"] {
  width: 90%;
  height: 100%;
  background: transparent;
  border: 0;
  outline: none;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: .16rem;
  color: #000000;
  line-height: .26rem;
}
.h5 .h5-nav-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  visibility: hidden;
  pointer-events: none;
}
.h5 .h5-nav-popup.in {
  visibility: visible;
  pointer-events: auto;
}
.h5 .h5-nav-popup.in .h5-nav-mask {
  opacity: .7;
}
.h5 .h5-nav-popup.in .h5-nav-content {
  transform: translateX(0);
}
.h5 .h5-nav-popup .h5-nav-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity .35s ease;
}
.h5 .h5-nav-popup .h5-nav-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: .5rem .3rem 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform .35s ease;
}
.h5 .h5-nav-popup .h5-nav-content .h5-nav-close {
  position: absolute;
  top: .22rem;
  right: .16rem;
  width: .18rem;
  height: .18rem;
  z-index: 3;
}
.h5 .h5-nav-popup .h5-nav-content .h5-nav-close::before,
.h5 .h5-nav-popup .h5-nav-content .h5-nav-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: .02rem;
  background: #fff;
}
.h5 .h5-nav-popup .h5-nav-content .h5-nav-close::before {
  transform: translateY(-50%) rotate(45deg);
}
.h5 .h5-nav-popup .h5-nav-content .h5-nav-close::after {
  transform: translateY(-50%) rotate(-45deg);
}
.h5 .h5-nav-popup .h5-nav-content ul li {
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
}
.h5 .h5-nav-popup .h5-nav-content ul li .h5-nav-title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: .1rem .3rem .1rem 1.2rem;
  min-height: .45rem;
  cursor: pointer;
}
.h5 .h5-nav-popup .h5-nav-content ul li .h5-nav-title a,
.h5 .h5-nav-popup .h5-nav-content ul li .h5-nav-title span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: .18rem;
  color: #FFFFFF;
  line-height: .25rem;
}
.h5 .h5-nav-popup .h5-nav-content ul li .h5-nav-title .arrow {
  margin-left: .1rem;
  display: block;
  width: .08rem;
  height: .08rem;
  border-top: .02rem solid #fff;
  border-right: .02rem solid #fff;
  transform: rotate(135deg);
  transition: transform .3s ease;
}
.h5 .h5-nav-popup .h5-nav-content ul li .h5-nav-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .2rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: .08rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}
.h5 .h5-nav-popup .h5-nav-content ul li .h5-nav-sub a {
  font-family: PingFangSC, PingFang SC;
  font-size: .14rem;
  color: #666666;
  white-space: nowrap;
}
.h5 .h5-nav-popup .h5-nav-content ul li .h5-nav-sub a.active {
  color: #BC0000;
}
.h5 .h5-nav-popup .h5-nav-content ul li.active .h5-nav-title .arrow {
  transform: rotate(-45deg);
}
.h5 .h5-nav-popup .h5-nav-content ul li.active .h5-nav-sub {
  max-height: 2rem;
  opacity: 1;
  padding: .1rem .2rem;
}
.h5 footer {
  background: #A20200;
  padding: .48rem .6rem;
}
.h5 footer .logo {
  margin-bottom: .18rem;
}
.h5 footer .logo a {
  display: block;
}
.h5 footer .logo a img {
  display: block;
  height: .52rem;
}
.h5 footer p,
.h5 footer a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: .14rem;
  color: #FFFFFF;
  line-height: .29rem;
}
