@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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,
tfooter,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
}

ol,
ul,
li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: #767676;
}

html {
	font-size: 10px;
}

body {
	font-family: "microsoft yahei";
	width: 100%;
	height: auto;
	background: url(../img/bg.jpg) no-repeat center top;
	background-size: cover;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clear::after {
	clear: both;
	content: "";
	display: table;
}

.main {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 10.80rem;
	margin: 0 auto;
}

.top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 1.8rem;
	padding: 0 1.4rem 0 0.36rem;
	box-sizing: border-box;
}

.top .logo,
.top .logo img {
	width: 2.88rem;
	height: 1.43rem;
}

.top .age,
.top .age img {
	width: 0.77rem;
	height: 0.99rem;
}

.mid {
	width: 6.85rem;
	height: 6.4rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 42%;
	margin-top: 0.8rem;
}

.mid .slogan {
	width: 6.85rem;
	height: 2.74rem;
	position: relative;
	box-sizing: border-box;
}

.mid .slogan .wz {
	width: 6.85rem;
	height: 2.74rem;
	position: absolute;
	top: 0;
	left: 0;
}

.mid .slogan .bofang {
	position: absolute;
	width: 1.42rem;
	height: 1.3rem;
	left: 4.5rem;
	top: 0.3rem;
	cursor: pointer;
}

.mid .slogan .bofang img {
	width: 1.41rem;
	height: 1.3rem;
}

.mid .download {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 7rem;
	height: 0.63rem;
}

.mid .download a {
	display: block;
	width: 2.22rem;
	height: 0.63rem;
}

