@charset "utf-8";

body{
    font-family: "Microsoft YaHei";
    font-size:12px;
    line-height:24px
}
.container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* 首页 */
.header{
    width: 100%;
    height: 94px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px #eeeeee;
    margin-bottom:2px;
}
.header .logo{
    width: 140px;
    line-height: 92px;
}

.header .logo img{
    width: 140px;
    height: 44px;
}

.header .nav{
    position: relative;
    left: 242px;
}
.header .nav li{
    float: left;
    font-size: 17px;
    font-family: Microsoft YaHei;
    color: #555555;
    padding: 35px 0;
    margin: 0 22px;
}

.header .nav .current{
    color: #3288D7;
    font-weight: bold;
    border-bottom: 2px solid #3288D7;
}

.header .nav li:hover{
    color: #3288D7;
    font-weight: bold;
    border-bottom: 2px solid #3288D7;
}
.header .tel{
    font-size: 17px;
    font-family: Microsoft YaHei;
    color: #555555;background: url(../../image/web/index/telphone.png) no-repeat left center;
    line-height: 2;
    padding-left: 25px;
    margin-top: 30px;
}

.swiper1{
    width: 100%;
    height: 800px
;}

.banner{

}

.select-item-div{
    position: relative;
    z-index: 1000;
    width: 1200px;
    height: 210px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    margin-top: -90px;
}

.select-item-div .container{
    margin-left: 60px;
    margin-right: 32px;
    width: 1087px;
}

.select-item-div .item{
    float: left;
    /*width: 14.28%;*/
    text-align: center;
    margin-top: 53px;
}

.select-item-div .item p{
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
    margin-top: 19px;
}



.selectleft{
    margin-left: 84px;
}


.select-item-div .item img{
    width: 60px;
    height: 60px;
}
.select-item-div .item:hover img{
    transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}

.company-introduct{
    width: 1200px;
    padding-top: 108px;
    height: 576px;
    margin: 0 auto;
}

.company-introduct .picture{
    width: 480px;
    height: 360px;
}

.company-introduct p{
    text-indent:2em;
}

.prism-player .prism-big-play-btn .outter{
    border: none;
}

.prism-player .prism-big-play-btn{
    margin-left: 170px;
    margin-bottom: 75px;
    background: url(/static/image/web/public/play_icon.png) no-repeat;
}

.prism-player{
    border: 2px solid white;
}

.company-introduct .written{
    width: 648px;
    padding-top: 32px;
    height: 360px;
}

.company-introduct .written h3{
    height: 35px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    line-height: 21px;
    margin-bottom: 44px;
}

