html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Arial, "Microsoft Yahei";
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*清除浮动*/

.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
li {
  list-style: none;
}

section {
  font-size: 0.24rem;
}

img {
  border: 0;
  outline-width: 0px;
  vertical-align: top;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  min-width: 1420px;
}

h1 {
  font-size: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.float_pc {
  position: fixed;
  top: 75%;
  left: 75px;
  /* transform: translateY(-50%); */
  z-index: 2;
  display: flex;
}

.float_role {
  background-image: url("../img/jlsy/pc/float_img.png");
  width: 228px;
  height: 202px;
  z-index: 2;
  cursor: pointer;
}

.float_more {
  background-image: url("../img/jlsy/pc/float_scroll.png");
  width: 593px;
  height: 175px;
  transform: translate(-140px, 30px);
  transition: all 0.6s;
}

.float_more_close {
  width: 0;
}

.float_icon {
  margin: 25px 0 0 140px;
  overflow: hidden;
  display: flex;
}

.float_icon img {
  margin-right: 15px;
  cursor: pointer;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.float_dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/jlsy/pc/float_dialog_bg.png");
  width: 274px;
  height: 355px;
  display: none;
}

.float_dialog_close {
  position: absolute;
  top: 10px;
  right: -48px;
  background-image: url("../img/jlsy/pc/float_dialog_close.png");
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.dialog_img_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dialog_img_box p {
  text-align: center;
  margin-top: 10px;
  color: #000;
  font-weight: bold;
}

.dialog_img {
  width: 165px;
  height: 165px;
}

.tips_dialog {
  width: 682px;
  height: 615px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: url("../img/jlsy/pc/tips_dialog.png") no-repeat; */
  background: url("../img/jlsy/pc/tips_dialog1.png") no-repeat;
  display: none;
}

.tips_dialog_close {
  position: absolute;
  top: 10px;
  right: -48px;
  background-image: url("../img/jlsy/pc/float_dialog_close.png");
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.btn-music2 {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 1.2%;
  right: 1.56%;
  /* margin-right: 50px; */
  z-index: 10;
  background: url("../img/jlsy/pc/music_icon.png") no-repeat center / auto 100%;
}

.btn-music2.play {
  animation: rotate360 6s linear infinite;
}

.menuBtn {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 2%;
  right: 1.6%;
  z-index: 10;
  display: none;
}

.menuBtn s:first-child {
  background: #4c5365;
  margin-top: 0;
}

.menuBtn s:nth-child(2) {
  background: #deae6d;
}

.menuBtn s:nth-child(3) {
  background: #4c5365;
}

.menuBtn s {
  width: 100%;
  height: 2px;
  margin-top: 7px;
  display: block;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

.top_navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-image: url("../img/jlsy/pc/nav_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.top_navigation ul {
  margin-top: 80px;
  width: 100%;
  height: 100%;
  padding-right: 17px;
  overflow: hidden;
}

.top_navigation li {
  width: 100%;
  height: 81px;
  text-align: center;
  line-height: 81px;
  border-bottom: 1px rgba(0, 0, 0, 0.03) solid;
  font-size: 16px;
}

.top_navigation li a {
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  padding: 0 20px;
}

.top_navigation li:hover a {
  color: #deae6d;
  font-weight: 700;
}

.top_navigation li a::before {
  left: 0;
}

.top_navigation li a::after {
  right: 0;
}

.top_navigation li:hover a::after,
.top_navigation li:hover a::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  /* filter: alpha(opacity=100); */
}

.top_navigation li a::after,
.top_navigation li a::before {
  content: "";
  width: 11px;
  height: 11px;
  background: url("../img/jlsy/pc/swiper_active.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  margin-top: -5.5px;
  opacity: 0;
  transition: all 0.4s ease;
}

.vertical_line {
  width: 1px;
  height: 80px;
  border-right: 1px rgba(0, 0, 0, 0.2) solid;
  margin: auto;
}

.nav_close {
  display: block;
  margin: auto;
  cursor: pointer;
}

.container {
  position: relative;
  height: 100%;
}

#jlsy .ani {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.swiper-out {
  height: 100%;
  width: 100%;
}

.outPoint {
  width: 14px;
  height: 118px;
  position: absolute;
  top: 50%;
  right: 2%;
  margin-top: -59px;
}

.outPoint .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 12px auto;
  display: block;
  opacity: 0.5;
}

.outPoint .swiper-pagination-bullet-active {
  background: url("../img/jlsy/pc/swiper_active.png") no-repeat !important;
  width: 14px;
  height: 14px;
  opacity: 1;
}

.home_bg {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../img/jlsy/pc/home_bg4.jpg?v=20241227");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home_bg video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
  /* background-position: 50%; */
  /* top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
}

.hoem_bg_role {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: auto !important;
}

.parallax_role {
  width: 100%;
  height: 100%;
  background-image: url("../img/jlsy/pc/parallax_role1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home_header {
  position: relative;
  max-width: 1561px;
  height: 93px;
  background-image: url("../img/jlsy/pc/home_header_pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}

.header_box {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  margin-right: 45px;
}

.header_box div {
  font-size: 20px;
  padding: 0 40px;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  flex-shrink: 0;
}

.header_box div:hover {
  color: #d1aa5e;
}

.header_box_div_bor {
  border-right: #000 solid 2px;
}

.home_btn {
  width: 487px;
  height: 147px;
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/jlsy/pc/home_btn_bg.png") no-repeat;
  display: flex;
  padding: 6px;
  /* align-items: center; */
}

.home_download img {
  margin: 5px 10px 0 0;
}

/* .home_mid_btn img {
  display: block;
  margin-top: 8px;
  margin-bottom: 1px;
} */
.ios_btn {
  display: block;
  margin-top: 8px;
  margin-bottom: 1px;
  width: 202px;
  height: 55px;
  background: url("../img/jlsy/pc/IOS_btn.png") no-repeat;
}

.android_btn {
  display: block;
  margin-top: 8px;
  margin-bottom: 1px;
  width: 202px;
  height: 55px;
  background: url("../img/jlsy/pc/Android_btn.png") no-repeat;
  transition: all 0.4s ease;
}

.android_btn:hover {
  display: block;
  margin-top: 8px;
  margin-bottom: 1px;
  width: 202px;
  height: 55px;
  background: url("../img/jlsy/pc/Android_btn_active.png") no-repeat;
}

.home_tips_btn {
  margin: 6px 0 0 10px;
  cursor: pointer;
  width: 93px;
  height: 121px;
  background: url("../img/jlsy/pc/ln_game_help.png") no-repeat;
}

.home_tips_btn:hover {
  background: url("../img/jlsy/pc/ln_game_help_active.png") no-repeat;
}

.new_tips_btn {
  width: 63px;
  height: 82px;
  background: url("../img/jlsy/pc/16_tips.png?v=20230427");
  position: absolute;
  bottom: 87px;
  left: 50%;
  transform: translateX(245px);
  cursor: pointer;
}

.next_btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  animation: nextPage_ami 3s infinite;
}

.spsub_bg {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../img/jlsy/pc/common_bg.png");
  background-position: left 45%;
  background-repeat: no-repeat;
  background-size: cover;
}

.common_aside {
  position: absolute;
}

.common_aside img {
  display: block;
}

.common_download {
  margin-top: 45px;
  margin-left: -20px;
}

.swiper_spsub_content {
  position: absolute;
  width: 12em;
  height: 6.74em;
  min-width: 900px;
  min-height: 506px;
  /* left: 600px; */
  top: 100px;
}

.swiper_spsub_content img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999;
}

