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

html.bodyFix {
	overflow: hidden;
}

body {
	background: #FFF;
	font-size: 16px;
	line-height: 30px;
	-webkit-text-size-adjust: 100%;
	padding-top: 60px;
}

body.white {
	padding-top: 0;
	transition: none;
}

body.white2 {
	padding-top: 0;
}

body,
input,
textarea,
select {
	color: #474342;
	font-family: Helvetica_0, 'PingFangSC-Regular', 'Microsoft YaHei', '微软雅黑', sans-serif;
}

body,
p,
ul,
dl,
dd,
form,
textarea,
input,
ol,
h3 {
	margin: 0;
	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;
}

input,
textarea,
select {
	font-size: 100%;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

table {
	border-collapse: collapse;
}

html {
	font-size: 62.5%;
	/*padding-top: 60px;*/
}

.logo a img {
	width: 150px;
	height: 33px;
	padding-top: 13px;
}

.logo img.menu {
	width: 35px;
	float: right;
	padding-top: 13px;
}

.header {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.logo {
	height: 60px;
	padding: 0 5px;
	box-sizing: border-box;
	width: 100%;
	z-index: 100;
	background: #fff;
}

.logo .search {
	border-radius: 20px;
	border: #D3D3D3 1px solid;
	height: 30px;
	overflow: hidden;
	width: 180px;
	background-color: #FFF;
	float: right;
	margin-top: 12px;
	position: relative;
}

.logo .searchbut {
	cursor: pointer;
	outline: none;
	float: right;
	word-spacing: 10px;
	letter-spacing: 10px;
	color: #FFF;
	background: url(../img/searbut.jpg) no-repeat center 100%;
	width: 25px;
	height: 25px;
	border: none;
	margin: 2px 5px 0px 0px;
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 5px;
}

.logo .searfrom {
	border: 0px;
	height: 30px;
	width: 180px;
	padding: 0 10px;
	outline: none;
	box-sizing: border-box;
}

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

.navs {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	/*border-top: 1px solid #eee;*/
	border-bottom: 1px solid #eee;
	padding: 8px 5px;
	box-sizing: border-box;
	background: #F8F8F8;
	width: 100%;
}

.navs li a {
	font-weight: 600;
}

.gaoindex {
	position: relative;
}

.gaoindex img.gaos {
	height: 160px;
	width: 100%;
}

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

.panel {
	display: none;
	position: absolute;
	top: 0;
	z-index: 999;
	background: #fff;
	width: 100%;
}

.WabMenu {
	position: absolute;
	top: 60px;
	z-index: 999;
	background: #fff;
	width: 100%;
	height: 300px;
	overflow-y: scroll;
}

.WabMenu li {
	letter-spacing: 2px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 2px 10px;
	border-top: #EEEEEE 1px solid;
	box-sizing: border-box;
}

.meng {
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 60px;
	left: 0;
	opacity: 0.5;
	background: #000;
	z-index: 98;
}

.swiperlen {
	height: 24rem;
	overflow: hidden;
}

.huiborder {
	border-bottom: #CCC 1px solid
}

.hui {
	color: #ccc;
}

.projects-title {
	color: #e60012 !important;
}


/*new-content*/

.index_news_n_tit {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}

.index_news_n_tit h1 {
	width: 100%;
	font-size: 17px;
	text-align: center;
	color: #e60012;
	font-weight: 500;
}

.index_news_n_tit p {
	height: 1px;
	background: #e60012;
	width: 10%;
	margin: 1% auto 0;
}


/*资讯*/

.Newsborder {
	border-bottom: #FFAD1F 2px solid;
}

.newscon {
	padding: 0 0.8rem;
}

.newscon ul li {
	position: relative;
	padding-bottom: 5px;
	width: 100%;
	height: auto !important;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

.newscon ul li a {
	display: inline !important;
}

.projects dl {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: auto !important;
	overflow: hidden;
	border-bottom: #CCC 1px solid;
}

.lm-title a {
	color: #888;
	font-size: 14px;
}

.projects .ddright dt {
	width: calc(100% - 160px);
}

.projects dl dt {
	float: left;
}

.overthree dl dt h3,
.morenews_detail .note {
	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: right;
}

.fangt .ddright dd {
	width: 148px;
}

.cpxinx .ddright dd {
	width: 148px;
}

.projects dl img {
	width: 148px;
	height: 100px;
}

.projects h3 {
	font-weight: normal;
}

.viewborder {
	border-bottom: #0d89ee 2px solid;
}

.Interviews {
	border-bottom: #F95A54 2px solid;
}

.Observation {
	border-bottom: #0c8b00 2px solid;
}

.obse {
	color: #0c8b00;
}

.inter {
	color: #F95A54;
}

.ten {
	color: #007aff;
}

.Tendering {
	border-bottom: #007aff 2px solid;
}

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

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

.prod p {
	transform-origin: 33px 8.5px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #e60012;
	border-radius: 8px;
}

.prod .ddright dt {
	float: right;
	margin-left: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.lm-title {
	text-align: center;
	line-height: 40px;
	margin: 10px 0;
}

.lm-title a {
	display: inline-block;
	border: 1px solid #e60012;
	width: 100px;
	height: 22px;
	line-height: 22px;
	color: #e60012;
	opacity: 0.6;
}

.needs {
	display: inline-block;
}

.projects-title {
	line-height: 40px;
	font-size: 16px;
}

.News {
	color: #FFAD1F;
}

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

.space5 {
	clear: both;
	height: 4px;
	line-height: 0;
	font-size: 0;
	background-color: #F3F4F4;
	border: none !important;
}

.footer {
	text-align: center;
	background-color: #666666;
	padding: 10px 0px 10px 0px;
}

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


/*====*/

.swiper-container1 {
	--swiper-theme-color: #ff6600;
	--swiper-pagination-color: #00ff33;
	/* 两种都可以 */
}

.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: 48px;
	background: rgba(125, 125, 120, .8);
	text-align: center;
	width: 100%;
	font-size: 16px;
	/*line-height: 60px;*/
	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: #ff4b4b;
	border: 1px solid #ff4b4b;
}

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

.pages a {
	background: #F3F4F4;
	padding: 8px 15px;
}

.pages span {
	background: #e60012;
	padding: 8px 15px;
	color: #fff;
}

.con_tit {
	line-height: 32px;
	padding: 15px 5px 10px 5px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.newdetail {
	padding: 0 8px;
}

.info {
	display: flex;
	justify-content: space-between;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	padding: 2px 0 0 0;
	text-align: center;
	color: #7e7e7e;
	font-size: 14px;
	/*border-bottom: #999 1px solid;*/
	margin-bottom: 10px;
}

.content {
	padding: 10px 0;
}

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

.content img {
    max-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,
.zixun ul li p,
.morenews_detail h3 {
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.show_dian ul li {
	padding-left: 15px;
	background: url(../img/dian.jpg) 0% 50% no-repeat;
}


/*mokuai*/

.morenews .sportsnew {
	width: 48%;
	margin-right: 33px;
	margin-top: 20px;
}

.box_title {
	font-size: 20px;
	font-weight: 400;
	width: 100%;
	padding-top: 10px;
}

.box_title a {
	color: #666;
	font-size: 14px;
	padding-top: 6px;
}

.big_block {
	margin-bottom: 10px;
}

.morenews_article {
	overflow: hidden;
}

.sportsnew {
	padding: 0 10px;
	box-sizing: border-box;
}

.border-bott {
	border-bottom: 1px solid #eee;
}

.morenews_article .morenews_img {
	width: 40%;
}

.morenews_article .morenews_img a {
	display: block;
	width: 142px;
	height: 110px;
	overflow: hidden;
}

.morenews_img a img {
	width: 100%;
}

.morenews_article .morenews_img a img {
	width: 142px;
	height: 110px;
}

.morenews_article .morenews_detail {
	width: 56%;
}

.morenews_article .morenews_detail h3 {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	line-height: 1.5;
	overflow: hidden;
}

.morenews_article .morenews_detail .note {
	font-size: 15px;
	color: #777;
	line-height: 25px;
	overflow: hidden;
}

.box li {
	width: 100%;
	height: 40px;
	position: relative;
}

.box li i {
	position: absolute;
	top: 12px;
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #ff4b4b;
	vertical-align: middle;
}

.box li h4 {
	display: inline-block;
	padding-left: 18px;
	font-size: 16px;
	width: 250px;
}

.box li h4 a,
.tu_wen li p {
	font-size: 16px;
	height: 33px;
	line-height: 2;
	font-weight: 400;
	color: #444;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box li strong {
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	color: #999;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.zixun ul {
	overflow: hidden;
}

.zixun ul li {
	width: 48%;
	margin-right: 13px;
	border: none;
	margin-bottom: 10px;
	padding: 0;
	float: left;
}

.zixun ul li:nth-child(even) {
	margin-right: 0;
}

.zixun ul li img {
	width: 100%;
	height: 128px;
}

.tuijian ul {
	height: 30px;
}

.sportsnewtui {
	margin: 10px;
	box-sizing: border-box;
}

.tuijian li {
	line-height: 20px;
	height: auto;
}

.tuijian li h4 a {
	font-size: 14px;
	color: #666;
}

.tu_wen {
	overflow: hidden;
	margin-top: 10px;
}

.tu_wen li {
	width: 48%;
	margin: 0 4% 10px 0;
	float: left;
}

.tu_wen li p {
	font-size: 14px;
	color: #888;
	height: 25px;
}

.tu_wen li:nth-child(even) {
	margin-right: 0;
}

.tu_wen li img {
	width: 100%;
	height: 110px;
}

.overthree dt {
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}