.company-introduct .written p{

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.company-introduct .server-detail{
    float: left;
    margin-top: 46px;
}

.company-introduct .server-number{
    float: left;
}

.company-introduct .server-number .icon{
    width: 10px;
    height: 10px;
    background: linear-gradient(to bottom,#5095D9 0%,#5095D9 50%,#ffffff 51%,#ffffff 100%);
    border-radius: 50%;
    margin-top: 8px;
    margin-left: 5px;
    margin-bottom: -5px;
}

.company-introduct .server-number .server-num{
    height: 27px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3288D7;
    line-height: 21px;
}

.company-introduct .server-number .server-title{
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 15px;
}

.customer-case{
    margin: 0 auto;
    width: 100%;
    height: 843px;
    background: #F5F9FD;
    padding-top: 113px;
}

.customer-case .case-title h3{
    text-align: center;
    height: 35px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    line-height: 21px;
}

/*.customer-case .case-title p{
    margin-top: 31px;
    text-align: center;
    height: 38px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #666666;
    line-height: 24px;
}*/

.customer-case .case-detail{
    margin: 0 auto;
    margin-top: 70px;
    height: 516px;
    width: 1220px;
}

.customer-case .case-detail li{
    float: left;
}

.customer-case .case-detail .line{
    width: 1px;
    height: 521px;
    background: #3288D7;
    margin-left: 20px;
}

.customer-case .case-detail li .case-head{
    margin-left: 4px;
}

.customer-case .case-detail li .case-head .image span{
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 24px;
    margin-left: 10px;
}

.customer-case .case-detail li .case-head .image image{
    width: 42px;
    height: 42px;
}

.customer-case .case-detail li .case-head p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;

    margin-top: 19px;
}

.customer-case .case-detail .case-image{
   margin-top: 38px;
}

.customer-case .case-detail .case-image img{
    width: 206px;
    height: 380px;
 }

.left21{
    margin-left: 21px;
}

.media-matrix{
    width: 100%;
    margin: 0 auto;
    height: 952px;
    /*text-align: center;*/
    background: #FFFFFF;
    padding-top: 112px;
}

.media-matrix h3{
    text-align: center;
    height: 35px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    line-height: 21px;
}

.media-matrix .media-content{
    margin: 0 auto;
    margin-top: 112px;
    width: 1200px;

}


.media-matrix .media-introduct{
    float: left;
    width: 640px;
    height: 580px;
    padding-left: 80px;
    background: #F5F9FD;
}

.media-matrix .media-introduct h4{
    margin-top: 187px;
    height: 30px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
}

.media-matrix .media-introduct .fans-num{
    height: 35px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3288D7;
    line-height: 21px;
    margin-top: 17px;
}

.media-matrix .media-introduct .line{
    margin-top: 25px;
    width: 58px;
    height: 2px;
    background: #666666;
}

.media-matrix .media-introduct .introduct{
    margin-top: 36px;
    height: 41px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    width: 241px;
}

.media-matrix .media-image{
    float: left;
    width: 680px;
    height: 490px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-top: 42px;
    margin-left: -120px;
    padding-top: 68px;
    padding-left: 120px;
    /*text-align: center;*/
}

.media-matrix .media-image li{

    width: 440px;
    height: 360px;
    /*border: 1px dashed #333333;*/
}

.media-matrix .media-image img{

}

.effect-descript{
    background: #F5F9FD;
    width: 100%;
    height: 560px;
    margin: 0 auto;
    text-align: center;
    padding-top: 108px;
}

.effect-descript .descript{
    margin: 0 auto;

    width: 1203px;
}

.effect-descript .descript .item{
    float: left;
    width: 321px;
    height: 150px;
}

.marginleft120{
    margin-left: 120px;
}

.margintop43{
    margin-top: 43px;
}

.effect-descript .descript .item .ico{

    text-align: center;
}

.effect-descript .descript .item img{

    width: 48px;
    height: 48px;
}


.effect-descript .descript .item h3{
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
    margin-top: 23px;
    text-align: center;
}

.effect-descript .descript .item p{
    width: 321px;
    height: 38px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 23px;
}

.cooperation-partner{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 113px;
    height: 427px;
}

.cooperation-partner h3{
    height: 35px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    line-height: 21px;
}

.cooperation-partner .content{
    margin: 0 auto;
    text-align: center;
    width: 1200px;
    height: 100px;
    margin-top: 69px;
}

.cooperation-partner .item{
    float: left;
    height: 101px;
    margin-left: 45px;
}

.cooperation-partner .item h4{
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 11px;
}

.cursor{
    cursor:pointer;
}

.foot{
    width: 100%;
    height: 260px;
    margin: 0 auto;
    text-align: center;
    background: #282828;
    padding-top: 31px;
    /*padding-bottom: 60px;*/
}

.foot .content{
    width: 1200px;
    height: 229px;
    margin: 0 auto;
    text-align: center;
}

.foot .menu-tel{
    width: 1200px;
    height: 105px;
    margin: 0 auto;
    text-align: center;
}

.foot .menu-tel .menu{
    float: left;
    height: 105px;
    margin-top: 26px;
}

.foot .menu-tel .menu li{
    float: left;
    width: 90px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
}

.foot .menu-tel .tel{
    float: right;
}

.foot .menu-tel .tel .tel-content{
    float: right;
    margin-top: 28px;
}

.foot .menu-tel .tel .tel-content h3{
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
}

.foot .menu-tel .tel .qr-code{
    float: right;
    width: 260px;
    height: 100px;
    margin-left: 37px;
}

.foot .menu-tel .tel .qr-code li{
    width: 80px;
    float: left;
}

.foot .menu-tel .tel .qr-code li p{
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 21px;

    margin-top: 11px;
}

.foot .menu-tel .tel .qr-code img{
    width: 80px;
    height: 80px;
}

.foot .menu-tel .tel .tel-content .tel-icon{
    margin-top: 7px;
}

.foot .menu-tel .tel .tel-content .tel-icon li{
    float: left;
    width: 20px;
    height: 20px;
}

.foot .line{
    width: 530px;
    height: 1px;
    background: #333333;
    margin-top: 10px;
}

.foot .beian-msg{
    height: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    /*margin: 0 auto;*/
    margin-top: 40px;
    text-align: left;
}


/** ---------------------------营养师团队、营养服务、营养科普------------------------------**/

.team-banner,.service-banner{
    width: 100%;
}

.team-member{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 113px;
    margin-bottom: 108px;
}

.team-member h3{
    height: 35px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    line-height: 21px;
}

.team-member .team-member-list{
    margin: 0 auto;
    text-align: center;
    width: 1250px;
    margin-top: 30px;
}

.team-member .team-member-list .item{
    width: 372px;
    float: left;
    border: 1px solid #3288D7;
    margin-left: 42px;
    padding: 10px 10px;
    margin-top: 42px;
}

.team-member .team-member-list .item img{
    width: 352px;
    height: 244px;
}

.team-member .team-member-list .item .cover{
    position: relative;
    z-index: 100;
}


.team-member .team-member-list .item .play{
    width: 60px;
    height: 60px;
    margin-left: -6px;
    margin-top: -278px;
    position: relative;
    z-index: 100;
}

.team-member .team-member-list .item h3{
    height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-top: 24px;
    text-align: center;
}

.padleft131{
    padding-left: 131px;
    text-align: left;
}

.padleft144{
    padding-left: 144px
}

.team-member .team-member-list .item h3 span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-left: 10px;
}