.mid .download a.download1 {
	background: url(../img/wangye_xiazai1.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.mid .download a.download2 {
	background: url(../img/wangye_xiazai2.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.mid .download a.download3 {
	background: url(../img/wangye_xiazai3.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #000000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 33;
}

#myVideo {
	display: none;
	z-index: 99;
	position: fixed;
	width: 9.6rem;
	height: 5.6rem;
}

.video-close {
	width: 0.5rem;
	height: 0.51rem;
	position: absolute;
	right: -0.5rem;
	background: url(../img/video-close.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.video-close:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.video-box {
	z-index: 99;
	position: fixed;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 9.6rem;
	height: 5.6rem;
}
.bottom-block{
	width: 4.8rem;
	height: 1.3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 2.05rem;
}
.bottom-block .bottom-img{
	width: 1.52rem;
	height: 1.3rem;
}
.bottom {
	width: 1.3rem;
	height: 1.3rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.bottom a {
	display: block;
	width: 0.59rem;
	height: 0.59rem;
}

.bottom a.media1 {
	background: url(../img/wangye_douying.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.bottom a.media2 {
	background: url(../img/wangye_xiaohongs.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.bottom a.media3 {
	background: url(../img/wangye_weixin.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.bottom a.media4 {
	background: url(../img/wangye_qq.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.bottom a.media5 {
	background: url(../img/wangye_weibo.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.intro {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 9.63rem;
	margin: 0 auto;
	/*background: url(../img/intro.png) no-repeat center center;
	background-size: cover;*/
}

.banner {
	width: 13.67rem;
	height: 9.64rem;
	margin: 1.6rem auto 0;
	background: url(../img/banner.png) no-repeat center center;
	background-size: cover;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding-top: 2.16rem;
}

/* 主按钮样式 */

.main-tabs {
	width: 4.86rem;
	height: 0.51rem;
	margin-left: 2.74rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-tab {
	width: 1.57rem;
	height: 0.51rem;
	text-align: center;
	line-height: 0.51rem;
	background: url(../img/menu.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	cursor: pointer;
	font-size: 0.26rem;
	color: #89aeff;
}

.main-tab.active {
	width: 1.57rem;
	height: 0.61rem;
	text-align: center;
	line-height: 0.61rem;
	background: url(../img/menu_active.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-top: -0.1rem;
	color: #fff;
}


/* 内容区域样式 */

.tab-content {
	display: none;
	width: 9.2rem;
	margin: 0.4rem auto 0;
}

.tab-content.active {
	display: flex;
}


/* 左右布局样式 */

.button-column {
	    margin-right: 0.37rem;
}

.image-column {
	flex: 1;
}

/* 子按钮样式 */

.sub-tabs {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 2.05rem;
	height: 2.6rem;
}

.sub-tab {
	width: 2.05rem;
	height: 0.74rem;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
}

.sub-tab img {
	width: 2.05rem;
	height: 0.74rem;
	display: block;
}

.sub-tab.active {
	width: 2.25rem;
	height: 0.82rem;
	background: url(../img/button_active.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.sub-tab.active img {
	margin: 0.04rem 0;
}


/* 图片容器样式 */

.image-container {
	width: 6.78rem;
	height: 4.41rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-container img {
	width: 6.78rem;
	height: 4.41rem;
	display: none;
}

.image-container img.active {
	display: block;
}
/* 轮播图区域样式 */
        .swiper-content {
            width: 100%;
        }
        
        /* 自定义轮播图样式 */
        .custom-swiper {
            position: relative;
        }
        
        .custom-slide {
            position: absolute;
            width: 8.8rem;
	height: 4.89rem;
            opacity: 0;
            transition: opacity 0.5s ease;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .custom-slide.active {
            opacity: 1;
            z-index: 1;
        }
        
        .custom-slide img {
            max-width: 100%;
            max-height: 100%;
        }
        
        .custom-pagination {
            position: absolute;
            bottom: -4rem;
            left: 0;
            right: 0;
            text-align: center;
            z-index: 2;
        }
        
        .custom-bullet {
            display: inline-block;
            width: 0.1rem;
            height: 0.1rem;
            margin: 0 0.05rem;
            border-radius: 50%;
            background: #fff;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .custom-bullet.active {
            background: #2196F3;
        }
.taptap{
	width: 1rem;
	height: 1rem;
	position: absolute;
    right: 0.6rem;
    bottom: 4.2rem;
}
.menu {
	width: 100%;
	height: 0.62rem;
	margin: 0 auto;
	box-sizing: border-box;
	background: url(../img/menu-bg.png) top center no-repeat;
	background-size: 100% 100%;
	-webkit-animation: Beat 15s ease-in-out infinite;
}

.menu .menu-block {
	width: 9.68rem;
	height: 0.62rem;
	display: flex;
	justify-content: space-between;
	float: right;
	overflow: hidden;
}

.menu .menu-block li {
	width: 2.42rem;
	height: 0.62rem;
}

.menu .menu-block li a {
	display: block;
	width: 2.42rem;
	height: 0.62rem;
	text-align: center;
	align-items: center;
	justify-content: space-evenly;
	display: flex;
	flex-direction: column;
}

.menu .menu-block li a:hover {
	background: url(../img/menu-hover.png) top center no-repeat;
	background-size: 100% 100%;
	-webkit-animation: Beat 15s ease-in-out infinite;
}

.menu .menu-block li a p:first-child {
	color: #d9edee;
	font-size: 0.18rem;
}

.menu .menu-block li a p:last-child {
	color: #adbbc1;
	font-size: 0.16rem;
}
.faq{
	width: 12.09rem;
	height: 6.79rem;
	background: url(../img/faq.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: 0.7rem auto 1rem;
	box-sizing: border-box;
	padding-top: 1.12rem;
	padding-left: 1.56rem;
	padding-right: 1.56rem;
}
.faq .faq-title{
	width: 4.3rem;
	height: 0.32rem;
	margin: 0 auto 0.2rem;
	display: block;
}
.faq-block .faq-wz{
	color: #5a5b5f;
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.3rem;
}
.faq-block .faq-wz.faq-wztitle{
	margin-top: 0.2rem;
}
.faq-block {
  margin: 0 auto;
  width: 8.8rem;
  height: 3.8rem;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

/* 滚动条整体样式 */
.faq-block::-webkit-scrollbar {
  width: 0.27rem; 
}

/* 轨道样式 */
.faq-block::-webkit-scrollbar-track {
  background-image: url(../img/scrollbar.png);
  background-size: 0.06rem 100%; /* 宽度固定，高度100%自适应 */
  background-repeat: repeat-y;
  background-position: center;
  /* 调整轨道位置使其居中 */
  margin-left: calc((0.27rem - 0.06rem) / 2);
  /* 确保轨道填满整个高度 */
  height: 100%;
  box-sizing: border-box;
  padding-top: -1rem;
}

/* 滑块样式 */
.faq-block::-webkit-scrollbar-thumb {
  background-image: url(../img/star.png);
  background-size: 0.27rem 0.29rem;
  background-repeat: no-repeat;
  width: 0.27rem;
  /* 关键修改：移除固定高度，改为自动调整 */
  min-height: 0.29rem;
  /* 确保滑块可以到达底部 */
  position: relative;
  border-radius: 0;
}
/* 控制滚动区域的下/右半部分 */
.faq-block::-webkit-scrollbar-track-piece:end {
  margin-bottom:-0.9rem;
}
/* 控制滚动区域的上/左半部分 */
.faq-block::-webkit-scrollbar-track-piece:start {
  margin-top:-0.1rem;
}