html {
  background-color: #fef8f8;
}
a {
  text-decoration: none;
  color: #000;
}
ul {
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  unicode-bidi: isolate;
}
* {
  box-sizing: border-box;
  font-family: Microsoft YaHei;
}
ul li {
  text-decoration: none;
  list-style: none;
}
img {
  transition: transform 0.3s ease;
}
img:hover {
  transform: scale(1.1);
}
body {
  margin: 0 auto;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top left;
  max-width: 1920px;
  height: auto;
  min-width: 1330px;
}
body .header-container {
  width: 100%;
  height: 185px;
  margin: 0 auto;
  padding-top: 55px;
  background-image: url('../images/header-bg.png');
  background-repeat: no-repeat;
  background-position: top left;
}
body .header-container .header {
  width: 1330px;
  height: 59px;
  margin: 0 auto;
  text-align: left;
  /* 搜索框容器 */
}
body .header-container .header .logo {
  width: 484px;
  height: 48px;
  float: left;
  background-image: url('../images/logo.png');
}
body .header-container .header .logo img {
  width: 100%;
  height: 100%;
}
body .header-container .header .search-container {
  float: right;
  width: 200px;
  height: 35px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #fff;
  margin-top: 12px;
  /* 输入框样式 */
}
body .header-container .header .search-container .search-input {
  float: left;
  width: 155px;
  height: 35px;
  padding-right: 20px;
  border: none;
  outline: none;
  line-height: 40px;
  padding-block: 0;
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 20px;
}
body .header-container .header .search-container .search-button {
  width: 45px;
  height: 35px;
  float: right;
  cursor: pointer;
  border: none;
  text-align: center;
  background-image: url('../images/search.svg');
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0);
}
body .header-container .header .nav {
  width: 495px;
  height: 59px;
  font-size: 15px;
  float: left;
  margin-left: 150px;
}
body .header-container .header .nav .nav-ul {
  width: 100%;
  height: 100%;
  position: relative;
}
body .header-container .header .nav .nav-ul .nav-ul-link-li {
  float: left;
  padding: 0px 15px;
  line-height: 22px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 24px;
  width: 120px;
  box-sizing: border-box;
}
body .header-container .header .nav .nav-ul .more-menu {
  width: 120px;
  height: 217px;
  background-image: url('../images/more-menu.png');
  padding: 28px 20px 18px 20px;
  position: absolute;
  top: 71px;
  right: -17px;
  z-index: 999;
}
body .header-container .header .nav .nav-ul .more-menu .more-menu-ul {
  width: 100%;
}
body .header-container .header .nav .nav-ul .more-menu .more-menu-ul .more-menu-ul-li {
  font-size: 18px;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 30px;
}
body .crumbs-container {
  width: 100%;
  margin-bottom: 40px;
  background-color: #F9F9F9;
}
body .crumbs-container .crumbs {
  width: 1330px;
  text-align: left;
  font-size: 20px;
  color: #333;
  font-family: FZLTHK;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
}
body .crumbs-container .crumbs a {
  color: #333;
}
body .crumbs-container .crumbs span {
  margin: 0px;
}
body .content-container {
  width: 100%;
  margin: 0 auto;
}
body .content-container .content {
  width: 1330px;
  height: auto;
  margin: 0 auto;
}
body .foot-container {
  width: 100%;
  height: 335px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 49px;
  clear: both;
  margin-top: 50px;
}
body .foot-container .link-container {
  width: 100%;
  color: #000;
  position: relative;
  background: #F8F8F8;
}
body .foot-container .link-container .link-container-first-row {
  width: 1330px;
  margin: 0 auto;
  height: 65px;
  color: #000;
  background: #F8F8F8;
  padding-top: 20px;
}
body .foot-container .link-container .link-container-first-row .link-list-name {
  float: left;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
body .foot-container .link-container .link-container-first-row .link-list-container {
  font-size: 20px;
  float: left;
  padding-left: 35px;
  max-width: 1230px;
  width: auto;
}
body .foot-container .link-container .link-container-first-row .link-list-container a {
  text-decoration: none;
  color: #333;
  position: relative;
  /* 为二维码定位提供参考 */
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
}
body .foot-container .link-container .link-container-first-row .link-list-container a .qr-code {
  position: absolute;
  bottom: 100%;
  /* 显示在文字正上方 */
  left: 30%;
  transform: translateX(-50%);
  width: 115px;
  height: 115px;
  display: none;
  /* 默认隐藏 */
  margin-bottom: 8px;
  /* 与文字之间留点空隙 */
  border: 1px solid #eee;
  background-color: #fff;
}
body .foot-container .link-container .link-container-first-row .link-list-container a:hover .qr-code {
  display: block;
}
body .foot-container .link-container .link-container-first-row .link-list-container a div {
  color: #000;
  font-size: 20px;
  float: left;
  padding: 0 30px 0 0;
  background-color: #f8f8f8;
}
body .foot-container .link-container .link-container-second-row {
  width: 1330px;
  margin: 0 auto;
  overflow: hidden;
  color: #000;
  background: #F8F8F8;
  margin-top: 15px;
  /* 设置 custom-select 容器样式 */
  /* 自定义 select 样式 */
  /* 伪元素创建下拉箭头 */
}
body .foot-container .link-container .link-container-second-row .link-list-name {
  float: left;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
body .foot-container .link-container .link-container-second-row .link-list-container {
  padding-left: 35px;
  float: left;
  max-width: 1230px;
  width: auto;
}
body .foot-container .link-container .link-container-second-row .link-list-container .friendly-link {
  padding-right: 30px;
  white-space: nowrap;
}
body .foot-container .link-container .link-container-second-row .link-list-container .friendly-link:hover {
  padding-right: 30px;
  color: #C7101A;
  white-space: nowrap;
}
body .foot-container .link-container .link-container-second-row .custom-select {
  position: relative;
  width: 145px;
  float: left;
  margin-left: 30px;
  background: #F8F8F8;
  /* 根据需要调整宽度 */
}
body .foot-container .link-container .link-container-second-row .custom-select select {
  appearance: none;
  /* 去除默认下拉样式 */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px;
  border: 0px solid #ccc;
  border-radius: 4px;
  background-color: #F8F8F8;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  outline: none;
  cursor: pointer;
}
body .foot-container .link-container .link-container-second-row .custom-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  /* 调整右边距 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6.5px solid transparent;
  border-right: 6.5px solid transparent;
  border-top: 7px solid #DAD1D1;
  /* 设置箭头颜色 */
  pointer-events: none;
  /* 防止点击伪元素 */
}
body .foot-container .foot-bottom-container {
  width: 100%;
  margin: 0 auto;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 33px;
  background: #C7101A;
}
body .foot-container .foot-bottom-container .bottom-text-list {
  margin-top: 20px;
  text-align: center;
  padding: 53px 0;
  font-size: 18px;
}
body .foot-container .foot-bottom-container .bottom-text-list p {
  margin-top: 10px;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}
body .foot-container .foot-bottom-container .bottom-text-list p a {
  color: #fff;
}
body .foot-container .foot-bottom-container .bottom-text-list .bottom-img-container {
  margin: 35px 0;
}
body .foot-container .foot-bottom-container .bottom-text-list .bottom-icon-1 {
  width: 166px;
  height: 59px;
  background-image: url(../images/demo-img/pic-18.png);
  background-repeat: no-repeat;
  display: inline-block;
}
body .foot-container .foot-bottom-container .bottom-text-list .bottom-icon-2 {
  width: 201px;
  height: 59px;
  background-image: url(../images/demo-img/pic-19.png);
  background-size: 201px 53px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 20px;
}
body .no-hover,
body .no-hover:hover {
  transform: scale(1);
}