.theme_img {
  width: 12em;
  height: 6.75em;
}

.swiper_spsub_bottom {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 0;
  padding: 0 20px;
}

.swper_spsub_item_out {
  overflow-x: auto;
  -ms-overflow-style: none;
  /* 隐藏IE和Edge的滚动条 */
  scrollbar-width: none;
  /* 隐藏Firefox的滚动条 */
}

/* 隐藏Chrome和Safari的滚动条 */
.swper_spsub_item_out::-webkit-scrollbar {
  display: none;
}

.swper_spsub_item_s {
  display: flex;
  align-items: center;
}

.swiper_spb_item img {
  width: 205px;
  height: 86px;
}

.swiper_spb_item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 11px;
  background-color: rgba(0, 0, 0, 0.5);
  /* 设置遮罩颜色和透明度 */
}

.swiper_spb_item {
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}

.swiper_spb_item.shade_active::after {
  width: 0;
  height: 0;
}

.swiper_spb_item.active::after {
  width: 0;
  height: 0;
}

.arrow_box {
  /* margin: 0 20px 0 0; */
  cursor: pointer;
  flex-shrink: 0;
}

.arrow_L {
  margin-right: 10px;
}

.arrow_R {
  margin-left: 10px;
}

.article_bg {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../img/jlsy/pc/common_bg.png");
  background-position: left 45%;
  background-repeat: no-repeat;
  background-size: cover;
}

