@charset "UTF-8";

* {
  word-wrap: break-word;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

html {
  overflow-x: hidden;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent;
}

ul,
ol,
dl {
  list-style-type: none;
}

html,
body {
  *position: static;
  color: #000;
  background: #fff;
  width: 100%;
  height: auto;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  border: 0;
}

input,
button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}

body,
th,
td,
button,
input,
select,
textarea {
  font-size: 14px;
  font-family: "PingFang SC Regular", -apple-system, "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #000;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a.ie6:hover {
  zoom: 1;
}

b,
i {
  font-weight: normal;
  font-style: normal;
}

sub,
sup {
  vertical-align: baseline;
}

button,
input[type="button"],
input[type="submit"] {
  line-height: normal !important;
}

img {
  max-width: 100%;
  border: 0;
  object-fit: cover;
  display: block;
  -webkit-user-drag: none;
}

a * {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

input,
textarea {
  border: 0;
  background: none;
  outline: none;
  resize: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="password"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bbb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbb;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #c8c8c8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*font*/
@font-face {
  font-family: "PingFang SC Light";
  src: url("https://res.hnic.com.cn/template/hnic/resource/font/PingFang SC Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PingFang SC Regular";
  src: url("https://res.hnic.com.cn/template/hnic/resource/font/PingFang SC Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PingFang SC Semibold";
  src: url("https://res.hnic.com.cn/template/hnic/resource/font/PingFang SC Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.cl:after,
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cl,
.clearfix {
  zoom: 1;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.highlight {
  color: #E30B20 !important;
  margin: 0 !important;
}

.swiper-lazy-preloader {
  border-color: #1A52EE;
}

.phoneShow {
  display: none !important;
}

@keyframes a_banner_s_line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }

  20% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }

  30% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0;
  }

  31% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 0;
  }

  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
}

@keyframes mymove {
  from {
    left: -16px;
  }

  to {
    left: 40px;
  }
}

.wrap {
  height: auto;
  overflow: hidden;
}

.cover {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.shareWx-box {
  text-align: center;
}

.shareWx-box .url_img {
  margin: 15px auto 5px;
}

.shareWx-box p {
  font-size: 13px;
}

#content {
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: rgba(231, 237, 249, 1);
}

.bigTitle {
  font-size: 48px;
  color: #333;
  text-align: center;
}

.bigTitleEn {
  font-size: 20px;
  color: #CFCFCF;
  text-align: center;
  margin-top: 5px;
  text-transform: capitalize;
  font-family: "PingFang SC Light";
}

.commonBtn {
  width: 220px;
  height: 60px;
  line-height: 60px;
  background: #1A52EE;
  font-size: 16px;
  color: #fff;
  box-shadow: 0 3px 12px rgba(26, 82, 238, 0.2);
  border-radius: 50px;
  display: block;
  text-align: center;
  margin: 50px auto 0;
}

.commonBtn i {
  font-size: 20px;
  vertical-align: -2px;
}

.commonBtn:hover i {
  margin-left: 5px;
}

.bsBox {
  box-sizing: content-box;
}

.noMore {
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-top: 20px;
}

/*! 1501-1920px */
.container-z {
  width: 1440px;
  margin: 0 auto;
  position: relative;
  transition: all .4s ease;
}

/* header */
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  clear: both;
  transition: all .4s ease;
}

.header .head {
  height: auto;
  overflow: hidden;
  transition: .8s background-color ease-in;
}

.header .head .container-z {
  width: auto;
  padding: 0 130px;
}

.header .head .container-z .logo {
  width: 288px;
  height: 66px;
  background: url("/static/web/images/logo1.png") center no-repeat;
  background-size: 100%;
  margin-top: 10px;
  display: block;
  float: left;
}

.header .head .container-z .nav-n {
  height: auto;
  overflow: hidden;
  float: right;
}

.header .head .container-z .nav-n .item {
  font-size: 16px;
  color: #171616;
  float: left;
  padding: 30px 0 28px;
  margin-left: 35px;
  position: relative;
}

.header .head .container-z .nav-n .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  transition: all .4s ease;
  transform: translateY(-15px);
}

.header .head .container-z .nav-n .item.active:after,
.header .head .container-z .nav-n .item:hover:after {
  height: 3px;
  transform: translateY(-8px);
}

.header .head .container-z .nav-n .item.search.active {
  color: #333 !important;
}

.header .submenu {
  height: auto;
  overflow: hidden;
  position: relative;
  transition: all .4s;
}

.header .submenu .container-z {
  height: auto;
  overflow: hidden;
  padding-top: 5%;
  padding-bottom: 5%;
}

.header .submenu .left {
  width: 33%;
  text-align: right;
  float: left;
  position: relative;
  z-index: 1;
  padding-right: 35px;
}

.header .submenu .left h1 {
  font-size: 24px;
  color: #000;
}

.header .submenu .left h2 {
  font-size: 44px;
  color: rgba(51, 51, 51, 0.19);
  font-family: "PingFang SC Light";
}

.header .submenu .left:after {
  content: "";
  width: 3px;
  height: 82px;
  background: rgba(26, 82, 238, 0.2);
  position: absolute;
  right: 0;
  top: 5px;
}

.header .submenu .right {
  width: 60%;
  padding-left: 4%;
  float: right;
  position: relative;
  z-index: 1;
}

.header .submenu .right .snav-n {
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 10%;
}

.header .submenu .right .snav-n .item {
  font-size: 16px;
  line-height: 36px;
  color: #000;
  display: block;
}

.header .submenu .right .snav-n .item:hover {
  color: #1A52EE;
}

.header .submenu .right .img {
  width: 70%;
  max-width: 480px;
  float: left;
}

.header .submenu .right .img img {
  width: 100%;
}

.header .submenu:before {
  content: "";
  width: 40%;
  height: 100%;
  background: rgba(242, 242, 242, 0.98);
  position: absolute;
  left: 0;
  top: 0;
}

