.products-banner {
	max-width: 1920px;
	margin: 0 auto;
	min-width: 1000px;
	background: url("../images/products-banner.png") center top no-repeat;
	height: 480px;
	position: relative;
}

.products-banner::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, 0.5);
}

.products-banner .t1 {
	padding-top: 186px;
	font-size: 48px;
	color: #fff;
	text-align: center;
	position: relative;
}

.products-banner .t2 {
	padding-top: 36px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	position: relative;
}

.products-cate-tit {
	text-align: center;
	font-size: 16px;
	padding: 30px 0;
}

.products-category {
	/* text-align: center; */
	padding: 44px 0 54px 0;
	/* white-space: nowrap;
	overflow: auto; */
}

.products-category .cate-btn {
	padding: 0px 45px;
	display: inline-block;
	border-radius: 24px;
	line-height: 48px;
	font-size: 18px;
	cursor: pointer;
}

.products-category .cate-btn.cur {
	background: -webkit-gradient(linear, left top, right top, from(#A3BDED), to(#6991C7));
	background: linear-gradient(90deg, #A3BDED, #6991C7);
	color: #fff;
}

.products-category .cate-btn:hover {
	color: #008DE9;
}

.products-list {
	font-size: 0;
	line-height: 0;
}

.products-list>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.products-list>ul>li {
	display: flex;
	flex-shrink: 0;
	padding-bottom: 20px;
	text-align: center;
	width: 33.3333%;
	justify-content: center;
}

.products-list>ul>li:nth-last-child(1) {
	margin-right: auto;
}

/* .products-list > ul > li:nth-child(2), .products-list > ul > li:nth-child(5), .products-list > ul > li:nth-child(8), .products-list > ul > li:nth-child(11) { padding: 0 20px 20px 20px; } */

.products-list .box {
	width: 413px;
	background-color: #F6F6F6;
	border-radius: 5px;
	position: relative;
	min-height: 304px;
	cursor: pointer;
}

.products-list .box .img {
	width: 100%;
	height: 240px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}

.products-list .box .img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.products-list .box .tit {
	font-size: 16px;
	line-height: 64px;
	padding-left: 20px;
	padding-right: 40px;
	cursor: pointer;
	text-align: left;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.products-list .box .tit::after {
	position: absolute;
	right: 20px;
	top: 16px;
	content: "";
	width: 20px;
	height: 20px;
	background: url("../images/icon-arrow-cb.png") center center no-repeat;
}

.products-list .box .tit:hover {
	color: #008DE9;
}

.products-list .box:hover {
	color: #008DE9;
}

.products-list .box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.case-recommend {
	padding-bottom: 116px;
}

.case-recommend .title {
	font-size: 26px;
	padding-bottom: 20px;
	border-bottom: 1px #E9E9E9 solid;
}

.case-recommend .rec-list {
	padding-top: 35px;
	display: flex;
	justify-content: space-evenly;
}

.case-recommend .rec-list .box {
	flex-shrink: 0;
	width: 415px;
	height: 533px;
	-webkit-box-shadow: 0px 11px 46px 0px rgba(228, 234, 237, 0.52);
	box-shadow: 0px 11px 46px 0px rgba(228, 234, 237, 0.52);
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.case-recommend .rec-list .box .img {
	display: block;
	height: 243px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.case-recommend .rec-list .box img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.case-recommend .rec-list .box .tit {
	font-size: 20px;
	font-weight: bold;
	padding: 40px 30px 20px 30px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case-recommend .rec-list .box .tit:hover {
	color: #008DE9;
}

.case-recommend .rec-list .box .intro {
	font-size: 16px;
	line-height: 30px;
	color: #999;
	padding: 0 30px;
	height: 90px;
	margin-bottom: 30px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.case-recommend .rec-list .box .view-more {
	margin-left: 30px;
	position: relative;
	padding-right: 36px;
	line-height: 20px;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
}

.case-recommend .rec-list .box .view-more::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width: 20px;
	height: 20px;
	background: url("../images/icon-arrow-cb.png") center center no-repeat;
}

.case-recommend .rec-list .box .view-more:hover {
	color: #008DE9;
}

.case-recommend .rec-list .box:nth-child(2) {
	margin: 0 12px;
}

.case-recommend .rec-list .box:hover {
	color: #008DE9;
}

.case-recommend .rec-list .box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.recommend-list .title {
	font-size: 26px;
	padding-bottom: 20px;
	border-bottom: 1px #E9E9E9 solid;
}

.recommend-list .products-list {
	padding-top: 35px;
}

.phone .products-banner {
	height: 282px;
	background-size: auto 100%;
}

.phone .products-banner .t1 {
	padding-top: 86px;
}

.phone .products-banner .t2 {
	padding-top: 36px;
	line-height: 1.5;
}

.phone .products-list {
	text-align: left;
}

.phone .products-list .box {
	width: 215px;
	text-align: center;
	min-height: auto;
}

.phone .products-list .box .img {
	width: 100%;
	height: auto;
}

.phone .products-list .box .img img {
	width: 100%;
	height: 100%;
}

.phone .case-recommend {
	margin: 0 -15px;
}

.phone .case-recommend .box {
	width: 230px;
	overflow: hidden;
}

.phone .case-recommend .box .img {
	height: auto;
}

.phone .case-recommend .box .title {
	line-height: 1.5;
	padding-right: 30px;
}

.phone .case-recommend .box .intro {
	height: 185px;
}

.phone .case-recommend .box img {
	width: 100%;
}

.phone .case-recommend .box:nth-child(2) {
	margin: 0 15pxpx;
}

.phone .rlPopup .img-list-wrap {
	width: 700px;
	position: absolute;
	left: calc(50% - 350px);
}

.phone .rlPopup .img-list-wrap img {
	max-width: 700px;
	max-height: 525px;
}

.phone .rlPopup .thumb-wrap {
	text-align: center;
	width: 100%;
}

.phone .rlPopup .thumb-wrap>ul {
	display: inline-block;
}

.phone .rlPopup .thumb-wrap li {
	display: inline-block;
	vertical-align: top;
}

.phone .rlPopup .prev {
	left: 40px;
}

.phone .rlPopup .next {
	left: auto;
	right: 40px;
}

.phone .product-info .pro-img .pro-slider {
	width: 710px;
	height: 690px
}

.phone .product-conn .pro-info {
	padding-left: 0;
}

/* .product-banner { background: url("../images/product-banner.png") center top no-repeat; height: 480px; position: relative; } */
.product-banner {
	height: 480px;
	position: relative;
	background-size: 100% 100%;
	min-width: 1000px;
}

.product-banner .btn-tag {
	margin-top: 107px;
	display: inline-block;
	background: linear-gradient(269deg, #A3BDED, #6991C7);
	border-radius: 7px;
	padding: 0 20px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}

.product-banner .t1 {
	padding-top: 30px;
	font-size: 48px;
}

.product-banner .t2 {
	font-size: 24px;
	line-height: 42px;
	padding-top: 70px;
	width:55%;
}

.product-conn .settabs {
	padding: 20px 0 50px 0;
}

.product-conn .settabs>ul>li {
	display: inline-block;
	vertical-align: top;
	padding-right: 60px;
}

.product-conn .settabs>ul>li span {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	cursor: pointer;
	padding-bottom: 3px;
}

.product-conn .settabs>ul>li span:hover {
	color: #008DE9;
}

.product-conn .settabs>ul>li.cur span {
	color: #008DE9;
	position: relative;
}

.product-conn .settabs>ul>li.cur span::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	height: 3px;
	background-color: #008DE9;
}

.m-settabs>ul>li.cur span {
	color: #008DE9;
	position: relative;
	width: 100%;
	height: 98%;
	display: inline-block;
}

.product-conn .pro-img {
	display: inline-block;
	vertical-align: top;
}

.product-conn .pro-info {
	display: inline-block;
	vertical-align: top;
	width: 570px;
	padding-left: 50px;
}

.product-conn .pro-info .tit {
	font-size: 24px;
	padding: 12px 0 25px 0;
}

.product-conn .pro-info .intro {
	font-size: 14px;
	line-height: 24px;
}

.product-conn .pro-info .info-list {
	padding-top: 30px;
}

.product-conn .pro-info .box {
	position: relative;
	border-bottom: 1px #E9E9E9 solid;
	padding: 20px 0 15px 70px;
	min-height: 92px;
}

.product-conn .pro-info .box .img {
	position: absolute;
	top: 20px;
	left: 0;
	width: 46px;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-conn .pro-info .box h4 {
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: bold;
}

.product-conn .pro-info .box p {
	font-size: 14px;
	color: #666;
	line-height: 18px;
}

.norms-column {
	padding-top: 70px;
}

.norms-column .title {
	font-size: 26px;
	padding-bottom: 20px;
	border-bottom: 1px #E9E9E9 solid;
}

.norms-column .norms-list {
	margin-bottom: 40px;
}

.norms-column .norms-list>dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.norms-column .norms-list>dl>dt {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	width: 285px;
	line-height: 60px;
	padding-left: 30px;
	font-weight: bold;
}

.norms-column .norms-list>dl>dd {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	width: calc(100% - 285px);
	font-size: 16px;
	line-height: 22px;
	min-height: 60px;
}

.norms-column .norms-list>dl:nth-child(even) {
	background-color: #F6F6F6;
}

.norms-column .view-more {
	text-align: center;
	padding: 0px 0 70px 0;
}

.norms-column .view-more span {
	width: 220px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	border: 2px #333 solid;
	font-size: 18px;
	cursor: pointer;
}

.norms-column .view-more span:hover {
	color: #008DE9;
	border-color: #008DE9;
}

.pro-support {
	background: url("../images/product-detail-support-bg.png") center top no-repeat;
	height: 237px;
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}

.pro-support .tit {
	padding: 52px 0 44px 0;
	font-size: 26px;
	color: #fff;
}

.pro-support .btn-view {
	width: 220px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	border: 2px #fff solid;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

.pro-slider {
	position: relative;
	width: 690px;
	height: 690px;
	background-color: #F6F6F6;
	display: inline-block;
	vertical-align: top;
}

.pro-slider .handle-btn {
	position: absolute;
	top: 205px;
	width: 50px;
	height: 50px;
	background: #D1D1D1 url("../images/icon-arrow-w.png") center center no-repeat;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	z-index: 1;
}

.pro-slider .prev {
	left: 5%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pro-slider .next {
	right: 5%;
}

.pro-slider .img-list-wrap {
	width: 100%;
	height: 470px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pro-slider .img-list-wrap img {
	display: block;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	max-width: 100%;
	max-height: 470px;
}

.pro-slider .thumb-wrap {
	position: absolute;
	bottom: 60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70%;
	display: flex;
	justify-content: space-around
}

.pro-slider .thumb-wrap li {
	float: left;
	width: 65px;
	height: 65px;
	border: solid 1px #D3D3D3;
	position: relative;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 10px;
}
#m .pro-slider .thumb-wrap li {
	float: left;
	width: 11vw;
	height: 11vw;
	border: solid 1px #D3D3D3;
	position: relative;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 10px;
}
.pro-slider .thumb-wrap li:last-child {
	margin-right: 0;
}

.pro-slider .thumb-wrap li img {
	max-width: 57px;
	max-height: 42px;
	display: block;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pro-slider .thumb-wrap .active {
	border-color: #333!important;
}

.pro-slider .view-zoom {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	background: url("../images/icon-zoom.png") center center no-repeat;
	cursor: pointer;
}

.rlPopup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9;
	display: none;
}

.rlPopup.show {
	display: block;
}

.rlPopup .close-big-img {
	position: absolute;
	top: 20px;
	right: 2%;
	z-index: 9;
	background: url("../images/icon-close.png") no-repeat;
	width: 30px;
	height: 30px;
}

.rlPopup .handle-btn {
	position: absolute;
	top: calc(50% - 50px);
	width: 92px;
	height: 92px;
	background: #D1D1D1 url("../images/icon-arrow-b.png") center center no-repeat;
	background-size: 17px 26px;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	z-index: 1;
}

.rlPopup .prev {
	left: calc(50% - 350px - 92px - 30px);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rlPopup .next {
	left: calc(50% + 350px + 30px);
}

.rlPopup .img-list-wrap {
	width: 700px;
	height: 525px;
	position: absolute;
	left: calc(50% - 350px);
	top: calc(50% - 262px);
	background-color: #F6F6F6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rlPopup .img-list-wrap .close-big-img {
	position: absolute;
	top: -50px;
	right: 0;
	z-index: 1000;
	background: url("../images/icon-close.png") no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.rlPopup .img-list-wrap img {
	display: block;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	max-width: 700px;
	max-height: 525px;
}

.rlPopup .thumb-wrap {
	position: absolute;
	bottom: 5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.rlPopup .thumb-wrap li {
	float: left;
	width: 86px;
	height: 86px;
	border: solid 1px #ececec;
	position: relative;
	margin-right: 5px;
	cursor: pointer;
	background-color: #fff;
	border-radius: 10px;
}

.rlPopup .thumb-wrap li:last-child {
	margin-right: 0;
}

.rlPopup .thumb-wrap li img {
	max-width: 86px;
	max-height: 86px;
	display: block;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.rlPopup .thumb-wrap .active {
	border-color: #333;
}

.phone .product-banner {
	height: 220px;
	background-size: 100% 100%;
	min-width: 750px;
}

.phone .product-banner .btn-tag {
	margin-top: 47px;
}

.phone .product-banner .t1 {
	padding-top: 36px;
	font-size: 40px;
}

.phone .product-banner .t2 {
	padding-top: 26px;
	line-height: 1.5;
	font-size: 16px;
}

/*# sourceMappingURL=products.css.map */
.div_3D {
	width: 690px;
	height: 50px;
	text-align: center;

}

.div_3D .div_btn {
	position: relative;
	width: 140px;
	height: 40px;
	left: 280px;
	top: 5px;
	background-color: #008DE9;
	border-radius: 20px;
	text-align: left;
	cursor: pointer
}

.div_3D .div_btn .div_img {
	position: relative;
	top: 10px;
	left: 20px;
	width: 20px;
	height: 20px;
	background: url("../images/hexagon.png") no-repeat;
	border: 0 !important;
}

.div_3D .div_btn span {
	position: relative;
	top: -8px;
	left: 52px;
	color: #ffff;
}


@media screen and (max-width: 1367px) {
	.products-list {
		min-width: 1000px;
	}

	.products-list .box {
		width: 26vw;
		min-width: 320px;
	}

	.product-banner {
		height: 330px;
	}

	.case-recommend .rec-list .box {
		width: 29vw;
		min-width: 305px;
	}

	.phone .products-banner {
		min-width: 750px;
	}

	.phone .products-list {
		min-width: auto;
	}

	.phone .products-list .box {
		width: 215px;
		min-width: 215px;
	}

	.phone .case-recommend .rec-list .box {
		width: 29vw;
		min-width: auto
	}

	.product-conn .pro-info {
		min-width: 480px;
		padding-left: 20px;
	}

	.product-info {
		display: flex;
		min-width: 1000px;
	}

	.phone .product-info {
		display: block;
	}

	.product-info .pro-img .pro-slider {
		/* width: 500px;
		height: 500px; */
	}

	.pro-slider .thumb-wrap {
		bottom: 20px;
	}
}

/* 移动端的样式 */

#m .products-banner {
	height: 400px;
}

#m .products-banner .s-content .t1 {
	padding-top: 186px;
}

.m-products-category {
	width: 100%;
	background: #FFFFFF;
	padding: 0 20px 0 12px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 2px 14px 1px rgba(55, 99, 170, 0.1);
}

.m-cate-btn {
	font-size: 32px;
	height: 90px;
	line-height: 90px;
	display: inline-block;
	padding: 0 20px;
}

.m-cate-btn.cur {
	color: #008DE9;
}

.upchange {
	font-size: 36px;
	position: absolute;
	top: 28px;
	right: 20px;
	transition: all 0.5s;
	color: #1485E0;
}

.m-products-list {
	margin: 40px 0;
}

.m-products-list>ul {
	width: calc(100% - 40px);
	margin: 0 20px;
	background: #FFFFFF;
	display: inline-block;
}

.m-products-list>ul>li {
	width: calc(50% - 12.5px);
	height: 300px;
	float: left;
	margin-top: 20px;
	box-shadow: 0px 4px 14px 1px rgba(55, 99, 170, 0.1000);
	border-radius: 8px 8px 8px 8px;
}

.m-products-list>ul>li:nth-child(even) {
	margin-left: 25px;
}

#m .m-products-list .box {
	width: 100%;
	background-color: #F6F6F6;
	border-radius: 5px;
	position: relative;
	min-height: 216px;
	cursor: pointer;
}

#m .m-products-list .m-box {
	width: 100% !important;
}

#m .m-products-list .box .img {
	width: 100%;
	height: 216px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}


#m .m-products-list .m-box .img {
	height: 216px
}

#m .m-products-list .m-box .img img {
	width: 100%;
}

#m .m-products-list .m-box .img img {
	width: 100%;
	height: 100%;
}


#m .m-products-list .m-box .img img {
	width: 100%;
	height: 100%;
}

#m .m-products-list .m-box .tit {
	height: 84px;
	line-height: 84px;
	font-size: 28px;
	background: #fff;
	text-indent: 26px;

}



#m .m-products-list .m-box .m-tit::after {
	content: none;
}


.blue {
	color: #008DE9
}

.addmore {
	font-size: 26px;
	text-align: center;
	height: 97px;
	line-height: 97px;
	margin-top: 10px;
}


/* 产品详情样式 */
.m-settabs {
	width: 100%;
	height: 90px;
	background: #FFFFFF;
	box-shadow: 0px 4px 14px 1px rgba(55, 99, 170, 0.1);
	white-space: nowrap;
}

.m-settabs span {
	height: 90px;
	line-height: 90px;
	display: inline-block;
	font-size: 26px;
	padding: 0 20px;
}

.m-product-conn .settabs {
	padding: 20px 0 50px 0;
}

.m-product-conn .m-product-info {
	width: 100%;
}

.m-product-conn .settabs>ul>li {
	display: inline-block;
	vertical-align: top;
	padding-right: 60px;
}

.m-product-conn .settabs>ul>li span {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	cursor: pointer;
	padding-bottom: 3px;
}

.m-product-conn .settabs>ul>li span:hover {
	color: #008DE9;
}

.m-product-conn .settabs>ul>li.cur span {
	color: #008DE9;
	position: relative;
}

.m-product-conn .settabs>ul>li.cur span::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	height: 3px;
	background-color: #008DE9;
}

.m-product-conn .pro-img {
	display: inline-block;
	vertical-align: top;
}

.m-product-conn .pro-info {
	display: inline-block;
	vertical-align: top;
	width: 570px;
	padding-left: 50px;
}

.m-product-conn .pro-info .tit {
	font-size: 24px;
	padding: 12px 0 25px 0;
}

.m-product-conn .pro-info .intro {
	font-size: 14px;
	line-height: 24px;
}

.m-product-conn .pro-info .info-list {
	padding-top: 30px;
}

.m-product-conn .pro-info .box {
	position: relative;
	border-bottom: 1px #E9E9E9 solid;
	padding: 20px 0 15px 70px;
	min-height: 92px;
}

.m-product-conn .pro-info .box .img {
	position: absolute;
	top: 20px;
	left: 0;
	width: 46px;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.m-product-conn .pro-info .box h4 {
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: bold;
}

.m-product-conn .pro-info .box p {
	font-size: 14px;
	color: #666;
	line-height: 18px;
}

.m-icon-btn {
	bottom: 160px !important;
	right: 20px !important;
	width: 35px !important;
	height: 35px !important;
	background-size: 35px !important;
	z-index: 1;
}

.m-div_3D {
	width: 690px;
	height: 60px;
	text-align: center;
	position: absolute;
	bottom: 56px;
}

.m-div_3D .div_btn {
	margin-left: -112px;
	cursor: pointer;
	position: relative;
	left: 50%;
	width: 224px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 30px 30px 30px 30px;
	border: 1px solid #707070;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 26px;
}

.m-div_3D .div_btn .div_img {
	width: 25px;
	height: 27px;
	background: url("../images/3d.png") no-repeat;
	background-size: 100%;
	border: 0 !important;
	margin-right: 20px;
}

.borderTop30 {
	border-top: 30px solid #F5F7FA;
}

.bgBox {
	background: #F5F7FA;
}

.m-s-content {
	width: 750px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px;
}

.m-pro-info {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 52px 29px;
	border-radius: 10px;
}

.pro-info-tag {
	height: 32px;
	line-height: 32px;
	display: inline-block;
	border-radius: 5px;
	font-size: 20px;
	color: #fff;
	padding: 0 17px;
	background: linear-gradient(86deg, #7AB2FF 0%, #B5CFFF 100%);
}

.m-pro-info-tit {
	height: 50px;
	font-size: 36px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 50px;
	margin: 14px 0 20px 0;
}

.m-pro-info-intro {
	font-size: 24px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 38px;
	margin-bottom: 61px;
}

.m-info-list .box {
	width: 100%;
	height: auto;
	display: flex;
}

.m-info-list .box:not(:first-child) {
	margin-top: 30px;
}

.m-info-list .box>span {
	width: 46px;
}

.m-info-list .box>div {
	flex: 1;
	margin-left: 26px;
}

.m-info-list .box>div>h4 {
	/* height: 37px; */
	font-size: 26px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}

.m-info-list .box>div>p {
	font-size: 22px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 38px;
	margin-top: 18px;
}

.m-norms-column {
	background-color: #F5F7FA;
}

.m-norms-column .title {
	height: 50px;
	font-size: 36px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #353535;
	line-height: 50px;
	margin: 50px 0 30px 0
}

.m-norms-column .norms-list dl {
	background-color: #fff;
	padding: 19px 29px;
}

.m-norms-column .norms-list dl:not(:first-child) {
	margin-top: 20px;
}

.m-norms-column .norms-list dl dt {
	height: 33px;
	font-size: 24px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 33px;
}

.m-norms-column .norms-list dl dd {
	font-size: 22px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
}

.m-open-btn {
	width: 189px;
	height: 55px;
	border-radius: 8px;
	font-size: 26px;
	border: 1px solid #999999;
	margin: 40px calc(50% - 94px) 51px calc(50% - 94px);
}

.m-open-btn:hover {
	color: #333;
	border-color: #999;
	background-color: #fff;
}

.m-pro-support {
	background: url("../images/product-detail-support-bg.png") center top no-repeat;
	height: 237px;
	position: relative;
	text-align: center;
	margin: 0 20px 70px 20px;
	border-radius: 8px;
}

.m-pro-support .tit {
	padding: 43px 0 30px 0;
	font-size: 48px;
	color: #fff;
}

.m-pro-support .btn-view {
	height: 57px;
	display: inline-block;
	line-height: 55px;
	border: 2px #fff solid;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
	padding:0 20px;
}

.m-case-recommend {
	margin: 40px 20px;
	height: 50px;
	font-size: 36px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
}

.m-products-list .tit {
	line-height: 84px;
	height: 84px;
	font-size: 26px;
	padding: 0 1em;
	background: #fff;
}

@media screen and (max-width: 750px) {
	.phone .products-banner {
		height: 397px;
	}

	.phone .products-banner .t1 {
		padding-top: 146px;
	}

	.phone .products-banner .t2 {
		padding-top: 20px;
	}
}

.case-bg {
	background-image: url(../images/case-bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.gery-bg {
	background: #F5F7FA;
}

.mt20 {
	margin-top: 20px !important;
}

.m-case-box {
	padding-top: 300px;
	margin: 0 30px;
}

.pb75 {
	padding-bottom: 75px;
}

.el-carousel__button {
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #CCCCCC;
}

.is-active .el-carousel__button {
	width: 20px !important;
	height: 8px !important;
	background: #008DE9;
	border-radius: 4px;
	border: 1px solid #008DE9;
}

.m-case-group {
	border-radius: 8px;
}

.m-col {
	width: 100%;
	height: calc(100% - 20px);
	padding: 25px 50px 5px 25px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.m-case-intro {
	font-size: 24px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	height: 114px;
	line-height: 38px;
	margin-top: 24px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 这里是超出几行省略 */
}

.m-case-view-more {
	color: #008DE9;
	font-size: 22px;
	text-align: center;
	line-height: 55px;
	display: block;
	margin: 14px auto;
}

.m-case-tit {
	padding: 0 0 30px 0;
	position: relative;
	margin: 0 auto;
}

.m-case-tit h3 {
	font-size: 36px;
	font-weight: bold;
	display: inline-block;
	line-height: 1;
	color: #000;
}

.m-case-tit .view-more {
	position: absolute;
	right: 0;
	font-size: 24px;
	line-height: 36px;
	cursor: pointer;
	color: #000;
}

.m-case-title {
	font-size: 28px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #333333;
	height: 86px;
	line-height: 43px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 这里是超出几行省略 */
}

.case {
	background: url("../images/i-case-bg.png") center top no-repeat;
	margin-top: 46px;
}

.m-about-conn .m-t1 {
	font-size: 28px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #333333;
	height: 40px;
	line-height: 40px;
	margin: 26px 0 23px 0;
}

.m-about-conn .m-t2 {
	font-size: 24px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #666;
	line-height: 38px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 109px;
	overflow: hidden;
}

.m-about-conn .m-t3 {
	font-size: 22px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #999;
	line-height: 38px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 109px;
	overflow: hidden;
	margin-top: 10px;
}

.m-recommend-banner {
	margin: 0 20px 0 20px;
	padding-bottom: 20px;
}

.m-recommend-banner .box {
	width: calc(50% - 10px);
	height: 290px;
	float: left;
	background: #FFFFFF;
	box-shadow: 0px 4px 14px 1px rgba(55, 99, 170, 0.1);
	border-radius: 8px;
	overflow: hidden;
}

.m-recommend-banner .box:last-child {
	margin-left: 20px;
}

.m-recommend-banner .img {
	width: 100%;
	height: 203px;
	display: inline-block;
	overflow: hidden;
}

.m-recommend-banner .tit {
	width: calc(100% - 48px);
	height: 87px;
	line-height: 87px;
	padding: 0 24px;
	font-size: 28px;
}


.m-case-box-banner {
	margin: 0 30px;
	padding: 25px;
	height: 384px;
	border-radius: 8px;
	background-color: #fff;
	position: absolute;
	top: 321px;
}

@media screen and (min-width:1366px){
	.mtdiv1{
		margin-top: 107px!important;
	}
	.mtdiv2{
		padding-top: 70px!important;
	}
}
@media screen and (min-width:800px) and (max-width:1366px){
	.mtdiv1{
		margin-top: 70px!important;
	}
	.mtdiv2{
		padding-top:35px!important;
		-webkit-line-clamp: 1!important;
	}
}