@charset "utf-8";
a{
    cursor: pointer;
}

a:focus,a:active,a:hover{
    outline: none;
}

#mainBody{
    font-family: "microsoft yahei";
}
#banner{
    padding-top: 290px;
    position: relative;
    width: 100%;
    height: 865px;
    background: #dee5eb url("../../../images/index/web/bannerBG.jpg") no-repeat center;
    background-size:cover;
    text-align: center;
    color: rgba(255,255,255,.8);
}
#banner .header{
    position: relative;
    z-index: 2;
    width: 100%;
    -webkit-animation:headMove 2s;
    -o-animation:headMove 2s;
    -moz-animation:headMove 2s;
    animation:headMove 2s;
}
@-moz-keyframes headMove{
    from {transform:translateY(20px);opacity: 0;}
    to {transform:translateY(0);opacity: 1}
}
@-ms-keyframes headMove{
    from {transform:translateY(20px);opacity: 0;}
    to {transform:translateY(0);opacity: 1}
}
@-o-keyframes headMove{
    from {transform:translateY(20px);opacity: 0;}
    to {transform:translateY(0);opacity: 1}
}
@-webkit-keyframes headMove{
    from {transform:translateY(20px);opacity: 0;}
    to {transform:translateY(0);opacity: 1}
}
#banner .mask{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
    background: rgba(0,0,0,.4);
}
#banner .header h1{
    font-size: 54px;
}
#banner .header h3{
    letter-spacing:25px;
    font-size: 27px;
}
#banner .header a{
    margin: 60px auto 0;
    display: block;
    line-height: 42px;
    width: 191px;
    text-align: center;
    border-radius:50px ;
    background-color: transparent;
    border: 2px solid #FFF;
    color: #FFF;
    font-size: 18px;
    font-weight:bold;
}
#lifeCycle{
    width: 100%;
    background-color: #F2F2F2;
    text-align: center;
}
#lifeCycle>h2{
    padding-top: 64px;
    margin: 0;
    font-size: 34px;
}
#lifeCycle>.content{
    margin: 47px auto 0;
    width: 975px;
}
#lifeCycle>.content>.left{
    padding-bottom: 130px;
    float: left;
    width: 33.3%;
}
#lifeCycle>.content>.mid{
    float: left;
    width: 33.3%;
    position: relative;
   /* background: url("../../../images/index/web/iphone 6 white.png") no-repeat  top 26px center;*/
}
.midIphone6 {
    position: relative;
    top: 26px;
}
#lifeCycle>.content>.right{
    float: left;
    width: 33.3%;
}
#lifeCycle>.content>.mid>.midContent{
    position: absolute;
    top: 79px;
    left: 72px;
    width: 184px;
    height: 323px;
    background: url("../../../../images/index/web/iphone-6-BG.png");
}
#lifeCycle>.content>.mid>.midContent>.iconWrapper{
    border-color: #37bec4;
}
#lifeCycle .leftContent,#lifeCycle .rightContent{
   float: left;
    margin-top: 147px;
}

#lifeCycle .rightContent:first-child,#lifeCycle .leftContent:first-child{
    margin-top: 0;
}
#lifeCycle .content .rightContent .iconWrapper,#lifeCycle .content .leftContent .iconWrapper {
    float: left;
}
#lifeCycle .content .midContent .iconWrapper{
    margin: 25px auto 0;
}
#lifeCycle .content .iconWrapper{
    line-height: 128px;
    text-align: center;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    border: 3px solid #e0e0e0;
    background: #fff;
}
#lifeCycle .content .midContent .iconWrapper{
    line-height: 100px;
    width: 106px;
    height: 106px;
    background: transparent;
}
#lifeCycle .content .textWrapper{
    float: left;
    width: 58%;
    padding:15px;
}
#lifeCycle .content .textWrapper p{
    text-align: left;
    color: #898989;
}
#lifeCycle .content .midContent p{
    margin: 60px 10px;
    color: #898989;
}
#lifeCycle .content .textWrapper h5{
    font-size: 18px;
    font-weight:800;
}
#lifeCycle .content .leftContent .textWrapper h5{
    text-align: left;
}
#lifeCycle .content .leftContent .textWrapper .borderBottom{
    margin-right: 53%;
    padding-bottom: 10px;
    border-bottom: 3px solid #37bec4;
}
#lifeCycle .content .rightContent .textWrapper .borderBottom{
    margin-left: 53%;
    padding-bottom: 10px;
    border-bottom: 3px solid #37bec4;
}
#lifeCycle .content .rightContent .textWrapper .check{
    margin-left: 45%;
}
#lifeCycle .content .rightContent .textWrapper h5{
    text-align: right;
  }