.article_content {
  width: calc(100% - 4.5em);
  height: 100%;
  position: absolute;
  top: 0;
  left: 4.5em;
  overflow: hidden;
}

.swiper-article {
  position: absolute;
  top: 0.8em;
  width: 5.7em;
  height: 7.5em;
}

.swiper_article_bor {
  position: absolute;
  top: 0.84em;
  left: 0.04em;
  width: 5.7em;
  height: 7.5em;
  border: #81aeb6 solid 1px;
}

.swiper-article img {
  width: 100%;
  height: 100%;
  /* width: auto; */
}

.article_banner_pagination {
  position: absolute;
  width: 5.7em;
  top: 8.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article_banner_pagination .swiper-pagination-bullet,
.features_banner_pagination .swiper-pagination-bullet,
.jmpic_banner_pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px 2px 6px;
  opacity: 0.4;
}

.article_banner_pagination .swiper-pagination-bullet-active,
.features_banner_pagination .swiper-pagination-bullet-active,
.jmpic_banner_pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #bd7f07;
  opacity: 1;
}

.article_box {
  position: absolute;
  left: 6.2em;
  top: 1em;
  width: calc(100% - 7em);
}

.article_ul {
  display: flex;
  font-size: 0.25em;
  justify-content: space-between;
}

.article_ul li {
  /* padding: 0 1.25em; */
  position: relative;
  flex-grow: 1;
  text-align: center;
}

.article_ul li a {
  padding: 5px 30px;
  border-radius: 15px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
}

.article_ul li a:hover {
  color: #fff;
  background-color: #bd8c33;
}

.article_li_active {
  color: #fff !important;
  background-color: #bd8c33;
}

.article_ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 30px;
  height: 1px;
  transform: rotate(-60deg);
  background-color: rgba(0, 0, 0, 0.7);
}

.article_list {
  margin: 0.45em 0 0 0;
}

.article_list_item {
  /* font-weight: 500; */
  padding: 10px 30px;
  margin-top: 0.18em;
  /* margin-top: 50px; */
  cursor: pointer;
}

.article_list_item:hover {
  background: url("../img/jlsy/pc/article_active.png") no-repeat;
  background-size: 100% 100%;
}

.article_list_date {
  font-size: 0.24em;
  border-bottom: rgba(0, 0, 0, 0.3) dashed 1px;
  color: rgba(0, 0, 0, 0.7);
}

.article_list_headline {
  font-size: 0.26em;
  color: rgba(0, 0, 0, 0.7);
  margin: 5px 0;
  height: 1.3em;
  overflow: hidden;
}

.article_list_des {
  font-size: 0.18em;
  color: rgba(0, 0, 0, 0.35);
  height: 2.8em;
  overflow: hidden;
}

.jlsy_list_page {
  /* margin-top: 20px; */
  position: absolute;
  width: calc(100% - 7em);
  height: 20px;
  top: 8.71em;
  left: 6.2em;
  bottom: 0;
}

.jlsy_list_page_con {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  font-size: 14px;
}

