@charset "UTF-8";
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
input,
textarea,
select,
button,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: initial;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
body {
  padding: 0;
  margin: 0 auto!important;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  max-width: 1920px;
  min-width: 320px;
  width: 100%;
  zoom: 1;
  background: #fff;
  font-weight: 300;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}
* {
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p,
span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
  cursor: pointer;
}
a:focus {
  outline: none;
  -moz-outline: none;
}
a img {
  border: none;
}
select,
input,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
}
input:focus {
  outline: none;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
textarea,
input,
select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  box-sizing: border-box;
}
table th {
  background-color: #f9f9f9;
  text-align: center;
  box-sizing: border-box;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
main,
footer {
  display: block;
}
input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fleximportant {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.inlineflex {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
}
.d_flex > * {
  display: block;
}
.f_direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_direction_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dh {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fd {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.imgfd {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.xzx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.xzy {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.w1800 {
  width: 100%;
  max-width: 1920px;
  padding: 0 60px;
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.w1400,
.wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.pc {
  display: block;
}
.wap {
  display: none;
}
@media (max-width:1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1520px) {
  .w1400,
  .wrap {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1680,
  .w1400,
  .wrap,
  .w1440,
  .w1600,
  .w1200 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1680,
  .w1400,
  .wrap,
  .w1440,
  .w1600,
  .w1200 {
    padding: 0 20px;
  }
}
@media (max-width:768px) {
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
}
@font-face {
  font-family: "hs_l";
  src: url('https://huahanfont.huahanlink.cn/fonts/HarmonyOS_Sans_SC_Light.ttf');
}
@font-face {
  font-family: "hs_r";
  src: url('https://huahanfont.huahanlink.cn/fonts/HarmonyOS_Sans_SC_Regular.ttf');
}
.hs_l {
  font-family: "hs_l";
  font-weight: 300;
}
.hs_r {
  font-family: "hs_r";
  font-weight: 400;
}
.hs_m {
  font-family: "hs_l";
  font-weight: 600;
}
.hs_b {
  font-family: "hs_r";
  font-weight: 600;
}
@font-face {
  font-family: "sh_r";
  src: url('https://huahanfont.huahanlink.cn/fonts/SourceHanSansCN-Light.otf');
}
@font-face {
  font-family: "sh_r";
  src: url('https://huahanfont.huahanlink.cn/fonts/SourceHanSansCN-Regular.otf');
}
.sh_l {
  font-family: "sh_l";
  font-weight: 300;
}
.sh_r {
  font-family: "sh_r";
  font-weight: 400;
}
.sh_m {
  font-family: "sh_l";
  font-weight: 600;
}
.sh_b {
  font-family: "sh_r";
  font-weight: 600;
}
body {
  font-family: "hs_r";
}
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#progress {
  animation: circleProgress 20s infinite;
}
@keyframes circleProgress {
  0% {
    stroke-dashoffset: 314;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes show {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fd {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes sx {
  0% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
.dks {
  width: 40px;
  height: 40px;
  margin: 0 auto 25px;
  position: relative;
}
.dks:before,
.dks:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  background: #046dff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}
.dks:before {
  animation: ripple 3s ease-out 0s infinite;
}
.dks:after {
  animation: ripple 3s ease-out 1.5s infinite;
}
.dks i {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #046dff;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .dks i {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .dks i {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .dks i {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .dks i {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .dks i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .dks i {
    font-size: 16px;
  }
}
.jtbox {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 9;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.jtbox li {
  width: 150px;
  margin-bottom: 10px;
}
.jtbox li i {
  width: 20px;
  color: #046dff;
}
.jtbox li span {
  color: #d0d0d0;
}
.btn_boxs {
  padding: 60px 0 120px;
  position: relative;
  background: rgba(0, 0, 0, 0.15);
}
.btn_boxs .w1400 > .p1 {
  font-size: 18px;
  font-weight: 600;
  color: #046dff;
  border-top: 1px solid #d0d0d0;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1680px) {
  .btn_boxs .w1400 > .p1 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .btn_boxs .w1400 > .p1 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .btn_boxs .w1400 > .p1 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .btn_boxs .w1400 > .p1 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .btn_boxs .w1400 > .p1 {
    font-size: 16px;
  }
}
.btn_boxs .w1400 > .p1:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.btn_boxs .btn_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.btn_boxs .btn_s a {
  margin-right: 30px;
}
.btn_boxs .btn_s a:last-child {
  margin-right: 0;
}
@media (max-width:768px) {
  .btn_boxs .btn_s a {
    margin-right: 10px;
  }
}
.hh_btn {
  width: auto;
  height: 50px;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 34px;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.hh_btn.byj {
  border-radius: 5px;
}
.hh_btn.byj:before,
.hh_btn.byj:after {
  border-radius: 5px;
}
.hh_btn.qyj {
  border-radius: 25px;
}
.hh_btn.qyj:before,
.hh_btn.qyj:after {
  border-radius: 25px;
}
.hh_btn span {
  font-size: 16px;
}
@media (max-width: 1680px) {
  .hh_btn span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hh_btn span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hh_btn span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh_btn span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hh_btn span {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .hh_btn span {
    font-size: 14px;
  }
}
.hh_btn i {
  margin-left: 15px;
}
.hh_btn:before,
.hh_btn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 100%;
  box-sizing: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width:1440px) {
  .hh_btn {
    height: 46px;
  }
  .hh_btn.qyj {
    border-radius: 23px;
  }
  .hh_btn.qyj:before,
  .hh_btn.qyj:after {
    border-radius: 23px;
  }
}
@media (max-width:1280px) {
  .hh_btn {
    height: 40px;
    padding: 0 20px;
  }
  .hh_btn.qyj {
    border-radius: 20px;
  }
  .hh_btn.qyj:before,
  .hh_btn.qyj:after {
    border-radius: 20px;
  }
}
.hh_btn1 {
  background: #fff;
  color: #046dff;
  border-color: #046dff;
}
.hh_btn1:hover {
  background: #046dff;
  color: #fff;
}
.hh_btn2 {
  background: #fff;
  color: #046dff;
  border-color: #046dff;
  transition: background 1s ;
}
.hh_btn2:before {
  background: #046dff;
  top: 0;
}
.hh_btn2:hover {
  color: #fff;
  background: #046dff;
}
.hh_btn2:hover:before {
  left: 0;
}
.hh_btn3 {
  background: #fff;
  color: #046dff;
  border-color: #046dff;
  transition: background 1s;
}
.hh_btn3:before {
  background: #046dff;
  left: 0;
}
.hh_btn3:hover {
  color: #fff;
  background: #046dff;
}
.hh_btn3:hover:before {
  top: 0;
}
.hh_btn4 {
  background: #fff;
  color: #046dff;
}
.hh_btn4:hover {
  background: #046dff;
  color: #fff;
}
.hh_btn5 {
  background: #fff;
  color: #046dff;
  transition: background 1s;
}
.hh_btn5:before {
  background: #046dff;
  top: 0;
}
.hh_btn5:hover {
  color: #fff;
  background: #046dff;
}
.hh_btn5:hover:before {
  left: 0;
}
.hh_btn6 {
  background: #fff;
  color: #046dff;
  transition: background 1s;
}
.hh_btn6:before {
  background: #046dff;
  left: 0;
}
.hh_btn6:hover {
  color: #fff;
  background: #046dff;
}
.hh_btn6:hover:before {
  top: 0;
}
.hh_btn7 {
  background: #046dff;
  color: #fff;
}
.hh_btn7:hover {
  color: #046dff;
  background: #fff;
  border-color: #046dff;
}
.hh_btn8 {
  background: #046dff;
  color: #fff;
  transition: background 1s;
}
.hh_btn8:before {
  background: #fff;
  top: 0;
}
.hh_btn8:hover {
  color: #046dff;
  background: #fff;
  border-color: #046dff;
}
.hh_btn8:hover:before {
  left: 0;
}
.hh_btn9 {
  background: #046dff;
  color: #fff;
  transition: background 1s;
}
.hh_btn9:before {
  background: #fff;
  left: 0;
}
.hh_btn9:hover {
  color: #046dff;
  background: #fff;
  border-color: #046dff;
}
.hh_btn9:hover:before {
  top: 0;
  border-color: #046dff;
}
.hh_btn10 {
  position: relative;
  border-color: #046dff;
  transition: border-color 0s;
}
.hh_btn10.byj svg rect {
  rx: 5;
}
.hh_btn10.qyj svg rect {
  rx: 25;
}
.hh_btn10:hover {
  border-color: transparent;
}
.hh_btn10:hover svg rect {
  stroke-width: 2;
  stroke-dasharray: 100, 0;
  stroke-dashoffset: 0;
}
.hh_btn10 svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hh_btn10 svg rect {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  transform: translate(1px, 1px);
  fill: none;
  stroke: #046dff;
  stroke-width: 1;
  stroke-dasharray: 0, 100;
  stroke-dashoffset: 100;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  rx: 0;
}
@media (max-width:1440px) {
  .hh_btn10.qyj svg rect {
    rx: 23;
  }
}
@media (max-width:1440px) {
  .hh_btn10.qyj svg rect {
    rx: 20;
  }
}
.hh_btn11 {
  position: relative;
  color: #046dff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  overflow: hidden;
}
.hh_btn11:hover {
  background: #046dff;
  color: #fff;
  box-shadow: 0 0 5px #046dff, 0 0 10px #046dff, 0 0 15px #046dff, 0 0 20px #046dff;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}
.hh_btn11 span {
  position: absolute;
  display: block;
}
.hh_btn11 span:first-child {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #046dff);
  animation: btn1 1s linear infinite;
}
.hh_btn11 span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #046dff);
  animation: btn2 1s linear infinite;
  animation-delay: 0.25s;
}
.hh_btn11 span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #046dff);
  animation: btn3 1s linear infinite;
  animation-delay: 0.5s;
}
.hh_btn11 span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #046dff);
  animation: btn4 1s linear infinite;
  animation-delay: 0.75s;
}
@keyframes btn1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}
@keyframes btn2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}
@keyframes btn3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}
@keyframes btn4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}
.hh_btn12 {
  background: #046dff;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.hh_btn12:hover {
  background: #fff;
  color: #046dff;
  box-shadow: 0px 2px 10px 5px rgba(27, 208, 203, 0.3);
}
.hh_btn13 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  height: 56px;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  .hh_btn13 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hh_btn13 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hh_btn13 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh_btn13 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hh_btn13 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .hh_btn13 {
    font-size: 14px;
  }
}
.hh_btn13:hover .s1 {
  transform: translateY(-15px);
  opacity: 0;
}
.hh_btn13:hover .s2 {
  transform: translateY(0px);
  opacity: 1;
}
.hh_btn13:hover .i1 {
  transform: translateX(15px);
  opacity: 0;
}
.hh_btn13:hover .i2 {
  position: absolute;
  transform: translateX(0);
  opacity: 1;
}
.hh_btn13 .p1 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 0 32px;
}
.hh_btn13 .p1 span {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.hh_btn13 .s1 {
  transform: translateY(0);
  opacity: 1;
}
.hh_btn13 .s2 {
  position: absolute;
  transform: translateY(15px);
  opacity: 0;
}
.hh_btn13 .p2 {
  background: #046dff;
  width: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.hh_btn13 .p2 i {
  color: #fff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.hh_btn13 .i1 {
  transform: translateX(0);
  opacity: 1;
}
.hh_btn13 .i2 {
  position: absolute;
  transform: translateX(-15px);
  opacity: 0;
}
@media (max-width:1440px) {
  .hh_btn13 {
    height: 50px;
  }
  .hh_btn13 .p1 {
    padding: 0 25px;
  }
  .hh_btn13 .p2 {
    width: 50px;
  }
}
@media (max-width:1280px) {
  .hh_btn13 {
    height: 40px;
  }
  .hh_btn13 .p1 {
    padding: 0 20px;
  }
  .hh_btn13 .p2 {
    width: 40px;
  }
}
@keyframes DefaultBtn2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hh_btn14 {
  background: #046dff;
  color: #fff;
  font-size: 18px;
  font-family: "hs_l";
  font-weight: 300;
  box-shadow: 0 0 30px 0 rgba(4, 109, 255, 0.15);
  position: relative;
}
@media (max-width: 1680px) {
  .hh_btn14 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .hh_btn14 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .hh_btn14 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .hh_btn14 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .hh_btn14 {
    font-size: 16px;
  }
}
.hh_btn14 i {
  margin-left: 30px;
}
.hh_btn14 span {
  letter-spacing: 1px;
}
.hh_btn14:hover i {
  -webkit-animation: DefaultBtn2 0.6s forwards ease-in-out;
  animation: DefaultBtn2 0.6s forwards ease-in-out;
  animation-delay: 0s;
}
.hh_btn14:hover span {
  -webkit-animation: DefaultBtn2 0.6s forwards ease-in-out;
  animation: DefaultBtn2 0.6s forwards ease-in-out;
}
.hh_btn14:hover span:first-child {
  animation-delay: 1s;
}
.hh_btn14:hover span:nth-child(2) {
  animation-delay: 0.9s;
}
.hh_btn14:hover span:nth-child(3) {
  animation-delay: 0.8s;
}
.hh_btn14:hover span:nth-child(4) {
  animation-delay: 0.7s;
}
.hh_btn14:hover span:nth-child(5) {
  animation-delay: 0.6s;
}
.hh_btn14:hover span:nth-child(6) {
  animation-delay: 0.5s;
}
.hh_btn14:hover span:nth-child(7) {
  animation-delay: 0.4s;
}
.hh_btn14:hover span:nth-child(8) {
  animation-delay: 0.3s;
}
.hh_btn14:hover span:nth-child(9) {
  animation-delay: 0.2s;
}
.hh_btn14:hover span:nth-child(10) {
  animation-delay: 0.1s;
}
@media (max-width:1440px) {
  .hh_btn14 i {
    margin-left: 25px;
  }
}
@media (max-width:1280px) {
  .hh_btn14 i {
    margin-left: 20px;
  }
}
