#scrollUl {
	position: relative;
}

.banner {
	width: 100%;
}

.banner .mySwiper {
	position: relative;
}

.banner .mySwiper img {
	width: 100%;
	height: 5.04rem;
	cursor: pointer;
}

.banner span.swiper-pagination-bullet {
	width: 0.15rem;
	height: 0.15rem;
	background: #FFFFFF;
	opacity: 0.5;
	border-radius: 50%;
	transition: 0.2s;
}

.banner span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 0.34rem;
	height: 0.15rem;
	background: #FFFFFF;
	opacity: 1;
	border-radius: 8px;
}

/* navbar */
.navbar {
	width: 100%;
	height: 1.18rem;
	background: #FFFFFF;
	box-shadow: 0px 11px 10px 0px rgba(0, 0, 0, 0.06);
	display: flex;
	align-items: center;
	/* margin-bottom: 11px; */
	position: sticky;
	top: -1px;
	z-index: 1;
	left: 0;
}

.navbar .list {
	display: flex;
}

.navbar .list .item {
	width: 33.33%;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.navbar .list .item::after {
	content: "";
	width: 1px;
	height: 0.25rem;
	background: #888888;
	position: absolute;
	right: 0;
}

.navbar .list .item img {
	/* width: .35rem; */
	height: 0.4rem;
}

.navbar .list .item .img1 {
	display: block;
}

.navbar .list .item .img2 {
	display: none;
}

.navbar .list .item span {
	font-size: 0.26rem;
	color: #000000;
	padding-left: 0.22rem;
	transition: 0.2s;
}

.navbar .list .item.act .img1 {
	display: none;
}

.navbar .list .item.act .img2 {
	display: block;
}

.navbar .list .item.act span {
	color: #0077BB;
}

/* .navbar .list .item:hover .img1{display: none;}
.navbar .list .item:hover .img2{display: block;}
.navbar .list .item:hover span{
	color: #0077BB;
} */
.navbar .list .item:nth-of-type(1) {
	padding-left: 0.6rem;
}

.navbar .list .item:nth-of-type(2) {
	justify-content: center;
}

.navbar .list .item:nth-of-type(3) {
	padding-right: 0.6rem;
	justify-content: flex-end;
}

.navbar .list .item:nth-of-type(3)::after {
	content: none;
}

/* .public-tit */
.public-tit {
	width: 100%;
	text-align: center;
	background-image: url(../image/title.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	/* margin: 1rem 0 .8rem; */
}

.public-tit span {
	width: 100%;
	text-align: center;
	font-size: 0.32rem;
	font-weight: bold;
	color: #000000;
}

/* product */
.product {
	width: 100%;
	padding: 0.8rem 0 0.4rem;
	background: #F6F8F9;
}

.product .public-tit {
	margin-bottom: 0.6rem;
}

.product .list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.product .list .item {
	background: none !important;
	margin-bottom: 0.43rem !important;
}

.product .list .item .itemBottomArea {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.0773rem;
	height: 0.8rem;
}

.product .list .item .itemBottomArea .itemBottomAreaLeft {
	font-size: 0.2589rem;
	line-height: 0.3016rem;
	color: #333333;
	width: 0%;
	flex: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.product .list .item .itemBottomArea .itemBottomAreaRight {
	width: 1.42rem;
	height: 0.33rem;
	border-radius: 0.2rem;
	overflow: hidden;
	margin-left: 0.34rem;
}

.product .list .item .itemBottomArea .itemBottomAreaRight img {
	width: 100%;
	height: 100%;
}

div#active {
	position: absolute;
	top: 95%;
}

.product .list .item {
	width: calc(50% - 0.15rem);
	margin-right: 0.3rem;
	margin-bottom: 0.3rem;
	/* padding-bottom: .28rem; */
	background: #FFFFFF;
	/* box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.13); */
	display: none;
}

.product .list .item:nth-of-type(-n + 8) {
	display: block;
}

.product .list .item:nth-of-type(2n) {
	margin-right: 0;
}

.product .list .item .img {
	width: 100%;
	/* max-height: 4.38rem; */
}

.product .list .item .img1 {
	width: 100%;
	height: 2.5rem;
	margin-bottom: 0.2rem;
}

.product .list .item .img2 {
	margin: 0 0 0.2rem 0.11rem;
	width: 1rem;
	max-height: 0.74rem;
}

.product .list .item span {
	font-size: 0.18rem;
	height: 0.2rem;
	line-height: 0.2rem;
	color: #000000;
	font-weight: bold;
	padding: 0 0.2rem 0 0.14rem;
	width: calc(100% - 1.2rem);
	display: block;
	border-right: #9EA7AF solid 2px;
}

.product .list .item .box1 .btn {
	display: none;
}

.product .list .item .box2 .btn {
	display: block;
}

.product .list .item .btn {
	width: 1.1rem;
	color: #0077BB;
	font-size: 0.16rem;
	text-align: center;
	margin-right: 0.14rem;
	position: relative;
}

.product .list .item .btn::after {
	content: "";
	position: absolute;
	right: 0rem;
	top: 0.065rem;
	width: 0.08rem;
	height: 0.08rem;
	border-top: 0.03rem #0077BB solid;
	border-right: 0.03rem #0077BB solid;
	transform: rotate(45deg);
}

/* active */
.active {
	width: 100%;
	padding: 0.8rem 0 0.4rem;
}

.active .public-tit {
	margin-bottom: 0.6rem;
}

.active .tit {
	font-size: 0.24rem;
	font-weight: bold;
	color: #000000;
	border-left: #0077BB 0.06rem solid;
	margin-bottom: 0.25rem;
	padding-left: 0.15rem;
}

.active .text {
	font-size: 0.2rem;
	color: #000000;
	/* line-height: .26rem; */
	line-height: 1.8;
	margin-bottom: 0.45rem;
}

.active .text span,
.active .text p,
.active .text strong,
.active .text ul,
.active .text li,
.active .text a {
	font-size: 0.2rem;
	color: #000000;
	/* line-height: .26rem; */
	line-height: 1.8;
}

.active .text img {
	max-width: 100%;
}

/* about */
.about {
	width: 100%;
	padding: 0.8rem 0 0.8rem;
	background: #F6F8F9;
}

.about .public-tit {
	margin-bottom: 0.6rem;
}

.about .tit {
	font-size: 0.26rem;
	font-weight: bold;
	color: #0077BB;
	margin-bottom: 0.3rem;
}

.about .text {
	font-size: 0.2rem;
	color: #000000;
	/* line-height: .26rem; */
	line-height: 1.8;
}

.about .list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0.22rem 0 0.39rem;
}

.about .list .item {
	width: 2.22rem;
	/* height: 1.31rem; */
	height: 2.6rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.about .list .item .num {
	font-size: 0.26rem;
	color: #000000;
	line-height: 0.26rem;
	/* margin-bottom: .2rem; */
}

.about .list .item .desc {
	font-size: 0.2rem;
	color: #999;
	line-height: 0.26rem;
	/* margin-bottom: .2rem; */
	margin: 0.08rem 0;
}

.about .list .item img {
	/* width: .39rem; */
	/* height: 0.31rem; */
	/* margin-bottom: 0.17rem; */
	height: 1.2rem;
}

.about .list .item b {
	font-size: 0.47rem;
	color: #119988;
}

/* information */
.information {
	width: 100%;
	padding: 0.2rem 0 0.6rem;
	background-color: #F6F8F9;
}

.information .tit {
	font-size: 0.26rem;
	font-weight: bold;
	color: #0077BB;
	margin-bottom: 0.52rem;
}

.information .item {
	width: 100%;
	padding-bottom: 0.45rem;
	margin-bottom: 0.45rem;
	border-bottom: 0.02rem solid #C7CDD1;
}

.information .item:nth-last-of-type(1) {
	margin-bottom: 0;
	border-bottom: none;
}

.information .item .line {
	width: 1rem;
	height: 4px;
	background: #119988;
	margin-bottom: 0.28rem;
}

.information .item .text {
	font-size: 0.2rem;
	color: #000000;
	font-weight: 300;
	letter-spacing: 0.6px;
	/* line-height: .3rem; */
	line-height: 1.8;
	margin-bottom: 0.3rem;
	text-align: justify;
}

.information .item .name {
	width: 100%;
	text-align: right;
	font-size: 0.2rem;
	font-weight: 300;
	color: #888888;
}

/* float */
.float {
	position: fixed;
	right: 0;
	top: 70%;
	z-index: 1;
	width: 0.8rem;
	height: 0.8rem;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}

.float img {
	width: 100%;
}

/* popup */
.popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-items: center;
	justify-content: center;
}

.popup .wrap {
	position: relative;
	width: 9.35rem;
	max-height: 100vh;
	overflow: auto;
	padding: 0.55rem 1.35rem 0.4rem;
	background: #FFFFFF;
	box-shadow: 0px 6px 81px 0px rgba(0, 0, 0, 0.2);
	/* opacity: 0; */
	transition: 0.2s;
}

.popup .close {
	position: absolute;
	top: 0.25rem;
	right: 0.3rem;
	width: 0.2rem;
	height: 0.2rem;
	cursor: pointer;
}

.popup .tit {
	width: 100%;
	font-size: 0.3rem;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-bottom: 0.1rem;
}

.popup .tit b {
	font-size: 0.3rem;
	font-weight: 800;
	color: #EE7700;
}

.popup .sub {
	width: 100%;
	text-align: center;
	font-size: 0.16rem;
	color: #000000;
	margin-bottom: 0.4rem;
}

.popup .text {
	font-size: 0.14rem;
	color: #888888;
}

.popup .form .item {
	margin-top: 0.12rem;
}

.popup .form .item .box {
	width: 100%;
	margin-bottom: 0.1rem;
}

.popup .form .item .box .label {
	font-size: 0.18rem;
	color: #000000;
}

.popup .form .item .box .tip {
	color: #c24040;
	font-size: 0.14rem;
	opacity: 0;
	transition: 0.2s;
}

.popup .form .item.act .box .tip {
	opacity: 1;
}

.popup .form .item input {
	width: 100%;
	height: 0.51rem;
	line-height: 0.51rem;
	background: #FFFFFF;
	border: 1px solid #9EA7AF;
	color: #333;
	font-size: 0.16rem;
	padding: 0 0.2rem;
}

.popup .form .item .select {
	width: 100%;
	height: 0.51rem;
	line-height: 0.51rem;
	background: #FFFFFF;
	border: 1px solid #9EA7AF;
	color: #333;
	font-size: 0.16rem;
	padding: 0 0.2rem;
	position: relative;
	cursor: pointer;
}

.popup .form .item .select::after {
	content: "";
	position: absolute;
	right: 0.18rem;
	top: 0.2rem;
	width: 0.07rem;
	height: 0.07rem;
	border-top: 2px #000 solid;
	border-right: 2px #000 solid;
	transform: rotate(135deg);
	transition: 0.3s;
}

.popup .form .item .select-act.select::after {
	transform: rotate(315deg);
}

.popup .form .item ul {
	width: 100%;
	height: 0;
	overflow: hidden;
	background: #F6F8F9;
	padding: 0;
	margin-top: 0.02rem;
	transition: 0.2s;
	opacity: 0;
}

.popup .form .item ul.select-ul {
	height: 1.5rem;
	opacity: 1;
	overflow: auto;
	/* padding: .2rem .2rem 0; */
	padding: 0.2rem 0.2rem 0;
	border: 1px #cdcdcd solid;
	margin: 0;
	border-top: none;
}

.popup .form .item ul.select-ul::-webkit-scrollbar {
	width: 0.09rem;
	display: block;
}

.popup .form .item ul.select-ul::-webkit-scrollbar-thumb {
	border-radius: 0.3rem;
	background-color: #0077BB;
}

.popup .form .item ul.select-ul::-webkit-scrollbar-track {
	border-radius: 0.3rem;
	background-color: #F6F8F9;
	border: 1px solid #cdcdcd;
}

.popup .form .item ul li {
	display: flex;
	align-items: center;
	margin-bottom: 0.2rem;
	cursor: pointer;
	width: 100%;
}

.popup .form .item ul li img {
	width: 0.14rem;
	height: 0.14rem;
}

.popup .form .item ul li span {
	font-size: 0.16rem;
	color: #888888;
	padding-left: 0.1rem;
	display: block;
	width: calc(100% - 20px);
}

.popup .form .item ul li .img1 {
	display: block;
}

.popup .form .item ul li .img2 {
	display: none;
}

.popup .submit {
	width: 3.61rem;
	height: 0.46rem;
	background: #0077BB;
	font-size: 0.16rem;
	color: #FFFFFF;
	margin: 0.3rem auto 0;
	cursor: pointer;
}

.popup .form .item ul li.check .img1 {
	display: none;
}

.popup .form .item ul li.check .img2 {
	display: block;
}

.popup .succeed {
	position: relative;
	width: 5.4rem;
	height: 1.51rem;
	background: #FFFFFF;
	box-shadow: 0px 10px 18px 2px rgba(0, 0, 0, 0.1);
	display: none;
	transition: 0.2s;
	/* display: flex; */
	align-items: center;
	justify-content: center;
}

.popup .box {
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 0.18rem;
}

.popup .form-mob {
	display: none !important;
}

.bottom {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.w1200 {
		width: 100%;
	}

	.banner .mySwiper img {
		height: 5.76rem;
		/* height: 2.75rem; */
		-o-object-fit: cover;
		object-fit: cover;
	}

	.navbar .list .item span {
		font-size: 0.36rem;
	}

	.navbar .list .item:nth-of-type(1),
	.navbar .list .item:nth-of-type(3) {
		padding-left: 0rem;
		padding-right: 0;
		justify-content: center;
	}

	.navbar .list .item img {
		width: 0.38rem;
	}

	.public-tit {
		height: 0.44rem;
	}

	.public-tit span {
		margin-top: -0.34rem;
		display: block;
		font-size: 0.4rem;
	}

	.product {
		padding-top: 0.9rem;
		padding-bottom: 0.2rem;
	}

	.product .public-tit {
		margin-bottom: 0.6rem;
	}

	.product .list {
		padding: 0 0.3rem;
	}

	.product .list .item span {
		width: calc(100% - 1.7rem);
		font-size: 0.34rem;
		height: auto;
		line-height: inherit;
	}

	.product .list .item .img2 {
		width: 1.6rem;
		margin: 0 0 0.1rem 0.11rem;
	}

	.product .list .item .box1 .btn {
		display: block;
		/* border-left: #9EA7AF solid 2px; */
	}

	.product .list .item .box2 .btn {
		display: none;
	}

	.product .list .item .box2 span {
		width: 100%;
		border: none;
	}

	.product .list .item .btn {
		width: 2.1rem;
		height: 0.4rem;
		line-height: 0.4rem;
		font-size: 0.3rem;
	}

	.product .list .item .btn::after {
		content: "";
		position: absolute;
		right: 0.1rem;
		top: 0.12rem;
		width: 0.16rem;
		height: 0.16rem;
		border-top: 0.03rem #0077BB solid;
		border-right: 0.03rem #0077BB solid;
		transform: rotate(45deg);
	}

	.product .list .item {
		width: calc(50% - 0.1rem);
		margin-right: 0.2rem;
		margin-bottom: 0.3rem;
		display: none;
	}

	.product .list .item:nth-of-type(-n + 8) {
		display: block;
	}

	.product .list .item:nth-of-type(9) {
		display: none;
	}

	.product .list .item .img1 {
		height: 3rem;
	}

	.product .list .item:nth-of-type(3n) {
		margin-right: 0.2rem;
	}

	.product .list .item:nth-of-type(2n) {
		margin-right: 0;
	}

	.active {
		padding-bottom: 0.2rem;
	}

	.active .info,
	.about .info {
		padding: 0 0.3rem;
		overflow: hidden;
	}

	.active .tit {
		margin-bottom: 0.5rem;
		font-size: 0.38rem;
	}

	.active .text span,
	.active .text p,
	.active .text strong,
	.active .text ul,
	.active .text li,
	.active .text a {
		font-size: 0.36rem;
		color: #000000;
		/* line-height: .48rem; */
		line-height: 1.8;
		text-align: justify;
		text-align-last: left;
		letter-spacing: .02rem;
	}

	.active .text {
		font-size: 0.36rem;
		font-weight: 300;
		color: #000000;
		/* line-height: .48rem; */
		line-height: 1.8;
		text-align: justify;
		text-align-last: left;
		letter-spacing: .02rem;
	}

	.about .public-tit,
	.active .public-tit {
		margin-bottom: 0.6rem;
	}

	.about {
		padding-bottom: 0;
	}

	.about .tit,
	.information .tit {
		font-size: 0.36rem;
		margin-bottom: 0.4rem;
		text-align: justify;
		text-align-last: left;
		letter-spacing: .02rem;
	}

	.about .text {
		font-size: 0.36rem;
		font-weight: 300;
		color: #000000;
		/* line-height: .48rem; */
		line-height: 1.8;
		text-align: justify;
		text-align-last: left;
		letter-spacing: .02rem;
	}

	.information {
		padding: 0.6rem 0.3rem 1.6rem;
	}

	.information .item .line {
		margin-bottom: 0.39rem;
	}

	.information .item .text {
		font-size: 0.36rem;
		font-weight: 300;
		color: #000000;
		/* line-height: .48rem; */
		line-height: 1.8;
		margin-bottom: 0.48rem;
		text-align-last: left;
		letter-spacing: .02rem;
	}

	.information .item .name {
		font-size: 0.34rem;
		font-weight: 300;
		color: #888888;
	}

	.bottom {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1.1rem;
		background: #0077BB;
		box-shadow: 0px -9px 13px 0px rgba(0, 0, 0, 0.13);
		font-size: 0.36rem;
		font-weight: 500;
		color: #FFFFFF;
		margin-top: 0.4rem;
	}

	.float {
		width: 1.1rem;
		height: 1.1rem;
		top: 70%;
	}

	.popup {
		padding: 0 0.6rem;
	}

	.popup .wrap {
		width: 100%;
		padding: 0.55rem 0.4rem 0.4rem;
	}

	.popup .tit,
	.popup .tit b {
		font-size: 0.36rem;
		font-weight: bold;
	}

	.popup .sub {
		width: 88%;
		font-size: 0.32rem;
		margin: 0 auto 0.4rem;
	}

	.popup .text {
		font-size: 0.3rem;
		margin-bottom: 0.3rem;
	}

	.popup .submit {
		width: 2.19rem;
		height: 0.75rem;
		font-size: 0.34rem;
	}

	.popup .form .item ul li span {
		font-size: 0.32rem;
	}

	.popup .form .item ul li img {
		width: 0.32rem;
		height: 0.32rem;
	}

	.popup .form {
		display: none;
	}

	.popup .form-mob {
		display: block !important;
	}

	.popup .form-mob .item .box {
		width: 100%;
		height: 0.86rem;
		padding: 0 0.2rem;
		border: 1px solid #9EA7AF;
		margin-bottom: 0;
	}

	.popup .form-mob .item span {
		font-size: 0.34rem;
		color: #000000;
		width: 1.4rem;
		display: block;
		text-align: left;
	}

	.popup .form-mob .item input {
		border: none;
		width: calc(100% - 1.4rem);
		text-align: right;
		font-size: 0.34rem;
	}

	.popup .form-mob .item .tip {
		color: #c24040;
		font-size: 0.26rem;
		width: 100%;
		text-align: right;
		margin: 0.05rem 0;
		opacity: 0;
	}

	.popup .form-mob .item.act .tip {
		opacity: 1;
	}

	.popup .form .item .select {
		border: none;
		width: calc(100% - 1.4rem);
		text-align: right;
		padding-right: 0.4rem;
		font-size: 0.34rem;
	}

	.popup .wrap {
		overflow: inherit;
	}

	.popup .form .item {
		margin-top: 0;
	}

	.popup .close {
		width: 0.32rem;
		height: 0.32rem;
		top: 0.3rem;
	}

	.popup .form .item .select::after {
		width: 0.08rem;
		height: 0.08rem;
	}

	.popup .form-mob .item.form-intention {
		position: relative;
	}

	.popup .form-mob .item.form-intention ul {
		position: absolute;
		top: 0.86rem;
		/* z-index: -1; */
		display: none;
		height: 3rem;
		padding: 0.2rem 0.2rem 0;
	}

	.popup .form-mob .item.form-intention ul li {
		margin-bottom: 0.3rem;
	}

	.popup .succeed {
		width: 100%;
		height: 3.6rem;
		background: #FFFFFF;
		box-shadow: 0px 0px 79px 0px rgba(0, 0, 0, 0.2);
	}

	.popup .box {
		font-size: 0.34rem;
	}

	.about .list {
		flex-wrap: wrap;
	}

	.about .list .item {
		/* height: 1.7rem; */
		height: 3.2rem;
		/* width: calc(33.33% - 0.21rem); */
		width: calc(50% - 0.21rem);
		margin-right: 0.21rem;
		margin-bottom: 0.2rem;
	}

	.about .list .item .num {
		margin-bottom: 0.2rem;
	}

	/* .about .list .item:nth-of-type(3) {
    margin-right: 0;
  } */
	/* .about .list .item:nth-of-type(4),
  .about .list .item:nth-of-type(5) {
    width: calc(50% - 0.13rem);
    margin-right: 0.26rem;
    margin-bottom: 0;
  } */
	.about .list .item:nth-of-type(5) {
		margin-right: 0;
	}

	.about .list .item .num {
		font-size: 0.42rem;
	}

	.about .list .item .desc {
		font-size: 0.32rem;
		margin: 0.24rem 0;
	}

	.about .list .item img {
		height: 1rem;
	}

	.about .list .item b {
		font-size: 0.4rem;
	}
}

/*# sourceMappingURL=index.css.map */