.team-member .team-member-list .item p{
    height: 38px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 26px;
}
.team-member .team-member-list .item .detail-button{
    width: 352px;
    height: 44px;
    background: #666666;
    margin-top: 23px;
    padding-top: 10px;
    cursor:pointer;
}

.team-member .team-member-list .item .detail-button span{
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.height1150{
    height: 1150px;
}

.height1020{
    height: 1020px;
}

.height600{
    height: 600px;
}

.height380{
    height: 380px;
}

.height444{
    height: 444px;
}

/**--------------------------联系我们---------------------**/

.contact-map-content{
    width: 100%;
    margin: 0 auto;
    height: 566px;
    padding-top: 113px;
    margin-bottom: 108px;
}

.contact-map-content h3{
    text-align: center;
    height: 35px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    line-height: 21px;
}

.contact-map-content .container{
    margin: 0 auto;
    /*text-align: center;*/
    width: 1200px;
   /* height: 520px;*/
    margin-top: 70px;
}

.contact-map-content .container .map-picture{
    float: left;
}

.contact-map-content .container .map-picture img{
    width: 608px;
    height: 348px;
}

.contact-map-content .container .address{
    padding-top: 100px;
    padding-left: 72px;
    float: left;
}

.contact-map-content .container .address h4{
    height: 25px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}

.contact-map-content .container .address p{
    width: 58px;
    height: 2px;
    background: #666666;
    margin-top: 26px;
}

.contact-map-content .container .address-content{
    margin-top: 37px;
}

.contact-map-content .container .address .address-item{

}

.contact-map-content .container .address .address-item .img{
    width: 20px;
    height: 20px;
}

.contact-map-content .container .address .address-item .item-value{
    height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    margin-left: 13px;
}

.contact-message{
    width: 100%;
    height: 516px;
    background: #F5F9FD;
    margin: 0 auto;
    padding-top: 113px;
}

.contact-message h3{
    text-align: center;
    height: 35px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    line-height: 21px;
}

.contact-message .container{
    margin: 0 auto;
    text-align: center;
    width: 1200px;
    /* height: 520px;*/
    margin-top: 70px;
}

.contact-message .container .input-div input{
     width: 372px;
     height: 34px;
     border: 1px solid #3288D7;

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 21px;

    padding-left: 10px;
 }

.contact-message .container .input-div .left42{
    margin-left: 42px;

}

.contact-message .container .textarea-div textarea {
    margin-top: 22px;
    width: 1200px;
    height: 68px;
    border: 1px solid #3288D7;

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 21px;

    padding-top: 5px;
    padding-left: 10px;
}

.contact-message .container .submit-button{
    float: right;
    width: 228px;
    height: 44px;
    background: #3288D7;
    padding-top: 10px;
    margin-top: 22px;
    cursor:pointer;
}

.contact-message .container .submit-button span{
    width: 28px;
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

/** -------------------详情页面-------------------------*/

.dietitian-div{
    width: 1200px;
    margin: 0 auto;
}

.dietitian-div .title{
    margin-top: 39px;
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
}

.dietitian-div .content{
    margin: 0 auto;
    margin-top: 57px;
    height: 488px;
    margin-bottom: 117px;

}

.dietitian-div .content .img{

    text-align: center;
    float: left;
    width: 608px;
    padding-top: 52px;
    position:relative;
    z-index:2000;
}

.dietitian-div .content .img img{
    width: 608px;
    height: 384px;
}

.dietitian-div .content .induct{

    float: left;
    width: 744px;
    height: 488px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-left: -157px;
    padding-top: 110px;
    padding-left: 231px;
}

.dietitian-div .content .induct .name{
    height: 23px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}

.dietitian-div .content .induct .line{
    width: 58px;
    height: 2px;
    background: #666666;
    margin-top: 27px;
}


.dietitian-div .content .induct .induct-content{
    margin-top: 37px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.dietitian-div .content .induct .induct-content li{

    list-style: disc;
    margin-top: 2px;

}

.dietitian-div .content .induct .declaration{
    margin-top: 26px;
}

.dietitian-div .content .induct .declaration .title{
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 24px;
}

.dietitian-div .content .induct .declaration .content{
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-left: 4px;
}



.certificate{
    margin: 0 auto;
    text-align: center;

}

.certificate h3{
    height: 35px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    line-height: 24px;
}

.certificate .pz{
    width: 1200px;
    margin: 0 auto;
    margin-top: 67px;
    text-align: center;
}

.certificate .pz .img{
    float: left;
}

.certificate .pz .img img{
    width: 560px;
}

.left75{
    margin-left: 75px;
}

/**---------------------客户案例----------------------**/

.cus-case{
    margin: 0 auto;
    width: 100%;
    height: 2318px;
    text-align: center;
    background: #F5F9FD;
    padding-top: 113px;
}

.case-weight-height{
    height: 1239px;
}

.case-disease-height{
    height: 1659px;
}

.case-subhealth-height{
    height: 1659px;
}

.cus-case .case h3{
    text-align: center;
    height: 35px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    line-height: 21px;
}

.cus-case .case p{
    margin-top: 31px;
    text-align: center;
    height: 38px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #666666;
    line-height: 24px;
}

.cus-case .case{
    width: 1200px;
    margin: 0 auto;
    /*text-align: center;*/
}

.cus-case .case .case-menu{
    margin-top: 39px;
}

.cus-case .case .case-menu .menu{
    width: 372px;
    height: 50px;
    background: #F3F4F8;
    float: left;
    padding-top: 17px;
    cursor: pointer;
    /*background: #F5F9FD;*/
}

.cus-case .case .case-menu .click-menu{
    width: 372px;
    height: 50px;
    background: #3288D7;
    float: left;
    padding-top: 17px;
    cursor: pointer;
}

.cus-case .case .case-menu .menu span{
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 21px;

}

.cus-case .case .case-menu .click-menu span{
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 21px;
}

.left42{
    margin-left: 42px;
}

.cus-case .case .case-content{
    margin-top: 38px;
    float: left;
}

.top38{
    margin-top: 38px;
}

.cus-case .case .case-content h4{
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
}

.cus-case .case .case-content .weight{

}

.cus-case .case .case-content .weight .item{
    padding-top: 9px;
    padding-left: 10px;
    width: 372px;
    height: 316px;
    border: 1px solid #3288D7;
    float: left;
}

.cus-case .case .case-content .weight .item .bodyImg{
    float: left;
    width: 164px;
    height: 180px;
}

.left24{
    margin-left: 24px;
}

.cus-case .case .case-content .weight .item .icon-left{
    width: 68px;
    height: 30px;
    text-align: center;
    background: url(/static/image/web/case/body_top_left.png) no-repeat center/cover;
}

.cus-case .case .case-content .weight .item .icon-right{
    width: 68px;
    height: 30px;
    float: right;
    text-align: center;
    background: url(/static/image/web/case/body_top_right.png) no-repeat center/cover;
}

.cus-case .case .case-content .weight .item .icon-left span{
    height: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
}

.cus-case .case .case-content .weight .item .icon-right span{
    height: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 34px;

}

.cus-case .case .case-content .weight .item .bottom{
    margin-top: 22px;
    float: left;
}

.cus-case .case .case-content .weight .item .des-left{
    width: 164px;
    float: left;
    padding-left: 10px;
}

.cus-case .case .case-content .weight .item .des-left .bodyDes{
    width: 58px;
    height: 22px;
    text-align: center;
    background: url(/static/image/web/case/body_bottom_left.png) no-repeat center/cover;
}

.cus-case .case .case-content .weight .item .des-left .bodyDes span{
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 9px;
}

.cus-case .case .case-content .weight .item .kg{
    float: left;
    margin-top: 26px;
    padding-left: 5px;
}

.cus-case .case .case-content .weight .item .des-left .kg span{
    height: 21px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #999999;
    line-height: 12px;
}

.cus-case .case .case-content .weight .item .bottom .line{
    width: 2px;
    height: 66px;
    background: #999999;
    float: left;
    margin-left: 11px;
    margin-right: 11px;
}

.cus-case .case .case-content .weight .item .des-right{
    width: 164px;
    float: left;
    padding-left: 10px;
}

.cus-case .case .case-content .weight .item .des-right .bodyDes{
    width: 58px;
    height: 22px;
    text-align: center;
    background: url(/static/image/web/case/body_bottom_right.png) no-repeat center/cover;
}

.cus-case .case .case-content .weight .item .des-right .bodyDes span{
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 9px;
}

.cus-case .case .case-content .weight .item .des-right .kg span{
    width: 84px;
    height: 21px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 12px;
}

.top40{
    margin-top: 40px;
}

.cus-case .case .case-content .disease{
    float: left;
}
.cus-case .case .case-content .disease .item{
    width: 579px;
    height: 339px;
    border: 1px solid #3288D7;
    padding: 9px 9px 11px 10px;
    float: left;
}

.cus-case .case .case-content .disease .item .title{
    width: 558px;
    height: 32px;
    background: url(/static/image/web/case/disease_title.png) no-repeat center/cover;
}

.cus-case .case .case-content .disease .item .title span{
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FEFEFE;
    line-height: 34px;
    float: left;
    margin-left: 9px;
}

.cus-case .case .case-content .disease .item .img{
    margin-top: 21px;
}

.cus-case .case .case-content .disease .item .img li{
    float: left;
}

.cus-case .case .case-content .disease .item .img img{
    width: 180px;
    height: 96px;
}

.left9{
    margin-left: 9px;
}

.cus-case .case .case-content .disease .content{
    margin-top: 20px;
    padding-left: 21px;
    width: 558px;
    height: 150px;
    background: #F3F4F8;
    float: left;
}

.cus-case .case .case-content .disease .content h3{
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
    float: left;
    margin-top: 19px;
}

.cus-case .case .case-content .disease .content p{
    height: 39px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    width: 449px;
    float: left;
    margin-top: 24px;
    text-align: left;
    margin-left: 6px;
}

.cus-case .case .case-content .subhealth{
    /*float: left;*/
}
.cus-case .case .case-content .subhealth .item{
    width: 579px;
    height: 339px;
    border: 1px solid #3288D7;
    padding: 9px 9px 11px 10px;
    float: left;
}

.cus-case .case .case-content .subhealth .item .title{
    width: 558px;
    height: 32px;
    background: url(/static/image/web/case/disease_title.png) no-repeat center/cover;
}

.cus-case .case .case-content .subhealth .item .title span{
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FEFEFE;
    line-height: 34px;
    float: left;
    margin-left: 9px;
}

.cus-case .case .case-content .subhealth .item .img{
    margin-top: 21px;
}

.cus-case .case .case-content .subhealth .item .img li{
    float: left;
}

.cus-case .case .case-content .subhealth .item .img img{
    width: 180px;
    height: 96px;
}

.cus-case .case .case-content .subhealth .content{
    margin-top: 20px;
    padding-left: 21px;
    width: 558px;
    height: 150px;
    background: #F3F4F8;
    float: left;
}

.cus-case .case .case-content .subhealth .content h3{
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
    float: left;
    margin-top: 19px;
}

.cus-case .case .case-content .subhealth .content p{
    height: 39px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    width: 449px;
    float: left;
    margin-top: 24px;
    text-align: left;
    margin-left: 6px;
}

.cus-case .case .case-content .ellipsis{

    text-align: center;

}

.cus-case .case .case-content .ellipsis img{
    width: 62px;
    height: 10px;
    margin-top: 40px;
}

.advantage{
    width: 1200px;
    height: 1374px;
    margin: 0 auto;
    padding-top: 109px;
    padding-left: 16px;
}

.advantage .title{
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
}

.advantage .advantage_one{
    width: 1200px;
    height: 488px;
    float: left;
    margin-top: 44px;


}

.advantage .advantage_one .img{
    float: left;
    width: 609px;
    height: 384px;
    position: relative;
    z-index: 2000;
    margin-top: 52px;
}

.advantage .advantage_one .content{
    float: left;
    width: 744px;
    height: 488px;
    margin-left: -158px;
    padding-top: 110px;
    padding-left: 232px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.advantage .advantage_one .content h3{
    height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}

.advantage .advantage_one .content .line {
    width: 58px;
    height: 2px;
    background: #666666;
    margin-top: 26px;

}

.advantage .advantage_one .content .detail{
    width: 454px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 37px;
}

.top30{
    margin-top: 30px;
}

.text-indent{
    text-indent: 2em;
}

.advantage .advantage_two{
    width: 1200px;
    height: 488px;
    float: left;
    margin-top: 118px;
}

.advantage .advantage_two .img{
    float: left;
    width: 609px;
    height: 384px;
    position: relative;
    z-index: 2000;
    margin-top: 52px;
    margin-left: -158px;
}

.advantage .advantage_two .content{
    float: left;
    width: 744px;
    height: 488px;
    padding-top: 110px;
    padding-left: 74px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.advantage .advantage_two .content h3{
    height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}

.advantage .advantage_two .content .line {
    width: 58px;
    height: 2px;
    background: #666666;
    margin-top: 26px;

}

.advantage .advantage_two .content .detail{
    width: 295px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 37px;
}

.advantage .advantage_two .content .detail li{

    list-style: disc;
    margin-top: 2px;

}

.process{
    width: 100%;
    height: 1345px;
    background: #F5F9FD;
}

.process .content-div{
    width: 1200px;
    height: 577px;
    margin: 0 auto;
    padding-top: 109px;
}

.process .content-div .title{
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
}

.process .content-div .item-div{
    margin-top: 39px;
    float: left;
}

.process .content-div .item-div .item{
    width: 372px;
    height: 306px;
    border: 1px solid #3288D7;
    float: left;

    padding-left: 40px;
    padding-right: 40px;
}

.process .content-div .item-div .item .left{
    float: left;
    width: 120px;
    margin-top: 67px;
}

.process .content-div .item-div .item .left h4{
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 21px;

    margin-top: 20px;
}



.process .content-div .item-div .item .right{
    float: left;
    margin-left: 63px;
    margin-top: 65px;
}
.process .content-div .item-div .item p{
    float: left;
    margin-top: 20px;
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}


.process .process-div{
    width: 1200px;
    margin: 0 auto;
    height: 768px;
}

.process .process-div .title{
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 21px;

}

.process .process-div .item-div{
    margin-top: 39px;
    height: 715px;
}

.process .process-div .item-div .left-img{
    float: left;
    margin-top: 150px;
}

.process .process-div .item-div .right-content{
    float: left;
    margin-left: 68px;
}

.process .process-div .item-div .right-content li{
    width: 523px;
    margin-top: 44px;
}

.process .process-div .item-div .right-content li img{
    float: left;
    width: 48px;
    height: 48px;
}

.process .process-div .item-div .right-content li .message{
    float: left;
    margin-left: 20px;
}

.process .process-div .item-div .right-content li h4{
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
}

.process .process-div .item-div .right-content li p{
    margin-top: 16px;
    width: 454px;
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.top44{
    margin-top: 44px;
}

.height52{
    height: 52px
}

.height67{
    height: 67px
}

.system{
    width: 1200px;
    height: 947px;
    margin: 0 auto;
    padding-top: 109px;
}

.system .title{
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 21px;

}

.system img{
    width: 1200px;
    height: 680px;
    margin-top: 37px;
}

.height528{
    height: 528px;
}

.praise{
    margin: 0 auto;
    text-align: center;
    height: 2113px;
    width: 1200px;
}

.praise h3{
    height: 35px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    line-height: 24px;
}

.praise .brocade{
    margin-top: 69px;
}

.praise .brocade img{
    width: 1200px;
    height: 680px;
}

.praise .chat-record{
    height: 1113px;
    margin-top: 108px;
   padding-top: 499px;
    padding-left: 329px;
}


.praise .chat-record .item{
    float: left;
    width: 218px;
    height: 117px;
}

.praise .chat-record .line{
    width: 2px;
    height: 116px;
    background: #FFFFFF;
    margin-left: 56px;
    margin-right: 36px;
}

.praise .chat-record .item .num{
    height: 57px;
    font-size: 72px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFE400;

    line-height: 57px;
}

.praise .chat-record .item .title{
    height: 31px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;

    margin-top: 29px;

    line-height: 31px;
}

.left10{
    margin-left: 10px;
}

.previewImageDiv{
    position: absolute;
    z-index: 200;
    display: none;
    margin-top: -160px;
    margin-left: -35px;
    border: 1px solid #f2eada;
}



























































/*.b-ti{text-align:center;font-size: 28px;color: #31b6ea;line-height: 1.25;}
.b-ti h3{font-size: 38px;color: #dbdbdb;font-weight: bold;text-transform:uppercase;}

.select-1{width: 100%;height: 180px;background: #31b6ea;}
.select-1 .item{float: left;width: 14.28%;text-align: center;font-size: 20px;color: #ffffff;line-height: 2.8;margin-top: 40px;cursor:pointer;}
.select-1 .item:hover img{transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-webkit-transform: rotateY(360deg);transition: .6s;-o-transition: .6s;-moz-transition: .6s;-webkit-transition: .6s;}

.select-2{padding: 65px 0;}
.select-2 .com{margin-top: 33px;}
.select-2 .com li{float: left;width: 290px;height: 228px;overflow: hidden;font-size: 13px;color: #ffffff;position: relative;margin: 0 6px;transition: all 0.35s;}
.select-2 .com li .text{padding: 10px 10px;width: 100%;position: absolute;bottom: 0;left: 0;}
.select-2 .com li h3{font-size: 18px;}
.select-2 .com a:nth-child(1) li{margin-left: 0;}
.select-2 .com a:nth-child(4) li{margin-right: 0;}
.select-2 .com li:hover{transform: scale(1.02);}
.select-2 .more{display: block;font-size: 18px;color: #ffffff;width: 155px;height: 54px;line-height: 54px;text-align:center;background: #31b6ea;border-radius: 6px;margin: 0 auto;margin-top: 40px;}

.select-3{padding: 65px 0;background: url(../images/bj-1.png) no-repeat right top;}
.select-3 .com-a{margin-top: 40px;position: relative;}
.select-3 .swiper-al{width: 89.5%;margin: 0 auto;}
.select-3 .swiper-al .picture{width: 100%;}
.select-3 .swiper-al .written{width: 300px;height: 122px;background: #fff;margin: 0 auto;position: sticky;margin-top: -40px;padding: 16px;line-height: 3;}
.select-3 .swiper-al .written .box{width: 100%;height: 100%;border: 1px solid #d8d8d8;text-align:center;font-size: 20px;color: #666666;}
.select-3 .swiper-al .written .box .see{display:block;font-size: 18px;color: #ffffff;width: 160px;height: 48px;line-height: 48px;text-align: center;background: #31b6ea;border-radius:1px;margin: 0 auto;}
.select-3 .com-a .swiper-button-prev{left:0px;width: 26px;height: 46px;background: url(../images/left.png) no-repeat center;}
.select-3 .com-a .swiper-button-next{right: 0px;width: 26px;height: 46px;background: url(../images/right.png) no-repeat center;}
.select-3 .com-a .swiper-button-next:after,.select-3 .com-a .swiper-button-prev:after{content: '';}
.select-3 .com-b{margin-top: 75px;}
.select-3 .more{display: block;font-size: 18px;color: #ffffff;width: 155px;height: 54px;line-height: 54px;text-align:center;background: #31b6ea;border-radius: 6px;margin: 0 auto;margin-top: 70px;}

.select-4{width: 100%;background: #f8f8f8;padding: 85px 0 70px;}
.select-4 .picture{width: 50%;}
.select-4 .written{width: 46%;font-size: 18px;color: #666666;line-height: 1.8;padding-top: 20px;}
.select-4 .written h3{font-size: 32px;color: #31b6ea;margin-bottom: 10px;}
.select-4 .written .more{display: block;font-size: 18px;color: #ffffff;width: 155px;height: 54px;line-height: 54px;text-align:center;background: #31b6ea;border-radius: 6px;margin-top: 30px;}

.select-5{width: 100%;background: #f4f4f4;padding: 75px 0;}
.select-5 .com dl{float: left;width: 33.33%;font-size: 17px;color: #777777;line-height: 1.5;margin: 20px 0px;}
.select-5 .com dl .ico{width: 42px;height: 40px;margin-top: 2px;}
.select-5 .com dl .words{width: 300px;margin-left: 15px;}
.select-5 .com dl h3{font-size: 22px;color: #31b6ea;margin-bottom: 10px;}

.select-6{padding: 70px 0;}
.select-6 .com{margin-top: 40px;}
.select-6 .com .box-a{width: 540px;height: 477px;overflow:hidden;}
.select-6 .com .box-b{width: 651px;height: 240px;overflow:hidden;}
.select-6 .com .box-c{width: 651px;margin-top: 7px;}
.select-6 .com .box-c .pic-1{width: 293px;height: 230px;overflow:hidden;}
.select-6 .com .box-c .pic-2{width: 352px;height: 230px;overflow:hidden;}



.ban{width: 100%;height: 503px;}
.seat{width: 100%;font-size: 18px;color: #888888;border-bottom: 1px solid #ececec;padding: 16px 0;}
.seat span{background: url(../images/ico-14.png) no-repeat left center;padding-left: 30px;}
.select-7{padding: 50px 0;}
.select-7 .des{text-align:center;font-size: 17px;color: #777777;line-height: 1.6;margin-top: 32px;}
.select-7 .com{margin: 30px 0;}
.select-7 .com li{float: left;background: #f3f3f3;width: 590px;overflow: hidden;margin: 10px 0;}
.select-7 .com .picture{width: 259px;height: 259px;text-align: center;overflow: hidden;}
.select-7 .com .written{width: 331px;padding: 18px;color: #555555;font-size: 16px;}
.select-7 .com .written .ku{width: 100%;background: #31b6ea;height: 38px;line-height: 38px;color: #fff;font-size: 20px;padding-left: 14px;margin: 12px 0;}
.select-7 .com .written h3{font-size: 24px;color: #31b6ea;line-height: 1.9;}
.select-7 .com .written h4{font-size: 17px;}
.select-7 .com .written h4 span{display: inline-block;margin-right: 10px;}
.select-7 .com li:nth-child(2n){float: right;}


.baike{padding: 50px 0;}
.baike .com{margin: 45px 0;}
.baike .com li{background: #f7f7f7;padding: 20px 21px;margin: 22px 0;}
.baike .com .picture{width: 227px;height: 178px;overflow: hidden;}
.baike .com .written{width: 880px;margin-right: 10px;font-size: 17px;color: #777777;padding-top: 15px;}
.baike .com .written h3{font-size: 20px;color: #444444;margin-bottom: 10px;}
.baike .com .written .see{display: block;width: 122px;height: 44px;line-height: 44px;text-align: center;color: #fff;background: #31b6ea;font-size: 18px;border-radius:10px;margin-top: 18px;}

.contact{padding: 50px 0;}
.contact .map{width: 100%;height: 585px;margin: 45px 0;}
.contact .map .words{width: 454px;float: right;background: rgba(255,255,255,0.9);font-size: 17px;color: #555555;padding: 35px;margin-top: 85px;margin-right: 55px;}
.contact .map .words li{padding: 6px 0;padding-left: 33px;}
.contact .map .words li:nth-child(1){background: url(../images/ico-15.png) no-repeat left center;}
.contact .map .words li:nth-child(2){background: url(../images/ico-16.png) no-repeat left center;}
.contact .map .words li:nth-child(3){background: url(../images/ico-17.png) no-repeat left top 10px;}
.contact .map .words li span{color: #333333;display: inline-block;font-weight: bold;}
.contact .map .words .tu{width: 152px;text-align: center;padding: 12px 0;margin-top: 40px;box-shadow: 0px 0px 5px 1px #d8d8d8 inset;background: #fff;}
.online{width: 100%;background: url(../images/bj-2.jpg) no-repeat center/cover;padding: 70px 0 25px;}
.online .form{margin-top: 40px;}
.online .form .item{margin: 22px 0;}
.online .form .item input{display: inline-block;width: 382px;height: 62px;border: 1px solid #e2e2e2;font-size: 19px;color: #888888;padding-left: 30px;border-radius:4px;}
.online .form .item input:nth-child(2){margin: 0 23px;}
.online .form .item textarea{display:block;width: 100%;height: 230px;border: 1px solid #e2e2e2;font-size: 19px;color: #888888;border-radius:4px;resize: none;font-family: inherit;padding:15px 30px;}
.online .form .item button{display: block;font-size: 22px;color: #ffffff;width: 282px;height: 58px;line-height: 58px;text-align: center;background: #31b6ea;margin: 0 auto;border-radius:30px;border: 0;margin-top: 60px;}


.Team{padding: 50px 0;}
.Team .box{margin-top: 40px;}
.Team .box .picture{width: 100%;height: 487px;overflow: hidden;}
.Team .box .written{width: 100%;background: #f4f4f4;font-size: 17px;color: #888888;line-height: 1.6;padding:20px 30px 30px;}
.Team .box .written h3{font-size: 22px;color: #31b6ea;margin-bottom: 8px;}
.Team .com{margin: 12px 0;}
.Team .com li{float: left;width: 383px;margin: 12px 0;cursor:pointer;}
.Team .com .picture{width: 100%;height: 287px;overflow: hidden;}
.Team .com .picture img{-webkit-transition: all ease-out .5s;-o-transition: all ease-out .5s;transition: all ease-out .5s;-ms-transition: all ease-out .5s;}
.Team .com .written{width: 100%;background: #f1f1f1;font-size: 20px;color: #666666;border: 1px solid #ecedee;border-top: 0;padding: 19px 30px;}
.Team .com li:nth-child(3n+2){margin: 12px 25px;}
.Team .com li:hover img{-webkit-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);-ms-transform: scale(1.05); }


.article{background: #fff;border: 1px solid #eeeeee;padding: 35px 35px;margin: 50px auto 90px;box-shadow: 0px 0px 10px 2px #eeeeee inset;}
.article .title{text-align: center;font-size: 18px;color: #999999;line-height: 1.5;}
.article .title h3{font-size: 34px;color: #444444;}
.article .title .label{margin-top: 18px;}
.article .title .label span{display: inline-block;margin: 0 12px;}
.article .title .label span:nth-child(1){background: url(../images/ico-18.png) no-repeat left center;padding-left: 26px;}
.article .title .label span:nth-child(2){background: url(../images/ico-19.png) no-repeat left center;padding-left: 26px;}
.article .title .label span:nth-child(3){background: url(../images/ico-20.png) no-repeat left center;padding-left: 26px;}
.article .zhai{width: 100%;background: #f4f4f4;font-size: 17px;color: #777777;line-height: 1.7;padding: 15px 30px 20px;margin-top: 22px;}
.article .zhai label{font-size: 25px;color: #444444;}
.article .zhai label::before{content: "";width: 6px;height: 20px;display: inline-block;background: #31b6ea;margin-right: 10px;}
.article .content{font-size: 17px;color: #777777;line-height: 1.8;border-bottom: 1px solid #f4f4f4;padding: 25px 0;}
.article .content p{margin: 10px 0;}
.article .page{margin: 30px 0;}
.article .page dl{float: left;display: block;width: 49%;background: #f4f4f4;font-size: 18px;color: #666666;padding: 15px 0;padding-left: 18px;}
.article .page dl:nth-child(2){float: right;}*/


