@charset "UTF-8";
:root {
  --animate-duration: 1.5s !important;
  --font-family-sans-serif: Helvetica Neue LT Std, Arial;
  --font-family-monospace: Helvetica Neue LT Std ,Arial;
  --font-family: Helvetica Neue LT Std ,Arial;
}

.anchorBL {
  display: none !important;
}

/************
 * 页面样式
 ************/
.clear {
  margin: 0 !important;
  padding: 0 !important;
}

/* ==========
   基本默认值
   ========== */
html,
body {
  font-family: Helvetica Neue LT Std, Arial !important;
  color: #222;
  background-color: #fff;
  scroll-behavior: smooth;
  height: 100%;
}

::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

._opacity {
  opacity: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

textarea {
  outline: none;
  resize: none;
}

._load_more_ {
  text-align: center;
  line-height: 100px;
  color: #ddd;
  font-size: 24px;
}

/* ==========
   工具样式
   ========== */
._loading_ {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999999999999999;
  transition: opacity 0.4s linear;
}

._loading_ ._loading_style_ {
  text-align: center;
  font-size: 1.25em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

._loading_ ._loading_style_ .loading_icon {
  width: 3.125em;
  height: 3.125em;
  background: url("../images/loading.png") no-repeat center center;
  background-size: 100% 100%;
  animation: circleAnimal 2s infinite linear;
}

._loading_ ._loading_style_ ._style_text_ {
  margin-top: 0.3125em;
}

._tip_box_ {
  position: fixed;
  width: 100%;
  height: 3.125em;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 9999999999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0.625em 0.625em rgba(0, 101, 230, 0.1);
}

._tip_box_ ._tip_cion {
  text-align: center;
  font-size: 1em;
  color: #038BFF;
  background: url("../images/tip.png") no-repeat left center;
  background-size: 1.875em 1.875em;
  padding-left: 2.1875em;
  line-height: 2.5em;
}

._comfirm_box_ {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
}

._comfirm_box_ ._comfirm_box_tip {
  width: 21.875em;
  height: 12.5em;
  background-color: #fff;
  border-radius: 0.625em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  padding: 1.25em;
  position: relative;
}

._comfirm_box_ ._comfirm_box_tip ._comfirm_tip_text {
  font-size: 1.125em;
  color: #333;
  line-height: 3.125em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

._comfirm_box_ ._comfirm_box_tip ._comfirm_tip_content {
  font-size: 1em;
  width: 100%;
  height: 6.25em;
  overflow: hidden;
  padding-top: 1.875em;
  box-sizing: border-box;
  padding-bottom: 1.875em;
}

._comfirm_box_ ._comfirm_box_tip ._comfirm_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.25em;
  width: 90%;
  cursor: pointer;
}

._comfirm_box_ ._comfirm_box_tip ._comfirm_btn ._comfirm_cancel_ {
  width: 45%;
  line-height: 2.5em;
  text-align: center;
  font-size: 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0.25em;
}

._comfirm_box_ ._comfirm_box_tip ._comfirm_btn ._comfirm_sure_ {
  width: 45%;
  line-height: 2.5em;
  text-align: center;
  font-size: 1em;
  border: 1px solid transparent;
  border-radius: 0.25em;
  background-color: #0371FF;
  color: #fff;
}

._input_number_box_ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.4);
}

._input_number_box_ ._number_box_ {
  width: 16.5em;
  height: 10.875em;
  background-color: #fff;
  border-radius: 0.375em;
  flex-direction: column;
}

._input_number_box_ ._number_box_ .imgs_code {
  width: 7.5em;
  height: 3.1875em;
  margin-bottom: 0.625em;
  cursor: pointer;
}

._input_number_box_ ._number_box_ .input_num_box {
  width: 7.5em;
  border-bottom: 1px solid #747F8D;
}

._input_number_box_ ._number_box_ .input_num_box input {
  text-align: center;
  font-size: 1.125em;
  color: #333;
  width: 100%;
}

._input_number_box_ ._number_box_ .btns_box {
  margin-top: 1.25em;
}

._input_number_box_ ._number_box_ .btns_box .btn_item {
  width: 5.75em;
  line-height: 1.75em;
  text-align: center;
  font-size: 0.75em;
  color: #747F8D;
  border: 1px solid #747F8D;
  margin-right: 1.25em;
  cursor: pointer;
}

._input_number_box_ ._number_box_ .btns_box .btn_item:nth-of-type(2) {
  margin-right: 0;
  background-color: #0371FF;
  color: #fff;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.flex_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex_end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

textarea {
  border: none;
  outline: none;
  resize: none;
}

._img_contain {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

._nav_item {
  width: 220px;
  background: white;
  box-shadow: 0px 10px 60px rgba(226, 232, 248, 0.8);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
  z-index: 9999999;
  box-sizing: border-box;
  padding: 20px 0;
  opacity: 0;
  pointer-events: none;
  transition: all linear 0.3s;
}

._nav_item .child_nav {
  font-size: 14px;
  font-weight: 500;
  color: #04294F;
  text-align: center;
  line-height: 34px;
  border-radius: 18px;
  transition: all linear 0.3s;
  width: 132px;
}

._nav_item .child_nav:hover {
  display: block;
  line-height: 34px;
  text-align: center;
  background: rgba(77, 108, 249, 0.39);
  color: #4F63DB;
}

.ellipsis,
.two_line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.more_line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

._bg_white {
  background-color: #fff;
}

._relative {
  position: relative;
}

._header_child {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 5.9375em;
  background-color: #fff;
  width: 100%;
  z-index: 999;
}

/*一行省略*/
.one_line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ===============
   浏览器更新提示
   =============== */
.browserupgrade {
  margin: 0;
  padding: 0.625em;
  background: #ccc;
}

/* ===============
   自定义页面样式
   =============== */
::-webkit-scrollbar {
  width: 0px;
  height: 0;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.2);
}

.row {
  margin: 0;
}

body {
  font-size: 14px;
  line-height: 1.5;
  background-color: #f7f7f7;
}

button {
  outline: none;
  border: none;
  background: transparent;
}

input {
  border: none;
  outline: none;
}

a {
  text-decoration: none !important;
}

a:hover,
a:active {
  text-decoration: none !important;
}

.bs {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.08);
}

.absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

._btns_box {
  font-size: 16px;
  padding-top: 40px !important;
  box-sizing: border-box;
}

._btns_box ._more_btn {
  background: #4d6dfa;
  opacity: 1;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  width: 9.25em;
  line-height: 3.5em;
  color: #FFFFFF;
  text-shadow: 5.55506px 18.16979px 68px rgba(54, 62, 147, 0.41);
  opacity: 1;
  text-align: center;
  margin-right: 1.25em;
}

@media screen and (max-width: 1200px) {
  ._btns_box ._more_btn {
    width: 5.55em;
    line-height: 2.1em;
  }
}

._btns_box ._btn2 {
  width: 11.1875em;
  border: 2px solid #3E83BE;
  opacity: 1;
  line-height: 3.375em;
  border-radius: 1.875em;
  font-size: 1em;
  font-weight: 500;
  box-sizing: border-box;
  color: #3E83BE;
  text-shadow: 5.55506px 18.16979px 68px rgba(54, 62, 147, 0.41);
  opacity: 1;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  ._btns_box ._btn2 {
    width: 6.7125em;
    line-height: 2.025em;
  }
}

._btns_box ._btn2 a {
  color: #3E83BE !important;
}

._btn_fill {
  width: 142px;
  line-height: 56px;
  background-color: #4D6DFA;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 28px;
  text-align: center;
}

._btn_fill_connect {
  width: 160px;
  line-height: 48px;
  background-color: #4D6DFA;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 15px;
  text-align: center;
}

._fill_fff_btn {
  padding: 17px 50px;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #3E83BE;
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
  display: block;
}

@media screen and (max-width: 1200px) {
  ._fill_fff_btn {
    padding: 9px 20px;
    font-size: calc(20px / 2);
  }
}

._btn_border {
  width: 179px;
  line-height: 52px;
  border: 2px solid #3E83BE;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #3E83BE;
  border-radius: 26px;
}

.online_consolution {
  padding: 0 55px;
  line-height: 60px;
  border-radius: 30px;
  background-color: #3E83BE;
  font-size: 16px;
  color: #FFFFFF;
}

.online_consolution:hover {
  color: #FFFFFF;
}

.online_consolution .go_icon {
  width: 16px;
  height: 12px;
  background: url("../images/smart-store/choose_arrow.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: 30px;
}

.header {
  width: 100%;
  height: 6em;
  box-sizing: border-box;
  padding: 0 3.75em;
  margin: 0;
  font-size: 16px;
  word-break: keep-all;
}
.seohidden{
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 1000px) {
  .header {
    display: none !important;
  }
}

.header .logo {
  padding: 0;
  padding-left: 3.75em;
}

.header .logo img {
  width: 8.8125em;
  height: 3.75em;
  object-fit: contain;
}

.header .nav_container {
  padding: 0;
}

.header .nav_container .nav_box {
  box-sizing: border-box;
}

.header .nav_container .nav_box .flex_inline_center {
  display: inline-flex;
}

.header .nav_container .nav_box li {
  cursor: pointer;
  margin-right: 1.875em;
}

.header .nav_container .nav_box li:hover ._nav_item {
  opacity: 1;
  pointer-events: all;
}

.header .nav_container .nav_box li:hover a.nav_item_select {
  color: #4F63DB;
}

.header .nav_container .nav_box li:hover a.nav_item_select .arow {
  transform: rotateZ(-180deg) scaleY(-1);
  background-image: url("../images/up_arr.png");
}

.header .nav_container .nav_box li:hover a.nav_item_select::after {
  opacity: 1;
}

.header .nav_container .nav_box li a.nav_item_select {
  position: relative;
  font-size: 1.125em;
  white-space: nowrap;
  font-weight: 600;
  transition: opacity linear 0.3s;
  color: #04294F;
  opacity: 1;
}

.header .nav_container .nav_box li a.nav_item_select::after {
  transition: opacity linear 0.3s;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateY(-50%);
  width: 0.3125em;
  height: 0.3125em;
  border-radius: 50%;
  background-color: #4F63DB;
  bottom: -0.625em;
  opacity: 0;
}

.header .nav_container .nav_box li a.nav_item_select.active {
  color: #4F63DB;
}

.header .nav_container .nav_box li a.nav_item_select.active::after {
  opacity: 1;
}

.header .nav_container ._nav_item {
  width: 13.75em;
  background: white;
  box-shadow: 0px 10px 60px rgba(226, 232, 248, 0.8);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2.1875em;
  z-index: 9999999;
  box-sizing: border-box;
  padding: 1.25em 0;
  opacity: 0;
  pointer-events: none;
  transition: all linear 0.3s;
}

.header .nav_container ._nav_item .child_nav {
  font-size: 1em;
  font-weight: 500;
  color: #04294F;
  text-align: center;
  line-height: 2.125em;
  border-radius: 1.125em;
  transition: all linear 0.3s;
  width: 8.25em;
}

.header .nav_container ._nav_item .child_nav:hover {
  display: block;
  line-height: 2.125em;
  text-align: center;
  background: rgba(77, 108, 249, 0.39);
  color: #4F63DB;
}

.header .bnts_box {
  cursor: pointer;
  line-height: pre(96);
}

@media screen and (max-width: 1330px) {
  .header .bnts_box {
    padding-left: 0.625em;
  }
}

.header .bnts_box .login {
  white-space: nowrap;
  padding: 0 15px;
  line-height: 26px;
  border: 2px solid #3E83BE;
  opacity: 1;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #3E83BE;
  opacity: 1;
  text-align: center;
  margin-right: 0.625em;
}

.header .bnts_box .login a {
  color: #3E83BE;
}

.header .bnts_box .show_shop {
  white-space: nowrap;
  padding: 0 15px;
  line-height: 28px;
  background: #3E83BE;
  opacity: 1;
  border-radius: 16px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-right: 1.25em;
}

.header .bnts_box .show_shop a {
  color: #fff;
}

.header .bnts_box .lang_box {
  height: 96px;
}

.header .bnts_box .lang_box:hover ._nav_item {
  opacity: 1;
  pointer-events: all;
}

.header .bnts_box .lang_box .lang {
  font-size: 0.875em;
  font-weight: 500;
  cursor: pointer;
  color: #04294F;
}

.header .bnts_box .lang_box .lang:hover .arow {
  transform: rotateZ(-180deg) scaleY(-1);
  background-image: url("../images/up_arr.png");
}

.header .bnts_box .lang_box .lang span {
  margin-right: 0.6em;
}

.header .arow {
  transition: all linear 0.3s;
  width: 12px;
  height: 12px;
  background: url("../images/down.png") no-repeat center center;
  background-size: 100% 100%;
  transform: rotateZ(0deg);
}

.mobile_header {
  width: 100%;
  height: 96px;
  box-sizing: border-box;
  padding-left: 20px;
}

@media screen and (min-width: 1000px) {
  .mobile_header {
    display: none !important;
  }
}

.mobile_header .more {
  margin-right: 20px;
  position: relative;
  width: 28px;
  height: 28px;
}

.mobile_header .more .show_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  opacity: 1;
  transition: opacity linear 0.3s;
}

.mobile_header .more .hide_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  opacity: 0;
  transition: opacity linear 0.3s;
}

.mobile_header .logo {
  width: 141px;
  height: 36px;
}

.mobile_header .logo img {
  width: 100%;
}

.mobile_header .nav_box_show {
  width: 100%;
  height: calc(100vh - 96px);
  overflow-y: scroll;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 96px;
  z-index: 9999999999;
  opacity: 0;
  padding-top: 30px;
  box-sizing: border-box;
  pointer-events: none;
  animation-duration: 0.3s;
  /* don't forget to set a duration! */
}

.mobile_header .nav_box_show .nav_box {
  margin-bottom: 30px;
}

.mobile_header .nav_box_show .nav_box .shop_login {
  padding: 0 10px;
  line-height: 24px;
  border: 2px solid #3E83BE;
  opacity: 1;
  border-radius: 14px;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 500;
  color: #3E83BE;
}

.mobile_header .nav_box_show .nav_box .shio_show {
  padding: 0 10px;
  line-height: 28px;
  background-color: #3E83BE;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 20px;
  border-radius: 14px;
  text-align: center;
}

.mobile_header .nav_box_show .nav_box .lang_box .lang {
  font-size: 14px;
  font-weight: 500;
}

.mobile_header .nav_box_show .nav_box .lang_box .lang.active_lang .arow, .mobile_header .nav_box_show .nav_box .lang_box .lang:hover .arow {
  transform: rotateZ(-180deg) scaleY(-1);
  background-image: url("../images/up_arr.png");
}

.mobile_header .nav_box_show .nav_box .lang_box .lang.active_lang ._nav_item, .mobile_header .nav_box_show .nav_box .lang_box .lang:hover ._nav_item {
  opacity: 1;
  pointer-events: all;
}

.mobile_header .nav_box_show .nav_box .lang_box .arow {
  transition: all linear 0.3s;
  width: 12px;
  height: 12px;
  background: url("../images/down.png") no-repeat center center;
  background-size: 100% 100%;
  transform: rotateZ(0deg);
}

.mobile_header .nav_box_show .nav_box_link li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #04294F;
  height: 48px;
}

.mobile_header .nav_box_show .nav_box_link li a {
  color: #04294F;
}

.mobile_header .nav_box_show .nav_box_link li.active {
  color: #4F63DB;
  background: rgba(77, 108, 249, 0.39);
}

.mobile_header .nav_box_show .nav_box_link li.active a {
  color: #4F63DB;
}

.footer {
  width: 100%;
  background-color: #F4F7FC;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.footer .links_footer {
  display: grid;
  grid-template-rows: 30% 30% 30%;
  grid-template-columns: 30% 30% 30%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.footer .links_footer a {
  padding-bottom: 13px;
  line-height: 23px;
  display: block;
  color: #101010;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .footer .footer_title_box {
    width: 100%;
    padding-left: 15px !important;
  }
}

.footer .footer_title_box .footer_title {
  color: #101010;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .footer .footer_title_box .footer_title {
    word-break: keep-all;
    padding: 0 !important;
    white-space: inherit;
  }
}

.footer .col_1 {
  box-sizing: border-box;
  padding-left: 141px;
}

@media screen and (max-width: 1200px) {
  .footer .col_1 {
    padding-left: 15px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}

.footer .col_1 .code {
  width: 63px;
  margin-top: 42px;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .footer .col_1 .code {
    margin-top: 0;
  }
}

.footer .col_1 .code .code_img img {
  width: 63px;
  height: 63px;
}

.footer .col_2 {
  font-size: 14px;
  font-weight: 500;
  color: #101010;
}

.footer .col_2 .col_2_item {
  margin-bottom: 30px;
}

.footer .col_2 .col_2_item a {
  color: #101010 !important;
}

.footer .col_2 .nav_item {
  margin-bottom: 13px;
}

.footer .col_2 .nav_item a {
  color: #101010;
  word-break: keep-all;
}

.footer .col_3 {
  font-size: 14px;
  color: #101010;
  padding-left: 130px;
}

@media screen and (max-width: 1200px) {
  .footer .col_3 {
    padding-left: 15px;
  }
}

.footer .col_3 .select_change_country {
  width: 240px;
  height: 36px;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 500;
  color: #101010;
  cursor: pointer;
}

.footer .col_3 .select_change_country:hover .nan_item_box {
  opacity: 1;
  pointer-events: all;
}

.footer .col_3 .select_change_country .arrow_icon {
  width: 13.5px;
  height: 10.5px;
  background: url("../images/connect_dow.png") no-repeat center center;
  background-size: 100% 100%;
}

.footer .col_3 .select_change_country .nan_item_box {
  width: 100%;
  background: white;
  box-shadow: 0px 10px 60px rgba(226, 232, 248, 0.8);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
  z-index: 9999999;
  box-sizing: border-box;
  padding: 20px 20px;
  opacity: 0;
  pointer-events: none;
  transition: all linear 0.3s;
}

.footer .col_3 .select_change_country .nan_item_box .child_nav {
  font-size: 14px;
  font-weight: 500;
  color: #04294F;
  text-align: center;
  line-height: 34px;
  border-radius: 18px;
  transition: all linear 0.3s;
}

.footer .col_3 .select_change_country .nan_item_box .child_nav:hover {
  display: block;
  line-height: 34px;
  text-align: center;
  background: rgba(77, 108, 249, 0.39);
  color: #4F63DB;
}

.footer .col_3 .col_3_item {
  margin-bottom: 13px;
}

.footer .logo {
  width: 144px;
  height: 36px;
}

.footer .foot_coppy {
  font-size: 10px;
  line-height: 20px;
  color: #101010;
  opacity: 1;
  text-align: center;
}

.footer .icon_list {
  width: 144px;
  margin-top: 43px;
}

@media screen and (max-width: 1200px) {
  .footer .icon_list {
    margin-top: 0;
  }
}

.footer .icon_list .icon {
  padding: 0 0px !important;
}

.footer .icon_list .icon > img {
  width: 24px;
  height: 24px;
}

.footer .f_bottom {
  margin-top: 80px;
}

.right_nav_list {
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 999999999;
}

@media screen and (max-width: 1200px) {
  .right_nav_list {
    bottom: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .right_nav_list .connect_form {
    display: none;
  }
}

.right_nav_list .connect_form .connect_model {
  width: 604px;
  height: 340px;
  background: url("../images/connect/connect_model2.png") no-repeat center center;
  background-size: 584px 100%;
  position: absolute;
  top: -235px;
  right: 50px;
  opacity: 0;
  pointer-events: none;
  transition: all linear 0.2s;
  box-sizing: border-box;
  padding: 30px 33px;
  padding-right: 40px;
}

.right_nav_list .connect_form .connect_model .title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #022850;
  margin-bottom: 20px;
}

.right_nav_list .connect_form .connect_model .form .input_item {
  width: 100%;
  height: 42px;
  background: rgba(255, 255, 255, 0.39);
  border: 1px solid #EDEDED;
  margin-bottom: 10px;
}

.right_nav_list .connect_form .connect_model .form .input_item input {
  font-size: 14px;
  font-weight: 500;
  color: #022850;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  height: 40px;
}

.right_nav_list .connect_form .connect_model .form .textarea_item {
  width: 100%;
  height: 78px;
  background: rgba(255, 255, 255, 0.39);
  border: 1px solid #EDEDED;
  opacity: 1;
  margin-bottom: 17px;
}

.right_nav_list .connect_form .connect_model .form .textarea_item textarea {
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #022850;
  outline: none;
  resize: none;
}

.right_nav_list .connect_form .connect_model .form .textarea_item .max_len {
  position: absolute;
  bottom: 0;
  right: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  color: #999999;
}

.right_nav_list .connect_form .connect_model .form .submit {
  width: 113px;
  line-height: 42px;
  background: #3E83BE;
  opacity: 1;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1;
  text-align: center;
}

.right_nav_list .connect_form:hover .connect_model {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 1200px) {
  .right_nav_list .phone_model {
    display: none;
  }
}

.right_nav_list .phone_model:hover .phone_model_box {
  opacity: 1;
  pointer-events: all;
}

.right_nav_list .phone_model .phone_model_box {
  width: 204px;
  height: 54px;
  background: url("../images/connect/connect_phone.png") no-repeat center center;
  background-size: 184px 100%;
  position: absolute;
  top: 0;
  right: 50px;
  opacity: 0;
  pointer-events: none;
  transition: all linear 0.2s;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 800;
  padding-right: 10px;
  text-align: center;
}

.right_nav_list .phone_model .phone_model_box a {
  color: #022850;
}

@media screen and (max-width: 1200px) {
  .right_nav_list .wx_code {
    display: none;
  }
}

.right_nav_list .wx_code:hover .wx_code_box {
  opacity: 1;
  pointer-events: all;
}

.right_nav_list .wx_code .wx_code_box {
  flex-direction: column;
  width: 164px;
  height: 170px;
  background: url("../images/connect/wx_code.png") no-repeat center center;
  background-size: 154px 100%;
  position: absolute;
  top: 0;
  right: 50px;
  opacity: 0;
  pointer-events: none;
  transition: all linear 0.2s;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  color: #022850;
  padding-right: 10px;
  text-align: center;
}

.right_nav_list .wx_code .wx_code_box .img_code {
  width: 135px;
  height: 135px;
  transform: translateX(-1px);
  overflow: hidden;
}

.right_nav_list .wx_code .wx_code_box .img_code img.code_img {
  width: 100%;
  height: auto;
  height: 100%;
  position: static;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .right_nav_list .kf {
    display: none;
  }
}

.right_nav_list .icon {
  position: relative;
  cursor: pointer;
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.39);
  background: #fff;
  border: 1px solid #EDEDED;
  box-shadow: 0px 10px 20px rgba(11, 47, 83, 0.06);
  opacity: 1;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: all linear 0.3s;
}

.right_nav_list .icon:hover {
  background-color: #3E83BE;
}

.right_nav_list .icon:hover img:nth-child(1) {
  opacity: 0;
}

.right_nav_list .icon:hover img:nth-child(2) {
  opacity: 1;
}

.right_nav_list .icon img {
  width: 54px;
  height: 54px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all linear 0.1s;
}

.right_nav_list .icon img:nth-child(2) {
  opacity: 0;
}

.__arr__::after {
  content: '';
  width: 37px;
  height: 24px;
  background: url("../images/mobile/next.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
}

@media screen and (max-width: 1200px) {
  .__arr__::after {
    bottom: 52px;
  }
}

.page_index {
  padding: 0 !important;
  overflow-x: hidden;
}

.page_index .mobie_swiper {
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 96px);
  margin-bottom: 30px;
}

@media screen and (min-width: 1000px) {
  .page_index .mobie_swiper {
    display: none !important;
  }
}

.page_index .mobie_swiper .swiper_box_mobile .swiper_box_mobile_slider .info_box {
  flex-direction: column;
  align-items: flex-start;
}

.page_index .mobie_swiper .swiper_box_mobile .swiper_box_mobile_slider .info_box .title {
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  color: #022850;
  opacity: 1;
  text-align: left;
  padding-top: 61px;
  padding-bottom: 20px;
}

.page_index .mobie_swiper .swiper_box_mobile .swiper_box_mobile_slider .info_box .label_box {
  visibility: hidden;
}

.page_index .mobie_swiper .swiper_box_mobile .swiper_box_mobile_slider .info_box .label_box .label {
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  color: #022850;
  opacity: 1;
}

.page_index .mobie_swiper .swiper_box_mobile .swiper_box_mobile_slider .info_box .label_box .label::after {
  content: "";
  height: 9px;
  border-left: 1px solid #04294F;
  opacity: 1;
  display: flex;
  margin: 0 15px;
}

.page_index .mobie_swiper .swiper_box_mobile .swiper_box_mobile_slider .info_box .label_box .label:last-child::after {
  display: none;
}

.page_index .mobie_swiper .swiper_box_mobile .swiper_box_mobile_slider .img_banner {
  width: 100%;
  object-fit: cover;
}

.page_index .mobie_swiper .btns {
  padding-top: 40px;
}

.page_index .mobie_swiper .btns .more {
  width: 122px;
  line-height: 42px;
  background: #4D6DFA;
  opacity: 1;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  text-shadow: 5.55506px 18.16979px 68px rgba(54, 62, 147, 0.41);
  text-align: center;
  margin-right: 20px;
}

.page_index .mobie_swiper .btns .show_more {
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
  color: #3E83BE;
  text-shadow: 5.55506px 18.16979px 68px rgba(54, 62, 147, 0.41);
  opacity: 1;
  width: 124px;
  line-height: 38px;
  border: 2px solid #3E83BE;
  opacity: 1;
  border-radius: 22px;
  text-align: center;
}

.page_index .mobie_swiper .move_down {
  width: 37px;
  height: 24px;
  background: url("../images/mobile/next.png") no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  display: none;
}

.page_index .mobie_swiper .dot {
  padding-top: 36px;
}

.page_index .mobie_swiper .dot .dot_item {
  width: 10px;
  height: 10px;
  border: 1px solid #BCBFD1;
  opacity: 1;
  border-radius: 2px;
  margin-right: 16px;
  transition: all 0.1s linear;
}

.page_index .mobie_swiper .dot .dot_item:last-child {
  margin-right: 0;
}

.page_index .mobie_swiper .dot .dot_item.active {
  margin-top: -10px;
  border-color: #5167D8;
}

.page_index .swiper_box {
  max-width: 100%;
  height: 630px;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .page_index .swiper_box {
    display: none !important;
  }
}

.page_index .swiper_box ._img_contain {
  max-width: 192em;
}

