/*通用*/
body{
    font-family: 微软雅黑;
}
ul,li,div,p,ol{
    margin: 0px;
    padding: 0px;
}
.w1100{
    width: 1100px;
}
.center{
    margin:  0 auto;
}
/*mid-nav*/
/*当前位置*/
.dqwz-bg{
    width: 100%;
    height: 40px;
    background-color: #ededed;
}
.dqwz{
    height: 40px;
    background: url("dqwz_img.png") no-repeat 2px 15px;
    color: #454545;
    font-size: 13px;
}
.dqwz a{
    color: #454545;
}
.dqwz-bg table{
}
/*当前位置结束*/
/*主体*/
.main-fl-bg{
    width: 280px;
    min-height: 800px;
    background-color: #efefef;
}
.main-fl-tit{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    color: #ffffff;
    background-color: #015293;
    font-weight: bold;
    text-align: center;
}
.main-fl-box{
    width: 100%;
    margin-top: 20px;
}
.main-fl-box li{
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #efefef;
}
.main-fl-box li>div{
    width: 100%;
    height: 45px;
    background: url("tylm_pic_03.png")20px no-repeat;
    padding-left: 40px;
}
.main-fl-box li>div>a{
    color:#000000;
    font-size: 17px;
    font-weight: lighter;
}
.main-fl-box-li{
    width: 100% !important;
    height: 45px;
    line-height: 45px;
    background-color: #b2c8d9 !important;
}
.main-fl-box-li>div{
    width: 100%;
    height: 45px;
    background: url("tylm_pic_04.png")20px no-repeat !important;
    padding-left: 40px;
}
.main-fl-box-li>div>a{
    color:#1d79cc !important;
    font-size: 17px;
    font-weight: lighter;
}
/*右部分*/
.main-fr-bg{
    width: 795px;
    min-height: 800px;
    background-color: #f9f9f9;
    border: solid 1px #dedede;
}
.main-fr-tit{
    width: 100%;
    height: 50px;
    background-color: #e9e9e9;
}
.main-fr-tit li{
    color: #606060;
    font-size: 16px;
    line-height: 48px;
    float: left;
    width: 95px;
    text-align: center;
    border-top: solid 2px #e9e9e9;
    background-color: #e9e9e9;
}
.main-fl-tit-li{
    color: #1d79cc !important;
    font-size: 16px;
    line-height: 48px;
    float: left;
    width: 95px;
    text-align: center;
    border-top: solid 2px #1d79cc !important;
    background-color: #ffffff !important;
}
.main-fr-box{
    width: 100%;
}
.main-fr-box li{
    width: 96%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    background: url("tylm_pic_02.png")1px  no-repeat;
    border-bottom: dashed 1px #e8e8e8;
    padding-left: 15px;
}
.main-fr-box li>a{
    color: #333333;
    font-size: 17px;
}
.main-fr-box li>span{
    color: #999999;
}
/**后期调整**/
    .inputText1 form {
        height: 50px;
        width: 510px;
        margin: 0 auto;
        border: 1px solid #2d66a5;
        border-radius: 8px;
        background-color: #ffffff;
        overflow: hidden;
    }
    
    .inputText1 input[type=text] {
        width: 400px;
        padding-left: 20px;
        float: left;
        border-radius: 8px;
        height:50px;
        line-height:50px;
    }
    .inputText1 input[type=submit] {
        height: 48px;
    }
/**适老化**/
  .old_type .inputText1 input {
        font-size: 32px;
    }
.old_type .main-fl-tit{
    height: 70px;
    line-height: 70px;
    font-size: 32px;
}

.old_type .main-fl-box li{
    height: 70px;
    line-height: 70px;
}
.old_type .main-fl-box li>div{
    height: 70px;
    background-size: 5%!important;
}
.old_type .main-fl-box li>div>a{
 font-size: 32px;
}
.old_type #ldcy td{
 font-size: 32px;
}
.old_type td img {
    width: 10px;
    height: 10px;
}
.old_type .main-fr-bg div p {
    font-size: 32px!important;
    line-height: 70px;
}