/* 顶部信息s */
/* 默认情况下显示 */
.head_main_che {
    background: #fff;
    overflow: hidden;
}

/* 当屏幕宽度小于平板和手机时隐藏 */
@media (max-width: 767px) {
    .head_main_che {
        display: none;
    }
}

/* 当屏幕宽度大于平板和手机时显示 */
@media (min-width: 768px) {
    .head_main_che {
        display: block; /* 或者其他你想要的显示方式 */
    }
}
.top_head_che{padding:10px 0;overflow: hidden;border:0 solid #f00;}
.top_left{float:left;overflow: hidden;}
.top_left_app{width:100px;float:left;margin-left:10px;margin-top:20px; line-height:50px;border:0 solid #f00;}
.top_center{float:left;overflow: hidden;margin-left:0;border:0 solid #f00;}
.top_center .top_center_search{border:2px solid #dcdfe4;width:500px;height:40px;line-height:40px;border-radius:100px;padding:5px;margin-top:20px;}
.top_center .search_input{float:left;width:400px;height:40px;}
.top_center .search_input input{width:100%;border:0; font-size: 16px; font-weight:bold;padding-left: 20px;border-radius: 30px;}
.top_center .search_btns{width:100px;border-radius:30px;background:#36f;display:block; float:right;color:#fff;height:40px; border:0; font-weight:bold; font-size:14px;}

.top_right{float:right;width:525px;border:0 solid #f00;}
.top_right ul {padding-top:13px;}
.top_right .li_w {width:180px; line-height:60px;}
.top_right ul li{text-align: left; line-height:30px; font-weight:bold; color:#eb5521;font-size:16px;border:0 solid #f00;}
.top_right ul li img{width:30px;}



.top_tel_ico_WhatsApp{ background:url(../images/ico_WhatsApp.jpg) no-repeat center center;}
.top_tel_ico_alipay{background:url(../images/ico_alipay.jpg) no-repeat center center;}
.top_tel_ico_Wechat{background:url(../images/ico_Wechat.jpg) no-repeat center center;}

.top_right ul li .top_tel_ico_WhatsApp,.top_right ul li .top_tel_ico_alipay,.top_right ul li .top_tel_ico_Wechat{display:inline-block;width:25px; height:25px;line-height:25px; overflow:hidden; border-radius:5px;margin:0 5px;border:0 solid #f00;vertical-align: middle;background-size: 100%;}

/*右侧更多信息*/
.right_more_che{overflow:hieen;margin:0 atuo; border-top:1px solid #ccc;}
.right_more_che ul{overflow:hidden;padding:15px;}
.right_more_che ul li{line-height:35px; font-size:14px;}
.right_more_che_ico .top_tel_ico_WhatsApp,.right_more_che_ico .top_tel_ico_alipay,.right_more_che_ico .top_tel_ico_Wechat{display:inline-block;width:25px; height:25px;line-height:25px; overflow:hidden; border-radius:5px;margin:0 5px;border:0 solid #f00;vertical-align: middle;background-size: 100%;}
.right_more_che .right_more_che_h2{ height:35px; line-height:35px; font-size:18px; font-weight:bold;}
.right_more_che .right_more_che_Booking{font-size:18px; font-weight:bold; color:#ea531d;}