/* 公用显示隐藏 */
.mobile-show {
    display: none !important;
}

.pc-show {
    display: block !important;
}
/*导航*/
.nav-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 83px;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    z-index: 9999;
}
.nav-wrap.fixed{
    box-shadow: 0 12px 15px rgba(0, 0, 0, .3);
}
.nav-wrap .content{
    height: 100%;
}
.nav-wrap .logo{
    display: flex;
    width: 102px;
    justify-content: center;
}
.nav-wrap .logo .img{
    width: 100%;
}
.nav-list .item{
    position: relative;
    margin-left: 50px;
    font-size: 16px;
    line-height: 83px;
    color: #3D3D3D;
}
.nav-list .item:hover a,
.nav-list .item.active a,
.nav-list .item.hover a{
    color: #1773FA;
}

.nav-list .item:after{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #1773FA;
}

.nav-second {
    position: absolute;
    top: 83px;
    left: 0;
    padding: 0;
    width: 100%;
    transition: all .8s;
    background: #fff;
    box-shadow: 0 12px 15px rgba(0, 0, 0, .3);
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}
.nav-second.active{
    padding: 27px 0;
    opacity: 1;
    z-index: 10;
}
.nav-second .drop-wrap .item{
    margin-right: 80px;
    font-size: 14px;
    color: #666666;
}
.nav-second .drop-wrap .item:hover a{
    color: #1773FA;
}
.nav-second .drop-wrap .item:last-child{
    margin-right: 0;
}
/*手机端样式*/
.mobile-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    z-index: 10000;
}

.mobile-wrap .content {
    position: relative;
    height: 100%;
    z-index: 1000;
}

.mobile-wrap .logo {
    width: 1.6rem;
}

.mobile-wrap .menu {
    width: .44rem;
    height: .39rem;
    background: url("../../image/ico.png") no-repeat;
    background-size: 100% 100%;
}

.sub-wapper {
    display: none;
    position: fixed;
    top: 0;
    padding-top: 1rem;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    z-index: 999;
}

.sub-wapper.show {
    display: block;
}

.sub-wapper .cover {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 10;
}

.sub-wapper .mobile-sub-list {
    display: none;
    position: relative;
    background: #fff;
    border-top: 1px solid #ccc;
    z-index: 20;
}

.sub-wapper .mobile-sub-list .item {
    position: relative;
    padding: .3rem;
    font-size: 14px;
    border-bottom: 1px solid #f3f3f3;
}


.sub-wapper .mobile-sub-list .item a {
    color: #000;
}

.sub-wapper .mobile-sub-list .item .title {
    position: relative;
    display: block;
}

.sub-wapper .mobile-sub-list .item.select .title::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    width: .12rem;
    height: .12rem;
    border: 1px solid #333;
    border-left: none;
    border-bottom: none;
    transition: all .5s;
    transform: translateY(-50%) rotate(45deg);
}

.sub-wapper .mobile-sub-list .item.select.open .title::after {
    transform: translateY(-50%) rotate(135deg);
}

.sub-wapper .drop-list {
    display: none;
}

.sub-wapper .drop-list .drop-item {
    padding: .3rem 0 0 .25rem;
    font-size: 13px;
    line-height: normal;
}

.sub-wapper .drop-list .drop-item a {
    color: #646464;
}
/* 首页轮播 */

.banner {
    margin-top: 83px !important;
    width: 100%;
    height: 530px;
}

.banner .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner .swiper-slide .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.banner .swiper-slide .content{
    display: flex;
    position: relative;
    height: 100%;
    font-size: 16px;
    color: #666666;
    align-items: center;
    z-index: 10;
}
.banner .swiper-slide .content .name{
    margin-bottom: 10px;
    font-size: 42px;
    color: #333333;
    font-weight: bold;
}
.banner .swiper-slide .content .btn{
    display: block;
    margin-top: 100px;
    width: 142px;
    height: 42px;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    cursor: pointer;
    color: #fff;
    background: #1773FA;
}
.banner .swiper-slide .content .img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.public-title{
    font-size: 34px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}
.public-title.white{
    color: #fff;
}
/*首页关于我们*/
.home-about{
    padding: 46px 0 30px;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}
