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 {
	background: /*#E9EAEC*/
	;
	/*font-size: 16px;
	line-height: 30px;*/
	-webkit-text-size-adjust: 100%;
	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;
	padding: 0 15px;
	box-sizing: border-box;
	border-top: 5px solid #ee
}


/*导航*/

.mobile-button {
	position: relative;
	background: 0 0;
	width: 25px;
	height: 16px;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
	background-color: #555;
	-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: 65%;
	-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: 65%;
	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 {
	/*padding: 15px 10px;*/
	padding: 15px 10px 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	height: 55px;
	box-shadow: 0 0 10px #eee;
}

.logo img {
	width: 120px;
}

.nav_logo .search {
	float: right;
	margin-top: 15px;
	background: #fff;
	position: absolute;
	right: 0;
}

.bar6 {
	background-color: #eee;
	padding: 15px 0;
}

form {
	width: 320px;
	height: 40px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	margin: auto;
}

input,
button {
	border: none;
	outline: none;
}

.bar6 input {
	height: 40px;
	border: none;
	outline: none;
	width: 250px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 4px 0 0 4px;
	padding: 0 10px;
}

.bar6 button {
	position: absolute;
	height: 40px;
	width: 70px;
	right: 0;
	top: 0;
	color: #fff;
	cursor: pointer;
	background: #3291f9;
	border: none;
	border: 1px solid #3291f9;
	border-radius: 0 4px 4px 0;
}

.bar6 button:active {
	outline: none;
}

.logo span a {
	display: block;
	height: 100%;
	width: 100%;
}

.logo .search {
	position: absolute;
	right: 50px;
	top: 15px;
}

.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: #ddd;
	font-size: 12px;
}

.searfrom:::-moz-placeholder {
	color: #ddd;
	font-size: 12px;
}

.searfrom::-ms-input-placeholder {
	color: #ddd;
	font-size: 12px;
}


/*侧边栏*/

.topnav {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9;
	background: rgba(0, 0, 0, .6);
	z-index: 97;
	transition: all .5s;
}

.topnav ul {
	background: #fff;
	width: 60%;
	height: 100%;
	padding-top: 60px;
	overflow-y: scroll;
}

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

.gaoindex {
	position: relative;
	text-align: center;
	height: 80px;
	overflow: hidden;
}

.gaoindex img.close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
}

.gaoindex .gaos {
	height: 100%;
	width: 100%;
}

.WabMenu li {
	letter-spacing: 2px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 10px;
	border-bottom: #CCC 1px solid
}

.readmore {
	font-size: 15pxrem;
	line-height: 36px;
	text-align: center;
	color: #999;
	background: #F8F9FA;
	border-radius: 5px;
	margin: 20px 0;
}

.readmore a {
	display: inline-block;
	color: #3291f9;
	font-size: 15px;
}

.readmore img {
	width: 18px;
	vertical-align: middle;
	padding: 0 0 3px 5px;
}


/*资讯*/

.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: 20px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #EAEAEA;
}

.projects dl:last-child {
	border: none;
}

.projects a {
	display: block;
	overflow: hidden;
}

.nengli {
	margin-top: 8px;
}

.nengli li {
	font-size: 14px;
	background: url(../img/dian.png) left center no-repeat;
	padding-left: 15px;
	box-sizing: border-box;
}

.tab_qhuan {
	border-bottom: 1px solid #ddd;
	width: 100%;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	display: flex;
	padding: 10px 0;
}

.content-ajax article {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

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

.entry-title:hover {
	opacity: 0.9;
}

.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
	padding-right: 10px;
}

.entry-img img {
	width: 100px;
	height: 66px;
}

.newscon ul.tab_qhuan li {
	float: left;
	width: 30px;
	padding-right: 20px;
	font-size: 16px;
	font-weight: bold;
}

.top-label {
	padding: 5px 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #999;
	background: #FFF;
}

.cur {
	color: #1578D5;
}

.time {
	font-size: 12px;
	padding-top: 5px;
	color: #999;
}

