@charset "utf-8";
:root {
  --color: #004fd1;
  --vh: 100vh;
}
/*字体*/
* {
  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: #004fd1;
}
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: #000;
  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: 90%;
  max-width: 1680px;
}
@media (max-width: 1260px) {
  .container {
    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: #004fd1;
}
.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: #004fd1;
}
#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: #004fd1;
}
#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: #004fd1;
}
#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: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  transition: 0.4s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#c-header.c-ie {
  top: 0 !important;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header .c-title-box a {
  color: #fff;
  transition: 0.4s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 0.6rem;
}
@media (max-width: 991px) {
  #c-header .container {
    padding: 0 5%;
    height: 1.2rem;
  }
}
#c-header .c-left-box {
  display: flex;
  align-content: center;
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -1rem;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  border-bottom: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 .c-title-box > a {
  color: #333;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
  margin-right: 0.95rem;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  width: 1.27rem;
  height: 0.31rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    width: auto;
    height: 0.5rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
#c-header.c-style3 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style3 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部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.on > a:before {
  left: 0;
  width: 100%;
}
#c-header .c-nav > li {
  position: relative;
  margin: 0 0.3rem;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #004fd1;
  transition: 0.4s;
}
#c-header .c-nav li > a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#c-header .c-nav ul {
  padding: 0.3rem 0;
  position: absolute;
  top: 99%;
  left: 0;
  display: none;
  min-width: 1.8rem;
  line-height: 0.5rem;
  background: #fff;
}
#c-header .c-nav ul li {
  text-align: left;
}
#c-header .c-nav ul li > a {
  line-height: 0.4rem;
  padding: 0 0.2rem 0 0.5rem;
  color: #333;
}
#c-header .c-nav ul li > a::before {
  top: 0.07rem;
  width: 2px !important;
  left: 0.2rem !important;
  height: 0.26rem;
  background: #004fd1;
  opacity: 0;
  transition: all 0.5s;
}
#c-header .c-nav ul li:hover > a {
  color: #004fd1;
}
#c-header .c-nav ul li:hover > a::before {
  opacity: 1;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #004fd1;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  left: 0;
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg,
#c-header .c-nav li:hover > .c-title-box svg {
  color: #004fd1;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.4s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.4s;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #004fd1;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.4s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
