@charset "utf-8";
/* CSS Document */
body {
  background-color: #cfcfcf;
  min-width: 1170px;
}
.header{
   background-color: #fbfbfb;
}
.wrap {
  max-width: 1170px;
  width: 86%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
#online-message {
  display: block;
  width: 78px;
  height: 80px;
  background-color: #ededed;
  position: fixed;
  right: 0;
  top: 300px;
  padding: 14px 10px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
#online-message img {
  text-align: center;
}
#online-message span {
  display: block;
  font-size: 14px;
  color: #003468;
  padding-top: 5px;
}
@media screen and (max-width: 1920px) {
  #online-message {
    display: block;
    width: 78px;
    height: 80px;
    background-color: #ededed;
    position: fixed;
    right: 200px;
    top: 520px;
    padding: 14px 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
  }
}
@media screen and (max-width: 1900px) {
  #online-message {
    display: block;
    width: 78px;
    height: 80px;
    background-color: #ededed;
    position: fixed;
    right: 0px;
    top: 520px;
    padding: 14px 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
  }
}
.global-inner {
  max-width: 1110px;
  width: 95%;
  margin: 0 auto;
}
.nav-inner {
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
.arr-r {
  font-size: 16px;
  color: #e31b23;
  margin-right: 8px;
  font-style: normal;
}
.header-top {
  padding: 23px 0 0;
  position: relative;
  margin-bottom: 22px;

}
.header-top .header-logo {
  float: left;
  display: block;
  width: 52.34%;
}
.header-top .header-logo img {
  max-width: 100%;
}
.header-top .header-search {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding-top: 12px;
}
.header-top .header-search a.linktoPar {
  color: #003468;
  line-height: 24px;
  float: left;
}
.header-top .header-search a.linktoPar:hover {
  color: #0067b1;
}
.header-top .search-inputbox {
  float: left;
  margin-left: 12px;
  width: 143px;
  position: relative;
}

.header-top input::-webkit-input-placeholder {
  color: #666666;
}
.header-top input:-moz-placeholder {
  color: #666666;
}
.header-top input::-moz-placeholder {
  color: #666666;
}
.header-top input:-ms-input-placeholder {
  color: #666666;
}


.header-top .search-inputbox .search-input {
  border: 1px solid #cccccc;
  width: 120px;
  font-size: 14px;
  padding: 0px 5px 2px 10px;
}
.header-top .search-inputbox .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
}
.header-bot {
  background-color: #ededed;
  position: relative;
}
.header-bot:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #2268ae;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header-nav > li {
  display: inline-block;
  padding: 18px 2.5% 19px 2.5%;
  position: relative;
}
.header-nav > li a {
  font-size: 16px;
  color: #333333;
}
.header-nav > li a:hover {
  text-decoration: none;
  color: #0067b1;
}
.header-nav li.hasSub > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: #ffffff;
  padding: 10px 0;
}
.header-nav li.hasSub > ul > li {
  padding: 14px 0;
  border-bottom: 1px dashed #d9d9d9;
  text-align: center;
}
.header-nav li.hasSub > ul > li > a {
  color: #003468;
  font-size: 14px;
  display: block;
  width: 90%;
  margin: 0 auto;
}
.header-nav li.hasSub > ul > li > a:hover {
  color: #0067b1;
}
.header-nav li.hasSub > ul > li:last-child {
  border-bottom: none;
}
.header-nav li.hasSub > ul > li.hasSub > a {
  position: relative;
}
.header-nav li.hasSub > ul > li.hasSub > a:after {

    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 7px solid #2268ae;
    border-left: 7px solid transparent;
  // content: "+";
  // position: absolute;
  // right: 0;
  // bottom: 0;
}
.header-nav li.hasSub > ul > li.hasSub > a:before {
  // content: "";
  // position: absolute;
  // left: 105%;
  // bottom: 0;
  // width: 0;
  // height: 0;
  // border-top: 8px solid transparent;
  // border-left: 10px solid #fff;
  // border-bottom: 8px solid transparent;
  // z-index: 5;
  // display: none;
}
.header-nav li.hasSub > ul > li.hasSub > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background-color: #eeeeee;
  min-width: 190px;
}
.header-nav li.hasSub > ul > li.hasSub > ul > li {
  text-align: left;
  border-bottom: none;
  padding: 10px 0;
}
.header-nav li.hasSub > ul > li.hasSub > ul > li > a {
  line-height: 20px;
  display: block;
  width: 74.4%;
  margin: 0 auto;
}
.header-nav li.hasSub > ul > li.hasSub:hover > a:before {
  display: block;
}
.header-nav li.current > a {
  color: #0067b1;
}
@media screen and (max-width: 1300px) {
  .nav-inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1300px) {
  .header-nav > li {
      padding: 18px 2.4% 19px 2.4%;
  }
}
@media screen and (max-width: 1200px) {
  .nav-inner {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1300px) {
  .header-nav > li {
    padding: 18px 2.4% 19px 2.4%;
  }
}
.footer-bd {
  background-color: #3e464d;
}
.footer-bd-in {
  padding-top: 24px;
  padding-bottom: 14px;
}
.china-center {
  margin-bottom: 20px;
}
.china-center h3.tit {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.china-center .item-bd {
  border-bottom: 1px solid #535d66;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.china-center .item-bd-cont {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  height: 20px;
  line-height: 20px;
  margin-right: 33px;
}
.china-center .item-bd-cont img {
  position: relative;
  top: 3px;
}
.china-center .item-bd-cont i {
  font-style: normal;
}
.china-center .item-bd-cont a {
  color: #999999;
}
.china-center .item-bd-cont a:hover {
  color: #fff;
}
.china-center:last-child {
  margin-bottom: 0;
}
.footer-bd-inright {
  padding-top: 21px;
}
.footer-bd-inright .footer-bd-right-cont {
  float: left;
}
.footer-bd-inright .footer-bd-right-cont span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  padding-top: 11px;
}
.footer-bd-inright .footer-bd-right-cont.mgr32 {
  margin-right: 32px;
}
.footer-hd {
  background-color: #2e353b;
}
.footer-hd-in {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-hd-navlink {
  font-size: 14px;
  padding-bottom: 14px;
}
.footer-hd-navlink ul li {
  float: left;
  height: 20px;
  line-height: 20px;
}
.footer-hd-navlink ul li img {
  margin: 0 8px;
  position: relative;
  top: 2.5px;
}
.footer-hd-navlink ul li a {
  color: #999999;
}
.footer-hd-navlink ul li a:hover {
  color: #fff;
}
.footer-hd-sup {
  color: #999999;
  font-size: 14px;
}
.footer-hd-sup em {
  font-style: normal;
}
.footer-hd-sup a.zbh {
  color: #999999;
  margin-left: 10px;
}
.footer-hd-sup a.zbh:hover {
  color: #fff;
}
.footer-hd-sup a.gwzbh {
  margin-left: 28px;
  background: url(../images/module08.png) no-repeat left center;
  color: #999999;
  padding-left: 25px;
}
.footer-hd-sup a.gwzbh:hover {
  color: #fff;
}
