.section-title{
	padding-bottom:50px;
	text-align:center
}
.section-title h2{
	margin-bottom:10px;
	color:#333
}
.section-title p{
	font-size:16px;
	line-height:24px;
	color:#999
}
.more{
	padding-top:50px;
	width:100%;
	text-align:center;
	clear:both
}
.more a{
	display:inline-block;
	padding:15px 75px;
	font-size:16px;
	color:#fff;
	background:#0b70f1;
	opacity:1;
	-webkit-border-radius:75px;
	-moz-border-radius:75px;
	border-radius:75px
}
.more a:hover{
	background:rgba(0, 160, 234, .75);
	-webkit-transition:background-color .3s, color .3s;
	-o-transition:background-color .3s, color .3s;
	-moz-transition:background-color .3s, color .3s;
	transition:background-color .3s, color .3s;
	-webkit-box-shadow:0 5px 25px rgba(0, 0, 0, .2);
	-moz-box-shadow:0 5px 25px rgba(0, 0, 0, .2);
	-o-box-shadow:0 5px 25px rgba(0, 0, 0, .2);
	box-shadow:0 5px 25px rgba(0, 0, 0, .2)
}
.loading{
	position:fixed;
	z-index:999999;
	width:100%;
	height:100%;
	background:#242a37
}
.loading img{
	position:absolute;
	top:calc(50% - 180px);
	left:calc(50% - 180px);
	width:360px;
	height:360px
}
.slide{
	position:relative;
	z-index:1;
	margin:0 auto;
	min-width: 0;
	height:630px;
	background:#333;
	overflow:hidden
}
.swiper-slide{
	position:relative;
	width:100%;
	min-width: 0;
	height:630px;
	color:#fff;
	text-align:center;
	overflow:hidden
}
.slide-bg1, .slide-bg2, .slide-bg3, .slide-bg4, .slide-bg5{
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.slide-bg1{
	background:#242a37 url(../images/slide_bg1.png) center center no-repeat;
	background-color:#242a37
}
.slide-bg2{
	background:#242a37 url(../images/slide_bg2.png) center center no-repeat;
	background-color:#242a37
}
.slide-bg3{
	background:#242a37 url(../images/slide_bg3.png) center center no-repeat;
	background-color:#242a37
}
.slide-bg4{
	background:#242a37 url(../images/slide_bg4.png) center center no-repeat;
	background-color:#242a37
}
.slide-bg5{
	background:#1b294f url(../images/slide_bg5.png) center center no-repeat;
	background-color:#1b294f
}
.swiper-slide .ani img{
	width:1180px;
	height:630px;
	overflow:hidden
}
.swiper-slide .container{
	position:absolute;
	top:50%;
	left:50%;
	width:1180px;
	height:400px;
	margin-left:-590px;
	margin-top:-200px
}
.swiper-slide .slide-text{
	width:100%;
	padding-top:90px;
	color:#fff;
	text-align:center
}
.swiper-slide .slide-text h1{
	max-height:150px;
	font-size:48px;
	font-weight:700;
	line-height:72px
}
.swiper-slide .slide-text p{
	margin:20px 0 50px;
	max-height:64px;
	font-size:24px;
	line-height:36px;
	letter-spacing:3px
}
.slide-bg2 .slide-text{
	width:50%;
	text-align:left
}
.slide-bg4 .slide-text{
	float:right;
	width:50%;
	text-align:right
}
.slide-nav{
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	width:100%;
	height:100px;
	background:rgba(255, 255, 255, .05)
}
.slide-nav ul{
	position:relative;
	width:100%;
	margin:0 auto
}
.slide-nav li{
	float:left;
	width:20%;
	height:100px;
	color:#fff;
	border-left:1px solid rgba(255, 255, 255, .05);
	cursor:pointer;
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box
}
.slide-nav li a{
	position:relative;
	display:block;
	width:100%;
	height:100%
}
.slide-nav li dl{
	display:block;
	float:left;
	height:60px;
	padding:20px 15px;
	overflow:hidden
}
.slide-nav li dl dt{
	height:20px;
	margin-bottom:20px;
	font-size:18px;
	font-weight:700;
	color:#fff;
	opacity:.9;
	overflow:hidden
}
.slide-nav li dl dt:before{
	content:"";
	position:absolute;
	top:50px;
	width:36px;
	height:2px;
	background:#0b70f1;
	opacity:.75
}
.slide-nav li dl dd{
	height:24px;
	font-size:14px;
	line-height:30px;
	color:#fff;
	opacity:.75;
	overflow:hidden
}
.slide-nav li a:hover{
	background:rgba(255, 255, 255, .05)
}
.slide-nav li:nth-child(5){
	border-right:1px solid rgba(255, 255, 255, .05)
}
.swiper-pagination{
	position:absolute;
	z-index:999;
	bottom:120px!important;
	left:0;
	width:100%;
	text-align:center
}
.swiper-pagination-bullet{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 8px!important;
	background:#fff;
	border-radius:10px;
	cursor:pointer;
	opacity:.3;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.swiper-pagination-bullet-active{
	width:30px;
	opacity:.75
}
.swiper-button-prev{
	left:20px
}
.swiper-button-next{
	right:20px
}
.swiper-button-next, .swiper-button-prev{
	background:0 0
}
.swiper-button-next i, .swiper-button-prev i{
	height:36px;
	line-height:36px;
	color:#fff;
	opacity:.3
}
.swiper-button-next i:hover, .swiper-button-prev i:hover{
	opacity:.75
}
.product{
	position:relative;
	z-index:1;
	min-width: 0;
	padding:50px 0;
	margin:0 auto;
	background:#f7f7f7;
	overflow:hidden
}
.product-item{
	position:relative;
	width:100%;
	height:550px
}
.product-item ul li{
	float:left;
	width:17%;
	height:550px;
	margin-left:1.75%;
	background:#fff;
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box
}
.product-item ul li{
	-webkit-box-shadow:1px 1px 12px rgba(0, 0, 0, .08);
	-moz-box-shadow:1px 1px 12px rgba(0, 0, 0, .08);
	-o-box-shadow:1px 1px 12px rgba(0, 0, 0, .08);
	box-shadow:1px 1px 12px rgba(0, 0, 0, .08);
	-webkit-transition:width .15s linear;
	-o-transition:width .15s linear;
	-moz-transition:width .15s linear;
	transition:width .15s linear
}
.product-item ul li:first-child{
	margin-left:0
}
.product-item-normal{
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	-o-transition:all .3s
}
.product-item-icon{
	width:90px;
	height:90px;
	margin:40px auto 30px;
	text-align:center;
	background:url(../images/product_icon_01.svg) center no-repeat;
	background-size:100%
}
.product-item-icon i{
	line-height:90px;
	color:#fff;
	text-align:center
}
.product-item-title{
	text-align:center
}
.product-item-title h3{
	height:24px;
	margin-bottom:14px;
	line-height:24px
}
.product-item-title p{
	font-size:14px;
	line-height:14px;
	color:#999
}
.product-item-desc{
	padding:25px 0;
	margin:30px auto;
	width:90%;
	height:88px;
	border:1px solid #f3f3f3;
	border-left:none;
	border-right:none
}
.product-item-desc p{
	margin:0 auto 18px;
	width:90%;
	font-size:14px;
	line-height:14px;
	color:#999;
	text-align:center
}
.product-item-price{
	margin-top:70px;
	font-size:14px;
	color:#999;
	text-align:center
}
.product-item-price em{
	font-size:24px;
	color:#0b70f1
}
.product-item-price span{
	font-size:48px;
	color:#0b70f1
}
.product-item ul li.product-active{
	z-index:9;
	width:25%;
	background:#0b70f1;
	background:-moz-linear-gradient(360deg, #a14faf 0, #0b70f1 100%);
	background:-webkit-linear-gradient(360deg, #a14faf 0, #0b70f1 100%);
	background:linear-gradient(360deg, #a14faf 0, #0b70f1 100%);
	-webkit-box-shadow:0 5px 20px rgba(0, 0, 0, .2);
	-moz-box-shadow:0 5px 20px rgba(0, 0, 0, .2);
	-o-box-shadow:0 5px 20px rgba(0, 0, 0, .2);
	box-shadow:0 5px 20px rgba(0, 0, 0, .2)
}
.product-item ul li.product-active .product-item-normal{
	display:none;
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0
}
.product-item ul li.product-active .product-item-active{
	display:block;
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1
}
.product-item ul li.product-active .product-item-icon{
	width:120px;
	height:120px;
	margin:30px auto 10px;
	text-align:center;
	background:url(../fonts/product_icon_02.svg) center no-repeat;
	background-size:100%
}
.product-item ul li.product-active a:hover .product-item-icon{
	-webkit-transition:transform .3s linear;
	-moz-transition:transform .3s linear;
	-o-transition:transform .3s linear;
	transition:transform .3s linear;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg)
}
.product-item ul li.product-active .product-item-icon i{
	line-height:120px;
	color:#0b70f1
}
.product-item ul li.product-active .product-item-title h3{
	color:#fff
}
.product-item ul li.product-active .product-item-title p{
	color:#fff
}
.product-item ul li.product-active .product-item-desc{
	padding:25px 0;
	margin:30px auto;
	width:90%;
	height:88px;
	border-color:rgba(255, 255, 255, .4)
}
.product-item ul li.product-active .product-item-desc p{
	width:240px;
	height:88px;
	margin:0 auto;
	font-size:14px;
	line-height:22px;
	color:#fff;
	text-align:left
}
.product-item ul li.product-active .product-item-price{
	margin-top:30px;
	color:#dfdfdf;
	text-align:center
}
.product-item ul li.product-active .product-item-price em{
	font-size:18px;
	color:#fff
}
.product-item ul li.product-active .product-item-price span{
	display:inline-block;
	height:36px;
	padding-right:10px;
	font-size:36px;
	line-height:36px;
	color:#fff
}
.product-item-active{
	position:relative;
	display:none;
	height:100%;
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	-o-transition:all .3s
}
.product-item-link{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:500px
}
.product-item-btn{
	display:block;
	width:90%;
	height:40px;
	margin:30px auto 0;
	font-size:14px;
	line-height:40px;
	color:#fff;
	text-align:center;
	background:#ff6a00;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
.product-item-btn:hover{
	color:#fff;
	background:#f26500
}
.service{
	position:relative;
	z-index:1;
	min-width: 0;
	padding:50px 0 0;
	margin:0 auto;
	overflow:hidden
}
.service-item{
	position:relative;
	width:100%;
	height:96px
}
.service-item li{
	position:relative;
	float:left;
	width:20%;
	text-align:center;
	border-bottom:1px solid #fff;
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box
}
.service-item li a{
	display:block;
	padding-bottom:10px
}
.service-item li a span{
	display:block;
	width:48px;
	height:48px;
	margin:0 auto 10px
}
.service-item li a span{
	color:#666
}
.service-item li a h4{
	display:block;
	color:#333
}
.on .service-item-column, .on .service-item-icon, .service-item li a:hover h4, .service-item li a:hover span{
	color:#0b70f1
}
.service-item ul .on a:after{
	content:"";
	position:absolute;
	right:0;
	bottom:-2px;
	left:0;
	z-index:1;
	display:inline-block;
	width:100%;
	height:2px;
	background:#0b70f1
}
.service-list{
	padding:40px 0 30px;
	background:#f7f7f7
}
.service-list li{
	float:left;
	width:25%;
	padding:15px 20px;
	margin-bottom:10px;
	vertical-align:top;
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s
}
.service-list li a{
	position:relative
}
.service-list li h5{
	margin-bottom:5px;
	color:#666
}
.service-list li h5 em{
	position:relative;
	top:-1px;
	display:inline-block;
	vertical-align:middle;
	min-width:32px;
	padding:0 2px;
	margin-left:10px;
	font-size:12px;
	font-style:normal;
	color:#f60;
	line-height:14px;
	text-align:center;
	border:1px solid #f60;
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box
}
.service-list li span{
	color:#999
}
.service-list li:hover{
	background:#fff;
	-webkit-box-shadow:0 0 8px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow:0 0 8px 0 rgba(0, 0, 0, .15);
	-o-box-shadow:0 0 8px 0 rgba(0, 0, 0, .15);
	box-shadow:0 0 8px 0 rgba(0, 0, 0, .15)
}
.service-list li:hover h5{
	color:#0b70f1
}
.solution{
	position:relative;
	z-index:1;
	min-width: 0;
	padding:50px 0 0;
	margin:0 auto;
	background:#fff;
	overflow:hidden
}
.solution-item{
	position:relative;
	width:100%;
	height:100%;
	margin:0 auto;
	background:#373d41;
	overflow:hidden
}
.solution-item button.fa{
	position:absolute;
	top:0;
	bottom:0;
	z-index:1;
	width:50px;
	padding:0;
	font-size:40px;
	color:rgba(255, 255, 255, .5);
	cursor:pointer;
	background:rgba(0, 0, 0, .1);
	border:none;
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s
}
.solution-item button.fa:hover{
	color:#fff;
	background:rgba(48, 113, 255, .5)
}
.solution-item .fa-angle-left{
	left:0
}
.solution-item .fa-angle-right{
	right:0
}
.solution-item .solution-slide{
	width:100%;
	overflow:hidden
}
.solution-item .solution-slide ul{
	display:flex;
	width:10000%
}
.solution-item .solution-slide ul:after{
	display:block;
	clear:both;
	content:''
}
.solution-item .solution-slide ul li{
	position:relative;
	float:left;
	width:.2%;
	height:20%;
	min-height:345px;
	color:#fff;
	text-align:center
}
.solution-item .solution-slide ul li span{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block;
	background:rgba(0, 0, 0, .5);
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s
}
.solution-item .solution-slide ul li:hover span{
	background:rgba(0, 160, 234, .5);
	cursor:pointer
}
.solution-slide ul li a, .solution-slide ul li h3, .solution-slide ul li hr, .solution-slide ul li i, .solution-slide ul li p{
	position:absolute;
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s
}
.solution-item .solution-slide ul li i{
	top:26%;
	right:0;
	left:0
}
.solution-item .solution-slide ul li:hover i{
	top:15%;
	font-size:4em
}
.solution-item .solution-slide ul li hr{
	top:52%;
	left:50%;
	padding:0;
	margin-left:-15px;
	width:30px;
	height:2px;
	background:#fff;
	border:none
}
.solution-item .solution-slide ul li:hover hr{
	top:42%;
	opacity:0
}
.solution-item .solution-slide ul li h3{
	top:60%;
	right:0;
	left:0;
	bottom:0;
	width:100%;
	line-height:24px
}
.solution-item .solution-slide ul li:hover h3{
	top:37%;
	font-size:20px
}
.solution-item .solution-slide ul li p{
	top:70%;
	right:10%;
	left:10%;
	width:80%;
	font-size:14px;
	line-height:24px;
	opacity:0
}
.solution-item .solution-slide ul li:hover p{
	top:50%;
	opacity:1
}
.solution-item .solution-slide ul li a{
	top:85%;
	left:50%;
	margin-left:-60px;
	width:120px;
	height:36px;
	font-size:14px;
	line-height:34px;
	color:#fff;
	border:2px solid #fff;
	opacity:0
}
.solution-item .solution-slide ul li a:hover{
	color:#0b70f1;
	background:#fff
}
.solution-item .solution-slide ul li:hover a{
	top:75%;
	opacity:1
}
.solution-item .solution-slide ul li img{
	display:block;
	margin:0 auto;
	width:100%;
	height:100%
}
.cases{
	position:relative;
	z-index:1;
	width:100%;
	min-width: 0;
	padding:50px 0;
	margin:0 auto;
	overflow:hidden
}
.cases-item{
	position:relative;
	z-index:1;
	width:100%;
	height:auto;
	text-align:center
}
.cases-item .hd{
	height:30px;
	padding-bottom:15px;
	font-size:18px;
	color:#666;
	border-bottom:1px solid #dfdfdf
}
.cases-item .hd ul{
	width:100%;
	margin:0 auto
}
.cases-item .hd ul li{
	display:inline;
	float:left;
	width:20%;
	line-height:30px;
	text-align:center;
	cursor:pointer
}
.cases-item .hd ul li.on{
	position:relative;
	padding-bottom:16px;
	color:#0b70f1;
	border-bottom:2px solid #0b70f1
}
.cases-item .hd ul li.on:before{
	content:'';
	position:absolute;
	top:48px;
	left:50%;
	margin-left:-8px;
	display:block;
	width:0;
	height:0;
	border:8px solid transparent;
	border-top:8px solid #0b70f1
}
.cases-item .bd{
	height:auto;
	margin-top:50px
}
.cases-item .bd ul{
	position:relative;
	width:100%;
	display:grid;
	grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));
	gap:24px
}
.cases-item .bd ul li{
	padding-top:20px;
	margin-top:0;
	margin-right:0;
	background:url(../images/cases_bg.png) no-repeat left top;
	-webkit-box-shadow:0 8px 12px #efefef;
	-moz-box-shadow:0 8px 12px #efefef;
	-o-box-shadow:0 8px 12px #efefef;
	box-shadow:0 8px 12px #efefef
}
.cases-images{
	position:relative;
	width:100%;
	aspect-ratio:4/3;
	overflow:hidden
}
.cases-images a{
	display:block;
	width:100%;
	height:100%
}
.cases-images a img{
	width:100%;
	height:100%;
	object-fit:cover
}
.cases-text{
	margin-top:24px;
	color:#333;
	text-align:left
}
.cases-text h3{
	width:100%;
	height:auto;
	min-height:24px;
	font-size:clamp(14px, 1.2vw, 18px);
	line-height:1.4;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
.cases-text h3 a{
	padding:0 20px 0 15px;
	font-size:16px;
	line-height:24px;
	border-left:4px solid #0b70f1
}
.cases-text p{
	padding:10px 20px 20px;
	font-size:14px;
	color:#999;
	line-height:24px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
.cases-date{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding:10px 20px;
	background:#f7f7f7;
	border-top:1px solid #efefef;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.cases-time{
	margin-top:3px;
	font-size:14px;
	color:#999
}
.cases-type{
	display:inline-block
}
.cases-type span{
	display:inline-block;
	padding:3px 5px;
	font-size:12px;
	line-height:1;
	color:#0b70f1;
	border:1px solid #0b70f1
}
.number{
	position:relative;
	min-width:0;
	overflow:hidden;
	height:600px;
	background:#0b70f1 url(../images/number_bg.png) center top no-repeat;
	background-size:100% 100%
}
.number .container{
	position:relative;
	z-index:1
}
.number .section-title{
	position:relative;
	z-index:1;
	padding:80px 0 80px;
	text-align:center
}
.number .section-title h2{
	position:relative;
	display:inline-block;
	margin:0 0 14px;
	font-size:clamp(24px, 2.4vw, 34px);
	font-weight:700;
	letter-spacing:2px;
	color:#000
}
.number .section-title h2::before,
.number .section-title h2::after{
	content:"";
	position:absolute;
	top:50%;
	width:46px;
	height:1px;
	background:rgba(0, 0, 0, .4)
}
.number .section-title h2::before{
	left:-58px
}
.number .section-title h2::after{
	right:-58px
}
.number .section-title p{
	margin:0;
	font-size:clamp(13px, 1.1vw, 16px);
	letter-spacing:2px;
	color:#333
}
.number ul{
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	padding:30px 0 80px;
	margin:0;
	list-style:none
}
.number ul li{
	position:relative;
	flex:1 1 20%;
	min-width:180px;
	padding:14px 0;
	color:#fff;
	text-align:center;
	transition:transform .35s ease
}
.number ul li + li::before{
	content:"";
	position:absolute;
	top:18%;
	left:0;
	bottom:18%;
	width:1px;
	background:rgba(255, 255, 255, .25)
}
.number ul li:hover{
	transform:translateY(-4px)
}
.number ul li b{
	position:relative;
	display:inline-flex;
	align-items:baseline;
	justify-content:center;
	margin:0 0 10px;
	font-size:clamp(34px, 3.6vw, 54px);
	font-weight:700;
	line-height:1;
	color:#2563eb;
	white-space:nowrap;
	letter-spacing:.5px
}
.number ul li b i{
	font-style:normal;
	display:inline-block
}
.number ul li b sup{
	position:relative;
	top:-14px;
	margin-left:2px;
	font-size:clamp(14px, 1.2vw, 20px);
	font-weight:600;
	line-height:1;
	color:#2563eb
}
.number ul li b em{
	position:relative;
	top:-4px;
	margin-left:6px;
	font-style:normal;
	font-size:clamp(14px, 1.2vw, 20px);
	font-weight:600;
	line-height:1;
	color:#2563eb
}
.number ul li p{
	margin:0;
	font-size:clamp(13px, 1.05vw, 16px);
	font-weight:400;
	color:#333;
	letter-spacing:.5px;
	white-space:nowrap
}
.about{
	position:relative;
	min-width: 0;
	height: auto;
	margin:0 auto;
	background:#242a37
}
.about .about-bg{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	min-width: 0;
	height:100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background:url(../images/about_bg.jpg) center center no-repeat;
	background-attachment:fixed
}
.about .container{
	position:relative;
	z-index:2;
	padding: 50px 0 30px
}
.about .section-title{
	padding-top:0
}
.about .section-title h2, .about p{
	color:#fff
}
.about .about-desc{
	width:42%;
	height:auto;
	margin:0 auto;
	text-align:left
}
.about .about-desc p{
	font-size:14px;
	line-height:24px;
	padding-bottom:20px
}
.about .seemore{
	margin-top:30px
}
.about-video{
	position:relative;
	z-index:2;
	display:block;
	width:100%;
	height:600px;
	margin-top:30px;
	-webkit-box-shadow:0 5px 20px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 5px 20px rgba(0, 0, 0, .5);
	-o-box-shadow:0 5px 20px rgba(0, 0, 0, .5);
	box-shadow:0 5px 20px rgba(0, 0, 0, .5)
}
.news{
	position:relative;
	z-index:1;
	min-width: 0;
	padding:100px 0 50px;
	margin:0 auto;
	background:#fff;
	overflow:hidden
}
.news-item{
	position:relative;
	width:100%;
	height:auto
}
.news-item .hd{
	height:30px;
	padding-bottom:15px;
	font-size:18px;
	color:#666;
	border-bottom:1px solid #dfdfdf
}
.news-item .hd ul{
	width:100%;
	margin:0 auto
}
.news-item .hd ul li{
	display:inline;
	float:left;
	width:20%;
	line-height:30px;
	text-align:center;
	cursor:pointer
}
.news-item .hd ul li.on{
	position:relative;
	padding-bottom:16px;
	color:#0b70f1;
	border-bottom:2px solid #0b70f1
}
.news-item .hd ul li.on:before{
	content:'';
	position:absolute;
	top:48px;
	left:50%;
	display:block;
	width:0;
	height:0;
	border:8px solid transparent;
	border-top:8px solid #0b70f1
}
.new_telst b{
	display:inline-block;
	width:0;
	height:0;
	margin-top:-3px;
	font-size:0;
	border-style:solid dashed dashed dashed;
	border-width:9px;
	border-color:#0b70f1 #fff #fff #fff;
	zoom:1
}
.news-item .bd{
	height:360px;
	margin-top:50px
}
.news-item-left{
	float:left;
	width:31.355%;
	height:100%
}
.news-item-left a{
	width:100%;
	height:100%
}
.news-item-left .news-img{
	position:relative;
	display:flex;
	width:100%;
	height:225px;
	border:2px solid #f7f7f7;
	align-items:center;
	justify-content:center;
	overflow:hidden
}
.news-item-left .news-img img{
	display:block;
	width:100%;
	height:auto;
	vertical-align:middle;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s
}
.news-item-left .news-img img:hover{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1)
}
.news-item-left .news-txt{
	padding:15px 0;
	text-align:left
}
.news-item-left .news-txt h4{
	display:block;
	height:36px;
	line-height:36px;
	color:#333;
	overflow:hidden
}
.news-item-left .news-txt>span{
	display:block;
	height:48px;
	line-height:24px;
	color:#999;
	overflow:hidden
}
.news-item-left .news-icon{
	padding-top:5px
}
.news-item-left .news-icon span{
	float:left;
	padding-right:10px;
	line-height:24px;
	color:#a7a7a7
}
.news-item-left .news-icon span i{
	padding-right:10px
}
.news-item-left a:hover .news-txt h4{
	color:#0b70f1
}
.news-item-right{
	float:right;
	width:68.644%
}
.news-item-right ul{
	float:right
}
.news-item-right li{
	float:left;
	width:47%;
	height:100px;
	margin-bottom:20px;
	margin-left:2.5%;
	border:2px solid #f7f7f7
}
.news-item-right li:nth-child(5), .news-item-right li:nth-child(6){
	margin-bottom:0
}
.news-item-right li a{
	width:100%;
	height:100%
}
.news-item-right .news-date{
	float:left;
	width:80px;
	height:80px;
	margin:10px;
	font-size:14px;
	line-height:24px;
	color:#fff;
	text-align:center;
	background:#999
}
.news-item-right .news-date strong{
	display:block;
	padding-top:10px;
	font-size:30px;
	line-height:35px
}
.news-item-right .news-text{
	float:left;
	width:70%;
	height:80px;
	margin:10px 10px 10px 0
}
.news-item-right .news-text h5{
	display:block;
	height:36px;
	line-height:36px;
	color:#333;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
.news-item-right .news-text span{
	display:block;
	height:40px;
	color:#999;
	overflow:hidden
}
.news-item-right li:hover{
	border:2px solid #0b70f1;
	-webkit-box-shadow:0 0 15px rgba(0, 160, 234, .25);
	-moz-box-shadow:0 0 15px rgba(0, 160, 234, .25);
	-o-box-shadow:0 0 15px rgba(0, 160, 234, .25);
	box-shadow:0 0 15px rgba(0, 160, 234, .25)
}
.news-item-right li:hover .news-date{
	background:#0b70f1
}
.news-item-right li:hover .news-text h5{
	color:#0b70f1
}
.honor{
	position:relative;
	z-index:1;
	min-width: 0;
	padding:20px 0;
	margin:0 auto;
	background:#f7f7f7;
	overflow:hidden
}
.honor-item{
	position:relative;
	width:100%;
	height:91px
}
.honor-item ul li{
	float:left;
	width:12.5%;
	text-align:center
}
.honor-item ul li img{
	width:auto;
	height:60px
}
.honor-item ul li p{
	padding-top:5px;
	font-size:14px;
}

/* ============================================
   首页响应式 — 平板 / 手机
   ============================================ */

/* ----- 平板横屏 (1024px 以下) ----- */
@media screen and (max-width:1024px){

	/* banner 高度减小 */
	.slide, .swiper-slide{
		height: clamp(280px, 50vw, 480px);
	}
	.swiper-slide .ani img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.swiper-slide .container{
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-top: 0;
		padding: 0 clamp(20px, 5vw, 40px);
		transform: translateY(-50%);
		box-sizing: border-box;
	}
	.swiper-slide .slide-text{
		padding-top: 0;
	}
	.swiper-slide .slide-text h1{
		font-size: clamp(22px, 4vw, 36px);
		line-height: 1.2;
		max-height: none;
	}
	.swiper-slide .slide-text p{
		font-size: clamp(13px, 2vw, 18px);
		margin: clamp(8px, 1.5vw, 20px) 0 clamp(15px, 3vw, 40px);
		max-height: none;
	}
	.slide-bg2 .slide-text,
	.slide-bg4 .slide-text{
		width: 100%;
		text-align: center;
		float: none;
	}
	/* 导航指示器上移 */
	.swiper-pagination{
		bottom: 70px !important;
	}
	/* 隐藏Banner底部的导航 */
	.slide-nav{
		display: none;
	}
	.seemore a{
		padding: 8px 24px;
		font-size: 14px;
	}

	/* 案例 — 自适应 Grid：缩小间距和最小列宽 */
	.cases-item .bd ul{
		grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));
		gap:18px;
	}
	.cases-item .bd ul li{
		padding-top:12px;
	}
	.cases-images{
		width:100%;
		aspect-ratio:4/3;
	}
	.cases-images a,
	.cases-images img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.cases-text h3{
		width: 100%;
		font-size: clamp(14px, 1.8vw, 16px);
	}
	.cases-text h3 a{
		font-size: clamp(13px, 1.6vw, 15px);
	}
	.cases-text p{
		font-size: 12px;
	}
	.cases-date{
		font-size: 12px;
	}
	.cases-date .cases-type span{
		font-size: 10px;
		padding: 2px 4px;
	}
	/* tab 标签缩小 */
	.cases-item .hd{
		font-size: 14px;
	}
	.cases-item .hd ul li{
		font-size: 13px;
		width: 20%;
	}
	.cases-item .hd ul li.on:before{
		top: 46px;
	}

	/* 新闻 — 左右堆叠 */
	.news-item .bd{
		height: auto;
	}
	.news-item-left{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.news-item-left a{
		display: flex;
		flex-direction: row;
		gap: clamp(10px, 1.5vw, 15px);
	}
	.news-item-left .news-img{
		flex: 0 0 40%;
		height: auto;
		aspect-ratio: 4/3;
	}
	.news-item-left .news-txt{
		flex: 1;
		padding: 0;
	}
	.news-item-right{
		float: none;
		width: 100%;
	}
	.news-item-right ul{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: clamp(8px, 1.2vw, 12px);
	}
	.news-item-right li{
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
		display: flex;
		align-items: stretch;
		padding: clamp(6px, 0.8vw, 10px);
		box-sizing: border-box;
	}
	.news-item-right li:nth-child(5),
	.news-item-right li:nth-child(6){
		margin-bottom: 0;
	}
	.news-item-right .news-date{
		flex: 0 0 auto;
		width: clamp(45px, 6vw, 70px);
		height: auto;
		min-height: clamp(45px, 6vw, 70px);
		margin: 0 clamp(6px, 0.8vw, 10px) 0 0;
		padding: clamp(4px, 0.6vw, 10px) 4px;
		font-size: clamp(9px, 1.1vw, 12px);
		line-height: clamp(14px, 1.8vw, 20px);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
	.news-item-right .news-date strong{
		font-size: clamp(16px, 2.4vw, 26px);
		line-height: clamp(18px, 2.8vw, 30px);
		padding-top: 0;
	}
	.news-item-right .news-text{
		flex: 1;
		width: auto;
		height: auto;
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		overflow: hidden;
	}
	.news-item-right .news-text h5{
		font-size: clamp(11px, 1.3vw, 14px);
		height: auto;
		line-height: clamp(16px, 2vw, 22px);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.news-item-right .news-text span{
		font-size: clamp(9px, 1vw, 12px);
		height: auto;
		max-height: clamp(24px, 3vw, 32px);
		line-height: clamp(12px, 1.5vw, 16px);
	}
	.news-item .hd ul li{
		font-size: 13px;
	}

	/* 数据数字 — 字号缩小 */
	.number{
		height: auto;
		min-height: 500px;
	}
	.number .section-title{
		padding: 56px 0 8px;
	}
	.number .section-title h2{
		font-size: 22px;
	}
	.number .section-title h2::before,
	.number .section-title h2::after{
		width: 28px;
	}
	.number .section-title h2::before{
		left: -38px;
	}
	.number .section-title h2::after{
		right: -38px;
	}
	.number .section-title p{
		font-size: 12px;
	}
	.number ul li b{
		font-size: clamp(26px, 4vw, 40px);
	}
	.number ul li p{
		font-size: clamp(11px, 1.5vw, 13px);
		white-space: nowrap;
	}
	.number ul li b sup{
		font-size: 16px;
		top: -10px;
		margin-left: 2px;
	}
	.number ul li b em{
		font-size: 14px;
		top: -3px;
	}

	/* 关于我们 — 视频下移 */
	.about{
		height: auto;
		min-height: 400px;
	}
	.about .about-bg{
		height: 100%;
	}
	.about .about-desc{
		width: 100%;
		margin-bottom: 20px;
	}
	.about video{
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		height: auto;
		aspect-ratio: 16/9;
		margin-bottom: 30px;
	}
	.about .section-title{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.about .seemore{
		margin-top: 15px;
		margin-bottom: 20px;
	}

	/* 荣誉 — logo 缩小 */
	.honor-item{
		height: auto;
	}
	.honor-item ul{
		display: flex;
		flex-wrap: wrap;
	}
	.honor-item ul li{
		width: 25%;
		padding: 8px 0;
	}
	.honor-item ul li img{
		height: clamp(35px, 5vw, 50px);
	}
	.honor-item ul li p{
		font-size: 12px;
	}

	/* section 间距 */
	.section-title{
		padding-bottom: 25px;
	}
	.section-title h2{
		font-size: 22px;
	}
	.section-title p{
		font-size: 13px;
	}
	.more{
		padding-top: 30px;
	}
	.more a{
		padding: 10px 40px;
		font-size: 14px;
	}

	/* 各section内边距 */
	.cases,
	.product,
	.solution{
		padding: 30px 0;
	}
	.news{
		padding: 30px 0;
	}
}

/* ----- 手机竖屏 (640px 以下) ----- */
@media screen and (max-width:640px){

	/* banner 进一步缩小 */
	.slide, .swiper-slide{
		height: clamp(200px, 60vw, 320px);
	}
	.swiper-slide .slide-text h1{
		font-size: clamp(16px, 5vw, 22px);
	}
	.swiper-slide .slide-text p{
		font-size: clamp(11px, 3.5vw, 14px);
		margin: 5px 0 10px;
		letter-spacing: 1px;
	}
	.swiper-pagination{
		bottom: 20px !important;
	}
	.swiper-pagination-bullet{
		width: 6px;
		height: 6px;
		margin: 0 4px !important;
	}
	.swiper-pagination-bullet-active{
		width: 18px;
	}
	.seemore a{
		padding: 6px 18px;
		font-size: 12px;
	}

	/* 案例 — 自适应 Grid：更小间距 */
	.cases-item .bd ul{
		grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));
		gap:14px;
	}
	.cases-item .bd ul li{
		padding-top:8px;
	}
	.cases-text{
		margin-top: 8px;
	}
	.cases-text h3{
		height: auto;
		font-size: 12px;
	}
	.cases-text h3 a{
		font-size: 11px;
		padding: 0 8px 0 8px;
		border-left-width: 3px;
	}
	.cases-text p{
		padding: 4px 8px 8px;
		font-size: 10px;
		line-height: 1.4;
	}
	.cases-date{
		padding: 6px 8px;
		flex-wrap: wrap;
		gap: 4px;
	}
	.cases-time{
		font-size: 10px;
		margin-top: 0;
	}
	.cases-type span{
		font-size: 9px;
		padding: 1px 3px;
	}
	/* 案例tab缩小 */
	.cases-item .hd ul li{
		font-size: 11px;
		padding-bottom: 8px;
	}
	.cases-item .hd ul li.on{
		padding-bottom: 9px;
	}
	.cases-item .hd ul li.on:before{
		top: 40px;
		border-width: 6px;
		margin-left: -6px;
		border-top-width: 6px;
	}
	.cases-item .bd{
		margin-top: 20px;
	}

	/* 新闻 — 完全堆叠 + 日期缩小 */
	.news-item .hd ul li{
		font-size: 11px;
		padding-bottom: 6px;
	}
	.news-item .hd ul li.on{
		padding-bottom: 7px;
	}
	.news-item .hd ul li.on:before{
		top: 34px;
		border-width: 6px;
		margin-left: -6px;
		border-top-width: 6px;
	}
	.news-item .hd{
		padding-bottom: 6px;
	}
	.news-item .bd{
		margin-top: 20px;
	}
	.news-item-left a{
		flex-direction: column;
	}
	.news-item-left .news-img{
		flex: 0 0 auto;
		width: 100%;
		aspect-ratio: 16/9;
	}
	.news-item-left .news-txt h4{
		font-size: 14px;
		height: auto;
	}
	.news-item-left .news-txt>span{
		font-size: 12px;
		height: auto;
	}
	.news-item-right ul{
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.news-item-right li{
		padding: 6px;
	}
	.news-item-right .news-date{
		width: 52px;
		min-height: 52px;
		font-size: 10px;
		line-height: 14px;
	}
	.news-item-right .news-date strong{
		font-size: 18px;
		line-height: 22px;
		padding-top: 0;
	}
	.news-item-right .news-text h5{
		font-size: 12px;
	}
	.news-item-right .news-text span{
		font-size: 10px;
		max-height: 24px;
	}

	/* 数据数字 — 3列 */
	.number .section-title{
		padding: 36px 0 4px;
	}
	.number .section-title h2{
		font-size: 18px;
	}
	.number .section-title h2::before,
	.number .section-title h2::after{
		width: 18px;
	}
	.number .section-title h2::before{
		left: -24px;
	}
	.number .section-title h2::after{
		right: -24px;
	}
	.number .section-title p{
		font-size: 11px;
		letter-spacing: 1px;
	}
	.number{
		height: auto;
		min-height: 360px;
	}
	.number ul{
		padding: 22px 0 40px;
	}
	.number ul li{
		flex: 0 0 33.333%;
		min-width: 0;
		padding: 12px 4px;
		box-sizing: border-box;
		border-left: none;
		border-bottom: 1px solid rgba(255,255,255,.15);
	}
	.number ul li:nth-child(4),
	.number ul li:nth-child(5){
		flex: 0 0 50%;
		border-bottom: none;
	}
	.number ul li + li::before{
		display:none
	}
	.number ul li b{
		font-size: clamp(22px, 6vw, 30px);
		margin: 0 0 8px;
		white-space: nowrap;
	}
	.number ul li b sup{
		font-size: clamp(10px, 2.5vw, 14px);
		top: -8px;
		margin-left: 1px;
	}
	.number ul li b em{
		font-size: clamp(9px, 2vw, 12px);
		top: -2px;
		margin-left: 4px;
	}
	.number ul li p{
		font-size: clamp(8px, 2vw, 10px);
		white-space: nowrap;
	}

	/* 关于我们 */
	.about .section-title h2{
		font-size: 18px;
	}
	.about .about-desc p{
		font-size: 12px;
		line-height: 1.5;
	}

	/* 荣誉 — 4列 */
	.honor-item ul li{
		width: 25%;
		padding: 6px 2px;
		box-sizing: border-box;
	}
	.honor-item ul li img{
		height: clamp(28px, 8vw, 40px);
	}
	.honor-item ul li p{
		font-size: 10px;
		padding-top: 2px;
	}

	/* section 标题 */
	.section-title{
		padding-bottom: 15px;
	}
	.section-title h2{
		font-size: 18px;
	}
	.section-title p{
		font-size: 12px;
		line-height: 1.4;
	}
	.more{
		padding-top: 20px;
	}
	.more a{
		padding: 8px 30px;
		font-size: 13px;
	}

	/* 各section内边距 */
	.cases, .product, .solution{
		padding: 20px 0;
	}
	.news{
		padding: 20px 0 30px;
	}
	.honor{
		padding: 15px 0;
	}
}

/* ----- 小屏手机 (480px 以下) ----- */
@media screen and (max-width:480px){

	/* 案例 — 单列 */
	.cases-item .bd ul{
		grid-template-columns:1fr;
		gap:16px;
	}
	.cases-item .bd ul li{
		padding-top:10px;
	}
	.cases-text{
		margin-top: 12px;
	}
	.cases-text h3{
		width: 100%;
		font-size: 14px;
		height: auto;
	}
	.cases-text h3 a{
		font-size: 13px;
		padding: 0 10px 0 10px;
		border-left-width: 3px;
	}
	.cases-text p{
		font-size: 12px;
		padding: 6px 10px 10px;
	}
	.cases-date{
		padding: 8px 10px;
	}
	.cases-time{
		font-size: 12px;
	}
	.cases-type span{
		font-size: 10px;
		padding: 2px 5px;
	}
	/* 案例tab */
	.cases-item .hd ul li{
		font-size: 11px;
		padding-bottom: 6px;
	}
	.cases-item .hd ul li.on{
		padding-bottom: 7px;
	}
	.cases-item .hd ul li.on:before{
		top: 35px;
		border-width: 6px;
		margin-left: -6px;
		border-top-width: 6px;
	}
	.cases-item .bd{
		margin-top: 15px;
	}
	.cases-item .hd{
		font-size: 12px;
		height: auto;
		padding-bottom: 10px;
	}

	/* 产品服务 — 横向滚动 */
	.product-item{
		height: auto;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.product-item ul{
		display: flex;
		flex-wrap: nowrap;
		gap: 8px;
		min-width: max-content;
		padding-bottom: 10px;
	}
	.product-item ul li{
		float: none;
		flex: 0 0 160px;
		width: 160px;
		height: auto;
		margin-left: 0;
		padding-bottom: 20px;
	}
	.product-item ul li.product-active{
		flex: 0 0 180px;
		width: 180px;
	}
	.product-item-icon{
		width: 50px;
		height: 50px;
		margin: 20px auto 15px;
	}
	.product-item ul li.product-active .product-item-icon{
		width: 60px;
		height: 60px;
		margin: 15px auto 8px;
	}
	.product-item-title h3{
		font-size: 12px;
		margin-bottom: 6px;
	}
	.product-item-title p{
		font-size: 11px;
	}
	.product-item-desc{
		padding: 10px 0;
		margin: 15px auto;
		width: 90%;
		height: auto;
	}
	.product-item-desc p{
		font-size: 11px;
		margin-bottom: 8px;
		line-height: 16px;
	}
	.product-item-price{
		margin-top: 20px;
		font-size: 12px;
	}
	.product-item-price span{
		font-size: 28px;
	}
	.product-item ul li.product-active .product-item-desc p{
		width: 100%;
		font-size: 11px;
		line-height: 16px;
	}
	.product-item ul li.product-active .product-item-price{
		margin-top: 15px;
	}
	.product-item ul li.product-active .product-item-price span{
		font-size: 24px;
	}
	.product-item-btn{
		height: 32px;
		margin: 15px auto 0;
		font-size: 12px;
		line-height: 32px;
	}

	/* 服务列表 — 2列 */
	.service-item{
		height: auto;
	}
	.service-item li{
		width: 33.33%;
		padding: 10px 4px;
	}
	.service-item li a{
		padding-bottom: 4px;
	}
	.service-item li a span{
		width: 32px;
		height: 32px;
		margin-bottom: 4px;
	}
	.service-item li a h4{
		font-size: 12px;
	}
	.service-list li{
		float: none;
		width: 100%;
		padding: 12px 15px;
		margin-bottom: 8px;
	}
	.service-list li h5{
		font-size: 13px;
	}
	.service-list li span{
		font-size: 11px;
	}

	/* 解决方案 — 调整高度 */
	.solution-item .solution-slide ul li{
		min-height: 220px;
	}
	.solution-item .solution-slide ul li i{
		top: 20%;
		font-size: 2em;
	}
	.solution-item .solution-slide ul li h3{
		font-size: 14px;
	}
	.solution-item .solution-slide ul li p{
		font-size: 10px;
		line-height: 18px;
	}
	.solution-item button.fa{
		width: 32px;
		font-size: 24px;
	}

	/* 荣誉 */
	.honor-item ul li{
		width: 33.33%;
		padding: 6px 4px;
	}

	/* 新闻 — 纵向堆叠 + 修复箭头 */
	.news-item .hd ul li{
		font-size: 11px;
		padding-bottom: 6px;
	}
	.news-item .hd ul li.on{
		padding-bottom: 7px;
	}
	.news-item .hd ul li.on:before{
		top: 32px;
		border-width: 6px;
		margin-left: -6px;
		border-top-width: 6px;
	}
	.news-item .hd{
		height: auto;
		padding-bottom: 8px;
		font-size: 12px;
	}
	.news-item .bd{
		margin-top: 20px;
	}
	.news-item-right .news-date{
		width: 46px;
		min-height: 46px;
		font-size: 9px;
		line-height: 12px;
	}
	.news-item-right .news-date strong{
		font-size: 16px;
		line-height: 20px;
		padding-top: 0;
	}
	.news-item-right .news-text{
		font-size: 10px;
	}
	.news-item-right .news-text h5{
		font-size: 11px;
	}
	.news-item-right .news-text span{
		font-size: 9px;
		max-height: 20px;
	}

	/* Section标题 */
	.section-title h2{
		font-size: 16px;
	}
	.section-title p{
		font-size: 11px;
		line-height: 1.4;
	}
	.more a{
		padding: 8px 25px;
		font-size: 12px;
	}
}