.jlsy_list_page_con span {
  /* width: 0.4rem; */
  display: inline-block;
  /* height: 0.4rem; */
  color: #000;
  text-align: center;
  /* line-height: 0.4rem; */
  margin-right: 5px;
  /* font-weight: 700; */
}

.jlsy_list_page_con i {
  display: flex;
  align-items: center;
  margin: 0 20px;
}

.jlsy_list_page_con .signPage {
  /* background: #328a9a; */
  color: #fff;
}

.jlsy_list_page_con .prev {
  width: 50px;
  cursor: pointer;
}

.jlsy_list_page_con .last {
  width: 50px;
  cursor: pointer;
}

#pageNum span {
  margin: 0 10px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
}

#pageNum span:hover {
  background-color: #bd7f07;
  color: #fff;
}

.jlsy_list_page_con .page_active {
  background-color: #bd7f07;
  color: #fff;
  cursor: default;
}

.occupation_bg {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../img/jlsy/pc/common_bg.png");
  background-position: left 45%;
  background-repeat: no-repeat;
  background-size: cover;
}

.occ_content {
  width: calc(100% - 4.5em);
  height: 100%;
  position: absolute;
  top: 0;
  left: 3.8em;
  overflow: hidden;
}

.occ_info {
  position: absolute;
  top: 0.25em;
  width: 600px;
  height: 850px;
}

.o_name {
  width: 408px;
  height: 408px;
  position: absolute;
  left: 80px;
}

.o_name img {
  width: 100%;
  height: 100%;
}

.o_video {
  position: absolute;
  top: 1.3em;
  left: 450px;
  cursor: pointer;
}

.o_radar {
  width: 232px;
  height: 206px;
  background: url("../img/jlsy/pc/radar_chart.png") no-repeat;
  position: absolute;
  top: 400px;
  left: 170px;
}

.o_radar.on canvas {
  transform: scale(1);
}

.o_radar canvas {
  transform: scale(0);
  transform-origin: center center;
  transition: all 0.4s ease-in-out;
}

.o_icon {
  display: flex;
  position: absolute;
  top: 610px;
  left: 0;
  width: 600px;
  flex-wrap: wrap;
}

.o_icon a {
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.4s ease;
  margin-right: 6px;
}

.o_icon a:first-child {
  background-image: url("../img/jlsy/pc/occ_icon12.png");
}

.o_icon a:nth-child(2) {
  background-image: url("../img/jlsy/pc/occ_icon0.png");
}

.o_icon a:nth-child(3) {
  background-image: url("../img/jlsy/pc/occ_icon1.png");
}

.o_icon a:nth-child(4) {
  background-image: url("../img/jlsy/pc/occ_icon2.png");
}

.o_icon a:nth-child(5) {
  background-image: url("../img/jlsy/pc/occ_icon3.png");
}

.o_icon a:nth-child(6) {
  background-image: url("../img/jlsy/pc/occ_icon4.png");
}

.o_icon a:nth-child(7) {
  background-image: url("../img/jlsy/pc/occ_icon5.png");
}

.o_icon a:nth-child(8) {
  background-image: url("../img/jlsy/pc/occ_icon6.png");
  margin-left: 47px;
}

.o_icon a:nth-child(9) {
  background-image: url("../img/jlsy/pc/occ_icon7.png");
}

.o_icon a:nth-child(10) {
  background-image: url("../img/jlsy/pc/occ_icon8.png");
}

.o_icon a:nth-child(11) {
  background-image: url("../img/jlsy/pc/occ_icon9.png");
}

.o_icon a:nth-child(12) {
  background-image: url("../img/jlsy/pc/occ_icon10.png");
}

.o_icon a.on:first-child,
.o_icon a:hover:first-child {
  background-image: url("../img/jlsy/pc/occ_icon_active12.png");
}

.o_icon a.on:nth-child(2),
.o_icon a:hover:nth-child(2) {
  background-image: url("../img/jlsy/pc/occ_icon_active0.png");
}

