﻿@font-face {
  font-family: number;
  src: url();
}
@font-face {
  font-family: '阿里妈妈-bold';
  font-weight: 700;
  src: url(), url();
}
.new-w1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
body a[rel~='nofollow'],
body a[rel~='sponsored'],
body a[rel~='ugc'] {
  border: none !important;
  color: inherit !important;
  outline: none !important;
}
.header {
  height: 80px;
  position: absolute;
}
.header .fixed {
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 8;
  border-bottom: 1px solid rgba(35, 35, 41, 0.05);
}
.header.on .fixed {
  background: #fff;
}

.header .fixed .new-w1400 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .fixed .new-w1400 .left {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .fixed .new-w1400 .left .logo {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 72px;
}
.header .fixed .new-w1400 .left .logo img {
  height: 30px;
}
.header .fixed .new-w1400 .left .logo p {
  font-size: 14px;
  border-left: 1px solid #f2f2f2;
  margin-left: 8px;
  color: #666;
  padding-left: 8px;
}
.header .fixed .new-w1400 .left .nav {
  display: flex;
}
.header .fixed .new-w1400 .left .nav li {
  margin-right: 33px;
}
.header.on .fixed .new-w1400 .left .nav li > a {
  color: #4f5d72;
}

.header .fixed .new-w1400 .left .nav li > a {
  display: block;
  font-size: 14px;
  line-height: 64px;
  color: #fff;
  padding: 0 10px;
  
}
.header .fixed .new-w1400 .left .nav li > a img {
  margin-left: 8px;
  max-width: 10px;
}
.header .fixed .new-w1400 .left .nav li > a img:nth-child(2) {
  display: none;
}
.header .fixed .new-w1400 .left .nav li .level {
  position: absolute;
  background: #fff;
  top: 65px;
  z-index: 5;
}
.header .fixed .new-w1400 .left .nav li .type1 {
  width: 84.4285714286%;
  right: 0;
  height: 0;
  overflow: hidden;
}
.header .fixed .new-w1400 .left .nav li .type1 .content {
  display: flex;
  padding-bottom: 40px;
}
.header .fixed .new-w1400 .left .nav li .type1 .content .list {
  width: 16.6666666667%;
}
.header .fixed .new-w1400 .left .nav li .type1 .content .list p {
  line-height: 42px;
  border-bottom: 1px solid rgba(79, 93, 114, 0.05);
  padding: 0 30px;
  font-weight: bold;
  font-size: 14px;
  color: #4f5d72;
}
.header .fixed .new-w1400 .left .nav li .type1 .content .list .cont {
  padding: 25px 0;
  height: calc(100% - 43px);
  border-bottom: 1px solid rgba(79, 93, 114, 0.05);
  border-right: 1px solid rgba(79, 93, 114, 0.05);
}
.header .fixed .new-w1400 .left .nav li .type1 .content .list .cont a {
  display: flex;
  padding: 0 5px 0 30px;
  margin-top: 25px;
  align-items: center;
  font-size: 14px;
  color: #4f5d72;
}
.header .fixed .new-w1400 .left .nav li .type1 .content .list .cont a:first-child {
  margin-top: 0;
}
.header .fixed .new-w1400 .left .nav li .type1 .content .list .cont a img {
  margin-right: 10px;
}
.header .fixed .new-w1400 .left .nav li .type1 .content .list:last-child {
  border-right: 0;
}
.header .fixed .new-w1400 .left .nav li .type2,
.header .fixed .new-w1400 .left .nav li .type3 {
  width: 500px;
  height: 0;
  overflow: hidden;
  margin-left: -20px;
}
.header .fixed .new-w1400 .left .nav li .type2 .content,
.header .fixed .new-w1400 .left .nav li .type3 .content {
  display: flex;
  padding-bottom: 40px;
}
.header .fixed .new-w1400 .left .nav li .type2 .content .list,
.header .fixed .new-w1400 .left .nav li .type3 .content .list {
  width: 50%;
}
.header .fixed .new-w1400 .left .nav li .type2 .content .list p,
.header .fixed .new-w1400 .left .nav li .type3 .content .list p {
  line-height: 42px;
  border-bottom: 1px solid rgba(79, 93, 114, 0.05);
  padding: 0 30px;
  font-weight: bold;
  font-size: 14px;
  color: #4f5d72;
}
.header .fixed .new-w1400 .left .nav li .type2 .content .list .cont,
.header .fixed .new-w1400 .left .nav li .type3 .content .list .cont {
  padding: 25px 0;
  height: calc(100% - 43px);
  border-bottom: 1px solid rgba(79, 93, 114, 0.05);
  border-right: 1px solid rgba(79, 93, 114, 0.05);
}
.header .fixed .new-w1400 .left .nav li .type2 .content .list .cont a,
.header .fixed .new-w1400 .left .nav li .type3 .content .list .cont a {
  display: flex;
  padding: 0 5px 0 30px;
  margin-top: 25px;
  align-items: center;
  font-size: 14px;
  color: #4f5d72;
}
.header .fixed .new-w1400 .left .nav li .type2 .content .list .cont a:first-child,
.header .fixed .new-w1400 .left .nav li .type3 .content .list .cont a:first-child {
  margin-top: 0;
}
.header .fixed .new-w1400 .left .nav li .type2 .content .list .cont a img,
.header .fixed .new-w1400 .left .nav li .type3 .content .list .cont a img {
  margin-right: 10px;
}
.header .fixed .new-w1400 .left .nav li .type2 .content .list .cont a .text p,
.header .fixed .new-w1400 .left .nav li .type3 .content .list .cont a .text p {
  font-size: 14px;
  color: #4f5d72;
  border-bottom: 0;
  padding: 0;
  line-height: 1.3;
}
.header .fixed .new-w1400 .left .nav li .type2 .content .list .cont a .text p:nth-child(2),
.header .fixed .new-w1400 .left .nav li .type3 .content .list .cont a .text p:nth-child(2) {
  font-size: 13px;
  color: #4f5d72;
  font-weight: 100;
  margin-top: 2px;
}
.header .fixed .new-w1400 .left .nav li .type2 .content .list:last-child,
.header .fixed .new-w1400 .left .nav li .type3 .content .list:last-child {
  border-right: 0;
}
.header .fixed .new-w1400 .left .nav li .type3 {
  width: 250px;
}
.header .fixed .new-w1400 .left .nav li .type3 .content .list {
  width: 100%;
}
.header .fixed .new-w1400 .left .nav li:hover > a {
  color: #1bc162;
}
.header .fixed .new-w1400 .right {
  display: flex;
  align-items: center;
}
.header .fixed .new-w1400 .right .lang {
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  margin-right: 40px;
}
.header .fixed .new-w1400 .right .lang img {
  max-width: 20px;
}
.header .fixed .new-w1400 .right .lang img:nth-child(3) {
  width: 10px;
}
.header .fixed .new-w1400 .right .lang span {
  margin: 0 5px 0 5px;
  font-size: 14px;
  line-height: 64px;
  color: #fff;
}

.header.on .fixed .new-w1400 .right .tel,
.header.on .fixed .new-w1400 .right .lang span {
  color: #4f5d72;
}
.header .fixed .new-w1400 .right .lang .list {
  position: absolute;
  top: 65px;
  text-align: center;
  overflow: hidden;
  width: 100%;
  z-index: 5;
  height: 0;
}
.header .fixed .new-w1400 .right .lang .list .content a {
  display: block;
  color: #4f5d72;
  font-size: 14px;
  line-height: 32px;
  background: #fff;
}
.header .fixed .new-w1400 .right .tel {
  display: flex;
  align-items: center;
  line-height: 64px;
  font-size: 14px;
  color: #fff;
}
.header .fixed .new-w1400 .right .tel img {
  margin-right: 12px;
}
.header .fixed .new-w1400 .right .btn {
  width: 100px;
  height: 36px;
  background-color: #1bc162;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  margin-left: 50px;
}

.footerBlock {
  background: #404040;
  overflow: hidden;
}
.footerBlock .new-w1400 {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.footerBlock .new-w1400 .left {
  padding-top: 50px;
}
.footerBlock .new-w1400 .left .footerLogo {
  font-size: 0;
  max-width: 90px;
}
.footerBlock .new-w1400 .left .tips {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7333333333;
  margin-top: 30px;
  width: 100%;
  text-align: justify;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 18px;
}
.footerBlock .new-w1400 .left .contact {
  margin-top: 22px;
  padding: 0;
}
.footerBlock .new-w1400 .left .contact p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 12px;
}
.footerBlock .new-w1400 .left .contact p a {
  color: rgba(255, 255, 255, 0.4);
}
.footerBlock .new-w1400 .right {
  width: 72.8571428571%;
}
.footerBlock .new-w1400 .right .bottom {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 92px;
}
.footerBlock .new-w1400 .right .bottom ul {
  margin-left: 20.5882352941%;
  padding-top: 51px;
}
.footerBlock .new-w1400 .right .bottom ul:first-child {
  margin-left: 0;
}
.footerBlock .new-w1400 .right .bottom ul p {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 26px;
}
.footerBlock .new-w1400 .right .bottom ul li a {
  font-size: 15px;
  line-height: 2.6666666667;
  color: rgba(255, 255, 255, 0.55);
}
.footerBlock .beian {
  border-top: 1px solid rgba(247, 247, 247, 0.11);
  height: auto;
}
.footerBlock .beian .new-w1400 {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}
.footerBlock .beian .new-w1400 .left {
  padding: 0;
  border: 0;
  width: auto;
  font-size: 14px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.4);
}
.footerBlock .beian .new-w1400 .left a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
.footerBlock .beian .new-w1400 .right {
  padding: 0;
  border: 0;
  width: auto;
  font-size: 14px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.4);
}
.footerBlock .beian .new-w1400 .right a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
.footerBlock .beianMob {
  display: none;
}

