html,
body {
  height: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.16666667em;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
ul > li {
  float: left;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
i {
  display: inline-block;
}
input:focus {
  outline: none;
}
img {
  border: none;
  vertical-align: top;
}
.wMax {
  width: 100%;
}
.wMax100 {
  max-width: 100%;
}
.hMax {
  height: 100%;
}
.whMax {
  width: 100%;
  height: 100%;
}
.oh {
  overflow: hidden;
}
.auto-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.auto-dummy {
  margin-top: 100%;
}
.auto-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.vertial-line {
  height: 0px;
  border-color: #000000;
  border-left-style: solid;
  border-width: 1px;
}
input:-moz-placeholder {
  color: #dddddd !important;
}
input:-ms-input-placeholder {
  color: #dddddd !important;
}
input::-webkit-input-placeholder {
  color: #dddddd !important;
}
.input-error {
  border: 1px solid #ffa646 !important;
}
.auto-w {
  padding-top: 100%;
  position: relative;
}
.auto-c {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.t-w {
  display: table;
}
.t-c {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.align-top > tbody > tr > td {
  vertical-align: top;
}
.a-normal {
  color: #0079f4 !important;
  text-decoration: underline;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
ul:before,
ul:after,
.clr:before,
.clr:after {
  display: table;
  content: " ";
}
.clr:after,
ul:after {
  clear: both;
}
.wM {
  width: 100%;
}
.hM {
  height: 100%;
}
.whM {
  width: 100%;
  height: 100%;
}
.tblC tr td {
  vertical-align: middle;
}
.tbl-td-first {
  width: 10px;
}
.col-md-6 {
  width: 50%;
  float: left;
}
.amap-logo {
  display: none;
}
.icon-facebook,
.icon-twitter,
.icon-google,
.icon-dropdown,
.icon-dropup,
.icon-backbtn,
.icon-backbtn-h,
.icon-nextbtn,
.icon-nextbtn-h {
  background-image: url(../images/index/shares.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.icon-twitter {
  background-position: 0 -24px;
}
.icon-google {
  background-position: 0 -48px;
}
.icon-subnav {
  border-color: #FFFFFF transparent transparent;
  border-style: solid;
  border-width: 5px 4px 4px;
  position: relative;
  top: 2px;
  margin-left: 9px;
}
.icon-dropdown,
.icon-dropup {
  width: 28px;
  height: 12px;
}
.icon-dropdown {
  background-position: 0 -92px;
}
.icon-dropup {
  background-position: 0 -72px;
}
.icon-backbtn,
.icon-backbtn-h,
.icon-nextbtn,
.icon-nextbtn-h {
  width: 26px;
  height: 24px;
}
.icon-backbtn {
  background-position: 0 -112px;
}
.icon-backbtn-h {
  background-position: 0 -144px;
}
.icon-nextbtn {
  background-position: 0 -176px;
}
.icon-nextbtn-h {
  background-position: 0 -208px;
}
.s-menu-column-icon {
  float: left;
  display: none;
  cursor: pointer;
  padding: 10px 10px;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
@media (max-width: 763px) {
  .s-menu-column-icon {
    display: inline-block;
  }
}
.s-menu-column-icon.rotate90 {
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
  transform: rotate(90deg);
}
.s-menu-column-bar {
  background-color: #000;
  width: 18px;
  height: 2px;
  border-radius: 1px;
  display: block;
  margin-top: 3px;
}
.s-menu-column-icon {
  margin-left: 8px;
}
b,
label {
  font-weight: bold;
}
input[type=text],
input[type=password],
textarea {
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.dn {
  display: none;
}
.oh {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.overh {
  overflow: hidden;
}
.cntr {
  width: 1010px;
  margin: 0 auto;
}
@media (max-width: 763px) {
  .cntr {
    width: 100%;
  }
}
.cntr2 {
  width: 982px;
  margin: 0 auto;
}
@media (max-width: 763px) {
  .cntr2 {
    width: 100%;
  }
}
.pc {
  display: block;
}
@media (max-width: 763px) {
  .pc {
    display: none;
  }
}
.mb {
  display: none;
}
@media (max-width: 763px) {
  .mb {
    display: block;
  }
}
.min {
  min-width: 1010px;
}
@media (max-width: 763px) {
  .min {
    min-width: inherit;
  }
}
body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 1em;
}
@media (max-width: 763px) {
  .main-body {
    padding: 0 15px;
  }
}
@media (max-width: 350px) {
  .main-body {
    padding: 0 8px;
  }
}
.main-category {
  position: relative;
}
.main-category:hover .group {
  display: block;
}
.main-category > .group {
  top: 36px;
  z-index: 3;
  width: 200px;
  display: none;
  background: #000;
  position: absolute;
}
.main-category > .group:hover {
  display: block;
}
.main-category > .group a {
  color: #fff;
  padding: 6px 10px;
  display: block;
}
.main-category > .group a:hover {
  color: #000;
  background: #ffc905;
  text-decoration: none;
}
.main-category > .group > li {
  float: none;
  border-top: 1px solid #fff;
}
.font-sm,
.font-md,
.font-lg {
  line-height: 1;
  font-weight: bold;
}
.font-sm {
  font-size: 12px;
  line-height: 20px;
}
.font-md {
  font-size: 20px;
  line-height: 19px;
}
.font-lg {
  font-size: 26px;
}
.font-lg > a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.hv {
  cursor: pointer;
}
.site-nav {
  padding: 4px 0 2px 0;
}
@media (max-width: 763px) {
  .site-nav {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 1000;
  }
}
.site-nav .left-nav {
  left: -4px;
  float: left;
  margin-top: 4px;
  position: relative;
}
@media (max-width: 763px) {
  .site-nav .left-nav {
    display: none;
  }
}
.site-nav .left-nav li {
  font-weight: bold;
  padding: 0 4px;
}
.site-nav .left-nav li i {
  opacity: 0.7;
}
.site-nav .left-nav li a {
  font-size: 0.83333333em;
  font-family: Verdana, Geneva, sans-serif;
  text-indent: 0;
}
.site-nav .left-nav li a:hover i {
  opacity: 1;
}
.site-nav .right-nav {
  float: right;
  position: relative;
}
@media (max-width: 763px) {
  .site-nav .right-nav {
    right: 0;
    margin-top: 5px;
  }
}
.site-nav .right-nav > table tr td {
  padding: 2px 0;
  vertical-align: bottom;
  border-left: 1px solid #eee;
}
.site-nav .right-nav a {
  float: left;
  padding: 0 6px;
  line-height: 1;
  color: #666;
  font-size: 0.91666667em;
  display: inline-block;
}
.site-nav .right-nav .langCn,
.site-nav .right-nav .langEn {
  position: relative;
  top: 1px;
}
.search-block {
  background: #FFDC08;
}
@media (max-width: 763px) {
  .search-block {
    margin-top: 44px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.search-block > div {
  padding: 31px 0;
  position: relative;
}
.search-block .logo-wrap {
  float: left;
  position: relative;
  left: -4px;
}
@media (max-width: 763px) {
  .search-block .logo-wrap {
    position: absolute;
    left: 0;
  }
}
.search-block .search-wrap {
  padding-top: 4px;
  float: right;
  font-size: 0.91666667em;
}
@media (max-width: 763px) {
  .search-block .search-wrap {
    margin-left: 0;
    padding-left: 90px;
    width: 100%;
  }
}
.search-block .search-wrap .search-body > li {
  padding-left: 15px;
}
@media (max-width: 763px) {
  .search-block .search-wrap .search-body > li {
    width: 100%;
  }
}
.search-block .search-wrap .search-body > li:first-child {
  padding-left: 0;
}
.search-block .search-wrap .search-body > li:last-child {
  padding-right: 0;
}
@media (max-width: 763px) {
  .search-block .search-wrap .btn {
    display: none;
  }
}
.search-block .search-wrap .btn > a {
  letter-spacing: 1px;
  padding: 0 8px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #222;
  display: inline-block;
  border-radius: 2px;
  text-shadow: 0 1px #000000;
  border: 1px solid #000000;
}
.search-block .search-wrap .btn > a:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  text-decoration: none;
}
.search-block .search-wrap .search-box {
  position: relative;
}
.search-block .search-wrap .search-box > input {
  width: 324px;
  height: 36px;
  line-height: 36px;
  padding: 0 7px;
  font-size: 1.16666667em;
  border: 1px solid #c2c2c2;
}
@media (max-width: 763px) {
  .search-block .search-wrap .search-box > input {
    width: 100%;
  }
}
.footer {
  padding: 48px 0 33px 0;
  background: #202020;
}
@media (max-width: 763px) {
  .footer {
    display: none;
  }
}
.footer a {
  color: #fff;
}
.footer > section ul li {
  margin-left: 248px;
}
.footer > section ul li:first-child {
  margin-left: 0;
}
.footer > section .li-e1 {
  margin-left: 161px;
}
.footer > section .li-e1:first-child {
  margin-left: 0;
}
.footer > section .li-zh2 {
  margin-left: 224px;
}
.footer > section .li-zh2:first-child {
  margin-left: 0;
}
.footer > section .li-e2 {
  margin-left: 125px;
}
.footer > section .li-e2:first-child {
  margin-left: 0;
}
.footer > section .li-zh3 {
  margin-left: 188px;
}
.footer > section .li-zh3:first-child {
  margin-left: 0;
}
.footer > section .li-e3 {
  margin-left: 50px;
}
.footer > section .li-e3:first-child {
  margin-left: 0;
}
.footer > section dl dt {
  color: #ccc;
  font-weight: bold;
  margin-bottom: 13px;
}
.footer > section dl dd {
  margin-top: 5px;
}
.navbar {
  width: 100%;
  display: none;
  background: #fff;
  padding: 52px 18px 60px 18px;
  position: absolute;
  z-index: 999;
  top: 0;
  opacity: 0.95;
  font-family: Microsoft Yahei,黑体;
  font-size: 1.25em;
}
.navbar ul {
  width: 100%;
}
.navbar ul li {
  width: 100%;
  float: none;
}
.navbar ul li > a {
  display: block;
  border-bottom: 1px solid #b8b8b8;
  padding: 9px 0 12px 0;
}
.navbar ul li > a.active,
.navbar ul li > a:hover {
  color: #ffc303;
}
.navbar > ul {
  margin-bottom: 42px;
}
.navbar > ul > li:last-child > a {
  border: none;
}
.navbar .meta-dropdown {
  padding: 9px 0 12px 0;
  border-bottom: 1px solid #b8b8b8;
}
.navbar .meta-dropdown .icon-dropdown {
  float: right;
  margin-right: 4px;
  margin-top: 8px;
}
.navbar .sub-menu {
  display: none;
}
.navbar .sub-menu > li > a {
  padding-left: 18px;
  color: #4d4d4d;
}
.menu-bar-block {
  background: #000;
  font-weight: bold;
}
@media (max-width: 763px) {
  .menu-bar-block {
    display: none;
  }
}
.menu-bar-block .items > li > a {
  color: #fff;
  padding: 9px 10px;
  display: inline-block;
  text-transform: uppercase;
}
.menu-bar-block .items > li > a:hover {
  text-decoration: none;
}
.menu-bar-block .items > li > a.active,
.menu-bar-block .items > li > a:hover {
  color: #000;
  background: #FFDC08;
}
.sug {
  z-index: 300;
  width: 324px;
  display: none;
  margin-top: -1px;
  background: #fff;
  position: absolute;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 3px #ededed;
  -webkit-box-shadow: 1px 1px 3px #ededed;
}
@media (max-width: 763px) {
  .sug {
    width: 100%;
  }
}
.sug li {
  float: none;
  line-height: 1;
  cursor: default;
  padding: 4px 8px;
  font-size: 1.16666667em;
}
.sug li b {
  font-weight: bold;
}
.sug li:hover {
  background: #f0f0f0;
}
.hot-search-wrap {
  width: 324px;
  background: #fff;
  padding: 0 0 8px 0;
  position: absolute;
  z-index: 2;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0 2px 2px 2px;
  display: none;
}
@media (max-width: 763px) {
  .hot-search-wrap {
    position: static;
    border: none;
    width: 100%;
  }
}
.hot-search-block {
  padding: 0 14px;
  font-family: Microsoft Yahei,黑体;
}
.hot-search-block > header {
  letter-spacing: 2px;
  margin-top: 14px;
  font-size: 1.16666667em;
}
.hot-search-block > ul {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.hot-search-block > ul > li {
  width: 33.333%;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  text-align: center;
  padding: 0 2px;
}
.hot-search-block > ul > li > a {
  padding: 4px 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.hot-search-block > ul > li > a:hover {
  text-decoration: none;
}
.hot-search-block > div {
  margin-top: 12px;
  border: 1px solid #d9d9d9;
  text-align: center;
}
.search-panel {
  display: none;
  padding-top: 48px;
}
.search-box-wrap {
  background: #FFDC08;
  padding-right: 100px;
  padding: 30px 22px 30px 30px;
}
.search-box-wrap .c1 {
  padding-right: 50px;
  position: relative;
}
.search-box-wrap .c1 input {
  width: 100%;
  font-size: 1.16666667em;
  line-height: 2.14285714em;
  height: 2.14285714em;
  border: 1px solid #ccc;
  padding: 0 6px;
  border-radius: 2px;
}
.search-box-wrap .c1 > a {
  padding: 0 6px;
  height: 2.5em;
  line-height: 2.5em;
  display: inline-block;
  background: #fff;
  border-radius: 2px;
  color: #363636;
  position: absolute;
  right: 0;
  top: 0;
}
.search-box-wrap .c1 > a:hover {
  text-decoration: none;
}
.map-tool {
  left: 10px;
  z-index: 10;
  position: absolute;
  display: inline-block;
}
.map-enlarge,
.map-reduce,
.map-50,
.map-100,
.map-500,
.map-center {
  background-image: url(../images/global/maps.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.map-enlarge {
  background-position: 0 0;
  bottom: 248px;
}
.map-reduce {
  background-position: 0 -48px;
  bottom: 200px;
}
.map-50 {
  background-position: 0 -96px;
  bottom: 152px;
}
.map-100 {
  background-position: 0 -144px;
  bottom: 104px;
}
.map-500 {
  background-position: 0 -192px;
  bottom: 56px;
}
.map-center {
  background-position: 0 -240px;
  bottom: 4px;
}
.amap-scalecontrol {
  left: 60px !important;
}
.amap-toolbar {
  display: none !important;
}
.font-sm a {
  position: relative;
  bottom: 1px;
}
@media (max-width: 763px) {
  .font-sm a {
    bottom: 2px;
  }
}
.informationSources {
  clear: both;
  text-align: right;
  padding: 8px;
  padding-top: 15px;
}

.search-wrap > ul,
.group > ul,
.left-nav > ul,
.hot-search-block > ul,
.cntr2 > ul,
.cntr > ul,
.navbar > ul{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.16666667em;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

.search-wrap > ul > li,
.group > ul > li,
.left-nav > ul > li,
.hot-search-block > ul > li,
.cntr2 > ul > li,
.cntr > ul > li,
.navbar > ul > li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.16666667em;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}