@charset "utf-8";
:root {
  --color: #154693;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "din";
  src: url("../font/DIN-Regular.otf") format("opentype");
}
.fontdin {
  font-family: 'din', '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: #154693;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.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: #154693;
}
.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: #154693;
}
#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: #154693;
}
#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: #154693;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 0.9rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  display: flex;
  align-items: center;
  height: 0.9rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 0.9rem;
  text-align: center;
  color: #373737;
  transition: 0.3s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
    height: 1.2rem;
    padding-right: 5%;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: initial;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-style2 {
  color: #333;
  background: #ffffff;
}
#c-header.c-style2 .c-logo::before {
  background-color: #f1f1f1;
}
#c-header.c-style2 a {
  color: #333;
}
#c-header.c-style2 .c-gn .ztop-language::before {
  background-color: #f1f1f1;
}
#c-header.c-style2 .c-gn .ztop-language .cn1 {
  transition: all 0.5s;
}
#c-header.c-style2 .c-gn .ztop-language .cn1 svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .ztop-language .cn1 span {
  transition: all 0.5s;
  color: #333;
}
/*顶部logo*/
#c-header .c-logo {
  width: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 0.9rem;
}
@media (max-width: 991px) {
  #c-header .c-logo {
    height: 1.2rem;
  }
}
#c-header .c-logo::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  width: 1rem;
  height: 0.41rem;
  object-fit: contain;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    width: 1rem;
    height: 0.41rem;
  }
}
#c-header .c-logo .c-img-box svg {
  width: 1rem;
  height: 0.41rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box svg {
    width: 1rem;
    height: 0.41rem;
  }
}
#c-header .c-logo .c-img-box svg path {
  fill: #fff;
  opacity: 1;
  stroke: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box svg path {
  fill: #154693;
  opacity: 1;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin: 0 0.33rem;
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin: 0 0.1rem;
  }
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box > a {
  display: flex;
  align-items: center;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 10px;
  height: 6px;
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #333;
  transition: all 0.3s;
}
#c-header .c-nav > li a:before {
  display: none;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background: #154693;
  transition: 0.3s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #333;
}
#c-header.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: #000000;
}
#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 {
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg path,
#c-header .c-nav li:hover > .c-title-box svg path {
  fill: #154693 !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  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.3s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #154693;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}

