﻿.main{
	padding-top: 60px;
}
.banner1{
	position: relative;
	padding: 109px 0 140px;
}
.banner1 .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner1 .pic img{
	display: block;
	width: 100%;
	object-fit: cover;
	height: 100%;
	min-height: 320px;
}
.banner1 .pic .img-m{
	display: none;
}
.banner1 .banner-box{
	position: relative;
	z-index: 2;
}
.banner1 .banner-box .banner-logo img{
	display: block;
}
.banner1 .banner-box .title{
	font-size: 52px;
	/* font-weight: 600; */
	color: #FFFFFF;
	line-height: 1;
	margin-top: 24px;
}
.banner1 .banner-box .des{
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 28px;
}
.common-btns{
	display: block;
	position: relative;
	width: 120px;
	height: 36px;
	line-height: 36px;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;

	font-weight: 400;
	color: #071D3C;
	overflow: hidden;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.common-btns span {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.common-btns:hover span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}

.common-btns::before {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #071D3C;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}

.common-btns:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;

}
.banner1 .banner-box .common-btns{
	margin-top: 36px;
}
.product-title{
	text-align: center;
}
.product-title p{
	text-align: center;
	font-size: 42px;

	font-weight: 500;
	color: #071D3C;
	line-height: 1;
}
.product-title .line{
	display: inline-block;
	width: 58px;
	height: 5px;
	background: #267DFF;
	border-radius: 2px;
	margin-top: 10px;
}
.jishi .box1{
	padding: 94px 0 102px;
}
.jishi .box1 .box-c{
	margin-top: 57px;
}
.jishi .box1 .box-c .list{
	display: flex;
	justify-content: space-between;
}
.jishi .box1 .box-c .list li{
	width: 23.46%;
	background: linear-gradient(333deg, #FFFFFF 0%, #EAEFF9 100%);
	box-shadow: 5px 10px 20px 0px rgba(7, 29, 60, 0.08);
	border-radius: 8px;
	padding: 29px 0 38px;
	text-align: center;
}
.jishi .box1 .box-c li .icon{
    transform: perspective(400px);
}
.jishi .box1 .box-c li .icon img{
	display: block;
	width: 80px;
	margin: 0 auto;
	transition: all .6s;
}
.jishi .box1 .box-c li:hover .icon img{
	transform: rotateY(180deg);
}
.jishi .box1 .box-c li .text{
	font-size: 24px;

	font-weight: 500;
	color: #071D3C;
	line-height: 1;
	margin-top: 30px;
}
.jishi .box2{
	background-image: url(../image/jishi-box2-bg.png);
	padding: 52px 0 57px;
	background-size: cover;
}
.jishi .box2 .product-title p{
	color: #fff;
	text-align: left;
}
.jishi .box2 .box-c{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.jishi .box2 .l{
	width: 58.21%;
}
.jishi .box2 .des{
	font-size: 14px;

	font-weight: 500;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 53px;
	padding: 0 24px;
}
.jishi .box2 .l .img{
	margin-top: 69px;
	display: block;
	max-width: 100%;
}
.jishi .box2 .l .img img{
    display: block;
	max-width: 100%;
}
.jishi .box2 .r{
	position: relative;
	width: 39.76%;
}
.jishi .box2 .r img,
.jiguang .box2 .r img,
.jixing .box3 .r .video img,
.jizhan .box3 .r .video img{
	display: block;
	width: 100%;
	border: 1px solid #546175;
	border-radius: 2px;

}
.jishi .box2 .r .playBtn1,
.jiguang .box2 .r .playBtn1,
.jixing .box3 .r .video .playBtn1,
.jizhan .box3 .r .video .playBtn1{
	position: absolute;
	width: 68px;
	height: 68px;
	line-height: 68px;
	background-color: #6CE8E0;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}
.jishi .box2 .r .playBtn1 .iconfont,
.jiguang .box2 .r .playBtn1 .iconfont,
.jixing .box3 .r .video .playBtn1 .iconfont,
.jizhan .box3 .r .video .playBtn1 .iconfont{
	font-size: 38px;
	color: #fff;
}
.jishi .box3{
	background: linear-gradient(360deg, rgba(234, 239, 249, 0.4) 0%, rgba(203, 217, 246, 0) 100%);
}
.jishi .box3 .box-c{
	display: flex;
	justify-content: space-between;
	padding-left: 66px;
}
.jishi .box3 .l{
	position: relative;
	width: 45.4%;
}
.jishi .box3 .l img{
	display: block;
	max-width: 100%;
	width: 612px;
}
.jishi .box3 .r{
	position: relative;
	padding: 61px 46px 0 0;
	width: 45.77%;
}
.jishi .box3 .r .bg{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	max-width: 100%;
	z-index: -1;
	max-height: 100%;
	object-fit: cover;
}
.jishi .box3 .product-title,
.jishi .box3 .product-title p{
	text-align: left;
}
.jishi .box3 .r .des{
	margin-top: 81px;
	font-size: 14px;

	font-weight: 400;
	color: #69778a;
	line-height: 28px;
}
.common-core-function{
	padding-top: 54px;
}
.common-core-function .box-t{
	text-align: center;
}
.common-core-function .box-t .swiper{
	display: inline-block;
	overflow: visible;
}
.common-core-function .box-t .swiper-slide{
	padding: 46px 0 22px;
	width: auto;
	text-align: center;
	cursor: pointer;
}
.common-core-function .box-t .swiper-slide:not(:last-child){
	margin-right: 130px;
}
.common-core-function .box-t .swiper-slide .icon{
	width: 70px;
	height: 70px;
	background: linear-gradient(180deg, #E2E8F6 0%, rgba(202, 215, 241, 0) 100%);
	box-shadow: 0px 2px 20px 0px rgba(123, 146, 190, 0.15);
	border-radius: 30px;
	border: 3px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.common-core-function .box-t .swiper-slide.active .icon{
	box-shadow: 0 2px 20px 0 rgba(0, 100, 255, .30);
	background: linear-gradient(180deg, #589BFF 0%, #1272FF 100%);
}
.common-core-function .box-t .swiper-slide .icon img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	transition: all .6s;
}
.common-core-function .box-t .swiper-slide:hover .icon img{
	transform: rotateY(180deg);
}
.common-core-function .box-t .swiper-slide .icon .img2{
	display: none;
}
.common-core-function .box-t .swiper-slide.active .icon .img1{
	display: none;
}
.common-core-function .box-t .swiper-slide.active .icon .img2{
	display: block;
}
.common-core-function .box-t .swiper-slide .text{
	font-size: 14px;

	font-weight: 400;
	color: #69778a;
	line-height: 20px;
	margin-top: 15px;
}
.common-core-function .box-t .swiper-slide.active .text{
	color: #071D3C;
}
.common-core-function .box-t .sjx{
	transition: all .3s ease-out;
	width: 0;
	height: 0;
	border-color: transparent transparent #1f2639;
	border-style: solid;
	border-width: 18px 8px 8px;
	position: absolute;
	bottom: 0;
	left: 48px;
	margin: 0;
	transform: translateX(-50%);
}
.common-core-function .box-c .items{
	display: none;
}
.common-core-function .box-c .items.active{
	display: block;
}
.common-core-function .box-c .item{
	display: flex;
	padding: 66px 0 49px;
	justify-content: space-between;
}
.common-core-function .box-c .items.active .item{
	animation: move1 .5s ease-in forwards;
}
@keyframes move1{
	0%{
		opacity: 0;
		transform: translateY(60px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}
.common-core-function .box-c .l{
	/* flex: 1; */
	padding-top: 44px;
	margin-right: 40px;
	width: 31.33%;
}
.common-core-function .box-c .l .text-box:not(:last-child){
	margin-bottom: 33px;
}
.common-core-function .box-c .l .text-title{
	font-size: 26px;

	font-weight: 500;
	color: #FFFFFF;
	line-height: 37px;
}
.common-core-function .box-c .l .text-des{
	font-size: 14px;

	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	line-height: 20px;
	margin-top: 15px;
}
.common-core-function .box-c .r{
	width: 57.52%;
}
.common-core-function .box-c .r img{
	width: 100%;
	display: block;
}
.common-core-function .box-c{
	background-image: url(../image/jishi-box4-bg.png);
	background-size: cover;
}
.jishi .box5{
	padding: 50px 0 30px;
}
.jishi .box5 .content1436{
	position: relative;
}
.jishi .box5 .pic{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	display: block;
	max-width: 100%;
	width: auto;
	z-index: -1;
}
.jishi .box5 .box-c{
	padding: 54px 0 104px;
}
.jishi .box5 .box-c .des{
	font-size: 16px;

	font-weight: 400;
	color: #071D3C;
	line-height: 22px;
	margin-top: 30px;
	text-align: center;
}
.common-btns-jiguang::before{
	color: #2DBCC2;
}
.common-btns-jiguang{
	border: 1px solid #fff;
	line-height: 34px;
}
.common-btns-jiguang:hover{
	border-color: #6CE8E0;
}
.jiguang .box1{
	padding: 59px 0 80px;
}
.jiguang-title{
	text-align: center;
}
.jiguang-title .title{
	font-size: 32px;
	font-weight: bold;
	color: #071D3C;
	line-height: 46px;
	background-image: url(/statics/jishijiao/img/jiguang-title-bg.svg);
	background-repeat: no-repeat;
	padding: 0 36px 0 31px;
	background-size:contain;
	/*
	background-position: center center; */
}
.jiguang-title .title1{
	font-size: 36px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 52px;
}
.jiguang-title .des{
	font-size: 14px;

	color: #69778a;
	line-height: 20px;
	margin-top: 16px;
}
.jiguang-title .des span{
	color: #2DBCC2;
}
.jiguang .box1 .box-c{
	margin-top: 50px;
}
.jiguang .box1 .box-c ul{
	display: flex;
	justify-content: space-between;
}
.jiguang .box1 .box-c li{
	width: 32%;
	/* background: linear-gradient(139deg, #FBF3F8 0%, #D3F3F4 100%); */
}
.jiguang .box1 .box-c li>span{
	display: block;
	transition: all 0.5s ease;
	padding: 30px 0 40px;
	background: linear-gradient(to right, #FBF3F8 , #D3F3F4);
	border-radius: 8px;
}
.jiguang .box1 .box-c li>span:hover{
	transform: translateY(-15px);
}
.jiguang .box1 .box-c li .icon img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	transition: all .6s;
}
.jiguang .box1 .box-c li .icon{
    transform: perspective(400px);
}

.jiguang .box1 .box-c li:hover .icon img{
	transform: rotateY(180deg);
}
.jiguang .box1 .box-c li .text-title{
	font-size: 24px;

	font-weight: 500;
	color: #071D3C;
	line-height: 20px;
	text-align: center;
	margin-top: 32px;
}
.jiguang .box2 .content1436{
	background-image: url(/statics/jishijiao/img/jiguang-box2-bg.svg);
	display: flex;
	justify-content: space-between;
	padding: 36px 36px 36px 63px;
	background-size: cover;
}
.jiguang .box2 .jiguang-title,
.jiguang .box3 .jiguang-title{
	text-align: left;
}
.jiguang .box2 .l .text-des{
	margin-top: 73px;
	font-size: 14px;

	font-weight: 500;
	color: #FFFFFF;
	line-height: 24px;
}
.jiguang .box2 .l .text:not(:last-child){
	margin-bottom: 16px;
}
.jiguang .box2 .l{
	width: 49.13%;
}
.jiguang .box2 .r{
	position: relative;
	width: 42.85%;
}
.jiguang .box3{
	padding: 80px 0 30px;
}
.jiguang .box3 .jiguang-title .des{
	padding-left: 11px;
}
.jiguang .box3 .jiguang-title .title{
	background-image: url(/statics/jishijiao/img/jiguang-title-bg2.svg);
	padding: 0px 36px 0px 31px;
	background-position: center;
	background-size: cover;
	line-height: 46px;
	display: inline-block;
}
.jiguang .box3 .box-c{
	margin-top: 74px;
	display: flex;
	justify-content: space-between;
}
.jiguang .box3 .box-c .l{
	padding-top: 8px;
	width: 35.02%;
}
.jiguang .box3 .box-c .l ul{
	position: relative;
}
.jiguang .box3 .box-c .l ul::before{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	background: #FAFAFA;
	border-radius: 4px;
	height: 100%;
	width: 4px;
}
.jiguang .box3 .box-c .l li{
	position: relative;
	padding-left: 37px;
	padding-right: 38px;
	display: flex;
	align-items: center;
}
.jiguang .box3 .box-c .l li:not(:last-child){
	margin-bottom: 30px;
}
.jiguang .box3 .box-c .l li::before{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	background: #E1EBF2;;
	border-radius: 4px;
	height: 100%;
	width: 4px;
	opacity: 0;
	transition: all 0.5s ease;
}
.jiguang .box3 .box-c .l li:hover::before,
.jiguang .box3 .box-c .l li.active::before{
	opacity: 1;
}
.jiguang .box3 .box-c .l li .icon{
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
	border-radius: 50%;
}
.jiguang .box3 .box-c .l li .icon img{
	display: block;
	border-radius: 50%;
}
.jiguang .box3 .box-c .l .text-box{
	padding: 25px 0 29px 48px;
	width: 100%;
	border-radius: 6px;
	transition: all 0.5s ease;
}
.jiguang .box3 .box-c .l li:hover .text-box,
.jiguang .box3 .box-c .l li.active .text-box{
	background: linear-gradient(to right, #FBF3F8 , #D3F3F4);
	box-shadow: 0px 4px 20px rgb(16 17 27 / 10%);
}
.jiguang .box3 .box-c .l .text-title{
	font-size: 24px;

	font-weight: 500;
	color: #071D3C;
	line-height: 35px;
}
.jiguang .box3 .box-c .l .text-des{
	font-size: 14px;

	font-weight: 400;
	color: #69778a;
	line-height: 20px;
	margin-top: 5px;
}
.jiguang .box3 .box-c .r{
	position: relative;
	width: 59.67%;
}
.jiguang .box3 .box-c .r-box ul{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 6.5%;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 13px;
}
.jiguang .box3 .box-c .r-box-img{
	display: block;
	box-shadow: 0px 4px 20px rgb(16 17 27 / 20%);
	width: 100%;
}
.jiguang .box3 .box-c .r-box li{
	display: none;
}
.jiguang .box3 .box-c .r-box .active{
	display: block;
}
.jiguang .box3 .box-c .r-box li img{
	display: block;
	width: 100%;

}
.jiguang .box3 .box-c .r-box li.active img{
	animation: move1 1s ease forwards;
}
.jiguang .box3 .tips{
	margin-top: 40px;
	font-size: 14px;

	font-weight: 400;
	color: #546175;
	line-height: 20px;
	vertical-align: middle;
	/* display: flex;
	align-items: center; */
	/* flex-wrap: wrap;
	word-break: break-all; */
}
.jiguang .box3 .tips img{
	width: 16px;
	margin-right: 5px;
	vertical-align: top;
}
.jiguang .box3 .tips span{
	color: #2DBCC2;
}
.jiguang .box4{
	background-image: url(/statics/jishijiao/img/jiguang-box4-bg1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.jiguang .box4 .content1436{
	position: relative;
	padding: 120px 0;
	display: flex;
	justify-content: space-between;
}
.jiguang .box4 .content1436 .bg{
	position: absolute;
	top: 0;
	left: 19px;
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.jiguang .box4 .l{
	width: 55.5%;
}
.jiguang .box4 .l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jiguang .box4 .l li{
	position: relative;
	width: 46.42%;
	margin-bottom: 30px;
	z-index: 2;
	/* background: linear-gradient(139deg, #EFCCE2 0%, #4DCDD1 100%);
	box-shadow: 0px 4px 15px 0px rgba(33, 43, 66, 0.05); */
	/* box-shadow: 0px 4px 20px 0px rgba(7, 29, 60, 0.08), inset 1px 1px 32px 0px rgba(255, 255, 255, 0.29); */
}
.jiguang .box4 .l li>span{
	position: relative;
	padding: 37px 30px 34px;
	display: block;
	border-radius: 8px;
	transition: transform .5s ease;
	background-image: url(/statics/jishijiao/img/jiguang-box4-bg2.png);
	background-size: cover;
}
.jiguang .box4 .l li:hover>span{
	transform: translateY(-10px);
}
.jiguang .box4 .l li>span:before{
	/* position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 70px;
	background: linear-gradient(139deg, #EFCCE2 0%, #4DCDD1 100%);
	box-shadow: 0px 4px 15px 0px rgba(33, 43, 66, 0.05);
	z-index: -1;
	border-radius: 8px; */
}
.jiguang .box4 .l li>span::after{
	/* position: absolute;
	content: "";
	left: 0;
	top: 9px;
	width: 100%;
	height: calc(100% - 9px);
	backdrop-filter: blur(23px);
	z-index: -1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.33) 100%);
	box-shadow: 0px 4px 20px 0px rgba(7, 29, 60, 0.08), inset 1px 1px 32px 0px rgba(255, 255, 255, 0.29);
	border-radius: 8px; */
}
.jiguang .box4 .l li .text-title{
	position: relative;
	font-size: 24px;
	font-weight: 500;
	color: #071D3C;
	line-height: 35px;
	padding-left: 25px;
	z-index: 2;
}
.jiguang .box4 .l li .text-title::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 36px;
	height: 36px;
	background-image: url(/statics/jishijiao/img/jiguang-box4-1.svg);
	z-index: -1;
}
.jiguang .box4 .l li:nth-child(2) .text-title::before{
	background-image: url(/statics/jishijiao/img/jiguang-box4-3.svg);
}
.jiguang .box4 .l li:nth-child(3) .text-title::before{
	background-image: url(/statics/jishijiao/img/jiguang-box4-2.svg);
}
.jiguang .box4 .l li:nth-child(4) .text-title::before{
	background-image: url(/statics/jishijiao/img/jiguang-box4-4.svg);
}
.jiguang .box4 .l .text-des{
	font-size: 14px;

	font-weight: 400;
	color: #69778a;
	line-height: 20px;
	margin-top: 19px;
}
.jiguang .box4 .l .text-des p:not(:last-child){
	margin-bottom: 12px;
}
.jiguang .box4 .r{
	padding-top: 63px;
	width: 36.42%;
	padding-right: 50px;
}
.jiguang .box4 .r .jiguang-title{
	text-align: left;
}
.jiguang .box4 .r .r-des{
	font-size: 14px;

	font-weight: 400;
	color: #69778a;
	line-height: 24px;
	margin-top: 47px;
	padding-left: 31px;
}
.jiguang .box5{
	position: relative;
	padding-bottom: 159px;
}
.jiguang .box5 .box-c{
	padding: 40px 0 68px;
	background: url(/statics/jishijiao/img/jiguang-box5-bg.svg);
	background-size: cover;
}
.jiguang .box5 .jiguang-title{
	text-align: left;
}
.jiguang .box5 .l .des{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 20px;
}
.jiguang .box5 .r{
	position: absolute;
	top: 80px;
	right: 0;
	width: 64.42%;
}
.jiguang .box5 .r .swiper-slide{
	padding: 43px 65px 0 28px;
	height: 200px;
	width: 400px;
	box-shadow: 2px 6px 20px 0px rgba(7, 29, 60, 0.04);
	border-radius: 8px;
}
.jiguang .box5 .r .swiper-slide .text-title{
	font-size: 24px;
	transform: perspective(400px);
	font-weight: 500;
	color: #071D3C;
	line-height: 35px;
	display: flex;
	align-items: center;
}
.jiguang .box5 .r .swiper-slide .text-title img{
	transition: all .5s ease;
	margin-right: 14px;
}
.jiguang .box5 .r .swiper-slide:hover .text-title img{
	transform: rotateY(180deg);
}
.jiguang .box5 .r .swiper-slide .text-des{
	font-size: 16px;

	font-weight: 400;
	color: #69778a;
	line-height: 24px;
	margin-top: 20px;
}
.jiguang .box5 .r .swiper-slide:not(:last-child){
	margin-right: 30px;
}
.jiguang .box5 .r .btn,
.jixing .box2 .r .btn{
	position: absolute;
	width: 24px;
	height: 24px;
	border: 2px solid #2D364C;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2D364C;
	z-index: 2;
	bottom: 22px;
	cursor: pointer;
	font-weight: bold;
}
.jiguang .box5 .r .btn .iconfont,
.jixing .box2 .r .iconfont{
	font-size: 18px;
}
.jixing .box2 .r .btn{
	left: -50px;
}
.jiguang .box5 .r .btn.btn-next{
	left: -44px;
}
.jiguang .box5 .r .btn.btn-prev{
	left: -76px;
}
.jixing .box2 .r .btn.btn-prev{
	bottom: 36px;
}
.jixing .box2 .r .btn.btn-next{
	bottom: 0;
}
.jiguang .box5 .r .btn.swiper-button-disabled,
.jixing .box2 .r .btn.swiper-button-disabled{
	border-color: #D4D9E0;
	color: #D4D9E0;
}
.common-specification{
	padding-bottom: 60px;
}
.common-specification .box-c{
	margin-top: 46px;
}
.common-specification table{
	width: 100%;
	text-align: left;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.common-specification table:not(:last-child){
	margin-bottom: 30px;
}
.common-specification table td{
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	padding: 14px 0;
}
.common-specification table thead{
	height: 60px;
}
.common-specification table thead .th1{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	background: #212B42;
	border-radius: 8px 8px 0px 0px;
}
.common-specification table tbody .th1{
	font-size: 16px;
	font-weight: 400;
	color: #071D3C;
	line-height: 24px;
}
.common-specification  .th1{
	padding-left: 60px;
	width: 30.64%;
}
.common-specification table .th2{
	padding-left: 100px;
	padding-right: 68px;
	font-size: 14px;

	font-weight: 400;
	color: #071D3C;
	line-height: 20px;
}
.common-specification table .th2 .text-box{
	line-height: 56px;
	padding: 22px 0;
}
.common-specification table .th2 .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.common-specification table .th2 .img{
	max-width: 48%;
	max-height: 90%;
}
.common-specification table .th2 .img img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.fixed-box{
	position: fixed;
	background-color: #2FCEFF;
	padding: 9px 0;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}
.fixed-box.active{
	top: 0;
	bottom: auto;
	opacity: 1;
	visibility: visible;
}
.jiguang-main .fixed-box{
	background-color:#4DCDD2
}
.fixed-box .content1436{
	display: flex;
	justify-content: space-between;
	font-size: 18px;

	font-weight: 500;
	color: #FFFFFF;
	line-height: 25px;
	align-items: center;
}
.fixed-box .btn{
	display: block;
	position: relative;
	width: 120px;
	height: 32px;
	line-height: 30px;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;

	font-weight: 400;
	color: #071D3C;
	overflow: hidden;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.fixed-box .btn span {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.fixed-box .btn:hover span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}
.fixed-box .btn::before {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #2FCEFF;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.fixed-box .btn:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;

}
.jiguang-main,
.jixing-main{
	/* padding-bottom: 50px; */
}
.jixing .product-title .line{
	background-color: #2FCEFF;
}
.jixing .box1{
	padding: 94px 0 106px;
}
.jixing .box1 .box-c{
	margin-top: 60px;
}
.jixing .box1 .box-c ul{
	display: flex;
	justify-content: space-between;
}
.jixing .box1 .box-c ul li{
	background: linear-gradient(354deg, #FFFFFF 0%, #FDFFFF 0%, #EDFBFF 100%, #EDFBFF 100%);
	box-shadow: 5px 10px 20px 0px rgba(7, 29, 60, 0.08);
	border-radius: 8px;
	width: 32%;
	padding: 47px 30px 0;
	min-height: 170px;
	display: flex;
}
.jixing .box1 .box-c ul li .text-box{
	padding-top: 17px;
}
.jixing .box1 .box-c ul li .text-box .text-title{
	font-size: 24px;

	font-weight: 500;
	color: #071D3C;
	line-height: 1;
}
.jixing .box1 .box-c ul li .icon img{
	display: block;
	transition: all .5s ease;
}
.jixing .box1 .box-c ul li .icon{
	margin-right: 30px;
	transform: perspective(400px);
}
.jixing .box1 .box-c ul li .text-des{
	font-size: 14px;

	font-weight: 400;
	color: #69778A;
	line-height: 20px;
	margin-top: 14px;
}
.jixing .box1 .box-c ul li:hover .icon img{
	transform: rotateY(180deg);
}
.jixing .box2{
	position: relative;
	padding: 9px 0 78px;
}
.jixing .box2:before{
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	height: 100%;
	width: 59.37%;
	background-color: rgba(20, 25, 42, 1);
}
.jixing .box2::after{
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
.jixing .box2 .l .icon img{
	display: block;
}
.jixing .box2 .l .product-title{
	margin-top: 48px;
	padding-left: 18px;
	display: inline-block;
}
.jixing .box2 .r{
	position: relative;
	float: right;
	width: 71.4%;
	margin-top: -67px;
}
.jixing .box2 .r .swiper-slide{
	padding: 45px 28px 0;
	width: 420px;
	height: 200px;
	box-shadow: 2px 6px 20px 0px rgba(7, 29, 60, 0.04);
	border-radius: 8px;
	/* border: 1px solid rgba(84, 97, 117, 0.08); */
}
.jixing .box2 .r .swiper-slide:not(:last-child){
	margin-right: 30px;
}
.jixing .box2 .r .swiper-slide .text-title{
	display: flex;
	align-items: center;
	font-size: 24px;
	transform: perspective(400px);
	font-weight: 500;
	color: #071D3C;
	line-height: 33px;
}
.jixing .box2 .r .swiper-slide .text-title img{
	margin-right: 14px;
	transition: all .6s ease ;

}
.jixing .box2 .r .swiper-slide:hover .text-title img{
    -webkit-transform: rotateY(0deg);
	transform: rotateY(180deg);
}
.jixing .box2 .r .swiper-slide .text-des{
	font-size: 16px;

	font-weight: 400;
	color: #69778A;
	line-height: 24px;
	margin-top: 20px;
}
.jixing .box3{
	display: flex;
	padding-top: 45px;
	justify-content: space-between;
	background: linear-gradient(360deg, rgba(203, 217, 246, 0) 0%, rgba(234, 239, 249, 0.4) 100%);
}
.jixing .box3 .l{
	width: 53.12%;
}
.jixing .box3 .l img{
	display: block;
	max-width: 100%;
}
.jixing .box3 .r .product-title{
	display: inline-block;
	text-align: left;
}
.jixing .box3 .r{
	flex: 1;
	padding-left: 4.6%;
	padding-top: 43px;
}
.jixing .box3 .r .r-box,
.jizhan .box3 .r .r-box{
	width: 566px;
	max-width: 100%;
}
.jixing .box3 .r .des,
.jizhan .box3 .r .des{
	font-size: 16px;

	font-weight: 400;
	color: #69778A;
	line-height: 24px;
	margin-top: 60px;
}
.jixing .box3 .r .des p:not(:last-child),
.jizhan .box3 .r .des p:not(:last-child){
	margin-bottom: 19px;
}
.jixing .box3 .r .video,
.jizhan .box3 .r .video{
	position: relative;
	margin-top: 59px;
}
.jixing .box4{
	position: relative;
	margin-top: 10px;
	padding: 100px 0;
	background: linear-gradient(360deg, rgba(234, 239, 249, 0.4) 0%, rgba(203, 217, 246, 0) 100%);
}
.jixing .box4 .bg{
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 57.76%;
	display: block;
	z-index: -1;
}
.jixing .box4 .content1436{
	display: flex;
	justify-content: space-between;
}
.jixing .box4 .l{
	width: 602px;
	max-width: 100%;
	padding-top: 91px;
	margin-right: 20px;
}
.jixing .box4 .l .product-title{
	display: inline-block;
	text-align: left;
}
.jixing .box4 .l .des{
	font-size: 16px;

	font-weight: 400;
	color: #69778A;
	line-height: 24px;
	margin-top: 60px;
}
.jixing .box4 .l .des p:not(:last-child){
	margin-bottom: 19px;
}
.jixing .box4 .r{
	width: 679px;
	max-width: 100%;
}
.jixing .box4 .r ul{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.jixing .box4 .r li{
	position: relative;
	width: 592px;
	max-width: 100%;
	height: 245px;
	background-color: #49D5FF;
	border-radius: 6px;
	display: flex;
	padding: 30px 40px 0;
	background-image: url(../image/jixing-box4-bg2.png);
	background-repeat: no-repeat;
	background-position: right bottom 14px;
	z-index: 2;
}
.jixing .box4 .r li:last-child{
	position: relative;
	align-self: flex-end;
	background-color: #14192A;
	margin-top: -60px;
	padding-top: 70px;
	z-index: 1;

}
.jixing .box4 .r li .icon{
	padding-top: 30px;
	margin-right: 26px;
  flex-shrink: 0;
}
.jixing .box4 .r li .icon img{
	display: block;
	transition: all .5s ease;
}
.jixing .box4 .r li:hover .icon img{
	transform: rotateY(180deg);
}
.jixing .box4 .r .text-title{
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 33px;
}
.jixing .box4 .r .text-des{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	text-shadow: 0px 2px 2px rgba(35, 42, 63, 0.12);
	margin-top: 20px;
}
.jixing .box4 .r .text-des p:not(:last-child){
	margin-bottom: 10px;
}
.jixing .box5.common-core-function .box-t .swiper-slide .icon{
	background: linear-gradient(180deg, #E2E8F6 0%, rgba(202, 215, 241, 0) 100%);
	box-shadow: 0px 2px 20px 0px rgba(123, 146, 190, 0.15);
}
.jixing .box5.common-core-function .box-t .swiper-slide.active .icon{
	background: linear-gradient(180deg, #2FCEFF 0%, #00B0E6 100%);
	box-shadow: 0px 2px 20px 0px rgba(0, 139, 182, 0.3), inset 0px 4px 10px 0px #07B0E4;
}
.jixing .box5 .boxT-container{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #D1DBEF 100%);
	overflow: hidden;
}
.jixing .box5.common-core-function .box-c .item{
	padding: 92px 0 38px;
}
.jixing .box5.common-core-function .box-c .l{
	padding-top: 0;
}
.jixing .box5.common-core-function .box-c .item{
	align-items: center;
}
.jixing .box5.common-core-function .box-c .l .text-des{
	margin-top: 59px;
}
.jixing .box5.common-core-function .box-c .l .text-des p:not(:last-child){
	margin-bottom: 35px;
}
.jixing .box6.common-specification{
	padding: 60px 0 57px;
}
.jixing .box6.common-specification .box-c{
	margin-top: 30px;
}
.common-btns-jizhan::before{
	color: #0064FF;
}
.common-btns-jizhan{
	border: 1px solid #fff;
	line-height: 34px;
}
.common-btns-jizhan:hover{
	border-color: #0064FF;
}
.jizhan .product-title .line{
	background-color: #0064FF;
}
.jizhan .box1 {
	padding: 94px 0 110px;
}
.jizhan .box1 .box-c{
	margin-top: 57px;
}
.jizhan .box1 .box-c ul{
	display: flex;
	justify-content: space-between;
}
.jizhan .box1 .box-c li{
	background: linear-gradient(333deg, #FFFFFF 0%, #EAEFF9 100%);
	box-shadow: 5px 10px 20px 0px rgba(7, 29, 60, 0.08);
	border-radius: 8px;
	padding: 29px 0 37px;
	text-align: center;
	width: 23.46%;
}

.jizhan .box1 .box-c li .icon{
    transform: perspective(400px);
}
.jizhan .box1 .box-c li .icon img{
	display: block;
	transition: all .5s ease;
	margin: 0 auto;
}
.jizhan .box1 .box-c li:hover .icon img{
	transform: rotateY(180deg);
}
.jizhan .box1 .box-c li .text{
	font-size: 24px;

	font-weight: 500;
	color: #071D3C;
	line-height: 1;
	margin-top: 31px;
}
.jizhan .box2{
    position: relative;
	padding: 89px 0 109px;
	/*background-image: url(../img/jizhan-box2-bg.svg);*/
	/*background-position: left top;*/
	/*background-repeat: no-repeat;*/
}
.jizhan .box2:before{
    position:absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background-image: url(../image/jizhan-box2-bg.svg);
    background-size: cover;
}
.jizhan .box2 .product-title{
	position: relative;
	display: inline-block;
}
.jizhan .box2 .product-title p{
	color: #fff;
}
.jizhan .box2 .product-title .bg{
	position: absolute;
	right: 16px;
	bottom: 6px;
	display: block;
}
.jizhan .box2 .box-c{
	margin-top: 33px;
}
.jizhan .box2 .box-c .swiper-slide{
	width: 460px;
	height: 240px;
	background-color: #fff;
	padding: 61px 48px 0;
	border-radius: 8px;
}
.jizhan .box2 .box-c .swiper-slide:not(:last-child){
	margin-right: 30px;
}
.jizhan .box2 .box-c .text-title{
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 500;
	color: #071D3C;
	line-height: 33px;
	transform: perspective(400px);
}
.jizhan .box2 .box-c .text-title img{
	transition: all .5s ease;
	margin-right: 14px;
}
.jizhan .box2 .box-c .swiper-slide:hover .text-title img{
	transform: rotateY(180deg);
}
.jizhan .box2 .box-c .text-des{
	font-size: 16px;

	font-weight: 400;
	color: #69778A;
	line-height: 24px;
	margin-top: 20px;
}
.jizhan .box3{
	display: flex;
	background-image: url(../image/jizhan-box3-bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-bottom: 63px;
}
.jizhan .box3 .l{
	padding-top: 11px;
	width: 53.125%;
}
.jizhan .box3 .l img{
	display: block;
	width: 100%;
}
.jizhan .box3 .r{
	width: 46.87%;
	padding-left: 4.6%;
}
.jizhan .box3 .r .product-title{
	text-align: left;
	display: inline-block;
}
.jizhan .box4{
	position: relative;
	display: flex;
	margin-top: 45px;
	background: linear-gradient(180deg, rgba(203, 217, 246, 0) 0%, rgba(234, 239, 249, 0.4) 100%);
}
.jizhan .box4 .content1436{
	display: flex;
	justify-content: space-between;
}
.jizhan .box4 .bg{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
	height: auto;
	display: block;
	max-height: 100%;
}
.jizhan .box4 .l{
	width: 44.21%;
	text-align: left;
	padding: 106px 0 230px;
}
.jizhan .box4 .l .product-title{
	text-align: left;
}
.jizhan .box4 .l .product-title p{
	text-align: left;
}
.jizhan .box4 .l ul{
	margin-top: 65px;
}
.jizhan .box4 .l li{
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #071D3C;
	line-height: 16px;
	opacity: .6;
}
.jizhan .box4 .l li:hover{
	opacity: 1;
}
.jizhan .box4 .l li:not(:last-child){
	margin-bottom: 29px;
}
.jizhan .box4 .l li img{
	margin-right: 10px;
	margin-top: 3px;
}
.jizhan .box4 .r{
	position: absolute;
	right: 0;
	top: 30px;
	width: 57.65%;
	z-index: 0;
}
.jizhan .box4 .r img{
	width: 100%;
	display: block;
}
.jizhan .box5.common-core-function .boxT-container{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #D1DBEF 100%);
}
.jizhan .box5.common-core-function .box-t .swiper-slide.active .icon{
	background: linear-gradient(180deg, #0AE2D7 0%, #0064FF 100%);
}
.jizhan .box5.common-core-function .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border: 1px solid #0164FF;
	background-color: transparent;
	opacity: 1;
}
.jizhan .box5.common-core-function .swiper-pagination-bullet-active{
	background-color: #0064FF;
}
.jizhan .box5.common-core-function .swiper-horizontal>.swiper-pagination-bullets,
.jizhan .box5.common-core-function .swiper-pagination-bullets.swiper-pagination-horizontal,
.jizhan .box5.common-core-function .swiper-pagination-custom,
.jizhan .box5.common-core-function .swiper-pagination-fraction{
	bottom: 20px;
}
.common-core-function .box-c .l .text-container{
	margin-top: 39px;
}
.common-core-function .box-c .l .text-container p:not(:last-child){
	margin-bottom: 24px;
}
.common-core-function .box-c .l .text-des span{
	padding-right: 6px;
}
.jizhan-fixed-box{
	background-color: #0064FF;
}
.jizhan-fixed-box .btn::before{
	color: #0064FF;
}
.jiguang-fixed-box{
	background-color: #4DCDD2;;
}
.jiguang-fixed-box .btn::before{
	color: #4DCDD2;
}
.jizhan .box6{
	padding: 54px 0 59px;
	background: linear-gradient(360deg, rgba(203, 217, 246, 0) 0%, rgba(234, 239, 249, 0.4) 100%);
}
.jizhan .box6 .box-c{
	position: relative;
	margin-top: 30px;
	border-radius: 10px;
	box-shadow: 0px 17px 55px 0px rgba(7, 29, 60, 0.08), inset 1px 1px 32px 0px rgba(255, 255, 255, 0.29);
}
.jizhan .box6 .swiper-slide {
	display: flex;
	background-color: #fff;
	border-radius: 20px;
	background-color: #fff;
}

.jizhan .box6 .swiper-slide .l{
	width: 43.48%;
	/* height: 100%; */
	overflow: hidden;
	border-radius: 10px 0 0 10px;
}
.jizhan .box6 .swiper-slide .l .pic{
	height: 100%;
}
.jizhan .box6 .swiper-slide .l .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jizhan .box6 .swiper-slide .r {
	flex: 1;
	padding: 54px 20px 54px;
	border-radius: 0 10px 10px 0;
	/* height: 100%; */
}
.jizhan .box6 .swiper-slide .r-box{
	padding: 0 40px;
	height: 100%;
}
.jizhan .box6 .swiper-slide .r-t {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.jizhan .box6 .swiper-slide .r-t-l {
	padding-top: 6px;
}

.jizhan .box6 .swiper-slide .r-t-l img {
	display: block;
}

.jizhan .box6 .swiper-slide .title {
	font-size: 26px;

	font-weight: 500;
	color: #071D3C;
	line-height: 1;
	margin-top: 37px;
}

.jizhan .box6 .swiper-slide .ewm {
	width: 100px;
	height: 100px;
	background: #EEEFF5;
	box-shadow: 0px 4px 40px 0px rgba(7, 29, 60, 0.05), inset 1px 1px 32px 0px rgba(255, 255, 255, 0.29);
	border-radius: 2px;
	border: 2px solid #FFFFFF;
	/* backdrop-filter: blur(23px); */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.jizhan .box6 .swiper-slide .ewm img {
	max-width: 100%;
	max-height: 100%;
}

.jizhan .box6 .swiper-slide .ewm-text {
	font-size: 12px;
	font-weight: 400;
	color: #071D3C;
	line-height: 17px;
	margin-top: 11px;
}
.jizhan .box6 .swiper-slide .ewm-text1{
	display: none;
}
.jizhan .box6 .swiper-slide .des {
	font-size: 16px;

	font-weight: 400;
	color: #071D3C;
	line-height: 22px;
	margin-top: 20px;
}

.jizhan .box6 .swiper-slide .r-c {
	margin-top: 32px;
	border-top: 1px solid rgba(219, 219, 219, 1);
}

.jizhan .box6 .swiper-slide .text-box {
	padding-top: 31px;
}

.jizhan .box6 .swiper-slide .text-title {
	display: flex;
	align-items: center;
	font-size: 18px;

	font-weight: 500;
	color: #071D3C;
	line-height: 1;
}

.jizhan .box6 .swiper-slide .text-title img {
	margin-right: 8px;
}

.jizhan .box6 .swiper-slide .text-des {
	font-size: 14px;

	font-weight: 400;
	color: #071D3C;
	line-height: 1;
	margin-top: 15px;
}

.jizhan .box6 .swiper-slide .a-link {
	display: inline-flex;
	align-items: center;
	color: #0064FF;
	position: relative;
}
.jizhan .box6 .swiper-slide .a-link:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	width: 0;
	height: 1px;
	background-color: #0064FF;
	transition: all .6s;
}
.jizhan .box6 .swiper-slide .a-link:hover:before{
	width: 100%;
}

.jizhan .box6 .swiper-slide .a-link .iconfont {
	font-size: 12px;
	margin-left: 2px;
	margin-top: 2px;
	font-weight: bold;
	transition: transform .6s;
}

.jizhan .box6 .swiper-slide .a-link:hover .icon-xiangyou{
	transform: translateX(5px);
}

.jizhan .box6 .btn{
	background-color: #0064FF;
}
.jizhan .box6 .btn.swiper-button-disabled{
	background-color: #EDEBF3;
}
.jizhan .box6 .box-b{
	position: absolute;
	margin-top: 0;
	text-align: right;
	right: 81px;
	bottom: 19px;
	z-index: 2;
}
.jizhan .box6 .box-b a{
	font-size: 14px;

	font-weight: 400;
	color: #0064FF;
	line-height: 20px;
	text-decoration: underline;
	padding-bottom: 2px;
}
@media (max-width:1440px){
	.jizhan .box4 .l{
		padding: 70px 0 110px;
	}
	.jizhan .box4 .l ul{
		margin-top: 40px;
	}
	.jiguang .box4 .l li{
	    width: 48.42%;
	}
}
@media (max-width:1330px){
	.banner1 .banner-box .title{
		font-size: 42px;
	}
	.jishi .box3 .r{
		width: 49.77%;
	}
	.jishi .box3 .r .des{
		margin-top: 40px;
	}
	.jixing .box1 .box-c ul li{
		padding: 30px 20px 0;
	}
	.jixing .box1 .box-c ul li .icon{
		margin-right: 20px;
	}
	.jixing .box3 .r,
	.jizhan .box3 .r{
		padding: 43px 30px 0;
		flex: 1;
	}
	.jixing .box3 .l{
		width: 48%;
	}
	.jixing .box3 .r .r-box, .jizhan .box3 .r .r-box{
		width: 100%;
	}
	.jixing .box3 .r .des, .jizhan .box3 .r .des{
		margin-top: 29px;
	}
	.jixing .box3 .r .video, .jizhan .box3 .r .video{
		margin-top: 29px;
	}
	.jixing .box3,.jizhan .box3{
		align-items: center;
	}
	.jizhan .box4 .l{
		width: 42%;
	}
}
@media (max-width:1199px){
	.jizhan .box4 .l li:not(:last-child){
		margin-bottom: 20px;
	}
	.jiguang-title .title,.jiguang-title .title1,
	.product-title p{
		font-size: 30px;
	}
	.banner1 .banner-box .title{
		font-size: 36px;
	}
	.jiguang .box2 .l .text-des{
		margin-top: 10px;
	}
	.jiguang .box2 .content1436{
		padding: 36px;
	}
	.jiguang .box3 .box-c .l .text-box{
		padding: 25px 0 29px 35px;
	}
	.jiguang .box3 .box-c .l li:not(:last-child){
		margin-bottom: 15px;
	}
	.jiguang .box3 .box-c .r{
		width: 62.67%;
	}
	.jishi .box3 .r{
		padding: 30px 0 0;
	}
	.jixing .box1 .box-c ul li .text-box{
		padding-top: 0;
	}
	.jixing .box1 .box-c ul li .text-box .text-title{
		font-size: 22px;
	}
	.jixing .box1 .box-c ul li .icon{
		margin-right: 15px;
	}
	.jixing .box4 .r li{
		height: 200px;
	}
	.jixing .box4 .r li:last-child{
		margin-top: 25px;
		padding-top: 30px;
	}
	.jixing .box4 .r{
		width: 500px;
	}
	.jixing .box4 .r .text-des{
		margin-top: 10px;
	}
}
@media (max-width:1024px){
	.jizhan .box6 .box-b{
		right: 20px;
		bottom: 10px;
	}
	.jizhan .box1 .box-c li .text,.jizhan .box2 .box-c .text-title,
	.jixing .box2 .r .swiper-slide .text-title,.jixing .box4 .r .text-title,
	.jixing .box1 .box-c ul li .text-box .text-title,
	.jiguang .box1 .box-c li .text-title,.jiguang .box3 .box-c .l .text-title,
	.jiguang .box4 .l li .text-title,
	.jiguang .box5 .r .swiper-slide .text-title,
	.jishi .box1 .box-c li .text{
		font-size: 22px;
	}
	.common-specification table thead .th1{
		font-size: 18px;
	}
	.banner1{
		padding: 60px 0 70px;
	}
	.banner1 .banner-box .title{
		font-size: 30px;
	}
	.jiguang-title .title, .jiguang-title .title1,
	.product-title p{
		font-size: 26px;
	}
	.jiguang .box1 .box-c li .text-title{
		margin-top: 20px;
	}
	.jiguang .box1 .box-c li .icon img,
	.jishi .box1 .box-c li .icon img,
	.jizhan .box1 .box-c li .icon img{
		height: 60px;
	}
	.jiguang .box1 .box-c li>span{
		padding: 20px 0;
	}
	.jiguang .box2 .content1436{
		flex-wrap: wrap;
	}
	.jiguang .box2 .l{
		width: 100%;
	}
	.jiguang .box2 .r{
		width: 100%;
		margin-top: 40px;
	}
	.jiguang .box3 .box-c{
		flex-direction: column;
	}
	.jiguang .box3 .box-c .l{
		width: 100%;
	}
	.jiguang .box3 .box-c{
		margin-top: 40px;
	}
	.jiguang .box3 .box-c .l li{
		padding-right: 0;
	}
	.jiguang .box3 .box-c .l ul::before{
		display: none;
	}
	.jiguang .box3 .box-c .r{
		width: 100%;
		margin-top: 30px;
	}
	.jiguang .box4 .content1436{
		flex-direction: column-reverse;
	}
	.jiguang .box4 .content1436{
		padding: 60px 0;
	}
	.jiguang .box4 .r{
		padding-top: 0;
		width: 100%;
		padding-right: 0;
	}
	.jiguang .box4 .r .r-des{
		margin-top: 15px;
		padding-left: 0;
	}
	.jiguang .box4 .l{
		width: 100%;
		margin-top: 30px;
	}
	.jiguang .box4 .l li>span{
		padding: 25px;
	}
	.jiguang .box4 .l .text-des{
		margin-top: 10px;
	}
	.jiguang .box5 .r{
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		margin-top: 30px;
	}
	.jiguang .box5 .r .swiper-slide{
		width: 350px;
		height: 175px;
		background-size: cover;
	}
	.jizhan .box2 .box-c .swiper-slide{
		width: 350px;
		height: 183px;
		padding: 25px;
	}
	.jiguang .box5 .r .swiper-slide{
		padding: 25px;
	}
	.jiguang .box5 .r .swiper-slide .text-des,
	.jizhan .box2 .box-c .text-des,
	.jixing .box2 .r .swiper-slide .text-des{
		margin-top: 5px;
	}
	.jiguang .box5 .r .btn, .jixing .box2 .r .btn{
		display: none;
	}
	.jiguang .box5 .r .swiper-slide:not(:last-child),
	.jixing .box2 .r .swiper-slide:not(:last-child),
	.jizhan .box2 .box-c .swiper-slide:not(:last-child){
		margin-right: 20px;
	}
	.jiguang .box5 .l .des{
		margin-top: 0px;
	}
	.jiguang .box5{
		padding-bottom: 50px;
	}
	.common-specification .th1{
		padding-left: 30px;
	}
	.common-specification .th1{
		width: 120px;
	}
	.common-specification table .th2{
		padding: 14px 20px;
	}
	.common-specification table thead{
		height: 53px;
	}
	.jiguang .box3 .box-c .l li::before{
		display: none;
	}
	.jishi .box1 .box-c .list li,
	.jizhan .box1 .box-c li{
		width: 48%;
		padding: 20px;
		margin-bottom: 20px;
	}
	.jishi .box1 .box-c .list,
	.jizhan .box1 .box-c ul{
		flex-wrap: wrap;
	}
	.jishi .box1 .box-c li .text,
	.jizhan .box1 .box-c li .text{
		margin-top: 20px;
	}
	.jishi .box2 .box-c{
		flex-direction: column;
	}
	.jishi .box2 .des{
		margin-top: 30px;
	}
	.jishi .box2 .l .img{
		margin-top: 40px;
	}
	.jishi .box2 .r{
		width: 100%;
	}
	.jishi .box3 .box-c{
		flex-direction: column-reverse;
	}
	.jishi .box3 .r{
		width: 100%;
		padding-top: 55px;
	}
	.jishi .box3 .l{
		width: 100%;
		margin-top: 35px;
	}
	.common-core-function .box-t .swiper-slide:not(:last-child){
		margin-right: 70px;
	}
	.common-core-function .box-c .l{
		padding-top: 0;
		margin-right: 0;
		width: 36%;
	}
	.common-core-function .box-c .l .text-title{
		font-size: 20px;
	}
	.common-core-function .box-c .l .text-des{
		margin-top: 5px;

	}
	.common-core-function .box-c .r{
		width: 60%;
	}
	.common-core-function .box-c .l .text-box:not(:last-child){
		margin-bottom: 15px;
	}
	.jishi .box3 .box-c{
		padding-left: 0;
	}
	.jishi .box2 .l .img img{
		max-width: 100%;
	}
	.jishi .box2 .l{
		width: 100%;
	}
	.jixing .box1 .box-c ul li{
		flex-direction: column;
	}
	.jixing .box1 .box-c ul li{
		padding: 10px 20px 20px;
	}
	.jixing .box1 .box-c ul li .icon img{
		margin: 0 auto;
		height: 60px;
	}
	.jixing .box1 .box-c ul li .icon{
		margin-right: 0;
	}
	.jixing .box1 .box-c ul li .text-box{
		text-align: center;
		margin-top: 15px;
	}
	.jixing .box2 .r{
		float: none;
		width:90%;
		margin: 30px auto 0;
	}
	.jixing .box2:before{
		display: none;
	}
	.jixing .box2 .l .icon img,
	.jizhan .box2 .product-title .bg{
		height: 100px;
	}
	.jixing .box2 .r .swiper-slide{
		width: 350px;
		height: 176px;
		background-size: cover;
		padding: 25px;
	}
	.jixing .box2 .r .swiper-slide .text-des{
		margin-top: 15px;
	}
	.jixing .box1{
		padding: 60px 0;
	}
	.jixing .box2 .l .product-title{
		margin-top: 25px;
	}
	.jixing .box2{
		padding-bottom: 40px;
	}
	.jixing .box3,
	.jizhan .box3{
		flex-direction: column-reverse;
	}
	.jixing .box3 .r,
	.jizhan .box3 .r{
		padding: 0;
		width: 90%;
	}
	.jixing .box3 .l,
	.jizhan .box3 .l{
		width: 100%;
		margin-top: 30px;
	}
	.jixing .box4{
		padding: 40px 0;
	}
	.jixing .box4 .content1436{
		flex-direction: column;
	}
	.jixing .box4 .l{
		padding-top: 0;
		margin-right: 0;
		width: 100%;
	}
	.jixing .box4 .l .des{
		margin-top: 25px;
	}
	.jixing .box4 .r{
		margin-top: 35px;
		width: 100%;
	}
	.jizhan .box4 .content1436{
		flex-direction: column;
	}
	.jizhan .box4 .l{
		width: 100%;
		padding: 30px 0 40px;
	}
	.jizhan .box4 .r{
		position: relative;
		width: 100%;
	}
	.jizhan .box3{
		padding-bottom: 0;
	}
	.jizhan .box4{
		margin-top: 0;
	}
	.jizhan .box6 .swiper-slide{
		flex-direction: column;
		justify-content: space-between;
	}
	.jizhan .box6 .swiper-slide .l{
		border-radius: 10px 10px 0 0;
	}
	.jizhan .box6 .swiper-slide .pic{
		border-radius: 10px 10px 0 0;
		max-height: 320px;
		overflow: hidden;
	}
	.jizhan .box6 .swiper-slide .l{
		width: 100%;
	}
	.jizhan .box6 .swiper-slide .r{
		flex: none;
		height: 60%;
	}
	.jizhan .box6 .swiper-slide .r-t-l img{
		height: 40px;
	}
	.jizhan .box6 .swiper-slide .r{
		padding: 40px 20px;
	}
	.jizhan .box6 .swiper-slide .title{
		font-size: 24px;
		margin-top: 17px;
	}
	.jizhan .box6 .swiper-slide .r-box{
		padding: 0 0px;
	}
}
@media (max-width:768px){
	.banner1 .banner-box .banner-logo img{
		height: 44px;
	}
	.banner1{
		padding: 0;
	}
	.banner1 .pic{
		position: relative;

	}
	.banner1 .banner-box{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		padding: 30px 0 67px;
	}
	.banner1 .pic .img-pc{
		display: none;
	}
	.banner1 .pic .img-m{
		display: block;
		min-height: auto;
		height: 250px;
	}
	.jizhan .box4 .l{
		padding: 0px 0 0;
	}
	.jizhan .box4 .l ul{
		margin-top: 25px;
	}
	.jizhan .box2{
		padding: 60px 0;
	}
	.jiguang-title .title, .jiguang-title .title1,
	.product-title p{
		font-size: 22px;
	}
	.banner1 .banner-box .title{
		font-size: 26px;
		margin-top: 6px;
	}
	.banner1 .banner-box .des{
		font-size: 12px;
		margin-top: 9px;
	}
	.banner1 .banner-box .common-btns{
		margin-top: 23px;
	}
	.common-btns{
		height: 25px;
		line-height: 25px;
		width: 80px;
		font-size: 12px;
	}
	.jizhan .box1 .box-c li .text,.jizhan .box2 .box-c .text-title,
	.jixing .box2 .r .swiper-slide .text-title,.jixing .box4 .r .text-title,
	.jixing .box1 .box-c ul li .text-box .text-title,
	.jiguang .box1 .box-c li .text-title,.jiguang .box3 .box-c .l .text-title,
	.jiguang .box4 .l li .text-title,
	.jiguang .box5 .r .swiper-slide .text-title,
	.jishi .box1 .box-c li .text{
		font-size: 20px;
	}
	.jiguang .box1 .box-c ul{
		flex-direction: column;
	}
	.jiguang .box1 .box-c li{
		width: 100%;
	}
	.jiguang .box1 .box-c li:not(:last-child){
		margin-bottom: 15px;
	}
	.jiguang .box1 .box-c li .icon img,
	.jishi .box1 .box-c li .icon img,
	.jizhan .box1 .box-c li .icon img{
		height: 40px;
	}
	.jiguang .box1 .box-c li .text-title{
		margin-top: 10px;
	}
	.jiguang .box1 .box-c li>span:hover{
		transform: translateY(-7px);
	}
	.jiguang .box2 .content1436{
		padding: 20px;
	}
	.jishi .box2 .r .playBtn1, .jiguang .box2 .r .playBtn1, .jixing .box3 .r .video .playBtn1, .jizhan .box3 .r .video .playBtn1{
		width: 48px;
		height: 48px;
		line-height: 48px;
	}
	.jishi .box2 .r .playBtn1 .iconfont, .jiguang .box2 .r .playBtn1 .iconfont, .jixing .box3 .r .video .playBtn1 .iconfont, .jizhan .box3 .r .video .playBtn1 .iconfont{
		font-size: 20px;
	}
	.jiguang .box3 .box-c .l li .icon{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -20px;
	}
	.jiguang .box3 .box-c .l li .icon img{
		width: 40px;
	}
	.jiguang .box3 .box-c .l .text-box{
		text-align: center;
		padding: 25px 20px;
	}
	.jiguang .box3 .box-c .l li{
		padding-left: 0;
	}
	.jiguang .box3 .box-c .l li:not(:last-child){
		margin-bottom: 35px;
	}
	.common-specification table .th2 .text-box{
		line-height: 30px;
		padding: 0;
	}
	.common-specification table thead .th1{
		font-size: 16px;
	}
	.jishi .box1 .box-c .list li{
		width: 48%;
		padding: 15px 10px;
	}
	.jishi .box1{
		padding: 60px 0;
	}
	.jishi .box2 .des{
		padding: 0;
		margin-top: 15px;
	}
	.jishi .box2 .l .img{
		margin-top: 25px;
	}
	.jishi .box2 .r{
		margin-top: 25px;
	}
	.common-core-function .box-t .swiper{
		width: 100%;
		overflow: hidden;
	}
	.common-core-function .box-t .swiper-slide:not(:last-child){
		margin-right: 0;
	}
	.common-core-function .box-t .swiper-slide{
		padding: 42px 20px 20px;
	}
	.common-core-function .box-t .sjx{
		display: none;
	}
	.common-core-function .box-c .item{
		flex-direction: column;
	}
	.common-core-function .box-c .l{
		width: 100%;
	}
	.common-core-function .box-c .r{
		width: 100%;
		margin-top: 25px;
	}
	.common-core-function .box-c .item{
		padding: 40px 0;
	}
	.common-core-function .box-c .l .text-title{
		font-size: 18px;
		line-height: 28px;
	}
	.jishi .box5 .box-c .des{
		padding: 0 10px ;
		margin-top: 15px;
	}
	.jishi .box5 .box-c{
		padding: 50px 0 40px;
	}
	.jishi .box5 .pic{
		height: 115%;
		object-fit: cover;
	}
	.jixing .box1 .box-c ul li{
		width: 100%;
		margin-bottom: 25px;
	}
	.jixing .box1 .box-c ul{
		flex-wrap: wrap;
	}
	.jixing .box1 .box-c{
		margin-top: 40px;
	}
	.jixing .box2 .l .product-title{
		padding-left: 0;
	}
	.jixing .box1{
		padding: 60px 0 0;
	}
	.jixing .box2 .l .icon img,
	.jizhan .box2 .product-title .bg{
		height: 50px;
	}
	.jixing .box5.common-core-function .box-c .item{
		padding: 40px 0;
	}
	.jixing .box5.common-core-function .box-c .l .text-des{
		margin-top: 30px;
	}
	.jixing .box5.common-core-function .box-c .l .text-des p:not(:last-child){
		margin-bottom: 15px;
	}
	.jizhan .box6 .swiper-slide .ewm{
		width: 70px;
		height: 70px;
	}
	.jizhan .box1{
		padding: 60px 0;
	}
	.jizhan .box1 .box-c{
		margin-top: 35px;
	}
	.jizhan .box6 .swiper-slide .r-t-r{
		display: flex;
	}
	.jizhan .box6 .swiper-slide .ewm-text{
		display: none;
		width: 14px;
		margin-top: 0;
	}
	.jizhan .box6 .swiper-slide .ewm-text1{
		display: block;
		margin-left: 6px;
	}
}
@media (max-width:500px){
	.jizhan .box4 .l li:not(:last-child){
		margin-bottom: 16px;
	}
	.jizhan .box4 .product-title .line{
		margin-left: 0;
	}
	.banner1 .banner-box .banner-logo img{
		height: 30px;
	}
	.banner1 .banner-box .title{
		font-size: 22px;
	}
	.banner1 .banner-box .des{
		/* font-size: 18px; */
	}
	.jiguang .box1 .box-c li .text-title,.jixing .box1 .box-c ul li .text-box .text-title,
	.jixing .box2 .r .swiper-slide .text-title,.jixing .box4 .r .text-title{
		font-size: 16px;
	}
	.jizhan .box1 .box-c li .text,.jizhan .box2 .box-c .text-title,
	.jiguang .box1 .box-c li .text-title, .jiguang .box3 .box-c .l .text-title, .jiguang .box4 .l li .text-title, .jiguang .box5 .r .swiper-slide .text-title,
	.jishi .box1 .box-c li .text{
		font-size: 16px;
	}
	.jishi .box1 .box-c li .text{
		font-size: 14px;
	}
	.jiguang .box1{
		padding: 30px 0 20px;
	}
	.jiguang-title .des{
		margin-top: 4px;
	}
	.jiguang .box1 .box-c{
		margin-top: 30px;
	}
	.jiguang .box2 .r{
		margin-top: 30px;
	}
	.jiguang-title .title, .jiguang-title .title1,
	.product-title p{
		line-height: 42px;
	}
	.jiguang .box2 .l .text-des{
		margin-top: 5px;
	}
	.jiguang .box2 .l .text:not(:last-child){
		margin-bottom: 8px;
	}
	.jiguang .box2 .r{
		margin-top: 25px;
	}
	.jiguang .box3{
		padding: 30px 0 0;
	}
	.jiguang .box3 .box-c .l .text-box{
		padding: 20px;
	}
	.jiguang .box3 .box-c .l .text-des{
		margin-top: 0;
	}
	.jiguang .box3 .tips{
		margin-top: 30px;
	}
	.jiguang .box4 .content1436{
		padding: 20px 0 20px;
	}
	.jiguang .box4 .r .r-des{
		margin-top: 5px;
	}
	.jiguang .box4 .l{
		margin-top: 25px;
	}
	.jiguang .box4 .l li{
		width: 100%;
	}
	.jiguang .box5 .r .swiper-slide{
		width: 300px;
		height: 150px;
	}
	.jizhan .box2 .box-c .swiper-slide{
		width: 300px;
		height: 157px;
	}
	.jiguang .box4 .l li:last-child{
		margin-bottom: 0;
	}
	.jiguang .box5 .box-c{
		padding: 20px 0 20px;
	}
	.jiguang .box5 .r{
		margin-top: 25px;
	}
	.jiguang .box5{
		padding-bottom: 20px;
	}
	.common-specification .box-c{
		margin-top: 10px;
	}
	.common-specification table thead{
		height: 40px;
	}
	.common-specification table tbody .th1,
	.common-specification table thead .th1{
		font-size: 14px;
	}
	.common-specification table thead .th1{
		height: 40px !important;
	}
	.common-specification .th1{
		padding-left: 15px;
	}
	.common-specification .th1{
		width: 100px;
	}
	.common-specification table td{
		padding: 9px 0;
	}
	.common-specification table tbody .th1{
		line-height: 1.5;
	}

	.common-specification table .th2{
		padding: 9px 15px;
	}
	.common-specification{
		padding-bottom: 40px;
	}
	.fixed-box .btn{
		font-size: 14px;
		width: 100px;
	}
	.jishi .box1{
		padding: 30px 0 20px;
	}
	.jishi .box1 .box-c{
		margin-top: 30px;
	}
	.product-title .line{
		margin-top: 0px;
		height: 3px;
		display: block;
		margin: 0 auto;
	}
	.jishi .box2{
		padding: 30px 0 20px;
	}
	.jishi .box2 .des{
		margin-top: 5px;
	}
	.jishi .box2 .r{
		margin-top: 20px;
	}
	.jishi .box3 .r{
		padding-top: 30px;
	}
	.jishi .box3 .product-title .line{
		margin-left: 0;
	}
	.jishi .box3 .r .des{
		margin-top: 15px;
	}
	.jishi .box3 .l{
		margin-top: -10px;
	}
	.common-core-function{
		padding-top: 30px;
	}
	.common-core-function .box-t .swiper-slide{
		padding: 30px 20px 10px;
	}
	.common-core-function .box-t .swiper-slide .icon{
		width: 60px ;
		height: 60px;
	}
	.common-core-function .box-t .swiper-slide .icon img{
		width: 30px;
	}
	.common-core-function .box-t .swiper-slide .text{
		margin-top: 5px;
	}
	.common-core-function .box-c .item{
		padding: 30px 0 20px;
	}
	.jishi .box5{
		padding: 30px 0;
	}
	.jishi .box5 .box-c{
		padding: 35px 0 40px;
	}
	.jishi .box5 .box-c .des{
		font-size: 14px;
	}
	.jixing .box1{
		padding: 30px 0 10px;
	}
	.jixing .box1 .box-c{
		margin-top: 20px;
	}
	.jixing .box1 .box-c ul li{
		margin-bottom: 15px;
	}
	.jixing .box2 .l .icon img.,
	.jizhan .box2 .product-title .bg{
		height: 30px;
	}
	.jixing .box2 .l .product-title{
		margin-top: 0;
	}
	.jixing .box2 .r{
		margin-top: 20px;
	}
	.jixing .box2 .r .swiper-slide{
		width:300px;
		height: 142px;
	}
	.jixing .box2{
		padding-bottom: 20px;
	}
	.jixing .box3,
	.jizhan .box3{
		padding-top: 30px;
	}
	.jixing .box3 .r .des, .jizhan .box3 .r .des{
		margin-top: 20px;
	}
	.jixing .box3 .r .des p:not(:last-child), .jizhan .box3 .r .des p:not(:last-child){
		margin-bottom: 10px;
	}
	.jixing .box4 .r li .icon img{
		width: 40px;
		height: 40px;
		margin: 0 auto;
	}
	.jixing .box4 .r li {
		flex-direction: column;
		text-align: center;
	}
	.jixing .box4 .r li .icon{
		padding-top: 0;
		margin-right: 0;
	}
	.jixing .box4 .r li{
		padding: 25px;
		height: auto;
	}
	.jixing .box5.common-core-function .box-c .item{
		padding: 40px 0;
	}
	.jixing .box5.common-core-function .box-c .l .text-des{
		margin-top: 20px;
	}
	.jixing .box5.common-core-function .box-c .l .text-des p:not(:last-child){
		margin-bottom: 10px;
	}
	.jixing .box4{
		padding: 0 0 30px;
	}
	.jixing .box6.common-specification{
		padding: 40px 0 30px;
	}
	.jixing .box6.common-specification .box-c{
		margin-top: 20px;
	}
	.jiguang .box5 .r .swiper-slide .text-des,
	.jizhan .box2 .box-c .text-des,
	.jixing .box2 .r .swiper-slide .text-des{
		font-size: 14px;
	}
	.jizhan .box6 .swiper-slide .title{
			font-size: 16px;
	}
	.jizhan .box6 .swiper-slide .r{
		padding: 20px 20px 30px;
	}
	.jizhan .box6 .swiper-slide .text-des{
		line-height: 24px;
	}
	.jizhan .box6 .swiper-slide .r-c{
		margin-top: 20px;
	}
	.jizhan .box6 .swiper-slide .text-box{
		padding-top: 20px;
	}
	.jizhan .box6 .swiper-slide .r-t{
		/* flex-direction: column; */
	}
	.jizhan .box6 .swiper-slide .r-t-l img{
		height: 25px;
	}
	.jizhan .box6 .swiper-slide .r-t-r{
		/* width: 100%; */
		/* margin-top: 25px; */
		text-align: center;
	}
	.jizhan .box1{
		padding: 30px 0 20px;
	}
	.jizhan .box1 .box-c{
		margin-top: 20px;
	}
	.jizhan .box2{
		padding: 30px 0 20px;
	}
	.jizhan .box2 .box-c{
		margin-top: 25px;
	}
	.jixing .box3 .l, .jizhan .box3 .l{
		margin-top: 0;
	}
	.jizhan .box4 .r{
		margin-top: 20px;
		top: 0;
	}
	.jizhan .box6{
		padding: 30px 0;
	}
	.jizhan .box6 .box-c{
		margin-top: 20px;
	}
	.jizhan .box6 .box-b{
		margin-top: 10px;
	}
	.fixed-box .content1436{
		font-size: 16px;
	}
}