.levelMenu {
  position: fixed;
  max-width: 1280px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 80px;
  width: 100%;
  padding: 0 60px;
  background: #fff;
  display: none;
}

.levelMenu .w1280 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.levelMenu .w1280 ul {
  width: calc(268/1160*100%);
  display: flex;
    flex-direction: column;
}

.levelMenu .w1280 ul p {
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 18px;
  color: #3a4459;
  font-weight: bold;
}

.levelMenu .w1280 ul li {
  padding: 16px 20px;
  margin-bottom: 10px;
  border-radius: 6px;
  background-color: #f2f5fa;
}

.levelMenu .w1280 ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #3a4459;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.levelMenu .w1280 ul li a{
    line-height: inherit;
    padding: 0;
}
.levelMenu .w1280 ul li span i {
  display: block;
  padding: 0 8px;
  line-height: 16px;
  font-size: 10px;
  color: #fff;
  background: #1865ff;
  border-radius: 8px;
  font-weight: 400;
  margin-left: 15px;
}

.levelMenu .w1280 ul li .tips {
  font-size: 14px;
  color: #7e879b;
  line-height: 1.6;
  margin-top: 3px;
}

.panel_title {
  position: relative;
}

.panel_title h2 {
  text-align: left;
  color: #3a4459;
}

.panel_title p {
  text-align: left;
  color: #3a4459;
}

.panel_title a {
  position: absolute;
  right: 0;
  bottom: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #858585;
}

.panel_title a img {
  margin-left: 8px;
}

.card_1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card_1 ul li {
  width: calc(300/1280*100%);
  padding: 0;
  float: none;
  margin-left: 25px;
}

.card_1 ul li:first-child {
  margin-left: 0;
}

.card_1 .card_content .card_picture {
  text-align: left;
  height: 64px;
}

.card_1 .card_content .card_picture img {
  margin: 0;
}

.card_1 .card_content .card_caption {
  margin-top: 7px;
}

.card_1 .card_content .card_caption .card_title {
  text-align: left;
}

.card_1 .card_content .card_caption .card_paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  height: 120px;
  flex-direction: column;
}

.card_1 .card_content .card_caption .card_paragraph a {
  display: block;
  padding-left: 10px;
  position: relative;
  font-size: 15px;
  color: #666;
  margin-right: 14px;
  border-bottom: 1px solid #fff;
  transition: all .3s;
}

.card_1 .card_content .card_caption .card_paragraph a:hover{
    border-bottom: 1px solid #0055fe;
    color: #0055fe;
}

.card_1 .card_content .card_caption .card_paragraph a::after {
  width: 2px;
  height: 2px;
  border-radius: 1px;
  background: #666;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
}

.card_1 .card_content .card_caption .card_other {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
}

.card_2 .card_content .card_text {
  margin-top: 12px;
}

.card_3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card_3 li {
  width: calc((100% - 4*15px) / 5);
  padding: 0;
  margin-bottom: 15px;
  float: none;
  border: 1px solid #ebecf0;
}

.bg_2 .bg_other {
  font-size: 16px;
  background: #fff;
  color: #2255db;
  font-weight: bold;
}

.footer_nav dl {
  width: auto;
  margin-left: calc(128/1280*100%);
}

.footer_nav dl:first-child {
  margin-left: 0;
}

.footer_copyright_content {
  border: 0;
  padding-bottom: 10px;
}

