@charset "utf-8";
/* =====================内页样式======================== */


.n_tit{
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
}
.n_tit h3{
    color: #222;
    font-weight: bold;
}
.n_tit p{
    color: #666;
    line-height: 1.875;
    margin-top: 8px;
	text-transform: uppercase;
}

/* =====================关于我们样式======================== */

/* 企业文化 s */
.ab_culture{
	/* padding: 1.5rem 0; */
	position: relative;
	background: url('../images/ab_culture.jpg') no-repeat center;
	background-size: cover;
}
.ab_culture::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(0,0,0,.15);
	z-index: 1;
}
.ab_culture .tt{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0.6rem;
	text-align: center;
	color: white;
	z-index: 3;
}
.ab_culture ul{
	position: relative;
	z-index: 2;
	/* margin-top: 0.6rem; */
}
.ab_culture ul li{
	height: 9rem;
	text-align: center;
	background: rgba(23, 99, 205, 0);
	color: #fff;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.ab_culture ul li .view{
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
}
.ab_culture ul li:hover{
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 2%, rgba(0, 0, 0, 0.5) 100%);
}
.ab_culture ul li:hover .view{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.ab_culture ul li i{
	font-size: 0.6rem;
}
.ab_culture ul li h4{
	font-size: 0.32rem;
	margin-top: 0.2rem;
	font-weight: normal;
}
.ab_culture ul li h4::after{
	position: relative;
	content: "";
	display: block;
	width: 0.3rem;
	height: 2px;
	background-color: #126db4;
	margin: 0.2rem auto;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ab_culture ul li:hover h4::after{
	opacity: 1;
}
.ab_culture ul li p{
	font-size: 16px;
	line-height: 1.7;
	opacity: 0;
}
.ab_culture ul li:hover p{
	opacity: 1;
}
/* 企业文化 e */

/* 客户服务 s */
/* 客户服务 e */

/* 常见问题 s */
/* 常见问题 e */


/* =====================产品中心样式======================== */

/* 产品详情 s */
.n_product{}
.pro_xq1{
	position: relative;
	background-color: #333;
	height: 100vh;
	overflow: hidden;
}
.pro_xq1 .video{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	filter: blur(26px);
}
.pro_xq1 .w14{
	height: 100vh;
	position: relative;
	z-index: 2;
}
.pro_xq1 .fl{
	/* width: calc(100% - 680px); */
	flex: 1;
	position: absolute;
	bottom: 80px;
	left: 0;
	z-index: 10;
	padding-right: 80px;
}
.pro_xq1 .fl h3{
	font-size: 0.5rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
}
.pro_xq1 .fl h3::after{
	content: '';
	position: relative;
	display: block;
	width: 44px;
	height: 2px;
	background: #126db4;
	margin: 0.2rem 0 0;
}
.pro_xq1 .fl p{
	font-size: 24px;
	line-height: 1.5;
	color: #FFFFFF;
	max-height: 90px;
	overflow: hidden;
	margin-top: 0.35rem;
}
.pro_xq1 .fl .btn{
	width: 100%;
	position: relative;
	margin-top: 0.5rem;
}
.pro_xq1 .fl .btn a{
	font-size: 18px;
	line-height: 1.5;
	color: #126db4;
	text-decoration: underline;
	margin-right: 0.5rem;
}
.pro_xq1 .fl .btn a:last-child{
	margin-right: 0;
}
.pro_xq1 .fl .scr{
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 1.5rem;
	color: white;
	cursor: pointer;
}
.pro_xq1 .fl .scr i{
	font-size: 28px;
}
.pro_xq1 .fl .scr span{
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	/* padding-top: 8px; */
	height: 26px;
	line-height: 26px;
	color: hsla(0, 0%, 100%, .6);
	background: linear-gradient(90deg, hsla(0, 0%, 100%, .6) 0, #fff 30%, hsla(0, 0%, 100%, .6) 50%);
	background-position: 0;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: shines-data-v-98e87820 5s linear infinite;
	animation: shines-data-v-98e87820 5s linear infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes shines-data-v-98e87820 {
    0% {
        background-position: 0
    }
    to {
        background-position: 120px
    }
}
@keyframes shines-data-v-98e87820 {
    0% {
        background-position: 0
    }
    to {
        background-position: 120px
    }
}
@-webkit-keyframes shines-data-v-98e87820 {
    0% {
        background-position: 0
    }
    to {
        background-position: 120px
    }
}
@keyframes shines-data-v-98e87820 {
    0% {
        background-position: 0
    }
    to {
        background-position: 120px
    }
}

.pro_xq1 .fr{
	/* float: right;
	width: 510px;
	height: 670px; */
}
.he_b1s1l1 {
    position: absolute;
    left: 0;
    top: 100%;
}
.he_b1s1l2 {
    position: absolute;
    left: 0;
    top: 0;
	margin-top: calc(-0.4rem - 18px);
}
.he_b1s1 {
    width: 100%;
    height: 2000px;
    transform: translateY(-60%);
}
.he_b1s1cv {
    width: 100%;
    position: absolute;
    left: 0;
}
.pro_xq1 .fr .img,.pro_xq2 .fr .img{
	float: right;
	width: 510px;
	position: relative;
	height: 650px;
}
.pro_xq1 .fr .img .flex,.pro_xq2 .fr .img .flex{
	height: 100%;
}
.pro_xq1 .fr .pic,.pro_xq2 .fr .pic{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(158, 158, 158, 0.06) 100%);
	mix-blend-mode: normal;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
		backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
	border: 2px solid rgba(255, 255, 255, 0.04);
	border-radius: 30px;
}
.pro_xq1 .fr .pic img,.pro_xq2 .fr .pic img{
	width: 100%;
}

.pro_xq1 video{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	min-height: 100%;
	min-width: 100%;
}

.pro_xq2{
	height: 100vh;
	height: 100%;
	overflow: hidden;
}
.pro_xq2 .fl{
	flex: 1;
	width: calc(100% - 6.5rem);
	padding-top: 0.7rem;
	padding-right: 10%;
	position: relative;
	z-index: 10;
	padding-bottom: 0.5rem;
}
.pro_xq2 .fl .info{
	font-size: 16px;
	line-height: 1.75;
	color: #666666;
}
.pro_xq2 .fl dl{
	margin: 0 -0.45rem;
	padding-top: 0.45rem;
}
.pro_xq2 .fl dl dd{
	width: 50%;
	padding: 0 0.45rem;
	margin-bottom: 0.5rem;
}
.pro_xq2 .fl dl dd .ico{
	width: 100px;
	height: 0.8rem;
	line-height: 0.8rem;
}
	
.pro_xq2 .fl dl dd .ico img{
	display: inline-block;
	max-height: 100%;
}
.pro_xq2 .fl dl dd p{
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	height: 54px;
	overflow: hidden;
	margin-top: 0.08rem;
}

.pro_xq2 .fr .pic {
    background: rgba(255, 255, 255, 1);
    box-shadow: inherit;
    backdrop-filter: blur(0px);
    border: 2px solid rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
}

.pro_xq3{
	background: url('../images/pro_cs.jpg') no-repeat center;
	background-size: cover;
}
.pro_xq3 .up {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
}
.pro_xq3 .up .d_text {
    color: #fff;
    font-weight: bold;
}

.pro_xq3 .con{
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 12px;
	overflow: hidden;
}
.pro_xq3 .con video{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}
.pro_xq3 .con .view{
	position: relative;
	width: 100%;
	padding: 0.6rem 0.36rem 0.6rem 1.6rem;
	z-index: 2;
}
.pro_xq3 .con .view>.fl{
	width: 5rem;
}
.pro_xq3 .con .view .fl .swiper-container{
	padding-bottom: 0.4rem;
}
.pro_xq3 .con .view .fl ul{}
.pro_xq3 .con .view .fl ul li{}
.pro_xq3 .con .view .fl ul li img{}
.pro_xq3 .con .view>.fr{
	width: calc(100% - 5rem);
	padding: 0 0.9rem;
}
.pro_xq3 .con .view .fr .top{
	position: relative;
}
.pro_xq3 .con .view .fr .top ul{}
.pro_xq3 .con .view .fr .top ul li{}
.pro_xq3 .con .view .fr .top ul li .text{
	width: 100%;
	padding: 0.4rem;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	border-radius: 20px;
	overflow-y: auto;
/* 	height: 400px;
	padding-right: 10px; */
}
/* .pro_xq3 .con .view .fr .top ul li .text::-webkit-scrollbar {
	width: 3px;
	height: 16px;
	background-color: #F5F5F5;
	right: 8px;
}
.pro_xq3 .con .view .fr .top ul li .text::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
	right: 8px;
}
.pro_xq3 .con .view .fr .top ul li .text::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	background-color: #555;
	right: 8px;
} */

.pro_xq3 .con .view .fr .top ul li .text .item{
	position: relative;
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
}

.pro_xq3 .con .view .fr .top ul li .text .item:first-child{
	padding-top: 0;
}
.pro_xq3 .con .view .fr .top ul li .text .item .fl{
	width: 40%;
	padding-right: 10px;
}
.pro_xq3 .con .view .fr .top ul li .text .item .fr{
	width: 60%;
	padding-right: 10px;
	opacity: 0;
}

.pro_xq3 .con .view .fr .top ul li.swiper-slide-active .text .item .fr{
	-webkit-animation: fadeInRight 1s ease both;
	animation: fadeInRight 1s ease both;
	animation-delay: 0.4s;
	opacity: 1;
}
.pro_xq3 .con .view .fr .top ul li .text dl{
	overflow: hidden;
}
.pro_xq3 .con .view .fr .top ul li .text dd{
	position: relative;
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	padding: 0.14rem 0;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
	/* overflow: hidden; */
	width: 40%;
	padding-right: 10px;
}
.pro_xq3 .con .view .fr .top ul li .text dd:nth-child(odd)::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 1000rem;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.1);
}
.pro_xq3 .con .view .fr .top ul li .text dd:nth-child(2n){
	width: 60%;
	-webkit-animation: fadeInRight 1s ease both;
	animation: fadeInRight 1s ease both;
	animation-delay: 0.4s;
	opacity: 1;
}
.pro_xq3 .con .view .fr .top ul li.swiper-slide-active .text dd:nth-child(2n){
	-webkit-animation: fadeInRight 1s ease both;
	animation: fadeInRight 1s ease both;
	animation-delay: 0.4s;
	opacity: 1;
}

.pro_xq3 .con .view .fr .swiper-button-next, .pro_xq3 .con .view .fr .swiper-button-prev{
	width: 24px;
	height: 24px;
	z-index: 10;
	top: 38%;
	background-position: center;
	background-size: 100% auto;
}



.pro_xq3 .con .view .fr .swiper-button-next{
	background-image: url('../images/pro_xq3_r.svg');
	right: -46px;
}
.pro_xq3 .con .view .fr .swiper-button-prev{
	background-image: url('../images/pro_xq3_l.svg');
	left: -46px;
}

.pro_xq3 .con .view .fr .bot{
	width: 100%;
	position: relative;
	padding-top: 0.3rem;
}
.pro_xq3 .con .view .fr .bot a{
	width: 32%;
	margin-bottom: 12px;
	/* border: 1px solid rgba(51, 51, 51, 1); */
	border: 1px solid rgb(255,255,255,.15);
	border-radius: 50px;
	padding: 0 26px 0 30px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.pro_xq3 .con .view .fr .bot a span{
	font-size: 14px;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	color: #fff;
	padding-right: 10px;
}
.pro_xq3 .con .view .fr .bot a i{
	display: block;
	font-size: 24px;
	line-height: 46px;
	height: 46px;
	color: #fff;
}

/* .pro_xq3 .down {
    width: 100%;
    line-height: 1.8;
    font-size: 16px;
    color: #444;
}
.pro_xq3 .down img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
} */
/* 产品详情 e */

/* =====================新闻样式======================== */

/* 新闻列表 s */
.n_newslist{
	background-color: #edeff2;
}
.n_newslist ul{}
.n_newslist ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0.4rem;
	background-color: white;
}
.n_newslist ul li:nth-child(3n){
	margin-right: 0;
}
.n_newslist ul li a{
	width: 100%;
}
.n_newslist ul li .pic{}
.n_newslist ul li img{}
.n_newslist ul li .text{
	padding: 0.3rem;
}
.n_newslist ul li .text span{
	display: block;
	padding: 0 0 15px;
	font-size: 14px;
	color: #888;
}
.n_newslist ul li .text h4{
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1.5;
}
.n_newslist ul li .text .info{
	font-size: 14px;
	line-height: 2;
	color: #888;
	height: 84px;
}
.n_newslist ul li:hover .text span,.n_newslist ul li:hover .text h4,
.n_newslist ul li:hover .text .info{
	color: white;
}
.n_newslist ul li:hover .text{
	background-color: #126db4;
}
/* 新闻列表 e */


/* =====================解决方案样式======================== */

/* 方案列表 s */
.n_sol_list{
	background: #edeff2;
}
.n_sol_list ul{}
.n_sol_list ul li{
	width: 100%;
	position: relative;
	/* border-radius: 15px; */
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 19px 28px 0px rgb(165 165 165 / 6%);
	display: flex;
	margin-bottom: 0.6rem;
	padding: 0.6rem;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.n_sol_list ul li:last-child{
	margin-bottom: 0;
}
.n_sol_list ul li:hover{
	background-color: #126db4;
}
.n_sol_list li::after,.n_sol_list li:before {
    content: "";
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 4px;
    height: 27px;
    background: #0480BA;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.n_sol_list li:after {
    background: #FFFFFF;
	height: 0;
}
.n_sol_list li:hover:before{
    height: 0;
}
.n_sol_list li:hover:after {
	height: 27px;
}
.n_sol_list ul li a{
	width: 100%;	
}
.n_sol_list ul li .img{
	width: 45%;
}
.n_sol_list ul li img{}
.n_sol_list ul li .info{
	width: 50%;
}
.n_sol_list ul li .info h4{
	font-size: 24px;
	line-height: 1.5;
	color: #474747;
	overflow: hidden;
}
.n_sol_list ul li .info p{
	font-size: 16px;
	line-height: 1.75;
	color: rgba(71, 71, 71, 0.5);
	position: relative;
	margin: 0.2rem 0;
}
.n_sol_list ul li .info span{
	font-size: 16px;
	line-height: 1.5;
	color: #474747;
}
.n_sol_list ul li:hover .info h4,.n_sol_list ul li:hover .info span,
.n_sol_list ul li:hover .info p{
	color: #fff;
}
/* 方案列表 e */

/* 相关产品 s */
.xgcp{
	width: 100%;
	position: relative;
	background: #F6F6F6;
	overflow: hidden;
}
.xgcp .con{
	position: relative;
	margin-top: 0.6rem;
}
.xgcp .con::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(97.22deg, #F6F6F6 10.48%, rgba(255, 255, 255, 0) 94.21%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    height: 100%;
    width: 320px;
    z-index: 10;
    pointer-events: none;
}
.xgcp .con::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(97.22deg, #F6F6F6 10.48%, rgba(255, 255, 255, 0) 94.21%);
    height: 100%;
    width: 320px;
    z-index: 10;
    pointer-events: none;
}
.xgcp .con .swiper-container{
	padding-bottom: 0.6rem;
}

.round_page{}
.round_page.swiper-pagination{
	bottom: 0 !important;
}
.round_page .swiper-pagination-bullet{
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: transparent;
	border: 2px solid rgb(214, 214, 214);
	margin: 0 0.06rem;
	opacity: 1;
}
.round_page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border-color: #0480BA;
	opacity: 1;
}

.xgcp .con ul{}
.xgcp .con ul li{
	padding: 0 0.4rem;
}
.xgcp .con ul li a{
	width: 100%;
	position: relative;
	background: #fff;
	background: #FFFFFF;
	box-shadow: 20px 20px 30px rgb(0 0 0 / 6%);
	border-radius: 30px;
	padding: 0.4rem 0.7rem;
	display: flex;
	align-items: center;
}
.xgcp .con ul li .info{
	width: calc(100% - 320px);
	padding-right: 0.3rem;
}
.xgcp .con ul li .info .tit{
	font-size: 0.24rem;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
}
.xgcp .con ul li .info dl{
	overflow: hidden;
	margin: 0.15rem 0 0;
}
.xgcp .con ul li .info dd{
	position: relative;
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 1.55;
	color: #666666;
	font-weight: bold;
	height: 27px;
	overflow: hidden;
	padding-right: 10px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.xgcp .con ul li .info dd::after{
	position: absolute;
	content: '';
	display: block;
	bottom: 0;
	left: 0;
	width: 34px;
	height: 1px;
	background: #126db4;
}
.xgcp .con ul li .info .txt{
	font-size: 14px;
	line-height: 1.85;
	color: #666666;
	max-height: 100px;
	margin-top: 8px;
	overflow: hidden;
	position: relative;
}
.xgcp .con ul li .info .txt::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 10.48%, rgba(255, 255, 255, 0) 94.21%);
}
.xgcp .con ul li .info span{
	display: inline-block;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	background-image: -webkit-linear-gradient(0deg, #5d8cb3, #126db4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 0.25rem;
}
.xgcp .con ul li .pic{
	width: 320px;
}
.xgcp .con ul li .pic img{}
/* 相关产品 e */

/* 其他解决方案 s */
.qt_sol{
	padding: 0.8rem 0;
}
.qt_sol .con{
	margin-top: 0.6rem;
}
.qt_sol ul{}
.qt_sol ul li{
	padding: 0 22px 30px;
}
.qt_sol ul li a{
	box-shadow: 0px 6px 22px 0.41px rgb(0 0 0 / 6%);
}
.qt_sol ul li .pic{
}
.qt_sol ul li img{}
.qt_sol ul li .info{
	width: 100%;
	position: relative;
	background: #fff;
	padding: 0.42rem;
	/* border-radius: 20px 100px 20px 20px; */
	/* margin-top: -0.3rem; */
	z-index: 3;
}
.qt_sol ul li .info h4{
	position: relative;
	font-size: 22px;
	line-height: 1.35;
	color: #333333;
	font-weight: bold;
	max-height: 64px;
	overflow: hidden;
	padding-bottom: 0.18rem;
}
.qt_sol ul li .info h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #126db4;
}
.qt_sol ul li .info p{
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	height: 48px;
	overflow: hidden;
	margin-top: 0.2rem;
}
.qt_sol ul li .info span{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin-top: 0.24rem;
}
.qt_sol ul li:hover .info span{
	color: #126db4;
}
/* 其他解决方案 e */

