@font-face {
  font-family: AlimamaFangYuanTiVF;
  src: url(../fonts/AlimamaFangYuanTiVF-Thin.ttf);
}
.banner {
  position: relative;
}
.banner .img {
  font-size: 0;
}
.banner .img img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .w-1400 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  z-index: 1;
}
.banner .w-1400 .left .title {
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.banner .w-1400 .left .tips {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 21px;
}
.banner .w-1400 .left .link {
  display: block;
  width: 160px;
  background-color: #1bc162;
  border-radius: 2px;
  line-height: 56px;
  text-align: center;
  margin: 39px 0 0 0 ;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}
.w1400 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.indexTitle {
  padding-top: 90px;
  text-align: center;
  line-height: 1.5;
}
.indexTitle p {
  font-size: 42px;
  font-variation-settings: "wght" 500, "bevl" 1;
  color: #292b33;
}
.indexTitle span {
  display: block;
  margin-top: 14px;
  font-size: 16px;
  color: #474b59;
}

.link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 20px;
  color: #6b6f74;
}
.link img {
  margin-right: 12px;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 0 30px;
  box-sizing: border-box;
}
.header .w1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0;
}
.header .w1400 .logo {
  display: block;
  filter: contrast(0) brightness(10);
  font-size: 0;
}
.header .w1400 .logo img {
  height: 30px;
  width: auto;
}
.header .w1400 .right {
  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: flex;
  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(../images/arrow.png) no-repeat top 15px right;
  border-bottom: 2px solid #fff;
}
.header .w1400 .right .menu {
  display: none;
}
.header.active {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.header.active .w1400 .logo {
  filter: none;
}
.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(../images/icon2.png);
  border-color: #edb159;
}
.header.active .w1400 .right .menu {
  filter: none;
}

.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;
}

.indexBanner {
  position: relative;
}
.indexBanner .img {
  font-size: 0;
}
.indexBanner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBanner .w1400 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 980px;
}
.indexBanner .w1400 .title {
  text-align: center;
  font-size: 58px;
  font-variation-settings: "wght" 600, "bevl" 1;
  color: #fff;
}
.indexBanner .w1400 .tips {
  margin-top: 27px;
  text-align: center;
  font-size: 22px;
  line-height: 1.62;
  color: #fff;
}
.indexBanner .w1400 .button {
  display: block;
  width: 200px;
  height: 54px;
  margin: 0 auto;
  margin-top: 47px;
  background: #edb159 url(../images/icon.png) no-repeat center right 50px;
  border-top-right-radius: 20px;
  text-indent: 50px;
  text-align: left;
  font-variation-settings: "wght" 500, "bevl" 1;
  color: #fff;
  line-height: 52px;
}

.indexBlock {
  padding-bottom: 100px;
  background: #f7f7f7;
}
.indexBlock .w1400 .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 60px;
}
.indexBlock .w1400 .content .list {
  width: calc((100% - 75px) / 4);
  margin-left: 25px;
  padding: 64px 40px 103px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 14px 46px 0px rgba(2, 36, 96, 0.05);
}
.indexBlock .w1400 .content .list .img {
  height: 56px;
  font-size: 0;
}
.indexBlock .w1400 .content .list .title {
  margin-top: 28px;
  font-size: 22px;
  font-variation-settings: "wght" 500, "bevl" 1;
  color: #1a1a1a;
}
.indexBlock .w1400 .content .list .tips {
  margin-top: 19px;
  line-height: 28px;
  color: #666;
}
.indexBlock .w1400 .content .list:first-child {
  margin-left: 0;
}

.indexBlock2 {
  padding-bottom: 95px;
}
.indexBlock2 .w1400 .content {
  margin-top: 38px;
}
.indexBlock2 .w1400 .content .indexBlock2Swiper .swiper-wrapper .swiper-slide {
  width: auto;
  max-width: 271px;
}
.indexBlock2 .w1400 .content .indexBlock2Swiper .swiper-wrapper .swiper-slide .img {
  font-size: 0;
}
.indexBlock2 .w1400 .content .indexBlock2Swiper .swiper-wrapper .swiper-slide p {
  margin-top: 20px;
  font-size: 20px;
  font-variation-settings: "wght" 500, "bevl" 1;
  color: #1a1a1a;
}