#lifeCycle .content .midContent  h2{
    font-size: 22px;
}
#fastRepair{
    background: #FFF url("../../../images/index/web/fastRepair.png") no-repeat  -9% 66px ;
    height: 684px;
    background-size:50% 100%;

}
#fastRepair .content{
    width: 51%;
    padding: 8.7%  18.3% 0 0;
}
#fastRepair .content h1{
    text-align: right;
    font-size: 34px;
}
#fastRepair .content p{
    margin-bottom:0 ;
    line-height: 2.5;
    font-size: 16px;
    color: #898989;
}
#fastRepair .content .detail{
    text-indent: 25px;
}
#statisticsData{
    display: inline-block;
    width: 100%;
    background: #37bec4 url("../../../images/index/web/statisticsData.png") no-repeat;
}
.contentRight{
    width: 43%;
    float: right;
    position: relative;
/*    background:  url("../../../images/index/web/statisticsPhone.png") no-repeat 17% 104px;*/
}
.contentRightImg {
    margin-top: 78px;
}
.contentLeft{
    float: left;
    width: 57%;
    padding: 60px 0 37px 10%;
    color: #FFF;
}
.contentLeft h1{
    font-size: 34px;
}
.contentLeft>p{
    line-height: 2;
    margin-top: 31px;
    font-size: 16px;
    color:rgba(255,255,255,.7);
}
#boxs>.box{
    /*float:left;*/
    margin-top: 20px;
    align-items:center;
    text-align: center;
    width: 428px;
    height: 131px;
    border-radius: 5px;
    background-color: #31AfB5;
    -webkit-box-shadow: 0 3px 0 rgba(000,000,000,.21);
    -moz-box-shadow: 0 3px 0 rgba(000,000,000,.21);
    box-shadow: 0 3px 0 rgba(000,000,000,.21);
}
#boxs>.box:first-child{
    margin-top: 60px;
}
#boxs>.box{
    width: 455px;
    overflow: auto;
}
#boxs>.box>.img{
    width: 136px;
    float: left;
    margin-top: 21px;
}
#boxs>.box>.text{
    line-height: 2;
    text-align: left;
    color:rgb(255,255,255);
    margin-top: 21px;
}
#boxs>.box>.text>p{
    color:rgba(255,255,255,.7);
}
#assetManagement{
    width: 100%;
    padding-bottom: 60px;
    background-color: #FFF;
    text-align: center;
}

#assetManagemen{
    padding: 56px auto;
}
#assetManagement>h1,#performance>h1,#managementSupplier>h1{
    padding-top: 56px;
    margin: 0;
}
#assetManagement>.text,#performance>.text,#managementSupplier>.text{
    margin-top: 28px;
    line-height: 2;
    color: #898989;
    font-size: 16px;
}
#assetManagement .boxs{
    margin: 64px auto 0;
    width: 1216px;
    height: 526px;
    margin-bottom: 63px;
}
#assetManagement .boxs .box{
    float: left;
    height:254px;
    width: 394px;
    -webkit-box-shadow: 0 2px 10px rgba(55,190,196,.2);
    -moz-box-shadow: 0 2px 10px rgba(55,190,196,.2);
    box-shadow: 0 2px 10px rgba(55,190,196,.2);
    margin:1.3% 0 0 1.3%;
}
#assetManagement .boxs .box:first-child,#assetManagement .boxs .box:nth-child(4){
    margin-left: 0;
}
#assetManagement .boxs .box img{
    margin-top: 47px;
}
#assetManagement .boxs .box .line{
    margin: 24px auto 0;
    width: 46%;
    height: 7px;
    background-color: #e5e5e5;
}
#assetManagement .boxs .box .text{
    margin-top: 24px;
    font-size: 22px;
}
#performance{
    width: 100%;
    padding-bottom: 60px;
    background-color: #f5f5f5;
    text-align: center;
}
#performance .boxs{
    margin: 64px auto 0;
    width: 1216px;
    display: inline-block;
}
#performance .boxs .box{
    margin-left: 5%;
    float: left;
}
#performance .boxs .box:first-child{
    margin-left: 0;
}
#performance .boxs .box img{
    width: 149px;
    height: 104px;
}#performance .boxs .box .text{
    margin-top: 18px;
    font-size: 15px;
    color: #000;
 }
 #managementSupplier{
     text-align: center;
    padding-bottom: 60px
 }
 #managementSupplier .boxs{
     width: 1216px;
     margin: 53px auto 0;
     box-sizing: border-box;
 }
#managementSupplier .boxs .box{
    padding: 58px 4.4% 0;
    box-sizing: border-box;
    width: 302px;
    height: 448px;
    float: left;
    margin-bottom: 60px;
}
#managementSupplier .boxs .box .text{
    font-size: 24px;
    color: #FFF;
    margin-top: 20px
}
#managementSupplier .boxs .box p{
    padding-top: 121px;
    box-sizing: border-box;
    text-align: left;
    color: #FFF;
}
#manufacturer{
    background-color: #85d7d8;
}
#dealers{
    background-color: #6dd0d4;
}
#repairService{
    background-color: #53c7cc;
}
#hospital{
    background-color: #37bec4;
}
#governmentCheck{
    width: 100%;
    height: 328px;
    background: #f5f5f5 url("../../../images/index/web/governmentChcekBG.png") no-repeat;
    clear: both;
}
#governmentCheck>.textWrapper{
    width: 50%;
    float: right;
}
#governmentCheck>.imgWrapper{
    width: 50%;
    float: left;
}
.government_grade {
    float: right;
    height: 328px;
}
#governmentCheck>.textWrapper>h1{
    margin: 93px 0 35px 25% ;
}
#governmentCheck>.textWrapper>p{
    margin-left: 10%;
    color: #898989;
    line-height: 2;
    font-size: 16px;
}
#users{
    padding: 3.1% 15.6%;
    text-align: center;
}
#users>.usersDetail{
    margin-top: 50px;
}
#users>.usersDetail>.box{
    width: 25%;
    float: left;
    height:200px;
}
#users>.usersDetail>.box>img{
    height:92px;
    width:92px;
}
#users>.usersDetail>.box>.text{
    margin-top: 15px;
    color: #898989;
}#viewAllHosp{
    text-align: center;
 }

