@charset "utf-8";

:root {
  /* --color_theme: #e19400; */
  --color_theme: #0055B4;
  --fontsize: 16px;
  --font_color_333: #333;
  --font_color_666: #666;
  --font_color_999: #999;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
}

body {
  font-size: 16px;
  color: #333;
  line-height: 1.5em;
  background: #f4f8fe;
}

a {
  text-emphasis: none;
}

ul,
li {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}

[v-cloak] {
  display: none;
}

.loading_show {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 9999;
}

.loading_hide {
  display: none;
}

.w_full {
  width: 100%;
}

.w_main {
  width: 1300px;
  margin: 0 auto;
}

.img_scale {
  overflow: hidden;
}

.img_scale img {
  transition: all .3s;
}

.img_scale:hover img {
  transform: scale(1.05);
}

.in_pc {
  display: block;
}

.in_wap {
  display: none;
}

/* swiper */
.swiper_img {
  width: 100%;
  height: 100%;
}

.swiper-img-img {
  width: 100%;
  height: 100%;
}

/* head  */
.head {
  width: 100%;
  height: auto;
  background: #fff;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
}

.head_top {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head_left {
  display: flex;
  align-items: center;
}
z

.head_logo_name,
.head_right .head_tell {
  display: flex;
  align-items: center;
}

.head_logo {
  width: auto;
  height: 40px;
}

.head_logo_name {
  font-size: 39px;
  font-weight: bold;
  margin-left: 10px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 1;
}
.head_logo_name .c {
    background: linear-gradient(135deg, #4facfe, #00d2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.head_logo_name .o {
    background: linear-gradient(135deg, #1e90ff, #4facfe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.head_logo_name .t {
    background: linear-gradient(135deg, #4facfe, #00d2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.head_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.head_tell {
  margin-right: 20px;
}

.head_tell_text {
  font-size: 22px;
  font-weight: bold;
  margin-left: 10px;
}

.head .layui-layer-content {
  color: #fff;
}

.head_qr {
  display: flex;
  margin-right: 20px;
}

.head_qr span {
  color: #fff;
  display: block;
}

.head_qr_item {
  position: relative;
}

.head_qr_main {
  display: flex;
}

.head_qr_item {
  margin-left: 10px;
  cursor: pointer;
  z-index: 99;
}

.head_qr_item_qr {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.choice_language {
  height: 40px;
  border: 1px solid #ababab;
  border-radius: 20px;
  margin-right: 20px;
  font-size: 16px;
  background: #fff;
}

.choice_language .layui-form-select input {
  border: none;
  width: 200px;
  display: inline-block;
  padding-right: 0;
  border-radius: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}

.banner_text_left {
  flex: 1;
}

.head layui-form-select dl {
  border-radius: 20px;
  top: 50px;
  overflow: hidden;
}

.head .layui-form-select dl dd.layui-this {
  color: var(--color_theme);
}

.head_nav {
  width: 100%;
  height: 40px;
  /* background: var(--color_theme); */
  background: linear-gradient(145deg, #1a2a4a, #0f1e3a);;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head_nav a {
  color: #fff;
  height: 100%;
  padding: 0 30px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}

.head_nav a:hover {
  background: #fff;
  color: var(--color_theme);
}

/* top + head end */

/* footer */
.footer {
  background: linear-gradient(145deg, #0f1e3a 0%, #1a2a4a 100%) !important;
  padding: 40px 0 20px 0;
  color: #fff;
  margin-top: 100px;
}

.foot_logo {
  width: auto;
  height: 60px;
  margin: 0 auto;
  text-align: center;
}

.foot_logo img {
  width: auto;
  display: inline-block;
}

.footer_name {
  height: 40px;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.footer_name img {
  width: auto;
  display: inline-block;
}

.footer_slogin {
  font-size: 16px;
  margin-top: 10px;
  text-align: center
}

.footer_center {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.footer_left{
  width: 700px;
  font-size: 16px;
  line-height: 2em;
}
.footer_left_link a {
  color: #fff;
  margin-right: 20px;
}

.footer_left_msg {
  margin-top: 20px;
}

.footer_left_msg p {
  margin-bottom: 10px;
}

.footer_left_msg span {
  margin-right: 10px;
}

.footer_left_app {
  margin-top: 50px;
}

.footer_left_app_top {
  font-size: 16px;
}

.footer_left_app_img {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}

.footer_left_app_img_item {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.footer_center_right_qr {
  display: flex;
  justify-content: flex-start;
}

.footer_center_right_qr_item {
  width: 100px;
  height: auto;
  overflow: hidden;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer_center_right_qr_item_img {
  width: 100px;
  height: 100px;
}

.footer_center_right_qr_item_text {
  margin-top: 10px;
  text-align: center;
}

.footer_center_right_bot {
  margin-top: 47px;
}

.footer_bot {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
}

.footer_bot_item {
  font-size: 14px;
}

.footer_bot_item span {
  margin: 5px;
}

.footer_bot_item a {
  color: #fff;
  font-size: 16px;
}

/* fooer end */

.totop {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  cursor: pointer;
  z-index: 99;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  opacity: 0;
}