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;
}
.et_pb_column_2_tb_header{
    display: none !important;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a:hover {
  text-decoration: none;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'font-conneqt';
  src: url('../font/ConneqtRegular.ttf?v=1.2.0');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'font-hanBd';
  src: url('../font/bold-main.otf?v=1.2.0');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'font-hanLt';
  src: url('../font/light-main.otf?v=1.2.0');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'font-hanMe';
  src: url('../font/medium-main.otf?v=1.2.0');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'font-hanRe';
  src: url('../font/regular-main.otf?v=1.2.0');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'font-mont';
  src: url('../font/Mont-SemiBold.ttf?v=1.2.0');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font-size: 16px;
  font-family: 'font-hanLt';
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
:root {
  --text-black: #000000;
  /* 主要文字颜色 */
  --text-red: #ee1c25;
  --text-white: #fff;
  --bg-lighgray: #efefef;
  --text-gray: #b3b3b3;
  --spacing-5: 5px;
  --spacing-10: 10px;
  --spacing-15: 15px;
  --spacing-20: 20px;
  --spacing-25: 25px;
  --spacing-30: 30px;
  --spacing-35: 35px;
  --spacing-40: 40px;
  --spacing-45: 45px;
  --spacing-50: 50px;
  --spacing-60: 60px;
  --spacing-70: 70px;
  --spacing-80: 80px;
  --spacing-90: 90px;
  --spacing-100: 100px;
  --spacing-110: 110px;
  --spacing-120: 120px;
}
@media (max-width: 1280px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  :root {
    --spacing-5: 5px;
    --spacing-10: 5px;
    --spacing-15: 8px;
    --spacing-20: 10px;
    --spacing-25: 15px;
    --spacing-30: 20px;
    --spacing-35: 25px;
    --spacing-40: 20px;
    --spacing-45: 25px;
    --spacing-50: 25px;
    --spacing-60: 30px;
    --spacing-70: 35px;
    --spacing-80: 40px;
    --spacing-90: 45px;
    --spacing-100: 50px;
    --spacing-110: 55px;
    --spacing-120: 60px;
  }
  html {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 12px;
  }
}
.font-conneqt {
  font-family: 'font-conneqt';
}
.font-hanBd {
  font-family: 'font-hanBd';
}
.font-hanLt {
  font-family: 'font-hanLt';
}
.font-hanMe {
  font-family: 'font-hanMe';
}
.font-hanRe {
  font-family: 'font-hanRe';
}
.font-mont {
  font-family: 'font-mont' !important;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.lg_only {
  display: block;
}
.md_only {
  display: none;
}
section {
  width: 100%;
  position: relative;
  background: var(--bg-lighgray);
  overflow: hidden;
}
img {
  width: 100%;
  vertical-align: bottom;
}
p {
  font-size: 1.125rem;
  line-height: 1.5;
}
section .section-bg {
  width: 100%;
}
section .container {
  max-width: 1440px;
  width: calc(100% - 10rem);
  padding: 0;
}
section .content {
  padding: 6rem 0;
}
.title .title_redline {
  font-family: 'font-hanMe';
  font-size: 2rem;
  padding-bottom: 1.5rem;
  line-height: 1.3;
  position: relative;
  display: inline-block;
}
.title .title_redline::before {
  position: absolute;
  content: "";
  width: 103%;
  height: 3px;
  left: 0;
  bottom: 9px;
  background-color: var(--text-red);
}
.title .title_redline::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  right: calc(-3% - 7.5px);
  bottom: 3px;
  border-radius: 15px;
  background-color: var(--text-red);
}
.title.title-center {
  text-align: center;
}
.title.title-center .title_redline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.title-white {
  color: var(--text-white);
}
.title-s .title_redline {
  padding-bottom: 1.75rem;
  font-size: 2rem;
}
.tips {
  font-size: 0.75rem;
  text-align: right;
  color: var(--text-gray);
  margin-top: 1rem;
}
.tips-black {
  color: var(--text-black);
}
.pre-title {
  font-size: 2.2rem;
  position: relative;
}
ul.button-list {
  display: flex;
}
ul.button-list li:nth-child(1) {
  margin-right: var(--spacing-100);
}
.button {
  font-family: 'font-hanRe';
  font-size: 1rem;
  line-height: 1;
  padding: 1rem 2.5rem;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
}
.button.button-normal {
  color: var(--text-white);
  border: 2px solid var(--text-red);
  padding: 0.875rem 2.375rem;
}
.button.button-normal:hover {
  color: var(--text-red);
  background-color: var(--text-white);
  border: 2px solid var(--text-white);
}
.button.button-redline {
  color: var(--text-red);
  border: 2px solid var(--text-red);
  padding: 1rem 2.5rem;
}
.button.button-redline:hover {
  color: var(--text-red);
  background-color: var(--text-white);
  border: 2px solid var(--text-white);
}
.button.button-white {
  color: var(--text-black);
  background-color: var(--text-white);
}
.button.button-red {
  color: var(--text-white);
  background-color: var(--text-red);
}
.button.button-red:hover {
  color: var(--text-red);
  background-color: var(--text-white);
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.flex-box--2 .flex-item {
  width: 48%;
}
@media (max-width: 1481px) {
  section .container {
    width: calc(100% - 9rem);
  }
}
@media (max-width: 1281px) {
  section .content {
    padding: 3.25rem 0;
  }
  a.button {
    font-family: 'font-hanRe';
    padding: 0.75rem 2rem;
    border-radius: 8px;
  }
  a.button.button-normal {
    padding: 0.75rem 2rem;
  }
  a.button.button-redline {
    padding: 0.75rem 2rem;
  }
}
@media (max-width: 1025px) {
  .lg_only {
    display: none !important;
  }
  .md_only {
    display: block;
  }
}
@media (max-width: 981px) {
  section .container {
    width: calc(100% - 8rem);
    padding: 0;
  }
}
@media (max-width: 769px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  section .container {
    width: calc(100% - 4rem);
    padding: 0;
  }
  a.button {
    font-family: 'font-hanRe';
    padding: 0.5rem 1rem;
    border-radius: 5px;
  }
  a.button.button-normal {
    padding: 0.5rem 1rem;
    border: 1px solid var(--text-red);
  }
  a.button.button-redline {
    padding: 0.5rem 1rem;
  }
  .title .title_redline::after {
    width: 11px;
    height: 11px;
    bottom: 5px;
    border-radius: 11px;
  }
}
section.page {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.5s;
}
section.page.page_unAn {
  opacity: 1;
  transform: translateY(0px);
}
section.page.active {
  opacity: 1;
  transform: translateY(0px);
}
.an_title {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.5s;
}
.an_title.an_title__active {
  transform: translateY(0px);
  opacity: 1;
}
.an_title__delay {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0.5s;
}
.an_title__delay.an_title__active {
  transform: translateY(0px);
  opacity: 1;
}
section {
  background-color: white;
}
.tips {
  text-align: left;
}
.title .title_redline {
  padding-left: 0.78vw;
}
.section1 {
  min-height: 675px;
  background: url("../img/img-section1-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  height: calc(100vh - 106px);
}
.section1 .content:nth-child(2) {
  padding-top: 0 !important;
}
.section1 .page {
  transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1) 0s;
}
.section1 img {
  width: 100%;
}
.section1 .container {
  position: relative;
  max-width: 1280px;
}
.section1 .container .content {
  overflow: hidden;
  padding: 8% 0;
}
.section1 .container .content-right {
  width: 47.25%;
}
.section1 .container .logo {
  width: 60%;
}
.section1 .container .telPhone {
  font-size: 32px;
  color: var(--text-red);
  margin-top: 25px;
}
.section1 .container .button {
  margin-top: 45px;
}
.section1 .container .banner-text {
  width: 47.25%;
  padding-left: 120px;
  min-width: 300px;
}
.section1.section-video {
  background: url("../img/img-section1-banner.jpg");
  background-size: cover;
  min-height: auto;
  height: auto;
}
.section1.section-video #J_prismPlayer {
  width: 100% !important;
  /* 或者设置一个固定宽度 */
  aspect-ratio: 16/9 !important;
  /* 设置视频的宽高比，例如 16:9 */
  height: auto !important;
}
.section1.section-video #J_prismPlayer video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section1.section-video #J_prismPlayer .prism-big-play-btn {
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  display: none !important;
}
.section1.section-video #J_prismPlayer .prism-big-play-btn.active {
  display: block !important;
}
.section1.section-video #J_prismPlayer .prism-big-play-btn.playing {
  display: none !important;
}
.section1.section-video #J_prismPlayer .prism-live-display {
  top: auto !important;
  bottom: 0 !important;
}
.section1.section-video #J_prismPlayer .aliplayer-error {
  display: none !important;
}
.section1.section-video #J_prismPlayer .prism-ErrorMessage {
  display: none !important;
}
.section1.section-video #live1,
.section1.section-video #live2 {
  width: 100% !important;
  /* 或者设置一个固定宽度 */
  aspect-ratio: 16/9 !important;
  /* 设置视频的宽高比，例如 16:9 */
  height: auto !important;
}
.section1.section-video #live1 video,
.section1.section-video #live2 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section1.section-video #live1 .prism-big-play-btn,
.section1.section-video #live2 .prism-big-play-btn {
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.section1.section-video p {
  color: white;
  margin-top: var(--spacing-20);
}
.section1.section-video p img {
  width: 1rem;
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
.section2 {
  text-align: justify;
}
.section2 .main-list {
  margin-top: var(--spacing-40);
}
.section2 #nav-tab {
  justify-content: center;
  border-bottom: 0;
}
.section2 #nav-tab .nav-link {
  width: 40%;
  border: 1px solid var(--text-red);
  border-radius: 0;
  padding: 0.25rem;
}
.section2 #nav-tab .nav-link.active {
  background-color: var(--text-red);
}
.section2 #nav-tab .nav-link.active h3 {
  color: white !important;
}
.section2 #nav-tab .nav-link h3 {
  font-size: 1.125rem;
}
.section2 .tab-content .tab-pane .introduce {
  margin: var(--spacing-60) 0;
}
.section2 .tab-content p {
  margin-top: var(--spacing-10);
  padding-left: 0.78vw;
}
footer {
  text-align: center;
  padding: 2rem 0 1rem 0;
  border-top: 1px solid #64748b;
}
footer p {
  color: #64748b;
  font-size: 14px;
  margin-top: var(--spacing-10);
  font-weight: 700;
}
footer p a {
  color: #64748b;
  text-decoration: underline;
}
.top-area {
  width: 40px;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.55);
  position: fixed;
  right: 0;
  padding: 5px;
  text-align: center;
  display: none;
  opacity: 0;
  transition: all 1.5s ease-in-out;
  top: 60%;
  z-index: 999;
}
.top-area.active {
  opacity: 1;
  display: block;
  top: calc(50% - 100px);
}
.top-area a img {
  padding-top: 5px;
}
.top-area a span {
  font-size: 16px;
  color: var(--text-white);
  line-height: 1.25;
  font-family: 'font-hanRe';
  display: inline-block;
  padding: 4px 0px 8px;
  margin: 0 auto;
}
.top-area .button-top {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.29);
  border-radius: 40px;
  cursor: pointer;
}
.top-area .button-top img {
  width: 55%;
  margin-top: 25%;
}
.top-area .button-top:hover {
  background-color: rgba(0, 0, 0, 0.38);
}
@media (max-width: 1440px) {
  .section1 {
    background-position: 80%;
  }
}
@media (max-width: 1281px) {
  .section1 {
    background-position: 80%;
  }
  .section1 .container {
    max-width: 960px;
  }
}
@media (max-width: 1025px) {
  .section1 {
    height: auto;
    background-image: none;
    min-height: 400px;
  }
  .section1 .section-bg img {
    min-height: 400px;
  }
  .section1 .container_md {
    position: absolute;
    left: 14%;
    bottom: 6%;
  }
  .section1 .container_md .banner-logo_sp {
    width: 32%;
  }
  .section1 .container_md .button {
    margin-top: 2rem;
  }
}
@media (max-width: 901px) {
  .section1 .container .logo {
    width: 90%;
    margin: 0 auto;
  }
  .section1 .container .content {
    padding: 50px 0;
  }
  .section1 .content-right {
    float: none;
  }
  .section1 .container .banner-text {
    position: static;
    width: 90%;
    margin: 0 auto;
    transform: none;
    margin-top: 40px;
    float: none;
  }
  .section1 .container .telPhone {
    font-size: 36px;
  }
}
@media (max-width: 769px) {
  .section1 .container .content {
    display: block;
  }
  .section1 .container .logo {
    width: 90%;
    margin: 0 auto;
  }
  .section1 .container .content {
    padding: 50px 0;
  }
  .section1 .container .section-bg {
    height: 100%;
  }
  .section1 .container .section-bg img {
    height: 100%;
    width: auto;
  }
  .section1 .container .content-right {
    width: 100%;
  }
  .section1 .container .banner-text {
    position: static;
    width: 90%;
    margin: 0 auto;
    transform: none;
    margin-top: 40px;
    float: none;
    padding-left: 0;
  }
  .section1 .container .telPhone {
    font-size: 36px;
  }
  .top-area.active {
    top: auto;
    bottom: 50px;
  }
}
