﻿html,body {
    overflow-x:hidden;
}
.yk_content {
    width: 100%;
    transition: all 0.3s;
}
.container_self {
    width: 1365px;
}
.center-block{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pwd-place {
    position: absolute;
    top: 0;
    left: 72px;
    width: 100%;
    height: 100%;
    font-size: 12px;
}


/*小屏幕顶部导航*/
.fixbar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    line-height: 45px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    background-color: #007fd8;
    z-index: 100;
    transition: all 0.3s;
}
.fixbar a {
    color: #fff;
    font-size: 16px;
}
.fixbar .fix_nav {
    float: right;
}
.fixbar .menu img {
    margin-top: -1px;
    border-radius: 2px;
}
/*小屏幕侧边栏导航*/
.sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: -240px;
    width: 240px;
    height: 100%;
    z-index: 100;
    transition: all 0.3s;
    background-color: #fff;
}
.sidebar-top {
    padding: 20px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #444;
}
.sidebar-top img {
    width: 100%;
}
.sidebar-bottom {
    padding-top: 20px;
}
.sidebar-bottom li {
    width: 100%;
    /*height: 40px;*/
    line-height: 40px;
    text-align: center;
}
.sidebar-bottom li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 16px;
    color: #007fd8;
}
.sidebar-bottom li a:hover {
    background-color: #007fd8;
    color: #fff!important;
}
.sidebar-bottom  .side_select  {
    background-color:  #007fd8;
    color: #fff;
}
.sidebar-bottom  .sideDropDown {
    display: none;
    height: auto;
    background-color: #e7e7e7;
}
.sidebar-bottom  .sideDropDown a {
    font-size: 15px;
}
.sideDropDown li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
}