.home-about .box{
    margin-top: 40px;
}
.home-about .left{
    width: 50%;
}
.home-about .left .name{
    margin-bottom: 10px;
    font-size: 20px;
    color: #3D3D3D;
    font-weight: bold;
}
.home-about .img{
    width: 510px;
}
.home-about .btn{
    margin-top: 100px;
    width: 142px;
    height: 42px;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    cursor: pointer;
    color: #1773FA;
    border: 1px solid #1773FA;
}
/*首页产品服务*/
.home-service{
    padding: 45px 0 92px;
    width: 100%;
    color: #fff;
    background: url("../../image/index/bg.png") no-repeat;
    background-size: 100% 100%;
}
.home-service .name{
    margin-bottom: 50px;
    padding-bottom: 20px;
    margin-top: 60px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.home-service .text{
    width: 50%;
    font-size: 14px;
    line-height: 25px;
}
.home-service .btn{
    margin-top: 125px;
    width: 142px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}
/*首页解决方案*/
.home-option{
    padding: 45px 0;
}
.home-option .option-list{
    display: flex;
    margin-top: 48px;
    justify-content: center;
}
.home-option .option-list .item{
    margin-right: 54px;
    padding-top: 58px;
    width: 287px;
    height: 341px;
    color: #3D3D3D;
    font-size: 20px;
    text-align: center;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    transition: all .5s;
}
.home-option .option-list .item:hover{
    transform: translateY(-20px);
}
.home-option .option-list .item:last-child{
    margin-right: 0;
}
.home-option .option-list .item .ico{
    display: block;
    margin:0 auto 50px;
    width: 120px;
}
/*首页新闻中心*/
.home-news{
    padding: 45px 0;
    background: #F9FBFF;
}
.home-news .news-wrap{
    display: flex;
    margin-top: 48px;
}
.home-news .news-wrap .left{
    width: 200px;
}
.home-news .news-wrap .left .title-list .item{
    margin-bottom: 30px;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
}
.home-news .news-wrap .left .title-list .item:hover,
.home-news .news-wrap .left .title-list .item.active{
    color: #1773FA;
}
.home-news .news-wrap .btn{
    display: block;
    margin-top: 170px;
    width: 142px;
    height: 42px;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    cursor: pointer;
    color: #1773FA;
    border: 1px solid #1773FA;
}
.home-news .news-wrap .news-list{
    width:calc(100% - 200px);
}
.home-news .news-wrap .news-list .item{
    margin-right: 17px;
    padding: 20px 30px;
    width: 33.3%;
    height: 367px;
    font-size: 14px;
    color: #666666;
    background: #FFFFFF;
    box-sizing: border-box;
}
.home-news .news-wrap .news-list .item:last-child{
    margin-right: 0;
}
.home-news .news-wrap .news-list .item .date{
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: bold;
}
.home-news .news-wrap .news-list .item .name{
    position: relative;
    margin-bottom: 50px;
    margin-top: 40px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.home-news .news-wrap .news-list .item .name:after{
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0;
    width: 70px;
    height: 1px;
    background: #D8D8D8;
}
.home-news .news-wrap .news-list .item:hover{
    background: #1773FA;
}
.home-news .news-wrap .news-list .item:hover a,
.home-news .news-wrap .news-list .item:hover .name{
    color: #fff;
}
/*首页市场合作*/
.home-cooperation{
    padding: 45px 0;
}
.home-cooperation .box{
    margin-top: 48px;
    padding: 59px 0 32px;
    color: #fff;
    background: url("../../image/index/bg1.png") no-repeat;
    background-size: 100% 100%;
}
.home-cooperation .box .title{
    margin-bottom: 70px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 8px;
    text-align: center;
}
.home-cooperation .box .input{
    display: block;
    padding: 0 28px;
    margin:0 auto 20px;
    width: 350px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: rgba(255,255,255,.2);
    outline: none;
    border: none;
    box-sizing: border-box;
}
.home-cooperation .box .input::-webkit-input-placeholder{
    color: #fff;
}
.home-cooperation .box .btn{
    display: block;
    margin:38px auto 0 ;
    padding: 0;
    width: 170px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #1773FA;
    cursor: pointer;
    outline: none;
    border: none;
}
/*底部*/
.footer-wrap{
    padding: 70px 0 20px;
    background: #F9FBFF;
}
.footer-wrap .content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-wrap .left .logo{
    margin-bottom: 17px;
    width: 102px;
}
.footer-wrap .code-list{
    display: flex;
    align-items: center;
    font-size: 14px;
    text-align: center;
}
.footer-wrap .code-list .item{
    margin-right: 10px;
}
.footer-wrap .code-list .item:last-child{
    margin-right: 0;
}
.footer-wrap .code-list .item .img-wrap{
    padding: 3px;
    width: 90px;
    background: #fff;
}
.footer-wrap  .code-list .item .img-wrap .img{
    width: 100%;
}
.footer-wrap .right{
    display: flex;
    width: calc(100% - 400px);
    justify-content: flex-end;
}
.footer-wrap .right .item{
   width: 33.33%;
    color: #666666;
    font-size: 14px;
 }
.footer-wrap .right .item .title{
    margin-bottom: 20px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.footer-wrap .right .item .font{
    display: block;
    margin-bottom: 20px;
}
.footer-wrap .record {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.mobile-footer{
    margin: auto;
    width: 95%;
}
.mobile-footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .3rem;
}
.mobile-footer-nav .item {
    display: block;
    position: relative;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.mobile-footer-nav .item::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: 70%;
    background: #dcdcdc;
    transform: translateY(-40%);
}

.mobile-footer-nav .item:last-child::after {
    display: none;
}
.footer-wrap .message{
    margin-bottom: 20px;
    font-size: 14px;
}
/*侧边*/
.side-wrap{
    display: none !important;
    position: fixed;
    bottom: 320px;
    right: 10%;
    padding: 13px 0;
    width: 70px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.side-wrap.active{
    display: block !important;
}

.side-wrap .item{
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    cursor: pointer;
}
.side-wrap .item:last-child{
    margin-bottom: 0;
}

/*公司简介*/
.about-wrap{
    margin-top: 83px;
    padding: 100px 0;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.about-wrap .title{
    margin-top: 40px;
    padding-bottom: 25px;
    font-size: 26px;
    color: #3D3D3D;
    font-weight: bold;
    border-bottom: 1px solid #D8D8D8;
}
.about-wrap .img{
    margin-top: 90px;
    width: 100%;
}
.public-top{
    margin-top: 83px;
}
/*产品服务*/
.feature-wrap{
    padding: 60px 0;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.feature-wrap .img-wrap{
    margin-top: 34px;
}
.feature-wrap .img-wrap .img{
    margin-right: 40px;
    width: 373px;
    transition: all .5s;
}
.feature-wrap .img-wrap .img:last-child{
    margin-right: 0;
}
.feature-wrap .img-wrap .img:hover{
    transform: scale(1.1);
}
.product-advantage{
    padding: 50px 0 20px;
    background: #F9FBFF;
}
.product-advantage .img{
    width: 498px;
}
.product-advantage .box .text{
    margin-top: 60px;
    width: calc(100% - 600px);
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.product-advantage .box .text .name{
    margin-bottom: 10px;
    font-size: 20px;
    color: #3D3D3D;
    font-weight: bold;
}
.product-scene{
    padding: 60px 0 100px;
}
.product-scene .scene-list{
    display: flex;
    margin-top: 74px;
    align-items: center;
}
.product-scene .scene-list .item{
    position: relative;
    margin-right: 27px;
    width: 280px;
    height: 251px;
    overflow: hidden;
}
.product-scene .scene-list .item:last-child{
    margin-right: 0;
}
.product-scene .scene-list .item .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.product-scene .scene-list .item .name{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.product-scene .scene-list .item:hover .img{
    transform: scale(1.1);
}
/*解决方案*/
.public-side{
    padding: 25px 0;
    font-size: 16px;
    color: #3D3D3D;
    background: #F3F5F8;
}
.public-side .right .item{
    margin-left: 60px;
}
.public-side .right .item.active{
    color: #1773FA;
}
.public-side .right .item:first-child{
    margin-left: 0;
}
.plan-speciality{
    padding: 80px 0;
}
.plan-speciality .speciality-list{
    display: flex;
    margin-top: 64px;
    flex-wrap: wrap;
    align-items: center;
}
.plan-speciality .speciality-list .item{
    padding: 27px  30px 20px;
    margin-right: 1.3%;
    width: 24%;
    height: 370px;
    font-size: 15px;
    color: #666666;
    line-height: 25px;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all .5s;
}
.plan-speciality .speciality-list .item .ico{
    display: block;
    margin: auto;
    width: 74px;
    height: 74px;
}
.plan-speciality .speciality-list .item:last-child{
    margin-right: 0;
}
.plan-speciality .speciality-list .item .name{
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 20px;
    text-align: center;
    color: #3D3D3D;
}
.plan-speciality .speciality-list .item:hover{
    transform: translateY(-20px);
}
.plan-empower{
    padding: 58px 0 78px;
    background: #F9FBFF;
}
.plan-empower .empower-list{
    display: flex;
    margin-top: 64px;
    align-items: center;
    justify-content: space-between;
}
.plan-empower .empower-list .item{
    display: flex;
    width: 48%;
    align-items: center;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    background: #fff;

    overflow: hidden;
}
.plan-empower .empower-list .item .img{
    width: 200px;
    height: 209px;
    transition: all .5s;
}
.plan-empower .empower-list .item:hover .img{
    transform: scale(1.1);
}
.plan-empower .empower-list .item .text{
    padding: 0 30px;
    width: calc(100% - 200px);
    box-sizing: border-box;
}
.plan-empower .empower-list .item .name{
    margin-bottom: 17px;
    font-size: 20px;
    color: #3D3D3D;
    font-weight: bold;
}
.plan-tendency{
    padding: 60px 0;
}
.plan-tendency .img{
    margin-top: 40px;
    width: 100%;
}
.plan-industry{
    padding: 60px 0;
}
.plan-industry .industry-list{
    display: flex;
    margin-top: 90px;
    align-items: center;
    flex-wrap: wrap;
}
.plan-industry .industry-list .item{
    position: relative;
    margin-right: 1.3%;
    margin-bottom: 20px;
    width: 24%;
    height: 251px;
    overflow: hidden;
}
.plan-industry .industry-list .item:nth-child(4n){
    margin-right: 0;
}
.plan-industry .industry-list .item .name{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.plan-industry .industry-list .item .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.plan-industry .industry-list .item:hover .img{
    transform: scale(1.1);
}
.plan-flow{
    padding: 60px 0;
}
.plan-flow .img{
    margin-top: 40px;
    width: 100%;
}
.plan-camp{
    padding: 95px 0;
    background: #F9FBFF;
}
.plan-camp .camp-list{
    margin-top: 80px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.plan-camp .camp-list .item{
    display: flex;
    margin-right: 1%;
    padding: 30px 40px;
    margin-bottom: 13px;
    width: 49.5%;
    height: 166px;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    align-items: flex-start;
    box-sizing: border-box;
    justify-content: space-between;
    background: #fff;
    transition: all .5s;
}
.plan-camp .camp-list .item:nth-child(2n){
    margin-right: 0;
}
.plan-camp .camp-list .item .num{
    font-size: 50px;
    color: #1773FA;
    line-height: normal;
    font-weight: bold;
    border-bottom: 2px solid #1773FA;
}
.plan-camp .camp-list .item .text{
    width: calc(100% - 100px);
}
.plan-camp .camp-list .item .text .name{
    margin-bottom: 10px;
    font-size: 20px;
    color: #3D3D3D;
    font-weight: bold;
}
.plan-camp .camp-list .item:hover{
    transform: translateY(-10px);
}
.tendency-list{
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}
.tendency-list .item{
    margin-right: 2%;
    margin-bottom: 20px;
    width: 49%;
    padding: 30px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.tendency-list .item:nth-child(2n){
    margin-right: 0;
}
.tendency-list .item .ico{
    margin-bottom: 10px;
    width: 50px;
}
.flow-list{
    margin-top: 30px;
}
.flow-list .item{
    position: relative;
    margin:0 auto 40px;
    padding: 10px 0;
    width: 70%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #1773FA;
}
/*健身行业的应用*/
.fitness-wrap{
    padding: 80px 0;
}
.fitness-wrap .fitness-list{
    display: flex;
    margin-top: 70px;
    flex-wrap: wrap;
    justify-content: center;
}
.fitness-wrap .fitness-list .item{
    margin-right: 1%;
    width: 32.5%;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all .5s;
}
.fitness-wrap .fitness-list .item:hover,
.fitness-plan .fitness-plan-list .item:hover,
.fitness-result .result-list .item:hover{
    transform: translateY(-20px);
}
.fitness-wrap .fitness-list .item:nth-child(3n){
    margin-right: 0;
}
.fitness-wrap .fitness-list .item .img-wrap{
    width: 100%;
    height: 244px;
}
.fitness-wrap .fitness-list .item .img-wrap .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fitness-wrap .fitness-list .item .text-wrap{
    padding: 25px 50px 30px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    box-sizing: border-box;
}
.fitness-wrap .fitness-list .item .text-wrap .name{
    margin-bottom: 30px;
    font-size: 20px;
    color: #3D3D3D;
    line-height: normal;
    font-weight: bold;
}
.fitness-plan{
    padding: 60px 0;
    background: #F9FBFF;
}
.fitness-plan .fitness-plan-list{
    display: flex;
    margin-top: 70px;
    flex-wrap: wrap;
    justify-content: center;
}
.fitness-plan .fitness-plan-list .item{
    position: relative;
    margin-right: 1%;
    padding: 40px 50px;
    width: 32%;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    box-sizing: border-box;
    background: #fff;
    transition: all .5s;
    justify-content: center;
}
.fitness-plan .fitness-plan-list .item .num{
    position: absolute;
    top: 10px ;
    right: 20px;
    font-size: 60px;
    line-height: normal;
    color: rgba(61, 61, 61, 0.1);
    font-weight: bold;
}
.fitness-plan .fitness-plan-list .item .name{
    margin-bottom: 15px;
    font-size: 20px;
    color: #3D3D3D;
    font-weight: bold;

 }
.fitness-plan .fitness-plan-list .item:nth-child(3n){
    margin-right: 0;
}
.fitness-card{
    padding-top: 60px;
}
.fitness-card .card-box{
    display: flex;
    margin-top: 50px;
}
.fitness-card .card-box .left{
    width: 45%;
    font-size: 16px;
    color: #666666;
    background: #F6F6F6;
}
.fitness-card .card-box .left .title{
    height: 69px;
    font-size: 20px;
    color: #626262;
    line-height: 69px;
    text-align: center;
    background: #DCDCDC;
}
.fitness-card .card-box .left .title .ico{
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url("../../image/fitness/ico4.png") no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}
.fitness-card .card-box .left.right{
    background: #F4FBFF;
}
.fitness-card .card-box .left.right .title{
    color: #fff;
    background: #1773FA;
}
.fitness-card .card-box .left.right .title .ico{
    background-image: url("../../image/fitness/ico5.png");
}
.fitness-card .card-box .left .text-wrap{
    padding: 0 60px;
}
.fitness-card .card-box .left .text-wrap .item{
    padding: 40px 0;
    border-bottom: 1px solid #D8D8D8;
}
.fitness-card .card-box .left .text-wrap .item:last-child{
    border-bottom: none;
}
.fitness-card .card-box .center{
    position: relative;
    width: 10%;
    background: #ECF4FF;
}
.fitness-card .card-box .center .title{
    width: 100%;
    height: 102px;
    text-align: center;
    line-height: 90px;
    font-size: 50px;
    color: #FFFFFF;
    font-weight: bold;
    background: url("../../image/fitness/ico.png") no-repeat;
    background-size: 100% 100%;
}
.fitness-card .card-box .center .font{
    position: absolute;
    top: 55%;
    left: 50%;
    font-size: 20px;
    color: #1773FA;
    transform: translateX(-50%);
}
.fitness-case{
    padding: 80px 0;
}
.fitness-case .case-box{
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}
.fitness-case .case-box .img{
    width: 348px;
}
.fitness-case .case-box .text{
    width: 65%;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.fitness-result{
    padding: 60px 0;
    background: #F9FBFF;
}
.fitness-result .result-list{
    display: flex;
    margin-top: 70px;
    flex-wrap: wrap;
    justify-content: center;
}
.fitness-result .result-list .item{
    margin-right: 3%;
    padding: 50px 30px;
    width: 30%;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all .5s;
}
.fitness-result .result-list .item .ico{
    display: block;
    margin:0 auto 20px;
    width: 120px;
}
.fitness-result .result-list .item .name{
    margin-bottom: 10px;
    font-size: 20px;
    color: #3D3D3D;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}
.fitness-result .result-list .item:nth-child(3n){
    margin-right: 0;
}
.fitness-result.education-result .result-list .item{
    margin-right: 1%;
    width: 24%;
}
/*新闻中心*/
.news-content{
    padding-bottom: 60px;
}
.news-nav{
    display: flex;
    padding-top: 60px;
    padding-bottom: 18px;
    align-items: center;
    font-size: 20px;
    color: #3D3D3D;
    border-bottom: 1px solid #D8D8D8;
}
.news-nav .item{
    position: relative;
    margin-right: 60px;
    cursor: pointer;
}
.news-nav .item:hover{
    color: #1773FA;
}
.news-nav .item.active:after{
    display: block;
}
.news-nav .item:after{
    display: none;
    position: absolute;
    bottom: -18px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #1773FA;
}
.news-box{
    margin-top: 40px;
}
.news-box .item{
    display: flex;
    padding: 50px 0;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
    background: #fff;
}
.news-box .item .left{
    width: 10%;
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.news-box .item .left .day{
    font-size: 44px;
    color: #333333;
    font-weight: bold;
}
.news-box .item .center{
    padding: 10px 50px 10px 30px;
    width: 70%;
    font-size: 14px;
    color: #999999;
    border-left: 1px solid #DCDEDD;
    box-sizing: border-box;
}
.news-box .item .center .name{
    margin-bottom: 10px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.news-box .item .right{
    width: 20%;
}
.news-box .item .btn{
    margin: auto;
    width: 122px;
    height: 36px;
    font-size: 14px;
    color: #1773FA;
    line-height: 36px;
    text-align: center;
    border-radius: 36px;
    border: 1px solid #1773FA;
}
.news-box .item:hover{
    color: #fff;
    background: #1773FA;
}
.news-box .item:hover .center,
.news-box .item:hover .left,
.news-box .item:hover .left .day,
.news-box .item:hover .center .name{
    color: #fff;
}
.news-box .item:hover .btn{
    background: #fff;
}
.news-box .item .date{
    display: none;
}
.page-wrap{
    display: flex;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
}
.page-wrap .prev,
.page-wrap .next{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background: #f5f5f5;
}
.page-wrap .next{
    margin-left: 20px;
}
.page-wrap .item{
    margin-left: 20px;
    text-align: center;
    font-size: 14px;
}
.page-wrap .item.active{
    color: #1773FA;
}
/*新闻详情*/
.news-detail{
    padding: 60px 0;
}
.news-detail .title{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.news-detail .date{
    padding-bottom: 10px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #f5f5f5;
}
.news-detail .content{
    margin-top: 40px;
    min-height: 51vh;
    font-size: 14px;
    line-height: 25px;
}
/*市场合作*/
.cooperation-wrap{
    min-height: 61.5vh;
}
/*联系我们*/
.contact-wrap{
    padding: 60px 0;
}
.contact-wrap .banner-img{
    width: 100%;
}
.contact-wrap .contact-box{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
.contact-wrap .contact-box .left{
    width: 70%;
}
.contact-wrap .contact-box .left .name{
    font-size: 20px;
    color: #3D3D3D;
    font-weight: bold;
}
.contact-wrap .contact-box .left .font{
    margin-top: 18px;
    font-size: 14px;
    color: #666666;
}
.contact-wrap .contact-box .left .code-list{
    display: flex;
    margin-top: 30px;
    align-items: center;
    font-size: 14px;
    color: #666666;
}
.contact-wrap .contact-box .left .code-list .item{
    margin-right: 20px;
    text-align: center;
}
.contact-wrap .contact-box .left .code-list .item .img{
    width: 70px;
    height: 70px;
}
/*404*/
.error-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.error-wrap .btn {
    display: block;
    margin: 40px auto 0;
    width: 118px;
    height: 40px;
    color: #173F8F;
    text-align: center;
    line-height: 40px;
    border: 1px solid #173F8F;
}
/*证书查询*/
.certificate-wrap{
    padding-bottom: 280px;
}
.certificate-wrap .search-wrap{
    display: flex;
    margin: 70px auto 55px;
    width: 613px;
    height: 44px;
    align-items: center;
    justify-content: space-between;
}
.certificate-wrap .search-wrap .input{
    padding: 0 10px;
    width: 85%;
    height: 100%;
    font-size: 16px;
    outline: none;
    border:1px solid #D2D2D2;
    border-right: none;
    box-sizing: border-box;
}
.certificate-wrap .search-wrap .btn{
    height: 100%;
    width: 15%;
    color: #fff;
    font-size: 16px;
    border: none;
    background: #1773FA;
}
.certificate-wrap .img-list{
    display: flex;
    margin: auto;
    width: 700px;
    align-items: center;
    flex-wrap: wrap;
}
.certificate-wrap .img-list .item{
    margin-bottom: 30px;
    margin-right: 30px;
    width: 146px;
    font-size: 14px;
    color: #1773FA;
    text-align: center;
    cursor: pointer;
}
.certificate-wrap .img-list .item:nth-child(4n){
    margin-right: 0;
}
.certificate-wrap .img-list .item .img{
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 198px;
    object-fit:contain;
}
/*验证码弹窗*/
.code-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 10;
}
.code-popup .box{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
}
.code-popup .box .img{
    display: block;
    margin: auto;
    width: 100px;
}
.code-popup .box .input{
    margin-top: 10px;
    width: 100%;
    height: 35px;
    border: 1px solid #DCDCDC;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
}
.code-popup .box .btn-wrap{
    display: flex;
    margin-top:20px;
    align-items: center;
    justify-content: center;
}
.code-popup .box .btn-wrap .btn{
    margin-right: 20px;
    flex: 1;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #DCDCDC;
}
.code-popup .box .btn-wrap .btn:last-child{
    margin-right: 0;
}
.code-popup .box .btn-wrap .btn.btn-main{
    color: #fff;
    background: #1773FA;
    border-color: transparent;
}
@media screen and (max-width:1200px) {
    .content {
        width: 1000px
    }
    .nav-wrap{
        height: 60px;
    }
    .nav-list .item{
        font-size: 15px;
        line-height: 60px;
    }
    .nav-second{
        top: 60px;
    }
    .nav-wrap .logo{
        width: 80px;
    }
    .public-top{
        margin-top: 60px;
    }
    .banner {
        margin-top: 60px !important;
        height: 460px;
    }
    .banner .swiper-slide .content{
        font-size: 14px;
    }
    .banner .swiper-slide .content .name{
        font-size: 35px;
    }
    .banner .swiper-slide .content .img{
        width: 550px;
    }
    .banner .swiper-slide .content .btn{
        margin-top: 60px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .public-title{
        font-size: 28px;
    }
    .public-side{
        padding: 20px 0;
        font-size: 14px;
    }
    .home-about{
        padding: 30px 0;
        font-size: 12px;
    }
    .home-about .left .name{
        font-size: 18px;
    }
    .home-about .img{
        width: 400px;
    }
    .home-about .btn{
        margin-top: 60px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .home-service .btn{
        display: block;
        margin-top: 60px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .home-option .option-list .item{
        margin-right: 30px;
        padding-top: 50px;
        width: 240px;
        height: 280px;
        color: #3D3D3D;
        font-size: 16px;
    }

    .home-option .option-list .item .ico{
        margin-bottom: 40px;
        width: 100px;
    }
    .home-news .news-wrap .left .btn{
        margin-top: 80px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .home-news .news-wrap .left .title-list .item{
        font-size: 14px;
    }
    .home-news .news-wrap .news-list .item{
        padding: 20px;
        height: auto;
        font-size: 12px;
    }
    .home-news .news-wrap .news-list .item .date{
        font-size: 24px;
    }
    .home-news .news-wrap .news-list .item .name{
        margin-bottom: 40px;
        margin-top: 30px;
        font-size: 14px;
    }
    .footer-wrap .left .code-list .item .img-wrap{
        width: 80px;
    }
    .footer-wrap .right{
        width: calc(100% - 320px);
    }
    .feature-wrap .img-wrap .img{
        width: 305px;
    }
    .feature-wrap{
        font-size: 14px;
        line-height: 25px;
    }
    .product-advantage .img{
        width: 360px;
    }
    .product-advantage .box .text{
        margin-top: 40px;
        width: calc(100% - 460px);
        font-size: 14px;
        line-height: 25px;
    }
    .product-advantage .box .text .name{
        font-size: 18px;
    }
    .product-scene{
        padding: 60px 0;
    }
    .product-scene .scene-list{
        margin-top: 60px;
    }
    .product-scene .scene-list .item .name{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .product-scene .scene-list .item{
        width: 225px;
        height: 200px;
    }
    .plan-speciality .speciality-list .item,
    .plan-empower .empower-list .item,
    .plan-camp .camp-list .item{
        font-size: 14px;
        line-height: 20px;
    }
    .plan-industry .industry-list .item .name{
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .plan-industry .industry-list{
        margin-top: 60px;
    }
    .plan-industry .industry-list .item{
        height: 200px;
    }
    .plan-industry{
        padding: 30px 0;
    }
    .fitness-card .card-box .center .title{
        font-size: 40px;
    }
    .fitness-case .case-box .img{
        width: 260px;
    }
    .fitness-result.education-result .result-list .item .name{
        font-size: 18px;
    }
    .news-nav{
        padding-top: 40px;
        font-size: 18px;
    }
    .news-box{
        margin-top: 20px;
    }
    .news-box .item{
        padding: 30px 0;

    }
    .news-box .item .left .day{
        font-size: 36px;
    }
    .contact-wrap .contact-box .img{
        width: 500px;
    }
    .contact-wrap .contact-box .left{
        width: 50%;
    }
}
@media screen and (max-width:1024px) {
    .content {
        width: 95%
    }
    .nav-list .item{
        margin-left: 40px;
    }
    .about-wrap{
        padding: 50px 0;
        font-size: 14px;
    }
    .about-wrap .title{
        padding-bottom: 15px;
        margin-top: 30px;
        font-size: 20px;
    }
    .banner{
        height: 400px;
    }
    .banner .swiper-slide .content .img{
        width: 450px;
    }
    .banner .swiper-slide .content .name{
        font-size: 30px;
    }
    .feature-wrap .img-wrap .img{
        width: 30%;
    }
    .product-scene .scene-list .item{
        width: 200px;
        height: 180px;
    }
    .plan-empower .empower-list .item .img{
        width: 150px;
        height: 140px;
    }
    .plan-empower .empower-list .item .name{
        margin-bottom: 10px;
        font-size: 16px;
    }
    .plan-empower .empower-list{
        margin-top: 40px;
    }
    .plan-empower,.plan-speciality,.plan-tendency,.plan-flow,.plan-camp{
        padding: 30px 0;
    }
    .plan-camp .camp-list{
        margin-top: 50px;
    }
    .plan-camp .camp-list .item{
        padding: 20px;
    }
    .fitness-wrap,.fitness-plan,.fitness-case,.fitness-result{
        padding: 30px 0;
    }
    .fitness-wrap .fitness-list,.fitness-plan .fitness-plan-list,.fitness-card .card-box,.fitness-case .case-box,.fitness-result .result-list{
        margin-top: 40px;
    }
    .fitness-wrap .fitness-list .item .img-wrap{
        height: 200px;
    }
    .fitness-wrap .fitness-list .item .text-wrap{
        padding: 20px;
        font-size: 13px;
        line-height: 25px;
    }
    .fitness-wrap .fitness-list .item .text-wrap .name{
        margin-bottom: 10px;
        font-size: 18px;
    }
    .fitness-plan .fitness-plan-list .item{
        padding: 30px;
        font-size: 13px;
        line-height: 25px;
    }
    .fitness-plan .fitness-plan-list .item .num{
        font-size: 40px;
    }
    .fitness-plan .fitness-plan-list .item .name{
        margin-bottom: 10px;
        font-size: 18px;
    }
    .fitness-card .card-box .left .title{
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .fitness-card .card-box .left{
        font-size: 13px;
        line-height: 25px;
    }
    .fitness-card .card-box .left .ico{
        width: 15px;
        height: 15px;
    }
    .fitness-card .card-box .left .text-wrap{
        padding: 0 40px;
    }
    .fitness-card .card-box .left .text-wrap .item{
        padding: 30px 0;
    }
    .fitness-card .card-box .center .title{
        height: 80px;
        font-size: 35px;
        line-height: 60px;
    }
    .fitness-card .card-box .center .font,
    .fitness-result .result-list .item .name{
        font-size: 16px;
    }
    .fitness-card{
        padding-top: 30px;
    }
    .fitness-case .case-box .text{
        font-size: 13px;
        line-height: 25px;
    }
    .fitness-result .result-list .item{
        padding: 30px;
        font-size: 13px;
        line-height: 25px;
    }
    .fitness-result .result-list .item .ico{
        width: 80px;
    }
    .fitness-result.education-result .result-list .item .name{
        font-size: 16px;
    }
    .certificate-wrap .search-wrap{
        margin-bottom: 30px;
        width: 550px;
        height: 40px;
    }
    .certificate-wrap .search-wrap .input,
    .certificate-wrap .search-wrap .btn{
        font-size: 14px;
    }
    .certificate-wrap .img-list{
        width: 550px;
    }
    .certificate-wrap .img-list .item{
        width: 100px;
    }
    .certificate-wrap .img-list .item .img{
        height: 150px;
    }
}
@media screen and (max-width:860px) {
    .mobile-show {
        display: block !important;
    }

    .pc-show {
        display: none !important;
    }
    .side-wrap.active.pc-show{
        display: none !important;
    }
    .banner {
        margin-top: 1rem !important;
        height: 3.4rem;
    }
    .banner .swiper-slide .content{
        font-size: 12px;
    }
    .banner .swiper-slide .content .img{
        width: 3.4rem;
    }
    .banner .swiper-slide .content .name{
        margin-bottom: .1rem;
        font-size: .26rem;
    }
    .banner .swiper-slide .content .btn{
        margin-top: 30px;
        width: 1rem;
        height: .4rem;
        line-height: .4rem;
        font-size: 12px;
    }
    .public-title{
        font-size: 18px;
    }
    .home-about{
        padding: .2rem 0;
    }
    .home-about .box{
        display: block;
        margin-top: .4rem;
    }
    .home-about .left{
        width: 100%;
    }
    .home-about .left .name{
        font-size: .24rem;
    }
    .home-about .img{
        width:100%
    }
    .home-about .btn{
       margin:.6rem auto 0;
        font-size: 12px;
    }
    .home-service{
        padding: .4rem 0 .6rem;
    }
    .home-service .name{
        margin-bottom: .3rem;
        padding-bottom: .2rem;
        margin-top: .6rem;
        font-size: .24rem;
    }
    .home-service .text{
        width: 100%;
        font-size: 12px;
    }
    .home-service .btn{
        margin: .8rem auto 0;
        font-size: 12px;
    }
    .home-option{
        padding: .4rem 0;
    }
    .home-option .option-list{
        margin-top: .4rem;
    }
    .home-option .option-list .item{
        margin-bottom: .2rem;
        margin-right: .2rem;
        padding: .4rem .2rem;
        width: 33.3%;
        height: auto;
        color: #3D3D3D;
        font-size: 12px;
    }

    .home-option .option-list .item .ico{
        margin-bottom: .2rem;
        width: 1rem;
    }
    .home-news,.home-cooperation{
        padding: .4rem 0;
    }
    .home-news .news-wrap{
        display: block;
        margin-top: .3rem;
    }
    .home-news .news-wrap .left{
        width: 100%;
    }
    .home-news .news-wrap .left .title-list{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .home-news .news-wrap .left .title-list .item{
        margin-right: .3rem;
        font-size: 14px;
    }
    .home-news .news-wrap .left .title-list .item:last-child{
        margin-right: 0;
    }
    .home-news .news-wrap .news-list{
        display: block;
        width: 100%;
    }
    .home-news .news-wrap .news-list .item{
        margin-right: 0;
        margin-bottom: .2rem;
        width: 100%;
    }
    .home-news .news-wrap .btn{
        margin: .3rem auto 0;
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .home-cooperation .box{
        margin-top: .4rem;
        padding: .6rem 0 .3rem;
    }
    .home-cooperation .box .title{
        margin-bottom: .6rem;
        font-size: 19px;
    }
    .home-cooperation .box .input{
        padding: 0 .2rem;
        width: 80%;
        font-size: 14px;
    }
    .home-cooperation .box .btn{
        margin-top: .3rem;
    }
    .footer-wrap{
        padding: .4rem 0 .3rem;
    }

    .footer-wrap .content{
        display: none;
    }
    .footer-wrap .record{
        margin-top: .4rem;
    }
    .about-wrap{
        padding: .4rem 0;
        font-size: 13px;
        line-height: 25px;
    }
    .about-wrap .title{
        font-size: 16px;
    }
    .about-wrap .img{
        margin-top: .5rem;
    }
    .mt-30{
        margin-top: 15px;
    }
    .public-top{
        margin-top: 1rem;
    }
    .feature-wrap{
        padding: .6rem 0;
    }
    .feature-wrap .img-wrap .img{
        margin-right: 1%;
        width: 32%;
    }
    .product-advantage{
        padding: .5rem 0 .2rem;
    }
    .product-advantage .box{
        display: block;
    }
    .product-advantage .box .text{
        margin-top: .4rem;
        width: 100%;
        font-size: 13px;
    }
    .product-advantage .box .text .name{
        font-size: 16px;
    }
    .product-scene{
        padding: 40px 0;
    }
    .product-scene .scene-list{
        margin-top: .6rem;
        flex-wrap: wrap;
    }
    .product-scene .scene-list .item{
        margin-right: 1%;
        margin-bottom: 10px;
        width: 49%;
    }
    .product-scene .scene-list .item .name{
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .public-side{
        font-size: 13px;
    }
    .public-side .right{
        width: 100%;
        text-align: center;
    }
    .public-side .right .item{
        margin-left: .25rem;
    }
    .plan-speciality .speciality-list{
        margin-top: 30px;
    }
    .plan-speciality .speciality-list .item{
        margin-right: 2%;
        margin-bottom: 20px;
        width: 49%;
        height: 300px;
        font-size: 12px;
    }
    .plan-speciality .speciality-list .item:nth-child(2n){
        margin-right:0;
    }
    .plan-speciality .speciality-list .item .ico{
        width: 50px;
        height: 50px;
    }
    .plan-speciality .speciality-list .item .name{
        margin-bottom: 15px;
        margin-top: 15px;
        font-size: 16px;
    }
    .plan-empower .empower-list{
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .plan-empower .empower-list .item{
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
        font-size: 12px;
    }
    .plan-empower .empower-list .item .text{
        padding: 0 20px;
        width: 80%;
    }
    .plan-empower .empower-list .item .name{
        font-size: 15px;
    }
    .plan-empower,.plan-speciality{
        padding: 20px 0;
    }
    .plan-empower .empower-list .item .img{
        width: 120px;
        height: 120px;
    }
    .plan-camp .camp-list .item{
        height: 175px;
        font-size: 12px;
    }
    .plan-camp .camp-list .item .text .name{
        margin-bottom: 5px;
        font-size: 14px;
    }
    .plan-camp .camp-list .item .num{
        font-size: 40px;
    }
    .plan-camp .camp-list .item .text{
        width: 75%;
    }
    .plan-industry{
        padding-top: 0;
    }
    .plan-flow{
        padding: 0 0 20px;
    }
    .plan-camp{
        padding: 20px 0 10px;
    }
    .fitness-wrap .fitness-list .item .img-wrap{
        height: 160px;
    }
    .fitness-wrap .fitness-list .item .text-wrap .name{
        font-size: 16px;
    }
    .fitness-case .case-box{
        display: block;
    }
    .fitness-case .case-box .img{
        margin-bottom: .3rem;
        width: 100%;
    }
    .fitness-case .case-box .text{
        width: 100%;
    }
    .fitness-card .card-box .center .title{
        height: 60px;
        line-height: 40px;
        font-size: 26px;
    }
    .fitness-plan .fitness-plan-list .item,
    .fitness-result .result-list .item{
        padding: 20px;
    }
    .fitness-plan .fitness-plan-list .item .name{
        font-size: 16px;
    }
    .fitness-plan .fitness-plan-list .item .num{
        font-size: 30px;
    }
    .fitness-result .result-list .item .ico{
        width: 60px;
    }
    .news-detail{
        padding: 30px 0;
    }
    .news-detail .title{
        font-size: 16px;
    }
    .news-detail .content{
        margin-top: 30px;
    }
    .contact-wrap{
        padding: 30px 0;
    }
    .contact-wrap .contact-box{
        display: block;
        margin-top: 40px;
    }
    .contact-wrap .contact-box .left{
        width: 100%;
    }
    .contact-wrap .contact-box .img{
        margin-top: 20px;
        width: 100%;
    }
    .contact-wrap .contact-box .left .name{
        font-size: 18px;
    }
    .contact-wrap .contact-box .left .code-list{
        margin-top: 0;
    }
    .certificate-wrap .search-wrap{
        margin-top:.6rem;
        width: 95%;
    }
    .certificate-wrap .img-list{
        width: 95%;
    }
    .certificate-wrap .img-list .item{
        margin-right: 4%;
        width: 30%;
    }
    .certificate-wrap .img-list .item:nth-child(4n){
        margin-right: 4%;
    }
    .certificate-wrap .img-list .item:nth-child(3n){
        margin-right: 0;
    }

}
@media screen and (max-width:600px) {
    .plan-speciality .speciality-list .item{
        margin-right: 0;
        padding: .4rem .3rem;
        width: 100%;
        height: auto;
    }
    .tendency-list .item{
        margin-right: 0;
        padding: 20px;
        width: 100%;
        font-size: 12px;
    }
    .tendency-list{
        margin-top: 20px;
    }
    .tendency-list .item .ico{
        width: 40px;
    }
    .plan-industry .industry-list{
        margin-top: 30px;
    }
    .plan-industry .industry-list .item{
        margin-right: 2%;
        margin-bottom: .2rem;
        width: 49%;
    }
    .plan-industry .industry-list .item:nth-child(2n){
        margin-right: 0;
    }
    .plan-industry .industry-list .item .name{
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .flow-list .item{
        margin-bottom: 20px;
        width: 90%;
    }
    .plan-camp .camp-list{
        margin-top: 30px;
    }
    .plan-camp .camp-list .item{
        padding: 20px 10px;
        width: 100%;
        height: auto;
    }
    .plan-camp .camp-list .item .num{
        font-size: 25px;
    }
    .plan-camp .camp-list .item .text{
        width: 85%;
    }
    .public-side{
        font-size: 14px;
    }
    .fitness-wrap .fitness-list .item,
    .fitness-plan .fitness-plan-list .item,
    .fitness-result .result-list .item,
    .fitness-result.education-result .result-list .item{
        margin-right: 0;
        margin-bottom: .2rem;
        width: 100%;
    }
    .fitness-card .card-box{
        display: block;
    }
    .fitness-card .card-box .center{
        display: none;
    }
    .fitness-card .card-box .left{
        margin-bottom: .2rem;
        width: 100%;
    }
    .fitness-card .card-box .left .text-wrap{
        padding: 0 .3rem;
    }
    .fitness-card .card-box .left .text-wrap .item{
        padding: .3rem 0;
    }
    .fitness-case .case-box{
        margin-top: 30px;
    }
    .news-nav{
        padding-top: 20px;
        font-size: 16px;
        justify-content: center;
    }
    .news-nav .item{
        margin-right: 40px;
    }
    .news-nav .item:last-child{
        margin-right: 0;
    }
    .news-box .item{
        display: block;
        padding: 20px 0;
    }
    .news-box .item .left{
        display: none;
    }
    .news-box .item .center{
        padding: 10px;
        width: 100%;
        border: none;
    }
    .news-box .item .right{
        display: flex;
        margin-top: 10px;
        padding: 0 10px;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .news-box .item .date{
        display: block;
        font-size: 14px;
        color: #999;
    }
    .news-box .item:hover .date{
        color: #fff;
    }
    .news-box .item .btn{
        margin: 0;
        width: 100px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
    }
    .news-box .item .center .name{
        font-size: 18px;
    }
    .page-wrap{
        margin-top: 40px;
    }
    .contact-wrap{
        padding: 20px 0;
    }
    .contact-wrap .contact-box{
        margin-top: 20px;
    }
}
