﻿@charset "utf-8";

/* 部分样式以来 style.css */
::-ms-clear{display: none;}


/*鼠标悬停字体变色css*/
.font_hover{
    color: #1a56a8 !important;
}
/*页头上部*/
.header_top{
    height: 34px;
    background-color: #F7F7F7;
    width: 100%;
}
.header_top_content{
    width: 1220px;
    margin: 0px auto;
}
.header_top_content_left{
    float: left;
    margin-left: 20px;
    height: 34px;
    line-height: 34px;
}
.header_top_content_right{
    float: right;
    margin-right: 20px;
    height: 34px;
    line-height: 34px;
}
.header_top_content a {
    cursor: pointer;
    font-size: 14px;
    color: #666666;
}

/*页头中部*/
.header_content {
    width: 100%;
    height: 146px;
    background-color: white;
}
.header_content_content {
    width: 1220px;
    margin: 0px auto;
    position: relative;
}
.header_content_content ul {
    width: 472px;
    position: absolute;
    right: 0;
    top: 0px;
}

.header_content_content ul li a {
    text-decoration: none;
    cursor: pointer;
}

.header_content .header_content_logo {
    display: inline-block;
    margin-top: 25px;
    margin-left: 20px;
}

.header_txt{
    height: 24px;
    margin-bottom:20px;
    margin-top: 16px;
}
.sy_khd{
    background: url(../images/sy_khd.png);
    background-repeat:no-repeat;
    float: right;
    padding-left: 31px;
    padding-right: 20px;
    height: 24px;
    line-height: 24px;
}
.sy_wb{
    background: url(../images/sy_wb.png);
    background-repeat:no-repeat;
    float: right;
    padding-left: 31px;
    padding-right: 20px;
    height: 24px;
    line-height: 24px;
}
.sy_wx{
    background: url(../images/sy_wx.png);
    background-repeat:no-repeat;
    float: right;
    padding-left: 31px;
    padding-right: 20px;
    height: 24px;
    line-height: 24px;
}
.sy_sqhd{
    background: url(../images/sy_sqhd.png);
    background-repeat:no-repeat;
    float: right;
    padding-left: 31px;
    padding-right: 20px;
    height: 24px;
    line-height: 24px;
}
.sy_dy{
    background: url(../images/sy_dy.png);
    background-repeat:no-repeat;
    float: right;
    padding-left: 31px;
    padding-right: 20px;
    height: 24px;
    line-height: 24px;
}
.header_search{
    height: 36px;
    line-height: 36px;
    position:relative;
}
#header_content_search_txt{
    width: 245px;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    font-size: 16px;
    color: #999999;
    border: 1px #c2c2c2 solid;
}


#header_content_search_btn{
    width: 96px;
    height: 34px;
    line-height: 34px;
    background-color: #1a56a8;
    border: 1px #1a56a8 solid;
    position: absolute;
    top: 0px;
    right: 16px;
    cursor: pointer;
}
#header_content_search_btn div{
    height: 16px;
    line-height: 16px;
    background: url(../images/sy_shousuo.png);
    background-repeat:no-repeat;
    margin: 10px 0px;
    margin-left: 20px;
    padding-left: 25px;
    font-size: 16px;
    color: #FFFFFF;
}

.header_content_search_rc{
    margin-top: 10px;
    padding-left: 10px;
    font-size: 14px;
    color: #333333;
}

.header_content_search_rc span{
    cursor: pointer;
}

.locNavigate{
	width:1220px;
	margin:0 auto;
	padding:20px 0;
	color:#999999;
}
.locNavigate img{
	margin: 0 10px 0 20px;
    vertical-align: middle;
}
.locNavigate a{
	color:#999999;
}
.locNavigate a:hover{
	color:#1a56a8;
}
.qjpd_header_content_font{
	position: absolute;
    top: 47px;
    left: 599px;
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    -moz-border-radius:36px;
    -webkit-border-radius:36px;
    border-radius: 36px;
    background-color: #5e88c2;
    position: relative;
    z-index: 2;
    behavior: url(iecss3.htc);
}
