
@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../font/SourceHanSansCN-Bold.woff") format("woff"),
        url("../font/SourceHanSansCN-Bold.ttf") format("truetype"),
        url("../font/SourceHanSansCN-Bold.eot") format("embedded-opentype")
}


@font-face {
    font-family: "SourceHanSansCN-Regular";
    src:url("../font/SourceHanSansCN-Regular.woff") format("woff"),
        url("../font/SourceHanSansCN-Regular.ttf") format("truetype"),
        url("../font/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}


/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    font-family: "SourceHanSansCN-Regular";
    color: #333;
    /* min-width: 1920px;
    height: 1080px; */
    /* overflow: hidden; */
    font-size: 14px;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: "SourceHanSansCN-Regular";
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "SourceHanSansCN-Regular";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

button {
    
}

/* 通用样式 */

.container {
    width: 1200px;
    margin: 0 auto;
}




.banner {
    position: relative;
    height: 566px;
}

/* 轮播 */
.ewb-img {
    position: absolute;
    height: 566px;
    z-index: 1;
    width: 100%;
}

.ewb-img img {
    display: block;
    height: 100%;
}

.ewb-img div {
    height: 100%;
}

.owl-nav,.owl-dots {
    height: 0!important;
}

/* 头部菜单 */
.top {
    position: relative;
    padding-top: 15px; 
    z-index: 2;
    background: url("https://hbjz.hbcic.net.cn/hbythqy/frame/workportal/images/logo.png") -8px no-repeat;
}

.top h1 {
    height: 70px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-left: 70px;
    margin-top: 20px;
}

.search {
    position: relative;
    margin-left: 80px;
    width: 247px;
    height: 41px;
    margin-top: 15px;
    border: none;
}

.search .input-box {
    background-color: rgba(255, 255, 255, 0.569);
    width: 247px;
    height: 41px;
    font-size: 14px;
    color: #fff;
    text-indent: 20px; 
    border-radius: 30px;
}

.search .input-placeholder {
    position: absolute;
    top: 0;
    left: 30px;
    height: 41px;
    font-size: 14px;
    line-height: 41px;
    color: #ffffff;
    z-index: -1;
    cursor: text;
}
   
.search button {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 25px;
    height: 25px;
    background: url("../image/search.png") no-repeat;
}

.top p {
    margin-top: 24px;
    font-size: 16px;
    color: #fff;
}

.top p a {
    
    color: #fff;
    font-weight: lighter;
}

.top p span {
    margin-left: 15px;
    margin-right: 15px;
}

.nav {
    position: relative;
    z-index: 2;
    height: 49px;
    border-bottom: 1px solid rgb(231, 231, 231);   
}

.nav-items > li {
    height: 47px;
    float: left;
    color: #fff;
    margin-right: 15px;
} 

.nav-native {
    border-bottom: 3px solid rgb(255, 255, 255);
}
 
.nav-items > li > a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 45px;
    text-align: center;
    
    text-decoration: none;
    margin-left: 17px;
    margin-right: 17px;
}

/* footer */
.footer {
    height: 275px;
    background-color: #262b39;
}

.ewb-friendlink {
    width: 994px;
    height: 112px;
    margin: 0 auto;
	font-size: 0;
    -webkit-text-size-adjust: none;
}

.sel-box {
    margin-top: 39px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    width: 225px;
    font-size: 14px;
}

.sel-box1 {
    display: inline-block;
    vertical-align: top;
    width: 225px;
    font-size: 14px;
    margin-top: 39px;
}

/* 下拉框 */

.ewb-sel {
    display: none;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	border: 1px solid #ddd;
}

.chosen-container {
    width: 100%;
    height: 34px;
    line-height: 34px;
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 10px;
    height: 34px;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 14px;
    color: #333;
}

.chosen-container-single .chosen-default {
    color: #555;
}

.chosen-container-single .chosen-single.cur {
    color: #333;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ddd;
}

.chosen-container-single .chosen-single span {
    margin-right: 20px;
    height: 34px;
    line-height: 34px;
}

.chosen-container-single .chosen-single div {
    width: 20px;
    padding: 0;
}

.chosen-container-single .chosen-single div b {
    width: 20px;
    height: 34px;
    background: url('../image/sel_ico.png') left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../image/sel_ico_cur.png') left center no-repeat;
}

.chosen-container-single .chosen-drop {
    top: 35px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0;
}

.chosen-container .chosen-search {
    display: none;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #676767;
}

.chosen-container .chosen-results li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}

.logo1 {
    width: 187px;
    height: 120px;
    background: url("https://hbjz.hbcic.net.cn/hbythqy/frame/workportal/images/logo1.png") 126px 24px no-repeat;
}

.footer-info {
    height: 120px;
    width: 627px;
    text-align: center;
    color: #fff;
    margin-left: 113px;
}

.link {
    margin: 0 auto;
    width: 215px;
}

.link a {
    display: block;
    float: left;
    height: 30px;
    color: #fff;
    margin-left: 5px;
}

.link span {
    float: left;
    color: #fff;
    margin-left: 5px;
}

.footer-info p {
    height: 30px;
}

.public {
    width: 565px;
    margin: 0 auto;
}

.public-a {
    color: #fff;
    text-indent: 4px;
}

.safe {
    width: 215px;
    margin-left: 15px;
    text-indent: 25px;
    color: #fff;
    background: url("https://hbjz.hbcic.net.cn/hbythqy/frame/workportal/images/safe.png")  no-repeat;
}

.footer-info-bottom span {
    float: left;
    margin-left: 9px;
}

.logo2 {
    width: 234px;
    height: 120px;
    background: url("https://hbjz.hbcic.net.cn/hbythqy/frame/workportal/images/logo2.png")  0 38px no-repeat;
}

/* 需要向上展开的样式 */
.chosen-container .chosen-drop {
    top: auto!important;
    bottom: 36px!important;  
    border: 1px solid #aaa!important;
    border-bottom: 0!important;
  }
  
  .chosen-container-single .chosen-drop {
    margin-top: 0!important;
    border-radius: 4px 4px 0 0!important;
  }
  
  .chosen-container-single .chosen-single span {
    font-size: 16px;
  }
