.search-box {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 100px;
    background: rgba(0,0,0,0.6);
    padding: 50px 0;
    z-index: 10000;}
.search-width {
    width:50%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 0 0px 0 50px;}
.search-width .control {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 50px;}

.btn-search{
    right: 0;
    top: 0;
    float:right;
    width: 100px;
    border-radius: 0;
    height: 50px;
    background: url(/gjjyxy/images/search-an.png) center no-repeat;
    border:none;}

@media(max-width:1024px){
.search-box{top: 60px;}
.search-width{width:80%;}
}


.fr{float:left;margin-top:10px;}