.o_icon a.on:nth-child(3),
.o_icon a:hover:nth-child(3) {
  background-image: url("../img/jlsy/pc/occ_icon_active1.png");
}

.o_icon a.on:nth-child(4),
.o_icon a:hover:nth-child(4) {
  background-image: url("../img/jlsy/pc/occ_icon_active2.png");
}

.o_icon a.on:nth-child(5),
.o_icon a:hover:nth-child(5) {
  background-image: url("../img/jlsy/pc/occ_icon_active3.png");
}

.o_icon a.on:nth-child(6),
.o_icon a:hover:nth-child(6) {
  background-image: url("../img/jlsy/pc/occ_icon_active4.png");
}

.o_icon a.on:nth-child(7),
.o_icon a:hover:nth-child(7) {
  background-image: url("../img/jlsy/pc/occ_icon_active5.png");
}

.o_icon a.on:nth-child(8),
.o_icon a:hover:nth-child(8) {
  background-image: url("../img/jlsy/pc/occ_icon_active6.png");
}

.o_icon a.on:nth-child(9),
.o_icon a:hover:nth-child(9) {
  background-image: url("../img/jlsy/pc/occ_icon_active7.png");
}

.o_icon a.on:nth-child(10),
.o_icon a:hover:nth-child(10) {
  background-image: url("../img/jlsy/pc/occ_icon_active8.png");
}

.o_icon a.on:nth-child(11),
.o_icon a:hover:nth-child(11) {
  background-image: url("../img/jlsy/pc/occ_icon_active9.png");
}

.o_icon a.on:nth-child(12),
.o_icon a:hover:nth-child(12) {
  background-image: url("../img/jlsy/pc/occ_icon_active10.png");
}

.occ_role {
  position: absolute;
  top: -0.9em;
  left: 1.7em;
}

.occ_role img.on {
  -webkit-animation: fadeInLeft 0.8s ease-in-out forwards 300ms 0 ease;
  -moz-animation: fadeInLeft 0.8s ease-in-out forwards 300ms 0 ease;
  -ms-animation: fadeInLeft 0.8s ease-in-out forwards 300ms 0 ease;
  animation: fadeInLeft 0.8s ease-in-out forwards 300ms 0 ease;
  -moz-animation: fadeInLeft 0.8s ease-in-out forwards;
  -webkit-animation: fadeInLeft 0.8s ease-in-out forwards;
  -o-animation: fadeInLeft 0.8s ease-in-out forwards;
  -ms-animation: fadeInLeft 0.8s ease-in-out forwards;
  animation: fadeInLeft 0.8s ease-in-out forwards;
}

.features_bg {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../img/jlsy/pc/common_bg.png");
  background-position: left 45%;
  background-repeat: no-repeat;
  background-size: cover;
}

.features_content {
  position: absolute;
  width: 13em;
  height: 7.3em;
  min-width: 900px;
  min-height: 506px;
  left: 4.5em;
  top: 1.4em;
}

.swiper-features .swiper-slide {
  width: 85%;
}

.swiper-features .swiper-slide-next:after,
.swiper-features .swiper-slide-prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/jlsy/pc/features_mask.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.5;
  z-index: 1;
  /* 确保遮罩层在slide上方 */
}

.swiper-features img {
  width: 100%;
  margin: auto;
}