.tender .ddright dt {
	width: calc(100% - 95px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}

.tender dd {
	color: #888;
	font-size: 14px;
	float: right;
	font-weight: normal;
	max-height: 60px;
}

.prod p.tw {
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	font-weight: bold;
	line-height: 25px;
}

.prod .ddright dt {
	float: left;
}

.lm-title {
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}

.projects-title {
	line-height: 40px;
	border-bottom: #CCC 1px solid;
	color: #333;
	margin-bottom: 15px;
	padding: 5px;
	box-sizing: border-box;
	font-weight: 600;
}

.projects-title .LMenglist {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	display: inline;
}

.space5 {
	clear: both;
	height: 5px;
	line-height: 0;
	font-size: 0;
	background-color: #eee;
}

.news_ .ddright dt {
	float: right;
	/*margin: 0 0 0 10px;*/
}

strong,
b,
em,
i,
cite {
	font-weight: 400;
	font-style: normal;
}

.safetytip {
	margin-top: 30px;
	border-top: #f0f0f0 1px solid;
}

.safetytip dt {
	font-size: 20px;
	line-height: 35px;
	color: #3291f9;
	padding: 0 15px;
	background: #fbfbfb;
}

.safetytip dt a {
	color: #3291f9;
}

.safetytip dd {
	padding: 0 15px;
}

.safetytip dd i {
	display: block;
	width: 90px;
	font-size: 12px;
	line-height: 24px;
	padding: 0 10px;
	background: #f8f8f8;
	vertical-align: top;
}

.safetytip dd a {
	display: block;
	padding: 20px 0 16px;
	/*border-bottom: #f0f0f0 1px solid;*/
}

.safetytip dd strong {
	display: block;
	font-size: 14px;
	line-height: 22px;
	margin-top: 6px;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.keji_s {
	margin-bottom: 20px;
}

.keji_s .content-ajax {
	padding: 0 15px;
	box-sizing: border-box;
}


/*今日推荐*/

.wrap {
	padding: 15px;
	box-sizing: border-box;
}

.columntitle {
	font-size: 18px;
	color: #3291f9;
	margin-top: 6px;
	padding-left: 10px;
	border-left: #3291f9 4px solid;
	overflow: hidden;
	line-height: 20px;
}

.columntitle a {
	color: #3291f9;
}

.margin {
	border-bottom: 10px solid #F8F9FA;
}


/*深度资讯*/

.newsscroll {
	background: #fff;
	/*margin-bottom: -.25rem;*/
	padding: 0 3px 0 15px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 20px;
}

.newsscroll li {
	display: inline-block;
	vertical-align: top;
	width: 240px;
	background: #F8F9FA;
	border-radius: 5px;
	margin-right: 15px;
	overflow: hidden;
}

.newsscroll li img {
	width: 100%;
	height: 165px;
}

.newsscroll li strong {
	display: block;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding: 0 10px;
	margin: 10px 0;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.newspic {
	position: relative;
	border-radius: .05rem;
	overflow: hidden;
}

.newspic img {
	width: 100%;
	max-height: 240px;
}

.newspic p {
	box-sizing: border-box;
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	padding: 0 5px;
	box-sizing: border-box;
	background: rgb(0, 0, 0, .6);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 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;
	height: 50px;
	background: rgba(125, 125, 120, .8);
	text-align: center;
	width: 100%;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: 0;
	width: 100%;
	text-align: right;
	line-height: 20px;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 8px;
	background: #ddd;
	margin: 0 5px;
	opacity: 0.8;
	cursor: pointer;
}

.swiper-active-switch {
	background: #1578d5;
	border: 1px solid #1578d5;
}

.pages {
	text-align: center;
	font-size: 14px;
	padding: 20px 0 30px 0;
	width: 100%;
}

.pages a {
	background: #F3F4F4;
	padding: 5px 12px;
	display: inline-block;
}

.pages span {
	background: #3291f9;
	padding: 5px 12px;
	color: #fff;
}

.crumbs {
	padding: 10px 15px;
	font-size: 14px;
	box-sizing: border-box;
}

.xun_listbg {
	background: #fff;
}

.daonav {
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
}

.con_tit {
	line-height: 32px;
	padding: 15px 5px 10px 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #292929;
	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 {
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	padding: 2px 0 0 0;
	color: #7e7e7e;
	font-size: 12px;
	border-bottom: #F0F0F0 1px solid;
	margin-bottom: 20px;
}

.tui_tity .keji_s .content-ajax {
	padding: 0;
}

.tui_tity .columntitle {
	border-bottom: 1px solid #eee;
	border-left: none;
	padding: 0;
	margin-bottom: 20px;
	font-size: 16px;
}

.tui_tity .columntitle a {
	padding-bottom: 5px !important;
}

.tui_tity {
	padding: 0 !important;
}

.tui_tity .columntitle a {
	display: inline-block;
	padding-bottom: 10px;
	color: #333;
	font-weight: 700;
}

.tui_tity .con_ul2 dl {
	padding: 0 0 30px 0;
}

.con_ul2 ul {
	padding-top: 10px;
}

.con_ul2 ul li {
	font-size: 15px;
	line-height: 30px;
}

.info span {
	padding: 0 5px;
}

.content {
	padding: 10px 0;
}

.content p {
	text-indent: 2em;
}

.content img {
	width: 100%;
	height: auto;
}

.projects a {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.projects h3,
.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: #fbfbfb;
	padding: 10px 20px;
	box-sizing: border-box;
}

.footer,
.footer a,
.footer p {
	color: #666;
	font-size: 14px;
	line-height: 25px;
}