.headerMob {
  display: none;
}

.navList {
  display: none;
}

.indexTitle {
  padding-top: 92px;
  padding-bottom: 32px;
  text-align: center;
}
.indexTitle p {
  font-size: 38px;
  line-height: 1.4210526316;
  color: #333333;
  font-weight: 600;
}
.indexTitle .tips {
  font-size: 15px;
  line-height: 30px;
  color: #737373;
  margin-top: 20px;
}
.index-title-box  {
  padding-top: 92px;
  padding-bottom: 39px;
  text-align: center;
}
.index-title-box p {
  color: rgba(0, 0, 0, 1);
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
}
.index-title-box .tips {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 31px;
}
.indexTitle.white * {
  color: rgba(27, 193, 98, 1);
  font-size: 38px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 0px;
  text-align: center;
}

@media (max-width: 1600px) {
  .footerBlock .new-w1400 .left .tips br {
    display: none;
  }
}
@media (max-width: 1400px) {
  .header .fixed .new-w1400 .left .nav li {
    margin-right: 20px;
  }
  .header .fixed .new-w1400 .left .nav li .type1 {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .footerBlock .new-w1400 .left {
    padding-right: 40px;
  }
  .footerBlock .new-w1400 .right .top {
    padding: 50px 0 55px 40px;
  }
  .footerBlock .new-w1400 .right .bottom {
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 40px;
  }
  .footerBlock .new-w1400 .right .top .list a {
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  .header .fixed .new-w1400 .left .logo {
    margin-right: 30px;
  }
  .header .fixed .new-w1400 .right .lang {
    margin-right: 20px;
  }
  .footerBlock .beian .new-w1400 {
    flex-direction: column;
  }
  .footerBlock .beian .new-w1400 .left,
  .footerBlock .beian .new-w1400 .right {
    line-height: 1.8;
  }
}
@media (max-width: 996px) {
  body,
  html {
    overflow-x: hidden !important;
    width: 100%;
  }
  .header {
    display: none;
  }
  .headerMob {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e1ebf8;
  }
  .headerMob .new-w1400 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
  }
  .headerMob .new-w1400 .logo {
    font-size: 0;
    height: 34px;
    display: block;
  }
  .headerMob .new-w1400 .logo img {
    max-height: 100%;
  }
  .headerMob .new-w1400 .right {
    display: flex;
    align-items: center;
  }
  .headerMob .new-w1400 .lang {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-left: 30px;
    color: #333;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transition: all 0.3s;
    width: 80px;
    position: relative;
    z-index: 4;
  }
  .headerMob .new-w1400 .lang > a {
    width: 100%;
    font-size: 16px;
    line-height: 80px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .headerMob .new-w1400 .lang > a img {
    width: 10px;
    height: auto;
    transform: rotate(-90deg);
    margin-left: 5px;
    transition: all 0.3s;
  }
  .headerMob .new-w1400 .lang > a img:first-child {
    width: 20px;
    margin-right: 5px;
  }
  .headerMob .new-w1400 .lang .list {
    position: absolute;
    top: 81px;
    width: 130px;
    margin-left: -25px;
    background: #fff;
    height: 0;
    overflow: hidden;
  }
  .headerMob .new-w1400 .lang .list a {
    display: block;
    width: 100%;
    max-width: 80px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #515f74;
    line-height: 50px;
    border-bottom: 1px solid #e5eefc;
    transition: all 0.3s;
  }
  .headerMob .new-w1400 .lang .list a:hover {
    color: #005de2;
  }
  .headerMob .new-w1400 .lang .list a:first-child {
    margin-top: 10px;
  }
  .headerMob .new-w1400 .menuNav {
    display: flex;
    flex-direction: column;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
  }
  .headerMob .new-w1400 .menuNav span {
    width: 100%;
    height: 2px;
    background: #555;
    display: block;
    margin-bottom: 5px;
    transition: all 0.3s;
  }
  .headerMob .new-w1400 .menuNav span:last-child {
    margin-bottom: 0;
  }
  .headerMob .new-w1400 .menuNav.on {
    position: relative;
  }
  .headerMob .new-w1400 .menuNav.on span {
    position: absolute;
    left: 0;
    top: 17px;
    margin: 0;
  }
  .headerMob .new-w1400 .menuNav.on span:first-child {
    transform: rotate(-45deg);
  }
  .headerMob .new-w1400 .menuNav.on span:last-child {
    transform: rotate(45deg);
  }
  .headerMob .new-w1400 .menuNav.on span:nth-child(2) {
    display: none;
  }
  .navList {
    width: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    z-index: 4;
  }
  .navList ul {
    position: absolute;
    right: 0;
    width: 60%;
    padding: 10px 5%;
    background: #141414;
    height: 100vh;
    overflow-y: auto;
  }
  .navList ul li a {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navList ul li a i {
    display: block;
    width: 30%;
    height: 40px;
    background: url(../image/down1.png) no-repeat right center;
    background-size: 10px auto;
  }
  .navList ul li .level {
    height: 0;
    overflow: hidden;
  }
  .navList ul li .level .list a {
    text-indent: 2em;
  }
  .navList ul li .level .list a i {
    width: 30%;
  }
  .navList ul li .level .list .level2 {
    height: 0;
    overflow: hidden;
  }
  .navList ul li .level .list .level2 a {
    text-indent: 4em;
  }
  .footerBlock .new-w1400 {
    flex-direction: column;
  }
  .footerBlock .new-w1400 .left {
    width: 100%;
  }
  .footerBlock .new-w1400 .left .tips {
    font-size: 3vw;
  }
  .footerBlock .new-w1400 .left .contact p {
    font-size: 3vw;
  }
  .footerBlock .new-w1400 .right {
    border: 0;
    width: 100%;
  }
  .footerBlock .new-w1400 .right .top {
    flex-direction: column;
    padding-left: 0;
    padding-bottom: 0;
  }
  .footerBlock .new-w1400 .right .top .list {
    width: 100%;
    border-bottom: 1px solid rgba(247, 247, 247, 0.11);
    padding: 20px 0;
  }
  .footerBlock .new-w1400 .right .top .list img {
    margin-right: 40px;
    width: 35px;
  }
  .footerBlock .new-w1400 .right .top .list a {
    font-size: 4vw;
    line-height: 1.4;
  }
  .footerBlock .new-w1400 .right .top .list a br {
    display: none;
  }
  .footerBlock .new-w1400 .right .top .list a:nth-child(2) {
    font-size: 4vw;
    line-height: 1.4;
  }
  .footerBlock .new-w1400 .right .bottom {
    display: none;
  }
  .footerBlock .beian {
    display: none;
  }
  .footerBlock .beianMob {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .footerBlock .beianMob p {
    font-size: 3.5vw;
    line-height: 2;
    color: rgba(255, 255, 255, 0.4);
  }
  .footerBlock .beianMob p a {
    color: rgba(255, 255, 255, 0.4);
  }
  .indexTitle .tips br {
    display: none;
  }
}
@media (max-width: 750px) {
  .headerMob .new-w1400 .lang {
    right: 10%;
  }
  .footerBlock .new-w1400 .left {
    padding-right: 0;
  }
  .footerBlock .new-w1400 .left .wechat {
    margin-top: 20px;
  }
  .footerBlock .new-w1400 .right .top {
    padding-top: 20px;
  }
  .footerBlock .new-w1400 .right .top .list {
    padding: 10px 0;
  }
  .footerBlock .new-w1400 .right .top .list img {
    margin-right: 10px;
    width: 20px;
  }
  .indexTitle {
    padding: 40px 30px 30px;
  }
  .indexTitle p {
    font-size: 24px;
  }
  .indexTitle .tips {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
  .index-title-box {
    padding: 40px 30px 30px;
  }
  .index-title-box p {
    font-size: 24px;
  }
  .index-title-box .tips {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
}
@media (max-width: 414px) {
  .headerMob {
    height: 50px;
  }
  .headerMob .new-w1400 .logo {
    height: 26px;
  }
  .headerMob .new-w1400 .lang {
    right: 10%;
    font-size: 4vw;
  }
  .headerMob .new-w1400 .lang a {
    font-size: 4vw;
    line-height: 49px;
  }
  .headerMob .new-w1400 .lang .list {
    top: 51px;
  }
  .headerMob .new-w1400 .lang .list a {
    font-size: 3vw;
    line-height: 3;
  }
  .headerMob .new-w1400 .menuNav {
    width: 30px;
  }
} 
.service-icon{
  width: 24px;
}


.indexBlock5 .content .list{
  background-color: #ffffff;
}
.pinpaiBlock4 .new-w1400 .list{
  background-color: #ffffff;
}