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


/*导航*/

.logo img.mobile-button {
	float: right;
	width: 30px;
	height: 30px;
	margin-top: -2px;
}

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

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

input:active,
input:hover,
input:focus {
	background: #fff;
	outline: none;
}

button {
	background: none;
	border: none;
}

.index_search {
	background: #f7f7f7;
	padding: 10px 20px;
	border-radius: 40px;
	display: inline-block;
	width: 85%;
	text-align: center;
	margin: 10px 0 10px 7%;
	box-sizing: border-box;
}

.index_search form {
	height: 20px;
	width: 100%;
}

input:active {
	background-color: #fff;
}

.index_search input {
	width: 85%;
	float: left;
	line-height: 20px;
	height: 20px;
	background: none;
	border-right: 1px solid #e6e6e6;
	border-left: none;
	border-top: none;
	border-bottom: none;
	outline: none;
}

.index_search img {
	width: 20px;
	height: 20px;
	display: block;
	float: right;
}

.index_nav {
	background-color: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0px;
	white-space: nowrap;
	overflow-x: scroll;
}

.index_nav li {
	margin: 0px 10px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
}

.index_nav li a.active {
	color: #1578d5;
}


/*侧边栏*/

.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>div {
	background: #fff;
	width: 100%;
	height: 60%;
	padding-top: 60px;
	overflow-y: scroll;
	float: right;
}

.topnav ul {
	overflow: hidden;
	border-top: 1px solid #eee;
	padding: 10px;
	box-sizing: border-box;
}

.topnav ul li {
	color: #555;
	float: left;
	letter-spacing: 2px;
	font-size: 15px;
	margin: 10px 0;
	width: 33%;
	box-sizing: border-box;
	background: url(../img/di.png) no-repeat 0px 6px;
	padding-left: 10px;
}

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

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

.guangao .gaos {
	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;
	border: 1px solid #eee;
	background: #f9f9f9;
	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;
}


/*资讯*/
.tui_tity .index_tbac{
	padding-left: 0 !important;
}
.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% - 140px);
}

.projects dl dt {
	float: left;
}

.projects .ddright dd {
	float: left;
}

.projects dl img {
	width: 130px;
	height: 75px;
}

.projects h3 {
	font-size: 14px;
	line-height: 25px;
	color: #333;
	font-weight: 500;
}

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

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


/*今日推荐*/

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

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

.tl_m {
	width: 100%;
	overflow: hidden;
}
.topic_list .readmore{
	margin: 20px 0;
}
.tl_box {
	width: 100%;
	margin-bottom: 15px;
	background: #F9F9F9;
	position: relative;
}

.tl_box:last-child {
	margin: 0;
}

.bagua .tlb_img {
	position: relative;
	overflow: hidden;
	height: 200px;
}

.bagua .tlb_img img {
	height: auto;
	width: 100%;
}

.tl_box h3 {
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.index_tbac {
	padding: 15px;
	box-sizing: border-box;
	/*background: #fafafa;*/
	border-bottom: 1px solid #eee;
}

.recom_tit {
	font-size: 18px;
	border-left: 4px solid #1578d5;
	line-height: 22px;
	padding-left: 15px;
}

.tlb_art {
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	opacity: 0.9;
}

.tl_con {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, .6);
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.wrap_mark1 {
	width: 80%;
}

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

.hot_lbt a {
	display: block;
	padding: 10px 0 20px 0;
}
.hot_lbt a:last-child{
	padding-bottom: 0;
}
.hot_bit {
	float: left;
	width: 20px;
	height: 20px;
	background: #1a75ab;
	font-size: 12px;
	color: #fff;
	border-radius: 2px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
}

.hot_bil {
	line-height: 20px;
	width: 90%;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: unset;
}


/*====*/

.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: 45px;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	font-size: 14px;
	padding: 5px 10px;
	box-sizing: border-box;
	color: #fff;
	margin-bottom: 20px;
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 20px;
	background: rgba(0, 0, 0, .6);
}

.swiper-pagination-switch {
	display: inline-block;
	width: 20px;
	height: 4px;
	border-radius: 2px;
	background: #fff;
	margin: 0 5px;
	opacity: 0.8;
	cursor: pointer;
}

.swiper-active-switch {
	background: #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;
	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;
}

blockquote {
	background: #f9f9f9;
	border-left: 5px solid #ccc;
	margin: 0.6em 0px;
	padding: 0.5em 10px;
	font-size: 14px;
	color: #666;
}

.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{
	margin-bottom: 20px;
}
.tui_tity .columntitle {
	border-bottom: 1px solid #eee;
	border-left: none;
	padding: 0;
	margin-bottom: 20px;
	font-size: 16px;
}
.tui_tity .projects{
	padding:0;
}
.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;
}

.projects h3,
.swiper-container1 .swiper-wrapper 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;
}

.tlb_art {
	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: #666666;
	padding: 10px 20px;
	box-sizing: border-box;
}

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