/* 应用案例 s */
.xq_case{
}
.xq_case .con{
	position: relative;
	margin-top: 0.6rem;
}
.xq_case .con ul{}
.xq_case .con ul li{
	padding: 0 25px 40px;
}
.xq_case .con::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(97.22deg, #fff 10.48%, rgba(255, 255, 255, 0) 94.21%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    height: 100%;
    width: 320px;
    z-index: 10;
    pointer-events: none;
}
.xq_case .con::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(97.22deg, #fff 10.48%, rgba(255, 255, 255, 0) 94.21%);
    height: 100%;
    width: 320px;
    z-index: 10;
    pointer-events: none;
}
.xq_case .con ul li a{
	width: 100%;
	position: relative;
	border-radius: 20px;
	box-shadow: 0px 6px 40.59px 0.41px rgb(0 0 0 / 6%);
	background: #fff;
}
.xq_case .con ul li .pic{
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.xq_case .con ul li img{}
.xq_case .con ul li .info{
	width: 100%;
	position: relative;
	padding: 0.3rem;
}
.xq_case .con ul li .info h4{
	font-size: 18px;
	line-height: 24px;
	height: 48px;
	color: #303030;
	font-weight: bold;
	overflow: hidden;
	border-bottom: 2px solid #f1f1f1;
}	
/* 应用案例 e */


/* =====================服务中心样式======================== */

/* 客户服务 s */
.n_service{}
.n_service ul{
	margin-top: 0.4rem;
}
.n_service ul li{
	margin-bottom: 0.3rem;
}
.n_service ul li:last-child{
	margin-bottom: 0;
}
.n_service ul li .pic{
	width: 50%;
	overflow: hidden;
}
.n_service ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.n_service ul li .info{
	width: 50%;
	background: #f5f5f5;
	padding: 0.6rem 0.8rem;
}
.n_service ul li .info h4{
	font-size: 30px;
	color: #000;
	line-height: 36px;
}
.n_service ul li .info .txt{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin-top: 0.3rem;
}
/* 客户服务 e */

/* 下载中心 s */
.n_download{}
.n_download ul{}
.n_download ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	padding: 0.5rem 0.7rem;
	background: #eceef0;
	margin-bottom: 0.3rem;
}
.n_download ul li a{
	display: block;
}
.n_download ul li:nth-child(2n){
	margin-right: 0;
}
.n_download ul li .time{
	font-size: 14px;
	color: #363636;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.n_download ul li h4{
	font-size: 18px;
	color: #363636;
	font-weight: 700;
	line-height: 25px;
	height: 50px;
	margin: 0.2rem 0 0.3rem;
	font-weight: bold;
}
.n_download ul li .bot{}
.n_download ul li .bot .ico{
	color: #767676;
	line-height: 40px;
}
.n_download ul li .bot .ico i{
	font-size: 28px;
	color: #126db4;
	margin-right: 0.1rem;
}
.n_download ul li .bot .ico p{
	font-size: 16px;
}
.n_download ul li .bot span{
	padding: 0.12rem 0.15rem;
	font-size: 14px;
	color: #5e5e5e;
	text-transform: uppercase;
	border: 1px solid #bcbec0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.n_download ul li .bot span:hover{
	background-color: #126db4;
	border-color: #126db4;
	color: white;
}
.n_download ul li .bot span i{
	margin-right: 0.1rem;
}
.n_download ul li .bot span p{}

