html {
	font-size: 5.2083333vw;
}

html,
body,
div,
h1,
h2,
p {
	padding: 0;
	margin: 0;
}


ul,
li {
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none;
}


input,
textarea {
	padding: 0;
	margin: 0;
	border: none;
}

input:focus,
textarea:focus {
	outline: none !important;
}

.banner {
	width: 100%;
	height: 4.45rem;
	position: relative;
}

.banner>img {
	width: 100%;
	height: 100%;
}

.bannerTitle {
	position: absolute;
	top: 0;
	width: calc(100% - 3.54rem);
	padding-left: 3.54rem;
}

.bannerTitle>span {
	display: block;
	width: 0.74rem;
	height: 2px;
	background: rgba(255, 255, 255, 0.8);
	margin-top: 1.5rem;
	margin-left: 0.05rem;
}

.bannerTitle>h2 {
	font-size: 0.46rem;
	font-family: Ping Hei;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
	line-height: 0.86rem;
	margin-top: 0.18rem;
	margin-left: 0.02rem;
}

.bannerTitle>p {
	font-size: 0.28rem;
	font-family: Ping Hei;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.6);
	line-height: 0.28rem;

	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.bannerBottom {
	height: 1.8rem;
	background-color: rgba(255, 255, 255, 1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.advantage {
	display: flex;
	padding: 0 0.55rem;
}

.systemImg {
	width: 0.8rem;
	height: 0.7rem;
}

.hardwareImg {
	width: 0.8rem;
	height: 0.72rem;
}

.productionImg {
	width: 0.8rem;
	height: 0.75rem;
}

.appreciationImg {
	width: 0.72rem;
	height: 0.6rem;
}

.advantageMsg {
	margin-left: 0.2rem;
}

.advantageMsg>h2 {
	font-size: 0.28rem;
	font-family: SimHei;
	font-weight: bold;
	color: rgba(10, 10, 12, 1);
	line-height: 0.4rem;
}

.advantageMsg>p {
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(120, 120, 120, 1);
	line-height: 0.3rem;
	padding-left: 1px;
}


.productContainer {
	width: calc(100% - 3.76rem);
	/* height: 8.2rem; */
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0 1.88rem;
	position: relative;
}

.productContainer>a{
	width: calc(100% / 3);;
}

.vertical {
	position: absolute;
	right: 0;
	bottom: 0.3rem;
	width: 0.02rem;
	height: 2.5rem;
	background-color: rgba(238, 238, 238, 1);
	z-index: 100;
}

.product {
	width: 100%;
    height: 8.2rem;
	position: relative;
}

.productImg {
	height: 5.3rem;
	/* 4.6rem */
	padding: 0 0.34rem 0.1rem;
	display: flex;
	align-items: flex-end;
}

.productImg>img {
	width: 100%;
}

.productInfo {
	width: calc(100% - 0.54rem);
	height: 2.28rem;
	padding: 0 0.2rem 0.52rem 0.54rem;
	position: relative;
}

.product:hover .productInfo{
	background-image: linear-gradient(to right, rgba(20, 29, 83, 0.1), rgba(255, 255, 255, 1));
}

.product:hover h2 {
	color: rgba(2, 180, 181, 1);
}

.productInfo>h2 {
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
	line-height: 0.78rem;
}

.productInfo>p {
	font-size: 0.15rem;
	font-family: Microsoft YaHei;
	font-weight: normal;
	color: rgba(0, 0, 0, 1);
	line-height: 0.25rem;
	margin-right: 0.1rem;
	/* 限制4行 */
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.productInfo>button {
	display: block;
	width: 1.47rem;
	height: 0.36rem;
	border: 1px solid rgba(2, 180, 181, 1);

	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(2, 180, 181, 1);
	line-height: 0.36rem;
	text-align: center;

	position: absolute;
	left: 0.54rem;
	bottom: 0.52rem
}

.advisory {
	position: fixed;
	top: 25vh;
	right: 0.5rem;
	z-index: 1000;
}

.panel1,
.panel2 {
	width: 0.86rem;
	background-color: rgba(18, 191, 189, 1);
	border-radius: 0.1rem;
}

.panel1 {
	height: 2.24rem;
	position: relative;
}

.panel1:after {
	content: "";
	width: 0.66rem;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 0 0.1rem;

	position: absolute;
	top: calc(50% - 0.5px);
}

.panel2 {
	height: 0.98rem;
	margin-top: 0.17rem;
}

.panel2:hover {
	background-color: rgba(3, 166, 167, 1);
}

.pop-up-QRcode {
	position: absolute;
	bottom: -0.13rem;
	right: 0.96rem;
	overflow: hidden;
}

.pop-up-QRcode>img {
	width: 100%;
	height: 100%;

	position: absolute;
	right: -100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.panel2:hover .pop-up-QRcode {
	width: 3.4rem;
	height: 3.58rem;
}

.panel2:hover .pop-up-QRcode>img {
	transform: translateX(-100%);
}

.fixed-message,
.fixed-phone {
	position: relative;
}

.fixed-message p,
.fixed-phone p {
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	line-height: 0.42rem;
	cursor: default;
}

.pop-up-phone {
	position: absolute;
	bottom: calc(50% - 1.83rem);
	right: 0.96rem;
	overflow: hidden;
}

.pop-up-phone-info {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.phone-info {
	height: 0.87rem;
	padding-top: 0.45rem;
	padding-left: 0.95rem;
}

.phone-info>img {
	position: absolute;
	top: 0.45rem;
	left: 0.44rem;
	width: 0.28rem;
	height: 0.28rem;
}

.phone-info>h2,
.wx-info>h2 {
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(68, 68, 68, 1);
	line-height: 0.2rem;
}

.wx-info>h2 {
	margin-left: 0.04rem;
	line-height: 0.22rem;
}


.phone-info>p {
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(18, 191, 189, 1);
	line-height: 0.26rem;
	margin-top: 0.18rem;
}

.wx-info {
	height: 2.26rem;
	padding-left: 0.91rem;
	position: relative;
}

.wx-info>img {
	width: 1.54rem;
	height: 1.54rem;
	margin-top: 0.12rem;
}

.wxicon {
	position: absolute;
	top: 0;
	left: 0.42rem;
}

.wxicon>img {
	display: block;
	width: 0.33rem;
	height: 0.27rem;
}

.pop-up-phone>.phonePannel {
	width: 100%;
	height: 100%;

	position: absolute;
	right: -100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.phonePannel>img {
	display: block;
	width: 100%;
	height: 100%;
}

.fixed-phone:hover .pop-up-phone {
	width: 3.4rem;
	height: 3.58rem;
}

.fixed-phone:hover .pop-up-phone>.phonePannel {
	transform: translateX(-100%);
}

.fixed-datum p {
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	line-height: 0.42rem;
	cursor: default;
}

.fixed-message,
.fixed-phone,
.fixed-datum {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.fixed-message,
.fixed-phone {
	width: 100%;
	height: 50%;
}

.fixed-message:hover,
.fixed-phone:hover {
	background-color: rgba(3, 166, 167, 1);
	border-radius: 0.1rem;
}

.fixed-datum {
	width: 100%;
	height: 100%;
}

.fixed-message>img {
	width: 0.38rem;
	height: 0.38rem;
}

.fixed-phone>img {
	width: 0.36rem;
	height: 0.37rem;
}

.fixed-datum>img {
	width: 0.36rem;
	height: 0.4rem;
}



.swiper_1.swiper-container-horizontal>.swiper-pagination-bullets {
	left: 0;
	width: 100%;
	bottom: 1.1;
	display: block;
	line-height: 18px;
}

.swiper_1 .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.5;
	margin: 0;
	width: 13px;
	height: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.swiper_1 .swiper-pagination-bullet-active {
	width: 35px;
	background: #12bdc3;
	opacity: 1
}

.swiper_1.swiper_s.swiper-container-horizontal>.swiper-pagination-bullets {
	right: 50%;
	margin-right: -655px;
	left: auto;
	width: auto;
	display: inline-block;
}

.swiper_spe .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.5;
	margin: 0 3.2px;
	width: 10px;
	height: 10px;
}

.swiper_spe .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1
}

@media screen and (max-width: 1355px) {
	.swiper_1.swiper_s.swiper-container-horizontal>.swiper-pagination-bullets {
		right: 12.8px;
		margin-right: auto;
		left: auto;
		width: auto;
		display: inline-block;
	}
}
