@charset "utf-8";
:root {
  --color: #3386f4;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "fontnum";
  src: url("../font/MiSans-Heavy.ttf") format("truetype");
}
.fontnum {
  font-family: fontnum;
}
* {
  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: #3386f4;
}
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: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container1400 {
  margin: 0 auto;
  width: 85%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .container1400 {
    width: 90%;
  }
}
.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: #3386f4;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.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.5s;
}
.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;
}
#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: #3386f4;
}
#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: #3386f4;
}
#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: #3386f4;
}
#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: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  display: flex;
  align-items: center;
  height: 0.8rem;
  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: #373737;
  transition: 0.3s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
    height: 1.2rem;
  }
}
#c-header a {
  color: #373737;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  padding: 0 0.85rem;
}
@media (max-width: 991px) {
  #c-header .container {
    padding: 0 5%;
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -0.85rem;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #Fff;
}
#c-header.c-style2 a {
  color: #333;
}
#c-header.c-style2 .c-logo .c-img-box svg .cls-4 {
  fill: #333;
}
#c-header.c-style2 .c-nav > li > .c-title-box > a {
  color: #333;
}
#c-header.c-style2 .c-nav > li > .c-title-box svg path {
  fill: #ddd;
}
#c-header.c-style2 .c-gn .ztop-search form .cn1 svg path {
  fill: #999;
}
#c-header.c-style2 .c-gn .ztop-admin .cn1 svg path {
  fill: #999;
  transition: all 0.5s;
}
#c-header.c-style2 .c-gn .ztop-language .cn1 svg path {
  fill: #999;
  transition: all 0.5s;
}
#c-header.c-style2 .c-gn .ztop-language:hover .cn1 svg path {
  fill: #3386f4;
}
#c-header.c-style2 .c-gn .ztop-language:hover .cn3 {
  opacity: 1;
  visibility: visible;
}
#c-header.c-style2 .c-gn .ztop-yuyue .public-btn .pcn1 {
  color: #333;
}
#c-header.c-style2 .c-gn .ztop-yuyue .public-btn:hover .pcn1 {
  color: #Fff;
}
/*顶部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 {
  width: 1.21rem;
  height: 0.38rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    width: 1.21rem;
    height: 0.38rem;
  }
}
#c-header .c-logo .c-img-box svg {
  width: 1.21rem;
  height: 0.38rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box svg {
    width: 1.21rem;
    height: 0.38rem;
  }
}
#c-header .c-logo .c-img-box svg .cls-1 {
  fill: #62d2e1;
  opacity: 1;
  stroke: none;
}
#c-header .c-logo .c-img-box svg .cls-2 {
  fill: #72e7b2;
  opacity: 1;
  stroke: none;
}
#c-header .c-logo .c-img-box svg .cls-3 {
  fill: #3386f4;
  opacity: 1;
  stroke: none;
}
#c-header .c-logo .c-img-box svg .cls-4 {
  fill: #fff;
  opacity: 1;
  stroke: none;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin: 0 0.35rem;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box > a {
  display: flex;
  align-items: center;
  color: #fff;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 10px;
  height: 6px;
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  opacity: 1;
  stroke: none;
  transition: all 0.3s;
}
#c-header .c-nav > li:hover > .c-title-box > a {
  color: #3386f4;
}
#c-header .c-nav > li:hover > .c-title-box svg path {
  fill: #3386f4;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 100%;
  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%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #333;
}
#c-header .teshu {
  position: initial !important;
}
#c-header .xiala1 {
  padding: 0.15rem;
  border-radius: 0 0 0.1rem 0.1rem;
}
#c-header .xiala1 .xiala1cn1 {
  border-bottom: 0;
}
#c-header .xiala1 .xiala1cn1 .cn2 {
  line-height: 2.66666667em;
  color: #0e2339;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#c-header .xiala1 .xiala1cn1 .cn2 svg {
  margin-left: 0.05rem;
}
#c-header .xiala1 .xiala1cn1 .cn2 svg path {
  fill: #Fff;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
#c-header .xiala1 .xiala1cn1 .cn2:hover {
  color: #3386f4;
  background-color: #f5f9fe;
  border-radius: 0.1rem;
}
#c-header .xiala1 .xiala1cn1 .cn2:hover svg path {
  fill: #3386f4;
}
#c-header .xiala2 {
  border-radius: 0 0 0.1rem 0.1rem;
  width: 8.6rem;
  padding: 0.3rem 0;
  position: relative;
}
@media (max-width: 1580px) {
  #c-header .xiala2 {
    width: 10rem;
  }
}
#c-header .xiala2::before {
  content: "";
  position: absolute;
  left: 34.88372093%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #eee;
}
#c-header .xiala2 .xiala2cn1 .xiala2cn2 {
  display: flex;
}
#c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn3 {
  width: 34.88372093%;
  padding: 0 0.5rem;
}
#c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn3.xiala2cn8 {
  width: 65.11627907%;
}
#c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn4 {
  color: #999999;
  line-height: 1.625em;
  text-align: left;
  margin-bottom: 0.1rem;
}
#c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn7 {
  display: flex;
  flex-wrap: wrap;
}
#c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn7 .xiala2cn6 {
  margin-right: 0.1rem;
  width: calc((100% - 0.2rem) / 3);
}
@media (max-width: 1260px) {
  #c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn7 .xiala2cn6 {
    font-size: 12px;
  }
}
#c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn7 .xiala2cn6:nth-child(3n) {
  margin-right: 0;
}
#c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn6 {
  padding: 0.15rem;
  line-height: 1.25em;
  border-radius: 0.1rem;
  background-color: #fff;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
  position: relative;
}
@media (max-width: 1580px) {
  #c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn6 {
    padding: 0.15rem 0.3rem 0.15rem 0.15rem;
  }
}
@media (max-width: 1260px) {
  #c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn6 {
    font-size: 12px;
  }
}
#c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn6 img {
  margin-right: 0.15rem;
}
#c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn6:hover {
  background-color: #f5f9fe;
  color: #3386f4;
}
#c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn6:hover svg {
  opacity: 1;
}
#c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn6 svg {
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
}
#c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn6 svg path {
  fill: #3386f4;
  opacity: 1;
  stroke: none;
}
#c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn9 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn9 .xiala2cn10 {
  display: flex;
  align-items: center;
  color: #3386f4;
  transition: all 0.5s;
}
#c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn9 .xiala2cn10 svg {
  margin-left: 0.1rem;
  width: 6px;
  height: auto;
  transition: all 0.5s;
}
#c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn9 .xiala2cn10 svg path {
  fill: #3386f4;
  opacity: 1;
  stroke: none;
}
#c-header .xiala2 .xiala2cn1 .xiala2cn2 .xiala2cn9 .xiala2cn10:hover svg {
  transform: translateX(0.05rem);
}
#c-header .xiala3 {
  border-radius: 0 0 0.1rem 0.1rem;
  width: 100vw;
  padding: 0;
  position: relative;
  background-color: #fff;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 {
  display: flex;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .container {
  max-width: 1600px;
  padding: 0.3rem 0 0;
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1260px) {
  #c-header .xiala3 .xiala3cn1 .xiala3cn2 .container {
    width: 90%;
  }
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .container::before {
  content: "";
  position: absolute;
  left: 33%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #eee;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .container::after {
  content: "";
  position: absolute;
  left: 66%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #eee;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn3 {
  width: calc(100% / 3);
  padding: 0 0.4rem 0;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn3 .x4cn3 {
  display: block;
  border-radius: 0.1rem;
  background-color: #f8f8f8;
  text-align: left;
  padding-bottom: 0.2rem;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn3 .x4cn3 .x4cn4 {
  border-radius: 0.1rem;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn3 .x4cn3 .x4cn4::before {
  padding-top: 48.7804878%;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn3 .x4cn3 .x4cn5 {
  padding: 0.2rem 0.2rem 0;
  color: #0e2339;
  line-height: 1.55555556em;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn3 .x4cn3 .x4cn6 {
  padding: 0 0.2rem;
  line-height: 1.57142857em;
  color: #666666;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn3 .x4cn3:hover .x4cn4 img {
  transform: scale(1.05);
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn3 .x4cn3:hover .x4cn5 {
  color: #3386f4;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn3 .x4cn7 {
  text-align: left;
  color: #3386f4;
  padding-bottom: 0.2rem;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn3 .x4cn7 svg {
  transition: all 0.5s;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn3 .x4cn7 svg path {
  fill: #3386f4;
  opacity: 1;
  stroke: none;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn3 .x4cn7:hover svg {
  transform: translateX(0.05rem);
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn3 .x4cn8 {
  padding-bottom: 0.2rem;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn3 .x4cn8 .x4cn9 {
  display: flex;
  align-items: center;
  color: #333333;
  max-width: 80%;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn3 .x4cn8 .x4cn9 img {
  margin-right: 0.1rem;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn3 .x4cn8 .x4cn10 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #333;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn3 .x4cn8 .x4cn10 svg {
  margin-left: 0.1rem;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn3 .x4cn8 .x4cn10 svg path {
  fill: #3386f4;
  opacity: 1;
  stroke: none;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn4 {
  color: #999999;
  line-height: 1.625em;
  text-align: left;
  margin-bottom: 0.1rem;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn7 {
  display: flex;
  flex-wrap: wrap;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn7 .xiala2cn6 {
  margin-right: 0.1rem;
  width: calc((100% - 0.1rem) / 2);
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn7 .xiala2cn6:nth-child(2n) {
  margin-right: 0;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn6 {
  padding: 0.15rem;
  line-height: 1.25em;
  border-radius: 0.1rem;
  background-color: #fff;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
  position: relative;
  text-align: left;
}
@media (max-width: 1580px) {
  #c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn6 {
    padding: 0.15rem 0.3rem 0.15rem 0.15rem;
  }
}
@media (max-width: 1260px) {
  #c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn6 {
    font-size: 12px;
  }
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn6 svg {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
  width: 6px;
  height: auto;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn6 svg path {
  fill: #3386f4;
  opacity: 1;
  stroke: none;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn6 img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn6:hover {
  background-color: #f5f9fe;
  color: #3386f4;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn6:hover svg {
  opacity: 1;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn9 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn9 .xiala2cn10 {
  display: flex;
  align-items: center;
  color: #3386f4;
  transition: all 0.5s;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn9 .xiala2cn10 svg {
  margin-left: 0.1rem;
  width: 6px;
  height: auto;
  transition: all 0.5s;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn9 .xiala2cn10 svg path {
  fill: #3386f4;
  opacity: 1;
  stroke: none;
}
#c-header .xiala3 .xiala3cn1 .xiala3cn2 .xiala2cn9 .xiala2cn10:hover svg {
  transform: translateX(0.05rem);
}
#c-header .xiala3 .xiala4cn1 {
  background-color: #e5effe;
  line-height: 0.7rem;
}
#c-header .xiala3 .xiala4cn1 .container {
  max-width: 1600px;
  width: 85%;
  display: flex;
  padding: 0 ;
  justify-content: space-between;
}
#c-header .xiala3 .xiala4cn1 .container .x4cn1 {
  color: #3386f4;
}
#c-header .xiala3 .xiala4cn1 .container .x4cn2 {
  display: flex;
  color: #666666;
  align-items: center;
}
#c-header .xiala3 .xiala4cn1 .container .x4cn2 img {
  margin-right: 0.1rem;
}
/*顶部移动端导航*/
#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.3s;
  text-align: left;
}
#c-header .c-nav2 .c-nav2222 {
  height: 75vh !important;
  top: 0 !important;
}
#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.3s;
}
#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.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #3386f4;
}
#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: #333;
  transition: all 0.3s;
}
#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-open #c-header .c-gn {
  display: flex;
}
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    display: none;
    position: absolute;
    right: 5%;
    top: 90vh;
  }
}
#c-header .c-gn .ztop-search {
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
}
#c-header .c-gn .ztop-search form {
  position: relative;
  display: flex;
  align-items: center;
}
#c-header .c-gn .ztop-search form .cn1 {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}
#c-header .c-gn .ztop-search form .cn1 svg {
  width: 0.2rem;
  height: auto;
}
@media (max-width: 991px) {
  #c-header .c-gn .ztop-search form .cn1 svg {
    width: 0.4rem;
  }
}
#c-header .c-gn .ztop-search form .cn1 svg path {
  fill: #fff;
  opacity: 1;
  stroke: none;
}
#c-header .c-gn .ztop-search form .cn2 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  position: absolute;
  right: -0.15rem;
}
#c-header .c-gn .ztop-search form .cn2 input {
  width: 2.5rem;
  line-height: 0.4rem;
  border-radius: 0.05rem;
  border: 1px solid #ddd;
  color: #666;
  padding: 0 0.5rem 0 0.15rem;
}
@media (max-width: 991px) {
  #c-header .c-gn .ztop-search form .cn2 input {
    width: 3rem;
    line-height: 0.8rem;
  }
}
#c-header .c-gn .ztop-search form .cn2 input::placeholder {
  color: #666;
}
#c-header .c-gn .ztop-search:hover .cn1 svg path {
  fill: #3386f4 !important;
}
#c-header .c-gn .ztop-search:hover .cn2 {
  opacity: 1;
  visibility: visible;
}
#c-header .c-gn .ztop-admin {
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-gn .ztop-admin {
    margin-left: 0.5rem;
  }
}
#c-header .c-gn .ztop-admin .cn1 {
  display: flex;
  align-items: center;
}
#c-header .c-gn .ztop-admin .cn1 svg {
  width: 0.2rem;
  height: auto;
}
@media (max-width: 991px) {
  #c-header .c-gn .ztop-admin .cn1 svg {
    width: 0.4rem;
  }
}
#c-header .c-gn .ztop-admin .cn1 svg path {
  fill: #fff;
  opacity: 1;
  stroke: none;
}
#c-header .c-gn .ztop-language {
  margin-left: 0.3rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  position: relative;
  height: 0.8rem;
}
@media (max-width: 991px) {
  #c-header .c-gn .ztop-language {
    margin-left: 0.5rem;
  }
}
#c-header .c-gn .ztop-language .cn1 {
  display: flex;
  align-items: center;
}
#c-header .c-gn .ztop-language .cn1 svg {
  width: 0.2rem;
  height: auto;
}
@media (max-width: 991px) {
  #c-header .c-gn .ztop-language .cn1 svg {
    width: 0.4rem;
  }
}
#c-header .c-gn .ztop-language .cn1 svg path {
  fill: #fff;
  opacity: 1;
  stroke: none;
}
#c-header .c-gn .ztop-language .cn3 {
  display: block;
  position: absolute;
  left: 50%;
  top: 0.6rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: translate(-50%);
  padding-top: 0.2rem;
}
@media (max-width: 991px) {
  #c-header .c-gn .ztop-language .cn3 {
    top: initial;
    bottom: 100%;
  }
}
#c-header .c-gn .ztop-language .cn3 .cn2 {
  padding: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
