* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 50px;
	height: 100%;
}

body {
	font: 0.32rem 'Arail', 'Microsoft Yahei';
	color: #302724;
	-webkit-text-size-adjust: none;
	background: #00A595;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover,
a:active,
a:focus {
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none
}

input,
select,
textarea {
	outline: none;
}

input,
select {
	-webkit-appearance: none;
	border-radius: 0;
}

img {
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic;
	width: 100%;
}

.break {
	word-break: break-all;
	word-wrap: break-word;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

.elips {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-o-text-overflow: ellipsis
}

header,
footer,
article,
section,
nav,
menu,
hgroup {
	display: block;
	clear: all;
}

.fix {
	zoom: 1;
}

.fix:before,
.fix:after {
	content: '';
	display: table;
}

.fix:after {
	clear: both;
}

.fp-tableCell {
	width: 100%;
}

:focus {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}

::-webkit-input-placeholder {
	color: #bbb;
}

section {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0;
}

input::-webkit-input-placeholder {
	color: #a2a4b6;
}

input:-moz-input-placeholder {
	color: #a2a4b6;
}

input::-moz-input-placeholder {
	color: #a2a4b6;
}

input:-ms-input-placeholder {
	color: #a2a4b6;
}

.block {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	width: 100%;
}

.ov {
	width: 0;
	height: 0;
	overflow: hidden;
}

/*loader*/

.loaded {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #efefef;
	z-index: 999;
}

.loaded .loader {
	width: 38%;
	position: absolute;
	left: 31%;
	top: 36%;
}

.loaded img {
	width: 100%;
}

.footer {
	padding: 0.3rem 0 1.4rem;
	background: #006B57;
}

.footer p {
	font-size: 0.26rem;
	color: #FFF;
	line-height: 0.34rem;
	text-align: center;
	margin-top: 0.1rem;
}

.footer p a {
	color: #FFF;
}

/*头部*/
.banner {
	position: relative;
	width: 100%;
	padding-bottom: 1.52rem;
}

.banner .tel {
	display: block;
	position: absolute;
	right: 0rem;
	top: 0.32rem;
	width: 3.0rem;
	height: 0.4rem;
}

.but-con {
	display: flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	bottom: 0.7rem;
	left: 0;
}

.but-con a {
	width: 2.95rem;
	height: 0.57rem;
	background: #FFFD8B;
	border-radius: 0.30rem;
	font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
	font-weight: 700;
	font-size: 0.25rem;
	color: #3D3D3D;
	line-height: 0.57rem;
	text-align: center;
	margin: 0 0.1rem;
}

.but-con a:last-child {
	background: #FFD78B;
}

.box1 {
	padding-bottom: 1.67rem;
	position: relative;
}

.box1 .box1Con {
	width: 6.70rem;
	height: 4.80rem;
	background: url(../images/box1.png) top no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.title {
	font-family: Alibaba PuHuiTi;
	font-weight: 900;
	font-size: .45rem;
	line-height: .64rem;
	text-align: left;
	background-image: linear-gradient(180deg, #006D56 0%, #00A595 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	/* 重要：设置为透明，否则文字将不显示 */
	padding-left: 0.36rem;
	padding-top: 0.26rem;
}

.box1 .box1Con .ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.3rem;
}

.box1 .box1Con .ul .item {
	width: 1.9rem;
	height: 1.5rem;
	background: url(../images/box1Item.png) top no-repeat;
	background-size: cover;
	padding-left: 0.3rem;
	margin-bottom: 0.2rem;
}

.box1 .box1Con .ul .item .tit {
	font-family: Alibaba PuHuiTi;
	font-weight: 900;
	font-size: 0.26rem;
	color: #FEDB99;
	line-height: 0.42rem;
	position: relative;
	padding: 0.13rem 0 0.1rem;
	letter-spacing: -0.01rem;
}

.box1 .box1Con .ul .item .tit::before {
	content: "";
	width: 0.05rem;
	height: 0.27rem;
	background: #FEDB99;
	position: absolute;
	left: -0.16rem;
	top: 0.20rem;
}

.box1 .box1Con .ul .item p {
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.34rem;
}

.box2 {
	padding-bottom: 1.67rem;
	position: relative;
}

.box2 .title {
	margin-bottom: 0.1rem;
}

.box2 .box2Con {
	width: 6.70rem;
	background: url(../images/box2.png) top no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.box2 .box2Con .tab {
	display: flex;
	width: 3.14rem;
	height: 0.81rem;
	background: url(../images/tab1.png) no-repeat;
	background-size: 3.14rem 0.81rem;
	margin-left: 0.2rem;
	margin-bottom: 0.1rem;
}

.box2 .box2Con .tab1 {
	background-image: url(../images/tab2.png);
	margin-left: 0.3rem;
}

.box2 .box2Con .tab span {
	display: block;
	width: 50%;
	height: 0.81rem;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 0.26rem;
	color: #FFFFFF;
	line-height: 0.8rem;
	text-align: center;
}

.box2 .box2Con .tab .on {
	width: 60%;
	line-height: 0.7rem;
	font-weight: bold;
	position: relative;
}

.box2 .box2Con .tab .on::before {
	content: "";
	width: 0.52rem;
	height: 0.01rem;
	background: #FFFFFF;
	position: absolute;
	bottom: 0.26rem;
	left: 50%;
	margin-left: -0.26rem;
}

.box2 .box2Con .box2_01 {
	display: none;
}

.box2 .box2Con .box2_01 .item {
	padding: 0 0.2rem 0.4rem;
}

.box2 .box2Con .box2_01 .item h3 {
	width: 3.73rem;
	height: 0.5rem;
	background: url(../images/box2Item.png) no-repeat;
	background-size: cover;
	font-family: Alibaba PuHuiTi;
	font-weight: 900;
	font-size: 0.24rem;
	color: #006B57;
	line-height: 0.5rem;
	padding-left: 0.3rem;
	margin-bottom: 0.18rem;
}

.box2 .box2Con .box2_01 .item p {
	width: 6.40rem;
	padding-left: 0.1rem;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 0.24rem;
	color: #3D3D3D;
	line-height: 0.34rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.box3 {
	padding-bottom: 1.67rem;
	position: relative;
}

.box3 .title {
	margin-bottom: 0.1rem;
}

.box3 .box3Con {
	width: 6.70rem;
	height: 6.80rem;
	background: url(../images/box3.png) top no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.box4 {
	padding-bottom: 1.67rem;
	position: relative;
}

.box4 .title {
	margin-bottom: 0.1rem;
}

.box4 .box4Con {
	width: 6.70rem;
	height: 8.86rem;
	background: url(../images/box4.png) top no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.box4 .box4Con .tab {
	display: flex;
	width: 3.14rem;
	height: 0.81rem;
	background: url(../images/tab1.png) no-repeat;
	background-size: 3.14rem 0.81rem;
	margin-left: 0.2rem;
	margin-bottom: 0.05rem;
}

.box4 .box4Con .tab1 {
	background-image: url(../images/tab2.png);
	margin-left: 0.3rem;
}

.box4 .box4Con .tab span {
	display: block;
	width: 50%;
	height: 0.81rem;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 0.26rem;
	color: #FFFFFF;
	line-height: 0.8rem;
	text-align: center;
}

.box4 .box4Con .tab .on {
	width: 60%;
	line-height: 0.7rem;
	font-weight: bold;
	position: relative;
}

.box4 .box4Con .tab .on::before {
	content: "";
	width: 0.52rem;
	height: 0.01rem;
	background: #FFFFFF;
	position: absolute;
	bottom: 0.26rem;
	left: 50%;
	margin-left: -0.26rem;
}


.box4 .box4Con .box4_01 {
	width: 100%;
	height: 7.0rem;
}

.box4 .box4Con .box4_01 .swiper {
	width: 100%;
	height: 100%;
}

.swiper {
	--swiper-theme-color: #00A595;
}

.box4 .box4Con .box4_01 .item {
	display: flex;
	padding: 0 0.3rem 0.3rem;
}

.box4 .box4Con .box4_01 .item img {
	display: block;
	width: 1.0rem;
	height: 1.0rem;
	margin-right: 0.27rem;
}

.box4 .box4Con .box4_01 .item p {
	width: 4.74rem;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 0.24rem;
	color: #3D3D3D;
	line-height: 0.34rem;
}

.box4 .box4Con .box4_01 .item p span {
	display: block;
	font-family: Alibaba PuHuiTi;
	font-weight: 900;
	font-size: 0.26rem;
	color: #3D3D3D;
	line-height: 0.36rem;
	margin-bottom: 0.07rem;
	position: relative;
	padding-left: 0.12rem;
}

.box4 .box4Con .box4_01 .item p span::before {
	content: "";
	width: 0.05rem;
	height: 0.26rem;
	background: #00A595;
	position: absolute;
	top: 0.05rem;
	left: 0;
}

.box5 {
	padding-bottom: 1.67rem;
	position: relative;
}

.box5 .title {
	margin-bottom: 0.2rem;
	font-size: 0.38rem;
}

.box5 .box5Con {
	width: 6.70rem;
	height: 10.23rem;
	background: url(../images/box5.png) top no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.box5 .box5Con .box5_01 .item {
	padding: 0 0.3rem 0.4rem;
}

.box5 .box5Con .box5_01 .item h3 {
	width: 3.73rem;
	height: 0.5rem;
	background: url(../images/box2Item.png) no-repeat;
	background-size: cover;
	font-family: Alibaba PuHuiTi;
	font-weight: 900;
	font-size: 0.24rem;
	color: #006B57;
	line-height: 0.5rem;
	padding-left: 0.3rem;
	margin-bottom: 0.18rem;
}

.box5 .box5Con .box5_01 .item p {
	padding-left: 0.1rem;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 0.24rem;
	color: #3D3D3D;
	line-height: 0.34rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.box6 {
	padding-bottom: 1.67rem;
	position: relative;
}

.box6 .title {
	margin-bottom: 0.2rem;
}

.box6 .box6Con {
	width: 6.70rem;
	height: 13.02rem;
	background: url(../images/box6.png) top no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 0 0.3rem;
}

.box6 .box6Con .box6_01 h3{
	width: 2.77rem;
	height: 0.60rem;
	margin: 0 auto 0.3rem;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	font-size: 0.28rem;
	color: #FFFFFF;
	line-height: 0.5rem;
	text-align: center;
	background: url(../images/box6_tit.png) top no-repeat;
	background-size: cover;
}
.box6 .box6Con .box6_01 .item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.3rem;
}
.box6 .box6Con .box6_01 .item img{
	width: 2.80rem;
	height: 2.0rem;
}
.box6 .box6Con .box6_01 .item p{
	width: 2.8rem;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	font-size: 0.24rem;
	color: #3D3D3D;
	line-height: 0.36rem;
}
.box6 .box6Con .box6_01 .item p span{
	display: block;
	position: relative;
	padding-left: 0.3rem;
}
.box6 .box6Con .box6_01 .item p span::before{
	content: "";
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 0.04rem;
	background: #00A595;
	position: absolute;
	left: 0.11rem;
	top: 0.12rem;
}
.box7 {
	padding-bottom: 1.67rem;
	position: relative;
}

.box7 .box7Con {
	width: 6.70rem;
	height: 3.94rem;
	margin: 0 auto;
}
.box7 .box7Con img{
	display: block;
}
.box8 {
	padding-bottom: 1.67rem;
	position: relative;
}

.box8 .box8Con {
	width: 6.70rem;
	height: 4.04rem;
	margin: 0 auto;
}
.box8 .box7Con img{
	display: block;
}
.btm-nav { 
    width: 100%; 
    height: 1.46rem; 
    position: fixed; 
    left:0;
    bottom:0; 
    z-index: 100;
}

#live800_chat_nav{
	display: none;
}