.n_download .fy_box{
	padding-bottom: 0;
}
/* 下载中心 e */

/* 客户服务 s */
/* 客户服务 e */

/* 常见问题 s */
.n_faq{}
.n_faq ul{}
.n_faq ul li{
	border-bottom: 1px dashed #e1e1e1;
	padding: 0.25rem 0;
}
.n_faq ul li .tit{
	position: relative;
	cursor: pointer;
}
.n_faq ul li .tit h4{
	font-size: 22px;
	line-height: 1.6;
	color: #333;
	padding-left: 42px;
}
.n_faq ul li.on .tit h4{
	color: #126db4;
}
.n_faq ul li .tit i{
	position: absolute;
	left: 0;
	top: 50%;
	width: 28px;
	height: 28px;
	background-color: #333;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.n_faq ul li .tit i::before,.n_faq ul li .tit i::after{
	content: '';
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	background-color: #fff;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.n_faq ul li .tit i::before{
	width: 14px;
	height: 2px;
}
.n_faq ul li .tit i::after{
	width: 2px;
	height: 14px;
}
.n_faq ul li.on .tit i::after{
	display: none;
}
.n_faq ul li .des{
	margin: 15px 0 5px 36px;
	padding: 20px 30px;
	font-size: 16px;
	line-height: 28px;
	color: #666;
    background-color: #f7f7f7;
	display: none;
	border-radius: 8px;
}