#c-header.c-style3 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-gn {
    margin-right: 0.5rem;
  }
}
#c-header .c-gn .c-search {
  background-color: #004fd1;
  line-height: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  padding: 0 0.7rem;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 25% 100%);
  transition: all 0.5s;
}
@media (max-width: 991px) {
  #c-header .c-gn .c-search {
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
    height: 1.2rem;
    padding: 0 0.4rem;
  }
}
#c-header .c-gn .c-search:hover {
  opacity: 0.9;
}
#c-header .c-gn .c-search .qcn2 {
  width: 0.21rem;
  height: 0.21rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-gn .c-search .qcn2 {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-header .c-gn .c-search .qcn2 svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-header .c-gn .c-search .qcn2 svg path {
  fill: #fff;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
#c-header .c-gn .c-search .qcn2:hover 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: #004fd1;
  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: #004fd1;
}
#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;
}
.textflow7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -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;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .font22 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 20px;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .font18 {
    font-size: 14px;
  }
}
@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 首页**********************************/
.public-banner {
  width: 100%;
  height: 6.4rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .public-banner {
    height: auto;
  }
}
.public-banner.public-bannerleft {
  text-align: left;
}
.public-banner.public-bannerleft .swiper-wrapper .swiper-slide .img::after {
  opacity: 0;
}
.public-banner.public-bannerleft .swiper-wrapper .swiper-slide .container {
  text-align: left;
}
.public-banner.public-bannerleft .swiper-wrapper .swiper-slide .container .cn1 {
  text-align: left;
}
.public-banner.public-bannerleft .swiper-wrapper .swiper-slide .container .cn2 {
  text-align: left;
}
.public-banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.public-banner .swiper-wrapper .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .public-banner .swiper-wrapper .swiper-slide .img {
    height: auto;
  }
}
.public-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.3);
  z-index: 3;
}
.public-banner .swiper-wrapper .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: bannerscale 20s infinite linear;
}
@media (max-width: 991px) {
  .public-banner .swiper-wrapper .swiper-slide .img img.pc-img {
    display: none;
  }
}
.public-banner .swiper-wrapper .swiper-slide .img img.mb-img {
  display: none;
}
@media (max-width: 991px) {
  .public-banner .swiper-wrapper .swiper-slide .img img.mb-img {
    display: block;
  }
}
.public-banner .containerpublic {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1rem;
  z-index: 3;
}
@media (max-width: 991px) {
  .public-banner .containerpublic {
    top: 1.2rem;
  }
}
.public-banner .textcontainer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.public-banner .textcontainer .cn1 {
  text-align: center;
  color: #ffffff;
  line-height: 1.22727273em;
}
.public-banner .textcontainer .cn2 {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 1.55555556em;
}
@keyframes bannerscale {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.public-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 991px) {
  .public-nav {
    border-bottom: 0;
  }
}
.public-nav .pcn1 {
  color: #666666;
  line-height: 0.8rem;
  transition: all 0.5s;
  margin-right: 0.6rem;
  position: relative;
}
@media (max-width: 991px) {
  .public-nav .pcn1 {
    line-height: 1rem;
    margin-right: 0.3rem;
  }
}
.public-nav .pcn1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #004fd1;
  transition: all 0.5s;
}
.public-nav .pcn1:hover {
  color: #004fd1;
}
.public-nav .pcn1:hover::before {
  width: 100%;
}
.public-nav .pcn1.on {
  color: #004fd1;
}
.public-nav .pcn1.on::before {
  width: 100%;
}
.public-nav .pcn2 {
  display: flex;
  align-items: center;
  margin: 0 0.1rem;
  opacity: 0.8;
}
.public-nav .pcn2 img {
  width: 0.06rem;
}
@media (max-width: 991px) {
  .public-nav .pcn2 img {
    width: 0.12rem;
  }
}
.public-nav .pcn2 svg {
  width: 0.06rem;
  height: auto;
}
@media (max-width: 991px) {
  .public-nav .pcn2 svg {
    width: 0.12rem;
  }
}
.public-nav .pcn2 svg path {
  fill: #fff;
  opacity: 1;
  stroke: none;
}
.publicbanner2page {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.publicbanner2page .swiper-pagination-bullet {
  background-color: #Fff;
  opacity: 0.4;
}
.publicbanner2page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #004fd1;
}
.public-banner2 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.public-banner2 .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.public-banner2 .swiper-wrapper .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
}
.public-banner2 .swiper-wrapper .swiper-slide .img::before {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  height: 100%;
}
.public-banner2 .swiper-wrapper .swiper-slide .img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .public-banner2 .swiper-wrapper .swiper-slide .img video {
    display: none;
  }
}
.public-banner2 .swiper-wrapper .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: bannerscale 20s infinite linear;
}
@media (max-width: 991px) {
  .public-banner2 .swiper-wrapper .swiper-slide .img img.pc-img {
    display: none;
  }
}
.public-banner2 .swiper-wrapper .swiper-slide .img img.mb-img {
  display: none;
}
@media (max-width: 991px) {
  .public-banner2 .swiper-wrapper .swiper-slide .img img.mb-img {
    display: block;
  }
}
.public-banner2 .swiper-wrapper .swiper-slide.ani-slide .textcontainer .cn1 {
  opacity: 1;
  transform: translateY(0);
}
.public-banner2 .swiper-wrapper .swiper-slide.ani-slide .textcontainer .cn2 {
  opacity: 1;
  transform: translateY(0);
}
.public-banner2 .swiper-wrapper .swiper-slide.ani-slide .textcontainer .cn15 {
  opacity: 1;
  transform: translateY(0);
}
.public-banner2 .textcontainer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.public-banner2 .textcontainer .cn1 {
  text-align: center;
  color: #ffffff;
  line-height: 1.625em;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s 0.25s;
  transform: translateY(0.6rem);
}
.public-banner2 .textcontainer .cn1 span {
  flex-shrink: 0;
  margin: 0 0.35rem;
}
.public-banner2 .textcontainer .cn1 em {
  width: 1.67rem;
  height: 0.02rem;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #004fd1 100%);
}
.public-banner2 .textcontainer .cn1 em:last-child {
  background-image: linear-gradient(90deg, #004fd1 0%, rgba(255, 255, 255, 0) 100%);
}
.public-banner2 .textcontainer .cn2 {
  margin-bottom: 0.25rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.17857143em;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(0.6rem);
}
.public-banner2 .textcontainer .cn2 img {
  height: 0.83rem;
}
.public-banner2 .textcontainer .cn2 span {
  color: #004fd1;
}
.public-banner2 .textcontainer .cn15 {
  margin-top: 0.55rem;
  opacity: 0;
  transition: all 0.5s 0.5s;
  transform: translateY(0.6rem);
}
.public-banner2 .textcontainer.blackcolor .cn1 {
  color: #000;
}
.public-banner2 .textcontainer.blackcolor .cn2 {
  color: #000;
}
.public-banner2 .textcontainer.blackcolor .cn15 .public-btn0 {
  border: 1px solid #000;
  color: #000;
}
.public-banner2 .textcontainer.blackcolor .cn15 .public-btn0:hover {
  border: 1px solid #004fd1;
  color: #Fff;
}
.public-banner2 .publicbanner2page {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.public-banner2 .publicbanner2page .swiper-pagination-bullet {
  position: relative;
  overflow: hidden;
  opacity: 1;
  background-color: transparent;
  width: 0.8rem;
  height: 1rem;
  margin: 0 0.08rem;
}
@media (max-width: 991px) {
  .public-banner2 .publicbanner2page .swiper-pagination-bullet {
    margin: 0 0.1rem;
  }
}
.public-banner2 .publicbanner2page .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0.02rem;
  z-index: 5;
  background-color: #fff;
}
.public-banner2 .publicbanner2page .swiper-pagination-bullet::after {
  z-index: 4;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0.02rem;
  background-color: rgba(255, 255, 255, 0.25);
}
.public-banner2 .publicbanner2page .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation: bannerjindu 5s 1 linear forwards;
}
.public-btn2 {
  display: flex;
  justify-content: center;
}
.public-btn2 .public-btn0 {
  display: flex;
  min-width: 1.6rem;
  align-items: center;
  color: #ffffff;
  padding: 0.16rem 0.4rem;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 0.03rem;
  transition: all 0.5s;
  position: relative;
}
.public-btn2 .public-btn0::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: calc(100% + 2px);
  background-color: #Fff;
  transition: all 0.5s;
}
.public-btn2 .public-btn0 .pcn1 {
  transition: all 0.5s;
  color: #fff;
  position: relative;
  z-index: 2;
}
.public-btn2 .public-btn0 .pcn2 {
  position: relative;
  z-index: 2;
  margin-left: 0.1rem;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #Fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-btn2 .public-btn0 .pcn2 img {
  width: 10px;
}
.public-btn2 .public-btn0:hover::before {
  width: calc(100% + 2px);
}
.public-btn2 .public-btn0:hover .pcn1 {
  color: #004fd1;
}
@keyframes bannerjindu {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.index-public-title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-public-title .pcn0 {
  position: relative;
  width: 1.28rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.index-public-title .pcn0 img {
  width: 1.28rem;
}
.index-public-title .pcn1 {
  margin: 0 0.3rem;
  line-height: 1.18518519em;
  color: #000000;
}
.index-public-title2 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-public-title2 img {
  width: 0.2rem;
}
@media (max-width: 991px) {
  .index-public-title2 img {
    width: 0.3rem;
  }
}
.index-public-title2 .pcn1 {
  margin-left: 0.05rem;
  line-height: 1.625em;
  color: #000000;
  transition: all 0.5s;
}
.index-public-title2:hover .pcn1 {
  color: #e01a22;
}
.index-box1 {
  position: relative;
  padding-top: 1.45rem;
  padding-bottom: 1.35rem;
}
@media (max-width: 991px) {
  .index-box1 {
    padding: 1.2rem 0;
  }
}
.index-box1 .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-box1 .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box1 .container {
  position: relative;
  z-index: 2;
}
.index-box1 .container .box {
  margin-top: 0.8rem;
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 991px) {
  .index-box1 .container .box {
    justify-content: space-between;
  }
}
.index-box1 .container .box .box2 {
  margin-bottom: 0.6rem;
  margin-right: 0.2rem;
  width: calc((100% - 0.6rem) / 4);
  position: relative;
  transition: all 0.5s;
  padding-bottom: 0.45rem;
}
@media (max-width: 991px) {
  .index-box1 .container .box .box2 {
    width: 48%;
    margin-right: 0;
  }
}
.index-box1 .container .box .box2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.6rem;
  transition: all 0.5s;
  background-image: linear-gradient(8deg, #f8f9fb 5%, #c8cbd3 46%, #f6f7f9 100%);
}
.index-box1 .container .box .box2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 100%;
  height: 0.3rem;
}
.index-box1 .container .box .box2:hover {
  transform: translateY(-0.3rem);
}
.index-box1 .container .box .box2:hover::before {
  background-image: linear-gradient(8deg, #004fd1 5%, #004fd1 46%, #004fd1 100%);
}
.index-box1 .container .box .box2:hover .img img {
  transform: scale(0.95);
}
.index-box1 .container .box .box2:hover .textbox .cn1 {
  color: #Fff;
  transform: translateY(-0.2rem);
}
.index-box1 .container .box .box2:hover .textbox .cn9 {
  color: #Fff;
  transform: translateY(-0.2rem);
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.index-box1 .container .box .box2:hover .textbox .cn2 {
  opacity: 1;
  transform: translateY(0.15rem);
}
.index-box1 .container .box .box2:nth-child(4n) {
  margin-right: 0;
}
.index-box1 .container .box .box2 .img {
  width: 98.7654321%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .index-box1 .container .box .box2 .img {
    width: 100%;
  }
}
.index-box1 .container .box .box2 .img::before {
  padding-top: 62.5%;
}
.index-box1 .container .box .box2 .textbox {
  z-index: 2;
  position: relative;
  text-align: center;
  padding-top: 0.65rem;
}
.index-box1 .container .box .box2 .textbox .cn1 {
  color: #222222;
  line-height: 1.41666667em;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-box1 .container .box .box2 .textbox .cn1 {
    margin-bottom: 0.2rem;
  }
}
.index-box1 .container .box .box2 .textbox .cn9 {
  color: #27253d;
  opacity: 0.7;
  transition: all 0.5s;
  padding: 0 0.5rem;
  line-height: 1.5em;
  height: 3em;
}
.index-box1 .container .box .box2 .textbox .cn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #Fff;
  transition: all 0.5s;
  margin-top: -0.24rem;
  transform: translateY(0);
  opacity: 0;
}
@media (max-width: 991px) {
  .index-box1 .container .box .box2 .textbox .cn2 {
    font-size: 0.24rem;
  }
}
.index-box1 .container .box .box2 .textbox .cn2 .cn3 {
  color: #Fff;
  position: relative;
  z-index: 2;
  margin-left: 0.1rem;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #Fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .index-box1 .container .box .box2 .textbox .cn2 .cn3 {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.index-box1 .container .box .box2 .textbox .cn2 .cn3 img {
  width: 10px;
}
@media (max-width: 991px) {
  .index-box1 .container .box .box2 .textbox .cn2 .cn3 img {
    width: 0.2rem;
  }
}
.index-box2 {
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .index-box2 {
    padding: 1.2rem 0;
  }
}
.index-box2 .box {
  margin-top: 0.35rem;
  margin-bottom: 0.6rem;
}
.index-box2 .box .box2 {
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 991px) {
  .index-box2 .box .box2 {
    justify-content: space-between;
  }
}
.index-box2 .box .box2:nth-child(even) .box3:nth-child(1) {
  width: 49.4047619%;
}
@media (max-width: 991px) {
  .index-box2 .box .box2:nth-child(even) .box3:nth-child(1) {
    width: 100%;
  }
}
.index-box2 .box .box2:nth-child(even) .box3:nth-child(1)::before {
  padding-top: 45.78313253%;
}
.index-box2 .box .box2:nth-child(even) .box3:last-child {
  width: 24.10714286%;
}
@media (max-width: 991px) {
  .index-box2 .box .box2:nth-child(even) .box3:last-child {
    margin-right: 0;
    width: calc(50% - 0.1rem);
  }
}
.index-box2 .box .box2:nth-child(even) .box3:last-child::before {
  padding-top: 93.82716049%;
}
.index-box2 .box .box2 .box3 {
  margin-top: 0.2rem;
  width: 24.10714286%;
  margin-right: 1.19047619%;
}
@media (max-width: 991px) {
  .index-box2 .box .box2 .box3 {
    margin-right: 0;
    width: calc(50% - 0.1rem);
  }
}
.index-box2 .box .box2 .box3:nth-child(3n) {
  margin-right: 0;
}
.index-box2 .box .box2 .box3:last-child {
  width: 49.4047619%;
}
@media (max-width: 991px) {
  .index-box2 .box .box2 .box3:last-child {
    width: 100%;
  }
}
.index-box2 .box .box2 .box3:last-child::before {
  padding-top: 45.78313253%;
}
.index-box2 .box .box2 .box3::before {
  padding-top: 93.82716049%;
}
.index-box2 .box .box2 .box3 .textbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-box2 .box .box2 .box3 .textbox .textbox2 .cn1 {
  color: #ffffff;
  line-height: 1.33333333em;
}
@media (max-width: 991px) {
  .index-box2 .box .box2 .box3 .textbox .textbox2 .cn1 {
    font-size: 0.32rem;
  }
}
.index-box2 .box .box2 .box3 .textbox .textbox2 .cn2 {
  margin-top: 0.2rem;
  line-height: 1.44444444em;
  height: 2.88888889em;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: translateY(0.3rem);
  transition: all 0.5s;
}
.index-box2 .box .box2 .box3 .textbox .textbox3 {
  width: 0.54rem;
  height: 0.54rem;
  background-color: #004fd1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.03rem;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(0.3rem);
}
.index-box2 .box .box2 .box3 .textbox .textbox3 img {
  width: 37%;
}
.index-box2 .box .box2 .box3:hover img {
  transform: scale(1.05);
}
.index-box2 .box .box2 .box3:hover .textbox .textbox2 .cn2 {
  transform: translateY(0);
  opacity: 1;
}
.index-box2 .box .box2 .box3:hover .textbox .textbox3 {
  transform: translateY(0);
  opacity: 1;
}
.index-box3 {
  position: relative;
  padding-top: 1.45rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .index-box3 {
    padding: 1.2rem 0;
  }
}
.index-box3 .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-box3 .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box3 .container {
  position: relative;
  z-index: 2;
}
.index-box3 .box {
  display: flex;
  margin-top: 0.55rem;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .index-box3 .box {
    flex-wrap: wrap;
  }
}
.index-box3 .box .box2 {
  margin: 0 0.05rem;
  width: 50%;
  height: 6.6rem;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 991px) {
  .index-box3 .box .box2 {
    width: 100%;
    margin: 0 0 0.3rem;
    height: auto;
  }
}
.index-box3 .box .box2.on {
  flex-shrink: 0;
}
.index-box3 .box .box2.on .textbox .textbox2 {
  max-width: calc(100% - 0.7rem);
  transform: translateY(0);
}
.index-box3 .box .box2.on .textbox .textbox2 .cn3 {
  opacity: 1;
}
.index-box3 .box .box2.on .textbox .textbox3 {
  opacity: 1;
}
.index-box3 .box .box2 .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .index-box3 .box .box2 .img {
    position: relative;
  }
  .index-box3 .box .box2 .img::before {
    padding-top: 45%;
  }
}
@media (max-width: 767px) {
  .index-box3 .box .box2 .img {
    position: relative;
  }
  .index-box3 .box .box2 .img::before {
    padding-top: 78.57142857%;
  }
}
.index-box3 .box .box2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-box3 .box .box2 .img .yinying {
  top: initial;
  height: auto;
}
.index-box3 .box .box2 .textbox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-box3 .box .box2 .textbox .textbox2 {
  width: 100%;
  transform: translateY(0.35rem);
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-box3 .box .box2 .textbox .textbox2 {
    max-width: calc(100% - 0.7rem);
    transform: translateY(0);
  }
}
.index-box3 .box .box2 .textbox .textbox2 .cn1 {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5em;
}
.index-box3 .box .box2 .textbox .textbox2 .cn2 {
  color: #ffffff;
  line-height: 1.35714286em;
  margin-top: 0.1rem;
}
.index-box3 .box .box2 .textbox .textbox2 .cn3 {
  line-height: 0.3rem;
  margin-top: 0.05rem;
  color: rgba(255, 255, 255, 0.4);
  opacity: 0;
}
@media (max-width: 991px) {
  .index-box3 .box .box2 .textbox .textbox2 .cn3 {
    opacity: 1;
    margin-top: 0.1rem;
    line-height: 0.4rem;
  }
}
.index-box3 .box .box2 .textbox .textbox3 {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 0.54rem;
  height: 0.54rem;
  background-color: #004fd1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.03rem;
  transition: all 0.5s;
  opacity: 0;
}
@media (max-width: 991px) {
  .index-box3 .box .box2 .textbox .textbox3 {
    opacity: 1;
  }
}
.index-box3 .box .box2 .textbox .textbox3 img {
  width: 37%;
}
.index-box4 {
  padding: 1.35rem 0 1.5rem;
}
@media (max-width: 991px) {
  .index-box4 {
    padding: 1.2rem 0;
  }
}
.index-box4 .container .cn0 {
  text-align: center;
  color: #000000;
  line-height: 1.29411765em;
}
.index-box4 .container .indexbox4swiper {
  margin-top: 0.55rem;
  position: relative;
  overflow: hidden;
}
.index-box4 .container .indexbox4swiper .swiper-slide {
  border: solid 1px #eeeeee;
  display: flex;
  justify-content: space-between;
  height: auto;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .index-box4 .container .indexbox4swiper .swiper-slide {
    justify-content: flex-start;
    border: 0;
  }
}
.index-box4 .container .indexbox4swiper .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.index-box4 .container .indexbox4swiper .swiper-slide:hover .text .text2 .cn2 {
  color: #004fd1;
}
.index-box4 .container .indexbox4swiper .swiper-slide .img {
  width: 31.54761905%;
}
@media (max-width: 767px) {
  .index-box4 .container .indexbox4swiper .swiper-slide .img {
    width: 100%;
  }
}
.index-box4 .container .indexbox4swiper .swiper-slide .img::before {
  padding-top: 75.47169811%;
}
.index-box4 .container .indexbox4swiper .swiper-slide .text {
  padding: 0.45rem 0.9rem;
  width: 68.45238095%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .index-box4 .container .indexbox4swiper .swiper-slide .text {
    width: 100%;
    padding: 0.45rem 0;
  }
}
.index-box4 .container .indexbox4swiper .swiper-slide .text::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 0.04rem;
  background-image: linear-gradient(90deg, #dc1d25 0%, #0852bd 100%);
}
.index-box4 .container .indexbox4swiper .swiper-slide .text .text2 .cn1 {
  display: inline-block;
  color: #666666;
  padding: 0.1rem;
  border-radius: 0.05rem;
  background-color: rgba(153, 153, 153, 0.11);
  max-width: 100%;
}
.index-box4 .container .indexbox4swiper .swiper-slide .text .text2 .cn2 {
  margin-top: 0.15rem;
  color: #222222;
  line-height: 1.38461538em;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .index-box4 .container .indexbox4swiper .swiper-slide .text .text2 .cn2 {
    height: 2.76923077em;
  }
}
.index-box4 .container .indexbox4swiper .swiper-slide .text .text2 .cn3 {
  margin-top: 0.25rem;
  color: #888888;
  line-height: 1.55555556em;
}
@media (max-width: 767px) {
  .index-box4 .container .indexbox4swiper .swiper-slide .text .text2 .cn3 {
    height: 4.66666667em;
  }
}
.index-box4 .container .indexbox4swiper .swiper-slide .text .text3 {
  margin-top: 0.3rem;
}
.index-box4 .container .indexbox4swiper .swiper-slide .text .text3 .swiperpage .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-right: 0.1rem;
}
@media (max-width: 991px) {
  .index-box4 .container .indexbox4swiper .swiper-slide .text .text3 .swiperpage .swiper-pagination-bullet {
    margin-right: 0.2rem;
  }
}
.index-box4 .container .indexbox4swiper .swiper-slide .text .text3 .swiperpage .swiper-pagination-bullet-active {
  background-color: #004fd1;
}
.index-box5 {
  position: relative;
  padding: 0.4rem 0 0.45rem;
  display: none;
}
.index-box5 .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-box5 .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box5 .container {
  position: relative;
  z-index: 2;
}
.index-box5 .container .cn1 {
  text-align: center;
  color: #Fff;
  line-height: 1.25em;
}
.index-box5 .container .cn15 {
  margin-top: 0.15rem;
}
@media (max-width: 991px) {
  .index-box5 .container .cn15 {
    margin-top: 0.3rem;
  }
}
.index-box5 .container .cn15 .public-btn0 {
  border: 0;
  background-color: #e01a22;
  padding: 0.12rem 0.2rem;
}
.index-box5 .container .cn15 .public-btn0::before {
  background-color: #004fd1;
  border-radius: 0.03rem;
}
.index-box5 .container .cn15 .public-btn0 .pcn1 {
  color: #Fff;
}
.footer {
  position: relative;
  background-color: #Fff;
  padding: 1rem 0 0.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer .container {
  display: flex;
  flex-wrap: wrap;
}
.footer .container .left {
  width: 40.47619048%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 0.5rem;
}
@media (max-width: 991px) {
  .footer .container .left {
    width: 100%;
    padding-right: 0;
  }
}
.footer .container .left .leftbox2 {
  margin-top: 0.2rem;
}
.footer .container .right {
  width: 59.52380952%;
}
@media (max-width: 991px) {
  .footer .container .right {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.footer .container .footerlogo img {
  width: 1.27rem;
  height: 0.31rem;
}
@media (max-width: 991px) {
  .footer .container .footerlogo img {
    width: auto;
    height: 0.5rem;
  }
}
.footer .container .footerread {
  margin-top: 0.45rem;
}
.footer .container .footerread .fbcn1 {
  color: #000000;
  line-height: 1.625em;
  margin-bottom: 0.25rem;
}
.footer .container .footerread .footerread2 {
  width: 3.3rem;
  max-width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .footer .container .footerread .footerread2 {
    width: 90%;
  }
}
.footer .container .footerread .footerread2 .ftu1 {
  left: 0.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
}
@media (max-width: 991px) {
  .footer .container .footerread .footerread2 .ftu1 {
    width: 0.4rem;
  }
}
.footer .container .footerread .footerread2 input {
  width: 100%;
  border-radius: 0.03rem;
  line-height: 0.48rem;
  border: 1px solid #e7e7e7;
  padding: 0 0.5rem;
  color: rgba(153, 153, 153, 0.6);
}
@media (max-width: 991px) {
  .footer .container .footerread .footerread2 input {
    line-height: 0.76rem;
    padding: 0 1rem 0 0.8rem;
  }
}
.footer .container .footerread .footerread2 button {
  position: absolute;
  right: 0.03rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 0.03rem;
  background-color: #004fd1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer .container .footerread .footerread2 button {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.footer .container .footerread .footerread2 button img {
  width: 25%;
  height: auto;
}
.footer .container .footerinfo {
  display: flex;
  margin-top: 0.1rem;
}
@media (max-width: 991px) {
  .footer .container .footerinfo {
    display: none;
  }
}
.footer .container .footerinfo .footerinfo1 {
  color: #000000;
  line-height: 1.625em;
  min-width: 0.8rem;
  margin-right: 0.1rem;
}
.footer .container .footerinfo .footerinfo2 {
  color: #000000;
  line-height: 1.625em;
}
.footer .container .footerqrcodeul {
  display: flex;
  flex-wrap: wrap;
}
.footer .container .footerqrcodeul .footerqrcodeli {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #f7f7f7;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  position: relative;
  border-radius: 50%;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .footer .container .footerqrcodeul .footerqrcodeli {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.footer .container .footerqrcodeul .footerqrcodeli .footerqrcodea {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .container .footerqrcodeul .footerqrcodeli .footerqrcodea img,
.footer .container .footerqrcodeul .footerqrcodeli .footerqrcodea svg {
  width: 60%;
  height: 60%;
}
.footer .container .footerqrcodeul .footerqrcodeli .footerqrcodea img path,
.footer .container .footerqrcodeul .footerqrcodeli .footerqrcodea svg path {
  fill: #000;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.footer .container .footerqrcodeul .footerqrcodeli .footerqrcodeimgbox {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 1.2rem;
  padding-bottom: 0.2rem;
}
.footer .container .footerqrcodeul .footerqrcodeli .footerqrcodeimgbox .footerqrcodeimg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #Fff;
  box-shadow: 0 0 10px #ccc;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .footer .container .footerqrcodeul .footerqrcodeli .footerqrcodeimgbox .footerqrcodeimg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.footer .container .footerqrcodeul .footerqrcodeli .footerqrcodeimgbox .footerqrcodeimg img {
  width: 90%;
  height: 90%;
  object-fit: cover;
}
.footer .container .footerqrcodeul .footerqrcodeli:hover {
  background-color: #004fd1;
}
.footer .container .footerqrcodeul .footerqrcodeli:hover .footerqrcodea svg path {
  fill: #Fff;
}
.footer .container .footerqrcodeul .footerqrcodeli:hover .footerqrcodeimgbox {
  opacity: 1;
  visibility: visible;
}
.footer .container .footerul {
  padding-bottom: 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .container .footerul {
    display: none;
  }
}
.footer .container .footerul .footerli {
  max-width: 23%;
}
.footer .container .footerul .footerli .footerlititle {
  display: block;
  color: #000000;
  line-height: 1.55555556em;
  margin-bottom: 0.35rem;
  transition: all 0.5s;
}
.footer .container .footerul .footerli .footerlititle:hover {
  color: #004fd1;
}
.footer .container .footerul .footerli .footerul2 .footerli2 {
  margin-top: 0.05rem;
}
.footer .container .footerul .footerli .footerul2 .footerlititle2 {
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}
.footer .container .footerul .footerli .footerul2 .footerlititle2:hover {
  color: #004fd1;
}
.footer .container .footerbuttom {
  position: relative;
  padding-top: 0.2rem;
}
.footer .container .footerbuttom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #e9ebef 0%, rgba(255, 255, 255, 0) 100%);
}
.footer .container .footerbuttom .footerbuttom1 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .container .footerbuttom .footerbuttom1 {
    justify-content: center;
  }
}
.footer .container .footerbuttom .footerbuttom1 .fbcn1 {
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
  margin-right: 0.2rem;
  line-height: 1.625em;
}
@media (max-width: 991px) {
  .footer .container .footerbuttom .footerbuttom1 .fbcn1 {
    font-size: 0.24rem;
  }
}
.footer .container .footerbuttom .footerbuttom1 .fbcn1:hover {
  color: #004fd1;
}
.footer .container .footerbuttom .footerbuttom2 {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .container .footerbuttom .footerbuttom2 {
    justify-content: center;
  }
}
.footer .container .footerbuttom .footerbuttom2 .fbcn1 {
  line-height: 1.625em;
  margin-right: 0.1rem;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .footer .container .footerbuttom .footerbuttom2 .fbcn1 {
    font-size: 0.24rem;
  }
}
.footer .container .footerbuttom .footerbuttom2 .fbcn2 {
  line-height: 1.625em;
  margin-right: 0.1rem;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .footer .container .footerbuttom .footerbuttom2 .fbcn2 {
    font-size: 0.24rem;
  }
}
.footer .container .footerbuttom .footerbuttom2 .fbcn2:hover {
  color: #004fd1;
}
.aside-box {
  position: fixed;
  z-index: 99;
  right: 0.2rem;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .aside-box {
    bottom: 2rem;
  }
}
.aside-box .sbox {
  display: flex;
  justify-content: flex-end;
  border-radius: 0.06rem 0rem 0rem 0.06rem;
  text-align: center;
  margin: 0 0 0.1rem auto;
  position: relative;
}
.aside-box .sbox:last-child {
  margin-bottom: 0;
}
.aside-box .sbox .left {
  width: 0.5rem;
  height: 0.5rem;
}
@media (max-width: 991px) {
  .aside-box .sbox .left {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.aside-box .sbox .left .img {
  display: block;
  text-align: center;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #001525;
  border: 1px solid rgba(72, 87, 99, 0.6);
  border-radius: 50%;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .aside-box .sbox .left .img {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.aside-box .sbox .left .img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aside-box .sbox .left .img svg path {
  fill: #fff;
  opacity: 1;
}
.aside-box .sbox .cn4 {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all 0.5s;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 0.2rem;
}
.aside-box .sbox .cn4 .cn5 {
  box-shadow: 0 0 10px #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #Fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.aside-box .sbox .cn4 .cn5 img {
  border-radius: 0.1rem;
  width: 90%;
  height: 90%;
  object-fit: cover;
}
.aside-box .sbox .cn4 .cn6 {
  box-shadow: 0 0 10px #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  padding: 0.2rem;
  background-color: #Fff;
  border-radius: 0.1rem;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1260px) {
  .aside-box .sbox .cn4 .cn6 {
    width: 2.5rem;
  }
}
.aside-box .sbox .cn4 .cn6 img {
  border-radius: 0.1rem;
  width: 90%;
  height: 90%;
  object-fit: cover;
}
.aside-box .sbox:hover .left .img {
  border: 1px solid #004fd1;
  background-color: #004fd1;
}
.aside-box .sbox:hover .cn4 {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.f_fen {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .f_fen {
    margin-bottom: 0;
  }
}
.f_fen .li {
  margin-right: 0.16rem;
  position: relative;
  margin-bottom: 10px;
}
.f_fen .li:last-child {
  margin-right: 0;
}
.f_fen .li .f_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #f0faff;
  border: solid 1px #ffffff;
}
@media (max-width: 767px) {
  .f_fen .li .f_tit {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.f_fen .li .f_tit img,
.f_fen .li .f_tit svg {
  width: auto;
  max-width: 100%;
  max-height: 55.55555556%;
  object-fit: contain;
}
.f_fen .li .f_tit img path,
.f_fen .li .f_tit svg path {
  fill: #004fd1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.f_fen .li .f_hover {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 12px;
  z-index: 2;
  width: 120px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: none;
  background-color: #f0faff;
  padding: 5px;
}
.f_fen .li .f_hover img {
  width: 100%;
}
.f_fen .li .f_hover:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #f0faff;
  margin-left: -10px;
}
.f_fen .li:hover .f_tit {
  background: #004fd1;
  border-color: #004fd1;
}
.f_fen .li:hover .f_tit svg path {
  fill: #ffffff;
}
.f_fen .li:hover .f_hover {
  display: block;
}
