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: #ee5050;
	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: 99;
	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;
}

form {
	padding: 0 25px 0 8px;
	width: 160px;
	height: 34px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	background: url(../img/m_sicon.png) no-repeat 95% 8px;
	background-size: 10%;
	position: relative;
	background-color: #d23535;
}


}
input,
button {
	border: none;
	outline: none;
}
.bar6 input {
	height: 34px;
	border: none;
	outline: none;
	width: 90%;
	background: #d23535;
	color: #fff;
}
.bar6 button {
	position: absolute;
	height: 34px;
	width: 30px;
	right: 3px;
	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: #fff;
	font-size: 12px;
}
.searfrom:::-moz-placeholder {
	color: #fff;
	font-size: 10px;
}
.searfrom::-ms-input-placeholder {
	color: #fff;
	font-size: 10px;
}

/*侧边栏*/
.topnav {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(0, 0, 0, .6);
	z-index: 97;
}
.topnav ul {
	background: #fff;
	width: 100%;
	max-height: 60%;
	padding-top: 60px;
	overflow-y: scroll;
	border-left: 2px solid #d43d3d;
	box-sizing: border-box;
}
.topnav ul li a {
	color: #555;
	display: inline-block;
	width: 100%;
	letter-spacing: 2px;
	text-align: center;
	font-size: 15px;
	padding: 10px;
	border-bottom: #EEEEEE 1px solid;
	box-sizing: border-box;
}
.topnav ul li.active a {
	color: #d43d3d;
}
.gaoindex {
	position: relative;
	text-align: center;
	height: 167px;
	overflow: hidden;
}
.gaoindex img.close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
}
.guangao .gaos {
	width: 100%;
}

/*资讯*/
.ctitle {
	height: 40px;
	width: 90%;
	background: url(../img/cd.png) 0 center repeat-x;
	text-align: center;
	position: relative;
	margin: auto;
	margin-top: 10px;
}
.ctitle em {
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	font-weight: bold;
	font-size: 18px;
	color: #f3005c;
	font-style: normal;
}
.newscon {
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.wrap_con {
	margin-bottom: 20px;
}
.newscon ul li {
	position: relative;
	width: 100%;
	height: auto !important;
}
.newscon ul li a {
	display: inline !important;
}
.projects dl {
	position: relative;
	width: 100%;
	height: auto !important;
	overflow: hidden;
	padding: 15px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #EAEAEA;
}
.projects dl:last-child {
	border: none;
}
.projects a {
	display: block;
	overflow: hidden;
}
.projects .ddright dt {
	width: calc(100% - 130px);
}
.projects dl dt {
	float: right;
}
.overthree dl dt {
	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;
}
.projects .ddright dd {
	float: left;
}
.projects dl img {
	width: 112px;
	height: 84px;
}
.projects h3 {
	font-size: 17px;
	line-height: 25px;
	color: #333;
	font-weight: 500;
	margin-bottom: 10px;
}
.projects .no_img dt {
	width: 100%;
}
.load_btn {
	margin: 0.8125rem;
	height: 35px;
	background-color: #EE5050;
	line-height: 35px;
	text-align: center;
	color: #666;
	cursor: pointer;
	color: #FFF;
	font-size: 15px;
}
.load_btn i {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-left: 8px;
	position: relative;
	top: -3px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	color: #fff;
	transform: rotate( 135deg);
	-webkit-transform: rotate( 135deg);
}

/*er*/
.pics ul li {
	width: 49%;
	border: 0.2rem solid #fff;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}
.pics ul li:nth-child(2n) {
	border: none;
}
.pics ul li img {
	width: 100%;
	height: 150px;
}
.pics ul li h3 {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	line-height: 30px;
	font-size: 12px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

/*====*/
.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;
}
.pages {
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	width: 100%;
}
.pages a {
	background: #F3F4F4;
	padding: 8px 15px;
	display: inline-block;
}
.pages span {
	background: #ee5050;
	padding: 8px 15px;
	color: #fff;
}
.no_img dd {
	display: none;
}
.crumbs {
	padding: 15px 0 0 10px;
	font-size: 13px;
}
.xun_listbg {
	background: #fff;
}
.daonav {
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
}
.con_tit {
	line-height: 30px;
	padding: 15px 5px 10px 0;
	font-size: 18px;
	color: #333;
	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;
}
.newdetail {
	padding: 0 15px;
}
.info {
	line-height: 18px;
	margin: 0 auto;
	padding-bottom: 10px;
	color: #7e7e7e;
	font-size: 12px;
	border-bottom: #eee 1px solid;
	margin-bottom: 10px;
}
.sed_ulst .slide_box ul li {
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #ededed;
}
.content {
	padding: 10px 0;
}
.content p {
	text-indent: 2em;
}
.content img {
	width: 100%;
	height: auto;
	display: block;
}
.left_2 {
	height: 230px;
	padding: 10px;
	border-top: #E6E6E6 1px solid;
	margin-top: 20px;
}
.left_2_tit {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
}
.left_2 li {
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.left_2 li em {
	background: #ff4939;
	margin-top: 3px;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	margin-right: 5px;
}

/**tuijian*/
.wrap {
	margin-bottom: 20px;
}
.sTitle {
	height: 30px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	margin-top: 10px;
}
.aboutNews{
	padding-top: 10px;
}
.sTitle i {
	height: 14px;
	width: 3px;
	background-color: #ee5050;
	display: inline-block;
	vertical-align: middle;
}
.sTitle h2 {
	padding: 0 10px;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
}
.wrap .aboutNews ul li {
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
}
.detail_pro dl{
	padding: 15px 0;
}
.detail_pic .pics{
	margin: 10px 0 20px 0;
}
/*=====*/

/*列表*/
. .tl_box h3 a,
.zs_news ol li,
.xun_list h3,
.wrap_mark1 h3,
.widget_related li,
.time span.source,
.sed_ulst ul .item a,
.datatit {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}
.overthrees h3,
.list_res ul li p,
.related_post li p,
.takeaway ul li p,
.swiper3 p,
.projects h3,
.box ul li a,
.slide_box ul 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: #666666;
	padding: 10px 20px;
	box-sizing: border-box;
}
.footer,
.footer a,
.footer p {
	color: #FFF;
	font-size: 14px;
	line-height: 25px;
}