
.wow {
  position: relative;
  opacity: 0;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  /* Safari 和 Chrome */
}
/*字体*/
/* @font-face {
  font-family: "Fontke";
  src: url("Fontke.woff2") format("woff2"),
     url("Fontke.woff") format("woff"),
     url("Fontke.ttf") format("truetype"),
     url("Fontke.eot") format("embedded-opentype"),
     url("Fontke.svg") format("svg"),
     url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: 'zhengti';
  src: url('../font/HarmonyOS_Sans_Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cu';
  src: url('../font/HarmonyOS_Sans_Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  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;
}
@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/10.8);
  }
}
@media (max-width: 567px) {
  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;
  overflow-x: hidden;
  color: #111111;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
}
img {
  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: 87.5%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 75%;
  max-width: 1400px;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .container2 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.transition {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .ptb120 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.pt120 {
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .pt120 {
    padding-top: 1.2rem;
  }
}
.pb120 {
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .pb120 {
    padding-bottom: 1.2rem;
  }
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt140 {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .pt140 {
    padding-top: 1.2rem;
  }
}
.pb140 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .pb140 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font18 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 20px;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 0.3rem;
  }
}
.font26 {
  font-size: 0.26rem;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .font26 {
    font-size: 0.3rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.36rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.42rem;
  }
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 1199px) {
  .font40 {
    font-size: 0.42rem;
  }
}
@media (max-width: 767px) {
  .font40 {
    font-size: 0.46rem;
  }
}
.font42 {
  font-size: 0.42rem;
}
@media (max-width: 1199px) {
  .font42 {
    font-size: 0.44rem;
  }
}
@media (max-width: 767px) {
  .font42 {
    font-size: 0.46rem;
  }
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 1199px) {
  .font48 {
    font-size: 0.42rem;
  }
}
@media (max-width: 767px) {
  .font48 {
    font-size: 0.46rem;
  }
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .font60 {
    font-size: 0.66rem;
  }
}
#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: #2cc6d0;
}
#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: #2cc6d0;
}
#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: #2cc6d0;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(https://www.beisen.com/public/mobile/index/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%;
}
/* 导航 */
/* End */
/* End */
.basemenubut {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 22px;
}
.basemenubut span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basemenubut span:last-child {
  margin-bottom: 0;
}
.basemenubut span:nth-child(2) {
  width: 80%;
}
.basemenubut2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 2px;
}
.basemenubut2 span:nth-child(2) {
  display: none;
}
.basemenubut2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -2px;
}
/* 公共分页 */
.basepage {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .basepage {
    flex-wrap: wrap;
    padding: 0.4rem 0;
  }
}
.basepage .zong {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #161b27;
}
@media (max-width: 1580px) {
  .basepage .zong {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .basepage .zong {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .basepage .zong {
    order: 1;
  }
}
.basepage .zong span {
  color: #2cc6d0;
}
.basepage .zong .li {
  margin-right: 0.26rem;
}
.basepage .zong .li:last-child {
  margin-right: 0;
}
.basepage .page {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .basepage .page {
    order: 0;
    width: 100%;
    max-width: 100%;
  }
}
.basepage .page a,
.basepage .page span {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  background-color: #e7e7e7;
  flex-shrink: 0;
  font-weight: 100;
  font-size: 16px;
  float: left;
  font-size: 18px;
  margin: 0 5px 10px;
}
@media (max-width: 1580px) {
  .basepage .page a,
  .basepage .page span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .basepage .page a,
  .basepage .page span {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.basepage .page .active {
  background-color: #2cc6d0;
  color: #fff;
}
.basepage .page .prev,
.basepage .page .next {
  position: relative;
  width: 100px;
  font-weight: inherit;
  font-size: 16px;
  color: #999999;
}
@media (max-width: 1580px) {
  .basepage .page .prev,
  .basepage .page .next {
    font-size: 14px;
    width: 80px;
  }
}
@media (max-width: 991px) {
}
.basepage .page .prev i,
.basepage .page .next i {
  display: block;
}
.basepage .page .prev img,
.basepage .page .next img,
.basepage .page .prev svg,
.basepage .page .next svg {
  width: 20px;
}
.basepage .page .prev img path,
.basepage .page .next img path,
.basepage .page .prev svg path,
.basepage .page .next svg path {
  fill: #cccccc;
}
.basepage .page .prev:hover svg path,
.basepage .page .next:hover svg path {
  fill: #2cc6d0;
}
.basepage .page .prev i {
  margin-right: 8px;
}
.basepage .page .next i {
  margin-left: 8px;
}
.basepage .page a:hover {
  color: #fff;
  background-color: #2cc6d0;
}
.basepage .beforew {
  display: flex;
  align-items: center;
  color: #161b27;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .basepage .beforew {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .basepage .beforew {
    font-size: 14px;
  }
}
.basepage .beforew input {
  width: 50px;
  height: 32px;
  border-radius: 3px;
  border: solid 1px #dfe2eb;
  color: #161b27;
  margin: 0 10px;
  text-align: center;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 18px;
}
@media (max-width: 1580px) {
  .basepage .beforew input {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .basepage .beforew input {
    font-size: 14px;
  }
}
.base_img {
  position: relative;
}
.base_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.base_img:before {
  content: "";
  display: block;
}
/* 面包屑 */
.breadbox .f_cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.28rem 0;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .breadbox .f_cont {
    padding: 12px 0;
  }
}
.breadbox .f_cont a,
.breadbox .f_cont span {
  font-size: 14px;
  line-height: 26px;
  color: #6c7272;
  zoom: 1;
}
@media (max-width: 1580px) {
  .breadbox .f_cont a,
  .breadbox .f_cont span {
    font-size: 14px;
    line-height: 24px;
  }
}
.breadbox .f_cont a:after,
.breadbox .f_cont span:after {
  content: '';
  display: block;
  clear: both;
}
.breadbox .f_cont a img,
.breadbox .f_cont span img {
  float: left;
  width: 20px;
}
@media (max-width: 1580px) {
  .breadbox .f_cont a img,
  .breadbox .f_cont span img {
    width: 18px;
  }
}
.breadbox .f_cont span {
  width: 6px;
  margin: 0 8px;
  display: block;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
}
.breadbox .f_cont span img,
.breadbox .f_cont span svg {
  width: 10px;
}
.breadbox .f_cont span img path,
.breadbox .f_cont span svg path {
  fill: #999999;
}
.breadbox .f_cont span svg {
  height: 10px;
}
.breadbox .f_cont .on {
  color: #2cc6d0;
}
.breadbox .f_cont a:last-child {
  color: #2cc6d0;
}
@media (max-width: 991px) {
  .breadbox .f_cont a:last-child {
    max-width: 33.333%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
}
@media (max-width: 375px) {
  .breadbox .f_cont a:last-child {
    max-width: 28%;
  }
}
.breadbox .f_cont .wofe {
  display: flex;
}
.breadbox .f_cont .wofe .li {
  display: flex;
  align-items: flex-start;
  padding: 0 6px;
  border: 1px solid #4070f4;
  line-height: 24px;
  font-size: 14px;
  color: #2cc6d0;
}
.breadbox .f_cont .wofe .li a {
  line-height: 1;
}
/* 文本编辑详情页 */
.make-text {
  line-height: 1.75;
  color: #999999;
  font-size: 16px;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}
@media (max-width: 1580px) {
  .make-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 1199px) {
}
.make-text img {
  max-width: 100%;
  height: auto!important;
}
.make-text table {
  width: 100%!important;
}
@media (max-width: 767px) {
  .make-text table {
    min-width: 700px;
  }
}
.make-text table td {
  color: #666666;
  border: 1px solid #ddd;
  padding: 0.12rem 0.4rem;
}
@media (max-width: 767px) {
  .make-text table td {
    font-size: 16px;
  }
}
.make-text ul,
.make-text li,
.make-text ol {
  list-style: inherit;
}
.make-text ul {
  padding-left: 20px;
}
.make-text h1,
.make-text h2,
.make-text h3,
.make-text h4,
.make-text h5,
.make-text h6 {
  font-weight: revert;
  line-height: 1.22;
  font-size: 0.24rem;
  color: #1F2226;
}
@media (max-width: 1580px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 0.3rem;
  }
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 16px!important;
    line-height: 1.3;
  }
}
.make-text p,
.make-text span {
  font-size: 16px;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  color: #999;
}
@media (max-width: 767px) {
  .make-text p,
  .make-text span {
    line-height: 24px;
    font-size: 16px!important;
  }
}
.bsTop {
  width: 100%!important;
}
.bsFrameDiv > div {
  height: 208px!important;
}
.bsFrameDiv img {
  margin: 16px!important;
}
/* 法律声明 */
.privacybox {
  background-color: #f5f5f5;
}
.privacybox .tit {
  margin-bottom: 0.18rem;
}
.privacybox .make-text {
  padding-top: 0.34rem;
  border-top: 1px solid #dcdcdc;
}
.privacybox .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .privacybox .container {
    padding: 0;
  }
}
/* End */
/* 网站地图 */
.sitmapbox {
  padding-top: 0.6rem;
}
.sitmapbox .fz_tit {
  font-size: 0.48rem;
  text-align: center;
  margin-bottom: 0.18rem;
}
.sitmapbox .cont .item {
  width: 100%;
  margin-bottom: 0.48rem;
}
.sitmapbox .cont .item:last-child {
  margin-bottom: 0;
}
.sitmapbox .cont .item .tit {
  color: #333;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  display: block;
  padding-bottom: 0.24rem;
}
.sitmapbox .cont .item .jut {
  padding-top: 0.2rem;
  width: 100%;
}
.sitmapbox .cont .item .jut .li {
  width: 100%;
  padding-right: 10px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .sitmapbox .cont .item .jut .li {
    width: 50%;
  }
}
.sitmapbox .cont .item .jut .li .name {
  font-size: 16px;
  color: #333;
  display: block;
  padding-left: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .sitmapbox .cont .item .jut .li .name {
    font-size: 14px;
  }
}
.sitmapbox .cont .item .jut .li .name:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 1px;
  background-color: #3d3d3d;
}
@media (min-width: 1200px) {
  .sitmapbox .cont .item .jut .li .name:hover {
    color: #2cc6d0;
  }
  .sitmapbox .cont .item .jut .li .name:hover:after {
    background-color: #2cc6d0;
  }
}
.sitmapbox .cont .item .jut .li .nei {
  margin-top: 10px;
}
.sitmapbox .cont .item .jut .li .nei a {
  display: block;
  color: #999;
  font-size: 14px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .sitmapbox .cont .item .jut .li .nei a {
    font-size: 12px;
  }
}
.sitmapbox .cont .item .jut .li .nei a:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .sitmapbox .cont .item .jut .li .nei a:hover {
    color: #2cc6d0;
  }
}
/* End */
/* 404 */
.f_cuo {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f_cuo .container {
  margin: 0;
}
.f_cuo .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.f_cuo .cont img {
  max-width: 100%;
  margin-bottom: 0.2rem;
}
.f_cuo .cont .text {
  padding-top: 0;
  margin-bottom: 0.44rem;
}
@media (max-width: 748px) {
  .f_cuo .cont .text {
    margin-bottom: 30px;
  }
}
.f_cuo .cont .but {
  width: 180px;
  height: 50px;
  color: #fff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-size: 100% 100%;
}
@media (max-width: 1580px) {
  .f_cuo .cont .but {
    font-size: 14px;
    width: 140px;
    height: 45px;
  }
}
.f_cuo .cont .tit {
  font-size: 16px;
  color: #999999;
  margin-top: 12px;
}
@media (max-width: 1580px) {
  .f_cuo .cont .tit {
    font-size: 16px;
    margin-top: 16px;
  }
}
/* End */
svg path {
  opacity: 1;
}
/* 导航 */
.hadheight {
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  height: 130px;
}
@media (max-width: 991px) {
  .hadheight {
    height: 114px;
  }
}
@media (max-width: 767px) {
  .hadheight {
    height: 60px;
  }
}
.hadbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  zoom: 1;
}
.hadbox:after {
  content: '';
  display: block;
  clear: both;
}
.hadbox-sec1 {
  float: left;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
.hadbox-sec1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  height: 100%;
}
@media (min-width: 768px) {
  .hadbox-sec1 .container {
    width: 97%;
    max-width: 1844px;
  }
}
.hadbox-sec1 .lt {
  display: flex;
  align-items: center;
  height: 100%;
}
.hadbox-sec1 .lt .logo {
  display: block;
  width: 143px;
  overflow: hidden;
  margin-right: 35px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .logo {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec1 .lt .logo {
    width: 110px;
    margin-right: 26px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .lt .logo {
    width: 110px;
  }
}
.hadbox-sec1 .lt .logo img {
  float: left;
  width: 100%;
}
.hadbox-sec1 .lt .logo img:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox {
    display: none;
  }
}
.hadbox-sec1 .f_navbox li {
  position: relative;
}
.hadbox-sec1 .f_navbox li .tit {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  padding: 0 0.27rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 16px;
    padding: 0 0.16rem;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox li .tit {
    padding: 0 12px;
  }
}
.hadbox-sec1 .f_navbox li .tit i {
  display: block;
  overflow: hidden;
  opacity: 0.5;
  margin-left: 8px;
  width: 12px;
  margin-bottom: 2px;
  height: 12px;
  font-size: 13px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit i {
    margin-left: 6px;
    font-size: 11px;
  }
}
.hadbox-sec1 .f_navbox li .tit i svg {
  width: 100%;
  float: left;
  max-height: 100%;
}
.hadbox-sec1 .f_navbox li .tit i svg path {
  fill: #fff;
  opacity: 1;
}
.hadbox-sec1 .f_navbox li .tit i img {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox li .tit:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  background-color: #2cc6d0;
  height: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 2px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit:after {
    height: 2px;
  }
}
.hadbox-sec1 .f_navbox li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  width: 180px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  text-align: center;
  border-top: 1px solid rgba(0, 0 0, 0.4);
  display: none;
}
.hadbox-sec1 .f_navbox li ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hadbox-sec1 .f_navbox li ul > li:last-child {
  border-bottom: none;
}
.hadbox-sec1 .f_navbox li ul > li a {
  font-size: 14px;
  color: #333;
}
.hadbox-sec1 .f_navbox li ul > li a:hover {
  color: #2cc6d0;
}
.hadbox-sec1 .f_navbox li .hover1 {
  background-color: #fff;
  position: absolute;
  top: 100%;
  width: 8.3rem;
  padding: 0.3rem 0.4rem;
  left: -0.4rem;
  border-radius: 0px 0px 10px 10px;
  line-height: 1.5;
  display: none;
}
.hadbox-sec1 .f_navbox li .hover1 .fzq_title {
  width: 100%;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover1 .fzq_title {
    margin-bottom: 16px;
    font-size: 16px;
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .f_navbox li .hover1 .fzq_title {
    font-size: 0.3rem;
  }
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item {
  width: 50%;
  padding: 0 1px;
  margin-bottom: 0.15rem;
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0.2rem 0.2rem;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list .font {
  position: relative;
  width: 100%;
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list .font .fz_tit {
  display: flex;
  align-items: center;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list .font .fz_tit {
    font-size: 16px;
  }
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list .font .fz_tit i {
  opacity: 0;
  display: block;
  width: 8px;
  margin-left: 18px;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list .font .fz_tit i {
    margin-left: 14px;
  }
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list .font .fz_tit i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list .font .fz_tit i svg path {
  fill: #2cc6d0;
  opacity: 1;
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list .font .text {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #505050;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list .font .skip {
  width: 100%;
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list .font .skip a {
  font-size: 14px;
  line-height: 24px;
  color: #505050;
  display: flex;
  align-items: center;
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list .font .skip a i {
  display: block;
  overflow: hidden;
  width: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list .font .skip a i {
    margin-left: 6px;
  }
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list .font .skip a i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list .font .skip a i svg path {
  fill: #2cc6d0;
  opacity: 1;
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list .font .skip a:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.93rem;
  height: 0.72rem;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background: url(../images/zhengfangximg1.png) center / cover no-repeat;
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list:hover {
  background-color: #f0f8f9;
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list:hover .font .fz_tit {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list:hover .font .fz_tit i {
  opacity: 1;
}
.hadbox-sec1 .f_navbox li .hover1 .fz_jut .item .list:hover:before {
  opacity: 1;
}
.hadbox-sec1 .f_navbox li .hover2 {
  position: absolute;
  top: 100%;
  width: 14rem;
  background-color: #fff;
  line-height: 1.4;
  left: -4.8rem;
  padding: 0.4rem 0.35rem 0.36rem;
  padding-right: 0.4rem;
  border-radius: 0px 0px 10px 10px;
  display: none;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut {
  display: flex;
  align-items: flex-start;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left {
  width: 71.35%;
  display: flex;
  justify-content: space-between;
  padding-right: 0.42rem;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei {
  width: calc(50% - 0.275rem);
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_title {
  width: 100%;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_title {
    font-size: 16px;
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_title {
    font-size: 0.3rem;
  }
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong {
  padding-top: 20px;
  padding-right: 0.6rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong {
    padding-top: 16px;
    padding-right: 0;
  }
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item {
  margin-bottom: 0.15rem;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0.2rem 0.2rem;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list .font {
  width: 100%;
  position: relative;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list .font .fz_zi {
  display: flex;
  align-items: center;
  color: #1a1a1a;
  font-weight: 500;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list .font .fz_zi {
    font-size: 16px;
  }
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list .font .fz_zi i {
  display: block;
  width: 8px;
  margin-left: 18px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list .font .fz_zi i {
    margin-left: 14px;
  }
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list .font .fz_zi i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list .font .fz_zi i svg path {
  fill: #2cc6d0;
  opacity: 1;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list .font .text {
  font-size: 14px;
  line-height: 24px;
  color: #505050;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list .font .skip {
  width: 100%;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list .font .skip a {
  font-size: 14px;
  line-height: 24px;
  color: #505050;
  display: flex;
  align-items: center;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list .font .skip a i {
  display: block;
  overflow: hidden;
  width: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list .font .skip a i {
    margin-left: 6px;
  }
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list .font .skip a i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list .font .skip a i svg path {
  fill: #2cc6d0;
  opacity: 1;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list .font .skip a:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.93rem;
  height: 0.72rem;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background: url(../images/zhengfangximg1.png) center / cover no-repeat;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list:hover {
  background-color: #f0f8f9;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list:hover .font .fz_zi {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list:hover .font .fz_zi i {
  opacity: 1;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_zhong .item .list:hover:before {
  opacity: 1;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_link {
  padding-top: 20px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_link {
    padding-top: 14px;
  }
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_link .fz_li {
  display: flex;
  color: #1a1a1a;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_link .fz_li:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_link .fz_li i {
  display: block;
  width: 18px;
  text-align: left;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_link .fz_li i {
    width: 16px;
  }
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_link .fz_li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 18px);
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_link .fz_li span {
    width: calc(100% - 16px);
  }
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_left .fz_nei .fz_link .fz_li:hover {
  color: #2cc6d0;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_right {
  width: 28.65%;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_right .item {
  display: block;
  position: relative;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_right .item .img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_right .item .img img {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_right .item .fz_video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 0.5rem;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_right .item .fz_video img,
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_right .item .fz_video svg {
  width: 100%;
}
.hadbox-sec1 .f_navbox li .hover2 .fz_jut .fz_right .item:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hadbox-sec1 .f_navbox li .hover3 {
  position: absolute;
  top: 100%;
  left: -0.58rem;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  width: 9.8rem;
  display: none;
  line-height: 1.4;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_jut {
  margin: 0 -0.15rem;
  display: flex;
  padding: 0.4rem 0.5rem;
  padding-right: 0.45rem;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei {
  width: 33.333%;
  padding: 0 0.15rem;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_title {
  width: 100%;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_title {
    font-size: 16px;
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_title {
    font-size: 0.3rem;
  }
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong {
  padding-top: 18px;
  padding-right: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong {
    padding-top: 16px;
    padding-right: 0;
  }
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item {
  margin-bottom: 2px;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0.2rem 0.2rem 0.14rem;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list .font {
  width: 100%;
  position: relative;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list .font .fz_zi {
  display: flex;
  align-items: center;
  color: #1a1a1a;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list .font .fz_zi {
    font-size: 16px;
  }
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list .font .fz_zi i {
  display: block;
  width: 8px;
  margin-left: 18px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list .font .fz_zi i {
    margin-left: 14px;
  }
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list .font .fz_zi i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list .font .fz_zi i svg path {
  fill: #2cc6d0;
  opacity: 1;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list .font .text {
  font-size: 14px;
  line-height: 24px;
  color: #505050;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list .font .skip {
  width: 100%;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list .font .skip a {
  font-size: 14px;
  line-height: 24px;
  color: #505050;
  display: flex;
  align-items: center;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list .font .skip a i {
  display: block;
  overflow: hidden;
  width: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list .font .skip a i {
    margin-left: 6px;
  }
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list .font .skip a i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list .font .skip a i svg path {
  fill: #2cc6d0;
  opacity: 1;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list .font .skip a:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.05rem;
  height: 0.5rem;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background: url(../images/zhengfangximg1.png) left top / cover no-repeat;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list:hover {
  background-color: #f0f8f9;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list:hover .font .fz_zi {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list:hover .font .fz_zi i {
  opacity: 1;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_zhong .item .list:hover:before {
  opacity: 1;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_link {
  padding-top: 20px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_link {
    padding-top: 14px;
  }
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_link .fz_li {
  display: flex;
  color: #1a1a1a;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_link .fz_li {
    font-size: 16px;
  }
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_link .fz_li:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_link .fz_li i {
  display: block;
  width: 18px;
  text-align: left;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_link .fz_li i {
    width: 16px;
  }
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_link .fz_li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 18px);
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_link .fz_li span {
    width: calc(100% - 16px);
  }
}
.hadbox-sec1 .f_navbox li .hover3 .fz_nei .fz_link .fz_li:hover {
  color: #2cc6d0;
}
.hadbox-sec1 .f_navbox li.on .tit {
  color: #ffffff;
}
.hadbox-sec1 .gt {
  display: flex;
  height: 100%;
  align-items: center;
}
.hadbox-sec1 .gt .tel {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .tel {
    font-size: 12px;
    display: none;
  }
}
.hadbox-sec1 .gt .tel i {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .tel i {
    width: 26px;
    height: 26px;
  }
}
.hadbox-sec1 .gt .tel i svg,
.hadbox-sec1 .gt .tel i img {
  width: 100%;
  height: 100%;
  float: left;
}
.hadbox-sec1 .gt .tel i svg path,
.hadbox-sec1 .gt .tel i img path {
  opacity: 1;
  fill: #fff;
}
.hadbox-sec1 .gt .tel strong {
  display: block;
  margin-left: 10px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .gt .tel strong {
    margin-left: 6px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .tel strong {
    font-size: 14px;
  }
}
.hadbox-sec1 .gt .login_but {
  position: relative;
  margin-left: 0.15rem;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .login_but {
    margin-left: 0.3rem;
    display: none;
  }
}
.hadbox-sec1 .gt .login_but .nut {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #fff;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hadbox-sec1 .gt .login_but .nut i {
  width: 12px;
  height: 10px;
  overflow: hidden;
  margin-left: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 4px;
}
.hadbox-sec1 .gt .login_but .nut i svg {
  width: 100%;
  float: left;
  max-height: 100%;
}
.hadbox-sec1 .gt .login_but .nut i svg path {
  fill: #fff;
  opacity: 1;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .login_but .nut {
    width: 96px;
    height: 36px;
    border-radius: 18px;
  }
  .hadbox-sec1 .gt .login_but .nut i {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .login_but .nut {
    width: 90px;
    height: 32px;
    border-radius: 16px;
    margin-left: 8px;
  }
}
.hadbox-sec1 .gt .login_but .hover1 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
  border-radius: 0 0 10px 10px;
  padding: 10px 0;
  overflow: hidden;
  background-color: #fff;
}
.hadbox-sec1 .gt .login_but .hover1 .li {
  display: block;
  background-color: #fff;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #1a1a1a;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hadbox-sec1 .gt .login_but .hover1 .li:last-child {
  border-bottom: none;
}
.hadbox-sec1 .gt .login_but .hover1 .li:hover {
  color: #2cc6d0;
}
.hadbox-sec1 .gt .login_but:hover .nut {
  background-color: #2cc6d0;
}
.hadbox-sec1 .gt .login_but:hover .nut span {
  color: #fff;
}
.hadbox-sec1 .gt .login_but:hover .nut i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 8px;
}
.hadbox-sec1 .gt .login_but:hover .nut i svg path {
  fill: #fff !important;
}
.hadbox-sec1 .gt .login_but:hover .hover1 {
  display: block;
}
.hadbox-sec1 .gt .but {
  position: relative;
  line-height: 1.2;
  border-radius: 20px;
  background-color: #2cc6d0;
  margin-left: 0.36rem;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .gt .but {
    margin-left: 0.22rem;
  }
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .but {
    border-radius: 18px;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .gt .but {
    display: none;
  }
}
.hadbox-sec1 .gt .but .tit {
  display: flex;
  align-items: center;
  width: 140px;
  height: 40px;
  cursor: pointer;
  justify-content: center;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .but .tit {
    width: 100px;
    height: 36px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .but .tit {
    width: 90px;
    height: 26px;
    font-size: 12px;
  }
}
.hadbox-sec1 .gt .but .tit span {
  display: block;
  transform: translateX(10px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hadbox-sec1 .gt .but .tit i {
  display: block;
  width: 7px;
  margin-left: 10px;
  transform: translateX(-10px);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hadbox-sec1 .gt .but .tit i svg {
  float: left;
  width: 100%;
}
.hadbox-sec1 .gt .but .tit i svg path {
  opacity: 1;
  fill: #fff;
}
.hadbox-sec1 .gt .but .tit:hover span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.hadbox-sec1 .gt .but .tit:hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.hadbox-sec1 .gt .qie {
  margin-left: 0.5rem;
}
@media (min-width: 1200px) {
  .hadbox-sec1 .gt .qie {
    display: none;
  }
}
.hadbox-sec1 .gt .qie span {
  background-color: #fff;
}
.hadbox-sec2 {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 70px);
  background-color: #fff;
  display: none;
}
.hadbox-sec2 .container {
  position: relative;
}
@media (max-width: 1199px) {
  .hadbox-sec2 .container {
    height: 100%;
    padding: 0 ;
  }
}
@media (max-width: 1199px) {
}
.hadbox-sec2 .container .f_portrait {
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #2cc6d0;
  border-radius: 20px;
  font-size: 14px;
}
.hadbox-sec2 .container .f_portrait i {
  display: block;
  width: 7px;
  margin-left: 10px;
}
.hadbox-sec2 .container .f_portrait i svg {
  width: 100%;
  float: left;
}
.hadbox-sec2 .container .f_portrait i svg path {
  fill: #fff;
}
.hadbox-sec2 .container .navbox {
  padding: 0.6rem 0;
  line-height: 60px;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul {
  height: calc(100% - 70px);
  margin-bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hadbox-sec2 .container .navbox > ul li {
  list-style: none;
}
.hadbox-sec2 .container .navbox > ul li.active > a > i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li {
  border-bottom: 1px solid #ddd;
}
.hadbox-sec2 .container .navbox > ul > li .tit {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .navbox > ul > li .tit {
    font-size: 16px;
  }
}
.hadbox-sec2 .container .navbox > ul > li .tit i {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 20px;
}
.hadbox-sec2 .container .navbox > ul > li .tit i img,
.hadbox-sec2 .container .navbox > ul > li .tit i svg {
  float: left;
  width: 12px;
}
.hadbox-sec2 .container .navbox > ul > li .tit i img path,
.hadbox-sec2 .container .navbox > ul > li .tit i svg path {
  fill: #333;
}
.hadbox-sec2 .container .navbox > ul > li ul {
  line-height: 35px;
  padding-bottom: 15px;
  padding-left: 16px;
  display: none;
  padding-right: 0;
}
.hadbox-sec2 .container .navbox > ul > li ul li a {
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: space-between;
}
.hadbox-sec2 .container .navbox > ul > li ul li a i {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 20px;
}
.hadbox-sec2 .container .navbox > ul > li ul li a i img,
.hadbox-sec2 .container .navbox > ul > li ul li a i svg {
  float: left;
  width: 12px;
}
.hadbox-sec2 .container .navbox > ul > li ul li a i img path,
.hadbox-sec2 .container .navbox > ul > li ul li a i svg path {
  fill: #333;
}
.hadbox-sec2 .container .navbox > ul > li ul li ul a {
  font-size: 14px;
}
.hadbox-sec2 .container .navbox > ul > li ul li.on a {
  color: #2cc6d0;
}
.hadbox-sec2 .container .navbox > ul > li.on .tit {
  color: #2cc6d0;
}
.hadbox-sec2 .container .navbox > ul > li.on .tit i svg path {
  fill: #2cc6d0;
}
.hadbox-sec3 {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec3.active {
  top: 0;
}
.hadbox-sec3 .container {
  height: 100%;
}
.hadbox-sec3 .cont {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
}
.hadbox-sec3 .cont .form {
  display: flex;
  align-items: center;
  width: calc(100% - 36px);
  border-radius: 30px;
  border: 1px solid #2cc6d0;
  padding: 0 30px;
  overflow: hidden;
}
@media (max-width: 1900px) {
  .hadbox-sec3 .cont .form {
    padding: 0 24px;
  }
}
@media (max-width: 1580px) {
  .hadbox-sec3 .cont .form {
    width: calc(100% - 28px);
  }
}
.hadbox-sec3 .cont .form .f_sub {
  outline: none;
  width: 20px;
  border: none;
  background: transparent;
  overflow: hidden;
  height: 30px;
}
@media (max-width: 1900px) {
  .hadbox-sec3 .cont .form .f_sub {
    width: 16px;
  }
}
.hadbox-sec3 .cont .form .f_sub img,
.hadbox-sec3 .cont .form .f_sub svg {
  width: 100%;
  float: left;
}
.hadbox-sec3 .cont .form .f_sub img path,
.hadbox-sec3 .cont .form .f_sub svg path {
  fill: #666;
}
.hadbox-sec3 .cont .form .f_sub svg {
  max-height: 100%;
  margin-top: 2px;
}
.hadbox-sec3 .cont .form .int {
  outline: none;
  width: 80%;
  width: calc(100% - 20px);
  padding: 16px 0;
  font-size: 16px;
  border: none;
  background-color: transparent;
  color: #999999;
  padding-left: 20px;
}
@media (max-width: 1900px) {
  .hadbox-sec3 .cont .form .int {
    font-size: 14px;
    padding: 12px 0;
    padding-left: 14px;
    width: calc(100% - 16px);
  }
}
@media (max-width: 991px) {
  .hadbox-sec3 .cont .form .int {
    padding: 10px 0;
    padding-left: 12px;
  }
}
.hadbox-sec3 .cont .f_close {
  overflow: hidden;
  width: 16px;
  display: block;
}
@media (max-width: 1900px) {
  .hadbox-sec3 .cont .f_close {
    width: 14px;
  }
}
.hadbox-sec3 .cont .f_close img {
  float: left;
  width: 100%;
}
.hadbox-sec4 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
}
.hadbox-sec4 .cont {
  background-color: #fff;
  display: none;
  border-top: 1px solid #eeeeee;
}
.hadbox-sec4 .cont .pro_cont {
  padding: 0.4rem 0 0.72rem;
  display: flex;
  align-items: flex-start;
}
.hadbox-sec4 .cont .pro_cont .lt {
  width: 76.25%;
  padding-right: 0.45rem;
  display: flex;
  justify-content: space-between;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item {
  width: calc(63.829% - 0.25rem);
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li {
  display: block;
  width: 100%;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .fz_title {
  width: 100%;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  color: #999999;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .cont .pro_cont .lt .fz_item .li .fz_title {
    padding-bottom: 16px;
  }
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei {
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 0.28rem;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item {
  width: 50%;
  padding: 0 0.1rem;
  padding: 0 0.18rem;
  margin-bottom: 2px;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list {
  display: flex;
  align-items: flex-start;
  padding: 0.2rem 8px 8px;
  padding: 0.2rem 8px;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list .f_icon {
  width: 0.6rem;
  overflow: hidden;
  position: relative;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list .f_icon img {
  width: 100%;
  float: left;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list .font {
  width: calc(100% - 0.6rem);
  padding-left: 8px;
  position: relative;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list .font .tit {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #1a1a1a;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list .font .tit {
    font-size: 16px;
  }
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list .font .tit i {
  display: block;
  width: 8px;
  margin-left: 18px;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list .font .tit i {
    margin-left: 14px;
  }
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list .font .tit i svg {
  width: 100%;
  float: left;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list .font .tit i svg path {
  fill: #2cc6d0;
  opacity: 1;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list .font .text {
  font-size: 14px;
  line-height: 24px;
  color: #505050;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list .font .skip {
  width: 100%;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list .font .skip a {
  font-size: 14px;
  line-height: 24px;
  color: #505050;
  display: flex;
  align-items: center;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list .font .skip a i {
  display: block;
  overflow: hidden;
  width: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list .font .skip a i {
    margin-left: 6px;
  }
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list .font .skip a i svg {
  width: 100%;
  float: left;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list .font .skip a i svg path {
  fill: #2cc6d0;
  opacity: 1;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list .font .skip a:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item .list:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.93rem;
  height: 0.72rem;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background: url(../images/zhengfangximg1.png) center / cover no-repeat;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item:hover .list {
  background-color: #f0f8f9;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item:hover .list:before {
  opacity: 1;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .item:hover .list .font .tit i {
  opacity: 1;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .f_te .list {
  padding-bottom: 0.2rem;
}
.hadbox-sec4 .cont .pro_cont .lt .fz_item .li .f_nei .f_te:hover .list .font .tit i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.hadbox-sec4 .cont .pro_cont .lt .fz_li2 {
  width: calc(36.171% - 0.25rem);
}
.hadbox-sec4 .cont .pro_cont .lt .fz_li2 .li .f_nei .item {
  width: 100%;
}
.hadbox-sec4 .cont .pro_cont .gt {
  width: 23.75%;
  padding-top: 41px;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .cont .pro_cont .gt {
    padding-top: 34px;
  }
}
.hadbox-sec4 .cont .pro_cont .gt .item {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  background-color: #f8f8f8;
}
.hadbox-sec4 .cont .pro_cont .gt .item .img {
  width: 100%;
  overflow: hidden;
}
.hadbox-sec4 .cont .pro_cont .gt .item .img img {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hadbox-sec4 .cont .pro_cont .gt .item .font {
  padding: 0.2rem 0.28rem 0.24rem;
  width: 100%;
}
.hadbox-sec4 .cont .pro_cont .gt .item .font .tit {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  font-size: 18px;
  color: #1a1a1a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .cont .pro_cont .gt .item .font .tit {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.hadbox-sec4 .cont .pro_cont .gt .item .font .but {
  color: #2cc6d0;
  display: flex;
  align-items: center;
}
.hadbox-sec4 .cont .pro_cont .gt .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hadbox-sec4 .cont .pro_cont .gt .item:hover .font .tit {
  color: #2cc6d0;
}
.hadbox-sec4 .cont .pro_cont2 {
  max-width: 1416px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.hadbox-sec4 .cont .pro_cont2 .lt {
  width: 73.163%;
  padding-right: 84px;
  padding-top: 28px;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .cont .pro_cont2 .lt {
    padding-right: 60px;
    padding-top: 24px;
  }
}
.hadbox-sec4 .cont .pro_cont2 .lt .jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .cont .pro_cont2 .lt .jut {
    margin: 0 -18px;
  }
}
.hadbox-sec4 .cont .pro_cont2 .lt .jut .item {
  width: 50%;
  padding: 0 25px;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .cont .pro_cont2 .lt .jut .item {
    padding: 0 18px;
  }
}
.hadbox-sec4 .cont .pro_cont2 .lt .jut .item .fz_tit {
  display: block;
  width: 100%;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 0.38rem;
  border-bottom: 1px solid #e9e9e9;
  color: #999999;
  color: #2cc6d0;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .cont .pro_cont2 .lt .jut .item .fz_tit {
    padding-bottom: 16px;
  }
}
.hadbox-sec4 .cont .pro_cont2 .lt .jut .item .list {
  display: flex;
  flex-wrap: wrap;
}
.hadbox-sec4 .cont .pro_cont2 .lt .jut .item .list .li {
  width: 50%;
  padding-right: 10px;
  color: #1a1a1a;
  padding-left: 12px;
  position: relative;
  display: block;
  transition: all 0.3s;
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .cont .pro_cont2 .lt .jut .item .list .li {
    margin-bottom: 12px;
  }
}
.hadbox-sec4 .cont .pro_cont2 .lt .jut .item .list .li:before {
  content: "·";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #2cc6d0;
}
.hadbox-sec4 .cont .pro_cont2 .lt .jut .item .list .li:hover {
  color: #2cc6d0;
}
.hadbox-sec4 .cont .pro_cont2 .gt {
  width: 26.837%;
  padding-top: 80px;
  padding-bottom: 84px;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .cont .pro_cont2 .gt {
    padding-bottom: 64px;
    padding-top: 60px;
  }
}
.hadbox-sec4 .cont .pro_cont2 .gt .item {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  background-color: #f8f8f8;
}
.hadbox-sec4 .cont .pro_cont2 .gt .item .img {
  width: 100%;
  overflow: hidden;
}
.hadbox-sec4 .cont .pro_cont2 .gt .item .img img {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hadbox-sec4 .cont .pro_cont2 .gt .item .font {
  padding: 0.2rem 0.28rem 0.24rem;
  width: 100%;
}
.hadbox-sec4 .cont .pro_cont2 .gt .item .font .tit {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  font-size: 18px;
  color: #1a1a1a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .cont .pro_cont2 .gt .item .font .tit {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.hadbox-sec4 .cont .pro_cont2 .gt .item .font .but {
  color: #2cc6d0;
  display: flex;
  align-items: center;
}
.hadbox-sec4 .cont .pro_cont2 .gt .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hadbox-sec4 .cont .pro_cont2 .gt .item:hover .font .tit {
  color: #2cc6d0;
}
.hadbox-sec4 .cont .solu_cont .lt .fz_item .li .f_nei .item .list .f_icon {
  display: none;
}
.hadbox-sec4 .cont .solu_cont .lt .fz_item .li .f_nei .item .list .font .tit i {
  display: none;
}
.hadbox-sec4 .cont .solu_cont .lt .fz_li2 .li .f_nei .item .list {
  padding-right: 0.68rem;
  padding-left: 0.2rem;
}
.hadbox-sec4 .cont .solu_cont .lt .fz_li2 .li .f_nei .item .list .f_icon {
  width: 0.4rem;
}
.hadbox-sec4 .cont .solu_cont .lt .fz_li2 .li .f_nei .item .list .font {
  width: calc(100% - 0.4rem);
}
.hadbox-sec4 .cont .solu_cont .lt .fz_li2 .li .f_nei .item .list .font .text {
  white-space: normal;
  overflow: hidden;
  display: block;
  line-height: 18px;
  margin-top: 4px;
}
.hadbox-sec5 {
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hadbox-sec5 {
    display: none;
  }
}
.hadbox-sec5 .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hadbox-sec5 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hadbox-sec5 .close {
  position: absolute;
  right: 0.34rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  line-height: 25px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
}
.hadbox-sec5 .close i {
  display: block;
  width: 8px;
  margin-right: 8px;
  overflow: hidden;
}
.hadbox-sec5 .close i img {
  float: left;
  width: 100%;
}
.hadbox-sec5 .close span {
  opacity: 0.5;
  font-size: 12px;
}
.hadbox-sec5 .container {
  position: relative;
}
.hadbox-sec5 .container .item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 60px;
}
@media (max-width: 1580px) {
  .hadbox-sec5 .container .item {
    height: 54px;
  }
}
.hadbox-sec5 .container .item .tit {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  padding-right: 0.26rem;
}
@media (max-width: 1580px) {
  .hadbox-sec5 .container .item .tit {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec5 .container .item .tit {
    font-size: 14px;
    width: 60%;
  }
}
.hadbox-sec5 .container .item .but {
  width: 123px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2cc6d0;
  flex: 0 0 123px;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec5 .container .item .but {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec5 .container .item .but {
    width: 100px;
    flex: 0 0 100px;
  }
}
.hadbox-sec5 .container .item .but i {
  display: block;
  width: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 12px;
}
@media (max-width: 1580px) {
  .hadbox-sec5 .container .item .but i {
    margin-left: 8px;
  }
}
.hadbox-sec5 .container .item .but i img,
.hadbox-sec5 .container .item .but i svg {
  width: 100%;
  float: left;
}
.hadbox-sec5 .container .item .but i img path,
.hadbox-sec5 .container .item .but i svg path {
  opacity: 1;
  fill: #2cc6d0;
}
.hadbox-sec5:hover .item .but i {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.hadbox2 .hadbox-sec1 {
  background-color: #fff;
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .lt {
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .lt .logo img:nth-child(1) {
  display: none;
}
.hadbox2 .hadbox-sec1 .lt .logo img:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .lt .text {
  color: #999999;
  opacity: 1;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit {
  color: #1a1a1a;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
  display: none;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit i svg path {
  fill: #aaaaaa;
}
.hadbox2 .hadbox-sec1 .f_navbox li.on .tit,
.hadbox2 .hadbox-sec1 .f_navbox li:hover .tit,
.hadbox2 .hadbox-sec1 .f_navbox li.active .tit {
  color: #2cc6d0;
}
.hadbox2 .hadbox-sec1 .f_navbox li.on .tit i svg path,
.hadbox2 .hadbox-sec1 .f_navbox li:hover .tit i svg path,
.hadbox2 .hadbox-sec1 .f_navbox li.active .tit i svg path {
  fill: #2cc6d0;
}
.hadbox2 .hadbox-sec1 .gt .lange {
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit span {
  opacity: 1;
  color: #333333;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit b img path,
.hadbox2 .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #e5e5e5;
}
.hadbox2 .hadbox-sec1 .gt .tel {
  color: #505050;
  color: #2cc6d0;
}
.hadbox2 .hadbox-sec1 .gt .tel i svg path {
  fill: #666666;
}
.hadbox2 .hadbox-sec1 .gt .tel strong {
  color: #2cc6d0;
}
.hadbox2 .hadbox-sec1 .gt .login_but .nut {
  border-color: #2cc6d0;
  color: #505050;
}
.hadbox2 .hadbox-sec1 .gt .login_but .nut i svg path {
  fill: #aaaaaa;
}
.hadbox2 .hadbox-sec1 .gt .login_but .nut:hover {
  background-color: #2cc6d0;
  color: #fff;
}
.hadbox2 .hadbox-sec1 .gt .login_but .nut:hover i svg path {
  fill: #fff;
}
.hadbox2 .hadbox-sec1 .gt .qie span {
  background-color: #666;
}
.hadbox4 {
  box-shadow: 20px 4px 10px 0px rgba(213, 214, 222, 0.3);
}
/* End */
/* 底部 */
.fotbox .fot1 {
  padding-top: 0.86rem;
  padding-bottom: 0.24rem;
}
.fotbox .fot1 .cont {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.fotbox .fot1 .cont .lt {
  width: 69.1875%;
  display: flex;
  padding-right: 0.4rem;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .cont .lt {
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .fotbox .fot1 .cont .lt {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .fotbox .fot1 .cont .lt {
    width: 100%;
    margin-bottom: 0.6rem;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .lt {
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 0.9rem;
  }
}
.fotbox .fot1 .cont .lt .item {
  margin-right: 0.9rem;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .cont .lt .item {
    margin-right: 0.8rem;
  }
}
@media (max-width: 1199px) {
  .fotbox .fot1 .cont .lt .item {
    margin-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .lt .item {
    width: 100%;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  .fotbox .fot1 .cont .lt .item:last-child {
    margin-bottom: 0;
  }
}
.fotbox .fot1 .cont .lt .item:last-child {
  margin-right: 0;
}
.fotbox .fot1 .cont .lt .item .tit {
  color: #010101;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  align-items: center;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .cont .lt .item .tit {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .fotbox .fot1 .cont .lt .item .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .lt .item .tit {
    width: 100%;
  }
}
.fotbox .fot1 .cont .lt .item .tit i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 10px;
}
@media (min-width: 768px) {
  .fotbox .fot1 .cont .lt .item .tit i {
    display: none;
  }
}
.fotbox .fot1 .cont .lt .item .tit i svg path {
  fill: #010101;
}
.fotbox .fot1 .cont .lt .item .jut {
  padding-top: 14px;
}
@media (max-width: 991px) {
  .fotbox .fot1 .cont .lt .item .jut {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .lt .item .jut {
    display: none;
  }
}
.fotbox .fot1 .cont .lt .item .jut a {
  font-size: 16px;
  color: #666666;
  display: block;
  transition: all 0.4s;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .cont .lt .item .jut a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .fotbox .fot1 .cont .lt .item .jut a {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .lt .item .jut a {
    font-size: 16px;
    margin-bottom: 0.28rem;
  }
}
.fotbox .fot1 .cont .lt .item .jut a:last-child {
  margin-bottom: 0;
}
.fotbox .fot1 .cont .lt .item .jut a:hover {
  color: #2cc6d0;
}
.fotbox .fot1 .cont .lt .item.on .tit i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fotbox .fot1 .cont .lt .fz_item {
  max-width: 30%;
  margin-right: 0.2rem;
}
@media (max-width: 1199px) {
  .fotbox .fot1 .cont .lt .fz_item {
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .lt .fz_item {
    margin-right: 0;
  }
}
.fotbox .fot1 .cont .lt .fz_item .jut {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .fotbox .fot1 .cont .lt .fz_item .jut {
    display: block;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .lt .fz_item .jut {
    display: none;
  }
}
.fotbox .fot1 .cont .lt .fz_item .jut a {
  width: 50%;
}
@media (max-width: 1199px) {
  .fotbox .fot1 .cont .lt .fz_item .jut a {
    width: auto;
  }
}
.fotbox .fot1 .cont .gt {
  padding-left: 0.74rem;
  width: 30.8125%;
}
@media (min-width: 992px) {
  .fotbox .fot1 .cont .gt {
    border-left: 1px solid #eeeeee;
    padding-bottom: 0.3rem;
  }
}
@media (max-width: 991px) {
  .fotbox .fot1 .cont .gt {
    padding-left: 0;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .gt {
    width: 100%;
  }
}
.fotbox .fot1 .cont .gt .tit {
  color: #666666;
  font-size: 20px;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .cont .gt .tit {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
}
.fotbox .fot1 .cont .gt .jut {
  padding-right: 0.6rem;
  overflow: auto;
  height: 140px;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .cont .gt .jut {
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .fotbox .fot1 .cont .gt .jut {
    height: 1.4rem;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .gt .jut {
    height: 2.4rem;
  }
}
.fotbox .fot1 .cont .gt .jut::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.fotbox .fot1 .cont .gt .jut::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #2cc6d0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.fotbox .fot1 .cont .gt .jut::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #f1f1f1;
}
.fotbox .fot1 .cont .gt .jut a {
  color: #666;
  font-size: 16px;
  margin-bottom: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .cont .gt .jut a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .fotbox .fot1 .cont .gt .jut a {
    margin-bottom: 10px;
  }
}
.fotbox .fot1 .cont .gt .jut a:last-child {
  margin-bottom: 0;
}
.fotbox .fot1 .cont .gt .jut a:hover {
  color: #2cc6d0;
}
.fotbox .fot1 .cont .gt .fz_er {
  width: 100%;
  margin-top: 0.3rem;
  display: flex;
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .gt .fz_er {
    justify-content: center;
    margin-top: 0.5rem;
  }
}
.fotbox .fot1 .cont .gt .fz_er .fli {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: auto;
  margin-right: 0.24rem;
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .gt .fz_er .fli {
    width: 1.8rem;
    margin: 0 0.2rem;
  }
}
.fotbox .fot1 .cont .gt .fz_er .fli:last-child {
  margin-right: 0;
}
.fotbox .fot1 .cont .gt .fz_er .fli .img {
  width: 1.4rem;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .gt .fz_er .fli .img {
    margin-bottom: 4px;
  }
}
.fotbox .fot1 .cont .gt .fz_er .fli .img img {
  width: 100%;
  float: left;
}
.fotbox .fot1 .cont .gt .fz_er .fli .ftext {
  font-size: 16px;
  color: #666;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .cont .gt .fz_er .fli .ftext {
    font-size: 14px;
  }
}
.fotbox .fot1 .fz_logo {
  display: flex;
  justify-content: space-between;
  margin-top: 0.54rem;
  padding-top: 0.26rem;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .fz_logo {
    flex-wrap: wrap;
  }
}
.fotbox .fot1 .fz_logo .lt {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .fotbox .fot1 .fz_logo .lt {
    width: 100%;
    margin-bottom: 0.14rem;
  }
}
@media (max-width: 991px) {
  .fotbox .fot1 .fz_logo .lt {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .fz_logo .lt {
    flex-wrap: wrap;
    display: none;
  }
}
.fotbox .fot1 .fz_logo .lt .logo1 {
  display: block;
  width: 117px;
  overflow: hidden;
  margin-right: 0.62rem;
}
@media (max-width: 1900px) {
  .fotbox .fot1 .fz_logo .lt .logo1 {
    width: 100px;
    margin-right: 0.4rem;
  }
}
@media (max-width: 1199px) {
  .fotbox .fot1 .fz_logo .lt .logo1 {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .fz_logo .lt .logo1 {
    width: 117px;
    margin-bottom: 0.24rem;
  }
}
.fotbox .fot1 .fz_logo .lt .logo1 img {
  float: left;
  width: 100%;
}
.fotbox .fot1 .fz_logo .lt .jut {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .fotbox .fot1 .fz_logo .lt .jut {
    flex-wrap: wrap;
  }
}
.fotbox .fot1 .fz_logo .lt .jut .li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666666;
  margin-right: 0.5rem;
}
@media (max-width: 1900px) {
  .fotbox .fot1 .fz_logo .lt .jut .li {
    font-size: 14px;
    margin-right: 0.3rem;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .fz_logo .lt .jut .li {
    margin-bottom: 0.14rem;
  }
}
.fotbox .fot1 .fz_logo .lt .jut .li:last-child {
  margin-right: 0;
}
.fotbox .fot1 .fz_logo .lt .jut .li i {
  display: block;
  width: 14px;
  margin-right: 6px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .fz_logo .lt .jut .li i {
    width: 10px;
  }
}
.fotbox .fot1 .fz_logo .lt .jut .li i svg {
  width: 100%;
  float: left;
}
.fotbox .fot1 .fz_logo .lt .jut .li i svg path {
  fill: #999999;
}
.fotbox .fot1 .fz_logo .lt .jut .li strong {
  display: block;
  color: #2cc6d0;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .fz_logo .lt .jut .li strong {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .fotbox .fot1 .fz_logo .lt .jut .li strong {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .fz_logo .lt .jut .li strong {
    font-size: 14px;
  }
}
.fotbox .fot1 .fz_logo .gt {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .fotbox .fot1 .fz_logo .gt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .fz_logo .gt {
    justify-content: space-between;
  }
}
.fotbox .fot1 .fz_logo .gt .fen {
  display: flex;
  align-items: center;
}
.fotbox .fot1 .fz_logo .gt .fen .name {
  color: #666666;
  margin-right: 0.2rem;
  display: block;
}
.fotbox .fot1 .fz_logo .gt .fen .list {
  display: flex;
  align-items: center;
}
.fotbox .fot1 .fz_logo .gt .fen .list .li {
  position: relative;
}
.fotbox .fot1 .fz_logo .gt .fen .list .li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2cc6d0;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 567px) {
  .fotbox .fot1 .fz_logo .gt .fen .list .li .img {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.fotbox .fot1 .fz_logo .gt .fen .list .li .img:last-child {
  margin-right: 0;
}
.fotbox .fot1 .fz_logo .gt .fen .list .li .img svg {
  height: 40%;
}
.fotbox .fot1 .fz_logo .gt .fen .list .li .img svg path {
  fill: #fff;
  opacity: 1;
}
.fotbox .fot1 .fz_logo .gt .fen .list .li .hover1 {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 10px;
  width: 120px;
  display: none;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1580px) {
  .fotbox .fot1 .fz_logo .gt .fen .list .li .hover1 {
    width: 100px;
  }
}
.fotbox .fot1 .fz_logo .gt .fen .list .li .hover1 img {
  float: left;
  width: 100%;
}
.fotbox .fot1 .fz_logo .gt .fen .list .li:hover .img {
  opacity: 0.9;
}
.fotbox .fot1 .fz_logo .gt .fen .list .li:hover .hover1 {
  display: block;
}
.fotbox .fot1 .fz_logo .gt .fz_list {
  margin-left: 0.38rem;
  position: relative;
}
@media (max-width: 1199px) {
  .fotbox .fot1 .fz_logo .gt .fz_list {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .fz_logo .gt .fz_list {
    margin: 0 auto;
  }
}
.fotbox .fot1 .fz_logo .gt .fz_list .tit {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666666;
  padding: 12px 0.3rem;
  border-radius: 5px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border: solid 2px #eeeeee;
}
@media (max-width: 1900px) {
  .fotbox .fot1 .fz_logo .gt .fz_list .tit {
    padding: 10px 0.24rem;
  }
}
@media (max-width: 1199px) {
  .fotbox .fot1 .fz_logo .gt .fz_list .tit {
    padding: 10px 0.36rem;
  }
}
@media (max-width: 567px) {
  .fotbox .fot1 .fz_logo .gt .fz_list .tit {
    padding: 10px 0.4rem;
  }
}
.fotbox .fot1 .fz_logo .gt .fz_list .tit i {
  display: block;
  width: 8px;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  margin-left: 0.52rem;
}
@media (max-width: 1900px) {
  .fotbox .fot1 .fz_logo .gt .fz_list .tit i {
    margin-left: 0.3rem;
  }
}
.fotbox .fot1 .fz_logo .gt .fz_list .tit i svg {
  width: 100%;
  float: left;
}
.fotbox .fot1 .fz_logo .gt .fz_list .tit i svg path {
  fill: #2cc6d0;
  opacity: 1;
}
.fotbox .fot1 .fz_logo .gt .fz_list .hover1 {
  position: absolute;
  bottom: 100%;
  width: 100%;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  overflow: hidden;
  display: none;
  overflow: auto;
  max-height: 3.2rem;
  z-index: 4;
}
.fotbox .fot1 .fz_logo .gt .fz_list .hover1::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.fotbox .fot1 .fz_logo .gt .fz_list .hover1::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #2cc6d0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.fotbox .fot1 .fz_logo .gt .fz_list .hover1::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #f1f1f1;
}
.fotbox .fot1 .fz_logo .gt .fz_list .hover1 a {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #666666;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  padding: 12px 0.3rem;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 1900px) {
  .fotbox .fot1 .fz_logo .gt .fz_list .hover1 a {
    font-size: 14px;
    padding: 10px 0.2rem;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .fz_logo .gt .fz_list .hover1 a {
    font-size: 12px;
  }
}
.fotbox .fot1 .fz_logo .gt .fz_list .hover1 a:last-child {
  border-bottom: none;
}
.fotbox .fot1 .fz_logo .gt .fz_list .hover1 a:hover {
  color: #2cc6d0;
}
.fotbox .fot1 .fz_logo .gt .fz_list.on .tit {
  color: #2cc6d0;
}
.fotbox .fot1 .fz_logo .gt .fz_list.on .tit i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fotbox .fot2 {
  padding: 16px 0;
  background-color: #f4f4f4;
}
.fotbox .fot2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fotbox .fot2 .container {
    line-height: 24px;
  }
}
.fotbox .fot2 .container .lt {
  display: flex;
  flex-wrap: wrap;
}
.fotbox .fot2 .container .lt span,
.fotbox .fot2 .container .lt a {
  font-size: 14px;
  color: #999999;
  display: block;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .fotbox .fot2 .container .lt span,
  .fotbox .fot2 .container .lt a {
    margin: 0 6px;
    font-size: 12px;
  }
}
.fotbox .fot2 .container .lt a:last-child {
  margin-right: 0;
}
.fotbox .fot2 .container .lt a:hover {
  color: #2cc6d0;
}
.fotbox .fot2 .container .gt {
  display: flex;
}
.fotbox .fot2 .container .gt a {
  display: block;
  margin-right: 0.25rem;
  font-size: 14px;
  color: #999999;
}
.fotbox .fot2 .container .gt a:last-child {
  margin-right: 0;
}
.fotbox .fot2 .container .gt a:hover {
  color: #2cc6d0;
}
@media (max-width: 767px) {
  .fotbox .fot2 .container .gt a {
    margin-right: 0;
    margin: 0 0.1rem;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot2 .container .lt,
  .fotbox .fot2 .container .gt {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
/* End */
/* banner */
.bannerbox {
  width: 100%;
  height: 9rem;
}
@media (max-width: 767px) {
  .bannerbox {
    height: auto;
  }
}
.bannerbox .item {
  width: 100%;
  position: relative;
  height: 100%;
  display: block;
}
.bannerbox .item .bag {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
}
.bannerbox .item .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox .item .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 1580px) {
  .bannerbox .item .bag img:nth-child(1) {
    display: none;
  }
  .bannerbox .item .bag img:nth-child(2) {
    display: block;
  }
}
.bannerbox .item .fz_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .bannerbox .item .fz_video {
    display: none;
  }
}
.bannerbox .item .fz_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox .item .cont {
  position: absolute;
  top: 2.4rem;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media (max-width: 767px) {
  .bannerbox .item .cont {
    padding: 0.6rem 0;
    top: 0.3rem;
    text-align: center;
  }
}
.bannerbox .item .cont .container {
  padding-left: 0.3rem;
}
@media (max-width: 767px) {
  .bannerbox .item .cont .container {
    padding-left: 0;
  }
}
.bannerbox .item .cont .container .logo1 {
  display: block;
  width: 1.48rem;
  overflow: hidden;
  margin-bottom: 0.22rem;
}
@media (max-width: 767px) {
  .bannerbox .item .cont .container .logo1 {
    margin: 0 auto;
    margin-bottom: 0.32rem;
  }
}
.bannerbox .item .cont .container .logo1 img {
  float: left;
  width: 100%;
}
.bannerbox .item .cont .container .tit {
  font-size: 0.42rem;
  margin-bottom: 0.43rem;
  color: #010101;
  font-weight: 500;
}
@media (max-width: 767px) {
  .bannerbox .item .cont .container .tit {
    margin-bottom: 0.26rem;
  }
}
.bannerbox .item .cont .container .text {
  font-size: 18px;
  line-height: 30px;
  max-width: 490px;
  color: #505050;
  margin-bottom: 0.64rem;
}
@media (max-width: 1580px) {
  .bannerbox .item .cont .container .text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .bannerbox .item .cont .container .text {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .bannerbox .item .cont .container .hm_but {
    margin: 0 auto;
  }
}
.bannerbox .bannerbox-page {
  bottom: 2.2rem;
}
@media (max-width: 991px) {
  .bannerbox .bannerbox-page {
    bottom: 0.4rem;
  }
}
.bannerbox .bannerbox-page span {
  width: 100px;
  height: 5px;
  opacity: 1;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
  background-color: #cccccc;
}
@media (max-width: 1580px) {
  .bannerbox .bannerbox-page span {
    width: 80px;
    height: 3px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .bannerbox-page span {
    width: 60px;
  }
}
.bannerbox .bannerbox-page span:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #2cc6d0;
}
.bannerbox .bannerbox-page .swiper-pagination-bullet-active:after {
  -webkit-animation: width1 5.49s linear;
  animation: width1 5.49s linear;
}
.bannerbox_cont {
  position: relative;
  z-index: 3;
  height: 0;
}
@media (max-width: 1199px) {
  .bannerbox_cont {
    height: auto;
    background-color: #f5f5f5;
    padding: 1.2rem 0 1.2rem;
  }
}
@media (max-width: 767px) {
  .bannerbox_cont {
    zoom: 1;
    padding: 0.8rem 0 0.6rem;
  }
  .bannerbox_cont:after {
    content: '';
    display: block;
    clear: both;
  }
}
.bannerbox_cont .cont {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  display: flex;
  flex-wrap: wrap;
  margin: -0.4rem -10px 0;
}
@media (max-width: 1580px) {
  .bannerbox_cont .cont {
    margin: -0.4rem -8px 0;
  }
}
@media (max-width: 1199px) {
  .bannerbox_cont .cont {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .bannerbox_cont .cont {
    margin: 0 -5px 0;
    float: left;
  }
}
.bannerbox_cont .cont .item {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 1580px) {
  .bannerbox_cont .cont .item {
    padding: 0 8px;
  }
}
@media (max-width: 1199px) {
  .bannerbox_cont .cont .item {
    width: 50%;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .bannerbox_cont .cont .item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.bannerbox_cont .cont .item .list {
  display: flex;
  justify-content: space-between;
  height: 100%;
  background-color: #fff;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  padding: 0.4rem;
}
@media (max-width: 767px) {
  .bannerbox_cont .cont .item .list {
    flex-wrap: wrap;
    padding: 0.4rem 0.3rem;
  }
}
.bannerbox_cont .cont .item .list .bag {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.bannerbox_cont .cont .item .list .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox_cont .cont .item .list .font {
  position: relative;
  padding-right: 10px;
  width: calc(100% - 0.6rem);
}
@media (max-width: 767px) {
  .bannerbox_cont .cont .item .list .font {
    width: calc(100% - 0.8rem);
    width: 100%;
    order: 1;
    margin-top: 0.24rem;
    padding-right: 0;
    margin-top: 0;
  }
}
.bannerbox_cont .cont .item .list .font .tit {
  color: #1a1a1a;
  width: 100%;
  margin-bottom: 4px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (max-width: 767px) {
  .bannerbox_cont .cont .item .list .font .tit {
    font-size: 0.28rem;
    margin-bottom: 0;
  }
}
.bannerbox_cont .cont .item .list .font .text {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #505050;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.4s 0.2s linear;
  transition: all 0.4s 0.1s linear;
}
@media (max-width: 1580px) {
  .bannerbox_cont .cont .item .list .font .text {
    font-size: 14px;
    line-height: 26px;
  }
}
.bannerbox_cont .cont .item .list .img {
  position: relative;
  width: 0.6rem;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (max-width: 767px) {
  .bannerbox_cont .cont .item .list .img {
    width: 0.8rem;
  }
}
.bannerbox_cont .cont .item .list .img img {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .bannerbox_cont .cont .item .list .img {
    display: none;
  }
  .bannerbox_cont .cont .item .list .font .text {
    display: none;
  }
}
@media (min-width: 992px) {
  .bannerbox_cont .cont .item .list:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  .bannerbox_cont .cont .item .list:hover .bag {
    opacity: 1;
  }
  .bannerbox_cont .cont .item .list:hover .font .tit {
    color: #2cc6d0;
  }
  .bannerbox_cont .cont .item .list:hover .img {
    opacity: 0;
  }
}
@-webkit-keyframes width1 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes width1 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
/* End */
/* 首页 */
.base_prev,
.base_next {
  position: absolute;
  top: 50%;
  opacity: 1;
  pointer-events: auto!important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  justify-content: center;
  background-color: #fff;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
}
.base_prev .fzqimg,
.base_next .fzqimg {
  width: 16.666%;
  overflow: hidden;
}
.base_prev .fzqimg img,
.base_next .fzqimg img {
  width: 100%;
  float: left;
}
.base_prev .fzqimg svg,
.base_next .fzqimg svg {
  float: left;
  width: 100%;
}
.base_prev .fzqimg svg path,
.base_next .fzqimg svg path {
  fill: #999999;
  opacity: 1;
}
.base_prev:hover,
.base_next:hover {
  background-color: #2cc6d0;
  border-color: #2cc6d0;
}
.base_prev:hover .fzqimg svg path,
.base_next:hover .fzqimg svg path {
  fill: #fff;
}
.base_prev {
  left: -1.1rem;
  left: -0.3rem;
}
@media (max-width: 1199px) {
}
.base_next {
  right: -1.1rem;
  right: -0.3rem;
  border: none;
  border-color: transparent;
}
@media (max-width: 1199px) {
}
.base_next .huan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.base_next .huan svg {
  width: 100%;
  height: 100%;
}
.base_next .huan svg circle {
  width: 100%;
  height: 100%;
}
.base_next .huan svg circle:nth-child(2) {
  stroke-dasharray: 0 166;
}
.base_next.active .huan svg circle:nth-child(2) {
  stroke-dasharray: 176 166;
  -webkit-transition: all 5s linear;
  transition: all 5s linear;
}
.base_next:hover .huan {
  opacity: 0;
}
.hm_tit {
  text-align: center;
}
.hm_tit .tit {
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .hm_tit .tit {
    margin-bottom: 6px;
    margin-bottom: 0;
  }
}
.hm_tit .text {
  color: #505050;
}
@media (max-width: 375px) {
  .hm_tit .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hm_tit .text {
    display: none;
  }
}
.hm_but {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 1.7rem;
  height: 0.5rem;
  border: 1px solid #2cc6d0;
  background-color: #2cc6d0;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
@media (min-width: 1921px) {
  .hm_but {
    width: 1.8rem;
  }
}
@media (max-width: 1580px) {
  .hm_but {
    font-size: 14px;
  }
}
.hm_but i,
.hm_but span {
  position: relative;
}
.hm_but i {
  display: block;
  overflow: hidden;
  width: 8px;
  margin-left: 0.3rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hm_but i svg {
  width: 100%;
  float: left;
}
.hm_but i svg path {
  fill: #fff;
  opacity: 1;
}
@media (max-width: 1580px) {
  .hm_but {
    width: 2.1rem;
    height: 0.66rem;
    border-radius: 0.33rem;
  }
  .hm_but i {
    margin-left: 0.22rem;
  }
}
@media (max-width: 1280px) {
  .hm_but {
    width: 2.2rem;
  }
}
@media (max-width: 567px) {
  .hm_but {
    font-size: 12px;
    width: 2.2rem;
    height: 0.76rem;
    border-radius: 0.38rem;
  }
}
.hm_but:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 1;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hm_but span,
.hm_but i {
  z-index: 2;
  position: relative;
}
.hm_but:hover {
  border-color: #2cc6d0;
  color: #2cc6d0;
}
.hm_but:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.hm_but:hover i svg path {
  fill: #2cc6d0;
}
.hm_but:hover:before {
  width: 102%;
}
@media (min-width: 1200px) {
  .hm-sec1 {
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .hm-sec1 {
    overflow: hidden;
  }
}
.hm-sec1 .hm_tit {
  margin-bottom: 0.58rem;
}
.hm-sec1 .nav {
  display: flex;
  justify-content: center;
}
.hm-sec1 .nav .hm1_nav {
  margin: 0;
  max-width: 100%;
}
.hm-sec1 .nav .hm1_nav .swiper-slide {
  width: auto;
  margin: 0 0.6rem;
}
@media (max-width: 767px) {
  .hm-sec1 .nav .hm1_nav .swiper-slide {
    margin: 0 0.2rem;
  }
}
.hm-sec1 .nav .hm1_nav .swiper-slide .item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 1580px) {
  .hm-sec1 .nav .hm1_nav .swiper-slide .item {
    padding-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .hm-sec1 .nav .hm1_nav .swiper-slide .item {
    padding-bottom: 12px;
  }
}
.hm-sec1 .nav .hm1_nav .swiper-slide .item .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.96rem;
  height: 0.96rem;
  position: relative;
}
@media (max-width: 767px) {
  .hm-sec1 .nav .hm1_nav .swiper-slide .item .circle {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.hm-sec1 .nav .hm1_nav .swiper-slide .item .circle .img {
  width: 65.625%;
  height: 65.625%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.hm-sec1 .nav .hm1_nav .swiper-slide .item .circle .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec1 .nav .hm1_nav .swiper-slide .item .circle .yaun {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36%;
  height: 36%;
  width: 62%;
  height: 62%;
  width: 100%;
  height: 100%;
  transform: scale(0.4);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  background-color: #2cc6d0;
}
.hm-sec1 .nav .hm1_nav .swiper-slide .item .tit {
  line-height: 1;
  color: #505050;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .hm-sec1 .nav .hm1_nav .swiper-slide .item .tit {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hm-sec1 .nav .hm1_nav .swiper-slide .item .tit {
    font-size: 14px;
  }
}
.hm-sec1 .nav .hm1_nav .swiper-slide .item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  width: 0;
  background-color: #2cc6d0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hm-sec1 .nav .hm1_nav .on .item:after {
  width: 100%;
}
.hm-sec1 .nav .hm1_nav .on .item .circle .yaun {
  -webkit-animation: scale1 1.4s linear infinite;
  animation: scale1 2s linear infinite;
}
.hm-sec1 .nav .hm1_nav .on .item .circle .f_scale2 {
  -webkit-animation: scale1 1.4s 1.4s linear infinite;
  animation: scale1 2s 1.4s linear infinite;
}
.hm-sec1 .nav .hm1_nav .on .item .circle .f_scale3 {
  animation-delay: 1.4s;
  display: none;
}
.hm-sec1 .cont {
  width: 100%;
  background-color: #eaf2f5;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hm-sec1 .cont {
    overflow: visible;
  }
}
.hm-sec1 .cont .item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .hm-sec1 .cont .item {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .hm-sec1 .cont .item {
    padding-right: 0;
  }
}
.hm-sec1 .cont .item .lt {
  padding: 0.3rem;
  width: 26.875%;
}
@media (max-width: 1199px) {
  .hm-sec1 .cont .item .lt {
    width: 36%;
  }
}
@media (max-width: 991px) {
  .hm-sec1 .cont .item .lt {
    width: 100%;
    margin-bottom: 0.4rem;
    margin-bottom: 0;
  }
}
.hm-sec1 .cont .item .lt .font {
  position: relative;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 13px 0px #ffffff;
  min-height: 5.2rem;
  overflow: hidden;
  z-index: 4;
  padding: 0.68rem 0.43rem 1.94rem;
}
@media (max-width: 991px) {
  .hm-sec1 .cont .item .lt .font {
    padding-bottom: 1rem;
    min-height: initial;
  }
}
.hm-sec1 .cont .item .lt .font .text {
  position: relative;
  z-index: 2;
  font-size: 18px;
  padding-left: 10px;
  line-height: 28px;
  color: #333333;
}
@media (max-width: 1580px) {
  .hm-sec1 .cont .item .lt .font .text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .hm-sec1 .cont .item .lt .font .text {
    line-height: 24px;
  }
}
.hm-sec1 .cont .item .lt .font .wen {
  position: relative;
  z-index: 2;
  margin-bottom: 0.6rem;
}
.hm-sec1 .cont .item .lt .font .wen:before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 64px;
  position: absolute;
  top: -0.46rem;
  left: 0;
  background: url(../images/douhaoimg1.png) center / 100% no-repeat;
}
.hm-sec1 .cont .item .lt .font .staff_font {
  padding: 0.26rem 0.26rem 0;
  color: #999999;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .hm-sec1 .cont .item .lt .font .staff_font {
    padding: 0.46rem 0.46rem 0;
  }
}
.hm-sec1 .cont .item .lt .font .staff_font:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: url(../images/xiantiaoim1.svg) top left / 100% no-repeat;
}
@media (max-width: 991px) {
  .hm-sec1 .cont .item .lt .font .staff_font:before {
    height: 20px;
  }
}
.hm-sec1 .cont .item .lt .font .staff_font span {
  color: #28adff;
}
.hm-sec1 .cont .item .lt .font .circle1 {
  position: absolute;
  bottom: 0;
  opacity: 0.3;
  border-radius: 50%;
}
.hm-sec1 .cont .item .lt .font .circle1:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.hm-sec1 .cont .item .lt .font .yuan1 {
  background: url(../images/jianbianimg2.png) center / contain no-repeat;
  width: 79.459459%;
  right: -15.675%;
  bottom: -24%;
  -webkit-animation: trantale1 10s linear infinite;
  animation: trantale1 10s linear infinite;
}
@media (max-width: 991px) {
  .hm-sec1 .cont .item .lt .font .yuan1 {
    width: 2.9rem;
    bottom: -1.6rem;
    right: -0.3rem;
  }
}
.hm-sec1 .cont .item .lt .font .yuan2 {
  background-color: #ddd;
  width: 45.9459%;
  bottom: 0.58rem;
  background: url(../images/jianbianimg1.png) center / contain no-repeat;
  right: -21%;
  -webkit-animation: trantale1 16s 2s linear infinite;
  animation: trantale1 16s 3s linear infinite;
}
@media (max-width: 991px) {
  .hm-sec1 .cont .item .lt .font .yuan2 {
    width: 1.7rem;
    right: -0.4rem;
  }
}
.hm-sec1 .cont .item .gt {
  width: 62.5%;
  width: 73.125%;
}
@media (max-width: 1199px) {
  .hm-sec1 .cont .item .gt {
    width: 64%;
  }
}
@media (max-width: 991px) {
  .hm-sec1 .cont .item .gt {
    width: 76%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .cont .item .gt {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .hm-sec1 .cont .item .gt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.hm-sec1 .cont .item .gt .fz_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hm-sec1 .cont .item .gt .fz_img {
    margin-top: -0.6rem;
  }
}
.hm-sec1 .cont .item .gt .fz_img img,
.hm-sec1 .cont .item .gt .fz_img video {
  width: 100%;
  float: left;
}
.hm-sec1 .cont .item .gt .fz_img video {
  width: 116%;
  height: 116%;
  margin-left: -8%;
  margin-top: -5%;
  object-fit: cover;
  background-color: transparent;
}
@media (max-width: 767px) {
  .hm-sec1 .cont .item .gt .fz_img video {
    width: 160%;
    height: 100%;
    margin-left: -30%;
  }
}
.hm-sec1 .cont .item .gt .fz_img video:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .hm-sec1 .cont .item .gt .fz_img video {
    height: auto;
  }
  .hm-sec1 .cont .item .gt .fz_img video:nth-child(1) {
    display: none;
  }
  .hm-sec1 .cont .item .gt .fz_img video:nth-child(2) {
    display: block;
  }
}
.hm-sec1 .cont .active {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.hm-sec2 {
  position: relative;
  padding-bottom: 0;
}
.hm-sec2 .hm_tit {
  margin-bottom: 0.42rem;
  margin-bottom: 0.72rem;
}
.hm-sec2 .container {
  max-width: 1200px;
  max-width: 1100px;
}
.hm-sec2 .nav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0.9rem;
}
.hm-sec2 .nav .hm2_nav {
  max-width: 100%;
  margin: 0;
  border-radius: 25px;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .hm-sec2 .nav .hm2_nav {
    border-radius: 23px;
  }
}
@media (max-width: 991px) {
  .hm-sec2 .nav .hm2_nav {
    border-radius: 21px;
  }
}
.hm-sec2 .nav .hm2_nav .xian {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #2cc6d0;
  width: 50%;
  border-radius: 25px;
}
@media (max-width: 1580px) {
  .hm-sec2 .nav .hm2_nav .xian {
    border-radius: 23px;
  }
}
@media (max-width: 991px) {
  .hm-sec2 .nav .hm2_nav .xian {
    border-radius: 21px;
  }
}
.hm-sec2 .nav .hm2_nav .swiper-slide {
  width: auto;
}
.hm-sec2 .nav .hm2_nav .swiper-slide .item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 0.32rem;
  padding-right: 0.4rem;
  line-height: 50px;
}
@media (max-width: 1580px) {
  .hm-sec2 .nav .hm2_nav .swiper-slide .item {
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .hm-sec2 .nav .hm2_nav .swiper-slide .item {
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .nav .hm2_nav .swiper-slide .item {
    padding: 0 0.46rem;
  }
}
.hm-sec2 .nav .hm2_nav .swiper-slide .item i {
  overflow: hidden;
  display: block;
  width: 18px;
}
@media (max-width: 1580px) {
  .hm-sec2 .nav .hm2_nav .swiper-slide .item i {
    width: 16px;
  }
}
@media (max-width: 991px) {
  .hm-sec2 .nav .hm2_nav .swiper-slide .item i {
    width: 14px;
  }
}
.hm-sec2 .nav .hm2_nav .swiper-slide .item i img,
.hm-sec2 .nav .hm2_nav .swiper-slide .item i svg {
  float: left;
  width: 100%;
}
.hm-sec2 .nav .hm2_nav .swiper-slide .item i img:nth-child(2) {
  display: none;
}
.hm-sec2 .nav .hm2_nav .swiper-slide .item i svg path {
  fill: #505050;
  opacity: 1;
}
.hm-sec2 .nav .hm2_nav .swiper-slide .item .tit {
  display: block;
  font-size: 18px;
  color: #505050;
  margin-left: 0.16rem;
}
@media (max-width: 1580px) {
  .hm-sec2 .nav .hm2_nav .swiper-slide .item .tit {
    font-size: 16px;
  }
}
.hm-sec2 .nav .hm2_nav .swiper-slide.on .item i svg path {
  fill: #fff;
}
.hm-sec2 .nav .hm2_nav .swiper-slide.on .item i img:nth-child(1) {
  display: none;
}
.hm-sec2 .nav .hm2_nav .swiper-slide.on .item i img:nth-child(2) {
  display: block;
}
.hm-sec2 .nav .hm2_nav .swiper-slide.on .item .tit {
  color: #fff;
}
.hm-sec2 .cont {
  margin-bottom: 0.56rem;
  position: relative;
}
@media (max-width: 991px) {
  .hm-sec2 .cont {
    margin-bottom: 0.1rem;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont {
    margin: 0 -0.15rem;
    margin-bottom: 0.1rem;
  }
}
.hm-sec2 .cont .item {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  display: flex;
  margin: 0 -5px;
}
@media (max-width: 991px) {
  .hm-sec2 .cont .item {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont .item {
    margin: 0;
  }
}
.hm-sec2 .cont .item .li {
  width: 13.125%;
  flex: 1 1 13.125%;
  padding: 0 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .hm-sec2 .cont .item .li {
    width: 33.33%;
    flex: 1 1 33.333%;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont .item .li {
    width: 50%;
    flex: 1 1 50%;
    padding: 0 0.15rem;
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 567px) {
}
.hm-sec2 .cont .item .li .list {
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.4s;
  padding: 0.46rem 0.2rem;
  min-height: 4.1rem;
  flex-direction: column;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
@media (max-width: 1580px) {
  .hm-sec2 .cont .item .li .list {
    min-height: 5rem;
  }
}
@media (max-width: 991px) {
  .hm-sec2 .cont .item .li .list {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont .item .li .list {
    padding: 0 0.24rem 0.4rem;
    min-height: initial;
    align-items: flex-start;
  }
}
.hm-sec2 .cont .item .li .list .bag {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.1rem;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hm-sec2 .cont .item .li .list .bag img {
  width: 100%;
  float: left;
}
.hm-sec2 .cont .item .li .list .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hm-sec2 .cont .item .li .list .img img {
  width: 68.8%;
  margin-top: 0.4rem;
}
.hm-sec2 .cont .item .li .list .tit {
  display: flex;
  align-items: center;
  color: #010101;
  width: 100%;
  justify-content: center;
  padding-bottom: 0.32rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .item .li .list .tit {
    font-size: 0.3rem;
    justify-content: flex-start;
  }
}
.hm-sec2 .cont .item .li .list .tit i {
  width: 6px;
  display: block;
  margin-left: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hm-sec2 .cont .item .li .list .tit i {
    display: none;
  }
}
.hm-sec2 .cont .item .li .list .tit i svg {
  width: 100%;
  float: left;
}
.hm-sec2 .cont .item .li .list .tit i svg path {
  opacity: 1;
  fill: #010101;
  fill: #2cc6d0;
}
.hm-sec2 .cont .item .li .list .jut {
  position: relative;
  width: 100%;
}
.hm-sec2 .cont .item .li .list .jut .but {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.45rem;
  overflow: hidden;
}
.hm-sec2 .cont .item .li .list .jut .but img {
  width: 100%;
  float: left;
}
.hm-sec2 .cont .item .li .list .jut .text {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  visibility: visible;
  max-height: 1rem;
  color: #999999;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .hm-sec2 .cont .item .li .list .jut .text {
    font-size: 14px;
    line-height: 22px;
    min-height: 1.8rem;
  }
}
@media (max-width: 991px) {
  .hm-sec2 .cont .item .li .list .jut .text {
    max-height: initial;
  }
}
@media (min-width: 992px) {
  .hm-sec2 .cont .item .li .list .jut .text {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont .item .li .list .jut .text {
    font-size: 0.24rem;
    text-align: left;
  }
}
.hm-sec2 .cont .item .li .list .jut .nei {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  max-height: 1rem;
  visibility: visible;
}
@media (max-width: 1580px) {
  .hm-sec2 .cont .item .li .list .jut .nei {
    min-height: 1.8rem;
  }
}
@media (max-width: 991px) {
  .hm-sec2 .cont .item .li .list .jut .nei {
    max-height: initial;
  }
}
@media (min-width: 992px) {
  .hm-sec2 .cont .item .li .list .jut .nei {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
  }
}
.hm-sec2 .cont .item .li .list .jut .nei a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #505050;
  transition: all 0.4s;
  font-size: 18px;
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  .hm-sec2 .cont .item .li .list .jut .nei a {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .hm-sec2 .cont .item .li .list .jut .nei a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont .item .li .list .jut .nei a {
    font-size: 0.24rem;
    justify-content: flex-start;
  }
}
.hm-sec2 .cont .item .li .list .jut .nei a:last-child {
  margin-bottom: 0;
}
.hm-sec2 .cont .item .li .list .jut .nei a i {
  flex: 0 0 auto;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 8px;
  overflow: hidden;
  margin-left: 10px;
}
.hm-sec2 .cont .item .li .list .jut .nei a i img,
.hm-sec2 .cont .item .li .list .jut .nei a i svg {
  float: left;
  width: 100%;
}
.hm-sec2 .cont .item .li .list .jut .nei a i svg path {
  fill: #2cc6d0;
}
.hm-sec2 .cont .item .li .list .jut .nei a:hover {
  color: #2cc6d0;
}
.hm-sec2 .cont .item .li .list .jut .nei a:hover i {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.hm-sec2 .cont .item .li .list .jut .fq_but {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  width: 1.5rem;
  height: 0.45rem;
  background-color: #2cc6d0;
  border: 1px solid #2cc6d0;
  overflow: hidden;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 0.38rem;
  border-radius: 0.225rem;
}
@media (max-width: 1580px) {
  .hm-sec2 .cont .item .li .list .jut .fq_but {
    width: 1.7rem;
    height: 0.56rem;
    border-radius: 0.28rem;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont .item .li .list .jut .fq_but {
    width: 2rem;
    height: 0.6rem;
    display: none;
  }
}
@media (max-width: 567px) {
  .hm-sec2 .cont .item .li .list .jut .fq_but {
    width: 2.4rem;
    height: 0.66rem;
    font-size: 12px;
    border-radius: 0.33rem;
    width: 1.8rem;
    height: 0.6rem;
  }
}
.hm-sec2 .cont .item .li .list .jut .fq_but span,
.hm-sec2 .cont .item .li .list .jut .fq_but i {
  position: relative;
}
.hm-sec2 .cont .item .li .list .jut .fq_but i {
  width: 8px;
  margin-left: 0.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 567px) {
  .hm-sec2 .cont .item .li .list .jut .fq_but i {
    width: 6px;
  }
}
.hm-sec2 .cont .item .li .list .jut .fq_but i svg {
  width: 100%;
  float: left;
}
.hm-sec2 .cont .item .li .list .jut .fq_but i svg path {
  opacity: 1;
  fill: #fff;
}
.hm-sec2 .cont .item .li .list .jut .fq_but:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hm-sec2 .cont .item .li .list .jut .fq_but:hover span {
  color: #2cc6d0;
}
.hm-sec2 .cont .item .li .list .jut .fq_but:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.hm-sec2 .cont .item .li .list .jut .fq_but:hover i svg path {
  fill: #2cc6d0;
}
.hm-sec2 .cont .item .li .list .jut .fq_but:hover:before {
  width: 100%;
}
@media (max-width: 991px) {
  .hm-sec2 .cont .item .li .list {
    border-radius: 10px;
    padding: 0 0.4rem 0.4rem;
  }
  .hm-sec2 .cont .item .li .list .bag {
    opacity: 0;
  }
  .hm-sec2 .cont .item .li .list .img {
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
    margin-top: -0.84rem;
  }
  .hm-sec2 .cont .item .li .list .tit {
    padding-top: 0.22rem;
    padding-bottom: 0.26rem;
  }
  .hm-sec2 .cont .item .li .list .jut .but {
    opacity: 0;
  }
  .hm-sec2 .cont .item .li .list .jut .nei,
  .hm-sec2 .cont .item .li .list .jut .text {
    opacity: 1;
    position: relative;
    visibility: visible;
    -webkit-transition: all 0.4s 0.4s;
    transition: all 0.4s 0.4s;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .hm-sec2 .cont .item .li .list {
    padding: 0 0.2rem 0.4rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .hm-sec2 .cont .item .li .list .img {
    margin-top: 0;
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  .hm-sec2 .cont .item .on {
    width: 33.75%;
    flex: 1 1 33.75%;
  }
  .hm-sec2 .cont .item .on .list {
    border-radius: 10px;
  }
  .hm-sec2 .cont .item .on .list .bag {
    opacity: 0;
  }
  .hm-sec2 .cont .item .on .list .img {
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
    margin-top: -0.84rem;
  }
  .hm-sec2 .cont .item .on .list .tit {
    padding-top: 0.22rem;
    padding-bottom: 0.24rem;
  }
  .hm-sec2 .cont .item .on .list .jut .but {
    opacity: 0;
  }
  .hm-sec2 .cont .item .on .list .jut .nei,
  .hm-sec2 .cont .item .on .list .jut .text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    position: relative;
    visibility: visible;
    -webkit-transition: all 0.4s 0.4s;
    transition: all 0.4s 0.4s;
  }
}
.hm-sec2 .cont .active {
  visibility: visible;
  opacity: 1;
  z-index: 4;
  position: relative;
}
.hm-sec2 .fz_cont {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -23px;
  margin: 0 -10px;
}
@media (max-width: 1580px) {
  .hm-sec2 .fz_cont {
    margin: 0 -16px;
  }
}
@media (max-width: 991px) {
  .hm-sec2 .fz_cont {
    margin: 0 -12px;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .fz_cont {
    margin: 0 -5px;
  }
}
@media (max-width: 1580px) {
  .hm-sec2 .fz_cont {
    margin: 0 -8px;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .fz_cont {
    margin: 0 -5px;
  }
}
.hm-sec2 .fz_cont .item {
  width: 25%;
  padding: 0 23px;
  margin-bottom: 40px;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .hm-sec2 .fz_cont .item {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .hm-sec2 .fz_cont .item {
    padding: 0 12px;
    margin-bottom: 24px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .fz_cont .item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 1580px) {
  .hm-sec2 .fz_cont .item {
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .fz_cont .item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.hm-sec2 .fz_cont .item .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.33rem 0.26rem;
  transition: all 0.4s;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px #dcf2f4;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .hm-sec2 .fz_cont .item .list {
    padding: 0.46ren 0.3rem;
  }
}
.hm-sec2 .fz_cont .item .list i {
  display: block;
  height: 0.58rem;
  height: 0.85rem;
  overflow: hidden;
}
@media (max-width: 767px) {
}
.hm-sec2 .fz_cont .item .list i img {
  float: left;
  height: 100%;
}
.hm-sec2 .fz_cont .item .list .tit {
  color: #282828;
  font-size: 20px;
  margin-bottom: 0.32rem;
  margin-bottom: 0.14rem;
  margin-bottom: 6px;
}
@media (max-width: 1580px) {
  .hm-sec2 .fz_cont .item .list .tit {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .hm-sec2 .fz_cont .item .list .tit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .fz_cont .item .list .tit {
    font-size: 0.34rem;
  }
}
.hm-sec2 .fz_cont .item .list .but {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #2cc6d0;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #2cc6d0;
  border-radius: 25px;
  padding-left: 0.33rem;
  font-size: 18px;
  padding-right: 0.21rem;
  line-height: 48px;
}
@media (max-width: 1580px) {
  .hm-sec2 .fz_cont .item .list .but {
    line-height: 44px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hm-sec2 .fz_cont .item .list .but {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .fz_cont .item .list .but {
    line-height: 0.6rem;
    font-size: 14px;
    padding: 0 0.32rem;
  }
}
.hm-sec2 .fz_cont .item .list .but span,
.hm-sec2 .fz_cont .item .list .but i {
  float: left;
  position: relative;
}
.hm-sec2 .fz_cont .item .list .but i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .hm-sec2 .fz_cont .item .list .but i {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .fz_cont .item .list .but i {
    margin-top: 2px;
    margin-left: 6px;
  }
}
.hm-sec2 .fz_cont .item .list .but i svg {
  width: 100%;
}
.hm-sec2 .fz_cont .item .list .but i svg path {
  fill: #fff;
  opacity: 1;
}
.hm-sec2 .fz_cont .item .list .but:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hm-sec2 .fz_cont .item .list .but:hover {
  opacity: 0.9;
  color: #2cc6d0;
  border-color: #2cc6d0;
}
.hm-sec2 .fz_cont .item .list .but:hover i {
  border-color: #2cc6d0;
}
.hm-sec2 .fz_cont .item .list .but:hover i svg path {
  fill: #2cc6d0;
}
.hm-sec2 .fz_cont .item .list .but:hover:before {
  width: 100%;
}
.hm-sec2 .fz_cont .item .list .f_but {
  display: flex;
  align-items: center;
  color: #666;
  color: #2cc6d0;
}
.hm-sec2 .fz_cont .item .list .f_but i {
  display: flex;
  align-items: center;
  width: 8px;
  height: 10px;
  margin-left: 10px;
  overflow: hidden;
}
.hm-sec2 .fz_cont .item .list .f_but i img,
.hm-sec2 .fz_cont .item .list .f_but i svg {
  width: 100%;
  max-height: 100%;
  float: left;
  object-fit: contain;
}
.hm-sec2 .fz_cont .item .list .f_but i img path,
.hm-sec2 .fz_cont .item .list .f_but i svg path {
  fill: #2cc6d0;
}
@media (min-width: 1200px) {
  .hm-sec2 .fz_cont .item .list:hover {
    transform: translateY(-6px);
  }
}
.hm-sec2 .but1 {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 1580px) {
  .hm-sec2 .but1 {
    margin-top: 20px;
  }
}
.hm-sec2 .fz_but {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #2cc6d0;
  margin: 0 auto;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #2cc6d0;
  border-radius: 25px;
  padding-left: 0.3rem;
  font-size: 18px;
  padding-right: 0.2rem;
  line-height: 50px;
}
@media (max-width: 1580px) {
  .hm-sec2 .fz_but {
    line-height: 46px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hm-sec2 .fz_but {
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .fz_but {
    line-height: 0.76rem;
    font-size: 14px;
    padding: 0 0.4rem;
  }
}
.hm-sec2 .fz_but span,
.hm-sec2 .fz_but i {
  float: left;
  position: relative;
}
.hm-sec2 .fz_but i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-sec2 .fz_but i svg {
  width: 100%;
}
.hm-sec2 .fz_but i svg path {
  fill: #fff;
  opacity: 1;
}
.hm-sec2 .fz_but:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hm-sec2 .fz_but:hover {
  opacity: 0.9;
  color: #2cc6d0;
  border-color: #2cc6d0;
}
.hm-sec2 .fz_but:hover i {
  border-color: #2cc6d0;
}
.hm-sec2 .fz_but:hover i svg path {
  fill: #2cc6d0;
}
.hm-sec2 .fz_but:hover:before {
  width: 100%;
}
.hm-sec2:before,
.hm-sec2:after {
  content: "";
  display: block;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.hm-sec2:before {
  width: 21.35%;
  padding-bottom: 21.35%;
  background-image: url(../images/gaodniyuan1.png);
  right: 0.2rem;
  top: -2.6rem;
  -webkit-animation: trantale1 10s linear infinite;
  animation: trantale1 10s linear infinite;
}
.hm-sec2:after {
  background-image: url(../images/gaodniyuan2.png);
  width: 22%;
  padding-bottom: 22%;
  bottom: -1.43rem;
  left: -2.08rem;
  -webkit-animation: trantale1 8s 2s linear infinite;
  animation: trantale1 6s 3s linear infinite forwards;
}
.hm-sec3 {
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.hm-sec3 .hm_tit {
  margin-bottom: 0.7rem;
}
.hm-sec3 .cont {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  min-height: 6rem;
  margin-bottom: 0.6rem;
}
.hm-sec3 .cont .lt {
  width: 20%;
  border: 1px solid #eeeeee;
  border-right: none;
  background: url(../images/fanganltbag1.jpg) right bottom / cover no-repeat;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .lt {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    border-right: 1px solid #eeeeee;
  }
}
@media (max-width: 567px) {
  .hm-sec3 .cont .lt {
    overflow: auto;
  }
}
.hm-sec3 .cont .lt .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.4rem;
  padding-right: 0.34rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .lt .item {
    width: auto;
    border-bottom: none;
    width: 33.333%;
    border-top: 1px solid #eeee;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .cont .lt .item {
    width: 50%;
    border: none;
  }
}
@media (max-width: 567px) {
  .hm-sec3 .cont .lt .item {
    padding: 0.1rem 0.3rem;
    flex-shrink: 0;
  }
}
.hm-sec3 .cont .lt .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -6px;
  opacity: 0;
  height: 100%;
  width: 6px;
  background-color: #97d700;
  border-radius: 5px 0px 0px 5px;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .lt .item:before {
    display: none;
  }
}
.hm-sec3 .cont .lt .item .but {
  width: calc(100% - 18px);
  display: flex;
  align-items: center;
}
.hm-sec3 .cont .lt .item .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 46px;
}
@media (max-width: 1580px) {
  .hm-sec3 .cont .lt .item .but i {
    width: 41px;
    height: 42px;
  }
}
@media (max-width: 991px) {
  .hm-sec3 .cont .lt .item .but i {
    width: 37px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .cont .lt .item .but i {
    width: 0.66rem;
    height: 0.68rem;
  }
}
.hm-sec3 .cont .lt .item .but i img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  float: left;
}
.hm-sec3 .cont .lt .item .but i img:nth-child(2) {
  display: none;
}
.hm-sec3 .cont .lt .item .but span {
  display: block;
  width: calc(100% - 45px);
  color: #1a1a1a;
  padding-left: 0.3rem;
}
@media (max-width: 1580px) {
  .hm-sec3 .cont .lt .item .but span {
    width: calc(100% - 41px);
  }
}
@media (max-width: 991px) {
  .hm-sec3 .cont .lt .item .but span {
    width: calc(100% - 37px);
  }
}
@media (max-width: 767px) {
  .hm-sec3 .cont .lt .item .but span {
    width: calc(100% - 0.66rem);
  }
}
.hm-sec3 .cont .lt .item .f_icon {
  width: 8px;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.hm-sec3 .cont .lt .item .f_icon svg {
  width: 100%;
  float: left;
}
.hm-sec3 .cont .lt .item .f_icon svg path {
  fill: #a5abac;
}
.hm-sec3 .cont .lt .on {
  background-color: #2cc6d0;
}
.hm-sec3 .cont .lt .on .but i img:nth-child(1) {
  display: none;
}
.hm-sec3 .cont .lt .on .but i img:nth-child(2) {
  display: block;
}
.hm-sec3 .cont .lt .on .but span {
  color: #fff;
}
.hm-sec3 .cont .lt .on .f_icon svg path {
  fill: #fff;
}
@media (max-width: 991px) {
  .hm-sec3 .cont .lt .on .f_icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.hm-sec3 .cont .lt .on:before {
  opacity: 1;
}
.hm-sec3 .cont .gt {
  width: 80%;
  background-color: #fff;
  border: solid 1px #eeeeee;
  position: relative;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .gt {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .gt {
    border-top: none;
  }
}
@media (min-width: 992px) {
  .hm-sec3 .cont .gt {
    border-radius: 0 10px 10px 0;
  }
}
.hm-sec3 .cont .gt .fz_jut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .gt .fz_jut {
    height: auto;
  }
}
.hm-sec3 .cont .gt .fz_jut .fz_scene {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2px;
}
@media (min-width: 992px) {
  .hm-sec3 .cont .gt .fz_jut .fz_scene {
    border-radius: 0 10px 10px 0;
    border-right: 1px solid #eeeeee;
  }
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item {
  width: 25%;
  border-left: 1px solid #eeeeee;
  margin-left: -1px;
  margin-top: -1px;
  padding-left: 1px;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .gt .fz_jut .fz_scene .item {
    width: 50%;
  }
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item .list {
  display: block;
  position: relative;
  padding-left: 1px;
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .tit {
  color: #1a1a1a;
  display: flex;
  align-items: center;
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .tit i {
  display: block;
  width: 8px;
  overflow: hidden;
  margin-left: 12px;
}
@media (min-width: 768px) {
  .hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .tit i {
    display: none;
  }
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .tit i svg {
  width: 100%;
  float: left;
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .tit i svg path {
  opacity: 1;
  fill: #1a1a1a;
  fill: #2cc6d0;
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .nei {
  width: 100%;
  padding: 0.28rem 0.34rem 0.28rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s 0.1s;
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .nei .tit {
  margin-bottom: 0.19rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s 0.1s;
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .nei .text {
  -webkit-transition: all 0.4s;
  transition: all 0.4s 0.2s;
  font-size: 18px;
  line-height: 28px;
  color: #505050;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 86px;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .nei .text {
    height: 80px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .nei .text {
    height: 68px;
    font-size: 14px;
    line-height: 22px;
  }
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .nei .but {
  -webkit-transition: all 0.4s;
  transition: all 0.4s 0.1s;
  overflow: hidden;
  width: 0.74rem;
  margin-left: -0.2rem;
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .nei .but img {
  width: 100%;
  float: left;
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .hover1 {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 3;
  top: 0;
  opacity: 0;
  transform: translateY(10px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 100%;
  padding: 0.28rem 0.24rem 0.28rem;
  border-radius: 10px;
  box-shadow: 5px 9px 20px 0px rgba(0, 0, 0, 0.08), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.65);
  background-color: #fff;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  background: url(../images/zhapingxiaoyuabimg1.jpg) center / cover no-repeat;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .hover1 {
    display: none;
  }
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .hover1 .tit {
  margin-bottom: 0.26rem;
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .hover1 .text {
  font-size: 16px;
  line-height: 26px;
  color: #505050;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 132px;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .hover1 .text {
    height: 98px;
    font-size: 14px;
    -webkit-line-clamp: 4;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .hover1 .text {
    height: 112px;
    line-height: 22px;
  }
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .hover1 .fz_but {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2cc6d0;
  padding-top: 0.2rem;
  border-top: 1px solid #e5e5e5;
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .hover1 .fz_but i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .hover1 .fz_but i svg {
  width: 100%;
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .hover1 .fz_but i svg path {
  fill: #2cc6d0;
}
.hm-sec3 .cont .gt .fz_jut .fz_scene .item .list .hover1 .fz_but:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
@media (min-width: 1200px) {
  .hm-sec3 .cont .gt .fz_jut .fz_scene .item .list:hover .nei {
    transition: all 0.4s;
  }
  .hm-sec3 .cont .gt .fz_jut .fz_scene .item .list:hover .nei .tit,
  .hm-sec3 .cont .gt .fz_jut .fz_scene .item .list:hover .nei .text {
    opacity: 0;
  }
  .hm-sec3 .cont .gt .fz_jut .fz_scene .item .list:hover .nei .but {
    transform: translateY(10px);
    opacity: 0;
  }
  .hm-sec3 .cont .gt .fz_jut .fz_scene .item .list:hover .hover1 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s 0.1s;
  }
}
.hm-sec3 .cont .gt .fz_jut .fz_industry {
  height: 100%;
  align-items: flex-start;
  background: url(../images/secaizhibag.png) center / cover no-repeat;
}
.hm-sec3 .cont .gt .fz_jut .fz_industry .item {
  width: 33.333%;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .gt .fz_jut .fz_industry .item {
    width: 50%;
    border-right: 1px solid #eeeeee;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .cont .gt .fz_jut .fz_industry .item {
    width: 100%;
    border-right: none;
  }
}
.hm-sec3 .cont .gt .fz_jut .fz_industry .item .list .nei {
  padding: 0.6rem 0.5rem 0.32rem;
}
.hm-sec3 .cont .gt .fz_jut .fz_industry .item .list .nei .tit {
  margin-bottom: 0.16rem;
}
.hm-sec3 .cont .gt .fz_jut .fz_industry .item .list .nei .text {
  margin-bottom: 0.12rem;
  -webkit-line-clamp: 3;
  max-height: 86px;
}
@media (max-width: 1580px) {
  .hm-sec3 .cont .gt .fz_jut .fz_industry .item .list .nei .text {
    max-height: 80px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .gt .fz_jut .fz_industry .item .list .nei .text {
    max-height: 68px;
    font-size: 14px;
    line-height: 22px;
  }
}
.hm-sec3 .cont .gt .fz_jut .fz_industry .item .list .nei .but {
  margin-left: 0;
  width: 0.6rem;
}
.hm-sec3 .cont .gt .fz_jut .fz_industry .item .list .hover1 {
  padding: 0.3rem 0.4rem 0.28rem;
  padding-right: 0.25rem;
  background-image: url(../images/zhihoushouy1.png);
}
.hm-sec3 .cont .gt .fz_jut .fz_industry .item .list .hover1 .tit {
  margin-bottom: 0.2rem;
}
.hm-sec3 .cont .gt .active {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
.hm-sec3 .cont:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/zhuanshshouim1.png) center / contain no-repeat;
  z-index: -1;
  left: 0.9rem;
  bottom: -1.3rem;
  width: 20.31%;
  padding-bottom: 20.31%;
  -webkit-animation: trantale3 16s ease infinite;
  animation: trantale3 16s ease infinite;
}
.hm-sec3 .but1 {
  display: flex;
  justify-content: center;
}
.hm-sec3 .but1 .fz_but {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #2cc6d0;
  margin: 0 auto;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #2cc6d0;
  border-radius: 25px;
  padding-left: 0.3rem;
  font-size: 18px;
  padding-right: 0.2rem;
  line-height: 50px;
}
@media (max-width: 1580px) {
  .hm-sec3 .but1 .fz_but {
    line-height: 46px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hm-sec3 .but1 .fz_but {
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .but1 .fz_but {
    line-height: 0.76rem;
    font-size: 14px;
    padding: 0 0.4rem;
  }
}
.hm-sec3 .but1 .fz_but span,
.hm-sec3 .but1 .fz_but i {
  float: left;
  position: relative;
}
.hm-sec3 .but1 .fz_but i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-sec3 .but1 .fz_but i svg {
  width: 100%;
}
.hm-sec3 .but1 .fz_but i svg path {
  fill: #fff;
  opacity: 1;
}
.hm-sec3 .but1 .fz_but:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hm-sec3 .but1 .fz_but:hover {
  opacity: 0.9;
  color: #2cc6d0;
  border-color: #2cc6d0;
}
.hm-sec3 .but1 .fz_but:hover i {
  border-color: #2cc6d0;
}
.hm-sec3 .but1 .fz_but:hover i svg path {
  fill: #2cc6d0;
}
.hm-sec3 .but1 .fz_but:hover:before {
  width: 100%;
}
.hm-sec4 {
  position: relative;
  z-index: 2;
}
.hm-sec4 .fzqcircle {
  position: absolute;
  right: 0;
  top: -4.4rem;
  z-index: -1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hm-sec4 .fzqcircle img {
  width: 43.4375%;
  position: absolute;
  right: -24.16666%;
  top: 0;
  -webkit-animation: trantale3 16s ease infinite;
  animation: trantale3 16s ease infinite;
}
.hm-sec4 .hm_tit {
  margin-bottom: 0.72rem;
}
.hm-sec4 .cont {
  position: relative;
  margin-bottom: 0.3rem;
}
.hm-sec4 .cont .hm4_cont {
  overflow: visible;
  width: 100%;
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .lt {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.11, 0.2, 0.1, 0.95);
  transition: all 1s cubic-bezier(0.11, 0.2, 0.1, 0.95);
}
@media (min-width: 992px) {
  .hm-sec4 .cont .hm4_cont .swiper-slide .item .lt {
    position: absolute;
    left: 0;
    top: 50%;
    width: 39.0625%;
    margin-top: -14%;
    -webkit-transform: translateX(1.4rem);
    transform: translateX(1.4rem);
    opacity: 0;
  }
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .lt .jut {
  position: relative;
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .lt .jut .img {
  overflow: hidden;
  background-color: #2cc6d0;
  border-radius: 10px;
  padding-bottom: 67.36%;
}
@media (max-width: 991px) {
  .hm-sec4 .cont .hm4_cont .swiper-slide .item .lt .jut .img {
    border-radius: 10px 10px 0 0 ;
  }
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .lt .jut .font {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .lt .jut .font .fz_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.1rem;
  margin-bottom: 0.44rem;
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .lt .jut .font .fz_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .lt .jut .font .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  color: #2cc6d0;
}
@media (max-width: 1580px) {
  .hm-sec4 .cont .hm4_cont .swiper-slide .item .lt .jut .font .but {
    width: 110px;
    height: 36px;
    border-radius: 18px;
  }
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .lt .jut .font .but i {
  display: block;
  overflow: hidden;
  width: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 14px;
}
@media (max-width: 1580px) {
  .hm-sec4 .cont .hm4_cont .swiper-slide .item .lt .jut .font .but i {
    margin-left: 10px;
  }
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .lt .jut .font .but i svg {
  float: left;
  width: 100%;
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .lt .jut .font .but i svg path {
  fill: #2cc6d0;
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .lt .jut .font .but:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .lt .jut .label {
  position: absolute;
  top: 0;
  left: -8px;
  width: 2.02rem;
  height: 0.75rem;
  background: url(../images/lbaelzhaophm1.png) left top / contain no-repeat;
  color: #2cc6d0;
  z-index: 2;
  padding: 0.2rem 0.46rem 0;
  padding-right: 0;
  line-height: 1;
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .gt {
  -webkit-transition: all 1s cubic-bezier(0.11, 0.2, 0.1, 0.95);
  transition: all 1s cubic-bezier(0.11, 0.2, 0.1, 0.95);
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  border: solid 1px #eeeeee;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  width: 66.875%;
  min-height: 4.8rem;
  padding: 0.52rem 0.8rem 0.16rem;
}
@media (max-width: 991px) {
  .hm-sec4 .cont .hm4_cont .swiper-slide .item .gt {
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 991px) {
  .hm-sec4 .cont .hm4_cont .swiper-slide .item .gt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .cont .hm4_cont .swiper-slide .item .gt {
    padding: 0.6rem 0.6rem 0.16rem;
  }
}
@media (min-width: 992px) {
  .hm-sec4 .cont .hm4_cont .swiper-slide .item .gt {
    -webkit-transform: translateX(-1.4rem);
    transform: translateX(-1.4rem);
    opacity: 0;
  }
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .label {
  background-color: rgba(153, 153, 153, 0.11);
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0.25rem;
  color: #666666;
}
@media (max-width: 767px) {
  .hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .label {
    font-size: 12px;
    padding: 8px;
  }
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .tit {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding-right: 0.62rem;
  position: relative;
  padding-left: 11px;
  margin-bottom: 0.44rem;
}
@media (max-width: 1580px) {
  .hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .tit {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .tit {
    padding-right: 0.2rem;
    padding-left: 0;
    font-size: 14px;
    line-height: 24px;
  }
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .tit:before,
.hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .tit:after {
  content: "";
  display: block;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.56rem;
  height: 0.6rem;
  position: absolute;
}
@media (max-width: 767px) {
  .hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .tit:before,
  .hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .tit:after {
    width: 0.4rem;
  }
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .tit:before {
  left: -0.52rem;
  top: -0.18rem;
  background-image: url(../images/hezuodouhaoimg1.png);
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .tit:after {
  right: -0.3rem;
  bottom: -0.18rem;
  background-image: url(../images/hezuodouhaoimg2.png);
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #999999;
  margin-bottom: 0.76rem;
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .text:before {
  content: "";
  display: block;
  width: 0.58rem;
  height: 2px;
  background-color: #cccccc;
  border-radius: 1px;
  margin-right: 0.1rem;
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .jut {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0.3rem;
  border-top: 1px solid #eeeeee;
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .jut .li {
  margin-bottom: 0.1rem;
  height: 0.65rem;
  width: 16.666%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .jut .li {
    padding: 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .jut .li {
    width: 33.333%;
  }
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .jut .li img {
  max-width: 78%;
  max-height: 78%;
  float: left;
}
.hm-sec4 .cont .hm4_cont .swiper-slide .item .lt,
.hm-sec4 .cont .hm4_cont .swiper-slide .item .gt {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media (min-width: 992px) {
}
.hm-sec4 .cont .hm4_cont .swiper-slide-active .item .lt,
.hm-sec4 .cont .hm4_cont .swiper-slide-active .item .gt {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.hm-sec4 .cont .hm4-next,
.hm-sec4 .cont .hm4-prev {
  opacity: 1;
}
@media (max-width: 991px) {
  .hm-sec4 .cont .hm4-next,
  .hm-sec4 .cont .hm4-prev {
    display: none;
  }
}
.hm-sec4 .hm4-page {
  margin-bottom: 0.4rem;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
.hm-sec4 .hm4-page span {
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  opacity: 1;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .hm-sec4 .hm4-page span {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}
.hm-sec4 .hm4-page .swiper-pagination-bullet-active {
  background-color: #2cc6d0;
}
.hm-sec4 .but1 {
  display: flex;
  justify-content: center;
}
.hm-sec4 .but1 .fz_but {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #2cc6d0;
  margin: 0 auto;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #2cc6d0;
  border-radius: 25px;
  padding-left: 0.3rem;
  font-size: 18px;
  padding-right: 0.2rem;
  line-height: 50px;
}
@media (max-width: 1580px) {
  .hm-sec4 .but1 .fz_but {
    line-height: 46px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hm-sec4 .but1 .fz_but {
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .but1 .fz_but {
    line-height: 0.76rem;
    font-size: 14px;
    padding: 0 0.4rem;
  }
}
.hm-sec4 .but1 .fz_but span,
.hm-sec4 .but1 .fz_but i {
  float: left;
  position: relative;
}
.hm-sec4 .but1 .fz_but i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-sec4 .but1 .fz_but i svg {
  width: 100%;
}
.hm-sec4 .but1 .fz_but i svg path {
  fill: #fff;
  opacity: 1;
}
.hm-sec4 .but1 .fz_but:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hm-sec4 .but1 .fz_but:hover {
  opacity: 0.9;
  color: #2cc6d0;
  border-color: #2cc6d0;
}
.hm-sec4 .but1 .fz_but:hover i {
  border-color: #2cc6d0;
}
.hm-sec4 .but1 .fz_but:hover i svg path {
  fill: #2cc6d0;
}
.hm-sec4 .but1 .fz_but:hover:before {
  width: 100%;
}
.hm-sec5 {
  position: relative;
  padding-top: 1.52rem;
}
@media (max-width: 767px) {
  .hm-sec5 {
    padding-top: 0.8rem;
  }
}
.hm-sec5 .container {
  position: relative;
}
.hm-sec5 .bag {
  position: absolute;
  left: 0;
  bottom: 0;
  top: initial;
  width: 100%;
  text-align: center;
  overflow: hidden;
  height: 3rem;
}
.hm-sec5 .bag img {
  width: 100vw;
  max-width: 1920px;
}
.hm-sec5 .hm_tit {
  margin-bottom: 0.62rem;
}
.hm-sec5 .cont {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .hm-sec5 .cont {
    padding-bottom: 0.6rem;
  }
}
.hm-sec5 .cont .item {
  width: 16.6666%;
  border-right: 1px solid #f1f1f1;
  text-align: center;
}
@media (max-width: 1199px) {
  .hm-sec5 .cont .item {
    width: 33.333%;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 1199px) and (min-width: 568px) {
  .hm-sec5 .cont .item:nth-child(3n) {
    border-right: none;
  }
}
@media (max-width: 567px) {
  .hm-sec5 .cont .item {
    width: 50%;
    margin-bottom: 0.6rem;
  }
  .hm-sec5 .cont .item:nth-child(2n) {
    border-right: none;
  }
}
.hm-sec5 .cont .item:last-child {
  border-right: none;
}
.hm-sec5 .cont .item .tit {
  font-size: 18px;
  color: #505050;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .hm-sec5 .cont .item .tit {
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  .hm-sec5 .cont .item .tit {
    font-size: 14px;
  }
}
.hm-sec5 .cont .item .shu {
  line-height: 0.8;
  font-size: 0.42rem;
  font-weight: 600;
  color: #2cc6d0;
}
.hm-sec5 .fz_cont {
  width: 100%;
  padding: 0 0.96rem 0.86rem;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .hm-sec5 .fz_cont {
    padding: 0 0 0.86rem;
  }
}
.hm-sec5 .fz_cont .img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 2.44rem;
}
.hm-sec5 .fz_cont .img img {
  height: 100%;
}
.hm-sec5 .fz_cont .fz_tit {
  position: relative;
  color: #010101;
  padding: 0 0.66rem;
  margin-bottom: 0.3rem;
}
.hm-sec5 .fz_cont .fz_tit:before,
.hm-sec5 .fz_cont .fz_tit:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.56rem;
  height: 0.58rem;
}
.hm-sec5 .fz_cont .fz_tit:before {
  left: 0;
  background: url(../images/hm5douhaoimg1.png) center / contain no-repeat;
}
.hm-sec5 .fz_cont .fz_tit:after {
  right: 0;
  background: url(../images/hm5douhaoimg2.png) center / contain no-repeat;
}
.hm-sec5 .fz_cont .fz_text {
  position: relative;
  color: #2cc6d0;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .hm-sec5 .fz_cont .fz_text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hm-sec5 .fz_cont .fz_text {
    font-size: 14px;
  }
}
.hm-sec5 .fz_cont .fz_text span {
  position: relative;
}
.hm-sec5 .fz_cont .fz_text span:before,
.hm-sec5 .fz_cont .fz_text span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 0.6rem;
  height: 2px;
}
.hm-sec5 .fz_cont .fz_text span:before {
  background: url(../images/xiantiaoimg1.png) center / 100% no-repeat;
  right: 100%;
  margin-right: 0.16rem;
}
.hm-sec5 .fz_cont .fz_text span:after {
  left: 100%;
  margin-left: 0.16rem;
  background: url(../images/xiantiaoimg2.png) center / 100% no-repeat;
}
.hm-sec5 .yuan1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6rem;
  overflow: hidden;
  top: -2.4rem;
}
.hm-sec5 .yuan1:after {
  content: "";
  display: block;
  position: absolute;
  left: -20%;
  top: 0;
  width: 34.0625%;
  padding-bottom: 34.0625%;
  background: url(../images/guanlirenxiaimg1.png) center / contain no-repeat;
  -webkit-animation: trantale1 16s ease infinite;
  animation: trantale1 16s ease infinite;
}
.hm-sec6 {
  background-color: #2cc6d0;
  position: relative;
}
@media (max-width: 767px) {
  .hm-sec6 {
    overflow: hidden;
  }
}
.hm-sec6 .container {
  position: relative;
}
.hm-sec6 .container .img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 18.875%;
}
@media (max-width: 991px) {
  .hm-sec6 .container .img {
    width: 36%;
  }
}
@media (max-width: 767px) {
}
.hm-sec6 .container .img img {
  width: 100%;
  float: left;
}
.hm-sec6 .cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 79.375%;
  padding: 1.2rem 0 0.94rem;
  padding: 1rem 0 1rem;
  position: relative;
  z-index: 4;
  color: #fff;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .hm-sec6 .cont {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .hm-sec6 .cont {
    width: 100%;
  }
}
.hm-sec6 .cont .font {
  width: calc(100% - 3.72rem);
}
@media (max-width: 1580px) {
  .hm-sec6 .cont .font {
    width: calc(100% - 4.1rem);
  }
}
@media (max-width: 991px) {
  .hm-sec6 .cont .font {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .hm-sec6 .cont .font {
    margin-top: -10px;
  }
}
.hm-sec6 .cont .font .tit {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .hm-sec6 .cont .font .tit {
    font-size: 0.38rem;
    font-size: 18px;
  }
}
.hm-sec6 .cont .font .text {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .hm-sec6 .cont .font .text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hm-sec6 .cont .font .text {
    font-size: 14px;
  }
}
.hm-sec6 .cont .gt {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hm-sec6 .cont .gt {
    display: block;
  }
}
.hm-sec6 .cont .gt .f_but1 {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
}
.hm-sec6 .cont .gt .f_but1:hover {
  color: #2cc6d0;
}
.hm-sec6 .cont .gt .f_but1:hover i svg path {
  fill: #2cc6d0;
}
.hm-sec6 .cont .gt .f_but1:hover:before {
  width: 100%;
}
.hm-sec6 .cont .gt .f_but2 {
  box-shadow: inset 0px 0px 0px 2px #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 0.22rem;
}
@media (max-width: 767px) {
  .hm-sec6 .cont .gt .f_but2 {
    margin-left: 0;
    margin-top: 0.2rem;
  }
}
.hm-sec6 .cont .gt .f_but2 i {
  display: block;
  width: 22px;
  margin-left: 14px;
}
@media (max-width: 1580px) {
  .hm-sec6 .cont .gt .f_but2 i {
    width: 18px;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .hm-sec6 .cont .gt .f_but2 i {
    width: 16px;
  }
}
.hm-sec6 .cont .gt .f_but2:hover {
  color: #2cc6d0;
}
.hm-sec6 .cont .gt .f_but2:hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.hm-sec6 .cont .gt .f_but2:hover i svg path {
  fill: #2cc6d0;
}
.hm-sec6 .cont .gt .f_but2:hover:before {
  width: 100%;
}
.hm-sec6 .fzq_jut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hm-sec6 .fzq_jut .circle {
  position: absolute;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hm-sec6 .fzq_jut .circle:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.hm-sec6 .fzq_jut .yuan1 {
  background-color: #0bb2bf;
  opacity: 0.5;
  width: 61.9791666%;
  top: -0.6rem;
  left: -23%;
  -webkit-animation: trantale2 16s ease infinite;
  animation: trantale2 16s ease infinite;
}
.hm-sec6 .fzq_jut .yuan2 {
  width: 7.552%;
  background-image: url(../images/tuoyuanimgfaz1.png);
  left: 2%;
  top: -0.6rem;
  -webkit-animation: trantale1 16s 1s ease infinite;
  animation: trantale1 16s 1s ease infinite;
}
@media (max-width: 767px) {
  .hm-sec6 .fzq_jut .yuan2 {
    top: 0.2rem;
    left: 6%;
  }
}
.hm-sec6 .fzq_jut .yuan3 {
  width: 21.354166%;
  background-image: url(../images/tuoyuanimgfaz2.png);
  bottom: -99%;
  left: 60%;
  -webkit-animation: trantale1 16s 1s ease infinite;
  animation: trantale1 16s 1s ease infinite;
}
@media (max-width: 991px) {
  .hm-sec6 .fzq_jut .yuan3 {
    bottom: -40%;
    left: 40%;
  }
}
@media (max-width: 767px) {
  .hm-sec6 .fzq_jut .yuan3 {
    bottom: -10%;
  }
}
.hm-sec6 .fzq_jut .yuan4 {
  width: 41.6666%;
  background-image: url(../images/tuoyuanimgfaz3.png);
  right: -20%;
  top: -6.8rem;
  -webkit-animation: trantale1 16s 1s ease infinite;
  animation: trantale1 16s 1s ease infinite;
}
@media (max-width: 991px) {
  .hm-sec6 .fzq_jut .yuan4 {
    top: -4.8rem;
  }
}
@media (max-width: 767px) {
  .hm-sec6 .fzq_jut .yuan4 {
    top: -2rem;
  }
}
.hm-sec7 {
  position: relative;
  z-index: 3;
}
.hm-sec7 .hm_tit {
  margin-bottom: 0.74rem;
}
.hm-sec7 .cont {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 0px 1px rgba(229, 243, 245, 0.9);
}
@media (max-width: 767px) {
  .hm-sec7 .cont {
    display: none;
  }
}
.hm-sec7 .cont .lt {
  width: 18.125%;
  background-color: #ecf7f9;
  padding: 0.28rem 0.31rem;
  max-height: 7rem;
  overflow: auto;
}
@media (max-width: 767px) {
  .hm-sec7 .cont .lt {
    width: 100%;
  }
}
.hm-sec7 .cont .lt .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  color: #505050;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0px 0px 15px 0px #c9e8ea;
  transition: all 0.3s;
  border-radius: 10px;
  margin-bottom: 15px;
  line-height: 0.65rem;
}
@media (max-width: 1580px) {
  .hm-sec7 .cont .lt .item {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .hm-sec7 .cont .lt .item {
    font-size: 14px;
  }
}
.hm-sec7 .cont .lt .item:last-child {
  margin-bottom: 0;
}
.hm-sec7 .cont .lt .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -0.2rem;
  z-index: 1;
  width: calc(100% + 0.2rem);
  border-radius: 10px;
  height: 100%;
  background: url(../images/enterprise3-bg3.png) no-repeat right top / 100% 100%;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 991px) {
}
.hm-sec7 .cont .lt .item span {
  display: block;
  z-index: 2;
  position: relative;
}
.hm-sec7 .cont .lt .item.on {
  color: #fff;
}
.hm-sec7 .cont .lt .item.on:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .hm-sec7 .cont .lt .nav {
    display: flex;
    overflow: auto;
    width: 100%;
  }
  .hm-sec7 .cont .lt .nav .item {
    width: auto;
    margin-bottom: 0;
    width: 1.8rem;
    line-height: 0.74rem;
    flex-shrink: 0;
    margin-right: 0.4rem;
  }
}
.hm-sec7 .cont .lt .fz_tit {
  color: #2cc6d0;
  background: #fff url(../images/changtiti1.jpg) center / cover no-repeat;
  box-shadow: 0px 0px 15px 0px #c9e8ea, inset 0px 0px 10px 0px #ffffff;
}
@media (max-width: 767px) {
}
.hm-sec7 .cont .lt .fz_tit i {
  position: relative;
  z-index: 2;
  display: block;
  height: 18px;
  opacity: 0;
  overflow: hidden;
  margin-right: 16px;
}
@media (max-width: 1580px) {
  .hm-sec7 .cont .lt .fz_tit i {
    height: 14px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .hm-sec7 .cont .lt .fz_tit i {
    height: 12px;
    margin-right: 8px;
  }
}
.hm-sec7 .cont .lt .fz_tit i img {
  height: 100%;
  float: left;
}
.hm-sec7 .cont .lt .fz_tit.on i {
  opacity: 1;
}
.hm-sec7 .cont .gt {
  width: 81.875%;
}
@media (max-width: 767px) {
  .hm-sec7 .cont .gt {
    width: 100%;
  }
}
.hm-sec7 .cont .gt .hm7_cont {
  width: 100%;
}
.hm-sec7 .cont .gt .hm7_cont .item {
  padding: 0.4rem 0.84rem;
  padding-right: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .hm-sec7 .cont .gt .hm7_cont .item {
    padding-left: 0.4rem;
  }
}
.hm-sec7 .cont .gt .hm7_cont .item .fz_font {
  width: 61.99325%;
  padding-right: 1.68rem;
  padding-right: 1.2rem;
}
@media (max-width: 1199px) {
  .hm-sec7 .cont .gt .hm7_cont .item .fz_font {
    padding-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .hm-sec7 .cont .gt .hm7_cont .item .fz_font {
    width: 100%;
    padding: 0;
  }
}
.hm-sec7 .cont .gt .hm7_cont .item .fz_font .fzq_tit {
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 1;
  color: #010101;
  margin-bottom: 0.5rem;
}
@media (max-width: 1580px) {
  .hm-sec7 .cont .gt .hm7_cont .item .fz_font .fzq_tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .hm-sec7 .cont .gt .hm7_cont .item .fz_font .fzq_tit {
    font-size: 0.34rem;
    justify-content: center;
  }
}
.hm-sec7 .cont .gt .hm7_cont .item .fz_font .fzq_tit i {
  display: block;
  overflow: hidden;
  width: 35px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .hm-sec7 .cont .gt .hm7_cont .item .fz_font .fzq_tit i {
    width: 30px;
    margin-right: 16px;
  }
}
.hm-sec7 .cont .gt .hm7_cont .item .fz_font .fzq_tit i img {
  width: 100%;
  float: left;
}
.hm-sec7 .cont .gt .hm7_cont .item .fz_font .font li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.54rem;
}
@media (max-width: 1199px) {
  .hm-sec7 .cont .gt .hm7_cont .item .fz_font .font li {
    margin-bottom: 0.36rem;
  }
}
@media (max-width: 767px) {
  .hm-sec7 .cont .gt .hm7_cont .item .fz_font .font li {
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }
}
.hm-sec7 .cont .gt .hm7_cont .item .fz_font .font li:last-child {
  margin-bottom: 0;
}
.hm-sec7 .cont .gt .hm7_cont .item .fz_font .font li i {
  flex: 0 0 auto;
  display: block;
  line-height: 1;
  font-style: normal;
  padding: 4px 6px;
  color: #2cc6d0;
  margin-top: 4px;
  font-size: 14px;
  box-shadow: 0px 0px 10px 0px #ecf7f9;
  border-radius: 13px;
  border: solid 1px #e6f5f8;
}
@media (max-width: 767px) {
  .hm-sec7 .cont .gt .hm7_cont .item .fz_font .font li i {
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }
}
.hm-sec7 .cont .gt .hm7_cont .item .fz_font .font li .fwen {
  padding-left: 6px;
}
@media (max-width: 767px) {
  .hm-sec7 .cont .gt .hm7_cont .item .fz_font .font li .fwen {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
.hm-sec7 .cont .gt .hm7_cont .item .fz_font .font li .fwen .tit {
  color: #1a1a1a;
}
.hm-sec7 .cont .gt .hm7_cont .item .fz_font .font li .fwen .text {
  margin-top: 6px;
  font-size: 16px;
  line-height: 22px;
  color: #505050;
}
@media (max-width: 1580px) {
  .hm-sec7 .cont .gt .hm7_cont .item .fz_font .font li .fwen .text {
    font-size: 14px;
    margin-top: 4px;
    line-height: 20px;
  }
}
.hm-sec7 .cont .gt .hm7_cont .item .fz_font .hm_but {
  margin-top: 0.58rem;
  margin-left: 64px;
}
@media (max-width: 1199px) {
  .hm-sec7 .cont .gt .hm7_cont .item .fz_font .hm_but {
    margin-top: 0.34rem;
  }
}
@media (max-width: 767px) {
  .hm-sec7 .cont .gt .hm7_cont .item .fz_font .hm_but {
    margin: 0.34rem auto 0;
  }
}
@media (max-width: 367px) {
  .hm-sec7 .cont .gt .hm7_cont .item .fz_font .hm_but {
    font-size: 12px;
    width: 2.8rem;
  }
}
.hm-sec7 .cont .gt .hm7_cont .item .fz_font .hm_but i {
  margin-left: 6px;
  width: 18px;
}
.hm-sec7 .cont .gt .hm7_cont .item .img {
  width: 38.00675%;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .hm-sec7 .cont .gt .hm7_cont .item .img {
    display: none;
  }
}
.hm-sec7 .cont .gt .hm7_cont .item .img:before {
  padding-bottom: 133.333%;
}
.hm-sec7 .cont .gt .hm7_cont .swiper-slide .item .fz_font {
  padding-top: calc(0.5rem + 28px);
}
@media (max-width: 1580px) {
  .hm-sec7 .cont .gt .hm7_cont .swiper-slide .item .fz_font {
    padding-top: calc(0.5rem + 24px);
  }
}
@media (max-width: 767px) {
  .hm-sec7 .cont .gt .hm7_cont .swiper-slide .item .fz_font {
    padding-top: 0.84rem;
  }
}
.hm-sec7 .cont .gt .hm7_cont .swiper-slide:first-child .fz_font {
  padding-top: 0;
}
.hm-sec7 .fz_cont {
  display: none;
}
@media (max-width: 767px) {
  .hm-sec7 .fz_cont {
    display: block;
  }
}
.hm-sec7 .fz_cont .item {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  margin-bottom: 0.26rem;
}
.hm-sec7 .fz_cont .item:last-child {
  margin-bottom: 0;
}
.hm-sec7 .fz_cont .item .c-wrap {
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  color: #333;
  padding: 0.22rem 0.36rem;
  transition: backgroundColr 0.3s;
}
.hm-sec7 .fz_cont .item .c-wrap img {
  width: 0.4rem;
  transition: all 0.3s;
}
.hm-sec7 .fz_cont .item .c-wrap p {
  display: block;
  width: calc(100% - 0.4rem);
  transition: all 0.3s;
}
.hm-sec7 .fz_cont .item .c-wrap i,
.hm-sec7 .fz_cont .item .c-wrap svg {
  display: block;
  width: 0.4rem;
  overflow: hidden;
  height: 0.3rem;
}
.hm-sec7 .fz_cont .item .c-wrap i svg,
.hm-sec7 .fz_cont .item .c-wrap svg svg {
  width: 100%;
  max-height: 100%;
}
.hm-sec7 .fz_cont .item .c-wrap i svg path,
.hm-sec7 .fz_cont .item .c-wrap svg svg path {
  fill: #333;
  transition: all 0.3s;
}
.hm-sec7 .fz_cont .item .c-wrap i img,
.hm-sec7 .fz_cont .item .c-wrap svg img {
  width: 100%;
  float: left;
}
.hm-sec7 .fz_cont .item .jut {
  display: none;
  padding: 0.46rem 0.36rem;
}
.hm-sec7 .fz_cont .item .jut .fz_font {
  width: 61.99325%;
  padding-right: 1.68rem;
  padding-right: 1.2rem;
}
@media (max-width: 1199px) {
  .hm-sec7 .fz_cont .item .jut .fz_font {
    padding-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .hm-sec7 .fz_cont .item .jut .fz_font {
    width: 100%;
    padding: 0;
  }
}
.hm-sec7 .fz_cont .item .jut .fz_font .fzq_tit {
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 1;
  color: #010101;
  margin-bottom: 0.5rem;
}
@media (max-width: 1580px) {
  .hm-sec7 .fz_cont .item .jut .fz_font .fzq_tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .hm-sec7 .fz_cont .item .jut .fz_font .fzq_tit {
    font-size: 0.34rem;
  }
}
.hm-sec7 .fz_cont .item .jut .fz_font .fzq_tit i {
  display: block;
  overflow: hidden;
  width: 35px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .hm-sec7 .fz_cont .item .jut .fz_font .fzq_tit i {
    width: 30px;
    margin-right: 16px;
  }
}
.hm-sec7 .fz_cont .item .jut .fz_font .fzq_tit i img {
  width: 100%;
  float: left;
}
.hm-sec7 .fz_cont .item .jut .fz_font .font li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.54rem;
}
@media (max-width: 1199px) {
  .hm-sec7 .fz_cont .item .jut .fz_font .font li {
    margin-bottom: 0.36rem;
  }
}
@media (max-width: 767px) {
  .hm-sec7 .fz_cont .item .jut .fz_font .font li {
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }
}
.hm-sec7 .fz_cont .item .jut .fz_font .font li:last-child {
  margin-bottom: 0;
}
.hm-sec7 .fz_cont .item .jut .fz_font .font li i {
  flex: 0 0 auto;
  display: block;
  line-height: 1;
  font-style: normal;
  padding: 4px 6px;
  color: #2cc6d0;
  margin-top: 4px;
  font-size: 14px;
  box-shadow: 0px 0px 10px 0px #ecf7f9;
  border-radius: 13px;
  border: solid 1px #e6f5f8;
}
@media (max-width: 767px) {
  .hm-sec7 .fz_cont .item .jut .fz_font .font li i {
    display: none;
    margin-bottom: 0.2rem;
  }
}
.hm-sec7 .fz_cont .item .jut .fz_font .font li .fwen {
  padding-left: 6px;
}
@media (max-width: 767px) {
  .hm-sec7 .fz_cont .item .jut .fz_font .font li .fwen {
    padding-left: 0;
    width: 100%;
  }
}
.hm-sec7 .fz_cont .item .jut .fz_font .font li .fwen .tit {
  color: #1a1a1a;
}
.hm-sec7 .fz_cont .item .jut .fz_font .font li .fwen .text {
  margin-top: 6px;
  font-size: 16px;
  line-height: 22px;
  color: #505050;
}
@media (max-width: 1580px) {
  .hm-sec7 .fz_cont .item .jut .fz_font .font li .fwen .text {
    font-size: 14px;
    margin-top: 4px;
    line-height: 20px;
  }
}
.hm-sec7 .fz_cont .item .jut .fz_font .hm_but {
  margin-top: 0.58rem;
  margin-left: 64px;
}
@media (max-width: 1199px) {
  .hm-sec7 .fz_cont .item .jut .fz_font .hm_but {
    margin-top: 0.34rem;
  }
}
@media (max-width: 767px) {
  .hm-sec7 .fz_cont .item .jut .fz_font .hm_but {
    margin: 0.34rem auto 0;
  }
}
@media (max-width: 367px) {
  .hm-sec7 .fz_cont .item .jut .fz_font .hm_but {
    font-size: 12px;
    width: 2.8rem;
  }
}
.hm-sec7 .fz_cont .item .jut .fz_font .hm_but i {
  margin-left: 6px;
  width: 18px;
}
.hm-sec7 .fz_cont .item.on .c-wrap {
  background-color: #2cc6d0;
  color: #fff;
}
.hm-sec7 .fz_cont .item.on .c-wrap img {
  opacity: 0;
}
.hm-sec7 .fz_cont .item.on .c-wrap i {
  transform: rotate(-180deg);
}
.hm-sec7 .fz_cont .item.on .c-wrap i svg path {
  fill: #fff;
}
.motive-ani {
  position: absolute;
  width: 120%;
  height: 100%;
  left: 0;
  opacity: 0.6;
}
.motive-ani01 {
  bottom: -50px;
}
.motive-ani02 {
  top: 0;
  left: -105px;
  transform: rotate(180deg);
}
.motive-ani > div {
  width: 10px;
  height: 100%;
  background: url(../images/moti-bg.png) no-repeat top center;
  background-size: 100% 100%;
  display: inline-block;
  height: 40%;
  bottom: 0;
  position: absolute;
  opacity: 0.3;
  animation: wave 12s linear infinite;
}
.motive-wr02 {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  width: 100%;
}
.motive-wr02 .motive-ani > div {
  animation: wave02 8s linear infinite;
}
@keyframes wave {
  0% {
    left: -2%;
  }
  5% {
    height: 45%;
  }
  15%,
  27%,
  55%,
  67%,
  95% {
    height: 65%;
  }
  20%,
  22%,
  60%,
  62% {
    height: 70%;
  }
  35%,
  45%,
  75%,
  85% {
    height: 45%;
  }
  40%,
  42%,
  80%,
  82% {
    height: 40%;
  }
  100% {
    left: 100%;
    height: 70%;
  }
}
@keyframes wave02 {
  1%,
  33%,
  35%,
  66%,
  68%,
  99% {
    height: 40%;
  }
  5%,
  29%,
  31%,
  62%,
  72%,
  95% {
    height: 45%;
  }
  12%,
  22%,
  45%,
  55%,
  79%,
  89% {
    height: 65%;
  }
  16%,
  18%,
  49%,
  51%,
  83%,
  85% {
    height: 70%;
  }
}
@-webkit-keyframes fzqwidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes fzqwidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.fzqwidth {
  -webkit-animation-name: fzqwidth;
  animation-name: fzqwidth;
}
@-webkit-keyframes scale1 {
  0% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(0.6);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale1 {
  0% {
    opacity: 0.7;
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes trantale1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-0.4rem, -0.4rem);
  }
  50% {
    transform: translate(0.6rem, -0.6rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes trantale1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-0.4rem, -0.4rem);
  }
  50% {
    transform: translate(0.6rem, -0.6rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes trantale2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-0.8rem, -0.8rem);
  }
  50% {
    transform: translate(1rem, 1rem);
  }
  75% {
    transform: translate(0.8rem, 0.8rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes trantale2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-0.8rem, -0.8rem);
  }
  50% {
    transform: translate(1rem, 1rem);
  }
  75% {
    transform: translate(0.8rem, 0.8rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes trantale3 {
  form {
    -webkit-transform-origin: 40%;
    transform-origin: 40%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform-origin: 40%;
    transform-origin: 40%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* End */
/* 右侧固定 */
@media (max-width: 767px) {
  .fixehE {
    height: 61.03px;
  }
}
.fixedgt {
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  display: none;
  padding: 0 7px;
  width: 70px;
  z-index: 466;
  padding-bottom: 22px;
}
@media (max-width: 1580px) {
}
@media (max-width: 767px) {
  .fixedgt {
    padding: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.14rem 0;
    zoom: 1;
    background-color: #2cc6d0;
  }
  .fixedgt:after {
    content: '';
    display: block;
    clear: both;
  }
}
@media (min-width: 768px) {
  .fixedgt {
    right: 0.25rem;
    top: 50%;
    border-radius: 35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.fixedgt .item {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding: 12px 0 14px;
}
@media (max-width: 767px) {
  .fixedgt .item {
    padding: 0;
    border-bottom: none;
    width: 33.333%;
    float: left;
    border-right: 1px solid #f0f0f0;
  }
}
.fixedgt .item:last-child,
.fixedgt .item:nth-child(3) {
  border-bottom: 0;
  border-right: none;
}
.fixedgt .item .fz_li {
  cursor: pointer;
  color: #505050;
  display: flex;
  font-size: 14px;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .fixedgt .item .fz_li {
    font-size: 12px;
  }
}
.fixedgt .item .fz_li .fz_icon {
  display: flex;
  align-items: center;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  justify-content: center;
}
@media (max-width: 767px) {
  .fixedgt .item .fz_li .fz_icon {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.fixedgt .item .fz_li .fz_icon img:nth-child(2) {
  display: none;
}
.fixedgt .item .fz_li .fz_icon img,
.fixedgt .item .fz_li .fz_icon svg {
  height: 59.0909%;
  position: relative;
}
@media (max-width: 767px) {
  .fixedgt .item .fz_li .fz_icon img,
  .fixedgt .item .fz_li .fz_icon svg {
    height: 76%;
  }
}
.fixedgt .item .fz_li .fz_icon svg path {
  fill: #fff;
  opacity: 1;
}
.fixedgt .item .hover1 {
  background-color: #fff;
  width: 180px;
  border-radius: 10px;
  padding: 6px 0.2rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .fixedgt .item .hover1 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    margin-right: 26px;
  }
}
@media (max-width: 767px) {
  .fixedgt .item .hover1 {
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 22px;
    width: 140px;
  }
}
.fixedgt .item .hover1 .link {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0.12rem;
}
.fixedgt .item .hover1 .link:last-child {
  border-bottom: 0;
}
.fixedgt .item .hover1 .link .fz_t {
  color: #505050;
  font-size: 14px;
  margin-bottom: 4px;
}
.fixedgt .item .hover1 .link .tel {
  line-height: 0.8;
  color: #2cc6d0;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .fixedgt .item .hover1 .link .tel {
    font-size: 14px;
  }
}
.fixedgt .item .hover1:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
@media (max-width: 767px) {
  .fixedgt .item .hover1:after {
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    right: 50%;
    margin: 0;
    margin-right: -8px;
    top: 100%;
  }
}
.fixedgt .item:hover .hover1 {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .fixedgt .fz_advisory {
    background-color: #2cc6d0;
    border-right-color: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) {
  .fixedgt .fz_advisory .fz_li {
    color: #fff;
  }
}
.fixedgt .fz_advisory .fz_li .fz_icon {
  position: relative;
}
.fixedgt .fz_advisory .fz_li .fz_icon:after {
  content: "1";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -6px;
  top: -4px;
  width: 16px;
  height: 16px;
  background-color: #fc3d37;
  border: solid 2px #ffffff;
  color: #ffffff;
  font-size: 12px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .fixedgt .fz_advisory .fz_li .fz_icon {
    background-color: #2cc6d0;
    margin-bottom: 0.2rem;
  }
  .fixedgt .fz_advisory .fz_li .fz_icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%;
    height: 140%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: scale2 1s linear infinite alternate;
    animation: scale2 1s linear infinite alternate;
    background-color: #2cc6d0;
    border-radius: 50%;
    opacity: 0.4;
  }
}
@media (max-width: 767px) {
  .fixedgt .fz_advisory .fz_li .fz_icon svg path {
    fill: #2cc6d0;
    fill: #fff;
  }
}
.fixedgt .fz_top {
  margin-top: 13px;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .fixedgt .fz_top {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .fixedgt .fz_top {
    position: absolute;
    bottom: 1.6rem;
    width: 0.8rem;
    right: 0.3rem;
  }
}
.fixedgt .fz_top .fz_li {
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 70px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .fixedgt .fz_top .fz_li {
    height: 0.8rem;
  }
}
.fixedgt .fz_top .fz_li .fz_icon {
  width: 100%;
  height: 100%;
}
.fixedgt .fz_top .fz_li .fz_icon svg {
  height: 38.57%;
}
.fixedgt .fz_top .fz_li .fz_icon svg path {
  opacity: 1;
  fill: #2cc6d0;
}
.fixedgt .fz_top:hover .fz_li {
  background-color: #2cc6d0;
}
.fixedgt .fz_top:hover .fz_li .fz_icon svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .fixedgt .fz_fan {
    background-color: #2cc6d0;
    border-right-color: rgba(255, 255, 255, 0.5);
  }
  .fixedgt .fz_fan .fz_li .fz_icon img:nth-child(1) {
    display: none;
  }
  .fixedgt .fz_fan .fz_li .fz_icon img:nth-child(2) {
    display: block;
  }
  .fixedgt .fz_fan .fz_li {
    color: #fff;
  }
}
@keyframes scale2 {
  from {
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes scale2 {
  from {
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
/* End */
/* 弹窗 */
.bealter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  display: none;
}
.bealter .bag {
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.bealter .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  background-color: #f8f8f8;
  width: 910px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 6rem;
}
@media (max-width: 991px) {
  .bealter .cont {
    width: 92%;
  }
}
.bealter .cont .close {
  position: absolute;
  right: 28px;
  top: 32px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 767px) {
  .bealter .cont .close {
    right: 12px;
    top: 12px;
    width: 32px;
    height: 32px;
  }
}
.bealter .cont .close img,
.bealter .cont .close svg {
  width: 100%;
  float: left;
  max-height: 100%;
}
.bealter .cont .close img path,
.bealter .cont .close svg path {
  opacity: 1;
  fill: #cccccc;
}
.bealter .cont .lt {
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 38.46%;
  padding-top: 1.44rem;
}
@media (max-width: 767px) {
  .bealter .cont .lt {
    display: none;
  }
}
.bealter .cont .lt .fz_jut {
  width: 100%;
  padding: 0 0.42rem;
}
.bealter .cont .lt .fz_jut .fz_name {
  color: #505050;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .bealter .cont .lt .fz_jut .fz_name {
    font-size: 16px;
  }
}
.bealter .cont .lt .fz_jut .fz_tit {
  color: #505050;
  line-height: 1;
  margin-bottom: 0.36rem;
}
.bealter .cont .lt .fz_jut .nei {
  width: 100%;
}
.bealter .cont .lt .fz_jut .nei .li {
  display: flex;
  align-items: center;
  margin-bottom: 0.18rem;
}
.bealter .cont .lt .fz_jut .nei .li:last-child {
  margin-bottom: 0;
}
.bealter .cont .lt .fz_jut .nei .li i {
  display: block;
  width: 20px;
}
@media (max-width: 1580px) {
  .bealter .cont .lt .fz_jut .nei .li i {
    width: 16px;
  }
}
.bealter .cont .lt .fz_jut .nei .li i img {
  width: 100%;
  float: left;
}
.bealter .cont .lt .fz_jut .nei .li span {
  color: #666666;
  font-size: 18px;
  display: block;
  padding-left: 10px;
  width: calc(100% - 20px);
}
@media (max-width: 1580px) {
  .bealter .cont .lt .fz_jut .nei .li span {
    font-size: 16px;
    width: calc(100% - 16px);
  }
}
.bealter .cont .gt {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 61.54%;
  position: relative;
}
@media (max-width: 767px) {
  .bealter .cont .gt {
    width: 100%;
  }
}
.bealter .cont .gt .fz_jut {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.bealter .cont .gt .fz_jut .form {
  width: 100%;
}
.bealter .cont .gt .fz_jut .form .fz_li {
  width: 100%;
  margin-bottom: 10px;
}
.bealter .cont .gt .fz_jut .form .fz_li .int {
  width: 100%;
}
.bealter .cont .gt .fz_jut .form .fz_li .int input,
.bealter .cont .gt .fz_jut .form .fz_li .int select {
  width: 100%;
  color: #999999;
  padding: 17px 0.26rem;
  height: 55px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #efefef;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .bealter .cont .gt .fz_jut .form .fz_li .int input,
  .bealter .cont .gt .fz_jut .form .fz_li .int select {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .bealter .cont .gt .fz_jut .form .fz_li .int input,
  .bealter .cont .gt .fz_jut .form .fz_li .int select {
    height: 50px;
    padding: 12px 0.26rem;
  }
}
.bealter .cont .gt .fz_jut .form .fz_li .int select {
  background-repeat: no-repeat;
  background-position: 94% center;
  background-position: calc(100% - 34px) center;
  background-size: 10px;
  background-image: url(../images/selceiconim1.svg);
}
@media (max-width: 1580px) {
  .bealter .cont .gt .fz_jut .form .fz_li .int select {
    background-position: calc(100% - 30px) center;
  }
}
@media (max-width: 767px) {
  .bealter .cont .gt .fz_jut .form .fz_li .int select {
    background-position: calc(100% - 20px) center;
  }
}
.bealter .cont .gt .fz_jut .form .fz_telcode {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 10px;
}
@media (max-width: 767px) {
  .bealter .cont .gt .fz_jut .form .fz_telcode {
    margin: 0;
    margin-bottom: 10px;
  }
}
.bealter .cont .gt .fz_jut .form .fz_telcode .fz_tel,
.bealter .cont .gt .fz_jut .form .fz_telcode .fz_code {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .bealter .cont .gt .fz_jut .form .fz_telcode .fz_tel,
  .bealter .cont .gt .fz_jut .form .fz_telcode .fz_code {
    padding: 0;
  }
}
.bealter .cont .gt .fz_jut .form .fz_telcode .fz_tel {
  width: 65.555%;
}
@media (max-width: 767px) {
  .bealter .cont .gt .fz_jut .form .fz_telcode .fz_tel {
    width: 100%;
  }
}
.bealter .cont .gt .fz_jut .form .fz_telcode .fz_tel .zh {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #efefef;
}
.bealter .cont .gt .fz_jut .form .fz_telcode .fz_tel .int {
  width: 56.56%;
}
.bealter .cont .gt .fz_jut .form .fz_telcode .fz_tel .int input {
  border-radius: 10px;
  border: none;
}
.bealter .cont .gt .fz_jut .form .fz_telcode .fz_tel .fz_but {
  width: 43.44%;
  color: #2cc6d0;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .bealter .cont .gt .fz_jut .form .fz_telcode .fz_tel .fz_but {
    width: 30%;
    font-size: 12px;
  }
}
.bealter .cont .gt .fz_jut .form .fz_telcode .fz_code {
  width: 34.445%;
}
@media (max-width: 767px) {
  .bealter .cont .gt .fz_jut .form .fz_telcode .fz_code {
    width: 100%;
    margin-top: 10px;
  }
}
.bealter .cont .gt .fz_jut .form .fzlat {
  margin-top: 0.38rem;
  margin-bottom: 0.3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.bealter .cont .gt .fz_jut .form .fzlat i {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 2px #cccccc;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
}
@media (max-width: 1580px) {
  .bealter .cont .gt .fz_jut .form .fzlat i {
    width: 12px;
    height: 12px;
    border-width: 1px;
  }
}
.bealter .cont .gt .fz_jut .form .fzlat span {
  display: block;
  padding-left: 12px;
  font-size: 14px;
  color: #999999;
}
@media (max-width: 1580px) {
  .bealter .cont .gt .fz_jut .form .fzlat span {
    padding-left: 8px;
  }
}
.bealter .cont .gt .fz_jut .form .fzlat span a {
  color: #2cc6d0;
}
.bealter .cont .gt .fz_jut .form .fzlat span a:hover {
  text-decoration: underline;
}
.bealter .cont .gt .fz_jut .form .fzlat input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.bealter .cont .gt .fz_jut .form .fzlat input:checked ~ i {
  background-color: #2cc6d0;
  border-color: #2cc6d0;
  background-image: url(../images/zhengque.svg);
}
.bealter .cont .gt .fz_jut .form .fz_sub {
  margin: 0 auto;
}
.bealter .cont .gt .fz_j1 {
  padding: 0.46rem 0.55rem 0.3rem;
}
@media (max-width: 767px) {
  .bealter .cont .gt .fz_j1 {
    padding: 0.6rem 0.3rem;
  }
}
.bealter .cont .gt .fz_j1 .tit {
  color: #1a1a1a;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .bealter .cont .gt .fz_j1 .tit {
    text-align: center;
  }
}
.bealter .cont .gt .fz_j1 .text {
  color: #505050;
  font-size: 16px;
  margin-bottom: 0.46rem;
}
@media (max-width: 1580px) {
  .bealter .cont .gt .fz_j1 .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .bealter .cont .gt .fz_j1 .text {
    text-align: center;
  }
}
@media (max-width: 567px) {
  .bealter .cont .gt .fz_j1 .text {
    font-size: 12px;
  }
}
.bealter .cont .gt .fz_j2 {
  padding: 1.08rem 0.55rem 0.3rem;
}
@media (max-width: 767px) {
  .bealter .cont .gt .fz_j2 {
    padding: 0.6rem 0.3rem;
  }
}
.bealter .cont .gt .fz_j2 .text {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .bealter .cont .gt .fz_j2 .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .bealter .cont .gt .fz_j2 .text {
    text-align: center;
  }
}
.bealter .cont .gt .fz_j2 .tit {
  margin-top: 4px;
  margin-bottom: 0.32rem;
}
@media (max-width: 767px) {
  .bealter .cont .gt .fz_j2 .tit {
    text-align: center;
  }
}
.bealter .cont .gt .fz_j2 .form .fz_li select {
  color: #505050;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .bealter .cont .gt .fz_j2 .form .fz_li select {
    font-size: 16px;
  }
}
.bealter .cont .gt .fz_j2 .form .fzlat {
  margin-top: 1.15rem;
}
@media (max-width: 767px) {
  .bealter .cont .gt .fz_j2 .form .fzlat {
    margin-top: 0.6rem;
  }
}
.bealter .cont .gt .fz_j3 {
  display: flex;
  align-items: flex-end;
  background: url(../images/banyuanchenim1.png) center bottom / 100% no-repeat;
  padding: 1rem 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .bealter .cont .gt .fz_j3 {
    padding: 0.6rem 0.3rem;
  }
}
.bealter .cont .gt .fz_j3 .fz_chengong {
  text-align: center;
  width: 100%;
}
.bealter .cont .gt .fz_j3 .fz_chengong .fz_icon {
  width: 0.77rem;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 0.24rem;
}
.bealter .cont .gt .fz_j3 .fz_chengong .fz_icon img {
  width: 100%;
  float: left;
}
.bealter .cont .gt .fz_j3 .fz_chengong .fz_t {
  color: #2cc6d0;
  margin-bottom: 4px;
}
.bealter .cont .gt .fz_j3 .fz_chengong .fz_txt {
  color: #505050;
  margin-bottom: 0.54rem;
  font-size: 22px;
}
@media (max-width: 1580px) {
  .bealter .cont .gt .fz_j3 .fz_chengong .fz_txt {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .bealter .cont .gt .fz_j3 .fz_chengong .fz_txt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .bealter .cont .gt .fz_j3 .fz_chengong .fz_txt {
    font-size: 14px;
  }
}
@media (max-width: 567px) {
  .bealter .cont .gt .fz_j3 .fz_chengong .fz_txt {
    font-size: 12px;
  }
}
.bealter .cont .gt .fz_j3 .fz_chengong .er {
  display: block;
  width: 152px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 0.18rem;
}
@media (max-width: 767px) {
  .bealter .cont .gt .fz_j3 .fz_chengong .er {
    width: 1.8rem;
  }
}
.bealter .cont .gt .fz_j3 .fz_chengong .er img {
  width: 100%;
  float: left;
}
.bealter .cont .gt .fz_j3 .fz_chengong .fz_nei1 {
  line-height: 1.3;
}
.bealter .cont .gt .active {
  position: relative;
  visibility: visible;
  opacity: 1;
}
/* End */
/* 图片弹窗 */
.imgAlert {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
  width: 100%;
  height: 100%;
  display: none;
}
.imgAlert .bag {
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.imgAlert .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6.4rem;
}
@media (max-width: 767px) {
  .imgAlert .cont {
    width: 92%;
  }
}
.imgAlert .cont .close {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  width: 0.46rem;
  height: 0.46rem;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  top: -0.2rem;
  right: -0.2rem;
}
@media (max-width: 767px) {
  .imgAlert .cont .close {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.imgAlert .cont .close svg {
  width: 36.956%;
}
.imgAlert .cont .close svg path {
  fill: #2cc6d0;
  opacity: 1;
}
.imgAlert .cont .close:hover {
  background-color: #2cc6d0;
}
.imgAlert .cont .close:hover svg path {
  fill: #fff;
}
.imgAlert .cont .img {
  width: 100%;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.imgAlert .cont .img img {
  float: left;
  width: 100%;
}
/* End */
/* 互联网3 */
.internet-sec3 .c-main .c-right .c-wrap .c-img-box::before {
  padding-top: 87.5%;
}
.internet-sec4 > .container {
  max-width: 1600px!important;
}
.internet-sec4 > .container .c-list {
  justify-content: center;
}
.internet-sec4 > .container .c-list li {
  width: 20%;
}
@media (max-width: 1580px) {
  .internet-sec4 > .container .c-list li {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .internet-sec4 > .container .c-list li {
    width: 100%;
  }
}
.internet-sec4 > .container .c-list li:nth-child(3n) .c-wrap .c-top {
  background: url(../images/enterprise4-1.jpg) no-repeat center / cover;
}
.internet-sec4 > .container .c-list li:nth-child(4n) .c-wrap .c-top {
  background: url(../images/enterprise4-3.jpg) no-repeat center / cover;
}
.internet-sec4 > .container .c-list li:nth-child(5n) .c-wrap .c-top {
  background: url(../images/bagwefz1.jpg) center / cover no-repeat;
}
.internet-sec5 .c-case5-swiper3 .swiper-wrapper .swiper-slide .c-left > div {
  line-height: 1;
  align-items: center;
}
.internet-sec5 .c-case5-swiper3 .swiper-wrapper .swiper-slide .c-left > div .c-img {
  overflow: hidden;
}
.internet-sec5 .c-case5-swiper3 .swiper-wrapper .swiper-slide .c-left > div .c-img img {
  float: left;
  max-height: 100px;
  max-width: 260px;
}
@media (max-width: 1199px) {
  .internet-sec5 .c-case5-swiper3 .swiper-wrapper .swiper-slide .c-left > div .c-img img {
    max-width: 2rem;
    max-height: 1.2rem;
  }
}
/* End */
/* 零售 */
@media (min-width: 1581px) {
  .retailbanner .c-main .c-wrap {
    max-width: 636px!important;
  }
}
/* End */
/* 保险 */
.insurbox-sec4 {
  padding: 1.1rem 0 1.1rem;
  background-color: #e8f3f4;
  position: relative;
  overflow: hidden;
}
.insurbox-sec4 .container {
  max-width: 1184px;
}
.insurbox-sec4 .public-title {
  margin-bottom: 0.78rem;
}
.insurbox-sec4 .jut {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.insurbox-sec4 .jut .li {
  width: 25%;
  text-align: center;
  border-right: 1px solid #dce7e8;
}
.insurbox-sec4 .jut .li:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .insurbox-sec4 .jut .li {
    width: 50%;
    padding: 0 0.36rem;
    margin-bottom: 0.4rem;
  }
  .insurbox-sec4 .jut .li:nth-child(2n) {
    border-right: none;
  }
}
.insurbox-sec4 .jut .li .name {
  font-size: 18px;
  color: #505050;
}
@media (max-width: 1580px) {
  .insurbox-sec4 .jut .li .name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .insurbox-sec4 .jut .li .name {
    font-size: 14px;
  }
}
@media (max-width: 567px) {
  .insurbox-sec4 .jut .li .name {
    font-size: 12px;
  }
}
.insurbox-sec4 .jut .li .time {
  font-weight: 500;
  line-height: 1;
  color: #2cc6d0;
  font-size: 0.42rem;
  margin-top: 12px;
}
@media (max-width: 1580px) {
  .insurbox-sec4 .jut .li .time {
    margin-top: 8px;
  }
}
.insurbox-sec4 .cont {
  width: 100%;
  overflow: auto;
  margin-bottom: 0.5rem;
}
.insurbox-sec4 .cont img {
  width: 100%;
}
@media (max-width: 767px) {
  .insurbox-sec4 .cont img {
    width: 800px;
  }
}
.insurbox-sec4 .c-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.insurbox-sec4 .c-btn-box .hm_but {
  border: 2px solid #2cc6d0;
}
.insurbox-sec4 .c-btn-box .hm_but::before {
  background-color: #e6f2f4;
}
.insurbox-sec4 .c-btn-box .hm_but:nth-child(2) {
  background-color: transparent;
  color: #2cc6d0;
  margin-left: 0.2rem;
  transition: width 0.4s linear, background-color 0.4s linear;
}
.insurbox-sec4 .c-btn-box .hm_but:nth-child(2)::before {
  background-color: #2cc6d0;
}
.insurbox-sec4 .c-btn-box .hm_but:nth-child(2) i svg path {
  fill: #2cc6d0;
}
.insurbox-sec4 .c-btn-box .hm_but:nth-child(2):hover {
  color: #fff;
  background-color: #2cc6d0;
  transition: width 0.4s linear, background-color 0.4s 0.1s;
}
.insurbox-sec4 .c-btn-box .hm_but:nth-child(2):hover i svg path {
  fill: #fff;
}
.insurbox-sec4:before,
.insurbox-sec4:after {
  content: "";
  display: block;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  opacity: 0.1;
}
.insurbox-sec4:before {
  width: 21.35%;
  padding-bottom: 21.35%;
  background-image: url(../images/gaodniyuan1.png);
  right: 0.2rem;
  top: -2.6rem;
  -webkit-animation: trantale1 10s linear infinite;
  animation: trantale1 10s linear infinite;
}
.insurbox-sec4:after {
  background-image: url(../images/gaodniyuan2.png);
  width: 22%;
  padding-bottom: 22%;
  bottom: -1.43rem;
  left: -2.08rem;
  opacity: 0.5;
  -webkit-animation: trantale1 8s 2s linear infinite;
  animation: trantale1 6s 3s linear infinite forwards;
}
/* End */
/* 学习 */
.studybanner {
  width: 100%;
  position: relative;
  padding-top: 60px;
}
.studybanner .bag {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.studybanner .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.studybanner .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .studybanner .bag img {
    display: none;
  }
  .studybanner .bag img:nth-child(2) {
    display: block;
  }
}
.studybanner .cont {
  position: relative;
  padding: 0.8rem 0 18px;
}
@media (max-width: 767px) {
  .studybanner .cont {
    padding: 0.8rem 0;
  }
}
.studybanner .cont .container2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.studybanner .cont .container2 .lt {
  width: 53.35714286%;
  padding-right: 15.42857143%;
}
@media (max-width: 991px) {
  .studybanner .cont .container2 .lt {
    padding-right: 10%;
  }
}
@media (max-width: 767px) {
  .studybanner .cont .container2 .lt {
    width: 100%;
    order: 1;
    margin-top: 0.42rem;
    padding-right: 0;
  }
}
.studybanner .cont .container2 .lt .fzicon {
  display: flex;
  align-items: center;
  color: #333333;
  margin-bottom: 2px;
}
.studybanner .cont .container2 .lt .fzicon i {
  display: block;
  overflow: hidden;
  width: 0.4rem;
  margin-right: 10px;
/*  box-shadow: 0px 2px 0.35rem 0px rgba(165, 196, 200, 0.1);*/
}
@media (max-width: 1580px) {
  .studybanner .cont .container2 .lt .fzicon i {
    margin-right: 8px;
  }
}
.studybanner .cont .container2 .lt .fzicon i img {
  width: 100%;
  float: left;
}
.studybanner .cont .container2 .lt .tit {
  font-weight: 500;
  margin-bottom: 14px;
}
@media (max-width: 1580px) {
  .studybanner .cont .container2 .lt .tit {
    margin-bottom: 8px;
  }
}
.studybanner .cont .container2 .lt .text {
  font-size: 16px;
  line-height: 26px;
  color: #505050;
  margin-bottom: 0.64rem;
}
@media (max-width: 1580px) {
  .studybanner .cont .container2 .lt .text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .studybanner .cont .container2 .lt .text {
    margin-bottom: 0.34rem;
  }
}
.studybanner .cont .container2 .gt {
  width: 46.64285714%;
}
@media (max-width: 767px) {
  .studybanner .cont .container2 .gt {
    width: 100%;
  }
}
.studybanner .cont .container2 .gt .fzimg {
  width: 100%;
}
@media (min-width: 768px) {
  .studybanner .cont .container2 .gt .fzimg {
    text-align: right;
  }
}
.studybanner .cont .container2 .gt .fzimg img {
  max-width: 100%;
}
.studybanner .cont .container2 .gt .jut {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1580px) {
  .studybanner .cont .container2 .gt .jut {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
  }
}
.studybanner .cont .container2 .gt .jut > .public-img::before {
  padding-top: 57.7%;
}
.studybanner .cont .container2 .gt .jut > .public-img img {
  object-fit: contain;
}
.studybanner .cont .container2 .gt .jut .fztit1 {
  display: flex;
  background-image: linear-gradient(-2deg, #2fb3bc 0%, #34c5cf 29%, #39d6e2 100%), linear-gradient(#2fb3bd, #2fb3bd);
  background-blend-mode: normal, 
              normal;
  width: 100%;
  padding: 13px 20px 12px;
}
@media (max-width: 1580px) {
  .studybanner .cont .container2 .gt .jut .fztit1 {
    padding: 10px 18px;
  }
}
.studybanner .cont .container2 .gt .jut .fztit1 span {
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(-64deg, rgba(245, 94, 102, 0.94) 0%, rgba(249, 131, 138, 0.94) 29%, rgba(253, 167, 174, 0.94) 100%), linear-gradient(#fc9197, #fc9197);
  background-blend-mode: normal, 
                normal;
  box-shadow: 1px 1px 4px 0px rgba(249, 211, 131, 0.41);
  margin-right: 8px;
}
@media (max-width: 1580px) {
  .studybanner .cont .container2 .gt .jut .fztit1 span {
    width: 8px;
    height: 8px;
    margin-right: 6px;
  }
}
.studybanner .cont .container2 .gt .jut .fztit1 span:nth-child(2) {
  background-image: linear-gradient(-64deg, rgba(255, 200, 59, 0.94) 0%, rgba(255, 217, 116, 0.94) 29%, rgba(255, 233, 173, 0.94) 100%), linear-gradient(#f3bf5b, #f3bf5b);
  background-blend-mode: normal, 
                  normal;
}
.studybanner .cont .container2 .gt .jut .fztit1 span:nth-child(3) {
  background-image: linear-gradient(-42deg, rgba(37, 182, 108, 0.94) 0%, rgba(102, 209, 153, 0.94) 29%, rgba(166, 236, 198, 0.94) 100%), linear-gradient(#78e24f, #78e24f);
  background-blend-mode: normal, 
                  normal;
}
.studybanner .cont .container2 .gt .jut .nei {
  position: relative;
  background-color: #fff;
  padding: 6px;
  overflow: hidden;
}
.studybanner .cont .container2 .gt .jut .nei .fz_video {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.studybanner .cont .container2 .gt .jut .nei .fz_video:before {
  content: "";
  display: block;
  padding-bottom: 56.07476636%;
}
.studybanner .cont .container2 .gt .jut .nei .fz_video video {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.studybanner .cont .container2 .gt .jut .nei .fz_video .img1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.studybanner .cont .container2 .gt .jut .nei .fz_video .img1 img {
  width: 100%;
  height: 100%;
}
.studybanner .cont .container2 .gt .jut .nei .fz_video .fzicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .studybanner .cont .container2 .gt .jut .nei .fz_video .fzicon {
    width: 0.84rem;
    height: 0.84rem;
  }
}
.studybanner .cont .container2 .gt .jut .nei .fz_video .fzicon img {
  width: 0.3rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .studybanner .cont .container2 .gt .jut .nei .fz_video .fzicon img {
    width: 0.4rem;
  }
}
.studybanner .cont .container2 .gt .jut .nei .fz_video .fzicon:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(10px);
}
.studybanner .cont .container2 .gt .jut .nei .fz_video .fzicon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scalef1 1.4s linear infinite;
}
.studybanner .cont .container2 .gt .jut.on .nei .fz_video video {
  opacity: 1;
}
.studybanner .cont .container2 .gt .jut.on .nei .fz_video .img1,
.studybanner .cont .container2 .gt .jut.on .nei .fz_video .fzicon {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .studybanner .cont .container2 .lt {
    margin-bottom: 0.42rem;
    order: 0;
    margin-top: 0;
  }
}
.studybanner .breadbox {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .studybanner .breadbox {
    display: none;
  }
}
@keyframes scalef1 {
  0% {
    transform: translate(-50%, -50%);
    opacity: 0.8;
    width: 100%;
    height: 100%;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
    width: 150%;
    height: 150%;
  }
}
.studybox-sec1 {
  padding-top: 0.9rem;
}
.studybox-sec1 .public-title {
  margin-bottom: 0.54rem;
}
.studybox-sec1 .img {
  text-align: center;
}
.studybox-sec1 .img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.studybox-sec2 .public-title {
  margin-bottom: 0.54rem;
}
.studybox-sec2 .c-talents2-wrap {
  margin: 0 -50px;
  padding: 0 50px 50px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .studybox-sec2 .c-talents2-wrap {
    padding: 0 0.4rem 0.6rem;
    margin: 0 -0.4rem;
  }
}
@media (max-width: 767px) {
  .studybox-sec2 .c-talents2-wrap {
    padding: 0 0.4rem 0.4rem;
  }
}
.studybox-sec2 .c-talents2-wrap .c-talents2-banner1 {
  text-align: center;
  background-image: linear-gradient(185deg, #f1f7ff 0%, #ffffff 100%), linear-gradient(#f7fafe, #f7fafe);
  box-shadow: 0rem 0.17rem 0.4rem 0rem rgba(180, 199, 225, 0.21);
  border-radius: 10px;
  overflow: visible;
}
.studybox-sec2 .c-talents2-wrap .c-talents2-banner1 .swiper-slide {
  position: relative;
  padding: 0.26rem;
  cursor: pointer;
}
.studybox-sec2 .c-talents2-wrap .c-talents2-banner1 .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 1;
}
.studybox-sec2 .c-talents2-wrap .c-talents2-banner1 .swiper-slide.swiper-slide-thumb-active .c-ico img:nth-child(1) {
  opacity: 0;
}
.studybox-sec2 .c-talents2-wrap .c-talents2-banner1 .swiper-slide.swiper-slide-thumb-active .c-ico img:nth-child(2) {
  opacity: 1;
}
.studybox-sec2 .c-talents2-wrap .c-talents2-banner1 .swiper-slide.swiper-slide-thumb-active .c-title {
  color: #94d40b;
}
.studybox-sec2 .c-talents2-wrap .c-talents2-banner1 .swiper-slide::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.38rem;
  border: 0.2rem solid transparent;
  border-top: 0.2rem solid #fff;
  transform: translateX(-50%);
  opacity: 0;
}
.studybox-sec2 .c-talents2-wrap .c-talents2-banner1 .swiper-slide .c-ico {
  position: relative;
  margin: 0 auto 0.1rem;
  width: 0.76rem;
  height: 0.76rem;
  background-color: #fff;
  border-radius: 50%;
}
.studybox-sec2 .c-talents2-wrap .c-talents2-banner1 .swiper-slide .c-ico img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 50%;
  object-fit: contain;
  transition: all 0.3s;
}
.studybox-sec2 .c-talents2-wrap .c-talents2-banner1 .swiper-slide .c-ico img:nth-child(2) {
  opacity: 0;
}
.studybox-sec2 .c-talents2-wrap .c-talents2-banner1 .swiper-slide .c-title {
  color: #666;
  transition: all 0.3s;
}
.studybox-sec2 .cont {
  width: 100%;
}
.studybox-sec2 .cont .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.88rem;
}
@media (max-width: 767px) {
  .studybox-sec2 .cont .item {
    margin-bottom: 0.66rem;
    margin-bottom: 0.3rem;
  }
}
.studybox-sec2 .cont .item:last-child {
  margin-bottom: 0;
}
.studybox-sec2 .cont .item .lt {
  width: 49.286%;
  padding-right: 12.85714286%;
}
@media (max-width: 1280px) {
  .studybox-sec2 .cont .item .lt {
    padding-right: 6%;
  }
}
@media (max-width: 767px) {
  .studybox-sec2 .cont .item .lt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.3rem;
  }
}
.studybox-sec2 .cont .item .lt .fztitle {
  line-height: 1.3333;
  font-weight: 500;
  margin-bottom: 0.32rem;
}
@media (max-width: 991px) {
}
.studybox-sec2 .cont .item .lt .jut {
  margin-bottom: 0.3rem;
  width: 100%;
}
@media (max-width: 767px) {
  .studybox-sec2 .cont .item .lt .jut {
    margin-bottom: 0;
  }
}
.studybox-sec2 .cont .item .lt .jut .li {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  border-bottom: 1px solid #efefef;
  padding: 12px 0;
}
@media (max-width: 1580px) {
  .studybox-sec2 .cont .item .lt .jut .li {
    padding: 8px 0;
  }
}
.studybox-sec2 .cont .item .lt .jut .li:first-child {
  padding-top: 0;
}
.studybox-sec2 .cont .item .lt .jut .li i {
  display: block;
  width: 26px;
  overflow: hidden;
  margin-top: 2px;
}
@media (max-width: 1580px) {
  .studybox-sec2 .cont .item .lt .jut .li i {
    width: 22px;
  }
}
@media (max-width: 991px) {
  .studybox-sec2 .cont .item .lt .jut .li i {
    width: 18px;
  }
}
.studybox-sec2 .cont .item .lt .jut .li i img {
  width: auto;
  height: auto;
  max-width: 100%;
  float: left;
}
.studybox-sec2 .cont .item .lt .jut .li span {
  transition: all 0.4s;
  display: block;
  color: #333333;
  padding-left: 20px;
  width: calc(100% - 26px);
}
@media (max-width: 1580px) {
  .studybox-sec2 .cont .item .lt .jut .li span {
    padding-left: 16px;
    width: calc(100% - 22px);
  }
}
@media (max-width: 991px) {
  .studybox-sec2 .cont .item .lt .jut .li span {
    padding-left: 12px;
    width: calc(100% - 18px);
  }
}
@media (max-width: 767px) {
  .studybox-sec2 .cont .item .lt .jut .li span {
    font-size: 0.24rem;
    padding-left: 8px;
  }
}
.studybox-sec2 .cont .item .lt .jut .li .fztit {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.studybox-sec2 .cont .item .lt .jut .li .fztit span {
  width: calc(100% - 38px);
  padding-right: 10px;
}
@media (max-width: 1580px) {
  .studybox-sec2 .cont .item .lt .jut .li .fztit span {
    width: calc(100% - 32px);
  }
}
@media (max-width: 991px) {
  .studybox-sec2 .cont .item .lt .jut .li .fztit span {
    width: calc(100% - 28px);
  }
}
.studybox-sec2 .cont .item .lt .jut .li .fztit .ficon {
  display: block;
  width: 12px;
  margin-top: 6px;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .studybox-sec2 .cont .item .lt .jut .li .fztit .ficon {
    width: 10px;
  }
}
.studybox-sec2 .cont .item .lt .jut .li .fztit .ficon svg {
  width: 100%;
  float: left;
}
.studybox-sec2 .cont .item .lt .jut .li .fztit .ficon svg path {
  fill: #999999;
}
.studybox-sec2 .cont .item .lt .jut .li .fztext {
  display: none;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding-top: 8px;
  padding-left: 46px;
}
@media (max-width: 1580px) {
  .studybox-sec2 .cont .item .lt .jut .li .fztext {
    font-size: 14px;
    line-height: 22px;
    padding-left: 38px;
  }
}
@media (max-width: 991px) {
  .studybox-sec2 .cont .item .lt .jut .li .fztext {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .studybox-sec2 .cont .item .lt .jut .li .fztext {
    padding-left: 26px;
  }
}
.studybox-sec2 .cont .item .lt .jut .li.on span {
  color: #2cc6d0;
}
.studybox-sec2 .cont .item .lt .jut .li.on .fztit .ficon {
  transform: rotate(180deg);
}
.studybox-sec2 .cont .item .lt .jut .li.on .fztit .ficon svg path {
  fill: #2cc6d0;
}
@media (max-width: 767px) {
  .studybox-sec2 .cont .item .lt .c-btn-box {
    display: none;
  }
}
.studybox-sec2 .cont .item .gt {
  position: relative;
  width: 50.714%;
}
@media (max-width: 767px) {
  .studybox-sec2 .cont .item .gt {
    width: 100%;
    display: none;
  }
}
.studybox-sec2 .cont .item .gt .img {
  width: 100%;
  transition: all 0.4s;
}
.studybox-sec2 .cont .item .gt .img img {
  width: 100%;
}
.studybox-sec2 .cont .item .gt .img video {
  width: 100%;
}
.studybox-sec2 .cont .item .gt .jut {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1580px) {
  .studybox-sec2 .cont .item .gt .jut {
    border-radius: 12px;
  }
}
.studybox-sec2 .cont .item .gt .jut > .public-img {
  margin: 0.5rem 0;
  max-width: 549px;
}
.studybox-sec2 .cont .item .gt .jut > .public-img::before {
  padding-top: 57.7%;
}
.studybox-sec2 .cont .item .gt .jut > .public-img img {
  object-fit: contain;
}
.studybox-sec2 .cont .item .gt .jut .fztit1 {
  display: flex;
  background-image: linear-gradient(-2deg, #2fb3bc 0%, #34c5cf 29%, #39d6e2 100%), linear-gradient(#2fb3bd, #2fb3bd);
  background-blend-mode: normal, 
                normal;
  width: 100%;
  padding: 13px 20px 12px;
}
@media (max-width: 1580px) {
  .studybox-sec2 .cont .item .gt .jut .fztit1 {
    padding: 10px 18px;
  }
}
.studybox-sec2 .cont .item .gt .jut .fztit1 span {
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(-64deg, rgba(245, 94, 102, 0.94) 0%, rgba(249, 131, 138, 0.94) 29%, rgba(253, 167, 174, 0.94) 100%), linear-gradient(#fc9197, #fc9197);
  background-blend-mode: normal, 
                  normal;
  box-shadow: 1px 1px 4px 0px rgba(249, 211, 131, 0.41);
  margin-right: 8px;
}
@media (max-width: 1580px) {
  .studybox-sec2 .cont .item .gt .jut .fztit1 span {
    width: 8px;
    height: 8px;
    margin-right: 6px;
  }
}
.studybox-sec2 .cont .item .gt .jut .fztit1 span:nth-child(2) {
  background-image: linear-gradient(-64deg, rgba(255, 200, 59, 0.94) 0%, rgba(255, 217, 116, 0.94) 29%, rgba(255, 233, 173, 0.94) 100%), linear-gradient(#f3bf5b, #f3bf5b);
  background-blend-mode: normal, 
                    normal;
}
.studybox-sec2 .cont .item .gt .jut .fztit1 span:nth-child(3) {
  background-image: linear-gradient(-42deg, rgba(37, 182, 108, 0.94) 0%, rgba(102, 209, 153, 0.94) 29%, rgba(166, 236, 198, 0.94) 100%), linear-gradient(#78e24f, #78e24f);
  background-blend-mode: normal, 
                    normal;
}
.studybox-sec2 .cont .item .gt .jut .nei {
  position: relative;
  background-color: #fff;
  padding: 6px;
  overflow: hidden;
}
.studybox-sec2 .cont .item .gt .jut .nei .fz_video {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.studybox-sec2 .cont .item .gt .jut .nei .fz_video:before {
  content: "";
  display: block;
  padding-bottom: 56.07476636%;
}
.studybox-sec2 .cont .item .gt .jut .nei .fz_video video {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.studybox-sec2 .cont .item .gt .jut .nei .fz_video .img1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.studybox-sec2 .cont .item .gt .jut .nei .fz_video .img1 img {
  width: 100%;
  height: 100%;
}
.studybox-sec2 .cont .item .gt .jut .nei .fz_video .fzicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .studybox-sec2 .cont .item .gt .jut .nei .fz_video .fzicon {
    width: 0.84rem;
    height: 0.84rem;
  }
}
.studybox-sec2 .cont .item .gt .jut .nei .fz_video .fzicon img {
  width: 0.3rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .studybox-sec2 .cont .item .gt .jut .nei .fz_video .fzicon img {
    width: 0.4rem;
  }
}
.studybox-sec2 .cont .item .gt .jut .nei .fz_video .fzicon:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(10px);
}
.studybox-sec2 .cont .item .gt .jut .nei .fz_video .fzicon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scalef1 1.4s linear infinite;
}
.studybox-sec2 .cont .item .gt .jut.on .nei .fz_video video {
  opacity: 1;
}
.studybox-sec2 .cont .item .gt .jut.on .nei .fz_video .img1,
.studybox-sec2 .cont .item .gt .jut.on .nei .fz_video .fzicon {
  opacity: 0;
  visibility: hidden;
}
.studybox-sec2 .cont .item .gt .studybox2_cont {
  width: 100%;
}
.studybox-sec2 .cont .item .gt .studybox2_cont .studybox2_page {
  width: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.2rem;
}
.studybox-sec2 .cont .item .gt .studybox2_cont .studybox2_page span {
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  opacity: 0.7;
  margin: 0 5px;
}
.studybox-sec2 .cont .item .gt .studybox2_cont .studybox2_page .swiper-pagination-bullet-active {
  background-color: #2cc6d0;
  opacity: 1;
}
@media (min-width: 768px) {
  .studybox-sec2 .cont .item:nth-child(2n) .lt {
    order: 1;
    padding-right: 0;
    padding-left: 12.85714286%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .studybox-sec2 .cont .item:nth-child(2n) .lt {
    padding-left: 6%;
  }
}
.studybox-sec3 {
  background-color: #f8fbff;
  position: relative;
}
.studybox-sec3 .fzq_jut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.studybox-sec3 .fzq_jut .circle {
  position: absolute;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.studybox-sec3 .fzq_jut .circle:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.studybox-sec3 .fzq_jut .yuan1 {
  opacity: 0.5;
  width: 30%;
  bottom: -0.8rem;
  left: -12%;
  -webkit-animation: trantale2 16s ease infinite;
  animation: trantale2 16s ease infinite;
  background-image: url(../images/shijianbagyuan1.png);
}
@media (max-width: 767px) {
  .studybox-sec3 .fzq_jut .yuan1 {
    bottom: -0.6rem;
    width: 50%;
  }
}
.studybox-sec3 .fzq_jut .yuan2 {
  width: 24%;
  background-image: url(../images/renzhengimgfz1.png);
  top: -0.8rem;
  right: -12%;
  -webkit-animation: trantale1 16s 1s ease infinite;
  animation: trantale1 16s 1s ease infinite;
}
@media (max-width: 767px) {
  .studybox-sec3 .fzq_jut .yuan2 {
    top: -0.6rem;
    width: 40%;
    right: -20%;
  }
}
.studybox-sec3 .fzq_jut .yuan3 {
  width: 7.552%;
  background-image: url(../images/shijianbagyuan2.png);
  right: 8%;
  top: 1.8rem;
  -webkit-animation: trantale1 16s 1s ease infinite;
  animation: trantale1 16s 1s ease infinite;
}
@media (max-width: 767px) {
  .studybox-sec3 .fzq_jut .yuan3 {
    width: 18%;
    right: 10%;
    top: 2rem;
  }
}
.studybox-sec3 .cont .studybox3_cont {
  width: auto;
  margin: 0 -0.25rem;
}
@media (max-width: 991px) {
  .studybox-sec3 .cont .studybox3_cont {
    margin: 0 -0.18rem;
  }
}
@media (max-width: 767px) {
  .studybox-sec3 .cont .studybox3_cont {
    margin: 0 -0.1rem;
  }
}
.studybox-sec3 .cont .studybox3_cont .swiper-slide {
  width: 33.33%;
  padding: 0 0.25rem;
}
@media (max-width: 991px) {
  .studybox-sec3 .cont .studybox3_cont .swiper-slide {
    padding: 0 0.18rem;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .studybox-sec3 .cont .studybox3_cont .swiper-slide {
    padding: 0 0.1rem;
    width: 100%;
  }
}
.studybox-sec3 .cont .studybox3_cont .swiper-slide .item {
  width: 100%;
}
.studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list {
  display: block;
  box-shadow: 1px 0px 0.24rem 0px rgba(110, 119, 131, 0.11);
  position: relative;
  z-index: 2;
}
.studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .fimg {
  position: relative;
}
.studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .fimg .img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  width: 100%;
  padding-top: 59.30232558%;
}
.studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .fimg .img img {
  transition: all 0.4s;
}
.studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .fimg .label {
  position: absolute;
  top: 0;
  color: #2cc6d0;
  left: -6px;
  line-height: 1;
  background: url(../images/xuexibag1.png) left -1px no-repeat;
  background-size: 100% 100%;
  padding: 18px 29px 24px;
  padding-right: 62px;
}
@media (max-width: 1580px) {
  .studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .fimg .label {
    padding: 14px 20px 20px;
    padding-right: 46px;
  }
}
@media (max-width: 991px) {
  .studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .fimg .label {
    padding: 10px 16px 16px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .fimg .label {
    left: -4px;
  }
}
.studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .fimg .logo,
.studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .fimg .fzyan {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 0.34rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  height: 0.8rem;
}
@media (max-width: 767px) {
}
.studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .fimg .logo img,
.studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .fimg .fzyan img {
  height: auto;
  width: auto;
  max-width: 80%;
  max-height: 80%;
  display: block;
}
@media (max-width: 767px) {
  .studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .fimg .logo img,
  .studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .fimg .fzyan img {
    max-width: 100%;
    max-height: 100%;
  }
}
.studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .fimg .fzyan {
  opacity: 0;
}
.studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .font {
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  overflow: hidden;
  padding: 0.26rem 0.3rem 0.4rem;
}
.studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .font .tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
  transition: all 0.4s;
  width: 100%;
  height: 58px;
  color: #333333;
  margin-bottom: 8px;
  line-height: 28px;
}
@media (max-width: 1580px) {
  .studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .font .tit {
    line-height: 26px;
    height: 54px;
  }
}
@media (max-width: 1199px) {
  .studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .font .tit {
    line-height: 24px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .font .tit {
    line-height: 0.46rem;
    height: 0.92rem;
  }
}
.studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .font .text {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 80px;
}
@media (max-width: 1580px) {
  .studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .font .text {
    line-height: 24px;
    height: 74px;
  }
}
@media (max-width: 767px) {
  .studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list .font .text {
    font-size: 0.26rem;
    line-height: 0.46rem;
    height: 1.38rem;
  }
}
.studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list:hover .fimg .img img {
  transform: scale(1.04);
}
.studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list:hover .fimg .logo {
  opacity: 0;
}
.studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list:hover .fimg .fzyan {
  opacity: 1;
}
.studybox-sec3 .cont .studybox3_cont .swiper-slide .item .list:hover .font .tit {
  color: #2cc6d0;
}
.studybox-sec3 .cont .studybox3_cont .studybox3_page {
  position: relative;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  right: 0;
  top: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  margin-top: 0.32rem;
}
.studybox-sec3 .cont .studybox3_cont .studybox3_page span {
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  opacity: 0.7;
  margin: 0 5px;
}
.studybox-sec3 .cont .studybox3_cont .studybox3_page .swiper-pagination-bullet-active {
  background-color: #2cc6d0;
  opacity: 1;
}
.studybox-sec3 .fzimg {
  width: 100%;
  margin-top: 0.3rem;
}
.studybox-sec3 .fzimg img {
  width: 100%;
}
.studybox-sec3 .c-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.3rem;
}
.studybox-sec3 .c-btn-box .hm_but {
  border: 2px solid #2cc6d0;
}
.studybox-sec3 .c-btn-box .hm_but:nth-child(2) {
  background-color: transparent;
  color: #2cc6d0;
  margin-left: 0.2rem;
  transition: width 0.4s linear, background-color 0.4s linear;
}
.studybox-sec3 .c-btn-box .hm_but:nth-child(2)::before {
  background-color: #2cc6d0;
}
.studybox-sec3 .c-btn-box .hm_but:nth-child(2) i {
  width: 20px;
}
.studybox-sec3 .c-btn-box .hm_but:nth-child(2) i svg path {
  fill: #2cc6d0;
}
.studybox-sec3 .c-btn-box .hm_but:nth-child(2):hover {
  color: #fff;
  background-color: #2cc6d0;
  transition: width 0.4s linear, background-color 0.4s 0.1s;
}
.studybox-sec3 .c-btn-box .hm_but:nth-child(2):hover i svg path {
  fill: #fff;
}
.studybox-sec4 .public-title {
  margin-bottom: 0.54rem;
}
.studybox-sec4 .cont {
  max-width: 1000px;
  margin: 0 auto;
}
.studybox-sec4 .cont .item {
  width: 100%;
  padding: 0.3rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.studybox-sec4 .cont .item:first-child {
  padding-top: 0;
}
.studybox-sec4 .cont .item .fztit {
  width: 100%;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
}
.studybox-sec4 .cont .item .fztit .font {
  display: flex;
  width: calc(100% - 30px);
}
.studybox-sec4 .cont .item .fztit .font i {
  display: block;
  width: 23px;
  margin-top: 4px;
  overflow: hidden;
  margin-right: 22px;
}
@media (max-width: 1199px) {
  .studybox-sec4 .cont .item .fztit .font i {
    width: 18px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .studybox-sec4 .cont .item .fztit .font i {
    width: 0.3rem;
    margin-right: 0.2rem;
  }
}
.studybox-sec4 .cont .item .fztit .font i img {
  width: 100%;
  float: left;
}
.studybox-sec4 .cont .item .fztit .font .tit {
  font-weight: 500;
  display: block;
  width: calc(100% - 45px);
}
@media (max-width: 1199px) {
  .studybox-sec4 .cont .item .fztit .font .tit {
    width: calc(100% - 34px);
  }
}
@media (max-width: 767px) {
  .studybox-sec4 .cont .item .fztit .font .tit {
    width: calc(100% - 0.5rem);
  }
}
.studybox-sec4 .cont .item .fztit .but {
  width: 13px;
  height: 8px;
  transition: all 0.4s;
  margin-top: 4px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .studybox-sec4 .cont .item .fztit .but {
    margin-top: 6px;
  }
}
.studybox-sec4 .cont .item .fztit .but svg {
  width: 100%;
  float: left;
  max-height: 100%;
  object-fit: contain;
  opacity: 1;
  transition: all 0.4s;
}
.studybox-sec4 .cont .item .fztit .but svg path {
  opacity: 1;
  fill: #aeaeae;
}
.studybox-sec4 .cont .item .jut {
  display: none;
  color: #666666;
  padding-top: 8px;
  line-height: 1.333;
  padding-left: 45px;
}
@media (max-width: 1199px) {
  .studybox-sec4 .cont .item .jut {
    padding-left: 34px;
  }
}
@media (max-width: 767px) {
  .studybox-sec4 .cont .item .jut {
    padding-left: 0.5rem;
    line-height: 1.4;
    font-size: 0.26rem;
    padding-top: 4px;
  }
}
.studybox-sec4 .cont .item.on .fztit .but {
  transform: rotate(180deg);
}
.studybox-sec4 .cont .item.on .fztit .but svg path {
  fill: #353535;
}
.studybox-sec4 .c-btn-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.studybox-sec4 .c-btn-box .hm_but i {
  margin-left: 0.2rem;
}
.studybox-sec5 {
  padding-bottom: 1.52rem;
}
@media (max-width: 767px) {
  .studybox-sec5 {
    padding-bottom: 1.2rem;
  }
}
.studybox-sec5 .public-title {
  margin-bottom: 0.54rem;
}
.studybox-sec5 .container2 {
  max-width: 1326px;
}
.studybox-sec5 .cont {
  display: flex;
  flex-wrap: wrap;
}
.studybox-sec5 .cont .lt {
  width: 58.53%;
}
@media (max-width: 991px) {
  .studybox-sec5 .cont .lt {
    width: 100%;
    margin-bottom: 0.46rem;
  }
}
@media (max-width: 767px) {
  .studybox-sec5 .cont .lt {
    margin-bottom: 0;
  }
}
.studybox-sec5 .cont .lt .item {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  z-index: 2;
  min-height: calc(70.14% - 1px);
  position: relative;
  margin-bottom: 2px;
}
.studybox-sec5 .cont .lt .item:before {
  padding-bottom: 49.87212276%;
}
.studybox-sec5 .cont .lt .item img {
  transition: all 0.4s;
}
.studybox-sec5 .cont .lt .item:hover img {
  transform: scale(1.04);
}
.studybox-sec5 .cont .lt .jut {
  display: flex;
  margin: 0 -1px;
  min-height: 29.86%;
}
.studybox-sec5 .cont .lt .jut .li {
  padding: 0 1px;
  width: 33.333%;
  min-height: 100%;
}
.studybox-sec5 .cont .lt .jut .li:first-child .img {
  border-radius: 10px 0 0 10px;
}
.studybox-sec5 .cont .lt .jut .li:last-child .img {
  border-radius: 0 10px 10px 0;
}
.studybox-sec5 .cont .lt .jut .li .img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  min-height: 100%;
}
.studybox-sec5 .cont .lt .jut .li .img:before {
  padding-bottom: 63.32046332%;
}
.studybox-sec5 .cont .lt .jut .li .img img {
  transition: all 0.4s;
}
.studybox-sec5 .cont .lt .jut .li .img:hover img {
  transform: scale(1.04);
}
.studybox-sec5 .cont .gt {
  width: 41.47%;
  display: flex;
  flex-direction: column;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .studybox-sec5 .cont .gt {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .studybox-sec5 .cont .gt {
    display: none;
  }
}
.studybox-sec5 .cont .gt .jut {
  width: 100%;
  padding: 0.24rem 0.4rem 0.26rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(124, 165, 162, 0.17);
  border-radius: 10px;
}
.studybox-sec5 .cont .gt .jut .ftitle {
  display: flex;
  justify-content: space-between;
  align-content: center;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 14px;
}
@media (max-width: 1580px) {
  .studybox-sec5 .cont .gt .jut .ftitle {
    padding-bottom: 10px;
  }
}
.studybox-sec5 .cont .gt .jut .ftitle .tit {
  font-weight: 500;
}
.studybox-sec5 .cont .gt .jut .ftitle .but {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2cc6d0;
}
.studybox-sec5 .cont .gt .jut .ftitle .but i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.studybox-sec5 .cont .gt .jut .ftitle .but i svg {
  width: 100%;
}
.studybox-sec5 .cont .gt .jut .ftitle .but i svg path {
  fill: #2cc6d0;
  opacity: 1;
}
.studybox-sec5 .cont .gt .jut .ftitle .but:hover i {
  transform: translateX(8px);
}
.studybox-sec5 .cont .gt .jut .zhong {
  position: relative;
  padding-top: 16px;
}
@media (max-width: 1580px) {
  .studybox-sec5 .cont .gt .jut .zhong {
    padding-top: 12px;
  }
}
.studybox-sec5 .cont .gt .jut .zhong .studybox5_page {
  position: absolute;
  left: 0;
  top: -1px;
  height: 1px;
  width: 100%;
  background-color: transparent;
}
.studybox-sec5 .cont .gt .jut .zhong .studybox5_page span {
  background-color: #2cc6d0;
}
.studybox-sec5 .cont .gt .jut .zhong .li {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: #505050;
  transition: all 0.4s;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .studybox-sec5 .cont .gt .jut .zhong .li {
    margin-bottom: 6px;
  }
}
.studybox-sec5 .cont .gt .jut .zhong .li:last-child {
  margin-bottom: 0;
}
.studybox-sec5 .cont .gt .jut .zhong .li:hover {
  color: #2cc6d0;
}
.studybox-sec5 .cont .gt .jut .zhong .studybox5_cont {
  width: 100%;
}
.studybox-sec5 .cont .gt .nei {
  margin-top: 5px;
}
/* End */
/* 招聘评测 */
.evalubanner .cont {
  padding-top: 0.6rem;
  padding-bottom: 0.22rem;
}
@media (min-width: 768px) {
  .evalubanner .cont .container2 .gt {
    width: 51%;
  }
  .evalubanner .cont .container2 .lt {
    width: 49%;
    padding-right: 12.4%;
  }
}
.evalubox-sec1 {
  padding-bottom: 0;
}
.evalubox-sec2 {
  padding: 1.2rem 0;
}
.evalubox-sec2 .cont {
  max-width: 9rem;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .evalubox-sec2 .cont {
    max-width: 100%;
  }
}
.evalubox-sec2 .cont .fzjut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
@media (max-width: 767px) {
  .evalubox-sec2 .cont .fzjut {
    margin: 0;
  }
}
.evalubox-sec2 .cont .fzjut .item {
  width: 50%;
  padding: 0 0.3rem;
}
@media (max-width: 767px) {
  .evalubox-sec2 .cont .fzjut .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .evalubox-sec2 .cont .fzjut .item:last-child {
    margin-bottom: 0;
  }
}
.evalubox-sec2 .cont .fzjut .item .list {
  width: 100%;
  background-image: linear-gradient(185deg, #f8ffff 0%, #ffffff 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
              normal;
  box-shadow: 0px 1px 24px 0px rgba(110, 119, 131, 0.11);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 0.4rem 0.36rem 0.46rem;
}
.evalubox-sec2 .cont .fzjut .item .list .ficon {
  overflow: hidden;
  height: 0.6rem;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .evalubox-sec2 .cont .fzjut .item .list .ficon {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .evalubox-sec2 .cont .fzjut .item .list .ficon {
    height: 0.8rem;
  }
}
.evalubox-sec2 .cont .fzjut .item .list .ficon img {
  height: 100%;
  float: left;
}
.evalubox-sec2 .cont .fzjut .item .list .tit {
  text-align: center;
  color: #333333;
  margin-bottom: 12px;
  font-weight: 500;
}
@media (max-width: 1580px) {
  .evalubox-sec2 .cont .fzjut .item .list .tit {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .evalubox-sec2 .cont .fzjut .item .list .tit {
    margin-bottom: 4px;
  }
}
.evalubox-sec2 .cont .fzjut .item .list .nei {
  width: 100%;
}
.evalubox-sec2 .cont .fzjut .item .list .nei .li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: 18px;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .evalubox-sec2 .cont .fzjut .item .list .nei .li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .evalubox-sec2 .cont .fzjut .item .list .nei .li {
    font-size: 0.3rem;
  }
}
@media (max-width: 1580px) {
  .evalubox-sec2 .cont .fzjut .item .list .nei .li {
    margin-bottom: 4px;
  }
}
.evalubox-sec2 .cont .fzjut .item .list .nei .li:last-child {
  margin-bottom: 0;
}
.evalubox-sec2 .cont .fzjut .item .list .nei .li i {
  display: block;
  transition: all 0.4s;
  width: 8px;
  overflow: hidden;
  margin-left: 14px;
}
@media (max-width: 1580px) {
  .evalubox-sec2 .cont .fzjut .item .list .nei .li i {
    margin-left: 10px;
  }
}
.evalubox-sec2 .cont .fzjut .item .list .nei .li i img {
  width: 100%;
  float: left;
}
.evalubox-sec2 .cont .fzjut .item .list .nei .li:hover {
  color: #2cc6d0;
}
.evalubox-sec2 .cont .fzjut .item .list .nei .li:hover i {
  transform: translateX(6px);
}
/* End */
/* 人才管理测评 */
.talentbox-sec1 {
  padding: 1.2rem 0;
}
.talentbox-sec1 .public-title {
  margin-bottom: 0.54rem;
}
.talentbox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .talentbox-sec1 .cont {
    margin: 0;
  }
}
.talentbox-sec1 .cont .item {
  width: 33.333%;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .talentbox-sec1 .cont .item {
    width: 100%;
    padding: 0;
    margin-bottom: 0.36rem;
  }
}
.talentbox-sec1 .cont .item .list {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 1px 24px 0px rgba(110, 119, 131, 0.11);
  border-radius: 12px;
  height: 100%;
  padding: 0.32rem 0.36rem;
}
@media (max-width: 767px) {
  .talentbox-sec1 .cont .item .list {
    padding: 0.42rem 0.4rem;
  }
}
.talentbox-sec1 .cont .item .list .tit {
  width: 100%;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  .talentbox-sec1 .cont .item .list .tit {
    margin-bottom: 12px;
  }
}
.talentbox-sec1 .cont .item .list .xian {
  width: 24px;
  height: 3px;
  background-color: #33b5bd;
  opacity: 0.6;
  margin-bottom: 0.36rem;
}
@media (max-width: 1580px) {
  .talentbox-sec1 .cont .item .list .xian {
    width: 20px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .talentbox-sec1 .cont .item .list .xian {
    width: 16px;
  }
}
.talentbox-sec1 .cont .item .list .text {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 1580px) {
  .talentbox-sec1 .cont .item .list .text {
    font-size: 14px;
    line-height: 20px;
  }
}
.talentbox-sec1 .f_but1 {
  margin: 0.4rem auto 0;
}
.talentbox-sec2 {
  overflow: hidden;
}
.talentbox-sec2 .cont {
  display: flex;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .talentbox-sec2 .cont {
    flex-wrap: wrap;
    margin: 0 -0.1rem;
  }
}
.talentbox-sec2 .cont .img {
  width: 33.334%;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .talentbox-sec2 .cont .img {
    padding: 0 0.1rem;
    width: 100%;
    margin-bottom: 0.26rem;
  }
  .talentbox-sec2 .cont .img:last-child {
    margin-bottom: 0;
  }
}
.talentbox-sec2 .cont .img a {
  display: block;
}
.talentbox-sec2 .cont .img img {
  max-width: inherit;
  width: 100%;
}
/* End */
/* 360度评估反馈系统 */
.feedbackbox-sec1 .nav {
  display: flex;
  padding: 20px 0.3rem 0;
  justify-content: center;
  position: relative;
  margin-bottom: 12px;
}
.feedbackbox-sec1 .nav:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 20px);
  background-image: linear-gradient(185deg, #f1f7ff 0%, #ffffff 100%), linear-gradient(#f7fafe, #f7fafe);
  background-blend-mode: normal, 
          normal;
  box-shadow: 0px 17px 40px 0px rgba(180, 199, 225, 0.21);
  border-radius: 10px;
}
@media (max-width: 1580px) {
  .feedbackbox-sec1 .nav:before {
    height: calc(100% - 18px);
  }
}
@media (max-width: 767px) {
  .feedbackbox-sec1 .nav:before {
    height: calc(100% - 14px);
  }
}
.feedbackbox-sec1 .nav .feedbackbox1_nav {
  width: auto;
  z-index: 2;
  width: 100%;
}
.feedbackbox-sec1 .nav .feedbackbox1_nav .swiper-slide {
  width: auto;
  padding: 0 0.5rem;
}
.feedbackbox-sec1 .nav .feedbackbox1_nav .swiper-slide .item {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  cursor: pointer;
  padding-bottom: 42px;
  position: relative;
}
@media (max-width: 1580px) {
  .feedbackbox-sec1 .nav .feedbackbox1_nav .swiper-slide .item {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .feedbackbox-sec1 .nav .feedbackbox1_nav .swiper-slide .item {
    padding-bottom: 34px;
  }
}
.feedbackbox-sec1 .nav .feedbackbox1_nav .swiper-slide .item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-top: 20px solid #fff;
  background-color: transparent;
  opacity: 0;
  transition: all 1s;
  margin-left: -23px;
}
@media (max-width: 1580px) {
  .feedbackbox-sec1 .nav .feedbackbox1_nav .swiper-slide .item:before {
    border-left-width: 20px;
    border-right-width: 20px;
    border-top-width: 18px;
  }
}
@media (max-width: 767px) {
  .feedbackbox-sec1 .nav .feedbackbox1_nav .swiper-slide .item:before {
    border-left-width: 16px;
    border-right-width: 16px;
    border-top-width: 14px;
  }
}
.feedbackbox-sec1 .nav .feedbackbox1_nav .swiper-slide .item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 50%;
  transition: all 0.4s;
  margin-bottom: 8px;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .feedbackbox-sec1 .nav .feedbackbox1_nav .swiper-slide .item i {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .feedbackbox-sec1 .nav .feedbackbox1_nav .swiper-slide .item i {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.feedbackbox-sec1 .nav .feedbackbox1_nav .swiper-slide .item i img {
  height: 100%;
  height: 50%;
}
@media (max-width: 767px) {
}
.feedbackbox-sec1 .nav .feedbackbox1_nav .swiper-slide .item i img:nth-child(2) {
  display: none;
}
.feedbackbox-sec1 .nav .feedbackbox1_nav .swiper-slide .item .tit {
  font-size: 18px;
  line-height: 24px;
  color: #666666;
}
@media (max-width: 1580px) {
  .feedbackbox-sec1 .nav .feedbackbox1_nav .swiper-slide .item .tit {
    font-size: 16px;
    line-height: 22px;
  }
}
.feedbackbox-sec1 .nav .feedbackbox1_nav .swiper-slide.on .item i img {
  display: none;
}
.feedbackbox-sec1 .nav .feedbackbox1_nav .swiper-slide.on .item i img:nth-child(2) {
  display: block;
}
.feedbackbox-sec1 .nav .feedbackbox1_nav .swiper-slide.on .item .tit {
  color: #94d40b;
}
.feedbackbox-sec1 .nav .feedbackbox1_nav .swiper-slide.on .item:before {
  opacity: 1;
}
.feedbackbox-sec1 .cont {
  position: relative;
}
.feedbackbox-sec1 .cont .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
}
.feedbackbox-sec1 .cont .item:last-child {
  margin-bottom: 0;
}
.feedbackbox-sec1 .cont .item .lt {
  width: 49.286%;
  padding-right: 12.85714286%;
}
@media (max-width: 1280px) {
  .feedbackbox-sec1 .cont .item .lt {
    padding-right: 6%;
  }
}
@media (max-width: 767px) {
  .feedbackbox-sec1 .cont .item .lt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.3rem;
  }
}
.feedbackbox-sec1 .cont .item .lt .fztitle {
  line-height: 1.3333;
  font-weight: 500;
  margin-bottom: 0.32rem;
}
@media (max-width: 991px) {
}
.feedbackbox-sec1 .cont .item .lt .jut {
  margin-bottom: 0.3rem;
  width: 100%;
}
@media (max-width: 767px) {
  .feedbackbox-sec1 .cont .item .lt .jut {
    margin-bottom: 0;
  }
}
.feedbackbox-sec1 .cont .item .lt .jut .li {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  border-bottom: 1px solid #efefef;
  padding: 12px 0;
}
@media (max-width: 1580px) {
  .feedbackbox-sec1 .cont .item .lt .jut .li {
    padding: 8px 0;
  }
}
.feedbackbox-sec1 .cont .item .lt .jut .li:first-child {
  padding-top: 0;
}
.feedbackbox-sec1 .cont .item .lt .jut .li i {
  display: block;
  width: 26px;
  overflow: hidden;
  margin-top: 2px;
}
@media (max-width: 1580px) {
  .feedbackbox-sec1 .cont .item .lt .jut .li i {
    width: 22px;
  }
}
@media (max-width: 991px) {
  .feedbackbox-sec1 .cont .item .lt .jut .li i {
    width: 18px;
  }
}
.feedbackbox-sec1 .cont .item .lt .jut .li i img {
  width: auto;
  height: auto;
  max-width: 100%;
  float: left;
}
.feedbackbox-sec1 .cont .item .lt .jut .li span {
  transition: all 0.4s;
  display: block;
  color: #333333;
  padding-left: 20px;
  width: calc(100% - 26px);
}
@media (max-width: 1580px) {
  .feedbackbox-sec1 .cont .item .lt .jut .li span {
    padding-left: 16px;
    width: calc(100% - 22px);
  }
}
@media (max-width: 991px) {
  .feedbackbox-sec1 .cont .item .lt .jut .li span {
    padding-left: 12px;
    width: calc(100% - 18px);
  }
}
@media (max-width: 767px) {
  .feedbackbox-sec1 .cont .item .lt .jut .li span {
    font-size: 0.24rem;
    padding-left: 8px;
  }
}
.feedbackbox-sec1 .cont .item .lt .jut .li .fztit {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.feedbackbox-sec1 .cont .item .lt .jut .li .fztit span {
  width: calc(100% - 38px);
  padding-right: 10px;
}
@media (max-width: 1580px) {
  .feedbackbox-sec1 .cont .item .lt .jut .li .fztit span {
    width: calc(100% - 32px);
  }
}
@media (max-width: 991px) {
  .feedbackbox-sec1 .cont .item .lt .jut .li .fztit span {
    width: calc(100% - 28px);
  }
}
.feedbackbox-sec1 .cont .item .lt .jut .li .fztit .ficon {
  display: block;
  width: 12px;
  margin-top: 6px;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .feedbackbox-sec1 .cont .item .lt .jut .li .fztit .ficon {
    width: 10px;
  }
}
.feedbackbox-sec1 .cont .item .lt .jut .li .fztit .ficon svg {
  width: 100%;
  float: left;
}
.feedbackbox-sec1 .cont .item .lt .jut .li .fztit .ficon svg path {
  fill: #999999;
}
.feedbackbox-sec1 .cont .item .lt .jut .li .fztext {
  display: none;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding-top: 8px;
  padding-left: 46px;
}
@media (max-width: 1580px) {
  .feedbackbox-sec1 .cont .item .lt .jut .li .fztext {
    font-size: 14px;
    line-height: 22px;
    padding-left: 38px;
  }
}
@media (max-width: 991px) {
  .feedbackbox-sec1 .cont .item .lt .jut .li .fztext {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .feedbackbox-sec1 .cont .item .lt .jut .li .fztext {
    padding-left: 26px;
  }
}
.feedbackbox-sec1 .cont .item .lt .jut .li.on span {
  color: #2cc6d0;
}
.feedbackbox-sec1 .cont .item .lt .jut .li.on .fztit .ficon {
  transform: rotate(180deg);
}
.feedbackbox-sec1 .cont .item .lt .jut .li.on .fztit .ficon svg path {
  fill: #2cc6d0;
}
@media (max-width: 767px) {
  .feedbackbox-sec1 .cont .item .lt .c-btn-box {
    display: none;
  }
}
.feedbackbox-sec1 .cont .item .gt {
  position: relative;
  width: 50.714%;
}
@media (max-width: 767px) {
  .feedbackbox-sec1 .cont .item .gt {
    width: 100%;
    display: none;
  }
}
.feedbackbox-sec1 .cont .item .gt .img {
  width: 100%;
  transition: all 0.4s;
}
.feedbackbox-sec1 .cont .item .gt .img img {
  width: 100%;
}
.feedbackbox-sec1 .cont .item .gt .jut {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1580px) {
  .feedbackbox-sec1 .cont .item .gt .jut {
    border-radius: 12px;
  }
}
.feedbackbox-sec1 .cont .item .gt .jut > .public-img {
  margin: 0.5rem 0;
  max-width: 549px;
}
.feedbackbox-sec1 .cont .item .gt .jut > .public-img::before {
  padding-top: 57.7%;
}
.feedbackbox-sec1 .cont .item .gt .jut > .public-img img {
  object-fit: contain;
}
.feedbackbox-sec1 .cont .item .gt .jut .fztit1 {
  display: flex;
  background-image: linear-gradient(-2deg, #2fb3bc 0%, #34c5cf 29%, #39d6e2 100%), linear-gradient(#2fb3bd, #2fb3bd);
  background-blend-mode: normal, 
                normal;
  width: 100%;
  padding: 13px 20px 12px;
}
@media (max-width: 1580px) {
  .feedbackbox-sec1 .cont .item .gt .jut .fztit1 {
    padding: 10px 18px;
  }
}
.feedbackbox-sec1 .cont .item .gt .jut .fztit1 span {
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(-64deg, rgba(245, 94, 102, 0.94) 0%, rgba(249, 131, 138, 0.94) 29%, rgba(253, 167, 174, 0.94) 100%), linear-gradient(#fc9197, #fc9197);
  background-blend-mode: normal, 
                  normal;
  box-shadow: 1px 1px 4px 0px rgba(249, 211, 131, 0.41);
  margin-right: 8px;
}
@media (max-width: 1580px) {
  .feedbackbox-sec1 .cont .item .gt .jut .fztit1 span {
    width: 8px;
    height: 8px;
    margin-right: 6px;
  }
}
.feedbackbox-sec1 .cont .item .gt .jut .fztit1 span:nth-child(2) {
  background-image: linear-gradient(-64deg, rgba(255, 200, 59, 0.94) 0%, rgba(255, 217, 116, 0.94) 29%, rgba(255, 233, 173, 0.94) 100%), linear-gradient(#f3bf5b, #f3bf5b);
  background-blend-mode: normal, 
                    normal;
}
.feedbackbox-sec1 .cont .item .gt .jut .fztit1 span:nth-child(3) {
  background-image: linear-gradient(-42deg, rgba(37, 182, 108, 0.94) 0%, rgba(102, 209, 153, 0.94) 29%, rgba(166, 236, 198, 0.94) 100%), linear-gradient(#78e24f, #78e24f);
  background-blend-mode: normal, 
                    normal;
}
.feedbackbox-sec1 .cont .item .gt .jut .nei {
  position: relative;
  background-color: #fff;
  padding: 6px;
  overflow: hidden;
}
.feedbackbox-sec1 .cont .item .gt .jut .nei .fz_video {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.feedbackbox-sec1 .cont .item .gt .jut .nei .fz_video:before {
  content: "";
  display: block;
  padding-bottom: 56.07476636%;
}
.feedbackbox-sec1 .cont .item .gt .jut .nei .fz_video video {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.feedbackbox-sec1 .cont .item .gt .jut .nei .fz_video .img1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.feedbackbox-sec1 .cont .item .gt .jut .nei .fz_video .img1 img {
  width: 100%;
  height: 100%;
}
.feedbackbox-sec1 .cont .item .gt .jut .nei .fz_video .fzicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .feedbackbox-sec1 .cont .item .gt .jut .nei .fz_video .fzicon {
    width: 0.84rem;
    height: 0.84rem;
  }
}
.feedbackbox-sec1 .cont .item .gt .jut .nei .fz_video .fzicon img {
  width: 0.3rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .feedbackbox-sec1 .cont .item .gt .jut .nei .fz_video .fzicon img {
    width: 0.4rem;
  }
}
.feedbackbox-sec1 .cont .item .gt .jut .nei .fz_video .fzicon:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(10px);
}
.feedbackbox-sec1 .cont .item .gt .jut .nei .fz_video .fzicon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scalef1 1.4s linear infinite;
}
.feedbackbox-sec1 .cont .item .gt .jut.on .nei .fz_video video {
  opacity: 1;
}
.feedbackbox-sec1 .cont .item .gt .jut.on .nei .fz_video .img1,
.feedbackbox-sec1 .cont .item .gt .jut.on .nei .fz_video .fzicon {
  opacity: 0;
  visibility: hidden;
}
.feedbackbox-sec1 .cont .item .gt .studybox2_cont {
  width: 100%;
}
.feedbackbox-sec1 .cont .item .gt .studybox2_cont .studybox2_page {
  width: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.2rem;
}
.feedbackbox-sec1 .cont .item .gt .studybox2_cont .studybox2_page span {
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  opacity: 0.7;
  margin: 0 5px;
}
.feedbackbox-sec1 .cont .item .gt .studybox2_cont .studybox2_page .swiper-pagination-bullet-active {
  background-color: #2cc6d0;
  opacity: 1;
}
.feedbackbox-sec1 .cont .item {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.feedbackbox-sec1 .cont .item.active1 {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.feedbackbox-sec2 {
  background-color: #f8fbff;
  position: relative;
  padding: 1.2rem 0;
}
.feedbackbox-sec2 .fzq_jut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.feedbackbox-sec2 .fzq_jut .circle {
  position: absolute;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.feedbackbox-sec2 .fzq_jut .circle:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.feedbackbox-sec2 .fzq_jut .yuan1 {
  opacity: 0.5;
  width: 30%;
  bottom: -0.8rem;
  left: -12%;
  -webkit-animation: trantale2 16s ease infinite;
  animation: trantale2 16s ease infinite;
  background-image: url(../images/shijianbagyuan1.png);
}
@media (max-width: 767px) {
  .feedbackbox-sec2 .fzq_jut .yuan1 {
    bottom: -0.6rem;
    width: 50%;
  }
}
.feedbackbox-sec2 .fzq_jut .yuan2 {
  width: 24%;
  background-image: url(../images/renzhengimgfz1.png);
  top: -0.8rem;
  right: -12%;
  -webkit-animation: trantale1 16s 1s ease infinite;
  animation: trantale1 16s 1s ease infinite;
}
@media (max-width: 767px) {
  .feedbackbox-sec2 .fzq_jut .yuan2 {
    top: -0.6rem;
    width: 40%;
    right: -20%;
  }
}
.feedbackbox-sec2 .fzq_jut .yuan3 {
  width: 7.552%;
  background-image: url(../images/shijianbagyuan2.png);
  right: 8%;
  top: 1.8rem;
  -webkit-animation: trantale1 16s 1s ease infinite;
  animation: trantale1 16s 1s ease infinite;
}
@media (max-width: 767px) {
  .feedbackbox-sec2 .fzq_jut .yuan3 {
    width: 18%;
    right: 10%;
    top: 2rem;
  }
}
.feedbackbox-sec2 .public-title {
  margin-bottom: 0.54rem;
}
.feedbackbox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.19rem;
}
@media (max-width: 767px) {
  .feedbackbox-sec2 .cont {
    margin: 0;
  }
}
.feedbackbox-sec2 .cont .item {
  width: 33.333%;
  padding: 0 0.19rem;
}
@media (max-width: 767px) {
  .feedbackbox-sec2 .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.36rem;
  }
  .feedbackbox-sec2 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.feedbackbox-sec2 .cont .item .list {
  background-color: #fff;
  border-radius: 15px;
  height: 100%;
  overflow: hidden;
}
.feedbackbox-sec2 .cont .item .list .img {
  border-radius: 15px;
  overflow: hidden;
  z-index: 2;
}
.feedbackbox-sec2 .cont .item .list .img:before {
  padding-top: 63.63636364%;
}
.feedbackbox-sec2 .cont .item .list .font {
  background-color: #fff;
  border-radius: 15px;
  margin-top: -1.16rem;
  position: relative;
  z-index: 2;
  padding: 0.34rem 0.36rem 0.46rem 0.3rem;
}
@media (max-width: 767px) {
  .feedbackbox-sec2 .cont .item .list .font {
    padding: 0.4rem 0.32rem;
  }
}
.feedbackbox-sec2 .cont .item .list .font .tit {
  width: 100%;
  font-weight: 500;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .feedbackbox-sec2 .cont .item .list .font .tit {
    margin-bottom: 8px;
  }
}
.feedbackbox-sec2 .cont .item .list .font .label {
  display: inline-block;
  color: #2cc6d0;
  font-size: 12px;
  padding: 8px 10px;
  background-color: rgba(28, 208, 219, 0.1);
  line-height: 1;
  border-radius: 13.5px;
  font-weight: 500;
  margin-bottom: 0.14rem;
}
.feedbackbox-sec2 .cont .item .list .font .text {
  width: 100%;
}
.feedbackbox-sec2 .cont .item .list .font .text .li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 14px;
}
.feedbackbox-sec2 .cont .item .list .font .text .li:last-child {
  margin-bottom: 0;
}
.feedbackbox-sec2 .cont .item .list .font .text .li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #12bfc2;
}
@media (max-width: 1580px) {
  .feedbackbox-sec2 .cont .item .list .font .text .li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .feedbackbox-sec2 .cont .item .list .font .text .li:before {
    width: 6px;
    height: 6px;
    top: 9px;
  }
}
.feedbackbox-sec3 {
  background-color: #fff;
  padding-bottom: 0;
}
/* End */
/* 人才测评系统 Asssesment Cloud */
.abilitbox-sec1 .public-title {
  margin-bottom: 0.64rem;
}
@media (max-width: 767px) {
  .abilitbox-sec1 .public-title .c-text {
    display: none;
  }
}
.abilitbox-sec1 .cont {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.abilitbox-sec1 .cont .jut {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -0.4rem;
}
@media (max-width: 767px) {
  .abilitbox-sec1 .cont .jut {
    margin: 0;
  }
}
.abilitbox-sec1 .cont .jut .lt,
.abilitbox-sec1 .cont .jut .gt {
  padding: 0 0.4rem;
}
@media (max-width: 767px) {
  .abilitbox-sec1 .cont .jut .lt,
  .abilitbox-sec1 .cont .jut .gt {
    padding: 0;
  }
}
.abilitbox-sec1 .cont .jut .lt {
  width: 60.4%;
}
@media (max-width: 767px) {
  .abilitbox-sec1 .cont .jut .lt {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.abilitbox-sec1 .cont .jut .lt .abilitbox1_cont {
  width: 100%;
}
.abilitbox-sec1 .cont .jut .lt .abilitbox1_cont .img:before {
  padding-top: 97.60273973%;
  padding-top: 100%;
}
.abilitbox-sec1 .cont .jut .lt .abilitbox1_cont .img img {
  object-fit: contain;
}
.abilitbox-sec1 .cont .jut .gt {
  width: 39.6%;
}
@media (max-width: 767px) {
  .abilitbox-sec1 .cont .jut .gt {
    width: 100%;
  }
}
.abilitbox-sec1 .cont .jut .gt .item {
  cursor: pointer;
  width: 100%;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(230, 230, 230, 0.8);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .abilitbox-sec1 .cont .jut .gt .item {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .abilitbox-sec1 .cont .jut .gt .item {
    margin-bottom: 0.36rem;
    padding-bottom: 0.36rem;
  }
}
.abilitbox-sec1 .cont .jut .gt .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.4s;
  width: 0;
  height: 2px;
  height: 1px;
  background-color: #2cc6d0;
}
.abilitbox-sec1 .cont .jut .gt .item .tit {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #333333;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .abilitbox-sec1 .cont .jut .gt .item .tit {
    margin-bottom: 2px;
  }
}
.abilitbox-sec1 .cont .jut .gt .item .tit i {
  display: block;
  opacity: 0;
  transition: all 0.4s;
  width: 10px;
  margin-left: 12px;
}
@media (max-width: 1580px) {
  .abilitbox-sec1 .cont .jut .gt .item .tit i {
    width: 8px;
    margin-left: 10px;
  }
}
.abilitbox-sec1 .cont .jut .gt .item .tit i svg {
  width: 100%;
  float: left;
  max-height: 100%;
}
.abilitbox-sec1 .cont .jut .gt .item .tit i svg path {
  fill: #2cc6d0;
}
.abilitbox-sec1 .cont .jut .gt .item .text {
  color: #999999;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}
.abilitbox-sec1 .cont .jut .gt .item .text span {
  display: block;
  position: relative;
  margin-right: 12px;
}
@media (max-width: 1580px) {
  .abilitbox-sec1 .cont .jut .gt .item .text span {
    margin-right: 8px;
  }
}
.abilitbox-sec1 .cont .jut .gt .item .text span:last-child {
  margin-right: 0;
}
.abilitbox-sec1 .cont .jut .gt .item .text span:last-child:before {
  display: none;
}
.abilitbox-sec1 .cont .jut .gt .item .text span:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 5px;
  height: 50%;
  width: 2px;
  background-color: #d6d6d6;
}
@media (max-width: 1580px) {
  .abilitbox-sec1 .cont .jut .gt .item .text span:before {
    margin-left: 3px;
  }
}
.abilitbox-sec1 .cont .jut .gt .item.on .tit,
.abilitbox-sec1 .cont .jut .gt .item:hover .tit {
  color: #2cc6d0;
}
.abilitbox-sec1 .cont .jut .gt .item.on .tit i,
.abilitbox-sec1 .cont .jut .gt .item:hover .tit i {
  opacity: 1;
}
.abilitbox-sec1 .cont .jut .gt .item.on:before,
.abilitbox-sec1 .cont .jut .gt .item:hover:before {
  width: 100%;
}
.abilitbox-sec2 .cont .item .list {
  background-color: #21c2d5;
  border-radius: 10px;
  position: relative;
}
.abilitbox-sec2 .cont .item .list .fzimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.06;
}
.abilitbox-sec2 .cont .item .list .fzimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abilitbox-sec2 .cont .item .list .font {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0.4rem 0.55rem 0.54rem;
  background-color: transparent;
}
.abilitbox-sec2 .cont .item .list .font .tit {
  color: #fff;
}
.abilitbox-sec2 .cont .item .list .font .text .li {
  color: #fff;
}
.abilitbox-sec2 .cont .item .list .font .text .li:before {
  background-color: #fff;
}
.abilitbox-sec2 .cont .item:nth-child(2n) .list {
  background-color: #33b0fb;
}
.abilitbox-sec2 .cont .item:nth-child(2n) .list .fzimg {
  opacity: 0.03;
}
.abilitbox-sec2 .cont .item:nth-child(3n) .list {
  background-color: #6da3ee;
}
.abilitbox-sec2 .cont .item:nth-child(3n) .list .fzimg {
  opacity: 0.04;
}
.abilitbox-sec2 .c-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.7rem;
}
.abilitbox-sec2 .c-btn-box .hm_but {
  border: 2px solid #2cc6d0;
}
.abilitbox-sec2 .c-btn-box .hm_but::before {
  background-color: #e6f2f4;
}
.abilitbox-sec2 .c-btn-box .hm_but:nth-child(2) {
  background-color: transparent;
  color: #2cc6d0;
  margin-left: 0.2rem;
  transition: width 0.4s linear, background-color 0.4s linear;
}
.abilitbox-sec2 .c-btn-box .hm_but:nth-child(2)::before {
  background-color: #2cc6d0;
}
.abilitbox-sec2 .c-btn-box .hm_but:nth-child(2) i svg path {
  fill: #2cc6d0;
}
.abilitbox-sec2 .c-btn-box .hm_but:nth-child(2):hover {
  color: #fff;
  background-color: #2cc6d0;
  transition: width 0.4s linear, background-color 0.4s 0.1s;
}
.abilitbox-sec2 .c-btn-box .hm_but:nth-child(2):hover i svg path {
  fill: #fff;
}
/* End */
/* 一体化 */
@media (min-width: 768px) {
}
.integrationbanner .logo1 {
  display: block;
  width: 1.48rem;
  overflow: hidden;
  margin-bottom: 0.22rem;
}
@media (max-width: 767px) {
  .integrationbanner .logo1 {
    margin-bottom: 0.32rem;
  }
}
.integrationbanner .logo1 img {
  float: left;
  width: 100%;
}
.integrationbanner .cont {
  padding: 1.12rem 0 0.32rem;
}
@media (max-width: 767px) {
  .integrationbanner .cont {
    padding: 1.2rem 0;
  }
}
@media (min-width: 768px) {
  .integrationbanner .cont .container2 .lt {
    padding-right: 1.9rem;
  }
}
@media (max-width: 767px) {
  .integrationbanner .cont .container2 .lt {
    margin-bottom: 0;
  }
}
.integrationbox-sec1 .cont {
  max-width: 100%;
}
@media (min-width: 768px) {
  .integrationbox-sec1 .cont .jut .lt {
    width: 44.57%;
  }
}
.integrationbox-sec1 .cont .jut .gt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .integrationbox-sec1 .cont .jut .gt {
    width: 55.43%;
  }
}
.integrationbox-sec1 .cont .jut .gt .item {
  width: calc(50% - 0.3rem);
}
@media (max-width: 767px) {
  .integrationbox-sec1 .cont .jut .gt .item {
    width: 100%;
  }
}
.integrationbox-sec2 {
  background-color: #f8fbff;
}
.integrationbox-sec2 .container2 {
  max-width: 1290px;
}
@media (min-width: 768px) {
  .integrationbox-sec2 .cont .item .lt {
    width: 53.48838%;
    padding-right: 1.72rem;
  }
  .integrationbox-sec2 .cont .item .gt {
    width: 46.51162%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .integrationbox-sec2 .cont .item .lt {
    padding-right: 1rem;
  }
}
.integrationbox-sec2 .cont .item .gt .jut {
  background-image: linear-gradient(-2deg, rgba(229, 241, 242, 0.51) 0%, rgba(242, 248, 249, 0.51) 29%, rgba(255, 255, 255, 0.51) 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
            normal;
  border-radius: 20px;
  box-shadow: 1px 1px 24px 0px rgba(175, 187, 203, 0.22);
}
.integrationbox-sec3 .cont {
  display: flex;
  justify-content: center;
}
.integrationbox-sec3 .cont .img {
  width: 100%;
  max-width: 1000px;
  border-radius: 10px;
  overflow: hidden;
}
.integrationbox-sec3 .cont .img:before {
  padding-top: 53.4%;
}
.integrationbox-sec4 {
  background-color: #f8fbff;
  padding: 0.8rem 0 0;
}
.integrationbox-sec4 .fz_cont {
  padding-bottom: 0.86rem;
}
.integrationbox-sec5 {
  background-color: #fff;
}
/* End */
/* 人才模型构建 */
.modelibox-sec1 {
  background-color: transparent;
  padding-bottom: 0;
}
.modelibox-sec1 .modelibox1_cont {
  width: 100%;
  margin-bottom: 0.46rem;
}
.modelibox-sec1 .modelibox1_cont .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.modelibox-sec1 .modelibox1_cont .swiper-wrapper .swiper-slide {
  height: auto;
}
.modelibox-sec1 .modelibox1_cont .jut {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
@media (max-width: 1580px) {
  .modelibox-sec1 .modelibox1_cont .jut {
    margin: 0 -8px;
  }
}
@media (max-width: 767px) {
  .modelibox-sec1 .modelibox1_cont .jut {
    margin: 0 -5px;
  }
}
.modelibox-sec1 .modelibox1_cont .jut .item {
  max-width: 50%;
  width: auto;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .modelibox-sec1 .modelibox1_cont .jut .item {
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .modelibox-sec1 .modelibox1_cont .jut .item {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
}
.modelibox-sec1 .modelibox1_cont .jut .item .li {
  background-color: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(180, 199, 225, 0.14);
  border-radius: 8px;
  padding: 0.18rem 0.3rem;
  padding-right: 0.4rem;
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .modelibox-sec1 .modelibox1_cont .jut .item .li {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .modelibox-sec1 .modelibox1_cont .jut .item .li {
    margin-bottom: 6px;
  }
}
.modelibox-sec1 .modelibox1_cont .jut .item .li i {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .modelibox-sec1 .modelibox1_cont .jut .item .li i {
    width: 0.56rem;
    height: 0.56rem;
  }
}
@media (max-width: 767px) {
  .modelibox-sec1 .modelibox1_cont .jut .item .li i {
    width: 0.68rem;
    height: 0.68rem;
  }
}
.modelibox-sec1 .modelibox1_cont .jut .item .li i img {
  width: 100%;
}
.modelibox-sec1 .modelibox1_cont .jut .item .li span {
  display: block;
  padding-left: 16px;
  width: calc(100% - 0.45rem);
}
@media (max-width: 1199px) {
  .modelibox-sec1 .modelibox1_cont .jut .item .li span {
    padding-left: 12px;
    width: calc(100% - 0.56rem);
  }
}
@media (max-width: 767px) {
  .modelibox-sec1 .modelibox1_cont .jut .item .li span {
    width: calc(100% - 0.68rem);
  }
}
.modelibox-sec1 .cont .item .list {
  box-shadow: 1px 0px 24px 0px rgba(110, 119, 131, 0.11);
}
.modelibox-sec1 .cont .item .list .font {
  padding: 0.25rem 0.3rem 0.3rem;
  padding-right: 0.4rem;
}
/* End */
@media (max-width: 767px) {
  .strShow .cont .item .gt {
    display: block;
  }
}
.strShow .cont .item .lt .jut .li.on span {
  color: #2cc6d0;
}
.strShow .cont .item .lt .jut .li.on .fztit .ficon {
  transform: rotate(180deg);
}
.strShow .cont .item .lt .jut .li.on .fztit .ficon svg path {
  fill: #2cc6d0;
}

.studybox-sec5 .cont .lt .nei .fz_video {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 387px;
}
@media (max-width: 767px) {
  .studybox-sec5 .cont .lt .nei .fz_video {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 196px;
}
  }
.studybox-sec5 .cont .lt .nei .fz_video:before {
  content: "";
  display: block;
  padding-bottom: 56.07476636%;
}
.studybox-sec5 .cont .lt .nei .fz_video video {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 99%;
}
.studybox-sec5 .cont .lt .nei .fz_video .img1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.studybox-sec5 .cont .lt .nei .fz_video .img1 img {
  width: 100%;
  height: 99%;
}
.studybox-sec5 .cont .lt .nei .fz_video .fzicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .studybox-sec5 .cont .lt .nei .fz_video .fzicon {
    width: 0.84rem;
    height: 0.84rem;
  }
}
.studybox-sec5 .cont .lt .nei .fz_video .fzicon img {
  width: 0.3rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .studybox-sec5 .cont .lt .nei .fz_video .fzicon img {
    width: 0.4rem;
  }
}
.studybox-sec5 .cont .lt .nei .fz_video .fzicon:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(10px);
}
.studybox-sec5 .cont .lt .nei .fz_video .fzicon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scalef1 1.4s linear infinite;
}
.studybox-sec5 .cont .lt.on .nei .fz_video video {
  opacity: 1;
}
.studybox-sec5 .cont .lt.on .nei .fz_video .img1,
.studybox-sec5 .cont .lt.on .nei .fz_video .fzicon {
  opacity: 0;
  visibility: hidden;
}