#viewAllHosp>a{
    margin: 0 auto;
    display: block;
    line-height: 42px;
    height: 42px;
    width: 191px;
    border-radius: 50px;
    background-color: #f87a77;
    color: #FFF;
    font-size: 18px;

}

#toUp{
    position: fixed;
    z-index: 10;
    display: none;
    width: 64px;
    height: 64px;
    bottom: 42px;
    right: 42px;
    -webkit-box-shadow: 0 3px 12px  rgba(0,0,0,.24);
    -moz-box-shadow: 0 3px 12px  rgba(0,0,0,.24);
    box-shadow: 0 3px 12px  rgba(0,0,0,.24);
    background: #FFF url("../../../../images/index/web/arrowUp.png") no-repeat center;
    border-radius: 50%;
    cursor: pointer;
}

.kefuActive{
    color: #37bec4!important;
}

.glyphicon-exclamation-sign{
    color: #37bec4;
    font-size: 20px;
    display: inline-block;
    top: 5px;
}

#reportCount{
    color: #f87a77;
    width: 96px;
    display: inline-table;
    text-align: right;
    padding-right: 10px;
}


.dropdown{
    height:83px;
    float: right;
    line-height: 83px;
    margin-left: 20px;
}

.glyphicon-user{
    color: #37bec4;
    font-size: 20px;
    display: inline-block;
    top: 5px;
}

.caret{
    color: #37bec4;
}

.dropdown-menu{
    width:183px;
    height:200px;
    background-color:#fff ;
    border-radius: 4px;
    box-shadow: 0 2px 18px rgba(0,0,0,.2);
    top: 64px;
    border: none;
    padding:0;
}

#noRepair{
    width:100%;
    height:44px;
    border-bottom: 1px solid #d5d5d5;
    line-height: 44px;
    cursor: pointer;
    font-size: 16px;
    color: #37bec4;
}

.waitRepairImg{
    width:30px;
    height:30px;
    margin:0 5px 0 10px;
    position: relative;
    top: -3px;

}

.menuTab{
    width:100%!important;
    height:44px;
    line-height: 44px;
    display: block!important;
    font-size: 16px!important;
    color: #3d3d3d!important;
    padding-left: 15px;
}

#deviceManage{
    width:150px!important;
    height:30px;
    background-color:#37bec4 ;
    color: #fff!important;
    line-height: 30px;
    font-size: 16px!important;
    text-align: center;
    margin:4px auto 0 auto;
    border-radius: 4px;
}

#logoutwdy{
    width:100%!important;
    height:34px;
    line-height: 34px;
    display: block!important;
    font-size: 14px!important;
    color: #37bec4!important;
    text-align: center;
}

/*.dropdown-menu li{
    width: 100%;
    text-align: center;
    padding:0!important;
}

.dropdown-menu li a:hover{
    background-color: #07969c!important;
}

.dropdown-menu li a{
    color: #fff!important;
}*/
/*
body {
    !*transform:scale(0.5);*!
    !*-ms-transform:scale(0.5); 	!* IE 9 *!*!
    !*-moz-transform:scale(0.5); 	!* Firefox *!*!
    !*-webkit-transform:scale(0.5); !* Safari 和 Chrome *!*!
    !*-o-transform:scale(0.5); 	!* Opera *!*!
}

.carousel-indicators {
    bottom: 0;
}

.carousel-indicators li {
    border-radius: 0;
    width: 40px;
}

.carousel-indicators .active {
    width: 40px;
    background-color: #0867BF;
    border: none;
}

.intro-items-group {
    overflow: auto;
    width: 1024px;
    margin: 0 auto 15px auto;
}

.intro-items-group img {
    float: left;
}

.intro-items-group .intro-item {
    height: 121px;
}

.intro-items-group .intro-item:hover {
    background-color: #ddd;
}

.intro-items-group .item1 {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.intro-items-group .item2 {
    border-bottom: 1px solid #ddd;
}

.intro-items-group .item3 {
    border-right: 1px solid #ddd;
}

.intro-items-group .brief > div {
    display: inline-block;
    padding-left: 30px
}

.intro-items-group h2 {
    margin-top: 30px;
}

.intro-item .help-block {
    font-size: 20px;
}

.intro-item .detail {
    font-size: 22px;
    color: #0867BF;
    padding-left: 20px;
    padding-top: 20px;
}

*/
