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;
	margin: 8px 0;
	padding: 0 15px;
	box-sizing: border-box;
	border-top: 5px solid #ee
}


/*导航*/

.mobile-button {
	position: relative;
	background: 0 0;
	width: 20px;
	height: 16px;
	/*margin-top: 3px;*/
}

.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: 1px;
	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;
}

form {
	padding: 0 25px 0 8px;
	width: 40px;
	height: 25px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 15px;
	border: 1px solid #ccc;
	background: url(../img/sear.png) no-repeat 90% 5px;
	position: relative;
}


}
input,
button {
	border: none;
	outline: none;
}
.bar6 input {
	height: 23px;
	border: none;
	outline: none;
	margin-top: 2px;
	width: 90%;
}
.bar6 button {
	position: absolute;
	height: 25px;
	width: 25px;
	right: 0;
	top: 0;
	cursor: pointer;
	background: none;
	border: none;
}
.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;
	float: right;
}
.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: 160px;
	overflow: hidden;
}
.gaoindex img.close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
}
.guangao .gaos {
	/*max-height: 167px;*/
	
	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-bottom: 20px;
}
.readmore a {
	display: inline-block;
	color: #999;
	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;
}
.no_img dd{
	display: none;
}
.projects .ddright dt {
	width: calc(100% - 130px);
}
.projects dl dt {
	float: left;
}
.projects .ddright dd {
	float: right;
}
.projects dl img {
	width: 120px;
	height: 75px;
}
.projects h3 {
	font-size: 15px;
	line-height: 25px;
	color: #333;
}
.projects .no_img dt {
	width: 100%;
}

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

/*今日推荐*/
.swi_ops {
	/*padding: 0 15px;
	box-sizing: border-box;*/
}
.wrap {
	padding: 15px;
	box-sizing: border-box;
}
.columntitle {
	font-size: 20px;
	color: #3291F9;
	margin-top: 6px;
	padding-left: 15px;
	border-left: #28B36B 4px solid;
	overflow: hidden;
	line-height: 20px;
}
.columntitle a {
	color: #3291F9;
}
.margin {
	border-bottom: 10px solid #F8F9FA;
}
.more_news {
	padding-bottom: 30px;
}

/*深度资讯*/
.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: 16px;
	line-height: 25px;
	font-weight: 400;
	padding: 0 10px;
	margin: 15px 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;
	margin-top: .4rem;
	overflow: hidden;
}
.newspic img {
	width: 100%;
}
.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: center;
	line-height: 20px;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #555;
	margin: 0 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}
.swiper-active-switch {
	background: #1578d5;
	border: 1px solid #1578d5;
}
.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: #3291F9;
	padding: 8px 15px;
	color: #fff;
}
.crumbs {
	padding: 10px 15px;
	font-size: 14px;
	box-sizing: border-box;
	border-bottom: 10px solid #F8F9FA;
}
.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 .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;
}
.info span {
	padding: 0 5px;
}
.content {
	padding: 10px 0;
}
.content p {
	text-indent: 2em;
}
.content img {
	width: 100%;
	height: auto;
	    display: block;
}
.projects h3{
	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;
}