* {
	margin: 0;
	padding: 0;
	font-family: "MicroSoft Yahei", "Arial";
	box-sizing: border-box;
	text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
	font-weight: 100 !important;
}

img {
	display: block;
}

ul,
ol {
	list-style: none;
}

input {
	background: none;
	outline: none;
	border: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

body{
	background-color: #f4f4f4;
}
/*分割*/

.Division {
	width: 100%;
	height: 5px;
	background-color: #F4F4F4;
}


/*头部*/

.headbox {
	height: 45px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	padding: 0 20px;
}

.backimg img {
	display: inline-block;
	width: 13px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}

.pgswithbox a {
	font-size: 15px;
	color: #252525;
	line-height: 45px;
	margin: 0 20px;
	height: 45px;
	display: inline-block;
}

.pgactive {
	color: #4BDE9E !important;
	position: relative;
}

.pgactive:after {
	content: "";
	width: 100%;
	height: 3px;
	display: block;
	background-color: #4BDE9E;
	position: absolute;
	left: 0;
	bottom: 0;
}

.allbox img {
	width: 18px;
	display: block;
	margin: 0 auto;
}

.allbox span {
	font-size: 12px;
	display: block;
	margin-top: 2px;
	color: #999999;
}


/*案例列表*/

.pgbox li {
	border-top: 5px solid #f4f4f4;
}

.pglist {
	padding: 20px;
	display: block;
}

.textbox {
	padding-right: 20px;
	width: 70%;
	display: inline-block;
	vertical-align: top;
}

.textbox h3 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #252525;
}

.firstp {
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
	line-height: 18px;
	max-height: 36px;
	overflow: hidden;
}

.lastp {
	font-size: 12px;
	color: #999999;
}

.pglist img {
	width: 90px;
	height: 90px;
	display: inline-block;
	vertical-align: top;
}

.nowPgbox {
	padding: 20px 10px;
	font-size: 0;
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
	display: none;
}

.nowPgbox li {
	width: 25%;
	padding: 5px;
	margin-bottom: 10px;
}

.nowPgbox li a {
	width: 100%;
	display: block;
}

.nowPgbox li a img {
	width: 100%;
	margin-bottom: 5px;
}

.nowPgbox li a p {
	font-size: 12px;
    color: #252525;
    text-align: center;
    height: 31px;
    overflow: hidden;
    font-weight: 100;
    padding: 0 5px;
}