/*logo部分*/
.logo {
    width: 100%;
    height: 107px;
    box-sizing: border-box;
    overflow: hidden;
}
.logo .logo_left,.logo_right {
    width: 35%;
    display: inline-block;
    height: 100%;
}
.logo .logo_left a {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.logo .logo_right {
    width:48%;
    float: right;
    padding-top: 38px;
    box-sizing: border-box;
}

.logo .logo_right li {
    float: left;
    margin-right: 15px;
}
.logo .logo_right li img {
    float: left;
    margin-right: 10px;
}
.logo .logo_right li div {
    float: left;
    font-weight: 700;
}
.logo .logo_right li div span {
    font-size: 16px;
    collapse: #000;
}
.logo .logo_right li div p {
    font-size: 14px;
    color: #84c456;
}

/*导航部分开始*/
.header{
    width: 100%;
    height: 37px;
    line-height: 37px;
    background-color:#007fd8 ;
}
.header .menu {
    width:1355px;
    height:37px;
    margin:0 auto;
    position:relative;
}
.header> .menu> li{
    width:112px;
    height:37px;
    border-right:1px solid #b8d6e7;
    float: left;
    text-align: center;
}
.header .menu li a {
    /* display: block;*/
    /*padding: 0 26px;*/
    color: #fff;
    font-size: 16px;
}
.header .menu li:hover {
    background-color: #fff;
}
.header .menu li:hover .link{
    color: #007fd8;
}
.submenu .nava{display:none;width:123px;height:auto;background:#fff;position:absolute;z-index:9999;margin-top:2px;border:none; box-shadow:0px -2px 10px rgba(0,0,0,0.1);}
.submenu .nava:before{content: ""; background:url(/website_img/jiao.png) no-repeat center; position:absolute; top:-5px; width:100%; height:8px; left:0%;}
.submenu:hover .nava{display:block;}
.submenu .nava .yyyl{width:100%;border:none;}
.submenu .nava .yyyl a{color:#444444; font-size:14px;}
.submenu{position:relative;}
.submenu .nava .yyyl:hover a{color:#0091e5;}
.header .select_li {
    background-color: #fff;
}
.header .select_li .link {
    color: #007fd8;
}



/*banner开始*/
.banner_box {
    width: 100%;

    background-size:100% 100%;
}

/*四板块公共样式*/
.b_pub {
    float: left;
    display: inline-block;
    margin-right: 9px;
    height: 294px;
    color: #fff;
    padding:0px 5px 5px 5px;
}
/*医院动态*/
.fl_head {
    padding:10px 15px 6px 10px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
.fl_head span {
    font-size: 22px;
}
.fl_head .fl_more {
    float: right;
    color: #fff;
    margin-top: 7px;
}

.fl_content li {
    box-sizing: border-box;
    border-bottom: 1px dashed #fff;
    height: 78px;
    padding:13px 17px;
    overflow: hidden;
}
.fl_content li:hover{
    background:#137efd;
}
.fl_content li p {
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    max-height: 56px;
    overflow: hidden;
}
.fl_last_li {
    border-bottom: none!important;
}

.yy {
    width: 22%;
    background: -webkit-linear-gradient(45deg, rgba(48,207,254,0.9), rgba(19,126,253,0.9)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(45deg, rgba(48,207,254,0.9), rgba(19,126,253,0.9)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(45deg, rgba(48,207,254,0.9), rgba(19,126,253,0.9)); /* Firefox 3.6 - 15 */
    background: linear-gradient(45deg, rgba(48,207,254,0.9), rgba(19,126,253,0.9)); /* 标准的语法 */
}

/*科室导航*/
.ks{
    width: 32%;
    padding: 0px;
}
.ks li {
    float: left;
    width: 32%;
    background: -webkit-linear-gradient(45deg, rgba(48,207,254,0.9), rgba(19,126,253,0.9)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(45deg, rgba(48,207,254,0.9), rgba(19,126,253,0.9)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(45deg, rgba(48,207,254,0.9), rgba(19,126,253,0.9)); /* Firefox 3.6 - 15 */
    background: linear-gradient(45deg, rgba(48,207,254,0.9), rgba(19,126,253,0.9)); /* 标准的语法 */
    height: 141px;
    margin-right: 8px;
    margin-bottom: 12px;
    text-align: center;
}
.ks .ks_a {
    margin-right: 0px;
}
.ks li a {
    width: 100%;
    height: 141px;
    display: inline-block;
    padding-top: 21px;
}
.ks li a span {
    display: block;
    margin-top: 70px;
    color: #fff;
    font-size: 16px;
}
.ks .pub_li:hover a span {
    color: #fff;
}
/*科室导航*/
.first_a {
    background:  url("/website_img/index_icon1.png") 50% 30% no-repeat;
}
#li01:hover .first_a {
    background: rgba(27,128,248,0.5) url("/website_img/index_icon1.png") 50% 30% no-repeat;
}
/*医师简介*/
#li02 a {
    background:  url("/website_img/index_icon2.png") 50% 30% no-repeat;
}
#li02:hover a {
    background: rgba(27,128,248,0.5) url("/website_img/index_icon2.png") 50% 30% no-repeat;
}
/*预约挂号*/
#li03 a {
    background:  url("/website_img/index_icon3.png") 50% 30% no-repeat;
}
#li03:hover a {
    background: rgba(27,128,248,0.5) url("/website_img/index_icon3.png") 50% 30% no-repeat;
}
/*党建专栏*/
#li04 a {
    background:  url("/website_img/index_icon4.png") 50% 30% no-repeat;
}
#li04:hover a {
    background: rgba(27,128,248,0.5) url("/website_img/index_icon4.png") 50% 30% no-repeat;
}
/*省市医保*/
#li05 a {
    background:  url("/website_img/index_icon5.png") 50% 30% no-repeat;
}
#li05:hover a {
    background: rgba(27,128,248,0.5) url("/website_img/index_icon5.png") 50% 30% no-repeat;
}
/*媒体聚焦*/
#li06 a {
    background:  url("/website_img/index_icon6.png") 50% 30% no-repeat;
}
#li06:hover a {
    background: rgba(27,128,248,0.5) url("/website_img/index_icon6.png") 50% 30% no-repeat;
}

