@charset "utf-8"; /* CSS Document */
/* OneByOne Slider */
@import url('jquery.onebyone-min2.css'); .advbox {
    width: 100%;
    margin: 0 auto;
    background: url(../images/header/header3.jpg);
    min-width: 1200px
}

.advbox #onebyone_slider span a {
    color: #FFF;
}

.default_button {
    font: 11px Helvetica,Arial,sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 18px;
    margin: 2px 3px;
    vertical-align: middle;
    display: inline-block;
    border: solid 1px #111;
    color: #fff;
    background: #444;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(255,255,255,.1);
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    zoom:1;*display: inline
}

.default_button:hover {
    color: #fff;
    background: #777;
    border-color: #333
}

.default_button:active {
    color: #fff;
    background: #777;
    border-color: #333;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.50),0px 0 1px rgba(0,0,0,0.50);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.50),0px 0 1px rgba(0,0,0,0.50);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.50),0px 0 1px rgba(0,0,0,0.50)
}

.default_button.small {
    font-size: 10px;
    padding: 5px 14px
}

.default_button.large {
    font-size: 12px;
    padding: 9px 24px
}

.default_button.xlarge {
    font-size: 13px;
    padding: 13px 28px
}


.wap {
    display: none !important;
}
@media screen and (max-width:1200px){
    .advbox{min-width:auto;}


 #logobar>div{width:auto !important;padding-left: 10px;padding-right: 10px;}
.nav{width:auto !important;}
.nav>ul{
    display: flex;
}
.nav>ul>li{
    flex: 1;
    min-width: 0;
}
.nav ul li a{
    padding: 0;
    text-align: center;
    font-size: 14px;
}


    
}

@media screen and (max-width: 1024px) {
    .wap {
        display: block !important;
    }
}