@font-face {
  font-family: 'Tenor-Sans';
  src: url("../font/Tenor-Sans.ttf") format('truetype'),
}

body, h1, h2, h3, h3,h4,h5,h6, p, dl, dd, ol, ul, th, td, form, fieldset, input, button, textarea, img, div { margin: 0; padding: 0 ;}
html { -webkit-text-size-adjust: none; word-wrap: break-word; font-size: 14px; line-height:1;family: 'Microsoft Yahei', 'Simsun'; }
body {-webkit-user-select:text;-webkit-text-size-adjust:none;}
ol,ul,li { list-style: none }
a { text-decoration: none; color: #1A1A1A; display: block;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-user-select: none;
-moz-user-focus: none;
-moz-user-select: none; }
p a{display: inline;}
em, i { font-style: normal; }
h1, h2, h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
img { vertical-align: middle;}
table { border-collapse: collapse; border-spacing: 0; }
a{  
	cursor: pointer;  
	transition: all 0.5s; 
 -webkit-transition:all 0.5s; 
 -moz-transition:all 0.5s;
}  
a:hover{  
	 -webkit-transform: scale(1.02, 1.02);
	  transform: scale(1.02, 1.02);
	
}

.font-family{font-family:'Tenor-Sans',sans-serif;}
.line18{line-height: 1.8;}
.line25{line-height: 2.5;}
.line15{line-height: 1.5;}
.overflow-x{width: 100%;white-space: nowrap;overflow-x: auto;-webkit-overflow-scrolling:touch;}
/* flex 布局 */
.flex{
	display:flex!important;
	flex-direction:row;
}
.flex-row{ flex-direction:row!important; }
.flex-column{ flex-direction:column!important; }
.flex-row-reverse{ flex-direction:row-reverse!important; }
.flex-column-reverse{ flex-direction:column-reverse!important; }
.flex-wrap{ flex-wrap:wrap;}
.flex-nowrap{ flex-wrap:nowrap;}
.justify-start{justify-content:flex-start;}
.justify-end{justify-content:flex-end;}
.justify-between{justify-content:space-between;}
.justify-center{justify-content:center;}
.align-center{ align-items: center; }
.align-stretch{ align-items: stretch; }
.align-start{ align-items: flex-start; }
.align-end{ align-items: flex-end; }
.content-start {align-content: flex-start;}
.content-end {align-content: flex-end;}
.content-center {align-content: center;}
.content-between {align-content: space-between;}
.content-around {align-content: space-around;}
.content-stretch {align-content: stretch;}

.flex-1{ flex: 1; }
.flex-2{ flex: 2; }
.flex-3{ flex: 3; }
.flex-4{ flex: 4; }
.flex-5{ flex: 5; }

.flex-shrink{ flex-shrink: 0; }
.container {
  padding-right: 20px;
  padding-left: 20px;
}
/*  -- 内外边距 -- */
.m-0 { margin: 0; }

.m-auto{ margin: auto; }
.m{margin: 5px;}

.m-1 { margin: 10px; }
.m-2 { margin: 20px; }
.m-3 { margin: 30px; }
.m-4 { margin: 40px; }
.m-5 { margin: 50px; }
.mt-0 { margin-top: 0; }

.mt-auto { margin-top: auto; }
.mt{margin-top: 5px;}
.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 20px; }
.mt-3 { margin-top: 30px; }
.mt-4 { margin-top: 40px; }
.mt-5 { margin-top: 50px; }
.mb-0 { margin-bottom: 0; }

.mb-auto { margin-bottom: auto; }
.mb{margin-bottom: 5px;}
.mb-1 { margin-bottom: 10px; }
.mb-2 { margin-bottom: 20px; }
.mb-3 { margin-bottom: 30px; }
.mb-4 { margin-bottom: 40px; }
.mb-5 { margin-bottom: 50px; }
.ml-0 { margin-left: 0; }

.ml-auto { margin-left: auto; }
.ml{margin-left: 5px;}
.ml-1 { margin-left: 10px; }
.ml-2 { margin-left: 20px; }
.ml-3 { margin-left: 30px; }
.ml-4 { margin-left: 40px; }
.ml-5 { margin-left: 50px; }
.mr-0 { margin-right: 0; }

