.menu {
	position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    height: 0.8rem;
	background-color: #38c2ac;
    padding: .15rem;
	z-index: 10;
}

.hd-logo {
    position: absolute;
    top: .23rem;
    left: .22rem;
    width: .88rem;
    height: .36rem;
	z-index: 11;
}

.hd-logo img {
    width: 100%;
    height: 100%;
}

.hd-menu {
    position: absolute;
    top: .17rem;
    right: .24rem;
    width: .48rem;
    height: .48rem;
	z-index: 11;
}

.hd-menu img {
    width: 100%;
    height: 100%;
	z-index: 10;
}

.menu-box {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background-color: #000000;
	z-index: 5;
	transition: all .5s;
}

.menu-top {
	width: 100%;
	height: 0.8rem;
	background-color: rgba(0,0,0,0);
}

.menu-bottom {
	padding: 0 0.15rem;
	margin-top: 0.1rem;
}

.hd {
    position: relative;
    width: 100vw;
    height: .8rem;
    /* background-color: rgba(255,255,255,0); */
    background-color: #38c2ac;
}

.home-page {
    padding: .15rem;
    height: .54rem;
    line-height: .24rem;
    font-size: .16rem;
}

.home-page a {
	display: block;
	width: 100%;
	height: 100%;
    color: #6f6f6f;
}

.menu-border {
    width: 3.45rem;
    height: 1px;
    background-color: #2f2f2f;
}

.menu-hd {
    position: relative;
    padding: 0 .15rem;
    height: .54rem;
    line-height: .54rem;
    font-size: .16rem;
    color: #6f6f6f;
}

.menu-hd a {
	display: block;
	width: 100%;
	height: 100%;
	color: #6f6f6f;
}

.menu-hd img {
    position: absolute;
    top: .2rem;
    right: .2rem;
    width: .13rem;
    height: .13rem;
}

.menu-ul ul{
    visibility: visible;
    height: 0;
    overflow: hidden;
}

.menu-ul ul li {
    position: relative;
    padding: 0 .15rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .14rem;
}

.menu-ul ul li a {
	display: block;
	width: 100%;
	height: 100%;
    color: #ffffff;
}

.dot {
    position: absolute;
    top: .17rem;
    right: 0.23rem;
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    background-color: #fff;
}

.menu-active ul{
	height: auto;
}

.introduce {
	position: relative;
	width: 100%;
	height: 2.17rem;
	margin-top: 0.8rem;
}

.introduce img {
	width: 100%;
	height: 100%;
}

.introduce-etext {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFFFff;
	font-weight: 700;
	font-size: 0.22rem;
}

.introduce-ztext {
	position: absolute;
	top: 57%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFFFff;
	font-weight: 700;
	font-size: 0.2rem;
}

.introduce-bd {
	position: absolute;
	top: 74%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 0.57rem;
	height: 0.05rem;
	background-color: #38c2ac;
}

.cut {
	width: 100%;
	height: 0.68rem;
	background-color: #fff;
	display: flex;
	border-bottom: 1px solid #f9f9f9;
}

.cut-le {
	position: relative;
	display: block;
	width: 0.52rem;
	height: 100%;
}

.cut-le img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 0.09rem;
	height: 0.18rem;
}

.cut-bd {
	width: 1px;
	height: 100%;
	background-color: #e9e9e9;
}

.cut-li {
	position: relative;
	flex: 1;
	height: 100%;
}

.cut-e {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #38c2ac;
	font-weight: 700;
	font-size: 0.14rem;
}

.cut-z {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #000;
	font-weight: 700;
	font-size: 0.18rem;
}

.content {
	width: 100%;
	height: auto;
	background-color: #f8f8f8;
	padding: 0.15rem 0.16rem;
}

.content-a {
	width: 3.43rem;
	height: 3.09rem;
	background-color: #FFFFFF;
	padding: 0.31rem 0.18rem;
}

.content-hd {
	color: #282828;
	font-size: 0.16rem;
	line-height: 0.24rem;
	margin-bottom: 0.2rem;
	font-weight: 700;
}

.content-tt {
	font-size: 0.14rem;
	color: #282828;
	line-height: 0.24rem;
	margin-bottom: 0.22rem;
}

.content-dt {
	color: #282828;
	font-size: 0.12rem;
	font-weight: 700;
	line-height: 0.18rem;
}

.content-dt span {
	color: #0CB59B;
}





.footer {
	width: 100%;
	height: 4.03rem;
	background-color: #000000;
	padding-top: 0.38rem;
}

.footer-a {
	width: 0.88rem;
	height: 0.37rem;
	margin: 0 auto;
}

.footer-a img {
	width: 100%;
	height: 100%;
}

.footer-b {
	display: block;
	width: 0.64rem;
	height: 0.22rem;
	margin: 0 auto;
	margin-top: 0.2rem;
}

.footer-b img {
	width: 100%;
	height: 100%;
}

.footer-c {
	text-align: center;
	color: #FFFFFF;
	font-size: 0.12rem;
	margin-top: 0.3rem;
	line-height: 0.17rem;
	letter-spacing: 0.02rem;
}

.footer-c img {
	width: 0.12rem;
	height: 0.16rem;
}

.footer-d {
	text-align: center;
	color: #FFFFFF;
	font-size: 0.12rem;
	margin-top: 0.16rem;
	line-height: 0.17rem;
}

.footer-d img {
	width: 0.13rem;
	height: 0.13rem;
	margin-top: 0.02rem;
}

.footer-e {
	display: block;
	margin-top: 0.12rem;
	font-size: 0.12rem;
	transform: scale(.8);
	color: #ffffff;
	text-align: center;
}

.footer-f {
	width: 100%;
	height: 0.39rem;
	display: flex;
	padding: 0 0.83rem;
	margin-top: 0.37rem;
	justify-content: space-between;
}

.footer-f img {
	width: 0.39rem;
	height: 0.39rem;
}