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;
}
* {
  margin: 0;
  padding: 0;
  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);
}
.h40 {
  width: 100%;
  height: 40px;
}
body {
  margin: 0 auto;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top left;
  max-width: 1920px;
  height: auto;
}
body .top-ad-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
body .top-ad-container::after {
  content: "";
  display: block;
  clear: both;
}
body .top-ad-container .ad-container {
  width: 100%;
  height: auto;
  max-width: 1920px;
  overflow: hidden;
}
body .top-ad-container .ad-container img {
  object-fit: cover;
  width: 100%;
  height: auto;
  float: left;
}
body .header-container {
  width: 100%;
  height: 160px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top left;
}
body .header-container .main-container {
  width: 100%;
  height: 110px;
}
body .header-container .main-container .main {
  width: 1330px;
  height: 110px;
  margin: 0 auto;
  color: #333;
  background-repeat: no-repeat;
  background-position: top left;
}
body .header-container .main-container .main .header_nr {
  width: 1330px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
body .header-container .main-container .main .header_nr .logo {
  float: left;
  width: 185px;
  height: 65px;
  margin-right: 580px;
  background-image: url('../images/logo.png');
  background-size: 100% 100%;
}
body .header-container .main-container .main .header_nr .nav {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
body .header-container .main-container .main .header_nr .nav li {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  overflow: hidden;
}
body .header-container .main-container .main .header_nr .nav li .icon {
  width: 169px;
  height: 35px;
  display: inline-block;
  margin-bottom: 5px;
}
body .header-container .main-container .main .header_nr .nav li span {
  display: block;
}
body .header-container .main-container .main .header_nr .search {
  float: right;
  display: block;
  margin-top: 20px;
  font-size: 0;
  height: 36px;
}
body .header-container .main-container .main .header_nr .search .search-text {
  width: 145px;
  height: 100%;
  border: 1px solid #edf1f9;
  background-color: #fff;
  padding: 0 10px;
}
body .header-container .main-container .main .header_nr .search .search-text:focus {
  outline: none;
}
body .header-container .main-container .main .header_nr .search button {
  width: 50px;
  height: 100%;
  font-size: 12px;
  border-radius: 0;
  background-color: #295594;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  text-align: center;
  line-height: 15px;
}
body .header-container .main-container .main .header_nr .search input,
body .header-container .main-container .main .header_nr .search button {
  display: inline-block;
  vertical-align: middle;
}
body .header-container .nav-container {
  width: 100%;
  height: 50px;
  background-color: #295594;
  text-align: center;
}
body .header-container .nav-container .nav {
  padding: 0 5px;
  height: 50px;
  line-height: 50px;
  background-color: #295594;
  position: relative;
  z-index: 1;
  width: 1330px;
  text-align: center;
  margin: 0 auto;
}
body .header-container .nav-container .nav a {
  color: #fff;
}
body .header-container .nav-container .nav .nLi {
  float: left;
  position: relative;
  display: inline;
  height: 50px;
  line-height: 50px;
}
body .header-container .nav-container .nav .nLi {
  float: left;
  height: 50px;
  line-height: 50px;
}
body .header-container .nav-container .nav .nLi a {
  display: block;
  padding: 0 24px;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
}
body .header-container .nav-container .nav .sub {
  display: none;
  width: 128px;
  left: 0;
  top: 50px;
  position: absolute;
  background-color: #295594;
  line-height: 26px;
  padding: 5px 0;
  border-top: 1px solid #fff;
}
body .header-container .nav-container .nav .sub li {
  zoom: 1;
  padding: 0 10px;
}
body .header-container .nav-container .nav .sub a {
  display: block;
  padding: 5px 0;
  text-align: center;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body .header-container .nav-container .nav .sub li:last-child a {
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
}
body .header-container .nav-container .nav .sub a:hover {
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 15px;
}
body .header-container .nav-container .nav .on a {
  background-color: #295594;
  color: #fff;
  text-align: center;
}
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;
}
body .foot-container .link-container {
  width: 100%;
  color: #000;
  position: relative;
  background: #F8F8F8;
}
body .foot-container .link-container .link-container-second-row {
  width: 1330px;
  margin: 0 auto;
  overflow: hidden;
  color: #000;
  background: #F8F8F8;
  /* 自定义 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 .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: #295594;
}
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;
}
