/* main */
#main{
    height: 70px;
    line-height: 70px;
}
#main .main{
    overflow: hidden;
}
#main .main .m_left{
    float: left;
    
}
@media (min-width:1400px){
    #main .main .m_left{
        max-width: 870px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media (max-width:1399px){
    #main .main .m_left{
        max-width: 430px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media (max-width:991px){
    #main .main .m_left{
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

#main .main .m_left .m_2 span{
    color: #DA251C;
} 
#main .main .m_left div{
    display: inline-block;
    font-size: 16px;
    color: rgb(43, 43, 43);
    
}
#main .main .m_left span{
    font-weight: bolder;
    color: #2b2b2b;
}
#main .main .m_right{
    float: right;
}
#main .main a{
    color: #2b2b2b;
    
}
#main .main a:hover{
    color: #DA251C;
    text-decoration: none;
}

.search_form{
    height:42px;
    right: 0;
    position: relative;
}

.input_text{
    width: 300px;
    margin-top: 15px;
    height: 35px;
    border:1px solid #e2e2e2;
    padding:0px;
    text-indent: 10px;
    outline: none;
    float:left;
    border-radius: 20px;
}
.m_right .submit{
    position: absolute;
    cursor:pointer;
    top:18px;
    right: 10px;
    z-index: 99;
    line-height: 19px;
    background: url(../images/sousuo.png) no-repeat;
    width: 30px;
    border: 0;
    height: 30px;
}

.search_form{
    height:42px;
    right: 0;
    position: relative;
}

.input_text{
    width: 250px;
    margin-top: 15px;
    height: 35px;
    border:1px solid #e2e2e2;
    padding:0px;
    padding-left: 20px;
    outline: none;
    float:left;
    border-radius: 20px;
    padding-right: 38px;
}
.m_right .submit{
    position: absolute;
    cursor:pointer;
    top:18px;
    right: 10px;
    z-index: 99;
    line-height: 19px;
    background: url(../images/sousou.png) no-repeat;
    width: 30px;
    border: 0;
    height: 30px;
}
@media(max-width:991px){
    .input_text{
        width: 150px;
    }
}
@media (max-width:992px){
    .input_text{
        width:220px;
    }
}
@media (max-width:767px){
    .m_right{
        width: 100%;
    }
    .search_form{
        width: 100%;
    }
    .input_text{
        width:100%;
    }
}
.m_right i{
    position: absolute;
    cursor:pointer;
    top: 24px;
    right: 20px;
    z-index: 99;
    font-size: 19px;
    line-height: 19px;
    color: #A5A5A5;
}

