html,body{
    background-color: #f2f2f2;
    /* height: 100%; */
}
.ltHead{
    width: 100%;
    height: 60px;
    background-color: #1F354C;
}
.ltHead_cen{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}
.headPic1{
    float: left;
    margin-top: 10px;
}

.headNav{
    float: left;
    margin-left: 40px;
}
.headNav li{
    float: left;
    font-size: 14px;
    line-height: 60px;
    margin-right: 20px;
}
.headNav li a{
    color: #fff;
}
.ltForm{
    width: 150px;
    height: 60px;
    float: right;
}
.headPic2{
    margin-top: 15px;
    float: left;
}
.headPic3{
    float: left;
}
.ltForm ul{
    float: left;
    margin-left: 20px;
}
.ltForm ul li{
    float: left;
    line-height: 60px;
    font-size: 14px;
    margin-right: 20px;
}
.ltForm ul li a{
    color: #fff;
}
.lt_login{
    height: 60px;
    float: right;
}
.lt_login ul{
    margin-left: 20px;
    margin-top: 17.5px;
}
.lt_login li{
    float: left;
    line-height: 60px;
    font-size: 14px;
    margin-left: 20px;
    text-indent: 20px;
}
.btn_msg{
    width:15px;
    height:17px;
    display: block;
    float: left;;
    margin-top: 20.5px;
    background: url("../img/loginMsg.png") no-repeat 0 center;
    position: relative;
}
.lt_login li:first-of-type{
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    background: url("../img/indexPerson.png") no-repeat 0 center;
    border-radius: 50%;
}
/*.lt_login li:last-of-type{
    background: url("../img/indexTc.png") no-repeat 0 center;
}*/
.lt_login li a{
    color: #fff;
}
@media (min-width: 1220px ) and (max-width: 1400px) {
    .ltHead_cen{
        width: 1000px;
    }

}
@media (min-width: 1100px)and (max-width: 1220px){
    .ltHead_cen{
        width: 1000px;
    }

}
@media (min-width: 1024px ) and (max-width: 1100px) {
    .ltHead_cen{
        width: 900px;
    }

}
@media screen and (max-width: 1024px) {
    .ltHead_cen{
        width: 900px;
    }

}
.publicFooter{
    /* position:absolute; */
    bottom: 0px;
    margin-top: 55px;
    width: 100%;
    height: 55px;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 55px;
    background: url("../img/footerBg.png") no-repeat center 0;
}


/* table 样式 */
table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  table td,
  table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px 5px;
  }
  table th {
    border-bottom: 2px solid #ccc;
    text-align: center;
  }
  
  /* blockquote 样式 */
  blockquote {
    display: block;
    border-left: 8px solid #d0e5f2;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 1.4;
    font-size: 100%;
    background-color: #f1f1f1;
  }
  
  /* code 样式 */
  code {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 3px 5px;
    margin: 0 3px;
  }
  pre code {
    display: block;
  }

  .w-e-text{
      font-size: 16px;
  }

