@charset "utf-8";
@font-face {
  font-family: MicrosoftYaHei-Bold;
  src: url(fonts/MicrosoftYaHei-Bold.ttf);
  font-display: swap;
}
:root {
  --cbigSize: 0.24rem;
  --bigSize: 0.2rem;
  --titleSize: 0.18rem;
  --smailSize: 0.16rem;
}
blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: 400;
}
abbr,
body,
fieldset,
html,
iframe,
img {
  border: 0;
}
img {
  vertical-align: top;
}
html {
  overflow-x: hidden;
  font-size: 100px;
}
address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sub,
sup {
  font-size: 83%;
}
code,
kbd,
pre,
samp {
  font-family: inherit;
}
q::after,
q::before {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: normal;
}
a,
a:hover,
del,
ins,
s,
u {
  text-decoration: none;
}
body,
button,
input,
keygen,
legend,
select,
textarea {
  outline: 0;
  color: #333;
  font: 13px/1 arial;
}
:focus {
  outline: 0;
}
.none {
  display: none;
}
.wcb {
  width: 100%;
  height: 30px;
  border: 2px dashed #97cbe0;
}
.hidden {
  visibility: hidden;
}
.clear {
  overflow: hidden;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.clear,
.clearfix::after {
  clear: both;
  display: block;
  height: 0;
}
.clearfix::after {
  visibility: hidden;
  content: ".";
}
.clearfix {
  display: block;
}
body::before {
  position: fixed;
  top: -10px;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 10px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
  content: "";
}
::-webkit-input-placeholder {
  color: #ccc;
}
body {
  color: #333;
  font-size: 13px;
  font-family: SourceHanSerifCN-Medium;
  line-height: 1;
}
p {
  line-height: 1.75;
}
a {
  color: #252525;
  text-decoration: none;
  transition: all 0.6s ease-in-out 0s;
}
a:hover {
  color: var(--hoverColor);
}
.line1 {
  -webkit-line-clamp: 1;
}
.line1,
.line2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.line2 {
  -webkit-line-clamp: 2;
}
.line3 {
  -webkit-line-clamp: 3;
}
.line3,
.line4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.line4 {
  -webkit-line-clamp: 4;
}
.home {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.home body {
  padding: 0;
}
.body_home,
.home body {
  height: 100%;
  overflow: hidden;
}
.body_home {
  position: relative;
}
.body_b.showdiv {
  top: 0;
}
.body_b {
  z-index: 1;
  overflow: auto;
  padding-top: 0.9rem;
  outline: 0;
  transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  top: 100%;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
.wrapper {
  margin: 0 auto;
  width: 100%;
}
.wrapper .inner {
  margin: 0 auto;
  width: 16rem;
}
.wrap .ding {
  position: absolute;
  top: -0.61rem;
  left: 50%;
  display: flex;
  width: 3.37rem;
  height: 0.68rem;
  background: url(images/ding.svg) 50% center / auto 100% no-repeat;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
}
.wrap .ding .bb {
  margin-top: 0;
  animation: 2s cubic-bezier(0.15, 0.41, 0.69, 0.94) 0s infinite normal none running scroll;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.1rem);
  }
  100% {
    transform: translateY(0);
  }
}
#headtop {
  background: #666;
}
.headtop .top-left {
  float: left;
}
.headtop .top-right {
  float: right;
}
div#head1 {
  /* z-index:1; */
  opacity: 0;
  transform: translateY(-100%);
}
.body_home.showdiv div#head1 {
  opacity: 1;
  transform: none;
}
div#head2 {
  background: #217BFF;
  opacity: 0;
  transform: translateY(-100%);
  box-shadow: 0 0.03rem 0.15rem rgba(37, 80, 80, 0.4);
}
.body_b.showdiv div#head2 {
  opacity: 1;
  transition: all 0.7s ease-in-out 0.5s;
  transform: none;
}
#head2 .inner {
  height: 0.9rem;
}
#head2 .sitelogo a {
  width: 1.93rem;
  height: 0.56rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/logo.png);
}
#head2 .sitelogo img.logo {
  width: 1.93rem;
}
#head2 .head-top {
  margin: 0;
  height: auto;
  margin-left: 0.272rem;
  width: 4.13rem;
  padding: 0;
  padding-left: 0.28rem;
  box-sizing: content-box;
  border-radius: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#head2 .nav .wp-menu .menu-item a.menu-link {
  line-height: 0.35rem;
  font-size: var(--titleSize);
  margin-top: 0.1rem;
}
.list div#head2 {
  opacity: 1;
  transform: none;
}
#head2 .head-left {
  margin-top: 0;
  position: relative;
}
#head2 .head-left:after {
  content: "";
  width: 0.81rem;
  height: 0.7rem;
  background: url(images/head2bg.png);
  display: block;
  position: absolute;
  left: 100%;
  background-size: 100% 100%;
}
#head2.header .mod {
  align-items: center;
  height: 100%;
}
#head2.header .head-right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
#head2 .nav .wp-menu {
  width: 9.16rem;
}
#head2 .site-lang1 {
  display: none;
}
.header {
  position: fixed;
  top: 0;
  z-index: 3;
  height: auto;
  border-bottom: none;
  background: url(images/headbg.png) 0 0/100% 100% no-repeat;
  line-height: inherit;
  transition: all 0.7s ease-out 0s;
}
.header .inner {
  position: relative;
  height: 1.92rem;
  transition: all 0.4s ease-in-out 0s;
}
.header .sitelogo {
  float: left;
}
.header .sitelogo span {
  position: relative;
  font-weight: 400;
  font-size: inherit;
}
.header .sitelogo span a {
  display: flex;
  margin: 0;
  color: transparent;
  align-items: center;
}
.header .sitelogo h1 {
  padding-left: 0;
  background: 0 0;
  font-weight: 400;
  font-size: inherit;
}
.header .sitelogo .sitetitle {
  display: inline-block;
  margin-top: -0.1rem;
  margin-left: 0.19rem;
  min-height: 0.52rem;
  color: #fff;
  vertical-align: middle;
}
.header .sitelogo a {
  display: flex;
  align-items: center;
}
.header .head-left {
  float: left;
  display: inline-block;
  margin-top: 0.3rem;
  position: relative;
}
.header .head-main {
  float: left;
  margin-top: 10px;
}
.header .head-right {
  display: flex;
  margin-right: -0.8rem;
  transition: all 0.4s ease-in-out 0s;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 2rem;
}
.header .mod {
  display: flex;
  justify-content: space-between;
}
.header .sitelogo .sitetitle span {
  display: block;
}
.header .sitelogo img.logo {
  width: 4.02rem;
  transition: all 0.4s ease-in-out 0s;
}
.sitetitle img {
  width: 4.8rem;
}
.head-top {
  position: relative;
  display: flex;
  margin-bottom: 0.15rem;
  padding: 0 0.3rem;
  width: 5.11rem;
  height: 0.7rem;
  border-radius: 0 0 0.16rem 0.16rem;
  background: #217BFF;
  transition: all 0.5s ease 0s;
  align-items: center;
  justify-content: space-between;
}
.head-bottom,
.head-top {
  box-sizing: border-box;
}
.close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.29rem;
  margin-left: -0.29rem;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  opacity: 0;
  transition: all 0.7s ease-in-out 0s;
  transform: scale(0.6);
}
.close:hover {
  transform: scale(0.8);
}
.close {
  position: relative;
  display: flex;
  width: 0.56rem;
  height: 0.56rem;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.6s ease-in-out 0s;
  align-items: center;
  justify-content: center;
}
.header.fixed {
  z-index: 3;
  background: var(--mainColor);
  animation: 0.6s linear 0s 1 alternate none running move_eye;
  background: #217BFF;
}
.header.fixed,
.header.posi {
  position: fixed;
  transition: all 0.7s ease-out 0s;
  background: #217BFF;
  box-shadow: 0 0.03rem 0.15rem rgba(37, 80, 80, 0.4);
}
.header.fixed .inner {
  height: 1.2rem;
}
.header.fixed .sitelogo img.logo {
  width: 2.79rem;
}
.header.fixed .head-top {
  margin: 0;
  height: 0.65rem;
}
.header.fixed .head-left {
  margin-top: 0.25rem;
}
.header.fixed .head-left:after {
  content: "";
  width: 0.81rem;
  height: 0.7rem;
  background: url(images/head2bg.png);
  display: block;
  position: absolute;
  left: 100%;
  background-size: 100% 100%;
}
.header.fixed .nav .wp-menu .menu-item a.menu-link {
  line-height: 0.35rem;
}
@-webkit-keyframes move_eye {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes move_eye2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.fixnav {
  margin-bottom: 0.475rem;
  padding-bottom: 1.36rem;
  border-bottom: 1px solid rgba(157, 196, 197, 0.6);
  position: relative;
  z-index: 1;
}
.fixbox .nav .wp-menu {
  width: 100%;
  float: none;
}
.fixlang {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(1rem);
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease 0s;
  position: relative;
  z-index: 1;
}
.fixbox.open .fixlang {
  transform: none;
  opacity: 1;
  visibility: inherit;
}
.fixlang .news_list {
  display: flex;
  justify-content: center;
}
.fixlang .news_list .links-item {
  position: relative;
  margin-right: 0.9rem;
  cursor: pointer;
}
.fixlang .news_list .links-item a {
  display: block;
  /* padding:0 .16rem; */
  /* border:1px solid #9dc4c5; */
  line-height: 0.29rem;
}
.fixlang .news_list .links-item > a {
  pointer-events: none;
}
.fixlang .news_list .links-item .sub-link {
  position: absolute;
  top: 0.9rem;
  left: 50%;
  visibility: hidden;
  overflow: hidden auto;
  /* background:#fff; */
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform: scaleY(0) translateX(-50%);
  transform-origin: center top;
  max-height: 1.5rem;
  min-width: 100%;
  width: max-content;
  z-index: 2;
  border: 1px solid #fff;
  font-family: 'SourceHanSerifCN-Medium';
}
.fixlang .news_list .links-item .sub-link::-webkit-scrollbar {
  width: 3px;
  height: 4px;
  background-color: #217BFF;
}
.fixlang .news_list .links-item .sub-link::-webkit-scrollbar-thumb:horizontal {
  width: 3px;
  background-color: #217BFF;
}
.fixlang .news_list .links-item .sub-link::-webkit-scrollbar-track-piece {
  background-color: #217BFF;
  border-radius: 0;
}
.fixlang .news_list .links-item .sub-link::-webkit-scrollbar-thumb:vertical {
  background-color: #ffffffa3;
  border: 0;
  outline: 0;
}
.fixlang .news_list .links-item:hover .sub-link {
  visibility: inherit;
  opacity: 1;
  transform: scaleY(1) translateX(-50%);
}
.fixlang .news_list .links-item .sub-link a {
  /* background:#fff; */
  color: #fff;
  text-align: center;
  font-size: 0.12rem;
  line-height: 0.3rem;
  padding: 0 0.1rem;
}
.fixlang .news_list .links-item a:hover {
  background: #76ACAA;
}
.fixlang a {
  color: #fff;
  font-size: 0.14rem;
  font-family: MicrosoftYaHei-Bold;
  text-align: center;
}
.fixlang .news_list .links-item .link-icon {
  width: 0.726rem;
  height: 0.726rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  margin-bottom: 0.144rem;
}
.fixlang .news_list .links-item .sub-link .link-item:hover a {
  background: rgba(255, 255, 255, 0.2);
}
.fixlang .news_list .links-item .link-icon:after,
.fixlang .news_list .links-item .link-icon:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  box-sizing: border-box;
  -webkit-animation: clipAni 4s infinite linear;
  /* clip: rect(0.71rem,1rem,1rem,0px); */
}
.fixlang .news_list .links-item .link-icon:before {
  -webkit-animation-delay: 2s;
}
@keyframes clipAni {
  0%,
  100% {
    clip: rect(0px, 0.74rem, 0.74rem, 0.71rem);
  }
  25% {
    clip: rect(0px, 0.74rem, 3px, 0px);
  }
  50% {
    clip: rect(0px, 0.02rem, 0.74rem, 0px);
  }
  75% {
    clip: rect(0.71rem, 0.74rem, 0.74rem, 0px);
  }
}
.fixlang .news_list .links-item .link-icon img {
  width: 0.355rem;
}
.fixlang .news_list .links-item:hover > a {
  opacity: 0;
}
html.fixopen {
  overflow: hidden;
}
.fixbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55;
  visibility: hidden;
  height: 100%;
  background: #4f918c;
  opacity: 0;
  transition: all 0.4s ease-out 0s;
  transform: translateY(-100%);
  backdrop-filter: blur(30px);
}
.fixbox,
.fixbox .svg svg {
  width: 100%;
}
.fixbox .svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16rem;
  max-width: 100%;
  /* z-index: 0; */
}
.fixhead {
  display: flex;
  margin-top: 0.28rem;
  margin-bottom: 0.69rem;
  justify-content: space-between;
  align-items: center;
}
.fixbox.open {
  visibility: inherit;
  opacity: 1;
  transform: none;
}
.fixopen .head-bottom,
.fixopen .header::before {
  display: none;
}
.navbox .nav .sub-menu {
  position: static;
  text-align: center;
  display: block;
}
.navbox .nav .wp-menu .menu-item a.menu-link::after {
  display: none;
}
.fixbox ul.wp-menu.clearfix {
  display: flex;
  justify-content: space-between;
}
.fixbox .nav .sub-menu .sub-menu {
  display: none;
}
.fixbox ul.wp-menu.clearfix::after {
  content: "";
}
.fixopen .header .sitelogo img.logo {
  opacity: 0;
}
.fixlogo img {
  width: 1.93rem;
}
.close img {
  width: 0.22rem;
}
.fixbox #nav {
  width: 100%;
}
.fixbox .nav .wp-menu .menu-item a.menu-link {
  position: relative;
  bottom: 0;
  display: inline-block;
  margin-bottom: 0.2rem;
  padding: 0;
  color: #fff;
  font-size: 0.2rem;
  font-family: MicrosoftYaHei-Bold;
  line-height: 0.29rem;
}
.fixopen .header .head-left {
  margin-top: 0.2rem;
  transition: all 0.4s ease-in-out 0s;
}
.fixbox .nav .sub-menu .sub-item a {
  color: #fff;
  font-family: SourceHanSerifCN-Medium;
  line-height: 0.44rem;
}
.fixbox .menu-item .sub-menu .sub-img {
  display: none;
}
.fixbox ul.wp-menu .menu-item {
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform: translateY(0.5rem);
  text-align: center;
}
.fixbox.open ul.wp-menu .menu-item {
  opacity: 1;
  transform: translateY(0);
}
.fixbox ul.wp-menu .menu-item:first-child {
  transition-delay: 0.1s;
}
.fixbox ul.wp-menu .menu-item:nth-child(2) {
  transition-delay: 0.2s;
}
.fixbox ul.wp-menu .menu-item:nth-child(3) {
  transition-delay: 0.3s;
}
.fixbox ul.wp-menu .menu-item:nth-child(4) {
  transition-delay: 0.4s;
}
.fixbox ul.wp-menu .menu-item:nth-child(5) {
  transition-delay: 0.5s;
}
.fixbox ul.wp-menu .menu-item:nth-child(6) {
  transition-delay: 0.6s;
}
.fixbox ul.wp-menu .menu-item:nth-child(7) {
  transition-delay: 0.7s;
}
.fixbox ul.wp-menu .menu-item:nth-child(8) {
  transition-delay: 0.8s;
}
.fixbox ul.wp-menu .menu-item:nth-child(9) {
  transition-delay: 0.9s;
}
.site-rale ul li.links {
  float: left;
}
.site-rale ul li.links a {
  padding: 0 12px 0 19px;
  background: url(images/icon_role.png) no-repeat;
  color: #cad3d4;
  font-size: 13px;
  line-height: 35px;
}
.site-rale ul li.links a:hover {
  color: #fff;
}
.site-rale ul li.links.i1 a {
  background-position: 0 0;
}
.site-rale ul li.links.i2 a {
  background-position: -90px 0;
}
.site-rale ul li.links.i3 a {
  background-position: -187px 0;
}
.site-rale ul li.links.i4 a {
  background-position: -269px 0;
}
.site-lang ul li.links.i2 a {
  border: none;
}
.site-lang ul li.links {
  height: 0.38rem;
}
.site-lang ul li.links a {
  display: block;
  width: 0.38rem;
  background: #910006;
  color: #fff;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.38rem;
  transition: all 0s ease 0s;
}
.site-lang ul li.links a:hover {
  color: #fff;
}
.head-top-right {
  display: flex;
}
.head-top-right a {
  width: 0.58rem;
  height: 0.58rem;
}
a.search-button {
  display: block;
  background: url(images/sous.svg) 50% center / 0.18rem no-repeat rgba(115, 141, 164, 0.5);
}
a.menu-btn {
  float: none;
  display: flex;
  background: var(--mainColor);
  flex-direction: column;
  gap: 0.07rem;
  align-items: center;
  justify-content: center;
}
a.menu-btn .xian {
  display: block;
  width: 0.17rem;
  height: 0.02rem;
  border-radius: 0.02rem;
  background: #fff;
  transition: all 0.4s ease-in-out 0s;
}
a.menu-btn.arrow .xian:nth-child(2) {
  display: none;
}
a.menu-btn.arrow .xian:first-child {
  position: absolute;
  width: 0.2rem;
  transform: rotate(-45deg);
}
a.menu-btn.arrow .xian:nth-child(3) {
  position: absolute;
  width: 0.21rem;
  transform: rotate(45deg);
}
.en-lang a {
  display: block;
  background: var(--hoverColor);
  color: #fff;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.58rem;
}
.head-top .site-name,
.head-top .site-name a {
  color: #fff;
  font-size: var(--smailSize);
  font-family: MicrosoftYaHei-Bold;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.head-top .site-name .img1 {
  margin-right: 0.08rem;
  width: 0.17rem;
  height: 0.17rem;
  background-image: url(../images/sous.svg);
  background-repeat: no-repeat;
}
.head-top .site-name img {
  vertical-align: middle;
}
.head-top .site-name .img2 {
  margin-left: 0.08rem;
  transition: all 0.5s ease 0s;
}
.site-lang1 .news_list {
  position: absolute;
  top: 0.7rem;
  left: 0;
  z-index: 1;
  visibility: hidden;
  box-sizing: border-box;
  padding: 0.07rem 0 0.1rem;
  min-width: 1.15rem;
  border-radius: 0 0 0.16rem 0.16rem;
  background: #60aaa9;
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform: scaleY(0);
  transform-origin: center top;
}
.site-lang1 .news_list .links-item {
  position: relative;
  padding: 0 0.215rem;
  text-align: center;
}
#head2 .site-lang1 .news_list {
  top: 0.6rem;
}
.site-lang1 .news_list .links-item a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.14rem;
  font-family: MicrosoftYaHei-Bold;
  line-height: 0.36rem;
}
.site-lang1 .news_list .links-item .sub-link a {
  padding: 0 0.1rem;
}
.site-lang1 .news_list .links-item .sub-link {
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden;
  width: max-content;
  background: #60aaa9;
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform: scaleX(0);
}
.site-lang1 .news_list .links-item:hover .sub-link {
  visibility: inherit;
  opacity: 1;
  transform: none;
}
.site-lang1 .news_list .links-item:last-child {
  display: none;
}
.head-top.open {
  border-radius: 0 0 0.16rem;
}
.head-top.open .site-lang1 .news_list {
  visibility: inherit;
  opacity: 1;
  transform: none;
}
.head-top.open .site-lang1 .img2 {
  transform: rotate(180deg);
}
#nav {
  width: 10.7rem;
}
#nav .inner .wp-panel .navbg {
  position: absolute;
  z-index: -1;
  width: auto;
  background: #fff;
  opacity: 0.7;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.nav .wp-menu {
  display: flex;
  float: right;
  justify-content: space-between;
  width: 9.61rem;
}
.nav .wp-menu .menu-item {
  position: relative;
  /* float:left; */
}
.nav .wp-menu .menu-item.i1 {
  background: 0 0;
}
.nav .wp-menu .menu-item a > .menu-switch-arrow {
  display: none;
  width: 20px;
  height: 20px;
  background: url(images/nav_j.png) 50% center no-repeat;
  vertical-align: middle;
}
.nav .wp-menu .menu-item a.menu-link {
  display: inline-block;
  padding-bottom: 0.1rem;
  color: #fff;
  font-size: 0.2rem;
  font-family: MicrosoftYaHei-Bold;
  line-height: 0.5rem;
}
.header .nav .wp-menu .menu-item a.hover,
.header .nav .wp-menu .menu-item.hover a.menu-link {
  color: #ffd139;
  text-decoration: none;
}
.header .nav .sub-menu .hover > .sub-menu {
  transform: scaleY(1);
}
.nav .sub-menu .sub-menu li {
  /* display:none; */
}
.header .nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 100;
  visibility: hidden;
  /* overflow:hidden; */
  min-width: 219%;
  border-top: 0.04rem solid #e7be36;
  border-radius: 0 0 0.16rem 0.16rem;
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform: translateX(-50%) scaleY(0);
  transform-origin: center top;
}
.header .nav .hover > .sub-menu {
  visibility: inherit;
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}
.header .nav .sub-menu .sub-item {
  position: relative;
  vertical-align: top;
  white-space: nowrap;
}
.nav .sub-menu .sub-item a {
  display: block;
  height: 0.46rem;
  background: 0 0;
  color: #217BFF;
  text-align: center;
  font-size: 0.16rem;
  font-family: MicrosoftYaHei-Bold;
  line-height: 0.46rem;
  padding: 0 0.1rem;
}
.nav .sub-menu .sub-item a:hover,
.nav .sub-menu .sub-item.hover > a {
  display: block;
  background-color: #217BFF;
  color: #fff;
}
.nav .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  /* background:rgba(90,159,158,.82); */
  min-width: 100%;
  transform: translateX(-50%) scaleY(0);
}
.nav .wp-menu .menu-item:hover a.menu-link::after {
  transform: none;
}
.post .news:hover .news_imgs a {
  transform: scale(1.1);
}
.news_imgs a {
  display: block;
}
.news_imgs {
  overflow: hidden;
  /* background:#ccc; */
}
#banner .inner {
  width: 100%;
}
@keyframes imgscale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.bb {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  display: flex;
  color: #fff;
  text-align: center;
  font-size: var(--titleSize);
  font-family: MicrosoftYaHei-Bold;
  line-height: 1.5;
  cursor: pointer;
  transform: translateX(50%);
  animation: 2s linear 0s infinite normal none running cc;
  flex-direction: column;
}
@keyframes cc {
  0% {
    opacity: 0;
    transform: translate(-50%);
  }
  20% {
    opacity: 1;
    transform: translate(-50%, 3px);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, 10px);
  }
  90% {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
}
.bb img {
  margin: 0.158rem auto 0;
  width: 0.545rem;
}
.news_list .news .news_date {
  color: #217BFF;
  font-size: var(--smailSize);
  font-family: MicrosoftYaHei-Bold;
  line-height: 1.45;
  transition: all 0.6s ease-in-out 0s;
}
.news .news_meta {
  width: 0.94rem;
  color: #217BFF;
  flex: 0 0 auto;
  /* flex: none; */
}
.news .news_meta > div {
  display: flex;
  gap: 0.2rem;
}
.news .news_meta > div span {
  text-align: center;
  flex: 1 1 0%;
}
.news .news_meta .year {
  font-size: 0.16rem;
  font-family: SourceHanSerifCN-Medium;
}
.news .news_meta .week {
  font-size: 0.14rem;
}
.news .news_meta .meta-b {
  position: relative;
  font-size: 0.32rem;
  font-family: MicrosoftYaHei-Bold;
  line-height: 0.43rem;
}
.news .news_meta .meta-b::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1px;
  height: 0.24rem;
  background: #217BFF;
  content: "";
  transform: translate(-50%, -38%);
}
.title-cn {
  font-size: 0.4rem;
  font-family: MicrosoftYaHei-Bold;
  line-height: 0.57rem;
}
.title-cn,
.title-en {
  position: relative;
  z-index: 1;
  display: block;
}
.title-en {
  color: #217BFF;
  text-align: left;
  font-size: 0.16rem;
  font-family: MicrosoftYaHei-Bold;
  line-height: 0.23rem;
  transition: all 0.4s ease-in-out 0s;
}
.title-en::before {
  display: inline-block;
  margin-right: 0.06rem;
  width: 0;
  height: 0;
  background: #217BFF;
  content: "";
  vertical-align: middle;
}
.post .tt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-cn.ant {
  position: relative;
  display: flex;
  width: max-content;
  gap: 0.32rem;
}
.title-cn.ant .column-name {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.3rem;
  color: #3D80E3;
  line-height: 0.24rem;
}
.title-cn.ant .column-desc {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.24rem;
}
.post .tt .tit {
  position: relative;
}
.news_list .news .news_title {
  color: #252525;
  font-size: var(--bigSize);
  font-family: MicrosoftYaHei-Bold;
  line-height: 1.48;
}
.news_list .news .news_text a {
  color: #666;
}
.news_list .news .news_text {
  color: #666;
  font-size: var(--smailSize);
  line-height: 1.65;
}
.news_list .news .news_imgs.bg a {
  position: relative;
}
.news_list .news .news_imgs.bg a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 40%;
  background: url(images/newsbg.png) 0 0/100% 100% no-repeat;
  content: "";
  opacity: 0.7;
}
.post .more_btn .more_text {
  color: #252525;
  font-size: var(--smailSize);
  font-family: SourceHanSerifCN-Medium;
  transition: all 0.4s ease-in-out 0s;
}
.post .more_btn .more_text img {
  margin-left: 0.08rem;
  width: 0.15rem;
  transition: all 0.4s ease-in-out 0s;
  vertical-align: baseline;
}
.post .more_btn .more_text:hover img {
  margin-left: 0.16rem;
}
.post .more_btn .more_text:hover {
  color: #217BFF;
}
#footer {
  position: relative;
  background: #2B518B;
}
.footlogo img {
  width: 1.93rem;
}
.footlogo {
  margin-bottom: 0.359rem;
  background-image: url(../images/logo.png);
  width: 1.93rem;
  height: 0.56rem;
}
.foot-top {
  display: flex;
  margin-bottom: 0.857rem;
  justify-content: space-between;
}
ul.foot-menu {
  display: flex;
  justify-content: space-between;
}
.foot-center {
  float: left;
  display: flex;
  margin-left: 4.53rem;
}
.foot-center .title {
  margin-bottom: 0.14rem;
  color: #fff;
  font-size: 0.16rem;
  font-family: MicrosoftYaHei-Bold;
  line-height: 1.45;
}
.footer .in2 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}
.footer .in2 p.copyright a {
  color: #fff;
}
.footer .in1 .mod {
  display: flex;
}
.foot-left {
  padding-top: 1.07rem;
  height: 5.2rem;
  box-sizing: border-box;
  padding-right: 0.66rem;
  margin-right: 0.687rem;
  flex: 0 0 auto;
}
.footinfo {
  margin-bottom: 0.22rem;
}
.share.share2 {
  margin: 0.257rem 0 0.475rem;
}
.share.share2 ul.news_list {
  gap: 0;
  justify-content: space-between;
}
.share.share2 ul.news_list .news:nth-child(1) a {
  background: url(images/bshare1.svg) center center / auto 0.27rem no-repeat;
}
.share.share2 ul.news_list .news:nth-child(2) a {
  background: url(images/bshare2.svg) center center / auto 0.27rem no-repeat;
}
.share.share2 ul.news_list .news:nth-child(3) a {
  background: url(images/bshare3.svg) center center / auto 0.27rem no-repeat;
}
.share.share2 ul.news_list .news:nth-child(4) a {
  background: url(images/bshare4.svg) center center / auto 0.27rem no-repeat;
}
.share.share2 ul.news_list .news:nth-child(5) a {
  background: url(images/bshare5.svg) center center / auto 0.27rem no-repeat;
}
.shares .news_list {
  display: flex;
}
.shares .news_list .link_icon {
  display: block;
  width: 100%;
  height: 100%;
}
.shares .news_list .news {
  position: relative;
  margin-right: 0.1rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.6s ease-in-out 0s;
}
.shares .news_list .news:hover {
  background: rgba(255, 255, 255, 0.3);
}
.share.share2 ul.news_list a {
  opacity: 0.3;
}
.share.share2 ul.news_list a:hover {
  opacity: 1;
}
.links {
  width: 3.39rem;
}
.links .news {
  width: 1rem;
  float: left;
}
.links .news a {
  padding-top: 100%;
  display: block;
  position: relative;
}
.links .news a svg {
  width: 0.5rem;
  margin: 0 auto;
}
.links .news a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.links .news .news_box .qr-code-1 {
  position: relative;
  background: url('../images/demo/qrcode-1.png') no-repeat center;
  width: 1.2rem;
  height: 1.2rem;
}
.links .news .news_box .qr-code-2 {
  position: relative;
  background: url('../images/demo/qrcode-2.png') no-repeat center;
  width: 1.2rem;
  height: 1.2rem;
}
.links .news .news_box {
  margin: 0 0.12rem;
  position: relative;
}
.links .news .news_title {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  text-align: center;
  width: 100%;
}
.links .news .news_title span {
  margin-top: 0.148rem;
  font-size: 0.15rem;
  font-family: MicrosoftYaHei-Bold;
  display: block;
  width: 70%;
  margin: 0 auto;
}
.foot-right {
  flex: 1 1 0%;
  padding-top: 1.1rem;
  padding-bottom: 0.545rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* #footer .in1{background:url(images/footbg.svg) left 4rem bottom/12.63rem no-repeat} */
.footer p.copyright {
  font-family: SourceHanSerifCN-Medium;
  color: #fff;
  opacity: 0.5;
  font-size: var(--smailSize);
  display: flex;
  gap: 0.57rem;
}
.footer .in2 p.copyright {
  opacity: 0.4;
  gap: 0.29rem;
}
.footer .in2 .mod {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 16rem;
  margin: 0 auto;
}
.returntop img {
  width: 0.13rem;
  transform: rotate(180deg);
  margin-bottom: 0.25rem;
}
.returntop {
  width: 1.2rem;
  height: 1.2rem;
  background: url(images/top.png) center center / 0.67rem no-repeat #217BFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Microsoft YaHei";
  color: #fff;
  font-weight: 700;
  font-size: var(--titleSize);
  cursor: pointer;
}
.footer p.copyright img {
  vertical-align: middle;
  height: 0.18rem;
  margin-right: 0.17rem;
}
.foot-bottom p {
  font-size: 0.14rem;
  line-height: 1.5;
}
.foot-menu a.menu-link {
  display: inline-block;
  margin-bottom: 0.15rem;
  color: #fff;
  font-size: var(--smailSize);
  font-family: MicrosoftYaHei-Bold;
  line-height: 1.5;
}
.foot-menu .sub-menu .sub-menu {
  display: none;
}
.foot-menu .sub-menu .sub-link:hover {
  opacity: 1;
}
.foot-menu .sub-menu .sub-link {
  color: #fff;
  font-size: 0.14rem;
  line-height: 0.32rem;
  opacity: 0.4;
  font-family: SourceHanSerifCN-Medium;
}
.wp-search.open {
  background: #00afca;
}
.wp_search {
  position: relative;
  display: inline-block;
  padding-left: 4px;
  border: 1px solid #d0d0d0;
}
.wp_search #keyword {
  padding: 4px 0;
  height: 20px;
  border: none;
  background: 0 0;
  color: #fff;
  line-height: 20px;
  width: 160px !important;
}
.wp_search .search {
  width: 32px;
  height: 30px;
  border: 0;
  background: url(images/sous.png) 50% center no-repeat #fff;
  vertical-align: top;
  cursor: pointer;
}
.searchbox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  float: none;
  width: 8.96rem;
  transform: translate(-50%, -50%);
}
.navbox .wp-search {
  display: none;
}
.wp-search {
  position: relative;
  width: 100%;
  border-radius: 0.1rem;
  background: #fff;
}
.wp-search form {
  display: block;
}
.wp-search .search-input {
  padding-right: 1.91rem;
  padding-left: 0.37rem;
}
.wp-search .search-input input.search-title {
  width: 100%;
  height: 0.76rem;
  outline: 0;
  border: 0;
  background: 0 0;
  color: #666;
  font-size: var(--titleSize) !important;
  font-family: "Microsoft YaHei";
  line-height: 0.76rem;
  background-image: url(images/demo/search-blue.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 0.4rem;
}
.wp-search .search-btn {
  position: absolute;
  top: 0.1rem;
  right: 0.15rem;
  z-index: 1;
  overflow: hidden;
  width: 0.91rem;
  height: 0.56rem;
  border-radius: 0.1rem;
  background: #ffb834;
  line-height: 0.76rem;
}
.wp-search .search-btn input.search-submit {
  display: block;
  width: 100%;
  height: 100%;
  outline: 0;
  border: 0;
  color: #fff;
  font-size: 0.22rem;
  font-family: "Microsoft YaHei";
  cursor: pointer;
  background-color: #3D80E3;
}
.wp-search .search-input input.search-title:focus {
  font-size: 0.14rem;
  opacity: 1;
}
.slideright {
  position: fixed;
  width: 1.82rem;
  height: 1.82rem;
  background: url(images/rrbg1.svg) 0 0/100% no-repeat;
  z-index: 2;
  right: -0.91rem;
  top: 50%;
  margin-top: -0.91rem;
  color: #fff;
  padding-left: 0.36rem;
  box-sizing: border-box;
  font-size: 0.17rem;
  font-family: SourceHanSerifCN-Medium;
  display: flex;
  align-items: center;
  cursor: pointer;
  transform: translateX(1.5rem) rotate(90deg);
  transition: all 0.8s ease-in-out 0s;
}
.slideright.showdiv {
  transform: none;
}
.slideright span {
  width: 0.2rem;
  display: inline-block;
  line-height: 1.2;
}
.slideright img {
  width: 0.09rem;
  margin-left: 0.165rem;
  transition: all 0.4s ease-in-out 0s;
}
.slideright::after {
  content: "";
  width: 2.93rem;
  height: 2.81rem;
  background: url(images/rrbg2.svg) 0 0/100% no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.465rem;
  margin-top: -1.405rem;
  animation: 15s linear 0s infinite normal both running sopplus;
}
@keyframes sopplus {
  100% {
    transform: rotate(360deg);
  }
}
.slideright:hover img {
  transform: scale(1.4);
}
.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}
.pageTips .container a.close {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: auto;
  right: -15px;
  top: -40px;
  bottom: auto;
  background: url("images/close.svg") center no-repeat;
}
.pageTips .container .img {
  text-align: center;
}
.pageTips .container .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}
.fixbox.searbox {
  background: rgba(61, 128, 227, 0.1);
}
.footer .in2 p.copyright {
  opacity: 1;
  padding: 0.35rem 0;
}
.footer .in2 p.copyright span {
  opacity: 1;
}
.footer .in2 p.copyright span:last-child {
  opacity: 1;
  padding-left: 0.35rem;
  background: url(images/gaico.png) no-repeat center left 3px / contain;
}
.footer .in2 p.copyright span:last-child a {
  opacity: 1;
  color: #fff;
}
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: 1400px;
}
body .text-ellipsis-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制显示1行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .text-ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .text-ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 限制显示3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
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: 1600px;
  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%;
  background-color: #DCEAF9;
}
body .crumbs-container .crumbs {
  width: 1600px;
  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: 1600px;
  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: 1600px;
  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: 1600px;
  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);
}