.n_faq .fy_box{
	padding-bottom: 0;
}
/* 常见问题 e */

/* 应用案例 s */
.n_workshop{}
.n_workshop ul{}
.n_workshop ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0.4rem;
}
.n_workshop ul li:nth-child(3n){
	margin-right: 0;
}
.n_workshop ul li a{
	display: block;
	background-color: white;
}
.n_workshop ul li:hover a{
	background-color: #185d96;
}
.n_workshop ul li .pic{}
.n_workshop ul li .pic img{}
.n_workshop ul li p{
	position: relative;
	font-size: 18px;
	line-height: 40px;
	color: #464646;
	padding: 3% 6% 3.5% 6%;
}
.n_workshop ul li:hover p{
	color: #fff;
	padding-left: 9.5%;
}

.n_workshop ul li p:before {
    position: absolute;
    left: 6%;
    top: 50%;
    height: 0;
    width: 1px;
    background: #fff;
    content: '';
    display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.n_workshop ul li:hover p:before {
    margin-top: -9px;
    height: 18px;
    width: 4px;
}
/* 应用案例 e */

/* 视频中心 e */
.n_video{}
.n_video .con{}
.n_video ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0.4rem;
	/* border: 1px solid #999; */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.n_video ul li:hover{
	border-color: #185d96;
}
.n_video ul li:nth-child(3n){
	margin-right: 0;
}
.n_video ul li a{
	display: block;
}

.n_video ul li .pic{}
.n_video ul li .pic i{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.4rem;
	margin-top: -0.4rem;
	width: 0.8rem;
	height: 0.8rem;
	font-size: 0.8rem;
	opacity: 0;
	color: #185d96;
	border-radius: 50%;
}
.n_video ul li .pic i::before {
    z-index: 3;
}
.n_video ul li .pic i::after {
    position: absolute;
    content: "";
    display: block;
    width: 60%;
    height: 60%;
    left: 20%;
    top: 20%;
    background-color: white;
    z-index: 2;
    border-radius: 50%;
}
.n_video ul li:hover .pic i{
	opacity: 1;
}
.n_video ul li .info{
	padding: 0.2rem 3%;
	background-color: #bcbcbc;
}
.n_video ul li:hover .info{
	background-color: #185d96;
}
.n_video ul li .info h4{
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.n_video ul li .info p{}
/* 视频中心 e */


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
	.he_b1s1 {
	    height: 1600px;
	}
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
	.he_b1s1 {
	    height: 1600px;
	}
	.pro_xq1 .fr .img,.pro_xq2 .fr .img{
		width: 410px;
	}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
	header .nav_item>ul>li{
		padding: 0 15px;
	}
	.he_b1s1 {
	    height: 1457px;
	}
	.pro_xq1 .fr .img,.pro_xq2 .fr .img{
		width: 350px;
	}
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
	.he_b1s1 {
	    height: 1350px;
	}
	
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1030px) {
    /* 平板设备 720 适配 */
	.pc_head{
		display: none;
	}
	
	.ind_tit{
		max-width: 92%;
		margin: 0 auto;
	}
	.ind_tit h3{
		font-size: 28px;
	}
	.ind_tit p{
		font-size: 16px;
		margin-top: 20px;
	}
	
	.ind_pro .con{
		padding: 0 2%;
	}
	.ind_pro .con ul{
		flex-wrap: wrap;
	}
	.ind_pro .con ul li{
		width: 50%;
		margin-bottom: 0.4rem;
	}
	.ind_pro .con ul li:nth-child(3){
		border-left: none;
	}
	.ind_pro .con ul li .tit{
		font-size: 20px;
	}
	
	.ind_sol .sl2-sw1 .swiper-slide{
		width: 100% !important;
	}
	
	.ind_sol .swiper-wrapper{
		flex-wrap: wrap;
	}
	.footer2 .flt,.footer2 .frt{
		float: none;
	}
	.footer2 .frt span, .footer2 .frt a{
		margin-left: 0;
	}
	.footer .flt ul{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.footer{
		padding: 0;
		padding-top: 20px;
	}
	.footer2{
		padding-top: 0;
		border: none;
	}
	
	.i1 .swiper1 .sbox .iox .more{
		height: 42px;
		line-height: 42px;
	}
	.i1 .swiper1 .sbox .iox .more s,.i1 .swiper1 .sbox .iox .more span{
		top: 9px;
	}
	
	.ab_culture .tt{
		position: relative;
		top: 0;
		padding-top: 0.6rem;
	}
	.ab_culture ul{
		padding: 0.6rem;
	}
	.ab_culture ul li{
		width: 100%;
		height: auto;
		padding: 0.2rem 0;
	}
	.ab_culture ul li:last-child{
		width: 100%;
	}
	.ab_culture ul li:hover {
	   background-image: none;
	}
	.ab_culture ul li .view{
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.ab_culture ul li p{
		opacity: 1;
		margin-top: 0.12rem;
	}
	.ab_culture ul li h4::after{
		display: none;
	}
	.ab_culture ul li h4{
		line-height: 1;
	}
	
	.ab2 .aox .swiper4 .swiper-slide .sbox .num{
		width: 1.6rem;
		height: 1.6rem;
	}
	
	.n_sol_list ul li .img,.n_sol_list ul li .info{
		width: 100%;
	}
	.n_sol_list ul li .info{
		padding-top: 0.4rem;
	}
	.n_sol_list ul li .info h4{
		font-size: 0.36rem;
	}
	.n_sol_list ul li{
		padding: 0.4rem;
	}
	
	.xgcp .con::before,.xgcp .con::after{
		display: none;
	}
	.xgcp .con ul li .info .tit{
		font-size: 0.36rem;
	}
	.xgcp .con ul li .info dl{
		margin-top: 0.2rem;
	}
	.xq_more a{
		font-size: 14px;
		padding: 0 0.5rem;
		line-height: 42px;
		height: 42px;
	}
	.xq_case .con::before,.xq_case .con::after{
		display: none;
	}
	.xq_case .con{
		padding: 0 2%;
	}
	.xq_case .con ul li{
		padding: 0 14px 40px;
	}
	
	.n_faq ul li {
		padding: 0.3rem 0;
	}
	.n_faq ul li .tit h4{
		font-size: 20px;
	}
	.n_faq ul li .tit h4 {
	    font-size: 20px;
	}
	
	.n_download ul li {
	    float: none;
	    width: 100%;
	    margin-right: 0;
	}
	.pro_xq3 .con .view>.fl,.pro_xq3 .con .view>.fr{
		width: 100%;
	}
	.pro_xq3 .con .view{
		padding: 0.4rem;	
	}
	.pro_xq3 .con .view>.fr{
		padding: 0;
	}
	.pro_xq3 .con .view .fr .swiper-button-prev,.pro_xq3 .con .view .fr .swiper-button-next{
		display: none;
	}
	.pro_xq3 .con .view .fr .top{
		margin-top: 0.4rem;
	}
	.pro_xq3 .con .view .fr .top ul li .text dd{
		width: 100% !important;
		padding: 0.08rem;
		line-height: 1;
	}
	.pro_xq3 .con .view .fr .top ul li .text dd:nth-child(2n){
		padding-bottom: 0.24rem;
	}
	.pro_xq3 .con .view .fr .top ul li .text dd:nth-child(odd)::after{
		display: none;
	}
	.pro_xq3 .con .view .fr .top ul li .text dd:nth-child(even)::after{
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
		width: 1000rem;
		height: 1px;
		background-color: rgba(255, 255, 255, 0.1);
	}
	.pro_xq3 .con .view .fr .top ul li .text{
		padding: 0.4rem 0.3rem;
	}
	.pro_xq3 .con .view .fr .bot a{
		width: 50%;
	}
	
	.ind_sol .sl2-sw1 .swiper-slide .dp-zhe1{
	    padding-top: 30%;
	}
}

@media all and (max-width:960px) {
	.xgcp .con ul li a{
		flex-direction: column-reverse;
		padding: 0.5rem 0.4rem;
	}
	.xgcp .con ul li .info,.xgcp .con ul li .pic{
		width: 100%;
		padding-right: 0;
	}
	.xgcp .con ul li .info{
		padding-top: 0.2rem;
	}
	
	.n_workshop ul li{
		width: 100%;
	}
	
	.fy_box{
		padding: 0.6rem 0;
	}
	
	.n_workshop .fy_box{
		padding-bottom: 0;
	}
	
	.n_service ul li .pic,.n_service ul li .info{
		width: 100%;
	}
	.n_service ul li .info h4{
		font-size: 0.36rem;
	}
	.n_service ul li .info{
		padding: 0.4rem 0.6rem;
	}
	
	.n_newslist ul li,.n_video ul li{
		width: 100%;
		margin-right: 0;
	}
	.n_newslist ul li .text h4{
		font-size: 0.36rem;
		margin-bottom: 0.18rem;
	}
	.n_video ul li .pic i{
		width: 1.2rem;
		height: 1.2rem;
		font-size: 1.2rem;
	}
	
	.pro_xq1{
		padding: 0.7rem 0;
	}
	.pro_xq1,.pro_xq1 .w14{
		height: auto;
	}
	.pro_xq1 .w14{
		flex-wrap: wrap;
	}
	.pro_xq1 .fl{
		width: 100%;
		position: relative;
		bottom: auto;
		padding-right: 0;
	}
	.pro_xq1 .fl h3{
		display: none;
	}
	.pro_xq1 .fl .scr{
		display: none;
	}
	.he_b1s1{
		height: auto;
		position: relative;
		transform: none;
		top: 0;
		width: 100%;
	}
	.he_b1s1cv{
		position: relative;
	}
	.pro_xq1 .fr .img, .pro_xq2 .fr .img{
		float: none;
		width: 100%;
		max-width: 640px;
		height: auto;
		margin: 0 auto;
		margin-top: 0.6rem;
	}
	
	.pro_xq2 .fl{
		padding-right: 0;
		padding-top: 0.5rem;
		width: 100%;
	}
	.pro_xq2 .he_b1s1l2{
		display: none;
	}
	.pro_xq2 .fl dl{
		padding-top: 0.6rem;
	}
	.pro_xq2 .fl dl dd{
		margin-bottom: 0.4rem;
	}
	
	
}

@media all and (max-width:768px) {
	.ind_sol .sl2-sw1 .swiper-slide .dp-zhe1 .dp-sha .dp-num1{
		font-size: 15vw;
	}
	.ind_sol .sl2-sw1 .swiper-slide .dp-zhe1 .dp-sha .dp-ti1{
		font-size: 4vw;
	}
	
	.fy .ul_fy a, .fy .ul_fy span{
		width: 38px;
		height: 38px;
		margin: 0 4px !important;
	}
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.ind_pro .con ul li{
		width: 100%;
		border-left: none;
	}
	
	.footer .flt ul li{
		margin-right: 12px;
	}
	.footer .flt ul li a{
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.footer .flt ul li a>img{
		width: 20px;
	}
	.footer .flt ul li i{
		font-size: 20px;
	}
	.n_sol_list ul li .info p{
		font-size: 14px;
	}
	.xgcp .con ul li .info dd{
		font-size: 14px;
	}
	.qt_sol ul li .info h4{
		font-size: 18px;
	}
	.qt_sol ul li .info p{
		font-size: 14px;
	}
	.xq_case .con ul li .info h4{
		font-size: 16px;
		line-height: 22px;
		height: 44px;
	}
	
	.xq_case .con ul li{
		padding: 0 14px 28px;
	}
	
	.n_workshop ul li p{
		font-size: 16px;
		line-height: 2;
	}
	.n_service ul li .info .txt{
		font-size: 14px;
	}
	
	.n_service ul li .info{
		padding: 0.4rem 0.3rem;
	}
	
	.n_faq ul li .tit h4 {
	    font-size: 16px;
	}
	.n_faq ul li .tit i {
	    width: 24px;
	    height: 24px;
	}
	.n_faq ul li .des {
	    margin-left: 0;
	    padding: 0.3rem;
	    font-size: 14px;
	    line-height: 1.8;
	}
	
	.n_download ul li {
	    padding: 0.4rem 5%;
	}
	.n_download ul li h4 {
	    font-size: 16px;
	    margin: 0.4rem 0 0.5rem;
	}
	.n_download ul li .bot .ico p {
	    font-size: 14px;
	}
	.n_download ul li .bot span {
	    padding: 0.18rem 0.2rem;
	}
	
	.pro_xq2 .fl .info{
		font-size: 14px;
	}
	
	.pro_xq2 .fl dl dd p{
		font-size: 14px;
		line-height: 22px;
		height: 44px;
	}
	
	.pro_xq3 .con .view .fr .top ul li .text dd{
		font-size: 14px;
	}
	
	.pro_xq1 .fl p{
		font-size: 20px;
		line-height: 1.6;
	}
	.pro_xq1 .fl .btn{
		margin-top: 0.3rem;
	}
	.pro_xq1 .fl .btn a{
		font-size: 16px;
	}
}

@media all and (max-width:480px) {
	
}

@media all and (max-width:420px) {
	.xgcp .con ul li .info .txt{
		font-size: 13px;
	}
	.xq_more a{
		font-size: 12px;
	}
}

@media all and (max-width:376px) {
	
}

