/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

a {
  color: #2875e8;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
  -webkit-text-decoration-skip: objects;
}

a:focus,
a:hover {
  text-decoration: none;
}

ol,
ul,
p {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 0;
}

body {
  min-width: 1250px;
  height: 100%;
  padding: 0;
  margin: 0;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
}

.header-inner {
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
}

.header-scroll {
  background: #fff;
  border-bottom: 1px solid #ececec;
}
.header-scroll .navbar-item a {
  color: #000;
}

.logo {
  width: 40px;
  height: 40px;
  background: url('./img/logo.png') no-repeat center;
  background-size: cover;
}

.navbar {
  display: flex;
}

.navbar-item {
  padding: 10px 0 10px;
  margin: 0 20px;
}

.navbar-item a {
  color: #fff;
  font-size: 16px;
}

.banner {
  /* width: calc(100vw - 17px);
  overflow: hidden;
  display: flex;
  justify-content: center; */
}

.banner img {
  /* width: auto;
  height: 100%; */
  width: 100%;
  height: auto;
}

.contact {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f4f4f4;
}

.contact-inner {
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  padding: 90px 0;
}

.contact-inner .item {
  width: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-inner .item .title {
  margin: 25px 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #0D0D0D;
}

.contact-inner .item .info {
  font-size: 14px;
  font-weight: 400;
  color: #0D0D0D;
}

.footer {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 8px;
  font-weight: 500;
  color: #0D0D0D;
}

.container-inner {
  display: flex;
  justify-content: center;
  margin: 160px 0 0;
}

.container-inner-content {
  position: relative;
  width: 1000px;
  text-align: center;
}

.container-inner-content .title {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: bold;
  color: #1B1B1B;
  text-align: center;
}

.content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.content .content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 190px;
  padding: 0 25px;
  background: #FFFFFF;
  box-shadow: 2px 3px 10px 0px rgba(47, 38, 10, 0.09);
  transition: transform 0.25s ease;
}

.content .content-item:hover {
  transform: scale(1.1, 1.1);
}

.content .content-item .icon {
  margin: 45px 0;
}

.content .content-item .content-item-title {
  font-size: 24px;
  font-weight: bold;
  color: #1B1B1B;
}

.content .content-item .content-item-info {
  padding: 22px 0 30px;
  font-size: 14px;
  font-weight: 400;
  color: #1B1B1B;
  line-height: 22px;
}

