/* 公共内容盒子 */
.contentbox {
	padding: 100px 0;
}

.lgm-index-js-item .li:last-child {
	margin-bottom: 0;
}

/* 介绍 */
.lgm-index-js {
	width: 100%;
	padding: 150px 0 50px;
	background-color: #282828;
}

.lgm-index-title {
	color: #F8B62D;
	font-size: 6rem;
	font-family: helvetica-Regular, Helvetica, Arial, sans-serif;
	text-align: center;
}

.lgm-index-title .titlemin {
	font-weight: bold;
	font-family: helvetica-bold, Helvetica, Arial, sans-serif;
}

.lgm-index-js-item {
	padding: 98px 25px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	/*justify-content: space-between;*/
}

.lgm-index-js-item .li {
	/*flex: 1;*/
	flex: none;
	padding: 0 48px;
	width: 484px;
	height: 700px;
	overflow: hidden;
}

.lgm-index-js-item .li:hover .image-wrap {
	border-color: #F8B62D;
}

.lgm-index-js-item .li .row-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	/*cursor: pointer;*/
}

.lgm-index-js-item .image-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 24px;

}

.lgm-index-js-item .image-wrap img {
	width: 100px;
	height: 100px;
}

.lgm-index-js-item .li .row-1 .image-wrap-sel {
	display: none;
}

.lgm-index-js-item .li .row-1:hover .image-wrap-none {
	display: none;
}

.lgm-index-js-item .li .row-1:hover .image-wrap-sel {
	display: block;
}

.lgm-index-js-item .li .row-1:hover .line-1 {
	background-color: #F8B62D;
}

.lgm-index-js-item .li .row-1:hover .line-2 {
	background-color: #F8B62D;
}

.lgm-index-js-item .li .row-1:hover .text-1 {
	color: #F8B62D;
}

.lgm-index-js-item .line-1 {
	width: 280px;
	height: 4px;
	background-color: #fff;
	margin-bottom: 12px;
}

.lgm-index-js-item .text-1 {
	font-size: 3.4rem;
	color: #fff;
	width: 50%;
	text-align: center;
	margin-top: 5px;
	/*height: 76px;*/
}

.lgm-index-js-item .line-2 {
	width: 60px;
	height: 4px;
	background-color: #fff;
	margin-bottom: 27px;
	margin-top: 12px;
}

.lgm-index-js-item .html {
	width: 100%;
	height: 340px;
	margin: 15px 0;
	overflow-y: auto;
	font-size: 1.6rem;
	color: #FFFFFF;
	line-height: 2.3rem;
	padding-right: 15px;
	text-align: justify;
	font-family: helvetica-Regular, Helvetica, Arial, sans-serif;
}

/* //   滚动条样式 */
.lgm-index-js-item .html::-webkit-scrollbar {
	width: 3px;
	/* // height: 10px; */
	/**/
}

/* //背景样式 */
.lgm-index-js-item .html::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
	/* border: 1px solid rgba(214, 245, 172, 0.12); */
}

/* //背景上面的条条样式 */
.lgm-index-js-item .html::-webkit-scrollbar-thumb {
	background: #f8b62d;
	border-radius: 4px;
}

/* 轮播图 */
.index-swiper {
	/* width: 100vw; */
	height: 100vh;
}

.index-swiper .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	border-radius: 6px;
	background: #fff;
}

.index-swiper .swiper-pagination {
	bottom: 50px !important;
}

.index-swiper .swiper-wrapper .swiper-slide {
	position: relative;
}

.index-swiper .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
}

.index-swiper .swiper-wrapper .swiper-slide .phone-pic {
	display: none;
}

/* 轮播图标题 */
.index-swiper .sper-content {
	width: 100%;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.index-swiper .sper-content .sper-name {
	font-family: helvetica-bole, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 6.4rem;
	color: #ffffff;
	line-height: 75px;
	text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.12);
	text-align: center;
}

.index-swiper .sper-content .sper-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
}

.index-swiper .sper-content .sper-box .down-box {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.8rem;
	color: #ffffff;
	line-height: 23px;
	padding: 16px;
	min-width: 350px;
	min-height: 72px;
}