.footer_friend {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.card_2 .card_content .card_pic{
    height: 220px;
}

@media (max-width: 996px) {
  .header_logo {
    width: auto;
    margin-left: 10px;
  }
  .card_1 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card_1 ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .card_3 li {
    width: 49%;
  }
  .panel_title a {
    display: none;
  }
}
.panel_title.panelCenter h2{
  text-align: center;
}
/*# sourceMappingURL=css.css.map */

@media (max-width:1440px) {
  .general-box{
    padding: 0;
  }
  .header_content,
  .banner_content,
  .panel_1,
  .bg_content,
  .bg_1 .bg_content,
  .footer_content,
  .general-box{
      width: 86%;
  }
  .w1280{
      max-width: 100%;
      width: 86%;
  }
}
@media (max-width:1200px){
  .panel_title h2,
  .bg_1 .bg_title{
    font-size: 34px;
    line-height: 1.5;
  }
  .card_1 ul{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .card_1 ul li{
    width: 49%;
    margin: 0;
    margin-bottom: 20px;
  }
  .banner_list{
    padding: 15px;
  }
  .bg_1 .bg_caption{
    width: 50%;
  }
  .bg_1 .bg_subtitle{
    font-size: 24px;
  }
  .bg_1 .bg_paragraph{
    margin-top: 20px;
    padding: 20px 0 45px;
  }
  .bg_1 .bg_content{
    padding: 80px 0 110px;
  }
}
.headerMob{
  display: none;
}
@media (max-width:996px) {
  .header{
    display: none;
  }
  
}

/* 移动端导航 */

.headerMob, .blackBg {
  display: none;
}

.headerMob {
  height: 80px;
  position: fixed;
  width: 100%;
  padding: 0 7%;
  z-index: 10;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.headerMob .logo {
  display: block;
  height: 50px;
}

.headerMob .logo img {
  height: 100%;
  width: auto;
}

.blackBg {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 11;
}

.navList {
  position: fixed;
  top: 0;
  width: 80%;
  height: 100vh;
  background: #fff;
  z-index: 12;
  right: -60%;
}

.navList p {
  padding: 20px;
  text-align: center;
}

.navList p img {
  margin: 0 auto;
}

.navList ul {
  border-bottom: 1px solid #eee;
}

.navList ul .active .level em, .navList ul .active2 i em {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navList ul li {
  border-top: 1px solid #eee;
}

.navList ul li a {
  display: block;
  font-size: 3.5vw;
  line-height: 1.3;
  padding: 15px 40px;
  color: #333;
}

.navList ul li a em {
  font-style: none;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  font-size: 3.5vw;
  line-height: 1.3;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navList ul li a.level {
  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;
}

.navList ul li .levelDob, .navList ul li .levelThree {
  overflow: hidden;
  height: 0;
}

.navList ul li .levelDob span, .navList ul li .levelThree span {
  display: block;
  font-size: 3.5vw;
  line-height: 1.3;
  border-top: 1px solid #eee;
}

.navList ul li .levelDob span i, .navList ul li .levelThree span i {
  display: block;
  padding: 15px 40px;
  font-size: 3,5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navList ul li .levelDob span i em, .navList ul li .levelThree span i em {
  font-style: none;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: flex;
  align-items: center;
}

.navList ul li .levelDob span a, .navList ul li .levelThree span a {
  display: block;
  padding: 15px 40px;
  font-size: 3.5vw;
  line-height: 1.3;
  border-top: 1px solid #eee;
}

.page .crmBannber {
  height: 400px;
}
.page .crmBannber img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1366px){
    .consulting_phone,.consulting_label{
        display: none;
    }
}
@media (max-width: 1200px){
  .page .crmBannber {
    height: 400px;
  }
  .header_nav li a{
    padding: 0 15px;
  }
  .header_consulting{
      display: block;
  }
}
@media (max-width: 996px) {
    .header_consulting{
        display: none;
    }
  .navList {
    right: 0;
  }
  .headerMob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bg_2 .bg_content {
    width: 100%;
  }
  .bg_2 .bg_title {
    font-size: 7vw;
  }
  .bg_2 .bg_paragraph {
    font-size: 5vw;
    padding: 0 7%;
    margin-top: 20px;
  }
  .footer_content .footer_nav{
    width: 65%;
    display: flex;
  }
  .banner_1{
    margin-top: 50px;
  }
  .banner_1 .banner_title{
    font-size: 5vw;
    line-height: 1.6;
  }
  .banner_1 .banner_paragraph{
    font-size: 3vw;
    line-height: 1.6;
  }
  .bg_1 .bg_caption{
    width: 100%;
  }
  .bg_1 .bg_picture{
    width: 100%;
    margin-top: 30px;
  }
  .rightBlock{
    display: none;
}
}

@media (max-width: 750px) {
  .panel_1{
    padding-top: 0;
  }
  .page {
    padding-top: 50px !important;
  }
  .headerMob {
    height: 50px;
  }
  .headerMob .logo {
    height: 30px;
  }
  .headerMob .menu {
    height: 30px;
  }
  .headerMob .menu img {
    height: 100%;
    width: auto;
  }
  .footer_content .footer_nav{
    width: 100%;
    justify-content: space-between;
    float: none;
  }
  .footer_QRcode{
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .QRcode_picture{
    margin: 0 auto;
  }
  .footer_nav dl{
    margin: 0;
  }
  .footer_nav dt{
    font-size: 5vw;
  }
  .footer_nav dd a{
    font-size: 3.5vw;
  }
  .banner_1 .banner_title{
    font-size: 6vw;
  }
  .banner_1 .banner_paragraph{
    font-size: 4vw;
  }
  .banner_bottom{
    display: none;
  }
  .card_1 ul li{
    width: 100%;
  }
  .card_1 .card_content .card_title{
    font-size: 5vw;
  }
  .card_1 .card_content .card_caption .card_paragraph{
    height: auto;
  }
  .bg_1 .bg_title{
    font-size: 6vw;
  }
  .panel_title h2 {
    font-size: 6vw;
  }
  .panel_title p {
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .bg_1 .bg_paragraph{
    font-size: 4vw;
  }
  .card_2 li{
    width: 100%;
    margin-left: 0;
  }
}
.centerTit h2,.centerTit p{
    text-align: center !important;
}
