@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: "SourceHanSansCN-Medium";
  src: url("./fonts/SourceHanSansCN-Medium.woff") format("woff"), url("./fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"), url("./fonts/SourceHanSansCN-Medium.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: 16px;
  font-family: "SourceHanSansCN-Regular";
}

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;
}

.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;
}

/* 通用样式 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
/*头部*/
.header-top {
  background: #F7F7F7;
  padding: 9px 0;
  color: #333;
  font-size: 13px;
  line-height: 18px;
}
.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-top a {
  display: block;
  color: #333;
}
.header-item {
  margin-right: 27px;
  position: relative;
}
.header-item::before {
  position: absolute;
  content: ">";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -17px;
}
.header-date span:last-child {
  margin-left: 8px;
}
.header-date span {
  display: inline-block;
}
.header-link {
  margin-right: 33px;
  position: relative;
}
.header-link::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  right: -17px;
  top: 4px;
  background: rgba(153, 153, 153, 0.2);
}
.header-contact {
  margin-right: 16px;
}
.header-cont {
  padding: 20px 0;
}
.header-cont .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-cont img {
    /* width: 369px; */
  height: 60px;
}
.header-search {
  width: 414px;
  height: 40px;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  height: 38px;
  outline: none;
  padding: 0 75px 0 11px;
  font-size: 13px;
  color: #333;
}
.header-input::-webkit-input-placeholder {
  color: #BAC4CE;
}
.header-input::-moz-placeholder {
  color: #BAC4CE;
}
.header-input:-ms-input-placeholder {
  color: #BAC4CE;
}
.header-input::-ms-input-placeholder {
  color: #BAC4CE;
}
.header-input::placeholder {
  color: #BAC4CE;
}
.header-btn {
  position: absolute;
  content: "";
  width: 64px;
  height: 40px;
  background: url("../images/search.png") no-repeat center #1479D7;
  border-radius: 4px 4px 4px 4px;
  top: -1px;
  left: calc(100% - 64px);
}
.header-nav {
  background: #1479D7;
}
.header-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.header-nav-item:hover, .header-nav-item.active {
  background: #0455BB;
}
.header-nav-item:hover .header-nav-name, .header-nav-item.active .header-nav-name {
  font-weight: bold;
}
.header-nav-name {
  display: inline-block;
  height: 65px;
  line-height: 65px;
  color: #fff;
  font-size: 20px;
}

.zone {
  position: relative;
}
.zone:hover .zone-box {
  display: block;
}
.zone .header-nav-name {
  padding-right: 23px;
  background: url("../images/zone.png") no-repeat right center;
}
.zone-box {
  position: absolute;
  background: #fff;
  width: 130px;
  padding: 15px 20px 12px;
  top: 53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  z-index: 9;
  display: none;
}
.zone-nav {
  display: block;
  line-height: 25px;
  font-size: 18px;
  color: #333;
}
.zone-nav + .zone-nav {
  margin-top: 11px;
}
.zone-nav:hover {
  color: #1F6DE8;
}

/*底部*/
.footer {
  background: #1E2736;
  padding: 40px 0;
}
.footer-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-select-item {
  width: calc((100% - 60px) / 4);
  height: 38px;
}
.footer-select-item + .footer-select-item {
  margin-left: 20px;
}
.footer .ewb-sel_footer {
  display: none;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding-left: 6px;
  border: 1px solid #ddd;
}
.footer .chosen-container {
  width: 100%;
  height: 38px;
  line-height: 38px;
}
.footer .chosen-container-single .chosen-single {
  padding: 0 0 0 10px;
  height: 38px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  color: #666;
}
.footer .chosen-container-single .chosen-default {
  color: #999;
}
.footer .chosen-container-single .chosen-single.cur {
  color: #333;
}
.footer .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
}
.footer .chosen-container-single .chosen-single span {
  margin-right: 20px;
  height: 38px;
  line-height: 38px;
}
.footer .chosen-container-single .chosen-single div {
  width: 20px;
  padding: 0;
}
.footer .chosen-container-single .chosen-single div b {
  width: 20px;
  height: 38px;
  background: url("../images/sel_ico.png") left center no-repeat;
}
.footer .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/sel_ico_cur.png") left center no-repeat;
}
.footer .chosen-container-single .chosen-drop {
  /* top: auto; */
  /* bottom: 38px; */
  border: none;
  border-top: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer .chosen-container .chosen-search {
  display: none;
}
.footer .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  color: #676767;
}
.footer .chosen-container .chosen-results li {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
}
.footer .chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #0087ff;
}
.footer-cont {
  margin-top: 32px;
}
.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-list + .footer-list {
  margin-top: 10px;
}
.footer-list.info .footer-item {
  position: relative;
  margin: 0 16px;
}
.footer-list.info .footer-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: #fff;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-item {
  margin: 0 8px;
  color: #fff;
  line-height: 20px;
}
.footer-item a {
  display: block;
  color: #fff;
}
.footer-item img {
  margin-right: 3px;
}

@media (max-width: 1200px) {
  .header-top .container {
    display: block;
  }
}
@media (max-width: 980px) {
  .header-cont .container {
    display: block;
    padding: 0;
  }
  .header-nav-item {
    width: 25%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .footer-select-item {
    width: calc((100% - 20px) / 2);
  }
  .footer-select-item + .footer-select-item {
    margin-left: 0;
  }
  .footer-select-item:nth-child(2n) {
    margin-left: 20px;
  }
  .footer-select-item:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .header-search {
    width: 100%;
  }
  .header-nav-item {
    width: 50%;
  }
  .footer-select-item {
    width: 100%;
  }
  .footer-select-item:nth-child(2n) {
    margin-left: 0;
  }
  .footer-select-item + .footer-select-item {
    margin-top: 10px;
  }
}



.cb{
	    color: #333;
	    font-size: 16px;
	    font-family: "SourceHanSansCN-Regular";
}