
@charset "UTF8";
/**
 *
 * @authors Rehack (565195693@qq.com)
 * @link    http://www.rehack.cn
 * @date    2016-07-22 10:49:57
 * @version $Id$
 */

/*css reset*/
body,div,ul,ol,li,img,p,dl,dt,dd,a,span,input,h1,h2,h3,h4,h5,h6,table,th,tr,td{margin: 0;padding: 0;}
body{font-size: 14px;font-family: Verdana,Arial,Helvetica,sans-serif;color: #000;}
a{text-decoration: none;color: #565656;}
img{border: 0;display:block;}
ul{overflow: hidden;list-style: none;}
table {border-collapse:collapse;border-spacing:0;}
.clear{clear: both;}
.ovhd{overflow: hidden;}
.none{display: none;}
.left{float: left;}
.right{float: right;}
.mr0{margin-right: 0!important;}
.container{
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
}
.main{
    margin: 20px 0;
    overflow: hidden;
}



/* logo */
.header-logo{
    height: 67px;
}
.header-logo .logo{
    padding-top: 3px;
}
.header-logo .open-time{
    width: 192px;
    height: 34px;
    line-height: 34px;
    background: url('../images/icon.png') no-repeat -876px -32px;
    text-align: center;
    color: #fff;
}
.header-logo i{
    margin-right: 5px;
    font-size: 18px;
}
.header-logo .tel{
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #a4a4a4;
    margin-left: 15px;
}
.header-logo ul{
    margin-top: 5px;
}
.header-logo li{
    display: inline-block;
    margin: 0 10px;
}
.header-logo li a:hover{
    background: #000;
    color: #fff;
}
.header-logo li a{
    padding: 2px 8px;
    font-size: 18px;
}
/* navbar */
.navbar{
    height: 60px;
    background: #23b7e5;
    margin-top: 10px;
}
.navbar .nav{
    width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    -moz-transition:background 0.3s linear 0s;
    -webkit-transition:background 0.3s linear 0s;
    transition:background 0.3s linear 0s;
}
.navbar .nav:hover{
    background: #006577;
}
.navbar .nav7{
    background: #ffa800;
}
.navbar .nav7:hover{
    background: #d68d00;
}
.navbar .nav a{
    font-size: 18px;
    color: #fff;
}
.navbar .nav span{
    vertical-align:middle;
}
.navbar .nav i{
    width: 34px;
    height: 31px;
    background: url('../images/icon.png') no-repeat;
    display: inline-block;
    vertical-align:middle;
    margin-right: 2px;
}
.navbar .nav1 i{
    background-position:-362px -36px;
}
.navbar .nav2 i{
    background-position:-448px -35px;
}
.navbar .nav3 i{
    background-position:-525px -37px;
}
.navbar .nav4 i{
    background-position:-600px -37px;
}
.navbar .nav5 i{
    background-position:-667px -39px;
}
.navbar .nav6 i{
    width: 39px;
    background-position:-717px -39px;
}
.navbar .nav7 i{
    background-position:-784px -40px;
}

/* nofull-banner */
.nofull-banner{
    position: relative;
}
.nofull-banner .bd li{
    display: none;
}
.nofull-banner .hd{
    width: 20%;
    margin: 0 auto;
    position: relative;
    bottom: 30px;
    text-align: center;
    font-size: 0;
}
.nofull-banner .hd li{
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    background: #b2b2b2;
    margin: 0 5px;
    font-size: 0;
    cursor: pointer;
}
.nofull-banner .hd li.on{
    background: #23b7e5;
}
/* 当前位置 导航 */
.br-nav{
    width: 100%;
    height: 224px;
    border-bottom: 2px solid #24b8e6;
    background: #eee ;
}
.br-nav .container{
    height: 224px;
    background: url('../images/img_01.png') no-repeat right 0;

}
.pro-tit{
    font-size: 40px;
    margin-top: 72px;
}
.brn{
    font-size: 14px;
    margin-top: 20px;
}
.brn .fa-home{
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
    color:#fff;
    background: #24b8e6;
    border-radius:50%;
}

/* 总分类目录 */
.projects{
    border:1px solid #dcdcdc;
    height: 105px;
    overflow: hidden;
}
.projects .hd ul{
    overflow: hidden;
    font-size: 0;
    height: 56px;
    margin: 8px 0 10px 0;
}
.projects .hd li{
    width: 197px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    cursor:pointer;
    color: #636363;
    border-right:1px solid #dcdcdc;
    transition: all 2s;
}
.projects li:hover{
    color: #000;
}
.projects li.on i{
    background-position-y: -55px!important;/* fuck firefox */
}
.projects li i{
    width: 54px;
    height: 54px;
    display: inline-block;
    background: url("../images/sprite.png") no-repeat;
    transition: all 0.2s;
}
.projects li span{
    display: inline-block;
    vertical-align:top;
    margin-left: 5px;
}
.projects li i.icon1{
    background-position:0 0;
}
.projects li:hover i.icon1{
    /* background-position: 0 -55px; */
    -ms-background-position-x: 0;
    background-position-x: 0;
}
.projects li i.icon2{
    background-position:-54px 0;
}
.projects li:hover i.icon2{
    /* background-position: -54px -55px; */
    -ms-background-position-x: -54px;
    background-position-x: -54px;
}
.projects li i.icon3{
    background-position:-107px 0;
}
.projects li:hover i.icon3{
    /* background-position: -107px -55px; */
    -ms-background-position-x: -107px;
    background-position-x: -107px;
}
.projects li i.icon4{
    background-position:-161px 0;
}
.projects li:hover i.icon4{
    /* background-position: -161px -55px; */
    -ms-background-position-x: -161px;
    background-position-x: -161px;
}
.projects li i.icon5{
    background-position:-214px 0;
}
.projects li:hover i.icon5{
    /* background-position: -214px -55px; */
    -ms-background-position-x: -214px;
    background-position-x: -214px;
}
.projects li i.icon6{
    background-position:-268px 0;
}
.projects li:hover i.icon6{
    /* background-position: -268px -55px; */
    -ms-background-position-x: -268px;
    background-position-x: -268px;
}
.tuijian{
    margin-left: 20px;
    margin-bottom: 10px;
}
.tuijian a{
    margin-right: 50px;
    padding: 2px 5px;
}
.tuijian a:hover{
    background: #23b7e5;
    color: #fff;
}



/* 侧边栏 */
.aside{
    width: 314px;
}
.aside .right-box{
    width: 284px;
    padding: 14px;
    border:1px solid #dcdcdc;
    margin-bottom: 20px;
}
.aside .right-box img{
    width: 100%;
}
.aside .right-box-tit span{
    width: 4px;
    height: 20px;
    background: #bbb;
    display: inline-block;
    margin-right: 8px;
}
.aside .right-box-tit p{
    display: inline-block;
    vertical-align:top;
    font-size: 16px;
}
.aside .right-box-tit .switch-btns{
    float: right;
    vertical-align:top;
    font-size: 22px;
    color: #23b7e5;
}
.aside .right-box-tit .switch-btns i{
    cursor:pointer;
}
.aside .right-box-tit .switch-btns ul{
    display: none;
}
.aside .right-box-tit{
    margin-bottom: 7px;
}

.aside .hospital-in .hospital-in-txt{
    color: #999;
    line-height: 25px;
    margin-top: 10px;
}
.aside .hospital-in .hospital-in-txt a{
    color: #999;
}
.aside .activities li{
    display: none;
}
.aside .activities li img{
    width: 284px;
    /* height: 274px; */
}
.aside .classic-pro .activities .mask-tit{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #509bb8;
    opacity: 0.78;
    filter:alpha(opacity=78);
    margin-top: -35px;
    font-size: 16px;
}


/*右侧悬浮菜单*/
 #rightbtns{
    height:310px;
    position: fixed;
    top: 137px;
    right:0px;
    z-index: 9999;
    width:50px;
    transform: translateZ(0);
}

.srimg{
    width:50px;
    /* height:310px; */
}

#rightbtns .srimg a{
    width:50px;
    height:52px;
    background:url(../images/rightbtns.png) #23ace5 no-repeat;
    display:block;
    border-bottom:2px solid #FFF;
    cursor:pointer;
    -webkit-transition: background-color 200ms;
    -moz-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    transition: background-color 200ms;
}
#rightbtns .srimg .s-zixun{
    background-position: 0 -5px;
}
#rightbtns .srimg .s-line{
    background-position: 0 -57px;
}
#rightbtns .srimg .s-tel{
    background-position: 0 -161px;
}
#rightbtns .srimg a:last-child{
    background-position: 0 -216px;
}
#rightbtns .srimg .s-zixun:hover{background:url(../images/rightbtns.png) 0 -7px #098fc6 no-repeat;}
/* #rightbtns .srimg .s-qq:hover{background:url(../images/rightbtns.png) 0 -52px  #098fc6 no-repeat;}
#rightbtns .srimg .s-line:hover{background:url(../images/rightbtns.png) 0 -104px #098fc6 no-repeat;}
#rightbtns .srimg .s-weixin:hover{background:url(../images/rightbtns.png) 0 -156px #098fc6 no-repeat;}
#rightbtns .srimg .s-tel:hover{background:url(../images/rightbtns.png) 0 -208px #098fc6 no-repeat;} */
#rightbtns .srimg .s-line:hover{background:url(../images/rightbtns.png) 0 -59px #098fc6 no-repeat;}
#rightbtns .srimg .s-weixin:hover{background:url(../images/rightbtns.png) 0 -106px #098fc6 no-repeat;}
#rightbtns .srimg .s-tel:hover{background:url(../images/rightbtns.png) 0 -163px #098fc6 no-repeat;}
.hidden{display: none;}
#rightbtns .srimg .s-weixin:hover p{
    display:block;
    position:absolute;
    top:120px;
    right:50px;
}

#rightbtns .srimg .s-tel:hover p{
    display:block;
    position:absolute;
    top:115px;
    right:50px;
    background: #23ace5;
}