#c-header .c-nav2 li.mobile-language {
  padding: 0.35rem 0.5rem 0.45rem;
  line-height: 1.4;
}
#c-header .c-nav2 .mobile-language-title {
  color: #666;
  font-size: 0.28rem;
  margin-bottom: 0.24rem;
}
#c-header .c-nav2 .mobile-language-links {
  display: flex;
  gap: 0.2rem;
}
#c-header .c-nav2 .mobile-language-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 1.28rem;
  height: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 0.36rem;
  color: #333;
  font-size: 0.28rem;
  font-weight: 500;
}
#c-header .c-nav2 .mobile-language-links a.on {
  background: #154693;
  border-color: #154693;
  color: #fff;
}
/*顶部导航开关*/
#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.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  width: 2.7rem;
  display: flex;
  position: relative;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-gn {
    width: 1.2rem;
    margin-right: 0.3rem;
  }
}
#c-header .c-gn .ztop-language {
  display: flex;
  align-items: center;
  position: relative;
  width: 1.9rem;
  justify-content: center;
  line-height: 0.9rem;
  height: 0.9rem;
}
@media (max-width: 991px) {
  #c-header .c-gn .ztop-language {
    display: none;
  }
}
#c-header .c-gn .ztop-language::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
#c-header .c-gn .ztop-language .cn1 {
  width: 100%;
  height: 0.9rem;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 5;
  position: relative;
  transition: all 0.5s;
}
#c-header .c-gn .ztop-language .cn1 svg path {
  transition: all 0.5s;
  fill: #Fff;
  opacity: 1;
  stroke: none;
}
#c-header .c-gn .ztop-language .cn1 span {
  margin: 0 0.2rem 0 0.1rem;
}
#c-header .c-gn .ztop-language .cn2 {
  top: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0.12rem 0.15rem;
  background-color: #fff;
  line-height: 1.5em;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  display: none;
}
#c-header .c-gn .ztop-language .cn2 .cn3 {
  display: block;
  color: #999;
  text-align: center;
  line-height: 50px;
  height: auto;
  position: relative;
}
#c-header .c-gn .ztop-language .cn2 .cn3:last-child::before {
  display: none;
}
#c-header .c-gn .ztop-language .cn2 .cn3::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
#c-header .c-gn .ztop-language .cn2 .cn3.on {
  color: #154693;
}
#c-header .c-gn .ztop-language .cn2 .cn3:hover {
  color: #154693;
}
#c-header .c-gn .ztop-language:hover .cn1 {
  color: #333333;
}
#c-header .c-gn .ztop-language:hover .cn1 svg path {
  fill: #333333;
}
#c-header .c-gn .ztopsearch {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #154693;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-gn .ztopsearch {
    width: 1.2rem;
    height: 1.2rem;
  }
}
#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: #154693;
  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: #154693;
}
#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;
  word-break: break-all;
}
.textflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.textflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.textflow10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.font60 {
  font-size: 0.6rem;
}
.font54 {
  font-size: 0.54rem;
}
.font48 {
  font-size: 0.48rem;
}
.font44 {
  font-size: 0.44rem;
}
.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;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .font36 {
    font-size: 0.4rem;
  }
}
.font32 {
  font-size: 0.32rem;
}
@media (max-width: 991px) {
  .font32 {
    font-size: 0.4rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 991px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font28 {
  font-size: 0.28rem;
}
@media (max-width: 991px) {
  .font28 {
    font-size: 0.4rem;
  }
}
.font26 {
  font-size: 26px;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 24px;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .font24 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 0.3rem;
  }
}
.font22 {
  font-size: 22px;
  line-height: 1.5em;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .font22 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font18 {
  line-height: 1.5em;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font18 {
    font-size: 0.28rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .font14 {
    font-size: 0.24rem;
  }
}
.font12 {
  font-size: 12px;
}
.font-b {
  font-weight: bold;
}
.public-line {
  width: 100%;
  height: 6px;
  position: relative;
}
.public-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #999;
}
.public-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 6px;
  transform: rotate(30deg);
  background-color: #999;
}
.public-line span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.public-line span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #154693;
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.public-line span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 0;
  transform: rotate(30deg) translateY(-6px);
  background-color: #154693;
  transition: all 0.1s;
}
.public-btn0 {
  display: flex;
  justify-content: center;
}
.public-btn0 .public-btn {
  display: flex;
  min-width: 1.54rem;
  line-height: 0.54rem;
  background-color: #154693;
  border-radius: 6px;
  justify-content: center;
  padding: 0 0.3rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .public-btn0 .public-btn {
    line-height: 0.76rem;
  }
}
.public-btn0 .public-btn .pbtncn1 {
  color: #ffffff;
  transform: translateX(0.15rem);
  transition: all 0.4s;
}
.public-btn0 .public-btn .pbtncn2 {
  transition: all 0.4s;
  opacity: 0;
  margin-left: 0.15rem;
  transform: translateX(-0.1rem);
}
.public-btn0 .public-btn .pbtncn2 svg {
  width: 0.15rem;
  height: auto;
}
@media (max-width: 991px) {
  .public-btn0 .public-btn .pbtncn2 svg {
    width: 0.2rem;
  }
}
.public-btn0 .public-btn .pbtncn2 svg path {
  fill: #fff;
  opacity: 1;
  stroke: none;
}
.public-btn0 .public-btn:hover .pbtncn1 {
  transform: translateX(0.05rem);
}
.public-btn0 .public-btn:hover .pbtncn2 {
  opacity: 1;
  transform: translateX(0);
}
.public-btn2 {
  display: flex;
  justify-content: center;
}
.public-btn2 .public-btn {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.05rem 0;
}
.public-btn2 .public-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  width: 0;
  height: 1px;
  background-color: #154693;
}
.public-btn2 .public-btn .pbtncn2 {
  display: flex;
  align-items: center;
  margin-right: 0.15rem;
}
.public-btn2 .public-btn .pbtncn1 {
  color: #231815;
}
.public-btn2 .public-btn:hover::before {
  width: 100%;
}
.publicswiperprev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.64rem;
  height: 0.64rem;
  background-color: #Fff;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .publicswiperprev {
    display: none;
  }
}
.publicswiperprev svg {
  width: 8px;
  height: 14px;
}
.publicswiperprev svg path {
  fill: #a8a8a8;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.publicswiperprev:hover {
  background-color: #154693;
}
.publicswiperprev:hover svg path {
  fill: #fff;
}
.publicswipernext {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.64rem;
  height: 0.64rem;
  background-color: #Fff;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .publicswipernext {
    display: none;
  }
}
.publicswipernext svg {
  width: 8px;
  height: 14px;
  transform: rotate(180deg);
}
.publicswipernext svg path {
  fill: #a8a8a8;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.publicswipernext:hover {
  background-color: #154693;
}
.publicswipernext:hover svg path {
  fill: #fff;
}
/**********************************00-01 首页**********************************/
.index-banner {
  width: 100%;
  height: 8.2rem;
}
.index-banner .indexbannera1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.index-banner .indexbannera1 .swiper-slide {
  position: relative;
  height: 100%;
}
.index-banner .indexbannera1 .swiper-slide .img {
  background-color: #11192e;
  width: 100%;
  height: 100%;
}
.index-banner .indexbannera1 .swiper-slide .img::before {
  padding-top: 42.70833333%;
}
@media (max-width: 991px) {
  .index-banner .indexbannera1 .swiper-slide .img::before {
    padding-top: 100%;
  }
}
.index-banner .indexbannera1 .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .indexbannera1 .swiper-slide .img video {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-banner .indexbannera1 .swiper-slide .img video {
    display: none;
  }
}
@media (max-width: 991px) {
  .index-banner .indexbannera1 .swiper-slide .img .pc-img {
    display: none;
  }
}
.index-banner .indexbannera1 .swiper-slide .img .mb-img {
  display: none;
}
@media (max-width: 991px) {
  .index-banner .indexbannera1 .swiper-slide .img .mb-img {
    display: block;
  }
}
.index-banner .indexbannera1 .swiper-slide .text {
  position: absolute;
  left: 50%;
  z-index: 3;
  top: 60%;
  transition: all 0.8s;
  opacity: 0;
  width: 90%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.index-banner .indexbannera1 .swiper-slide .text .cn1 {
  text-align: center;
  color: #Fff;
  line-height: 1.41666667em;
}
.index-banner .indexbannera1 .swiper-slide .text .cn2 {
  color: #fff;
  text-align: center;
  line-height: 1.18518519em;
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .index-banner .indexbannera1 .swiper-slide .text .cn2 {
    font-size: 0.4rem;
  }
}
.index-banner .indexbannera1 .swiper-slide .text .public-btn0 {
  margin-top: 0.55rem;
}
.index-banner .indexbannera1 .swiper-slide.ani-slide .text {
  top: 50%;
  opacity: 1;
}
.index-banner .indexbannera1 .swiperpagination123 {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  width: 100%;
  text-align: center;
  z-index: 5;
}
@media (max-width: 991px) {
  .index-banner .indexbannera1 .swiperpagination123 {
    bottom: 0.3rem;
  }
}
.index-banner .indexbannera1 .swiperpagination123 .swiper-pagination-bullet {
  width: 1.8rem;
  height: auto;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .index-banner .indexbannera1 .swiperpagination123 .swiper-pagination-bullet {
    width: 1.4rem;
  }
}
.index-banner .indexbannera1 .swiperpagination123 .swiper-pagination-bullet .jindu {
  display: block;
  width: 100%;
  height: 3px;
  background-color: rgba(238, 238, 238, 0.4);
  position: relative;
}
.index-banner .indexbannera1 .swiperpagination123 .swiper-pagination-bullet .jindu em {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
}
.index-banner .indexbannera1 .swiperpagination123 .swiper-pagination-bullet .pagecanshu1 {
  display: block;
  text-align: center;
  color: #eee;
  opacity: 0.4;
  margin-top: 0.1rem;
  line-height: 1.625em;
}
@media (max-width: 767px) {
  .index-banner .indexbannera1 .swiperpagination123 .swiper-pagination-bullet .pagecanshu1 {
    font-size: 12px;
  }
}
.index-banner .indexbannera1 .swiperpagination123 .swiper-pagination-bullet.swiper-pagination-bullet-active .jindu em {
  animation: xddx 5.1s ease-in-out forwards;
}
.index-banner .indexbannera1 .swiperpagination123 .swiper-pagination-bullet.swiper-pagination-bullet-active .pagecanshu1 {
  opacity: 1;
}
@keyframes xddx {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.index-product {
  padding-top: 0.95rem;
  background-color: #f9fafc;
  position: relative;
  overflow: hidden;
}
.index-product .bg9 {
  position: absolute;
  left: -1rem;
  top: -1rem;
  width: 8rem;
}
@media (max-width: 991px) {
  .index-product .bg9 {
    width: 40%;
  }
}
.index-product .bg9 img {
  width: 100%;
}
.index-product .bg10 {
  position: absolute;
  transform: rotate(285deg);
  right: -1rem;
  top: -2rem;
  width: 8rem;
}
@media (max-width: 991px) {
  .index-product .bg10 {
    width: 40%;
  }
}
.index-product .bg10 img {
  width: 100%;
}
.index-product .cn1 {
  text-align: center;
  color: #000000;
  line-height: 1.22727273em;
}
.index-product .bigbox {
  position: relative;
  overflow: hidden;
}
.index-product .bigbox .container1600 {
  max-width: 1600px;
  width: 90%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.index-product .bigbox .indexproducta1 {
  padding: 0.6rem 0.3rem;
  position: relative;
  margin: 0 -0.3rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .index-product .bigbox .indexproducta1 {
    padding: 0.6rem 0.15rem;
    margin: 0 -0.15rem;
  }
}
@media (max-width: 991px) {
  .index-product .bigbox .indexproducta1 {
    padding: 0.6rem 1px;
    margin: 0 -1px;
  }
}
.index-product .bigbox .indexproducta1 .swiper-slide {
  display: block;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  border-radius: 0.1rem;
  position: relative;
  transition: all 0.8s;
}
.index-product .bigbox .indexproducta1 .swiper-slide .box {
  position: relative;
  overflow: hidden;
  padding: 0 0.4rem 1.4rem;
  transition: all 0.8s;
}
.index-product .bigbox .indexproducta1 .swiper-slide .box .bg1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.28rem;
}
.index-product .bigbox .indexproducta1 .swiper-slide .box .bg2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.28rem;
  transform: rotate(180deg);
}
.index-product .bigbox .indexproducta1 .swiper-slide .text {
  width: calc(100% - 0.8rem);
  position: absolute;
  bottom: 0.6rem;
  transform: translateY(1.2rem);
  transition: all 0.8s;
  z-index: 3;
}
@media (max-width: 991px) {
  .index-product .bigbox .indexproducta1 .swiper-slide .text {
    transform: translateY(0);
  }
}
.index-product .bigbox .indexproducta1 .swiper-slide .text .cn2 {
  color: #000000;
  line-height: 1.41666667em;
}
.index-product .bigbox .indexproducta1 .swiper-slide .text .cn3 {
  color: #999999;
  line-height: 1.625em;
  margin: 0.1rem 0 0.55rem;
  transition: all 0.8s;
}
.index-product .bigbox .indexproducta1 .swiper-slide .text .cn4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(35, 24, 21, 0.1);
  padding-top: 0.25rem;
}
.index-product .bigbox .indexproducta1 .swiper-slide .text .cn4 .cn5 {
  color: #154693;
}
.index-product .bigbox .indexproducta1 .swiper-slide .text .cn4 .cn6 {
  transform: translateX(-0.1rem);
  transition: all 0.8s 0.1s ease-in;
}
.index-product .bigbox .indexproducta1 .swiper-slide .text .cn4 .cn6 svg path {
  fill: #154693;
  opacity: 1;
  stroke: none;
}
@media (min-width: 992px) {
  .index-product .bigbox .indexproducta1 .swiper-slide:hover {
    box-shadow: 0px 0.03rem 0.34rem 0px rgba(3, 49, 126, 0.15);
  }
  .index-product .bigbox .indexproducta1 .swiper-slide:hover .text {
    bottom: 0.4rem;
    transform: translateY(0);
  }
  .index-product .bigbox .indexproducta1 .swiper-slide:hover .text .cn2 {
    color: #154693;
  }
  .index-product .bigbox .indexproducta1 .swiper-slide:hover .text .cn3 {
    margin: 0.1rem 0 0.35rem;
  }
  .index-product .bigbox .indexproducta1 .swiper-slide:hover .text .cn4 .cn6 {
    transform: translateX(0);
  }
}
@media (min-width: 992px) and (max-width: 1580px) {
  .index-product .bigbox .indexproducta1 .swiper-slide:hover {
    box-shadow: 0px 0.03rem 0.15rem 0px rgba(3, 49, 126, 0.15);
  }
}
.index-case {
  padding-top: 0.95rem;
  background-color: #f9fafc;
  position: relative;
  z-index: 2;
}
.index-case .bgimg {
  position: absolute;
  right: 0;
  top: 80%;
}
.index-case .bgimg img {
  width: 4.17rem;
}
.index-case .cn1 {
  text-align: center;
  color: #000000;
  line-height: 1.22727273em;
  position: relative;
}
.index-case .mbox {
  margin-top: 0.25rem;
  position: relative;
  z-index: 5;
}
.index-case .mbox .container {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  overflow: auto;
}
@media (max-width: 991px) {
  .index-case .mbox .container {
    justify-content: flex-start;
  }
}
.index-case .mbox .container .cn5 {
  display: block;
  height: 0.87rem;
  line-height: 0.87rem;
  margin: 0 0.3rem;
  color: #999999;
  position: relative;
  transition: all 0.4s;
}
.index-case .mbox .container .cn5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 3px;
  background-color: #154693;
  transition: all 0.4s;
}
.index-case .mbox .container .cn5:hover {
  color: #000;
}
.index-case .mbox .container .cn5:hover::before {
  width: 100%;
}
.index-case .mbox .container .cn5.on {
  color: #000;
}
.index-case .mbox .container .cn5.on::before {
  width: 100%;
}
.index-case .bigbox {
  margin-top: -1px;
  position: relative;
  overflow: hidden;
}
.index-case .bigbox .container1600 {
  max-width: 1600px;
  width: 90%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .index-case .bigbox .container1600 {
    display: none;
  }
}
.index-case .bigbox .container {
  overflow: hidden;
}
.index-case .bigbox .indexcasea1 {
  position: relative;
  overflow: hidden;
}
.index-case .bigbox .indexcasea1 .swiper-slide {
  display: block;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  border-radius: 0.1rem;
  position: relative;
  transition: all 0.8s;
}
.index-case .bigbox .indexcasea1 .swiper-slide .box {
  position: relative;
  overflow: hidden;
  transition: all 0.8s;
  border-radius: 0.1rem;
}
.index-case .bigbox .indexcasea1 .swiper-slide .img {
  border-radius: 0.1rem;
}
.index-case .bigbox .indexcasea1 .swiper-slide .img::before {
  padding-top: 41.42857143%;
}
@media (max-width: 991px) {
  .index-case .bigbox .indexcasea1 .swiper-slide .img::before {
    padding-top: 100%;
  }
}
@media (max-width: 991px) {
  .index-case .bigbox .indexcasea1 .swiper-slide .img .pc-img {
    display: none;
  }
}
.index-case .bigbox .indexcasea1 .swiper-slide .img .mb-img {
  display: none;
}
@media (max-width: 991px) {
  .index-case .bigbox .indexcasea1 .swiper-slide .img .mb-img {
    display: block;
  }
}
.index-case .bigbox .indexcasea1 .swiper-slide .text {
  left: 1.9rem;
  right: 1.9rem;
  width: calc(100% - 3.8rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.8s;
  z-index: 3;
  opacity: 0;
  top: 60%;
}
@media (max-width: 991px) {
  .index-case .bigbox .indexcasea1 .swiper-slide .text {
    width: calc(100% - 0.6rem);
    left: 0.3rem;
    right: 0.3rem;
  }
}
.index-case .bigbox .indexcasea1 .swiper-slide .text .cn2 {
  color: #ffffff;
  line-height: 1.5em;
}
.index-case .bigbox .indexcasea1 .swiper-slide .text .cn3 {
  color: #ffffff;
  line-height: 1.33333333em;
  margin: 0.15rem 0 0.6rem;
  transition: all 0.8s;
}
.index-case .bigbox .indexcasea1 .swiper-slide .text .cn4 {
  display: flex;
  align-items: center;
}
.index-case .bigbox .indexcasea1 .swiper-slide .text .cn4 .cn5 {
  color: #fff;
  margin-right: 0.15rem;
}
.index-case .bigbox .indexcasea1 .swiper-slide .text .cn4 .cn6 {
  transform: translateX(-0.25rem);
  transition: all 0.8s;
  opacity: 0;
}
.index-case .bigbox .indexcasea1 .swiper-slide .text .cn4 .cn6 svg path {
  fill: #fff;
  opacity: 1;
  stroke: none;
}
.index-case .bigbox .indexcasea1 .swiper-slide.ani-slide .text {
  opacity: 1;
  top: 50%;
}
.index-case .bigbox .indexcasea1 .swiper-slide:hover .text .cn4 .cn6 {
  opacity: 1;
  transform: translateX(0);
}
.index-about {
  width: 100%;
  height: 250vh;
  background-color: #f9fafc;
  position: relative;
}
@media (max-width: 1580px) {
  .index-about {
    height: 250vh;
  }
}
@media (max-width: 991px) {
  .index-about {
    height: 200vh;
  }
}
.index-about .indexabouta1 {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  position: sticky;
  left: 0;
  top: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.index-about .indexabouta1 .container1 {
  position: relative;
  z-index: 3;
}
.index-about .indexabouta1 .container1 .cn1 {
  text-align: center;
  line-height: 1.25em;
  color: #000;
}
.index-about .indexabouta1 .container1 .cn1 p {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
  transition: all 1s;
  transform: translateY(100%);
  opacity: 0;
}
.index-about .indexabouta1 .container1 .cn1.on p {
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transform: translateY(0);
}
.index-about .indexabouta1 .container1 .cn1 span {
  color: #154693;
}
.index-about .indexabouta1 .container3 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100vh;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.index-about .indexabouta1 .container3 .earth {
  position: absolute;
  left: 50%;
  top: 110vh;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .index-about .indexabouta1 .container3 .earth {
    display: block;
    left: 50% !important;
    top: 24vh !important;
    width: min(86vw, 420px);
    height: min(86vw, 420px);
    transform: translate(-50%, -50%) scale(1) !important;
    pointer-events: none;
  }
}
.index-about .indexabouta1 .container3 .earth canvas {
  position: relative;
  width: 50%;
}
@media (max-width: 991px) {
  .index-about .indexabouta1 .container3 .earth canvas {
    width: 100% !important;
    height: 100% !important;
  }
}
.index-about .indexabouta1 .container3 .bgimg {
  display: none;
  width: 32%;
  margin: 0 34%;
}
@media (max-width: 991px) {
  .index-about .indexabouta1 .container3 .bgimg {
    display: none;
  }
}
.index-about .indexabouta1 .container3 .bgimg img {
  width: 100%;
}
.index-about .indexabouta1 .container2 {
  position: absolute;
  left: 13%;
  top: 60vh;
  transform: translateY(-50%);
  display: flex;
  opacity: 0;
  width: auto;
  max-width: initial;
}
@media (max-width: 991px) {
  .index-about .indexabouta1 .container2 {
    left: 5%;
    width: 90%;
  }
}
.index-about .indexabouta1 .container2 .left {
  width: 5.4rem;
}
@media (max-width: 991px) {
  .index-about .indexabouta1 .container2 .left {
    width: 100%;
    padding-right: 0;
  }
}
.index-about .indexabouta1 .container2 .left .left1 {
  opacity: 0;
  transform: translateY(0.6rem);
}
.index-about .indexabouta1 .container2 .left .left9 {
  opacity: 0;
  transform: translateY(0.6rem);
}
.index-about .indexabouta1 .container2 .left .cn1 {
  display: none;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .index-about .indexabouta1 .container2 .left .cn1 {
    display: block;
  }
}
.index-about .indexabouta1 .container2 .left .cn2 {
  color: #999999;
  line-height: 1.55555556em;
  margin-bottom: 0.1rem;
}
.index-about .indexabouta1 .container2 .left .cn3 {
  color: #222222;
  line-height: 1.41666667em;
}
.index-about .indexabouta1 .container2 .left .cn9 {
  margin: 0.5rem 0 1rem;
  transition: all 0.4s;
  position: relative;
  color: #154693;
  display: inline-block;
}
.index-about .indexabouta1 .container2 .left .cn9::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #154693;
  transition: all 0.4s;
}
.index-about .indexabouta1 .container2 .left .cn9:hover::before {
  width: 100%;
}
.index-about .indexabouta1 .container2 .left .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(0.6rem);
}
.index-about .indexabouta1 .container2 .left .box .box2 {
  margin-bottom: 0.6rem;
  padding-top: 0.2rem;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  width: 45.28301887%;
  position: relative;
}
.index-about .indexabouta1 .container2 .left .box .box2 .cn4 {
  color: #222222;
  position: relative;
  line-height: 1em;
}
.index-about .indexabouta1 .container2 .left .box .box2 .cn5 {
  margin-top: 0.15rem;
  display: flex;
  align-items: flex-end;
}
.index-about .indexabouta1 .container2 .left .box .box2 .cn5 .cn6 {
  color: #222222;
  line-height: 1em;
  transform: translateY(0.05rem);
}
.index-about .indexabouta1 .container2 .left .box .box2 .cn5 .cn7 {
  line-height: 1em;
  color: #222222;
  margin-left: 0.1rem;
}
.index-about .indexabouta1 .container2 .left .box .box2 .cn8 {
  position: absolute;
  right: 0;
  top: 0;
}
.index-news {
  position: relative;
  padding-top: 0.95rem;
  background-color: #f9fafc;
}
.index-news .cn1 {
  text-align: center;
  color: #000000;
  line-height: 1.22727273em;
  margin-bottom: 0.55rem;
}
.index-news .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-news .container .box {
  overflow: hidden;
  border-radius: 0.1rem;
  border: solid 1px #eeeeee;
  background-color: #fff;
  width: 31.42857143%;
  z-index: 5;
}
@media (max-width: 991px) {
  .index-news .container .box {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.index-news .container .box .box2 {
  display: block;
}
.index-news .container .box .box2 .img::before {
  padding-top: 48.86363636%;
}
.index-news .container .box .box2 .text {
  padding: 0.3rem;
  background-color: #fff;
  transition: all 0.8s;
  z-index: 5;
  position: relative;
}
.index-news .container .box .box2 .text .cn2 {
  color: #999999;
  line-height: 1.625em;
}
.index-news .container .box .box2 .text .cn3 {
  color: #222222;
  line-height: 1.36363636em;
  height: 2.72727273em;
  margin: 0.2rem 0 0.5rem;
}
.index-news .container .box .box2 .text .cn4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.8s;
  position: relative;
}
.index-news .container .box .box2 .text .cn4::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.2rem;
  width: 100%;
  height: 1px;
  background-color: rgba(35, 24, 21, 0.1);
  opacity: 0;
  transition: all 0.8s;
}
.index-news .container .box .box2 .text .cn4 .cn5 {
  color: #999999;
  transition: all 0.8s;
}
.index-news .container .box .box2 .text .cn4 .cn6 {
  opacity: 0;
  transform: translateX(-0.1rem);
  transition: all 0.8s ease-in;
}
.index-news .container .box .box2 .text .cn4 .cn6 svg path {
  fill: #154693;
  opacity: 1;
  stroke: none;
}
.index-news .container .box .box2:hover .text {
  border-radius: 0.1rem 0.1rem 0 0;
  transform: translateY(-0.2rem);
}
.index-news .container .box .box2:hover .text .cn4 {
  transform: translateY(0.2rem);
}
.index-news .container .box .box2:hover .text .cn4::before {
  opacity: 1;
}
.index-news .container .box .box2:hover .text .cn4 .cn5 {
  color: #154693;
}
.index-news .container .box .box2:hover .text .cn4 .cn6 {
  opacity: 1;
  transform: translateX(0);
}
.index-news .container .box .box3 {
  display: block;
  padding: 0.3rem 0.3rem 0;
}
.index-news .container .box .box3 .cn2 {
  color: #999999;
  line-height: 1.625em;
}
.index-news .container .box .box3 .cn3 {
  color: #222222;
  line-height: 1.3em;
  height: 2.6em;
  margin: 0.1rem 0 0;
  transition: all 0.4s;
}
.index-news .container .box .box3:hover .cn3 {
  color: #154693;
}
.index-news .container .box .box4 {
  margin-top: 0.3rem;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  text-align: center;
  color: #154693;
  line-height: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 991px) {
  .index-news .container .box .box4 {
    line-height: 0.76rem;
  }
}
.index-news .container .box .box4 .cn5 {
  color: #999999;
  transition: all 0.8s;
}
.index-news .container .box .box4 .cn6 {
  opacity: 0;
  transform: translateX(-0.1rem);
  transition: all 0.4s ease-in;
}
.index-news .container .box .box4 .cn6 svg path {
  fill: #154693;
  opacity: 1;
  stroke: none;
}
.index-news .container .box .box4:hover .cn5 {
  color: #154693;
}
.index-news .container .box .box4:hover .cn6 {
  opacity: 1;
  transform: translateX(0.1rem);
}
.index-parthner {
  padding-top: 1.34rem;
  padding-bottom: 0.5rem;
  position: relative;
  background-color: #f9fafc;
  z-index: 2;
}
.index-parthner .bg2img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-parthner .bg2img img {
  width: 4.22rem;
}
.index-parthner .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6.08rem;
}
.index-parthner .bgimg img {
  width: 100%;
  height: 100%;
}
.index-parthner .container {
  position: relative;
}
.index-parthner .container .cn1 {
  color: #999999;
  line-height: 1.5em;
}
.index-parthner .box {
  position: relative;
  margin-top: 0.55rem;
}
.index-parthner .box .str4 a {
  margin: 0 0.1rem;
}
.footer {
  z-index: 5;
  display: block;
  background-color: #154693;
  padding-top: 1rem;
  position: relative;
  overflow: hidden;
}
.footer .yuan1 {
  position: absolute;
  left: -3.5rem;
  bottom: -4.8rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #154693 0%, #0b4b9b 100%);
  animation: fudongfooter 2s infinite ease-in-out;
}
@media (max-width: 991px) {
  .footer .yuan1 {
    animation: initial;
  }
}
.footer .yuan2 {
  position: absolute;
  right: -3.6rem;
  top: -4.2rem;
  width: 7.4rem;
  height: 7.4rem;
  border-radius: 50%;
  background-image: linear-gradient(-90deg, #154693 0%, #0b4b9b 100%);
  animation: fudongfooter 2s infinite ease-in-out;
  z-index: 2;
}
@media (max-width: 991px) {
  .footer .yuan2 {
    animation: initial;
  }
}
.footer .yuan3 {
  position: absolute;
  right: 3.75rem;
  top: -0.3rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-image: linear-gradient(-90deg, #154693 0%, #0b4b9b 100%);
  animation: fudongfooter2 2s infinite ease-in-out;
}
@media (max-width: 991px) {
  .footer .yuan3 {
    animation: initial;
  }
}
.footer .yuan4 {
  position: absolute;
  right: 0;
  top: 3.2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-image: linear-gradient(-90deg, #154693 0%, #0b4b9b 100%);
  animation: fudongfooter2 2s infinite ease-in-out;
}
@media (max-width: 991px) {
  .footer .yuan4 {
    animation: initial;
  }
}
.footer .container {
  z-index: 5;
  position: relative;
}
.footer .container .box1 {
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.footer .container .box1 .left {
  position: relative;
  width: 35.71428571%;
  padding-right: 7.14285714%;
  z-index: 2;
}
@media (max-width: 991px) {
  .footer .container .box1 .left {
    width: 100%;
    padding-right: 0;
  }
}
.footer .container .box1 .left .cn1 {
  color: #fff;
  line-height: 1.55555556em;
}
.footer .container .box1 .left .cn2 {
  margin-top: 0.1rem;
  color: #fff;
  line-height: 1.33333333em;
}
.footer .container .box1 .left .cn3 {
  margin-top: 0.2rem;
}
.footer .container .box1 .left .cn3 .cn4 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
.footer .container .box1 .left .cn3 .cn4 .cn5 {
  flex-shrink: 0;
  line-height: 1.625em;
  color: #ffffff;
}
.footer .container .box1 .left .cn3 .cn4 .cn6 {
  line-height: 1.625em;
  color: #ffffff;
}
.footer .container .box1 .left .cn7 {
  margin-top: 0.75rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.footer .container .box1 .left .cn7 .cn8 {
  display: block;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  position: relative;
}
.footer .container .box1 .left .cn7 .cn8 .cn9 {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .footer .container .box1 .left .cn7 .cn8 .cn9 {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.footer .container .box1 .left .cn7 .cn8 .cn9 svg {
  max-width: 0.26rem;
  max-height: 0.2rem;
}
@media (max-width: 991px) {
  .footer .container .box1 .left .cn7 .cn8 .cn9 svg {
    max-width: 0.4rem;
    max-height: 0.4rem;
  }
}
.footer .container .box1 .left .cn7 .cn8 .cn9 svg path {
  fill: #Fff;
  opacity: 1;
  stroke: none;
  filter: none;
  transition: all 0.4s;
}
.footer .container .box1 .left .cn7 .cn8 .cn9a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-top: 0.2rem;
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
}
@media (max-width: 991px) {
  .footer .container .box1 .left .cn7 .cn8 .cn9a {
    left: 0;
    transform: initial;
  }
}
.footer .container .box1 .left .cn7 .cn8 .cn9a .cn9b {
  position: relative;
}
.footer .container .box1 .left .cn7 .cn8 .cn9a .cn9b::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 0.1rem;
  height: 0.1rem;
  top: -0.03rem;
  background-color: #fff;
}
@media (max-width: 991px) {
  .footer .container .box1 .left .cn7 .cn8 .cn9a .cn9b::before {
    left: 0.35rem;
    transform: translateX(0) rotate(45deg);
  }
}
.footer .container .box1 .left .cn7 .cn8 .cn9a .cn9b .img {
  position: relative;
  width: 100px;
  height: 100px;
  padding: 0.06rem;
  background-color: #Fff;
}
.footer .container .box1 .left .cn7 .cn8 .cn9a .cn9b .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .container .box1 .left .cn7 .cn8:hover .cn9 {
  background-color: #fff;
}
.footer .container .box1 .left .cn7 .cn8:hover .cn9 svg path {
  fill: #154693;
}
.footer .container .box1 .left .cn7 .cn8:hover .cn9a {
  opacity: 1;
  visibility: visible;
}
.footer .container .box1 .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 64.28571429%;
}
@media (max-width: 991px) {
  .footer .container .box1 .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.footer .container .box1 .right .cn10 {
  max-width: 20%;
}
@media (max-width: 991px) {
  .footer .container .box1 .right .cn10 {
    width: 100%;
    max-width: initial;
  }
}
.footer .container .box1 .right .cn10 .cn11 {
  color: #ffffff;
  display: block;
  line-height: 1.55555556em;
  margin-bottom: 0.15rem;
  position: relative;
  transition: 0.4s ease-in-out;
}
.footer .container .box1 .right .cn10 .cn11:hover {
  opacity: 0.8;
}
@media (max-width: 991px) {
  .footer .container .box1 .right .cn10 .cn11 {
    margin-bottom: 0;
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.footer .container .box1 .right .cn10 .cn11.on .arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.footer .container .box1 .right .cn10 .cn11 .arrow {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 991px) {
  .footer .container .box1 .right .cn10 .cn11 .arrow {
    display: block;
  }
}
.footer .container .box1 .right .cn10 .cn11 .arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #Fff;
}
.footer .container .box1 .right .cn10 .cn11 .arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background-color: #Fff;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .footer .container .box1 .right .cn10 .cn12 {
    display: none;
  }
}
.footer .container .box1 .right .cn10 .cn12 .cn13 {
  margin-top: 0.1rem;
}
.footer .container .box1 .right .cn10 .cn12 .cn13 .cn14 {
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.625em;
  position: relative;
  transition: all 0.4s;
}
.footer .container .box1 .right .cn10 .cn12 .cn13 .cn14::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.4s;
}
.footer .container .box1 .right .cn10 .cn12 .cn13 .cn14:hover {
  color: #fff;
}
.footer .container .box1 .right .cn10 .cn12 .cn13 .cn14:hover::before {
  width: 100%;
}
.footer .container .box2 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.4rem;
  justify-content: space-between;
}
.footer .container .box2 .left {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .container .box2 .left {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.footer .container .box2 .left .cn1 {
  line-height: 1.625em;
  color: rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
}
.footer .container .box2 .left .cn1.cn4 {
  margin: 0 0.2rem;
}
.footer .container .box2 .left a:hover {
  color: #fff;
}
.footer .container .box2 .right {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .container .box2 .right {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.footer .container .box2 .right .cn3 {
  line-height: 1.625em;
  color: rgba(255, 255, 255, 0.2);
  margin: 0 0.1rem;
}
.footer .container .box2 .right .cn2 {
  line-height: 1.625em;
  color: rgba(255, 255, 255, 0.2);
}
@keyframes fudongfooter {
  0% {
    transform: translate(-0.1rem, 0.1rem);
  }
  50% {
    transform: translate(0.1rem, -0.1rem);
  }
  100% {
    transform: translate(-0.1rem, 0.1rem);
  }
}
@keyframes fudongfooter2 {
  0% {
    transform: translate(0, 0.1rem);
  }
  50% {
    transform: translate(0, -0.1rem);
  }
  100% {
    transform: translate(0, 0.1rem);
  }
}
.hadbot {
  background-color: #fff;
  height: calc(100vh - 0.9rem);
}
@media (max-width: 767px) {
  .hadbot {
    height: auto;
  }
}
.hadbot .hadbot_cont {
  overflow: auto;
  height: calc(100% - 100px);
}
@media (max-width: 767px) {
  .hadbot .hadbot_cont {
    height: 3rem;
    padding: 0.6rem 0;
  }
}
.hadbot .hadbot_cont::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbot .hadbot_cont::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #154693;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbot .hadbot_cont::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.hadbot .hadbot_jut {
  height: 100px;
  width: 100%;
  background: url(../images/coloedfdfbag1.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .hadbot .hadbot_jut {
    display: none;
  }
}
.hadbot .hadbot_jut .container {
  height: 100%;
}
.hadbot .hadbot_jut .container .cont {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.38rem;
  color: #fff;
}
.hadbot .hadbot_jut .container .cont .fz_lt {
  display: flex;
}
.hadbot .hadbot_jut .container .cont .fz_lt .font {
  margin-right: 1rem;
}
.hadbot .hadbot_jut .container .cont .fz_lt .font .name {
  line-height: 1;
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .fz_lt .font .name {
    font-size: 12px;
  }
}
.hadbot .hadbot_jut .container .cont .fz_lt .font .tel {
  line-height: 0.8;
  font-size: 24px;
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .fz_lt .font .tel {
    font-size: 22px;
  }
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #fff;
  width: 150px;
  color: #154693;
  font-size: 16px;
  height: 50px;
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .fz_lt .fz_bt {
    width: 130px;
    font-size: 14px;
    height: 45px;
  }
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt span {
  color: #154693;
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i {
  display: block;
  width: 0.2rem;
  margin-right: 0.2rem;
  overflow: hidden;
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i img,
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i svg {
  width: 100%;
  float: left;
}
.hadbot .hadbot_jut .container .cont .close {
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .close {
    font-size: 16px;
  }
}
.hadbot .hadbot_jut .container .cont .close i {
  display: block;
  overflow: hidden;
  width: 0.24rem;
  margin-left: 0.2rem;
}
.hadbot .hadbot_jut .container .cont .close i img,
.hadbot .hadbot_jut .container .cont .close i svg {
  width: 100%;
  float: left;
}
#c-header .hadbox-sec3 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  line-height: 1.5em;
  text-align: left;
}
#c-header .hadbox-sec3 .container {
  margin: 0 auto;
  width: 83.333333%;
  max-width: 1600px;
}
#c-header .hadbox-sec3 .hadbot_cont .cont {
  padding-top: 0.8rem;
  width: 100%;
}
@media (max-width: 767px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont {
    padding: 0.6rem 0;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .form {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
}
#c-header .hadbox-sec3 .hadbot_cont .cont .form .f_sub,
#c-header .hadbox-sec3 .hadbot_cont .cont .form .tx {
  height: 1rem;
}
#c-header .hadbox-sec3 .hadbot_cont .cont .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 2.5rem);
  padding: 0 0.45rem;
}
@media (max-width: 767px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .form .int {
    width: calc(100% - 1.5rem);
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .form .int i {
  width: 0.38rem;
  display: block;
  overflow: hidden;
}
#c-header .hadbox-sec3 .hadbot_cont .cont .form .int i img {
  float: left;
  width: 100%;
}
#c-header .hadbox-sec3 .hadbot_cont .cont .form .int .tx {
  width: calc(100% - 0.38rem);
  padding: 0.2rem 0.44rem;
}
@media (max-width: 767px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .form .int .tx {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  color: #fff;
  background-color: #154693;
}
@media (max-width: 767px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .form .f_sub {
    width: 1.5rem;
    font-size: 0.28rem;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .fz_key {
  padding-left: 0.4rem;
  padding-right: 0.8rem;
  display: flex;
  align-items: flex;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .fz_key {
    display: none;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .fz_key span,
#c-header .hadbox-sec3 .hadbot_cont .cont .fz_key a {
  display: block;
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .fz_key span,
  #c-header .hadbox-sec3 .hadbot_cont .cont .fz_key a {
    font-size: 14px;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .fz_key a:hover {
  color: #999999;
}
#c-header .hadbox-sec3 .hadbot_cont .cont .fz_key .name {
  display: block;
  width: 105px;
}
@media (max-width: 1580px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .fz_key .name {
    width: 90px;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .fz_key .jut {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 105px);
}
@media (max-width: 1580px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .fz_key .jut {
    width: calc(100% - 90px);
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .fz_key .jut span {
  display: block;
  margin: 0 0.24rem;
}
#c-header .hadbox-sec3 .hadbot_cont .cont .fz_key .jut a,
#c-header .hadbox-sec3 .hadbot_cont .cont .fz_key .jut span {
  margin-bottom: 0.14rem;
}
#c-header .hadbox-sec3 .hadbot_cont .cont .fz_title {
  padding-left: 0.4rem;
  font-size: 24px;
  padding-bottom: 0.34rem;
  line-height: 1;
  border-bottom: 3px solid #e8e8e8;
  margin-bottom: 0.25rem;
}
@media (max-width: 1580px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .fz_title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .fz_title {
    display: none;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong {
    display: none;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
  width: 44%;
  display: flex;
  justify-content: space-between;
  padding-left: 0.4rem;
}
@media (max-width: 1580px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
    width: 56%;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
  margin-right: 0.8rem;
}
@media (max-width: 991px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
    margin-right: 0.2rem;
  }
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item:last-child {
    margin-bottom: 0;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 1580px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit {
    font-size: 14px;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i {
  display: block;
  padding-left: 10px;
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i img {
  width: 10px;
  float: left;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i {
    display: none;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list {
  padding-top: 0.18rem;
}
@media (max-width: 767px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list {
    display: none;
    padding-top: 0.24rem;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
  display: block;
  color: #000000;
  opacity: 0.7;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
@media (min-width: 1261px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a:hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
    margin-bottom: 10px;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a:hover {
  color: #154693;
  opacity: 1;
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list .nei {
  margin-right: 0.4rem;
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list .nei:last-child {
  margin-right: 0;
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item.on .tit i img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .fz_item .f_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .fz_item .f_list {
    display: none;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
@media (max-width: 1900px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen {
    font-size: 14px;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .name {
  font-size: 16px;
  margin-right: 0.3rem;
}
@media (max-width: 1580px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .name {
    font-size: 14px;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list {
  display: flex;
  align-items: center;
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li {
  position: relative;
  margin-right: 0.2rem;
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li:last-child {
  margin-right: 0;
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  padding: 5px;
  background-color: #fff;
  margin-top: 15px;
}
@media (max-width: 1580px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er {
    width: 100px;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er img.svg {
  width: 100%;
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #154693;
  border-radius: 50%;
}
@media (max-width: 991px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
    width: 0.72rem;
    height: 0.72rem;
  }
}
#c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a img {
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 16px;
  max-height: 16px;
}
@media (max-width: 1580px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a img {
    max-width: 12px;
    max-height: 12px;
  }
}
@media (min-width: 768px) {
  #c-header .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a:hover img {
    opacity: 1;
  }
}
#c-header .container .c-right-box .cn1 {
  line-height: 0.9rem;
  position: relative;
}
#c-header .container .c-right-box .cn1::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 0.04rem;
  background-color: #154693;
  display: block !important;
  opacity: 0;
  transition: all 0.4s;
}
#c-header .container .bjd-nav .cn2 {
  border-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .container .bjd-nav .cn2:hover {
  background-color: rgba(21, 70, 147, 0.1);
}
#c-header .container .cn0:hover .c-title-box .cn1::before {
  opacity: 1;
}
#c-header .container .cn0.cn0a {
  position: initial;
}
#c-header .container .bjd-nav2 {
  width: 12rem;
}
#c-header .container .bjd-nav2 .cn2 {
  align-items: center;
  display: flex;
  padding: 0.4rem 10% 0.6rem;
  justify-content: space-between;
}
#c-header .container .bjd-nav2 .cn2 .cn3 {
  text-align: left;
}
#c-header .container .bjd-nav2 .cn2 .cn3 .cn3a {
  line-height: 1.625em;
  color: #666666;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
#c-header .container .bjd-nav2 .cn2 .cn3 .cn3a img {
  transition: all 0.4s;
  margin-left: 0.1rem;
}
#c-header .container .bjd-nav2 .cn2 .cn3 .cn3a:hover img {
  transform: translateX(5px);
}
#c-header .container .bjd-nav2 .cn2 .cn3 .cn3b .cn3c {
  margin: 0.05rem 0;
  line-height: 1.625em;
  color: #000000;
  transition: all 0.4s;
}
#c-header .container .bjd-nav2 .cn2 .cn3 .cn3b .cn3c.on {
  color: #154693;
}
#c-header .container .bjd-nav2 .cn2 .cn9 {
  display: flex;
}
#c-header .container .bjd-nav2 .cn2 .cn9 .cn4 {
  margin-right: 1.2rem;
}
#c-header .container .bjd-nav2 .cn2 .cn4 .cn5a {
  opacity: 0;
  visibility: hidden;
}
#c-header .container .bjd-nav2 .cn2 .cn4 .cn4a {
  position: relative;
  width: 3.66rem;
}
#c-header .container .bjd-nav2 .cn2 .cn4 .cn4a::after {
  content: "";
  position: absolute;
  right: -0.6rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
}
#c-header .container .bjd-nav2 .cn2 .cn4 .cn4a .img {
  border-radius: 0.1rem;
}
#c-header .container .bjd-nav2 .cn2 .cn4 .cn4a .img::before {
  padding-top: 43.16939891%;
}
#c-header .container .bjd-nav2 .cn2 .cn4 .cn4a .cn4b {
  position: absolute;
  width: 100%;
  color: #fefefe;
  z-index: 2;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 0 0.15rem;
}
#c-header .container .bjd-nav2 .cn2 .cn5 .cn5b {
  width: 1.83rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.1rem;
  background-color: #Ffffff;
  display: block;
  position: relative;
}
#c-header .container .bjd-nav2 .cn2 .cn5 .cn5b::before {
  position: relative;
  display: block;
  padding-top: 86.33879781%;
}
#c-header .container .bjd-nav2 .cn2 .cn5 .cn5b .cn5e {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 3;
  color: #000000;
  width: 100%;
  padding: 0 0.2rem;
}
#c-header .container .bjd-nav2 .cn2 .cn5a {
  text-align: left;
  margin-bottom: 0.25rem;
  line-height: 1.625em;
  color: #666666;
}
#c-header .container .bjd-nav3 {
  width: 12rem;
  max-height: 5.9rem;
  overflow: auto;
}
#c-header .container .bjd-nav3 .cn2 {
  display: flex;
  position: relative;
  padding: 0 0.3rem;
}
#c-header .container .bjd-nav3 .cn2 .cn3 {
  padding: 0.3rem 0;
  width: 2.7rem;
  text-align: left;
  position: relative;
}
#c-header .container .bjd-nav3 .cn2 .cn3::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e9ecf4;
}
#c-header .container .bjd-nav3 .cn2 .cn3 .cn3a {
  width: 100%;
  padding-left: 0.8rem;
  padding-right: 0.1rem;
  line-height: 0.6rem;
  color: #000000;
  position: relative;
}
@media (max-width: 1580px) {
  #c-header .container .bjd-nav3 .cn2 .cn3 .cn3a {
    padding-left: 0.2rem;
  }
}
#c-header .container .bjd-nav3 .cn2 .cn3 .cn3a span {
  display: block;
}
#c-header .container .bjd-nav3 .cn2 .cn3 .cn3a::before {
  content: "";
  position: absolute;
  left: calc(100% - 0.05rem);
  top: 50%;
  width: 0.1rem;
  height: 0.1rem;
  background-color: transparent;
  transition: all 0.4s;
  z-index: 3;
  display: block;
  transform: translateY(-50%) rotate(45deg);
}
#c-header .container .bjd-nav3 .cn2 .cn3 .cn3a.on {
  color: #154693;
  background-color: #e9ecf4;
}
#c-header .container .bjd-nav3 .cn2 .cn3 .cn3a.on::before {
  background-color: #e9ecf4;
}
#c-header .container .bjd-nav3 .cn2 .cn4 {
  padding: 0.3rem 0.7rem;
  width: 8.7rem;
}
#c-header .container .bjd-nav3 .cn2 .cn4 .cn4a {
  line-height: 1.625em;
  color: #666666;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
  margin-top: 0.1rem;
}
#c-header .container .bjd-nav3 .cn2 .cn4 .cn4a img {
  transition: all 0.4s;
  margin-left: 0.1rem;
}
#c-header .container .bjd-nav3 .cn2 .cn4 .cn4a:hover img {
  transform: translateX(5px);
}
#c-header .container .bjd-nav3 .cn2 .cn4 .cn4b {
  text-align: left;
}
#c-header .container .bjd-nav3 .cn2 .cn4 .cn4b .cn4c {
  display: none;
  -moz-column-count: 3;
  /* Firefox */
  -webkit-column-count: 3;
  /* Safari and Chrome */
  column-count: 3;
}
#c-header .container .bjd-nav3 .cn2 .cn4 .cn4b .cn4c.on {
  display: block;
}
#c-header .container .bjd-nav3 .cn2 .cn4 .cn4b .cn4c .cn4d {
  break-inside: avoid;
  margin-bottom: 0.3rem;
}
#c-header .container .bjd-nav3 .cn2 .cn4 .cn4b .cn4c .cn4d .cn4e {
  line-height: 1.625em;
  color: #154693;
}
#c-header .container .bjd-nav3 .cn2 .cn4 .cn4b .cn4c .cn4d .cn4f .cn4g {
  display: block;
  margin-top: 0.1rem;
  color: #000000;
  line-height: 1.71428571em;
  padding-right: 0.2rem;
  transition: all 0.4s;
}
#c-header .container .bjd-nav3 .cn2 .cn4 .cn4b .cn4c .cn4d .cn4f .cn4g:hover {
  color: #154693;
}
.bjd-nav3 .cn4a {
  line-height: 1.625em;
  color: #666666;
  display: flex !important;
  align-items: center;
  padding-left: 0.2rem;
  margin-bottom: 0.3rem;
  margin-top: 0.1rem;
  padding-left: 0.8rem;
}
@media (max-width: 1580px) {
  .bjd-nav3 .cn4a {
    padding-left: 0.2rem;
  }
}
.bjd-nav3 .cn4a img {
  transition: all 0.4s;
  margin-left: 0.1rem;
}
.bjd-nav3 .cn4a:hover img {
  transform: translateX(5px);
}
.public-windows {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.public-windows .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  background-color: #Fff;
  display: flex;
  height: 7.4rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .public-windows .container {
    height: 75%;
  }
}
.public-windows .container .left {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 36.66666667%;
  display: flex;
  padding: 0.6rem 0.4rem;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .public-windows .container .left {
    display: none;
  }
}
.public-windows .container .left .left1 .cn2 svg {
  width: 1.4rem;
  height: auto;
}
.public-windows .container .left .left1 .cn2 svg path {
  fill: #Fff;
  opacity: 1;
  stroke: none;
}
.public-windows .container .left .left1 .cn3 {
  margin: 0.55rem 0 0.35rem;
  color: #ffffff;
  line-height: 1.625em;
}
.public-windows .container .left .left1 .cn3 .cn4 {
  line-height: 1.41666667em;
  display: block;
  color: #ffffff;
}
.public-windows .container .left .left1 .cn5 .cn6 {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.public-windows .container .left .left1 .cn5 .cn6 .cn7 {
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.public-windows .container .left .left1 .cn5 .cn6 .cn7 img {
  width: 0.17rem;
}
@media (max-width: 991px) {
  .public-windows .container .left .left1 .cn5 .cn6 .cn7 img {
    width: 0.34rem;
  }
}
.public-windows .container .left .left1 .cn5 .cn6 .cn8 {
  color: #ffffff;
}
.public-windows .container .left .left2 {
  display: flex;
  flex-wrap: wrap;
}
.public-windows .container .left .left2 .cn1 {
  color: #ffffff;
  position: relative;
  margin-right: 0.25rem;
}
.public-windows .container .left .left2 .cn1::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  content: "";
  transition: all 0.4s;
}
.public-windows .container .left .left2 .cn1:hover::before {
  width: 100%;
}
.public-windows .container .right {
  width: 63.33333333%;
  padding: 0.4rem 0.5rem 0.2rem;
  overflow: auto;
  position: relative;
}
@media (max-width: 767px) {
  .public-windows .container .right {
    width: 100%;
  }
}
.public-windows .container .right .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
}
.public-windows .container .right .cn9 {
  color: #000000;
  line-height: 1.41666667em;
}
@media (max-width: 767px) {
  .public-windows .container .right .cn9 {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
  }
}
.public-windows .container .right .cn10 {
  color: #999999;
  line-height: 1.625em;
  margin: 0.1rem 0 0.2rem;
}
@media (max-width: 767px) {
  .public-windows .container .right .cn10 {
    display: none;
  }
}
.public-windows .container .right .cn11 {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.public-windows .container .right .cn11 .cn12 {
  margin-bottom: 0.1rem;
  width: 48.48484848%;
}
@media (max-width: 767px) {
  .public-windows .container .right .cn11 .cn12 {
    width: 100%;
  }
}
.public-windows .container .right .cn11 .cn12.cn20 {
  width: 100%;
}
.public-windows .container .right .cn11 .cn12 .cn13 {
  color: #000000;
  line-height: 2.22222222em;
}
.public-windows .container .right .cn11 .cn12 .cn13 span {
  color: #154693;
}
.public-windows .container .right .cn11 .cn12 .cn14 input {
  width: 100%;
  line-height: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 0 0.15rem;
  color: #999;
}
@media (max-width: 767px) {
  .public-windows .container .right .cn11 .cn12 .cn14 input {
    line-height: 0.76rem;
  }
}
.public-windows .container .right .cn11 .cn12 .cn14 input::placeholder {
  color: #999;
}
.public-windows .container .right .cn11 .cn12 .cn14 textarea {
  width: 100%;
  line-height: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 0 0.15rem;
  color: #999;
  height: 1.4rem;
}
.public-windows .container .right .cn11 .cn12 .cn14 textarea::placeholder {
  color: #999;
}
.public-windows .container .right .cn15 {
  color: #999999;
  line-height: 1.625em;
}
.public-windows .container .right .cn15 a {
  color: #154693;
}
.public-windows .container .right .public-btn0 {
  margin-top: 0.3rem;
  justify-content: flex-start;
}
.public-windows .container .right .public-btn0 .public-btn {
  border-radius: 0.27rem;
}
@media (max-width: 767px) {
  .public-windows .container .right .public-btn0 .public-btn {
    border-radius: 0.38rem;
  }
}
#c-header .hadbot {
  height: auto;
}
#c-header .hadbot .hadbot_cont {
  height: initial !important;
}
#c-header .hadbot .hadbot_cont .container {
  height: initial !important;
}
#c-header .hadbot .hadbot_cont .container .cont {
  width: 62.5%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #c-header .hadbot .hadbot_cont .container .cont {
    width: 100%;
  }
}
#c-header .hadbot .hadbot_cont .container .cont .cont1 {
  display: flex;
  align-items: center;
  height: auto;
  justify-content: space-between;
}
#c-header .hadbot .hadbot_cont .container .cont .cont1 .cn1 {
  color: #000;
  line-height: 1.22727273em;
}
#c-header .hadbot .hadbot_cont .container .cont .cont1 .close {
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
  transform: translateX(-0.2rem);
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .hadbot .hadbot_cont .container .cont .cont1 .close {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-header .hadbot .hadbot_cont .container .cont .cont1 .close .cn2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.02rem;
  background-color: #999;
}
#c-header .hadbot .hadbot_cont .container .cont .cont1 .close .cn2:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
#c-header .hadbot .hadbot_cont .container .cont .cont1 .close .cn2:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#c-header .hadbot .hadbot_cont .container .cont .form {
  margin-top: 0.65rem;
  width: 100%;
  background-color: transparent;
  position: relative;
  padding: 0;
}
#c-header .hadbot .hadbot_cont .container .cont .form .int {
  padding: 0;
  width: 100%;
}
#c-header .hadbot .hadbot_cont .container .cont .form .int input {
  padding: 0 1rem 0 0;
  height: 0.65rem;
  background-color: transparent;
  line-height: 0.65rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #999;
  width: 100%;
}
@media (max-width: 991px) {
  #c-header .hadbot .hadbot_cont .container .cont .form .int input {
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
#c-header .hadbot .hadbot_cont .container .cont .form .int input::placeholder {
  color: #999;
}
#c-header .hadbot .hadbot_cont .container .cont .form .f_sub {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  width: initial;
}
#c-header .hadbot .hadbot_cont .container .cont .form .f_sub img {
  width: 0.21rem;
  height: initial;
}
@media (max-width: 991px) {
  #c-header .hadbot .hadbot_cont .container .cont .form .f_sub img {
    width: 0.42rem;
  }
}
#c-header .hadbot .hadbot_cont .container .cont .fz_key {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
#c-header .hadbot .hadbot_cont .container .cont .fz_key .name {
  width: initial;
  line-height: 0.4rem;
  margin-bottom: 0.14rem;
  color: #999;
}
@media (max-width: 767px) {
  #c-header .hadbot .hadbot_cont .container .cont .fz_key .name {
    line-height: 0.6rem;
  }
}
#c-header .hadbot .hadbot_cont .container .cont .fz_key .jut a {
  margin: 0 0.1rem 0.14rem;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  background-color: #154693;
  color: #fff;
  padding: 0 0.2rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  #c-header .hadbot .hadbot_cont .container .cont .fz_key .jut a {
    line-height: 0.6rem;
    border-radius: 0.3rem;
    font-size: 0.24rem;
  }
}
#c-header .hadbot .hadbot_cont .container .cont .fz_key .jut a:hover {
  opacity: 0.8;
}
