@charset "utf-8";
:root {
  --color: #005CE6;
  --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");
} */
@font-face {
  font-family: "font-number";
  src: url("../fonts/AVGARDM.TTF") format("truetype");
}
/*@font-face {*/
/*  font-family: "font-number2";*/
/*  src: url("../fonts/ITC AVANT GARDE CE GOTHIC DEMI.TTF") format("truetype");*/
/*}*/
/*@font-face {*/
  /*font-family: "font-title";*/
/*  src: url("../fonts/SourceHanSansSC-Medium.otf") format("opentype");*/
/*}*/
/*@font-face {*/
/*  font-family: "font-txt";*/
/*  src: url("../fonts/SourceHanSansSC-Regular.otf") format("opentype");*/
/*}*/
/*@font-face {*/
/*  font-family: "font-stxt";*/
/*  src: url("../fonts/SourceHanSansSC-Light.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;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #4e6ef2;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@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: "font-txt", '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;
}
@media (max-width: 991px) {
  img.pc {
    display: none;
  }
}
img.mb {
  display: none;
}
@media (max-width: 991px) {
  img.mb {
    display: block;
  }
}
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: 1360px;
}
@media (max-width: 1260px) {
  .container {
    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;
  }
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.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;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .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: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 22px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34 {
    font-size: 28px;
  }
  .font36,
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56 {
    font-size: 38px;
  }
  .font60,
  .font80 {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .font30 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16 {
    font-size: 0.28rem;
  }
  .font18,
  .font20 {
    font-size: 0.3rem;
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 0.32rem;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 0.34rem;
  }
  .font36,
  .font40 {
    font-size: 0.4rem;
  }
  .font42,
  .font44,
  .font46 {
    font-size: 0.46rem;
  }
  .font48,
  .font50,
  .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: #4e6ef2;
}
.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: 150px;
  height: 51px;
  border-radius: 25px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .public-btn {
    min-width: 2rem;
  }
}
@media (max-width: 767px) {
  .public-btn {
    min-width: 2.5rem;
    height: 0.8rem;
  }
}
.public-btn span {
  color: #fff;
  transition: all 0.4s;
  position: relative;
  z-index: 3;
}
.public-btn i {
  width: 11px;
  height: 11px;
  margin-left: 0.2rem;
  display: flex;
  position: relative;
  z-index: 3;
}
.public-btn i svg {
  width: 100%;
  height: auto;
}
.public-btn i svg path {
  fill: #fff;
  opacity: 1;
  transition: all 0.4s;
}
.public-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #4e6ef2;
  border-radius: 25px;
  transform: scaleX(0);
  transform-origin: right;
  -webkit-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-sizing: border-box;
  overflow: hidden;
}
.public-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% - 1px);
  height: 100%;
  border: 1px solid #fff;
  border-radius: 25px;
  box-sizing: border-box;
  transition: all 0.6s;
  overflow: hidden;
}
.public-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  border-radius: 25px;
}
.public-btn:hover::after {
  border: 1px solid #4e6ef2;
  border-radius: 25px;
}
.public-btn.black::after {
  border: 1px solid #e8e8e8;
}
.public-btn.black span {
  color: #666;
}
.public-btn.black i svg path {
  fill: #999;
  opacity: 1;
}
.public-btn.black:hover span {
  color: #fff;
}
.public-btn.black:hover i svg path {
  fill: #fff;
}
.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: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 45%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.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: #4e6ef2;
}
#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: #4e6ef2;
}
#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: #4e6ef2;
}
#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: 0.8rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .logo {
  height: 41px;
  flex-shrink: 0;
  margin-right: 1rem;
}
@media (max-width: 1260px) {
  .header .container .logo {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
	.header .container .logo {
	  height: auto;
	  width: 1.1rem;
	}
  .header .container .logo a{
    width: 100%;
  }
}
.header .container .logo a {
  height: 100%;
  display: flex;
}
/* .header .container .logo a svg{
    height: 100%;
} */
.header .container .logo a svg path {
  fill: #fff;
  transition: all 0.4s;
  opacity: 1;
}
.header .container .logo a svg polygon {
  fill: #fff;
  transition: all 0.4s;
  opacity: 1;
}
.header .container .mbck{
    display: none;
}
@media (max-width: 991px) {
    .header .container .logo{
        margin-right: 0;
    }
    .header .container .mbck{
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: 0.3rem;
    }
}
.header .container .mbck .tel {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 0.1rem;
  transition: all 0.4s;
  position: relative;
}
.header.hstyle2 .container .mbck .tel,
.header.hstyle3 .container .mbck .tel{
    border: 1px solid #e8e8e8;
}
.header .container .mbck .tel a i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .mbck .tel a i svg {
  width: 40%;
  height: 40%;
}
.header .container .mbck .tel a i svg path {
  fill: #fff;
  transition: all 0.4s;
  opacity: 1;
}
.header.hstyle2 .container .mbck .tel a i svg path,
.header.hstyle3 .container .mbck .tel a i svg path{
  fill: #000;
}
.header .container .mbck .message {
  height: 40px;
  border-radius: 20px;
  border: 1px solid #fff;
  margin-right: 0.1rem;
  transition: all 0.4s;
  display: none;
}
.header.hstyle2 .container .mbck .message,
.header.hstyle3 .container .mbck .message{
    border: 1px solid #e8e8e8;
}
.header .container .mbck .message a {
  padding: 0 0.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.4s;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
	.header .container .mbck .message a{
		padding: 0 0.1rem;
		font-size: 12px;
	}
}
.header.hstyle2 .container .mbck .message a,
.header.hstyle3 .container .mbck .message a{
  color: #000;
}
.header .container .mbck .message a i {
  margin-right: 0.1rem;
  display: flex;
}
.header .container .mbck .message a i svg {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
	.header .container .mbck .message a i svg {
	  width: 12px;
	  height: 12px;
	}
}
.header .container .mbck .message a i svg path {
  fill: #fff;
  transition: all 0.4s;
  opacity: 1;
}
.header.hstyle2 .container .mbck .message a i svg path,
.header.hstyle3 .container .mbck .message a i svg path{
  fill: #000;
}
.header .container .mbck .shop {
  height: 40px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  transition: all 0.4s;
}
.header .container .mbck .shop a {
  padding: 0 0.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.4s;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
	.header .container .mbck .shop a {
	  font-size: 12px;
	  padding: 0 0.1rem;
	}
}
.header.hstyle2 .container .mbck .shop a,
.header.hstyle3 .container .mbck .shop a{
    color: #000;
}
.header .container .mbck .shop a i {
  margin-right: 0.1rem;
  display: flex;
}
.header .container .mbck .shop a i svg {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
	.header .container .mbck .shop a i svg {
	  width: 12px;
	  height: 12px;
	}
}
.header .container .mbck .shop a i svg path {
  fill: #fff;
  transition: all 0.4s;
  opacity: 1;
}
.header.hstyle2 .container .mbck .shop a i svg path,
.header.hstyle3 .container .mbck .shop a i svg path{
  fill: #000;
}

