﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video,input {
    margin: 0;
    padding: 0;
    border:0;
    outline:0;
}

em, i {
    font-style: normal;
}

ul, ol, li {
    list-style-type: none;
}

a {
    color: #666;
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

.not-select {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-cur{
    cursor:pointer;
}
.w-clearfix:after {
    clear: both;
    content: '';
    display: block;
}
.w-left{
    float:left;
}

.w-right{
    float:right
}
.w-content-box{
    width:1200px;
    margin: 0 auto;
}
.w-top-search{
    padding: 7px 0;
    min-width: 1200px;
}
.w-logo{
    padding: 12px 0;
}
.w-logo img{
    display: block;
}
.w-search-box{
    margin-left: 135px;
    padding: 18px 0;
    position: relative;
}
.search-input{
    box-sizing: border-box;
    width:478px;
    height: 40px;
    border:2px solid #F95E00;
    border-radius: 3px 0 0 3px;
    padding-left: 80px;
}
.search-btn{
    box-sizing: border-box;
    width:102px;
    height: 40px;
    border:2px solid #F95E00;
    background-color:#F95E00;
    border-radius: 0 3px 3px 0;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-indent: 20px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position-x: 21px;
    background-position-y: 11px;
}
.w-search-box .layui-form-select{
    width: 68px;
    position: absolute;
    height: 36px;
    top: 20px;
    left: 2px;
}
.w-search-box .layui-form-select .layui-select-title input{
    border: 0;
    height: 36px;
    padding-right: 20px;
}
.w-search-box .layui-form-select .layui-select-title i{
    right: 4px;
}
.w-search-box .layui-form-select .layui-anim-upbit .layui-this{
    background-color: #F95E00;
}
.w-top-nav{
    background-color: #F95E00;
    min-width: 1200px;
}
.w-nav-li{
    margin-right:10px
}
.w-nav-li a{
    padding: 13px 16px;
    display: block;
    color: white;
}
.w-nav-li a:hover{
    transition:all 0.3s;
    background-color:rgba(254,219,207,0.26);
}
.layui-theme-bg{
    background-color: #F95E00;
}
.w-eli{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}