﻿/* 内容10 */
.section-15{
	padding-top: 2.5rem;
}
.section-15 .section-title p{
	color: #FFFFFF;
}
.section-15 .section-title text{
	color: #FFFFFF;
}
.section-15 .section-box-o{
	margin-top: 3rem;
}
.section-15 .section-box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.5rem;
}
.section-15 .section-box .section-square{
	width: 1.3rem;
	height: 1.3rem;
}
.section-15 .section-box .section-border{
	width: 10.55rem;
	text-align: center;
	border-radius: 0.75rem;
	height: 5.3rem;
	padding: 0.5rem 0;
	background: #FFFFFF;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	 transition: all 0.5s;
	 box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12); 
}
.section-15 .section-box .section-border:hover{
	-webkit-transform: scale(1.08) translate(-10px, -10px);
	 ransform: scale(1.08) translate(-10px, -10px);
}
.section-15 .section-box .section-border img{
	height: 3rem;
}
/* 临时测试 */
.section-15 .section-box .section-border1{
	width: 10.55rem;
	text-align: center;
	padding: 0.5rem 0;
	background: #FFFFFF;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	 transition: all 0.5s;
	 box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12); 
	 margin-bottom: 1.5rem;
}
.section-15 .section-box .section-border1:hover{
	-webkit-transform: scale(1.08) translate(-10px, -10px);
	 ransform: scale(1.08) translate(-10px, -10px);
}
.section-15 .section-box .section-border1 img{
	height: 7rem;
}
/* 临时测试 */
.section-111 .section-nav-content{
    margin-top: 3rem;
}
.section-111 .section-nav-content .section-group{
	padding: 0 19.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section-111 .section-nav-content .section-group .section-item{
	width: 25.75rem;
	box-sizing: border-box;
	border: 2px solid #FFFFFF;
	display: flex;
	padding: 1rem;
	cursor: pointer;
	margin-bottom: 1rem;
}
.section-1111 .section-nav-content .section-group .section-item.active{
	border: 2px solid rgba(101,215,179,0.66);
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.10); 
}
.section-111 .section-nav-content .section-group .section-item .section-image{
	width: 2.4rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
}
.section-111 .section-nav-content .section-group .section-item.active .section-image{
	background: #e8faf5;
}
.section-111 .section-nav-content .section-group .section-item .section-image img{
	width: 1.35rem;
	height: 1.35rem;
}
.section-111 .section-nav-content .section-group .section-item .section-image img:first-child{
	display: block;
}
.section-111 .section-nav-content .section-group .section-item .section-image img:last-child{
	display: none;
}
.section-111 .section-nav-content .section-group .section-item.active .section-image img:first-child{
	display: none;
}
.section-111 .section-nav-content .section-group .section-item.active .section-image img:last-child{
	display: block;
}
.section-111 .section-nav-content .section-group .section-item .section-desc{
	margin-left: 1rem;
}
.section-111 .section-nav-content .section-group .section-item .section-desc p{
	color: #434245;
	line-height: 1.2rem;
	font-size: 0.9rem;
}
.section-111 .section-nav-content .section-group .section-item .section-desc text{
	display: inline-block;
	color: #898989;
	line-height: 1.1rem;
	font-size: 0.6rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 20rem;
}