.home .header-of-page .header-content .right-login .free {
  background-color: #353030;
  color: #ffffff;
}
.home .header-of-page .header-content .right-login .free:hover {
  background-color: #454141;
}
.home .get-start-button {
  cursor: pointer;
}
.home .banner-container {
  background: url('/enUS/images/home/pic1.png') no-repeat center top;
  background-size: 100% auto;
  position: relative;
  padding: 152px 4% 128px;
  text-align: center;
  overflow: hidden;
}
.home .banner-container .text1 {
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
  margin: 16px auto 48px;
}
.home .banner-container .button {
  display: block;
  width: 256px;
  line-height: 56px;
  background: #353030;
  border-radius: 8px;
  color: #ffffff;
  margin: 0 auto;
  font-weight: 700;
  transition: 0.3s;
}
.home .banner-container .button:hover {
  background-color: #454141;
}
.home .banner-container .video-con {
  max-width: 1320px;
  margin: 120px auto 0;
  position: relative;
}
.home .banner-container .video-con::before {
  content: '';
  position: absolute;
  right: -64px;
  top: -70px;
  width: 88px;
  height: 88px;
  background: url('/enUS/images/home/pic2.png') no-repeat center;
  background-size: 100% auto;
}
.home .banner-container .video-con::after {
  width: 224px;
  height: 200px;
  position: absolute;
  left: -48px;
  bottom: -48px;
  background: url('/enUS/images/home/pic3.png') no-repeat center;
  background-size: 100% auto;
  content: '';
}
.home .banner-container .video-con .video {
  display: block;
  width: 100%;
  border-radius: 24px;
  box-shadow: 0px 32px 64px 0px rgba(53, 48, 48, 0.1);
  position: relative;
  z-index: 2;
}
.home .section-logo {
  width: 92%;
  margin: 0 auto 12px;
}
.home .section-logo p {
  font-size: 20px;
  color: #8c8889;
  line-height: 32px;
  text-align: center;
}
.home .section-logo ul {
  overflow: hidden;
  max-width: 1322px;
  padding: 28px 0 0;
  margin: 0 auto;
}
.home .section-logo ul li {
  float: left;
  width: 16.6666%;
  height: 70px;
  background-image: url('/images/home_sprites.webp');
  background-position-x: -10px;
}
.home .home-title {
  font-size: 40px;
  line-height: 48px;
  color: #353030;
  text-align: center;
  padding: 128px 0 16px;
  font-weight: 700;
  margin: 0 auto;
}
.home .home-sub-title {
  font-size: 32px;
  font-weight: 700;
  color: #353030;
  line-height: 40px;
}
.home .home-text {
  font-size: 20px;
  text-align: center;
  color: rgba(53, 48, 48, 0.7);
  line-height: 28px;
  margin: 0 auto;
}
.home .home-sub-text {
  font-size: 16px;
  line-height: 24px;
  color: rgba(53, 48, 48, 0.7);
}
.home .section-container1 {
  width: 92%;
  max-width: 1208px;
  margin: 64px auto 128px;
  background: linear-gradient(101deg, #f9fdff, #e0f3ff 100%);
  border-radius: 32px;
  padding: 40px 0 48px 112px;
  position: relative;
}
.home .section-container1::before {
  content: '';
  position: absolute;
  width: 392px;
  height: 100%;
  right: 84px;
  top: 0;
  background: url('/enUS/images/home/pic4.png') no-repeat right center;
  background-size: 100% auto;
}
.home .section-container1 .home-sub-title {
  max-width: 584px;
}
.home .section-container1 .button-wrap {
  overflow: hidden;
  margin-top: 24px;
}
.home .section-container1 .button-wrap .button1 {
  display: block;
  width: 200px;
  background-color: #009dff;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
  float: left;
  color: #ffffff;
  transition: 0.3s;
}
.home .section-container1 .button-wrap .button1:hover {
  background-color: #29ADFF;
}
.home .section-container1 .button-wrap .button2 {
  width: 144px;
  line-height: 44px;
  border: 2px solid #009dff;
  border-radius: 8px;
  float: left;
  margin-left: 24px;
  font-size: 14px;
  color: #009dff;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
}
.home .section-container1 .button-wrap .button2:hover {
  background-color: #009dff;
  color: #ffffff;
}
.home .section-container2 {
  position: relative;
}
.home .section-container2::before {
  height: 690px;
  left: 0;
  top: 0;
  right: 0;
  content: '';
  background: url('/enUS/images/home/pic5.png') no-repeat;
  background-size: 1920px auto;
  z-index: 1;
  position: absolute;
  background-attachment: fixed;
}
.home .section-container2 .contents {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  width: 92%;
  margin: 0 auto;
}
.home .section-container2 .contents .home-title {
  color: #ffffff;
}
.home .section-container2 .contents .home-text {
  color: rgba(255, 255, 255, 0.7);
  max-width: 820px;
  margin: 0 auto;
}
.home .section-container2 .contents .title-list-container {
  padding-top: 48px;
  text-align: center;
}
.home .section-container2 .contents .title-list-container .list {
  margin: 0 12px;
  display: inline-block;
  width: 144px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  padding: 16px 0;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.2s;
}
.home .section-container2 .contents .title-list-container .list img {
  display: block;
  width: 48px;
  margin: 0 auto 8px;
}
.home .section-container2 .contents .title-list-container .list .pic2 {
  display: none;
}
.home .section-container2 .contents .title-list-container .list.active {
  background-color: #ffffff;
  color: #353030;
}
.home .section-container2 .contents .title-list-container .list.active .pic1 {
  display: none;
}
.home .section-container2 .contents .title-list-container .list.active .pic2 {
  display: block;
}
.home .section-container2 .contents .cons-list-container .list {
  display: none;
  border-radius: 32px;
  box-shadow: 0px 32px 64px 0px rgba(53, 48, 48, 0.1);
  background-color: #ffffff;
  padding: 56px 56px 56px 88px;
  max-width: 1320px;
  margin: 48px auto 0;
  justify-content: space-between;
  align-items: center;
}
.home .section-container2 .contents .cons-list-container .list .video-con {
  max-width: 650px;
  width: 56%;
}
.home .section-container2 .contents .cons-list-container .list .video-con .video {
  display: block;
  width: 100%;
  border-radius: 24px;
  border: 1px solid #e9eef2;
}
.home .section-container2 .contents .cons-list-container .list .cons {
  width: 42%;
  max-width: 438px;
}
.home .section-container2 .contents .cons-list-container .list .cons .home-sub-title {
  margin: 0 0 24px;
}
.home .section-container2 .contents .cons-list-container .list .cons .home-sub-text .blue {
  color: #009dff;
}
.home .section-container2 .contents .cons-list-container .list .cons .button {
  display: block;
  width: 200px;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  background-color: #009dff;
  margin-top: 48px;
  transition: 0.3s;
}
.home .section-container2 .contents .cons-list-container .list .cons .button:hover {
  background-color: #29ADFF;
}
.home .section-container2 .contents .cons-list-container .list.active {
  display: flex;
}
.home .section-container3 {
  text-align: center;
  padding: 0 4%;
  overflow: hidden;
}
.home .section-container3 .home-title {
  max-width: 830px;
}
.home .section-container3 .home-text {
  max-width: 800px;
}
.home .section-container3 .video-con {
  position: relative;
  margin: 64px auto;
  max-width: 1320px;
}
.home .section-container3 .video-con::before {
  content: '';
  width: 224px;
  height: 200px;
  position: absolute;
  right: -48px;
  top: -48px;
  background: url('/enUS/images/home/pic3.png') no-repeat center;
  background-size: 100% auto;
}
.home .section-container3 .video-con .video {
  display: block;
  width: 100%;
  border-radius: 32px;
  position: relative;
  z-index: 2;
}
.home .section-container3 .list {
  overflow: hidden;
  text-align: center;
  max-width: 1320px;
  margin: 0 auto;
}
.home .section-container3 .list li {
  width: calc((100% - 48px) / 3);
  float: left;
}
.home .section-container3 .list li:nth-child(2) {
  margin: 0 24px;
}
.home .section-container3 .list li img {
  display: block;
  max-width: 88px;
  margin: 0 auto;
}
.home .section-container3 .list li .home-text {
  font-weight: 700;
  color: #353030;
  margin: 16px 0;
}
.home .section-container3 .list li .home-sub-text {
  max-width: 360px;
  margin: 0 auto;
}
.home .section-container4 {
  padding: 0 4%;
}
.home .section-container4 .home-title {
  max-width: 710px;
}
.home .section-container4 .home-text {
  max-width: 480px;
}
.home .section-container4 .list-container {
  max-width: 1320px;
  margin: 64px auto 0;
}
.home .section-container4 .list-container .list {
  display: none;
  overflow: hidden;
}
.home .section-container4 .list-container .list.active {
  display: block;
}
.home .section-container4 .list-container .list .left-con {
  width: 42%;
  float: left;
  max-width: 536px;
  font-size: 0;
}
.home .section-container4 .list-container .list .left-con .home-sub-title {
  margin: 22px 0 18px;
}
.home .section-container4 .list-container .list .left-con .software-name {
  overflow: hidden;
  display: inline-block;
  padding: 2px;
  background-color: #F8F6F6;
  border-radius: 14px;
  margin-bottom: 24px;
}
.home .section-container4 .list-container .list .left-con .software-name span {
  display: block;
  float: left;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 7px 15px;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  color: rgba(53, 48, 48, 0.7);
}
.home .section-container4 .list-container .list .left-con .software-name span img {
  display: block;
  float: left;
  margin-right: 8px;
  width: 24px;
}
.home .section-container4 .list-container .list .left-con .software-name span.active {
  background-color: #ffffff;
  color: #353030;
  border-color: #F0EEEE;
  cursor: default;
}
.home .section-container4 .list-container .list .left-con .home-sub-text {
  margin-bottom: 16px;
}
.home .section-container4 .list-container .list .left-con p.home-sub-text {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}
.home .section-container4 .list-container .list .left-con p.home-sub-text::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 2px solid #009dff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  box-sizing: border-box;
}
.home .section-container4 .list-container .list .left-con .more {
  width: 200px;
  background-color: #009dff;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  line-height: 48px;
  margin-top: 48px;
  display: block;
  color: #ffffff;
  font-weight: 700;
  transition: 0.3s;
}
.home .section-container4 .list-container .list .left-con .more:hover {
  background-color: #29ADFF;
}
.home .section-container4 .list-container .list .right-pic {
  display: block;
  float: right;
  width: 55%;
  max-width: 704px;
}
.home .section-container5 {
  padding: 0 4%;
  font-size: 0;
  text-align: center;
}
.home .section-container5 .home-title {
  max-width: 950px;
}
.home .section-container5 .home-text {
  max-width: 1010px;
}
.home .section-container5 .title-list {
  display: inline-block;
  background: #f8f6f6;
  border-radius: 14px;
  margin: 48px auto;
  padding: 2px;
}
.home .section-container5 .title-list span {
  display: inline-block;
  padding: 7px 23px;
  border: 1px solid transparent;
  border-radius: 12px;
  line-height: 38px;
  color: rgba(53, 48, 48, 0.7);
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.home .section-container5 .title-list span.active {
  background-color: #ffffff;
  border-color: #F0EEEE;
  cursor: default;
  color: #353030;
}
.home .section-container5 .cons-list-container {
  max-width: 1344px;
  margin: 0 auto;
  overflow: hidden;
}
.home .section-container5 .cons-list-container .list {
  display: none;
  overflow: hidden;
}
.home .section-container5 .cons-list-container .list.active {
  display: block;
}
.home .section-container5 .cons-list-container a {
  display: block;
  float: left;
  width: calc((100% - 24px * 3) / 3);
  margin: 0 12px;
  text-align: left;
}
.home .section-container5 .cons-list-container a .pic {
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  height: 226px;
  border: 1px solid #E9EEF2;
  transition: 0.3s;
}
.home .section-container5 .cons-list-container a .home-text {
  font-weight: 700;
  margin: 16px 0 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 28px;
  color: #353030;
  text-align: left;
}
.home .section-container5 .cons-list-container a .other {
  color: rgba(53, 48, 48, 0.7);
  line-height: 22px;
  font-size: 14px;
}
.home .section-container5 .cons-list-container a .other .iconfont {
  line-height: 16px;
  margin: 3px 2px 0 0;
  float: left;
  display: block;
}
.home .section-container5 .cons-list-container a:hover .pic {
  transform: scale(1.02);
}
.home .section-container6 {
  background: linear-gradient(111deg, #f9fdff, #e0f3ff 100%);
  border-radius: 32px;
  max-width: 1320px;
  width: 92%;
  margin: 128px auto;
  padding: 56px 0 72px 112px;
  position: relative;
}
.home .section-container6 .cons {
  max-width: 540px;
  width: 50%;
}
.home .section-container6 .cons .home-sub-title {
  max-width: 526px;
}
.home .section-container6 .cons .home-sub-text {
  margin: 24px 0 48px;
}
.home .section-container6 .cons .button {
  display: block;
  width: 256px;
  line-height: 48px;
  color: #ffffff;
  background-color: #009dff;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
}
.home .section-container6 .cons .button:hover {
  background-color: #29ADFF;
}
.home .section-container6 .pic {
  display: block;
  position: absolute;
  width: 48%;
  max-width: 592px;
  right: 56px;
  top: 50%;
  transform: translateY(-50%);
}
.home .section-container7 {
  background: url('/enUS/images/home/pic23.png') no-repeat center #343030;
  background-size: 100% auto;
  background-attachment: fixed;
  padding: 96px 0;
}
.home .section-container7 .swiper-container {
  position: relative;
}
.home .section-container7 .swiper-container .swiper-slide .contents {
  width: 92%;
  max-width: 1096px;
  position: relative;
  padding: 4px 0 4px 224px;
  margin: 0 auto;
}
.home .section-container7 .swiper-container .swiper-slide .contents::before {
  content: '';
  box-sizing: border-box;
  left: 0;
  top: 0;
  background: url('/enUS/images/web/web-marks3.png') no-repeat center top;
  background-size: 100%;
  position: absolute;
  width: 44px;
  height: 36px;
  z-index: 2;
}
.home .section-container7 .swiper-container .swiper-slide .contents .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 168px;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  border-radius: 40%;
}
.home .section-container7 .swiper-container .swiper-slide .contents .home-text {
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  max-width: 790px;
  margin: 0;
}
.home .section-container7 .swiper-container .swiper-slide .contents .home-sub-text {
  font-weight: 700;
  color: #ffffff;
  margin: 24px 0 2px;
  text-align: left;
}
.home .section-container7 .swiper-container .swiper-slide .contents .pos {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 22px;
}
.home .section-container7 .swiper-container .swiper-pagination {
  padding-left: 224px;
  width: 92%;
  max-width: 1096px;
  text-align: left;
  font-size: 0;
  margin: 24px auto 0;
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
}
.home .section-container7 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0 8px 0 0;
}
.home .section-container7 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.home .section-container8 {
  width: 92%;
  max-width: 1344px;
  margin: 0 auto;
}
.home .section-container8 .list {
  padding-top: 48px;
}
.home .section-container8 .list::after {
  content: '';
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
}
.home .section-container8 .list .item {
  display: block;
  float: left;
  width: calc((100% - 24px * 3) / 3);
  margin: 16px 12px 0;
  transition: 0.3s;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 0 32px 32px;
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px rgba(53, 48, 48, 0.08);
}
.home .section-container8 .list .item .pic {
  margin: 0 -32px 24px;
  background-size: cover;
  height: 222px;
  background-position: center;
}
.home .section-container8 .list .item .home-text {
  font-weight: 700;
  color: #353030;
  text-align: left;
  margin-bottom: 16px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home .section-container8 .list .item .home-sub-text {
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.home .section-container8 .list .item .more {
  text-decoration: underline;
  color: rgba(53, 48, 48, 0.7);
  font-size: 16px;
  display: block;
  margin-top: 24px;
}
.home .section-container8 .list .item .more:hover {
  color: #009dff;
}
.home .section-container8 .list .item:hover {
  margin-top: 0;
  box-shadow: 0px 32px 64px 0px rgba(53, 48, 48, 0.1);
}
.home .section-container9 {
  width: 92%;
  max-width: 1176px;
  margin: 0 auto 128px;
}
.home .section-container9 .home-text {
  max-width: 769px;
}
.home .section-container9 .list {
  overflow: hidden;
  margin-top: 64px;
}
.home .section-container9 .list li {
  float: left;
  width: calc((100% - 32px * 3) / 3);
  font-size: 0;
  margin: 0 16px;
}
.home .section-container9 .list li .title {
  padding-left: 88px;
  position: relative;
  margin-bottom: 24px;
  padding-top: 1px;
  display: block;
}
.home .section-container9 .list li .title img {
  display: block;
  position: absolute;
  left: 24px;
  top: 0;
  width: 48px;
}
.home .section-container9 .list li .title .home-sub-text {
  color: #353030;
  font-weight: 700;
}
.home .section-container9 .list li .title h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(53, 48, 48, 0.7);
  font-size: 14px;
  height: 22px;
  line-height: 22px;
}
.home .section-container9 .list li .a1 {
  padding: 0 16px 0 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  transition: 0.3s;
  position: relative;
  color: rgba(53, 48, 48, 0.7);
  display: block;
  font-size: 16px;
}
.home .section-container9 .list li .a1::before {
  content: '';
  width: 4px;
  height: 4px;
  background: rgba(53, 48, 48, 0.4);
  border-radius: 50%;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -2px;
}
.home .section-container9 .list li .a1:hover {
  background-color: #F8F6F6;
  color: #353030;
}
.home .section-container9 .list li .a1:hover::before {
  background-color: #009dff;
}
.home .section-container9 .list li .more {
  display: inline-block;
  margin: 16px 0 0 24px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
  font-size: 16px;
  text-decoration: underline;
  transition: 0.3s;
}
.home .section-container9 .list li .more::before {
  display: none;
}
.home .section-container9 .list li .more:hover {
  color: #009dff;
}
@media (max-width: 1920px) {
  .home .banner-container {
    background-size: 1920px auto;
  }
}
@media (max-width: 1299px) {
  .home .section-container1::before {
    right: 0;
    width: 360px;
  }
  .home .section-container2 .contents .cons-list-container .list {
    padding: 48px 32px 48px 56px;
  }
  .home .section-container2 .contents .cons-list-container .list .cons {
    width: 40%;
  }
  .home .section-container2 .contents .cons-list-container .list .video-con {
    width: 55%;
  }
  .home .section-container3 .list li {
    float: none;
    width: 100%;
  }
  .home .section-container3 .list li .home-text {
    margin: 16px auto;
  }
  .home .section-container3 .list li:nth-child(2) {
    margin: 32px 0;
  }
  .home .section-container4 .list-container .list .left-con {
    float: none;
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    width: 100%;
  }
  .home .section-container4 .list-container .list .left-con .home-sub-title {
    margin-top: 0;
  }
  .home .section-container4 .list-container .list .left-con p.home-sub-text {
    padding-left: 0;
  }
  .home .section-container4 .list-container .list .left-con p.home-sub-text::before {
    display: none;
  }
  .home .section-container4 .list-container .list .left-con .more {
    margin: 48px auto 0;
  }
  .home .section-container4 .list-container .list .right-pic {
    float: none;
    margin: 48px auto 0;
    width: 100%;
  }
  .home .section-container5 .cons-list-container .list a {
    float: none;
    width: 100%;
    max-width: 424px;
    margin: 32px auto 0;
  }
  .home .section-container5 .cons-list-container .list a:first-child {
    margin-top: 0;
  }
  .home .section-container6 {
    padding: 48px 0 64px 64px;
  }
  .home .section-container6 .pic {
    width: 40%;
    right: 30px;
  }
  .home .section-container8 .list {
    padding-top: 16px;
  }
  .home .section-container8 .list .item {
    float: none;
    margin: 32px auto 0;
    width: 100%;
    max-width: 424px;
  }
  .home .section-container8 .list .item:hover {
    margin-top: 32px;
  }
  .home .section-container9 .list li {
    width: 100%;
    max-width: 460px;
    margin: 48px auto 0;
    float: none;
    text-align: center;
  }
  .home .section-container9 .list li:first-child {
    margin-top: 0;
  }
  .home .section-container9 .list li .title {
    padding-left: 0;
  }
  .home .section-container9 .list li .title img {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
  }
  .home .section-container9 .list li .a1 {
    padding: 0;
  }
  .home .section-container9 .list li .a1::before {
    display: none;
  }
  .home .section-container9 .list li .a1:hover {
    background-color: transparent;
  }
  .home .section-container9 .list li .more {
    margin-left: 0;
  }
}
@media (max-width: 1130px) {
  .home .home-title {
    font-size: 38px;
    line-height: 46px;
  }
  .home .home-sub-title {
    font-size: 30px;
    line-height: 38px;
  }
  .home .section-container1 {
    text-align: center;
    padding-left: 0;
  }
  .home .section-container1::before {
    display: none;
  }
  .home .section-container1 .home-sub-title {
    margin: 0 auto;
  }
  .home .section-container1 .button-wrap {
    font-size: 0;
  }
  .home .section-container1 .button-wrap .button1 {
    display: inline-block;
    float: none;
  }
  .home .section-container1 .button-wrap .button2 {
    display: inline-block;
    float: none;
  }
  .home .section-container2 .contents .cons-list-container .list {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .home .section-container2 .contents .cons-list-container .list .cons {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 48px;
  }
  .home .section-container2 .contents .cons-list-container .list .cons .button {
    margin: 24px auto 0;
  }
  .home .section-container2 .contents .cons-list-container .list .video-con {
    width: 100%;
  }
  .home .section-logo {
    max-width: 920px;
  }
  .home .section-logo ul li {
    width: 33.333%;
    background-position-x: 50% !important;
  }
}
@media (max-width: 999px) {
  .home .banner-container .text1 {
    font-size: 20px;
    line-height: 28px;
  }
  .home .home-title {
    font-size: 34px;
    line-height: 42px;
  }
  .home .home-sub-title {
    font-size: 28px;
    line-height: 36px;
  }
  .home .home-text {
    font-size: 16px;
    line-height: 24px;
  }
  .home .section-container2::before {
    height: 650px;
  }
  .home .section-container2 .contents .cons-list-container .list {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .home .section-container6 {
    padding: 48px;
  }
  .home .section-container6 .cons {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .home .section-container6 .cons .button {
    margin: 0 auto;
  }
  .home .section-container6 .pic {
    display: none;
  }
  .home .section-container7 .swiper-container .swiper-slide .contents {
    padding: 0;
  }
  .home .section-container7 .swiper-container .swiper-slide .contents::before {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -60px;
  }
  .home .section-container7 .swiper-container .swiper-slide .contents .pic {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 24px;
  }
  .home .section-container7 .swiper-container .swiper-slide .contents .home-text {
    text-align: center;
    margin: 0 auto;
  }
  .home .section-container7 .swiper-container .swiper-slide .contents .home-sub-text {
    text-align: center;
  }
  .home .section-container7 .swiper-container .swiper-slide .contents .pos {
    text-align: center;
  }
  .home .section-container7 .swiper-container .swiper-pagination {
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .banner-container {
    padding: 128px 4% 88px;
    background-size: 1500px auto;
  }
  .home .banner-container .text1 {
    margin: 16px auto 32px;
  }
  .home .banner-container .video-con {
    margin-top: 64px;
  }
  .home .banner-container .video-con::before {
    display: none;
  }
  .home .banner-container .video-con .video {
    border-radius: 16px;
  }
  .home .section-container1 {
    border-radius: 16px;
    padding: 40px 2% 48px;
  }
  .home .home-sub-title {
    font-size: 24px;
    line-height: 32px;
  }
  .home .home-title {
    font-size: 30px;
    line-height: 38px;
  }
  .home .section-container2 .contents .title-list-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .home .section-container2 .contents .title-list-container .list {
    font-size: 14px;
    width: 100px;
    border-radius: 8px;
    font-weight: 300;
    margin: 0 5px;
  }
  .home .section-container2 .contents .title-list-container .list:first-child {
    width: 120px;
    margin-left: 0;
  }
  .home .section-container2 .contents .title-list-container .list:last-child {
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  .home .section-logo p {
    font-size: 16px;
    line-height: 26px;
  }
  .home .section-logo ul li {
    width: 50%;
  }
}
@media (max-width: 608px) {
  .home .banner-container {
    background-size: 1700px auto;
  }
}
@media (max-width: 499px) {
  .home .banner-container {
    padding-bottom: 64px;
  }
  .home .banner-container .text1 {
    font-size: 16px;
    line-height: 24px;
  }
  .home .banner-container .video-con {
    margin-top: 24px;
  }
  .home .banner-container .video-con::after {
    display: none;
  }
  .home .page-title-first br {
    display: none;
  }
  .home .home-title {
    font-size: 26px;
    line-height: 34px;
    padding-top: 64px;
  }
  .home .home-sub-title {
    font-size: 20px;
    line-height: 28px;
  }
  .home .home-sub-text {
    font-size: 14px;
    line-height: 22px;
  }
  .home .section-container1 {
    padding-top: 48px;
    margin-bottom: 64px;
  }
  .home .section-container1 .button-wrap .button1 {
    display: block;
    margin: 0 auto;
    width: 168px;
  }
  .home .section-container1 .button-wrap .button2 {
    display: block;
    margin: 10px auto;
    width: 168px;
  }
  .home .section-container2::before {
    height: 450px;
  }
  .home .section-container2 .contents .home-title {
    padding-top: 48px;
  }
  .home .section-container2 .contents .title-list-container {
    white-space: nowrap;
    padding-top: 24px;
  }
  .home .section-container2 .contents .title-list-container .list {
    font-size: 12px;
    width: auto;
    border-radius: 4px;
    margin: 0;
    padding: 8px 12px;
    min-width: 80px;
    overflow-x: auto;
  }
  .home .section-container2 .contents .title-list-container .list img {
    width: 32px;
  }
  .home .section-container2 .contents .title-list-container .list:first-child {
    width: auto;
  }
  .home .section-container2 .contents .cons-list-container .list {
    margin-top: 16px;
  }
  .home .section-container2 .contents .cons-list-container .list .video-con .video {
    border-radius: 16px;
  }
  .home .section-container2 .contents .cons-list-container .list .cons {
    margin-top: 24px;
  }
  .home .section-container2 .contents .cons-list-container .list .cons .home-sub-title {
    margin-bottom: 16px;
  }
  .home .section-container3 .video-con {
    margin: 24px auto 32px;
  }
  .home .section-container3 .video-con::before {
    display: none;
  }
  .home .section-container3 .video-con .video {
    border-radius: 16px;
  }
  .home .section-container4 .list-container {
    margin-top: 32px;
  }
  .home .section-container4 .list-container .list .right-pic {
    margin-top: 24px;
  }
  .home .section-container4 .list-container .list .left-con p.home-sub-text {
    margin-bottom: 0;
  }
  .home .section-container4 .list-container .list .left-con .more {
    margin-top: 24px;
  }
  .home .section-container5 .title-list {
    margin: 32px 0 24px;
    white-space: nowrap;
    overflow-x: auto;
  }
  .home .section-container5 .title-list span {
    font-size: 14px;
    padding: 7px 20px;
  }
  .home .section-container5 .cons-list-container .list a {
    margin-top: 16px;
  }
  .home .section-container5 .cons-list-container .list a .pic {
    border-radius: 16px;
  }
  .home .section-container5 .cons-list-container .list .home-text {
    margin: 8px 0 0;
  }
  .home .section-container6 {
    margin: 64px auto;
    border-radius: 16px;
    padding: 32px 24px;
  }
  .home .section-container6 .cons .home-sub-text {
    margin: 16px 0 24px;
  }
  .home .section-container7 {
    padding: 48px 0;
  }
  .home .section-container8 .list .item {
    border-radius: 16px;
    padding: 0 16px 32px;
  }
  .home .section-container8 .list .item .pic {
    margin: 0 -16px 16px;
  }
  .home .section-container8 .list .item .home-text {
    height: 28px;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    display: block;
    text-overflow: ellipsis;
    margin-bottom: 8;
  }
  .home .section-container8 .list .item .more {
    margin-top: 8px;
  }
  .home .section-container9 {
    margin-bottom: 64px;
  }
  .home .section-container9 .list {
    margin-top: 32px;
  }
  .home .section-container9 .list li {
    margin-top: 32px;
  }
  .home .section-container9 .list li .a1 {
    font-size: 14px;
    line-height: 32px;
    height: 32px;
  }
  .home .section-container9 .list li .title {
    margin-bottom: 12px;
  }
}
