/*
 * 作者:helang
 * 邮箱:helang.love@qq.com
 * jQuery插件库:https://www.jq22.com/mem395541
 * CSDN博客:https://blog.csdn.net/u013350495
 * 微信公众号:web-7258
 */

body{
    padding: 0;
    margin: 0;
    /* font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif; */
    font-size: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/background.jpg');
}
.header{
    width: 1000px;
    margin: 20px auto 0;
}
.container{
    width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
}
.container:after{
    content: '';
    display: block;
    clear:both;
}
.container>div{
    float: left;
}
.container .logo{
    width: 100%;
    height: 120px;
    margin: 0 auto 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 120px;
}

.container .title{
    width: 100%;
    height: 50px;
    margin: 0 auto 10px;
    text-align: center;  /*水平居中*/
    line-height: 50px; /*垂直居中 值为heigth的值*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50px;
}

.container .sub-title{
    width: 100%;
    height: 70px;
    margin: 0 auto 10px;
    text-align: center;  /*水平居中*/
    line-height: 70px; /*垂直居中 值为heigth的值*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 120px;
}

.container .input{
    position: relative;
    width: 900px;
    height: 44px;
    border-top: #ccc solid 1px;
    border-right: none;
    border-bottom: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-radius: 4px 4px 4px 4px;
}

.container .input>input{
    outline: none;
    border: none;
    padding: 0 80px 0 70px;
    margin: 0;
    height: 44px;
    width: 750px;
    color: #333;
    font-size: 16px;
    border-radius: 4px 4px 4px 4px;
}

.container .input>input::-webkit-input-placeholder{
    color:#999;
}

.container .input .picker{
    width: 40px;
    padding-right: 30px;
    position: absolute;
    top: 0;
    /*right: 0;*/
    height: 100%;
    line-height: 44px;
    cursor: pointer;
    color: #999;
    font-size: 12px;
    text-align: right;
    background-image: url("../img/down.png");
    background-position: 50px center;
    background-repeat: no-repeat;
    user-select: none;
}

.container .input .search{
    width: 50px;
    padding-right: 55px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 44px;
    cursor: pointer;
    color: #999;
    font-size: 12px;
    text-align: right;
    background-position: 50px center;
    background-repeat: no-repeat;
    user-select: none;
}

.container .input .division{
    width: 50px;
    padding-right: 45px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 44px;
    cursor: pointer;
    color: #999;
    font-size: 12px;
    text-align: right;
    background-position: 50px center;
    background-repeat: no-repeat;
    user-select: none;
}


.container .input .voice{
    width: 50px;
    padding-right: 15px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 44px;
    cursor: pointer;
    color: #999;
    font-size: 12px;
    text-align: right;
    background-position: 50px center;
    background-repeat: no-repeat;
    user-select: none;
}


.container .input .picker-list{
    list-style: none;
    padding: 5px 0;
    width: 100px;
    position: absolute;
    /*right: 0;*/
    top: 50px;
    margin: 0;
    line-height: 26px;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background-color: #fff;
    display: none;
    z-index: 9999999;
    color: #909399;
}
.container .input .picker-list>li{
    padding-left: 25px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}
.container .input .picker-list>li:hover{
    background-color: #ebf1f5;
    cursor: pointer;
}
.container .input .hot-list{
    padding: 10px 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background-color: #fff;
    display: none;
    z-index: 9999999;
}
.container .input .hot-list>a{
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    overflow: hidden;
}
.container .input .hot-list>a:hover{
    background-color: #f3f3f3;
}
.container .input .hot-list>a>div{
    float: left;
}
.container .input .hot-list>a>div.number{
    text-align: center;
    width: 40px;
}
.container .advance{
    margin-left: 10px;
    width: 89px;
    height: 46px;
    text-align: center;  /*水平居中*/
    line-height: 46px; /*垂直居中 值为heigth的值*/
    background-color: #08f;
    /*background-image: url("../img/search.png");*/
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
}

.box-title{

}
.box-title img{
    height: 20px;width: 20px;margin-top: 10px;margin-right: 4px
}
.box-title span{
    height: 40px;margin-left:5px;line-height: 40px;display:inline-block;color:black;font-size: 16px;
}
.nav-box{
    position: relative;
    width: 1000px;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: space-between;
    /* background: #fff; */
}
.nav-box::before{
    position: absolute;
    content: "";
    width: 100vw;
    background-color:rgb(64, 158, 255);
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.nav-box > div{
    position: relative;
    z-index: 1;
}
.nav-box a{
    width:200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}
.nav-box a svg{
    margin-right: 10px;
}

ul.list li > a{
    display: block;
}
ul.list li > a .el-tag{
    margin-left: 10px;
}
.second-nav{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.second-nav .second-content{
    display: none
}

.second-nav:hover .second-content{
/* .second-nav .second-content{ */
    display: block;
    position: absolute;
    top: 40px;
}
.second-nav .second-content a{
    margin-top: 2px;
    height: 30px;
    line-height: 30px;
    background: rgb(64, 158, 255);
}.second-nav .second-content a+a{
    margin-top: 1px;
}