/*眼科科普*/
.yk {
    width: 22%;
    background: -webkit-linear-gradient(45deg, rgba(48,207,254,0.9), rgba(19,126,253,0.9)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(45deg, rgba(48,207,254,0.9), rgba(19,126,253,0.9)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(45deg, rgba(48,207,254,0.9), rgba(19,126,253,0.9)); /* Firefox 3.6 - 15 */
    background: linear-gradient(45deg, rgba(48,207,254,0.9), rgba(19,126,253,0.9)); /* 标准的语法 */
}
/*站内查询*/
.zn {
    width: 22%;
    background: -webkit-linear-gradient(45deg, rgba(48,207,254,0.9), rgba(19,126,253,0.9)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(45deg, rgba(48,207,254,0.9), rgba(19,126,253,0.9)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(45deg, rgba(48,207,254,0.9), rgba(19,126,253,0.9)); /* Firefox 3.6 - 15 */
    background: linear-gradient(45deg, rgba(48,207,254,0.9), rgba(19,126,253,0.9)); /* 标准的语法 */
    margin-right: 0px;
    padding: 0;
}
.zn .zn_con {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 12px;
    position: relative;
}

.zn .zn_con .xw_input_box{
    position: relative;
}
.zn .zn_con i {
    position: absolute;
    right: 55px;
    top: 10px;
    font-size: 16px;
}
.zn .zn_con input {
    width: 80%;
    height: 33px;
    background-color: #7caed1;
    margin-bottom: 9px;
    border-radius: 5px;
    padding-left: 12px;
}
.zn .zn_con input::-webkit-input-placeholder{
    color:#fff;
    font-size: 16px;
}
.zn .zn_con input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
    font-size: 16px;
}
.zn .zn_con input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;
    font-size: 16px;
}
.zn .zn_con input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#fff;
    font-size: 16px;
}
.zn .zn_foot {
    height: 93px;
    background-color: #188cfd;
}
.zn .zn_foot_left {
    padding-left: 20px;
    width:60%;
    padding-top:5px;
}
.zn .zn_foot_left p{
    font-size:16px;
}
.zn .zn_foot_right{
    margin-left: 6px;
    width:35%;
    border-left:1px solid #fff;
}
.zn .zn_foot div {
    margin-top: 10px;
}
.zn .zn_foot  p {
    float: left;
    display: inline-block;
}
.zn .zn_foot .xia{
    font-size:12px;
    margin-top:22px;
    line-height:22px;
}
.zn .zn_foot img {
    float: left;
   /* margin-left: 15px;*/
}

/*底部开始*/
.footer {
    width: 100%;
    background-color: #f1f6fa;
    margin-top: 30px;
    padding-bottom: 10px;
}
.footer .foot_box {
    height: 100%;
}
.footer .foot_left {
    padding-top: 20px;
    margin:0 auto;
    height: 100%;
    width: 66%;
}
.footer .foot_left .foot_logo a {
    display: inline-block;
    border-right: 1px solid #444;
    padding-right: 22px;
    margin-right: 28px;
}
.footer .foot_left .foot_text {
    margin-left: 70px;
}
.footer .foot_left .foot_text span{
    color: #3c92dd;
}
#copyRight, #remark1{
    color: #333;
}
.footer .foot_left .foot_text p {
    margin-bottom: 5px;
}
.footer .foot_map {
    width: 42%;
    display: inline-block;
}
#bay_window{
    position:absolute;
    z-index:10;
    left:100px;
    top:100px
}
#bay_window p{
    font-size:18px;
    cursor:pointer;
    position: absolute;
    top: -22px;
    right: -18px;
}
#slideshow {
    position:relative;
    height:350px;
    z-index:-10;
}
#slideshow .pic {
    position:absolute;
    top:0;
    left:0;
    z-index:-3;
    opacity:0.0;
}
#slideshow .pic.active {
    z-index:-1;
    opacity:1.0;
}
#slideshow ,pic.last-active {
    z-index:-2;
}
#slideshow .pic {
    width: 100%;
    height: 600px;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1024px) {
    .pic.bg {
        left: 50%;
        margin-left: -512px;
    }
}
/*调试响应式开始*/
/*媒体查询 平板*/
@media screen and (max-width:992px) {
    #slideshow {
        position: relative;
        height: 80px;
        z-index: -1;
    }
    #slideshow .pic {
        width: 100%;
        height: 200px;
        top: 0;
        left: 0;
    }
    .banner_box {
        width: 100%;
    }
    .container_self {
        width: 750px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .logo .logo_left {
        width: 50%;
    }
    .logo .logo_left a {
        margin-top: 20px;

    }
    .logo .logo_left img {
        width: 300px;
    }
    .logo .logo_right{
        display: none;
    }
    .header li a {
        display: block;
        padding: 0 6px;
    }
    .header .menu {
        padding-left: 9px;
    }
    .header> .menu> li{
        width: 68px;
    }
    .header .menu li a{
        font-size: 13px;
    }
    .submenu .nava{
        width: 120px;
        left: -27px;
    }
    .submenu .nava .yyyl{
        width: 120px;
    }
    .banner_box .yy {
        width: 40%;
        margin-bottom: 15px;
    }
    .banner_box .ks {
        width: 57%;
        padding: 0px;
        margin-bottom: 15px;
    }
    .banner_box .yk{
        margin-right: 11px;
    }
    .banner_box .yk,.zn {
        width: 48.2%;
    }
    .footer{
        height: 184px;
    }
    .footer .foot_left{
        width: 100%;
    }
    .footer .foot_map {
        display: none;
    }

}
/*媒体查询 手机*/
@media screen and (max-width:767px) {
    #slideshow .pic {
        width: 100%;
        height: 200px;
        top: 0;
        left: 0;
    }
    #bay_window{
        display: none;
    }
    #slideshow {
        position: relative;
        height: 40px;
        z-index: -1;
    }
    .banner_box {
        width: 100%;
        background-size:100% auto;
    }
    .fixbar {
        display: block;
    }
    .sidebar {
        display: block;
    }
    .pushright {
        transform: translateX(240px);
    }
    .sidebarright {
        left: 0;
    }

    .logo {
        display: none;
    }

    /*banner*/
    .f_box {
        width: 100%;
        padding: 135px 15px 0px 15px;
        box-sizing: border-box;
    }
    .banner_box .yy {
        width: 100%;
        margin-bottom: 15px;
    }
    .banner_box .ks {
        width: 100%;
        margin-bottom: 15px;
    }
    .banner_box .ks .pub_li {
        width: 31.7%;
    }
    .banner_box .yk{
        width: 100%;
        margin-bottom: 15px;
    }
    .banner_box .zn {
        width: 100%;
        margin-bottom: 15px;
        height:auto;
    }

    .footer {
        height: 207px;
    }
    .foot_left {
        padding-left: 9px;
        padding-right: 15px;
        padding-top:10px!important;

    }
    .footer .foot_left .foot_text {
        position:absolute;
        width: 96%;
        margin-left: 0px;
    }

}
/*媒体查询 最小屏*/
@media screen and (max-width:320px) {
    .banner_box  .ks .pub_li {
        width: 31%!important;
    }
    .zn .zn_foot_left {
        padding-left: 25px;
    }
    .zn .zn_foot_right {
        padding-left: 8px;
    }
    .footer {
        height: 245px;
    }
    .foot_box {
        width: 100%;
    }
    .footer .foot_left .foot_logo a {
        padding-right: 9px;
        margin-right: 5px;
    }

}
.zn_con_tu{
    width:94%;
    height:43%;
    margin-left:3%;
}
.zn_con_tu img{
    width:100%;
    height:100%;
}
#search{
    width:233px;
    height:35px;
    border:1px solid #d6d6d6;
    background:#f9f9f9;
    border-radius:4px;
}
#btn_sh{
    width:41px;
    height:35px;
    border:none;
    background:#0091e5;
}

