body, ul, dl, dd, dt, ol, li, p, h1,
h2, h3, h4, h5, h6, textarea, form, select, fieldset,
table, td, div, input {
    margin:0;
    padding:0;
    -webkit-text-size-adjust: none;
}
/*首页样式*/
.page-content{
    background: #ffffff;
    height: 100%;
    min-width: 1200px;
    min-height: 630px;
}
/*页面顶部样式*/
.remote-header{
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    height: 80px;
    line-height: 80px;
    display: flex;
    justify-content: space-between;
}
.remote-head-logo{
    width: 800px;
    height: 50px;
    background: url("../img/logotop.png") no-repeat;
}
.logo-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.head-info{
    display: flex;
    justify-content: space-between;
}
.head-info span{
    display: inline-block;
    width: 190px;
    color: #999999;
    margin-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.head-info span:hover{
    cursor: pointer;
}
.head-info a{
    color: #0085C1;
    display: inline-block;
    margin-right: 20px;

}
/*顶部导航样式*/
.top-nav{
    background: #0085C1;
    height: 60px;
    line-height: 60px;
}
.nav-inner{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.nav-inner li{
    width: 14.2%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.nav-inner li:hover{
    background: #1D669B;
}
.nav-inner a{
    font-size: 16px;
    color: #ffffff;
}

.industry-trend,.sys-enter,.answer-case,.professor-res,.netIn-hos{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
}

/*行业动态部分样式*/

.trend-inner{
    display: flex;
    justify-content: space-between;
}
.new-info{
    width: 35%;
}
.title{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #73B8DB;
}
.icon-state{
    width: 20px;
    height: 20px;
    background: url("../img/all(2).png") no-repeat -142px -580px;
    position: relative;
    top: 5px;
    left: 5px;
}

.title .newest,.title .more{
    color: #999999;
}
.title .newest,.title .more:hover{
    color: #0076BA;
}
.title .state-title{
    display: inline-block;
    text-indent: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #0076BA;
    margin-right: 10px;
}
.detail-new{
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.detail-new .pic{
    width: 140px;
    height: 80px;
    background: url("../img/1.jpg");
}
.text-info{
    width: 160px;
    height: 80px;
}
.text-info h1{
    color: #1D669B;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.text-info p{
    text-indent: 20px;
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
    width: 100%;
    height: 56px;
}
.text-info p:hover{
    color: #0076BA;
}
.new-content{
    padding: 10px;
}
.new-list li,.problem-list li{
    height: 30px;
    line-height: 30px;
    font-size: 12px;

}
.new-list span,.problem-list span{
    display: inline-block;

}
.new-list li:hover span{
    color: #0076BA;
    cursor: pointer;
}
.circle{
    width: 4px;
    height: 4px;
    background: #de3a3a;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    top:-13px;
}
.new-title{
    width: 170px;
    height: 30px;
    line-height: 30px;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.time{
    height: 30px;
    line-height: 30px;
    color: #999999;
    position: relative;
    top:-8px;
    left: 55px;
}
/*轮播图*/
.pic-content{
    width: 630px;
    height: 280px;
    font-size: 40px;
    text-align: center;
    background-color: #464576;
}
.remote-banner {
    position: relative;
    top: 0;
    /*margin: 50px auto;*/
    width: 630px;
    height: 280px;
}
.remote-banner .remote-move{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.remote-move ul,
.remote-move ul li {
    position: absolute;
}
 .banner-info{
    width: 630px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 250px;
    background-color: rgba(0,0,0,0.4);
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    text-indent: 20px;
     /*z-index: 100000;*/
}
.remote-ctr {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 10px;
    text-align: right;
    z-index: 100000;
}
.remote-ctr .libs {
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333;
    z-index: 50;
    cursor: pointer;
}
.remote-ctr span.active {
    background-color: #fff;
}

/*系统入口部分样式*/

.icon-enter{
    width: 22px;
    height: 20px;
    background: url("../img/all(2).png") no-repeat -114px -580px;
    position: relative;
    top: 5px;
    left: 5px;
}
.icon-content{
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.icon-content li{
    width: 160px;
    margin-top: 40px;
}
.icon-content li span{
    display: block;
    width: 94px;
    height: 94px;
    margin-bottom: 15px;
    position: relative;
    left: 33px;
}
.icon-content li h1{
    font-size: 16px;
    color: dimgray;
    text-align: center;
}

.huizhen-icon{
    background: url("../img/all(2).png") no-repeat 0 0;
}
.menzhen-icon{
    background: url("../img/all(2).png") no-repeat -114px 0;
}
.zhaunzhen-icon{
    background: url("../img/all(2).png") no-repeat -228px 0;
}
.zhenduan-icon{
    background: url("../img/all(2).png") no-repeat -342px 0;
}
.xindian-icon{
    background: url("../img/all(2).png") no-repeat -456px 0;
}
.jiaoyu-icon{
    background: url("../img/all(2).png") no-repeat 0 -114px;
}
.yuyue-icon{
    background: url("../img/all(2).png") no-repeat -114px -114px;
}
.fenxi-icon{
    background: url("../img/all(2).png") no-repeat -228px -114px;
}
.guanli-icon{
    background: url("../img/all(2).png") no-repeat -342px -114px;
}
.jianshe-icon{
    background: url("../img/all(2).png") no-repeat -456px -114px;
}
.icon-content li:hover h1{
    color: #0076BA;
}
.icon-content li:hover .huizhen-icon{
    background: url("../img/all(2).png") no-repeat 0 -228px;
}
.icon-content li:hover .menzhen-icon{
    background: url("../img/all(2).png") no-repeat -114px -228px;
}
.icon-content li:hover .zhaunzhen-icon{
    background: url("../img/all(2).png") no-repeat -228px -228px;
}
.icon-content li:hover .zhenduan-icon{
    background: url("../img/all(2).png") no-repeat -342px -228px;
}
.icon-content li:hover .xindian-icon{
    background: url("../img/all(2).png") no-repeat -456px -228px;
}

.icon-content li:hover .jiaoyu-icon{
    background: url("../img/all(2).png") no-repeat 0 -342px;
}
.icon-content li:hover .yuyue-icon{
    background: url("../img/all(2).png") no-repeat -114px -342px;
}
.icon-content li:hover .fenxi-icon{
    background: url("../img/all(2).png") no-repeat -228px -342px;
}
.icon-content li:hover .guanli-icon{
    background: url("../img/all(2).png") no-repeat -342px -342px;
}

/*专家资源部分样式*/
.icon-resource{
    width: 22px;
    height: 20px;
    background: url("../img/all(2).png") no-repeat -84px -580px;
    position: relative;
    top: 5px;
    left: 5px;
}
.marqueeleft{
    width:940px;
    overflow:hidden;
    margin:0 auto;
}
.marqueeleft ul{
    float:left;
}
.marqueeleft li{
    float:left;
    display:inline-block;
    width:170px;
    height:220px;
    margin-bottom: 20px;
    border: 1px solid #c8c8c8;
    margin-right: 20px;
    position: relative;
    text-align: center;
}
.marqueeleft .doctor-list{
    width:8000px;
    overflow:hidden;
    margin: 0 auto;
}

.marqueeleft .doctor-list li span{
    display: block;
    color: #999999;
    font-size: 13px;
}
.marqueeleft .doctor-list .doc-title,.marqueeleft .doctor-list .admin-name,.marqueeleft .doctor-list .hos-name{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
}
.marqueeleft .doctor-list li .via{
    width: 70px;
    height: 70px;
    margin: 15px auto;
    border-radius: 50%;
}
.doc-name{
    font-size: 16px;
    color: black;
    font-weight: 600;
    margin-right: 10px;
}
.doctor-list span:nth-child(2){
    margin-bottom: 10px;
}
.doctor-list span:last-child{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 28px;
    line-height: 28px;
    background: #EFF7FB;
}
.doctor-list span:last-child b{
    color: #de3a3a;
    margin-left: 10px;
}

.doctor-list li:hover{
    border: 1px solid #0076BA;
}



/*问题解答和案例介绍部分样式*/
.icon-answer{
    width: 22px;
    height: 20px;
    background: url("../img/all(2).png") no-repeat -24px -580px;
    position: relative;
    top: 5px;
    left: 5px;
}
.icon-case{
    width: 24px;
    height: 20px;
    background: url("../img/all(2).png") no-repeat -56px -580px;
    position: relative;
    top: 5px;
    left: 5px;
}
.answer-case .inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.answer-case .inner .trouble-shoot{
    width: 340px;
}

.problem-list{
    margin-top: 10px;
    color: #999999;
    padding-left: 10px;
}
.problem-list li:hover span{
    color: #0076BA;
    cursor: pointer;
}
.problem-list li span:first-child{
  position: relative;
    top:-2px;
}

.case-intro{
    width: 620px;
}
.case-list{
    width: 540px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.case-list li{
    width: 240px;
}
.case-list span{
    display: block;
}
.case-list .detail{
    line-height: 20px;
}
.case-list .photo{
    width: 240px;
    height: 120px;
    margin-top: 20px;
    background: url("../img/Desert.jpg");
}
.case-list .case-title{
    margin-top: 15px;
    color: #333333;
}
.case-list .detail{
    margin-top: 10px;
    color: #999999;
    font-size: 12px;
}



/*入网医院部分样式*/
.icon-hos{
    width: 24px;
    height: 20px;
    background: url("../img/all(2).png") no-repeat 0 -580px;
    position: relative;
    top: 5px;
    left: 5px;
}
#map-content{
    width: 100%;
    height: 500px;
    margin: 50px 0;
}
/*底部样式*/
.remote-footer{
    width: 100%;
    height: 250px;
    background: #0E84CB;
}
.remote-footer .footer-inner{
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 12px!important;
}
.footer .help-footer{
    padding-top: -20px;
}
.help-footer p{
    text-align: left;
    font-size: 12px;
}
.footer-row2{
    width: 100%;
    height: 115px;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    color: #FFFFFF;
}
.footer-row2 img{
    width: 440px;
    height: 60px;
    margin: 20px 0;
}
.footer-row2 .address{
    padding-bottom: 8px;
}
.footer-row2 .line{
    width: 1px;
    background: #FFFFFF;
    opacity: 0.4;
}
.footer-row1,.footer-row3{
    text-align: center;
    color: #FFFFFF;
    opacity: 0.5;
}
.address p{
    line-height: 28px;
}
.address p span{
    font-size: 20px;
}




/*新闻详情页面样式*/
.main-inner{
    width: 900px;
    margin: 20px auto;
}
.bread-crumb span{
    color: #999999;
}
.bread-crumb span:last-child{
    color: #0085C1;
}
.news-title{
    font-size: 16px;
    color: #2a2f3e;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
}
.news-time{
    text-align: center;
    color: #999999;
    margin-bottom: 20px;
}
.news-detail p{
    text-indent: 30px;
    line-height: 28px;
    margin-bottom: 28px;
    color: #696c74;
}

.news-choice{
    line-height: 30px;
}
.news-choice a{
    color: #0AA7F5;
}
.news-choice a:hover{
    color: #F8AC2D;
}

/*公司简介页面样式*/

.profile-detail p,.FAQ-detail p{
    text-indent: 30px;
    line-height: 28px;
    color: #696c74;
    margin-bottom: 28px;
    position: relative;
    font-size: 14px;
}
.profile-title,.FAQ-title{
    font-size: 16px;
    color: #2a2f3e;
    text-align: center;
    line-height: 30px;
    margin: 20px auto;
}
.profile-title{
    font-size: 18px;
    text-align: left;
}
.profile-detail p{
    margin-bottom: 10px;
}
.profile-detail .square{
    width: 5px;
    height: 5px;
    background: #0076BA;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top:10px;
}

/*常见问题页面样式*/
.FAQ-detail{
    margin-bottom: 20px;
}









/*登录页面样式*/

.content{
    width: 100%;
    height: calc(100vh - 200px);
    min-height: 540px;
    background: url("../img/bg_login.jpg") no-repeat;
    background-size: cover;
    position:relative;
}
.fist-step{
    width: 100%;
    height: calc(100vh - 200px);
    min-height: 540px;
    background: url("../img/bg_login.jpg") no-repeat center;
    position:relative;
}
.content .empty{
    display: table;
}
.content .login-inner{
   width: 430px;
    height: 400px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 70px;
    position: relative;
    top:50%;
    left: 50%;
    transform: translate(-215px,-200px);
}
.top-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.top-info span{
    font-size: 20px;
    color:#4b7bea;
}
.top-info a{
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}
.login-row{
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.login-row p{
    color:#666;
    margin-bottom: 8px;
}
.login-row i{
    position: absolute;
    width: 18px;
    height: 20px;
    top: 32px;
    left: 10px;
}
.icon-user{
    background: url(../img/login.png) no-repeat  0 -100px;
}
.icon-pwd{
    background: url(../img/login.png) no-repeat -30px -100px;
}
.login-row input{
    border: 1px solid #d6d6d6;
    height: 32px;
    line-height: 32px;
    width: 290px;
    text-indent: 36px;
    border-radius: 4px;
    color:#999;
}
.login-row .vcode-input{
    text-indent: 16px;
    width: 138px;
    margin-right: 14px;
}
.login-row img{
    width: 120px;
    height: 34px;
    float: right;
}
.login-row span{
    position: absolute;
    left: 60px;
    top:35px;
}

.login-button-area{
    margin-bottom: 40px;
}
.login-button-area i{
    position: relative;
    top:4px;
    margin-right: 4px;
    width: 16px;
    height: 16px;
}
.remote-icon-check-box{
    background: url(../img/login1.png) no-repeat -90px -99px;
}
.remote-icon-check-box-checked{
    background: url(../img/login1.png) no-repeat -60px -99px
}
.login-button-area span{
    display: inline-block;
    color:#666;
    font-size:12px;
    cursor: pointer;
}


.login-button-area a{
    display: block;
    margin-top: 15px;
    border-radius: 4px;
    background: #4b7bea;
    color:#fff;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    box-shadow: 3px 5px 20px rgba(75,123,234,.4);

}
.login-error{
    position: absolute;
    bottom:70px;
    color: red;
    display: block;
    width: 100%;
    z-index: 10;
}
/*登录底部样式*/

.login-footer{
    height: 120px;
    text-align: center;
    padding: 20px 0;
    color: #999999;

}

.login-footer p{
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

/*登录和修改密码输入框获得焦点时的样式*/
input:focus{
    outline: none;
    border-color: #F69C00;
    box-shadow: 0 0 4px rgba(246,156,0, .4);
}
input:-ms-input-placeholder{
     color: #cccccc;
 }
input::-webkit-input-placeholder{
    color: #cccccc;
}


/*强制修改密码样式*/
.force-reset-inner{
    width: 520px;
    height: 400px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 70px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-260px,-200px);
}
.force-reset-inner .warning-info{
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-bottom: 14px;
}
.force-reset-inner .center{
    text-align: center;
    font-size: 20px;
    color: #4B7BEA;
    margin-bottom: 14px;
}
.force-reset-inner .user-account{
    color: #666666;
    margin-bottom: 20px;
    text-indent: 20px;
}
.force-reset{
    width: 100%;
}
.force-reset input{
    text-indent: 10px;
    margin-bottom: 20px;
}
.force-reset .second-password{
   position: relative;
    left: -14px;
    margin-bottom: 30px;
}
.error-info{
    position: absolute;
    left: 130px;
    bottom: 84px;
    color: red;
}
.force-reset .vcode-input{
    text-indent: 10px;
    width: 160px;
}
.force-reset .get-code{
    width: 110px;
    height: 32px;
    background: #F69C00;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
}
.login-button-area .reset-submit{
    width: 292px;
    margin-left: 60px;
}


/*强制修密码提示语样式*/
















