.banner{
	position: relative;
	height: 540px;
}
.banner img{
	width: 100%;
}
.banner .slide{
	width: 1400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.banner .slide .tit{
	background: linear-gradient(92deg, #1891FD 0%, #2666FF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 36px;
	font-weight: bold;
	line-height: 42px;
}
.banner .slide p{
	color: #2D71FF;
	font-size: 18px;
	line-height: 21px;
	padding: 30px 0;
}
.banner .slide a{
	display: block;
	color: #2D71FF;
	font-size: 16px;
	border-radius: 10px;
	width: 96px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #2D71FF;
	padding-left:10px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 76px center;
	background-size: 20px 20px;
}
.banner .slide a:hover{
	font-weight: bold;
	background-position: 79px center;
}
.solution2 .box .navBox a,
.solution2 .soluList li .cont .check,
.banner .slide a,
.solution .solu .alpha a,
.product .proGroup img,
.software .softl img,
.detail-content .content-wrap .content-wrap2 a .content-bottom .link,
.detail-content .content-wrap .content-wrap2 a .content-bottom .detail::after{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.solution2 .soluList li .imgs img,
.solution .solu img,
.news .imgCont .imgs img,
.detail-content .content-wrap .content-wrap2 a .detail-content-picture img,
.news-container .news-wrap .news-item .pic{
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.solution2 .soluList li:hover .imgs img,
.solution .solu:hover img,
.news .imgCont .imgs:hover img,
.detail-content .content-wrap:hover .content-wrap2 a .detail-content-picture img,
.news-container .news-wrap .news-item:hover .pic{
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
}

.footer .foot-icon img{
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
}
.footer .foot-icon a:hover img{
	transition: all 0.6s ease-out 0s;
	-webkit-transition: all 0.6s ease-out 0s;
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}
.iconBox .item .con span,
.product .proGroup a,
.software .softl span,
.news .imgCont .tit,
.news .newul li .tent .tit,
.news .newul li .tent .check,
.footer .link a,
.footer .lg a,
.header .navul li a,
.uno-tabs-label-tit,
.detail-content .content-wrap .content-wrap2 a .content-bottom .bottom-title,
.news .newul li .date{
	transition: all .2s linear;
}
@media screen and (max-width:1480px){
.banner .slide{
  width: 100%;
  padding: 0 3%;
}
}
@media screen and (max-width:750px){
.banner{
	height: 5.4rem;
}
.banner .slide .tit{
	font-size: 0.36rem;
	line-height: 0.42rem;
}
.banner .slide p{
	font-size: 0.28rem;
	line-height: 0.4rem;
	padding: 0.3rem 0;
}
.banner .slide a{
	font-size: 0.26rem;
	border-radius: 0.1rem;
	width: 1.5rem;
	height: 0.6rem;
	line-height: 0.6rem;
	padding-left:0.1rem;
	background-position: 1.2rem center;
	background-size: 0.3rem 0.3rem;
}
.banner .slide a:hover{
	font-weight: normal;
	background-position: 1.2rem center;
}
}