@charset "utf-8";

/* CSS Document */
/* 小型设备（平板电脑，768px 以下） */
@media (max-width: 750px ) {
.searchk {
	opacity: 0;
}
.searchk input {
	display: none;
}
.search_btn {
	display: none;
}
.case {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.case_box {
	width: 82.67vw;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5.6vw;
	padding-bottom: 3.2vw;
}
.case_tit {
	font-size: 5.33vw;
	color: #3e3a39;
	line-height: 5.33vw;
	margin-bottom: 2.93vw;
	text-align: center;
	font-weight: bold;
	padding-bottom: 5.33vw;
	border-bottom: solid #CFCFCF 1px;
}
.case_item_k {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.case_item {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 2.8vw;
	margin-bottom: 2.8vw;
	border-bottom: solid #DBDBDB 1px;
}
.case_item:last-child {
	/*	padding-bottom: 0;*/
	margin-bottom: 0;
	border-bottom: 0;
}
.case_h1 {
	font-size: 4vw;
	line-height: 6.5vw;
	color: #5F5F5F;
}
.case_p {
	font-size: 2.53vw;
	line-height: 4vw;
	color: #5F5F5F;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.case_img {
	width: 20.27vw;
	height: 20.27vw;
	float: left;
	margin-right: 4.93vw;
	box-sizing: border-box;
	border: solid 1px #CFCFCF;
	background-size: cover;
	background-position: center;
}
.case_img img {
	width: 100%;
	height: 100%;
	display: block;
}
.case_btn {
	height: 4.67vw;
	background-color: #003E8C;
	font-size: 2.13vw;
	color: #FFFFFF;
	line-height: 4.67vw;
	padding-left: 1.47vw;
	padding-right: 1.47vw;
	display: inline-block;
	border-radius: 2px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	bottom: 2.8vw;
	right: 0;
}
.case_btn img {
	display: inline-block;
	height: 1.87vw;
	float: right;
	margin-top: 1.47vw;
	margin-left: 1.33vw;
}
.case_btn a {
	color: #fff;
	display: block;
}
.case_btn:hover {
	opacity: 0.8;
}
.case_pagination {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: right;
	padding-top: 0;
}
.pagination {
	float: right;
}
.pagination li {
	float: left;
	font-size: 1.6vw;
	line-height: 4.27vw;
	margin-right: 1.2vw;
}
.pagination li a, .pagination li span {
	display: block;
	width: 3.2vw;
	height: 3.2vw;
	line-height: 3.2vw;
	font-size: 1.6vw;
	background-color: #E9E9EC;
	border-radius: 50%;
	text-align: center;
	margin-top: 0.53vw;
	color: #000;
}
.pagination li.active a, .pagination li.active span {
	background-color: #868B91;
}
.pagination li:first-child span, .pagination li:first-child a {
	display: block;
	width: 4.27vw;
	height: 4.27vw;
	font-size: 2.4vw;
	line-height: 4.27vw;
	font-family: '宋体';
	margin-top: 0;
}
.pagination li:last-child {
	margin-right: 0;
}
.pagination li:last-child span, .pagination li:last-child a {
	width:4.27vw;
	height: 4.27vw;
	font-size:  2.4vw;
	line-height: 4.27vw;
	font-family: '宋体';
	margin-top: 0;
}
.case_box2 {
	width: 81.33vw;
	height: auto;
	overflow: hidden;
	padding-top: 5.6vw;
	padding-bottom: 7.47vw;
}
.case_info_tit {
	font-size: 5.33vw;
	line-height:5.33vw;
	margin-bottom: 2.93vw;
	text-align: center;
	font-weight: bold;
}
.case_info_img {
	float: none;
	width: 80%;
	height: auto;
	overflow: hidden;
	margin-bottom: 4vw;
	margin-left: auto;margin-right: auto;
}
.case_info_img img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.case_info_text {
	clear: both;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size:2.8vw;
	line-height: 4.6vw;
	margin-bottom: 0;
}
.case_info_text img {
	max-width: 100%;
}
.case_info_btn {
	width: clamp(101.5px, 10.57vw, 203px);
	height: clamp(22.5px, 2.34vw, 45px);
	font-size: clamp(12px, 1.25vw, 24px);
	line-height: clamp(22.5px, 2.34vw, 45px);
	margin-left: auto;
	margin-right: auto;
	border-radius: clamp(11.5px, 1.2vw, 23px);
	border: solid 1px #5F87BE;
	text-align: center;
	display: none;
}
.case_info_btn a {
	display: block;
	color: #004097;
}
.case_ban {
	display: none;
}
.case_banm {
	display: block;
}
}