.header .container .close {
  width: 34px;
  height: 1rem;
  display: none;
}
@media (max-width: 991px) {
  .header .container .close {
    height: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}
.header .container .close span {
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 4px 0;
  transition: all ease-out 0.3s;
}
.header .container .close span:nth-child(2) {
  width: 60%;
}
.header .container .close.on span {
  margin: 5px 0;
}
.header .container .close.on span:nth-child(1) {
  transform: rotateZ(45deg);
  transform-origin: left center;
}
.header .container .close.on span:nth-child(2) {
  opacity: 0;
}
.header .container .close.on span:nth-child(3) {
  transform-origin: left center;
  transform: rotateZ(-45deg);
}
.header .container .right {
  width: 100%;
}
@media (max-width: 991px) {
  .header .container .right {
    width: 100%;
    height: calc(100vh - 1.2rem);
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 0.2rem 5%;
    display: none;
    overflow-y: auto;
  }
}
.header .container .right .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header .container .right .menu {
  margin-right: auto;
}
@media (max-width: 991px) {
  .header .container .right .menu {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.header .container .right .menu > ul {
  display: flex;
}
@media (max-width: 991px) {
  .header .container .right .menu > ul {
    flex-wrap: wrap;
  }
}
.header .container .right .menu > ul > li {
  /* margin-right: 0.66rem; */
  margin-right: 0.46rem;
}
@media (max-width: 1260px) {
  .header .container .right .menu > ul > li {
    margin-right: 0.3rem;
  }
}
@media (max-width: 991px) {
  .header .container .right .menu > ul > li {
    width: 100%;
    margin-right: 0;
  }
}
.header .container .right .menu > ul > li:last-child {
  margin-right: 0;
}
.header .container .right .menu > ul > li .menu-link {
  height: 0.8rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
@media (max-width: 991px) {
  .header .container .right .menu > ul > li .menu-link {
    justify-content: space-between;
  }
}
.header .container .right .menu > ul > li .menu-link a {
  height: 40px;
  display: flex;
  align-items: center;
  color: #000;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header .container .right .menu > ul > li .menu-link a {
    width: 100%;
    color: #000;
    height: 0.8rem;
  }
}
.header .container .right .menu > ul > li .menu-link i {
  width: 0.8rem;
  height: 100%;
  display: none;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .header .container .right .menu > ul > li .menu-link i {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header .container .right .menu > ul > li .menu-link i svg {
  width: 40%;
  height: 40%;
  transition: all 0.4s;
}
.header .container .right .menu > ul > li .menu-link i svg path {
  fill: #333;
  transition: all 0.4s;
  opacity: 1;
}
.header .container .right .menu > ul > li .menu-link i.on svg {
  transform: rotateZ(90deg);
}
.header .container .right .menu > ul > li .menu-link i.on svg path {
  fill: #4e6ef2;
}
.header .container .right .menu > ul > li:hover .menu-link {
  border-top: 2px solid #4f6ff2;
}
.header .container .right .menu > ul > li:hover .menu-link a {
  color: #4f6ff2;
}
.header .container .right .menu > ul > li:hover .pub-smenu {
  display: block;
}
.header .container .right .menu > ul > li .product-smenu {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 1px solid #e8e8e8;
  padding: 0.55rem 0 0.76rem;
  display: none;
}
@media (max-width: 991px) {
  .header .container .right .menu > ul > li .product-smenu {
    position: relative;
    top: initial;
    left: initial;
    border-top: none;
    padding: 0.3rem 0 0;
  }
}
.header .container .right .menu > ul > li .product-smenu .pbox {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .right .menu > ul > li .product-smenu .pbox .mlist {
  width: 66.66666667%;
}
@media (max-width: 767px) {
  .header .container .right .menu > ul > li .product-smenu .pbox .mlist {
    width: 100%;
  }
}
.header .container .right .menu > ul > li .product-smenu .pbox .mlist > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.header .container .right .menu > ul > li .product-smenu .pbox .mlist > ul > li {
  width: 25%;
}
@media (max-width: 767px) {
  .header .container .right .menu > ul > li .product-smenu .pbox .mlist > ul > li {
    width: 50%;
    margin-bottom: 0.3rem;
  }
}
.header .container .right .menu > ul > li .product-smenu .pbox .mlist > ul > li .st1 {
  display: flex;
  margin-bottom: 0.2rem;
}
.header .container .right .menu > ul > li .product-smenu .pbox .mlist > ul > li .st1 a {
  line-height: 1.44444444em;
  color: #000;
  transition: all 0.4s;
}
.header .container .right .menu > ul > li .product-smenu .pbox .mlist > ul > li .st1 a:hover {
  color: #4e6ef2;
}
.header .container .right .menu > ul > li .product-smenu .pbox .mlist > ul > li .sts .sas {
  margin-bottom: 5px;
}
.header .container .right .menu > ul > li .product-smenu .pbox .mlist > ul > li .sts .sas:last-child {
  margin-bottom: 0;
}
.header .container .right .menu > ul > li .product-smenu .pbox .mlist > ul > li .sts .sas a {
  line-height: 1.71428571em;
  color: #666;
  transition: all 0.4s;
}
.header .container .right .menu > ul > li .product-smenu .pbox .mlist > ul > li .sts .sas a:hover {
  color: #4e6ef2;
}
.header .container .right .menu > ul > li .product-smenu .pbox .imglist {
  width: 29.83333333%;
}
@media (max-width: 767px) {
  .header .container .right .menu > ul > li .product-smenu .pbox .imglist {
    display: none;
  }
}
.header .container .right .menu > ul > li .product-smenu .pbox .imglist > ul > li {
  width: 100%;
  display: none;
}
.header .container .right .menu > ul > li .product-smenu .pbox .imglist > ul > li .public-img {
  width: 100%;
}
.header .container .right .menu > ul > li .product-smenu .pbox .imglist > ul > li .public-img::before {
  padding-top: 0%;
}
.header .container .right .menu > ul > li .product-smenu .pbox .imglist > ul > li.on {
  display: block;
}
.header .container .right .menu > ul > li .public-smenu {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 1px solid #e8e8e8;
  display: none;
}
@media (max-width: 991px) {
  .header .container .right .menu > ul > li .public-smenu {
    position: relative;
    top: initial;
    left: initial;
    border-top: none;
  }
}
.header .container .right .menu > ul > li .public-smenu > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.header .container .right .menu > ul > li .public-smenu > ul > li {
  position: relative;
}
@media (max-width: 767px) {
  .header .container .right .menu > ul > li .public-smenu > ul > li {
    width: 100%;
  }
}
.header .container .right .menu > ul > li .public-smenu > ul > li::before {
  content: '';
  width: calc(100% + 0.2rem);
  height: 100%;
  background: url(../images/header-s-menu-bg.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width:991px) {
  .header .container .right .menu > ul > li .public-smenu > ul > li::before{
    display: none;
  }
}
.header .container .right .menu > ul > li .public-smenu > ul > li a {
  padding: 0 0.45rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  color: #666;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .header .container .right .menu > ul > li .public-smenu > ul > li a {
    justify-content: flex-start;
  }
}
.header .container .right .menu > ul > li .public-smenu > ul > li:hover::before {
  opacity: 1;
}
.header .container .right .menu > ul > li .public-smenu > ul > li:hover a {
  color: #4f6ff2;
}
@media (max-width:991px) {
  .header .container .right .menu > ul > li .public-smenu > ul > li:hover a{
    color: #4f6ff2;
  }
}
.header .container .right .tel {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 0.1rem;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 991px) {
  .header .container .right .tel {
    border: 1px solid #e8e8e8;
    display: none;
  }
}
.header .container .right .tel a i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .right .tel a i svg {
  width: 40%;
  height: 40%;
}
.header .container .right .tel a i svg path {
  fill: #fff;
  transition: all 0.4s;
  opacity: 1;
}
@media (max-width: 991px) {
  .header .container .right .tel a i svg path {
    fill: #000;
  }
}
.header .container .right .tel:hover {
  background: #4e6ef2;
  border: 1px solid #4e6ef2;
}
.header .container .right .tel:hover a i svg path {
  fill: #fff;
}
.header .container .right .tel:hover .tel-tc {
  display: block;
}
.header .container .right .tel .tel-tc {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding-top: 0.25rem;
  display: none;
}
@media (max-width: 991px) {
  .header .container .right .tel .tel-tc {
    left: 0;
    transform: translateX(0);
  }
}
.header .container .right .tel .tel-tc .tbox {
  min-width: 2.4rem;
  background: #fff;
  border-radius: 0.1rem;
  text-align: center;
  padding: 0.25rem 0.2rem 0.27rem;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.header .container .right .tel .tel-tc .tbox .num {
  font-family: "font-number";
  color: #4e6ef2;
  line-height: 1.21428571em;
  white-space: nowrap;
}
.header .container .right .tel .tel-tc .tbox .txt {
  color: #666666;
  line-height: 1.5em;
  white-space: nowrap;
}
.header .container .right .message {
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 0.1rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header .container .right .message {
    border: 1px solid #e8e8e8;
    display: none;
  }
}
@media (max-width:767px) {
  .header .container .right .message{
    display: block;
  }
}
.header .container .right .message a {
  padding: 0 0.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header .container .right .message a {
    color: #000;
  }
}
.header .container .right .message a i {
  margin-right: 0.1rem;
  display: flex;
}
.header .container .right .message a i svg {
  width: 16px;
  height: 16px;
}
.header .container .right .message a i svg path {
  fill: #fff;
  transition: all 0.4s;
  opacity: 1;
}
@media (max-width: 991px) {
  .header .container .right .message a i svg path {
    fill: #000;
  }
}
.header .container .right .message:hover {
  background: #4e6ef2;
  border: 1px solid #4e6ef2;
}
.header .container .right .message:hover a i svg path {
  fill: #fff;
}
.header .container .right .shop {
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header .container .right .shop {
    border: 1px solid #e8e8e8;
    display: none;
  }
}
.header .container .right .shop a {
  padding: 0 0.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header .container .right .shop a {
    color: #000;
  }
}
.header .container .right .shop a i {
  margin-right: 0.1rem;
  display: flex;
}
.header .container .right .shop a i svg {
  width: 16px;
  height: 16px;
}
.header .container .right .shop a i svg path {
  fill: #fff;
  transition: all 0.4s;
  opacity: 1;
}
@media (max-width: 991px) {
  .header .container .right .shop a i svg path {
    fill: #000;
  }
}
.header .container .right .shop:hover {
  background: #4e6ef2;
  border: 1px solid #4e6ef2;
}
.header .container .right .shop:hover a i svg path {
  fill: #fff;
}
.header .container .right .language {
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
  margin-left: 0.1rem;
}
@media (max-width: 991px) {
  .header .container .right .language {
    border: 1px solid #e8e8e8;
  }
}
.header .container .right .language a {
  padding: 0 0.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header .container .right .language a {
    color: #000;
  }
}
.header .container .right .language a i {
  margin-right: 0.1rem;
  display: flex;
}
.header .container .right .language a i svg {
  width: 16px;
  height: 16px;
}
.header .container .right .language a i svg path {
  fill: #fff;
  transition: all 0.4s;
  opacity: 1;
}
@media (max-width: 991px) {
  .header .container .right .language a i svg path {
    fill: #000;
  }
}
.header .container .right .language a i.i2 {
  margin-right: 0;
  margin-left: 0.1rem;
}
.header .container .right .language a i.i2 svg {
  width: 12px;
  height: 12px;
  transform: rotateZ(90deg);
}
.header .container .right .language a i.i2 svg path {
  fill: #fff;
  transition: all 0.4s;
  opacity: 1;
}
@media (max-width: 991px) {
  .header .container .right .language a i.i2 svg path {
    fill: #000;
  }
}
.header .container .right .language:hover {
  background: #4e6ef2;
  border: 1px solid #4e6ef2;
}
.header .container .right .language:hover a i svg path {
  fill: #fff;
}
.header.hstyle2 {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.header.hstyle2 .container .logo a svg path {
  fill: #595ca5;
  opacity: 1;
}
.header.hstyle2 .container .logo a svg polygon,
.header.hstyle3 .container .logo a svg polygon{
  fill: #595ca5;
  opacity: 1;
}
.header.hstyle2 .container .close span {
  background: #595ca5;
}
.header.hstyle2 .container .right .menu > ul > li .menu-link a {
  color: #000;
}
.header.hstyle2 .container .right .menu > ul > li:hover .menu-link,.header.hstyle2 .container .right .menu > ul > li.on .menu-link{
  border-top: 2px solid #4f6ff2;
}
.header.hstyle2 .container .right .menu > ul > li:hover .menu-link a ,.header .container .right .menu > ul > li.on .menu-link a{
  color: #4f6ff2;
}
.header.hstyle2 .container .right .tel {
  border: 1px solid #e8e8e8;
}
.header.hstyle2 .container .right .tel a i svg path {
  fill: #999;
  opacity: 1;
}
.header.hstyle2 .container .right .tel:hover {
  background: #4e6ef2;
  border: 1px solid #4e6ef2;
}
.header.hstyle2 .container .right .tel:hover a i svg path {
  fill: #fff;
}
.header.hstyle2 .container .right .message {
  border: 1px solid #e8e8e8;
}
.header.hstyle2 .container .right .message a {
  color: #666;
}
.header.hstyle2 .container .right .message a i svg path {
  fill: #999;
  opacity: 1;
}
.header.hstyle2 .container .right .message:hover {
  background: #4e6ef2;
  border: 1px solid #4e6ef2;
}
.header.hstyle2 .container .right .message:hover a {
  color: #fff;
}
.header.hstyle2 .container .right .message:hover a i svg path {
  fill: #fff;
}
.header.hstyle2 .container .right .shop {
  border: 1px solid #e8e8e8;
}
.header.hstyle2 .container .right .shop a {
  color: #666;
}
.header.hstyle2 .container .right .shop a i svg path {
  fill: #999;
  opacity: 1;
}
.header.hstyle2 .container .right .shop:hover {
  background: #4e6ef2;
  border: 1px solid #4e6ef2;
}
.header.hstyle2 .container .right .shop:hover a {
  color: #fff;
}
.header.hstyle2 .container .right .shop:hover a i svg path {
  fill: #fff;
}
.header.hstyle2 .container .right .language {
  border: 1px solid #e8e8e8;
}
.header.hstyle2 .container .right .language a {
  color: #666;
}
.header.hstyle2 .container .right .language a i svg path {
  fill: #999;
  opacity: 1;
}
.header.hstyle2 .container .right .language:hover {
  background: #4e6ef2;
  border: 1px solid #4e6ef2;
}
.header.hstyle2 .container .right .language:hover a {
  color: #fff;
}
.header.hstyle2 .container .right .language:hover a i svg path {
  fill: #fff;
}
.header.hstyle3 .container .right .language {
  border: 1px solid #e8e8e8;
}
.header.hstyle3 .container .right .language a {
  color: #666;
}
.header.hstyle3 .container .right .language a i svg path {
  fill: #999;
  opacity: 1;
}
.header.hstyle3 .container .right .language:hover {
  background: #4e6ef2;
  border: 1px solid #4e6ef2;
}
.header.hstyle3 .container .right .language:hover a {
  color: #fff;
}
.header.hstyle3 .container .right .language:hover a i svg path {
  fill: #fff;
}
.footer {
  width: 100%;
  background: #202123;
  overflow: hidden;
}
.footer .top {
  padding: 0.74rem 0 0;
}
@media (max-width: 991px) {
  .footer .top {
    padding: 1.2rem 0 0.5rem;
  }
}
.footer .top .container {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .top .container .other {
  width: 41.66666667%;
}
@media (max-width: 991px) {
  .footer .top .container .other {
    width: 100%;
  }
}
.footer .top .container .other .lx {
  width: 100%;
}
.footer .top .container .other .lx .tel {
  color: #fff;
}
.footer .top .container .other .lx .tel p {
  line-height: 1.55555556em;
}
.footer .top .container .other .lx .tel span {
  line-height: 1.27777778em;
  margin-top: 0.15rem;
  font-family: "font-number";
}
.footer .top .container .other .lx .email {
  color: #ccc;
  line-height: 1.71428571em;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.footer .top .container .other .lx .email i {
  margin-right: 0.2rem;
  display: flex;
  width: 14px;
  height: 16px;
}
.footer .top .container .other .lx .email i svg {
  width: 100%;
  height: 100%;
}
.footer .top .container .other .lx .email i svg path {
  fill: #fff;
  opacity: 1;
}
.footer .top .container .other .lx .address {
  color: #ccc;
  line-height: 1.625em;
  margin-top: 8px;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.footer .top .container .other .lx .address i {
  margin-right: 0.2rem;
  display: flex;
  width: 14px;
  height: 16px;
}
.footer .top .container .other .lx .address i svg {
  width: 100%;
  height: 100%;
}
.footer .top .container .other .lx .address i svg path {
  fill: #fff;
  opacity: 1;
}
.footer .top .container .other .lx .social {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.23rem;
}
.footer .top .container .other .lx .social a {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.14rem;
}
.footer .top .container .other .lx .social a:last-child {
  margin-right: 0;
}
.footer .top .container .other .lx .social a svg path {
  fill: #666;
  opacity: 1;
  transition: all 0.4s;
}
.footer .top .container .other .lx .social a:hover svg path {
  fill: #fff;
}
.footer .top .container .other .ewm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 0.58rem;
}
.footer .top .container .other .ewm .item {
  margin-right: 0.3rem;
}
.footer .top .container .other .ewm .item .img {
  width: 1rem;
  height: 1rem;
  padding: 5px;
  background: url(../images/ewm-bg.png) center center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .footer .top .container .other .ewm .item .img {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.footer .top .container .other .ewm .item .img img {
  width: 100%;
  height: 100%;
}
.footer .top .container .other .ewm .item .txt {
  width: 100%;
  text-align: center;
  color: #999;
  line-height: 1.125em;
  margin-top: 0.15rem;
  font-size: 14px;
}
.footer .top .container .other .ewm .item:last-child {
  margin-right: 0;
}
.footer .top .container .menu {
  width: 48.5%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .top .container .menu {
    width: 100%;
    display: none;
  }
}
.footer .top .container .menu .item {
  min-width: 30%;
  margin-bottom: 0.57rem;
  margin-right: 4%;
}
@media (max-width: 1100px) {
  .footer .top .container .menu .item {
    margin-right: 1%;
  }
}
.footer .top .container .menu .item:nth-child(3n) {
  min-width: initial;
  margin-right: 0;
}
.footer .top .container .menu .item .t1 {
  display: flex;
}
.footer .top .container .menu .item .t1 a {
  line-height: 1.625em;
  color: #fff;
}
.footer .top .container .menu .item .ts {
  margin-top: 0.2rem;
}
.footer .top .container .menu .item .ts .ts1 {
  width: 100%;
  display: flex;
  margin-bottom: 0.06rem;
}
.footer .top .container .menu .item .ts .ts1:last-child {
  margin-bottom: 0;
}
.footer .top .container .menu .item .ts .ts1 a {
  line-height: 1.71428571em;
  color: #999;
  transition: all 0.4s;
  padding-left: 6px;
  position: relative;
}
.footer .top .container .menu .item .ts .ts1 a::before {
  content: '';
  width: 2px;
  height: 2px;
  background: #666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer .top .container .menu .item .ts .ts1 a:hover {
  color: #fff;
}
.footer .down {
  width: 100%;
}
.footer .down .container {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.25rem 0;
}
.footer .down .container .copyright {
  width: 69.8125%;
  color: #666;
  line-height: 2.14285714em;
}
@media (max-width: 991px) {
  .footer .down .container .copyright {
    width: 100%;
    text-align: center;
  }
}
.footer .down .container .copyright a {
  color: #666;
}
.footer .down .container .menus {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .down .container .menus {
    width: 100%;
    justify-content: center;
  }
}
.footer .down .container .menus a {
  color: #666;
  line-height: 2.14285714em;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  margin-right: 0.23rem;
  position: relative;
  padding-left: 7px;
}
.footer .down .container .menus a::before {
  content: '';
  width: 2px;
  height: 2px;
  background: #666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer .down .container .menus a:last-child {
  margin-right: 0;
}
.footer .down .container .menus a:hover {
  color: #fff;
}
.fixed-right {
  position: fixed;
  right: 0.3rem;
  bottom: 1rem;
  z-index: 1999;
  width: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .fixed-right {
    display: none;
  }
}
.fixed-right .Online {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.05);
  background: #4e6ef2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  /* padding: 0.12rem 0 0.16rem; */
}
.fixed-right .mob_fc {
	display: none;
}
@media (max-width: 991px) {
  .fixed-right .Online {
    display: none;
  }
  .fixed-right .mob_fc {
    display: block;
  }
  .fixed-right .mob_fc span{
    display: none;
  }
}
.fixed-right .Online .icon {
  width: 100%;
  height: 0.3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-right .Online .icon svg {
  width: 40%;
  height: auto;
}
.fixed-right .Online .icon svg path {
  fill: #fff;
  opacity: 1;
}
.fixed-right .Online span {
  color: #fff;
  line-height: 1.125em;
  padding: 0 0.1rem;
  text-align: center;
}
.fixed-right .gotop {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  margin-top: 0.1rem;
  overflow: hidden;
}
.fixed-right .gotop a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.fixed-right .gotop a svg {
  width: 40%;
  height: auto;
  transform: rotateZ(-90deg);
}
.fixed-right .gotop a svg path {
  fill: #999;
  transition: all 0.4s;
  opacity: 1;
}
.fixed-right .gotop a:hover {
  background: #4e6ef2;
}
.fixed-right .gotop a:hover svg path {
  fill: #fff;
}
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner .swiper-container .swiper-slide .img img {
  width: 100%;
  object-fit: fill;
}
@media (max-width: 991px) {
  .banner .swiper-container .swiper-slide .img img:nth-child(1) {
    display: none;
  }
}
.banner .swiper-container .swiper-slide .img img:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .banner .swiper-container .swiper-slide .img img:nth-child(2) {
    display: block;
  }
  .banner .swiper-container .swiper-slide .img .pub-video{
  	  display: none;
  }
}
.banner .swiper-container .swiper-slide .tbox {
  width: 90%;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: 1.95rem;
}
.banner .swiper-container .swiper-slide .tbox .title {
  text-align: center;
  line-height: 1.2em;
  color: #fff;
  /*font-family: "font-title";*/
}
.banner .swiper-container .swiper-slide .tbox .txt {
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  margin-top: 0.17rem;
}
.banner .swiper-container .swiper-slide .tbox .more {
  margin-top: 0.35rem;
  display: flex;
  justify-content: center;
}
.banner .swiper-container .swiper-pagination {
  width: 85%;
  max-width: 1600px;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  font-style: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1260px) {
  .banner .swiper-container .swiper-pagination {
    width: 90%;
  }
}
.banner .swiper-container .swiper-pagination::before {
  content: '';
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 100%;
  top: 50%;
}
.banner .swiper-container .swiper-pagination::after {
  content: '';
  width: 0;
  height: 1px;
  background: #5bc2e7;
  position: absolute;
  left: -50%;
  top: 50%;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 1;
  background: none;
  position: relative;
  margin: 0;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet i {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 100%;
  top: 50%;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet i::before {
  content: '';
  width: 0;
  height: 1px;
  background: #5bc2e7;
  position: absolute;
  left: 0;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  height: 30px;
  background: url(../images/banner-icon.svg) center center no-repeat;
  border: 2px solid #5bc2e7;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active i::before {
  width: 100%;
  transition: all 4s linear;
}
.banner .swiper-container .swiper-pagination.on::after {
  width: 50%;
  transition: all 4s linear;
}
.index-box1 {
  width: 100%;
  position: relative;
}
.index-box1 .box1 {
  width: 100%;
  padding-top: 1.14rem;
  height: 500vh;
}
@media (max-width: 991px) {
  .index-box1 .box1 {
    height: 600vh;
  }
}
@media (max-width: 767px) {
  .index-box1 .box1 {
    height: 400vh;
    /*padding-bottom: 1.2rem;*/
  }
}
.index-box1 .box1 .top {
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 1.14rem;
  z-index: 9;
}
@media (max-width: 767px) {
  .index-box1 .box1 .top {
    position: relative;
    top: initial;
  }
}
.index-box1 .box1 .top .title {
  color: #000;
  text-align: center;
  line-height: 1.2em;
  /*font-family: "font-title";*/
}
.index-box1 .box1 .top .more {
  display: flex;
  justify-content: center;
  margin-top: 0.52rem;
}
.index-box1 .box1 .down {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
@media (max-width: 767px) {
  .index-box1 .box1 .down {
    height: auto;
    top: -55vh;
  }
}
.index-box1 .box1 .down .sj {
  width: 100%;
  padding-top: 1.2rem;
  display: none;
}
@media (max-width: 767px) {
  .index-box1 .box1 .down .sj {
    display: block;
  }
}
.index-box1 .box1 .down .sj .list {
  position: relative;
}
.index-box1 .box1 .down .sj .list .container {
  height: 100%;
}
.index-box1 .box1 .down .sj .list .container ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.index-box1 .box1 .down .sj .list .container ul li {
  width: 50%;
  text-align: center;
  padding: 0.4rem 0;
}
.index-box1 .box1 .down .sj .list .container ul li .t1 {
  display: flex;
  justify-content: center;
  /*font-family: "font-title";*/
}
.index-box1 .box1 .down .sj .list .container ul li .t1 p {
  color: #999999;
  line-height: 1.66666667em;
  display: flex;
  align-items: stretch;
}
.index-box1 .box1 .down .sj .list .container ul li .t1 p span {
  color: #4e6ef2;
  line-height: 1;
  font-weight: bold;
  margin-right: 0.1rem;
  font-family: "font-number";
}
.index-box1 .box1 .down .sj .list .container ul li .txt {
  color: #000;
  line-height: 1.5em;
  text-align: center;
  margin-top: 0.1rem;
}
.index-box1 .box1 .down .sj .list.on {
  opacity: 1;
}
.index-box1 .box1 .down .sj .list.on .container ul li {
  opacity: 1;
  transform: translateY(0);
}
.index-box1 .box1 .down .zhbox {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  .index-box1 .box1 .down .zhbox {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    padding: 15vh 0 0;
  }
}
.index-box1 .box1 .down .zdh {
  width: 100%;
  height: 100vh;
  transform: scale(0.83730159);
  margin: 0 auto 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .index-box1 .box1 .down .zdh {
    margin: 15vh auto 0;
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .index-box1 .box1 .down .zdh {
    margin: 0 auto;
    position: sticky;
    position: -webkit-sticky;
    height: 50vh;
  }
}
.index-box1 .box1 .down .zdh .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .index-box1 .box1 .down .zdh .img {
    width: 140%;
    height: 140%;
  }
}
.index-box1 .box1 .down .zdh .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-box1 .box1 .down .ld {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-box1 .box1 .down .ld {
    opacity: 1;
    height: 60vh;
    top: 10vh;
    transition: all 0s;
  }
}
.index-box1 .box1 .down .ld .img {
  width: 8.2rem;
  height: 8.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-box1 .box1 .down .ld .img {
    width: 7rem;
    height: 7rem;
    position: absolute;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
  }
}
.index-box1 .box1 .down .ld .img img {
  transform-origin: center center;
}
.index-box1 .box1 .down .ld .img.on img {
  animation: imgsm 2.4s 0.2s forwards infinite linear;
}
.index-box1 .box1 .down .ld .list {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 75%;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .index-box1 .box1 .down .ld .list {
    height: 75%;
  }
}
@media (max-width: 991px) {
  .index-box1 .box1 .down .ld .list {
    height: 60%;
  }
}
@media (max-width: 767px) {
  .index-box1 .box1 .down .ld .list {
    display: none;
  }
}
.index-box1 .box1 .down .ld .list .container {
  height: 100%;
}
.index-box1 .box1 .down .ld .list .container ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.index-box1 .box1 .down .ld .list .container ul li {
  width: 33.33%;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .index-box1 .box1 .down .ld .list .container ul li {
    width: 50%;
  }
}
/*.index-box1 .box1 .down .ld .list .container ul li:nth-child(1) {*/
/*  transition: all 0.4s;*/
/*}*/
/*.index-box1 .box1 .down .ld .list .container ul li:nth-child(2) {*/
/*  transition: all 0.4s 0.3s;*/
/*}*/
/*.index-box1 .box1 .down .ld .list .container ul li:nth-child(3) {*/
/*  transition: all 0.4s 0.6s;*/
/*}*/
/*.index-box1 .box1 .down .ld .list .container ul li:nth-child(4) {*/
/*  transition: all 0.4s 1.5s;*/
/*}*/
/*.index-box1 .box1 .down .ld .list .container ul li:nth-child(5) {*/
/*  transition: all 0.4s 1.2s;*/
/*}*/
/*.index-box1 .box1 .down .ld .list .container ul li:nth-child(6) {*/
/*  transition: all 0.4s 0.9s;*/
/*}*/
.index-box1 .box1 .down .ld .list .container ul li .t1 {
  display: flex;
  justify-content: center;
  /*font-family: "font-title";*/
}
.index-box1 .box1 .down .ld .list .container ul li .t1 p {
  color: #999999;
  line-height: 1.66666667em;
  display: flex;
  align-items: stretch;
}
.index-box1 .box1 .down .ld .list .container ul li .t1 p span {
  color: #4e6ef2;
  line-height: 1;
  font-weight: bold;
  margin-right: 0.1rem;
  font-family: "font-number";
}
.index-box1 .box1 .down .ld .list .container ul li .txt {
  color: #000;
  line-height: 1.5em;
  text-align: center;
  margin-top: 0.1rem;
}
.index-box1 .box1 .down .ld .list.on {
  opacity: 1;
}
.index-box1 .box1 .down .ld .list.on .container ul li {
  opacity: 1;
  transform: translateY(0);
}
.index-box1 .box1 .down .sjx {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .index-box1 .box1 .down .sjx {
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .index-box1 .box1 .down .sjx {
    padding-left: 0;
    position: relative;
    height: auto;
    overflow: visible;
  }
}
.index-box1 .box1 .down .sjx .img {
  width: 100%;
  max-width: 1360px;
  display: flex;
  position: absolute;
  top: 100%;
}
@media (max-width: 767px) {
  .index-box1 .box1 .down .sjx .img {
    position: relative;
    top: initial;
  }
}
.index-box1 .box1 .down .sjx .img img {
  width: 100%;
}
.index-box1 .box1 .down .Pack-up {
  width: 48%;
  height: 100vh;
  position: absolute;
  top: 100vh;
  right: 0;
  z-index: 3;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .index-box1 .box1 .down .Pack-up {
    width: 100%;
    padding-bottom: 3rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .index-box1 .box1 .down .Pack-up {
    /*position: relative;*/
    height: auto;
    top: 115vh;
    padding-bottom: 1rem;
    z-index: 2;
  }
}
.index-box1 .box1 .down .Pack-up .container {
  max-width: 1632px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .index-box1 .box1 .down .Pack-up .container {
    flex-wrap: wrap;
    align-content: flex-end;
  }
}
.index-box1 .box1 .down .Pack-up .container .tbox {
  width: 100%;
}
.index-box1 .box1 .down .Pack-up .container .tbox .title {
  color: #000;
  line-height: 1.2em;
  /*font-family: "font-title";*/
}
.index-box1 .box1 .down .Pack-up .container .tbox .txt {
  color: #666;
  line-height: 1.5em;
  margin-top: 0.28rem;
}
.index-box1 .box1 .down .Pack-up .container .tbox .more {
  margin-top: 0.54rem;
}
.index-box2 {
  width: 100%;
  position: relative;
  padding: 1.2rem 0 0.8rem;
}
@media (max-width: 767px) {
  .index-box2 {
    padding: 1.2rem 0;
    height: auto;
  }
}
.index-box2 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.index-box2 .bg ul {
  height: 100%;
}
.index-box2 .bg ul li {
  width: 100%;
  height: 100%;
}
.index-box2 .bg ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .index-box2 .bg ul li img:nth-child(1) {
    display: none;
  }
}
.index-box2 .bg ul li img:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .index-box2 .bg ul li img:nth-child(2) {
    display: block;
  }
}
.index-box2 .container {
  position: relative;
  z-index: 2;
}
.index-box2 .container .title {
  text-align: center;
  color: #fff;
  line-height: 1.2em;
  /*font-family: "font-title";*/
}
.index-box2 .container .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.97rem;
}
.index-box2 .container .content .left {
  width: 51.5625%;
}
@media (max-width: 991px) {
  .index-box2 .container .content .left {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .index-box2 .container .content .left {
    width: 100%;
  }
}
.index-box2 .container .content .left .img {
  width: 100%;
  padding-left: 0.8rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .index-box2 .container .content .left .img {
    padding-left: 0;
    margin-top: 0.3rem;
  }
}
.index-box2 .container .content .left .img ul li {
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: flex-start;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .index-box2 .container .content .left .img ul li {
    height: 2.7rem;
  }
}
@media (max-width: 767px) {
  .index-box2 .container .content .left .img ul li {
    height: 3.6rem;
  }
}
.index-box2 .container .content .left .img ul li:nth-child(1) {
  position: relative;
}
.index-box2 .container .content .left .img ul li.on {
  opacity: 1;
  z-index: 2;
}
.index-box2 .container .content .left .img ul li img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: scale(0.5);
  position: absolute;
  top: 100%;
  right: 100%;
  transition: all 1.4s;
}
.index-box2 .container .content .left .img ul li img.on {
  transform: scale(1);
  right: 0;
  top: 0;
  animation: box2imgRun 3s 1.5s forwards linear infinite;
}
.index-box2 .container .content .left .menu {
  width: 100%;
  padding-left: 0.54rem;
  margin-top: 0.1rem;
}
@media (max-width: 991px) {
  .index-box2 .container .content .left .menu {
    padding: 0;
  }
}
.index-box2 .container .content .left .menu ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .index-box2 .container .content .left .menu ul {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.2rem 0;
  }
}
.index-box2 .container .content .left .menu ul li {
  width: 1.4rem;
  height: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  margin: 0 0.1rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  padding-top: 0.2rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .index-box2 .container .content .left .menu ul li {
    width: 1.9rem;
    height: 1.9rem;
    align-content: center;
    flex-shrink: 0;
  }
}
.index-box2 .container .content .left .menu ul li .icon {
  width: 100%;
  height: 0.46rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.05rem;
}
.index-box2 .container .content .left .menu ul li .icon img {
  object-fit: contain;
}
.index-box2 .container .content .left .menu ul li .txt {
  width: 100%;
  text-align: center;
  line-height: 1.625em;
  color: #fff;
  margin-top: 0.15rem;
}
.index-box2 .container .content .left .menu ul li.on {
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.2);
}
.index-box2 .container .content .right {
  width: 41.5625%;
  padding-top: 0.45rem;
}
@media (max-width: 1260px) {
  .index-box2 .container .content .right {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .index-box2 .container .content .right {
    width: 55%;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .index-box2 .container .content .right {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.index-box2 .container .content .right ul {
  width: 100%;
  position: relative;
}
.index-box2 .container .content .right ul li {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
}
.index-box2 .container .content .right ul li:nth-child(1) {
  position: relative;
}
.index-box2 .container .content .right ul li.on {
  z-index: 3;
  opacity: 1;
}
.index-box2 .container .content .right ul li.on .t1 {
  opacity: 1;
  transform: translateY(0);
}
.index-box2 .container .content .right ul li.on .t2 {
  opacity: 1;
  transform: translateY(0);
}
.index-box2 .container .content .right ul li.on .ts {
  opacity: 1;
  transform: translateY(0);
}
.index-box2 .container .content .right ul li.on .ck-box {
  opacity: 1;
  transform: translateY(0);
}
.index-box2 .container .content .right ul li .t1 {
  color: #fff;
  line-height: 1.33333333em;
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.8s 0.5s;
  /*font-family: "font-stxt";*/
}
.index-box2 .container .content .right ul li .t2 {
  color: #fff;
  line-height: 1.30434783em;
  margin-top: 0.15rem;
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.8s 0.6s;
}
.index-box2 .container .content .right ul li .ts {
  margin-top: 0.18rem;
  display: flex;
  flex-wrap: wrap;
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.8s 0.7s;
}
.index-box2 .container .content .right ul li .ts .tb {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 0.3rem;
  padding: 0.1rem 0.4rem 0.05rem 0;
}
.index-box2 .container .content .right ul li .ts .tb:last-child {
  border-right: none;
  margin-right: 0;
}
.index-box2 .container .content .right ul li .ts .tb p {
  line-height: 1;
  color: #fff;
  display: block;
  /*font-family: "font-number2";*/
}
.index-box2 .container .content .right ul li .ts .tb span {
  line-height: 1.625em;
  color: #fff;
  display: block;
  margin-top: 4px;
}
.index-box2 .container .content .right ul li .ck-box {
  display: flex;
  margin-top: 0.6rem;
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.8s 0.8s;
}
.index-box2 .container .content .right ul li .ck-box .public-btn {
  margin-right: 0.2rem;
}
@keyframes box2imgRun {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.index-box3 {
  width: 100%;
  padding: 1.8rem 0;
}
@media (max-width: 767px) {
  .index-box3 {
    padding: 1.2rem 0;
  }
}
.index-box3 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-box3 .container .left {
  width: 27.5%;
}
@media (max-width: 991px) {
  .index-box3 .container .left {
    width: 100%;
  }
}
.index-box3 .container .left ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .index-box3 .container .left ul li {
    padding-bottom: 0.3rem;
  }
}
.index-box3 .container .left ul li::before {
  content: '';
  width: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/index-box3-left-bg.png) 25px top no-repeat;
}
.index-box3 .container .left ul li:first-child::before {
  background: url(../images/index-box3-left-bg.png) 25px 25px no-repeat;
}
.index-box3 .container .left ul li:last-child {
  padding-bottom: 0;
}
.index-box3 .container .left ul li:last-child::before {
  height: 25px;
}
.index-box3 .container .left ul li .icons {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.index-box3 .container .left ul li .icons svg {
  width: 10px;
  height: 10px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.index-box3 .container .left ul li .icons svg path {
  fill: #e6e9ef;
  transition: all 0.4s;
  opacity: 1;
}
.index-box3 .container .left ul li .icons::before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #e6e9ef;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  z-index: 2;
}
.index-box3 .container .left ul li .icons::after {
  content: '';
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-box3 .container .left ul li .tbox {
  padding: 8px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .index-box3 .container .left ul li .tbox {
    padding: 0;
  }
}
.index-box3 .container .left ul li .tbox .t1 {
  line-height: 1.11111111em;
  color: #999;
  cursor: pointer;
  /*font-family: "font-title";*/
}
@media (max-width: 767px) {
  .index-box3 .container .left ul li .tbox .t1 {
    min-height: 50px;
    display: flex;
    align-items: center;
  }
}
.index-box3 .container .left ul li .tbox .ts {
  padding-top: 0.22rem;
  display: none;
}
@media (max-width: 767px) {
  .index-box3 .container .left ul li .tbox .ts {
    padding-top: 0;
  }
}
.index-box3 .container .left ul li .tbox .ts .txt {
  color: #666;
  line-height: 1.5em;
}
.index-box3 .container .left ul li .tbox .ts .more {
  margin-top: 0.33rem;
}
.index-box3 .container .left ul li:nth-child(1) .tbox .ts {
  display: block;
}
.index-box3 .container .left ul li.on .icons svg {
  width: 20px;
  height: 20px;
}
.index-box3 .container .left ul li.on .icons svg path {
  fill: #fff;
  opacity: 1;
}
.index-box3 .container .left ul li.on .icons::before {
  width: 100%;
  height: 100%;
  background: #4e6ef2;
  border: 5px solid #4e6ef2;
}
.index-box3 .container .left ul li.on .icons::after {
  background: #4e6ef2;
}
.index-box3 .container .left ul li.on .tbox .t1 {
  color: #4e6ef2;
}
.index-box3 .container .right {
  width: 62.5%;
  position: relative;
}
@media (max-width: 991px) {
  .index-box3 .container .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index-box3 .container .right::before {
  padding-top: 60%;
}
.index-box3 .container .right ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.index-box3 .container .right ul li video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.index-box3 .container .right ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
	.index-box3 .container .right ul li video {
	  display: none;
	}
	.index-box3 .container .right ul li img {
	  display: block;
	}
}
.index-box3 .container .right ul li.on {
  z-index: 3;
  opacity: 1;
}
.index-box4 {
  width: 100%;
  height: calc(100vh - 1rem);
  position: relative;
  padding: 1.13rem 0 0;
}
@media (max-width: 767px) {
  .index-box4 {
    height: auto;
    padding: 1.2rem 0 0;
  }
}
.index-box4 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
/*@media (max-width: 991px) {*/
/*  .index-box4 .bg {*/
/*    height: 55%;*/
/*  }*/
/*}*/
/*@media (max-width: 767px) {*/
/*  .index-box4 .bg {*/
/*    height: 100%;*/
/*  }*/
/*}*/
.index-box4 .bg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.1);
}
.index-box4 .bg ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
.index-box4 .bg ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box4 .bg ul li.on {
  opacity: 1;
  z-index: 2;
}
.index-box4 .container {
  position: relative;
  z-index: 6;
}
.index-box4 .container .title {
  text-align: center;
  color: #fff;
  line-height: 1.2em;
  /*font-family: "font-title";*/
}
.index-box4 .container .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.64rem;
}
.index-box4 .container .content .img-box {
  width: 32.5%;
  position: relative;
}
@media (max-width: 991px) {
  .index-box4 .container .content .img-box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .index-box4 .container .content .img-box {
    width: 100%;
    display: none;
  }
}
.index-box4 .container .content .img-box .img1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: -100%;
  transition: all 1s;
}
.index-box4 .container .content .img-box .img2 {
  width: 93.07692308%;
  position: relative;
}
.index-box4 .container .content .img-box .img2 .imgs {
  width: 100%;
  opacity: 0;
  transition: all 1.2s 2s;
}
.index-box4 .container .content .img-box .img2 .imgsm {
  position: absolute;
  left: 50%;
  top: 38.42975207%;
  width: 32.02479339%;
  transform: rotateZ(0);
  transform-origin: left 33.33333333%;
  animation: imgsm 2.4s forwards infinite linear;
  opacity: 0;
  transition: all 1.2s 0.4s;
  display: none;
}
.index-box4 .container .content .img-box .img2 .imgsm img {
  width: 100%;
}
.index-box4 .container .content .img-box.on .img1 {
  left: 0;
}
.index-box4 .container .content .img-box.on .img2 .imgs {
  /*opacity: 1;*/
}
.index-box4 .container .content .img-box.on .img2 .imgsm {
  /*opacity: 1;*/
}
.index-box4 .container .content .tlist {
  width: 31.25%;
  position: relative;
}
@media (max-width: 991px) {
  .index-box4 .container .content .tlist {
    width: 100%;
    margin-top: 1rem;
  }
}
.index-box4 .container .content .tlist .tbox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.index-box4 .container .content .tlist .tbox:nth-child(1) {
  position: relative;
}
.index-box4 .container .content .tlist .tbox .t1 {
  line-height: 1.27777778em;
  color: #fff;
  transform: translateY(60px);
  transition: all 0.8s 0.1s;
  opacity: 0;
  /*font-family: "font-title";*/
}
/*@media (max-width: 991px) {*/
/*  .index-box4 .container .content .tlist .tbox .t1 {*/
/*    color: #000;*/
/*  }*/
/*}*/
.index-box4 .container .content .tlist .tbox .t2 {
  line-height: 1.66666667em;
  color: #fff;
  margin-top: 0.17rem;
  transform: translateY(60px);
  transition: all 0.8s 0.2s;
  opacity: 0;
}
/*@media (max-width: 991px) {*/
/*  .index-box4 .container .content .tlist .tbox .t2 {*/
/*    color: #666;*/
/*  }*/
/*}*/
.index-box4 .container .content .tlist .tbox .ts {
  width: 100%;
  margin-top: 0.23rem;
  display: flex;
  flex-wrap: wrap;
  transform: translateY(60px);
  transition: all 0.8s 0.3s;
  opacity: 0;
}
.index-box4 .container .content .tlist .tbox .ts .tb {
  margin-right: 0.4rem;
  padding-right: 0.4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
/*@media (max-width: 991px) {*/
/*  .index-box4 .container .content .tlist .tbox .ts .tb {*/
/*    border-right: 1px solid #e8e8e8;*/
/*  }*/
/*}*/
.index-box4 .container .content .tlist .tbox .ts .tb:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.index-box4 .container .content .tlist .tbox .ts .tb .tb1 {
  line-height: 1;
  color: #5bc2e7;
  display: flex;
  align-items: flex-start;
  font-family: "font-number";
}
.index-box4 .container .content .tlist .tbox .ts .tb .tb2 {
  line-height: 1.625em;
  color: #fff;
  margin-top: 4px;
  text-align: center;
}
/*@media (max-width: 991px) {*/
/*  .index-box4 .container .content .tlist .tbox .ts .tb .tb2 {*/
/*    color: #666;*/
/*  }*/
/*}*/
.index-box4 .container .content .tlist .tbox .more {
  margin-top: 0.6rem;
  transform: translateY(60px);
  transition: all 0.8s 0.4s;
  opacity: 0;
}
@media (max-width: 991px) {
  .index-box4 .container .content .tlist .tbox .more {
    margin-top: 0.3rem;
  }
}
.index-box4 .container .content .tlist .tbox.on {
  opacity: 1;
  z-index: 4;
}
.index-box4 .container .content .tlist .tbox.on .t1 {
  transform: translateY(0);
  opacity: 1;
}
.index-box4 .container .content .tlist .tbox.on .t2 {
  transform: translateY(0);
  opacity: 1;
}
.index-box4 .container .content .tlist .tbox.on .ts {
  transform: translateY(0);
  opacity: 1;
}
.index-box4 .container .content .tlist .tbox.on .more {
  transform: translateY(0);
  opacity: 1;
}
.index-box4 .menu {
  width: 100%;
  height: 3.12rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  display: flex;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box4 .menu {
    height: 3.5rem;
    background: none;
  }
}
@media (max-width: 767px) {
  .index-box4 .menu {
    position: relative;
    height: auto;
    padding: 0.5rem 0 0;
  }
}
.index-box4 .menu .boxs {
  width: 100%;
  margin-top: auto;
  display: flex;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/*@media (max-width: 991px) {*/
/*  .index-box4 .menu .boxs {*/
/*    border-top: 1px solid rgba(0, 0, 0, 0.2);*/
/*  }*/
/*}*/
.index-box4 .menu .boxs ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .index-box4 .menu .boxs ul {
    overflow-x: auto;
    justify-content: flex-start;
  }
}
.index-box4 .menu .boxs ul li {
  width: 20%;
  height: 0.8rem;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 0.06rem solid transparent;
  border-bottom: 0.06rem solid transparent;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .index-box4 .menu .boxs ul li {
    justify-content: flex-start;
    padding-left: 0.15rem;
  }
}
/*@media (max-width: 991px) {*/
/*  .index-box4 .menu .boxs ul li {*/
/*    border-right: 1px solid rgba(0, 0, 0, 0.2);*/
/*  }*/
/*}*/
.index-box4 .menu .boxs ul li:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .index-box4 .menu .boxs ul li {
    width: 40%;
    flex-shrink: 0;
  }
}
.index-box4 .menu .boxs ul li .icons {
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.index-box4 .menu .boxs ul li .icons svg {
  width: 100%;
  height: 100%;
}
.index-box4 .menu .boxs ul li .icons svg path {
  fill: #fff;
  opacity: 1;
}
/*@media (max-width: 991px) {*/
/*  .index-box4 .menu .boxs ul li .icons svg path {*/
/*    fill: #000;*/
/*  }*/
/*}*/
.index-box4 .menu .boxs ul li .txt {
  color: #fff;
  line-height: 1.3em;
}
@media (max-width: 991px) {
  .index-box4 .menu .boxs ul li .txt {
    /*color: #000;*/
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .index-box4 .menu .boxs ul li .txt {
    /*color: #000;*/
    font-size: 12px;
  }
}
.index-box4 .menu .boxs ul li:hover,
.index-box4 .menu .boxs ul li.on {
  border-bottom: 0.06rem solid #4e6ef2;
}
.index-box4 .menu .boxs.on::before {
  left: -8.28125%;
}
@media (max-width: 991px) {
  .index-box4 .menu .boxs.on::before {
    left: -9.84375%;
  }
}
.index-box4 .menu .boxs.on::after {
  width: 23.28125%;
  left: -8.28125%;
  transition: all 6s;
}
@media (max-width: 991px) {
  .index-box4 .menu .boxs.on::after {
    left: -9.84375%;
  }
}
.index-box4 .menu .boxs.prev::before {
  left: -8.80208333%;
}
@media (max-width: 991px) {
  .index-box4 .menu .boxs.prev::before {
    left: -9.84375%;
  }
}
@keyframes imgsm {
  form {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.index-box5 {
  width: 100%;
  /* height: 200vh; */
  position: relative;
}
@media (max-width: 991px) {
  .index-box5 {
    background: #f4f8fb;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    padding: 1.2rem 0;
  }
}
.index-box5 .bg {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow: hidden;
  display: none;
}
@media (max-width: 991px) {
  .index-box5 .bg {
    height: auto;
    position: relative;
    width: 90%;
    margin: 0.5rem auto 0;
  }
}
.index-box5 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.83333333) translateY(2.5rem);
  transform-origin: bottom center;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .index-box5 .bg img {
    transform: scale(0.83333333) translateY(3rem);
  }
}
@media (max-width: 991px) {
  .index-box5 .bg img {
    transform: scale(1) translateY(0);
  }
}
.index-box5 .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.83333333) translateY(2.5rem);
  transform-origin: bottom center;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .index-box5 .bg video {
    transform: scale(0.83333333) translateY(3rem);
  }
}
@media (max-width: 991px) {
  .index-box5 .bg video {
    transform: scale(1) translateY(0);
  }
}
.index-box5 .bg .mb2{
	display: none;
}
@media screen and (max-width: 767px) {
	.index-box5 .bg video{
		display: none;
	}
	.index-box5 .bg .mb2{
		display: block;
	}
}
.index-box5 .container {
  /* height: 100vh; */
  /* position: sticky; */
  /* position: -webkit-sticky; */
  /* top: 0; */
  position: relative;
  z-index: 2;
  /* margin-top: -100vh; */
  padding: 1.14rem 0 0;
}
@media (max-width: 991px) {
  .index-box5 .container {
    height: auto;
    padding: 0;
    margin-top: 0;
    position: relative;
  }
}
.index-box5 .container .title {
  color: #000;
  line-height: 1.2em;
  text-align: center;
  transition: all 0.4s;
  /*font-family: "font-title";*/
}
.index-box5 .container .txt {
  width: 100%;
  margin-top: 0.2rem;
  line-height: 1.5em;
  text-align: center;
  color: #666;
  transition: all 0.4s;
}
.index-box5 .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.47rem;
  transition: all 0.4s;
}
.index-box5 .container .img{
  width: 100%;
  margin-top: 0.5rem;
}
.index-box5 .container .img img{
  width: 100%;
}
.index-box5 .container .img video{
  width: 100%;
}
.index-box5 .container.on .title {
  color: #fff;
  opacity: 0;
}
.index-box5 .container.on .txt {
  color: #fff;
  opacity: 0;
}
.index-box5 .container.on .more {
  opacity: 0;
}
.index-box5 .container.on .more .public-btn::after {
  border: 1px solid #fff;
}
.index-box5 .container.on .more .public-btn span {
  color: #fff;
}
.index-box5 .container.on .more .public-btn i svg path {
  fill: #fff;
  opacity: 1;
}
.index-box6 {
  width: 100%;
  padding: 1.13rem 0 1.2rem;
}
.index-box6 .container .title {
  line-height: 1.2em;
  text-align: center;
  color: #000;
  /*font-family: "font-title";*/
}
.index-box6 .container .list {
  width: 100%;
  margin-top: 0.57rem;
}
.index-box6 .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.index-box6 .container .list ul li {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem 0.5rem;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-box6 .container .list ul li {
    width: calc(100% - 0.5rem);
  }
}
.index-box6 .container .list ul li a {
  display: block;
  position: relative;
}
.index-box6 .container .list ul li a .public-img {
  width: 100%;
}
.index-box6 .container .list ul li a .public-img::before {
  padding-top: 52%;
}
.index-box6 .container .list ul li a .label {
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  z-index: 2;
  line-height: 1.85714286em;
  padding: 0 0.12rem;
  border-radius: 5px;
}
.index-box6 .container .list ul li a .tbox {
  width: 100%;
  padding: 0.36rem 0.4rem 0.4rem;
}
@media (max-width: 991px) {
  .index-box6 .container .list ul li a .tbox {
    padding: 0.3rem;
  }
}
.index-box6 .container .list ul li a .tbox .t1 {
  color: #333;
  line-height: 1.25em;
  height: 2.5em;
  transition: all 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-box6 .container .list ul li a .tbox .txt {
  line-height: 1.33333333em;
  height: 2.66666667em;
  color: #999;
  margin-top: 0.12rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-box6 .container .list ul li a .tbox .time {
  width: 100%;
  margin-top: 0.43rem;
  border-top: 1px solid #e8e8e8;
  padding-top: 0.35rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.index-box6 .container .list ul li a .tbox .time i {
  display: flex;
  margin-right: 0.1rem;
}
.index-box6 .container .list ul li a .tbox .time i svg {
  width: 0.16rem;
  height: 0.16rem;
}
@media (max-width: 767px) {
  .index-box6 .container .list ul li a .tbox .time i svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.index-box6 .container .list ul li a .tbox .time i svg path {
  fill: #ccc;
  transition: all 0.4s;
  opacity: 1;
}
.index-box6 .container .list ul li a .tbox .time span {
  color: #999;
  line-height: 1.625em;
  font-family: "font-number";
}
.index-box6 .container .list ul li:hover a .public-img img {
  transform: scale(1.1);
}
.index-box6 .container .list ul li:hover a .tbox .t1 {
  color: #4e6ef2;
}
.index-box6 .container .list ul li:hover a .tbox .time {
  border-top: 1px solid #4e6ef2;
}
.index-box6 .container .list ul li:hover a .tbox .time i svg path {
  fill: #4e6ef2;
}
.index-box6 .container .more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.1rem;
}
.contactbanner {
  position: relative;
  overflow: hidden;
}
.contactbanner .bag {
  position: relative;
  width: 100%;
  height: 6.4rem;
}
@media (max-width: 1580px) {
  .contactbanner .bag {
    height: 7.4rem;
  }
}
.contactbanner .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactbanner .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .contactbanner .bag img {
    display: none;
  }
  .contactbanner .bag img:nth-child(2) {
    display: block;
  }
}
.contactbanner .bag:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/lianxiwomeimg1.png) left top / 100% 100% no-repeat;
}
.contactbanner .cont {
  position: absolute;
  left: 0;
  bottom: 0.46rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contactbanner .cont {
    bottom: 50%;
    transform: translateY(50%);
    text-align: center;
  }
}
.contactbanner .cont .fztit {
  color: #fff;
  /*font-family: "font-title";*/
}
.xy-Breadcrumb {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0.8rem;
  padding: 0.25rem 0;
  z-index: 13;
}
@media (max-width: 991px) {
  .xy-Breadcrumb {
    top: 1rem;
  }
}
@media (max-width: 767px) {
  .xy-Breadcrumb {
    top: 1.2rem;
  }
}
.xy-Breadcrumb .container {
  display: flex;
  align-items: center;
  line-height: 1.625em;
}
.xy-Breadcrumb .container a {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
}
.xy-Breadcrumb .container a:hover {
  color: #fff;
}
.xy-Breadcrumb .container i {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.15rem;
}
.xy-Breadcrumb .container i svg path {
  fill: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.xy-Breadcrumb .container span {
  color: #fff;
}
.product {
  width: 100%;
}
.product .container .menu {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.product .container .menu ul {
  display: flex;
}
.product .container .menu ul li {
  margin-right: 0.8rem;
}
.product .container .menu ul li:last-child {
  margin-right: 0;
}
.product .container .menu ul li a {
  color: #666;
  height: 0.8rem;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  transition: all 0.4s;
}

@media screen and (max-width: 767px) {
	.product .container .menu ul li {
	  margin-right: 0.4rem;
	}
	.product .container .menu ul li a{
		font-size: 0.24rem;
	}
}

.product .container .menu ul li:hover a,
.product .container .menu ul li.on a {
  color: #4e6ef2;
  border-bottom: 2px solid #4e6ef2;
}
.product .container .lists {
  display: none;
}
.product .container .list {
  width: 100%;
  padding: 1rem 0 0.7rem;
}
@media (max-width: 767px) {
  .product .container .list {
    padding: 1.2rem 0 1.2rem;
  }
}
.product .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.product .container .list ul li {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem 0.5rem;
  padding-top: 1rem;
}
@media (max-width: 991px) {
  .product .container .list ul li {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 767px) {
  .product .container .list ul li {
    width: 100%;
    margin: 0 0 1rem;
  }
  .product .container .list ul li:last-child {
    margin: 0;
  }
}
.product .container .list ul li a {
  display: block;
  position: relative;
}
.product .container .list ul li a .wrj {
  position: absolute;
  width: 87.4%;
  left: 50%;
  transform: translateX(-50%);
  top: -1rem;
  z-index: 2;
}
.product .container .list ul li a .wrj img {
  width: 100%;
}
.product .container .list ul li a .public-img {
  width: 100%;
}
.product .container .list ul li a .public-img::before {
  padding-top: 112%;
}
.product .container .list ul li a .tbox {
  width: 100%;
  padding: 0.34rem 0 0.4rem;
  position: absolute;
  bottom: 0.4rem;
  z-index: 2;
}
.product .container .list ul li a .tbox .txt {
  text-align: center;
  line-height: 1.5em;
  color: #fff;
}
.product .container .list ul li a .tbox .title {
  line-height: 1em;
  text-align: center;
  color: #fff;
  transition: all 0.4s;
  margin-top: 0.13rem;
  /*font-family: "font-title";*/
}
.product .container .list ul li a .tbox .mores {
  margin-top: 0.28rem;
  display: flex;
  justify-content: center;
}
.product .container .list ul li a:hover .public-img img {
  transform: scale(1.05);
}
.product .container .list2 {
  width: 100%;
  padding: 0.5rem 0 0.7rem;
}
@media (max-width: 767px) {
  .product .container .list2 {
    padding: 1.2rem 0 1.2rem;
  }
}
.product .container .list2 ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product .container .list2 ul {
    width: 100%;
    margin: 0;
  }
}
.product .container .list2 ul li {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem 0.5rem;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .product .container .list2 ul li {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 767px) {
  .product .container .list2 ul li {
    width: 100%;
    margin: 0 0 0.5rem;
  }
  .product .container .list2 ul li:last-child {
    margin: 0;
  }
}
.product .container .list2 ul li a {
  display: block;
}
.product .container .list2 ul li a .public-img {
  width: 100%;
}
.product .container .list2 ul li a .public-img::before {
  padding-top: 64%;
}
.product .container .list2 ul li a .tbox {
  width: 100%;
  padding: 0.34rem 0 0.4rem;
}
.product .container .list2 ul li a .tbox .title {
  line-height: 1.25em;
  text-align: center;
  color: #000;
  transition: all 0.4s;
  /*font-family: "font-title";*/
}
.product .container .list2 ul li a .tbox .mores {
  margin-top: 0.26rem;
  display: flex;
  justify-content: center;
}
.product .container .list2 ul li a:hover .public-img img {
  transform: scale(1.05);
}
.product-download {
  background: #f5f8fa;
  padding: 1.2rem 0;
}
.product-download .container {
  max-width: 1200px;
}
.product-download .container .upkeep_cont {
  padding: 0.75rem 0.6rem 0.8rem;
  background-color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .product-download .container .upkeep_cont {
    padding: 0.6rem 0.3rem;
  }
}
.product-download .container .upkeep_cont .fztit {
  width: 100%;
  color: #4e6ef2;
  line-height: 1.27777778;
  margin-bottom: 0.35rem;
}
.product-download .container .upkeep_cont .fzdocont{
    width: 100%;
}
.product-download .container .upkeep_cont .fznav {
  display: flex;
  line-height: 0.4rem;
  align-items: flex-start;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .product-download .container .upkeep_cont .fznav {
    line-height: 0.54rem;
  }
}
@media (max-width: 991px) {
  .product-download .container .upkeep_cont .fznav {
    line-height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .product-download .container .upkeep_cont .fznav {
    flex-wrap: wrap;
    line-height: 0.76rem;
  }
}
.product-download .container .upkeep_cont .fznav .name {
  flex: 0 0 auto;
  color: #000000;
  margin-right: 4px;
}
@media (max-width: 1580px) {
}
@media (max-width: 767px) {
  .product-download .container .upkeep_cont .fznav .name {
    width: 100%;
    padding-right: 0;
  }
}
.product-download .container .upkeep_cont .fznav .jut {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-download .container .upkeep_cont .fznav .jut {
    width: 100%;
  }
}
.product-download .container .upkeep_cont .fznav .jut .li {
  background-color: #f5f8fa;
  border-radius: 0.2rem;
  border: solid 1px #e8e8e8;
  margin-right: 0.2rem;
  text-align: center;
  transition: all 0.4s;
  user-select: none;
  cursor: pointer;
  padding: 0 12px;
  margin-bottom: 0.2rem;
  min-width: 1.2rem;
}
@media (max-width: 1580px) {
  .product-download .container .upkeep_cont .fznav .jut .li {
    padding: 0 8px;
    border-radius: 0.27rem;
    min-width: 1.3rem;
  }
}
@media (max-width: 991px) {
  .product-download .container .upkeep_cont .fznav .jut .li {
    border-radius: 0.55rem;
  }
}
@media (max-width: 767px) {
  .product-download .container .upkeep_cont .fznav .jut .li {
    padding: 0 0.3rem;
    min-width: 2rem;
    border-radius: 0.38rem;
  }
}
.product-download .container .upkeep_cont .fznav .jut .li.on {
  background-color: #4e6ef2;
  color: #ffffff;
  border-color: #4e6ef2;
}
.product-download .container .upkeep_cont .fzjut {
  position: relative;
  overflow: hidden;
}
.product-download .container .upkeep_cont .fzjut .fzlist {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.product-download .container .upkeep_cont .fzjut .fzlist .img {
  float: left;
  background-color: #f5f8fa;
  width: 49.7%;
}
@media (max-width: 991px) {
  .product-download .container .upkeep_cont .fzjut .fzlist .img {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.product-download .container .upkeep_cont .fzjut .fzlist .img:before {
  padding-top: 56.14035088%;
}
.product-download .container .upkeep_cont .fzjut .fzlist .fzyou {
  float: left;
  width: 50.3%;
  padding-left: 0.8rem;
  padding-top: 15px;
}
@media (max-width: 1580px) {
  .product-download .container .upkeep_cont .fzjut .fzlist .fzyou {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .product-download .container .upkeep_cont .fzjut .fzlist .fzyou {
    padding-left: 0.4rem;
  }
}
@media (max-width: 991px) {
  .product-download .container .upkeep_cont .fzjut .fzlist .fzyou {
    width: 100%;
    padding-left: 0;
  }
}
.product-download .container .upkeep_cont .fzjut .fzlist .fzyou .li {
  width: 100%;
  padding-bottom: 0.44rem;
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 0.44rem;
}
.product-download .container .upkeep_cont .fzjut .fzlist .fzyou .li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.product-download .container .upkeep_cont .fzjut .fzlist .fzyou .li .tit {
  color: #000000;
  margin-bottom: 0.14rem;
}
.product-download .container .upkeep_cont .fzjut .fzlist .fzyou .li .text {
  color: #666666;
  line-height: 1.66666667;
}
.product-download .container .upkeep_cont .fzjut .on {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.product-download .container .download_cont .fzjut .fzlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-download .container .download_cont .fzjut .fzlist .img {
  float: initial;
}
.product-download .container .download_cont .fzjut .fzlist .fwznwen {
  float: initial;
  width: 50.3%;
  padding-left: 0.8rem;
}
@media (max-width: 991px) {
  .product-download .container .download_cont .fzjut .fzlist .fwznwen {
    padding-left: 0.4rem;
  }
}
@media (max-width: 991px) {
  .product-download .container .download_cont .fzjut .fzlist .fwznwen {
    width: 100%;
    padding-left: 0;
  }
}
.product-download .container .download_cont .fzjut .fzlist .fwznwen .name {
  color: #999999;
  /*font-family: "font-stxt";*/
  margin-bottom: 0.08rem;
  display: block;
}
.product-download .container .download_cont .fzjut .fzlist .fwznwen .tit {
  color: #000000;
  /*font-family: "font-title";*/
  line-height: 1.2;
  margin-bottom: 4px;
}
.product-download .container .download_cont .fztit {
  margin-top: 0.76rem;
  margin-bottom: 0.3rem;
  /*font-family: "font-title";*/
}
.product-download .container .download_cont .fzdocont .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f8fa;
  padding: 16px 0.3rem;
  padding-right: 0.6rem;
}
@media (max-width: 767px) {
  .product-download .container .download_cont .fzdocont .item {
    padding: 14px 0.34rem;
  }
}
.product-download .container .download_cont .fzdocont .item .font {
  display: flex;
  align-items: center;
  padding-right: 0.28rem;
  width: calc(100% - 64px);
}
@media (max-width: 1580px) {
  .product-download .container .download_cont .fzdocont .item .font {
    width: calc(100% - 52px);
  }
}
.product-download .container .download_cont .fzdocont .item .font i {
  display: block;
  overflow: hidden;
  width: 18px;
}
@media (max-width: 1580px) {
  .product-download .container .download_cont .fzdocont .item .font i {
    width: 16px;
  }
}
@media (max-width: 767px) {
  .product-download .container .download_cont .fzdocont .item .font i {
    width: 14px;
  }
}
.product-download .container .download_cont .fzdocont .item .font i svg {
  width: 100%;
  float: left;
}
.product-download .container .download_cont .fzdocont .item .font i svg path {
  opacity: 1;
  fill: #666666;
}
.product-download .container .download_cont .fzdocont .item .font .tit {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 0.2rem;
  width: calc(100% - 18px);
}
@media (max-width: 1580px) {
  .product-download .container .download_cont .fzdocont .item .font .tit {
    width: calc(100% - 16px);
  }
}
@media (max-width: 767px) {
  .product-download .container .download_cont .fzdocont .item .font .tit {
    width: calc(100% - 14px);
  }
}
.product-download .container .download_cont .fzdocont .item .but {
  display: flex;
  align-items: center;
}
.product-download .container .download_cont .fzdocont .item .but .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 16px;
  margin-right: 20px;
}
@media (max-width: 1580px) {
  .product-download .container .download_cont .fzdocont .item .but .li {
    width: 18px;
    height: 12px;
    margin-right: 16px;
  }
}
.product-download .container .download_cont .fzdocont .item .but .li:last-child {
  margin-right: 0;
}
.product-download .container .download_cont .fzdocont .item .but .li svg {
  width: 100%;
  max-height: 100%;
}
.product-download .container .download_cont .fzdocont .item .but .li svg path {
  opacity: 1;
  fill: #4e6ef2;
}
.product-download .container .download_cont .fzdocont .item:nth-child(2) {
  background-color: #ffffff;
}
.product-info {
  width: 100%;
}
.product-info .box1 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.product-info .box1 .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.product-info .box1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .product-info .box1 .img img.pc {
    display: none;
  }
}
.product-info .box1 .img img.mb {
  display: none;
}
@media (max-width: 991px) {
  .product-info .box1 .img img.mb {
    display: block;
  }
}

.product-info .box1 .img video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.product-info .box1 .img .mob-img{
	
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
}
/*@media screen and (max-width: 767px) {*/
/*	.product-info .box1 .img video{*/
/*		display: none;*/
/*	}*/
/*	.product-info .box1 .img .mob-img{*/
/*		display: block;*/
/*	}*/
/*}*/
.product-info .box1 .tbox {
  width: 90%;
  position: absolute;
  top: 2.24rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.product-info .box1 .tbox .txt {
  line-height: 1.33333333em;
  color: #fff;
  text-align: center;
  /*font-family: "font-stxt";*/
}
.product-info .box1 .tbox .title {
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  margin-top: 0.16rem;
  /*font-family: "font-title";*/
}
.product-info .box1 .tbox .mores {
  display: flex;
  justify-content: center;
  margin-top: 0.52rem;
}
.product-info .box1 .tbox .mores .public-btn {
  margin: 0 0.1rem;
}
.product-info .box1 .tbox .mores .public-btn:hover i {
  margin-left: 0.3rem;
}
@media screen and (max-width: 767px) {
	.product-info .box1 .tbox .mores .video{
		display: none;
	}
}
.product-info .box2 {
  width: 100%;
  background: #181818;
  position: relative;
}
.product-info .box2 .container {
  height: 220vh;
}
.product-info .box2 .container .img {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  z-index: 1;
  top: 0;
}
@media (max-width: 991px) {
  .product-info .box2 .container .img {
    height: 75vh;
    transform: translateY(0);
    top: 12.5vh;
  }
}
.product-info .box2 .container .img img {
  max-width: 100%;
  max-height: 100%;
}
.product-info .box2 .container .list {
  max-width: 1200px;
  margin: -30vh auto 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .product-info .box2 .container .list {
    margin: 0 auto;
  }
}
.product-info .box2 .container .list ul {
  width: 100%;
  height: 100vh;
  padding-top: 11vh;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 991px) {
  .product-info .box2 .container .list ul {
    padding-top: 0;
  }
}
.product-info .box2 .container .list ul li {
  width: 25%;
  margin: 0.45rem 0;
}
@media (max-width: 767px) {
  .product-info .box2 .container .list ul li {
    width: 50%;
    margin: 0.2rem 0;
  }
}
.product-info .box2 .container .list ul li .icons {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .product-info .box2 .container .list ul li .icons {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.product-info .box2 .container .list ul li .icons img,
.product-info .box2 .container .list ul li .icons svg {
  width: 80%;
  height: 80%;
}
.product-info .box2 .container .list ul li .icons img path,
.product-info .box2 .container .list ul li .icons svg path {
  fill: #fff;
  opacity: 1;
}
.product-info .box2 .container .list ul li .t1 {
  line-height: 1.33333333em;
  color: #fff;
  text-align: center;
  margin-top: 0.2rem;
  /*font-family: "font-title";*/
}
.product-info .box2 .container .list ul li .t2 {
  line-height: 1.44444444em;
  color: #fff;
  text-align: center;
  margin-top: 0.12rem;
}
.product-info .box3 {
  width: 100%;
  position: relative;
}
.product-info .box3 .bg {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
  z-index: 1;
}
.product-info .box3 .bg .img {
  width: 100%;
  height: 100%;
}
.product-info .box3 .bg .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .product-info .box3 .bg .img img.pc {
    display: none;
  }
}
.product-info .box3 .bg .img img.mb {
  display: none;
}
@media (max-width: 991px) {
  .product-info .box3 .bg .img img.mb {
    display: block;
  }
}
.product-info .box3 .container {
  position: absolute;
  top: 1.1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.product-info .box3 .container .title {
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  /*font-family: "font-title";*/
}
.product-info .box3 .container .title span {
  /*font-family: "font-number2";*/
}
.product-info .box3 .container .txt {
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  margin-top: 0.12rem;
}
.product-info .box4 {
  width: 100%;
  padding: 1.1rem 0 1.2rem;
}
.product-info .box4 .container .top .title {
  text-align: center;
  color: #010101;
  line-height: 1.5em;
  /*font-family: "font-title";*/
}
.product-info .box4 .container .top .txt {
  line-height: 1.5em;
  text-align: center;
  color: #666;
  margin-top: 0.12rem;
}
.product-info .box4 .container .img-box {
  margin: 0.26rem auto 0;
  max-width: 745px;
  position: relative;
}
.product-info .box4 .container .img-box .public-img {
  width: 100%;
}
.product-info .box4 .container .img-box .public-img::before {
  padding-top: 80.53691275%;
}
@media (max-width: 767px) {
  .product-info .box4 .container .img-box .public-img .pc {
    display: none;
  }
}
.product-info .box4 .container .img-box .public-img .mb {
  display: none;
}
@media (max-width: 767px) {
  .product-info .box4 .container .img-box .public-img .mb {
    display: block;
  }
}
.product-info .box4 .container .img-box .dian {
  position: absolute;
  z-index: 3;
}
.product-info .box4 .container .img-box .dian .icons {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  background: #5bc2e7;
  display: none;
}
.product-info .box4 .container .img-box .dian .icons::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #5bc2e7;
  animation: dianRun 2s forwards linear infinite;
  display: none;
}
@media (max-width: 767px) {
  .product-info .box4 .container .img-box .dian .icons::before {
    display: block;
  }
}
.product-info .box4 .container .img-box .dian .lins {
  width: 2.35rem;
  height: 0.71rem;
  position: absolute;
  display: none;
}
@media (max-width: 767px) {
  .product-info .box4 .container .img-box .dian .lins {
    display: none;
  }
}
.product-info .box4 .container .img-box .dian .imgs {
  width: 3.6rem;
  height: 2rem;
  position: absolute;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-info .box4 .container .img-box .dian .imgs {
    display: none;
  }
}
.product-info .box4 .container .img-box .dian .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.product-info .box4 .container .img-box .dian.dian1 {
  left: 49.66442953%;
  top: 54.33333333%;
}
.product-info .box4 .container .img-box .dian.dian1 .lins {
  left: 5px;
  bottom: 5px;
}
.product-info .box4 .container .img-box .dian.dian1 .imgs {
  left: 2.4rem;
  bottom: 0.49rem;
}
@media (max-width: 991px) {
  .product-info .box4 .container .img-box .dian.dian1 .imgs {
    left: 2rem;
  }
}
.product-info .box4 .container .img-box .dian.dian2 {
  left: 38.52348993%;
  top: 77.66666667%;
}
.product-info .box4 .container .img-box .dian.dian2 .lins {
  right: 5px;
  bottom: 5px;
}
.product-info .box4 .container .img-box .dian.dian2 .lins img {
  transform: scaleX(-1);
}
.product-info .box4 .container .img-box .dian.dian2 .imgs {
  top: -0.84rem;
  right: 1.66rem;
}
@media (max-width: 1580px) {
  .product-info .box4 .container .img-box .dian.dian2 .imgs {
    top: -1.84rem;
  }
}
@media (max-width: 991px) {
  .product-info .box4 .container .img-box .dian.dian2 .imgs {
    right: 1rem;
  }
}
.product-info .box4 .container .img-box .dian.dian3 {
  left: 49.66442953%;
  top: 78.33333333%;
}
.product-info .box4 .container .img-box .dian.dian3 .lins {
  left: 5px;
  top: 5px;
}
.product-info .box4 .container .img-box .dian.dian3 .lins img {
  transform: scaleY(-1);
}
.product-info .box4 .container .img-box .dian.dian3 .imgs {
  top: -0.87rem;
  left: 2.4rem;
}
@media (max-width: 1580px) {
  .product-info .box4 .container .img-box .dian.dian3 .imgs {
    top: 0;
  }
}
@media (max-width: 991px) {
  .product-info .box4 .container .img-box .dian.dian3 .imgs {
    left: 2rem;
  }
}
.product-info .box4 .container .img-box .dian:hover .icons::before {
  display: block;
}
.product-info .box4 .container .img-box .dian:hover .imgs img {
  transform: scale(1.05);
}
.product-info .box4 .container .m-list {
  display: none;
}
@media (max-width: 767px) {
  .product-info .box4 .container .m-list {
    width: 100%;
    display: block;
  }
  .product-info .box4 .container .m-list ul li {
    width: 100%;
    margin-top: 0.3rem;
  }
  .product-info .box4 .container .m-list ul li img {
    width: 100%;
  }
}
.product-info .box5 {
  width: 100%;
  position: relative;
}
.product-info .box5 .top {
  width: 100%;
  position: absolute;
  top: 1.1rem;
  left: 0;
  z-index: 2;
}
.product-info .box5 .top .title {
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  /*font-family: "font-title";*/
}
.product-info .box5 .top .txt {
  width: 85%;
  max-width: 1360px;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  margin: 0.12rem auto 0;
}
@media (max-width: 1260px) {
  .product-info .box5 .top .txt {
    width: 90%;
  }
}
.product-info .box5 .list {
  width: 100%;
}
.product-info .box5 .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-info .box5 .list ul li {
  width: 100%;
  height: calc(100vh - 80px);
  overflow: hidden;
}
.product-info .box5 .list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info .box5 .list ul li video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info .box6 {
  width: 100%;
  height: 160vh;
  position: relative;
}
@media (max-width: 991px) {
  .product-info .box6 {
    background: #f4f8fb;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    padding: 1.2rem 0;
  }
}
.product-info .box6 .img-box {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
@media (max-width: 991px) {
  .product-info .box6 .img-box {
    height: auto;
    padding: 0;
    margin-top: 0;
    position: relative;
  }
}
.product-info .box6 .img-box .top {
  width: 100%;
  padding: 1.1rem 0 0.58rem;
  position: absolute;
  top: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .product-info .box6 .img-box .top {
    position: relative;
    top: initial;
    padding: 0;
  }
}
.product-info .box6 .img-box .top .title {
  text-align: center;
  color: #010101;
  line-height: 1.5em;
  transition: all 0.4s;
  /*font-family: "font-title";*/
}
.product-info .box6 .img-box .top .txt {
  width: 85%;
  max-width: 1360px;
  line-height: 1.5em;
  text-align: center;
  color: #666;
  margin: 0.12rem auto 0;
  transition: all 0.4s;
}
@media (max-width: 1260px) {
  .product-info .box6 .img-box .top .txt {
    width: 90%;
  }
}
.product-info .box6 .img-box .top.on .title {
  color: #fff;
}
.product-info .box6 .img-box .top.on .txt {
  color: #fff;
}
.product-info .box6 .img {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-info .box6 .img {
    height: auto;
    position: relative;
    width: 90%;
    margin: 0.5rem auto 0;
  }
  .product-info .box6 .img-box .top.on .title {
    color: #333;
  }
  .product-info .box6 .img-box .top.on .txt {
    color: #333;
  }
}
.product-info .box6 .img video,
.product-info .box6 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.708) translateY(0);
  transform-origin: bottom center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-info .box6 .img video,
  .product-info .box6 .img img {
    transform: scale(1) translateY(0);
  }
}
.product-info .box7 {
  width: 100%;
  padding: 1.1rem 0 1.2rem;
}
.product-info .box7 .container .top {
  width: 100%;
}
.product-info .box7 .container .top .title {
  text-align: center;
  color: #010101;
  line-height: 1.5em;
  /*font-family: "font-title";*/
}
.product-info .box7 .container .top .txt {
  line-height: 1.5em;
  text-align: center;
  color: #666;
  margin-top: 0.12rem;
}
.product-info .box7 .container .img {
  width: 920px;
  max-width: 100%;
  position: relative;
  margin: 0.76rem auto 0;
  z-index: 2;
}
.product-info .box7 .container .img .wrj {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
.product-info .box7 .container .img .pj {
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
  top: 64.83516484%;
  pointer-events: none;
}
.product-info .box7 .container .img .pj .pjs {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all ease-out 0.8s;
}
@media (max-width: 991px) {
  .product-info .box7 .container .img .pj .pjs {
    width: 1.2rem;
  }
}
.product-info .box7 .container .img .pj .pjs.on {
  top: 0;
  opacity: 1;
}
.product-info .box7 .container .img .pj2 {
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 1;
  top: 43.95604396%;
  pointer-events: none;
}
.product-info .box7 .container .img .pj2 .pjs {
  position: absolute;
  top: 100%;
  opacity: 0;
  transition: all ease-out 0.8s;
}
.product-info .box7 .container .img .pj2 .pjs .pc-pj{
    
}
.product-info .box7 .container .img .pj2 .pjs .mb-pj{
    display: none;
}
@media (max-width: 991px) {
  .product-info .box7 .container .img .pj2 .pjs {
    width: 1.2rem;
  }
  .product-info .box7 .container .img .pj2 .pjs .pc-pj{
    display: none;
  }
  .product-info .box7 .container .img .pj2 .pjs .mb-pj{
    display: block;
  }
}
.product-info .box7 .container .img .pj2 .pjs.on {
  top: 0;
  opacity: 1;
}
.product-info .box7 .container .img .pj2 .pj1 {
  left: 29.34782609%;
}
.product-info .box7 .container .img .pj2 .pj2 {
  left: 28.26086957%;
}
.product-info .box7 .container .img .pj2 .pj3 {
  left: 28.26086957%;
}
.product-info .box7 .container .img .pj2 .pj4 {
  left: 28.26086957%;
}
.product-info .box7 .container .img .pj2 .pj4.on {
  top: -0.2rem;
}
.product-info .box7 .container .img .pj2 .pj5 {
  left: 34.7826087%;
}
.product-info .box7 .container .img .pj2 .pj5.on {
  top: 0.3rem;
}
.product-info .box7 .container .img .wrjg {
  width: 100%;
  display: flex;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.product-info .box7 .container .menu {
  max-width: 1200px;
  margin: 1.33rem auto 0;
  border-bottom: 2px solid #e8e8e8;
}
@media (max-width: 767px) {
  .product-info .box7 .container .menu {
    overflow-x: auto;
  }
}
.product-info .box7 .container .menu ul {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .product-info .box7 .container .menu ul {
    width: auto;
    flex-shrink: 0;
  }
}
.product-info .box7 .container .menu ul li {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.22rem;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .product-info .box7 .container .menu ul li {
    width: auto;
    margin-right: 0.3rem;
    justify-content: flex-start;
    flex-shrink: 0;
  }
  .product-info .box7 .container .menu ul li:last-child {
    margin-right: 0;
  }
}
.product-info .box7 .container .menu ul li i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #e8e8e8;
  position: relative;
  margin-right: 0.2rem;
  transition: all 0.4s;
  flex-shrink: 0;
}
.product-info .box7 .container .menu ul li i::before {
  content: '';
  width: 6px;
  height: 3px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: calc(50% - 1px);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.product-info .box7 .container .menu ul li span {
  color: #999;
  line-height: 1.5em;
  transition: all 0.4s;
  /*font-family: "font-title";*/
}
@media (max-width: 991px) {
  .product-info .box7 .container .menu ul li span {
    font-size: 16px;
    font-weight: 400;
  }
}
.product-info .box7 .container .menu ul li:hover,
.product-info .box7 .container .menu ul li.on {
  border-bottom: 4px solid #4e6ef2;
}
.product-info .box7 .container .menu ul li:hover i,
.product-info .box7 .container .menu ul li.on i {
  background: #4e6ef2;
  border: 2px solid #4e6ef2;
}
.product-info .box7 .container .menu ul li:hover span,
.product-info .box7 .container .menu ul li.on span {
  color: #4e6ef2;
}
.product-info .box8 {
  width: 100%;
  padding: 1.1rem 0 1.2rem;
  background: #f5f8fa;
}
.product-info .box8 .container .top {
  width: 100%;
}
.product-info .box8 .container .top .title {
  text-align: center;
  color: #010101;
  line-height: 1.5em;
  /*font-family: "font-title";*/
}
.product-info .box8 .container .top .txt {
  line-height: 1.5em;
  text-align: center;
  color: #666;
  margin-top: 0.12rem;
}
.product-info .box8 .container .list {
  max-width: 1200px;
  margin: 0.6rem auto 0;
  position: relative;
}
@media (max-width: 991px) {
  .product-info .box8 .container .list {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .product-info .box8 .container .list {
    width: 100%;
  }
}
.product-info .box8 .container .list .swiper-container {
  width: 100%;
}
@media (max-width: 767px) {
  .product-info .box8 .container .list .swiper-container {
    padding-bottom: 0.6rem;
  }
}
.product-info .box8 .container .list .swiper-container .swiper-slide {
  padding-bottom: 0.58rem;
  border-radius: 0.1rem;
  background: #fff;
}
.product-info .box8 .container .list .swiper-container .swiper-slide .public-img::before {
  padding-top: 55.17241379%;
}
.product-info .box8 .container .list .swiper-container .swiper-slide .tbox {
  width: 100%;
  margin-top: 4px;
  padding: 0 0.3rem;
}
.product-info .box8 .container .list .swiper-container .swiper-slide .tbox .t1 {
  color: #000;
  line-height: 1.41666667em;
  text-align: center;
  /*font-family: "font-title";*/
}
.product-info .box8 .container .list .swiper-container .swiper-slide .tbox .t2 {
  color: #666;
  text-align: center;
  line-height: 1.44444444em;
  margin-top: 0.18rem;
}
.product-info .box8 .container .list .swiper-container .swiper-pagination {
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .product-info .box8 .container .list .swiper-container .swiper-pagination {
    display: block;
    bottom: 0;
  }
}
.product-info .box8 .container .list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #4e6ef2;
}
.product-info .box8 .container .list .swiper-prev,
.product-info .box8 .container .list .swiper-next {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid #4e6ef2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .product-info .box8 .container .list .swiper-prev,
  .product-info .box8 .container .list .swiper-next {
    display: none;
  }
}
.product-info .box8 .container .list .swiper-prev svg,
.product-info .box8 .container .list .swiper-next svg {
  width: 35%;
  height: 35%;
}
.product-info .box8 .container .list .swiper-prev svg path,
.product-info .box8 .container .list .swiper-next svg path {
  fill: #4e6ef2;
  transition: all 0.4s;
  opacity: 1;
}
.product-info .box8 .container .list .swiper-prev:hover,
.product-info .box8 .container .list .swiper-next:hover {
  background: #4e6ef2;
  border: 2px solid #4e6ef2;
}
.product-info .box8 .container .list .swiper-prev:hover svg path,
.product-info .box8 .container .list .swiper-next:hover svg path {
  fill: #fff;
}
.product-info .box8 .container .list .swiper-prev {
  left: -0.7rem;
}
.product-info .box8 .container .list .swiper-prev svg {
  transform: scaleX(-1);
}
.product-info .box8 .container .list .swiper-next {
  right: -0.7rem;
}
.product-info .box8 .container .more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.product-info .box9 {
  width: 100%;
  padding: 1.1rem 0 1.2rem;
}
.product-info .box9 .container {
  max-width: 1200px;
}
.product-info .box9 .container .title {
  color: #000000;
  text-align: center;
  line-height: 1.5em;
  /*font-family: "font-title";*/
}
.product-info .box9 .container .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.57rem;
}
.product-info .box9 .container .box .public-img {
  width: 58.33333333%;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .product-info .box9 .container .box .public-img {
    width: 100%;
  }
}
.product-info .box9 .container .box .public-img .modelViewer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-info .box9 .container .box .public-img::before {
  padding-top: 74.28571429%;
}
.product-info .box9 .container .box .public-img .icons {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(78, 110, 242, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  display: none;
}
.product-info .box9 .container .box .public-img .icons svg {
  width: 66.66666667%;
  height: 66.66666667%;
}
.product-info .box9 .container .box .public-img .icons svg path {
  fill: #fff;
  opacity: 1;
}
.product-info .box9 .container .box .public-img .imgs{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
}
.product-info .box9 .container .box .public-img .imgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-info .box9 .container .box .tbox {
  width: 33.33333333%;
}
@media (max-width: 767px) {
  .product-info .box9 .container .box .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.product-info .box9 .container .box .tbox ul {
  width: 100%;
}
.product-info .box9 .container .box .tbox ul li {
  width: 100%;
  padding-bottom: 0.16rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #e8e8e8;
}
.product-info .box9 .container .box .tbox ul li:last-child {
  margin-bottom: 0;
}
.product-info .box9 .container .box .tbox ul li .t1 {
  line-height: 1.11111111em;
  color: #000;
  /*font-family: "font-title";*/
}
.product-info .box9 .container .box .tbox ul li .t2 {
  line-height: 1.25em;
  color: #666;
  margin-top: 0.13rem;
}
.product-info .box9 .container .box .tbox .more {
  display: flex;
  margin-top: 0.4rem;
}
.product-info .box9 .container .box .tbox .more .public-btn {
  background: #4e6ef2;
}
.product-info .box9 .container .box .tbox .more .public-btn::before,
.product-info .box9 .container .box .tbox .more .public-btn::after {
  display: none;
}
.product-info .box9 .container .box .tbox .more .public-btn span {
  color: #fff;
}
.product-info .box9 .container .box .tbox .more .public-btn i {
  transition: all 0.4s;
}
.product-info .box9 .container .box .tbox .more .public-btn i path {
  fill: #fff;
  opacity: 1;
}
.product-info .box9 .container .box .tbox .more .public-btn:hover i {
  margin-left: 0.3rem;
}
@media (max-width: 767px) {
  .product-info .box9 .container .box .tbox .more {
    justify-content: center;
  }
}
@keyframes dianRun {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
}
.product-info-box11 {
  width: 100%;
  position: relative;
  padding: 0.95rem 0 1rem;
}
.product-info-box11 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-info-box11 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info-box11 .container {
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
.product-info-box11 .container .title {
  line-height: 1.25em;
  color: #fff;
  text-align: center;
  /*font-family: "font-title";*/
}
.product-info-box11 .container .box {
  width: 100%;
  margin-top: 0.37rem;
}
.product-info-box11 .container .box form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-info-box11 .container .box .item {
  width: 30%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 0.3rem;
  position: relative;
  overflow: hidden;
  padding: 0.1rem 0 0;
}
@media (max-width: 767px) {
  .product-info-box11 .container .box .item {
    width: 100%;
  }
}
.product-info-box11 .container .box .item input {
  width: 100%;
  height: 0.4rem;
  color: #fff;
}
.product-info-box11 .container .box .item input::placeholder {
  color: #fff;
}
@media (max-width: 767px) {
  .product-info-box11 .container .box .item input {
    width: 100%;
    height: 0.8rem;
  }
}
.product-info-box11 .container .box .item span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left top;
  pointer-events: none;
  color: #fff;
  transition: all 0.4s;
}
.product-info-box11 .container .box .item.on span {
  top: 0;
  transform: translateY(0) scale(0.8);
}
.product-info-box11 .container .box .item2 {
  width: 65%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 0.3rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-info-box11 .container .box .item2 {
    width: 100%;
  }
}
.product-info-box11 .container .box .item2 input {
  width: 100%;
  height: 0.48rem;
  color: #fff;
}
.product-info-box11 .container .box .item2 input::placeholder {
  color: #fff;
}
@media (max-width: 767px) {
  .product-info-box11 .container .box .item2 input {
    width: 100%;
    height: 0.8rem;
  }
}
.product-info-box11 .container .box .item2 span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
  transition: all 0.4s;
}
.product-info-box11 .container .more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.1rem;
}
.product-sbanner {
  width: 100%;
  position: relative;
}
.product-sbanner .bg {
  width: 100%;
  height: 100vh;
}
.product-sbanner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .product-sbanner .bg img.pc {
    display: none;
  }
}
.product-sbanner .bg img.mb {
  display: none;
}
@media (max-width: 991px) {
  .product-sbanner .bg img.mb {
    display: block;
  }
}
.product-sbanner .container {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .product-sbanner .container {
    top: 30%;
  }
}
.product-sbanner .container .title {
  line-height: 1.2em;
  color: #fff;
  /*font-family: "font-title";*/
}
@media (max-width: 991px) {
  .product-sbanner .container .title {
    text-align: center;
  }
}
.product-sbanner .container .txt {
  line-height: 1.5em;
  color: #fff;
  margin-top: 0.18rem;
}
@media (max-width: 991px) {
  .product-sbanner .container .txt {
    text-align: center;
  }
}
.product-sbanner .container .more {
  display: flex;
  margin-top: 0.52rem;
}
@media (max-width: 991px) {
  .product-sbanner .container .more {
    justify-content: center;
  }
}
.product-attachment {
  width: 100%;
}
.product-attachment .box1 {
  width: 100%;
  padding: 1.15rem 0 1.2rem;
}
.product-attachment .box1 .container .title {
  color: #010101;
  line-height: 1.25em;
  text-align: center;
  /*font-family: "font-title";*/
}
.product-attachment .box1 .container .txt {
  max-width: 1200px;
  margin: 0.2rem auto 0;
  color: #666;
  line-height: 1.5em;
  text-align: center;
}
.product-attachment .box1 .container .img {
  margin: 0.6rem auto 0;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.product-attachment .box1 .container .img .img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product-attachment .box1 .container .img .img-box .icons {
  position: absolute;
  z-index: 2;
}
.product-attachment .box1 .container .img .img-box .icons img {
  max-width: 100%;
  max-height: 100%;
}
.product-attachment .box1 .container .img .img-box .icon1 {
  width: 0.96rem;
  height: 0.93rem;
  left: 10.125%;
  top: 20.46511628%;
  animation: box2imgRun 3s forwards linear infinite;
}
.product-attachment .box1 .container .img .img-box .icon2 {
  width: 1.06rem;
  height: 1.02rem;
  right: 8.75%;
  top: -1.39534884%;
  animation: box2imgRun 3s 0.1s forwards linear infinite;
}
.product-attachment .box1 .container .img .img-box .icon3 {
  width: 0.96rem;
  height: 0.93rem;
  left: 4.125%;
  bottom: 9.53488372%;
  animation: box2imgRun 3s 0.2s forwards linear infinite;
}
.product-attachment .box1 .container .img .img-box .icon4 {
  width: 1.6rem;
  height: 1.03rem;
  right: 18%;
  bottom: 24.18604651%;
  animation: box2imgRun 3s 0.3s forwards linear infinite;
}
.product-attachment .box2 {
  width: 100%;
  padding: 1.15rem 0 1.2rem;
  background: #f5f8fa;
}
.product-attachment .box2 .container .title {
  color: #010101;
  line-height: 1.25em;
  text-align: center;
  /*font-family: "font-title";*/
}
.product-attachment .box2 .container .list {
  max-width: 1200px;
  margin: 0.56rem auto 0;
}
.product-attachment .box2 .container .list ul li {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.product-attachment .box2 .container .list ul li:last-child {
  margin-bottom: 0;
}
.product-attachment .box2 .container .list ul li .public-img {
  width: 50%;
}
@media (max-width: 767px) {
  .product-attachment .box2 .container .list ul li .public-img {
    width: 100%;
  }
}
.product-attachment .box2 .container .list ul li .public-img::before {
  padding-top: 60%;
}
.product-attachment .box2 .container .list ul li .tbox {
  width: 50%;
  padding: 0 0 0 1rem;
}
@media (max-width: 767px) {
  .product-attachment .box2 .container .list ul li .tbox {
    width: 100%;
    padding: 0.5rem 0 0 0;
  }
}
.product-attachment .box2 .container .list ul li .tbox .t1 {
  color: #4e6ef2;
  line-height: 1.33333333em;
  /*font-family: "font-title";*/
}
.product-attachment .box2 .container .list ul li .tbox .txt {
  color: #666;
  line-height: 1.66666667em;
  margin-top: 0.18rem;
}
.product-attachment .box2 .container .list ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
.product-attachment .box2 .container .list ul li:nth-child(2n) .tbox {
  padding: 0 1rem 0 0;
}
@media (max-width: 767px) {
  .product-attachment .box2 .container .list ul li:nth-child(2n) .tbox {
    padding: 0.5rem 0 0 0;
  }
}
.product-parameter {
  width: 100%;
  padding: 1.15rem 0 1.2rem;
}
.product-parameter .container {
  max-width: 1200px;
}
.product-parameter .container .title {
  color: #010101;
  line-height: 1.25em;
  text-align: center;
  /*font-family: "font-title";*/
}
.product-parameter .container table {
  width: 100%;
}
.product-parameter .container table tr {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .product-parameter .container table tr {
    margin-bottom: 0;
  }
}
.product-parameter .container table tr:last-child {
  margin-bottom: 0;
}
.product-parameter .container table tr.tr {
  border-top: 1px solid #e8e8e8;
  padding-top: 0.52rem;
  margin-top: 0.5rem;
}
.product-parameter .container table tr .t1 {
  width: 25%;
  color: #4e6ef2;
  height: 36px;
}
@media (max-width: 767px) {
  .product-parameter .container table tr .t1 {
    width: 100%;
    height: auto;
    margin-bottom: 0.25rem;
  }
}
.product-parameter .container table tr .t2 {
  width: 25%;
  color: #000;
}
@media (max-width: 767px) {
  .product-parameter .container table tr .t2 {
    width: 34%;
  }
}
.product-parameter .container table tr .t3 {
  width: 50%;
  color: #666;
}
@media (max-width: 767px) {
  .product-parameter .container table tr .t3 {
    width: 66%;
  }
}
.product-load {
  width: 100%;
}
.product-load .box1 {
  width: 100%;
  background: #f5f8fa;
  padding: 1.05rem 0 1.2rem;
}
.product-load .box1 .container {
  max-width: 1200px;
}
.product-load .box1 .container .top .title {
  color: #010101;
  line-height: 1.25em;
  text-align: center;
  /*font-family: "font-title";*/
}
.product-load .box1 .container .top .txt {
  line-height: 1.5em;
  text-align: center;
  color: #666;
  margin-top: 0.2rem;
}
.product-load .box1 .container .list {
  width: 100%;
  margin-top: 0.55rem;
}
.product-load .box1 .container .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-load .box1 .container .list ul li {
  width: 31.66666667%;
  background: #fff url(../images/product-load-box1-bg.png) right top no-repeat;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  padding: 0.6rem 0.3rem 0.33rem 0.4rem;
}
@media (max-width: 991px) {
  .product-load .box1 .container .list ul li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .product-load .box1 .container .list ul li:last-child {
    margin-bottom: 0;
  }
}
.product-load .box1 .container .list ul li .label {
  padding: 0 0.18rem;
  height: 30px;
  background: #4e6ef2;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.1rem 0 0.1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
.product-load .box1 .container .list ul li .ts {
  display: flex;
  align-items: center;
}
.product-load .box1 .container .list ul li .ts .icons {
  width: 0.66rem;
  height: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.33rem;
}
.product-load .box1 .container .list ul li .ts .icons img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-load .box1 .container .list ul li .ts .t1 {
  line-height: 1.41666667em;
  color: #000;
}
.product-load .box1 .container .list ul li .txt {
  line-height: 1.875em;
  color: #666;
  margin-top: 0.32rem;
}
.product-load .box2 {
  width: 100%;
  padding: 1.15rem 0 1.2rem;
}
.product-load .box2 .container {
  max-width: 1200px;
}
.product-load .box2 .container .top .title {
  color: #010101;
  line-height: 1.25em;
  text-align: center;
  /*font-family: "font-title";*/
}
.product-load .box2 .container .top .txt {
  line-height: 1.5em;
  text-align: center;
  color: #666;
  margin-top: 0.2rem;
}
.product-load .box2 .container .list {
  width: 100%;
  position: relative;
  margin-top: 0.55rem;
}
.product-load .box2 .container .list .swiper-container {
  width: 100%;
  height: 5.2rem;
}
@media (max-width: 1580px) {
  .product-load .box2 .container .list .swiper-container {
    height: 6.2rem;
  }
}
@media (max-width: 1200px) {
  .product-load .box2 .container .list .swiper-container {
    height: 5rem;
  }
}
@media (max-width: 991px) {
  .product-load .box2 .container .list .swiper-container {
    height: auto;
  }
}
.product-load .box2 .container .list .swiper-container .swiper-slide {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  transform: scale(0.75);
  transition: all 0.4s;
  padding-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .product-load .box2 .container .list .swiper-container .swiper-slide {
    transform: scale(1);
  }
}
.product-load .box2 .container .list .swiper-container .swiper-slide .public-img {
  width: 100%;
  opacity: 0.5;
  overflow: hidden;
}
.product-load .box2 .container .list .swiper-container .swiper-slide .public-img::before {
  padding-top: 66.66666667%;
}
.product-load .box2 .container .list .swiper-container .swiper-slide .txt {
  width: 100%;
  line-height: 1.33333333em;
  text-align: center;
  color: #666;
  transition: all 0.4s;
  opacity: 0;
  margin-top: 0.26rem;
}
@media (max-width: 991px) {
  .product-load .box2 .container .list .swiper-container .swiper-slide .txt {
    position: relative;
    top: initial;
    margin-top: 0.26rem;
  }
}
.product-load .box2 .container .list .swiper-container .swiper-slide-prev {
  padding-left: 0.5rem;
}
@media (max-width: 991px) {
  .product-load .box2 .container .list .swiper-container .swiper-slide-prev {
    padding: 0;
  }
}
.product-load .box2 .container .list .swiper-container .swiper-slide-next {
  padding-right: 0.5rem;
}
@media (max-width: 991px) {
  .product-load .box2 .container .list .swiper-container .swiper-slide-next {
    padding: 0;
  }
}
.product-load .box2 .container .list .swiper-container .swiper-slide-active,
.product-load .box2 .container .list .swiper-container .swiper-slide-duplicate-active {
  z-index: 3;
  transform: scale(1.5);
  padding-top: 0.4rem;
}
@media (max-width: 1580px) {
  .product-load .box2 .container .list .swiper-container .swiper-slide-active,
  .product-load .box2 .container .list .swiper-container .swiper-slide-duplicate-active {
    transform: scale(1.3);
  }
}
@media (max-width: 991px) {
  .product-load .box2 .container .list .swiper-container .swiper-slide-active,
  .product-load .box2 .container .list .swiper-container .swiper-slide-duplicate-active {
    transform: scale(1);
    padding-top: 0;
  }
}
.product-load .box2 .container .list .swiper-container .swiper-slide-active .public-img,
.product-load .box2 .container .list .swiper-container .swiper-slide-duplicate-active .public-img {
  opacity: 1;
}
.product-load .box2 .container .list .swiper-container .swiper-slide-active .txt,
.product-load .box2 .container .list .swiper-container .swiper-slide-duplicate-active .txt {
  opacity: 1;
}
.product-load .box2 .container .list .swiper-prev,
.product-load .box2 .container .list .swiper-next {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid #4e6ef2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -0.25rem;
  transition: all 0.4s;
  z-index: 3;
}
@media (max-width: 991px) {
  .product-load .box2 .container .list .swiper-prev,
  .product-load .box2 .container .list .swiper-next {
    display: none;
  }
}
.product-load .box2 .container .list .swiper-prev svg,
.product-load .box2 .container .list .swiper-next svg {
  width: 35%;
  height: 35%;
}
.product-load .box2 .container .list .swiper-prev svg path,
.product-load .box2 .container .list .swiper-next svg path {
  fill: #4e6ef2;
  transition: all 0.4s;
  opacity: 1;
}
.product-load .box2 .container .list .swiper-prev:hover,
.product-load .box2 .container .list .swiper-next:hover {
  background: #4e6ef2;
  border: 2px solid #4e6ef2;
}
.product-load .box2 .container .list .swiper-prev:hover svg path,
.product-load .box2 .container .list .swiper-next:hover svg path {
  fill: #fff;
}
.product-load .box2 .container .list .swiper-prev {
  left: 0;
}
.product-load .box2 .container .list .swiper-prev svg {
  transform: scaleX(-1);
}
.product-load .box2 .container .list .swiper-next {
  right: 0;
}
.product-load .box3 {
  width: 100%;
  background: #f5f8fa;
  padding: 1.15rem 0 1.2rem;
}
.product-load .box3 .container {
  max-width: 1200px;
}
.product-load .box3 .container .top .title {
  color: #010101;
  line-height: 1.25em;
  text-align: center;
  /*font-family: "font-title";*/
}
.product-load .box3 .container .top .txt {
  line-height: 1.5em;
  text-align: center;
  color: #666;
  margin-top: 0.2rem;
}
.product-load .box3 .container .box {
  width: 100%;
  position: relative;
  margin-top: 0.55rem;
}
.product-load .box3 .container .box .list {
  max-width: 733px;
  margin: 0 auto;
  position: relative;
}
.product-load .box3 .container .box .list ul li {
  width: 100%;
  position: absolute;
  top: 0;
  transition: all 0.4s;
  z-index: 1;
  opacity: 0;
}
.product-load .box3 .container .box .list ul li:nth-child(1) {
  position: relative;
}
.product-load .box3 .container .box .list ul li .public-img {
  width: 100%;
  transform: translateY(0.2rem);
  opacity: 0;
  transition: all 0.6s 0.2s;
}
.product-load .box3 .container .box .list ul li .public-img::before {
  padding-top: 41.60982265%;
}
.product-load .box3 .container .box .list ul li .tbox {
  width: 100%;
  margin-top: 0.94rem;
  transform: translateY(0.2rem);
  opacity: 0;
  transition: all 0.6s 0.4s;
}
.product-load .box3 .container .box .list ul li .tbox .t1 {
  color: #666;
  line-height: 1.33333333em;
  text-align: center;
  /*font-family: "font-title";*/
}
.product-load .box3 .container .box .list ul li .tbox .t2 {
  color: #000;
  line-height: 1.41666667em;
  text-align: center;
  margin-top: 0.1rem;
}
.product-load .box3 .container .box .list ul li .tbox .more {
  display: flex;
  justify-content: center;
  margin-top: 0.24rem;
}
.product-load .box3 .container .box .list ul li.on {
  opacity: 1;
  z-index: 3;
}
.product-load .box3 .container .box .list ul li.on .public-img {
  opacity: 1;
  transform: translateY(0);
}
.product-load .box3 .container .box .list ul li.on .tbox {
  opacity: 1;
  transform: translateY(0);
}
.product-load .box3 .container .box .menu {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .product-load .box3 .container .box .menu {
    width: 100%;
    position: relative;
    right: initial;
    top: initial;
    transform: translateY(0);
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .product-load .box3 .container .box .menu ul {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.product-load .box3 .container .box .menu ul li {
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  border: 2px solid transparent;
  border-radius: 0.1rem;
  transition: all 0.4s;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product-load .box3 .container .box .menu ul li {
    margin: 0 0.1rem 0;
	width: 2rem;
  }
}
.product-load .box3 .container .box .menu ul li:last-child {
  margin-bottom: 0;
}
.product-load .box3 .container .box .menu ul li .img {
  width: 100%;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-load .box3 .container .box .menu ul li .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-load .box3 .container .box .menu ul li .txt {
  width: 100%;
  color: #666;
  text-align: center;
  line-height: 1.5em;
  margin-top: 0.11rem;
}
@media (max-width: 767px) {
  .product-load .box3 .container .box .menu ul li .txt {
    font-size: 12px;
  }
}
.product-load .box3 .container .box .menu ul li:hover,
.product-load .box3 .container .box .menu ul li.on {
  background: #fff;
  border: 2px solid #4e6ef2;
}
@keyframes SVGline {
  0% {
    stroke-dashoffset: 2136;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes SVGline {
  0% {
    stroke-dashoffset: 2136;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes imgmove {
  100% {
    offset-distance: 100%;
  }
}
.college {
  width: 100%;
}
.college .box1 {
  width: 100%;
  height: 100vh;
}
.college .box1 .swiper-container {
  width: 100%;
  height: 100%;
}
.college .box1 .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.college .box1 .swiper-container .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.college .box1 .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .college .box1 .swiper-container .swiper-slide .img img.pc {
    display: none;
  }
}
.college .box1 .swiper-container .swiper-slide .img img.mb {
  display: none;
}
@media (max-width: 991px) {
  .college .box1 .swiper-container .swiper-slide .img img.mb {
    display: block;
  }
}
.college .box1 .swiper-container .swiper-slide .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.college .box1 .swiper-container .swiper-slide .container .title {
  line-height: 1.2em;
  color: #fff;
  /*font-family: "font-title";*/
}
.college .box1 .swiper-container .swiper-slide .container .txt {
  max-width: 700px;
  line-height: 1.66666667em;
  color: #fff;
  margin-top: 0.25rem;
}
.college .box1 .swiper-container .swiper-slide .container .more {
  margin-top: 0.54rem;
  display: flex;
}
.college .box1 .swiper-container .swiper-slide .container .more .video {
  margin-right: 0.2rem;
}
.college .box1 .swiper-container .swiper-pagination {
  text-align: left;
  width: 1360px;
  max-width: 90%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  bottom: 0.4rem;
}
@media (max-width: 767px) {
  .college .box1 .swiper-container .swiper-pagination {
    text-align: center;
  }
}
.college .box1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  font-size: 0;
  margin: 0 0.2rem 0 0;
  width: 10px;
  height: 10px;
  background: none;
  border: 2px solid #fff;
  opacity: 1;
}
.college .box1 .swiper-container .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.college .box1 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #4e6ef2;
  background: #4e6ef2;
}
.college .box2 {
  width: 100%;
  padding: 1.15rem 0 1.2rem;
  position: relative;
}
.college .box2 .line {
  width: 100%;
  max-width: 1920px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.58rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1580px) {
  .college .box2 .line {
    bottom: 1.3rem;
  }
}
@media (max-width: 991px) {
  .college .box2 .line {
    display: none;
  }
}
.college .box2 .line svg {
  width: 100%;
}
.college .box2 .line svg #line2 {
  stroke-dasharray: 2136;
  stroke-dashoffset: 2136;
}
.college .box2 .line svg #img {
  opacity: 0;
}
.college .box2 .container {
  position: relative;
  z-index: 2;
  max-width: 1600px;
}
.college .box2 .container .title {
  text-align: center;
  line-height: 1.25em;
  color: #000;
  /*font-family: "font-title";*/
}
.college .box2 .container .list {
  width: 100%;
  margin-top: 1.16rem;
}
.college .box2 .container .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1260px) {
  .college .box2 .container .list ul {
    padding: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .college .box2 .container .list ul {
    justify-content: center;
  }
}
.college .box2 .container .list ul li {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0.66rem;
  opacity: 0;
}
@media (max-width: 991px) {
  .college .box2 .container .list ul li {
    width: 33%;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .college .box2 .container .list ul li {
    width: 50%;
  }
}
.college .box2 .container .list ul li:nth-child(1) {
  transition: all 0.4s 0.8s;
}
@media (max-width: 991px) {
  .college .box2 .container .list ul li:nth-child(1) {
    transition: all 0.4s;
  }
}
.college .box2 .container .list ul li:nth-child(2) {
  transition: all 0.4s 1.6s;
}
@media (max-width: 991px) {
  .college .box2 .container .list ul li:nth-child(2) {
    transition: all 0.4s;
  }
}
.college .box2 .container .list ul li:nth-child(3) {
  transition: all 0.4s 2.4s;
}
@media (max-width: 991px) {
  .college .box2 .container .list ul li:nth-child(3) {
    transition: all 0.4s;
  }
}
.college .box2 .container .list ul li:nth-child(4) {
  transition: all 0.4s 3.2s;
}
@media (max-width: 991px) {
  .college .box2 .container .list ul li:nth-child(4) {
    transition: all 0.4s;
  }
}
.college .box2 .container .list ul li:nth-child(5) {
  transition: all 0.4s 4s;
}
@media (max-width: 991px) {
  .college .box2 .container .list ul li:nth-child(5) {
    transition: all 0.4s;
  }
}
.college .box2 .container .list ul li:nth-child(2n) {
  flex-direction: column-reverse;
  padding: 0.66rem 0 0;
}
@media (max-width: 991px) {
  .college .box2 .container .list ul li:nth-child(2n) {
    flex-direction: column;
    padding: 0 0 0.66rem;
  }
}
.college .box2 .container .list ul li:nth-child(2n) .txt {
  margin: 0 0 0.35rem;
}
@media (max-width: 991px) {
  .college .box2 .container .list ul li:nth-child(2n) .txt {
    margin: 0.35rem 0 0;
  }
}
.college .box2 .container .list ul li .icons {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #4e6ef2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.college .box2 .container .list ul li .icons svg {
  width: 40%;
  height: 40%;
}
.college .box2 .container .list ul li .icons svg path {
  fill: #fff;
  opacity: 1;
}
.college .box2 .container .list ul li .txt {
  width: 100%;
  line-height: 1.33333333em;
  color: #000;
  text-align: center;
  margin: 0.35rem 0 0;
  /*font-family: "font-title";*/
}
.college .box2.on .line svg #line2 {
  animation: SVGline 5s linear normal forwards;
}
.college .box2.on .line svg #img {
  opacity: 1;
}
.college .box2.on .container .list ul li {
  opacity: 1;
}
.college .box3 {
  width: 100%;
  background: #f4f8fb;
  padding: 1.15rem 0 0.6rem;
}
.college .box3 .container .title {
  line-height: 1.25em;
  text-align: center;
  color: #000;
  /*font-family: "font-title";*/
}
.college .box3 .container .list {
  width: 100%;
  margin-top: 0.56rem;
}
.college .box3 .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .college .box3 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.college .box3 .container .list ul li {
  width: calc(33.33% - 0.5rem);
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0.25rem 0.6rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .college .box3 .container .list ul li {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 767px) {
  .college .box3 .container .list ul li {
    width: 100%;
    margin: 0 0 0.5rem;
  }
}
.college .box3 .container .list ul li .img {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.college .box3 .container .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.college .box3 .container .list ul li .t1 {
  line-height: 1.44444444em;
  text-align: center;
  color: #000;
  /*font-family: "font-title";*/
  margin-top: 0.25rem;
}
.college .box3 .container .list ul li .t2 {
  color: #4e6ef2;
  text-align: center;
  line-height: 1.25em;
  margin-top: 4px;
}
.college .box3 .container .list ul li .t3 {
  line-height: 1.66666667em;
  color: #666;
  text-align: center;
  margin-top: 0.24rem;
}
.college .box3 .container .list ul li .ts {
  width: 100%;
  height: 100%;
  background: #4e6ef2;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  border-radius: 0.1rem;
  line-height: 1.66666667em;
  color: #fff;
  padding: 0.3rem 0.4rem;
  transition: all 0.4s;
}
.college .box3 .container .list ul li.on {
  border-bottom: none;
}
@media (max-width: 767px) {
  .college .box3 .container .list ul li.on {
    order: -1;
  }
}
.college .box3 .container .list ul li.on .img,
.college .box3 .container .list ul li.on .t1,
.college .box3 .container .list ul li.on .t2,
.college .box3 .container .list ul li.on .t3{
    display: none;
}
.college .box3 .container .list ul li.on .ts {
  top: 0;
  position: relative;
  display: -webkit-box;
  height: 3.6rem;
  overflow-y: auto;
}
.college .box4 {
  width: 100%;
  padding: 1.15rem 0 1.2rem;
}
.college .box4 .container .title {
  color: #000;
  text-align: center;
  line-height: 1.25em;
  /*font-family: "font-title";*/
}
.college .box4 .container .list {
  width: 100%;
  margin-top: 0.55rem;
  position: relative;
}
.college .box4 .container .list .swiper-container {
  padding-bottom: 0.9rem;
}
.college .box4 .container .list .swiper-container .swiper-slide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #4e6ef2;
  overflow: hidden;
}
.college .box4 .container .list .swiper-container .swiper-slide .public-img {
  width: 62.5%;
}
@media (max-width: 991px) {
  .college .box4 .container .list .swiper-container .swiper-slide .public-img {
    width: 100%;
  }
}
.college .box4 .container .list .swiper-container .swiper-slide .public-img::before {
  padding-top: 54%;
}
.college .box4 .container .list .swiper-container .swiper-slide .tbox {
  width: 37.5%;
  padding: 0.53rem 0.8rem;
}
@media (max-width: 991px) {
  .college .box4 .container .list .swiper-container .swiper-slide .tbox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .college .box4 .container .list .swiper-container .swiper-slide .tbox {
    padding: 0.5rem;
  }
}
.college .box4 .container .list .swiper-container .swiper-slide .tbox .t1 {
  line-height: 1.25em;
  color: #fff;
  padding-bottom: 0.17rem;
  border-bottom: 1px dashed rgba(245, 248, 250, 0.3);
  /*font-family: "font-title";*/
}
.college .box4 .container .list .swiper-container .swiper-slide .tbox .t2 {
  line-height: 1.66666667em;
  color: #fff;
  margin-top: 0.33rem;
  height: 240px;
  overflow-y: auto;
  padding-right: 10px;
}
.college .box4 .container .list .swiper-container .swiper-pagination {
  width: calc(100% - 1.4rem);
  height: 2px;
  bottom: 0.23rem;
  top: initial;
  background: #e8e8e8;
}
@media (max-width: 767px) {
  .college .box4 .container .list .swiper-container .swiper-pagination {
    width: calc(100% - 2rem);
    bottom: 0.34rem;
  }
}
.college .box4 .container .list .swiper-container .swiper-pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #4e6ef2;
}
.college .box4 .container .list .ck {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.college .box4 .container .list .ck .swiper-prev,
.college .box4 .container .list .ck .swiper-next {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid #4e6ef2;
  transition: all 0.4s;
  z-index: 3;
}
@media (max-width: 767px) {
  .college .box4 .container .list .ck .swiper-prev,
  .college .box4 .container .list .ck .swiper-next {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.college .box4 .container .list .ck .swiper-prev svg,
.college .box4 .container .list .ck .swiper-next svg {
  width: 35%;
  height: 35%;
}
.college .box4 .container .list .ck .swiper-prev svg path,
.college .box4 .container .list .ck .swiper-next svg path {
  fill: #4e6ef2;
  transition: all 0.4s;
  opacity: 1;
}
.college .box4 .container .list .ck .swiper-prev:hover,
.college .box4 .container .list .ck .swiper-next:hover {
  background: #4e6ef2;
  border: 2px solid #4e6ef2;
}
.college .box4 .container .list .ck .swiper-prev:hover svg path,
.college .box4 .container .list .ck .swiper-next:hover svg path {
  fill: #fff;
}
.college .box4 .container .list .ck .swiper-prev {
  margin-right: 0.1rem;
}
.college .box4 .container .list .ck .swiper-prev svg {
  transform: scaleX(-1);
}
.college .box5 {
  width: 100%;
  background: #f4f8fb;
  padding: 1.15rem 0 0.8rem;
}
.college .box5 .container .title {
  line-height: 1.25em;
  text-align: center;
  color: #000;
  /*font-family: "font-title";*/
}
.college .box5 .container .list {
  width: 100%;
  margin-top: 0.55rem;
}
.college .box5 .container .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .college .box5 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.college .box5 .container .list ul li {
  width: calc(50% - 0.4rem);
  margin: 0 0.2rem 0.4rem;
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .college .box5 .container .list ul li {
    width: 100%;
    margin: 0 0 0.4rem;
  }
}
.college .box5 .container .list ul li:nth-child(1) .boxs .public-img,
.college .box5 .container .list ul li:nth-child(2) .boxs .public-img {
  width: 30%;
}
.college .box5 .container .list ul li .boxs {
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.6rem;
}
@media (max-width: 1580px) {
  .college .box5 .container .list ul li .boxs {
    flex-direction: column-reverse;
    height: auto;
    padding: 0.5rem;
  }
}
@media (max-width: 1580px) {
  .college .box5 .container .list ul li .boxs .tbox {
    width: 100%;
    margin-top: 0.5rem;
    text-align: center;
  }
}
.college .box5 .container .list ul li .boxs .tbox{
    width: 65%;
}
.college .box5 .container .list ul li .boxs .tbox .t1 {
  color: #666;
  line-height: 1.5em;
  /*font-family: "font-title";*/
}
.college .box5 .container .list ul li .boxs .tbox .t2 {
  line-height: 1.33333333em;
  color: #000;
  margin-top: 6px;
  /*font-family: "font-title";*/
}
.college .box5 .container .list ul li .boxs .public-img {
  width: 40%;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.college .box5 .container .list ul li .boxs .public-img::before {
  padding-top: 100%;
}
@media (max-width: 1580px) {
  .college .box5 .container .list ul li .boxs .public-img::before {
    padding-top: 40%;
  }
}
@media (max-width: 1580px) {
  .college .box5 .container .list ul li .boxs .public-img {
    width: 100%;
    position: relative;
    right: initial;
    top: initial;
    transform: translateY(0);
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .college .box5 .container .list ul li .boxs .public-img,
  .college .box5 .container .list ul li:nth-child(1) .boxs .public-img,
  .college .box5 .container .list ul li:nth-child(2) .boxs .public-img{
    width: 100%;
  }
}
.college .box5 .container .list ul li .boxs .public-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.college .box5 .container .list ul li .tbs {
  width: 100%;
  height: 100%;
  background: #4e6ef2;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  padding: 0.5rem 0.6rem;
  transition: all 0.4s;
  padding: 0.3rem 0.6rem;
}
@media (max-width: 767px) {
  .college .box5 .container .list ul li .tbs {
    padding: 0.3rem;
  }
}
.college .box5 .container .list ul li .tbs .txt {
  height: 8.33333333em;
  line-height: 1.66666667em;
  color: #fff;
  overflow-y: auto;
  scrollbar-width: thin;
}
.college .box5 .container .list ul li .tbs .txt::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0;
}
.college .box5 .container .list ul li .tbs .txt::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #4e6ef2;
}
.college .box5 .container .list ul li .tbs .txt::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (max-width: 767px) {
  .college .box5 .container .list ul li .tbs .txt {
    line-height: 1.4;
    font-size: 14px;
  }
}
.college .box5 .container .list ul li .tbs .more {
  display: flex;
  margin-top: 0.48rem;
}
.college .box5 .container .list ul li .tbs .more .public-btn {
  background: #fff;
}
.college .box5 .container .list ul li .tbs .more .public-btn::before {
  background: #fff;
}
.college .box5 .container .list ul li .tbs .more .public-btn span {
  color: #4e6ef2;
}
.college .box5 .container .list ul li .tbs .more .public-btn i {
  transition: all 0.4s;
}
.college .box5 .container .list ul li .tbs .more .public-btn i path {
  fill: #4e6ef2;
  opacity: 1;
}
.college .box5 .container .list ul li .tbs .more .public-btn:hover i {
  margin-left: 0.3rem;
}
.college .box5 .container .list ul li:hover .tbs {
  top: 0;
}
.college .box6 {
  width: 100%;
  padding: 1.15rem 0 1.13rem;
}
.college .box6 .container .title {
  line-height: 1.25em;
  text-align: center;
  color: #000;
  /*font-family: "font-title";*/
}
.college .box6 .container .list {
  width: 100%;
  margin-top: 0.55rem;
}
.college .box6 .container .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.college .box6 .container .list ul li {
  width: 33.33%;
  position: relative;
}
@media (max-width: 991px) {
  .college .box6 .container .list ul li {
    padding: 0 0.25rem;
  }
}
@media (max-width: 767px) {
  .college .box6 .container .list ul li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.college .box6 .container .list ul li:last-child .lins {
  display: none;
}
.college .box6 .container .list ul li .lins {
  width: calc(100% - 0.8rem);
  border-bottom: 1px dashed #4e6ef2;
  position: absolute;
  left: calc(50% + 0.4rem);
  top: 0.3rem;
}
@media (max-width: 767px) {
  .college .box6 .container .list ul li .lins {
    display: none;
  }
}
.college .box6 .container .list ul li .lins::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4e6ef2;
  position: absolute;
  left: 0;
  top: -2px;
}
.college .box6 .container .list ul li .lins::after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4e6ef2;
  position: absolute;
  right: 0;
  top: -2px;
}
.college .box6 .container .list ul li .num {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #4e6ef2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.college .box6 .container .list ul li .num span {
  color: #fff;
}
.college .box6 .container .list ul li .txt {
  text-align: center;
  line-height: 1.33333333em;
  color: #000;
  margin-top: 0.36rem;
}
@media (max-width: 767px) {
  .college .box6 .container .list ul li .txt {
    margin-top: 0.2rem;
  }
}
@media (max-width: 991px) {
  .college .box6 .container .list ul li .txt span br {
    display: none;
  }
}
.college .box6 .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.55rem;
}
.college .box6 .container .tips {
  color: #666;
  line-height: 1.66666667em;
  padding-top: 0.56rem;
  border-top: 1px solid #e8e8e8;
  margin-top: 0.6rem;
}
.college .box7 {
  width: 100%;
  background: #f4f8fb;
  padding: 1.15rem 0 1.2rem;
}
.college .box7 .container {
  max-width: 1200px;
}
.college .box7 .container .title {
  line-height: 1.25em;
  text-align: center;
  color: #000;
  /*font-family: "font-title";*/
}
.college .box7 .container .menu {
  width: 100%;
  margin-top: 0.55rem;
}
.college .box7 .container .menu ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .college .box7 .container .menu ul {
    flex-wrap: wrap;
  }
}
.college .box7 .container .menu ul li {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .college .box7 .container .menu ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
}
.college .box7 .container .menu ul li:last-child {
  margin-right: 0;
}
.college .box7 .container .menu ul li i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #e8e8e8;
  position: relative;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.college .box7 .container .menu ul li i::before {
  content: '';
  width: 8px;
  height: 3px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: calc(50% - 1px);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.college .box7 .container .menu ul li span {
  line-height: 1.33333333em;
  color: #666;
}
.college .box7 .container .menu ul li.on i {
  background: #4e6ef2;
  border: 2px solid #4e6ef2;
}
.college .box7 .container .table {
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.05);
  margin-top: 0.38rem;
  padding: 0.45rem 0.2rem 0.6rem;
}
@media (max-width: 767px) {
  .college .box7 .container .table {
    padding: 0.45rem 0.3rem 0.5rem;
  }
}
.college .box7 .container .table form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.college .box7 .container .table form .item {
  width: calc(50% - 0.8rem);
  margin: 0 0.4rem 0.45rem;
  position: relative;
  overflow: hidden;
  padding: 0.1rem 0 0;
}
@media (max-width: 767px) {
  .college .box7 .container .table form .item {
    width: 100%;
    margin: 0 0 0.45rem;
  }
}
.college .box7 .container .table form .item span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.4s;
  transform-origin: left top;
  pointer-events: none;
  color: #666;
}
.college .box7 .container .table form .item input {
  width: 100%;
  height: 0.5rem;
  border-bottom: 1px solid #e8e8e8;
  color: #666;
}
@media (max-width: 767px) {
  .college .box7 .container .table form .item input {
    width: 100%;
    height: 0.8rem;
  }
}
.college .box7 .container .table form .item select {
  width: 100%;
  height: 0.55rem;
  border-bottom: 1px solid #e8e8e8;
  color: #666;
  background: url(../images/icon-arrow-down.svg) right center no-repeat;
  background-size: 11px;
}
.college .box7 .container .table form .item.on span {
  top: 0;
  transform: translateY(0) scale(0.8);
}
.college .box7 .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.15rem;
}
.college .box8 {
  width: 100%;
  padding: 1.15rem 0 1.2rem;
}
.college .box8 .title {
  line-height: 1.25em;
  text-align: center;
  color: #000;
  /*font-family: "font-title";*/
}
.college .box8 .list {
  width: 100%;
  margin-top: 0.76rem;
  overflow: hidden;
}
.college .box8 .list ul {
  display: flex;
}
.college .box8 .list ul li {
  display: flex;
  align-items: center;
}
.college .box8 .list .item {
  margin-left: 0.4rem;
}
.college .box8 .list .item.item1 {
  width: 5.5rem;
}
.college .box8 .list .item.item1 .img1 {
  margin-bottom: 0.4rem;
  margin-left: auto;
}
.college .box8 .list .item.item2 {
  width: 6.6rem;
}
.college .box8 .list .item.item3 {
  width: 5.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.college .box8 .list .item.item3 .img1 {
  margin-top: 0.4rem;
}
.college .box8 .list .item .public-img:hover img {
  transform: scale(1.05);
}
.college .box8 .list .item .img {
  width: 100%;
}
.college .box8 .list .item .img::before {
  padding-top: 93.93939394%;
}
.college .box8 .list .item .img1 {
  width: 81.81818182%;
}
.college .box8 .list .item .img1::before {
  padding-top: 53.33333333%;
}
.college .box8 .list .item .ibox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.college .box8 .list .item .ibox .img2 {
  width: 2rem;
}
.college .box8 .list .item .ibox .img2::before {
  padding-top: 140%;
}
.college .box8 .list .item .ibox .ibs {
  width: 3.1rem;
}
.college .box8 .list .item .ibox .ibs .img3 {
  width: 87.09677419%;
}
.college .box8 .list .item .ibox .ibs .img3::before {
  padding-top: 74.07407407%;
}
.college .box8 .list .item .ibox .ibs .img4 {
  width: 100%;
  margin-top: 0.4rem;
}
.college .box8 .list .item .ibox .ibs .img4::before {
  padding-top: 70.96774194%;
}
.tanchuang {
  width: 100%;
  padding: 1rem 0.5rem;
}
.tanchuang ul {
  display: flex;
}
.tanchuang ul li {
  margin-right: 0.3rem;
}
.load-login {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.load-login .box {
  width: 600px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.load-login .box .top {
  width: 100%;
  height: 0.9rem;
  background: #4f6ff2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.load-login .box .top span {
  color: #fff;
  text-align: center;
}
.load-login .box .top .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.load-login .box .top .close svg {
  width: 100%;
  height: 100%;
}
.load-login .box .tbox {
  width: 100%;
  background: #fff;
  padding: 0.58rem 1rem 0.6rem;
}
@media (max-width: 767px) {
  .load-login .box .tbox {
    padding: 0.6rem 5%;
  }
}
.load-login .box .tbox .tips {
  color: #666;
  text-align: center;
  line-height: 1.55555556em;
}
.load-login .box .tbox .txt {
  width: 100%;
  position: relative;
}
.load-login .box .tbox .txt.password {
  margin: 0.3rem 0 0.35rem;
}
.load-login .box .tbox .txt .ts {
  width: 100%;
  height: 0.54rem;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 767px) {
  .load-login .box .tbox .txt .ts {
    height: 0.8rem;
  }
}
.load-login .box .tbox .txt .ts::placeholder {
  color: #666;
}
.load-login .box .tbox .txt .yzm {
  width: 170px;
  height: calc(100% - 1px);
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.load-login .box .tbox .txt .yzm::before {
  content: '';
  width: 1px;
  height: 20px;
  background: #e8e8e8;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.load-login .box .tbox .txt .yzm .btn {
  color: #181818;
  transition: all 0.4s;
}
.load-login .box .tbox .txt .yzm:hover .btn {
  color: #4e6ef2;
}
.load-login .box .tbox .logins {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}
.load-argument {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.load-argument .box {
  width: 600px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.load-argument .box .top {
  width: 100%;
  height: 0.9rem;
  background: #4f6ff2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.load-argument .box .top span {
  color: #fff;
  text-align: center;
}
.load-argument .box .top .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.load-argument .box .top .close svg {
  width: 100%;
  height: 100%;
}
.load-argument .box .tbox {
  width: 100%;
  background: #fff;
  padding: 0.45rem 1rem 0.6rem;
}
@media (max-width: 767px) {
  .load-argument .box .tbox {
    padding: 0.6rem 5%;
  }
}
.load-argument .box .tbox .tips {
  color: #666;
  text-align: center;
  line-height: 1.55555556em;
}
.load-argument .box .tbox .txt {
  width: 100%;
  position: relative;
  margin-bottom: 0.35rem;
  overflow: hidden;
  padding-top: 0.1rem;
}
.load-argument .box .tbox .txt .ts {
  width: 100%;
  height: 0.5rem;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 767px) {
  .load-argument .box .tbox .txt .ts {
    height: 0.8rem;
  }
}
.load-argument .box .tbox .txt .ts::placeholder {
  color: #666;
}
.load-argument .box .tbox .txt span {
  color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left top;
  pointer-events: none;
  transition: all 0.4s;
}
.load-argument .box .tbox .txt.on span {
  top: 0;
  transform: translateY(0) scale(0.8);
}
.load-argument .box .tbox .logins {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}
.baoxian {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.baoxian .box {
  width: 600px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.baoxian .box .top {
  width: 100%;
  height: 0.9rem;
  background: #4f6ff2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.baoxian .box .top span {
  color: #fff;
  text-align: center;
}
.baoxian .box .top .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.baoxian .box .top .close svg {
  width: 100%;
  height: 100%;
}
.baoxian .box .tbox {
  width: 100%;
  background: #fff;
  padding: 0.48rem 1rem 0.5rem;
}
@media (max-width: 767px) {
  .baoxian .box .tbox {
    padding: 0.5rem 5%;
  }
}
.baoxian .box .tbox .tips {
  color: #666;
  text-align: center;
  line-height: 1.55555556em;
}
.baoxian .box .tbox .txt {
  width: 100%;
  position: relative;
  border: 1px solid #e8e8e8;
  margin-top: 0.35rem;
}
.baoxian .box .tbox .txt .ts {
  width: 100%;
  height: 0.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .baoxian .box .tbox .txt .ts {
    height: 0.8rem;
  }
}
.baoxian .box .tbox .logins {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}
.ask-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.ask-pop .box {
  width: 1200px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.ask-pop .box::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .ask-pop .box {
    padding: 0 0 0.5rem;
  }
}
.ask-pop .box .top {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #4e6ef2;
  border-radius: 0.1rem;
  padding: 0.4rem 0.5rem 0.28rem;
}
@media (max-width: 767px) {
  .ask-pop .box .top {
    padding: 0.4rem 0.5rem;
  }
}
.ask-pop .box .top .left {
  width: 43.36363636%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .ask-pop .box .top .left {
    width: 100%;
    border-right: none;
  }
}
.ask-pop .box .top .left .logo {
  height: 54px;
  display: flex;
}
.ask-pop .box .top .left .logo svg {
  width: auto;
  height: 100%;
  flex-shrink: 0;
}
.ask-pop .box .top .left .logo svg path {
  opacity: 1;
}
.ask-pop .box .top .left .txt {
  line-height: 1;
  color: #fff;
  margin-top: 0.2rem;
}
.ask-pop .box .top .right {
  width: 45.45454545%;
}
@media (max-width: 991px) {
  .ask-pop .box .top .right {
    width: 100%;
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .ask-pop .box .top .right {
    display: none;
  }
}
.ask-pop .box .top .right .txt {
  line-height: 1;
  color: #fff;
}
.ask-pop .box .top .right .ts {
  width: 100%;
  margin-top: 0.16rem;
}
.ask-pop .box .top .right .ts ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ask-pop .box .top .right .ts ul li {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}
.ask-pop .box .top .right .ts ul li span {
  width: 20px;
  height: 20px;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.ask-pop .box .top .right .ts ul li span svg {
  width: 100%;
  height: 100%;
}
.ask-pop .box .top .right .ts ul li span svg path {
  opacity: 1;
  fill: rgba(255, 255, 255, 0.44);
}
.ask-pop .box .top .right .ts ul li p {
  line-height: 1.625em;
  color: #fff;
}
.ask-pop .box .top .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0.3rem;
  right: 0.3rem;
  cursor: pointer;
}
.ask-pop .box .top .close svg {
  width: 100%;
  height: 100%;
}
.ask-pop .box .tbox {
  width: 100%;
  padding: 0.4rem 0.5rem 0.15rem;
}
.ask-pop .box .tbox .t1 {
  color: #000;
  line-height: 1;
  /*font-family: "font-title";*/
}
.ask-pop .box .tbox .t2 {
  line-height: 1.55555556em;
  color: #666;
  margin-top: 0.12rem;
}
.ask-pop .box .tbox .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.22rem;
}
.ask-pop .box .tbox .form .item {
  width: 30%;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0.25rem;
  position: relative;
  overflow: hidden;
  padding-top: 0.1rem;
}
.ask-pop .box .tbox .form .item input {
  width: 100%;
  height: 0.48rem;
  color: #333;
}
.ask-pop .box .tbox .form .item span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left top;
  pointer-events: none;
  color: #666;
  transition: all 0.4s;
}
.ask-pop .box .tbox .form .item.on span {
  top: 0;
  transform: translateY(0) scale(0.8);
}
.ask-pop .box .tbox .form .item2 {
  width: 64.54545455%;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0.25rem;
  position: relative;
  overflow: hidden;
}
.ask-pop .box .tbox .form .item2 input {
  width: 100%;
  height: 0.48rem;
  color: #333;
}
@media (max-width: 767px) {
  .ask-pop .box .tbox .form .item2 input {
    width: 100%;
    height: 0.8rem;
  }
}
.ask-pop .box .tbox .form .item2 span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
  transition: all 0.4s;
}
@media (max-width: 767px) {
    .ask-pop .box .tbox .form .item,
    .ask-pop .box .tbox .form .item2{
        width: 100%;
    }
  .ask-pop .box .tbox .form .item input {
    width: 100%;
    height: 0.8rem;
  }
}

.ask-pop .box .more {
  display: flex;
  justify-content: center;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .ask-pop .box .more {
    padding-bottom: 0;
  }
}
.ask-pop .box .tuijian {
  width: 100%;
  padding: 0.4rem 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .ask-pop .box .tuijian {
    display: none;
  }
}
.ask-pop .box .tuijian .t1 {
  color: #000;
  line-height: 1;
  /*font-family: "font-title";*/
}
.ask-pop .box .tuijian .list {
  width: 100%;
  margin-top: 0.27rem;
}
.ask-pop .box .tuijian .list ul {
  display: flex;
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
}
.ask-pop .box .tuijian .list ul li {
  /*width: 15.45454545%;*/
  width: 1.4rem;
  position: relative;
  border-radius: 5px;
  /*border: 1px solid #e8e8e8;*/
  overflow: hidden;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .ask-pop .box .tuijian .list ul li {
    /*width: 31%;*/
    /*margin-bottom: 0.3rem;*/
  }
}
.ask-pop .box .tuijian .list ul li::before {
  content: '';
  width: 100%;
  display: block;
  height: 1.4rem;
  /*padding-top: 41.17647059%;*/
}
.ask-pop .box .tuijian .list ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.submit-success {
  width: 100%;
  padding: 0.73rem 5% 1.2rem;
}
.submit-success .img {
  width: 260px;
  margin: 0 auto;
}
.submit-success .t1 {
  line-height: 1.27777778em;
  text-align: center;
  color: #000;
  /*font-family: "font-title";*/
}
.submit-success .t2 {
  color: #666;
  text-align: center;
  line-height: 1.33333333em;
  margin-top: 0.2rem;
}
.submit-success .more {
  margin-top: 0.37rem;
  display: flex;
  justify-content: center;
}
.submit-success .more a span {
  display: flex;
}
.submit-success .more a span i {
  font-style: initial;
}

.pub-video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.pub-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

