/*banner样式*/
.banner {
  border-bottom: 2px #ffffff solid;
  position: relative;
  top: 90px;
  margin-bottom: 90px;
}

.banner img {
  width: 100%;
  margin: 0 auto;
}

/*首页按钮-免费试用*/
.button {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button .btn {
  display: inline-block;
  background-color: #FDAC51;
  color: #fff;
  text-decoration: none;
  padding: 12px 60px;
  border-radius: 4px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.button .btn:hover {
  background-color: #ee4b0b;
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: barlow;
  src: url(../font/Barlow-Medium.ttf);
}

@font-face {
  font-family: "number";
  src: url("../font/Montserrat-Regular.woff2");
}

.w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.width-1400 {
  max-width: 1400px;
  margin: auto;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 0 30px;
  box-sizing: border-box;
}

.header .w1400 {
  align-items: center;
  padding: 21px 0;
}

.header .w1400 .logo {
  display: block;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  font-size: 0;
}

.header .w1400 .logo img {
  height: 46px;
  width: auto;
}

.header .w1400 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

.header .w1400 .right ul {
  display: flex;
  align-items: center;
}

.header .w1400 .right ul li {
  margin-right: 58px;
}

.header .w1400 .right ul li:first-child {
  margin-left: 0;
}

.header .w1400 .right ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
}

.header .w1400 .right span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-family: "Barlow";
}

.header .w1400 .right span a {
  color: #fff;
  font-size: 20px;
  margin-left: 5px;
  font-family: "Barlow";
}

.header .w1400 .right .btn {
  display: block;
  height: 45px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-right: 30px;
  margin-left: 30px;
  background: url(../image/arrow.png) no-repeat center right;
  border-bottom: 2px solid #fff;
}

.header .w1400 .right .menu {
  display: none;
}

