
@font-face {
	font-family: "fontName";
	src: url("../../fonts/SOURCEHANSERIFCN-BOLD.OTF");
}
@font-face {
	font-family: "fontNumber";
	src: url("../fonts/bahnschrift.ttf");
}

.server_title {
	display: flex;
}

.search_ind, .search_ind:hover, .search_ind:active, .search_ind:focus,
	.search_ind:visited {
	width: 110px;
	height: 46px;
	background: linear-gradient(-60deg, #0088FF, #08B1FC);
	color: white;
}

.service_drown {
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	cursor: pointer;
}

.dropdown1{
	width:11%;
	margin-left:4%;
	    position: relative;
}
.dropdown2{
	width:11%;
	    position: relative;
}
.dropdown-menu{
	padding:0px !important;
}
.dropdown-menu>li {
	padding-left: 10px;
	height: 40px;
    line-height: 40px;
}

.serveicMenu>li:hover{
	background:grey;
	cursor:pointer;
	color:#ffffff;
}

.service_content {
	display: flex;
	width: 70.83%;
	margin: 0 auto;
	margin-top: 76.5px;
	flex-wrap: wrap;
}

.service_content>div {
	padding: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 91, 176, 0.1);
	width: 24%;
	margin-top: 20px;
	margin-right: 1%;
}

.service_content>div>div:nth-of-type(1) {
	text-align: center;
	width: 100%;
	height: 198px;
	margin: 0 auto;
}

.service_content>div>div:nth-of-type(1)>img {
	width: 100%;
	height: 100%;
}

.service_content>div>div:nth-of-type(2) {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-top: 25px;
	margin-bottom: 14px;
	text-align: center;
}

.service_content>div>div:nth-of-type(3) {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-bottom: 19px;
	text-align: center;
}

.service_content>div>div:nth-of-type(4) {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.fenpage_box {
	margin: 39px auto 60px auto;
	text-align: center;
}

.service_content>div>div:nth-of-type(1) {
	width: 59% !important;
	height: 148px !important;
}

.service_content>div>div:nth-of-type(1)>img {
	width: 100%;
}

.service_content>div>div:nth-of-type(4) {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 18px;
}
