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 98% 7px;
	background-size: 7%;
	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: 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 {
	display: inline-block;
	width: 50%;
	letter-spacing: 2px;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	text-align: left;
}
.topnav ul li a {
	color: #333;
	font-size: 15px;
}
.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 #F6F6F6;
}
.projects {
	padding: 0 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
}
.content-ajax article {
	border-bottom: 1px dashed #d8d8d8;
	padding: 10px 0;
	position: relative;
	box-sizing: border-box;
}
article .time {
	padding-top: 10px;
	z-index: 400;
	font-size: 12px;
	background: #fff;
	color: #999;
}
.time img {
	padding-right: 5px;
}
.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;
	border-bottom: 1px solid #eee;
	height: 35px;
	line-height: 35px;
}
.home-title .home-title-name {
	font-size: 18px;
	color: #333;
}
.home-title .home-title-name span {
	font-size: 13px;
	color: #9e9e9e;
	margin-left: 10px;
}
.home-title .home-title-more a {
	color: black;
	font-weight: bold;
}
.q_imgNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.q_imgNav ul li {
	position: relative;
	width: 32%;
	margin-bottom: 10px;
	height: 74px;
	overflow: hidden;
}
.q_imgNav li span {
	width: 100%;
	height: 100%;
	text-align: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}

/*====*/
.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: 80px;
}
.pagination {
	width: 50px !important;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
	left: inherit;
	right: 0;
	bottom: 0;
}
.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #eee;
}
.swiper-pagination-current {
	font-size: 20px;
	color: #D4382B;
}
.page .paginations {
	list-style: none;
	display: block;
	padding: 0;
	margin: 30px auto;
	width: 71%;
}
.pages {
	text-align: center;
	font-size: 12px;
	padding: 30px 0;
	width: 100%;
	background: #fff;
}
.pages a {
	border: 1px solid #ddd;
	padding: 8px 12px;
	display: inline-block;
	border-radius: 5px;
}
.pages span {
	background: #D4382B;
	padding: 8px 12px;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
}

/*列表*/
.home_news {
	padding: 0 15px;
	box-sizing: border-box;
}
.home_news ul li {
	padding: 15px 0;
	margin-left: -5px;
	border-bottom: 1px dashed #d8d8d8;
	line-height: 25px;
}
.home_news ul li span {
	font-size: 26px;
	font-family: monospace;
	padding: 0 15px 0 10px;
	font-style: italic;
	color: #999;
}
.home_news ul li a {
	font-size: 15px;
	font-weight: 400;
	color: #515050;
}
.piclist_list .piclist-item {
	width: 100%;
}
.piclist {
	padding: 0 15px;
	box-sizing: border-box;
}
.piclist_list {
	padding-top: 15px;
}
.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_list .piclist-item img {
	height: 200px;
}
.piclist-item:nth-child(2n) {
	padding-right: 0;
}
.piclist-item a {
	position: relative;
	display: inline-block;
	width: 100%;
}
.piclist-item p {
	font-size: 15px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.piclist_list .piclist-item h2 {
	margin: 8px 0;
	font-size: 16px;
	color: #222;
}
.piclist_list .piclist-item {
	border-bottom: 1px solid #eee;
}
.piclist_list .piclist-item p {
	font-size: 14px;
	color: #666;
}
.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: #cc0210;
	border-bottom-color: #cc0210;
}
.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;
}

/*=========*/
.home_news ul li a,
.piclist-item p,
.piclist_list .piclist-item h2 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}
.piclist_list .piclist-item p,
.entry-title {
	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: #0b0b14;
	padding: 10px 20px;
	box-sizing: border-box;
}
.footer,
.footer a,
.footer p {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}
.content p{
	text-indent:2em;
}
.content img , .content p img{
	display:block;
}