@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;
}
.main {
  width: 100%;
}
.main .layout {
  width: 1200px;
  margin: 0 auto;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
body a:hover {
  cursor: pointer;
  user-select: none;
  color: #a40404 !important;
}
footer {
  min-width: 1200px;
}
footer .footer-link {
  background-color: #B12727;
  padding: 20px 0;
}
footer .footer-link h3 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  display: block;
  color: #fff;
  line-height: 22px;
  margin-bottom: 11px;
}
footer .footer-link a {
  font-size: 14px;
  display: block;
  float: left;
  text-align: left;
  margin-right: 25px;
  color: #fff;
  line-height: 20px;
}
footer .footer-link a:hover {
  color: #fff !important;
}
footer .info-wrap {
  text-align: center;
  background-color: #a40404;
  padding-top: 55px;
  padding-bottom: 55px;
}
footer .info-wrap .layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
footer .info-wrap .layout hr {
  margin: 0 50px;
  width: 1px;
  height: 162px;
  background-color: #FFFFFF;
}
footer .info-wrap .layout .left h1 a {
  display: inline-block;
  width: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 35px;
  color: #FFFFFF !important;
  text-align: left;
}
footer .info-wrap .layout .left p {
  margin-top: 26px;
  width: 240px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: left;
}
footer .info-wrap .layout .middle h2 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 25px;
  line-height: 36px;
  color: #FFFFFF;
  text-align: left;
}
footer .info-wrap .layout .middle ul {
  height: 136px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
footer .info-wrap .layout .middle ul li {
  margin-top: 12px;
  margin-right: 60px;
}
footer .info-wrap .layout .middle ul li a {
  display: flex;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF !important;
}
footer .info-wrap .layout .middle ul li a::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
footer .info-wrap .layout .right h2 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 25px;
  line-height: 36px;
  color: #FFFFFF;
  text-align: left;
}
footer .info-wrap .layout .right p {
  margin-top: 22px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
}
footer .info-wrap .layout .right p a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF !important;
}
header {
  z-index: 999;
  width: 100%;
  background: linear-gradient(180deg, #871b04 0%, #871b04 85px, #ffffff 85px, #ffffff 100%);
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.5);
}
header .layout .top {
  padding: 26px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .layout .top .logo a {
  display: flex;
  align-items: center;
}
header .layout .top .logo a img {
  margin-right: 10px;
  display: block;
  width: 33px;
  height: 33px;
}
header .layout .top .logo a h1 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
header .layout .top .search_login {
  display: flex;
  align-items: center;
}
header .layout .top .search_login .search {
  padding: 6px 12px;
  width: 245px;
  height: 33px;
  border-radius: 17px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
}
header .layout .top .search_login .search form {
  display: flex;
  align-items: center;
}
header .layout .top .search_login .search form img {
  margin-right: 8px;
  display: block;
  width: 20px;
  height: 20px;
}
header .layout .top .search_login .search form input[type="text"] {
  width: 100%;
  padding: 0;
  border: 0;
  height: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  background-color: transparent;
}
header .layout .top .search_login .search form input[type="text"]::placeholder {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
header .layout .top .search_login a,
header .layout .top .search_login p {
  margin-left: 25px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF !important;
}
header .layout .nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .layout .nav ul li a {
  display: block;
  position: relative;
  padding: 14px 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #666666 !important;
}
header .layout .nav ul li a::after {
  position: absolute;
  bottom: 0;
  opacity: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #E6C598;
}
header .layout .nav ul li:hover .dropdown {
  height: fit-content;
  opacity: 1;
  visibility: visible;
  transition: height 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
header .layout .nav ul li:hover a::after {
  opacity: 1;
}
header .layout .nav ul li .dropdown {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out, visibility 0.3s;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: rgba(228, 179, 112, 0.8);
  padding: 14px 0;
}
header .layout .nav ul li .dropdown .layout {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header .layout .nav ul li .dropdown a {
  padding: 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #fff !important;
  flex-shrink: 0;
}
header .layout .nav ul li .dropdown a::after {
  display: none;
}
header .layout .nav ul .on a::after {
  opacity: 1;
}
header hr {
  margin: 0;
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
header .banner {
  min-width: 1200px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
header .banner img {
  margin: 0 auto;
  display: block;
  max-width: 1920px;
}
