@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: "harm";
  src: url("../fonts/HarmonyOS_Sans_TC_Medium.ttf") format("truetype");
}
.font-har {
  font-family: "harm", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #003894;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #003894;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  min-width: 1.26rem;
  height: 44px;
  padding: 0 0.2rem;
  border-radius: 4px;
  border: 1px solid #252b3a;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-btn {
    min-width: 2rem;
  }
}
.public-btn span {
  color: #252b3a;
  font-size: 14px;
  line-height: 24px;
  transition: all 0.4s;
}
.public-btn i {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  margin-left: -16px;
  opacity: 0;
}
.public-btn i svg {
  width: 100%;
  height: 100%;
}
.public-btn i svg path {
  fill: #252b3a;
  transition: all 0.4s;
}
.public-btn:hover i {
  opacity: 1;
  margin-left: 5px;
}
.public-btn.pa {
  margin-right: 0.2rem;
  border: none;
  z-index: 2;
}
.public-btn.pa::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, #115af7, #0fabfe);
}
.public-btn.pa span {
  color: #fff;
  position: relative;
  z-index: 2;
}
.public-btn.pa i {
  position: relative;
  z-index: 2;
}
.public-btn.pa i svg path {
  fill: #fff;
}
.pub-btn {
  min-width: 1.65rem;
  height: 53px;
  padding: 0 0.2rem;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1580px) {
  .pub-btn {
    min-width: 2rem;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .pub-btn {
    min-width: 2.5rem;
    height: 46px;
  }
}
.pub-btn span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: bold;
}
.pub-btn::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 30px 0 30px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(to right, #0052a4, #0096da);
}
@media (max-width: 767px) {
  .pub-btn::before {
    border-radius: 23px 0 23px 0;
  }
}
.pub-btn::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 30px 0 30px 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #33b8f7;
  transform-origin: left bottom;
  transform: rotateZ(0deg);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .pub-btn::after {
    border-radius: 23px 0 23px 0;
  }
}
.pub-btn.on::after {
  width: 103%;
  transform: rotateZ(2deg);
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font60 {
  font-size: 60px;
}
.font72 {
  font-size: 72px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 48px;
  }
  .font56 {
    font-size: 48px;
  }
  .font60,
  .font72,
  .font80 {
    font-size: 48px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34 {
    font-size: 28px;
  }
  .font36,
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font50 {
    font-size: 38px;
  }
  .font52,
  .font54,
  .font56,
  .font60,
  .font72,
  .font80 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 20px;
  }
  .font32,
  .font34,
  .font36,
  .font40 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16 {
    font-size: 0.28rem;
  }
  .font18,
  .font20 {
    font-size: 0.3rem;
  }
  .font22,
  .font24,
  .font26,
  .font27 {
    font-size: 0.32rem;
  }
  .font28 {
    font-size: 0.36rem;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 0.4rem;
  }
  .font36,
  .font40,
  .font42,
  .font44,
  .font46 {
    font-size: 0.46rem;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font72,
  .font80 {
    font-size: 0.58rem;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #003894;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #003894;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #003894;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 0.8rem;
}
@media (max-width: 1580px) {
  #c-placeholder {
    line-height: 1rem;
  }
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 1580px) {
  #c-header {
    line-height: 1rem;
  }
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #333;
  transition: 0.4s;
}
#c-header .container2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container2 {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -1.1rem;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #333;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 0.44rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.6rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
  padding-right: 0.6rem;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.8rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  transition: all 0.4s;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #003894;
  transition: 0.4s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
}
#c-header .c-nav ul li:last-child a::before {
  display: none;
}
#c-header .c-nav ul li a {
  padding: 0 20px;
  color: #333;
}
#c-header .c-nav ul li a::before {
  bottom: 0;
  width: calc(100% - 40px) !important;
  left: 20px !important;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #003894;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  left: 0;
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg path,
#c-header .c-nav li:hover > .c-title-box svg path {
  fill: #003894 !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.4s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.4s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #003894;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.4s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    padding-right: 0.3rem;
  }
}
#c-header .c-gn .x-btt {
  padding: 0 0.2rem;
}
#c-header .c-gn .x-btt img,
#c-header .c-gn .x-btt svg {
  width: 20px;
  height: 20px;
  transition: 0.4s;
  vertical-align: middle;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-gn .x-btt img,
  #c-header .c-gn .x-btt svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#c-header .c-gn .x-btt img path,
