@charset "utf-8";
:root {
  --color: #0068b7;
  --vh: 100vh;
}
/*Plugin CSS*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  /* background:#f6f6f6; */
  white-space: nowrap;
}
.str_wrap.str_active {
  /* background:#f1f1f1; */
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
/*字体*/
@font-face {
  font-family: "fontnum";
  src: url("../fonts/FIRASANS-BOLD.TTF") format("truetype");
}
.fontnum {
  font-family: 'fontnum', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #0068b7;
}
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: 90%;
  max-width: 1600px;
}
@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: #0068b7;
}
.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: #0068b7;
}
#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: #0068b7;
}
#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: #0068b7;
}
#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 a {
  color: #fff;
  transition: 0.4s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1720px;
}
@media (max-width: 991px) {
  #c-header .container {
    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;
}
#c-header.c-style2 a {
  color: #333;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
  margin-right: 0.95rem;
}
@media (max-width: 1260px) {
  #c-header .c-logo {
    margin-right: 0.3rem;
  }
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  width: 2.7rem;
  height: 0.33rem;
}
@media (max-width: 1260px) {
  #c-header .c-logo .c-img-box img {
    width: auto;
    height: 0.25rem;
  }
}
@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-right: 0.56rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li {
    margin-right: 0.4rem;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 0.2rem;
  }
}
#c-header .c-nav > li:hover .c-title-boxtitle svg {
  transform: rotate(180deg);
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li .c-title-boxtitle {
  display: flex;
  align-items: center;
}
#c-header .c-nav > li .c-title-boxtitle svg {
  transition: all 0.4s;
  margin-left: 0.1rem;
}
#c-header .c-nav > li .c-title-boxtitle svg path {
  fill: #333333;
  opacity: 1;
  stroke: none;
}
#c-header .c-nav > li a:before {
  display: none;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #0068b7;
  transition: 0.4s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#c-header .c-nav .tebienav li:last-child a::before {
  display: none;
}
#c-header .c-nav .tebienav li a {
  text-align: center;
  padding: 0.1rem 0.2rem;
  line-height: 1.5em;
  position: relative;
  color: #333333;
}
#c-header .c-nav .tebienav li a::before {
  top: initial;
  display: block;
  content: "";
  width: 1rem !important;
  height: 1px;
  bottom: 0;
  left: 50% !important;
  transform: translateX(-50%);
  background-color: #c8e4ff;
  opacity: 1;
}
#c-header .c-nav ul {
  border: 1px solid #c8e4ff;
  padding: 0.2rem 0;
  background-image: linear-gradient(to bottom, #fff 0%, #f2f8fd 20%, #d0e6f7 100%);
  position: absolute;
  top: calc(100% - 0.2rem);
  left: 50%;
  transform: translateX(-50%);
  display: none;
  min-width: 1.67rem;
  line-height: 0.5rem;
  border-radius: 0.12rem;
}
#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: #0068b7;
  opacity: 0;
  transition: all 0.5s;
}
#c-header .c-nav ul li:hover a {
  color: #0068b7;
}
#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: #0068b7;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a svg path,
#c-header .c-nav li:hover > .c-title-box > a svg path,
#c-header .c-nav li.on > a svg path,
#c-header .c-nav li:hover > a svg path {
  fill: #0068b7;
}
#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: #0068b7;
}
/*顶部移动端导航*/
#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: #0068b7;
}
#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 {
  line-height: 1rem;
  height: 1rem;
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  #c-header .c-gn .c-search {
    height: 1.2rem;
  }
}
#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: #999;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
#c-header .c-gn .c-search .qcn2:hover svg path {
  fill: #0068b7;
}
#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: #0068b7;
  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: #0068b7;
}
#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;
}
.textflow6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -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: 18px;
  }
}
@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: 18px;
  }
}
@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: 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 首页**********************************/
.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;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  top: 0;
  background-color: #Fff;
  z-index: 500;
}
@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: #0068b7;
  transition: all 0.5s;
}
.public-nav .pcn1:hover {
  color: #0068b7;
}
.public-nav .pcn1:hover::before {
  width: 100%;
}
.public-nav .pcn1.on {
  color: #0068b7;
}
.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: #0068b7;
}
.public-nav2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 991px) {
  .public-nav2 {
    border-bottom: 0;
  }
}
.public-nav2 .pcn1 {
  color: #666666;
  line-height: 0.8rem;
  transition: all 0.5s;
  margin-right: 0.6rem;
  position: relative;
}
@media (max-width: 991px) {
  .public-nav2 .pcn1 {
    line-height: 1rem;
    margin-right: 0.3rem;
  }
}
.public-nav2 .pcn1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #0068b7;
  transition: all 0.5s;
}
.public-nav2 .pcn1:hover {
  color: #0068b7;
}
.public-nav2 .pcn1:hover::before {
  width: 100%;
}
.public-nav2 .pcn1.on {
  color: #0068b7;
}
.public-nav2 .pcn1.on::before {
  width: 100%;
}
.public-nav2 .pcn2 {
  display: flex;
  align-items: center;
  margin: 0 0.1rem;
  opacity: 0.8;
}
.public-nav2 .pcn2 img {
  width: 0.06rem;
}
@media (max-width: 991px) {
  .public-nav2 .pcn2 img {
    width: 0.12rem;
  }
}
.public-nav2 .pcn2 svg {
  width: 0.06rem;
  height: auto;
}
@media (max-width: 991px) {
  .public-nav2 .pcn2 svg {
    width: 0.12rem;
  }
}
.public-nav2 .pcn2 svg path {
  fill: #fff;
  opacity: 1;
  stroke: none;
}
.public-banner2 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.public-banner2.public-banner2nav.indexbanner {
  height: 100vh;
  margin-top: -1rem;
  height: auto !important;
  margin-top: 0 !important;
}
@media (max-width: 991px) {
  .public-banner2.public-banner2nav.indexbanner {
    margin-top: -1.2rem;
  }
}
.public-banner2.public-banner2nav.indexbanner .textcontainer {
  max-width: 1720px;
}
.public-banner2.public-banner2nav.indexbanner .textcontainer .cn2 {
  opacity: 0;
  transform: translateY(0.6rem);
}
.public-banner2.public-banner2nav.indexbanner .textcontainer .cn3 {
  opacity: 0;
  transform: translateY(0.6rem);
}
.public-banner2.public-banner2nav {
  height: auto;
}
.public-banner2.public-banner2nav .img::before {
  padding-top: 36.45833333%;
}
@media (max-width: 991px) {
  .public-banner2.public-banner2nav .img::before {
    padding-top: 100%;
  }
}
.public-banner2.public-banner2nav .textcontainer {
  text-align: left;
}
.public-banner2.public-banner2nav .textcontainer .cn2 {
  line-height: 1.13888889em;
  opacity: 1;
  transform: translateY(0);
  text-align: left;
  text-shadow: 0px 0px 15px rgba(30, 30, 30, 0.52);
}
.public-banner2.public-banner2nav .textcontainer .cn3 {
  color: #Fff;
  margin-top: 0.3rem;
  line-height: 1.5em;
  opacity: 1;
  transform: translateY(0);
  text-align: left;
  text-shadow: 0px 0px 15px rgba(30, 30, 30, 0.52);
}
.public-banner2.public-banner2nav .textcontainer .cn20 {
  margin-bottom: 0.55rem;
}
.public-banner2.public-banner2nav .textcontainer .cn21 {
  align-items: center;
  justify-content: center;
}
.public-banner2.public-banner2nav .textcontainer .cn21 .formbox {
  margin: 0 auto;
}
.public-banner2.public-banner2nav .textcontainer .cn21 .formbox input {
  border: 0;
}
.public-banner2.public-banner2nav .navcontainer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 5;
}
.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 {
  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;
}
@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 .cn3 {
  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: #0068b7;
}
.public-banner2 .textcontainer .cn3 {
  transition: all 0.5s 0.1s;
}
.public-banner2 .textcontainer .cn15 {
  margin-top: 0.55rem;
  opacity: 0;
  transition: all 0.5s 0.2s;
  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 #0068b7;
  color: #Fff;
}
.public-banner2 .container99 {
  max-width: 1720px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  z-index: 5;
}
.public-banner2 .publicbanner2page {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.public-banner2 .publicbanner2page .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  background-color: transparent;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 0.1rem;
}
@media (max-width: 991px) {
  .public-banner2 .publicbanner2page .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.2rem;
  }
}
.public-banner2 .publicbanner2page .swiper-pagination-bullet::after {
  z-index: 4;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  height: 200%;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
}
.public-banner2 .publicbanner2page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.public-banner2 .publicbanner2page .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
/* 面包屑 */
.breadbox.breadbox2 {
  border-top: 1px solid #f2f4f5;
  background-color: #fff;
  position: relative;
}
.breadbox.breadbox2 .fcont a,
.breadbox.breadbox2 .fcont span {
  color: rgba(102, 102, 102, 0.6);
}
.breadbox.breadbox2 .fcont a svg path,
.breadbox.breadbox2 .fcont span svg path {
  fill: #666666;
  opacity: 1;
  stroke: none;
}
.breadbox.breadbox2 .fcont a:hover {
  color: #0068b7;
}
.breadbox.breadbox2 .fcont .on {
  color: #0068b7;
}
.breadbox.breadbox2 .fcont a:last-child {
  color: #0068b7;
}
@media (max-width: 991px) {
  .breadbox {
    display: none;
  }
}
.breadbox .fcont {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
}
@media (max-width: 991px) {
  .breadbox .fcont {
    padding: 12px 0;
  }
}
.breadbox .fcont a,
.breadbox .fcont span {
  transition: all 0.4s;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  zoom: 1;
}
@media (max-width: 1580px) {
  .breadbox .fcont a,
  .breadbox .fcont span {
    font-size: 14px;
    line-height: 24px;
  }
}
.breadbox .fcont a img,
.breadbox .fcont span img {
  float: left;
  width: 7px;
}
.breadbox .fcont span {
  margin: 0 16px;
  display: block;
}
@media (max-width: 1580px) {
  .breadbox .fcont span {
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  .breadbox .fcont span {
    margin: 0 6px;
  }
}
.breadbox .fcont a:hover {
  color: #fff;
}
.breadbox .fcont .on {
  color: #fff;
}
.breadbox .fcont a:last-child {
  color: #fff;
}
@media (max-width: 991px) {
  .breadbox .fcont a:last-child {
    max-width: 36%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .breadbox .fcont a:last-child {
    max-width: 30%;
  }
}
.breadbox .fcont .wofe {
  display: flex;
}
.breadbox .fcont .wofe .li {
  display: flex;
  align-items: flex-start;
  padding: 0 6px;
  border: 1px solid #4070f4;
  line-height: 24px;
  font-size: 14px;
  color: #0068b7;
}
.breadbox .fcont .wofe .li a {
  line-height: 1;
}
.navbannerswiper {
  position: relative;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.navbannerswiper.navbannerswiper2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbannerswiper.navbannerswiper2 .swiper-wrapper {
  width: auto;
}
.navbannerswiper.navbannerswiper2 .formbox {
  margin: 0 0 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .navbannerswiper.navbannerswiper2 .formbox {
    margin-top: 0.3rem;
    width: 100%;
  }
}
.navbannerswiper.navbannerswiper2 .formbox form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 991px) {
  .navbannerswiper.navbannerswiper2 .formbox form {
    width: 100%;
  }
}
.navbannerswiper.navbannerswiper2 .formbox input {
  background-color: #Fff;
  max-width: 100%;
  padding: 0 1.8rem 0 0.3rem;
  width: 6.4rem;
  line-height: 0.6rem;
  border-radius: 0.6rem;
  border: 1px solid #eee;
  color: #999;
}
@media (max-width: 1580px) {
  .navbannerswiper.navbannerswiper2 .formbox input {
    padding: 0 2.2rem 0 0.3rem;
  }
}
@media (max-width: 991px) {
  .navbannerswiper.navbannerswiper2 .formbox input {
    padding: 0 2.8rem 0 0.3rem;
    width: 100%;
    line-height: 0.76rem;
  }
}
.navbannerswiper.navbannerswiper2 .formbox input::placeholder {
  color: #999;
}
.navbannerswiper.navbannerswiper2 .formbox button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  border-radius: 0 0.6rem 0.6rem 0;
  width: 1.5rem;
  justify-content: center;
  line-height: 0.6rem;
  color: #Fff;
  display: flex;
  align-items: center;
  border: 1px solid #0068b7;
  background-color: #0068b7;
}
@media (max-width: 1580px) {
  .navbannerswiper.navbannerswiper2 .formbox button {
    width: 2rem;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .navbannerswiper.navbannerswiper2 .formbox button {
    width: 2.5rem;
    line-height: 0.76rem;
  }
}
.navbannerswiper.navbannerswiper2 .formbox button img {
  margin-right: 0.24rem;
}
@media (max-width: 767px) {
  .navbannerswiper {
    overflow: initial;
    width: 100%;
  }
}
.navbannerswiper .swiper-wrapper {
  flex-wrap: wrap;
}
.navbannerswiper .swiper-slide {
  width: auto;
  margin-right: 0.6rem;
}
@media (max-width: 1260px) {
  .navbannerswiper .swiper-slide {
    margin-right: 0.3rem;
  }
}
@media (max-width: 767px) {
  .navbannerswiper .swiper-slide {
    margin-right: 0.15rem;
  }
}
.navbannerswiper .swiper-slide .pcn1 {
  max-width: 100%;
  position: relative;
  padding: 0.15rem 0;
  color: #333;
  transition: all 0.5s;
  display: inline-block;
}
.navbannerswiper .swiper-slide .pcn1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 0.5s;
  height: 2px;
  background-color: #0068b7;
}
.navbannerswiper .swiper-slide .pcn1.on {
  color: #0068b7;
}
.navbannerswiper .swiper-slide .pcn1.on::before {
  width: 100%;
}
.news-list {
  padding: 0.6rem 0 1.6rem;
  position: relative;
}
.news-list .bgimg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.news-list .bgimg img {
  width: 100%;
}
.news-list .container {
  position: relative;
  z-index: 3;
}
.public-pic-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.15rem;
}
@media (max-width: 991px) {
  .public-pic-list {
    justify-content: space-between;
  }
}
.public-pic-list .pic-box {
  margin-right: 0.2rem;
  margin-top: 0.2rem;
  width: calc((100% - 0.4rem) / 3);
  border-radius: 0.3rem;
  position: relative;
}
.public-pic-list .pic-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0068b7;
  opacity: 0.2;
  z-index: 3;
}
.public-pic-list .pic-box .jiantou1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  width: 0.6rem;
  height: 0.6rem;
  z-index: 4;
}
@media (max-width: 991px) {
  .public-pic-list .pic-box {
    margin-right: 0;
    width: calc(50% - 0.1rem);
  }
}
@media (max-width: 767px) {
  .public-pic-list .pic-box {
    width: 100%;
  }
}
.public-pic-list .pic-box::before {
  padding-top: 61.15384615%;
}
.public-pic-list .pic-box:nth-child(3n) {
  margin-right: 0;
}
.public-pic-list .pic-box:hover img {
  transform: scale(1.05);
}
.public-pic-list .pic-box.tebie {
  background-color: #0068b7;
}
.public-pic-list .pic-box.tebie .tebie2 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  color: #Fff;
}
.public-pic-list .pic-box.tebie .tebie2 em {
  color: #fff;
  display: block;
  font-style: normal;
}
.public-pic-list .download-box {
  margin-right: 0.2rem;
  margin-top: 0.2rem;
  width: calc((100% - 0.4rem) / 3);
  border-radius: 0.3rem;
  position: relative;
  background-image: linear-gradient(0deg, #fafdff 0%, #c6ddf0 100%);
}
.public-pic-list .download-box .dowoloadbox2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  padding: 0 0.4rem;
  display: flex;
}
.public-pic-list .download-box .dowoloadbox2 .img {
  margin-right: 0.28rem;
  width: 0.64rem;
  flex-shrink: 0;
}
.public-pic-list .download-box .dowoloadbox2 .img img {
  width: 0.64rem;
  height: 0.6rem;
  transform: scale(1) !important;
}
.public-pic-list .download-box .dowoloadbox2 .text .cn1 {
  color: #333333;
  line-height: 1.5em;
  transition: all 0.5s;
}
.public-pic-list .download-box .dowoloadbox2 .text .cn2 {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  color: #0068b7;
  line-height: 1.55555556em;
}
.public-pic-list .download-box .dowoloadbox2 .text .cn2 img {
  margin-left: 0.15rem;
  transition: all 0.5s;
}
.public-pic-list .download-box:hover .dowoloadbox2 .text .cn1 {
  color: #0068b7;
}
.public-pic-list .download-box:hover .dowoloadbox2 .text .cn2 img {
  transform: translateX(0.05rem);
}
@media (max-width: 991px) {
  .public-pic-list .download-box {
    margin-right: 0;
    width: calc(50% - 0.1rem);
  }
}
@media (max-width: 767px) {
  .public-pic-list .download-box {
    width: 100%;
  }
}
.public-pic-list .download-box::before {
  padding-top: 44.23076923%;
}
.public-pic-list .download-box:nth-child(3n) {
  margin-right: 0;
}
.public-pic-list .download-box.tebie {
  background-image: linear-gradient(0deg, #0068b7 0%, #0068b7 100%);
  background-color: #0068b7;
}
.public-pic-list .download-box.tebie .tebie2 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  color: #Fff;
}
.public-pic-list .download-box.tebie .tebie2 em {
  color: #fff;
  display: block;
  font-style: normal;
}
.public-btn2 {
  display: flex;
  justify-content: flex-start;
}
.public-btn2.publc-btn2white .public-btn0 {
  background-color: #fff;
  border: 1px solid #Fff;
}
.public-btn2 .public-btn0 {
  display: flex;
  min-width: 1.6rem;
  align-items: center;
  color: #0068b7;
  padding: 0.16rem 0.4rem;
  justify-content: center;
  border: 1px solid #0068b7;
  border-radius: 0.8rem;
  transition: all 0.5s;
  position: relative;
}
.public-btn2 .public-btn0 .pcn1 {
  transition: all 0.5s;
  color: #0068b7;
  position: relative;
  z-index: 2;
}
.public-btn2 .public-btn0 .pcn2 path {
  fill: #0068b7;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.public-btn2 .public-btn0 .pcn2 {
  transition: all 0.5s;
  width: 12px;
  height: 12px;
  position: relative;
  z-index: 2;
  margin-left: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-btn2 .public-btn0:hover {
  border: 1px solid #0068b7;
  background-color: #0068b7;
}
.public-btn2 .public-btn0:hover .pcn1 {
  color: #Ffffff;
}
.public-btn2 .public-btn0:hover .pcn2 path {
  fill: #Fff;
}
@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;
}
.footer {
  position: relative;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 0.55rem;
}
.footer .container99 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .container99 .footertop {
  width: 0.48rem;
  height: 0.48rem;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.footer .container99 .footertop svg path {
  fill: #dcdcdc;
  opacity: 1;
  stroke: none;
}
.footer .container99 .footertop:hover {
  background-color: #0068b7;
  border: 1px solid #0068b7;
}
.footer .container99 .footertop:hover svg path {
  fill: #fff;
}
.footer .footer1 {
  padding: 0.6rem 0;
  border-bottom: 1px solid #e8edf1;
}
.footer .footerlogo {
  display: block;
}
.footer .footerlogo img {
  width: 2.7rem;
  height: 0.33rem;
}
@media (max-width: 991px) {
  .footer .footerlogo img {
    width: auto;
    height: 0.5rem;
  }
}
.footer .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1720px;
}
.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 .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: 100%;
  }
}
.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: #0068b7;
  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: #0068b7;
}
.footer .container .footerqrcodeul .footerqrcodeli:hover .footerqrcodea svg path {
  fill: #Fff;
}
.footer .container .footerqrcodeul .footerqrcodeli:hover .footerqrcodeimgbox {
  opacity: 1;
  visibility: visible;
}
.footer .container .footerul {
  padding-top: 0.9rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .container .footerul {
    padding-top: 0;
  }
}
.footer .container .footerul .footerli {
  max-width: 23%;
}
@media (max-width: 991px) {
  .footer .container .footerul .footerli {
    max-width: 100%;
    width: 100%;
  }
}
.footer .container .footerul .footerli .footerlititle {
  display: block;
  color: #063355;
  line-height: 1.55555556em;
  margin-bottom: 0.15rem;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 991px) {
  .footer .container .footerul .footerli .footerlititle {
    font-size: 0.32rem;
    padding: 0.2rem 0;
    border-bottom: 1px solid #e8edf1;
  }
}
.footer .container .footerul .footerli .footerlititle.on svg {
  transform: translateY(-50%) rotate(90deg);
}
.footer .container .footerul .footerli .footerlititle svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  transition: all 0.5s;
  height: auto;
  display: none;
}
@media (max-width: 991px) {
  .footer .container .footerul .footerli .footerlititle svg {
    display: block;
  }
}
.footer .container .footerul .footerli .footerlititle svg path {
  fill: #063355;
  opacity: 1;
  stroke: none;
}
@media (min-width: 992px) {
  .footer .container .footerul .footerli .footerul2 {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .footer .container .footerul .footerli .footerul2 {
    display: none;
    padding-bottom: 0.3rem;
  }
}
.footer .container .footerul .footerli .footerul2 .footerli2 {
  padding-top: 0.1rem;
}
.footer .container .footerul .footerli .footerul2 .footerlititle2 {
  color: #666;
  transition: all 0.5s;
  position: relative;
}
.footer .container .footerul .footerli .footerul2 .footerlititle2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #0068b7;
  transition: all 0.5s;
}
.footer .container .footerul .footerli .footerul2 .footerlititle2:hover {
  color: #0068b7;
}
.footer .container .footerul .footerli .footerul2 .footerlititle2:hover::before {
  width: 100%;
}
.footer .container .footerbuttom {
  width: 100%;
  position: relative;
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .container .footerbuttom {
    padding-top: 0.6rem;
  }
}
.footer .container .footerbuttom .footerbuttom1 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .container .footerbuttom .footerbuttom1 {
    width: 100%;
    justify-content: center;
  }
}
.footer .container .footerbuttom .footerbuttom1 .fbcn1 {
  color: #666666;
  transition: all 0.5s;
  margin-left: 0.1rem;
  line-height: 1.625em;
}
@media (max-width: 991px) {
  .footer .container .footerbuttom .footerbuttom1 .fbcn1 {
    font-size: 0.24rem;
  }
}
.footer .container .footerbuttom .footerbuttom1 .fbcn1:hover {
  color: #0068b7;
}
.footer .container .footerbuttom .footerbuttom1 .fbcn2 {
  line-height: 1.625em;
  margin-left: 0.1rem;
  color: #666666;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .footer .container .footerbuttom .footerbuttom1 .fbcn2 {
    font-size: 0.24rem;
  }
}
.footer .container .footerbuttom .footerbuttom2 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .container .footerbuttom .footerbuttom2 {
    width: 100%;
    justify-content: center;
  }
}
.footer .container .footerbuttom .footerbuttom2 .fbcn1 {
  line-height: 1.625em;
  margin-right: 0.1rem;
  color: #666666;
  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: #666666;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .footer .container .footerbuttom .footerbuttom2 .fbcn2 {
    font-size: 0.24rem;
  }
}
.footer .container .footerbuttom .footerbuttom2 .fbcn2:hover {
  color: #0068b7;
}
.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 #0068b7;
  background-color: #0068b7;
}
.aside-box .sbox:hover .cn4 {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.compublic-title.center {
  text-align: center;
}
.compublic-title.center .comcn2 {
  margin: 0.25rem auto 0;
}
.compublic-title .comcn1 {
  color: #333333;
  line-height: 1.25em;
}
.compublic-title .comcn2 {
  width: 0.3rem;
  height: 0.03rem;
  background-color: #0068b7;
  margin-top: 0.25rem;
}
.compublic-title .comcn3 {
  color: #333333;
  line-height: 1.6em;
  margin-top: 0.5rem;
}
.company-list {
  padding-top: 1.55rem;
  padding-bottom: 1.6rem;
}
.company-public-list {
  margin-top: 0.6rem;
}
.company-public-list.company-public-list2 .company-box {
  padding: 0.8rem;
}
@media (max-width: 991px) {
  .company-public-list.company-public-list2 .company-box {
    padding: 0.8rem 0.3rem;
  }
}
.company-public-list .company-box {
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
  display: block;
  padding: 0.8rem;
  margin-top: 0.8rem;
  min-height: 6.8rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .company-public-list .company-box {
    padding: 0.8rem 0.3rem;
  }
}
.company-public-list .company-box:hover .bgimg img {
  transform: scale(1.05);
}
.company-public-list .company-box:nth-child(1) {
  margin-top: 0;
}
.company-public-list .company-box:nth-child(even) .combox {
  margin: 0 0 0 auto;
}
.company-public-list .company-box .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.company-public-list .company-box .bgimg img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-public-list .company-box .combox {
  position: relative;
  z-index: 2;
  width: 44%;
  background-image: linear-gradient(0deg, #eff3f6 0%, #b5d1e7 100%);
  border-radius: 0.3rem;
  padding: 0.55rem 0.4rem 0.4rem;
}
@media (max-width: 991px) {
  .company-public-list .company-box .combox {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .company-public-list .company-box .combox {
    width: 100%;
  }
}
.company-public-list .company-box .combox .cn1 {
  color: #0068b7;
  line-height: 1.27777778em;
  margin-bottom: 0.2rem;
}
.company-public-list .company-box .combox .cn2 {
  margin-bottom: 0.2rem;
  color: #666666;
  line-height: 1.6em;
  -webkit-line-clamp: none;
}
.company-public-list .company-box .combox .img2 {
  margin-top: 0.55rem;
  border-radius: 0.1rem;
  position: relative;
}
.company-public-list .company-box .combox .img2::before {
  padding-top: 31.65735568%;
}
.company-public-list .company-box .combox .box2a {
  margin-top: 0.25rem;
}
.company-public-list .company-box .combox .box2 {
  display: flex;
  margin-top: 0.1rem;
}
.company-public-list .company-box .combox .box2:nth-child(1) {
  margin-top: 0;
}
.company-public-list .company-box .combox .box2 .cn3 {
  margin-right: 0.15rem;
  flex-shrink: 0;
  width: 0.32rem;
  height: 0.32rem;
  background-color: #0068b7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .company-public-list .company-box .combox .box2 .cn3 {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.company-public-list .company-box .combox .box2 .cn3 img {
  width: 50%;
  height: 50%;
  object-fit: cover;
}
.company-public-list .company-box .combox .box2 .cn4 .cn5 {
  display: block;
  color: #333333;
  line-height: 1.55555556;
}
.public-arrow {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  color: #0068b7;
  line-height: 1.55555556em;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .public-arrow {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .public-arrow {
    font-size: 0.28rem;
  }
}
.public-arrow svg {
  margin-left: 0.15rem;
}
.public-arrow svg path {
  fill: #0068b7;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.public-arrow img {
  margin-left: 0.15rem;
  transition: all 0.5s;
}
.public-arrow:hover {
  color: #0068b7;
}
.public-arrow:hover img {
  transform: translateX(0.05rem);
}
.dang-list {
  position: relative;
  overflow: hidden;
  padding: 0.6rem 0 1.6rem;
}
.dang-list .labelcn1 {
  padding-top: 1.4rem;
  color: #333333;
  line-height: 1.13888889em;
  margin-bottom: 0.3rem;
}
.dang-list .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.dang-list .bgimg img {
  width: 100%;
}
.dang-list.dang-list2 {
  padding: 0.6rem 0;
}
.dang-list .container {
  position: relative;
}
.dang-public-list {
  margin-top: 0.6rem;
}
.dang-public-list .company-box {
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
  display: block;
  padding: 0.4rem;
  margin-top: 0.8rem;
  min-height: 7.2rem;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .dang-public-list .company-box {
    padding: 0.8rem 0.3rem;
  }
}
.dang-public-list .company-box:hover .bgimg img {
  transform: scale(1.05);
}
.dang-public-list .company-box:nth-child(1) {
  margin-top: 0;
}
.dang-public-list .company-box:nth-child(even) .combox {
  margin: 0 0 0 auto;
}
.dang-public-list .company-box .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.dang-public-list .company-box .bgimg img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dang-public-list .company-box .combox {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: rgba(0, 104, 183, 0.7);
  border-radius: 0.3rem;
  padding: 0.4rem;
}
@media (max-width: 767px) {
  .dang-public-list .company-box .combox {
    width: 100%;
  }
}
.dang-public-list .company-box .combox .cn1 {
  color: #Fff;
  line-height: 1.25em;
  margin-bottom: 0.25rem;
}
.dang-public-list .company-box .combox .cn2 {
  width: 0.3rem;
  height: 0.03rem;
  background-color: #eff3f6;
  margin-bottom: 0.3rem;
}
.dang-public-list .company-box .combox .cn3 {
  color: #ffffff;
  line-height: 1.5em;
}
.dangbox1 {
  padding-top: 1.55rem;
}
.dangbox1 .compublic-title {
  text-align: center;
}
.dangbox1 .compublic-title .comcn2 {
  margin: 0.25rem auto 0.6rem;
}
.dangbox1 .img {
  width: 100%;
}
.dangbox1 .img img {
  width: 100%;
  border-radius: 0.3rem;
}
.news-public-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .news-public-list {
    justify-content: space-between;
  }
}
.news-public-list .news-box {
  margin-top: 0.6rem;
  margin-right: 0.5rem;
  border: 1px solid #eee;
  width: calc((100% - 1rem) / 3);
  border-radius: 0.2rem;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .news-public-list .news-box {
    margin-right: 0;
    width: calc(50% - 0.15rem);
  }
}
@media (max-width: 767px) {
  .news-public-list .news-box {
    width: 100%;
  }
}
.news-public-list .news-box:nth-child(3n) {
  margin-right: 0;
}
.news-public-list .news-box .img {
  border-radius: 0.2rem 0.2rem 0 0;
}
.news-public-list .news-box .img::before {
  padding-top: 64%;
}
.news-public-list .news-box .textbox {
  border-radius: 0 0 0.2rem 0.2rem;
  padding: 0.3rem;
  transition: all 0.5s;
}
.news-public-list .news-box .textbox .ncn1 {
  min-width: 1rem;
  padding: 0 0.2rem;
  line-height: 0.37rem;
  border-radius: 0.18rem;
  background-color: #e5e5e5;
  transition: all 0.5s;
  display: inline-block;
  color: #999;
}
@media (max-width: 991px) {
  .news-public-list .news-box .textbox .ncn1 {
    line-height: 0.6rem;
    border-radius: 0.4rem;
    padding: 0 0.3rem;
  }
}
.news-public-list .news-box .textbox .ncn2 {
  margin-top: 0.2rem;
  color: #222222;
  height: 2.66666667em;
  line-height: 1.33333333em;
  transition: all 0.5s;
}
.news-public-list .news-box .textbox .ncn3 {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  color: #959ca6;
  transition: all 0.5s;
}
.news-public-list .news-box .textbox .ncn3 svg {
  margin-right: 0.1rem;
}
.news-public-list .news-box .textbox .ncn3 svg path {
  fill: #959ca6;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.news-public-list .news-box:hover {
  box-shadow: 0px 6px 28px 0px rgba(0, 104, 183, 0.3);
}
.news-public-list .news-box:hover .img img {
  transform: scale(1.05);
}
.news-public-list .news-box:hover .textbox {
  background-color: #0068b7;
}
.news-public-list .news-box:hover .textbox .ncn1 {
  background-color: #3b8bc8;
  color: #Fff;
}
.news-public-list .news-box:hover .textbox .ncn2 {
  color: #Fff;
}
.news-public-list .news-box:hover .textbox .ncn3 {
  color: rgba(255, 255, 255, 0.3);
}
.news-public-list .news-box:hover .textbox .ncn3 svg path {
  fill: rgba(255, 255, 255, 0.3);
}
.public-page {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 0.7rem;
}
.public-page .public-page-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.public-page .public-page-li {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  margin: 0.1rem 0.05rem;
  color: #999999;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .public-page .public-page-li {
    width: 0.55rem;
    height: 0.55rem;
  }
}
.public-page .public-page-li:hover {
  background-color: #0068b7;
  color: #Fff;
}
.public-page .public-page-li.on {
  background-color: #0068b7;
  color: #Fff;
}
.public-page .public-page-prev {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0.1rem 0;
  color: #1b1b1b;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .public-page .public-page-prev {
    width: 0.55rem;
    height: 0.55rem;
  }
}
.public-page .public-page-prev.public-page-next svg {
  transform: rotate(0deg);
}
.public-page .public-page-prev svg {
  width: 60%;
  height: auto;
  transform: rotate(180deg);
}
.public-page .public-page-prev svg path {
  fill: #999;
  opacity: 1;
  stroke: none;
}
.public-page .public-page-prev:hover {
  color: #Fff;
}
.public-page .public-page-prev:hover svg path {
  fill: #0068b7;
}
.public-page .public-page-prev.on {
  background-color: #0068b7;
  color: #Fff;
}
.public-page .public-page-prev.on svg path {
  fill: #0068b7;
}
.dang-guide {
  overflow: hidden;
  position: relative;
}
.dang-guide .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.dang-guide .bgimg img {
  width: 100%;
}
.dang-guide .container {
  position: relative;
  z-index: 2;
}
.dang-guide .container .box {
  padding-bottom: 1.55rem;
  border-bottom: 1px solid #e2eef7;
  padding-top: 1.55rem;
}
.dang-guide .container .box:last-child {
  border-bottom: 0;
}
.dang-guide .container .box2 {
  margin-top: 0.55rem;
  line-height: 1.5em;
  color: #333;
}
.labelnav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .labelnav {
    margin-top: 0.4rem;
  }
}
.labelnav .lcn1 {
  margin-top: 0.15rem;
  line-height: 1.625em;
  color: #666666;
  transition: all 0.5s;
}
.labelnav .lcn1:hover {
  color: #0068b7;
}
.labelnav .lcn2 {
  line-height: 1.625em;
  color: rgba(153, 153, 153, 0.6);
  margin: 0.15rem 0.2rem 0;
}
.labelnav .lcn2:last-child {
  display: none;
}
.news-list-box1 {
  background-image: url(../images/zimg59.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 1.6rem 0;
}
@media (max-width: 991px) {
  .news-list-box1 .swiper-button-next,
  .news-list-box1 .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 991px) {
  .news-list-box1 {
    padding: 1.2rem 0;
  }
}
.news-list-box1 .container .newslistbox1swiper {
  position: relative;
  overflow: hidden;
}
.news-list-box1 .container .newslistbox1swiper .swiper-slide {
  display: flex;
  border-radius: 0.3rem;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0px 0px 17px 0px rgba(23, 56, 122, 0.04);
}
.news-list-box1 .container .newslistbox1swiper .swiper-slide .img {
  border-radius: 0.3rem 0 0 0.3rem;
  width: 50%;
}
@media (max-width: 991px) {
  .news-list-box1 .container .newslistbox1swiper .swiper-slide .img {
    border-radius: 0.3rem 0.3rem 0 0;
    width: 100%;
  }
}
.news-list-box1 .container .newslistbox1swiper .swiper-slide .img::before {
  padding-top: 64%;
}
.news-list-box1 .container .newslistbox1swiper .swiper-slide .img .yinying {
  z-index: 2;
}
.news-list-box1 .container .newslistbox1swiper .swiper-slide .text {
  padding: 0.9rem 0.8rem 0.5rem;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
.news-list-box1 .container .newslistbox1swiper .swiper-slide .text .text2 {
  display: block;
}
.news-list-box1 .container .newslistbox1swiper .swiper-slide .text .text3 {
  margin-top: 0.3rem;
  height: auto;
}
@media (max-width: 991px) {
  .news-list-box1 .container .newslistbox1swiper .swiper-slide .text .text3 {
    margin-top: 1rem;
  }
}
.news-list-box1 .container .newslistbox1swiper .swiper-slide .text .text3 .swiper-pagination {
  position: relative;
  display: flex;
  left: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .news-list-box1 .container .newslistbox1swiper .swiper-slide .text .text3 .swiper-pagination {
    width: 100%;
  }
}
.news-list-box1 .container .newslistbox1swiper .swiper-slide .text .text3 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-right: 0.2rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 1;
}
.news-list-box1 .container .newslistbox1swiper .swiper-slide .text .text3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0068b7;
}
@media (max-width: 991px) {
  .news-list-box1 .container .newslistbox1swiper .swiper-slide .text {
    width: 100%;
    padding: 0.5rem 0.3rem;
  }
}
.news-list-box1 .container .newslistbox1swiper .swiper-slide .text .cn2 {
  color: #222222;
  line-height: 1.27777778em;
  margin-bottom: 0.3rem;
  transition: all 0.5s;
  height: 2.55555556em;
}
.news-list-box1 .container .newslistbox1swiper .swiper-slide .text .cn3 {
  margin-bottom: 0.5rem;
  color: #666666;
  height: 3.75em;
  line-height: 1.875em;
}
.news-list-box1 .container .newslistbox1swiper .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.news-list-box1 .container .newslistbox1swiper .swiper-slide:hover .text .cn2 {
  color: #0068b7;
}
.public-info {
  overflow: hidden;
  padding: 1.55rem 0 0;
  position: relative;
  background-color: #fff;
}
@media (max-width: 991px) {
  .public-info {
    padding: 1.2rem 0;
  }
}
.public-info .bgimg {
  position: absolute;
  left: 0;
  top: 0;
}
.public-info .bgimg img {
  width: 100%;
}
.public-info .container2 {
  position: relative;
  z-index: 2;
}
.public-info .c-top {
  text-align: center;
  font-weight: bold;
  padding: 0 1.8rem;
  margin: 0 auto 1.15rem;
}
@media (max-width: 1580px) {
  .public-info .c-top {
    padding: 0 0.8rem;
  }
}
@media (max-width: 767px) {
  .public-info .c-top {
    margin-bottom: 0.3rem;
    padding: 0;
  }
}
.public-info .c-top .c-title {
  color: #333333;
  line-height: 1.27777778em;
}
.public-info .c-top .c-time {
  margin-top: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.public-info .c-top .c-time span {
  line-height: 1.625em;
  color: rgba(51, 51, 51, 0.6);
  margin: 0.15rem 0.4rem 0;
}
@media (max-width: 991px) {
  .public-info .c-top .c-time span {
    margin: 0.15rem 0.15rem 0;
  }
  .public-info .c-top .c-time span:last-child {
    display: none;
  }
}
.public-info .c-bottom {
  padding: 1.1rem 2.8rem 1.6rem;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .public-info .c-bottom {
    padding: 0.8rem;
  }
}
@media (max-width: 767px) {
  .public-info .c-bottom {
    padding: 0.4rem 0;
  }
}
.public-info .c-bottom .public-content {
  line-height: 1.45454545em;
  color: #333;
}
.public-info .c-bottom .public-content img {
  width: 100%;
}
.public-info .c-bottom .public-content h3 {
  color: #0068b7;
}
.public-info .c-bottom .c-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.2rem 0 0.6rem;
}
@media (max-width: 991px) {
  .public-info .c-bottom .c-share {
    margin: 0.6rem 0 0.3rem;
  }
}
.public-info .c-bottom .c-share .social-share {
  display: flex;
  align-items: center;
}
.public-info .c-bottom .c-share .social-share .social-share-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .public-info .c-bottom .c-share .social-share .social-share-icon {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.public-info .c-bottom .c-share .social-share .social-share-icon:nth-child(2) {
  margin-left: 0.1rem;
}
.public-info .c-bottom .c-share .social-share .social-share-icon svg {
  width: 100%;
  height: 100%;
}
.public-info .c-bottom .c-share .social-share .social-share-icon path {
  fill: #999;
  transition: all 0.4s;
}
.public-info .c-bottom .c-share .social-share .social-share-icon:hover path {
  fill: #0068b7;
}
.public-info .c-bottom .c-share .c-btn {
  display: inline-flex;
  align-items: center;
  color: #0068b7;
}
.public-info .c-bottom .c-share .c-btn img,
.public-info .c-bottom .c-share .c-btn svg {
  margin-right: 0.1rem;
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .public-info .c-bottom .c-share .c-btn img,
  .public-info .c-bottom .c-share .c-btn svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.public-info .c-bottom .c-share .c-btn img path,
.public-info .c-bottom .c-share .c-btn svg path {
  opacity: 1;
  fill: #0068b7;
}
.public-info .c-bottom .c-prev-next {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .public-info .c-bottom .c-prev-next {
    flex-wrap: wrap;
  }
}
.public-info .c-bottom .c-prev-next a {
  display: block;
  width: 48.07%;
  padding: 0.3rem;
  border-radius: 0.2rem;
  background-color: #f6f8fa;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-info .c-bottom .c-prev-next a {
    width: 100%;
  }
  .public-info .c-bottom .c-prev-next a:nth-child(2) {
    margin-top: 0.4rem;
  }
}
.public-info .c-bottom .c-prev-next a .c-text {
  color: #999999;
  transition: all 0.4s;
}
.public-info .c-bottom .c-prev-next a .c-title {
  margin-top: 0.2rem;
  font-weight: bold;
  line-height: 1.4;
}
.public-info .c-bottom .c-prev-next a:hover {
  background-color: #0068b7;
  color: #fff;
}
.public-info .c-bottom .c-prev-next a:hover .c-text {
  color: rgba(255, 255, 255, 0.5);
}
.social-share .social-share-icon {
  background-color: transparent !important;
}
.social-share .social-share-icon {
  border-color: transparent;
  background-color: transparent !important;
}
.social-share .social-share-icon::before {
  display: none;
}
.newsinfomore {
  padding-bottom: 1.6rem;
}
@media (max-width: 991px) {
  .newsinfomore {
    padding-bottom: 1.2rem;
  }
}
.newsinfomore .compublic-title {
  text-align: center;
}
.newsinfomore .compublic-title .comcn2 {
  margin: 0.25rem auto 0;
}
.otherpagebox {
  padding-bottom: 1.6rem;
  position: relative;
  overflow: hidden;
}
.otherpagebox .bgimg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.otherpagebox .bgimg img {
  width: 100%;
}
.otherpagebox .container {
  z-index: 2;
  position: relative;
}
.otherpagebox .container .breadbox.breadbox2 {
  background-color: transparent;
}
.otherpagebox .compublic-title {
  margin-top: 1.55rem;
}
.sitemap {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.sitemap .cn2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sitemap .cn2 .cn3 {
  max-width: calc(100% / 7);
  padding-right: 0.2rem;
  margin-top: 0.45rem;
}
@media (max-width: 991px) {
  .sitemap .cn2 .cn3 {
    max-width: 100%;
    width: 50%;
  }
}
.sitemap .cn2 .cn3 .cn4 {
  line-height: 1.5em;
  color: #000000;
  transition: all 0.5s;
}
.sitemap .cn2 .cn3 .cn4:hover {
  font-weight: normal;
  text-decoration: underline;
}
.sitemap .cn2 .cn3 .cn5 {
  margin-top: 0.2rem;
}
.sitemap .cn2 .cn3 .cn5 .cn6 .cn7 {
  color: #000;
  line-height: 1.66666667em;
  transition: all 0.5s;
}
.sitemap .cn2 .cn3 .cn5 .cn6 .cn7:hover {
  color: #0068b7;
}
.sitemap .cn2 .cn3 .cn9 {
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}
.sitemap .cn2 .cn3 .cn9 .cn8 {
  color: #666666;
  line-height: 1.625em;
  transition: all 0.5s;
}
.sitemap .cn2 .cn3 .cn9 .cn8:hover {
  color: #0068b7;
}
.error {
  padding-top: 1.6rem;
}
.error .img {
  text-align: center;
}
.error .img img {
  width: 6.22rem;
}
.error .cn1 {
  margin-top: 1rem;
  text-align: center;
  color: #333333;
  line-height: 1.41666667em;
}
.error .cn2a {
  margin-top: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error .cn2 {
  line-height: 0.58rem;
  border-radius: 0.3rem;
  background-color: #0068b7;
  min-width: 1.8rem;
  text-align: center;
  color: #Fff;
}
.error .cn3 {
  margin-top: 0.15rem;
  text-align: center;
  color: #999999;
  line-height: 1.625em;
}
.public-content li {
  margin-left: 0;
}
.searchbox {
  padding-bottom: 1.6rem;
  position: relative;
  overflow: hidden;
}
.searchbox .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.searchbox .bgimg img {
  width: 100%;
}
.searchbox .container {
  position: relative;
  z-index: 2;
}
.searchbox .container .breadbox2 {
  background-color: transparent;
}
.searchbox .container .zzcn1 {
  margin-top: 1.6rem;
  text-align: center;
  color: #333;
  line-height: 1.13888889em;
}
.searchbox .container .zzcn2 {
  margin-top: 0.2rem;
  color: #333;
}
.searchbox .container .zzcn2 span {
  color: #0068b7;
}
.searchbox .container .navbannerswiper2 .formbox {
  margin: 0.55rem auto 0;
}
.searchbox .container .navbannerswiper11 {
  margin-top: 0.6rem;
}
.policy .c-top .c-time span {
  display: inline-block !important;
}
@media (max-width: 991px) {
  .policy .public-content {
    padding: 0.3rem;
  }
}
.join-info1 {
  padding-top: 1.55rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #e3eff8;
}
@media (max-width: 991px) {
  .join-info1 {
    padding-top: 1.2rem;
  }
}
.join-info1 .cn1 {
  color: #000000;
  line-height: 1.25em;
  margin-bottom: 0.35rem;
}
.join-info1 .cn2 {
  display: flex;
  flex-wrap: wrap;
}
.join-info1 .cn2 .cn3 {
  color: #0068b7;
  border-radius: 0.06rem;
  min-width: 0.6rem;
  padding: 0.05rem 0.15rem;
  margin-right: 0.15rem;
  margin-bottom: 0.15rem;
  background-color: #e5f0f8;
  text-align: center;
}
@media (max-width: 991px) {
  .join-info1 .cn2 .cn3 {
    padding: 0.15rem;
  }
}
.join-info1 .cn4 {
  line-height: 1.55555556em;
  color: #666666;
}
.join-info2 {
  padding-top: 0.55rem;
}
.join-info2 .public-content {
  color: #666;
}
.join-info2 .public-content h3 {
  font-weight: bold;
  color: #333;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .join-info2 .public-content h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .join-info2 .public-content h3 {
    font-size: 0.4rem;
  }
}
.join-info2 .public-content p {
  color: #666;
}
.join-info3 {
  margin-top: 1rem;
}
.join-info4 {
  padding: 1.55rem 0 1.6rem;
}
@media (max-width: 991px) {
  .join-info4 {
    padding: 1.2rem 0;
  }
}
.join-info4 .container .publc-join-info {
  margin-top: 0.3rem;
}
.publc-join-info .public-join-top {
  display: flex;
  padding: 0 0.3rem;
}
@media (max-width: 767px) {
  .publc-join-info .public-join-top {
    padding: 0 0.1rem;
  }
}
.publc-join-info .public-join-top .pcn1 {
  color: #333333;
  padding: 0.25rem 0.3rem;
  line-height: 1.41666667em;
  width: 14%;
  text-align: center;
}
@media (max-width: 1260px) {
  .publc-join-info .public-join-top .pcn1 {
    width: 17.5%;
  }
}
@media (max-width: 991px) {
  .publc-join-info .public-join-top .pcn1 {
    width: 23.3%;
  }
}
@media (max-width: 767px) {
  .publc-join-info .public-join-top .pcn1 {
    width: 35%;
    padding: 0.25rem 0.1rem;
  }
}
.publc-join-info .public-join-top .pcn1:nth-child(1) {
  width: 30%;
  text-align: left;
}
@media (max-width: 767px) {
  .publc-join-info .public-join-top .pcn1:nth-child(1) {
    width: 40%;
  }
}
@media (max-width: 1260px) {
  .publc-join-info .public-join-top .pcn1:nth-child(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .publc-join-info .public-join-top .pcn1:nth-child(3) {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .publc-join-info .public-join-top .pcn1:nth-child(4) {
    display: none;
  }
}
@media (max-width: 991px) {
  .publc-join-info .public-join-top .pcn1:nth-child(5) {
    display: none;
  }
}
.publc-join-info .public-join-bottom .pbox1 {
  display: flex;
  padding: 0 0.3rem;
}
@media (max-width: 767px) {
  .publc-join-info .public-join-bottom .pbox1 {
    padding: 0 0.1rem;
  }
}
.publc-join-info .public-join-bottom .pbox1 .pcn2 {
  margin-top: 0;
  color: #333333;
  padding: 0.25rem 0.3rem;
  line-height: 1.41666667em;
  width: 14%;
  transition: all 0.5s;
  text-align: center;
}
@media (max-width: 1260px) {
  .publc-join-info .public-join-bottom .pbox1 .pcn2 {
    width: 17.5%;
  }
}
@media (max-width: 991px) {
  .publc-join-info .public-join-bottom .pbox1 .pcn2 {
    width: 23.3%;
  }
}
@media (max-width: 767px) {
  .publc-join-info .public-join-bottom .pbox1 .pcn2 {
    width: 35%;
    padding: 0.25rem 0.1rem;
  }
}
.publc-join-info .public-join-bottom .pbox1 .pcn2:nth-child(1) {
  flex-shrink: 0;
  width: 30%;
  text-align: left;
}
@media (max-width: 767px) {
  .publc-join-info .public-join-bottom .pbox1 .pcn2:nth-child(1) {
    width: 40%;
  }
}
@media (max-width: 1260px) {
  .publc-join-info .public-join-bottom .pbox1 .pcn2:nth-child(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .publc-join-info .public-join-bottom .pbox1 .pcn2:nth-child(3) {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .publc-join-info .public-join-bottom .pbox1 .pcn2:nth-child(4) {
    display: none;
  }
}
@media (max-width: 991px) {
  .publc-join-info .public-join-bottom .pbox1 .pcn2:nth-child(5) {
    display: none;
  }
}
.publc-join-info .public-join-bottom .pbox1 .public-arrow {
  color: #0068b7;
  justify-content: center;
}
.publc-join-info .public-join-bottom .pbox1:hover {
  border-radius: 0.3rem;
  background-color: #0068b7;
}
.publc-join-info .public-join-bottom .pbox1:hover .pcn2 {
  color: #fff;
}
.publc-join-info .public-join-bottom .pbox1:hover .pcn2 svg path {
  fill: #fff;
}
.fanganwindwos {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}
.fanganwindwos .fanganwindwos2 {
  width: 9.5rem;
  max-width: 90%;
  border-radius: 0.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0.85rem 1.15rem;
  box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.58);
}
@media (max-width: 991px) {
  .fanganwindwos .fanganwindwos2 {
    padding: 0.4rem 0.3rem;
  }
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right {
  width: 100%;
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .zclose {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  cursor: pointer;
  transition: all 0.5s;
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .zclose:hover {
  transform: rotate(180deg);
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .zzzcn0 {
  color: #000000;
  line-height: 1.20833333em;
  text-align: center;
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .zzzcn1 {
  text-align: center;
  color: #475468;
  line-height: 1.5em;
  margin-top: 0.2rem;
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .zzzcn1 span {
  text-decoration: underline;
  color: #0068b7;
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .resumebox {
  margin-top: 0.2rem;
  position: relative;
  width: 100%;
  border: solid 1px #ededed;
  border-radius: 0.1rem;
  background-color: #f5f5f7;
  padding: 0.15rem 0.2rem 0.6rem;
}
@media (max-width: 991px) {
  .fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .resumebox {
    padding: 0.15rem 0.2rem 0.9rem;
  }
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .resumebox .restips {
  line-height: 1.71428571em;
  color: #999999;
  width: calc(100% - 1rem);
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .resumebox .restips2 {
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
  display: none;
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .resumebox .restips2 .restips3 {
  display: block;
  max-width: 4rem;
  color: #0068b7;
  text-decoration: underline;
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .resumebox .restips2 img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  width: 13px;
  cursor: pointer;
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .resumebox .restips4 {
  position: absolute;
  right: 0.12rem;
  top: 0.12rem;
  width: 0.7rem;
  background-color: #0068b7;
  color: #Fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .resumebox .restips4 {
    width: 1rem;
  }
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .resumebox .restips4 .restips5 {
  line-height: 0.3rem;
  position: relative;
  z-index: 2;
  background-color: #0068b7;
  display: block;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 991px) {
  .fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .resumebox .restips4 .restips5 {
    line-height: 0.6rem;
  }
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .resumebox .restips4 input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .int {
  margin-top: 0.2rem;
  width: calc(50% - 0.1rem);
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .int.int100 {
  width: 100%;
  position: relative;
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .int.int100 input {
  padding: 0.15rem 2.2rem 0.15rem 0.2rem;
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .int input {
  width: 100%;
  border: solid 1px #ededed;
  border-radius: 0.1rem;
  line-height: 1.71428571em;
  padding: 0.15rem 0.2rem;
  background-color: #f5f5f7;
  color: #999999;
  height: auto;
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .int input::placeholder {
  color: #999;
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .int img {
  position: absolute;
  right: 0.05rem;
  top: 0.05rem;
  height: calc(100% - 0.1rem);
  max-width: 2rem;
  object-fit: cover;
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .inttips {
  width: 100%;
  color: #999999;
  line-height: 1.71428571em;
  margin: 0.1rem 0 0;
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .intbox {
  margin-top: 0.55rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 991px) {
  .fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .intbox {
    margin-top: 0;
  }
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .intbox button {
  border-radius: 0.5rem;
  background-color: #0068b7;
  min-width: 1.5rem;
  color: #Fff;
  line-height: 0.47rem;
}
@media (max-width: 991px) {
  .fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .intbox button {
    line-height: 0.76rem;
  }
}
.fanganwindwos .fanganwindwos2 .fanganwindwos3 .right .form .intbox button:hover {
  opacity: 0.8;
}
.fanganwindwos .fanganwindwos2 .cnclose {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #Fff;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 0.2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: all 0.4s;
  cursor: pointer;
}
.fanganwindwos .fanganwindwos2 .cnclose svg {
  width: 50%;
  height: auto;
}
.fanganwindwos .fanganwindwos2 .cnclose svg path {
  fill: #333;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.fanganwindwos .fanganwindwos2 .cnclose:hover {
  background-color: #0068b7;
}
.fanganwindwos .fanganwindwos2 .cnclose:hover svg path {
  fill: #Fff;
}
.indexbox {
  position: relative;
}
.indexbox .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.indexbox .bgimg img {
  width: 100%;
}
.indexbox1 {
  position: relative;
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .indexbox1 {
    padding: 1.2rem 0;
  }
}
.indexbox1 .container {
  max-width: 1720px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .indexbox1 .container {
    justify-content: space-between;
  }
}
.indexbox1 .box {
  width: 49.41860465%;
  border-radius: 0.2rem;
  margin-right: 1.1627907%;
}
.indexbox1 .box::before {
  padding-top: 64.47058824%;
}
@media (max-width: 991px) {
  .indexbox1 .box.boxz1 {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .indexbox1 .box.boxz2 {
    margin-top: 0.2rem;
    margin-right: 0 !important;
    width: calc(50% - 0.1rem) !important;
  }
}
.indexbox1 .box.box1a {
  width: 24.12790698%;
}
.indexbox1 .box.box1a::before {
  padding-top: 132.04819277%;
}
.indexbox1 .box .box2 {
  position: absolute;
  width: 100%;
  padding: 0.35rem 0.4rem;
  left: 0;
  top: 0;
  z-index: 2;
}
.indexbox1 .box .box2 .cn1 {
  color: #Fff;
  line-height: 1.38461538em;
}
.indexbox1 .box .box2 .cn2 {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.55555556em;
  margin-top: 0.05rem;
}
.indexbox1 .box .box2 .cn3 {
  opacity: 0;
  transform: translateY(0.3rem);
  transition: all 0.5s;
  margin-top: 0.25rem;
  color: #fff;
}
.indexbox1 .box .box2 .cn3 svg {
  transition: all 0.5s;
}
.indexbox1 .box .box2 .cn3 svg path {
  fill: #Fff;
}
.indexbox1 .box .box2 .cn3:hover svg {
  transform: translateX(0.05rem);
}
.indexbox1 .box:hover img {
  transform: scale(1.05);
}
.indexbox1 .box:hover .box2 .cn3 {
  opacity: 1;
  transform: translateY(0);
}
.indexbox1 .box1b {
  width: 24.12790698%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 991px) {
  .indexbox1 .box1b {
    margin-top: 0.2rem;
    width: calc(50% - 0.1rem);
  }
}
@media (max-width: 991px) {
  .indexbox1 .box1b .cn3 {
    display: none;
  }
}
.indexbox1 .box1b .box {
  margin-right: 0;
  width: 100%;
}
.indexbox1 .box1b .box::before {
  padding-top: 63.61445783%;
}
.indexbox2 {
  overflow: hidden;
  position: relative;
  padding-bottom: 0.9rem;
}
.indexbox2 .container {
  max-width: 1720px;
}
.indexbox2 .container .box {
  display: flex;
  margin-top: 1.9rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .indexbox2 .container .box {
    margin-top: 0.5rem;
  }
}
.indexbox2 .container .box:nth-child(even) {
  flex-direction: row-reverse;
}
.indexbox2 .container .box:nth-child(even) .left {
  transform: translateX(0.4rem);
}
.indexbox2 .container .box:nth-child(even) .left .wenzi1 {
  left: initial;
  right: 1rem;
}
.indexbox2 .container .box:nth-child(even) .left .box2 {
  padding: 0  1rem 0 32%;
}
@media (max-width: 991px) {
  .indexbox2 .container .box:nth-child(even) .left .box2 {
    padding: 0.5rem 0 0.8rem;
  }
}
.indexbox2 .container .box:nth-child(even) .left .cn10 {
  left: initial;
  right: 0.3rem;
}
.indexbox2 .container .box:nth-child(even) .right {
  transform: translateX(-0.4rem);
}
.indexbox2 .container .box:nth-child(even) .right .img {
  left: 0;
}
.indexbox2 .container .box:nth-child(1) {
  margin-top: 0;
}
.indexbox2 .container .box .left {
  transform: translateX(-0.4rem);
  overflow: initial;
  width: 57.15116279%;
  background-color: #0068b7;
  border-radius: 0.32rem;
  box-shadow: 0px 0px 32px 0px rgba(0, 104, 183, 0.13);
}
@media (max-width: 991px) {
  .indexbox2 .container .box .left {
    transform: translateX(0) !important;
    width: 100%;
    box-shadow: initial;
    background-color: transparent;
  }
}
.indexbox2 .container .box .left img {
  max-width: 101%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.3rem;
}
@media (max-width: 991px) {
  .indexbox2 .container .box .left img {
    display: none;
  }
}
.indexbox2 .container .box .left .wenzi1 {
  position: absolute;
  left: 1rem;
  height: 0.9rem;
  width: auto;
  bottom: 0;
  top: initial;
  border-radius: 0;
  opacity: 1 !important;
}
.indexbox2 .container .box .left::before {
  padding-top: 61.03763988%;
}
@media (max-width: 991px) {
  .indexbox2 .container .box .left::before {
    display: none;
  }
}
.indexbox2 .container .box .left .box2 {
  position: absolute;
  width: 100%;
  top: 23%;
  padding: 0 32% 0 1rem;
  z-index: 3;
}
@media (max-width: 991px) {
  .indexbox2 .container .box .left .box2 {
    position: relative;
    top: 0;
    padding: 0.5rem 0 0.8rem;
  }
}
.indexbox2 .container .box .left .box2 .cn1 {
  color: #0068b7;
  line-height: 1.27777778em;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .indexbox2 .container .box .left .box2 .cn1 {
    text-align: center;
    font-size: 0.46rem;
  }
}
.indexbox2 .container .box .left .box2 .cn2 {
  margin-top: 0.25rem;
  color: #666666;
  line-height: 1.41666667em;
  height: 2.83333333em;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .indexbox2 .container .box .left .box2 .cn2 {
    text-align: center;
    -webkit-line-clamp: 10;
    height: auto;
  }
}
.indexbox2 .container .box .left .box2 .cn15 {
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .indexbox2 .container .box .left .box2 .cn15 {
    justify-content: center;
    margin: 0.4rem auto 0;
  }
}
.indexbox2 .container .box .left .cn10 {
  line-height: 0.75em;
  position: absolute;
  left: 1rem;
  font-size: 1.2rem;
  bottom: 0;
  z-index: 10;
  background: transparent -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 100% 100%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 104, 183, 0.05);
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .indexbox2 .container .box .left .cn10 {
    display: none;
  }
}
.indexbox2 .container .box .left .cn10.cn11 {
  opacity: 1;
}
.indexbox2 .container .box .left .cn10.cn12 {
  opacity: 0;
  background: transparent -webkit-linear-gradient(bottom, rgba(0, 104, 183, 0.2), rgba(255, 255, 255, 0.05)) no-repeat 0 0;
  -webkit-background-clip: text;
  background-size: 100% 100%;
}
.indexbox2 .container .box .right {
  z-index: 2;
  position: relative;
  width: 42.84883721%;
  transform: translateX(0.4rem);
}
@media (max-width: 991px) {
  .indexbox2 .container .box .right {
    transform: translateX(0) !important;
    width: 100%;
  }
}
.indexbox2 .container .box .right .img {
  overflow: initial;
  border-radius: 0.3rem;
  box-shadow: 0px 0px 32px 0px rgba(0, 104, 183, 0.13);
  width: 133.37856174%;
  position: absolute;
  top: 0.4rem;
  right: 0;
}
@media (max-width: 991px) {
  .indexbox2 .container .box .right .img {
    position: relative;
    width: 100%;
    top: 0;
  }
}
.indexbox2 .container .box .right .img img {
  border-radius: 0.3rem;
}
.indexbox2 .container .box .right .img::before {
  padding-top: 61.03763988%;
}
@media (min-width: 992px) {
  .indexbox2 .container .box:hover .left .cn10.cn11 {
    opacity: 0;
  }
  .indexbox2 .container .box:hover .left .cn10.cn12 {
    opacity: 1;
  }
  .indexbox2 .container .box:hover .left img {
    opacity: 0;
  }
  .indexbox2 .container .box:hover .left .box2 .cn1 {
    color: #Fff;
  }
  .indexbox2 .container .box:hover .left .box2 .cn2 {
    color: #Fff;
  }
  .indexbox2 .container .box:hover .left .box2 .cn15 .public-btn0 {
    background-color: #Fff;
  }
  .indexbox2 .container .box:hover .left .box2 .cn15 .public-btn0 .pcn1 {
    color: #0068b7;
  }
  .indexbox2 .container .box:hover .left .box2 .cn15 .public-btn0 .pcn2 path {
    fill: #0068b7;
  }
}
.indexbox3 {
  position: relative;
  overflow: hidden;
  padding-top: 0.9rem;
  padding-bottom: 1.6rem;
}
.indexbox3 .container {
  max-width: 1720px;
}
.indexbox3 .container .cn15 {
  margin-top: 0.65rem;
  justify-content: center;
}
.indexbox3swiper {
  margin-top: 0.6rem;
  position: relative;
}
.indexbox3swiper .yinying1 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 3;
  max-width: 30%;
}
@media (max-width: 991px) {
  .indexbox3swiper .yinying1 {
    display: none;
  }
}
.indexbox3swiper .yinying2 {
  max-width: 30%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transform: rotate(180deg);
  z-index: 3;
}
@media (max-width: 991px) {
  .indexbox3swiper .yinying2 {
    display: none;
  }
}
.indexbox3swiper .swiper-slide .news-box {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 0.2rem;
  transition: all 0.5s;
}
.indexbox3swiper .swiper-slide .news-box .img {
  border-radius: 0.2rem 0.2rem 0 0;
}
.indexbox3swiper .swiper-slide .news-box .img::before {
  padding-top: 64%;
}
.indexbox3swiper .swiper-slide .news-box .textbox {
  border-radius: 0 0 0.2rem 0.2rem;
  padding: 0.3rem;
  transition: all 0.5s;
}
.indexbox3swiper .swiper-slide .news-box .textbox .ncn1 {
  min-width: 1rem;
  padding: 0 0.2rem;
  line-height: 0.37rem;
  border-radius: 0.18rem;
  background-color: #e5e5e5;
  transition: all 0.5s;
  display: inline-block;
  color: #999;
}
@media (max-width: 991px) {
  .indexbox3swiper .swiper-slide .news-box .textbox .ncn1 {
    line-height: 0.6rem;
    border-radius: 0.4rem;
    padding: 0 0.3rem;
  }
}
.indexbox3swiper .swiper-slide .news-box .textbox .ncn2 {
  margin-top: 0.2rem;
  color: #222222;
  height: 2.66666667em;
  line-height: 1.33333333em;
  transition: all 0.5s;
}
.indexbox3swiper .swiper-slide .news-box .textbox .ncn3 {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  color: #959ca6;
  transition: all 0.5s;
}
.indexbox3swiper .swiper-slide .news-box .textbox .ncn3 svg {
  margin-right: 0.1rem;
}
.indexbox3swiper .swiper-slide .news-box .textbox .ncn3 svg path {
  fill: #959ca6;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.indexbox3swiper .swiper-slide .news-box:hover {
  box-shadow: 0px 6px 28px 0px rgba(0, 104, 183, 0.3);
}
.indexbox3swiper .swiper-slide .news-box:hover .img img {
  transform: scale(1.05);
}
.indexbox3swiper .swiper-slide .news-box:hover .textbox {
  background-color: #0068b7;
}
.indexbox3swiper .swiper-slide .news-box:hover .textbox .ncn1 {
  background-color: #3b8bc8;
  color: #Fff;
}
.indexbox3swiper .swiper-slide .news-box:hover .textbox .ncn2 {
  color: #Fff;
}
.indexbox3swiper .swiper-slide .news-box:hover .textbox .ncn3 {
  color: rgba(255, 255, 255, 0.3);
}
.indexbox3swiper .swiper-slide .news-box:hover .textbox .ncn3 svg path {
  fill: rgba(255, 255, 255, 0.3);
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  left: 0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  background-image: initial;
  margin-top: 0;
}
@media (max-width: 991px) {
  .swiper-button-prev,
  .swiper-button-next {
    background-color: #Fff;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.swiper-button-prev svg path,
.swiper-button-next svg path {
  fill: #b5b5b5;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  border-color: #0068b7;
}
.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
  fill: #0068b7;
}
.swiper-button-next {
  left: initial;
  right: 0.2rem;
}
.swiper-button-next svg {
  transform: rotate(180deg);
}
.topsearchlist {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0.8rem 0;
  z-index: 50;
  display: none;
  background-image: linear-gradient(to bottom, #fff 0%, #c0ddf4 100%);
}
.topsearchlist .container {
  height: auto !important;
  display: flex;
  justify-content: center !important;
}
.topsearchlist .box {
  max-width: 6.4rem;
}
.topsearchlist .formbox {
  margin: 0 0 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .topsearchlist .formbox {
    margin-top: 0.3rem;
    width: 100%;
  }
}
.topsearchlist .formbox form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 991px) {
  .topsearchlist .formbox form {
    width: 100%;
  }
}
.topsearchlist .formbox input {
  background-color: #Fff;
  max-width: 100%;
  padding: 0 1.8rem 0 0.3rem;
  width: 6.4rem;
  line-height: 0.6rem;
  border-radius: 0.6rem;
  border: 1px solid #eee;
  color: #999;
}
@media (max-width: 991px) {
  .topsearchlist .formbox input {
    padding: 0 2.3rem 0 0.3rem;
    width: 100%;
    line-height: 0.76rem;
  }
}
.topsearchlist .formbox input::placeholder {
  color: #999;
}
.topsearchlist .formbox button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  border-radius: 0 0.6rem 0.6rem 0;
  width: 1.5rem;
  justify-content: center;
  line-height: 0.6rem;
  color: #Fff;
  display: flex;
  align-items: center;
  border: 1px solid #0068b7;
  background-color: #0068b7;
}
@media (max-width: 991px) {
  .topsearchlist .formbox button {
    width: 2rem;
    line-height: 0.76rem;
  }
}
.topsearchlist .formbox button img {
  margin-right: 0.24rem;
}
.topsearchlist .formbox2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.15rem;
}
.topsearchlist .formbox2 .cn1 {
  margin-top: 0.15rem;
  margin-right: 0.15rem;
  padding: 0.15rem 0;
  line-height: 1.2em;
}
.topsearchlist .formbox2 .cn2 {
  margin-top: 0.15rem;
  line-height: 1.2em;
  margin-right: 0.15rem;
  background-color: #e1effa;
  padding: 0.15rem;
  border-radius: 0.5rem;
  border: solid 1px #c8e3ff;
  transform: all 0.5s;
  color: #6896b9 !important;
}
.topsearchlist .formbox2 .cn2:hover {
  background-color: #0068b7;
  border-color: #0068b7;
  color: #Fff !important;
}
.culture-box1 {
  overflow: hidden;
  padding: 1.55rem 0 1.6rem;
  position: relative;
}
@media (max-width: 991px) {
  .culture-box1 {
    padding: 1.2rem 0;
  }
}
.culture-box1 .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.culture-box1 .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture-box1 .container {
  position: relative;
  z-index: 2;
}
.culture-box1 .container .box {
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.culture-box1 .container .box .box2 {
  margin-top: 0.35rem;
  margin-right: 0.35rem;
  border-radius: 0.3rem;
  width: calc((100% - 0.7rem) / 3);
}
@media (max-width: 991px) {
  .culture-box1 .container .box .box2 {
    width: 100%;
    margin-right: 0;
  }
}
.culture-box1 .container .box .box2:nth-child(3n) {
  margin-right: 0;
}
.culture-box1 .container .box .box2::before {
  padding-top: 78.43137255%;
}
.culture-box1 .container .box .box2 .box3 {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.culture-box1 .container .box .box2 .box3 .cn1 {
  text-align: center;
  color: #ffffff;
  line-height: 1.27777778em;
  letter-spacing: 0.09rem;
  text-indent: 0.09rem;
}
.culture-box1 .container .box .box2 .box3 .cn2 {
  margin-top: 0.1rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.625em;
  letter-spacing: 0.04rem;
  text-indent: 0.04rem;
}
.culture-box1 .container .box .box2 .box4 {
  width: 100%;
  z-index: 4;
  border-radius: 0.3rem;
  position: absolute;
  left: 0;
  bottom: -100%;
  background-color: #0068b7;
  text-align: center;
  color: #Fff;
  line-height: 1.5em;
  padding: 0.25rem;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .culture-box1 .container .box .box2 .box4 {
    bottom: 0 !important;
  }
}
.culture-box1 .container .box .box2:hover .box4 {
  bottom: 0 !important;
}
.culture-box2 {
  overflow: hidden;
  padding: 1.6rem 0;
  position: relative;
  background-color: #fff;
}
@media (max-width: 991px) {
  .culture-box2 {
    padding: 1.2rem 0;
  }
}
.culture-box2 .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  z-index: 2;
}
.culture-box2 .culturebox2swiper1 {
  position: relative;
  overflow: hidden;
  width: 48.125%;
}
@media (max-width: 991px) {
  .culture-box2 .culturebox2swiper1 {
    width: 100%;
  }
}
.culture-box2 .culturebox2swiper1 .swiper-slide .img {
  border-radius: 0.3rem;
}
.culture-box2 .culturebox2swiper1 .swiper-slide .img::before {
  padding-top: 75.06493506%;
}
.culture-box2 .culturebox2a {
  width: 51.875%;
}
@media (max-width: 991px) {
  .culture-box2 .culturebox2a {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.culture-box2 .culturebox2a .buttonbox {
  position: relative;
  width: 100%;
  height: 0.6rem;
  display: flex;
  z-index: 3;
  padding-left: 1.2rem;
}
@media (max-width: 991px) {
  .culture-box2 .culturebox2a .buttonbox {
    padding-left: 0;
  }
}
.culture-box2 .culturebox2a .buttonbox::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.6rem;
  background-color: #Fff;
  z-index: 3;
}
.culture-box2 .culturebox2a .buttonbox .swiper-button-prev {
  margin-top: 0;
  position: relative;
  left: 0;
  top: 0;
  transform: translateY(0);
  margin-right: 0.2rem;
}
.culture-box2 .culturebox2a .buttonbox .swiper-button-next {
  margin-top: 0;
  position: relative;
  left: 0;
  top: 0;
  transform: translateY(0);
}
.culture-box2 .culturebox2swiper2 {
  position: relative;
  overflow: hidden;
  padding-left: 1.2rem;
  height: 3.3rem;
}
@media (max-width: 991px) {
  .culture-box2 .culturebox2swiper2 {
    padding-left: 0;
    height: 4rem;
  }
}
.culture-box2 .culturebox2swiper2 .swiper-slide {
  opacity: 0.3;
  transition: all 0.5s;
}
.culture-box2 .culturebox2swiper2 .swiper-slide .cn1 {
  line-height: 1.25em;
  color: #333;
}
.culture-box2 .culturebox2swiper2 .swiper-slide .cn2 {
  margin-top: 0.2rem;
  line-height: 1.5em;
  height: 3em;
  color: #333333;
}
.culture-box2 .culturebox2swiper2 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.culture-box3 {
  position: relative;
  padding: 1.5rem 0 1.6rem;
}
@media (max-width: 991px) {
  .culture-box3 {
    padding: 1.2rem 0;
  }
}
.culture-box3 .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.culture-box3 .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture-box3 .container {
  position: relative;
  z-index: 2;
}
.culture-box3 .container .box {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .culture-box3 .container .box {
    justify-content: space-between;
  }
}
.culture-box3 .container .box .box2 {
  margin-top: 0.6rem;
  width: calc((100% - 1.95rem) / 4);
  margin-right: 0.65rem;
  background-image: linear-gradient(0deg, #eff3f6 0%, #b5d1e7 100%);
  border-radius: 0.3rem;
  transition: all 0.5s;
  overflow: hidden;
}
.culture-box3 .container .box .box2:hover {
  transform: translateY(-0.2rem);
}
@media (max-width: 991px) {
  .culture-box3 .container .box .box2 {
    width: calc(50% - 0.3rem);
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .culture-box3 .container .box .box2 {
    width: 100%;
  }
}
.culture-box3 .container .box .box2:nth-child(4n) {
  margin-right: 0;
}
.culture-box3 .container .box .box2 .box2a {
  background-color: #0068b7;
  color: #Fff;
  text-align: center;
  line-height: 0.64rem;
}
.culture-box3 .container .box .box2 .box2b {
  padding: 0.4rem 0.3rem 0.4rem 0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.culture-box3 .container .box .box2 .box2b .box2c {
  width: 100%;
  display: flex;
  margin-top: 0.2rem;
}
.culture-box3 .container .box .box2 .box2b .box2c:nth-child(1) {
  margin-top: 0;
}
.culture-box3 .container .box .box2 .box2b .box2c .cn1 {
  width: 0.3rem;
  height: 0.3rem;
  background-color: #0068b7;
  border-radius: 50%;
  line-height: 0.3rem;
  text-align: center;
  margin-right: 0.2rem;
  flex-shrink: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .culture-box3 .container .box .box2 .box2b .box2c .cn1 {
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }
}
.culture-box3 .container .box .box2 .box2b .box2c .cn2 {
  width: 100%;
  display: block;
}
.culture-box3 .container .box .box2 .box2b .box2c .cn2 .cn3 {
  line-height: 0.3rem;
  color: #000000;
  display: block;
}
@media (max-width: 991px) {
  .culture-box3 .container .box .box2 .box2b .box2c .cn2 .cn3 {
    line-height: 0.4rem;
  }
}
.culture-box3 .container .box .box2 .box2b .box2c .cn2 .cn4 {
  margin-top: 0.1rem;
  display: block;
  color: #666666;
  line-height: 1.5em;
}
.work-box1 {
  padding: 1.6rem 0;
}
@media (max-width: 991px) {
  .work-box1 {
    padding: 1.2rem 0;
  }
}
.work-box1 .container .box1 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}
@media (max-width: 991px) {
  .work-box1 .container .box1 {
    margin-top: 0.8rem;
  }
}
.work-box1 .container .box1:nth-child(1) {
  margin-top: 0;
}
.work-box1 .container .box1:nth-child(even) {
  flex-direction: row-reverse;
}
.work-box1 .container .box1:nth-child(even) .box2 {
  padding-right: 1.1rem;
  padding-left: 0;
}
@media (max-width: 991px) {
  .work-box1 .container .box1:nth-child(even) .box2 {
    padding-right: 0;
  }
}
.work-box1 .container .box1 .img {
  border-radius: 0.3rem;
  width: 62.5%;
}
@media (max-width: 991px) {
  .work-box1 .container .box1 .img {
    width: 100%;
  }
}
.work-box1 .container .box1 .img::before {
  padding-top: 57.8%;
}
.work-box1 .container .box1 .img:hover img {
  transform: scale(1.05);
}
.work-box1 .container .box1 .box2 {
  padding-left: 1.1rem;
  width: 37.5%;
}
@media (max-width: 991px) {
  .work-box1 .container .box1 .box2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.6rem;
  }
}
.work-box1 .container .box1 .box2 .cn1 {
  line-height: 1.25em;
  color: #333333;
}
.work-box1 .container .box1 .box2 .cn2 {
  margin-top: 0.45rem;
  line-height: 1.6em;
  color: #666666;
}
.work-box2 {
  position: relative;
  overflow: hidden;
  padding: 1.6rem 0 0.8rem;
  background-image: linear-gradient(to bottom, #b7d2e7 0%, #fff 30%, #ffffff);
}
.work-box3 {
  padding: 0.8rem 0 1.6rem;
  background-image: linear-gradient(to bottom, #ffffff, #b7d2e7);
}
.work-box3 .publc-join-info {
  margin-top: 0.6rem;
}
.work-box3 .compublic-title.center .comcn2 {
  margin: 0.25rem auto 0 !important;
}
@media (max-width: 991px) {
  .work-box3 .compublic-title {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 991px) {
  .work-box3 .compublic-title .comcn2 {
    margin: 0.25rem auto 0 !important;
  }
}
.work-box3 .public-btn2 {
  margin-top: 0.6rem;
  justify-content: center;
}
.work-box3 .work-box3a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.work-box3 .work-box3a .navbannerswiper {
  width: auto;
}
.public-qrcode {
  margin-top: 1.6rem;
}
.public-qrcode .pcn20 {
  color: #999999;
  text-align: center;
  line-height: 1.625em;
}
.public-qrcode .pcn21 {
  margin-top: 0.3rem;
  text-align: center;
  color: #333333;
  line-height: 1.45454545em;
}
.public-qrcode .pcn22 {
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.public-qrcode .pcn22 .pcn23 {
  margin: 0.05rem;
  width: 1.1rem;
}
@media (max-width: 991px) {
  .public-qrcode .pcn22 .pcn23 {
    width: 1.6rem;
  }
}
.feedback-box1 {
  background-image: linear-gradient(to bottom, #fff, #c0ddf4);
  padding: 1.6rem 0;
}
@media (max-width: 991px) {
  .feedback-box1 {
    padding: 1.2rem 0;
  }
}
.feedback-box1 .container .cn1 {
  text-align: center;
  color: #333333;
  line-height: 1.6em;
}
.feedback-box1 .container .cn2 {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.feedback-box1 .container .cn2 .cn3 {
  width: 49.625%;
  border-radius: 0.3rem;
}
@media (max-width: 991px) {
  .feedback-box1 .container .cn2 .cn3 {
    width: 100%;
  }
}
.feedback-box1 .container .cn2 .cn3::before {
  padding-top: 61.08312343%;
}
.feedback-box1 .container .cn2 .cn4 {
  width: 47.5%;
}
@media (max-width: 991px) {
  .feedback-box1 .container .cn2 .cn4 {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.feedback-box1 .container .cn2 .cn4 .cn5 {
  display: flex;
  padding: 0.2rem;
  background-color: #d8e9f6;
  border-radius: 0.3rem;
  margin-top: 2px;
  transition: all 0.5s;
}
.feedback-box1 .container .cn2 .cn4 .cn5 .cn6 {
  flex-shrink: 0;
  width: 0.36rem;
  height: 0.36rem;
  background-color: #0068b7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #Fff;
  border-radius: 50%;
  margin-right: 0.2rem;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .feedback-box1 .container .cn2 .cn4 .cn5 .cn6 {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.feedback-box1 .container .cn2 .cn4 .cn5 .cn7 {
  flex-shrink: 0;
  line-height: 0.36rem;
  color: #333333;
  margin-right: 0.2rem;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .feedback-box1 .container .cn2 .cn4 .cn5 .cn7 {
    line-height: 0.5rem;
  }
}
.feedback-box1 .container .cn2 .cn4 .cn5 .cn8 {
  line-height: 0.36rem;
  color: #666666;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .feedback-box1 .container .cn2 .cn4 .cn5 .cn8 {
    line-height: 0.5rem;
  }
}
.feedback-box1 .container .cn2 .cn4 .cn5:hover {
  background-color: #0068b7;
}
.feedback-box1 .container .cn2 .cn4 .cn5:hover .cn6 {
  background-color: #Fff;
  color: #0068b7;
}
.feedback-box1 .container .cn2 .cn4 .cn5:hover .cn7 {
  color: #Fff;
}
.feedback-box1 .container .cn2 .cn4 .cn5:hover .cn8 {
  color: #fff;
}
.feedback-box1 .container .cn9 {
  position: relative;
  margin-top: 0.75rem;
  color: #333;
  line-height: 1.5em;
  background-image: linear-gradient(to bottom, #333, rgba(51, 51, 51, 0.5));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.feedback-box1 .container .cn9 span {
  color: #333;
}
.feedback-box1 .container .cn9 span.on {
  color: #0068b7;
}
.feedback-box1 .container .cn9 em {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
  opacity: 0.5;
}
.feedback-box2 {
  background-color: #Fff;
  padding: 1.6rem 0;
}
@media (max-width: 991px) {
  .feedback-box2 {
    padding: 1.2rem 0;
  }
}
.feedback-box2 .container .box {
  display: flex;
  margin-top: 0.3rem;
  justify-content: center;
  flex-wrap: wrap;
}
.feedback-box2 .container .box .box2 {
  flex-wrap: wrap;
  margin: 0.3rem 0.8rem 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .feedback-box2 .container .box .box2 {
    width: 100%;
    margin: 0.3rem;
  }
}
.feedback-box2 .container .box .box2 .cn1 {
  width: 0.5rem;
  background-color: #0068b7;
  border-radius: 50%;
  margin-right: 0.15rem;
}
@media (max-width: 991px) {
  .feedback-box2 .container .box .box2 .cn1 {
    width: 0.7rem;
  }
}
.feedback-box2 .container .box .box2 .cn2 .cn3 {
  color: #333333;
  display: block;
  line-height: 1.625em;
}
.feedback-box2 .container .box .box2 .cn2 .cn4 {
  line-height: 1.5em;
  display: block;
  color: #0068b7;
}
.feedback-box2 .container .box .box2 .cn2 .cn40 {
  margin-top: 0.05rem;
  display: block;
  border: 1px solid #ddd;
  background-color: #Fff;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .feedback-box2 .container .box .box2 .cn2 .cn40 {
    width: 2rem;
    height: 2rem;
  }
}
.feedback-box2 .container .box .box2 .cn2 .cn40 img {
  width: 90%;
  height: 90%;
  object-fit: cover;
}
.company-box1 {
  padding: 1.6rem 0 0;
}
@media (max-width: 991px) {
  .company-box1 {
    padding: 1.2rem 0 0;
  }
}
.company-box1 .container .box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company-box1 .container .box1 .compublic-title {
  width: 50%;
}
@media (max-width: 767px) {
  .company-box1 .container .box1 .compublic-title {
    width: 100%;
  }
}
.company-box1 .container .box1 .cn1 {
  width: 50%;
  color: #333;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .company-box1 .container .box1 .cn1 {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.company-box1 .container .box2 {
  margin-top: 0.77rem;
  border-radius: 0.3rem;
}
.company-box1 .container .box2::before {
  padding-top: 45%;
}
@media (max-width: 991px) {
  .company-box1 .container .box2 .pc-img {
    display: none;
  }
}
.company-box1 .container .box2 .mb-img {
  display: none;
}
@media (max-width: 991px) {
  .company-box1 .container .box2 .mb-img {
    display: block;
  }
}
.company-box1 .container .box2 video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .company-box1 .container .box2 video {
    display: none;
  }
}
.company-box2 {
  padding: 1.4rem 0 1.6rem;
  position: relative;
  background-image: linear-gradient(to bottom, #Fff, #dfecf6);
}
.company-box2 .container .box1 {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.company-box2 .container .box1 .compublic-title {
  width: 50%;
}
@media (max-width: 767px) {
  .company-box2 .container .box1 .compublic-title {
    width: 100%;
  }
}
.company-box2 .container .box1 .public-btn2 {
  flex-shrink: 0;
}
.company-box2 .container .companybox2 {
  position: relative;
  overflow: hidden;
}
.company-box2 .container .companybox2 .swiper-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-box2 .container .companybox2 .swiper-slide {
  margin-top: 0.6rem;
  width: 48.125%;
}
@media (max-width: 767px) {
  .company-box2 .container .companybox2 .swiper-slide {
    width: 100%;
  }
}
.company-box2 .container .companybox2 .swiper-slide .img {
  border-radius: 0.3rem;
}
.company-box2 .container .companybox2 .swiper-slide .img::before {
  padding-top: 75.06493506%;
}
.company-box2 .container .companybox2 .swiper-slide .img:hover img {
  transform: scale(1.05);
}
.company-box3 {
  padding: 1.6rem 0;
  background-image: linear-gradient(to bottom, #d4e5f1, #Fff);
}
.company-box3.dangaboutbox3 {
  padding: 0;
  background-image: initial;
}
.company-box3.dangaboutbox3 .container {
  width: 100%;
}
.company-box3.dangaboutbox3 .container .box2 {
  margin-top: 1.2rem;
}
.company-box3.dangaboutbox3 .container .box2:nth-child(1) {
  margin-top: 0.6rem;
}
.company-box3.dangaboutbox3 .container .box2:nth-child(even) {
  flex-direction: row-reverse;
}
.company-box3.dangaboutbox3 .container .box2:nth-child(even) .box4 {
  padding: 0 0.6rem;
}
@media (max-width: 991px) {
  .company-box3.dangaboutbox3 .container .box2:nth-child(even) .box4 {
    padding: 0.6rem;
    margin-top: 0;
  }
}
.company-box3.dangaboutbox3 .container .box2 .box3 .img::before {
  padding-top: 45%;
}
.company-box3.dangaboutbox3 .container .box2 .box4 {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border-radius: 0.3rem;
  padding: 0 0.6rem;
}
@media (max-width: 991px) {
  .company-box3.dangaboutbox3 .container .box2 .box4 {
    padding: 0.6rem;
    margin-top: 0;
  }
}
.company-box3.dangaboutbox3 .container .box2 .box4 .cn20 {
  color: #333;
  line-height: 1.25em;
  margin-bottom: 0.25rem;
  transition: all 0.5s;
}
.company-box3.dangaboutbox3 .container .box2 .box4 .cn21 {
  width: 0.3rem;
  height: 0.03rem;
  background-color: #333;
  margin-bottom: 0.3rem;
  transition: all 0.5s;
}
.company-box3.dangaboutbox3 .container .box2 .box4 .cn2 {
  color: #333;
  line-height: 1.5em;
  padding-left: 0;
  transition: all 0.5s;
}
.company-box3.dangaboutbox3 .container .box2 .box4 .cn2::before {
  display: none;
}
.company-box3.dangaboutbox3 .container .box2:hover .box4 {
  background-color: #ea0021;
}
.company-box3.dangaboutbox3 .container .box2:hover .box4 .cn20 {
  color: #Fff;
}
.company-box3.dangaboutbox3 .container .box2:hover .box4 .cn21 {
  background-color: #fff;
}
.company-box3.dangaboutbox3 .container .box2:hover .box4 .cn2 {
  color: #fff;
}
.company-box3 .container .box2 {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company-box3 .container .box2 .box3 {
  width: 61.25%;
}
@media (max-width: 991px) {
  .company-box3 .container .box2 .box3 {
    width: 100%;
  }
}
.company-box3 .container .box2 .box3 .img {
  box-shadow: 0px 0px 32px 0px rgba(0, 104, 183, 0.13);
  border-radius: 0.3rem;
  border: solid 0.16rem rgba(255, 255, 255, 0.27);
}
.company-box3 .container .box2 .box3 .img img {
  border-radius: 0.1rem;
}
.company-box3 .container .box2 .box3 .img::before {
  padding-top: 59.375%;
}
.company-box3 .container .box2 .box3 .img:hover img {
  transform: scale(1.05);
}
.company-box3 .container .box2 .box3 .cn1 {
  margin-top: 0.17rem;
  color: #999;
  line-height: 1.625em;
}
.company-box3 .container .box2 .box4 {
  width: 38.75%;
  padding-left: 1.25rem;
}
@media (max-width: 991px) {
  .company-box3 .container .box2 .box4 {
    width: 100%;
    padding-left: 0;
    margin-top: 0.5rem;
  }
}
.company-box3 .container .box2 .box4 .cn2 {
  position: relative;
  padding-left: 0.3rem;
  color: #333333;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .company-box3 .container .box2 .box4 .cn2 {
    line-height: 0.4rem;
  }
}
.company-box3 .container .box2 .box4 .cn2::before {
  content: "";
  position: absolute;
  background-image: url(../images/zimg105.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 0.1rem;
  height: 0.1rem;
  top: 0.1rem;
  left: 0;
}
@media (max-width: 991px) {
  .company-box3 .container .box2 .box4 .cn2::before {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.contact-box1 {
  padding: 1.6rem 0;
  position: relative;
  background-image: linear-gradient(to bottom, #Fff, #e0eefa);
}
@media (max-width: 991px) {
  .contact-box1 {
    padding: 1.2rem 0;
  }
}
.contact-box1 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-box1 .container .left {
  width: 27.25%;
}
@media (max-width: 991px) {
  .contact-box1 .container .left {
    width: 100%;
  }
}
.contact-box1 .container .left .box {
  margin-top: 0.6rem;
}
.contact-box1 .container .left .box .box2 {
  border-top: 1px solid #e5e5e5;
  display: flex;
  padding: 0.3rem 0;
}
.contact-box1 .container .left .box .box2:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.contact-box1 .container .left .box .box2 .cn1 {
  margin-right: 0.15rem;
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #0068b7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .contact-box1 .container .left .box .box2 .cn1 {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.contact-box1 .container .left .box .box2 .cn1 img {
  width: 50%;
  height: 50%;
  object-fit: cover;
}
.contact-box1 .container .left .box .box2 .cn2 .cn3 {
  display: block;
  color: #333333;
}
.contact-box1 .container .left .box .box2 .cn2 .cn4 {
  display: block;
  color: #0068b7;
}
.contact-box1 .container .right {
  padding-top: 1.3rem;
  width: 62.5%;
}
@media (max-width: 991px) {
  .contact-box1 .container .right {
    width: 100%;
  }
}
.contact-box1 .container .right .img::before {
  padding-top: 57.8%;
}
.contact-box2 {
  padding: 1.2rem 0 1.6rem;
}
@media (max-width: 991px) {
  .contact-box2 {
    padding: 1.2rem 0;
  }
}
.contact-box2 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-box2 .container .box {
  margin-top: 0.4rem;
  width: 48.75%;
  background-color: #eff3f6;
  border-radius: 0.3rem;
  border: 1px solid #c0ddf4;
  padding: 0.75rem 0.6rem;
}
@media (max-width: 991px) {
  .contact-box2 .container .box {
    width: 100%;
  }
}
.contact-box2 .container .box .cn1 {
  color: #333333;
  line-height: 1.27777778em;
  margin-bottom: 0.2rem;
}
.contact-box2 .container .box .cn2 {
  line-height: 1.5em;
  color: #333333;
}
.contact-box2 .container .box .cn2 span {
  color: #0068b7;
  word-wrap: break-word;
}
.contact-box2 .container .box .cn10 img {
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
  width: 1.1rem;
  height: 1.1rem;
}
.contact-box3 {
  padding: 1.6rem 0 0.8rem;
  background-image: linear-gradient(to bottom, #d4e5f1, #Fff);
}
@media (max-width: 991px) {
  .contact-box3 {
    padding: 1.2rem 0 0.6rem;
  }
}
.contact-box3 .container .box {
  margin-top: 0.7rem;
  background-color: #Fff;
  border: 1px solid #eee;
  border-radius: 0.3rem;
  padding: 0.6rem;
}
@media (max-width: 991px) {
  .contact-box3 .container .box {
    padding: 0.6rem 0.3rem;
  }
}
.contact-box3 .container .box .box2 {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .contact-box3 .container .box .box2:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.contact-box3 .container .box .box2:hover .cn2 {
  color: #0068b7;
}
.contact-box3 .container .box .box2:hover .cn3 {
  color: #0068b7;
}
.contact-box3 .container .box .box2:hover .cn4 {
  color: #0068b7;
}
.contact-box3 .container .box .box2:hover .cn5 {
  color: #0068b7;
}
@media (max-width: 991px) {
  .contact-box3 .container .box .box2 {
    margin-top: 0.6rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
  }
}
.contact-box3 .container .box .box2 .img {
  flex-shrink: 0;
  border-radius: 0.12rem;
  width: 10.81081081%;
  margin-right: 5.40540541%;
}
@media (max-width: 991px) {
  .contact-box3 .container .box .box2 .img {
    margin-bottom: 0.2rem;
    width: 100%;
  }
}
.contact-box3 .container .box .box2 .img::before {
  padding-top: 58.125%;
}
.contact-box3 .container .box .box2 .cn2 {
  width: 22.2972973%;
  margin-right: 4.05405405%;
  color: #333333;
  transition: all 0.5s;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .contact-box3 .container .box .box2 .cn2 {
    font-size: 0.4rem;
    width: 100%;
    margin-bottom: 0.2rem;
    margin-right: 0;
  }
}
.contact-box3 .container .box .box2 .cn3 {
  transition: all 0.5s;
  width: 9.45945946%;
  margin-right: 12.5%;
  line-height: 1.5em;
  color: #333333;
  display: flex;
  align-items: center;
}
.contact-box3 .container .box .box2 .cn3 span {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #0068b7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.15rem;
  flex-shrink: 0;
  display: none;
}
@media (max-width: 991px) {
  .contact-box3 .container .box .box2 .cn3 span {
    display: flex;
  }
}
.contact-box3 .container .box .box2 .cn3 span img {
  width: 50%;
  height: 50%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .contact-box3 .container .box .box2 .cn3 {
    width: 100%;
    margin-right: 0;
    color: #999;
  }
}
.contact-box3 .container .box .box2 .cn4 {
  transition: all 0.5s;
  width: 14.18918919%;
  margin-right: 12.5%;
  line-height: 1.5em;
  color: #333333;
  display: flex;
  align-items: center;
}
.contact-box3 .container .box .box2 .cn4 span {
  display: none;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #0068b7;
  border-radius: 50%;
  align-content: center;
  justify-content: center;
  margin-right: 0.15rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .contact-box3 .container .box .box2 .cn4 span {
    display: flex;
  }
}
.contact-box3 .container .box .box2 .cn4 span img {
  width: 60%;
}
@media (max-width: 991px) {
  .contact-box3 .container .box .box2 .cn4 {
    margin-top: 0.2rem;
    width: 100%;
    margin-right: 0;
    color: #999;
  }
}
.contact-box3 .container .box .box2 .cn5 {
  transition: all 0.5s;
  width: 8.78378378%;
  line-height: 1.5em;
  color: #333333;
  display: flex;
  align-items: center;
}
.contact-box3 .container .box .box2 .cn5 span {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #0068b7;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-right: 0.15rem;
  flex-shrink: 0;
  display: none;
}
@media (max-width: 991px) {
  .contact-box3 .container .box .box2 .cn5 span {
    display: flex;
  }
}
.contact-box3 .container .box .box2 .cn5 span img {
  width: 60%;
}
@media (max-width: 991px) {
  .contact-box3 .container .box .box2 .cn5 {
    margin-top: 0.2rem;
    width: 100%;
    margin-right: 0;
    color: #999;
  }
}
.contact-box3 .container .box .box2:nth-child(1) {
  margin-top: 0;
}
.contact-box4 {
  padding: 0.8rem 0 1.6rem;
}
.contact-box4 .container {
  display: flex;
  flex-wrap: wrap;
}
.contact-box4 .container .left {
  width: 41.875%;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .contact-box4 .container .left {
    width: 100%;
    padding-right: 0;
  }
}
.contact-box4 .container .left .cn1 {
  margin-top: 0.3rem;
  display: flex;
  color: #666;
  align-items: center;
}
.contact-box4 .container .left .cn1 svg {
  width: 0.2rem;
  height: auto;
  margin-right: 0.1rem;
}
@media (max-width: 991px) {
  .contact-box4 .container .left .cn1 svg {
    width: 0.4rem;
  }
}
.contact-box4 .container .left .cn1 svg path {
  fill: #666;
  opacity: 1;
  stroke: none;
}
.contact-box4 .container .right {
  width: 58.125%;
}
@media (max-width: 991px) {
  .contact-box4 .container .right {
    margin-top: 0.6rem;
    width: 100%;
  }
}
.contact-box4 .container .right .layui-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-box4 .container .right .layui-form .rightbox {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .contact-box4 .container .right .layui-form .rightbox {
    width: 100%;
  }
}
.contact-box4 .container .right .layui-form .rightbox.rightbox2 {
  width: 100%;
}
.contact-box4 .container .right .layui-form .rightbox .cn2 {
  width: 1.12rem;
  display: flex;
  padding-right: 0.2rem;
  color: #333;
}
@media (max-width: 1580px) {
  .contact-box4 .container .right .layui-form .rightbox .cn2 {
    width: 1.5rem;
  }
}
.contact-box4 .container .right .layui-form .rightbox .cn2 span {
  padding: 0.15rem 0;
}
.contact-box4 .container .right .layui-form .rightbox .cn2 .cn4 {
  flex-shrink: 0;
  color: red;
}
.contact-box4 .container .right .layui-form .rightbox .cn3 {
  width: calc(100% - 1.12rem);
}
@media (max-width: 1580px) {
  .contact-box4 .container .right .layui-form .rightbox .cn3 {
    width: calc(100% - 1.5rem);
  }
}
.contact-box4 .container .right .layui-form .rightbox .cn3 input {
  width: 100%;
  border: 1px solid #666;
  border-radius: 0.1rem;
  padding: 0.15rem 0.2rem;
  color: #666;
  height: auto;
  line-height: 1.3;
}
.contact-box4 .container .right .layui-form .rightbox .cn3 input::placeholder {
  color: #666;
}
.contact-box4 .container .right .layui-form .rightbox .cn3 textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 0.1rem;
  padding: 0.15rem 0.2rem;
  color: #666;
}
.contact-box4 .container .right .layui-form .rightbox .cn3 textarea::placeholder {
  color: #666;
}
.contact-box4 .container .right .layui-form button {
  width: 2.33rem;
  margin: 0.2rem auto 0;
  background-color: #0068b7;
  text-align: center;
  color: #fff;
  border-radius: 1rem;
  line-height: 0.5rem;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .contact-box4 .container .right .layui-form button {
    line-height: 0.76rem;
  }
}
.contact-box4 .container .right .layui-form button:hover {
  opacity: 0.8;
}
.layui-input:hover,
.layui-textarea:hover {
  border-color: #666 !important;
}
.layui-form-select dl dd.layui-this {
  background-color: #0068b7;
  color: #Fff;
}
.layui-form-select dl {
  top: 100%;
}
.respon-box1 .container .box {
  display: flex;
  margin-top: 1.6rem;
  flex-wrap: wrap;
}
.respon-box1 .container .box:nth-child(odd) {
  flex-direction: row-reverse;
}
.respon-box1 .container .box:nth-child(odd) .left .wenzi1 {
  left: initial;
  right: 1rem;
}
.respon-box1 .container .box:nth-child(odd) .left .box2 {
  padding: 0 0.6rem 0 25%;
}
@media (max-width: 991px) {
  .respon-box1 .container .box:nth-child(odd) .left .box2 {
    padding: 0.5rem 0;
  }
}
.respon-box1 .container .box:nth-child(odd) .left .cn10 {
  left: initial;
  right: 0.3rem;
}
@media (max-width: 991px) {
  .respon-box1 .container .box:nth-child(odd) .left .cn10 {
    left: 50%;
    right: initial;
  }
}
.respon-box1 .container .box:nth-child(odd) .right .companylistswiper {
  left: 0;
}
.respon-box1 .container .box:nth-child(odd) .right .img {
  left: 0;
}
.respon-box1 .container .box .left {
  overflow: initial;
  width: 61.4375%;
  border-radius: 0.32rem;
  box-shadow: 0px 0px 32px 0px rgba(0, 104, 183, 0.13);
  background-image: linear-gradient(to bottom, #bad4e8, #eff3f6);
  transition: all 0.5s;
  overflow: hidden;
}
@media (max-width: 991px) {
  .respon-box1 .container .box .left {
    transform: translateX(0) !important;
    width: 100%;
    box-shadow: initial;
    background-image: inherit;
    background-color: transparent;
  }
}
.respon-box1 .container .box .left::before {
  padding-top: 61.25%;
}
@media (max-width: 991px) {
  .respon-box1 .container .box .left::before {
    display: none;
  }
}
.respon-box1 .container .box .left .box2 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 24% 0 0.6rem;
  z-index: 13;
}
@media (max-width: 991px) {
  .respon-box1 .container .box .left .box2 {
    position: relative;
    top: 0;
    transform: translateY(0);
    padding: 0.5rem 0;
  }
}
.respon-box1 .container .box .left .box2 .cn1 {
  position: relative;
  color: #0068b7;
  line-height: 1.27777778em;
  transition: all 0.5s;
  z-index: 5;
}
@media (max-width: 991px) {
  .respon-box1 .container .box .left .box2 .cn1 {
    text-align: center;
    font-size: 0.46rem;
  }
}
.respon-box1 .container .box .left .box2 .cn2 {
  position: relative;
  margin-top: 0.25rem;
  color: #666666;
  z-index: 5;
  line-height: 1.6em;
  transition: all 0.5s;
  -webkit-line-clamp: none;
  max-height: 19.2em;
  overflow: auto;
}
@media (max-width: 991px) {
  .respon-box1 .container .box .left .box2 .cn2 {
    text-align: center;
    -webkit-line-clamp: none;
    font-size: 0.26rem;
  }
}
.respon-box1 .container .box .left .box2 .cn15 {
  margin-top: 0.55rem;
}
@media (max-width: 991px) {
  .respon-box1 .container .box .left .box2 .cn15 {
    justify-content: center;
    margin: 0.4rem auto 0;
  }
}
.respon-box1 .container .box .left .cn10 {
  line-height: 0.75em;
  position: absolute;
  left: 0.6rem;
  top: 0.6rem;
  font-size: 1.5rem;
  z-index: 10;
  background: transparent -webkit-linear-gradient(top, #b9d2e7, #ccdfed) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 100% 100%;
  color: transparent;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .respon-box1 .container .box .left .cn10 {
    left: 50% !important;
    transform: translateX(-50%);
    display: none;
  }
}
.respon-box1 .container .box .right {
  z-index: 2;
  position: relative;
  width: 38.5%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .respon-box1 .container .box .right {
    transform: translateX(0) !important;
    width: 100%;
  }
}
.respon-box1 .container .box .right .companylistswiper {
  right: 0;
  width: 129.87012987%;
  position: absolute;
  border-radius: 0.3rem;
  box-shadow: 0px 0px 32px 0px rgba(0, 104, 183, 0.13);
}
@media (max-width: 991px) {
  .respon-box1 .container .box .right .companylistswiper {
    position: relative;
  }
}
.respon-box1 .container .box .right .companylistswiper::before {
  padding-top: 61.03763988%;
}
.respon-box1 .container .box .right .companylistswiper .swiper-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
.respon-box1 .container .box .right .companylistswiper .swiper-wrapper .img {
  width: 100%;
  box-shadow: initial;
}
.respon-box1 .container .box .right .img {
  overflow: initial;
  border-radius: 0.3rem;
  box-shadow: 0px 0px 32px 0px rgba(0, 104, 183, 0.13);
  width: 129.87012987%;
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  .respon-box1 .container .box .right .img {
    position: relative;
    width: 100%;
    top: 0;
  }
}
.respon-box1 .container .box .right .img img {
  border-radius: 0.3rem;
}
.respon-box1 .container .box .right .img::before {
  padding-top: 61.03763988%;
}
@media (min-width: 992px) {
  .respon-box1 .container .box:hover .left {
    box-shadow: 0px 0px 32px 0px rgba(0, 104, 183, 0.3);
  }
}
.history-box1 {
  padding: 1.4rem 0 1.6rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #Fff 0%, #fff 70%, #c0daed 100%);
}
.history-box1 .history-box3 {
  margin-top: 1.2rem;
  position: relative;
}
@media (max-width: 991px) {
  .history-box1 .history-box3 {
    margin-top: 0.6rem;
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 991px) {
  .history-box1 .history-box3 .swiper-button-prev {
    top: initial;
    bottom: 0;
    transform: translateX(-50%);
    left: calc(50% - 0.8rem);
  }
}
@media (max-width: 991px) {
  .history-box1 .history-box3 .swiper-button-next {
    top: initial;
    transform: translateX(-50%);
    bottom: 0;
    left: calc(50% + 0.8rem);
  }
}
.historyswiper1 {
  position: relative;
}
.historyswiper1 .swiper-wrapper {
  transition: all 0.5s !important;
}
.historyswiper1 .swiper-slide {
  position: relative;
  padding: 0.3rem 0.4rem;
  width: auto;
  cursor: pointer;
  transition: all 0.5s;
}
.historyswiper1 .swiper-slide:nth-child(1) {
  margin: 0  0 0 auto;
}
.historyswiper1 .swiper-slide:last-child {
  margin: 0 auto 0 0;
}
.historyswiper1 .swiper-slide.swiper-slide-thumb-active {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #dae9f5, rgba(255, 255, 255, 0));
}
.historyswiper1 .swiper-slide.swiper-slide-thumb-active .topbox .cn1 {
  font-weight: bold;
  color: #0068b7;
}
.historyswiper1 .swiper-slide:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #dae9f5, rgba(255, 255, 255, 0));
}
.historyswiper1 .swiper-slide:hover .topbox .cn1 {
  font-weight: bold;
  color: #0068b7;
}
.historyswiper1 .swiper-slide.on {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #dae9f5, rgba(255, 255, 255, 0));
}
.historyswiper1 .swiper-slide.on .topbox .cn1 {
  font-weight: bold;
  color: #0068b7;
}
.historyswiper1 .swiper-slide .dian {
  z-index: 2;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0068b7;
  margin-top: -3px;
  left: calc(-0.23rem - 3px);
}
.historyswiper1 .swiper-slide .topbox {
  position: relative;
}
.historyswiper1 .swiper-slide .topbox .cn1 {
  transition: all 0.5s;
  color: #333333;
  line-height: 1.55555556em;
}
.historyswiper1 .swiper-slide .topbox .cn2 {
  color: #666666;
  line-height: 1.625em;
  margin-top: 0.05rem;
  padding-bottom: 0.15rem;
}
.historyswiper1 .swiper-slide .yearbox {
  display: flex;
  position: relative;
}
.historyswiper1 .swiper-slide .yearbox::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: calc(100% + 0.46rem);
  height: 1px;
  background-color: #0068b7;
}
.historyswiper1 .swiper-slide .yearbox .cn3 {
  margin-top: 0.35rem;
  line-height: 1.5em;
  border-radius: 0.3rem;
  transition: all 0.5s;
  padding: 0 0.1rem;
  margin-right: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .historyswiper1 .swiper-slide .yearbox .cn3 {
    margin-top: 0.2rem;
    margin-right: 0rem;
    padding: 0 0.2rem;
    line-height: 2em;
  }
}
.historyswiper1 .swiper-slide .yearbox .cn3.on {
  background-color: #0068b7;
  color: #Fff;
}
.historyswiper1 .swiper-slide .yearbox .cn3:hover {
  background-color: #0068b7;
  color: #Fff;
}
.historyswiper1 .swiper-slide .yearbox .cn3:last-child {
  margin-right: 0;
}
.historyswiper1 .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  top: 0;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #b9d3e8, rgba(255, 255, 255, 0));
}
.historyswiper1 .swiper-slide:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  top: 0;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #b9d3e8, rgba(255, 255, 255, 0));
}
.historyswiper2 {
  position: relative;
  overflow: hidden;
}
.historyswiper2 .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.historyswiper2 .swiper-slide .left {
  width: 37.8125%;
  margin-right: 2.5%;
  padding-right: 1rem;
  position: relative;
  height: 6rem;
  overflow: auto;
}
@media (max-width: 991px) {
  .historyswiper2 .swiper-slide .left {
    height: auto;
    overflow: initial;
  }
}
.historyswiper2 .swiper-slide .left::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 1px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.historyswiper2 .swiper-slide .left::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 1px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #0068b7;
}
.historyswiper2 .swiper-slide .left::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  background: #ededed;
}
.historyswiper2 .swiper-slide .left .leftbox {
  position: relative;
  padding-left: 0.8rem;
}
.historyswiper2 .swiper-slide .left .leftbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 0.4rem;
  height: 1px;
  background-color: #dcdcdc;
}
.historyswiper2 .swiper-slide .left .leftbox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 1px;
  height: 100%;
  background-color: #dcdcdc;
}
@media (max-width: 991px) {
  .historyswiper2 .swiper-slide .left {
    width: 100%;
    padding-right: 0;
  }
}
.historyswiper2 .swiper-slide .left .cn1 {
  color: #333333;
  line-height: 0.5rem;
}
.historyswiper2 .swiper-slide .left .cn2 {
  margin-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.historyswiper2 .swiper-slide .left .cn2 .cn3 {
  margin-top: 0.15rem;
  color: #666666;
  line-height: 0.34rem;
  padding-left: 0.26rem;
  position: relative;
}
@media (max-width: 991px) {
  .historyswiper2 .swiper-slide .left .cn2 .cn3 {
    line-height: 0.4rem;
  }
}
.historyswiper2 .swiper-slide .left .cn2 .cn3::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  top: 0.14rem;
  background-color: #0068b7;
}
@media (max-width: 991px) {
  .historyswiper2 .swiper-slide .left .cn2 .cn3::before {
    width: 0.12rem;
    height: 0.12rem;
  }
}
.historyswiper2 .swiper-slide .left .cn2 .cn3:nth-child(1) {
  margin-top: 0.15rem;
}
.historyswiper2 .swiper-slide .right {
  width: 59.6875%;
}
@media (max-width: 991px) {
  .historyswiper2 .swiper-slide .right {
    width: 100%;
    margin-top: 1rem;
  }
}
.historyswiper2 .swiper-slide .right .rightswiper {
  width: 100%;
}
.historyswiper2 .swiper-slide .right .rightswiper .rightpage {
  padding-right: 1px;
  display: flex;
  justify-content: flex-end;
}
.historyswiper2 .swiper-slide .right .rightswiper .rightpage .swiper-button-prev,
.historyswiper2 .swiper-slide .right .rightswiper .rightpage .swiper-button-next {
  position: relative;
  top: 0;
  transform: initial;
  right: 0;
  left: 0;
  margin-top: 0.2rem;
}
.historyswiper2 .swiper-slide .right .rightswiper .rightpage .swiper-button-next {
  margin-left: 0.2rem;
}
.historyswiper2 .swiper-slide .right .img {
  width: 100%;
  border-radius: 0.3rem;
}
.historyswiper2 .swiper-slide .right .img::before {
  padding-top: 61.03763988%;
}
.earth_box {
  background-color: #eee;
  width: 100%;
}
.earth_box #earth {
  width: 10rem;
  height: 10rem;
}
.innovate-box1 {
  padding: 1.2rem 0 1.55rem;
}
.innovate-box1 .container .cn1 {
  text-align: center;
  color: #808080;
}
.innovate-box1 .container .cn1 span {
  color: #808080;
}
.innovate-box1 .container .cn1 span.font14 {
  line-height: 1em;
  vertical-align: text-top;
  transform: translateY(0.1rem);
  display: inline-block;
}
.innovate-box1 .container .cn1 span.font99 {
  line-height: 2em;
}
@media (max-width: 991px) {
  .innovate-box1 .container .cn1 span.font99 {
    display: none;
  }
}
.innovate-box1 .container .cn1 span br {
  line-height: 2em;
}
.innovate-box1 .container .cn1 span.on {
  color: #0068b7;
}
.innovate-box1 .container .box1 {
  display: flex;
  flex-wrap: wrap;
}
.innovate-box1 .container .box1 .cn2 {
  margin-top: 0.3rem;
  width: 6.25%;
  margin-right: 5.46875%;
}
@media (max-width: 991px) {
  .innovate-box1 .container .box1 .cn2 {
    width: 16%;
    margin-right: 5%;
  }
}
.innovate-box1 .container .box1 .cn2:nth-child(9n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .innovate-box1 .container .box1 .cn2:nth-child(9n) {
    margin-right: 5%;
  }
}
@media (max-width: 991px) {
  .innovate-box1 .container .box1 .cn2:nth-child(5n) {
    margin-right: 0;
  }
}
.innovate-box1 .container .box2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.innovate-box1 .container .box2 .box3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0.35rem;
  width: 31.875%;
  margin-right: 2.1875%;
  border-radius: 0.3rem;
  background-image: linear-gradient(0deg, #eff3f6 0%, #b5d1e7 100%);
}
@media (max-width: 991px) {
  .innovate-box1 .container .box2 .box3 {
    width: 100%;
    margin-right: 0;
  }
}
.innovate-box1 .container .box2 .box3:nth-child(3n) {
  margin-right: 0;
}
.innovate-box1 .container .box2 .box3 .box4 {
  padding: 1.25rem 0.3rem;
  text-align: center;
}
.innovate-box1 .container .box2 .box3 .box4 .cn3 {
  color: #000000;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.innovate-box1 .container .box2 .box3 .box4 .cn3 .cn4 {
  line-height: 1em;
}
.innovate-box1 .container .box2 .box3 .box4 .cn3 .cn5 {
  flex-shrink: 0;
  line-height: 1em;
}
.innovate-box1 .container .box2 .box3 .box4 .cn6 {
  margin-top: 0.2rem;
  color: #666666;
  line-height: 1.45454545em;
}
.innovate-box1 .container .box2 .box3 .box5 {
  width: 100%;
}
.innovate-box1 .container .box2 .box3 .box5 .cn7 {
  width: 100%;
}
.innovate-box1 .container .box2 .box3 .box5 .cn7::before {
  padding-top: 59.65665236%;
}
.innovate-box1 .container .cn8 {
  margin-top: 0.55rem;
  text-align: center;
  line-height: 1.875em;
}
.innovate-box1 .container .cn8 span {
  color: #0068b7;
}
.innovatswiper {
  position: relative;
  overflow: hidden;
  margin-top: 0.55rem;
}
@media (max-width: 991px) {
  .innovatswiper .swiper-button-prev {
    left: 5%;
  }
}
@media (max-width: 991px) {
  .innovatswiper .swiper-button-next {
    right: 5%;
  }
}
.innovateswiper {
  position: relative;
  overflow: hidden;
}
.innovateswiper .swiper-slide .img {
  border-radius: 0.3rem;
}
.innovateswiper .swiper-slide .img::before {
  padding-top: 37.5%;
}
@media (max-width: 991px) {
  .innovateswiper .swiper-slide .img::before {
    padding-top: 60%;
  }
}
.innovate-box2 {
  padding: 1.55rem 0 0.9rem;
  background-image: linear-gradient(to bottom, #d4e4f1, #Fff);
}
.innovate-box2 .container .cn1 {
  text-align: center;
  line-height: 2em;
  color: #000000;
}
.innovate-box3 {
  padding: 0.9rem 0 1.6rem;
  background-image: linear-gradient(to bottom, #Fff, #c2def4);
}
.innovate-box3 .container .cn1 {
  text-align: center;
  color: #000;
  line-height: 2em;
}
.innovate-box3 .container .img {
  width: 79.125%;
  margin: 0.4rem auto 1rem;
}
@media (max-width: 991px) {
  .innovate-box3 .container .img {
    width: 100%;
  }
}
.innovate-box3 .container .img::before {
  padding-top: 59.3206951%;
}
.innovate-box3 .container .img .tu2 {
  animation: fudong1 1s infinite ease-in;
}
.innovate-box3 .container .img .tu3 {
  animation: fudong2 2s infinite ease-in;
}
.innovate-box3 .container .img .tu4 {
  animation: fudong3 1.5s infinite ease-in;
}
.innovate-box3 .public-btn2 {
  margin-top: 0.8rem;
  justify-content: center;
}
.innovate-box3 .innovate3 {
  margin-top: 0.5rem;
  position: relative;
}
.innovate-box3 .innovate3 .cn100 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  height: 100%;
}
@media (max-width: 991px) {
  .innovate-box3 .innovate3 .cn100 {
    display: none;
  }
}
.innovate-box3 .innovate3 .cn100 img {
  height: 100%;
}
.innovate-box3 .innovate3 .cn101 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  height: 100%;
}
@media (max-width: 991px) {
  .innovate-box3 .innovate3 .cn101 {
    display: none;
  }
}
.innovate-box3 .innovate3 .cn101 img {
  height: 100%;
}
.innovate-box3 .innovate3 .box99 .cn99 {
  width: 1.9rem;
  height: 0.8rem;
  border-radius: 0.1rem;
  background-color: #fff;
  overflow: hidden;
  margin: 0.05rem;
  display: inline-block;
  text-align: center;
  align-content: center;
}
.innovate-box3 .innovate3 .box99 .cn99 img {
  max-width: 100% !important;
  max-height: 100%;
  object-fit: cover;
}
.innovate-box3 .innovate3 .box99 .str_move_clone {
  margin: 0 0.05rem;
}
@keyframes fudong1 {
  0% {
    transform: translateY(0.1rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.1rem);
  }
}
@keyframes fudong2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.1rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fudong3 {
  0% {
    transform: translateY(-0.1rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-0.1rem);
  }
}
@media (max-width: 991px) {
  .icon-wechat {
    display: none !important;
  }
}
.layui-input:hover,
.layui-textarea:hover {
  border-color: #ededed !important;
  box-shadow: initial !important;
}

