div,
	dl,
	dt,
	dd,
	ul,
	ol,
	li,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	pre,
	body,
	form,
	fieldset,
	input,
	textarea,
	p,
	blockquote,
	th,
	td {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	html {
		overflow-y: scroll;
	}
	
	body,
	input,
	textarea,
	select {
		color: #474342;
	}
	
	body,
	p,
	ul,
	dl,
	dd,
	form,
	textarea,
	input,
	ol,
	h3 {
		/*font-size: 16px;*/
	}
	
	ul,
	ol,
	td,
	th {
		padding: 0;
		list-style: none outside;
	}
	
	a {
		color: #515151;
		text-decoration: none;
		transition: color 0.2s;
	}
	
	a:hover {
		color: #474342;
	}
	
	a,
	button,
	li {
		-webkit-tap-highlight-color: transparent;
	}
	
	i,
	strong,
	em {
		font-style: normal;
		font-weight: normal;
	}
	
	a:focus,
	input,
	textarea,
	select,
	button {
		outline: none;
	}
	
	textarea {
		overflow: auto;
		resize: none;
	}
	
	body {
		padding-top: 55px;
	}
	
	input,
	textarea,
	select {
		font-size: 100%;
	}
	
	img {
		border: 0;
		vertical-align: top;
		max-width: 100%;
	}
	
	table {
		border-collapse: collapse;
	}
	
	html {
		font-size: 62.5%;
	}
	
	body div.max_width {
		background: #fff;
		width: 100%;
		margin: auto;
		margin: 8px 0;
		padding: 0 15px;
		box-sizing: border-box;
		border-top: 5px solid #ee
	}
	/*导航*/
	
	.mobile-button {
		position: relative;
		background: 0 0;
		width: 26px;
		height: 16px;
		margin-top: 7px;
	}
	
	.mobile-button:before,
	.mobile-button:after,
	.mobile-button span {
		background-color: #fff;
		-webkit-transition: all ease .238s;
		-moz-transition: all ease .238s;
		transition: all ease .238s
	}
	
	.mobile-button:before,
	.mobile-button:after {
		content: '';
		position: absolute;
		top: 0;
		height: 2px;
		width: 100%;
		left: 0;
		top: 50%;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%
	}
	
	.mobile-button span {
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		top: 50%;
		overflow: hidden;
		text-indent: 200%
	}
	
	.mobile-button:before {
		-webkit-transform: translate3d(0, -7px, 0);
		-moz-transform: translate3d(0, -7px, 0);
		transform: translate3d(0, -7px, 0)
	}
	
	.mobile-button:after {
		-webkit-transform: translate3d(0, 7px, 0);
		-moz-transform: translate3d(0, 7px, 0);
		transform: translate3d(0, 7px, 0)
	}
	
	.mobile-button.active span {
		opacity: 0
	}
	
	.mobile-button.active:before {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		-moz-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg)
	}
	
	.mobile-button.active:after {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-moz-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg)
	}
	
	.logo {
		background: #D4382B;
		padding: 11px 10px 0 10px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		height: 55px;
		box-shadow: 0 0 10px #eee;
	}
	
	.logo img {
		width: 120px;
		max-height: 26px;
		padding-top: 5px;
	}
	
	.nav_logo .search {
		float: right;
		margin-top: 15px;
		background: #fff;
		position: absolute;
		right: 0;
	}
	
	.nav_logo .search {
		float: right;
		margin-top: 15px;
		background: #fff;
		position: absolute;
		right: 0;
		height: 30px;
	}
	
	form {
		padding: 0 25px 0 8px;
		width: 75%;
		height: 35px;
		-webkit-transition: .5s;
		transition: .5s;
		border-radius: 5px;
		background: url(../img/sear.png) no-repeat 95% 7px;
		background-size: 9%;
		position: relative;
		background-color: #fff;
		border: 1px solid #ddd;
		margin: 1px auto;
	}
}
input,
button {
	border: none;
	outline: none;
}
.bar6 input {
	height: 35px;
	border: none;
	outline: none;
	width: 95%;
	background: #fff;
	color: #333;
	border-radius: 20px;
	font-size: 14px;
}
.bar6 button {
	position: absolute;
	height: 35px;
	width: 35px;
	right: 0px;
	top: 0;
	cursor: pointer;
	background: none;
	border: none;
}
.bar6 button:active {
	outline: none;
}
.navs {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding: 8px 5px;
	box-sizing: border-box;
	background: #F8F8F8;
	width: 100%;
}
.searfrom::-webkit-input-placeholder {
	color: #999;
	font-size: 13px;
}
.searfrom:::-moz-placeholder {
	color: #999;
	font-size: 13px;
}
.searfrom::-ms-input-placeholder {
	color: #999;
	font-size: 13px;
}
.search {
	margin: 20px 0;
}