#c-header .c-gn .ztop-language .cn3 .cn2 .public-btn {
  margin-top: 0.1rem;
  min-width: 1.2rem;
  line-height: 0.45rem;
  border: 1px solid transparent;
}
#c-header .c-gn .ztop-language .cn3 .cn2 .public-btn:nth-child(1) {
  margin-top: 0;
}
#c-header .c-gn .ztop-language .cn3 .cn2 .public-btn .pcn1 {
  color: #333;
}
#c-header .c-gn .ztop-language .cn3 .cn2 .public-btn:hover {
  border: 1px solid #f5f9fe;
  background-color: #f5f9fe;
}
#c-header .c-gn .ztop-language .cn3 .cn2 .public-btn:hover .pcn1 {
  color: #3386f4;
}
#c-header .c-gn .ztop-language .cn3 .cn2 .public-btn:hover svg path {
  fill: #3386f4;
}
#c-header .c-gn .ztop-yuyue {
  margin-left: 0.4rem;
  display: flex;
}
#c-header .c-gn .ztop-yuyue .public-btn .pcn1 {
  color: #Fff;
}
#c-header .c-gn .ztop-yuyue .public-btn .pcn1 svg path {
  fill: #fff;
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3386f4;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 50%;
  height: 50%;
  transform: rotate(-90deg);
}
#c-go-top img path,
#c-go-top svg path {
  fill: #ffff;
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path {
  fill: #333;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #3386f4;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
.textflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.textflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.textflow10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.font80 {
  font-size: 0.8rem;
}
.font72 {
  font-size: 0.72rem;
}
.font60 {
  font-size: 0.6rem;
}
.font58 {
  font-size: 0.58rem;
}
.font56 {
  font-size: 0.56rem;
}
.font54 {
  font-size: 0.54rem;
}
.font52 {
  font-size: 0.52rem;
}
.font50 {
  font-size: 0.5rem;
}
.font48 {
  font-size: 0.48rem;
}
.font46 {
  font-size: 0.46rem;
}
.font44 {
  font-size: 0.44rem;
}
.font42 {
  font-size: 0.42rem;
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 991px) {
  .font40 {
    font-size: 0.4rem;
  }
}
.font38 {
  font-size: 0.38rem;
}
@media (max-width: 991px) {
  .font38 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 991px) {
  .font36 {
    font-size: 0.4rem;
  }
}
.font34 {
  font-size: 0.34rem;
}
@media (max-width: 991px) {
  .font34 {
    font-size: 0.4rem;
  }
}
.font32 {
  font-size: 0.32rem;
}
@media (max-width: 991px) {
  .font32 {
    font-size: 0.4rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 991px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font28 {
  font-size: 0.28rem;
}
@media (max-width: 991px) {
  .font28 {
    font-size: 0.4rem;
  }
}
.font26 {
  font-size: 26px;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 24px;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .font24 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 0.3rem;
  }
}
.font22 {
  font-size: 22px;
  line-height: 1.5em;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .font22 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font18 {
  line-height: 1.5em;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font18 {
    font-size: 0.28rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .font14 {
    font-size: 0.24rem;
  }
}
.font12 {
  font-size: 12px;
}
.font-b {
  font-weight: bold;
}
/**********************************00-01 首页**********************************/
.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner .swiper-wrapper .swiper-slide .img::before {
  padding-top: 50.52083333%;
}
@media (max-width: 991px) {
  .index-banner .swiper-wrapper .swiper-slide .img::before {
    padding-top: 100%;
  }
}
.index-banner .swiper-wrapper .swiper-slide .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.index-banner .swiper-wrapper .swiper-slide .img .pc-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-banner .swiper-wrapper .swiper-slide .img .pc-img {
    display: none;
  }
}
.index-banner .swiper-wrapper .swiper-slide .img .mb-img {
  display: none;
}
@media (max-width: 991px) {
  .index-banner .swiper-wrapper .swiper-slide .img .mb-img {
    display: block;
  }
}
.index-banner .swiper-wrapper .swiper-slide .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 90%;
}
.index-banner .swiper-wrapper .swiper-slide .text .cn1 {
  text-align: center;
  color: #fff;
  line-height: 1.14705882em;
  font-size: 0.68rem;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(0.6rem);
}
@media (max-width: 991px) {
  .index-banner .swiper-wrapper .swiper-slide .text .cn1 {
    font-size: 0.5rem;
  }
}
.index-banner .swiper-wrapper .swiper-slide .text .cn2 {
  margin-top: 0.2rem;
  text-align: center;
  color: #fff;
  line-height: 1.55555556em;
  transition: all 0.7s;
  opacity: 0;
  transform: translateY(0.6rem);
}
@media (max-width: 767px) {
  .index-banner .swiper-wrapper .swiper-slide .text .cn2 {
    font-size: 0.24rem;
  }
}
.index-banner .swiper-wrapper .swiper-slide .text .cn9999 {
  transition: all 0.9s;
  opacity: 0;
  transform: translateY(0.6rem);
}
.index-banner .swiper-wrapper .swiper-slide.ani-slide .text .cn1 {
  opacity: 1;
  transform: translateY(0);
}
.index-banner .swiper-wrapper .swiper-slide.ani-slide .text .cn2 {
  opacity: 1;
  transform: translateY(0);
}
.index-banner .swiper-wrapper .swiper-slide.ani-slide .text .cn9999 {
  opacity: 1;
  transform: translateY(0);
}
.index-banner .indexbannerpagination {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  text-align: center;
  z-index: 6;
}
.index-banner .indexbannerpagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  position: relative;
}
.index-banner .indexbannerpagination .swiper-pagination-bullet em {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background-color: #3386f4;
  opacity: 1;
}
.index-banner .indexbannerpagination .swiper-pagination-bullet.swiper-pagination-bullet-active em {
  animation: indexbannerani 5.2s infinite linear;
}
@keyframes indexbannerani {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.index-box1 {
  padding: 1.4rem 0;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
.index-box1 .container .cn1 {
  text-align: center;
  color: #0e2339;
  line-height: 1.20833333em;
}
@media (max-width: 767px) {
  .index-box1 .container .cn1 {
    font-size: 0.4rem;
  }
}
.index-box1 .containerbox1 {
  position: relative;
  margin: 0.55rem auto 0.6rem;
}
.index-box1 .containerbox1 .indexbox1 {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box1 .containerbox1 .indexbox1 .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.index-box1 .containerbox1 .indexbox1 .swiper-slide {
  border-radius: 0.1rem;
  background-color: #fff;
  height: auto;
  padding: 0.7rem 0;
}
@media (max-width: 991px) {
  .index-box1 .containerbox1 .indexbox1 .swiper-slide {
    width: calc(50% - 0.15rem) !important;
    margin: 0.3rem 0 0 !important;
  }
}
.index-box1 .containerbox1 .indexbox1 .swiper-slide .img {
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-box1 .containerbox1 .indexbox1 .swiper-slide .img img {
  max-height: 100%;
}
.index-box1 .containerbox1 .indexbox1 .swiper-slide .cn2 {
  text-align: center;
  line-height: 1.41666667em;
  color: #0e2339;
  margin: 0.7rem auto 0;
}
.index-box1 .containerbox1 .indexbox1 .swiper-slide .cn3 {
  margin-top: 0.1rem;
  text-align: center;
  color: #777777;
  line-height: 1.625em;
  width: 68%;
  margin: 0.1rem auto 0;
}
.index-box1 .containerbox1 .indexbox1prev {
  left: -1rem;
}
@media (max-width: 1260px) {
  .index-box1 .containerbox1 .indexbox1prev {
    left: 0;
  }
}
@media (max-width: 991px) {
  .index-box1 .containerbox1 .indexbox1prev {
    display: none;
  }
}
.index-box1 .containerbox1 .indexbox1next {
  right: -1rem;
}
@media (max-width: 1260px) {
  .index-box1 .containerbox1 .indexbox1next {
    right: 0;
  }
}
@media (max-width: 991px) {
  .index-box1 .containerbox1 .indexbox1next {
    display: none;
  }
}
.index-box1 .containerbox2 {
  display: flex;
  justify-content: center;
}
.public-swiperprev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 0.52rem;
  height: 0.52rem;
  border: 1px solid #ddd;
  transition: all 0.5s;
  z-index: 5;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .public-swiperprev {
    width: 0.76rem;
    height: 0.76rem;
    background-color: #ddd;
  }
}
.public-swiperprev svg {
  width: 20%;
  height: auto;
}
.public-swiperprev svg path {
  fill: #ddd;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .public-swiperprev svg path {
    fill: #3386f4;
  }
}
.public-swiperprev:hover {
  border: 1px solid #3386f4;
  background-color: #3386f4;
}
.public-swiperprev:hover svg path {
  fill: #fff;
  opacity: 0.7;
}
.public-swipernext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 0.52rem;
  height: 0.52rem;
  border: 1px solid #ddd;
  transition: all 0.5s;
  z-index: 5;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .public-swipernext {
    width: 0.76rem;
    height: 0.76rem;
    background-color: #ddd;
  }
}
.public-swipernext svg {
  width: 20%;
  height: auto;
}
.public-swipernext svg path {
  fill: #ddd;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .public-swipernext svg path {
    fill: #3386f4;
  }
}
.public-swipernext:hover {
  background-color: #3386f4;
  border: 1px solid #3386f4;
}
.public-swipernext:hover svg path {
  fill: #fff;
  opacity: 0.7;
}
.public-btn {
  min-width: 1.6rem;
  line-height: 0.5rem;
  border-radius: 0.05rem;
  border: 1px solid #dddddd;
  text-align: center;
  transition: all 0.5s;
  padding: 0 0.2rem;
}
@media (max-width: 991px) {
  .public-btn {
    line-height: 0.76rem;
    border-radius: 0.1rem;
  }
}
.public-btn .pcn1 {
  color: #333;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-btn .pcn1 img {
  width: 0;
  opacity: 0;
  transition: all 0.5s;
}
.public-btn .pcn1 svg {
  width: 0;
  height: auto;
  opacity: 0;
  transition: all 0.5s;
}
.public-btn .pcn1 svg path {
  fill: #3386f4;
  opacity: 1;
  stroke: none;
}
.public-btn:hover {
  border: 1px solid #3386f4;
  background-color: #3386f4;
}
.public-btn:hover .pcn1 {
  color: #fff;
  transform: translateX(-3px);
}
.public-btn:hover .pcn1 img {
  width: 6px;
  opacity: 1;
  transform: translateX(6px);
}
.public-btn:hover .pcn1 svg {
  width: 6px;
  opacity: 1;
  transform: translateX(6px);
}
.public-btn:hover .pcn1 svg path {
  fill: #fff;
}
.swiper-button-lock {
  display: none !important;
}
.index-box2 {
  position: relative;
  padding: 1.4rem 0;
  overflow: hidden;
}
.index-box2 .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-box2 .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .index-box2 .bgimg img.pc-img {
    display: none;
  }
}
.index-box2 .bgimg img.mb-img {
  display: none;
}
@media (max-width: 991px) {
  .index-box2 .bgimg img.mb-img {
    display: block;
  }
}
.index-box2 .container {
  position: relative;
}
.index-box2 .container .cn1 {
  color: #0e2339;
  text-align: center;
  line-height: 1.20833333em;
}
.index-box2 .container .box {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .index-box2 .container .box {
    flex-direction: column-reverse;
  }
}
.index-box2 .container .box .left {
  width: 37.5%;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .index-box2 .container .box .left {
    width: 100%;
    margin-top: 1rem;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.index-box2 .container .box .left .leftbox {
  cursor: pointer;
}
@media (max-width: 991px) {
  .index-box2 .container .box .left .leftbox {
    width: 48%;
    line-height: 0.78rem;
    background-color: transparent;
    border: 1px solid #eee;
    text-align: center;
    margin-bottom: 0.2rem;
  }
}
.index-box2 .container .box .left .leftbox:nth-child(1) .cn2 {
  margin-top: 0;
}
.index-box2 .container .box .left .leftbox .cn2 {
  color: #666666;
  line-height: 0.36rem;
}
@media (max-width: 991px) {
  .index-box2 .container .box .left .leftbox .cn2 {
    color: #333;
    line-height: 0.78rem;
  }
}
.index-box2 .container .box .left .leftbox .cn3 {
  opacity: 0;
  transition: all 0.5s;
  margin-top: 0.05rem;
  color: #777777;
  line-height: 0.3rem;
  height: 0.6rem;
  width: 67%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0.05rem;
}
@media (max-width: 991px) {
  .index-box2 .container .box .left .leftbox .cn3 {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .index-box2 .container .box .left .leftbox.on {
    border: 1px solid #3386f4;
    background-color: #3386f4;
  }
}
.index-box2 .container .box .left .leftbox.on .cn2 {
  color: #3386f4;
}
@media (max-width: 991px) {
  .index-box2 .container .box .left .leftbox.on .cn2 {
    color: #Fff;
  }
}
.index-box2 .container .box .left .leftbox.on .cn3 {
  display: block !important;
  opacity: 1;
  height: 1.2rem;
}
@media (max-width: 991px) {
  .index-box2 .container .box .left .leftbox.on .cn3 {
    display: none !important;
  }
}
.index-box2 .container .box .left .leftline {
  position: absolute;
  left: 0;
  top: calc((0.36rem - 12px) / 2);
  width: 10px;
  height: calc(100% - 0.9rem);
}
@media (max-width: 991px) {
  .index-box2 .container .box .left .leftline {
    display: none;
  }
}
.index-box2 .container .box .left .leftline .startdian {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #3386f4;
  background-color: #fff;
  z-index: 3;
  border-radius: 50%;
}
.index-box2 .container .box .left .leftline .grayline {
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #eee;
}
.index-box2 .container .box .left .leftline .colorline {
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  top: 0;
  height: 0;
  transition: all 0.5s;
  background-image: linear-gradient(-4deg, #72e7b2 0%, #3386f4 100%);
}
.index-box2 .container .box .left .leftline .enddian {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #72e7b2;
  background-color: #72e7b2;
  z-index: 4;
  border-radius: 50%;
  transition: all 0.5s;
}
.index-box2 .container .box .right {
  width: 51.5625%;
}
@media (max-width: 991px) {
  .index-box2 .container .box .right {
    width: 100%;
  }
}
.index-box2 .container .box .right .rightbox {
  display: none;
  width: 100%;
  position: relative;
}
.index-box2 .container .box .right .rightbox .img::before {
  padding-top: 61.93939394%;
}
.index-box2 .container .box .right .rightbox .img .bgimg {
  opacity: 0;
}
.index-box2 .container .box .right .rightbox .on1zuoxia {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 59.15151515%;
  left: -20%;
  bottom: 18%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s;
}
.index-box2 .container .box .right .rightbox .on1youshang {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 35.15151515%;
  right: -13%;
  top: -20%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s;
}
.index-box2 .container .box .right .rightbox .on2zuoxia {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 56.36363636%;
  transition: all 0.5s;
  opacity: 0;
}
.index-box2 .container .box .right .rightbox .on2youshang {
  position: absolute;
  right: 0;
  z-index: 2;
  width: 28%;
  transition: all 0.5s;
  opacity: 0;
}
.index-box2 .container .box .right .rightbox .on3zuoxia {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 32.12121212%;
  transition: all 0.5s;
  opacity: 0;
}
.index-box2 .container .box .right .rightbox .on3youxia {
  position: absolute;
  right: 0;
  z-index: 2;
  width: 28.84848485%;
  transition: all 0.5s;
  opacity: 0;
}
.index-box2 .container .box .right .rightbox .on4zuoxia {
  position: absolute;
  z-index: 2;
  width: 37.6969697%;
  transition: all 0.5s;
  opacity: 0;
}
.index-box2 .container .box .right .rightbox .on4zhong {
  position: absolute;
  z-index: 2;
  width: 52.84848485%;
  transition: all 0.5s;
  opacity: 0;
}
.index-box2 .container .box .right .rightbox .on4youxia {
  position: absolute;
  z-index: 2;
  width: 64.24242424%;
  transition: all 0.5s;
  opacity: 0;
}
.index-box2 .container .box .right .rightbox .on5zuoxia {
  position: absolute;
  z-index: 2;
  width: 37.81818182%;
  transition: all 0.5s;
  opacity: 0;
}
.index-box2 .container .box .right .rightbox .on5youshang {
  position: absolute;
  z-index: 2;
  width: 37.45454545%;
  transition: all 0.5s;
  opacity: 0;
}
.index-box2 .container .box .right .rightbox .on5zhongzuo {
  position: absolute;
  z-index: 2;
  width: 34.18181818%;
  transition: all 0.5s;
  opacity: 0;
}
.index-box2 .container .box .right .rightbox .on5zhongyou {
  position: absolute;
  z-index: 2;
  width: 34.66666667%;
  transition: all 0.5s;
  opacity: 0;
}
.index-box2 .container .box .right .rightbox .on1 {
  position: absolute;
  z-index: 2;
  width: 13.6969697%;
  transition: all 0.5s;
  opacity: 1;
}
.index-box2 .container .box .right .rightbox.on {
  display: block;
}
.index-box2 .container .box .right .rightbox.on .img .bgimg {
  animation: on1opacity 0.5s 1 linear forwards;
}
.index-box2 .container .box .right .rightbox.on .on1zuoxia {
  animation: on1zuoxia 1s 1 ease-in-out forwards;
}
.index-box2 .container .box .right .rightbox.on .on1youshang {
  animation: on1youshang 1s 0.15s 1 ease-in-out forwards;
}
.index-box2 .container .box .right .rightbox.on .on2zuoxia {
  animation: on2zuoxia 1s 1 ease-in-out forwards;
}
.index-box2 .container .box .right .rightbox.on .on2youshang {
  animation: on2youshang 1s 0.15s 1 ease-in-out forwards;
}
.index-box2 .container .box .right .rightbox.on .on3zuoxia {
  animation: on3zuoxia 1s 1 ease-in-out forwards;
}
.index-box2 .container .box .right .rightbox.on .on3youxia {
  animation: on3youxia 1s 0.15s 1 ease-in-out forwards;
}
.index-box2 .container .box .right .rightbox.on .on4zuoxia {
  animation: on4zuoxia 1s 1 ease-in-out forwards;
}
.index-box2 .container .box .right .rightbox.on .on4zhong {
  animation: on4zhong 1s 0.1s 1 ease-in-out forwards;
}
.index-box2 .container .box .right .rightbox.on .on4youxia {
  animation: on4youxia 1s 0.15s 1 ease-in-out forwards;
}
.index-box2 .container .box .right .rightbox.on .on5zuoxia {
  animation: on5zuoxia 1s 1 ease-in-out forwards;
}
.index-box2 .container .box .right .rightbox.on .on5youshang {
  animation: on5youshang 1s 0.1s 1 ease-in-out forwards;
}
.index-box2 .container .box .right .rightbox.on .on5zhongzuo {
  animation: on5zhongzuo 1s 0.15s 1 ease-in-out forwards;
}
.index-box2 .container .box .right .rightbox.on .on5zhongyou {
  animation: on5zhongyou 1s 0.2s 1 ease-in-out forwards;
}
.index-box2 .container .box .right .rightbox.on .on1a {
  animation: on1a 1s 1 ease-in-out forwards;
}
.index-box2 .container .box .right .rightbox.on .on1b {
  animation: on1b 1s 1 ease-in-out forwards;
}
.index-box2 .container .box .right .rightbox.on .on1c {
  animation: on1c 1s 1 ease-in-out forwards;
}
.index-box2 .container .box .right .rightbox.on .on1d {
  animation: on1d 1s 1 ease-in-out forwards;
}
.index-box2 .container .box .right .rightbox.on .on1e {
  animation: on1e 1s 1 ease-in-out forwards;
}
.index-box2 .container .box .right .rightbox.on .on1f {
  animation: on1f 1s 1 ease-in-out forwards;
}
@keyframes on1zuoxia {
  from {
    left: -40%;
    bottom: -2%;
    opacity: 0;
    transform: scale(0);
  }
  to {
    left: -20%;
    bottom: 18%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on1youshang {
  from {
    right: -33%;
    top: 0;
    opacity: 0;
    transform: scale(0);
  }
  to {
    right: -13%;
    top: -20%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on2zuoxia {
  from {
    left: -36%;
    bottom: -2%;
    opacity: 0;
    transform: scale(0);
  }
  to {
    left: -16%;
    bottom: 18%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on2youshang {
  from {
    right: -20%;
    top: 10%;
    opacity: 0;
    transform: scale(0);
  }
  to {
    right: 0%;
    top: -10%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on3zuoxia {
  from {
    left: -25%;
    bottom: -15%;
    opacity: 0;
    transform: scale(0);
  }
  to {
    left: -5%;
    bottom: 5%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on3youxia {
  from {
    right: -20%;
    bottom: -15%;
    opacity: 0;
    transform: scale(0);
  }
  to {
    right: 0%;
    bottom: 0%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on4zuoxia {
  from {
    left: -30%;
    bottom: -15%;
    opacity: 0;
    transform: scale(0);
  }
  to {
    left: -10%;
    bottom: 5%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on4zhong {
  from {
    right: 10%;
    bottom: 30%;
    opacity: 0;
    transform: scale(0);
  }
  to {
    right: 30%;
    bottom: 50%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on4youxia {
  from {
    right: -20%;
    bottom: -35%;
    opacity: 0;
    transform: scale(0);
  }
  to {
    right: 0%;
    bottom: -15%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on5zuoxia {
  from {
    left: -30%;
    bottom: -30%;
    opacity: 0;
    transform: scale(0);
  }
  to {
    left: -10%;
    bottom: -10%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on5zhongzuo {
  from {
    right: 50%;
    bottom: 30%;
    opacity: 0;
    transform: scale(0);
  }
  to {
    right: 70%;
    bottom: 50%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on5zhongyou {
  from {
    right: 10%;
    bottom: 30%;
    opacity: 0;
    transform: scale(0);
  }
  to {
    right: 30%;
    bottom: 50%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on5youshang {
  from {
    right: -20%;
    bottom: -45%;
    opacity: 0;
    transform: scale(0);
  }
  to {
    right: 0%;
    bottom: -25%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on1a {
  from {
    left: 45%;
    top: 45%;
    opacity: 0;
    transform: scale(0);
  }
  to {
    left: 12%;
    top: 15%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on1b {
  from {
    left: 45%;
    top: 45%;
    opacity: 0;
    transform: scale(0);
  }
  to {
    left: 5%;
    top: 45%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on1c {
  from {
    left: 45%;
    top: 45%;
    opacity: 0;
    transform: scale(0);
  }
  to {
    left: 12%;
    top: 75%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on1d {
  from {
    left: 45%;
    top: 45%;
    opacity: 0;
    transform: scale(0);
  }
  to {
    left: 75%;
    top: 15%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on1e {
  from {
    left: 45%;
    top: 45%;
    opacity: 0;
    transform: scale(0);
  }
  to {
    left: 80%;
    top: 45%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on1f {
  from {
    left: 45%;
    top: 45%;
    opacity: 0;
    transform: scale(0);
  }
  to {
    left: 75%;
    top: 75%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes on1opacity {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.index-box3 {
  padding: 1.2rem 0 0.9rem;
  overflow: hidden;
}
.index-box3 .container .cn1 {
  text-align: center;
  color: #3386f4;
  line-height: 1.41666667em;
}
.index-box3 .container .cn2 {
  text-align: center;
  line-height: 1.20833333em;
  color: #0e2339;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .index-box3 .container .cn2 {
    font-size: 0.48rem;
  }
}
.index-box3 .indexbox3 {
  padding: 1.8rem 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .index-box3 .indexbox3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-box3 .indexbox3 {
    width: 120%;
    margin-left: -10%;
  }
}
.index-box3 .indexbox3 .logo {
  border-radius: 50%;
  width: 14.125%;
  border: 1px solid #3386f4;
  background-color: #84b6f8;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.index-box3 .indexbox3 .logo img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.66rem;
  height: auto;
  z-index: 4;
}
@media (max-width: 991px) {
  .index-box3 .indexbox3 .logo img {
    width: 0.36rem;
  }
}
.index-box3 .indexbox3 .logo::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #Fff;
  background-image: linear-gradient(131deg, #e4effe 0%, #ffffff 100%);
  border-radius: 50%;
  z-index: 2;
  width: 1.78rem;
  height: 1.78rem;
}
.index-box3 .indexbox3 .bgimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 76.5%;
}
.index-box3 .indexbox3 .bgimg img {
  width: 100%;
}
.index-box3 .indexbox3 .logo2 {
  border-radius: 50%;
  width: 6.3125%;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
  background-image: linear-gradient(to top, rgba(225, 230, 252, 0.74) 0%, rgba(248, 248, 254, 0.74) 100%);
  animation: fudong 2s infinite linear;
}
.index-box3 .indexbox3 .logo2 img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75.24752475%;
  height: auto;
  z-index: 4;
  overflow: hidden;
  border-radius: 50%;
}
.index-box3 .indexbox3 .logo2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 2px solid #3386f4;
  border-radius: 50%;
  z-index: 2;
  width: 82.17821782%;
  height: 82.17821782%;
  opacity: 0.74;
}
.index-box3 .indexbox3 .logo3 {
  border-radius: 50%;
  width: 3.125%;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
  background-color: #72e7b2;
  animation: fudong 2s infinite linear;
}
.index-box3 .indexbox3 .logo3 img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: auto;
  z-index: 4;
  overflow: hidden;
  border-radius: 50%;
}
.index-box3 .indexbox3 .logo4 {
  border-radius: 50%;
  width: 4%;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
  background-color: #3386f4;
  animation: fudong2 2s infinite linear;
}
.index-box3 .indexbox3 .logo4 img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: auto;
  z-index: 4;
  overflow: hidden;
  border-radius: 50%;
}
.index-box3 .indexbox3 .logo5 {
  border-radius: 50%;
  width: 2%;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
  background-color: #3386f4;
  animation: fudong 2s infinite linear;
}
.index-box3 .indexbox3 .logo5.z1 {
  background-color: #3386f4;
  opacity: 0.1;
}
.index-box3 .indexbox3 .logo5.z2 {
  background-color: #62d2e1;
}
.index-box3 .indexbox3 .logo5.z3 {
  background-color: #3386f4;
  opacity: 0.2;
}
.index-box3 .indexbox3 .logo5.z4 {
  width: 1.125%;
  background-color: #72e7b2;
  opacity: 0.2;
}
.index-box3 .indexbox3.on .logo2 {
  visibility: visible;
}
.index-box3 .indexbox3.on .logo2.a1 {
  top: 15%;
  animation: fudong 2s infinite linear;
}
.index-box3 .indexbox3.on .logo2.a2 {
  top: 50%;
  left: 37%;
  animation: fudong2 2s infinite linear;
}
.index-box3 .indexbox3.on .logo2.a3 {
  top: 45%;
  left: 62%;
  animation: fudong 2s infinite linear;
}
.index-box3 .indexbox3.on .logo2.a4 {
  top: 80%;
  left: 57%;
  animation: fudong2 2s infinite linear;
}
.index-box3 .indexbox3.on .logo2.a5 {
  top: 30%;
  left: 74%;
  animation: fudong 2s infinite linear;
}
.index-box3 .indexbox3.on .logo2.a6 {
  top: 42%;
  left: 85%;
  animation: fudong2 2s infinite linear;
}
.index-box3 .indexbox3.on .logo2.a7 {
  top: 65%;
  left: 77%;
  animation: fudong 2s infinite linear;
}
.index-box3 .indexbox3.on .logo2.a8 {
  top: 20%;
  left: 30%;
  animation: fudong2 2s infinite linear;
}
.index-box3 .indexbox3.on .logo2.a9 {
  top: 70%;
  left: 30%;
  animation: fudong 2s infinite linear;
}
.index-box3 .indexbox3.on .logo2.a10 {
  top: 50%;
  left: 16%;
  animation: fudong2 2s infinite linear;
}
.index-box3 .indexbox3.on .logo3 {
  visibility: visible;
  left: 40%;
  top: 25%;
}
.index-box3 .indexbox3.on .logo4 {
  visibility: visible;
  left: 45%;
  top: 82%;
}
.index-box3 .indexbox3.on .logo5 {
  visibility: visible;
}
.index-box3 .indexbox3.on .logo5.z1 {
  left: 20%;
  top: 20%;
}
.index-box3 .indexbox3.on .logo5.z2 {
  left: 63%;
  top: 25%;
}
.index-box3 .indexbox3.on .logo5.z3 {
  left: 82%;
  top: 56%;
}
.index-box3 .indexbox3.on .logo5.z4 {
  left: 20%;
  top: 70%;
}
.index-box3 .containerbox2 {
  display: flex;
  justify-content: center;
}
@keyframes fudong {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-70%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes fudong2 {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -65%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.index-box4 {
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding-bottom: 1.45rem;
}
.index-box4 .container .cn1 {
  text-align: center;
  color: #0e2339;
  line-height: 1.20833333em;
}
.index-box4 .container .box {
  justify-content: space-between;
  display: flex;
  margin: 0.55rem -0.1rem 0;
}
@media (max-width: 991px) {
  .index-box4 .container .box {
    flex-wrap: wrap;
  }
}
.index-box4 .container .box .box2 {
  margin: 0 0.1rem;
  width: 50%;
  height: 5.8rem;
  background-color: #eee;
  border-radius: 0.1rem;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  display: block;
}
@media (max-width: 991px) {
  .index-box4 .container .box .box2 {
    width: calc((100% - 0.2rem) / 2);
    margin: 0 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .index-box4 .container .box .box2 {
    width: 100%;
  }
}
.index-box4 .container .box .box2 .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-box4 .container .box .box2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box4 .container .box .box2 .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  opacity: 1;
}
.index-box4 .container .box .box2 .img .zezao {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  opacity: 0;
  transition: all 0.5s;
}
.index-box4 .container .box .box2 .cn2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.5rem;
  color: #Fff;
  width: 25px;
  line-height: 1em;
  transition: all 0.5s;
  z-index: 4;
}
@media (max-width: 991px) {
  .index-box4 .container .box .box2 .cn2 {
    display: none;
  }
}
.index-box4 .container .box .box2 .cn3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  width: 18px;
  height: 18px;
  transition: all 0.5s;
  z-index: 4;
}
.index-box4 .container .box .box2 .cn3::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #Fff;
}
.index-box4 .container .box .box2 .cn3::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 100%;
  height: 2px;
  background-color: #Fff;
}
@media (max-width: 991px) {
  .index-box4 .container .box .box2 .cn3 {
    display: none;
  }
}
.index-box4 .container .box .box2 .cn4 {
  z-index: 4;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  padding: 0 0.4rem;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-box4 .container .box .box2 .cn4 {
    opacity: 1;
  }
}
.index-box4 .container .box .box2 .cn4 .cn5 {
  color: #fff;
  line-height: 1.41666667em;
}
@media (max-width: 991px) {
  .index-box4 .container .box .box2 .cn4 .cn5 {
    font-size: 0.36rem;
  }
}
.index-box4 .container .box .box2 .cn4 .cn6 {
  color: #Fff;
  line-height: 1.625em;
  margin: 0.05rem 0 0.25rem;
}
.index-box4 .container .box .box2 .cn4 .cn7 {
  line-height: 1.625em;
  display: flex;
  align-items: center;
  color: #Fff;
}
.index-box4 .container .box .box2 .cn4 .cn7 img {
  margin-left: 0.1rem;
}
.index-box4 .container .box .box2.on {
  flex-shrink: 0;
  width: 57.5%;
}
@media (max-width: 991px) {
  .index-box4 .container .box .box2.on {
    width: calc((100% - 0.2rem) / 2);
  }
}
@media (max-width: 767px) {
  .index-box4 .container .box .box2.on {
    width: 100%;
  }
}
.index-box4 .container .box .box2.on .img::before {
  opacity: 0;
}
@media (max-width: 991px) {
  .index-box4 .container .box .box2.on .img::before {
    opacity: 1;
  }
}
.index-box4 .container .box .box2.on .img .zezao {
  opacity: 1;
}
.index-box4 .container .box .box2.on .cn2 {
  opacity: 0;
}
.index-box4 .container .box .box2.on .cn3 {
  opacity: 0;
}
.index-box4 .container .box .box2.on .cn4 {
  opacity: 1;
}
.index-box5 {
  padding: 1.4rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .index-box5 {
    padding: 1.2rem 0;
  }
}
.index-box5 .container .cn1 {
  text-align: center;
  line-height: 1.41666667em;
  color: #3386f4;
}
.index-box5 .container .cn2 {
  text-align: center;
  line-height: 1.20833333em;
  color: #0e2339;
  margin: 0.1rem 0 0.6rem;
}
.index-box5 .container {
  position: relative;
}
.index-box5 .container2 {
  max-width: 1400px;
  margin: 0 auto;
  width: 87.5%;
  position: relative;
}
@media (max-width: 991px) {
  .index-box5 .container2 {
    width: 100%;
  }
}
.index-box5 .container2 .indexbox5a {
  padding: 0.2rem 0;
  position: relative;
  overflow: hidden;
}
.index-box5 .container2 .indexbox5a .swiper-slide {
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  .index-box5 .container2 .indexbox5a .swiper-slide {
    flex-wrap: wrap;
  }
}
.index-box5 .container2 .indexbox5a .swiper-slide .left {
  width: 48.07142857%;
}
@media (max-width: 991px) {
  .index-box5 .container2 .indexbox5a .swiper-slide .left {
    width: 100%;
  }
}
.index-box5 .container2 .indexbox5a .swiper-slide .left .img {
  width: 100%;
  border-radius: 0.1rem;
}
.index-box5 .container2 .indexbox5a .swiper-slide .left .img::before {
  padding-top: 53.49182764%;
}
.index-box5 .container2 .indexbox5a .swiper-slide .right {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.1rem;
  border: 1px solid #eee;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 54.85714286%;
  z-index: 2;
  height: calc(100% + 0.4rem);
  backdrop-filter: blur(10px);
  padding: 0.5rem;
}
@media (max-width: 991px) {
  .index-box5 .container2 .indexbox5a .swiper-slide .right {
    position: relative;
    top: inherit;
    transform: translateY(0);
    width: 100%;
  }
}
.index-box5 .container2 .indexbox5a .swiper-slide .right .cn3 {
  line-height: 1.33333333em;
  color: #333333;
  transition: all 0.5s;
}
.index-box5 .container2 .indexbox5a .swiper-slide .right .cn4 {
  color: #999999;
  line-height: 1.625em;
  color: #999;
  margin: 0.15rem 0 0.4rem;
  height: 4.875em;
}
.index-box5 .container2 .indexbox5a .swiper-slide .right .cn5 {
  display: flex;
  align-items: center;
  color: #3386f4;
}
.index-box5 .container2 .indexbox5a .swiper-slide .right .cn5 svg {
  margin-left: 0.1rem;
  width: 6px;
  transition: all 0.5s;
}
.index-box5 .container2 .indexbox5a .swiper-slide .right .cn5 svg path {
  fill: #3386f4;
  opacity: 1;
  stroke: none;
}
.index-box5 .container2 .indexbox5a .swiper-slide .right .cn6 {
  position: absolute;
  right: 0.3rem;
  bottom: 0.4rem;
}
.index-box5 .container2 .indexbox5a .swiper-slide .right .cn6 img {
  height: 0.43rem;
}
.index-box5 .container2 .indexbox5a .swiper-slide:hover .left .img img {
  transform: scale(1.05);
}
.index-box5 .container2 .indexbox5a .swiper-slide:hover .right .cn3 {
  color: #3386f4;
}
.index-box5 .container2 .indexbox5a .swiper-slide:hover .right .cn5 svg {
  transform: translateX(0.05rem);
}
.index-box5 .containerbox2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.44rem auto 0.58rem;
}
@media (max-width: 991px) {
  .index-box5 .containerbox2 {
    margin: 0.44rem auto 0;
  }
}
@media (max-width: 991px) {
  .index-box5 .index-box5a {
    margin-top: 0.6rem;
  }
}
.index-box5 .index-box5a .str4 a {
  margin: 0 0.1rem;
  width: 2.05rem;
  height: 0.8rem;
  border-radius: 0.05rem;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  line-height: 0.8rem;
  background-color: #Fff;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .index-box5 .index-box5a .str4 a {
    width: 3.075rem;
    height: 1.2rem;
    line-height: 1.2rem;
  }
}
.index-box5 .index-box5a .str4 a img {
  vertical-align: middle;
  max-width: 100% !important;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .index-box5 .index-box5a .str4 a img {
    max-width: 80% !important;
    max-height: 80%;
  }
}
.index-box5 .index-box5b {
  position: relative;
  text-align: center;
  margin-top: 2rem;
  overflow: hidden;
}
.index-box5 .index-box5b .cn1 {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  display: initial;
  background: transparent -webkit-linear-gradient(left, #d2dbdb, #d2dbdb) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
  color: white;
  -webkit-text-stroke: 1px #d2dbdb;
  font-size: 1.5rem;
  line-height: 1em;
}
@media (max-width: 991px) {
  .index-box5 .index-box5b .cn1 {
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  .index-box5 .index-box5b .cn1 {
    font-size: 0.7rem;
  }
}
.index-box5 .index-box5b .cn0 {
  position: relative;
  z-index: 2;
}
.index-box5 .index-box5b .cn0 img {
  height: 4.29rem;
}
.index-box6 {
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .index-box6 {
    background-color: #3386f4;
    padding: 1.2rem 0 0;
  }
}
@media (max-width: 991px) {
  .index-box6 .img {
    display: none;
  }
}
.index-box6 .img::before {
  padding-top: 50.52083333%;
}
.index-box6 .img img {
  transition: all 0s;
}
.index-box6 .img .img2 {
  top: 1rem;
}
.index-box6 .img .img3 {
  left: 1.5rem;
  transform: scale(1.2);
}
.index-box6 .text {
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15%;
  width: 90%;
}
@media (max-width: 991px) {
  .index-box6 .text {
    position: relative;
    top: 0;
  }
}
.index-box6 .text .cn1 {
  text-align: center;
  color: #ffffff;
  line-height: 1.41666667em;
}
.index-box6 .text .cn2 {
  text-align: center;
  color: #ffffff;
  line-height: 1.20833333em;
  margin: 0.1rem 0;
}
@media (max-width: 767px) {
  .index-box6 .text .cn2 {
    margin: 0.1rem 0 0.3rem;
  }
}
.index-box6 .text .cn3 {
  text-align: center;
  color: #ffffff;
  line-height: 1.625em;
  max-width: 8.8rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .index-box6 .text .cn3 {
    font-size: 0.24rem;
  }
}
.index-box6 .text .cn4 {
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
}
.index-box6 .text .cn4 .public-btn .pcn1 {
  color: #fff;
}
.index-box6 .cn5 {
  width: 100%;
  margin-top: 0.5rem;
  display: none;
}
@media (max-width: 991px) {
  .index-box6 .cn5 {
    display: block;
  }
}
.index-box6 .cn5 img {
  width: 100%;
}
.index-box7 {
  padding: 1.6rem 0 2.9rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .index-box7 {
    padding: 1.2rem 0 2.9rem;
  }
}
.index-box7 .container .box1 {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-box7 .container .box1 .left .cn1 {
  color: #3386f4;
  line-height: 1.41666667em;
}
.index-box7 .container .box1 .left .cn2 {
  color: #0e2339;
  line-height: 1.20833333em;
  margin-top: 0.1rem;
}
.index-box7 .container .box1 .right .cn3 {
  display: flex;
  align-items: center;
  color: #3386f4;
}
.index-box7 .container .box1 .right .cn3 svg {
  width: 6px;
  margin-left: 0.1rem;
  transition: all 0.5s;
}
.index-box7 .container .box1 .right .cn3 svg path {
  fill: #3386f4;
  opacity: 1;
  stroke: none;
}
.index-box7 .container .box1 .right .cn3:hover svg {
  transform: translateX(0.05rem);
}
.index-box7 .container .box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.index-box7 .container .box2 .left {
  width: 61.5625%;
}
@media (max-width: 991px) {
  .index-box7 .container .box2 .left {
    width: 100%;
  }
}
.index-box7 .container .box2 .left .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.index-box7 .container .box2 .left .box .img {
  width: 51.37055838%;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .index-box7 .container .box2 .left .box .img {
    width: 100%;
  }
}
.index-box7 .container .box2 .left .box .img::before {
  padding-top: 77.47035573%;
}
.index-box7 .container .box2 .left .box .text {
  width: 44.16243655%;
}
@media (max-width: 767px) {
  .index-box7 .container .box2 .left .box .text {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.index-box7 .container .box2 .left .box .text .cn4 {
  min-width: 0.9rem;
  text-align: center;
  line-height: 0.3rem;
  border-radius: 0.05rem;
  background-color: rgba(51, 134, 244, 0.1);
  color: #3386f4;
  display: inline-block;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .index-box7 .container .box2 .left .box .text .cn4 {
    line-height: 0.6rem;
    border-radius: 0.1rem;
  }
}
.index-box7 .container .box2 .left .box .text .cn5 {
  margin-top: 0.2rem;
  color: #333333;
  line-height: 1.33333333em;
  transition: all 0.5s;
}
.index-box7 .container .box2 .left .box .text .cn6 {
  width: 0.3rem;
  height: 0.03rem;
  background-color: #3386f4;
  margin: 0.25rem 0;
}
.index-box7 .container .box2 .left .box .text .cn7 {
  color: #999999;
  line-height: 1.625em;
}
@media (max-width: 991px) {
  .index-box7 .container .box2 .left .box .text .cn7 {
    -webkit-line-clamp: 2;
  }
}
.index-box7 .container .box2 .left .box .text .cn8 {
  color: #999999;
  line-height: 1.71428571em;
  margin-top: 0.3rem;
}
.index-box7 .container .box2 .left .box:hover .img img {
  transform: scale(1.05);
}
.index-box7 .container .box2 .left .box:hover .text .cn5 {
  color: #3386f4;
}
.index-box7 .container .box2 .right {
  width: 29.6875%;
}
@media (max-width: 991px) {
  .index-box7 .container .box2 .right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.index-box7 .container .box2 .right .box {
  display: flex;
  justify-content: space-between;
  padding: 0.22rem 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.index-box7 .container .box2 .right .box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #3386f4;
  transition: all 0.5s;
}
.index-box7 .container .box2 .right .box:nth-child(1) {
  padding-top: 0;
}
.index-box7 .container .box2 .right .box .img {
  width: 27.36842105%;
  border-radius: 0.1rem;
}
.index-box7 .container .box2 .right .box .img::before {
  padding-top: 77.47035573%;
}
.index-box7 .container .box2 .right .box .text {
  width: 65.26315789%;
}
.index-box7 .container .box2 .right .box .text .cn9 {
  color: #333333;
  transition: all 0.5s;
  line-height: 1.625em;
}
.index-box7 .container .box2 .right .box .text .cn10 {
  margin-top: 0.1rem;
  color: #999999;
  line-height: 1.71428571em;
}
.index-box7 .container .box2 .right .box:hover::before {
  width: 100%;
}
.index-box7 .container .box2 .right .box:hover .img img {
  transform: scale(1.05);
}
.index-box7 .container .box2 .right .box:hover .text .cn9 {
  color: #3386f4;
}
.index-box8 {
  width: 100%;
  transform: translateY(-50%);
}
.index-box8 .container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.6rem 0 0.4rem;
  border-radius: 0.1rem;
  box-shadow: 0px 3px 27px 0px rgba(177, 187, 203, 0.29);
}
@media (max-width: 991px) {
  .index-box8 .container {
    width: 100%;
  }
}
.index-box8 .container .cn1 {
  text-align: center;
  color: #Fff;
  line-height: 1.27777778em;
  padding: 0 0.4rem;
}
@media (max-width: 991px) {
  .index-box8 .container .cn1 {
    padding: 0 5%;
  }
}
.index-box8 .container .cn2 {
  margin-top: 0.05rem;
  margin-bottom: 0.25rem;
  line-height: 1.625em;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 0.4rem;
  font-weight: normal;
}
@media (max-width: 991px) {
  .index-box8 .container .cn2 {
    padding: 0 5%;
  }
}
.index-box8 .container .cn3 {
  display: flex;
  justify-content: center;
}
.index-box8 .container .cn3 .cn4 {
  background-color: #fff;
}
.index-box8 .container .cn3 .cn4 .pcn1 {
  color: #3386f4;
}
.index-box8 .container .cn3 .cn4:hover .pcn1 svg path {
  fill: #3386f4;
}
.footer {
  width: 100%;
  background-color: #0e2339;
  position: relative;
  z-index: 9;
}
.footer .footer1 .container .box1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer1 .container .box1 .left {
  width: 30%;
}
@media (max-width: 991px) {
  .footer .footer1 .container .box1 .left {
    width: 100%;
    padding-bottom: 0.3rem;
  }
}
.footer .footer1 .container .box1 .left .logo {
  display: flex;
  align-items: center;
}
.footer .footer1 .container .box1 .left .logo img {
  max-height: 0.54rem;
}
.footer .footer1 .container .box1 .left .logo img:nth-child(1) {
  margin-right: 0.3rem;
}
.footer .footer1 .container .box1 .left .box1a {
  width: 77.08333333%;
}
@media (max-width: 991px) {
  .footer .footer1 .container .box1 .left .box1a {
    width: 100%;
  }
}
.footer .footer1 .container .box1 .left .box1a .cn1 {
  color: #Fff;
  padding: 0 0.2rem;
  margin: 0.7rem 0 0.15rem;
  line-height: 1.55555556em;
}
.footer .footer1 .container .box1 .left .box1a form {
  position: relative;
}
.footer .footer1 .container .box1 .left .box1a form input {
  padding: 0 1.4rem 0 0.2rem;
  width: 100%;
  border: 1px solid rgba(238, 238, 238, 0.1);
  border-radius: 0.1rem;
  line-height: 0.57rem;
  color: #fff;
}
@media (max-width: 991px) {
  .footer .footer1 .container .box1 .left .box1a form input {
    line-height: 0.8rem;
  }
}
.footer .footer1 .container .box1 .left .box1a form button {
  position: absolute;
  right: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3386f4;
  border: 0 solid #3386f4;
  min-width: 1.2rem;
}
@media (max-width: 991px) {
  .footer .footer1 .container .box1 .left .box1a form button {
    line-height: 0.7rem;
    min-width: 1.6rem;
  }
}
.footer .footer1 .container .box1 .left .box1a form button .pcn1 {
  color: #fff;
}
.footer .footer1 .container .box1 .left .box1f {
  display: flex;
  margin-top: 0.6rem;
}
.footer .footer1 .container .box1 .left .box1f .box1g {
  position: relative;
  display: flex;
}
.footer .footer1 .container .box1 .left .box1f .box1g .cn20 {
  width: 0.36rem;
  height: 0.36rem;
  border: 1px solid rgba(238, 238, 238, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.1rem;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .footer .footer1 .container .box1 .left .box1f .box1g .cn20 {
    width: 0.72rem;
    height: 0.72rem;
  }
}
.footer .footer1 .container .box1 .left .box1f .box1g .cn20 svg {
  width: auto;
  max-height: 0.17rem;
}
@media (max-width: 991px) {
  .footer .footer1 .container .box1 .left .box1f .box1g .cn20 svg {
    max-height: 0.34rem;
  }
}
.footer .footer1 .container .box1 .left .box1f .box1g .cn20 svg path {
  fill: #cdd0d2;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.footer .footer1 .container .box1 .left .box1f .box1g .cn21 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-top: 0.2rem;
  width: 100px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .footer .footer1 .container .box1 .left .box1f .box1g .cn21 {
    left: 0;
    transform: initial;
  }
}
.footer .footer1 .container .box1 .left .box1f .box1g .cn21 .cn22 {
  width: 100px;
  height: 100px;
  background-color: #Fff;
  border-radius: 0.1rem;
  padding: 0.05rem;
  display: block;
}
.footer .footer1 .container .box1 .left .box1f .box1g .cn21 .cn22 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .footer1 .container .box1 .left .box1f .box1g:hover .cn20 {
  background-color: #3386f4;
  border: 1px solid #3386f4;
}
.footer .footer1 .container .box1 .left .box1f .box1g:hover .cn20 svg path {
  fill: #Fff;
}
.footer .footer1 .container .box1 .left .box1f .box1g:hover .cn21 {
  opacity: 1;
  visibility: visible;
}
.footer .footer1 .container .box1 .right {
  width: 61.875%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .footer .footer1 .container .box1 .right {
    width: 100%;
    display: none;
  }
}
.footer .footer1 .container .box1 .right .box1b {
  width: 20.2020202%;
}
@media (max-width: 1580px) {
  .footer .footer1 .container .box1 .right .box1b {
    width: 24.24242424%;
    padding-right: 0.2rem;
  }
}
.footer .footer1 .container .box1 .right .box1c {
  width: 13.13131313%;
}
@media (max-width: 1580px) {
  .footer .footer1 .container .box1 .right .box1c {
    width: 24.24242424%;
  }
}
.footer .footer1 .container .box1 .right .box1d {
  width: 50.50505051%;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer1 .container .box1 .right .box1d .fbul {
  width: 20%;
  margin-right: 20%;
}
@media (max-width: 1580px) {
  .footer .footer1 .container .box1 .right .box1d .fbul {
    width: 30%;
    margin-right: 5%;
    justify-content: space-between;
  }
}
.footer .footer1 .container .box1 .right .box1d .fbul:nth-child(3n) {
  margin-right: 0;
}
.footer .footer1 .container .box1 .right .fbcn1 {
  color: #Fff;
  line-height: 1.5em;
  display: block;
  margin-bottom: 0.15rem;
  transition: all 0.5s;
}
.footer .footer1 .container .box1 .right .fbcn1:hover {
  color: #3386f4;
}
.footer .footer1 .container .box1 .right .fsli {
  margin-top: 0.05rem;
}
.footer .footer1 .container .box1 .right .fbcn2 {
  line-height: 1.71428571em;
  position: relative;
  color: #999999;
  opacity: 0.7;
  transition: all 0.5s;
}
.footer .footer1 .container .box1 .right .fbcn2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #0097ff;
  transition: all 0.5s;
}
.footer .footer1 .container .box1 .right .fbcn2:hover {
  opacity: 1;
  color: #0097ff;
  text-decoration: underline;
}
.footer .footer1 .container .box2 {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.2rem;
}
.footer .footer1 .container .box2 .cn30 {
  margin-top: 0.2rem;
  line-height: 1.625em;
  color: #666;
  margin-right: 0.3rem;
}
.footer .footer1 .container .box2 .cn31 {
  margin-top: 0.2rem;
  line-height: 1.625em;
  color: #999;
  margin-right: 0.3rem;
  transition: all 0.5s;
}
.footer .footer1 .container .box2 .cn31:hover {
  color: #3386f4;
}
.footer .footer1 .container .box3 {
  padding: 0.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .footer1 .container .box3 .left {
    width: 100%;
    text-align: center;
  }
}
.footer .footer1 .container .box3 .left .cn32 {
  color: #999;
  opacity: 0.3;
}
.footer .footer1 .container .box3 .left .cn32 a {
  color: #999;
  margin-left: 0.2rem;
  transition: all 0.5s;
}
.footer .footer1 .container .box3 .left .cn32 a:hover {
  color: #3386f4;
  opacity: 1;
}
.footer .footer1 .container .box3 .right {
  display: flex;
}
@media (max-width: 991px) {
  .footer .footer1 .container .box3 .right {
    width: 100%;
    justify-content: center;
  }
}
.footer .footer1 .container .box3 .right .cn33 {
  color: #999;
  opacity: 0.3;
  transition: all 0.5s;
}
.footer .footer1 .container .box3 .right .cn33:hover {
  color: #3386f4;
  opacity: 1;
}
.footer .footer1 .container .box3 .right .cn34 {
  margin: 0 0.15rem;
  color: #999;
  opacity: 0.3;
}
.public-aside {
  position: fixed;
  right: 0.2rem;
  bottom: 1rem;
  z-index: 10;
}
@media (max-width: 991px) {
  .public-aside {
    display: none;
  }
}
.public-aside .box {
  position: relative;
  margin-top: 5px;
  cursor: pointer;
}
.public-aside .box.box2 .img {
  background-color: #3386f4;
}
.public-aside .box .img {
  width: 60px;
  height: 60px;
  background-color: #Fff;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.public-aside .box .img img {
  max-width: 80%;
  max-height: 80%;
  object-fit: cover;
}
.public-aside .box .img svg {
  max-width: 80%;
  max-height: 80%;
  object-fit: cover;
}
.public-aside .box .img svg path {
  fill: #3386f4;
  opacity: 1;
  stroke: none;
}
.public-aside .box .text {
  transition: all 0.5s;
  position: absolute;
  width: 160px;
  opacity: 0;
  padding: 15px;
  right: 0;
  visibility: hidden;
  top: 0;
  background-color: #fbfcfe;
  line-height: 30px;
  border-radius: 0.1rem 0 0 0.1rem;
}
.public-aside .box.box3:hover .img {
  border-radius: 0 0.1rem 0.1rem 0;
}
.public-aside .box.box3:hover .img svg path {
  fill: #Fff;
}
.public-aside .box.box3:hover .text {
  opacity: 1;
  visibility: visible;
  right: 100%;
}
.public-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem 0;
}
.public-nav .cn1 {
  color: #666666;
  line-height: 1.625em;
  transition: all 0.5s;
}
.public-nav .cn1:hover {
  color: #3386f4;
}
.public-nav .cn1:last-child {
  color: #3386f4;
}
.public-nav .cn2 {
  color: #666666;
  line-height: 1.625em;
  margin: 0 0.05rem;
}
.error {
  padding-top: 1.55rem;
  padding-bottom: 3.2rem;
}
.error .img {
  text-align: center;
}
.error .img img {
  height: 3.32rem;
}
.error .text {
  margin-top: 0.5rem;
  line-height: 1.88888889em;
  text-align: center;
  color: #999999;
}
.error .text span {
  color: #3386f4;
}
.error .text span em {
  font-style: normal;
  color: #3386f4;
}
.policy {
  margin-top: 0.85rem;
  background-color: #Fff;
  border-radius: 0.1rem;
  padding: 1rem 2rem 2.2rem;
}
@media (max-width: 991px) {
  .policy {
    padding: 1rem 0.3rem 2.2rem;
  }
}
.policy .textbox .cn1 {
  text-align: center;
  line-height: 1.20833333em;
  color: #0e2339;
}
.policy .textbox .cn2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #f0f0f0;
}
.policy .textbox .cn2 span {
  color: #999999;
  line-height: 1.625em;
  margin: 0.35rem 0.2rem 0;
}
@media (max-width: 767px) {
  .policy .textbox .cn2 span {
    margin: 0.35rem 0.1rem 0;
    font-size: 0.24rem;
  }
}
.policy .public-content {
  padding: 0.6rem 0 0;
  color: #666666;
  line-height: 1.55555556em;
}
.policy .public-content h3 {
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .policy .public-content h3 {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .policy .public-content h3 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .policy .public-content h3 {
    font-size: 0.28rem;
  }
}
.policy .public-content p {
  color: #666666;
}
.sitemap {
  margin-top: 0.5rem;
}
.sitemap .box {
  display: flex;
  flex-wrap: wrap;
  padding: 0.4rem 0;
  border-bottom: 1px solid #eee;
}
.sitemap .box .cn2 {
  flex-shrink: 0;
  width: 1.8rem;
  line-height: 0.3rem;
  color: #333333;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .sitemap .box .cn2 {
    line-height: 0.5rem;
  }
}
.sitemap .box .cn2:hover {
  color: #3386f4;
  text-decoration: underline;
}
.sitemap .box .cn3 {
  width: calc(100% - 1.8rem);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sitemap .box .cn3 {
    width: 100%;
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .sitemap .box .cn3 .cn4 {
    margin-top: 0.15rem;
  }
}
.sitemap .box .cn3 .cn5 {
  line-height: 0.3rem;
  margin-right: 0.5rem;
  color: #333333;
  transition: all 0.5s;
}
.sitemap .box .cn3 .cn5:hover {
  color: #3386f4;
  text-decoration: underline;
}
.sitemap .box:nth-child(1) .cn3 .cn5 {
  margin-right: 1.2rem;
}
@media (max-width: 991px) {
  .sitemap .box:nth-child(1) .cn3 .cn5 {
    margin-right: 0.5rem;
  }
}
.search1 {
  margin-top: 0.1rem;
  padding-bottom: 1.35rem;
}
.search1 .cn1 {
  line-height: 1.20833333em;
  text-align: center;
  color: #0e2339;
}
.search1 .cn2 {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  position: relative;
}
.search1 .cn2 form {
  position: relative;
}
@media (max-width: 991px) {
  .search1 .cn2 form {
    width: 100%;
  }
}
.search1 .cn2 input {
  width: 6.3rem;
  line-height: 0.6rem;
  border-radius: 0.1rem;
  background: #Fff;
  padding: 0 1rem 0 0.3rem;
  border: 1px solid #ddd;
  color: #666666;
}
@media (max-width: 991px) {
  .search1 .cn2 input {
    width: 100%;
    line-height: 0.8rem;
  }
}
.search1 .cn2 input::placeholder {
  color: #666;
}
.search1 .cn2 button {
  width: 0.54rem;
  height: 0.54rem;
  background-color: #3386f4;
  border-radius: 0.05rem;
  position: absolute;
  right: 0.03rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .search1 .cn2 button {
    width: 0.7rem;
    height: 0.7rem;
    right: 0.05rem;
  }
}
.search-nav {
  display: flex;
  line-height: 0.84rem;
  background-color: #Fff;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  overflow: auto;
  padding: 0 0.5rem;
}
.search-nav.search-nav2 {
  background-color: #f5f9fe;
}
.search-nav .cn1 {
  margin: 0 0.5rem;
  color: #666666;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 991px) {
  .search-nav .cn1 {
    margin: 0 0.2rem;
  }
}
.search-nav .cn1:nth-child(1) {
  margin: 0 0.5rem 0 auto;
}
@media (max-width: 991px) {
  .search-nav .cn1:nth-child(1) {
    margin: 0 0.2rem 0 auto;
  }
}
.search-nav .cn1:last-child {
  margin: 0 auto 0 0.5rem;
}
@media (max-width: 991px) {
  .search-nav .cn1:last-child {
    margin: 0 auto 0 0.2rem;
  }
}
.search-nav .cn1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #3386f4;
  transition: all 0.5s;
  width: 0;
}
.search-nav .cn1.on {
  color: #3386f4;
}
.search-nav .cn1.on::before {
  width: 100%;
}
.search-nav .cn1:hover {
  color: #3386f4;
}
.search-nav .cn1:hover::before {
  width: 100%;
}
.search-box {
  background-color: #Fff;
  padding-bottom: 2.75rem;
}
.search-box2 {
  padding-bottom: 1.3rem;
}
.search-list {
  padding: 1rem 0 0;
}
.search-list.news-list {
  padding: 0.7rem 0 0;
}
.search-list.news-list .box {
  display: flex;
  flex-wrap: wrap;
}
.search-list.news-list .box .box2 {
  margin-right: 0.3rem;
  width: calc((100% - 0.6rem) / 3);
}
@media (max-width: 991px) {
  .search-list.news-list .box .box2 {
    margin-right: 0;
    width: 100%;
  }
}
.search-list.news-list .box .box2:nth-child(3n) {
  margin-right: 0;
}
.search-list.news-list .box .box2 .img {
  width: 100%;
}
.search-list.news-list .box .box2 .text {
  width: 100%;
}
.search-list.resource-list {
  padding: 0.7rem 0 0;
}
.search-list.resource-list .box {
  display: flex;
  flex-wrap: wrap;
}
.search-list.resource-list .box .box2 {
  margin-right: 0.3rem;
  position: relative;
  overflow: hidden;
  width: calc((100% - 0.6rem) / 3);
}
@media (max-width: 991px) {
  .search-list.resource-list .box .box2 {
    margin-right: 0;
    width: 100%;
  }
}
.search-list.resource-list .box .box2:nth-child(3n) {
  margin-right: 0;
}
.search-list.resource-list .box .box2 .bgimg {
  left: 100%;
  top: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s;
}
.search-list.resource-list .box .box2 .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-list.resource-list .box .box2 .text {
  position: relative;
  z-index: 2;
  width: 100%;
}
.search-list.resource-list .box .box2 .text .date {
  width: 75px;
  line-height: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #eee;
  display: flex;
  color: #666666;
  position: relative;
  transition: all 0.5s;
}
.search-list.resource-list .box .box2 .text .date::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 0;
  border-width: 0px 0px 23px 15px;
  border-style: none solid solid;
  border-color: transparent transparent #3386f4;
  transition: all 0.5s;
}
.search-list.resource-list .box .box2 .text .date span {
  width: 50%;
  text-align: center;
  letter-spacing: -1px;
}
.search-list.resource-list .box .box2 .text .date span:nth-child(1) {
  color: #666;
  transition: all 0.5s;
}
.search-list.resource-list .box .box2 .text .date span:nth-child(2) {
  transition: all 0.5s;
  color: #fff;
  position: relative;
}
.search-list.resource-list .box .box2 .text .tcn1 {
  height: 4.25em;
  transition: all 0.5s;
}
.search-list.resource-list .box .box2 .text .tcn4::before {
  background-color: #d5d5d5;
  opacity: 0.2;
  transition: all 0.5s;
}
.search-list.resource-list .box .box2 .text .tcn3 svg {
  transform: translate(0) !important;
  width: 0.17rem;
}
@media (max-width: 991px) {
  .search-list.resource-list .box .box2 .text .tcn3 svg {
    width: 0.3rem;
  }
}
.search-list.resource-list .box .box2:hover .bgimg {
  top: 0;
  left: 0;
}
.search-list.resource-list .box .box2:hover .text .date {
  border: 1px solid #93bdf4;
  background-color: #93bdf4;
}
.search-list.resource-list .box .box2:hover .text .date::before {
  border-color: transparent transparent #Fff;
}
.search-list.resource-list .box .box2:hover .text .date span:nth-child(1) {
  color: #Fff;
}
.search-list.resource-list .box .box2:hover .text .date span:nth-child(2) {
  color: #3386f4;
}
.search-list.resource-list .box .box2:hover .text .tcn1 {
  color: #fff;
}
.search-list.resource-list .box .box2:hover .text .tcn3 {
  color: #fff;
}
.search-list.resource-list .box .box2:hover .text .tcn3 svg path {
  fill: #fff;
}
.search-list .box .box2 {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #eee;
  border-radius: 0.1rem;
}
.search-list .box .box2 .img {
  width: 31.78571429%;
  border-radius: 0.1rem 0.1rem 0 0;
}
.search-list .box .box2 .img::before {
  padding-top: 60.6741573%;
}
@media (max-width: 991px) {
  .search-list .box .box2 .img {
    width: 100%;
  }
}
.search-list .box .box2 .text {
  width: 68.21428571%;
  padding: 0.3rem;
}
@media (max-width: 991px) {
  .search-list .box .box2 .text {
    width: 100%;
  }
}
.search-list .box .box2 .text .fenlei {
  display: inline-block;
  min-width: 0.9rem;
  line-height: 0.3rem;
  border-radius: 0.05rem;
  background-color: #eaf3fe;
  text-align: center;
  color: #3386f4;
}
@media (max-width: 991px) {
  .search-list .box .box2 .text .fenlei {
    line-height: 0.6rem;
    border-radius: 0.1rem;
    padding: 0 0.2rem;
  }
}
.search-list .box .box2 .text .tcn1 {
  margin-top: 0.2rem;
  line-height: 1.41666667em;
  color: #333333;
}
.search-list .box .box2 .text .tcn1 span {
  color: #3386f4;
}
.search-list .box .box2 .text .tcn2 {
  margin-top: 0.08rem;
  height: 3.25em;
  line-height: 1.625em;
  color: #999999;
}
.search-list .box .box2 .text .tcn4 {
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: relative;
  margin: 0.3rem 0 0.15rem;
}
.search-list .box .box2 .text .tcn4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #3386f4;
  transition: all 0.5s;
}
.search-list .box .box2 .text .tcn3 {
  display: flex;
  align-items: center;
  color: #333333;
  transition: all 0.5s;
}
.search-list .box .box2 .text .tcn3 svg {
  width: 6px;
  height: auto;
  margin-left: 0.1rem;
  transition: all 0.5s;
}
.search-list .box .box2 .text .tcn3 svg path {
  fill: #3386f4;
  opacity: 1;
  stroke: none;
}
.search-list .box .box2:hover .img img {
  transform: scale(1.05);
}
.search-list .box .box2:hover .text .tcn4::before {
  width: 100%;
}
.search-list .box .box2:hover .text .tcn3 {
  color: #3386f4;
}
.search-list .box .box2:hover .text .tcn3 svg {
  transform: translateX(0.05rem);
}
/********** 分页 **********/
.public-page {
  margin-top: 0.8rem;
}
.x-page .x-con {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.x-page .x-con a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #dddddd;
  margin: 0 5px;
  border-radius: 0.05rem;
  transition: 0.4s ease-in-out;
  color: #999999;
}
@media (max-width: 767px) {
  .x-page .x-con a {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.05rem 0.1rem;
  }
}
.x-page .x-con a.active {
  background-color: #3386f4;
  color: #fff;
}
.x-page .x-con a:hover {
  background-color: #3386f4;
  color: #fff;
}
.x-page .x-con a:hover svg path {
  fill: #fff;
}
.x-page .x-con a.x-l svg {
  transform: rotate(180deg);
}
.x-page .x-con a svg {
  width: 8px;
  height: 13px;
}
@media (max-width: 991px) {
  .x-page .x-con a svg {
    width: 0.16rem;
    height: 0.26rem;
  }
}
.x-page .x-con a svg path {
  opacity: 1;
  stroke: none;
  fill: #999999;
  transition: 0.4s ease-in-out;
}
.x-page .x-con span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  font-weight: bold;
  margin: 0 -5px;
  color: #999999;
}
@media (max-width: 767px) {
  .x-page .x-con span {
    margin: 0;
  }
}
.x-page .x-con .x-f {
  display: flex;
  align-items: center;
}
.x-page .x-con .x-f input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 0.75rem;
  height: 0.5rem;
  border: 1px solid #dddddd;
  margin: 0 5px;
  font-weight: bold;
  transition: 0.4s ease-in-out;
  border-radius: 0.05rem;
}
@media (max-width: 767px) {
  .x-page .x-con .x-f input {
    width: 1.2rem;
    height: 0.6rem;
    margin: 0 0.05rem 0.1rem;
  }
}
.x-page .x-con .x-f input[type="number"]::-webkit-inner-spin-button,
.x-page .x-con .x-f input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.x-page .x-con .x-f p {
  font-weight: bold;
  color: #999;
}
.x-page .x-con .x-f p:nth-of-type(1) {
  margin: 0 0.15rem;
}
.x-page .x-con .x-f p:last-child {
  margin-left: 0.05rem;
}
.public-noresult {
  padding: 1.4rem 0 2.5rem;
}
.public-noresult .box {
  text-align: center;
}
.public-noresult .box .cn1 {
  width: 0.52rem;
  height: 0.52rem;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3386f4;
}
@media (max-width: 991px) {
  .public-noresult .box .cn1 {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.public-noresult .box .cn1 img {
  width: 40%;
  max-width: 100%;
}
.public-noresult .box .cn2 {
  color: #666666;
  margin-top: 0.3rem;
}
.public-banner {
  position: relative;
}
.public-banner .img::before {
  padding-top: 35.35353535%;
}
@media (max-width: 991px) {
  .public-banner .img::before {
    padding-top: 100%;
  }
}
@media (max-width: 991px) {
  .public-banner .img .pc-img {
    display: none;
  }
}
.public-banner .img .mb-img {
  display: none;
}
@media (max-width: 991px) {
  .public-banner .img .mb-img {
    display: block;
  }
}
.public-banner .img .yinying {
  height: auto;
  z-index: 4;
}
.public-banner .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.public-banner .container {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}
.public-banner .container .cn2 {
  text-align: left;
  color: #fff;
  margin-bottom: 0.2rem;
  line-height: 1.41666667em;
}
.public-banner .container .cn1 {
  text-align: left;
  color: #fff;
  line-height: 1.17857143em;
}
.public-banner .container1400 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}
.public-banner .container1400 .cn2 {
  text-align: left;
  color: #fff;
  margin-bottom: 0.2rem;
  line-height: 1.41666667em;
}
.public-banner .container1400 .cn1 {
  text-align: left;
  color: #fff;
  line-height: 1.17857143em;
}
.public-banner .cn3 {
  display: flex;
}
.public-banner .cn3 .public-btn {
  margin-right: 0.2rem;
  margin-top: 0.5rem;
}
.public-banner .cn3 .public-btn .pcn1 {
  color: #fff;
}
.public-banner .cn4 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .public-banner .cn4 {
    position: relative;
    top: initial;
    transform: translateY(0);
    margin-top: 0.5rem;
  }
}
.public-banner .cn4 img {
  height: 2.72rem;
}
@media (max-width: 767px) {
  .public-banner.public-banner2 .container1400 .cn1 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .public-banner.public-banner2 .container .cn1 {
    font-size: 0.4rem;
  }
}
@media (max-width: 991px) {
  .public-banner.public-banner3 .public-nav {
    display: none;
  }
}
.public-banner.public-banner3 .img::before {
  padding-top: 35.35353535%;
}
@media (max-width: 991px) {
  .public-banner.public-banner3 .img::before {
    padding-top: 100%;
  }
}
@media (max-width: 767px) {
  .public-banner.public-banner3 .img::before {
    padding-top: 120%;
  }
}
.public-banner.public-banner3 .containerbox {
  top: 1rem;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .public-banner.public-banner3 .containerbox {
    top: 1.5rem;
  }
}
.public-banner.public-banner3 .containerbox .public-nav {
  padding: 0;
}
.public-banner.public-banner3 .containerbox .public-nav .cn1:hover {
  color: #3386f4;
}
.contact {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.3rem 0 3rem;
}
.contact .container1400 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .container1400 .left {
  width: 37.14285714%;
  padding-top: 0.2rem;
}
@media (max-width: 991px) {
  .contact .container1400 .left {
    width: 100%;
  }
}
.contact .container1400 .left .box1a {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.contact .container1400 .left .box1a .cn1 {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #3386f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .contact .container1400 .left .box1a .cn1 {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.contact .container1400 .left .box1a .cn1 img {
  max-width: 40%;
}
.contact .container1400 .left .box1a .cn2 .cn3 {
  display: block;
  color: #999999;
  line-height: 1.71428571em;
}
.contact .container1400 .left .box1a .cn2 .cn4 {
  display: block;
  color: #333333;
  line-height: 1.55555556em;
}
.contact .container1400 .left .box2 .box2a {
  margin-bottom: 0.2rem;
}
.contact .container1400 .left .box2 .box2a .cn5 {
  display: block;
  color: #999999;
  line-height: 1.71428571em;
}
.contact .container1400 .left .box2 .box2a .cn6 {
  display: block;
  color: #333333;
  line-height: 1.55555556em;
}
.contact .container1400 .left .box3 {
  margin-top: 0.3rem;
  position: relative;
}
.contact .container1400 .left .box3 .cn11 {
  width: 100%;
}
.contact .container1400 .left .box3 .cn11 img {
  width: 100%;
}
.contact .container1400 .left .box3 .cn12 {
  position: absolute;
  left: 48.07692308%;
  top: 43.66812227%;
  width: 6.92307692%;
  border-radius: 50%;
  z-index: 3;
  background-color: #3386f4;
  overflow: initial;
}
.contact .container1400 .left .box3 .cn12 img {
  width: 0.15rem;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact .container1400 .left .box3 .cn12 span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background-color: #3386f4;
  animation: donghuacontact 4s infinite linear;
}
.contact .container1400 .right {
  width: 50%;
  background-color: #Fff;
  padding: 0.5rem;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .contact .container1400 .right {
    width: 100%;
    margin-top: 1rem;
    padding: 0.5rem 0.3rem;
  }
}
.contact .container1400 .right .cn7 {
  color: #0e2339;
  line-height: 1.27777778em;
}
.contact .container1400 .right .cn8 {
  color: #666666;
  line-height: 1.625em;
  margin: 0.1rem 0 0.45rem;
}
.contact .container1400 .right .cn9 {
  margin-bottom: 0.1rem;
}
@media (max-width: 991px) {
  .contact .container1400 .right .cn9 {
    margin-bottom: 0.2rem;
  }
}
.contact .container1400 .right .cn9 input {
  padding: 0 0.2rem;
  width: 100%;
  border-radius: 0.05rem;
  border: 1px solid #eee;
  line-height: 0.6rem;
  color: #666666;
}
@media (max-width: 991px) {
  .contact .container1400 .right .cn9 input {
    line-height: 0.76rem;
  }
}
.contact .container1400 .right .cn9 input::placeholder {
  color: #666;
}
.contact .container1400 .right .cn9 textarea {
  padding: 0 0.2rem;
  width: 100%;
  border-radius: 0.05rem;
  border: 1px solid #eee;
  line-height: 0.6rem;
  color: #666666;
  height: 2rem;
}
.contact .container1400 .right .cn9 textarea::placeholder {
  color: #666;
}
.contact .container1400 .right .cn10 button {
  width: 100%;
}
@keyframes donghuacontact {
  from {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.5);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
}
.news-info1 {
  padding-top: 0.4rem;
  padding-bottom: 2.7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-info1 .left {
  width: 62.85714286%;
}
@media (max-width: 991px) {
  .news-info1 .left {
    width: 100%;
  }
}
.news-info1 .left .cn1 {
  color: #333;
  line-height: 1.20833333em;
}
.news-info1 .left .box1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.2rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #ebebeb;
}
.news-info1 .left .box1 .cn2 .cn3 {
  margin-right: 0.4rem;
  color: #999999;
}
@media (max-width: 767px) {
  .news-info1 .left .box1 .cn2 .cn3 {
    font-size: 0.24rem;
  }
}
.news-info1 .left .box1 .cn2 .cn3a {
  color: #333;
}
.news-info1 .left .box1 .share {
  display: flex;
  align-items: center;
  color: #666666;
}
.news-info1 .left .box1 .share .cn4 {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  margin-left: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .news-info1 .left .box1 .share .cn4 {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.news-info1 .left .box1 .share .cn4 svg {
  width: auto;
  height: 0.16rem;
}
@media (max-width: 991px) {
  .news-info1 .left .box1 .share .cn4 svg {
    height: 0.3rem;
  }
}
.news-info1 .left .box1 .share .cn4 svg path {
  fill: #ddd;
  opacity: 1;
  stroke: none;
}
.news-info1 .left .box1 .share .cn4:hover {
  background-color: transparent;
}
.news-info1 .left .box1 .share .cn4:hover svg path {
  fill: #3386f4;
}
.news-info1 .left .box2 {
  padding-top: 0.2rem;
  padding-bottom: 0.9rem;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
}
.news-info1 .left .box2 a {
  color: #333;
}
.news-info1 .left .box3 {
  display: flex;
  align-items: center;
  padding-top: 0.2rem;
}
@media (max-width: 991px) {
  .news-info1 .left .box3 {
    flex-wrap: wrap;
  }
}
.news-info1 .left .box3 .cn5 {
  width: 50%;
  color: #333333;
  line-height: 2.25em;
  transition: all 0.4s;
  display: block;
}
@media (max-width: 991px) {
  .news-info1 .left .box3 .cn5 {
    width: 100%;
  }
}
.news-info1 .left .box3 .cn5:hover {
  color: #3386f4;
}
.news-info1 .left .box3 .cn5.cn5none {
  color: #999999;
  cursor: auto;
}
.news-info1 .left .box3 .cn5:last-child {
  text-align: right;
}
@media (max-width: 991px) {
  .news-info1 .left .box3 .cn5:last-child {
    text-align: left;
  }
}
.news-info1 .left .box3 .cn5b {
  margin: 0 0.5rem;
  flex-shrink: 0;
  color: #222222;
  display: flex;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .news-info1 .left .box3 .cn5b {
    width: 100%;
    margin: 0;
    order: 1;
    margin: 0.4rem auto 0;
    justify-content: center;
  }
}
.news-info1 .left .box3 .cn5b img {
  margin-left: 0.1rem;
  width: 14px;
}
.news-info1 .left .box3 .cn5b:hover {
  color: #3386f4;
}
.news-info1 .right {
  width: 30.35714286%;
}
@media (max-width: 991px) {
  .news-info1 .right {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.news-info1 .right .box4 {
  padding: 0.3rem 0.45rem;
  border-radius: 0.1rem;
  position: sticky;
  right: 0;
  top: 0;
  background-color: #f9fbff;
}
@media (max-width: 991px) {
  .news-info1 .right .box4 {
    position: relative;
    padding: 0.5rem 0.3rem;
  }
}
.news-info1 .right .box4 .cn6 {
  line-height: 1.41666667em;
  color: #333;
  margin-bottom: 0.15rem;
}
@media (max-width: 991px) {
  .news-info1 .right .box4 .cn6 {
    font-size: 0.4rem;
  }
}
.news-info1 .right .box4 .cn7 {
  border-top: 1px solid #f0f0f0;
  padding: 0.2rem 0;
  display: block;
}
.news-info1 .right .box4 .cn7:last-child {
  padding: 0.2rem 0 0;
}
.news-info1 .right .box4 .cn7 .cn8 {
  display: block;
  color: #333333;
  transition: all 0.4s;
  line-height: 1.5em;
}
.news-info1 .right .box4 .cn7 .cn9 {
  margin-top: 0.1rem;
  display: block;
  color: #999999;
  transition: all 0.4s;
  line-height: 1.625em;
}
.news-info1 .right .box4 .cn7:hover .cn8 {
  color: #3386f4;
}
.news-info1 .right .box4 .cn7:hover .cn9 {
  color: #3386f4;
}
.news-info1 .left .box1 .share .cn4::before {
  display: none;
}
.resource-box1 {
  padding-top: 1.2rem;
}
.resource-box1 .rcn1 {
  text-align: center;
  line-height: 1.20833333em;
}
.resource-box1 .rcn2 {
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .resource-box1 .rcn2 {
    flex-wrap: wrap;
  }
}
.resource-box1 .rcn2 .rcn3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.resource-box1 .rcn2 .rcn3 .rcn4 {
  margin-right: 0.1rem;
  text-align: center;
  margin-top: 0.25rem;
  min-width: 1.6rem;
  padding: 0 0.2rem;
  line-height: 0.5rem;
  border-radius: 0.05rem;
  border: 1px solid #ddd;
  color: #333333;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .resource-box1 .rcn2 .rcn3 .rcn4 {
    line-height: 0.76rem;
  }
}
.resource-box1 .rcn2 .rcn3 .rcn4:hover {
  color: #Fff;
  background-color: #3386f4;
}
.resource-box1 .rcn2 .rcn3 .rcn4.on {
  color: #Fff;
  background-color: #3386f4;
}
.resource-box1 .rcn2 .rcn5 {
  margin-top: 0.25rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .resource-box1 .rcn2 .rcn5 {
    width: 100%;
  }
}
.resource-box1 .rcn2 .rcn5 form {
  position: relative;
}
.resource-box1 .rcn2 .rcn5 form input {
  width: 4rem;
  line-height: 0.5rem;
  border-radius: 0.05rem;
  border: 1px solid #ddd;
  padding: 0 1rem 0 0.2rem;
}
@media (max-width: 991px) {
  .resource-box1 .rcn2 .rcn5 form input {
    width: 100%;
    line-height: 0.76rem;
  }
}
.resource-box1 .rcn2 .rcn5 form button {
  width: 0.6rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.resource-box1 .rcn2 .rcn5 .rcn6 {
  text-align: right;
  color: #666;
  line-height: 1.71428571em;
}
.problem-list {
  background-color: #fafafa;
  padding: 1.3rem 0 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
.problem-list .box {
  max-width: 71.42857143%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .problem-list .box {
    max-width: 100%;
  }
}
.problem-list .box .cn1 {
  text-align: center;
  line-height: 1.20833333em;
  color: #0e2339;
}
.problem-list .box .box2 {
  margin-top: 0.5rem;
}
.problem-list .box .box2 .box3 {
  padding: 0.3rem 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.problem-list .box .box2 .box3.on .box3a .cn3 {
  color: #3386f4;
}
.problem-list .box .box2 .box3.on .box3a .cn4 svg {
  transform: rotate(180deg);
}
.problem-list .box .box2 .box3.on .box3a .cn4 svg path {
  fill: #3386f4;
}
.problem-list .box .box2 .box3 .box3a {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.problem-list .box .box2 .box3 .box3a .cn2 {
  background-color: #3386f4;
}
.problem-list .box .box2 .box3 .box3a .cn3 {
  line-height: 30px;
  width: 100%;
  color: #333333;
  transition: all 0.5s;
}
.problem-list .box .box2 .box3 .box3a .cn4 {
  width: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.problem-list .box .box2 .box3 .box3a .cn4 img {
  width: 12px;
  height: 8px;
}
.problem-list .box .box2 .box3 .box3a .cn4 svg {
  width: 12px;
  height: 8px;
  transition: all 0.5s;
}
.problem-list .box .box2 .box3 .box3a .cn4 svg path {
  fill: #999;
  opacity: 1;
  stroke: none;
}
.problem-list .box .box2 .box3 .box3c {
  display: none;
}
.problem-list .box .box2 .box3 .box3b {
  margin-top: 0.1rem;
  display: flex;
  justify-content: center;
}
.problem-list .box .box2 .box3 .box3b .cn2 {
  background-color: #72e7b2;
}
.problem-list .box .box2 .box3 .box3b .cn3 {
  color: #666666;
  width: 100%;
  line-height: 30px;
}
.problem-list .box .box2 .box3 .cn2 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 0.2rem;
  transform: translateY(3px);
}
.zeren1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 1.4rem;
}
.zeren1 .zeren2 {
  padding-top: 1.17rem;
}
.zeren1 .zeren2 .cn1 {
  text-align: center;
}
.zeren1 .zeren2 .cn1 img {
  height: 0.8rem;
}
.zeren1 .zeren2 .cn2 {
  text-align: center;
  line-height: 1.20833333em;
  margin: 0.25rem 0 0.55rem;
}
.zeren1 .zeren2 .cn3 {
  text-align: center;
  line-height: 1.625em;
  max-width: 850px;
  margin: 0 auto;
}
.zeren1 .zeren2 .container1400 {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #eeeeee;
}
.zeren1 .zeren3 .container1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 87.5%;
  position: relative;
}
.zeren1 .zeren3 .container1400 .indexbox5a {
  padding: 0.2rem 0;
  position: relative;
  overflow: hidden;
}
.zeren1 .zeren3 .container1400 .indexbox5a .swiper-slide {
  position: relative;
  display: flex;
  margin-top: 1.4rem;
  flex-wrap: wrap;
}
.zeren1 .zeren3 .container1400 .indexbox5a .swiper-slide:nth-child(even) {
  flex-direction: row-reverse;
}
.zeren1 .zeren3 .container1400 .indexbox5a .swiper-slide:nth-child(even) .right {
  right: initial;
  left: 0;
}
.zeren1 .zeren3 .container1400 .indexbox5a .swiper-slide .left {
  width: 59.14285714%;
}
@media (max-width: 991px) {
  .zeren1 .zeren3 .container1400 .indexbox5a .swiper-slide .left {
    width: 100%;
  }
}
.zeren1 .zeren3 .container1400 .indexbox5a .swiper-slide .left .img {
  width: 100%;
  border-radius: 0.1rem;
}
.zeren1 .zeren3 .container1400 .indexbox5a .swiper-slide .left .img::before {
  padding-top: 62.80193237%;
}
.zeren1 .zeren3 .container1400 .indexbox5a .swiper-slide .right {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.1rem;
  border: 1px solid #eee;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 46.57142857%;
  z-index: 2;
  height: calc(100% - 0.8rem);
  backdrop-filter: blur(10px);
  padding: 0.5rem;
}
@media (max-width: 991px) {
  .zeren1 .zeren3 .container1400 .indexbox5a .swiper-slide .right {
    position: relative;
    width: 100%;
    top: 0;
    transform: translateY(0);
  }
}
.zeren1 .zeren3 .container1400 .indexbox5a .swiper-slide .right .cn3 {
  line-height: 1.27777778em;
  color: #333333;
  transition: all 0.5s;
  margin-top: 0.1rem;
}
.zeren1 .zeren3 .container1400 .indexbox5a .swiper-slide .right .cn4 {
  color: #999999;
  line-height: 1.625em;
  color: #999;
  margin: 0.25rem 0;
  height: 8.125em;
  overflow: auto;
}
@media (max-width: 991px) {
  .zeren1 .zeren3 .container1400 .indexbox5a .swiper-slide .right .cn4 {
    height: auto;
    -webkit-line-clamp: initial;
  }
}
.zeren1 .zeren3 .container1400 .indexbox5a .swiper-slide .right .cn5 {
  letter-spacing: -0.05rem;
  font-size: 1rem;
  text-align: left;
  font-weight: bold;
  line-height: 1em;
  color: transparent;
  -webkit-text-stroke: 2px #3386f4;
  height: 0.6rem;
  overflow: hidden;
}
.zeren1 .zeren3 .container1400 .indexbox5a .swiper-slide:hover .left .img img {
  transform: scale(1.05);
}
.zeren1 .zeren3 .container1400 .indexbox5a .swiper-slide:hover .right .cn3 {
  color: #3386f4;
}
.zeren4 {
  padding: 1.4rem 0 3rem;
}
.zeren4 .container1400 .cn1 {
  text-align: center;
  color: #000;
  line-height: 1.20833333em;
  margin-bottom: 0.55rem;
}
.zeren4 .container1400 .cn99 {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}
.zeren4 .container {
  position: relative;
}
.zeren4 .container .container1400 {
  width: 100%;
}
@media (max-width: 991px) {
  .zeren4 .public-swipernext {
    top: 30%;
  }
}
@media (max-width: 991px) {
  .zeren4 .public-swiperprev {
    top: 30%;
  }
}
.public-swiper {
  overflow: hidden;
  margin: 0 -2px;
  padding: 0 2px;
}
.public-swiper .swiper-wrapper .swiper-slide {
  border-radius: 0.1rem;
}
.public-swiper .swiper-wrapper .swiper-slide .img {
  border-radius: 0.1rem 0.1rem 0 0;
}
.public-swiper .swiper-wrapper .swiper-slide .img::before {
  padding-top: 56.17977528%;
}
.public-swiper .swiper-wrapper .swiper-slide .text {
  border-radius: 0 0 0.1rem 0.1rem;
  border: 1px solid #ddd;
  width: 100%;
  padding: 0.4rem 0.4rem 0.35rem;
}
@media (max-width: 991px) {
  .public-swiper .swiper-wrapper .swiper-slide .text {
    width: 100%;
  }
}
.public-swiper .swiper-wrapper .swiper-slide .text .tcn1 {
  line-height: 1.41666667em;
  color: #333333;
  height: 2.83333333em;
}
.public-swiper .swiper-wrapper .swiper-slide .text .tcn4 {
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: relative;
  margin: 0.3rem 0 0.2rem;
}
.public-swiper .swiper-wrapper .swiper-slide .text .tcn4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #3386f4;
  transition: all 0.5s;
}
.public-swiper .swiper-wrapper .swiper-slide .text .tcn3 {
  display: flex;
  align-items: center;
  color: #333333;
  transition: all 0.5s;
  position: relative;
}
.public-swiper .swiper-wrapper .swiper-slide .text .tcn3 svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: auto;
  margin-left: 0.1rem;
  transition: all 0.5s;
}
.public-swiper .swiper-wrapper .swiper-slide .text .tcn3 svg path {
  fill: #3386f4;
  opacity: 1;
  stroke: none;
}
.public-swiper .swiper-wrapper .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.public-swiper .swiper-wrapper .swiper-slide:hover .text .tcn4::before {
  width: 100%;
}
.public-swiper2 {
  overflow: hidden;
  margin: 0 -2px;
  padding: 0 2px;
}
.public-swiper2.public-swiper2swiper .swiper-wrapper {
  flex-wrap: nowrap;
}
.public-swiper2.public-swiper2swiper .swiper-wrapper .swiper-slide:nth-child(3n) {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .public-swiper2.public-swiper2swiper .swiper-wrapper .swiper-slide:nth-child(3n) {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .public-swiper2.public-swiper2swiper .swiper-wrapper .swiper-slide:nth-child(3n) {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .public-swiper2.public-swiper2swiper .public-swipernext {
    top: 30%;
  }
}
@media (max-width: 991px) {
  .public-swiper2.public-swiper2swiper .public-swiperprev {
    top: 30%;
  }
}
.public-swiper2.proapppage1 .swiper-wrapper .swiper-slide {
  padding-top: 0.35rem;
}
.public-swiper2.proapppage1 .swiper-wrapper .swiper-slide .text {
  border: 0;
}
.public-swiper2.proapppage1 .swiper-wrapper .swiper-slide .text .tcn1 {
  padding-right: 0;
}
.public-swiper2.proapppage1 .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0px 31px 35px 0px rgba(204, 204, 204, 0.32);
}
.public-swiper2.proapppage2 .swiper-wrapper .swiper-slide {
  padding: 0.4rem 0 0;
  border-radius: 0.1rem;
}
.public-swiper2.proapppage2 .swiper-wrapper .swiper-slide .img {
  margin: 0 0.4rem;
  width: 0.86rem;
}
@media (max-width: 767px) {
  .public-swiper2.proapppage2 .swiper-wrapper .swiper-slide .img {
    width: 1.2rem;
  }
}
.public-swiper2.proapppage2 .swiper-wrapper .swiper-slide .img::before {
  padding-top: 100%;
}
.public-swiper2.proapppage2 .swiper-wrapper .swiper-slide .text {
  border: 0;
  padding: 0.4rem 0.4rem 0.7rem;
}
.public-swiper2.proapppage2 .swiper-wrapper .swiper-slide .text .tcn1 {
  line-height: 1.41666667em;
  height: 1.41666667em;
  color: #333;
  margin: 0.25rem 0 0.15rem;
}
.public-swiper2.proapppage2 .swiper-wrapper .swiper-slide .text .tcn9 {
  color: #666666;
  line-height: 1.625em;
}
.public-swiper2.proapppage2 .swiper-wrapper .swiper-slide:hover .img img {
  transform: scale(1);
}
.public-swiper2 .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.public-swiper2 .swiper-wrapper .swiper-slide {
  border-radius: 0.1rem;
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc((100% - 60px) / 3);
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .public-swiper2 .swiper-wrapper .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
}
.public-swiper2 .swiper-wrapper .swiper-slide:nth-child(3n) {
  margin-right: 0;
}
.public-swiper2 .swiper-wrapper .swiper-slide .img {
  border-radius: 0.1rem 0.1rem 0 0;
}
.public-swiper2 .swiper-wrapper .swiper-slide .img::before {
  padding-top: 56.17977528%;
}
.public-swiper2 .swiper-wrapper .swiper-slide .img .span1 {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  display: inline-block;
  padding: 0 0.1rem;
  line-height: 1.85714286em;
  z-index: 3;
  color: #Fff;
  border-radius: 0.05rem;
  max-width: calc(100% - 0.4rem);
}
.public-swiper2 .swiper-wrapper .swiper-slide .text {
  border-radius: 0 0 0.1rem 0.1rem;
  border: 1px solid #ddd;
  width: 100%;
  padding: 0.4rem 0.35rem 0.35rem;
}
@media (max-width: 991px) {
  .public-swiper2 .swiper-wrapper .swiper-slide .text {
    width: 100%;
  }
}
.public-swiper2 .swiper-wrapper .swiper-slide .text .tcn1 {
  line-height: 1.41666667em;
  color: #333333;
  height: 2.83333333em;
  padding-right: 1rem;
  position: relative;
}
.public-swiper2 .swiper-wrapper .swiper-slide .text .tcn1 span {
  height: 1.41666667em;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 1rem;
  display: flex;
  align-items: center;
}
.public-swiper2 .swiper-wrapper .swiper-slide .text .tcn1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.public-swiper2 .swiper-wrapper .swiper-slide .text .tcn4 {
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: relative;
  margin: 0.3rem 0 0.2rem;
}
.public-swiper2 .swiper-wrapper .swiper-slide .text .tcn4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #3386f4;
  transition: all 0.5s;
}
.public-swiper2 .swiper-wrapper .swiper-slide .text .tcn3 {
  display: flex;
  align-items: center;
  color: #333333;
  transition: all 0.5s;
  position: relative;
}
.public-swiper2 .swiper-wrapper .swiper-slide .text .tcn3 svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: auto;
  margin-left: 0.1rem;
  transition: all 0.5s;
}
.public-swiper2 .swiper-wrapper .swiper-slide .text .tcn3 svg path {
  fill: #3386f4;
  opacity: 1;
  stroke: none;
}
.public-swiper2 .swiper-wrapper .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.public-swiper2 .swiper-wrapper .swiper-slide:hover .text .tcn3 {
  color: #3386f4;
}
.public-swiper2 .swiper-wrapper .swiper-slide:hover .text .tcn4::before {
  width: 100%;
}
.publicleftright {
  padding: 1rem 0 3rem;
}
.publicleftright .container {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.publicleftright .container .publicleft {
  width: 20%;
}
@media (max-width: 767px) {
  .publicleftright .container .publicleft {
    width: 100%;
  }
}
.publicleftright .container .publicright {
  width: 74.6875%;
}
@media (max-width: 767px) {
  .publicleftright .container .publicright {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.publicleftright .container .publicright .public-page {
  margin-top: 0.4rem;
}
.publicleftright .container .publicright .cnq1 {
  color: #0e2339;
  line-height: 1.27777778em;
  margin: 0.4rem 0;
}
.publicleftright .container .publicright .cnq1:nth-child(1) {
  margin-top: 0;
}
.publicleftnav {
  position: sticky;
  left: 0;
  top: 1rem;
}
@media (max-width: 767px) {
  .publicleftnav {
    top: 1.2rem;
  }
}
.publicleftnav .pcn1 {
  padding: 0.2rem 0;
  line-height: 1.55555556em;
  border-bottom: 1px solid #eee;
  color: #666666;
}
@media (max-width: 767px) {
  .publicleftnav .pcn3 {
    display: flex;
    flex-wrap: wrap;
  }
}
.publicleftnav .pcn2 {
  padding: 0.2rem 0;
  line-height: 1.55555556em;
  color: #0e2339;
  display: block;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .publicleftnav .pcn2 {
    text-align: center;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
    border: 1px solid #eee;
    width: calc((100% - 0.4rem) / 3);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.2rem 0.1rem;
    border-radius: 0.1rem;
  }
}
@media (max-width: 767px) {
  .publicleftnav .pcn2:nth-child(3n) {
    margin-right: 0;
  }
}
.publicleftnav .pcn2 svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: auto;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .publicleftnav .pcn2 svg {
    display: none;
  }
}
.publicleftnav .pcn2 svg path {
  fill: #3386f4;
  opacity: 1;
  stroke: none;
}
.publicleftnav .pcn2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 0.5s;
  height: 1px;
  background-color: #3386f4;
}
@media (max-width: 767px) {
  .publicleftnav .pcn2::before {
    display: none;
  }
}
.publicleftnav .pcn2.on {
  color: #3386f4;
}
@media (max-width: 767px) {
  .publicleftnav .pcn2.on {
    background-color: #3386f4;
    color: #fff;
  }
}
.publicleftnav .pcn2.on svg {
  opacity: 1;
}
.publicleftnav .pcn2.on::before {
  width: 100%;
}
.publicleftnav .pcn2:hover {
  color: #3386f4;
}
@media (max-width: 767px) {
  .publicleftnav .pcn2:hover {
    background-color: #3386f4;
    color: #fff;
  }
}
.publicleftnav .pcn2:hover svg {
  opacity: 1;
}
.publicleftnav .pcn2:hover::before {
  width: 100%;
}
.case-info {
  position: relative;
  z-index: 5;
  padding-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.case-info .container1400 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.case-info .container1400 .left {
  margin-top: -0.5rem;
  padding-bottom: 0.5rem;
  width: 28.57142857%;
  position: sticky;
  left: 0;
  top: 1rem;
}
@media (max-width: 991px) {
  .case-info .container1400 .left {
    width: 100%;
    margin-top: 0;
    margin-top: 0.5rem;
    position: relative;
    top: 0;
  }
}
.case-info .container1400 .left .leftbox1 {
  border-radius: 0.1rem;
  background-color: #Fff;
  border: 1px solid #ebebeb;
  padding: 0.35rem 0.45rem;
}
.case-info .container1400 .left .leftbox1 .cn1 {
  display: inline-block;
  line-height: 0.36rem;
  border-radius: 0.18rem;
  min-width: 0.9rem;
  padding: 0 0.1rem;
  background-color: #d6e7fd;
  text-align: center;
  color: #3386f4;
}
@media (max-width: 991px) {
  .case-info .container1400 .left .leftbox1 .cn1 {
    line-height: 0.6rem;
    border-radius: 0.3rem;
    padding: 0 0.2rem;
  }
}
.case-info .container1400 .left .leftbox1 .cn2 {
  line-height: 1.33333333em;
  padding: 0.45rem 0 0.35rem;
  border-bottom: 1px solid #ebebeb;
  color: #0e2339;
}
.case-info .container1400 .left .leftbox1 .cn3 {
  padding-top: 0.35rem;
}
.case-info .container1400 .left .leftbox1 .cn3 .cn4 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.2rem;
}
.case-info .container1400 .left .leftbox1 .cn3 .cn4 .cn5 {
  width: 0.2rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(0.03rem);
}
@media (max-width: 991px) {
  .case-info .container1400 .left .leftbox1 .cn3 .cn4 .cn5 {
    transform: translateY(0.06rem);
    width: 0.3rem;
  }
}
.case-info .container1400 .left .leftbox1 .cn3 .cn4 .cn5 img {
  height: 0.2rem;
}
@media (max-width: 991px) {
  .case-info .container1400 .left .leftbox1 .cn3 .cn4 .cn5 img {
    height: 0.3rem;
  }
}
.case-info .container1400 .left .leftbox1 .cn3 .cn4 .cn6 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #666666;
  line-height: 1.625em;
  margin: 0 0.1rem;
}
.case-info .container1400 .left .leftbox1 .cn3 .cn4 .cn7 {
  color: #0e2339;
  line-height: 1.625em;
}
.case-info .container1400 .left .leftbox2 {
  margin-top: 0.35rem;
  background-color: #3386f4;
  border-radius: 0.1rem;
  padding: 0.4rem 0.45rem 0.7rem;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}
.case-info .container1400 .left .leftbox2 .cn8 {
  color: #fff;
  line-height: 1.35714286em;
}
.case-info .container1400 .left .leftbox2 .cn9 {
  margin-top: 0.15rem;
  color: #Fff;
  display: flex;
  align-items: center;
}
.case-info .container1400 .left .leftbox2 .cn9 span {
  margin-left: 0.1rem;
  width: 0.18rem;
  height: 0.18rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .case-info .container1400 .left .leftbox2 .cn9 span {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.case-info .container1400 .left .leftbox2 .cn9 span img {
  width: 20%;
}
.case-info .container1400 .left .leftbox2:hover .cn9 span {
  transform: translateX(0.1rem);
}
.case-info .container1400 .right {
  padding: 0.5rem 0 0;
  width: 66%;
}
@media (max-width: 991px) {
  .case-info .container1400 .right {
    width: 100%;
  }
}
.case-info .container1400 .right .rightbox .rightbox1 {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ebebeb;
}
.case-info .container1400 .right .rightbox .rightbox1 .cn10 img {
  height: 0.43rem;
}
@media (max-width: 991px) {
  .case-info .container1400 .right .rightbox .rightbox1 .cn10 img {
    height: 0.76rem;
  }
}
.case-info .container1400 .right .rightbox .rightbox1 .cn11 {
  margin-top: 0.2rem;
  color: #0e2339;
  line-height: 1.5em;
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 {
  padding: 0.5rem 0 0;
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn12 {
  color: #0e2339;
  line-height: 1.33333333em;
  margin-bottom: 0.2rem;
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn13 {
  color: #666666;
  line-height: 1.875em;
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn14 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
}
@media (max-width: 767px) {
  .case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn14 {
    justify-content: space-between;
  }
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn14 .cn14a {
  margin-top: 0.2rem;
  width: calc((100% - 0.3rem) / 3);
  margin-right: 0.15rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top ;
  text-align: center;
  border-radius: 0.1rem;
  overflow: hidden;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn14 .cn14a {
    width: 48%;
    margin-right: 0;
  }
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn14 .cn14a:nth-child(3n) {
  margin-right: 0;
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn14 .cn14a .cn14b {
  padding-top: 0.2rem;
  text-align: center;
  color: #Fff;
  line-height: 1.16666667em;
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn14 .cn14a .cn14c {
  padding: 0 0.3rem;
  margin-top: 1rem;
  text-align: left;
  color: #333333;
  line-height: 1.41666667em;
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn14 .cn14a .cn14d {
  margin-top: 0.2rem;
  padding: 0 0.3rem;
  text-align: left;
  color: #666666;
  line-height: 1.5em;
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn15 .img {
  margin-top: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn15 .img img {
  width: 100%;
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn15 .rightbox3swiper {
  position: relative;
  overflow: hidden;
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn15 .rightbox3swiper .img::before {
  padding-top: 56.25680087%;
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn16 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn16 .cn16a {
  margin-top: 0.2rem;
  width: 48.91304348%;
  background-color: #f1f5f9;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn16 .cn16a {
    width: 100%;
  }
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn16 .cn16a .cn16b {
  width: 50%;
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn16 .cn16a .cn16c {
  margin-left: 5%;
  width: 30%;
}
@media (max-width: 991px) {
  .case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn16 .cn16a .cn16c {
    width: 40%;
  }
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn16 .cn16a .cn16c .cn16d {
  display: block;
  color: #0e2339;
  line-height: 1.55555556em;
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn16 .cn16a .cn16c .cn16e {
  display: flex;
  align-items: center;
  color: #3386f4;
  margin-top: 0.2rem;
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn16 .cn16a .cn16c .cn16e em {
  font-style: normal;
  margin-left: 0.1rem;
  width: 0.18rem;
  height: 0.18rem;
  border: 1px solid #3386f4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn16 .cn16a .cn16c .cn16e em {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn16 .cn16a .cn16c .cn16e em svg {
  width: 20%;
  height: auto;
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn16 .cn16a .cn16c .cn16e em svg path {
  fill: #3386f4;
  opacity: 1;
  stroke: none;
}
.case-info .container1400 .right .rightbox .rightbox2 .rightbox3 .cn16 .cn16a:hover .cn16c .cn16e em {
  transform: translateX(0.05rem);
}
.proapp2-box1 {
  background-color: #eee;
  padding: 1.1rem 0 1.2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.proapp2-box1 .container .cn1 {
  text-align: center;
  line-height: 1.20833333em;
  color: #0e2339;
}
.proapp2-box1 .container .box1 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .proapp2-box1 .container .box1 {
    justify-content: space-between;
  }
}
.proapp2-box1 .container .box1 .box2 {
  margin-top: 0.8rem;
  margin-right: 0.45rem;
  width: calc((100% - 1.35rem) / 4);
  background-color: #Fff;
  padding: 0.75rem 0.4rem;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .proapp2-box1 .container .box1 .box2 {
    width: 48%;
    margin-top: 0.4rem;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .proapp2-box1 .container .box1 .box2 {
    width: 100%;
  }
}
.proapp2-box1 .container .box1 .box2:nth-child(4n) {
  margin-right: 0;
}
.proapp2-box1 .container .box1 .box2 .img {
  text-align: center;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proapp2-box1 .container .box1 .box2 .img img {
  max-height: 100%;
  object-fit: cover;
}
.proapp2-box1 .container .box1 .box2 .cn2 {
  text-align: center;
  color: #333333;
  line-height: 1.41666667em;
  margin: 0.5rem 0 0.2rem;
}
.proapp2-box1 .container .box1 .box2 .cn3 {
  text-align: center;
  color: #666666;
  line-height: 1.5em;
}
.proapp2-box2 .container .box1 {
  padding-top: 1.1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.proapp2-box2 .container .box1 .left {
  width: 45%;
  padding-right: 11.5625%;
}
@media (max-width: 767px) {
  .proapp2-box2 .container .box1 .left {
    width: 100%;
    padding-right: 0;
  }
}
.proapp2-box2 .container .box1 .left .cn1 {
  color: #0e2339;
  line-height: 1.20833333em;
}
.proapp2-box2 .container .box1 .left .cn2 {
  color: #0e2339;
  opacity: 0.8;
  line-height: 1.66666667em;
  margin-top: 0.3rem;
}
.proapp2-box2 .container .box1 .right {
  width: 55%;
}
@media (max-width: 767px) {
  .proapp2-box2 .container .box1 .right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.proapp2-box2 .container .box1 .right .img {
  border-radius: 0.1rem;
}
.proapp2-box2 .container .box1 .right .img::before {
  padding-top: 60.79545455%;
}
.proapp2-box2 .container .box1:nth-child(even) {
  flex-direction: row-reverse;
}
.proapp2-box2 .container .box1:nth-child(even) .left {
  padding: 0 6.25%;
}
@media (max-width: 767px) {
  .proapp2-box2 .container .box1:nth-child(even) .left {
    padding: 0;
  }
}
.proapp2-box3 {
  padding-top: 1.1rem;
}
.proapp2-box3 .container .cn1 {
  text-align: center;
  line-height: 1.20833333em;
  color: #0e2339;
  margin-bottom: 0.75rem;
}
.proapp2-box3 .container .box {
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.proapp2-box3 .container .box .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.proapp2-box3 .container .box .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proapp2-box3 .container .box .boximg {
  padding-top: 0.9rem;
  position: relative;
  text-align: center;
}
.proapp2-box3 .container .box .boximg .boxgimg2 {
  width: 37.5%;
  margin: 0 auto 0.5rem;
}
.proapp2-box3 .container .box .boximg .boxgimg2::before {
  padding-top: 61.83206107%;
}
.proapp2-box3 .container .box .boximg .boxgimg3 {
  position: absolute;
  z-index: 2;
  left: 50.5%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 80.15267176%;
}
.proapp2-box3 .container .box .boximg .boxgimg3::before {
  padding-top: 56.42857143%;
}
.proapp2-box3 .container .box .boximg .boxgimg3 img {
  opacity: 0;
}
.proapp2-box3 .container .box .boximg .boxgimg3 img.on {
  opacity: 1;
}
.proapp2-box3 .container .box .textbox {
  display: flex;
  justify-content: center;
  padding-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .proapp2-box3 .container .box .textbox {
    margin-top: 0.6rem;
  }
}
.proapp2-box3 .container .box .textbox .cn2 {
  width: 3rem;
  border-top: 1px solid #b4c7dd;
  position: relative;
  transition: all 0.4s;
  color: rgba(14, 35, 57, 0.8);
  text-align: center;
  padding-top: 0.2rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .proapp2-box3 .container .box .textbox .cn2 {
    width: 33%;
  }
}
.proapp2-box3 .container .box .textbox .cn2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.04rem;
  background-color: #3386f4;
  transition: all 0.4s;
}
.proapp2-box3 .container .box .textbox .cn2.on {
  font-weight: bold;
  color: #0e2339;
}
.proapp2-box3 .container .box .textbox .cn2.on::before {
  width: 100%;
}
.proapp2-box4 {
  padding-top: 1.1rem;
  padding-bottom: 1.4rem;
}
.proapp2-box4 .container .cn1 {
  text-align: center;
  line-height: 1.20833333em;
  color: #0e2339;
  margin-bottom: 0.75rem;
}
.proapp2-box4 .container .box .box2 {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.proapp2-box4 .container .box .box2:last-child {
  border-bottom: 0;
}
.proapp2-box4 .container .box .box2 .box2left {
  width: 35.375%;
}
@media (max-width: 767px) {
  .proapp2-box4 .container .box .box2 .box2left {
    width: 100%;
  }
}
.proapp2-box4 .container .box .box2 .box2left .cn2 {
  color: #0e2339;
  line-height: 0.5rem;
}
.proapp2-box4 .container .box .box2 .box2right {
  width: 58.375%;
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .proapp2-box4 .container .box .box2 .box2right {
    margin-top: 0.35rem;
    width: 100%;
  }
}
.proapp2-box4 .container .box .box2 .box2right.on {
  height: 0.7rem;
}
@media (max-width: 991px) {
  .proapp2-box4 .container .box .box2 .box2right.on {
    height: 0.9rem;
  }
}
.proapp2-box4 .container .box .box2 .box2right .box3 {
  width: 100%;
  padding-right: 0.2rem;
}
.proapp2-box4 .container .box .box2 .box2right .box3 .img img {
  height: 1.34rem;
}
.proapp2-box4 .container .box .box2 .box2right .box3 .cn3 {
  margin-top: 0.1rem;
  color: #0e2339;
  line-height: 1.33333333em;
}
.proapp2-box4 .container .box .box2 .box2right .box3 .box4 {
  margin-top: 0.4rem;
}
.proapp2-box4 .container .box .box2 .box2right .box3 .box4:nth-child(1) {
  margin-top: 0;
}
.proapp2-box4 .container .box .box2 .box2right .box3 .box4 .cn4 {
  color: #0e2339;
  line-height: 1.55555556em;
}
.proapp2-box4 .container .box .box2 .box2right .box3 .box4 .cn5 {
  margin-top: 0.1rem;
  color: #666666;
  line-height: 1.625em;
}
.proapp2-box4 .container .box .box2 .box2arrow {
  position: absolute;
  right: 0;
  top: 0.25rem;
}
.proapp2-box4 .container .box .box2 .box2arrow .arrowicon1 {
  cursor: pointer;
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proapp2-box4 .container .box .box2 .box2arrow .arrowicon1 img {
  width: 16px;
  transition: all 0.5s;
  transform: rotate(180deg);
}
.proapp2-box4 .container .box .box2 .box2arrow.on img {
  transform: rotate(0deg);
}
.proapp2-box5 {
  padding-bottom: 3rem;
  background-color: #f7f8fa;
}
.proapp2-box6 {
  padding-top: 0.5rem;
}
.proapp2-box6 .container .cn1 {
  text-align: center;
  line-height: 1.20833333em;
}
.proapp2-box6 .container .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .proapp2-box6 .container .box {
    margin-top: 0.35rem;
  }
}
.proapp2-box6 .container .box .box2 {
  margin-top: 0.65rem;
  width: 49%;
  line-height: 1rem;
  border-radius: 0.1rem;
  border: 1px solid #ebebec;
  display: flex;
  padding: 0 0.45rem;
  background-color: #fff;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .proapp2-box6 .container .box .box2 {
    margin-top: 0.3rem;
    width: 100%;
    padding: 0 0.3rem;
  }
}
.proapp2-box6 .container .box .box2 .cn2 {
  width: 75%;
  display: flex;
  align-items: center;
  line-height: 1rem;
  color: #0e2339;
  transition: all 0.5s;
  padding-right: 0.2rem;
}
.proapp2-box6 .container .box .box2 .cn2 img {
  flex-shrink: 0;
  margin-right: 0.15rem;
  width: 0.23rem;
}
@media (max-width: 991px) {
  .proapp2-box6 .container .box .box2 .cn2 img {
    width: 0.46rem;
  }
}
.proapp2-box6 .container .box .box2 .box3 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.proapp2-box6 .container .box .box2 .box3 .cn3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.35rem;
}
.proapp2-box6 .container .box .box2 .box3 .cn3 img {
  width: 0.2rem;
}
@media (max-width: 991px) {
  .proapp2-box6 .container .box .box2 .box3 .cn3 img {
    width: 0.4rem;
  }
}
.proapp2-box6 .container .box .box2 .box3 .cn3 svg {
  width: 0.2rem;
  height: auto;
}
@media (max-width: 991px) {
  .proapp2-box6 .container .box .box2 .box3 .cn3 svg {
    width: 0.4rem;
  }
}
.proapp2-box6 .container .box .box2 .box3 .cn3 svg path {
  fill: #666;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.proapp2-box6 .container .box .box2 .box3 .cn3:hover svg path {
  fill: #3386f4;
}
.proapp2-box6 .container .box .box2 .box3 .cn4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.35rem;
}
.proapp2-box6 .container .box .box2 .box3 .cn4 img {
  width: 0.2rem;
}
@media (max-width: 991px) {
  .proapp2-box6 .container .box .box2 .box3 .cn4 img {
    width: 0.4rem;
  }
}
.proapp2-box6 .container .box .box2 .box3 .cn4 svg {
  width: 0.2rem;
  height: auto;
}
@media (max-width: 991px) {
  .proapp2-box6 .container .box .box2 .box3 .cn4 svg {
    width: 0.4rem;
  }
}
.proapp2-box6 .container .box .box2 .box3 .cn4 svg path {
  fill: #666;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.proapp2-box6 .container .box .box2 .box3 .cn4:hover svg path {
  fill: #3386f4;
}
.proapp2-box6 .container .box .box2:hover .cn2 {
  color: #3386f4;
}
.proapp2-box7 {
  padding-top: 1rem;
}
.proapp2-box7.proapp5-box7 {
  padding-bottom: 3rem;
}
.proapp2-box7 .container .cn1 {
  text-align: center;
  line-height: 1.20833333em;
  color: #0e2339;
}
.proapp2-box7 .containerbox {
  margin-top: 0.7rem;
  position: relative;
}
.proapp2-box7 .cn99 {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.proapp3-box1 {
  overflow: hidden;
}
.proapp3-box1 .container .proapp3box1a {
  padding-bottom: 1.1rem;
  display: flex;
  flex-wrap: wrap;
}
.proapp3-box1 .container .proapp3box1a .proapp3box1b {
  width: 1.08rem;
  height: 6.2rem;
  margin-right: 0.2rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .proapp3-box1 .container .proapp3box1a .proapp3box1b {
    width: 2rem;
    height: 6.2rem;
  }
}
@media (max-width: 767px) {
  .proapp3-box1 .container .proapp3box1a .proapp3box1b {
    height: 5rem;
    width: calc(100% - 5.2rem);
  }
}
.proapp3-box1 .container .proapp3box1a .proapp3box1b .img {
  border-radius: 0.1rem;
  border: 1px solid #eaeaea;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.proapp3-box1 .container .proapp3box1a .proapp3box1b .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proapp3-box1 .container .proapp3box1a .proapp3box1b .swiper-slide {
  cursor: pointer;
}
.proapp3-box1 .container .proapp3box1a .proapp3box1b .swiper-slide.swiper-slide-thumb-active .img {
  border: 1px solid #3386f4;
}
.proapp3-box1 .container .proapp3box1a .proapp3box1c {
  border-radius: 0.1rem;
  width: 6.2rem;
  height: 6.2rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .proapp3-box1 .container .proapp3box1a .proapp3box1c {
    margin: 0 -2px;
    padding: 0 2px;
    width: 6.2rem;
    height: 6.2rem;
  }
}
@media (max-width: 767px) {
  .proapp3-box1 .container .proapp3box1a .proapp3box1c {
    width: 5rem;
    height: 5rem;
  }
}
.proapp3-box1 .container .proapp3box1a .proapp3box1c .img {
  border-radius: 0.1rem;
  border: 1px solid #eaeaea;
  overflow: hidden;
}
.proapp3-box1 .container .proapp3box1a .textbox {
  margin-left: calc(100% - 14.28rem);
  width: 6.8rem;
  padding-top: 0.4rem;
}
@media (max-width: 991px) {
  .proapp3-box1 .container .proapp3box1a .textbox {
    width: 100%;
    margin-left: 0;
  }
}
.proapp3-box1 .container .proapp3box1a .textbox .text2 {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #eaeaea;
}
.proapp3-box1 .container .proapp3box1a .textbox .cn1 {
  color: #3386f4;
  line-height: 1.41666667em;
}
.proapp3-box1 .container .proapp3box1a .textbox .cn2 {
  color: #0e2339;
  line-height: 1.20833333em;
  margin: 0.15rem 0 0.25rem;
}
.proapp3-box1 .container .proapp3box1a .textbox .cn3 {
  color: #0e2339;
  line-height: 1.44444444em;
}
.proapp3-box1 .container .proapp3box1a .textbox .text3 {
  margin-top: 0.3rem;
}
.proapp3-box1 .container .proapp3box1a .textbox .text3 .cn4 {
  display: flex;
  color: #666666;
  line-height: 1.55555556em;
  margin-top: 0.1rem;
}
.proapp3-box1 .container .proapp3box1a .textbox .text3 .cn4 .cn5 {
  flex-shrink: 0;
}
.proapp3-box1 .container .proapp3box1a .textbox .text4 {
  display: flex;
  margin-top: 1rem;
}
.proapp3-box1 .container .proapp3box1a .textbox .text4 .public-btn {
  margin-right: 0.2rem;
}
.proapp3-box2 {
  padding: 1.4rem 0 1.2rem;
  position: relative;
}
.proapp3-box2 .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.proapp3-box2 .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proapp3-box2 .container {
  position: relative;
}
.proapp3-box2 .container .container1400 {
  width: 100%;
  max-width: 1400px;
}
.proapp3-box2 .container .container1400 .proapp3box2swiper {
  overflow: hidden;
}
@media (max-width: 991px) {
  .proapp3-box2 .container .container1400 .proapp3box2swiper .proapp3box2swiperprev {
    top: 30%;
  }
}
@media (max-width: 991px) {
  .proapp3-box2 .container .container1400 .proapp3box2swiper .proapp3box2swipernext {
    top: 30%;
  }
}
.proapp3-box2 .container .container1400 .proapp3box2swiper .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.proapp3-box2 .container .container1400 .proapp3box2swiper .swiper-slide .img {
  width: 61.42857143%;
}
@media (max-width: 991px) {
  .proapp3-box2 .container .container1400 .proapp3box2swiper .swiper-slide .img {
    width: 100%;
  }
}
.proapp3-box2 .container .container1400 .proapp3box2swiper .swiper-slide .img::before {
  padding-top: 60.79545455%;
}
.proapp3-box2 .container .container1400 .proapp3box2swiper .swiper-slide .text {
  width: 35.71428571%;
  padding-top: 0.5rem;
}
@media (max-width: 1580px) {
  .proapp3-box2 .container .container1400 .proapp3box2swiper .swiper-slide .text {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .proapp3-box2 .container .container1400 .proapp3box2swiper .swiper-slide .text {
    width: 100%;
    padding-right: 0;
  }
}
.proapp3-box2 .container .container1400 .proapp3box2swiper .swiper-slide .text .cn1 {
  color: #3386f4;
  line-height: 1.41666667em;
}
.proapp3-box2 .container .container1400 .proapp3box2swiper .swiper-slide .text .cn2 {
  margin: 0.2rem 0 0.5rem;
  color: #0e2339;
  line-height: 1.25em;
}
.proapp3-box2 .container .container1400 .proapp3box2swiper .swiper-slide .text .cn3 {
  color: #0e2339;
  opacity: 0.8;
  line-height: 1.66666667em;
}
.proapp4-box1 {
  background-color: #f4f4f4;
  padding: 1.1rem 0 1.2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.proapp4-box1 .container .cn1 {
  text-align: center;
  line-height: 1.20833333em;
  color: #0e2339;
}
.proapp4-box1 .container .box1 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .proapp4-box1 .container .box1 {
    justify-content: space-between;
  }
}
.proapp4-box1 .container .box1 .box2 {
  margin-top: 0.8rem;
  margin-right: 0.35rem;
  width: calc((100% - 0.7rem) / 3);
  background-color: #Fff;
  padding: 0.75rem 0.6rem;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .proapp4-box1 .container .box1 .box2 {
    width: 48%;
    margin-top: 0.4rem;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .proapp4-box1 .container .box1 .box2 {
    width: 100%;
  }
}
.proapp4-box1 .container .box1 .box2:nth-child(3n) {
  margin-right: 0;
}
.proapp4-box1 .container .box1 .box2 .img {
  text-align: center;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proapp4-box1 .container .box1 .box2 .img img {
  max-height: 100%;
  object-fit: cover;
}
.proapp4-box1 .container .box1 .box2 .cn2 {
  text-align: center;
  color: #333333;
  line-height: 1.41666667em;
  margin: 0.5rem 0 0.2rem;
}
.proapp4-box1 .container .box1 .box2 .cn3 {
  text-align: center;
  color: #666666;
  line-height: 1.5em;
}
.proapp4-box2 {
  padding: 1.3rem 0;
  overflow: hidden;
}
.proapp4-box2 .container .proapp4box2 {
  position: relative;
}
.proapp4-box2 .container .proapp4box2 .proapp4box2swiperprev {
  left: -1rem;
}
@media (max-width: 1260px) {
  .proapp4-box2 .container .proapp4box2 .proapp4box2swiperprev {
    left: 0;
  }
}
@media (max-width: 991px) {
  .proapp4-box2 .container .proapp4box2 .proapp4box2swiperprev {
    top: 25%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .proapp4-box2 .container .proapp4box2 .proapp4box2swiperprev {
    top: 15%;
  }
}
.proapp4-box2 .container .proapp4box2 .proapp4box2swipernext {
  right: -1rem;
}
@media (max-width: 1260px) {
  .proapp4-box2 .container .proapp4box2 .proapp4box2swipernext {
    right: 0;
  }
}
@media (max-width: 991px) {
  .proapp4-box2 .container .proapp4box2 .proapp4box2swipernext {
    right: 0;
    top: 25%;
  }
}
@media (max-width: 767px) {
  .proapp4-box2 .container .proapp4box2 .proapp4box2swipernext {
    top: 15%;
  }
}
.proapp4-box2 .container .proapp4box2 .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.proapp4-box2 .container .proapp4box2 .swiper-slide .left {
  width: calc((10/16) * 100%);
}
@media (max-width: 991px) {
  .proapp4-box2 .container .proapp4box2 .swiper-slide .left {
    width: 100%;
  }
}
.proapp4-box2 .container .proapp4box2 .swiper-slide .left .img {
  width: 100%;
  border-radius: 0.1rem;
}
.proapp4-box2 .container .proapp4box2 .swiper-slide .left .img::before {
  padding-top: 56%;
}
.proapp4-box2 .container .proapp4box2 .swiper-slide .right {
  width: calc((5.1/16) * 100%);
  padding-top: 0.35rem;
}
@media (max-width: 991px) {
  .proapp4-box2 .container .proapp4box2 .swiper-slide .right {
    width: 100%;
  }
}
.proapp4-box2 .container .proapp4box2 .swiper-slide .right .text1 .cn1 {
  color: #0e2339;
  line-height: 1.20833333em;
}
.proapp4-box2 .container .proapp4box2 .swiper-slide .right .text1 .cn2 {
  color: #999999;
  line-height: 1.55555556em;
  margin-top: 0.25rem;
}
.proapp4-box2 .container .proapp4box2 .swiper-slide .right .text1 .cn3 .cn4 {
  display: flex;
  margin-top: 0.3rem;
}
.proapp4-box2 .container .proapp4box2 .swiper-slide .right .text1 .cn3 .cn4 .cn5 {
  display: flex;
  align-items: center;
  height: 30px;
  flex-shrink: 0;
  margin-right: 0.15rem;
}
.proapp4-box2 .container .proapp4box2 .swiper-slide .right .text1 .cn3 .cn4 .cn5 img {
  width: 20px;
  height: auto;
  max-height: 30px;
}
.proapp4-box2 .container .proapp4box2 .swiper-slide .right .text1 .cn3 .cn4 .cn6 .cn7 {
  line-height: 30px;
  color: #0e2339;
  display: block;
  font-style: normal;
}
.proapp4-box2 .container .proapp4box2 .swiper-slide .right .text1 .cn3 .cn4 .cn6 .cn8 {
  line-height: 1.625em;
  color: #2d4053;
  opacity: 0.8;
  display: block;
  font-style: normal;
}
.proapp5-box1 {
  padding-bottom: 1.6rem;
}
.proapp5-box1 .container .box1 {
  padding-top: 1.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.proapp5-box1 .container .box1:nth-child(even) {
  flex-direction: row-reverse;
}
.proapp5-box1 .container .box1 .left {
  width: 55%;
}
@media (max-width: 991px) {
  .proapp5-box1 .container .box1 .left {
    width: 100%;
  }
}
.proapp5-box1 .container .box1 .left .img {
  border-radius: 0.1rem;
}
.proapp5-box1 .container .box1 .left .img::before {
  padding-top: 68.18181818%;
}
.proapp5-box1 .container .box1 .right {
  width: 39.375%;
  padding-top: 0.3rem;
}
@media (max-width: 991px) {
  .proapp5-box1 .container .box1 .right {
    width: 100%;
  }
}
.proapp5-box1 .container .box1 .right .text1 .cn1 {
  color: #3386f4;
  line-height: 1.41666667em;
}
.proapp5-box1 .container .box1 .right .text1 .cn2 {
  color: #0e2339;
  line-height: 1.20833333em;
  margin-top: 0.25rem;
}
.proapp5-box1 .container .box1 .right .text1 .cn3 .cn4 {
  display: flex;
  margin-top: 0.3rem;
}
.proapp5-box1 .container .box1 .right .text1 .cn3 .cn4 .cn5 {
  width: 6px;
  height: 6px;
  background-color: #3386f4;
  border-radius: 50%;
  transform: translateY(12px);
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.proapp5-box1 .container .box1 .right .text1 .cn3 .cn4 .cn5 img {
  display: none;
}
.proapp5-box1 .container .box1 .right .text1 .cn3 .cn4 .cn6 {
  line-height: 28px;
  font-style: normal;
  color: #2d4053;
}
.proapp5-box1 .container .box1 .right .text1 .cn3 .cn4 .cn6 .cn7 {
  line-height: 28px;
  color: #0e2339;
  font-style: normal;
}
.proapp5-box1 .container .box1 .right .text1 .cn20 {
  display: flex;
  margin-top: 0.6rem;
}
.proapp5-box1 .container .box1.box2 .right .text1 .cn3 {
  margin-top: 0.4rem;
}
.proapp5-box1 .container .box1.box2 .right .text1 .cn3 .cn4 {
  margin-top: 0.1rem;
}
.proapp5-box1 .container .box1.box2 .right .text1 .cn3 .cn4 .cn5 {
  width: 14px;
  height: 11px;
  background-color: transparent;
  border-radius: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(8.5px);
}
.proapp5-box1 .container .box1.box2 .right .text1 .cn3 .cn4 .cn5 img {
  width: 14px;
  height: 11px;
  display: block;
}
.proapp5-box2 {
  background-color: #f4f4f4;
  padding: 1rem 0 1.75rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.proapp5-box2 .container .cn0 {
  text-align: center;
  color: #3386f4;
  line-height: 1.41666667em;
}
.proapp5-box2 .container .cn1 {
  text-align: center;
  line-height: 1.20833333em;
  color: #0e2339;
  margin-top: 0.15rem;
}
.proapp5-box2 .container .proapp5box2swiper {
  margin-top: 0.8rem;
  position: relative;
}
.proapp5-box2 .container .proapp5box2swiper .proapp5box2swiperprev {
  left: -1rem;
}
@media (max-width: 1260px) {
  .proapp5-box2 .container .proapp5box2swiper .proapp5box2swiperprev {
    left: 0;
  }
}
@media (max-width: 991px) {
  .proapp5-box2 .container .proapp5box2swiper .proapp5box2swiperprev {
    left: 0;
  }
}
@media (max-width: 767px) {
}
.proapp5-box2 .container .proapp5box2swiper .proapp5box2swipernext {
  right: -1rem;
}
@media (max-width: 1260px) {
  .proapp5-box2 .container .proapp5box2swiper .proapp5box2swipernext {
    right: 0;
  }
}
@media (max-width: 991px) {
  .proapp5-box2 .container .proapp5box2swiper .proapp5box2swipernext {
    right: 0;
  }
}
@media (max-width: 767px) {
}
.proapp5-box2 .container .swiper-wrapper .swiper-slide {
  background-color: #Fff;
  padding: 0.7rem 0.6rem;
  border-radius: 0.1rem;
  height: auto;
}
.proapp5-box2 .container .swiper-wrapper .swiper-slide:nth-child(3n) {
  margin-right: 0;
}
.proapp5-box2 .container .swiper-wrapper .swiper-slide .img {
  text-align: center;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proapp5-box2 .container .swiper-wrapper .swiper-slide .img img {
  max-height: 100%;
  object-fit: cover;
}
.proapp5-box2 .container .swiper-wrapper .swiper-slide .cn2 {
  text-align: center;
  color: #333333;
  line-height: 1.41666667em;
  margin: 0.5rem 0 0.2rem;
  position: relative;
}
.proapp5-box2 .container .swiper-wrapper .swiper-slide .cn2 span {
  position: relative;
}
.proapp5-box2 .container .swiper-wrapper .swiper-slide .cn3 {
  text-align: center;
  color: #666666;
  line-height: 1.5em;
  position: relative;
}
.proapp5-box3 {
  background-color: #fff;
  padding: 1rem 0 1.3rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.proapp5-box3 .container .cn0 {
  text-align: center;
  color: #3386f4;
  line-height: 1.41666667em;
}
.proapp5-box3 .container .cn1 {
  text-align: center;
  line-height: 1.20833333em;
  color: #0e2339;
  margin-top: 0.15rem;
}
.proapp5-box3 .container .proapp5box3swiper {
  margin-top: 0.8rem;
  position: relative;
}
.proapp5-box3 .container .proapp5box3swiper .proapp5box3swiperprev {
  left: -1rem;
  top: 35%;
}
@media (max-width: 1260px) {
  .proapp5-box3 .container .proapp5box3swiper .proapp5box3swiperprev {
    left: 0;
  }
}
@media (max-width: 991px) {
  .proapp5-box3 .container .proapp5box3swiper .proapp5box3swiperprev {
    top: 25%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .proapp5-box3 .container .proapp5box3swiper .proapp5box3swiperprev {
    top: 2rem;
  }
}
.proapp5-box3 .container .proapp5box3swiper .proapp5box3swipernext {
  right: -1rem;
  top: 35%;
}
@media (max-width: 1260px) {
  .proapp5-box3 .container .proapp5box3swiper .proapp5box3swipernext {
    right: 0;
  }
}
@media (max-width: 991px) {
  .proapp5-box3 .container .proapp5box3swiper .proapp5box3swipernext {
    right: 0;
    top: 25%;
  }
}
@media (max-width: 767px) {
  .proapp5-box3 .container .proapp5box3swiper .proapp5box3swipernext {
    top: 2rem;
  }
}
.proapp5-box3 .container .swiper-wrapper .swiper-slide {
  height: auto;
}
.proapp5-box3 .container .swiper-wrapper .swiper-slide .img {
  border-radius: 0.1rem;
}
.proapp5-box3 .container .swiper-wrapper .swiper-slide .img::before {
  padding-top: 58.82352941%;
}
.proapp5-box3 .container .swiper-wrapper .swiper-slide .cn2 {
  text-align: left;
  color: #333333;
  line-height: 1.41666667em;
  margin: 0.3rem 0 0.4rem;
}
.proapp5-box3 .container .swiper-wrapper .swiper-slide .cn3 {
  text-align: left;
  color: #666666;
  line-height: 1.5em;
}
.proapp5-box4 {
  background-color: #f7f8fa;
  padding-bottom: 1.1rem;
}
.proapp5-box5 {
  padding: 1rem 0 1.75rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.proapp5-box5 .container .cn1 {
  text-align: center;
  line-height: 1.20833333em;
  color: #0e2339;
  margin-top: 0.15rem;
}
.proapp5-box5 .container .proapp5box5swiper {
  margin-top: 0.8rem;
  position: relative;
}
.proapp5-box5 .container .proapp5box5swiper .proapp5box5swiperprev {
  left: -1rem;
}
@media (max-width: 1260px) {
  .proapp5-box5 .container .proapp5box5swiper .proapp5box5swiperprev {
    left: 0;
  }
}
@media (max-width: 991px) {
  .proapp5-box5 .container .proapp5box5swiper .proapp5box5swiperprev {
    top: 25%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .proapp5-box5 .container .proapp5box5swiper .proapp5box5swiperprev {
    top: 15%;
  }
}
.proapp5-box5 .container .proapp5box5swiper .proapp5box5swipernext {
  right: -1rem;
}
@media (max-width: 1260px) {
  .proapp5-box5 .container .proapp5box5swiper .proapp5box5swipernext {
    right: 0;
  }
}
@media (max-width: 991px) {
  .proapp5-box5 .container .proapp5box5swiper .proapp5box5swipernext {
    right: 0;
    top: 25%;
  }
}
@media (max-width: 767px) {
  .proapp5-box5 .container .proapp5box5swiper .proapp5box5swipernext {
    top: 15%;
  }
}
.proapp5-box5 .container .swiper-wrapper .swiper-slide {
  background-color: #Fff;
  padding: 0.5rem 0.6rem;
  border-radius: 0.1rem;
  height: auto;
  display: flex;
  align-items: flex-end;
}
.proapp5-box5 .container .swiper-wrapper .swiper-slide .left {
  width: 50%;
}
.proapp5-box5 .container .swiper-wrapper .swiper-slide .left .cn2 {
  color: #3386f4;
  line-height: 1.41666667em;
}
.proapp5-box5 .container .swiper-wrapper .swiper-slide .left .cn3 {
  color: #0e2339;
  line-height: 1.27777778em;
  margin: 0.1rem 0 0.3rem;
}
.proapp5-box5 .container .swiper-wrapper .swiper-slide .left .cn4 {
  color: #666666;
  opacity: 0.7;
  line-height: 1.33333333em;
}
.proapp5-box5 .container .swiper-wrapper .swiper-slide .left .cn5 {
  margin-top: 1.3rem;
  color: #3386f4;
  line-height: 1.71428571em;
  display: flex;
  align-items: center;
}
.proapp5-box5 .container .swiper-wrapper .swiper-slide .left .cn5 svg path {
  fill: #3386f4;
  opacity: 1;
  stroke: none;
}
.proapp5-box5 .container .swiper-wrapper .swiper-slide .right {
  width: 50%;
}
.proapp5-box6 {
  padding: 1rem 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.proapp5-box6 .public-swiper2 {
  padding-bottom: 1rem;
}
.proapp5-box6 .container .cn1 {
  text-align: center;
  line-height: 1.20833333em;
  color: #0e2339;
  margin-top: 0.15rem;
}
.proapp5-box6 .container .proapp5box6swiper {
  margin-top: 0.8rem;
}
.proapp5-box6 .container .proapp5box6swiper {
  margin-top: 0.8rem;
  position: relative;
}
.proapp5-box6 .container .proapp5box6swiper .proapp5box6swiperprev {
  left: -1rem;
}
@media (max-width: 1260px) {
  .proapp5-box6 .container .proapp5box6swiper .proapp5box6swiperprev {
    left: 0;
  }
}
@media (max-width: 991px) {
  .proapp5-box6 .container .proapp5box6swiper .proapp5box6swiperprev {
    top: 25%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .proapp5-box6 .container .proapp5box6swiper .proapp5box6swiperprev {
    top: 2rem;
  }
}
.proapp5-box6 .container .proapp5box6swiper .proapp5box6swipernext {
  right: -1rem;
}
@media (max-width: 1260px) {
  .proapp5-box6 .container .proapp5box6swiper .proapp5box6swipernext {
    right: 0;
  }
}
@media (max-width: 991px) {
  .proapp5-box6 .container .proapp5box6swiper .proapp5box6swipernext {
    right: 0;
    top: 25%;
  }
}
@media (max-width: 767px) {
  .proapp5-box6 .container .proapp5box6swiper .proapp5box6swipernext {
    top: 2rem;
  }
}
.paoapp6-box1 {
  background-color: #f7f8fa;
  padding-top: 1.3rem;
  padding-bottom: 0.78rem;
  margin-top: -0.8rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.paoapp6-box1 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .paoapp6-box1 .container .left {
    width: 50%;
    padding-right: 0.3rem;
  }
}
@media (max-width: 767px) {
  .paoapp6-box1 .container .left {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.paoapp6-box1 .container .left .cn1 {
  line-height: 1.41666667em;
  color: #3386f4;
}
.paoapp6-box1 .container .left .cn2 {
  color: #0e2339;
  line-height: 1.17857143em;
  margin-top: 0.1rem;
}
@media (max-width: 991px) {
  .paoapp6-box1 .container .left .cn2 {
    font-size: 0.4rem;
  }
}
@media (max-width: 991px) {
  .paoapp6-box1 .container .right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .paoapp6-box1 .container .right {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.paoapp6-box1 .container .right .img img {
  width: 6.23rem;
}
@media (max-width: 991px) {
  .paoapp6-box1 .container .right .img img {
    width: 100%;
  }
}
.wit-boxz0 {
  padding-top: 1.4rem;
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #Fff;
}
@media (max-width: 991px) {
  .wit-boxz0 {
    display: none;
  }
}
.wit-boxz0 .container {
  position: relative;
}
.wit-boxz0 .container .box2 {
  position: sticky;
  right: 0;
  top: 0;
  width: 33.75%;
  height: 100vh;
  margin: 0 0  0  auto;
}
.wit-boxz0 .container .box2 .box3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.wit-boxz0 .container .box2 .box3 .cn1 {
  color: #0e2339;
  line-height: 1.41666667em;
  transition: all 0.5s;
}
.wit-boxz0 .container .box2 .box3 .cn2 {
  color: #666666;
  line-height: 1.55555556em;
  margin-top: 0.45rem;
  height: 12.44444444em;
  overflow: auto;
  padding-right: 0.2rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .wit-boxz0 .container .box2 .box3 .cn2 {
    height: 9.33333333em;
  }
}
@media (max-width: 991px) {
  .wit-boxz0 .container .box2 .box3 .cn2 {
    height: auto;
  }
}
.wit-boxz0 .container .box2 .box3 .cn3 {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  position: relative;
}
.wit-boxz0 .container .box2 .box3 .cn3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  transition: all 0.5s;
  background-color: #3386f4;
}
.wit-boxz0 .container .box2 .box3.on {
  opacity: 1;
}
.wit-boxz0 .container .box2 .box3.on .right .cn1 {
  color: #3386f4;
}
.wit-boxz0 .container .box2 .box3.on .right .cn3::before {
  width: 100%;
}
.wit-boxz0 .container .box {
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100vh;
  position: sticky;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.wit-boxz0 .container .box:nth-child(2) {
  margin-top: -100vh;
}
.wit-boxz0 .container .box .left {
  width: 55%;
}
@media (max-width: 991px) {
  .wit-boxz0 .container .box .left {
    width: 100%;
  }
}
.wit-boxz0 .container .box .left .img {
  border-radius: 0.1rem;
}
.wit-boxz0 .container .box .left .img::before {
  padding-top: 60.79545455%;
}
.wit-box0 {
  padding-top: 1.4rem;
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #Fff;
  display: none;
}
@media (max-width: 991px) {
  .wit-box0 {
    display: block;
  }
}
.wit-box0 .container {
  position: relative;
}
.wit-box0 .container .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.7rem;
  flex-wrap: wrap;
}
.wit-box0 .container .box .left {
  width: 55%;
}
@media (max-width: 991px) {
  .wit-box0 .container .box .left {
    width: 100%;
  }
}
.wit-box0 .container .box .left .img {
  border-radius: 0.1rem;
}
.wit-box0 .container .box .left .img::before {
  padding-top: 60.79545455%;
}
.wit-box0 .container .box .right {
  padding-top: 0.5rem;
  width: 33.75%;
}
@media (max-width: 991px) {
  .wit-box0 .container .box .right {
    width: 100%;
  }
}
.wit-box0 .container .box .right .cn1 {
  color: #0e2339;
  line-height: 1.41666667em;
  transition: all 0.5s;
}
.wit-box0 .container .box .right .cn2 {
  color: #666666;
  line-height: 1.55555556em;
  margin-top: 0.45rem;
  height: 12.44444444em;
  overflow: auto;
  padding-right: 0.2rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .wit-box0 .container .box .right .cn2 {
    height: 9.33333333em;
  }
}
@media (max-width: 991px) {
  .wit-box0 .container .box .right .cn2 {
    height: auto;
  }
}
.wit-box0 .container .box .right .cn3 {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  position: relative;
}
.wit-box0 .container .box .right .cn3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  transition: all 0.5s;
  background-color: #3386f4;
}
.wit-box0 .container .box:hover .right .cn1 {
  color: #3386f4;
}
.wit-box0 .container .box:hover .right .cn3::before {
  width: 100%;
}
.wit-box1 {
  left: 0;
  top: 0;
  position: relative;
  z-index: 3;
  width: 100%;
}
.wit-box1 .img {
  width: 100%;
}
.wit-box1 .img img {
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  .wit-box1 .img img {
    height: 8rem;
  }
}
.wit-box1 .iconimg {
  position: absolute;
  width: 9.11471975%;
  top: 51%;
  left: 55.4%;
}
@media (max-width: 991px) {
  .wit-box1 .iconimg {
    display: none;
  }
}
.wit-box1 .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.43rem;
  width: 90%;
}
.wit-box1 .container .cn1 {
  color: #fff;
  text-align: center;
  line-height: 1.20833333em;
}
.wit-box1 .container .cn2 {
  max-width: 9.34rem;
  margin: 0.3rem auto 0;
  text-align: center;
  color: #fefefe;
  line-height: 1.77777778em;
}
.wit-box2 {
  background-color: #Fff;
  position: relative;
  padding-bottom: 1rem;
  z-index: 4;
}
@media (max-width: 991px) {
  .wit-box2 .container1400 {
    width: 100%;
  }
}
.wit-box2 .public-swiperprev {
  top: 2rem;
}
@media (max-width: 991px) {
  .wit-box2 .public-swiperprev {
    top: 2.7rem !important;
  }
}
@media (max-width: 767px) {
  .wit-box2 .public-swiperprev {
    top: 2rem !important;
  }
}
.wit-box2 .public-swipernext {
  top: 2rem;
}
@media (max-width: 991px) {
  .wit-box2 .public-swipernext {
    top: 2.7rem !important;
  }
}
@media (max-width: 767px) {
  .wit-box2 .public-swipernext {
    top: 2rem !important;
  }
}
.wit-box2 .containerbox .witbox2swiper .swiper-slide .imgbox {
  border-radius: 0.1rem;
  padding: 0.35rem 0;
  background-color: #f5f5f5;
}
.wit-box2 .containerbox .witbox2swiper .swiper-slide .img {
  width: 71.64%;
  margin: 0 auto;
}
.wit-box2 .containerbox .witbox2swiper .swiper-slide .img::before {
  padding-top: 138.75%;
}
.wit-box2 .containerbox .witbox2swiper .swiper-slide .text {
  border: 0;
  padding: 0.15rem 0.2rem 0;
}
.wit-box2 .containerbox .witbox2swiper .swiper-slide .text .tcn1 {
  text-align: center;
  width: 100%;
  padding-right: 0;
  line-height: 1.44444444em;
}
.wit-box3 {
  position: relative;
  z-index: 5;
  background-color: #f8f8f8;
  padding-bottom: 2.3rem;
}
@media (max-width: 767px) {
  .wit-box3 {
    padding-bottom: 3rem;
  }
}
.coopbox2 {
  background-color: #f8f8f8;
  position: relative;
  padding-bottom: 1rem;
  z-index: 4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .coopbox2 .container1400 {
    width: 100%;
  }
}
.coopbox2 .public-swiperprev {
  top: 50%;
}
.coopbox2 .public-swipernext {
  top: 50%;
}
.coopbox2 .containerbox .coopswiper .swiper-slide {
  height: auto;
}
.coopbox2 .containerbox .coopswiper .swiper-slide .imgbox {
  border-radius: 0.1rem;
  padding: 0.7rem 0.35rem;
  text-align: center;
  background-color: #fff;
}
.coopbox2 .containerbox .coopswiper .swiper-slide .imgbox .img {
  text-align: center;
}
.coopbox2 .containerbox .coopswiper .swiper-slide .imgbox .img img {
  height: 0.6rem;
}
.coopbox2 .containerbox .coopswiper .swiper-slide .imgbox .cn1 {
  text-align: center;
  margin: 0.5rem 0 0.25rem;
  color: #0e2339;
}
.coopbox2 .containerbox .coopswiper .swiper-slide .imgbox .cn2 {
  text-align: center;
  color: #777777;
  line-height: 1.625em;
}
.coopbox3 {
  background-color: #e8e8e8;
  padding: 1.4rem 0 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.coopbox3 .container1400 .cn1 {
  color: #0e2339;
  line-height: 1.25em;
}
.coopbox3 .container1400 .box {
  width: 59.375%;
  display: flex;
  margin: 0 0 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .coopbox3 .container1400 .box {
    width: 100%;
  }
}
.coopbox3 .container1400 .box.on .box2:nth-child(odd) {
  transform: translateY(0);
}
.coopbox3 .container1400 .box.on .box2:nth-child(even) {
  transform: translateY(0);
}
.coopbox3 .container1400 .box .box2 {
  margin-top: 0.2rem;
  width: 48.94736842%;
  background-color: #ffffff;
  border-radius: 0.1rem;
  padding: 0.3rem 0.3rem 0.6rem;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}
.coopbox3 .container1400 .box .box2:nth-child(odd) {
  transform: translateY(0.5rem);
}
.coopbox3 .container1400 .box .box2:nth-child(even) {
  transform: translateY(-0.5rem);
}
.coopbox3 .container1400 .box .box2 .cn2 {
  color: #333333;
  line-height: 1.41666667em;
}
.coopbox3 .container1400 .box .box2 .cn3 {
  margin-top: 0.2rem;
  color: #666666;
  line-height: 1.5em;
}
.coopbox3 .container1400 .box .box2 .cn4 {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  margin-top: -0.3rem;
  margin-right: -0.3rem;
  font-size: 1.6rem;
  text-align: right;
  line-height: 1.6rem;
  height: 0.6rem;
  background: transparent -webkit-linear-gradient(left, #d2dbdb, #d2dbdb) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
  color: white;
  -webkit-text-stroke: 1px #3386f4;
  opacity: 0.2;
}
.coopbox4 {
  padding: 1.4rem 0 0;
}
.coopbox4 .container1400 .cn1 {
  text-align: center;
  line-height: 1.20833333em;
  color: #000000;
  margin-bottom: 0.9rem;
}
.coopbox4 .container1400 .box .cn14 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
}
@media (max-width: 767px) {
  .coopbox4 .container1400 .box .cn14 {
    justify-content: space-between;
  }
}
.coopbox4 .container1400 .box .cn14 .cn14a {
  margin-top: 0.2rem;
  width: calc((100% - 0.3rem) / 3);
  margin-right: 0.15rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top ;
  text-align: center;
  border-radius: 0.1rem;
  padding-bottom: 0.4rem;
  width: 24.28571429%;
  margin-right: 13.57142857%;
  position: relative;
}
.coopbox4 .container1400 .box .cn14 .cn14a .jiantou {
  position: absolute;
  width: 18.82352941%;
  top: 50%;
  transform: translateY(-50%);
  left: 120%;
}
@media (max-width: 767px) {
  .coopbox4 .container1400 .box .cn14 .cn14a .jiantou {
    display: none;
  }
}
@media (max-width: 767px) {
  .coopbox4 .container1400 .box .cn14 .cn14a {
    width: 48%;
    margin-right: 0;
  }
}
.coopbox4 .container1400 .box .cn14 .cn14a:nth-child(3n) {
  margin-right: 0;
}
.coopbox4 .container1400 .box .cn14 .cn14a:nth-child(3n) .jiantou {
  display: none;
}
.coopbox4 .container1400 .box .cn14 .cn14a .cn14b {
  padding-top: 0.2rem;
  text-align: center;
  color: #3386f4;
  line-height: 1.16666667em;
}
.coopbox4 .container1400 .box .cn14 .cn14a .cn14c {
  padding: 0 0.3rem;
  margin-top: 1rem;
  text-align: center;
  color: #333333;
  line-height: 1.45454545em;
}
@media (max-width: 991px) {
  .coopbox4 .container1400 .box .cn14 .cn14a .cn14c {
    margin-top: 0.5rem;
    font-size: 0.24rem;
    -webkit-line-clamp: 3;
  }
}
.coopbox5 {
  padding-top: 1.4rem;
  padding-bottom: 3rem;
}
.coopbox5 .box1 {
  background-color: #Ffffff;
  border-radius: 0.1rem;
  padding: 0.8rem 9.5%;
}
@media (max-width: 767px) {
  .coopbox5 .box1 {
    padding: 0.8rem 0.2rem;
  }
}
.coopbox5 .box1 .cn1 {
  color: #0e2339;
  line-height: 1.20833333em;
}
.coopbox5 .box1 .cn2 {
  color: #666666;
  line-height: 1.625em;
  margin: 0.08rem 0 0.35rem;
}
.coopbox5 .box1 .box2 {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.coopbox5 .box1 .box2 .cn3 {
  width: 49.55752212%;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .coopbox5 .box1 .box2 .cn3 {
    width: 100%;
  }
}
.coopbox5 .box1 .box2 .cn3.cn4 {
  width: 100%;
}
.coopbox5 .box1 .box2 .cn3.cn7 {
  display: flex;
  padding: 0 0.2rem;
  flex-wrap: wrap;
  border-radius: 0.05rem;
  border: 1px solid #eee;
  align-items: center;
  line-height: 0.6rem;
}
@media (max-width: 767px) {
  .coopbox5 .box1 .box2 .cn3.cn7 {
    line-height: 0.76rem;
  }
}
.coopbox5 .box1 .box2 .cn3.cn7 input {
  border: 0;
  padding: 0;
}
.coopbox5 .box1 .box2 .cn3.cn7 .cn5 {
  margin-right: 0.5rem;
  color: #666;
}
.coopbox5 .box1 .box2 .cn3.cn7 .cn6 {
  margin-right: 0.5rem;
  display: inline-block;
  color: #666;
  position: relative;
  cursor: pointer;
}
.coopbox5 .box1 .box2 .cn3.cn7 .cn6 em {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 4px solid #3386f4;
  border-radius: 50%;
  transition: all 0.5s;
  opacity: 0;
}
.coopbox5 .box1 .box2 .cn3.cn7 .cn6 input {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid #eee;
  margin-right: 0.1rem;
}
.coopbox5 .box1 .box2 .cn3.cn7 .cn6.on em {
  opacity: 1;
}
.coopbox5 .box1 .box2 .cn3 input {
  width: 100%;
  border-radius: 0.05rem;
  border: 1px solid #eee;
  line-height: 0.6rem;
  padding: 0 0.2rem;
  color: #666666;
}
@media (max-width: 991px) {
  .coopbox5 .box1 .box2 .cn3 input {
    line-height: 0.76rem;
  }
}
.coopbox5 .box1 .box2 .cn3 input::placeholder {
  color: #666;
}
.coopbox5 .box1 .box2 .cn3 textarea {
  height: 1.2rem;
  width: 100%;
  border-radius: 0.05rem;
  border: 1px solid #eee;
  line-height: 0.3rem;
  padding: 0.15rem 0.2rem;
  color: #666666;
}
.coopbox5 .box1 .box2 .cn3 textarea::placeholder {
  color: #666;
}
@media (max-width: 991px) {
  .coopbox5 .box1 .box2 .cn3 textarea {
    height: 2rem;
  }
}
.coopbox5 .box1 .box2 .cn8 {
  display: flex;
  align-items: center;
  color: #999999;
  width: 100%;
}
.coopbox5 .box1 .box2 .cn8 a {
  color: #3386f4;
}
.coopbox5 .box1 .box2 .cn8 .cn9 {
  width: 16px;
  height: 16px;
  border-radius: 0.03rem;
  margin-right: 0.1rem;
  border: 1px solid #eee;
  cursor: pointer;
  position: relative;
}
.coopbox5 .box1 .box2 .cn8 .cn9 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.coopbox5 .box1 .box2 .cn8 .cn9.on {
  background-color: #3386f4;
}
.coopbox5 .box1 .box2 .cn10 {
  width: 100%;
  justify-content: center;
  display: flex;
  margin-top: 0.3rem;
}
.coopbox6 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btnbtn {
  position: relative;
  display: block;
  width: 2rem;
  border: 1px solid #3386f4;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 0.1rem;
  transition: all 0.4s;
  overflow: hidden;
}
.btnbtn span {
  position: relative;
  color: #3386f4;
  transition: all 0.4s;
}
.btnbtn::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #3386f4;
  transform: scaleX(0);
  transition: all 0.5s;
}
.btnbtn:hover span {
  color: #fff;
}
.btnbtn:hover::before {
  transform: scaleX(1);
}
#c-header .c-switch i {
  background: #fff;
}
.why-box0 {
  position: relative;
  width: 100%;
  height: 150vh;
}
@media (max-width: 991px) {
  .why-box0 {
    height: 100vh;
  }
}
.why-box1 {
  width: 100%;
  height: 100vh;
  position: sticky;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-box1 .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.why-box1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-box1 .img .videobutton {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .why-box1 .img .videobutton {
    opacity: 1 !important;
  }
}
.why-box1 .img .videobutton .vbtn1 {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #3386f4;
  border: 1px solid #20c4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 991px) {
  .why-box1 .img .videobutton .vbtn1 {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.why-box1 .img .videobutton .vbtn1 img {
  width: 13px;
  height: 15px;
}
.why-box1 .img .videobutton em {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  animation: videoanimation 2s infinite linear;
  background-color: #3386f4;
  border: solid 1px #20c4ff;
  opacity: 0.5;
  border-radius: 50%;
}
.why-box1 .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
@media (max-width: 991px) {
  .why-box1 .text {
    display: none;
  }
}
.why-box1 .text .cn1 {
  text-align: center;
  color: #Fff;
  line-height: 1.41666667em;
}
.why-box1 .text .cn2 {
  text-align: center;
  color: #ffffff;
  line-height: 1.14705882em;
  font-size: 0.68rem;
  margin: 0.2rem 0;
}
.why-box1 .text .cn3 {
  line-height: 1.33333333em;
  color: #Fff;
  text-align: center;
}
.why-box1 .text2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #0e2339;
  line-height: 1.20833333em;
  text-align: center;
  opacity: 0;
}
@media (max-width: 991px) {
  .why-box1 .text2 {
    color: #Fff !important;
    top: 35% !important;
    opacity: 1 !important;
  }
}
.why-box1 .tips {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3%;
  text-align: center;
}
.why-box1 .tips .tipscn1 {
  margin-bottom: 0.1rem;
  color: #Fff;
}
.why-box1 .tips .tipscn2 {
  height: 0.34rem;
  animation: shagxi 1s linear infinite;
}
@keyframes shagxi {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.24rem);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes videoanimation {
  from {
    transform: translate(-50%, -50%);
  }
  to {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.why-box2 {
  padding-bottom: 1.42rem;
  padding-top: 0.3rem;
  overflow: hidden;
}
.why-box2 .container1400 .cn1 {
  text-align: center;
  color: #3386f4;
  line-height: 1.41666667em;
}
.why-box2 .container1400 .cn2 {
  margin-top: 0.1rem;
  text-align: center;
  color: #0e2339;
  line-height: 1.20833333em;
}
.why-box2 .container1400 .whybox2swiper {
  position: relative;
  display: flex;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  .why-box2 .container1400 .whybox2swiper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.why-box2 .container1400 .whybox2swiper .swiper-slide2 {
  width: 50%;
  height: 5.5rem;
  border-radius: 0.1rem;
  border: 1px solid #e3ebf5;
  padding: 1rem 0;
  position: relative;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .why-box2 .container1400 .whybox2swiper .swiper-slide2 {
    width: 49%;
    margin-bottom: 0.2rem;
    height: auto;
  }
}
@media (max-width: 767px) {
  .why-box2 .container1400 .whybox2swiper .swiper-slide2 {
    padding: 0.5rem 0 0.5rem;
  }
}
.why-box2 .container1400 .whybox2swiper .swiper-slide2 .cn4 .cn5 {
  margin: 0 auto;
  width: 1.16rem;
  height: 1.16rem;
  display: flex;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .why-box2 .container1400 .whybox2swiper .swiper-slide2 .cn4 .cn5 {
    background-color: #3386f4 !important;
  }
}
.why-box2 .container1400 .whybox2swiper .swiper-slide2 .cn4 .cn5 svg {
  width: auto;
  height: 0.4rem;
}
.why-box2 .container1400 .whybox2swiper .swiper-slide2 .cn4 .cn5 svg path {
  transition: all 0.5s;
  fill: #3386f4;
  opacity: 1;
  stroke: none;
}
@media (max-width: 991px) {
  .why-box2 .container1400 .whybox2swiper .swiper-slide2 .cn4 .cn5 svg path {
    fill: #fff;
  }
}
.why-box2 .container1400 .whybox2swiper .swiper-slide2 .cn4 .cn6 {
  text-align: center;
  line-height: 1.38461538em;
  padding: 0 0.2rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0.5rem 0 0.2rem;
}
.why-box2 .container1400 .whybox2swiper .swiper-slide2 .cn4 .cn7 {
  text-align: center;
  line-height: 1.625em;
  padding: 0 0.2rem;
  color: #666;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .why-box2 .container1400 .whybox2swiper .swiper-slide2 .cn4 .cn7 {
    opacity: 1 !important;
  }
}
.why-box2 .container1400 .whybox2swiper .swiper-slide2 .cn4 .cn8 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.4rem;
  width: 23px;
  height: 23px;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .why-box2 .container1400 .whybox2swiper .swiper-slide2 .cn4 .cn8 {
    opacity: 0 !important;
  }
}
.why-box2 .container1400 .whybox2swiper .swiper-slide2 .cn4 .cn8::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.03rem;
  background-color: #d0d8e1;
}
.why-box2 .container1400 .whybox2swiper .swiper-slide2 .cn4 .cn8::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.03rem;
  height: 100%;
  background-color: #d0d8e1;
}
.why-box2 .container1400 .whybox2swiper .swiper-slide2:hover {
  background-image: url(../images/zimg247.jpg);
  box-shadow: 0px 0px 40px 0px rgba(151, 157, 169, 0.3);
}
.why-box2 .container1400 .whybox2swiper .swiper-slide2:hover .cn4 .cn5 {
  background-color: #3386f4;
}
.why-box2 .container1400 .whybox2swiper .swiper-slide2:hover .cn4 .cn5 svg path {
  fill: #fff;
}
.why-box2 .container1400 .whybox2swiper .swiper-slide2:hover .cn4 .cn7 {
  opacity: 1;
}
.why-box2 .container1400 .whybox2swiper .swiper-slide2:hover .cn4 .cn8 {
  opacity: 0;
}
.why-box3 {
  background-color: #f8f8f8;
  padding: 1.1rem 0;
}
.why-box3 .container .cn1 {
  line-height: 1.20833333em;
  text-align: center;
  color: #0e2339;
}
.why-box3 .container .cn2 {
  margin-top: 0.45rem;
  text-align: center;
}
.why-box3 .container .cn2 img {
  width: 89.8125%;
}
.why-box4 {
  background-color: #Fff;
  padding-bottom: 1.4rem;
}
.why-box4 .container1400 .box1 {
  display: flex;
  padding-top: 1.4rem;
  flex-wrap: wrap;
}
.why-box4 .container1400 .box1:nth-child(even) {
  flex-direction: row-reverse;
}
.why-box4 .container1400 .box1 .left {
  width: 50%;
}
@media (max-width: 767px) {
  .why-box4 .container1400 .box1 .left {
    width: 100%;
  }
}
.why-box4 .container1400 .box1 .left .img {
  width: 100%;
}
.why-box4 .container1400 .box1 .left .img img {
  width: 100%;
  min-height: 5rem;
  object-fit: contain;
}
.why-box4 .container1400 .box1 .right {
  width: 50%;
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .why-box4 .container1400 .box1 .right {
    width: 100%;
    padding-top: 0.5rem;
  }
}
.why-box4 .container1400 .box1 .right .cn4 {
  width: 64.28571429%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .why-box4 .container1400 .box1 .right .cn4 {
    width: 100%;
  }
}
.why-box4 .container1400 .box1 .right .cn1 {
  color: #3386f4;
  line-height: 1.41666667em;
}
.why-box4 .container1400 .box1 .right .cn2 {
  color: #0e2339;
  line-height: 1.20833333em;
  margin: 0.2rem 0 0.3rem;
}
.why-box4 .container1400 .box1 .right .cn3 {
  color: #666666;
  line-height: 1.625em;
}
.why-box5 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.3rem 0 1.43rem;
  overflow: hidden;
  position: relative;
}
.why-box5::before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
@media (max-width: 991px) {
  .why-box5::before {
    display: block;
  }
}
@media (max-width: 991px) {
  .why-box5 .whybox5prev {
    display: none;
  }
}
@media (max-width: 991px) {
  .why-box5 .whybox5next {
    display: none;
  }
}
@media (max-width: 991px) {
  .why-box5 .container1400 {
    width: 100%;
  }
}
.why-box5 .container.containerbox {
  position: relative;
}
.why-box5 .container .cn1 {
  text-align: center;
  color: #Fff;
  line-height: 1.41666667em;
}
.why-box5 .container .cn2 {
  margin-top: 0.1rem;
  text-align: center;
  color: #fff;
  line-height: 1.20833333em;
}
.why-box5 .container .whybox5a {
  margin-top: 0.55rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .why-box5 .container .whybox5a {
    overflow: initial;
  }
}
@media (max-width: 991px) {
  .why-box5 .container .whybox5a .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.why-box5 .container .whybox5a .swiper-slide {
  border-radius: 0.1rem;
  background-image: linear-gradient(117deg, rgba(255, 255, 255, 0.83) 0%, rgba(244, 248, 253, 0.83) 64%, rgba(233, 241, 251, 0.83) 100%);
  padding: 0.7rem 0.3rem 1.2rem;
  height: auto;
}
@media (max-width: 991px) {
  .why-box5 .container .whybox5a .swiper-slide {
    overflow: hidden;
    margin-right: 0 !important;
    width: calc(50% - 0.15rem) !important;
    margin-top: 0.3rem;
  }
}
.why-box5 .container .whybox5a .swiper-slide .img {
  text-align: center;
}
.why-box5 .container .whybox5a .swiper-slide .img img {
  height: 0.74rem;
}
@media (max-width: 991px) {
  .why-box5 .container .whybox5a .swiper-slide .img img {
    height: 1rem;
  }
}
.why-box5 .container .whybox5a .swiper-slide .cn3 {
  text-align: center;
  line-height: 1.41666667em;
  color: #333;
  margin: 0.3rem 0 0.1rem;
}
.why-box5 .container .whybox5a .swiper-slide .cn4 {
  text-align: center;
  color: #666666;
  line-height: 1.625em;
}
.why-box5 .container .whybox5a .swiper-slide .cn5 {
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  transform: translate(-50%);
  font-size: 1.42rem;
  line-height: 1em;
  text-align: center;
  background: transparent -webkit-linear-gradient(left, #d2dbdb, #d2dbdb) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
  color: white;
  -webkit-text-stroke: 1px #e2ecfb;
}
.why-box6 {
  position: relative;
  overflow: hidden;
  padding: 1.4rem 0 2.1rem;
}
.why-box6 .container .wb6cn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0.25rem;
}
.why-box6 .container .wb6cn1 .wb6cn2 {
  min-width: 2rem;
  line-height: 0.6rem;
  border-radius: 0.05rem;
  border: 1px solid #ddd;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  margin: 0 0.05rem;
}
.why-box6 .container .wb6cn1 .wb6cn2.on {
  border: 1px solid #3386f4;
  background-color: #3386f4;
  color: #Fff;
}
.why-box6 .container .wb6cn1 .wb6cn2:hover {
  background-color: #3386f4;
  color: #Fff;
}
.why-box6 .container .wbcn3 {
  text-align: center;
  line-height: 1.625em;
  color: #666;
  margin: 0.15rem 0 0.35rem;
}
.publicpage {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.my-button-disabled {
  display: none;
}
.proapp5-box3 .container .proapp5box3swiper .proapp5box3swiperprev {
  background-color: #Fff;
}
.proapp5-box3 .container .proapp5box3swiper .proapp5box3swiperprev:hover {
  background-color: #3386f4;
}
.proapp5-box3 .container .proapp5box3swiper .proapp5box3swipernext {
  background-color: #Fff;
}
.proapp5-box3 .container .proapp5box3swiper .proapp5box3swipernext:hover {
  background-color: #3386f4;
}
.index-box5 .public-swiperprev {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.index-box5 .public-swiperprev svg path {
  fill: rgba(0, 0, 0, 0.15);
}
.index-box5 .public-swipernext {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.index-box5 .public-swipernext svg path {
  fill: rgba(0, 0, 0, 0.15);
}
.index-box5 .public-btn {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.index-box5 .public-swiperprev:hover {
  border: 1px solid #3386f4;
}
.index-box5 .public-swiperprev:hover svg path {
  fill: #Fff;
}
.index-box5 .public-swipernext:hover {
  border: 1px solid #3386f4;
}
.index-box5 .public-swipernext:hover svg path {
  fill: #fff;
}
.index-box5 .public-btn:hover {
  border: 1px solid #3386f4;
}