.header .submenu:after {
  content: "";
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  position: absolute;
  right: 0;
  top: 0;
}

.header .submenu .submenuItem {
  display: none;
}

.header .submenuPhone {
  display: none;
}

.header.header-white .head {
  background: #fff;
  transition: none;
}

.header.header-white .head .logo {
  background: url("/static/web/images/logo1.png") center no-repeat;
  background-size: 100%;
}

.header.header-white .head .nav-n .item {
  color: #333;
}

.header.header-white .head .nav-n .item.active,
.header.header-white .head .nav-n .item:hover {
  color: #1A52EE;
}

.header.header-white .head .nav-n .item.active:after,
.header.header-white .head .nav-n .item:hover:after {
  display: none;
}

.header.header-white .head .nav-n .item.search:hover {
  color: #1A52EE !important;
}

.header.header-white .searchBtn {
  color: #333;
}

.header .searchBox {
  height: auto;
  overflow: hidden;
  position: relative;
  display: none;
}

.header .searchBox .container-z {
  width: auto;
  padding: 0 80px;
}

.header .searchBox .box {
  height: auto;
  width: 350px;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.5);
  float: right;
}

.header .searchBox .box input {
  width: 90%;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  float: left;
}

.header .searchBox .box .btn {
  width: 10%;
  display: block;
  float: right;
}

.header .searchBox .box .btn i {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 40px;
}

/*footer*/

.footer .top {
  height: auto;
  overflow: hidden;
  padding: 55px 0;
}

.footer .top dl {
  height: auto;
  overflow: hidden;
  float: left;
  margin-left: 4.7%;
}

.footer .top dl dt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

.footer .top dl dt a {
  color: #fff;
}

.footer .top dl dd {
  font-size: 14px;
  color: #999;
  line-height: 26px;
}

.footer .top dl dd a {
  color: #999;
}

.footer .top dl dd a:hover {
  color: #fff;
}

.footer .top dl:first-child {
  margin: 0;
}

.footer .top .follow {
  height: auto;
  overflow: hidden;
  margin-top: 22px;
}

.footer .top .follow ul li {
  position: relative;
  float: left;
  margin-right: 20px;
  text-align: center;
}

.footer .top .follow ul li img {
  width: 100px;
  margin: 0 auto;
  display: block;
}

.footer .top .follow ul li p {
  font-size: 13px;
  color: #999;
  margin-top: 10px;
}

.footer .top .follow ul li .btn {
  width: 36px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}

.footer .top .follow ul li .btn i {
  font-size: 26px;
  color: #333;
  position: relative;
  z-index: 1;
}

.footer .top .follow ul li .btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #717171;
  z-index: 0;
}

.footer .top .follow ul li .btn:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transition: all .4s ease;
  z-index: 1;
}

.footer .top .follow ul li .btn:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.footer .top .follow ul li .btn:hover i {
  color: #fff;
}

.footer .top .follow ul li .btn.wechat:before {
  background-color: #21c20f;
}

.footer .top .follow ul li .btn.weibo:before {
  background-color: #e11f27;
}

.footer .top .follow ul li .btn.tiktok:before {
  background-color: #000;
}

.footer .top .follow ul li:last-child {
  margin: 0;
}

.footer .bottom {
  height: auto;
  overflow: visible;
  border-top: 1px solid #252233;
  padding: 25px 0;
}

.footer .bottom .left {
  height: auto;
  overflow: hidden;
  float: left;
}

.footer .bottom .left .bnav-n {
  height: auto;
  overflow: hidden;
}

.footer .bottom .left .bnav-n .item {
  font-size: 14px;
  color: #999;
  float: left;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

.footer .bottom .left .bnav-n .item:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #4c4c52;
  position: absolute;
  right: 0;
  top: 4px;
}

.footer .bottom .left .bnav-n .item:last-child {
  margin: 0;
  padding: 0;
}

.footer .bottom .left .bnav-n .item:last-child:after {
  display: none;
}

.footer .bottom .left .bnav-n .item:hover {
  color: #fff;
}

.footer .bottom .left .copyright {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

.footer .bottom .left .copyright p {
  margin-bottom: 10px;
}

.footer .bottom .left .copyright p img {
  display: inline-block;
  vertical-align: -4px;
  margin-right: 3px;
}

.footer .bottom .left .copyright p a {
  color: #999;
  margin-right: 10px;
}

.footer .bottom .left .copyright p a:hover {
  color: #fff;
}

.footer .bottom .left .copyright p a:last-child {
  margin-right: 0;
}

.footer .bottom .right {
  height: auto;
  overflow: visible;
  float: right;
}

.footer .bottom .right .t {
  float: left;
  font-size: 14px;
  color: #999;
  line-height: 38px;
}

.footer .bottom .right .list {
  float: left;
  width: 200px;
  margin-left: 10px;
  padding: 0 14px;
  font-size: 14px;
  color: #999;
  height: 38px;
  line-height: 36px;
  vertical-align: middle;
  background: #373737;
  border: 1px solid #505050;
  position: relative;
  z-index: 999;
  cursor: pointer;
}

.footer .bottom .right .list .icon-more {
  transition: all .4s ease;
}

.footer .bottom .right .list ul {
  display: none;
  position: absolute;
  left: -1px;
  bottom: 36px;
  width: 200px;
  height: auto;
  overflow: hidden;
  z-index: 9999;
  border: 1px solid #505050;
  overflow-y: auto;
  background-color: #373737;
}

.footer .bottom .right .list ul li {
  width: 100%;
  line-height: normal;
  vertical-align: middle;
  background: #373737;
}

.footer .bottom .right .list ul li a {
  color: #999;
  font-size: 14px;
  display: block;
  padding: 10px 8px;
}

.footer .bottom .right .list ul li:hover {
  background: #505050;
}

.footer .bottom .right .list.list1 {
  margin-left: 0;
}

.footer .bottom .right .list.list1 ul li {
  padding: 10px 8px;
}

.footer .bottom .right .list:hover .icon-more {
  transform: rotate(180deg);
}

.NeiPage .content {
  padding: 80px 0 140px;
}

.NeiPage .title h2 {
  font-size: 30px;
  color: #333;
  font-family: "PingFang SC Semibold";
}

.NeiPage .title h3 {
  font-size: 36px;
  color: #DCE2F2;
  line-height: 50px;
  margin-top: 5px;
  font-family: "PingFang SC Light";
  text-transform: capitalize;
}

.NeiPage .leftTitle {
  float: left;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}

.NeiPage .leftTitle h2 {
  font-size: 30px;
  color: #333;
  font-family: "PingFang SC Semibold";
}

.NeiPage .leftTitle h3 {
  font-size: 36px;
  color: #DCE2F2;
  line-height: 40px;
  margin-top: 10px;
  text-transform: capitalize;
  font-family: "PingFang SC Light";
}

.neiBanner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}


