html,
body,
div,
span,
applet,
object,
iframe,
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,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a,
img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
body,
p,
ul,
li,
button {
  padding: 0;
  margin: 0;
}
img {
  border: none;
}
body {
  font-family: PingFangSC-Light, PingFang SC, 'Microsoft Yahei', Arial;
  font-size: 12px;
}
a {
  text-decoration: none;
}
.min-width-1240 {
  min-width: 1240px;
}
.width-1240 {
  width: 1240px;
  margin: 0 auto;
}
.min-width {
  min-width: 1240px;
}
.fl-r {
  float: right;
}
.fl-l {
  float: right;
}
.graph-box-3 {
  width: 32.23333333%;
}
.graph-box .graph-l {
  float: left;
}
.graph-box .graph-r {
  float: right;
}
.graph-box .graph-m {
  float: left;
  margin: 0 1.5%;
}
.clearfix {
  overflow: auto;
  zoom: 1;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.hover-primary-color:hover {
  color: #FF983F !important;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-arrow {
  width: 30px;
  height: 24px;
  display: inline-block;
}
.btn-arrow-bg {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #252423;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.btn-arrow-bg:hover {
  background-color: #FF983F;
}
.business-structure-common {
  width: 1240px;
  position: relative;
  height: 422px;
  color: #252423;
  font-size: 28px;
}
.business-structure-common .company-name {
  position: absolute;
  top: 0;
  left: 519px;
  text-align: center;
}
.business-structure-common .company-name .company-logo {
  width: 200px;
  height: 44px;
}
.business-structure-common .company-name .company-desc {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #646362;
}
.business-structure-common .structrue-line {
  width: 1016px;
  height: 231px;
  top: 77px;
  left: 112px;
  position: absolute;
}
.business-structure-common .big-structure {
  width: 300px;
  height: 110px;
  line-height: 110px;
  position: absolute;
  background-color: #F5F5F5;
  text-align: center;
  top: 137px;
}
.business-structure-common .big-structure a {
  cursor: pointer;
  display: block;
  color: #252423;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.business-structure-common .big-structure a:hover {
  background-color: #fff;
  color: #FF983F;
  -webkit-box-shadow: 10px 10px 15px 0px rgba(179, 174, 169, 0.3);
          box-shadow: 10px 10px 15px 0px rgba(179, 174, 169, 0.3);
}
.business-structure-common .small-structure {
  width: 233px;
  height: 110px;
  background: #F5F5F5;
  position: absolute;
  background-color: #F5F5F5;
  text-align: center;
  top: 307px;
  font-size: 24px;
  font-weight: 600;
  color: #252423;
}
.business-structure-common .small-structure .name {
  display: block;
  height: 24px;
  padding-top: 30px;
}
.business-structure-common .small-structure .desc {
  font-size: 14px;
  height: 14px;
  display: block;
  font-weight: 300;
  color: #646362;
  margin-top: 12px;
}
.business-structure-common .small-structure a {
  cursor: pointer;
  display: block;
  color: #252423;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.3s ease-out, box 0.3s ease-out;
  transition: background 0.3s ease-out, box 0.3s ease-out;
}
.business-structure-common .small-structure a:hover {
  background-color: #fff;
  color: #FF983F;
  -webkit-box-shadow: 10px 10px 15px 0px rgba(179, 174, 169, 0.3);
          box-shadow: 10px 10px 15px 0px rgba(179, 174, 169, 0.3);
}
.business-structure-common .small-structure a:hover .name {
  color: #FF983F;
}
.business-structure-common .small-structure a:hover .desc {
  color: #FF983F;
}
.second-common-nav {
  width: 100%;
  height: 54px;
  line-height: 54px;
  position: relative;
  background-color: #FBFBFB;
}
.second-common-nav .second-common-nav-wrap {
  font-size: 14px;
  font-weight: 300;
  color: #252423;
}
.second-common-nav .second-common-nav-wrap a {
  color: #252423;
}
.second-common-nav .second-common-nav-wrap a:hover {
  color: #FF983F;
}
.common-statement-wrap {
  width: 100%;
  height: 660px;
  height: 640px;
}
.common-statement-wrap .common-statement-detail-wrap {
  height: 100%;
  position: relative;
}
.common-statement-wrap .common-statement-detail-wrap .left {
  display: inline-block;
  position: relative;
  margin: 100px  0 100px 0;
  margin: 100px 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
}
.common-statement-wrap .common-statement-detail-wrap .left .common-statement-img {
  width: 715px;
  height: 440px;
}
.common-statement-wrap .common-statement-detail-wrap .right {
  top: 0;
  position: absolute;
  left: 795px;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
}
.common-statement-wrap .common-statement-detail-wrap .right .common-statement-title {
  margin-top: 236px;
  font-size: 36px;
  font-weight: 600;
  color: #252423;
  line-height: 42px;
}
.common-statement-wrap .common-statement-detail-wrap .right .common-statement-content {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #646362;
  line-height: 24px;
}
.common-statement-wrap .common-statement-detail-wrap .right .btn-arrow {
  position: absolute;
  bottom: 100px;
  left: 0;
}
.common-statement-wrap .common-statement-detail-wrap .right .btn-arrow-hover {
  display: none;
}
.common-statement-wrap .common-statement-detail-wrap .right:hover {
  -webkit-transform: translateX(-20px) !important;
          transform: translateX(-20px) !important;
}
.common-statement-wrap .common-statement-detail-wrap .right:hover .btn-arrow {
  display: none;
}
.common-statement-wrap .common-statement-detail-wrap .right:hover .btn-arrow-hover {
  display: inline-block;
}
.common-statement-wrap .common-statement-detail-wrap-right {
  height: 100%;
  position: relative;
}
.common-statement-wrap .common-statement-detail-wrap-right .left {
  display: inline-block;
  position: relative;
  padding: 100px  0 0px 0;
  width: 445px;
  height: 440px;
  text-align: right;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
}
.common-statement-wrap .common-statement-detail-wrap-right .left .common-statement-title {
  margin-top: 116px;
  font-size: 36px;
  font-weight: 600;
  color: #252423;
  line-height: 42px;
}
.common-statement-wrap .common-statement-detail-wrap-right .left .common-statement-content {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #646362;
  line-height: 24px;
}
.common-statement-wrap .common-statement-detail-wrap-right .left .btn-arrow {
  position: absolute;
  bottom: 0px;
  right: 0;
}
.common-statement-wrap .common-statement-detail-wrap-right .left .btn-arrow-hover {
  display: none;
}
.common-statement-wrap .common-statement-detail-wrap-right .left:hover {
  -webkit-transform: translateX(20px) !important;
          transform: translateX(20px) !important;
}
.common-statement-wrap .common-statement-detail-wrap-right .left:hover .btn-arrow {
  display: none;
}
.common-statement-wrap .common-statement-detail-wrap-right .left:hover .btn-arrow-hover {
  display: inline-block;
}
.common-statement-wrap .common-statement-detail-wrap-right .right {
  position: absolute;
  display: inline-block;
  left: 525px;
  top: 100px;
  font-size: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
}
.common-statement-wrap .common-statement-detail-wrap-right .right .common-statement-img {
  width: 715px;
  height: 440px;
}
.common-statement-wrap-right {
  background: #fbfbfb;
}
.introduction-nav-wrap {
  height: 54px;
  background: #fbfbfb;
  line-height: 54px;
  font-size: 16px;
  font-weight: 300;
  color: #646362;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
}
.introduction-nav-wrap .introduction-nav-detail {
  position: relative;
}
.introduction-nav-wrap .introduction-nav-detail .nav .nav-item {
  float: left;
}
.introduction-nav-wrap .introduction-nav-detail .nav .nav-item a,
.introduction-nav-wrap .introduction-nav-detail .nav .nav-item .nav-item-text {
  margin: 0 30px;
  position: relative;
  display: block;
  color: #646362;
}
.introduction-nav-wrap .introduction-nav-detail .nav .nav-item a b,
.introduction-nav-wrap .introduction-nav-detail .nav .nav-item .nav-item-text b {
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  background: #ff7500;
  left: 0;
  bottom: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 5px;
}
.introduction-nav-wrap .introduction-nav-detail .nav .nav-item a:hover,
.introduction-nav-wrap .introduction-nav-detail .nav .nav-item .nav-item-text:hover {
  color: #FF983F;
}
.introduction-nav-wrap .introduction-nav-detail .nav .nav-item a:hover b,
.introduction-nav-wrap .introduction-nav-detail .nav .nav-item .nav-item-text:hover b {
  width: 100%!important;
}
.introduction-nav-wrap .introduction-nav-detail .nav .current a,
.introduction-nav-wrap .introduction-nav-detail .nav .current .nav-item-text {
  color: #FF983F;
}
.introduction-nav-wrap .introduction-nav-detail .nav .current b {
  width: 100%!important;
}
.current-text {
  color: #fff;
}
.current-text .month-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.current-text .month-info-wrap {
  background-color: #FF983F;
}
.current-text .month {
  color: #fff !important;
}
.current-text .split {
  color: #fff !important;
}
.current-text .month-info {
  background-color: #FF983F;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
a.common-link-new-page {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  cursor: pointer;
}
.image-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.image-pop .pop-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.image-pop .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 9;
  padding: 12px;
  border-radius: 50%;
  background: #252423;
}
.image-pop .close img {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.image-pop .close .hover {
  display: none;
}
.image-pop .close:hover img {
  display: none;
}
.image-pop .close:hover .hover {
  display: inline-block;
}
.image-pop .pop-box {
  width: 1200px;
  height: 900px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.image-pop .pop-box .pic-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.image-pop .pop-box .pic-list img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.image-pop .pop-box .pic-list.active-pic {
  display: block;
}
.image-pop .btn {
  width: 48px;
  height: 48px;
  background: #252423;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
}
.image-pop .btn img {
  width: 16px;
  height: 16px;
  top: 4px;
  position: relative;
}
.image-pop .btn .hover {
  display: none;
}
.image-pop .btn:hover img {
  display: none;
}
.image-pop .btn:hover .hover {
  display: inline-block;
}
.image-pop .pre-btn {
  left: 20px;
}
.image-pop .next-btn {
  right: 20px;
}
.video-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.video-pop .pop-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.video-pop .pop-box {
  width: 1020px;
  height: 575px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.video-pop .close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0px;
  top: -40px;
  cursor: pointer;
}
.video-pop .video {
  width: 100%;
  height: 100%;
}
.body-hidden {
  overflow: hidden;
}
.no-scroll-into-view {
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
  opacity: 0!important;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
}
.scroll-into-view {
  opacity: 1!important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.no-scroll-into-view-statement .left {
  opacity: 0!important;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.no-scroll-into-view-statement .right {
  opacity: 0!important;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.scroll-into-view-statement .left {
  opacity: 1!important;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
.scroll-into-view-statement .right {
  opacity: 1!important;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
.detail-content {
  margin-bottom: 40px;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 1px;
}
.new-title-date {
  position: relative;
  color: #959492;
  font-weight: 400;
  padding-bottom: 10px;
  font-size: 16px;
  text-align: center;
  top: -30px;
}
sup {
  position: relative;
  top: -5px;
  font-size: smaller;
}
strong {
  font-weight: bold;
}
sub {
  position: relative;
  bottom: -4px;
}
.wrap_head {
  position: absolute;
  height: 76px;
  font-size: 16px;
  font-weight: 600;
  color: #252423;
  background: #fff;
  display: block;
  width: 100%;
  z-index: 20;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.head_con {
  position: relative;
  display: block;
  width: 1240px;
  height: 76px;
  margin: 0 auto;
  z-index: 2;
}
.head_con .logo {
  height: 76px;
  cursor: pointer;
  display: table-cell;
  display: inline-block;
}
.menu_list {
  position: absolute;
  display: block;
  height: 76px;
  left: 320px;
  top: 0px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}
.menu_list .menu-icon {
  display: block;
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 19px;
  left: 0px;
  background: #FF983F;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  width: 0;
  -webkit-transform: scale(0.01, 1);
          transform: scale(0.01, 1);
}
.menu_list .menu_item {
  float: left;
  height: 76px;
  margin-left: 48px;
  position: relative;
}
.menu_list .menu_item .txt {
  position: relative;
  display: block;
  height: 72px;
  line-height: 72px;
  font-size: 16px;
  opacity: 0.95;
  color: #252423;
  z-index: 2;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
.menu_list .menu_item .menu_hook {
  display: none;
  width: 100%;
  height: 340px;
  position: absolute;
  left: -36px;
  top: 0px;
  z-index: 1;
}
.menu_list .sub_list {
  display: none;
  position: absolute;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  text-align: center;
  z-index: 2;
  font-weight: 400;
}
.menu_list .sub_list li a {
  display: block;
  font-size: 16px;
  padding: 13px 0;
  opacity: 0.7;
  color: #646362;
  cursor: pointer;
}
.menu_list .sub_list li a:hover {
  color: #FF983F;
  cursor: pointer;
}
.menu_list .sublist_show {
  display: block;
}
.menu_list .sublist_show i {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  width: 100%;
}
.menu_list .sublist_current {
  display: block;
}
.menu_list .sublist_current i {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  width: 100%;
}
.lang_area {
  position: absolute;
  display: block;
  right: 0px;
  top: 28px;
  cursor: pointer;
  font-weight: 300;
  color: #646362;
  font-size: 16px;
}
.lang_area .lang_ch {
  color: #252423;
}
.lang_area .s_line,
.lang_area .lang_en {
  color: #646362;
}
.submenu_show .bg_hover {
  display: block !important;
  width: 100%;
  height: 342px;
  background: #fff;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-animation: a_bg_hover_show 0.4s ease-out both;
          animation: a_bg_hover_show 0.4s ease-out both;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
.submenu_show .menu_list .menu_item.sublist_show .sub_list,
.head_white .menu_list .menu_item.sublist_show .sub_list {
  -webkit-animation: a_menu_item_show 0.6s ease-out both;
          animation: a_menu_item_show 0.6s ease-out both;
}
.submenu_show .menu_list .menu_item .menu_hook {
  display: block;
}
@-webkit-keyframes a_bg_hover_show {
  0% {
    -webkit-transform: scale(1, 0.5);
            transform: scale(1, 0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes a_bg_hover_show {
  0% {
    -webkit-transform: scale(1, 0.5);
            transform: scale(1, 0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes a_menu_item_show {
  0% {
    -webkit-transform: translate(0px, -30px);
            transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes a_menu_item_show {
  0% {
    -webkit-transform: translate(0px, -30px);
            transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
}
.footer-nav-wrap {
  min-width: 1240px;
  width: 100%;
  height: 434px;
  font-size: 14px;
  font-weight: 400;
  background-color: #fbfbfb;
}
.footer-nav-wrap .footer-nav-detail {
  position: relative;
  height: 100%;
}
.footer-nav-wrap .footer-nav-item-wrap {
  position: absolute;
  top: 70px;
  width: 85px;
}
.footer-nav-wrap .footer-nav-item-wrap .footer-nav-type {
  font-size: 18px;
  color: #252423;
  width: 100%;
  display: block;
}
.footer-nav-wrap .footer-nav-item-wrap .footer-nav-detail-type {
  position: absolute;
  top: 38px;
}
.footer-nav-wrap .footer-nav-item-wrap .footer-nav-type-hash {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #646362;
  margin-bottom: 16px;
}
.footer-nav-wrap .footer-nav-item-wrap .footer-nav-type-hash:hover {
  color: #FF983F;
}
.footer-nav-wrap .footer-nav-line {
  width: 1px;
  height: 295px;
  position: absolute;
  border-right: 1px solid #BBBBBA;
  top: 70px;
  left: 852px;
  color: #BBBBBA;
  opacity: 0.6;
}
.footer-nav-wrap .follow-us-wrap {
  position: absolute;
  right: 0;
  top: 70px;
}
.footer-nav-wrap .follow-us-icon-wrap {
  position: absolute;
  top: 108px;
  right: 0;
}
.footer-nav-wrap .follow-us-icon-wrap .icon-wrap {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 36px;
  cursor: pointer;
}
.footer-nav-wrap .follow-us-icon-wrap .icon-wrap .icon-wrap-img {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-origin: center;
  background-size: 100% 100%;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.footer-nav-wrap .follow-us-icon-wrap .icon-wrap .hover-img {
  display: none;
}
.footer-nav-wrap .follow-us-icon-wrap .icon-wrap .wechat-code {
  width: 176px;
  position: absolute;
  left: -80px;
  top: -186px;
  right: 0;
  z-index: 10;
  display: block;
  opacity: 0;
  height: 176px;
  display: none;
  -webkit-transition: opacity 6s linear;
  transition: opacity 6s linear;
  pointer-events: none;
}
.footer-nav-wrap .follow-us-icon-wrap .icon-wrap:hover .wechat-code {
  opacity: 1;
  display: inline-block;
}
.footer-nav-wrap .follow-us-icon-wrap .icon-wrap:hover .icon-wrap-img {
  display: none;
}
.footer-nav-wrap .follow-us-icon-wrap .icon-wrap:hover .hover-img {
  display: inline-block;
}
.footer-nav-wrap .footer-logo {
  width: 320px;
  height: 41px;
  right: 0;
  bottom: 68px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.footer-nav-wrap .footer-logo:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.footer-nav-wrap .footer-desc {
  position: absolute;
  bottom: 70px;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  color: #959492;
}
.footer-nav-wrap .footer-desc a {
  color: #959492;
}
.footer-nav-wrap .footer-desc a:hover {
  color: #FF983F;
}
.common-banner-wrap {
  width: 100%;
  height: 512px;
  position: relative;
  background-size: 100% 100%;
  color: #ffffff;
  letter-spacing: 4px;
  font-weight: 300;
  min-width: 1240px;
  font-size: 0;
  background-size: cover;
}
.common-banner-wrap-content {
  position: relative;
  height: 100%;
}
.common-banner-wrap .banner-cn-title {
  position: absolute;
  top: 135px;
  font-size: 48px;
  height: 67px;
  line-height: 67px;
}
.common-banner-wrap .banner-en-title {
  position: absolute;
  top: 202px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}
.common-banner-wrap .banner-cn-desc {
  position: absolute;
  top: 228px;
  font-size: 20px;
  line-height: 20px;
}
.business-item-wrap {
  width: 100%;
  border-left: 6px solid #fff;
  background-color: #fff !important;
  position: relative;
  color: #252423;
  height: 258px;
  line-height: 24px;
  margin-bottom: 30px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.business-item-wrap:hover {
  border-color: #FF983F;
  -webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.08);
}
.business-item-wrap .content-wrap {
  height: 100%;
}
.business-item-wrap .content-wrap .title-wrap {
  position: absolute;
  width: 100%;
  font-size: 14px;
}
.business-item-wrap .content-wrap .title-wrap .tips {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  background-color: #FF983F;
  position: absolute;
  top: 50px;
  left: 230px;
  font-size: 14px;
}
.business-item-wrap .content-wrap .logo {
  height: 40px;
  position: absolute;
  top: 50px;
  left: 40px;
  width: 174px;
}
.business-item-wrap .content-wrap .hover-logo {
  display: none;
}
.business-item-wrap .content-wrap .enter-official-website {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  color: #252423;
}
.business-item-wrap .content-wrap .enter-official-website:hover {
  color: #FF983F !important;
}
.business-item-wrap .content-wrap .business-content {
  position: absolute;
  top: 126px;
  padding: 0 40px;
  font-size: 14px;
  color: #252423;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.business-item-wrap .business-item-logo {
  position: absolute;
  top: 86px;
  padding: 0 40px;
}
#miaoxiaocheng .logo {
  height: 76px;
  position: absolute;
  top: 50px;
  left: 40px;
  width: 190px;
}
#miaoxiaocheng .business-content {
  top: 150px;
}
#games .logo {
  height: 46px;
  width: 230px;
}
#games .tips {
  left: 283px;
}
#mobile .logo {
  width: 154px;
}
#mobile .tips {
  left: 206px;
}
#online .logo {
  width: 138px;
}
#online .tips {
  left: 191px;
}
.common-year-nav-wrap {
  position: relative;
}
.common-year-nav-wrap .left {
  position: absolute;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  color: #252423;
}
.common-year-nav-wrap .left .common-year-list-wrap {
  position: absolute;
  height: 310px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.common-year-nav-wrap .left .year-list {
  position: relative;
  display: block;
  width: 240px;
  height: 52px;
  font-size: 16px;
  line-height: 52px;
  margin-bottom: 10px;
  color: #252423;
  background-color: #FBFBFB;
  border-left: 5px solid #F5F5F5;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition: all 0.3s ease, color 0.1s ease-out;
  transition: all 0.3s ease, color 0.1s ease-out;
  cursor: pointer;
}
.common-year-nav-wrap .left .year-list span {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  margin-left: 40px;
}
.common-year-nav-wrap .left .year-list .arrow-right {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 16px;
  height: 16px;
}
.common-year-nav-wrap .left .year-list .arrow-right-current {
  display: none;
  width: 9px;
  right: 23px;
}
.common-year-nav-wrap .left .current {
  border-left: 5px solid #FF7600;
  background-color: #FF983F;
  color: #fff;
}
.common-year-nav-wrap .left .current .arrow-right {
  display: none;
}
.common-year-nav-wrap .left .current .arrow-right-current {
  display: inline-block;
  width: 9px;
  right: 23px;
}
.common-year-nav-wrap .left-important {
  position: absolute!important;
  position: -webkit-sticky!important;
  position: sticky!important;
}
.year-list-select {
  border-left: 5px solid #FF7600;
  background-color: #FF983F;
  color: #fff;
}
.year-list-select .arrow-right {
  display: none;
}
.year-list-select .arrow-right-current {
  display: inline-block;
  width: 9px;
  right: 23px;
}
.pagination-wrap .page .page-item {
  display: inline-block;
  min-width: 32px;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  text-align: center;
  list-style: none;
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 500;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
}
.pagination-wrap .page .current-page-item {
  background-color: #ff7500;
  border-color: #ff7500;
  color: #fff;
  font-weight: 700;
}
.pagination-wrap .page .jump-next,
.pagination-wrap .page .jump-prev {
  padding: 0 10px;
}
.pagination-wrap .page .disabel-page-item {
  cursor: not-allowed;
}
sup {
  position: relative;
  top: -5px;
  font-size: smaller;
}
strong {
  font-weight: bold;
}
sub {
  position: relative;
  bottom: -4px;
}
em {
  font-style: italic;
}
