.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
  float: left;
}
.inline-block {
  display: inline-block;
}
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.w-fix {
  display: inline-block;
  width: 100%;
  height: 0;
  vertical-align: middle;
}
.h-fix {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
body {
  min-width: 480px;
  position: relative;
}
.container {
  width: 1200px;
  margin: auto;
  position: relative;
}
.siteMenu {
  display: none;
  width: 0;
  background: #74a433;
  height: auto;
  right: 0;
  top: 0;
  position: fixed;
}
.siteMenu .siteMenu_container {
  padding-top: 55px;
}
.siteMenu .siteMenu_container .languages {
  text-align: center;
}
.siteMenu .siteMenu_container .languages .lang {
  background: url(img/lang_sep.png) no-repeat left;
  display: inline-block;
  width: 33%;
  height: 39px;
  text-align: center;
  font-size: 15px;
  color: #406618;
  line-height: 37px;
}
.siteMenu .siteMenu_container .languages .lang.current,
.siteMenu .siteMenu_container .languages .lang:hover {
  color: white;
}
.siteMenu .siteMenu_container .languages .lang:first-child {
  background: none;
}
.siteMenu .siteMenu_container .menu_items {
  margin-top: 56px;
  width: 100%;
  border-top: 1px solid white;
}
.siteMenu .siteMenu_container .menu_items tr span {
  font-size: 15px;
  color: #c6f28c;
  padding: 7px 0 8px 22px;
  display: block;
  border-bottom: 1px solid white;
}
.siteMenu .siteMenu_container .menu_items tr span.hasSub {
  background: url(img/menu_open.png) no-repeat right 8px center/18px;
}
.siteMenu .siteMenu_container .menu_items tr span.hasSub.open {
  background-image: url(img/menu_close.png);
}
.siteMenu .siteMenu_container .menu_items tr ul {
  display: none;
  border-bottom: 1px solid white;
}
.siteMenu .siteMenu_container .menu_items tr ul .sub li {
  color: #c6f28c;
  font-size: 13px;
  list-style: none;
  padding: 7px 0 8px 22px;
}
.siteMenu .siteMenu_container .menu_items tr ul .sub li:hover {
  color: white;
}
.siteMenu .siteMenu_container .menu_items tr:hover span {
  color: white;
}
.web_content {
  position: relative;
}
header,
#content,
footer {
  width: 100%;
  float: left;
  clear: both;
}
header.tablet .container,
header.mobile .container,
#content.tablet .container,
#content.mobile .container,
footer.tablet .container,
footer.mobile .container {
  width: 100%;
}
header {
  height: 150px;
  position: relative;
}
header .logo {
  background: url(img/logo.png) no-repeat;
  width: 171px;
  height: 125px;
  position: absolute;
  top: 35px;
  left: 21px;
  display: none;
}
header .language {
  position: absolute;
  top: 0;
  right: 0;
  background: #74a433;
  border-radius: 0 0 10px 10px;
}
header .language .lang {
  font-size: 15px;
  color: #406618;
  display: inline-block;
  padding: 0 23px;
  line-height: 47px;
  background: url(img/lang_sep.png) no-repeat right;
}
header .language .lang.current,
header .language .lang:hover {
  color: white;
}
header .language .lang:last-child {
  background: none;
}
header .menu {
  float: right;
  border-bottom: 1px solid #d1d3d4;
  margin-top: 83px;
}
header .menu .menu_item {
  display: inline-block;
  position: relative;
}
header .menu .menu_item .menu_title {
  font-size: 15px;
  color: #58595b;
  padding: 0 37px 18px 37px;
  display: block;
}
header .menu .menu_item .subMenu {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  background: #74a433;
  width: 329px;
  z-index: 1;
}
header .menu .menu_item .subMenu .subMenu_item {
  display: block;
}
header .menu .menu_item .subMenu .subMenu_item .subMenu_item_title {
  font-size: 15px;
  color: #c6f28c;
  display: block;
  padding: 9px 27px;
}
header .menu .menu_item .subMenu .subMenu_item.current .subMenu_item_title,
header .menu .menu_item .subMenu .subMenu_item:hover .subMenu_item_title {
  color: white;
}
header .menu .menu_item .subMenu.zh {
  width: 205px;
}
header .menu .menu_item.current,
header .menu .menu_item:hover {
  border-bottom: 6px solid #74a433;
}
header .menu .menu_item.current .menu_title,
header .menu .menu_item:hover .menu_title {
  padding-bottom: 12px;
}
header .menu .menu_item:hover .subMenu {
  display: block;
}
header .menu_mobile {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 52px;
  right: 35px;
  width: 61px;
  height: 49px;
  background: url(img/menu_icon.png) no-repeat center/cover;
}
header .menu_mobile.open {
  display: block;
}
header.tablet .menu_mobile,
header.mobile .menu_mobile {
  display: block;
}
header.tablet .language,
header.tablet .menu,
header.mobile .language,
header.mobile .menu {
  display: none;
}
#content {
  min-height: 500px;
}
#content .inner_banner {
  width: 100%;
  height: 296px;
  position: relative;
}
#content .inner_banner .inner_banner_tablet,
#content .inner_banner .inner_banner_mobile {
  display: none;
}
#content .inner_banner .inner_banner_tablet img,
#content .inner_banner .inner_banner_mobile img {
  width: 100%;
  height: auto;
}
#content .inner_banner .page_title_area {
  background: url(img/inner_banner_slogan_bg_repeat_y.png) repeat-y left;
  width: 100%;
  height: 77px;
  position: absolute;
  left: 0;
  top: 160px;
}
#content .inner_banner .page_title_area .page_title {
  font-size: 46.8px;
  font-weight: bold;
  color: white;
  line-height: 77px;
  margin-left: 33px;
}
#content .navigation {
  line-height: 58px;
  background: url(img/path_bg_repeat_x.jpg) repeat-x bottom;
  height: 90px;
}
#content .navigation * {
  vertical-align: middle;
}
#content .navigation a {
  font-size: 15px;
  color: #58595b;
}/*953795e33e25c16a067bcfa2a5842f5b*/
#content .navigation a.current {
  font-weight: bold;
  color: #74a433;
}
#content .navigation img {
  width: 26px;
  height: 26px;
}
#content .content {
  min-height: 488px;
  margin-top: 10px;
  margin-bottom: 22px;
}
#content .content table {
  width: 100%;
}
#content .content table tr th,
#content .content table tr td {
  font-size: 15px;
  padding-left: 18px;
}
#content .content table tr td {
  vertical-align: middle;
  padding-right: 18px;
}
#content .content table tr td:first-child {
  vertical-align: top;
}
#content.tablet .inner_banner,
#content.mobile .inner_banner {
  background: none !important;
  height: auto;
}
#content.tablet .inner_banner .container,
#content.mobile .inner_banner .container {
  position: static;
}
#content.tablet .inner_banner .container .page_title_area,
#content.mobile .inner_banner .container .page_title_area {
  top: auto;
  bottom: 20px;
}
#content.tablet .inner_banner .inner_banner_tablet {
  display: block;
}
#content.tablet .navigation,
#content.tablet .content {
  padding: 0 32px;
}
#content.mobile .inner_banner .inner_banner_mobile {
  display: block;
}
#content.mobile .inner_banner .page_title_area .page_title {
  font-size: 40px;
}
#content.mobile .navigation,
#content.mobile .content {
  padding: 0 49px;
}
#content.mobile .navigation {
  height: auto;
  padding-bottom: 30px;
}
footer {
  background: #939598;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 25px;
}
footer .footer-copyright,
footer .footer-link {
  display: inline-block;
  font-size: 13px;
  color: white;
}
footer .footer-copyright a,
footer .footer-link a {
  font-size: 13px;
  color: white;
}
footer.mobile {
  padding-top: 12px;
  padding-bottom: 13px;
}
footer.mobile .footer-copyright,
footer.mobile .footer-link {
  display: block;
  line-height: 20px;
}
.content .page_title {
  font-size: 17px;
  font-weight: bold;
  color: #74a433;
  padding-bottom: 13px;
  border-bottom: 3px solid #74a433;
}
.content table {
  width: 100%;
}
.content table tr {
  border-bottom: 1px solid #a6a6a6;
}
.content table tr th,
.content table tr td {
  font-size: 15px;
  padding-left: 18px;
  line-height: 29px;
}
.content table tr th {
  padding-top: 10px;
  padding-bottom: 8px;
}
.content table tr td {
  padding-top: 9px;
  padding-bottom: 7px;
  vertical-align: middle;
}
.content table tr td:first-child {
  vertical-align: top;
}
.content table tr td .download {
  background: url(img/icon_download.png) no-repeat center/cover;
  width: 44px;
  height: 29px;
  display: block;
  margin-left: 17px;
}
.content table tr:first-child {
  background: #e4f0d3;
  border-bottom: none;
}