/*positionTabs*/
.positionTabs {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  z-index: 0;
}

.positionTabs:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
}

.positionTabs .position {
  height: auto;
  overflow: hidden;
  float: left;
  line-height: 80px;
}

.positionTabs .position a {
  display: block;
  font-size: 14px;
  color: #999;
  float: left;
}

.positionTabs .position a.home {
  width: 80px;
  height: 80px;
  text-align: center;
  background: #EFEFEF;
  display: block;
  margin-right: 20px;
}

.positionTabs .position a.home i {
  font-size: 20px;
  color: #C7C7C7;
}

.positionTabs .position a.home:hover {
  background: #1A52EE;
}

.positionTabs .position a.home:hover i {
  color: #fff;
}

.positionTabs .position a:hover {
  color: #1A52EE;
}

.positionTabs .position .icon-right-copy {
  float: left;
  margin: 0 10px;
  font-size: 12px;
  color: #666;
  font-weight: bold;
}

.positionTabs .position span {
  font-size: 14px;
  color: #666;
  display: block;
  float: left;
}

.positionTabs .tabs {
  height: auto;
  overflow: hidden;
  float: right;
  line-height: 80px;
}

.positionTabs .tabs .item {
  font-size: 14px;
  color: #666;
  margin-left: 25px;
  position: relative;
  display: block;
  float: left;
}

.positionTabs .tabs .item:after {
  content: "";
  width: 0;
  height: 4px;
  background: #1A52EE;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all .4s ease;
}

.positionTabs .tabs .item.active,
.positionTabs .tabs .item:hover {
  color: #1A52EE;
}

.positionTabs .tabs .item.active:after,
.positionTabs .tabs .item:hover:after {
  width: 100%;
}

.positionTabs .tabs .item:first-child {
  margin: 0;
}

.page {
  height: auto;
  text-align: center;
  margin-top: 50px;
}

.page a {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  border-radius: 50px;
  border: 1px solid #E6EAF6;
  text-align: center;
  font-size: 16px;
  color: #717991;
  margin: 0 5px;
}

.page a.first,
.page a.last {
  width: 100px;
}

.page a:hover,
.page a.active {
  background: #1A52EE;
  color: #fff;
  border-color: #1A52EE;
  box-shadow: 0 3px 12px rgba(26, 82, 238, 0.2);
}

/* Index */
.Index .bannerBox {
  height: auto;
  overflow: hidden;
  position: relative;
}

.Index .bannerBox .banner {
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff;
}

.Index .bannerBox .banner .swiper-slide {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.Index .bannerBox .banner .swiper-slide .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.Index .bannerBox .banner .swiper-slide img,
.Index .bannerBox .banner .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.Index .bannerBox .banner .swiper-slide .text-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-image: url(/static/web/images/musk.png);
  background-size: 100% 100%;
}
.Index .bannerBox .banner .swiper-slide .text-box .text {
  width: 80%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 17%;
}
.Index .bannerBox .banner .swiper-slide .text-box .text h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 550;
  line-height: 90px;
}

.Index .bannerBox .banner .swiper-slide .text-box .text p {
  font-size: 20px;
  letter-spacing: 20px;
  color: #fff;
  line-height: 40px;
  letter-spacing: 2px;
}

.Index .bannerBox .banner .swiper-slide .text-box .text .text-l {
  text-align: left;
  width: 70%;
  margin-top: 80px;
}

.Index .bannerBox .banner .swiper-slide .text-box .text .btn {
  margin-top: 80px;
  color: #fff;
  font-size: 22px;
  width: 160px;
  text-align: center;
  padding: 14px 0px;
  border-radius: 10px;
  border: solid #fff 1px;
  cursor: pointer;
}

.Index .bannerBox .banner .swiper-slide .text-box .text .btn:hover {
  color: #fff;
  background-color: #1A52EE;
  border:none;
}

.Index .bannerBox .banner .btn-prev:hover {
  left: 3%;
}

.Index .bannerBox .banner .btn-next {
  left: auto;
  right: 4%;
}

.Index .bannerBox .banner .btn-next:hover {
  right: 3%;
}

.Index .bannerBox .banner .slide-tips {
  display: block;
  width: 50px;
  height: 57px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 62px;
  z-index: 2;
}

.Index .bannerBox .banner .slide-tips .line {
  display: block;
  width: 2px;
  height: 32px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  background: #fff;
  animation: a_banner_s_line 3s 0.3s linear both infinite;
  -webkit-animation: a_banner_s_line 3s 0.3s linear both infinite;
  -ms-animation: a_banner_s_line 3s 0.3s linear both infinite;
  -moz-animation: a_banner_s_line 3s 0.3s linear both infinite;
  -o-animation: a_banner_s_line 3s 0.3s linear both infinite;
}

.Index .bannerBox .banner .slide-tips .txt {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 0;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
}