.header.active {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.header.active .w1400 .right ul li a {
  color: #333;
}

.header.active .w1400 .right span {
  color: #333;
}

.header.active .w1400 .right span a {
  color: #333;
}

.header.active .w1400 .right .btn {
  color: #333;
  background-image: url(../image/arrow-black.png);
  border-color: #004add;
}

.blackBg {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  z-index: 10;
  left: 0;
}

.blackBg ul {
  width: 80%;
  height: 100vh;
  background: #fff;
  position: absolute;
  top: 0;
  right: -80%;
}

.blackBg ul li {
  border-top: 1px solid #eee;
}

.blackBg ul li a {
  line-height: 3;
  font-size: 4vw;
  text-align: center;
  display: block;
  color: #333;
}

.blackBg ul li:first-child {
  border-top: 0;
}

.container-box {
  padding: 40px;
}

.base-title * {
  color: #fff;
}

.base-title h2 {
  font-size: 48px;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  /*margin-top: -100px; 高度*/
}

.base-title .title-container {
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.base-title .title-container h3 {
  font-size: 16px;
  text-align: center;
  /*margin-top: -0px;高度*/
}

.base-title .title-container .more {
  font-size: 16px;
  background: url(../image/arrow.png) no-repeat top 3px right;
  padding-right: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.base-title.black h2 {
  color: #333;
}

.base-title.black .title-container h3 {
  color: #737373;
}

.base-title.black .title-container .more {
  color: #333;
  background-image: url(../image/arrow-black.png);
  border-color: #004add;
}

/* 底部 */
.footer {
  background-color: #262a36;
  padding-top: 76px;
}

.footer .w1400 .left {
  width: calc(100% - (380 / 1400 * 100%));
}

.footer .w1400 .left .footerTitle {
  font-size: 24px;
  color: #fff;
}

.footer .w1400 .left .content {
  width: 100%;
  padding-top: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 64px;
}

.footer .w1400 .left .content .list {
  width: calc(450 / 1020 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 44px;
}

.footer .w1400 .left .content .list .img {
  width: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 26px;
}

.footer .w1400 .left .content .list .img img {
  margin: 0 auto;
}

.footer .w1400 .left .content .list .cont {
  padding-top: 4px;
}

.footer .w1400 .left .content .list .cont p {
  font-size: 18px;
  color: #fff;
}

.footer .w1400 .left .content .list .cont div {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 13px;
}

.footer .w1400 .right {
  width: calc(410 / 1400 * 100%);
}

.footer .w1400 .right .footerTitle {
  font-size: 24px;
  color: #fff;
}

.footer .w1400 .right .content {
  margin-top: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .w1400 .right .content .img {
  font-size: 0;
  min-height: 142px;
}

.footer .w1400 .right .content .cont {
  margin-left: calc(30 / 380 * 100%);
}

.footer .w1400 .right .content .cont p {
  font-size: 15px;
  color: #fff;
}

.footer .w1400 .right .content .cont a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-top: 14px;
  display: block;
}

.footer .w1400 .right .content .cont .tel {
  font-size: 26px;
  font-family: "Bahnschrift";
  white-space: nowrap;
  margin-bottom: 25px;
}

.footer .w1400 .company {
  display: none;
}

.beian {
  background-color: #1d202a;
}

.beian .w1400 {
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  opacity: 0.55;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.beian .w1400 a {
  font-size: 14px;
  color: #fff;
}

.beian .mob {
  display: none;
}

.blackBg {
  display: none;
}

@media (max-width: 1280px) {
  .header .w1400 .right ul li {
    margin-right: 40px;
  }
}

@media (max-width: 1200px) {
  .header .w1400 .right span {
    display: none;
  }

  .footer .w1400 .right .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
  }

  .footer .w1400 .right .content .cont {
    margin-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 996px) {

  .header .w1400 .right ul,
  .header .w1400 .right span {
    display: none;
  }

  .header .w1400 .right .btn {
    display: none;
  }

  .header .w1400 .right .menu {
    display: block;
    background: url(../image/menu.png) no-repeat center/cover;
    width: 45px;
    height: 45px;
    -webkit-filter: grayscale(100%) brightness(1000%);
    filter: grayscale(100%) brightness(1000%);
    cursor: pointer;
  }

  .header.active .w1400 .right .menu {
    -webkit-filter: none;
    filter: none;
  }

  .header .w1400 .right ul li {
    margin-right: 40px;
  }
}

@media (max-width: 750px) {
  .footer {
    padding-top: 40px;
  }

  .footer .w1400 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .w1400 .left {
    display: none;
  }

  .footer .w1400 .right {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }

  .footer .w1400 .right .footerTitle {
    font-size: 42px;
  }

  .footer .w1400 .right .content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .w1400 .right .content .cont {
    text-align: left;
    margin-top: 0;
    margin-left: 50px;
  }

  .footer .w1400 .right .content .cont p {
    font-size: 3vw;
  }

  .footer .w1400 .right .content .cont a {
    font-size: 3vw;
    margin-top: 12px;
  }

  .footer .w1400 .right .content .cont a:last-child {
    font-size: 3vw;
  }

  .footer .w1400 .right .content .cont a.tel {
    margin-bottom: 15px;
  }

  .footer .w1400 .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0;
  }

  .footer .w1400 .company .list {
    display: block;
    width: 50%;
    text-align: center;
    padding: 20px 0;
  }

  .footer .w1400 .company .list .img {
    font-size: 0;
    -webkit-filter: grayscale(100%) brightness(800%);
    filter: grayscale(100%) brightness(800%);
  }

  .footer .w1400 .company .list p {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 12px;
  }

  .footer .w1400 .company .list span {
    font-size: 12px;
    color: #b1b1b1;
  }

  .beian .w1400 {
    display: none;
  }

  .beian .mob {
    display: block;
    padding: 15px 0;
  }

  .beian .mob p {
    font-size: 12px;
    color: #b1b1b1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .beian .mob p a {
    font-size: 12px;
    color: #b1b1b1;
  }
}



.rightBlock {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.rightBlock ul li {
  width: 80px;
  height: 80px;
  background: #004add;
  border-radius: 5px;
  margin-top: 2px;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.rightBlock ul li:first-child {
  margin-top: 0;
}

.rightBlock ul li a {
  padding: 10px;
  display: block;
  height: 100%;
}

.rightBlock ul li .img {
  width: 100%;
  height: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rightBlock ul li p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 6px;
}

.rightBlock ul li.on {
  background: #004add;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.rightBlock ul li .cont {
  display: none;
  position: absolute;
  top: 0;
  right: 86px;
  width: 172px;
  height: 170px;
  background: url(../image/floatRightImg6.png) no-repeat right;
}

.rightBlock ul li .cont .BlockWechat {
  width: 159px;
  text-align: center;
  padding-top: 18px;
}

.rightBlock ul li .cont .BlockWechat p {
  margin-top: 0;
  margin-bottom: 9px;
  color: #003bb0;
  font-size: 14px;
}

.rightBlock ul li .cont .BlockWechat img {
  max-width: 110px;
  height: auto;
  margin: 0 auto;
}

.rightBlock ul li.tel {
  display: none;
}

.rightBlock ul li.tel a {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width:996px) {
  .rightBlock ul li p {
    display: none;
  }

  .rightBlock ul li {
    width: 40px;
    height: 40px;
  }

  .rightBlock ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rightBlock ul li a img {
    max-width: 20px;
  }

  .rightBlock ul li.tel {
    display: block;
  }

  .rightBlock ul li:nth-child(2) {
    display: none;
  }

  .rightBlock ul li a {
    padding: 0;
  }
}