.page_index .swiper_box .dot_pc {
  position: absolute;
  left: 60px;
  bottom: 119px;
  z-index: 999999999;
  width: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page_index .swiper_box .dot_pc .dot_item {
  width: 10px;
  height: 10px;
  border: 1px solid #BCBFD1;
  opacity: 1;
  border-radius: 2px;
  margin-bottom: 16px;
  transition: all 0.1s linear;
}

.page_index .swiper_box .dot_pc .dot_item:last-child {
  margin-bottom: 0;
}

.page_index .swiper_box .dot_pc .dot_item.active {
  margin-left: 10px;
  border-color: #5167D8;
}

@media screen and (max-width: 1200px) {
  .page_index .swiper_box {
    width: 100%;
    height: auto;
  }
}

.page_index .swiper_box .img-fluid_1 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page_index .swiper_box .img_box {
  margin: 0 auto;
}

.page_index .swiper_box .img_banner_show {
  box-sizing: border-box;
  align-items: flex-start;
  padding-top: 80px !important;
}

.page_index .swiper_box .img_banner_show .img_box_box {
  width: 100%;
  padding: 0 9.72222% !important;
}

.page_index .swiper_box .img_banner_show .title_show {
  font-size: 52px;
  font-weight: 500;
  font-weight: 500;
  line-height: 1;
  color: #022850;
}

.page_index .swiper_box .img_banner_show .label_item_box {
  margin-top: 30px;
  margin-bottom: 62px;
  visibility: hidden;
}

.page_index .swiper_box .img_banner_show .label_item_box .label_item {
  font-size: 23px;
  font-weight: 300;
  line-height: 1;
  color: #022850;
}

.page_index .swiper_box .img_banner_show .label_item_box .label_item::after {
  content: "";
  display: flex;
  width: 1px;
  height: 15px;
  background-color: #04294F;
  margin: 0 31px;
}

.page_index .swiper_box .img_banner_show .label_item_box .label_item:last-child::after {
  display: none;
}

.page_index .swiper_box .img_banner_show .right_img_box {
  width: 580px;
  height: 372px;
}

.page_index .swiper_box .img_banner_show .right_img_box img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.page_index .swiper_box .btns_box .more_btn {
  background: #4d6dfa;
  opacity: 1;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 20px 50px;
  color: #FFFFFF;
  text-shadow: 5.55506px 18.16979px 68px rgba(54, 62, 147, 0.41);
  opacity: 1;
  text-align: center;
  margin-right: 2em;
}

.page_index .swiper_box .btns_box .btn2 {
  padding: 18px 50px;
  border: 2px solid #3E83BE;
  opacity: 1;
  line-height: 1;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  color: #3E83BE;
  text-shadow: 5.55506px 18.16979px 68px rgba(54, 62, 147, 0.41);
  opacity: 1;
  text-align: center;
  box-sizing: border-box;
}

.page_index .swiper_box .btns_box .btn2 a {
  color: #3E83BE !important;
}

.page_index .info_box {
  width: 100%;
  box-sizing: border-box;
  padding-left: 13.68056%;
  padding-right: 13.05556%;
  margin-bottom: 208px;
  opacity: 0;
}

.page_index .info_box.info_box_2 {
  padding-left: 9% !important;
}

@media screen and (max-width: 1200px) {
  .page_index .info_box.info_box_2 {
    padding-left: 13.68056%;
    padding-right: 13.05556%;
  }
}

@media screen and (max-width: 1200px) {
  .page_index .info_box {
    margin-bottom: 10px;
    padding: 0 20px;
  }
}

.page_index .info_box:last-child {
  margin-bottom: 126px;
}

.page_index .info_box .row {
  margin: 0;
}

.page_index .info_box .detail_info {
  padding: 0;
  max-width: 565px;
}

.page_index .info_box .detail_info.detail_info_2 {
  max-width: 540px;
}

@media screen and (max-width: 700px) {
  .page_index .info_box .detail_info {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 700px) {
  .page_index .info_box .detail_info .img_box_info {
    width: 100%;
    order: 2;
  }
}

.page_index .info_box .detail_info .title {
  font-size: 38px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 40px;
  line-height: 1;
}

.page_index .info_box .detail_info .desc {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: rgba(2, 40, 80, 0.6);
  margin-bottom: 60px;
}

.page_index .info_box .detail_info .btn_item {
  width: 160px;
  line-height: 48px;
  border: 2px solid #4F71F5;
  opacity: 1;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #3E83BE;
  opacity: 1;
  margin-right: 40px;
  cursor: pointer;
}

.page_index .info_box .detail_info .btn_item a {
  text-decoration: none !important;
  color: #3E83BE;
}

.page_index .info_box .detail_info .online_server {
  width: 160px;
  line-height: 48px;
  background: #3E83BE;
  opacity: 1;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .page_index .info_box .img_box_right_info1, .page_index .info_box .img_box_right_info1, .page_index .info_box .img_box_info_left, .page_index .info_box .img_right_box {
    margin-bottom: 30px !important;
  }
}

.page_index .info_box .img_box {
  width: 443px;
}

.page_index .info_box .img_box img {
  width: 100%;
  object-fit: contain;
}

.page_index .banner_tip {
  opacity: 0;
  width: 100%;
  height: 200px;
  background: url("../images/Base.png") no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0 16.52778%;
}

@media screen and (max-width: 1200px) {
  .page_index .banner_tip {
    height: 120px;
    padding: 0 10px;
  }
}

.page_index .banner_tip .tip_content .title {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .page_index .banner_tip .tip_content .title {
    font-size: 13px;
  }
}

.page_index .banner_tip .tip_content .title_2 {
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .page_index .banner_tip .tip_content .title_2 {
    font-size: 18px;
  }
}

.page_index .banner_tip .more_btn {
  width: 215px;
  line-height: 60px;
  background: white;
  opacity: 1;
  font-size: 20px;
  font-weight: 500;
  color: #3E83BE;
  opacity: 1;
  text-align: center;
  border-radius: 30px;
}

@media screen and (max-width: 1200px) {
  .page_index .banner_tip .more_btn {
    font-size: 16px;
    width: 100px;
    line-height: 40px;
  }
}

.page_index .custom_testimony {
  flex-direction: column;
  margin-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .page_index .custom_testimony {
    padding: 0 20px;
  }
}

.page_index .custom_testimony .swiper_pagination_custom .dot {
  width: 10px;
  height: 10px;
  background: rgba(24, 26, 130, 0.25);
  margin-right: 12px;
  border-radius: 50%;
}

.page_index .custom_testimony .swiper_pagination_custom .dot:last-child {
  margin-right: 0;
}

.page_index .custom_testimony .swiper_pagination_custom .dot.active {
  background-color: #3E83BE;
}

.page_index .custom_testimony .custom_testimony_title {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #022850;
  line-height: 50px;
}

.page_index .custom_testimony .custom_testimony_swiper {
  width: 842px;
  height: 549px;
}

@media screen and (max-width: 1200px) {
  .page_index .custom_testimony .custom_testimony_swiper {
    width: 100%;
  }
}

.page_index .custom_testimony .custom_testimony_swiper .slider_box_conent {
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-top: 140px;
  width: 742px;
  height: 489px;
  margin: 0 auto;
}

.page_index .custom_testimony .custom_testimony_swiper .slider_box_conent::after {
  content: "";
  width: 54px;
  height: 57px;
  background: url("../images/y_h_2.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.page_index .custom_testimony .custom_testimony_swiper .slider_box_conent::before {
  content: "";
  width: 111px;
  height: 98px;
  background: url("../images/y_h_1.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 40px;
  left: 0px;
}

@media screen and (max-width: 1200px) {
  .page_index .custom_testimony .custom_testimony_swiper .slider_box_conent {
    width: 100%;
  }
}

.page_index .custom_testimony .custom_testimony_swiper .slider_box_conent .circle_avart {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 100px;
  z-index: 999;
}

.page_index .custom_testimony .custom_testimony_swiper .slider_box_conent .circle_avart img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.page_index .custom_testimony .custom_testimony_swiper .slider_box_conent .desc_content {
  width: 100%;
  height: 349px;
  background: #FFFFFF;
  box-shadow: 0px 3px 30px 1px rgba(4, 41, 79, 0.06);
  border-radius: 10px;
  opacity: 1;
  box-sizing: border-box;
  padding-top: 100px;
  text-align: center;
  position: relative;
}

.page_index .custom_testimony .custom_testimony_swiper .slider_box_conent .desc_content .content {
  width: 556px;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .page_index .custom_testimony .custom_testimony_swiper .slider_box_conent .desc_content .content {
    width: 90%;
  }
}

.page_index .custom_testimony .custom_testimony_swiper .slider_box_conent .desc_content .shop_title {
  font-size: 16px;
  font-weight: 400;
  color: #022850;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}

.page_index .industry_box {
  opacity: 0;
  box-sizing: border-box;
  padding-right: 280px;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .page_index .industry_box {
    padding: 0;
    margin: 0;
    justify-content: center;
    padding-right: 0;
    margin-bottom: 20px;
    margin-top: 0px;
  }
}

.page_index .industry_box .bg {
  width: 657px;
  height: 580px;
  background: url("../images/vector.png") no-repeat center center;
  background-size: 100% 100%;
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .page_index .industry_box .bg {
    width: 100%;
    height: 350px;
    margin: 0;
    padding: 0;
  }
}

.page_index .industry_box .bg img {
  width: 401px;
  margin-left: 190px;
  margin-top: 70px;
}

@media screen and (max-width: 1200px) {
  .page_index .industry_box .bg img {
    margin-left: 0;
    margin-top: 0;
  }
}

.page_index .industry_box .content {
  margin: 0;
  padding: 0;
  margin-top: -40px;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .page_index .industry_box .content {
    padding: 0 30px;
    margin-top: 0;
  }
}

.page_index .industry_box .content h2 {
  font-size: 36px;
  font-weight: 500;
  color: #022850;
  margin-bottom: 40px;
}

.page_index .industry_box .content p {
  font-size: 16px;
  font-weight: 500;
  color: rgba(2, 40, 80, 0.6);
  margin-bottom: 60px;
}

.page_index .industry_box .content a.nav_btn {
  width: 160px;
  line-height: 48px;
  border-radius: 24px;
  background-color: #3E83BE;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  display: inline-block;
}

.page_index .industry_box .content2 {
  margin-top: -80px;
}

@media screen and (max-width: 1200px) {
  .page_index .industry_box .content2 {
    margin-top: 0;
  }
}

.page_index .industry_box2 {
  margin-top: -80px;
}

@media screen and (max-width: 1200px) {
  .page_index .industry_box2 {
    margin: 0;
    margin-bottom: 50px;
  }
}

.page_index .industry_box_right {
  opacity: 0;
  width: 100%;
  box-sizing: border-box;
  height: 620px;
  margin: 0;
  padding-left: 287px;
  margin-top: -60px;
}

@media screen and (max-width: 1200px) {
  .page_index .industry_box_right {
    padding: 0;
    margin: 0;
    justify-content: center;
    margin-bottom: 50px;
  }
}

.page_index .industry_box_right .content {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-top: -40px;
}

@media screen and (max-width: 1200px) {
  .page_index .industry_box_right .content {
    padding: 0 30px;
    margin-top: 0px;
    order: 2;
  }
}

.page_index .industry_box_right .content h2 {
  font-size: 36px;
  font-weight: 500;
  color: #022850;
  margin-bottom: 40px;
}

.page_index .industry_box_right .content p {
  font-size: 16px;
  width: 80%;
  font-weight: 500;
  color: rgba(2, 40, 80, 0.6);
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .page_index .industry_box_right .content p {
    width: 100%;
  }
}

.page_index .industry_box_right .content a.nav_btn {
  width: 160px;
  line-height: 48px;
  border-radius: 24px;
  background-color: #3E83BE;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  display: inline-block;
}

.page_index .industry_box_right .bg_2 {
  width: 657px;
  height: 620px;
  background: url("../images/vector-right.png") no-repeat center center;
  background-size: 100% 100%;
}

.page_index .industry_box_right .bg_2 img {
  width: 401px;
  margin-left: -60px;
  margin-top: 109px;
}

@media screen and (max-width: 1200px) {
  .page_index .industry_box_right .bg_2 img {
    margin-left: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 1200px) {
  .page_index .industry_box_right .bg_2 {
    width: 100%;
    height: 350px;
    margin: 0;
    padding: 0;
    order: 1;
  }
}

.cooperation_box {
  opacity: 0;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .cooperation_box {
    margin-top: 100px;
  }
}

.cooperation_box .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  color: #022850;
  opacity: 1;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .cooperation_box .title {
    margin-bottom: 30px;
  }
}

.cooperation_box .swiper_box_content {
  width: 1160px;
  margin: 0 auto;
  overflow-x: hidden;
}

@media screen and (max-width: 1200px) {
  .cooperation_box .swiper_box_content {
    width: 100%;
  }
}

.cooperation_box .img_box {
  width: 1160px;
  margin: 0 auto;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-around;
  margin: 0 auto !important;
}

@media screen and (max-width: 1200px) {
  .cooperation_box .img_box {
    width: 100vw;
  }
}

.cooperation_box .img_box .item_img {
  width: 196px;
  height: 96px;
  margin-right: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cooperation_box .img_box .item_img:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .cooperation_box .img_box .item_img {
    width: 50%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px !important;
  }
}

.cooperation_box .img_box .item_img2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .cooperation_box .img_box .item_img2 {
    margin-bottom: 0px;
  }
}

.cooperation_box .img_box img {
  width: 196px;
  height: 96px;
}

@media screen and (max-width: 1200px) {
  .cooperation_box .img_box img {
    width: 132px;
    height: 64px;
  }
}

.cooperation_box .img_bottom {
  width: 65.5625em;
  margin: 0 auto;
  margin-top: 153px;
  margin-bottom: 100px;
}

.cooperation_box .img_bottom img {
  width: 65.5625em;
  height: 23.125em;
}

@media screen and (max-width: 1200px) {
  .cooperation_box .img_bottom {
    width: calc(100% - 30px);
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .cooperation_box .img_bottom img {
    width: 100%;
    height: auto;
  }
}

.cooperation_box .img_bottom .pos {
  position: absolute;
  left: 4em;
  bottom: 4.5em;
}

@media screen and (max-width: 1200px) {
  .cooperation_box .img_bottom .pos {
    bottom: 20px;
    left: 20px;
  }
}

.cooperation_box .img_bottom .pos .btn {
  width: 10em;
  background-color: #fff;
  line-height: 3em;
  color: #4F63DB;
  border-radius: 1.875em;
  margin-right: 2.5em;
}

@media screen and (max-width: 1200px) {
  .cooperation_box .img_bottom .pos .btn {
    width: 80px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 20px;
    margin-right: 20px;
  }
}

.cooperation_box .img_bottom .pos .btn:nth-child(2) {
  border: 1px solid #FFFFFF;
  background-color: transparent;
  font-weight: 500;
  color: #FFFFFF;
}

@media screen and (max-width: 1200px) {
  .cooperation_box .img_bottom .pos .btn:nth-child(2) {
    width: 80px;
    font-size: 12px;
  }
}

.cooperation_box2 {
  margin-top: 160px;
}

.choose_page .banner_icons {
  width: 100%;
  flex-direction: column;
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .choose_page .banner_icons {
    justify-content: flex-start;
  }
}

.choose_page .banner_icons .font_icon {
  position: relative;
  margin-top: 45px;
}

@media screen and (max-width: 1200px) {
  .choose_page .banner_icons .font_icon {
    width: 100%;
    height: 12.5em;
    margin-top: 0;
  }
}

.choose_page .banner_icons .font_icon .icons_box {
  transform: translateY(80px);
}

@media screen and (max-width: 1200px) {
  .choose_page .banner_icons .font_icon .icons_box {
    transform: translateY(0);
  }
}

.choose_page .banner_icons .font_icon .font_icon_img {
  width: 45.4375em;
  height: 11.9375em;
}

@media screen and (max-width: 1200px) {
  .choose_page .banner_icons .font_icon .font_icon_img {
    width: 13.63125em;
    height: 3.58125em;
  }
}

.choose_page .banner_icons .font_icon .icon {
  position: absolute;
}

.choose_page .banner_icons .font_icon .icon img {
  width: 5em;
  height: 5em;
}

@media screen and (max-width: 1200px) {
  .choose_page .banner_icons .font_icon .icon img {
    width: 2.5em;
    height: 2.5em;
  }
}

.choose_page .banner_icons .font_icon .icon_1 {
  left: -12.0625em;
  top: -6.5em;
}

@media screen and (max-width: 1200px) {
  .choose_page .banner_icons .font_icon .icon_1 {
    left: 1.70625em;
    top: 0.65em;
  }
}

@media screen and (min-height: 750px) and (max-height: 800px) {
  .choose_page .banner_icons .font_icon .icon_1 {
    left: -230px;
    top: -40px;
  }
}

.choose_page .banner_icons .font_icon .icon_2 {
  right: -12.0625em;
  top: -6.5em;
}

@media screen and (max-width: 1200px) {
  .choose_page .banner_icons .font_icon .icon_2 {
    right: 1.70625em;
    top: 0.65em;
  }
}

@media screen and (min-height: 750px) and (max-height: 800px) {
  .choose_page .banner_icons .font_icon .icon_2 {
    right: -230px;
    top: -40px;
  }
}

.choose_page .banner_icons .font_icon .icon_3 {
  left: -17.0625em;
  top: 2em;
}

@media screen and (max-width: 1200px) {
  .choose_page .banner_icons .font_icon .icon_3 {
    left: 0.4375em;
    top: 3.75em;
  }
}

@media screen and (min-height: 750px) and (max-height: 800px) {
  .choose_page .banner_icons .font_icon .icon_3 {
    top: 3.75em;
  }
}

.choose_page .banner_icons .font_icon .icon_4 {
  right: -17.0625em;
  top: 2em;
}

@media screen and (max-width: 1200px) {
  .choose_page .banner_icons .font_icon .icon_4 {
    right: 0.4375em;
    top: 3.75em;
  }
}

@media screen and (min-height: 750px) and (max-height: 800px) {
  .choose_page .banner_icons .font_icon .icon_4 {
    top: 3.75em;
  }
}

.choose_page .banner_icons .font_icon .icon_5 {
  left: -12.0625em;
  top: 10.75em;
}

@media screen and (max-width: 1200px) {
  .choose_page .banner_icons .font_icon .icon_5 {
    left: 1.625em;
    top: 6.9375em;
  }
}

@media screen and (min-height: 750px) and (max-height: 800px) {
  .choose_page .banner_icons .font_icon .icon_5 {
    left: -230px;
  }
}

.choose_page .banner_icons .font_icon .icon_6 {
  right: -12.0625em;
  top: 10.75em;
}

@media screen and (max-width: 1200px) {
  .choose_page .banner_icons .font_icon .icon_6 {
    right: 1.625em;
    top: 6.9375em;
  }
}

@media screen and (min-height: 750px) and (max-height: 800px) {
  .choose_page .banner_icons .font_icon .icon_6 {
    right: -230px;
  }
}

.choose_page .banner_icons .btn_box {
  margin-top: 48px;
}

@media screen and (max-width: 1200px) {
  .choose_page .banner_icons .btn_box {
    margin-top: 0px;
    margin-bottom: 20px !important;
  }
}

.choose_page .banner_icons .btn_box div:nth-child(1) {
  margin-right: 20px;
}

.choose_page .desc_box {
  margin: 0 auto;
  width: 80%;
  margin-top: 6.4375em !important;
}

@media screen and (max-width: 1200px) {
  .choose_page .desc_box {
    padding: 0 !important;
    margin-top: 0 !important;
    flex-direction: column;
  }
}

.choose_page .desc_box .desc_item {
  padding-top: 31px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  color: #022850;
  box-sizing: border-box;
  word-break: keep-all;
  text-align: center;
  width: 304px;
  height: 390px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.9);
  opacity: 0.75;
  border-radius: 16px;
}

.choose_page .desc_box .desc_item:nth-child(2) {
  margin: 0 26px;
}

.choose_page .desc_box .desc_item .img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.choose_page .desc_box .desc_item .img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .choose_page .desc_box .desc_item {
    margin-bottom: 1.25em !important;
  }
}

.choose_page .desc_box .desc_item div:nth-child(2) {
  font-size: 22px;
  font-family: Arial;
  font-weight: bold;
  line-height: 26px;
  color: #3E83BE;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .choose_page .desc_box .desc_item div:nth-child(2) {
    margin-bottom: 0.3125em;
    font-size: 28px;
  }
}

.choose_page .desc_box .desc_item div:nth-child(3) {
  padding: 0 35px;
  font-size: 16px;
  line-height: 26px;
  color: #022850;
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  .choose_page .desc_box .desc_item div:nth-child(3) {
    font-size: 16px;
  }
}

.choose_page .industry_num {
  flex-direction: column;
  position: relative;
}

.choose_page .industry_num .industry_num_box {
  margin-bottom: 68px;
}

@media screen and (max-width: 1200px) {
  .choose_page .industry_num .industry_num_box {
    flex-direction: column;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1200px) {
  .choose_page .industry_num .industry_num_box .industry_num_item {
    margin-bottom: 30px;
  }
}

.choose_page .industry_num .industry_num_box .industry_num_item.circle_one::after {
  content: "";
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 12px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  left: -20%;
  transform: translateX(-50%);
  top: 36px;
  opacity: 0.5;
}

.choose_page .industry_num .industry_num_box .industry_num_item.margin_l_r {
  margin: 0 160px;
}

@media screen and (max-width: 1200px) {
  .choose_page .industry_num .industry_num_box .industry_num_item.margin_l_r {
    margin: 0 0;
    margin-bottom: 30px;
  }
}

.choose_page .industry_num .industry_num_box .industry_num_item.margin_r {
  margin-right: 110px;
}

@media screen and (max-width: 1200px) {
  .choose_page .industry_num .industry_num_box .industry_num_item.margin_r {
    margin: 0 0;
    margin-bottom: 30px;
  }
}

.choose_page .industry_num .industry_num_box .industry_num_item .num_show {
  font-size: 76px;
  font-weight: 500;
  color: #3E83BE;
  opacity: 1;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
  position: relative;
}

.choose_page .industry_num .industry_num_box .industry_num_item .num_show::after {
  content: "";
  position: absolute;
  width: 40px;
  border: 2px solid #3E83BE;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}

.choose_page .industry_num .industry_num_box .industry_num_item .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #022850;
  opacity: 0.6;
  text-align: center;
  line-height: 1;
}

.choose_page .industry_xf {
  width: 100%;
  padding: 0 12.5% !important;
  margin-top: 128px !important;
  margin-bottom: 252px !important;
}

@media screen and (max-width: 1200px) {
  .choose_page .industry_xf {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.choose_page .industry_xf a.connect {
  display: block;
}

.choose_page .industry_xf .left {
  margin-top: -60px !important;
}

@media screen and (max-width: 1200px) {
  .choose_page .industry_xf .left {
    padding: 20px !important;
    margin-top: 0px !important;
  }
}

.choose_page .industry_xf .left .title {
  font-size: 36px;
  font-weight: 500;
  color: #022850;
  margin-bottom: 40px;
}

.choose_page .industry_xf .left .desc {
  width: 426px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #022850;
  opacity: 0.6;
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .choose_page .industry_xf .left .desc {
    width: auto;
  }
}

.choose_page .industry_xf .right img {
  width: 654px;
  height: 467px;
}

@media screen and (max-width: 1200px) {
  .choose_page .industry_xf .right {
    width: 100%;
  }
  .choose_page .industry_xf .right img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.choose_page .industry_xf2 {
  margin-bottom: 152px !important;
}

@media screen and (max-width: 1200px) {
  .choose_page .industry_xf2 {
    margin-bottom: 0 !important;
  }
}

.choose_page .ai_eye_box {
  margin-bottom: 120px !important;
}

@media screen and (max-width: 1200px) {
  .choose_page .ai_eye_box {
    margin-bottom: 100px !important;
  }
}

.choose_page .ai_eye_box .left_eye .eye_img {
  width: 572px;
  height: 208px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .choose_page .ai_eye_box .left_eye .eye_img {
    width: 100%;
    height: auto;
  }
}

.choose_page .ai_eye_box .left_eye .eye_img img.opacity {
  width: 100%;
  object-fit: fill;
  opacity: 0;
}

.choose_page .ai_eye_box .left_eye .eye_img img.show_img {
  width: 100%;
  object-fit: fill;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.choose_page .ai_eye_box .left_eye .eye_img::after {
  content: "";
  width: 52px;
  height: 52px;
  background-color: #EBEEFE;
  border-radius: 50%;
  position: absolute;
  left: 78px;
  top: 24px;
}

.choose_page .ai_eye_box .left_eye .eye_img::before {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #Fff;
  border-radius: 50%;
  position: absolute;
  left: 89px;
  top: 34px;
  z-index: 1;
}

.choose_page .ai_eye_box .right_eye .data_show {
  flex-direction: column;
  text-align: center;
}

.choose_page .ai_eye_box .right_eye .data_show div:nth-child(1) {
  font-size: 48px;
  font-weight: 500;
  color: #3E83BE;
}

.choose_page .ai_eye_box .right_eye .data_show div:nth-child(2) {
  font-size: 20px;
  font-weight: 500;
  color: #022850;
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  .choose_page .brain_box {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 1200px) {
  .choose_page .brain_box .left_brain {
    order: 2;
  }
}

.choose_page .brain_box .left_brain .fx_item {
  font-size: 20px;
  font-weight: 500;
  color: #022850;
  line-height: 1;
}

.choose_page .brain_box .left_brain .fx_item div:nth-child(2) {
  opacity: 0.6;
}

.choose_page .brain_box .left_brain .fx_item img {
  width: 40px;
  height: 40px;
  margin-bottom: 19px;
}

.choose_page .brain_box .left_brain .fx_item:nth-child(2) {
  margin: 0 40px;
}

@media screen and (max-width: 1200px) {
  .choose_page .brain_box .right_brain {
    order: 1;
  }
}

.choose_page .brain_box .right_brain img {
  width: 572px;
  height: 208px;
}

@media screen and (max-width: 1200px) {
  .choose_page .brain_box .right_brain img {
    width: 100%;
    height: auto;
  }
}

.choose_page .ahead_box {
  box-sizing: border-box;
  padding: 0 16.52778% !important;
  margin-bottom: 130px !important;
  margin-top: 169px !important;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .choose_page .ahead_box {
    padding: 0 30px !important;
    margin-bottom: 0px !important;
    margin-top: 50px !important;
  }
}

.choose_page .ahead_box::after {
  content: '';
  width: 182px;
  height: 182px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 20px solid #EBEEFE;
  position: absolute;
  left: -91px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .choose_page .ahead_box::after {
    display: none;
  }
}

.choose_page .ahead_box .ahead_item {
  width: 304px;
  height: 400px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.9);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-top: 30px;
}

@media screen and (max-width: 1200px) {
  .choose_page .ahead_box .ahead_item {
    margin-bottom: 30px;
  }
}

.choose_page .ahead_box .ahead_item .circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.choose_page .ahead_box .ahead_item .circle .circle_img img {
  width: 100%;
  height: 100px;
}

.choose_page .ahead_box .ahead_item .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #022850;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.choose_page .ahead_box .ahead_item .btn_label {
  display: inline-block;
  line-height: 1;
  padding: 10px 30px;
  background: #EEF2FD;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #3E83BE;
  text-align: center;
  margin-bottom: 20px;
}

.choose_page .ahead_box .ahead_item .ahead_des {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #022850;
  opacity: 0.8;
  padding: 0 36px;
}

.choose_page .ahead_box .ahead_left {
  background-color: transparent;
}

.choose_page .ahead_box .ahead_middle {
  background-color: transparent;
}

.choose_page .ahead_box .ahead_right {
  background-color: transparent;
}

.choose_page .map_show {
  margin-bottom: 170px;
}

@media screen and (max-width: 1200px) {
  .choose_page .map_show {
    margin-bottom: 130px;
  }
}

.choose_page .map_show .map_title {
  width: 100%;
  height: 346px;
  background: url("../images/choose_page/c_bg.png") no-repeat center center;
  background-size: 100%;
}

@media screen and (max-width: 1200px) {
  .choose_page .map_show .map_title {
    width: 100%;
    height: 200px;
  }
}

.choose_page .map_show .map_title .content {
  width: 100%;
  box-sizing: border-box;
  padding: 0 12.5% !important;
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .choose_page .map_show .map_title .content {
    padding: 0 30px !important;
  }
}

.choose_page .map_show .map_title .content .title {
  font-size: 2.875em;
  font-weight: 500;
  color: #FFFFFF;
}

@media screen and (max-width: 1200px) {
  .choose_page .map_show .map_title .content .title {
    font-size: 0.75em;
  }
}

.choose_page .map_show .map_title .content .desc {
  font-size: 1.25em;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1;
  width: 620px;
}

@media screen and (max-width: 1200px) {
  .choose_page .map_show .map_title .content .desc {
    font-size: 0.5em;
    width: auto;
  }
}

.choose_page .map_show .map_img {
  align-items: flex-start;
  margin-top: calc(-346px + 265px);
}

@media screen and (max-width: 1200px) {
  .choose_page .map_show .map_img {
    margin-top: -67px;
  }
}

.choose_page .map_show .map_img .img {
  width: 1157px;
  height: 588px;
  align-items: flex-start;
  background: linear-gradient(180deg, rgba(239, 241, 255, 0.95) 0%, #FFFFFF 100%);
}

@media screen and (max-width: 1200px) {
  .choose_page .map_show .map_img .img {
    width: 100%;
    height: auto;
  }
}

.choose_page .map_show .map_img .img img {
  width: 100%;
  height: auto;
}

.choose_page .map_show .rule_box .title p {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 48px;
  font-weight: 300;
  color: #022850;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .choose_page .map_show .rule_box .title p {
    font-size: 20px;
  }
}

.choose_page .map_show .rule_box .title p:nth-child(1) {
  font-weight: 500;
}

.choose_page .map_show .rule_box .rule_info {
  padding-left: 12.5% !important;
  padding-right: 9.72222% !important;
  margin-top: 71px !important;
}

.choose_page .map_show .rule_box .rule_info .rule_item {
  padding: 0 20px !important;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .choose_page .map_show .rule_box .rule_info .rule_item {
    margin-bottom: 30px !important;
  }
}

.choose_page .map_show .rule_box .rule_info .rule_item:nth-child(2)::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 90px;
  background-color: #EBEFFE;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .choose_page .map_show .rule_box .rule_info .rule_item:nth-child(2)::after {
    opacity: 0;
  }
}

.choose_page .map_show .rule_box .rule_info .rule_item:nth-child(2)::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 90px;
  background-color: #EBEFFE;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .choose_page .map_show .rule_box .rule_info .rule_item:nth-child(2)::before {
    opacity: 0;
  }
}

.choose_page .map_show .rule_box .rule_info .rule_item .title {
  font-size: 24px;
  font-weight: 500;
  color: #022850;
  line-height: 1;
  margin-bottom: 30px;
}

.choose_page .map_show .rule_box .rule_info .rule_item .desc {
  font-size: 16px;
  font-weight: 300;
  color: #022850;
  opacity: 1;
}

.choose_page .show_product_banner {
  margin-bottom: 136px;
}

.choose_page .show_product_banner .title {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  color: #022850;
  opacity: 1;
  margin-bottom: 61px;
}

.choose_page .show_product_banner .img_item {
  width: 33.33%;
  height: 563px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .choose_page .show_product_banner .img_item {
    height: auto;
  }
}

.choose_page .show_product_banner .img_item:hover img {
  transform: scale(1.1);
}

.choose_page .show_product_banner .img_item img {
  width: 100%;
  height: auto;
  object-fit: fill;
  transition: all 0.6s;
}

.choose_page .show_product_banner .img_item .mark_box {
  flex-direction: column;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.67) 70%, rgba(0, 0, 0, 0.8) 100%);
}