.index-swiper .sper-content .sper-box .down-box img {
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.index-swiper .sper-content .sper-box .down-box .arrow-ico {
	width: 0;
	height: 15px;
	margin-left: 5px;
	transition: all 0.5s ease;
}

.index-swiper .sper-content .sper-box .down-box:hover {
	cursor: pointer;
}

.index-swiper .sper-content .sper-box .down-box:hover .arrow-ico {
	width: 25px;
}

.index-swiper .sper-content .sper-box .down-left {
	border-radius: 5px;
	border: 1px solid #f8b62d;
	color: #f8b62d;
	margin-right: 16px;
}

.index-swiper .sper-content .sper-box .down-right {
	border-radius: 5px;
	background-color: #f8b62d;
}

.index-swiper .sper-tow {
	padding-left: 10.5%;
}

.index-swiper .sper-last {
	padding-right: 10.5%;
}

.index-swiper .sper-content .sper-tips {
	font-size: 2.3rem;
	line-height: 2.9rem;
	text-align: center;
	color: #ffffff;
	font-family: Helvetica-Regular, Helvetica, Arial, sans-serif;
}

.index-swiper .sper-content .sper-btn {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.index-swiper .sper-tow .sper-tips {
	text-align: left;
}

.index-swiper .sper-last .sper-tips {
	text-align: right;
}

.index-swiper .sper-tow .sper-tips {
	justify-content: flex-start;
}

.sper-last .sper-tips {
	justify-content: flex-end;
}

.index-swiper .sper-tow .sper-btn {
	justify-content: flex-start;
}

.index-swiper .sper-last .sper-btn {
	justify-content: flex-end;
}

.index-swiper .sper-content .sper-btn a {
	font-size: 1.7rem;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px 20px;
	background-color: #f8b62d;
	border-radius: 30px;
	min-width: 350px;
	font-family: Helvetica-Regular, Helvetica, Arial, sans-serif;
}
.index-swiper .sper-content .sper-btn a  .arrow-ico2{
	width: 0;
	transition: all 0.3s;
}
.index-swiper .sper-content .sper-btn a:hover .arrow-ico2{
	width: 25px;
	height: 15px;
	margin-left: 10px;
}
.index-swiper .sper-tow .sper-name {
	text-align: left;
	font-size: 5.2rem;
}

.index-swiper .sper-three .sper-name {
	text-align: center;
	font-size: 5.2rem;
}

.index-swiper .sper-last .sper-name {
	text-align: right;
	font-size: 5.2rem;
}

/* 服务  */
.winnow {
	background-color: #282828;
}

.winnow-cn .wc-item {
	width: calc((100% - 30px) / 3);
	height: 600px;
	overflow: hidden;
	position: relative;
	margin-right: 15px;
	border-radius: 8px;
}

.winnow-cn .wc-item:last-child {
	margin-right: 0;
}

.winnow-cn .wc-item .wc-img {
	border-radius: 8px;
}

.winnow-cn .wc-item .wi-text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.winnow-cn .wi-text .wt-title {
	padding: 0 42px;
	font-family: helvetica-bold, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 4.4rem;
	color: #ffffff;
	line-height: 52px;
	text-align: center;
}

.winnow-cn .wt-desc-cn {
	display: none;
}

.winnow-cn .wc-item-avtive {
	width: calc(((100% - 20px) / 4) * 2);
	transition: all 0.6s ease;
}

.winnow-cn .wc-item-avtive .wi-text .wt-title {
	padding: 0 25px;
	width: 325px;
	color: #f8b62d;
}

.winnow-cn .wc-item-avtive .wt-desc-cn {
	display: block;
	opacity: 1;
	margin-top: 0;
	font-weight: bold;
	font-size: 1.6rem;
	color: #ffffff;
	padding: 21px 24px;
	margin: 30px auto;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

/* 技术提供 */
.provide {
	background-color: #ffffff;
}

.provide .provide-title {
	font-family: helvetica-bold, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 4.2rem;
	color: #f8b62d;
	line-height: 29px;
	text-align: center;
	margin-bottom: 40px;
}

.provide .provide-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 100px;
}

.provide .provide-menu .pmenu-item {
	flex: none;
	width: calc((100% - 210px) / 8);
	height: 0;
	padding-bottom: calc((100% - 210px) / 8);
	position: relative;
}

.pmenubox {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #f7f7f7;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.6rem;
	line-height: 21px;
	border-radius: 8px;
	font-family: helvetica-Regular, Helvetica, Arial, sans-serif;
}

.provide-menu .pmenu-item:hover {
	cursor: pointer;
	color: #f8b62d;
}

.provide-menu .pmenu-item:hover .pmenu-img {
	display: none;
}

.provide-menu .pmenu-item:hover .apmenu-img {
	display: block;
}

.provide-menu .pmenu-item .apmenu-img {
	display: none;
}

.provide .provide-menu .pactive {
	color: #f8b62d;
}

.provide .provide-menu .pactive .pmenu-img {
	display: none;
}

.provide .provide-menu .pactive .apmenu-img {
	display: block;
}

.provide .provide-menu .pmenu-item img {
	width: 75px;
	height: 75px;
	margin-bottom: 8px;
}

.piconame {
	padding: 0 20px;
}

.provide .provide-content .protable {
	padding: 0 80px;
}

.provide .provide-content .provide-box {
	display: none;
}

.provide .provide-content .provide-box2 {
	display: block;
}

.provide .provide-content .provide-box .swiper-pagination {
	left: 2%;
	bottom: 0;
	--swiper-pagination-color: #f8b62d;
}

.provide .provide-content .provide-box .swiper-pagination span {
	display: inline-block;
	width: 15px;
	height: 15px;
}

.provide .provide-content .provide-box .swiper-pagination span:hover {
	background-color: #f8b62d;
}

.provide .provide-content .provide-box .abcd {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.provide .provide-content .provide-box .abcd .proimg {
	height: 560px;
	width: 560px;
	flex: none;
	cursor: pointer;
}

.provide .provide-content .provide-box .provide-text {
	/* flex: none; */
	/* width: 700px; */
	margin-left: 80px;
	max-width: 700px;
	height: 560px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.provide .provide-content .provide-box .provide-text h5 {
	font-weight: bold;
	font-size: 2.4rem;
	color: #282828;
	margin-bottom: 22px;
	cursor: pointer;
}

.ptext {
	font-size: 1.9rem;
	color: #7a7a7a;
	line-height: 28px;
	margin-bottom: 16px;
	text-align: justify;
	font-family: helvetica-Regular, Helvetica, Arial, sans-serif;
}

/* 数据列表 */
.data-graph {
	/*padding: 120px 0;*/
	height: 770px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #282828;
}

.data-graph .data-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.data-graph .data-content .data-item {
	width: calc((100% - 60px) / 4);
	/* width: 365px; */
	/* height: 311px; */
	/* padding: 24px; */
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.data-graph .data-content .data-item:last-child {
	margin-right: 0;
}

.data-graph .data-content .data-item img {
	width: 90px;
	height: 90px;
}

.data-graph .data-content .data-item .data-num {
	font-family: helvetica-bold, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 7.6rem;
	color: #f8b62d;
	margin: 12px auto;
}

.data-graph .data-content .data-item .data-title {
	font-family: helvetica-Regular, Helvetica, Arial, sans-serif;
	font-size: 2.4rem;
	color: #9fa0a0;
	/*color: #ffffff;*/
	line-height: 30px;
	padding: 0 30px;
	height: 70px;
	text-align: center;
}

.data-graph .data-content .data-item .data-tips {
	font-weight: 400;
	font-size: 1.6rem;
	color: #ffffff;
	line-height: 19px;
	text-align: center;
	margin-top: 12px;
}

/* 案例 */
.phone-casebox {
	display: none;
}

.phonecase-box {
	display: none;
}

.case-box {
	background-color: #ffffff;
}

.case-box .case-content {
	padding: 160px 0;
	display: flex;
	align-items: center;
	background-color: #ffffff;
}

.case-box .case-content .case-left {
	flex: none;
	/* width: 970px; */
	width: 775px;
	height: 900px;
	background-color: #f8b62d;
	padding: 45px 0;
	padding-left: 9.5%;
	/* padding: 90px 0; */
	/* padding-left: 10.5%; */
	/* padding-right: 200px; */
	border-radius: 0px 8px 8px 0px;
	position: relative;
}

.case-box .case-content .case-left h2 {
	font-family: helvetica-bold, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 3.8rem;
	color: #ffffff;
	line-height: 52px;
	margin-bottom: 40px;
}

.case-box .case-content .case-left .case-desc {
	width: 375px;
	font-weight: 400;
	font-size: 2rem;
	color: #ffffff;
	line-height: 2.6rem;
}

.case-box .case-content .case-left .cleft-btn {
	padding: 13px 9px;
	background: #ffffff;
	border-radius: 5px;
	/*margin-top: 78px;*/
	display: inline-block;
	position: absolute;
	bottom: 136px;
}

.case-box .case-content .case-left .cleft-btn a {
	font-family: helvetica-bold, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 2rem;
	color: #f8b62d;
	text-align: center;
}

.case-box .case-content .case-left .cleft-btn a img {
	/* width: 20px; */
	width: 0;
	height: 12px;
	margin-left: 5px;
	vertical-align: baseline;
	/* display: none; */
	transition: all 0.3s ease;
}

.case-box .case-content .case-left .cleft-btn:hover {
	box-shadow: 0 0 20px #ffffff;
	cursor: pointer;
}

.case-box .case-content .case-left .cleft-btn:hover img {
	display: inline-block;
	width: 20px;
}

.case-box .case-content .case-right {
	flex: none;
	width: 1245px;
	padding-top: 70px;
	margin-left: -120px;
	overflow: hidden;
	position: relative;
	padding-bottom: 70px;
	--swiper-navigation-size: 20px;
	/* 设置按钮大小 */
	--swiper-navigation-color: #141414;
	/* 单独设置按钮颜色 */
}

.case-box .case-content .case-right .swbox-box {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0px;
}

.case-box .case-content .case-right .swiper-pagination {
	--swiper-pagination-color: #f8b62d;
}

.case-box .case-content .case-right .swiper-pagination span {
	display: inline-block;
	width: 15px;
	height: 15px;
}

.case-box .case-content .case-right .swiper-pagination span:hover {
	background-color: #f8b62d;
}

.case-box .case-content .case-right .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f8b62d;
	--swiper-navigation-color: #ffffff;
	left: 32%;
	top: 20px;
}

.case-box .case-content .case-right .swiper-button-prev:hover {
	background-color: #f8b62d;
}

.case-box .case-content .case-right .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #e0e0e0;
	right: 32%;
	top: 20px;
}

.case-box .case-content .case-right .swiper-button-next:hover {
	background-color: #f8b62d;
	--swiper-navigation-color: #ffffff;
}

.case-box .case-content .case-right .case-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fcfcfc;
	/* padding-right: 100px; */
	border-radius: 8px;
}

.case-item:hover .case-text .case-more {
	color: #f8b62d;
}

.case-item img {
	border-radius: 8px 8px 0 0;
	transition: all 0.3s;
}

.case-item:hover img {
	transform: scale(1.1);
}

.case-item .case-video {
	width: 100%;
	height: 0;
	padding-bottom: 58%;
	/* height: 260px; */
	overflow: hidden;
	position: relative;
	border-radius: 8px 8px 0 0;
}

.cvideobox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.case-item .case-video .video-img {
	width: 58px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.case-item .case-text {
	height: 360px;
	padding: 32px;
	border-radius: 0 0 8px 8px;
	background-color: #ffffff;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
	position: relative;
}

.case-item .case-text a:hover h6 {
	color: #f8b62d;
}

.case-item .case-text h6 {
	font-family: helvetica-bold, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 2rem;
	color: #FBB02B;
	line-height: 23px;
	margin-bottom: 16px;
	height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.casetext {
	font-weight: 400;
	font-size: 1.6rem;
	color: #7a7a7a;
	line-height: 19px;
	height: 115px;
	overflow: auto;
	padding-right: 5px;
}

/* //   滚动条样式 */
.casetext::-webkit-scrollbar {
	width: 3px;
	/* // height: 10px; */
	/**/
}

/* //背景样式 */
.casetext::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
	/* border: 1px solid rgba(214, 245, 172, 0.12); */
}

/* //背景上面的条条样式 */
.casetext::-webkit-scrollbar-thumb {
	background: #f8b62d;
	border-radius: 4px;
}

.case-item .case-time {
	opacity: 0.7;
	margin-top: 9px;
}

.case-item .case-more {
	position: absolute;
	right: 32px;
	bottom: 32px;
	text-align: right;
	opacity: 0.7;
}

.case-box .case-content .case-right .case-nav {
	width: 360px;
	margin: 20px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.case-box .case-content .case-right .case-nav img {
	width: 36px;
	height: 36px;
}

.case-box .case-content .case-right .case-nav .case-cirle {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #e0e0e0;
}

.case-box .case-content .case-right .case-nav .caseactive {
	background: #f8b62d;
}

/* 联系我们 */
.phone-contactus {
	display: none;
}

.contact-us .contact-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-left {
	width: 1010px;
	height: 610px;
	flex: none;
	position: relative;
}

/* 地图图标 */
.map-icon {
	width: 6px;
	cursor: pointer;
	position: relative;
}

.map-icon:before {
	content: '';
	height: 6px;
	width: 6px;
	border: 5px solid #f8b62d;
	display: block;
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 1;
	background: #fff;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}

.map-icon:after {
	content: '';
	height: 0px;
	width: 0px;
	display: block;
	position: absolute;
	bottom: -25px;
	left: 2px;
	border: 3px transparent solid;
	border-top-color: #f8b62d;
	border-width: 10px 6px 0px 6px;
}

/* 扩散的圆 */
.circle {
	position: absolute;
	top: 12px;
	left: -4px;
	width: 25px;
	height: 25px;
	border: 1px solid #f8b62d;
	border-radius: 50%;
	animation: anim 0.85s ease-out infinite;
}

@keyframes anim {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.contact-left .address-icon {
	position: absolute;
	height: 100%;
}

.contact-left .address-icon .address-name {
	padding: 8px;
	background: #f8b62d;
	border-radius: 4px 4px 4px 4px;
	border: 2px solid #ffffff;
	font-weight: 500;
	font-size: 1.8rem;
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: -48px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.contact-left .active-icon .address-name {
	display: block;
}

.contact-right {
	flex: 1;
	height: 706px;
	background-color: #282828;
	font-weight: 400;
	font-size: 2rem;
	color: #ffffff;
	line-height: 32px;
	padding: 80px 100px;
	padding-right: 10.5%;
	border-radius: 8px 0 0 0;
}

.contact-right h2 {
	font-family: helvetica-bold, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 3.4rem;
	color: #f8b62d;
	line-height: 30px;
	margin-bottom: 10px;
}

.contact-right .contact-btn {
	margin: 40px 0 100px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.contact-right .contact-btn a {
	display: inline-block;
	padding: 16px;
	/* width: 212px; */
	font-family: helvetica-bold, Helvetica, Arial, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 23px;
	background: #f8b62d;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-right .contact-btn img {
	width: 30px;
	height: 30px;
	margin-right: 8px;
}

.contact-right .contact-btn .con-more {
	/* width: 23px; */
	width: 0;
	height: 15px;
	margin-left: 5px;
	/* display: none; */
	transition: all 0.3s;
}

.contact-right .contact-btn a:hover .con-more {
	display: block;
	width: 23px;
}

.contact-right .contact-dese {
	font-size: 18px;
	line-height: 22px;
	color: #7f7f7f;
	font-family: helvetica-Regular, Helvetica, Arial, sans-serif;
}

.contact-right .tipstitle {
	line-height: 3.6rem;
	margin-bottom: 0;
}

.contact-right .contact-tips {
	font-size: 18px;
	line-height: 1.9rem;
	padding-bottom: 30px;
	margin-top: 7px;
	color: #7f7f7f;
	width: 70%;
	font-family: helvetica-Regular, Helvetica, Arial, sans-serif;
}

.contact-right .conmessage {
	text-align: right;
	margin-top: 10px;
}

.contact-right h5 {
	font-family: helvetica-bold, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 2.4rem;
	color: #f8b62d;
	line-height: 28px;
	margin-bottom: 24px;
}

.contact-right .input-box {
	/* width: calc(100% - 300px); */
	font-family: helvetica-bold, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.6rem;
	color: #ffffff;
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

.contact-right .input-box input {
	height: 62px;
	width: 320px;
	line-height: 62px;
	padding-left: 20px;
	font-size: 20px;
	padding-top: 4px;
	border-radius: 8px 0 0 8px;
}

.contact-right .input-box input::placeholder {
	color: #c9c9c9;
	font-weight: normal;
	font-family: helvetica-Regular, Helvetica, Arial, sans-serif;
}

.contact-right .input-box .input-text {
	height: 62px;
	line-height: 62px;
	padding: 0 21px;
	background: #f8b62d;
	border-radius: 0 8px 8px 0;
}

@media screen and (max-width: 1480px) {
	.lgm-index-js {
		padding: 100px 0 50px;
	}
.index-swiper .sper-content .sper-btn a {
	        padding: 9px;
        min-width: 228px;
}
	.lgm-index-js-item {
		padding: 60px 0 0;
	}

	.lgm-index-js-item .line-1 {
		height: 3px;
		width: 230px;
	}

	.lgm-index-js-item .text-1 {
		font-size: 2.3rem;
	}

	.lgm-index-js-item .line-2 {
		height: 3px;
	}

	.lgm-index-js-item .html {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}

	.lgm-index-js-item .li {
		width: 400px;
		height: 570px;
		padding: 0 20px;
	}

	/* 轮播图 */
	.index-swiper .sper-content .sper-name {
		font-size: 3.6rem;
		line-height: 4.2rem;
	}

	.index-swiper .sper-content .sper-box .down-box {
		font-size: 1.3rem;
		padding: 9px;
		min-width: 172px;
		min-height: 41px;
	}

	.index-swiper .sper-content .sper-box .down-box img {
		display: block;
		width: 23px;
		height: 23px;
		margin-right: 5px;
	}

	.winnow-cn .wc-item {
		height: 338px;
	}

	.winnow-cn .wi-text .wt-title {
		font-size: 2.5rem;
		line-height: 2.9rem;
	}

	/* 技术提供 */
	.provide .provide-title {
		font-size: 3.5rem;
		line-height: 3.9rem;
		margin-bottom: 23px;
	}

	.provide .provide-menu {
		margin-bottom: 80px;
	}

	.provide .provide-menu .pmenu-item {
		width: calc((100% - 60px) / 8);
		padding-bottom: calc((100% - 60px) / 8);
		font-size: 1.6rem;
		line-height: 1.8rem;
	}

	.provide .provide-menu .pmenu-item img {
		width: 45px;
		height: 45px;
	}

	.piconame {
		padding: 0;
	}

	.provide .provide-content .protable {
		padding: 0 10px;
	}

	.provide .provide-content .provide-box .abcd .proimg {
		width: 440px;
		height: 440px;
	}

	.provide .provide-content .provide-box .provide-text {
		flex: 1;
		width: 570px;
		height: 440px;
		margin-left: 60px;
	}

	.provide .provide-content .provide-box .provide-text h5 {
		font-size: 2.2rem;
		margin-bottom: 18px;
	}

	.ptext {
		flex: none;
		width: 570px;
		font-size: 1.8rem;
		line-height: 2.3rem;
		margin-bottom: 8px;
	}

	.data-graph {
		height: 520px;
	}

	.data-graph .data-content .data-item {
		width: calc((100% - 30px) / 4);
		margin-right: 10px;
	}

	.data-graph .data-content .data-item img {
		width: 80px;
		height: 80px;
	}

	.data-graph .data-content .data-item .data-num {
		font-size: 5.6rem;
		/* line-height: 3.2rem; */
		margin: 8px auto;
	}

	.data-graph .data-content .data-item .data-title {
		height: 50px;
		font-size: 2rem;
		line-height: 2.3rem;
	}

	.data-graph .data-content .data-item .data-tips {
		font-size: 1.4rem;
		line-height: 1.7rem;
		margin-top: 8px;
	}

	.case-box .case-content {
		padding: 90px 0;
	}

	.case-box .case-content .case-left {
		width: 500px;
		height: 506px;
		padding: 58px 0;
		padding-left: 2.5%;
		padding-right: 100px;
		font-size: 1.3rem;
		line-height: 1.9rem;
		text-align: justify;
	}

	.case-box .case-content .case-left h2 {
		font-size: 2.5rem;
		line-height: 2.9rem;
		margin-bottom: 23px;
	}

	.case-box .case-content .case-left .case-desc {
		width: 330px;
		font-size: 1.5rem;
		line-height: 18px
	}

	.case-box .case-content .case-left .cleft-btn {
		bottom: 80px;
		padding: 10px 9px;
	}

	.case-box .case-content .case-left .cleft-btn a {
		font-size: 1.2rem;
	}

	.case-box .case-content .case-left .cleft-btn a img {
		width: 0;
		height: 8px;
	}

	.case-box .case-content .case-left .cleft-btn:hover img {
		width: 15px;
	}

	.case-box .case-content .case-right {
		flex: 1;
		min-width: 768px;
		padding-top: 30px;
		padding-bottom: 50px;
		margin-left: -80px;
		--swiper-navigation-size: 15px;
		/* 设置按钮大小 */
	}

	.case-box .case-content .case-right .swiper-pagination span {
		width: 12px;
		height: 12px;
	}

	.case-box .case-content .case-right .swiper-button-prev {
		width: 35px;
		height: 35px;
		/* left: 38%; */
		left: 35.5%;
		top: 23px;
	}

	.case-box .case-content .case-right .swiper-button-next {
		width: 35px;
		height: 35px;
		/* right: 38%; */
		right: 31%;
		top: 23px;
	}

	/* .case-list .case-item .case-video {
		height: 145px;
	} */

	.case-list .case-item .case-video .video-img {
		width: 40.6px;
		height: 28px;
	}

	.case-list .case-item .case-text {
		height: 225px;
		padding: 18px;
		font-size: 1.3rem;
		line-height: 1.5rem;
		text-align: justify;
	}

	.case-list .case-item .case-text h6 {
		font-size: 1.5rem;
		line-height: 1.7rem;
		margin-bottom: 8px;
	}

	.case-list .case-item .case-more {
		right: 18px;
		bottom: 18px;
	}

	.contact-left {
		width: 700px;
		height: 450px;
	}

	.contact-right {
		height: 465px;
		font-size: 1.6rem;
		line-height: 2.3rem;
		padding: 35px 46px;
		padding-right: 2.5%;
		text-align: justify;
	}

	.contact-right h2 {
		font-size: 2.5rem;
		line-height: 2.9rem;
		margin-bottom: 5px;
	}

	.contact-right .contact-dese {
		font-size: 1.6rem;
		line-height: 1.9rem;
	}

	.contact-right .contact-btn {
		margin: 15px 0 30px 0;
	}

	.contact-right .contact-tips {
		font-size: 1.6rem;
		line-height: 1.9rem;
		margin-top: 0;
		padding-bottom: 20px;
		width: 58%;
	}

	.contact-right .conmessage {
		width: 81%;
		margin-top: 7px;
	}

	.contact-right .contact-btn a {
		padding: 9px;
		font-size: 1.5rem;
		border-radius: 4px;
		line-height: 1.9px;
	}

	.contact-right .contact-btn img {
		width: 23px;
		height: 23px;
		margin-right: 5px;
	}

	.contact-right .contact-btn .con-more {
		height: 10px;
		margin-left: 2px;
	}

	.contact-right .contact-btn a:hover .con-more {
		width: 16px;
	}

	.contact-right h5 {
		font-size: 1.9rem;
		line-height: 28px;
		/*margin-bottom: 23px;*/
	}

	.contact-right .input-box {
		font-size: 1.6rem;
	}

	.contact-right .input-box input {
		height: 55px;
		width: 280px;
		line-height: 55px;
		padding-left: 5px;
		border-radius: 4px 0 0 4px;
	}

	.contact-right .input-box .input-text {
		height: 55px;
		line-height: 55px;
		padding: 0 12px;
		border-radius: 0 4px 4px 0;
	}

	.contact-us {
		min-width: 1080px;
	}
}

@media screen and (max-width: 768px) {
	.lgm-index-js-item .li:last-child {
		margin-bottom: 0;
	}

	.provide .provide-content .provide-box .abcd {
		display: block;
	}

	.provide .provide-content .provide-box .abcd .proimg {
		height: 375px;
		width: 100%;
	}

	.piconame {
		padding: 0 25px;
	}


	/* 介绍 */
	.lgm-index-js {
		padding: 40px 0;
	}

	.lgm-index-title {
		font-size: 2.4rem;
	}

	.lgm-index-js-item {
		padding: 0;
		margin-top: 40px;
		flex-direction: column;
		margin-bottom: 40px;
	}

	.lgm-index-js-item .li {
		width: 100%;
		height: auto;
		/*height: 330px;*/
		margin-bottom: 20px;
	}

	.lgm-index-js-item .image-wrap {
		width: 94px;
		height: 94px;
	}

	.lgm-index-js-item .image-wrap img {
		width: 82px;
		height: 82px;
	}

	.lgm-index-js-item .li .row-1 .image-wrap-none {
		display: none;
	}

	.lgm-index-js-item .li .row-1 .image-wrap-sel {
		display: block;
	}

	.lgm-index-js-item .image-wrap {
		margin-bottom: 8px;
	}

	.lgm-index-js-item .line-1 {
		margin-bottom: 2px;
		height: 2px;
		width: 150px;
		background-color: #f8b62d;
	}

	.lgm-index-js-item .line-2 {
		height: 2px;
		background-color: #f8b62d;
		margin-bottom: 10px;
	}

	.lgm-index-js-item .html {
		padding: 0;
		font-size: 1.4rem;
		/* height: 118px; */
		height: auto;
	}

	.lgm-index-js-item .text-1 {
		font-size: 1.6rem;
		width: 45%;
		text-align: center;
		height: auto;
		color: #f8b62d;
	}

	/*.index-swiper {*/
	/*	height: 80vh;*/
	/*}*/

	.index-swiper .swiper-wrapper .swiper-slide img {
		display: none;
	}

	.index-swiper .swiper-wrapper .swiper-slide .phone-pic {
		display: block;
	}

	.index-swiper .sper-content .sper-name {
		font-size: 2.4rem;
		line-height: 2.8rem;
	}

	.index-swiper .sper-content .sper-box {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.index-swiper .sper-content .sper-box .down-box {
		font-size: 1.6rem;
		padding: 14px 8px;
		min-width: 228px;
		min-height: 48px;
	}

	.index-swiper .sper-content .sper-box .down-left {
		margin-right: 0;
		margin-bottom: 12px;
		border: 2px solid #f8b62d;
		border-radius: 4px;
	}

	.index-swiper .sper-content .sper-box .down-box img {
		display: block;
		width: 21px;
		height: 21px;
		margin-right: 8px;
	}

	.index-swiper .sper-content {
		top: 50%;
	}

	.index-swiper .sper-tow {
		padding-left: 3.5%;
	}

	.index-swiper .sper-last {
		padding-right: 3.5%;
	}

	.index-swiper .sper-content .sper-tips {
		font-size: 1.5rem;
		line-height: 2.1rem;
	}

	.index-swiper .sper-tow .sper-name {
		font-size: 2.4rem;
		margin-bottom: 5px;
	}

	.index-swiper .sper-three .sper-name {
		font-size: 2.4rem;
		margin-bottom: 5px;
	}

	.index-swiper .sper-last .sper-name {
		font-size: 2.4rem;
		margin-bottom: 5px;
	}

	.winnow {
		padding: 0;
	}

	.winnow .winnow-cn {
		width: 100%;
		padding: 40px 0;
		overflow: auto;
	}

	.winnow-cn .wc-item {
		display: inline-block;
		width: 280px;
		height: 280px;
		overflow: visible;
		margin-left: 16px;
		margin-right: 0;
	}

	.winnow-cn .wc-item:last-child {
		margin-right: 16px;
	}

	.winnow-cn .wc-item .wc-img {
		width: 280px;
		height: 280px;
		border-radius: 4px;
	}

	.winnow-cn .wi-text .wt-title {
		font-size: 2rem;
		color: #ffffff;
		line-height: 2.3rem;
		text-align: center;
	}

	.winnow-cn .wt-desc-cn {
		display: none;
	}

	.provide {
		padding: 40px 0;
	}

	.provide .provide-title {
		font-size: 2.4rem;
		margin-bottom: 24px;
	}

	.provide .provide-menu {
		flex-wrap: wrap;
	}

	.provide .provide-menu .pactive {
		color: #525252;
		background-color: #f7f7f7;
	}

	.provide .provide-menu .pactive .pmenu-img {
		display: block;
	}

	.provide .provide-menu .pactive .apmenu-img {
		display: none;
	}

	.provide .provide-menu .pmenu-item {
		width: calc((100% - 8px) / 2);
		height: 160px;
		margin-bottom: 8px;
		margin-right: 0;
		padding: 32px 16px;
		border-radius: 4px;
		font-size: 1.4rem;
		line-height: 1.6rem;
	}

	.provide .provide-menu .pmenu-item img {
		width: 45px;
		height: 45px;
	}

	.provide .provide-content .protable {
		padding: 0;
	}

	.provide .provide-content .provide-box {
		flex-direction: column;
		margin-top: 32px;
		/* padding: 16px 0; */
		background: #ffffff;
		box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
		border-radius: 8px;
	}

	.provide .provide-content .provide-box .provide-swiper {
		width: 100%;
		height: 240px;
		--swiper-navigation-size: 15px;
		/* 设置按钮大小 */
		--swiper-navigation-color: #141414;
		/* 单独设置按钮颜色 */
	}

	.provide .provide-content .provide-box .provide-swiper .swiper-wrapper {
		width: 343px;
	}

	.provide .provide-content .provide-box .provide-swiper .swiper-wrapper .swiper-slide {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.provide .provide-content .provide-box .provide-swiper .swiper-wrapper .swiper-slide img {
		width: 240px;
		height: 240px;
	}

	.provide .provide-content .provide-box .provide-swiper .swiper-button-prev {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background-color: #e0e0e0;
	}

	.provide .provide-content .provide-box .provide-swiper .swiper-button-next {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background-color: #e0e0e0;
		--swiper-navigation-color: #141414;
	}

	.provide .provide-content .provide-box .provide-swiper .swiper-pagination {
		display: none;
	}

	.provide .provide-content .provide-box .provide-text {
		width: 100%;
		height: 400px;
		margin-left: 0;
		padding: 0 16px;
	}

	.provide .provide-content .provide-box .provide-text h5 {
		margin-top: 10px;
		font-size: 1.6rem;
		line-height: 1.9rem;
		margin-bottom: 12px;
		color: rgba(40, 40, 40, 0.7);
	}

	.ptext {
		width: 100%;
		font-size: 1.5rem;
		color: #525252;
		line-height: 2.2rem;
		margin-bottom: 8px;
	}

	.provide .provide-content .provide-box .swiper-pagination {
		bottom: 10px;
	}

	.data-graph {
		padding: 40px 0;
	}

	.data-graph .data-content {
		flex-wrap: wrap;
	}

	.data-graph .data-content .data-item {
		width: calc((100% - 8px) / 2);
		height: 215px;
		/*height: 168px;*/
		padding: 0;
		margin-right: 0;
	}

	.data-graph .data-content .data-item img {
		width: 71px;
		height: 71px;
		/*width: 51px;*/
		/*height: 51px;*/
	}

	.data-graph .data-content .data-item .data-num {
		font-size: 2rem;
		line-height: 2.3rem;
		margin: 8px 0;
	}

	.data-graph .data-content .data-item .data-title {
		font-size: 1.4rem;
		line-height: 1.6rem;
		text-align: center;
	}

	.data-graph .data-content .data-item .data-tips {
		display: none;
	}

	/* 手机案例详情 */
	.case-box {
		display: none;
	}

	.phone-casebox {
		display: block;
		padding: 40px 0;
		font-weight: 400;
		font-size: 1.4rem;
		color: #525252;
		line-height: 2.2rem;
		text-align: justify;
	}

	.phone-casebox h2 {
		font-weight: bold;
		font-size: 2.4rem;
		color: #f8b62d;
		line-height: 2.3rem;
		text-align: center;
		margin-bottom: 24px;
	}

	.phonecase-box {
		display: block;
		background-color: #ffffff;
		position: relative;
		padding-bottom: 40px;
	}

	.phonecase-box .pline-box {
		background-color: #f8b62d;
		position: absolute;
		width: 100vw;
		height: 400px;
		top: 80px;
	}

	.phonecase-box .phoneSwiper {
		padding: 0 16px;
		--swiper-navigation-size: 15px;
		/* 设置按钮大小 */
		--swiper-navigation-color: #141414;
		/* 单独设置按钮颜色 */
	}

	.phonecase-box .phoneSwiper .swiper-wrapper {
		height: 540px;
	}

	.phoneSwiper .swiper-wrapper .swiper-slide img {
		height: 180px;
		border-radius: 4px 4px 0 0;
	}

	.phoneSwiper .swiper-wrapper .swiper-slide .case-video {
		position: relative;
		border-radius: 4px 4px 0 0;
	}

	.phoneSwiper .swiper-wrapper .swiper-slide .case-video .video-img {
		width: 46.4px;
		height: 32px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.phoneSwiper .swiper-wrapper .swiper-slide .video-img {
		width: 48px;
		height: 48px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.phoneSwiper .swiper-wrapper .swiper-slide .case-text {
		height: 235px;
		background-color: #ffffff;
		padding: 20px;
		font-weight: 400;
		font-size: 1.4rem;
		color: #7a7a7a;
		line-height: 1.6rem;
		text-align: left;
		border-radius: 0 0 4px 4px;
	}

	.phoneSwiper .case-text h6 {
		font-weight: bold;
		font-size: 1.6rem;
		/*color: #282828;*/
		color: rgba(40, 40, 40, 0.7);
		line-height: 1.9rem;
		margin-bottom: 12px;
	}

	.phoneSwiper .case-text .phonecase-desc {
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		white-space: normal;
	}

	.phoneSwiper .case-text .case-time {
		font-weight: 400;
		font-size: 1.2rem;
		color: #b8b8b8;
		margin-top: 12px;
	}

	.phoneSwiper .case-text .case-more {
		font-weight: 400;
		font-size: 1.4rem;
		color: #7a7a7a;
		margin-top: 52px;
		text-align: right;
	}

	.phoneSwiper .case-text .case-more a {
		color: #b8b8b8;
	}

	.phoneSwiper .swiper-pagination {
		width: 137px !important;
		left: 44% !important;
		/*left: 12% !important;*/
		top: 95% !important;
		--swiper-pagination-color: #f8b62d;
	}

	.phoneSwiper .swiper-pagination span {
		display: inline-block;
		width: 12px;
		height: 12px;
	}

	.phoneSwiper .swiper-button-prev {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background-color: #e0e0e0;
		top: 94%;
		/*left: 4%;*/
		left: 23%;
	}

	.phoneSwiper .swiper-button-next {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background-color: #e0e0e0;
		--swiper-navigation-color: #141414;
		top: 94%;
		/*right: 45%;*/
		right: 24%;
	}

	.phoneSwiper .phone-morebtn {
		background-color: #f8b62d;
		display: inline-block;
		padding: 12px 18px;
		border-radius: 99px;
		position: absolute;
		bottom: 4px;
		right: 5%;
	}

	.phoneSwiper .phone-morebtn a {
		font-weight: bold;
		font-size: 1.4rem;
		color: #ffffff;
	}

	/* 手机联系我们 */
	.contact-us {
		display: none;
	}

	.phone-contactus {
		display: block;
		background-color: #282828;
	}

	.phone-contactus .pcontactus-content {
		padding: 40px 0;
		font-weight: 400;
		font-size: 1.3rem;
		color: #ffffff;
		line-height: 2.2rem;
		text-align: justify;
	}

	.pcontactus-content h2 {
		font-weight: bold;
		font-size: 2.4rem;
		color: #f8b62d;
		margin-bottom: 5px;
	}

	.pcontactus-content .contact-btn {
		width: 153px;
		height: 48px;
		background: #f8b62d;
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 40px;
	}

	.pcontactus-content .contact-btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		font-size: 1.6rem;
		color: #ffffff;
	}

	.contact-btn img {
		width: 28px;
		height: 28px;
	}

	.pcontactus-content h5 {
		font-weight: bold;
		font-size: 2.4rem;
		color: #f8b62d;
		/*line-height: 2.8rem;*/
		margin-top: 24px;
		margin-bottom: 5px;
	}

	.pcontactus-content .input-box {
		margin-top: 20px;
		display: flex;
		align-items: center;
	}

	.phonecontact-tips {
		text-align: right;
		margin-right: 60px;
	}

	.input-box input {
		font-size: 1.6rem;
		height: 48px;
		line-height: 48px;
		padding: 0 10px;
		border-radius: 4px 0 0 4px;
	}

	.input-box .input-text {
		height: 48px;
		line-height: 48px;
		font-weight: bold;
		font-size: 1.6rem;
		color: #ffffff;
		padding: 0 17px;
		background: #f8b62d;
		border-radius: 0 4px 4px 0;
	}
}