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

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

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

.header {
	box-sizing: border-box;
}

.logo {
	height: 60px;
		padding: 0 5px;
	box-sizing: border-box;
}

.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.close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
}

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

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

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

.hui {
	color: #ccc;
}

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


/*资讯*/

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

.newscon {
	padding: 0 0.8rem;
}

.newscon ul li {
	position: relative;
	padding: 1rem 0;
	width: 100%;
	height: auto !important;
	border-bottom: #CCC 1px solid;
	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;
}

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

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

.projects dl dt {
	float: left;
}

.overthree dl dt {
	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;
	/*max-height: 60px;
	overflow: hidden;*/
}

.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: #0099FF;
	border-radius: 8px;
	padding: 2px 5px 2px 5px;
	/*display: inline;*/
}

.prod .ddright dt {
	float: right;
	margin-left: 1rem;
}

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

.projects-title {
	line-height: 40px;
	font-family: 'Microsoft YaHei UI Bold', 'Microsoft YaHei UI';
	font-weight: 700;
	font-style: normal;
	border-bottom: #CCC 1px solid;
}

.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: 40px;
	background: rgba(125, 125, 120, .8);
	text-align: center;
	width: 100%;
	font-size: 16px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite
}

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

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

.pages span {
	background: #2a66fa;
	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 {
	width: 100%;
	height: auto;
}

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


/**/

.auto {
	padding-left: 8px;
	padding-right: 8px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
}

.gs {
	margin: 5px 0px 5px 0px;
	text-align: center;
	float: left;
	background: linear-gradient( 180deg, rgba(0, 102, 204, 1) 0%, rgba(0, 102, 204, 1) 24%, rgba(0, 204, 255, 1) 100%, rgba(0, 204, 255, 1) 100%);
	width: 60px;
	color: #FFF;
}

.gs {
	margin: 5px 0px 5px 0px;
	text-align: center;
	float: left;
	background: linear-gradient( 180deg, rgba(0, 102, 204, 1) 0%, rgba(0, 102, 204, 1) 24%, rgba(0, 204, 255, 1) 100%, rgba(0, 204, 255, 1) 100%);
	width: 60px;
	color: #FFF;
}

.gsli {
	margin-top: 5px;
	float: left;
	height: 30px;
	overflow: hidden;
	width: calc(100% - 70px);
	margin-left: 10px;
}

.gsli li {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

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

.zixun ul {
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.zixun img{
	width:184px;
	height: 127px;
}
.zixun ul li {
	width: 48%;
	margin-right:10px;
	border: none;
	margin-top: 10px;
	padding: 0;
}
.zixun ul li:nth-child(even){
	margin-right: 0;
}
.zixun ul li p {

}