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: #2D71E2;
	-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: 1px;
	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: 1px;
	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)
}

.top_header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
}

.logo {
	width: 100%;
	background: #fff;
	padding: 11px 10px 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	z-index: 999;
	height: 55px;
	box-shadow: 0 0 10px #eee;
}

.logo img {
	width: 175px;
	max-height: 34px;
}

.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;
}

.logo .search {
	width: 55%;
}

form {
	padding: 0 25px 0 8px;
	height: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	background: url(http://www.gonghui.yzbytv.com/wap_static/img/sears.png) no-repeat 95% 6px;
	background-size: 10%;
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 1px auto;
}


}
input,
button {
	border: none;
	outline: none;
}
.bar6 input {
	height: 30px;
	border: none;
	outline: none;
	width: 95%;
	background: #fff;
	color: #333;
	border-radius: 20px;
}
.bar6 button {
	position: absolute;
	height: 30px;
	width: 30px;
	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: 12px;
}
.searfrom::-moz-placeholder {
	color: #999;
	font-size: 10px;
}
.searfrom::-ms-input-placeholder {
	color: #999;
	font-size: 10px;
}

/*侧边栏*/
.topnav {
	width: 100%;
}
.topnav ul {
	background: #F7F7F7;
	width: 100%;
	overflow-x: scroll;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}
.topnav ul li {
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 40px;
}
.topnav ul li a {
	color: #333;
	display: inline-block;
	font-size: 14px;
	box-sizing: border-box;
	white-space: nowrap;
}
.topnav ul li.active a {
	color: #fcd10f;
	border-bottom: 2px solid #fcd10f;
}
.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%;
}
.projects {
	padding: 15px;
	box-sizing: border-box;
}
.content-ajax article {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
.content-ajax article:last-child {
	border: none;
}
article .time {
	padding-top: 5px;
	z-index: 400;
	font-size: 12px;
	background: #fff;
	color: #999;
}
.entry-site {
	font-size: 14px;
}
.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;
}
.entry-content {
	overflow: hidden;
	box-sizing: border-box;
}
.entry-title {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
}
.entry-title:hover {
	opacity: 0.9;
}
.entry-img {
	float: right;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
}
.entry-img img {
	width: 115px;
	height: 85px;
}
.tuijian {
	padding: 15px;
	box-sizing: border-box;
}
.tuijian ul {
	overflow: hidden;
}
.tuijian li {
	overflow: hidden;
	line-height: 18px;
	font-size: 12px;
	float: left;
	width: 100%;
	margin-top: 15px;
}
.tuijian li:nth-child(2n) {
	float: right;
}
.tuijian li img {
	display: block;
	width: 100%;
	height: 180px;
	padding-bottom: 5px;
}
.tuijian li p {
	display: block;
	overflow: hidden;
	font-size: 15px;
}
.tuijian h3.righttitle {
	padding-top: 0;
}

/*====*/
.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 {
	position: absolute;
	z-index: 20;
	bottom: 0;
	width: 20% !important;
	text-align: center;
	line-height: 40px;
	left: 80% !important;
	color: #fff;
	font-size: 15px;
}
.swiper-pagination-current {
	font-size: 20px;
}
.fr-panel-head {
	margin-top: 12px;
	line-height: 30px;
	overflow: hidden;
}
.fr-panel-head>h3 {
	float: left;
	margin: 0 10px 0 0;
	font-size: 16px;
	color: #2D71E2;
	font-weight: 700;
}
.fr-panel-head .tips-left>a {
	font-size: 14px;
	color: #af8251;
	letter-spacing: 1px;
}

/*2*/
.km-inner-right {
	padding: 15px;
	box-sizing: border-box;
}
.inr-panel-head {
	border-bottom: 1px solid #dbdbdb;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.inr-panel-head>h3 {
	font-size: 14px;
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	background: #ed371f;
}
.inr-panel-head span {
	font-size: 14px;
	line-height: 30px;
}
.frp-news-list {
	margin: 0 auto;
	width: 100%;
	margin-top: 15px;
}
.frp-news-list li,
.frp-news-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.frp-news-list li {
	line-height: 24px;
	margin-bottom: 10px;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
}
.frp-news-list li:last-child {
	margin-bottom: 0;
}
.frp-news-list li .order {
	display: block;
	width: 20px;
	height: 20px;
	background: #d0d0d0;
	text-align: center;
	color: #fff;
	line-height: 20px;
}
.frp-news-list li .order~a {
	padding-left: 10px;
	width: 90%;
}
.frp-news-list li .point {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-top: 10px;
	background-color: #8095bf;
	line-height: 20px;
}
.frp-news-list li .point~a {
	padding-left: 10px;
	width: 95%;
}
.frp-news-list li>a {
	display: block;
	float: left;
	width: 100%;
	font-size: 14px;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}
.frp-news-list ul li:nth-of-type(1) span {
	background: #ed371f;
}
.frp-news-list ul li:nth-of-type(2) span {
	background: #ed371f;
}
.frp-news-list ul li:nth-of-type(3) span {
	background: #ed371f;
}

/*列表*/
.list_all {
	margin-top: 45px;
}
.list_res {
	padding-bottom: 10px;
}
.clear {
	clear: both;
}
.pages {
	text-align: center;
	font-size: 14px;
	padding: 40px 0;
	width: 100%;
	background: #fff;
}
.pages a {
	color: #4E4E4E;
	background-color: #F9F9F9;
	border: 1px solid #EAEAEA;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 5px;
}
.pages span {
	color: #FFF;
	background-color: #ed371f;
	border: 1px solid #ed371f;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
}
.projects_xq {
	padding-top: 10px;
	padding-bottom: 0;
}
.content {
	padding: 20px 15px 0 15px;
	box-sizing: border-box;
}
.list-title {
	margin: 15px 0;
	text-align: center;
	position: relative;
}
.list-title>span {
	font-size: 16px;
	color: #222;
	font-weight: normal;
	display: inline-block;
	height: 22px;
	background: #fff;
	padding: 0 10px;
	z-index: 5;
	position: relative;
}
.list-title::after {
	content: '';
	width: 200%;
	height: 200%;
	position: absolute;
	bottom: -10px;
	left: 0;
	border-bottom: 1px solid #d9d9d9;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	-webkit-transform-origin: top left;
}
.top_title {
	padding: 15px;
	box-sizing: border-box;
}
.con_tit {
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 24px;
}
.art-info {
	font-size: 13px;
	color: #999;
	width: 100%;
	padding-bottom: 10px;
}
/*{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}*/
.item-detail h3 a,
.entry-title,
.tuijian li p {
	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: #f0f0f0;
	padding: 10px 20px;
	box-sizing: border-box;
}
.footer,
.footer a,
.footer p {
	color: #999;
	font-size: 13px;
	line-height: 23px;
}
.content p{text-indent:3rem;}
.content img{display:block;}