.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;
}
.title {
  text-align: center;
  padding-top: 57px;
  padding-bottom: 68px;
}
.title p {
  font-size: 42px;
  line-height: 88px;
  color: #292b33;
}
.title div {
  font-size: 16px;
  color: #474b59;
  line-height: 1.3;
  margin-top: 3px;
}
.borderTop {
  width: 100%;
  height: 1px;
  background: #01a63e;
  left: -100%;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
}
.borderBottom {
  width: 100%;
  height: 1px;
  background: #01a63e;
  right: -100%;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
}
.borderLeft {
  width: 1px;
  height: 100%;
  background: #01a63e;
  bottom: -100%;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
}
.borderRight {
  width: 1px;
  height: 100%;
  background: #01a63e;
  top: -100%;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 0;
}
@font-face {
  font-family: barlow;
  src: url(../fonts/Barlow-Medium.ttf);
}
@font-face {
  font-family: "number";
  src: url("../fonts/Montserrat-Regular.woff2");
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.header .w1400 {
  padding: 21px 0;
}
.header .w1400 .logo {
  display: block;
  height: 45px;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  max-width: 180px;
}
.header .w1400 .logo img {
  height: 100%;
  width: auto;
}
.header .w1400 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .w1400 .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .w1400 .right ul li {
  margin-left: 58px;
}
.header .w1400 .right ul li:first-child {
  margin-left: 0;
}
.header .w1400 .right ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
}
.header .w1400 .right span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: number;
  color: #fff;
  font-size: 20px;
}
.header .w1400 .right span a {
  color: #fff;
  font-size: 20px;
  margin-left: 5px;
}
.header .w1400 .right .btn {
  display: block;
  width: 120px;
  line-height: 42px;
  text-align: center;
  color: #01a63e;
  background: #fff;
  border-radius: 21px;
  font-size: 16px;
  font-weight: bold;
  margin-left: 30px;
}
.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: #fff;
  background: #01a63e;
}
.banner {
  display: block;
  position: relative;
  font-size: 0;
  height: 800px;
  background: #004be2;
}
.banner .bg {
  width: 100%;
  height: auto;
}
.banner .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 795px;
  width: 100%;
}
.banner .content .bannerTitle {
  text-align: center;
  padding-bottom: 4px;
  padding-top: 16px;
  position: relative;
}
.banner .content .bannerTitle p {
  font-size: 58px;
  line-height: calc(98 / 58);
  color: #fff;
  font-weight: bold;
}
.banner .content .bannerTitle i {
  font-size: 58px;
  line-height: calc(84 / 58);
  font-weight: bold;
  color: #fff;
  font-style: normal;
}
.banner .content .bannerTitle span {
  display: block;
  background: url(/img/bannerImg2.png) no-repeat center;
  background-size: 90%;
  font-size: 28px;
  line-height: calc(48 / 28);
  color: #fff;
  letter-spacing: 22px;
  margin-top: 42px;
}
.banner .content .bannerTitle .leftTop {
  position: absolute;
  top: 0;
  left: 0;
}
.banner .content .bannerTitle .rightBottom {
  position: absolute;
  right: 0;
  bottom: 0;
}
.banner .content .bannerTitle .rightBottom img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.banner .content .btn {
  width: 240px;
  line-height: 54px;
  background-color: #ffffff;
  border-radius: 27px;
  color: #01a63e;
  font-size: 16px;
  letter-spacing: 1px;
  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;
  margin: 0 auto;
  margin-top: 56px;
}
.banner .content .btn img {
  margin-right: 12px;
}
.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(380 / 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;
  max-width: 150px;
}
.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: 16px;
  color: #fff;
  font-weight: bold;
  margin-top: 14px;
  display: block;
}
.footer .w1400 .right .content .cont .tel {
  font-size: 26px;
  font-family: number;
  white-space: nowrap;
  margin-bottom: 25px;
}
.footer .w1400 .company {
  display: none;
}
.window {
  display: none;
  position: fixed;
  z-index: 11;
  width: 800px;
  height: 596px;
  background: rgba(0, 0, 0, 0);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.window iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.window .close {
  position: absolute;
  top: -15px;
  right: -37px;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 32px;
  line-height: 34px;
}
.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;
}
.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: #01a63e;
  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: #01a63e;
  -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(/img/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;
    }
}

/*# sourceMappingURL=global.css.map */