.choose_page .show_product_banner .img_item .mark_box .product_title {
  width: 90%;
  font-size: 27px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1;
  line-height: 1;
  padding-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .choose_page .show_product_banner .img_item .mark_box .product_title {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

.contact_us {
  margin-bottom: 130px;
  margin-top: 188px;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .contact_us {
    margin-top: 100px;
  }
}

.contact_us .title {
  font-size: 36px;
  font-weight: 500;
  color: #022850;
  opacity: 1;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

.contact_us .tip {
  font-size: 14px;
  color: #022850;
  opacity: 0.8;
  text-align: center;
  margin-bottom: 39px;
}

@media screen and (max-width: 1200px) {
  .contact_us .tip {
    padding: 0 10px;
  }
}

.contact_us .form_box {
  flex-direction: column;
}

.contact_us .form_box .form_input_box {
  margin-bottom: 21px !important;
}

@media screen and (min-width: 1200px) {
  .contact_us .form_box .form_input_box {
    width: 578px;
    margin: 0 auto;
  }
}

.contact_us .form_box .form_input_box .input_box {
  position: relative;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1200px) {
  .contact_us .form_box .form_input_box .input_box {
    justify-content: center;
    margin-bottom: 21px !important;
  }
  .contact_us .form_box .form_input_box .input_box:nth-child(2) {
    margin-bottom: 0 !important;
  }
}

.contact_us .form_box .form_input_box .input_box .user_name_box {
  width: 46% !important;
  padding: 0 !important;
}

@media screen and (max-width: 1200px) {
  .contact_us .form_box .form_input_box .input_box .user_name_box {
    width: 44% !important;
  }
}

.contact_us .form_box .form_input_box .input_box:hover .options_list {
  opacity: 1;
  pointer-events: all;
}

.contact_us .form_box .form_input_box .input_box .options_list {
  opacity: 0;
  pointer-events: none;
  transition: all linear 0.3s;
  position: absolute;
  width: 100%;
  top: 47px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  box-shadow: 0px 10px 60px rgba(226, 232, 248, 0.8);
  border-radius: 16px;
  z-index: 999;
  padding-top: 20px;
}

.contact_us .form_box .form_input_box .input_box .options_list .opt_item {
  width: 189px;
  line-height: 34px;
  border-radius: 17px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #04294F;
  opacity: 1;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px 0;
  cursor: pointer;
}

.contact_us .form_box .form_input_box .input_box .options_list .opt_item:hover {
  background: #F5F6FE;
  color: #4F63DB;
}

.contact_us .form_box .form_input_box .input_box .input_item {
  width: 277px;
  height: 48px;
  background-color: #F5F6FE;
  box-sizing: border-box;
  padding-right: 30px;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .contact_us .form_box .form_input_box .input_box .input_item {
    width: 90%;
  }
}

.contact_us .form_box .form_input_box .input_box .input_item:nth-of-type(1) input {
  width: 100%;
}

.contact_us .form_box .form_input_box .input_box .input_item:hover .up_arr {
  transform: rotate(180deg);
}

.contact_us .form_box .form_input_box .input_box .input_item .up_arr {
  width: 13px;
  height: 10px;
  background: url("../images/connect_dow.png") no-repeat center center;
  background-size: 100% 100%;
  transition: all linear 0.3s;
}

.contact_us .form_box .form_input_box .input_box .input_item input {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  line-height: 40px;
  background-color: #F5F6FE;
  font-size: 12px;
  color: #4A6CFA;
  font-weight: 500;
}

.contact_us .form_box .require {
  position: relative;
}

.contact_us .form_box .require::after {
  content: "*";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3px;
  color: #FF2F2F;
  font-size: 22px;
}

@media screen and (max-width: 1200px) {
  .contact_us .form_box .require::after {
    right: 3px !important;
  }
}

.contact_us .form_box .require.right_require::after {
  right: -14px;
}

.contact_us .form_box .require.right_require_m::after {
  right: -11px !important;
}

.contact_us .form_box .textarea_box {
  width: 578px;
  box-sizing: border-box;
  padding: 18px 30px;
  background-color: #F5F6FE;
  margin-bottom: 30px;
}

.contact_us .form_box .textarea_box.require::after {
  content: "*";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  color: #FF2F2F;
  font-size: 22px;
}

@media screen and (max-width: 1200px) {
  .contact_us .form_box .textarea_box {
    width: 90%;
  }
}

.contact_us .form_box .textarea_box textarea {
  border: none;
  background-color: #F5F6FE;
  font-size: 12px;
  color: #4A6CFA;
  font-weight: 500;
  width: 100%;
  outline: none;
  resize: none;
}

.contact_us .form_box .submit_btn {
  width: 578px;
  line-height: 48px;
  background: #4A6CFA;
  opacity: 1;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 24px;
  text-align: center;
  cursor: pointer;
  transition: all linear 0.3s;
}

.contact_us .form_box .submit_btn.disabled {
  background: #ddd;
}

@media screen and (max-width: 1200px) {
  .contact_us .form_box .submit_btn {
    width: 90%;
  }
}

.contact_us .form_box .rule_box {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #04294F;
  opacity: 1;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .contact_us .form_box .rule_box {
    text-align: left !important;
    line-height: 1.2 !important;
  }
}

.contact_us .form_box .rule_box .show_mobile_br {
  display: none;
}

@media screen and (max-width: 1200px) {
  .contact_us .form_box .rule_box .show_mobile_br {
    display: flex;
  }
}

.contact_us .form_box .rule_box .link {
  color: #4A6CFA;
  cursor: pointer;
}

.contact_us .form_box .rule_box .radio_box {
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: url("../images/no_select_radio.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 10px;
  transition: all linear 0.3s;
}

.contact_us .form_box .rule_box .radio_box.selected {
  background: url("../images/has_select_radio.png") no-repeat center center;
  background-size: 100% 100%;
}

.ai_container_page .ai_container_banner {
  height: calc(100vh - 96px);
  overflow: hidden;
  padding: 0 9.72222%;
  box-sizing: border-box;
}

.ai_container_page .ai_container_banner .ai_container_banner_box {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_container_banner {
    height: auto !important;
  }
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_container_banner .ai_container_banner_box {
    flex-direction: column;
  }
}

.ai_container_page .ai_container_banner img.banner {
  width: 1440px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_container_banner .left_img {
    margin-bottom: 30px;
  }
}

.ai_container_page .ai_container_banner .left_img .left_img_box {
  height: 176px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_container_banner .left_img .left_img_box {
    width: 100%;
    height: auto;
  }
}

.ai_container_page .ai_container_banner .left_img .left_img_box .title {
  font-size: 56px;
  font-family: Arial;
  font-weight: 500;
  line-height: 66px;
  color: #022850;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_container_banner .left_img .left_img_box .title {
    font-size: 28px;
  }
}

.ai_container_page .ai_container_banner .left_img .left_img_box .desc {
  font-size: 24px;
  font-family: Helvetica Neue LT Std;
  font-weight: normal;
  line-height: 46px;
  color: #022850;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_container_banner .left_img .left_img_box .desc {
    font-size: 20px;
    line-height: 30px;
  }
}

.ai_container_page .ai_container_banner .left_img .left_img_box img {
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_container_banner .left_img .btns_box .more_btn {
    width: 131px !important;
    line-height: 35px !important;
  }
}

.ai_container_page .ai_container_banner .img_right {
  width: 490px;
  height: 430px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_container_banner .img_right {
    width: 100%;
    height: auto;
  }
}

.ai_container_page .ai_container_banner .img_right img {
  width: 100%;
  object-fit: contain;
}

.ai_container_page .ai_container_banner .btns_box {
  font-size: 16px;
  padding-top: 40px !important;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_container_banner .btns_box {
    justify-content: space-between;
  }
}

.ai_container_page .ai_container_banner .btns_box .more_btn {
  background: #4d6dfa;
  opacity: 1;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  width: 9.25em;
  line-height: 3.5em;
  color: #FFFFFF;
  text-shadow: 5.55506px 18.16979px 68px rgba(54, 62, 147, 0.41);
  opacity: 1;
  text-align: center;
  margin-right: 1.25em;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_container_banner .btns_box .more_btn {
    width: 6.475em;
    line-height: 2.1em;
  }
}

.ai_container_page .ai_container_banner .btns_box .btn2 {
  width: 11.1875em;
  border: 2px solid #3E83BE;
  opacity: 1;
  line-height: 3.375em;
  border-radius: 1.875em;
  font-size: 1em;
  font-weight: 500;
  box-sizing: border-box;
  color: #3E83BE;
  text-shadow: 5.55506px 18.16979px 68px rgba(54, 62, 147, 0.41);
  opacity: 1;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_container_banner .btns_box .btn2 {
    width: 7.83125em;
    line-height: 1.875em;
  }
}

.ai_container_page .ai_container_banner .btns_box .btn2 a {
  color: #3E83BE !important;
}

.ai_container_page .containner_des {
  box-sizing: border-box;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .containner_des {
    margin-top: 30px;
  }
}

.ai_container_page .containner_des .title {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
  color: #022850;
  opacity: 1;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .containner_des .title {
    font-size: 40px;
    margin-bottom: 30px !important;
  }
}

.ai_container_page .containner_des .desc {
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
  color: #022850;
  opacity: 0.8;
  text-align: center;
  margin-bottom: 56px;
  width: 1050px;
  margin: 0 auto;
  margin-bottom: 62px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .containner_des .desc {
    width: 100%;
    padding: 0 20px !important;
    margin-bottom: 30px !important;
  }
}

.ai_container_page .containner_des .item_box {
  box-sizing: border-box;
  padding: 0 5% !important;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .containner_des .item_box {
    padding: 0 10% !important;
  }
}

.ai_container_page .containner_des .item_box .item {
  height: 192px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 10px 60px rgba(226, 232, 248, 0.8);
  border-radius: 16px;
  position: relative;
  padding: 30px 0 !important;
  padding-left: 52px !important;
  padding-right: 28px !important;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .containner_des .item_box .item {
    height: 246px;
  }
}

.ai_container_page .containner_des .item_box .item::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  background-size: 100% 100%;
  left: -32px;
  top: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.ai_container_page .containner_des .item_box .item:nth-child(1)::after {
  background-image: url("../images/ai_container/brand_icon.png");
}

.ai_container_page .containner_des .item_box .item:nth-child(2) {
  margin: 0 65px !important;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .containner_des .item_box .item:nth-child(2) {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
}

.ai_container_page .containner_des .item_box .item:nth-child(2)::after {
  background-image: url("../images/ai_container/yy_icon.png");
}

.ai_container_page .containner_des .item_box .item:nth-child(3)::after {
  background-image: url("../images/ai_container/custom_icon.png");
}

.ai_container_page .containner_des .item_box .item .title_item {
  font-size: 24px;
  font-weight: 500;
  color: #022850;
  margin-bottom: 6px;
}

.ai_container_page .containner_des .item_box .item .desc_item {
  font-size: 13px;
  font-weight: 300;
  color: #022850;
  opacity: 0.6;
}

.ai_container_page .ai_container_types {
  margin-top: 183px !important;
  padding-right: 17.36111% !important;
  padding-left: 15.97222% !important;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_container_types {
    padding: 0 30px !important;
    flex-direction: column;
    margin-top: 50px !important;
  }
}

.ai_container_page .ai_container_types .left_img {
  width: 374px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_container_types .left_img {
    width: auto;
  }
}

.ai_container_page .ai_container_types .left_img .img_box {
  width: 374px;
  height: 374px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_container_types .left_img .img_box {
    width: auto;
  }
}

.ai_container_page .ai_container_types .left_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_container_types .left_img {
    margin-bottom: 30px !important;
  }
}

.ai_container_page .ai_container_types .right_img {
  width: 374px;
}

.ai_container_page .ai_container_types .right_img .img_box {
  width: 374px;
  height: 374px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_container_types .right_img .img_box {
    width: auto;
  }
}

.ai_container_page .ai_container_types .right_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_container_types .right_item {
    justify-content: center;
  }
}

.ai_container_page .ai_container_types .lr_item {
  text-align: center;
  flex-direction: column;
}

.ai_container_page .ai_container_types .lr_item .title {
  font-size: 36px;
  font-weight: 500;
  color: #022850;
  opacity: 1;
  line-height: 1;
  margin-bottom: 20px;
}

.ai_container_page .ai_container_types .lr_item .desc {
  font-size: 20px;
  font-weight: 300;
  color: #022850;
  opacity: 0.6;
}

.ai_container_page .nav_anchor {
  width: 100%;
  height: 72px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s linear;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
}

.ai_container_page .nav_anchor .anchor_item {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #022850;
  opacity: 1;
  cursor: pointer;
}

.ai_container_page .nav_anchor .anchor_item:nth-child(1) {
  margin-right: 426px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .nav_anchor .anchor_item:nth-child(1) {
    margin-right: 30px;
  }
}

.ai_container_page .nav_anchor .anchor_item.active {
  color: #3E83BE;
}

.ai_container_page .ai_sand_show {
  box-sizing: border-box;
  padding-left: 16.52778% !important;
  padding-right: 9.72222% !important;
  padding-top: 200px !important;
  margin-bottom: 140px;
}

.ai_container_page .ai_sand_show.ai_sand_show_zg {
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_sand_show {
    padding: 0 30px !important;
    padding-top: 100px !important;
  }
}

.ai_container_page .ai_sand_show .left_ai {
  font-size: 34px;
  font-weight: 500;
  color: #022850;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_sand_show .left_ai {
    margin-bottom: 30px !important;
  }
}

.ai_container_page .ai_sand_show .left_ai .left_ai_content .icon_box {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #022850;
  text-align: center;
  margin-right: 48px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_sand_show .left_ai .left_ai_content .icon_box {
    margin-right: 20px;
  }
}

.ai_container_page .ai_sand_show .left_ai .left_ai_content .icon_box:last-child {
  margin-right: 0;
}

.ai_container_page .ai_sand_show .left_ai .left_ai_content .icon_box .img_icon {
  width: 70px;
  height: 70px;
  margin-bottom: 11px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_sand_show .left_ai .left_ai_content .icon_box .img_icon {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_sand_show .left_ai .left_ai_content .ai_btn_box {
    justify-content: center;
  }
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_sand_show .left_ai .left_ai_content {
    width: 100%;
  }
}

.ai_container_page .ai_sand_show .left_ai .left_ai_content .title:nth-child(2) {
  font-size: 36px;
}

.ai_container_page .ai_sand_show .left_ai .left_ai_content .title:nth-child(2) {
  font-size: 24px;
}

.ai_container_page .ai_sand_show .left_ai .left_ai_content .title:nth-child(3) {
  font-size: 24px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_sand_show .left_ai .left_ai_content .title {
    font-size: 30px;
  }
}

.ai_container_page .ai_sand_show .left_ai .left_ai_content .title_small {
  word-break: keep-all;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_sand_show .left_ai .left_ai_content .title_small {
    font-size: 22px;
  }
}

.ai_container_page .ai_sand_show .left_ai .left_ai_content .desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #022850;
  opacity: 0.8;
  padding-bottom: 54px;
  margin-bottom: 0;
  white-space: pre-line;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_sand_show .left_ai .left_ai_content .desc {
    width: 100%;
  }
}

.ai_container_page .ai_sand_show .left_ai .left_ai_content .icons_box_line {
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_sand_show .left_ai .left_ai_content .icons_box_line {
    justify-content: center;
  }
}

.ai_container_page .ai_sand_show .left_ai .left_ai_content .to_detail {
  line-height: 28px;
  width: auto;
  padding: 10px 30px;
  margin-left: 20px;
}

.ai_container_page .ai_sand_show .left_ai .left_ai_content .online_answer {
  padding: 10px 20px;
  line-height: 1;
  background: #4D6DFA;
  opacity: 1;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #FFFFFF;
  text-align: center;
}

.ai_container_page .ai_sand_show .right_ai_box .right_ai {
  height: 394px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_sand_show .right_ai_box .right_ai {
    width: 100%;
    height: auto;
  }
}

.ai_container_page .ai_sand_show .right_ai_box .right_ai img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ai_container_page .ai_sand_show2 {
  padding-top: 193px !important;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .ai_sand_show2 {
    padding: 0 30px !important;
    padding-top: 100px !important;
  }
}

.ai_container_page .clound_compute {
  margin-bottom: 120px;
  opacity: 0;
}

.ai_container_page .clound_compute .tabs {
  margin: 0 auto;
  margin-bottom: 35px;
}

.ai_container_page .clound_compute .tabs .tab {
  width: 220px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #022850;
  line-height: 1;
  padding: 14px 0;
  position: relative;
  cursor: pointer;
}

.ai_container_page .clound_compute .tabs .tab::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #3E83BE;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
}

.ai_container_page .clound_compute .tabs .tab.active, .ai_container_page .clound_compute .tabs .tab:hover {
  font-size: 24px;
  font-weight: 500;
  color: #3E83BE;
}

.ai_container_page .clound_compute .tabs .tab.active::after, .ai_container_page .clound_compute .tabs .tab:hover::after {
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .ai_container_page .clound_compute .clound_swiper_mobile {
    display: none;
  }
  .ai_container_page .clound_compute .clound_swiper_pc {
    display: flex;
  }
}

@media screen and (max-width: 1200px) {
  .ai_container_page .clound_compute .clound_swiper_mobile {
    display: flex;
  }
  .ai_container_page .clound_compute .clound_swiper_pc {
    display: none;
  }
}

.ai_container_page .clound_compute .clound_box {
  width: 100%;
}

.ai_container_page .clound_compute .clound_swiper .left_btn {
  width: 40px;
  height: 40px;
  background: url("../images/ai_container/left_b_no.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 58px;
  margin-top: -100px;
  cursor: pointer;
  transition: all linear 0.2s;
}

.ai_container_page .clound_compute .clound_swiper .left_btn:hover {
  background: url("../images/ai_container/left_b_yes.png") no-repeat center center;
  background-size: 100% 100%;
}

.ai_container_page .clound_compute .clound_swiper .right_btn {
  width: 40px;
  height: 40px;
  background: url("../images/ai_container/right_b_no.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: 58px;
  cursor: pointer;
  margin-top: -100px;
  transition: all linear 0.2s;
}

.ai_container_page .clound_compute .clound_swiper .right_btn:hover {
  background: url("../images/ai_container/right_b_yes.png") no-repeat center center;
  background-size: 100% 100%;
}

.ai_container_page .clound_compute .clound_swiper .swiper_box_clound {
  width: 964px;
  margin: unset;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .clound_compute .clound_swiper .swiper_box_clound {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .ai_container_page .clound_compute .clound_swiper .swiper_box_clound .swiper_slider_box {
    box-sizing: border-box;
    padding: 0 30px;
    justify-content: space-between;
  }
}

.ai_container_page .clound_compute .clound_swiper .swiper_box_clound .info_box_swiper:nth-child(2) {
  margin: 0 20px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .clound_compute .clound_swiper .swiper_box_clound .info_box_swiper:nth-child(2) {
    margin: 0;
  }
}

.ai_container_page .clound_compute .clound_swiper .swiper_box_clound .info_box_swiper .img_box {
  width: 308px;
  height: 384px;
  background: #F4F7FC;
  border-radius: 16px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.ai_container_page .clound_compute .clound_swiper .swiper_box_clound .info_box_swiper .img_box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .clound_compute .clound_swiper .swiper_box_clound .info_box_swiper .img_box {
    width: 123.2px;
    height: 153.6px;
    border-radius: 6.4px;
    margin-bottom: 12px;
  }
}

.ai_container_page .clound_compute .clound_swiper .swiper_box_clound .info_box_swiper .title_box {
  width: 308px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #022850;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .clound_compute .clound_swiper .swiper_box_clound .info_box_swiper .title_box {
    width: 123.2px;
  }
}

.ai_container_page .clound_compute .clound_swiper .swiper_box_clound .info_box_swiper .title_box .desc {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #022850;
  opacity: 0.8;
  text-align: center;
  margin-top: 20px;
}

.ai_container_page .clound_compute .clound_swiper .swiper_box_clound .info_box_swiper .one_line_server {
  width: 104px;
  line-height: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .clound_compute .clound_swiper .swiper_box_clound .info_box_swiper .one_line_server {
    width: 62.4px;
    line-height: 28px;
    border-radius: 14px;
    margin-right: 8px;
    font-size: 12px;
  }
}

.ai_container_page .clound_compute .clound_swiper .swiper_box_clound .info_box_swiper .to_detail {
  width: 104px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 500;
  border: 2px solid #3E83BE;
}

.ai_container_page .clound_compute .clound_swiper .swiper_box_clound .info_box_swiper .to_detail a {
  text-decoration: none;
  color: #3E83BE;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .clound_compute .clound_swiper .swiper_box_clound .info_box_swiper .to_detail {
    width: 62.4px;
    line-height: 24px;
    border-radius: 14px;
    font-size: 12px;
  }
}

.ai_container_page .intelligent_cabinet {
  opacity: 0;
}

.ai_container_page .intelligent_cabinet .title {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: #022850;
  line-height: 1;
  margin-bottom: 80px;
}

.ai_container_page .intelligent_cabinet .intelligent_swiper {
  width: 1160px;
  height: 468px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .intelligent_cabinet .intelligent_swiper {
    width: 88%;
    height: auto;
    border-radius: 8px;
  }
}

.ai_container_page .intelligent_cabinet .intelligent_swiper .slider_img_box {
  width: 100%;
  height: auto;
}

.ai_container_page .intelligent_cabinet .intelligent_swiper .desc_box {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}

.ai_container_page .intelligent_cabinet .intelligent_swiper .desc_box .desc {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  width: 100%;
  background: rgba(0, 0, 0, 0.39);
  margin: 0;
  box-sizing: border-box;
  padding: 28px 60px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .intelligent_cabinet .intelligent_swiper .desc_box .desc {
    padding: 14px 30px;
  }
}

.ai_container_page .intelligent_cabinet .intelligent_swiper .desc_box .desc .des_content {
  width: 80%;
}

.ai_container_page .intelligent_cabinet .intelligent_swiper .nav_box_rl {
  z-index: 9999999999;
}

.ai_container_page .intelligent_cabinet .intelligent_swiper .nav_box_rl .left_btn_item {
  width: 40px;
  height: 40px;
  background: url("../images/ai_container/left_b_no.png") no-repeat center center;
  background-size: 100% 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all linear 0.3s;
  border-radius: 50%;
  margin-left: 30px;
  cursor: pointer;
}

.ai_container_page .intelligent_cabinet .intelligent_swiper .nav_box_rl .left_btn_item:hover {
  background: url("../images/ai_container/left_b_yes.png") no-repeat center center;
  background-color: black;
  background-size: 100% 100%;
}

.ai_container_page .intelligent_cabinet .intelligent_swiper .nav_box_rl .right_btn_item {
  width: 40px;
  height: 40px;
  background: url("../images/ai_container/right_b_no.png") no-repeat center center;
  background-size: 100% 100%;
  transition: all linear 0.3s;
  border-radius: 50%;
  margin-right: 30px;
  cursor: pointer;
}

.ai_container_page .intelligent_cabinet .intelligent_swiper .nav_box_rl .right_btn_item:hover {
  background: url("../images/ai_container/right_b_yes.png") no-repeat center center;
  background-color: black;
  background-size: 100% 100%;
}

.ai_container_page .intelligent_cabinet .intelligent_swiper .nav_box_rl .person_box {
  position: absolute;
  right: 60px;
  bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  color: #FFFFFF;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .intelligent_cabinet .intelligent_swiper .nav_box_rl .person_box {
    right: 30px;
    bottom: 15px;
  }
}

.ai_container_page .ai_sand_show_tj {
  opacity: 0;
}

.ai_container_page .ai_sand_show_tj .title {
  line-height: 1;
}

.ai_container_page .ai_sand_show_tj .desc {
  margin-bottom: 30px !important;
  line-height: 1;
  padding-bottom: 0 !important;
}

.ai_container_page .group_container {
  opacity: 0;
  margin-bottom: 156px;
}

.ai_container_page .group_container .title {
  font-size: 36px;
  font-weight: 500;
  color: #022850;
  opacity: 1;
  text-align: center;
}

.ai_container_page .group_container .to_detail {
  line-height: 28px;
  width: auto;
  padding: 10px 30px;
  margin-top: 25px;
}

.ai_container_page .group_container .circle_box {
  margin-left: -600px;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .group_container .circle_box {
    margin-left: 0;
    flex-direction: column;
  }
}