.index-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-1 .container-inner-header {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-1 .container-inner-header .title {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: bold;
  color: #1B1B1B;
  text-align: center;
}

.index-1 .container-inner-header .infos {
  padding: 20px 0 60px;
}

.index-1 .container-inner-header .info {
  font-size: 19px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 32px;
}

.index-1 .container-inner-content {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.index-1 .container-inner-content .img {
  width: 384px;
  flex: 1 1 auto;
}

.index-1 .container-inner-content .img:not(:last-child) {
  margin-right: 30px;
}

.mall {
  margin-top: 80px;
}

.mall .container-inner-header img {
  margin-top: 100px;
}

.mall .container-inner-content {
  width: 1200px;
}

.mall .container-inner-content-list {
  display: flex;
  justify-content: space-between;
}

.mall .container-inner-content-list:last-child {
  margin-top: 50px;
}

.mall .container-inner-content-list-item {
  width: 30%;
  background: #FFFFFF;
  box-shadow: 5px 6px 13px 0px rgba(47, 38, 10, 0.09);
  transition: transform 0.25s ease;
}

.mall .container-inner-content-list-item img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.mall .container-inner-content-list-item .info {
  margin: 20px 0;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}

.mall .container-inner-content-list-item:hover {
  transform: scale(1.2, 1.2);
  background: #FFFFFF;
  box-shadow: 5px 6px 13px 0px rgba(47, 38, 10, 0.2);
  cursor: pointer;
}

.mall .container-inner-content-list-item:hover .info {
  font-weight: bold;
}

.mall .container-inner-content-list-item .desc {
  text-align: left;
  font-size: 16px;
  color: #666;
  line-height: 25px;
  margin-bottom: 40px;
  margin-top: 10px;
  padding: 0px 15px;
}

.part3 {
  padding-bottom: 0;
  background-color: #1B1F25;
}

.part3 .container-inner-content {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.part3 .lf {
  width: 395px;
  padding: 100px 0 0;
}

.part3 .item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 115px;
  border-left: 4px solid transparent;
  cursor: pointer;
}

.part3 .item.active {
  color: #fff;
  border-left: 4px solid #FCDB00;
}

.part3 .item.active .split {
  position: absolute;
  left: 30px;
  bottom: -22px;
  width: 46px;
  height: 16px;
  background: url('./img/special/rt-write.png') no-repeat center;
}

.part3 .item.active .part3-title,
.part3 .item.active .part3-desc {
  color: #fff;
}

.part3 .item .part3-title {
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  color: #7F8285;
  text-align: left;
}

.part3 .item .part3-desc {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #7F8285;
  line-height: 30px;
  text-align: left;
}

.part3 .rt {
  flex: 1 0 auto;
}

.part3 .rt .item-content {
  position: relative;
  display: none;
  width: 800px;
  height: 680px;
  transform: translate3d(0px, 0px, 0px);
  transition: all 0ms ease 0s;
}

.part3 .rt .item-content.active {
  display: block;
  transform: translate3d(0px, 0px, 0px);
  transition: all 0ms ease 0s;
}

.part3 .rt .options {
  position: absolute;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 9999;
}

.swiper-pagination-fraction {
  color: #989898;
  bottom: 36px;
  padding-right: 90px;
  text-align: right;
  font-size: 18px;
}

.swiper-pagination-current {
  color: #fff;
}

.part4 .container-inner-content {
  flex-direction: column;
}

.part4 .tab {
  position: relative;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
  background: #fff;
  margin-top: 40px;
}

.part4 .tab .split {
  position: absolute;
  bottom: 1.5px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #708099;
}

.part4 .nav {
  width: 100%;
}

.part4 .fieldName {
  font-size: 24px;
  font-weight: bold;
  color: #8A9099;
  text-align: center;
  cursor: pointer;
}

.part4 .naactive {
  padding: 30px 0;
  width: auto;
  border-bottom: none;
  z-index: 44;
}

.part4 .myactive {
  border-bottom: 3px solid #1B1F25;
}

.part4 .myactive .fieldName {
  color: #1B1F25;
}

.part4 .main {
  padding-top: 100px;
}

.part4 .no {
  display: none;
}

.part4 .show {
  display: block;
}

.part4-swiper-container .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.part4 .main .lf {
  position: relative;
  width: 530px;
  padding: 0 84px;
  height: 510px;
  float: left;
}

.part4 .main .lf .swiper-container {
  width: 100%;
  height: 510px;
  overflow: hidden;
}

.part4 .main .lf .slide-bg {
  position: absolute;
  width: 246px;
  height: 510px;
  z-index: 99999999;
  top: 0;
  right: 0;
  background: url('./img/special/4/slide-bg.png') no-repeat center;
  /* background-size: cover; */
}
.part4 .main .lf .slide-bg img {
  width: 250px;
  height: 510px;
}

.part4 .main .lf .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: 300ms;
  transform: scale(0.8);
}

.part4 .main .lf .swiper-container .swiper-wrapper {
  margin-left: 58px;
}

.part4-swiper-container-main1 .swiper-slide-active {
  padding: 14px 19px;
}

.part4-swiper-container-main1 .swiper-slide-active {
  padding: 14px 19px;
}

.part4-swiper-container-main0 .swiper-slide-active,.part4-swiper-container-main2 .swiper-slide-active {
  padding: 33px 19px 15px;
}
.part4 .main .lf .part4-swiper-container-main2 .swiper-slide {
  background-color: #ececec;
  border-radius: 50px;
}

.part4 .main .lf .swiper-slide-active,
.part4 .main .lf .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 999;
}

.part4 .main .lf .swiper-slide-active img,
.part4 .main .lf .swiper-slide-duplicate-active img {
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}

.part4 .main .swiper-slide img {
  width: 100%;
  height: auto;
}

.part4 .main .rt {
  width: 570px;
  float: right;
  text-align: left;
  margin-top: 75px;
}

.part4 .main .rt .title {
  font-size: 30px;
  font-weight: bold;
  color: #1B1F25;
  line-height: 29px;
  text-align: left;
  margin-bottom: 30px;
}

