/************************************************************
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
** 否则页面将无法正常显示                                  **
************************************************************/

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "iconfont1"; /* Project id 1362045 */
  src: url("https://at.alicdn.com/t/c/font_1362045_gqvwgy3xivt.woff2?t=1686644902432")
      format("woff2"),
    url("https://at.alicdn.com/t/c/font_1362045_gqvwgy3xivt.woff?t=1686644902432")
      format("woff"),
    url("https://at.alicdn.com/t/c/font_1362045_gqvwgy3xivt.ttf?t=1686644902432")
      format("truetype");
}

.iconfont {
  font-family: "iconfont1" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}
:focus-visible {
  outline: none;
}
ul,
ol {
  list-style: none;
}
html {
  font-size: 14px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    "Microsoft Yahei", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100vw;
  min-height: 100vh;
  background-color: #fff;
  min-width: 1200px;
}

* {
  box-sizing: border-box;
  flex-shrink: 0;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.items-start {
  display: flex;
  align-items: flex-start;
}

.items-center {
  display: flex;
  align-items: center;
}

.items-end {
  display: flex;
  align-items: flex-end;
}
body {
  width: 100%;
  overflow-x: hidden;
  min-width: 1200px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  color: #333;
  text-decoration: none;
}
.home {
  padding-bottom: 1.5rem;
}
input:focus {
  border: none !important;
}
.f_20 {
  font-size: 20px;
}
.f_24 {
  font-size: 24px;
}
.f_c9 {
  color: #999;
}
.f_30 {
  font-size: 30px;
}
.f_36 {
  font-size: 36px;
}
.f_46 {
  font-size: 46px;
}
.f_zi {
  color: #b050f9;
  font-family: Bahnschrift;
}
.blue {
  color: #289cffff;
}

.home {
  width: 100%;
  overflow: hidden;
}
.f_26 {
  font-size: 26px;
}
.f_70 {
  font-size: 70px;
}
.radius10 {
  border-radius: 10px;
}
p {
  margin-block-start: 0;
  margin-block-end: 0;
}
.mtop3 {
  margin-top: 30px;
}
.mtop1 {
  margin-top: 10px;
}
.bg_white {
  background: #fff !important;
}
.f_cc {
  color: #cccccc;
}
.f_34 {
  font-size: 34px;
}
.f_b3 {
  color: #b3b3b3;
}
.f_16 {
  font-size: 16px;
}
.f_14 {
  font-size: 14px;
}
.c_0 {
  color: #000;
}
.c_3 {
  color: #333;
}
.c_6 {
  color: #666;
}
.c_9 {
  color: #999;
}
.yellow {
  color: #fffc00;
}
.mt121 {
  margin-top: 12.1px;
}
.flex-wrap {
  flex-wrap: wrap;
}

.f_40 {
  font-size: 40px;
}

.f_28 {
  font-size: 28px;
}
.bg_f2{
  background: #F2F2F2FF;
}
.fw500 {
  font-weight: 500;
}
/* 公共顶部 */
.head {
  padding-top: 20px;
  color: #072740ff;
}
.common {
  width: 1200px;
  margin: 0 auto;
}
.head .logo {
  width: 106px;
  height: auto;
  margin-right: 10px;
}
.head .head_title h6 {
  font-weight: 500;
  line-height: 50px;
}
.head .head_title p {
  font-size: 20px;
}
.head .mobile {
  width: 63px;
  height: 65px;
  margin-right: 10px;
}
.head .mobilenew h6 {
  line-height: 30px;
  font-size: 20px;
}
.head .mobilenew p {
  letter-spacing: 2px;
}
.top {
  font-size: 14px !important;
  width: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: #242324ff;
}
.nav {
  width: 100%;
  background-color: #242324ff;
  height: 60px;
  line-height: 60px;
  margin: 0px 0;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.nav ul {
  width: 700px;
  margin: 0px auto;
}
.nav ul li {
  color: #fff;
  background: none;
}
.nav ul li a {
  color: #fff;
  line-height: 60px;
  background: none;
  padding: 0 16px;
  font-size: 14px;
}
.nav ul li a:hover {
  color: #00effaff;
}
.nav ul li.active {
  height: 65px;
  color: #fff;
  background: linear-gradient(0deg, #2997ff, #00fdf4);
}
.nav ul li.active a {
  height: 65px;
  color: #fff;
}
.logo img {
  width: 184px;
  height: 25px;
  line-height: 65px;
  margin-top: 25px;
  vertical-align: baseline !important;
}
.nav .login span {
  color: #fff;
  margin: 0 5px;
}
.nav .login a {
  color: #fff;
}

.ns-footer1 {
  display: inline-block;
  padding: 60px 0;
  padding-bottom: 0;
  width: 100%;
  background-color: #fff;
  position: relative;
  font-size: 16px !important;
}

.ns-footer1 .footer::before {
  content: "";
  width: 95%;
  height: 358px;
  position: absolute;
  top: 53px;
  left: 2.5%;
  /* background: url("https://cdn.thunderobot.com/activity_m/qiye/kuang.png") no-repeat; */
  background-size: 100% 100%;
  z-index: 1;
}
.ns-footer1 .footer {
  margin: 40px auto;
  height: 300px;
  width: 1200px;
}
.ns-footer1 .footer .list {
  z-index: 5;
  position: absolute;
}
.ns-footer1 .footer .list dl {
  z-index: 9;
}

.footer a {
  font-size: 16px;
}

.footer .list {
  padding-bottom: 100px;
  z-index: 5;
  display: inline-block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

.footer dl {
  float: left;
  margin-right: 60px;
}
.footer dl dt {
  font-size: 20px;
  font-family: FZLTHK--GBK1-0, FZLTHK--GBK1;
  font-weight: normal;
  color: #424242ff;
  line-height: 60px;
}
.footer dl dd a {
  line-height: 30px;
  color: #757575ff;
}
.footer .ma ul li {
  float: left;
  width: 125px;
  height: 121px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
.footer .ma {
  background: url("https://cdn.thunderobot.com/activity_m/other/newleishen/j3.png")
    no-repeat;
  width: 710px;
  height: 214px;

  padding-top: 44px;
  padding-left: 15px;
}
.footer .ma ul li span {
  font-size: 18px;
  font-family: FZLTHK--GBK1-0, FZLTHK--GBK1;
  font-weight: normal;
  color: #999999;
  line-height: 60px;
  display: block;
  width: 100%;
}
.footer_bottom {
  width: 100%;
  background-color: #e6e6e6ff;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #666666ff;
}
.mobile_di {
  padding-left: 97px;
  height: 200px;
  border-left: 1px solid #ebebeb;
  position: absolute;
  z-index: 6;
  margin-left: 903px;
  margin-top: 10px;
  text-align: right;
}

.mobile_di p {
  font-size: 16px;
  font-family: FZLTHK;
  font-weight: normal;
  color: #787878;
  height: 40px;
  line-height: 36px;
}
.mobile_di p.mobile {
  font-size: 26px;
  font-family: FZLTZHK;
  font-weight: normal;
  color: #454545;
  line-height: 36px;
}
a:hover {
  color: #00effaff !important;
}
.bg_f {
  background-color: #fff;
}
.bg_e6 {
  background-color: #e6e6e6;
}
.content {
  margin-top: 60px;
}

a:hover,
a:focus {
  text-decoration: none !important;
}
.footer dl dt a {
  font-size: 20px;
  font-family: FZLTHK--GBK1-0, FZLTHK--GBK1;
  font-weight: normal;
  color: #424242ff;
  line-height: 60px;
}
.f_14 {
  font-size: 14px;
}
.f_30 {
  font-size: 30px;
}
.mt10 {
  margin-top: 10px;
}
.mt40 {
  margin-top: 40px;
}
