@charset "utf-8";

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0;
	width: 100%;
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}



* {
	box-sizing: border-box
}

:after,
:before {
	box-sizing: border-box
}

html {
	font-size: 10px;
	width: 100%;
	height: 100%
}

body {
font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow-x: hidden;
}
@media (max-width:320px) {
	body {
		font-size: 12px
	}
}


a {
	color: inherit;
	text-decoration: none;
	cursor: pointer
}

:focus,
a:hover {
	outline: 0;
	text-decoration: none
}

.no-touch a.link:hover {
	color: #000
}

ol,
ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0
}

li {
	position: relative
}

img {
	vertical-align: middle
}


.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.2;
	color: #333;
	margin: 0
}

h1 {
	font-size: 64px
}

h2 {
	font-size: 48px
}

h3 {
	font-size: 36px
}

h4 {
	font-size: 24px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 14px
}

@media (max-width:979px) {
	h1 {
		font-size: 48px
	}
	h2 {
		font-size: 36px
	}
	h3 {
		font-size: 27px
	}
	h4 {
		font-size: 18px
	}
	h5 {
		font-size: 17px
	}
}

@media (max-width:767px) {
	h1 {
		font-size: 32px
	}
	h2 {
		font-size: 28px
	}
	h3 {
		font-size: 21px
	}
	h4 {
		font-size: 18px
	}
	h5 {
		font-size: 16px
	}
	h6 {
		font-size: 14px
	}
}


@media (max-width:325px) {
	h3 {
		font-size: 18px
	}
	h4 {
		font-size: 16px
	}
}

.big {
	font-size: 120%
}

.small{
	font-size: 80%
}

span {
	display: inline-block
}

p {
	margin-top: 0;
	margin-bottom: 20px;
	color: #999
}

p a {
	display: inline-block
}
@media (max-width:767px) {
	p {
		margin-bottom: 15px
	}
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.lowercase {
	text-transform: lowercase
}

.uppercase {
	text-transform: uppercase
}

.capitalize {
	text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
	cursor: default
}

a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a p,
a span,
button h1,
button h2,
button h3,
button h4,
button h5,
button h6,
button p,
button span {
	cursor: pointer
}

.oneline-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

button {
	background: 0 0;
	border: none;
	text-shadow: none;
	position: relative
}

button:focus {
	outline: 0
}


.banner-pagination{
	position: absolute;
	left: 0;
	bottom: 8px;
	z-index: 1;
	width: 100%;
}
.banner-pagination span{
	margin: 0 3px;
}
.banner-pagination span.swiper-pagination-bullet-active{
	background-color: #3ed1ae;
}

body{
	padding-top: 50px;
}

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	box-shadow: 0 0 30px rgb(0 0 0 / 10%);
	overflow: visible;
	background: #fff;
	z-index: 1000;
}


.main-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
}