.next-btn,
.prev-btn {
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.next-btn {
  right: 0;
  left: auto;
}

.part4 .main .rt .info {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1B1F25;
  line-height: 29px;
  margin-bottom: 30px;
}

.part5 {
  padding: 160px 0;
  background: rgba(242, 244, 246, 0.99);
}

.part5 .container-inner-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.part5 .container-inner-content .lf {
  width: 577px;
  height: 570px;
}

.part5 .swiper-slide {
  width: 569px;
  height: 566px;
  overflow: hidden;
}

.part5 .container-inner-content .lf img {
  width: 100%;
  width: 570px;
  height: 570px;
}

.part5 .container-inner-content .rt {
  position: relative;
  margin-left: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 570px;
  text-align: left;
}

.part5 .container-inner-content .rt .title {
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  color: #1B1F25;
  text-align: left;
  margin-bottom: 30px;
}

.part5 .container-inner-content .rt .info {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  font-style: italic;
  color: #1B1F25;
  line-height: 22px;
  text-align: left;
  margin-bottom: 30px;
}

.arrows {
  position: relative;
  width: 105px;
  height: 16px;
}

.boss {
  width: 1000px;
  flex-direction: column;
  margin: 160px auto 0;
}



.boss .container-inner-header {
  text-align: center;
}

.boss .container-inner-header .title {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  color: #060606;
}

.boss .container-inner-header .info {
  font-size: 18px;
  font-weight: 400;
  color: #060606;
  line-height: 32px;
}

.boss .download {
  display: block;
  width: 200px;
  height: 42px;
  line-height: 42px;
  margin: 30px auto 80px;
  background: #FCDC00;
  border-radius: 21px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #151515;
}

.boss .container-inner-content {
  width: 1000px;
}

.boss .container-inner-content-icons {
  width: 542px;
  margin: 0 auto 62px;
  display: flex;
  justify-content: space-between;
}

.boss .icons-item {
  text-align: center;
}

.boss .icons-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.boss .icons-item .title {
  font-size: 16px;
  font-weight: 400;
  color: #151515;
}

.part6 {
  width: 100%;
  height: 890px;
  background: url('./img/special/6/bg.png') no-repeat center;
  background-size: cover;
}

.part6 .container-inner-header {
  padding-top: 120px;
  width: 1000px;
  margin: 0 auto;
}

.part6 .container-inner-header .title,
.part6 .container-inner-header .info {
  color: #fff;
}

.part6 .container-inner-header .part6-info {
  display: block;
  width: 206px;
  height: 42px;
  background: #FFFFFF;
  margin: 30px auto 0;
  text-align: center;
  transform: skew(-15deg);
  border-radius: 2px;
  font-size: 21px;
  font-weight: bold;
  color: #151515;
  line-height: 42px;
  margin-bottom: 80px;
}

.part6 .container-inner-content {
  padding-bottom: 100px;
}

.part6 .container-inner-content .swiper-slide {
  display: flex;
}

.part6 .container-inner-content .lf {
  width: 447px;
  height: 397px;
  overflow: hidden;
}

.part6 .container-inner-content .lf img {
  width: 100%;
  height: 400px;
}

.part6 .lf .swiper-container {
  width: 447px;
  height: 400px;
}

.part6 .container-inner-content .rt {
  width: 552px;
  height: 400px;
}

.part6 .container-inner-content .rt .title,
.part6 .container-inner-content .rt .info {
  color: #fff;
}

.part6 .container-inner-content .rt .title {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
}

.part6 .container-inner-content .rt .info {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #FFFFFF;
  line-height: 28px;
}

.part6-swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
}

.part6-swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 0;
  margin: 0 6px;
}

.part6-swiper-pagination .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
}

.part7 {
  position: relative;
  width: 1000px;
  margin: 160px auto;
}

.part7 .lf {
  width: 551px;
  height: 489px;
}

.part7 .lf img {
  width: 100%;
  height: 100%;
}

.part7 .rt {
  position: absolute;
  top: 0;
  left: 444px;
}

.part7 .rt .bg {
  margin-left: 128px;
  margin-top: 10px;
}

.part7 .inner {
  width: 667px;
  height: 475px;
  background: url('./img/special/7/part-bg.png') no-repeat center;
  background-size: cover;
  padding-left: 120px;
  padding-top: 80px;
}

.part7 .inner .title {
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  color: #1B1F25;
  line-height: 22px;
}

.part7 .inner .info {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #1B1F25;
  line-height: 30px;
  padding: 30px 70px 30px 0;
}

.part7 .inner .next {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: #1B1F25;
  line-height: 30px;
  cursor: pointer;
}

.part7 .inner .next span {
  padding-right: 10px;
}
