@charset "utf-8";
/*字体*/
/* @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: 'shuzi';
  src: url('../font/OPPOSans-M.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'din';
  src: url('../font/DIN-Light.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/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
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;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
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: 86%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container {
    width: 88%;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.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;
  }
}
.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;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.26rem;
  }
}
.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: 767px) {
  .font18 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font22 {
  font-size: 0.22rem;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font22 {
    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.34rem;
  }
}
.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.34rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font32 {
  font-size: 0.32rem;
}
@media (max-width: 1199px) {
  .font32 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font32 {
    font-size: 0.4rem;
  }
}
.font34 {
  font-size: 0.34rem;
}
@media (max-width: 1199px) {
  .font34 {
    font-size: 0.38rem;
  }
}
@media (max-width: 767px) {
  .font34 {
    font-size: 0.4rem;
  }
}
.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.4rem;
  }
}
@media (max-width: 767px) {
  .font40 {
    font-size: 0.42rem;
  }
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 1199px) {
  .font48 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font48 {
    font-size: 0.42rem;
  }
}
.font50 {
  font-size: 0.5rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .font50 {
    font-size: 0.44rem;
  }
}
.font54 {
  font-size: 0.54rem;
}
@media (max-width: 1199px) {
  .font54 {
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .font54 {
    font-size: 0.44rem;
  }
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 1199px) {
  .font60 {
    font-size: 0.54rem;
  }
}
@media (max-width: 767px) {
  .font60 {
    font-size: 0.48rem;
  }
}
.base_img {
  position: relative;
  overflow: hidden;
}
.base_img img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.base_img:before {
  content: "";
  display: block;
}
#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: #27dbe9;
}
#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: #27dbe9;
}
#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: #27dbe9;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 公共分页 */
.basepage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.basepage a,
.basepage span,
.basepage .f_fan {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #f1f1f1;
  color: #999999;
  margin: 0 6px 10px;
  flex-shrink: 0;
  transition: all 0.4s;
  float: left;
  font-size: 16px;
  margin: 0 5px 10px;
}
@media (max-width: 1580px) {
  .basepage a,
  .basepage span,
  .basepage .f_fan {
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .basepage a,
  .basepage span,
  .basepage .f_fan {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.basepage .active {
  border: 1px solid #333333;
  background-color: #333333;
  color: #fff;
}
.basepage .active:hover {
  color: #fff;
}
.basepage .f_fan {
  width: 72px;
  color: #27dbe9;
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 1580px) {
  .basepage .f_fan {
    width: 68px;
  }
}
@media (max-width: 767px) {
  .basepage .f_fan {
    width: 64px;
  }
}
.basepage .f_fan::-webkit-input-placeholder {
  color: #999999;
}
.basepage .f_fan::-ms-input-placeholder {
  color: #999999;
}
.basepage .prev,
.basepage .next {
  position: relative;
  color: #999999;
}
@media (max-width: 991px) {
}
.basepage .prev svg,
.basepage .next svg {
  width: 10px;
  height: 10px;
}
.basepage .prev svg path,
.basepage .next svg path {
  transition: all 0.4s;
  fill: #999999;
}
.basepage .prev:hover,
.basepage .next:hover {
  background-color: #27dbe9;
  border-color: #27dbe9;
}
.basepage .prev:hover svg path,
.basepage .next:hover svg path {
  fill: #ffffff;
}
.basepage .fan {
  width: auto;
  padding: 0 15px;
}
.basepage a:hover {
  border: 1px solid #27dbe9;
  background-color: #27dbe9;
  color: #fff;
}
/* 面包屑 */
.breadbox .fcont {
  display: flex;
  align-items: center;
  padding: 0.36rem 0;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .breadbox .fcont {
    padding: 12px 0;
  }
}
.breadbox .fcont a,
.breadbox .fcont span {
  transition: all 0.4s;
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  zoom: 1;
}
@media (max-width: 1580px) {
  .breadbox .fcont a,
  .breadbox .fcont span {
    font-size: 14px;
    line-height: 24px;
  }
}
.breadbox .fcont a img,
.breadbox .fcont span img {
  float: left;
  width: 18px;
}
@media (max-width: 1580px) {
  .breadbox .fcont a img,
  .breadbox .fcont span img {
    width: 16px;
  }
}
.breadbox .fcont span {
  margin: 0 16px;
  display: block;
}
@media (max-width: 1580px) {
  .breadbox .fcont span {
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  .breadbox .fcont span {
    margin: 0 6px;
  }
}
.breadbox .fcont a:hover {
  color: #333333;
}
.breadbox .fcont .on {
  color: #333333;
}
.breadbox .fcont a:last-child {
  color: #333333;
}
@media (max-width: 991px) {
  .breadbox .fcont a:last-child {
    max-width: 36%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .breadbox .fcont a:last-child {
    max-width: 30%;
  }
}
.breadbox .fcont .wofe {
  display: flex;
}
.breadbox .fcont .wofe .li {
  display: flex;
  align-items: flex-start;
  padding: 0 6px;
  border: 1px solid #4070f4;
  line-height: 24px;
  font-size: 14px;
  color: #27dbe9;
}
.breadbox .fcont .wofe .li a {
  line-height: 1;
}
/* 文本编辑详情页 */
.make-text {
  line-height: 1.66666667;
  color: #222222;
  font-size: 18px;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}
@media (max-width: 1580px) {
  .make-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1199px) {
  .make-text {
    line-height: 1.3;
  }
}
.make-text img {
  max-width: 100%;
}
.make-text table td {
  border: 1px solid #ddd;
}
.make-text ul,
.make-text li,
.make-text ol {
  list-style: inherit;
}
.make-text ul {
  padding-left: 20px;
}
.make-text video {
  width: auto;
  max-width: 100%;
  height: auto!important;
}
.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: #222222;
}
@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.34rem;
  }
}
@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: #222222;
}
@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;
}
/* 公共弹窗样式 */
.basealt {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 666;
  width: 100%;
  height: 100%;
}
.basealt .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.basealt .cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.basealt .cont .fclose {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  cursor: pointer;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .basealt .cont .fclose {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.basealt .cont .fclose svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.basealt .cont .fclose svg rect {
  transition: all 0.4s;
  fill: rgba(255, 255, 255, 0.2);
  stroke: #fff;
}
.basealt .cont .fclose svg path {
  fill: #ffffff;
}
.basealt .cont .fclose:hover svg rect {
  fill: #333333;
  stroke: #333333;
}
/* End */
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.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;
}
/* 导航 */
.hadheight {
  display: none;
  height: 100px;
}
@media (max-width: 1580px) {
  .hadheight {
    height: 80px;
  }
}
@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;
}
.hadbox-sec1 {
  transition: all 0.3s linear;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 100px;
  height: 100px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 {
    line-height: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 {
    line-height: 60px;
    height: 60px;
  }
}
.hadbox-sec1 .container {
  display: flex;
  justify-content: space-between;
  width: 94.8%;
  max-width: 1820px;
  height: 100%;
}
.hadbox-sec1 .lt {
  display: flex;
  align-items: center;
}
.hadbox-sec1 .lt .fz_logo {
  display: flex;
  overflow: hidden;
  height: 58px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .fz_logo {
    height: 54px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .lt .fz_logo {
    height: 0.68rem;
  }
}
@media (max-width: 567px) {
  .hadbox-sec1 .lt .fz_logo {
    height: 0.74rem;
  }
}
.hadbox-sec1 .lt .fz_logo img {
  float: left;
  height: 100%;
}
.hadbox-sec1 .lt .fz_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: #ffffff;
  font-size: 18px;
  position: relative;
  padding: 0 0.3rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 0.3rem;
  }
}
@media (max-width: 1580px) {
}
@media (max-width: 1580px) {
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox li .tit {
    padding: 0 12px;
  }
}
.hadbox-sec1 .f_navbox li .tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 10px;
  font-size: 13px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit i {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    font-size: 11px;
  }
}
.hadbox-sec1 .f_navbox li .tit i img,
.hadbox-sec1 .f_navbox li .tit i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .tit i img:nth-child(2),
.hadbox-sec1 .f_navbox li .tit i svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox li .tit i svg {
  max-width: 50%;
  max-height: 50%;
}
.hadbox-sec1 .f_navbox li .tit i svg path {
  fill: none;
  stroke: #ffffff;
}
.hadbox-sec1 .f_navbox li .tit:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  background-color: #27dbe9;
  height: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 2px;
  display: none;
}
@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%;
  transform: translateX(-50%);
  width: 180px;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #ffffff;
  line-height: 45px;
  text-align: center;
  border-radius: 0 0 15px 15px;
  padding: 0.12rem 0 0.16rem;
  margin-top: -1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  display: none;
}
.hadbox-sec1 .f_navbox li > ul > li a {
  font-size: 14px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  color: #666666;
}
.hadbox-sec1 .f_navbox li > ul > li a:hover {
  color: #27dbe9;
}
.hadbox-sec1 .f_navbox li:hover .tit span {
  color: #27dbe9;
}
.hadbox-sec1 .f_navbox li:hover .tit:after {
  width: 78%;
}
.hadbox-sec1 .f_navbox li:hover .fz_hover {
  visibility: visible;
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li:hover .fz_hover {
    line-height: 50px;
    height: 50px;
  }
}
.hadbox-sec1 .f_navbox li:hover .hover1 {
  display: block;
}
.hadbox-sec1 .f_navbox li.on .tit {
  font-weight: bold;
}
.hadbox-sec1 .f_navbox .f_nav_parant {
  position: inherit;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #ffffff;
  text-align: center;
  margin-top: -1px;
  display: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  line-height: 46px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul {
    line-height: 42px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li {
  margin-bottom: 0;
  margin: 0 0.26rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li a {
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 0 0.16rem;
  color: #666;
  font-size: 14px;
  position: relative;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background-color: #27dbe9;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li a:hover {
  color: #27dbe9;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li.on > a {
  color: #27dbe9;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li.on > a:before {
  width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  color: #333333;
  background-color: #ffffff;
  padding: 0.3rem 0 1.36rem;
  line-height: 1.4;
  display: none;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .container {
  max-width: 1600px;
  display: block;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt,
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt {
  padding: 0 0.15rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt {
  width: 14%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form {
  display: flex;
  padding: 8px 12px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #e7e7e7;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form {
    margin-bottom: 20px;
    padding: 6px 10px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut {
    width: 18px;
    height: 18px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut svg {
  width: 100%;
  max-height: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut svg path {
  fill: #9a9a9a;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form input {
  width: 80%;
  color: #666666;
  font-size: 14px;
  width: calc(100% - 20px);
  padding-left: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form input {
    padding-left: 12px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav {
  width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli {
  color: #000;
  user-select: none;
  -webkit-user-select: none;
  display: block;
  cursor: pointer;
  color: #666666;
  font-size: 16px;
  transition: all 0.4s;
  margin-bottom: 0.14rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli {
    font-size: 0.28rem;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.06rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  height: 2px;
  background-color: #27dbe9;
  width: 0;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli:hover {
  color: #222222;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .on {
  color: #222222;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .on span:before {
  width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt {
  width: 86%;
  padding-right: 2.3rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but {
  display: flex;
  align-items: center;
  color: #222222;
  margin-top: 0.06rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.22rem;
  border-bottom: 1px solid rgba(182, 182, 182, 0.3);
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  margin-left: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i {
    width: 10px;
    height: 10px;
    margin-left: 12px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i svg {
  width: 100%;
  max-height: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i svg path {
  fill: #222222;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent {
  position: relative;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li {
  margin-bottom: 0.5rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_tit {
  color: #222222;
  margin-bottom: 0.24rem;
  font-weight: bold;
  display: block;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_tit:hover {
  text-decoration: underline;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 {
  display: flex;
  flex-wrap: wrap;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli {
  display: block;
  width: 20%;
  font-size: 18px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  color: #666666;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli {
    font-size: 0.3rem;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli:hover {
  color: #222222;
  text-decoration: underline;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  padding: 0.4rem 0 0.6rem;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  display: none!important;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .container {
  max-width: 1282px;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 {
  width: 28.125%;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .ftit {
  display: block;
  color: #222222;
  font-family: 'shuzi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding: 4px 0.62rem 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .ftit {
    padding: 4px 0.62rem 12px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li {
  width: 100%;
  padding: 0 0.5rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 12px;
  color: #999999;
  transition: all 0.4s;
  border-bottom: 1px solid #e5e5e5;
  padding-right: 20px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi {
    padding: 12px 10px;
    padding-right: 16px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi i {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  transition: all 0.4s;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi i svg {
  width: 100%;
  max-height: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi i svg polygon {
  transition: all 0.4s;
  fill: #cdcdcd;
  stroke: #cdcdcd;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzitem1 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzitem3,
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzitem4 {
  border-right: none;
  display: none;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li.on > .fzzi {
  background-color: #f2f4f7;
  color: #083793;
  border-bottom-color: transparent;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li.on > .fzzi i svg path {
  fill: #083793;
  stroke: #083793;
}
.hadbox-sec1 .gt {
  display: flex;
  align-items: center;
}
.hadbox-sec1 .gt .f_lang {
  height: 100%;
  position: relative;
  margin-right: 0.36rem;
}
.hadbox-sec1 .gt .f_lang .la_tit {
  display: flex;
  transition: all 0.4s linear;
  color: #ffffff;
  user-select: none;
  -webkit-user-select: none;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_lang .la_tit {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_lang .la_tit {
    font-size: 0.26rem;
  }
}
.hadbox-sec1 .gt .f_lang .la_tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_lang .la_tit i {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_lang .la_tit i {
    width: 14px;
    height: 14px;
  }
}
.hadbox-sec1 .gt .f_lang .la_tit i svg {
  width: 100%;
  height: 100%;
}
.hadbox-sec1 .gt .f_lang .la_tit i svg path {
  fill: #ffffff;
  transition: all 0.4s linear;
}
.hadbox-sec1 .gt .f_lang .la_tit .f_icon {
  display: block;
  width: 10px;
  height: 6px;
  margin-left: 6px;
}
.hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
  transition: all 0.4s linear;
  fill: #ffffff;
}
.hadbox-sec1 .gt .f_lang .hover1 {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 120%;
  background-color: #ffffff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  line-height: 1.5;
  padding-bottom: 0.12rem;
  display: none;
}
.hadbox-sec1 .gt .f_lang .hover1 a {
  display: block;
  font-size: 12px;
  color: #555555;
  padding: 6px 10px;
  text-align: center;
}
.hadbox-sec1 .gt .f_lang .hover1 a:hover {
  color: #27dbe9;
  text-decoration: underline;
}
.hadbox-sec1 .gt .f_lang:hover .hover1 {
  display: block;
}
.hadbox-sec1 .gt .f_search {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_search {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_search {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.hadbox-sec1 .gt .f_search svg {
  width: 100%;
  height: 100%;
}
.hadbox-sec1 .gt .f_search svg path {
  transition: all 0.4s linear;
  fill: #ffffff;
}
.hadbox-sec1 .gt .fz_lang {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  margin-left: 0.6rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .fz_lang {
    height: 44px;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .gt .fz_lang {
    display: none;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .fz_lang {
    height: 0.66rem;
  }
}
.hadbox-sec1 .gt .fz_lang:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 1px solid #ffffff;
  opacity: 0.4;
}
.hadbox-sec1 .gt .fz_lang a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #f3f5f9;
  font-weight: bold;
  width: 48px;
  height: 48px;
  transition: all 0.4s;
  border-radius: 50%;
  border: solid 1px transparent;
  color: #ffffff;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .fz_lang a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .fz_lang a {
    font-size: 0.26rem;
  }
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .fz_lang a {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .fz_lang a {
    width: 0.66rem;
    height: 0.66rem;
    font-size: 0.22rem;
  }
}
.hadbox-sec1 .gt .fz_lang a.on {
  border-color: #ffffff;
}
.hadbox-sec1 .gt .fz_lang a:hover:not(.on) {
  color: #27dbe9;
}
.hadbox-sec1 .gt .qie {
  margin-left: 0.38rem;
}
@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: 90px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #27dbe9;
  border-radius: 4px;
  font-size: 14px;
}
.hadbox-sec2 .container .form {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
  margin-top: 0.34rem;
}
.hadbox-sec2 .container .form .f_sub,
.hadbox-sec2 .container .form .tx {
  height: 1rem;
}
.hadbox-sec2 .container .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 2.5rem);
  padding: 0 0.45rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int {
    width: calc(100% - 1.5rem);
  }
}
.hadbox-sec2 .container .form .int i {
  width: 0.38rem;
  display: block;
  overflow: hidden;
}
.hadbox-sec2 .container .form .int i img {
  float: left;
  width: 100%;
}
.hadbox-sec2 .container .form .int .tx {
  width: calc(100% - 0.38rem);
  padding: 0.2rem 0.44rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int .tx {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
  }
}
.hadbox-sec2 .container .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  color: #fff;
  background-color: #27dbe9;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .f_sub {
    width: 1.5rem;
    font-size: 0.28rem;
  }
}
.hadbox-sec2 .container .navbox {
  padding: 0.4rem 0;
  line-height: 60px;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul {
  height: calc(100% - 90px);
  margin-bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hadbox-sec2 .container .navbox > ul li {
  list-style: none;
}
.hadbox-sec2 .container .navbox > ul > li {
  border-bottom: 1px solid #ddd;
}
.hadbox-sec2 .container .navbox > ul > li .tit {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.hadbox-sec2 .container .navbox > ul > li .tit i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .navbox > ul > li .tit i {
    width: 16px;
    height: 16px;
  }
}
.hadbox-sec2 .container .navbox > ul > li .tit i img,
.hadbox-sec2 .container .navbox > ul > li .tit i svg {
  float: left;
  width: 100%;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul > li .tit i img path,
.hadbox-sec2 .container .navbox > ul > li .tit i svg path {
  fill: #333;
  stroke: none;
}
.hadbox-sec2 .container .navbox > ul > li ul {
  line-height: 35px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: none;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a {
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.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: 30px;
  display: none;
}
.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: #666;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:after,
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -13px;
  background-color: #999;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li ul > li.active > a i:before {
  opacity: 0;
}
.hadbox-sec2 .container .navbox > ul > li ul ul a {
  font-size: 14px;
}
.hadbox-sec2 .container .navbox > ul > li.active .tit i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li.on .tit {
  color: #27dbe9;
}
.hadbox-sec2 .container .fz_lang {
  position: relative;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  height: 48px;
}
@media (max-width: 1580px) {
  .hadbox-sec2 .container .fz_lang {
    height: 44px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .fz_lang {
    height: 0.66rem;
  }
}
.hadbox-sec2 .container .fz_lang:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 1px solid #999;
  opacity: 0.4;
}
.hadbox-sec2 .container .fz_lang a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  width: 48px;
  height: 48px;
  transition: all 0.4s;
  border-radius: 50%;
  border: solid 1px transparent;
  color: #333333;
}
@media (max-width: 1580px) {
  .hadbox-sec2 .container .fz_lang a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .fz_lang a {
    font-size: 0.26rem;
  }
}
@media (max-width: 1580px) {
  .hadbox-sec2 .container .fz_lang a {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .fz_lang a {
    width: 0.66rem;
    height: 0.66rem;
    font-size: 0.22rem;
  }
}
.hadbox-sec2 .container .fz_lang a.on {
  border-color: #333333;
}
.hadbox-sec2 .container .fz_lang a:hover:not(.on) {
  color: #27dbe9;
}
.hadbox-sec3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  color: #222222;
  display: none;
}
.hadbox-sec3 .container {
  padding: 0.6rem 0 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .hadbox-sec3 .container {
    padding-bottom: 0.6rem;
  }
}
.hadbox-sec3 .f_close {
  position: absolute;
  right: 0.8rem;
  top: 0.96rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_close {
    right: 0;
    top: 0.3rem;
    width: 16px;
    height: 16px;
  }
}
.hadbox-sec3 .f_close img {
  width: 100%;
  float: left;
}
.hadbox-sec3 .f_close img:nth-child(2) {
  display: none;
}
.hadbox-sec3 .f_close svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.hadbox-sec3 .f_close svg path {
  fill: #808080;
}
.hadbox-sec3 .f_close:hover {
  transform: rotate(90deg);
}
.hadbox-sec3 .f_cont {
  max-width: 1000px;
  margin: 0 auto;
}
.hadbox-sec3 .f_cont .fz_title {
  margin-bottom: 1.36rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .fz_title {
    margin-bottom: 0.6rem;
  }
}
.hadbox-sec3 .f_cont .f_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  margin-bottom: 0.36rem;
  border-bottom: 1px solid rgba(194, 194, 194, 0.15);
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .f_form {
    padding-bottom: 0.3rem;
  }
}
.hadbox-sec3 .f_cont .f_form input {
  width: calc(100% - 26px);
  padding-right: 0.26rem;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .f_form input {
    width: calc(100% - 0.36rem);
  }
}
.hadbox-sec3 .f_cont .f_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555555;
}
.hadbox-sec3 .f_cont .f_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555555;
}
.hadbox-sec3 .f_cont .f_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555555;
}
.hadbox-sec3 .f_cont .f_form .f_sub {
  overflow: hidden;
  width: 26px;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .f_form .f_sub {
    width: 0.36rem;
  }
}
.hadbox-sec3 .f_cont .f_form .f_sub img {
  float: left;
  width: 100%;
}
.hadbox-sec3 .f_cont .f_form .f_sub svg {
  width: 100%;
}
.hadbox-sec3 .f_cont .f_form .f_sub svg path {
  fill: #444444;
}
.hadbox-sec3 .f_cont .f_form .f_sub:hover svg path {
  fill: #27dbe9;
}
.hadbox-sec3 .f_cont .f_jut {
  display: flex;
  line-height: 24px;
  align-items: flex-start;
  line-height: 36px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .f_cont .f_jut {
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec3 .f_cont .f_jut {
    line-height: 26px;
  }
}
.hadbox-sec3 .f_cont .f_jut .name {
  fill: 0 0 auto;
  margin-top: 1px;
  display: block;
  padding-right: 0.2rem;
}
.hadbox-sec3 .f_cont .f_jut .f_list {
  fill: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
.hadbox-sec3 .f_cont .f_jut .f_list .li {
  margin-bottom: 10px;
  color: #555555;
  background-color: #f1f1f1;
  border-radius: 18px;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 0 0.22rem;
  margin-right: 0.16rem;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .f_cont .f_jut .f_list .li {
    border-radius: 16px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec3 .f_cont .f_jut .f_list .li {
    border-radius: 13px;
  }
}
.hadbox-sec3 .f_cont .f_jut .f_list .li:hover {
  color: #ffffff;
  background-color: #27dbe9;
}
.hadbox:hover .hadbox-sec1 {
  background-color: #ffffff;
  border-color: #dddddd;
}
.hadbox:hover .hadbox-sec1 .lt .fz_logo img {
  display: none;
}
.hadbox:hover .hadbox-sec1 .lt .fz_logo img:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit {
  color: #222222;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.on > .tit {
  color: #27dbe9;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.ac2 .tit {
  color: #999999;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.ac1 .tit {
  color: #222222;
}
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit {
  color: #222222;
}
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit i svg path,
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
  fill: #222222;
}
.hadbox:hover .hadbox-sec1 .gt .f_search svg path {
  fill: #444;
}
.hadbox:hover .hadbox-sec1 .gt .fz_lang:before {
  border-color: #999;
}
.hadbox:hover .hadbox-sec1 .gt .fz_lang a {
  color: #333333;
}
.hadbox:hover .hadbox-sec1 .gt .fz_lang a.on {
  border-color: #333333;
}
.hadbox:hover .hadbox-sec1 .gt .qie span {
  background-color: #333333;
}
.hadbox2 .hadbox-sec1 {
  background-color: #ffffff;
  border-color: #dddddd;
}
.hadbox2 .hadbox-sec1 .lt .fz_logo img {
  display: none;
}
.hadbox2 .hadbox-sec1 .lt .fz_logo img:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit {
  color: #222222;
}
.hadbox2 .hadbox-sec1 .f_navbox li.on > .tit {
  color: #27dbe9;
}
.hadbox2 .hadbox-sec1 .f_navbox li.ac2 .tit {
  color: #999999;
}
.hadbox2 .hadbox-sec1 .f_navbox li.ac1 .tit {
  color: #222222;
}
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit {
  color: #222222;
}
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit i svg path,
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
  fill: #222222;
}
.hadbox2 .hadbox-sec1 .gt .f_search svg path {
  fill: #444;
}
.hadbox2 .hadbox-sec1 .gt .fz_lang:before {
  border-color: #999;
}
.hadbox2 .hadbox-sec1 .gt .fz_lang a {
  color: #333333;
}
.hadbox2 .hadbox-sec1 .gt .fz_lang a.on {
  border-color: #333333;
}
.hadbox2 .hadbox-sec1 .gt .qie span {
  background-color: #333333;
}
/* End */
/* 底部 */
.fotbox {
  background-color: #171717;
}
.fotbox .f_fen {
  display: flex;
  flex-wrap: wrap;
}
.fotbox .f_fen .li {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.17rem;
}
@media (max-width: 991px) {
  .fotbox .f_fen .li {
    width: 0.72rem;
    height: 0.72rem;
  }
}
.fotbox .f_fen .li:last-child {
  margin-right: 0;
}
.fotbox .f_fen .li > img,
.fotbox .f_fen .li > svg {
  width: 62%;
  height: 52%;
}
@media (max-width: 767px) {
  .fotbox .f_fen .li > img,
  .fotbox .f_fen .li > svg {
    max-width: 80%;
    max-height: 70%;
  }
}
.fotbox .f_fen .li > img path,
.fotbox .f_fen .li > svg path {
  fill: #ffffff;
}
.fotbox .f_fen .li .f_hover1 {
  position: absolute;
  top: 100%;
  margin-top: 0.2rem;
  left: 50%;
  width: 120px;
  transform: translateX(-50%);
  display: none;
}
.fotbox .f_fen .li .f_hover1 img {
  width: 100%;
}
.fotbox .f_fen .li:hover .f_hover1 {
  display: block;
}
.fotbox-sec1 {
  padding: 0.5rem 0 0.7rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 {
    padding: 0.8rem 0;
  }
}
.fotbox-sec1 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.fotbox-sec1 .container .lt .f_logo {
  display: block;
  height: 58px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .container .lt .f_logo {
    height: 54px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .f_logo {
    height: 0.68rem;
  }
}
@media (max-width: 567px) {
  .fotbox-sec1 .container .lt .f_logo {
    height: 0.74rem;
  }
}
.fotbox-sec1 .container .lt .f_logo img {
  height: 100%;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt .f_fen {
    display: none;
  }
}
.fotbox-sec2 {
  padding: 0 0 0.88rem;
}
.fotbox-sec2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fotbox-sec2 .container .lt {
  width: 80.125%;
}
@media (max-width: 991px) {
  .fotbox-sec2 .container .lt {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .lt {
    width: 100%;
  }
}
.fotbox-sec2 .container .lt .f_navbox {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .lt .f_navbox {
    flex-wrap: wrap;
  }
}
.fotbox-sec2 .container .lt .f_navbox > li {
  width: 25%;
  padding-right: 0.22rem;
}
@media (min-width: 768px) {
  .fotbox-sec2 .container .lt .f_navbox > li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
.fotbox-sec2 .container .lt .f_navbox > li .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-top: 9px;
}
.fotbox-sec2 .container .lt .f_navbox > li .tit:first-child {
  margin-top: 0;
}
.fotbox-sec2 .container .lt .f_navbox > li .tit i {
  display: flex;
  width: 0.5rem;
  height: 0.26rem;
  transition: all 0.4s;
  justify-content: center;
  align-items: center;
}
.fotbox-sec2 .container .lt .f_navbox > li .tit i svg,
.fotbox-sec2 .container .lt .f_navbox > li .tit i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fotbox-sec2 .container .lt .f_navbox > li .tit i svg path,
.fotbox-sec2 .container .lt .f_navbox > li .tit i img path {
  fill: #ffffff;
}
@media (min-width: 768px) {
  .fotbox-sec2 .container .lt .f_navbox > li .tit i {
    display: none;
  }
  .fotbox-sec2 .container .lt .f_navbox > li .tit:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fotbox-sec2 .container .lt .f_navbox > li .tit span {
    font-size: 14px;
  }
}
.fotbox-sec2 .container .lt .f_navbox > li ul {
  padding-top: 14px;
  width: 100%;
}
.fotbox-sec2 .container .lt .f_navbox > li ul li {
  margin-top: 4px;
}
.fotbox-sec2 .container .lt .f_navbox > li ul li a {
  color: #666666;
  color: #fff;
  transition: all 0.4s;
}
.fotbox-sec2 .container .lt .f_navbox > li ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .lt .f_navbox > li {
    padding-right: 0;
    width: 100%;
  }
  .fotbox-sec2 .container .lt .f_navbox > li .tit {
    margin-top: 0.4rem;
  }
  .fotbox-sec2 .container .lt .f_navbox > li .tit:first-child {
    margin-top: 0.4rem;
  }
  .fotbox-sec2 .container .lt .f_navbox > li ul {
    display: none;
  }
  .fotbox-sec2 .container .lt .f_navbox > li ul li {
    margin-bottom: 0.3rem;
  }
}
.fotbox-sec2 .container .lt .f_navbox > li.on .tit i {
  transform: rotate(90deg);
}
.fotbox-sec2 .container .gt {
  width: 19.875%;
  display: none;
}
@media (max-width: 991px) {
  .fotbox-sec2 .container .gt {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .gt {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.fotbox-sec2 .container .gt .f_cont {
  display: flex;
  align-items: center;
  width: 100%;
}
.fotbox-sec2 .container .gt .f_cont i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #41d6ec;
  background-image: linear-gradient(45deg, #41d6ec 0%, #27b2f5 100%);
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fotbox-sec2 .container .gt .f_cont i {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .gt .f_cont i {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.fotbox-sec2 .container .gt .f_cont i svg,
.fotbox-sec2 .container .gt .f_cont i img {
  width: 35%;
  height: 35%;
  object-fit: contain;
}
.fotbox-sec2 .container .gt .f_cont i svg path,
.fotbox-sec2 .container .gt .f_cont i img path {
  fill: #ffffff;
}
.fotbox-sec2 .container .gt .f_cont .font {
  width: 60%;
  width: calc(100% - 0.6rem);
  padding-left: 0.18rem;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .gt .f_cont .font {
    padding-left: 0.32rem;
    width: calc(100% - 1.1rem);
  }
}
.fotbox-sec2 .container .gt .f_cont .font .name {
  color: #666666;
}
.fotbox-sec2 .container .gt .f_cont .font .f_tel {
  color: #ffffff;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fotbox-sec2 .container .gt .f_cont .font {
    width: calc(100% - 0.5rem);
  }
  .fotbox-sec2 .container .gt .f_cont .font .name {
    font-size: 0.18rem;
  }
  .fotbox-sec2 .container .gt .f_cont .font .f_tel {
    font-size: 0.24rem;
  }
}
.fotbox-sec2 .f_fen {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .fotbox-sec2 .f_fen {
    display: none;
  }
}
.fotbox-sec3 {
  border-top: 1px solid #242424;
}
.fotbox-sec3 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.26rem 0;
}
@media (max-width: 767px) {
  .fotbox-sec3 .container {
    padding: 0.36rem 0 0.42rem;
  }
}
.fotbox-sec3 .container .lt {
  overflow: hidden;
}
@media (max-width: 991px) {
  .fotbox-sec3 .container .lt {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-top: 0.26rem;
    order: 1;
  }
}
.fotbox-sec3 .container .lt a,
.fotbox-sec3 .container .lt p {
  color: #888888;
  font-size: 14px;
  display: inline-block;
  line-height: 1.42857143;
  transition: all 0.4s linear;
}
@media (max-width: 1580px) {
  .fotbox-sec3 .container .lt a,
  .fotbox-sec3 .container .lt p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec3 .container .lt a,
  .fotbox-sec3 .container .lt p {
    font-size: 0.26rem;
  }
}
.fotbox-sec3 .container .lt a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.fotbox-sec3 .container .lt .li {
  display: inline-block;
  /* color: #ffffff; */
  transition: all 0.4s linear;
  margin-right: 0.14rem;
}
.fotbox-sec3 .container .lt .li:last-child {
  margin-right: 0;
}
.fotbox-sec3 .container .lt .li:nth-last-child(3) {
  margin-left: 0.14rem;
}
.fotbox-sec3 .container .lt .li:hover {
  text-decoration: underline;
}
.fotbox-sec3 .container .gt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .fotbox-sec3 .container .gt {
    width: 100%;
    justify-content: center;
  }
}
.fotbox-sec3 .container .gt .f_blogroll {
  position: relative;
}
.fotbox-sec3 .container .gt .f_blogroll .f_tit {
  display: flex;
  align-items: center;
  padding: 3px;
  background-color: #2f2f2f;
  border-radius: 24px;
  width: 2.06rem;
  justify-content: space-between;
  color: #999999;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  z-index: 2;
  position: relative;
}
@media (max-width: 1580px) {
  .fotbox-sec3 .container .gt .f_blogroll .f_tit {
    width: 2.46rem;
  }
}
@media (max-width: 767px) {
  .fotbox-sec3 .container .gt .f_blogroll .f_tit {
    width: 2.8rem;
  }
}
.fotbox-sec3 .container .gt .f_blogroll .f_tit span {
  flex: 1 1 auto;
  padding: 0.08rem 0.36rem;
}
.fotbox-sec3 .container .gt .f_blogroll .f_tit i {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background-color: #4a4a4a;
}
.fotbox-sec3 .container .gt .f_blogroll .f_tit i:before,
.fotbox-sec3 .container .gt .f_blogroll .f_tit i:after {
  display: block;
  content: "";
  background-color: #727272;
  width: 33.33333333%;
  height: 2px;
}
.fotbox-sec3 .container .gt .f_blogroll .f_tit i:after {
  transform: rotate(90deg);
  margin-top: -2px;
  transition: all 0.4s;
}
.fotbox-sec3 .container .gt .f_blogroll .hover1 {
  position: absolute;
  left: 0;
  bottom: 60%;
  width: 100%;
  background-color: #4a4a4a;
  padding-bottom: 0.3rem;
  padding-top: 0.16rem;
  border-radius: 10px 10px 0 0;
  display: none;
}
.fotbox-sec3 .container .gt .f_blogroll .hover1 a {
  display: block;
  text-align: center;
  color: #333333;
  color: #ffffff;
  transition: all 0.4s;
  padding: 0.08rem 0.24rem;
}
.fotbox-sec3 .container .gt .f_blogroll .hover1 a:hover {
  color: #27dbe9;
}
.fotbox-sec3 .container .gt .f_blogroll.on .f_tit i:after {
  opacity: 0;
}
/* End */
/* 首页banner */
.bannerbox .swiper-slide {
  overflow: hidden;
}
.bannerbox .bag {
  width: 100%;
  height: 100vh;
  position: relative;
}
.bannerbox .bag:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/bagimgfz1.png) no-repeat left top / cover;
}
.bannerbox .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .bannerbox .bag img {
    display: none;
  }
  .bannerbox .bag img:nth-child(2) {
    display: block;
  }
}
.bannerbox .cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}
.bannerbox .cont .f_tit {
  color: #ffffff;
  font-weight: bold;
  font-size: 0.44rem;
  line-height: 1.203125;
  margin-bottom: 0.94rem;
}
@media (max-width: 767px) {
  .bannerbox .cont .f_tit {
    font-size: 0.44rem;
  }
}
.bannerbox .cont .f_tit strong {
  color: rgba(255, 255, 255, 0.7);
}
.bannerbox .cont .f_tit span {
  padding: 0 0.2rem;
  margin: 0 0.1rem;
  -webkit-background-clip: text;
  /* 将背景颜色应用于文本 */
  -webkit-text-fill-color: transparent;
  /* 使文本颜色透明，以便显示背景颜色 */
  background-image: linear-gradient(to right, #4ae6f9, #35c8f8);
  /* 设置渐变方向和颜色 */
  position: relative;
}
.bannerbox .cont .f_tit span:before {
  content: "";
  display: block;
  position: absolute;
  top: 8%;
  left: 0;
  width: 100%;
  height: 90%;
  background: url(../images/jianbimgfaz1.png) no-repeat center / 100% 100%;
}
.bannerbox .cont .but {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.bannerbox .cont .but span {
  transition: all 0.4s;
}
.bannerbox .cont .but i {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.22rem;
  flex: 0 0 auto;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .bannerbox .cont .but i {
    width: 0.78rem;
    height: 0.78rem;
    margin-right: 0.3rem;
  }
}
.bannerbox .cont .but i:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.bannerbox .cont .but i img,
.bannerbox .cont .but i svg {
  position: relative;
  width: 23.33333333;
  height: 23.33333333;
}
.bannerbox .cont .but i img path,
.bannerbox .cont .but i svg path {
  fill: #c3c9d5;
  transition: all 0.4s;
}
.bannerbox .cont .but:hover span {
  opacity: 0.9;
}
.bannerbox .cont .but:hover i:before {
  transform: translate(-50%, -50%) translateZ(0) scale(1.1);
}
@media (max-width: 767px) {
  .bannerbox .cont {
    text-align: center;
  }
  .bannerbox .cont .but {
    justify-content: center;
  }
}
.bannerbox .cont2 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.bannerbox .cont2 .container .font {
  width: 48%;
}
@media (max-width: 767px) {
  .bannerbox .cont2 .container .font {
    width: 100%;
    order: 1;
  }
}
.bannerbox .cont2 .container .font .f_tit {
  margin-bottom: 0.22rem;
}
.bannerbox .cont2 .container .font .f_text {
  color: #fff;
  line-height: 1.33333333;
  margin-bottom: 0.72rem;
  max-width: 430px;
}
@media (max-width: 767px) {
  .bannerbox .cont2 .container .font .f_text {
    max-width: 100%;
    margin-bottom: 0.4rem;
  }
}
.bannerbox .cont2 .container .f_img {
  width: 50%;
}
@media (max-width: 767px) {
  .bannerbox .cont2 .container .f_img {
    width: 100%;
  }
}
.bannerbox .cont2 .container .f_img:before {
  padding-top: 83.27721661%;
}
.bannerbox .f_item1 .cont .f_xian {
  width: 100%;
  overflow: hidden;
  width: 0;
  position: absolute;
  bottom: -1.56rem;
  left: 0;
}
@media (min-width: 1921px) {
  .bannerbox .f_item1 .cont .f_xian {
    display: none;
  }
}
@media (max-width: 767px) {
  .bannerbox .f_item1 .cont .f_xian {
    display: none;
  }
}
.bannerbox .f_item1 .cont .f_xian img {
  width: 12.09rem;
}
.bannerbox .f_item2 .bag:after {
  opacity: 0.4;
}
.bannerbox .f_item2 .cont .f_jt {
  width: 80%;
  width: 76%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .bannerbox .f_item2 .cont .f_jt {
    width: 100%;
  }
}
.bannerbox .f_item2 .cont .f_jt .font {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .bannerbox .f_item2 .cont .f_jt .font {
    padding: 0 0.4rem;
  }
}
.bannerbox .f_item2 .cont .f_jt .font .f_wen {
  position: relative;
  z-index: 1;
  width: 39%;
  width: 30%;
  margin-left: 1.4rem;
}
@media (max-width: 1199px) {
  .bannerbox .f_item2 .cont .f_jt .font .f_wen {
    margin-left: 0;
    width: 42%;
  }
}
.bannerbox .f_item2 .cont .f_jt .font .f_wen:last-child {
  margin-bottom: 0;
  align-self: flex-end;
  width: 32%;
  margin-left: 0;
}
.bannerbox .f_item2 .cont .f_jt .font .f_wen:last-child .f_tit {
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .bannerbox .f_item2 .cont .f_jt .font .f_wen:last-child .f_tit {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .bannerbox .f_item2 .cont .f_jt .font .f_wen:last-child .f_tit {
    font-size: 0.42rem;
  }
}
@media (max-width: 767px) {
  .bannerbox .f_item2 .cont .f_jt .font .f_wen {
    width: 100%;
    top: 0;
    margin-bottom: 0.1rem;
    order: 1;
    margin-left: 0;
    text-align: center;
  }
  .bannerbox .f_item2 .cont .f_jt .font .f_wen .f_tit {
    font-size: 0.26rem;
  }
  .bannerbox .f_item2 .cont .f_jt .font .f_wen:last-child {
    margin-right: 0;
    text-align: center;
    left: 0;
    width: 100%;
    line-height: 1.33333333;
    font-weight: normal;
    font-size: 0.26rem;
  }
  .bannerbox .f_item2 .cont .f_jt .font .f_wen:last-child .f_tit {
    font-size: 0.26rem;
    font-weight: normal;
  }
}
.bannerbox .f_item2 .cont .f_jt .font .f_wen .f_tit {
  font-weight: normal;
  font-size: 0.22rem;
}
@media (max-width: 1580px) {
  .bannerbox .f_item2 .cont .f_jt .font .f_wen .f_tit {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .bannerbox .f_item2 .cont .f_jt .font .f_wen .f_tit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .bannerbox .f_item2 .cont .f_jt .font .f_wen .f_tit {
    font-size: 0.3rem;
  }
}
.bannerbox .f_item2 .cont .f_jt .font .f_wen .f_tx {
  line-height: 1.28571429;
  margin-bottom: 0.6rem;
  color: #ffffff;
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .bannerbox .f_item2 .cont .f_jt .font .f_wen .f_tx {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .bannerbox .f_item2 .cont .f_jt .font .f_wen .f_tx {
    font-size: 0.42rem;
  }
}
@media (max-width: 767px) {
  .bannerbox .f_item2 .cont .f_jt .font .f_wen .f_tx {
    margin-bottom: 0.24rem;
  }
}
.bannerbox .f_item2 .cont .f_jt .font .f_img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 112.784%;
  width: 62.794%;
  width: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .bannerbox .f_item2 .cont .f_jt .font .f_img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
  }
}
.bannerbox .f_item2 .cont .f_jt .font .f_img:before {
  padding-top: 83.27721661%;
}
.bannerbox .f_item2 .cont .f_jt .but {
  justify-content: flex-start;
  margin-top: 0.5rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .bannerbox .f_item2 .cont .f_jt .but {
    justify-content: center;
  }
}
.bannerbox .f_item3 .cont .f_tit {
  margin-bottom: 0.43rem;
}
.bannerbox .f_item3 .cont .f_text {
  color: #ffffff;
  line-height: 1.33333333;
  margin-bottom: 0.67rem;
}
@media (max-width: 767px) {
  .bannerbox .f_item3 .cont .f_text {
    font-size: 0.26rem;
  }
}
.bannerbox .qie {
  position: absolute;
  bottom: 0.38rem;
  left: 0;
  width: 100%;
  z-index: 2;
}
.bannerbox .qie .container {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .bannerbox .qie .container {
    justify-content: center;
  }
}
.bannerbox .qie .container .f_play {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  margin-right: 0.18rem;
  background-color: #27dbe9;
}
@media (max-width: 1580px) {
  .bannerbox .qie .container .f_play {
    width: 0.46rem;
    height: 0.46rem;
  }
}
@media (max-width: 767px) {
  .bannerbox .qie .container .f_play {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.bannerbox .qie .container .f_play img {
  width: 38.88888889%;
  height: 38.88888889%;
  object-fit: contain;
}
.bannerbox .qie .container .f_play img:nth-child(2) {
  display: none;
}
.bannerbox .qie .container .f_play.on img {
  display: none;
}
.bannerbox .qie .container .f_play.on img:nth-child(2) {
  display: block;
}
.bannerbox .qie .container .f_huan {
  display: flex;
  align-items: center;
  position: relative;
}
.bannerbox .qie .container .f_huan .bannerbox_prev {
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .bannerbox .qie .container .f_huan .bannerbox_prev {
    margin-right: 0.5rem;
  }
}
.bannerbox .qie .container .f_huan .bannerbox_prev,
.bannerbox .qie .container .f_huan .bannerbox_next {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 0;
  background: none;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
}
.bannerbox .qie .container .f_huan .bannerbox_prev svg,
.bannerbox .qie .container .f_huan .bannerbox_next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bannerbox .qie .container .f_huan .bannerbox_prev svg path,
.bannerbox .qie .container .f_huan .bannerbox_next svg path {
  fill: #ffffff;
}
.bannerbox .qie .container .bannerbox_pagin {
  font-size: 14px;
  position: relative;
  bottom: 0;
  left: 0;
  margin: 0;
  width: auto;
  color: #ffffff;
  margin-left: 18px;
}
@media (max-width: 1580px) {
  .bannerbox .qie .container .bannerbox_pagin {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .bannerbox .qie .container .bannerbox_pagin {
    font-size: 0.26rem;
  }
}
@media (max-width: 1580px) {
  .bannerbox .qie .container .bannerbox_pagin {
    margin-left: 14px;
  }
}
.widthHm {
  -webkit-animation-name: widthHm;
  animation-name: widthHm;
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2rem, 0, 0);
    transform: translate3d(-2rem, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2rem, 0, 0);
    transform: translate3d(-2rem, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2rem, 0, 0);
    transform: translate3d(2rem, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2rem, 0, 0);
    transform: translate3d(2rem, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes widthHm {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes widthHm {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* End */
/* 首页 */
.hm_tit {
  margin-bottom: 0.46rem;
}
.hm_tit .xian {
  display: block;
  width: 0.6rem;
  height: 4px;
  background-image: linear-gradient(90deg, #41d6ec 0%, #27b2f5 100%);
  border-radius: 2px;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .hm_tit .xian {
    width: 0.8rem;
    display: none;
  }
}
.hm_tit .f_tit {
  color: #222222;
  font-weight: bold;
  line-height: 1.08333333;
}
.hm_but {
  display: flex;
  align-items: center;
  color: #00a1e6;
  transition: all 0.4s;
  font-weight: bold;
}
.hm_but i {
  width: 0.48rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.13rem;
  transition: all 0.4s;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .hm_but i {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.22rem;
  }
}
.hm_but i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00a1e6;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.hm_but i img,
.hm_but i svg {
  position: relative;
  width: 25;
  height: 25;
}
.hm_but i img path,
.hm_but i svg path {
  fill: #fff;
  transition: all 0.4s;
}
.hm_but:hover {
  color: #27dbe9;
}
.hm_but:hover i:before {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: #27dbe9;
}
.hm-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
@media (max-width: 767px) {
  .hm-sec1 .cont {
    margin: 0;
  }
}
.hm-sec1 .cont .item {
  width: 50%;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .hm-sec1 .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.hm-sec1 .cont .item:last-child {
  margin-bottom: 0;
}
.hm-sec1 .cont .item .list {
  display: block;
  position: relative;
  z-index: 32;
  border-radius: 0.1rem;
  overflow: hidden;
}
.hm-sec1 .cont .item .list .img {
  width: 100%;
  padding-top: 50.63291139%;
}
.hm-sec1 .cont .item .list .img:before,
.hm-sec1 .cont .item .list .img:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  z-index: 2;
}
.hm-sec1 .cont .item .list .img:after {
  background: url(../images/kexueimgfaz1.png) no-repeat left top / auto 100%;
}
@media (max-width: 767px) {
  .hm-sec1 .cont .item .list .img:after {
    background-size: 54% 100%;
  }
}
.hm-sec1 .cont .item .list .img:before {
  opacity: 0;
  background: url(../images/kexueimgfaz2.png) no-repeat left top / auto 100%;
}
@media (max-width: 767px) {
}
.hm-sec1 .cont .item .list .font {
  position: absolute;
  left: 0;
  top: 0;
  width: 41.518%;
  height: 100%;
  padding: 0.3rem 0.4rem 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  z-index: 2;
}
@media (max-width: 991px) {
  .hm-sec1 .cont .item .list .font {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .cont .item .list .font {
    width: 100%;
  }
}
.hm-sec1 .cont .item .list .font .f_tit {
  font-weight: bold;
}
.hm-sec1 .cont .item .list .font .f_icon {
  width: 0.72rem;
  height: 0.72rem;
  display: flex;
  transition: all 0.4s;
  align-items: center;
}
.hm-sec1 .cont .item .list .font .f_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .hm-sec1 .cont .item .list:hover .font .f_icon {
    transform: scale(0.85);
  }
  .hm-sec1 .cont .item .list:hover .img img {
    transform: scale(1.04);
  }
  .hm-sec1 .cont .item .list:hover .img:after {
    opacity: 0;
  }
  .hm-sec1 .cont .item .list:hover .img:before {
    opacity: 0.94;
  }
}
.hm-sec2 {
  background-color: #f5f8fa;
  overflow: hidden;
}
.hm-sec2 .cont .item {
  position: relative;
  display: block;
  transition: padding 0.4s linear, background 0.4s linear;
  border-bottom: 1px solid #e2e5e7;
  padding: 0.3rem 0;
}
.hm-sec2 .cont .item:first-child {
  border-top: 1px solid #e2e5e7;
}
.hm-sec2 .cont .item:before,
.hm-sec2 .cont .item:after {
  content: "";
  display: block;
  transition: all 0.4s linear;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  opacity: 0;
  background-color: #ffffff;
}
.hm-sec2 .cont .item:before {
  right: 100%;
}
.hm-sec2 .cont .item:after {
  left: 100%;
}
.hm-sec2 .cont .item .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hm-sec2 .cont .item .list .lt {
  width: 15%;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .item .list .lt {
    width: 100%;
    order: 0;
  }
  .hm-sec2 .cont .item .list .lt:nth-child(3) {
    order: 2;
    margin-top: 0.2rem;
  }
}
.hm-sec2 .cont .item .list .lt .f_tit {
  width: 100%;
  line-height: 34px;
  color: #999999;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .item .list .lt .f_tit {
    font-size: 0.32rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) and (max-width: 1199px) {
  .hm-sec2 .cont .item .list .lt .f_tit {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .hm-sec2 .cont .item .list .lt .f_tit {
    font-size: 0.4rem;
  }
}
@media (min-width: 768px) {
  .hm-sec2 .cont .item .list .lt .but {
    transform: translateZ(0);
    /* 触发硬件加速 */
  }
  .hm-sec2 .cont .item .list .lt .but .hm_but {
    padding-top: 0.25rem;
  }
}
.hm-sec2 .cont .item .list .gt {
  width: 85%;
  padding-left: 25%;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .item .list .gt {
    width: 100%;
    padding-left: 0;
  }
  .hm-sec2 .cont .item .list .gt:nth-child(1) {
    order: 1;
  }
}
.hm-sec2 .cont .item .list .gt .f_xian {
  transition: all 0.4s linear;
  width: 100%;
  height: 0.6rem;
  background-color: #b5e4f8;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .item .list .gt .f_xian {
    display: none;
  }
}
.hm-sec2 .cont .item .list .gt .f_xian span {
  width: 89.583%;
  border-radius: 0.1rem;
  display: flex;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  height: 100%;
  background-image: linear-gradient(90deg, #00a1e6 0%, #58cdff 100%);
  align-items: center;
}
.hm-sec2 .cont .item .list .gt .f_text {
  color: #222222;
  transform: translateZ(0);
  /* 触发硬件加速 */
}
@media (min-width: 768px) {
  .hm-sec2 .cont .item .list .gt .f_text {
    padding-top: 0.25rem;
  }
}
@media (min-width: 1200px) {
}
.hm-sec2 .cont .item .list .gt .f_text .name {
  color: #999999;
}
@media (min-width: 1200px) {
  .hm-sec2 .cont .item.on {
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 0.6rem 0;
  }
  .hm-sec2 .cont .item.on:before,
  .hm-sec2 .cont .item.on:after {
    opacity: 1;
  }
  .hm-sec2 .cont .item.on .list .lt .f_tit {
    font-size: 0.32rem;
    color: #333333;
  }
  .hm-sec2 .cont .item.on .list .gt .f_xian span {
    box-shadow: 0px 0px 50px 0px rgba(0, 161, 230, 0.45);
  }
  .hm-sec2 .cont .item.on .list .but {
    height: 0.73rem;
  }
  .hm-sec2 .cont .item.on .list .f_text {
    height: calc(1.5em + 0.26rem);
  }
}
@media (min-width: 1200px) and (max-width: 1199px) {
  .hm-sec2 .cont .item.on .list .lt .f_tit {
    font-size: 0.36rem;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .hm-sec2 .cont .item.on .list .lt .f_tit {
    font-size: 0.4rem;
  }
}
@media (min-width: 768px) {
  .hm-sec2 .cont .item:nth-child(2n) .list .gt {
    padding-left: 0;
  }
  .hm-sec2 .cont .item:nth-child(2n) .list .gt .f_xian {
    background-color: #c5f5fa;
    width: 29.41176471%;
  }
  .hm-sec2 .cont .item:nth-child(2n) .list .gt .f_xian span {
    background-image: linear-gradient(90deg, #00d1e0 0%, #4eedf9 100%);
  }
  .hm-sec2 .cont .item:nth-child(2n).on .list .gt .f_xian {
    box-shadow: 0px 0px 50px 0px rgba(0, 209, 224, 0.3);
  }
}
.hm-sec3 {
  position: relative;
}
.hm-sec3 .bag {
  width: 100%;
  background-color: #263856;
  height: 100vh;
}
@media (max-width: 991px) {
  .hm-sec3 .bag {
    height: 70vh;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .bag {
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.hm-sec3 .bag:before {
  padding-top: 50.52083333%;
}
.hm-sec3 .bag img {
  opacity: 0.75;
}
@media (max-width: 767px) {
  .hm-sec3 .bag img {
    opacity: 0.5;
  }
}
.hm-sec3 .cont {
  position: relative;
  padding: 1.4rem 0 1rem;
}
@media (min-width: 768px) {
  .hm-sec3 .cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .cont {
    padding: 1rem 0 6rem;
  }
}
.hm-sec3 .cont .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.hm-sec3 .cont .container .hm_tit .f_tit {
  color: #ffffff;
}
.hm-sec3 .cont .container .f_jt {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.hm-sec3 .cont .container .f_jt .item {
  width: 25%;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .hm-sec3 .cont .container .f_jt .item {
    width: 50%;
    margin-bottom: 0.2rem;
  }
}
.hm-sec3 .cont .container .f_jt .item .list {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0.42rem 0.3rem;
  height: 100%;
  border-radius: 0.1rem;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .container .f_jt .item .list {
    padding: 0.36rem 0.2rem;
  }
}
.hm-sec3 .cont .container .f_jt .item .list:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
  background-color: rgba(78, 82, 94, 0.2);
  border-radius: 0.1rem;
}
.hm-sec3 .cont .container .f_jt .item .list .f_tit {
  color: #ffffff;
  line-height: 1.16666667;
  width: calc(100% - 1rem);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .hm-sec3 .cont .container .f_jt .item .list .f_tit {
    font-size: 0.28rem;
  }
}
.hm-sec3 .cont .container .f_jt .item .list .f_icon {
  position: relative;
  width: 0.86rem;
  height: 0.59rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.hm-sec3 .cont .container .f_jt .item .list .f_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.hm-sec4 {
  position: relative;
}
@media (min-width: 768px) {
  .hm-sec4 {
    padding: 2rem 0;
  }
}
.hm-sec4 .f_tu {
  top: -0.43rem;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .hm-sec4 .f_tu {
    display: none;
  }
}
.hm-sec4 .f_tu .bag {
  position: absolute;
}
.hm-sec4 .f_tu .bag img {
  width: 100%;
}
.hm-sec4 .f_tu .img1 {
  width: 2.93rem;
  top: 0;
  left: 0;
  z-index: 3;
  transform: translateY(-0.6rem);
}
.hm-sec4 .f_tu .img2 {
  width: 1.79rem;
  bottom: 0.1rem;
  right: 0;
  transform: translateY(1.2rem);
}
.hm-sec4 .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.hm-sec4 .container .img,
.hm-sec4 .container .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .hm-sec4 .container .img,
  .hm-sec4 .container .gt {
    width: 100%;
  }
}
.hm-sec4 .container .img:before {
  padding-top: 71.25%;
}
.hm-sec4 .container .gt {
  padding: 0.4rem 0 0.4rem 0.8rem;
}
@media (max-width: 767px) {
  .hm-sec4 .container .gt {
    padding: 0.6rem 0 0;
  }
}
.hm-sec4 .container .gt .hm_tit {
  margin-bottom: 0.56rem;
  padding-right: 0.49rem;
}
.hm-sec4 .container .gt .hm_but {
  margin-bottom: 1.11rem;
}
@media (max-width: 767px) {
  .hm-sec4 .container .gt .hm_but {
    margin-bottom: 0.8rem;
  }
}
.hm-sec4 .container .gt .f_jt {
  display: flex;
  flex-wrap: wrap;
}
.hm-sec4 .container .gt .f_jt .li {
  margin-right: 0.62rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .hm-sec4 .container .gt .f_jt .li {
    margin-bottom: 0.46rem;
  }
}
.hm-sec4 .container .gt .f_jt .li:last-child {
  margin-right: 0;
}
.hm-sec4 .container .gt .f_jt .li img {
  width: auto;
  height: auto;
  max-width: 0.63rem;
  max-height: 0.69rem;
  object-fit: contain;
  margin-right: 0.2rem;
}
.hm-sec4 .container .gt .f_jt .li .f_font {
  font-weight: bold;
}
.hm-sec4 .container .gt .f_jt .li .f_font .name {
  color: #99a0b1;
  line-height: 1.2;
}
.hm-sec4 .container .gt .f_jt .li .f_font .shu {
  line-height: 1;
  color: #222222;
}
.hm-sec5 {
  background-color: #f7f7f7;
}
.hm-sec5 .f_font {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0.44rem;
}
.hm-sec5 .f_font .hm_tit {
  margin-bottom: 0;
}
.hm-sec5 .f_font .hm_but {
  margin-bottom: 0.06rem;
}
@media (max-width: 767px) {
  .hm-sec5 .f_font .hm_but {
    display: none;
  }
}
.hm-sec5 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.hm-sec5 .cont .item {
  width: 25%;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .hm-sec5 .cont .item {
    width: 50%;
  }
}
.hm-sec5 .cont .item .list {
  height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: block;
  background-color: #ffffff;
}
.hm-sec5 .cont .item .list .img {
  padding-top: 70.12987013%;
}
.hm-sec5 .cont .item .list .font {
  padding: 0.3rem 0.32rem;
}
.hm-sec5 .cont .item .list .font .f_tit {
  color: #222222;
  transition: all 0.4s;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.6em;
  margin-bottom: 0.3rem;
}
.hm-sec5 .cont .item .list .font .f_time {
  display: flex;
  align-items: center;
  color: #999999;
}
.hm-sec5 .cont .item .list .font .f_time img,
.hm-sec5 .cont .item .list .font .f_time svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .hm-sec5 .cont .item .list .font .f_time img,
  .hm-sec5 .cont .item .list .font .f_time svg {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
}
.hm-sec5 .cont .item .list .font .f_time img path,
.hm-sec5 .cont .item .list .font .f_time svg path {
  fill: #cccccc;
}
.hm-sec5 .cont .item .list:hover .img img {
  transform: scale(1.04);
}
.hm-sec5 .cont .item .list:hover .font .f_tit {
  color: #00a1e6;
}
.hm-sec5 .but {
  margin: 0.6rem 0 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .hm-sec5 .but {
    display: none;
  }
}
.fadeInUp100 {
  -webkit-backdrop-filter: saturate(100%) blur(20px);
  backdrop-filter: saturate(100%) blur(20px);
  -webkit-animation-name: fadeInUp100;
  animation-name: fadeInUp100;
}
@keyframes fadeInUp100 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInUp100 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
/* End */
