/*header*/
.header {
  height: 60px;
  width: 100%;
  padding-left: 30px;
  padding-right: 40px;
  border-bottom: 1px solid #e6e4e4;
  position: fixed;
  background: #fff;
  top: 0;
  z-index: 999;
}
.header a {
  text-decoration: none;
}
.header a img {
  max-height: 36px;
  vertical-align: super;
}
.header > div {
  height: 100%;
}
.header .nav::after {
  content: "";
  display: table;
  clear: both;
}
.header .nav > li {
  float: left;
  position: relative;
  margin: 0 12px;
}
.header .nav > li:first-child {
  margin-left: 0;
}
.header .nav > li:last-child {
  margin-right: 0;
}
.header .nav.bounce-in-up > li > ul {
  position: fixed;
  width: 100%;
  top: 140px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 997;
}
.header .nav.bounce-in-up > li:hover > ul {
  visibility: visible;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  top: 60px;
}
.header .nav.bounce-in-up-lan > li > ul {
  position: absolute;
  left: 0;
  top: 140%;
  visibility: hidden;
  opacity: 0;
  min-width: 60px;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 999;
}
.header .nav.bounce-in-up-lan > li:hover > ul {
  visibility: visible;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  top: 100%;
}
.header .nav.theme-8 {
  height: 100%;
  min-height: 60px;
}
.header .nav.theme-8 > li {
  margin: 0 20px;
  position: relative;
}
.header .nav.theme-8 > li:first-child {
  margin-left: 0;
}
.header .nav.theme-8 > li:last-child {
  margin-right: 0;
}
.header .nav.theme-8 > li:hover:before, .header .nav.theme-8 > li.active:before {
  width: 100%;
}
.header .nav.theme-8 > li:hover > a span,
.header .nav.theme-8 > li:hover > a i, .header .nav.theme-8 > li.active > a span,
.header .nav.theme-8 > li.active > a i {
  color: #ed6d00;
}
.header .nav.theme-8 > li:before {
  content: "";
  width: 0;
  height: 3px;
  top: 5px;
  position: absolute;
  right: 0;
  margin: 0 auto;
  left: 0;
  background-color: #ed6d00;
  transition: all 0.3s ease;
}
.header .nav.theme-8 > li > a {
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.18;
  font-family: serif;
}
.header .nav.theme-8 > li > a i {
  font-size: 9px;
  font-weight: 100;
  margin-left: 2px;
}
.header .nav.theme-8 > li > ul {
  min-width: 240px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
}
.header .nav.theme-8 > li > ul > li {
  padding: 10px 0;
  transition: all 0.3s ease;
}
.header .nav.theme-8 > li > ul > li.active {
  background: #ed6d00;
}
.header .nav.theme-8 > li > ul > li.active a {
  color: #fff;
}
.header .nav.theme-8 > li > ul > li:hover {
  background: #ed6d00;
}
.header .nav.theme-8 > li > ul > li:hover > a {
  color: #fff;
}
.header .nav.theme-8 > li > ul > li > a {
  display: block;
  padding: 3px 30px;
  color: #7a7979;
  font-weight: 400;
}
.header .navbar-modules > ul > li {
  transition: all 0.5s ease-in-out;
}
.header .navbar-modules > ul > li:first-child {
  border: 1px solid #dad3d3;
  padding: 2px 15px;
  border-radius: 30px;
  width: 92px;
}
.header .navbar-modules > ul > li:first-child a {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #8f8f8f;
}
.header .navbar-modules > ul > li:first-child a i {
  font-size: 12px;
}
.header .navbar-modules > ul > li > a {
  color: #8f8f8f;
}
.header .navbar-modules > ul > li > a > i {
  font-size: 18px;
  font-weight: 600;
}
.header .navbar-modules > ul > li:hover > a {
  color: #ed6d00;
}
.header .navbar-modules > ul > li:hover:first-child {
  border-color: #ed6d00;
}
.header .navbar-modules > ul > li > ul {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  padding: 5px 14px;
  border-radius: 5px;
  margin-top: 5px;
}
.header .navbar-modules > ul > li > ul li a {
  color: #868080;
}
.header .navbar-modules > ul > li > ul li a:hover {
  color: #ed6d00;
}

