#box{
  background: #f5f5f5;
  padding: 30px 40px;
}

#tit li{
    /*width: 150px;*/
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #fff;
    margin: 0 !important; 
    padding:0 10px;
}

.paye_box {
    /*height: 336px;*/
    margin-top: 20px;
    /*display: flex;
    justify-content: space-between;*/
    width: 1200px;
    margin: 0 auto;
}
.paye1 {
    width: 281px;
    height:268px;
    background: #fff;
    margin: 9px;
   /* text-align: center;*/
    float:left;

}
.paye_img{
    width: 100%;
    /*height: 200px;*/
}
.paye1_1{
    padding: 10px;
}
.paye2{
    margin-top: 50px;
    text-align: center;

}

#con li{
    display: none;
    font-size: 16px;

}

#tit .select{
    background:#B22222;
    color: #fff;
}
#tit .select a {
    background: #B22222;
    color: #fff;
}


#con .show{
  display: block;
}

.sear_1 {
    
    width: 100%;
    
    padding-top: 20px;
    
}
.sear_2 {
    width: 1200px;
    padding-top: 5px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}
.input-search {
    border: 2px solid #d5d5d5;
    border-radius: 3px;
    font-size: 14px;
    color: #333;
    height: 40px;
    padding: 0 10px;
    background: #fff;
    width: 315px;
}
.button1 {
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    background: #a9292a;
    border: none;
    margin: 0 0 0 5px;
    padding: 0 10px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
}