﻿* {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
}
body {
    min-width: 1200px;
    /* padding-bottom: 200px; */
}
.nav {
    height:365px;
    background: url("../../imageswm/fuwutixi.jpg") no-repeat center -76px;
    overflow:hidden;
}
.nav img{
    width: 100%;
}
/* 售前服务 */
.ps_service {
    overflow: hidden;
    margin-bottom: 98px;
}
.ps_service .title1 {
    text-align: center;
    font-size: 45px;
    font-family: "Microsoft YaHei";
    margin: 113px 0 63px 0;
}
.bgc1 {
    position: relative;
    width: 1200px;
    height: 1055px;
    margin: 0 auto;
    background: url("../../imageswm/fuwu-2.png");
}
.ps_service .txt1 {
    position: absolute;
    width: 530px;
    padding-left: 70px;
    padding-top: 80px;
    text-align: left;
    top:0;
    right: 0;
}
.txt1 div:nth-child(2) {
    font-size: 35px;
    font-weight: bold;
    color: #535353;
    margin: 10px 0 12px 0;
}
.txt1 img:nth-child(3) {
    margin-bottom: 39px;
}
.txt1 div:nth-child(4) {
    font-size: 15px;
    color: #777;
}
.txt1 div:nth-child(5) {
    font-size: 15px;
    color: #777;
    margin: 12px 0;
}
.txt1 div:nth-child(6) {
    font-size: 15px;
    color: #777;
    margin-bottom: 33px;
}
.txt1 div:nth-child(7) {
    width:36px;
    border-top: 1px solid #939393;
}

.ps_service .txt2 {
    position: absolute;
    width: 500px;
    padding-left: 150px;
    padding-top: 60px;
    text-align: left;
    top:380px;
    left: 0;
}
.txt2 div:nth-child(2) {
    font-size: 35px;
    font-weight: bold;
    color: #eee1b5;
    margin: 9px 0;
}
.txt2 img:nth-child(3) {
    margin-bottom: 34px;
}
.txt2 div:nth-child(4) {
    font-size: 15px;
    color: #eee1b5;
}
.txt2 div:nth-child(5) {
    font-size: 15px;
    color: #eee1b5;
    margin: 12px 0;
}
.txt2 div:nth-child(6) {
    font-size: 15px;
    color: #eee1b5;
    margin-bottom: 20px;
}
.txt2 div:nth-child(7) {
    width: 36px;
    border-top: 1px solid #eee1b5;
}

.ps_service .txt3 {
    position: absolute;
    width: 370px;
    padding-right: 150px;
    padding-top: 100px;
    padding-left: 80px;
    text-align: right;
    top:680px;
    right: 0;
}
.txt3 img:nth-child(1) {
    margin-right: 390px ;
}
.txt3 div:nth-child(2) {
    font-size: 35px;
    font-weight: bold;
    color: #535353;
    margin: 7px 0 8px 0;
}
.txt3 img:nth-child(3) {
    margin-bottom: 30px;
}
.txt3 div:nth-child(4) {
    font-size: 15px;
    color: #777;
}
.txt3 div:nth-child(5) {
    font-size: 15px;
    color: #777;
    margin: 12px 0;
}

.txt3 div:nth-child(6) {
    margin-left: 334px ;
    width: 36px;
    border-top: 1px solid #939393;
}
/* 尚层服务团队 */
.team {
    text-align: center;
    overflow: hidden;
    height: 787px;
    background: url("../../imageswm/td-8.png")
}
.team .title2 {
    font-size: 45px;
    font-weight: "Microsoft YaHei";
    color: #222;
    margin: 114px 0 64px 0;
}

