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% !important;
	display: block;
}

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: #888;
	-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: #fff;
	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: 190px;
    max-height: 42px;

}

.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: 60%;
	padding-top: 60px;
	overflow-y: scroll;
	box-sizing: border-box;
	height: 100%;
	float: right;
}
.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: 100%;
	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;
}
.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;
}
.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: 115px;
	height: 75px;
}

/*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;
}
.title_top h1 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 45px;
	font-weight: bold;
	border-bottom: 1px solid #e5f4ee;
}
.title_top h1 span {
	display: inline-block;
	border-bottom: 4px solid #00915c;
}

/*====*/
.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: #00915c;
}
.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: #00915c;
	padding: 8px 12px;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
}

/*列表*/
.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;
}

.box {
	position: relative;
	padding: 10px 15px;
	border: 1px solid #eee;
	border-radius: 3px;
}
.box {
	position: relative;
	padding: 10px 15px;
	border: 1px solid #eee;
	border-radius: 3px;
}
.gg-list ul {
	margin-bottom: 15px;
}
.gg-list ul li {
	position: relative;
	padding: 5px 0 5px 15px;
	font-size: 14px;
	line-height: 20px;
}
.gg-list ul li::before {
	display: block;
	content: " ";
	position: absolute;
	left: 0;
	top: 13px;
	width: 5px;
	height: 5px;
	background: #00915c;
	border-radius: 3px;
}
a.t .thumb {
	float: left;
	width: 30%;
	height: 100px;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	border-radius: 3px;
}
.thumb img {
	width: 100%;
	height: 100%;
}
a.btn-more {
	margin-bottom: 5px;
	display: block;
	width: 100%;
	height: 36px;
	font-size: 14px;
	color: #888;
	line-height: 36px;
	text-align: center;
	background-color: #fafafa;
	border-radius: 3px;
	margin: 10px 0;
}

/* 热门排行 */
.hot-list li.hot-top .thumb,
a.r b,
a.sd {
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.hot-list {
	margin-bottom: 10px;
}
.hot-list li {
	position: relative;
	padding: 5px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.hot-list li em {
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 18px;
	height: 18px;
	font-size: 12px;
	color: #979797;
	line-height: 16px;
	text-align: center;
	font-weight: normal;
	border-radius: 3px;
	border: 1px solid #979797;
	z-index: 3;
}
.hot-list li a {
	padding-left: 30px;
	font-size: 14px;
	line-height: 22px;
}
.hot-list li.hot-top {
	margin-bottom: 10px;
	white-space: normal;
	overflow: hidden;
}
.hot-list li.hot-top a {
	display: block;
}
.hot-list li.hot-top em {
	top: 5px;
	color: #fff;
	background-color: #00915c;
	border: none;
}
.hot-list li.hot-top .thumb {
	position: absolute;
	top: 5px;
	left: 0;
	width: 90px;
	height: 57px;
	border-radius: 3px;
	z-index: 2;
}
.hot-list li.hot-top p {
	padding-left: 75px;
	height: 60px;
	line-height: 20px;
}

/*=========*/
.piclist-item p,
.piclist_list .piclist-item h2,
.gg-list ul li {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}
.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;
}
.hot-list li.hot-top p {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-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;
}