@charset "utf-8";
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,select,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:40%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
p {margin:0 0 9px;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px/1.8 "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif;outline:0;}
body{background:#fff;color:#555;}
a{color:#444;outline:none;}
a:hover{color:#34a6cb;text-decoration:none;}
table tr td {
    border: 1px solid #333;
}

/* 文字样式 */
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.green{color:#158064;}
.green:hover{color:#096;}

/* 按钮 */
.btn{display:inline-block;border:none;text-align:center;background:#34a6cb;color:#fff;min-height:34px;line-height:34px;padding:0 15px;-webkit-transition:background 0.3s,border 0.3s;transition:background 0.3s,border 0.3s;}
.btn:hover{background:#34a6cb;color:#fff;}
.btn.white{background:#fff;color:#666;border:1px solid #ddd;}
.btn.white:hover{background:#666;color:#fff;border:1px solid #666;}
.btn.disabled{background:#f1f1f1;border-color:#aaa;color:#aaa;cursor:no-drop;}

/* 边距 */
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt25{margin-top:25px;}
.mt50{margin-top: 50px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb25{margin-bottom:25px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}

/* 浮动 */
.fl{float:left!important;}
.fr{float:right!important;}
.clearfix{*zoom:1;}
.clearfix:before,
.clearfix:after{display:table;content:"";line-height:0;font-size:0;clear:both;}

/*显示形式*/
.inline{display:inline;}
.block{display:block;}
.hide{display: none;}
.inline-block{display:inline-block;zoom:1;*display:inline;}
.hidden{display:none;}

/* 下拉三角符号 */
.caret{display:inline-block;width:0;height:0;vertical-align:middle;border-top:8px solid #000000;border-right:8px solid transparent;border-left:8px solid transparent;content:"";}
.caret.up{border-top:none;border-bottom:8px solid #ccc;}
.caret.down{border-top:8px solid #ccc;border-bottom:none;}

/* 消息框  */
.alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.alert,.alert h4{color:#c09853;}
.alert h4{margin:0;}
.alert .close{position:relative;top:-2px;right:-21px;line-height:20px;}
.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6;}
.alert-success h4{color:#468847;}
.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7;}
.alert-danger h4,.alert-error h4{color:#b94a48;}
.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1;}
.alert-info h4{color:#3a87ad;}
.alert-block{padding-top:14px;padding-bottom:14px;}
.alert-block>p,.alert-block>ul{margin-bottom:0;}
.alert-block p+p{margin-top:5px;}

/*表单样式*/
.form-horizontal{padding-top:15px;*overflow:hidden;}
.form-horizontal legend {display:block;width:100%;padding:5px 0;margin-bottom:15px;text-indent:10px;border-bottom:1px solid #ddd;font-size:14px;font-weight:bold;}
.form-horizontal legend a {font-size:12px;margin-left:10px;font-weight:normal;}
.form-horizontal .control-group {margin-bottom:9px;*zoom:1;*width:100%;*float:left;position:relative;}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {display:table;content:"";}
.form-horizontal .control-group:after {clear:both;}
.form-horizontal .control-label {position:absolute;width:120px;left:0;top:14px;text-align:right;}
.form-horizontal .controls {padding:5px 0;padding-left:130px;}
.form-horizontal .controls  p{padding-top:4px;}
.form-horizontal .controls .radio{line-height:44px;}
.form-horizontal .help-block {margin-top:9px; margin-bottom:0;} 
.form-horizontal .help-block  .icon-exclamation-sign{font-size:14px;color:#1c64e3;} 
.form-horizontal .form-actions{padding-left:130px;}
.form-horizontal .form-actions .btn{width:120px;line-height:45px;}
.control-group label.required:before{content:"*";font-weight:normal;color:red;margin-right:8px;}
.control-group label.error,.control-group label.valid{padding-left:8px;zoom:1;}
.control-group .error{color:#bd4247;}
.control-group .form-text{display:inline-block;zoom:1;*display:inline;padding-top:4px;}
.control-group input.error{border-color:#bd4247;}
.control-group input.error:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(189,66,71,.6);}
.control-group .valid{color:#669533;}
.control-group input.valid{border-color:#669533;}
.control-group input.valid:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,149,51,.6);}
.control-group .inline,.control-group .inline input{line-height:28px;vertical-align:middle;padding-right:10px;}
.control-group  textarea{vertical-align:middle;min-height:120px;}
.help-inline,.help-block{color:#666;padding-left:8px;}
.help-inline{display:inline;}
.help-block{display:block;}
.pic-preview  a{position:relative;display:inline-block;background:url(../images/uploadify-cancel.png) 0 0 no-repeat #fff;width:16px;height:16px;margin-top:12px;margin-left:-22px;text-indent:-9999px;vertical-align:top;}
.pic-preview img{max-width::140px;max-height:140px;margin-top:10px;}
.laydate-form{padding:15px;background-color:#f4f4f4;margin:10px 0;}
.ranking .laydate-form input{padding:8px 10px;width:200px;margin-right:10px;vertical-align:middle;}
.ranking .laydate-form button{width:120px;line-height:36px;vertical-align:middle;}
/*报名报*/
#formwrap{min-height:200px;}
#Validform_msg{display:none;}
#formwrap .loading{display:block;line-height:200px;text-align:center;}
#survey-form-apply dl:after{display:block;content:"";clear:both;}
#survey-form-apply dl dt,#survey-form-apply dl dd{float:left;}
#survey-form-apply dl dt{min-width:145px;}
#survey-form-apply dl dd{min-width:62%;}
.survey #survey-form-apply dl input,#survey-form-apply dl .Validform_checktip{float:left;}
#survey-form-apply dl .Validform_checktip{margin-left:10px;line-height:37px;}
#survey-form-apply dl select{float:left;}
#survey-form-apply dl #cities select{margin-right:10px;}
.survey #survey-form-apply dl{padding:5px 0;margin-bottom:5px;}
.survey #survey-form-apply dd li{display:inline-block;margin-right:10px;}
.survey #survey-form-apply .datatime{background-size:12%;}
.survey #survey-form-apply dd input[type="radio"]{float:none;}
.survey #survey-form-apply dd img.codeimg{left:172px;top:1px;}
.survey h1{text-align:center;font-size:24px;line-height:80px;}
.survey .survey-info{font-size:14px;color:#434343;padding:10px 32px;border-top:1px solid #f2f2f2;border-bottom:1px dashed #f2f2f2;background:url(../../images/zh_cn/fixed-pic/appli.png) 15px center no-repeat;}
.survey dl{padding:15px 0;margin-bottom:15px;border-bottom:1px solid #eae7e7;}
.survey dl:after{display:block;content:"";clear:both;}
.survey dt{color:#434343;padding-bottom:10px;position:relative;}
.survey dd {position:relative;color:#6a6a6a;} 
.survey dd input[type='text'],.survey dd textarea,.survey dd select{padding:8px;line-height:1.2;font-size:15px;}
.survey dd input::-moz-placeholder{font-size:14px;}
.survey dd input:-moz-placeholder{font-size:14px;}
.survey dd input::-webkit-input-placeholder {font-size:14px;}
.survey dd input:-ms-input-placeholder {font-size:14px;}
.survey dd select{padding:5px;line-height:1.2;min-width:20%;cursor:pointer;}
.survey dd input[type='text']{width:45%;} 
.survey dd input[type='text'].add_input{margin-top:15px;}
.survey dd .button{padding:11px;line-height:1.2;margin-left:-5px;vertical-align:middle;cursor:pointer;border:none;color:#fff;font-size:13px;}
.survey dd textarea{width:80%;height:120px!important;border-color:#ececec;}  
.survey dd ul:after{display:block;content:"";clear:both;}
.survey dd li input[type="radio"]{height:14px;width:14px;cursor:pointer;}
.survey dd input.datatime{cursor:pointer;display:block;}
.survey dd label{height:26px;}
.survey dd .Validform_checktip{margin-left:0;min-height:0;font-size:14px;}  
.survey dd input.code{width:120px;}
.survey dd img{vertical-align:middle;max-width:80px;max-height:80px;}
.survey dd .img-wrap{overflow:hidden;}
.survey .apply-btn{margin-top:25px;}
.survey .apply-btn .btn{cursor:pointer;width:360px;height:38px;display:block;line-height:38px;color:#fff;border:none;margin:0 auto;}
.img-preview{overflow:hidden;margin-top:10px;}
.img-preview li{float:left;padding:10px;background:#f4f4f4;margin-right:10px;}
.img-preview li img{width:80px;height:80px;}
.img-preview li span{display:block;line-height:30px;font-size:12px;text-align:center;width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*报名报end*/

/*表单元素样式*/
input::-webkit-input-placeholder {line-height:normal;}
textarea,
input[type="text"],
input[type="password"],
input[type="search"]{padding:12px 10px;line-height:1;height:18px;border:1px solid #ddd;background-color:#fff;transition:border linear 0.2s,box-shadow linear 0.2s;vertical-align:middle;}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus{border-color:#0eb29a;outline:0;}
select{border:1px solid #ccc;vertical-align:middle;padding:4px 10px;line-height:1;}
input[readonly]{color:#999;}
input[disabled]{background:#f3f3f3;}

/* 用户注册 */
.input-medium{width:280px;}
.getcode{width:80px;position:absolute;left:317px;top:10px;}
.regform #code_img{width:110px;height:34px;position:absolute;left:317px;top:10px;}
.regform{margin-top:25px;min-height: 430px;}
.regform .fl,.regform .fr{width:49%;height:360px;}
.regform .fr{border-left:1px solid #ddd;}
.regform .fr p{font-size:16px;margin-left:35px;margin-top:35px;}
.regform .submit{width:302px;line-height:40px;}
.weixin-info span{display:inline-block;vertical-align:middle;line-height:44px;height:44px;margin-right:5px;}
.weixin-info .headimg img{width:44px;height:44px;border-radius:5px;}
/* 图标 */
@font-face {font-family:"iconfont";
  src:url('../font/iconfont.eot'); /* IE9*/
  src:url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
  url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  display:inline-block;
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.imagesLoaded li img{
  -webkit-transition:opacity 0.4s;
     -moz-transition:opacity 0.4s;
      -ms-transition:opacity 0.4s;
          transition:opacity 0.4s;
}
.imagesLoaded .is-loading {background:url(../images/loading.gif) center no-repeat #000;}
.imagesLoaded .is-broken {background:url(../images/broken.png) center no-repeat #be3730;}
.imagesLoaded .is-loading img,.imagesLoaded .is-broken img {opacity:0;filter:alpha(opacity=0);}
.layout{width:1200px;margin-left:auto;margin-right:auto;}

/*头部 */
.header{position:relative;z-index:2;min-width: 1200px;}
.user-row{border-bottom: 1px solid #F2F2F2;height: 30px;line-height: 30px;}
.top-login{display:inline-block;}
.logo-row{height:70px;padding-top:15px;padding-bottom:5px;position:relative;z-index:3;}
.version a{line-height:1;}
.version a.cur{font-weight:bold;}
.logo a{display:block;}
.logo a img{width:auto;height:56px;}
.userlink{margin-bottom: 0;}
.userlink span{margin: 0 5px;}
.searchtype{width:78px;height:20px;margin:12px auto;position:relative;float:left;border-right:1px solid #eee;}
.searchtype span{display:block;line-height:20px;padding:0 15px;cursor:pointer;}
.searchtype span:after{font-family:'iconfont';content:'\e610';margin-left:6px;color: #d7d7d7;}
.searchtype ul{display:none;position:absolute;top:30px;left:2px;right:0;background:#fff;border:1px solid #eee;border-top:none;}
.searchtype ul li a{display:block;line-height:30px;padding-left:15px;padding-right:15px;-webkit-transition:color 0.3s,background 0.3s;transition:color 0.3s,background 0.3s;}
.searchtype ul li a:hover{background:#eee;}
.search{margin-top:7px;margin-left: 20px;width: 400px;height: 40px;border: 1px solid #4a95a7;border-radius: 5px;}

.search i{line-height:35px;position:relative;font-size:17px;color:#999;margin-top: 5px;margin-left:8px;font-weight: 700;}
.search button{width:105px;height:40px;font-size:16px;margin-left:-1px;}
input.keyword{width:169px;height:20px;line-height:20px;padding:11px 5px 9px 10px;margin-left: 5px;border: none;}
.patient{width:162px;margin-top:12px;position:relative;}
.patient .login{display:block;height:42px;line-height:42px;text-align:center;border:2px solid #61B98A;color:#61B98A;-webkit-transition:0.3s;transition:0.3s;}
.patient .login i{font-size:16px;margin:auto 5px;}
.patient .login:hover{background:#61B98A;color:#fff;}
.patient-menu{display:none;background:#fff;border:2px solid #61B98A;border-top:none;position:absolute;top:45px;left:0;right:0;}
.patient-menu a{display:block;line-height:35px;text-align:center;border-bottom:1px solid #61B98A;color:#61B98A;-webkit-transition:0.3s;transition:0.3s;}
.patient-menu a:hover{background:#61B98A;color:#fff;}
.patient-menu a:last-child{border:none;}
.nav{height:50px;background:#f9f9f9;}
.main-nav{position: relative;}
.nav .float-bg{width:8.33%;height:50px;background:#0EB29A;position:absolute;left:0;top:0;z-index:0;}
.nav>div>ul{display:block;z-index:1;}
.nav>div>ul>li{width:9.09%;float:left;line-height:50px;text-align:center;}
.nav>div>ul>li.cur{background-color: #1488af;}
.nav>div>ul>li>a{position:relative;display:block;color:#000;font-size:16px;}
.nav>div>ul>li.cur>a,.nav>div>ul>li>a:hover{color:#fff;}
#nav>div>ul>li:hover{background-color: #1488af;}
#nav>div>ul>li:hover>a{color: #fff;}
.no-js .nav .float-bg{display:none;}
.no-js .nav ul>li:hover .subnav{display:block;}
.nav .subnav{position:absolute;left:0;right:0;top:50px;z-index:3;display:none;overflow:hidden;padding:0 25px;background-color:#fff;border:1px solid #34a6cb;border-top:none;box-shadow:0px 5px 5px rgba(0, 0, 0, .08);}
.nav .dropMenu{overflow:hidden;border-bottom:1px solid #ddd;}
.nav .dropMenu li{float:left;/* width:10%; */width:13%;text-align:left;}
.nav .dropMenu li a{line-height:40px;height:40px;font-size:15px;}
.menucontent{overflow:hidden;margin:0 -20px 20px -20px;}
.menucontent>div{float:left;box-sizing:border-box;min-height:100%;line-height:1;padding:0 20px;margin:20px auto;box-sizing:border-box;text-align:left;border-right:1px solid #ddd;margin-bottom:-350px; padding-bottom:350px;}
.menucontent>div:last-child{border:0;}
.menucontent.col2 .subcol{width:50%;}
.menucontent.col3 .subcol{width:33.33%;}
.menucontent.col4 .subcol{width:25%;}
.subcol h2{line-height:1;font-size:16px;padding-bottom:15px;margin-bottom:15px;font-weight:normal;position:relative;}
.subcol h2:before{content:'';display:block;position:absolute;width:32px;height:1px;background:#0eb29a;line-height:0;overflow:hidden;bottom:0;}
.subcol p{line-height:1.5;margin-top:15px;}
.subcol p a{color:#0eb29a;}
.subcol p a:hover{text-decoration:underline;}
.subcol .img-list{overflow:hidden;margin:0 -10px;}
.subcol .img-list li{float:left;width:50%;padding:0 10px;box-sizing:border-box;line-height:0;margin-bottom:20px;}
.subcol .img-list li img{width:100%;box-sizing:border-box;-webkit-transition:transform 0.3s;transition:transform 0.3s;}
.subcol .img-list li a{display:block;height:110px;overflow:hidden;position:relative;}
.subcol .img-list li span{display:block;box-sizing:border-box;padding:10px;line-height:90px;text-align:center;position:absolute;left:0;top:0;color:#fff;width:100%;height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity 0.3s;transition:opacity 0.3s;}
.subcol .img-list li a:hover img{transform:scale(1.2);}
.subcol .img-list li a:hover span{opacity:1;filter:alpha(opacity=100);}
.subcol .imgtxt-list{margin-top:-10px;}
.subcol .imgtxt-list li{height:28px;overflow:hidden;}
.subcol .imgtxt-list a{display:inline-block;line-height:28px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.subcol .imgtxt-list a:before{content:"•";font-weight:bold;color:#0eb29a;margin-right:5px;}
.subcol .txt-list li{height:29px;overflow:hidden;}
.subcol .txt-list a{display:inline-block;line-height:29px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.subcol .txt-list a:before{content:"•";font-weight:bold;color:#0eb29a;margin-right:5px;}
.subcol .specialist{height:192px;}
.subcol .specialist li a{height:50px;line-height:50px;}
.no-js .nav li:hover .subnav{display:block;}
.department-subnav {padding:20px 0;}
.department-subnav dl{text-align:left;line-height:1;padding-bottom:15px;}
.department-subnav dl:last-child{padding-bottom:0;}
.department-subnav dl a{display:inline;white-space:nowrap;}
.department-subnav dt{border-bottom:1px solid #ddd;padding-bottom:10px;font-size:16px;color:#158064;}
.department-subnav dt span{display:inline-block;margin-right:10px;padding-bottom:8px;}
.department-subnav dd{text-align:justify;padding-top:6px;}
.department-subnav dd a{line-height:1.8;margin:0 10px 0 0;border:none;}

/*首页-轮播 */
.slider{height:500px;overflow:hidden;background:#ede1ca;position:relative;}
.slider ul,.slider ul li{width:100%;height:500px;position:absolute;top:0;left:0;}
.slider ul li{display:none;}
.slider ul li:first-child{display:block;}
.slider ul{overflow:hidden;}
.slider ul li{background-position:center;}
.txt-wrap{width: 403px;position: relative;float: right;}
.slide-txt{position:relative;margin-top:100px;    margin-right: 65px;}
.slide-txt img{vertical-align:middle;}
.slide-btn{position:absolute;width:100%;left:0;bottom:85px;text-align:right;}
.slide-btn a{display:inline-block;width:16px;height:16px;border:2px solid #34a6cb;border-radius:50%;vertical-align:middle;margin-left:5px;font-size:0;text-indent:-999px;overflow:hidden;}
.slide-btn a.cur{background:#0eb29a;}
.slide-txt .txt {
    display: inline-block;
    font-size: 15px;
    width: 260px;
    color: #fff;
    background: #1488af;
    padding: 5px 0;
    text-align: center;
    margin-top: 10px;
    opacity: .7;
    filter: alpha(opacity=70);
    word-spacing: .5em;
    letter-spacing: .4em;
    margin-left: .2em;
}
/*首页-患者服务 */
/*.home-service{margin-top:-75px;position:relative;}
.home-service ul{background:rgba(0,157,109,.9);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e6009d6d,endcolorstr=#e6009d6d);height:75px;overflow:hidden;}
.home-service li{float:left;width:14.28%;text-align:center;border-right:1px solid #3baf8e;box-sizing:border-box;}
.home-service li:last-child{border:none;}
.home-service li i{font-size:32px;height:75px;vertical-align:middle;position:relative;z-index:2;margin-right:10px;}
.home-service li span{display:inline-block;vertical-align:middle;font-size:16px;line-height:75px;position:relative;z-index:2;}
.home-service li a{display:block;line-height:75px;height:75px;font-size:0;overflow:hidden;color:#fff;transition:color 0.3s,background 0.3s;-webkit-transition:color 0.3s,background 0.3s;position:relative;}
.home-service li a:before{display:block;position:absolute;width:0;height:100%;content:'';background:#008059;transition:width 0.3s ease;-webkit-transition:width 0.3s ease;z-index:1;}
.home-service li a:hover:before{width:100%;}*/
/*首页-banner图*/
.banner{height: 458px;min-width: 1200px;margin: 0 auto;}
/*首页-患者服务*/

.patient-service{position:relative;height: 156px;background: url(../images/service.jpg) 0 0/100% 100% no-repeat;margin-top: -50px;}
.patient-service .leftside{width: 740px;height: 100%;box-sizing: border-box;padding: 45px 0 0 0;color: #fff;text-align: center;}
.patient-service .leftside h2{font-size: 20px;font-weight: 400;}
.patient-service .leftside hr{border: none;border-bottom: 1px solid #928e8e;margin: 10px 0;}
.service-wrap{display: table;width: 100%;}
.patient-service .leftside a{color: #fff;display: table-cell;}
.patient-service .leftside a:not(.hot):hover{-webkit-animation: bounce 1s;animation: bounce 1s;}

@keyframes bounce{
	0%, 20%, 53%, 80%, 100% {
	    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	}
	40% {
	    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	    -webkit-transform: translate3d(0, -6px, 0);
	    transform: translate3d(0, -6px, 0);
	}
	70% {
	    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	    -webkit-transform: translate3d(0, -4px, 0);
	    transform: translate3d(0, -4px, 0);
	}
	90% {
	    -webkit-transform: translate3d(0, -2px, 0);
	    transform: translate3d(0, -2px, 0);
	}
}
.patient-service .leftside a i{font-size: 40px;line-height: 1.2;}
.patient-service .leftside .hot{transition: .3s cubic-bezier(0.4, 0, 0, 4.77);}
.patient-service .leftside .hot:hover{text-shadow: 0 0 20px #00ff49;}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #34a6cb;

}
.patient-service .rightside{position: relative;padding: 13px 22px 0 0;width: 437px;height: 123px;overflow: hidden;}
.patient-service .rightside form{width: 300px;}
.patient-service .clinic-form .select-input{width: 266px;margin-left: 20px;}
.patient-service .rightside select[name='dp']{width: 300px;}
.patient-service .rightside select[name='xm']{width: 120px;margin-left: 20px;}
.patient-service .rightside select[name='ti']{width: 120px;margin-left: 20px;background: url(../images/arrow.png) no-repeat scroll 88% center transparent;border-bottom: 1px solid #0EB29A;}
.patient-service .rightside input[name='tjkh']{width: 250px;margin-left: 20px;}
.patient-service .rightside select{margin-bottom: 10px;height: 35px;padding: 4px 2px;border: none;color: #34a6cb;font-size: 12px;padding-right: 5%;appearance:none;-moz-appearance:none;-webkit-appearance:none;background: url(../images/arrow.png) no-repeat scroll 95% center transparent;border-bottom: 1px solid #34a6cb;}
.patient-service .rightside .tjkh{margin-left: 20px;margin-bottom: 10px;height: 35px;padding: 4px 2px;border: none;color: #0eb29a;font-size: 12px;padding-right: 5%;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:  no-repeat scroll 95% center transparent;border-bottom: 1px solid #34a6cb;}

.patient-service .rightside select::-ms-expand { display: none; }
.patient-service .rightside button{position: absolute;top: 22px;right: 20px;width: 125px;height: 120px;line-height: 177px;border: none;background-color: #34a6cb;color: #fff;font-size: 18px;font-weight: 700;transition: background-color .3s linear;}
.patient-service .rightside button:hover{background-color: #1488af;}
.patient-service .rightside button:before{position: absolute;content: "\e614";font-family: 'iconfont';top: 0;left: 44px;line-height: 100px;font-size: 30px;}
.patient-service .rightside .form-item{min-height: 44px;}
.patient-service .rightside .form-item .select-input{color: #0eb29a;font-size: 12px;border: none;padding-left: 2px;background-color: #6b6b6b;background: url(../images/arrow.png) no-repeat scroll 95% center transparent;border-bottom: 1px solid #0EB29A;}
.patient-service .rightside .form-item .select-input:hover{color: #0eb29a;}
/*首页-栏目标题*/
.item-tit{height: 50px;}
.item-tit h2{line-height: 50px;font-size: 20px;font-weight: 400;}
.item-tit h2 a{font-weight: 700;color: #34a6cb;}
.item-tit h2 a:hover{color: #1488af;}
.item-tit h2 i{line-height: 1;}

/*新闻中心*/
.tabbar .tab-tit{position: absolute;right: -1px;top: -38px;}
.tabbar .tab-tit span{padding: 13px 20px;background-color: #fff;border: 1px solid #e4e4e4;font-size: 16px;cursor: pointer;}
.tabbar .tab-tit span a{font-weight: 400;color: #333;}
.tabbar .tab-tit span:hover a{color: #34a6cb;font-weight: 700;}
.tabbar .tab-tit .cur{font-weight: 700;border-bottom: 2px solid #fff;cursor: pointer;}
.tabbar .tab-tit .cur a{font-weight: 700;color: #34a6cb;}
.news-tit{width: 830px;position: relative;}
#right-news{width: 840px;}
.tabbar{position: relative;width: 808px;min-height: 250px;padding: 20px 10px;border: 1px solid #e4e4e4;}
.slideimg{position: relative;z-index: 20;width: 315px;height: 238px;margin-right: 20px;}
.slideimg .imgul{display: block;overflow: hidden;width: 100%;height: 100%;}
.slideimg .imgul li{width: 100%;height: 100%;}
.slideimg .imgul li img{width: 100%;height: 100%;}
.slideimg .btnul{position: absolute;top: 6px;right: 10px;}
.slideimg .btnul li{width: 13px;height: 13px;cursor: pointer;border: 1px solid #f2f2f2;border-radius: 50%;float: left;margin-left: 5px;}
.slideimg .btnul li:hover{background-color: #fff;}
.slideimg .btnul .cur{background-color: #fff;}
.slideimg .slidebtn{position: absolute;top: 10px;right: 10px;}
.slideimg .slidebtn span{display: inline-block;cursor: pointer;text-align: center;width: 25px;height: 25px;border-radius: 50%;background-color: rgba(255,255,255,0.3);}
.slideimg .slidebtn span:hover{background-color: rgba(255,255,255,1);}
.slideimg .imgtxt{position: absolute;line-height: 1.4;bottom: 0;left: 0px;width: 96%;padding: 3px 2%;background: rgba(0,0,0,0.6);}
.slideimg .imgtxt p{font-size: 14px;color: #fff;text-overflow: ellipsis;white-space: nowrap;}
.slideimg .imgtxt span{font-size: 12px;color: #d7d7d7;}

.slideimg .news-date{position: absolute;top: 0;left: 0;width: 70px;height: 60px;background-color: #34a6cb;text-align: center;}
.slideimg .news-date h2{font-size: 24px;font-weight: 700;color: #FFFFFF;line-height: 1.3;margin-top: 2px;}
.slideimg .news-date span{font-size: 14px;font-weight: 400;color: #fff;}


.newslist{width: 455px;margin-left: 18px;}
.newslist li:first-child h2{font-size: 18px;}
.newslist li:not(:first-child) a{font-size: 14px;line-height: 30px;text-overflow: ellipsis;white-space: nowrap;}
.newslist li:not(:first-child) a:before{content: "·";display: inline-block;font-weight: 700;margin-right: 5px;color: #ccc;float: left;}
.newslist li a span{color: #8B8B8B;font-size: 12px;font-weight: 400;}
.newslist li a p{color: #8B8B8B;font-size: 13px;font-weight: 400;border-bottom: 1px solid #e4e4e4;padding-bottom: 10px;}
.newslist li a:hover{color: #0EB29A;;}

.introbar{width: 340px;overflow: hidden;background: url(../images/intro.png) no-repeat top center;}
.introbar .tit{height: 205px;background: rgba(0,0,0,0.6);overflow: hidden;}
.introbar .tit p{width: 280px;text-align: center;margin-top: 30px;margin-left: auto;margin-right: auto;color: #e4e4e4;}
.introbar .tit a{transition: .3s;display: block;width: 57px;border: 2px solid #34a6cb;background: transparent;padding: 5px 30px;margin-top: 30px;margin-left: auto;margin-right: auto;color: #34a6cb;}
.introbar .tit a:hover{background-color: #1488af;color: #fff;}
.introbar .intro{height: 68px;background: #34a6cb;}
.introbar .intro a i{font-size: 24px;}
.introbar .intro a{color: #fff;display: block;width: 100%;height: 100%;line-height: 68px;font-size: 16px;}
.introbar .intro a span,.introbar .team a span{margin-left: 40px;transition: .3s;-webkit-transition:.3s;}
.introbar .intro a i,.introbar .team a i{margin-left: 160px;}
.introbar .team a:hover span{margin-left: 60px;}
.introbar .intro a:hover span{margin-left: 60px;}
.introbar .team{height: 68px;background: #C8E29D;}
.introbar .team a{color: #fff;display: block;width: 100%;height: 100%;line-height: 68px;font-size: 16px;}
.introbar .team a i{font-size: 24px;}
/*首页 */
.home-main{min-height:1000px;}
.home-container>.layout>.fl{width:70%;}
.home-container>.layout>.fr{width:28%;}
.list-item{box-sizing:border-box;}
/*.list-tit{height:46px;line-height:46px;border-bottom:3px solid #E3D3CA;position:relative;margin-bottom: 10px;}
*/
/*.list-tit{width: 100%;height: 31px;font-size: 16px;margin-bottom: 15px;border-bottom: 1px solid #0eb29a;}
.list-tit h2{display:inline-block;font-size:16px;line-height: 32px;color:#ccc;border-bottom: 3px solid #0eb29a;}
.list-tit h2 a{display:inline-block;color:#0eb29a;position:relative;}
.list-tit h2 a:hover{color:#1db587;}
.list-tit h2 span{color:#666;}
.list-tit .tab-tit{display:block;font-size:0;line-height:0;}
.list-tit .tab-tit a{display:inline-block;line-height:46px;color:#666;font-weight:normal;font-size:16px;}
.list-tit .tab-tit a:before{display:none;}
.list-tit .tab-tit a.cur:before{display:block;width:64px;}
.list-tit .tab-tit a:first-child:before{border-left:none;left:0;}
.list-tit .tab-tit a:last-child:before{border-right:none;}
.list-tit .tab-tit a.cur{color:#0eb29a;font-weight:bold;}
.list-tit .fr{color:#ddd;word-spacing:.5em;}*/
.list-tit{height:50px;margin-bottom:25px;border-bottom:3px solid #E3D3CA;position:relative;}
.list-tit h2{line-height:50px;font-size:20px;word-spacing:.8em;color:#34a6cb;font-weight:normal;}
.list-tit h2:before{content:"";position:absolute;bottom:-3px;left:-5px;width:30px;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;overflow:hidden;background:#34a6cb;}

.list-content{position:relative;}
.list-content a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.tab-pannel{display:none;}
.tab-pannel:first-child{display:block;}
.homenews-left{width:100%;}
.homenews-left .list-content{margin-top:15px;}
.news-slide{overflow:hidden;}
.news-slide ul li{width:100%;height:248px;float:left;position:relative;}
.news-slide ul li img{max-height:248px;}
.news-slide a{line-height:0;}
.news-slide a span{display:block;position:absolute;left:0;right:0;bottom:0;line-height:40px;padding-left:10px;padding-right:80px;background:url(../images/black70.png);color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.dots{position:absolute;bottom:12px;left:0;right:5px;text-align:right;}
.dots li{display:inline-block;width:12px;height:12px;margin-left:5px;border-radius:50%;background:#fff;opacity:.7;filter:alpha(opacity=70);line-height:0;font-size:0;text-indent:-999px;cursor:pointer;}
.dots .active{opacity:1;filter:alpha(opacity=100);}
.news-row .img-news{height:248px;position:relative;margin-bottom:10px;}
.right-news{width:59%;min-height:472px;}
.right-news .tab-tit{text-align:justify;text-align-last:justify;-moz-text-align-last:justify;-webkit-text-align-last:justify;text-justify:inter-ideograph;}
.right-news .tab-tit:after{content:"";display:inline-block;width:100%;overflow:hidden;height:0;}
.newsitem{padding-top: 8px;}
.txt-news li{height:28px;overflow:hidden;}
.txt-news a{line-height:28px;}
.txt-news a:before{content:"•";font-weight:bold;color:#0eb29a;margin-right:5px;}
.txt-news .top-news{height:82px;border-bottom:1px solid #ddd;margin-bottom:8px;padding-right:0;}
.txt-news .news-split{border-bottom:1px dashed #ddd;height:0;font-size:0;line-height:0;margin:15px 0;}
.top-news a:before{display:none;}
.top-news a{font-size:18px;line-height:24px;}
.top-news p{font-size:13px;color:#999;line-height:20px;display:-webkit-box;height:42px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal;margin-bottom:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.right-news .top-news{position:relative;}
.home-special li{height:120px;overflow:hidden;margin-bottom:18px;}
.home-special li:last-child{margin-bottom:0;}
.home-special a{background-color:#6f6f6f;line-height:0;height:140px;}
.home-special a img{height:120px;opacity:1;transition:opacity 0.3s;-webkit-transition:opacity 0.3s;}
.home-special a:hover img{opacity:.8;}
.home-special a,.home-special a img{width:100%;}
.newest-row{background:#f9f9f9;border:1px solid #ddd;padding:10px 15px;box-sizing:border-box;position:relative;}
.newest-row h2{position:absolute;font-size:14px;line-height:40px;top:0;left:15px;color:#0eb29a;}
.newest-row .newest-slide{height:20px;line-height:20px;margin-left:85px;overflow:hidden;}
.newest-row .newest-slide ul,.newest-row .newest-slide ol{overflow:hidden;}
.newest-row .newest-slide ul li{float:left;}
.newest-row .newest-slide ol li{float:left;width:33.33%;height:20px;line-height:20px;overflow:hidden;box-sizing:border-box;padding:0 10px;}
.newest-row .newest-slide ol li a{display:inline-block;max-width:78%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newest-row .newest-slide ol li a:before{content:"•";font-weight:bold;color:#0eb29a;margin-right:5px;}
.newest-row .newest-slide ol li span{float:right;color:#999;}
/*首页-医师介绍*/
.expert-row{background: url(../images/featurebg.png) center center/100% 180% no-repeat;padding: 24px 0 50px 0;}
.doctors{width: 830px;overflow: hidden;}
.doctors .slide-dots a{background-color: #fff;}
.doctor-list-item{
	width: 179px;height: 327px;margin-right: 38px;float: left;box-sizing: border-box;padding: 15px 17px;text-align: center;margin-bottom: 26px;position: relative;
	background-color: #fff;border: 1px solid transparent;transition: all .3s;
}
.doctor-list-item:hover{border-color: #e4e4e4;}
.doctor-list-item:hover .doctor-thumb img{transform: scale(1.1)}
.doctor-list-item:after{content: '';background-color: #34a6cb;width: 50px;height: 5px;position: absolute;left: 65px;top: -1px;}
.doctor-list-item .doctor-thumb{display: block;width: 144px;height: 200px;overflow: hidden;margin: 0 auto;position: relative;}
.doctor-list-item .doctor-thumb img{display: block;width: 144px;height: 200px;transition: transform .6s}
.doctor-list-item .doctor-infos{margin-bottom: 8px;}
.doctor-list-item .doctor-infos .doctor-name{display: block;font-size: 16px;color: #34a6cb;font-weight: 700;line-height: 35px;height: 35px;}
.doctor-list-item .doctor-infos .doctor-name:hover{color: #1488af;}
.doctor-list-item .doctor-infos span{display: block;font-size: 12px;color: #999;line-height: 20px;height: 20px;}
.doctor-list-item .doctor-department{line-height: 1;margin-top: 18px;}
/*首页-医院地址*/
.expert-row .addr{border: 1px dashed #34a6cb;width: 336px;margin-top: 50px;overflow: hidden;}
.expert-row .addr .weizhi{padding: 15px 10px 0 10px;background-color: rgba(249,249,249,0.5);overflow: hidden;}

.expert-row .addr p{margin-bottom: 0;}
.expert-row .addr .item-tit{height: 30px;margin-bottom: 13px;}
.expert-row .addr .item-tit h2{height: 30px;line-height: 30px;font-weight: 700;}
.expert-row .addr .addlink{margin-top: 35px;margin-bottom: 35px;}
.expert-row .addr .addlink span{margin-right: 20px;color: #0EB29A;}
.expert-row .addr .addlink span a{color: #34a6cb;}
.expert-row .addr .addlink span a:hover{color: #1488af;}
.expert-row .addr .addlink span i{color: #34a6cb;margin-right: 10px;font-size: 30px;line-height: 30px;vertical-align: -7px;}
.expert-row .addr .tells{padding-left: 60px;padding-top: 30px;padding-bottom: 30px;background-color: rgba(238,238,238,0.5);}
.expert-row .addr .tells p{font-size: 16px;font-weight: 700;color: #34a6cb;}
.expert-row .addr .tells p span{color: #8B8B8B;margin-left: 50px;}


/*首页-特色医疗*/
.feature-medical{margin-top: 30px;padding-top: 20px;background-color: #f2f2f2;}
.feature-medical ul{margin-left: -60px;margin-top: 30px;}
.feature-medical ul li{width: 190px;height: 350px;float: left;margin-left: 62px;}
.feature-medical ul li .name{float: left;width: 50px;}
.feature-medical ul li .name .des-name{border-left: 2px solid #34a6cb;padding: 0 15px;font-size: 16px;color: #34a6cb;}
.feature-medical ul li .name .des-name a{display: block;line-height: 22px;}
.feature-medical ul li .name .doc-num{color: #8c999a;}
.feature-medical ul li .name .doc-num i{color: #8c999a;margin-right: 3px;}
.feature-medical ul li .more{float: left;width: 140px;}
.feature-medical ul li .more img{width: 140px;}
.feature-medical ul li .more p{height: 125px;max-height: 125px;overflow: hidden;font-size: 14px;color: #A1A1A1;}
.feature-medical ul li .more .click{display: inline-block;margin-top: 10px;border: 2px solid #34a6cb;color: #34a6cb;padding: 5px 17px;margin-left: 20px;transition: .3s linear;-webkit-transition: .3s linear;}
.feature-medical ul li .more .click:hover{background-color: #1488af;color:#fff;}

.slide-dots{width: 10%;line-height: 50px;margin-right: -21px;}
.slide-dots a,.slide-dots span{display:inline-block;vertical-align:middle;margin-left:3px;}
.slide-dots a{padding: 3px 6px 0 6px;line-height:24px;text-align:center;font-size:10px;border:1px solid #e6e6e6;color:#999;transition:background 0.3s;-webkit-transition:background 0.3s;}
.slide-dots a:hover{background:#0EB29A;border-color:#0EB29A;color:#fff;}
.slide-dots a.disabled{background:#f4f4f4;border-color:#ddd;color:#ddd;cursor:default;}
.slide-dots span{width:10px;height:10px;border-radius:50%;background:#999;}
.slide-dots span:hover,.slide-dots span.cur{background:#008059;}
.form-item{min-height:56px;margin:0;position:relative;}
.form-item label{position:absolute;top:5px;left:0;*zoom:1;line-height:1.8;}
.form-input input,.form-input select,.form-input textarea,.select-input{border:1px solid #ddd;line-height:20px;height:36px;padding:7px 5px;box-sizing:border-box;}
.department-select select{display:none;}
.no-js .department-select select{display:block;}
.no-js .select{display:none;}
/*首页-科室设置*/
.departments{padding: 0 0 0 0;}
.departments li{width: 300px;min-height: 224px;float: left;}
.department-class .tit h2{color: #fff;margin-left: 20px;font-size: 16px;}
.departments li .items{width: 256px;min-height: 325px;overflow: hidden;padding: 0 20px 10px;border-left: 1px solid #ebebeb;}
.departments li:nth-child(1) .items{border-left: 2px solid #ebebeb;}
.departments li:nth-child(5) .items{border-right: 2px solid #ebebeb;}
.departments li .items a{display: inline-block;margin: 10px 10px 0 0;min-width: 40%;transition: all .3s linear;}
.departments li .items a:before{content: "·";display: inline-block;margin-right: 5px;font-weight: 700;}
.departments li .items a:hover{background: #e5e5e5;padding-left: 3px;padding-right: 2px;} 
    
.department-class{width: 100%;height: 50px;overflow: hidden;}
.department-class .tit{width: 25%;height: 50px;line-height: 50px;float: left;}
.department-class .tit i{color: #fff;}
.department-class .tit:nth-child(1){background-color: #0EB29A;}
.department-class .tit:nth-child(2){background-color: #C8E29D;}
.department-class .tit:nth-child(3){background-color: #E3E2C3;}
.department-class .tit:nth-child(4){background-color: #A4EAE8;}
.department-class .tit:nth-child(5){background-color: #498EB9;}
.departments li:nth-child(1){border-bottom: 2px solid #0EB29A;}
.departments li:nth-child(2){border-bottom: 2px solid #C8E29D;}
.departments li:nth-child(3){border-bottom: 2px solid #E3E2C3;}
.departments li:nth-child(4){border-bottom: 2px solid #A4EAE8;}
.departments li:nth-child(5){border-bottom: 2px solid #498EB9;}

/*首页-门诊时间 */
.clinic-form .form-input{margin-left:70px;}
.clinic-form .form-input select{width:100%;}
.clinic-form>.form-input{margin-left:0;}
.clinic-form>.form-input .btn{width:100%;line-height:40px;line-height:40px;}
.clinic-form .form-input .width-p47{width:47%;float:left;}
.clinic-form .form-input .mgl-p6{margin-left:6%;}
.clinic-form .select{position:relative;}
.clinic-form .select .letter-box{display:none;position:absolute;width:450px;top:35px;font-size:12px;left:0;background:#fff;border:1px solid #ddd;z-index:1;padding:10px;}
.clinic-form .select-input{display:block;width:100%;padding-left:8px;}
.clinic-form .select-input i{position:absolute;line-height:37px;right:5px;top:0;transition:transform 0.3s;-webkit-transition:transform 0.3s;}
.clinic-form .select-input.open i{transform:rotate(180deg);-webkit-transform:rotate(180deg);}
.clinic-form .letter-tit{height:30px;line-height:30px;border-bottom:1px solid #ddd;}
.clinic-form .letter-tit li{float:left;padding:0 15px;}
.clinic-form .letter-tit li a{display:block;}
.clinic-form .letter-tit li.cur{font-weight:bold;border-bottom:1px solid #158064;margin-bottom:-1px;position:relative;}
.clinic-form .letter-pannel li{display:none;overflow:hidden;padding:10px 10px 0 10px;}
.clinic-form .letter-pannel li:first-child{display:block;}
.clinic-form .letter-pannel li span{float:left;display:inline-block;width:25%;line-height:1.5;}
.clinic-form .letter-pannel li span a{display:inline-block;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/*首页-科室设置 */
.lt-index{display:inline-block;color:#dadada;font-size:12px;margin-left:20px;position:absolute;right:0;bottom:-2px;}
.lt-index span,.lt-index a{display:inline-block;padding:0 5px;line-height:1;border-right:1px solid #ccc;}
.lt-index span:first-child,.lt-index span:last-child{border:none;} 
.lt-index a.cur{padding:3px 6px;background:#0eb29a;color:#fff;border:none;}
.department-nav .list-tit{border-bottom:none;}
.department-nav .tab-tit{margin-top:-20px;overflow:hidden;border-left:1px solid #ddd;}
.department-nav .tab-tit a{display:block;width:20%;border:1px solid #ddd;background:#f9f9f9;font-weight:bold;color:#999;line-height:38px;margin-left:-2px;text-align:center;float:left;}
.department-nav .tab-tit a.cur{color:#444;background:#fff;border-bottom-color:#fff;border-top:2px solid #0eb29a}
.home-department{padding-top:20px;width:20%;float:left;}
.home-department li{height:145px;float:left;border-right:1px dashed #ddd;width:18%;margin-right:2%;padding-right:2%;box-sizing:border-box;}
.home-department li a{display:block;line-height:28px;margin:4px 0;transition:all 0.3s;-webkit-transition:all 0.3s;}
.home-department li a:before{content:"■";font-weight:bold;color:#0eb29a;margin-right:8px;}
.home-department li:last-child{border:none;}
.home-department li a:hover{background:#f4f4f4;padding-left:10px;}

/*首页-特色医疗 */
.specialist{overflow:hidden;margin-right:-5%;height:186px;}
.specialist li{box-sizing:border-box;width:45%;margin-right:5%;margin-bottom:15px;float:left;border:2px solid #0eb29a;}
.specialist li a{display:block;height:48px;line-height:48px;font-size:16px;color:#0eb29a;padding:0 15px;transition:all 0.3s;-webkit-transition:all 0.3s;}
.specialist li a i{margin-right:10px;font-size:20px;}
.specialist li a:hover{color:#fff;background:#0eb29a;border-color:#0eb29a;}
/*首页-护理园地和医学中心和科研教学*/
.service-field{width: 370px;float: left;}
.service-field .item-tit i{font-size: 25px;color: #34a6cb;}
.service-field li{height: 35px;line-height: 35px;border-bottom: 1px dashed #F1F1F1;}
.service-field li a{font-size: 14px;line-height: 30px;}
.service-field li a:before{content: "·";display: inline-block;font-weight: 700;margin-right: 5px;color: #ccc;float: left;line-height: 35px;}
.service-field li a span{color: #8B8B8B;font-size: 12px;font-weight: 400;}
.service-field li a p{color: #8B8B8B;font-size: 13px;font-weight: 400;border-bottom: 1px solid #e4e4e4;padding-bottom: 10px;}
.service-field li a:hover{color: #34a6cb;}
.topbar {
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    color: #ccc;
    font-size: 13px;
    overflow: hidden;
    word-spacing: .5em;
}
.topbar span {
    color: #999;
}
.medical-center{position: relative;width: 380px;height: 170px;margin-left: 40px;background: url(../images/shoukang.png);float: left;overflow: hidden;}
/*.medical-center:hover .effect{top: 0;}*/
.effect{position: absolute;transition: .3s;-webkit-transition: .3s;width: 380px;height: 170px;top: 85px;left: 0;background: url(../images/effect.png) no-repeat;}
.effect a{display: block;width: 380px;height: 85px;overflow: hidden;}
.effect a .icotit{position: absolute;top: -29px;left: 162px;width: 58px;height: 58px;border-radius: 50%;background: #fff url(../images/egender.png) 14px 11px/36px 36px no-repeat;}
.effect a p{text-align: center;margin-top: 30px;color: #fff;font-weight: 400;font-size: 18px;}
.effect .des{overflow: hidden;width: 380px;height: 85px;background-color: #c8e29d;text-align: center;}
.scientific{width: 340px;min-height: 170px;padding: 0 15px;margin-left: 40px;background-color: #f2f2f2;float: left;}
.scientific .item-tit i{font-size: 25px;color: #34a6cb;}
.scientific li{height: 35px;line-height: 35px;border-bottom: 1px dashed #d6d5d5;}
.scientific li a{font-size: 14px;line-height: 30px;}
.scientific li a:before{content: "·";display: inline-block;font-weight: 700;margin-right: 5px;color: #ccc;float: left;line-height: 35px;}
.scientific li a span{color: #8B8B8B;font-size: 12px;font-weight: 400;}
.scientific li a p{color: #8B8B8B;font-size: 13px;font-weight: 400;border-bottom: 1px solid #e4e4e4;padding-bottom: 10px;}
.scientific li a:hover{color: #34a6cb;;}
/*首页-图集 */
.atlas{position:relative;height:266px;margin-top:15px;}
.atlas li{overflow:hidden;}
.atlas li a:hover{color:#fff;}
.atlas li a:before{content:'';position:absolute;left:0;top:0;background:url(../images/black70.png);width:100%;height:100%;-webkit-transition:.3s;transition:.3s;transform:scale(0);}
.ie .atlas li a:before{display:none;}
.ie .atlas li a:hover:before{display:block;}
.atlas li a:hover:before{transform:scale(1);}
.img-tit{position:absolute;left:0;right:0;top:50%;margin-top:-25px;padding:0 20px;height:50px;text-align:center;opacity:0;filter:alpha(opacity=0);-webkit-transition:.4s;transition:.4s;}
.atlas li a:hover .img-tit{opacity:1;filter:alpha(opacity=100);transform:scale(1);line-height:1.5;}
.img-tit strong{font-size:18px;display:block;font-weight:normal;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.img-tit span{font-size:14px;display:block;}
.atlas li a{display:block;font-size:0;line-height:0;}
.img0,.img1,.img2,.img3,.img4,.img5,.img6{position:absolute;}
.img0,.img1,.img2,.img4,.img5,.img6{width:16%;}
.img3{width:32.75%;}
.img0{left:0;top:0;}
.img1{left:16.75%;top:0}
.img2{left:16.75%;top:137px;}
.img3{left:33.5%;top:0;}
.img4{left:67%;top:0;}
.img5{left:67%;top:137px;}
.img6{right:0;top:0;}


/*首页-图书馆*/
.product_cen{ width:100%; padding-top:20px; overflow:hidden;}
.product_cen ul{ margin:0 -25px 0 0; zoom:1;}
.product_cen ul li{ float:left; width:150px; overflow:hidden; margin-right:25px;}
.product_cen ul li .pro_img{ width:100%; height:207px; overflow:hidden;}
.product_cen ul li .pro_img img{ width:100%; height:100%; transition: all 1s ease-out;}
.product_cen ul li .pro_img img:hover{ transform: scale(1.3);}
.product_cen ul li span{ display:block; padding-top:10px; font-size:14px; text-align:center; white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}



/*友情链接 */
.links{word-spacing:1.5em;height:60px;line-height:60px;background:#F2F2F2;margin-bottom:-25px;}
.links .layout{position:relative;}
.links h2{position:absolute;left:0;top:0;color:#999;}
.links .linklist{padding-left:80px;}
/*底部 */
.footer{min-width: 1200px; padding-top:20px;background:#363636;color:#efefef;font-size:14px;}
.footlinks{border-bottom:1px solid #505a54;line-height:60px;margin-bottom: 20px;}
.footlinks span{margin-left: 8px;margin-right: 8px;color: #a1a1a1;}
.footlinks .fr{word-spacing:1em;color:#505a54;}
.footlinks select{width: 150px;padding-right: 25px;line-height: 18px;appearance: none;-moz-appearance: none;-webkit-appearance: none;background: url(../images/arrow.png) no-repeat scroll 95% center #fff;}
.footlinks select::-ms-expand { display: none; }
.footer-address{height:60px;line-height:60px;background:#008059;color:#fff;text-align:center;font-size:16px;word-spacing:.8em;margin-bottom:30px;}
.footer-address i{color:#ddd;font-size:30px;vertical-align:middle;}
.footer-info{height:130px;color: #d4d4d4;}
.footer .footer-info a{color: #d4d4d4;}
.footer .footer-info a:hover{color: #fff;}
.footer-follow{width:10%;word-spacing:1em;text-align: center;}
.footer-follow a{display:inline-block;width:100px;line-height:0;font-size:0;}
.footer-follow #_ideConac{display: inline-block;position: absolute;top: 20px;left: -110px;}
.footer-follow>a>img{width:90px;height: 90px;border:3px solid #fff;box-sizing:border-box;}
.footer-follow>a>span{display:block;text-align:center;line-height:20px;font-size:14px;}
.footer a{color:#d4d4d4;}
.footer a:hover{color: #fff;}
.footlinks .sharelinks{word-spacing: 0;color: #ccc;}
.sharelinks a{display: inline-block;width: 32px;height: 32px;line-height: 32px;margin-left: 10px;background-color: #494949;border-radius: 50%;text-align: center;}
.sharelinks a i{position: relative;top: 2px;font-size: 18px;}
.sharelinks a:hover i{color: #fff;}
.sharelinks a:nth-child(4){background-color: #363636;}
.sharelinks a:nth-child(4) img{vertical-align: -16px;}
/*侧边栏 */
/*.aside{position:fixed;width:40px;text-align:center;height:100%;right:0;top:0;z-index:99;padding-top:160px;transition:right 0.3s;-webkit-transition:right 0.3s;}
.aside a{display:block;color:#fff;}
.aside a:hover i{background:#00625A;}
.aside li{height:40px;line-height:40px;position:relative;}
.aside a i{width:100%;font-size:20px;background:#008059;position:relative;z-index:1;}
.aside li span{display:none;width:96px;background:#008059;position:absolute;top:0;right:0;color:#fff;}
.aside .gotop{position:fixed;width:40px;bottom:0;}
.aside .gotop a{display:none;}
.no-js .aside-service a span{display:block;opacity:0;filter:alpha(opacity=0);right:-36px;transition:opacity 0.3s,right 0.3s;-webkit-transition:opacity 0.3s,right 0.3s;}
.no-js .aside-service a:hover span{opacity:1;filter:alpha(opacity=100);right:40px;}
.no-js .gotop{display:block;}*/
/*侧边栏 */
.aside{position:fixed;width:40px;height:100%;right:20px;top:0;z-index:99;padding-top:160px;transition:right 0.3s;-webkit-transition:right 0.3s;}
.aside li{width: 40px;height: 40px;float: right;line-height: 40px;margin-bottom: 10px;border-radius: 20px;transition: width .3s linear;overflow: hidden;}
.aside li:nth-child(1):hover,.aside li:nth-child(2):hover,.aside li:nth-child(3):hover{width: 100px;}
.aside li a i{margin-left: 12px;color: #fff;}
.aside li a{color: #fff;display: block;line-height: 40px;}
.aside li:nth-child(1){background-color: #0EB29A;}
.aside li:nth-child(2){background-color: #C8E29D;}
.aside li:nth-child(3){background-color: #498EB9;}
.aside li:nth-child(4){background-color: #A4EAE8;}
.totop{display: none;}
/*登录*/
.sep-span{margin-left: 15px;margin-right: 15px;color: #ddd;}
.tipflinks{text-align: center;margin-top: 15px;}
.tipflinks a{color: #0EB29A;}

.login-part{display: none;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 100;background: url(../images/black70.png);}
.loginbar{position: absolute;top: 50%;left: 50%;margin-left: -210px;margin-top: -230px;width: 345px;padding: 40px 60px;background-color: #fff;}
.loginbar h1{text-align: center;font-size: 20px;font-weight: 700;margin-bottom: 20px;}
.loginbar .login-act{margin-bottom: 25px;}
.loginbar .login-act a{border: 1px solid #ddd;padding: 10px 49px;font-size: 18px;}
.loginbar .login-act .cur{border: 1px solid #ddd;border-bottom: none;color: #0EB29A;}
.loginbar .login-act .cur:hover{color: #0EB29A;}
.loginbar .close{position: absolute;top: 42px;right: 60px;font-size: 23px;}
.loginbar .close:hover{color: #ff4500;}
.login-qr{background: url(../images/loading-gray.gif) center no-repeat;}
.form-row{position: relative;padding-top: 15px;}
.form-row .errortip{position: absolute;top: 26px;left: 230px;}
.errortip{color: red;}
.form-row input{width: 304px;border: none;border-bottom: 1px solid #ddd;padding-left: 30px;}
.loginMobile:before{position: absolute;content: "\e6a1";top: 15px;left: 0;font-family:"iconfont";font-size: 25px;}
.loginMobile{margin-bottom: 15px;}
.loginPsw:before{position: absolute;content: "\e641";top: 14px;left: 0;font-family:"iconfont";font-size: 25px;}
.loginPsw{padding-bottom: 15px;}

.loginbtn{display: block;width: 100%;height: 50px;background-color: #0EB29A;font-size: 18px;border: none;color: #fff;margin-top: 15px;}
#codeLogin{height: 229px;display: none;}
#codeLogin img{width: 229px;height: 229px;display: block;margin: auto;}
/*注册*/
.reg-part{display: none;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 100;background: url(../images/black70.png);}
.regbar{position: absolute;top: 50%;left: 50%;margin-left: -210px;margin-top: -240px;width: 345px;height: 400px;padding: 40px 60px;background-color: #fff;}
.regbar h1{text-align: center;font-size: 20px;font-weight: 700;margin-bottom: 20px;}
.regrow{position: relative;margin-bottom: 5px;}
.regrow .errortip{position: absolute;top: 10px;left: 230px;}
.regrow input{width: 304px;border: none;border-bottom: 1px solid #ddd;padding-left: 30px;}
.regrow .regcode{position: absolute;top: 3px;left: 244px;width: 100px;height: 35px;}
.regrow .regcode img{width: 100px;height: 35px;}

.regrow .regcode a{line-height: 35px;display: block;width: 100px;height: 35px;text-align: center;background-color: #0EB29A;color: #fff;}
.regmobile:before{position: absolute;content: "\e618";top: 10px;left: 0;font-family:"iconfont";font-size: 16px;}
.regpsw:before{position: absolute;content: "\e618";top: 10px;left: 0;font-family:"iconfont";font-size: 16px;}
.regimgcode:before{position: absolute;content: "\e618";top: 10px;left: 0;font-family:"iconfont";font-size: 16px;}
.regtellcode:before{position: absolute;content: "\e618";top: 10px;left: 0;font-family:"iconfont";font-size: 16px;}
.regtellcode{padding-bottom: 20px;}
.regerror{color: red;}
.regbtn{display: block;width: 100%;height: 50px;background-color: #0EB29A;font-size: 18px;border: none;color: #fff;margin-top: 15px;}

/* MSG */
.ajax .message{background:none;}
.message{height:100%;background-color:#efeff4;}
.message .msg{display:block;text-align:center;padding:15px 0;}
.message .msg i{font-size:80px;}
.message .msg strong{display:block;font-size:16px;}
.message .msg .success{color:#029C46;}
.message .msg .error{color:#e33;}
.message .msg .info{color:#56abe4;}
.message .msg .skip{color:#999;}
.message .msg .btn{border-radius:8px;width:200px;margin-top:15px;}
/*小banner*/
.part-tit{min-width: 1200px;width: 100%;height: 218px;background: url(../images/depart.jpg) center center/100% 100% no-repeat;}
.part-tit .part-mes{width: 380px;padding-left: 475px;padding-top: 70px;}
.part-tit .part-mes h1{font-size: 40px;font-weight: 400;text-align: center;}
.part-tit .part-mes p{font-size: 20px;font-weight: 400;text-align: center;color: #8C999A;}
/*左边快速导航*/
.department-nav-wrap{position: relative;}
.department-nav-wrap.fixed .department-nav{position: fixed;top: 0;z-index: 1;}
.department-nav{position: absolute;width: 206px;min-height: 300px;overflow: hidden;padding-bottom: 152px;background-color: #fff;/*background: url("../images/pgy.png");*/box-shadow: 0 0 1px #e4e4e4;transition: top linear .3s;}
.department-nav .category{display: block;height: 28px;padding: 15px 20px;}
.department-nav .category:hover{background-color: #f2f2f2;}
.department-nav .curcategory{display: block;height: 28px;padding: 15px 20px;font-size: 16px;font-weight: 700;color: #FFFFFF;background-color: #8C999A;}
.department-nav .curcategory:hover{background-color: #8C999A;}
.department-nav .category:after{content: url(../images/downarrow.png);float: right;}
.department-nav .curcategory:after{content: url(../images/curarrow.png);float: right;}

/*手风琴效果单独样式*/
.accordion .department-nav .category{display: block;height: 28px;padding: 15px 20px;border-bottom: 1px solid #d7d7d7;}
.accordion .department-nav .category:hover{background-color: #e5e5e5;}
.accordion .department-nav .curcategory{display: block;height: 28px;padding: 15px 20px;font-size: 16px;font-weight: 700;color: #FFFFFF;background-color: #8C999A;}
.accordion .department-nav .curcategory:hover{background-color: #8C999A;}
.accordion .department-nav .category:after{content: url(../images/closearrow.png);float: right;}
.accordion .department-nav .curcategory:after{content: url(../images/openarrow.png);float: right;}
.department-nav .departs{display: none;width: 220px;max-height: 270px;overflow-y: auto;padding: 10px 1px;border-bottom: 1px solid #e4e4e4;}
.department-nav .departs a{display: block;padding-left: 15px;}
.department-nav .departs .curdepart{color: #0EB29A;background-color: #f9f9f9;}
.contact{position: absolute;width: 206px;height: 152px;bottom: 0;left: 0;background: url(../images/contact.png);}
.contact p{padding-left: 70px;padding-top: 15px;font-size: 14px;color: #cff0eb;line-height: 1.5;}
.contact p span{font-size: 14px;font-weight: 700;color: #fff;}
/* 医院概况 */
.leader{margin:auto -.555%;}
.leader li{float:left;width:10%;margin:auto .555%;overflow:hidden;}
.leader li img{width:100%;}
.leader li strong,.leader li span{display:block;text-align:center;}
.leader li span{color:#999;}
.oldpic{margin:auto -.5%;}
.oldpic li{float:left;width:24%;margin:auto .5% 20px .5%;overflow:hidden;}
.oldpic li a{position:relative;}
.oldpic li a,.oldpic li img{display:block;width:100%;}
.oldpic li a span{display:block;line-height:1.2;white-space:normal;height:16px;padding:15px 10px;position:absolute;left:0;right:0;bottom:-46px;color:#fff;background:#222;background:rgba(0,0,0,.8);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#cc000000,endcolorstr=#cc000000);transition:bottom 0.3s;-webkit-transition:bottom 0.3s;}
.oldpic li a:hover span{bottom:0;}

.two-nav{border-bottom:1px solid #E3D3CA;}
.two-nav li{float:left;text-align:center;position:relative;padding:0 15px;}
.two-nav li:first-child{padding-left:0;}
.two-nav li a{display:block;height:56px;line-height:56px;font-size:15px;-webkit-transition:0.3s;transition:0.3s;}
.two-nav li:last-child{border:none;}
.two-nav li.cur a{color:#0eb29a;border-bottom:3px solid #0eb29a;margin-bottom:-2px;}
/*.two-nav li.cur:before{content:"◆";color:#008059;font-family:simsun;font-size:30px;line-height:0;position:absolute;bottom:-20px;left:50%;margin-left:-15px;}*/
.pl265{padding-left: 265px;}
.container{min-height: 475px;margin-bottom: 25px;}
.container-inner{margin-top: 20px;padding-bottom: 25px;}
.content img{max-width:100%!important;}
.content p{margin:0 0 9px!important}
.content .keylink{color:#0eb29a;border-bottom:1px solid #0eb29a;}
.content p,.content p span,.news-content span{font-size:15px;line-height:1.8;font-family:"Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif !important;}
.content h1{font-size:24px;line-height:1.5;font-weight:normal;padding:8px 0;color:#666;}
.content h1 span{font-size:14px;color:#666;}
.content .page-tit{line-height:50px;padding:0;border-bottom:2px solid #e6e6e6;}
.content .page-tit:before{content:'';display:inline-block;width:5px;height:20px;margin-right:10px;vertical-align:middle;background:#0eb29a;}
.content .page-tit span{vertical-align:middle;font-size:20px;}
.content .page-tit i{font-size:16px;color:#999;}
.floor th,.floor td{line-height:1.8;padding:5px 10px;border:1px solid #b4dcba;}
.floor th{width:40px;text-align:center;background:#ecf8ee;font-weight:bold;}
.floor td span{margin-left:20px;color:#999;}
.floor td ul{overflow:hidden;}
.floor td li{width:48%;float:left;}

/*三级栏目*/
.three-nav{height:50px;margin-bottom:25px;border-bottom:3px solid #E3D3CA;position:relative;}
.three-nav h2{line-height:50px;font-size:20px;word-spacing:.8em;color:#34a6cb;font-weight:normal;}
.three-nav h2:before{content:"";position:absolute;bottom:-3px;left:-5px;width:30px;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;overflow:hidden;background:#34a6cb;}
.three-nav h2 span,.three-nav h2 i{vertical-align:middle;}
.three-nav h2 i{font-size:14px;color:#ea5a54;margin-left:15px;}
.three-nav h2 i a{margin-left:5px;}
.three-nav ul{position:absolute;bottom:0;right:0;}
.three-nav li{float:left;line-height:16px;padding:10px 18px;position:relative;}
.three-nav li.cur{background:#fff;border-left:1px solid #34a6cb;border-right:1px solid #34a6cb;border-top:3px solid #34a6cb;border-bottom:2px solid #fff;margin-bottom:-3px;}
.three-nav li.cur a{color:#34a6cb;}

/*发展历程*/
.history-journey>i{width:60px;height:60px;line-height:60px;text-align:center;background:#0eb29a;border-radius:50%;font-size:42px;color:#fff;margin-left:124px;}
.history-journey ul{background:url(../images/vertical.png) 150px 0 repeat-y;padding-top:50px;}
.history-journey ul li{position:relative;padding-bottom:80px;}
.history-journey ul .left-year{width:130px;position:absolute;top:-5px;left:0;line-height:1;font-size:36px;text-align:right;color:#999;}
.history-journey ul .point{position:absolute;left:144px;top:3px;height:16px;width:16px;background:#fff;border-radius:50%;border:2px solid #0eb29a;transition:all 0.2s;-webkit-transition:all 0.2s;}
.history-journey ul .right-info{margin-left:180px;}
.history-journey ul .right-info span{font-weight:bold;margin-right:10px;}

/*老照片瀑布流*/
.history-photo ul{margin-left:-.5%;margin-right:-.5%;}
.history-photo ul li{float:left;width:24%;margin:0 .5% 25px .5%;}

.history-photo ul li a{background:#e7e7e7;padding-bottom:20px;transition:background-color 0.3s,color 0.3s;-webkit-transition:background-color 0.3s,color 0.3s;}
.history-photo ul li a,.history-photo ul li a span{display:block;}
.history-photo ul li a span{padding:0 15px;line-height:1.5;margin-top:10px;}
.history-photo ul li a img{width:100%;transition:opacity 0.3s;-webkit-transition:opacity 0.3s;}
.history-photo ul li a:hover{background-color:#158064;color:#fff;}
.history-photo ul li a:hover img{opacity:.3;filter:alpha(opacity=30);}
.load-more{background:#e7e7e7;height:40px;line-height:40px;text-align:center;}
.load-more a{display:block;height:40px;line-height:40px;transition:background 0.3s;-webkit-transition:background 0.3s;}
.load-more a:hover{background:#ddd;}
.load-more i{margin-right:5px;}
.load-more img{vertical-align:middle;margin-right:5px;}


/*视频、图片、图文、文字、下载列表*/
.video-list ul{margin-left:-.5%;margin-right:-.5%;}
.video-list li{float:left;width:24%;margin:0 .5% 25px .5%;}
.video-list li .vdimg{display:block;position:relative;line-height:0;background:#000;}
.video-list li .vdimg img{transition:transform 0.3s,opacity 0.3s;-webkit-transition:transform 0.3s,opacity 0.3s;transform:scale(1);opacity:.8;}
.video-list li .vdimg:hover img{transform:scale(1.2);opacity:1;}
.video-list li i{font-size:50px;line-height:1;position:absolute;bottom:10px;right:10px;color:#fff;}
.video-list li img{width:100%;}
.video-list li a{width:100%;line-height:40px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pic-list ul{margin-left:-.5%;margin-right:-.5%;}
.pic-list li{float:left;width:24%;margin:0 .5% 25px .5%;}
.pic-list li img{width:100%;transition:transform 0.3s;-webkit-transition:transform 0.3s;transform:scale(1);}
.pic-list li a{width:100%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:45px;}
.pic-list li .vdimg{display:block;font-size:0;line-height:0;}
.pic-list li .vdimg:hover img{transform:scale(1.2);}
.pictxt-list li{position:relative;height:110px;padding-bottom:20px;overflow:hidden;margin-bottom:20px;border-bottom:1px dashed #ddd;}
.pictxt-list .item-pic{position:absolute;top:0;left:0;width:165px;height:110px;overflow:hidden;}
.pictxt-list .item-pic img{width:165px;height:110px;}
.pictxt-list .item-info{margin-left:180px;}
.pictxt-list .item-info h2{font-size:20px;font-weight:normal;}
.pictxt-list .item-info p{color:#999;line-height:1.5;}
.text-list li,.info-list li,.download-list li{line-height:40px;border-bottom:1px dashed #ddd;overflow:hidden;position:relative;}
.text-list li a:before,.info-list li a:before,.download-list li:before{content:"•";font-weight:bold;color:#0eb29a;margin-right:5px;}
.info-list li span{float:right;color:#999;font-size:12px;}
.download-list li a.download{position:absolute;top:5px;right:0;line-height:24px;font-size:12px;background:#0eb29a;color:#fff;display:inline-block;padding:3px 15px;}
.download-list li a i{margin-right:5px;}
.download-list li a.download:hover{background:#9c7866;}

/*分页*/
.pager{overflow:hidden;text-align:right;}
.pager .a1:first-child:hover{cursor: default;background:#f1eff0;color:#999;}
.pager a{display:inline-block;vertical-align:middle;line-height:30px;padding:0 12px;background:#f1eff0;color:#999;}
.pager a:hover{background:#ddd;color:#444;}
.pager a.cur{background:#1488af;color:#fff !important;}
.pager a.disabled,.pager a.disabled:hover{background:#f1eff0;color:#ddd;cursor:default;}
.pager span{display:inline-block;line-height:30px;vertical-align:middle;}

/*视频详细*/
.video-show h1{font-size:24px;font-weight:normal;}
.vdinfo{line-height:30px;color:#999;}
.vdinfo .fl span{margin-right:10px;}
.vdplayer{width:100%;height:473px;margin-top:25px;}
.video-show>.fl .video-list ul{margin-left:-1.5%;margin-right:-1.5%;}
.video-show>.fl .video-list li{width:22%;margin:0 1.5% 0 1.5%;}
.video-show>.fl .video-list i{left:50%;top:50%;margin-left:-25px;margin-top:-25px;}
.path{padding:10px 0;text-align: right;color:#999;}
.path i{font-size:12px;vertical-align:middle;padding:0 5px;}

/*图集详细*/
.pic-show h1{font-size:24px;font-weight:normal;}
.picinfo{line-height:30px;color:#999;}
.picinfo .fl span{margin-right:10px;}
.picplayer{position:relative;margin:15px 0;}
.picplayer .view{overflow:hidden;font-size:0;line-height:0;text-align:center;}
.picplayer .view img{max-width:100%;}
.picplayer .prev,.picplayer .next{display:block;position:absolute;top:0;width:50%;height:100%;z-index:1;}
.picplayer .prev span,.picplayer .next span{display:block;position:absolute;width:70px;height:96px;top:50%;margin-top:-48px;text-align:center;line-height:96px;font-size:60px;font-family:simsun;background:#444;color:#fff;opacity:0;filter:alpha(opacity=0);text-decoration:none;transition:opacity .5s;-moz-transition:opacity .5s;-webkit-transition:opacity .5s;}
.picplayer .prev,.picplayer .prev span{left:0px;}
.picplayer .next,.picplayer .next span{right:0px;}
.picplayer .prev:hover span,.picplayer .next:hover span{opacity:0.6;filter:alpha(opacity=60);}
.imgtxt{background:#000;color:#fff;font-size:14px;opacity:0.6;filter:alpha(opacity=60);position:absolute;left:0;right:0;bottom:0;padding:10px 15px;}
.thumbbox{height:97px;margin-bottom:20px;position:relative;}
.thumbbox .prev,.thumbbox .next{display:block;width:40px;height:97px;background:#444;color:#fff;font-family:simsun;text-decoration:none;font-size:40px;line-height:100px;text-align:center;position:absolute;top:0;}
.thumbbox .prev{left:0;}
.thumbbox .next{right:0;}
.thumblist{height:97px;overflow:hidden;margin-left:50px;margin-right:50px;white-space:nowrap;font-size:0;}
.thumblist ul{display:inline-block;width:100%;}
.thumblist ul li{float:left;width:11.3%;height:100%;margin-left:.6%;margin-right:.6%;overflow:hidden;}
.thumblist ul li{background:#0EB29A;}
.thumblist ul li a{display:block;font-size:0;line-height:0;}
.thumblist ul li .cur img{opacity:0.3;filter:alpha(opacity=30);}
.thumblist ul li img{height:100%;}
.view{min-height:400px;background:#000;}
.view .loading{display:none;width:50px;height:50px;border-radius:8px;background:url(../images/loading.gif) center no-repeat #000;opacity:0.8;filter:alpha(opacity=80);position:absolute;left:50%;top:50%;margin-top:-25px;margin-left:-25px;}

/* 新闻中心 */
.inner-row>.fl{width:69%;}
.inner-row>.fr{width:29%;}
.inner-row .img-news{width:370px;height:260px;position:absolute;top:0;overflow:hidden;}
.inner-row .hp-news{margin-left:390px;height:262px;}
.inner-row .hp-news .top-news{height:100px;}
.inner-row .hp-news .top-news p{height:60px;-webkit-line-clamp:3;}
.inner-row .hp-news .top-news a{font-size:18px;white-space:nowrap;line-height:20px;}
.news-special{height:262px;overflow:hidden;}
.news-special li{margin-bottom:15px;}
.news-special li a{display:block;height:123px;overflow:hidden;font-size:0;position:relative;}
.news-special li a span{font-size:14px;display:block;line-height:40px;height:40px;background:#158064;color:#fff;padding-left:10px;position:absolute;bottom:0;left:0;right:0;transition:background 0.3s;-webkit-transition:background 0.3s;}
.news-special li a:hover span{background-color:#015ba0;}
.news-special li img{width:100%;}
.news-withdate li{position:relative;height:28px;line-height:28px;overflow:hidden;}
.news-withdate li a{max-width:88%;}
.news-withdate li a:before{content:"•";font-weight:bold;color:#0EB29A;margin-right:5px;}
.news-withdate li span{position:absolute;bottom:0;right:0;color:#999;font-size:12px;}
.notice-withdate li{position:relative;height:35px;line-height:35px;border-bottom:1px dotted #ddd;overflow:hidden;}
.notice-withdate li:last-child{border:none;}
.notice-withdate li a{max-width:88%;}
.notice-withdate li a:before{content:"•";font-weight:bold;color:#0EB29A;margin-right:5px;}
.notice-withdate li span{position:absolute;bottom:0;right:0;color:#999;font-size:12px;}
.right-inner .fl,.right-inner .fr,.left-inner .fl,.left-inner .fr{width:48.5%;}
.right-video{margin-left:-3%;margin-right:-3%;}
.right-video li{width:44%;height:135px;margin-left:3%;margin-right:3%;margin-bottom:11px;float:left;}
.right-video li a{line-height:30px;}
.right-video li .vdimg{display:block;font-size:0;line-height:0;position:relative;height:105px;overflow:hidden;}
.right-video li .vdimg i{background:url(../images/black30.png);font-size:48px;color:#fff;text-align:center;height:105px;line-height:105px;position:absolute;left:0;right:0;transition:font-size 0.3s;-webkit-transition:font-size 0.3s;}
.ie .right-video li .vdimg i{display:none;}
.right-video li .vdimg:hover i{font-size:58px;}
.right-video li img{width:100%;}
.news-media ul,.news-inner-list ul{height:168px;}
.news-inner-list li{height:28px;overflow:hidden;}
.news-inner-list a{line-height:28px;}
.news-inner-list a:before{content:"•";font-weight:bold;color:#0EB29A;margin-right:5px;}
.news-report{margin-left:-1%;margin-right:-1%;}
.news-report li{float:left;width:14.66%;margin-left:1%;margin-right:1%;}
.news-report li a{display:block;position:relative;background:#000;text-align:center;}
.news-report li a span{display:block;background:#158064;color:#fff;line-height:30px;height:30px;position:absolute;bottom:0;left:0;right:0;transition:background 0.3s;-webkit-transition:background 0.3s;}
.news-report li a:hover span{background-color:#015ba0;}
.news-report li a img{height:236px;transition:opacity 0.3s;-webkit-transition:opacity 0.3s;opacity:.7;filter:alpha(opacity=70);}
.news-report li a:hover img{opacity:1;filter:alpha(opacity=100);}
.news-show{overflow:hidden;}

/*新闻列表*/
.news-list>.fl,.news-show>.fl,.video-show>.fl{width:70%;}
.news-list>.fr,.news-show>.fr,.video-show>.fr{width:26%;}
.news-list .sort{margin-bottom: 10px;border-bottom: 1px solid #d7d7d7;}
.news-list .sort a {display:block;margin-right:20px;line-height:46px;height:46px;float:left;}
.news-list .sort a i{color:#ccc;font-size:12px;margin-left:6px;font-weight:normal;}
.news-list .sort a.cur{font-weight:bold;color:#0EB29A;border-bottom:3px solid #0EB29A;}
#news-list li{border-bottom:1px solid #e6e6e6;padding-top:15px;padding-bottom:15px;height:136px;position:relative;}
#news-list li:first-child{padding-top:5px;}
#news-list li:first-child .thumb{top:5px;}
#news-list li h2{font-size:20px;line-height:1.5;font-weight:normal;height:37px;}
#news-list li h2 a{display:inline-block;}
#news-list li .thumb{position:absolute;left:0;top:15px;}
#news-list li .thumb img{width:182px;height:136px;}
#news-list li.hasthumb{padding-left:200px;}
.news-list-info{font-size:12px;color:#999;line-height:35px;}
.news-list-info .fl span{margin-right:10px;}
.news-list-info .fr span{display:inline-block;}
.news-list-info .fr a{vertical-align:middle;margin-left:5px;}
.news-list-summary{overflow:hidden;height:136px;}
.news-list-summary p{display:-webkit-box;line-height:1.5;max-height:68px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal;margin-bottom:0;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;color:#777;}
.right-side .list-tit h2 span{font-weight:bold;display:inline-block;line-height:46px;}
/*.right-side .list-tit h2 span:before{content:"";position:absolute;bottom:-3px;left:-5px;width:30px;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;overflow:hidden;background:#0EB29A;}
*/.right-side .list-tit{border-color:#E3D3CA;}
.right-side .txt-list li,.right-side .hot-list li{height:34px;line-height:34px;border-bottom:1px dashed #ccc;position:relative;}
.right-side .txt-list li:last-child,.right-side .hot-list li:last-child{border:none;}
.right-side .txt-list li a:before{content:"•";font-weight:bold;color:#0EB29A;margin-right:5px;}
.right-side .hot-list li em{font-weight:normal;font-size:8px;display:inline-block;width:16px;height:16px;line-height:16px;text-align:center;color:#fff;background:#999;margin-right:5px;}
.right-side .hot-list li .top1{background:#fc6c6c;}
.right-side .hot-list li .top2{background:#ffa169;}
.right-side .hot-list li .top3{background:#ffc861;}
.right-side .hot-list span{position:absolute;right:0;top:0;color:#999;}
.right-img{margin:0 -2.5% -10px -2.5%;}
.right-img li{float:left;width:45%;margin:0 2.5% 15px 2.5%;}
.right-img a img{width:148px;height:110px;}
.right-img a span{display:block;display:-webkit-box;max-height:38px;line-height:20px;white-space:normal;font-size:12px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.txt-list li.top-special{height:auto;border:none;margin-bottom:5px;}
.txt-list li.top-special a{display:block;font-size:0;padding-bottom:40px;line-height:0;overflow:hidden;position:relative;}
.txt-list li.top-special a:before{display:none;}
.txt-list li.top-special a span{font-size:14px;display:block;line-height:40px;height:40px;background:#008059;color:#fff;padding-left:10px;position:absolute;bottom:0;left:0;right:0;transition:background 0.3s;-webkit-transition:background 0.3s;}
.txt-list li.top-special a:hover span{background-color:#0EB29A;}
.top-special a,.top-special a img{width:100%;}

/*分享图标（彩色）*/
.color-share a{display:inline-block;width:22px;height:22px;line-height:22px;text-align:center;color:#fff;}
.color-share a:hover{color:#fff !important;}
.color-share .jiathis_button_qzone{background:#1596ea;}
.color-share .jiathis_button_tsina{background:#e53048;}
.color-share .jiathis_button_weixin{background:#01b30c;}
.color-share .jiathis_button_fb{background:#31659b;}
.color-share .jiathis_button_twitter{background:#07cdfe;}
.color-share .jiathis_button_linkedin{background:#2d7bbd;}

/*新闻详细*/
.news-info{color:#999;line-height:40px;border-bottom:1px solid #ddd;overflow:hidden;}
.news-info .fl span{margin-right:10px;}
.news-info .fr span{display:inline-block;}
.news-info .fr a{vertical-align:middle;}
.news-content{padding-top:15px;padding-bottom:15px;font-size:15px;}
.news-content iframe{ width:90%;margin:0 auto;}
.news-footer-share{text-align:right;border-bottom:3px solid #0EB29A;padding-bottom:20px;}
.related{padding:15px 0 15px 150px;position:relative;margin-top:20px;}
.related .nodata,.right-side .nodata{padding:0;margin:0;border:none;height:auto;}
.related .related-tit{position:absolute;left:0;top:0;width:150px;}
.related .related-tit h2{line-height:50px;font-size:20px;text-align:center;letter-spacing:.4em;}
.related .tab-tit a{display:block;line-height:42px;font-size:16px;font-weight:normal;text-align:center;}
.related .tab-tit a:hover{background:#f4f4f4;}
.related .tab-tit a.cur{background:#0EB29A;color:#fff;margin-right:-1px;}
.related .tab-pannel{border-left:1px solid #ddd;min-height:245px;padding-left:20px;}
.related-news li{height:28px;line-height:28px;position:relative;}
.related li.top-related{height:68px;padding-bottom:15px;border-bottom:1px solid #ddd;margin-bottom:15px;}
.related li.top-related img{float:left;margin-right:15px;}
.related li.top-related a:before{display:none;}
.related li.top-related a{font-size:18px;line-height:24px;}
.related li.top-related p{font-size:13px;color:#999;line-height:20px;display:-webkit-box;height:40px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal;margin-bottom:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.related .top-related{position:relative;}
.related-news li a:before{content:"•";font-weight:bold;color:#0EB29A;margin-right:5px;}
.related-news li span{color:#999;margin-left:10px;font-size:12px;}
.related-news li.top-related img{width:90px;height:68px;}
.related-dmt a,.related-doc a,.related-dis a{color:#0EB29A;line-height:1;}
.top-dm,.top-dis{overflow:hidden;}
.top-dm h2,.top-dis h2{font-size:16px;padding-bottom:8px;border-bottom:1px solid #ddd;font-weight:normal;}
.top-dm p,.top-dis p{line-height:1.5;margin-top:10px;}
.top-dm p a,.top-dis p a{display:inline;}
.more-dm,.more-dis{line-height:40px;font-size:16px;border-top:1px solid #ddd;margin-top:15px;word-spacing:1em;}
.related-doc li{height:100px;position:relative;padding:10px 0 10px 90px;overflow:hidden;border-bottom:1px dashed #ddd;}
.related-doc li .doctor-img{position:absolute;left:0;top:10px;}
.related-doc li .doctor-img img{width:74px;height:100px;}
.related-doc li p{height:75px;overflow:hidden;}
.related-doc li:last-child{border:none;}
.related-doc h2{font-size:16px;font-weight:normal;}
.related-qa li.top-related{height:72px;}
.related-qa li.top-related p{color:#666;margin-top:5px;}
.ico-ask,.ico-answer{display:inline-block;width:24px;height:24px;border-radius:50%;line-height:24px;margin-right:8px;text-align:center;font-size:15px;background:#0eb29a;color:#fff;vertical-align:middle;}

/*院报列表*/
.newspaper-list{padding:20px 0;margin-left:-1%;margin-right:-1%;}
.newspaper-list li{float:left;width:14.66%;margin-left:1%;margin-right:1%;margin-bottom:20px;}
.newspaper-list li a{display:block;position:relative;background:#000;text-align:center;overflow:hidden;line-height:0;}
.newspaper-list li a span{display:block;background:#158064;color:#fff;line-height:30px;height:30px;position:absolute;bottom:0;left:0;right:0;transition:background 0.3s;-webkit-transition:background 0.3s;}
.newspaper-list li a:hover span{background-color:#015ba0;}
.newspaper-list li a img{height:240px;transition:opacity 0.3s;-webkit-transition:opacity 0.3s;opacity:.7;filter:alpha(opacity=70);}
.newspaper-list li a:hover img{opacity:1;filter:alpha(opacity=100);}

/*院报详细*/
.newspaper-show{padding:20px 0;margin-left:-1%;margin-right:-1%;}
.newspaper-show li{float:left;width:23%;margin-left:1%;margin-right:1%;margin-bottom:20px;}
.newspaper-show li a{display:block;position:relative;background:#000;text-align:center;overflow:hidden;}
.newspaper-show li a span{display:block;background:#158064;color:#fff;line-height:30px;height:30px;position:absolute;bottom:0;left:0;right:0;transition:background 0.3s;-webkit-transition:background 0.3s;}
.newspaper-show li a:hover span{background-color:#015ba0;}
.newspaper-show li a img{height:367px;transition:opacity 0.3s;-webkit-transition:opacity 0.3s;opacity:.7;filter:alpha(opacity=70);}
.newspaper-show li a:hover img{opacity:1;filter:alpha(opacity=100);}

/*患者服务首页*/
.patient-specialist li{margin-bottom:12px;}
.patient-specialist li a{height:45px;line-height:45px;}
.package-list{margin-top:18px;}
.package-list ul{margin:auto -1%;overflow:hidden;}
.package-list li{width:18%;float:left;margin:0 1% 25px 1%;box-sizing:border-box;}
.package-list li h3{line-height:35px;}
.package-list li img{width:100%;height:170px;}
.package-list li>a{display:block;line-height:0;}
.package-list .price{overflow:hidden;}
.package-list .price strong{float:left;color:#BE3730;font-size:20px;font-weight:normal;}
.package-list .price .btn{float:right;}
.list-map{height:168px;}
.list-content .report-btn{display:block;border:2px solid #0EB29A;background:#fff;color:#0EB29A;font-size:18px;height:60px;line-height:60px;transition:all 0.3s;-webkit-transition:all 0.3s;}
.list-content .report-btn i{vertical-align:middle;margin-right:5px;font-size:22px;}
.list-content .report-btn:hover{color:#fff;background:#0EB29A;border-color:#0EB29A;}

/*患者服务首页-智能导诊*/
.smart{margin-top:20px;}
.smart .fl{width:52%;}
.smart .fr{width:48%;}
.sex-switch{position:absolute;z-index:3;left:140px;bottom:5px;overflow:hidden;background:#f4f4f4;border:1px solid #ddd;border-radius:30px;}
.sex-switch a{float:left;display:block;line-height:14px;padding:8px 12px;font-size:12px;}
.sex-switch a.cur{background:#0EB29A;padding:6px 10px;margin:2px;border-radius:30px;color:#fff;}
.sex-switch a i{margin-right:3px;}
.body{position:relative;}
.body img{width:393px;height:296px;}
.body img.transparent{position:absolute;top:0;left:0;z-index:1;}
.parts{display:none;}
.parts.cur{display:block;}
.parts .front span:first-child{display:block;}

.parts.female span{display:none;position:absolute;background:url(../images/female-home-hover.png);}
.parts.female .front .parts1{width:35px;height:38px;left:69px;top:2px;background-position:-80px -2px;}
.parts.female .front .parts2{width:16px;height:15px;left:78px;top:39px;background-position:-89px -44px;}
.parts.female .front .parts3{width:48px;height:45px;left:62px;top:46px;background-position:-73px -61px;}
.parts.female .front .parts4{width:44px;height:37px;left:64px;top:88px;background-position:-75px -113px;}
.parts.female .front .parts7.parts-l{width:60px;height:160px;left:2px;top:53px;background-position:-8px -68px;}
.parts.female .front .parts7.parts-r{width:60px;height:107px;left:110px;top:52px;background-position:-126px -67px;}
.parts.female .front .parts8.parts-l{width:27px;height:163px;left:58px;top:130px;background-position:-69px -180px;}
.parts.female .front .parts8.parts-r{width:25px;height:162px;left:87px;top:131px;background-position:-98px -181px;}
.parts.female .front .parts12{width:49px;height:24px;left:61px;top:121px;background-position:-72px -151px;}
.parts.female .back .parts1{width:35px;height:38px;left:288px;top:1px;background-position:-299px -1px;}
.parts.female .back .parts2{width:16px;height:11px;left:299px;top:39px;background-position:-310px -44px;}
.parts.female .back .parts16{width:50px;height:48px;left:280px;top:47px;background-position:-291px -62px;}
.parts.female .back .parts5{width:40px;height:28px;left:285px;top:92px;background-position:-296px -117px;}
.parts.female .back .parts6{width:53px;height:35px;left:279px;top:117px;background-position:-290px -147px;}
.parts.female .back .parts7.parts-l{width:61px;height:109px;left:219px;top:52px;background-position:-225px -67px;}
.parts.female .back .parts7.parts-r{width:60px;height:109px;left:330px;top:52px;background-position:-346px -67px;}
.parts.female .back .parts8.parts-l{width:25px;height:148px;left:278px;top:148px;background-position:-289px -188px;}
.parts.female .back .parts8.parts-r{width:25px;height:148px;left:307px;top:147px;background-position:-318px -187px;}

.parts.male span{display:none;position:absolute;background:url(../images/male-home-hover.png);}
.parts.male .front .parts1{width:28px;height:40px;left:66px;top:2px;background-position:-77px -2px;}
.parts.male .front .parts2{width:18px;height:11px;left:72px;top:39px;background-position:-83px -43px;}
.parts.male .front .parts3{width:58px;height:38px;left:51px;top:44px;background-position:-62px -54px;}
.parts.male .front .parts4{width:51px;height:56px;left:57px;top:74px;background-position:-68px -94px;}
.parts.male .front .parts7.parts-l{width:54px;height:100px;left:0px;top:57px;background-position:-6px -67px;}
.parts.male .front .parts7.parts-r{width:56px;height:103px;left:109px;top:53px;background-position:-125px -63px;}
.parts.male .front .parts8.parts-l{width:41px;height:163px;left:40px;top:131px;background-position:-51px -186px;}
.parts.male .front .parts8.parts-r{width:41px;height:163px;left:85px;top:131px;background-position:-96px -186px;}
.parts.male .front .parts11{width:49px;height:28px;left:58px;top:120px;background-position:-69px -155px;}
.parts.male .back .parts1{width:28px;height:34px;left:288px;top:1px;background-position:-299px -1px;}
.parts.male .back .parts2{width:28px;height:10px;left:289px;top:34px;background-position:-300px -38px;}
.parts.male .back .parts16{width:54px;height:64px;left:277px;top:44px;background-position:-288px -54px;}
.parts.male .back .parts5{width:45px;height:24px;left:283px;top:99px;background-position:-294px -124px;}
.parts.male .back .parts6{width:54px;height:31px;left:279px;top:120px;background-position:-290px -155px;}
.parts.male .back .parts7.parts-l{width:58px;height:104px;left:217px;top:52px;background-position:-223px -62px;}
.parts.male .back .parts7.parts-r{width:59px;height:105px;left:332px;top:52px;background-position:-348px -62px;}
.parts.male .back .parts8.parts-l{width:43px;height:148px;left:260px;top:146px;background-position:-271px -191px;}
.parts.male .back .parts8.parts-r{width:43px;height:146px;left:307px;top:150px;background-position:-318px -195px;}

.parts-tit a{display:block;line-height:34px;border:1px solid #ddd;margin:auto 2%;box-sizing:border-box;text-align:center;}
.parts-tit.span5 a{float:left;width:16%;}
.parts-tit a.cur{background:#0EB29A;border-color:#0EB29A;color:#fff;}
.sick-list ul{display:none;margin-top:20px;}
.sick-list ul li{float:left;width:29.33%;height:34px;line-height:34px;margin:auto 2%;}
.sick-list ul li a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.related-sick{display:none;}
.related-sick:first-child,.sick-list ul:first-child{display:block;}
.related-sick{min-height:200px;}
.smart-info{margin-top:25px;text-align:center;}
.smart-info span{display:block;color:#b94a48;}

/*智能导诊*/
.page-smart>.fl{width:64%;border-right:1px solid #ddd;min-height:400px;padding-right:2%;}
.page-smart>.fr{width:33%;}
.page-smart .body img{width:513px;height:386px;}
.page-smart 
.step{margin-bottom:25px;}
.step li{float:left;width:25%;line-height:35px;position:relative;background:#8c8e8b;color:#fff;text-align:center;}
.step li:before,.step li:after{content:"";display:block;width:10px;height:35px;position:absolute;left:0;top:0;background:url(../images/step-img.png) -12px 0;}
.step li:after{left:auto;right:0;background-position:0 0;}
.step li.cur{background:#0EB29A;}
.step li.cur:before,.step li.cur:after{background-position-y:-35px;}
.step.span3 li{width:33.33%;}
.page-smart .btn{width:120px;line-height:42px;font-size:16x;}
.step-form select{width:120px;height:40px;}
.step-form .control-label{width:300px;}
.step-form .controls{padding-left:318px;}
.step-info{padding-left:15px;}
.step-info h2{line-height:45px;font-size:16px;border-bottom:1px solid #ddd;margin-bottom:20px;}
.step-info em{display:inline-block;width:20px;height:20px;line-height:20px;border-radius:50%;text-align:center;background:#0EB29A;color:#fff;margin-right:5px;}
.page-smart .body{width:513px;margin:auto;}
.page-smart .sex-switch{left:196px;}
.page-smart .parts.female span{background:url(../images/female-hover.png);}
.page-smart .parts.female .front .parts1{width:46px;height:49px;left:90px;top:3px;background-position:-104px -3px;}
.page-smart .parts.female .front .parts2{width:21px;height:20px;left:101px;top:51px;background-position:-116px -57px;}
.page-smart .parts.female .front .parts3{width:62px;height:59px;left:81px;top:60px;background-position:-95px -79px;}
.page-smart .parts.female .front .parts4{width:57px;height:48px;left:83px;top:114px;background-position:-98px -147px;}
.page-smart .parts.female .front .parts7.parts-l{width:78px;height:208px;left:3px;top:69px;background-position:-10px -88px;}
.page-smart .parts.female .front .parts7.parts-r{width:78px;height:139px;left:143px;top:68px;background-position:-164px -87px;}
.page-smart .parts.female .front .parts8.parts-l{width:35px;height:212px;left:75px;top:169px;background-position:-90px -234px;}
.page-smart .parts.female .front .parts8.parts-r{width:33px;height:211px;left:113px;top:170px;background-position:-127px -235px;}
.page-smart .parts.female .front .parts12{width:64px;height:31px;left:79px;top:157px;background-position:-94px -196px;}
.page-smart .parts.female .back .parts1{width:46px;height:49px;left:374px;top:1px;background-position:-389px -1px;}
.page-smart .parts.female .back .parts2{width:21px;height:14px;left:389px;top:51px;background-position:-403px -57px;}
.page-smart .parts.female .back .parts16{width:65px;height:62px;left:364px;top:61px;background-position:-378px -81px;}
.page-smart .parts.female .back .parts5{width:52px;height:36px;left:371px;top:120px;background-position:-385px -152px;}
.page-smart .parts.female .back .parts6{width:69px;height:46px;left:363px;top:152px;background-position:-377px -191px;}
.page-smart .parts.female .back .parts7.parts-l{width:79px;height:142px;left:285px;top:68px;background-position:-293px -87px;}
.page-smart .parts.female .back .parts7.parts-r{width:78px;height:142px;left:429px;top:68px;background-position:-450px -87px;}
.page-smart .parts.female .back .parts8.parts-l{width:33px;height:192px;left:361px;top:192px;background-position:-376px -244px;}
.page-smart .parts.female .back .parts8.parts-r{width:33px;height:192px;left:399px;top:191px;background-position:-413px -243px;}

.page-smart .parts.male span{background:url(../images/male-hover.png);}
.page-smart .parts.male .front .parts1{width:36px;height:52px;left:86px;top:3px;background-position:-100px -2px;}
.page-smart .parts.male .front .parts2{width:23px;height:14px;left:94px;top:51px;background-position:-108px -56px;}
.page-smart .parts.male .front .parts3{width:75px;height:49px;left:66px;top:57px;background-position:-81px -70px;}
.page-smart .parts.male .front .parts4{width:66px;height:73px;left:74px;top:96px;background-position:-88px -122px;}
.page-smart .parts.male .front .parts7.parts-l{width:70px;height:130px;left:0px;top:74px;background-position:-8px -87px;}
.page-smart .parts.male .front .parts7.parts-r{width:73px;height:134px;left:142px;top:69px;background-position:-163px -82px;}
.page-smart .parts.male .front .parts8.parts-l{width:53px;height:212px;left:52px;top:170px;background-position:-66px -242px;}
.page-smart .parts.male .front .parts8.parts-r{width:53px;height:212px;left:111px;top:170px;background-position:-125px -242px;}
.page-smart .parts.male .front .parts11{width:64px;height:36px;left:75px;top:156px;background-position:-90px -202px;}
.page-smart .parts.male .back .parts1{width:36px;height:44px;left:374px;top:1px;background-position:-389px -1px;}
.page-smart .parts.male .back .parts2{width:36px;height:13px;left:376px;top:44px;background-position:-390px -49px;}
.page-smart .parts.male .back .parts16{width:70px;height:83px;left:360px;top:57px;background-position:-374px -70px;}
.page-smart .parts.male .back .parts5{width:59px;height:31px;left:368px;top:129px;background-position:-382px -161px;}
.page-smart .parts.male .back .parts6{width:70px;height:40px;left:363px;top:156px;background-position:-377px -202px;}
.page-smart .parts.male .back .parts7.parts-l{width:75px;height:135px;left:282px;top:68px;background-position:-290px -81px;}
.page-smart .parts.male .back .parts7.parts-r{width:77px;height:137px;left:432px;top:68px;background-position:-452px -81px;}
.page-smart .parts.male .back .parts8.parts-l{width:56px;height:192px;left:338px;top:190px;background-position:-352px -248px;}
.page-smart .parts.male .back .parts8.parts-r{width:56px;height:190px;left:399px;top:195px;background-position:-413px -254px;}

.symptom-list .tab-tit{overflow:hidden;}
.symptom-list .tab-tit a{display:block;float:left;width:10.11%;margin:5px .5%;background:#f4f4f4;line-height:35px;text-align:center;}
.symptom-list .tab-tit a:hover{background:#ddd;}
.symptom-list .tab-tit a.cur{background:#0EB29A;color:#fff;}
.symptom-con h2{line-height:45px;font-size:16px;text-align:center;border-bottom:1px solid #eee;}
.symptom-con li{width:20%;float:left;text-align:center;border-bottom:1px solid #eee;}
.symptom-con li:hover{background:#f4f4f4;}
.symptom-con a{display:block;padding:8px .5%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.other-symptom {width:600px;margin:auto;}
.other-symptom h2{line-height:35px;font-size:16px;}
.other-symptom h2 i{color:#0eb29a;font-size:20px;vertical-align:middle;}
.other-symptom ul{padding:15px 0;overflow:hidden;margin:auto -2%;}
.other-symptom ul li{width:46%;margin:auto 2%;line-height:35px;margin-bottom:10px;float:left;}
.other-symptom ul li a{display:block;padding:0 15px;background:#f8f8f8;border:1px solid #ddd;transition:all 0.3s;-webkit-transition:all 0.3s;}
.other-symptom ul li a:hover{background:#0EB29A;color:#fff;border-color:#0EB29A;}
.other-symptom ul li a:hover:after{color:#fff;}
.other-symptom ul li a:after{content:"\e623";font-family:"iconfont";float:right;color:#ccc;font-size:18px;transition:all 0.3s;-webkit-transition:all 0.3s;}
.other-symptom ul li a.cur{background:#f8f8f8;color:#0EB29A;border-color:#0EB29A;}
.other-symptom ul li a.cur:after{color:#0EB29A;}
.result table th{font-weight:bold;}
.result table th,.result table td{padding-left:15px;line-height:32px;}
.result table td{color:#666;}
.result table tr:hover{background:#F4F4F4;}

/*门诊时间*/
.haschosen{overflow:hidden;}
.haschosen span,.haschosen a{display:inline-block;line-height:30px;float:left;}
.haschosen a{padding:0 15px;border:1px solid #ddd;background:#f4f4f4;margin-right:5px;}
.haschosen a:hover{border-color:#0EB29A;}
.haschosen a i{font-size:12px;margin-left:5px;}
.filter{border:1px solid #eee4d6;background:#f9f7f4;margin-top:15px;}
.filter dl{position:relative;font-size:13px;border-bottom:1px solid #eee4d6;padding:10px 15px;min-height:44px;box-sizing:border-box;}
.filter dl:last-child{border:none;}
.filter dt{color:#999;position:absolute;top:10px;left:15px;}
.filter dd{margin-left:85px;overflow:hidden;margin-right:-1%;}
.filter dd.span8 a{width:11.5%;}
.filter dd a{display:block;line-height:26px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:8%;margin-right:1%;}
.filter dd span{display:block;line-height:26px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:8%;margin-right:1%;}
.filter dd a.cur{color:#fff;}
.filter dd a.curs{background: #1488af;
    color: #fff;
    text-align: center;}
.filter dd a.cur span{background:#0EB29A;color:#fff;padding:3px;}
.filter dd li{display:none;overflow:hidden;}
.filter dd li:first-child{display:block;}
.filter dd .tab-tit{font-size:14px;font-weight:bold;border-bottom:1px solid #ddd;margin-bottom:10px;}
.filter dd .tab-tit span{display:inline-block;margin-right:25px;padding-bottom:8px;}
.filter dd .tab-tit span.cur{border-bottom:1px solid #0EB29A;margin-bottom:-1px;}
.filter dd .tab-tit span a{display:inline;float:none;}
.filter dd .tab-pannel{display:block;min-height:52px;}
.doctor-list .list-content li{padding:15px 0 15px 0;border-bottom:1px dashed #ddd;}
.doctor-list .list-content li:after{display:table;content:"";line-height:0;font-size:0;clear:both;}
.doctor-list .list-tit{position: relative;}
.doctor-list .list-tit .doctor-search{position: absolute;right: 0;top: 10px;}
.doctor-list .list-content{margin-top:0;}
.doctor-list .doctor-clinic{width:40%;}
.doctor-search i{line-height:34px;position:relative;}
.doctor-search input{line-height:18px;padding:7px 6px 7px 30px;width:280px;border:1px solid #ddd;border-right:none;margin-left:-25px;}
table{width:96%;border:none;border-collapse:collapse;}
.jobcat{margin-top: 0 !important;background-color: #f2f2f2;padding-left: 10px;padding-right: 35px;}
.doctor-clinic th{background:#e4e4e4;}
.doctor-clinic .depart{width:20%;}
.doctor-clinic .weekend{color:#B94A48;}
.doctor-clinic th span{display:block;}
.doctor-clinic th,.doctor-clinic td{text-align:center;height:38px;border:1px solid #e4e4e4;position:relative;}
.doctor-clinic td{width:10%;}
.doctor-clinic td .seleced{display:block;margin:5px;height:28px;line-height:28px;color:#fff;border-radius:5px;}
.doctor-clinic td .seleced.red{background:#ea5a54;}
.doctor-clinic td .seleced.blue{background:#54a0ea;}
.doctor-clinic td .seleced.green{background:#63b98c;}
.doctor-clinic td .seleced.orange{background:#e49548;}
.doctor-clinic td .seleced.gray{background:#9e9e9e;cursor:default;}
.doctor-clinic h2{padding:10px 0;font-weight:normal;}
.doctor-clinic .seleced:hover+.tips{display:block;}
.doctor-clinic .tips{display:none;position:absolute;top:48px;left:-1px;width:245px;background:#fff;text-align:left;padding:10px;border:1px solid #ddd;box-shadow:0px 3px 1px rgba(0, 0, 0, .08);z-index:1;}
.doctor-clinic .tips .red{color:#ea5a54;}
.doctor-clinic .tips:before,.doctor-clinic .tips:after{content:"◆";color:#fff;font-family:simsun;font-size:30px;line-height:0;position:absolute;top:0;left:20px;}
.doctor-clinic .tips:before{color:#ddd;top:-1px;}
.clinic-scheduling h3{font-weight:normal;line-height:40px;}
.clinic-scheduling th,.clinic-scheduling td{height:29px;}
.clinic-scheduling td .seleced{display:inline-block;width:24px;height:24px;line-height:24px;color:#fff;border-radius:50%;}
.clinic-scheduling td .seleced.red:before{content:"特";}
.clinic-scheduling td .seleced.blue:before{content:"专";}
.clinic-scheduling td .seleced.green:before{content:"普";}
.clinic-scheduling td .seleced.orange:before{content:"专";}
.clinic-scheduling td .seleced.gray:before{content:"停";}
.doctor-info{width:60%;position:relative;box-sizing:border-box;padding-left:80px;font-size:13px;}
.doctor-info h2 a{vertical-align:middle;font-size:16px;}
.doctor-info h2 span{vertical-align:middle;background:#34a6cb;color:#fff;font-size:12px;padding:2px 6px;font-weight:normal;margin-left:10px;border-radius:3px;}
.doctor-info .doctor-img{position:absolute;left:0;top:0;font-size:0;line-height:0;}
.doctor-info .doctor-img img{width:70px;height:96px;}
.doctor-info p{margin-bottom:0;}
.doctor-info p span{display:block;width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.doctor-info p span em{font-weight:normal;display:inline-block;line-height:1;width:230px;margin-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.list-tit .color-info{position: absolute;top: 20px;left: 0;}
.color-info{margin-top: -15px;}
.color-info span{margin-right:10px;font-size: 14px;line-height: 30px;}
.color-info i{font-size:30px;margin-right:5px;line-height: 30px;vertical-align: -3px;}
.color-info .red{color:#ea5a54;}
.color-info .blue{color:#54a0ea;}
.color-info .green{color:#63b98c;}
.color-info .orange{color:#e49548;}
.color-info .gray{color:#9e9e9e;}

/*停诊信息*/
.suspend-list li{display:block;line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;border-bottom:1px solid #ddd;padding:10px 15px;overflow:hidden;}
.suspend-list li>h3,.suspend-list li>span{float:left;}
.suspend-list li>h3{width:30%;}
.suspend-list li>span{width:35%;}
.suspend-list li:hover{background:#f4f4f4;}
.suspend-list h3 a,.suspend-list h3 span{display:inline-block;width:20%;vertical-align:middle;margin-right:10px;}
.suspend-list h3 a{font-size:16px;}
.suspend-list h3 span{font-weight:normal;}

/*预约挂号*/
.doctor-date>.layout{padding:10px 20px;height:70px;background:#f4f4f4;box-sizing:border-box;}
.doctor-date h2{display:inline-block;line-height:50px;font-size:18px;font-weight:normal;vertical-align:middle;}
.doctor-date .haschosen{height:30px;padding:10px;display:inline-block;vertical-align:middle;}
.doctor-date .haschosen a{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:none;line-height:30px;border-radius:5px;padding:0 10px;background:#B4DCBA;color:#0EB29A;transition:0.3s;-webkit-transition:0.3s;}
.doctor-date .haschosen a:hover{background:#0EB29A;color:#fff;}
.doctor-date>.layout>.fl{width:58%;}
.doctor-date>.layout>.fr{width:41.8%;}
.week-list{position:relative;}
.week-list a{position:absolute;top:13px;width:24px;height:24px;line-height:25px;background:#f4f4f4;border:1px solid #444;border-radius:50%;text-align:center;font-size:12px;}
.week-list a:hover{border-color:#0eb29a;}
.week-list a.disabled{color:#ccc;cursor:default;border-color:#ccc;}
.week-list a.last-wk{left:-20px}
.week-list a.next-wk{right:-1px}
.week-wrap{overflow:hidden;height:50px;}
.week-wrap ul{overflow:hidden;}
.week-wrap li{float:left;width:66px;text-align:center;}
.weekend{color:#B94A48;}
.doctor-list .appointment-list .doctor-info{width:40%;}
.doctor-list .appointment-list .doctor-clinic{width:60%;}
.doctor-list .appointment-list li{padding-left:20px;padding-right:20px;border:1px solid #fff;border-bottom:1px solid #efefef;transition:0.3s;-webkit-transition:0.3s;}
.doctor-list .appointment-list li:hover{border:1px solid #0EB29A;border-radius:5px;}
.appointment-list ul{margin-top:15px;}
.appointment-list .doctor-clinic{height:97px;}
.appointment-list .doctor-clinic table{display:none;margin-left: 17px;}
.appointment-list .doctor-clinic td{height:46px;}
.doctor-clinic .loading{display:block;min-height:97px;background:url(../images/loading-gray.gif) center no-repeat;}
.doctor-list.fixed .appointment-list{margin-top:70px;}
.doctor-list.fixed .doctor-date{position:fixed;top:0;z-index:1;}
.row-tit{font-size:18px;color:#666;font-weight:normal;border-bottom:3px solid #ddd;line-height:46px;position:relative;margin-bottom:20px;}
.row-tit:before{content:"";position:absolute;bottom:-3px;left:-5px;width:30px;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;overflow:hidden;background:#0EB29A;}
.row-con{margin-bottom:15px;}
.appoint-info{position:relative;padding-left:130px;height:150px;}
.appoint-info img{position:absolute;top:0;left:0;}
.appoint-info h1{font-size:24px;font-weight:normal;}
.appoint-info h1 span{vertical-align:middle;background:#63b98c;color:#fff;font-size:12px;padding:2px 6px;font-weight:normal;margin-left:10px;border-radius:3px;}
.doc-info ul{overflow:hidden;}
.doc-info li{float:left;width:50%;line-height:35px;border-bottom:1px dashed #ddd;}
.doc-info li strong{color:#999;display:inline-block;width:60px;text-align:justify;text-align-last:justify;font-weight:normal;margin-right:15px;}
.patient-select{padding:15px 0;border-bottom:1px dashed #ddd;margin-bottom:15px;}
.patient-form .Validform_checktip{display:inline;}
.patient-form .Validform_checktip:before{content:"\e61a";}
.pay{width:800px;margin:50px auto;border:1px solid #ddd;}
.pay .pay-tit{font-size:16px;line-height:50px;border-bottom:1px solid #ddd;background:#ddd;padding:0 20px;}
.pay .pay-tit span{color:#ea5a54;}
.payform{text-align:center;padding:20px 0;}
.payform .amount{color:#ea5a54;font-size:24px;font-weight:bold;}
.payform .qr{display:inline-block;padding:15px 10px;border:1px solid #ddd;margin-bottom:15px;}
.payform .qr span{display:block;}
.payform .qr img{width:200px;height:200px;}
.payform .btn{width:200px;}
/*相关文献*/
.wenxian{min-height: 350px;}
/*报告查询*/
.report-form{margin:auto;width:500px;}
.report-form li{padding:10px 0;}
.report-form li label{display:inline-block;width:80px;text-align:right;}
.report-form li input{width:380px;margin-left:10px;}
.report-form .btn{width:180px;margin-left:94px;line-height:45px;margin-top:10px;}

/*地理位置*/
.position-map{height:600px;}
.position-map img{max-width:none!important;}
.position-map input{box-sizing:border-box;padding:3px;height:26px!important;font-size:12px;vertical-align:middle;}
.position-map .BMapLib_ap th,.position-map .BMapLib_ap td{padding:3px;}
.position-map #BMapLib_is_remember_phone{margin-left:5px;}
.position-map .BMapLib_SearchInfoWindow,.position-map .BMapLib_nav_tab_content li{font-family:inherit;}
.position-map .BMapLib_bubble_title{font-weight:bold;}
.position-map .BMapLib_bubble_content{line-height:2;}
.position-map .BMapLib_trans{top:auto!important;}
.position-map .BMapLib_sms_declare_phone{font-size:12px;}

/* 医患交流 */
.department-tab .department-select{min-height:68px;}
.department-tab .department-select li{display:none;min-height:60px;border-bottom:1px solid #ddd;padding-bottom:15px;margin-top:15px;overflow:hidden;}
.department-tab .department-select li a{line-height:30px;margin-right:15px;white-space:nowrap;}
.department-tab .department-select li a span{padding:3px 8px;}
.department-tab .department-select li a.cur span{background:#0EB29A;color:#fff;}
.department-tab .department-select li a.cur span:after{content:"\e615";font-family:"iconfont";}
.department-tab .department-select li:first-child{display:block;}
.question-main .sort{border-bottom:3px solid #E3D3CA;}
.sort a{float:left;display:block;border-bottom:none;margin-right:20px;margin-bottom:-3px;line-height:46px;height:46px;font-weight:normal;}
.sort h2 a.cur{border-bottom:3px solid #0EB29A;font-weight:bold;}
.question-main>.fl{width:69%;}
.question-main>.fr{width:29%;}
.question-list li{overflow:hidden;line-height:36px;height:36px;border-bottom:1px solid #eee;color:#999;}
.question-list li span{display:block;float:left;}
.col-tit{width:70%;}
.col-state{width:15%;}
.col-state:before{content:"\e61f";font-family:"iconfont";color:#ccc;font-size:16px;margin-right:5px;}
.col-state.completed:before{content:"\e623";color:#01B30C;}
.col-time{width:15%;text-align:right;}
.col-cat{color:#666;}
.myask-btn{margin-bottom:15px;}
.myask-btn .btn{width:100%;box-sizing:border-box;height:50px;line-height:50px;font-weight:bold;font-size:16px;}
.right-ask textarea{width:100%;box-sizing:border-box;border:1px solid #ddd;}
.right-ask .question{padding:6px;height:160px;line-height:1.5;}
.right-doctor li{position:relative;min-height:120px;padding-left:95px;margin-bottom:10px;}
.right-doctor li .doctor-img{position:absolute;left:0;top:0;width:85px;height:116px;overflow:hidden;}
.right-doctor li .doctor-img img{width:85px;height:116px;}
.right-doctor li h2 a{vertical-align:middle;font-size:16px;}
.right-doctor li h2 span{vertical-align:middle;background:#63b98c;color:#fff;font-size:12px;padding:2px 6px;font-weight:normal;margin-left:10px;border-radius:3px;}
.right-doctor li p{color:#666;font-size:13px;display:-webkit-box;max-height:92px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal;margin-bottom:0;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.ask-show .ask-tit{position:relative;height:52px;overflow:hidden;padding-left:62px;border-bottom:1px solid #eee;padding-bottom:15px;}
.ask-show .ask-tit .ask-ico{position:absolute;top:0;left:0;display:block;background:#0EB29A;width:52px;height:52px;font-size:30px;color:#fff;text-align:center;line-height:52px;}
.ask-show .ask-tit h1{font-size:18px;font-weight:normal;padding:0;line-height:1.3;margin-bottom:5px;}
.ask-show .ask-tit .asker-info{color:#999;}
.ask-show .ask-tit .asker-info span{display:inline-block;line-height:1;padding-right:20px;margin-right:20px;border-right:1px solid #eee;}
.ask-show .ask-tit .asker-info span:last-child{border:none;}
.ask-show .ask-tit .ask-btn{position:absolute;top:0;right:0;}
.ask-show .ask-tit .ask-btn .btn{width:230px;line-height:52px;}
.ask-content{margin-top:15px;}
.ask-content p{margin:10px auto 15px auto;}
.ask-content i{display:block;color:#999;}
.ask-content span{display:block;color:#999;}
.ask-content .ask-reply{border:1px solid #ddd;background:#f8f8f8;padding:15px;}
.ask-content .replay-info{border-bottom:1px dashed #ccc;margin-bottom:15px;}
.ask-content .replay-info:last-child{margin-bottom:0;border-bottom:0;}
.ask-content .replay-info .btn{width:120px;}
.similar-ask li{float:left;width:33.3%;height:26px;overflow:hidden;box-sizing:border-box;padding-right:15px;}
.similar-ask a{line-height:26px;}
.similar-ask a:before{content:"•";font-weight:bold;color:#0EB29A;margin-right:5px;}
.ask-form dl{position:relative;margin-bottom:10px;}
.ask-form dt{line-height:50px;font-size:16px;}
.ask-form dt i{display:inline-block;width:30px;height:20px;line-height:20px;font-size:14px;text-align:center;margin-right:10px;background:#008059;color:#fff;}
.ask-form .ask-input{padding-right:365px;}
.ask-form .ask-input textarea{display:block;width:100%;box-sizing:border-box;border:1px solid #ddd;padding:5px 8px;line-height:1.5;}
.ask-form .ask-input span{display:inline-block;margin-bottom:10px;}
.ask-form .ask-tip{position:absolute;right:0;top:50px;width:312px;padding:15px;background:#fcf1eb;border:1px solid #f9e8e0;font-size:12px;line-height:1.5;}
.ask-form .ask-tip:before,.ask-form .ask-tip:after{content:"◆";color:#fcf1eb;font-family:simsun;font-size:30px;line-height:0;position:absolute;left:-15px;top:22px;}
.ask-form .ask-tip:before{left:-16px;color:#f9e8e0;}
.ask-company,.ask-mail{width:490px;}
.ask-input select{height:44px;}
.ask-form .Validform_checktip{margin-left:48px;}
.ask-form .ask-input .Validform_error{border-color:#c00;}
.ask-form .letter-pannel{overflow:hidden;font-size:12px;background:#F8F8F8;border:1px solid #ddd;padding:8px;}
.ask-form .letter-pannel span{float:left;display:inline-block;width:10%;}
.ask-form .letter-pannel span a{display:inline-block;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ask-form .letter-pannel span.cur a{background:#0EB29A;color:#fff;padding:0 5px;}
.ask-question{height:177px;}
.ask-check{height:104px;}
.radio{display:inline-block;padding:0 5px;margin-left:5px;}
.radio:before{display:inline-block;font-family:"iconfont";font-size:19px;content:'\e620';margin-right:5px;color:#0EB29A;vertical-align:middle;}
.radio.checked:before{content:'\e61e';}
input.ask-age{width:60px;height:20px;padding:5px;border:1px solid #ddd;}
.ask-input .sel-age{height:32px;border:1px solid #ddd;}
.ask-form .btn{width:180px;line-height:46px;}
.add-ask {display:none;margin-top:15px;}
.add-ask textarea{width:70%;border:1px solid #ddd;padding:5px 8px;line-height:1.5;}
.no-login{border-top:1px solid #ddd;padding-top:10px;}
.no-login .btn{width:100%;background:#666;}
.no-login .btn:hover{background:#888;}
.no-login input{width:278px;}
.msg{display:inline-block;padding:100px;}
.msg .fl{margin-right:15px;}
.msg-info{min-width:600px;}
.msg-info h1{font-size:18px;margin-bottom:15px;}
.msg-info h1 i,.order-info>i{font-weight:normal;font-size:110px;line-height:1.5;margin-right:10px;color:#00A539;display:block;}
.msg-info .red{color:#ea5a54;}
.msg-info a{color:#0EB29A;font-weight:normal;}
.msg-info a:hover{color:#008059;}
.msg-info .btn{width:120px;font-size:16px;line-height:40px;}
.msg-info .btn,.msg-info .btn:hover{color:#fff;}
.msg-link{color:#ddd;word-spacing:.5em;}
.order-info{text-align:left;border:1px solid #ddd;padding:20px 100px;background:#f8f8f8;}
.order-info>i{float:left;margin-right:50px;line-height:240px;}

/* 问卷调查 */
#formwrap{min-height:200px;transition:height 0.8s;-webkit-transition:height 0.8s;}
#formwrap .loading{display:block;line-height:200px;text-align:center;}
.survey{padding:10px 50px;}
.survey h1{text-align:center;font-size:24px;line-height:80px;}
.survey .survey-info{background:#F8F8F8;border:1px dashed #ddd;padding:10px 15px;}
.survey dl{border-bottom:1px dashed #ddd;padding:15px 0;}
.survey dt{font-weight:bold;padding-bottom:10px;}
.survey dd input[type='text'],.survey dd textarea,.survey dd select{padding:8px;line-height:1.2;}
.survey dd input[type='text']{width:30%;}
.survey dd .button{padding:6px;line-height:1.2;vertical-align:middle;}
.survey dd textarea{width:80%;height:120px;}
.survey dd ul{overflow:hidden;}
.survey dd li{overflow:hidden;float:left;margin-right:20px;}
.survey dd li input{float:left;height:26px;margin-right:10px;}
.survey dd label{height:26px;}
.survey dd .Validform_checktip{margin-left:0;min-height:0;}
.survey dd input.code{width:120px;}
.survey dd img{vertical-align:middle;max-width:80px;max-height:80px;}
.survey dd .img-wrap{overflow:hidden;}
.survey .btn{width:160px;line-height:50px;font-size:16px;}
.survey .message{background:#fff;}
.img-preview{overflow:hidden;margin-top:10px;}
.img-preview li{float:left;padding:10px;background:#f4f4f4;margin-right:10px;}
.img-preview li img{width:80px;height:80px;}
.img-preview li span{display:block;line-height:30px;font-size:12px;text-align:center;width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.required dt:after{margin-left:10px;content:'*';color:red;}
.datatime{background:url(../images/datebg.png) no-repeat center right;}
.Validform_checktip{display:block;line-height:30px;min-height:30px;margin-left:10px;color:#999;}
.Validform_checktip:before{font-family:"iconfont";color:#007FD1;font-size:18px;margin-right:5px;}
.Validform_wrong{color:#c00;}
.Validform_wrong:before{color:#c00;}
.Validform_right{color:#71b83d;}
.Validform_right:before{color:#71b83d;}

/* 科室列表  */
.mh800{min-height: 1000px;}
.department-list .lt-index{position:absolute;right:0;top:20px;}
.department-tabs .tab-tit{margin-top:-2px;overflow:hidden;}
.department-tabs .tab-tit a{display: inline-block;min-width: 70px;text-align: center;margin-right: 30px;float: left;font-size: 16px;color: #34a6cb;padding-bottom: 10px;}
.department-tabs .tab-tit a.cur{border-bottom: 3px solid #34a6cb;}
.department-tit{line-height:40px;position:relative;}
.department-tit h3{font-size:18px;}
.department-tit h3 span{vertical-align:middle;background:#63b98c;color:#fff;font-size:12px;padding:2px 6px;font-weight:normal;    margin-left:10px;border-radius:3px}
.department-tit .dm-nav{word-spacing:.5em;color:#ccc;position:absolute;left:365px;}
.department-desc{position:relative;border-top:1px dashed #ddd;padding-top:15px;min-height:75px;}
.department-desc strong{color:#777;font-weight:normal;}
.department-desc p{position:absolute;left:340px;top:15px;text-align:justify;border-left:1px solid #ddd;padding-left:25px;}
.color-sns a{display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;color:#fff;background:#ddd;}
.color-sns a i{font-size:20px;}
.color-sns a.weibo.active{background:#e53048;}
.color-sns a.weixin.active{background:#01b30c;}
.color-sns a.haodf.active{background:#1596ea;}
.qr-wrap{position:fixed;width:200px;height:290px;top:50%;left:50%;background:#fff;padding:10px 20px;margin-left:-110px;margin-top:-120px;border:1px solid rgba(0, 0, 0, 0.3);  border-radius:6px;  box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);}
.qr-wrap span{display:block;line-height:20px;text-align:center;}
.qr-wrap img{width:200px;height:200px;}
.qr-wrap .clearfix{border-bottom:1px solid #ddd;line-height:40px;margin-bottom:10px;}
/*科室设置*/
.search-btn{padding-top: 20px;overflow: hidden;}
.letter-search a{display: inline-block;width: 32px;height: 32px;line-height: 32px;text-align: center;font-size: 16px;border: 1px solid #e4e4e4;background-color: #e4e4e4;margin-right: 3px;}
.letter-search a:first-child{width: 86px;}
.letter-search .cur{background-color: #34a6cb;color: #fff;border: 1px solid #34a6cb;}
.letter-search span{display: inline-block;color: #DADADA;width: 32px;height: 32px;line-height: 32px;text-align: center;font-size: 16px;border: 1px solid #f9f9f9;background-color: #f9f9f9;margin-right: 3px;}
.departlist-mainbar{min-height: 400px;min-width: 1200px;background-color: #f2f2f2;padding: 20px 0;margin-top: 60px;}
.departlist-mainbar .department-tabs{position: relative;}
.departlist-mainbar .department-tabs .tab-tit{position: absolute;top: -59px;left: 0;}

.search-count{font-size: 16px;}
.search-count .total{color: #0eb29a;margin-right: 5px;}
.search-count i{color: #0eb29a;}

.departs-list{margin-left: -40px;}
.departs-list li{width: 544px;height: 185px;padding: 18px;background-color: #fff;margin-bottom: 30px;float: left;margin-left: 40px;}
.departs-list li h2{padding-bottom: 5px;font-size: 20px;color: #0EB29A;font-weight: 400;border-bottom: 1px solid #d7d7d7;}
.departs-list li h2 span{line-height: 36px;font-size: 14px;font-weight: 400;}
.departs-list li a{color: #34a6cb;}
.departs-list .departs-info{padding-top: 10px;}
.departs-list .departs-addr{position: relative;width: 200px;padding-top: 10px;height: 109px;border-right: 1px solid #34a6cb;margin-bottom: 0;margin-right: 10px;}
.departs-list .departs-addr .tellnumber{display: block;position: absolute;bottom: -20px;margin-top: 12px;font-size: 16px;color: #34a6cb;width: 173px;height: 42px;overflow: hidden;line-height: 42px; border: 1px dashed #d3d3d3;}
.departs-list .departs-addr .tellnumber i{margin-left: 20px;margin-right: 10px;color: #34a6cb;}
.departs-list .departs-des{width: 322px;padding-left: 20px;}

.page-btns{display: inline-block;margin-left: auto;margin-right: auto;}
/*科室*/
.department-mes{min-width: 1200px;overflow: hidden;width: 100%;height: 310px;background: center center/100% 100% no-repeat;}

.department-mainbar{width: 935px;padding-left: 265px;margin-top: 20px;}

.text-right{text-align: right;}
.column{margin-bottom: 20px;min-height: 209px;}
.column p{line-height: 20px;}
.column-tit{width: 100%;color: #1488af;height: 36px;font-size: 20px;margin-bottom: 15px;background: url(../images/hr.png) 126px 17px no-repeat;}

.page-column{min-width: 1200px;background-color: #fff;padding: 20px 0;}
.page-column:nth-child(2n){background-color: #F2F2F2;}

.doctorsul{margin-left: -6px;}
.doctorsul li{width: 178px;height: 165px;text-align: center;border: 1px solid #d7d7d7;float: left;margin-left: 8px;margin-bottom: 10px;}
.doctorsul li:hover{box-shadow: 0 0 1px #0eb29a;}
.doctorsul li a{display: block;width: 100%;height: 100%;color: #8B8B8B;}
.doctorsul li a:hover strong{color: #34a6cb;}
.doctorsul li p{margin-bottom: 0;}
.user-head{width: 75px;height: 75px;border: 1px solid #D7D7D7;border-radius: 50%;margin: 10px auto;}
.user-head img{width: 65px;height: 65px;margin-top: 5px;border-radius: 50%;}
.doctorsul li a strong{font-size: 18px;font-weight: 700;color: #1488af;margin-right: 3px;}
.user-depart{height: 30px;line-height: 30px;border-top: 1px solid #d7d7d7;margin-top: 9px;}
.keshi-dongtai li{background-color: #fff;overflow: hidden;margin-bottom: 10px;}
.keshi-dongtai li a{display: block;height: 100%;padding: 15px;}
.keshi-dongtai li a i{color: #D7D7D7;font-size: 12px;}
.keshi-dongtai li a i:hover{color: #34a6cb;}

/*图片集锦*/
.pics-list{}
.pics-list li{width:20%;float:left;height:195px;}
.pics-list li a{display:block;width:100%;}
.pics-list li a img{border:4px solid #fff;display:block;max-width:100%;box-sizing:border-box;}
.pics-list li a span{display:block;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*科室信息*/
.depart-mes{width: 100%;height: 100%;overflow: hidden;}
.depart-mes .depart-name{position: relative;width: 330px;padding-top: 40px;margin: auto;}
.depart-mes .touxiang{display: block;margin: auto;width: 96px;height: 96px;border-radius: 50%;padding: 9px;background-color: #efe8ea;margin-bottom: 20px;}
.depart-mes h1{padding-bottom: 10px;font-size: 24px;color: #0EB29A;font-weight: 700;text-align: center;border-bottom: 1px solid #BCBCBC;}
.depart-mes h1 span{font-size: 18px;margin-left: 10px;color: #797979;font-weight: 400;}
.depart-mes p{text-align: center;margin-top: 15px;}
.depart-mes p span{ padding:0 20px;}
.depart-mes .addr-tell{width: 1000px;margin: auto;}
.depart-mes .addr-tell div{text-align: center;font-weight: 700;color: #999;}
.depart-mes .addr-tell div em{margin-right: 7px;font-size: 14px;font-weight: 400;color: #949494;}
.depart-mes .addr-tell div span{font-size: 16px;}
.doctor-tx{position: absolute;top: 100px;right: 40px;}

.departments-main{position: relative;border-radius: 5px; width: 450px;padding: 20px;margin-left: auto;margin-right: auto;margin-top: 40px;background-color: rgba(238,238,238,0.5);}
.depart-catname h1{padding-bottom: 10px;font-size: 24px;color: #1488af;font-weight: 700;border-bottom: 1px solid #d7d7d7;}
.depart-catname h1 span{font-size: 18px;margin-left: 10px;color: #797979;font-weight: 400;}
.departments-main .addr-tell div{font-weight: 700;color: #999;padding-top: 10px;}
.departments-main .addr-tell div em{margin-right: 7px;font-size: 14px;font-weight: 400;color: #949494;}
.departments-main .addr-tell div span{font-size: 16px;}
.departments-main .addr-tell .tell{padding-left: 40px;}
.departments-main .addr-tell .tell em{margin-left: -40px;}

.department-follow{position: absolute;display:block;width: 45px;height: 45px;top: 17px;right: 48px;background:#fff;color:#0eb29a;border-radius:50%;text-align:center;transition:0.3s;-webkit-transition:0.3s;}
.department-follow:before{font-family:"iconfont";content:"\e631";position: absolute;left: 10px;font-size:26px;}
.department-follow:hover{background:#0EB29A;color:#fff;}
.department-follow.followed:hover{background:#008059;color:#fff;}
.department-follow.followed:before{content:"\e632";}
/*医师介绍*/
.depart-mes .doctor-name{width: 330px;margin: auto;padding-top: 40px;position: relative;}
.depart-mes .doctor-follow{top: 67px;right: 240px;}
/*==排班==*/
.bgf4{background-color: #f4f4f4;}
.ptm20{padding: 20px 0;}
.arrangebar{width: 933px;min-height: 185px;margin-bottom: 20px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.arrangebar-tit{height: 40px;width: 100%;}
.depart-keshi{line-height: 40px;display: inline-block;vertical-align: 28px;font-size: 18px;}
.arrangebar-time{display: inline-block;width: 650px;height: 70px;background-color: #c8e29d;}
.arrangebar-time ul li{float: left;padding-top: 10px;height: 60px;width: 92px;text-align: center;}
.arrangebar-tit .lastbtn{display: inline-block;vertical-align: 20px;margin-left: 10px;margin-right: 10px;}
.arrangebar-tit .nextbtn{display: inline-block;vertical-align: 20px;margin-left: 10px;margin-right: 10px;}

.arrange-column{margin-top: 15px;}
.arrangebar table{width:100%;}
.arrangebar th{width: 94px;height: 47px;text-align: center;font-size: 16px;background-color: #f2f2f2;}
.arrangebar td{width: 94px;height: 47px;text-align: center;}

.arrangebar td p{height: 50px;padding: 0;margin: 0;line-height: 50px;}
.arrangebar td p span{background-color: #c9c9c9;padding: 10px 25px;}
.arrangebar td .am{border-bottom: 1px solid #d7d7d7;}
/* 专家列表  */
.doctor-list .expert-list{margin-left: -12px;}
.doctor-list .expert-list li{float:left;width:190px;padding: 15px 0 0 0;box-sizing:border-box;position:relative;margin-left: 12px;margin-bottom:28px;border: 1px solid #E4E4E4;text-align: center;}
.expert-list li .doctor-img{width:100px;height:120px;overflow:hidden;}
.expert-list li .doctor-img img{/* width:66px;height:66px;border-radius: 50%; */width:80px;height:100px;border: 1px solid #E8E8E8;padding: 6px;}
.expert-list li h2{white-space: nowrap;overflow: hidden;}
.expert-list li h2 a{vertical-align:middle;font-size:18px;font-weight: 700;color: #34a6cb;}
.expert-list li h2 span{transition: all .5s linear;vertical-align:middle;color:#8B8B8B;font-size:12px;padding:2px 6px;font-weight:normal;}
.expert-list li .depart-name{color:#666;font-size:12px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal;margin-bottom:0;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.expert-list li .depart-name a{color: #8b8b8b;}
.expert-list li .depart-name a:hover{color: #0EB29A;}
.expert-list li .goodat{color:#666;font-size:13px;border-top: 1px solid #E4E4E4;display:-webkit-box;height:50px;padding: 0 10px; overflow:hidden;text-overflow:ellipsis;margin-top: 5px;word-wrap:break-word;white-space:normal;margin-bottom:0;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.expert-list li .doctor-expert{position: absolute;z-index: 99;transition: .5s;display: none;width: 100%;height: 24%;bottom: 0;left: 0;color: #fff;padding: 0 20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background-color: rgba(68,68,68,0.76);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#80000000,endColorstr=#80000000)";filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#80000000, endColorstr=#80000000);}
.expert-list li:hover .doctor-expert{display: block;}
.expert-list li:hover .doctor-expert strong{color: #f7dc8d;font-weight: 400;font-size: 16px;}
.expert-list li .doctor-expert .click{display: inline-block;border: 2px solid #34a6cb;margin-top: 6px;color: #0EB29A;padding: 5px 17px;transition: .3s linear;-webkit-transition: .3s linear;}
.expert-list li .doctor-expert .click:hover{background-color: #34a6cb;color:#fff;}
/* 医生详细  */
.doctor-details>.fl{width:65%;}
.doctor-details>.fr{width:30%;}
.doctor-details .content{padding:20px 0;}
.doctor-details .list-item{padding:0;}
.doctor-details .right-video{height:auto;}
.doctor-details .fl .list-tit{border-bottom:1px solid #E3D3CA}
.doctor-details .fl .list-tit .color-info{display:inline-block;margin-left:15px;}
.doctor-details .fl h2{font-size:18px;color:#666;font-weight:normal;}
.doctor-details .doctor-clinic{margin-top:20px;}
.doctor-details .doctor-clinic span{display:block;margin:auto;}
.doctor-resume{position:relative;min-height:192px;padding-left:135px;}
.doctor-resume .doctor-img{position:absolute;left:0;top:0;width:110px;}
.doctor-resume .doctor-img>img{display:block;width:110px;height:150px;}
.doctor-resume h1{font-size:24px;font-weight:normal;line-height:1.5;margin-bottom:5px;}
.doctor-resume h1 span{vertical-align:middle;background:#63b98c;color:#fff;font-size:12px;padding:2px 6px;font-weight:normal;margin-left:10px;border-radius:3px;}
.doctor-resume .keys{display:block;margin:12px auto;min-height:32px;}
.doctor-resume .keys a{display:inline-block;padding:3px 10px;background:#B4DCBA;color:#0eb29a;border-radius:5px;margin-right:5px;transition:0.3s;-webkit-transition:0.3s;}
.doctor-resume .keys a:hover{background:#0EB29A;color:#fff;}
.doctor-resume strong{font-weight:normal;color:#999;}

.doctor-follow{position: absolute;display:block;width: 58px;height: 58px;background:#fff;color:#0eb29a;border-radius:50%;text-align:center;transition:0.3s;-webkit-transition:0.3s;}
.doctor-follow:hover{background:#0EB29A;color:#fff;}
.doctor-follow:before{font-family:"iconfont";content:"\e631";position: absolute;left: 13px;font-size:33px;}
.doctor-follow.followed,.doctor-follow:hover{background:#0EB29A;color:#fff;}
.doctor-follow.followed:hover{background:#008059;color:#fff;}
.doctor-follow.followed:before{content:"\e632";}

.for-weichat{position: absolute;top: 70px;right: 25px;width: 58px;height: 58px;border-radius: 50%;background-color: #FFFFFF;}
.for-weichat .qrimg{width: 40px;height: 40px;margin-left: 9px;margin-top: 9px;}
.for-weichat .doctor-qr{display: none;border: 15px solid #fff;position: absolute;left: 80px;top: -22px;max-width: 120px;max-height: 120px;}
.for-weichat:after{content: "";display: none;position: absolute;top: 30px;left:62px;width: 0;height: 0;border: 10px solid transparent;border-right: 10px solid #fff;}
.for-weichat:hover .doctor-qr{display: block;}
.for-weichat:hover:after{display: block;}
.qr-img{position:absolute;right:0;top:0;width:100px;height:100px;}
.qr-img>span{display:block;text-align:center;line-height:1.2;letter-spacing:.3em;}
.doctor-resume .share{margin-top:12px;}
.doctor-resume .share a{width:30px;}
.myservice{overflow:hidden;margin:20px -1%;}
.myservice a{display:block;width:23%;height:92px;padding:5px 0;line-height:1.5;margin:auto 1%;float:left;text-align:center;color:#ccc;box-sizing:border-box;border:1px solid #ddd;}
.myservice a.opened{background:#0EB29A;color:#fff;border-color:#0EB29A;transition:0.3s;-webkit-transition:0.3s;}
.myservice a.opened:hover{background:#008059;}
.myservice a.disabled{cursor:default;}
.myservice a i{display:block;font-size:36px;}
.doctor-right .list-item{margin-bottom:25px;}
.doctor-right .list-tit{line-height:1;height:35px;}
.doctor-right .list-tit h2 span:before{content:"";position:absolute;bottom:-3px;left:-5px;width:30px;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;overflow:hidden;background:#0EB29A;}
.literature li{padding:10px 0;border-bottom:1px dashed #ddd;}
.literature li:last-child{border:none;}
.literature h3{line-height:1.8;font-size:16px;font-weight:normal;/*max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;*/}
.literature h3:before{content:'\e605';font-family:iconfont;color:#009966;margin-right:5px;}
.literature span{display:block;font-size:12px;}
.details-clinic .doctor-clinic{margin-right:20px;min-height:157px;}
.details-clinic .doctor-clinic table{display:none;}
.details-clinic .doctor-date{background:#f4f4f4;padding:10px 20px;}
.details-clinic .doctor-date .fl{width:20%;}
.details-clinic .doctor-date .fr{width:70.95%;}
.details-clinic .week-wrap li{width:75px;}

/* 医学教育  */
.profile-info a.fl{line-height:0;}
.profile-info img{margin-right:20px;height:208px;}
.profile-info p{font-size:13px;display:-webkit-box;max-height:175px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal;-webkit-line-clamp:7;-webkit-box-orient:vertical;}
.profile-info a{color:#008059;}
.profile-info a:hover{color:#0eb29a;}
.profile-info a i{display:inline;font-size:14px;}
.edu-info{margin-left:350px;}
.inner-row .right-list,.profile-info{height:208px;}
.inner-expert{overflow:hidden;margin-left:-1.33%;margin-right:-1.33%;}
.inner-expert li{float:left;width:14%;overflow:hidden;margin-left:1.33%;margin-right:1.33%;}
.inner-expert li:last-child{margin-right:0;}
.inner-expert li a{display:block;width:113px;height:155px;position:relative;}
.inner-expert li img{width:114px;height:155px;position:absolute;left:50%;margin-left:-57px;}
.inner-expert a .expert-info{display:block;position:absolute;left:0;right:0;bottom:0;height:40px;line-height:40px;text-align:center;background-image:url(../images/gradient-bg.png);background-position:center;transition:background-position 0.3s;-webkit-transition:background-position 0.3s;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.inner-expert a:hover .expert-info{background-position:left center;}

/* 人物列表  */
.person-list{margin-left:-1%;margin-right:-1%;}
.person-list li{float:left;width:10.5%;height:225px;margin-left:1%;margin-right:1%;margin-bottom:25px;text-align:center;}
.person-list li img{height:165px;}
.person-list li strong{display:block;}
.person-list li p{font-size:12px;color:#999;height:42px;}

/* 护理天地  */
.angel-pic{overflow:hidden;height:156px;margin-left:-1.5%;margin-right:-1.5%;}
.angel-pic li{width:13.66%;margin:0 1.5% 0 1.5%;}
.angel-pic li>a{line-height:0;height:120px;}
.nursing-special{height:156px;}
.nursing-special li>a{height:120px;line-height:0;overflow:hidden;}

/* 专题专栏  */
.special-list ul{margin-left:-1%;margin-right:-1%;}
.special-list li{width:23%;margin-left:1%;margin-right:1%;margin-bottom:15px;float:left;overflow:hidden;}
.special-list li a{display:block;padding-bottom:34px;background-color:#0EB29A;position:relative;transition:background 0.3s;-webkit-transition:background 0.3s;}
.special-list li a:hover{background-color:#015ba0;}
.special-list li a span{position:absolute;bottom:0;left:0;right:0;line-height:34px;padding:0 15px;color:#fff;}
.special-list li a,.special-list li a img{width:100%;}

/* 科室投稿排行  */
.ranking{margin:0 50px;}
.strong{font-weight:bold;}
.ranking li{overflow:hidden;line-height:40px;border-bottom:1px dashed #ddd;}
.ranking li span{display:block;float:left;}
.ranking li span.No{width:80px;}

/* 会员中心 */
.subweb{background:#fff;}
.subweb .logo img{height:50px;}
.subname{line-height:50px;margin-left:15px;padding-left:15px;font-size:30px;border-left:1px solid #ddd;color:#0eb29a;}
.member .logo-row{height:50px;border-bottom:1px solid #0EB29A;}
.member-box{margin-top:25px;}
.member-box>.fl,.membe-box>.fr{min-height:600px;}
.member-box>.fl{width:18%;border-right:1px solid #ddd;}
.member-box>.fr{width:78%;}
.member-menu ul{border-top:1px solid #ddd;padding:10px 0;}
.member-menu li{line-height:35px;}
.member-menu li i{width:20px;text-align:center;font-size:18px;margin-right:10px;color:#0eb29a;}
.member-menu li a{display:block;padding:0 10px;}
.member-menu li a.cur,.member-menu li a.cur:hover{background:#0eb29a;color:#fff;}
.member-menu li a.cur i{color:#fff;}
.member-menu li a:hover{background:#f8f8f8;color:#0eb29a;}
.member .Validform_checktip{display:inline;}
.member .Validform_checktip:before{content:"\e61a";}
.member-info{padding-top:15px;padding-bottom:15px;padding-left:15px;}
.member-info i{color:#ccc;margin:auto 5px;font-size:22px;font-weight:normal;} 
.member-info .authed{color:#0eb29a;}
.data-filter,.data-create{padding:15px 0;}
.data-filter input,.data-filter .btn{height:16px;line-height:18px;padding:8px 10px;vertical-align:middle;margin-right:10px;}
.data-filter .btn{min-width:100px;}
.data-filter .data-filter-item{margin-right:10px;}
.data-filter select{height:34px;min-width:100px;margin-right:10px;}
.data-filter .datatime{width:110px;}
.data-create{text-align:right;}
.data-list{margin-top:18px;}
.data-list th{background:#eceff4;padding:8px 10px;font-weight:bold;}
.data-list td{padding:8px 10px;border-bottom:1px solid #eceff4;}
.data-list tr:hover td{background:#f9f9f9;}
.data-list tr td:last-child{color:#ccc;word-spacing:.5em;}
.data-list .price{color:#f90;}
.data-list .red{color:#ea5a54;}
.data-list .blue{color:#54a0ea;}
.data-list .orange{color:#e49548;}
.data-list .green{color:#63b98c;}
.data-list .disabled{color:#ddd;cursor:default;}
.data-list .handle{width:20%;}
.data-list td a{color:#0eb29a;}
.data-list td a:hover{text-decoration:underline;}
.bind-qr .btn{vertical-align:middle;}
.list-show{margin-bottom:10px;}
.list-show h3{line-height:40px;border-bottom:1px solid #ddd;margin-bottom:5px;}
.list-show li{line-height:34px;}
.list-show li:hover{background:#f4f4f4;}
.list-show li label{display:inline-block;width:80px;vertical-align:middle;color:#999;}
.list-show li a{display:inline;}
.list-show .btn{width:120px;line-height:46px;margin-top:20px;}
.data-list .nodata{color:#ccc;padding:50px 0;}
.data-list .nodata i{font-size:80px;line-height:1;}
.data-list .nodata span{display:block;font-size:16px;}
/*会员中心报告详情*/
.report{border:1px solid #e4e4e4;margin:20px 0;}
.report th{font-weight:bold;padding:10px 10px;}
.report td{padding:5px 10px;}
.report-head{font-size:15px;}
.report-head span{color:#a6a4a4;}
.report-info tr{border-bottom:1px solid #e4e4e4;}
.report-info tr:hover{background-color:#f9f9f9;}
.report .report-tit{background-color:#eceff4!important;color:#797979;}

/* 网站地图 */
.site-map dl{padding:10px 0;border-bottom:1px dashed #ddd;}
.site-map dt{font-size:16px;line-height:30px;font-weight:bold;}
.site-map dd{overflow:hidden;}
.site-map dd span{display:block;margin-right:10px;float:left;}
.site-map dd span a:after{content:"|";color:#ddd;margin-left:10px;}
.site-map dd span:last-child a:after{content:"";}
.site-map dd p{overflow:hidden;}
.site-map dd strong{display:block;color:#999;}

/*疾病百科*/
.disease-list a{display:inline;}
.disease-list h2{font-size:18px;}
.disease-list li{border-bottom:1px solid #ddd;padding:5px 0;}
.disease-tit{line-height:40px;}
.disease-tit .fr,.disease-department{color:#ccc;word-spacing:.5em;}
.disease-summary{color:#777;}
.disease-department span{color:#999;}
#disease.content .tab-tit{margin-top:-2px;overflow:hidden;border-left:1px solid #ddd;}
#disease.content .tab-tit a{display:block;width:14.285%;border:1px solid #ddd;background:#f9f9f9;font-weight:bold;color:#999;line-height:38px;margin-left:-2px;text-align:center;float:left;}
#disease.content .tab-tit a.cur{color:#444;background:#fff;border-bottom-color:#fff;border-top:2px solid #0eb29a}
.disease-desc{background:#f9f7f4;border:1px solid #eee4d6;border-bottom:none;margin-top:25px;}
.disease-desc ul{overflow:hidden;}
.disease-desc ul li{width:50%;float:left;line-height:42px;border-bottom:1px solid #eee4d6;}
.disease-desc ul li i{color:#999;margin-left:15px;}
.disease-detailed{padding:15px 0;}
.tips-info{color:#b94a48;}

/*招聘信息*/
/*列表页*/
.job-head{padding:10px 15px;background-color:#f8f8f8;}
.job-head span{display:block;width:25%;color:#888;font-size:14px;}
.job-list .list-tit{border-color:#f4f4f4;}
.job-list .list-tit{position: relative;}
.job-list .list-tit .doctor-search{position: absolute;right: 0;top: 10px;}
/*.job-list .list-tit h2 span {font-weight:bold;border-bottom:2px solid #999;display:inline-block;line-height:46px;margin-bottom:-2px;}*/
.job-list li{padding:0 10px;line-height:40px;height:40px;border-bottom:1px solid #f2f6fd;transition:background-color .3s;}
.job-list li:hover .operate{display:block;}
.job-list li:hover{background-color:#f9f9f9;}
.job-list li span{font-size:14px;}
.job-list a:hover span{color:#0eb29a;}
.job-list li [class*="col"]{display:block;height:100%;} 
.job-list .col-4{width:30%;}
.job-list .col-3{width:25%;}
.job-list .col-1{width:10%;}
.file-text{font-size:15px;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.file-text:before{content:"•";font-weight:bold;color:#0eb29a;margin-right:5px;}
.file-name{width:80%;padding-right:78px;box-sizing:border-box;position:relative;}
.operate{position:absolute;right:0;top:0;height:100%;width:78px;display:none;}
.operate a{display:inline-block;position:relative;width:30px;height:100%;text-align:center;font-weight:bold;line-height:45px;}
.operate a em{position:absolute;bottom:0;right:0;display:none;}
.operate a:before{font-family:"iconfont";font-size:18px;vertical-align:top;margin-right:5px;color:#0eb29a;}
.operate .a-job:before{content:"\e640";}
.operate .f-job:before{content:"\e631";}
.operate .a-job.a-ed-job:before{content:"\e641";}
.operate .f-job.f-ed-job:before{content:"\e632";}
.j-btn{display:inline-block;}
/*详情页*/
.content .hr-tit{position:relative;height:38px;padding:0;line-height:38px;color:#666;font-size:16px;background-color:#f5f5f5;}
.content .hr-tit:before{content:'';display:inline-block;width:5px;height:20px;margin-right:10px;vertical-align:middle;background:#0eb29a;}
.content .hr-msg{padding:15px 15px;}
.content .hr-msg p{font-size:14px;margin-bottom:0!important;}
.hr-content{margin-top:25px;}
.hr-detail{background-color:#f5f5f5;padding:20px 15px;box-sizing:border-box;}
.hr-info>.fl{width:85%;}
.hr-info h1{font-weight:bold;padding:0 0 10px;}
.hr-info .hr-keyword{min-width:30%;color:#999;}
.hr-info .hr-keyword strong{font-weight:normal;color:#444;}
.hr-operate{padding-top:15px;}
.hr-operate a{display:block;width:110px;margin-bottom:10px;}
.hr-operate a:before{font-family:"iconfont";font-size:16px;vertical-align:top;margin-right:5px;}
.job-apply:before{content:"\e640";}
.job-apply.applied:before{content:"\e641";}
.hr-operate .job-apply.disabled{background:#f1f1f1;border-color:#aaa;color:#aaa;cursor:no-drop;}
.job-follow:before{content:"\e631";}
.job-follow.followed:before{content:"\e632";}
.job-info-bottm{color:#999;line-height:40px;border-top:1px solid #f2f2f2;overflow:hidden;margin-top:15px;}

/*投票*/
.vote-list{min-height:200px;transition:height 0.8s;-webkit-transition:height 0.8s;}
.vote-list .loading{display:block;line-height:200px;text-align:center;}
.vote-info{padding:15px;border:1px dashed #ddd;background:#f8f8f8;margin-bottom:20px;}
.picvote{overflow:hidden;margin:0 -1%;}
.picvote li{float:left;width:23%;margin:0 1% 25px 1%;text-align:center;background:#f5f5f5;overflow:hidden;}
.picvote li a{display:block;line-height:0;overflow:hidden;}
.picvote li img{display:block;height:176px;margin:auto;}
.picvote li span{display:block;line-height:40px;}
.vote-list .mt25{text-align:center;}
.vote-list .btn{width:180px;font-size:16px;}
.txtvote li{border-bottom:1px dashed #ddd;line-height:40px;padding-left:20px;overflow:hidden;}
.txtvote li:hover{background:#f4f4f4;}
.txtvote span{display:inline-block;float:left;}
.txtvote .perbg{width:55%;background:#ddd;line-height:1;height:14px;overflow:hidden;margin:13px 0;}
.txtvote .option{width:35%;}
.txtvote .optionval{width:10%;text-align:right;}
.vote-list .show-btn{width:100px;background:#666;}
.vote-list .show-btn:hover{background:#888;}
.vote-list .tips{line-height:40px;color:#e33;}
.vote-result .optionval{width:10%;text-align:right;}
.vote-list.ajax{margin-top:20px;}
.ranking{padding:15px 10px;border-top:1px solid #ddd;}
.ranking .fl,.ranking .fr,.vote-per{line-height:14px;height:14px;}
.ranking .fl{width:60%;background:#ddd;text-align:left;font-size:0;}
.ranking .fr{width:40%;text-align:right;}
.vote-per{display:inline-block;background:#0eb29a;vertical-align:middle;}
.vote-result .th{font-weight:bold;}
.vote-result li{overflow:hidden;border-bottom:1px dashed #ddd;line-height:40px;padding:0 20px;}
.vote-result li:hover{background:#f4f4f4;}
.vote-result span{float:left;}
.vote-result .rank{width:5%;}
.vote-result .rank i{display:inline-block;text-align:center;line-height:1;background:#888;color:#fff;min-width:20px;padding:3px 5px;}
.vote-result .top1 i{background:#fc6c6c;}
.vote-result .top2 i{background:#ffa169;}
.vote-result .top3 i{background:#ffc861;}
.vote-result .perbg{width:55%;}
.vote-result .name{width:30%;}

/*会议详细页*/
.meet-info{background:#f5f5f5;padding:15px;margin:20px 0;position:relative;}
.meet-info h2{font-weight:normal;}
.meet-info h2 span{color:#999;}
.meet-reg-btn{position:absolute;right:15px;top:35px;}
.meet-reg-btn .btn{width:110px;}
.meet-reg-btn .btn:before{font-family:"iconfont";font-size:16px;vertical-align:top;margin-right:5px;}
.meet-reg-btn .btn:before{content:"\e640";}
.meet-form{background:#fff;border-top:5px solid #008059;padding:0 20px 30px 20px;width:500px;position:fixed;left:50%;top:50%;margin-left:-280px;margin-top:-250px;}
.meet-form .close{top:14px;right:20px;}
.meet-form dl{overflow:hidden;padding:5px 0;}
.meet-form .required dt:before{margin-right:10px;content:'*';color:red;}
.meet-form .required dt:after{display:none;}
.meet-form dt{float:left;width:80px;line-height:44px;text-align:right;margin-right:10px;}
.meet-form dd input[type="text"]{width:320px;}
.meet-form .btn{display:block;width:160px;margin:auto;margin-top:10px;}
.meet-qr{text-align:center;}
.meet-qr span{display:block;}
@media (max-width:1320px) {
  .aside{right:-50px;}
}
@media (max-height:735px){
  .aside .aside-follow{display:none;}
}

/* LightBox */
body:after{display:none}
.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}
.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400}
.lightbox .lb-image{display:block;height:auto;max-width:inherit;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}
.lightbox a img{border:none}
.lb-outerContainer{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}
.lb-outerContainer:after{content:"";display:table;clear:both}
.lb-container{padding:4px}
.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}
.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading-gray.gif) no-repeat}
.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}
.lb-container>.nav{left:0}
.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}
.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}
.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}
.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}
.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}
.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}
.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}
.lb-dataContainer:after{content:"";display:table;clear:both}
.lb-data{padding:0 4px;color:#ccc}
.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}
.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}
.lb-data .lb-number{display:none!important;clear:left;padding-bottom:1em;font-size:12px;color:#999}
.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}
.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

/*.Slider_plugin*/
.slick-slider{position: relative;display: block;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;}
.slick-track:before,.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;outline: none;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}

/*MP3播放器*/
.audioplayer{height:2.5em;color:#fff;text-shadow:1px 1px 0 #000;border:1px solid #222;position:relative;z-index:1;background:#333}
.audioplayer-mini{width:2.5em;margin:0 auto}
.audioplayer>div{position:absolute}
.audioplayer-playpause{width:2.5em;height:100%;text-align:left;text-indent:-9999px;cursor:pointer;z-index:2;top:0;left:0}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause{border-right:1px solid #555;border-right-color:rgba(255,255,255,.1)}
.audioplayer-mini .audioplayer-playpause{width:100%}
.audioplayer-playpause:focus,.audioplayer-playpause:hover{background-color:#222}
.audioplayer-playpause a{display:block}
.audioplayer-stopped .audioplayer-playpause a{width:0;height:0;border:.5em solid transparent;border-right:none;border-left-color:#fff;content:'';position:absolute;top:50%;left:50%;margin:-.5em 0 0 -.25em}
.audioplayer-playing .audioplayer-playpause a{width:.75em;height:.75em;position:absolute;top:50%;left:50%;margin:-.375em 0 0 -.375em}
.audioplayer-playing .audioplayer-playpause a:after,.audioplayer-playing .audioplayer-playpause a:before{width:40%;height:100%;background-color:#fff;content:'';position:absolute;top:0}
.audioplayer-playing .audioplayer-playpause a:before{left:0}
.audioplayer-playing .audioplayer-playpause a:after{right:0}
.audioplayer-time{width:4.375em;height:100%;line-height:2.375em;text-align:center;z-index:2;top:0}
.audioplayer-time-current{border-left:1px solid #111;border-left-color:rgba(0,0,0,.25);left:2.5em}
.audioplayer-time-duration{border-right:1px solid #555;border-right-color:rgba(255,255,255,.1);right:2.5em}
.audioplayer-novolume .audioplayer-time-duration{border-right:0;right:0}
.audioplayer-bar{height:.875em;background-color:#222;cursor:pointer;z-index:1;top:50%;right:6.875em;left:6.875em;margin-top:-.438em}
.audioplayer-novolume .audioplayer-bar{right:4.375em}
.audioplayer-bar div{width:0;height:100%;position:absolute;left:0;top:0}
.audioplayer-bar-loaded{background-color:#333;z-index:1}
.audioplayer-bar-played{background:#007fd1;z-index:2}
.audioplayer-volume{width:2.5em;height:100%;border-left:1px solid #111;border-left-color:rgba(0,0,0,.25);text-align:left;text-indent:-9999px;cursor:pointer;z-index:2;top:0;right:0}
.audioplayer-volume:focus,.audioplayer-volume:hover{background-color:#222}
.audioplayer-volume-button{width:100%;height:100%}
.audioplayer-volume-button a{width:.313em;height:.375em;background-color:#fff;display:block;position:relative;z-index:1;top:40%;left:35%}
.audioplayer-volume-button a:after,.audioplayer-volume-button a:before{content:'';position:absolute}
.audioplayer-volume-button a:before{width:0;height:0;border:.5em solid transparent;border-left:none;border-right-color:#fff;z-index:2;top:50%;right:-.25em;margin-top:-.5em}
.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after{width:.313em;height:.313em;border:.25em double #fff;border-width:.25em .25em 0 0;left:.563em;top:-.063em;-webkit-border-radius:0 .938em 0 0;-moz-border-radius:0 .938em 0 0;border-radius:0 .938em 0 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.audioplayer-volume-adjust{height:6.25em;cursor:default;position:absolute;left:0;right:-1px;top:-9999px;background:#333}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust{opacity:0}
.audioplayer-volume:hover .audioplayer-volume-adjust{top:auto;bottom:100%}
.audioplayer-volume-adjust>div{width:40%;height:80%;background-color:#222;cursor:pointer;position:relative;z-index:1;margin:30% auto 0}
.audioplayer-volume-adjust div div{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#007fd1}
.audioplayer-novolume .audioplayer-volume{display:none}
.audioplayer-volume-adjust{-webkit-box-shadow:-2px -2px 2px rgba(0,0,0,.15),2px -2px 2px rgba(0,0,0,.15);-moz-box-shadow:-2px -2px 2px rgba(0,0,0,.15),2px -2px 2px rgba(0,0,0,.15);box-shadow:-2px -2px 2px rgba(0,0,0,.15),2px -2px 2px rgba(0,0,0,.15)}
.audioplayer-bar,.audioplayer-volume-adjust>div{-webkit-box-shadow:-1px -1px 0 rgba(0,0,0,.5),1px 1px 0 rgba(255,255,255,.1);-moz-box-shadow:-1px -1px 0 rgba(0,0,0,.5),1px 1px 0 rgba(255,255,255,.1);box-shadow:-1px -1px 0 rgba(0,0,0,.5),1px 1px 0 rgba(255,255,255,.1)}
.audioplayer-bar-played,.audioplayer-volume-adjust div div{-webkit-box-shadow:inset 0 0 5px rgba(255,255,255,.5);-moz-box-shadow:inset 0 0 5px rgba(255,255,255,.5);box-shadow:inset 0 0 5px rgba(255,255,255,.5)}
.audioplayer-playpause,.audioplayer-volume a{-webkit-filter:drop-shadow( 1px 1px 0 #000 );-moz-filter:drop-shadow( 1px 1px 0 #000 );-ms-filter:drop-shadow( 1px 1px 0 #000 );-o-filter:drop-shadow( 1px 1px 0 #000 );filter:drop-shadow( 1px 1px 0 #000 )}
.audioplayer,.audioplayer-volume-adjust{background:-webkit-gradient(linear,left top,left bottom,from(#444),to(#222));background:-webkit-linear-gradient(top,#444,#222);background:-moz-linear-gradient(top,#444,#222);background:-ms-radial-gradient(top,#444,#222);background:-o-linear-gradient(top,#444,#222);background:linear-gradient(to bottom,#444,#222)}
.audioplayer-bar-played{background:-webkit-gradient(linear,left top,right top,from(#007fd1),to(#c600ff));background:-webkit-linear-gradient(left,#007fd1,#c600ff);background:-moz-linear-gradient(left,#007fd1,#c600ff);background:-ms-radial-gradient(left,#007fd1,#c600ff);background:-o-linear-gradient(left,#007fd1,#c600ff);background:linear-gradient(to right,#007fd1,#c600ff)}
.audioplayer-volume-adjust div div{background:-webkit-gradient(linear,left bottom,left top,from(#007fd1),to(#c600ff));background:-webkit-linear-gradient(bottom,#007fd1,#c600ff);background:-moz-linear-gradient(bottom,#007fd1,#c600ff);background:-ms-radial-gradient(bottom,#007fd1,#c600ff);background:-o-linear-gradient(bottom,#007fd1,#c600ff);background:linear-gradient(to top,#007fd1,#c600ff)}
.audioplayer-bar,.audioplayer-bar div,.audioplayer-volume-adjust div{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.audioplayer{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}
.audioplayer-volume-adjust{-webkit-border-top-left-radius:2px;-webkit-border-top-right-radius:2px;-moz-border-radius-topleft:2px;-moz-border-radius-topright:2px;border-top-left-radius:2px;border-top-right-radius:2px}
.audioplayer *,.audioplayer :after,.audioplayer :before{-webkit-transition:color .25s ease,background-color .25s ease,opacity .5s ease;-moz-transition:color .25s ease,background-color .25s ease,opacity .5s ease;-ms-transition:color .25s ease,background-color .25s ease,opacity .5s ease;-o-transition:color .25s ease,background-color .25s ease,opacity .5s ease;transition:color .25s ease,background-color .25s ease,opacity .5s ease}




.asides {
	position: fixed;
	width: 70px;
	text-align: center;
	height:490px;
	right: 0;
	top: 50%;
	z-index: 99;
	box-sizing: border-box;
	margin-top: -268px;
	transition: right 0.3s;
	-webkit-transition: right 0.3s;
	background-color: #fff;
	box-shadow: -5px 5px 5px rgba(0,0,0,0.09)
}

.asides>.icon-box {
	padding-left: 10px;
	padding-right: 10px
}

.asides a {
	display: block;
	height: 100%;
	box-sizing: border-box
}

.asides .aside-service {
	margin-bottom: 14px
}

.asides .aside-service li {
	position: relative
}

.asides .aside-service li a {
	padding-top: 5px;
	color: #999
}

.asides .aside-service li a:hover {
	color: #0096d7
}

.asides .aside-service li a:hover i {
	color: #0096d7;
	animation-name: tada;
	transform-origin: center
}

.asides .aside-service li a i {
	font-size: 28px
}

.asides .aside-service li a span {
	display: block;
	font-size: 12px
}

.asides .aside-follow {
	border-top: 1px solid #e4e4e4;
	padding-top: 10px
}

.asides .aside-follow a {
	color: #0c6;
	line-height: 40px;
	position: relative
}

.asides .aside-follow a:first-child {
	color: #0096d7
}



.asides .aside-follow a:hover .img-wp {
	animation: popFadeIn .5S;
	display: block
}

.asides .aside-follow a i {
	font-size: 32px
}

.asides .aside-follow a .img-wp {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: -100px;
	border-radius: 5px;
	border: 2px solid #fff;
	box-shadow: 0 5px 20px rgba(174,174,174,0.5)
}

.asides .aside-follow a .img-wp:after {
	content: "";
	border: 8px solid transparent;
	border-left-color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: -16px
}

.asides .aside-follow a .img-wp img {
	width: 76px;
	height: 76px;
	display: block
}

.asides .gotop {
	background: url(../images/nav-bg.png);
	background: linear-gradient(135deg, #0067bb 0%, #0a9e45 100%);
	background-size: contain;
	height: 38px;
	line-height: 38px;
	color: #fff;
	border-bottom: none
}

.asides .gotop:hover {
	background: linear-gradient(135deg, #005397 0%, #09903f 100%)
}

.asides .gotop a {
	padding-top: 0
}

.asides .gotop a i {
	color: #fff
}
