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%;
}
/*导航*/

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

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
	background-color: #d0ae7a;
	-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: 70%;
	-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: 70%;
	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 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;
}

.sears img {
	width: 22px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 2px;
}

.sears .mobile-button {
	display: inline-block;
}

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

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

button {
	background: none;
	border: none;
}

.nav_logo .search {
	float: right;
	margin-top: 10px;
}

div.search {
	padding: 10px 0;
	width: 100%;
}

form {
	position: relative;
	width: 320px;
	margin: 0 auto;
}

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

.search {
	float: right;
}

.inp_srh {
	border: 1px solid #e8e8ed;
	float: left;
	background: #f5f6f7;
	display: inline;
	border-radius: 0;
	height: 36px;
	width: 250px;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px 0 0 10px;
}

.btn_srh {
	display: inline-block;
	width: 45px;
	height: 38px;
	background: url(../img/search.png) no-repeat center center;
	background-size: 50%;
	vertical-align: middle;
	position: relative;
	top: 0;
	background-color: #d0ae7a;
	border-radius: 0 10px 10px 0;
	cursor: pointer;
}

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


/*侧边栏*/

.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: 50%;
	box-sizing: border-box;
	background: url(../img/di.png) no-repeat 0px 6px;
	padding-left: 10px;
}

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

.all_contain {
	padding: 12px;
	box-sizing: border-box;
}

.banner_full ul {
	overflow: hidden;
}

.banner_full ul li {
	width: 48%;
	position: relative;
	height: 120px;
	display: flex;
	margin: 0 4% 10px 0;
	border-radius: 5px;
	float: left;
}

.banner_full ul li a {
	display: inline-block;
	width: 100%;
}

.banner_full ul li img {
	width: 100%;
	height: 120px;
	border-radius: 5px;
}

.banner_full ul li:nth-child(2n) {
	margin-right: 0;
}

.banner_full ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	font-size: 12px;
	padding: 5px 10px;
	box-sizing: border-box;
	color: #fff;
	border-radius: 0 0 5px 5px;
}


/*资讯*/

.tui_tity .index_tbac {
	padding-left: 0 !important;
}

.index_tbac img {
	width: 24px;
}

.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 p {
	font-size: 14px;
	color: #999;
	margin: 10px 0;
}

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

.projects .ddright dt {
	width: 100%;
}

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

.projects h3 {
	font-size: 16px;
	line-height: 25px;
	color: #2f2f2f;
	font-weight: 400;
}

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

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

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

.more {
	text-align: center;
	margin: 20px 0;
}

.more a {
	display: inline-block;
	width: 95%;
	padding: 10px 0;
	font-size: 15px;
	color: #333;
	text-align: center;
	background: #FAF9F9;
	border-radius: 5px;
}

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


/*今日推荐*/

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

.columntitle {
	font-size: 20px;
	color: #fc5531;
	margin-top: 6px;
	padding-left: 15px;
	border-left: #28B36B 4px solid;
	overflow: hidden;
	line-height: 20px;
}

.columntitle a {
	color: #fc5531;
}

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

.recom_tit {
	font-size: 16px;
	line-height: 22px;
}

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

.index_tbac {
	padding: 15px 0 10px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}

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

.title_all {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-top: 10px;
}

.title_all h3 {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #d0ae7a;
	float: left;
	border-left: 3px solid #d0ae7a;
	padding-left: 10px;
	line-height: 18px;
	padding-bottom: ;
}

.title_all .arrs img {
	vertical-align: middle;
}

.title_all .arrs {
	margin-left: auto;
	color: #999aaa;
	float: right;
	font-size: 14px;
}

.title_all a span {
	vertical-align: middle;
}

ul.con_list li {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 15px;
	background-color: #F8FEFF;
	padding: 20px;
	transition: all 0.3s;
	margin-right: 15px;
}

ul li:nth-child(2n) {
	margin-right: 0;
}

ul.con_list li:hover {
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15)
}

ul.con_list li:nth-of-type(2) {
	background-color: #FAF9F9;
}

ul.con_list li:nth-of-type(3) {
	background-color: #FAF9F9;
}

ul.con_list li:nth-child(2n) {
	margin-right: 0;
}

ul.con_list li h2 {
	color: #333;
	font-size: 15px;
	font-weight: 500;
	margin: 5px 0;
}

ul.con_list li p {
	color: #d2d2d2;
	font-size: 12px;
	padding-top: 5px;
}

ul.con_list li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
}

.con_list {
	margin: 20px 0;
}


/*====*/

.swiper-container1 {
	height: 24rem;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 12px;
	border-radius: 5px;
}

.swiper-container1 img {
	width: 100%;
	height: 24rem;
	border-radius: 5px;
}

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

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

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

.swiper-active-switch {
	background: #fff;
}

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

.info span {
	padding: 0 5px;
}

.content {
	padding: 10px 0;
}

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

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

.projects h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.projects dl p,
.swiper-container1 .swiper-wrapper p,
.banner_full ul li p,
ul.con_list li h2 {
	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: #FAF9F9;
	padding: 25px 20px;
	box-sizing: border-box;
}

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