@charset "utf-8";

/*-----------------------------theme主题-----------------------------*/
body{font-size:14px;font-family: 微软雅黑, 宋体 , Verdana, Arial;line-height: 1.42857143;color: #333;background-color: #999;}
body{
    background: url(../images/index/bg.png) no-repeat top center;
    background-size: 100%;
}
a{color: #333;}
a:hover,a:focus{color: red;}
.cor1,a.cor1{color: white;}
.cor2,a.cor2{color: ;}
.cor3,a.cor3{color: ;}
.cor4,a.cor4{color: ;}
.bg1{background: white;}
.bg2{background: ;}
.bg3{background: ;}
.theme-lm>*{font-size: 20px;padding: 0 10px;float: left;line-height: 45px;height: 45px;color: #3560a0;}
.theme-lm>*.active{color: #be5556;border-bottom: 2px solid #be5556;}
.theme-lm img{float: left;margin-top: 7px;}
.theme-more a{line-height: 45px;color: #C9C9C9;float: right;font-size: 14px;}
.theme-list li{padding-left: 15px;background: url(../images/icon/icon2.jpg) no-repeat 0 center;line-height: 35px;}
.theme-ct{margin-bottom:30px;background: white;padding: 0 20px 20px;}
.theme-dqwz{background: url(../images/icon/dqwz.jpg) no-repeat 0 center;padding: 14px 0 14px 25px;border-bottom: 1px solid #CCCCCC;margin-bottom: 20px;font-size: 16px;}

/*-----------------------------header页眉-----------------------------*/
.version{font-size:18px;background: #f9f9f9;line-height: 50px;text-align: center;}
.version a{color: #d80909;text-decoration:underline;}
.logorotate img{-webkit-animation: change 6s linear infinite;}
@-webkit-keyframes change {0%{-webkit-transform:rotate(0deg);} 50%{-webkit-transform:rotate(-180deg);} 100%{-webkit-transform:rotate(-360deg);}}

.header{
    width: 100%;
}
.header .container{background:transparent;}
.topbar{
    width: 100%;
    height: 44px;
    /* background-color: #538CBD; */
    color: #fff;
    line-height: 44px;
}
.weather{
    float: left;
}
.weather p{
    float: left;
    margin-right:20px;
}
.weather p + p{
    margin-left: 20px;
    margin-top: 8px;
    height: 30px;
}
.swsy{
    float: right;
}
.swsy span{
    margin: 0 5px;
}
.swsy span a{
    color: #fff;
}
.logobox{
    margin-top: 30px;
}
.logobox .logo{
    float: left;
    margin-left: 20px;
}
.logobox .header_seek{
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}
.logobox .header_seek .user-input{
    float: left;
    width: 338px;
    height: 42px;
    outline: none;
    text-indent: 1em;
}
.logobox .header_seek button{
    float: left;
    width: 83px;
    height: 42px;
    background-color: #D51717;
    color: #fff;
    outline: none;
    border: none;
}
.logobox .header_seek button img{
    margin-right: 5px;
}
.logobox .header_seek .seek_list{
    margin-top: 12px;
    color: #666;
    display: none;
}
.logobox .header_seek .seek_list p{
    float: left;
}
.logobox .header_seek .seek_list a{
    margin: 0 5px;
    color: #666;
}
.main-nav{
    margin-top: 45px;
}
.main-nav ul{
    width: 100%;
}
.main-nav li{
    float: left;
    width: 200px;
    height: 83px;
    line-height: 83px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    background-color: rgba(47,102,153,.8);
}
.main-nav li.active{
    background-color: rgba(73,153,218,.8);
}
.main-nav li img{
    margin-right: 15px;
}
.main-nav li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}



/*fixed*/
.fixed{
    width: 52px;
    background-color: #ffffff;
    border: 1px solid #2f6699;
    position: fixed;
    top: 28%;
    right: 0;
    z-index: 20;
}
.fixed ul{
    width: 100%;
    padding: 10px 0;
}
.fixed ul li{
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}
.fixed ul li  p{
    color: #000;
}

.fixed>div{
    text-align: center;
    padding: 5px 0;
    background-color: #2f6699;
    cursor: pointer;
}


.fixed .ewmbox{
    width:100px;
    height:100px;
    position:absolute;
    left:0px;
    top:0px;
    display:none;
   
}
.fixed .ewmbox2{
    top:50px;
    
}
.ewm1,.ewm2{
    width:100%;
    display:none;
}
.fixed ul .ewmwb:hover .ewm1{
    display:block;
}
.fixed ul .ewmwx:hover .ewm2{
    display:block;
}
.fixed ul .ewmwb:hover .ewmbox{
      left:-100px;
      display:block;
}
.fixed ul .ewmwx:hover .ewmbox{
      left:-100px;
      display:block;
}
/*fixed*/

/*-----------------------------footer页脚-----------------------------*/

.footer{
    margin-top:15px;
    width: 100%;
}
.footer_top{
    width: 100%;
    height: 305px;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.4s linear;
}
.f_t{
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.f_t_top{
    text-align: center;
    padding: 20px 0;
}
.f_t_top img{
    cursor: pointer;
    transition: all 0.4s linear;
    transform: rotate(180deg);
}
.f_t_bottom{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    overflow: hidden;
}
.f_t_bottom p{
    float: left;
    font-size: 16px;
    /* margin: 0 15px; */
    border-bottom: 1px solid #e1e1e1;
    height: 30px;
}
.f_t_bottom ul{
    /* float: left; */
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}
.f_t_bottom ul li{
    float: left;
    /* width: 20%; */
    height: 39px;
    margin-right: 40px;
}
.f_t_bottom ul li span{
    display: block;
    font-size: 16px;
    text-align: center;
}
.f_t_bottom ul li div{
    width: 80%;
    height: 120px;
    overflow-y: scroll;
    margin: 20px auto 0;
}
.f_t_bottom ul li div a{
    display: block;
    font-size: 14px !important;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.f_t_bottom ul li div a span{
    
    font-size: 14px !important;
}
.footer_bottom{
    width: 100%;
    padding: 20px 0;
    background-color: #065c9e;
}
.f_b{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.f_b_left{
    float: left;
    font-size: 14px;
    color: #fff;
}
.f_b_left p{
    line-height: 28px;
}
.f_b_left p a{
    color: #fff;
}
.f_b_left p a:hover{
    color: red;
}
.f_b_left p a img{
    display: inline-block;
    margin: 0 5px -4px 0;
}
.f_b_right{
    float: right;
    overflow: hidden;
    margin: 15px 0 0;
}
.f_b_right ul{
    float: left;
    overflow: hidden;
}
.f_b_right ul li{
    float: left;
    padding: 0 5px;
}
.f_b_right ul li a{
    display: block;
    width: 70px;
    height: 50px;
    color: #fff;
    text-align: center;
    position: relative;
}
.f_b_right ul li a img{
    transition: all 0.4s linear;
}
.f_b_right ul li a p{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.f_b_right ul li a:hover img{
    transform: rotateY(360deg);
}
.f_b_right div{
    float: right;
}
.f_b_right div a{
    display: inline-block;
    padding: 0 10px;
}
.f_b_right div a:first-child img{
    margin: 0 0 -5px;
}

/*当前位置*/
.crumbs{
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
    padding: 16px 0 6px;
    border-bottom: 1px solid #cecece;
}
.crumbs img{
    display: inline-block;
    margin-bottom: -1px;
}
.crumbs span{
    display: inline-block;
    margin-left: 5px;
}
.crumbs a{
    display: inline-block;
    margin-left: 5px;
}



.f_t_bottom .list_common{
    margin-top: 10px;
    width: 100%;
    height: 180px;
    overflow: auto;
}
.f_t_bottom .list_common .list a{
    float: left;
    width: 20%;
    line-height: 36px;
}
.f_t_bottom .list_common .list a span{
    font-size: 14px !important;
}
.act{
    color: #0068b7;
    border-bottom: 3px solid #0068b7;
}
/* .f_t_bottom ul li span a{
    border-bottom: 2px solid #0068b7;
    padding-bottom: 5px;
} */
.f_t_bottom ul li span a:hover{
    color: #0068b7;
}




/*-----------------------------list列表-----------------------------*/
.list-fl{width: 20%;float: left;}
.list-fl>p{font-size: 20px;font-weight: bold;color: #fff;text-align: center;background-color: #3871a6;margin-bottom: 20px;line-height: 40px;}
.list-lm li{line-height: 37px;background: #eff4f9;border-bottom: 3px solid white;font-size: 18px;text-align: center;position: relative;}
.list-lm li:before{content: " ";background: url(../images/icon/list_nav.png);width: 8px;height: 13px;position: absolute;right: 15px;top: 12px;transform:rotate(180deg);transition:transform .3s;}
.list-lm li:hover:before,.list-lm li.active:before{transform:rotate(270deg);}
.list-lm li a{display: block;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;position: relative;z-index: 2;padding: 0 25px 0 20px;}
.list-lm li.active a,.list-lm li:hover a{font-weight: bold;color: #3871a6;}
.list-fr{width: 78%;float: right;}
.list-fr>p{background: #f3f3f3;margin-bottom: 20px;}
.list-fr>p span{font-size: 20px;font-weight: bold;color: #fff;text-align: center;background-color: #3871a6;line-height: 40px;float: left;padding: 0 50px;}
/*.list li{line-height: 35px;padding-left: 20px;background: url(../images/icon/dian2.jpg) no-repeat 0 center;font-size: 16px;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;transition: all .5s;}
.list li:hover{transform:translateX(1em);}
.list li span{float: right;color: #999;font-size: 14px;margin-left: 20px;position: relative;}
.list hr{border-bottom: dashed 1px #cccccc;}*/
.newicon{background: url(../images/icon/iconnew.jpg) no-repeat 0 center !important;padding-left: 35px !important;}

/*分页*/
#page_div{margin:0 auto;text-align: center;margin-top: 20px;}
.pagination-first,.pagination-last{margin: 10px 0;text-align:center;}
.pagination-index,.pagination-num{border: 1px solid #3871a6;margin: 0 3px;padding:0 15px;display: inline-block;border-radius: 3px;color: #3871a6;}
.pagination-num.active,.pagination-index:hover,.pagination-num:hover{background: #3871a6;color: white;}
.pagination-last span{margin: 0 5px;}
.pagination-last input{height: 18px;width: 30px;text-align: center;}
@media (max-width:768px) {.pagination-last small{display: none;}.pagination-index,.pagination-num{padding:0 4px;}}

/*-----------------------------detail详情-----------------------------*/
.detail{background: #FFFFFF;padding-bottom: 20px;}
.detail>h1{font-size: 32px;text-align: center;padding: 0 50px 20px;}
.inform{border: 1px solid #CCCCCC;border-left: none;border-right: none;line-height: 40px;text-align: center;color: #999;}
.inform>div{display: inline-block;margin: 0 20px;}
.inform .fontsize img,.inform .fontsize span{margin: 0 5px;cursor: pointer;}
.inform .dywb{cursor: pointer;background: url(../images/icon/print.png) no-repeat 0 center;padding-left: 15px;}
.inform .bdsharebuttonbox{display: inline-block;vertical-align: middle;}
#NewsContent{padding: 20px;}
.zrbj{display: block;margin: 10px 0;text-align: right;}
#div-div{text-align: center;font-size: 12px;color: #999;clear: both;padding-bottom: 20px;}
#div-div>table{display:inline-block;}
.xgxw p{border-bottom: 1px solid #CCCCCC;font-size: 20px;line-height: 50px;margin-bottom: 10px;}
.xgxw p i{width: 5px;height: 20px;background: #3871a6;display: inline-block;margin-right: 15px;vertical-align: -3px;}
.xgxw ul{padding-bottom: 20px;margin: 0 -20px;}
.xgxw li{float: left;width: 50%;padding: 0 20px 0 35px;background: url(../images/icon/dian2.jpg) no-repeat 20px center;line-height: 35px;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;font-size: 16px;}
.xgxw li span{float: right;color: #999;margin-left: 20px;}
.click-top{position: fixed;bottom: 50px;right: 20px;z-index: 1000;cursor: pointer;width: 30px;display: none;}
@media print{.dyyc{display: none !important;}.detail{padding-top: 20px;}}

/*-----------------------------添加类名（辅助）-----------------------------*/
{white-space: nowrap;overflow:hidden;text-overflow:ellipsis;}

/*-----------------------------********-----------------------------*/

/*-----------------------------响应式-----------------------------*/
.container,.container-fluid{margin-right: auto;margin-left: auto;}
@media (min-width: 768px) {
.container {width: 100%;}

}
@media (min-width: 992px) {
.container {width: 100%;}

}
@media (min-width: 1220px) {
.container {width: 1200px;background-color: #fff;}
.theme-ct{min-height: 600px;}

}

@media (max-width: 1220px) {
    .container {width: 100%;}
.theme-ct{padding-left: 10px;padding-right: 10px;}
.theme-dqwz{background-position-y: 20px;}
/* list */
.list-fl{display: none;}
.list-fr{width: 100%;}

/* dtail */
#NewsContent{padding-left: initial;padding-right: initial;}
#NewsContent img{height: initial !important;}
.detail>h1{font-size: 20px;padding:0 0 20px 0;}
.inform{line-height: 25px;padding: 10px 0;}
.xgxw li{float: initial;width: initial;}
.inform .removedis,.click-top,#div-div{display: none;}

    .logobox .logo{
        float: none;
        margin-left: 0;
        text-align: center;
    }
    .logobox .header_seek{
        float: none;
        /* margin-left: 310px; */
    }
    .nav li{
        width: 170px;
    }
    .footer_top,
    .f_b_right {
        display: none;
    }
    .f_b_left{
        float: none;
        width: 100%;
        text-align: center;
    }
    .f_b{
        width: 100%;
    }
    .fixed{
        display: none;
    }

}
@media (max-width: 1200px) {
    body {
        background-size: 100% 34%;
    }
}
@media (max-width: 1024px) {
    .main-nav li{
        width: 170px;
    }
    .ld_list ul li a img{
        height: 200px;
    }
    body{
        background-size: 100% 28%;
    }
}
@media (max-width: 768px) {
    .logobox .header_seek{
        /* margin-left: 180px; */
        margin: 0 auto;
        margin-top: 30px;
        margin-left:25px;
    }
    .logobox .header_seek .user-input{width:250px;}
    .main-nav li{
        width: 33.3%;
    }
    body{
        background-size: 100% 21%;
    }
    .nav_main ul li{
        width: 146px;
    }
}
@media (max-width: 414px) {
	.topbar{
        display: none;
    }
    .logobox .header_seek{
        /* display: none; */
    }
    .logobox .logo{
        padding: 0 15px;
    }
    .main-nav li{
        width: 50%;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }
    .nav_main ul li{
        width: 100%;
    }
    body{
        background-size: 100%;
    }
}
@media (max-width: 320px){
    .main-nav li{
        height: 40px;
        line-height: 40px;
    }
}

.h_login {
    float:left;
    height: 100%;
    position: relative;
}
.h_login a{
    color:#fff!important;
}
.h_login ul {
    position: absolute;
    background: #708BB8;
    width: 80px;
    text-align: center;
    top: 40px;
    display: none;
    left: 0;
}
.h_login:hover ul {
    display: block;
    padding-bottom: 10px;
}
.h_login b {
    font-size: 0;
    line-height: 0;
    border-width: 6px;
    border-color: #fff;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    display: none;
    cursor: pointer;
    margin-left: 8px;
}


@media (min-width:769px) and  (max-width:1220px){
    .medical_exam_block{
        height: 50% !important;
        width: 100% !important;
    }
}

@media (max-width:768px){
    .medical_exam_block{
        height: auto !important;
        width: 100% !important;
    }
    .medical_exam_block a{
        height: auto !important;
        width: 100% !important;
    }
    .medical_exam_block a:last-child{
        margin-top:20px !important;
    }
}


/* 无障碍 */
#toolbarSwitch{
    /* padding-left: 26px; */
    padding: 5px 20px 5px 40px;
    position: relative;
    background-color: crimson;
    border-radius: 7px;
    width: 70px;
    color:#fff;
}
#toolbarSwitch img{
    position: absolute;
    left: 10px;
    top: 25%;
/*     transform: translateY(50%); */
}

/*归档*/
#file_box{display:none;position: absolute;width: 240px;height: 135px;top: 547px;right: 670px;background: url(../images/guidang.png) center center no-repeat;/* transform: rotate(35deg); */color: #ff0000;text-align: center;z-index: 9999;}
#file_box span{font-size: 16px;font-weight: bold;bottom: 12px;position: absolute;left: 0;right: 0;padding: 20px 0}
#file_box span i{font-style: normal;}

