@charset "utf-8";
:root {
  --color: #249cad;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "dinbold";
  src: url("../font/DIN-BOLD.OTF") format("opentype");
}
.font-dinbold {
  font-family: dinbold;
}
* {
  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: #249cad;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.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: #249cad;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.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: #249cad;
}
#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: #249cad;
}
#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: #249cad;
}
#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 {
  display: flex;
  align-items: center;
  height: 0.85rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #373737;
  transition: 0.3s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
    height: 1.2rem;
  }
}
#c-header a {
  color: #373737;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 0 0.6rem;
}
#c-header .container .indexheaderleft {
  display: flex;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.sy-sty {
  border-bottom: 0;
  background: transparent;
}
#c-header.sy-sty .indexheaderleft .c-nav > li .c-title-box > a {
  color: #fff;
}
#c-header.sy-sty .indexheaderleft .c-nav > li .c-title-box svg path {
  fill: #fff;
}
#c-header.sy-sty .c-gn .ztop-search .cn1 svg path {
  fill: #fff;
}
#c-header.sy-sty .c-gn .ztop-search .cn1 > span {
  color: #fff;
}
#c-header.sy-sty .c-gn .ztop-language .cn1 svg path {
  fill: #fff;
}
#c-header.sy-sty .c-gn .ztop-language .cn1 > span {
  color: #fff;
}
#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: rgba(255, 255, 255, 0.9);
}
#c-header.c-style2 a {
  color: #333;
}
#c-header.c-style2.sy-sty {
  color: #333;
  background: rgba(255, 255, 255, 0.9);
}
#c-header.c-style2.sy-sty a {
  color: #333;
}
#c-header.c-style2.sy-sty .indexheaderleft .c-nav > li .c-title-box > a {
  color: #333;
}
#c-header.c-style2.sy-sty .indexheaderleft .c-nav > li .c-title-box .cn1 {
  color: #333;
}
#c-header.c-style2.sy-sty .indexheaderleft .c-nav > li .c-title-box .cn1 > span {
  color: #333;
}
#c-header.c-style2.sy-sty .indexheaderleft .c-nav > li .c-title-box svg path {
  fill: #333;
}
#c-header.c-style2.sy-sty .indexheaderleft .c-nav > li.on .c-title-box .cn1 {
  color: #fff;
}
#c-header.c-style2.sy-sty .c-gn .ztop-search .cn1 svg path {
  fill: #333;
}
#c-header.c-style2.sy-sty .c-gn .ztop-search .cn1 > span {
  color: #333;
}
#c-header.c-style2.sy-sty .c-gn .ztop-language .cn1 svg path {
  fill: #333;
}
#c-header.c-style2.sy-sty .c-gn .ztop-language .cn1 > span {
  color: #333;
}
/*顶部logo*/
#c-header {
  background-color: #Fff;
}
#c-header .c-logo {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  width: 1rem;
  height: 0.35rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    width: 2rem;
    height: 0.7rem;
  }
}
#c-header .c-logo .c-img-box svg {
  width: 1rem;
  height: 0.35rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box svg {
    width: 2rem;
    height: 0.7rem;
  }
}
#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;
  }
}
/*顶部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-right: 0.2rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box > 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.1rem;
  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;
  opacity: 1;
  stroke: none;
  transition: all 0.3s;
}
#c-header .c-nav > li > .c-title-box + .cn100 {
  width: 300vw;
  box-shadow: none;
  background-color: transparent;
}
#c-header .c-nav > li > .c-title-box + .cn100 em {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 300vw;
  height: 1.24rem;
  background-color: rgba(255, 255, 255, 0.9);
}
#c-header .c-nav > li > .c-title-box + .cn100 .cn101 {
  border-bottom: 0;
  display: inline-block;
}
#c-header .c-nav > li > .c-title-box + .cn100 .cn101 .cn102 {
  line-height: 1.24rem;
  color: #666666;
  padding: 0 0.4rem;
  position: relative;
}
#c-header .c-nav > li > .c-title-box + .cn100 .cn101 .cn102:hover {
  color: #249cad;
}
#c-header .c-nav > li > .c-title-box + .cn100 .cn101 .cn102::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 0.68rem;
  background-color: #d4d4d4;
}
#c-header .c-nav > li > .c-title-box + .cn100 .cn101:last-child .cn102::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 0.68rem;
  background-color: #d4d4d4;
}
#c-header .c-nav > li a:before {
  display: none;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background: #249cad;
  transition: 0.3s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0.1rem 0.2rem;
}
#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: #fff;
}
#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: #fff !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav > li.on a {
  background-color: #249cad;
  border-radius: 0 0.2rem 0 0.2rem;
  color: #fff;
}
#c-header .c-nav > li:hover a {
  color: #249cad !important;
}
#c-header .c-nav > li:hover a svg path {
  fill: #249cad !important;
}
#c-header.c-style2 .c-nav > li:hover a svg path {
  fill: #249cad !important;
}
#c-header .c-nav > li.on a svg path {
  fill: #fff;
}
#c-header .c-nav > li:last-child:hover a {
  background-color: #249cad;
  border-radius: 0 0.2rem 0 0.2rem;
  color: #fff !important;
}
/*顶部移动端导航*/
#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;
  flex: 1;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #249cad;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #333;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn .ztop-language {
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
#c-header .c-gn .ztop-language .cn1 {
  display: flex;
  align-items: center;
}
#c-header .c-gn .ztop-language .cn1 span {
  margin: 0 0.1rem;
}
#c-header .c-gn .ztop-language .cn1 svg path {
  fill: #333;
  opacity: 1;
  stroke: none;
}
#c-header .c-gn .ztop-language .cn2 {
  opacity: 0;
  top: 0;
  display: none;
  z-index: 900;
  margin-top: 0.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  padding: 5px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  line-height: 1.5em;
  height: auto;
}
#c-header .c-gn .ztop-language .cn2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.2rem;
  top: -0.2rem;
  left: 0;
}
#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::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60%;
  height: 1px;
  background-color: #e5e5e5;
}
#c-header .c-gn .ztop-language .cn2 .cn3:last-child::before {
  display: none;
}
#c-header .c-gn .ztop-language .cn2 .cn3.on {
  background-color: #249cad;
  border-radius: 50%;
  color: #fff;
}
#c-header .c-gn .ztop-language .cn2 .cn3.on2::before {
  display: none;
}
#c-header .c-gn .ztop-language .cn2 .cn3:hover {
  background-color: #249cad;
  border-radius: 50%;
  color: #fff;
}
#c-header .c-gn .ztop-language .cn2 .cn3:hover::before {
  display: none;
}
#c-header .c-gn .ztop-language:hover .cn2 {
  opacity: 1;
  top: 100%;
  display: block;
  animation: hideShow 0.4s;
}
#c-header .c-gn .ztop-search {
  margin: 0.1rem 0;
  line-height: 0.65rem;
  height: 0.65rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 0.1rem;
  transition: all 0.5s;
  cursor: pointer;
}
#c-header .c-gn .ztop-search form {
  padding-left: 0;
  width: auto;
}
#c-header .c-gn .ztop-search .cn1 {
  display: flex;
  align-items: center;
  position: relative;
}
#c-header .c-gn .ztop-search .cn1 img {
  width: 0.24rem;
  height: 0.24rem;
}
#c-header .c-gn .ztop-search .cn1 svg {
  width: 0.24rem;
  height: 0.24rem;
}
#c-header .c-gn .ztop-search .cn1 svg path {
  fill: #333;
  opacity: 1;
}
#c-header .c-gn .ztop-search .cn2 {
  position: absolute;
  right: 100%;
  width: 0;
  visibility: hidden;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  height: 100%;
  line-height: 0.65rem;
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#c-header .c-gn .ztop-search .cn2 input {
  line-height: 0.65rem;
}
#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: #249cad;
  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: #249cad;
}
#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;
}
.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;
}
/**********************************00-01 首页**********************************/
.container {
  max-width: 1500px;
}
.public-btn3 {
  display: flex;
}
.public-btn3 .public-btn2 {
  min-width: 1.68rem;
  padding: 0 0.2rem;
  line-height: 0.6rem;
  border-radius: 0 0.2rem 0 0.2rem;
  background-color: #3ea9b9;
  display: flex;
  align-items: center;
  color: #Fff;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .public-btn3 .public-btn2 {
    line-height: 0.8rem;
    padding: 0 0.3rem;
  }
}
.public-btn3 .public-btn2 img {
  width: 6px;
  height: 11px;
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .public-btn3 .public-btn2 img {
    width: 0.12rem;
    height: 0.22rem;
  }
}
.public-btn3 .public-btn2 span {
  display: flex;
  align-items: center;
}
.public-btn3 .public-btn2:hover {
  background: rgba(62, 169, 185, 0.9);
}
.public-btn3 .public-btn2:hover img {
  transform: translateX(5px);
}
@keyframes hideShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.index-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.index-banner .indexbannerpagination {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  z-index: 2;
  text-align: center;
}
.index-banner .indexbannerpagination .swiper-pagination-bullet {
  position: relative;
  width: 19px;
  height: 19px;
  background-color: #000;
  opacity: 0.2;
  margin: 0 0.13rem;
}
.index-banner .indexbannerpagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
}
.index-banner .indexbannerpagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 50%;
  background-color: #000;
}
.index-banner .indexbannerpagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #249cad;
  opacity: 1;
}
.index-banner .indexbannerpagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #249cad;
}
.index-banner .indexbannerpagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: #249cad;
}
.index-banner .swiper-wrapper .swiper-slide {
  position: relative;
}
.index-banner .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.index-banner .swiper-wrapper .swiper-slide .img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.index-banner .swiper-wrapper .swiper-slide .img .pc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .index-banner .swiper-wrapper .swiper-slide .img .pc-img {
    display: none;
  }
}
.index-banner .swiper-wrapper .swiper-slide .img .mb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
@media (max-width: 991px) {
  .index-banner .swiper-wrapper .swiper-slide .img .mb-img {
    display: block;
  }
}
.index-banner .swiper-wrapper .swiper-slide .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 991px) {
  .index-banner .swiper-wrapper .swiper-slide .container {
    top: 32%;
  }
}
.index-banner .swiper-wrapper .swiper-slide .container .text {
  width: 100%;
}
.index-banner .swiper-wrapper .swiper-slide .container .text .cn1 {
  display: flex;
  color: #249cad;
  line-height: 1.03333333em;
  opacity: 0;
  transform: translateY(0.6rem);
  transition: all 1s;
}
.index-banner .swiper-wrapper .swiper-slide .container .text .cn1 .yuan2 {
  margin: 0 0.25rem;
  position: relative;
}
.index-banner .swiper-wrapper .swiper-slide .container .text .cn1 .yuan2 .yuan {
  position: absolute;
  left: 45%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 2;
  will-change: transform;
  display: flex;
  animation: myrotate 2s infinite linear;
  -webkit-animation: myrotate 2s infinite linear;
  /* Safari and Chrome */
}
.index-banner .swiper-wrapper .swiper-slide .container .text .cn1 .yuan2 .yuan svg {
  width: 1rem;
  height: 1rem;
}
.index-banner .swiper-wrapper .swiper-slide .container .text .cn1 .yuan2 .yuan svg image {
  opacity: 1;
}
.index-banner .swiper-wrapper .swiper-slide .container .text .cn2 {
  color: #249cad;
  line-height: 1.2em;
  margin: 0.3rem 0 0.55rem;
  opacity: 0;
  transform: translateY(0.6rem);
  transition: all 1s;
}
.index-banner .swiper-wrapper .swiper-slide .container .text .public-btn3 {
  opacity: 0;
  transform: translateY(0.6rem);
  transition: all 1s;
}
.index-banner .swiper-wrapper .swiper-slide.ani-slide .img img {
  animation: myscale 10s 1 forwards;
}
.index-banner .swiper-wrapper .swiper-slide.ani-slide .container .text .cn1 {
  opacity: 1;
  transform: translateY(0);
}
.index-banner .swiper-wrapper .swiper-slide.ani-slide .container .text .cn2 {
  opacity: 1;
  transform: translateY(0);
}
.index-banner .swiper-wrapper .swiper-slide.ani-slide .container .text .public-btn3 {
  opacity: 1;
  transform: translateY(0);
}
@keyframes myscale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
.index-product {
  position: relative;
  padding-top: 1.6rem;
  overflow: hidden;
}
.index-product .svgbox {
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  max-width: 19.2rem;
}
.index-product .svgbox path {
  stroke-dasharray: 200%;
  stroke-dashoffset: -200%;
}
.index-product .svgbox .pcline {
  display: block;
}
@media (max-width: 991px) {
  .index-product .svgbox .pcline {
    display: none;
  }
}
.index-product .svgbox .mbline {
  display: none;
}
@media (max-width: 991px) {
  .index-product .svgbox .mbline {
    display: block;
  }
}
.index-product .container {
  position: relative;
  z-index: 3;
}
.index-product .container .cn1 {
  text-align: center;
  color: #999999;
}
.index-product .container .cn2 {
  margin: 0.25rem 0 0.7rem;
  text-align: center;
  color: #000000;
  line-height: 1.25em;
  width: 69%;
  margin-left: 15.5%;
}
@media (max-width: 767px) {
  .index-product .container .cn2 {
    width: 75%;
    margin-left: 12.5%;
  }
}
@media (max-width: 767px) {
  .index-product .container .cn2 {
    line-height: 1.6;
    font-size: 0.3rem;
    margin: 0.25rem 0.85rem 0.7rem;
    width: 90%;
    margin-left: 5%;
  }
}
.index-product .container .public-btn3 {
  margin-bottom: 1.64rem;
  justify-content: center;
}
.index-product .container .box {
  display: flex;
  flex-wrap: wrap;
  background-color: #f4fafb;
  border-radius: 0 1rem 0 0;
}
.index-product .container .box .left {
  width: 60.66666667%;
  padding: 1.1rem 0.6rem;
}
@media (max-width: 991px) {
  .index-product .container .box .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-product .container .box .left {
    padding: 1.1rem 0.3rem;
  }
}
.index-product .container .box .left .cn3 {
  color: #222222;
}
.index-product .container .box .left .cn4 {
  color: #666666;
  margin: 0.3rem 0 0.7rem;
}
.index-product .container .box .left .box2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
.index-product .container .box .left .box2 .cn5 {
  cursor: pointer;
  margin-right: 0.8rem;
  color: #999999;
  position: relative;
}
@media (max-width: 991px) {
  .index-product .container .box .left .box2 .cn5 {
    margin-right: 0.4rem;
  }
}
.index-product .container .box .left .box2 .cn5:last-child {
  margin-right: 0;
}
.index-product .container .box .left .box2 .cn5 .cn6 {
  color: #999;
  position: relative;
  transition: all 0.4s;
}
.index-product .container .box .left .box2 .cn5 .yuan {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  opacity: 0;
}
.index-product .container .box .left .box2 .cn5 .yuan svg {
  width: 100%;
  height: 100%;
}
.index-product .container .box .left .box2 .cn5 .yuan svg image {
  opacity: 1;
}
.index-product .container .box .left .box2 .cn5 .yuan img {
  width: 100%;
  height: 100%;
}
.index-product .container .box .left .box2 .cn5 .sanjiao {
  width: 0.14rem;
  height: 0.12rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.4rem;
  opacity: 0;
  transition: all 0.4s;
}
.index-product .container .box .left .box2 .cn5.on .cn6 {
  color: #249cad;
}
.index-product .container .box .left .box2 .cn5.on .yuan {
  will-change: transform;
  opacity: 1;
  display: flex;
  animation: myrotate 2s infinite linear forwards;
  -webkit-animation: myrotate 2s infinite linear forwards;
  /* Safari and Chrome */
}
.index-product .container .box .left .box2 .cn5.on .sanjiao {
  opacity: 1;
  bottom: -0.1rem;
}
.index-product .container .box .left .index-producta1 {
  overflow: hidden;
  position: relative;
}
.index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box3 {
  width: 50%;
  min-height: 2rem;
  position: relative;
  padding-right: 0.3rem;
}
@media (max-width: 991px) {
  .index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box3 {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box3 {
    width: 100%;
    min-height: unset;
  }
}
.index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box3::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dddddd;
}
@media (max-width: 767px) {
  .index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box3::before {
    display: none;
  }
}
.index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box3 .cn7 {
  color: #333333;
  line-height: 1.5em;
  margin-bottom: 0.3rem;
  cursor: pointer;
}
.index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box3 .cn7:last-child {
  margin-bottom: 0;
}
.index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box3 .cn7 span {
  position: relative;
}
.index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box3 .cn7 span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #249cad;
  transition: all 0.4s;
}
.index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box3 .cn7.on span::before {
  width: 100%;
}
.index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box4 {
  width: 50%;
  padding-left: 0.3rem;
}
@media (max-width: 991px) {
  .index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box4 {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box4 {
    margin-top: 0.6rem;
    width: 100%;
    padding-left: 0;
  }
}
.index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box4 .box4a {
  width: 80%;
  display: none;
}
.index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box4 .box4a .cn8 {
  color: #333333;
  line-height: 1.66666667em;
}
.index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box4 .box4a .cn9 {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  color: #3ea9b9;
}
.index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box4 .box4a .cn9 img {
  margin-left: 0.1rem;
  position: relative;
  transition: all 0.4s;
  width: 6px;
  height: 11px;
}
.index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box4 .box4a .cn9:hover img {
  transform: translateX(5px);
}
.index-product .container .box .left .index-producta1 .swiper-wrapper .swiper-slide .box4 .box4a.on {
  display: block;
  animation: myopacity 0.4s linear 1 forwards;
}
.index-product .container .box .right {
  overflow: hidden;
  width: 39.33333333%;
}
@media (max-width: 991px) {
  .index-product .container .box .right {
    width: 70%;
    margin: 0 auto;
    display: none;
  }
}
.index-product .container .box .right .imgbox .img {
  display: none;
  border-radius: 0 1rem 0 1rem;
}
.index-product .container .box .right .imgbox .img::before {
  padding-top: 135.59322034%;
}
.index-product .container .box .right .imgbox .img:hover img {
  transform: scale(1.05);
}
.index-product .container .box .right .imgbox .img.on {
  display: block;
}
.index-product .container .box .right .imgbox .img.on img {
  animation: indexproduct1 0.4s linear 1 forwards;
}
@keyframes myopacity {
  from {
    opacity: 0;
    transform: translateY(0.6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes indexproduct1 {
  from {
    left: 100%;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@keyframes myrotate {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
@-webkit-keyframes myrotate {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
.index-about1 {
  width: 100%;
  overflow: hidden;
  padding-top: 2.45rem;
  position: relative;
}
.index-about1 .svgbox {
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  max-width: 19.2rem;
}
.index-about1 .svgbox path {
  stroke-dasharray: 200%;
  stroke-dashoffset: -200%;
}
.index-about1 .svgbox .pcline {
  display: block;
}
@media (max-width: 991px) {
  .index-about1 .svgbox .pcline {
    display: none;
  }
}
.index-about1 .svgbox .mbline {
  display: none;
}
@media (max-width: 991px) {
  .index-about1 .svgbox .mbline {
    display: block;
  }
}
.index-about1 .container {
  position: relative;
  z-index: 3;
}
.index-about1 .container .cn1 {
  text-align: center;
  color: #222222;
}
.index-about1 .container .box1 {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.index-about1 .container .box1 .cn2 {
  color: #999999;
  margin: 0 0.33rem;
  position: relative;
  transition: all 0.4s;
}
.index-about1 .container .box1 .cn2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #249cad;
  transition: all 0.4s;
}
.index-about1 .container .box1 .cn2.on {
  color: #333333;
}
.index-about1 .container .box1 .cn2.on::before {
  width: 100%;
}
.index-about1 .container .index-about1a {
  margin-top: 0.3rem;
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.index-about1 .container .index-about1a .swiper-wrapper .swiper-slide {
  position: relative;
  opacity: 0.2;
}
.index-about1 .container .index-about1a .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.index-about1 .container .index-about1a .swiper-wrapper .swiper-slide.ani-slide .text {
  opacity: 1;
  transform: translateY(0);
}
.index-about1 .container .index-about1a .swiper-wrapper .swiper-slide .img::before {
  padding-top: 45.33333333%;
}
@media (max-width: 991px) {
  .index-about1 .container .index-about1a .swiper-wrapper .swiper-slide .img::before {
    padding-top: 140%;
  }
}
.index-about1 .container .index-about1a .swiper-wrapper .swiper-slide .img:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .index-about1 .container .index-about1a .swiper-wrapper .swiper-slide .img img.pc-img {
    display: none;
  }
}
.index-about1 .container .index-about1a .swiper-wrapper .swiper-slide .img img.mb-img {
  display: none;
}
@media (max-width: 991px) {
  .index-about1 .container .index-about1a .swiper-wrapper .swiper-slide .img img.mb-img {
    display: block;
  }
}
.index-about1 .container .index-about1a .swiper-wrapper .swiper-slide .text {
  position: absolute;
  left: 4%;
  top: 14.70588235%;
  width: 24%;
  transition: all 1s;
  aspect-ratio: 1;
  z-index: 2;
  opacity: 0;
  transform: translateY(0.6rem);
}
@media (max-width: 991px) {
  .index-about1 .container .index-about1a .swiper-wrapper .swiper-slide .text {
    width: 55%;
    left: 0.2rem;
    top: 0.2rem;
    transform: translate(0) !important;
  }
}
.index-about1 .container .index-about1a .swiper-wrapper .swiper-slide .text .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3ea9b9;
  border-radius: 50%;
}
.index-about1 .container .index-about1a .swiper-wrapper .swiper-slide .text .bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 50%;
  display: flex;
  background-color: #3ea9b9;
}
.index-about1 .container .index-about1a .swiper-wrapper .swiper-slide .text .cn100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.index-about1 .container .index-about1a .swiper-wrapper .swiper-slide .text .cn3 {
  padding-top: 13.88888889%;
  padding-left: 6.94444444%;
  width: 81.94444444%;
  position: relative;
  color: #f4fafb;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .index-about1 .container .index-about1a .swiper-wrapper .swiper-slide .text .cn3 {
    opacity: 0.5;
  }
}
.index-about1 .container .index-about1a .swiper-wrapper .swiper-slide .text .cn4 {
  margin-top: 0.2rem;
  padding-left: 6.94444444%;
  width: 81.94444444%;
  position: relative;
  color: #f4fafb;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .index-about1 .container .index-about1a .swiper-wrapper .swiper-slide .text .cn4 {
    font-size: 0.32rem;
    line-height: 1.3em;
  }
}
.index-about1 .container .index-about1a .swiperprev46 {
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #Fff;
  border-radius: 50%;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
}
.index-about1 .container .index-about1a .swiperprev46 svg {
  width: 0.11rem;
  height: auto;
}
.index-about1 .container .index-about1a .swiperprev46 svg path {
  fill: #Fff;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.index-about1 .container .index-about1a .swiperprev46:hover {
  background-color: #Fff;
}
.index-about1 .container .index-about1a .swiperprev46:hover svg path {
  fill: #249cad;
}
.index-about1 .container .index-about1a .swipernext46 {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #Fff;
  border-radius: 50%;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
}
.index-about1 .container .index-about1a .swipernext46 svg {
  transform: rotate(180deg);
  width: 0.11rem;
  height: auto;
}
.index-about1 .container .index-about1a .swipernext46 svg path {
  fill: #Fff;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.index-about1 .container .index-about1a .swipernext46:hover {
  background-color: #Fff;
}
.index-about1 .container .index-about1a .swipernext46:hover svg path {
  fill: #249cad;
}
.index-about2 {
  padding-top: 2.45rem;
  padding-bottom: 1.6rem;
  overflow: hidden;
  position: relative;
}
.index-about2 .svgbox {
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  max-width: 19.2rem;
}
.index-about2 .svgbox path {
  stroke-dasharray: 200%;
  stroke-dashoffset: -200%;
}
.index-about2 .svgbox .pcline {
  display: block;
}
@media (max-width: 991px) {
  .index-about2 .svgbox .pcline {
    display: none;
  }
}
.index-about2 .svgbox .mbline {
  display: none;
}
@media (max-width: 991px) {
  .index-about2 .svgbox .mbline {
    display: block;
  }
}
.index-about2 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.index-about2 .container .left {
  width: 41%;
  position: relative;
}
@media (max-width: 767px) {
  .index-about2 .container .left {
    width: 65%;
    margin: 0 auto;
  }
}
.index-about2 .container .left .bgimg {
  width: 100%;
}
.index-about2 .container .left .picimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70.89430894%;
  transition: all 0.4s;
}
.index-about2 .container .left .dianimg {
  position: absolute;
  left: 43%;
  transform: translateX(-50%);
  top: 0.35rem;
  z-index: 2;
  width: 0.22rem;
  height: 0.22rem;
}
.index-about2 .container .left:hover .picimg {
  transform: translate(-50%, -50%) scale(1.05);
}
.index-about2 .container .right {
  width: 42%;
}
@media (max-width: 767px) {
  .index-about2 .container .right {
    width: 100%;
    margin-top: 1.2rem;
    padding: 0 0.3rem;
  }
}
.index-about2 .container .right .cn1 {
  color: #222222;
  line-height: 1.5em;
}
.index-about2 .container .right .cn2 {
  margin: 0.3rem 0 0.7rem;
}
.footer {
  background-color: #3ea9b9;
  width: 100%;
}
.footer .footerline {
  width: 100%;
}
.footer .footerline .img {
  display: block;
  width: 100%;
}
.footer .footerline .img img {
  width: 100%;
  object-fit: none;
}
.footer .container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem 0 1.45rem;
}
@media (max-width: 991px) {
  .footer .container2 {
    padding: 1rem 0;
  }
}
@media (max-width: 991px) {
  .footer .container2 .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer .container2 .left .logo {
  display: block;
  width: 1.27rem;
}
@media (max-width: 991px) {
  .footer .container2 .left .logo {
    width: 2rem;
  }
}
.footer .container2 .left .logo img {
  width: 1.27rem;
  height: 0.45rem;
}
@media (max-width: 991px) {
  .footer .container2 .left .logo img {
    width: 2rem;
    height: auto;
  }
}
.footer .container2 .left .footershare {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
}
.footer .container2 .left .footershare .cn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  border: 2px solid #249cad;
  border-radius: 50%;
  margin-right: 0.15rem;
  transition: all 0.5s;
  border: 2px solid #fff;
}
@media (max-width: 991px) {
  .footer .container2 .left .footershare .cn1 {
    margin: 0 0.1rem;
    width: 0.76rem;
    height: 0.76rem;
  }
}
.footer .container2 .left .footershare .cn1 svg {
  max-width: 0.2rem;
  width: 0.2rem;
  height: 0.2rem;
  max-height: 0.2rem;
}
@media (max-width: 991px) {
  .footer .container2 .left .footershare .cn1 svg {
    width: 0.4rem;
    height: 0.4rem;
    max-width: 0.4rem;
    max-height: 0.4rem;
  }
}
.footer .container2 .left .footershare .cn1 svg path {
  fill: #249cad;
  stroke: none;
  opacity: 1;
  transition: all 0.4s;
  fill: #fff;
}
.footer .container2 .left .footershare .cn1:hover {
  background-color: #fff;
}
.footer .container2 .left .footershare .cn1:hover svg path {
  fill: #249cad;
}
.footer .container2 .left .zz-contcat {
  margin-top: 0.4rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .footer .container2 .left .zz-contcat {
    align-items: center;
  }
}
.footer .container2 .left .zz-contcat a {
  color: #fff;
  position: relative;
  z-index: 1;
}
.footer .container2 .left .zz-contcat a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  background-color: #fff;
}
.footer .container2 .left .zz-contcat a:hover::before {
  width: 100%;
}
.footer .container2 .left .zz-contcat a:nth-of-type(2) {
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .footer .container2 .left .zz-contcat a:nth-of-type(2) {
    margin-top: 0.3rem;
  }
}
.footer .container2 .right {
  width: 67.66666667%;
}
@media (max-width: 991px) {
  .footer .container2 .right {
    display: none;
  }
}
.footer .container2 .right .cn2 {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.footer .container2 .right .cn2 .cn3 .cn4 {
  color: #249cad;
  line-height: 1.5em;
  position: relative;
  color: #fff;
}
.footer .container2 .right .cn2 .cn3 .cn4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #249cad;
  transition: all 0.4s;
  background-color: #fff;
}
.footer .container2 .right .cn2 .cn3 .cn4:hover::before {
  width: 100%;
}
.footer .container2 .right .cn2 .cn3 .cn5 {
  margin-top: 0.3rem;
}
.footer .container2 .right .cn2 .cn3 .cn5 .cn6 {
  margin-bottom: 0.16rem;
}
.footer .container2 .right .cn2 .cn3 .cn5 .cn6:last-child {
  margin-bottom: 0;
}
.footer .container2 .right .cn2 .cn3 .cn5 .cn6 .cn7 {
  color: #666666;
  line-height: 1.5em;
  transition: all 0.4s;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
.footer .container2 .right .cn2 .cn3 .cn5 .cn6 .cn7::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #249cad;
  transition: all 0.4s;
  background-color: #Fff;
}
.footer .container2 .right .cn2 .cn3 .cn5 .cn6 .cn7:hover {
  color: #249cad;
  color: #Fff;
}
.footer .container2 .right .cn2 .cn3 .cn5 .cn6 .cn7:hover::before {
  width: 100%;
}
.footer .container3 {
  border-top: 1px solid #dff0f3;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .container3 .left {
    width: 100%;
    text-align: center;
  }
}
.footer .container3 .left .cn1 {
  color: #999999;
  color: #fff;
}
.footer .container3 .left .cn1 a {
  color: #999;
  position: relative;
  color: #fff;
}
.footer .container3 .left .cn1 a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #249cad;
  transition: all 0.4s;
  background-color: #Fff;
}
.footer .container3 .left .cn1 a:hover {
  color: #249cad;
  color: #Fff;
}
.footer .container3 .left .cn1 a:hover::before {
  width: 100%;
}
.footer .container3 .right {
  display: flex;
}
@media (max-width: 991px) {
  .footer .container3 .right {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.footer .container3 .right .cn2 {
  margin-left: 0.4rem;
  color: #999;
  transition: all 0.4s;
  position: relative;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer .container3 .right .cn2 {
    margin: 0 0.2rem;
  }
}
.footer .container3 .right .cn2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #249cad;
  transition: all 0.4s;
  background-color: #Fff;
}
.footer .container3 .right .cn2:hover {
  color: #249cad;
  color: #Ffffff;
}
.footer .container3 .right .cn2:hover::before {
  width: 100%;
}
.publicRightreturn {
  position: fixed;
  right: 0.6rem;
  bottom: 0.6rem;
  width: 54px;
  height: 54px;
  background-color: #e9f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  z-index: 120;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .publicRightreturn {
    display: none;
  }
}
.publicRightreturn svg {
  width: 19px;
  height: 6px;
}
.publicRightreturn svg path {
  transition: all 0.4s;
  fill: #249cad;
  opacity: 1;
  stroke: none;
}
.publicRightreturn:hover {
  background-color: #249cad;
}
.publicRightreturn:hover svg path {
  fill: #fff;
}
/*# sourceMappingURL=./style.css.map */