body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, STHeiti, "Microsoft Yahei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.time {
  font-weight: normal;
}
h1 {
  font-size: 28px;
  line-height: 35px;
}
h2 {
  font-size: 24px;
  line-height: 33px;
}
h3 {
  font-size: 20px;
  line-height: 27px;
}
h4 {
  line-height: 25px;
}
h5 {
  line-height: 20px;
}
h6 {
  line-height: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: none;
  font-weight: normal;
  /*font-family: "Open Sans", Arial, sans-serif;*/
}
.ik_body {
  width: 1200px;
  margin: 0 auto;
}
/* Spacements */
/* spacement top & bottom */
.m-none {
  margin: 0 !important;
}
.m-auto {
  margin: 0 auto !important;
}
.m-xs {
  margin: 5px !important;
}
.m-sm {
  margin: 10px !important;
}
.m-md {
  margin: 15px !important;
}
.m-lg {
  margin: 20px !important;
}
.m-xl {
  margin: 25px !important;
}
.m-xlg {
  margin: 30px !important;
}
/* spacement top	*/
.mt-none {
  margin-top: 0 !important;
}
.mt-xs {
  margin-top: 5px !important;
}
.mt-sm {
  margin-top: 10px !important;
}
.mt-md {
  margin-top: 15px !important;
}
.mt-lg {
  margin-top: 20px !important;
}
.mt-xl {
  margin-top: 25px !important;
}
.mt-xlg {
  margin-top: 30px !important;
}
/* spacement bottom	*/
.mb-none {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: 5px !important;
}
.mb-sm {
  margin-bottom: 10px !important;
}
.mb-md {
  margin-bottom: 15px !important;
}
.mb-lg {
  margin-bottom: 20px !important;
}
.mb-xl {
  margin-bottom: 25px !important;
}
.mb-xlg {
  margin-bottom: 30px !important;
}
.mb-xxl {
  margin-bottom: 40px !important;
}
.mb-xxxl {
  margin-bottom: 50px !important;
}
/* spacement left	*/
.ml-none {
  margin-left: 0 !important;
}
.ml-xs {
  margin-left: 5px !important;
}
.ml-sm {
  margin-left: 10px !important;
}
.ml-md {
  margin-left: 15px !important;
}
.ml-lg {
  margin-left: 20px !important;
}
.ml-xl {
  margin-left: 25px !important;
}
.ml-xlg {
  margin-left: 30px !important;
}
/* spacement right	*/
.mr-none {
  margin-right: 0 !important;
}
.mr-xs {
  margin-right: 5px !important;
}
.mr-sm {
  margin-right: 10px !important;
}
.mr-md {
  margin-right: 15px !important;
}
.mr-lg {
  margin-right: 20px !important;
}
.mr-xl {
  margin-right: 25px !important;
}
.mr-xlg {
  margin-right: 30px !important;
}
/* Spacement Padding */
.p-none {
  padding: 0 !important;
}
.p-xs {
  padding: 5px !important;
}
.p-sm {
  padding: 10px !important;
}
.p-md {
  padding: 15px !important;
}
.p-lg {
  padding: 20px !important;
}
.p-xl {
  padding: 25px !important;
}
.p-xlg {
  padding: 30px !important;
}
/* spacement top	*/
.pt-none {
  padding-top: 0 !important;
}
.pt-xs {
  padding-top: 5px !important;
}
.pt-sm {
  padding-top: 10px !important;
}
.pt-md {
  padding-top: 15px !important;
}
.pt-lg {
  padding-top: 20px !important;
}
.pt-xl {
  padding-top: 25px !important;
}
.pt-xlg {
  padding-top: 30px !important;
}
/* spacement bottom	*/
.pb-none {
  padding-bottom: 0 !important;
}
.pb-xs {
  padding-bottom: 5px !important;
}
.pb-sm {
  padding-bottom: 10px !important;
}
.pb-md {
  padding-bottom: 15px !important;
}
.pb-lg {
  padding-bottom: 20px !important;
}
.pb-xl {
  padding-bottom: 25px !important;
}
.pb-xlg {
  padding-bottom: 30px !important;
}
/* spacement left	*/
.pl-none {
  padding-left: 0 !important;
}
.pl-xs {
  padding-left: 5px !important;
}
.pl-sm {
  padding-left: 10px !important;
}
.pl-md {
  padding-left: 15px !important;
}
.pl-lg {
  padding-left: 20px !important;
}
.pl-xl {
  padding-left: 25px !important;
}
.pl-xlg {
  padding-left: 30px !important;
}
/* spacement right	*/
.pr-none {
  padding-right: 0 !important;
}
.pr-xs {
  padding-right: 5px !important;
}
.pr-sm {
  padding-right: 10px !important;
}
.pr-md {
  padding-right: 15px !important;
}
.pr-lg {
  padding-right: 20px !important;
}
.pr-xl {
  padding-right: 25px !important;
}
.pr-xlg {
  padding-right: 30px !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.border-none {
  border: 0px;
}
.panel-box {
  /*    box-sizing: border-box;
    border-top: 1px solid #CCC;
    border-top-width: 4px;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 30px;*/
  padding: 20px;
  border: 1px solid #ccc;
}
.panel-box:not(.panel-bg-none).panel-bg-white {
  background: #FDFDFD;
}
.panel-box:not(.panel-bg-none).panel-bg-default {
  background: #F5F5F5;
  background: -webkit-linear-gradient(top, #ffffff 1%, #fcfcfc 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, #ffffff 1%, #fcfcfc 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.panel-box > img {
  margin-left: auto;
  margin-right: auto;
}
.panel-box.panel-box-top-none {
  border-top: 1px solid #DFDFDF;
  border-top-width: 1px;
}
.panel-box.panel-box-sm {
  padding: 20px;
}
.panel-box.panel-box-sm hr {
  margin: 15px 0;
}
.panel-box.panel-box-sm blockquote {
  padding: 0px 20px;
  margin: 0 0 10px;
}
.panel-box.panel-box-sm p {
  margin: 0 0 10px;
}
.panel-box.panel-box-top-sm {
  border-top: 1px solid #DFDFDF;
  border-top-width: 2px;
}
.panel-box h1,
.panel-box h2,
.panel-box h3,
.panel-box h4,
.panel-box h5,
.panel-box h6 {
  text-transform: none;
}
.panel-box blockquote {
  border-color: #ccc;
}
.panel-box.panel-box-primary {
  border-top-color: #08c;
}
.panel-box.panel-box-primary blockquote {
  border-color: #08c;
}
.panel-box.panel-box-secondary {
  border-top-color: #e36159;
}
.panel-box.panel-box-secondary blockquote {
  border-color: #e36159;
}
.panel-box.panel-box-tertiary {
  border-top-color: #2baab1;
}
.panel-box.panel-box-tertiary blockquote {
  border-color: #2baab1;
}
.panel-box.panel-box-recruitment {
  border-top-color: #00c03f;
}
.panel-box.panel-box-recruitment blockquote {
  border-color: #00c03f;
}
.row {
  width: 100%;
  clear: both;
  overflow: hidden;
  /*    .col-banner-1{
        float:left;
        width:145px;
    }

    .col-banner-2{
        float:left;
        width:440px;
    }
    
    .col-banner-3{
        float:left;
        width:375px;
    }*/
  /*    @col_two_12_1_width:(@body_width / 12) * 1 + @col_padding;
    @col_two_12_2_width:(@body_width / 12) * 2 + @col_padding;
    @col_two_12_3_width:(@body_width / 12) * 3 + @col_padding;
    @col_two_12_4_width:(@body_width / 12) * 4 + @col_padding;
    @col_two_12_5_width:(@body_width / 12) * 5 + @col_padding;
    @col_two_12_6_width:(@body_width / 12) * 6 + @col_padding;
    @col_two_12_7_width:(@body_width / 12) * 7 + @col_padding;
    @col_two_12_8_width:(@body_width / 12) * 8 + @col_padding;
    @col_two_12_9_width:(@body_width / 12) * 9 + @col_padding;
    @col_two_12_10_width:(@body_width / 12) * 10 + @col_padding;
    @col_two_12_11_width:(@body_width / 12) * 11 + @col_padding;
    @col_two_12_12_width:@body_width;
    
    @col_two_12_1_last_width:@body_width - @col_two_12_1_width;
    @col_two_12_2_last_width:@body_width - @col_two_12_2_width;
    @col_two_12_3_last_width:@body_width - @col_two_12_3_width;
    @col_two_12_4_last_width:@body_width - @col_two_12_4_width;
    @col_two_12_5_last_width:@body_width - @col_two_12_5_width;
    @col_two_12_6_last_width:@body_width - @col_two_12_6_width;
    @col_two_12_7_last_width:@body_width - @col_two_12_7_width;
    @col_two_12_8_last_width:@body_width - @col_two_12_8_width;
    @col_two_12_9_last_width:@body_width - @col_two_12_9_width;
    @col_two_12_10_last_width:@body_width - @col_two_12_10_width;
    @col_two_12_11_last_width:@body_width - @col_two_12_11_width;
    @col_two_12_12_last_width:@body_width;*/
  /*    @col_two_12_1_width:percentage(((@body_width / 12) * 1 + @col_padding) / @body_width);
    @col_two_12_2_width:percentage(((@body_width / 12) * 2 + @col_padding) / @body_width);
    @col_two_12_3_width:percentage(((@body_width / 12) * 3 + @col_padding) / @body_width);
    @col_two_12_4_width:percentage(((@body_width / 12) * 4 + @col_padding) / @body_width);
    @col_two_12_5_width:percentage(((@body_width / 12) * 5 + @col_padding) / @body_width);
    @col_two_12_6_width:percentage(((@body_width / 12) * 6 + @col_padding) / @body_width);
    @col_two_12_7_width:percentage(((@body_width / 12) * 7 + @col_padding) / @body_width);
    @col_two_12_8_width:percentage(((@body_width / 12) * 8 + @col_padding) / @body_width);
    @col_two_12_9_width:percentage(((@body_width / 12) * 9 + @col_padding) / @body_width);
    @col_two_12_10_width:percentage(((@body_width / 12) * 10 + @col_padding) / @body_width);
    @col_two_12_11_width:percentage(((@body_width / 12) * 11 + @col_padding) / @body_width);
    @col_two_12_12_width:@body_width;*/
}
.row .layout-demo {
  background-color: #ededed;
  min-height: 30px;
}
.row .col-two-12-1 {
  float: left;
  width: 8%;
  margin-right: 0.83%;
}
.row .col-two-12-1.layout-demo {
  background-color: #ededed;
  min-height: 30px;
}
.row .col-two-12-1.layout-demo .row .layout-demo {
  background-color: #656565;
}
.row .col-two-12-1-last {
  float: right;
  width: 91.17%;
}
.row .col-two-12-1-last.layout-demo {
  background-color: #cecece;
  min-height: 30px;
}
.row .col-two-12-1-last.layout-demo .row .layout-demo {
  background-color: #a9a9a9;
}
.row .col-two-12-2 {
  float: left;
  width: 17%;
  margin-right: 0.83%;
}
.row .col-two-12-2.layout-demo {
  background-color: #ededed;
  min-height: 30px;
}
.row .col-two-12-2.layout-demo .row .layout-demo {
  background-color: #656565;
}
.row .col-two-12-2-last {
  float: right;
  width: 82.17%;
}
.row .col-two-12-2-last.layout-demo {
  background-color: #cecece;
  min-height: 30px;
}
.row .col-two-12-2-last.layout-demo .row .layout-demo {
  background-color: #a9a9a9;
}
.row .col-two-12-3 {
  float: left;
  width: 25%;
  margin-right: 0.83%;
}
.row .col-two-12-3.layout-demo {
  background-color: #ededed;
  min-height: 30px;
}
.row .col-two-12-3.layout-demo .row .layout-demo {
  background-color: #656565;
}
.row .col-two-12-3-last {
  float: right;
  width: 74.17%;
}
.row .col-two-12-3-last.layout-demo {
  background-color: #cecece;
  min-height: 30px;
}
.row .col-two-12-3-last.layout-demo .row .layout-demo {
  background-color: #a9a9a9;
}
.row .col-two-12-4 {
  float: left;
  width: 33%;
  margin-right: 0.83%;
}
.row .col-two-12-4.layout-demo {
  background-color: #ededed;
  min-height: 30px;
}
.row .col-two-12-4.layout-demo .row .layout-demo {
  background-color: #656565;
}
.row .col-two-12-4-last {
  float: right;
  width: 66.17%;
}
.row .col-two-12-4-last.layout-demo {
  background-color: #cecece;
  min-height: 30px;
}
.row .col-two-12-4-last.layout-demo .row .layout-demo {
  background-color: #a9a9a9;
}
.row .col-two-12-5 {
  float: left;
  width: 42%;
  margin-right: 0.83%;
}
.row .col-two-12-5.layout-demo {
  background-color: #ededed;
  min-height: 30px;
}
.row .col-two-12-5.layout-demo .row .layout-demo {
  background-color: #656565;
}
.row .col-two-12-5-last {
  float: right;
  width: 57.17%;
}
.row .col-two-12-5-last.layout-demo {
  background-color: #cecece;
  min-height: 30px;
}
.row .col-two-12-5-last.layout-demo .row .layout-demo {
  background-color: #a9a9a9;
}
.row .col-two-12-6 {
  float: left;
  width: 50%;
  margin-right: 0.83%;
}
.row .col-two-12-6.layout-demo {
  background-color: #ededed;
  min-height: 30px;
}
.row .col-two-12-6.layout-demo .row .layout-demo {
  background-color: #656565;
}
.row .col-two-12-6-last {
  float: right;
  width: 49.17%;
}
.row .col-two-12-6-last.layout-demo {
  background-color: #cecece;
  min-height: 30px;
}
.row .col-two-12-6-last.layout-demo .row .layout-demo {
  background-color: #a9a9a9;
}
.row .col-two-12-7 {
  float: left;
  width: 58%;
  margin-right: 0.83%;
}
.row .col-two-12-7.layout-demo {
  background-color: #ededed;
  min-height: 30px;
}
.row .col-two-12-7.layout-demo .row .layout-demo {
  background-color: #656565;
}
.row .col-two-12-7-last {
  float: right;
  width: 41.17%;
}
.row .col-two-12-7-last.layout-demo {
  background-color: #cecece;
  min-height: 30px;
}
.row .col-two-12-7-last.layout-demo .row .layout-demo {
  background-color: #a9a9a9;
}
.row .col-two-12-8 {
  float: left;
  width: 67%;
  margin-right: 0.83%;
}
.row .col-two-12-8.layout-demo {
  background-color: #ededed;
  min-height: 30px;
}
.row .col-two-12-8.layout-demo .row .layout-demo {
  background-color: #656565;
}
.row .col-two-12-8-last {
  float: right;
  width: 32.17%;
}
.row .col-two-12-8-last.layout-demo {
  background-color: #cecece;
  min-height: 30px;
}
.row .col-two-12-8-last.layout-demo .row .layout-demo {
  background-color: #a9a9a9;
}
.row .col-two-12-9 {
  float: left;
  width: 75%;
  margin-right: 0.83%;
}
.row .col-two-12-9.layout-demo {
  background-color: #ededed;
  min-height: 30px;
}
.row .col-two-12-9.layout-demo .row .layout-demo {
  background-color: #656565;
}
.row .col-two-12-9-last {
  float: right;
  width: 24.17%;
}
.row .col-two-12-9-last.layout-demo {
  background-color: #cecece;
  min-height: 30px;
}
.row .col-two-12-9-last.layout-demo .row .layout-demo {
  background-color: #a9a9a9;
}
.row .col-two-12-10 {
  float: left;
  width: 83%;
  margin-right: 0.83%;
}
.row .col-two-12-10.layout-demo {
  background-color: #ededed;
  min-height: 30px;
}
.row .col-two-12-10.layout-demo .row .layout-demo {
  background-color: #656565;
}
.row .col-two-12-10-last {
  float: right;
  width: 16.17%;
}
.row .col-two-12-10-last.layout-demo {
  background-color: #cecece;
  min-height: 30px;
}
.row .col-two-12-10-last.layout-demo .row .layout-demo {
  background-color: #a9a9a9;
}
.row .col-two-12-11 {
  float: left;
  width: 92%;
  margin-right: 0.83%;
}
.row .col-two-12-11.layout-demo {
  background-color: #ededed;
  min-height: 30px;
}
.row .col-two-12-11.layout-demo .row .layout-demo {
  background-color: #656565;
}
.row .col-two-12-11-last {
  float: right;
  width: 7.17%;
}
.row .col-two-12-11-last.layout-demo {
  background-color: #cecece;
  min-height: 30px;
}
.row .col-two-12-11-last.layout-demo .row .layout-demo {
  background-color: #a9a9a9;
}
.row .col-two-12-12 {
  float: left;
  width: 100%;
  margin-right: 0.83%;
}
.row .col-two-12-12.layout-demo {
  background-color: #ededed;
  min-height: 30px;
}
.row .col-two-12-12.layout-demo .row .layout-demo {
  background-color: #656565;
}
.row .col-two-12-12-last {
  float: right;
  width: -0.83%;
}
.row .col-two-12-12-last.layout-demo {
  background-color: #cecece;
  min-height: 30px;
}
.row .col-two-12-12-last.layout-demo .row .layout-demo {
  background-color: #a9a9a9;
}
.row .col-md-4:nth-child(1) {
  float: left;
  width: 393.33333333px;
}
.row .col-md-4:nth-child(2) {
  float: left;
  width: 393.33333333px;
  padding-left: 10px;
  padding-right: 10px;
}
.row .col-md-4:nth-child(3) {
  float: right;
  width: 393.33333333px;
}
.row .col-3-1 {
  float: left;
  width: 393.33333333px;
}
.row .col-3-2 {
  float: left;
  width: 393.33333333px;
  margin-left: 9px;
  margin-right: 9px;
}
.row .col-3-3 {
  float: right;
  width: 393.33333333px;
}
.row .col-3-1-last {
  float: right;
  width: 796.66666667px;
  padding-left: 10px;
}
.row .col-12-9-last {
  float: right;
  width: 796.66666667px;
  padding-left: 10px;
}
.row .col-md-6:nth-child(1) {
  float: left;
  width: 590px;
  padding-right: 20px;
}
.row .col-md-6:nth-child(2) {
  float: right;
  width: 590px;
}
.row .col-2-1 {
  float: left;
  width: 590px;
  padding-right: 10px;
}
.row .col-2-2 {
  float: right;
  width: 590px;
}
.row .col-5-1 {
  float: left;
  width: 190px;
  padding-right: 10px;
}
.row .col-5-1-last {
  float: right;
  width: 1000px;
}
.row .col-md-4,
.row .col-md-6,
.row .col-3-1,
.row .col-3-1,
.row .col-3-1 {
  margin: 0px 0px 10px;
}
.row .row {
  width: 100%;
  clear: both;
}
.row .col-md-12,
.row .col-1-1 {
  width: inherit;
}
.row .col-new {
  float: right;
  width: 490px;
  height: 260px;
}
.ik-box {
  border: 1px solid #ccc;
}
.ik-box h2 {
  line-height: 24px;
  overflow: hidden;
  height: 28px;
  padding-top: 4px;
  background: url(/public/theme/medical/images/blockbg.gif) 0 -84px;
  position: relative;
}
.ik-box h2 p {
  /*            &.about{
                background:none;
                width: 52px;
                padding-top: 3px;
                float:right;
            }*/
  font-size: 18px;
  background: url(/public/theme/medical/images/blockbg.gif) 0 -60px #cccccc;
  height: 24px;
  line-height: 24px;
  padding-left: 20px;
  /*            width:73px;*/
  color: #FFF;
  float: left;
}
.ik-box h2 p span {
  background: url(/public/theme/medical/images/blockbg.gif) right -60px;
  display: block;
  height: 24px;
  padding-right: 15px;
}
.ik-box h2 p.about {
  padding-left: 0px;
  background: none;
  width: 52px;
  padding-top: 3px;
  float: right;
}
.ik-box .box-body {
  padding: 5px 10px;
  min-height: 320px;
}
.ik-box .box-body a p {
  color: #000;
}
#ik_tabs {
  position: relative;
}
#ik_tabs ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#ik_tabs ul.tab_title {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
#ik_tabs ul.tab_title li {
  float: left;
  padding: 0 15px;
  border: 0px solid #A1AFB9;
  border-bottom: none;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
  font-size: 17px;
}
#ik_tabs ul li a {
  text-decoration: none;
}
#ik_tabs ul li.active {
  font-weight: bold;
  border-bottom: 2px solid #009BD6;
}
#ik_tabs ul li.active:hover {
  color: #2a6496;
}
#ik_tabs ul li.two {
  background: url(/public/theme/medical/images/tab_bg_3.png) repeat-x;
}
.tab_content {
  margin-bottom: 10px;
}
.tab_content .ct {
  height: 360px;
  border: 0px solid #CCC;
  border-top: 1px solid #CCC;
  padding: 10px;
  margin-bottom: 60px;
}
.tab_content .ct p {
  padding: 6px 6px 10px 6px;
  border-bottom: 0px solid #CCC;
}
.tab_content .ct p.p-last {
  border-bottom: 0px;
  padding: 8px 10px 10px;
}
a {
  color: #000;
}
.top_banner {
  background: url(/public/theme/medical/images/bg.jpg) repeat-x;
  height: 200px;
  width: 1200px;
  margin: 3px 0;
  overflow: hidden;
}
/*.user_menu{
    font-size:12px;position:relative;z-index:100;
    ul{
        list-style:none;
        ul {
            visibility:hidden;position:absolute;left:3px;top:23px;
            li {
                clear:both;
                text-align:left;
                font-size:12px;
                a{
                    display:block;
                    width:100px;
                    height:13px;
                    margin:0;border:0;
                    border-bottom:1px solid red;
                    &:hover{
                        border:0;
                        background:#f2cdb0;
                        border-bottom:1px solid #fff;
                    } 
                } 
            } 
        } 
    } 
    li {
        float:left;position:relative;
    } 
    table {
        position:absolute; top:0; left:0;
    } 
    a{
        display:block;
        border:1px solid #aaa;
        background:red;
        padding:2px 10px;
        margin:3px;color:#fff;
        text-decoration:none;
        &:hover{
            background:#f2cdb0;
            color:#f00;
            border:1px solid red;
        } 
    } 
}

.user_menu ul li:hover ul, 
.user_menu ul a:hover ul{visibility:visible;} */
/*.user_menu{font-size:12px;position:relative;z-index:100;} 
.user_menu ul{list-style:none;} 
.user_menu li {float:left;position:relative;} 
.user_menu ul ul {visibility:hidden;position:absolute;left:3px;top:23px;} 
.user_menu table {position:absolute; top:0; left:0;} 
.user_menu ul li:hover ul, 
.user_menu ul a:hover ul{visibility:visible;} 
.user_menu a{display:block;border:1px solid #aaa;background:red;padding:2px 10px;margin:3px;color:#fff;text-decoration:none;} 
.user_menu a:hover{background:#f2cdb0;color:#f00;border:1px solid red;} 
.user_menu ul ul{} 
.user_menu ul ul li {clear:both;text-align:left;font-size:12px;} 
.user_menu ul ul li a{display:block;width:100px;height:13px;margin:0;border:0;border-bottom:1px solid red;} 
.user_menu ul ul li a:hover{border:0;background:#f2cdb0;border-bottom:1px solid #fff;} */
.user_btn {
  *background: #fff;
  *border: 1px solid #ccc;
  *padding: 4px;
  width: 83px;
  float: right;
}
.user_btn .btn_container {
  *border: 0;
  *position: relative;
  *width: 83px;
  *height: 18px;
  *overflow: hidden;
  *background: #fff;
}
.user_btn .btn_container .select {
  /*            border:1px solid #ccc;
            line-height:22px;
            color:#666;
            margin: 0px 0px 0px 1px;
            padding:7px 3px;
            font-size:13px;
            width:93px;
            *width:85px;*/
  border: 1px solid #ccc;
  line-height: 22px;
  color: #666;
  margin: 5px 0px 0px -9px;
  padding: 0px 3px;
  font-size: 13px;
  width: 93px;
  *width: 85px;
  height: 21px;
}
.top_login {
  float: right !important;
  vertical-align: middle;
  margin: 0 10px 0 10px;
}
.top_login form input.tx {
  width: 100px;
  vertical-align: middle;
  height: 20px;
  line-height: 0px;
}
.top_login form input.log {
  width: 42px;
  height: 18px;
  background: url(/public/theme/medical/images/box_bg.gif) right -23px;
  border: 0;
  vertical-align: middle;
}
.isc_top div.search form input.sea {
  background: url(/public/theme/medical/images/search360.gif) 0 0px;
  height: 20px;
  width: 300px;
  border: 0;
  line-height: 0px;
  vertical-align: middle;
  margin-top: 3px;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group .list-group-item.active,
.list-group .list-group-item.active:focus,
.list-group .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group a.list-group-item:focus,
.list-group a.list-group-item:hover,
.list-group button.list-group-item:focus,
.list-group button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
ul.side-menu {
  padding-left: 0;
  margin-bottom: 20px;
}
ul.side-menu .list-group-item.active,
ul.side-menu .list-group-item.active:focus,
ul.side-menu .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
ul.side-menu a.list-group-item:focus,
ul.side-menu a.list-group-item:hover,
ul.side-menu button.list-group-item:focus,
ul.side-menu button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.page-header-primary {
  background-color: #0088cc;
  border-bottom-color: #0088cc;
  color: #ffffff;
}
.page-header-dark {
  background-color: #2e353e;
  border-bottom-color: #2e353e;
  color: #ffffff;
}
.page-header {
  margin-bottom: 10px;
}
/*.page-header .breadcrumb.breadcrumb-valign-mid {
    position: absolute;
    top: 40%;
    right: 20px;
}
.page-header .breadcrumb {
    background: none;
    margin: -3px 0 0;
    padding: 0;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}*/
.float-right {
  float: right;
}
.header-title {
  padding-left: 10px;
  padding-top: 2px;
  font-size: 25px;
}
.breadcrumb-title {
  float: right;
  padding-top: 8px;
  padding-right: 10px;
  color: #fff;
}
.breadcrumb-title p,
.breadcrumb-title a {
  color: #fff;
  text-decoration: none;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  padding: 10px;
  font-weight: bold;
  color: #337ab7;
}
.table-dashed.table tbody tr th,
.table-dashed.table tfoot tr th,
.table-dashed.table tbody tr td,
.table-dashed.table tfoot tr td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px dashed #ddd;
}
.page-header {
  margin: 0px 0px 10px 0px;
  border-radius: 4px;
}
.testimonial {
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
.post-block .heading-primary {
  height: 40px;
}
.post-block.post-leave-comment {
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
.isc_top {
  background: url(/public/theme/medical/images/topbg.gif) bottom left repeat-x;
  line-height: 30px;
  border: 1px solid #ccc;
  border-top: 0;
  height: 30px;
  overflow: hidden;
  padding: 0 10px;
  width: 1200px;
}
.footer {
  border-top: 3px solid #0088cc;
  margin-top: 10px;
  padding: 10px 0;
}
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.links_main {
  border: 1px solid #ccc;
  height: 85px;
  margin-top: 10px;
  padding: 10px 0 0 30px;
}
.user-p {
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #dddddd;
  border-top: 0px solid #dddddd;
}
/* iFocus style */
#ifocus {
  width: 690px;
  height: 390px;
  background: #F8F8F8;
  float: left;
  position: relative;
}
#ifocus .cmore {
  position: absolute;
  right: 100px;
  bottom: 15px;
  z-index: 1000000;
}
#ifocus_pic {
  display: inline;
  position: relative;
  float: left;
  width: 590px;
  height: 380px;
  overflow: hidden;
  margin: 5px 0 0 5px;
}
#ifocus_piclist {
  position: absolute;
}
#ifocus_piclist li {
  width: 590px;
  height: 380px;
  overflow: hidden;
}
#ifocus_piclist img {
  width: 590px;
  height: 380px;
}
#ifocus_btn {
  display: inline;
  float: left;
  width: 80px;
  margin-left: 5px;
}
#ifocus_btn li {
  width: 87px;
  height: 51px;
  cursor: pointer;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