.indexBlock3 {
  padding-bottom: 100px;
  background: url(../images/indexBlock3Bg.jpg) no-repeat center/cover;
}
.indexBlock3 .w1400 .indexTitle p {
  color: #fff;
}
.indexBlock3 .w1400 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 42px;
}
.indexBlock3 .w1400 .content .list {
  position: relative;
  width: calc((100% - 30px) / 4);
  margin-top: 10px;
  padding: 58px 40px;
  border-radius: 5px;
  background: #fff;
}
.indexBlock3 .w1400 .content .list .num {
  position: absolute;
  left: 40px;
  top: 0;
  width: 40px;
  background: #edb159;
  border-radius: 0px 0px 20px 20px;
  text-align: center;
  font-family: AlimamaFangYuanTiVF;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
.indexBlock3 .w1400 .content .list .title {
  font-variation-settings: "wght" 500, "bevl" 1;
  font-size: 24px;
  color: #333;
}
.indexBlock3 .w1400 .content .list .tips {
  margin-top: 10px;
  line-height: 1.75;
}
.indexBlock3 .w1400 .content .right::after {
  display: block;
  content: "";
  position: absolute;
  right: -25px;
  z-index: 1;
  width: 29px;
  height: 38px;
  background: url(../images/indexBlock3Ico.png) no-repeat;
}
.indexBlock3 .w1400 .content .bottom::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -28px;
  right: 30px;
  transform: rotate(90deg);
  z-index: 1;
  width: 29px;
  height: 38px;
  background: url(../images/indexBlock3Ico.png) no-repeat;
}
.indexBlock3 .w1400 .content .left::after {
  display: block;
  content: "";
  position: absolute;
  left: -25px;
  transform: rotate(-180deg);
  z-index: 1;
  width: 29px;
  height: 38px;
  background: url(../images/indexBlock3Ico.png) no-repeat;
}
.indexBlock3 .w1400 .content.moble {
  display: none;
}
.indexBlock3 .w1400 .link {
  margin-top: 62px;
  color: #fff;
}

.indexBlock4 {
  padding-bottom: 100px;
  background: #f7f7f7;
}
.indexBlock4 .w1400 .content {
  display: flex;
  margin-top: 50px;
}
.indexBlock4 .w1400 .content .list {
  width: calc((100% - 60px) / 3);
  margin-left: 30px;
  padding: 36px 40px;
  background: #fff;
}
.indexBlock4 .w1400 .content .list .img {
  height: 66px;
  font-size: 0;
}
.indexBlock4 .w1400 .content .list .title {
  margin-top: 20px;
  font-variation-settings: "wght" 500, "bevl" 1;
  font-size: 24px;
  color: #333;
}
.indexBlock4 .w1400 .content .list .tips {
  margin-top: 13px;
  font-variation-settings: "wght" 300, "bevl" 1;
  line-height: 1.75;
  color: #666;
}
.indexBlock4 .w1400 .content .list:first-child {
  margin-left: 0;
}

.indexBlock6 {
  background: url(../images/block5Img.png) no-repeat center/cover;
}
.indexBlock6 .w1400 .indexTitle p, .indexBlock6 .w1400 .indexTitle span {
  color: #fff;
}
.indexBlock6 .w1400 form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 46px;
  padding-bottom: 82px;
  font-size: 0;
}
.indexBlock6 .w1400 form input {
  width: 32.1428571429%;
  height: 60px;
  background: none;
  border-radius: 2px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0 30px;
  margin-right: 20px;
}
.indexBlock6 .w1400 form input::-moz-placeholder {
  color: #fff;
}
.indexBlock6 .w1400 form input::placeholder {
  color: #fff;
}
.indexBlock6 .w1400 form .btn {
  width: 180px;
  line-height: 60px;
  background: #ffffff;
  border-radius: 2px;
  color: #edb159;
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
}

