input::-webkit-input-placeholder{
    color:#999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999;
}
/* 头部 */
.header .title h3{
    font-size: 42px;
    color: #0464fc;
    font-weight: 700;
    line-height: 84px;
    margin-left: 30px;
    text-align: center;
}
/*内容区*/
.content_main {
    width: 100%;
    height: 789px;
    background: url('../images/login_bg.jpg')no-repeat;
    background-size: 100% 100%;
}
.login_view {
    width: 400px;
    border-radius: 12px;
    background: #ffffff;
    margin-top: 154px;
    float: right;
}
.login_main {
    padding: 0;
}
.login_main li {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}
.login_title {
    font-size: 24px;
    color: #959595;
    font-weight:700;
    text-align: center;
    line-height: 90px;
}
.li_user>div,.li_password>div {
    border:1px solid #c1c1c1;
    border-radius: 28px;
    margin-bottom: 30px;
}
.li_user .icon,.li_password .icon {
    float: left;
    margin-top: 10px;
    margin-left: 18px;
}
.li_user .user_inp,.li_password .password_inp {
    float: left;
    height: 50px;
    width: 280px;
    padding-left: 7px;
    margin-left: 10px;
    font-size: 18px;
    border: none;
    background: none;
}
.li_user .icon {
    width: 28px;
    height: 30px;
    background: url('../images/login_user.png') no-repeat;
    background-size: 100% 100%;
}
.li_password .icon {
    width: 28px;
    height: 30px;
    background: url('../images/login_password.png') no-repeat;
    background-size: 100% 100%;
}
.li_code .tets_code {
    float: left;
}
.li_code .change {
    float: right;
    width: 180px;
}
.tets_code {
    border:1px solid #c1c1c1;
    border-radius: 28px;
    width: 180px;
}
.tets_code .icon {
    width: 28px;
    height: 30px;
    background: url('../images/login_test.png') no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-left: 18px;
    margin-top: 10px;
}
.tets_code .code_inp {
    float: left;
    width: 120px;
    height: 50px;
    font-size: 18px;
    border: none;
    background: none;
    margin-left: 10px;
}
.change {
    height: 52px;
}
.change img {
    float: left;
    display: block;
    width: 60px;
    height: 34px;
    margin-top: 9px;
    margin-left: 5px;
}
.change a {
    float: right;
    display: block;
    text-decoration: underline;
    color: #999;
    font-size: 15px;
    line-height: 52px;
}
.change a:hover {
    color: #337ab7;
}
.li_choice {
    margin-top: 20px;
}
.li_choice .remember {
    float: left;
}
.li_choice .forget {
    float: right;
    text-decoration: underline;
    font-size: 18px;
    color: #435986;
}
.li_choice .forget:hover {
    color: #337ab7;
}
.remember .check {
    float: left;
}
.remember>span {
    float: left;
    font-size: 18px;
    color: #435986;
}
.login_btn {
    width: 100%;
    height: 60px;
    border: none;
    background: #0353fb;
    font-size: 24px;
    color: #ffffff;
    border-radius: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}
/* 尾部 */
.footer .manage ul li {
    float: left;
}
.footer .manage ul {
    padding: 0;
    margin-top: 20px;
}
.footer .manage ul li a{
    display: block;
}
.footer .manage .national a {
    width: 433px;
    height: 50px;
    background: url('../images/na.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 30px;
}
.footer .manage .health a {
    width: 308px;
    height: 50px;
    background: url('../images/sc.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 30px;
}
.footer .manage .department a {
    width: 313px;
    height: 50px;
    background: url('../images/em.png') no-repeat;
    background-size: 100% 100%;
}
.footer .service ul {
    padding: 0 158px;
    margin-top: 20px;
}
.footer .service ul li {
    float: left;
    width: 25%;
    text-align: center;
}
.footer .service ul li a {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 700;
}
.footer .service ul li a:hover {
    color: #337ab7;
}
.copyright p {
    font-family:"微软雅黑" ;
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    color: #999;
}