/* common */
.main{
    margin-bottom:30px;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
#shadow{ display:none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.3); z-index: 999; overflow: hidden;}
#shadow img{ position: absolute; left: 50%; margin-left: -69px; top: 50%; margin-top: -69px; border-radius: 8px; box-shadow: 0px 0px 20px #d2bdbd;}
#shadow span{ position: absolute;top: 50%; margin-top: 80px; left: 50%; margin-left: -152px; font-size: 16px; color: #fff;}

/* header */
.header {
    background: url(../images/city/hzsw/hzsw_sfyhbqk_banner.jpg) center 100px no-repeat;
}
.header .container {
    position: relative;
    z-index: 7;
}
.banner {
    height: 590px;
    background: url(../images/city/hzsw/hzsw_sfyhbqk_banner.jpg) center 100px no-repeat;
}
.header .logo {
    position: absolute;
    top: 0;
    left: 0;
}
.header .nav {
    position: absolute;
    top: 0;
    right: 0;
}
.header .nav li {
    float: left;
    height: 100px;
    line-height: 100px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.header .nav li a {
    display: block;
    padding: 0 15px;
    height: 100%;
    color: #1a56a8;
}
.header .nav li:hover a {
    background-color: #1a56a8;
    color: #fff;
}
.contentPage .header {
    background: url(../images/city/hzsw/hzsw_sfyhbqk_content_banner.jpg) center 100px no-repeat;
}
.contentPage .banner {
    height: 590px;
    background: url(../images/city/hzsw/hzsw_sfyhbqk_content_banner.jpg) center 100px no-repeat;
}

/* index tag */
.tag_list{
    margin-top: 10px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.tag_dl{
    position: relative;
    padding-top: 20px;
    padding-right: 60px;
    height:51px;
    overflow: hidden;
    border-top: 1px dashed #f0f0f0;
}
.tag_dl:first-child{
    border-top:none;
}
.tag_name{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
}
.tag_dl dd{
    font-size: 20px;
    display: inline-block;
    margin: 0 0 15px 15px;
    padding: 5px 10px;
    cursor: pointer;
}
.tag_dl dd:hover{
    background-color: #e6f0ff;
}
.tag_dl dd.on{
    color: #fff;
    background-color: #1a56a8;
}
.tag_more{
    position: absolute;
    top: 28px;
    right: 0;
    width:54px;
    height:21px;
    background: url(../images/city/hzsw/hzsw_sfyhbqk_index_more.png) no-repeat bottom;
    cursor: pointer;
}
.tag_more.open{
    background-position-y:top;
}

/* search */
.search {
    margin-top: -35px;
    position: relative;
    z-index: 9;
}
.search:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 35px;
    width: 1208px;
    height: 39px;
    background-color: #030d72;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 8;
}
.search:after {
    content: '';
    position: absolute;
    top: -14px;
    left: 20px;
    width: 1160px;
    height: 40px;
    background-color: #e5effc;
    border-radius: 10px;
}
.search #sIpt {
    position: relative;
    width: 100%;
    padding: 35px 190px 35px 72px;
    height:70px\0;
    padding-top: 25px\0;
    font-size: 20px;
    letter-spacing: 1px;
    background: url(../images/city/hzsw/hzsw_sfyhbqk_sIpt_icon.png) 10px center no-repeat #FFF;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 9;
}
.search #sIpt + i{
    position: absolute;
    left: 12px;
    top: 10px;
    width:50px;
    height:50px;
    z-index: 9;
}
.search #sBtn{
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 62px;
    width: 174px;
    height: 70px;
    background: url(../images/city/hzsw/hzsw_sfyhbqk_sBtn_icon.png) left no-repeat;
    border: none;
    font-size: 28px;
    font-weight: 700;
    color: #3f77c4;
    letter-spacing: 14px;
    font-family: 'é»‘ä½“';
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 9;
}
.select_list{
    padding-bottom: 15px;
    margin-top: 20px;
    border-bottom: 1px solid #d6d6d6;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

}
.select_list ul{
    border-top: 1px dashed #ebebeb;
}
.select_list ul:first-child{ border-top: none;}
.select_list ul li{
    float: left;
    position: relative;
    padding: 20px 0;
    width: 32%;
}
.select_list li .key{
    font-size: 20px;
    font-weight: 700;
    font-family: 'é»‘ä½“';
}
.select_list li .value{
    display: inline-block;
    padding: 10px 30px 10px 14px;
    font-size: 20px;
    color: #1f1f1f;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    background: url(../images/city/hzsw/hzsw_sfyhbqk_select_arrow.png) no-repeat right 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}
.select_list li .value.on{
    background: url(../images/city/hzsw/hzsw_sfyhbqk_select_arrow.png) no-repeat right -62px;
}
.select_list li select{ display: none;}
.select_list li dl{
    display: none;
    position: absolute;
    top: 65px;
    right: 2px;
    max-height: 400px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    z-index: 99;
    overflow: auto;
}
.select_list li dl dd{
    line-height: 30px;
    padding: 10px 30px 10px 14px;
    font-size: 20px;
    cursor: pointer;
}
.select_list li dl dd:hover{
    background-color: #f3f3f3;
}
.select_list li dl dd.selected{
    background-color: #1a56a8;
    color:#fff;
}
.select_list li dl .clear{
    display: block;
    padding: 15px 0;
    font-style: normal;
    text-align: center;
    color: #8c8c8c;
    cursor: pointer;
}

/* list */
.result_list{
    padding-top: 15px;
}
.result_list ul{
    min-height:400px;
}
.result_list li{
    padding: 20px 0;
    font-size:18px;
    border-bottom: 1px dashed #f2f2f2;
    overflow: hidden;
}
.result_list li:before{
    content:'';
    float: left;
    margin-top: 10px;
    margin-right: 12px;
    width: 4px;
    height: 4px;
    background: #1468c0;
    border-radius: 50%;
}
.result_list li a{
    float: left;
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 1px;
}
.result_list li span{
    float: right;
    color: #999;
    font-size: 16px;
    white-space: nowrap;
}

/* fuzzyQuery */
.fuzzyQuery{
    position: absolute;
    top: 58px;
    left: -4px;
    width: 1206px;
    max-height: 400px;
    border: 1px solid #b1b8ff;
    overflow: auto;
    background-color: #ffffff;
}
.fuzzyQuery ul li{
    padding: 8px 10px;
    cursor: pointer;
    color: #666;
    letter-spacing: 1px;
}
.fuzzyQuery ul li:first-child{
    margin-top:26px;
}
.fuzzyQuery ul li:hover{
    background-color: #f8f8f8;
}
.fuzzyQuery ul li b{
    padding: 0 2px;
    color: #000;
}

/* page */
.page_div{
    padding: 20px 0;
    text-align: center;
    display: none;
}
.page_div span{
    padding: 6px 12px;
    margin: 0 2px;
    font-size: 14px;
    background-color: #f1f1f1;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.page_now{
    color:#fff;
    background-color: #1a56a8!important;
}
.page_div span:hover{
    color:#fff;
    background-color: #1a56a8;
}
.page_div input{
    width: 34px;
    text-align: center;
    vertical-align: inherit;
}
.page_div i{
    vertical-align: unset;
    font-style: normal;
    margin: 6px 5px 0 5px;
}
.page_turnBtn{
    padding: 6px;
}
.page_info:hover{
    color:#333!important;
    background-color: #f1f1f1!important;    
}

/* content */
.backtop {
    width: 39px;
    height: 39px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
    display: none;
    border-radius: 2px;
}
.backtop .btn {
    width: 39px;
    height: 39px;
    background: url(../images/gotop.gif) no-repeat center #1a56a8;
    cursor: pointer;
    position: relative;
}
.backtop .rotate {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0;
    width: 39px;
    height: 29px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff !important;
    background-color: #1a56a8;
    text-decoration: none !important;
    text-align: center;
    -webkit-transform-origin: -50% 50%;
    transform-origin: -50% 50%;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    opacity: 0\9;
    filter: alpha(opacity=0)\9;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.backtop:hover .rotate,.backtop:hover {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.backtop:hover .rotate {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    text-decoration: none;
    opacity: 1\9;
    filter: alpha(opacity=100)\9;
}

/* crumb */
.crumb {
    padding: 20px 0;
    color: #1a56a8;
    font-size: .9375em;
    line-height: 24px;
}
.crumb .container {
    position: relative;
}
.crumb dl dt {
    position: absolute;
    top: 3px;
    left: 20px;
    width: 15px;
    height: 18px;
    background: url(../images/curmb_icon.png) no-repeat left 0;
}
.crumb dl dd {
    margin-left: 46px;
}
.crumb dl dd em {
    font-style: normal;
    display: none;
}
.crumb a {
    color: #1a56a8;
    display: inline-block;
}
.crumb span {
    color: #1a56a8;
    font-weight: bold;
}

/* tips */
.tips{
    position: relative;
    border: 6px solid #719fdd;
    margin-top: 40px;
    padding: 20px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 40px;
    height: 80px;
    color: #052b5e;
}
.tips img{
    position: absolute;
    right: 18px;
    bottom: -8px;
    width: 174px;
}

/* responsive */
@media (max-width:1219px) {
    body{ min-width:1220px}
}