#ifocus_btn img {
  width: 70px;
  height: 42px;
  margin: 5px 0 0 11px;
}
#ifocus_btn .current {
  background: url(/public/theme/medical/images/ifocus_btn_bg.gif) no-repeat;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
#ifocus_opdiv {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 590px;
  height: 35px;
  background: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
#ifocus_tx {
  position: absolute;
  left: 8px;
  bottom: 8px;
  color: #FFF;
}
#ifocus_tx .normal {
  display: none;
}
.header ul li a {
  color: #fff;
  display: block;
  height: 26px;
  line-height: 26px;
  width: 81px;
  text-align: center;
  font-size: 17px;
}
.header ul li a:hover,
.header ul li a.now,
.header ul li.active a {
  background: none;
  background-color: #dbf3ff;
  color: #000;
  border-radius: 4px;
}
.header {
  background: none;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.header ul {
  height: 50px;
  line-height: 50px;
  background-color: #08c;
  border-radius: 5px;
}
.header ul li {
  float: left;
  background: url(/public/theme/medical/images/line.gif) no-repeat right center;
  height: 50px;
  padding: 6px;
  padding-top: 12px;
}
.header .subnav {
  height: 35px;
  line-height: 35px;
  padding: 0 2px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
}
.header .subnav p a {
  color: #284A89;
  margin: 0px;
  padding: 0 5px;
  width: 73px;
  font-size: 15px;
}
.widget-service {
  position: fixed;
  right: 0;
  margin-right: 20px;
  bottom: 20px;
  padding-bottom: 60px;
  z-index: 999;
}
.widget-service .widget-service-btn {
  width: 72px;
  height: 73px;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}
.widget-service .btn-qq {
  background: url("/public/theme/medical/plug/r_user.png") 0px 0px no-repeat;
  background-color: #6da9de;
}
.widget-service .btn-qq:hover {
  background-color: #488bc7;
}
.widget-service a.btn-qq,
.widget-service a.btn-qq:visited {
  background: url("/public/theme/medical/plug/r_user.png") 0px 0px no-repeat;
  background-color: #6da9de;
  text-decoration: none;
  display: block;
}
.widget-service .btn-wx {
  background: url("/public/theme/medical/plug/r_wx.png") 0px 0px no-repeat;
  background-color: #78c340;
}
.widget-service .btn-wx:hover {
  background-color: #58a81c;
}
.widget-service .btn-wx .pic {
  position: absolute;
  left: -120px;
  top: 0px;
  display: none;
  width: 120px;
  height: 120px;
}
.widget-service .btn-phone {
  background: url("/public/theme/medical/plug/r_phone.png") 0px 0px no-repeat;
  background-color: #fbb01f;
}
.widget-service .btn-phone:hover {
  background-color: #ff811b;
}
.widget-service .btn-phone .phone {
  background-color: #ff811b;
  position: absolute;
  height: 147px;
  width: 260px;
  left: -260px;
  top: 0px;
  line-height: 73px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  display: none;
}
.widget-service .btn-phone .phone p {
  line-height: 30px;
  text-align: left;
  padding-left: 40px;
}
.widget-service .btn-top {
  background: url("/public/theme/medical/plug/r_top.png") 0px 0px no-repeat;
  background-color: #666666;
  display: none;
}
.widget-service .btn-top:hover {
  background-color: #444;
}
.class_tit {
  width: 100%;
  background: url(/public/theme/medical/plug/hs.jpg) repeat-x bottom;
  height: 60px;
  line-height: 60px;
  margin-top: 10px;
}
.class_tit a {
  float: right;
  font-size: 13px;
  color: #888;
  position: relative;
}
.class_tit a:after {
  content: '';
  display: inline-block;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  background: #0074bc;
  left: 50%;
  margin-left: 0;
  transition: all 0.25s 0.1s;
  -webkit-transition: all 0.25s 0.1s;
}
.class_tit a:hover:after {
  width: 100%;
  margin-left: -49.8%;
}
.class_tit span {
  display: inline-block;
  color: #0074bc;
  font-size: 18px;
  border-bottom: 2px #0074bc solid;
  height: 58px;
  line-height: 58px;
}
.headline {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px solid #cccccc;
}
.headline h2 {
  font-size: 22px;
  line-height: 12px;
}
.headline h2,
.headline h3,
.headline h4 {
  margin: 0 0 -1px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #009BD6;
}
.headline-v3 {
  display: block;
  margin: 10px 0 25px 0;
  background: #00ADEF;
}
.headline-v3 h2,
.headline-v3 h3,
.headline-v3 h4 {
  color: #ffffff;
  margin: 0 0 -2px 15px;
  padding-bottom: 5px;
  display: inline-block;
  font-size: 16px;
}
.headline h2 a {
  color: #555555;
  text-decoration: none;
}
.headline-md {
  margin-bottom: 15px;
}
.headline-md h2 {
  font-size: 21px;
}
.fs-16 {
  font-size: 16px;
}
.form-search .btn-search {
  width: 200px;
  height: 28px;
  font-size: 14px;
  font-weight: normal;
}
.form-search .btn-search-submit {
  background-color: #f7f7f7;
  width: 65px;
  height: 28px;
  padding-top: 3px;
}
.form-search .btn-search-submit i {
  color: #08c;
}
#blog table {
  border: none;
  border-collapse: collapse;
}
#blog td,
#blog th {
  border: 1px solid #999;
  padding: 3px 5px;
  min-width: 50px;
  height: 20px;
}
/*# sourceMappingURL=theme.css.map */<!--0.00022101402282715-->