@charset "utf-8";
:root {
  --color: #0364dd;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container-head {
  margin: 0 auto;
  width: 91.66%;
  max-width: 1760px;
}
@media (max-width: 1260px) {
  .container-head {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font38 {
  font-size: 38px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font48 {
  font-size: 48px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font60 {
  font-size: 60px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font38 {
    font-size: 36px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font48 {
    font-size: 44px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 50px;
  }
  .font56 {
    font-size: 52px;
  }
  .font60,
  .font80 {
    font-size: 56px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 18px;
  }
  .font24 {
    font-size: 20px;
  }
  .font28 {
    font-size: 22px;
  }
  .font30 {
    font-size: 24px;
  }
  .font32 {
    font-size: 26px;
  }
  .font34 {
    font-size: 28px;
  }
  .font36 {
    font-size: 30px;
  }
  .font36,
  .font38,
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font48,
  .font52,
  .font54,
  .font56 {
    font-size: 40px;
  }
  .font60,
  .font80 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16 {
    font-size: 0.28rem;
  }
  .font18,
  .font20,
  .font22 {
    font-size: 0.3rem;
  }
  .font24,
  .font28 {
    font-size: 0.32rem;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 0.34rem;
  }
  .font36,
  .font38,
  .font40 {
    font-size: 0.4rem;
  }
  .font42,
  .font44 {
    font-size: 0.46rem;
  }
  .font48,
  .font52,
  .font54,
  .font56,
  .font60,
  .font80 {
    font-size: 0.48rem;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #0364dd;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1.36rem;
  height: 0.42rem;
  border-radius: 0.21rem;
  background: #0364dd;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-btn {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.public-btn span {
  color: #fff;
  transition: all 0.4s;
}
.public-btn i {
  margin-left: 0.16rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-btn i svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.public-btn i svg path {
  fill: #fff;
}
.public-btn:hover i {
  margin-left: 0.26rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #0364dd;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #0364dd;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #0364dd;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1.3rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.8rem;
  }
}
@media (max-width: 767px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
}
.header .top {
  width: 100%;
  background: #f5f9fe;
}
@media (max-width: 767px) {
  .header .top {
    display: none;
  }
}
.header .top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .top .container .welcome {
  padding: 0.13rem 0;
  color: #666;
  font-weight: bold;
}
.header .top .container .right {
  display: flex;
}
.header .top .container .right a {
  display: flex;
  align-items: center;
  color: #999;
  font-weight: bold;
  margin-right: 0.4rem;
  transition: all 0.4s;
}
.header .top .container .right a:last-child {
  margin-right: 0;
}
.header .top .container .right a i {
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
}
.header .top .container .right a i svg path {
  fill: #999;
  transition: all 0.4s;
  stroke: none;
}
.header .top .container .right a:hover {
  color: #0364dd;
}
.header .top .container .right a:hover i svg path {
  fill: #0364dd;
}
.header .down {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header .down > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .down > .container .logo {
  /* height: 60px; */
  height: 40px;
  /* padding-bottom: 0.15rem; */
  flex-shrink: 0;
}
.header .down > .container .logo a {
  display: flex;
  height: 100%;
}
.header .down > .container .close {
  width: 34px;
  height: 1rem;
  display: none;
}
@media (max-width: 991px) {
  .header .down > .container .close {
    height: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}
.header .down > .container .close span {
  width: 100%;
  height: 2px;
  background: #000;
  margin: 4px 0;
  transition: all ease-out 0.3s;
}
.header .down > .container .close span:nth-child(2) {
  width: 60%;
}
.header .down > .container .close.on span {
  margin: 5px 0;
}
.header .down > .container .close.on span:nth-child(1) {
  transform: rotateZ(45deg);
  transform-origin: left center;
}
.header .down > .container .close.on span:nth-child(2) {
  opacity: 0;
}
.header .down > .container .close.on span:nth-child(3) {
  transform-origin: left center;
  transform: rotateZ(-45deg);
}
.header .down > .container .right {
  width: 100%;
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header .down > .container .right {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 0.5rem 5% 1.5rem;
    overflow-y: auto;
    display: none;
    box-sizing: border-box;
    margin: 0;
  }
}
.header .down > .container .right .menu {
  /* margin-right: 3.15rem; */
  margin-right: auto;
}
/* @media (max-width: 1260px) {
  .header .down > .container .right .menu {
    margin-right: 1.5rem;
  }
} */
@media (max-width: 991px) {
  .header .down > .container .right .menu {
    width: 100%;
    margin-right: 0;
  }
}
.header .down > .container .right .menu > ul {
  display: flex;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul {
    flex-wrap: wrap;
  }
}
.header .down > .container .right .menu > ul > li {
  margin-right: 0.55rem;
  position: relative;
}
@media (max-width: 1260px) {
  .header .down > .container .right .menu > ul > li {
    margin-right: 0.3rem;
  }
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li {
    margin-right: 0;
    width: 100%;
  }
}
.header .down > .container .right .menu > ul > li:last-child {
  margin-right: 0;
}
.header .down > .container .right .menu > ul > li .m-link {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .m-link {
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #999;
  }
}
.header .down > .container .right .menu > ul > li .m-link a {
  height: 0.83rem;
  display: flex;
  align-items: center;
  color: #666;
  font-weight: bold;
  transition: all 0.4s;
  border-bottom: 2px solid transparent;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .m-link a {
    font-size: 0.26rem;
  }
}
@media (max-width: 767px) {
  .header .down > .container .right .menu > ul > li .m-link a {
    font-size: 0.3rem;
  }
  .header .down > .container .logo {
      height: 30px;
      padding-bottom: 0;
  }
}
.header .down > .container .right .menu > ul > li .m-link i {
  width: 0.5rem;
  height: 0.8rem;
  display: none;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .m-link i {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .header .down > .container .right .menu > ul > li .m-link i svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.header .down > .container .right .menu > ul > li .m-link i svg path {
  fill: #000;
}
.header .down > .container .right .menu > ul > li .p-menu {
  position: fixed;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .p-menu {
    position: relative;
  }
}
.header .down > .container .right .menu > ul > li .p-menu > .container {
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .p-menu > .container {
    width: 100%;
  }
}
.header .down > .container .right .menu > ul > li .p-menu > .container::before {
  content: '';
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  right: 75.85714286%;
  pointer-events: none;
  background: #f5f5f5;
  z-index: -1;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .p-menu > .container::before {
    display: none;
  }
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item {
  width: 100%;
  display: flex;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .p-menu > .container .item {
    flex-wrap: wrap;
  }
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu {
  width: 24.14285714%;
  height: 0.8rem;
  display: flex;
  align-items: center;
  border-left: 0.06rem solid transparent;
  padding: 0 0.27rem;
  cursor: pointer;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #eee;
    padding: 0;
  }
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu .icons {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu .icons {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu .icons svg {
  max-width: 99%;
  max-height: 99%;
}
@media (max-width: 767px) {
  .header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu .icons svg {
    width: 40%;
    height: 40%;
  }
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu .icons svg path {
  fill: #666;
  transition: all 0.4s;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu .txt {
  color: #000;
  line-height: 1.55555556em;
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu .txt {
    margin-left: 0;
  }
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu i {
  width: 0.15rem;
  height: 0.15rem;
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu i {
    width: 0.5rem;
    height: 0.5rem;
    justify-content: center;
    align-items: center;
  }
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu i svg {
  width: 100%;
  height: auto;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu i svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu i svg path {
  fill: #999;
  transition: all 0.4s;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu::before {
  content: '';
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  background: #f5f5f5;
  z-index: -1;
  transition: all 0.4s;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu:hover,
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu.on {
  border-left: 0.06rem solid #0364dd;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu:hover,
  .header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu.on {
    border-left: none;
    border-bottom: 1px solid #0364dd;
  }
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu:hover .icons svg path,
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu.on .icons svg path {
  fill: #0364dd;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu:hover .txt,
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu.on .txt {
  color: #0364dd;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu:hover i svg,
  .header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu.on i svg {
    transform: rotateZ(90deg);
  }
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu:hover i svg path,
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu.on i svg path {
  fill: #0364dd;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu:hover::before,
.header .down > .container .right .menu > ul > li .p-menu > .container .item .imenu.on::before {
  background: #fff;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem {
  width: 70%;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .p-menu > .container .item .stem {
    position: relative;
    width: 100%;
    padding: 0 5%;
  }
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .stop {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .stop .stitle {
  color: #000;
  font-weight: bold;
  line-height: 1.55555556em;
  display: flex;
  align-items: center;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .stop .stitle i {
  width: 0.2rem;
  height: 0.2rem;
  display: flex;
  margin-left: 0.18rem;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .stop .stitle i svg {
  width: 100%;
  height: auto;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .stop .stitle i svg path {
  fill: #000;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .stop > .close {
  width: 0.28rem;
  height: 0.28rem;
  display: flex;
  margin-right: 0.1rem;
  padding: 0.07rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .stop > .close {
    display: none;
  }
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .stop > .close svg {
  width: 100%;
  height: auto;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .stop > .close svg path {
  fill: #999;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist {
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.3rem;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist {
    padding-bottom: 0.3rem;
  }
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul {
  width: 100%;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0.28rem;
  -webkit-column-gap: 0.28rem;
  column-gap: 0.28rem;
}
@media (max-width: 767px) {
  .header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li {
  margin-bottom: 0.3rem;
  position: relative;
  display: block;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0.32rem;
  top: 0;
  background: #ddd;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li .st1 a {
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li .st1 a span {
  transition: all 0.4s;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li .st1 a i {
  width: 0.17rem;
  height: 0.17rem;
  display: flex;
  margin-right: 0.27rem;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li .st1 a i svg {
  width: 100%;
  height: auto;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li .st1 a i svg path {
  fill: #999;
  transition: all 0.4s;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li .st1:hover a i svg path {
  fill: #000;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li .st1:hover a span {
  text-decoration: underline;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li .sts {
  width: 100%;
  margin-top: 0.34rem;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li .sts .st2 {
  margin-bottom: 0.28rem;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li .sts .st2:last-child {
  margin-bottom: 0;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li .sts .st2 a {
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li .sts .st2 a span {
  transition: all 0.4s;
  color: #666;
  font-weight: bold;
  line-height: 1;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li .sts .st2 a i {
  width: 0.17rem;
  height: 0.17rem;
  display: flex;
  margin-right: 0.27rem;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li .sts .st2 a i svg {
  width: 100%;
  height: auto;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li .sts .st2 a i svg path {
  fill: #999;
  transition: all 0.4s;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li .sts .st2:hover a i svg path {
  fill: #000;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem .slist ul li .sts .st2:hover a span {
  text-decoration: underline;
}
.header .down > .container .right .menu > ul > li .p-menu > .container .item .stem.on {
  display: block;
}
.header .down > .container .right .menu > ul > li .industry-menu {
  position: fixed;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .industry-menu {
    position: relative;
  }
}
.header .down > .container .right .menu > ul > li .industry-menu > .container {
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .industry-menu > .container {
    width: 100%;
  }
}
.header .down > .container .right .menu > ul > li .industry-menu > .container::before {
  content: '';
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  right: 75.85714286%;
  pointer-events: none;
  background: #f5f5f5;
  z-index: -1;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .industry-menu > .container::before {
    display: none;
  }
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item {
  width: 100%;
  display: flex;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .industry-menu > .container .item {
    flex-wrap: wrap;
  }
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu {
  width: 24.14285714%;
  height: 0.8rem;
  display: flex;
  align-items: center;
  border-left: 0.06rem solid transparent;
  padding: 0 0.27rem;
  cursor: pointer;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #eee;
    padding: 0;
  }
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu .icons {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu .icons {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu .icons svg {
  max-width: 99%;
  max-height: 99%;
}
@media (max-width: 767px) {
  .header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu .icons svg {
    width: 40%;
    height: 40%;
  }
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu .icons svg path {
  fill: #666;
  transition: all 0.4s;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu .txt {
  color: #000;
  line-height: 1.55555556em;
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu .txt {
    margin-left: 0;
  }
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu i {
  width: 0.15rem;
  height: 0.15rem;
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu i {
    width: 0.5rem;
    height: 0.5rem;
    justify-content: center;
    align-items: center;
  }
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu i svg {
  width: 100%;
  height: auto;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu i svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu i svg path {
  fill: #999;
  transition: all 0.4s;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu::before {
  content: '';
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  background: #f5f5f5;
  z-index: -1;
  transition: all 0.4s;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu:hover,
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu.on {
  border-left: 0.06rem solid #0364dd;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu:hover,
  .header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu.on {
    border-left: none;
    border-bottom: 1px solid #0364dd;
  }
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu:hover .icons svg path,
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu.on .icons svg path {
  fill: #0364dd;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu:hover .txt,
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu.on .txt {
  color: #0364dd;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu:hover i svg,
  .header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu.on i svg {
    transform: rotateZ(90deg);
  }
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu:hover i svg path,
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu.on i svg path {
  fill: #0364dd;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu:hover::before,
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .imenu.on::before {
  background: #fff;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem {
  width: 70%;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem {
    position: relative;
    width: 100%;
    padding: 0 5%;
  }
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .stop {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .stop .stitle {
  color: #000;
  font-weight: bold;
  line-height: 1.55555556em;
  display: flex;
  align-items: center;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .stop .stitle i {
  width: 0.2rem;
  height: 0.2rem;
  display: flex;
  margin-left: 0.18rem;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .stop .stitle i svg {
  width: 100%;
  height: auto;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .stop .stitle i svg path {
  fill: #000;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .stop > .close {
  width: 0.28rem;
  height: 0.28rem;
  display: flex;
  margin-right: 0.1rem;
  padding: 0.07rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .stop > .close {
    display: none;
  }
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .stop > .close svg {
  width: 100%;
  height: auto;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .stop > .close svg path {
  fill: #999;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .slist {
  width: 100%;
  height: 100%;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.3rem;
  padding-right: 1.33rem;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .slist {
    padding-right: 0;
    padding-bottom: 0.3rem;
  }
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .slist ul {
  width: 100%;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0.78rem;
  -webkit-column-gap: 0.78rem;
  column-gap: 0.78rem;
}
@media (max-width: 767px) {
  .header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .slist ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .slist ul li {
  margin-bottom: 0.38rem;
  position: relative;
      break-inside: avoid;
    page-break-inside: avoid;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .slist ul li .st1 a {
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .slist ul li .st1 a span {
  transition: all 0.4s;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .slist ul li .st1:hover a span {
  text-decoration: underline;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .slist ul li .sts {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 0.17rem;
  padding-top: 0.22rem;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .slist ul li .sts .st2 {
  margin-bottom: 0.3rem;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .slist ul li .sts .st2:last-child {
  margin-bottom: 0;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .slist ul li .sts .st2 a {
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .slist ul li .sts .st2 a span {
  transition: all 0.4s;
  color: #666;
  font-weight: bold;
  line-height: 1;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem .slist ul li .sts .st2:hover a span {
  text-decoration: underline;
}
.header .down > .container .right .menu > ul > li .industry-menu > .container .item .stem.on {
  display: block;
}
.header .down > .container .right .menu > ul > li .public-smenu {
  min-width: 146px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
  box-shadow: 0.16rem 0 0.6rem 0 rgba(4, 0, 0, 0.08);
  overflow: hidden;
  display: none;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .public-smenu {
    position: relative;
    left: initial;
    top: initial;
    transform: translateX(0);
    padding: 0.3rem 5%;
    background: none;
    box-shadow: none;
  }
}
.header .down > .container .right .menu > ul > li .public-smenu > ul > li {
  transition: all 0.4s;
}
.header .down > .container .right .menu > ul > li .public-smenu > ul > li a {
  width: 100%;
  height: 0.58rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  color: #333;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li .public-smenu > ul > li a {
    justify-content: flex-start;
    font-size: 0.24rem;
  }
}
.header .down > .container .right .menu > ul > li .public-smenu > ul > li:hover {
  background: #eff3f7;
  background: none;
}
.header .down > .container .right .menu > ul > li .public-smenu > ul > li:hover a {
  color: #0364dd;
}
.header .down > .container .right .menu > ul > li:hover .m-link a,
.header .down > .container .right .menu > ul > li.on .m-link a {
  color: #0364dd;
  border-bottom: 2px solid #0364dd;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li:hover .m-link a,
  .header .down > .container .right .menu > ul > li.on .m-link a {
    border-bottom: none;
  }
}
.header .down > .container .right .menu > ul > li:hover .public-smenu,
.header .down > .container .right .menu > ul > li.on .public-smenu {
  display: block;
}
@media (max-width: 991px) {
  .header .down > .container .right .menu > ul > li:hover .public-smenu,
  .header .down > .container .right .menu > ul > li.on .public-smenu {
    display: none;
  }
}
.header .down > .container .right .search-box {
  width: 3rem;
  height: 42px;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .header .down > .container .right .search-box {
    width: 100%;
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .header .down > .container .right .search-box {
    height: 0.8rem;
  }
}
.header .down > .container .right .search-box .txt {
  width: calc(100% - 0.48rem);
  height: 100%;
  padding: 0 0.2rem;
}
.header .down > .container .right .search-box .txt::placeholder {
  color: #999;
}
.header .down > .container .right .search-box .btn {
  width: 0.48rem;
  height: 100%;
  background: url(../images/head-search.svg) center center no-repeat;
}
.header .down > .container .right .mb-other {
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .header .down > .container .right .mb-other {
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
  }
}
.header .down > .container .right .mb-other a {
  display: flex;
  align-items: center;
  color: #999;
  font-weight: bold;
  margin-right: 0.4rem;
  transition: all 0.4s;
}
.header .down > .container .right .mb-other a:last-child {
  margin-right: 0;
}
.header .down > .container .right .mb-other a i {
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
}
.header .down > .container .right .mb-other a i svg path {
  fill: #999;
  transition: all 0.4s;
}
.header .down > .container .right .mb-other a:hover {
  color: #0364dd;
}
.header .down > .container .right .mb-other a:hover i svg path {
  fill: #0364dd;
}
.header.head-move {
  top: -1.5rem;
}
@media (max-width: 991px) {
  .header.head-move {
    top: -1.8rem;
  }
}
@media (max-width: 767px) {
  .header.head-move {
    top: -1.2rem;
  }
}


.head-car {
  width: 380px;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 199;
  background: #fff;
  box-shadow: 0 0 0.18rem 0 rgba(179, 179, 179, 0.43);
  padding: 0.25rem 0.3rem 0.35rem;
  right: -380px;
  transition: all 0.4s;
}
.head-car.on {
  right: 0;
}
.head-car .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
  padding-bottom: 42px;
}
@media (max-width: 767px) {
  .head-car .box {
    padding-bottom: 0.8rem;
  }
}
.head-car .box.has {
  align-content: flex-start;
}
.head-car .box .top {
  width: 100%;
}
.head-car .box .top .tps {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #d2d0cf;
}
.head-car .box .top .tps .txt {
  color: #000;
  font-weight: bold;
  line-height: 1.625em;
}
.head-car .box .top .tps .close {
  width: 9px;
  height: 9px;
  display: flex;
  cursor: pointer;
}
.head-car .box .top .tps .close svg {
  width: 100%;
  height: auto;
}
.head-car .box .top .tps .close svg path {
  fill: #999;
}
.head-car .box .top .menu {
  width: 100%;
  margin-top: 0.13rem;
}
.head-car .box .top .menu ul {
  display: flex;
  flex-wrap: wrap;
}
.head-car .box .top .menu ul li {
  margin-right: 0.1rem;
  display: flex;
}
.head-car .box .top .menu ul li:last-child {
  margin-right: 0;
}
.head-car .box .top .menu ul li a {
  font-weight: bold;
  color: #999;
  line-height: 1.625em;
}
.head-car .box .empty-car {
  width: 100%;
}
.head-car .box .empty-car .icon {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
}
.head-car .box .empty-car .icon svg {
  width: 100%;
  height: auto;
}
.head-car .box .empty-car .icon svg path {
  fill: #d0d0d0;
}
.head-car .box .empty-car .txt {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 1.625em;
  margin-top: 0.1rem;
}
.head-car .box .empty-car .ck-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
.head-car .box .empty-car .ck-box a {
  color: #0364dd;
  display: flex;
  align-items: center;
  margin: 0 0.15rem;
}
.head-car .box .empty-car .ck-box a i {
  width: 10px;
  height: auto;
  margin-left: 6px;
  display: flex;
}
.head-car .box .empty-car .ck-box a i svg {
  transform: rotateZ(-90deg);
}
.head-car .box .empty-car .ck-box a i svg path {
  fill: #0364dd;
}
.head-car .box .car-list {
  width: 100%;
  max-height: 76vh;
  overflow-y: auto;
  margin-top: 20px;
  padding-right: 10px;
}
.head-car .box .car-list ul li {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #d2d0cf;
  margin-bottom: 0.2rem;
}
.head-car .box .car-list ul li:last-child {
  margin-bottom: 0;
}
.head-car .box .car-list ul li .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
  height: 9px;
  cursor: pointer;
  display: flex;
}
.head-car .box .car-list ul li .close svg {
  width: 100%;
  height: auto;
}
.head-car .box .car-list ul li .close svg path {
  fill: #999;
}
.head-car .box .car-list ul li .public-img {
  width: 38.125%;
  border-radius: 4px;
}
.head-car .box .car-list ul li .public-img::before {
  padding-top: 73.7704918%;
}
.head-car .box .car-list ul li .tbox {
  width: 56.25%;
  position: relative;
}
.head-car .box .car-list ul li .tbox .title {
  line-height: 1.44444444em;
  font-weight: bold;
}
.head-car .box .car-list ul li .tbox .title a {
  color: #000;
}
.head-car .box .car-list ul li .tbox .txt {
  color: #666;
  line-height: 1.28571429em;
  margin-right: 6px;
}
.head-car .box .car-list ul li .tbox .num {
  color: #666;
  line-height: 1.28571429em;
  position: absolute;
  right: 0;
  bottom: 0;
}
.head-car .box .gocar {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 0.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.head-car .box .gocar .public-btn {
  width: 100%;
}
.Registration-prompt {
  width: 565px;
  max-width: 90%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  box-shadow: 0 0 0.24rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.1rem;
  background: #fff;
  padding: 0.54rem 0.3rem 0.5rem;
  display: none;
}
.Registration-prompt .close {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  background: rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
}
.Registration-prompt .close svg {
  width: 12px;
  height: auto;
}
.Registration-prompt .close svg path {
  fill: #999;
}
.Registration-prompt .close:hover {
  background: rgba(0, 0, 0, 0.2);
}
.Registration-prompt .title {
  width: 100%;
  text-align: center;
  line-height: 1.94444444em;
  color: #000;
  font-weight: bold;
}
.Registration-prompt .txt {
  width: 100%;
  color: #666;
  text-align: center;
  line-height: 1.5em;
  margin-top: 0.13rem;
}
.Registration-prompt .more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
}
.Registration-prompt .more .public-btn {
  min-width: 1.8rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #0364dd;
  background: none;
}
@media (max-width: 767px) {
  .Registration-prompt .more .public-btn {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.Registration-prompt .more .public-btn span {
  color: #0364dd;
}
.Registration-prompt .more .public-btn:hover {
  background: #0364dd;
}
.Registration-prompt .more .public-btn:hover span {
  color: #fff;
}
.submit-popover {
  width: 565px;
  max-width: 90%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  box-shadow: 0 0 0.24rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.1rem;
  background: #fff;
  padding: 0.5rem 0.7rem;
  display: none;
}
@media (max-width: 767px) {
  .submit-popover {
    padding: 0.5rem 0.3rem;
  }
}
.submit-popover .close {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  background: rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
}
.submit-popover .close svg {
  width: 12px;
  height: auto;
}
.submit-popover .close svg path {
  fill: #999;
}
.submit-popover .close:hover {
  background: rgba(0, 0, 0, 0.2);
}
.submit-popover .icon {
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
}
.submit-popover .txt {
  width: 100%;
  color: #666;
  text-align: center;
  line-height: 1.5em;
  margin-top: 0.2rem;
}
.submit-popover .more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.33rem;
}
.submit-popover .more .public-btn {
  min-width: 1.8rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #0364dd;
  background: none;
}
@media (max-width: 767px) {
  .submit-popover .more .public-btn {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.submit-popover .more .public-btn span {
  color: #0364dd;
}
.submit-popover .more .public-btn:hover {
  background: #0364dd;
}
.submit-popover .more .public-btn:hover span {
  color: #fff;
}
.side-popover {
  position: fixed;
  right: 0.2rem;
  bottom: 1rem;
  z-index: 19;
  background: #fff;
  box-shadow: 0 0 0.24rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.36rem;
  padding: 0.28rem 0.08rem;
}
@media (max-width: 767px) {
  .side-popover {
    display: none;
  }
}
.side-popover ul li {
  margin-bottom: 0.15rem;
  position: relative;
}
.side-popover ul li:last-child {
  margin-bottom: 0;
}
.side-popover ul li a .icon {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.4s;
}
.side-popover ul li a .icon svg {
  max-width: 62.5%;
  max-height: 62.5%;
}
@media (max-width: 767px) {
  .side-popover ul li a .icon svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.side-popover ul li a .icon svg path {
  fill: #333;
  transition: all 0.4s;
  stroke: none;
}
.side-popover ul li a .txt {
  font-weight: bold;
  color: #666;
  text-align: center;
  line-height: 1.71428571em;
}
@media (max-width: 767px) {
  .side-popover ul li a .txt {
    font-size: 14px !important;
  }
}
.side-popover ul li .s-box {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 0.3rem;
  display: none;
}
.side-popover ul li .s-box .boxs {
  background: #fff;
  box-shadow: 0 0 0.24rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  position: relative;
  text-align: center;
  padding: 0.16rem 0.15rem;
  white-space: nowrap;
}
.side-popover ul li .s-box .boxs::before {
  content: '';
  border-left: 0.1rem solid #fff;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.side-popover ul li .s-box .boxs .tel {
  color: #2278e1;
  line-height: 1.11111111em;
}
.side-popover ul li .s-box .boxs .txt {
  color: #666;
  line-height: 1.42857143em;
}
.side-popover ul li:hover a .icon {
  background: rgba(3, 100, 221, 0.1);
}
.side-popover ul li:hover a .icon svg path {
  fill: #0364dd;
}
.side-popover ul li:hover .s-box {
  display: block;
}
.app-popover {
  width: 968px;
  max-width: 90%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  box-shadow: 0 0 0.24rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.1rem;
  background: #fff;
  overflow: hidden;
  display: none;
}
.app-popover .top {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.22rem 0.4rem 0.2rem;
  position: relative;
}
.app-popover .top .title {
  color: #000;
  font-weight: bold;
  line-height: 1.35714286em;
}
.app-popover .top .close {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  background: rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
}
.app-popover .top .close svg {
  width: 12px;
  height: auto;
}
.app-popover .top .close svg path {
  fill: #999;
}
.app-popover .top .close:hover {
  background: rgba(0, 0, 0, 0.2);
}
.app-popover .box {
  width: 100%;
  padding: 0.16rem 0.4rem 0.5rem;
}
.app-popover .box .tips {
  color: #666;
  line-height: 1.875em;
}
.app-popover .box .tips a {
  color: #0364dd;
}
.app-popover .box .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 0.13rem;
}
.app-popover .box .content .public-img {
  width: 46.84684685%;
  border: 1px solid #ddd;
  border-radius: 0.08rem;
  background: #f5f5f5;
}
.app-popover .box .content .public-img::before {
  padding-top: 112.5%;
}
.app-popover .box .content .public-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.app-popover .box .content .tbox {
  width: 49.54954955%;
}
.app-popover .box .content .tbox .ts {
  width: 100%;
}
.app-popover .box .content .tbox .ts p {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1.66666667em;
  color: #010101;
  padding-top: 4px;
}
.app-popover .box .content .tbox .ts p i {
  width: 20px;
  height: 20px;
  display: flex;
  margin-right: 8px;
  flex-shrink: 0;
}
.app-popover .box .content .tbox .form {
  width: 100%;
  margin-top: 0.2rem;
}
.app-popover .box .content .tbox .form.form2 {
  display: none;
}
.app-popover .box .content .tbox .form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.app-popover .box .content .tbox .form .item {
  width: 100%;
  margin-bottom: 0.08rem;
}
.app-popover .box .content .tbox .form .item.w50 {
  width: 47.72727273%;
}
.app-popover .box .content .tbox .form .item .txt {
  font-weight: bold;
  color: #000;
  line-height: 1.875em;
}
.app-popover .box .content .tbox .form .item .txt span {
  color: #0364dd;
}
.app-popover .box .content .tbox .form .item .text {
  width: 100%;
  height: 0.48rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.1rem;
  border-radius: 4px;
  padding: 0 0.17rem;
}
.app-popover .box .content .tbox .form .item .text::placeholder {
  color: #999;
}
@media (max-width: 767px) {
  .app-popover .box .content .tbox .form .item .text {
    height: 0.8rem;
  }
}
.app-popover .box .content .tbox .form .tp {
  width: 100%;
  color: #666;
  line-height: 1.375em;
  margin-top: 0.05rem;
}
.app-popover .box .content .tbox .form .tp a {
  color: #0364dd;
}
.app-popover .box .content .tbox .form .more {
  margin-top: 0.36rem;
}
.app-popover .box .content .tbox .form .more .public-btn {
  color: #0364dd;
  border: 1px solid #0364dd;
  min-width: 1.28rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background: none;
}
.app-popover .box .content .tbox .form .more .public-btn:hover {
  background: #0364dd;
  color: #fff;
}
.cookies-popover {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.36rem 1.2rem;
  display: none;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 1260px) {
  .cookies-popover {
    padding: 0.36rem 5%;
  }
}
@media (max-width: 991px) {
  .cookies-popover {
    flex-wrap: wrap;
  }
}
.cookies-popover .box{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cookies-popover .txt {
  max-width: 850px;
  color: #999;
  margin-right: 1rem;
}
@media (max-width: 1024px) {
  .cookies-popover .txt {
    width: 100%;
    margin-right: 0;
  }
}
.cookies-popover .txt a {
  color: #0364dd;
}
.cookies-popover .ckbox {
  display: flex;
}
@media (max-width: 1024px) {
  .cookies-popover .ckbox {
    width: 100%;
    justify-content: center;
    margin-top: 0.2rem;
  }
}
.cookies-popover .ckbox .public-btn {
  min-width: 1.8rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  margin-right: 0.16rem;
  background: none;
  border: 1px solid #0364dd;
}
.cookies-popover .ckbox .public-btn span {
  color: #0364dd;
}
.cookies-popover .ckbox .public-btn:last-child {
  margin-right: 0;
}
.cookies-popover .ckbox .public-btn:hover {
  background: #0364dd;
}
.cookies-popover .ckbox .public-btn:hover span {
  color: #fff;
}
.footer {
  width: 100%;
  background: #262930;
  padding-top: 1rem;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 1.2rem;
  }
}
.footer .top {
  width: 100%;
}
.footer .top .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.footer .top .container .logo {
  width: 189px;
}
.footer .top .container .logo a {
  display: flex;
}
.footer .top .container .right {
  display: flex;
}
@media (max-width: 767px) {
  .footer .top .container .right {
    width: 100%;
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }
}
.footer .top .container .right .ck {
  width: 1.6rem;
  height: 0.54rem;
  border-radius: 0.1rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 0.08rem;
  box-shadow: 0px 7px 20px 4px rgba(107, 138, 168, 0.07);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer .top .container .right .ck {
    width: calc(50% - 0.04rem);
    height: 0.8rem;
  }
  .footer .top .container .right .ck:nth-child(2) {
    margin-right: 0;
  }
}
.footer .top .container .right .ck svg {
  margin-right: 0.12rem;
}
@media (max-width: 991px) {
  .footer .top .container .right .ck svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.footer .top .container .right .ck svg path {
  transition: all 0.4s;
  stroke: none;
}
.footer .top .container .right .ck:hover {
  background: #0364dd;
  border: 1px solid #0364dd;
}
.footer .top .container .right .ck:hover svg path {
  fill: #fff;
}
.footer .top .container .right .email {
  width: 3.2rem;
  height: 0.54rem;
  border-radius: 0.1rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  display: flex;
  margin-left: 0.15rem;
}
@media (max-width: 767px) {
  .footer .top .container .right .email {
    margin-left: 0;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.2rem;
  }
}
.footer .top .container .right .email .t1 {
  width: calc(100% - 0.72rem);
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.26);
  padding-left: 0.2rem;
  color: #fff;
}
.footer .top .container .right .email .t1::placeholder {
  color: #c7c7c7;
}
.footer .top .container .right .email .btn {
  width: 0.72rem;
  height: 100%;
  background: url(../images/f-icon3.svg) center center no-repeat;
}
.footer .center {
  width: 100%;
  border-top: 1px solid rgba(180, 187, 192, 0.22);
  padding: 0.92rem 0 1.46rem;
  margin-top: 0.68rem;
}
@media (max-width: 991px) {
  .footer .center {
    padding: 0.68rem 0;
  }
}
.footer .center .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.footer .center .container .left {
  display: flex;
}
@media (max-width: 991px) {
  .footer .center .container .left {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .footer .center .container .left {
    width: 65%;
    flex-wrap: wrap;
  }
}
.footer .center .container .left .hot-link {
  margin-right: 1.28rem;
}
@media (max-width: 991px) {
  .footer .center .container .left .hot-link {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .footer .center .container .left .hot-link {
    display: none;
  }
}
.footer .center .container .left .hot-link .t1 {
  color: #fff;
}
.footer .center .container .left .hot-link .a-box {
  margin-top: 0.17rem;
}
.footer .center .container .left .hot-link .a-box a {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.71428571em;
  margin-bottom: 0.06rem;
  display: block;
  transition: all 0.4s;
}
.footer .center .container .left .hot-link .a-box a:last-child {
  margin-bottom: 0;
}
.footer .center .container .left .hot-link .a-box a:hover {
  color: #fff;
}
.footer .center .container .left .support {
  margin-right: 1.16rem;
}
@media (max-width: 991px) {
  .footer .center .container .left .support {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .footer .center .container .left .support {
    display: none;
  }
}
.footer .center .container .left .support .t1 {
  color: #fff;
}
.footer .center .container .left .support .a-box {
  margin-top: 0.17rem;
}
.footer .center .container .left .support .a-box a {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.71428571em;
  margin-bottom: 0.06rem;
  display: block;
  transition: all 0.4s;
}
.footer .center .container .left .support .a-box a:last-child {
  margin-bottom: 0;
}
.footer .center .container .left .support .a-box a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .footer .center .container .left .f-contact {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .footer .center .container .left .f-contact {
    width: 100%;
  }
}
.footer .center .container .left .f-contact .t1 {
  color: #fff;
}
.footer .center .container .left .f-contact .t-box {
  line-height: 1.71428571em;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.13rem;
}
.footer .center .container .left .f-contact .t-box span {
  display: block;
  margin-bottom: 0.06rem;
}
.footer .center .container .left .f-contact .t-box span:last-child {
  margin-bottom: 0;
}
.footer .center .container .left .f-contact .share {
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}
.footer .center .container .left .f-contact .share span {
  font-size: 14px;
  color: #fff;
}
.footer .center .container .left .f-contact .share a {
  padding-left: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  transition: all 0.4s;
  position: relative;
  opacity: 1;
  border: 1px solid rgba(180, 187, 192, 0.51);
  border-radius: 50%;
  margin-right: 0.1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .footer .center .container .left .f-contact .share a {
    padding-left: 0.8rem;
    height: 0.8rem;
  }
}
.footer .center .container .left .f-contact .share a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 14px;
  height: auto;
}
@media (max-width: 767px) {
  .footer .center .container .left .f-contact .share a svg {
    width: 40%;
    height: 40%;
  }
}
.footer .center .container .left .f-contact .share a svg path {
  fill: #fff;
  opacity: 1;
  transition: all 0.4s;
}
.footer .center .container .left .f-contact .share a:hover {
  background: #0364dd;
  border: 1px solid #0364dd;
}
.footer .center .container .left .f-contact .share a:hover svg path {
  fill: #fff;
}
.footer .center .container .left .f-contact .share a.bshareDiv {
  display: none;
}
.footer .center .container .left .f-contact .share .bshare-custom {
  display: flex;
  flex-wrap: wrap;
}
.footer .center .container .ewm {
  width: 102px;
  padding-top: 0.06rem;
}
@media (max-width: 991px) {
  .footer .center .container .ewm {
    margin-top: 0.5rem;
  }
}
.footer .center .container .ewm .img {
  width: 100%;
  display: flex;
}
.footer .center .container .ewm span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.2rem;
}
.footer .down {
  width: 100%;
  border-top: 1px solid rgba(180, 187, 192, 0.22);
  padding: 0.35rem 0;
}
.footer .down .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer .down .container .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .footer .down .container .copyright {
    width: 100%;
    text-align: center;
  }
}
.footer .down .container .copyright a {
  color: rgba(255, 255, 255, 0.5);
  margin-left: 0.3rem;
  display: inline-block;
}
.footer .down .container .f-m {
  display: flex;
}
@media (max-width: 767px) {
  .footer .down .container .f-m {
    width: 100%;
    justify-content: center;
  }
}
.footer .down .container .f-m a {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
  font-size: 14px;
  line-height: 24px;
  margin-right: 0.3rem;
}
.footer .down .container .f-m a:last-child {
  margin-right: 0;
}
.footer .down .container .f-m a:hover {
  color: #fff;
}
.bsBox {
  box-sizing: initial;
}
.banner {
  width: 100%;
  height: 100vh;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide .vbox-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-container .swiper-slide .vbox-img .img {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide .vbox-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-container .swiper-slide .vbox-img .img img:nth-child(2) {
  display: none;
}
.banner .swiper-container .swiper-slide .vbox-img video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.banner .swiper-container .swiper-slide .vbox-img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.38);
}
.banner .swiper-container .swiper-slide .tbox {
  width: 90%;
  position: absolute;
  top: 3.27rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .banner .swiper-container .swiper-slide .tbox {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.banner .swiper-container .swiper-slide .tbox .title {
  line-height: 1.35714286em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.banner .swiper-container .swiper-slide .tbox .txt {
  color: #ecf4ff;
  text-align: center;
  margin-top: 0.18rem;
}
.banner .b-pagination {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1.18rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .b-pagination .n1,
.banner .b-pagination .n2 {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.banner .b-pagination .line {
  width: 1.65rem;
  height: 1px;
  margin: 0 0.2rem;
  background: rgba(255, 255, 255, 0.37);
}
.banner .b-pagination .line span {
  width: 0;
  height: 1px;
  background: #fff;
  display: block;
}
.banner .b-pagination .line span.on {
  animation: line 4s linear forwards;
}
.index-boxs {
  width: 100%;
  position: relative;
}
.index-boxs .bg {
  background-color: #0b1021;
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
.index-box1 {
  width: 100%;
  padding: 1.3rem 0 1.2rem;
  position: relative;
  margin-top: -100vh;
}
@media (max-width: 991px) {
  .index-box1 {
    padding: 1.2rem 0;
  }
}
.index-box1 .container .top {
  width: 100%;
  text-align: center;
}
.index-box1 .container .top .title {
  font-weight: bold;
  color: #fff;
  line-height: 1.18518519em;
}
.index-box1 .container .top .txt {
  color: #c9c9c9;
  margin-top: 0.13rem;
}
.index-box1 .container .list {
  width: 100%;
  margin-top: 0.55rem;
  position: relative;
}
.index-box1 .container .list .swiper-container .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.index-box1 .container .list .swiper-container .swiper-slide .item {
  width: calc(33.33% - 0.28rem);
  background-color: #2f333c;
  box-shadow: 0px 7px 20px 4px rgba(107, 138, 168, 0.07);
  border-radius: 0.2rem;
  border: solid 1px #636363;
  margin: 0 0.14rem 0.24rem;
}
@media (max-width: 767px) {
  .index-box1 .container .list .swiper-container .swiper-slide .item {
    width: calc(50% - 0.28rem);
  }
}
.index-box1 .container .list .swiper-container .swiper-slide .item a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding: 0.54rem 0.35rem 0.49rem 0.4rem;
  transition: all 0.4s;
}
.index-box1 .container .list .swiper-container .swiper-slide .item a .img {
  width: 45.95%;
  display: flex;
}
@media (max-width: 991px) {
  .index-box1 .container .list .swiper-container .swiper-slide .item a .img {
    width: 100%;
  }
}
.index-box1 .container .list .swiper-container .swiper-slide .item a .img img {
  max-width: 100%;
}
.index-box1 .container .list .swiper-container .swiper-slide .item a .tbox {
  width: 48.65%;
}
@media (max-width: 991px) {
  .index-box1 .container .list .swiper-container .swiper-slide .item a .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index-box1 .container .list .swiper-container .swiper-slide .item a .tbox .t1 {
  width: 100%;
  display: flex;
}
.index-box1 .container .list .swiper-container .swiper-slide .item a .tbox .t1 span {
  line-height: 1;
  color: #fff;
  border-bottom: 2px solid transparent;
  transition: all 0.4s;
}
.index-box1 .container .list .swiper-container .swiper-slide .item a .tbox .t2 {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.05rem;
}
.index-box1 .container .list .swiper-container .swiper-slide .item a .tbox .more {
  margin-top: 0.16rem;
  margin-left: -0.1rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .index-box1 .container .list .swiper-container .swiper-slide .item a .tbox .more {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.index-box1 .container .list .swiper-container .swiper-slide .item a .tbox .more svg {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .index-box1 .container .list .swiper-container .swiper-slide .item a .tbox .more svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.index-box1 .container .list .swiper-container .swiper-slide .item a .tbox .more svg path {
  fill: #fff;
}
.index-box1 .container .list .swiper-container .swiper-slide .item a .tbox .more:hover svg {
  transform: rotateZ(-45deg);
}
.index-box1 .container .list .swiper-container .swiper-slide .item:hover a {
  padding: 0.5rem 0.35rem 0.49rem 0.4rem;
}
.index-box1 .container .list .swiper-container .swiper-slide .item:hover a .tbox .t1 span {
  font-weight: bold;
  border-bottom: 2px solid #0364dd;
}
.index-box1 .container .list .swiper-container .swiper-slide .item:hover a .tbox .more {
  background: #0364dd;
  margin-left: 0;
}
.index-box1 .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.28rem;
}
.index-box2 {
  width: 100%;
  padding: 0.34rem 0 0;
}
@media (max-width: 991px) {
  .index-box2 {
    padding: 0;
  }
}
.index-box2 .top {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.index-box2 .top .title {
  color: #fff;
  font-weight: bold;
  line-height: 1.17857143em;
}
.index-box2 .top .txt {
  margin-top: 0.15rem;
  color: #c9c9c9;
}
.index-box2 .list {
  width: 100%;
  margin-top: 0.8rem;
  padding: 0 0.25rem;
}
.index-box2 .list ul {
  width: calc(100% + 0.24rem);
  margin: 0 -0.12rem;
  display: flex;
  flex-wrap: wrap;
}
.index-box2 .list ul li {
  width: calc(25% - 0.24rem);
  margin: 0 0.12rem;
  position: relative;
  box-shadow: 0px 7px 20px 4px rgba(107, 138, 168, 0.07);
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box2 .list ul li {
    width: calc(50% - 0.24rem);
    margin: 0 0.12rem 0.24rem;
  }
}
.index-box2 .list ul li .public-img {
  width: 100%;
}
.index-box2 .list ul li .public-img::before {
  padding-top: 138.66666667%;
}
.index-box2 .list ul li .public-img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.54));
  transition: all 0.4s;
}
.index-box2 .list ul li .tbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 48.07692308%;
  z-index: 2;
  transition: all 0.4s;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.index-box2 .list ul li .tbox .line {
  width: 0.54rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.67);
  margin: 0 auto;
  transition: all 0.4s;
  opacity: 0;
}
.index-box2 .list ul li .tbox .t1 {
  width: 100%;
  color: #fff;
  line-height: 1.46666667em;
  text-align: center;
  margin-top: 0.4rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .index-box2 .list ul li .tbox .t1 {
    margin-top: 0.2rem;
  }
}
.index-box2 .list ul li .tbox .t2 {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-top: 0.16rem;
  transition: all 0.4s;
  opacity: 0;
}
.index-box2 .list ul li .tbox .t2 span {
  width: 90%;
  max-width: 215px;
  margin: 0 auto;
  display: block;
}
.index-box2 .list ul li .tbox .more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
  transition: all 0.4s;
  opacity: 0;
}
@media (max-width: 991px) {
  .index-box2 .list ul li .tbox .more {
    margin-top: 0.3rem;
  }
}
.index-box2 .list ul li .tbox .more .public-btn {
  background: none;
  border: 1px solid #fff;
}
.index-box2 .list ul li .tbox .more .public-btn:hover {
  border: 1px solid #0364dd;
  background: #0364dd;
}
.index-box2 .list ul li:hover .public-img img {
  transform: scale(1.05);
}
.index-box2 .list ul li:hover .public-img::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.index-box2 .list ul li:hover .tbox {
  top: 0;
}
.index-box2 .list ul li:hover .tbox .line {
  opacity: 1;
}
.index-box2 .list ul li:hover .tbox .t1 {
  transform: translate(0) scale(1.13333333);
}
.index-box2 .list ul li:hover .tbox .t2 {
  opacity: 1;
}
.index-box2 .list ul li:hover .tbox .more {
  opacity: 1;
}
.index-box3 {
  width: 100%;
  padding: 1.71rem 0 0;
}
@media (max-width: 991px) {
  .index-box3 {
    padding: 1.2rem 0 0;
  }
}
.index-box3 .container .top {
  width: 100%;
  text-align: center;
}
.index-box3 .container .top .title {
  color: #fff;
  font-weight: bold;
  line-height: 1.17857143em;
}
.index-box3 .container .top .txt {
  color: #c9c9c9;
  margin-top: 0.2rem;
}
.index-box3 .container .list {
  width: 100%;
  margin-top: 0.66rem;
}
@media (max-width: 991px) {
  .index-box3 .container .list {
    display: flex;
    overflow-x: auto;
    padding-bottom: 0.1rem;
  }
}
.index-box3 .container .list ul {
  width: calc(100% + 0.24rem);
  margin: 0 -0.12rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .index-box3 .container .list ul {
    width: 200%;
    margin: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .index-box3 .container .list ul {
    width: 300%;
  }
}
.index-box3 .container .list ul li {
  width: calc(20% - 0.24rem);
  height: 262px;
  margin: 0 0.12rem;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  border-radius: 0.2rem;
  background: #2a3039;
  padding: 0.48rem 0.16rem 0.42rem 0.45rem;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .index-box3 .container .list ul li {
    height: 220px;
  }
}
@media (max-width: 991px) {
  .index-box3 .container .list ul li {
    flex: 2.12149533;
    height: auto;
    padding: 0.4rem 0.3rem;
    flex-shrink: 0;
    margin: 0 0.24rem 0 0;
  }
  .index-box3 .container .list ul li:last-child {
    margin-right: 0;
  }
}
.index-box3 .container .list ul li .icon {
  width: 56px;
}
.index-box3 .container .list ul li .icon img {
  width: 100%;
}
.index-box3 .container .list ul li .tbox .t1 {
  color: #fff;
  line-height: 1.41666667em;
  margin-top: 0.26rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .index-box3 .container .list ul li .tbox .t1 {
    font-weight: bold;
  }
}
.index-box3 .container .list ul li .tbox .t2 {
  height: 0;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
  transform: rotateX(90deg);
}
@media (max-width: 991px) {
  .index-box3 .container .list ul li .tbox .t2 {
    margin-top: 0.1rem;
    transform: rotateX(0);
    height: auto;
  }
}
.index-box3 .container .list ul li .tbox .more {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -6px;
  margin-top: 0.27rem;
  transition: all 0.4s;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .index-box3 .container .list ul li .tbox .more {
    background: #0364dd;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .index-box3 .container .list ul li .tbox .more {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.index-box3 .container .list ul li .tbox .more svg {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .index-box3 .container .list ul li .tbox .more svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.index-box3 .container .list ul li .tbox .more svg path {
  fill: #fff;
}
.index-box3 .container .list ul li .tbox .more:hover svg {
  transform: rotateZ(-45deg);
}
.index-box3 .container .list ul li.on {
  flex: 2.12149533;
  background: #2f333c;
  box-shadow: 0px 7px 20px 4px rgba(107, 138, 168, 0.07);
  border: solid 1px #4f4f4f;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .index-box3 .container .list ul li.on {
    flex-direction: row;
    margin: 0 0.24rem 0 0;
  }
  .index-box3 .container .list ul li.on:last-child {
    margin-right: 0;
  }
}
.index-box3 .container .list ul li.on .icon {
  width: 43.51%;
}
.index-box3 .container .list ul li.on .tbox {
  width: 48.34%;
}
@media (max-width: 991px) {
  .index-box3 .container .list ul li.on .tbox {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.index-box3 .container .list ul li.on .tbox .t1 {
  margin-top: 0;
  font-weight: bold;
}
.index-box3 .container .list ul li.on .tbox .t2 {
  margin-top: 0.1rem;
  transform: rotateX(0);
  height: auto;
}
.index-box3 .container .list ul li.on .tbox .more {
  background: #0364dd;
  margin-left: 0;
}
.index-box4 {
  width: 100%;
  padding: 1.58rem 0 1.4rem;
}
@media (max-width: 991px) {
  .index-box4 {
    padding: 1.2rem 0;
  }
}
.index-box4 .container .title {
  font-weight: bold;
  color: #fff;
  line-height: 1.19230769em;
  text-align: center;
}
.index-box4 .container .menu {
  width: 100%;
  margin-top: 0.34rem;
}
.index-box4 .container .menu ul {
  display: flex;
  justify-content: center;
}
.index-box4 .container .menu ul li {
  color: rgba(218, 218, 218, 0.7);
  line-height: 1.7em;
  border-bottom: 2px solid transparent;
  transition: all 0.4s;
  margin: 0 0.22rem;
  cursor: pointer;
}
.index-box4 .container .menu ul li:hover {
  color: #fff;
}
.index-box4 .container .menu ul li.on {
  color: #fff;
  border-bottom: 2px solid #0364dd;
}
.index-box4 .container .list {
  width: 100%;
  margin-top: 0.75rem;
}
.index-box4 .container .list ul {
  width: calc(100% + 0.24rem);
  margin: 0 -0.12rem;
  column-count: 3;
  column-gap: 0;
  display: none;
}
@media (max-width: 767px) {
  .index-box4 .container .list ul {
    column-count: 1;
  }
}
.index-box4 .container .list ul.on {
  display: block;
}
.index-box4 .container .list ul li {
  margin: 0 0.12rem 0.2rem;
  break-inside: avoid;
}
@media (max-width: 767px) {
  .index-box4 .container .list ul li {
    margin: 0 0.12rem 0.5rem;
  }
}
.index-box4 .container .list ul li a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.index-box4 .container .list ul li a .img {
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.index-box4 .container .list ul li a .img img {
  width: 100%;
  transition: all 0.4s;
}
.index-box4 .container .list ul li a .tbox {
  width: 100%;
  padding: 0.16rem 0.1rem 0;
}
.index-box4 .container .list ul li a .tbox .time {
  font-size: 13px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.6);
}
.index-box4 .container .list ul li a .tbox .t1 {
  line-height: 1.66666667em;
  height: 3.33333333em;
  color: #fff;
  margin-top: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-box4 .container .list ul li:hover a .img img {
  transform: scale(1.05);
}
.index-box4 .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.54rem;
}
@keyframes line {
  form {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
