/* 悬浮条 */
.y_float_head {width: 100%;margin: 0 auto;background: #fff;height: 90px;}
.y_float_head .y_float_head_box{width: 1200px;min-width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.y_float_head .y_float_head_logo{width: 136px;height: auto;}
.y_float_head .y_float_head_list {list-style: none;width: 740px;}
.y_float_head .y_float_head_list li {display: inline-block;}
.y_float_head .y_float_head_list li>a{font-size:16px ;color: #000;font-weight: 500;display: inline-block;height: 90px;margin:0 20px;line-height: 90px;}
.y_float_head .y_float_head_list li .y_float_li_act{color: #E63429;}
.y_float_head .y_float_head_search {width: 250px;height: 38px;border: 1px solid #e5e5e5;border-radius: 2px;display: flex;justify-content: start;align-items: center;transition: all 0.1s linear;}
.y_float_head .y_float_head_search:hover{border-color: #E63429;}
.y_float_head .y_float_head_search input{outline: none;border: 0;width: 210px;height: 36px;text-indent: 10px;line-height: 36px;font-size: 14px;color: #333;}
.y_float_head .y_float_head_search input::placeholder{color: #999;}
.y_float_head .y_float_head_search img{width: 22px;height: 21px;margin-left: 5px;cursor: pointer;}