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 {
	height: 60px;
	padding: 0 5px;
	box-sizing: border-box;
}

.logo img {
	position: relative;
	width: 208px;
	padding-top: 10px;
	height: 43px;
}

.logo span {
	position: absolute;
	right: 10px;
	top: 0;
}

.logo span img {
	width: 40px;
	height: 34px;
}

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

.panel {
	display: none;
	position: fixed;
	bottom: -1px;
	right: 0;
	top: 0;
	height: 100%;
	padding-bottom: 1px;
	z-index: 1001;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	box-shadow: -5px 0 5px rgba(0, 0, 0, .15);
	transition: transform 350ms ease;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #333;
	text-shadow: 0 1px 0 #fff;
	background: #f9f9f9;
	width: 100px;
	min-height: 100%;
	border-width: 0;
}

.WabMenuClose {
	margin: 10px 5px auto;
	text-align: right;
	font-size: 12px;
	color: #009;
}

.WabMenuClose img {
	width: 20px;
}

.gaoindex {
	position: relative;
	text-align: center;
}

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

.guangao .gaos {
	height: 167px;
}

.WabMenu li {
	letter-spacing: 2px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 10px;
	border-bottom: #CCC 1px solid
}
.borsd{
	border: none !important;
}
.swiperlen {
	height: 24rem;
	overflow: hidden;
}

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

.hui {
	color: #ccc;
}


/*首页调整一*/

.headline-news {
	overflow: hidden;
	padding:10px;
}

.headline-news-title {
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #0092d8;
}

.headline-news-title a {
	color:#00449b;
	font-size: 18px;
}

.headline-news-smalltext {
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	height: 60px;
	margin-bottom: 10px;
	color: rgb(136, 136, 136);
}

.headline-news-list {
	border-top: 1px solid rgb(221, 221, 221);
	padding-top: 10px;
}

.headline-news-list li {
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	position: relative;
	background: url(../img/dian.png) no-repeat 0px 12px;
	padding-left: 18px
}
/*模块二*/
.tuijian-news-list{
	padding:0 10px;
	box-sizing: border-box;
}
.tuijian-news-list ul li {
    margin-top: 10px;
}
.tuijian-news-list ul li:nth-of-type(1){
	margin: 0;
}
.tuijian-news-list ul li a {
    display: block;
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    transition: all 0.5s ease 0s;
}
.tuijian-news-list ul li span {
    width: 70px;
    height: 70px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    background: rgb(171, 171, 171);
    color: rgb(255, 255, 255);
    float: left;
    margin: 0px 10px 0px 0px;
    transition: all 0.5s ease 0s;
}
.tuijian-news-list ul li b {
    display: block;
    font-size: 16px;
    margin-top: 16px;
    line-height: 20px;
}
.tuijian-news-list ul li h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
}
.tuijian-news-list ul li p {
    font-size: 14px;
    color: rgb(136, 136, 136);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 20px;
    height: 40px;
}
.daonav{
	color: #888;
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
	border-top: 1px solid #eee;
	
}
.pro_border{
	padding: 0 10px;
}
.pro_border .projects-title{
	border: none !important;
}
.daonav a{
	color: #888;
	font-size: 14px;
}
/*资讯*/

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

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

.obse {
	color: #0c8b00;
}

.inter {
	color: #F95A54;
}

.ten {
	color: #007aff;
}

.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 {
	transform-origin: 33px 8.5px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #00449b;
	border-radius: 8px;
	padding: 2px 5px 2px 5px;
	opacity: 0.8;
}

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

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

.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;
	color: #00449b;
}

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

.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: #00449b;
	padding: 8px 15px;
	color: #fff;
}

.con_tit {
	line-height: 32px;
	padding: 15px 5px 10px 5px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	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 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: 12px;
	border-bottom: #999 1px solid;
	margin-bottom: 10px;
}

.content {
	padding: 10px 0;
}

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

.content img {
	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 {
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/**/

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