div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px;
}

.vc_row-flex .vc_col-sm-12 {
	background: #f08200;
}

.vc_row-flex .vc_col-sm-12:hover {
	background: #03a388;
}

.pro-title {
	background: #f08200;
}

.pro-title:hover {
	background: #03a388;
}

.wf-container .widget {
	padding-right: 4%;
}

.post-thumbnail-wrap {
	border: 1px solid #ccc;
}

.albums-shortcode .entry-title a {
	color: #fff;
}

.photoswipe-wrapper img {
	width: 100%;
}

.custom-menu li {
	margin: 0;
	padding: 0;
}

#custom_html-2 {
	padding-right: 0;
	margin-left: 20%;
}

.case-home-list .post .entry-title a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-home-list .post .entry-title a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	min-height: 64px;
}

.post .entry-title a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}



.post .entry-title a:hover {
	/* color: #fff !important; */
}

h3.entry-title {
	font-size: 1em;
}

h3.entry-title a {
	font-size: 1em;
}

.portfolio-categories {
	font-size: 12px;
	line-height: none;
}

.post .entry-title a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bg-on .blog-media,
.bg-on .project-list-media {
	padding: 10px 10px 0;
}

.bg-on .blog-content,
.bg-on .project-list-content {
	padding: 2px 8px;
}

.text-secondary {
	display: none;
}

.post-thumbnail-rollover {
	background: #eee;
}

.post-thumbnail-wrap {
	border: none;
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width:992px) and (max-width:1340px) {
	.wf-container .widget {
		padding-right: 2%;
	}

	#custom_html-2 {
		padding-right: 0;
		margin-left: 6%;
	}
}

/* 小型设备（平板电脑，768px 起） */
@media (min-width:768px) and (max-width:992px) {
	.wf-container .widget {
		padding-right: 0%;
	}

	#custom_html-2 {
		padding-right: 0;
		margin-left: 0;
	}

	.post .entry-title a {
		font-size: 12px !important;
	}
}

/* 小型设备（手机，小于768px） */
@media (max-width:768px) {
	.post .entry-title a {
		font-size: 14px !important;
		display: block !important;
		overflow: hidden !important;
		white-space: nowrap !important;
		text-overflow: ellipsis !important;
	}
}

.course {
	border: none;
}

.tablepress td {
	border: 1px solid #ddd;
}

/* 发展历程 */
.development-path {
	border-bottom: 1px dashed #ccc;
}

.development-path h4 {
	color: #f08200;
	font-size: 2.5em;
}

.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_icon::before {
	background-color: #f08200;
}


.development-path p,
.development-path li {
	font-size: 1.2em;
}



/* 实力优势 */
.ny-youshi-bg .wpb_wrapper {
	background: #f08200;
}

/* banner */
.slider-post-inner h4 {
	display: none !important;
}

.cont-id-0 {
	margin: -1px;
}

.full-width-wrap .cont-id-0 {
	margin: -1px 1px;
}

.cont-id-0 .wf-cell {
	width: 337px;
	width: 25%;
	padding: 1px;
}
@media screen and (max-width: 778px) {
	.cont-id-0 .wf-cell {
		width: 100%;
	}
}
.cont-id-0 .wf-cell.double-width {
	width: 674px;
}

.fenye {
	text-align: center;
	clear: both;
	position: relative;
	margin: 30px 0 0;
	z-index: 10;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
}

.fenye span {
	margin: 0 5px;
}

.fenye ul {
	display: flex;
}

.fenye ul li {
	border: 1px solid #666666;
	margin: 0 5px;
	padding: 1px 10px;
	margin: 0 6px;
}

.fenye ul li.pages_solid {
    color: #fff;
    background: #f08200;
	border: 1px solid #f08200;
}

.fenye ul li a {
	color: #666666;
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