.mr-auto { margin-right: auto; }
.mr{margin-right: 5px;}
.mr-1 { margin-right: 10px; }
.mr-2 { margin-right: 20px; }
.mr-3 { margin-right: 30px; }
.mr-4 { margin-right: 40px; }
.mr-5 { margin-right: 50px; }
.my-0 { margin-top: 0; margin-bottom: 0; }

.my-auto { margin-top: auto; margin-bottom: auto; }
.my{margin-top: 5px;margin-bottom: 5px;}
.my-1 { margin-top: 10px; margin-bottom: 10px; }
.my-2 { margin-top: 20px; margin-bottom: 20px; }
.my-3 { margin-top: 30px; margin-bottom: 30px; }
.my-4 { margin-top: 40px; margin-bottom: 40px; }
.my-5 { margin-top: 50px; margin-bottom: 50px; }
.mx-0 { margin-left: 0; margin-right: 0; }

.mx-auto { margin-left: auto; margin-right: auto; }
.mx{margin-right: 5px;margin-left: 5px;}
.mx-1 { margin-left: 10px; margin-right: 10px;}
.mx-2 { margin-left: 20px; margin-right: 20px;}
.mx-3 { margin-left: 30px; margin-right: 30px;}
.mx-4 { margin-left: 40px; margin-right: 40px;}
.mx-5 { margin-left: 50px; margin-right: 50px;}

