@charset "UTF-8";

@font-face {
  font-family: "myfont";
  src: url("../font/syr.ttf");
  font-weight: normal;
  font-style: normal;
}

body,
html {
  width: 100%;
  min-width: 974px;
  /* max-width: 1920px; */
}

.mic {
  width: 50px;
  height: 60px;
  background: url("../images/mic.png") no-repeat center;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 99999;
  background-position-y: 0px;
  -webkit-animation: audio_icon 2s linear infinite;
  animation: audio_icon 2s linear infinite;
}

@-webkit-keyframes audio_icon {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.toggleAudioAni {
  animation-play-state: paused !important;
  -webkit-animation-play-state: paused !important;
}

#__vconsole {
  -webkit-transform: none;
  transform: none;
}

#root {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/bg.jpg") no-repeat center;
  color: #000;
  overflow: hidden;
}

.disabled {
  pointer-events: none;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #7f3822;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7f3822;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7f3822;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #7f3822;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*去除高亮*/
  -webkit-tap-highlight-color: #fff;
  /*去除边框样式*/
  outline: none;
  border: none;
  background: transparent;
}

/* reset */
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

.ls_img {
  width: 100%;
  font-size: 0;
  display: block;
}

.ls_banner {
  width: 100%;
}

.ls_swiperBox {
  width: 100%;
  position: relative;
  padding: 50px 0;
}

.ls_swiperBox .ls_swiper {
  width: 81.3%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.ls_swiperBox .ls_swiper .swiper-wrapper {
  width: 80%;
}

.ls_swiperBox .ls_swiper .swiper-wrapper .swiper-slide {
  display: flex;
}

.ls_swiperBox .ls_swiper .swiper-wrapper a {
  width: 100%;
}

.swiper-pagination-bullet {
  border-radius: 4px;
  background: #595757;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: red;
  width: 20px;
  border-radius: 5px;
  transition: 0.2s all;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 4%;
  left: auto;
  color: #595757;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 4%;
  right: auto;
  color: #595757;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 13px;
}

.ls_mt {
  margin-top: 100px;
}

.ls_iab {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ls_box {
  width: 100%;
  position: relative;
}

.ls_box a {
  text-decoration: none;
}

.ls_box .ls_content {
  width: 84%;
  margin: 0 auto;
}

.ls_box .c_top {
  width: 100%;
  position: relative;
}

.ls_box .c_down {
  width: 100%;
}

.ls_box .c_down .c_d_t {
  overflow: auto;
  display: flex;
  justify-content: space-between;
}

.ls_box .c_down .c_d_t_l {
  width: 66%;
}

.ls_box .c_down .c_d_t_r {
  width: 31.9%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.ls_box .c_down .c_d_d {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.ls_box .c_down .c_d_d a {
  width: 31.9%;
}

.ls_box .ibg {
  position: absolute;
  z-index: -1;
}

.ls_box1 .c_top {
  height: 27%;
}

.ls_box1 .c_top img {
  position: absolute;
  bottom: 0;
}

.ls_box1 .c_down {
  height: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}

.ls_box1 .c_down a {
  display: inline-block;
  width:17.8%;
  margin-top: 20px;
  text-decoration: unset;
}

video {
  object-fit: fill;
}

a {
  display: inline-block;
}

body .CCH5playerContainer {
  position: absolute !important;
  top: 0;
  z-index: 1;
}

.ls_videoBox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  z-index: 999;
  display: none;
}

.videoFrame {
  width: 80%;
  height: auto;
  margin: 0 auto;
  /* overflow: hidden; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.ls_close {
  position: absolute;
  top: 20px;
  right: 50px;
  z-index: 1000;

  cursor: pointer;
}

.ls_close_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.fdsss {
  margin: unset;
}

.ls_content a {
  position: relative;
}

.ls_font {
  color: #595757;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 200;
  -webkit-transition: font-size 0.1s ease-out;

}

.ls_sfont {
  width: 100%;
  height: 18%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 0.13rem;
  line-height: 100%;
  -webkit-transition: font-size 0.1s ease-out;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

@media only screen and (max-width: 1920px) {
  .ls_sfont {
    font-size: 21px;
  }

  .ls_font {
    font-size: 28px;
  }

  .exp {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1800px) {
  .ls_sfont {
    font-size: 20px;
  }

  .ls_font {
    font-size: 27px;
  }

  .exp {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1700px) {
  .ls_sfont {
    font-size: 19px;
  }

  .ls_font {
    font-size: 26px;
  }

  .exp {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1600px) {
  .ls_sfont {
    font-size: 18px;
  }

  .ls_font {
    font-size: 25px;
  }

  .exp {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1500px) {
  .ls_sfont {
    font-size: 17px;
  }

  .ls_font {
    font-size: 24px;
  }

  .exp {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1400px) {
  .ls_sfont {
    font-size: 16px;
  }

  .ls_font {
    font-size: 23px;
  }

  .exp {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1300px) {
  .ls_sfont {
    font-size: 15px;
  }

  .ls_font {
    font-size: 22px;
  }

  .exp {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1200px) {
  .ls_sfont {
    font-size: 14px;
  }

  .ls_font {
    font-size: 21px;
  }

  .exp {
    font-size: 11px;
  }
}

@media (max-width:974px) {

  .ls_banner {
    margin-top: 140px;
  }

  .ls_font {
    font-size: 20px;
  }

  .ls_sfont {
    font-size: 13px;
  }

  .fdsss {
    padding: unset;
  }

  .exp {
    font-size: 10px;
  }
}

/* @media (max-width: 750px) {

  body,
  html {
    width: 100%;
    min-width: unset;
  }

  .ls_box .ls_content {
    width: 644px;
  }

  .ls_box .c_top {
    height: 235px;
  }

  .ls_box .c_top img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .ls_mt {
    margin-top: 75px;
  }

  .ls_box1 .c_top {
    height: 242px;
  }

  .ls_box1 .c_top img {
    position: absolute;
    bottom: 0;
  }

  .ls_box1 .c_down {
    height: 73%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
  }

  .ls_box1 .c_down a {
    display: inline-block;
    width: 300px;
    margin-top: unset;
    margin-bottom: 15px;
  }

  .ls_swiperBox {
    padding: 50px 0;
  }

  .ls_swiperBox .ls_swiper {
    width: 715px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }

  .ls_swiperBox .ls_swiper .swiper-wrapper {
    width: 650px;
    height: 367px;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 15px;
  }

  .ls_box .c_down .c_d_t {
    height: 65.2%;
    display: block;
  }

  .ls_box .c_down .c_d_t .c_d_t_l {
    width: 100%;
  }

  .ls_box .c_down .c_d_t .c_d_t_r {
    width: 100%;
    margin-top: 27px;
    flex-direction: row;
  }

  .ls_box .c_down .c_d_t .c_d_t_r .c_d_t_r_t {
    width: 310px;
  }

  .ls_box .c_down .c_d_t .c_d_t_r .c_d_t_r_d {
    width: 310px;
  }

  .ls_box .c_down .c_d_d {
    margin-top: unset;
    height: 31.5%;
  }

  .ls_box .c_down .c_d_d a {
    width: 310px;
    margin-top: 27px;
  }

  .videoFrame {
    width: 720px;

  }

  .ls_close {
    top: -71px;
    right: 0px;
  }
} */