/*m-nav*/
.m-nav.theme_5 {
  position: fixed;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  top: 103px;
  transition: all 0.3s linear;
  background: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
  padding: 15px 0;
  z-index: 998;
}
.m-nav.theme_5 > li > div {
  padding: 12px 18px;
  font-size: 16px;
  color: #333;
}
.m-nav.theme_5 > li > div > a {
  letter-spacing: 0.4px;
  color: #333;
  font-weight: 700;
  text-transform: capitalize;
}
.m-nav.theme_5 > li > ul {
  display: none;
}
.m-nav.theme_5 > li > ul > li {
  padding: 0 15px 0 30px;
}
.m-nav.theme_5 > li > ul > li > a {
  color: #8f8f8f;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 36px;
  white-space: nowrap;
  position: relative;
  font-size: 14px;
}
.m-nav.theme_5 .iconfont {
  font-size: 14px;
  transition: all 0.3s linear;
}
.m-nav.theme_5 .iconfont.roat {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
}
.m-nav.show {
  opacity: 1;
  visibility: visible;
}

/*banner*/
.banner {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
}
.banner .inner {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.banner .inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.banner .inner .inner-text {
  position: absolute;
}
.banner .inner .inner-text p {
  text-align: center;
  margin-bottom: 0;
}
.banner .inner .inner-text .p1 {
  font-size: 38px;
  color: #eeebe7;
  opacity: 0;
  letter-spacing: 30px;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.banner .inner .inner-text .p1.show {
  opacity: 1;
  letter-spacing: 0px;
}
.banner .inner .inner-text .p2 {
  color: #fff;
  font-size: 72px;
  font-weight: 600;
  opacity: 0;
  letter-spacing: 30px;
  line-height: 85px;
  white-space: nowrap;
  transition: all 1.8s 0.5s;
}
.banner .inner .inner-text .p2.show {
  opacity: 1;
  letter-spacing: 0px;
}
.banner .inner .inner-text .p3 {
  font-size: 46px;
  font-weight: 600;
  color: #efeeee;
  opacity: 0;
  letter-spacing: 30px;
  -webkit-transition: all 1.5s 1.5s;
  transition: all 1.5s 1.5s;
}
.banner .inner .inner-text .p3.show {
  opacity: 1;
  letter-spacing: 0px;
}
.banner .inner .inner-text .arrow-down {
  margin-top: 30px;
  opacity: 0;
  -webkit-transition: all 1.5s 1.5s;
  transition: all 1.5s 1.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.banner .inner .inner-text .arrow-down.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.banner .inner .inner-text .arrow-down a {
  display: block;
  width: 100%;
  text-align: center;
}
.banner .swiper-pagination-bullet-active {
  background: #ed6d00 !important;
}

/*section2*/
.section2 {
  height: 100%;
}
.section2 .section2-text {
  color: #333;
}
.section2 .section2-text .title {
  font-size: 20px;
}
.section2 .section2-text .company {
  font-size: 36px;
  font-weight: bold;
  color: #221814;
  margin-top: 18px;
  margin-bottom: 65px;
  position: relative;
}
.section2 .section2-text .company:before {
  content: "";
  position: absolute;
  background: #ed6d00;
  height: 6px;
  width: 48px;
  top: 82px;
}
.section2 .section2-text p {
  width: 853px;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 45px;
}
.section2 .section2-text p a {
  font-size: 18px;
  color: #ed6d00;
  text-decoration: none;
}
.section2 .section2-text .count-box {
  width: 960px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
.section2 .section2-text .count-box .count-num span {
  font-weight: bold;
  font-size: 60px;
}
.section2 .section2-text .count-box .count-num span:first-child {
  font-size: 60px;
  color: #221814;
  vertical-align: unset;
}
.section2 .section2-text .count-box .count-num span:last-child {
  font-size: 16px;
  vertical-align: unset;
  color: #999999;
}
.section2 .section2-text .count-box .count-eng {
  font-size: 16px;
  color: #666666;
  font-weight: 600;
}
.section2 .section2-text .count-box .count-cn {
  font-size: 16px;
  color: #999999;
}
.section2 .section2-bg {
  height: 100%;
  width: 475px;
  position: relative;
  background-attachment: fixed;
  background-size: contain;
  background-position: 100% 0;
}
.section2 .section2-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.55;
}
.section2 .section2-bg1 {
  height: 270px;
  position: relative;
  background-attachment: fixed;
  background-position: 50% 100%;
}
.section2 .section2-bg1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.55;
}

/*scetion3 */
.section3 {
  position: relative;
  height: 100%;
}
.section3 .ability {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease;
}
.section3 .ability.on {
  opacity: 1;
  z-index: 1;
}
.section3 .section3-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.section3 .section3-content .title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 200px;
  color: #fff;
  z-index: 5;
}
.section3 .section3-content .title > p {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 35px;
  letter-spacing: 5px;
}
.section3 .section3-content .title .sub-title {
  font-size: 20px;
  color: #eeeeee;
}
.section3 .section3-content .item-box {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  background-size: cover;
}
.section3 .section3-content .item-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: black;
  opacity: 0.55;
  transition: all 0.5s ease;
}
.section3 .section3-content .item-box:hover:before {
  background: #ed6d00;
}
.section3 .section3-content .item-box:hover .section3-item p {
  opacity: 1;
  visibility: visible;
  display: block;
}
.section3 .section3-content .item-box .section3-item {
  color: #fff;
  text-align: center;
  padding-top: 380px;
  position: absolute;
}
.section3 .section3-content .item-box .section3-item a {
  display: block;
}
.section3 .section3-content .item-box .section3-item div {
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 30px;
}
.section3 .section3-content .item-box .section3-item p {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.85;
  letter-spacing: 2px;
  line-height: 26px;
  width: 280px;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.section3 .m-ability {
  width: 100%;
  padding: 0 5vw;
  text-align: center;
}
.section3 .m-ability li {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 4vw 0;
  margin-bottom: 20px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.section3 .m-ability li.on {
  background: rgba(0, 0, 0, 0.3);
}
.section3 .m-ability li.on a,
.section3 .m-ability li.on p {
  visibility: visible;
  opacity: 1;
  display: block;
}
.section3 .m-ability li a {
  transition: all 0.5s ease-in-out;
  margin-bottom: 3vw;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.section3 .m-ability li a img {
  transform: scale(0.7);
}
.section3 .m-ability li div {
  font-size: 3vw;
  font-weight: bold;
}
.section3 .m-ability li p {
  transition: all 0.5s ease-in-out;
  font-size: 2vw;
  opacity: 0.75;
  margin-bottom: 0;
  margin-top: 3vw;
  visibility: hidden;
  opacity: 0;
  display: none;
}

/*section 5*/
.unset-height {
  height: unset !important;
}
.unset-height > .fp-tableCell {
  height: unset !important;
}

.section5 {
  background: #ed6d00;
  color: rgba(255, 255, 255, 0.5);
}
.section5 footer {
  font-size: 14px;
  height: 60px;
}
.section5 footer a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 10px;
}

.mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
  visibility: visible;
  opacity: 1;
}

/*media*/
@media (max-width: 1200px) {
  .banner .inner .inner-text .p2 {
    font-size: 60px;
  }

  .banner .inner .inner-text .p3 {
    font-size: 40px;
  }

  .header {
    padding-left: 15px;
    padding-right: 30px;
  }

  .header .nav.theme-8 > li {
    margin: 0 15px;
  }

  .header .nav.theme-8 > li:before {
    height: 0;
  }

  .section2 .section2-bg {
    width: 320px;
    background-position: 113% 0;
  }

  .section2 .section2-text .count-box {
    width: 800px;
  }

  .section2 .section2-text .title {
    font-size: 18px;
  }

  .section2 .section2-text .company {
    font-size: 32px;
  }

  .section2 .section2-text p {
    width: 800px;
    font-size: 16px;
  }

  .section2 .section2-text .count-box .count-num span:first-child,
.section2 .section2-text .count-box .count-num span {
    font-size: 40px;
  }

  .section2 .section2-text .count-box .count-eng,
.section2 .section2-text .count-box .count-cn {
    font-size: 14px;
  }

  .section3 .section3-content .title {
    top: 170px;
  }

  .section3 .section3-content .title > p {
    font-size: 40px;
    margin-bottom: 28px;
  }

  .section3 .section3-content .title .sub-title {
    font-size: 16px;
  }

  .section3 .section3-content .item-box .section3-item a img {
    transform: scale(0.85);
  }

  .section3 .section3-content .item-box .section3-item div {
    font-size: 20px;
    margin-top: 30px;
  }

  .section3 .section3-content .item-box .section3-item p {
    width: 200px;
  }

  .section5 .cooperation-box {
    padding: 0;
    transform: unset;
  }

  .section5 .cooperation-box .cooperation-content .cooperation-slider-container,
.section5 .cooperation-box .cooperation-content p {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 980px) {
  .show-980 {
    display: block !important;
  }

  .show-ib-980 {
    display: inline-block !important;
  }

  .none-980 {
    display: none !important;
  }

  .header .navbar-modules > ul > li:first-child {
    border: none;
    padding: 0;
    width: unset;
  }

  .header .navbar-modules > ul > li:first-child a {
    font-size: 18px;
  }

  .header {
    padding-left: 15px;
    padding-right: 25px;
  }

  .section2 > .flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .section2 .section2-text .company {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .section2 .section2-text p {
    margin-bottom: 30px;
  }

  .section2 .section2-text {
    padding-top: 60px;
  }

  .section3 .section3-content .title {
    top: 250px;
  }

  .section3 .section3-content .title > p {
    font-size: 48px;
    margin-bottom: 28px;
  }

  .section3 .section3-content .title .sub-title {
    font-size: 20px;
  }

  .section3 .section3-content .item-box .section3-item a img {
    transform: scale(0.8);
  }

  .section3 .section3-content .item-box .section3-item div {
    font-size: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .banner .inner .inner-text .p1 {
    font-size: 5vw;
  }

  .banner .inner .inner-text .p3 {
    font-size: 6vw;
  }

  .banner .inner .inner-text .p2 {
    font-size: 8vw;
    line-height: 14vw;
  }

  .banner .inner .inner-text .arrow-down.show {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  .section3:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: black;
    opacity: 0.5;
    z-index: 2;
  }

  .show-768 {
    display: block !important;
  }

  .none-768 {
    display: none !important;
  }

  .show-inline-768 {
    display: inline !important;
  }

  .header a img {
    height: 6vw;
  }

  .header {
    height: 11vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .m-nav.show {
    top: 11vw;
  }

  .header .navbar-modules > ul > li > a > i {
    font-size: 15px;
  }

  .header .navbar-modules > ul > li:first-child a {
    font-size: 17px;
  }

  .header .nav > li {
    margin: 0 10px;
  }

  .m-nav.theme_5 > li > div > a {
    font-size: 14px;
  }

  .m-nav.theme_5 > li > ul > li > a,
.m-nav.theme_5 .iconfont {
    font-size: 12px;
  }

  .section2 .section2-text .title {
    font-size: 3vw;
  }

  .section2 .section2-text .company {
    font-size: 5vw;
    margin-bottom: 5vw;
  }

  .section2 .section2-text .company:before {
    top: 9vw;
    width: 6vw;
    height: 1vw;
  }

  .section2 .section2-text p,
.section2 .section2-text .count-box {
    font-size: 3vw;
    width: 100%;
    margin-bottom: 6vw;
    margin-left: 0;
    margin-right: 0;
  }

  .section2 .section2-text .count-box {
    padding-top: 6vw;
  }

  .section2 .section2-text p {
    line-height: 6vw;
  }

  .section2 .section2-text p a {
    font-size: 2vw;
  }

  .count-img img {
    width: 6vw;
  }

  .section2 .section2-text .count-box .count-num span:first-child,
.section2 .section2-text .count-box .count-num span {
    font-size: 7vw;
  }

  .section2 .section2-text .count-box .count-num span:last-child,
.section2 .section2-text .count-box .count-eng,
.section2 .section2-text .count-box .count-cn {
    font-size: 4vw;
  }

  .section2 .section2-bg1 {
    height: 37vw;
  }

  .section2 .section2-text {
    padding-top: 20vw;
    padding-left: 20px;
    padding-right: 20px;
    align-items: unset !important;
    flex-grow: unset !important;
  }

  .section3 .section3-content .title {
    top: 18vw;
  }

  .section3 .section3-content .title > p {
    font-size: 6vw;
    margin-bottom: 5vw;
  }

  .section3 .section3-content .title .sub-title {
    font-size: 3vw;
    margin-bottom: 12vw;
  }

  .section5 footer {
    height: 11vw;
  }

  .section5 .cooperation-box .cooperation-content .cooperation-slider-container img {
    width: 100%;
  }

  .section5 .cooperation-box .cooperation-content .cooperation-slider-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}