@charset "utf-8";
*{
    font-family: "黑体简体","微软雅黑","Microsoft YaHei","Arial regular,helvetica regular" !important;
}
.clearFix {
    zoom: 1;
}
.clearFix:after {
    content: "";
    display: block;
    clear: both;
}

.zyt-search-box{
    display: none;
    position: fixed;
    left:0;
    top:0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.98;
    z-index: 9999999;
}
.zyt-search-page{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.logo-box{
    width: 162px;
    height: 48px;
    margin-top: 66px;
}

.zyt-search-wrap{
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
}
.zyt-search{
    border: 0;
    width: 100%;
    background: none;
    outline: 0;
    font-size: 20px;
    line-height: 24px;
    color:#757575;
    padding: 0 10px;
    padding-right: 30px;
    margin-bottom: 6px;

}
.zyt-search-wrap:hover{
    border-color: #1e88e5;
}
.zyt-search-btn{
    position: absolute;
    top: 6px;
    right: 8px;
    width: 19px;
    height: 19px;
    cursor: pointer;
}
.zyt-search-btn img{
    width: 19px;
    height: 19px;
}
.zyt-search-width{
    width: 880px;
    margin: 80px auto 0;
}
.zyt-hot-search{
    margin-top: 40px;
}
.zyt-hot-title{
    width: 100%;
    font-size: 16px;
    color: #030202;
    line-height: 24px;
    text-align: left;
    margin-bottom: 11px;
}
.zyt-hot-list a{
    display: inline-block;
    font-size: 14px;
    color: #030202;
    line-height: 30px;
    padding: 0 16px;
    background: #F6F6F6;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 14px;
}
.zyt-hot-list a:hover{
    color: #0780E5;
    background: #EAF4FF;
}
.zyt-search-close{
    position: absolute;
    top:0;
    right: 0;
    background: url("../img/close_btn.png") no-repeat 0 0;
    width: 22px;
    height: 22px;
    background-size: 100%;
    outline: none;
    border:none;
}