.banner>a,
.banner>a>img{
	display: block;
	width: 100%;
}
.intp_pic{
	margin: auto;
	text-align: center;
	max-height: 90px;
}
.intp_pic>img{
	transition: all .4s;
}
.inter_one>ul>li:hover .intp_pic>img{
	transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transition: all .4s;
}

/*  */
/* wqadd */
.pb60{
	padding-bottom: 60px;
}
.ptb60{
	padding-top: 60px;
	padding-bottom: 60px;
}
.bg-f57{
	background-color: #f5f5f7;
}
/* 应用介绍 */
.appl-intrbox{
	background-color: #fff;
	padding-bottom: 60px;
}
.appl-intrbox .gsx-title{
	margin-bottom: 20px;
	text-align: center;
}
.intr_ulbox>ul>li{
	float: left;
	width: 33.333%;
	text-align: center;
	padding: 0 5%;
	box-sizing: border-box;
}
.wulimg{
	height: 90px;
	text-align: center;
	margin-bottom: 20px;
}
.wulimg>img{
	max-height: 100%;
	transition: all .4s;
}
.wul-tit{
	font-size: 16px;
	color: #333333;
	margin: 20px 0px 10px;
}
.wul-txt{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
.intr_ulbox>ul>li:hover .wulimg>img{
	transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transition: all .4s;
}
/* 主要功能 */

.main-funbox .gsx-title{
	margin-bottom: 20px;
}
.mfun-ulbox>ul>li{
	float: left;
	width: 25%;
	padding: 0 2%;
	text-align: center;
	box-sizing: border-box;
	margin-top: 30px;
}
.fun-img{
	height: 100px;
	text-align: center;
}
.fun-img>img{
	max-height: 100%;
	transition: all 0.4s;
}
.fun-txtbox{
	padding: 10px 0px;
}
.fun-tit{
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin: 20px auto;
}
.fun-txt{
	font-size: 14px;
	color: #666666;
}
.mfun-ulbox>ul>li:hover .fun-img>img{
	transform: rotate(360deg);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
/* 应用界面展示 */
.pres-swiper{
	
}
.pres-swiper .swiper-container {
	width: 100%;
	height: 100%;
}

.pres-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}

.pres-swiper .swiper-slide-active,
.pres-swiper .swiper-slide-duplicate-active {
	transform: scale(1);
}

.ino_bac {
	width: 264px;
	height: 530px;
	/* background: url(../images/wsj1.png)no-repeat; */
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 17px;
	box-sizing: border-box;
}
.ino_bac>img{
	max-height: 100%;
}
.an_more {
	background-color: rgb(19, 188, 182);
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	font-size: 14px;
	color: #ffffff;
	margin: 30px auto 0;
}

.in_an>ul>li {
	float: left;
	background-color: rgb(255, 255, 255);
	width: 285px;
	height: 272px;
	text-align: center;
	margin-right: 20px;
}

.in_an>ul>li:last-child {
	margin-right: 0;
}

.in_an>ul>li a {
	font-size: 14px;
	color: #666666;
	border-width: 1px;
	border-color: rgb(238, 238, 238);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	width: 198px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	display: inline-block;
}

.in_an>ul>li h2 {
	font-size: 16px;
	color: #666666;
	margin: 0 auto 10px;
}

.an_pic {
	width: auto;
	height: 147px;
	line-height: 147px;
	text-align: center;
	margin: 20px auto 30px;
	display: flex;
	align-items: center;
	justify-content: center
}

.lab_list4>ul>li{
		width: 25%;
	}

.lab_list4>ul>li p{
	padding: 0 12%;
}


@media (max-width: 768px){
	.ino_bac {
	    width: auto;
	    height: auto;
		padding: 0;
	}
	.appl-intrbox,
	.funs-intrbox{
		padding-bottom: 30px;
	}
	.wulimg {
	    height: 45px;
	}
	.mfun-ulbox>ul>li{
		margin-top: 2%;
		width: 33.333%;
	}
	
	.mfun-ulbox>ul{
		display: flex;
		flex-wrap: wrap;
	}
	.fun-img {
	    height: 50px;
	}
	.fun-tit {
	    margin: 4% auto;
	}
	
	.funs-intrbox .module-tit>h3{
		width: 90%;
	}
	.funs_ulbox>ul{
		display: flex;
		flex-wrap: wrap;
	}
	.funs_ulbox>ul>li{
		width: 33.333% !important;
		margin-bottom: 4%;
		
	}
	.fusimg{
		width: 80px !important;
		height: 80px !important;
		margin-bottom: 6% !important;
	}
	.fun-txt{
		height: auto !important;
	}
	
}