.footer {
  padding-bottom: 120px;
  background: #333;
}
.footer .w1400 {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
.footer .w1400 .left {
  width: 200px;
}
.footer .w1400 .left .title {
  font-size: 24px;
  font-variation-settings: "wght" 500, "bevl" 1;
  color: #fff;
}
.footer .w1400 .left span {
  display: block;
  margin-top: 50px;
  font-size: 15px;
  font-variation-settings: "wght" 300, "bevl" 1;
  color: #fff;
}
.footer .w1400 .left a {
  display: block;
  margin-top: 8px;
  font-family: AlimamaFangYuanTiVF;
  font-size: 26px;
  color: #fff;
}
.footer .w1400 .left p {
  margin-top: 26px;
  color: #fff;
}
.footer .w1400 .center .title {
  font-size: 24px;
  font-variation-settings: "wght" 500, "bevl" 1;
  color: #fff;
}
.footer .w1400 .center .content {
  display: flex;
  flex-wrap: wrap;
  width: 460px;
  padding-top: 27px;
}
.footer .w1400 .center .content .list {
  display: flex;
  align-items: center;
  width: calc((100% - 110px) / 3);
  margin-left: 55px;
  margin-top: 22px;
  font-size: 18px;
  color: #fff;
}
.footer .w1400 .center .content .list .img {
  width: 50px;
  margin-right: 25px;
  font-size: 0;
}
.footer .w1400 .center .content .list:nth-child(3n+1) {
  margin-left: 0;
}
.footer .w1400 .right {
  display: flex;
  justify-content: flex-end;
  width: 200px;
}
.footer .w1400 .right .content {
  width: 140px;
}
.footer .w1400 .right .content .img {
  font-size: 0;
}
.footer .w1400 .right .content p {
  margin-top: 18px;
  text-align: center;
  font-variation-settings: "wght" 300, "bevl" 1;
  font-size: 15px;
  color: #fff;
}

.beian {
  background-color: #1d202a;
}
.beian .w1400 {
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  opacity: 0.55;
  align-items: center;
}
.beian .w1400 a {
  font-size: 14px;
  color: #fff;
}
.beian .mob {
  display: none;
}

.blackBg {
  display: none;
}

.rightBlock {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.rightBlock ul li {
  width: 80px;
  height: 80px;
  background: #edb159;
  border-radius: 5px;
  margin-top: 2px;
  position: relative;
  transition: all 1s;
}
.rightBlock ul li a {
  padding: 10px;
  display: block;
  height: 100%;
}
.rightBlock ul li .img {
  width: 100%;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rightBlock ul li p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 6px;
}
.rightBlock ul li .cont {
  display: none;
  position: absolute;
  top: 0;
  right: 86px;
  width: 172px;
  height: 170px;
  background: url(../images/floatRightImg6.png) no-repeat right;
}
.rightBlock ul li .cont .BlockWechat {
  width: 159px;
  text-align: center;
  padding-top: 18px;
}
.rightBlock ul li .cont .BlockWechat img {
  max-width: 110px;
  height: auto;
  margin: 0 auto;
}
.rightBlock ul li .cont .BlockWechat p {
  margin-top: 0;
  margin-bottom: 9px;
  color: #edb159;
  font-size: 14px;
}
.rightBlock ul li.tel {
  display: none;
}
.rightBlock ul li.tel a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightBlock ul li:first-child {
  margin-top: 0;
}
.rightBlock ul li.on {
  background: #edb159;
  transition: all 1s;
}

@media (max-width: 1440px) {
  .indexBanner .img img {
    height: 560px;
  }
  .indexBanner .w1400 .title {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .header .w1400 .right span {
    display: none;
  }
}
@media (max-width: 1080px) {
  .indexTitle {
    padding-top: 40px;
  }
  .indexTitle p {
    font-size: 28px;
  }
  .indexTitle span {
    margin-top: 10px;
    font-size: 14px;
  }
  .header {
    padding: 0;
  }
  .header .w1400 .right ul, .header .w1400 .right span, .header .w1400 .right .btn {
    display: none;
  }
  .header .w1400 .right .menu {
    display: block;
    background: url(../images/menu.png) no-repeat center/cover;
    width: 35px;
    height: 35px;
    filter: contrast(0) brightness(10);
    cursor: pointer;
  }
  .indexBanner .w1400 .tips {
    display: none;
  }
  .indexBlock {
    padding-bottom: 40px;
  }
  .indexBlock .w1400 .content {
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .indexBlock .w1400 .content .list {
    width: calc((100% - 30px) / 2);
    margin-left: 0;
    margin-top: 30px;
    padding: 30px;
  }
  .indexBlock .link {
    margin-top: 40px;
  }
  .indexBlock2 {
    padding-bottom: 40px;
  }
  .indexBlock3 {
    padding-bottom: 50px;
  }
  .indexBlock3 .w1400 .pc {
    display: none;
  }
  .indexBlock3 .w1400 .content.moble {
    display: block;
  }
  .indexBlock3 .w1400 .content.moble .list {
    width: 100%;
    padding: 60px 30px 30px;
  }
  .indexBlock3 .w1400 .link {
    margin-top: 30px;
  }
  .footer {
    padding-bottom: 40px;
  }
  .footer .w1400 {
    flex-wrap: wrap;
    padding-top: 40px;
  }
  .footer .w1400 .left span {
    margin-top: 20px;
  }
  .footer .w1400 .left p {
    margin-top: 10px;
  }
  .footer .w1400 .center .content {
    max-width: 500px;
    width: 100%;
    padding-top: 0;
  }
  .footer .w1400 .right {
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-top: 40px;
  }
  .rightBlock ul li {
    width: 40px;
    height: 40px;
  }
  .rightBlock ul li p {
    display: none;
  }
  .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;
  }
  .banner .w-1400 .left .title {
    font-size: 32px;
  }
}
@media (max-width: 820px) {
  .indexBlock4 {
    padding-bottom: 40px;
  }
  .indexBlock4 .w1400 .content {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .indexBlock4 .w1400 .content .list {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    padding: 30px;
  }
  .footer .w1400 .left {
    width: 100%;
  }
  .footer .w1400 .center {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 750px) {
  .indexBlock6 .w1400 form {
    flex-direction: column;
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .indexBlock6 .w1400 form input {
    width: 100%;
    height: 44px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .indexBlock6 .w1400 form .btn {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
    line-height: 44px;
  }
  .beian .w1400 {
    display: none;
  }
  .beian .mob {
    display: block;
    padding: 15px 0;
  }
  .beian .mob p {
    font-size: 12px;
    color: #b1b1b1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .beian .mob p a {
    font-size: 12px;
    color: #b1b1b1;
  }
}
@media (max-width: 550px) {
  .indexBanner .img img {
    height: 400px;
  }
  .indexBanner .w1400 .title {
    font-size: 24px;
  }
  .indexBanner .w1400 .tips {
    font-size: 14px;
  }
  .indexBlock .w1400 .content .list {
    width: 100%;
  }
  .indexBlock .w1400 .content .list .title {
    font-size: 20px;
  }
  .indexBlock .w1400 .content .list .tips {
    font-size: 14px;
    line-height: 1.75;
  }
  .indexBlock3 .w1400 .content .list .title {
    font-size: 20px;
  }
  .indexBlock3 .w1400 .content .list .tips {
    font-size: 14px;
  }
  .indexBlock4 .w1400 .content .list .title {
    font-size: 20px;
  }
  .indexBlock4 .w1400 .content .list .tips {
    font-size: 14px;
  }
  .footer .w1400 .center .content .list {
    width: calc((100% - 30px) / 2);
    margin-left: 0;
    font-size: 16px;
  }
}/*# sourceMappingURL=index.css.map */