.demo {
    margin: 0 auto;
    width: 1200px;
    height: 475px;
    font-size: 14px;
    
    position:relative;
}
.demo li {
    height: 466px;
    width: 291px;
    /* padding-right: 12px; */
    margin-right: 12px;
    margin-bottom: 9px;
    transition:.3s all  linear;
  
  
    
}
.demo li:hover{
    box-shadow: 5px 6px 6px #6b6a63;
    transform: translateY(-10px ) !important;
    
}
.demo li img {
    width: 100% !important;
    height: 291px !important;
}
.demo li>div {
    padding-left: 14px;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    height: 174px;
    background: #fff;
}
.demo .team1 {
    font-size: 20px;
    font-weight: bold;
    color: #545454;
    margin: 37px 0 9px 0;
}
.demo .team2 {
    border:1px solid #d8d8d8;
    width: 263px;
}
.demo .team3 {
    font-size: 14px; 
    color: #777777;
    margin: 16px 0 12px 0;
}
.demo .team4 {
    margin-bottom: 12px;
    font-size: 14px;  
    color: #777777;
}
.demo .team5 {
    font-size: 14px;  
    color: #777777;
}
.demo .desc {
    display: none;
}
.demo .bg {
    display: none;
}
.demo a.control {
    position:absolute;
    display: block;
    top: 50%;
    width: 54px;
    height: 54px;
    cursor: pointer;
    z-index: 2;
    
}
.demo a.prev {
    left: -80px;
    background: url("../../imageswm/unbtn_lf.png") no-repeat;
}
.demo a.next {
    right: -100px;
    background: url("../../imageswm/unbtn_rt.png") no-repeat;
}
.demo a.prev:hover {
    background: url("../../imageswm/btn_lf.png") no-repeat;
}
.demo a.next:hover {
    background: url("../../imageswm/btn_rt.png") no-repeat;
}

.slider {width: 1212px !important;
    padding-left: -12px !important;
}





/* 微信群全程监管 */
.regu {
    text-align: center;
    overflow: hidden;
}
.regu>img:nth-child(1) {
    margin: 110px 0 12px 0;
}
.regu .title3 {
    font-size: 45px;
    font-family: "微软雅黑";
    margin-bottom: 36px;
}
.regu div:nth-child(3) {
    font-size: 16px;
    color: #595959;
}
.regu div:nth-child(4) {
    font-size: 16px;
    color: #595959;
    margin: 7px 0 65px 0;
}
.iphonex {
    width: 415px;
    height: 807px;
    position: relative;
    margin: 0 auto;
}
.iphonex>div {
    position: absolute;
    font-size: 18px;
    color: #5b5b5b;
}
.iphonex>div>span {
   font-weight: bold;
}

.iphonex>div>p{display:block; float:left;}

.iphonex div:nth-child(2) {
   top: 5%;
   left: -90%;
}
.iphonex div:nth-child(3) {
    top: 23%;
    left: -120%;
 }
 .iphonex div:nth-child(4) {
    top: 43%;
    left: -88%;
 }
 .iphonex div:nth-child(5) {
    top: 65%;
    left: -114%;
 }
 .iphonex div:nth-child(6) {
    top: 5%;
    right: -79%;
 }
 .iphonex div:nth-child(7) {
    top: 23%;
    right: -106%;
 }
 .iphonex div:nth-child(8) {
    top: 43%;
    right: -78%;
 }
 .iphonex div:nth-child(9) {
    top: 65%;
    right: -107%;
 }
 /* 客服专员全程服务 */
 .staff {
     overflow: hidden;
     text-align: center;
     background-color: #f9f9f9;
     padding-bottom: 115px;
 }
 .staff .title4 {
     font-size: 40px;
     color: #5b5b5b;
     margin: 84px 0 22px 0;
 }
 .staff>div:nth-child(2) {
     font-size: 16px;
     color: #595959;
 }
 .staff>div:nth-child(3) {
    font-size: 16px;
    color: #595959;
    margin: 8px 0 48px 0;
}
.staff>div:nth-child(4) {
    overflow: hidden;
    margin: 0 auto;
   width: 1199px;
   height: 304px;
   background: url("../../imageswm/24.png");
}
.staff div:nth-child(4)>div {
  
    text-align: right;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    padding-right: 45px;
    box-sizing: border-box;
}
.staff div:nth-child(4)>div span {
    display: inline-block;
}
.staff div:nth-child(4)>div img {
    vertical-align: top;
}
.staff div:nth-child(4)>div:nth-child(1) {
    margin: 33px 107px 19px 0;
}
.staff div:nth-child(4)>div:nth-child(2) {
    margin: 0 75px 19px 0;
}
.staff div:nth-child(4)>div:nth-child(3) {
    margin: 0 -1px 19px 0;
}
.staff div:nth-child(4)>div:nth-child(4) {
    margin: 0 96px 19px 0;
}
.staff div:nth-child(4)>div:nth-child(5) {
    margin: 0 50px 0 0;
}
/* 售后使命必达 */
.mission {
    overflow: hidden;
    text-align: center;
    height: 911px;
}
.mission>div:nth-child(1) {
    font-size: 40px;
    margin: 100px 0 12px 0;
}
.mission>div:nth-child(2) {
    font-size: 12px;
    margin: 0 0 40px 0;
}
.mission>div:nth-child(3) {
    width: 1200px;
    display: flex;
    justify-content: center;
   margin: 0 auto;
    flex-wrap:wrap;
}
.mission>div:nth-child(3)>div {
    width: 223px;
    height: 222px;
    margin: 0 30px;
    transition: all 1s linear;
}
.mis1 img {
    display: none;
}
.active img {
    display: block;
} 
/* .mission>div:nth-child(3)>div>img {
  display: none;
}
.mission>div:nth-child(3)>div:hover img {
   display: block;
}
.mission>div:nth-child(4)>div>img {
    display: none;
  }
  .mission>div:nth-child(4)>div:hover img {
     display: block;
  } */
