@charset "utf-8";
/* 通用 */
html,body{margin:0; padding:0; width: 100%; font-size: 18px; color: #fff;font-family:"微软雅黑";}
img{border:none;}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
ul,li {margin:0;padding:0;list-style:none;}
input{border: 0px;outline:none;}

/* 黄页头部开始 */
.top{
    width:100%;
    height:82px;
    background:url('../images/head_bg.png') center;
    background-size:cover;
}
.top .top_center{
    width:1200px;
    height:100%;
    overflow:hidden;
    margin:0 auto;
}
.top .top_center .head_logo{
    width:194px;
    height:56px;
    margin:12px 0 0 0;
    float:left;
}
.top .top_center .head_logo a{
    display: block;
}
.top .top_center .head_logo img{
    width:194px;
    height:56px;
}
.top .top_center .page_head_img{
    width: 217px;
    height: 41px;
    margin: 20px 0 0 0;
    float: left;
}
.top .top_center .page_head_img a{
    display:block;
    width:100%;
    height:100%;
}
.top .top_center .page_head_img img{
    width:217px;
    height:41px;
}
.top .top_center .head_search{
    width:625px;
    height:100%;
    float:left;
    position: relative;
}
.top .top_center .beta{
    width: 50px;
    height: 100%;
    color: #991CC5;
    font-size: 14px;
    float: left;
    line-height: 82px;
    text-align: center;
    margin-right: 45px;
}
.top .top_center .head_search input[type="text"]{
    width:500px;
    height:37px;
    background:#fff;
    border-radius:34px 0 0 34px;
    margin:20px 0 0 0px;
    padding:0 15px;
    font-size:14px;
    float:left;
}
.top .top_center .head_search .search_btn{
    width:73px;
    height:73px;
    background:url('../images/head_search.png') no-repeat center;
    background-size:cover;
    position: absolute;
    top:3px;
    right:-55px;
    cursor: pointer;
}
.top .top_center .authorizes_btn{
    width:158px;
    height:42px;
    line-height: 42px;
    text-align:center;
    border:1px solid #57B8EA;
    border-radius:10px;
    background:#fff;
    font-size:16px;
    font-weight:400;
    color:#212121;
    float:right;
    margin-top:19px;
}
.top .top_center .authorizes_btn a{
    display: block;
    color:#57B8EA;
}




/* 黄页头部结束 */