.Index .bannerBox .swiper-pagination {
  bottom: 50px;
  left: auto;
  right: 8%;
  text-align: right;
}

.Index .bannerBox .swiper-pagination-bullet {
  width: 78px;
  height: 2px;
  margin: 0 5px;
  background: #fff;
  border-radius: 0;
  transition: all .4s ease;
}

.Index .bannerBox .swiper-pagination-bullet-active {
  opacity: 1;
  height: 4px;
}

.Index .bannerBox .btn-prev,
.Index .bannerBox .btn-next {
  position: absolute;
  left: 4%;
  top: 45%;
  z-index: 1;
  font-size: 70px;
  color: #fff;
  cursor: pointer;
  transition: all .4s ease;
}

.Index .bannerBox .btn-prev.swiper-button-disabled,
.Index .bannerBox .btn-next.swiper-button-disabled {
  opacity: .5;
}

.Index .bannerBox .shares {
  width: 100%;
  overflow: hidden;
  padding: 45px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}

.Index .bannerBox .shares .slide {
  height: 40px;
  overflow: hidden;
}

.Index .bannerBox .shares .slide .swiper-slide {
  display: flex;
  align-items: center;
}

.Index .bannerBox .shares .slide .swiper-slide .num {
  font-size: 26px;
  margin-right: 12px;
}

.Index .bannerBox .shares .slide .swiper-slide .num i {
  font-size: 22px;
  margin-right: 5px;
}

.Index .bannerBox .shares .slide .swiper-slide .num.up {
  color: #FF0022;
}

.Index .bannerBox .shares .slide .swiper-slide .num.down {
  color: #03A64D;
}

.Index .bannerBox .shares .slide .swiper-slide .name {
  font-size: 15px;
  color: #fff;
}
.Index .news {
  height: 100%;
  width: 1920px;
  display: flex;
  margin: auto;
  flex-direction: row;
  background: left bottom no-repeat;
  background-image: linear-gradient(101.59deg, rgba(231, 237, 249, 1) 0%, rgba(231, 237, 249, 1) 58.51%),url(/static/web/images/news-bg.png) ;
  background-blend-mode: color-burn;
}
.Index .news .tab {
  width: 30%;
  display: flex;
  flex-direction: column;
}
.Index .news .tab .span{
  margin-left: 220px;
  font-size: 16px;
  margin-bottom: 40px;
}
.Index .news .tab .more{
  margin-left: 220px;
}
.Index .news .tab .news-tab {
  width: 300px;
  margin-left: 220px;
  margin-top: 120px;
  font-size: 40px;
  color: rgba(213, 221, 237, 1);
}
.Index .news .tab .heng {
  display: flex;
  flex-direction: row;
  margin-left: 220px;
  margin-top: 20px;
}
.Index .news .tab .title {
  margin-left: 220px;
  margin-top: 20px;
  margin-bottom: 100px;
  font-weight: 500;
  font-size: 30px;
}
.Index .news .new {
  width: 70%;
  margin-top: 120px;
  margin-left: 100px;
  display: flex;
  flex-direction: row;
}
.Index .news .new .left-news{
  width: 500px;
}
.Index .news .new .left-news .news-1{
  height: 400px;
  background: linear-gradient(101.59deg, rgb(250, 250, 250) 0%, rgb(234, 244, 252) 88.51%);
}
.Index .news .new .left-news .news-1 img{
  width: 486px;
  height: 250px;
  border-radius: 4px;
  padding-top: 8px;
  margin: 8px;
}
.Index .news .new .left-news .news-1 .news-1-title{
  margin-left: 40px;
  font-weight: 600;
  height: 20px;
  overflow: hidden;
}
.Index .news .new .left-news .news-1 .news-1-content{
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 20px;
  overflow: hidden;
  color: rgba(102, 102, 102, 1);
  height: 60px;
}
.Index .news .new .left-news .news-1 .times{
  margin-left: 40px;
  margin-top: 10px;
  color: rgba(102, 102, 102, 1);
  height: 10px;
}
.Index .news .new .left-news .news-2{
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  height: 180px;
  background: linear-gradient(101.59deg, rgb(250, 250, 250) 0%, rgb(234, 244, 252) 88.51%);
  padding: 40px;
}
.Index .news .new .left-news .news-2 .times {
  width: 100px;
}
.Index .news .new .left-news .news-2 .times .m-d {
  font-size: 27px;
  color: rgba(11, 105, 213, 1);
}
.Index .news .new .left-news .news-2 .content {
  width: 300px;
}
.Index .news .new .left-news .news-2 .content .title {
  font-weight: 600;
  height: 40px;
  overflow: hidden;
}
.Index .news .new .left-news .news-2 .content .news_content {
  color: rgba(102, 102, 102, 1);
  height: 60px;
  overflow: hidden;
  margin-top: 20px;
}
.Index .news .new .right-news{
  width: 500px;
}
.Index .news .new .right-news .news-2{
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  margin-left: 40px ;
  margin-bottom: 40px;
  height: 180px;
  background: linear-gradient(101.59deg, rgb(250, 250, 250) 0%, rgb(234, 244, 252) 88.51%);
  padding: 40px;
}
.Index .news .new .right-news .news-2 .times {
  width: 100px;
}
.Index .news .new .right-news .news-2 .times .m-d {
  font-size: 27px;
  color: rgba(11, 105, 213, 1);
}
.Index .news .new .right-news .news-2 .content {
  width: 300px;
}
.Index .news .new .right-news .news-2 .content .title {
  font-weight: 600;
  height: 40px;
  overflow: hidden;
}
.Index .news .new .right-news .news-2 .content .news_content {
  color: rgba(102, 102, 102, 1);
  height: 60px;
  overflow: hidden;
  margin-top: 20px;
}
.Index .service {
  background: rgba(29, 69, 146, 1);
}
.Index .service .mains {
  height: 1080px;
  width: 1920px;
  display: flex;
  margin: auto;
  flex-direction: column;
  background: center no-repeat;
  background-image: url(/static/web/images/service-bg.png),linear-gradient(0deg, rgb(29, 69, 146) 50%, rgba(29, 69, 146, 1) 100%) ;
  background-blend-mode: color-burn;
  background-size: auto 100%;
}

