.title {
  font-size: 30px;
  color: #3A434B;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
.title .small_title {
  font-size: 16px;
  color: #5F676E;
  margin-top: 16px;
  font-weight: 400;
}
.banner {
  height: 650px;
  background: url(../img/banner.png) no-repeat;
  background-size: cover;
  padding: 0 0 0 15%;
  box-sizing: border-box;
  overflow: hidden;
}
.banner .text {
  margin: 196px 0 0 0;
  color: #ACB0BE;
  font-size: 16px;
}
.banner ._title {
  font-size: 46px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 20px 0 0;
}
.banner .content {
  width: 576px;
  height: 50px;
  background: linear-gradient(91deg, #1C284E 0%, #0E193B 100%);
  opacity: 1;
  border-radius: 26px;
  color: #E6E9F2;
  line-height: 50px;
  padding: 0 36px;
  font-size: 18px;
  box-sizing: border-box;
  margin-top: 34px;
}
.banner .content span {
  margin: 0 10px;
}
.banner .btn_warp {
  margin-top: 58px;
}
.banner .btn_warp .free_btn {
  display: inline-block;
  width: 150px;
  height: 50px;
  background: #FF565E;
  opacity: 1;
  border-radius: 25px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.banner .btn_warp .free_btn:hover {
  background: #FF3E47;
}
.banner .btn_warp .online_btn {
  display: inline-block;
  width: 150px;
  height: 50px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid #FFFFFF;
  opacity: 1;
  border-radius: 25px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  margin-left: 50px;
  cursor: pointer;
}
.banner .btn_warp .online_btn:hover {
  background: #FF3E47;
  border: 1px solid #ff3e47;
}
.part_1 {
  padding: 100px 0 0 0;
}
.part_1 .title {
  font-size: 30px;
  color: #3A434B;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
.part_1 .title .small_title {
  font-size: 16px;
  color: #5F676E;
  margin-top: 26px;
}
.part_1 .scroll_warp {
  width: 968px;
  height: 108px;
  padding: 10px;
  display: flex;
  margin: 80px auto;
  overflow: hidden;
  line-height: 0;
  background: none !important;
  cursor: pointer !important;
}
.part_1 .scroll_warp .item_warp {
  display: flex;
}
.part_1 .scroll_warp .str_move {
  cursor: pointer;
}
.part_1 .scroll_warp .item {
  display: inline-block;
  width: 192px;
  height: 108px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 1;
  margin-right: 60px;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
}
.part_1 .scroll_warp .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part_1 .bottom .tips {
  text-align: center;
}
.part_1 .bottom .tips:nth-of-type(1) {
  font-size: 30px;
  color: #3A434B;
  font-weight: bold;
}
.part_1 .bottom .tips:nth-of-type(1) .red {
  color: #FF565E;
}
.part_1 .bottom .tips:nth-of-type(2) {
  font-size: 16px;
  color: #5F676E;
  margin: 16px 0 30px;
}
.part_2 {
  height: 600px;
  background: #33394B;
  overflow: hidden;
  position: relative;
}
.part_2 #swiper._banner {
  width: 1200px;
  margin: 38px auto 0;
}
.part_2 #swiper._banner .banner_container .img_warp {
  display: flex;
}
.part_2 #swiper._banner .banner_container .img_warp .item {
  width: 240px;
  text-align: center;
  font-size: 16px;
  color: #D3DBE2;
}
.part_2 #swiper._banner .banner_container .img_warp .item img {
  display: block;
  width: 100%;
  height: 427px;
  object-fit: cover;
}
.part_2 #swiper._banner .banner_container .img_warp .item span {
  display: block;
  margin-top: 24px;
  font-weight: bold;
}
.part_2 #swiper._banner .prev,
.part_2 #swiper._banner .next {
  width: 40px;
  height: 40px;
}
.part_2 #swiper._banner .prev {
  position: absolute;
  background: url(../img/prev.png) no-repeat;
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translateY(-40px);
}
.part_2 #swiper._banner .prev:hover {
  background: url(../img/prev_hover.png) no-repeat;
  background-size: cover;
}
.part_2 #swiper._banner .next {
  position: absolute;
  background: url(../img/next.png) no-repeat;
  background-size: cover;
  top: 50%;
  right: 0;
  transform: translateY(-40px);
}
.part_2 #swiper._banner .next:hover {
  background: url(../img/next_hover.png) no-repeat;
  background-size: cover;
}
.part_2 #swiper._banner .pagination {
  position: static;
  padding-top: 40px;
}
.part_2 #swiper._banner .pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background: #585D6E;
  opacity: 1;
  border-radius: 0;
}
.part_2 #swiper._banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF565E;
}
.part_2 .nav_warp {
  position: absolute;
  width: 1200px;
  height: 427px;
  left: 50%;
  top: 38px;
  transform: translateX(-50%);
}
.part_2 .prev,
.part_2 .next {
  width: 40px;
  height: 40px;
}
.part_2 .prev {
  position: absolute;
  background: url(../img/prev.png) no-repeat;
  background-size: cover;
  top: 50%;
  left: -30px;
  transform: translate(-100%, -15px);
}
.part_2 .prev:hover {
  background: url(../img/prev_hover.png) no-repeat;
  background-size: cover;
}
.part_2 .next {
  position: absolute;
  background: url(../img/next.png) no-repeat;
  background-size: cover;
  top: 50%;
  right: -30px;
  transform: translate(100%, -15px);
}
.part_2 .next:hover {
  background: url(../img/next_hover.png) no-repeat;
  background-size: cover;
}
.part_2 .pagination {
  position: static;
  padding-top: 40px;
}
.part_2 .pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background: #585D6E;
  opacity: 1;
  border-radius: 0;
}
.part_2 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF565E;
}
.part_3 {
  padding: 100px 0;
}
.part_3 .content {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.part_3 .content .item {
  width: 250px;
  height: 230px;
  padding: 0 34px;
  box-sizing: border-box;
  margin: 0 11px;
  text-align: center;
}
.part_3 .content .item img {
  height: 100px;
}
.part_3 .content .item .tips {
  margin: 4px 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #3A434B;
  text-align: center;
}
.part_3 .content .item .text {
  text-align: center;
  color: #82878B;
  font-size: 14px;
  word-break: break-all;
}
.part_4 {
  padding: 50px 0 73px;
  background: #F8FAFB;
}
.part_4 .content {
  margin-top: 60px;
}
.part_4 .content .warp {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.part_4 .content .warp:nth-last-child(1) {
  margin: 0;
}
.part_4 .content .warp .item {
  width: 350px;
  height: 110px;
  padding: 25px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 6px;
  display: flex;
  margin: 0 20px;
  align-items: center;
  cursor: pointer;
}
.part_4 .content .warp .item:hover .left {
  animation: tada 1s 0s ease both;
}
.part_4 .content .warp .item .left {
  width: 60px;
  height: 60px;
  flex: none;
}
.part_4 .content .warp .item .right {
  margin-left: 20px;
  flex: 1;
}
.part_4 .content .warp .item .right .tips {
  color: #3A434B;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.part_4 .content .warp .item .right .text {
  color: #82878B;
  font-size: 14px;
}
.part_5 {
  padding-top: 100px;
}
.part_5 .content {
  margin-top: 50px;
  height: 652px;
  display: flex;
}
.part_5 .content .item {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  align-items: center;
  cursor: pointer;
}
.part_5 .content .item:nth-of-type(1) {
  background: linear-gradient(180deg, #4D5575 0%, #0C163D 100%);
}
.part_5 .content .item:nth-of-type(2) {
  background: linear-gradient(180deg, #776BA1 0%, #221643 100%);
}
.part_5 .content .item:nth-of-type(3) {
  background: linear-gradient(180deg, #8097B1 0%, #161F48 100%);
}
.part_5 .content .item:nth-of-type(4) {
  background: linear-gradient(180deg, #BCB496 0%, #48310D 100%);
}
.part_5 .content .item.cur {
  flex: 1.5;
}
.part_5 .content .item.move {
  transition: 0.5s;
}
.part_5 .content .item .tips {
  margin: 50px 0 40px;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}
.part_5 .content .item .text {
  width: 172px;
  height: 36px;
  background: rgba(225, 225, 225, 0.16);
  text-align: center;
  line-height: 36px;
  color: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 16px;
}
.part_5 .content .item .text:nth-last-child(1) {
  margin: 0;
}
.part_5 .content .item .bg {
  width: 310px;
  height: 260px;
  margin-top: 40px;
}
.part_5 .content .item .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part_8 {
  padding: 100px 0;
}
.part_8 .content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.part_8 .content .item {
  flex: none;
  width: 290px;
  height: 290px;
  background: #ffffff;
  border: 1px solid #eef2f5;
  opacity: 1;
  border-radius: 4px;
  margin: 0 25px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}
.part_8 .content .item:hover {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}
.part_8 .content .item .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: salmon;
  margin: 30px 0 0;
}
.part_8 .content .item:nth-of-type(1) .icon {
  background: url(../img/empire_live_v2/icon1-1.png) no-repeat;
  background-size: cover;
}
.part_8 .content .item:nth-of-type(2) .icon {
  background: url(../img/empire_live_v2/icon2-1.png) no-repeat;
  background-size: cover;
}
.part_8 .content .item:nth-of-type(3) .icon {
  background: url(../img/empire_live_v2/icon3-2.png) no-repeat;
  background-size: cover;
}
.part_8 .content .item .key_word {
  color: #3A434B;
}
.part_8 .content .item .key_word.one {
  font-size: 18px;
  font-weight: bold;
}
.part_8 .content .item .key_word.two {
  margin-top: 22px;
  font-size: 14px;
}
.part_8 .content .item.border_hover {
  background: url(../img/empire_live_v2/border.png) no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
  border: none;
}
#part_8 .item {
  width: 288px;
  height: 340px;
  padding: 8px;
  box-sizing: border-box;
  text-align: left;
}
#part_8 .item:nth-of-type(1) .icon {
  background: url(../img/empire_live_v2/company1.png) no-repeat;
  background-size: cover;
}
#part_8 .item:nth-of-type(2) .icon {
  background: url(../img/empire_live_v2/company2.png) no-repeat;
  background-size: cover;
}
#part_8 .item:nth-of-type(3) .icon {
  background: url(../img/empire_live_v2/company3.png) no-repeat;
  background-size: cover;
}
#part_8 .item:nth-of-type(4) .icon {
  background: url(../img/empire_live_v2/company4.png) no-repeat;
  background-size: cover;
}
#part_8 .item .icon {
  display: inline-block;
  width: 100%;
  height: 153px;
  background: salmon;
  margin: 0;
}
#part_8 .item .icon::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url(../img/empire_live_v2/icon.png) no-repeat;
  background-position: center center;
}
#part_8 .item .key_word {
  color: #3A434B;
  padding: 0 10px;
  box-sizing: border-box;
}
#part_8 .item .key_word.one {
  font-size: 18px;
  font-weight: bold;
  margin: 14px 0 8px;
}
#part_8 .item .key_word.two {
  font-size: 14px;
  margin: 0;
}
.part_9 {
  padding: 54px 0 68px;
  background: #f8fafb;
}
.part_9 .content {
  width: 1200px;
  height: 357px;
  margin: 56px auto 0;
}
.part_9 .content .warp {
  margin-bottom: 23px;
  overflow: hidden;
}
.part_9 .content .warp:nth-last-child(1) {
  margin: 0;
}
.part_9 .content .warp img {
  width: 220px;
  height: 72px;
  float: left;
  margin-right: 25px;
}
.part_9 .content .warp img:nth-last-child(1) {
  margin: 0;
}
.part_10 {
  padding-top: 60px;
}
.part_10 .title {
  font-size: 48px;
}
.part_10 .title .small_title {
  font-size: 18px;
  color: #393939;
}
.part_10 .btn_content {
  margin-top: 10px;
  height: 213px;
  background: url(../img/bottom_bg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 213px;
}
.part_10 .btn_content .free_btn {
  display: inline-block;
  width: 150px;
  height: 50px;
  border: 1px solid #FF565E;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 25px;
  color: #FF565E;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.part_10 .btn_content .free_btn:hover {
  background: #FF3E47;
  border: 1px solid #ff3e47;
  color: #FFFFFF;
}
.part_10 .btn_content .online_btn {
  display: inline-block;
  width: 150px;
  height: 50px;
  background: #FF565E;
  opacity: 1;
  border-radius: 25px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  margin-left: 60px;
  cursor: pointer;
}
.part_10 .btn_content .online_btn:hover {
  background: #FF3E47;
}
.play_content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.play_content video {
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.play_content .close_btn {
  width: 50px;
  height: 50px;
  background: white url(../img/empire_live_v2/close_crude.png) no-repeat;
  background-size: 50% 50%;
  border-radius: 50%;
  background-position: center center;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, 0);
  cursor: pointer;
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
