.product-main{
	padding:2vw 0;
}
.list-product{
	display: block;
	width: 100%;
}
.list-product .item{
	display: block;
	width: 20%;
	float: left;
	margin-bottom: 1vw;
}
.list-product .product{
	display: block;
	padding: 1vw;
	width:94%;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	background: #EEF2FB;
	border: 2px solid #EEF2FB;
	overflow: hidden;
	-webkit-border-radius: 1vw;
	border-radius: 1vw;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.list-product .product h5{
	display: block;
	  font-weight: normal;
	  font-size: 1vw;
	  text-align: center;
	  color: #1a1a1a;
	  height:2.6vw;
	  margin-bottom: 0.5vw;
	  line-height: 1.3vw;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	  text-overflow: ellipsis;
	  overflow: hidden;
}
.list-product .product .imgBox{
	height: 12vw;
	display: block;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;	
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-product .product .imgBox .img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	object-fit: contain;
	mix-blend-mode: multiply;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.list-product .product:hover{
	border: 2px solid #2E8AE5;
	background: #FFF;
	-webkit-box-shadow: 0 0.1vw 1.5vw rgba(65, 153, 252, 0.1);
	box-shadow: 0  0.1vw 1.5vw rgba(65, 153, 252, 0.1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.list-product .product:hover h5{
	color: #2E8AE5;	
}

.list-product .product:hover .img{
	color: #2E8AE5;
	-webkit-transform: translateY(-0.5vw);
	transform: translateY(-0.5vw);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}


.list-product.list-product-software .item{
	width: 25%;
}
.list-product.list-product-software .product h5{
	margin-top: 0.5vw;
	margin-bottom: 0;
}
.list-product.list-product-software .product .imgBox .img{
	mix-blend-mode: normal;
}

.product-navtab{
	display: block;
	background: #FFF;
	width: 100%;
	margin:0 auto 2vw auto;
		
	/*-webkit-border-radius: 1vw;
	border-radius: 1vw;
	-webkit-box-shadow: 0px 0.2vw 1vw rgba(0,0,0,0.03);
	box-shadow: 0px 0.2vw 1vw rgba(0,0,0,0.03);*/
}
.product-navtab .product-navtab-title{
	display: block;
	position: relative;
	background: #2E8AE5;
}
.product-navtab .product-navtab-title .line{
	display: none;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(75,176,253,0) 0%, #4ab0ed 40%, #4ab0ed 70%, rgba(75,176,253,0) 100%);
}
.product-navtab .product-navtab-title .item{
	display: block;
	float: left;
	width: 50%;
	padding: 0.8vw 0;
	position: relative;
}
.product-navtab .product-navtab-title .item .bg{
	display: none;
	position: absolute;
	z-index: 0;
	left: 0%;
	bottom:0;
	width: 105%;
	height: 120%;
	overflow: hidden;
}
.product-navtab .product-navtab-title .item .bg:after{
	position: absolute;
	display: block;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.product-navtab .product-navtab-title .item .bg .img{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
.product-navtab .product-navtab-title .item .bg .icon{
	display: block;
	width: auto;
	height: 100%;
	z-index: 1;
	right: 10%;
	bottom: -20%;
	position: absolute;
}
.product-navtab .product-navtab-title .item .h4{
	display: block;
	position: relative;
	z-index: 1;
	text-align: left;
	padding: 0 2vw;
}
.product-navtab .product-navtab-title .item .h4 h4{
	display: block;
	font-size: 1.5vw;
	text-align: left;
	vertical-align: middle;
	color: #FFF;
}
.product-navtab .product-navtab-title .item .h4 p{
	display: block;
	text-align: left;
	vertical-align: middle;
	color: #FFF;
	color: rgba(255, 255, 255, 0.5);
}
.product-navtab .product-navtab-title .item .h4 em{
	display: block;
	font-size: 1.5vw;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}
.product-navtab .product-navtab-title .item .h4 .txt{
	display: block;
	float: left;
}
.product-navtab .product-navtab-title .item .h4 .number{
	float: left;
	display: block;
	height: 100%;
	margin-right: 0.4vw;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-weight: 200;
	font-size: 1.5vw;
}
.product-navtab .product-navtab-title .item .h4 .number .img{
	display: block;
	width: 1.5vw;
	height: auto;
}
.product-navtab .product-navtab-title .item.current .bg{
	display: block;
}
.product-navtab .product-navtab-title .item.current .h4 em{
	color: #FFF;
}
.product-navtab .product-navtab-title .item:last-child .bg{
	right: 0%;
	left: auto;
}


.product-navtab .product-navtab-con{
	display: block;
	padding: 1vw;
}
.product-navtab .product-navtab-con .link,.product-navtab .product-navtab-con a{
	display: inline-block;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	padding: 0.5vw 1vw;
	margin: 0.2vw;
	color: #419AFC;
	/*background: #F5F8FF;*/
	font-size: 0.8vw;
}
.product-navtab .product-navtab-con .link:hover,.product-navtab .product-navtab-con a:hover{
	background:#F8F8F8;
	color: #419AFC;
}
.product-navtab .product-navtab-con .link.current{
	background:#2E8AE5;
	color: #FFF;
}



.solution{
	display: block;
}
.solution .item{
	display: block;
	background: #FFF;
	border: 2px solid #FFF;
	padding: 2vw;
	margin:0 auto 2vw auto;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.solution .item:hover{
	border: 2px solid #2E8AE5;
}
.solution .item .solution-Box{
	
}

.solution .item .imgBox{
	display: inline-block;
	float: left;
	width: 32%;
	height:15vw;
	overflow: hidden;
	-webkit-border-radius: 1vw;
	border-radius: 1vw;
}
.solution .item .imgBox .img{
	display: block;
	height: 100%;
	width: 100%;
	-webkit-object-fit: cover;
	object-fit: cover;
	margin: auto;
	transition:All 0.3s ease;
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;	
}
.solution .item .imgBox:hover .img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transition:All 0.3s ease-in-out;
	-webkit-transition:All 0.3s ease-in-out;
	-moz-transition:All 0.3s ease-in-out;
	-o-transition:All 0.3s ease-in-out;
	-webkit-box-shadow: 0 0.2vw 1vw rgba(65,153,252,0.5);
	box-shadow: 0 0.2vw 1vw rgba(65,153,252,0.5);
}
.solution .item .solution-con{
	display:block;
	float: right;
	width: 65%;
	min-height: 15vw;
}
.solution .item .solution-con h3{
	display: block;
	font-weight: bold;
	margin-bottom: 1vw;
	font-size: 1.4vw;
}
.solution .item .solution-con h3 a{
	font-size: 1.4vw;
	color: #1a1a1a;
}
.solution .item .solution-con h3 a:hover{
	color: #2E8AE5;
}
.solution .item .solution-con .text{
	display: block;	
	margin-bottom:1vw;
}
.solution .item .solution-con .text p{
	display: block;
	line-height: 200%;
	font-weight: normal;
	font-size: 1vw;
	color: #A1A1A1;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.solution .item:hover .solution-con .text p{
	color: #1a1a1a;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.solution .item:nth-child(2n+2) .imgBox{
	float: right;
}
.solution .item:nth-child(2n+2) .solution-con{
	float: left;
}
.solution.row{
	background: #FFF;
}
.solution.row .item{
	float: left;
	width: 33.3%;
	padding: 1vw;
	display: block;
	margin:0 auto 1vw auto;
}
.solution.row .item .imgBox{
	display: block;
	float: none;
	width: 100%;
	height:15vw;
	margin-bottom: 1vw;
}
.solution.row .item .solution-con{
	display: block;
	width: 100%;
	float: none;
	min-height: auto;
}
.solution.row .item .solution-con h3{
	  display: block;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 1vw;
    height: 5vw;
    line-height: 2.5vw;
    text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
}

.moreBut{
	display: inline-block;
	height: 2.5vw;
	line-height: 2.5vw;
	font-weight: normal;
	font-size: 1vw;
	color: #2E8AE5;
	margin: 0 auto;
	position:relative;
	text-align: center;
	border-radius: 2000px;
	-webkit-border-radius: 2000px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.moreBut .icon-right{
	display: inline-block;
	width: 1vw;
	height: 2.5vw;
	font-size: 0;
	margin-left: 0.2vw;
	vertical-align: top;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background:url("../images/icon/icon-right-blue.png") no-repeat center center;
	background-size:40% auto;
}
.moreBut:hover{
	color: #2170DC;
	-webkit-box-shadow: 0 0.1vw 1.5vw rgba(65, 153, 252, 0.5);
	box-shadow: 0  0.1vw 1.5vw rgba(65, 153, 252, 0.5);
	-webkit-transform: translateY(-0.2vw);
	transform: translateY(-0.2vw);
}
.moreBut:hover .icon-right{
	-webkit-transform: translateX(0.5vw);
	transform: translateX(0.5vw);
}

.business-map{
	display: block;
	background:url("../images/business-map.jpg") no-repeat center center;
	background-size:cover;
	position: relative;
}
.business-main{
	display: block;
	position: relative;
	min-height: 40vw;
}
.business-main .business-mapimg{
	display: block;
	position: absolute;
	right: 6%;
	top: 50%;
	z-index: 0;
	width: 80%;
	height: 30vw;
	margin-top: -15vw;
	-webkit-object-fit: contain;
	-webkit-mix-blend-mode: multiply;
	object-fit: contain;
	mix-blend-mode: multiply;
}
.business-main .business-mapimg .img{
	width: auto;
	height: 100%;
	float: right;
}
.business-main .scope-business{
	display: block;
	position: relative;
	z-index: 0;
	padding:2vw 0;
}

.business-main .scope-business .intitle{
	display: block;
    font-weight: bold;
    font-size: 2vw;
    padding: 3vw 0 2vw 0;
    white-space: nowrap;
    text-align: left;
    color: #1a1a1a;
}
.business-main .scope-business p{
	display: block;
    font-weight: normal;
	font-size: 1.2vw;
	line-height: 200%;
}



/*自适应适配*/
/*5K自适应适配5120x2880*/
@media (max-width: 5120px) {}

/*4K自适应适配3840×2160*/
@media (max-width: 3840px) {}

/*2K自适应适配2560×1600*/
@media (max-width: 2560px) {}

/*笔记本自适应适配1366×1024*/
@media (max-width: 1366px) {}

/*1K自适应适配1920X1080*/
@media (max-width: 1920px) {}


/*平板自适应适配1024X768*/
@media (max-width: 1024px) {}

@media (max-width: 800px) {
	.product-navtab{
		width: 100%;
	}
}
@media (max-width: 480px) {
	.product-main{
		padding: 4vw 0;
	}
	.product-navtab{
		margin: 0 auto 4vw auto;
	}
	.product-navtab .product-navtab-con .link,.product-navtab .product-navtab-con a{
		padding: 1.5vw 3vw;
		margin: 1.5vw;
		font-size: 3.6vw;
	}
	.solution .item{
		border: 0px solid #FFF;
		padding: 3vw;
		margin: 0 auto 4vw auto;
	}
	.solution.row .item{
		display: block;
		width: 100%;
		border: 0px solid #FFF;
		padding: 3vw;
		margin: 0 auto 4vw auto;
	}
	.solution .item .imgBox,.solution.row .item .imgBox{
		display: block;
		float: none;
		width: 100%;
		height: 55vw;
	}	
	.solution .item .solution-con,.solution.row .item .solution-con{
		margin-bottom: 0;
		padding: 3vw 0;
		width: 100%;
		float: none;
	}
	.solution .item .solution-con h3{
		font-size: 4.6vw;
		line-height: 180%;
	}
	.solution.row .item .solution-con h3{
		height: auto;
		font-size: 4.6vw;
		line-height: 180%;
		overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
	}
	.solution .item .solution-con h3,.solution .item .solution-con .text,.solution.row .item .solution-con h3,.solution.row .item .solution-con .text{
		margin-bottom: 0;
	}
	.solution .item .solution-con h3 a,.solution.row .item .solution-con h3 a{
		font-size: 4.6vw;
	  line-height: 180%;
	}
	.solution .item .solution-con .text p,.solution.row .item .solution-con .text p{
		margin-bottom: 0;
		font-size: 3.8vw;
	}
	.business-main .scope-business{
		padding: 4vw 0;
	}
	.business-main .scope-business .intitle{
		font-size: 6vw;
		padding: 0vw 0 2vw 0;
	}
	.business-main .scope-business p{
		font-size: 3.8vw;
	}
	.business-main .business-mapimg{
		position: relative;
	    right: auto;
		left: auto;
	    top: 0%;
	    z-index: 0;
	    width: 100%;
	    height: auto;
		margin: 0 auto;
		text-align: center;
		padding: 4vw 0 0vw 0;
	}
	.business-main .business-mapimg .img{
		display: block;
		float: none;
		margin: 0 auto;
	}
	.product-navtab .product-navtab-title .item .txt h4{
		font-size: 4.5vw;
		color: #FFF;
	}
	.product-navtab .product-navtab-title .item .h4 p{
		font-size: 3.2vw;
	}
	.product-navtab .product-navtab-title .item .h4 .number{
		font-size: 4.5vw;
	}
	.product-navtab .product-navtab-title .item .bg{
		height: 110%;
	}
}
@media (max-width: 320px) {
	
}