.ai_container_page .group_container .circle_box img.img {
  width: 300px;
  height: 300px;
}

.ai_container_page .group_container .circle_box .line_circle {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #4F71F5;
  border: 2px solid #fff;
  border-radius: 50%;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .group_container .circle_box .line_circle {
    display: none;
  }
}

.ai_container_page .group_container .circle_box .line_circle:nth-of-type(1) {
  top: 52px;
  left: 180px;
}

.ai_container_page .group_container .circle_box .line_circle:nth-of-type(2) {
  top: 147px;
  left: 180px;
}

.ai_container_page .group_container .circle_box .line_circle:nth-of-type(3) {
  top: 242px;
  left: 180px;
}

.ai_container_page .group_container .circle_box .line_circle::after {
  content: "";
  width: 267px;
  height: 0px;
  border: 1px dashed #4F71F5;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ai_container_page .group_container .circle_box .line_circle .content_show {
  position: absolute;
  left: 267px;
  top: 50%;
  transform: translateY(-50%);
  width: 550px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 30px;
}

.ai_container_page .group_container .circle_box .line_circle .content_show::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid #4F71F5;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ai_container_page .group_container .circle_box .line_circle .content_show .title {
  font-size: 24px;
  font-weight: 500;
  color: #3E83BE;
}

.ai_container_page .group_container .circle_box .line_circle .content_show .li_item {
  font-size: 16px;
  font-weight: 500;
  color: #022850;
  opacity: 0.6;
}

.ai_container_page .group_container .circle_box .line_circle .content_show .li_item .li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #04294F;
  opacity: 0.6;
  margin: 0 10px;
}

.ai_container_page .group_container .circle_box .line_circle .content_show .li_item .li:last-child::after {
  display: none;
}

@media screen and (min-width: 1200px) {
  .ai_container_page .group_container .circle_box .mobile_box_li {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .ai_container_page .group_container .circle_box .mobile_box_li {
    display: block;
  }
}

.ai_container_page .group_container .circle_box .mobile_box_li .mobile_circle {
  margin-bottom: 20px;
}

.ai_container_page .group_container .circle_box .mobile_box_li .mobile_circle .content_show {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 30px;
}

.ai_container_page .group_container .circle_box .mobile_box_li .mobile_circle .content_show .title {
  font-size: 24px;
  font-weight: 500;
  color: #3E83BE;
}

.ai_container_page .group_container .circle_box .mobile_box_li .mobile_circle .content_show .li_item {
  font-size: 16px;
  font-weight: 500;
  flex-wrap: wrap;
  color: #022850;
  opacity: 0.6;
}

.ai_container_page .group_container .circle_box .mobile_box_li .mobile_circle .content_show .li_item .li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #04294F;
  opacity: 0.6;
  margin: 0 10px;
}

.ai_container_page .group_container .circle_box .mobile_box_li .mobile_circle .content_show .li_item .li:last-child::after {
  display: none;
}

.ai_container_page .sand_advantages {
  margin-bottom: 170px;
  opacity: 0;
}

.ai_container_page .sand_advantages .title {
  font-size: 36px;
  font-weight: 500;
  color: #022850;
  opacity: 1;
  text-align: center;
  margin-bottom: 80px;
}

.ai_container_page .sand_advantages .sand_advantages_box {
  width: 1128px;
  margin: 0 auto !important;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .sand_advantages .sand_advantages_box {
    width: 100%;
  }
}

.ai_container_page .sand_advantages .sand_advantages_box .sand_advantages_item {
  box-sizing: border-box;
  padding: 30px 40px !important;
}

.ai_container_page .sand_advantages .sand_advantages_box .sand_advantages_item:nth-child(odd) {
  background-color: #EAEEFE;
}

.ai_container_page .sand_advantages .sand_advantages_box .sand_advantages_item img {
  width: 120px;
  height: 120px;
}

.ai_container_page .sand_advantages .sand_advantages_box .sand_advantages_item .item_title {
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  color: #022850;
  margin-bottom: 20px;
}

.ai_container_page .sand_advantages .sand_advantages_box .sand_advantages_item .desc {
  font-size: 16px;
  font-weight: 300;
  color: #022850;
  line-height: 26px;
}

.ai_container_page .sand_advantages .sand_advantages_box .sand_advantages_item .desc_detail {
  font-size: 16px;
  font-weight: 300;
  color: #022850;
  opacity: 0.8;
  line-height: 26px;
}

.ai_container_page .sand_advantages_en {
  margin-bottom: 160px;
  position: relative;
}

.ai_container_page .sand_advantages_en::after {
  content: "";
  position: absolute;
  left: 15%;
  top: 37px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 10px solid #EBEEFE;
  background-color: #fff;
  opacity: 0.5;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .sand_advantages_en::after {
    top: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .ai_container_page .sand_advantages_en {
    margin-bottom: 60px;
  }
}

.ai_container_page .sand_advantages_en .title {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  color: #022850;
  opacity: 1;
  margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .sand_advantages_en .advantages_box {
    flex-direction: column;
  }
}

.ai_container_page .sand_advantages_en .advantages_box .advantages_item {
  flex-direction: column;
}

.ai_container_page .sand_advantages_en .advantages_box .advantages_item:nth-child(2) {
  margin: 0 70px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .sand_advantages_en .advantages_box .advantages_item:nth-child(2) {
    margin-bottom: 30px !important;
  }
}

.ai_container_page .sand_advantages_en .advantages_box .advantages_item .ad_img {
  width: 120px;
  height: 120px;
  line-height: 1;
  margin-bottom: 34px;
}

.ai_container_page .sand_advantages_en .advantages_box .advantages_item .ad_img img {
  width: 100%;
  height: 100%;
}

.ai_container_page .sand_advantages_en .advantages_box .advantages_item .ad_desc {
  width: 310px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #022850;
  opacity: 0.8;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .sand_advantages_en .advantages_box .advantages_item .ad_desc {
    width: 100%;
  }
}

.ai_container_page .case_list {
  width: 1160px;
  margin: 0 auto;
  opacity: 0;
  margin-bottom: 100px;
  margin-top: 190px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .case_list {
    width: 100%;
    margin-top: 100px;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 0;
  }
}

.ai_container_page .case_list .title {
  font-size: 36px;
  font-weight: 500;
  color: #022850;
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .case_list .title {
    margin-bottom: 30px;
  }
}

.ai_container_page .case_list .case_li_item {
  flex-direction: column;
  max-width: 560px;
  margin-bottom: 54px !important;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .case_list .case_li_item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px !important;
  }
}

.ai_container_page .case_list .case_li_item .case_item {
  width: 308px;
  height: 384px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .case_list .case_li_item .case_item {
    max-width: 100%;
    width: 100%;
  }
}

.ai_container_page .case_list .case_li_item .case_item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.ai_container_page .case_list .case_li_item .case_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #022850;
  opacity: 0.8;
  width: 100%;
  text-align: center;
}

.ai_container_page .sandstar_plane {
  margin-bottom: 363px;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .sandstar_plane {
    overflow-x: hidden;
    height: 344px;
    margin-bottom: 0;
  }
}

.ai_container_page .sandstar_plane .title_1 {
  color: #022850;
  font-size: 36px;
  text-align: center;
  font-weight: 300;
}

.ai_container_page .sandstar_plane .title_1:nth-of-type(1) {
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .sandstar_plane .title_1 {
    font-size: 20px;
  }
}

.ai_container_page .sandstar_plane .plane_group_line {
  width: 800px;
  height: 110px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .sandstar_plane .plane_group_line {
    width: 286px;
    height: 63px;
  }
}

.ai_container_page .sandstar_plane .plane_group_line .plane_group_item {
  width: 200px;
  font-size: 16px;
  font-weight: 300;
  color: #022850;
  opacity: 1;
  text-align: center;
  position: absolute;
  top: 120px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .sandstar_plane .plane_group_line .plane_group_item {
    width: 120px;
    top: 50px;
    font-size: 8px;
  }
}

.ai_container_page .sandstar_plane .plane_group_line .plane_group_item .groun_icon {
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .sandstar_plane .plane_group_line .plane_group_item .groun_icon {
    width: 35px;
    height: 35px;
  }
}

.ai_container_page .sandstar_plane .plane_group_line .plane_group_item .font_item {
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .sandstar_plane .plane_group_line .plane_group_item .font_item {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.ai_container_page .sandstar_plane .plane_group_line .plane_group_item .sys {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #022850;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .sandstar_plane .plane_group_line .plane_group_item .sys {
    font-size: 12px;
  }
}

.ai_container_page .sandstar_plane .plane_group_line .plane_group_item:nth-of-type(1) {
  left: -90px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .sandstar_plane .plane_group_line .plane_group_item:nth-of-type(1) {
    left: -57px;
  }
}

.ai_container_page .sandstar_plane .plane_group_line .plane_group_item:nth-of-type(2) {
  left: 167px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .sandstar_plane .plane_group_line .plane_group_item:nth-of-type(2) {
    left: 35px;
  }
}

.ai_container_page .sandstar_plane .plane_group_line .plane_group_item:nth-of-type(3) {
  left: 429px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .sandstar_plane .plane_group_line .plane_group_item:nth-of-type(3) {
    left: 128px;
  }
}

.ai_container_page .sandstar_plane .plane_group_line .plane_group_item:nth-of-type(4) {
  left: 692px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .sandstar_plane .plane_group_line .plane_group_item:nth-of-type(4) {
    left: 222px;
  }
}

.ai_container_page .perfect_service_system {
  margin-bottom: 155px;
  opacity: 0;
}

.ai_container_page .perfect_service_system .title {
  font-size: 36px;
  font-weight: 300;
  color: #022850;
  text-align: center;
}

.ai_container_page .perfect_service_system .title:nth-of-type(1) {
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .perfect_service_system .title {
    font-size: 20px;
  }
}

.ai_container_page .perfect_service_system .img_box {
  margin-top: 66px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .perfect_service_system .img_box {
    flex-direction: column;
  }
}

.ai_container_page .perfect_service_system .img_box .img_box_item:nth-child(2) {
  margin: 0 58px;
}

@media screen and (max-width: 1200px) {
  .ai_container_page .perfect_service_system .img_box .img_box_item:nth-child(2) {
    margin: 0 0;
  }
}

.ai_container_page .perfect_service_system .img_box img.img {
  width: 278px;
  height: 250px;
}

.ai_container_page .perfect_service_system .img_box img.img img {
  width: 100%;
  height: 100%;
}

.smart_store_page {
  overflow: hidden;
}

.smart_store_page .smart_store_banner {
  height: calc(100vh - 96px);
  padding: 0 9.72222%;
}

@media screen and (max-width: 1200px) {
  .smart_store_page .smart_store_banner {
    padding: 0;
    height: auto;
  }
}

@media screen and (max-width: 1200px) {
  .smart_store_page .smart_store_banner .btn_chat {
    width: 126px !important;
  }
  .smart_store_page .smart_store_banner .btn_request {
    width: 130px !important;
  }
}

.smart_store_page .smart_store_banner .banner_info {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .smart_store_page .smart_store_banner .banner_info {
    flex-direction: column;
  }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .smart_store_page .smart_store_banner .banner_info {
    padding: 0 30px;
  }
}

.smart_store_page .smart_store_banner .banner_info .left_info {
  width: 545px;
}

@media screen and (max-width: 1200px) {
  .smart_store_page .smart_store_banner .banner_info .left_info {
    width: 100%;
  }
}

.smart_store_page .smart_store_banner .banner_info .left_info .title {
  font-size: 54px;
  color: #022850;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .smart_store_page .smart_store_banner .banner_info .left_info .title {
    font-size: 30px;
  }
}

.smart_store_page .smart_store_banner .banner_info .left_info .desc {
  font-size: 24px;
  color: #022850;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .smart_store_page .smart_store_banner .banner_info .left_info .desc {
    font-size: 20px;
    line-height: 1.4;
  }
}

.smart_store_page .smart_store_banner .banner_info .left_info .desc_detail {
  font-size: 16px;
  font-weight: 300;
  color: #022850;
  opacity: 0.8;
}

.smart_store_page .smart_store_banner .banner_info .right_img {
  width: 490px;
  height: 430px;
}

@media screen and (max-width: 1200px) {
  .smart_store_page .smart_store_banner .banner_info .right_img {
    width: 100%;
    height: auto;
  }
}

.smart_store_page .wit_decition {
  width: 100%;
  height: 537px;
  margin: 0 auto;
  margin-bottom: 200px;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .smart_store_page .wit_decition {
    display: none;
  }
}

.smart_store_page .wit_decition::after {
  content: "";
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 12px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  right: 20%;
  top: 0;
}

.smart_store_page .wit_decition::before {
  content: "";
  width: 172px;
  height: 172px;
  border-radius: 50%;
  border: 20px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  left: -86px;
  bottom: 0;
}

