@utf-8;
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}
a {
	text-decoration: none;
}
.el-header {
	padding: 0;
	background-color: #545c64;
}
.el-footer {
	background-color: #545c64;
    color: #fff;
    text-align: center;
    line-height: 28px;
	height: 140px !important;
}
.el-main {


}

.pd-container {
	position: relative;
	margin: 0 auto !important;
	padding: 0 15px !important;
	box-sizing: border-box
}
.pd-clear {
	margin: 0 !important;
}
.box-card {
	margin:bottom:15px;
}
.pd-cp img{
	width:280px;
}
.pd-cp h3{
	font-size:16px;
	text-align:center;
}
@media screen and (max-width:767px) {
	.pd-container {
		margin: 0 !important;
	}
	.pd-cp img{
		width:100%
	}
}
@media screen and (min-width:768px) {
	.pd-container {
		width: 750px;
	}
}
@media screen and (min-width:992px) {
	.pd-container {
		width: 970px
	}
}
@media screen and (min-width:1200px) {
	.pd-container {
		width: 1170px
	}
}