@charset "UTF-8";
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "hxbns";
    src: url("../fonts/hxbns.woff") format("woff"), url("../fonts/hxbns.eot") format("embedded-opentype"), url("../fonts/hxbns.ttf") format("truetype");
}


/* 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 {
    color: #333;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
    min-width: 1200px;
   /*  background-color: #f9fafe; */
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *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;
}


/* 通用样式 */

.container {
    width: 1200px;
    margin: 0 auto;
}

#header {
    min-height: 472px;
}


/* header */

.header-top {
    height: 132px;
}

.logo {
    padding-top: 27px;
}

.nav-items {
    padding-top: 32px;
}

.nav-items>li {
    float: left;
    width: 100px;
}

.nav-link {
    display: block;
    text-align: center;
    color: #999;
    font-size: 18px;
}

.nav-ico {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    margin-bottom: 3px;
    border: 1px solid #9f9f9f;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-items>li.current p,
.nav-link:hover {
    color: #2a6aa7;
}

.nav-items>li.current .nav-ico,
.nav-link:hover .nav-ico {
    border-color: #2a6aa7;
}

.nav-items>li:nth-child(1) .nav-ico {
    background-image: url('../images/nav_ico1.png');
}

.nav-items>li:nth-child(2) .nav-ico {
    background-image: url('../images/nav_ico2.png');
}

.nav-items>li:nth-child(3) .nav-ico {
    background-image: url('../images/nav_ico3.png');
}

.nav-items>li:nth-child(4) .nav-ico {
    background-image: url('../images/nav_ico4.png');
}

.nav-items>li:nth-child(5) .nav-ico {
    background-image: url('../images/nav_ico5.png');
}

.nav-items>li:nth-child(6) .nav-ico {
    background-image: url('../images/nav_ico6.png');
}

.nav-items>li:nth-child(7) .nav-ico {
    background-image: url('../images/nav_ico7.png');
}

.nav-items>li:nth-child(1).current .nav-ico,
.nav-items>li:nth-child(1):hover .nav-ico {
    background-image: url('../images/nav_ico1h.png');
}

.nav-items>li:nth-child(2).current .nav-ico,
.nav-items>li:nth-child(2):hover .nav-ico {
    background-image: url('../images/nav_ico2h.png');
}

.nav-items>li:nth-child(3).current .nav-ico,
.nav-items>li:nth-child(3):hover .nav-ico {
    background-image: url('../images/nav_ico3h.png');
}

.nav-items>li:nth-child(4).current .nav-ico,
.nav-items>li:nth-child(4):hover .nav-ico {
    background-image: url('../images/nav_ico4h.png');
}

.nav-items>li:nth-child(5).current .nav-ico,
.nav-items>li:nth-child(5):hover .nav-ico {
    background-image: url('../images/nav_ico5h.png');
}

.nav-items>li:nth-child(6).current .nav-ico,
.nav-items>li:nth-child(6):hover .nav-ico {
    background-image: url('../images/nav_ico6h.png');
}

.nav-items>li:nth-child(7).current .nav-ico,
.nav-items>li:nth-child(7):hover .nav-ico {
    background-image: url('../images/nav_ico7h.png');
}

.header-banner {
    height: 340px;
    background: url('../images/banner.jpg') no-repeat center top;
}


/* 搜索框 */

.search {
    box-sizing: border-box;
    margin-top: 50px;
    position: relative;
    z-index: 1;
    width: 430px;
    height: 50px;
    padding-right: 60px;
    border-radius: 3px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.5);
}

.search .input-placeholder {
    position: absolute;
    top: 0;
    left: 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    z-index: -1;
    cursor: text;
}

.search .input-box {
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: 0;
    background: 0 0;
}

.search-btn {
    position: absolute;
    width: 24px;
    height: 25px;
    top: 13px;
    right: 20px;
    background: url('../images/search_btn.png') no-repeat;
}