.features_banner_pagination {
  position: absolute;
  width: 100%;
  bottom: 0.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features_left {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  font-size: 0;
}

.features_right {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  font-size: 0;
}

.audiovisual_bg {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../img/jlsy/pc/common_bg.png");
  background-position: left 45%;
  background-repeat: no-repeat;
  background-size: cover;
}

.audiovisual_content {
  display: flex;
  /* align-items: center; */
  position: absolute;
  width: calc(100% - 4.5em);
  min-width: 900px;
  /* min-height: 506px; */
  left: 4.2em;
  top: 1.5em;
}

.audiovisual_head {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  /* align-items: center; */
  color: #bd7f07;
}

.audiovisual_autio {
  width: 54%;
  margin-right: 2%;
}

.audiovisual_pic {
  width: 42%;
  padding-right: 3%;
  display: flex;
  flex-direction: column;
  /* align-self: flex-end; */
}

.adv_content {
  display: flex;
  margin-top: 10px;
}

.adv_content .adv_big {
  width: 75%;
}

.adv_big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adv_sm div:nth-child(-n + 2) {
  margin: 0 0 10px 10px;
}

.adv_sm div:last-child {
  margin-left: 10px;
}

.adv_sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jcsp_box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.jcsp_box:hover::before {
  top: 0;
}

.jcsp_box::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.jcsp_box s {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}

.jcsp_box s::before {
  background-image: url("../img/jlsy/pc/jcsp_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: breatheFn 2s linear infinite 300ms 0 ease;
  -moz-animation: breatheFn 2s linear infinite 300ms 0 ease;
  -ms-animation: breatheFn 2s linear infinite 300ms 0 ease;
  animation: breatheFn 2s linear infinite 300ms 0 ease;
  -moz-animation: breatheFn 2s linear infinite;
  -webkit-animation: breatheFn 2s linear infinite;
  -o-animation: breatheFn 2s linear infinite;
  -ms-animation: breatheFn 2s linear infinite;
  animation: breatheFn 2s linear infinite;
}

.jcsp_box:hover s {
  top: 50%;
  margin-top: -25px;
}

.pic_content {
  margin-top: 10px;
  position: relative;
  flex-grow: 1;
  max-height: 448.5px;
}

.swiper-jmpic {
  height: 100%;
}

.pic_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jmpic_banner_pagination {
  position: absolute;
  bottom: 0 !important;
  right: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  /* height: 20px; */
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 10px;
  box-sizing: border-box;
  width: 100px !important;
}

.change_a {
  font-size: 12px;
  line-height: 24px;
  padding-right: 18px;
  position: relative;
  right: 0;
  color: #bd7f07;
}

.change_a::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url("../img/jlsy/pc/change.png") no-repeat;
  position: absolute;
  top: 5px;
  right: 0;
}

.home_back {
  position: absolute;
  left: 50%;
  transform: translateX(-100%);
  cursor: pointer;
  font-size: 0;
}

.adv_footer {
  position: absolute;
  bottom: 0;
  background-color: rgba(82, 101, 118, 0.9);
  height: 150px;
  width: 100%;
}

.adv_footer a {
  color: #fff;
}

.footer_content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
}

.mask_video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.pop {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  display: none;
}

.pop.on {
  display: block;
}

.pop .close {
  width: 40px;
  height: 40px;
  background: url("../img/jlsy/pc/video_close.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: -45px;
  z-index: 100001;
}

.video-pop {
  width: 800px;
  height: 450px;
  margin: -225px 0 0 -400px;
  display: none;
}

.video-pop .video-box {
  width: 800px;
  height: 450px;
}

/* 特效 */
@keyframes nextPage_ami {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateX(-50%) translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateX(-50%) translateY(0px);
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
  }

  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes breatheFn {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

#jlsy .aniBM-1,
#jlsy .aniBM-2,
#jlsy .aniBM-3,
#jlsy .aniBM-4,
#jlsy .aniBM-5,
#jlsy .aniBM-6,
#jlsy .aniBM-7 {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

#jlsy .aniBM-1.on,
#jlsy .aniBM-2.on,
#jlsy .aniBM-3.on,
#jlsy .aniBM-4.on,
#jlsy .aniBM-5.on,
#jlsy .aniBM-6.on,
#jlsy .aniBM-7.on,
#jlsy .container .aniBT1.on,
#jlsy .container .aniBT2.on,
#jlsy .container .aniBT3.on,
#jlsy .container .aniBT4.on,
#jlsy .container .aniBT5.on {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#jlsy .aniBM-1 {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#jlsy .aniBM-2 {
  -webkit-transition: all 0.6s 0.15s ease;
  -moz-transition: all 0.6s 0.15s ease;
  -ms-transition: all 0.6s 0.15s ease;
  -o-transition: all 0.6s 0.15s ease;
  transition: all 0.6s 0.15s ease;
}

#jlsy .aniBM-3 {
  -webkit-transition: all 0.6s 0.3s ease;
  -moz-transition: all 0.6s 0.3s ease;
  -ms-transition: all 0.6s 0.3s ease;
  -o-transition: all 0.6s 0.3s ease;
  transition: all 0.6s 0.3s ease;
}

