.position{
    height: 48px;
    line-height: 48px;
}
.index_banner {
    min-height: 580px;
    background: url(../img/zsbgi.png) no-repeat center top;
    background-size: 1920px 100%;
    margin-bottom: 30px;
}

.index_banner_con {
    text-align: center;
}

.index_banner_tit {
    height: 216px;
    box-sizing: border-box;
    padding-top: 50px;
}
.index_banner_tit.result{
    height: 150px;
}

.index_banner_tit h3 {
    font-size: 28px;
    line-height: 78px;
    color: #000000;
    font-weight: bold;
}

.index_banner_tit p {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.index_banner_search input {
    display: block;
    border: none;
    outline: none;
    margin: 0 auto 10px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 56px;
    color: #333333;
    padding: 0 18px;
    box-sizing: border-box;
    width: 968px;
}

.index_banner_search input[type=submit]{
    box-sizing: border-box;
    margin-top: 20px;
    width: 272px;
    background-color: #2470d2;
    font-size: 32px;
    color: #fff;
}
.index_banner_search input[type=submit]:active{
    color: #2470d2;
    background-color: #fff;
}

.index_banner_txt {
    padding: 40px 30px 0;
}

.index_banner_txt p {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}
.line1,.line2{
    margin: 0 auto 10px;
    width: 968px;
    background-color: #fff;
}
.line1 input,.line1 select,.line2 input,.line2 div{
    border: none;
    outline: none;
    width: 319px;
    margin: 0;
    display: inline-block;
    background-color: transparent;
}
.line2 div{
    box-sizing: border-box;
    text-align: left;
}
.line2 button{
    cursor: pointer;
    border: none;
    outline: none;
    padding: 8px 46px;
    background-color: #efefef;
    border-radius: 4px;
    color: #535050;
}

.showtable{
    width: 1140px;
    margin: 0 auto 10px;
}
.showtable table{
    width: 100%;
}
.showtable table th{
    background-color: #4473c5;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
}
.showtable table th:first-child{
    border-right: 4px solid #fff;
}
.showtable table thead{
    border-bottom: 4px solid #fff;
}
.showtable table tr{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.showtable table tr td:nth-child(2n+1){
    font-weight: bold;
    background-color: #ebf6e6;
    border: 1px solid #fff;
    border-right: 4px solid #fff;
}
.showtable table tr td:nth-child(2n+2){
    text-align: left;
    padding-left: 20px;
    background-color: #ebf6e6;
    border: 1px solid #fff;
}
.showtable table tr td:nth-child(2){
    border-right: 4px solid #fff;
}