/*侧边栏*/
.topnav {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9;
	background: rgba(0, 0, 0, .6);
	z-index: 998;
}
.topnav>div {
	background: #fff;
	width: 70%;
	height: 100%;
	padding-top: 60px;
	overflow-y: scroll;
	box-sizing: border-box;
}
.topnav ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 20px 15px 40px 10px;
	box-sizing: border-box;
}
.topnav ul li {
	color: #fff;
	display: inline-block;
	width: 50%;
	letter-spacing: 2px;
	text-align: center;
	color: #000;
	font-size: 15px;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	text-align: left;
}
.topnav ul li a {
	color: #333;
}
.topnav ul li.active a {
	color: #333;
}
.gaoindex {
	position: relative;
	text-align: center;
	height: 80px;
	overflow: hidden;
}
.gaoindex img {
	height: 80px;
	width: 100%;
}
.gaoindex img.close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
}
.guangao .gaos {
	width: 100%;
}
.clear {
	clear: both;
}
.content_all>div {
	padding: 15px;
	box-sizing: border-box;
	border-bottom: 8px solid #E1E1E1;
}
.projects {
	padding: 0 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
}
.content-ajax article {
	border-bottom: 1px dashed #d8d8d8;
	padding: 20px 0;
	position: relative;
	box-sizing: border-box;
}
.content-ajax article:first-child {
	padding-top: 0;
}
article .time {
	padding-top: 10px;
	z-index: 400;
	font-size: 12px;
	background: #fff;
	color: #999;
}
.time img {
	padding-right: 5px;
	/*vertical-align: middle;*/
}
.entry-img .sort {
	padding: 5px 12px;
	background: rgb(255, 90, 0);
	font-size: 14px;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.no_img .entry-img {
	display: none;
}
.entry-content {
	overflow: hidden;
	box-sizing: border-box;
}
.entry-title {
	font-size: 16px;
	font-weight: 500;
	color: #3e454b;
	line-height: 24px;
	font-family: 'PingFangSC-Regular, Microsoft Yahei';
}
.entry-title:hover {
	opacity: 0.9;
}
.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
	padding-right: 10px;
	margin-top: 5px;
}
.entry-img img {
	width: 80px;
	height: 50px;
}

/*title*/
.home-title {
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
}
.home-title .home-title-name {
	font-size: 18px;
	color: #333;
}
.home-title .home-title-name:after {
	display: block;
	content: "";
	border-bottom: 2px solid #D4382B;
	width: 60px;
	padding-top: 10px;
}
.home-title .home-title-name span {
	font-size: 13px;
	color: #9e9e9e;
	margin-left: 10px;
}
.home-title .home-title-more {
	padding-top: 2px;
}
.home-title .home-title-more a {
	display: inline-block;
	font-size: 12px;
	border: 1px solid #eee;
	padding: 6px 15px;
	line-height: normal;
	border-radius: 20px;
}
.home-title .home-title-more a:hover,
.home-title .home-title-more a.active {
	background: #D4382B;
	border-color: #D4382B;
	color: #fff;
}

