* {
  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: #fff;
    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: 60px;
  }
  .header-menu {
  }
  .header-menu li {
    float: left;
    padding: 0 19px;
    color: #333333;
  }
  .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: #333333;
  }
  .header-menu li a:hover {
      color: #e6174f;
  }
  .header-menu1-box {
	  display: none;
  }
  .main-top {
    background: url('bg_pic.png') center no-repeat;
    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: #0E1216;
    line-height: 124px;
  }
  .banner-head{
    display: flex;
  }
  .banner-point{
    margin: auto;
    margin-left: 12px;
    margin-right: 12px;
    width: 11px;
    height: 11px;
    background: linear-gradient( 110deg, #FF7B7C 2%, #FF866B 100%);
    box-shadow: 0px 4px 12px 0px rgba(233,31,31,0.2);
    border-radius: 40px 40px 40px 40px;
  }
  .baner-js {
    font-size: 36px;
    font-weight: 400;
    color: #0E1216 ;
    line-height: 124px;
  }
  .banner-power {
    padding: 55px 0;
    display: flex;
  }
  .banner-power span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff ;
    text-align: center;
    width: 200px;
    height: 46px;
    line-height: 46px;
    margin-right: 50px;
    background: linear-gradient( 110deg, #FF7B7C 2%, #FF866B 100%);
    box-shadow: 0px 4px 12px 0px rgba(233,31,31,0.2);
    border-radius: 40px 40px 40px 40px;
  }
  .main-bottom {
    font-size: 23px;
    color: #0E1216;
    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;
  }
  .course_two_top {
    position: relative;
  }
  .project_tit {
    font-size: 40px;
    color: #0E1216;
    position: relative;
    text-align: center;
    font-weight: bold;
  }
  .bg_write {
    font-weight: 400;
    font-size: 24px;
    color: #B1B3B6;
    text-align: center;
  }
  .bg_write_desc {
    padding: 0 100px;
    font-weight: 400;
    font-size: 18px;
    color: #4A5464;
    line-height: 28px;
    text-align: center;
  }
  .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;
  }
  .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: #0E1216;
  }
  .text_h3::before{
    content: ""; /* 必须设置content属性 */
    display: inline-block; /* 将伪元素显示为行内块元素 */
    width: 8px; /* 设置宽度 */
    height: 8px; /* 设置高度 */
    border-radius: 50%; /* 设置边界半径为50%，形成圆形 */
    margin-right: 5px;
    background-color: #FF7A8B; /* 设置背景色 */
  }
  .text_h3_desc{
    padding: 10px;
    background: #FDEDF1;
    border-radius: 12px 12px 12px 12px;
    width: 430px;
  }
  .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(230, 23, 79, 0.1); */
    background: url('bg2.png') center no-repeat;
    background-size: 100% 100%;
    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 12px;
  }
  .item-mod {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #4A5464;
  }
  .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;
    height: 240px;
	  margin-bottom: 30px;
	  padding: 28px 20px;
    box-shadow: 14px 4px 22px 0px rgba(191,146,146,0.15);
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #FCC7C7;
  }
  .support_box li img {
	  width: 64px;
	  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: 16px;
	  line-height: 32px;
	  margin-top: 15px;
	  color: #4A5464;
  }
  .advantage-box {
	  width: 1200px;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  align-content: space-between;
  }
  .advantage-box .item {
	  position: relative;
	  width: 320px;
	  background: #fff;
  }
  .advantage-box .item .t1 {
	  height: 30px;
	  font-size: 24px;
	  font-weight: 700;
	  line-height: 38px;
	  color: #0E1216;
    margin-left: 68px;
	  opacity: 1;
  }
  .advantage-box .item .t2 {
	  height: 117px;
	  margin: 0 auto;
    margin-left: 68px;
	  font-size: 18px;
	  font-weight: 400;
	  line-height: 32px;
	  color: #4A5464;
	  opacity: 1;
  }
  .advantage-box .item .icon {
	  width: 60px;
	  height: 60px;
	  position: absolute;
	  top: 0;
	  left: 0;
  }
  .end_bg {
    margin-top: 50px;
  }
  .panel {
	  width: 100%;
	  margin-top: 20px;
    background:#FDEDF1;
  }
  .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(down.png);
	  background-repeat: no-repeat;
	  background-position: right;
  }
   .panel-body {
	   font-size: 16px;
	   border-top:1px solid #ddd;
     padding: 40px;
	   line-height: 32px;
	   color: #555;
	   display: none;
     background-color: #fff;
  }
  .panel-body:not(:nth-child(2)) {
	  display:none;
  }
  .cloud-wrapper-box {
	  padding-bottom: 80px;
  }
  .cloud-wrapper {
	  margin-top: 40px;
	  width: 100%;
  }
  .cloud-image {
	  width: 20.5%;
	  margin: 15px;
	  float: left;
	  background: #fff;
	  padding: 10px;
    box-shadow: 14px 4px 22px 0px rgba(191,146,146,0.15);
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #FCC7C7;
  }
  .cloud-image img {
	  width: 100%;
  }
  .cloud-image p {
	  font-size: 18px;
	  text-align: left;
    margin:  8px 0;
  }
  .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;
    bottom: 0;
    right: 0;
  }
  .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: -98px;
    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 {
    margin-top: 150px;
    width: 100%;
    background: linear-gradient(235deg, rgb(233, 136, 111), rgb(240, 116, 149));
  }
  .foot_top {
    display: flex;
    justify-content: center;
    padding: 88px 0;
  }
  .foot_top ul li {
    font-size: 19px;
    color: #fff;
    padding-bottom: 16px;
  }
  .foot_top ul li a{color: #fff;}
  .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: #fff;
    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: #fff;
    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;
  }
  .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: url('bg_pic.png') center no-repeat;
    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-head{
    display: flex;
  }
  .banner-point{
    margin: auto;
    width: 11px;
    height: 11px;
    margin-left: 12px;
    margin-right: 12px;
    background: linear-gradient( 110deg, #FF7B7C 2%, #FF866B 100%);
    box-shadow: 0px 4px 12px 0px rgba(233,31,31,0.2);
    border-radius: 40px 40px 40px 40px;
  }
  .banner-tit {
    font-size: 32px;
    font-weight: bold;
    color: #0E1216;
    line-height: 64px;
  }
  .baner-js {
    font-size: 18px;
    font-weight: 400;
    color: #0E1216;
    line-height: 64px;
  }
  .banner-power {
    padding: 25px 0;
    display: flex;
  }
  .banner-power span {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    display: block;
    font-weight: 500;
    color: #fff ;
    text-align: center;
    width: 180px;
    height: 40px;
    line-height: 40px;
    margin-right: 50px;
    background: linear-gradient( 110deg, #FF7B7C 2%, #FF866B 100%);
    box-shadow: 0px 4px 12px 0px rgba(233,31,31,0.2);
    border-radius: 40px 40px 40px 40px;
  }
  
  .main-bottom {
    font-size: 12px;
    color: #0E1216;
    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: #0E1216;
    position: relative;
    text-align: center;
  }
  .bg_write {
    font-weight: 400;
    font-size: 20px;
    color: #B1B3B6;
    text-align: center;
  }
  .bg_write_desc {
    padding: 0 100px;
    font-weight: 400;
    font-size: 16px;
    color: #4A5464;
    line-height: 28px;
    text-align: center;
  }
  .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;
  }
  .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;
    color: #0E1216;
  }
  .text_h3::before{
    content: ""; /* 必须设置content属性 */
    display: inline-block; /* 将伪元素显示为行内块元素 */
    width: 6px; /* 设置宽度 */
    height: 6px; /* 设置高度 */
    border-radius: 50%; /* 设置边界半径为50%，形成圆形 */
    margin-right: 5px;
    background-color: #FF7A8B; /* 设置背景色 */
  }
  .text_h3_desc{
    padding: 10px;
    background: #FDEDF1;
    border-radius: 12px 12px 12px 12px;
    width: 345px;
  }
  .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: url('bg2.png') center no-repeat;
    background-size: 100% 100%;
    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;
    color: #0E1216;
  }
  .item-mod {
    font-size: 16px;
    line-height: 26px;
	  color: #4A5464;
  }
  .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;
  	  width: 30%;
	    margin: 0 10px;
  	  background: #fff;
  }
  .advantage-box .item .t1 {
  	  height: 30px;
  	  font-size: 20px;
  	  font-weight: 700;
  	  line-height: 38px;
  	  color: #333;
  	  opacity: 1;
      margin-left: 68px;
  }
  .advantage-box .item .t2 {
      margin-left: 68px;
  	  height: 117px;
  	  font-size: 16px;
  	  font-weight: 400;
  	  line-height: 26px;
  	  color: #4A5464;
  	  opacity: 1;
  }
  .advantage-box .item .icon {
  	  width: 60px;
  	  height: 60px;
  	  position: absolute;
  	  top: 0;
  	  left: 0;
  }
  .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;
      box-shadow: 14px 4px 22px 0px rgba(191,146,146,0.15);
      border-radius: 12px 12px 12px 12px;
      border: 1px solid #FCC7C7;
  }
  .cloud-image img {
  	  width: 100%;
  }
  .cloud-image p {
      margin:  8px 0;
  	  font-size: 18px;
  	  text-align: left;
  }
  .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;
  }
  .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;
	  height: 220px;
    box-shadow: 14px 4px 22px 0px rgba(191,146,146,0.15);
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #FCC7C7;
  }
  .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:#FDEDF1;
  }
  .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(down.png);
  	  background-repeat: no-repeat;
  	  background-position: right;
  }
   .panel-body {
  	   font-size: 16px;
  	   border-top:1px solid #ddd;
       padding: 40px;
  	   line-height: 32px;
  	   color: #555;
  	   display: none;
       background-color: #fff;
  }
  .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;
    bottom: 0;
    right: 0;
    /* background: url(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 {
    margin-top: 100px;
    width: 100%;
    /* margin-bottom: 180px; */
    background: linear-gradient(235deg, rgb(233, 136, 111), rgb(240, 116, 149));
  }
  .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) {
  .header {
    width: 100%;
    overflow-x: hidden;
    margin: 0 auto;
  }
  .head {
    width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	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-color: #FFFFFF;
	  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: linear-gradient(235deg, rgb(233, 136, 111), rgb(240, 116, 149));
    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: #0E1216;
    line-height: 1rem;
  }
  .baner-js {
    font-size: 14px;
    font-weight: 400;
    color: #0E1216;
  }
  .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: #0E1216;
    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 {
    font-weight: 400;
    font-size: 16px;
    color: #B1B3B6;
    text-align: center;
  }
  .bg_write_desc {
    padding: 0 100px;
    font-weight: 400;
    font-size: 14px;
    color: #4A5464;
    line-height: 28px;
    text-align: center;
  }
  .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;
  }
  .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 {
    color: #0E1216;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: left;
  }
  .text_h3::before{
    content: ""; /* 必须设置content属性 */
    display: inline-block; /* 将伪元素显示为行内块元素 */
    width: 6px; /* 设置宽度 */
    height: 6px; /* 设置高度 */
    border-radius: 50%; /* 设置边界半径为50%，形成圆形 */
    margin-right: 5px;
    background-color: #FF7A8B; /* 设置背景色 */
  }
  .text_h3_desc{
    padding: 10px;
    background: #FDEDF1;
    border-radius: 12px 12px 12px 12px;
    width: 180px;
  }
  .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;
  }
  .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:#FDEDF1;
  }
  .panel-header {
  	  line-height: 50px;
  	  font-size: 13px;
  	  padding-left:15px;
  	  font-weight: normal;
  }
   .panel-body {
  	   font-size: 12px;
  	   border-top:1px solid #ddd;
       padding: 20px;
  	   line-height: 24px;
  	   color: #555;
  	   display: none;
       background-color: #fff;
  }
  .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;
    bottom: 0;
    right: 0;
    /* background: url(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%;
    background: #fff;
    padding: 38px 0;
  }
  .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);
  }
  .click_bot a{color: #fff;}
  .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);
  }
}
