.trans-scale {
  overflow: hidden;
}
.trans-scale .i {
  width: 100%;
  height: auto;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.trans-liro {
  position: relative;
  overflow: hidden;
}
.trans-liro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@-webkit-keyframes animat-shake {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@keyframes animat-shake {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes animat-round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animat-round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animat-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes animat-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@media screen and (min-width: 769px) {
  .trans-scale:hover .i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .trans-liro:hover::before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .animat-shake:hover {
    -webkit-animation: animat-shake 0.5s;
    animation: animat-shake 0.5s;
  }
  .animat-round::before {
    -webkit-animation: animat-round 5s linear infinite;
    animation: animat-round 5s linear infinite;
  }
  .animat-steps::before {
    -webkit-animation: animat-round 2s steps(12, end) infinite;
    animation: animat-round 2s steps(12, end) infinite;
  }
}
@font-face {
  font-family: "avian";
  src: url("../font/avian.eot");
  src: url("../font/avian.eot?#iefix") format("embedded-opentype"),
    url("../font/avian.woff") format("woff"),
    url("../font/avian.ttf") format("truetype"),
    url("../font/avian.svg#avian") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "xfont";
  src: url("../font/xfont.eot");
  src: url("../font/xfont.eot?#iefix") format("embedded-opentype"),
    url("../font/xfont.woff") format("woff"),
    url("../font/xfont.ttf") format("truetype"),
    url("../font/xfont.svg#xfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"),
    url("../font/iconfont.woff") format("woff"),
    url("../font/iconfont.ttf") format("truetype"),
    url("../font/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ss";
  src: url("../font/syst.otf");
}
.ss {
  font-family: "ss";
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
p,
a,
table,
tr,
th,
td,
img,
iframe,
form,
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
}
body {
  margin: auto;
  font-family: "Microsoft Yahei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  opacity: 0;
}
input,
button,
textarea,
select {
  outline: 0;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
}
input,
textarea,
select {
  min-height: 1.5em;
}
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  border-collapse: collapse;
  border: 0;
}
img {
  border: 0;
  outline: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
:focus {
  outline: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
input[type="date"] {
  background-color: transparent;
  border: 0;
  filter: "alpha(opacity=0)";
}
input:focus,
textarea:focus {
  color: inherit;
}
input::-ms-clear,
::-ms-reveal {
  display: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #909090;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #909090;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #909090;
  opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #909090;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #909090;
  opacity: 1;
}
.placeholder {
  color: #909090;
}
.init-screen {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
}
.lock-screen {
  overflow: hidden;
}
.xfont,
.xicon {
  position: relative;
  -property: color, background;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.xfont::before,
.xicon::before {
  display: block;
  text-align: center;
  font-family: xfont;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont {
  position: relative;
  -webkit-transition-property: color, background;
  transition-property: color, background;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.xicon,
.iconfont {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.xicon::before,
.iconfont::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.xf .i1::before {
  content: "\e500";
}
.xf .i2::before {
  content: "\e501";
}
.xf .i3::before {
  content: "\e502";
}
.xf .i4::before {
  content: "\e503";
}
.xf .i5::before {
  content: "\e618";
}
.xf .i6::before {
  content: "\e600";
}
.xf .i7::before {
  content: "\e610";
}
.xf .i8::before {
  content: "\e611";
}
.xf .i9::before {
  content: "\e612";
}
.xf .i10::before {
  content: "\e613";
}
.xf .i11::before {
  content: "\e614";
}
.xf .i12::before {
  content: "\e615";
}
.xf .i13::before {
  content: "\e616";
}
.xf .i14::before {
  content: "\e617";
}
.xf .i15::before {
  content: "\e509";
}
.xf .i16::before {
  content: "\e525";
}
.xf .i17::before {
  content: "\e526";
}
.xf .i18::before {
  content: "\e527";
}
.icon-left::before {
  content: "\e504";
}
.icon-right::before {
  content: "\e505";
}
.icon-up::before {
  content: "\e506";
}
.icon-down::before {
  content: "\e507";
}
.icon-search::before {
  content: "\e510";
}
.icon-close::before {
  content: "\e508";
}
.icon-menu::before {
  content: "\e511";
}
.icon-load {
  -webkit-animation: animat-round 2s steps(12, end) infinite;
  animation: animat-round 2s steps(12, end) infinite;
}
.icon-load::before {
  content: "\e512";
}
.icon-media-start::before {
  content: "\e520";
}
.icon-media-play::before {
  content: "\e521";
}
.icon-media-pause::before {
  content: "\e522";
}
.icon-media-buffer {
  -webkit-animation: animat-round 5s linear infinite;
  animation: animat-round 5s linear infinite;
}
.icon-media-buffer::before {
  content: "\e513";
}
.icon-media-prev::before {
  content: "\e523";
}
.icon-media-next::before {
  content: "\e524";
}
.icon-media-volume::before {
  content: "\e52c";
}
.icon-media-muted::before {
  content: "\e52d";
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-jia:before {
  content: "\e686";
}
.clear::after,
.x-wrap::after,
.x-block::after,
.nav-box::after,
.tools-mod::after,
.paging-box::after,
.slick-track::after,
.share-box::after {
  content: "";
  display: table;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.middle-box {
  font-size: 0;
}
.middle-box::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.middle-box .middle-cont {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.justify-txt,
.justify-box {
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
}
.justify-box::after {
  content: "";
  display: inline-block;
  padding-left: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
.pos-fix {
  position: fixed !important;
  left: 0;
  top: 0;
}
.pos-abs {
  position: absolute !important;
  left: 0;
  top: 0;
}
.mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.tac {
  text-align: center;
}
[data-object-fit="cover"],
[object-fit="cover"] {
  -o-object-fit: cover;
  object-fit: cover;
}
[data-object-fit="contain"],
[object-fit="contain"] {
  -o-object-fit: contain;
  object-fit: contain;
}
[data-object-fit="scale-down"],
[object-fit="scale-down"] {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.x-table {
  display: table;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.x-cell,
.x-nano {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.x-cell {
  padding: 0 1em;
  width: 100%;
}
.x-nano {
  width: 1%;
}
.x-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.x-visible {
  opacity: 1;
  visibility: visible;
}
.x-layout {
  position: relative;
  margin: auto;
  width: 100%;
  min-width: 1250px;
  max-width: 1920px;
  overflow: hidden;
}
.x-wrap {
  position: relative;
  margin: auto;
  width: 1230px;
  height: 100%;
}
.x-block {
  position: relative;
  margin: auto 80px;
  width: auto;
  height: 100%;
}
.x-header,
.x-footer,
.x-container {
  position: relative;
  width: 100%;
  z-index: 1;
}
.title1 {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .title1 {
    font-size: 26px;
  }
}
.title1 span {
  color: #ff9521;
  font-size: 50px;
  line-height: 1.2;
  min-width: 66px;
}
@media screen and (max-width: 768px) {
  .title1 span {
    font-size: 28px;
  }
}
body:not(.lang-en) .text_v {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.add_more {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 0;
}
.add_more .iconfont {
  width: 100%;
  height: 100%;
  font-size: 40px;
  line-height: 1.2;
  color: #ff9521;
  line-height: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .add_more .iconfont {
    font-size: 26px;
  }
}
.btn_more {
  display: inline-block;
  padding: 5px 25px 8px;
  font-size: 16px;
  color: #fff;
  background-color: #333333;
  border-radius: 25px;
}
.btn_more.text_v {
  padding: 28px 8px;
}
.btn_more.org {
  background: #ff9521;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: #ccc;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #ff9521;
}
.banner_page {
  height: 700px;
  color: #fff;
  padding-top: 100px;
  position: relative;
  background: no-repeat center center / cover;
}
.banner_page .bread-mod {
  position: absolute;
  left: 0;
  right: 0;
  top: 125px;
  z-index: 1;
}
.banner_page > .x-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner_page .text {
  text-align: center;
  padding-bottom: 60px;
}
.banner_page .text .h1 {
  font-size: 40px;
  line-height: 1.2;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  opacity: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .banner_page .text .h1 {
    font-size: 26px;
  }
}
.banner_page .text .h2 {
  font-size: 60px;
  line-height: 1.2;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s ease-out 0.3s;
  transition: all 1s ease-out 0.3s;
  opacity: 0;
  font-family: ss;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .banner_page .text .h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .banner_page .text .h2 {
    font-size: 28px;
  }
}
.banner_page .text .h3 {
  font-size: 20px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s ease-out 0.6s;
  transition: all 1s ease-out 0.6s;
  opacity: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .banner_page .text .h3 {
    font-size: 18px;
  }
}
.banner_page .text .tt {
  text-transform: uppercase;
}
.banner_page.showd .text {
  text-align: center;
}
.banner_page.showd .text .h1 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.banner_page.showd .text .h2 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.banner_page.showd .text .h3 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.arr-l {
  background: url(../image/arrow1a1.png) no-repeat center center/contain;
  display: inline-block;
  width: 58px;
  height: 44px;
  cursor: pointer;
}
.arr-r {
  background: url(../image/arrow1b1.png) no-repeat center center/contain;
  display: inline-block;
  width: 58px;
  height: 44px;
  cursor: pointer;
}
.arr-l.w {
  background-image: url(../image/arrow2a1.png);
}
.arr-r.w {
  background-image: url(../image/arrow2b1.png);
}
.pd {
  padding-top: 160px;
  padding-bottom: 160px;
}
.pt {
  padding-top: 160px;
}
.pb {
  padding-bottom: 160px;
}
body:not(.en) .p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.loadmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  color: #707070;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .loadmore {
    font-size: 16px;
  }
}
.loadmore .icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.loadmore .icon i {
  width: 25%;
  height: 25%;
  background: #888;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s ease-in-out 0s infinite;
  animation: bouncedelay 1.2s ease-in-out 0s infinite;
}
.loadmore .icon .cc {
  position: absolute;
  width: 80%;
  height: 80%;
  margin: 10% 10%;
}
.loadmore .icon .cc2 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.loadmore .c1 {
  top: 0;
  left: 0;
}
.loadmore .c2 {
  top: 0;
  right: 0;
}
.loadmore .c3 {
  right: 0;
  bottom: 0;
}
.loadmore .c4 {
  left: 0;
  bottom: 0;
}
.loadmore .cc1 .c1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.loadmore .cc2 .c1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.loadmore .cc1 .c2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.loadmore .cc2 .c2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.loadmore .cc1 .c3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.loadmore .cc2 .c3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.loadmore .cc1 .c4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.loadmore .cc2 .c4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.line1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.line1::before {
  content: "";
  border-top: 1px dashed #ff9521;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.line1::after {
  content: "";
  background: url(../image/by/png6_2.png);
  width: 37px;
  height: 37px;
  display: block;
}
.line1.v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.line1.v::before {
  border-top: none;
  border-left: 1px dashed #ff9521;
}
.line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.line2::before {
  content: "";
  border-top: 1px solid #ff9521;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.line2::after {
  content: "";
  background: url(../image/by/png9a.png);
  width: 34px;
  height: 34px;
  display: block;
}
.line2.v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.line2.v::before {
  border-top: none;
  border-left: 1px solid #ff9521;
}
.homeSkin .title1 span {
  margin: 0 8px;
  font-size: 40px;
  line-height: 1.2;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .homeSkin .title1 span {
    font-size: 26px;
  }
}
.homeSkin .title1.text_v span {
  margin: 8px 0;
}
@media screen and (min-width: 769px) {
  *.m-show {
    display: none;
  }
  .lock-screen {
    margin-right: 17px;
  }
  .lock-screen.full-screen {
    margin-right: 0;
  }
  .add_more:hover .iconfont {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .arr-l:hover {
    background-image: url(../image/arrow1a.png);
  }
  .arr-r:hover {
    background-image: url(../image/arrow1b.png);
  }
}
@media screen and (max-width: 1400px) {
  .pd {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt {
    padding-top: 100px;
  }
  .pb {
    padding-bottom: 100px;
  }
  .banner_page {
    height: 600px;
  }
}
@media screen and (max-width: 1260px) {
  .x-wrap {
    margin: 0 15px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  body {
    -webkit-overflow-scrolling: touch;
  }
  *.p-show {
    display: none;
  }
  .lock-screen {
    right: 0;
  }
  .lock-screen .x-container .vd-adr {
    display: none !important;
  }
  .menu-screen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .x-layout {
    min-width: 320px;
  }
  .x-block {
    padding: 0 15px;
    width: 100%;
    margin: auto;
  }
  body:not(.lang-en) .text_v {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .add_more {
    width: 34px;
    height: 34px;
  }
  .add_more .iconfont {
    font-size: 34px;
  }
  .icon-jia:before {
    width: auto;
    height: auto;
  }
  .btn_more.text_v,
  .btn_more {
    padding: 4px 18px 6px;
  }
  .pd {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt {
    padding-top: 40px;
  }
  .pb {
    padding-bottom: 40px;
  }
  .banner_page {
    height: 60vw;
    padding: 0;
  }
  .banner_page .bread-mod {
    top: 15px;
  }
  .banner_page .text {
    padding-bottom: 0;
  }
  .title1 span {
    min-width: auto;
  }
  .arr-l {
    height: 30px;
    width: 42px;
  }
  .arr-r {
    height: 30px;
    width: 42px;
  }
  .loadmore {
    margin-top: 40px;
  }
}

.x-header {
  z-index: 2;
}
.x-header .logo {
  position: relative;
  overflow: hidden;
}
.x-header .logo::before {
  content: "";
  display: block;
  padding-top: 19.29134%;
}
.x-header .logo .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.x-header .nav-mod .nav-item.cur > .nav-tit .nav-link {
  color: #ff9521;
}
@media screen and (min-width: 769px) {
  .x-header {
    height: 100px;
    background-color: #ff9521;
  }
  .x-header .logo {
    position: absolute;
    top: 50%;
    width: 254px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .x-header .right-mod {
    position: absolute;
    right: -80px;
    top: 0;
    z-index: 1;
    height: 100%;
  }
  .x-header .right-mod .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .x-header .right-mod .menuBtn {
    width: 136px;
    height: 100px;
    background-image: url(../images/menu.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .x-header .right-mod .menuBtn .btn1 {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  .x-header .right-mod .menuBtn .btn1 i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 2px solid #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .x-header .right-mod .menuBtn .btn1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-top: 2px solid #fff;
  }
  .x-header .right-mod .menuBtn .btn1::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-bottom: 2px solid #fff;
  }
  .x-header .right-mod .telBox {
    padding-right: 78px;
    font-family: "avian";
    font-size: 20px;
    color: #fff;
    line-height: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .x-header .right-mod .telBox {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .x-header .tools-mod {
    width: 322px;
    font-size: 0;
    text-align: center;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
  }
  .x-header .tools-mod .flexBox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .x-header .tools-mod .tools-item {
    display: block;
    color: #fff;
    font-size: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .x-header .tools-mod .tools-item {
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) {
  .x-header .tools-mod .xicon::before {
    -webkit-text-stroke-width: 0;
  }
  .x-header .tools-mod .lang {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .x-header .tools-mod .lang {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .x-header .tools-mod .share-box {
    margin-left: 26px;
  }
  .x-header .tools-mod .share-box .share-item {
    margin: 0 18px;
  }
  .x-header .navBox {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .x-header .navBox .closeBtn {
    position: absolute;
    top: 62px;
    right: 62px;
    background-color: #ff9521;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
  }
  .x-header .navBox .closeBtn .xicon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 26px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: -15px 0 0 -15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .x-header .navBox .closeBtn .xicon {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .x-header .navBox .closeBtn:hover .xicon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .x-header .navBox .closeBtn .xicon::before {
    -webkit-text-stroke-width: 0;
  }
  .x-header .navBox .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
  }
  .x-header .navBox .leftBox {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .x-header .navBox .rightBox {
    width: 50%;
    height: 100%;
    background-color: #000000;
    color: #fff;
  }
  .x-header .navBox .rightBox .flexBox {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .x-header .navBox .rightBox .padd {
    padding: 0 17.18% 0 4.16%;
    width: 100%;
  }
  .x-header .navBox .rightBox .item {
    padding: 0 39px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  .x-header .navBox .rightBox .lis {
    min-height: 360px;
    position: relative;
  }
  .x-header .navBox .rightBox .li {
    padding: 8px 0 8px 0;
    width: 70%;
  }
  .x-header .navBox .rightBox .li .nav-lv1-item {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    padding-left: 41px;
    width: 100%;
  }
  .x-header .navBox .rightBox .li:hover .nav-lv1-item {
    color: #ff9521;
  }
  .x-header .navBox .rightBox .li .nav-lv1-item::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 14px;
    left: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .x-header .navBox .rightBox .li .nav-lv1-item .flexnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .x-header .navBox .rightBox .li .nav-lv1-item .flexnav i {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    position: relative;
    margin-left: 30px;
    height: 35px;
    top: 6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .x-header .navBox .rightBox .li .nav-lv1-item .flexnav i::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    height: 1px;
    background-color: #ff9521;
  }
  .x-header .navBox .rightBox .li .nav-lv1-item .flexnav i::after {
    content: "";
    width: 33px;
    height: 33px;
    background: url(../image/icon1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
  .x-header .navBox .rightBox .li .nav-lv1-item .flexnav a {
    display: block;
    max-width: calc(100% - 80px);
  }
  .x-header .navBox .rightBox .nav-lv1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .x-header .navBox .rightBox .nav-lv1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .x-header .navBox .rightBox .li:hover .nav-lv2 {
    opacity: 1;
    visibility: visible;
  }
  .x-header .navBox .rightBox .li:hover .nav-lv1-item::before {
    background-color: #ff9521;
  }
  .x-header .navBox .rightBox .li:hover .nav-lv1-item .flexnav i {
    opacity: 1;
    visibility: visible;
  }
  .x-header .navBox .rightBox .nav-lv2 {
    font-size: 20px;
    width: 30%;
    position: absolute;
    top: 74px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.2;
    padding-left: 7%;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .x-header .navBox .rightBox .nav-lv2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .x-header .navBox .rightBox .nav-lv2-item {
    padding: 7px 0;
  }
  .x-header .navBox .rightBox .nav-lv2-item a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .x-header .navBox .rightBox .nav-lv2-item:hover a {
    color: #ff9521;
  }
  .x-header .navBox .rightBox .nav-lv2-item.cur,
  .x-header .navBox .rightBox .nav-lv1-item.cur {
    color: #ff9521;
  }
  .x-header .navBox .rightBox .nav-lv1-item.cur::before {
    background-color: #ff9521;
  }
  .x-header .navBox .rightBox .nav-lv1-item.cur .flexnav i {
    opacity: 1;
    visibility: visible;
  }
  .x-header .navBox .rightBox .scroll-mod {
    height: 270px;
  }
  .x-header .navBox .rightBox .scroll-bar-y {
    width: 2px;
    background-color: rgba(234, 85, 20, 0.5);
  }
  .x-header .navBox .rightBox .item + .item {
    padding-top: 18px;
  }
  .x-header .navBox .rightBox .item + .item .lis {
    min-height: 125px;
  }
  .x-header .navBox .rightBox .item + .item .nav-lv2 {
    top: 10px;
  }
  .x-header .navBox .rightBox .item + .item .nav-lv1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .x-header .navBox .rightBox .item + .item .nav-lv1 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .x-header .navBox .rightBox .item + .item .scroll-mod {
    height: 120px;
  }
  .x-header .navBox .rightBox .item + .item .li .nav-lv1-item .flexnav i {
    top: 2px;
  }
  .x-header .navBox .rightBox .item + .item .li .nav-lv1-item::before {
    top: 11px;
  }
  .x-header .navBox .rightBox .botBox .padd {
    padding: 40px 39px 0;
  }
  .x-header .navBox .rightBox .botBox .search-mod {
    width: 60%;
  }
  .x-header .navBox .rightBox .botBox .search-mod .search-box {
    height: 36px;
    border: 1px solid #fff;
    border-radius: 36px;
    position: relative;
    width: 100%;
  }
  .x-header .navBox .rightBox .botBox .search-mod .search-txt {
    padding: 0 4.4em 0 2.4em;
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .x-header .navBox .rightBox .botBox .search-mod .search-txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .x-header .navBox .rightBox .botBox .search-mod .search-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    right: 2.4em;
  }
  .x-header .navBox .rightBox .botBox .icon-search::before {
    -webkit-text-stroke-width: 0;
  }
  .x-header
    .navBox
    .rightBox
    .botBox
    .search-mod
    .search-input::-webkit-input-placeholder {
    color: #fff;
  }
  .x-header
    .navBox
    .rightBox
    .botBox
    .search-mod
    .search-input:-moz-placeholder {
    color: #fff;
  }
  .x-header
    .navBox
    .rightBox
    .botBox
    .search-mod
    .search-input::-moz-placeholder {
    color: #fff;
  }
  .x-header
    .navBox
    .rightBox
    .botBox
    .search-mod
    .search-input:-ms-input-placeholder {
    color: #fff;
  }
  .x-header .navBox.x-show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
  .x-header.abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .x-header.abs::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    z-index: 20;
  }
  .en .x-header .navBox .rightBox .li {
    width: 60%;
  }
  .en .x-header .navBox .rightBox .nav-lv2 {
    padding-left: 5%;
    font-size: 16px;
    width: 40%;
  }
  .en .x-header .navBox .rightBox .nav-lv2 .nav-lis {
    width: 98%;
  }
}
@media screen and (max-width: 1441px) {
  .x-header .navBox .rightBox .item {
    padding: 0 20px 15px;
  }
  .x-header .navBox .rightBox .nav-lv1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1441px) and (max-width: 768px) {
  .x-header .navBox .rightBox .nav-lv1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1441px) {
  .x-header .navBox .rightBox .li .nav-lv1-item .flexnav i {
    top: 0;
  }
  .x-header .navBox .rightBox .li .nav-lv1-item::before {
    width: 14px;
    height: 14px;
    top: 11px;
  }
  .x-header .navBox .rightBox .item + .item .nav-lv1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1441px) and (max-width: 768px) {
  .x-header .navBox .rightBox .item + .item .nav-lv1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1441px) {
  .x-header .navBox .rightBox .item + .item .li .nav-lv1-item .flexnav i {
    top: -1px;
  }
  .x-header .navBox .rightBox .item + .item .li .nav-lv1-item::before {
    top: 10px;
  }
  .x-header .navBox .rightBox .nav-lv2 {
    top: 50px;
  }
  .x-header .navBox .rightBox .item + .item .nav-lv2 {
    top: 4px;
  }
  .x-header .navBox .rightBox .padd {
    padding-right: 5%;
  }
  .x-header .navBox .closeBtn {
    width: 50px;
    height: 50px;
    top: 25px;
    right: 25px;
  }
  .x-header .navBox .closeBtn .xicon {
    font-size: 22px;
  }
}
@media screen and (max-width: 1441px) and (max-width: 768px) {
  .x-header .navBox .closeBtn .xicon {
    font-size: 18px;
  }
}
@media screen and (max-width: 1441px) {
  .x-header .navBox .rightBox .lis {
    min-height: 280px;
  }
  .x-header .navBox .rightBox .li {
    padding: 5px 0;
  }
  .x-header .navBox .rightBox .scroll-mod {
    height: 230px;
  }
  .x-header .navBox .rightBox .botBox .padd {
    padding: 30px 20px 0;
  }
  .x-header .navBox .rightBox .botBox .search-mod .search-txt {
    font-size: 16px;
  }
  .en .x-header .navBox .rightBox .nav-lv1 {
    font-size: 16px;
  }
  .en .x-header .navBox .rightBox .nav-lv2 {
    font-size: 12px;
  }
  .en .x-header .navBox .rightBox .item + .item .nav-lv1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .x-header .navBox .rightBox .botBox .search-mod {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .x-header .x-block {
    padding: 0;
  }
  .x-header .x-wrap {
    padding: 0;
  }
  .x-header .telBox {
    padding-right: 15px;
    font-family: "avian";
    font-size: 20px;
    color: #ff9521;
    line-height: 1.5;
    position: relative;
    top: 2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .x-header .telBox {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .x-header .menu-mod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 10px 15px;
    min-height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 1;
  }
  .x-header .logo {
    width: 130px;
  }
  .x-header .logo + * {
    margin-left: auto;
  }
  .x-header .menu-btn {
    position: relative;
    width: 40px;
    overflow: hidden;
  }
  .x-header .menu-btn::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .x-header .menu-btn .line {
    width: 60%;
    height: 2px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .x-header .menu-btn .line,
  .x-header .menu-btn .line::before,
  .x-header .menu-btn .line::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ff9521;
    border-radius: 1px;
  }
  .x-header .menu-btn .line::before,
  .x-header .menu-btn .line::after {
    content: "";
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .x-header .menu-btn .line::before {
    -webkit-transform: translateY(-400%);
    transform: translateY(-400%);
  }
  .x-header .menu-btn .line::after {
    -webkit-transform: translateY(400%);
    transform: translateY(400%);
  }
  .x-header .search-box,
  .x-header .share-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: relative;
    padding: 5px 15px;
  }
  .x-header .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ccc;
  }
  .x-header .search-box > * {
    width: 0;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .x-header .search-box > :last-child {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .x-header .search-box .search-input {
    display: block;
    width: 100%;
    height: 30px;
  }
  .x-header .search-box .search-submit {
    width: 40px;
  }
  .x-header .share-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #ccc;
  }
  .x-header .share-box .share-item {
    font-size: 20px;
  }
  .x-header .share-box .lang {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px;
    font-size: 14px;
  }
  .x-header .nav-mod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  .x-header .nav-box {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
  .x-header .nav-item + .nav-item {
    border-top: 1px solid #ccc;
  }
  .x-header .nav-item.act > .nav-tit .arr {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .x-header .nav-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px;
  }
  .x-header .nav-tit .arr {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 40px;
    height: auto;
  }
  .x-header .nav-tit .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .x-header .nav-tit + .nav-lv {
    display: none;
  }
  .x-header .nav-lv1-link {
    font-size: 1.125em;
  }
  .x-header .nav-lv2 {
    padding: 0 15px;
    background-color: #eee;
  }
  .x-header .nav-lv1-item.act {
    background-color: #ddd;
  }
  .x-header.menu-open {
    z-index: 999;
  }
  .x-header.menu-open .line {
    background-color: transparent;
  }
  .x-header.menu-open .line::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .x-header.menu-open .line::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .x-header.menu-open .nav-mod {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.x-footer {
  border-top: 5px solid #ff9521;
}
.x-footer .topBox {
  height: 190px;
  background-color: #3b3b3b;
}
.x-footer .topBox .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.x-footer .topBox .leftBox {
  color: #ff9521;
  font-size: 32px;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .x-footer .topBox .leftBox {
    font-size: 22px;
  }
}
.x-footer .topBox .rightBox {
  max-width: 50%;
}
.x-footer .topBox .rightBox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.x-footer .topBox .rightBox .list .item + .item {
  margin-left: 80px;
}
.x-footer .topBox .rightBox .list .item .icon {
  width: 56px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.x-footer .topBox .rightBox .list .item .icon::before {
  content: "";
  display: block;
  padding-top: 101.78571%;
}
.x-footer .topBox .rightBox .list .item .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.x-footer .topBox .rightBox .list .item .txt {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .x-footer .topBox .rightBox .list .item .txt {
    font-size: 16px;
  }
}
.x-footer .topBox .rightBox .list .item a {
  display: block;
}
.x-footer .botBox {
  padding: 56px 0 58px;
  background-color: #333333;
  color: #fff;
  font-size: 14px;
}
.x-footer .botBox .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.x-footer .botBox .leftBox {
  max-width: 60%;
}
.x-footer .botBox .rightBox {
  max-width: 40%;
}
.x-footer .botBox .leftBox .t1 .fl {
  float: left;
}
.x-footer .botBox .leftBox .t1 .rl {
  overflow: hidden;
}
.x-footer .botBox .leftBox .t1 .rl a {
  display: block;
  float: left;
  padding-left: 20px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.x-footer .botBox .leftBox .t1 .rl a::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #fff;
  left: 9px;
  top: 3px;
}
.x-footer .botBox .leftBox .t2 {
  margin-top: 7px;
}
.x-footer .botBox .leftBox .t2 span {
  margin-right: 11px;
}
.x-footer .botBox .leftBox .t3 {
  margin-top: 50px;
}
.x-footer .botBox .leftBox .t3 a {
  margin-left: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.x-footer .botBox .rightBox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.x-footer .botBox .rightBox .list .item + .item {
  margin-left: 22px;
}
.x-footer .botBox .rightBox .list .item .icon {
  width: 104px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.x-footer .botBox .rightBox .list .item .icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.x-footer .botBox .rightBox .list .item .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.x-footer .botBox .rightBox .list .item .txt {
  text-align: center;
  margin-top: 7px;
}
@media screen and (min-width: 769px) {
  .x-footer .topBox .rightBox .list .item:hover .icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .x-footer .botBox a:hover {
    color: #ff9521;
  }
  .en .x-footer .topBox .rightBox {
    max-width: 60%;
  }
}
@media screen and (max-width: 1600px) and (min-width: 769px) {
  .x-footer .topBox .rightBox .list .item .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .x-footer {
    border-width: 3px;
  }
  .x-footer .topBox {
    height: auto;
    padding: 20px 0;
  }
  .x-footer .topBox .flexBox {
    display: block;
  }
  .x-footer .topBox .leftBox {
    max-width: none;
    text-align: center;
  }
  .x-footer .topBox .rightBox {
    margin-top: 15px;
    max-width: none;
  }
  .x-footer .topBox .rightBox .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .x-footer .topBox .rightBox .list .item {
    width: 25%;
  }
  .x-footer .topBox .rightBox .list .item + .item {
    margin-left: 0;
  }
  .x-footer .topBox .rightBox .list .item .icon {
    width: 36px;
  }
  .x-footer .topBox .rightBox .list .item .txt {
    margin-top: 3px;
    font-size: 14px;
  }
  .x-footer .botBox {
    padding: 20px 0;
  }
  .x-footer .botBox .leftBox {
    max-width: none;
  }
  .x-footer .botBox .rightBox {
    max-width: none;
    margin-top: 20px;
  }
  .x-footer .botBox .flexBox {
    display: block;
  }
  .x-footer .botBox .leftBox .t2 span {
    margin-right: 0;
    display: block;
  }
  .x-footer .botBox .leftBox .t3 {
    margin-top: 7px;
  }
  .x-footer .botBox .leftBox .t3 a {
    margin-left: 0;
    display: block;
  }
  .x-footer .botBox .rightBox .list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .x-footer .botBox .rightBox .list .item .icon {
    width: 90px;
  }
  .x-footer .botBox .rightBox .list .item .txt {
    margin-top: 5px;
  }
  .x-footer .botBox .rightBox .list .item + .item {
    margin-left: 15px;
  }
  .en .x-footer .topBox .rightBox .list .item {
    width: 50%;
    margin: 0 0 15px 0;
  }
  .en .x-footer .topBox .rightBox .list .item .txt {
    font-size: 12px;
  }
}

.audio-mod.ui {
  position: relative;
  padding: 1em;
  border: 1px solid;
  border-radius: 5px;
}
.audio-mod .audio-title {
  padding: 1em;
  text-align: center;
}
.audio-mod .audio-list {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.audio-mod .audio-list .select-bar {
  border: 0;
  height: 30px;
}
.audio-mod .audio-list .select-cont {
  left: auto;
  width: 300px;
}
.audio-mod .audio-control {
  float: left;
}
.audio-mod .audio-play {
  border: 1px solid;
  border-radius: 999px;
}
.audio-mod .audio-play.icon-media-pause.icon-media-buffer {
  -webkit-animation: animat-ring 3s linear infinite;
  animation: animat-ring 3s linear infinite;
}
.audio-mod .audio-prev.disable,
.audio-mod .audio-next.disable {
  background: #ccc;
  cursor: default;
  pointer-events: none;
}
.audio-mod .audio-volume {
  position: absolute;
  top: 50%;
  right: 4em;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.audio-mod .audio-volume .audio-volume-box {
  position: absolute;
  left: 50%;
  bottom: 100%;
  padding: 1em 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.audio-mod .audio-volume .audio-volume-track {
  position: relative;
  margin: auto;
  width: 4px;
  height: 50px;
  background: #eee;
}
.audio-mod .audio-volume .audio-volume-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #666;
}
.audio-mod .audio-volume .audio-volume-bar::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 999px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.audio-mod .audio-volume:hover .audio-volume-box {
  opacity: 1;
  visibility: visible;
}
.audio-mod .audio-panel {
  margin-left: 4em;
  margin-top: 5px;
}
.audio-mod .audio-progress {
  position: relative;
  margin-bottom: 5px;
  height: 4px;
  background-color: #eee;
}
.audio-mod .audio-progress .audio-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #333;
}
.audio-mod .audio-progress .audio-progress-bar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 999px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.audio-mod .audio-time {
  position: relative;
  font-family: arial;
  line-height: 1;
  overflow: hidden;
}
.audio-mod .audio-current {
  float: left;
}
.audio-mod .audio-duration {
  float: right;
}
.audio-mod .audio-surplus {
  float: right;
}
@media screen and (max-width: 768px) {
  .audio-mod .audio-volume-box {
    display: none;
  }
}

div[data-search] * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
div[data-search] .BMapLib_sms_pnl_phone input,
div[data-search] .BMapLib_sms_pnl_phone button,
div[data-search] .BMapLib_sms_pnl_phone textarea,
div[data-search] .BMapLib_sms_pnl_phone select {
  min-height: auto;
  border: 1px solid;
}
div[data-search] .BMapLib_bubble_content {
  overflow: auto;
}
div[data-search] .infoBox {
  padding: 10px;
  width: 290px;
  background-color: #fff;
}
div[data-search] .infoBox > img {
  top: 10px;
  right: 10px !important;
}
.bdmap {
  height: 600px;
}

.bread-mod .bread-item {
  display: inline-block;
  color: #707070;
}
.bread-mod .bread-item + .bread-item::before {
  content: ">";
  padding: 0 5px;
  font-family: Arial;
}
.bread-mod .bread-item:first-child a:before {
  content: "";
  background: url(../image/ico_home1.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
}
.bread-mod.w {
  color: #fff;
}
.bread-mod.w .bread-item:first-child a:before {
  background-image: url(../image/ico_home.png);
}
.bread-mod.w .bread-item {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .bread-mod .bread-link {
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
  }
  .bread-mod .bread-link:hover {
    color: #ff9521;
  }
}
@media screen and (max-width: 768px) {
  .bread-mod {
    display: none;
  }
}

.paging-mod {
  text-align: center;
}
.paging-mod .paging-box {
  display: inline-block;
  vertical-align: top;
}
.paging-mod .paging-item {
  float: left;
  min-width: 38px;
  font-family: Arial;
  font-size: 16px;
  line-height: 36px;
  background-color: #fff;
  font-size: 18px;
}
.paging-mod .paging-arrow,
.paging-mod .paging-link {
  padding: 0 5px;
  border-radius: 6px;
  -webkit-transition-property: color, background, border;
  transition-property: color, background, border;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.paging-mod.w .paging-item {
  border: 1px solid #e7e7e7;
}
.paging-mod.w .paging-dot {
  border: none;
}
.paging-mod.w .paging-jump {
  border: none;
}
.paging-mod.w .paging-arrow {
  color: #c1c1c1;
}
.paging-mod .paging-arrow:first-child {
  margin-right: 10px;
}
.paging-mod .paging-link + .paging-link {
  margin-left: 5px;
}
.paging-mod .paging-link + .paging-arrow {
  margin-left: 10px;
}
.paging-mod .paging-link.cur {
  background-color: #ff9521;
  border-color: #ff9521;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.paging-mod .paging-dot {
  margin: 0 5px;
  font-weight: bold;
  letter-spacing: 0.2em;
  background-color: rgba(0, 0, 0, 0);
}
.paging-mod .paging-jump {
  margin-left: 10px;
  width: 129px;
}
.paging-mod .paging-table {
  display: table;
  width: 100%;
  height: 100%;
  border: 1px solid #ff9521;
  border-radius: 4px;
}
.paging-mod .paging-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.paging-mod .paging-cell:first-child {
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.paging-mod .paging-cell:last-child {
  border-radius: 0 4px 4px 0;
}
.paging-mod .paging-input {
  display: block;
  padding: 0 10px;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  margin-top: 3px;
}
.paging-mod .paging-btn {
  display: block;
  width: 62px;
  cursor: pointer;
  position: relative;
}
.paging-mod .paging-btn::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 0;
  background-color: #ff9521;
  border-radius: 4px;
}
.paging-mod .paging-btn .letter {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Times New Roman";
  font-size: 20px;
}
.paging-mod .paging-more {
  display: none;
}
@media screen and (min-width: 769px) {
  .paging-mod .paging-link:not(.cur):hover,
  .paging-mod .paging-arrow:hover {
    background-color: #ff9521;
    border-color: #ff9521;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .paging-mod .paging-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 34px;
    display: none;
  }
  .paging-mod .paging-item,
  .paging-mod .paging-input {
    line-height: normal;
  }
  .paging-mod .paging-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paging-mod .paging-more {
    display: inline-block;
    padding: 5px 15px;
    background-color: #ff9521;
    color: #fff;
    border-radius: 999px;
  }
}

.pop-mod {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility, z-index;
  transition-property: opacity, visibility, z-index;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s;
}
.pop-mod .pop-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #707070;
  font-size: 28px;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}
.pop-mod .pop-panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
.pop-mod .pop-panel::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.pop-mod .pop-dialog {
  position: relative;
  display: inline-block;
  max-width: 100%;
  background: #fff;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.pop-mod .video-native {
  display: none;
}
.pop-mod video,
.pop-mod iframe {
  display: none;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}
.pop-mod.x-show {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  -webkit-transition-property: opacity, visibility, z-index;
  transition-property: opacity, visibility, z-index;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
}
.pop-mod.x-show video,
.pop-mod.x-show iframe,
.pop-mod.x-show .video-native {
  display: block;
}
@media screen and (min-width: 769px) {
  .pop-mod.x-show .pop-panel {
    overflow-y: scroll;
  }
  .pop-mod.x-show > .pop-close {
    margin-right: 17px;
  }
  .full-screen .pop-mod.x-show > .pop-close {
    margin-right: 0;
  }
  .full-screen .pop-mod.x-show .pop-panel {
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  .pop-mod .pop-panel {
    padding: 0 15px;
    overflow: auto;
    overscroll-behavior-y: contain;
  }
  .pop-mod .pop-panel .pop-dialog {
    width: 100%;
  }
  .pop-mod .pop-close {
    right: 0px;
    top: 10px;
    font-size: 20px;
  }
}

.scroll-mod {
  position: relative;
  overflow: hidden;
}
.scroll-mod.scroll-axis-x {
  padding-bottom: 10px;
}
.scroll-mod.scroll-axis-y {
  padding-right: 10px;
}
.scroll-cont {
  height: 100%;
  max-height: inherit;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroll-cont::-webkit-scrollbar {
  display: none;
}
.scroll-track-x,
.scroll-track-y {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
}
.scroll-bar-x,
.scroll-bar-y {
  background-color: #aaa;
  border-radius: 999999px;
  cursor: pointer;
}
.scroll-track-x {
  bottom: 0;
  left: 0;
  right: 0;
}
.scroll-bar-x {
  width: 0;
  height: 5px;
}
.scroll-track-y {
  top: 0;
  bottom: 0;
  right: 0;
}
.scroll-bar-y {
  width: 5px;
  height: 0;
}
.scroll-track-disable {
  display: none;
}
@media screen and (min-width: 769px) {
  .scroll-mod .scroll-bar-x {
    width: 0;
  }
}

.search-mod {
  position: relative;
}
.search-mod .search-tap {
  z-index: 1;
}
.search-mod .search-tap ~ .search-box {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  width: 200px;
  background-color: #eee;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.search-mod.at-l .search-tap ~ .search-box {
  top: auto;
  bottom: 50%;
  margin-top: 0;
  width: 0;
  -webkit-transition-property: width, opacity, visibility;
  transition-property: width, opacity, visibility;
}
.search-mod.at-l .search-tap ~ .search-box .search-submit {
  visibility: hidden;
}
.search-mod .search-box {
  display: table;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.search-mod .search-txt,
.search-mod .search-btn {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.search-mod .search-txt {
  padding: 0 1em;
  width: 100%;
}
.search-mod .search-btn {
  width: 1%;
}
.search-mod .search-input {
  width: 100%;
}
.search-mod .search-submit {
  display: block;
  height: 100%;
  cursor: pointer;
}
.search-mod.x-show .search-tap ~ .search-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.search-mod.x-show.at-l .search-tap {
  z-index: -1;
  -webkit-transition-property: z-index;
  transition-property: z-index;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.search-mod.x-show.at-l .search-tap ~ .search-box {
  width: 200px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.search-mod.x-show.at-l .search-tap ~ .search-box .search-submit {
  visibility: visible;
  -webkit-transition-property: visibility;
  transition-property: visibility;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.select-mod {
  position: relative;
}
.select-mod .select-bar {
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.select-mod .select-native {
  display: none;
}
.select-mod .select-trigger {
  cursor: pointer;
}
.select-mod .select-btn {
  float: right;
  height: 100%;
}
.select-mod .select-txt {
  position: relative;
  padding: 0 1em;
  height: 100%;
  overflow: hidden;
}
.select-mod .select-val {
  position: relative;
  top: 50%;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select-mod .select-cont,
.select-mod .select-query {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 1em 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.select-mod .select-cont::before,
.select-mod .select-query::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.select-mod .select-opts {
  position: relative;
  max-height: 16em;
  overflow: hidden;
}
.select-mod .select-opts.scroll-axis-y {
  padding-right: 30px;
}
.select-mod .select-opts .scroll-track-y {
  right: 12px;
}
.select-mod .select-item {
  padding: 0.4em 1em;
  line-height: 1.2;
  cursor: pointer;
}
.select-mod .select-item.cur {
  color: #ff9521;
}
.select-mod.at-t .select-cont {
  top: auto;
  bottom: 100%;
}
.select-mod.at-t .select-cont::before {
  top: 0;
  bottom: 1px;
}
.select-mod.sc-show {
  z-index: 1;
}
.select-mod.sc-show .select-cont {
  opacity: 1;
  visibility: visible;
}
.select-mod.sc-show .select-trigger .select-btn,
.select-mod.sc-show .select-trigger.select-btn {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select-mod.sq-show .select-query {
  opacity: 1;
  visibility: visible;
}
.select-mod .mCSB_scrollTools {
  right: 12px;
}
@media screen and (min-width: 769px) {
  .select-mod .select-trigger:hover .select-btn,
  .select-mod .select-trigger.select-btn:hover,
  .select-mod .select-item:hover {
    color: #ff9521;
  }
}
@media screen and (max-width: 768px) {
  .select-mod .select-native {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .select-mod .select-opts {
    position: relative;
    height: 100%;
    overflow: auto;
  }
}

.icon-wx::before {
  content: "\e601";
}
.icon-wb::before {
  content: "\e602";
}
.icon-qq::before {
  content: "\e603";
}
.icon-qz::before {
  content: "\e604";
}
.icon-twitter::before {
  content: "\e605";
}
.icon-facebook::before {
  content: "\e606";
}
.icon-linkedin::before {
  content: "\e607";
}
.icon-share::before {
  content: "\e608";
}
.share-mod .share-label,
.share-mod .share-label ~ .share-box {
  display: inline-block;
  vertical-align: middle;
}
.share-box .share-item {
  float: left;
}
.share-box .code {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.share-box .code img,
.share-box .code canvas {
  width: 100%;
}

.sidebar-mod {
  position: fixed;
  top: 50%;
  right: -60px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility, right;
  transition-property: opacity, visibility, right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar-mod .sidebar-item {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background-color: #eee;
  cursor: pointer;
}
.sidebar-mod .sidebar-item + .sidebar-item {
  margin-top: 5px;
}
.sidebar-mod .sidebar-cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding: 10px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar-mod .code {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.sidebar-mod .code img {
  display: block;
  width: 100%;
}
.sidebar-mod.x-show {
  opacity: 1;
  visibility: visible;
}
.vjs-full-window .sidebar-mod {
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .sidebar-mod .sidebar-item:hover .sidebar-cont {
    color: #ff9521;
  }
  .sidebar-mod:hover {
    right: 0;
  }
}

.slick-slider {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slick-item {
  position: relative;
}
.slick-list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 3;
  cursor: pointer;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff;
}
.slick-dots {
  margin: 0;
  padding: 0;
  z-index: 3;
}
.slick-dot {
  cursor: pointer;
  list-style: none;
}
.slick-arrow.slick-disabled,
.slick-arrow.slick-disabled:hover {
  opacity: 0.5;
  cursor: initial;
}

.suds-mod {
  position: relative;
}
.suds-mod .suds-pop {
  position: absolute;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: 0 0 21px rgba(234, 85, 20, 0.2);
  box-shadow: 0 0 21px rgba(234, 85, 20, 0.2);
}
.suds-mod .suds-pop::before,
.suds-mod .suds-pop::after {
  content: "";
  position: absolute;
}
.suds-mod .suds-pop::before {
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.suds-mod .suds-pop::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 5px;
}
.suds-mod .suds-pop.at-t {
  left: 50%;
  bottom: 100%;
  margin-bottom: 10px;
  -webkit-transform: translate(-50%, 10%);
  transform: translate(-50%, 10%);
}
.suds-mod .suds-pop.at-t::before {
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.suds-mod .suds-pop.at-b {
  left: 50%;
  top: 100%;
  margin-top: 10px;
  -webkit-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
}
.suds-mod .suds-pop.at-b::before {
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  transform: translate(-50%, 50%) rotate(45deg);
}
.suds-mod .suds-pop.at-l {
  right: 100%;
  top: 50%;
  margin-right: 10px;
  -webkit-transform: translate(10%, -50%);
  transform: translate(10%, -50%);
}
.suds-mod .suds-pop.at-l::before {
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.suds-mod .suds-pop.at-r {
  left: 100%;
  top: 50%;
  margin-left: 10px;
  -webkit-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);
}
.suds-mod .suds-pop.at-r::before {
  top: 50%;
  right: 100%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}
.suds-mod .suds-pop > * {
  position: relative;
  z-index: 1;
}
.suds-mod.x-show,
.suds-mod:hover {
  z-index: 1;
}
.suds-mod.x-show > .suds-pop,
.suds-mod:hover > .suds-pop {
  opacity: 1;
  visibility: visible;
}
.suds-mod.x-show > .suds-pop.at-t,
.suds-mod:hover > .suds-pop.at-t {
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.suds-mod.x-show > .suds-pop.at-b,
.suds-mod:hover > .suds-pop.at-b {
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.suds-mod.x-show > .suds-pop.at-l,
.suds-mod:hover > .suds-pop.at-l {
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.suds-mod.x-show > .suds-pop.at-r,
.suds-mod:hover > .suds-pop.at-r {
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.suds-mod:hover > .suds-target + .suds-pop {
  opacity: 0;
  visibility: hidden;
}
.suds-mod.x-show > .suds-target + .suds-pop {
  opacity: 1;
  visibility: visible;
}

.tab-mod .tab-term {
  cursor: pointer;
}
.tab-mod .tab-term.cur {
  color: #ff9521;
}
.tab-mod .tab-item {
  opacity: 0;
  visibility: hidden;
}
.tab-mod .tab-item.act {
  opacity: 1;
  visibility: visible;
}

.tab-busi {
  margin: -117.5px 0;
  height: 235px;
  position: relative;
  z-index: 1;
}
.tab-busi .x-wrap {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
}
.tab-busi .frame {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 15px;
  overflow: hidden;
}
.tab-busi .frame .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
  cursor: pointer;
}
.tab-busi .frame .child.now:after {
  content: "";
  background: #ff9521;
  width: 179px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tab-busi .frame .child .a_center {
  display: block;
  width: 100%;
}
.tab-busi .frame .child .ico img {
  height: 58px;
}
.tab-busi .frame .child .ico img:last-child {
  display: none;
}
.tab-busi .frame .child.now .ico img:first-child {
  display: none;
}
.tab-busi .frame .child.now .ico img:last-child {
  display: inline-block;
}
.tab-busi .frame .child .h {
  margin-top: 10px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .tab-busi .frame .child .h {
    font-size: 18px;
  }
}
.tab-busi .frame .child .p {
  color: #707070;
  width: 100%;
  word-break: break-all;
  text-align: center;
  padding: 0 10px;
}
.tab-busi .swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.en .tab-busi .frame .child .p {
  padding: 0 3px;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .tab-busi .frame .child:hover .ico img:first-child {
    display: none;
  }
  .tab-busi .frame .child:hover .ico img:last-child {
    display: inline-block;
  }
}
@media screen and (max-width: 1400px) {
  .tab-busi {
    height: 180px;
    margin: -90px 0;
  }
  .tab-busi .frame .child .ico img {
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .tab-busi {
    margin: 0;
  }
  .tab-busi {
    border-bottom: 1px solid #ddd;
    height: 160px;
  }
  .tab-busi .x-wrap {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .tab-busi .frame .child .p {
    font-size: 12px;
    text-align: center;
    padding: 0 20%;
  }
  .tab-busi .frame {
    margin: 0 0;
  }
  .tab-busi .frame .child.now::after {
    width: 100%;
  }
  .tab-busi .frame .child .ico img {
    height: 36px;
  }
  .en .tab-busi .frame .child .h {
    font-size: 16px;
    line-height: 1.2;
  }
  .en .tab-busi .frame .child .p {
    padding: 0 3px;
    line-height: 1.2;
  }
}

.topping-mod {
  position: fixed;
  right: 15px;
  bottom: 10px;
  padding: 5px;
  background-color: #333;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility, background, color;
  transition-property: opacity, visibility, background, color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.topping-mod .s {
  font-family: Arial;
  text-transform: uppercase;
}
.topping-mod.x-show {
  opacity: 1;
  visibility: visible;
}
.vjs-full-window .topping-mod {
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .topping-mod:hover {
    background-color: #ff9521;
  }
  .lock-screen .topping-mod {
    margin-right: 17px;
  }
  .lock-screen.full-screen .topping-mod {
    margin-right: 0;
  }
}

.tracker-mod .tracker-prev {
  cursor: pointer;
}
.tracker-mod .tracker-next {
  cursor: pointer;
}
.tracker-mod .tracker-box {
  overflow: hidden;
}
.tracker-mod .tracker-track {
  min-width: 100%;
  min-height: 100%;
}
.tracker-mod .tracker-item {
  cursor: pointer;
}
.tracker-mod .tracker-item.cur {
  color: #ff9521;
}
.tracker-mod.dir-hor .tracker-prev {
  float: left;
}
.tracker-mod.dir-hor .tracker-next {
  float: right;
}
.tracker-mod.dir-hor .tracker-box {
  text-align: center;
}
.tracker-mod.dir-hor .tracker-track {
  display: table;
  white-space: nowrap;
  font-size: 0;
}
.tracker-mod.dir-hor .tracker-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.tracker-mod.dir-ver .tracker-box {
  height: 300px;
}
.tracker-mod.dir-ver .tracker-item {
  margin: 10px 0;
}

.video-mod {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.video-mod::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-mod .video-js {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.video-mod .vjs-ended .vjs-poster {
  display: block;
}
.video-mod.mini .video-js .vjs-control-bar {
  position: static;
  visibility: hidden;
}
.video-mod.mini .video-js .vjs-progress-control {
  position: static;
  display: block;
}
.video-mod.mini .video-js .vjs-progress-holder {
  position: static;
}
.video-mod.mini .video-js .vjs-load-progress,
.video-mod.mini .video-js .vjs-mouse-display,
.video-mod.mini .video-js .vjs-play-progress::before,
.video-mod.mini .video-js .vjs-play-progress .vjs-time-tooltip,
.video-mod.mini .video-js .vjs-play-progress .vjs-control-text {
  display: none;
}
.video-mod.mini .video-js .vjs-play-progress {
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  height: 0.3em;
  opacity: 0.5;
  visibility: visible;
}
.video-mod.mini .vjs-ended .vjs-play-progress {
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  .vjs-no-flex .vjs-button {
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 768px) {
  .video-js .vjs-big-play-button {
    font-size: 3em;
  }
  .video-js .vjs-control-bar {
    height: 2em;
  }
  .video-js .vjs-control {
    width: 2em;
  }
  .vjs-button > .vjs-icon-placeholder::before {
    font-size: 1em;
  }
  .video-js .vjs-remaining-time {
    display: block;
    margin: 0 0.5em;
    width: auto;
    line-height: 2em;
  }
  .vjs-current-time,
  .vjs-duration,
  .vjs-time-divider,
  .video-js .vjs-volume-panel {
    display: none;
  }
}

.aboutUs .reporthead {
  height: 700px;
}
.aboutUs .aboutUs1 {
  height: 779px;
  padding-top: 157px;
  position: relative;
  overflow: hidden;
}
.aboutUs .aboutUs1 .cont {
  height: 622px;
}
.aboutUs .aboutUs1 .cont::after {
  content: "";
  position: absolute;
  right: -345px;
  bottom: 0;
  left: -345px;
  top: -157px;
  background: url(../image/bg5.png) no-repeat center;
}
.aboutUs .aboutUs1 .cont::before {
  content: "";
  width: 110px;
  height: 33px;
  background: url(../image/line4.png) no-repeat center;
  position: absolute;
  top: 297px;
  left: 683px;
  z-index: 2;
}
.aboutUs .aboutUs1 .cont .list .item {
  height: 622px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.aboutUs .aboutUs1 .cont .list .item .img {
  width: 1045px;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -345px;
}
.aboutUs .aboutUs1 .cont .list .item .img::before {
  content: "";
  display: block;
  padding-top: 59.52153%;
}
.aboutUs .aboutUs1 .cont .list .item .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.aboutUs .aboutUs1 .cont .list .item .tit {
  font-size: 28px;
  color: #fff;
  width: 381.5px;
  height: 155.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs1 .cont .list .item .tit {
    font-size: 20px;
  }
}
.aboutUs .aboutUs1 .cont .list .item .tit .t1 {
  position: relative;
  z-index: 2;
}
.aboutUs .aboutUs1 .cont .list .item .text {
  position: absolute;
  right: 0;
  width: 408px;
  z-index: 9;
  top: 148px;
}
.aboutUs .aboutUs1 .cont .list .item .desc .p {
  font-size: 16px;
  color: #707070;
}
.aboutUs .aboutUs1 .cont .list .item .moreBox {
  text-align: center;
  margin-top: 27px;
}
.aboutUs .aboutUs1 .cont .list .item .scroll-mod {
  height: 185px;
}
.aboutUs .aboutUs1 .cont .list .item .tit::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.aboutUs .aboutUs1 .cont .list .item.i3 .tit::before,
.aboutUs .aboutUs1 .cont .list .item.i4 .tit::before {
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
.aboutUs .aboutUs1 .cont .list .item.i1 .tit {
  left: 83px;
  top: 0;
}
.aboutUs .aboutUs1 .cont .list .item.i2 .tit {
  left: 239px;
  top: 155.5px;
}
.aboutUs .aboutUs1 .cont .list .item.i3 .tit {
  left: 240px;
  bottom: 155.5px;
  width: 385.5px;
}
.aboutUs .aboutUs1 .cont .list .item.i4 .tit {
  left: 83px;
  bottom: 0;
  width: 385.5px;
}
.aboutUs .aboutUs2 {
  height: 1007px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.aboutUs .aboutUs2 .cont {
  height: 1007px;
  position: relative;
  padding-top: 152px;
}
.aboutUs .aboutUs2 .cont .img {
  width: 343px;
  position: relative;
  overflow: hidden;
  position: absolute;
  right: 65px;
  top: 236px;
}
.aboutUs .aboutUs2 .cont .img::before {
  content: "";
  display: block;
  padding-top: 123.90671%;
}
.aboutUs .aboutUs2 .cont .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.aboutUs .aboutUs2 .cont .text {
  width: 615px;
}
.aboutUs .aboutUs2 .cont .text .title1 {
  text-align: center;
}
.aboutUs .aboutUs2 .cont .text .scroll-mod {
  margin-top: 61px;
  height: 410px;
}
.aboutUs .aboutUs2 .cont .text .desc .p {
  font-size: 16px;
  color: #707070;
}
body:not(.en) .aboutUs .aboutUs2 .cont .text .desc .p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.aboutUs .aboutUs2 .cont .text .desc .p + .p {
  margin-top: 25px;
}
.aboutUs .aboutUs2 .cont .text .peopleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 40px;
}
.aboutUs .aboutUs2 .cont .text .peopleBox .t1 {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs2 .cont .text .peopleBox .t1 {
    font-size: 20px;
  }
}
.aboutUs .aboutUs2 .cont .text .peopleBox .t2 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs2 .cont .text .peopleBox .t2 {
    font-size: 18px;
  }
}
.aboutUs .aboutUs3 {
  height: 801px;
  position: relative;
}
.aboutUs .aboutUs3 .bgBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -345px;
  right: -345px;
  overflow: hidden;
}
.aboutUs .aboutUs3 .bgBox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../image/bg6.png) no-repeat center;
}
.aboutUs .aboutUs3 .bgBox .img {
  width: 1210px;
  position: relative;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.aboutUs .aboutUs3 .bgBox .img::before {
  content: "";
  display: block;
  padding-top: 66.19835%;
}
.aboutUs .aboutUs3 .bgBox .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.aboutUs .aboutUs3 .title1 {
  width: 436px;
  height: 217px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
  position: absolute;
  top: -39px;
  left: 397px;
  background: url(../image/arr7.png) no-repeat center;
  background-size: cover;
  color: #fff;
}
.aboutUs .aboutUs3 .title1 .txt {
  margin-top: -36px;
}
.aboutUs .aboutUs3 .cont {
  width: 100%;
  height: 100%;
  position: relative;
}
.aboutUs .aboutUs3 .cont .list {
  padding-top: 101px;
}
.aboutUs .aboutUs3 .cont .list .item .tit {
  font-size: 22px;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs3 .cont .list .item .tit {
    font-size: 18px;
  }
}
.aboutUs .aboutUs3 .cont .list .item .ul {
  margin-top: -12px;
}
.aboutUs .aboutUs3 .cont .list .item .ul .li {
  padding-top: 15px;
  cursor: pointer;
}
.aboutUs .aboutUs3 .cont .list .item .ul .li .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aboutUs .aboutUs3 .cont .list .item .ul .li .text .txt {
  max-width: 100%;
}
.aboutUs .aboutUs3 .cont .list .item .ul .li .text .txt .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aboutUs .aboutUs3 .cont .list .item .ul .li .text .txt .name1 {
  font-size: 22px;
  min-width: 76px;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs3 .cont .list .item .ul .li .text .txt .name1 {
    font-size: 18px;
  }
}
.aboutUs .aboutUs3 .cont .list .item .ul .li .text .txt .job1 {
  font-size: 14px;
  margin-left: 10px;
}
.aboutUs .aboutUs3 .cont .list .item .ul .li .text .line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  min-width: 20px;
  display: block;
  height: 9px;
  position: relative;
  margin-left: 20px;
}
.aboutUs .aboutUs3 .cont .list .item .ul .li .text .line::before {
  content: "";
  position: absolute;
  right: 9px;
  border-top: 1px solid #f2c5b2;
  left: 0;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.aboutUs .aboutUs3 .cont .list .item .ul .li .text .line::after {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #f2c5b2;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.aboutUs .aboutUs3 .cont .list .item .ul .li .imgCont {
  position: absolute;
  width: 495px;
  right: 0;
  top: 178px;
  z-index: 3;
  cursor: default;
}
.aboutUs .aboutUs3 .cont .list .item .ul .li .imgCont .img {
  width: 263px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.aboutUs .aboutUs3 .cont .list .item .ul .li .imgCont .img::before {
  content: "";
  display: block;
  padding-top: 133.58779%;
}
.aboutUs .aboutUs3 .cont .list .item .ul .li .imgCont .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.aboutUs .aboutUs3 .cont .list .item .ul .li .imgCont .scroll-mod {
  margin-top: 22px;
  height: 180px;
}
.aboutUs .aboutUs3 .cont .list .item .ul .li .imgCont .desc {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs3 .cont .list .item .ul .li .imgCont .desc {
    font-size: 18px;
  }
}
.aboutUs .aboutUs3 .cont .list .item {
  height: 650px;
  position: static;
}
.aboutUs .aboutUs3 .cont .list .item.scroll-axis-y {
  padding-left: 10px;
}
.aboutUs .aboutUs3 .cont .list .item > .scroll-track-y {
  right: auto;
  left: 0;
  top: 101px;
  bottom: 40px;
}
.aboutUs .aboutUs3 .cont .list .item .scroll-bar-x,
.aboutUs .aboutUs3 .scroll-bar-y {
  background-color: #ff9521;
}
.aboutUs .aboutUs3 .cont .list .item .ul .li .text .line {
  display: none;
}
.aboutUs .aboutUs4 {
  height: 1022px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.aboutUs .aboutUs4 .cont {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.aboutUs .aboutUs4 .cont .leftBox {
  height: 701px;
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aboutUs .aboutUs4 .cont .leftBox .title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.aboutUs .aboutUs4 .cont .leftBox .title1 .t2 {
  font-size: 22px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs4 .cont .leftBox .title1 .t2 {
    font-size: 18px;
  }
}
.aboutUs .aboutUs4 .cont .rightBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  height: 701px;
  padding-left: 35px;
  position: relative;
}
.aboutUs .aboutUs4 .cont .rightBox .navBox {
  width: 313px;
  height: 562px;
  position: absolute;
  right: 0;
  top: 69px;
  background: url(../image/line10.png) no-repeat left center;
  overflow: hidden;
}
.aboutUs .aboutUs4 .cont .rightBox .navBox .slick-mod {
  margin-top: -20px;
  width: 258px;
}
.aboutUs .aboutUs4 .cont .rightBox .navBox .slick-mod .slick-item {
  padding-left: 83px;
}
.aboutUs .aboutUs4 .cont .rightBox .navBox .slick-mod .txt {
  height: 108px;
  padding-top: 71px;
  font-size: 22px;
  font-family: "avian";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs4 .cont .rightBox .navBox .slick-mod .txt {
    font-size: 18px;
  }
}
.aboutUs .aboutUs4 .cont .rightBox .navBox .slick-mod .slick-current .txt {
  font-size: 28px;
  color: #ff9521;
  padding-top: 61px;
  padding-left: 58px;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs4 .cont .rightBox .navBox .slick-mod .slick-current .txt {
    font-size: 20px;
  }
}
.aboutUs
  .aboutUs4
  .cont
  .rightBox
  .navBox
  .slick-mod
  .slick-current
  + .slick-active
  .txt {
  padding-left: 68px;
}
.aboutUs
  .aboutUs4
  .cont
  .rightBox
  .navBox
  .slick-mod
  .slick-current
  + .slick-active
  + .slick-active
  .txt {
  padding-left: 50px;
}
.aboutUs
  .aboutUs4
  .cont
  .rightBox
  .navBox
  .slick-mod
  .slick-current
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  .txt {
  padding-left: 2px;
}
.aboutUs
  .aboutUs4
  .cont
  .rightBox
  .navBox
  .slick-mod
  .slick-slide
  .txt::before {
  content: "";
  width: 85px;
  height: 37px;
  position: absolute;
  background: url(../image/line12.png) no-repeat center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 42px;
  left: -90px;
  display: none;
}
.aboutUs
  .aboutUs4
  .cont
  .rightBox
  .navBox
  .slick-mod
  .slick-active
  .txt::before {
  top: 99px;
  left: -84px;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.aboutUs
  .aboutUs4
  .cont
  .rightBox
  .navBox
  .slick-mod
  .slick-current
  .txt::before {
  top: 82px;
  left: -47px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.aboutUs
  .aboutUs4
  .cont
  .rightBox
  .navBox
  .slick-mod
  .slick-current
  + .slick-active
  .txt::before {
  top: 71px;
  left: -36px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.aboutUs
  .aboutUs4
  .cont
  .rightBox
  .navBox
  .slick-mod
  .slick-current
  + .slick-active
  + .slick-active
  .txt::before {
  top: 60px;
  left: -49px;
  -webkit-transform: rotate(31deg);
  transform: rotate(31deg);
}
.aboutUs
  .aboutUs4
  .cont
  .rightBox
  .navBox
  .slick-mod
  .slick-current
  + .slick-active
  + .slick-active
  + .slick-active
  .txt::before {
  top: 60px;
  left: -49px;
  -webkit-transform: rotate(31deg);
  transform: rotate(31deg);
}
.aboutUs .aboutUs4 .cont .rightBox .navBox .slick-mod .slick-slide:hover .txt {
  color: #ff9521;
}
.aboutUs .aboutUs4 .cont .rightBox .navBox .slick-mod .paddLeft5 .txt {
  padding-left: 5px;
}
.aboutUs .aboutUs4 .cont .rightBox .navBox .slick-mod .paddLeft2 .txt {
  padding-left: 58px;
}
.aboutUs .aboutUs4 .cont .rightBox .navBox .slick-mod .paddLeft3 .txt {
  padding-left: 68px;
}
.aboutUs .aboutUs4 .cont .rightBox .navBox .slick-mod .paddLeft4 .txt {
  padding-left: 50px;
}
.aboutUs .aboutUs4 .cont .rightBox .navBox .slick-mod .paddLeft1 .txt {
  padding-left: 2px;
}
.aboutUs .aboutUs4 .cont .rightBox .navBox .slick-nav {
  width: 36px;
  height: 136px;
  position: absolute;
  top: 220px;
  right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aboutUs .aboutUs4 .cont .rightBox .navBox .slick-nav::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 15px;
  bottom: 15px;
  left: 50%;
  background: url(../image/line11.png);
}
.aboutUs .aboutUs4 .cont .rightBox .navBox .slick-arrow {
  width: 36px;
  height: 36px;
  background: url(../image/arrow3a1.png) no-repeat center;
}
.aboutUs .aboutUs4 .cont .rightBox .navBox .slick-arrow:hover {
  background: url(../image/arrow3b1.png) no-repeat center;
}
.aboutUs .aboutUs4 .cont .rightBox .tab-cont {
  width: 700px;
  height: 701px;
  background: url(../image/circle.png) no-repeat center;
  background-size: cover;
}
.aboutUs .aboutUs4 .cont .rightBox .tab-cont .slick-mod {
  width: 100%;
}
.aboutUs .aboutUs4 .cont .rightBox .tab-cont .slick-mod .flexBox {
  height: 701px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aboutUs .aboutUs4 .cont .rightBox .tab-cont .slick-mod .flexBox .slick-month {
  width: 506px;
}
.aboutUs
  .aboutUs4
  .cont
  .rightBox
  .tab-cont
  .slick-mod
  .flexBox
  .slick-month
  .tit {
  font-size: 54px;
  line-height: 1.2;
  color: #ff9521;
  text-align: center;
  font-family: "avian";
}
@media screen and (max-width: 768px) {
  .aboutUs
    .aboutUs4
    .cont
    .rightBox
    .tab-cont
    .slick-mod
    .flexBox
    .slick-month
    .tit {
    font-size: 28px;
  }
}
.aboutUs
  .aboutUs4
  .cont
  .rightBox
  .tab-cont
  .slick-mod
  .flexBox
  .slick-month
  .scroll-mod {
  height: 190px;
  margin-top: 25px;
}
.aboutUs
  .aboutUs4
  .cont
  .rightBox
  .tab-cont
  .slick-mod
  .flexBox
  .slick-month
  .desc {
  font-size: 28px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .aboutUs
    .aboutUs4
    .cont
    .rightBox
    .tab-cont
    .slick-mod
    .flexBox
    .slick-month
    .desc {
    font-size: 20px;
  }
}
.aboutUs .aboutUs4 .cont .rightBox .tab-cont .slick-mod .flexBox .slick-nav {
  margin-top: 38px;
}
.aboutUs
  .aboutUs4
  .cont
  .rightBox
  .tab-cont
  .slick-mod
  .flexBox
  .slick-arrow.slick-disabled {
  opacity: 0;
}
.aboutUs .aboutUs4 .cont .rightBox .tab-cont .slick-mod .flexBox .slick-next {
  margin-left: 20px;
}
.aboutUs .aboutUs4 .bgBox {
  width: 636px;
  height: 1389px;
  position: absolute;
  top: 324px;
  right: -345px;
}
.aboutUs .aboutUs5 {
  height: 986px;
  position: relative;
}
.aboutUs .aboutUs5 .cont {
  height: 986px;
}
.aboutUs .aboutUs5 .cont::before {
  content: "";
  position: absolute;
  top: 0;
  right: -345px;
  bottom: 0;
  left: -345px;
  background: url(../image/bg7.png) no-repeat center;
  z-index: 2;
}
.aboutUs .aboutUs5 .cont .img {
  position: absolute;
  top: 0;
  left: -345px;
  bottom: 0;
  width: 1216px;
  position: relative;
  overflow: hidden;
  overflow: hidden;
}
.aboutUs .aboutUs5 .cont .img::before {
  content: "";
  display: block;
  padding-top: 81.08553%;
}
.aboutUs .aboutUs5 .cont .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.aboutUs .aboutUs5 .cont .img::after {
  content: "";
  position: absolute;
  top: -360px;
  bottom: -920px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.aboutUs .aboutUs5 .title1 {
  width: 252px;
  height: 506px;
  background: url(../image/arr10.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 239px;
  left: 620px;
  z-index: 9;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 58px;
}
.aboutUs .aboutUs5 .title1::after {
  content: "";
  width: 164px;
  height: 33px;
  background: url(../image/line13.png) no-repeat center;
  position: absolute;
  top: 236px;
  right: -144px;
}
.aboutUs .aboutUs5 .navBar {
  width: 338px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.aboutUs .aboutUs5 .navBar .tracker-mod2.dir-hor .tracker-item {
  position: absolute;
  width: 109px;
  cursor: pointer;
}
.aboutUs .aboutUs5 .navBar .tracker-mod2.dir-hor .tracker-item .icon {
  width: 101px;
  height: 77px;
  position: relative;
  margin: 0 auto;
}
.aboutUs .aboutUs5 .navBar .tracker-mod2.dir-hor .tracker-item .icon .ico {
  width: 100%;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutUs
  .aboutUs5
  .navBar
  .tracker-mod2.dir-hor
  .tracker-item
  .icon
  .ico::before {
  content: "";
  display: block;
  padding-top: 76.23762%;
}
.aboutUs .aboutUs5 .navBar .tracker-mod2.dir-hor .tracker-item .icon .ico .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.aboutUs .aboutUs5 .navBar .tracker-mod2.dir-hor .tracker-item .icon .ico.ico2 {
  opacity: 0;
  visibility: hidden;
}
.aboutUs .aboutUs5 .navBar .tracker-mod2.dir-hor .tracker-item .txt {
  margin-top: 8px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs5 .navBar .tracker-mod2.dir-hor .tracker-item .txt {
    font-size: 18px;
  }
}
.aboutUs .aboutUs5 .navBar .tracker-mod2.dir-hor .tracker-item .txt .p {
  text-align: center;
}
.aboutUs .aboutUs5 .navBar .tracker-mod2.dir-hor .tracker-item.tr1 {
  top: 152px;
  right: 229px;
}
.aboutUs .aboutUs5 .navBar .tracker-mod2.dir-hor .tracker-item.tr2 {
  top: 333px;
  right: 55px;
}
.aboutUs .aboutUs5 .navBar .tracker-mod2.dir-hor .tracker-item.tr3 {
  top: 530px;
  right: 50px;
}
.aboutUs .aboutUs5 .navBar .tracker-mod2.dir-hor .tracker-item.tr4 {
  top: 727px;
  right: 229px;
}
.aboutUs .aboutUs5 .tabs {
  display: none;
}
.aboutUs .aboutUs5 .tabs.act {
  display: block;
}
.aboutUs .aboutUs6 {
  height: 1085px;
  position: relative;
}
.aboutUs .aboutUs6 .moreBox {
  width: 85px;
  height: 170px;
  position: absolute;
  top: 598px;
  left: 476px;
  z-index: 9;
}
.aboutUs .aboutUs6 .moreBox .arr_more {
  width: 100%;
  height: 100%;
  background: url(./images/arr2.png) no-repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
}
.aboutUs .aboutUs6 .top .title1 {
  padding-top: 152px;
  position: relative;
  z-index: 2;
}
.aboutUs .aboutUs6 .top .list {
  height: 804px;
  margin-top: 79px;
  padding-left: 50px;
}
.aboutUs .aboutUs6 .top .list .item {
  height: 402px;
  width: 407px;
  padding-top: 170px;
}
.aboutUs .aboutUs6 .top .list .item .timeBox {
  font-size: 20px;
  font-family: "avian";
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs6 .top .list .item .timeBox {
    font-size: 18px;
  }
}
.aboutUs .aboutUs6 .top .list .item .timeBox span {
  font-size: 46px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs6 .top .list .item .timeBox span {
    font-size: 28px;
  }
}
.aboutUs .aboutUs6 .top .list .item a {
  display: block;
}
.aboutUs .aboutUs6 .top .list .item .t1 {
  font-size: 24px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs6 .top .list .item .t1 {
    font-size: 18px;
  }
}
.aboutUs .aboutUs6 .top .list .item .t2 {
  font-size: 16px;
  color: #707070;
  padding-top: 16px;
  position: relative;
  z-index: 2;
  height: 120px;
}
.aboutUs .aboutUs6 .top .list .item .img {
  width: 1020px;
  position: relative;
  overflow: hidden;
  position: absolute;
  right: -345px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.aboutUs .aboutUs6 .top .list .item .img::before {
  content: "";
  display: block;
  padding-top: 78.82353%;
}
.aboutUs .aboutUs6 .top .list .item .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.aboutUs .aboutUs6 .top .list .item .bgBox {
  position: absolute;
  background: url(../image/bg8.png) no-repeat center;
  top: 0;
  right: -345px;
  bottom: 0;
  left: -345px;
}
.aboutUs .aboutUs6 .top .list .item + .item {
  padding-top: 26px;
}
.aboutUs .aboutUs6 .top .list .item.cur .img {
  opacity: 1;
}
.aboutUs .aboutUs7 {
  height: 738px;
  position: relative;
  background: url(../image/bg6.jpg) no-repeat center;
  background-size: cover;
}
.aboutUs .aboutUs7 .navBar {
  width: 810px;
  height: 221px;
  position: absolute;
  right: -218px;
  bottom: 2px;
}
.aboutUs .aboutUs7 .navBar .tracker-mod1.dir-hor {
  width: 100%;
  height: 100%;
}
.aboutUs .aboutUs7 .navBar .tracker-mod1.dir-hor .click .icon {
  width: 160px;
  height: 221px;
  position: relative;
}
.aboutUs .aboutUs7 .navBar .tracker-mod1.dir-hor .click .icon .ico {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aboutUs .aboutUs7 .navBar .tracker-mod1.dir-hor .click .icon .ico::before {
  content: "";
  display: block;
  padding-top: 138.125%;
}
.aboutUs .aboutUs7 .navBar .tracker-mod1.dir-hor .click .icon .ico .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.aboutUs .aboutUs7 .navBar .tracker-mod1.dir-hor .click .icon .ico.ico2 {
  opacity: 0;
  visibility: hidden;
}
.aboutUs .aboutUs7 .navBar .tracker-mod1.dir-hor .cur .click .icon .ico.ico2 {
  opacity: 1;
  visibility: visible;
}
.aboutUs .aboutUs7 .navBar .tracker-mod1.dir-hor .cur .click .icon .ico.ico1 {
  opacity: 0;
  visibility: hidden;
}
.aboutUs .aboutUs7 .navBar .tracker-mod1.dir-hor .click {
  padding-left: 2px;
}
.aboutUs .aboutUs7 .tab-cont .cont {
  display: none;
}
.aboutUs .aboutUs7 .tab-cont .cont.act {
  display: block;
}
.aboutUs .aboutUs7 .tab-cont .cont .leftBox {
  width: 50%;
}
.aboutUs .aboutUs7 .tab-cont .cont .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.aboutUs .aboutUs7 .tab-cont .cont .img {
  width: 615px;
  height: 578px;
  background-image: url(../image/circle1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.aboutUs .aboutUs7 .tab-cont .cont .img .ico {
  width: 300px;
  position: relative;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  right: 151px;
}
.aboutUs .aboutUs7 .tab-cont .cont .img .ico::before {
  content: "";
  display: block;
  padding-top: 138%;
}
.aboutUs .aboutUs7 .tab-cont .cont .img .ico .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.aboutUs .aboutUs7 .tab-cont .cont .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 19px;
}
.aboutUs .aboutUs7 .tab-cont .cont .text i {
  display: block;
  width: 101px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.aboutUs .aboutUs7 .tab-cont .cont .text .txt {
  font-size: 28px;
  padding: 0 20px;
  max-width: calc(100% - 205px);
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs7 .tab-cont .cont .text .txt {
    font-size: 20px;
  }
}
.aboutUs .aboutUs7 .tab-cont .cont .rightBox {
  width: 50%;
}
.aboutUs .aboutUs7 .tab-cont .cont .rightBox .padd {
  padding: 112px 0 0 55px;
}
.aboutUs .aboutUs7 .tab-cont .cont .rightBox .scroll-mod {
  margin-top: 21px;
  height: 300px;
}
.aboutUs .aboutUs7 .tab-cont .cont .rightBox .ul .li {
  font-size: 22px;
  color: #707070;
  padding-top: 18px;
  position: relative;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs7 .tab-cont .cont .rightBox .ul .li {
    font-size: 18px;
  }
}
.aboutUs .aboutUs7 .tab-cont .cont .rightBox .ul .li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ff9521;
  position: absolute;
  top: 28px;
  left: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.aboutUs .aboutUs8 {
  height: 985px;
  position: relative;
  overflow: hidden;
}
.aboutUs .aboutUs8 .cont {
  height: 100%;
}
.aboutUs .aboutUs8 .leftBg {
  width: 1315px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -345px;
}
.aboutUs .aboutUs8 .leftBg > div {
  width: 100%;
  height: 100%;
}
.aboutUs .aboutUs8 .rightBg > div {
  width: 100%;
  height: 100%;
}
.aboutUs .aboutUs8 .svg {
  width: 100%;
  height: 100%;
}
.aboutUs .aboutUs8 .text {
  color: #fff;
  position: absolute;
  z-index: 9;
  top: 150px;
}
.aboutUs .aboutUs8 .text .top {
  padding-left: 44px;
}
.aboutUs .aboutUs8 .text .top .t1 {
  position: relative;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs8 .text .top .t1 {
    font-size: 20px;
  }
}
.aboutUs .aboutUs8 .text .top .t1::before {
  content: "";
  width: 34px;
  height: 34px;
  background: url(../image/icon37.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 7px;
  left: -44px;
}
.aboutUs .aboutUs8 .text .top .t2 {
  font-size: 16px;
}
.aboutUs .aboutUs8 .text .top .t3 {
  font-size: 16px;
  margin-top: 12px;
}
.aboutUs .aboutUs8 .text .top .t3 .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.aboutUs .aboutUs8 .text .bot {
  margin-top: 86px;
}
.aboutUs .aboutUs8 .text .bot .item {
  padding-left: 27px;
  margin-bottom: 68px;
}
.aboutUs .aboutUs8 .text .bot .item .tit {
  font-size: 22px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs8 .text .bot .item .tit {
    font-size: 18px;
  }
}
.aboutUs .aboutUs8 .text .bot .item .tit::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #ff9521;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 11px;
  left: -23px;
}
.aboutUs .aboutUs8 .text .bot .item.it3 {
  margin-top: -78px;
}
.aboutUs .aboutUs8 .text .bot .item .ul {
  margin-top: 10px;
}
.aboutUs .aboutUs8 .text .bot .item .ul .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.aboutUs .aboutUs8 .text .bot .item .ul .li span {
  display: block;
}
.aboutUs .aboutUs8 .leftBg .text {
  right: 395px;
  width: 575px;
}
.aboutUs .aboutUs8 .leftBg .text .bot .it2 {
  margin-left: 268px;
}
.aboutUs .aboutUs8 .rightBg {
  width: 798px;
  position: absolute;
  top: 0;
  right: -345px;
  bottom: 0;
}
.aboutUs .aboutUs8 .rightBg .text {
  width: 448px;
  left: 35px;
}
.aboutUs .aboutUs8 .rightBg .text .top {
  padding-left: 155px;
}
.aboutUs .aboutUs8 .rightBg .text .bot .it2 {
  padding-left: 119px;
}
.aboutUs .aboutUs8 .arr-tit {
  width: 301px;
  height: 601px;
  background: url(../image/arr12.png);
  position: absolute;
  z-index: 9;
  top: 191px;
  left: 476px;
}
.aboutUs .aboutUs8 .arr-tit .title1 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  padding-left: 32px;
}
.aboutUs .aboutUs8 .arr-tit .title1 .t2 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs8 .arr-tit .title1 .t2 {
    font-size: 18px;
  }
}
.aboutUs .aboutUs9 {
  height: 801px;
  overflow: hidden;
  background-color: #f6f6f6;
}
.aboutUs .aboutUs9 .mapBox {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: -345px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutUs .aboutUs9 .mapBox .bdmap {
  height: 100%;
}
.aboutUs .aboutUs9 .cont {
  width: 50%;
  float: right;
  height: 100%;
  padding: 200px 0 0 63px;
}
.aboutUs .aboutUs9 .cont .text {
  margin-top: 44px;
  height: 400px;
}
.aboutUs .aboutUs9 .cont .text .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 26px;
}
.aboutUs .aboutUs9 .cont .text .list .item .icon {
  width: 44px;
  position: relative;
  overflow: hidden;
}
.aboutUs .aboutUs9 .cont .text .list .item .icon::before {
  content: "";
  display: block;
  padding-top: 113.63636%;
}
.aboutUs .aboutUs9 .cont .text .list .item .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.aboutUs .aboutUs9 .cont .text .list .item .ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 60px;
  overflow: hidden;
}
.aboutUs .aboutUs9 .cont .text .list .item .ul .txt {
  font-size: 18px;
  padding-top: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs9 .cont .text .list .item .ul .txt {
    font-size: 16px;
  }
}
.aboutUs .aboutUs9 .cont .text .list .item .ul .txt::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #ff9521;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
  left: -26px;
}
.en .aboutUs .aboutUs6 .top .list .item .bgBox {
  background: url(../image/bg8_en.png) no-repeat center;
}
.en .aboutUs .aboutUs3 .title1 .txt {
  text-align: center;
}
.en .aboutUs .aboutUs7 .tab-cont .cont .text i {
  width: 70px;
}
.en .aboutUs .aboutUs7 .tab-cont .cont .text i:first-child {
  background-position: left center;
}
.en .aboutUs .aboutUs7 .tab-cont .cont .text i:last-child {
  background-position: right center;
}
.en .aboutUs .aboutUs7 .tab-cont .cont .text .txt {
  max-width: calc(100% - 150px);
}
@media screen and (min-width: 769px) {
  .aboutUs .aboutUs1 .cont .list .item .img,
  .aboutUs .aboutUs1 .cont .list .item .text {
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    visibility: hidden;
  }
  .aboutUs .aboutUs1 .cont .list .item.cur .img,
  .aboutUs .aboutUs1 .cont .list .item.cur .text {
    opacity: 1;
    visibility: visible;
  }
  .aboutUs .aboutUs1 .cont .list .item.cur .tit::before {
    background-color: #ff9521;
  }
  .cont .list .item .ul .li.li0 {
    width: 503px;
  }
  .cont .list .item .ul .li.li1 {
    width: 555px;
  }
  .cont .list .item .ul .li.li2 {
    width: 518px;
  }
  .cont .list .item .ul .li.li3 {
    width: 465px;
  }
  .cont .list .item .ul .li.li4 {
    width: 415px;
  }
  .cont .list .item .ul .li.li5 {
    width: 365px;
  }
  .cont .list .item .ul .li.li6 {
    width: 318px;
  }
  .cont .list .item .ul .li.li7 {
    width: 340px;
  }
  .cont .list .item .ul .li.li8 {
    width: 440px;
  }
  .cont .list .item .ul .li.li9 {
    width: 522px;
  }
  .cont .list .item .ul .li.li10 {
    width: 560px;
  }
  .cont .list .item .ul .li.li11 {
    width: 610px;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul .li .imgCont {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul .li.cur .imgCont {
    opacity: 1;
    visibility: visible;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul .li.cur .text {
    color: #ff9521;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul .li.cur .text .line::before {
    border-color: #ff9521;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul .li.cur .text .line::after {
    background-color: #ff9521;
  }
  .aboutUs .aboutUs3 .bgBox .img::after {
    content: "";
    width: 133px;
    height: 266px;
    position: absolute;
    left: -1px;
    top: 317px;
    background: url(../image/arr8.png) no-repeat center;
    background-size: cover;
  }
  .aboutUs .aboutUs3 .bgBox::before {
    content: "";
    position: absolute;
    left: 80px;
    right: -1720px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 2;
  }
  .aboutUs .aboutUs6 .top .list .item a:hover .t1 {
    color: #ff9521;
  }
  .aboutUs .aboutUs8::before {
    content: "";
    position: absolute;
    top: -2195px;
    bottom: -580px;
    border-left: 1px solid rgba(255, 255, 255, 0.45);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 2;
  }
  .aboutUs .aboutUs8::after {
    content: "";
    position: absolute;
    top: -320px;
    bottom: -500px;
    border-left: 1px solid rfa601dgba(255, 255, 255, 0.45);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 2;
    left: 1904px;
  }
  .aboutUs .aboutUs8 .arr-tit .title1 .t2 {
    margin-left: 4px;
  }
  .aboutUs .aboutUs4 .cont .rightBox .navBox .slick-arrow {
    position: absolute;
    top: 0;
    left: 0;
  }
  .aboutUs .aboutUs4 .cont .rightBox .navBox .slick-arrow.slick-next {
    top: auto;
    bottom: 0;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul .li .text.m-show {
    display: none;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul .li.tit + .li {
    padding-top: 5px;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul .li.tit {
    cursor: default;
  }
  .aboutUs .aboutUs5 .navBar .tracker-mod2.dir-hor .tracker-item.cur .txt {
    color: #333;
    position: relative;
  }
  .aboutUs
    .aboutUs5
    .navBar
    .tracker-mod2.dir-hor
    .tracker-item.cur
    .txt::after {
    content: "";
    width: 106px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ff9521;
    bottom: -7px;
  }
  .aboutUs
    .aboutUs5
    .navBar
    .tracker-mod2.dir-hor
    .tracker-item.cur
    .icon
    .ico1 {
    opacity: 0;
    visibility: hidden;
  }
  .aboutUs
    .aboutUs5
    .navBar
    .tracker-mod2.dir-hor
    .tracker-item.cur
    .icon
    .ico2 {
    opacity: 1;
    visibility: visible;
  }
  .aboutUs .aboutUs7 .tab-cont .cont .img .ico {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .aboutUs .aboutUs7 .tab-cont .cont.act .img .ico {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  .aboutUs .aboutUs7 .tab-cont {
    position: relative;
  }
  .aboutUs .aboutUs7 .tab-cont .cont {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
  }
  .aboutUs .aboutUs7 .tab-cont .cont.act {
    position: relative;
    opacity: 1;
    z-index: 2;
  }
  .aboutUs .aboutUs7 .navBar {
    z-index: 3;
  }
  .en .aboutUs .aboutUs8 .arr-tit .title1 {
    padding-left: 142px;
    font-size: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .en .aboutUs .aboutUs8 .arr-tit .title1 {
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) {
  .en .aboutUs .aboutUs1 .cont .list .item .tit {
    font-size: 16px;
  }
  .en .aboutUs .aboutUs3 .cont .list .item .ul .li .text .txt .name1 {
    font-size: 18px;
    min-width: 160px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .en .aboutUs .aboutUs3 .cont .list .item .ul .li .text .txt .name1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .en .aboutUs .aboutUs3 .cont .list .item .ul .li .text .txt .job1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1700px) {
  .aboutUs .aboutUs7 .navBar {
    right: -20px;
    height: auto;
    width: 580px;
  }
  .aboutUs .aboutUs7 .navBar .tracker-mod1.dir-hor .click .icon {
    width: 110px;
    height: 152px;
  }
}
@media screen and (max-width: 768px) {
  .aboutUs .reporthead {
    height: auto;
  }
  .aboutUs .aboutUs1 {
    height: auto;
    padding: 30px 0 0;
  }
  .aboutUs .aboutUs1 .cont {
    height: auto;
  }
  .aboutUs .aboutUs1 .cont .list .item {
    height: auto;
    position: relative;
    margin-bottom: 30px;
  }
  .aboutUs .aboutUs1 .cont .list .item .img {
    width: auto;
    position: relative;
    left: auto;
  }
  .aboutUs .aboutUs1 .cont .list .item .tit {
    width: auto;
    height: auto;
    display: block;
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    color: #333;
    padding: 5px 15px;
  }
  .aboutUs .aboutUs1 .cont .list .item .tit::before,
  .aboutUs .aboutUs1 .cont::before,
  .aboutUs .aboutUs1 .cont::after {
    display: none;
  }
  .aboutUs .aboutUs1 .cont .list .item .text {
    position: relative;
    top: auto;
    width: auto;
  }
  .aboutUs .aboutUs1 .cont .list .item .scroll-mod {
    height: auto;
    max-height: 300px;
  }
  .aboutUs .aboutUs1 .cont .list .item .desc {
    padding: 0 15px;
  }
  body:not(.en) .aboutUs .aboutUs1 .cont .list .item .desc .p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .aboutUs .aboutUs2 {
    height: auto;
    background-image: none !important;
    padding: 50px 0;
  }
  .aboutUs .aboutUs2 .cont {
    height: auto;
    padding: 0;
  }
  .aboutUs .aboutUs2 .cont .img {
    width: 50vw;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
  }
  .aboutUs .aboutUs2 .cont .text {
    width: auto;
    margin-top: 30px;
  }
  .aboutUs .aboutUs2 .cont .text .scroll-mod {
    margin-top: 30px;
    height: auto;
    max-height: 300px;
  }
  body:not(.en) .aboutUs .aboutUs2 .cont .text .desc .p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .aboutUs .aboutUs2 .cont .text .desc .p + .p {
    margin-top: 10px;
  }
  .aboutUs .aboutUs2 .cont .text .peopleBox {
    margin-top: 30px;
  }
  .aboutUs .aboutUs3 {
    height: auto;
    padding: 0px 0;
  }
  .aboutUs .aboutUs3 .bgBox {
    left: 0;
    right: 0;
  }
  .aboutUs .aboutUs3 .bgBox::after {
    display: none;
  }
  .aboutUs .aboutUs3 .title1 {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    background-image: none;
    display: block;
    padding-top: 50px;
  }
  .aboutUs .aboutUs3 .title1 .txt {
    margin-top: 0;
    text-align: center;
    color: #333;
  }
  .aboutUs .aboutUs3 .cont {
    margin-top: 30px;
    width: auto;
    height: auto;
  }
  .aboutUs .aboutUs3 .cont .list {
    padding: 0 15px 0;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul {
    margin-top: 0;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul .li .text {
    display: block;
    color: #333;
    margin-top: 15px;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul .li .text .txt .flexBox {
    display: block;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul .li .text .txt .job1 {
    margin-left: 0;
    margin-top: 5px;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul .li .text .line {
    display: none;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul .li .imgCont {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    margin-top: 15px;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul .li .imgCont .img {
    width: 50vw;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul .li .imgCont .scroll-mod {
    margin-top: 10px;
    height: auto;
    max-height: 70px;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul .li .imgCont .desc {
    font-size: 14px;
    color: #333;
  }
  body:not(.en) .aboutUs .aboutUs3 .cont .list .item .ul .li .imgCont .desc {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .aboutUs .aboutUs3 .cont .list .item .slick-nav {
    margin-top: 30px;
    text-align: center;
  }
  .aboutUs .aboutUs3 .bgBox .img {
    width: auto;
    left: 0;
    bottom: 0;
    display: none;
  }
  .aboutUs .aboutUs4 {
    padding: 50px 0;
    height: auto;
    background-image: none !important;
  }
  .aboutUs .aboutUs4 .bgBox {
    display: none;
  }
  .aboutUs .aboutUs4 .cont {
    height: auto;
    display: block;
  }
  .aboutUs .aboutUs4 .cont .leftBox {
    width: auto;
    height: auto;
    display: block;
  }
  .aboutUs .aboutUs4 .cont .rightBox {
    height: auto;
    padding-left: 0;
  }
  .aboutUs .aboutUs4 .cont .rightBox .navBox {
    width: auto;
    height: auto;
    background-image: none;
    position: relative;
    top: auto;
    margin-top: 30px;
  }
  .aboutUs .aboutUs4 .cont .rightBox .navBox .slick-mod {
    width: auto;
    margin-top: 0;
    padding: 0 20px;
  }
  .aboutUs .aboutUs4 .cont .rightBox .navBox .slick-mod .slick-item {
    padding-left: 0;
  }
  .aboutUs .aboutUs4 .cont .rightBox .navBox .slick-mod .slick-current .txt {
    padding: 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .aboutUs .aboutUs4 .cont .rightBox .navBox .slick-mod .slick-current .txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs4 .cont .rightBox .navBox .slick-mod .txt {
    height: auto;
    padding: 0 !important;
    text-align: center;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .aboutUs .aboutUs4 .cont .rightBox .navBox .slick-mod .txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .aboutUs .aboutUs4 .cont .rightBox .navBox .slick-nav {
    display: none;
  }
  .aboutUs .aboutUs4 .cont .rightBox .navBox .slick-arrow {
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -13px;
  }
  .aboutUs .aboutUs4 .cont .rightBox .navBox .slick-arrow:hover {
    background-size: cover;
  }
  .aboutUs .aboutUs4 .cont .rightBox .navBox .slick-prev {
    left: 0;
  }
  .aboutUs .aboutUs4 .cont .rightBox .navBox .slick-next {
    right: 0;
  }
  .aboutUs .aboutUs4 .cont .leftBox .title1 .t2 {
    margin-left: 0;
    margin-top: 5px;
  }
  .aboutUs .aboutUs4 .cont .rightBox .tab-cont {
    width: auto;
    height: auto;
    background-image: none;
    margin-top: 25px;
  }
  .aboutUs .aboutUs4 .cont .rightBox .tab-cont .slick-mod .flexBox {
    height: auto;
    display: block;
  }
  .aboutUs
    .aboutUs4
    .cont
    .rightBox
    .tab-cont
    .slick-mod
    .flexBox
    .slick-month {
    width: auto;
  }
  .aboutUs
    .aboutUs4
    .cont
    .rightBox
    .tab-cont
    .slick-mod
    .flexBox
    .slick-month
    .tit {
    font-size: 22px;
  }
  .aboutUs
    .aboutUs4
    .cont
    .rightBox
    .tab-cont
    .slick-mod
    .flexBox
    .slick-month
    .scroll-mod {
    height: 130px;
    margin-top: 20px;
  }
  .aboutUs
    .aboutUs4
    .cont
    .rightBox
    .tab-cont
    .slick-mod
    .flexBox
    .slick-month
    .desc {
    font-size: 16px;
  }
  .aboutUs .aboutUs4 .cont .rightBox .tab-cont .slick-mod .flexBox .slick-nav {
    margin-top: 20px;
    text-align: center;
  }
  .aboutUs .aboutUs5 {
    height: auto;
    padding: 0;
  }
  .aboutUs .aboutUs5 .title1 {
    width: auto;
    height: auto;
    background-image: none;
    position: relative;
    top: auto;
    left: auto;
    padding-right: 0;
    display: block;
    color: #333;
    text-align: center;
  }
  .aboutUs .aboutUs5 .title1::after {
    display: none;
  }
  .aboutUs .aboutUs5 .cont {
    height: auto;
    margin-top: 30px;
  }
  .aboutUs .aboutUs5 .cont::before {
    display: none;
  }
  .aboutUs .aboutUs5 .navBar {
    width: auto;
    height: auto;
    position: relative;
    margin-top: 30px;
  }
  .aboutUs .aboutUs5 .navBar .tracker-mod2.dir-hor .tracker-item {
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto;
  }
  .aboutUs .aboutUs5 .navBar .tracker-mod2.dir-hor .tracker-item .icon {
    width: 52px;
    height: 40px;
  }
  .aboutUs .aboutUs5 .navBar .tracker-mod2.dir-hor .tracker-item.cur .txt {
    color: #ff9521;
  }
  .aboutUs .aboutUs5 .cont .img {
    position: relative;
    left: auto;
    width: auto;
  }
  .aboutUs .aboutUs5 .cont .img::after {
    display: none;
  }
  .aboutUs .aboutUs6 {
    height: auto;
    padding: 50px 0 50px;
  }
  .aboutUs .aboutUs6 .top .title1 {
    padding: 0;
    text-align: center;
  }
  .aboutUs .aboutUs6 .top .list {
    height: auto;
    margin-top: 30px;
    padding-left: 0;
  }
  .aboutUs .aboutUs6 .top .list .item {
    width: auto;
    margin-bottom: 30px;
    height: auto;
    padding: 0;
  }
  .aboutUs .aboutUs6 .top .list .item .t2 {
    height: auto;
  }
  .aboutUs .aboutUs6 .top .list .item .bgBox {
    display: none;
  }
  .aboutUs .aboutUs6 .top .list .item .img {
    width: auto;
    position: relative;
    right: auto;
    opacity: 1;
    margin-top: 15px;
  }
  .aboutUs .aboutUs7 {
    height: auto;
    background-image: none;
    padding-bottom: 40px;
  }
  .aboutUs .aboutUs7 .navBar {
    width: auto;
    height: auto;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .aboutUs .aboutUs7 .navBar .tracker-mod1.dir-hor .click .icon {
    width: 80px;
    height: 111px;
  }
  .aboutUs .aboutUs7 .tab-cont {
    margin-top: 30px;
  }
  .aboutUs .aboutUs7 .tab-cont .cont .flexBox {
    display: block;
  }
  .aboutUs .aboutUs7 .tab-cont .cont .leftBox {
    width: auto;
  }
  .aboutUs .aboutUs7 .tab-cont .cont .img {
    width: auto;
    height: auto;
    background-image: none;
  }
  .aboutUs .aboutUs7 .tab-cont .cont .img .ico {
    width: 150px;
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto;
  }
  .aboutUs .aboutUs7 .tab-cont .cont .text {
    display: none;
  }
  .aboutUs .aboutUs7 .tab-cont .cont .rightBox {
    width: auto;
  }
  .aboutUs .aboutUs7 .tab-cont .cont .rightBox .padd {
    padding: 15px;
  }
  .aboutUs .aboutUs7 .tab-cont .cont .rightBox .padd .title1 {
    text-align: center;
  }
  .aboutUs .aboutUs7 .tab-cont .cont .rightBox .scroll-mod {
    margin-top: 15px;
    height: auto;
  }
  .aboutUs .aboutUs7 .tab-cont .cont .rightBox .ul .li {
    padding-left: 30px;
    padding-top: 5px;
  }
  .aboutUs .aboutUs7 .tab-cont .cont .rightBox .ul .li::before {
    width: 12px;
    height: 12px;
    top: 13px;
    left: 5px;
  }
  .aboutUs .aboutUs8 {
    height: auto;
  }
  .aboutUs .aboutUs8 .arr-tit {
    position: relative;
    top: auto;
    left: auto;
    background-image: none;
    width: auto;
    height: auto;
  }
  .aboutUs .aboutUs8 .arr-tit .title1 {
    display: block;
    padding: 0;
    text-align: center;
    padding-top: 50px;
    color: #333;
  }
  .aboutUs .aboutUs8 .leftBg {
    width: auto;
    left: 0;
    right: 0;
    position: relative;
    padding: 30px 0 50px;
  }
  .aboutUs .aboutUs8 .svg {
    display: none;
  }
  .aboutUs .aboutUs8 .bgBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .aboutUs .aboutUs8 .text {
    position: relative;
    top: auto;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
  }
  .aboutUs .aboutUs8 .text .top {
    padding-left: 30px;
  }
  .aboutUs .aboutUs8 .text .top .t1::before {
    width: 16px;
    height: 16px;
    top: 9px;
    left: -21px;
  }
  .aboutUs .aboutUs8 .text .top .t3 {
    margin-top: 5px;
  }
  .aboutUs .aboutUs8 .text .bot {
    margin-top: 30px;
  }
  .aboutUs .aboutUs8 .text .bot .item {
    padding-left: 30px;
    margin-bottom: 15px;
  }
  .aboutUs .aboutUs8 .text .bot .item .tit::before {
    width: 10px;
    height: 10px;
    top: 9px;
    left: -16px;
  }
  .aboutUs .aboutUs8 .text .bot .item .ul {
    margin-top: 5px;
  }
  .aboutUs .aboutUs8 .leftBg .text .bot .it2 {
    margin-left: 0;
  }
  .aboutUs .aboutUs8 .text .bot .item.it3 {
    margin-top: 0;
  }
  .aboutUs .aboutUs8 .rightBg {
    width: auto;
    position: relative;
    right: auto;
    padding: 50px 0;
  }
  .aboutUs .aboutUs8 .rightBg .text .top {
    padding-left: 30px;
  }
  .aboutUs .aboutUs8 .rightBg .text .bot .it2 {
    padding-left: 30px;
  }
  .aboutUs .aboutUs8 .cont {
    margin-top: 30px;
  }
  .aboutUs .aboutUs9 {
    height: auto;
    padding: 50px 0;
  }
  .aboutUs .aboutUs9 .cont {
    width: auto;
    float: none;
    padding: 0;
  }
  .aboutUs .aboutUs9 .title1 {
    text-align: center;
  }
  .aboutUs .aboutUs9 .mapBox {
    position: relative;
    right: auto;
    left: auto;
    height: 350px;
    margin-top: 30px;
  }
  .aboutUs .aboutUs9 .cont .text {
    height: auto;
    margin-top: 30px;
  }
  .aboutUs .aboutUs9 .cont .text .list .item {
    margin-bottom: 20px;
  }
  .aboutUs .aboutUs9 .cont .text .list .item .icon {
    width: 30px;
  }
  .aboutUs .aboutUs9 .cont .text .list .item .ul {
    padding-left: 35px;
  }
  .aboutUs .aboutUs9 .cont .text .list .item .ul .txt {
    padding-top: 3px;
  }
  body:not(.en) .aboutUs .aboutUs9 .cont .text .list .item .ul .txt {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .aboutUs .aboutUs9 .cont .text .list .item .ul .txt::before {
    width: 10px;
    height: 10px;
    top: 10px;
    left: -20px;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul .li .text.p-show {
    display: none;
  }
  .aboutUs .aboutUs3 .cont .list .item .ul .li.tit {
    display: none;
  }
  .aboutUs .aboutUs6 .moreBox {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    text-align: center;
  }
  .aboutUs .aboutUs6 .moreBox .arr_more {
    display: inline-block;
    background-image: none !important;
    background-color: #ff9521;
    border-radius: 25px;
    width: auto;
    height: auto;
    padding: 4px 18px 6px;
    line-height: 1.5;
    font-size: 16px;
  }
  .aboutUs
    .aboutUs4
    .cont
    .rightBox
    .tab-cont
    .slick-mod
    .flexBox
    .slick-month
    .slick-slide {
    margin: 0 10px;
  }
  .aboutUs
    .aboutUs4
    .cont
    .rightBox
    .tab-cont
    .slick-mod
    .flexBox
    .slick-month {
    margin: 0 -10px;
  }
  .aboutUs .aboutUs5 .navBar .tracker-track {
    padding: 0 20px;
  }
  .aboutUs .aboutUs5 .navBar .tracker-mod2.dir-hor .tracker-item .txt {
    padding: 0 5px;
  }
  .aboutUs .aboutUs5 .navBar .slick-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 9;
    top: 50%;
    margin-top: -13px;
    background: url(../image/arrow3a1.png) no-repeat center;
    background-size: cover;
  }
  .aboutUs .aboutUs5 .navBar .slick-arrow.slick-prev {
    left: 0;
  }
  .aboutUs .aboutUs5 .navBar .slick-arrow.slick-next {
    right: 0;
  }
  .aboutUs .aboutUs5 .navBar .slick-arrow:hover {
    background: url(../image/arrow3b1.png) no-repeat center;
    background-size: cover;
  }
  .aboutUs .aboutUs5 .navBar .slick-arrow.slick-disabled,
  .aboutUs .aboutUs5 .navBar .slick-arrow.slick-disabled:hover {
    opacity: 1;
  }
  .aboutUs
    .aboutUs5
    .navBar
    .tracker-mod2.dir-hor
    .slick-current.slick-active
    .tracker-item
    .txt {
    color: #ff9521;
    position: relative;
  }
  .aboutUs
    .aboutUs5
    .navBar
    .tracker-mod2.dir-hor
    .slick-current.slick-active
    .tracker-item
    .txt::after {
    content: "";
    width: 106px;
    height: 5px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../image/h16.png) no-repeat center;
    background-size: cover;
    bottom: -7px;
  }
  .aboutUs
    .aboutUs5
    .navBar
    .tracker-mod2.dir-hor
    .slick-current.slick-active
    .tracker-item
    .icon
    .ico1 {
    opacity: 0;
    visibility: hidden;
  }
  .aboutUs
    .aboutUs5
    .navBar
    .tracker-mod2.dir-hor
    .slick-current.slick-active
    .tracker-item
    .icon
    .ico2 {
    opacity: 1;
    visibility: visible;
  }
  .aboutUs .aboutUs5 .tabs {
    display: block;
  }
  .aboutUs .aboutUs3 .cont .list .item {
    height: auto;
  }
  .en .aboutUs .aboutUs3 .title1 .txt br {
    display: none;
  }
}

.activeDetails {
  position: relative;
  padding-top: 100px;
}
.activeDetails .bread-mod {
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
}
.activeDetails1 {
  padding-bottom: 150px;
}
.activeDetails1 .cont {
  position: relative;
}
.activeDetails1 .cont .list {
  height: 540px;
}
.activeDetails1 .cont .list .flexBox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.activeDetails1 .cont .backBtn {
  position: absolute !important;
  top: -61px;
  right: 0;
  width: 38px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.activeDetails1 .cont .backBtn::before {
  content: "";
  display: block;
  padding-top: 81.57895%;
}
.activeDetails1 .cont .backBtn .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.activeDetails1 .cont .list .img {
  width: 624px;
  position: relative;
  overflow: hidden;
}
.activeDetails1 .cont .list .img::before {
  content: "";
  display: block;
  padding-top: 86.53846%;
}
.activeDetails1 .cont .list .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.activeDetails1 .cont .list .text {
  background-color: #f6f6f6;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.activeDetails1 .cont .list .text .padd {
  padding: 145px 42px 0;
}
.activeDetails1 .cont .list .text .tit {
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .activeDetails1 .cont .list .text .tit {
    font-size: 20px;
  }
}
.activeDetails1 .cont .list .text .desc {
  font-size: 16px;
  color: #606060;
  text-align: center;
  margin-top: 16px;
}
.activeDetails1 .cont .list .text .ul {
  font-size: 16px;
  text-align: center;
  padding-top: 4px;
}
.activeDetails1 .cont .list .text .ul .li {
  padding-top: 18px;
}
.activeDetails1 .cont .list .text .btnBox {
  text-align: center;
  margin-top: 55px;
}
.activeDetails1 .cont .list .text .btnBox .btn_more {
  background-color: #b2afad;
  padding-left: 45px;
  padding-right: 45px;
  cursor: default;
}
.activeDetails1 .scroll-mod {
  height: 330px;
}
.activeDetails2 {
  padding: 0 0 57px;
  position: relative;
  margin-top: -8px;
}
.activeDetails2::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 159px;
  background-color: #ff9521;
  border-radius: 2px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 94px;
}
.activeDetails2 .desc {
  color: #707070;
  font-size: 18px;
  margin-top: -9px;
}
body:not(.en) .activeDetails2 .desc {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  .activeDetails2 .desc {
    font-size: 16px;
  }
}
.activeDetails2 .desc .p {
  margin-top: 28px;
}
.activeDetails3 {
  padding: 0px 0 130px;
}
.activeDetails3 .cont {
  min-height: 842px;
  position: relative;
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.activeDetails3 .cont .slick-tit {
  width: 163px;
  height: 615px;
  background-color: #ff9521;
}
.activeDetails3 .cont .slick-tit .padd {
  padding-top: 120px;
}
.activeDetails3 .cont .slick-tit .tit1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.activeDetails3 .cont .slick-tit .tit1 .icon {
  width: 112px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.activeDetails3 .cont .slick-tit .tit1 .icon::before {
  content: "";
  display: block;
  padding-top: 71.42857%;
}
.activeDetails3 .cont .slick-tit .tit1 .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.activeDetails3 .cont .slick-tit .tit1 .txt {
  font-size: 30px;
  color: #fff;
  margin: 30px 0 0;
  max-height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .activeDetails3 .cont .slick-tit .tit1 .txt {
    font-size: 22px;
  }
}
.activeDetails3 .cont .slick-cont {
  width: 1029px;
}
.activeDetails3 .cont .slick-cont .img {
  width: 499px;
  position: relative;
  overflow: hidden;
}
.activeDetails3 .cont .slick-cont .img::before {
  content: "";
  display: block;
  padding-top: 81.36273%;
}
.activeDetails3 .cont .slick-cont .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.activeDetails3 .cont .slick-item {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 30px;
}
.activeDetails3 .cont .slick-item:nth-child(even) .img {
  float: right;
}
.activeDetails3 .cont .slick-slide {
  margin: 0 14px;
}
.activeDetails3 .cont .slick-mod {
  margin: 0 -14px;
}
.activeDetails3 .cont .slick-nav {
  position: absolute;
  top: 380px;
  left: 58px;
}
.activeDetails4 {
  height: 825px;
}
.activeDetails4 .cont {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -345px;
  left: -345px;
}
.activeDetails4 .cont .slick-mod {
  width: 100%;
}
.activeDetails4 .cont .slick-mod .img {
  overflow: hidden;
}
.activeDetails4 .cont .slick-mod .img1 {
  width: 1045px;
  position: relative;
  overflow: hidden;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
}
.activeDetails4 .cont .slick-mod .img1::before {
  content: "";
  display: block;
  padding-top: 78.94737%;
}
.activeDetails4 .cont .slick-mod .img1 .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.activeDetails4 .cont .slick-mod .img2 {
  width: 1045px;
  position: relative;
  overflow: hidden;
  margin-left: -170px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
}
.activeDetails4 .cont .slick-mod .img2::before {
  content: "";
  display: block;
  padding-top: 78.94737%;
}
.activeDetails4 .cont .slick-mod .img2 .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.activeDetails4 .arr-tit {
  position: absolute;
  top: 180px;
  left: 362px;
  z-index: 2;
  pointer-events: none;
}
.activeDetails4 .arr-tit .svg {
  width: 302px;
  height: 605px;
}
.activeDetails4 .arr-tit .svg svg {
  width: 100%;
  height: 100%;
  position: relative;
}
.activeDetails4 .arr-tit .tit1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.activeDetails4 .arr-tit .tit1 .icon {
  width: 112px;
  position: relative;
  overflow: hidden;
}
.activeDetails4 .arr-tit .tit1 .icon::before {
  content: "";
  display: block;
  padding-top: 71.42857%;
}
.activeDetails4 .arr-tit .tit1 .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.activeDetails4 .arr-tit .tit1 .txt {
  font-size: 30px;
  color: #fff;
  margin-left: 4px;
  max-height: 120px;
  width: 1em;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .activeDetails4 .arr-tit .tit1 .txt {
    font-size: 22px;
  }
}
.activeDetails4 .arr-tit .slick-nav {
  margin-top: 30px;
  text-align: right;
  padding-right: 7px;
}
.activeDetails4 .arr-tit .slick-nav .slick-next {
  margin-left: 20px;
}
.activeDetails4 .arr-tit .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 58px;
  padding-right: 42px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: auto;
}
.activeDetails4 .cont .slick-mod .img svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.activeDetails4 .cont .slick-mod .img .text {
  width: 700px;
  position: absolute;
  bottom: 110px;
}
.activeDetails4 .cont .slick-mod .img1 .text {
  right: 0;
  padding-right: 340px;
}
.activeDetails4 .cont .slick-mod .img2 .text {
  left: 0;
  padding-left: 240px;
}
.activeDetails4 .cont .slick-mod .img .text .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.activeDetails4 .cont .slick-mod .img .text .d1 {
  display: inline-block;
  max-width: 100%;
}
.activeDetails4 .cont .slick-mod .img .text .d1 .t1 {
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .activeDetails4 .cont .slick-mod .img .text .d1 .t1 {
    font-size: 18px;
  }
}
.activeDetails4 .cont .slick-mod .img .text .d1 .t2 {
  text-align: center;
  margin-top: 28px;
  display: none;
}
.activeDetails4 .cont .slick-mod .img .text .d1 .t2 .add_more {
  border-color: #fff;
}
.activeDetails4 .cont .slick-mod .img .text .d1 .t2 .add_more .iconfont {
  color: #fff;
}
.activeDetails4 .cont .slick-mod .img .text2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
  display: none;
}
.activeDetails4 .cont .slick-mod .img .text2 .flexDiv {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.activeDetails4 .cont .slick-mod .img .text2 .t2 {
  font-size: 16px;
}
body:not(.en) .activeDetails4 .cont .slick-mod .img .text2 .t2 {
  text-align: justify;
  text-justify: inter-ideograph;
}
.activeDetails4 .cont .slick-mod .img .text2 .t3 {
  text-align: center;
  margin-top: 27px;
}
.activeDetails4 .cont .slick-mod .img2 .text .flexBox {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.activeDetails4 .arr-tit .s2 {
  display: none;
}
.activeDetails4 .arr-tit.is-hover .svg {
  width: 315px;
  height: 635px;
}
.activeDetails4 .arr-tit.is-hover .s1 {
  display: none;
}
.activeDetails4 .arr-tit.is-hover .s2 {
  display: block;
}
.activeDetails5 {
  padding: 0 0 92px;
  background-color: #f6f6f6;
}
.activeDetails5 .cont1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 170px;
}
.activeDetails5 .cont1 .slick-tit {
  width: 198px;
  height: 612px;
  background-color: #ff9521;
  position: relative;
}
.activeDetails5 .cont1 .slick-tit .padd {
  padding-top: 105px;
}
.activeDetails5 .cont1 .slick-tit .tit1 .icon {
  width: 112px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.activeDetails5 .cont1 .slick-tit .tit1 .icon::before {
  content: "";
  display: block;
  padding-top: 71.42857%;
}
.activeDetails5 .cont1 .slick-tit .tit1 .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.activeDetails5 .cont1 .slick-tit .tit1 .txt {
  font-size: 30px;
  color: #fff;
  margin: 11px auto 0;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .activeDetails5 .cont1 .slick-tit .tit1 .txt {
    font-size: 22px;
  }
}
.activeDetails5 .cont1 .slick-tit .slick-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 90px;
}
.activeDetails5 .cont1 .slick-cont {
  width: 985px;
}
.activeDetails5 .cont1 .slick-cont .img {
  width: 985px;
  position: relative;
  overflow: hidden;
}
.activeDetails5 .cont1 .slick-cont .img::before {
  content: "";
  display: block;
  padding-top: 62.43655%;
}
.activeDetails5 .cont1 .slick-cont .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.activeDetails5 .cont1 .slick-cont .img .text {
  padding: 50px 15px 15px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .activeDetails5 .cont1 .slick-cont .img .text {
    font-size: 18px;
  }
}
.activeDetails5 .cont2 {
  padding-top: 170px;
}
.activeDetails5 .cont2 .slick-tit {
  width: 600px;
  height: 131px;
  background-color: #ff9521;
  position: relative;
}
.activeDetails5 .cont2 .slick-tit .padd {
  padding: 0 20px;
  height: 100%;
  width: 360px;
}
.activeDetails5 .cont2 .slick-tit .tit1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.activeDetails5 .cont2 .slick-tit .tit1 .icon {
  width: 112px;
  position: relative;
  overflow: hidden;
}
.activeDetails5 .cont2 .slick-tit .tit1 .icon::before {
  content: "";
  display: block;
  padding-top: 71.42857%;
}
.activeDetails5 .cont2 .slick-tit .tit1 .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.activeDetails5 .cont2 .slick-tit .tit1 .txt {
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .activeDetails5 .cont2 .slick-tit .tit1 .txt {
    font-size: 22px;
  }
}
.activeDetails5 .cont2 .slick-tit .slick-nav {
  position: absolute;
  right: 80px;
  top: 48px;
}
.activeDetails5 .cont2 .slick-tit .slick-nav .slick-next {
  margin-left: 20px;
}
.activeDetails5 .cont2 .slick-cont {
  margin-top: 29px;
}
.activeDetails5 .cont2 .slick-slide {
  margin: 0 12px;
}
.activeDetails5 .cont2 .slick-mod {
  margin: 0 -12px;
}
.activeDetails5 .cont2 .slick-slide .img {
  width: 392px;
  position: relative;
  overflow: hidden;
}
.activeDetails5 .cont2 .slick-slide .img::before {
  content: "";
  display: block;
  padding-top: 76.02041%;
}
.activeDetails5 .cont2 .slick-slide .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.activeDetails5 .cont2 .slick-slide .img .text {
  padding: 50px 15px 15px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.9))
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .activeDetails5 .cont2 .slick-slide .img .text {
    font-size: 18px;
  }
}
.activeDetails5 .activity_detail_img_class1 {
  height: 100%;
}
.activeDetails6 {
  padding: 6px 0 40px;
  border-bottom: 1px solid #dcdcdc;
}
.activeDetails6 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.activeDetails6 .cont .title1 {
  margin-right: 28px;
}
.activeDetails6 .cont .moreBox {
  margin-right: 92px;
  min-width: 41px;
}
.activeDetails6 .cont .moreBox .btn_more {
  background-color: #ff9521;
}
.activeDetails6 .cont .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.activeDetails6 .cont .right .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 480px;
}
.activeDetails6 .cont .right .flexBox .newList {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.activeDetails6 .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.activeDetails6 .cont .list .item {
  padding-top: 53px;
  width: 417px;
}
.activeDetails6 .cont .list .item .timeBox {
  font-size: 22px;
  font-family: "avian";
}
@media screen and (max-width: 768px) {
  .activeDetails6 .cont .list .item .timeBox {
    font-size: 18px;
  }
}
.activeDetails6 .cont .list .item .timeBox span {
  font-size: 54px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .activeDetails6 .cont .list .item .timeBox span {
    font-size: 28px;
  }
}
.activeDetails6 .cont .list .item .a {
  display: block;
  margin-top: 7px;
}
.activeDetails6 .cont .list .item a {
  display: block;
}
.activeDetails6 .cont .list .item .t1 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .activeDetails6 .cont .list .item .t1 {
    font-size: 16px;
  }
}
.activeDetails6 .cont .list .item .t2 {
  font-size: 16px;
  color: #707070;
  margin-top: 10px;
}
.activeDetails7 {
  padding: 133px 0 150px;
  position: relative;
}
.activeDetails7::after {
  content: "";
  width: 4px;
  height: 104px;
  background-color: #ff9521;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.activeDetails7::before {
  content: "";
  width: 4px;
  height: 104px;
  background-color: #ff9521;
  background-size: cover;
  position: absolute;
  top: 130px;
  right: 0;
}
.activeDetails7 .title1 {
  text-align: center;
}
.activeDetails7 .cont .moreBox {
  margin-top: 28px;
  text-align: center;
}
.activeDetails7 .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 109px);
  margin-top: 30px;
}
.activeDetails7 .cont .list .item {
  margin-right: 108px;
}
.activeDetails7 .cont .list .item a {
  display: block;
}
.activeDetails7 .cont .list .item .img {
  width: 338px;
  position: relative;
  overflow: hidden;
}
.activeDetails7 .cont .list .item .img::before {
  content: "";
  display: block;
  padding-top: 76.33136%;
}
.activeDetails7 .cont .list .item .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.activeDetails7 .cont .list .item .text {
  text-align: center;
  margin-top: 23px;
}
.activeDetails7 .cont .list .item .t1 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .activeDetails7 .cont .list .item .t1 {
    font-size: 16px;
  }
}
.activeDetails7 .cont .list .item .t2 {
  font-family: "avian";
  font-size: 18px;
  color: #707070;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .activeDetails7 .cont .list .item .t2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .activeDetails4 {
    position: relative;
  }
  .activeDetails4 .cont .slick-mod .img .text2 {
    opacity: 0;
    visibility: hidden;
  }
  .activeDetails4 .cont .slick-mod .img1.is-hover {
    width: 1306px;
    position: relative;
    overflow: hidden;
  }
  .activeDetails4 .cont .slick-mod .img1.is-hover::before {
    content: "";
    display: block;
    padding-top: 63.16998%;
  }
  .activeDetails4 .cont .slick-mod .img1.is-hover .i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .activeDetails4 .cont .slick-mod .img2.is-hover {
    width: 786px;
    position: relative;
    overflow: hidden;
    margin-left: -172px;
  }
  .activeDetails4 .cont .slick-mod .img2.is-hover::before {
    content: "";
    display: block;
    padding-top: 104.96183%;
  }
  .activeDetails4 .cont .slick-mod .img2.is-hover .i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .activeDetails4 .arr-tit.is-hover {
    top: 26px;
    left: 479px;
    width: 315px;
    height: 635px;
  }
  .activeDetails4 .cont .slick-mod .cur .text2 {
    opacity: 1;
    visibility: visible;
  }
  .activeDetails4 .cont .slick-mod .cur .scroll-mod {
    height: 205px;
  }
  .activeDetails4 .cont .slick-mod .cur .scroll-cont .t2 {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .activeDetails4 .cont .slick-mod .img1 .text2 {
    position: absolute;
    bottom: 165px;
    right: 517px;
    width: 445px;
    padding-left: 40px;
    left: auto;
  }
  .activeDetails4 .cont .slick-mod .img2 .text2 {
    position: absolute;
    top: 230px;
    right: auto;
    left: 40px;
    width: 430px;
  }
  .activeDetails4 .cont .slick-mod .img2 .text2 .t2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .activeDetails4 .cont .slick-mod .img2.is-hover .text .flexBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .activeDetails4 .line {
    position: absolute;
    top: -14px;
    left: 0;
    width: 8px;
    height: 159px;
    background: url(../image/h4.png) no-repeat center;
    z-index: 9;
    display: none;
  }
  .activeDetails5 {
    position: relative;
  }
  .activeDetails5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 482px;
    background-color: #fff;
  }
  .activeDetails3 .cont .slick-cont::before {
    content: "";
    left: 200px;
    height: 615px;
    background-color: #f6f6f6;
    position: absolute;
    top: 0;
    right: -345px;
  }
  .activeDetails4 .cont .slick-mod .img2.is-hover::after {
    content: "";
    position: absolute;
    top: -1550px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -420px;
    border-left: 1px solid rgba(255, 255, 255, 0.68);
  }
  .activeDetails4 .cont .slick-mod .img1.is-hover::after {
    content: "";
    position: absolute;
    top: -2515px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -730px;
    border-left: 1px solid rgba(255, 255, 255, 0.68);
  }
  .activeDetails4 .cont .slick-mod .img svg.svg2 {
    display: none;
  }
  .activeDetails4 .cont .slick-mod .img .is-hover svg.svg2 {
    display: block;
  }
  .activeDetails4 .cont .slick-mod .img .is-hover svg.svg1 {
    display: none;
  }
}
@media screen and (max-width: 1680px) {
  .activeDetails4 .cont .slick-mod .img2.is-hover .text {
    width: 550px;
    padding-left: 200px;
  }
}
@media screen and (max-width: 1440px) {
  .activeDetails4 .cont .slick-mod .img2.is-hover .text {
    width: 460px;
    padding-left: 140px;
  }
}
@media screen and (max-width: 768px) {
  .activeDetails .bread-mod {
    position: relative;
    top: auto;
  }
  .activeDetails {
    padding-top: 50px;
  }
  .activeDetails1 {
    padding-bottom: 50px;
  }
  .activeDetails1 .cont .backBtn {
    width: 32px;
    top: 5px;
    right: 5px;
  }
  .activeDetails1 .cont .list {
    height: auto;
    display: block;
  }
  .activeDetails1 .cont .list .flexBox {
    display: block;
  }
  .activeDetails1 .cont .list .img {
    width: 100%;
  }
  .activeDetails1 .cont .list .text .padd {
    padding: 15px;
  }
  .activeDetails1 .cont .list .text .ul .li {
    padding-top: 15px;
  }
  .activeDetails1 .cont .list .text .btnBox {
    margin-top: 20px;
  }
  .activeDetails2 {
    padding: 0 0 50px;
    margin-top: 0;
  }
  .activeDetails2 .title1 {
    text-align: center;
  }
  .activeDetails2 .desc {
    margin-top: 0;
  }
  .activeDetails2 .desc .p {
    margin-top: 15px;
  }
  .activeDetails3 {
    padding: 0 0 50px;
  }
  .activeDetails3 .title1 {
    text-align: center;
  }
  .activeDetails3 .cont {
    min-height: auto;
    display: block;
  }
  .activeDetails3 .cont .slick-tit {
    width: auto;
    height: auto;
  }
  .activeDetails3 .cont .slick-tit .padd {
    padding: 15px;
  }
  .activeDetails3 .cont .slick-tit .tit1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .activeDetails3 .cont .slick-tit .tit1 .icon {
    width: 60px;
    margin: 0;
  }
  .activeDetails3 .cont .slick-tit .tit1 .txt {
    max-height: none;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding-left: 20px;
    display: block;
  }
  .activeDetails3 .cont .slick-cont {
    width: auto;
  }
  .activeDetails3 .cont .slick-cont .img {
    width: auto;
  }
  .activeDetails3 .cont .slick-slide {
    margin: 0;
  }
  .activeDetails3 .cont .slick-mod {
    margin: 0;
  }
  .activeDetails3 .cont .slick-nav {
    position: relative;
    top: auto;
    left: auto;
  }
  .activeDetails4 {
    height: auto;
    padding-bottom: 50px;
  }
  .activeDetails4 .arr-tit {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background: #ff9521;
    padding: 0;
  }
  .activeDetails4 .arr-tit .flexBox {
    height: auto;
    display: block;
    padding: 0;
  }
  .activeDetails4 .arr-tit .inner {
    padding: 15px;
  }
  .activeDetails4 .arr-tit .tit1 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .activeDetails4 .arr-tit .tit1 .icon {
    width: 60px;
  }
  .activeDetails4 .arr-tit .tit1 .txt {
    max-height: none;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding-left: 20px;
  }
  .activeDetails4 .cont {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .activeDetails4 .cont .slick-mod .img1,
  .activeDetails4 .cont .slick-mod .img2 {
    width: auto;
    float: none;
  }
  .activeDetails4 .cont .slick-mod .img1::before {
    display: none;
  }
  .activeDetails4 .cont .slick-mod .img .text {
    width: auto;
    position: relative;
    top: auto;
    bottom: auto;
    padding: 30px 10px 10px !important;
    text-align: center;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.7))
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.7)
    );
  }
  .activeDetails4 .cont .slick-mod .img .text .flexBox {
    height: auto;
    padding: 0;
    display: block;
  }
  .activeDetails4 .cont .slick-mod .img .text .d1 .t2 {
    display: none;
  }
  .activeDetails4 .cont .slick-mod .img .text .d1 {
    display: block;
  }
  .activeDetails4 .cont .slick-mod .img .text .d2 {
    position: relative;
    height: auto;
  }
  .activeDetails4 .cont .slick-mod .img .text .d2 .flexDiv {
    height: auto;
    display: block;
    padding: 0;
  }
  .activeDetails4 .cont .slick-mod .img .text .d2 .t2 {
    margin-top: 15px;
  }
  .activeDetails4 .cont .slick-mod .img2 {
    margin-left: 0;
  }
  .activeDetails4 .cont .slick-mod .img .text .d2 .flexDiv .t1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .activeDetails4 .cont .slick-mod .img .text .d2 .flexDiv .t1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .activeDetails4 .cont .slick-mod .img .mask {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .activeDetails4 .cont .slick-mod .img2::before {
    display: none;
  }
  .activeDetails4 .cont .slick-nav {
    text-align: center;
    margin-top: 30px;
  }
  .activeDetails5 {
    padding: 0px 0 50px;
  }
  .activeDetails5 .cont1 {
    display: block;
    padding-top: 50px;
  }
  .activeDetails5 .cont1 .slick-tit {
    width: auto;
    height: auto;
  }
  .activeDetails5 .cont1 .slick-tit .padd {
    padding: 15px;
  }
  .activeDetails5 .cont1 .slick-tit .tit1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .activeDetails5 .cont1 .slick-tit .tit1 .icon {
    width: 60px;
    margin: 0;
  }
  .activeDetails5 .cont1 .slick-tit .tit1 .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding-left: 20px;
    margin: 0;
    text-align: left;
  }
  .activeDetails5 .cont1 .slick-cont {
    width: auto;
  }
  .activeDetails5 .cont1 .slick-cont .img {
    width: auto;
  }
  .activeDetails5 .cont1 .slick-cont .slick-nav {
    text-align: center;
    margin-top: 30px;
  }
  .activeDetails5 .cont2 {
    padding-top: 50px;
  }
  .activeDetails5 .cont2 .slick-cont {
    margin-top: 0;
  }
  .activeDetails5 .cont2 .slick-tit {
    width: auto;
    height: auto;
  }
  .activeDetails5 .cont2 .slick-tit .padd {
    width: auto;
    height: auto;
    padding: 15px;
  }
  .activeDetails5 .cont2 .slick-tit .tit1 .icon {
    width: 60px;
  }
  .activeDetails5 .cont2 .slick-tit .tit1 .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding-left: 20px;
    margin: 0;
    text-align: left;
  }
  .activeDetails5 .cont2 .slick-mod {
    margin: 0;
  }
  .activeDetails5 .cont2 .slick-slide {
    margin: 0;
  }
  .activeDetails5 .cont2 .slick-slide .img {
    width: auto;
  }
  .activeDetails5 .cont2 .slick-cont .slick-nav {
    text-align: center;
    margin-top: 30px;
  }
  .activeDetails6 {
    padding: 50px 0;
  }
  .activeDetails6 .cont {
    display: block;
  }
  .activeDetails6 .cont .title1 {
    margin-right: 0;
    text-align: center;
  }
  .activeDetails6 .cont .right {
    margin-top: 30px;
  }
  .activeDetails6 .cont .right .flexBox {
    min-height: auto;
    display: block;
  }
  .activeDetails6 .cont .list {
    display: block;
    width: auto;
  }
  .activeDetails6 .cont .list .item {
    padding-top: 0;
    width: auto;
    margin-bottom: 20px;
  }
  .activeDetails6 .cont .list .item + .item {
    padding-top: 10px;
  }
  .activeDetails6 .cont .moreBox {
    margin-top: 30px;
    margin-right: 0;
    text-align: center;
  }
  .activeDetails7 {
    padding: 50px 0;
  }
  .activeDetails7 .cont .list {
    width: auto;
    display: block;
  }
  .activeDetails7 .cont .list .item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .activeDetails7 .cont .list .item .img {
    width: auto;
  }
  .activeDetails7 .cont .list .item .text {
    margin-top: 15px;
  }
  .activeDetails4 .cont .slick-mod .img svg {
    display: none;
  }
  .activeDetails4 .cont .slick-mod .sameImg .bgBox {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
  .activeDetails4 .cont .slick-mod .sameImg .bgBox::before {
    content: "";
    display: block;
    padding-top: 78.94737%;
  }
  .activeDetails4 .cont .slick-mod .sameImg .bgBox .i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .activeDetails4 .arr-tit .svg {
    display: none;
  }
  .activeDetails4 .arr-tit .flexBox {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
  }
  .activeDetails4 .cont .slick-mod .img .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .activeDetails4 .cont .slick-mod .img .text2 {
    position: relative;
    top: auto !important;
    right: auto !important;
    left: auto !important;
  }
  .activeDetails4 .cont .slick-mod .img .text2 .flexDiv {
    display: block;
    padding: 25px 15px;
  }
  .activeDetails1 .cont .list a.flexBox {
    display: block;
  }
  .activeDetails6 .cont .moreBox {
    min-width: auto;
  }
  .activeDetails1 .cont .backBtn {
    top: -35px;
  }
  .activeDetails4 .cont .slick-mod .img .text2 .flexDiv .scroll-mod .t2 {
    height: 250px;
    overflow: scroll;
  }
  .activeDetails5 .cont1 .slick-cont .img .text {
    padding: 30px 10px 10px;
  }
  .activeDetails5 .cont2 .slick-cont .img .text {
    padding: 30px 10px 10px;
  }
}

.activitylist {
  padding: 160px 0;
  background-color: #f5f5f5;
}
.activitylist .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -36px 0;
}
.activitylist .item {
  width: 362px;
  margin: 10px 36px 0;
}
.activitylist .item .pic {
  width: 362px;
  position: relative;
  overflow: hidden;
}
.activitylist .item .pic::before {
  content: "";
  display: block;
  padding-top: 79.28177%;
}
.activitylist .item .pic .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.activitylist .item .text {
  padding: 15px 55px 15px 0;
  height: 144px;
  position: relative;
}
.activitylist .item .add_more {
  position: absolute;
  top: 20px;
  right: 0;
}
.activitylist .item .date {
  font-size: 54px;
  line-height: 1.2;
  font-family: "avian";
  display: none;
}
@media screen and (max-width: 768px) {
  .activitylist .item .date {
    font-size: 28px;
  }
}
.activitylist .item .date .min {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .activitylist .item .date .min {
    font-size: 18px;
  }
}
.activitylist .item .p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .activitylist .item .p {
    font-size: 16px;
  }
}
.activitylist .item .mask {
  display: none;
}
.activitylist .page {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .activitylist .item:hover .text .date {
    color: #ff9521;
  }
}
@media screen and (max-width: 768px) {
  .activitylist {
    padding: 50px 0;
  }
  .activitylist .list {
    display: block;
  }
  .activitylist .item {
    width: 100%;
  }
  .activitylist .item .pic {
    width: 100%;
  }
  .activitylist .item .text {
    height: auto;
    padding: 15px 0;
  }
  .activitylist .page {
    margin-top: 25px;
  }
  .activitylist .item .add_more {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 10px;
  }
  .activitylist .item {
    margin: 10px 0 0;
  }
  .activitylist .list {
    margin: 0;
  }
}

a.a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.activity1 {
  margin-top: 270px;
  background: #f6f6f6;
}
.activity1 .title1 {
  background: url(../image/by/png7_1.png);
  width: 512px;
  height: 255px;
  position: absolute;
  left: 50%;
  top: -50px;
  color: #fff;
  line-height: 210px;
  margin-left: -256px;
}
.activity1 .line1 {
  position: absolute;
  left: 50%;
  top: 205px;
  height: 385px;
  margin-left: -19px;
}
.activity1 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 0;
  position: relative;
}
.activity1 .l {
  width: calc(50% - 10px);
}
.activity1 .l .y {
  font-size: 48px;
  line-height: 1.2;
  font-family: avian;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .activity1 .l .y {
    font-size: 28px;
  }
}
.activity1 .l .y i {
  font-style: normal;
}
.activity1 .l .y span {
  font-family: xfont;
  margin: 0 35px;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.activity1 .l .m {
  margin-top: 40px;
}
.activity1 .l .div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.activity1 .l .div .item {
  width: 33.33%;
  padding: 13px 0;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .activity1 .l .div .item {
    font-size: 20px;
  }
}
.activity1 .l .div b {
  font-weight: normal;
  border-radius: 100%;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 62px;
}
.activity1 .l .div .now b {
  border: 2px solid #ff9521;
  color: #ff9521;
}
.activity1 .l .div .bf {
  opacity: 0.6;
}
.activity1 .r {
  width: 50%;
  position: relative;
  padding-left: 60px;
}
.activity1 .r .tit {
  font-size: 28px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .activity1 .r .tit {
    font-size: 20px;
  }
}
.activity1 .r .list {
  margin-top: 30px;
  height: 350px;
  overflow: hidden;
}
.activity1 .r .item {
  font-size: 22px;
  margin-top: 25px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .activity1 .r .item {
    font-size: 18px;
  }
}
.activity1 .r .item:first-child {
  margin-top: 0;
}
.activity1 .r .item .date {
  font-family: avian;
}
.activity2 .list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.activity2 .item {
  width: calc(50% - 33px);
  position: relative;
}
.activity2 .item .pic {
  position: relative;
  overflow: hidden;
}
.activity2 .item .pic::before {
  content: "";
  padding-top: calc(306 / 582 * 100%);
  display: block;
}
.activity2 .item .pic i {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.activity2 .item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.activity2 .item .text {
  padding: 20px 10px 30px 0;
  position: relative;
}
.activity2 .item .text .t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 25px;
}
.activity2 .item .text .date {
  font-family: avian;
  font-size: 22px;
  display: none;
}
@media screen and (max-width: 768px) {
  .activity2 .item .text .date {
    font-size: 18px;
  }
}
.activity2 .item .text .date b {
  font-size: 54px;
  line-height: 1.2;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .activity2 .item .text .date b {
    font-size: 28px;
  }
}
.activity2 .item .text .h {
  margin-top: 10px;
  font-size: 20px;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .activity2 .item .text .h {
    font-size: 18px;
  }
}
.activity2 .item .text .p {
  margin-top: 10px;
  font-size: 14px;
  color: #707070;
}
.pop-acti {
  position: absolute;
  background: #ff9521;
}
.pop-acti .pop-panel {
  overflow: hidden !important;
}
.pop-acti .pop-dialog {
  background: none;
  display: block;
  height: 100%;
  padding: 100px 30px 20px 40px;
  color: #fff;
}
.pop-acti .pop-dialog .logo {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  display: inline-block;
  width: 249px;
}
.pop-acti .pop-dialog .logo img {
  width: 100%;
  height: auto;
}
.pop-acti .pop-dialog .h {
  margin-top: 50px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .pop-acti .pop-dialog .h {
    font-size: 18px;
  }
}
.pop-acti .pop-dialog .p {
  margin-top: 15px;
  font-size: 14px;
}
.pop-acti .pop-dialog .date {
  margin-top: 15px;
  font-size: 22px;
  font-family: avian;
}
@media screen and (max-width: 768px) {
  .pop-acti .pop-dialog .date {
    font-size: 18px;
  }
}
.pop-acti .pop-close {
  color: #fff;
}
.en .activity1 .l .div .now b {
  border: none;
}
.en .activity1 .l .div .item {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .en .activity1 .l .div .item {
    font-size: 18px;
  }
}
.en .activity1 .l .div b {
  width: auto;
}
.en .pop-acti .scroll-mod {
  height: 300px;
}
@media screen and (min-width: 769px) {
  .activity2 .item:hover .pic i {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .activity1 .r .item:hover .h {
    color: #ff9521;
  }
  .en .activity1 .title1 {
    font-size: 36px;
    line-height: 130px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .en .activity1 .title1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1400px) {
  .activity1 {
    margin-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .activity1 {
    margin-top: 0;
    padding: 40px 0;
  }
  .activity1 .title1 {
    position: static;
    background: none;
    margin: auto;
    width: auto;
    height: auto;
    line-height: 1;
    color: #333;
  }
  .activity1 .line1 {
    display: none;
  }
  .activity1 .content {
    margin-top: 40px;
    padding: 0;
    display: block;
  }
  .activity1 .l {
    width: auto;
  }
  .activity1 .r {
    width: auto;
    padding: 0;
    margin-top: 20px;
  }
  .activity1 .l .m {
    margin-top: 15px;
  }
  .activity1 .l .m .item {
    padding: 0;
  }
  .activity1 .r .item {
    margin-top: 15px;
  }
  .activity1 .r .list {
    height: 400px;
  }
  .pop-acti {
    position: fixed;
  }
  .pop-acti .pop-dialog {
    padding: 50px 15px 15px;
  }
  .activity2 .item {
    width: 100%;
  }
  .activity2 .item .text .h {
    padding-right: 60px;
  }
  .activity2 .item .text .t {
    top: 28px;
  }
  .en .activity1 .l .div .item {
    font-size: 16px;
  }
  .en .activity1 .l .div b {
    width: auto;
  }
  .en .pop-acti .scroll-mod {
    height: 80%;
  }
}

.article-page {
  padding: 50px 0;
}
.article-page .article-head {
  margin-bottom: 30px;
  text-align: center;
}
.article-page .article-head .t {
  font-size: 1.7em;
}
.article-page .article-head .info {
  margin-top: 10px;
  color: #707070;
}
.article-page .article-head .s {
  margin: 0 15px;
}
.article-page .article-cont {
  margin-bottom: 30px;
}
.article-page .article-cont p,
.article-page .article-cont .p {
  text-indent: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.article-page .article-cont p + p,
.article-page .article-cont .p + .p {
  margin-top: 1em;
}
.article-page .article-cont .img {
  margin: 1em 0;
}
.article-page .article-cont iframe,
.article-page .article-cont video,
.article-page .article-cont img {
  display: block;
  margin: auto;
  max-width: 100%;
  min-height: 100%;
  height: auto !important;
  border: 0;
}
.article-page .article-cont .video-mod {
  margin-bottom: 1em;
}
.article-page .article-paging {
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.article-page .article-paging .article-link {
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.article-page .article-paging .article-prev {
  float: left;
  padding-left: 30px;
}
.article-page .article-paging .article-next {
  float: right;
  padding-right: 30px;
}
.article-page .article-paging .xfont {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.article-page .article-paging .article-prev .xfont {
  left: 0;
}
.article-page .article-paging .article-next .xfont {
  right: 0;
}
.article-page .share-mod {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .article-page .article-paging .article-link:hover {
    color: #ff9521;
  }
}
@media screen and (max-width: 768px) {
  .article-page .article-head .info {
    margin-top: 5px;
  }
  .article-page .article-head .s {
    margin: 0 5px;
  }
  .article-page .article-cont {
    margin-bottom: 20px;
  }
  .article-page .article-paging {
    padding: 10px 0;
  }
  .article-page .share-mod {
    margin-bottom: 10px;
  }
}

.building1 {
  position: relative;
  padding-top: 268px;
}
.building1 .pic {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 268px;
  text-align: right;
}
.building1 .pic::after {
  content: "";
  background: url(../image/by/png10_3.png) no-repeat center top/cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.building1 .pic img {
  height: 600px;
  width: auto;
}
.building1 .content {
  height: 600px;
}
.building1 .content .x-wrap {
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.building1 .content .text {
  margin-top: 30px;
  color: #707070;
  width: 370px;
}
body:not(.en) .building1 .content .text {
  text-align: justify;
  text-justify: inter-ideograph;
}
.building1 .content .text .scroll-mod {
  height: 350px;
}
.building1 .des {
  height: 343px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.building1 .des::before {
  content: "";
  background: url(../image/by/png10_2.png) no-repeat center center;
  width: 244px;
  height: 279px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -122px;
}
.building1 .des .d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 0 80px;
}
.building1 .des .d .l {
  margin: 5px 30px;
}
.building1 .des .d .h {
  font-size: 28px;
  font-family: Avian;
}
@media screen and (max-width: 768px) {
  .building1 .des .d .h {
    font-size: 20px;
  }
}
.building1 .des .d i {
  font-size: 20px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .building1 .des .d i {
    font-size: 18px;
  }
}
.building1 .des .d .p {
  font-size: 20px;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .building1 .des .d .p {
    font-size: 18px;
  }
}
.building2 .part {
  height: 600px;
  margin-top: 160px;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.building2 .part:first-child {
  margin-top: 0;
}
.building2 .part .focus {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
}
.building2 .part .focus::after {
  content: "";
  background: url(../image/by/png10_4.png) no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.building2 .part .focus .frame {
  position: relative;
  height: 100%;
}
.building2 .part .focus .child {
  height: 100%;
  height: 600px;
  overflow: hidden;
}
.building2 .part .focus img {
  height: 100%;
  width: auto;
}
.building2 .part .focus .nav {
  background: url(../image/by/png6_4a.png) no-repeat center center;
  width: 164px;
  height: 328px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin: -165px 0 0 -79px;
}
.building2 .part .focus .nav .slick-dots {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 50px;
}
.building2 .part .focus .nav .slick-dots li {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: avian;
  padding: 5px 0;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .building2 .part .focus .nav .slick-dots li {
    font-size: 18px;
  }
}
.building2 .part .focus .nav .slick-dots li.slick-active {
  opacity: 1;
}
.building2 .part .x-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.building2 .part .content {
  width: 480px;
  position: relative;
  z-index: 1;
  margin-top: -40px;
}
.building2 .part .content .text .h {
  font-size: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .building2 .part .content .text .h {
    font-size: 20px;
  }
}
.building2 .part .content .text .h::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  width: 14px;
  height: 14px;
  background: #ff9521;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -7px;
}
.building2 .part .content .text .h span {
  font-size: 20px;
  color: #707070;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .building2 .part .content .text .h span {
    font-size: 18px;
  }
}
.building2 .part .content .text .p {
  margin-top: 15px;
  color: #707070;
}
.building2 .part .content .text .p .scroll-mod {
  height: 78px;
}
.building2 .part .content table {
  margin-top: 60px;
  color: #707070;
}
.building2 .part .content table td {
  width: 60px;
}
.building2 .part .content table th {
  font-weight: normal;
  text-align: left;
  width: 100px;
  padding: 10px 0;
}
.building2 .part .content table th::before {
  content: "";
  background: #ff9521;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.building2 .part:nth-child(even) .focus .frame .child {
  text-align: right;
}
.building2 .part:nth-child(even) .focus::after {
  background-image: url(../image/by/png10_4a.png);
}
.building2 .part:nth-child(even) .focus .nav {
  background-image: url(../image/by/png6_4.png);
  margin-left: -85px;
}
.building2 .part:nth-child(even) .focus .nav .slick-dots {
  padding: 0 0 0 50px;
}
.building2 .part:nth-child(even) .x-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.building2 .list {
  background: url(../image/by/png8_3.png) no-repeat center center/100% auto;
}
.building2 .list .tit {
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .building2 .list .tit {
    font-size: 20px;
  }
}
.building2 .list .tit::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #ff9521;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-right: 22px;
}
.building2 .list table {
  margin-top: 25px;
  width: 100%;
  color: #707070;
}
.building2 .list table thead {
  background: #ff9521;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .building2 .list table thead {
    font-size: 18px;
  }
}
.building2 .list table thead td {
  height: 70px;
}
.building2 .list table td {
  padding: 0 5%;
}
.building2 .list table tbody tr {
  background: #fff;
}
.building2 .list table tbody tr:nth-child(even) {
  background: #f5e6df;
}
.building2 .list table tbody td {
  height: 60px;
}
.building2 .list .line2 {
  height: 100px;
  margin-bottom: -100px;
}
.building3 {
  background: no-repeat center center / cover;
}
.building3 .frame {
  margin-top: 40px;
}
.building3 .frame .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.building3 .frame .item {
  width: calc(25% - 7.5px);
  margin: 0 0 10px 10px;
  max-height: 150px;
  overflow: hidden;
}
.building3 .frame .item:nth-child(4n-3) {
  margin-left: 0;
}
.building3 .frame .item img {
  width: 100%;
  height: auto;
}
.building3 .nav {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.building3 .nav span {
  margin: 0 10px;
}
.building4 {
  position: relative;
}
.building4 .bg {
  content: "";
  background: url(../image/by/png12.png) no-repeat center 20px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.building4 .frame {
  margin-top: 40px;
}
.building4 .frame .child {
  text-align: center;
  padding: 130px 20px 0;
  cursor: pointer;
}
.building4 .frame .child img {
  height: 80px;
}
.building4 .frame .child img:last-child {
  display: none;
}
.building4 .frame .child .h {
  margin-top: 15px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .building4 .frame .child .h {
    font-size: 18px;
  }
}
.building4 .frame .child .p {
  margin-top: 10px;
  color: #707070;
  text-align: center;
}
.building4 .nav {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.building4 .nav span {
  margin: 0 10px;
}
.building4 .pic {
  width: 100%;
}
.en .building2 .part .content table {
  width: 100%;
}
.en .building2 .part .content .text .h span {
  display: block;
  margin-left: 0;
}
.en .building4 .frame .child .p {
  font-family: "avian";
}
@media screen and (min-width: 769px) {
  .building4 .frame .child:hover img:last-child {
    display: inline-block;
  }
  .building4 .frame .child:hover img:first-child {
    display: none;
  }
  .en .building2 .part .content {
    margin-top: -100px;
  }
}
@media screen and (max-width: 1400px) {
  .building1 {
    padding-top: 160px;
  }
  .building1 .pic {
    padding-top: 160px;
  }
  .building1 .des::before {
    top: 30px;
  }
  .building2 .part {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .building1 {
    padding: 0;
  }
  .building1 .pic {
    padding: 0;
    position: static;
    height: auto;
  }
  .building1 .pic::after {
    display: none;
  }
  .building1 .pic img {
    width: 100%;
    height: auto;
  }
  .building1 .content {
    height: auto;
  }
  .building1 .content .x-wrap {
    padding: 30px 0 0;
  }
  .building1 .content .text {
    margin-top: 15px;
    width: auto;
  }
  .building1 .des {
    display: block;
    padding: 20px 30px;
    height: auto;
  }
  .building1 .des::before {
    display: none;
  }
  .building1 .des .d {
    padding: 20px 0;
  }
  .building1 .des .d .l {
    margin: 0 10px;
  }
  .building1 .des .d .l img {
    width: 60px;
  }
  .building2 .part {
    height: auto;
    margin-top: 20px;
  }
  .building2 .part .focus {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .building2 .part .focus::after {
    display: none;
  }
  .building2 .part .focus .child {
    height: auto;
  }
  .building2 .part .focus .child img {
    width: 100%;
    height: 56.2vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .building2 .part .focus .nav {
    background: none;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
    right: 0;
    top: auto;
    margin: auto;
    background: rgba(0, 0, 0, 0.5) !important;
    margin: 0 !important;
  }
  .building2 .part .focus .nav .slick-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 !important;
  }
  .building2 .part .focus .nav .slick-dots li {
    margin: 0 10px;
  }
  .building2 .part .content {
    width: auto;
    margin: 20px 0 0;
  }
  .building2 .part .content table {
    margin-top: 20px;
    font-size: 14px;
    width: 100%;
  }
  .building2 .part .content table th {
    width: auto;
  }
  .building2 .part .content table td {
    width: auto;
  }
  .building2 .part .content table th::before {
    margin-right: 10px;
  }
  .building2 .list {
    background: #f0f0f0;
    margin-top: 20px;
  }
  .building2 .list table {
    margin-top: 15px;
  }
  .building2 .list table td {
    padding: 10px 15px;
    text-align: center;
  }
  .building2 .list table thead {
    font-size: 14px;
    height: auto;
  }
  .building2 .list table {
    font-size: 12px;
  }
  .building2 .list table tbody td {
    height: auto;
    padding: 10px 15px;
  }
  .building3 .frame .item {
    width: calc(50% - 5px);
    max-height: 84px;
  }
  .building3 .frame .item:nth-child(2n-1) {
    margin-left: 0;
  }
  .building3 .nav {
    margin-top: 20px;
  }
  .building4 .bg {
    display: none;
  }
  .building4 .frame {
    border-top: 1px solid #ddd;
  }
  .building4 .frame .child {
    padding: 30px 20px 0;
  }
  .building1 .content .text .scroll-mod {
    height: auto;
  }
  .building2 .part .content .text .p .scroll-mod {
    height: auto;
  }
  .building1 .des .d .l {
    width: 60px;
  }
  .building1 .des .d .item {
    width: calc((100% - 80px) / 2);
  }
}

.conference {
  margin-top: 100px;
}
.conference .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
  padding: 0 100px;
}
.conference .head .bttn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.conference .head .bttn::before {
  content: "";
  border-left: 1px dashed #ff9521;
  display: inline-block;
  height: 50px;
}
.conference .head .bttn a {
  width: 43px;
  height: 43px;
  border-radius: 100%;
  background: #ff9521;
  color: #fff;
  text-align: center;
  line-height: 43px;
  display: inline-block;
  font-size: 26px;
  text-indent: 0.1em;
}
.conference .head .bttn a:before {
  content: "\e510";
  font-family: xfont;
}
.conference .head .p {
  margin-top: 10px;
  color: #707070;
}
.conference .head .p b {
  color: #ff9521;
  font-weight: normal;
}
.conference .part {
  height: 600px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin-top: 160px;
}
.conference .part:first-child {
  margin-top: 0;
}
.conference .part .pic {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100%;
}
.conference .part .pic img {
  height: 100%;
}
.conference .part .pic::after {
  content: "";
  background: url(../image/by/png4_1.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.conference .part a.a {
  right: 50%;
}
.conference .part .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.conference .part .content .text {
  width: 295px;
  padding-left: 35px;
}
.conference .part .content .text .h {
  font-size: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .conference .part .content .text .h {
    font-size: 20px;
  }
}
.conference .part .content .text .h::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  width: 14px;
  height: 14px;
  background: #ff9521;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -7px;
}
.conference .part .content .text .p {
  margin-top: 15px;
  color: #707070;
}
.conference .part .content .text .num {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.conference .part .content .text .num span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
}
.conference .part .content .text .num img {
  margin-right: 10px;
}
.conference .part .content .text .b {
  margin-top: 20px;
}
.conference .part .content .btns {
  width: 256px;
  height: 280px;
  position: relative;
  margin: 1px 32px 0;
}
.conference .part .content .btns .m {
  display: none;
}
.conference .part .content .btns svg {
  width: 100%;
  height: 100%;
}
.conference .part .content .btns svg polygon {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.conference .part .content .btns svg .a1 {
  fill: #f6f6f6;
}
.conference .part .content .btns svg .a2 {
  fill: #e3e3e3;
}
.conference .part .content .btns svg .a3 {
  fill: #fff;
}
.conference .part .content .btns .b {
  opacity: 0;
}
.conference .part:nth-child(even) .pic {
  text-align: right;
}
.conference .part:nth-child(even) .pic::after {
  content: "";
  background: url(../image/by/png4_2.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.conference .part:nth-child(even) .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.conference .part:nth-child(even) .a {
  right: 0;
  left: 50%;
}
.conference .loadmore {
  display: none;
}
.conference .loadmore.s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pop-cfe .pop-dialog {
  width: 1230px;
  padding: 90px;
}
.pop-cfe .tit {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .pop-cfe .tit {
    font-size: 20px;
  }
}
.pop-cfe .l1 {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pop-cfe .l1 .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pop-cfe .l1 span {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 20px;
  margin: 2px 0 2px 20px;
  position: relative;
  color: #707070;
  display: block;
}
.pop-cfe .l1 span i {
  position: absolute;
  right: 0;
  top: -5px;
  background: url(../image/by/png5.png) no-repeat center center/cover;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.pop-cfe .l2 {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  white-space: nowrap;
}
.pop-cfe .l2 .lab {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .pop-cfe .l2 .lab {
    font-size: 18px;
  }
}
.pop-cfe .l2 .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 3px;
  color: #707070;
}
.pop-cfe .l2 .r span {
  margin-left: 35px;
  cursor: pointer;
}
.pop-cfe .l2 .r span.act {
  color: #ff9521;
}
.pop-cfe .l2 .dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}
.pop-cfe .l2 .dates b {
  color: #ccc;
  font-weight: bold;
  margin: 0 10px;
}
.pop-cfe .l2 .dates .ipt {
  border: 1px solid #ddd;
  height: 40px;
  width: 160px;
  border-radius: 20px;
  line-height: 36px;
  padding: 0 15px;
  cursor: pointer;
}
.pop-cfe .l2 .dates .ipt::after {
  content: "";
  background: url(../image/by/png5_1.png) no-repeat center center/contain;
  width: 24px;
  height: 23px;
  float: right;
  margin-top: 6px;
}
.pop-cfe .l2 .chk {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.pop-cfe .l2 .chk i {
  width: 15px;
  height: 15px;
  border: 1px solid #ff9521;
  margin-right: 10px;
  border-radius: 3px;
  text-align: center;
  font-size: 0;
  display: inline-block;
}
.pop-cfe .l2 .chk.ckd i:after {
  content: "";
  background: #ff9521;
  width: 7px;
  height: 7px;
  display: inline-block;
  margin: 3px;
}
.pop-cfe .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.pop-cfe .btns a {
  height: 40px;
  line-height: 38px;
  width: 120px;
  text-align: center;
  border-radius: 20px;
  background: #333;
  color: #fff;
  margin: 0 10px;
  display: block;
}
.pop-cfe .btns a.org {
  background: #ff9521;
}
.en .pop-cfe .l1 span {
  width: auto;
  min-width: 120px;
  padding: 6px 15px;
  line-height: 1.5;
  height: auto;
}
@media screen and (min-width: 769px) {
  .conference .part .content .btns svg a:hover polygon {
    fill: #ff9521;
  }
  .conference .part .content .btns svg a:hover .a {
    opacity: 0;
  }
  .conference .part .content .btns svg a:hover .b {
    opacity: 1;
  }
  .en .conference .part .content .text .h {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .en .conference .part .content .text .h {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .conference {
    margin-top: 50px;
  }
  .conference .part {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pop-cfe .pop-dialog {
    padding: 30px 20px;
    font-size: 14px;
    white-space: nowrap;
  }
  .pop-cfe .l1 {
    padding: 10px 0;
  }
  .pop-cfe .l1 .r {
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pop-cfe .l1 .r span {
    margin-bottom: 5px;
    margin-left: 10px;
  }
  .pop-cfe .l2 {
    padding: 10px 0;
  }
  .pop-cfe .l2 .lab {
    font-size: 14px;
  }
  .pop-cfe .l2 .r {
    padding: 0;
  }
  .pop-cfe .l2 .r span {
    margin-left: 20px;
  }
  .pop-cfe .l2 .dates {
    display: block;
    margin-left: 15px;
  }
  .pop-cfe .l2 .chk {
    margin: 10px 0 0 15px;
    white-space: normal;
    display: block;
  }
  .pop-cfe .btns {
    margin-top: 15px;
  }
  .pop-cfe .l1 span {
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    width: auto;
    margin-left: 10px;
  }
  .pop-cfe .l2 .dates .ipt {
    height: 30px;
    line-height: 28px;
  }
  .pop-cfe .l2 .dates .ipt::after {
    width: 16px;
    height: 15px;
  }
  .pop-cfe .btns a {
    height: 30px;
    line-height: 28px;
    width: 100px;
  }
  .conference {
    margin-top: 0;
  }
  .conference .part {
    height: auto;
    margin-top: 0;
  }
  .conference .part .pic {
    position: static;
  }
  .conference .part .pic:after {
    display: none;
  }
  .conference .part .pic img {
    width: 100%;
    height: auto;
  }
  .conference .head {
    padding: 0 15px;
  }
  .conference .head .bttn::before {
    height: 30px;
  }
  .conference .part .content {
    padding: 20px 0;
    display: block;
  }
  .conference .part .content .btns {
    margin: 20px 0 0;
    width: auto;
    height: auto;
  }
  .conference .part .content .btns svg {
    display: none;
  }
  .conference .part .content .btns .m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .conference .part .content .btns .m a {
    width: calc(33.33% - 10px);
    text-align: center;
    height: 20vw;
    line-height: 20vw;
    border-radius: 5px;
    background: #eee;
  }
  .conference .part .content .btns .m img {
    width: 40px;
  }
  .conference .part .content .text .p {
    margin-top: 10px;
  }
  .conference .part .content .text .num {
    margin-top: 15px;
  }
  .conference .part .a {
    display: none;
  }
  .en .pop-cfe .l1 {
    display: block;
  }
  .en .pop-cfe .l1 .r {
    margin-top: 10px;
  }
}

.vipDetails2.details2 .list .item .item-cont .table1 .pad {
  padding: 0 5px 0 36px;
}
.vipDetails2.details2 .scrollBox {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .vipDetails2.details2 .list .item .item-cont .table1 .pad {
    padding: 0 10px;
  }
  .vipDetails2.details2 .list .item .item-cont .table1 {
    width: 1230px;
  }
  .vipDetails2.details2 .list .item .item-cont .scrollBox {
    width: 100%;
    height: auto;
  }
  .vipDetails2 .list .item .item-cont {
    overflow: hidden;
  }
  .vipDetails2 .mScorll {
    overflow-x: scroll;
  }
  .vipDetails2 .scrollBox {
    overflow-x: scroll;
    max-height: 400px;
  }
  .vipDetails2 .table1 thead th:nth-child(1),
  .vipDetails2 .table1 tbody td:nth-child(1) {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
  .vipDetails2 .table1 thead th:nth-child(1) {
    background-color: #ff9521;
  }
  .vipDetails2 .table1 tbody tr:nth-child(odd) td:nth-child(1) {
    background-color: #fff;
  }
  .vipDetails2 .table1 tbody tr:nth-child(even) td:nth-child(1) {
    background-color: #fdeee7;
  }
}

.exhibition1 {
  margin-top: 100px;
}
.exhibition1 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}
.exhibition1 .head .bttn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.exhibition1 .head .bttn::before {
  content: "";
  border-left: 1px dashed #ff9521;
  display: inline-block;
  height: 50px;
}
.exhibition1 .head .bttn a {
  width: 43px;
  height: 43px;
  border-radius: 100%;
  background: #ff9521;
  color: #fff;
  text-align: center;
  line-height: 43px;
  display: inline-block;
  font-size: 26px;
  text-indent: 0.1em;
}
.exhibition1 .head .bttn a:before {
  content: "\e510";
  font-family: xfont;
}
.exhibition1 .head .p {
  margin-top: 10px;
  color: #707070;
}
.exhibition1 .head .p b {
  color: #ff9521;
  font-weight: normal;
}
.exhibition1 .part {
  height: 600px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin-top: 160px;
}
.exhibition1 .part:first-child {
  margin-top: 0;
}
.exhibition1 .part:after {
  content: "";
  background: #ff9521;
  width: 4px;
  height: 179px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.exhibition1 .part .pic {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100%;
}
.exhibition1 .part .pic::after {
  content: "";
  background: url(../image/by/png8_2a.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.exhibition1 .part .pic img {
  height: 100%;
}
.exhibition1 .part .pic .child {
  height: 600px;
  position: relative;
}
.exhibition1 .part .pic .nav {
  background: url(../image/by/png8_7a.png) no-repeat center center/cover;
  width: 340px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.exhibition1 .part .pic .nav .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
}
.exhibition1 .part .pic .nav .slick-dots li {
  color: #ffd0b8;
  font-size: 24px;
  text-align: center;
  font-family: avian;
  padding: 10px 0 5px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .exhibition1 .part .pic .nav .slick-dots li {
    font-size: 18px;
  }
}
.exhibition1 .part .pic .nav .slick-dots li.slick-active {
  color: #fff;
}
.exhibition1 .part .pic .child .text {
  position: absolute;
  right: 10%;
  width: 360px;
  color: #fff;
  bottom: 20px;
  text-align: left;
}
.exhibition1 .part .pic .child .text .t1 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .exhibition1 .part .pic .child .text .t1 {
    font-size: 22px;
  }
}
.exhibition1 .part .pic .child .text .t2 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .exhibition1 .part .pic .child .text .t2 {
    font-size: 16px;
  }
}
.exhibition1 .part .links {
  position: absolute;
  right: calc(50% + 100px);
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.exhibition1 .part .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
.exhibition1 .part .content .text {
  width: 405px;
  padding-left: 35px;
}
.exhibition1 .part .content .text .h {
  font-size: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .exhibition1 .part .content .text .h {
    font-size: 20px;
  }
}
.exhibition1 .part .content .text .h::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  width: 14px;
  height: 14px;
  background: #ff9521;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -7px;
}
.exhibition1 .part .content .text .p {
  margin-top: 15px;
  color: #707070;
}
.exhibition1 .part .content .text .p .sp {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .exhibition1 .part .content .text .p .sp {
    font-size: 16px;
  }
}
.exhibition1 .part .content .text .scroll-mod {
  margin-top: 15px;
  height: 175px;
}
.exhibition1 .part .content .text .scroll-mod .p {
  margin-top: 0px;
}
.exhibition1 .part .content .text .num {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.exhibition1 .part .content .text .num span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
}
.exhibition1 .part .content .text .num img {
  margin-right: 10px;
}
.exhibition1 .part .content .text .b {
  margin-top: 30px;
}
.exhibition1 .part .content .btns {
  width: 256px;
  height: 280px;
  position: relative;
  margin: 1px 50px 0;
}
.exhibition1 .part .content .btns .m {
  display: none;
}
.exhibition1 .part .content .btns svg {
  width: 100%;
  height: 100%;
}
.exhibition1 .part .content .btns svg polygon {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.exhibition1 .part .content .btns svg .a1 {
  fill: #f6f6f6;
}
.exhibition1 .part .content .btns svg .a2 {
  fill: #e3e3e3;
}
.exhibition1 .part .content .btns svg .a3 {
  fill: #fff;
}
.exhibition1 .part .content .btns .b {
  opacity: 0;
}
.exhibition1 .part:nth-child(odd):after {
  display: none;
}
.exhibition1 .part:nth-child(odd) .pic {
  text-align: right;
}
.exhibition1 .part:nth-child(odd) .pic::after {
  content: "";
  background: url(../image/by/png8_2.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.exhibition1 .part:nth-child(odd) .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.exhibition1 .part:nth-child(odd) .links {
  right: 0;
  left: calc(50% + 100px);
}
.exhibition1 .part:nth-child(odd) .nav {
  left: auto;
  right: 0;
  background-image: url(../image/by/png8_7.png);
}
.exhibition1 .part:nth-child(odd) .nav .slick-dots {
  left: auto;
  right: 100%;
}
.exhibition1 .part:nth-child(even) .child .text {
  left: 10%;
  width: 360px;
  color: #fff;
  bottom: 20px;
  text-align: right;
  right: auto;
}
.exhibition1 .list {
  background: #f6f6f6;
}
.exhibition1 .list .tit {
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .exhibition1 .list .tit {
    font-size: 20px;
  }
}
.exhibition1 .list .tit::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #ff9521;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-right: 22px;
}
.exhibition1 .list table {
  margin-top: 25px;
  width: 100%;
  color: #707070;
}
.exhibition1 .list table thead {
  background: #ff9521;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .exhibition1 .list table thead {
    font-size: 18px;
  }
}
.exhibition1 .list table thead td {
  height: 70px;
}
.exhibition1 .list table td {
  padding: 0 5%;
}
.exhibition1 .list table tbody tr {
  background: #fff;
}
.exhibition1 .list table tbody tr:nth-child(even) {
  background: #f5e6df;
}
.exhibition1 .list table tbody td {
  height: 60px;
}
.exhibition1 .list .line2 {
  height: 100px;
  margin-bottom: -100px;
}
.exhibition2 {
  background: url(../image/by/png8_3.png) no-repeat center bottom;
}
.exhibition2 .frame {
  margin-top: 40px;
  overflow: hidden;
}
.exhibition2 .frame .slick-list {
  margin: 0 -50px;
}
.exhibition2 .frame .slick-slide {
  margin: 0 15px;
  margin-top: 50px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.exhibition2 .frame .pic {
  overflow: hidden;
}
.exhibition2 .frame img {
  width: 100%;
  height: auto;
}
.exhibition2 .frame .h {
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .exhibition2 .frame .h {
    font-size: 18px;
  }
}
.exhibition2 .frame .slick-current {
  margin-top: 0;
}
.exhibition2 .frame.is_three .slick-track {
  -webkit-transform: none !important;
  transform: none !important;
}
.exhibition2 .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.exhibition2 .nav span {
  margin: 0 15px;
}
.exhibition3 {
  background: no-repeat center center / cover;
  position: relative;
  height: 600px;
  color: #fff;
}
.exhibition3::before {
  content: "";
  background: url(../image/by/png8_4.png) no-repeat center center/auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.exhibition3 .title1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 5px;
}
body:not(.lang-en) .exhibition3 .title1 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.exhibition3 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.exhibition3 .content .d {
  width: 480px;
}
.exhibition3 .content .item {
  padding-left: 65px;
  position: relative;
  margin: 30px 0;
}
.exhibition3 .content .item .ico {
  position: absolute;
  left: 0;
  top: -10px;
}
.exhibition3 .content .item .text {
  padding-left: 30px;
}
.exhibition3 .content .item .h {
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .exhibition3 .content .item .h {
    font-size: 18px;
  }
}
.exhibition3 .content .item .h::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #ff9521;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-right: 22px;
}
.exhibition3 .content .item .p {
  padding-left: 35px;
  margin-top: 15px;
}
.exhibition4 {
  position: relative;
  height: 700px;
}
.exhibition4 .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
}
.exhibition4 .bg {
  background: url(../image/by/png8_5.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.exhibition4 .x-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.exhibition4 .head {
  height: 200px;
}
.exhibition4 .head .p {
  color: #606060;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .exhibition4 .head .p {
    font-size: 18px;
  }
}
.exhibition4 .list {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibition4 .list .item {
  padding: 50px 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.exhibition4 .list .item strong {
  font-size: 54px;
  line-height: 1.2;
  font-family: avian;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .exhibition4 .list .item strong {
    font-size: 28px;
  }
}
.exhibition4 .list .item .h {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .exhibition4 .list .item .h {
    font-size: 16px;
  }
}
.exhibition4 .list .item .h::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #ff9521;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-right: 10px;
}
.exhibition4 .list .item .p {
  max-width: 340px;
  padding-left: 22px;
  color: #707070;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.8;
}
.exhibition5 {
  height: 600px;
  position: relative;
}
.exhibition5 .pics {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.exhibition5 .pics::after {
  content: "";
  background: url(../image/by/png8_6.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.exhibition5 .pics .child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.exhibition5 .pics .child img {
  height: 100%;
  width: auto;
}
.exhibition5 .pics .child.act {
  opacity: 1;
}
.exhibition5 .head {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body:not(.lang-en) .exhibition5 .head > * {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.exhibition5 .head .p {
  margin-right: 5px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .exhibition5 .head .p {
    font-size: 18px;
  }
}
.exhibition5 .head .btn_more {
  margin-right: 15px;
}
.exhibition5 .tabs {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  text-align: center;
  margin-left: -155px;
}
@media screen and (max-width: 768px) {
  .exhibition5 .tabs {
    font-size: 18px;
  }
}
.exhibition5 .tabs .item {
  position: relative;
  padding-left: 165px;
  margin: 25px 0;
  cursor: pointer;
}
.exhibition5 .tabs .item:nth-child(2) {
  -webkit-transform: translateX(130px);
  transform: translateX(130px);
}
.exhibition5 .tabs .pic {
  display: none;
}
.exhibition5 .tabs .p {
  font-family: avian;
  color: #707070;
  padding-bottom: 10px;
}
.exhibition5 .tabs .line2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 120px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-left: 30px;
}
.exhibition5 .tabs .line2::before {
  border-top-style: solid;
}
.exhibition5 .tabs .item.now .line2 {
  opacity: 1;
  margin-left: 0;
}
.exhibition5 .tabs .item.now .p {
  background: url(../image/by/cur.png) no-repeat center bottom;
}
@media screen and (min-width: 769px) {
  .exhibition1 .part .content .btns svg a:hover polygon {
    fill: #ff9521;
  }
  .exhibition1 .part .content .btns svg a:hover .a {
    opacity: 0;
  }
  .exhibition1 .part .content .btns svg a:hover .b {
    opacity: 1;
  }
  .exhibition5 {
    margin-top: 120px;
  }
  .exhibition4 {
    margin-bottom: -120px;
  }
}
@media screen and (max-width: 1650px) {
  .exhibition1 .part .pic .child .text {
    width: 280px;
  }
}
@media screen and (max-width: 1440px) {
  .exhibition1 .part .pic .child .text {
    right: 7%;
  }
  .exhibition1 .part:nth-child(odd) .nav {
    right: -140px;
  }
  .exhibition1 .part:nth-child(even) .pic .child .text {
    left: 7%;
  }
  .exhibition1 .part:nth-child(even) .nav {
    left: -140px;
  }
}
@media screen and (max-width: 1400px) {
  .exhibition1 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .exhibition1 {
    margin-top: 0;
  }
  .exhibition1 .head {
    margin-bottom: 20px;
  }
  .exhibition1 .part {
    height: auto;
    margin-top: 0;
  }
  .exhibition1 .part .pic {
    position: relative;
    height: auto;
  }
  .exhibition1 .part .pic::after {
    display: none;
  }
  .exhibition1 .part .pic img {
    width: 100%;
    height: auto;
  }
  .exhibition1 .part .pic .child {
    height: auto;
  }
  .exhibition1 .part .links {
    display: none;
  }
  .exhibition1 .part .pic .nav {
    left: 0;
    bottom: 20px;
    right: 0;
    top: auto;
    background: none;
    width: auto;
    height: auto;
  }
  .exhibition1 .part .pic .nav .slick-dots {
    position: static;
    z-index: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .exhibition1 .part .pic .nav .slick-dots li {
    margin: 0 10px;
    padding: 0;
  }
  .exhibition1 .part .content {
    padding: 20px 0;
    display: block;
  }
  .exhibition1 .part .content .text {
    width: auto;
  }
  .exhibition1 .part .content .btns {
    margin: 20px 0 0;
    width: auto;
    height: auto;
  }
  .exhibition1 .part .content .btns svg {
    display: none;
  }
  .exhibition1 .part .content .btns .m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .exhibition1 .part .content .btns .m a {
    width: calc(33.33% - 10px);
    text-align: center;
    height: 20vw;
    line-height: 20vw;
    border-radius: 5px;
    background: #eee;
  }
  .exhibition1 .part .content .btns .m img {
    width: 40px;
  }
  .exhibition1 .list table td {
    padding: 10px 15px;
  }
  .exhibition1 .list table thead {
    font-size: 14px;
  }
  .exhibition1 .list table thead td {
    height: auto;
  }
  .exhibition1 .list table {
    font-size: 12px;
  }
  .exhibition1 .list table tbody td {
    height: auto;
    padding: 10px 15px;
  }
  .exhibition1 .list .line2 {
    display: none;
  }
  .exhibition2 .frame {
    margin-top: 20px;
  }
  .exhibition2 .frame .h {
    margin-top: 10px;
  }
  .exhibition2 .nav {
    margin-top: 15px;
  }
  .exhibition2 .frame .slick-slide {
    margin: 0 5px;
  }
  .exhibition3 {
    padding: 40px 0 20px;
    height: auto;
  }
  .exhibition3::before {
    display: none;
  }
  .exhibition3 .title1 {
    position: static;
    -webkit-transform: none;
    transform: none;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    text-align: center;
    margin: 0;
  }
  .exhibition3 .content {
    display: block;
  }
  .exhibition3 .content .d {
    width: auto;
  }
  .exhibition3 .content .item {
    padding: 0;
  }
  .exhibition3 .content .item .ico {
    display: none;
  }
  .exhibition4 {
    padding: 40px 0 0;
    height: auto;
  }
  .exhibition4 .x-wrap {
    display: block;
  }
  .exhibition4 .pic {
    display: none;
  }
  .exhibition4 .bg {
    display: none;
  }
  .exhibition4 .head {
    height: auto;
    text-align: center;
  }
  .exhibition4 .head .p {
    text-align: center;
  }
  .exhibition4 .list {
    display: block;
    height: auto;
    margin-top: 30px;
  }
  .exhibition4 .list .item {
    padding: 0;
    position: relative;
    padding-left: 50px;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
  .exhibition4 .list .item strong {
    position: absolute;
    left: 0;
    top: 0;
  }
  .exhibition4 .list .item .p {
    margin-top: 5px;
  }
  .exhibition5 {
    height: auto;
    padding-bottom: 20px;
  }
  .exhibition5 .pics {
    display: none;
  }
  .exhibition5 .head > * {
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
  }
  .exhibition5 .head {
    position: static;
    -webkit-transform: none;
    transform: none;
    display: block;
    margin-top: 15px;
    text-align: center;
  }
  .exhibition5 .head .p {
    margin-top: 10px;
    text-align: center;
  }
  .exhibition5 .head .btn_more {
    margin: 10px 0 0;
  }
  .exhibition5 .tabs {
    position: static;
    margin-left: 0;
    margin-top: 15px;
  }
  .exhibition5 .tabs .item {
    margin: 10px 0;
    padding: 0;
    text-align: left;
  }
  .exhibition5 .tabs .item:nth-child(2) {
    -webkit-transform: none;
    transform: none;
  }
  .exhibition5 .tabs .item .pic {
    display: block;
    position: static;
  }
  .exhibition5 .tabs .item .pic img {
    width: 100%;
    height: auto;
  }
  .exhibition5 .tabs .item .h {
    margin-top: 10px;
  }
  .exhibition5 .tabs .item .p {
    padding: 0;
    background: none !important;
  }
  .exhibition5 .tabs .item .line2 {
    display: none;
  }
  .exhibition1 .part .content .text .scroll-mod {
    height: auto;
  }
  .exhibition1 .part .pic .child .text {
    width: auto;
    left: 0;
    right: 0;
    padding: 0 15px;
  }
  .exhibition1 .part .pic .nav {
    bottom: 5px;
  }
  .exhibition1 .part:nth-child(even) .pic .child .text {
    left: 0;
    text-align: left;
  }
  .exhibition5 {
    margin-top: 40px;
  }
}

.exhibitors {
  padding: 90px 0 160px;
}
.exhibitors .textbox + .textbox {
  margin-top: 140px;
}
.exhibitors .h {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .exhibitors .h {
    font-size: 20px;
  }
}
.exhibitors .links {
  font-size: 0;
  margin-top: 8px;
}
.exhibitors .link {
  margin-top: 22px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% / 4);
}
.exhibitors .link a {
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: table;
}
@media screen and (max-width: 768px) {
  .exhibitors .link a {
    font-size: 16px;
  }
}
.exhibitors .link a::before {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #b5b5b5;
  border-radius: 50%;
}
.en .exhibitors .link {
  width: auto;
  min-width: 25%;
}
.en .exhibitors .link a {
  padding-left: 40px;
  padding-right: 60px;
}
@media screen and (min-width: 769px) {
  .exhibitors .link a:hover {
    color: #ff9521;
  }
  .exhibitors .link a:hover::before {
    background-color: #ff9521;
  }
}
@media screen and (max-width: 768px) {
  .exhibitors {
    padding: 50px 0;
  }
  .exhibitors .textbox + .textbox {
    margin-top: 30px;
  }
  .exhibitors .links {
    margin-top: 0;
  }
  .exhibitors .link {
    margin-top: 10px;
    width: 100%;
  }
  .exhibitors .link a {
    padding-left: 28px;
  }
  .exhibitors .link a::before {
    width: 18px;
    height: 18px;
  }
}

.food1 {
  height: 600px;
  padding-top: 268px;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.food1 .pic {
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-top: 268px;
  left: 0;
  top: 0;
  right: 0;
  height: 600px;
}
.food1 .pic::after {
  content: "";
  background: url(../image/by/png6.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.food1 .pic:before {
  content: "";
  background: url(../image/by/png6_5.png) no-repeat left center/contain;
  position: absolute;
  left: 0;
  top: 268px;
  bottom: 0;
  width: 250px;
}
.food1 .pic img {
  height: 100%;
  width: auto;
}
.food1 .x-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.food1 .text {
  width: 430px;
}
.food1 .text .h {
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .food1 .text .h {
    font-size: 26px;
  }
}
.food1 .text .p {
  margin-top: 20px;
  color: #707070;
}
.food1 .text .line1 {
  margin-top: 10px;
}
.food2 {
  height: 600px;
  margin-top: 160px;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.food2 .focus {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
}
.food2 .focus::after {
  content: "";
  background: url(../image/by/png6_3.png) no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.food2 .focus .frame {
  position: relative;
  height: 100%;
}
.food2 .focus .child {
  text-align: right;
  height: 100%;
  height: 600px;
  overflow: hidden;
}
.food2 .focus img {
  height: 100%;
  width: auto;
}
.food2 .focus .nav {
  background: url(../image/by/png6_4.png) no-repeat center center;
  width: 164px;
  height: 328px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -165px 0 0 -215px;
}
.food2 .focus .nav .slick-dots {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 50px;
}
.food2 .focus .nav .slick-dots li {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: avian;
  padding: 5px 0;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .food2 .focus .nav .slick-dots li {
    font-size: 18px;
  }
}
.food2 .focus .nav .slick-dots li.slick-active {
  opacity: 1;
}
.food2 .x-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.food2 .text {
  padding-bottom: 10px;
  position: relative;
  padding-left: 150px;
  z-index: 1;
}
.food2 .text .h {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .food2 .text .h {
    font-size: 20px;
  }
}
.food2 .text .p {
  margin-top: 10px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .food2 .text .p {
    font-size: 18px;
  }
}
.food2 .text .line1 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
  width: 130px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.food3 {
  padding: 160px 0 130px;
}
.food3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.food3 .l {
  width: 555px;
}
.food3 .l .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.food3 .r {
  width: 555px;
  padding-top: 130px;
}
.food3 .r .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.food3 .focus {
  width: 425px;
  position: relative;
}
.food3 .focus .nav {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 1;
}
.food3 .focus .nav .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px;
}
.food3 .focus .nav .slick-dots li {
  margin: 0 10px;
  font-family: avian;
  font-size: 24px;
  color: #d6af99;
}
@media screen and (max-width: 768px) {
  .food3 .focus .nav .slick-dots li {
    font-size: 18px;
  }
}
.food3 .focus .nav .slick-dots li.slick-active {
  color: #fff;
}
.food3 .focus .nav .slick-dots::before {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}
.food3 .focus .nav .slick-dots::after {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}
.food3 .focus .child img {
  width: 100%;
  height: auto;
}
.food3 .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
}
.food3 .text .h {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .food3 .text .h {
    font-size: 20px;
  }
}
body:not(.lang-en) .food3 .text .h {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.food3 .text .p {
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .food3 .text .p {
    font-size: 18px;
  }
}
body:not(.lang-en) .food3 .text .p span {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.food3 .text .line1 {
  height: 130px;
  margin-top: 30px;
}
.food3 .loadmore {
  display: none;
}
.food3 .loadmore.s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1400px) {
  .food1 {
    padding-top: 150px;
  }
  .food1 .pic {
    padding-top: 150px;
  }
  .food1 .pic::before {
    top: 210px;
  }
  .food2 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 769px) {
  .en .food2 .text {
    max-width: 400px;
  }
  .en .food3 .text .p span {
    max-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .food1 {
    padding-top: 0px;
    height: auto;
  }
  .food1 .pic {
    padding: 0;
    position: static;
    height: auto;
  }
  .food1 .pic:after {
    display: none;
  }
  .food1 .pic img {
    width: 100%;
    height: auto;
  }
  .food1 .text {
    margin-top: 20px;
  }
  .food2 {
    margin-top: 40px;
    height: auto;
  }
  .food2 .focus {
    position: relative;
    bottom: auto;
  }
  .food2 .focus::after {
    display: none;
  }
  .food2 .focus .child {
    height: auto;
  }
  .food2 .focus img {
    width: 100%;
    height: 56.2vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .food2 .focus .nav {
    background: none;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
    right: 0;
    top: auto;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
  }
  .food2 .focus .nav .slick-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
  .food2 .focus .nav .slick-dots li {
    margin: 0 10px;
  }
  .food1 .pic::before {
    display: none;
  }
  .food2 .text {
    margin-top: 15px;
  }
  .food3 .list {
    display: block;
  }
  .food3 .item {
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  }
  .food3 .focus {
    width: auto;
  }
  .food3 .text {
    display: block;
    width: auto;
    padding: 15px;
  }
  .food3 .text .h {
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
  }
  .food3 .text .p {
    display: block;
  }
  .food3 .text .p span {
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
  }
  .food3 .text .line1 {
    display: none;
  }
  .food3 .r {
    display: none;
  }
  .food3 .l {
    display: none;
  }
  .food3 {
    padding: 40px 0;
  }
}

.greenm1 {
  height: 558px;
  position: relative;
}
.greenm1 .cont {
  width: 50%;
  float: right;
  padding-top: 183px;
  padding-left: 16px;
  padding-right: 70px;
}
.greenm1 .cont .scroll-mod {
  margin-top: 17px;
  height: 110px;
}
.greenm1 .posibox {
  position: relative;
  z-index: 3;
}
.greenm1 .cont .desc .p {
  color: #707070;
}
.greenm1 .cont .line {
  width: 522px;
  position: relative;
  overflow: hidden;
  margin-top: 8px;
}
.greenm1 .cont .line::before {
  content: "";
  display: block;
  padding-top: 7.08812%;
}
.greenm1 .cont .line .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.greenm1 .cont .bgBox {
  position: absolute;
  top: 0;
  right: -345px;
  bottom: 0;
  left: -345px;
}
.greenm1 .cont .bgBox::before {
  content: "";
  width: 345px;
  height: 559px;
  background: url(../image/arr15.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.greenm1 .cont .bgBox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../image/bg9.png) no-repeat center;
  z-index: 2;
}
.greenm1 .cont .bgBox .img {
  width: 940px;
  position: relative;
  overflow: hidden;
}
.greenm1 .cont .bgBox .img::before {
  content: "";
  display: block;
  padding-top: 59.3617%;
}
.greenm1 .cont .bgBox .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.greenm2 {
  height: 920px;
  position: relative;
}
.greenm2 .list {
  padding-top: 150px;
}
.greenm2 .list .item {
  margin-bottom: 28px;
}
.greenm2 .list .item .text {
  position: relative;
  z-index: 3;
  width: 565px;
  padding-left: 38px;
}
.greenm2 .list .item .text .tit {
  font-size: 28px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .greenm2 .list .item .text .tit {
    font-size: 20px;
  }
}
.greenm2 .list .item .text .tit::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #ff9521;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 16px;
  left: -34px;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.greenm2 .list .item .text .desc {
  color: #707070;
  margin-top: 3px;
}
.greenm2 .list .item .text .desc .scroll-mod {
  height: 78px;
}
.greenm2 .list .item .img {
  width: 966px;
  height: 599px;
  position: absolute;
  top: 161px;
  right: -345px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.greenm2 .list .item .img img {
  width: 100%;
  height: auto;
  display: block;
}
.greenm2 .list::after {
  content: "";
  position: absolute;
  background: url(../image/line17.png) no-repeat center;
  width: 138px;
  height: 33px;
  z-index: 3;
  top: 442px;
  left: 492px;
}
.greenm2 .list .item.cur .img {
  opacity: 1;
}
.greenm2 .list .item.cur .tit {
  color: #ff9521;
}
.greenm2 .list .item.cur .tit::before {
  opacity: 1;
}
.greenm2 .list .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -345px;
  bottom: 0;
  left: -345px;
  background: url(../image/bg10.png) no-repeat center;
  z-index: 2;
}
.greenm2 .list .item.it1 {
  margin-left: 181px;
}
.greenm2 .list .item.it4 {
  margin-left: 181px;
}
.greenm2 .list .item.it4 .text {
  width: 615px;
}
.greenm2 .imgBox {
  width: 966px;
  height: 599px;
  position: absolute;
  top: 143px;
  right: -345px;
}
.greenm2 .imgBox img {
  width: 100%;
  height: auto;
}
.greenm2 .imgBox .slick-nav {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.greenm2 .imgBox .slick-nav .slick-next {
  margin-left: 30px;
}
.greenm3 {
  height: 600px;
  position: relative;
}
.greenm3 .title1 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.greenm3 .cont::before {
  content: "";
  background: url(../image/line18.png) no-repeat center;
  width: 164px;
  height: 33px;
  position: absolute;
  top: 283px;
  left: 708px;
  z-index: 3;
}
.greenm3 .cont .list {
  padding-top: 137px;
}
.greenm3 .cont .list .item {
  margin-bottom: 108px;
}
.greenm3 .cont .list .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -345px;
  bottom: 0;
  left: -345px;
  background: url(../image/bg11.png) no-repeat center;
  z-index: 2;
}
.greenm3 .cont .list .item .img {
  width: 1080px;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -345px;
  bottom: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.greenm3 .cont .list .item .img::before {
  content: "";
  display: block;
  padding-top: 55.55556%;
}
.greenm3 .cont .list .item .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.greenm3 .cont .list .item .img::after {
  content: "";
  position: absolute;
  top: -160px;
  bottom: -140px;
  left: 462px;
  border-left: 1px solid #cfd0d1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.greenm3 .cont .list .item .tit {
  position: relative;
  z-index: 3;
  width: 380px;
  font-size: 22px;
  padding-left: 38px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: 719px;
}
@media screen and (max-width: 768px) {
  .greenm3 .cont .list .item .tit {
    font-size: 18px;
  }
}
.greenm3 .cont .list .item .tit::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #ff9521;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 11px;
  left: 0;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.greenm3 .cont .list .item .scroll-mod {
  width: 510px;
  position: absolute;
  left: 43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  color: #fff;
  height: 128px;
  opacity: 0;
  visibility: hidden;
}
body:not(.en) .greenm3 .cont .list .item .scroll-mod {
  text-align: justify;
  text-justify: inter-ideograph;
}
.greenm3 .cont .list .item.cur .img {
  opacity: 1;
}
.greenm3 .cont .list .item.cur .tit {
  color: #ff9521;
}
.greenm3 .cont .list .item.cur .tit::before {
  opacity: 1;
}
.greenm3 .cont .list .item.cur .scroll-mod {
  opacity: 1;
  visibility: visible;
}
.greenm3 .cont .list .item.it2 .tit {
  margin-left: 902px;
}
.greenm4 {
  padding: 152px 0 109px;
  background: url(../image/bg7.jpg) no-repeat top center;
}
.greenm4 .title1 {
  text-align: center;
}
.greenm4 .desc {
  color: #707070;
  margin-top: 20px;
}
.greenm4 .list {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.greenm4 .list .item {
  width: 595px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.greenm4 .list .item::before {
  content: "";
  display: block;
  padding-top: 75.12605%;
}
.greenm4 .list .item .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.greenm5 {
  background: url(../image/bg8.jpg) no-repeat top center/cover;
  padding: 228px 0 124px;
  position: relative;
}
.greenm5 .list {
  padding: 0 10px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.greenm5 .list .item {
  cursor: pointer;
  width: 303px;
}
.greenm5 .list .item .line {
  margin: 0 auto;
  width: 36px;
  position: relative;
  overflow: hidden;
}
.greenm5 .list .item .line::before {
  content: "";
  display: block;
  padding-top: 366.66667%;
}
.greenm5 .list .item .line .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.greenm5 .list .item .icon {
  width: 79px;
  height: 81px;
  position: relative;
  margin: 12px auto 0;
}
.greenm5 .list .item .ico {
  position: relative;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.greenm5 .list .item .ico::before {
  content: "";
  display: block;
  padding-top: 102.53165%;
}
.greenm5 .list .item .ico .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.greenm5 .list .item .ico2 {
  opacity: 0;
}
.greenm5 .list .item .tit {
  font-size: 28px;
  text-align: center;
  margin-top: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .greenm5 .list .item .tit {
    font-size: 20px;
  }
}
.greenm5 .list .item .desc {
  text-align: center;
  color: #707070;
  margin-top: 4px;
}
.greenm5 .list .item .moreBox {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 18px;
}
.greenm5 .list .item.cur .ico1 {
  opacity: 0;
}
.greenm5 .list .item.cur .ico2 {
  opacity: 1;
}
.greenm5 .list .item.cur .tit {
  color: #ff9521;
}
.greenm5 .pop-mod {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
}
.greenm5 .pop-mod .pop-dialog {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 50px;
}
.greenm5 .pop-mod.x-show .pop-panel {
  overflow: hidden;
}
.greenm5 .pop-mod .tit {
  font-size: 28px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .greenm5 .pop-mod .tit {
    font-size: 20px;
  }
}
.greenm5 .pop-mod .desc {
  color: #fff;
}
.greenm5 .pop-mod .desc .p {
  margin-bottom: 27px;
}
.greenm5 .pop-mod .scroll-mod {
  height: 296px;
  margin-top: 20px;
}
.greenm5 .scroll-mod.scroll-axis-y {
  padding-right: 70px;
}
.greenm5 .scroll-bar-y {
  width: 6px;
  background-color: #ff9521;
}
.greenm5 .scroll-track-y {
  background-color: #fff;
  border-radius: 3px;
}
.greenm5 .pop-mod .pop-close {
  width: 29px;
  height: 29px;
  top: 120px;
  right: 12px;
  background: url(../image/clo.png) no-repeat center;
  background-size: cover;
}
.greenm5 .list .item .moreBox .add_more {
  border-color: #707070;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.greenm5 .list .item .moreBox .add_more .iconfont {
  color: #707070;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.en .greenm5 .list .item .desc {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .greenm5 .list .item:hover .moreBox .add_more {
    border-color: #ff9521;
  }
  .greenm5 .list .item:hover .moreBox .add_more .iconfont {
    color: #ff9521;
  }
  .greenm5 .list .item:hover .ico1 {
    opacity: 0;
  }
  .greenm5 .list .item:hover .ico2 {
    opacity: 1;
  }
  .greenm5 .list .item:hover .tit {
    color: #ff9521;
  }
  .en .greenm3 .title1 {
    height: 400px;
  }
  .en .greenm3 .cont::before {
    width: 95px;
    background-position: left center;
  }
  .en .greenm3 .cont .list .item.it2 .tit {
    margin-left: 840px;
  }
}
@media screen and (max-width: 1440px) {
  .greenm2 .imgBox .slick-nav {
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .greenm1 {
    height: auto;
    padding: 25px 0;
  }
  .greenm1 .cont {
    width: auto;
    float: none;
    padding: 0;
  }
  .greenm1 .posibox .title1 {
    text-align: center;
  }
  .greenm1 .cont .scroll-mod {
    height: auto;
    margin-top: 30px;
  }
  .greenm1 .cont .line {
    display: none;
  }
  .greenm1 .cont .bgBox {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 30px;
  }
  .greenm1 .cont .bgBox::before,
  .greenm1 .cont .bgBox::after {
    display: none;
  }
  .greenm1 .cont .bgBox .img {
    width: auto;
  }
  .greenm2 {
    height: auto;
    padding: 25px 0 0;
  }
  .greenm2 .list {
    padding: 0;
    margin-top: 25px;
  }
  .greenm2 .list .item {
    margin-bottom: 25px;
  }
  .greenm2 .list .item.it1,
  .greenm2 .list .item.it4 {
    margin-left: 0;
  }
  .greenm2 .list .item::before {
    display: none;
  }
  .greenm2 .list .item .img {
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    opacity: 1;
  }
  .greenm2 .list .item .text {
    width: auto;
    padding-left: 0;
    padding: 0;
  }
  .greenm2 .list .item .text .tit::before {
    display: none;
  }
  .greenm2 .list .item.cur .tit {
    color: #333;
  }
  .greenm2 .list .item.it4 .text {
    width: auto;
  }
  .greenm3 {
    height: auto;
    padding: 25px 0 0;
  }
  .greenm3 .title1 {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    text-align: center;
  }
  .greenm3 .cont::before {
    display: none;
  }
  .greenm3 .cont .list {
    padding: 0;
    margin-top: 30px;
  }
  .greenm3 .cont .list .item {
    margin-bottom: 25px;
  }
  .greenm3 .cont .list .item::before {
    display: none;
  }
  .greenm3 .cont .list .item .img {
    position: relative;
    left: auto;
    width: auto;
    opacity: 1;
  }
  .greenm3 .cont .list .item .img::after {
    display: none;
  }
  .greenm3 .cont .list .item .tit {
    width: auto;
    margin-left: 0;
    padding: 0 15px;
    margin-top: 15px;
  }
  .greenm3 .cont .list .item.cur .tit {
    color: #333;
  }
  .greenm3 .cont .list .item .tit::before {
    display: none;
  }
  .greenm3 .cont .list .item .scroll-mod {
    width: auto;
    margin-top: 10px;
    color: #333;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    height: auto;
    padding: 0 15px;
  }
  .greenm3 .cont .list .item.it2 .tit {
    margin-left: 0;
  }
  .greenm4 {
    padding: 25px 0;
  }
  body:not(.en) .greenm4 .desc {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .greenm4 .list {
    margin-top: 30px;
    display: block;
  }
  .greenm4 .list .item {
    width: auto;
  }
  .greenm5 {
    padding: 25px 0;
    background-image: none;
  }
  .greenm5 .list {
    padding: 0;
    display: block;
  }
  .greenm5 .list .item {
    width: auto;
    margin-bottom: 30px;
  }
  .greenm5 .list .item .icon {
    width: 68px;
    height: 70px;
    margin: 0 auto;
  }
  .greenm5 .list .item .moreBox {
    margin: 20px 0 0;
  }
  .greenm5 .list .item .line {
    display: none;
  }
  .greenm5 .pop-mod {
    position: fixed;
  }
  .x-footer.zidx {
    z-index: 0;
  }
  .greenm5 .pop-mod.x-show .pop-panel {
    padding: 0;
  }
  .greenm5 .pop-mod .pop-close {
    top: 30px;
    width: 20px;
    height: 20px;
  }
  .greenm5 .pop-mod .pop-dialog {
    padding-top: 0;
  }
  .greenm5 .scroll-mod.scroll-axis-y {
    padding-right: 20px;
  }
  .greenm5 .pop-mod .scroll-mod {
    height: 60vh;
  }
  .topping-mod.none {
    display: none;
  }
  .greenm5 .list .item .moreBox .add_more {
    border-color: #ff9521;
  }
  .greenm5 .list .item .moreBox .add_more .iconfont {
    color: #ff9521;
  }
  .greenm3 .cont .list .item .scroll-mod {
    opacity: 1;
    visibility: visible;
  }
  .greenm3 .kf_wh {
    width: auto !important;
    min-height: auto !important;
  }
  .greenm2 .imgBox {
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
  }
  .greenm2 .imgBox .slick-nav {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 15px;
  }
  .greenm2 .list .item .text .desc .scroll-mod {
    height: auto;
  }
}

.group1 {
  position: relative;
  padding-top: 160px;
  overflow: hidden;
}
.group1::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -1585px;
  width: 3000px;
  height: 730px;
  background-color: #f6f6f6;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.group1 .mt {
  text-align: center;
}
.group1 .mt .icon {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 131px;
}
.group1 .mt .icon::before {
  content: "";
  display: block;
  padding-top: 59.54198%;
}
.group1 .mt .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.group1 .mt .t {
  display: inline-block;
  position: relative;
  margin-top: 18px;
  padding: 0 100px;
  font-size: 22px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .group1 .mt .t {
    font-size: 18px;
  }
}
.group1 .mt .t::before,
.group1 .mt .t::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  background-color: #ff9521;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.group1 .mt .t::before {
  left: 5px;
}
.group1 .mt .t::after {
  right: 5px;
}
.group1 .mt .s {
  position: relative;
  padding: 0 20px;
}
.group1 .mt .s::before,
.group1 .mt .s::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 95px;
  border-top: 1px dashed #ff9521;
}
.group1 .mt .s::before {
  right: 100%;
}
.group1 .mt .s::after {
  left: 100%;
}
.group1 .st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.group1 .st .t1 {
  width: 1em;
  font-size: 40px;
  line-height: 1.2;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .group1 .st .t1 {
    font-size: 26px;
  }
}
.group1 .st .t2 {
  margin-right: 20px;
  width: 1em;
  font-size: 22px;
  line-height: 1;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .group1 .st .t2 {
    font-size: 18px;
  }
}
.group1 .tab-mod {
  position: relative;
  margin-top: 44px;
}
.group1 .tab-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.group1 .tab-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 28px;
}
.group1 .tab-term::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ff9521;
}
.group1 .tab-term + .tab-term {
  margin-top: 60px;
}
.group1 .tab-term .t {
  font-size: 20px;
  width: 310px;
}
@media screen and (max-width: 768px) {
  .group1 .tab-term .t {
    font-size: 18px;
  }
}
.group1 .tracker-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.group1 .tab-term.c0 {
  margin-left: 105px;
}
.group1 .tab-cont {
  position: relative;
  right: -5px;
  width: 50%;
  height: 600px;
  z-index: 1;
}
.group1 .tab-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.group1 .tab-item.act {
  position: relative;
}
.group1 .slick-mod {
  float: right;
  width: 965px;
  z-index: 1;
}
.group1 .slick-item {
  overflow: hidden;
}
.group1 .slick-item .img {
  position: relative;
  overflow: hidden;
}
.group1 .slick-item .img::before {
  content: "";
  display: block;
  padding-top: 62.17617%;
}
.group1 .slick-item .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.group1 .slick-item .img .i {
  visibility: hidden;
}
.group1 .slick-item .mask {
  display: none;
}
.group1 .slick-item .svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.group1 .slick-nav {
  position: absolute;
  right: 0;
  top: 50%;
  width: 165px;
  height: 330px;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.group1 .slick-nav::before,
.group1 .slick-nav::after {
  content: "";
  position: absolute;
  top: 50%;
}
.group1 .slick-nav::before {
  right: 41%;
  width: 200%;
  padding-top: 200%;
  background-color: rgba(255, 149, 33, 0.55);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.group1 .slick-nav::after {
  right: 0;
  width: 50%;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.group1 .slick-dots {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.group1 .slick-dot {
  padding: 0 5px;
  font-family: avian;
  font-size: 24px;
  color: #ffd0b8;
}
@media screen and (max-width: 768px) {
  .group1 .slick-dot {
    font-size: 18px;
  }
}
.group1 .slick-dot + .slick-dot {
  margin-top: 22px;
}
.group1 .slick-dot.slick-active {
  color: #fff;
}
.group2 {
  padding: 115px 0 150px;
  background: url(../image/xf/img12.jpg) center no-repeat;
}
.group2 .tit {
  position: relative;
  padding-bottom: 100px;
  text-align: center;
}
.group2 .tit::before,
.group2 .tit::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
}
.group2 .tit::before {
  height: 85px;
  border-left: 1px dashed #ff9521;
}
.group2 .tit::after {
  width: 16px;
  height: 16px;
  background-color: #ff9521;
  outline: 4px solid rgba(255, 149, 33, 0.2);
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.group2 .tit .t {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .group2 .tit .t {
    font-size: 26px;
  }
}
.group2 .tit .p {
  margin-top: 20px;
  padding: 0 40px;
  color: #707070;
  line-height: 1.625;
  text-align: center;
}
.group2 .img {
  position: relative;
  overflow: hidden;
  margin: auto;
  margin-top: 25px;
  width: 487px;
  outline: 5px solid #dacbcb;
}
.group2 .img::before {
  content: "";
  display: block;
  padding-top: 59.75359%;
}
.group2 .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.group2 .tip {
  margin-top: 27px;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .group2 .tip {
    font-size: 20px;
  }
}
.group3 {
  margin-top: 158px;
}
.group3 .tit {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1em;
  font-size: 40px;
  line-height: 1.2;
  line-height: 1;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .group3 .tit {
    font-size: 26px;
  }
}
.group3 .tab-bar {
  position: absolute;
  left: 110px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.group3 .tab-term {
  position: relative;
  padding-left: 125px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .group3 .tab-term {
    font-size: 18px;
  }
}
.group3 .tab-term::before,
.group3 .tab-term::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0.3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.group3 .tab-term::before {
  width: 88px;
  border-top: 1px solid #ff9521;
}
.group3 .tab-term::after {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ff9521;
}
.group3 .tab-term + .tab-term {
  margin-top: 15px;
}
.group3 .tab-term.cur::before,
.group3 .tab-term.cur::after {
  opacity: 1;
}
.group3 .tab-term.c1 {
  margin-left: 50px;
}
.group3 .tab-term.c2 {
  margin-left: 100px;
}
.group3 .tab-term.c3 {
  margin-left: 150px;
}
.group3 .tab-term.c4 {
  margin-left: 200px;
}
.group3 .tab-cont {
  position: relative;
  margin-left: 50%;
  z-index: 1;
}
.group3 .tab-cont::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1920px;
  background: url(../image/xf/png6.png) center no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.group3 .tab-item {
  display: none;
  margin-left: -168px;
}
.group3 .tab-item.act {
  display: block;
}
.group3 .tab-item .img {
  position: relative;
  overflow: hidden;
  width: 1128px;
}
.group3 .tab-item .img::before {
  content: "";
  display: block;
  padding-top: 53.19149%;
}
.group3 .tab-item .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.group4 {
  margin-top: 158px;
}
.group4 .tab-mod .tab-cont::after {
  background-image: url(../image/xf/png7.png);
}
.group5 {
  background-image: url(../image/xf/img27.jpg);
}
.group6 .cont {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 15px;
  padding-bottom: 50px;
  width: 440px;
  background: url(../image/xf/png9.png) center bottom no-repeat;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.group6 .cont .t {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .group6 .cont .t {
    font-size: 26px;
  }
}
.group6 .cont .p {
  margin-top: 20px;
  color: #707070;
  line-height: 1.625;
}
.group6 .box {
  position: relative;
  margin-left: 50%;
  z-index: 1;
}
.group6 .box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1920px;
  background: url(../image/xf/png10.png) center no-repeat;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.group6 .box .img {
  position: relative;
  overflow: hidden;
  margin-left: -138px;
  width: 1097px;
}
.group6 .box .img::before {
  content: "";
  display: block;
  padding-top: 54.69462%;
}
.group6 .box .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.group6 .box .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-left: -138px;
  width: 85px;
  height: 170px;
  background-color: #ff9521;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.group6 .box .more .s {
  display: block;
  margin-left: 20px;
  width: 1em;
  line-height: 1;
}
.group7 {
  padding: 160px 0;
  background: url(../image/xf/img19.jpg) top center no-repeat;
  background-size: cover;
}
.group7 .tit {
  text-align: center;
}
.group7 .tit .t {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .group7 .tit .t {
    font-size: 20px;
  }
}
.group7 .tit .p {
  margin-top: 18px;
  color: #707070;
  text-align: center;
}
.group7 .slick-mod {
  margin-top: 40px;
}
.group7 .slick-item .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.group7 .slick-item .li {
  width: 33.333%;
}
.group7 .slick-item .li + .li {
  margin-left: 15px;
}
.group7 .slick-item .li:nth-child(odd) {
  padding-top: 90px;
}
.group7 .slick-item .img {
  position: relative;
  overflow: hidden;
}
.group7 .slick-item .img::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.group7 .slick-item .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.group7 .slick-item .p {
  padding: 27px;
  font-size: 22px;
  line-height: 1.1818;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .group7 .slick-item .p {
    font-size: 18px;
  }
}
.group7 .slick-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.group7 .slick-arrow {
  margin: 0 11px;
  width: 59px;
  height: 44px;
  background: url(../image/xf/png11.png) center bottom no-repeat;
  background-size: 100%;
}
.group7 .slick-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 769px) {
  .group7 .slick-arrow:hover {
    background-position: center top;
  }
  .group1 .tab-term:hover {
    color: #ea5514;
  }
}
@media screen and (max-width: 768px) {
  .group1 {
    padding-top: 50px;
  }
  .group1::before {
    display: none;
  }
  .group1 .mt .icon {
    width: 100px;
  }
  .group1 .mt .t {
    padding: 0 50px;
  }
  .group1 .tab-mod {
    margin-top: 20px;
  }
  .group1 .st {
    display: block;
    position: static;
    width: 100%;
    text-align: center;
    -webkit-transform: none;
    transform: none;
  }
  .group1 .st .t1,
  .group1 .st .t2 {
    width: 100%;
    line-height: normal;
  }
  .group1 .st .t2 {
    margin-right: 0;
    margin-top: 10px;
  }
  .group1 .tracker-track {
    display: table;
    white-space: nowrap;
  }
  .group1 .tab-bar {
    display: block;
    position: static;
    margin-top: 20px;
    margin-left: 0;
    -webkit-transform: none;
    transform: none;
  }
  .group1 .tab-term:nth-child(n) {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
    padding: 10px;
  }
  .group1 .tab-term:nth-child(n)::before,
  .group1 .tab-term:nth-child(n)::after {
    display: none;
  }
  .group1 .tab-term .t {
    width: auto;
  }
  .group1 .tab-cont {
    float: none;
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .group1 .slick-mod {
    float: none;
    width: 100%;
  }
  .group1 .slick-item .img .i {
    visibility: visible;
  }
  .group1 .slick-item .mask {
    display: block;
  }
  .group1 .slick-item .svg {
    visibility: hidden;
  }
  .group1 .slick-item .t {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    width: auto;
  }
  .group1 .slick-nav {
    position: static;
    width: auto;
    height: auto;
    -webkit-transform: none;
    transform: none;
  }
  .group1 .slick-nav::before,
  .group1 .slick-nav::after {
    display: none;
  }
  .group1 .slick-dots {
    position: static;
    background-color: #ff9521;
    text-align: center;
    -webkit-transform: none;
    transform: none;
  }
  .group1 .slick-dot:nth-child(n) {
    display: inline-block;
    margin-top: 0;
    font-size: 14px;
  }
  .group2 {
    padding: 50px 0;
  }
  .group2 .tit .p {
    padding: 0;
  }
  .group2 .img {
    width: 100%;
  }
  .group3 .tit {
    position: static;
    width: 100%;
    text-align: center;
    line-height: normal;
    -webkit-transform: none;
    transform: none;
  }
  .group3 .tab-bar {
    position: static;
    margin-top: 10px;
    -webkit-transform: none;
    transform: none;
  }
  .group3 .tab-term:nth-child(n) {
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    padding: 10px;
  }
  .group3 .tab-term:nth-child(n)::before,
  .group3 .tab-term:nth-child(n)::after {
    display: none;
  }
  .group3 .tab-cont {
    margin-left: 0;
  }
  .group3 .tab-cont::after {
    display: none;
  }
  .group3 .tab-item {
    margin-left: 0;
  }
  .group3 .tab-item .img {
    width: 100%;
  }
  .group3 .tracker-track {
    display: table;
    white-space: nowrap;
  }
  .group4 {
    margin-top: 50px;
  }
  .group6 .cont {
    position: static;
    padding: 50px 0;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
  .group6 .box {
    margin-left: 0;
    margin-top: 20px;
  }
  .group6 .box .img {
    margin-left: 0;
    width: 100%;
  }
  .group6 .box .more {
    margin-left: 0;
    padding: 10px;
    width: auto;
    height: auto;
  }
  .group6 .box .more .s {
    margin-left: 0;
  }
  .group7 {
    padding: 50px 0;
  }
  .group7 .slick-item .ul {
    display: block;
  }
  .group7 .slick-item .li:nth-child(n) {
    margin-left: 0;
    padding-top: 0;
    width: 100%;
  }
  .group6 .cont {
    background: url(../../image/xf/png9.png) right bottom no-repeat;
  }
  .group3 {
    margin-top: 50px;
  }
}

.rightNav {
  width: 136px;
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 10;
  background: url(../images/menu.png);
  min-height: 47%;
  padding: 2.3% 0 2.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rightNav .item a {
  display: block;
  padding: 0 10px 0;
}
.rightNav .item {
  margin-top: 0%;
}
.rightNav .item + .item {
  margin-top: 0%;
}
.rightNav .item .icon {
  width: 43px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.rightNav .item .icon::before {
  content: "";
  display: block;
  padding-top: 125.5814%;
}
.rightNav .item .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.rightNav .item .txt {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.arr_more {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
  height: 85px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-image: url(../images/arr2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tracker-mod1 .tracker-prev {
  cursor: pointer;
}
.tracker-mod1 .tracker-next {
  cursor: pointer;
}
.tracker-mod1 .tracker-box {
  overflow: hidden;
}
.tracker-mod1 .tracker-track {
  min-width: 100%;
  min-height: 100%;
}
.tracker-mod1 .tracker-item {
  cursor: pointer;
}
.tracker-mod1 .tracker-item.cur {
  color: #ff9521;
}
.tracker-mod1.dir-hor .tracker-prev {
  float: left;
}
.tracker-mod1.dir-hor .tracker-next {
  float: right;
}
.tracker-mod1.dir-hor .tracker-box {
  text-align: center;
}
.tracker-mod1.dir-hor .tracker-track {
  display: table;
  white-space: nowrap;
  font-size: 0;
}
.tracker-mod1.dir-hor .tracker-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.tracker-mod1.dir-ver .tracker-box {
  height: 300px;
}
.tracker-mod1.dir-ver .tracker-item {
  margin: 10px 0;
}
.home1 {
  width: 100%;
  position: relative;
  z-index: 9;
}
.home1 .slick-mod .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home1 .slick-mod .img::before {
  content: "";
  display: block;
  padding-top: 51.30208%;
}
.home1 .slick-mod .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.home1 .slick-mod .img img {
  height: 100%;
}
.home1 .slick-mod .img .video-mod {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}
.home1 .slick-mod .img video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}
.home1 .slick-mod .img a {
  display: block;
}
.home1 .slick-mod .img .i {
  height: 100%;
}
.home1 .slick-mod .img .cont {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home1 .slick-mod .slick-slide {
  opacity: 1 !important;
  background-color: #fff;
}
.home1 .cont .text {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-top: -76px;
}
.home1 .cont .text .t1 {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .home1 .cont .text .t1 {
    font-size: 26px;
  }
}
.home1 .cont .text .t2 {
  font-size: 80px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .home1 .cont .text .t2 {
    font-size: 28px;
  }
}
.home1 .cont .text .t3 {
  font-size: 20px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .home1 .cont .text .t3 {
    font-size: 18px;
  }
}
.home1 .cont .text .t4 {
  margin: 42px auto 0;
  width: 666px;
  display: none;
}
.home1 .cont .text .t4 img {
  width: 100%;
  height: auto;
  display: block;
}
.home1 .slick-dots {
  position: absolute;
  right: 61px;
  bottom: 19.28%;
}
.home1 .slick-dot {
  width: 13px;
  height: 13px;
  background-color: #fff;
  margin: 18px 0;
  border-radius: 50%;
}
.home1 .slick-dot.slick-active {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
.home1 .slick-dot.slick-active::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.home1 .slick-news {
  width: 767px;
  position: absolute;
  right: 0;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home1 .slick-news .icon {
  width: 29px;
  position: relative;
  overflow: hidden;
}
.home1 .slick-news .icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home1 .slick-news .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.home1 .slick-news .slick-new {
  width: 715px;
}
.home1 .slick-news .slick-txt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #fff;
}
.home1 .slick-news .slick-txt .t1 {
  font-size: 18px;
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home1 .slick-news .slick-txt .t1 {
    font-size: 16px;
  }
}
.home1 .slick-news .slick-txt .t2 {
  font-size: 18px;
  font-family: "avian";
  margin-left: 50px;
  max-width: 210px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home1 .slick-news .slick-txt .t2 {
    font-size: 16px;
  }
}
.home2 {
  position: relative;
  z-index: 10;
  padding: 173px 0 0;
}
.home2 .x-wrap {
  position: static;
}
.home2 .bgBox {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/bg1.png);
}
.home2 .bgBox .x-wrap {
  position: relative;
}
.home2 .bgBox i {
  position: absolute;
  left: -76px;
  bottom: 1150px;
  height: 1px;
  background-color: #e8e8e8;
  width: 2000px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 99;
}
.home2 .title1 {
  text-align: center;
  position: relative;
  z-index: 9;
}
.home2 .cont {
  height: 934px;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home2 .cont .leftBox {
  width: 355px;
  height: 100%;
}
.home2 .cont .leftBox .click {
  position: relative;
}
.home2 .cont .leftBox .click::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 112px;
  height: 4px;
  background-color: #ff9521;
  border-radius: 2px;
  bottom: -12px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home2 .cont .leftBox .click .icon {
  width: 72px;
  height: 70px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.home2 .cont .leftBox .click .icon .ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home2 .cont .leftBox .click .icon .ico img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home2 .cont .leftBox .click .icon .ico2 {
  opacity: 0;
}
.home2 .cont .leftBox .bgBox {
  z-index: 2;
  pointer-events: none;
}
.home2 .cont .leftBox .cur .click .icon .ico2 {
  opacity: 1;
}
.home2 .cont .leftBox .cur .click .icon .ico1 {
  opacity: 0;
}
.home2 .cont .leftBox .cur .click::after {
  opacity: 1;
}
.home2 .cont .leftBox .click .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  margin-top: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .home2 .cont .leftBox .click .txt {
    font-size: 18px;
  }
}
.home2 .cont .leftBox .cur .click .txt {
  color: #333333;
}
.home2 .cont .leftBox .click .txt .p {
  margin: 0 4px;
}
.home2 .cont .leftBox .tracker-mod1 {
  height: 100%;
  position: relative;
  z-index: 2;
}
.home2 .tracker-mod1 .tracker-box {
  height: 100%;
  overflow: visible;
}
.home2 .tracker-mod1 .tracker-track {
  height: 100%;
  position: relative;
}
.home2 .tracker-mod1 .tracker-item {
  position: absolute;
  width: 176px;
}
.home2 .tracker-mod1 .tracker-item.tr1 {
  right: 12px;
  top: 176px;
}
.home2 .tracker-mod1 .tracker-item.tr2 {
  top: 440px;
  left: -65px;
}
.home2 .tracker-mod1 .tracker-item.tr3 {
  right: 0;
  top: 700px;
}
.home2 .tracker-mod1 .tracker-item.cur::before {
  content: "";
  width: 164px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/line1.png) no-repeat right center;
  z-index: 99;
}
.home2 .tracker-mod1 .tracker-item.cur.tr1::before {
  top: 30px;
  right: -158px;
}
.home2 .tracker-mod1 .tracker-item.cur.tr2::before {
  top: 36px;
  right: -120px;
}
.home2 .tracker-mod1 .tracker-item.cur.tr3::before {
  top: 40px;
  right: -138px;
}
.home2 .cont .rightBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.home2 .cont .rightBox .tabCont {
  position: absolute;
  top: 0;
  right: -345px;
  width: 1361px;
}
.home2 .cont .rightBox .tabCont .tab-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.home2 .cont .rightBox .tabCont .tab-cont.act {
  position: relative;
  opacity: 1;
}
.home2 .cont .rightBox .tabCont .tab-cont .slick-mod .img {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home2 .cont .rightBox .tabCont .tab-cont .slick-mod .img::before {
  content: "";
  display: block;
  padding-top: 68.62601%;
}
.home2 .cont .rightBox .tabCont .tab-cont .slick-mod .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.home2 .cont .rightBox .tabCont .tab-cont .slick-nav {
  width: 498px;
  height: 934px;
  background-image: url(../images/arr1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.home2 .cont .rightBox .line {
  width: 164px;
  height: 33px;
  background-image: url(../images/line1.png);
  background-size: 164px auto;
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  left: -287px;
  z-index: 99;
  top: 475px;
}
.home2 .slick-dots {
  position: absolute;
  left: 172px;
  color: #fff;
  font-size: 24px;
  font-family: "avian";
  top: 388px;
  height: 204px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .home2 .slick-dots {
    font-size: 18px;
  }
}
.home2 .slick-dots .slick-dot {
  padding: 15px 0;
  color: #ffd0b8;
}
.home2 .slick-dots .slick-dot.slick-active {
  color: #fff;
}
.home2 .slick-dots .slick-dot span {
  position: relative;
  text-shadow: 0 0px 10px rgba(0, 0, 0, 0.76);
}
.home2 .slick-dots .slick-dot span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -999px;
  left: calc(100% + 11px);
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  margin-top: -1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home2 .slick-dots .slick-dot.slick-active span::before {
  opacity: 1;
  visibility: visible;
}
.home2 .moreBox {
  position: absolute;
  top: 0;
  left: 174px;
  z-index: 99;
}
.home2 .slick-item {
  position: relative;
}
.home2 .rightBox .tabCont .tab-cont .slick-mod .text {
  position: absolute;
  bottom: 49px;
  left: 428px;
  color: #fff;
  z-index: 99;
}
.home2 .rightBox .tabCont .tab-cont .slick-mod .text .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home2 .rightBox .tabCont .tab-cont .slick-mod .text .t1 {
  width: 380px;
}
.home2 .rightBox .tabCont .tab-cont .slick-mod .text .t1 .t1Tit {
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .home2 .rightBox .tabCont .tab-cont .slick-mod .text .t1 .t1Tit {
    font-size: 22px;
  }
}
.home2 .rightBox .tabCont .tab-cont .slick-mod .text .t1 .t1Tit .t {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px;
}
.home2 .rightBox .tabCont .tab-cont .slick-mod .text .t1 .t1Desc {
  font-size: 18px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .home2 .rightBox .tabCont .tab-cont .slick-mod .text .t1 .t1Desc {
    font-size: 16px;
  }
}
.home2 .rightBox .tabCont .tab-cont .slick-mod .text .add_more {
  border-color: #fff;
}
.home2 .rightBox .tabCont .tab-cont .slick-mod .text .add_more .iconfont {
  color: #fff;
}
.home3 {
  height: 1036px;
  position: relative;
  padding: 30px 0 51px;
}
.home3 .container1 {
  height: 100%;
  position: relative;
}
.home3 .container1 b {
  display: block;
  position: absolute;
  z-index: 9;
}
.home3 .container1 .i1 {
  width: 4px;
  border-radius: 2px;
  background-image: none !important;
  background-color: #ff9521;
  height: 159px;
  left: 0;
  bottom: 196px;
}
.home3 .container1 .i2 {
  width: 4px;
  border-radius: 2px;
  background-image: none !important;
  background-color: #ff9521;
  height: 104px;
  top: 137px;
  left: calc(33.33% - 1px);
}
.home3 .container1 .i3 {
  width: 4px;
  border-radius: 2px;
  background-image: none !important;
  background-color: #ff9521;
  height: 171px;
  bottom: 22px;
  left: calc(33.33% - 5px);
}
.home3 .container1 .i4 {
  width: 4px;
  border-radius: 2px;
  background-image: none !important;
  background-color: #ff9521;
  height: 159px;
  top: 380px;
  left: calc(66.66% - 5px);
}
.home3 .container1 .i5 {
  width: 4px;
  border-radius: 2px;
  background-image: none !important;
  background-color: #ff9521;
  height: 104px;
  bottom: 130px;
  right: 0;
}
.home3 .list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.home3 .list .item {
  width: 33.33%;
  height: 100%;
  border-right: 1px solid #dcdcdc;
  overflow: hidden;
}
.home3 .list .item:last-of-type {
  border-right: 0;
}
.home3 .list .item .flexBox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.home3 .list .item .padd {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home3 .list .item .padd .btn_more {
  margin-left: 15px;
  background-color: #ff9521;
}
.home3 .list .item .top {
  height: 50%;
}
.home3 .list .item .bot {
  height: 50%;
  border-top: 1px solid #dcdcdc;
}
.home3 .list .item .cont .t1 {
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home3 .list .item .cont .t1 {
    font-size: 18px;
  }
}
.home3 .list .item .cont .t2 {
  text-align: center;
  margin-top: 35px;
}
.home3 .list .item i {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: -220px;
  width: 1px;
  background-color: #dcdcdc;
}
.home4 {
  height: 985px;
  position: relative;
}
.home4 .x-wrap {
  position: static;
}
.home4 .bgBox {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/bg2.png);
}
.home4 .bgBox .x-wrap {
  position: relative;
}
.home4 .bgBox i {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  background-color: #e8e8e8;
  width: 1000px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 99;
  top: 845px;
  right: -640px;
}
.home4 .flexDiv {
  height: 100%;
}
.home4 .leftBox {
  width: 618px;
  height: 100%;
  float: right;
  position: relative;
}
.home4 .leftBox .bgBox {
  bottom: -569px;
  z-index: 2;
  width: 1070px;
  left: auto;
  right: -345px;
}
.home4 .leftBox .cont {
  height: 100%;
  position: relative;
  right: -170px;
  z-index: 3;
}
.home4 .leftBox .cont .titBox {
  float: right;
  height: 100%;
}
.home4 .leftBox .cont .titBox .flexBox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home4 .leftBox .cont .list .item {
  width: 317px;
  position: absolute;
}
.home4 .leftBox .cont .list .item .icon {
  width: 80px;
  height: 78px;
  overflow: hidden;
  margin: 0 auto;
}
.home4 .leftBox .cont .list .item .icon img {
  width: 100%;
  height: auto;
  display: block;
}
.home4 .leftBox .cont .list .item .t1 {
  text-align: center;
  font-size: 28px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .home4 .leftBox .cont .list .item .t1 {
    font-size: 20px;
  }
}
.home4 .leftBox .cont .list .item .t2 {
  font-size: 16px;
  color: #707070;
  margin-top: 5px;
}
.home4 .leftBox .cont .list .item .t2 .p {
  text-align: center;
}
.home4 .leftBox .cont .list .item .t3 {
  text-align: center;
  margin-top: 17px;
}
.home4 .leftBox .cont .list .item.i1 {
  right: 110px;
  top: 140px;
}
.home4 .leftBox .cont .list .item.i2 {
  bottom: 44px;
  left: 66px;
}
.home4 .rightBox {
  width: calc(100% - 618px);
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  float: left;
}
.home4 .rightBox .cont {
  position: absolute;
  left: -345px;
  top: 0;
  bottom: 0;
  width: 1361px;
}
.home4 .rightBox .cont .slick-cont {
  position: relative;
}
.home4 .rightBox .cont .slick-cont .img {
  position: relative;
  overflow: hidden;
}
.home4 .rightBox .cont .slick-cont .img::before {
  content: "";
  display: block;
  padding-top: 72.37325%;
}
.home4 .rightBox .cont .slick-cont .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.home4 .rightBox .cont .slick-cont .text {
  width: 532px;
  position: absolute;
  bottom: 49px;
  left: 248px;
  color: #fff;
  z-index: 99;
}
.home4 .rightBox .cont .slick-cont .text .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home4 .rightBox .cont .slick-cont .text .t1 {
  width: 450px;
}
.home4 .rightBox .cont .slick-cont .text .t1 .t1Tit {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .home4 .rightBox .cont .slick-cont .text .t1 .t1Tit {
    font-size: 22px;
  }
}
.home4 .rightBox .cont .slick-cont .text .t1 .t1Desc {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .home4 .rightBox .cont .slick-cont .text .t1 .t1Desc {
    font-size: 16px;
  }
}
.home4 .rightBox .cont .slick-cont .text .add_more {
  border-color: #fff;
}
.home4 .rightBox .cont .slick-cont .text .add_more .iconfont {
  color: #fff;
}
.home4 .rightBox .cont .slick-nav {
  width: 496px;
  height: 985px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: url(../images/arr3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 98;
}
.home4 .slick-dots {
  position: absolute;
  left: 295px;
  color: #fff;
  font-size: 24px;
  font-family: "avian";
  top: 388px;
  height: 204px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .home4 .slick-dots {
    font-size: 18px;
  }
}
.home4 .slick-dots .slick-dot {
  padding: 15px 0;
  color: #ffd0b8;
}
.home4 .slick-dots .slick-dot.slick-active {
  color: #fff;
}
.home4 .slick-dots .slick-dot span {
  position: relative;
  text-shadow: 0 0px 10px rgba(0, 0, 0, 0.76);
}
.home4 .slick-dots .slick-dot span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -999px;
  right: calc(100% + 11px);
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  margin-top: -1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home4 .slick-dots .slick-dot.slick-active span::before {
  opacity: 1;
  visibility: visible;
}
.home4 .rightBox .cont .slick-mod {
  z-index: 1;
}
.home4 .rightBox .moreBox {
  width: 85px;
  height: 170px;
  position: absolute;
  top: 408px;
  right: -405px;
  z-index: 9;
}
.home4 .rightBox .moreBox .arr_more {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../images/arr9.png);
  padding-right: 25px;
}
.home4 .leftBox .cont .titBox {
  min-width: 60px;
}
.home5 {
  height: 985px;
}
.home5 .bgBox {
  width: 850px;
  position: relative;
  overflow: hidden;
  position: absolute;
  right: -102px;
  top: 0;
  bottom: -231px;
  z-index: 2;
}
.home5 .bgBox::before {
  content: "";
  display: block;
  padding-top: 143.05882%;
}
.home5 .bgBox .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.home5 .cont {
  margin: 0 -77px;
  height: 100%;
  position: relative;
  z-index: 3;
}
.home5 .cont .top {
  width: 945px;
  height: 50%;
  position: relative;
  z-index: 3;
}
.home5 .cont .bot {
  width: 945px;
  height: 50%;
  position: relative;
  z-index: 3;
}
.home5 .cont::after {
  content: "";
  position: absolute;
  right: 440px;
  bottom: 50%;
  left: -500px;
  border-bottom: 1px solid #dcdcdc;
  z-index: 1;
}
.home5 .cont .flexBox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home5 .cont .text {
  width: 690px;
}
.home5 .cont .t1 {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home5 .cont .t1 {
    font-size: 26px;
  }
}
.home5 .cont .t2 {
  text-align: center;
  font-size: 16px;
  margin-top: 16px;
  color: #707070;
}
.home5 .cont .t2 span {
  color: #ff9521;
}
.home5 .cont .t3 {
  text-align: center;
  margin-top: 40px;
}
.home5 .cont .t4 {
  text-align: center;
  font-size: 28px;
  color: #ff9521;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .home5 .cont .t4 {
    font-size: 20px;
  }
}
.home5 .cont .t4 span {
  display: inline-block;
  margin: 0 25px;
  position: relative;
}
.home5 .cont .t4 span + span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -58px;
  width: 8px;
  height: 2px;
  background: url(../images/line2.png);
  width: 62px;
}
.home6 {
  height: 985px;
  position: relative;
  z-index: 3;
}
.home6 .leftBox {
  width: 50%;
  height: 100%;
  float: left;
}
.home6 .rightBox {
  width: 50%;
  height: 100%;
  float: left;
}
.home6 .svgBox {
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 1198px;
  overflow: hidden;
}
.home6 .svgBox .svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home6 .leftBox .svgBox {
  left: -345px;
}
.home6 .leftBox .svgBox::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.45);
  position: absolute;
  top: 385px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home6 .rightBox .svgBox::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.45);
  position: absolute;
  top: 340px;
  right: -240px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home6 .rightBox .svgBox {
  right: -345px;
}
.home6 .cont {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.home6 .leftBox .cont {
  width: 422px;
}
.home6 .cont .timeBox {
  font-family: "avian";
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .home6 .cont .timeBox {
    font-size: 18px;
  }
}
.home6 .cont .timeBox span {
  font-size: 54px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .home6 .cont .timeBox span {
    font-size: 28px;
  }
}
.home6 .cont .t1 {
  font-size: 28px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .home6 .cont .t1 {
    font-size: 20px;
  }
}
.home6 .cont .t2 {
  font-size: 16px;
  margin-top: 15px;
  padding-right: 10px;
}
.home6 .cont .t3 {
  margin-top: 52px;
}
.home6 .cont .t3 a {
  border-color: #fff;
}
.home6 .cont .t3 a .iconfont {
  color: #fff;
}
.home6 .leftBox .cont {
  left: -190px;
}
.home6 .rightBox .cont {
  width: 420px;
  right: -140px;
}
.home6 .moreBox {
  width: 301px;
  height: 601px;
  position: absolute;
  background-image: url(../images/arr4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 571px;
  top: 191px;
  z-index: 5;
}
.home6 .moreBox .titBox {
  position: absolute;
  right: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home6 .moreBox .titBox .t1 {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .home6 .moreBox .titBox .t1 {
    font-size: 26px;
  }
}
.home6 .moreBox .titBox .t2 {
  font-size: 40px;
  line-height: 1.2;
  margin-right: 13px;
}
@media screen and (max-width: 768px) {
  .home6 .moreBox .titBox .t2 {
    font-size: 26px;
  }
}
.home6 .moreBox .titBox .t3 {
  font-size: 16px;
}
.home6 .moreBox .titBox .t3 .btn_more {
  background-color: #fff;
  color: #ff9521;
}
.home7 {
  padding-top: 133px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.home7 .tit {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  width: 1230px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .home7 .tit {
    font-size: 26px;
  }
}
.home7 .tit .t1 + .t1 {
  margin-top: 3px;
}
.home7 .moreBox {
  text-align: center;
  margin-top: 53px;
  position: relative;
  z-index: 4;
}
.home7 .cont {
  border-top: 1px solid #dcdcdc;
  margin-top: 136px;
  position: relative;
}
.home7 .cont .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
  margin-top: -220px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home7 .cont .img::before {
  content: "";
  display: block;
  padding-top: 35.20833%;
}
.home7 .cont .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.home7 .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  z-index: 5;
}
.home7 .cont .list .item {
  width: calc(100% / 3);
  position: relative;
}
.home7 .cont .list .item .padd {
  padding: 89px 83px 125px;
  position: relative;
  height: 100%;
}
.home7 .cont .list .item .timeBox {
  font-family: "avian";
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .home7 .cont .list .item .timeBox {
    font-size: 18px;
  }
}
.home7 .cont .list .item .timeBox span {
  font-size: 54px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .home7 .cont .list .item .timeBox span {
    font-size: 28px;
  }
}
.home7 .cont .list .item .t1 {
  font-size: 18px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .home7 .cont .list .item .t1 {
    font-size: 16px;
  }
}
.home7 .cont .list .item .t2 {
  font-size: 14px;
  color: #707070;
  margin-top: 5px;
}
.home7 .cont .list .item .t3 {
  position: absolute;
  bottom: 60px;
  left: 83px;
}
.home7 .cont .b1 {
  position: absolute;
  left: 33.33%;
  border-right: 1px solid #dcdcdc;
  top: -500px;
  bottom: -130px;
}
.home7 .cont .b2 {
  position: absolute;
  left: 66.66%;
  border-right: 1px solid #dcdcdc;
  top: 0;
  bottom: 7px;
}
.home7 .cont i {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
}
.home7 .cont i.i1 {
  width: 4px;
  height: 171px;
  background-color: #ff9521;
  border-radius: 2px;
  bottom: 336px;
  left: 0;
}
.home7 .cont i.i2 {
  width: 4px;
  height: 104px;
  background-color: #ff9521;
  border-radius: 2px;
  top: -70px;
  left: calc(33.33% - 4px);
}
.home7 .cont i.i3 {
  width: 171px;
  height: 4px;
  background-color: #ff9521;
  border-radius: 2px;
  left: calc(66.66% - 46px);
  top: 0;
}
.home7 .cont i.i4 {
  width: 4px;
  height: 104px;
  background-color: #ff9521;
  border-radius: 2px;
  top: 360px;
  right: 0;
}
.home7 .btn_more {
  background-color: #ff9521;
}
.en .home2 .cont .leftBox .click .txt {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.en .home4 .leftBox .cont .list .item .t2 .p,
.en .home5 .cont .t2 {
  text-align: left;
}
@-webkit-keyframes animY {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes animY {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes animX {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  75% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes animX {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  75% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media screen and (min-width: 769px) {
  @-webkit-keyframes hbanner {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    90% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @keyframes hbanner {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    90% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  .home1 .slick-mod .on .img .i {
    -webkit-animation: hbanner 5.1s linear;
    animation: hbanner 5.1s linear;
  }
  .rightNav .item:hover .icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
  .home2 .tracker-mod1 .tracker-item:hover .click .icon .ico2 {
    opacity: 1;
  }
  .home2 .tracker-mod1 .tracker-item:hover .click .icon .ico1 {
    opacity: 0;
  }
  .home2 .tracker-mod1 .tracker-item:hover .click::after {
    opacity: 1;
  }
  .home3 .container1 b {
    -webkit-animation: animY 2s infinite;
    animation: animY 2s infinite;
  }
  .home7 .cont i.i1,
  .home7 .cont i.i2 {
    -webkit-animation: animY 2s infinite;
    animation: animY 2s infinite;
  }
  .home7 .cont i.i3 {
    -webkit-animation: animX 4s infinite;
    animation: animX 4s infinite;
  }
  .en .home1 .cont .text .t2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1600px) {
  .home1 .slick-dots {
    bottom: 10%;
  }
  .home1 .cont .text {
    margin-top: 0;
  }
  .home1 .slick-news {
    bottom: 2%;
  }
  .home4 .leftBox .cont {
    right: -50px;
  }
  .home4 .leftBox .cont .list .item.i1 {
    right: 90px;
  }
  .home4 .leftBox .cont .list .item.i2 {
    left: 206px;
  }
  .home4 .slick-dots {
    left: 345px;
  }
  .home4 .rightBox .cont .slick-cont .text {
    left: auto;
    right: 535px;
  }
  .home5 .cont {
    margin: 0 -77px 0 0;
  }
  .home5 .cont .text {
    width: 650px;
  }
  .home6 .leftBox .cont {
    left: -40px;
  }
  .home6 .leftBox .cont {
    width: 385px;
  }
  .home6 .rightBox .cont {
    width: 385px;
    right: 0;
  }
  .home7 .cont .list .item .t1 br {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .home2 .slick-dots {
    left: 122px;
  }
  .home2 .tracker-mod1 .tracker-item.tr2 {
    left: -5px;
  }
  .home2 .cont .rightBox .line {
    width: 84px;
    left: -207px;
  }
  .home4 .leftBox .cont {
    right: 0;
  }
  .home4 .leftBox .cont .list .item.i1 {
    right: 80px;
    top: 60px;
  }
  .home4 .leftBox .cont .list .item.i2 {
    left: 236px;
  }
  .home4 .rightBox .cont .slick-cont .text {
    left: auto;
    right: 512px;
  }
  .home5 .cont .top {
    width: 867px;
  }
  .home6 .leftBox .cont {
    left: -25px;
  }
  .home2 .tracker-mod1 .tracker-item.cur.tr2::before {
    width: 84px;
    right: -60px;
  }
}
@media screen and (max-width: 768px) {
  .home1 .cont .text .t2 {
    margin-top: 5px;
  }
  .home1 .cont .text .t3 {
    margin-top: 7px;
  }
  .home1 .cont .text .t4 {
    display: none;
  }
  .home1 .slick-dots {
    left: 0;
    right: 0;
    bottom: 10px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home1 .slick-dot {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    border: 1px solid #fff;
  }
  .home1 .slick-dot.slick-active::before {
    display: none;
  }
  .home1 .slick-dot.slick-active {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
  }
  .rightNav {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 15px;
    min-height: auto;
  }
  .rightNav .item .icon {
    width: 30px;
  }
  .rightNav .item .txt {
    margin-top: 4px;
  }
  .rightNav::after {
    display: none;
  }
  .home1 .slick-news {
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
    padding: 0 15px;
    margin-top: 20px;
  }
  .home1 .slick-news .slick-txt a {
    color: #333;
  }
  .home1 .slick-news .icon {
    width: 20px;
  }
  .home1 .slick-news .slick-new {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
  }
  .home1 .slick-news .slick-txt .t2 {
    display: none;
  }
  .home1 .slick-news .slick-txt .t1 {
    max-width: 100%;
  }
  .home2 {
    padding: 50px 0;
  }
  .home2 .bgBox {
    display: none;
  }
  .home2 .cont {
    margin-top: 30px;
    height: auto;
    display: block;
  }
  .home2 .cont .leftBox {
    width: 100%;
    height: auto;
  }
  .home2 .cont .leftBox .bgBox {
    display: none;
  }
  .home2 .tracker-mod1 .tracker-item {
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 15px;
  }
  .home2 .cont .leftBox .click .icon {
    width: 45px;
    height: 44px;
    -webkit-transform: none;
    transform: none;
  }
  .home2 .cont .leftBox .click .txt {
    display: block;
  }
  .home2 .cont .leftBox .click::after {
    display: none;
  }
  .home2 .cont .leftBox .cur .click .txt {
    color: #ff9521;
  }
  .home2 .cont .rightBox {
    margin-top: 20px;
  }
  .home2 .cont .rightBox .tabCont {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
  .home2 .cont .rightBox .tabCont .tab-cont .slick-nav {
    width: auto;
    height: auto;
    background-image: none;
    left: 0;
    right: 0;
    bottom: 15px;
    top: auto;
  }
  .home2 .slick-dots {
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .home2 .slick-dots .slick-dot {
    padding: 0 5px;
  }
  .home2 .slick-dots .slick-dot span::before {
    display: none;
  }
  .home2 .cont .rightBox .line {
    display: none;
  }
  .home2 .moreBox {
    left: auto;
    right: 0;
  }
  .arr_more {
    width: 110px;
    height: 56px;
    background-size: contain;
    line-height: 32px;
    font-size: 14px;
  }
  .home3 {
    padding: 0 0 20px;
    height: auto;
  }
  .home3 .container1 b {
    display: none;
  }
  .home3 .list {
    display: block;
  }
  .home3 .list .item {
    width: 100%;
    border: 0;
    margin-bottom: 30px;
  }
  .home3 .list .item .flexBox {
    display: block;
  }
  .home3 .list .item .padd {
    padding: 0;
    display: block;
    text-align: center;
  }
  .home3 .list .item .padd .btn_more {
    margin-left: 0;
    margin-top: 20px;
  }
  .home3 .list .item .top {
    margin-bottom: 30px;
  }
  .home3 .list .item .cont .t2 {
    margin-top: 20px;
  }
  .home3 .list .item .bot {
    border-top: 0;
  }
  .home4 {
    height: auto;
  }
  .home4 .bgBox {
    display: none;
  }
  .home4 .leftBox {
    width: 100%;
    height: auto;
    float: none;
  }
  .home4 .leftBox .cont .titBox {
    float: none;
    height: auto;
    text-align: center;
  }
  .home4 .leftBox .cont .titBox .flexBox {
    display: block;
    height: auto;
  }
  .home4 .leftBox .cont .list {
    margin-top: 30px;
  }
  .home4 .leftBox .cont .list .item {
    width: auto;
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin-bottom: 30px;
  }
  .home4 .leftBox .cont .list .item .icon {
    width: 50px;
    height: auto;
  }
  .home4 .leftBox .cont .list .item .t1 {
    margin-top: 5px;
  }
  .home4 .leftBox .cont .list .item .t3 {
    margin-top: 10px;
  }
  .home4 .rightBox {
    width: auto;
    height: auto;
    float: none;
  }
  .home4 .rightBox .cont {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
  }
  .home4 .rightBox .cont .slick-cont .text {
    width: auto;
    bottom: 30px;
    left: 10px;
    right: 10px;
  }
  .home4 .rightBox .cont .slick-cont .text .t1 {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 15px;
  }
  .home4 .rightBox .cont .slick-cont .text .t2 {
    margin-top: 7px;
  }
  .home4 .rightBox .cont .slick-nav {
    width: auto;
    height: auto;
    background-image: none;
    left: 0;
    right: 0;
    bottom: 0px;
    top: auto;
  }
  .home4 .slick-dots {
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .home4 .slick-dots .slick-dot {
    padding: 0 5px;
  }
  .home4 .slick-dots .slick-dot span::before {
    display: none;
  }
  .home4 .flexDiv {
    height: auto;
  }
  .home5 {
    height: auto;
    padding: 35px 0;
  }
  .home5 .cont {
    margin: 0;
  }
  .home5 .cont .top {
    width: auto;
    height: auto;
  }
  .home5 .cont .flexBox {
    height: auto;
    display: block;
  }
  .home5 .cont .text {
    width: auto;
  }
  .home5 .cont .text .padd {
    padding: 15px;
  }
  .home5 .cont .t2 {
    margin-top: 10px;
  }
  .home5 .cont .t3 {
    margin-top: 20px;
  }
  .home5 .cont .top::after {
    display: none;
  }
  .home5 .cont .bot {
    width: auto;
    height: auto;
  }
  .home5 .bgBox {
    display: none;
  }
  .home5 .cont .t4 {
    margin-top: 20px;
  }
  .home5 .cont .t4 span {
    margin: 0 10px;
  }
  .home5 .cont .t4 span + span::before {
    width: 20px;
    left: -24px;
  }
  .home6 {
    width: auto;
    height: auto;
  }
  .home6 .leftBox {
    margin-top: 30px;
  }
  .home6 .leftBox,
  .home6 .rightBox {
    width: auto;
    height: auto;
    float: none;
    position: relative;
  }
  .home6 .leftBox .bgBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    background-size: cover;
    background-position: bottom left;
  }
  .home6 .cont {
    position: relative;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    -webkit-transform: none;
    transform: none;
    z-index: 9;
    padding: 50px 15px;
  }
  .home6 .leftBox .cont,
  .home6 .rightBox .cont {
    width: auto;
  }
  .home6 .cont .t2 {
    margin-top: 8px;
  }
  .home6 .cont .t3 {
    margin-top: 30px;
  }
  .home6 .rightBox .bgBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    background-size: cover;
    background-position: bottom right;
  }
  .home6 .moreBox {
    width: auto;
    height: auto;
    background-image: none;
    position: relative;
    right: auto;
    top: auto;
  }
  .home6 .moreBox .titBox {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    display: block;
    color: #333;
    text-align: center;
  }
  .home6 .moreBox .titBox .t2 {
    margin-right: 0;
    margin-top: 5px;
  }
  .home6 .moreBox .titBox .t3 {
    margin-top: 20px;
  }
  .home6 .moreBox .titBox .t3 .btn_more {
    background-color: #ff9521;
    color: #fff;
  }
  .home7 {
    padding: 50px 0 0;
  }
  .home7 .tit {
    width: auto;
    padding: 0 15px;
  }
  .home7 .cont {
    border-top: 0;
    margin-top: 30px;
  }
  .home7 .cont i,
  .home7 .cont b {
    display: none;
  }
  .home7 .cont .list {
    display: block;
    padding: 0 15px;
  }
  .home7 .cont .list .item {
    width: auto;
    margin-top: 15px;
  }
  .home7 .cont .list .item .padd {
    padding: 15px;
    height: auto;
  }
  .home7 .cont .list .item .t3 {
    margin-top: 20px;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .home7 .moreBox {
    margin-top: 30px;
  }
  .home7 .cont .img {
    margin-top: 0;
  }
  .home4 .rightBox .cont .moreBox {
    width: auto;
    height: auto;
    top: -1px;
  }
  .home4 .rightBox .cont .moreBox .arr_more {
    width: 110px;
    height: 56px;
    background-size: contain;
    line-height: 32px;
    font-size: 14px;
    background-image: url(../images/arr2.png);
    padding-right: 0;
    display: inline-block;
  }
  .home4 .leftBox .cont .titBox {
    min-width: auto;
  }
  .home2 .tracker-mod1 .tracker-item {
    width: auto;
    max-width: 120px;
  }
  .home2 .tracker-mod1 .tracker-item.cur::before {
    display: none;
  }
  .home5 .cont::after {
    display: none;
  }
  .home2 .moreBox {
    position: relative;
    margin-top: 25px;
    text-align: center;
  }
  .home2 .moreBox .arr_more {
    background-image: none !important;
    background-color: #ff9521;
    border-radius: 25px;
    width: auto;
    height: auto;
    padding: 4px 18px 6px;
    line-height: 1.5;
    font-size: 16px;
  }
  .home4 .rightBox .moreBox {
    position: relative;
    margin-top: 25px;
    text-align: center;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
  }
  .home4 .rightBox .moreBox .arr_more {
    background-image: none !important;
    background-color: #ff9521;
    border-radius: 25px;
    width: auto;
    height: auto;
    padding: 4px 18px 6px;
    line-height: 1.5;
    font-size: 16px;
    display: inline-block;
  }
  .home2 .rightBox .tabCont .tab-cont .slick-mod .text {
    width: auto;
    bottom: 25px;
    left: 10px;
    right: 10px;
  }
  .home2 .rightBox .tabCont .tab-cont .slick-mod .text .flexBox {
    display: block;
  }
  .home2 .rightBox .tabCont .tab-cont .slick-mod .text .t1 {
    width: auto;
  }
  .home2 .cont .rightBox .tabCont .tab-cont .slick-nav {
    bottom: 0;
  }
  .en .home2 .tracker-mod1 .tracker-item {
    width: 150px;
  }
  .en .home2 .cont .leftBox .click .txt {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.homeSkin .home2 .moreBox .arr_more {
  background-image: url(../images/arr2skin.png);
}
.homeSkin .rightNav {
  background: url(../images/menuskin.png);
}
.homeSkin .home5 .cont .t2 span {
  color: #e70000;
}
.homeSkin .x-footer .topBox {
  background: url(../images/f1.jpg) no-repeat center;
  background-size: cover;
}
.homeSkin .x-footer .topBox .leftBox {
  color: #fff;
}
.homeSkin .x-footer .topBox .leftBox .txt {
  padding: 0 35px;
  position: relative;
}
.homeSkin .x-footer .topBox .leftBox .txt::before {
  content: "";
  width: 29px;
  height: 45px;
  background: url(../images/skin9.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.homeSkin .x-footer .topBox .leftBox .txt::after {
  content: "";
  width: 29px;
  height: 45px;
  background: url(../images/skin10.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.homeSkin .rightNav::after {
  background-image: url(../images/h2skin.png);
}
.homeSkin .add_more .iconfont {
  color: #e70000;
}
.homeSkin .home3 .container1 .i1,
.homeSkin .home3 .container1 .i2,
.homeSkin .home3 .container1 .i3,
.homeSkin .home3 .container1 .i4,
.homeSkin .home3 .container1 .i5 {
  background-color: #e70000;
}
.homeSkin .home7 .cont i.i1 {
  background-color: #e70000;
}
.homeSkin .home7 .cont i.i2 {
  background-color: #e70000;
}
.homeSkin .home7 .cont i.i3 {
  background-color: #e70000;
}
.homeSkin .home7 .cont i.i4 {
  background-color: #e70000;
}
.homeSkin .home7 .btn_more {
  background-color: #e70000;
}
@media screen and (min-width: 769px) {
  .homeSkin .home2 .cont .leftBox .click::before {
    content: "";
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .homeSkin .home2 .cont .leftBox .cur .click::before {
    display: none;
  }
  .homeSkin .home2 .cont .leftBox .tr1 .click::before {
    width: 182px;
    height: 137px;
    background-image: url(../images/skin1.png);
    top: -30px;
    left: 6px;
  }
  .homeSkin .home2 .cont .leftBox .tr3 .click::before {
    width: 168px;
    height: 83px;
    background-image: url(../images/skin3.png);
    top: -16px;
    left: 14px;
  }
  .homeSkin .home2 .cont .leftBox .tr2 .click::before {
    width: 144px;
    height: 122px;
    background-image: url(../images/skin4.png);
    top: -51px;
    left: 26px;
  }
  .homeSkin .x-header .right-mod .menuBtn {
    background-image: url(../images/menuskin.png);
  }
  .homeSkin .home2 .bgBox {
    background-image: url(../images/bg1skin.png);
  }
  .homeSkin .home2 .cont .leftBox .click .txt {
    color: #fff;
  }
  .homeSkin .home2 .cont .leftBox .click::after {
    background-image: url(../images/h3skin.png);
  }
  .homeSkin .home2 .tracker-mod1 .tracker-item::after {
    content: "";
    width: 108px;
    height: 204px;
    position: absolute;
    left: 47px;
    top: -43px;
    background-image: url(../images/skin2_cur.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .homeSkin .home2 .cont .leftBox .cur .click::after {
    bottom: -6px;
  }
  .homeSkin .home2 .cont .leftBox .click .icon {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    top: -10px;
  }
  .homeSkin .home2 .cont .leftBox .cur .click .icon {
    top: -10px;
  }
  .homeSkin .home2 .cont .leftBox .tr2 .click .icon {
    top: -24px;
  }
  .homeSkin .home2 .tracker-mod1 .tracker-item.cur::after {
    opacity: 1;
    visibility: visible;
  }
  .homeSkin .home2 .tracker-mod1 .tracker-item.cur::before {
    background: url(../images/line1skin.png) no-repeat right center;
  }
  .homeSkin .home2 .cont .leftBox .cur .click .txt {
    color: #f1d17d;
  }
  .homeSkin .home2 .cont .rightBox .tabCont .tab-cont .slick-nav {
    width: 513px;
    background-image: url(../images/arr1skin.png);
  }
  .homeSkin .home3 .list .item .padd .btn_more {
    position: relative;
    background-color: #e70000;
  }
  .homeSkin .home3 .list .item .padd .btn_more::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 17px;
    background-image: url(../images/skin6.png);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 6px;
  }
  .homeSkin .home3 .list .item .padd .btn_more::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 17px;
    background-image: url(../images/skin5.png);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 6px;
  }
  .homeSkin .home4 .leftBox .bgBox {
    background-image: url(../images/bg2skin.png);
  }
  .homeSkin .home4 .leftBox .cont {
    color: #fff;
  }
  .homeSkin .home4 .leftBox .cont .list .item .t2 {
    color: #fff;
  }
  .homeSkin .home2 .bgBox i {
    left: 421px;
    bottom: 1641px;
  }
  .homeSkin .home4 .leftBox .cont .list .item.i2 {
    bottom: 94px;
  }
  .homeSkin .home4 .leftBox .cont .list .item .t3 .add_more {
    border-color: #fff;
  }
  .homeSkin .home4 .leftBox .cont .list .item .t3 .add_more .iconfont {
    color: #fff;
  }
  .homeSkin .home4 .leftBox .cont .list .item .icon::before {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
  }
  .homeSkin .home4 .leftBox .cont .list .item .icon img {
    position: relative;
    z-index: 2;
  }
  .homeSkin .home4 .leftBox .cont .list .item.i1 .icon::before {
    width: 194px;
    height: 120px;
    background-image: url(../images/807.png);
    top: -26px;
    left: 63px;
  }
  .homeSkin .home4 .leftBox .cont .list .item.i2 .icon::before {
    width: 147px;
    height: 115px;
    background-image: url(../images/808.png);
    top: -16px;
    left: 81px;
  }
  .homeSkin .home4 .rightBox .moreBox .arr_more {
    background-image: url(../images/arr9skin.png);
    color: #e70000;
  }
  .homeSkin .home4 .rightBox .cont .slick-nav {
    background-image: url(../images/arr3skin.png);
    width: 514px;
  }
  .homeSkin .home6 .moreBox {
    width: 319px;
    background-image: url(../images/arr4skin.png);
  }
  .homeSkin .home6 .moreBox .titBox .t3 .btn_more {
    position: relative;
    color: #e70000;
  }
  .homeSkin .home6 .moreBox .titBox .t3 .btn_more::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 17px;
    background-image: url(../images/skin8.png);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 6px;
  }
  .homeSkin .home6 .moreBox .titBox .t3 .btn_more::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 17px;
    background-image: url(../images/skin7.png);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 6px;
  }
  .homeSkin .home4 .leftBox .cont .titBox .flexBox {
    display: block;
    padding-top: 410px;
  }
  .homeSkin .home1 .cont .text {
    margin-top: 30px;
  }
  .homeSkin .home1 .cont .text .t2 {
    margin-top: -3px;
  }
  .homeSkin .home1 .cont .text .t3 {
    margin-top: 21px;
  }
  .homeSkin .home3 .list .item .padd .btn_more::before,
  .homeSkin .home3 .list .item .padd .btn_more::after,
  .homeSkin .home6 .moreBox .titBox .t3 .btn_more::before,
  .homeSkin .home6 .moreBox .titBox .t3 .btn_more::after {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 19px;
  }
  .homeSkin .home4 .rightBox .cont .slick-cont .img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 252px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.65))
    );
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  }
  .homeSkin .title1 span {
    min-width: auto !important;
  }
  .homeSkin .home1 .cont .text .t2 {
    font-size: 96px;
  }
  .homeSkin .home4 .leftBox .cont .list .item .icon img.m-show {
    display: none;
  }
  .homeSkin .home3 .list .item .padd .btn_more,
  .homeSkin .home6 .moreBox .titBox .t3 .btn_more {
    width: 41px;
    text-align: center;
    line-height: 1.1;
  }
  body:not(.lang-en) .homeSkin .home3 .list .item .padd .btn_more,
  body:not(.lang-en) .homeSkin .home6 .moreBox .titBox .t3 .btn_more {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 768px) {
  .homeSkin .home2 .cont .leftBox .cur .click .txt {
    color: #f1d17d;
  }
  .homeSkin .home3 .list .item .padd .btn_more,
  .homeSkin .home6 .moreBox .titBox .t3 .btn_more {
    background-color: #e70000;
  }
  .homeSkin .home4 .rightBox .cont .moreBox .arr_more {
    background-image: url(../images/arr2skin.png);
  }
  .homeSkin .x-footer .topBox .leftBox .txt::before {
    display: none;
  }
  .homeSkin .x-footer .topBox .leftBox .txt::after {
    display: none;
  }
  .homeSkin .homeSkin .x-footer .topBox .leftBox .txt {
    padding: 0;
  }
  .homeSkin .home4 .leftBox .cont .list .item .icon img.p-show {
    display: none;
  }
  .homeSkin .home4 .leftBox .cont .list .item .icon img.m-show {
    display: block;
  }
  .homeSkin .home4 .rightBox .moreBox .arr_more {
    background-color: #e70000;
  }
  .homeSkin .home2 .moreBox .arr_more {
    background-color: #e70000;
  }
}

.industry1 {
  height: 700px;
  position: relative;
}
.industry1 .bgBox {
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -345px;
  bottom: 0;
  left: -345px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.industry1 .bgBox::before {
  content: "";
  display: block;
  padding-top: 36.45833%;
}
.industry1 .bgBox .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.industry1 .cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  padding-top: 100px;
}
.industry1 .cont .desc {
  font-size: 16px;
  margin-top: 21px;
  padding: 0 215px;
}
.industry1 .cont .t3 {
  width: 170px;
  height: 4px;
  background-color: #ff9521;
  border-radius: 2px;
  margin: 31px auto 0;
}
.industry1 .cont .t3 img {
  display: none;
}
.industry1 .bread-mod {
  position: absolute;
  top: 130px;
  left: 0;
  z-index: 9;
}
.industry2 {
  padding: 152px 0 160px;
}
.industry2 .title1 {
  text-align: center;
}
.industry2 .desc {
  font-size: 16px;
  color: #707070;
  margin-top: 21px;
}
body:not(.en) .industry2 .desc {
  text-align: justify;
  text-justify: inter-ideograph;
}
.industry2 .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
  margin-top: 28px;
  width: calc(100% + 58px);
}
.industry2 .imgs .img {
  width: 583px;
  position: relative;
  overflow: hidden;
  margin-right: 58px;
}
.industry2 .imgs .img::before {
  content: "";
  display: block;
  padding-top: 60.03431%;
}
.industry2 .imgs .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.industry3 {
  height: 600px;
  position: relative;
}
.industry3 .x-wrap {
  position: static;
}
.industry3 .img {
  width: 1026px;
  height: 600px;
  margin-left: -345px;
}
.industry3 .img img {
  width: 100%;
  height: auto;
}
.industry3 .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/bg3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.industry3 .cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.industry3 .cont .x-wrap {
  position: relative;
}
.industry3 .cont .text {
  width: 465px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
}
.industry3 .cont .text .desc {
  font-size: 16px;
  color: #707070;
}
body:not(.en) .industry3 .cont .text .desc {
  text-align: justify;
  text-justify: inter-ideograph;
}
.industry3 .scroll-mod {
  margin-top: 17px;
  height: 204px;
}
.industry3 .title1 {
  text-align: center;
}
.industry4 {
  padding: 152px 0 153px;
}
.industry4 .title1 {
  text-align: center;
}
.industry4 .cont {
  margin-top: 28px;
}
.industry4 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.industry4 .list .item {
  width: 584px;
}
.industry4 .list .item .img {
  width: 584px;
  position: relative;
  overflow: hidden;
}
.industry4 .list .item .img::before {
  content: "";
  display: block;
  padding-top: 71.57534%;
}
.industry4 .list .item .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.industry4 .list .item .text {
  font-size: 16px;
  color: #707070;
  margin-top: 23px;
}
body:not(.en) .industry4 .list .item .text {
  text-align: justify;
  text-justify: inter-ideograph;
}
.en .industry1 .title1 {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .en .industry1 .title1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .industry1 {
    height: auto;
  }
  .industry1 .bgBox {
    position: relative;
    left: 0;
    right: 0;
    height: 60vw;
  }
  .industry1 .cont {
    position: relative;
    top: auto;
    -webkit-transform: none;
    transform: none;
    color: #333;
    padding-top: 0;
    margin-top: 30px;
  }
  .industry1 .cont .desc {
    padding: 0;
  }
  .industry1 .cont .t3 {
    width: 100%;
    display: none;
  }
  .industry2 {
    padding: 30px 0;
  }
  .industry2 .imgs {
    display: block;
    width: auto;
  }
  .industry2 .imgs .img {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .industry3 {
    height: auto;
  }
  .industry3 .img {
    width: auto;
    height: auto;
    margin-left: 0;
  }
  .industry3 .img img {
    width: 100%;
    height: auto;
  }
  .industry3 .img::after {
    display: none;
  }
  .industry3 .cont {
    position: relative;
    margin-top: 20px;
  }
  .industry3 .cont .x-wrap {
    margin: 0;
  }
  .industry3 .cont .text {
    width: auto;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
  }
  .industry3 .scroll-mod {
    height: auto;
  }
  .industry4 {
    padding: 30px 0;
  }
  .industry4 .list {
    display: block;
  }
  .industry4 .list .item {
    width: auto;
    margin-top: 20px;
  }
  .industry4 .list .item .img {
    width: auto;
  }
  .industry4 .list .item .text {
    margin-top: 10px;
  }
}

.metting1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 160px 0 89px;
}
.metting1 .title1 {
  text-align: center;
}
.metting1 .cont {
  margin-top: 29px;
}
.metting1 .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: calc(100% + 28px);
}
.metting1 .cont .list .item {
  width: 382px;
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  color: #fff;
  margin-right: 27px;
}
.metting1 .cont .list .item .mask {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.metting1 .cont .list .item .padd {
  padding: 39px 30px 20px;
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.metting1 .cont .list .item .tit {
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .metting1 .cont .list .item .tit {
    font-size: 20px;
  }
}
.metting1 .cont .list .item .scroll-mod {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  margin-top: 24px;
}
.metting1 .cont .list .item .ul .li {
  font-size: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .metting1 .cont .list .item .ul .li {
    font-size: 18px;
  }
}
.metting1 .cont .list .item .ul .li + .li {
  margin-top: 18px;
}
.metting1 .cont .list .item .ul .li i {
  width: 42px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-right: 20px;
}
.metting1 .cont .list .item .ul .li .txt {
  max-width: calc(100% - 80px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.metting2 {
  padding: 61px 0 160px;
}
.metting2 .title1 {
  text-align: center;
}
.metting2 .desc {
  font-size: 16px;
  color: #707070;
  padding: 0 31px;
  margin-top: 18px;
}
body:not(.en) .metting2 .desc {
  text-align: justify;
  text-justify: inter-ideograph;
}
.metting2 .cont {
  margin-top: 30px;
}
.metting2 .cont .img {
  width: 395px;
  position: relative;
  overflow: hidden;
}
.metting2 .cont .img::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.metting2 .cont .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.metting2 .cont .slick-slide {
  margin: 0 11px;
}
.metting2 .cont .slick-mod {
  margin: 0 -11px;
}
.metting2 .cont .slick-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.metting2 .cont .slick-next {
  margin-left: 22px;
}
.metting3 {
  height: 803px;
  position: relative;
}
.metting3 .slick-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.metting3 .slick-mod {
  width: 920px;
}
.metting3 .slick-img .img {
  height: 803px;
  width: 920px;
  position: relative;
}
.metting3 .slick-img .img img {
  width: auto;
  height: 100%;
  display: block;
}
.metting3 .slick-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/bg4.png) no-repeat center center;
  z-index: 2;
}
.metting3 .container1 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.metting3 .container1 .text {
  width: 632px;
}
.metting3 .container1 .text .padd {
  padding: 214px 60px 0 48px;
}
.metting3 .container1 .text .title1 {
  text-align: center;
}
.metting3 .container1 .text .scroll-mod {
  margin-top: 20px;
  height: 360px;
}
.metting3 .container1 .text .desc {
  font-size: 16px;
  color: #707070;
}
body:not(.en) .metting3 .container1 .text .desc {
  text-align: justify;
  text-justify: inter-ideograph;
}
.metting3 .container1 .slick-arr {
  width: 204px;
  height: 405px;
  background: url(../images/arr5.png) no-repeat center center;
  margin-top: 198px;
  margin-right: 21px;
}
.metting3 .x-wrap {
  z-index: 3;
}
.metting3 .slick-nav {
  margin-top: 179px;
  padding-left: 18px;
}
.metting3 .slick-dir .slick-next {
  margin-left: 20px;
}
.en .metting1 .cont .list .item .scroll-mod {
  height: 200px;
}
@media screen and (min-width: 769px) {
  .metting1 .cont .list .item:hover .tit {
    color: #ff9521;
  }
  .metting1 .cont .list .item:hover .mask {
    opacity: 0.5;
  }
  .metting1 .cont .list .item .ul .li:hover .txt {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .metting1 .cont .list .item .ul .li:hover .txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .metting1 .cont .list .item .ul .li:hover i {
    width: 49px;
    height: 14px;
    background: url(../images/line3.png) no-repeat center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .metting1 {
    margin-top: 40px;
    padding: 50px 0;
  }
  .metting1 .cont .list {
    width: auto;
    display: block;
  }
  .metting1 .cont .list .item {
    width: auto;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .metting1 .cont .list .item .mask {
    opacity: 0.5;
  }
  .metting1 .cont .list .item .padd {
    padding: 15px;
    display: block;
  }
  .metting1 .cont .list .item .scroll-mod {
    margin-top: 20px;
    height: 220px;
  }
  .metting2 {
    padding: 0 0 50px;
  }
  .metting2 .desc {
    padding: 0;
  }
  .metting2 .cont .img {
    width: auto;
  }
  .metting2 .cont .slick-nav {
    margin-top: 30px;
  }
  .metting3 {
    height: auto;
    padding: 0 0 50px;
  }
  .metting3 .slick-img {
    position: relative;
  }
  .metting3 .slick-mod {
    width: auto;
    padding: 0 15px;
  }
  .metting3 .slick-img .img {
    width: auto;
    height: auto;
  }
  .metting3 .slick-img .img img {
    width: 100%;
    height: auto;
  }
  .metting3 .slick-img::after {
    display: none;
  }
  .metting3 .container1 {
    height: auto;
    display: block;
  }
  .metting3 .container1 .slick-arr {
    width: auto;
    height: auto;
    margin-top: 30px;
    margin-right: 0;
    background-image: none;
  }
  .metting3 .slick-nav {
    margin-top: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .metting3 .container1 .text {
    width: auto;
    margin-top: 20px;
  }
  .metting3 .container1 .text .padd {
    padding: 0;
  }
  .metting3 .container1 .text .scroll-mod {
    margin-top: 30px;
    height: auto;
    max-height: 300px;
  }
}

.newsinfohead {
  position: relative;
  height: 700px;
  z-index: 2;
}
.newsinfohead .bread-mod {
  position: absolute;
  top: 130px;
  z-index: 9;
  width: 100%;
}
.newsinfohead .bg {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.newsinfohead .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.newsinfohead .text .inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 50px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.newsinfohead .text .inner .h1 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .newsinfohead .text .inner .h1 {
    font-size: 26px;
  }
}
.newsinfohead .text .inner .h2 {
  font-size: 60px;
  line-height: 1.2;
  font-family: "ss";
  padding-top: 10px;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .newsinfohead .text .inner .h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .newsinfohead .text .inner .h2 {
    font-size: 28px;
  }
}
.newsinfohead .text .inner .h3 {
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 10px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .newsinfohead .text .inner .h3 {
    font-size: 18px;
  }
}
.newsinfohead .text .inner .p {
  text-align: center;
  padding-top: 15px;
}
.newsinfohead .text .inner .p + .p {
  padding-top: 20px;
}
.newsinfohead .tracker {
  width: 100%;
  height: 100px;
  line-height: 100px;
  position: absolute;
  bottom: 0;
  border-top: 1px rgba(255, 255, 255, 0.35) solid;
  color: #fff;
}
.newsinfohead .tracker .xicon {
  display: none;
}
.newsinfohead .tracker .tracker-mod .tracker-box {
  padding-bottom: 10px;
}
.newsinfohead .tracker .tracker-item {
  width: calc(100% / 5);
}
.newsinfohead .tracker .txt {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .newsinfohead .tracker .txt {
    font-size: 18px;
  }
}
.newsinfohead .tracker .tracker-item.cur .item {
  position: relative;
  background-color: rgba(255, 149, 33, 0.72);
}
.newsinfohead .tracker .tracker-item.cur .item::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  height: 4px;
  background-color: #ff9521;
  border-radius: 2px;
}
.newsinfobody {
  background-color: #f5f5f5;
  position: relative;
}
.newsinfobody .pop-mod.pop-video .pop-dialog {
  width: 800px;
}
.newsinfobody .tabcont.act {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.newsinfobody .tabcont {
  padding: 160px 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.newsinfobody .tabcont.black-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 125px;
  width: 4px;
  height: 104px;
  background-color: #ff9521;
  border-radius: 2px;
}
.newsinfobody .tabcont.notice .content {
  border-top: 1px #dcdcdc solid;
  position: relative;
}
.newsinfobody .tabcont.notice .content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px #dcdcdc solid;
}
.newsinfobody .top {
  text-align: center;
  margin-bottom: 80px;
}
.newsinfobody .top .h2 {
  font-size: 36px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .newsinfobody .top .h2 {
    font-size: 24px;
  }
}
.newsinfobody .top .h3 {
  color: #707070;
  margin-top: 15px;
  margin-bottom: 0;
}
.newsinfobody .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsinfobody .list .item {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newsinfobody .list .date {
  font-size: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .newsinfobody .list .date {
    font-size: 18px;
  }
}
.newsinfobody .list .date .num {
  font-size: 54px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .newsinfobody .list .date .num {
    font-size: 28px;
  }
}
.newsinfobody .list .h {
  font-size: 18px;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .newsinfobody .list .h {
    font-size: 16px;
  }
}
.newsinfobody .list .a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}
.newsinfobody .page {
  margin-top: 60px;
}
.newsinfobody .tabcont.notice .item {
  padding: 0 60px;
  border-bottom: 1px #dcdcdc solid;
  border-right: 1px #dcdcdc solid;
  width: calc(100% / 3);
  height: 325px;
  display: table;
}
.newsinfobody .tabcont.notice .item.black-line::before {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  width: 104px;
  height: 4px;
  background-color: #ff9521;
  border-radius: 2px;
}
.newsinfobody .tabcont.notice .item.orange-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 104px;
  height: 4px;
  background-color: #ff9521;
  border-radius: 2px;
}
.newsinfobody .tabcont.notice .item:nth-child(3n) {
  border-right: 1px #dcdcdc solid;
}
.newsinfobody .tabcont.notice .item:nth-child(3n-2) {
  border-left: 1px #dcdcdc solid;
}
.newsinfobody .tabcont.notice .text {
  display: table-cell;
  vertical-align: middle;
}
.newsinfobody .tabcont.news.black-line::after {
  top: 360px;
  right: -2px;
}
.newsinfobody .tabcont.news .list {
  margin: -20px -7.5px 0;
}
.newsinfobody .tabcont.news .item {
  margin: 20px 7.5px 0;
  display: table;
  width: 400px;
  height: 325px;
  background-color: #fff;
}
.newsinfobody .tabcont.news .item .add_more {
  margin-top: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newsinfobody .tabcont.news .item .text {
  padding: 0 48px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.newsinfobody .tabcont.news .item .nopic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newsinfobody .tabcont.news .item .pic {
  position: absolute !important;
  width: 400px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}
.newsinfobody .tabcont.news .item .pic::before {
  content: "";
  display: block;
  padding-top: 81.25%;
}
.newsinfobody .tabcont.news .item .pic .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.newsinfobody .tabcont.video .list {
  margin: -25px -36px 0;
}
.newsinfobody .tabcont.video .item {
  margin: 25px 36px 0;
  width: 362px;
}
.newsinfobody .tabcont.video .item .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.newsinfobody .tabcont.video .item .pic::before {
  content: "";
  display: block;
  padding-top: 79.282%;
}
.newsinfobody .tabcont.video .item .pic .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.newsinfobody .tabcont.video .item .video-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.newsinfobody .tabcont.video .item .video-btn .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.newsinfobody .tabcont.video .item .video-btn .icon {
  width: 64px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.newsinfobody .tabcont.video .item .video-btn .icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.newsinfobody .tabcont.video .item .video-btn .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.newsinfobody .tabcont.video .item .video-btn .txt {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}
.newsinfobody .tabcont.video .item .text {
  padding-top: 10px;
  position: relative;
  padding-right: 45px;
}
.newsinfobody .tabcont.video .item .text .add_more {
  position: absolute;
  right: 0;
  top: 24px;
}
@media screen and (min-width: 769px) {
  .newsinfobody .tabcont.notice .item:hover {
    background-color: rgba(255, 149, 33, 0.77);
  }
  .newsinfobody .tabcont.notice .item:hover .date {
    color: #fff;
  }
  .newsinfobody .tabcont.notice .item:hover .h {
    color: #fff;
  }
  .newsinfobody .tabcont.news .item:hover .nopic {
    display: block;
    background-color: rgba(255, 149, 33, 0.77);
  }
  .newsinfobody .tabcont.news .item:hover .pic {
    display: block;
  }
  .newsinfobody .tabcont.news .item:hover .date {
    color: #fff;
  }
  .newsinfobody .tabcont.news .item:hover .h {
    color: #fff;
  }
  .newsinfobody .tabcont.news .item:hover .add_more {
    border-color: #fff;
  }
  .newsinfobody .tabcont.news .item:hover .add_more .iconfont {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .newsinfohead {
    height: auto;
  }
  .newsinfohead .bg {
    height: 60vw;
  }
  .newsinfohead .text {
    height: 60vw;
  }
  .newsinfohead .text .inner {
    padding: 0;
  }
  .newsinfohead .text .inner .h2 {
    padding-top: 5px;
  }
  .newsinfohead .text .inner .h3 {
    padding-top: 5px;
  }
  .newsinfohead .tracker {
    position: relative;
    height: auto;
    line-height: inherit;
    border-top: 0;
  }
  .newsinfohead .tracker .x-wrap {
    margin: 0;
  }
  .newsinfohead .tracker .tracker-mod .tracker-box {
    padding-bottom: 0;
  }
  .newsinfohead .tracker .tracker-item.cur .item::before {
    display: none;
  }
  .newsinfohead .tracker .tracker-item {
    width: 50vw;
    background-color: #3b3b3b;
  }
  .newsinfohead .tracker .item {
    padding: 10px 0;
  }
  .newsinfohead .tracker .tracker-item + .tracker-item {
    margin-left: 0 !important;
  }
  .newsinfohead .tracker .tracker-item.cur .item {
    background-color: #ff9521;
  }
  .newsinfobody .tabcont {
    padding: 50px 0;
  }
  .newsinfobody .top {
    margin-bottom: 25px;
  }
  .newsinfobody .top .h3 {
    margin-top: 5px;
  }
  .newsinfobody .tabcont.black-line::after {
    display: none;
  }
  .newsinfobody .list .h {
    margin-top: 0;
  }
  .newsinfobody .page {
    margin-top: 25px;
  }
  .newsinfobody .tabcont.notice .item.orange-line::before {
    display: none;
  }
  .newsinfobody .tabcont.notice .item.black-line::before {
    display: none;
  }
  .newsinfobody .list {
    display: block;
  }
  .newsinfobody .tabcont.notice .item {
    width: 100%;
    border: 1px #dcdcdc solid;
    border-top: 0;
    height: auto;
    padding: 20px;
  }
  .newsinfobody .tabcont.notice .item:nth-child(n + 4) {
    border-top: 0;
  }
  .newsinfobody .tabcont.notice .item:last-child {
    border-bottom: 0;
  }
  .newsinfobody .tabcont.news .list {
    margin-top: -15px;
  }
  .newsinfobody .tabcont.news .item {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
  .newsinfobody .tabcont.news .item .text {
    padding: 20px;
  }
  .newsinfobody .tabcont.news .item .add_more {
    margin-top: 10px;
  }
  .newsinfobody .tabcont.video .list {
    margin-top: -20px;
  }
  .newsinfobody .tabcont.video .item {
    margin-top: 20px;
    width: 100%;
  }
  .newsinfobody .tabcont.video .item .text .add_more {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 10px;
  }
  .newsinfobody .tabcont.video .item .video-btn .txt {
    margin-top: 10px;
  }
  .newsinfobody .pop-mod.pop-video .pop-dialog {
    width: 100%;
  }
  .newsinfobody .pop-mod.pop-video .pop-dialog .vd-adr {
    display: block !important;
  }
  .newsinfobody .tabcont.news .item {
    margin: 15px 0 0;
  }
  .newsinfobody .tabcont.news .list {
    margin: -15px 0 0;
  }
  .newsinfobody .tabcont.video .item {
    margin: 20px 0 0;
  }
  .newsinfobody .tabcont.video .list {
    margin: -20px 0 0;
  }
  .newsinfobody .tabcont.video .item .text {
    padding-right: 0;
  }
}

.new_business1 {
  position: relative;
  height: 874px;
  padding-top: 272px;
}
.new_business1 .pic {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 272px;
  text-align: right;
}
.new_business1 .pic::after {
  content: "";
  background: url(../images/png14.png) no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.new_business1 .pic img {
  height: 100%;
  width: auto;
}
.new_business1 .pic::before {
  content: "";
  background: url(../images/png13.png) no-repeat center center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 432px;
  height: 600px;
}
.new_business1 .x-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.new_business1 .text {
  width: 370px;
  margin-top: 20px;
  color: #707070;
}
.new_business1 .text b {
  color: #ff9521;
  font-weight: normal;
}
.new_business1 .text p {
  margin-top: 20px;
}
.new_business1 .cont {
  height: 100%;
}
.new_business2 {
  background: url(../images/png15.png) no-repeat center bottom;
  height: 1080px;
}
.new_business2 .frame {
  margin-top: 30px;
}
.new_business2 .frame .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.new_business2 .frame .item {
  width: calc(25% - 7.5px);
  margin: 0 0 30px 10px;
  position: relative;
}
.new_business2 .frame .item:nth-child(4n-3) {
  margin-left: 0;
}
.new_business2 .frame .item .pic {
  position: relative;
  overflow: hidden;
}
.new_business2 .frame .item .pic::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.new_business2 .frame .item .pic .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.new_business2 .frame .item .pic img {
  max-width: 100%;
  max-height: 100%;
}
.new_business2 .frame .item .h {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .new_business2 .frame .item .h {
    font-size: 16px;
  }
}
.new_business2 .nav {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.new_business2 .nav span {
  margin: 0 15px;
}
.new_business3.service4 .btns {
  width: 256px;
  height: 280px;
  left: 634px;
}
.new_business3.service4 .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.new_business3.service4 .rightbox .cont {
  left: -345px;
  right: auto;
}
.new_business3.service4 .title {
  right: 0;
  left: auto;
}
.new_business3.service4 .leftbox .tracker {
  margin-left: 0;
  margin-right: 100px;
  width: 215px;
}
.new_business4 {
  position: relative;
  height: 852px;
  padding-top: 160px;
}
.new_business4 .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
}
.new_business4 .bg {
  background: url(../images/png25.png) no-repeat center top;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.new_business4 .title1:first-child {
  height: 155px;
}
.new_business4 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
}
.new_business4 .list .item {
  width: 30%;
}
.new_business4 .list .item .h {
  margin-top: 25px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .new_business4 .list .item .h {
    font-size: 16px;
  }
}
.new_business4 .list .item .h::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #ff9521;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 15px;
  display: inline-block;
}
.new_business4 .list .item .ico {
  width: 50px;
}
.new_business4 .list .item .ico img {
  width: 100%;
  height: auto;
}
.new_business4 .text {
  margin-top: 20px;
}
.new_business4 .text b {
  font-weight: normal;
  color: #ff9521;
}
.new_business5 {
  position: relative;
  height: 600px;
  background: no-repeat center center / cover;
  color: #fff;
}
.new_business5 .bg {
  position: absolute;
  left: -345px;
  top: 0;
  right: -345px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.new_business5 .bg .d {
  background: no-repeat center center / cover;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.new_business5 .bg::after {
  content: "";
  background: url(../images/png16a.png) no-repeat center center;
  position: absolute;
  left: 832px;
  top: 136px;
  background-size: cover;
  width: 162px;
  height: 322px;
}
.new_business5 .bg .leftBox {
  width: 1137px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
}
.new_business5 .bg .rightBox {
  width: 927px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
.new_business5 .bg .svgBox {
  width: 100%;
  height: 100%;
  position: relative;
}
.new_business5 .bg .svgBox .svg {
  width: 100%;
  height: 100%;
}
.new_business5 .bg .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new_business5 .bg .content .d {
  width: 100%;
}
.new_business5 .bg .content .d .h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new_business5 .bg .content .d .h::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #ff9521;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 15px;
  display: inline-block;
  margin-top: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.new_business5 .bg .leftBox .content {
  width: 450px;
  left: 345px;
}
.new_business5 .bg .rightBox .content {
  width: 465px;
  right: 345px;
  left: auto;
}
.new_business5 .bg .leftBox .bgBox {
  position: relative;
  overflow: hidden;
}
.new_business5 .bg .leftBox .bgBox::before {
  content: "";
  display: block;
  padding-top: 52.77045%;
}
.new_business5 .bg .leftBox .bgBox .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.new_business5 .bg .rightBox .bgBox {
  position: relative;
  overflow: hidden;
}
.new_business5 .bg .rightBox .bgBox::before {
  content: "";
  display: block;
  padding-top: 64.72492%;
}
.new_business5 .bg .rightBox .bgBox .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.new_business5 .bg .leftBox .svgBox::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.45);
  position: absolute;
  top: 387px;
  right: 180px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new_business5 .bg .rightBox .svgBox::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.45);
  position: absolute;
  top: 300px;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new_business5 .title1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -10px;
  z-index: 99;
}
body:not(.lang-en) .new_business5 .title1 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.new_business6 {
  background: url(../images/png17.png) no-repeat center top;
  height: 1018px;
  padding-top: 160px;
}
.new_business6 .frame {
  margin-top: 30px;
}
.new_business6 .frame .child {
  text-align: center;
  position: relative;
}
.new_business6 .frame .child .pic {
  overflow: hidden;
}
.new_business6 .frame .child .pic img {
  width: 100%;
}
.new_business6 .frame .child .text {
  padding: 20px;
}
.new_business6 .frame .child .h {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .new_business6 .frame .child .h {
    font-size: 18px;
  }
}
.new_business6 .frame .child .p {
  margin-top: 5px;
  color: #707070;
  text-align: center;
}
.new_business6 .slick-list {
  margin: 0 -18px;
}
.new_business6 .slick-slide {
  margin: 0 18px;
}
.new_business6 .slick-slide:nth-child(even) {
  margin-top: 50px;
}
.new_business6 .nav {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.new_business6 .nav span {
  margin: 0 15px;
}
.new_business7 {
  height: 600px;
  position: relative;
}
.new_business7 .pic {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: right;
}
.new_business7 .pic::after {
  content: "";
  background: url(../images/png18.png) no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.new_business7 .pic img {
  height: 100%;
  width: auto;
}
.new_business7 .x-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body:not(.lang-en) .new_business7 .x-wrap .title1 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.new_business7 .x-wrap .list {
  margin-left: 100px;
}
.new_business7 .x-wrap .list .item {
  margin: 80px 0;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .new_business7 .x-wrap .list .item {
    font-size: 18px;
  }
}
.new_business7 .x-wrap .list .item .date {
  font-family: Avian;
}
.new_business7 .x-wrap .list .item .date b {
  font-size: 54px;
  line-height: 1.2;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .new_business7 .x-wrap .list .item .date b {
    font-size: 28px;
  }
}
.new_business7 .x-wrap .list .item .h {
  margin-top: 10px;
}
.new_business7 .x-wrap .more {
  background: url(../images/png3_2.png) left center;
  width: 85px;
  height: 250px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -131.5px;
  margin-right: 52.5px;
  text-align: center;
  line-height: 110px;
  color: #fff;
}
body:not(.lang-en) .new_business7 .x-wrap .more {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.new_business8 {
  position: relative;
  background: url(../images/png19.png) no-repeat center top;
  height: 749px;
}
.new_business8 .x-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new_business8 .pics {
  border: 2px dashed #ff9521;
  width: 50%;
}
.new_business8 .pics .slick-mod {
  -webkit-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
}
.new_business8 .pics .item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.new_business8 .pics .item::before {
  content: "";
  display: block;
  padding-top: 74.95935%;
}
.new_business8 .pics .item .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.new_business8 .pics img {
  width: 100%;
  height: auto;
}
.new_business8 .text {
  padding: 0 80px;
  width: 50%;
  position: relative;
}
.new_business8 .text .slick-nav.p-show {
  width: 36px;
  height: 136px;
  position: absolute;
  top: 130px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new_business8 .text .slick-nav.p-show .slick-prev::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 63px;
  left: 50%;
  background: url(../images/line11.png);
  top: 37px;
}
.new_business8 .text .p-show .slick-arrow {
  width: 36px;
  height: 36px;
  background: url(../images/arrow3a1.png) no-repeat center;
}
.new_business8 .text .p-show .slick-arrow:hover {
  background: url(../images/arrow3b1.png) no-repeat center;
}
.new_business8 ul {
  font-size: 20px;
  margin-top: 40px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .new_business8 ul {
    font-size: 18px;
  }
}
.new_business8 ul li {
  margin: 0;
  list-style: none;
  cursor: pointer;
  position: relative;
}
.new_business8 ul li .txt {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new_business8 ul li .txt .t {
  position: relative;
  padding-left: 34px;
}
.new_business8 ul li .txt .t::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ff9521;
  display: inline-block;
  border-radius: 100%;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 9px;
}
.new_business8 ul .slick-active.slick-current .t::before {
  background: #ff9521;
  color: #ff9521;
}
.new_business8 ul .slick-active.slick-current .t {
  color: #ff9521;
}
.new_business9 {
  height: 600px;
  position: relative;
}
.new_business9 .pics {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.new_business9 .pics::after {
  content: "";
  background: url(../images/png26.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.new_business9 .pics .child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
}
.new_business9 .pics .child img {
  height: 100%;
  width: auto;
}
.new_business9 .pics .child.act {
  opacity: 1;
}
.new_business9 .title1 {
  background: url(../images/png21.png) no-repeat center center;
  width: 398px;
  height: 199px;
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -305px;
  color: #fff;
  text-align: center;
  line-height: 150px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .new_business9 .title1 {
    font-size: 20px;
  }
}
.new_business9 .tabs {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  margin-left: -130px;
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .new_business9 .tabs {
    font-size: 16px;
  }
}
.new_business9 .tabs .item {
  position: relative;
  padding-left: 165px;
  margin: 25px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.new_business9 .tabs .item:nth-child(2) {
  -webkit-transform: translateX(105px);
  transform: translateX(105px);
}
.new_business9 .tabs .item .date {
  font-family: Avian;
  margin-bottom: -5px;
  margin-right: 15px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .new_business9 .tabs .item .date {
    font-size: 18px;
  }
}
.new_business9 .tabs .item .date b {
  font-size: 54px;
  line-height: 1.2;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .new_business9 .tabs .item .date b {
    font-size: 28px;
  }
}
.new_business9 .tabs .pic {
  display: none;
}
.new_business9 .tabs .p {
  font-family: avian;
  color: #707070;
  padding-bottom: 10px;
}
.new_business9 .tabs .line2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 120px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-left: 30px;
}
.new_business9 .tabs .line2::before {
  border-top-style: solid;
}
.new_business9 .tabs .item.now {
  color: #ff9521;
}
.new_business9 .tabs .item.now .line2 {
  opacity: 1;
  margin-left: 0;
}
.new_business9 .tabs .item.now .p {
  background: url(../images/cur.png) no-repeat center bottom;
}
.new_business10 {
  background: url(../images/png22.png) no-repeat center top;
  height: 899px;
  padding-top: 160px;
}
.new_business10 .head .p {
  text-align: center;
  font-size: 22px;
  margin-top: 10px;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .new_business10 .head .p {
    font-size: 18px;
  }
}
.new_business10 .frame {
  margin-top: 40px;
}
.new_business10 .frame .child {
  text-align: center;
  position: relative;
}
.new_business10 .frame .child .pic {
  overflow: hidden;
}
.new_business10 .frame .child .pic img {
  width: 100%;
}
.new_business10 .frame .child .text {
  padding: 20px;
}
.new_business10 .frame .child .h {
  font-size: 20px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .new_business10 .frame .child .h {
    font-size: 18px;
  }
}
.new_business10 .frame .child .p {
  margin-top: 5px;
  color: #707070;
  text-align: center;
}
.new_business10 .slick-list {
  margin: 0 -15px;
}
.new_business10 .slick-slide {
  margin: 0 10px;
}
.new_business10 .nav {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.new_business10 .nav span {
  margin: 0 15px;
}
.new_business11 {
  height: 600px;
  position: relative;
}
.new_business11 .pics {
  text-align: right;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.new_business11 .pics::after {
  content: "";
  background: url(../images/png23.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.new_business11 .pics .child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.new_business11 .pics .child img {
  height: 100%;
  width: auto;
}
.new_business11 .pics .child.act {
  opacity: 1;
}
.new_business11 .x-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new_business11 .x-wrap::after {
  display: none;
}
body:not(.lang-en) .new_business11 .title1 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.new_business11 .tabs {
  position: absolute;
  top: 50%;
  right: calc(50% + 110px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new_business11 .tabs .item {
  width: 180px;
  text-align: center;
  padding-bottom: 15px;
  margin: 20px 0;
  cursor: pointer;
}
.new_business11 .tabs .item:nth-child(2) {
  -webkit-transform: translateX(-180px);
  transform: translateX(-180px);
}
.new_business11 .tabs .item .pic {
  display: none;
}
.new_business11 .tabs .item .ico img:last-child {
  display: none;
}
.new_business11 .tabs .item .h {
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .new_business11 .tabs .item .h {
    font-size: 18px;
  }
}
.new_business11 .tabs .item.now {
  background: url(../images/cur.png) no-repeat center bottom;
}
.new_business11 .tabs .item.now img:first-child {
  display: none;
}
.new_business11 .tabs .item.now img:last-child {
  display: inline-block;
}
.new_business11 .more {
  background: url(../images/png3_2.png) left center;
  width: 85px;
  height: 250px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -126px;
  margin-right: -18px;
  text-align: center;
  line-height: 110px;
  color: #fff;
}
body:not(.lang-en) .new_business11 .more {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.new_business11 .line2 {
  width: 165px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-right: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: -18px;
}
.en .new_business3.service4 .leftbox .tracker {
  margin-right: 80px;
}
.en .service4 .leftbox .tracker .txt {
  max-width: 260px;
  font-size: 16px;
}
.en .new_business1 .text {
  height: 400px;
}
.en .new_business5 .title1 {
  max-height: 150px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .en .new_business5 .title1 {
    font-size: 18px;
  }
}
.en .new_business3.service4 .btns svg a text {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}
.en .new_business3.service4 .btns svg a:nth-child(2) text {
  -webkit-transform: translateX(-14px);
  transform: translateX(-14px);
}
.en .new_business3.service4 .btns {
  width: 296px;
  height: 320px;
  left: 593px;
}
.en .new_business3.service4 .btns svg text {
  font-size: 11px !important;
}
.en .new_business3.service4 .leftbox .tracker {
  width: 246px;
}
@media screen and (min-width: 769px) {
  .new_business3 .content .btns svg a:hover polygon {
    fill: #ff9521;
  }
  .new_business3 .content .btns svg a:hover text {
    fill: #fff;
  }
  .new_business3 .content .btns svg a:hover .a {
    opacity: 0;
  }
  .new_business3 .content .btns svg a:hover .b {
    opacity: 1;
  }
  .new_business7 .x-wrap .list .item .h:hover {
    color: #ff9521;
  }
  .new_business2 .frame .item:hover .h {
    color: #ff9521;
  }
}
@media screen and (max-width: 768px) {
  .new_business1 {
    padding: 0 0;
    height: auto;
  }
  .new_business1 .pic {
    position: static;
    padding: 0;
  }
  .new_business1 .pic::before {
    display: none;
  }
  .new_business1 .pic::after {
    display: none;
  }
  .new_business1 .pic img {
    width: 100%;
    height: auto;
  }
  .new_business1 .x-wrap {
    padding: 30px 0;
  }
  .new_business1 .text {
    width: auto;
    margin-top: 0px;
  }
  .new_business2 {
    background: none;
    height: auto;
    padding-top: 0;
  }
  .new_business2 .frame {
    margin-top: 30px;
  }
  .new_business2 .frame .item {
    width: calc(50% - 5px);
    margin-bottom: 15px;
  }
  .new_business2 .frame .item:nth-child(2n-1) {
    margin-left: 0;
  }
  .new_business2 .frame .item .h {
    margin-top: 10px;
  }
  .new_business3 {
    padding: 0 0;
    height: auto;
  }
  .new_business3::after {
    display: none;
  }
  .new_business3 .pic {
    position: static;
    padding: 0;
  }
  .new_business3 .pic::before {
    display: none;
  }
  .new_business3 .pic::after {
    display: none;
  }
  .new_business3 .pic img {
    width: 100%;
    height: auto;
  }
  .new_business3 .content {
    display: block;
    margin-top: 20px;
  }
  .new_business3 .content .btns {
    margin: 20px 0 0;
    width: auto;
    height: auto;
  }
  .new_business3 .content .btns svg {
    display: none;
  }
  .new_business3 .content .btns .m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .new_business3 .content .btns .m a {
    width: calc(33.33% - 10px);
    text-align: center;
    border-radius: 5px;
    background: #eee;
    padding: 15px 0;
  }
  .new_business3 .content .btns .m img {
    height: 40px;
  }
  .new_business3 .content .btns .m span {
    display: block;
  }
  .new_business3 .title1 {
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    text-align: center;
  }
  .new_business4 {
    padding: 60px 0;
    height: auto;
  }
  .new_business4 .pic {
    display: none;
  }
  .new_business4 .bg {
    display: none;
  }
  .new_business4 .title1 {
    text-align: center;
    height: auto !important;
  }
  .new_business4 .list {
    margin: 30px 0;
    height: auto;
  }
  .new_business4 .list .item {
    width: 33.33%;
    text-align: center;
    padding: 0 5px;
  }
  .new_business4 .list .item .h {
    margin-top: 10px;
  }
  .new_business4 .list .item .h::before {
    display: none;
  }
  .new_business5 {
    height: auto;
    padding: 40px 0;
    min-height: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333;
    background: #f0f0f0;
  }
  .new_business5::before {
    display: none;
  }
  .new_business5 .title1 {
    position: static;
    text-align: center;
    width: auto;
    height: auto;
    background: none;
    -webkit-transform: none;
    transform: none;
    margin: 0;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
  }
  .new_business5 .text {
    position: static;
    width: auto;
    margin-top: 15px;
    display: block;
  }
  .new_business5 .text .p {
    width: auto;
    margin-top: 15px;
  }
  .new_business5 .bg {
    display: none;
  }
  .new_business5 .content {
    display: block;
    position: static;
    margin-top: 20px;
  }
  .new_business5 .content .d {
    display: block;
    width: auto;
    margin-top: 15px;
    background: #fff;
  }
  .new_business5 .content .d .h {
    padding: 15px;
  }
  .new_business5 .content .d .pic {
    display: block;
  }
  .new_business6 {
    padding: 40px 0;
    height: auto;
  }
  .new_business6 .slick-slide:nth-child(2n) {
    margin-top: 0;
  }
  .new_business6 .frame .child .text {
    padding: 15px 0 0;
  }
  .new_business7 {
    height: auto;
  }
  .new_business7 .pic {
    position: static;
    padding: 0;
  }
  .new_business7 .pic::before {
    display: none;
  }
  .new_business7 .pic::after {
    display: none;
  }
  .new_business7 .pic img {
    width: 100%;
    height: auto;
  }
  .new_business7 .x-wrap {
    display: block;
    padding: 30px 0;
  }
  .new_business7 .title1 {
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    text-align: center;
  }
  .new_business7 .x-wrap .list {
    margin-left: 0;
  }
  .new_business7 .x-wrap .list .item {
    margin: 30px 0 0;
  }
  .new_business7 .x-wrap .more {
    width: auto;
    height: auto;
    background: none;
    position: static;
    background: #ff9521;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    margin: 30px auto 0;
    border-radius: 5px;
    width: 120px;
    height: 36px;
    display: block;
    line-height: 36px;
  }
  .new_business8 {
    height: auto;
    padding-bottom: 0;
  }
  .new_business8 .x-wrap {
    display: block;
  }
  .new_business8 .pics {
    border: none;
    width: auto;
  }
  .new_business8 .pics .item {
    -webkit-transform: none;
    transform: none;
  }
  .new_business8 .text {
    padding: 20px 0;
    background: none;
  }
  .new_business8 ul {
    margin-top: 20px;
  }
  .new_business8 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .new_business8 ul li::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 8px;
    margin-right: 10px;
  }
  .new_business9 {
    height: auto;
  }
  .new_business9 .pics {
    position: static;
    padding: 0;
  }
  .new_business9 .pics::before {
    display: none;
  }
  .new_business9 .pics::after {
    display: none;
  }
  .new_business9 .pics .child {
    position: static;
    display: none;
  }
  .new_business9 .pics .child img {
    width: 100%;
    height: auto;
  }
  .new_business9 .pics .child.act {
    display: block;
  }
  .new_business9 .title1 {
    background: none;
    position: static;
    width: auto;
    height: auto;
    color: #333;
    margin: 20px 0 0;
    line-height: 1;
  }
  .new_business9 .tabs {
    position: static;
    margin: 20px 0 0;
  }
  .new_business9 .tabs .item {
    padding: 15px;
    display: block;
    margin: 0 0;
    border: 2px solid transparent;
  }
  .new_business9 .tabs .item.now {
    border-radius: 10px;
    border-color: #ff9521;
  }
  .new_business9 .tabs .item .line2 {
    display: none;
  }
  .new_business9 .tabs .item:nth-child(2) {
    -webkit-transform: none;
    transform: none;
  }
  .new_business9 .tabs .item .h {
    margin-top: 5px;
  }
  .new_business10 {
    padding: 60px 0 40px;
    height: auto;
  }
  .new_business10 .frame {
    margin-top: 20px;
  }
  .new_business10 .frame .child .h {
    margin-top: 10px;
  }
  .new_business10 .slick-list {
    margin: 0 -10px;
  }
  .new_business11 {
    height: auto;
  }
  .new_business11 .x-wrap {
    display: block;
    padding: 30px 0;
  }
  .new_business11 .title1 {
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    text-align: center;
  }
  .new_business11 .pics {
    position: static;
    padding: 0;
  }
  .new_business11 .pics::before {
    display: none;
  }
  .new_business11 .pics::after {
    display: none;
  }
  .new_business11 .pics .child {
    position: static;
    display: none;
  }
  .new_business11 .pics .child img {
    width: 100%;
    height: auto;
  }
  .new_business11 .pics .child.act {
    display: block;
  }
  .new_business11 .tabs {
    margin: 20px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .new_business11 .tabs .item {
    margin: 0;
    width: calc(30%);
    padding-bottom: 10px;
  }
  .new_business11 .tabs .item:nth-child(2) {
    -webkit-transform: none;
    transform: none;
  }
  .new_business11 .tabs .item.now {
    background-size: 100% auto !important;
  }
  .new_business11 .more {
    width: auto;
    height: auto;
    background: none;
    position: static;
    background: #ff9521;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    margin: 30px auto 0;
    border-radius: 5px;
    width: 120px;
    height: 36px;
    display: block;
    line-height: 36px;
  }
  .new_business11 .line2 {
    display: none;
  }
  .new_business3.service4 .btns {
    width: auto;
    height: auto;
    left: 0;
  }
  .new_business3.service4 .rightbox .cont {
    left: 0;
  }
  .new_business3.service4 .leftbox .tracker {
    margin-right: 0;
  }
  .new_business9 .tabs {
    padding-top: 0;
  }
  .new_business8 .title1 {
    text-align: center;
  }
  .new_business8 .pics {
    margin-top: 25px;
  }
  .new_business8 .pics .slick-mod {
    -webkit-transform: none;
    transform: none;
  }
  .new_business8 .text {
    width: 100%;
  }
  .new_business8 ul {
    margin: 0;
  }
  .new_business8 ul li .txt {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .new_business8 ul .slick-active.slick-current .t {
    padding-left: 24px;
  }
  .new_business8 ul li .txt .t::before {
    width: 10px;
    height: 10px;
  }
  .new_business8 .text .slick-nav {
    text-align: center;
  }
  .new_business8 .slick-slide .t::before {
    background: #ff9521;
    color: #ff9521;
  }
  .new_business8 .slick-slide .t {
    color: #ff9521;
  }
  .new_business9 .pics .child {
    display: block;
    opacity: 1;
  }
  .new_business9 .pics {
    margin-top: 25px;
  }
  .new_business9 .title1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .new_business9 .title1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .new_business9 .slick-nav {
    text-align: center;
    margin-top: 15px;
  }
  .new_business5 {
    display: block;
    min-height: auto;
  }
  .new_business5 .bg {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin-top: 25px;
  }
  .new_business5 .bg .leftBox,
  .new_business5 .bg .rightBox {
    position: relative;
    width: auto;
    height: auto;
    position: relative;
    margin-top: 15px;
  }
  .bgBox {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .new_business5 .bg .content {
    position: relative;
    bottom: 0;
    margin-top: 0;
  }
  .new_business5 .bg .leftBox .content {
    width: auto;
    left: auto;
  }
  .new_business5 .bg .rightBox .content {
    width: auto;
    right: auto;
  }
  .new_business5 .bg .content .d {
    margin-top: 0;
  }
  .new_business4 .list .item .ico {
    width: 30px;
    margin: 0 auto;
  }
  .new_business3.service4 .leftbox .tracker {
    width: 100%;
  }
  .new_business3.service4 .leftbox .tracker-mod.dir-ver .tracker-box {
    height: auto !important;
  }
  .new_business3.service4 .leftbox .tracker .txt {
    padding-left: 20px;
  }
  .new_business3.service4 .leftbox .tracker .txt::before {
    display: block !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 15px;
  }
  .new_business3.service4 .leftbox .tracker-mod.dir-ver .tracker-item {
    color: #333 !important;
  }
  .en .new_business3.service4 .leftbox .tracker {
    margin-right: 0px;
  }
  .en .service4 .leftbox .tracker .txt {
    max-width: none;
  }
  .en .new_business5 .title1 {
    max-height: none;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .en .new_business5 .title1 {
    font-size: 22px;
  }
}

.noticedetails {
  position: relative;
  height: 506px;
}
.noticedetails .bg {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.noticedetailsbox {
  margin-top: -295px;
  padding-bottom: 160px;
}
.noticedetailsbox .mycontent p {
  margin-top: 1em !important;
}
.noticedetailsbox .content {
  position: relative;
  z-index: 9;
  padding: 110px 110px 45px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.11);
}
.noticedetailsbox .imgtext {
  padding: 0 1em;
}
.noticedetailsbox .imgtext .h {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .noticedetailsbox .imgtext .h {
    font-size: 20px;
  }
}
.noticedetailsbox .imgtext .date {
  font-size: 18px;
  color: #707070;
  margin-top: 5px;
  font-family: "avian";
}
@media screen and (max-width: 768px) {
  .noticedetailsbox .imgtext .date {
    font-size: 16px;
  }
}
.noticedetailsbox .imgtext .p {
  line-height: 26px;
  margin-top: 1em;
  color: #707070;
}
.noticedetailsbox .imgtext .pic {
  width: 530px;
  position: relative;
  overflow: hidden;
  margin: 1em auto 0;
}
.noticedetailsbox .imgtext .pic::before {
  content: "";
  display: block;
  padding-top: 63.39623%;
}
.noticedetailsbox .imgtext .pic .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.noticedetailsbox .imgtext .video {
  margin: 1em auto 0;
  width: 765px;
}
.noticedetailsbox .back {
  position: absolute;
  top: 42px;
  left: 50px;
  cursor: pointer;
  font-size: 0;
}
.noticedetailsbox .back .icon,
.noticedetailsbox .back .txt {
  display: inline-block;
  vertical-align: middle;
}
.noticedetailsbox .back .icon {
  width: 14px;
  position: relative;
  overflow: hidden;
}
.noticedetailsbox .back .icon::before {
  content: "";
  display: block;
  padding-top: 164.28571%;
}
.noticedetailsbox .back .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.noticedetailsbox .back .txt {
  font-size: 24px;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .noticedetailsbox .back .txt {
    font-size: 18px;
  }
}
.noticedetailsbox .share {
  margin-top: 1.5em;
  padding-top: 25px;
  border-top: 1px #dcdcdc solid;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .noticedetails {
    height: auto;
  }
  .noticedetails .bg {
    height: 60vw;
  }
  .noticedetailsbox {
    margin-top: -30vw;
    padding-bottom: 50px;
  }
  .noticedetailsbox .content {
    padding: 15px;
  }
  .noticedetailsbox .back {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
  }
  .noticedetailsbox .back .icon {
    width: 10px;
  }
  .noticedetailsbox .back .txt {
    padding-left: 8px;
  }
  .noticedetailsbox .imgtext {
    padding: 10px 0.5em 0;
  }
  .noticedetailsbox .imgtext .p {
    margin-top: 1em;
    line-height: inherit;
  }
  .noticedetailsbox .imgtext .pic {
    width: 100%;
    margin-top: 1em;
  }
  .noticedetailsbox .imgtext .video {
    width: 100%;
    margin-top: 1em;
  }
  .noticedetailsbox .share {
    margin-top: 1em;
    padding-top: 10px;
    padding-left: 0.5em;
  }
  .mycontent p img {
    width: 100%;
    height: auto;
  }
  .mycontent p video {
    width: 100%;
    height: auto;
  }
}

.svg-def {
  position: fixed;
}
.party-tab {
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.party-tab .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  position: relative;
  width: 33.333%;
  height: 85px;
  color: #fff;
}
.party-tab .link::after {
  content: "";
  position: absolute;
  width: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  height: 4px;
  background-color: #ff9521;
  border-radius: 2px;
  visibility: hidden;
}
.party-tab .link.cur {
  background-color: rgba(255, 149, 33, 0.6);
}
.party-tab .link.cur::after {
  visibility: visible;
}
.party-tab .icon {
  position: relative;
  overflow: hidden;
  width: 66px;
}
.party-tab .icon::before {
  content: "";
  display: block;
  padding-top: 77.61194%;
}
.party-tab .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.party-tab .p {
  margin-left: 20px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .party-tab .p {
    font-size: 18px;
  }
}
.party-bar {
  background: url(../images/img9.jpg) center no-repeat;
}
.party-bar .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 360px;
  color: #fff;
}
.party-bar .tit {
  margin-right: 120px;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .party-bar .tit {
    font-size: 26px;
  }
}
.party-bar .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.party-bar .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 95px;
}
.party-bar .li::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 50%;
  width: 14px;
  height: 14px;
  background-color: #ff9521;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.party-bar .li + .li {
  margin-left: 90px;
}
.party-bar .li + .li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 44px;
  border-left: 3px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.party-bar .li .icon {
  position: relative;
  overflow: hidden;
  margin-right: 18px;
  width: 68px;
}
.party-bar .li .icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.party-bar .li .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.party-bar .li .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
}
.party-bar .li .t {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .party-bar .li .t {
    font-size: 18px;
  }
}
.party1 {
  position: relative;
  padding-top: 156px;
  overflow: hidden;
}
.party1::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -1420px;
  width: 3000px;
  height: 712px;
  background-color: #f6f6f6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.party1 .mt {
  text-align: center;
}
.party1 .mt .icon {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 187px;
}
.party1 .mt .icon::before {
  content: "";
  display: block;
  padding-top: 41.71123%;
}
.party1 .mt .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.party1 .mt .t {
  display: inline-block;
  position: relative;
  margin-top: 22px;
  padding: 0 100px;
  font-size: 22px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .party1 .mt .t {
    font-size: 18px;
  }
}
.party1 .mt .t::before,
.party1 .mt .t::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  background-color: #ff9521;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.party1 .mt .t::before {
  left: 5px;
}
.party1 .mt .t::after {
  right: 5px;
}
.party1 .mt .s {
  position: relative;
  padding: 0 20px;
}
.party1 .mt .s::before,
.party1 .mt .s::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 95px;
  border-top: 1px dashed #ff9521;
}
.party1 .mt .s::before {
  right: 100%;
}
.party1 .mt .s::after {
  left: 100%;
}
.party1 .st {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1em;
  font-size: 40px;
  line-height: 1.2;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .party1 .st {
    font-size: 26px;
  }
}
.party1 .tab-mod {
  position: relative;
  margin-top: 44px;
}
.party1 .tab-bar {
  position: absolute;
  left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.party1 .tab-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 100px;
}
.party1 .tab-term::before,
.party1 .tab-term::after {
  content: "";
  position: absolute;
  top: 50%;
  opacity: 0.3;
}
.party1 .tab-term::before {
  right: 9px;
  width: 80px;
  border-top: 1px solid #ff9521;
}
.party1 .tab-term::after {
  right: 0;
  width: 9px;
  height: 9px;
  margin-top: 1px;
  background-color: #ff9521;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.party1 .tab-term + .tab-term {
  margin-top: 32px;
}
.party1 .tab-term .t1 {
  margin-right: 45px;
  font-size: 14px;
}
.party1 .tab-term .t2 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .party1 .tab-term .t2 {
    font-size: 18px;
  }
}
.party1 .tab-term.cur::before,
.party1 .tab-term.cur::after {
  opacity: 1;
}
.party1 .tracker-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.party1 .tab-term.c1 {
  margin-left: 55px;
}
.party1 .tab-term.c2 {
  margin-left: 110px;
}
.party1 .tab-term.c3 {
  margin-left: 165px;
}
.party1 .tab-cont {
  position: relative;
  float: right;
  width: 738px;
  height: 600px;
  z-index: 1;
}
.party1 .tab-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.party1 .tab-item.act {
  position: relative;
}
.party1 .slick-mod {
  width: 1083px;
  z-index: 1;
}
.party1 .slick-item {
  overflow: hidden;
}
.party1 .slick-item .img {
  position: relative;
  overflow: hidden;
}
.party1 .slick-item .img::before {
  content: "";
  display: block;
  padding-top: 55.40166%;
}
.party1 .slick-item .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.party1 .slick-item .img .i {
  visibility: hidden;
}
.party1 .slick-item .mask {
  display: none;
}
.party1 .slick-item .svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.party1 .slick-item .t {
  position: absolute;
  left: 325px;
  bottom: 38px;
  width: 400px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .party1 .slick-item .t {
    font-size: 16px;
  }
}
.party1 .slick-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 165px;
  height: 330px;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.party1 .slick-nav::before,
.party1 .slick-nav::after {
  content: "";
  position: absolute;
  top: 50%;
}
.party1 .slick-nav::before {
  left: 41%;
  width: 200%;
  padding-top: 200%;
  background-color: rgba(255, 149, 33, 0.3);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.party1 .slick-nav::after {
  left: 0;
  width: 50%;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.party1 .slick-dots {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.party1 .slick-dot {
  padding: 0 5px;
  font-family: avian;
  font-size: 24px;
  color: #ffd0b8;
}
@media screen and (max-width: 768px) {
  .party1 .slick-dot {
    font-size: 18px;
  }
}
.party1 .slick-dot + .slick-dot {
  margin-top: 22px;
}
.party1 .slick-dot.slick-active {
  color: #fff;
}
.party2 {
  padding: 156px 0 180px;
  background: url(../images/img6.jpg) center no-repeat;
}
.party2 .tit {
  text-align: center;
}
.party2 .tit .t {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .party2 .tit .t {
    font-size: 26px;
  }
}
.party2 .tit .more {
  display: inline-block;
  margin-top: 45px;
  padding: 10px;
  min-width: 145px;
  background-color: #ff9521;
  border-radius: 999px;
  line-height: normal;
  color: #fff;
}
.party2 .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 145px;
}
.party2 .ul > * {
  width: 0;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.party2 .li {
  max-width: 391px;
}
.party2 .li + .li {
  margin-left: 20px;
}
.party2 .li .d {
  font-family: avian;
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .party2 .li .d {
    font-size: 18px;
  }
}
.party2 .li .b {
  font-size: 54px;
}
.party2 .li .t {
  margin-top: 16px;
  padding-right: 65px;
  font-size: 18px;
  min-height: 56px;
}
@media screen and (max-width: 768px) {
  .party2 .li .t {
    font-size: 16px;
  }
}
.party2 .li .box {
  position: relative;
  margin-top: 38px;
}
.party2 .li .img {
  position: relative;
  overflow: hidden;
}
.party2 .li .img::before {
  content: "";
  display: block;
  padding-top: 56.42317%;
}
.party2 .li .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.party2 .li .pop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 35px;
  background-color: rgba(255, 149, 33, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.party2 .li .p {
  font-size: 14px;
  line-height: 1.8571;
  color: #fff;
}
.party2 .li .tac {
  margin-top: 32px;
}
.party2 .li .add_more {
  border-color: #fff;
}
.party2 .li .add_more .iconfont {
  color: #fff;
}
.party3 {
  margin-top: 156px;
}
.party3 .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.party3 .tit .t {
  width: 1em;
  font-size: 40px;
  line-height: 1.2;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .party3 .tit .t {
    font-size: 26px;
  }
}
.party3 .tit .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  padding: 10px;
  padding-left: 12px;
  width: 40px;
  height: 120px;
  background-color: #ff9521;
  border-radius: 999px;
  line-height: 1;
  color: #fff;
}
.party3 .bg {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1920px;
  background: url(../images/png4.png) center no-repeat;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.party3 .tab-bar {
  position: absolute;
  left: 44%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.party3 .tab-term {
  padding-left: 102px;
}
.party3 .tab-term + .tab-term {
  margin-top: 80px;
}
.party3 .tab-term .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.party3 .tab-term .d {
  margin-right: 15px;
  padding-left: 20px;
  font-family: avian;
  font-size: 22px;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 768px) {
  .party3 .tab-term .d {
    font-size: 18px;
  }
}
.party3 .tab-term .b {
  font-size: 54px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .party3 .tab-term .b {
    font-size: 28px;
  }
}
.party3 .tab-term .t {
  width: 275px;
  font-size: 18px;
  line-height: 1.5556;
}
@media screen and (max-width: 768px) {
  .party3 .tab-term .t {
    font-size: 16px;
  }
}
.party3 .tab-term.c1 {
  margin-left: -150px;
}
.party3 .tab-term.cur {
  background: url(../images/png8.png) left no-repeat;
}
.party3 .tab-cont {
  position: relative;
  width: 50%;
  z-index: 1;
}
.party3 .tab-cont::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1920px;
  background: url(../images/png4.png) center no-repeat;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.party3 .tab-item {
  display: none;
  margin-right: 55px;
}
.party3 .tab-item .img {
  float: right;
  position: relative;
  overflow: hidden;
  width: 906px;
}
.party3 .tab-item .img::before {
  content: "";
  display: block;
  padding-top: 66.22517%;
}
.party3 .tab-item .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.party3 .tab-item .cont {
  display: none;
}
.party3 .tab-item.act {
  display: block;
}
.party4 {
  padding: 193px 0 180px;
  background: url(../images/img8.jpg) center no-repeat;
}
.party4 .tit {
  width: 415px;
  text-align: center;
}
.party4 .tit .t {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .party4 .tit .t {
    font-size: 26px;
  }
}
.party4 .tit .more {
  display: inline-block;
  margin-top: 17px;
  padding: 10px;
  min-width: 145px;
  background-color: #ff9521;
  border-radius: 999px;
  line-height: normal;
  color: #fff;
}
.party4 .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 135px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.party4 .li {
  padding-right: 65px;
  width: 33.333%;
  position: relative;
  padding-bottom: 94px;
}
.party4 .li .d {
  font-family: avian;
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .party4 .li .d {
    font-size: 18px;
  }
}
.party4 .li .b {
  font-size: 54px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .party4 .li .b {
    font-size: 28px;
  }
}
.party4 .li .t {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.5556;
}
@media screen and (max-width: 768px) {
  .party4 .li .t {
    font-size: 16px;
  }
}
.party4 .li .p {
  margin-top: 20px;
  line-height: 1.625;
  color: #707070;
}
.party4 .li .add_more {
  border-color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}
.party4 .li .add_more .iconfont {
  color: #333;
}
@media screen and (min-width: 769px) {
  .party2 .li:hover .pop {
    opacity: 1;
    visibility: visible;
  }
  .party4 .li {
    padding-left: 10px;
  }
  .party4 .li .add_more:hover {
    border-color: #ff9521;
  }
  .party4 .li .add_more:hover .iconfont {
    color: #ff9521;
  }
  .party1 .tab-term:hover {
    color: #ff9521;
  }
  .party1 .tab-term:hover::before,
  .party1 .tab-term:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .party-tab {
    position: relative;
    background-color: #ff9521;
    -webkit-transform: none;
    transform: none;
  }
  .party-tab .link {
    display: block;
    padding: 10px;
    height: auto;
  }
  .party-tab .link::after {
    height: 3px;
  }
  .party-tab .icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: auto;
    width: 40px;
  }
  .party-tab .p {
    margin-left: 0;
    text-align: center !important;
  }
  .party-bar {
    background-size: cover;
  }
  .party-bar .box {
    display: block;
    padding: 50px 0;
    height: auto;
  }
  .party-bar .tit {
    margin-right: 0;
  }
  .party-bar .ul {
    display: block;
    margin-top: 20px;
  }
  .party-bar .li {
    padding-left: 30px;
  }
  .party-bar .li::before {
    left: 5px;
  }
  .party-bar .li + .li {
    margin-left: 0;
    margin-top: 20px;
  }
  .party-bar .li + .li::after {
    display: none;
  }
  .party-bar .li .icon {
    margin-right: 10px;
    width: 40px;
  }
  .party1 {
    padding-top: 50px;
  }
  .party1::before {
    display: none;
  }
  .party1 .mt .icon {
    width: 100px;
  }
  .party1 .mt .t {
    padding: 0 50px;
  }
  .party1 .tab-mod {
    margin-top: 20px;
  }
  .party1 .st {
    position: static;
    width: 100%;
    text-align: center;
    -webkit-transform: none;
    transform: none;
  }
  .party1 .tracker-track {
    display: table;
    white-space: nowrap;
  }
  .party1 .tab-bar {
    display: block;
    position: static;
    margin-top: 20px;
    -webkit-transform: none;
    transform: none;
  }
  .party1 .tab-term:nth-child(n) {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
    padding: 10px;
  }
  .party1 .tab-term:nth-child(n)::before,
  .party1 .tab-term:nth-child(n)::after {
    display: none;
  }
  .party1 .tab-term .t1 {
    margin-right: 0;
  }
  .party1 .tab-cont {
    float: none;
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .party1 .slick-mod {
    width: 100%;
  }
  .party1 .slick-item .img .i {
    visibility: visible;
  }
  .party1 .slick-item .mask {
    display: block;
  }
  .party1 .slick-item .svg {
    visibility: hidden;
  }
  .party1 .slick-item .t {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    width: auto;
  }
  .party1 .slick-nav {
    position: static;
    width: auto;
    height: auto;
    -webkit-transform: none;
    transform: none;
  }
  .party1 .slick-nav::before,
  .party1 .slick-nav::after {
    display: none;
  }
  .party1 .slick-dots {
    position: static;
    background-color: #ff9521;
    text-align: center;
    -webkit-transform: none;
    transform: none;
  }
  .party1 .slick-dot:nth-child(n) {
    display: inline-block;
    margin-top: 0;
    font-size: 14px;
  }
  .party2 {
    padding: 50px 0;
  }
  .party2 .tit .more {
    margin-top: 10px;
  }
  .party2 .ul {
    display: block;
    margin-top: 20px;
  }
  .party2 .ul .li {
    width: 100%;
    max-width: 100%;
  }
  .party2 .li + .li {
    margin-left: 0;
    margin-top: 30px;
  }
  .party2 .li .b {
    font-size: 30px;
  }
  .party2 .li .t {
    margin-top: 10px;
    padding-right: 0;
  }
  .party2 .li .box {
    margin-top: 10px;
  }
  .party3 .tit {
    display: block;
    position: static;
    text-align: center;
    -webkit-transform: none;
    transform: none;
  }
  .party3 .tit .t {
    width: 100%;
  }
  .party3 .tit .more {
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    width: auto;
    min-width: 145px;
    min-height: 1px;
    line-height: normal;
    height: auto;
  }
  .party3 .tab-bar {
    display: none;
  }
  .party3 .tab-mod .d {
    margin-right: 0;
    padding-left: 0;
  }
  .party3 .tab-cont {
    left: 0;
    margin-top: 20px;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
  .party3 .tab-cont::after {
    display: none;
  }
  .party3 .tab-item {
    display: block;
    margin-right: 0;
    opacity: 1;
    visibility: visible;
  }
  .party3 .tab-item + .tab-item {
    margin-top: 20px;
  }
  .party3 .tab-item .img {
    float: none;
    width: 100%;
  }
  .party3 .tab-item .cont {
    display: block;
    padding: 10px 0;
  }
  .party4 {
    padding: 50px 0;
    background-size: cover;
  }
  .party4 .tit {
    width: 100%;
  }
  .party4 .tit .more {
    margin-top: 10px;
  }
  .party4 .ul {
    display: block;
    margin-top: 20px;
  }
  .party4 .li {
    padding-right: 0;
    width: 100%;
    padding-bottom: 0;
  }
  .party4 .li + .li {
    margin-top: 30px;
  }
  .party4 .li .add_more {
    margin-top: 20px;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .party3 .tit .more {
    margin-right: 0;
  }
  .party2 .li .t {
    min-height: auto;
  }
  .party4 {
    background-image: url(../images/img8_m.jpg);
  }
  .party3 {
    margin-top: 50px;
  }
}

.recruit1 {
  height: 700px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.recruit1 .cont {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 100px;
}
.recruit1 .cont .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}
.recruit1 .cont .text .t2 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 13px;
}
@media screen and (max-width: 1400px) {
  .recruit1 .cont .text .t2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .recruit1 .cont .text .t2 {
    font-size: 28px;
  }
}
.recruit1 .cont .text .t3 {
  font-size: 20px;
  margin-top: 11px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .recruit1 .cont .text .t3 {
    font-size: 18px;
  }
}
.recruit1 .bread-mod {
  position: absolute;
  top: 130px;
  z-index: 9;
  width: 100%;
}
.recruit2 {
  position: relative;
  padding: 100px 0 158px;
}
.recruit2::before {
  content: "";
  width: 4px;
  height: 159px;
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #ff9521;
  border-radius: 2px;
}
.recruit2 .desc {
  color: #707070;
}
.recruit2 .desc .p {
  margin-top: 24px;
}
.recruit2 .cont {
  margin-top: 38px;
}
.recruit2 .cont .tit {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .recruit2 .cont .tit {
    font-size: 18px;
  }
}
.recruit2 .cont .slide-tit {
  height: 70px;
  background-color: #ff9521;
  color: #fff;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit2 .cont .slide-tit {
    font-size: 18px;
  }
}
.recruit2 .slideBox {
  margin-top: 22px;
}
.recruit2 .cont .li {
  padding: 0 10px;
  text-align: center;
}
.recruit2 .cont .li1 {
  width: 305px;
  text-align: left;
  padding-left: 105px;
}
.recruit2 .cont .li2 {
  width: 236px;
}
.recruit2 .cont .li3 {
  width: 367px;
}
.recruit2 .cont .li4 {
  width: 244px;
}
.recruit2 .cont .slide-cont .item .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "avian";
  padding: 20px 0 16px;
  cursor: pointer;
  position: relative;
}
.recruit2 .cont .slide-cont .item .ul::after {
  content: "";
  width: 30px;
  height: 11px;
  background-image: url(../images/arr14.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 58px;
}
.recruit2 .cont .slide-cont .item .ul.cur::after {
  background-image: url(../images/arr13.png);
}
.recruit2 .cont .slide-cont .item .text {
  background-color: #f8f7f7;
  padding: 20px 79px 29px 105px;
  display: none;
}
.recruit2 .cont .slide-cont .item .text .list {
  color: #707070;
  margin-top: 13px;
}
body:not(.en) .recruit2 .cont .slide-cont .item .text .list {
  text-align: justify;
  text-justify: inter-ideograph;
}
.recruit2 .cont .slide-cont .item .text .email {
  font-size: 24px;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .recruit2 .cont .slide-cont .item .text .email {
    font-size: 18px;
  }
}
.recruit2 .cont .slide-cont .item:nth-child(odd) .ul {
  background-color: #fdeee7;
}
.recruit2 .pageBox {
  margin-top: 50px;
}
.recruit3 {
  height: 359px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.recruit3 .cont {
  height: 100%;
}
.recruit3 .title1 {
  color: #fff;
  padding-top: 44px;
}
.recruit3 .list {
  padding: 0 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 90px;
}
.recruit3 .list .item {
  width: 291px;
  height: 71px;
  text-align: center;
  font-size: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit3 .list .item a {
  display: block;
  line-height: 69px;
}
@media screen and (max-width: 768px) {
  .recruit3 .list .item {
    font-size: 22px;
  }
}
.recruit3 .list .item:hover {
  background-color: #ff9521;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit1 {
    height: 60vw;
  }
  .recruit1 .cont {
    top: 0;
  }
  .recruit1 .cont .text .t2 {
    font-size: 28px;
    margin-top: 3px;
  }
  .recruit1 .cont .text .t3 {
    margin-top: 3px;
    font-size: 16px;
  }
  .recruit2 {
    padding: 50px 0;
  }
  .recruit2 .desc .p {
    margin-top: 10px;
  }
  .recruit2 .cont {
    margin-top: 30px;
  }
  .recruit2 .cont .slide-tit {
    height: 50px;
  }
  .recruit2 .cont .li {
    padding: 0 5px;
    font-size: 16px;
  }
  .recruit2 .cont .li1 {
    width: 32%;
    padding-left: 5px;
  }
  .recruit2 .cont .li2 {
    width: 18%;
  }
  .recruit2 .cont .li3,
  .recruit2 .cont .li4 {
    width: 25%;
    padding: 0 5px;
  }
  .recruit2 .cont .slide-cont .item .ul {
    padding: 10px 0 8px;
  }
  .recruit2 .cont .slide-cont .item .ul::after {
    display: none;
  }
  .recruit2 .cont .slide-cont .item .ul .li {
    font-size: 14px;
  }
  .recruit2 .cont .slide-cont .item .text {
    padding: 10px 15px;
  }
  .recruit2 .cont .slide-cont .item .text .tit {
    font-size: 14px;
  }
  .recruit2 .cont .slide-cont .item .text .list {
    margin-top: 5px;
    font-size: 14px;
  }
  .recruit2 .cont .slide-cont .item .text .email {
    margin-top: 5px;
    font-size: 14px;
  }
  .recruit2 .pageBox {
    margin-top: 30px;
  }
  .recruit3 {
    height: auto;
    padding: 50px 0;
  }
  .recruit3 .title1 {
    padding-top: 0;
    font-size: 22px;
  }
  .recruit3 .list {
    padding: 0;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recruit3 .list .item {
    width: 30%;
    height: auto;
    background-color: #ff9521;
    color: #fff;
  }
  .recruit3 .list .item a {
    line-height: 1.2;
    font-size: 18px;
    padding: 8px 0;
  }
  .en .recruit2 .slideBox {
    width: 100%;
    overflow-x: scroll;
  }
  .en .recruit2 .cont .slide-tit {
    width: 650px;
  }
  .en .recruit2 .cont .slide-cont {
    width: 650px;
  }
}

.reporthead {
  position: relative;
  height: 720px;
}
.reporthead .bread-mod {
  position: absolute;
  top: 130px;
  z-index: 9;
  width: 100%;
}
.reporthead .bg {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.reporthead .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.reporthead .text .inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 50px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.reporthead .text .inner .h1 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .reporthead .text .inner .h1 {
    font-size: 26px;
  }
}
.reporthead .text .inner .h2 {
  font-size: 60px;
  line-height: 1.2;
  font-family: "ss";
  padding-top: 10px;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .reporthead .text .inner .h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .reporthead .text .inner .h2 {
    font-size: 28px;
  }
}
.reporthead .text .inner .h3 {
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 10px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .reporthead .text .inner .h3 {
    font-size: 18px;
  }
}
.reporthead .text .inner .p {
  text-align: center;
  padding-top: 15px;
}
.reporthead .text .inner .p + .p {
  padding-top: 25px;
}
.reporthead .tab .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reporthead .tab {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  border-top: 1px rgba(255, 255, 255, 0.35) solid;
  color: #fff;
}
.reporthead .tab .link {
  display: block;
  width: calc(100% / 2);
  font-size: 0;
  line-height: 100px;
  text-align: center;
}
.reporthead .tab .icon,
.reporthead .tab .p {
  display: inline-block;
  vertical-align: middle;
}
.reporthead .tab .icon {
  width: 50px;
  position: relative;
  overflow: hidden;
}
.reporthead .tab .icon::before {
  content: "";
  display: block;
  padding-top: 80%;
}
.reporthead .tab .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.reporthead .tab .p {
  font-size: 24px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .reporthead .tab .p {
    font-size: 18px;
  }
}
.reporthead .tab .link.now {
  position: relative;
  background-color: rgba(255, 149, 33, 0.5);
}
.reporthead .tab .link.now::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 184px;
  border-radius: 2px;
  height: 4px;
  background-color: #ff9521;
}
.reportlist {
  padding: 130px 0 160px;
  background-color: #f5f5f5;
}
.reportlist li {
  list-style-type: none;
}
.reportlist .list {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}
.reportlist .list-width,
.reportlist .list-item {
  width: 362px;
  margin: 0 24px;
}
.reportlist .list-space {
  width: 72px;
}
.reportlist .list-item {
  margin-bottom: 50px;
  background-color: #fff;
}
.reportlist .item .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 287px;
}
.reportlist .item .pic::before {
  content: "";
  display: block;
  padding-top: 79.282%;
}
.reportlist .item .pic .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.reportlist .item .text {
  padding: 12px 20px;
  border-bottom: 4px transparent solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 92px;
}
.reportlist .item .date {
  font-size: 54px;
  line-height: 1.2;
  font-family: "avian";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}
@media screen and (max-width: 768px) {
  .reportlist .item .date {
    font-size: 28px;
  }
}
.reportlist .item .p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .reportlist .item .p {
    font-size: 18px;
  }
}
.reportlist .item .mask {
  display: none;
}
.reportlist .list-item.h2x .item .pic {
  position: relative;
  overflow: hidden;
}
.reportlist .list-item.h2x .item .pic::before {
  content: "";
  display: block;
  padding-top: 90.332%;
}
.reportlist .list-item.h2x .item .pic .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.reportlist .page {
  margin-top: 60px;
}
.en .reportlist .item .date {
  font-size: 44px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .en .reportlist .item .date {
    font-size: 28px;
  }
}
.en .reportlist .item .p {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .reportlist .item:hover .text {
    border-color: #ff9521;
  }
  .reportlist .item:hover .text .date {
    color: #ff9521;
  }
}
@media screen and (max-width: 768px) {
  .reporthead {
    height: auto;
  }
  .reporthead .bg {
    height: 60vw;
  }
  .reporthead .text {
    position: relative;
    padding: 30px 0;
  }
  .reporthead .text .inner {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: #333;
    padding: 0;
  }
  .reporthead .tab {
    position: relative;
    height: auto;
  }
  .reporthead .tab .x-wrap {
    margin: 0;
  }
  .reporthead .tab .link {
    line-height: inherit;
    padding: 10px 0;
    background-color: #3b3b3b;
  }
  .reporthead .tab .link.now {
    background-color: #ff9521;
  }
  .reporthead .tab .link.now::before {
    display: none;
  }
  .reporthead .tab .icon,
  .reporthead .tab .p {
    display: block;
  }
  .reporthead .tab .icon {
    margin: 0 auto;
  }
  .reporthead .tab .p {
    text-align: center;
    margin-left: 0;
    margin-top: 5px;
  }
  .reporthead .text .inner .h2 {
    padding-top: 5px;
  }
  .reporthead .text .inner .h3 {
    padding-top: 5px;
  }
  .reporthead .text .inner .p {
    padding-top: 10px;
  }
  body:not(.en) .reporthead .text .inner .p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .reporthead .text .inner .p + .p {
    padding-top: 10px;
  }
  .reportlist {
    padding: 50px 0;
  }
  .reportlist .list {
    margin-bottom: -15px;
  }
  .reportlist .list-item {
    margin-bottom: 15px;
  }
  .reportlist .list-width,
  .reportlist .list-item {
    width: 100%;
  }
  .reportlist .list-space {
    width: 0;
  }
  .reportlist .list-item:nth-of-type(3) {
    margin-top: 0;
  }
  .reportlist .list-item:nth-child(5) {
    margin-top: 0;
  }
  .reportlist .item .text {
    height: auto;
    padding: 12px 15px 10px;
    border-bottom: 0;
  }
  .reportlist .page {
    margin-top: 25px;
  }
}

.resulthead {
  position: relative;
  height: 340px;
}
.resulthead .bg {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.resulthead .text {
  width: 100%;
  height: calc(100% - 100px);
  position: absolute;
  top: 100px;
  left: 0;
}
.resulthead .text .inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 50px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.resulthead .text .inner .h1 {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .resulthead .text .inner .h1 {
    font-size: 26px;
  }
}
.result-page {
  padding: 50px 0 160px;
}
.result-page .result-head {
  text-align: center;
}
.result-page .result-head .t {
  font-size: 1.7em;
}
.result-page .result-head .s {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .result-page .result-head .s {
    font-size: 22px;
  }
}
.result-page .result-list {
  margin-bottom: 50px;
}
.result-page .result-list .list-item {
  margin-top: 30px;
  padding: 30px 20px 40px;
  background-color: #f7f7f7;
  position: relative;
}
.result-page .result-list .t {
  margin-bottom: 10px;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .result-page .result-list .t {
    font-size: 18px;
  }
}
.result-page .result-list .p {
  color: #707070;
  font-size: 14px;
}
body:not(.en) .result-page .result-list .p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.result-page .result-list .date {
  position: absolute;
  bottom: 27px;
  right: 20px;
  font-size: 14px;
  font-family: "avian";
  color: #707070;
}
.result-page .key {
  color: #ff9521;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .result-page .result-list .t:hover {
    color: #ff9521;
  }
}
@media screen and (max-width: 768px) {
  .resulthead {
    height: auto;
  }
  .resulthead .bg {
    height: 60vw;
  }
  .resulthead .text {
    top: 0;
    height: 100%;
  }
  .resulthead .text .inner {
    padding: 0;
  }
  .result-page {
    padding: 25px 0 50px;
  }
  .result-page .result-list {
    margin-bottom: 25px;
  }
  .result-page .result-list .list-item {
    margin-top: 15px;
    padding: 20px;
  }
  .result-page .result-list .t {
    margin-bottom: 5px;
  }
  .result-page .result-list .date {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: right;
    margin-top: 5px;
  }
}

.servicehead {
  position: relative;
  height: 700px;
}
.servicehead .bread-mod {
  position: absolute;
  top: 130px;
  z-index: 9;
  width: 100%;
}
.servicehead .bg {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.servicehead .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.servicehead .text .inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 50px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.servicehead .text .inner .h1 {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .servicehead .text .inner .h1 {
    font-size: 26px;
  }
}
.servicehead .text .inner .h2 {
  font-size: 60px;
  line-height: 1.2;
  font-family: "ss";
  padding-top: 10px;
}
@media screen and (max-width: 1400px) {
  .servicehead .text .inner .h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .servicehead .text .inner .h2 {
    font-size: 28px;
  }
}
.servicehead .text .inner .h3 {
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .servicehead .text .inner .h3 {
    font-size: 18px;
  }
}
.service2 {
  position: relative;
  padding: 160px 0 0;
}
.service2 .x-wrap {
  position: static;
}
.service2 .title {
  font-size: 40px;
  line-height: 1.2;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 160px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .service2 .title {
    font-size: 26px;
  }
}
.service2 .bgBox {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.service2 .bgBox .x-wrap {
  position: relative;
}
.service2 .bgBox i {
  position: absolute;
  left: -76px;
  bottom: 1150px;
  height: 1px;
  background-color: #e8e8e8;
  width: 2000px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 99;
}
.service2 .cont {
  height: 805px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.service2 .cont .leftBox {
  width: 500px;
  height: 100%;
}
.service2 .cont .leftBox .click {
  position: relative;
}
.service2 .cont .leftBox .click::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 179px;
  height: 4px;
  background-color: #ff9521;
  bottom: -12px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.service2 .cont .leftBox .click .icon {
  width: 100px;
  height: 66px;
  margin: 0 auto;
  position: relative;
}
.service2 .cont .leftBox .click .icon .ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service2 .cont .leftBox .click .icon .ico img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.service2 .cont .leftBox .click .icon .ico2 {
  opacity: 0;
}
.service2 .cont .leftBox .bgBox {
  z-index: 2;
  pointer-events: none;
}
.service2 .cont .leftBox .click .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  margin-top: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .service2 .cont .leftBox .click .txt {
    font-size: 18px;
  }
}
.service2 .cont .leftBox .click .txt .p {
  margin: 0 4px;
  text-align: center;
}
.service2 .cont .leftBox .tracker-mod2 {
  height: 100%;
  position: relative;
  z-index: 2;
}
.service2 .tracker-mod2 .tracker-box {
  height: 100%;
  overflow: visible;
}
.service2 .tracker-mod2 .tracker-track {
  height: 100%;
  position: relative;
}
.service2 .tracker-mod2 .tracker-item {
  position: absolute;
  width: 176px;
}
.service2 .tracker-mod2 .tracker-item.tr1 {
  right: 245px;
  top: 120px;
}
.service2 .tracker-mod2 .tracker-item.tr2 {
  right: 160px;
  top: 348px;
}
.service2 .tracker-mod2 .tracker-item.tr3 {
  right: 315px;
  top: 580px;
}
.service2 .tracker-mod2 .tracker-item.cur::before {
  content: "";
  width: 164px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/line1a.png) no-repeat right center;
  z-index: 99;
}
.service2 .tracker-mod2 .tracker-item.cur.tr1::before {
  top: 30px;
  left: -313px;
  width: 313px;
}
.service2 .tracker-mod2 .tracker-item.cur.tr2::before {
  top: 36px;
  left: -164px;
}
.service2 .tracker-mod2 .tracker-item.cur.tr3::before {
  top: 40px;
  left: -244px;
  width: 244px;
}
.service2 .cont .rightBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.service2 .cont .rightBox .tabCont {
  position: absolute;
  top: 0;
  left: -345px;
  width: 1082px;
}
.service2 .cont .rightBox .tabCont .tab-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.service2 .cont .rightBox .tabCont .tab-cont.act {
  position: relative;
  opacity: 1;
}
.service2 .cont .rightBox .tabCont .tab-cont .img {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.service2 .cont .rightBox .tabCont .tab-cont .img::before {
  content: "";
  display: block;
  padding-top: 74.39926%;
}
.service2 .cont .rightBox .tabCont .tab-cont .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.service2 .cont .rightBox .tabCont .tab-cont .arr {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 502px;
  height: 100%;
  background: url(../images/arr1.png) no-repeat center/cover;
}
.service3 {
  padding: 160px 0;
  background-image: url(../images/bg_02.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.service3 .title {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service3 .title {
    font-size: 26px;
  }
}
.service3 .content {
  margin-top: 45px;
}
.service3 .slick-nav {
  text-align: center;
  margin-top: 40px;
}
.service3 .slick-nav .slick-arrow {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.service3 .slick-nav .slick-prev {
  background-image: url(../images/arrow1a1.png);
}
.service3 .slick-nav .slick-next {
  background-image: url(../images/arrow1b1.png);
}
.service3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service3 .item + .item {
  margin-left: 30px;
}
.service3 .item:nth-child(odd) {
  padding-top: 50px;
}
.service3 .item {
  width: 390px;
  position: relative;
}
.service3 .item .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.service3 .item .pic::before {
  content: "";
  display: block;
  padding-top: 123.07692%;
}
.service3 .item .pic .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.service3 .item .pic .add_more {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-color: #fff;
}
.service3 .item .pic .add_more .iconfont {
  color: #fff;
}
.service3 .item .pic::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 149, 33, 0.55);
}
.service3 .item .text {
  padding: 15px 40px 0;
  text-align: center;
}
.service3 .item .text .h {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .service3 .item .text .h {
    font-size: 20px;
  }
}
.service3 .item .text .p {
  color: #707070;
  margin-top: 5px;
  text-align: center;
}
.service3 .item .text .p + .p {
  margin-top: 0;
}
.service3 .item .a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
}
.service4 .title {
  text-align: center;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service4 .title .h2 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
  max-height: 500px;
}
@media screen and (max-width: 768px) {
  .service4 .title .h2 {
    font-size: 26px;
  }
}
body:not(.lang-en) .service4 .title .h2 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.service4 .title .h3 {
  font-size: 22px;
  color: #707070;
  margin: 0;
  max-height: 500px;
}
@media screen and (max-width: 768px) {
  .service4 .title .h3 {
    font-size: 18px;
  }
}
body:not(.lang-en) .service4 .title .h3 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.service4 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 600px;
}
.service4 .leftbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.service4 .leftbox .bgbox {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -345px;
  top: 0;
  width: 1920px;
  height: 100%;
  z-index: 2;
}
.service4 .leftbox .xicon {
  display: none;
}
.service4 .leftbox .tracker-mod.tact1 {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.service4 .leftbox .tracker-mod {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.service4 .leftbox .tracker-mod.dir-ver .tracker-item {
  margin: 0;
}
.service4 .leftbox .tracker-mod.dir-ver .tracker-item + .tracker-item {
  margin-top: 28px;
}
.service4 .leftbox .tracker-mod.dir-ver .tracker-box {
  height: 272px;
}
.service4 .leftbox .tracker {
  margin-left: 160px;
  position: relative;
  z-index: 2;
}
.service4 .leftbox .tracker .txt {
  font-size: 20px;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service4 .leftbox .tracker .txt {
    font-size: 18px;
  }
}
.service4 .leftbox .tracker .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: #ff9521;
  border-radius: 50%;
}
.service4 .rightbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}
.service4 .rightbox .cont.tact1 {
  opacity: 1;
  visibility: visible;
}
.service4 .rightbox .cont {
  position: absolute;
  width: 1060px;
  right: -345px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.service4 .rightbox .cont .pic {
  width: 1060px;
  position: relative;
  overflow: hidden;
}
.service4 .rightbox .cont .pic::before {
  content: "";
  display: block;
  padding-top: 56.60377%;
}
.service4 .rightbox .cont .pic .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.service4 .rightbox .cont .pic .mask {
  display: none;
}
.service4 .rightbox .cont .contitem {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.service4 .rightbox .cont .contitem.act {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
}
.service4 .rightbox .cont .slick-nav {
  text-align: center;
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
.service4 .rightbox .cont .slick-nav .slick-arrow {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.service4 .rightbox .cont .slick-nav .slick-prev {
  background-image: url(../images/arrow2a1.png);
}
.service4 .rightbox .cont .slick-nav .slick-next {
  background-image: url(../images/arrow2b1.png);
}
.service4 .rightbox .cont .pic .text {
  position: absolute;
  width: 300px;
  bottom: 110px;
  left: 293px;
  color: #fff;
}
.service4 .rightbox .cont .pic .text .t1 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .service4 .rightbox .cont .pic .text .t1 {
    font-size: 22px;
  }
}
.service4 .rightbox .cont .pic .text .t2 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .service4 .rightbox .cont .pic .text .t2 {
    font-size: 16px;
  }
}
.service4 .btns {
  width: 314px;
  height: 326px;
  position: absolute;
  z-index: 3;
  left: 341px;
  top: 136px;
}
.service4 .btns .img3_class {
  width: 100%;
  height: 100%;
}
.service4 .btns .m {
  display: none;
}
.service4 .btns svg {
  width: 100%;
  height: 100%;
}
.service4 .btns svg polygon {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service4 .btns svg text {
  font-size: 20px;
  fill: #333;
}
@media screen and (max-width: 768px) {
  .service4 .btns svg text {
    font-size: 18px;
  }
}
.service4 .btns svg .a1 {
  fill: #f6f6f6;
}
.service4 .btns svg .a2 {
  fill: #e3e3e3;
}
.service4 .btns svg .a3 {
  fill: #fff;
}
.service4 .btns svg .arricon.acur polygon {
  fill: #ff9521;
}
.service4 .btns svg .arricon.acur .a {
  opacity: 0;
}
.service4 .btns svg .arricon.acur .b {
  opacity: 1;
}
.service4 .btns svg .arricon.acur text {
  fill: #fff;
}
.service4 .btns .b {
  opacity: 0;
}
.service5 {
  padding: 20px 0 70px;
}
.service5 .title {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  font-size: 40px;
  line-height: 1.2;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service5 .title {
    font-size: 26px;
  }
}
.service5 .content {
  width: 1049px;
}
.service5 .slick-slide {
  position: relative;
}
.service5 .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 684px;
  background: url(../images/bg_05.png) no-repeat center/cover;
}
.service5 .slick-item {
  display: inline-block;
}
.service5 .slick-mod {
  padding-right: 8px;
}
.service5 .slick-mod::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 240px;
  width: 4px;
  height: 171px;
  background-color: #ff9521;
}
.service5 .item {
  width: 100%;
  height: 342px;
  position: relative;
}
.service5 .item .inner {
  padding: 101px 60px 0;
}
.service5 .item .a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}
.service5 .item .h {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .service5 .item .h {
    font-size: 16px;
  }
}
.service5 .item .p {
  font-size: 14px;
  color: #707070;
  margin-top: 15px;
  min-height: 22px;
}
.service5 .item .icondown {
  margin-top: 35px;
  width: 40px;
  height: 40px;
  border: 1px #ff9521 solid;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  display: block;
  cursor: pointer;
}
.service5 .item .icondown img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.service5 .item .hov {
  display: none;
}
.service5 .item.orange-line::before {
  content: "";
  position: absolute;
  top: 67px;
  left: 0;
  width: 4px;
  height: 104px;
  background: #ff9521;
}
.service5 .item.black-line::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -40px;
  width: 159px;
  height: 4px;
  background: #ff9521;
}
.service5 .slick-nav {
  text-align: center;
  margin-top: 40px;
}
.service5 .slick-nav .slick-arrow {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.service5 .slick-nav .slick-prev {
  background-image: url(../images/arrow1a1.png);
}
.service5 .slick-nav .slick-next {
  background-image: url(../images/arrow1b1.png);
}
.service6 .title {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service6 .title {
    font-size: 26px;
  }
}
.service6 .content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 115px;
  position: relative;
  height: 800px;
}
.service6 .content .leftbox .bg {
  position: absolute;
  left: -345px;
  top: 0;
  width: 1140px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.service6 .content .leftbox .bg::before {
  content: "";
  display: block;
  padding-bottom: 70.176%;
}
.service6 .content .leftbox .text {
  width: 380px;
  color: #fff;
}
.service6 .content .rightbox .bg {
  position: absolute;
  right: -345px;
  top: 0;
  width: 1920px;
  height: 800px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.service6 .content .rightbox .text {
  width: 350px;
  height: 480px;
}
.service6 .content .rightbox .txt + .txt {
  margin-top: 170px;
}
.service6 .content .rightbox .txt .h {
  position: relative;
  padding-left: 35px;
}
.service6 .content .rightbox .txt .h::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #ff9521;
}
.service6 .content .text {
  position: relative;
}
.service6 .content .text .h {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .service6 .content .text .h {
    font-size: 20px;
  }
}
.service6 .content .text .p {
  margin-top: 15px;
}
.en .service2 .title {
  text-align: center;
  width: 40%;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .en .service2 .title {
    font-size: 22px;
  }
}
.en .service4 .btns svg text {
  font-size: 14px;
}
.en .service6 .content .rightbox .text {
  height: 580px;
}
.en .service6 .content .rightbox .txt + .txt {
  margin-top: 50px;
}
.en .service2 .cont .leftBox .click .txt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .en .service2 .cont .leftBox .click .txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .service3 .slick-nav .slick-prev:hover {
    background-image: url(../images/arrow1a.png);
  }
  .service3 .slick-nav .slick-next:hover {
    background-image: url(../images/arrow1b.png);
  }
  .service3 .item:hover .pic::after {
    display: block;
  }
  .service3 .item:hover .mask {
    display: none;
  }
  .service4 .rightbox .cont .slick-nav .slick-prev:hover {
    background-image: url(../images/arrow1a.png);
  }
  .service4 .rightbox .cont .slick-nav .slick-next:hover {
    background-image: url(../images/arrow1b.png);
  }
  .service4 .btns svg a:hover polygon {
    fill: #ff9521;
  }
  .service4 .btns svg a:hover .a {
    opacity: 0;
  }
  .service4 .btns svg a:hover .b {
    opacity: 1;
  }
  .service4 .btns svg a:hover text {
    fill: #fff;
  }
  @-webkit-keyframes bottom {
    0% {
      margin-top: 0;
      opacity: 1;
    }
    100% {
      margin-top: 10px;
      opacity: 0.2;
    }
  }
  @keyframes bottom {
    0% {
      margin-top: 0;
      opacity: 1;
    }
    100% {
      margin-top: 10px;
      opacity: 0.2;
    }
  }
  .service5 .item .icondown:hover img {
    -webkit-animation: bottom 1s infinite;
    animation: bottom 1s infinite;
  }
  .service5 .slick-nav .slick-prev:hover {
    background-image: url(../images/arrow1a.png);
  }
  .service5 .slick-nav .slick-next:hover {
    background-image: url(../images/arrow1b.png);
  }
  .service2 .cont .leftBox .tracker-mod2 .tracker-item.cur::before {
    content: "";
    width: 164px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/line1a.png) no-repeat right center;
    z-index: 99;
  }
  .service2 .cont .leftBox .tracker-mod2 .tracker-item.cur.tr1::before {
    top: 30px;
    left: -313px;
    width: 313px;
  }
  .service2 .cont .leftBox .tracker-mod2 .tracker-item.cur.tr2::before {
    top: 36px;
    left: -164px;
  }
  .service2 .cont .leftBox .tracker-mod2 .tracker-item.cur.tr3::before {
    top: 40px;
    left: -244px;
    width: 244px;
  }
  .service2 .cont .leftBox .cur .click .icon .ico2 {
    opacity: 1;
  }
  .service2 .cont .leftBox .cur .click .icon .ico1 {
    opacity: 0;
  }
  .service2 .cont .leftBox .cur .click::after {
    opacity: 1;
  }
  .service2 .cont .leftBox .cur .click .txt {
    color: #333333;
  }
  .en .service5 .title {
    min-height: 500px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
  .en .service4 .btns svg text {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  .en .service4 .btns svg a:nth-child(2) text {
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px);
  }
}
@media screen and (max-width: 768px) {
  .servicehead {
    height: auto;
  }
  .servicehead .bg {
    height: 60vw;
  }
  .servicehead .text {
    position: relative;
    padding-top: 30px;
  }
  .servicehead .text .inner {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: #333;
    padding: 0;
  }
  .service2 {
    padding: 50px 0;
  }
  .service2 .title {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    text-align: center;
    width: auto;
  }
  .service2 .cont {
    height: auto;
    display: block;
    margin-top: 30px;
  }
  .service2 .cont .leftBox {
    width: 100%;
    height: auto;
  }
  .service2 .bgBox {
    display: none;
  }
  .service2 .tracker-mod2 .tracker-item {
    position: relative;
    width: auto;
    margin: 0 15px;
  }
  .service2 .tracker-mod2 .tracker-item.tr1 {
    right: 0;
    top: 0;
  }
  .service2 .tracker-mod2 .tracker-item.tr2 {
    right: 0;
    top: 0;
  }
  .service2 .tracker-mod2 .tracker-item.tr3 {
    right: 0;
    top: 0;
  }
  .service2 .tracker-mod2 .tracker-item.cur::before {
    display: none;
  }
  .service2 .cont .leftBox .click::after {
    display: none;
  }
  .service2 .cont .leftBox .click .icon {
    width: 60px;
    height: 40px;
  }
  .service2 .cont .rightBox {
    margin-top: 20px;
  }
  .service2 .cont .rightBox .tabCont {
    position: relative;
    left: 0;
    width: 100%;
  }
  .service2 .cont .rightBox .tabCont .tab-cont .arr {
    display: none;
  }
  .service2 .cont .rightBox .tabCont .tab-cont {
    position: relative;
    opacity: 1;
  }
  .service3 {
    padding: 0 0 50px 0;
    background-image: none;
  }
  .service3 .content {
    margin-top: 20px;
  }
  .service3 .list {
    display: block;
  }
  .service3 .item:nth-child(odd) {
    padding-top: 0;
  }
  .service3 .item + .item {
    margin-left: 0;
  }
  .service3 .item {
    width: 100%;
  }
  .service3 .item .text {
    padding: 10px 20px;
  }
  .service3 .item .text .p {
    margin-top: 0;
  }
  .service3 .slick-nav {
    margin-top: 10px;
  }
  .service3 .slick-nav .slick-arrow {
    width: 42px;
    height: 30px;
  }
  .service4 .content {
    height: auto;
    display: block;
  }
  .service4 .leftbox {
    display: block;
    height: auto;
  }
  .service4 .leftbox .bgbox {
    display: none;
  }
  .service4 .title {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  body:not(.lang-en) .service4 .title {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .service4 .title .h3 {
    margin-top: 5px;
  }
  .service4 .leftbox .tracker {
    margin-left: 0;
    margin-top: 15px;
  }
  .service4 .leftbox .tracker .txt {
    padding-left: 0;
    padding-bottom: 6px;
  }
  .service4 .leftbox .tracker-item.cur .txt::before {
    display: block;
  }
  .service4 .leftbox .tracker .txt::before {
    width: 100%;
    height: 2px;
    border-radius: 0;
    bottom: 0;
    top: auto;
    display: none;
  }
  .tracker-mod.dir-hor .tracker-item + .tracker-item {
    margin-left: 30px;
  }
  .service4 .rightbox {
    height: auto;
    margin-top: 15px;
  }
  .service4 .rightbox .cont {
    width: 100%;
    right: 0;
  }
  .service4 .rightbox .cont.tact1 {
    position: relative;
  }
  .service4 .rightbox .cont .pic {
    width: 100%;
  }
  .service4 .rightbox .cont .slick-nav {
    bottom: 10px;
  }
  .service4 .rightbox .cont .slick-nav .slick-arrow {
    width: 42px;
    height: 30px;
  }
  .service4 .btns {
    margin: 20px 0 0;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .service4 .btns svg {
    display: none;
  }
  .service4 .btns .m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .service4 .btns .m a {
    width: calc(33.33% - 10px);
    text-align: center;
    height: 22vw;
    border-radius: 5px;
    background: #eee;
    display: table;
  }
  .service4 .btns .m img {
    width: 35px;
  }
  .service4 .btns .m .inner {
    display: table-cell;
    vertical-align: middle;
  }
  .service4 .btns .m .b {
    display: none;
  }
  .service4 .btns .m .arricon.acur {
    background-color: #ff9521;
  }
  .service4 .btns .m .arricon.acur .a {
    display: none;
  }
  .service4 .btns .m .arricon.acur .b {
    display: inline;
    opacity: 1;
  }
  .service4 .btns .m .arricon.acur .txt {
    color: #fff;
  }
  .service5 {
    padding: 50px 0 50px;
  }
  .service5 .title {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    text-align: center;
  }
  .service5 .content {
    width: 100%;
    margin-top: 20px;
  }
  .service5 .slick-slide::before {
    display: none;
  }
  .service5 .item {
    width: 100%;
    height: auto;
    border-left: 0;
  }
  .service5 .item .inner {
    text-align: center;
  }
  .service5 .item .p {
    text-align: center;
    margin-top: 5px;
  }
  .service5 .item .icondown {
    width: 35px;
    height: 35px;
    margin: 15px auto 0;
    line-height: 28px;
  }
  .service5 .slick-nav {
    margin-top: 20px;
  }
  .service5 .slick-nav .slick-arrow {
    width: 42px;
    height: 30px;
  }
  .service6 .content {
    margin-top: 20px;
    display: block;
    height: auto;
    padding-bottom: 0;
  }
  .service6 .content .leftbox .bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .service6 .content .rightbox .bg {
    display: none;
  }
  .service6 .content .leftbox {
    position: relative;
  }
  .service6 .content .leftbox .text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    padding: 30px;
  }
  .service6 .content .text .p {
    margin-top: 5px;
  }
  .service6 .content .rightbox {
    padding: 15px 0 20px;
  }
  .service6 .content .rightbox .text {
    width: 100%;
    height: auto;
  }
  .service6 .content .rightbox .txt + .txt {
    margin-top: 15px;
  }
  .service6 .content .rightbox .txt .h {
    padding-left: 20px;
  }
  .service6 .content .rightbox .txt .h::before {
    width: 10px;
    height: 10px;
  }
  .service5 .slick-mod::after {
    display: none;
  }
  .service5 .item.orange-line::before {
    display: none;
  }
  .service4 .title .h2 {
    max-height: none;
  }
  body:not(.lang-en) .service4 .title .h2 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .service4 .title .h3 {
    max-height: none;
  }
  body:not(.lang-en) .service4 .title .h3 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .service4 .title {
    display: block;
  }
  .service2 .cont .leftBox .slick-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    background: url(../images/arrow3a1.png) no-repeat center;
    background-size: cover;
  }
  .service2 .cont .leftBox .slick-arrow.slick-prev {
    left: 0;
  }
  .service2 .cont .leftBox .slick-arrow.slick-next {
    right: 0;
  }
  .service2 .cont .leftBox .slick-arrow:hover {
    background: url(../images/arrow3b1.png) no-repeat center;
    background-size: cover;
  }
  .service2 .cont .leftBox .slick-arrow.slick-disabled,
  .service2 .cont .leftBox .slick-arrow.slick-disabled:hover {
    opacity: 1;
  }
  .service2 .tracker-mod2 .tracker-item {
    margin: 0;
  }
  .service2 .cont .leftBox .tracker-track {
    padding: 0 20px;
  }
  .service2 .cont .leftBox .slick-current.slick-active .tracker-item .txt {
    color: #ff9521;
    position: relative;
  }
  .service2
    .cont
    .leftBox
    .slick-current.slick-active
    .tracker-item
    .txt::after {
    content: "";
    width: 106px;
    height: 5px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/h16.png) no-repeat center;
    background-size: cover;
    bottom: -7px;
  }
  .service2
    .cont
    .leftBox
    .slick-current.slick-active
    .tracker-item
    .icon
    .ico1 {
    opacity: 0;
    visibility: hidden;
  }
  .service2
    .cont
    .leftBox
    .slick-current.slick-active
    .tracker-item
    .icon
    .ico2 {
    opacity: 1;
    visibility: visible;
  }
  .service5 .item .inner {
    padding: 20px;
  }
  .service5 .item.black-line::before,
  .service5 .slick-mod::after {
    display: none;
  }
  .en .service4 .btns svg text {
    font-size: 14px;
  }
  .en .service6 .content .rightbox .text {
    height: auto;
  }
  .en .service6 .content .rightbox .txt + .txt {
    margin-top: 15px;
  }
  .en .service4 .btns .m img {
    width: 30px;
  }
  .en .service4 .btns .m .txt {
    font-size: 14px;
    line-height: 1.2;
  }
  .en .service2 .cont .leftBox .click .txt {
    font-size: 14px;
  }
  .en
    .service2
    .cont
    .leftBox
    .slick-current.slick-active
    .tracker-item
    .txt::after {
    display: none;
  }
  .service4 .rightbox .cont .pic .text {
    width: auto;
    left: 0;
    right: 0;
    bottom: 5px;
    padding: 0 15px;
  }
  .service4 .rightbox .cont .slick-nav {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    -webkit-transform: none;
    transform: none;
    margin-top: 20px;
  }
  .service4 .rightbox .cont .slick-nav .slick-prev {
    background-image: url(../images/arrow1a1.png);
  }
  .service4 .rightbox .cont .slick-nav .slick-next {
    background-image: url(../images/arrow1b1.png);
  }
  .service4 .leftbox .tracker-mod.dir-ver .tracker-item + .tracker-item {
    margin-top: 5px;
  }
}

.sitemap-page {
  padding: 50px 0;
}
.sitemap-page .dl {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.sitemap-page .dt {
  font-size: 1.2em;
}
.sitemap-page .dd {
  margin-top: 20px;
  padding-left: 4em;
}
.sitemap-page .link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.sitemap-page .link + .link {
  margin-left: 20px;
}
@media screen and (min-width: 769px) {
  .sitemap-page .link:hover {
    color: #ff9521;
  }
}

.union1 {
  position: relative;
  padding-top: 156px;
  overflow: hidden;
}
.union1::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -1420px;
  width: 3000px;
  height: 712px;
  background-color: #f6f6f6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.union1 .mt {
  text-align: center;
}
.union1 .mt .icon {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 222px;
}
.union1 .mt .icon::before {
  content: "";
  display: block;
  padding-top: 35.13514%;
}
.union1 .mt .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.union1 .mt .t {
  display: inline-block;
  position: relative;
  margin-top: 22px;
  padding: 0 100px;
  font-size: 22px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .union1 .mt .t {
    font-size: 18px;
  }
}
.union1 .mt .t::before,
.union1 .mt .t::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  background-color: #ff9521;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.union1 .mt .t::before {
  left: 5px;
}
.union1 .mt .t::after {
  right: 5px;
}
.union1 .mt .s {
  position: relative;
  padding: 0 20px;
}
.union1 .mt .s::before,
.union1 .mt .s::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 95px;
  border-top: 1px dashed #ff9521;
}
.union1 .mt .s::before {
  right: 100%;
}
.union1 .mt .s::after {
  left: 100%;
}
.union1 .box {
  position: relative;
  margin-top: 45px;
}
.union1 .cont {
  position: absolute;
  left: 80px;
  top: 50%;
  padding-bottom: 58px;
  padding-right: 25px;
  width: 400px;
  background: url(../images/png9.png) right bottom no-repeat;
  color: #707070;
  line-height: 1.625;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.union1 .view {
  position: relative;
  margin-left: 50%;
}
.union1 .slick-mod {
  margin-left: -123px;
  width: 1083px;
  z-index: 1;
}
.union1 .slick-item {
  overflow: hidden;
}
.union1 .slick-item .img {
  position: relative;
  overflow: hidden;
}
.union1 .slick-item .img::before {
  content: "";
  display: block;
  padding-top: 55.40166%;
}
.union1 .slick-item .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.union1 .slick-item .img .i {
  visibility: hidden;
}
.union1 .slick-item .mask {
  display: none;
}
.union1 .slick-item .svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.union1 .slick-item .t {
  position: absolute;
  left: 325px;
  bottom: 38px;
  width: 400px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .union1 .slick-item .t {
    font-size: 16px;
  }
}
.union1 .slick-nav {
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: -123px;
  width: 165px;
  height: 330px;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.union1 .slick-nav::before,
.union1 .slick-nav::after {
  content: "";
  position: absolute;
  top: 50%;
}
.union1 .slick-nav::before {
  left: 41%;
  width: 200%;
  padding-top: 200%;
  background-color: rgba(255, 149, 33, 0.55);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.union1 .slick-nav::after {
  left: 0;
  width: 50%;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.union1 .slick-dots {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.union1 .slick-dot {
  padding: 0 5px;
  font-family: avian;
  font-size: 24px;
  color: #ffd0b8;
}
@media screen and (max-width: 768px) {
  .union1 .slick-dot {
    font-size: 18px;
  }
}
.union1 .slick-dot + .slick-dot {
  margin-top: 22px;
}
.union1 .slick-dot.slick-active {
  color: #fff;
}
.union2 {
  padding: 155px 0 160px;
  background: url(../images/img22.jpg) center no-repeat;
}
.union2 .tit {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .union2 .tit {
    font-size: 26px;
  }
}
.union2 .slick-mod {
  margin-top: 46px;
}
.union2 .slick-item .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.union2 .slick-item .li {
  width: 281px;
}
.union2 .slick-item .li + .li {
  margin-left: 36px;
}
.union2 .slick-item .li:nth-child(even) {
  padding-top: 50px;
}
.union2 .slick-item .img {
  position: relative;
  overflow: hidden;
}
.union2 .slick-item .img::before {
  content: "";
  display: block;
  padding-top: 63.3452%;
}
.union2 .slick-item .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.union2 .slick-item .p {
  margin-top: 24px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .union2 .slick-item .p {
    font-size: 18px;
  }
}
.union2 .slick-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}
.union2 .slick-arrow {
  margin: 0 11px;
  width: 59px;
  height: 44px;
  background: url(../images/png11.png) center bottom no-repeat;
  background-size: 100%;
}
.union2 .slick-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 769px) {
  .union2 .slick-arrow:hover {
    background-position: center top;
  }
}
@media screen and (max-width: 768px) {
  .union1 {
    padding-top: 50px;
  }
  .union1::before {
    display: none;
  }
  .union1 .mt .icon {
    width: 100px;
  }
  .union1 .mt .t {
    padding: 0 50px;
  }
  .union1 .box {
    margin-top: 20px;
  }
  .union1 .cont {
    position: static;
    padding-right: 0;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
  .union1 .view {
    margin-left: 0;
    margin-top: 20px;
  }
  .union1 .slick-mod {
    margin-left: 0;
    width: 100%;
  }
  .union1 .slick-item .img .i {
    visibility: visible;
  }
  .union1 .slick-item .mask {
    display: block;
  }
  .union1 .slick-item .svg {
    visibility: hidden;
  }
  .union1 .slick-item .t {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    width: auto;
  }
  .union1 .slick-nav {
    position: static;
    margin-left: 0;
    width: auto;
    height: auto;
    -webkit-transform: none;
    transform: none;
  }
  .union1 .slick-nav::before,
  .union1 .slick-nav::after {
    display: none;
  }
  .union1 .slick-dots {
    position: static;
    background-color: #ff9521;
    text-align: center;
    -webkit-transform: none;
    transform: none;
  }
  .union1 .slick-dot:nth-child(n) {
    display: inline-block;
    margin-top: 0;
    font-size: 14px;
  }
  .union2 {
    padding: 50px 0;
  }
  .union2 .slick-mod {
    margin-top: 20px;
  }
  .union2 .slick-item .ul {
    display: block;
  }
  .union2 .slick-item .li:nth-child(n) {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 10px;
    width: 100%;
  }
  .union2 .slick-item .p {
    margin-top: 0;
    padding: 10px;
  }
  .union2 .slick-nav {
    margin-top: 10px;
  }
}

.vipDetails {
  position: relative;
}
.vipDetails .bread-mod {
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
}
.slick-dir .slick-prev {
  background: url(../images/arrow1a1.png) no-repeat center center/contain;
  display: inline-block;
  width: 58px;
  height: 44px;
  cursor: pointer;
}
.slick-dir .slick-next {
  background: url(../images/arrow1b1.png) no-repeat center center/contain;
  display: inline-block;
  width: 58px;
  height: 44px;
  cursor: pointer;
}
.slick-vel .slick-prev {
  background: url(../images/sr3a.png) no-repeat center center/contain;
  width: 45px;
  height: 59px;
  cursor: pointer;
}
.slick-vel .slick-next {
  background: url(../images/sr4a.png) no-repeat center center/contain;
  width: 45px;
  height: 59px;
  cursor: pointer;
  margin-top: 21px;
}
.slick-dir.w .slick-prev {
  background: url(../images/sr2.png) no-repeat center center/contain;
  display: inline-block;
  width: 58px;
  height: 44px;
  cursor: pointer;
}
.slick-dir.w .slick-next {
  background: url(../images/sr1.png) no-repeat center center/contain;
  display: inline-block;
  width: 58px;
  height: 44px;
  cursor: pointer;
}
.vipDetails1 {
  padding: 112px 0 88px;
  background-color: #f8f7f7;
}
.vipDetails1 .cont {
  height: 525px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.vipDetails1 .cont .leftBox {
  width: 851px;
  height: 525px;
  position: relative;
}
.vipDetails1 .cont .leftBox .slickBox {
  width: 100%;
  height: 100%;
  position: relative;
}
.vipDetails1 .cont .leftBox .slickBox .img {
  width: 851px;
  position: relative;
  overflow: hidden;
}
.vipDetails1 .cont .leftBox .slickBox .img::before {
  content: "";
  display: block;
  padding-top: 61.69213%;
}
.vipDetails1 .cont .leftBox .slickBox .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.vipDetails1 .slick-nav {
  position: absolute;
  bottom: 32px;
  left: 390px;
  z-index: 2;
}
.vipDetails1 .slick-next {
  margin-left: 22px;
}
.vipDetails1 .slick-dir .slick-prev {
  background-image: url(../images/arrow2a1.png);
}
.vipDetails1 .slick-dir .slick-next {
  background-image: url(../images/arrow2b1.png);
}
.vipDetails1 .tags {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  color: #fff;
  z-index: 9;
  width: 38px;
  height: 125px;
  background-color: #ff9521;
}
@media screen and (max-width: 768px) {
  .vipDetails1 .tags {
    font-size: 16px;
  }
}
.vipDetails1 .tags .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.vipDetails1 .list {
  position: absolute;
  top: 30px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 12px;
}
.vipDetails1 .list .li {
  width: 48px;
  position: relative;
  overflow: hidden;
  margin-left: 20px;
}
.vipDetails1 .list .li::before {
  content: "";
  display: block;
  padding-top: 70.83333%;
}
.vipDetails1 .list .li .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.vipDetails1 .backBtn {
  position: absolute !important;
  top: -57px;
  right: -379px;
  width: 38px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.vipDetails1 .backBtn::before {
  content: "";
  display: block;
  padding-top: 81.57895%;
}
.vipDetails1 .backBtn .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.vipDetails1 .cont .rightBox {
  background-color: #ff9521;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.vipDetails1 .cont .rightBox .padd {
  padding: 0px 17px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vipDetails1 .cont .rightBox .lis {
  width: 100%;
}
.vipDetails1 .cont .rightBox .lis .item {
  color: #fff;
  padding: 0 27px;
}
.vipDetails1 .cont .rightBox .lis .item + .item {
  border-top: 1px dashed #fff;
  margin-top: 25px;
}
.vipDetails1 .cont .rightBox .lis .item .t1 {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .vipDetails1 .cont .rightBox .lis .item .t1 {
    font-size: 20px;
  }
}
.vipDetails1 .cont .rightBox .lis .item .t2 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .vipDetails1 .cont .rightBox .lis .item .t2 {
    font-size: 16px;
  }
}
.vipDetails1 .cont .rightBox .lis .item .scroll1 {
  margin-top: 28px;
  height: 78px;
}
.vipDetails1 .scroll-bar-x,
.vipDetails1 .scroll-bar-y {
  background-color: #fff;
}
.vipDetails1 .cont .rightBox .lis .item .t-desc {
  font-size: 16px;
}
.vipDetails1 .cont .rightBox .lis .item .moreBox {
  text-align: center;
  margin-top: 47px;
}
.vipDetails1 .cont .rightBox .lis .item .moreBox .btn_more {
  background-color: #fff;
  color: #ff9521;
}
.vipDetails1 .cont .rightBox .lis .item .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 28px;
}
.vipDetails1 .cont .rightBox .lis .item .ul .li {
  width: 50%;
}
.vipDetails1 .cont .rightBox .lis .item .ul .li .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vipDetails1 .cont .rightBox .lis .item .ul .li .icon {
  width: 31px;
  position: relative;
  overflow: hidden;
}
.vipDetails1 .cont .rightBox .lis .item .ul .li .icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.vipDetails1 .cont .rightBox .lis .item .ul .li .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.vipDetails1 .cont .rightBox .lis .item .ul .li .txt {
  margin-left: 12px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .vipDetails1 .cont .rightBox .lis .item .ul .li .txt {
    font-size: 16px;
  }
}
.vipDetails1 .cont .leftBox .slickBox .img .mask {
  display: none;
}
.vipDetails2 {
  padding: 47px 0 50px;
}
.vipDetails2 .list .item {
  padding-top: 26px;
}
.vipDetails2 .list .item .item-tit {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .vipDetails2 .list .item .item-tit {
    font-size: 24px;
  }
}
.vipDetails2 .list .item .item-cont {
  margin-top: 23px;
}
.vipDetails2 .list .item .item-cont .table1 {
  width: 100%;
}
.vipDetails2 .list .item .item-cont .table1 thead {
  text-align: left;
  font-size: 20px;
  background-color: #ff9521;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .vipDetails2 .list .item .item-cont .table1 thead {
    font-size: 18px;
  }
}
.vipDetails2 .list .item .item-cont .table1 thead th {
  font-weight: normal;
  padding: 18px 0 16px;
  border: 0;
}
.vipDetails2 .list .item .item-cont .table1 .pad {
  padding: 0 20px 0 80px;
}
.vipDetails2 .list .item .item-cont .table1 tbody {
  font-size: 16px;
  color: #707070;
}
.vipDetails2 .list .item .item-cont .table1 tbody tr:nth-of-type(even) {
  background-color: #fdeee7;
}
.vipDetails2 .list .item .item-cont .table1 tbody td {
  padding: 21px 0 16px;
  border: 0;
}
.vipDetails2 .list .item .item-cont .table1 tbody td a:hover {
  color: #ff9521;
}
.vipDetails2 .list .item .item-cont .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vipDetails2 .list .item .item-cont .ul .li {
  font-size: 16px;
  color: #707070;
  position: relative;
  padding-left: 40px;
  margin-bottom: 13px;
  width: 288px;
  margin: 0 85px;
}
.vipDetails2 .list .item .item-cont .ul .li::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #ff9521;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 6px;
}
.vipDetails2 .list .item .item-cont .ul .li.i1 {
  width: 398px;
  margin: 0 0 13px;
}
.vipDetails2 .list .item .item-cont .ul .li.i3 {
  width: 372px;
  margin: 0 0 13px;
}
.vipDetails2 .table-view .table th,
.vipDetails2 .table-view .table td {
  white-space: nowrap;
}
.vipDetails2 .table-view {
  position: relative;
  overflow: auto;
  max-height: 500px;
  max-width: 100%;
}
.vipDetails2 .table-head-fixed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.vipDetails2 .table-head-fixed table,
.vipDetails2 .table-head table {
  background-color: var(--head-bgcolor);
  color: var(--head-color);
}
.vipDetails2 .table-head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.vipDetails2 .table-fixed {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
}
.vipDetails3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 33px 0 105px;
}
.vipDetails3 .cont .list .item {
  padding-top: 52px;
}
.vipDetails3 .cont .list .item .item-tit {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .vipDetails3 .cont .list .item .item-tit {
    font-size: 24px;
  }
}
.vipDetails3 .cont .list .item .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: calc(100% + 142px);
  margin-top: 13px;
}
.vipDetails3 .cont .list .item .ul .li {
  margin-right: 142px;
  width: 196px;
}
.vipDetails3 .cont .list .item .ul .li .li-tit {
  width: 120%;
}
.vipDetails3 .cont .list .item .ul .li .li-tit .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vipDetails3 .cont .list .item .ul .li .li-tit .icon {
  width: 48px;
  position: relative;
  overflow: hidden;
}
.vipDetails3 .cont .list .item .ul .li .li-tit .icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.vipDetails3 .cont .list .item .ul .li .li-tit .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.vipDetails3 .cont .list .item .ul .li .li-tit .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  padding-left: 17px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .vipDetails3 .cont .list .item .ul .li .li-tit .txt {
    font-size: 18px;
  }
}
.vipDetails3 .cont .list .item .ul .li .li-desc {
  font-size: 16px;
  color: #707070;
  margin-top: 19px;
}
.vipDetails4 {
  padding: 116px 0 168px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 30px;
  overflow: hidden;
}
.vipDetails4 .title1 .t2 {
  font-size: 22px;
  color: #606060;
}
@media screen and (max-width: 768px) {
  .vipDetails4 .title1 .t2 {
    font-size: 18px;
  }
}
.vipDetails4 .cont {
  position: relative;
  border-top: 1px solid #dedede;
  margin-top: 115px;
  margin-right: 20px;
}
.vipDetails4 .cont::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 100%;
  left: -400px;
  border-top: 1px solid #dedede;
}
.vipDetails4 .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.vipDetails4 .cont .list .item {
  width: 403px;
  position: relative;
  padding-left: 10px;
}
.vipDetails4 .cont .list .item.i1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: -999px;
  border-right: 1px solid #dedede;
}
.vipDetails4 .cont .list .item.i2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: -999px;
  border-right: 1px solid #dedede;
}
.vipDetails4 .cont .list .item .padd {
  padding: 49px 0 90px;
}
.vipDetails4 .cont .list .item .t1 {
  font-size: 54px;
  line-height: 1.2;
  font-family: "avian";
}
@media screen and (max-width: 768px) {
  .vipDetails4 .cont .list .item .t1 {
    font-size: 28px;
  }
}
.vipDetails4 .cont .list .item .t2 {
  font-size: 18px;
  position: relative;
  margin-top: 11px;
  padding-left: 34px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .vipDetails4 .cont .list .item .t2 {
    font-size: 16px;
  }
}
.vipDetails4 .cont .list .item .t2::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #ff9521;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 7px;
}
.vipDetails4 .cont .list .item .t3 {
  font-size: 16px;
  color: #707070;
  margin-top: 7px;
  padding-left: 34px;
}
.vipDetails4 .cont b {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.vipDetails4 .cont .b1 {
  width: 105px;
  height: 4px;
  background-color: #ff9521;
  border-radius: 2px;
  top: 0;
  left: 0;
}
.vipDetails4 .cont .b2 {
  width: 4px;
  height: 72px;
  background-color: #ff9521;
  border-radius: 2px;
  left: 402px;
  top: -178px;
}
.vipDetails4 .cont .b3 {
  width: 4px;
  height: 72px;
  background-color: #ff9521;
  border-radius: 2px;
  left: 805px;
  top: -30px;
}
.en .vipDetails1 .cont .rightBox .lis .item .ul .li .txt {
  font-size: 14px;
}
.en .vipDetails2 .list .item .item-cont .table1 thead {
  font-size: 14px;
}
.en .vipDetails2 .list .item .item-cont .table1 tbody {
  font-size: 12px;
}
.en .vipDetails2.details2 .list .item .item-cont .table1 .pad {
  padding: 0 5px;
  text-align: center;
}
.pop-form .pop-dialog {
  background-color: #f8f7f7;
}
.pop-form .icon-close::before {
  content: "\e509";
}
.pop-form .pop-close {
  top: 15px;
  right: 15px;
}
.pop-form .pop-cont {
  width: 900px;
  height: 600px;
  padding: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pop-form .tit1 {
  height: 85px;
  padding: 18px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pop-form .tit1 .t {
  display: block;
  width: 100%;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .pop-form .tit1 .t {
    font-size: 18px;
  }
}
.pop-form .bot {
  padding: 22px 0 0;
  font-size: 0;
  text-align: center;
}
.pop-form .bot .btn1 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background-color: #ff9521;
  border-radius: 50px;
  padding: 0 40px;
  line-height: 40px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pop-form .bot .btn1 {
    font-size: 18px;
  }
}
.pop-form .center {
  height: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 46px 0 25px;
}
.pop-form .scroll1 {
  height: 100%;
}
.pop-form .mCSB_container {
  min-height: 100%;
}
.pop-form .inner {
  width: 100%;
}
.pop-form .inner .pop-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}
.pop-form .inner .pop-tit .t {
  font-size: 20px;
  color: #ff9521;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .pop-form .inner .pop-tit .t {
    font-size: 18px;
  }
}
.pop-form .inner .pop-tit .line {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  height: 4px;
}
.pop-form .inner .pop-tit .line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 0;
  border-top: 1px solid #c0c0c0;
}
.pop-form .inner .pop-tit .line::after {
  content: "";
  width: 171px;
  height: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ff9521;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 0;
}
.pop-form .inner .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}
.pop-form .inner .ul .li:nth-child(even) {
  width: 385px;
}
.pop-form .inner .ul .li:nth-child(odd) {
  width: calc(100% - 385px);
}
.pop-form .inner .ul .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.pop-form .inner .ul .li .lr {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
}
.pop-form .inner .ul .li .lr .t {
  width: 100%;
  text-align: right;
}
.pop-form .inner .ul .li .rl {
  width: 220px;
}
.pop-form .inner .ul .li .rl .iptBox {
  width: 100%;
  height: 32px;
  border: 1px solid #c0c0c0;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
}
.pop-form .inner .ul .li .rl .iptBox .dw {
  position: absolute;
  right: 8px;
  top: 50%;
  font-size: 16px;
  color: #999999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pop-form .inner .ul .li .rl .iptBox .dw .icon {
  width: 18px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.pop-form .inner .ul .li .rl .iptBox .dw .icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.pop-form .inner .ul .li .rl .iptBox .dw .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.pop-form .inner .ul .li .rl .iptBox .dw .icon .i2 {
  opacity: 0;
  visibility: hidden;
}
.pop-form .inner .ul .li .rl .iptBox .tips {
  font-size: 12px;
  color: #cd0101;
  position: absolute;
  left: 0;
  top: 100%;
}
.pop-form .inner .select-mod .select-bar {
  height: 30px;
  border: none;
}
.pop-form .inner .select-mod .select-txt {
  padding-left: 8px;
}
.pop-form .inner .select-mod .placeholder {
  color: #999999;
}
.pop-form .inner .select-mod .select-btn {
  position: relative;
  right: -2px;
  color: #999999;
}
.pop-form .inner .select-mod.sc-show .select-btn {
  color: #ff9521;
}
.pop-form .inner .select-mod .select-cont,
.pop-form .inner .select-mod .select-query {
  padding: 0;
}
.pop-form .inner .select-mod .select-cont::before,
.pop-form .inner .select-mod .select-query::before {
  left: -1px;
  right: -1px;
  border-radius: 0;
  border-top: 0;
  border-color: #ff9521;
}
.pop-form .inner .select-mod .select-opts {
  max-height: none;
  height: auto;
  padding-right: 0px;
}
.pop-form .inner .select-mod .select-opts .scroll-track-y {
  right: 2px;
}
.pop-form .inner .select-mod .select-opts .scroll-bar-y {
  background-color: #ff9521;
}
.pop-form .inner .select-mod .select-item {
  height: 35px;
  padding: 0;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pop-form .inner .select-mod .select-item .t {
  width: 100%;
  word-break: break-all;
  padding: 0 10px 0 7px;
}
.pop-form .inner .select-mod .select-item.cur {
  color: #ff9521;
}
.pop-form .inner .select-mod.sc-show {
  z-index: 4;
}
.pop-form .inner .ul .li .rl .iptBox .input {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px;
  font-size: 16px;
  line-height: 1;
}
.pop-form .inner .ul .li .rl .iptBox .input input {
  display: block;
  width: 100%;
  font-size: 14px;
}
.pop-form .inner .ul .li .rl .iptBox .input input::-webkit-input-placeholder {
  color: #999999;
}
.pop-form .inner .ul .li .rl .iptBox .input input:-moz-placeholder {
  color: #999999;
}
.pop-form .inner .ul .li .rl .iptBox .input input::-moz-placeholder {
  color: #999999;
}
.pop-form .inner .ul .li .rl .iptBox .input input:-ms-input-placeholder {
  color: #999999;
}
.pop-form .inner .ul .li .rl .iptBox .input #date1 {
  cursor: pointer;
}
.pop-form .inner .ul .li .rl .iptBox .code {
  width: 60px;
  height: 32px;
  position: absolute;
  top: -1px;
  right: -1px;
  cursor: pointer;
}
.pop-form .inner .ul .li .rl .iptBox .code .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ff9521;
}
.pop-form .inner .ul .li .rl .iptBox .code .img::before {
  content: "";
  display: block;
  padding-top: 51.66667%;
}
.pop-form .inner .ul .li .rl .iptBox .code .img .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.pop-form.pop-form1 .pop-cont {
  width: 400px;
  height: 300px;
}
.pop-form.pop-form1 .pop-close {
  top: 10px;
  right: 10px;
}
.pop-form.pop-form1 .pop-cont {
  display: block;
  padding-top: 92px;
}
.pop-form.pop-form1 .img {
  width: 60px;
  margin: 0 auto;
}
.pop-form.pop-form1 .img .i {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.pop-form.pop-form1 .txt {
  font-size: 24px;
  text-align: center;
  color: #ff9521;
  letter-spacing: 3px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .pop-form.pop-form1 .txt {
    font-size: 18px;
  }
}
.pop-loading .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pop-loading .icon-load {
  width: 50px;
  height: 50px;
  font-size: 50px;
  line-height: 1.2;
  color: #b6b6b6;
}
@media screen and (max-width: 768px) {
  .pop-loading .icon-load {
    font-size: 28px;
  }
}
.en .vipDetails2 .list .item .item-cont .ul .li {
  width: auto;
  min-width: 33.33%;
}
@media screen and (min-width: 769px) {
  .slick-dir .slick-prev:hover {
    background-image: url(../images/arrow1a.png);
  }
  .slick-dir .slick-next:hover {
    background-image: url(../images/arrow1b.png);
  }
  .slick-dir.w .slick-prev:hover {
    background: url(../images/sr2a.png) no-repeat center center/contain;
  }
  .slick-dir.w .slick-next:hover {
    background: url(../images/sr1a.png) no-repeat center center/contain;
  }
  .slick-vel .slick-prev:hover {
    background: url(../images/sr3.png) no-repeat center center/contain;
  }
  .slick-vel .slick-next:hover {
    background: url(../images/sr4.png) no-repeat center center/contain;
  }
  .vipDetails4 .cont .b3,
  .vipDetails4 .cont .b2 {
    -webkit-animation: animY 2s infinite;
    animation: animY 2s infinite;
  }
  .vipDetails4 .cont .b1 {
    -webkit-animation: animX 4s infinite;
    animation: animX 4s infinite;
  }
  .pop-form .inner .select-mod .select-item:hover {
    background-color: #ff9521;
    color: #fff;
  }
  .pop-form .inner .ul .li .rl .iptBox:hover {
    border-color: #ff9521;
  }
  .pop-form .inner .ul .li .rl .iptBox:hover .dw .icon .i1 {
    opacity: 0;
    visibility: hidden;
  }
  .pop-form .inner .ul .li .rl .iptBox:hover .dw .icon .i2 {
    opacity: 1;
    visibility: visible;
  }
  .en .pop-form .pop-cont {
    width: 1100px;
  }
  .en .pop-form .inner .ul .li:nth-child(even) {
    width: 460px;
  }
  .en .pop-form .inner .ul .li:nth-child(odd) {
    width: calc(100% - 460px);
  }
  .en .pop-form .inner .ul .li .rl {
    width: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .pop-form .pop-cont {
    width: 100%;
    height: 80vh;
    padding-bottom: 20px;
  }
  .pop-form .tit1 {
    height: auto;
    padding: 30px 20px 10px;
  }
  .pop-form .tit1 .t {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .pop-form .tit1 .t {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .pop-form .pop-close {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
  }
  .pop-form .center {
    padding: 0 15px;
  }
  .mCSB_outside + .mCSB_scrollTools {
    right: -10px;
  }
  .pop-form .inner .pop-tit {
    padding: 0;
    display: block;
  }
  .pop-form .inner .pop-tit .line {
    display: none;
  }
  .pop-form .inner .ul {
    margin-top: 20px;
    display: block;
  }
  .pop-form .inner .ul .li:nth-child(odd) {
    width: 100%;
  }
  .pop-form .inner .ul .li:nth-child(even) {
    width: 100%;
  }
  .pop-form .inner .ul .li {
    display: block;
    margin-bottom: 24px;
  }
  .pop-form .inner .ul .li .lr {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .pop-form .inner .ul .li .lr .t {
    text-align: left;
  }
  .pop-form .inner .ul .li .rl {
    width: 100%;
  }
  .layui-laydate-range {
    margin-left: 0 !important;
  }
  .pop-form .item + .item {
    padding-top: 20px;
  }
  .pop-form .pop-dialog {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .pop-form .scroll1 {
    overflow: auto;
  }
  .pop-form .bot {
    padding-top: 20px;
  }
  .pop-form .bot .btn1 {
    font-size: 16px;
    padding: 0 20px;
    line-height: 32px;
  }
  .pop-form.pop-form1 .pop-cont {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .vipDetails .bread-mod {
    position: relative;
    top: auto;
  }
  .vipDetails1 {
    padding: 50px 0;
  }
  .vipDetails1 .cont {
    height: auto;
    display: block;
  }
  .vipDetails1 .cont .leftBox {
    width: auto;
    height: auto;
  }
  .vipDetails1 .cont .leftBox .slickBox {
    height: auto;
  }
  .vipDetails1 .cont .leftBox .slickBox .img {
    width: auto;
  }
  .vipDetails1 .tags {
    width: auto;
    height: auto;
  }
  .vipDetails1 .tags .txt {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    padding: 0 5px;
  }
  .vipDetails1 .list {
    top: 5px;
    left: 5px;
  }
  .vipDetails1 .list .li {
    margin-left: 5px;
    width: 36px;
  }
  .vipDetails1 .backBtn {
    width: 32px;
    top: 5px;
    right: 5px;
  }
  .vipDetails1 .cont .rightBox {
    margin-top: 15px;
  }
  .vipDetails1 .cont .rightBox .padd {
    padding: 15px;
    display: block;
    height: auto;
  }
  .vipDetails1 .cont .rightBox .lis .item .moreBox {
    margin-top: 30px;
  }
  .vipDetails1 .cont .rightBox .lis .item .scroll1 {
    height: auto;
  }
  .vipDetails1 .slick-nav {
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .vipDetails2 {
    padding: 20px 0 50px;
  }
  .vipDetails2 .list .item .item-cont .table1 .pad {
    padding: 0 10px;
  }
  .vipDetails2 .list .item .item-cont {
    overflow: auto;
  }
  .vipDetails2 .list .item .item-cont .table1 {
    width: 600px;
  }
  .vipDetails2 .list .item .item-cont .ul .li {
    padding-left: 35px;
  }
  .vipDetails2 .list .item .item-cont .ul .li::before {
    width: 10px;
    height: 10px;
    left: 6px;
    top: 7px;
  }
  .vipDetails2 .list .item .item-cont .ul {
    display: block;
  }
  .vipDetails2 .list .item .item-cont .ul .li.i1 {
    width: auto;
    margin: 0 0 13px;
  }
  .vipDetails2 .list .item .item-cont .ul .li {
    width: auto;
    margin: 0 0 13px;
  }
  .vipDetails2 .list .item .item-cont .ul .li.i3 {
    width: auto;
  }
  .vipDetails3 {
    padding: 20px 0 25px;
  }
  .vipDetails3 .cont .list .item {
    padding-top: 30px;
  }
  .vipDetails3 .cont .list .item .ul {
    width: auto;
    display: block;
  }
  .vipDetails3 .cont .list .item .ul .li {
    margin-right: 0;
    width: auto;
    margin-bottom: 25px;
  }
  .vipDetails3 .cont .list .item .ul .li .li-desc {
    margin-top: 10px;
  }
  .vipDetails3 .cont .list .item .ul .li .li-desc br {
    display: none;
  }
  .vipDetails3 .cont .list .item .ul .li .li-tit {
    width: auto;
  }
  .vipDetails3 .cont .list .item .ul .li .li-tit .icon {
    width: 36px;
  }
  .vipDetails4 {
    padding: 30px 0 20px;
    margin-top: 0;
  }
  .vipDetails4 .cont {
    margin-top: 30px;
    margin-right: 0;
  }
  .vipDetails4 .cont b {
    display: none;
  }
  .vipDetails4 .cont .list {
    display: block;
  }
  .vipDetails4 .cont .list .item {
    width: auto;
    padding-left: 0;
  }
  .vipDetails4 .cont .list .item::after {
    display: none !important;
  }
  .vipDetails4 .cont .list .item .padd {
    padding: 20px 0;
  }
  .vipDetails4 .cont .list .item .t2::before {
    width: 10px;
    height: 10px;
  }
  .vipDetails1 .cont .rightBox .lis .item {
    padding: 0;
  }
  .vipDetails1 .backBtn {
    top: -35px;
  }
  .slick-dir .slick-next,
  .slick-dir .slick-prev {
    width: 42px;
    height: 30px;
  }
  .slick-dir.w .slick-prev {
    background: url(../images/arrow1a1.png) no-repeat center center/contain;
    width: 42px;
    height: 30px;
  }
  .slick-dir.w .slick-next {
    background: url(../images/arrow1b1.png) no-repeat center center/contain;
    width: 42px;
    height: 30px;
  }
  .slick-dir .slick-next {
    margin-left: 20px;
  }
  .slick-vel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slick-vel .slick-prev {
    background: url(../images/arrow1a1.png) no-repeat center center/contain;
    width: 42px;
    height: 30px;
  }
  .slick-vel .slick-next {
    background: url(../images/arrow1b1.png) no-repeat center center/contain;
    width: 42px;
    height: 30px;
    margin-left: 21px;
    margin-top: 0;
  }
  .pop-mod .pop-dialog {
    width: 100%;
    margin: 0;
  }
  .pop-form.pop-form1 .pop-cont {
    height: 240px;
    padding-top: 60px;
  }
}