.Index .service .more {
  text-align: right;
  font-size: 20px;
  color:#fff;
  cursor: pointer;
}
.Index .service .more .more-btn {
  width: 200px;
  margin-right: 200px;
  float: right;
  cursor: pointer;
}
.Index .service .tab {
  width: 30%;
  display: flex;
  flex-direction: column;
}
.Index .service .tab .service-tab {
  width: 300px;
  margin-left: 220px;
  margin-top: 120px;
  font-size: 40px;
  color: rgb(149, 160, 180);
}
.Index .service .tab .heng {
  display: flex;
  flex-direction: row;
  margin-left: 220px;
  margin-top: 20px;
}
.Index .service .tab .title {
  margin-left: 220px;
  margin-top: 20px;
  font-weight: 500;
  font-size: 30px;
  color: rgba(255, 255, 255, 1);
}
.Index .service .mains .row {
  display: flex;
  flex-direction: row;
  margin:60px 200px auto 220px;
}
.Index .service .mains .row img {
  width: 32%;
  margin: auto;
}
.Index .service .mains .row img:hover {
  transition: 0.4s;
  transform: translateY(-12px);
}
.Index .party{
  background: #b70d00;
}

.Index .party .mains {
  height: 1080px;
  width: 1920px;
  display: flex;
  margin: auto;
  flex-direction: column;
  background: center center no-repeat;
  background-image: url(/static/web/images/party-bg.png) ;
  background-blend-mode: color-burn;
  background-size: 100% 100%;
}
.Index .party .tab {
  width: 30%;
  display: flex;
  flex-direction: column;
}
.Index .party .tab .party-tab {
  width: 300px;
  margin-left: 220px;
  margin-top: 120px;
  font-size: 40px;
  color: rgb(149, 160, 180);
}
.Index .party .tab .heng {
  display: flex;
  flex-direction: row;
  margin-left: 220px;
  margin-top: 20px;
}
.Index .party .tab .title {
  margin-left: 220px;
  margin-top: 20px;
  font-weight: 500;
  font-size: 30px;
  color: rgba(255, 255, 255, 1);
}
.Index .party .more {
  text-align: right;
  font-size: 20px;
  color:#fff;
  cursor: pointer;
}
.Index .party .more .more-btn {
  width: 200px;
  margin-right: 200px;
  float: right;
  cursor: pointer;
}
.Index .party .mains .row {
  display: flex;
  flex-direction: row;
  margin:60px 200px auto 220px;
}
.Index .party .mains .row .news_item {
  width: 32%;
  height: 450px;
  margin: auto;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
}
.Index .party .mains .row .news_item img {
  height: 300px;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.Index .party .mains .row .news_item .title{
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  height: 40px;
  overflow: hidden;
}
.Index .party .mains .row .news_item .content {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  height: 40px;
  overflow: hidden;
  color: rgba(153, 153, 153, 1);
}

.Index .foot .mains{
  height: 1080px;
  width: 1920px;
  margin: auto;
  display: flex;
  flex-direction: column;
  background: center center no-repeat;
  background-image: url(/static/web/images/footer-bg.png) ;
  background-blend-mode: color-burn;
  background-size: 100% auto;
}
.Index .foot .tab {
  width: 30%;
  display: flex;
  flex-direction: column;
}
.Index .foot .tab .foot-tab {
  width: 300px;
  margin-left: 220px;
  margin-top: 120px;
  font-size: 40px;
  color: rgb(132, 140, 155);
}
.Index .foot .tab .heng {
  display: flex;
  flex-direction: row;
  margin-left: 220px;
  margin-top: 20px;
}
.Index .foot .tab .title {
  margin-left: 220px;
  margin-top: 20px;
  font-weight: 500;
  font-size: 30px;
  color: rgb(15, 15, 15);
}
.Index .foot .content {
  display: flex;
  flex-direction: row;
}
.Index .foot .content .block1 {
  margin-left: 220px;
  margin-top: 60px;
}
.Index .foot .content .block1 .item{
  margin-top: 24px;
}
.Index .foot .content .block1 .item .item-title{
  font-weight: 600;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.Index .foot .content .block1 .item svg{
  width: 20px;
  height: 20px;
  padding-top: 1px;
}
.Index .foot .content .block2 {
  margin-left: 220px;
  margin-top: 60px;
}
.Index .foot .content .block2 img {
  margin-top: 20px;
  width: 160px;
}
.Index .foot .content .block2 .smgz {
  margin-top: 20px;
  text-align: center;
  width: 160px;
}
.Index .foot .content .block3 {
  margin-left: 220px;
  margin-top: 60px;
  width: 700px;
  height: 200px;
}
.Index .foot .content .block3 #MAPcontainer-z {
  margin-top: 20px;
  width: 100%;
  height: 100%;
}
.Index .foot hr {
  margin-top: 40px;
  border: none;
  border-top: 1px dashed #ccc;
  margin-left: 220px;
  margin-right: 220px;
}
.Index .foot .yqlj {
  font-size: 24px;
  margin-top: 100px;
  font-weight: 600;
  margin-left: 220px;
}
.Index .foot .lj {
  margin-top: 40px;
  margin-left: 220px;
  display: flex;
  flex-direction: row;
}
.Index .foot .lj a{
  background-color: rgba(220, 228, 245, 1);
  border: solid 2px dashed;
  margin-right: 30px;
  padding: 10px;
  border-radius: 1px;
}
.Index .copyright {
  text-align: center;
  color: white;
  background-color: rgba(8, 73, 149, 1);
}
/*! 1200 ~ 1500  主内容区1140 */
@media (max-width: 1500px) {
  .container-z {
    width: 1140px;
  }

  .bigTitle {
    font-size: 40px;
  }

  .bigTitleEn {
    font-size: 18px;
    margin-top: 1px;
  }

  .commonBtn {
    width: 200px;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    margin: 40px auto 0;
  }

  .commonBtn i {
    font-size: 20px;
    vertical-align: -2px;
  }

  /* header */
  .header .head .container-z {
    padding: 0 80px;
  }

  .header .head .container-z .logo {
    width: 151px;
    height: 37px;
    margin: 19px 0 17px;
  }

  .header .head .container-z .nav-n .item {
    font-size: 15px;
    padding: 25px 0 20px;
    margin-left: 30px;
  }

  .header .submenu .left h1 {
    font-size: 22px;
  }

  .header .submenu .left h2 {
    font-size: 40px;
  }

  .header .submenu .left:after {
    width: 3px;
    height: 75px;
    top: 5px;
  }

  .header .submenu .right .snav-n {
    margin-right: 10%;
  }

  .header .submenu .right .snav-n .item {
    font-size: 14px;
    line-height: 32px;
  }

  /*footer*/
  .footer .top {
    padding: 45px 0;
  }

  .footer .top dl {
    margin-left: 3.6%;
  }

  .footer .top dl dt {
    font-size: 14px;
  }

  .footer .top dl dd {
    font-size: 13px;
  }

  .footer .top .follow ul li img {
    width: 95px;
  }

  .footer .bottom {
    padding: 20px 0;
  }

  .footer .bottom .left .bnav-n .item {
    font-size: 13px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .footer .bottom .left .bnav-n .item:after {
    height: 11px;
    top: 4px;
  }

  .footer .bottom .left .copyright {
    font-size: 13px;
    margin-top: 10px;
  }

  .footer .bottom .right .t {
    font-size: 13px;
    line-height: 35px;
  }

  .footer .bottom .right .list {
    width: 180px;
    font-size: 13px;
    height: 35px;
    line-height: 33px;
  }

  .footer .bottom .right .list ul {
    bottom: 33px;
    width: 180px;
  }

  .footer .bottom .right .list ul li a {
    font-size: 13px;
  }

  .NeiPage .content {
    padding: 73px 0;
  }

  .NeiPage .title h2,
  .NeiPage .leftTitle h2 {
    font-size: 26px;
  }

  .NeiPage .title h3,
  .NeiPage .leftTitle h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .NeiPage .leftTitle {
    padding-top: 40px;
  }

  .neiBanner {
    height: 234px;
  }

  /*positionTabs*/
  .positionTabs {
    margin-bottom: 40px;
  }

  .positionTabs .position {
    line-height: 70px;
  }

  .positionTabs .position a.home {
    width: 70px;
    height: 70px;
  }

  .positionTabs .tabs {
    line-height: 70px;
  }

  .page a {
    width: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 14px;
  }

  .page a.first,
  .page a.last {
    width: 80px;
  }

  /* Index */
  .Index .bannerBox .shares {
    padding: 45px;
  }

  .Index .bannerBox .shares .slide {
    height: 40px;
  }

  .Index .bannerBox .shares .slide .swiper-slide .num {
    font-size: 26px;
    margin-right: 12px;
  }

  .Index .bannerBox .shares .slide .swiper-slide .num i {
    font-size: 22px;
    margin-right: 5px;
  }

  .Index .bannerBox .shares .slide .swiper-slide .name {
    font-size: 14px;
  }
}

/*! 992 ~ 1199  主内容区960 */
@media (max-width: 1199px) {
  .container-z {
    width: 960px;
  }

  .bigTitle {
    font-size: 36px;
  }

  .bigTitleEn {
    font-size: 16px;
    margin-top: 1px;
  }

  .commonBtn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    margin: 30px auto 0;
  }

  .commonBtn i {
    font-size: 18px;
    vertical-align: -2px;
  }

  /* header */
  .header .head .container-z {
    padding: 0 60px;
  }

  .header .head .container-z .logo {
    width: 121px;
    height: 30px;
  }

  .header .head .container-z .nav-n .item {
    font-size: 14px;
    padding: 25px 0;
    margin-left: 20px;
  }

  .header .submenu .left h1 {
    font-size: 18px;
  }

  .header .submenu .left h2 {
    font-size: 36px;
  }

  .header .submenu .left:after {
    width: 3px;
    height: 70px;
    top: 5px;
  }

  .header .submenu .right .snav-n .item {
    font-size: 14px;
    line-height: 32px;
  }

  /*footer*/
  .footer .top {
    padding: 45px 0;
  }

  .footer .top dl {
    margin-left: 3%;
  }

  .footer .top dl dt {
    font-size: 13px;
  }

  .footer .top dl dd {
    font-size: 12px;
  }

  .footer .top .follow ul li img {
    width: 80px;
  }

  .footer .top .follow ul li p {
    font-size: 12px;
  }

  .footer .bottom {
    padding: 20px 0;
  }

  .footer .bottom .left .bnav-n .item {
    font-size: 12px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .footer .bottom .left .bnav-n .item:after {
    height: 11px;
    top: 4px;
  }

  .footer .bottom .left .copyright {
    font-size: 12px;
    margin-top: 10px;
  }

  .footer .bottom .right .t {
    font-size: 12px;
    line-height: 35px;
  }

  .footer .bottom .right .list {
    width: 150px;
    font-size: 12px;
    height: 35px;
    line-height: 33px;
  }

  .footer .bottom .right .list ul {
    bottom: 33px;
    width: 150px;
  }

  .footer .bottom .right .list ul li a {
    font-size: 12px;
  }

  .NeiPage .content {
    padding: 70px 0;
  }

  .NeiPage .title h2,
  .NeiPage .leftTitle h2 {
    font-size: 24px;
  }

  .NeiPage .title h3,
  .NeiPage .leftTitle h3 {
    font-size: 26px;
    line-height: 28px;
  }

  .NeiPage .leftTitle {
    padding-top: 30px;
  }

  .neiBanner {
    height: 188px;
  }

  /*positionTabs*/
  .positionTabs {
    margin-bottom: 30px;
  }

  .positionTabs .position {
    line-height: 60px;
  }

  .positionTabs .position a {
    font-size: 13px;
  }

  .positionTabs .position a.home {
    width: 60px;
    height: 60px;
  }

  .positionTabs .position a.home i {
    font-size: 16px;
  }

  .positionTabs .position span {
    font-size: 13px;
  }

  .positionTabs .tabs {
    line-height: 60px;
  }

  .positionTabs .tabs .item {
    font-size: 13px;
    margin-left: 18px;
  }

  .page {
    margin-top: 40px;
  }

  .page a {
    width: 36px;
    line-height: 36px;
    border-radius: 36px;
    font-size: 12px;
  }

  .page a.first,
  .page a.last {
    width: 72px;
  }

  /* Index */
  .Index .bannerBox .shares {
    padding: 30px;
  }

  .Index .bannerBox .shares .slide {
    height: 40px;
  }

  .Index .bannerBox .shares .slide .swiper-slide .num {
    font-size: 20px;
    margin-right: 8px;
  }

  .Index .bannerBox .shares .slide .swiper-slide .num i {
    font-size: 16px;
    margin-right: 5px;
  }

  .Index .bannerBox .shares .slide .swiper-slide .name {
    font-size: 13px;
  }

}

/*! <=991 手机端 */
@media (max-width: 991px) {
  .phoneShow {
    display: block !important;
  }

  .phoneHidden {
    display: none !important;
  }

  .container-z {
    width: auto;
    padding: 0 .4rem;
  }

  .bigTitle {
    font-size: .48rem;
  }

  .bigTitleEn {
    font-size: .24rem;
    margin-top: 1px;
  }

  .commonBtn {
    width: 2.8rem;
    height: .86rem;
    line-height: .86rem;
    font-size: .26rem;
    margin: .3rem auto 0;
  }

  .commonBtn i {
    font-size: .28rem;
    vertical-align: -.01rem;
  }

  .noMore {
    font-size: .26rem;
  }

  /* header */
  .header .head .container-z {
    width: 100%;
    padding: .2rem .3rem;
  }

  .header .head .container-z .logo {
    width: 2.4rem;
    height: .59rem;
    margin: 0;
  }

  .header .head .container-z .menu {
    width: .45rem;
    height: .45rem;
    position: relative;
    margin: auto;
    transition: 0.3s;
    float: right;
  }

  .header .head .container-z .menu .bar {
    height: .04rem;
    width: .45rem;
    display: block;
    position: absolute;
    left: 0;
    background: #111111;
    transition: 0.3s;
  }

  .header .head .container-z .menu .bar:nth-of-type(1) {
    top: .05rem;
    transition: top 0.2s ease, transform 0.2s ease-out;
  }

  .header .head .container-z .menu .bar:nth-of-type(2) {
    top: .21rem;
    transition: top 0.2s ease, transform 0.2s ease-out;
  }

  .header .head .container-z .menu .bar:nth-of-type(3) {
    top: .39rem;
    transition: top 0.2s ease, transform 0.2s ease-out;
  }

  .header .head .container-z .menu.active .bar:nth-of-type(1) {
    top: .21rem;
    transform: rotate(45deg);
    transition: top 0.1s ease, transform 0.1s ease-out;
  }

  .header .head .container-z .menu.active .bar:nth-of-type(2) {
    opacity: 0;
  }

  .header .head .container-z .menu.active .bar:nth-of-type(3) {
    top: .21rem;
    transform: rotate(-45deg);
    transition: top 0.1s ease, transform 0.1s ease-out;
  }

  .header.header-white .searchBtn i {
    color: #1A52EE !important;
  }

  .header.header-white .menu .bar {
    background: #1A52EE !important;
  }

  .header .submenu {
    display: none;
  }

  .header .submenuPhone {
    max-height: calc(100vh - 1.01rem);
    overflow-y: auto;
    background: #fff;
    border-top: .01rem solid #eee;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 1.01rem;
    margin: auto;
    z-index: 51;
  }

  .header .submenuPhone dl {
    height: auto;
    overflow: hidden;
  }

  .header .submenuPhone dl a {
    display: block;
  }

  .header .submenuPhone dl dt {
    font-size: .3rem;
    line-height: .99rem;
    padding: 0 .3rem;
    border-bottom: .01rem solid #eee;
    color: #000;
    position: relative;
  }

  .header .submenuPhone dl:nth-child(2) dd:nth-child(2) {
    border-bottom: 0;
  }

  .header .submenuPhone dl dt i {
    font-size: .34rem;
    margin-right: .2rem;
    vertical-align: -.02rem;
  }

  .header .submenuPhone dl dt i.icon-add {
    z-index: 3;
    color: #999;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1.8rem;
    text-align: right;
    margin-right: 0;
    padding-right: 0.3rem;
  }

  .header .submenuPhone dl dt i.icon-add.active:before {
    content: "\e67a";
  }

  .header .submenuPhone dl dd {
    height: auto;
    overflow: hidden;
    display: none;
    padding: 0 .3rem .4rem;
    border-bottom: .01rem solid #eee;
  }

  .header .submenuPhone dl dd .item {
    width: 48%;
    float: left;
    margin-top: .4rem;
  }

  .header .submenuPhone dl dd .item:nth-child(2n) {
    float: right;
  }

  .header .submenuPhone dl dd .item h2 {
    font-size: .29rem;
    color: #666;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
    border-bottom: .01rem solid #eee;
  }

  .header .searchBtn {
    display: block;
    margin-right: .45rem;
    padding-top: .01rem;
  }

  .header .searchBtn i {
    font-size: .44rem;
    color: #fff;
  }

  .header .searchBox .container-z {
    padding: 0 .3rem;
  }

  .header .searchBox .box {
    width: 100%;
    padding: 0;
  }

  .header .searchBox .box input {
    height: .9rem;
    padding: 0 .3rem;
    font-size: .28rem;
  }

  .header .searchBox .box .btn i {
    font-size: .4rem;
    line-height: .9rem;
  }

  /*footer*/
  .footer .top {
    padding: .3rem 0;
  }

  .footer .top .follow {
    text-align: center;
    margin: 0;
  }

  .footer .top .follow .btn {
    width: .7rem;
    height: .7rem;
    line-height: .7rem;
  }

  .footer .top .follow .btn i {
    color: #fff;
    font-size: .5rem;
  }

  .footer .top .follow .btn:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .footer .bottom {
    padding: 0 0 .6rem;
    border: 0;
  }

  .footer .bottom .container-z {
    padding: 0 .3rem;
  }

  .footer .bottom .left .copyright {
    font-size: .24rem;
    margin-top: 0;
  }

  .footer .bottom .left .copyright p {
    margin-bottom: .1rem;
  }

  .footer .bottom .left .copyright p img {
    width: .38rem;
  }

  .footer .bottom .left .copyright p a {
    margin-top: .2rem;
    margin-right: .1rem;
  }

  .NeiPage .content {
    padding: 1rem 0 .5rem !important;
  }

  .NeiPage .tabs-phone {
    height: auto;
    overflow: hidden;
    padding: 0 .4rem;
    margin-bottom: .5rem;
  }

  .NeiPage .tabs-phone .swiper-slide {
    width: auto;
    padding: .4rem 0 .25rem;
    font-size: .3rem;
    color: #666;
    position: relative;
  }

  .NeiPage .tabs-phone .swiper-slide a {
    display: block;
    color: #666;
  }

  .NeiPage .tabs-phone .swiper-slide.active {
    color: #1A52EE;
  }

  .NeiPage .tabs-phone .swiper-slide.active a {
    color: #1A52EE;
  }

  .NeiPage .tabs-phone .swiper-slide.active:after {
    content: "";
    width: 100%;
    height: .06rem;
    background: #1A52EE;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .NeiPage .title h2,
  .NeiPage .leftTitle h2 {
    font-size: .4rem;
  }

  .NeiPage .title h3,
  .NeiPage .leftTitle h3 {
    font-size: .36rem;
    line-height: normal;
    margin-top: 0;
  }

  .neiBanner {
    height: 3rem;
  }

  .page {
    margin-top: .4rem;
  }

  .page a {
    width: .6rem;
    line-height: .6rem;
    border-radius: .6rem;
    font-size: .26rem;
    margin: 0 .05rem;
  }

  .page a.first,
  .page a.last {
    width: 1.2rem;
  }

  /* Index */
  .Index .bannerBox .shares {
    padding: .3rem;
  }

  .Index .bannerBox .shares .slide {
    height: .6rem;
  }

  .Index .bannerBox .shares .slide .swiper-slide {
    justify-content: center;
  }

  .Index .bannerBox .shares .slide .swiper-slide .num {
    font-size: .36rem;
    margin-right: .15rem;
  }

  .Index .bannerBox .shares .slide .swiper-slide .num i {
    font-size: .3rem;
    margin-right: .05rem;
  }

  .Index .bannerBox .shares .slide .swiper-slide .name {
    font-size: .26rem;
  }

  .Index .bannerBox .banner {
    height: auto;
  }

  .Index .bannerBox .banner .swiper-slide {
    position: relative;
    overflow: hidden;
  }

  .Index .bannerBox .banner .swiper-slide img {
    width: 100%;
    display: block;
  }

  .Index .bannerBox .banner .swiper-slide .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }

  .Index .bannerBox .banner .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .Index .bannerBox .banner .swiper-slide .text-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(/static/web/images/musk.png);
    background-size: 100% 100%;
  }
  .Index .bannerBox .banner .swiper-slide .text-box .text {
    width: 80%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 17%;
  }
  .Index .bannerBox .banner .swiper-slide .text-box .text h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 550;
    line-height: 90px;
  }

  .Index .bannerBox .banner .swiper-slide .text-box .text p {
    font-size: 20px;
    letter-spacing: 20px;
    color: #fff;
    line-height: 40px;
    letter-spacing: 2px;
  }

  .Index .bannerBox .banner .swiper-slide .text-box .text .text-l {
    text-align: left;
    width: 70%;
    margin-top: 80px;
  }

  .Index .bannerBox .banner .swiper-slide .text-box .text .btn {
    margin-top: 80px;
    color: #fff;
    font-size: 22px;
    width: 160px;
    text-align: center;
    padding: 14px 0px;
    border-radius: 10px;
    border: solid #fff 1px;
    cursor: pointer;
  }

  .Index .bannerBox .banner .swiper-slide .text-box .text .btn:hover {
    color: #fff;
    background-color: #1A52EE;
    border:none;
  }

  .Index .bannerBox .banner .slide-tips {
    display: block;
    width: 50px;
    height: 57px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 62px;
    z-index: 2;
  }

  .Index .bannerBox .banner .slide-tips .line {
    display: block;
    width: 2px;
    height: 32px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    background: #fff;
    animation: a_banner_s_line 3s 0.3s linear both infinite;
    -webkit-animation: a_banner_s_line 3s 0.3s linear both infinite;
    -ms-animation: a_banner_s_line 3s 0.3s linear both infinite;
    -moz-animation: a_banner_s_line 3s 0.3s linear both infinite;
    -o-animation: a_banner_s_line 3s 0.3s linear both infinite;
  }

  .Index .bannerBox .banner .slide-tips .txt {
    font-size: .26rem;
  }

  /* About */
  
}
