.contentDiv{
	position: relative;
    text-align: right;
}

.zongtiConP{
	margin-top: 20px;
}
.mokuaiTitle{
	font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding: 15px 10px;
}
.zongtiCon,.tedianCon,.jutiCon,.yingyongCon{
	margin-top: 30px;
}
.zongtiDiv{
	display: flex;
	justify-content: space-around;
	margin-top:20px;
}
.zongtiDiv_con:hover{
	transform: scale(1.03);
    box-shadow: #c9d7f6 0px 0px 15px;
}
.zongtiDiv_con img{
	margin-top: 65px;
    margin-bottom: 20px;
}
.zongtiDiv_con_name{
	position: absolute;
    top: 0;
    background-color: #4f7fe9;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.tedianCon{
	position: relative;
	/*height: 450px;*/
}
.tedianText:hover{
	box-shadow: #c9d7f6 0px 0px 15px;
	z-index: 1;
}
.tedianImg:hover{
	transform: scale(1.03);
}
.jutiDIv{
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

.jutiDiv_kuai_text p{
	margin-left: 5px;
}
.jutiDIv_kuai:hover{
	border: 1px solid #bfdeff;
	border-radius: 10px;
	box-shadow: #cdddf4 0px 0px 15px;
}
.jutiDIv_kuai:hover>.jutiDiv_kuai_title{
	border-bottom: 1px solid #bfdeff;
}
.jutiDiv_kuai_title{
	padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.yingyongDiv{
	display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    padding: 15px 0px;
    margin-top: 20px;
    box-shadow: #ddd 0px 0px 15px;
    border-radius: 10px;
}
.yingyongDiv:hover{
    box-shadow: #c9d7f6 0px 0px 15px;
}
.yingyongxian{
	height: 300px;
    width: 3px;
    background-color: #e3e3e3;
}
.yingyongImg img{
	width: 250px;
	border: 1px solid #acacac;
    border-radius: 10px;
}