.p-0 { padding: 0; }
.p { padding: 5px; }
.p-1 { padding: 10px; }
.p-2 { padding: 20px; }
.p-3 { padding: 30px; }
.p-4 { padding: 40px; }
.p-5 { padding: 50px; }
.pt-0 { padding-top: 0; }
.pt { padding-top: 5px; }
.pt-1 { padding-top: 10px; }
.pt-2 { padding-top: 20px; }
.pt-3 { padding-top: 30px; }
.pt-4 { padding-top: 40px; }
.pt-5 { padding-top: 50px; }
.pb-0 { padding-bottom: 0; }
.pb-1 { padding-bottom: 10px; }
.pb { padding-bottom: 5px; }
.pb-2 { padding-bottom: 20px; }
.pb-3 { padding-bottom: 30px; }
.pb-4 { padding-bottom: 40px; }
.pb-5 { padding-bottom: 50px; }
.pl-0 { padding-left: 0; }
.pl { padding-left: 5px; }
.pl-1 { padding-left: 10px; }
.pl-2 { padding-left: 20px; }
.pl-3 { padding-left: 30px; }
.pl-4 { padding-left: 40px; }
.pl-5 { padding-left: 50px; }
.pr-0 { padding-right: 0; }
.pr { padding-right: 5px; }
.pr-1 { padding-right: 10px; }
.pr-2 { padding-right: 20px; }
.pr-3 { padding-right: 30px; }
.pr-4 { padding-right: 40px; }
.pr-5 { padding-right: 50px; }
.py-0 { padding-top: 0; padding-bottom: 0; }
.py { padding-top: 5px; padding-bottom: 5px; }
.py-1 { padding-top: 10px; padding-bottom: 10px; }
.py-2 { padding-top: 20px; padding-bottom: 20px; }
.py-3 { padding-top: 30px; padding-bottom: 30px; }
.py-4 { padding-top: 40px; padding-bottom: 40px; }
.py-5 { padding-top: 50px; padding-bottom: 50px; }
.px-0 { padding-left: 0; padding-right: 0; }
.px-1 { padding-left: 10px; padding-right: 10px;}
.px { padding-left: 5px; padding-right: 5px;}
.px-2 { padding-left: 20px; padding-right: 20px;}
.px-3 { padding-left: 30px; padding-right: 30px;}
.px-4 { padding-left: 40px; padding-right: 40px;}
.px-5 { padding-left: 50px; padding-right: 50px;}
/* 文字大小 */
.font8 { font-size: 8px;-webkit-text-size-adjust:none;-webkit-transform: scale(0.8);}
.font10 { font-size:10px;-webkit-text-size-adjust:none;-webkit-transform: scale(0.8);}
.font12{ font-size: 12px;}
.font14 { font-size: 14px;}
.font16 { font-size: 16px;}
.font22 { font-size: 22px;}
.font24 { font-size: 24px;}
.font32 { font-size: 32px;}
.font48 { font-size: 48px;}
/* 文字缩进 */
.text-indent{text-indent:2;}
/* 文字划线 */
.text-through{text-decoration:line-through;}
/* 文字对齐 */
.text-left { text-align: left;}
.text-right { text-align: right;}
.text-center { text-align: center;}
/* 文字换行溢出处理 */
.text-ellipsis-11 {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;lines: 1;}
.text-ellipsis-1 { text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;}
.text-ellipsis-2 { text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}
.text-ellipsis-3 { text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;}
/* 文字粗细和斜体 */
.font-weight-light {font-weight: 300;}      /*细*/
.font-weight-lighter {font-weight: 100;}/*更细*/
.font-weight-normal { font-weight: 400;}    /*正常*/
.font-weight-bold { font-weight: 700;}      /*粗*/
.font-weight-bolder { font-weight: bold;} /*更粗*/
.font-italic { font-style: italic;} /*斜体*/
/* 文字颜色 */
.text-white {color: #ffffff;}
.text-primary {color: #007bff;}
.text-hover-primary { color: #0056b3;}
.text-secondary {color: #6c757d;}
.text-hover-secondary { color: #494f54;}
.text-success {color: #28a745;}
.text-hover-success{color: #19692c;}
.text-info { color: #17a2b8;}
.text-hover-info {color: #0f6674;}
.text-warning {color: #ffc107;}
.text-hover-warning { color: #ba8b00;}
.text-danger { color: #dc3545;}
.text-hover-danger { color: #a71d2a;}
.text-light { color: #f8f9fa;}
.text-hover-light { color: #cbd3da;}
.text-dark { color: #343a40;}
.text-hover-dark{ color: #121416;}
.text-body { color: #212529;}
.text-muted { color: #6c757d;}
.text-main{color: #8E8E8E;}
/* 浅灰色 */
.text-light-muted { color: #A9A5A0;}
.text-light-black { color: rgba(0, 0, 0, 0.5);}
.text-light-white { color: rgba(255, 255, 255, 0.5);}

/* 背景颜色 */
.bg-primary { background-color: #007bff;}
.bg-hover-primary:hover{ background-color: #0062cc;}
.bg-secondary { background-color: #6c757d;}
.bg-hover-secondary:hover{ background-color: #545b62;}
.bg-success { background-color: #28a745;}
.bg-hover-success { background-color: #1e7e34;}
.bg-info { background-color: #17a2b8;}
.bg-hover-info { background-color: #117a8b;}
.bg-warning { background-color: #ffc107;}
.bg-hover-warning { background-color: #d39e00;}
.bg-danger { background-color: #dc3545;}
.bg-hover-danger{ background-color: #bd2130;}
.bg-light { background-color: #f8f9fa;}
.bg-hover-light{ background-color: #f8f9fa;}
.bg-dark { background-color: #1F1F1F;}
.bg-hover-dark { background-color: #1d2124;}
.bg-white { background-color: #ffffff;}
.bg-transparent { background-color: transparent;}
.bg-touming{ background-color:rgba(0, 0, 0, 0.4);}
.bg-black{background-color: #000000;}
.bg-jianbian{background:linear-gradient(180deg,#1F1F1F,#1d2124,#7A7982);}

/* 边框 */
.border { border-width: 1px;border-style: solid;border-color: #dee2e6;}
.border-top {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dee2e6;
}
.border-right {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dee2e6;
}
.border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dee2e6;
}
.border-left {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dee2e6;
}
.border-0 { border-width: 0!important;}
.border-top-0 { border-top-width: 0!important;}
.border-right-0 {border-right-width: 0!important;}
.border-bottom-0 {border-bottom-width: 0!important;}
.border-left-0 {border-left-width: 0!important;}
.border-primary { border-color: #007bff;}
.border-secondary {border-color: #6c757d;}
.border-light-secondary {border-color: #E9E8E5;}
.border-success {border-color: #03B300;}
.border-info {border-color: #17a2b8;}
.border-warning {border-color: #ffc107;}
.border-danger {border-color: #FF4444;}
.border-light {border-color: #f8f9fa;}
.border-dark {border-color: #343a40;}
.border-white {border-color: #FFFFFF;}

/* 圆角 */
.rounded { border-radius: 5px;}
.rounded-lg { border-radius: 10px;}
.rounded-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.rounded-top-lg {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 58px;
}
.rounded-bottom {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rounded-bottom-lg {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
 }
.rounded-circle { border-radius: 100px;}
.rounded-0 { border-radius: 0;}
/* 显示 */

.d-none{ display: none; }
.d-inline-block{ display: inline-block; }
.d-block{ display: block; }
/* 内容溢出 */
.overflow-hidden { overflow: hidden;}
/* 定位 */
.position-relative { position: relative;}
.position-absolute { position: absolute; z-index: 1030;}
.position-fixed { position: fixed;}
/* 定位 - 固定顶部 */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
/* 定位 - 固定底部 */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.fixed-right{
	position: fixed;
	right: 5px;
	top: 100px;
	z-index: 1090;
}
.top-0 { top: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }


.shadow { box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);}
.shadow-lg { box-shadow: 0px 40px 100px 0px rgba(0, 0, 0, 0.175);}
.shadow-none { box-shadow: none !important;}

.hiden-xs{display: none;}
.hiden-md{display: block;}
.font-title{font-size: 80px;padding-top: 100px;}
.font-title2{font-size: 80px;padding-top: 100px;}
.w-50{width: 50%;}
.w-1200{width: 1260px;}
.carbg{background-color: #13181b;
    background-image: url(../image/bg-200824-v2.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 100vh
}

.faq__detail { border-bottom: 1px solid hsl(240, 5%, 91%);}
.faq__summary:hover,.faq__summary:active {cursor: pointer; }
details[open] .faq__summary:after { transform:scaleY(-1);}
.faq__summary:focus { outline: none;}
.flex-wrap1{display:flex!important;
	flex-direction:row;}
.logo{width: 300px;height: 61px;}
	.sound-prompt {

            
            transform: translateX(-50%);
            color: white;
            gap: 8px;
            animation: pulse 2s infinite;
            cursor: pointer;
        }
        .ex_more{font-size: 16px;padding:10px 30px;margin-bottom:50px}
        .imgcss1{ width: 400px; height: 400px; object-fit: cover;}
        .imgcss2{ max-width: 100%; width: 100%; height: 100%; object-fit: cover;}
        .imgcss3{ max-width: 100%; width: 100%; height: 100%; object-fit: cover;}
        .imgcss4{width: 680px;height: 100%; object-fit: cover;}
        .lunbo{ max-width: 100%; width: 100%; height: 360px; object-fit: cover}
@media screen and (max-width:1000px){
    .lunbo{ max-width: 100%; width: 100%; height: 100%; object-fit: cover}
	.w-50{width: 100%;}
	.font22 { font-size: 16px;}
	.font24 { font-size: 24px;}
.font32 { font-size: 32px;}
	.font48 { font-size: 22px;}
	.font-title{font-size: 28px;padding-top: 30px;}
	.font-title2{font-size: 28px;padding-top: 80px;}
	.w-1200{width: 100%;}
	.hiden-xs{display: block;}
	.hiden-md{display:none ;}
	.flex-wrap1{display:block!important;}
	.logo{width: 198px;height: 40px;}
	.scrollable-div{overflow-x: auto;max-width: 480px;}
	.ex_more{font-size: 12px;padding:5px 20px;margin-bottom:20px}
	.imgcss1{ width: 100%; height: 100%; object-fit: cover;}
	.imgcss2{ max-width: 100%; width: 100%; height: 260px; object-fit: cover;}
	.imgcss3{ max-width: 100%; width: 100%; height: 460px; object-fit: cover;}
	.imgcss4{ max-width: 100%;  height: 100%； object-fit: cover;}
	.carbg{background-color: #13181b;
    background-image: url(../image/bg-200824-v2.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 460px
}

}

.videocss{ max-width: 100%; width: 100%;max-height: 720px; object-fit: cover;}
.imgcss{ max-width: 100%; width: 100%; height: auto; object-fit: cover;}
.img-cover{object-fit: cover;}


.listA a{color: #FFFFFF; border-bottom: 2px solid transparent;}
.listA a:hover{color: #FF4444;border-bottom: 2px solid #FF4444;}

 /* 左侧菜单样式 */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  padding-left: 1%;
  padding-top: 5%;
  padding-right: 3%;
  background-color:#000000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 99999;
  font-family:'Tenor-Sans',sans-serif;
  overflow-y: auto;
}

/* 菜单展开状态 */
.sidebar.show {
  transform: translateX(0);
}


/* 遮罩层 */
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
}

.mask.show {
  display: block;
}