#jlsy .aniBM-4 {
  -webkit-transition: all 0.6s 0.45s ease;
  -moz-transition: all 0.6s 0.45s ease;
  -ms-transition: all 0.6s 0.45s ease;
  -o-transition: all 0.6s 0.45s ease;
  transition: all 0.6s 0.45s ease;
}

#jlsy .aniBM-5 {
  -webkit-transition: all 0.6s 0.6s ease;
  -moz-transition: all 0.6s 0.6s ease;
  -ms-transition: all 0.6s 0.6s ease;
  -o-transition: all 0.6s 0.6s ease;
  transition: all 0.6s 0.6s ease;
}

#jlsy .aniBM-6 {
  -webkit-transition: all 0.6s 0.75s ease;
  -moz-transition: all 0.6s 0.75s ease;
  -ms-transition: all 0.6s 0.75s ease;
  -o-transition: all 0.6s 0.75s ease;
  transition: all 0.6s 0.75s ease;
}

#jlsy .aniBM-7 {
  -webkit-transition: all 0.6s 0.9s ease;
  -moz-transition: all 0.6s 0.9s ease;
  -ms-transition: all 0.6s 0.9s ease;
  -o-transition: all 0.6s 0.9s ease;
  transition: all 0.6s 0.9s ease;
}

#jlsy .container .aniLeft {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.6s 0.3s ease-in-out;
  -moz-transition: all 0.6s 0.3s ease-in-out;
  -ms-transition: all 0.6s 0.3s ease-in-out;
  -o-transition: all 0.6s 0.3s ease-in-out;
  transition: all 0.6s 0.3s ease-in-out;
}

#jlsy .container .aniLeft1 {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 0.6s 0.3s ease-in-out;
  -moz-transition: all 0.6s 0.3s ease-in-out;
  -ms-transition: all 0.6s 0.3s ease-in-out;
  -o-transition: all 0.6s 0.3s ease-in-out;
  transition: all 0.6s 0.3s ease-in-out;
}

#jlsy .container .aniLeft1.on,
#jlsy .container .aniLeft.on {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#jlsy .container .aniBT1 {
  -webkit-transition: all 0.5s 0.3s ease;
  -moz-transition: all 0.5s 0.3s ease;
  -ms-transition: all 0.5s 0.3s ease;
  -o-transition: all 0.5s 0.3s ease;
  transition: all 0.5s 0.3s ease;
}

#jlsy .container .aniBT2 {
  -webkit-transition: all 0.5s 0.4s ease;
  -moz-transition: all 0.5s 0.4s ease;
  -ms-transition: all 0.5s 0.4s ease;
  -o-transition: all 0.5s 0.4s ease;
  transition: all 0.5s 0.4s ease;
}

#jlsy .container .aniBT3 {
  -webkit-transition: all 0.5s 0.5s ease;
  -moz-transition: all 0.5s 0.5s ease;
  -ms-transition: all 0.5s 0.5s ease;
  -o-transition: all 0.5s 0.5s ease;
  transition: all 0.5s 0.5s ease;
}

#jlsy .container .aniBT4 {
  -webkit-transition: all 0.5s 0.6s ease;
  -moz-transition: all 0.5s 0.6s ease;
  -ms-transition: all 0.5s 0.6s ease;
  -o-transition: all 0.5s 0.6s ease;
  transition: all 0.5s 0.6s ease;
}

#jlsy .container .aniBT5 {
  -webkit-transition: all 0.5s 0.7s ease;
  -moz-transition: all 0.5s 0.7s ease;
  -ms-transition: all 0.5s 0.7s ease;
  -o-transition: all 0.5s 0.7s ease;
  transition: all 0.5s 0.7s ease;
}
