*{
    margin: 0;
    padding: 0;
    font-family:"微软雅黑", "宋体";
}
.clears{
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
ul,li,ol{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
img {
    border: none;
    margin: 0;
    line-height: normal;
}

/*2.0html 医疗核心指标管理系统登录*/

header{
    width: 100%;
    height: 150px;
    background-color: #1a9f9a;
    background-repeat: no-repeat;
}
.header1,.head{
    width: 1000px;
    height: 100px;
    margin: 0 auto;
}
.article{
    width: 1000px;
    height: 1050px;
    border-radius: 5px;
    margin: -40px auto;
    background-color: white;
    box-shadow: darkgrey 0 0 30px 5px;
}
.slideBox img{
    border-radius: 5px;
}
.slideBox {
    width:1000px;
    height:386px;
    border-radius:5px;
    position:relative;
    overflow:hidden;
}
.slideBox ul {
    position:relative;
    width:6000px;
}
.slideBox ul li {
    float:left;
    width:1000px;
    height:386px;
    position:relative;
}
.spanBox {
    position:absolute;
    width:300px;
    height:20px;
    bottom:10px;
    left:450px;
}
.spanBox span {
    width:25px;
    height:5px;
    border-radius:4px;
    background-color:rgba(255,255,255,1.00);
    float:left;
    margin: 0 5px;
    line-height:16px;
    text-align:center;
    font-size:15px;
}
.slideBox .spanBox .active {
    background-color:rgba(25,155,150,0.79);
    border:solid 1px #BEEBEC;
    border-radius:4px;
}
.login{
    width: 600px;
    height: 386px;
    position: absolute;
    z-index: 1;
    background: url("../img/login.png");
}
.login>h1{
    font-size: 18px;
    color: #1a9f9a;
    margin: 50px 150px;
}
.username,.password{
    width: 300px;
    height: 25px;
    margin: 50px 50px;
    color: #1a9f9a;
    font-size: 18px
}
.username>input,.password>input{
    width: 200px;
    height: 25px;
    border-radius: 5px;
    background-color: white;
    box-shadow: #a7e0de 0 0 10px 1px;
    border: 1px #24c0ca solid
}
.rem{
    width: 100px;
    height: 20px;
    margin-left: 50px;
    float: left;
}
.introduce{
    width: 970px;
    height: 170px;
    margin: 20px auto;
}
.introduce_title,.notice_title{
    width: 970px;
    height: 37px;
    border-bottom: 3px #1a9f9a solid;
}
.introduce_title>h2,.notice_title>h2{
    width: 110px;
    height: 37px;
    color: white;
    font-size: 18px;
    text-align: center;
    line-height: 37px;
    background-color: #1a9f9a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.introduce>h3{
    font-size: 16px;
    margin: 5px 10px;
}
.introduce>p{
    font-size: 12px;
    text-indent: 2em;
    line-height: 200%;
}
.notice{
    width: 970px;
    height: 400px;
    margin: 20px auto;
}
.notice_content{
    width: 900px;
    height: 300px;
    margin: 0 auto;
}
.notice_content>li{
    width: 900px;
    height: 30px;
    margin-top: 20px;
    border-bottom: 1px #19c7bd dashed;
    float: left;
}
.pic{
    font-size: 12px;
    float: left;
}
.footer1{
    width: 100%;
    height: 90px;
    opacity: 0.9;
    background-repeat: no-repeat;
    background-color: #19c7bd;
    margin: 0 auto;
}
.footer1>p{
    text-align: center;
    line-height: 90px;
    font-size: 12px;
    color: #fff;
}

/*2.1html 医疗核心指标系统*/

.header{
    width: 100%;
    height: 75px;
    background-color: #1a9f9a;
    display: flex;
    justify-content: space-between;
}
.header>img{
    float: left;
}
.user{
    font-size: 14px;
    color: white;
    margin-top: 25px;
    margin-right: 20px;
}
.user>div{
    margin-left: 50px;
    float: left;
}
.article1{
    width: 100%;
    height: 550px;
}
.left{
    width: 200px;
    height: 550px;
    background-color: #2bd5cf;
    position: absolute;
}
.left_title{
    width: 120px;
    height: 30px;
    margin: 10px auto;
}
.menu{
    width: 200px;
    height: 460px;
}
.menu>li{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.menu>li>a{
    color: white;
    font-size: 18px;
    display: block;
}
.top{
    width: 82px;
}
.top>img{
    position: absolute;
    margin-top: 2px;
    margin-left: 2px;
}
.top1{
    width: 130px;
}
.top1>span{
    margin-left: 20px;
}
.top1>img{
    position: absolute;
    margin-top: 2px;
}
.active1 {
    width: 230px;
    height: 50px;
    background: url("../img/hover.png");
    position: absolute;
    z-index: 4;
    display: block;
}
.menu>li:hover a{
    width: 230px;
    height: 50px;
    background: url("../img/hover.png");
    position: absolute;
    z-index: 5;
}
.menu>li:hover a{
    color: black;
}
footer{
    width: 100%;
    height: 40px;
    background-color: #1a9f9a;
}
footer>p{
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
}
/*3.0医疗安全常态化防控系统*/
.header2{
    width: 100%;
    height: 100px;
    background-color: #c73232;
    background-repeat: no-repeat;
}
.slideBox1 {
    width:1920px;
    height:600px;
    position:relative;
    overflow:hidden;
    margin: 0 auto;
}
.slideBox1>ul {
    position:relative;
    width:10000px;
}
.slideBox1>ul>li {
    float:left;
    width:1920px;
    height:600px;
    position:relative;
}
.spanBox1{
    position:absolute;
    width:300px;
    height:20px;
    bottom:10px;
    left:750px;
}
.spanBox1 span {
    width:10px;
    height:10px;
    border-radius:50%;
    border: 1px #fff solid;
    float:left;
    margin: 0 5px;
}
.slideBox1 .spanBox1 .active2 {
    background-color:rgba(255,255,255,0.79);
}
.article2{
    width: 1220px;
    height: 250px;
    margin: 50px auto;
}
.login1{
    width: 390px;
    height: 280px;
    border-radius: 5px;
    background-color: white;
    box-shadow: #2763de 0 0 10px 1px;
    float: left;
}
.select1{
    width: 820px;
    height: 280px;
    background: #fff;
    border: 1px solid #999;
    float: right;
    -moz-box-shadow:2px 2px 5px #999;
    -webkit-box-shadow:2px 2px 5px #999;
    box-shadow:2px 2px 5px #999;
}
.nav{
    width: 100%;
    height: 30px;
    border-bottom: 1px #999 solid;
}
.nav li{
    display: inline;
    width: 20%;
    font-size: 18px;
    text-decoration: none;
    line-height: 30px;
    padding: 4px;
}
.act{
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #fff;
    color: #618de7;
    font-size: 20px;
    font-weight: bold;
}
section{
    height: 200px;
}
.tab .ul{
    width: 600px;
    margin: 0 auto;
}
.tab .ul li{
    line-height: 30px;
    border-bottom: 1px #c73232 dashed;
    list-style-type: disc;
    color: #c73232;
    list-style-position: inside;
    margin: 0 10px;
}
.tab .ul li{
    font-size: 12px;
}
.tab .ul li:hover a{
    color: #d4202c;
}
.ul>p{
    text-indent: 2em;
    width: 580px;
    line-height: 30px;
    padding-top: 20px;
    padding-left: 10px;
    font-size: 12px;
    font-family: "微软雅黑", serif;
}
.footer2{
    width: 100%;
    height: 90px;
    background-repeat: no-repeat;
    background-color: #c73232;
    margin: 0 auto;
}
.footer2>p{
    text-align: center;
    line-height: 90px;
    font-size: 12px;
    color: #fff;
}