#c-header .c-gn .x-btt svg path {
  fill: #333;
}
#c-header .c-gn .x-btt:hover > svg path {
  fill: #003894 !important;
}
#c-header .c-gn .x-btt .x-sxia {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  line-height: initial;
  padding: 0.8rem 0;
  border-top: 1px solid #eeeeee;
  display: none;
}
@media (max-width: 1260px) {
  #c-header .c-gn .x-btt .x-sxia {
    display: none !important;
  }
}
#c-header .c-gn .x-btt .x-sxia .x-con {
  width: 63%;
  margin: 0 auto;
  max-width: 1200px;
}
#c-header .c-gn .x-btt .x-sxia .x-con .x-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eeeeee;
  height: 0.6rem;
  border-radius: 100px;
  padding: 0 0.3rem;
}
@media (max-width: 1580px) {
  #c-header .c-gn .x-btt .x-sxia .x-con .x-form {
    height: 0.7rem;
  }
}
#c-header .c-gn .x-btt .x-sxia .x-con .x-form input {
  color: #999999;
  width: 90%;
}
#c-header .c-gn .x-btt .x-sxia .x-con .x-form input::placeholder {
  color: #999999;
}
#c-header .c-gn .x-btt .x-sxia .x-con .x-form .x-but {
  display: flex;
  align-items: center;
}
#c-header .c-gn .x-btt .x-sxia .x-con .x-form .x-but button {
  width: 18px;
  height: 18px;
  margin-left: 0.4rem;
  position: relative;
  display: flex;
  align-items: center;
}
#c-header .c-gn .x-btt .x-sxia .x-con .x-form .x-but button:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #ececec;
  position: absolute;
  left: -0.2rem;
  top: 0;
}
#c-header .c-gn .x-btt .x-sxia .x-con .x-form .x-but button img,
#c-header .c-gn .x-btt .x-sxia .x-con .x-form .x-but button svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-header .c-gn .x-btt .x-sxia .x-con .x-form .x-but button img path,
#c-header .c-gn .x-btt .x-sxia .x-con .x-form .x-but button svg path {
  fill: #cbcbcb;
}
#c-header .c-gn .x-btt .x-sxia .x-con .x-text {
  text-align: left;
  padding-left: 0.3rem;
  margin-top: 0.35rem;
}
#c-header .c-gn .x-btt .x-sxia .x-con .x-text p {
  font-weight: bold;
  color: #000;
}
#c-header .c-gn .x-btt .x-sxia .x-con .x-text .x-a {
  margin-top: 0.12rem;
}
#c-header .c-gn .x-btt .x-sxia .x-con .x-text .x-a a {
  display: inline-block;
  color: #666666;
  padding-right: 0.52rem;
  position: relative;
  transition: 0.4s ease-in-out;
}
#c-header .c-gn .x-btt .x-sxia .x-con .x-text .x-a a:hover {
  color: #192065;
}
#c-header .c-gn .x-btt .x-sxia .x-con .x-text .x-a a:last-child::before {
  display: none;
}
#c-header .c-gn .x-btt .x-sxia .x-con .x-text .x-a a::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #ececec;
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
}
#c-header .c-gn .x-yy {
  display: flex;
  padding: 0 0.2rem;
  cursor: pointer;
  margin-right: -0.2rem;
}
#c-header .c-gn .x-yy .x-im {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
}
#c-header .c-gn .x-yy .x-im svg {
  width: 100%;
  height: 100%;
}
#c-header .c-gn .x-yy .x-im svg path {
  fill: #333;
}
@media (max-width: 1260px) {
  #c-header .c-gn .x-yy .x-im svg path {
    fill: #fff;
  }
}
#c-header.c-style2 .c-gn .x-btt > svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .x-yy .x-im > svg path {
  fill: #333;
}
.x-index1 .x-con {
  width: 100%;
  height: 100%;
  position: relative;
}
.x-index1 .x-con::before {
  content: "";
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 0;
}
.x-index1 .x-con .swiper-container {
  height: 100%;
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .public-img {
  width: 100%;
  height: 100%;
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 56.25%;
}
@media (max-width: 991px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
    padding-top: 71.25%;
  }
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
    padding-top: 184.25%;
  }
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .public-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .public-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .public-img img:nth-child(1) {
    display: none;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .public-img img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .public-img img:nth-child(2) {
    display: block;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .public-img video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .container2 {
  position: absolute;
  left: 50%;
  top: 33%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .container2 {
    top: 59%;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .container2 .x-tit {
  font-weight: bold;
  line-height: 1.08;
  color: #333333;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .container2 .x-tit {
    color: #fff;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .container2 .x-p {
  color: #666666;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .container2 .x-p {
    color: #fff;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .container2 .pub-btn {
  display: inline-flex;
  margin-top: 0.5rem;
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .container2 .x-bf {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  cursor: pointer;
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .container2 .x-bf i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0.02rem solid #333;
  border-radius: 100%;
  margin-left: 0.1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .container2 .x-bf i {
    border-color: #fff;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .container2 .x-bf i svg {
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .container2 .x-bf i svg path {
  fill: #333;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .container2 .x-bf i svg path {
    fill: #fff;
  }
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .container2 .x-bf span {
    color: #fff;
  }
}
.x-index1 .x-con .swiper-container .x-prev,
.x-index1 .x-con .swiper-container .x-next {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #e7e7e7;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1580px) {
  .x-index1 .x-con .swiper-container .x-prev,
  .x-index1 .x-con .swiper-container .x-next {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .x-prev,
  .x-index1 .x-con .swiper-container .x-next {
    width: 0.7rem;
    height: 0.7rem;
    display: none;
  }
}
.x-index1 .x-con .swiper-container .x-prev:hover,
.x-index1 .x-con .swiper-container .x-next:hover {
  background-color: #0052a4;
  border-color: #0052a4;
}
.x-index1 .x-con .swiper-container .x-prev:hover svg path,
.x-index1 .x-con .swiper-container .x-next:hover svg path {
  fill: #fff;
}
.x-index1 .x-con .swiper-container .x-prev svg,
.x-index1 .x-con .swiper-container .x-next svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 1580px) {
  .x-index1 .x-con .swiper-container .x-prev svg,
  .x-index1 .x-con .swiper-container .x-next svg {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .x-prev svg,
  .x-index1 .x-con .swiper-container .x-next svg {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.x-index1 .x-con .swiper-container .x-prev svg path,
.x-index1 .x-con .swiper-container .x-next svg path {
  fill: #e7e7e7;
  transition: 0.4s ease-in-out;
}
.x-index1 .x-con .swiper-container .x-prev svg {
  transform: rotate(180deg);
}
.x-index1 .x-con .swiper-container .x-next {
  left: auto;
  right: 0.5rem;
}
.x-index1 .x-con .x-lin {
  position: absolute;
  right: 1.6rem;
  bottom: 2.1rem;
  z-index: 5;
}
@media (max-width: 991px) {
  .x-index1 .x-con .x-lin {
    right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-index1 .x-con .x-lin {
    display: none;
  }
}
.x-index1 .x-con .x-lin span {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  color: #fff;
  animation: upDown 1.5s ease-in-out infinite;
  margin-top: -0.38rem;
}
@media (max-width: 1580px) {
  .x-index1 .x-con .x-lin span {
    margin-top: -0.8rem;
  }
}
.x-index1 .x-con .x-lin i {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background-image: linear-gradient(180deg, #0052a4 29%, #0096da 100%), linear-gradient(#0052a4, #0052a4);
  border-radius: 100%;
}
@keyframes upDown {
  0% {
    opacity: 0.6;
    transform: translateX(-50%) translateY(-5px);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(5px);
  }
  100% {
    opacity: 0.6;
    transform: translateX(-50%) translateY(-5px);
  }
}
.x-in-bj {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.x-index2 {
  padding-top: 1.2rem;
}
.x-index2 .container2 .x-top {
  position: relative;
}
.x-index2 .container2 .x-top .x-img {
  width: 87.5%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .x-index2 .container2 .x-top .x-img {
    width: 100% !important;
    border-radius: 0.2rem 0.2rem 0 0;
  }
}
.x-index2 .container2 .x-top .x-img .x-text {
  width: 16rem;
  height: 100%;
  position: relative;
}
@media (max-width: 1580px) {
  .x-index2 .container2 .x-top .x-img .x-text {
    width: 19rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .container2 .x-top .x-img .x-text {
    width: 100%;
  }
}
.x-index2 .container2 .x-top .x-img .x-text.public-img::before {
  padding-top: 41.25%;
}
@media (max-width: 991px) {
  .x-index2 .container2 .x-top .x-img .x-text.public-img::before {
    padding-top: 51.5%;
  }
}
.x-index2 .container2 .x-top .x-img .x-text img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  max-width: initial;
}
.x-index2 .container2 .x-top .x-tx {
  position: absolute;
  left: 1.1rem;
  top: 2rem;
  z-index: 5;
}
@media (max-width: 1260px) {
  .x-index2 .container2 .x-top .x-tx {
    top: 1rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .container2 .x-top .x-tx {
    left: 0.4rem;
    padding-right: 0.2rem;
  }
}
.x-index2 .container2 .x-top .x-tx .x-tit {
  color: #ffffff;
}
.x-index2 .container2 .x-top .x-tx .x-p {
  color: #ffffff;
  line-height: 1.12;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .x-index2 .container2 .x-top .x-tx .x-p {
    font-size: 0.4rem;
  }
}
.x-index2 .container2 .x-xia {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 1.1rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
  margin-top: -1.1rem;
}
@media (max-width: 1260px) {
  .x-index2 .container2 .x-xia {
    padding: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .container2 .x-xia {
    margin-top: 0;
    padding: 0;
  }
}
.x-index2 .container2 .x-xia .x-le {
  width: 42.75%;
  background-color: #0052a4;
  padding: 0.55rem 0.4rem 0.7rem;
  border-radius: 0 0 0 0.6rem;
}
@media (max-width: 1260px) {
  .x-index2 .container2 .x-xia .x-le {
    width: 100%;
    border-radius: initial;
  }
}
.x-index2 .container2 .x-xia .x-le .x-p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.375;
}
.x-index2 .container2 .x-xia .x-le a {
  display: inline-flex;
  align-items: center;
  margin-top: 0.55rem;
}
.x-index2 .container2 .x-xia .x-le a:hover i {
  transform: translateX(0.08rem);
}
.x-index2 .container2 .x-xia .x-le a span {
  color: #ffffff;
}
.x-index2 .container2 .x-xia .x-le a i {
  display: inline-flex;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-left: 0.06rem;
  transition: 0.4s ease-in-out;
}
.x-index2 .container2 .x-xia .x-le a i svg,
.x-index2 .container2 .x-xia .x-le a i img {
  width: 100%;
  height: 100%;
}
.x-index2 .container2 .x-xia .x-le a i svg path,
.x-index2 .container2 .x-xia .x-le a i img path {
  fill: #fff;
}
.x-index2 .container2 .x-xia .x-ri {
  width: 57.25%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1260px) {
  .x-index2 .container2 .x-xia .x-ri {
    width: 100%;
  }
}
.x-index2 .container2 .x-xia .x-ri .x-li {
  width: 33.33%;
  padding: 0.6rem 0.3rem 0.5rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .x-index2 .container2 .x-xia .x-ri .x-li {
    width: 100%;
  }
}
.x-index2 .container2 .x-xia .x-ri .x-li:nth-child(2) {
  background-color: #f7f7f7;
}
.x-index2 .container2 .x-xia .x-ri .x-li:nth-child(2) .x-sp {
  color: #0096da;
}
.x-index2 .container2 .x-xia .x-ri .x-li .x-p {
  color: #333333;
  font-weight: bold;
}
.x-index2 .container2 .x-xia .x-ri .x-li .x-sp {
  display: flex;
  align-items: center;
  margin-top: 0.95rem;
  color: #0052a4;
}
@media (max-width: 1580px) {
  .x-index2 .container2 .x-xia .x-ri .x-li .x-sp span {
    font-size: 30px;
  }
}
@media (max-width: 1260px) {
  .x-index2 .container2 .x-xia .x-ri .x-li .x-sp span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .x-index2 .container2 .x-xia .x-ri .x-li .x-sp span {
    font-size: 0.46rem;
    margin-top: 0.4rem;
  }
}
.x-index2 .container2 .x-xia .x-ri .x-li .x-sp i {
  font-style: initial;
  display: inline-block;
  margin-top: 0.04rem;
}
@media (max-width: 1260px) {
  .x-index2 .container2 .x-xia .x-ri .x-li .x-sp i {
    font-size: 22px;
    margin-top: 0;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.x-index3 {
  padding: 1.65rem 0 0 0;
}
@media (max-width: 767px) {
  .x-index3 {
    padding: 1.1rem 0 0 0;
  }
}
.x-index3 .x-con .x-top {
  text-align: center;
  padding: 0 0.2rem;
}
.x-index3 .x-con .x-top .x-tit {
  font-weight: bold;
  color: #111111;
}
.x-index3 .x-con .x-top .x-p {
  color: #60646f;
  line-height: 1.4;
  margin-top: 0.1rem;
}
.x-index3 .x-con .x-top .pub-btn {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-top .pub-btn {
    margin-top: 0.4rem;
  }
}
.x-index3 .x-con .x-xia {
  padding: 1.2rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-xia {
    padding: 1rem 0;
  }
}
.x-index3 .x-con .x-xia .x-i {
  width: 4.44rem;
  height: 4.44rem;
  border-radius: 100%;
  background-color: #0052a4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.x-index3 .x-con .x-xia .x-i i {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #0052a4;
  border-radius: 100%;
  z-index: 6;
}
.x-index3 .x-con .x-xia .x-i i:nth-child(2) {
  background-color: #e0f0fa;
  animation: dxbd 2s linear infinite;
  z-index: 3;
}
.x-index3 .x-con .x-xia .x-i i:nth-child(3) {
  background-color: #e0f0fa;
  animation: dxbd 2s 1s linear infinite;
  z-index: 3;
}
.x-index3 .x-con .x-xia .swiper-container {
  position: relative;
  z-index: 5;
}
.x-index3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide {
  border: 0.2rem solid #fff;
  border-radius: 0.1rem;
  background-color: #fff;
}
.x-index3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .public-img {
  border-radius: 0.1rem;
}
.x-index3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 124.24242424%;
}
@keyframes dxbd {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}
.x-index4 {
  padding: 0.8rem 0 2.5rem 0;
}
@media (max-width: 767px) {
  .x-index4 {
    padding: 0rem 0 1.2rem 0;
  }
}
.x-index4 .x-con .x-tit {
  text-align: center;
  font-weight: bold;
}
.x-index4 .x-con .x-xia {
  position: relative;
}
.x-index4 .x-con .x-xia .swiper-container {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-xia .swiper-container {
    margin-top: 0.3rem;
  }
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 56.4516129%;
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
    padding-top: 68.451613%;
  }
}
.x-index4 .x-con .x-xia .x-box {
  position: absolute;
  right: 13.02%;
  bottom: -1rem;
  width: 7.2rem;
  background-color: #fff;
  z-index: 5;
  border-radius: 0.8rem 0 0.8rem 0;
  padding: 0.7rem 1.2rem 0.7rem 0.6rem;
}
@media (max-width: 1580px) {
  .x-index4 .x-con .x-xia .x-box {
    width: 9.2rem;
  }
}
@media (max-width: 1260px) {
  .x-index4 .x-con .x-xia .x-box {
    width: 100%;
    position: initial;
    border-radius: initial;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-xia .x-box {
    padding: 0.6rem;
  }
}
.x-index4 .x-con .x-xia .x-box .x-wn .x-text {
  display: none;
}
.x-index4 .x-con .x-xia .x-box .x-wn .x-text.on {
  display: block;
}
.x-index4 .x-con .x-xia .x-box .x-wn .x-text .x-title {
  color: #000;
  font-weight: bold;
  line-height: 1.16;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.32em;
}
.x-index4 .x-con .x-xia .x-box .x-wn .x-text .x-p {
  color: #666666;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 7.5em;
}
.x-index4 .x-con .x-xia .x-box .x-sw {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 2.4rem;
  margin-top: 0.2rem;
}
.x-index4 .x-con .x-xia .x-box .x-sw .x-prev,
.x-index4 .x-con .x-xia .x-box .x-sw .x-next {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #e7e7e7;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-index4 .x-con .x-xia .x-box .x-sw .x-prev,
  .x-index4 .x-con .x-xia .x-box .x-sw .x-next {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-xia .x-box .x-sw .x-prev,
  .x-index4 .x-con .x-xia .x-box .x-sw .x-next {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.x-index4 .x-con .x-xia .x-box .x-sw .x-prev:hover,
.x-index4 .x-con .x-xia .x-box .x-sw .x-next:hover {
  background-color: #0052a4;
  border-color: #0052a4;
}
.x-index4 .x-con .x-xia .x-box .x-sw .x-prev:hover svg path,
.x-index4 .x-con .x-xia .x-box .x-sw .x-next:hover svg path {
  fill: #fff;
}
.x-index4 .x-con .x-xia .x-box .x-sw .x-prev svg,
.x-index4 .x-con .x-xia .x-box .x-sw .x-next svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 1580px) {
  .x-index4 .x-con .x-xia .x-box .x-sw .x-prev svg,
  .x-index4 .x-con .x-xia .x-box .x-sw .x-next svg {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-xia .x-box .x-sw .x-prev svg,
  .x-index4 .x-con .x-xia .x-box .x-sw .x-next svg {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.x-index4 .x-con .x-xia .x-box .x-sw .x-prev svg path,
.x-index4 .x-con .x-xia .x-box .x-sw .x-next svg path {
  fill: #444444;
  transition: 0.4s ease-in-out;
}
.x-index4 .x-con .x-xia .x-box .x-sw .x-prev svg {
  transform: rotate(180deg);
}
.x-index4 .x-con .x-xia .x-box .x-sw .swiper-pagination {
  width: auto;
  position: initial;
  margin: 0 0.18rem;
}
.x-index4 .x-con .x-xia .x-box .x-sw .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.08rem;
  background-color: #e4e4e4;
  opacity: 1;
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-xia .x-box .x-sw .swiper-pagination .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
  }
}
.x-index4 .x-con .x-xia .x-box .x-sw .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0052a4;
}
.x-index5 {
  position: relative;
}
.x-index5 .x-con {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
.x-index5 .x-con .x-img {
  width: 100%;
  height: 100vh;
  position: relative;
}
.x-index5 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.x-index5 .x-con .x-img img.on {
  opacity: 1;
}
.x-index5 .container2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .x-index5 .container2 {
    flex-wrap: wrap;
  }
}
.x-index5 .container2 .x-le {
  width: 31.875%;
  position: sticky;
  position: -webkit-sticky;
  top: 30%;
  z-index: 2;
  margin-top: -50vh;
  padding-bottom: 50vh;
}
@media (max-width: 991px) {
  .x-index5 .container2 .x-le {
    width: 100%;
    padding-bottom: 0.6rem;
    position: initial;
  }
}
@media (max-width: 767px) {
  .x-index5 .container2 .x-le {
    margin-top: -90vh;
  }
}
.x-index5 .container2 .x-le .x-title {
  font-weight: bold;
  color: #ffffff;
  line-height: 1.1;
}
.x-index5 .container2 .x-le .x-p {
  color: #ffffff;
  line-height: 1.4;
  margin-top: 0.2rem;
}
.x-index5 .container2 .x-le .pub-btn {
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .x-index5 .container2 .x-le .pub-btn {
    margin-top: 0.4rem;
  }
}
.x-index5 .container2 .x-ri {
  width: 57.5%;
  position: relative;
  z-index: 2;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .x-index5 .container2 .x-ri {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .x-index5 .container2 .x-ri {
    margin-top: -5rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 520px) {
  .x-index5 .container2 .x-ri {
    margin-top: -7rem;
    padding-bottom: 1rem;
  }
}
.x-index5 .container2 .x-ri ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-index5 .container2 .x-ri ul li {
  width: 45.43%;
  border: 1px solid #fff;
  border-radius: 0.6rem 0 0 0;
  padding: 0.66rem 0.2rem 0.9rem;
  backdrop-filter: blur(8.8px);
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .x-index5 .container2 .x-ri ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.x-index5 .container2 .x-ri ul li:nth-child(2n) {
  transform: translateY(4.25rem);
}
@media (max-width: 767px) {
  .x-index5 .container2 .x-ri ul li:nth-child(2n) {
    transform: translateY(0);
  }
}
.x-index5 .container2 .x-ri ul li .public-img {
  width: 2.7rem;
  height: 2.7rem;
  margin: 0 auto;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .x-index5 .container2 .x-ri ul li .public-img {
    width: 3.7rem;
    height: 3.7rem;
  }
}
.x-index5 .container2 .x-ri ul li .x-text {
  text-align: center;
  margin-top: 0.2rem;
}
.x-index5 .container2 .x-ri ul li .x-text .x-tit {
  font-weight: bold;
  color: #ffffff;
}
.x-index5 .container2 .x-ri ul li .x-text .x-p {
  color: #ffffff;
  margin-top: 0.08rem;
}
.x-index6 {
  padding: 1.4rem 0 1.7rem;
  background-color: #f5f7f9;
}
@media (max-width: 767px) {
  .x-index6 {
    padding: 1.2rem 0 0.8rem;
  }
}
.x-index6 .container2 .x-top {
  display: flex;
  justify-content: space-between;
}
.x-index6 .container2 .x-top .x-title {
  line-height: 1;
  font-weight: bold;
  color: #000;
}
.x-index6 .container2 .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-index6 .container2 .x-xia {
    margin-top: 0.5rem;
  }
}
.x-index6 .container2 .x-xia .x-le {
  width: 43.75%;
}
@media (max-width: 991px) {
  .x-index6 .container2 .x-xia .x-le {
    width: 100%;
  }
}
.x-index6 .container2 .x-xia .x-le a {
  display: block;
  background-color: #fff;
  border-radius: 0.6rem 0.1rem 0.1rem 0.1rem;
}
.x-index6 .container2 .x-xia .x-le a:hover .public-img img {
  transform: scale(1.08);
}
.x-index6 .container2 .x-xia .x-le a:hover .x-text .x-sp i {
  transform: translateX(0.08rem);
}
.x-index6 .container2 .x-xia .x-le a .public-img {
  border-radius: 0.6rem 0.1rem 0 0;
}
@media (max-width: 767px) {
  .x-index6 .container2 .x-xia .x-le a .public-img {
    border-radius: 0.1rem 0.1rem 0 0;
  }
}
.x-index6 .container2 .x-xia .x-le a .public-img::before {
  padding-top: 47.14285714%;
}
.x-index6 .container2 .x-xia .x-le a .x-text {
  padding: 0.2rem 0.5rem 0.4rem;
}
@media (max-width: 767px) {
  .x-index6 .container2 .x-xia .x-le a .x-text {
    padding: 0.4rem;
  }
}
.x-index6 .container2 .x-xia .x-le a .x-text .x-tit {
  font-weight: bold;
  color: #111111;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .x-index6 .container2 .x-xia .x-le a .x-text .x-tit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
    white-space: initial;
  }
}
.x-index6 .container2 .x-xia .x-le a .x-text .x-p {
  color: #666666;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
@media (max-width: 767px) {
  .x-index6 .container2 .x-xia .x-le a .x-text .x-p {
    -webkit-line-clamp: 3;
    line-height: 1.38;
    height: 4.14em;
  }
}
.x-index6 .container2 .x-xia .x-le a .x-text .x-sp {
  display: inline-flex;
  align-items: center;
  margin-top: 0.2rem;
}
.x-index6 .container2 .x-xia .x-le a .x-text .x-sp span {
  color: #003894;
  font-weight: bold;
}
.x-index6 .container2 .x-xia .x-le a .x-text .x-sp i {
  display: inline-flex;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-left: 0.06rem;
  transition: 0.4s ease-in-out;
}
.x-index6 .container2 .x-xia .x-le a .x-text .x-sp i svg,
.x-index6 .container2 .x-xia .x-le a .x-text .x-sp i img {
  width: 100%;
  height: 100%;
}
.x-index6 .container2 .x-xia .x-le a .x-text .x-sp i svg path,
.x-index6 .container2 .x-xia .x-le a .x-text .x-sp i img path {
  fill: #003894;
}
.x-index6 .container2 .x-xia .x-ri {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .x-index6 .container2 .x-xia .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-index6 .container2 .x-xia .x-ri a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 55%;
  border-left: 1px solid #e6e6e6;
  padding: 0.25rem 0.75rem 0 0.4rem;
}
@media (max-width: 767px) {
  .x-index6 .container2 .x-xia .x-ri a {
    width: 100%;
    border-left: none;
    padding: 0;
    margin-bottom: 0.4rem;
  }
}
.x-index6 .container2 .x-xia .x-ri a:hover .x-text .x-sp i {
  transform: translateX(0.08rem);
}
.x-index6 .container2 .x-xia .x-ri a:hover .public-img img {
  transform: scale(1.08);
}
.x-index6 .container2 .x-xia .x-ri a:nth-child(2) {
  width: 45%;
  padding-right: 0;
}
@media (max-width: 767px) {
  .x-index6 .container2 .x-xia .x-ri a:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-index6 .container2 .x-xia .x-ri a .x-text {
    padding: 0.4rem;
    background-color: #fff;
  }
}
.x-index6 .container2 .x-xia .x-ri a .x-text .x-tit {
  font-weight: bold;
  color: #111111;
  line-height: 1.38;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.76em;
}
.x-index6 .container2 .x-xia .x-ri a .x-text .x-p {
  color: #666666;
  line-height: 1.71;
  margin-top: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 5.13em;
}
.x-index6 .container2 .x-xia .x-ri a .x-text .x-sp {
  display: inline-flex;
  align-items: center;
  margin-top: 0.2rem;
}
.x-index6 .container2 .x-xia .x-ri a .x-text .x-sp span {
  color: #003894;
  font-weight: bold;
}
.x-index6 .container2 .x-xia .x-ri a .x-text .x-sp i {
  display: inline-flex;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-left: 0.06rem;
  transition: 0.4s ease-in-out;
}
.x-index6 .container2 .x-xia .x-ri a .x-text .x-sp i svg,
.x-index6 .container2 .x-xia .x-ri a .x-text .x-sp i img {
  width: 100%;
  height: 100%;
}
.x-index6 .container2 .x-xia .x-ri a .x-text .x-sp i svg path,
.x-index6 .container2 .x-xia .x-ri a .x-text .x-sp i img path {
  fill: #003894;
}
.x-index6 .container2 .x-xia .x-ri a .public-img {
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .x-index6 .container2 .x-xia .x-ri a .public-img {
    order: -1;
  }
}
.x-index6 .container2 .x-xia .x-ri a .public-img::before {
  padding-top: 50%;
}
.x-foot {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.7rem 0 0 0;
}
.x-foot .container2 .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.6rem;
}
.x-foot .container2 .x-top .x-logo {
  display: inline-block;
  width: auto;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .x-foot .container2 .x-top .x-logo {
    height: 0.6rem;
  }
}
.x-foot .container2 .x-top .x-logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.x-foot .container2 .x-top .x-fx {
  display: inline-flex;
}
.x-foot .container2 .x-top .x-fx a {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  margin-left: 0.2rem;
  position: relative;
}
@media (max-width: 1580px) {
  .x-foot .container2 .x-top .x-fx a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-foot .container2 .x-top .x-fx a {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.x-foot .container2 .x-top .x-fx a:hover .x-ewm {
  height: 1.2rem;
}
.x-foot .container2 .x-top .x-fx a i {
  display: inline-flex;
  width: 22px;
  height: 22px;
}
@media (max-width: 1580px) {
  .x-foot .container2 .x-top .x-fx a i {
    width: 18px;
    height: 18px;
  }
}
.x-foot .container2 .x-top .x-fx a i img,
.x-foot .container2 .x-top .x-fx a i svg {
  width: 100%;
  height: 100%;
}
.x-foot .container2 .x-top .x-fx a i img path,
.x-foot .container2 .x-top .x-fx a i svg path {
  fill: #003894;
}
.x-foot .container2 .x-top .x-fx a .x-ewm {
  width: 1.2rem;
  height: 0;
  background-color: #fff;
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  z-index: 10;
}
.x-foot .container2 .x-top .x-fx a .x-ewm img {
  width: 1.12rem;
  height: 1.12rem;
  object-fit: contain;
}
.x-foot .container2 .c-top-box {
  padding: 0.55rem 0 0.7rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .x-foot .container2 .c-top-box {
    padding: 0.4rem 0 0.4rem;
  }
}
.x-foot .container2 .c-top-box .x-le {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 85%;
}
@media (max-width: 1580px) {
  .x-foot .container2 .c-top-box .x-le {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .x-foot .container2 .c-top-box .x-le {
    width: 100%;
  }
}
.x-foot .container2 .c-top-box .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .x-foot .container2 .c-top-box .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.x-foot .container2 .c-top-box .c-title-box .c-title {
  color: #fff;
  font-weight: bold;
}
.x-foot .container2 .c-top-box .c-title-box a {
  color: #fff;
  transition: 0.4s ease-in-out;
}
.x-foot .container2 .c-top-box .c-title-box a:hover {
  opacity: 0.8;
}
.x-foot .container2 .c-top-box .c-title-box img,
.x-foot .container2 .c-top-box .c-title-box svg {
  display: none;
  transition: 0.4s;
  width: 0.3rem;
  height: 0.3rem;
}
.x-foot .container2 .c-top-box .c-title-box img path,
.x-foot .container2 .c-top-box .c-title-box svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .x-foot .container2 .c-top-box .c-title-box img,
  .x-foot .container2 .c-top-box .c-title-box svg {
    display: inline-block;
  }
}
.x-foot .container2 .c-top-box .c-list-box {
  width: 13.97%;
  padding-right: 0.2rem;
}
@media (max-width: 991px) {
  .x-foot .container2 .c-top-box .c-list-box {
    width: 15%;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-foot .container2 .c-top-box .c-list-box {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .x-foot .container2 .c-top-box .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
.x-foot .container2 .c-top-box .c-list-box .c-list li {
  padding-bottom: 0.15rem;
}
.x-foot .container2 .c-top-box .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .x-foot .container2 .c-top-box .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-foot .container2 .c-top-box .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
.x-foot .container2 .c-top-box .c-list-box .c-list li a {
  color: #b5ddfc;
  transition: 0.4s ease-in-out;
  position: relative;
}
.x-foot .container2 .c-top-box .c-list-box .c-list li a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
}
.x-foot .container2 .c-top-box .c-list-box .c-list li a:hover {
  color: #fff;
}
.x-foot .container2 .c-top-box .c-list-box .c-list li a:hover::before {
  width: 100%;
}
.x-foot .container2 .c-top-box .c-list-box.on .c-title-box img,
.x-foot .container2 .c-top-box .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .x-foot .container2 .c-top-box .c-list-box.on .c-title-box img,
  .x-foot .container2 .c-top-box .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
.x-foot .container2 .c-top-box .c-text-box {
  height: 1.2rem;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.x-foot .container2 .c-top-box .c-text-box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.x-foot .container2 .c-top-box .c-text-box::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.x-foot .container2 .c-top-box .c-text-box::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #3986c8;
}
@media (max-width: 767px) {
  .x-foot .container2 .c-top-box .c-text-box {
    height: 1.6rem;
    margin-top: 0.2rem;
  }
}
.x-foot .container2 .c-top-box .c-text-box a {
  display: block;
  padding-bottom: 0.1rem;
  color: #b5ddfc;
  transition: 0.4s ease-in-out;
}
.x-foot .container2 .c-top-box .c-text-box a:hover {
  color: #fff;
}
@media (max-width: 1260px) {
  .x-foot .container2 .c-top-box .c-text-box a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .x-foot .container2 .c-top-box .c-text-box a {
    padding-bottom: 0.2rem;
    font-size: 0.28rem;
  }
}
.x-foot .container2 .c-top-box .c-text-wrap {
  width: 15%;
}
@media (max-width: 1580px) {
  .x-foot .container2 .c-top-box .c-text-wrap {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .x-foot .container2 .c-top-box .c-text-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-foot .container2 .c-top-box .c-text-wrap {
    width: 100%;
    padding-top: 0.4rem;
  }
}
.x-foot .container2 .x-xia {
  padding: 0.35rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-foot .container2 .x-xia .x-l {
  width: 62.5%;
}
@media (max-width: 991px) {
  .x-foot .container2 .x-xia .x-l {
    width: 100%;
  }
}
.x-foot .container2 .x-xia .x-l p {
  color: #b5ddfc;
}
@media (max-width: 767px) {
  .x-foot .container2 .x-xia .x-l p {
    font-size: 0.24rem;
  }
}
.x-foot .container2 .x-xia .x-l p a {
  color: #b5ddfc;
  transition: 0.4s ease-in-out;
  display: inline-block;
  margin-left: 0.1rem;
}
.x-foot .container2 .x-xia .x-l p a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .x-foot .container2 .x-xia .x-r {
    width: 100%;
    margin-top: 0.1rem;
  }
}
.x-foot .container2 .x-xia .x-r a {
  color: #b5ddfc;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-foot .container2 .x-xia .x-r a {
    font-size: 0.24rem;
  }
}
.x-foot .container2 .x-xia .x-r a:hover {
  color: #fff;
}
.x-foot .container2 .x-xia .x-r span {
  color: #b5ddfc;
  display: inline-block;
  margin: 0 0.15rem 0 0.2rem;
}
@media (max-width: 767px) {
  .x-foot .container2 .x-xia .x-r span {
    font-size: 0.24rem;
  }
}
.x-foot .container2 .x-xia .x-r span:last-child {
  display: none;
}
.info-banner {
  width: 100%;
  position: relative;
}
.info-banner .img {
  width: 100%;
  height: 6.5rem;
  position: relative;
  z-index: 1;
}
.info-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .info-banner .img img.pc {
    display: none;
  }
}
.info-banner .img img.mb {
  display: none;
}
@media (max-width: 991px) {
  .info-banner .img img.mb {
    display: block;
  }
}
.info-banner .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.info-banner .container {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.info-banner .container .title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: calc(60/50);
}
.Breadcrumbs {
  width: 100%;
  box-shadow: 0 0.11rem 0.32rem 0 rgba(22, 119, 255, 0.05);
}
.Breadcrumbs .container2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.Breadcrumbs .container2 .left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .Breadcrumbs .container2 .left {
    width: 100%;
    padding: 0.2rem 0;
  }
}
.Breadcrumbs .container2 .left .icons {
  width: 18px;
  height: 18px;
  display: flex;
  margin-right: 0.1rem;
}
.Breadcrumbs .container2 .left a {
  color: #999;
  transition: all 0.4s;
  line-height: 24px;
}
.Breadcrumbs .container2 .left a:hover {
  color: #003894;
}
.Breadcrumbs .container2 .left i {
  width: 6px;
  height: 10px;
  display: flex;
  margin: 0 0.14rem;
}
.Breadcrumbs .container2 .left i svg {
  width: 6px;
  height: 10px;
}
.Breadcrumbs .container2 .left span {
  line-height: 24px;
  color: #999;
}
@media (max-width: 767px) {
  .Breadcrumbs .container2 .right {
    width: 100%;
  }
}
.Breadcrumbs .container2 .right ul {
  display: flex;
}
@media (max-width: 767px) {
  .Breadcrumbs .container2 .right ul {
    overflow-x: auto;
  }
}
.Breadcrumbs .container2 .right ul li {
  position: relative;
  margin-right: 0.65rem;
}
.Breadcrumbs .container2 .right ul li:last-child {
  margin-right: 0;
}
.Breadcrumbs .container2 .right ul li a {
  height: 0.8rem;
  color: #999;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.Breadcrumbs .container2 .right ul li::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #003894;
  transition: all 0.4s;
  opacity: 0;
}
.Breadcrumbs .container2 .right ul li:hover a {
  color: #003894;
}
.Breadcrumbs .container2 .right ul li.on a {
  color: #003894;
}
.Breadcrumbs .container2 .right ul li.on::after {
  opacity: 1;
}
.contact {
  width: 100%;
  background: #f5f7f9;
  padding: 1.4rem 0 1.1rem;
}
.contact .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .container .left {
  width: calc(685/1400*100%);
  height: 5.4rem;
  background: linear-gradient(to right bottom, #0052a4, #0096da);
  position: relative;
  border-radius: 0.1rem;
  padding: 0.94rem 0.5rem 0.5rem;
}
@media (max-width: 991px) {
  .contact .container .left {
    width: 100%;
    height: auto;
    padding: 0.94rem 0.3rem 0.5rem;
  }
}
.contact .container .left .tbox .title {
  color: #fff;
  font-weight: bold;
  line-height: calc(44/34);
}
.contact .container .left .tbox .txt {
  margin-top: 0.18rem;
  line-height: calc(32/18);
  color: #fff;
}
.contact .container .left .img {
  width: calc(414/585*100%);
  position: absolute;
  right: 0.16rem;
  bottom: 0.44rem;
  display: flex;
}
@media (max-width: 991px) {
  .contact .container .left .img {
    position: relative;
    right: initial;
    bottom: initial;
    margin-left: auto;
    margin-top: 0.5rem;
  }
}
.contact .container .left .img img {
  width: 100%;
  object-fit: contain;
}
.contact .container .right {
  width: calc(685/1400*100%);
  height: 5.4rem;
  background: #fff;
  position: relative;
  border-radius: 0.1rem;
  padding: 0.6rem 0.5rem 0.5rem;
}
@media (max-width: 991px) {
  .contact .container .right {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding: 0.6rem 0.3rem 0.5rem;
  }
}
.contact .container .right .item {
  margin-bottom: 0.46rem;
}
.contact .container .right .item:last-child {
  margin-bottom: 0;
}
.contact .container .right .item .icons {
  height: 28px;
}
.contact .container .right .item .icons img {
  height: 100%;
  object-fit: contain;
}
.contact .container .right .item .t1 {
  margin-top: 0.14rem;
  line-height: calc(32/22);
  color: #111;
  font-weight: bold;
}
.contact .container .right .item .t2 {
  margin-top: 0.1rem;
  color: #666666;
}
.service-network {
  width: 100%;
  background: #f5f7f9;
  padding: 1.4rem 0 1.5rem;
}
.service-network .container2 {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.74rem 0.6rem 0.7rem;
}
@media (max-width: 767px) {
  .service-network .container2 {
    padding: 0.5rem 0.3rem;
  }
}
.service-network .container2 .title {
  color: #111;
  font-weight: bold;
  line-height: calc(50/40);
}
.service-network .container2 .ck-box {
  width: 100%;
  margin-top: 0.35rem;
  display: flex;
  position: relative;
  z-index: 2;
}
.service-network .container2 .ck-box .select {
  width: 2.06rem;
  position: relative;
  margin-right: 0.2rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .service-network .container2 .ck-box .select {
    width: 2.4rem;
  }
}
.service-network .container2 .ck-box .select .t1 {
  width: 100%;
  height: 46px;
  border-radius: 23px;
  background: #f8f8fa;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  cursor: pointer;
  padding: 0 0.25rem;
}
@media (max-width: 767px) {
  .service-network .container2 .ck-box .select .t1 {
    height: 36px;
    border-radius: 18px;
  }
}
.service-network .container2 .ck-box .select .t1 span {
  color: #333;
}
.service-network .container2 .ck-box .select .t1::after {
  content: '';
  border-top: 6px solid #7b7e85;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.25rem;
}
.service-network .container2 .ck-box .select ul {
  width: 100%;
  position: absolute;
  left: 0;
  top: 32px;
  z-index: 2;
  background: #f8f8fa;
  padding: 22px 0.1rem 10px;
  border-radius: 0.1rem;
  display: none;
}
.service-network .container2 .ck-box .select ul li {
  width: 100%;
  height: 40px;
  border-top: 1px solid #eee;
  padding: 0 0.15rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #333;
  transition: all 0.4s;
}
.service-network .container2 .ck-box .select ul li:hover,
.service-network .container2 .ck-box .select ul li.on {
  background: #003894;
  color: #fff;
}
.service-network .container2 .ck-box .select ul li span {
  display: block;
  width: 100%;
}
.service-network .container2 .select-end {
  width: 100%;
  margin-top: 0.55rem;
  position: relative;
  z-index: 1;
}
.service-network .container2 .select-end .num {
  color: #999;
  line-height: calc(26/16);
}
.service-network .container2 .select-end .list {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.service-network .container2 .select-end .list ul li {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.service-network .container2 .select-end .list ul li .public-img {
  width: calc(236/1480*100%);
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .service-network .container2 .select-end .list ul li .public-img {
    width: 100%;
  }
}
.service-network .container2 .select-end .list ul li .public-img::before {
  padding-top: calc(156/236*100%);
}
.service-network .container2 .select-end .list ul li .tbox {
  width: calc(500/1480*100%);
  margin-left: 0.5rem;
}
@media (max-width: 991px) {
  .service-network .container2 .select-end .list ul li .tbox {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.service-network .container2 .select-end .list ul li .tbox .t1 {
  line-height: calc(32/22);
  color: #111;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.service-network .container2 .select-end .list ul li .tbox .t2 {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.service-network .container2 .select-end .list ul li .address {
  display: flex;
  align-items: center;
  color: #666;
  margin-left: 0.45rem;
}
@media (max-width: 991px) {
  .service-network .container2 .select-end .list ul li .address {
    width: 100%;
    margin-left: 0;
    margin-top: 0.3rem;
  }
}
.service-network .container2 .select-end .list ul li .address img {
  margin-right: 0.15rem;
}
.service-network .container2 .select-end .list ul li .address span {
  color: #0073e6;
}
.service-network .container2 .select-end .list ul li .go {
  margin-left: auto;
  width: 160px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  border: 1px solid #333;
}
@media (max-width: 991px) {
  .service-network .container2 .select-end .list ul li .go {
    margin-left: 0;
    margin-top: 0.3rem;
  }
}
.service-network .container2 .select-end .list ul li .go span {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  transition: all 0.4s;
  margin-right: 0.1rem;
}
.service-network .container2 .select-end .list ul li .go svg path {
  fill: #666;
  transition: all 0.4s;
}
.service-network .container2 .select-end .list ul li .go:hover {
  border: 1px solid #0052a4;
}
.service-network .container2 .select-end .list ul li .go:hover span {
  color: #0052a4;
}
.service-network .container2 .select-end .list ul li .go:hover svg path {
  fill: #0052a4;
}
.service-network .container2 .select-end .page-list {
  margin-top: 0.8rem;
}
.page-list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-list a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  color: #999;
  border: 1px solid #999;
  transition: all 0.4s;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .page-list a {
    width: 36px;
    height: 36px;
  }
}
.page-list a svg {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
}
.page-list a svg path {
  transition: all 0.4s;
}
.page-list a:hover {
  border: 1px solid #0052a4;
  color: #0052a4;
}
.page-list a:hover svg path {
  fill: #0052a4;
}
.page-list a.on {
  border: 1px solid #0052a4;
  background: #0052a4;
  color: #fff;
}
.page-list a.prev svg {
  transform: rotateZ(180deg);
}
.news {
  width: 100%;
  background: #f5f7f9;
  padding: 1.27rem 0 1.4rem;
}
.news .container2 .search {
  width: 360px;
  max-width: 100%;
  display: flex;
  border-bottom: 2px solid #535353;
}
.news .container2 .search .t1 {
  width: 100%;
  height: 42px;
  padding-left: 0.1rem;
  color: #000;
}
.news .container2 .search .t1::placeholder {
  color: #999;
}
.news .container2 .search .btn {
  width: 55px;
  height: 42px;
  background: url(../images/search.svg) center center no-repeat;
  flex-shrink: 0;
}
.news .container2 .list {
  width: 100%;
  margin-top: 0.7rem;
}
.news .container2 .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news .container2 .list ul {
    width: 100%;
    margin: 0;
  }
}
.news .container2 .list ul li {
  width: calc(33.33% - 0.4rem);
  margin: 0 0.2rem 0.4rem;
  background: #fff;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .news .container2 .list ul li {
    width: calc(50% - 0.4rem);
  }
}
@media (max-width: 767px) {
  .news .container2 .list ul li {
    width: 100%;
    margin: 0 0 0.4rem;
  }
}
.news .container2 .list ul li a {
  display: block;
  padding: 0.55rem 0.4rem;
}
.news .container2 .list ul li a .time {
  line-height: 24px;
  color: #999;
}
.news .container2 .list ul li a .title {
  color: #111;
  line-height: calc(32/24);
  font-weight: bold;
  min-height: calc(32/24*2em);
  margin-top: 0.15rem;
  transition: all 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .container2 .list ul li a .public-img {
  width: 100%;
  border-radius: 0.1rem;
  margin-top: 0.33rem;
}
.news .container2 .list ul li a .public-img::before {
  padding-top: calc(213/426*100%);
}
.news .container2 .list ul li a .more {
  display: flex;
  align-items: center;
  margin-top: 0.35rem;
}
.news .container2 .list ul li a .more span {
  color: #999;
  transition: all 0.4s;
  margin-right: 0.1rem;
}
.news .container2 .list ul li a .more i {
  display: flex;
}
.news .container2 .list ul li a .more i svg path {
  fill: #999;
  transition: all 0.4s;
}
.news .container2 .list ul li:hover a .title {
  color: #003894;
}
.news .container2 .list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.news .container2 .list ul li:hover a .more span {
  color: #003894;
}
.news .container2 .list ul li:hover a .more i svg path {
  fill: #003894;
}
.news .container2 .page-list {
  margin-top: 0.4rem;
}
.news-info {
  width: 100%;
}
.news-info .Breadcrumbs {
  padding: 0.28rem 0;
  box-shadow: 0 0.11rem 0.32rem 0 rgba(22, 119, 255, 0.05) inset;
}
.news-info .container2 {
  max-width: 1440px;
  padding: 0 0.37rem;
}
@media (max-width: 991px) {
  .news-info .container2 {
    padding: 0.28rem 0;
  }
}
.news-info .box {
  width: 100%;
  padding: 1rem 0 1.33rem;
}
.news-info .box .container2 {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news-info .box .container2 .share {
  width: 50px;
  position: sticky;
  position: -webkit-sticky;
  top: 1.4rem;
  margin-right: 0.94rem;
}
@media (max-width: 991px) {
  .news-info .box .container2 .share {
    position: relative;
    top: initial;
    margin-right: 0;
    margin-top: 0.5rem;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.news-info .box .container2 .share span {
  width: 100%;
  display: block;
  text-align: center;
  color: #919797;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0.24rem;
}
@media (max-width: 991px) {
  .news-info .box .container2 .share span {
    width: auto;
    margin-bottom: 0;
    margin-right: 0.2rem;
  }
}
.news-info .box .container2 .share .social-share {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.news-info .box .container2 .share .social-share .social-share-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f5f5f5;
  margin-bottom: 0.14rem;
}
@media (max-width: 991px) {
  .news-info .box .container2 .share .social-share .social-share-icon {
    margin-bottom: 0;
    margin-right: 0.12rem;
  }
}
.news-info .box .container2 .share .social-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  flex-shrink: 0;
  margin: 0;
  border: none;
  position: relative;
}
.news-info .box .container2 .share .social-share a svg {
  width: 20px;
  height: 20px;
}
.news-info .box .container2 .share .social-share a svg path {
  fill: #999;
  transition: all 0.4s;
}
.news-info .box .container2 .share .social-share a:hover {
  background: #003894;
}
.news-info .box .container2 .share .social-share a:hover svg path {
  fill: #fff;
}
.news-info .box .container2 .content {
  width: calc(812/1366*100%);
  margin-right: auto;
}
@media (max-width: 991px) {
  .news-info .box .container2 .content {
    width: 100%;
    margin-right: 0;
    order: -1;
  }
}
.news-info .box .container2 .content .title {
  font-weight: bold;
  line-height: calc(60/50);
  color: #000;
}
.news-info .box .container2 .content .tips {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.28rem;
}
.news-info .box .container2 .content .tips .ts {
  display: flex;
  align-items: center;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  margin-right: 0.45rem;
}
.news-info .box .container2 .content .tips .ts span {
  color: #666;
  font-weight: bold;
  margin-right: 0.15rem;
}
.news-info .box .container2 .content .txt {
  width: 100%;
  margin-top: 0.35rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #666;
  line-height: calc(26/16);
  padding: 0.35rem 0;
  overflow: hidden;
}
.news-info .box .container2 .content .txt tbody,
.news-info .box .container2 .content .txt tr,
.news-info .box .container2 .content .txt td {
  border: 1px solid #666;
}
.news-info .box .container2 .content .ck-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.37rem;
}
@media (max-width: 767px) {
  .news-info .box .container2 .content .ck-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .news-info .box .container2 .content .ck-box .left {
    width: 100%;
  }
}
.news-info .box .container2 .content .ck-box .left a {
  display: flex;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0.12rem;
  transition: all 0.4s;
}
.news-info .box .container2 .content .ck-box .left a:last-child {
  margin-bottom: 0.12rem;
}
.news-info .box .container2 .content .ck-box .left a:hover {
  color: #003894;
}
.news-info .box .container2 .content .ck-box .right {
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .news-info .box .container2 .content .ck-box .right {
    width: 100%;
    justify-content: center;
    margin-top: 0.3rem;
  }
}
.news-info .box .container2 .content .ck-box .right a {
  display: flex;
  align-items: center;
}
.news-info .box .container2 .content .ck-box .right a svg {
  margin-right: 0.1rem;
}
.news-info .box .container2 .content .ck-box .right a svg path {
  fill: #333;
  transition: all 0.4s;
}
.news-info .box .container2 .content .ck-box .right a span {
  line-height: 24px;
  color: #333;
  transition: all 0.4s;
}
.news-info .box .container2 .content .ck-box .right a:hover svg path {
  fill: #003894;
}
.news-info .box .container2 .content .ck-box .right a:hover span {
  color: #003894;
}
.news-info .box .container2 .other {
  width: calc(300/1366*100%);
  position: sticky;
  position: -webkit-sticky;
  top: 1.4rem;
}
@media (max-width: 991px) {
  .news-info .box .container2 .other {
    width: 100%;
    position: relative;
    top: initial;
    margin-top: 0.5rem;
  }
}
.news-info .box .container2 .other .title {
  color: #000;
  line-height: calc(36/26);
  font-weight: bold;
}
.news-info .box .container2 .other ul {
  width: 100%;
  margin-top: 0.24rem;
}
.news-info .box .container2 .other ul li {
  width: 100%;
  margin-bottom: 0.3rem;
}
.news-info .box .container2 .other ul li:last-child {
  margin-bottom: 0;
}
.news-info .box .container2 .other ul li a {
  display: block;
}
.news-info .box .container2 .other ul li a .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.news-info .box .container2 .other ul li a .public-img::before {
  padding-top: calc(150/300*100%);
}
.news-info .box .container2 .other ul li a .t1 {
  line-height: calc(24/18);
  color: #000;
  margin-top: 0.13rem;
  font-weight: bold;
  transition: all 0.4s;
}
.news-info .box .container2 .other ul li a:hover .public-img img {
  transform: scale(1.05);
}
.news-info .box .container2 .other ul li a:hover .t1 {
  color: #003894;
}
.social-share a:before {
  display: none;
}
/* 微信二维码的 */
.social-share .icon-wechat .wechat-qrcode {
  top: 50px !important;
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none;
}
@media (max-width: 992px) {
  .social-share .icon-wechat .wechat-qrcode h4 {
    display: none;
  }
  .social-share .icon-wechat .wechat-qrcode .help {
    display: none;
  }
  .social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 100px;
  }
  .social-share .icon-wechat .wechat-qrcode {
    top: 50px;
    left: -75px !important;
    width: 120px;
    height: initial;
    z-index: 999;
  }
}
.social-share .icon-facebook:hover path {
  fill: #44619D;
  opacity: 1;
}
.social-share .icon-twitter:hover path {
  fill: #55acee;
  opacity: 1;
}
.social-share .icon-weibo:hover path {
  fill: #ff763b;
  opacity: 1;
}
.social-share .icon-wechat:hover path {
  fill: #7bc549;
  opacity: 1;
}
.job {
  width: 100%;
  background: #f5f7f9;
  padding: 1.32rem 0 1.77rem;
}
.job .container {
  max-width: 1400px;
}
.job .container .title {
  font-size: 0.45rem;
  font-weight: bold;
  text-align: center;
  line-height: calc(55/45);
  color: #000;
}
.job .container .list {
  width: 100%;
  margin-top: 0.96rem;
}
.job .container .list ul {
  width: calc(100% + 0.78rem);
  margin: 0 -0.39rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .job .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.job .container .list ul li {
  width: calc(100% / 6 - 0.78rem);
  margin: 0 0.39rem 0.55rem;
}
@media (max-width: 991px) {
  .job .container .list ul li {
    width: calc(100% / 3 - 0.78rem);
  }
}
@media (max-width: 767px) {
  .job .container .list ul li {
    width: 50%;
    margin: 0 auto 0.55rem;
  }
}
.job .container .list ul li .img {
  margin: 0 auto;
  width: 1.76rem;
  height: 1.76rem;
  overflow: hidden;
  border-radius: 50%;
}
.job .container .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job .container .list ul li .txt {
  color: #000;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.55rem;
}
.job .container .deliver {
  width: 100%;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.job .container .deliver .t1 {
  text-align: center;
  color: #000;
  font-weight: bold;
  line-height: calc(34/24);
}
.job .container .deliver .t1 a {
  color: #000;
}
.job .container .deliver .ckbox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.55rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .job .container .deliver .ckbox {
    justify-content: flex-start;
  }
}
.job .container .deliver .ckbox .pub-btn {
  margin: 0 0.33rem 0.2rem;
}
@media (max-width: 767px) {
  .job .container .deliver .ckbox .pub-btn {
    margin: 0 0.2rem 0.3rem;
  }
}
.feedback {
  width: 100%;
  background: #f5f7f9;
  padding: 1.35rem 0 1.4rem;
}
.feedback .container2 .title {
  color: #000;
  font-weight: bold;
  line-height: calc(52/42);
}
.feedback .container2 .form {
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0.11rem 0.36rem 0 rgba(22, 119, 25, 0.04);
  margin-top: 0.56rem;
  padding: 0.53rem 0.6rem 1.16rem;
}
@media (max-width: 767px) {
  .feedback .container2 .form {
    padding: 0.5rem 0.3rem 1rem;
  }
}
.feedback .container2 .form form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feedback .container2 .form form .t1 {
  width: 100%;
  line-height: calc(46/36);
  font-weight: bold;
  color: #0052a4;
}
.feedback .container2 .form form .t2 {
  width: 100%;
  color: #666;
  margin-top: 0.1rem;
  margin-bottom: 0.46rem;
}
.feedback .container2 .form form .item {
  width: calc(466/1480*100%);
  position: relative;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .feedback .container2 .form form .item {
    width: 100%;
  }
}
.feedback .container2 .form form .item .ts {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  color: #666;
  transition: all 0.8s;
}
.feedback .container2 .form form .item .ts span {
  color: #f41f1f;
}
.feedback .container2 .form form .item .ts.on {
  opacity: 0;
  left: -2rem;
}
.feedback .container2 .form form .item .txt {
  width: 100%;
  height: 55px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding-left: 0.1rem;
}
.feedback .container2 .form form .t3 {
  width: 100%;
  height: 2.9rem;
  padding: 0.13rem 0.2rem;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.feedback .container2 .form form .tips {
  width: 100%;
  margin-top: 0.15rem;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
}
.feedback .container2 .form form .tips span {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  border-radius: 1px;
  margin-top: 4px;
  margin-right: 8px;
  cursor: pointer;
}
.feedback .container2 .form form .tips span::after {
  content: '';
  width: 7px;
  height: 4px;
  border-left: 1px solid #0052a4;
  border-bottom: 1px solid #0052a4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
  opacity: 0;
}
.feedback .container2 .form form .tips span.on {
  background: #eee;
}
.feedback .container2 .form form .tips span.on::after {
  opacity: 1;
}
.feedback .container2 .form form .tips a {
  color: #0052a4;
}
.feedback .container2 .form form .cks {
  width: 100%;
  margin-top: 0.56rem;
  display: flex;
}
@media (max-width: 767px) {
  .feedback .container2 .form form .cks {
    justify-content: center;
  }
}
.environment {
  width: 100%;
  background: #f5f7f9;
  padding: 1.34rem 0 1.2rem;
}
.environment .container2 .title {
  color: #999;
  line-height: calc(52/42);
  font-weight: bold;
}
.environment .container2 .list {
  width: 100%;
  margin-top: 0.74rem;
}
.environment .container2 .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .environment .container2 .list ul {
    width: 100%;
    margin: 0;
  }
}
.environment .container2 .list ul li {
  width: calc(50% - 0.4rem);
  margin: 0 0.2rem 0.4rem;
}
@media (max-width: 767px) {
  .environment .container2 .list ul li {
    width: 100%;
    margin: 0 0 0.4rem;
  }
}
.environment .container2 .list ul li a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.environment .container2 .list ul li a .public-img {
  width: 50%;
}
@media (max-width: 1024px) {
  .environment .container2 .list ul li a .public-img {
    width: 100%;
  }
}
.environment .container2 .list ul li a .public-img::before {
  padding-top: calc(414/390*100%);
}
.environment .container2 .list ul li a .tbox {
  width: 50%;
  padding: 0.54rem 0.38rem;
}
@media (max-width: 1024px) {
  .environment .container2 .list ul li a .tbox {
    width: 100%;
  }
}
.environment .container2 .list ul li a .tbox .time {
  color: #999;
}
.environment .container2 .list ul li a .tbox .t1 {
  color: #111;
  line-height: 1.33;
  font-weight: bold;
  margin-top: 0.15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.66em;
}
.environment .container2 .list ul li a .tbox .t2 {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.3rem;
}
@media (max-width: 1024px) {
  .environment .container2 .list ul li a .tbox .t2 {
    margin-top: 0.15rem;
  }
}
.environment .container2 .list ul li a .tbox .more {
  display: flex;
  align-items: center;
  margin-top: 0.9rem;
}
@media (max-width: 1024px) {
  .environment .container2 .list ul li a .tbox .more {
    margin-top: 0.3rem;
  }
}
.environment .container2 .list ul li a .tbox .more span {
  color: #999;
  transition: all 0.4s;
  margin-right: 0.1rem;
}
.environment .container2 .list ul li a .tbox .more i {
  display: flex;
  width: 10px;
  height: 10px;
  justify-content: center;
  align-items: center;
}
.environment .container2 .list ul li a .tbox .more i svg path {
  fill: #999;
  transition: all 0.4s;
}
.environment .container2 .list ul li a:hover .public-img img {
  transform: scale(1.05);
}
.environment .container2 .list ul li a:hover .more span {
  color: #003894;
}
.environment .container2 .list ul li a:hover .more i svg path {
  fill: #003894;
}
.environment .container2 .page-list {
  margin-top: 0.4rem;
}
.brand {
  width: 100%;
  background: rgba(229, 244, 255, 0.3);
}
.brand .Breadcrumbs {
  padding: 0.28rem 0;
  box-shadow: 0 0.11rem 0.32rem 0 rgba(22, 119, 255, 0.05) inset;
}
.brand .box {
  width: 100%;
  padding: 1rem 0 1.96rem;
}
.brand .box .container2 {
  position: relative;
}
.brand .box .container2 .menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
@media (max-width: 991px) {
  .brand .box .container2 .menu {
    position: relative;
  }
}
.brand .box .container2 .menu ul {
  width: 122px;
  border-right: 1px solid rgba(49, 49, 49, 0.1);
  padding: 7px 0 0.45rem;
}
@media (max-width: 991px) {
  .brand .box .container2 .menu ul {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(49, 49, 49, 0.1);
    padding: 0;
    display: flex;
  }
}
.brand .box .container2 .menu ul li {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .brand .box .container2 .menu ul li {
    width: auto;
    margin-bottom: 0;
    margin-right: 0.5rem;
    padding-bottom: 0.2rem;
  }
}
.brand .box .container2 .menu ul li a {
  color: #333;
  transition: all 0.4s;
}
.brand .box .container2 .menu ul li::after {
  content: '';
  height: 16px;
  width: 3px;
  background: #0052a4;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .brand .box .container2 .menu ul li::after {
    width: 16px;
    height: 3px;
    top: calc(100% - 3px);
    right: 50%;
    transform: translate(50%, 0);
  }
}
.brand .box .container2 .menu ul li.on a {
  color: #0052a4;
}
.brand .box .container2 .menu ul li.on::after {
  opacity: 1;
}
.brand .box .container2 .list {
  width: 100%;
}
.brand .box .container2 .list ul {
  width: 100%;
  position: relative;
}
.brand .box .container2 .list ul li {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.brand .box .container2 .list ul li.on {
  position: relative;
  z-index: 3;
  opacity: 1;
  pointer-events: all;
}
.brand .box .container2 .list ul li .top {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.brand .box .container2 .list ul li .top .left {
  width: calc(750/1600*100%);
}
@media (max-width: 991px) {
  .brand .box .container2 .list ul li .top .left {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.brand .box .container2 .list ul li .top .left .ts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.brand .box .container2 .list ul li .top .left .ts .t1 {
  line-height: calc(60/50);
  font-weight: bold;
  color: #000;
}
.brand .box .container2 .list ul li .top .left .ts a {
  display: flex;
  align-items: center;
}
.brand .box .container2 .list ul li .top .left .ts a svg {
  margin-right: 0.1rem;
}
.brand .box .container2 .list ul li .top .left .ts a span {
  color: #003894;
  font-weight: bold;
  border-bottom: 2px solid #003894;
}
.brand .box .container2 .list ul li .top .left .txt {
  color: #666;
  line-height: calc(26/16);
  margin-top: 0.48rem;
}
.brand .box .container2 .list ul li .top .left .shop {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0.4rem;
}
.brand .box .container2 .list ul li .top .left .shop span {
  color: #999;
  margin-right: 0.3rem;
}
.brand .box .container2 .list ul li .top .left .shop a {
  display: flex;
  align-items: center;
  color: #333;
  transition: all 0.4s;
  margin-right: 0.13rem;
}
.brand .box .container2 .list ul li .top .left .shop a img {
  margin-right: 0.1rem;
}
.brand .box .container2 .list ul li .top .left .shop a:hover {
  color: #003894;
}
.brand .box .container2 .list ul li .top .right {
  padding-top: 0.62rem;
  margin-left: 1.65rem;
}
@media (max-width: 991px) {
  .brand .box .container2 .list ul li .top .right {
    margin: 0 auto;
  }
}
.brand .box .container2 .list ul li .top .right .img {
  width: 3.9rem;
  margin: 0 auto;
}
.brand .box .container2 .list ul li .top .right .txt {
  text-align: center;
  color: #333;
  font-weight: bold;
  line-height: calc(34/24);
  margin-top: 0.3rem;
}
.brand .box .container2 .list ul li .down {
  width: 100%;
  margin-top: 1.44rem;
  position: relative;
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .brand .box .container2 .list ul li .down {
    padding: 0;
  }
}
.brand .box .container2 .list ul li .down .swiper-container {
  width: 100%;
  overflow: hidden;
}
.brand .box .container2 .list ul li .down .swiper-container .swiper-slide {
  position: relative;
}
.brand .box .container2 .list ul li .down .swiper-container .swiper-slide .play {
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.brand .box .container2 .list ul li .down .swiper-prev,
.brand .box .container2 .list ul li .down .swiper-next {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  z-index: 2;
}
@media (max-width: 767px) {
  .brand .box .container2 .list ul li .down .swiper-prev,
  .brand .box .container2 .list ul li .down .swiper-next {
    transform: translateY(-70%);
  }
}
.brand .box .container2 .list ul li .down .swiper-prev svg,
.brand .box .container2 .list ul li .down .swiper-next svg {
  width: 0.2rem;
}
.brand .box .container2 .list ul li .down .swiper-prev svg path,
.brand .box .container2 .list ul li .down .swiper-next svg path {
  fill: #333;
  transition: all 0.4s;
}
.brand .box .container2 .list ul li .down .swiper-prev:hover,
.brand .box .container2 .list ul li .down .swiper-next:hover {
  background: #0052a4;
  border: 1px solid #0052a4;
}
.brand .box .container2 .list ul li .down .swiper-prev:hover svg path,
.brand .box .container2 .list ul li .down .swiper-next:hover svg path {
  fill: #fff;
}
.brand .box .container2 .list ul li .down .swiper-prev {
  left: 0;
}
.brand .box .container2 .list ul li .down .swiper-prev svg {
  transform: rotateZ(180deg);
}
.brand .box .container2 .list ul li .down .swiper-next {
  right: 0;
}
.brand .box .container2 .list ul li .down .swiper-pagination {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 0;
  margin-top: 0.4rem;
}
.brand .box .container2 .list ul li .down .swiper-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 4px;
  border-radius: 3px;
  opacity: 1;
  background: rgba(51, 51, 51, 0.3);
  margin: 0 5px;
  transition: all 0.4s;
}
.brand .box .container2 .list ul li .down .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.3rem;
  background: #0052a4;
}
.about {
  width: 100%;
  position: relative;
}
.about .box1 {
  width: 100%;
  padding: 1.36rem 0 1.6rem;
}
.about .box1 .container2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about .box1 .container2 .title {
  color: #000;
  font-weight: bold;
  line-height: calc(56/46);
}
@media (max-width: 991px) {
  .about .box1 .container2 .title {
    width: 100%;
  }
}
.about .box1 .container2 .txt {
  width: calc(925/1600*100%);
  color: #666;
  line-height: calc(22/16);
}
@media (max-width: 991px) {
  .about .box1 .container2 .txt {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.about .box2 {
  width: 100%;
  position: relative;
}
.about .box2 .bg {
  width: 100%;
}
@media (max-width: 991px) {
  .about .box2 .bg {
    height: 50vh;
  }
  .about .box2 .bg img {
    height: 100%;
    object-fit: cover;
  }
}
.about .box2 .bg video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .box2 .container2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about .box2 .container2 .title {
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: calc(60/50);
}
.about .box2 .container2 .play {
  margin: 0.42rem auto 0;
  width: 0.9rem;
  height: 0.9rem;
  cursor: pointer;
}
.about .box3 {
  width: 100%;
  padding: 1.3rem 0 1.3rem;
}
.about .box3 .container2 .top .title {
  color: #000;
  font-weight: bold;
  line-height: calc(56/46);
}
.about .box3 .container2 .top .txt {
  width: 100%;
  color: #666;
  line-height: calc(28/18);
  margin-top: 0.2rem;
}
.about .box3 .container2 .list {
  width: 100%;
  position: relative;
  margin-top: 0.68rem;
}
.about .box3 .container2 .list .swiper-container {
  width: calc(100% + 0.8rem);
  padding: 0.4rem;
  margin: 0 -0.4rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .about .box3 .container2 .list .swiper-container {
    width: 100%;
    margin: 0;
  }
}
.about .box3 .container2 .list .swiper-container .swiper-slide {
  height: auto;
}
.about .box3 .container2 .list .swiper-container .swiper-slide .img {
  width: 100%;
  height: 2.75rem;
  padding: 0.3rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem 0 rgba(128, 124, 125, 0.1);
  background: #fff;
}
@media (max-width: 991px) {
  .about .box3 .container2 .list .swiper-container .swiper-slide .img {
    height: 3.75rem;
  }
}
@media (max-width: 767px) {
  .about .box3 .container2 .list .swiper-container .swiper-slide .img {
    height: 4.5rem;
  }
}
.about .box3 .container2 .list .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .box3 .container2 .list .swiper-container .swiper-slide .txt {
  width: 100%;
  color: #444;
  text-align: center;
  margin-top: 0.45rem;
}
@media (max-width: 1260px) {
  .about .box3 .container2 .list .swiper-container .swiper-slide .txt {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about .box3 .container2 .list .swiper-container .swiper-slide .txt {
    font-size: 14px;
  }
}
.about .box3 .container2 .list .swiper-container .swiper-pagination {
  display: none;
  bottom: 0;
  font-size: 0;
}
@media (max-width: 991px) {
  .about .box3 .container2 .list .swiper-container .swiper-pagination {
    display: block;
  }
}
.about .box3 .container2 .list .box3-mouse {
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: -0.75rem;
  top: -0.75rem;
  transform: scale(0);
  will-change: transform;
  z-index: 1000;
}
.about .box4 {
  width: 100%;
  position: relative;
  padding: 1.36rem 0 0.66rem;
}
.about .box4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about .box4 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .box4 .container2 {
  position: relative;
  z-index: 2;
}
.about .box4 .container2 .top {
  width: 100%;
}
.about .box4 .container2 .top .title {
  color: #fff;
  font-weight: bold;
  line-height: calc(50/46);
}
.about .box4 .container2 .top .txt {
  color: #fff;
  line-height: calc(28/18);
  margin-top: 0.2rem;
}
.about .box4 .container2 .list {
  width: 100%;
  position: relative;
  margin-top: 0.68rem;
}
.about .box4 .container2 .list .swiper-container {
  width: calc(100% + 0.8rem);
  padding: 0.4rem;
  margin: 0 -0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .about .box4 .container2 .list .swiper-container {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .about .box4 .container2 .list .swiper-container {
    width: 100%;
    margin: 0;
  }
}
.about .box4 .container2 .list .swiper-container .swiper-slide {
  height: auto;
}
.about .box4 .container2 .list .swiper-container .swiper-slide .img {
  width: 100%;
  height: 3.8rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem 0 rgba(128, 124, 125, 0.1);
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about .box4 .container2 .list .swiper-container .swiper-slide .img {
    height: 7.8rem;
  }
}
.about .box4 .container2 .list .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .box4 .container2 .list .swiper-container .swiper-slide .txt {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-top: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
@media (max-width: 1260px) {
  .about .box4 .container2 .list .swiper-container .swiper-slide .txt {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about .box4 .container2 .list .swiper-container .swiper-slide .txt {
    font-size: 14px;
  }
}
.about .box4 .container2 .list .swiper-container .swiper-pagination {
  display: none;
  bottom: 0;
  font-size: 0;
}
@media (max-width: 991px) {
  .about .box4 .container2 .list .swiper-container .swiper-pagination {
    display: block;
  }
}
.about .box4 .container2 .list .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.about .box4 .container2 .list .box4-mouse {
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: -0.75rem;
  top: -0.75rem;
  transform: scale(0);
  will-change: transform;
  z-index: 1000;
}
.about .box5 {
  width: 100%;
  padding: 1.33rem 0 0;
  overflow: hidden;
}
.about .box5 .container2 {
  max-width: 1240px;
}
.about .box5 .container2 .title {
  color: #000;
  text-align: center;
  font-weight: bold;
  line-height: calc(56/46);
}
.about .box5 .container2 .list {
  width: 100%;
  margin-top: 0.72rem;
  position: relative;
}
.about .box5 .container2 .list .swiper-container {
  width: 100%;
  overflow: visible;
}
@media (max-width: 991px) {
  .about .box5 .container2 .list .swiper-container {
    padding-bottom: 0.5rem;
  }
}
.about .box5 .container2 .list .swiper-container .swiper-slide {
  width: 100%;
  position: relative;
}
.about .box5 .container2 .list .swiper-container .swiper-slide .img {
  width: 100%;
}
.about .box5 .container2 .list .swiper-container .swiper-slide .img img {
  width: 100%;
}
.about .box5 .container2 .list .swiper-container .swiper-slide .txt {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.5rem 0.2rem 0.34rem;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
@media (max-width: 1260px) {
  .about .box5 .container2 .list .swiper-container .swiper-slide .txt {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .about .box5 .container2 .list .swiper-container .swiper-slide .txt {
    font-size: 16px;
  }
}
.about .box5 .container2 .list .swiper-container .swiper-pagination {
  display: none;
  bottom: 0;
  font-size: 0;
}
@media (max-width: 991px) {
  .about .box5 .container2 .list .swiper-container .swiper-pagination {
    display: block;
  }
}
.about .box5 .container2 .list .x-prev,
.about .box5 .container2 .list .x-next {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #e7e7e7;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1580px) {
  .about .box5 .container2 .list .x-prev,
  .about .box5 .container2 .list .x-next {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .about .box5 .container2 .list .x-prev,
  .about .box5 .container2 .list .x-next {
    width: 0.7rem;
    height: 0.7rem;
    display: none;
  }
}
.about .box5 .container2 .list .x-prev:hover,
.about .box5 .container2 .list .x-next:hover {
  background-color: #0052a4;
  border-color: #0052a4;
}
.about .box5 .container2 .list .x-prev:hover svg path,
.about .box5 .container2 .list .x-next:hover svg path {
  fill: #fff;
}
.about .box5 .container2 .list .x-prev svg,
.about .box5 .container2 .list .x-next svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 1580px) {
  .about .box5 .container2 .list .x-prev svg,
  .about .box5 .container2 .list .x-next svg {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .about .box5 .container2 .list .x-prev svg,
  .about .box5 .container2 .list .x-next svg {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.about .box5 .container2 .list .x-prev svg path,
.about .box5 .container2 .list .x-next svg path {
  fill: #e7e7e7;
  transition: 0.4s ease-in-out;
}
.about .box5 .container2 .list .x-prev svg {
  transform: rotate(180deg);
}
.about .box5 .container2 .list .x-next {
  left: auto;
  right: 0.5rem;
}
.about .box5 .container2 .list .box5-mouse {
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: -0.75rem;
  top: -0.75rem;
  transform: scale(0);
  will-change: transform;
  z-index: 1000;
}
.about .box6 {
  width: 100%;
  padding: 1.33rem 0 1.42rem;
}
.about .box6 .container2 .title {
  color: #000;
  font-weight: bold;
  line-height: calc(56/46);
}
.about .box6 .container2 .list {
  width: 100%;
  margin-top: 0.42rem;
  position: relative;
}
.about .box6 .container2 .list .tbox {
  width: calc(100% / 7 * 2);
  height: 2rem;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #0052a4, #0096da);
  padding: 0.4rem 0.4rem 0.25rem;
}
@media (max-width: 991px) {
  .about .box6 .container2 .list .tbox {
    width: calc(100% / 4 * 2);
  }
}
@media (max-width: 767px) {
  .about .box6 .container2 .list .tbox {
    width: 100%;
    position: relative;
    height: auto;
  }
}
.about .box6 .container2 .list .tbox .t1 {
  color: #fff;
  line-height: calc(30/26);
  font-weight: bold;
}
.about .box6 .container2 .list .tbox .t2 {
  line-height: 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.12rem;
}
.about .box6 .container2 .list .tbox .nums {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  color: #fff;
}
.about .box6 .container2 .list .tbox .nums span {
  font-size: 0.7rem;
  color: #fff;
  font-weight: bold;
  margin-right: 0.1rem;
  line-height: 1;
}
.about .box6 .container2 .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ebebeb;
  border-right: none;
  border-bottom: none;
}
.about .box6 .container2 .list ul li {
  width: calc(100% / 7);
  height: 1rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 991px) {
  .about .box6 .container2 .list ul li {
    width: calc(100% / 4);
  }
}
@media (max-width: 767px) {
  .about .box6 .container2 .list ul li {
    width: 50%;
  }
}
.about .box6 .container2 .list ul li img {
  max-width: 100%;
  max-height: 100%;
}
.history {
  width: 100%;
  background: #f5f7f9;
  padding: 1.34rem 0 1.4rem;
}
.history .container2 .title {
  color: #999;
  font-weight: bold;
  line-height: calc(52/42);
}
.history .container2 .box {
  margin-top: 0.73rem;
  width: 100%;
  background: #fff;
  padding: 0.15rem 0.9rem 0.15rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .history .container2 .box {
    padding: 0.8rem 0.5rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .history .container2 .box {
    padding: 0.5rem 0.3rem;
  }
}
.history .container2 .box .mySwiper2 {
  width: calc(1130/1410*100%);
  position: relative;
}
@media (max-width: 991px) {
  .history .container2 .box .mySwiper2 {
    width: 100%;
  }
}
.history .container2 .box .mySwiper2 .swiper-slide {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.history .container2 .box .mySwiper2 .swiper-slide .public-img {
  width: calc(500/1130*100%);
  border-radius: 0.8rem 0;
}
@media (max-width: 991px) {
  .history .container2 .box .mySwiper2 .swiper-slide .public-img {
    width: 100%;
  }
}
.history .container2 .box .mySwiper2 .swiper-slide .public-img::before {
  padding-top: calc(348/500*100%);
}
@media (max-width: 1580px) {
  .history .container2 .box .mySwiper2 .swiper-slide .public-img::before {
    padding-top: 82%;
  }
}
.history .container2 .box .mySwiper2 .swiper-slide .tbox {
  width: 50%;
  padding-top: 0.55rem;
}
@media (max-width: 991px) {
  .history .container2 .box .mySwiper2 .swiper-slide .tbox {
    width: 100%;
  }
}
.history .container2 .box .mySwiper2 .swiper-slide .tbox .t1 {
  color: #0052a4;
  line-height: 1;
}
.history .container2 .box .mySwiper2 .swiper-slide .tbox .t2 {
  color: #666;
  line-height: 1.33;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 3.99em;
}
@media (max-width: 1024px) {
  .history .container2 .box .mySwiper2 .swiper-slide .tbox .t2 {
    font-size: 20px;
  }
}
.history .container2 .box .mySwiper2 .ckbox {
  position: absolute;
  z-index: 2;
  display: flex;
  left: 0;
  bottom: 0.28rem;
}
@media (max-width: 991px) {
  .history .container2 .box .mySwiper2 .ckbox {
    width: 100%;
    justify-content: center;
    position: relative;
    left: initial;
    bottom: initial;
    margin-top: 0.5rem;
  }
}
.history .container2 .box .mySwiper2 .ckbox .swiper-prev,
.history .container2 .box .mySwiper2 .ckbox .swiper-next {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  transition: all 0.4s;
  z-index: 2;
}
.history .container2 .box .mySwiper2 .ckbox .swiper-prev svg,
.history .container2 .box .mySwiper2 .ckbox .swiper-next svg {
  width: 0.2rem;
}
.history .container2 .box .mySwiper2 .ckbox .swiper-prev svg path,
.history .container2 .box .mySwiper2 .ckbox .swiper-next svg path {
  fill: #333;
  transition: all 0.4s;
}
.history .container2 .box .mySwiper2 .ckbox .swiper-prev:hover,
.history .container2 .box .mySwiper2 .ckbox .swiper-next:hover {
  background: #0052a4;
  border: 1px solid #0052a4;
}
.history .container2 .box .mySwiper2 .ckbox .swiper-prev:hover svg path,
.history .container2 .box .mySwiper2 .ckbox .swiper-next:hover svg path {
  fill: #fff;
}
.history .container2 .box .mySwiper2 .ckbox .swiper-prev {
  margin-right: 0.2rem;
}
.history .container2 .box .mySwiper2 .ckbox .swiper-prev svg {
  transform: rotateZ(180deg);
}
.history .container2 .box .mySwiper {
  width: 120px;
  height: 5rem;
  position: relative;
  padding: 0.7rem 0;
}
@media (max-width: 991px) {
  .history .container2 .box .mySwiper {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 0.5rem;
  }
}
.history .container2 .box .mySwiper::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to top, rgba(49, 49, 49, 0), rgba(49, 49, 49, 0.1) 10%, rgba(49, 49, 49, 0.1) 90%, rgba(49, 49, 49, 0) 100%);
}
@media (max-width: 991px) {
  .history .container2 .box .mySwiper::before {
    width: 100%;
    height: 1px;
    top: initial;
    bottom: 0;
    background: linear-gradient(to left, rgba(49, 49, 49, 0), rgba(49, 49, 49, 0.1) 10%, rgba(49, 49, 49, 0.1) 90%, rgba(49, 49, 49, 0) 100%);
  }
}
.history .container2 .box .mySwiper .swiper-slide {
  height: 30px;
  color: #b2b2b2;
  position: relative;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .history .container2 .box .mySwiper .swiper-slide {
    height: calc(30px + 0.2rem);
    justify-content: center;
    padding-bottom: 0.2rem;
  }
}
.history .container2 .box .mySwiper .swiper-slide-thumb-active {
  color: #0052a4;
}
.history .container2 .box .mySwiper .swiper-slide-thumb-active::after {
  content: '';
  width: 3px;
  height: 16px;
  background: #0052a4;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .history .container2 .box .mySwiper .swiper-slide-thumb-active::after {
    width: 16px;
    height: 3px;
    right: 50%;
    top: initial;
    bottom: 0;
    transform: translate(50%, 0);
  }
}
.culture {
  width: 100%;
  background: #f5f7f9;
  padding: 1.4rem 0 1.3rem;
}
.culture .container2 .box1 {
  width: 100%;
}
.culture .container2 .box1 ul li {
  width: 100%;
  display: flex;
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  flex-direction: row-reverse;
  margin-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .culture .container2 .box1 ul li {
    flex-wrap: wrap;
  }
}
.culture .container2 .box1 ul li:last-child {
  margin-bottom: 0;
}
.culture .container2 .box1 ul li:nth-child(2n) {
  flex-direction: row;
}
.culture .container2 .box1 ul li:nth-child(2n) .public-img::after {
  left: initial;
  right: -1px;
  transform: rotateY(180deg);
}
.culture .container2 .box1 ul li:nth-child(2n) .tbox {
  padding: 1.7rem 0.76rem 0 0.3rem;
}
@media (max-width: 991px) {
  .culture .container2 .box1 ul li:nth-child(2n) .tbox {
    padding: 1rem 0.3rem;
  }
}
.culture .container2 .box1 ul li .public-img {
  width: calc(918/1600*100%);
}
@media (max-width: 991px) {
  .culture .container2 .box1 ul li .public-img {
    width: 100%;
  }
}
.culture .container2 .box1 ul li .public-img::before {
  padding-top: calc(600/918*100%);
}
.culture .container2 .box1 ul li .public-img::after {
  content: '';
  width: 2.57rem;
  height: 101%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/culture-list-bg.png) top left no-repeat;
  background-size: 100% 100%;
}
.culture .container2 .box1 ul li .tbox {
  width: calc(682/1600*100%);
  padding: 1.7rem 0.3rem 0 0.78rem;
}
@media (max-width: 991px) {
  .culture .container2 .box1 ul li .tbox {
    width: 100%;
    padding: 1rem 0.3rem;
  }
}
.culture .container2 .box1 ul li .tbox .t1 {
  color: #0052a4;
}
.culture .container2 .box1 ul li .tbox .t2 {
  line-height: calc(50/46);
  color: #000;
  font-weight: bold;
  margin-top: 0.2rem;
}
.culture .container2 .box2 {
  width: 100%;
  margin-top: 1.35rem;
}
.culture .container2 .box2 .title {
  color: #000;
  text-align: center;
  font-weight: bold;
  line-height: calc(56/46);
}
.culture .container2 .box2 .menu {
  width: 100%;
  margin-top: 0.33rem;
}
.culture .container2 .box2 .menu ul {
  display: flex;
  justify-content: center;
}
.culture .container2 .box2 .menu ul li {
  width: 160px;
  height: 55px;
  margin: 0 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  background: #fff;
  border-radius: 27px;
  cursor: pointer;
}
.culture .container2 .box2 .menu ul li span {
  color: #666;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .culture .container2 .box2 .menu ul li span {
    font-size: 12px;
  }
}
.culture .container2 .box2 .menu ul li:hover {
  background: #0052a4;
}
.culture .container2 .box2 .menu ul li:hover span {
  color: #fff;
}
.culture .container2 .box2 .menu ul li.on {
  background: #0052a4;
}
.culture .container2 .box2 .menu ul li.on span {
  color: #fff;
}
.culture .container2 .box2 .list {
  width: 100%;
  margin-top: 0.6rem;
}
.culture .container2 .box2 .list ul {
  width: 100%;
  display: flex;
}
.culture .container2 .box2 .list ul li {
  display: none;
  justify-content: space-between;
}
.culture .container2 .box2 .list ul li.on {
  display: flex;
  flex-wrap: wrap;
}
.culture .container2 .box2 .list ul li .item {
  width: calc(190/1600*100%);
  height: 5.23rem;
  border-radius: 0.1rem;
  background: #a6caed;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}
.culture .container2 .box2 .list ul li .item:nth-child(2n) {
  background: #bbd4ed;
}
@media (max-width: 767px) {
  .culture .container2 .box2 .list ul li .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.culture .container2 .box2 .list ul li .item.on {
  width: calc(760/1600*100%);
}
@media (max-width: 767px) {
  .culture .container2 .box2 .list ul li .item.on {
    width: 100%;
  }
}
.culture .container2 .box2 .list ul li .item.on .img {
  opacity: 1;
}
.culture .container2 .box2 .list ul li .item.on .tbox {
  padding: 1.05rem 0.6rem 0;
}
@media (max-width: 1580px) {
  .culture .container2 .box2 .list ul li .item.on .tbox {
    padding: 1.05rem 0.8rem 0;
  }
}
@media (max-width: 1366px) {
  .culture .container2 .box2 .list ul li .item.on .tbox {
    padding: 1.05rem 0.7rem 0;
  }
}
@media (max-width: 1024px) {
  .culture .container2 .box2 .list ul li .item.on .tbox {
    padding: 1.05rem 0.5rem 0;
  }
}
.culture .container2 .box2 .list ul li .item.on .tbox .t1 {
  font-size: 0.4rem;
  line-height: 0.46rem;
}
.culture .container2 .box2 .list ul li .item.on .tbox .t2 {
  opacity: 1;
}
.culture .container2 .box2 .list ul li .item.on .tbox .icon {
  opacity: 0;
}
.culture .container2 .box2 .list ul li .item .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 767px) {
  .culture .container2 .box2 .list ul li .item .img {
    opacity: 1;
  }
}
.culture .container2 .box2 .list ul li .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture .container2 .box2 .list ul li .item .tbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.26rem 0.6rem 0;
}
@media (max-width: 991px) {
  .culture .container2 .box2 .list ul li .item .tbox {
    padding: 1.26rem 0.45rem 0;
  }
}
@media (max-width: 767px) {
  .culture .container2 .box2 .list ul li .item .tbox {
    padding: 1.05rem 0.6rem 0;
  }
}
.culture .container2 .box2 .list ul li .item .tbox .t1 {
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .culture .container2 .box2 .list ul li .item .tbox .t1 {
    font-size: 0.4rem;
    line-height: 0.46rem;
  }
}
.culture .container2 .box2 .list ul li .item .tbox .t2 {
  max-width: 350px;
  color: rgba(255, 255, 255, 0.7);
  line-height: calc(28/16);
  margin-top: 0.2rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .culture .container2 .box2 .list ul li .item .tbox .t2 {
    opacity: 1;
  }
}
.culture .container2 .box2 .list ul li .item .tbox .icon {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.43rem;
}
@media (max-width: 767px) {
  .culture .container2 .box2 .list ul li .item .tbox .icon {
    opacity: 0;
  }
}
.development {
  width: 100%;
}
.development .box1 {
  width: 100%;
  padding: 1.3rem 0 1.1rem;
  position: relative;
  overflow: hidden;
  background: url(../images/development-box1-bg.png) center bottom no-repeat;
  background-size: 100%;
}
.development .box1 .container2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.development .box1 .container2 .map {
  position: relative;
  width: calc(815/1600*100%);
}
@media (max-width: 991px) {
  .development .box1 .container2 .map {
    width: 100%;
  }
}
.development .box1 .container2 .map .img {
  width: 100%;
}
.development .box1 .container2 .map .img img {
  width: 100%;
}
.development .box1 .container2 .map .dian {
  width: 0.16rem;
  height: 0.21rem;
  position: absolute;
  z-index: 2;
}
.development .box1 .container2 .map .dian img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: dian 1.5s infinite linear;
}
.development .box1 .container2 .map .dian1 {
  left: calc(176/815*100%);
  top: calc(197/625*100%);
}
.development .box1 .container2 .map .dian2 {
  left: calc(152/815*100%);
  top: calc(337/625*100%);
}
.development .box1 .container2 .map .dian3 {
  left: calc(297/815*100%);
  top: calc(216/625*100%);
}
.development .box1 .container2 .map .dian4 {
  left: calc(277/815*100%);
  top: calc(293/625*100%);
}
.development .box1 .container2 .map .dian5 {
  left: calc(337/815*100%);
  top: calc(487/625*100%);
}
.development .box1 .container2 .map .dian6 {
  left: calc(360/815*100%);
  top: calc(384/625*100%);
}
.development .box1 .container2 .map .dian7 {
  left: calc(393/815*100%);
  top: calc(317/625*100%);
}
.development .box1 .container2 .map .dian8 {
  left: calc(415/815*100%);
  top: calc(273/625*100%);
}
.development .box1 .container2 .map .dian9 {
  left: calc(445/815*100%);
  top: calc(218/625*100%);
}
.development .box1 .container2 .map .dian10 {
  left: calc(423/815*100%);
  top: calc(455/625*100%);
}
.development .box1 .container2 .map .dian11 {
  left: calc(444/815*100%);
  top: calc(337/625*100%);
}
.development .box1 .container2 .map .dian12 {
  left: calc(453/815*100%);
  top: calc(507/625*100%);
}
.development .box1 .container2 .map .dian13 {
  left: calc(493/815*100%);
  top: calc(439/625*100%);
}
.development .box1 .container2 .map .dian14 {
  left: calc(495/815*100%);
  top: calc(387/625*100%);
}
.development .box1 .container2 .map .dian15 {
  left: calc(495/815*100%);
  top: calc(272/625*100%);
}
.development .box1 .container2 .map .dian16 {
  left: calc(518/815*100%);
  top: calc(511/625*100%);
}
.development .box1 .container2 .map .dian17 {
  left: calc(513/815*100%);
  top: calc(337/625*100%);
}
.development .box1 .container2 .map .dian18 {
  left: calc(548/815*100%);
  top: calc(439/625*100%);
}
.development .box1 .container2 .map .dian19 {
  left: calc(538/815*100%);
  top: calc(258/625*100%);
}
.development .box1 .container2 .map .dian20 {
  left: calc(548/815*100%);
  top: calc(218/625*100%);
}
.development .box1 .container2 .map .dian21 {
  left: calc(558/815*100%);
  top: calc(239/625*100%);
}
.development .box1 .container2 .map .dian22 {
  left: calc(566/815*100%);
  top: calc(370/625*100%);
}
.development .box1 .container2 .map .dian23 {
  left: calc(569/815*100%);
  top: calc(286/625*100%);
}
.development .box1 .container2 .map .dian24 {
  left: calc(585/815*100%);
  top: calc(467/625*100%);
}
.development .box1 .container2 .map .dian25 {
  left: calc(594/815*100%);
  top: calc(337/625*100%);
}
.development .box1 .container2 .map .dian26 {
  left: calc(607/815*100%);
  top: calc(408/625*100%);
}
.development .box1 .container2 .map .dian27 {
  left: calc(625/815*100%);
  top: calc(370/625*100%);
}
.development .box1 .container2 .map .dian28 {
  left: calc(636/815*100%);
  top: calc(495/625*100%);
}
.development .box1 .container2 .map .dian29 {
  left: calc(628/815*100%);
  top: calc(194/625*100%);
}
.development .box1 .container2 .map .dian30 {
  left: calc(665/815*100%);
  top: calc(161/625*100%);
}
.development .box1 .container2 .map .dian31 {
  left: calc(681/815*100%);
  top: calc(99/625*100%);
}
.development .box1 .container2 .map .quan {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-28%, -33%) scale(0.5);
  transform-origin: 52.7% 71%;
  width: calc(950/815*100%);
  animation: bianda 5s infinite linear;
}
.development .box1 .container2 .tbox {
  width: calc(600/1600*100%);
  padding-top: 1.32rem;
}
@media (max-width: 991px) {
  .development .box1 .container2 .tbox {
    width: 100%;
  }
}
.development .box1 .container2 .tbox .t1 {
  color: #000;
  font-weight: bold;
  line-height: calc(50/46);
}
.development .box1 .container2 .tbox .t2 {
  color: #666;
  line-height: 28/18;
  margin-top: 0.2rem;
}
.development .box1 .container2 .tbox .nums {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.66rem;
}
.development .box1 .container2 .tbox .nums .num {
  margin-right: 0.78rem;
}
.development .box1 .container2 .tbox .nums .num:last-child {
  margin-right: 0;
}
.development .box1 .container2 .tbox .nums .num .ts1 {
  display: flex;
  align-items: flex-start;
  line-height: 2.2;
}
.development .box1 .container2 .tbox .nums .num .ts1 span {
  line-height: 1;
  color: #0052a4;
  font-weight: bold;
}
.development .box1 .container2 .tbox .nums .num .ts2 {
  color: #333;
  margin-top: 0.1rem;
}
.development .box2 {
  width: 100%;
  padding: 1.4rem 0;
  background: #f5f7f9;
  position: relative;
}
.development .box2 .container2 ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 1rem;
}
.development .box2 .container2 ul li:nth-child(2n) {
  flex-direction: row;
}
.development .box2 .container2 ul li:last-child {
  margin-bottom: 0;
}
.development .box2 .container2 ul li .public-img {
  width: 50%;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .development .box2 .container2 ul li .public-img {
    width: 100%;
  }
}
.development .box2 .container2 ul li .public-img::before {
  padding-top: calc(720/800*100%);
}
.development .box2 .container2 ul li .tbox {
  width: calc(625/1600*100%);
}
@media (max-width: 991px) {
  .development .box2 .container2 ul li .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.development .box2 .container2 ul li .tbox .t1 {
  line-height: calc(50/46);
  font-weight: bold;
  color: #000;
}
.development .box2 .container2 ul li .tbox .t2 {
  color: #666;
  line-height: calc(28/18);
  margin-top: 0.3rem;
}
@keyframes bianda {
  from {
    transform: translate(-30%, -35%) scale(0.5);
  }
  to {
    transform: translate(-30%, -35%) scale(1);
  }
}
@keyframes dian {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.talent {
  width: 100%;
}
.talent .box1 {
  width: 100%;
  background: #f5f7f9;
  padding: 1.33rem 0 1.4rem;
}
.talent .box1 .container2 .title {
  line-height: calc(50/46);
  text-align: center;
  font-weight: bold;
  color: #000;
}
.talent .box1 .container2 .box {
  width: 100%;
  position: relative;
  margin-top: 0.54rem;
}
.talent .box1 .container2 .box .img {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.talent .box1 .container2 .box .txt {
  position: absolute;
  top: 2.2rem;
  left: 1.45rem;
  z-index: 2;
  color: #fff;
  line-height: calc(36/22);
}
@media (max-width: 991px) {
  .talent .box1 .container2 .box .txt {
    top: 1rem;
  }
}
@media (max-width: 767px) {
  .talent .box1 .container2 .box .txt {
    position: relative;
    left: initial;
    top: initial;
    color: #000;
    margin-top: 0.5rem;
  }
}
.talent .box1 .container2 .box .txt::before {
  content: '';
  width: 0.42rem;
  height: 0.33rem;
  position: absolute;
  background: url(../images/talent-box1-icon.png) center center no-repeat;
  background-size: contain;
  left: -0.68rem;
  top: -0.23rem;
}
.talent .box1 .container2 .box .txt::after {
  content: '';
  width: 0.42rem;
  height: 0.33rem;
  position: absolute;
  background: url(../images/talent-box1-icon.png) center center no-repeat;
  background-size: contain;
  bottom: -0.23rem;
  transform: rotateZ(180deg);
  margin-left: 1.45rem;
}
.talent .box2 {
  width: 100%;
  padding: 0.95rem 0 0.68rem;
}
.talent .box2 .container2 .top .title {
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: calc(50/46);
}
.talent .box2 .container2 .top .txt {
  color: #666;
  text-align: center;
  line-height: calc(28/18);
  margin-top: 0.2rem;
}
.talent .box2 .container2 .list {
  width: 100%;
  margin-top: 0.84rem;
  padding: 0 1rem;
}
@media (max-width: 1260px) {
  .talent .box2 .container2 .list {
    padding: 0;
  }
}
.talent .box2 .container2 .list ul {
  width: calc(100% + 1.26rem);
  margin: 0 -0.63rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1260px) {
  .talent .box2 .container2 .list ul {
    width: 100%;
    margin: 0;
  }
}
.talent .box2 .container2 .list ul li {
  width: calc(20% - 1.26rem);
  margin: 0 0.63rem 0.6rem;
}
@media (max-width: 1260px) {
  .talent .box2 .container2 .list ul li {
    width: 20%;
    margin: 0 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .talent .box2 .container2 .list ul li {
    width: 33.33%;
  }
}
.talent .box2 .container2 .list ul li .ts {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  border-radius: 50%;
  padding-top: 0.3rem;
  margin: 0 auto;
}
.talent .box2 .container2 .list ul li .ts.bg1 {
  background: #fef2f2;
}
.talent .box2 .container2 .list ul li .ts.bg2 {
  background: #e9f7fc;
}
.talent .box2 .container2 .list ul li .ts.bg3 {
  background: #fff4e6;
}
.talent .box2 .container2 .list ul li .ts.bg4 {
  background: #ecfbe8;
}
.talent .box2 .container2 .list ul li .ts.bg5 {
  background: #e5f8fd;
}
.talent .box2 .container2 .list ul li .ts.bg6 {
  background: #eef0fc;
}
.talent .box2 .container2 .list ul li .ts.bg7 {
  background: #fbe7fc;
}
.talent .box2 .container2 .list ul li .ts .icon {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto;
}
.talent .box2 .container2 .list ul li .ts .txt {
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 1260px) {
  .talent .box2 .container2 .list ul li .ts .txt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .talent .box2 .container2 .list ul li .ts .txt {
    font-size: 14px;
  }
}
.talent .box3 {
  width: 100%;
  padding: 1.37rem 0 1.4rem;
  overflow: hidden;
  position: relative;
  background: #f5f7f9;
}
.talent .box3 .container2 .title {
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: calc(50/46);
}
.talent .box3 .container2 .list {
  width: 100%;
  margin-top: 0.56rem;
  position: relative;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .talent .box3 .container2 .list {
    padding-right: 0;
  }
}
.talent .box3 .container2 .list .swiper-container {
  overflow: visible;
  padding-bottom: 0.9rem;
  height: 7.28rem;
}
@media (max-width: 767px) {
  .talent .box3 .container2 .list .swiper-container {
    overflow: hidden;
  }
}
.talent .box3 .container2 .list .swiper-container .swiper-wrapper {
  align-items: flex-start;
}
.talent .box3 .container2 .list .swiper-container .swiper-slide {
  width: 6rem;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .talent .box3 .container2 .list .swiper-container .swiper-slide {
    width: 100%;
  }
}
.talent .box3 .container2 .list .swiper-container .swiper-slide img {
  width: 100%;
}
.talent .box3 .container2 .list .swiper-container .swiper-slide-active {
  width: 8.8rem;
}
@media (max-width: 767px) {
  .talent .box3 .container2 .list .swiper-container .swiper-slide-active {
    width: 100%;
  }
}
.talent .box3 .container2 .list .swiper-container .swiper-pagination {
  top: initial;
  bottom: 0;
}
.talent .box3 .container2 .list .num {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  color: #999;
  line-height: 1;
}
.talent .box3 .container2 .list .num .s1 {
  color: #0052a4;
  margin-right: 0.15rem;
  font-weight: bold;
}
.talent .box3 .container2 .list .num .s2 {
  margin-left: 0.15rem;
}
.talent .box3 .container2 .list .ckbox {
  position: absolute;
  display: flex;
  right: 1rem;
  bottom: 0.9rem;
  z-index: 2;
}
@media (max-width: 991px) {
  .talent .box3 .container2 .list .ckbox {
    right: 0;
  }
}
.talent .box3 .container2 .list .ckbox .swiper-prev,
.talent .box3 .container2 .list .ckbox .swiper-next {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  transition: all 0.4s;
}
.talent .box3 .container2 .list .ckbox .swiper-prev svg,
.talent .box3 .container2 .list .ckbox .swiper-next svg {
  width: 0.3rem;
}
.talent .box3 .container2 .list .ckbox .swiper-prev svg path,
.talent .box3 .container2 .list .ckbox .swiper-next svg path {
  fill: #333;
  transition: all 0.4s;
}
.talent .box3 .container2 .list .ckbox .swiper-prev:hover,
.talent .box3 .container2 .list .ckbox .swiper-next:hover {
  background: #0052a4;
  border: 1px solid #0052a4;
}
.talent .box3 .container2 .list .ckbox .swiper-prev:hover svg path,
.talent .box3 .container2 .list .ckbox .swiper-next:hover svg path {
  fill: #fff;
}
.talent .box3 .container2 .list .ckbox .swiper-prev {
  margin-right: 0.2rem;
}
.talent .box3 .container2 .list .ckbox .swiper-prev svg {
  transform: rotateZ(180deg);
}
.safety-guarantee {
  width: 100%;
  padding: 1.36rem 0;
  overflow: hidden;
}
.safety-guarantee .container2 .top {
  width: 100%;
}
.safety-guarantee .container2 .top .title {
  color: #000;
  font-weight: bold;
  line-height: calc(50/46);
}
.safety-guarantee .container2 .top .txt {
  width: 570px;
  max-width: 100%;
  line-height: calc(26/18);
  color: #666;
  margin-top: 0.2rem;
}
.safety-guarantee .container2 .list {
  width: 100%;
  margin-top: 0.56rem;
}
.safety-guarantee .container2 .list .swiper-container {
  overflow: visible;
  cursor: pointer;
}
@media (max-width: 991px) {
  .safety-guarantee .container2 .list .swiper-container {
    overflow: hidden;
    padding-bottom: 0.5rem;
  }
}
.safety-guarantee .container2 .list .swiper-container .swiper-slide {
  height: auto;
}
.safety-guarantee .container2 .list .swiper-container .swiper-slide .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.safety-guarantee .container2 .list .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(560/480*100%);
}
.safety-guarantee .container2 .list .swiper-container .swiper-slide .txt {
  line-height: 1.5;
  margin-top: 0.25rem;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.safety-guarantee .container2 .list .swiper-container .swiper-pagination {
  display: none;
  bottom: 0;
  font-size: 0;
}
@media (max-width: 991px) {
  .safety-guarantee .container2 .list .swiper-container .swiper-pagination {
    display: block;
  }
}
.safety-guarantee .container2 .list .box-mouse {
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: -0.75rem;
  top: -0.75rem;
  transform: scale(0);
  will-change: transform;
  z-index: 1000;
}
.innovative {
  width: 100%;
  padding: 1.34rem 0 1.4rem;
  background: #f5f7f9;
}
.innovative .container2 .title {
  line-height: calc(52/42);
  color: #000;
  font-weight: bold;
}
.innovative .container2 .list {
  width: 100%;
  margin-top: 0.94rem;
}
.innovative .container2 .list ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
.innovative .container2 .list ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
.innovative .container2 .list ul li:last-child {
  margin-bottom: 0;
}
.innovative .container2 .list ul li .public-img {
  width: calc(862/1600*100%);
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .innovative .container2 .list ul li .public-img {
    width: 100%;
  }
}
.innovative .container2 .list ul li .public-img::before {
  padding-top: calc(700/706*100%);
}
.innovative .container2 .list ul li .tbox {
  width: calc(706/1600*100%);
  background: #fff;
  border-radius: 0.1rem;
  padding: 1.34rem 1.6rem 0 1rem;
}
@media (max-width: 991px) {
  .innovative .container2 .list ul li .tbox {
    width: 100%;
    padding: 0.5rem 0.3rem;
    margin-top: 0.3rem;
  }
}
.innovative .container2 .list ul li .tbox .t1 {
  line-height: calc(54/46);
  color: #000;
  font-weight: bold;
}
.innovative .container2 .list ul li .tbox .t2 {
  color: #666;
  line-height: calc(26/16);
  margin-top: 1.9rem;
}
@media (max-width: 991px) {
  .innovative .container2 .list ul li .tbox .t2 {
    margin-top: 0.3rem;
  }
}
.innovative .container2 .box2 {
  width: 100%;
  margin-top: 0.36rem;
  position: relative;
}
.innovative .container2 .box2 .bg {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.innovative .container2 .box2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innovative .container2 .box2 .box {
  position: relative;
  z-index: 2;
  padding: 1.12rem 0.3rem 0.66rem;
}
.innovative .container2 .box2 .box .top .t1 {
  color: #000;
  text-align: center;
  font-weight: bold;
  line-height: calc(56/46);
}
.innovative .container2 .box2 .box .top .t2 {
  width: 880px;
  max-width: 100%;
  margin: 0.2rem auto 0;
  color: #666;
  line-height: calc(26/16);
  text-align: center;
}
.innovative .container2 .box2 .box .img {
  width: 100%;
  margin-top: 0.94rem;
  display: flex;
  justify-content: center;
}
.quality {
  width: 100%;
}
.quality .box1 {
  width: 100%;
  background: #f5f7f9;
  padding: 1.31rem 0 0;
}
.quality .box1 .container2 .title {
  color: #000;
  font-weight: bold;
  line-height: calc(56/46);
}
.quality .box1 .container2 .list {
  width: 100%;
  margin-top: 0.55rem;
}
.quality .box1 .container2 .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .quality .box1 .container2 .list ul {
    width: 100%;
    margin: 0;
  }
}
.quality .box1 .container2 .list ul li {
  width: calc(25% - 0.3rem);
  margin: 0 0.15rem;
  background: #fff;
  padding: 0.4rem 0.3rem;
  border-radius: 0.1rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .quality .box1 .container2 .list ul li {
    width: calc(50% - 0.3rem);
    margin: 0 0.15rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .quality .box1 .container2 .list ul li {
    width: 100%;
    margin: 0 0 0.3rem;
  }
}
.quality .box1 .container2 .list ul li .public-img {
  width: 100%;
}
.quality .box1 .container2 .list ul li .public-img::before {
  padding-top: calc(215/302*100%);
}
.quality .box1 .container2 .list ul li .tbox {
  width: 100%;
  margin-top: 0.38rem;
}
.quality .box1 .container2 .list ul li .tbox .t1 {
  color: #111;
  font-weight: bold;
  line-height: calc(32/22);
  text-align: center;
}
.quality .box1 .container2 .list ul li .tbox .t2 {
  color: #999;
  margin-top: 5px;
}
.quality .box2 {
  width: 100%;
  background: #f5f7f9;
  padding: 1.32rem 0 1.48rem;
}
.quality .box2 .container2 .title {
  color: #000;
  font-weight: bold;
  line-height: calc(56/46);
}
.quality .box2 .container2 .list {
  width: 100%;
  margin-top: 0.52rem;
}
.quality .box2 .container2 .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .quality .box2 .container2 .list ul {
    flex-wrap: wrap;
  }
}
.quality .box2 .container2 .list ul li {
  width: calc(385/1600*100%);
  position: relative;
  transition: all 0.8s;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .quality .box2 .container2 .list ul li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.quality .box2 .container2 .list ul li.on {
  width: calc(770/1600*100%);
}
@media (max-width: 767px) {
  .quality .box2 .container2 .list ul li.on {
    width: 100%;
  }
}
.quality .box2 .container2 .list ul li.on .tbox .t2 {
  display: block;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
  overflow: initial;
}
.quality .box2 .container2 .list ul li .img {
  width: 100%;
  height: 7rem;
}
.quality .box2 .container2 .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quality .box2 .container2 .list ul li .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.56rem 0.4rem 0.56rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.quality .box2 .container2 .list ul li .tbox .t1 {
  line-height: calc(44/34);
  color: #fff;
  font-weight: bold;
}
.quality .box2 .container2 .list ul li .tbox .t2 {
  margin-top: 0.2rem;
  width: 540px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 767px) {
  .quality .box2 .container2 .list ul li .tbox .t2 {
    display: block;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
    overflow: initial;
  }
}
.quality .box3 {
  width: 100%;
  overflow: hidden;
  padding: 1.26rem 0 1.6rem;
}
.quality .box3 .container2 .title {
  text-align: center;
  color: #000;
  font-weight: bold;
  line-height: calc(56/46);
}
.quality .box3 .container2 .list {
  width: 1240px;
  max-width: 100%;
  margin: 0.73rem auto 0;
}
.quality .box3 .container2 .list .swiper-container {
  overflow: visible;
  cursor: pointer;
}
@media (max-width: 991px) {
  .quality .box3 .container2 .list .swiper-container {
    overflow: hidden;
    padding-bottom: 0.5rem;
  }
}
.quality .box3 .container2 .list .swiper-container .swiper-slide {
  height: auto;
  position: relative;
}
.quality .box3 .container2 .list .swiper-container .swiper-slide .img {
  width: 100%;
}
.quality .box3 .container2 .list .swiper-container .swiper-slide .img img {
  width: 100%;
}
.quality .box3 .container2 .list .swiper-container .swiper-slide .txt {
  width: 100%;
  min-height: 2rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 0.3rem 0.34rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.quality .box3 .container2 .list .swiper-container .swiper-pagination {
  display: none;
  bottom: 0;
  font-size: 0;
}
@media (max-width: 991px) {
  .quality .box3 .container2 .list .swiper-container .swiper-pagination {
    display: block;
  }
}
.quality .box3 .container2 .list .box-mouse {
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: -0.75rem;
  top: -0.75rem;
  transform: scale(0);
  will-change: transform;
  z-index: 1000;
}
.production {
  width: 100%;
  background: #f5f7f9;
  padding: 1.34rem 0 1.4rem;
  position: relative;
  z-index: 2;
}
.production .container2 .title {
  color: #000;
  font-weight: bold;
  line-height: calc(52/42);
}
.production .container2 .box {
  width: 100%;
  margin-top: 0.97rem;
}
.production .container2 .box .menu {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.production .container2 .box .menu ul {
  display: flex;
}
.production .container2 .box .menu ul li {
  margin-right: 1rem;
  border-bottom: 3px solid transparent;
  transition: all 0.4s;
  color: #111;
  font-weight: bold;
  line-height: calc(38/28);
  padding: 0.14rem 0;
  cursor: pointer;
}
.production .container2 .box .menu ul li:hover {
  color: #0052a4;
}
.production .container2 .box .menu ul li.on {
  color: #0052a4;
  border-bottom: 3px solid #0052a4;
}
.production .container2 .box .list {
  width: 100%;
  margin-top: 0.35rem;
}
.production .container2 .box .list ul {
  width: 100%;
}
.production .container2 .box .list ul li {
  width: 100%;
  display: none;
}
.production .container2 .box .list ul li.on {
  display: block;
}
.production .container2 .box .list ul li .txt {
  width: 1100px;
  max-width: 100%;
  line-height: calc(30/18);
  color: #666;
}
.production .container2 .box .list ul li .boxs {
  width: 100%;
  margin-top: 0.63rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .production .container2 .box .list ul li .boxs {
    flex-wrap: wrap;
  }
}
.production .container2 .box .list ul li .boxs .item {
  width: calc(385/1600*100%);
  position: relative;
  transition: all 0.8s;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-right: 0.3rem;
}
.production .container2 .box .list ul li .boxs .item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .production .container2 .box .list ul li .boxs .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
}
.production .container2 .box .list ul li .boxs .item.on {
  width: calc(770/1600*100%);
}
@media (max-width: 767px) {
  .production .container2 .box .list ul li .boxs .item.on {
    width: 100%;
  }
}
.production .container2 .box .list ul li .boxs .item.on .tbox .t2 {
  max-width: 80%;
}
.production .container2 .box .list ul li .boxs .item.on .tbox .more {
  opacity: 1;
}
.production .container2 .box .list ul li .boxs .item .img {
  width: 100%;
  height: 7rem;
}
.production .container2 .box .list ul li .boxs .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.production .container2 .box .list ul li .boxs .item .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.56rem 0.4rem 0.56rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.production .container2 .box .list ul li .boxs .item .tbox .t1 {
  line-height: calc(44/34);
  color: #fff;
  font-weight: bold;
}
.production .container2 .box .list ul li .boxs .item .tbox .t2 {
  margin-top: 0.2rem;
  width: 440px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 767px) {
  .production .container2 .box .list ul li .boxs .item .tbox .t2 {
    max-width: 80%;
  }
}
.production .container2 .box .list ul li .boxs .item .tbox .more {
  position: absolute;
  right: 0.7rem;
  bottom: 0.8rem;
  cursor: pointer;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 1260px) {
  .production .container2 .box .list ul li .boxs .item .tbox .more {
    right: 0.5rem;
  }
}
@media (max-width: 991px) {
  .production .container2 .box .list ul li .boxs .item .tbox .more {
    right: 0.3rem;
  }
}
@media (max-width: 767px) {
  .production .container2 .box .list ul li .boxs .item .tbox .more {
    opacity: 1;
    bottom: 0.6rem;
  }
}
.production .container2 .box .list ul li .boxs .item .tbox .more img,
.production .container2 .box .list ul li .boxs .item .tbox .more svg {
  width: 0.18rem;
  height: 0.18rem;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .production .container2 .box .list ul li .boxs .item .tbox .more img,
  .production .container2 .box .list ul li .boxs .item .tbox .more svg {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.production .container2 .box .list ul li .boxs .item .tbox .more img path,
.production .container2 .box .list ul li .boxs .item .tbox .more svg path {
  fill: #fff;
}
.production .container2 .box .list ul li .boxs .item .tbox .more span {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  display: block;
  margin-top: 8px;
}
.production-img-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -99;
  pointer-events: none;
  opacity: 0;
}
.production-img-pop.on {
  z-index: 99;
  pointer-events: all;
  opacity: 1;
}
.production-img-pop .box {
  width: 945px;
  max-width: 80%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.23rem;
  z-index: 2;
}
.production-img-pop .box .close {
  width: 0.48rem;
  height: 0.48rem;
  position: absolute;
  right: -0.58rem;
  top: -0.47rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.production-img-pop .box .close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.production-img-pop .box .swiper-container {
  width: 100%;
}
.production-img-pop .box .swiper-container .swiper-slide {
  width: 100%;
}
.production-img-pop .box .swiper-container .swiper-slide .public-img {
  width: 100%;
}
.production-img-pop .box .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(673/897*100%);
}
.production-img-pop .box .swiper-prev,
.production-img-pop .box .swiper-next {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.production-img-pop .box .swiper-prev svg,
.production-img-pop .box .swiper-next svg {
  width: 40%;
}
.production-img-pop .box .swiper-prev svg path,
.production-img-pop .box .swiper-next svg path {
  fill: #333;
  transition: all 0.4s;
}
.production-img-pop .box .swiper-prev:hover,
.production-img-pop .box .swiper-next:hover {
  background: #0052a4;
}
.production-img-pop .box .swiper-prev:hover svg path,
.production-img-pop .box .swiper-next:hover svg path {
  fill: #fff;
}
.production-img-pop .box .swiper-prev {
  left: -1.15rem;
}
@media (max-width: 991px) {
  .production-img-pop .box .swiper-prev {
    left: -0.75rem;
  }
}
.production-img-pop .box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.production-img-pop .box .swiper-next {
  right: -1.15rem;
}
@media (max-width: 991px) {
  .production-img-pop .box .swiper-next {
    right: -0.75rem;
  }
}
.production-img-pop .box .tips {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: calc(38/28);
  position: absolute;
  left: 0;
  top: calc(100% + 0.33rem);
}
.sing-txt span {
  color: #999;
  transition: all 0.4s;
}
.sing-txt span.on {
  color: #000;
}
.text7 span {
  display: inline-block;
}
@-webkit-keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp3 {
  -webkit-animation-name: fadeInUp3;
  animation-name: fadeInUp3;
}
.error {
  background-image: url(../images/zimg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2.36rem;
  padding-bottom: 2.36rem;
}
.error .container .box {
  text-align: center;
}
.error .container .box .img {
  text-align: center;
}
.error .container .box .img img {
  width: 4.4rem;
}
.error .container .box .cn1 {
  margin-top: -0.5rem;
  text-align: center;
  color: #333333;
}
.error .container .box .cn2 {
  text-align: center;
  color: #0096da;
}
.error .container .box .public-btn3 {
  margin-top: 0.3rem;
  display: inline-flex;
  justify-content: center;
  border-radius: 100px;
  line-height: 40px;
  height: 40px;
  border: none;
  background: linear-gradient(to right, #39bdf0, #1d2089);
}
.error .container .box .public-btn3 span {
  color: #fff;
}
.policy {
  padding-top: 0.8rem;
  padding-bottom: 1.95rem;
}
.policy .container {
  max-width: 1000px;
}
.policy .container .box1 {
  padding-bottom: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  align-items: flex-end;
}
.policy .container .box1 .cn1 {
  color: #222222;
}
@media (max-width: 767px) {
  .policy .container .box1 .cn1 {
    width: 100%;
    text-align: center;
  }
}
.policy .container .box1 .cn2 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .policy .container .box1 .cn2 {
    margin-top: 0.15rem;
    width: 100%;
    justify-content: center;
  }
}
.policy .container .box1 .cn2 .cn3 {
  margin-left: 0.2rem;
  color: #999999;
}
@media (max-width: 767px) {
  .policy .container .box1 .cn2 .cn3 {
    margin: 0 0.1rem;
  }
}
.policy .container .public-content {
  padding-top: 0.25rem;
  line-height: 1.5em;
}
.policy .container .public-content h3 {
  color: #222222;
  font-weight: bold;
}
.policy .container .public-content p {
  color: #666666;
}
.sitemap {
  padding-top: 1.3rem;
  padding-bottom: 1.85rem;
}
.sitemap .container {
  max-width: 1200px;
}
.sitemap .container .box1 .cn1 {
  color: #222222;
  line-height: 1.27777778em;
  text-align: center;
}
.sitemap .container .box2 .box3 {
  display: flex;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .sitemap .container .box2 .box3 {
    flex-wrap: wrap;
  }
}
.sitemap .container .box2 .box3 .box3a {
  flex-shrink: 0;
  width: 13.33333333%;
  margin: 0.1rem 0;
  padding-right: 0.2rem;
}
@media (max-width: 991px) {
  .sitemap .container .box2 .box3 .box3a {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .sitemap .container .box2 .box3 .box3a {
    width: 100%;
  }
}
.sitemap .container .box2 .box3 .box3a a {
  color: #333333;
  line-height: 0.3rem;
}
@media (max-width: 767px) {
  .sitemap .container .box2 .box3 .box3a a {
    font-size: 0.36rem;
  }
}
.sitemap .container .box2 .box3 .box3b {
  width: 86.66666667%;
  display: flex;
  flex-wrap: wrap;
}
.sitemap .container .box2 .box3 .box3b a {
  color: #666666;
  margin: 0.1rem 0;
  margin-right: 0.6rem;
  transition: all 0.5s;
  line-height: 0.3rem;
}
.sitemap .container .box2 .box3 .box3b a:hover {
  color: #003894;
}