.banner-tt {
    font-family: "hxbns";
    width: 530px;
    font-size: 36px;
    font-family: "hxbns";
    line-height: 70px;
    color: #fff;
    padding-top: 25px;
    text-shadow: #faa244 2px 0 0, #faa244 0 2px 0, #faa244 -2px 0 0, #faa244 0 -2px 0;
}

.bar-items {
    width: 380px;
}

.bar-items>li>a {
    position: relative;
    display: block;
    height: 84px;
    line-height: 84px;
    font-size: 22px;
    padding-left: 162px;
    color: #fff;
    border-top: 1px solid #396edb;
    background: url('../images/bar_bg.png') no-repeat;
    background-size: 100% 100%;
}

.bar-items>li:first-child>a {
    border-top: none;
    height: 85px;
}

.bar-items>li>a:hover {
    box-shadow: 0 0 10px 0 #e4feff inset;
}

.bar-items>li>a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 127px;
    height: 83px;
    background-repeat: no-repeat;
    background-position: right center;
}

.bar-items>li:nth-child(1)>a:before {
    background-image: url('../images/bar_ico1.png');
}

.bar-items>li:nth-child(2)>a:before {
    background-image: url('../images/bar_ico2.png');
}

.bar-items>li:nth-child(3)>a:before {
    background-image: url('../images/bar_ico3.png');
}

.bar-items>li:nth-child(4)>a:before {
    background-image: url('../images/bar_ico4.png');
}


/* footer */

.footer {
    height: 238px;
    margin-top: 38px;
    background-color: #154e9d;
}

.select-wrap {
    padding: 20px 0;
    border-bottom: 1px solid #4471b1;
}

.select-items {
    margin: 0 -30px;
}

.select-items>li {
    float: left;
    width: 33.333%;
}

.select-items>li>div {
    margin: 0 30px;
}

.chosen-container .chosen-search {
    display: none;
}

.footer-info {
    position: relative;
    box-sizing: border-box;
    padding: 0 370px 0 100px;
    color: #fff;
}

.footer-link {
    padding-top: 34px;
}

.footer-link>a {
    float: left;
    color: #fff;
}

.footer-link>span {
    float: left;
    width: 1px;
    height: 16px;
    margin: 2px 18px 0;
    background-color: #fff;
}

.footer-det>span {
    display: inline-block;
    margin-right: 40px;
    margin-top: 16px;
}

.footer-det>a {
    display: inline-block;
    color: #fff;
    margin-right: 40px;
    margin-top: 16px;
}

.footer-det>a>img {
    margin-right: 8px;
}

.foot-ico {
    position: absolute;
}

.foot-ico1 {
    top: 45px;
    right: 306px;
}

.foot-ico2 {
    top: 50px;
    right: 100px;
}


/*当前位置 */

.loaction {
    padding-left: 21px;
    height: 67px;
    line-height: 67px;
    font-size: 16px;
    color: #333;
    background: url("../images/location_icon.png") left center no-repeat;
}

.loaction>a {
    color: #333;
}

.loaction>span {
    font-weight: bold;
    color: #5181db;
}


/* 侧边栏 */
.sidebar {
  position: fixed;
  top: 28%;
  right: 20px;
  margin-top: -70px;
}

.sidebar-node {
  position: relative;
  /* margin-top: 10px;
  width: 130px;
  height: 130px;
  vertical-align: top;
  border-radius: 3px;
  background: #396edb;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(33, 46, 142, 0.18);
          box-shadow: 0px 0px 16px 0px rgba(33, 46, 142, 0.18); */
}

.sidebar-node:first-child {
  margin-top: 0;
}

.sidebar-node:hover .sidebar-drop {
  display: block;
}

.sidebar-item {
  display: block;
  height: 130px;
  background-position: center;
  background-repeat: no-repeat;
}
.sidebar-node a {
  
    color: #fff;
    font-size: 44px;
    text-align: center;
}

.lxfs{
	margin-top: -19px;
}
.zjsb{
	 
}