.a1_on{
	width: 240px;
	height: 359px;
	cursor: pointer;
}
.a1_box{
	display: flex;
	flex-wrap: wrap;
}
.a1_box>div{
	margin-right: 80px;
}
.a1_box>div:nth-child(4n+4){
	margin-right: 0;
}
.a1_name{
	padding-top: 20px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	text-align: center;
	padding-bottom: 15px;
}
.a1_on:hover .a1_name{
	color: #15a286;
}
.a1_img{
	padding: 10px;
}
.a1_on:hover{
	box-shadow:-3px 13px 23px -8px #dedede;
}
.a1_on:hover .a1_icon{
	display: block;
}
.a1_text{
	text-align: center;
	color: #666666;
	margin-bottom: 9px;
}
.a1_icon{
	display: none;
	width: 120px;
	height: 29px;
	border: 1px solid #64bfa1;
	border-radius: 5px;
margin: auto;
text-align: center;
}
.row_a1{
	padding-bottom: 64px;
}
.a1_tt{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 32px;
	font-weight: 600;
}
.frame{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 11;
	display: none;
}
.frame_box{
	padding: 40px;
	width: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
}
.fram_close{
	position: absolute;
	right: 42px;
	cursor: pointer;
}
.fram_max{
	display: flex;
	align-items: center;
	padding-bottom: 40px;
}
.fram_right{
	margin-left: 50px;
}
.fram_right>div:nth-child(1){
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
}
.fram_right>div:nth-child(2){
	font-size: 16px;
	color: #666;
}
.fram_p{
	overflow-y: scroll;
	    height: 428px;
}
.fram_p p{
	position: relative;
	font-size: 16px;
	color: #333;
	padding-left: 16px;
	padding-bottom: 30px;
}
.fram_p p::before{
	position: absolute;
	content: "◆";
  left: 0;
  color: #15a286;
}
.row_a1{
	background: url(../img/pic038.png)right top no-repeat;
}

/* 设置滚动条的样式 */

.fram_p::-webkit-scrollbar {

width:12px;

}

/* 滚动槽 */

.fram_p::-webkit-scrollbar-track {

-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);

border-radius:10px;

}

/* 滚动条滑块 */

.fram_p::-webkit-scrollbar-thumb {

border-radius:10px;

background:#64bfa1;

-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);

}

.fram_p::-webkit-scrollbar-thumb:window-inactive {

background:#64bfa1;

}
@media screen and (max-width:768px) {
	.a1_on{
		width: 50%;
	}
	.a1_box > div {
	  margin-right: 0px;
	}
	.fram_p {
	  overflow-y: scroll;
	  height: 153px;
	}
	.frame_box{
		width: 95%;
	}
	.fram_right {
	  margin-left: .2rem;
	}
	.fram_right > div:nth-child(1) {
	
	  font-size: .3rem;
	  
	}
	.fram_right > div:nth-child(2){
		font-size: .25rem;
	}
	.fram_p p{
		font-size: .3rem;
		padding-bottom: .3rem;
	}
	.a1_tt{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		font-size: .5rem;
	}
}
