.research {
	margin: 1.3rem 0;
	font-size: 0;
}
h3 {
	margin: 0 0 .4rem;
	font-size: .38rem;
    line-height: .48rem;
    font-family: AvantGardeITCbyBT-Medium,var(--font_c);
    color: var(--colorTitle);
}
.research .l,
.research .r {
    width: 45%; display: inline-block; box-sizing: border-box; vertical-align: middle;
}
.research .l {
    width: 55%; padding-right: 5%;
}
.text {
	display: block;
	width: 100%;
}
.text .desc {
	margin-bottom: .2rem;
	font-family: AvantGardeITCbyBT-Medium,var(--font_c);
	font-size: .2rem;
	line-height: 1.5;
	color: #848586;
	text-align: left;
}
.text p {
	margin-bottom: .2rem;
    font-size: .16rem;
    line-height: 1.5;
    color: #a6a7a7;
    font-family: 'Alibaba-PuHuiTi-Regular',var(--font_c);
    text-align: justify;
}

.research-swiper {
	position: relative;
	width: 90%;
	display: inline-block;
	vertical-align: top; left: 5%;
}
#research {
	margin: 0 auto .17rem;
	width: 9rem; width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#research img {
	border-radius: .1rem; max-width: 100%;
}
#thumbs img {
	transition: transform .4s ease-in-out;
	width: 100%;
	cursor: pointer;
	border-radius: .1rem;
}
/*#thumbs img:hover {
	transform: scale(1.06);
}*/
.research .iconfont {
	font-size: .36rem;
	position: absolute;
	top: 50%; right: -10%;
	transform: translateY(-50%);
	color: #acacac;
	opacity: .9;
	display: block;
	z-index: 1;
	cursor: pointer;
	transition: color .4s ease-in-out;
	outline: none;
}
.research  .icon-back {
	left: -10%; right: unset;
}
.research  .iconfont:hover {
	color: var(--colorTitle);
}
.research-thumbs {
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 768px) {
.research {
	margin: 0 0 .8rem 0;
}
.research .l {
	width: 100%;
}
.research .r {
	width: 100%;
}
h3 {
	margin: .4rem 0 .2rem;
	font-size: .3rem;
	line-height: 1.5;
	width: 100%;
	text-align: center;
}	
.text img {
	margin-bottom: .2rem;
	float: unset;
	right: 0; left: 50%;
	transform: translateX(-50%);
}
.text p {
	width: 100%;
}
#research {
	margin: .4rem 0;
	text-align: center;
	width: 100%;
}
#research img {
	margin: 0 auto .15rem;
	display: block;
	width: 80%;
}
.research .iconfont {
	width: .35rem; height: .7rem;
	line-height: .7rem;
	font-size: .3rem;
}
.research-thumbs {
	display: none;
}
}