.mission>div:nth-child(3)>div:nth-child(1) {
    background: url("../../imageswm/shuchu_01.png");
    margin-bottom: 30px;
}
.mission>div:nth-child(3)>div:nth-child(2) {
    background: url("../../imageswm/shuchu_02.png");
    margin-bottom: 30px;
}
.mission>div:nth-child(3)>div:nth-child(3) {
    background: url("../../imageswm/shuchu_03.png");
    margin-bottom: 30px;
}
.mission>div:nth-child(3)>div:nth-child(4) {
    background: url("../../imageswm/shuchu_04.png");
    margin-bottom: 30px;
}
.mission>div:nth-child(4) {
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
.mission>div:nth-child(4)>div {
    width: 223px;
    height: 222px;
    margin: 0 30px;
}
.mission>div:nth-child(3)>div:nth-child(5) {
    background: url("../../imageswm/shuchu_05.png")
}
.mission>div:nth-child(3)>div:nth-child(6) {
    background: url("../../imageswm/shuchu_06.png")
}
.mission>div:nth-child(3)>div:nth-child(7) {
    background: url("../../imageswm/shuchu_07.png")
}
.mission>div:nth-child(3)>div:nth-child(8) {
    background: url("../../imageswm/shuchu_08.png")
}
/* 客户至上 */
.upup {
    text-align: center;
    overflow: hidden;
    color: #fff;
    width: 100%;
    height: 709px;
    background: url("../../imageswm/29.png");
}

.upup div:nth-child(1) {
    font-size: 16px; 
    letter-spacing:7px;
    margin: 117px 0 12px 0;
}
.upup div:nth-child(2) {
    font-size: 50px; 
    font-weight: bold;
}
.upup div:nth-child(3) {
    font-size: 16px; 
    margin: 26px 0 11px 0;
}
.upup div:nth-child(4) {
    font-size: 16px; 
}
.upup div:nth-child(5) {
    font-size: 16px; 
    margin: 11px 0;
}





/*丹方道灸*/
.danfang{position: relative; width:100%; height:auto; margin: 0 auto;}
.ps_service .photo1{width:50%; height:600px;}
.ps_service .daTxt1{position:absolute; width:50%; padding:2% 8%; text-align:left; top: 0; right: 0; box-sizing: border-box; border-top: 1px solid #e8e8e8;}
.daTxt1 div:nth-child(2) {font-size:35px; font-weight:bold; color:#535353; margin:10px 0 12px 0;}
.daTxt1 img:nth-child(3) {margin-bottom:5%;}
.daTxt1 div:nth-child(4) {font-size: 15px; color: #777; line-height:25px; margin-bottom:2%;}
.daTxt1 img:nth-child(5) {font-size: 15px; color: #777; margin-bottom:5%;}
.daTxt1 div:nth-child(6) {width:36px; border-top: 1px solid #939393;}

.ps_service .photo2{width:50%; height:350px; float:right;}
.ps_service .daTxt2{position:absolute; width:50%; padding:2% 10%; text-align:right; top:0; left: 0; box-sizing: border-box; }
.daTxt2 div:nth-child(2) {font-size: 35px; font-weight: bold; color:#535353; margin:10px 0 12px 0;}
.daTxt2 img:nth-child(3) {margin-bottom: 34px;}
.daTxt2 div:nth-child(4) {font-size: 15px; color: #777; line-height:25px; margin-bottom:2%;}
.daTxt2 div:nth-child(5) {width: 36px; border-top: 1px solid #939393; float:right;  margin-right:1.5%;}
	
	
.ps_service .photo3{width:50%; height:505px;}
.ps_service .daTxt3{position:absolute; width:50%; padding:5% 8%; text-align:left; top: 0; right: 0; box-sizing: border-box;}
.daTxt3 img:nth-child(1) {margin-right: 390px ;}
.daTxt3 div:nth-child(2) {font-size: 35px; font-weight: bold; color: #535353; margin: 7px 0 8px 0;}
.daTxt3 img:nth-child(3) {margin-bottom: 30px;}
.daTxt3 div:nth-child(4) {font-size: 15px; color: #777;}
.daTxt3 div:nth-child(5) {font-size: 15px; color: #777; margin: 12px 0;}
.daTxt3 div:nth-child(6) {font-size: 15px; color: #777; margin: 12px 0;}
.daTxt3 div:nth-child(7) {font-size: 15px; color: #777; margin: 12px 0;}
.daTxt3 div:nth-child(8) {font-size: 15px; color: #777; margin: 12px 0;}
.daTxt3 div:nth-child(9) {font-size: 15px; color: #777; margin: 12px 0;}
.daTxt3 div:nth-child(10) {width:36px; border-top: 1px solid #939393; margin-top:5%;}
	
	
.ps_service .photo4{width:50%; height:370px; float:right;}
.ps_service .daTxt4{position:absolute; width:50%; padding:4.2% 10%; text-align:right; top:0; left: 0; box-sizing: border-box; border-bottom: 1px solid #e8e8e8;}
.daTxt4 div:nth-child(2) {font-size: 35px; font-weight: bold; color:#535353; margin:10px 0 12px 0;}
.daTxt4 img:nth-child(3) {margin-bottom: 34px;}
.daTxt4 div:nth-child(4) {font-size: 15px; color: #777; line-height:25px;}
.daTxt4 div:nth-child(5) {font-size: 15px; color: #777; line-height:25px;}
.daTxt4 div:nth-child(6) {font-size: 15px; color: #777; line-height:25px; margin-bottom:2%;}
.daTxt4 div:nth-child(7) {width: 36px; border-top: 1px solid #939393; float:right;  margin-right:1.5%;}
	
	
.fanwei_bg{width:100%; height:600px; color:#fff; background:#D56404; overflow:hidden; }
.fanwei{width:50%; margin:0 auto;}
.fanwei div:nth-child(1) {font-size:50px; font-weight:bold; margin:10% 0 1% 0; text-align:center;}
.fanwei div:nth-child(2) {font-size:16px;  letter-spacing:7px; margin-bottom:5%; text-align:center;}
.fanwei div:nth-child(3) {font-size:22px;  margin:3% 0 1% 0;}
.fanwei div:nth-child(4) {padding-left:3%; font-size:16px; margin-bottom:3%;}
.fanwei div:nth-child(5) {font-size:22px;  margin:3% 0 1% 0;}
.fanwei div:nth-child(6) {padding-left:3%; font-size:16px; margin-bottom:1%;}
.fanwei div:nth-child(7) {padding-left:3%; font-size:16px; margin-bottom:1%;}
.fanwei div:nth-child(8) {padding-left:3%; font-size:16px; margin-bottom:3%;}
.fanwei div:nth-child(9) {font-size:22px;  margin:3% 0 1% 0;}
.fanwei div:nth-child(10) {padding-left:3%; font-size:16px; margin-bottom:1%;}
.fanwei div:nth-child(11) {padding-left:3%; font-size:16px; margin-bottom:3%;}
	 
.tuandui{overflow:hidden; text-align:center; height:911px;}
.tuandui>div:nth-child(1) {font-size:50px; font-weight: bold; margin:100px 0 12px 0;}
.tuandui>div:nth-child(2) {font-size:16px; margin:0 0 40px 0;}
.tuandui>div:nth-child(3){width:1500px; display:flex; justify-content:center; margin:0 auto; flex-wrap:wrap;}
.tuandui>div:nth-child(3)>div{width:280px; height:500px; margin:0 10px; transition: all 1s linear; }
.tuandui span{font-size:20px; text-align:center; line-height:50px; position: relative; top:100%;}
	 
.tuandui>div:nth-child(3)>div:nth-child(1){background:url("../imageswm/tea_01.jpg"); margin-bottom:30px;}
.tuandui>div:nth-child(3)>div:nth-child(2){background:url("../imageswm/tea_02.jpg"); margin-bottom:30px;}
.tuandui>div:nth-child(3)>div:nth-child(3){background:url("../imageswm/teacher_03.jpg"); margin-bottom:30px;}
.tuandui>div:nth-child(3)>div:nth-child(4){background:url("../imageswm/teacher_04.jpg"); margin-bottom:30px;}
.tuandui>div:nth-child(3)>div:nth-child(5){background:url("../imageswm/teacher_05.jpg"); margin-bottom:30px;}




/*明星点赞*/
.good-story{width:100%; margin:0 auto; height:650px; position: relative;}
.good-story-video{height:100%; width:100%; overflow: hidden;}
.prism-player-box{position:relative; width:100%; background-color: #333;}
.video_cover{width:100%; margin-top: -200px;}
.good-story-video-bc{position: absolute; top:149px; left:0px; width: 930px; z-index: 20; font-size: 18px; color:#fff; text-align: center;}
	
.zan{overflow:hidden; text-align:center; height:1350px;}
.zan>div:nth-child(1) {font-size:50px; font-weight: bold; margin:100px 0 12px 0;}
.zan>div:nth-child(2) {width:55%; margin:2% auto; font-size:16px; line-height:30px; color:#5e5e5e;}
.zan>div:nth-child(3){width:1200px; display:flex; justify-content:center; margin:0 auto; flex-wrap:wrap;}
.zan>div:nth-child(3)>div{width:223px; height:223px; margin:0 30px; transition: all 1s linear; }
	
.zan>div:nth-child(3)>div:nth-child(1){background:url(../imageswm/mxing_01.png); margin-bottom:30px;}
.zan>div:nth-child(3)>div:nth-child(2){background:url(../imageswm/mxing_02.png); margin-bottom:30px;}
.zan>div:nth-child(3)>div:nth-child(3){background:url(../imageswm/mxing_03.png); margin-bottom:30px;}
.zan>div:nth-child(3)>div:nth-child(4){background:url(../imageswm/mxing_04.png); margin-bottom:30px;}
	
.zan>div:nth-child(3)>div:nth-child(5){background:url(../imageswm/mxing_05.png); margin-bottom:30px;}
.zan>div:nth-child(3)>div:nth-child(6){background:url(../imageswm/mxing_06.png); margin-bottom:30px;}
.zan>div:nth-child(3)>div:nth-child(7){background:url(../imageswm/mxing_07.png); margin-bottom:30px;}
.zan>div:nth-child(3)>div:nth-child(8){background:url(../imageswm/mxing_08.png); margin-bottom:30px;}
	
.zan>div:nth-child(3)>div:nth-child(9){background:url(../imageswm/mxing_09.png); margin-bottom:30px;}
.zan>div:nth-child(3)>div:nth-child(10){background:url(../imageswm/mxing_10.png); margin-bottom:30px;}
.zan>div:nth-child(3)>div:nth-child(11){background:url(../imageswm/mxing_11.png); margin-bottom:30px;}
.zan>div:nth-child(3)>div:nth-child(12){background:url(../imageswm/mxing_12.png); margin-bottom:30px;}
	
.zan>div:nth-child(3)>div:nth-child(13){background:url(../imageswm/mxing_13.png); margin-bottom:30px;}
.zan>div:nth-child(3)>div:nth-child(14){background:url(../imageswm/mxing_14.png); margin-bottom:30px;}
.zan>div:nth-child(3)>div:nth-child(15){background:url(../imageswm/mxing_15.png); margin-bottom:30px;}
.zan>div:nth-child(3)>div:nth-child(16){background:url(../imageswm/mxing_16.png); margin-bottom:30px;}
	
.zan_foot{width:100%; height:300px; margin:2% auto; overflow:hidden;}




/*店店火爆*/
.huobao{overflow:hidden; text-align:center; height:1250px;}
.huobao>div:nth-child(1) {font-size:50px; font-weight: bold; margin:5% auto 0 auto;}
.huobao>div:nth-child(2) {width:55%; margin:2% auto; font-size:16px; line-height:30px; color:#5e5e5e;}
.huobao>div:nth-child(3){width:1200px; display:flex; justify-content:center; margin:0 auto; flex-wrap:wrap;}
.huobao>div:nth-child(3)>div{width:250px; height:190px; margin:0 20px; transition: all 1s linear; }
	
.huobao>div:nth-child(3)>div:nth-child(1){background:url(../imageswm/kaye_01.jpg); margin-bottom:30px;}
.huobao>div:nth-child(3)>div:nth-child(2){background:url(../imageswm/kaye_02.jpg); margin-bottom:30px;}
.huobao>div:nth-child(3)>div:nth-child(3){background:url(../imageswm/kaye_03.jpg); margin-bottom:30px;}
.huobao>div:nth-child(3)>div:nth-child(4){background:url(../imageswm/kaye_04.jpg); margin-bottom:30px;}
	
.huobao>div:nth-child(3)>div:nth-child(5){background:url(../imageswm/zuozhen_01.jpg); margin-bottom:30px;}
.huobao>div:nth-child(3)>div:nth-child(6){background:url(../imageswm/zuozhen_02.jpg); margin-bottom:30px;}
.huobao>div:nth-child(3)>div:nth-child(7){background:url(../imageswm/zuozhen_03.jpg); margin-bottom:30px;}
.huobao>div:nth-child(3)>div:nth-child(8){background:url(../imageswm/zuozhen_04.jpg); margin-bottom:30px;}
	
.huobao>div:nth-child(3)>div:nth-child(9){background:url(../imageswm/huodong_01.jpg); margin-bottom:30px;}
.huobao>div:nth-child(3)>div:nth-child(10){background:url(../imageswm/huodong_02.jpg); margin-bottom:30px;}
.huobao>div:nth-child(3)>div:nth-child(11){background:url(../imageswm/huodong_03.jpg); margin-bottom:30px;}
.huobao>div:nth-child(3)>div:nth-child(12){background:url(../imageswm/huodong_04.jpg); margin-bottom:30px;}
	
.huobao>div:nth-child(3)>div:nth-child(13){background:url(../imageswm/jinqi_01.jpg); margin-bottom:30px;}
.huobao>div:nth-child(3)>div:nth-child(14){background:url(../imageswm/jinqi_02.jpg); margin-bottom:30px;}
.huobao>div:nth-child(3)>div:nth-child(15){background:url(../imageswm/jinqi_03.jpg); margin-bottom:30px;}
.huobao>div:nth-child(3)>div:nth-child(16){background:url(../imageswm/jinqi_04.jpg); margin-bottom:30px;}
	
.huobao_foot{width:100%; height:300px; margin:0 auto 2% auto; overflow:hidden;}




/*加盟政策*/
.ps_service .title2{font-size:16px; color:#595959; text-align:center; margin-bottom:3%;}
.ps_service .title3{text-align:center; font-size:45px; font-family:"Microsoft YaHei"; margin:8% 0 2% 0;}
		
.ps_service span, .mission span{color:#d90110;}
.ps_service .pic1{float:left; width:366px; height:auto; padding:0 10px;}
.gangxu{position:relative; width:1158px; height:480px; margin:2% auto;}
.yingli{position:relative; width:1200px; height:320px; padding:0 0 5% 0; margin:2% auto 0 auto;}
.jizhi_bg{width:100%; height:auto; color:#fff; padding:3% 0 8% 0; background:#C51420; margin-top:10%; overflow:hidden; }
.jizhi{width:1200px; margin:0 auto;}
.jizhi div:nth-child(1) {font-size:50px; font-weight:bold; margin:5% 0 1% 0; text-align:center;}
.jizhi div:nth-child(2) {width:20%; margin:2% auto 5% auto; padding:0.6% 2%; font-size:16px; /*letter-spacing:7px; */ border:1px solid #fff; border-radius:50px;}
	
.youshi{position:relative; width:1210px; height:580px; margin:2% auto;}
.ps_service .pic2{float:left; width:605px; height:auto; padding:10px 0;}
.qiandian{width:400px; height:150px; margin:38% auto 0 auto;}





/*合作模式+全能型人才培训系统*/
.ps_service .pic3{float:left; width:1200px; height:auto;}
.rencaipx, .moshi{position:relative; width:1200px; height:2315px; padding:0 0 5% 0; margin:0 auto; padding-bottom:5%;}





/*小艾叶*/
.cen_service{width:1200px; margin:0 auto;}
.cen_service .font1{font-size:17px; color:#000; line-height:25px; margin-bottom:1%; text-indent:2em;}
.cen_service .font2{font-size:70px; margin:2% auto 0 auto; font-weight:bold; color:#007378; text-align:center;}
.cen_service .font3{font-size:70px; margin:2% auto; font-weight:bold; color:#fff; text-align:center;}
.cen_service .pic1{float:left; width:366px; height:auto; padding:0 10px;}
.roundhover{text-align:center; height:700px; width:1200px; margin:3% auto 0 auto; overflow:hidden; }	
.roundhover>div:nth-child(1) {font-size:70px; margin:2% auto 0 auto; font-weight:bold; color:#007378;}
.roundhover>div:nth-child(2) {font-size:16px; margin:1% auto; color:#007378; text-decoration:underline;}
.roundhover>div:nth-child(3) {width: 1200px; display:flex;justify-content: center;margin: 0 auto;flex-wrap:wrap;}
.roundhover>div:nth-child(3)>div {width: 223px; height: 222px; margin: 0 30px;transition: all 1s linear;}
.mis1 img{display:none;}	
.active img{display:block;}	
.roundhover>div:nth-child(3)>div:nth-child(1) {background:url("../imageswm/song_a1.png"); margin-bottom: 30px;}
.roundhover>div:nth-child(3)>div:nth-child(2) {background:url("../imageswm/song_a2.png"); margin-bottom: 30px;}
.roundhover>div:nth-child(3)>div:nth-child(3) {background:url("../imageswm/song_a3.png"); margin-bottom: 30px;}
.roundhover>div:nth-child(3)>div:nth-child(4) {background:url("../imageswm/song_a4.png");margin-bottom: 30px;}
.roundhover>div:nth-child(4) {display: flex;justify-content: center; flex-wrap:wrap;}
.roundhover>div:nth-child(4)>div {width: 223px; height: 222px; margin: 0 30px;}
.roundhover>div:nth-child(3)>div:nth-child(5) {background: url("../imageswm/song_a5.png")}
.roundhover>div:nth-child(3)>div:nth-child(6) {background: url("../imageswm/song_a6.png")}
.roundhover>div:nth-child(3)>div:nth-child(7) {background: url("../imageswm/song_a7.png")}
.roundhover>div:nth-child(3)>div:nth-child(8) {background: url("../imageswm/song_a8.png")}

.cen_servicebg{width:100%; background:#007378; margin:5% auto; padding:2% 0;}
.cen_in{width:1200px; margin:0 auto; color:#fff;}
.cen_in span{padding-left:1%; font-size:22px; line-height:60px;}
.cen_in>div:nth-child(1){margin-left:3%;}
.cen_in>div:nth-child(2){margin-left:5%;}
.cen_in>div:nth-child(3){margin-left:8%;}
.cen_in>div:nth-child(5){margin-left:4%;}

.navfeet{border:1px solid #00888e; border-left:none; border-right:none;}
.navfeet_on{float:left; width:22%; margin:0 4.5%; padding:1.4% 1%; background:#00888e; border-radius:50px; }
.navfeet_on a{display:block; color:#fff; font-size:24px; text-align:center;}