.smart_store_page .wit_decition .wit_1 {
  width: 776px;
  height: 327px;
  background: url("../images/smart-store/kit-2.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.smart_store_page .wit_decition .wit_2 {
  width: 696px;
  height: 340px;
  background: url("../images/smart-store/kit-1.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.smart_store_page .wit_decition .icon_box .w_icon {
  width: 40px;
  height: 40px;
  position: absolute;
  transform: translateY(-50%);
}

.smart_store_page .wit_decition .icon_box .w_icon img {
  width: 100%;
  height: 100%;
}

.smart_store_page .wit_decition .icon_box .w_icon .desc_box {
  width: 304px;
  text-align: center;
  position: absolute;
}

.smart_store_page .wit_decition .icon_box .w_icon .desc_box .title {
  font-size: 24px;
  font-weight: 500;
  color: #022850;
}

.smart_store_page .wit_decition .icon_box .w_icon .desc_box .desc_detail {
  font-size: 16px;
  font-weight: 300;
  color: #022850;
}

.smart_store_page .wit_decition .icon_box .w_icon:nth-child(1) {
  left: -17px;
  top: 184px;
}

.smart_store_page .wit_decition .icon_box .w_icon:nth-child(1) .desc_box {
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}

.smart_store_page .wit_decition .icon_box .w_icon:nth-child(2) {
  left: 19px;
  top: 98px;
}

.smart_store_page .wit_decition .icon_box .w_icon:nth-child(2) .desc_box {
  top: -76px;
  right: 10px;
}

.smart_store_page .wit_decition .icon_box .w_icon:nth-child(3) {
  left: 117px;
  top: 0;
}

.smart_store_page .wit_decition .icon_box .w_icon:nth-child(3) .desc_box {
  top: -89px;
  left: 50%;
  transform: translateX(-50%);
}

.smart_store_page .wit_decition .icon_box .w_icon:nth-child(4) {
  right: 89px;
  top: 31px;
}

.smart_store_page .wit_decition .icon_box .w_icon:nth-child(4) .desc_box {
  top: -89px;
  left: 50%;
  transform: translateX(-50%);
}

.smart_store_page .wit_decition .icon_box .w_icon:nth-child(5) {
  right: -15px;
  top: 136px;
}

.smart_store_page .wit_decition .icon_box .w_icon:nth-child(5) .desc_box {
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.smart_store_page .wit_decition .icon_box .w_icon:nth-child(6) {
  right: 17px;
  top: 249px;
}

.smart_store_page .wit_decition .icon_box .w_icon:nth-child(6) .desc_box {
  top: 0;
  left: 14px;
}

.smart_store_page .wit_decition .icon_box .w_icon:nth-child(7) {
  right: 108px;
  top: 324px;
}

.smart_store_page .wit_decition .icon_box .w_icon:nth-child(7) .desc_box {
  left: 50%;
  transform: translateX(-50%);
  top: 42px;
}

.smart_store_page .wit_decition .icon_box .w_icon:nth-child(8) {
  left: 65px;
  top: 315px;
}

.smart_store_page .wit_decition .icon_box .w_icon:nth-child(8) .desc_box {
  left: 50%;
  transform: translateX(-50%);
  top: 42px;
}

.smart_store_page .wit_decition_mobile {
  opacity: 0;
}

@media screen and (min-width: 1200px) {
  .smart_store_page .wit_decition_mobile {
    display: none;
  }
}

.smart_store_page .wit_decition_mobile .wit_title img {
  width: 100%;
}

.smart_store_page .wit_decition_mobile .wit_mobile_list {
  flex-wrap: wrap;
}

.smart_store_page .wit_decition_mobile .wit_mobile_list .wit_mobile_item {
  font-size: 10px;
  font-weight: 300;
  color: #022850;
  opacity: 1;
  text-align: center;
  width: 50%;
  margin-bottom: 20px;
}

.smart_store_page .wit_decition_mobile .wit_mobile_list .wit_mobile_item .mo_title {
  font-size: 16px;
  font-weight: 500;
  color: #022850;
}

.smart_store_page .sandstar_solution {
  margin-bottom: 160px;
  position: relative;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .smart_store_page .sandstar_solution {
    overflow: hidden;
  }
}

.smart_store_page .sandstar_solution::before {
  content: "";
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 20px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  right: -47.2px;
  top: 0;
  opacity: 0.4;
}

@media screen and (max-width: 1200px) {
  .smart_store_page .sandstar_solution::before {
    top: 52px;
  }
}

.smart_store_page .sandstar_solution .title {
  font-size: 36px;
  color: #022850;
  text-align: center;
  font-weight: normal;
}

.smart_store_page .sandstar_solution .tag {
  font-size: 36px;
  color: #022850;
  text-align: center;
  font-weight: 300;
}

.smart_store_page .sandstar_solution .solution_box {
  flex-wrap: wrap;
  width: 964px;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .smart_store_page .sandstar_solution .solution_box {
    width: 100%;
    padding: 0 30px;
  }
}

.smart_store_page .sandstar_solution .solution_box .solution_item {
  width: 474px;
  height: 187px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 20px 60px rgba(226, 232, 248, 0.6);
  opacity: 1;
  border-radius: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  color: #022850;
  box-sizing: border-box;
  padding: 30px 34px;
}

@media screen and (max-width: 1200px) {
  .smart_store_page .sandstar_solution .solution_box .solution_item {
    width: 100%;
    height: auto;
  }
}

.smart_store_page .sandstar_solution .solution_box .solution_item .solution_img {
  width: 55px;
  height: 55px;
  margin-right: 25px;
}

.smart_store_page .sandstar_solution .solution_box .solution_item .desc {
  font-weight: 300;
  margin-top: 13px;
  font-size: 16px;
  color: #022850;
}

.smart_store_page .core_technology {
  opacity: 0;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .smart_store_page .core_technology {
    display: none;
  }
}

.smart_store_page .core_technology::before {
  content: "";
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 12px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  left: 44%;
  top: -30px;
  opacity: .4;
}

.smart_store_page .core_technology .title_content::before {
  content: "";
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 12px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  right: 4%;
  top: 20px;
  opacity: .5;
}

.smart_store_page .core_technology .title_content .hider {
  opacity: 0;
}

.smart_store_page .core_technology .title_content .title {
  font-size: 36px;
  font-weight: normal;
  color: #022850;
  text-align: center;
}

.smart_store_page .core_technology .title_content .desc {
  font-size: 20px;
  width: 964px;
  margin: 0 auto;
  font-weight: 100;
  color: #022850;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .smart_store_page .core_technology .title_content .desc {
    width: 100%;
  }
}

.smart_store_page .core_technology .circle_box_core {
  width: 376px;
  height: 376px;
  margin: 0 auto;
  position: relative;
  margin-top: 70px;
}

.smart_store_page .core_technology .circle_box_core .technology_content {
  position: absolute;
  width: 300px;
}

.smart_store_page .core_technology .circle_box_core .technology_content .title {
  font-size: 20px;
  font-weight: 500;
  color: #022850;
  display: inline-flex;
}

.smart_store_page .core_technology .circle_box_core .technology_content .desc {
  font-size: 16px;
  font-weight: 300;
  color: #022850;
  opacity: 0.8;
}

.smart_store_page .core_technology .circle_box_core .circle_1 {
  width: 376px;
  height: 376px;
  background: url("../images/smart-store/circle_1.png") no-repeat center center;
  background-size: 100% 100%;
}

.smart_store_page .core_technology .circle_box_core .circle_1 .line_left {
  width: 230px;
  height: 10px;
  position: absolute;
  background: url("../images/smart-store/line-to-line-2.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: -100px;
  top: 147px;
}

.smart_store_page .core_technology .circle_box_core .circle_1 .line_left .technology_content {
  left: -173px;
  top: -11px;
}

.smart_store_page .core_technology .circle_box_core .circle_2 {
  width: 190px;
  height: 190px;
  background: url("../images/smart-store/circle_2.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.smart_store_page .core_technology .circle_box_core .circle_2 .line_right {
  width: 112px;
  height: 10px;
  background: url("../images/smart-store/line_to_line.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 36px;
  right: -73px;
}

.smart_store_page .core_technology .circle_box_core .circle_2 .line_right .technology_content {
  left: 119px;
  top: -11px;
}

.smart_store_page .core_technology .circle_box_core .circle_3 {
  width: 155px;
  height: 155px;
  background: url("../images/smart-store/circle_3.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 128px;
  right: 0;
}

.smart_store_page .core_technology .circle_box_core .circle_3 .line_right {
  width: 112px;
  height: 10px;
  background: url("../images/smart-store/line_to_line.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 36px;
  right: -73px;
}

.smart_store_page .core_technology .circle_box_core .circle_3 .line_right .technology_content {
  left: 119px;
  top: -11px;
}

.smart_store_page .core_technology_mobile {
  opacity: 0;
}

@media screen and (min-width: 1200px) {
  .smart_store_page .core_technology_mobile {
    display: none;
  }
}

.smart_store_page .core_technology_mobile .title_mobile {
  font-size: 36px;
  font-weight: 500;
  line-height: 56px;
  color: #022850;
  opacity: 1;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}

.smart_store_page .core_technology_mobile .desc_mobile {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #022850;
  opacity: 1;
  text-align: center;
}

.smart_store_page .core_technology_mobile .circle_box_core_mobile {
  width: 100%;
  height: 376px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-left: -30px;
}

.smart_store_page .core_technology_mobile .circle_box_core_mobile .circle_1 {
  width: 100%;
  height: 376px;
  background: url("../images/smart-store/circle_m_1.png") no-repeat center center;
  background-size: 100% 100%;
}

.smart_store_page .core_technology_mobile .circle_box_core_mobile .circle_2 {
  width: 190px;
  height: 190px;
  background: url("../images/smart-store/circle_m_2.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.smart_store_page .core_technology_mobile .circle_box_core_mobile .circle_3 {
  width: 155px;
  height: 155px;
  background: url("../images/smart-store/circle_m_3.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 128px;
  right: 0;
}

.smart_store_page .core_technology_mobile .technology_content_mobile_item {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  margin-bottom: 20px;
}

.smart_store_page .core_technology_mobile .technology_content_mobile_item .title {
  font-size: 20px;
  font-weight: 500;
  color: #022850;
  display: inline-flex;
}

.smart_store_page .core_technology_mobile .technology_content_mobile_item .desc {
  font-size: 16px;
  font-weight: 300;
  color: #022850;
  opacity: 0.8;
}

.smart_store_page .application_case {
  opacity: 0;
  margin-bottom: 200px;
  position: relative;
}

.smart_store_page .application_case::before {
  content: "";
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 10px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  right: 44%;
  bottom: -200PX;
  opacity: 0.4;
}

.smart_store_page .application_case::after {
  content: "";
  width: 172px;
  height: 172px;
  border-radius: 50%;
  border: 20px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  right: -4%;
  bottom: -219px;
  opacity: 0.4;
}

@media screen and (max-width: 1200px) {
  .smart_store_page .application_case {
    padding: 0 30px;
  }
}

.smart_store_page .application_case .title {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #022850;
  line-height: 1;
  margin-bottom: 30px;
}

.smart_store_page .application_case .desc {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #022850;
  font-weight: 100;
  line-height: 0.8;
}

@media screen and (max-width: 1200px) {
  .smart_store_page .application_case .desc {
    line-height: 1.4;
  }
}

.smart_store_page .application_case .application_case_swiper {
  width: 1160px;
  height: 468px;
  opacity: 1;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .smart_store_page .application_case .application_case_swiper {
    width: 100%;
    height: auto;
  }
}

.smart_store_page .application_case .application_case_swiper .nav_box_rl {
  z-index: 9999999999;
}

.smart_store_page .application_case .application_case_swiper .nav_box_rl .left_btn_item {
  width: 40px;
  height: 40px;
  background: url("../images/ai_container/left_b_no.png") no-repeat center center;
  background-size: 100% 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all linear 0.3s;
  border-radius: 50%;
  margin-left: 30px;
  cursor: pointer;
}

.smart_store_page .application_case .application_case_swiper .nav_box_rl .left_btn_item:hover {
  background: url("../images/ai_container/left_b_yes.png") no-repeat center center;
  background-color: black;
  background-size: 100% 100%;
}

.smart_store_page .application_case .application_case_swiper .nav_box_rl .right_btn_item {
  width: 40px;
  height: 40px;
  background: url("../images/ai_container/right_b_no.png") no-repeat center center;
  background-size: 100% 100%;
  transition: all linear 0.3s;
  border-radius: 50%;
  margin-right: 30px;
  cursor: pointer;
}

.smart_store_page .application_case .application_case_swiper .nav_box_rl .right_btn_item:hover {
  background: url("../images/ai_container/right_b_yes.png") no-repeat center center;
  background-color: black;
  background-size: 100% 100%;
}

.unmanned_shop_page .title_unmanned {
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  line-height: 66px;
  color: #022850;
  opacity: 1;
  margin-top: 64px;
  margin-bottom: 46px;
}

.unmanned_shop_page .video_box_container {
  margin-bottom: 161px;
}

@media screen and (max-width: 1200px) {
  .unmanned_shop_page .video_box_container {
    margin-bottom: 40px;
  }
}

.unmanned_shop_page .video_box_container .video_box {
  width: 1160px;
  height: 565px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .unmanned_shop_page .video_box_container .video_box {
    width: 100%;
    height: 250px;
    border-radius: inherit;
  }
}

.unmanned_shop_page .video_box_container .video_box video.video {
  width: 100%;
  height: 565px;
  object-fit: fill;
}

@media screen and (max-width: 1200px) {
  .unmanned_shop_page .video_box_container .video_box video.video {
    width: 100%;
    height: 250px;
  }
}

.unmanned_shop_page .video_box_container .video_box .mask_play {
  background: rgba(2, 40, 80, 0.39);
  z-index: 999999;
}

.unmanned_shop_page .video_box_container .video_box .mask_play .play_btn {
  cursor: pointer;
}

.unmanned_shop_page .video_box_container .video_box .mask_play .play_btn img {
  width: 142px;
  height: 142px;
}

.unmanned_shop_page .video_box_container .title {
  font-size: 32px;
  font-weight: 500;
  color: #022850;
  opacity: 1;
  text-align: center;
  margin-top: 50px;
  position: relative;
}

.unmanned_shop_page .video_box_container .title::before {
  content: "";
  width: 116px;
  height: 116px;
  border-radius: 50%;
  border: 20px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  right: 247px;
  bottom: -39px;
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  .unmanned_shop_page .video_box_container .title::before {
    display: none;
  }
}

.unmanned_shop_page .shoping_experience {
  position: relative;
  margin-bottom: 102px;
}

.unmanned_shop_page .shoping_experience::after {
  content: "";
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 12px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  opacity: 0.6;
  left: 180px;
  bottom: -121px;
}

@media screen and (max-width: 1200px) {
  .unmanned_shop_page .shoping_experience::after {
    bottom: -100px;
  }
}

.unmanned_shop_page .shoping_experience .title {
  font-size: 36px;
  font-weight: 500;
  color: #022850;
  opacity: 1;
  text-align: center;
}

.unmanned_shop_page .shoping_experience .desc {
  font-size: 20px;
  font-weight: 100;
  color: #022850;
  opacity: 1;
  text-align: center;
}

.unmanned_shop_page .shoping_experience .buy_steps {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .unmanned_shop_page .shoping_experience .buy_steps {
    flex-direction: column;
    width: 100%;
  }
  .unmanned_shop_page .shoping_experience .buy_steps::after, .unmanned_shop_page .shoping_experience .buy_steps::before {
    display: none;
  }
}

.unmanned_shop_page .shoping_experience .buy_steps::after {
  content: "";
  width: 137px;
  height: 12px;
  background: url("../images/unmanned-shop/line_step.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 290px;
}

.unmanned_shop_page .shoping_experience .buy_steps::before {
  content: "";
  width: 137px;
  height: 12px;
  background: url("../images/unmanned-shop/line_step.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 647px;
}

.unmanned_shop_page .shoping_experience .buy_steps .step_item {
  width: 360px;
  height: 360px;
  font-size: 20px;
  font-weight: 500;
  color: #022850;
  opacity: 1;
  text-align: center;
  background: url("../images/unmanned-shop/step_1.png") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}

.unmanned_shop_page .shoping_experience .buy_steps .step_item:nth-child(2) {
  background: url("../images/unmanned-shop/step_2.png") no-repeat center center;
  background-size: 100% 100%;
}

.unmanned_shop_page .shoping_experience .buy_steps .step_item:nth-child(3) {
  background: url("../images/unmanned-shop/step_3.png") no-repeat center center;
  background-size: 100% 100%;
}

.unmanned_shop_page .shoping_experience .buy_steps .step_item .step_do {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
}

.unmanned_shop_page .unmanned_core_technology {
  margin-bottom: 170px;
}

@media screen and (max-width: 1200px) {
  .unmanned_shop_page .unmanned_core_technology {
    margin-bottom: 0;
    margin: 0 20px;
  }
}

.unmanned_shop_page .unmanned_core_technology .title {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #022850;
  opacity: 1;
  line-height: 1;
  margin-bottom: 30px;
}

.unmanned_shop_page .unmanned_core_technology .desc {
  font-size: 20px;
  color: #022850;
  text-align: center;
  font-weight: 100;
}

.unmanned_shop_page .unmanned_core_technology .online_consolution {
  margin-top: 30px;
  margin-bottom: 30px;
}

.unmanned_shop_page .unmanned_core_technology .core_list {
  width: 1084px;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .unmanned_shop_page .unmanned_core_technology .core_list {
    width: 100%;
    flex-direction: column;
    padding: 0 20px;
  }
}

.unmanned_shop_page .unmanned_core_technology .core_list .core_item {
  width: 532px;
  min-height: 144px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 10px 60px rgba(226, 232, 248, 0.6);
  opacity: 1;
  border-radius: 72px;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  padding-left: 65px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 44px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .unmanned_shop_page .unmanned_core_technology .core_list .core_item {
    width: 100%;
    border-radius: 40px;
  }
}

.unmanned_shop_page .unmanned_core_technology .core_list .core_item::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .unmanned_shop_page .unmanned_core_technology .core_list .core_item::after {
    display: none;
  }
}

.unmanned_shop_page .unmanned_core_technology .core_list .core_item:nth-child(1)::after {
  left: -50px;
  background-image: url("../images/unmanned-shop/core_1.png");
}

.unmanned_shop_page .unmanned_core_technology .core_list .core_item:nth-child(2)::after {
  right: -50px;
  background-image: url("../images/unmanned-shop/core_2.png");
}

.unmanned_shop_page .unmanned_core_technology .core_list .core_item:nth-child(3)::after {
  left: -50px;
  background-image: url("../images/unmanned-shop/core_3.png");
}

.unmanned_shop_page .unmanned_core_technology .core_list .core_item:nth-child(4)::after {
  right: -50px;
  background-image: url("../images/unmanned-shop/core_4.png");
}

.unmanned_shop_page .unmanned_core_technology .core_list .core_item .title_item {
  font-size: 20px;
  font-weight: 500;
  color: #022850;
  line-height: 1;
  margin-bottom: 20px;
}

.unmanned_shop_page .unmanned_core_technology .core_list .core_item .desc_item {
  font-size: 16px;
  font-weight: 300;
  color: #022850;
  opacity: 0.8;
  width: 97%;
}

@media screen and (max-width: 1200px) {
  .unmanned_shop_page .unmanned_core_technology .core_list .core_item .desc_item {
    width: auto;
  }
}

.unmanned_shop_page .unmanned_core_technology .core_list .core_item .desc_item2 {
  max-width: 95%;
}

.unmanned_shop_page .show_product_banner_more {
  margin-bottom: 136px;
}

.unmanned_shop_page .show_product_banner_more .title {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  color: #022850;
  opacity: 1;
  margin-bottom: 61px;
}

.unmanned_shop_page .show_product_banner_more .img_item {
  width: 33.33%;
  height: 563px;
  overflow: hidden;
}

.unmanned_shop_page .show_product_banner_more .img_item:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 1200px) {
  .unmanned_shop_page .show_product_banner_more .img_item {
    height: auto;
  }
}

.unmanned_shop_page .show_product_banner_more .img_item img {
  width: 100%;
  height: auto;
  object-fit: fill;
  transition: all 0.6s;
}

.unmanned_shop_page .show_product_banner_more .img_item .mark_box {
  flex-direction: column;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.67) 70%, rgba(0, 0, 0, 0.8) 100%);
}

.unmanned_shop_page .show_product_banner_more .img_item .mark_box .product_title {
  width: 90%;
  font-size: 27px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1;
  line-height: 1;
  padding-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .unmanned_shop_page .show_product_banner_more .img_item .mark_box .product_title {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

.case_page .case_banner {
  margin-bottom: 20px;
}

.case_page .case_banner .case_tabs {
  margin-bottom: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .case_page .case_banner .case_tabs {
    justify-content: space-around;
  }
}

.case_page .case_banner .case_tabs .case_tab {
  font-size: 20px;
  font-weight: 500;
  color: #022850;
  opacity: 1;
  margin-left: 68px;
  margin-right: 68px;
  position: relative;
  cursor: pointer;
  line-height: 56px;
  transition: all linear 0.3s;
}

@media screen and (max-width: 1200px) {
  .case_page .case_banner .case_tabs .case_tab {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }
}

.case_page .case_banner .case_tabs .case_tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background-color: transparent;
  bottom: 0;
  transition: all linear 0.3s;
}

.case_page .case_banner .case_tabs .case_tab.active, .case_page .case_banner .case_tabs .case_tab:hover {
  color: #3E83BE;
}

.case_page .case_banner .case_tabs .case_tab.active::after, .case_page .case_banner .case_tabs .case_tab:hover::after {
  background-color: #3E83BE;
}

.case_page .case_banner .case_type_banner {
  width: 100%;
  height: 550px;
}

.case_page .case_banner .case_type_banner .child_swiper {
  width: 861px;
  height: 448px;
  background: rgba(255, 255, 255, 0.39);
  border-radius: 16px;
  margin: 0 0;
  box-shadow: 0px 25px 50px rgba(226, 232, 248, 0.7);
}

.case_page .case_banner .case_type_banner .child_swiper .slider_plane {
  box-sizing: border-box;
  padding: 64px 52px;
}

.case_page .case_banner .case_type_banner .child_swiper .slider_plane .title_slider {
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  color: #022850;
  opacity: 1;
  margin-bottom: 10px;
  width: 100%;
}

.case_page .case_banner .case_type_banner .child_swiper .slider_plane .title_slider .hider {
  opacity: 0;
  height: 40px;
}

.case_page .case_banner .case_type_banner .child_swiper .slider_plane .title_slider .num {
  font-size: 62px;
  font-weight: 500;
  color: #3E83BE;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: -46px;
}

.case_page .case_banner .case_type_banner .child_swiper .slider_plane .title_slider .title_select {
  font-size: 32px;
  font-weight: 500;
}

.case_page .case_banner .case_type_banner .child_swiper .slider_plane .slider_info {
  align-items: flex-start;
}

@media screen and (max-width: 1200px) {
  .case_page .case_banner .case_type_banner .child_swiper .slider_plane .slider_info {
    flex-direction: column;
  }
}

.case_page .case_banner .case_type_banner .child_swiper .slider_plane .slider_info .slider_img {
  width: 491px;
  height: 299px;
  border-radius: 16px;
  overflow: hidden;
  margin-right: 27px;
}

@media screen and (max-width: 1200px) {
  .case_page .case_banner .case_type_banner .child_swiper .slider_plane .slider_info .slider_img {
    width: 100%;
    height: 140px;
  }
}

.case_page .case_banner .case_type_banner .child_swiper .slider_plane .slider_info .slider_desc {
  width: 246px;
  font-size: 16px;
  font-weight: 300;
  line-height: 35px;
  color: #022850;
  opacity: 1;
  max-height: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

@media screen and (max-width: 1200px) {
  .case_page .case_banner .case_type_banner .child_swiper .slider_plane .slider_info .slider_desc {
    height: 170px;
    -webkit-line-clamp: 5;
  }
}

.case_page .case_banner .case_type_banner .child_swiper .nav_box_rl {
  z-index: 9999999999;
  pointer-events: none;
}

.case_page .case_banner .case_type_banner .child_swiper .nav_box_rl .left_btn_item {
  pointer-events: all;
  width: 40px;
  height: 40px;
  background: url("../images/hover_click/click_default_left.png") no-repeat center center;
  background-size: 100% 100%;
  transition: all linear 0.3s;
  border-radius: 50%;
  margin-left: 30px;
  cursor: pointer;
  position: absolute;
  bottom: 35px;
  right: 104px;
}

.case_page .case_banner .case_type_banner .child_swiper .nav_box_rl .left_btn_item:hover {
  background: url("../images/hover_click/click_hover_left.png") no-repeat center center;
  background-size: 100% 100%;
}

.case_page .case_banner .case_type_banner .child_swiper .nav_box_rl .left_btn_item.active {
  background: url("../images/hover_click/click_click_left.png") no-repeat center center;
  background-size: 100% 100%;
}

.case_page .case_banner .case_type_banner .child_swiper .nav_box_rl .right_btn_item {
  pointer-events: all;
  width: 40px;
  height: 40px;
  background: url("../images/hover_click/click_default_right.png") no-repeat center center;
  background-size: 100% 100%;
  transition: all linear 0.3s;
  border-radius: 50%;
  margin-right: 30px;
  cursor: pointer;
  bottom: 35px;
  right: 24px;
  position: absolute;
}

.case_page .case_banner .case_type_banner .child_swiper .nav_box_rl .right_btn_item:hover {
  background: url("../images/hover_click/click_hover_right.png") no-repeat center center;
  background-size: 100% 100%;
}

.case_page .case_banner .case_type_banner .child_swiper .nav_box_rl .right_btn_item.active {
  background: url("../images/hover_click/click_click_right.png") no-repeat center center;
  background-size: 100% 100%;
}

.case_page .case_banner .case_type_banner .lr_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .case_page .case_banner .case_type_banner .lr_content {
    display: none;
  }
}

.case_page .case_banner .case_type_banner .lr_content.left_content {
  margin-right: 81px;
}

.case_page .case_banner .case_type_banner .lr_content.lr_content {
  margin-left: 81px;
}

.case_page .case_banner .case_type_banner .lr_content.lr_content2 {
  margin-left: 0px;
}

.case_page .case_banner .case_type_banner .lr_content .num {
  font-size: 62px;
  width: 100%;
  font-weight: 500;
  color: #3E83BE;
  opacity: 0.1;
}

.case_page .case_banner .case_type_banner .lr_content .title {
  width: 140px;
  font-size: 28px;
  font-weight: 500;
  color: #022850;
  opacity: 1;
}

.case_page .case_banner .case_type_banner .lr_content .desc {
  font-size: 16px;
  font-weight: 500;
  color: #022850;
  opacity: 0.6;
  width: 140px;
}

.case_page .case_list_box {
  flex-wrap: wrap;
  width: 1159px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .case_page .case_list_box {
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 30px;
  }
}

.case_page .case_list_box .case_item_box {
  box-shadow: 0px 20px 30px rgba(226, 232, 248, 0.7);
  margin-bottom: 80px;
  height: 360px;
  width: 357px;
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .case_page .case_list_box .case_item_box {
    width: 45%;
    margin-bottom: 30px;
    height: 220px;
    border-radius: 6px;
  }
}

.case_page .case_list_box .case_item_box:nth-child(3n+2) {
  margin: 0 44px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .case_page .case_list_box .case_item_box:nth-child(3n+2) {
    margin: 0 0;
    margin-bottom: 30px;
  }
}

.case_page .case_list_box .case_item_box .case_img {
  width: 357px;
  height: 217px;
  background: rgba(244, 247, 252, 0.39);
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .case_page .case_list_box .case_item_box .case_img {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }
}

.case_page .case_list_box .case_item_box .case_title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: #022850;
  text-align: center;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0 10px;
}

@media screen and (max-width: 1200px) {
  .case_page .case_list_box .case_item_box .case_title {
    margin-bottom: 10px;
  }
}

.case_page .case_list_box .case_item_box .desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #022850;
  opacity: 0.6;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
}

.knowledge-page .banner_knowledge,
.news_page .banner_knowledge {
  overflow: hidden;
  padding: 0 11.72222%;
  box-sizing: border-box;
  align-items: flex-start;
  box-sizing: border-box;
  padding-top: 50px !important;
}

.knowledge-page .banner_knowledge .knowledge_container_banner_box,
.news_page .banner_knowledge .knowledge_container_banner_box {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .banner_knowledge,
  .news_page .banner_knowledge {
    height: auto;
    padding: 0 9.72222%;
  }
  .knowledge-page .banner_knowledge .knowledge_container_banner_box,
  .news_page .banner_knowledge .knowledge_container_banner_box {
    width: 100%;
    flex-direction: column;
  }
}

.knowledge-page .banner_knowledge img.banner,
.news_page .banner_knowledge img.banner {
  width: 1440px;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .banner_knowledge .left_img,
  .news_page .banner_knowledge .left_img {
    margin-bottom: 30px;
  }
}

.knowledge-page .banner_knowledge .left_img .left_img_box,
.news_page .banner_knowledge .left_img .left_img_box {
  width: auto;
  height: 176px;
}

.knowledge-page .banner_knowledge .left_img .left_img_box .title,
.news_page .banner_knowledge .left_img .left_img_box .title {
  font-size: 68px;
  font-weight: 500;
  color: #022850;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .banner_knowledge .left_img .left_img_box .title,
  .news_page .banner_knowledge .left_img .left_img_box .title {
    font-size: 26px;
  }
}

.knowledge-page .banner_knowledge .left_img .left_img_box .desc,
.news_page .banner_knowledge .left_img .left_img_box .desc {
  font-size: 32px;
  font-weight: 200;
  color: #022850;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .banner_knowledge .left_img .left_img_box .desc,
  .news_page .banner_knowledge .left_img .left_img_box .desc {
    font-size: 19px;
  }
}

@media screen and (max-width: 1200px) {
  .knowledge-page .banner_knowledge .left_img .left_img_box,
  .news_page .banner_knowledge .left_img .left_img_box {
    width: 100%;
    height: auto;
  }
}

.knowledge-page .banner_knowledge .left_img .left_img_box img,
.news_page .banner_knowledge .left_img .left_img_box img {
  width: 100%;
  object-fit: contain;
  margin-left: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .banner_knowledge .left_img .left_img_box img,
  .news_page .banner_knowledge .left_img .left_img_box img {
    margin-left: 0px;
    margin-top: 0px;
  }
}

.knowledge-page .banner_knowledge .img_right,
.news_page .banner_knowledge .img_right {
  width: 490px;
  height: 430px;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .banner_knowledge .img_right,
  .news_page .banner_knowledge .img_right {
    width: 100%;
    height: auto;
  }
}

.knowledge-page .banner_knowledge .img_right img,
.news_page .banner_knowledge .img_right img {
  width: 100%;
  object-fit: contain;
}

.knowledge-page .banner_knowledge .btns_box,
.news_page .banner_knowledge .btns_box {
  font-size: 16px;
  padding-top: 40px !important;
  box-sizing: border-box;
}

.knowledge-page .banner_knowledge .btns_box .more_btn,
.news_page .banner_knowledge .btns_box .more_btn {
  background: #4d6dfa;
  opacity: 1;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  width: 9.25em;
  line-height: 3.5em;
  color: #FFFFFF;
  text-shadow: 5.55506px 18.16979px 68px rgba(54, 62, 147, 0.41);
  opacity: 1;
  text-align: center;
  margin-right: 1.25em;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .banner_knowledge .btns_box .more_btn,
  .news_page .banner_knowledge .btns_box .more_btn {
    line-height: 2.1em;
  }
}

.knowledge-page .banner_knowledge .btns_box .btn2,
.news_page .banner_knowledge .btns_box .btn2 {
  width: 11.1875em;
  border: 2px solid #3E83BE;
  opacity: 1;
  line-height: 3.375em;
  border-radius: 1.875em;
  font-size: 1em;
  font-weight: 500;
  box-sizing: border-box;
  color: #3E83BE;
  text-shadow: 5.55506px 18.16979px 68px rgba(54, 62, 147, 0.41);
  opacity: 1;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .banner_knowledge .btns_box .btn2,
  .news_page .banner_knowledge .btns_box .btn2 {
    width: 6.7125em;
    line-height: 2.025em;
  }
}

.knowledge-page .banner_knowledge .btns_box .btn2 a,
.news_page .banner_knowledge .btns_box .btn2 a {
  color: #3E83BE !important;
}

.knowledge-page .knowledge_list,
.knowledge-page .news_list,
.news_page .knowledge_list,
.news_page .news_list {
  padding: 0 140px;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .knowledge_list,
  .knowledge-page .news_list,
  .news_page .knowledge_list,
  .news_page .news_list {
    margin-top: 30px;
    padding: 0 30px;
    box-sizing: border-box;
  }
}

.knowledge-page .knowledge_list .tab_search,
.knowledge-page .news_list .tab_search,
.news_page .knowledge_list .tab_search,
.news_page .news_list .tab_search {
  margin: 0 auto;
  width: 1160px;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .knowledge_list .tab_search,
  .knowledge-page .news_list .tab_search,
  .news_page .knowledge_list .tab_search,
  .news_page .news_list .tab_search {
    flex-direction: column;
    width: 100%;
  }
}

.knowledge-page .knowledge_list .tab_search .tabs,
.knowledge-page .news_list .tab_search .tabs,
.news_page .knowledge_list .tab_search .tabs,
.news_page .news_list .tab_search .tabs {
  box-sizing: border-box;
  overflow-x: scroll;
  word-break: keep-all;
  width: 70%;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .knowledge_list .tab_search .tabs,
  .knowledge-page .news_list .tab_search .tabs,
  .news_page .knowledge_list .tab_search .tabs,
  .news_page .news_list .tab_search .tabs {
    padding-left: 0;
    width: 100%;
  }
}

.knowledge-page .knowledge_list .tab_search .tabs .tab,
.knowledge-page .news_list .tab_search .tabs .tab,
.news_page .knowledge_list .tab_search .tabs .tab,
.news_page .news_list .tab_search .tabs .tab {
  font-size: 24px;
  font-weight: 500;
  color: #022850;
  margin-right: 136px;
  cursor: pointer;
  position: relative;
  line-height: 1;
  padding: 10px 0;
  transition: all linear 0.3s;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .knowledge_list .tab_search .tabs .tab,
  .knowledge-page .news_list .tab_search .tabs .tab,
  .news_page .knowledge_list .tab_search .tabs .tab,
  .news_page .news_list .tab_search .tabs .tab {
    margin-right: 13px;
    font-size: 17px;
  }
}

.knowledge-page .knowledge_list .tab_search .tabs .tab::after,
.knowledge-page .news_list .tab_search .tabs .tab::after,
.news_page .knowledge_list .tab_search .tabs .tab::after,
.news_page .news_list .tab_search .tabs .tab::after {
  content: "";
  height: 4px;
  background: #3E83BE;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all linear 0.3s;
}

.knowledge-page .knowledge_list .tab_search .tabs .tab.active, .knowledge-page .knowledge_list .tab_search .tabs .tab:hover, .knowledge-page .knowledge_list .tab_search .tabs .tab:hover::after, .knowledge-page .knowledge_list .tab_search .tabs .tab.active::after,
.knowledge-page .news_list .tab_search .tabs .tab.active,
.knowledge-page .news_list .tab_search .tabs .tab:hover,
.knowledge-page .news_list .tab_search .tabs .tab:hover::after,
.knowledge-page .news_list .tab_search .tabs .tab.active::after,
.news_page .knowledge_list .tab_search .tabs .tab.active,
.news_page .knowledge_list .tab_search .tabs .tab:hover,
.news_page .knowledge_list .tab_search .tabs .tab:hover::after,
.news_page .knowledge_list .tab_search .tabs .tab.active::after,
.news_page .news_list .tab_search .tabs .tab.active,
.news_page .news_list .tab_search .tabs .tab:hover,
.news_page .news_list .tab_search .tabs .tab:hover::after,
.news_page .news_list .tab_search .tabs .tab.active::after {
  font-weight: 500;
  color: #3E83BE;
  opacity: 1;
}

.knowledge-page .knowledge_list .tab_search .search_box,
.knowledge-page .news_list .tab_search .search_box,
.news_page .knowledge_list .tab_search .search_box,
.news_page .news_list .tab_search .search_box {
  width: 306px;
  height: 40px;
  background: #F5F6FE;
  opacity: 1;
  border-radius: 30px;
  box-sizing: border-box;
  padding-left: 23px;
  padding-right: 23px;
}

.knowledge-page .knowledge_list .tab_search .search_box::after,
.knowledge-page .news_list .tab_search .search_box::after,
.news_page .knowledge_list .tab_search .search_box::after,
.news_page .news_list .tab_search .search_box::after {
  content: "";
  width: 24px;
  height: 24px;
  background: #F5F6FE url("../images/knowledge/search.png") no-repeat right center;
  background-size: 24px 24px;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .knowledge_list .tab_search .search_box,
  .knowledge-page .news_list .tab_search .search_box,
  .news_page .knowledge_list .tab_search .search_box,
  .news_page .news_list .tab_search .search_box {
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
  }
}

.knowledge-page .knowledge_list .tab_search .search_box input,
.knowledge-page .news_list .tab_search .search_box input,
.news_page .knowledge_list .tab_search .search_box input,
.news_page .news_list .tab_search .search_box input {
  background-color: transparent;
  height: 35px;
  width: 80%;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .knowledge_list .tab_search .search_box input,
  .knowledge-page .news_list .tab_search .search_box input,
  .news_page .knowledge_list .tab_search .search_box input,
  .news_page .news_list .tab_search .search_box input {
    font-size: 14px;
  }
}

.knowledge-page .knowledge_list .knowledge_list_box,
.knowledge-page .knowledge_list .news_list_box,
.knowledge-page .news_list .knowledge_list_box,
.knowledge-page .news_list .news_list_box,
.news_page .knowledge_list .knowledge_list_box,
.news_page .knowledge_list .news_list_box,
.news_page .news_list .knowledge_list_box,
.news_page .news_list .news_list_box {
  padding-top: 70px;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .knowledge_list .knowledge_list_box,
  .knowledge-page .knowledge_list .news_list_box,
  .knowledge-page .news_list .knowledge_list_box,
  .knowledge-page .news_list .news_list_box,
  .news_page .knowledge_list .knowledge_list_box,
  .news_page .knowledge_list .news_list_box,
  .news_page .news_list .knowledge_list_box,
  .news_page .news_list .news_list_box {
    padding-top: 0;
  }
}

.knowledge-page .knowledge_list .knowledge_list_box .knowledge_item,
.knowledge-page .knowledge_list .knowledge_list_box .news_item,
.knowledge-page .knowledge_list .news_list_box .knowledge_item,
.knowledge-page .knowledge_list .news_list_box .news_item,
.knowledge-page .news_list .knowledge_list_box .knowledge_item,
.knowledge-page .news_list .knowledge_list_box .news_item,
.knowledge-page .news_list .news_list_box .knowledge_item,
.knowledge-page .news_list .news_list_box .news_item,
.news_page .knowledge_list .knowledge_list_box .knowledge_item,
.news_page .knowledge_list .knowledge_list_box .news_item,
.news_page .knowledge_list .news_list_box .knowledge_item,
.news_page .knowledge_list .news_list_box .news_item,
.news_page .news_list .knowledge_list_box .knowledge_item,
.news_page .news_list .knowledge_list_box .news_item,
.news_page .news_list .news_list_box .knowledge_item,
.news_page .news_list .news_list_box .news_item {
  width: 1160px;
  height: 295px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 20px 30px rgba(226, 232, 248, 0.7);
  border-radius: 16px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 90px;
  box-sizing: border-box;
  padding-right: 48px;
}

.knowledge-page .knowledge_list .knowledge_list_box .knowledge_item:last-child,
.knowledge-page .knowledge_list .knowledge_list_box .news_item:last-child,
.knowledge-page .knowledge_list .news_list_box .knowledge_item:last-child,
.knowledge-page .knowledge_list .news_list_box .news_item:last-child,
.knowledge-page .news_list .knowledge_list_box .knowledge_item:last-child,
.knowledge-page .news_list .knowledge_list_box .news_item:last-child,
.knowledge-page .news_list .news_list_box .knowledge_item:last-child,
.knowledge-page .news_list .news_list_box .news_item:last-child,
.news_page .knowledge_list .knowledge_list_box .knowledge_item:last-child,
.news_page .knowledge_list .knowledge_list_box .news_item:last-child,
.news_page .knowledge_list .news_list_box .knowledge_item:last-child,
.news_page .knowledge_list .news_list_box .news_item:last-child,
.news_page .news_list .knowledge_list_box .knowledge_item:last-child,
.news_page .news_list .knowledge_list_box .news_item:last-child,
.news_page .news_list .news_list_box .knowledge_item:last-child,
.news_page .news_list .news_list_box .news_item:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .knowledge_list .knowledge_list_box .knowledge_item,
  .knowledge-page .knowledge_list .knowledge_list_box .news_item,
  .knowledge-page .knowledge_list .news_list_box .knowledge_item,
  .knowledge-page .knowledge_list .news_list_box .news_item,
  .knowledge-page .news_list .knowledge_list_box .knowledge_item,
  .knowledge-page .news_list .knowledge_list_box .news_item,
  .knowledge-page .news_list .news_list_box .knowledge_item,
  .knowledge-page .news_list .news_list_box .news_item,
  .news_page .knowledge_list .knowledge_list_box .knowledge_item,
  .news_page .knowledge_list .knowledge_list_box .news_item,
  .news_page .knowledge_list .news_list_box .knowledge_item,
  .news_page .knowledge_list .news_list_box .news_item,
  .news_page .news_list .knowledge_list_box .knowledge_item,
  .news_page .news_list .knowledge_list_box .news_item,
  .news_page .news_list .news_list_box .knowledge_item,
  .news_page .news_list .news_list_box .news_item {
    width: 100%;
    flex-direction: column;
    padding-right: 0;
    padding-bottom: 30px;
    height: auto;
  }
}

.knowledge-page .knowledge_list .knowledge_list_box .knowledge_item .img_item,
.knowledge-page .knowledge_list .knowledge_list_box .news_item .img_item,
.knowledge-page .knowledge_list .news_list_box .knowledge_item .img_item,
.knowledge-page .knowledge_list .news_list_box .news_item .img_item,
.knowledge-page .news_list .knowledge_list_box .knowledge_item .img_item,
.knowledge-page .news_list .knowledge_list_box .news_item .img_item,
.knowledge-page .news_list .news_list_box .knowledge_item .img_item,
.knowledge-page .news_list .news_list_box .news_item .img_item,
.news_page .knowledge_list .knowledge_list_box .knowledge_item .img_item,
.news_page .knowledge_list .knowledge_list_box .news_item .img_item,
.news_page .knowledge_list .news_list_box .knowledge_item .img_item,
.news_page .knowledge_list .news_list_box .news_item .img_item,
.news_page .news_list .knowledge_list_box .knowledge_item .img_item,
.news_page .news_list .knowledge_list_box .news_item .img_item,
.news_page .news_list .news_list_box .knowledge_item .img_item,
.news_page .news_list .news_list_box .news_item .img_item {
  width: 485px;
  height: 295px;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .knowledge_list .knowledge_list_box .knowledge_item .img_item,
  .knowledge-page .knowledge_list .knowledge_list_box .news_item .img_item,
  .knowledge-page .knowledge_list .news_list_box .knowledge_item .img_item,
  .knowledge-page .knowledge_list .news_list_box .news_item .img_item,
  .knowledge-page .news_list .knowledge_list_box .knowledge_item .img_item,
  .knowledge-page .news_list .knowledge_list_box .news_item .img_item,
  .knowledge-page .news_list .news_list_box .knowledge_item .img_item,
  .knowledge-page .news_list .news_list_box .news_item .img_item,
  .news_page .knowledge_list .knowledge_list_box .knowledge_item .img_item,
  .news_page .knowledge_list .knowledge_list_box .news_item .img_item,
  .news_page .knowledge_list .news_list_box .knowledge_item .img_item,
  .news_page .knowledge_list .news_list_box .news_item .img_item,
  .news_page .news_list .knowledge_list_box .knowledge_item .img_item,
  .news_page .news_list .knowledge_list_box .news_item .img_item,
  .news_page .news_list .news_list_box .knowledge_item .img_item,
  .news_page .news_list .news_list_box .news_item .img_item {
    width: 100%;
    margin-bottom: 20px;
    height: 250px;
  }
}

.knowledge-page .knowledge_list .knowledge_list_box .knowledge_item .img_item .play_icon_btn,
.knowledge-page .knowledge_list .knowledge_list_box .news_item .img_item .play_icon_btn,
.knowledge-page .knowledge_list .news_list_box .knowledge_item .img_item .play_icon_btn,
.knowledge-page .knowledge_list .news_list_box .news_item .img_item .play_icon_btn,
.knowledge-page .news_list .knowledge_list_box .knowledge_item .img_item .play_icon_btn,
.knowledge-page .news_list .knowledge_list_box .news_item .img_item .play_icon_btn,
.knowledge-page .news_list .news_list_box .knowledge_item .img_item .play_icon_btn,
.knowledge-page .news_list .news_list_box .news_item .img_item .play_icon_btn,
.news_page .knowledge_list .knowledge_list_box .knowledge_item .img_item .play_icon_btn,
.news_page .knowledge_list .knowledge_list_box .news_item .img_item .play_icon_btn,
.news_page .knowledge_list .news_list_box .knowledge_item .img_item .play_icon_btn,
.news_page .knowledge_list .news_list_box .news_item .img_item .play_icon_btn,
.news_page .news_list .knowledge_list_box .knowledge_item .img_item .play_icon_btn,
.news_page .news_list .knowledge_list_box .news_item .img_item .play_icon_btn,
.news_page .news_list .news_list_box .knowledge_item .img_item .play_icon_btn,
.news_page .news_list .news_list_box .news_item .img_item .play_icon_btn {
  width: 125px;
  height: 125px;
  background: url("../images/knowledge/video_play_icon.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.knowledge-page .knowledge_list .knowledge_list_box .knowledge_item .img_item .pause_player_btn,
.knowledge-page .knowledge_list .knowledge_list_box .news_item .img_item .pause_player_btn,
.knowledge-page .knowledge_list .news_list_box .knowledge_item .img_item .pause_player_btn,
.knowledge-page .knowledge_list .news_list_box .news_item .img_item .pause_player_btn,
.knowledge-page .news_list .knowledge_list_box .knowledge_item .img_item .pause_player_btn,
.knowledge-page .news_list .knowledge_list_box .news_item .img_item .pause_player_btn,
.knowledge-page .news_list .news_list_box .knowledge_item .img_item .pause_player_btn,
.knowledge-page .news_list .news_list_box .news_item .img_item .pause_player_btn,
.news_page .knowledge_list .knowledge_list_box .knowledge_item .img_item .pause_player_btn,
.news_page .knowledge_list .knowledge_list_box .news_item .img_item .pause_player_btn,
.news_page .knowledge_list .news_list_box .knowledge_item .img_item .pause_player_btn,
.news_page .knowledge_list .news_list_box .news_item .img_item .pause_player_btn,
.news_page .news_list .knowledge_list_box .knowledge_item .img_item .pause_player_btn,
.news_page .news_list .knowledge_list_box .news_item .img_item .pause_player_btn,
.news_page .news_list .news_list_box .knowledge_item .img_item .pause_player_btn,
.news_page .news_list .news_list_box .news_item .img_item .pause_player_btn {
  pointer-events: none;
  opacity: 0;
  width: 125px;
  height: 125px;
  background: url("../images/knowledge/pause_player_icon.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.knowledge-page .knowledge_list .knowledge_list_box .knowledge_item .img_item .video_knowledge,
.knowledge-page .knowledge_list .knowledge_list_box .news_item .img_item .video_knowledge,
.knowledge-page .knowledge_list .news_list_box .knowledge_item .img_item .video_knowledge,
.knowledge-page .knowledge_list .news_list_box .news_item .img_item .video_knowledge,
.knowledge-page .news_list .knowledge_list_box .knowledge_item .img_item .video_knowledge,
.knowledge-page .news_list .knowledge_list_box .news_item .img_item .video_knowledge,
.knowledge-page .news_list .news_list_box .knowledge_item .img_item .video_knowledge,
.knowledge-page .news_list .news_list_box .news_item .img_item .video_knowledge,
.news_page .knowledge_list .knowledge_list_box .knowledge_item .img_item .video_knowledge,
.news_page .knowledge_list .knowledge_list_box .news_item .img_item .video_knowledge,
.news_page .knowledge_list .news_list_box .knowledge_item .img_item .video_knowledge,
.news_page .knowledge_list .news_list_box .news_item .img_item .video_knowledge,
.news_page .news_list .knowledge_list_box .knowledge_item .img_item .video_knowledge,
.news_page .news_list .knowledge_list_box .news_item .img_item .video_knowledge,
.news_page .news_list .news_list_box .knowledge_item .img_item .video_knowledge,
.news_page .news_list .news_list_box .news_item .img_item .video_knowledge {
  object-fit: fill;
}

.knowledge-page .knowledge_list .knowledge_list_box .knowledge_item .knowledge_item_info,
.knowledge-page .knowledge_list .knowledge_list_box .news_item .knowledge_item_info,
.knowledge-page .knowledge_list .news_list_box .knowledge_item .knowledge_item_info,
.knowledge-page .knowledge_list .news_list_box .news_item .knowledge_item_info,
.knowledge-page .news_list .knowledge_list_box .knowledge_item .knowledge_item_info,
.knowledge-page .news_list .knowledge_list_box .news_item .knowledge_item_info,
.knowledge-page .news_list .news_list_box .knowledge_item .knowledge_item_info,
.knowledge-page .news_list .news_list_box .news_item .knowledge_item_info,
.news_page .knowledge_list .knowledge_list_box .knowledge_item .knowledge_item_info,
.news_page .knowledge_list .knowledge_list_box .news_item .knowledge_item_info,
.news_page .knowledge_list .news_list_box .knowledge_item .knowledge_item_info,
.news_page .knowledge_list .news_list_box .news_item .knowledge_item_info,
.news_page .news_list .knowledge_list_box .knowledge_item .knowledge_item_info,
.news_page .news_list .knowledge_list_box .news_item .knowledge_item_info,
.news_page .news_list .news_list_box .knowledge_item .knowledge_item_info,
.news_page .news_list .news_list_box .news_item .knowledge_item_info {
  width: 580px;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .knowledge_list .knowledge_list_box .knowledge_item .knowledge_item_info,
  .knowledge-page .knowledge_list .knowledge_list_box .news_item .knowledge_item_info,
  .knowledge-page .knowledge_list .news_list_box .knowledge_item .knowledge_item_info,
  .knowledge-page .knowledge_list .news_list_box .news_item .knowledge_item_info,
  .knowledge-page .news_list .knowledge_list_box .knowledge_item .knowledge_item_info,
  .knowledge-page .news_list .knowledge_list_box .news_item .knowledge_item_info,
  .knowledge-page .news_list .news_list_box .knowledge_item .knowledge_item_info,
  .knowledge-page .news_list .news_list_box .news_item .knowledge_item_info,
  .news_page .knowledge_list .knowledge_list_box .knowledge_item .knowledge_item_info,
  .news_page .knowledge_list .knowledge_list_box .news_item .knowledge_item_info,
  .news_page .knowledge_list .news_list_box .knowledge_item .knowledge_item_info,
  .news_page .knowledge_list .news_list_box .news_item .knowledge_item_info,
  .news_page .news_list .knowledge_list_box .knowledge_item .knowledge_item_info,
  .news_page .news_list .knowledge_list_box .news_item .knowledge_item_info,
  .news_page .news_list .news_list_box .knowledge_item .knowledge_item_info,
  .news_page .news_list .news_list_box .news_item .knowledge_item_info {
    width: 100%;
    padding: 0 30px;
  }
}

.knowledge-page .knowledge_list .knowledge_list_box .knowledge_item .knowledge_item_info .title,
.knowledge-page .knowledge_list .knowledge_list_box .news_item .knowledge_item_info .title,
.knowledge-page .knowledge_list .news_list_box .knowledge_item .knowledge_item_info .title,
.knowledge-page .knowledge_list .news_list_box .news_item .knowledge_item_info .title,
.knowledge-page .news_list .knowledge_list_box .knowledge_item .knowledge_item_info .title,
.knowledge-page .news_list .knowledge_list_box .news_item .knowledge_item_info .title,
.knowledge-page .news_list .news_list_box .knowledge_item .knowledge_item_info .title,
.knowledge-page .news_list .news_list_box .news_item .knowledge_item_info .title,
.news_page .knowledge_list .knowledge_list_box .knowledge_item .knowledge_item_info .title,
.news_page .knowledge_list .knowledge_list_box .news_item .knowledge_item_info .title,
.news_page .knowledge_list .news_list_box .knowledge_item .knowledge_item_info .title,
.news_page .knowledge_list .news_list_box .news_item .knowledge_item_info .title,
.news_page .news_list .knowledge_list_box .knowledge_item .knowledge_item_info .title,
.news_page .news_list .knowledge_list_box .news_item .knowledge_item_info .title,
.news_page .news_list .news_list_box .knowledge_item .knowledge_item_info .title,
.news_page .news_list .news_list_box .news_item .knowledge_item_info .title {
  font-size: 28px;
  font-weight: 500;
  color: #022850;
  line-height: 1;
  margin-bottom: 31px;
}

.knowledge-page .knowledge_list .knowledge_list_box .knowledge_item .knowledge_item_info .desc,
.knowledge-page .knowledge_list .knowledge_list_box .news_item .knowledge_item_info .desc,
.knowledge-page .knowledge_list .news_list_box .knowledge_item .knowledge_item_info .desc,
.knowledge-page .knowledge_list .news_list_box .news_item .knowledge_item_info .desc,
.knowledge-page .news_list .knowledge_list_box .knowledge_item .knowledge_item_info .desc,
.knowledge-page .news_list .knowledge_list_box .news_item .knowledge_item_info .desc,
.knowledge-page .news_list .news_list_box .knowledge_item .knowledge_item_info .desc,
.knowledge-page .news_list .news_list_box .news_item .knowledge_item_info .desc,
.news_page .knowledge_list .knowledge_list_box .knowledge_item .knowledge_item_info .desc,
.news_page .knowledge_list .knowledge_list_box .news_item .knowledge_item_info .desc,
.news_page .knowledge_list .news_list_box .knowledge_item .knowledge_item_info .desc,
.news_page .knowledge_list .news_list_box .news_item .knowledge_item_info .desc,
.news_page .news_list .knowledge_list_box .knowledge_item .knowledge_item_info .desc,
.news_page .news_list .knowledge_list_box .news_item .knowledge_item_info .desc,
.news_page .news_list .news_list_box .knowledge_item .knowledge_item_info .desc,
.news_page .news_list .news_list_box .news_item .knowledge_item_info .desc {
  font-size: 16px;
  font-weight: 300;
  color: #022850;
  opacity: 0.6;
  margin-bottom: 40px;
}

.knowledge-page .knowledge_list .knowledge_list_box .knowledge_item .knowledge_item_info .play_btn,
.knowledge-page .knowledge_list .knowledge_list_box .news_item .knowledge_item_info .play_btn,
.knowledge-page .knowledge_list .news_list_box .knowledge_item .knowledge_item_info .play_btn,
.knowledge-page .knowledge_list .news_list_box .news_item .knowledge_item_info .play_btn,
.knowledge-page .news_list .knowledge_list_box .knowledge_item .knowledge_item_info .play_btn,
.knowledge-page .news_list .knowledge_list_box .news_item .knowledge_item_info .play_btn,
.knowledge-page .news_list .news_list_box .knowledge_item .knowledge_item_info .play_btn,
.knowledge-page .news_list .news_list_box .news_item .knowledge_item_info .play_btn,
.news_page .knowledge_list .knowledge_list_box .knowledge_item .knowledge_item_info .play_btn,
.news_page .knowledge_list .knowledge_list_box .news_item .knowledge_item_info .play_btn,
.news_page .knowledge_list .news_list_box .knowledge_item .knowledge_item_info .play_btn,
.news_page .knowledge_list .news_list_box .news_item .knowledge_item_info .play_btn,
.news_page .news_list .knowledge_list_box .knowledge_item .knowledge_item_info .play_btn,
.news_page .news_list .knowledge_list_box .news_item .knowledge_item_info .play_btn,
.news_page .news_list .news_list_box .knowledge_item .knowledge_item_info .play_btn,
.news_page .news_list .news_list_box .news_item .knowledge_item_info .play_btn {
  cursor: pointer;
  background-color: #3E83BE;
  padding: 14px 20px;
  border-radius: 40px;
  text-align: center;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 12px;
}

.knowledge-page .knowledge_list .knowledge_list_box .knowledge_item .knowledge_item_info .play_btn .play_icon_vide,
.knowledge-page .knowledge_list .knowledge_list_box .news_item .knowledge_item_info .play_btn .play_icon_vide,
.knowledge-page .knowledge_list .news_list_box .knowledge_item .knowledge_item_info .play_btn .play_icon_vide,
.knowledge-page .knowledge_list .news_list_box .news_item .knowledge_item_info .play_btn .play_icon_vide,
.knowledge-page .news_list .knowledge_list_box .knowledge_item .knowledge_item_info .play_btn .play_icon_vide,
.knowledge-page .news_list .knowledge_list_box .news_item .knowledge_item_info .play_btn .play_icon_vide,
.knowledge-page .news_list .news_list_box .knowledge_item .knowledge_item_info .play_btn .play_icon_vide,
.knowledge-page .news_list .news_list_box .news_item .knowledge_item_info .play_btn .play_icon_vide,
.news_page .knowledge_list .knowledge_list_box .knowledge_item .knowledge_item_info .play_btn .play_icon_vide,
.news_page .knowledge_list .knowledge_list_box .news_item .knowledge_item_info .play_btn .play_icon_vide,
.news_page .knowledge_list .news_list_box .knowledge_item .knowledge_item_info .play_btn .play_icon_vide,
.news_page .knowledge_list .news_list_box .news_item .knowledge_item_info .play_btn .play_icon_vide,
.news_page .news_list .knowledge_list_box .knowledge_item .knowledge_item_info .play_btn .play_icon_vide,
.news_page .news_list .knowledge_list_box .news_item .knowledge_item_info .play_btn .play_icon_vide,
.news_page .news_list .news_list_box .knowledge_item .knowledge_item_info .play_btn .play_icon_vide,
.news_page .news_list .news_list_box .news_item .knowledge_item_info .play_btn .play_icon_vide {
  width: 16px;
  height: 16px;
  background: url("../images/knowledge/play_icon_btn.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: 14px;
}

.knowledge-page .knowledge_list .knowledge_list_box .knowledge_item .knowledge_item_info .play_btn .play_icon_vide.pdf_icon,
.knowledge-page .knowledge_list .knowledge_list_box .news_item .knowledge_item_info .play_btn .play_icon_vide.pdf_icon,
.knowledge-page .knowledge_list .news_list_box .knowledge_item .knowledge_item_info .play_btn .play_icon_vide.pdf_icon,
.knowledge-page .knowledge_list .news_list_box .news_item .knowledge_item_info .play_btn .play_icon_vide.pdf_icon,
.knowledge-page .news_list .knowledge_list_box .knowledge_item .knowledge_item_info .play_btn .play_icon_vide.pdf_icon,
.knowledge-page .news_list .knowledge_list_box .news_item .knowledge_item_info .play_btn .play_icon_vide.pdf_icon,
.knowledge-page .news_list .news_list_box .knowledge_item .knowledge_item_info .play_btn .play_icon_vide.pdf_icon,
.knowledge-page .news_list .news_list_box .news_item .knowledge_item_info .play_btn .play_icon_vide.pdf_icon,
.news_page .knowledge_list .knowledge_list_box .knowledge_item .knowledge_item_info .play_btn .play_icon_vide.pdf_icon,
.news_page .knowledge_list .knowledge_list_box .news_item .knowledge_item_info .play_btn .play_icon_vide.pdf_icon,
.news_page .knowledge_list .news_list_box .knowledge_item .knowledge_item_info .play_btn .play_icon_vide.pdf_icon,
.news_page .knowledge_list .news_list_box .news_item .knowledge_item_info .play_btn .play_icon_vide.pdf_icon,
.news_page .news_list .knowledge_list_box .knowledge_item .knowledge_item_info .play_btn .play_icon_vide.pdf_icon,
.news_page .news_list .knowledge_list_box .news_item .knowledge_item_info .play_btn .play_icon_vide.pdf_icon,
.news_page .news_list .news_list_box .knowledge_item .knowledge_item_info .play_btn .play_icon_vide.pdf_icon,
.news_page .news_list .news_list_box .news_item .knowledge_item_info .play_btn .play_icon_vide.pdf_icon {
  background: url("../images/knowledge/pdf_icon.png") no-repeat center center;
  background-size: 100% 100%;
}

.knowledge-page .knowledge_list,
.news_page .knowledge_list {
  margin-top: 100px;
}

@media screen and (max-width: 1200px) {
  .knowledge-page .knowledge_list,
  .news_page .knowledge_list {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .knowledge-page-detail {
    padding: 0 20px;
  }
}

.knowledge-page-detail h1.title {
  font-size: 36px;
  font-weight: 500;
  color: #022850;
  opacity: 1;
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .knowledge-page-detail h1.title {
    margin-bottom: 40px;
    font-size: 30px;
  }
}

.knowledge-page-detail .rich_content {
  box-sizing: border-box;
  width: 736px;
  margin: 0 auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .knowledge-page-detail .rich_content {
    padding: 0 30px;
    width: 100%;
    margin-bottom: 100px;
  }
  .knowledge-page-detail .rich_content object {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .knowledge-page-detail .rich_content img {
    width: 100%;
    height: auto;
  }
}

.about_us_page {
  overflow-x: hidden;
}

.about_us_page .banner_about_us {
  overflow: hidden;
  padding: 0 9.72222%;
  box-sizing: border-box;
  margin-bottom: 60px;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 50px !important;
}

.about_us_page .banner_about_us .knowledge_container_banner_box {
  width: 1160px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .banner_about_us {
    height: auto;
  }
  .about_us_page .banner_about_us .knowledge_container_banner_box {
    width: 100%;
    flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {
  .about_us_page .banner_about_us .left_img {
    margin-bottom: 30px;
  }
}

.about_us_page .banner_about_us .left_img .left_img_box {
  width: 620px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .banner_about_us .left_img .left_img_box {
    width: 100%;
  }
}

.about_us_page .banner_about_us .left_img .left_img_box .title {
  font-size: 56px;
  font-weight: 500;
  color: #022850;
}

@media screen and (max-width: 1200px) {
  .about_us_page .banner_about_us .left_img .left_img_box .title {
    font-size: 48px;
  }
}

.about_us_page .banner_about_us .left_img .left_img_box .desc {
  font-size: 14px;
  font-weight: 300;
  color: #022850;
  opacity: 0.8;
}

.about_us_page .banner_about_us .left_img .left_img_box .label {
  font-size: 24px;
  font-weight: 500;
  color: #022850;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .about_us_page .banner_about_us .left_img .left_img_box {
    width: 100%;
    height: auto;
  }
}

.about_us_page .banner_about_us .left_img .left_img_box img {
  width: 100%;
  object-fit: contain;
}

.about_us_page .banner_about_us .img_right {
  width: 490px;
  height: 430px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .banner_about_us .img_right {
    width: 100%;
    height: auto;
  }
}

.about_us_page .banner_about_us .img_right img {
  width: 100%;
  object-fit: contain;
}

.about_us_page .banner_about_us .btns_box {
  font-size: 16px;
  padding-top: 40px !important;
  box-sizing: border-box;
}

.about_us_page .banner_about_us .btns_box .more_btn {
  background: #4d6dfa;
  opacity: 1;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  width: 9.25em;
  line-height: 3.5em;
  color: #FFFFFF;
  text-shadow: 5.55506px 18.16979px 68px rgba(54, 62, 147, 0.41);
  opacity: 1;
  text-align: center;
  margin-right: 1.25em;
}

@media screen and (max-width: 1200px) {
  .about_us_page .banner_about_us .btns_box .more_btn {
    line-height: 2.1em;
  }
}

.about_us_page .banner_about_us .btns_box .btn2 {
  width: 11.1875em;
  border: 2px solid #3E83BE;
  opacity: 1;
  line-height: 3.375em;
  border-radius: 1.875em;
  font-size: 1em;
  font-weight: 500;
  box-sizing: border-box;
  color: #3E83BE;
  text-shadow: 5.55506px 18.16979px 68px rgba(54, 62, 147, 0.41);
  opacity: 1;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .about_us_page .banner_about_us .btns_box .btn2 {
    width: 6.7125em;
    line-height: 2.025em;
  }
}

.about_us_page .banner_about_us .btns_box .btn2 a {
  color: #3E83BE !important;
}

.about_us_page .banner_about_us .model_box {
  padding-bottom: 120px;
  margin-top: 60px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .banner_about_us .model_box {
    flex-direction: column;
    padding: 0 30px;
    margin-top: 0;
  }
}

.about_us_page .banner_about_us .model_box .model_item {
  width: 376px;
  height: 150px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.6);
  opacity: 1;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 30px 20px;
  align-items: flex-start;
}

@media screen and (max-width: 1200px) {
  .about_us_page .banner_about_us .model_box .model_item {
    margin-bottom: 20px;
    width: 100%;
    height: 170px;
  }
}

.about_us_page .banner_about_us .model_box .model_item .img {
  margin-right: 26px;
  margin-top: -11px;
}

.about_us_page .banner_about_us .model_box .model_item .img img {
  width: 64px;
  height: 64px;
}

.about_us_page .banner_about_us .model_box .model_item .info .title_info {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  color: #022850;
}

.about_us_page .banner_about_us .model_box .model_item .info .desc_info {
  font-size: 16px;
  font-weight: 300;
  color: #022850;
  opacity: 1;
}

.about_us_page .banner_about_us .model_box .model_item:nth-child(2) {
  margin: 0 16px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .banner_about_us .model_box .model_item:nth-child(2) {
    margin-bottom: 20px;
  }
}

.about_us_page .news_list_box_about {
  box-sizing: border-box;
  width: 1160px;
  margin: 0 auto;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .about_us_page .news_list_box_about {
    width: 100%;
    padding: 0 20px;
  }
}

.about_us_page .news_list_box_about .item_title {
  font-size: 48px;
  font-weight: 300;
  line-height: 68px;
  color: #022850;
  opacity: 1;
  width: 536px;
  margin-bottom: 69px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .news_list_box_about .item_title {
    width: 48%;
    font-size: 40px;
  }
}

.about_us_page .news_list_box_about .item_news {
  width: 536px;
  height: 512px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.9);
  opacity: 1;
  border-radius: 16px;
  margin-bottom: 80px;
  overflow: hidden;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .about_us_page .news_list_box_about .item_news {
    width: 48%;
    height: auto;
    margin-bottom: 40px;
  }
}

.about_us_page .news_list_box_about .item_news .img_box {
  width: 100%;
  height: 332px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .news_list_box_about .item_news .img_box {
    height: 150px;
  }
}

.about_us_page .news_list_box_about .item_news .img_box img {
  object-fit: fill;
}

.about_us_page .news_list_box_about .item_news .info_box {
  box-sizing: border-box;
  padding: 30px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .news_list_box_about .item_news .info_box {
    padding: 20px;
  }
}

.about_us_page .news_list_box_about .item_news .info_box .time {
  font-size: 20px;
  font-weight: 500;
  color: #022850;
  opacity: 0.6;
  margin-bottom: 30px;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .about_us_page .news_list_box_about .item_news .info_box .time {
    margin-bottom: 20px;
  }
}

.about_us_page .news_list_box_about .item_news .info_box .desc {
  font-size: 24px;
  font-weight: 500;
  color: #022850;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .about_us_page .news_list_box_about .item_news .info_box .desc {
    font-size: 14px;
  }
}

.about_us_page .news_list_box_about .more_btn_box {
  width: 536px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .news_list_box_about .more_btn_box {
    width: 48%;
    height: 150px;
  }
}

.about_us_page .news_list_box_about .more_btn_box .go_more {
  background-color: transparent;
  border: 1px solid #4F71F5;
  color: #4F71F5;
  padding: 20px 30px;
  border-radius: 50px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .news_list_box_about .more_btn_box .go_more {
    font-size: 14px;
  }
}

.about_us_page .news_list_box_about .more_btn_box .go_more .go_icon {
  width: 16px;
  height: 12px;
  background: url("../images/about-us/more_arr_right.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: 40px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .news_list_box_about .more_btn_box .go_more .go_icon {
    margin-left: 10px;
  }
}

.about_us_page .news_list_box_about .float_item:nth-child(odd) {
  float: left;
}

.about_us_page .news_list_box_about .float_item:nth-child(even) {
  float: right;
}

.about_us_page .social_box .social_item {
  width: 1160px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .about_us_page .social_box .social_item {
    flex-direction: column;
    width: 100%;
    padding: 0 30px;
  }
}

.about_us_page .social_box .social_item::after {
  content: "";
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 10px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.about_us_page .social_box .circle_circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 20px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  left: -30px;
  bottom: 0;
}

.about_us_page .social_box::before {
  content: "";
  width: 132px;
  height: 132px;
  border-radius: 50%;
  border: 20px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  left: -50px;
  top: 0;
}

.about_us_page .social_box .social_left .tag {
  font-size: 48px;
  font-weight: normal;
  line-height: 1;
  color: #022850;
  opacity: 1;
  margin-bottom: 80px;
}

.about_us_page .social_box .social_left .info_list .info_list_item {
  border-bottom: 1px solid #333;
  padding: 40px 0;
}

.about_us_page .social_box .social_left .info_list .info_list_item:last-child {
  border-color: transparent;
}

.about_us_page .social_box .social_left .info_list .info_list_item .title {
  font-size: 16px;
  line-height: 1;
  color: #022850;
  margin-bottom: 16px;
  font-weight: 200;
}

.about_us_page .social_box .social_left .info_list .info_list_item .desc {
  width: 514px;
  font-size: 24px;
  color: #022850;
  opacity: 1;
  font-weight: 200;
}

@media screen and (max-width: 1200px) {
  .about_us_page .social_box .social_left .info_list .info_list_item .desc {
    width: 100%;
  }
}

.about_us_page .social_box .social_right {
  width: 474px;
  height: 393px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .social_box .social_right {
    width: 100%;
  }
}

.about_us_page .join_box {
  margin-bottom: 150px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .join_box {
    margin-bottom: 100px;
  }
}

.about_us_page .join_box .join_info {
  width: 1160px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .join_box .join_info {
    flex-direction: column;
    width: 100%;
    padding: 0 30px;
  }
}

.about_us_page .join_box .join_info::after {
  content: "";
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 10px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  left: 28px;
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  .about_us_page .join_box .join_info::after {
    left: 0;
  }
}

.about_us_page .join_box .join_info .join_img {
  width: 474px;
  height: 474px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .join_box .join_info .join_img {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
}

.about_us_page .join_box .join_info .join_info {
  width: 550px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .join_box .join_info .join_info {
    width: 100%;
  }
}

.about_us_page .join_box .join_info .join_info .title {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 50px;
  color: #022850;
  opacity: 1;
}

.about_us_page .join_box .join_info .join_info .desc {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #022850;
}

.about_us_page .join_us_box {
  background: url("../images/about-us/about_item_bg.png") no-repeat left center;
  background-size: 658px 620px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .join_us_box {
    flex-direction: column;
  }
}

.about_us_page .join_us_box .left_box {
  width: 658px;
  height: 620px;
  margin-right: 135px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .join_us_box .left_box {
    width: 100%;
    padding: 0 20px;
    height: auto;
    margin-right: 0;
  }
}

.about_us_page .join_us_box .left_box .join_img img {
  width: 572px;
  height: 425px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .join_us_box .left_box .join_img img {
    width: 100%;
    height: auto;
  }
}

.about_us_page .join_us_box .right_box {
  width: 510px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .join_us_box .right_box {
    width: 100%;
    padding: 0 20px;
  }
}

.about_us_page .join_us_box .right_box .title {
  font-size: 45px;
  font-weight: normal;
  line-height: 1;
  color: #022850;
  opacity: 1;
  margin-bottom: 10px;
}

.about_us_page .join_us_box .right_box .title2 {
  font-size: 48px;
  font-weight: normal;
  line-height: 1;
  color: #022850;
  opacity: 1;
  margin-bottom: 32px;
}

.about_us_page .join_us_box .right_box .detail {
  font-size: 18px;
  line-height: 28px;
  color: #022850;
  -webkit-text-stroke: 1 transparent;
  font-family: auto;
}

.about_us_page .join_us_box .right_box .tip_1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #022850;
  line-height: 1;
  margin-bottom: 16px;
  opacity: 0.6;
}

.about_us_page .join_us_box .right_box .tip {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #022850;
  line-height: 1;
  margin-bottom: 16px;
  opacity: 0.6;
}

.about_us_page .about_us_join_us {
  margin-top: 140px;
  margin-bottom: 210px;
  background: url("../images/about-us/bg_about_join_us.png") no-repeat right center;
  background-size: 656.97px 620px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .about_us_join_us {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 1200px) {
  .about_us_page .about_us_join_us .about_joins_box {
    flex-direction: column;
  }
}

.about_us_page .about_us_join_us .about_joins_box .join_us_info {
  width: 432px;
  margin-right: 140px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .about_us_join_us .about_joins_box .join_us_info {
    width: 100%;
    margin-left: 0;
    padding: 0 30px !important;
    margin-right: 0;
  }
}

.about_us_page .about_us_join_us .about_joins_box .join_us_info .join_title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  color: #022850;
  margin-bottom: 60px;
}

.about_us_page .about_us_join_us .about_joins_box .join_us_info .join_des {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 28px;
  color: #022850;
}

.about_us_page .about_us_join_us .about_joins_box .join_us_info .join_des .email {
  font-weight: bold;
}

.about_us_page .about_us_join_us .about_joins_box .img_box_us {
  width: 656.97px;
  height: 620px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .about_us_page .about_us_join_us .about_joins_box .img_box_us {
    width: 100%;
    margin-left: 0;
  }
}

.about_us_page .about_us_join_us .about_joins_box .img_box_us::after {
  content: "";
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 10px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  right: 200px;
  top: -120px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .about_us_join_us .about_joins_box .img_box_us::after {
    opacity: 0;
  }
}

.about_us_page .about_us_join_us .about_joins_box .img_box_us::before {
  content: "";
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 10px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  left: 30px;
  bottom: 0;
}

.about_us_page .about_us_join_us .about_joins_box .img_box_us .team_img_box {
  transform: translateX(-50px);
}

@media screen and (max-width: 1200px) {
  .about_us_page .about_us_join_us .about_joins_box .img_box_us .team_img_box {
    transform: translateX(55px);
    display: none;
    top: 110px;
    bottom: 110px;
  }
}

.about_us_page .about_us_join_us .about_joins_box .img_box_us .team_img_box .team_img {
  width: 220px;
  height: 310px;
  background: transparent;
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.9);
  opacity: 1;
  border-radius: 16px;
  position: absolute;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .about_us_page .about_us_join_us .about_joins_box .img_box_us .team_img_box .team_img {
    width: 143px;
    height: 201.5px;
  }
}

.about_us_page .about_us_join_us .about_joins_box .img_box_us .team_img_box .team_img:nth-child(1) {
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}

.about_us_page .about_us_join_us .about_joins_box .img_box_us .team_img_box .team_img:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.about_us_page .about_us_join_us .about_joins_box .img_box_us .team_img_box .team_img:nth-child(3) {
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .about_us_join_us .about_joins_box .img_box_us .team_img_box .team_img:nth-child(3) {
    left: -40px;
  }
}

.about_us_page .about_us_join_us .about_joins_box .img_box_us .team_img_box .team_img:nth-child(4) {
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}

@media screen and (max-width: 1200px) {
  .about_us_page .about_us_join_us .about_joins_box .img_box_us .team_img_box .team_img:nth-child(4) {
    right: -40px;
  }
}

.about_us_page .about_us_join_us .about_joins_box .img_box_us .team_img_box_mobile {
  display: none;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .about_us_page .about_us_join_us .about_joins_box .img_box_us .team_img_box_mobile {
    display: flex;
  }
}

.about_us_page .about_us_join_us .about_joins_box .img_box_us .team_img_box_mobile .team_img {
  width: 165px;
  height: 232.5px;
  background: transparent;
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.9);
  opacity: 1;
  border-radius: 16px;
  margin-bottom: 20px;
  overflow: hidden;
}

.about_us_page .about_us_join_us .about_joins_box .img_box_us .team_img_box_mobile .team_img:nth-child(2) {
  margin-top: -50px;
}

.about_us_page .about_us_join_us .about_joins_box .img_box_us .team_img_box_mobile .team_img:nth-child(4) {
  margin-top: -50px;
}

.connect_address_box {
  width: 1160px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .connect_address_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }
}

.connect_address_box .select_op_box {
  width: 586px;
  align-items: flex-start;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .connect_address_box .select_op_box {
    width: 100%;
  }
}

.connect_address_box .select_op_box:hover ._nav_item {
  opacity: 1;
  top: 50px;
  pointer-events: all;
}

.connect_address_box .select_op_box:hover .lang .arow {
  transform: rotate(180deg);
}

.connect_address_box .select_contry_item {
  width: 100%;
  z-index: 999;
  top: 50px;
}

.connect_address_box .select_country {
  width: 586px;
  line-height: 48px;
  background: #3E83BE;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 24px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.connect_address_box .select_country .lang {
  font-size: 0.875em;
  font-weight: 500;
  cursor: pointer;
  color: #FFFFFF;
  position: relative;
  width: 100%;
}

.connect_address_box .select_country .lang .arow {
  position: absolute;
  right: 10px;
  transition: all linear 0.1s;
  width: 24px;
  height: 24px;
  background: url("../images/up_arr1.png") no-repeat center center;
  background-size: 100% 100%;
  transform: rotate(0deg);
}

.connect_address_box .select_country .lang span {
  margin-right: 0.6em;
}

@media screen and (max-width: 1200px) {
  .connect_address_box .select_country {
    width: 100%;
  }
}

.connect_address_box .select_country .arr {
  width: 586px;
  height: 24px;
  background: url("../images/about-us/arr-up.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 46px;
  top: 50%;
  transform: translateY(-50%);
}

.connect_address_box .address_box {
  align-items: flex-start;
  flex-wrap: wrap;
}

.connect_address_box .address_box:nth-of-type(3) {
  display: none;
}

.connect_address_box .address_box .address_item {
  margin-right: 119px;
  width: 200px;
}

@media screen and (max-width: 1200px) {
  .connect_address_box .address_box .address_item {
    margin-right: 0;
  }
}

.connect_address_box .address_box .address_item:last-child {
  margin-right: 0;
}

.connect_address_box .address_box .address_item .address_name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #022850;
  opacity: 1;
  margin-bottom: 29px;
}

.connect_address_box .address_box .address_item .info_line {
  margin-bottom: 18px;
}

.connect_address_box .address_box .address_item .info_line:last-child {
  align-items: flex-start;
}

.connect_address_box .address_box .address_item .info_line:last-child .icon_left {
  margin-top: 4px;
}

.connect_address_box .address_box .address_item .icon_left {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.connect_address_box .address_box .address_item .icon_left img {
  width: 100%;
  height: 100%;
}

.connect_address_box .address_box .address_item .fill_info {
  font-size: 14px;
  font-weight: 500;
  color: #022850;
  width: 176px;
}

@media screen and (max-width: 1200px) {
  .about_us_detail {
    width: 100%;
  }
}

.about_us_detail .detail_desc {
  width: 1090px;
  margin: 0 auto;
  height: 680px;
  background: url("../images/about-us/bg_about.png") no-repeat center center;
  background-size: 892.87px 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .detail_desc {
    width: 100%;
    padding: 0 30px !important;
    height: auto;
    background-size: 100%;
  }
}

.about_us_detail .detail_desc .gif_img {
  width: 160px;
  height: 203px;
  background: url("../images/about-us/logo_about.gif") no-repeat center center;
  background-size: 100%;
}

.about_us_detail .detail_desc .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  color: #022850;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .detail_desc .title {
    margin-top: 0px;
  }
}

.about_us_detail .detail_desc .desc {
  font-size: 16px;
  font-weight: 300;
  color: #022850;
  opacity: 0.8;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .detail_desc .desc {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .about_us_detail .detail_desc .bottom_block {
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.about_us_detail .detail_desc .bottom_block .block_item {
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px 0;
  text-align: center;
  width: 340px;
  height: 156px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.5);
}

.about_us_detail .detail_desc .bottom_block .block_item:nth-child(2) {
  margin: 0 35px;
}

.about_us_detail .detail_desc .bottom_block .block_item .block_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #022850;
  margin-bottom: 20px;
}

.about_us_detail .detail_desc .bottom_block .block_item .block_info {
  font-size: 16px;
  font-weight: 300;
  color: #022850;
  opacity: 0.8;
}

.about_us_detail .our_culture {
  margin-bottom: 160px !important;
  margin-top: 60px;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .our_culture {
    width: 100%;
    padding: 0 30px !important;
    margin-top: 0px;
  }
}

.about_us_detail .our_culture .culture_box {
  background: url("../images/about-us/about_item_bg.png") no-repeat center left;
  background-size: 656.97px 620px;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .our_culture .culture_box {
    width: 100%;
    flex-direction: column;
  }
}

.about_us_detail .our_culture .culture_box .img_box {
  width: 656.97px;
  height: 620px;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .our_culture .culture_box .img_box {
    width: 100%;
  }
}

.about_us_detail .our_culture .culture_box .img_box .img_img {
  width: 572px;
  height: 452px;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .our_culture .culture_box .img_box .img_img {
    width: 100%;
    height: auto;
  }
}

.about_us_detail .our_culture .culture_box .cultrue_info {
  width: 510px;
  margin-left: 133px;
  margin-top: -60px;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .our_culture .culture_box .cultrue_info {
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
  }
}

.about_us_detail .our_culture .culture_box .cultrue_info .title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
  color: #022850;
}

.about_us_detail .our_culture .culture_box .cultrue_info .tag {
  font-size: 48px;
  font-weight: 100;
  line-height: 1;
  color: #022850;
  margin-bottom: 41px;
}

.about_us_detail .our_culture .culture_box .cultrue_info .desc {
  font-size: 16px;
  line-height: 1.5;
  color: #022850;
  font-weight: 200;
  width: 88.5%;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .our_culture .culture_box .cultrue_info .desc {
    width: 100%;
  }
}

.about_us_detail .our_culture .culture_box .cultrue_info .tags {
  font-size: 20px;
  color: #022850;
  opacity: 0.8;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .our_culture .culture_box .cultrue_info .tags {
    flex-wrap: wrap;
  }
}

.about_us_detail .our_culture .culture_box .cultrue_info .tags .tag_item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  border: 1px solid #04294F;
  opacity: 0.6;
  margin: 0 20px;
}

.about_us_detail .our_culture .culture_box .cultrue_info .tags .tag_item:last-child::after {
  display: none;
}

.about_us_detail .about_us_join_us {
  margin-bottom: 210px;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .about_us_join_us .about_joins_box {
    flex-direction: column;
  }
}

.about_us_detail .about_us_join_us .about_joins_box .join_us_info {
  width: 432px;
  margin-left: 140px;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .about_us_join_us .about_joins_box .join_us_info {
    width: 100%;
    margin-left: 0;
    padding: 0 30px !important;
  }
}

.about_us_detail .about_us_join_us .about_joins_box .join_us_info .join_title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  color: #022850;
  margin-bottom: 60px;
}

.about_us_detail .about_us_join_us .about_joins_box .join_us_info .join_des {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.5;
  color: #022850;
  margin-bottom: 60px;
}

.about_us_detail .about_us_join_us .about_joins_box .img_box_us {
  width: 656.97px;
  height: 620px;
  background: url("../images/about-us/bg_about_join_us.png") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .about_us_join_us .about_joins_box .img_box_us {
    width: 100%;
    margin-left: 0;
  }
}

.about_us_detail .about_us_join_us .about_joins_box .img_box_us::after {
  content: "";
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 10px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  right: 200px;
  top: -120px;
}

.about_us_detail .about_us_join_us .about_joins_box .img_box_us::before {
  content: "";
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 10px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  left: 30px;
  bottom: 0;
}

.about_us_detail .about_us_join_us .about_joins_box .img_box_us .team_img_box {
  transform: translateX(-50px);
}

@media screen and (max-width: 1200px) {
  .about_us_detail .about_us_join_us .about_joins_box .img_box_us .team_img_box {
    transform: translateX(55px);
    top: 110px;
    bottom: 110px;
  }
}

.about_us_detail .about_us_join_us .about_joins_box .img_box_us .team_img_box .team_img {
  width: 220px;
  height: 310px;
  background: transparent;
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.9);
  opacity: 1;
  border-radius: 16px;
  position: absolute;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .about_us_join_us .about_joins_box .img_box_us .team_img_box .team_img {
    width: 143px;
    height: 201.5px;
  }
}

.about_us_detail .about_us_join_us .about_joins_box .img_box_us .team_img_box .team_img:nth-child(1) {
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}

.about_us_detail .about_us_join_us .about_joins_box .img_box_us .team_img_box .team_img:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.about_us_detail .about_us_join_us .about_joins_box .img_box_us .team_img_box .team_img:nth-child(3) {
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .about_us_join_us .about_joins_box .img_box_us .team_img_box .team_img:nth-child(3) {
    left: -40px;
  }
}

.about_us_detail .about_us_join_us .about_joins_box .img_box_us .team_img_box .team_img:nth-child(4) {
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .about_us_join_us .about_joins_box .img_box_us .team_img_box .team_img:nth-child(4) {
    right: -40px;
  }
}

.about_us_detail .about_our_investment {
  position: relative;
  margin-bottom: 60px;
}

.about_us_detail .about_our_investment::after {
  content: "";
  width: 123px;
  height: 123px;
  border-radius: 50%;
  border: 20px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  left: -50px;
  bottom: -130px;
}

.about_us_detail .about_our_investment .investment_title {
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  color: #022850;
  margin-bottom: 69px;
}

.about_us_detail .about_our_investment .investment_box {
  width: 1084px;
  margin: 0 auto;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .about_our_investment .investment_box {
    width: 100%;
  }
}

.about_us_detail .about_our_investment .investment_box .investment_img {
  width: 300px;
  height: 92px;
}

.about_us_detail .about_our_investment .investment_box .investment_img:nth-child(3n+2) {
  margin: 0 92px;
}

.about_us_detail .about_our_investment .investment_box .investment_img img {
  width: 100%;
  height: 100%;
}

.about_us_detail .about_us_honors {
  margin-bottom: 170px;
  margin-top: 100px;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .about_us_honors {
    margin-top: 0px;
  }
}

.about_us_detail .about_us_honors .honors_title {
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  color: #022850;
  margin-bottom: 69px;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .about_us_honors .honors_title {
    margin-bottom: 30px;
  }
}

.about_us_detail .about_us_honors .honors_img_box {
  width: 761px;
  height: 376px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .about_us_detail .about_us_honors .honors_img_box {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1200px) {
  .znhg {
    width: 100%;
    padding: 0 30px !important;
  }
}

.znhg .top_banner {
  width: 100%;
  height: 527px;
  background: linear-gradient(360deg, #F2F7FE 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .znhg .top_banner {
    flex-direction: column;
    height: auto;
  }
}

.znhg .top_banner .yuan {
  width: 52px;
  height: 52px;
  border: 10px solid #EBEEFE;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  bottom: 55px;
  left: 83px;
}

.znhg .top_banner .left {
  padding-left: 179px;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .znhg .top_banner .left {
    padding-left: 0;
  }
}

.znhg .top_banner .left .top {
  color: #3D3D51;
  line-height: 68px;
  font-size: 48px;
  font-weight: 500;
  padding: 125px 0 28px 0;
  box-sizing: border-box;
}

.znhg .top_banner .left .button {
  width: 207px;
  height: 50px;
  background: #3E83BE;
  text-align: center;
  line-height: 50px !important;
  opacity: 1;
  border-radius: 80px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 35px;
}

.znhg .top_banner .left .bot {
  height: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #3D3D51;
  opacity: 0.8;
}

.znhg .top_banner .right {
  width: 539px;
  height: 539px;
  margin-right: 140px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .znhg .top_banner .right {
    width: 100%;
    height: auto;
  }
}

.znhg .top_banner .right .img {
  width: 539px;
  height: 527px;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .znhg .top_banner .right .img {
    width: 100%;
    height: auto;
  }
}

.znhg .top_banner .right .yuan1 {
  position: absolute;
  width: 90px;
  height: 90px;
  border: 20px solid #EBEEFE;
  border-radius: 50%;
  opacity: 0.6;
  top: 82px;
  left: 5px;
}

.znhg .con {
  display: flex;
  justify-content: space-between;
  margin-top: 78px;
}

.znhg .con .left {
  padding-left: 140px;
  box-sizing: border-box;
}

@media screen and (max-width: 1450px) {
  .znhg .con .left {
    padding-left: 30px;
  }
}

.znhg .con .left.fixed_box {
  position: fixed;
  left: 140px;
  top: 20px;
  z-index: 999;
  padding-left: 0px !important;
  background-color: #fff;
}

@media screen and (max-width: 1450px) {
  .znhg .con .left.fixed_box {
    left: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .znhg .con .left.hot {
    display: none;
  }
}

.znhg .con .left .left_top {
  margin-bottom: 50px;
}

.znhg .con .left .left_top .l_top {
  color: #022850;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 18px;
}

.znhg .con .left .left_top .l_img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 306px;
}

.znhg .con .left .left_top .l_img .img_box {
  width: 90px;
  height: 90px;
  margin-right: 12px;
  margin-top: 12px;
}

.znhg .con .left .left_top .l_img .img_box img {
  background: skyblue;
  width: 100%;
  height: 100%;
}

.znhg .con .left .left_bot .l_top {
  color: #022850;
  font-weight: 500;
  line-height: 35px;
  font-size: 16px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  opacity: 1;
  background: url("../images/hot_top_bg.png") no-repeat center center;
  background-size: 100% 100%;
  background-color: #3E83BE;
}

.znhg .con .left .left_bot .l_img {
  width: 294px;
  height: 294px;
  background: url("../images/hg_detail_bg.png") no-repeat center center;
  background-size: 100% 100%;
}

.znhg .con .left .left_bot .l_img .tip_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #022850;
  text-align: center;
  position: absolute;
  line-height: 1;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.znhg .con .left .left_bot .l_img img {
  width: 294px;
  height: 294px;
  object-fit: contain;
}

.znhg .con .left .left_bot .l_img img.hot_img {
  transform: translateY(-20px);
}

.znhg .con .left .left_bot .l_img .num {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 16px;
  color: #022850;
}

.znhg .con .left .left_bot .l_img .page_dot {
  position: absolute;
  left: 19px;
  top: 19px;
}

.znhg .con .left .left_bot .l_img .page_dot .dot_item {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.39);
  border-radius: 50%;
  opacity: 0.9;
  margin-bottom: 10px;
}

.znhg .con .left .left_bot .l_img .page_dot .dot_item.active {
  background: #3E83BE;
}

.znhg .con .left .left_bot .l_img .left_btn_swiper {
  width: 40px;
  height: 40px;
  background: url("../images/hover_click/click_default_left.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  z-index: 999;
  cursor: pointer;
}

.znhg .con .left .left_bot .l_img .left_btn_swiper:hover {
  background: url("../images/hover_click/click_click_left.png") no-repeat center center;
  background-size: 100% 100%;
}

.znhg .con .left .left_bot .l_img .right_btn_swiper {
  width: 40px;
  height: 40px;
  background: url("../images/hover_click/click_default_right.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  z-index: 999;
  cursor: pointer;
}

.znhg .con .left .left_bot .l_img .right_btn_swiper:hover {
  background: url("../images/hover_click/click_click_right.png") no-repeat center center;
  background-size: 100% 100%;
}

.znhg .con .right {
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media screen and (max-width: 1200px) {
  .znhg .con .right {
    width: 100%;
    margin-right: 0;
    padding: 0 0;
  }
}

.znhg .con .right .r_top {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #022850;
  opacity: 1;
}

.znhg .con .right .r_txt {
  height: 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #022850;
  opacity: 1;
  margin-top: 15px;
  margin-bottom: 35px;
}

.znhg .con .right .r_txt2 {
  width: 832px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #022850;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .znhg .con .right .r_txt2 {
    width: 100%;
  }
}

.znhg .con .right .r_but {
  width: 832px;
  height: 46px;
  background: #3E83BE;
  opacity: 1;
  text-align: center;
  border-radius: 23px;
  color: #fff;
  line-height: 26px;
  line-height: 46px;
  margin-top: 17px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .znhg .con .right .r_but {
    width: 100%;
  }
}

.znhg .con .right .fuwenben {
  padding: 10px;
  padding: 0;
}

.znhg .con .right .xgal {
  flex-wrap: wrap;
}

.znhg .con .right .xgal.xg_box {
  margin-top: 71px;
}

@media screen and (max-width: 1200px) {
  .znhg .con .right .xgal {
    justify-content: center;
  }
}

.znhg .con .right .xgal .xian {
  width: 356px;
  height: 0px;
  border: 1px solid #04294F;
  opacity: 1;
}

.znhg .con .right .xgal .txt {
  width: 80px;
  margin: 0 19px !important;
}

.znhg .con .right .xgal .xgal_box:nth-child(2) {
  margin: 0 20px;
  margin-top: 51px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .znhg .con .right .xgal .xgal_box:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
}

.znhg .con .right .xgal .xgal_box {
  margin-top: 51px;
  margin-bottom: 80px;
}

.znhg .con .right .xgal .xgal_box img {
  width: 260px;
  height: 260px;
  background: skyblue;
  object-fit: cover;
}

.znhg .con .right .xgal .xgal_box .xgal_txt {
  margin-top: 30px;
  width: 260px;
  height: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #022850;
}

@media screen and (max-width: 1200px) {
  .znhg .con .right .xgal .xgal_box .xgal_txt {
    text-align: center;
    width: 100%;
  }
}

.znhg .con .right .xg_list_box_mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .znhg .con .right .xg_list_box_mobile {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}

@media screen and (max-width: 1200px) {
  .znhg .con .right .xg_list_box_pc {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .znhg .con .right .xg_list_box {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .znhg .con .right .xg_list_box .xgal_box {
    margin-bottom: 0;
  }
  .znhg .con .right .xg_list_box .xgal_box:nth-child(2) {
    margin-bottom: 0;
  }
}

.znhg .con .right .xwzx {
  margin-bottom: 145px;
  flex-wrap: wrap;
}

.znhg .con .right .xwzx .xwzx_box {
  margin-top: 50px;
  height: 211px;
  width: 834px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 20px 30px rgba(226, 232, 248, 0.7);
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .znhg .con .right .xwzx .xwzx_box {
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 100%;
  }
}

.znhg .con .right .xwzx .xwzx_box .left_img_box {
  width: 347px;
  height: 211px;
  opacity: 1;
  border-radius: 16px 0px 0px 16px;
  box-sizing: border-box;
}

.znhg .con .right .xwzx .xwzx_box .left_img_box img {
  width: 347px;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .znhg .con .right .xwzx .xwzx_box .left_img_box {
    width: 100%;
    border-radius: 0;
  }
  .znhg .con .right .xwzx .xwzx_box .left_img_box img {
    width: 100%;
  }
}

.znhg .con .right .xwzx .xwzx_box .right_info_box {
  margin-left: 34px;
  margin-right: 0;
  height: 212px;
}

@media screen and (max-width: 1200px) {
  .znhg .con .right .xwzx .xwzx_box .right_info_box {
    margin-left: 0;
    width: 100%;
    padding: 0 20px;
  }
}

.znhg .con .right .xwzx .xwzx_box .right_info_box .r_top {
  width: 424px;
  height: 22px;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  color: #022850;
  opacity: 1;
  margin-top: 29px;
  margin-bottom: 33px;
}

@media screen and (max-width: 1200px) {
  .znhg .con .right .xwzx .xwzx_box .right_info_box .r_top {
    width: 100%;
  }
}

.znhg .con .right .xwzx .xwzx_box .right_info_box .r_con {
  width: 424px;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  color: #022850;
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  .znhg .con .right .xwzx .xwzx_box .right_info_box .r_con {
    width: 100%;
  }
}

.znhg .con .right .xwzx .xwzx_box .right_info_box .r_bot {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 28px;
  width: 424px;
  height: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  color: #022850;
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  .znhg .con .right .xwzx .xwzx_box .right_info_box .r_bot {
    width: 100%;
  }
}

.product_demo_show {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  background: url("../images/pruduct_show/demo_bg.png") no-repeat center bottom;
  background-size: 100%;
  padding-top: 85px !important;
  box-sizing: border-box;
  overflow-y: scroll;
}

@media screen and (max-width: 1200px) {
  .product_demo_show {
    padding-top: 85px !important;
    padding: 0 30px !important;
    padding-bottom: 30px !important;
  }
}

.product_demo_show .back_arr {
  width: 40px;
  height: 40px;
  background: url("../images/pruduct_show/b_n.png") no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  top: 85px;
  left: 138px;
  cursor: pointer;
  transition: all linear 0.3s;
}

.product_demo_show .back_arr:hover {
  background: url("../images/pruduct_show/b_y.png") no-repeat center bottom;
  background-size: 100%;
}

@media screen and (max-width: 1200px) {
  .product_demo_show .back_arr {
    top: 20px;
    left: 30px;
  }
}

.product_demo_show .p_icon {
  position: absolute;
  width: 34px;
  height: 34px;
}

.product_demo_show .p_icon:nth-of-type(1) {
  background: url("../images/pruduct_show/p_1.png") no-repeat center center;
  background-size: 100% 100%;
  top: 280px;
  left: 203px;
}

@media screen and (max-width: 1200px) {
  .product_demo_show .p_icon:nth-of-type(1) {
    left: -4px;
  }
}

.product_demo_show .p_icon:nth-of-type(2) {
  background: url("../images/pruduct_show/p_2.png") no-repeat center center;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  top: 211px;
  right: 209px;
}

@media screen and (max-width: 1200px) {
  .product_demo_show .p_icon:nth-of-type(2) {
    right: 0;
  }
}

.product_demo_show .p_icon:nth-of-type(3) {
  background: url("../images/pruduct_show/p_3.png") no-repeat center center;
  background-size: 100% 100%;
  top: 302px;
  right: 69px;
  width: 67px;
  height: 67px;
}

@media screen and (max-width: 1200px) {
  .product_demo_show .p_icon:nth-of-type(3) {
    right: 0;
  }
}

.product_demo_show::after {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 8px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  right: 76px;
  top: 36px;
}

@media screen and (max-width: 1200px) {
  .product_demo_show::after {
    display: none;
  }
}

.product_demo_show::before {
  content: "";
  width: 71px;
  height: 71px;
  border-radius: 50%;
  border: 10px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  left: 139px;
  top: 399px;
}

@media screen and (max-width: 1200px) {
  .product_demo_show::before {
    display: none;
  }
}

.product_demo_show .demo_form_box {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: #022850;
}

.product_demo_show .demo_form_box .title {
  font-size: 36px;
}

.product_demo_show .demo_form_box .form {
  margin: 0 auto;
  margin-top: 20px;
}

.product_demo_show .demo_form_box .form .input_item {
  width: 506px;
  height: 35px;
  background: rgba(255, 255, 255, 0.39);
  border: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 1;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .product_demo_show .demo_form_box .form .input_item {
    width: 100%;
  }
}

.product_demo_show .demo_form_box .form .input_item::after {
  content: "*";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  color: #FF2F2F;
  font-size: 22px;
}

.product_demo_show .demo_form_box .form .input_item:nth-of-type(4)::after {
  display: none;
}

.product_demo_show .demo_form_box .form .input_item input {
  background-color: transparent;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  padding: 0 22px;
  text-align: center;
}

.product_demo_show .demo_form_box .form .input_item:hover .options_list {
  opacity: 1;
  pointer-events: all;
}

.product_demo_show .demo_form_box .form .input_item:hover .up_arr {
  transform: rotate(180deg);
}

.product_demo_show .demo_form_box .form .input_item .up_arr {
  width: 13px;
  height: 10px;
  background: url("../images/connect_dow.png") no-repeat center center;
  background-size: 100% 100%;
  transition: all linear 0.3s;
}

.product_demo_show .demo_form_box .form .input_item .options_list {
  opacity: 0;
  pointer-events: none;
  transition: all linear 0.3s;
  position: absolute;
  width: 100%;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  box-shadow: 0px 10px 60px rgba(226, 232, 248, 0.8);
  border-radius: 16px;
  z-index: 999;
  padding-top: 20px;
}

.product_demo_show .demo_form_box .form .input_item .options_list .opt_item {
  width: 189px;
  line-height: 34px;
  border-radius: 17px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #04294F;
  opacity: 1;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px 0;
  cursor: pointer;
}

.product_demo_show .demo_form_box .form .input_item .options_list .opt_item:hover {
  background: #F5F6FE;
  color: #4F63DB;
}

.product_demo_show .demo_form_box .form .tip {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #022850;
  opacity: 1;
  margin-bottom: 40px;
}

.product_demo_show .demo_form_box .form .submit {
  width: 506px;
  height: 64px;
  line-height: 64px;
  background: #3E83BE;
  opacity: 1;
  font-size: 22px;
  cursor: pointer;
  color: #FFFFFF;
  opacity: 1;
  text-align: center;
  border-radius: 32px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .product_demo_show .demo_form_box .form .submit {
    width: 100%;
  }
}

.product_demo_show .rule_box {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #04294F;
  opacity: 1;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .product_demo_show .rule_box {
    text-align: left !important;
    line-height: 1.2 !important;
  }
}

.product_demo_show .rule_box .show_mobile_br {
  display: none;
}

@media screen and (max-width: 1200px) {
  .product_demo_show .rule_box .show_mobile_br {
    display: flex;
  }
}

.product_demo_show .rule_box .link {
  color: #4A6CFA;
  cursor: pointer;
}

.product_demo_show .rule_box .radio_box {
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: url("../images/no_select_radio.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 10px;
  transition: all linear 0.3s;
}

.product_demo_show .rule_box .radio_box.selected {
  background: url("../images/has_select_radio.png") no-repeat center center;
  background-size: 100% 100%;
}

.smart_suite_detail_page {
  padding-top: 100px !important;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page {
    padding: 0 20px !important;
  }
}

.smart_suite_detail_page .smart_suite_banner {
  margin-top: 64px;
  margin-bottom: 150px;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .smart_suite_banner {
    flex-direction: column;
    margin-bottom: 100px;
  }
}

.smart_suite_detail_page .smart_suite_banner .left_banner {
  margin-right: 101px;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .smart_suite_banner .left_banner {
    margin-right: 0;
  }
}

.smart_suite_detail_page .smart_suite_banner .left_banner .title {
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  color: #3D3D51;
  opacity: 1;
  margin-bottom: 30px;
}

.smart_suite_detail_page .smart_suite_banner .left_banner .label {
  font-size: 36px;
  font-weight: lighter;
  line-height: 1;
  color: #022850;
  opacity: 1;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .smart_suite_banner .left_banner .label {
    line-height: 1.4;
  }
}

.smart_suite_detail_page .smart_suite_banner .left_banner .desc {
  font-size: 16px;
  font-weight: lighter;
  line-height: 1;
  color: #022850;
  opacity: 0.8;
  width: 496px;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .smart_suite_banner .left_banner .desc {
    width: 100%;
    line-height: 1.4;
  }
}

.smart_suite_detail_page .smart_suite_banner .right_img {
  width: 554px;
  height: 348px;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .smart_suite_banner .right_img {
    width: 100%;
  }
}

.smart_suite_detail_page .smart_suite_banner .right_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smart_suite_detail_page .process_pay .title {
  font-size: 38px;
  font-weight: 500;
  line-height: 56px;
  color: #022850;
  opacity: 1;
  text-align: center;
  flex-direction: column;
  line-height: 1;
}

.smart_suite_detail_page .process_pay .title::after {
  content: "";
  display: flex;
  width: 60px;
  height: 6px;
  background: #3D3D51;
  opacity: 1;
  border-radius: 8px;
  margin-top: 30px;
}

.smart_suite_detail_page .process_pay .img_box {
  padding: 0 10.69444%;
  margin-top: 76px;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .process_pay .img_box {
    padding: 0;
    margin-top: 50px;
  }
}

.smart_suite_detail_page .process_pay .img_box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.smart_suite_detail_page .sorft_box {
  margin-bottom: 150px;
}

.smart_suite_detail_page .sorft_box .title {
  font-size: 38px;
  font-weight: 500;
  line-height: 56px;
  color: #022850;
  opacity: 1;
  text-align: center;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 44px;
}

.smart_suite_detail_page .sorft_box .title::after {
  content: "";
  display: flex;
  width: 60px;
  height: 6px;
  background: #3D3D51;
  opacity: 1;
  border-radius: 8px;
  margin-top: 30px;
}

.smart_suite_detail_page .sorft_box .sorft_item {
  width: 1160px;
  height: 368px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.9);
  border-radius: 16px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 109px;
  padding-right: 100px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .sorft_box .sorft_item {
    width: 100%;
    padding: 0;
    flex-direction: column;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
  }
}

.smart_suite_detail_page .sorft_box .sorft_item:last-child {
  margin-bottom: 0;
}

.smart_suite_detail_page .sorft_box .sorft_item .left_info .title_item {
  font-size: 36px;
  font-weight: 500;
  line-height: 56px;
  color: #022850;
  opacity: 1;
  line-height: 1;
}

.smart_suite_detail_page .sorft_box .sorft_item .left_info .desc_item {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #022850;
  opacity: 0.8;
  width: 454px;
  line-height: 1;
  margin-top: 53px;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .sorft_box .sorft_item .left_info .desc_item {
    width: 100%;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.smart_suite_detail_page .sorft_box .sorft_item .right_img {
  width: 348px;
  height: 269px;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .sorft_box .sorft_item .right_img {
    width: 100%;
    height: auto;
  }
}

.smart_suite_detail_page .sorft_box .sorft_item .right_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smart_suite_detail_page .sorft_box .sorft_item:nth-of-type(2) .left_info {
  text-align: right;
}

.smart_suite_detail_page .sorft_box .sorft_item:nth-of-type(2) .right_img {
  width: 321px;
  height: 315px;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .sorft_box .sorft_item:nth-of-type(2):nth-of-type(2) .right_img {
    order: 2;
  }
  .smart_suite_detail_page .sorft_box .sorft_item:nth-of-type(2):nth-of-type(2) .left_info {
    order: 1;
    text-align: left !important;
  }
}

.smart_suite_detail_page .sorft_box .sorft_item:nth-of-type(3) .right_img {
  width: 446px;
  height: 282px;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .sorft_box .sorft_item:nth-of-type(3) .right_img {
    width: 100%;
    height: auto;
  }
}

.smart_suite_detail_page .hardware_box .title {
  font-size: 38px;
  font-weight: 500;
  line-height: 56px;
  color: #022850;
  opacity: 1;
  text-align: center;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 44px;
}

.smart_suite_detail_page .hardware_box .title::after {
  content: "";
  display: flex;
  width: 60px;
  height: 6px;
  background: #3D3D51;
  opacity: 1;
  border-radius: 8px;
  margin-top: 30px;
}

.smart_suite_detail_page .hardware_box .hardware_item_box .hardware_item {
  width: 1260px;
  background: white;
  box-shadow: 0px 30px 60px rgba(226, 232, 248, 0.9);
  opacity: 1;
  border-radius: 16px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 67px;
  margin-bottom: 120px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .hardware_box .hardware_item_box .hardware_item {
    width: 100%;
    flex-direction: column;
    padding: 10px;
  }
}

.smart_suite_detail_page .hardware_box .hardware_item_box .hardware_item .left_info .title_info {
  font-size: 32px;
  font-weight: 500;
  line-height: 56px;
  color: #022850;
  opacity: 1;
}

.smart_suite_detail_page .hardware_box .hardware_item_box .hardware_item .left_info .ul_li {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  color: #022850;
  opacity: 0.6;
}

.smart_suite_detail_page .hardware_box .hardware_item_box .hardware_item .right_img {
  width: 630px;
  height: 458px;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .hardware_box .hardware_item_box .hardware_item .right_img {
    width: 100%;
    height: auto;
  }
}

.smart_suite_detail_page .hardware_box .hardware_item_box .hardware_item .right_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smart_suite_detail_page .hardware_box .hardware_item_box .hardware_item_other {
  width: 1260px;
  margin: 0 auto;
  margin-bottom: 189px;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .hardware_box .hardware_item_box .hardware_item_other {
    width: 100%;
    flex-direction: column;
    padding: 10px;
  }
  .smart_suite_detail_page .hardware_box .hardware_item_box .hardware_item_other:nth-of-type(3) .right_img {
    order: 2;
  }
  .smart_suite_detail_page .hardware_box .hardware_item_box .hardware_item_other:nth-of-type(3) .left_info {
    order: 1;
  }
}

.smart_suite_detail_page .hardware_box .hardware_item_box .hardware_item_other .left_info .title_info {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #022850;
  opacity: 1;
  margin-bottom: 55px;
}

.smart_suite_detail_page .hardware_box .hardware_item_box .hardware_item_other .left_info .ul_li {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  color: #022850;
  opacity: 0.6;
}

.smart_suite_detail_page .hardware_box .hardware_item_box .hardware_item_other .right_img {
  width: 640px;
  height: 460px;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .hardware_box .hardware_item_box .hardware_item_other .right_img {
    width: 100%;
    flex-direction: column;
    height: auto;
  }
}

.smart_suite_detail_page .hardware_box .hardware_item_box .hardware_item_other .right_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.smart_suite_detail_page .hardware_box .hardware_item_box .hardware_item_other:nth-of-type(4) .right_img {
  width: 562px;
  height: 420px;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .hardware_box .hardware_item_box .hardware_item_other:nth-of-type(4) .right_img {
    width: 100%;
    flex-direction: column;
    height: auto;
  }
}

.smart_suite_detail_page .hardware_options .title_opt {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #022850;
  opacity: 1;
  margin-bottom: 89px;
}

.smart_suite_detail_page .hardware_options .img_box_options {
  margin-bottom: 169px;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .hardware_options .img_box_options {
    flex-direction: column;
  }
}

.smart_suite_detail_page .hardware_options .img_box_options .img_opt_box {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  color: #022850;
  opacity: 1;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .hardware_options .img_box_options .img_opt_box {
    margin: 0 !important;
    margin-bottom: 30px !important;
  }
}

.smart_suite_detail_page .hardware_options .img_box_options .img_opt_box:nth-child(2) {
  margin: 0 117px;
}

.smart_suite_detail_page .hardware_options .img_box_options .img_opt_box .img_opt {
  width: 296px;
  height: 279px;
}

.smart_suite_detail_page .hardware_options .img_box_options .img_opt_box .img_opt img {
  width: 100%;
  height: 100%;
}

.smart_suite_detail_page .hardware_options .img_box_options .img_opt_box .desc {
  margin-top: 37px;
}

.smart_suite_detail_page .top_3_box {
  margin-bottom: 100px;
}

.smart_suite_detail_page .top_3_box .top_3_title {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  color: #022850;
  opacity: 1;
  flex-direction: column;
  text-align: center;
}

.smart_suite_detail_page .top_3_box .top_3_title::after {
  content: "";
  display: flex;
  width: 60px;
  height: 6px;
  background: #3D3D51;
  opacity: 1;
  border-radius: 8px;
  margin-top: 30px;
}

.smart_suite_detail_page .top_3_box .top_img_box {
  width: 1107px;
  height: 576px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .smart_suite_detail_page .top_3_box .top_img_box {
    width: 100%;
    height: auto;
  }
}

.smart_suite_detail_page .top_3_box .top_img_box img {
  width: 100%;
  height: 100%;
}

#div_company_mini {
  right: 80px !important;
}

@media screen and (max-width: 1200px) {
  #div_company_mini {
    right: 50% !important;
    transform: translateX(50%);
  }
}

#kfivtwin #inv_box_53kf {
  z-index: 9999999999 !important;
}

.show_mode {
  width: 751px;
  height: 519px;
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0px 30px 60px 1px rgba(226, 232, 248, 0.9);
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
  box-sizing: border-box;
  padding: 30px 50px;
}

@media screen and (max-width: 1200px) {
  .show_mode {
    width: 90%;
    height: 450px;
    padding: 30px 30px;
  }
}

.show_mode .rule_title {
  font-size: 16px;
  font-weight: 300;
  color: #022850;
  line-height: 26px;
  text-align: center;
  position: relative;
  margin-bottom: 34px;
}

.show_mode .rule_title::after {
  content: '';
  width: 20px;
  height: 0px;
  opacity: 1;
  border: 1px solid #04294F;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.show_mode .rule_content {
  font-size: 16px;
  font-weight: 300;
  color: #022850;
  max-height: 280px;
  overflow-y: scroll;
}

@media screen and (max-width: 1200px) {
  .show_mode .rule_content {
    font-size: 12px;
  }
}

.show_mode .rule_content::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.show_mode .rule_content::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: rgba(83, 83, 83, 0.5);
}

.show_mode .rule_content::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #EDEDED;
}

.show_mode .rule_content .rule_item {
  margin: 0;
}

.show_mode .rule_content .rule_item.title {
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .show_mode .rule_content .rule_item.title {
    margin-bottom: 30px;
  }
}

.show_mode .btn_control_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.show_mode .btn_control_box .close_btn {
  width: 104px;
  line-height: 40px;
  border-radius: 30px 30px 30px 30px;
  opacity: 1;
  border: 2px solid #3E83BE;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-right: 20px;
  box-sizing: border-box;
  cursor: pointer;
}

.show_mode .btn_control_box .has_read {
  background: #4D6DFA;
  color: #fff;
  line-height: 40px;
}

.case_list {
  width: 1160px;
  margin: 0 auto;
  opacity: 0;
  margin-bottom: 100px;
  margin-top: 190px;
}

@media screen and (max-width: 1200px) {
  .case_list {
    width: 100%;
    margin-top: 100px;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 0;
  }
}

.case_list .title {
  font-size: 36px;
  font-weight: 500;
  color: #022850;
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .case_list .title {
    margin-bottom: 30px;
  }
}

.case_list .case_li_item {
  flex-direction: column;
  max-width: 560px;
}

@media screen and (max-width: 1200px) {
  .case_list .case_li_item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px !important;
  }
}

.case_list .case_li_item .case_item {
  width: 308px;
  height: 384px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .case_list .case_li_item .case_item {
    max-width: 100%;
    width: 100%;
  }
}

.case_list .case_li_item .case_item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.case_list .case_li_item .case_title {
  font-size: 24px;
  width: 100%;
  font-weight: 500;
  line-height: 1;
  color: #022850;
  opacity: 0.8;
  text-align: center;
}

.case_swiper_box {
  margin-bottom: 100px;
}

.case_swiper_box .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  color: #022850;
  opacity: 1;
  text-align: center;
  margin-bottom: 60px;
}

.case_swiper_box .swiper_content .swiper_box_case {
  margin: 0;
  width: 1018px;
}

@media screen and (max-width: 1200px) {
  .case_swiper_box .swiper_content .swiper_box_case {
    width: 100%;
  }
}

.case_swiper_box .swiper_content .swiper_box_case .info_box .img_box_info {
  border-radius: 16px;
  overflow: hidden;
  height: 417px;
}

@media screen and (max-width: 1200px) {
  .case_swiper_box .swiper_content .swiper_box_case .info_box .img_box_info {
    height: 200px;
    border-radius: 0;
  }
}

.case_swiper_box .swiper_content .swiper_box_case .info_box .img_box_info img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.case_swiper_box .swiper_content .swiper_box_case .info_box .swiper_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  color: #022850;
  opacity: 0.8;
  text-align: center;
  padding-top: 20px;
}

.case_swiper_box .swiper_content .left_btn_item {
  width: 40px;
  height: 40px;
  background: url("../images/ai_container/left_b_no.png") no-repeat center center;
  background-size: 100% 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all linear 0.3s;
  border-radius: 50%;
  margin-right: 30px;
  cursor: pointer;
  margin-top: -50px;
}

@media screen and (max-width: 1200px) {
  .case_swiper_box .swiper_content .left_btn_item {
    display: none;
  }
}

.case_swiper_box .swiper_content .left_btn_item:hover {
  background: url("../images/ai_container/left_b_yes.png") no-repeat center center;
  background-color: black;
  background-size: 100% 100%;
}

.case_swiper_box .swiper_content .right_btn_item {
  width: 40px;
  height: 40px;
  background: url("../images/ai_container/right_b_no.png") no-repeat center center;
  background-size: 100% 100%;
  transition: all linear 0.3s;
  border-radius: 50%;
  margin-left: 30px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  margin-top: -50px;
}

@media screen and (max-width: 1200px) {
  .case_swiper_box .swiper_content .right_btn_item {
    display: none;
  }
}

.case_swiper_box .swiper_content .right_btn_item:hover {
  background: url("../images/ai_container/right_b_yes.png") no-repeat center center;
  background-color: black;
  background-size: 100% 100%;
}

.investors_box {
  margin-top: 187px;
  margin-bottom: 133px;
}

@media screen and (max-width: 1200px) {
  .investors_box {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}

.investors_box .title {
  font-size: 36px;
  font-family: Arial;
  font-weight: 500;
  color: #022850;
  opacity: 1;
  text-align: center;
  margin-bottom: 73px;
}

@media screen and (max-width: 1200px) {
  .investors_box .title {
    margin-bottom: 30px;
  }
}

.investors_box .img_box {
  width: 1080px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .investors_box .img_box {
    flex-direction: column;
  }
}

.investors_box .img_box .img_item:nth-child(3n-1) {
  margin: 0 90px;
}

@media screen and (max-width: 1200px) {
  .investors_box .img_box .img_item:nth-child(3n-1) {
    margin: 0;
  }
}

.investors_box .img_box .img_item img {
  width: 300px;
  height: 92px;
}

@media screen and (max-width: 1200px) {
  .request_demo {
    padding: 0 30px !important;
  }
}

.request_demo .banner {
  margin-bottom: 120px;
  width: 100%;
  height: 527px;
  position: relative;
  background: linear-gradient(360deg, #F2F7FE 0%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 1200px) {
  .request_demo .banner {
    flex-direction: column;
    height: auto;
  }
}

.request_demo .banner::after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 20px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  right: 40.55556%;
  transform: translateX(-50%);
  top: 36px;
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  .request_demo .banner::after {
    opacity: 0;
  }
}

.request_demo .banner::before {
  content: "";
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 10px solid #EBEEFE;
  background-color: #fff;
  position: absolute;
  left: 83px;
  transform: translateX(-50%);
  bottom: 120px;
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  .request_demo .banner::before {
    opacity: 0;
  }
}

.request_demo .banner .left {
  width: 690px;
  margin-right: 15px;
}

@media screen and (max-width: 1200px) {
  .request_demo .banner .left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.request_demo .banner .left .title {
  font-size: 56px;
  font-family: Arial;
  font-weight: 400;
  line-height: 66px;
  color: #022850;
}

.request_demo .banner .left .btn {
  width: 299px;
  height: 50px;
  background: #3E83BE;
  opacity: 1;
  border-radius: 80px;
  font-size: 24px;
  font-family: Helvetica Neue LT Std;
  font-weight: normal;
  line-height: 50px;
  color: #FFFFFF;
  box-sizing: content-box;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .request_demo .banner .left .btn {
    width: 288px;
  }
}

.request_demo .banner .left .tip {
  font-size: 18px;
  font-family: Helvetica Neue LT Std;
  font-weight: normal;
  line-height: 1;
  color: #022850;
  opacity: 1;
  margin-top: 39px;
}

@media screen and (max-width: 1200px) {
  .request_demo .banner .left .tip {
    font-size: 16px;
  }
}

.request_demo .banner .img_box img {
  width: 490px;
  height: 430px;
}

@media screen and (max-width: 1200px) {
  .request_demo .banner .img_box img {
    width: 100%;
    height: auto;
  }
}

.request_demo .computed {
  margin-bottom: 100px;
}

.request_demo .computed .computed_title {
  font-size: 28px;
  font-family: Arial;
  font-weight: 400;
  color: #022850;
  opacity: 1;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}

.request_demo .computed .computed_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: #3E83BE;
  opacity: 1;
}

.request_demo .computed .money_bar {
  width: 301px;
  height: 41px;
  background: #092443;
  opacity: 1;
  border-radius: 20px;
  margin: 0 auto;
}

.request_demo .computed .money_bar .custom-range_1 {
  width: 265px;
  height: 8px;
  background-color: #3E83BE;
}

.request_demo .computed .money_bar .tip {
  position: absolute;
  background: rgba(0, 40, 79, 0.5);
  color: #fff;
  padding: 0 0.9rem;
  top: -25px;
  border-radius: 5px;
  line-height: 30px;
  display: none;
}

.request_demo .computed .text-tip {
  margin-top: 20px;
  display: none;
}

.request_demo .computed .text-tip .text_tip_money {
  color: #00284f;
  text-align: center;
  font-size: 22px;
}

.request_demo .computed .text-tip .text_tip_desc {
  width: 284px;
  margin: 0 auto;
  color: #2E5F7D;
  font-size: 14px;
  text-align: center;
}

.request_demo .leasing .title {
  font-size: 28px;
  font-family: Arial;
  font-weight: 400;
  color: #022850;
  text-align: center;
  opacity: 1;
  position: relative;
  margin-bottom: 75px;
}

.request_demo .leasing .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: #3E83BE;
  opacity: 1;
}

.request_demo .leasing .leasing_items {
  width: 1081px;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-bottom: 130px;
}

@media screen and (max-width: 1200px) {
  .request_demo .leasing .leasing_items {
    width: 100%;
  }
}

.request_demo .leasing .leasing_items .item {
  width: 321px;
  height: 285px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 20px 30px rgba(226, 232, 248, 0.7);
  opacity: 0.75;
  border-radius: 16px;
  flex-direction: column;
  margin-right: 59px;
  margin-bottom: 51px;
}

@media screen and (max-width: 1200px) {
  .request_demo .leasing .leasing_items .item {
    margin-right: 0;
  }
}

.request_demo .leasing .leasing_items .item:nth-child(3) {
  margin-right: 0px;
}

.request_demo .leasing .leasing_items .item:nth-child(6) {
  margin-right: 0px;
}

.request_demo .leasing .leasing_items .item:nth-child(6) .item_img {
  margin-top: 16px;
}

@media screen and (max-width: 1200px) {
  .request_demo .leasing .leasing_items .item:nth-child(6) .item_img {
    margin-top: 0;
  }
}

.request_demo .leasing .leasing_items .item .item_img img {
  width: 196px;
  height: 149px;
}

.request_demo .leasing .leasing_items .item:nth-child(2) .item_img img {
  width: 195px;
  height: 149px;
}

.request_demo .leasing .leasing_items .item:nth-child(3) .item_img img {
  width: 115px;
  height: 150px;
}

.request_demo .leasing .leasing_items .item:nth-child(4) .item_img img {
  width: 118px;
  height: 159px;
}

.request_demo .leasing .leasing_items .item:nth-child(5) .item_img img {
  width: 134px;
  height: 161px;
}

.request_demo .leasing .leasing_items .item:nth-child(6) .item_img img {
  width: 146px;
  height: 169px;
}

.request_demo .leasing .leasing_items .item .desc {
  font-size: 22px;
  font-family: Arial;
  font-weight: 400;
  line-height: 56px;
  color: #022850;
  opacity: 1;
  text-align: center;
  line-height: 1;
  margin-top: 31px;
}

.request_demo .faqs .title_h {
  font-size: 28px;
  font-family: Arial;
  font-weight: 400;
  color: #022850;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.request_demo .faqs .title_h::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: #3E83BE;
  opacity: 1;
}

.request_demo .faqs .faqs_items {
  flex-wrap: wrap;
  width: 1107px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .request_demo .faqs .faqs_items {
    width: 100%;
  }
}

.request_demo .faqs .faqs_items .faqs_item {
  width: 535px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  height: 110px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .request_demo .faqs .faqs_items .faqs_item {
    width: 100%;
    height: auto;
  }
}

.request_demo .faqs .faqs_items .faqs_item:nth-child(2n) {
  margin-right: 0px;
}

.request_demo .faqs .faqs_items .faqs_item .title {
  font-size: 22px;
  font-family: Arial;
  font-weight: 400;
  color: #022850;
  opacity: 1;
}

.request_demo .faqs .faqs_items .faqs_item .desc {
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #022850;
  opacity: 0.6;
}