.map{
    display:inline-block;
    width:89px;
    height:26px;
    line-height:26px;
    text-align:center;
    color:#1686fd;
    border:1px #1686fd solid;
    border-radius:4px;
}
.map:hover{
    background: -webkit-linear-gradient(45deg, rgba(48,207,254,1), rgba(19,126,253,1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(45deg, rgba(48,207,254,1), rgba(19,126,253,1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(45deg, rgba(48,207,254,1), rgba(19,126,253,1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(45deg, rgba(48,207,254,1), rgba(19,126,253,1)); /* 标准的语法 */
    color:#fff;
}


/*首页通知公告样式*/
#gl_box{
    height:25%;
    position: relative;
}
#gl_box a{
    color: #ffffff;
}
#gl_box .gl_title{
    width: 30px;
    height: 65px;
    margin: auto 0;
    background: #2670bf;
    position: absolute;
    left: -5px;
    top: 5px;
    border-radius: 0px 8px 8px 0px ;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    padding: 4px 8px 0px 6px ;
}
#gl_box .gl_zi{
    font-size: 16px;
    line-height: 28px;
    width: 85%;
    height: 100%;
    border-bottom: 1px dashed #ffffff;
    position: absolute;
    left: 36px;
    padding: 10px 21px 10px 15px;
}
#gl_box .gl_zi:hover{
    background: #137efd;
}

/*首页党务轮播图*/
.c-banner{
    width:280px;
    height: 76px;
    position: relative;
}
.c-banner img{
    width: 100%;
}
.c-banner .banner ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.c-banner .banner ul li{
    position: absolute;
    display: none;
    opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
    opacity: 1;
    display: block;
}
.c-banner .banner ul li img{
    width: 100%;
    position: absolute;
    top: 0px;
}
.c-banner .banner ul li:first-child img{
    position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
    padding: 5px 0px;
    position: absolute;
    top: 50%;
    margin-top: 0px;
    background: #000000;
    opacity: 0.5;
    border-radius: 5px;
    z-index: 10;
    width:25px;
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
    opacity: 0.8;
}
.c-banner .nexImg{
    right: 0px;
}

.c-banner .nexImg img,.c-banner .preImg img{
    width:40%;
    margin-left:7px;
    margin-top:2px;

}

@media screen and (max-width:768px) {
    .c-banner{
        width: 100%;
        height: 345px;
        overflow: hidden;
    }
    .c-banner .banner ul li img{
        width: 100%;
        height: 76px;
        position: absolute;
    }
    .c-banner .banner ul li{
        width: 100%;
    }
    .c-banner .nexImg,.c-banner .preImg{
        top: 14%;
    }
}