/*====*/
.swiper-container1 {
	height: 24rem;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-container1 img {
	width: 100%;
	height: 24rem;
}
.swiper-container1 .swiper-slide {
	position: relative;
}
.swiper-container1 .swiper-wrapper p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
	padding-right: 20%;
}
.pagination {
	width: 100% !important;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
}
.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #eee;
}
.swiper-pagination-current {
	font-size: 20px;
	background: #fff;
}
.page .paginations {
	list-style: none;
	display: block;
	padding: 0;
	margin: 30px auto;
	width: 71%;
}
.page .paginations li {
	display: inline;
	text-align: center;
}
.page .paginations a {
	float: left;
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 12px;
	color: #fff;
	margin-left: -1px;
	border: 1px solid transparent;
	line-height: 1.5;
}
.page .paginations a.active {
	border-color: #cc0210;
	background: #cc0210;
	color: #fff;
}
.page .modal-1 li:first-child a {
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px 0 0 6px;
}
.page .modal-1 li:last-child a {
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0;
	border-radius: 0 6px 6px 0;
}
.page .modal-1 a {
	border-color: #d9d9d9;
	color: #444;
	background: #fff;
	margin: 0 3px;
	border-radius: 5px;
}

/*列表*/
.home_news {
	padding: 0 15px;
	box-sizing: border-box;
}
.home_news ul li {
	background: url(../img/dians.png) no-repeat 5px;
	padding: 15px 0 15px 18px;
	margin-left: -5px;
	border-bottom: 1px dashed #d8d8d8;
	line-height: 25px;
}
.home_news ul li a {
	font-size: 15px;
	font-weight: 400;
	color: #515050;
}
.piclist {
	padding: 0 15px;
	box-sizing: border-box;
}
.piclist-item {
	padding-right: 10px;
	float: left;
	width: 50%;
	box-sizing: border-box;
	background: #fff;
	margin-top: 10px;
}
.piclist-item img {
	height: 125px;
	width: 100%;
}
.piclist-item:nth-child(2n) {
	padding-right: 0;
}
.piclist-item a {
	border: 1px solid #eaeaea;
	position: relative;
	display: inline-block;
	width: 100%;
}
.piclist-item p {
	font-size: 15px;
	padding: 10px;
	box-sizing: border-box;
}
.projects_xq {
	padding-top: 15px;
	padding-bottom: 0;
}
.newdetail .top_title {
	padding: 0 15px;
	box-sizing: border-box;
}
.con_tit {
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	color: #212529;
}
.info {
	line-height: 50px;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 20px;
	color: #666;
}
.menu {
	display: flex;
	border-bottom: 1px solid #eaeaea;
	justify-content: space-between;
	align-items: center;
	line-height: 25px;
	padding-top:15px ;
}
.menu .menu-name {
	color: #333;
	border-bottom: .1rem solid #999;
	margin-bottom: -1px;
	font-size: 16px;
	color: #1890FF;
	border-bottom-color: #1890FF;
}
.list {
	padding-top: 10px;
	overflow: hidden;
}
.list li {
	border-bottom: 1px solid #e4eaec;
	padding: 10px;
	width: 100%;
	background: url(../img/dians.png) no-repeat 5px;
	padding-left: 20px;
	margin-left: -5px;
}
.list li a {
	color: #333;
	font-size: 15px;
}
.about{
	padding: 0 15px;
	box-sizing: border-box;
}
.tuijian .content-ajax article:first-child{
	padding-top: 20px;
}
/*=========*/
.piclist-item p {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}
.entry-title,
.home_news ul li a {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.footer {
	text-align: center;
	background-color: #f3f3f3;
	padding: 10px 20px;
	box-sizing: border-box;
}
.footer,
.footer a,
.footer p {
	color: #333;
	font-size: 14px;
	line-height: 25px;
}

.content p{     text-indent: 3rem; }
.content p img{    width: 100% !important;
    display: block;}
