#wj_subnav {
    height: auto;
    width: 100%;
}

.wj_subtopbg {
    background: none repeat scroll 0 0 #F4F4F4;
    height: 100px;
    width: 100%;
}

.wjsn_top {
    height: 100px;
    margin: 0 auto;
    width: 1050px;
}


.wjsnto_left {
    cursor: pointer;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    margin-right: 15px;
    margin-top: 27px;
    text-align: center;
    width: 206px;
}
.wjsnto_left a:hover, .wjsnto_left a.menuCur {
    background: none repeat scroll 0 0 #008ae3;
}
.wjsnto_left a {
    background: none repeat scroll 0 0 #999999;
    color: #FFFFFF;
    display: block;

    width: 186px;
    padding:10px;
}

.wjsn_foot {
    float: left;
    height: 90px;
    width: auto;
}

.wjsn_foot li {
    cursor: pointer;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    margin-top: 43px;
    text-align: center;
    width: 155px;
    overflow:hidden;
}
.wjsn_foot li a:hover, .wjsn_foot li a.subMenuCur {
    background: none repeat scroll 0 0 #008ae3;
}
.wjsn_foot li a {
    background: none repeat scroll 0 0 #ACACAC;
    border-radius: 30px;
    color: #FFFFFF;
    display: block;
    height: 30px;
    width: 155px;
}

.input {
    border: 1px solid #BCBCC3;
    height: 30px;
    border-radius: 2px;
    height: 45px;
    outline: 0px none;
	padding: 0px;
	text-indent: 15px;
	width: 330px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    vertical-align: middle;
    color:#555;
}

#lr_content p span{font-size: 14px;}
#tb_content{
  border: 1px solid #BCBCC3;
  border-radius: 2px;
  text-indent: 15px;
  width: 300px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
}