nav {
    float: right;
}
.menu-right{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.menu-right span{
	position: absolute;
	top: 25px;
	left: 15px;
	width: 20px;
	height: 2px;
	background-color: #1e1e1e;
}
.menu-right span::before,
.menu-right span::after{
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #1e1e1e;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.menu-right span::before{
	top: -6px;
}
.menu-right span::after{
	bottom: -6px;
}
.menu-right span.on{
	background: none;
}
.menu-right span.on::before{
	transform: translateY(6px) rotate(-45deg);
	background-color: #fff;
}
.menu-right span.on::after{
	transform: translateY(-6px) rotate(45deg);
	background-color: #fff;
}
.menu-right.right-bg{
	background-color: #3ed1ae;
}


.warp-box{
	z-index: 902;
	background-color: #fff;
}
.i_closed{
	position: absolute;
	right: 4%;
	top: 2.5%;
	width: 25px;
	height: 25px;
	background: url(../images/r_closed.png) center center/cover no-repeat;
	cursor: pointer;
}
.main-bg{
	left: 0;
	top: 0;
	z-index: 11;
	visibility: hidden;
	opacity: 0;
	background-color: #000;
}
.main-bg.show{
	visibility: visible;
	opacity: 0.6;
}

/*菜单*/
.menu-nav{
	position: absolute;
	left: 0;
	top: 50px;
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
}
.menu-main{
	width: 100vw;
	height: calc(100vh - 50px);
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #eee;
	background-color: #fff;
}
.menu-nav.menu-height{
	height: calc(100vh - 50px);
}
.left{
	width: 33%;
	max-width: 160px;
	min-width: 135px;
	height: 100%;
	background-color: #eefbfa;
	overflow-y: auto;
}
.left ul{
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.left ul li a{
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	padding-left: 30px;
	text-align: left;
	box-sizing: border-box;
	font-weight: 400;
	color: #333333;
	line-height: 3;
}
.left ul li.active a{
	border-left: 3px solid #16b18f;
	background: #FFFFFF;
	color: #16b18f !important;
}


.right{
	width: 67%;
	max-width: calc(100% - 135px);
	min-width: calc(100% - 160px);
	height: 100%;
	background-color: #fff;
}
.r_part{
	display: none;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 0 15px 0 20px;
}
.r_part.on{
	display: block;
}
.r_part h3{
	font-size: 16px;
	line-height: 3;
	border-bottom: 1px solid #eee;
	color: #333;
}
.r_part ul{
	padding-top: 15px;
}
.r_part ul li a{
	display: block;
	font-size: 16px;
	line-height: 3;
}
.r_part ul li a img{
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-right: 10px;
}




.warp-logo{
	float: left;
	display: block;
	padding: 8px 10px;
}
.warp-logo img{
	width: 200px;
	margin: 3px 0;
}

img{
	border-bottom: 0;
}

.white{
	color: #fff;
}
.black{
	color: #000;
}
.gray{
	color: #999;
}

.combox{
	padding: 10% 5%;
	text-align: left;
	min-height: 100px;
}
.vi_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.vi_list li{
	width: 48.5%;
	margin-bottom: 3%;
}


.inTitle{
	margin-bottom: 7%;
}
.inTitle h3{
	color: #000;
	line-height: 1.3;
	margin-bottom: 5px;
}
.inTitle p{
	line-height: 1.8;
	margin-bottom: 0;
}
.inTitle h3.white,
.inTitle p.white{
	color: #fff;
}

.inEfficiency{
	padding: 10% 7%;
}
.inEfficiency ul li{
	display: flex;
	text-align: left;
	align-items: center;
}
.inEfficiency ul li i{
	display: block;
	width: 11vw;
	height: 11vw;
	max-width: 70px;
	max-height: 70px;
	background: #00ab84;
	border-radius: 50%;
}
.inEfficiency-text{
	text-align: left;
	padding-left: 10px;
}
.inEfficiency-text h3{
	line-height: 1.4;
}
.inEfficiency-text p{
	margin-bottom: 0;
}

@media (max-width:354px) {
	.inEfficiency-text p{
		font-size: 12px;
	}
}

.inService{
	padding: 10% 7%;
	background: linear-gradient(to right, #0cbfb2, #41d2ae);
}

.inService-item{
	position: relative;
	border-radius: 15px;
	text-align: left;
	margin-bottom: 2%;
	padding: 6%;
	overflow: hidden;
	background-color: #fff;
}
.inService-item h3{
	font-size: 2.3rem;
	color: #000;
	line-height: 1.5;
	margin-bottom: 3%;
}
.inService-item p{
	font-size: 14px;
	line-height: 2;
	margin-bottom: 0;
}
.inService-item i {
    position: absolute;
    top: -25px;
    right: -25px;
    display: block;
    width: 120px;
    height: 120px;
    padding-right: 20px;
    text-align: center;
    line-height: 135px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    overflow: hidden;
}
.inService-item:nth-child(1) i {
    background-color: #ea5541;
}
.inService-item:nth-child(2) i {
    background-color: #0099d9;
}
.inService-item:nth-child(3) i {
    background-color: #00ab84;
}

@media (max-width:370px) {
	.inService-item i{
		width: 90px;
		height: 90px;
		top: -20px;
		right: -20px;
		font-size: 23px;
		line-height: 105px;
		padding-right: 15px;
	}
	.inService-item h3 {
	    font-size: 2rem;
	}
	.inService-item p{
		font-size: 13px;
	}
}
.inFunction{
	padding: 10% 7% 7%;
	background-color: #f7f7f7;
}
.inFunction ul li{
	padding: 4% 3%;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}
.inFunction ul li img{
	width: 40%;
	max-width: 76px;
}
.inFunction ul li h4{
	line-height: 1.5;
	margin: 3px 0;
}
.inFunction ul li p{
	margin-bottom: 0;
}
.inbox{
	padding: 10% 0;
}

.inIndustry{
	margin-bottom: 7%;
}
.swiper-industry .swiper-slide{
	padding: 0 6%;
}
.inIndustry-top {
    position: relative;
    width: 85%;
    padding-top: 2%;
    margin: 0 auto;
    perspective: 600px;
}
.inIndustry-top img {
    margin-left: 3%;
    width: 100%;
    border-radius: 20px;
    transform: rotateY(8deg);
}
.inIndustry-top h3 {
    position: absolute;
    left: 10%;
    bottom: 10%;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    z-index: 10;
}
.inIndustry-bottom {
    margin-top: -7%;
    width: 100%;
    height: 50vw;
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: linear-gradient(to right, #2fb7c5, #24b5aa);
}
.inIndustry-bottom p {
    width: 84%;
	text-align: left;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
	margin-bottom: 0;
}
.industry-pagination{
	padding-top: 2%;
}
.industry-pagination span{
	width: 18px;
	border-radius: 0;
	height: 2px;
	margin: 0 3px;
	background-color: #ccc;
}
.industry-pagination span.swiper-pagination-bullet-active{
	background-color: #00baba;
}


@media (max-width:354px) {
	.inIndustry-top img{
		border-radius: 15px;
	}
	.inIndustry-top h3 {
	    font-size: 19px
	}
	.inIndustry-bottom p {
	    font-size: 14px;
	}
	.inIndustry-bottom{
		border-radius: 20px;
	}
}
.inCustom{
	padding: 0 6%;
	margin-bottom: 7%;
}
.inCustom ul{
	display: flex;
	flex-wrap: wrap;
	padding: 6% 0;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
.inCustom ul li{
	pointer-events: none;
	width: 33.333333%;
}
.inNews{
	padding: 0 6%;
}
.inNews .inTitle a{
	font-size: 14px;
	color: #2eb7c2;
}
.inNews .inTitle a img{
	width: 12px;
}
.inNews ul li{
	margin-bottom: 3%;
}
.inNews ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inNews ul li:last-child{
	margin-bottom: 0;
}
.innews-img{
	width: 40vw;
	height: 23vw;
	max-width: 350px;
	max-height: 200px;
	border-radius: 10px;
	overflow: hidden;
}
.innews-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.inNews ul li h3{
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap:break-word;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	width: 45vw;
	line-height: 1.8;
	text-align: left;
	font-size: 28px;
	font-weight: normal;
}

@media (max-width:794px) {
	.inNews ul li h3{
		font-size: 22px;
	}
}
@media (max-width:594px) {
	.inNews ul li h3{
		font-size: 16px;
	}
}
@media (max-width:432px) {
	.inNews ul li h3{
		font-size: 14px;
	}
}
@media (max-width:354px) {
	.inNews ul li h3{
		font-size: 12px;
	}
}



.footer{
	padding: 10% 8%;
	background-color: #161616;
}
.footer h2{
	color: #fff;
	font-size: 4.2rem;
	line-height: 2;
	margin-bottom: 4%;
}
.footer h4{
	font-size: 2.4rem;
	line-height: 1.5;
	color: #fff;
}
.footer h3{
	font-size: 4.8rem;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 3%;
}
.footer p{
	font-size: 16px;
	line-height: 2;
	color: rgba(255,255,255,.6);
	margin-bottom: 10%;
}
.footer .footer-qr{
	width: 140px;
	text-align: center;
}
.footer .footer-qr span{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 2.5;
}

@media (min-width:415px) and (max-width:590px) {
	.inFun ul li p{
		font-size: 15px;
		line-height: 25px;
		height: 75px;
	}
	.inTitle h2{
		font-size: 2.8rem;
	}
	.footer h2{
		font-size: 2.9rem;
	}
	.footer h4{
		font-size: 2rem;
	}
	.footer h3{
		font-size: 4rem;
	}
	.footer p{
		font-size: 15px;
	}
	.footer .footer-qr{
		width: 140px;
	}
	.footer .footer-qr span{
		font-size: 15px;
	}
}
@media (min-width:361px) and (max-width:414px) {
	.inFun ul li h3{
		font-size: 1.9rem;
	}
	.inFun ul li p{
		font-size: 14px;
		line-height: 20px;
		height: 60px;
	}
	.inTitle h2{
		font-size: 2.5rem;
	}
	.footer h2{
		font-size: 2.6rem;
	}
	.footer h4{
		font-size: 1.8rem;
	}
	.footer h3{
		font-size: 3.6rem;
	}
	.footer p{
		font-size: 14px;
	}
	.footer .footer-qr{
		width: 120px;
	}
	.footer .footer-qr span{
		font-size: 14px;
	}
}
@media screen and (max-width:400px) {
	.inTitle p{
		font-size: 12px;
	}
	.inCustom-ibox h3{
		font-size: 18px;
	}
	.inCustom-ibox form input[type="text"]{
		width: 45%;
		line-height: 36px;
		font-size: 12px;
		padding-left: 10px;
	}
	.inCustom-ibox form input[type="submit"]{
		font-size: 12px;
		width: 75px;
		line-height: 34px;
		border: 0;
	}
	.inCustom-ibox em{
		right: 85px;
		font-size: 12px;
		line-height: 46px;
	}
}
@media screen and (max-width:365px) {
	.inFun ul li h3{
		font-size: 1.6rem;
	}
	.inFun ul li p{
		font-size: 12px;
		line-height: 20px;
		height: 60px;
	}
	.inTitle h2{
		font-size: 2.2rem;
	}
	.inArticle ul li p{
		font-size: 13px;
	}
	.inCustom-ibox h3{
		font-size: 18px;
	}
	.footer h2{
		font-size: 2.3rem;
	}
	.footer h4{
		font-size: 1.6rem;
	}
	.footer h3{
		font-size: 3.2rem;
	}
	.footer p{
		font-size: 13px;
	}
	.footer .footer-qr{
		width: 110px;
	}
	.footer .footer-qr span{
		font-size: 13px;
	}
}
@media screen and (max-width:335px) {
	.inCustom-ibox h3{
		font-size: 15px;
	}
	.inCustom-ibox form input[type="text"]{
		line-height: 32px;
		font-size: 12px;
		padding-left: 6px;
	}
	.inCustom-ibox form input[type="submit"]{
		font-size: 12px;
		width: 65px;
		line-height: 30px;
		border: 0;
	}
	.inCustom-ibox em{
		right: 75px;
		font-size: 12px;
		line-height: 42px;
	}
	.footer h2{
		font-size: 2.1rem;
	}
	.footer h4{
		font-size: 1.5rem;
	}
	.footer h3{
		font-size: 3rem;
	}
	.footer p{
		font-size: 12px;
	}
	.footer .footer-qr{
		width: 105px;
	}
	.footer .footer-qr span{
		font-size: 12px;
	}
}

.icn-back {
    float: left;
    margin: 6px;
    width: 40px;
    height: 40px;
    background: url(cion.png) center center/cover no-repeat;
}


.about_desc p{
	color: #231815;
}

.about_desc p b{
	color: #00ab84;
}

.aboutSeriver{
    background-color: #f5f5f5;
}
.aboutSeriver ul {
    display: flex;
	flex-wrap: wrap;
    padding: 7% 0 7% 8%;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 2%;
}
.aboutSeriver ul li{
	width: 47%;
	margin: 3.5% 0;
}
.aboutSeriver ul li p{
	margin-bottom: 0;
}
.aboutSeriver ul li h3{
	font-size: 1em;
	font-weight: normal;
	color: #11ae88;
}
.aboutSeriver ul li h3 b{
	font-size: 1.8em;
	font-weight: normal;
	vertical-align: text-top;
}
.aboutSeriver ol {
    position: relative;
    display: flex;
    flex-wrap: wrap;
	padding: 1% 0;
    justify-content: space-between;
}
.aboutSeriver ol li {
    pointer-events: none;
    width: 49%;
    border-radius: 10px;
    overflow: hidden;
    margin: 1% 0;
}
.aboutSeriver ol li.about-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 25vw;
    height: 25vw;
    background: #00ab84;
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
}
.aboutSeriver-font{
	padding: 1% 0;
	font-size: 14px;
	border-radius: 0;
	overflow: hidden;
	color: #231815;
}



.contact_desc h3{
	line-height: 2;
	margin-bottom: 4%;
}
.contact_desc h5{
	line-height: 1.3;
}
.contact_desc h2{
	line-height: 1.4;
}
.contact_desc span{
	display: block;
	font-size: 14px;
	color: #a3a3a3;
	margin-bottom: 7%;
}
.contact_desc p{
	color: #737373;
	line-height: 2;
}
.contact_qr{
	width: 120px;
}
.contact_qr b{
	display: block;
	font-weight: normal;
	color: #000;
	text-align: center;
	line-height: 2;
	font-size: 14px;
}

.helpBox {
	background-image: linear-gradient(to left, #2cc5bd, #41d2ae);
}
.helpBox-content{
	padding: 6%;
	border-radius: 8px;
	background-color: #fff;
	margin-bottom: 4%;
}
.helpBox-content:last-child{
	margin-bottom: 0;
}
.helpBox-content .fr{
	float: right;
	display: block;
	line-height: 1.8rem;
	color: #34c896;
}
.helpBox-content h4{
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 4%;
}
.helpBox-content ul li{
	line-height: 2.5;
}
.helpBox-content ul li a{
	display: block;
	overflow: hidden;
}
.helpBox-content ul li font{
	float: right;
	display: inline-block;
	width: 71px;
	color: #b8b8b8;
}
.helpBox-content ul li span{
	float: left;
	display: inline-block;
	width: calc(100% - 95px);
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}


@media (min-width:415px) and (max-width:590px) {
	.about_desc h5{
		font-size: 1.8rem;
	}
	.about_desc h3{
		font-size: 2.2rem;
	}
}
@media (min-width:366px) and (max-width:414px) {
	.about_desc h5{
		font-size: 1.6rem;
	}
	.about_desc h3{
		font-size: 2rem;
	}
}
@media (min-width:336px) and (max-width:365px) {
	.about_desc h5{
		font-size: 1.4rem;
	}
	.about_desc h3{
		font-size: 1.8rem;
	}
}
@media screen and (max-width:335px) {
	.about_desc h5{
		font-size: 1.2rem;
	}
	.about_desc h3{
		font-size: 1.6rem;
	}
}


.pibox{
	padding: 12% 6%;
	background: url(../images/pro_bg.jpg) bottom center/100% auto no-repeat;
}
.pibox-text{
	text-align: left;
	margin-bottom: 8%;
}
.pibox-text h3{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 2%;
	/* line-height: 1; */
	/* vertical-align: middle; */
	display: flex;
	align-items: center;
}
.pibox-text h3 img{
	width: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.pibox-text h2{
	font-size: 2em;
	line-height: 1.5;
	margin-bottom: 6%;
}

.pibox-text a{
	display: block;
	width: 120px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background: linear-gradient(to right, #0cbfb2, #41d2ae);
}
.pibox-video{
	padding: 8px;
	border-radius: 3px;
	border: 2px solid #fff;
}
.pibox-video video{
	width: 100%;
	height: 45vw;
	object-fit: cover;
	vertical-align: bottom;
}

.white_bg{
	background-color: #fff;
}
.gray_bg {
    background-color: #f7f9fb;
}

.production-text span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    padding: 9px 20px;
    border-radius: 0 30px 30px 30px;
    background: linear-gradient(to right, #0cbfb2, #41d2ae);
    margin-bottom: 15px;
}
.production-text h2 {
    font-size: 2.2em;
    color: #000;
    line-height: 1.4;
    margin-bottom: 3%;
}
.production-text h3 {
    font-size: 1.4em;
    color: #000;
    font-weight: normal;
    margin-bottom: 6%;
}
.production-text p {
    font-size: 14px;
    line-height: 1.8;
    color: #7e7e7e;
    margin-bottom: 8%;
}



.solutionBox{
	padding: 12% 6% 35%;
	width: 100%;
	background: url(../images/solution_bg.jpg) center bottom/cover no-repeat;
}
.solutionBox-text{
	text-align: left;
}
.solutionBox-text h2{
	font-size: 2em;
	line-height: 1.5;
	margin-bottom: 4%;
	font-weight: normal;
	color: #fff;
}
.solutionBox-text p{
	font-size: 1em;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 4%;
}
.solutionBox-text a {
    display: block;
    width: 120px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
	border: 1px solid #fff;
	margin-bottom: 8%;
}
.solution-isem{
	padding-top: 3%;
}
.solution-isem h3{
	line-height: 1.5;
	margin-bottom: 4%;
	color: #000;
}
.solution-isem p{
	line-height: 1.8;
	margin-bottom: 4%;
}

.haveDate ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 7%;
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 2%;
}

.haveDate ul li {
    width: 47%;
    padding: 3.5% 0;
}
.haveDate ul li h3 {
    font-size: 1em;
    color: #11ae88;
}
.haveDate ul li h3 b {
    font-size: 1.8em;
    vertical-align: text-top;
}
.haveDate ul li p {
	line-height: 2;
    margin-bottom: 0;
}

.compete{
	background-color: #25b5ae;
}
.compete ul li{
	padding: 6%;
	border-radius: 8px;
	background-color: #fff;
	margin-bottom: 3%;
}
.compete ul li img{
	width: 30px;
	margin-bottom: 3%;
}
.compete ul li h3{
	font-size: 1.3em;
	line-height: 1.5;
	margin-bottom: 3%;
}
.compete ul li p{
	margin-bottom: 0;
}

.cooperate ul li{
	width: 33%;
	text-align: center;
	margin-bottom: 6%;
}
.cooperate ul li i{
	display: block;
	margin: 0 auto 2%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.cooperate ul li h3{
	font-size: 1.1em;
	font-weight: normal;
}

.share{
	background: linear-gradient(to right, #0cbfb2, #41d2ae);
}
.share-item{
	position: relative;
	width: 100%;
	padding: 5% 20px 5% 90px;
	background-color: #fff;
	border-radius: 12px;
	margin-bottom: 3%;
}
.share-item i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.share-item h3 {
    font-size: 16px;
    line-height: 1.8;
    color: #2b2c2f;
    font-weight: normal;
}
.share-item p {
    font-size: 12px;
    line-height: 1.5;
    color: #818283;
    margin-bottom: 5px;
}
.share-item h4 {
    font-size: 14px;
    color: #16b18f;
    line-height: 32px;
}
.share-item a {
    display: block;
    width: 114px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #16b18f;
    border: 1px solid #16b18f;
    border-radius: 5px;
    transition: all 0.4s;
}


.service{
	padding-bottom: 70%;
	background: url(../images/service_bg.jpg) bottom center/100% auto no-repeat;
}
.service ul li h4,
.service ul li p{
	color: #fff;
}
.service ul li h4{
	line-height: 2;
}
.service ul li p{
	margin-bottom: 0;
}



.join-1 ul li{
	padding: 3%;
	text-align: center;
}
.join-1 ul li img{
	width: 25%;
}
.join-1 ul li h4{
	line-height: 2.5;
}
.join-1 ul li p{
	margin-bottom: 0;
}
.join-2{
	background-color: #23c8a0;
}
.join-2 .swiper-slide{
	position: relative;
	width: 100%;
	padding: 7% 5%;
	overflow: hidden;
	background-color: #fff;
	border-radius: 10px;
}
.join-img{
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	width: 24%;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #eee;
}
.join-text{
	position: relative;
	float: right;
	width: 67%;
}
.join-text div{
	float: right;
	font-size: 12px;
	line-height: 2rem;
}
.join-text div span {
    color: #4ccc9e;
}
.join-text i{
	position: absolute;
	left: -1rem;
	top: -2rem;
	z-index: 0;
	font-size: 4rem;
	font-style: normal;
	font-weight: bold;
	color: #eee;
}
.join-text h3{
	position: relative;
	z-index: 1;
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 4%;
}
.join-text p{
	font-size: 12px;
	line-height: 18px;
	height: 54px;
	overflow: hidden;
	color: #585858;
	margin-bottom: 4%;
}
.join-text b{
	display: block;
	text-align: right;
	font-size: 12px;
}
.join-pagination{
	padding-top: 3%;
	text-align: center;
}
.join-pagination span{
	margin: 0 4px;
	background-color: #fff;
}
.join-3{
	background-color: #f6f6f6;
}
.join-4{
	text-align: center;
}
.join-4 img{
	width: 35%;
	max-width: 180px;
	margin-bottom: 5%;
}


.hos-1 {
	padding: 8% 0;
}
.hos-1 .swiper-container{
	padding: 0 5%;
}
.hos-1 .swiper-slide p{
	margin-bottom: 0;
	color: #000;
	line-height: 2;
}
.hos-02{
	padding: 7%;
	overflow-x: auto;
	white-space: nowrap;
	background-color: #f2f2f2;
}
.hos-02 img{
	width: 119%;
}


.city-text{
	padding: 5% 0 0;
	
}
.city-text h6{
	margin-bottom: 3%;
}
.city-text p{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0;
}
.city-2,.city-5{
	background-color: #f6f6f6;
}
.city-4 ul li{
	margin-bottom: 3%;
}
.city-4 ul li:last-child{
	margin-bottom: 0;
}
.city-4 ul li .city-4-img,
.city-5-img{
	border-radius: 8px;
	overflow: hidden;
}
.city-4 ul li h4{
	margin: 3% 0;
	line-height: 1.5;
}
.city-4 ul li p{
	margin-bottom: 0;
}
.city-5-img{
	box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
}

.custom-type{
	margin-bottom: 3%;
}
.custom-type ul{
	display: flex;
	flex-wrap: wrap;
}
.custom-type ul li{
	width: 48.5%;
	margin: 0 3% 2% 0;
}
.custom-type ul li:nth-child(2n){
	margin-right: 0;
}
.custom-type ul li a{
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 2.5;
	border: 1px solid #ccc;
	border-radius: 40px;
}
.custom-type ul li a.on{
	color: #fff;
	background: #0cbfb2;
	border-color: #0cbfb2;
}
.custom-list ul li{
	border-radius: 15px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 3%;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
}
.custom-img{
	position: relative;
	width: 100%;
	padding-bottom: 50%;
}
.custom-img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.custom-text{
	padding: 8% 6%;
}
.custom-text b{
	display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    color: #26b778;
    font-weight: normal;
    border-radius: 2px;
    background-color: #ebfcf6;
    margin-bottom: 10px;
}
.custom-text h3 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: normal;
    height: 44px;
    overflow: hidden;
    margin-bottom: 10px;
}
.custom-text p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    margin-bottom: 10px;
}
.custom-text img{
	width: 100px;
}


.tishi{
	padding: 100px 0;
}
.tishi h5{
	text-align: center;
	line-height: 1;
	font-weight: normal;
}



.custom-top,.custom-info{
	padding: 5%;
	border-radius: 10px;
	box-shadow: 0 0  15px 0 rgb(0 0 0 / 15%);
	margin-bottom: 3%;
}
.custom-logo{
	width: 100px;
	margin-bottom: 3%;
}

.custom-top h4{
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 4%;
}

.custom-top  ul{
	display: flex;
}
.custom-top ul li{
	width: 33.333%;
	text-align: center;
}
.custom-top ul li h3{
	color: #17c3b1;
	font-weight: normal;
	font-size: 1.3em;
}
.custom-top ul li h3 b{
	font-weight: normal;
	font-size: 1.8em;
}
.custom-top ul li p{
	font-size: 12px;
}
.custom-top .custom-img{
	border-radius: 8px;
	overflow: hidden;
}

.custom-info h3{
	font-weight: normal;
	line-height: 1.5;
	font-size: 1.3em;
}
.custom-info p{
	font-size: 1.2em;
}
.custom-info a{
	display: block;
	width: 100%;
	font-size: 1.3em;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	line-height: 3;
	background: linear-gradient(to right, #0cbfb2, #41d2ae);
}

.custom-desc{
	margin-top: 7%;
	line-height: 1.8;
}
.custom-desc p{
	margin-bottom: 0;
}

.article-list ul li {
    width: 100%;
    margin: 0 3.5% 2% 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 15%);
}
.article-list ul li .article_img {
    position: relative;
    width: 100%;
    border-radius: 10px;
    padding-bottom: 56%;
    overflow: hidden;
}
.article-list ul li .article_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.article_text {
    padding: 5%;
}
.article_text h3 {
    font-size: 16px;
    line-height: 25px;
	font-weight: normal;
	color: #000;
    height: 75px;
	overflow: hidden;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.article_text p {
    font-size: 14px;
    line-height: 2;
    color: #a3a3a3;
	margin-bottom: 0;
}





.exlist_loading{
	display: none;
	padding-top: 5%;
	text-align: center;
}

.help-list{
	background-color: #f6f6f6;
}
.help-list ul{
	padding: 6%;
	border-radius: 8px;
	background-color: #fff;
	margin-bottom: 4%;
}
.help-list ul li{
	line-height: 2.5;
}
.help-list ul li a {
    display: block;
    overflow: hidden;
}
.help-list ul li span{
    float: left;
    display: inline-block;
    width: calc(100% - 95px);
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.help-list ul li font {
    float: right;
    display: inline-block;
    width: 71px;
    color: #b8b8b8;
}

.help_top{
	padding: 5%;
	text-align: left;
	background-color: #f6f6f6;
}
.help_top h4{
	line-height: 1.5;
	margin-bottom: 3%;
}
.help_top h6{
	font-weight: normal;
}
.news_content h4,
.news_content h3,
.news_content h2,
.news_content h6,
.news_content h1{
	line-height: 1.5;
	margin: 2% 0;
}
.news_content p{
	line-height: 1.8;
	margin-bottom: 0;
}


.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

.video_show {
	width: 96%;
	height: 0;
	padding-bottom: 57%;
	position: fixed;
	left: 50%;
	top: -300px;
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 13331;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -100%;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -300px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -100%;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -300px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show .show_intro {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	padding: 0 2%;
	position: absolute;
	left: 0;
	top: 0;
}

.video_show iframe,
.video_show video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video_show i {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-weight: bold;
    background: url(closed.png);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
}
/*zc修改新增手机样式*/
.serviceBox{
	padding: 10% 0;
}
.serviceBox>h3,.case-box h3{
	font-size: 1.6em;
	line-height: 1.3;
	margin-bottom: 15px;
	letter-spacing: 1px;
	text-align: center;
}
.serviceBox>p{
	font-size: 14px;
	line-height: 1.5;
	color: #999;
	margin-bottom: 0;
	letter-spacing: 1px;
}
.service-img{
	padding: 0 5%;
	margin-bottom: 10%;
}
.serviceBox>ul{
	padding: 0 8%;
	margin-bottom: 12%;
}
.serviceBox>ul>li{
	margin-bottom: 15px;

}
.serviceBox>ul>li>img{
	display: block;
	margin: 0 auto;
	width: 40%;
}
.serviceBox>ul>li>h4{
	font-size: 1.2em;
	line-height: 1.3;
	margin-bottom: 10px;
	text-align: center;
}
.serviceBox>ul>li>p{
    font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
.content-box{
	margin-bottom: 10%;
	padding: 0 5%;
}

.content-tit {
	display: flex;
	align-items: center;
	margin-bottom: 6%;
}

.content-tit img {
	width: 6.5%;
	margin-right: 16px;
}

.content-tit>h3 {
	line-height: 1;
	margin-bottom: 0;
}

.bathroom-con .content-text p {
	line-height: 1.75;
	margin-bottom: 4%;
	display: flex;
	align-items: flex-start;
	text-align: justify;
    font-size: 15px;
}


.bathroom-con .content-text p::before {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background-size: 100% 100%;
	background-image: url(../../images/plan/g-dot.png);
	background-repeat: no-repeat;
	margin-right: 2.5%;
	margin-top: 1%;
	line-height: 1;
}

.bathroom-con .content-img {
	margin-top: 0;
}

.bathroom-con .content-text p.o-dot::before {
	background-image: url(../../images/plan/o-dot.png);
	background-repeat: no-repeat;
}

.bathroom-con .content-text p em{
	flex: 1;
	font-style: normal;
}

.hui_bg{
	background-color: #f7f9fb;
	padding: 10% 5%;
}
.case-box{
	padding: 10% 0;
}

.dt-b-box{
	padding: 10% 0;
}


/*下载页样式*/
.d-top {
	position: relative;
	padding: 0;
}
.d-top img{
	width: 100%;
}
.dt-box {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.5);
}

.dt-txt {
	
}

.dt-txt h4 {
	font-size: 1.6em;
	line-height: 1.3;
	margin-bottom: 15px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
}

.dt-txt p {
	line-height: 1.5;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.5px;
	text-align: center;
}

.dt-b-box {
	background-color: #F7F9FB;
}

.dt-t-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15% 5% 0;
}

.dt-item {
	background-color: #fff;
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5%;
	margin-bottom: 15px;
	border-radius: 10px;
	width: 48%;
	position: relative;
	min-height:200px;
}
.dt-item img{
	display: block;
	width: 40%;
	margin: 0 auto;
}

.dt-item h4 {
	font-size: 1.2em;
	line-height: 1;
	font-weight: bold;
	color: #000;
}

.dt-item em {
	margin: 6% 0;
	font-size: 14px;
}

.dt-item span,
.dt-item a {
	border-radius: 20px;
	font-size: 14px;
	color: #32C896;
	border: 1px solid #32C896;
	text-align: center;
	line-height: 1;
	padding: 8px 30px;
	margin-top: 36px;
	cursor: pointer;
}

.dt-item span:hover,
.dt-item a:hover {
	background: linear-gradient(to right, #0cbfb2, #41d2ae);
	color: #fff;
}


.dt-b-list {
	margin: 5%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
	background-color: #fff;
	padding:10% 5%;
	border-radius: 20px;
}

.dt-b-list img {
	width: 50px;
}

.dt-b-list h4 {
	font-size: 1.2em;
	line-height: 1;
	font-weight: bold;
	color: #000;
	flex: 1;
	margin-left: 10px;
}

.dt-b-list a {
	border-radius: 20px;
	font-size: 14px;
	color: #32C896;
	border: 1px solid #32C896;
	text-align: center;
	line-height: 1;
	padding: 8px 30px;
	cursor: pointer;
}

.dt-b-list a:hover {
	background: linear-gradient(to right, #0cbfb2, #41d2ae);
	color: #fff;
}


.dt-mask {
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 0 0;
	display: none;
}
.dt-mask img{
	width: 90px;
	margin-bottom: 8px;
}
.dt-mask p{
	font-size: 12px;
	color: #999;
	text-align: center;
    line-height: 1;
}
.dt-mask.on{
	display: flex;
}

/*产品功能样式*/
.gn-con{
	margin-top: 10%;

}
.inApply{
	padding: 10%;
	background: linear-gradient(to right, #0cbfb2, #41d2ae);
}
.inApply-text h3{
	font-size: 1.5em;
	line-height: 1.3;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}


.inApply-text a {
    display: block;
    width: 120px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background: transparent;
	letter-spacing: 1px;
	font-size: 15px;
	margin:  30px auto 0;
	border: 1px solid #fff;
}