﻿* {
  margin: 0;
  padding: 0;
}

.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  clear: both;
}

/* html{font-size:62.5%;}
body{font-size:12px;font-size:1.2rem ;}
p{font-size:14px;font-size:1.4rem;} */
ul li {
  list-style: none;
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: #333333;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}

@media screen and (min-width: 1200px) {
  .header {
    width: 100%;
    height: 100%;
    background: #fff;
  }

  .head {
    width: 100%;
    height: 100px;
    background: linear-gradient(235deg, rgb(26, 3, 83), rgb(49, 126, 244), rgb(245, 101, 244));
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }

  .login {
    color: #e6174f;
  }

  .main {
    width: 1200px;
    margin: 0 auto;
  }

  .main-fx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    /* background: #fff; */
    min-height: 100px;
  }

  .logo-img {
    widows: 156px;
    height: 100px;
  }

  .header-menu {
    /* color: #fff; */
  }

  .header-menu li {
    float: left;
    padding: 0 19px;
    color: #fff;
  }


  .header-menu li:active a {
    border-bottom: 1px solid #e6174f;
    color: #e6174f;
  }

  .activited {
    border-bottom: 1px solid #e6174f;
    color: #e6174f;
  }

  .header-menu li a {
    float: left;
    padding: 16px 0;
    color: #fff;
  }

  .header-menu li a:hover {
    color: #e6174f;
  }

  .header-menu1-box {
    display: none;
  }

  .main-top {
    background-size: 100% 100%;
    min-height: 800px;
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .mian-left {
    display: flex;
    flex-direction: column;
    padding-right: 9%;
  }

  .banner-tit {
    font-size: 62px;
    font-weight: bold;
    color: #fff;
    line-height: 124px;
  }

  .baner-js {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
  }

  .banner-power {
    padding: 55px 0;
  }

  .banner-power span {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    padding: 12px 23px;
    margin-right: 55px;
    border-radius: 6px;
    background: linear-gradient(to right, #da380f, #e6174f);
  }

  .main-bottom {
    font-size: 23px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .line-span {
    width: 60px;
    height: 1px;
    background: #fff;
    margin-right: 20px;
  }

  .banner-img {
    width: 446px;
    /*height: 313px;*/
    margin-top: 150px;
  }

  .couser_two {
    background: #fff;
    padding-top: 100px;
    /* margin-right: 0px;
    padding-right: 0px; */
  }

  .course_two_top {
    position: relative;
  }

  .project_tit {
    font-size: 40px;
    color: #e6174f;
    position: relative;
    text-align: center;
    font-weight: bold;
  }

  .bg_write {
    position: absolute;
    z-index: 1;
    width: 100%;
    font-size: 46px;
    color: #e6174f;
    text-align: center;
    opacity: 0.1;
    top: -15px;
    /*left: 50%;*/
    text-transform: uppercase;
    font-weight: bold;
    /*transform: translateX(-50%);*/
  }

  .bt_line {
    width: 40px;
    height: 2px;
    background: #e6174f;
    position: absolute;
    border-bottom: 1px solid #e6174f;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
  }

  .course_two_botm {
    display: flex;
    justify-content: space-around;
    padding: 100px 0;
  }

  .md_course_botm {
    display: none;
  }

  .course_left {
    width: 480px;
    font-size: 18px;
    line-height: 36px;
  }

  .course_left ul li {
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 24px;
  }

  /* @import url("css.css"); */
  .numbers {
    font-family: '微软雅黑', 'Dosis', sans-serif;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    line-height: 82px;
    text-transform: uppercase;
    position: relative;
  }

  .effect {
    color: #fff;
    text-shadow: 0px 0px 0 #e6174f, 1px -1px 0 #e6174f, 2px -2px 0#e6174f,
      3px -3px 0#e6174f, 4px -4px 12px rgba(0, 0, 0, 0.55),
      5px -5px 1px rgba(0, 0, 0, 0.5);
  }

  .course_cont {
    padding: 20px 24px;
    color: #666;
  }

  .text_h3 {
    font-size: 20px;
    padding-bottom: 10px;
    text-align: left;
    color: #333333;
  }

  .course_right {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .before_border {
    width: 500px;
    height: 330px;
    background: linear-gradient(42deg, #da380f, #e6174f);
    position: relative;
  }

  .after_border {
    width: 500px;
    height: 330px;
    background: #fff;
    position: absolute;
    border: 1px solid #000000;
    right: 20px;
    top: 20px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #v001 {
    width: 304px;
    height: 231px;
  }

  .bg_main {
    background: rgba(255, 255, 255);
    width: 100%;
  }

  .project_item {
    display: flex;
    justify-content: center;
    padding: 58px;
  }

  .items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333333;
    width: 320px;
    /* height: 540px; */
  }

  .item-pic {
    width: 180px;
    height: 260px;
  }

  .process {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .process .num {
    width: 40px;
    height: 40px;
    background: #f12870;
    border-radius: 50%;
    font-size: 24px;
    line-height: 40px;
    font-family: PingFang SC;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
  }

  .process span {
    font-size: 24px;
    font-family: "microsoft yahei";
    font-weight: 400;
    color: #666666;
    margin-left: 10px;
  }

  .item-tit {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #333333;
    margin: 20px 0 16px;
  }

  .item-mod {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #666666;
  }

  .project_three {
    display: block;
  }

  .course_center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 106px;
  }

  .support {
    margin: 60px 0;
  }

  .support_box li {
    float: left;
    width: 19%;
    text-align: center;
    margin: 0 15px;
    margin-bottom: 30px;
    padding: 35px 20px;
    border: 1px solid #ededed;
    margin-left: 4%;
  }

  .support_box li img {
    width: 110px;
    margin: 0 auto;
  }

  .support_box li h5 {
    font-size: 24px;
    margin-top: 20px;
  }

  .support_box li:hover h5 {
    color: #D7224C;
  }

  .support_box li p {
    font-size: 18px;
    line-height: 32px;
    margin-top: 15px;
    color: #666666;
  }

  .advantage-box {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
  }

  .advantage-box .item {
    position: relative;
    text-align: center;
    width: 320px;
    background: #fff;
    box-shadow: 0 0 12px rgba(33, 12, 99, .12);
    margin-bottom: 80px;
  }

  .advantage-box .item .t1 {
    height: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    color: #333;
    opacity: 1;
  }

  .advantage-box .item .t2 {
    display: block;
    height: 117px;
    padding: 0 50px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #666666;
    opacity: 1;
  }

  .advantage-box .item .icon {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -56px;
    left: 50%;
    margin-left: -60px;
  }

  .end_bg {
    margin-top: 50px;
  }

  .panel {
    width: 100%;
    margin-top: 20px;
    background: #f5f5f5;
  }

  .panel-header {
    line-height: 60px;
    font-size: 18px;
    padding-left: 40px;
    font-weight: normal;
  }

  .panel-header:hover {
    background-color: #e6174f;
    color: #FFFFFF;
    /* background-image: url("../images/down.png"); */
    background-repeat: no-repeat;
    background-position: right;
  }

  .panel-body {
    font-size: 16px;
    border-top: 1px solid #ddd;
    margin: 0 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 32px;
    color: #555;
    display: none;
  }

  .panel-body:not(:nth-child(2)) {
    display: none;
  }

  .cloud-wrapper-box {
    box-sizing: content-box;
    padding-bottom: 80px;
  }

  .cloud-wrapper {
    margin-top: 40px;
    width: 100%;
  }

  .cloud-image {
    width: 20.5%;
    margin: 15px;
    float: left;
    background: #fff;
    padding: 10px;
    margin-left: 3%;
  }

  .cloud-image img {
    width: 100%;
  }

  .cloud-image p {
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
  }

  .anli_hz {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
  }

  .weixin_bg {
    display: block;
    float: right;
    width: 118px;
    height: 98px;
    position: relative;
    position: fixed;
    top: 800px;
    right: 0;
    /* background: url(../images/weixin.png); */
  }

  .wx_pic {
    width: 118px;
    height: 98px;
    cursor: pointer;
    z-index: 999;
  }

  .wx_pic:hover .wx_users {
    top: -98px;
    display: block;
  }

  .wx_users {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 118px;
    height: 119px;
    transform: translateX(-50%);
    left: 50%;
  }

  .wx_text {
    position: absolute;
    z-index: 10;
    left: 30%;
    top: 50%;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    transform: translateX(-50%);
    transform: translateY(-50%);
  }

  .foot_pc {
    display: block;
  }

  .foot_md {
    display: none;
  }

  .footer {
    width: 100%;
    height: 300px;
    clear: both;
    background: linear-gradient(235deg, rgb(25, 15, 49), rgb(37, 17, 106), rgb(25, 15, 49));
  }
  
  
  .footer .bigBox {
    width: 858px;
    margin: 0 auto;
    height: 258px;
    padding-top: 52px;
  }
  
  
  .footer .Flinks {
    width: 850px;
    font-size: 14px;
    margin: 0 auto;
    color: #fff;
  }
  
  .footer .Flinks a {
    color: #fff;
  }
  
  .footer .Flinks a:first-child {
    margin-left: 12px;
  }
  
  .footer .Flinks a::after {
    content: "|";
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .footer .Flinks a:last-child:after {
    content: "";
  }
  
  .footer .footBox {
    float: left;
  }
  
  .footer .img1 {
    width: 286px;
    padding-left: 90px;
  }
  
  .footer .img2 {
    width: 286px;
    padding-left: 126px;
  }
  
  .footer .footBox:last-child {
    margin-right: 0px;
  }
  
  .footer .footBox img {
    width: 160px;
  }
  
  .footer .footBox .font {
    width: 160px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
  }
  
  .footer .contactAll {
    float: left;
    font-size: 20px;
    color: #fff;
    width: 286px;
  }
  
  .footer .contactAll .footBoxTitle {
    font-size: 62px;
    font-weight: bolder;
    position: relative;
  }
  
  .footer .contactAll .footBoxTitle i {
    font-size: 20px;
    position: absolute;
  }
  
  .footer .contactAll .footBoxDor {
    font-size: 20px;
    line-height: 64px;
  }
  
  .footer .contactAll .footBoxTel {
    font-size: 16px;
    line-height: 26px;
  }  



  .foot_top {
    display: flex;
    justify-content: center;
    padding: 88px 0;
  }

  .foot_top ul li {
    font-size: 19px;
    color: #fff;
    padding-bottom: 16px;
  }

  .fppt_right {
    display: flex;
    justify-content: center;
    padding-left: 100px;
  }

  .code_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
  }

  .code_pic {
    width: 102px;
    height: 102px;
  }

  .code_span {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
  }

  .fx {
    display: flex;
    flex-direction: column;
  }

  .beian_p {
    font-size: 19px;
    color: #fff;
    text-align: center;
    line-height: 40px;
  }

  .footbt_pos {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }

  .float_bot_mar {
    margin: 0 auto;
  }

  .float_bot {
    padding: 36px 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 72px;
    width: 750px;
    background: linear-gradient(235deg, #da380f, #e6174f);
  }

  .zixun {
    color: #fff;
    font-size: 19px;
  }

  .shouzi_pic {
    width: 27px;
    height: 23px;
    margin-left: 3px;
  }

  .inpt_ {
    height: 50px;
    padding-left: 20px;
    border-radius: 25px;
    line-height: 50px;
    margin-left: 14px;
  }

  input {
    border: 0;
    outline: none;
    background: #fff;
    outline: none;
  }

  .btn_click {
    cursor: pointer;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    margin-left: 14px;
    align-items: center;
    padding: 0 20px;
    background: #fff;
    display: flex;
    justify-content: center;
  }

  .ys_span {
    color: #e6174f;
    padding-right: 10px;
    font-size: 14px;
  }

  .go_pic {
    width: 19px;
    height: 19px;
  }

  .consulting {
    display: none;
  }

  .pos_botoms {
    display: none;
  }

  /*
      轮播图

      */
  .swiper-container {
    width: 70%;
    height: 100%;
  }

  .swiper-wrapper {
    padding: 50px 0;
  }

  .swiper-img {
    width: 266px;
    height: 377px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: #fb8fac;
  }

  .swiper-slide {
    text-align: center;
    margin: 0;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
  }

  .swiper-slide-active,
  .swiper-slide-duplicate-active {
    transform: scale(1);
  }
}

@media screen and (min-width:750px)and (max-width: 1200px) {
  .header {
    width: 100%;
    height: 100%;
    background: #fff;
  }

  .head {
    width: 100%;
    height: 60px;
    background: linear-gradient(235deg, rgb(26, 3, 83), rgb(49, 126, 244), rgb(245, 101, 244));
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }

  .login {
    color: #e6174f;
  }

  .main {
    width: 90%;
    margin: 0 auto;
    /* background: #fff; */
  }

  .main-fx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    background: linear-gradient(235deg, rgb(26, 3, 83), rgb(49, 126, 244), rgb(245, 101, 244));
    min-height: 0.6rem;
  }

  .logo-img {
    height: 50px;
  }

  .header-menu {
    display: none;
  }

  .header-menu1-box {
    height: 60px;
    display: block;
    position: relative;
  }

  .header-menu1-box img {
    width: 30px;
    height: 30px;
    margin-top: 15px;
    color: #fff;
  }

  .header-menu1 {
    display: none;
    background: #FFFFFF;
    position: absolute;
    top: 60px;
    width: 200px;
    right: 0;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  }

  .activited {
    border-bottom: 1px solid #e6174f;
    color: #e6174f;
  }

  .main-top {
    background-size: 100% 100%;
    min-height: 300px;
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mian-left {
    display: flex;
    flex-direction: column;
    padding-right: 68px;
  }

  .banner-tit {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    line-height: 64px;
  }

  .baner-js {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
  }

  .banner-power {
    padding: 25px 0;
    display: flex;
  }

  .banner-power span {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 12px 23px;
    margin-right: 6px;
    border-radius: 6px;
    background: linear-gradient(to right, #da380f, #e6174f);
  }

  .main-bottom {
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .line-span {
    width: 30px;
    height: 1px;
    background: #fff;
    margin-right: 20px;
  }

  .banner-img {
    width: 260px;
    /*height: 152px;*/
    margin-top: 50px;
  }

  .couser_two {
    background: #fff;
    padding-top: 100px;
  }

  .course_two_top {
    position: relative;
  }

  .project_tit {
    font-size: 30px;
    color: #e6174f;
    position: relative;
    text-align: center;
  }

  .bg_write {
    position: absolute;
    z-index: 1;
    font-size: 36px;
    color: #e6174f;
    opacity: 0.1;
    top: -15px;
    width: 100%;
    text-align: center;
    /* left: 50%; */
    text-transform: uppercase;
    font-weight: bold;
    /* transform: translateX(-50%); */
  }

  .bt_line {
    width: 40px;
    height: 2px;
    background: #e6174f;
    position: absolute;
    border-bottom: 1px solid #e6174f;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
  }

  .course_two_botm {
    display: flex;
    justify-content: space-around;
    padding: 100px 0;
  }

  .md_course_botm {
    display: none;
  }

  .support_box li {
    float: left;
    width: 25%;
  }

  .support_box li h5 {
    font-size: 18px;
  }

  .course_left {
    margin-right: 60px;
    font-size: 16px;
    line-height: 32px;
  }

  .course_left ul li {
    font-size: 12px;
    display: flex;
    align-items: center;
    line-height: 24px;
  }

  /* @import url("css.css"); */
  .numbers {
    font-family: '微软雅黑', 'Dosis', sans-serif;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    line-height: 82px;
    text-transform: uppercase;
    position: relative;
  }

  .pic5 {
    width: 225px;
    height: 220px;
  }

  .effect {
    color: #fff;
    text-shadow: 0px 0px 0 #e6174f, 1px -1px 0 #e6174f, 2px -2px 0#e6174f,
      3px -3px 0#e6174f, 4px -4px 12px rgba(0, 0, 0, 0.55),
      5px -5px 1px rgba(0, 0, 0, 0.5);
  }

  .course_cont {
    padding: 20px 18px;
    color: #333333;
  }

  .text_h3 {
    font-size: 18px;
    padding-bottom: 6px;
    text-align: left;
  }

  .course_right {
    /* padding-right: 100px; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .before_border {
    width: 304px;
    height: 231px;
    background: linear-gradient(42deg, #da380f, #e6174f);
    position: relative;
  }

  .after_border {
    width: 304px;
    height: 231px;
    background: #fff;
    position: absolute;
    border: 1px solid #000000;
    right: 20px;
    top: 20px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #v001 {
    width: 304px;
    height: 231px;
  }

  .bg_main {
    background: rgba(230, 23, 79, 0.1);
    width: 100%;
  }

  .project_item {
    display: flex;
    justify-content: center;
    padding: 58px 0;
  }

  .items {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    color: #333333;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 30px 0;
  }

  .process {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .process .num {
    width: 30px;
    height: 30px;
    background: #f12870;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
    font-family: PingFang SC;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
  }

  .process span {
    font-size: 20px;
    font-family: "microsoft yahei";
    font-weight: 400;
    color: #666666;
    margin-left: 10px;
  }

  .item-pic {
    position: absolute;
    width: 46px;
    height: 46px;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
  }

  .item-tit {
    font-size: 20px;
    line-height: 50px;
  }

  .item-mod {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
  }

  .item-bot {
    font-size: 12px;
    line-height: 24px;
    padding: 0 40px;
    text-align: center;
  }

  .advantage-box {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
  }

  .advantage-box .item {
    position: relative;
    text-align: center;
    width: 30%;
    margin: 0 10px;
    background: #fff;
    box-shadow: 0 0 12px rgba(33, 12, 99, .12);
    margin-bottom: 80px;
  }

  .advantage-box .item .t1 {
    height: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    color: #333;
    opacity: 1;
  }

  .advantage-box .item .t2 {
    display: block;
    height: 117px;
    padding: 0 16px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #666666;
    opacity: 1;
  }

  .advantage-box .item .icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
  }

  .cloud-wrapper-box {
    padding-bottom: 80px;
  }

  .cloud-wrapper {
    margin-top: 40px;
    width: 100%;
  }

  .cloud-image {
    width: 22%;
    margin: 5px;
    float: left;
    background: #fff;
    padding: 5px;
    margin-left: 2%;
  }

  .cloud-image img {
    width: 100%;
  }

  .cloud-image p {
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
  }

  .project_three {
    display: block;
  }

  .course_center {
    display: flex;
    justify-content: center;
    padding: 70px 0 20px 0;
  }

  .course_center ul li {
    font-size: 11px;
    /* display: flex; */
    align-items: center;
    margin-left: 4%;
  }

  .courser_three_mod {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .course_center_md {
    display: flex;
    justify-content: center;
    padding: 25px;
  }

  .course_center_md ul li {
    font-size: 11px;
    display: flex;
    align-items: center;
  }

  .support_box li {
    float: left;
    width: 19.3%;
    text-align: center;
    margin: 0 10px;
    margin-bottom: 30px;
    padding: 35px 8px;
    border: 1px solid #ededed;
    height: 240px;
  }

  .support_box li img {
    width: 70px;
    margin: 0 auto;
  }

  .support_box li h5 {
    font-size: 20px;
    margin-top: 20px;
  }

  .support_box li:hover h5 {
    color: #D7224C;
  }

  .support_box li p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 15px;
    color: #666666;
  }

  .end_bg {
    margin-top: 60px;
  }

  .panel {
    width: 100%;
    margin-top: 20px;
    background: #f5f5f5;
  }

  .panel-header {
    line-height: 60px;
    font-size: 18px;
    padding-left: 40px;
    font-weight: normal;
  }

  .panel-header:hover {
    background-color: #e6174f;
    color: #FFFFFF;
    /* background-image: url("../images/down.png"); */
    background-repeat: no-repeat;
    background-position: right;
  }

  .panel-body {
    font-size: 16px;
    border-top: 1px solid #ddd;
    margin: 0 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 32px;
    color: #555;
    display: none;
  }

  .panel-body:not(:nth-child(2)) {
    display: none;
  }

  .logo_bgs {
    width: 744px;
    height: 319px;
    margin: 0 auto;
  }

  .anli_hz {
    text-align: right;
    font-weight: 500;
    font-size: 15px;
    margin-right: 200px;
  }

  .weixin_bg {
    display: block;
    float: right;
    width: 118px;
    height: 98px;
    position: relative;
    position: fixed;
    top: 800px;
    right: 0;
    /* background: url(../images/weixin.png); */
  }

  .wx_pic {
    width: 118px;
    height: 98px;
    cursor: pointer;
    z-index: 999;
  }

  .wx_pic:hover .wx_users {
    top: -98px;
    display: block;
  }

  .wx_users {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 118px;
    height: 119px;
    transform: translateX(-50%);
    left: 50%;
  }

  .wx_text {
    position: absolute;
    z-index: 10;
    left: 30%;
    top: 50%;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    transform: translateX(-50%);
    transform: translateY(-50%);
  }

  .foot_pc {
    display: block;
  }

  .foot_md {
    display: none;
  }

  .footer {
    width: 100%;
    height: 300px;
    clear: both;
    background: linear-gradient(235deg, rgb(25, 15, 49), rgb(37, 17, 106), rgb(25, 15, 49));
  }


  .footer .bigBox {
    width: 750px;
    margin: 0 auto;
    height: 254px;
    padding-top: 56px;
  }


  .footer .Flinks {
    width: 760px;
    font-size: 12px;
    margin: 0 auto;
    color: #fff;
  }

  .footer .Flinks a {
    color: #fff;
  }

  .footer .Flinks a:first-child {
    margin-left: 12px;
  }

  .footer .Flinks a::after {
    content: "|";
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer .Flinks a:last-child:after {
    content: "";
  }

  .footer .footBox {
    float: left;
  }

  .footer .img1 {
    width: 250px;
    padding-left: 80px;
  }

  .footer .img2 {
    width: 250px;
    padding-left: 90px;
  }

  .footer .footBox:last-child {
    margin-right: 0px;
  }

  .footer .footBox img {
    width: 160px;
  }

  .footer .footBox .font {
    width: 160px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
  }

  .footer .contactAll {
    float: left;
    font-size: 20px;
    color: #fff;
    width: 250px;
  }

  .footer .contactAll .footBoxTitle {
    font-size: 62px;
    font-weight: bolder;
    position: relative;
  }

  .footer .contactAll .footBoxTitle i {
    font-size: 20px;
    position: absolute;
  }

  .footer .contactAll .footBoxDor {
    font-size: 20px;
    line-height: 64px;
  }

  .footer .contactAll .footBoxTel {
    font-size: 16px;
    line-height: 26px;
  }



  .foot_top {
    display: flex;
    justify-content: center;
    padding: 88px 0;
  }

  .foot_top ul li {
    font-size: 19px;
    color: #fff;
    padding-bottom: 16px;
  }

  .fppt_right {
    display: flex;
    justify-content: center;
    padding-left: 100px;
  }

  .code_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
  }

  .code_pic {
    width: 102px;
    height: 102px;
  }

  .code_span {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
  }

  .fx {
    display: flex;
    flex-direction: column;
  }

  .beian_p {
    font-size: 19px;
    color: #fff;
    text-align: center;
    line-height: 40px;
  }

  .footbt_pos {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }

  .float_bot_mar {
    margin: 0 auto;
  }

  .float_bot {
    padding: 36px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 72px;
    width: 750px;
    background: linear-gradient(235deg, #da380f, #e6174f);
  }

  .zixun {
    color: #fff;
    font-size: 19px;
  }

  .shouzi_pic {
    width: 27px;
    height: 23px;
    margin-left: 3px;
  }

  .inpt_ {
    height: 40px;
    padding-left: 20px;
    border-radius: 25px;
    line-height: 50px;
    margin-left: 14px;
  }

  input {
    border: 0;
    outline: none;
    background: #fff;
    outline: none;
  }

  .btn_click {
    cursor: pointer;
    height: 40px;
    border-radius: 25px;
    line-height: 50px;
    margin-left: 14px;
    align-items: center;
    padding: 0 20px;
    background: #fff;
    display: flex;
    justify-content: center;
  }

  .ys_span {
    color: #e6174f;
    padding-right: 10px;
    font-size: 14px;
  }

  .go_pic {
    width: 19px;
    height: 19px;
  }

  .consulting {
    display: none;
  }

  .pos_botoms {
    display: none;
  }

  /* 
      轮播图
      
      */
  .swiper-container {
    width: 90%;
    height: 100%;
  }

  .swiper-wrapper {
    padding: 50px 0;
  }

  .swiper-img {
    width: 266px;
    height: 377px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: #fb8fac;
  }

  .swiper-slide {
    text-align: center;
    margin: 0;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
  }

  .swiper-slide-active,
  .swiper-slide-duplicate-active {
    transform: scale(1);
  }
}

@media screen and (max-width: 500px) {
  body {
    padding-bottom: 60px;
  }

  .header {
    width: 100%;
    overflow-x: hidden;
    margin: 0 auto;
  }

  .head {
    width: 100%;
    height: 60px;
    background: linear-gradient(235deg, rgb(26, 3, 83), rgb(49, 126, 244), rgb(245, 101, 244));
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
  }

  .main {
    width: 98%;
    margin: 0 auto;
  }

  .main-fx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    background: linear-gradient(235deg, rgb(26, 3, 83), rgb(49, 126, 244), rgb(245, 101, 244));
    min-height: 0.6rem;
  }

  .logo-img {
    height: 50px;
  }

  .header-menu {
    display: none;
  }

  .header-menu li {
    float: left;
    padding: 0 19px;
    color: #333333;
  }

  .header-menu1-box {
    height: 60px;
    display: block;
    position: relative;
  }

  .header-menu1-box img {
    width: 30px;
    height: 30px;
    margin-top: 15px;
  }

  .header-menu1 {
    display: none;
    background: #FFFFFF;
    position: absolute;
    top: 60px;
    width: 200px;
    right: 0;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  }

  .main-top {
    background-size: 100% 100%;
    min-height: 175px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    margin-top: 60px;
  }

  .mian-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .banner-tit {
    font-size: 0.5rem;
    font-weight: bold;
    color: #fff;
    line-height: 1rem;
  }

  .baner-js {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }

  .banner-md-power {
    padding: 0;
    display: flex;
  }

  .md-span {
    font-size: 12px;
    padding: 4px 8px;
    color: #fff;
    border-radius: 6px;
    margin: 15px 10px 29px 0;
    background: linear-gradient(235deg, rgb(240, 116, 149), rgb(233, 136, 111));
  }

  .main-bottom {
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .line-span {
    width: 40px;
    height: 1px;
    background: #fff;
    margin-right: 20px;
  }

  .banner-img {
    width: 2.4rem;
    /*height: 2rem;*/
  }

  .couser_two {
    background: #fff;
    padding-top: 35px;
  }

  .course_two_top {
    position: relative;
  }

  .project_tit {
    font-size: 16px;
    color: #333333;
    position: relative;
    text-align: center;
  }

  .bg_write {
    position: absolute;
    z-index: 1;
    font-size: 14px;
    color: #e6174f;
    opacity: 0.1;
    top: -5px;
    left: 50%;
    /* text-transform: uppercase; */
    font-weight: bold;
    transform: translateX(-50%);
  }

  .bt_line {
    width: 30px;
    height: 1px;
    background: #e6174f;
    position: absolute;
    border-bottom: 1px solid #e6174f;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
  }

  .course_two_botm {
    display: none;
  }

  .md_course_botm {}

  .course_left {
    padding: 20px;
  }

  .project_img1 {
    width: 2.62rem;
    height: 100%;
  }

  .project_img3 {
    width: 2.04rem;
    height: 100%;
  }

  .course_left ul li {
    font-size: 12px;
    display: flex;
    align-items: center;
    line-height: 24px;
  }

  /* @import url("css.css"); */
  .numbers {
    font-family: '微软雅黑', 'Dosis', sans-serif;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    line-height: 82px;
    text-transform: uppercase;
    position: relative;
  }

  .effect {
    color: #fff;
    text-shadow: 0px 0px 0 #e6174f, 1px -1px 0 #e6174f, 2px -2px 0#e6174f,
      3px -3px 0#e6174f, 4px -4px 12px rgba(0, 0, 0, 0.55),
      5px -5px 1px rgba(0, 0, 0, 0.5);
  }

  .course_cont {
    padding: 20px 18px;
    color: #333333;
  }

  .text_h3 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: left;
  }

  .course_right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .before_border {
    width: 314px;
    height: 185px;
    border-radius: 10px;
    background: linear-gradient(235deg, rgb(240, 116, 149), rgb(233, 136, 111));
    position: relative;
    margin: 0 auto;
  }

  .after_border {
    width: 294px;
    height: 165px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    border: 1px solid #000000;
    right: 10px;
    top: 10px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .project_item {
    display: flex;
    justify-content: center;
    padding-top: 58px;
  }

  .process {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .process .num {
    width: 20px;
    height: 20px;
    background: #f12870;
    border-radius: 50%;
    font-size: 14px;
    line-height: 20px;
    font-family: PingFang SC;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
  }

  .process span {
    font-size: 14px;
    font-family: "microsoft yahei";
    font-weight: 400;
    color: #666666;
    margin-left: 10px;
  }

  .items {
    position: relative;
    box-shadow: 0px 3px 4px 1px rgba(209, 209, 209, 0.44);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333333;
    width: 154px;
    background: #fff;
    border-radius: 10px;
    margin: 0 10px 50px;
    padding: 10px 0;
    float: left;
  }

  .item-pic {
    position: absolute;
    width: 46px;
    height: 46px;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
  }

  .item-tit {
    font-size: 14px;
    line-height: 36px;
    color: #e6174f;
  }

  .item-mod {
    text-align: center;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    padding: 0 5px;
  }

  .item-bot {
    font-size: 10px;
    line-height: 22px;
    padding: 10px 15px;
  }

  .cloud-wrapper-box {
    padding-bottom: 20px;
  }

  .cloud-wrapper {
    margin-top: 40px;
    width: 100%;
  }

  .cloud-image {
    width: 44%;
    margin: 5px;
    float: left;
    background: #fff;
    padding: 5px;
    margin-left: 4%;
  }

  .cloud-image img {
    width: 100%;
  }

  .cloud-image p {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }

  .project_three {
    display: none;
  }

  .end_bg {
    margin-top: 60px;
    padding: 0 10px;
  }

  .panel {
    width: 100%;
    margin-top: 15px;
    background: #f5f5f5;
  }

  .panel-header {
    line-height: 50px;
    font-size: 13px;
    padding-left: 15px;
    font-weight: normal;
  }

  .panel-body {
    font-size: 12px;
    border-top: 1px solid #ddd;
    margin: 0 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
    color: #555;
    display: none;
  }

  .panel-body:not(:nth-child(2)) {
    display: none;
  }

  .end_bg {
    margin-top: 0.2rem;
  }

  .logo_bgs {
    width: 6.62rem;
    height: 2.8rem;
    margin: 0 auto;
  }

  .anli_hz {
    text-align: right;
    font-weight: 500;
    font-size: 12px;
  }

  .weixin_bg {
    display: none;
    float: right;
    width: 118px;
    height: 98px;
    position: relative;
    position: fixed;
    top: 800px;
    right: 0;
    /* background: url(../images/weixin.png); */
  }

  .wx_pic {
    width: 118px;
    height: 98px;
    cursor: pointer;
    z-index: 999;
  }

  .wx_pic:hover .wx_users {
    top: -98px;
    display: block;
  }

  .wx_users {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 118px;
    height: 119px;
    transform: translateX(-50%);
    left: 50%;
  }

  .wx_text {
    position: absolute;
    z-index: 10;
    left: 30%;
    top: 50%;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    transform: translateX(-50%);
    transform: translateY(-50%);
  }

  .foot_pc {
    display: none;
  }

  .foot_md {
    display: block;
  }

  .footer {
    width: 100%;
    height: 130px;
    background: linear-gradient(235deg, rgb(25, 15, 49), rgb(37, 17, 106), rgb(25, 15, 49));
    padding-top: 24px;
  }

  .footer .bigBox {
    clear: both;
    width: 320px;
    margin: 0 auto;
    /* width: 233px; */
    /* margin: 0 auto; */
    /* margin-left: 28%; */
  }

  .positionR {
    position: relative;
  }

  .footer .Flinks {
    width: 320px;
    font-size: 6px;
    color: #fff;
    position: absolute;
    /* 居中对齐 */
    left: 50%;
    transform: translateX(-50%);
    bottom: 4%;
  }

  .footer .Flinks a {
    color: #fff;
    font-size: 4px;
  }

  .footer .Flinks a:first-child {
    margin-left: 4px;
  }

  .footer .Flinks a::after {
    content: "|";
    color: #fff;
    margin-right: 2px;
    margin-left: 2px;
  }

  .footer .Flinks a:last-child:after {
    content: "";
  }

  .footer .contactAll {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 24px;
  }

  .footer .contactAll div {
    font-size: 0.3em;
  }

  .footer .contactAll .footBoxTitle {

    font-weight: bolder;
    position: relative;
  }

  .footer .contactAll .footBoxTitle i {
    position: absolute;
  }

  .footer img {
    width: 100%;
  }

  .img1,
  .img2 {
    width: 22%;
    top: 18%;
  }

  .img1 {
    position: absolute;
    left: 0;
  }

  .img2 {
    position: absolute;
    right: 0;
  }

  .footer .font {
    width: 100%;
    font-size: 8px;
    color: #fff;
    text-align: center;
  }



  .holdBottom {
    height: 60px;
    background-color: #fff;
  }

  .holdBottom .halfHoldBottom {
    width: 60%;
    height: 100%;
    margin: 0 auto;
  }

  .holdBottom .halfHoldBottom .bt {
    width: 46%;
    height: 50px;
    font-size: 16px;
    float: left;
    line-height: 50px;
	
    border: 1px solid #ffffff;
	
    border-radius: 50px;
    text-align: center;
    margin-top: 2%;
    color: #ffffff;
    font-weight: bolder;
	background: #1aad17;
  }

  .holdBottom .halfHoldBottom .wechat {
    margin-right: 4%;
  }

  .holdBottom .halfHoldBottom .wechat i img {
    float: left;
    width: 30px;
    position: relative;
    top: 20%;
    left: 20%;
  }

  .holdBottom .halfHoldBottom .tel i img {
    float: left;
    width: 30px;
    position: relative;
    top: 20%;
    left: 20%;
  }

  .holdBottom .halfHoldBottom .tel a {
    color: #ed52f1;
  }


  .wechatCard {
    position: absolute;
    width: 332px;
    height: 260px;
    background: #fff;
    border-radius: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999999;
  }

  .wechatCard img {
    width: 30px;
    height: 30px;
    margin-left: 46%;
    margin-top: 10%;
  }


  .wechatCard .close {
    position: absolute;
    top: -10%;
    left: 40%;
  }

  .wechatCard .title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 20px;
  }

  .wechatCard .wechat {
    text-align: center;
    font-size: 20px;
    color: #999;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .wechatCard .bottom {
    text-align: center;
    font-size: 20px;
    color: #999;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .wechatCard .open {
    display: inline-block;
    width: 190px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #1aad17;
    border-radius: 50px;
    margin-top: 14px;
    margin-left: 21%;
    color: #fff;
    font-size: 25px;
  }

  .telCard {
    position: absolute;
    width: 252px;
    height: 100px;
    background: #333;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999999;
    color: #fff;
    font-size: 20px;
  }

  .telCard div {
    border-bottom: 1px solid #999;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
  }

  .telCard .telCardCall a {
    color: #fff;
  }

  .telCard div:hover {
    background-color: rgba(3, 3, 3, 0.5);
  }


  .telCard div:last-child {
    border-bottom: none;
  }







  .foot_top {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }

  .foot_top ul li {
    font-size: 12px;
    color: #333333;
    font-weight: 500;
    padding-bottom: 10px;
  }

  .fppt_right {
    display: flex;
    justify-content: center;
    padding-top: 18px;
  }

  .code_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .code_pic {
    width: 50%;
    height: auto;
  }

  .code_span {
    color: #000;
    font-size: 12px;
    line-height: 30px;
  }

  .fx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .beian_p {
    display: none;
    font-size: 19px;
    color: #fff;
    text-align: center;
    line-height: 40px;
  }

  .footbt_pos {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }

  .float_bot_mar {
    margin: 0 auto;
  }

  .float_bot {
    display: none;
  }

  .consulting {
    display: block;
    margin-bottom: 81px;
  }

  .zx_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 74px;
  }

  .ys_span {
    font-size: 12px;
    background: linear-gradient(235deg, rgb(240, 116, 149), rgb(233, 136, 111));
    padding: 15px 70px;
    border-radius: 10px;
  }

  .inpt_ {
    margin: 10px 0;
    border-radius: 10px;
    line-height: 46px;
    padding-left: 10px;
    border: 1px solid #666666;
  }

  input {
    border: 0;
    outline: none;
    background: #fff;
    outline: none;
  }

  .pos_botoms {
    cursor: pointer;
    position: fixed;
    z-index: 999;
    bottom: 0;
    display: block;
    width: 100%;
  }

  .click_bot {
    width: 100%;
    color: #fff;
    font-size: 18px;
    padding: 21px 0;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(235deg, #cd3a1a, #d7224c);
  }

  .swiper-container {
    width: 90%;
    height: 100%;
  }

  .swiper-wrapper {
    padding: 50px 0;
  }

  .swiper-img {
    width: auto;
    height: 3rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: #fb8fac;
  }

  .swiper-slide {
    text-align: center;
    margin: 0;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
  }

  .swiper-slide-active,
  .swiper-slide-duplicate-active {
    transform: scale(1);
  }
}