.content1 {
	min-height: 50vh;
	background: url("../img/images/casebj_02.png")no-repeat;
	background-size: 100%;
	background-color: #f5f8fa;
}

.casetype {
	padding-top: 200px;
}

.panelTwoTitle {
	text-align: center;
	margin: 0 auto;
}

.title1 {
	font-size: 25px;
	letter-spacing: 2px;
	margin-bottom: 40px;
	position: relative;
	display: inline-block;
}

	.title1::before {
		content: '';
		width: 30%;
		height: 5px;
		border-radius: 3px;
		background-color: #0172ff;
		position: absolute;
		bottom: -15px;
		left: 50%;
		transform: translateX(-50%);
	}

.location {
	margin-bottom: 20px;
}

	.location img {
		width: 15px;
		display: inline-block;
	}

	.location span {
		vertical-align: top;
	}

	.location a {
		text-decoration: none;
		color: #333;
	}

.app_inner {
	background-color: #fff !important;
	box-shadow: 0 2px 8px #f0f5ff;
}

	.app_inner:hover {
		background: #e2ecff !important;
		transform: translateY(-10px);
	}

.ql_menu2 .menuac .menu_class {
	display: block;
}

@media screen and (max-width:1600px) {

	/* 一级菜单 */
	.ql_menu2 {
		padding: 0px 10px;
	}

		.ql_menu2 .con_block {
			padding: 0px 10px;
		}

	.layout {
		box-sizing: border-box;
		padding: 0px 20px;
	}
}

@media screen and (max-width:760px) {
	.app_item {
		width: 50% !important;
	}
	.app_inner:hover {
		transform: translateY(0px);
	}
}

@media screen and (max-width:600px) {
	.app_item {
		width: 100% !important;
	}
}

@media screen and (max-width:990px) {
	.casetype {
		padding-top: 100px;
	}

	/* 一级菜单 */
	.ql_menu2 {
		height: 50px;
		padding: 0px 10px;
	}

		.ql_menu2 .logo {
			float: left;
			height: 40px;
			margin-top: 5px;
		}

			.ql_menu2 .logo img {
				height: 40px;
			}

		.ql_menu2 .content {
			display: none;
			position: fixed;
			width: 140px;
			right: 0;
			top: 50px;
			bottom: 0;
			background: #79a5ff;
			z-index: 10;
			overflow: scroll;
		}

		.ql_menu2 .con_item {
			width: 100%;
		}

		.ql_menu2 .con_block {
			padding: 0px 10px;
			width: 100%;
		}

		.ql_menu2 .con_item a {
		}

		.ql_menu2 .con_item:hover {
			background: #0e36c9;
		}

		.ql_menu2 .nav {
			display: block;
		}

		/* 二级菜单 */

		.ql_menu2 .menu_class {
			position: relative;
			text-align: left;
			border-bottom: 1px solid #ededed;
		}

			.ql_menu2 .menu_class .con_block {
				box-sizing: border-box;
				padding: 0px 10px;
			}

		.ql_menu2 .active {
			display: block;
		}

		.ql_menu2 .hide {
			display: none;
		}
}
