body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-family: 'Catamaran', sans-serif;
}
#app {
  width: 100%;
  position: relative;
}
.pc{
  display: flex;
}
.wap,
.navBtn,
.mNav{
  display: none;
}
.min-width-1136 {
  width: 1136px;
  margin: 0 auto;
}
.min-width-1200 {
  width: 1200px;
  margin: 0 auto;
}
.top-bar {
  width: 100%;
  height: 70px;
  transition: all 1s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-bar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
  animation: 500ms ease-in-out 0s normal fadeInDown;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top-bar .min-width-1200 {
  display: flex;
  height: 100%;
  align-items: center;
}
.top-bar .logo {
  width: 127px;
  height: 30px;
  background-position: top center;
  background-size: 127px 30px;
  background-image: url(../img/logo@2x.png);
  font-size: 0;
  margin-right: 119px;
}
.top-bar .nav-box {
  display: flex;
}
.top-bar .nav-box .nav-item {
  margin-right: 60px;
  font-size: 14px;
  line-height: 44px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #131523;
  -webkit-background-clip: text;
  position: relative;
  cursor: pointer;
}
.top-bar .nav-box .nav-item .nav-item-child-box {
  position: absolute;
  top: 30px;
  padding-top: 30px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.top-bar .nav-box .nav-item .nav-item-child-box .nav-item-child {
  width: 118px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(3, 10, 26, 0.06);
  border: 1px solid #f5f7fa;
  padding: 6px 1px;
  box-sizing: border-box;
}
.top-bar .nav-box .nav-item .nav-item-child-box .nav-item-child .nav-item-child-item {
  box-sizing: border-box;
  width: 116px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  padding-left: 24px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #131523;
}
.top-bar .nav-box .nav-item .nav-item-child-box .nav-item-child .nav-item-child-item:hover {
  background: #f5f7fa;
}
.top-bar .nav-box .nav-item:hover .nav-item-child-box {
  display: block;
}
.top-bar .nav-box .nav-item.show-icon::after {
  content: "";
  display: inline-block;
  vertical-align: inherit;
  width: 8px;
  height: 4.6px;
  background-position: center center;
  background-size: 8px 4.6px;
  background-image: url(../img/icon-down.png);
  margin-left: 8px;
}
.top-bar .nav-box .nav-item.active,
.top-bar .nav-box .nav-item:hover {
  color: #1a66ff;
}
.top-bar .nav-box .nav-item.active::before,
.top-bar .nav-box .nav-item:hover::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1a66ff;
}
.top-bar .nav-box .nav-item.active::after,
.top-bar .nav-box .nav-item:hover::after {
  background-image: url(../img/icon-up.png);
}
.banner-box {
  position: relative;
  height: 534px;
  width: 100%;
  overflow: hidden;
  background-image: url(../img/banner@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-box .banner-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 534px;
  background-position: top center;
  background-size: 100% 534px;
  opacity: 0;
  transition: 1s ease-out opacity;
  overflow: hidden;
}
.banner-box .banner-item-img.active {
  opacity: 1;
}
.banner-box .banner-item-img img {
  width: 100%;
  height: 534px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner-box .banner-item-hover-box {
  height: 534px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner-box .banner-item-hover-box .banner-item-01 {
  height: 66px;
  font-size: 50px;
  font-family: HYYakuHei-95W, HYYakuHei;
  font-weight: normal;
  line-height: 66px;
  background: linear-gradient(121deg, #1a66ff 0%, #0131f7 40%, #d404ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 118px 0 12px;
}
.banner-box .banner-item-hover-box .banner-item-02,
.banner-box .banner-item-hover-box .banner-item-03 {
  font-size: 24px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0131f7;
  line-height: 30px;
  word-spacing: 1px;
}
.banner-box .banner-item-hover-box .banner-item-03 {
  color: rgba(19, 21, 35, 0.48);
  font-size: 13px;
  word-spacing: 0.8px;
}
.banner-box .banner-item-hover-box .banner-item-04 li {
  height: 32px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #202124;
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  line-height: 32px;
  margin-top: 18px;
}
.banner-box .banner-item-hover-box .banner-item-04 li span {
  color: #1a66ff;
}
.banner-box .banner-item-hover-box .banner-item-04 li::before {
  content: "";
  vertical-align: sub;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-size: 16px 16px;
  background-image: url(../img/banner-icon@2x.png);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.banner-box .banner-item-hover-box .banner-item-05 {
  display: flex;
}
.banner-box .banner-item-hover-box .banner-item-05 li {
  margin-right: 16px;
  width: 178px;
  height: 48px;
  line-height: 48px;
  background: rgba(26, 102, 255, 0.04);
  border-radius: 100px 100px 100px 100px;
  opacity: 1;
  border: 2px solid #1a66ff;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #1a66ff;
  -webkit-background-clip: text;
  text-align: center;
  cursor: pointer;
}
.banner-box .banner-item-hover-box .banner-item-05 li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: sub;
  background-position: center center;
  background-size: 20px 20px;
  background-image: url(../img/banner-icon01.png);
}
.banner-box .banner-item-hover-box .banner-item-05 li:nth-child(2):before {
  background-image: url(../img/banner-icon02.png);
}
.banner-box .banner-item-hover-box .banner-item-05 li:nth-child(3):before {
  background-image: url(../img/banner-icon03.png);
}
.text-title {
  font-size: 32px;
  line-height: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #151b2d;
  text-align: center;
}
.text-title-01 {
  padding: 80px 0 0;
}
.text-title-p-02 {
  font-weight: 400;
  color: #7a8799;
  font-family: PingFang SC-Regular, PingFang SC;
  font-size: 16px;
  line-height: 16px;
  font-stretch: normal;
  letter-spacing: 2px;
  margin: 16px 0 60px;
}
.text-title-p-02.text-02 {
  margin: 0 0 34px;
  color: #424245;
}
.text-title-p-02.text-03 {
  color: #a4a7b4;
  margin: 18px 0 45px;
}
.tab-box .tab-item-img-box {
  position: relative;
  width: 100%;
  height: 528px;
  background: #ffffff;
  background-position: center center;
  background-size: 100% 528px;
  background-image: url(../img/tab-centent-01.png);
}
.tab-box .tab-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 528px;
  display: none;
}
.tab-box .tab-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tab-box .tab-item-img.active {
  display: block;
}
.tab-box .tab-item-hover-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.tab-box .tab-item-hover {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  width: 320px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  border-radius: 0px 0px 3px 3px;
  overflow: hidden;
}
.tab-box .tab-item-hover .pic-text-02 {
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #202124;
  line-height: 18px;
  margin: 16px 0 32px;
}
.tab-box .tab-item-hover.active {
  border-bottom-color: #1a66ff;
}
.tab-box .tab-item-hover.active .pic-text-02 {
  color: #1a66ff;
}
.tab-box .tab-item-hover img {
  width: 48px;
  height: 48px;
}
.video-text-box-01,
.video-text-box-03,
.video-text-box-04,
.video-text-box-02 {
  height: 478px;
  position: relative;
}
.video-text-box-01-bg,
.video-text-box-03-bg,
.video-text-box-04-bg,
.video-text-box-02-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 478px;
  width: 100%;
}

.video-text-centent {
  position: relative;
}
.video-text-centent.video-text-centent-02 {
  display: flex;
  height: 478px;
  justify-content: space-between;
}
.video-text-centent.video-text-centent-02 .left-tab {
  position: relative;
  top: 0;
  left: 0;
  width: 544px;
}
.video-text-centent.video-text-centent-02 .left-tab-title {
  margin: 130px 0 25px;
}
.video-text-centent.video-text-centent-02 .left-tab-btn {
  margin-top: 59px;
}
.video-text-centent.video-text-centent-02 .right-tab {
  position: relative;
  top: 0;
  right: 0;
  width: 620px;
  height: 100%;
  display: flex;
  align-items: center;
}
.video-text-centent.video-text-centent-02 .right-tab .video-zan {
  width: 100%;
  height: 382px;
}
.video-text-centent .left-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 367px;
}
.video-text-centent .left-tab-title {
  font-size: 32px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  margin: 66px 0 20px;
  color: #202124;
  line-height: 48px;
  -webkit-background-clip: text;
}
.video-text-centent .left-tab-text {
  height: 128px;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #4e5866;
  line-height: 32px;
  -webkit-background-clip: text;
}
.video-text-centent .right-tab {
  position: absolute;
  top: 16px;
  right: 0;
  width: 744px;
  height: 494px;
}
.video-text-centent .right-tab .video-zan {
  width: 100%;
  height: 100%;
}
.left-tab-btn {
  width: 144px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: linear-gradient(135deg, #006cff 0%, #00aaff 100%);
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  margin-top: 74px;
  cursor: pointer;
}
.content-box-03 {
  height: 574px;
  background: #ffffff;
  background-position: center center;
  background-size: 100% 574px;
  background-image: url(../img/tag-box-02-bg.png);
}
.content-box-03 .tag-box {
  display: flex;
  justify-content: center;
}
.content-box-03 .tag-box li {
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  background: rgba(26, 102, 255, 0.06);
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #1a66ff;
  margin-right: 24px;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #1a66ff;
  -webkit-background-clip: text;
  text-align: center;
  cursor: pointer;
}
.content-box-03 .tag-box li span {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: sub;
  background-position: center center;
  background-size: 20px 20px;
  background-image: url(../img/tag-box-icon-01.png);
}
.content-box-03 .tag-box-02 {
  display: flex;
  height: 95px;
  width: 1124px;
  margin: 199px auto 0;
  padding-left: 7px;
  box-sizing: border-box;
  background-position: center center;
  background-size: 1124px 95px;
  background-image: url(../img/tag-box-02.png);
}
.content-box-03 .tag-box-02 li {
  width: 154px;
  height: 174px;
  margin-right: 33px;
  position: relative;
  top: -97px;
}
.content-box-03 .tag-box-02 li:nth-child(2n) {
  top: -179px;
}
.content-box-03 .tag-box-02 li img {
  width: 154px;
  height: 174px;
}
.content-box-04 {
  height: 374px;
  width: 100%;
  background-position: center center;
  background-size: 100% 374px;
  background-image: url(../img/content-box-04-bg.png);
}
.content-box-04 .content-box-04-img {
  width: 1141px;
  display: block;
  margin: 60px auto 0;
}
.content-box-05 {
  height: 796px;
  width: 100%;
  background-position: center center;
  background-size: 100% 796px;
  background-image: url(../img/content-box-05-bg.png);
}
.content-box-05 .video {
  margin: 0 auto;
  width: 936px;
  display: block;
  height: 516px;
}
.content-box-06 {
  height: 180px;
  width: 100%;
  background-position: center center;
  background-size: 100% 180px;
  background-image: url(../img/content-box-06-bg.png);
}
.content-box-06 .min-width-1136 {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.content-box-06 .right-c {
  display: flex;
  align-items: center;
  height: 100%;
}
.content-box-06 .right-c .left-tab-btn {
  margin: 0;
}
.content-box-06 .left-c p {
  height: 36px;
  font-size: 30px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #202124;
  line-height: 36px;
  padding: 50px 0 8px;
}
.content-box-06 .left-c p span {
  color: #1a66ff;
}
.content-box-06 .left-c div {
  height: 36px;
  font-size: 20px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #202124;
  line-height: 36px;
  padding-top: 30px;
}
.footer-box {
  width: 100%;
  background: #1a1c1f;
}
.footer-box .footer-content {
  display: flex;
  justify-content: space-between;
}
.footer-box .footer-content .link {
  padding-top: 49px;
  display: flex;
  padding-bottom: 20px;
  position: relative;
}
.footer-box .footer-content .link::before {
  content: "";
  width: 645px;
  height: 1px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.6;
}
.footer-box .footer-content .link li {
  height: 18px;
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.84);
  line-height: 15px;
  margin-right: 24px;
}
.footer-box .footer-content .link li a {
  color: rgba(255, 255, 255, 0.84);
}
.footer-box .footer-content .link li.link-a {
  margin-right: 36px;
}
.footer-box .beian {
  height: 18px;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.84);
  line-height: 18px;
  margin: 24px 0 4px;
  vertical-align: sub;
}
.footer-box .beian a {
  color: rgba(255, 255, 255, 0.84);
}
.footer-box .beian img {
  vertical-align: sub;
  width: 11px;
  height: 12px;
  display: inline-block;
}
.footer-box .copyright {
  height: 18px;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  line-height: 18px;
  padding-bottom: 24px;
}
.footer-box .right-c .erweima {
  margin: 24px 0 12px;
}
.footer-box .right-c .erweima img {
  width: 96px;
  height: 96px;
}
.footer-box .right-c p {
  height: 20px;
  text-align: center;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  -webkit-background-clip: text;
}
.popup {
  width: 100vw;
  height: 100vh;
  background: rgba(32, 33, 36, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
.popup .centent-box {
  width: 380px;
  height: 320px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -244px;
  padding-top: 60px;
  box-sizing: border-box;
}
.popup .centent-box .hide {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: sub;
  cursor: pointer;
  background-position: center center;
  background-size: 20px 20px;
  background-image: url(../img/popup-hide.png);
  z-index: 10;
}
.popup .centent-box .title {
  text-align: center;
  margin: 0 0 8px;
  height: 36px;
  font-size: 22px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #202124;
  line-height: 36px;
  -webkit-background-clip: text;
  position: relative;
  top: -45px;
  z-index: 1;
}
.popup .centent-box .code {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  top: -20px;
}
.popup .centent-box .text {
  text-align: center;
  height: 16px;
  margin-bottom: 32px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #7a8799;
  line-height: 16px;
  -webkit-background-clip: text;
}
.popup .centent-box .input-box {
  padding: 0 32px;
  margin-bottom: 24px;
}
.popup .centent-box .input-box input {
  width: 424px;
  border: 0;
  padding: 16px;
  height: 48px;
  background: #eceff5;
  border-radius: 4px 4px 4px 4px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #7a8799;
}
.popup .centent-box .input-box.input-box-02 {
  display: flex;
  justify-content: space-between;
}
.popup .centent-box .input-box.input-box-02 input {
  width: 200px;
}
.popup .centent-box .input-box input::input-placeholder {
  color: rgba(122, 135, 153, 0.48);
}
.popup .centent-box .input-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(122, 135, 153, 0.48);
}
.popup .centent-box .input-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(122, 135, 153, 0.48);
}
.popup .centent-box .input-box ::-moz-placeholder {
  /* Mozilla Firefox 19  */
  color: rgba(122, 135, 153, 0.48);
}
.popup .centent-box .input-box :-ms-input-placeholder {
  /* Internet Explorer 10  */
  color: rgba(122, 135, 153, 0.48);
}
.popup .centent-box .input-btn {
  margin: 48px 32px 0;
  text-align: center;
  width: 424px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  background: #1a66ff;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
[class*="animate_"] {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.banner-text-01 {
  height: 46px;
}
.text-title-01 {
  position: relative;
}
.text-title-01 .title-text-01-b,
.text-title-01 .title-text-02-b,
.text-title-01 .title-text-03-b,
.text-title-01 .title-text-04-b,
.text-title-01 .title-text-05-b {
  height: 34px;
  position: relative;
  z-index: 2;
}
.text-title-01 .title-text-01-a,
.text-title-01 .title-text-02-a,
.text-title-01 .title-text-03-a,
.text-title-01 .title-text-04-a,
.text-title-01 .title-text-05-a {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  height: 34.5px;
}
@media (max-width: 767px){
  .pc{
    display: none;
  }
  .wap{
    display: flex;
  }
  .top-bar .min-width-1200{
    display: flex;
    justify-content: space-between;
  }
  .top-bar .logo{
    margin: 0 0 0 10px;
  }
  .top-bar .nav-box{
    display: none;
  }
  .navBtn{
    display: inline-block;
    cursor: pointer;
    padding-right: 10px;
  }
  .navBtn span{
    display: block;
    width:25px;
    height:30px;
    position:relative;
  }
  .navBtn span b{
    display:block;
    width:100%;
    height:2px;
    background: #4f4f4f;
    position:absolute;
    left:0;
    top:calc((100% - 4px) / 2);
    transition:all .3s;
  }
  .navBtn span b:nth-child(1){
    transform:translateY(8px) rotate(0deg);
  }
  .navBtn span b:nth-child(3){
    transform:translateY(-8px) rotate(0deg);
  }
  .mNav{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all .3s;
    display: flex;
  }
  .mNavBg{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
  }
  .mNavClose{
    display: block;
    width: 50px;
    height: 45px;
    background: url(../img/close.png) center center no-repeat;
    background-size: 28px auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .mNavList{
    position: absolute;
    right: 0;
    top: 0;
    width: 84%;
    height: 100%;
    background-color: #FFFFFF;
  }
  .mNav ul{
    list-style: none;
  }
  .mNav ul li ul{
    margin-top: 1px;
  }
  .mNav ul li a{
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333333;
    padding-right: 50px;
    line-height: 36px;
  }
  .m-dropdown > a::after{
    display: block;
    width: 50px;
    content: "\f107";
    position: absolute;
    right: 0;
    top: 0;
    font-family: FontAwesome;
    text-align: center;
    transition: all .3s;
  }
  .m-open > a::after{
    transform: rotate(180deg);
  }
  .mNav .mNavList{
    height: 100%;
    overflow-y: auto;
  }
  .mNav .mNavList > li{
    margin-bottom: 1px;
  }
  .mNav .mNavList > li > a{
    font-size: 16px;
    background-color: #F1F1F1;
    line-height: 45px;
    padding-left: 15px;
  }
  .mNav .mNavList > li > ul > li > a{
    font-size: 15px;
    padding-left: 30px;
  }
  .mNav .mNavList > li > ul > li > ul > li > a{
    font-size: 14px;
    padding-left: 45px;
  }
  .mNav .mNavList > li > ul > li > ul > li > ul > li > a{
    font-size: 13px;
    padding-left: 60px;
  }
  .mNav .mNavList > li > ul > li > ul >li > ul > li > ul > li > a{
    font-size: 12px;
    padding-left: 75px;
  }
  .mNav .mNavList > li ul{
    display: none;
  }
  .mNav.show-on-mobile{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .m-dropdown > a::after{
    display: block;
    width: 50px;
    content: "\f107";
    position: absolute;
    right: 0;
    top: 0;
    font-family: FontAwesome;
    text-align: center;
    transition: all .3s;
  }
  .m-open > a::after{
    transform: rotate(180deg);
  }
  .min-width-1200{
    width: 100%;
  }
  .banner-box{
    min-height: 600px;
  }
  .banner-box .banner-item-hover-box{
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    padding: 0 10px;
    width: calc(100% - 20px);
  }
  .banner-box .banner-item-hover-box .banner-text-01{
    height: 30px;
  }
  .banner-box .banner-item-hover-box .banner-item-02{
    font-size: 20px;
  }
  .banner-box .banner-item-hover-box .banner-item-03{
    width: 100%;
    font-size: 16px;
  }
  .banner-box .banner-item-hover-box .banner-item-05 li{
    width: 148px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #1a66ff;
    font-size: 14px;
  }
  .tab-box .tab-item-img-box{
    min-height: 620px;
    background-size: cover;
  }
  .tab-box .tab-item-img{
    height: 100%;
  }
  .tab-box .min-width-1136{
    width: 100%;
  }
  .tab-box .video-text-centent{
    display: flex;
    flex-direction: column;
  }
  .video-text-centent .left-tab{
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
  }
  .video-text-centent .right-tab{
    width: 100%;
    position: relative;
    top: inherit;
    right: inherit;
    height: 320px;
  }
  .tab-item-img-box .video-text-centent .left-tab-title{
    margin: 20px 0;
  }
  .tab-item-img-box .video-text-centent .left-tab-btn{
    margin: 20px auto 0;
  }
  .tab-box .tab-item-hover{
    width: 33.33%;
  }
  .tab-box .tab-item-hover .pic-text-02{
    font-size: 14px;
    margin: 8px 0 16px;
  }
  .tab-box .tab-item-hover img{
    width: 32px;
    height: 32px;
  }
  .video-text-box-01, .video-text-box-03, .video-text-box-04, .video-text-box-02{
    height: auto;
  }

  .video-text-box-02,
  .video-text-box-04{
    background-image: url(../img/tab-centent-03.png);
  }
  .video-text-centent.video-text-centent-02{
    flex-direction: column;
    height: 100%;
  }
  .video-text-centent.video-text-centent-02 .left-tab-btn{
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
  }
  .video-text-centent.video-text-centent-02 .left-tab{
    width: 100%;
  }
  .video-text-centent.video-text-centent-02 .left-tab-title{
    margin: 25px 0;
  }
  .video-text-centent .left-tab-title{
    font-size: 24px;
    text-align: center;
  }
  .video-text-centent .left-tab-text{
    font-size: 14px;
    text-align: center;
    height: auto;
  }
  .video-text-centent.video-text-centent-02 .right-tab{
    width: 100%;
  }
  .content-box-03{
    background-size: cover;
    height: auto;
  }
  .content-box-03 .tag-box{
    flex-wrap: wrap;
  }
  .content-box-03 .tag-box li{
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    border-radius: 25px;
    margin-right: 10px;
  }
  .content-box-03 .tag-box-02{
    background: transparent;
    width: 100%;
    height: 100%;
    margin: 30px auto 0;
    flex-wrap: wrap;
  }
  .content-box-03 .tag-box-02 li{
    width: 50%;
    height: 174px;
    margin-right: 0;
    position: relative;
    top: inherit;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .content-box-03 .tag-box-02 li:nth-child(2n){
    top: inherit;
  }
  .text-title-01 .title-text-01-a, .text-title-01 .title-text-02-a, .text-title-01 .title-text-03-a, .text-title-01 .title-text-04-a, .text-title-01 .title-text-05-a{
    width: 100%;
  }
  .text-title-01{
    width: 100%;
  }
  .text-title-01 .title-text-02-b{
    height: 22px;
  }
  .text-title-01 .title-text-01-b, .text-title-01 .title-text-03-b, .text-title-01 .title-text-04-b, .text-title-01 .title-text-05-b{
    height: 30px;
  }
  .content-box-04{
    background-size: cover;
  }
  .text-title-p-02{
    font-size: 14px;
  }
  .content-box-04 .content-box-04-img{
    width: calc(100% - 20px);
  }
  .content-box-05 .video{
    width: calc(100% - 20px);
  }
  .content-box-06 .min-width-1136{
    width: 100%;
  }
  .content-box-06 .left-c{
    padding-left: 10px;
  }
  .content-box-06 .right-c{
    padding-right: 10px;
  }
  .content-box-06 .left-c p{
    font-size: 16px;
    height: auto;
    line-height: normal;
  }
  .content-box-06 .left-c div{
    font-size: 14px;
    padding-top: 0;
  }
  .left-tab-btn{
    width: 120px;
    height: 40px;
    line-height: 40px;
  }

  .footer-box .footer-content{
    flex-direction: column;
    width: 100%;
  }
  .footer-box .footer-content .link{
    padding: 20px;
  }
  .footer-box .footer-content .link::before{
    width: 100%;
  }
  .footer-box .beian,
  .footer-box .copyright,
  .footer-box .right-c .erweima{
    text-align: center;
  }
  .footer-box .left-c,
  .footer-box .right-c{
    width: 100%;
  }
  .popup .centent-box{
    width: 95%;
    margin: -250px auto 0;
    position: relative;
    left: 0;
  }
  .popup .centent-box .text{
    padding: 0 10px;
  }
  .popup .centent-box .input-box.input-box-02{
    flex-direction: column;
  }
  .popup .centent-box .input-box.input-box-02 input,
  .popup .centent-box .input-box input{
    width: 100%;
  }
  .popup .centent-box .input-box.input-box-02 input:first-child{
    margin-bottom: 24px;
  }
  .popup .centent-box .input-btn{
    width: 90%;
    margin: 0 auto;
  }
}
