.wrapRow{
    display: flex;
    flex-direction: row;
}
.w1200{
    width: 1200px;
    margin:auto;
}
.w1000{
    width: 1000px;
    margin: auto;
}
body{
    background-color: #ffffff;
}
.banner img{
    max-width: 100%;
}
.search_box{
    background-color: rgba(0,0,0,0.6);
    border-radius: 5px;
    padding: 25px 10px;
    box-sizing: border-box;
    margin-top: -51px;
    position: relative;
    justify-content: center;
}
.search_box .search_item{
    font-size: 15px;
    color: #ffffff;
}
.search_box .search_item .wrapRow input{
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    width: 150px;
    border-radius: 3px 0 0 3px;
    color: #333333;
    border: none;
    padding: 0 5px;
}
.search_box .search_item .wrapRow span{
    background-color: #be0000;
    height: 40px;
    line-height: 40px;
    width: 50px;
    text-align: center;
    color: #ffffff;
    display: block;
    border-radius: 0 3px 3px 0;
}
.search_box .search_symbol{
    width: 30px;
    text-align: center;
    margin-top: 38px;
    font-size: 15px;
    color: #ffffff;
}
.search_box  .search_button{
    align-items: center;
    height: 40px;
    line-height: 40;
    width: 100px;
    background-color: #be0000;
    text-align: center;
    color: #ffffff;
    margin-left: 30px;
    font-size: 16px;
    border-radius: 3px;
    justify-content: center;
    margin-top: 26px;
    cursor: pointer;
}
.search_box  .search_button img{
    width:16px;
    margin-left: 2px;
}
.search_note{
    color: #BE0000;
    font-size: 14px;
    margin-top: 10px;
}
.search_note div{  visibility: hidden;}
.search_note .note1{  margin-left: 90px; }
.search_note .note2{  margin-left: 152px;  }
.search_note .note3{  margin-left: 154px;  }
.search_note .note4{  margin-left: 152px;  }


.trans_item{
    background-color: #ffffff;
    padding: 0 10px 10px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin: 15px 20px;
    width:280px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 2px 2px #e2e2e2;
    display: none;
}
.trans_item .img_box{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trans_item .img_box img{
    max-width: 60%;
    max-height: 70%;
}
.trans_item .trans_cont{
    background-color: #F1F1F1;
    width: 100%;
    padding: 10px 0;
}
.trans_item .trans_cont .price{
    font-size: 18px;
    font-weight: bold;
    color: #f17f1a;
}
.trans_note{
    color: #be0000;
    font-size: 15px;
    text-align: right;
    letter-spacing: 1px;
    display: none;
    text-align: center;
}
.trans_table{
    background:url("img/tr_table_bg.png") no-repeat center;
    text-align: center;
    padding:70px 0 90px;
    margin-top: 60px;
}
.trans_table .title{
    font-size: 35px;
    font-weight: bold;
    color: #be0000;
    margin-bottom: 30px;
}
.trans_select_box {
    margin: 70px auto 0;
    padding-bottom: 12px;
    border-bottom: 4px solid #F1F1F1;
}
.trans_select_box .select_item{
    background-color: #ffffff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 15px;
    width: 200px;
    height: 100px;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    box-shadow: 0 2px 2px #e2e2e2;
}
.trans_select_box .select_item img{
    max-width: 60%;
    max-height: 70%;
}
.trans_select_box .select_item_act:after{
    content: "";
    height: 5px;
    width: 100%;
    background-color: #BE0000;
    position: absolute;
    bottom: -17px;
}
.price_table_box{
    margin-top: 50px;
}
.price_table_box .price_table{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background-color: #f5f5f5;
    margin-bottom: 10px;
    display: none;
}
.price_table_box .price_table1{
    display: flex;
}
.price_table_box .price_table .weight{
    width: 50%;
}
.price_table_box .price_table .price{
    width: 50%;
}
.price_table_box .price_table_title{
    font-weight: bold;
    color: #ffffff;
    font-size: 25px;
    background-color: #BE0000;
    height: 50px;
    line-height: 50px;
    display: flex!important;
}
.price_table_note{
    color: #BE0000;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    margin-top: 20px;
}
.price_table_note div{
    display: none;
}
.price_table_note .ydh_fee{
    display: block;
}
.trans_more{
    font-size: 15px;
    color: #000;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
/*咨询*/
.consult_box{
    padding:30px 0 80px;
    text-align: center;
    background-color: #ffffff;
    margin-top: 30px;
}
.consult_box .title{
    font-size: 24px;
    font-weight: bold;
    color: #BE0000;
    margin-bottom: 10px;
}
.consult_box .note{
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 1px;
}
.consult_box .form .item{
    align-items: center;
    margin-top: 20px;
}
.consult_box .form .item label{
    margin-right: 25px;
}
.consult_box .form .item input{
    height: 36px;
    padding: 0 10px;
    border: 1px solid #e2e2e2;
    line-height: 34px;
    width: 300px;
}
.consult_box .form .item textarea{
    height: 180px;
    padding:10px;
    border: 1px solid #e2e2e2;
    width: 755px;
    resize: none;
}
.consult_box button{
    background-color: #BE0000;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    width: 200px;
    height: 36px;
    line-height: 34px;
    border-radius: 3px;
    border: none;
    margin-top: 25px;
}
/*表单*/
.help-block{
    position: absolute;
    text-align: left;
}