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 {
	padding-top: 105px;
}

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
}


/*导航*/

.mobile-button {
	position: relative;
	background: 0 0;
	width: 26px;
	height: 16px;
	margin-top: 3px;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
	background-color: #148cc1;
	-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: 50%;
	-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: 50%;
	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 {
	/*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;
}

.nav_logo .search {
	float: right;
	margin-top: 15px;
	background: #fff;
	position: absolute;
	right: 0;
}

/*form {
	padding: 0 25px 0 8px;
	width: 100px;
	height: 25px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 15px;
	border: 1px solid #ccc;
	background: url(../img/sear.png) no-repeat 90% 5px;
	position: relative;
}*/

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

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


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

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

input {
	width: 77%;
	height: 30px;
	padding-left: 5px;
	box-sizing: border-box;
}

button {
	height: 30px;
	width: 30px;
	cursor: pointer;
	position: absolute;
}

.bar6 input {
	border: 1px solid #148cc1;
	background: transparent;
	top: 0;
	right: 0;
	font-size: 13px;
}

.bar6 button {
	background: #148cc1;
	width: 40px;
	top: 0;
	right: 0;
}

.bar6 button:before {
	content: "搜索";
	font-size: 12px;
	color: #fff;
}

.logo span a {
	display: block;
	height: 100%;
	width: 100%;
}
.logo .search {
	position: absolute;
	right: 10px;
	top: 13px;
}
.navs {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding: 8px 5px;
	box-sizing: border-box;
	background: #F8F8F8;
	width: 100%;
}
.searfrom::-webkit-input-placeholder {
	color: #ddd;
	font-size: 12px;
}
.searfrom:::-moz-placeholder {
	color: #ddd;
	font-size: 10px;
}
.searfrom::-ms-input-placeholder {
	color: #ddd;
	font-size: 10px;
}

/*侧边栏*/
.topnav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
.topnav ul {
	background: #f0f4f7;
	width: 100%;
	padding-top: 55px;
	overflow-x: scroll;
	display: flex;
	justify-content: space-between;
}
.topnav ul li a {
	color: #494949;
	display: inline-block;
	font-size: 16px;
	padding: 15px 10px;
	box-sizing: border-box;
	white-space: nowrap;
}
.topnav ul li.active a{
	color: #286ba0 ;
}
.gaoindex {
	position: relative;
	text-align: center;
	height: 80px;
	overflow: hidden;
}
.gaoindex img.close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
}
.guangao .gaos {
	/*max-height: 167px;*/
	
	width: 100%;
}
.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;
}
.fl {
	float: left;
}
.rewen {
	padding: 0 15px;
	box-sizing: border-box;
}
.sed_ulst {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.sed_ulst ul {
	width: 100%;
}

.sed_ulst ul li {
	background: url(../img/dot.png) 0% 50% no-repeat;
	padding-left: 18px;
}

.sed_ulst ul .item {
	overflow: hidden;
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}

.sed_ulst .item a {
	float: left;
	width: 80%;
}

.sed_ulst .item span {
	float: right;
	color: #888;
	font-size: 12px;
}

.sed_ulst .tit {
	border-top: 1px solid #eee;
}
h3.lis_h3tit {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: url(../img/right_title_bg_18.png) left center no-repeat;
    padding-left: 14px;
    color: #148cc1;
    margin-top: 15px;
    margin-bottom: 5px;
}
/*模块二*/
.cont {
	overflow: hidden;
	margin-top: 20px;
	background: #fff;
	zoom: 1;
}

/*title*/
.tip {
	position: relative;
}
.tip h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	left: 0;
	top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee
}
.tip h4 span.yel {
	color: #148cc1;
}
.tip h4 span.gra {
	color: #333;
	font-size: 14px;
}
.topic_list {
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
}
.more {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 15px 0;
	line-height: 25px;
}
.more a {
	border: 1px solid #148cc1;
	color: #148cc1;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	margin: auto;
	box-sizing: border-box;
	font-size: 12px;
}

/**/
.fr {
	float: right;
}
.tl_m {
	width: 100%;
	overflow: hidden;
}
.tl_box {
	width: 100%;
	margin: 0 0 15px 0;
	float: left;
	background: #F9F9F9;
	position: relative;
}
.bagua .tlb_img {
	position: relative;
	overflow: hidden;
	height: 200px;
}
.bagua .tlb_img img {
	height: auto;
	width: 100%;
}
.tl_box h3 a {
	font-size: 16px;
	overflow: hidden;
	color: #fff;
}
.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%;
}
.win_middle {
	float: left;
	width: 660px;
	margin-left: 40px;
}
.win_right {
	float: right;
	width: 310px;
}

/*首页调整一*/
.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
}

/*资讯*/
.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 10px;
	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;
}
.projects .ddright dt {
	width: calc(100% - 130px);
}
.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;
}
.projects dl img {
	width: 120px;
	height: 75px;
	border-radius: 10px;
}
.projects h3 {
	font-size: 16px;
	line-height: 25px;
	color: #333;
	font-weight: 500;
	padding-top: 10px;
}
.projects .no_img dt {
	width: 100%;
}
.takeaway ul {
	overflow: hidden;
	margin-bottom: 20px;
}
.takeaway ul li {
	padding: 10px 15px 10px 0;
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.takeaway ul li p {
	line-height: 20px;
	font-size: 15px;
	padding-top: 10px;
	color: #333;
}
.takeaway ul li img {
	width: 100%;
	height: 122px;
}
.takeaway ul li:nth-child(even) {
	padding-right: 0;
}
.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: #148cc1;
}
.time {
	font-size: 12px;
	padding-top: 10px;
	color: #999;
	overflow: hidden;
}
.time span.source {
	float: right;
	display: inline-block;
	width: 100px;
	text-align: right;
}
.tender .ddright dt {
	width: calc(100% - 95px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.box_title a {
	font-size: 20px;
	font-weight: 400;
	width: 100%;
	border-bottom: #CCC 1px solid;
	overflow: hidden;
	padding: 20px 10px 10px 10px;
	box-sizing: border-box;
}
.projects-title {
	line-height: 35px;
	font-size: 16px;
	color: #e60012;
	float: left;
}
.box_title span {
	color: #3c66ca;
	font-size: 14px;
	float: right;
}
.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: left;
}
.lm-title {
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}
.projects-title {
	line-height: 17px;
	color: #333;
	box-sizing: border-box;
	font-weight: 600;
	border-left: 4px solid #3c66ca;
	padding-left: 10px;
}
.clearfix {
	clear: both;
}
.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;*/
}
.m_ad_car {
	padding: 15px 0;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	border-top: 5px solid #f5f7f9;
	border-bottom: 5px solid #f5f7f9;
}
.m_ad_car .swiper-slide {
	overflow: hidden;
	height: 90px;
	padding: 0 15px;
	box-sizing: border-box;
}
.m_ad_car3 {
	height: 155px;
	position: relative;
}
.m_ad_car3 .swiper-slide {
	padding: 0 15px;
	box-sizing: border-box;
}
.con_ul3 {
	border-top: 6px solid #f9f9f9;
}
.projects .con_ul3 dd,
.projects .con_ul3 dt {
	width: 100%;
	padding-bottom: 10px;
}
.projects .con_ul3 dl img {
	width: 100%;
	height: 210px;
}

/*====*/
.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;
	line-height: 40px;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
	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-bullet {
	display: inline-block;
	width: 20px;
	height: 4px;
	border-radius: 8px;
	background: #fff;
	margin: 0 5px;
	opacity: 0.8;
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	background: #148cc1;
}
.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: #148cc1;
	padding: 8px 15px;
	color: #fff;
}
.no_img dd {
	display: none;
}
.crumbs {
	padding-top: 15px;
	font-size: 13px;
}
.xun_listbg {
	background: #fff;
}
.daonav {
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
}
.con_tit {
	line-height: 30px;
	padding: 15px 5px 10px 0;
	font-size: 16px;
	color: #292929;
	font-weight: bold;
	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 10px;
}
.info {
	line-height: 18px;
	margin: 0 auto;
	padding-bottom: 10px;
	color: #7e7e7e;
	font-size: 12px;
	border-bottom: #eee 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 {
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.left_2 li em {
	background: #ff4939;
	margin-top: 3px;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	margin-right: 5px;
}

/**tuijian*/
.cai_tit {
	border-bottom: 1px solid #eee;
	margin-top: 15px;
}
h3.widget-title {
	padding-left: 12px;
	border-left: 5px solid #148cc1;
	margin-right: 25px;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin: 10px 0;
}
.related_post {
	overflow: hidden;
	margin-left: -20px;
	/*padding-top: 20px;*/
}
.related_post li {
	width: 174px;
	float: left;
	overflow: hidden;
	margin: 10px 0 10px 20px;
}
.related_post li a img {
	width: 182px;
	height: 120px;
}
.related_post li p {
	padding-top: 10px;
	color: #5a5a5a;
	font-size: 13px;
}
#related_post-2 {
	/*padding-top: 20px;*/
}
.widget_related {
	font-size: 14px;
	line-height: 32px;
	margin-bottom: 30px;
}

/*=====*/

/*列表*/
.xun_list {
	background: #fff;
}
.news_list .nengli li {
	box-shadow: none;
	margin: 0;
}
.news_list .no_img dt {
	width: 100%;
}
.list_res .crumbs {
	padding: 15px;
	box-sizing: border-box;
}

/**/
.zs_news ol {
	overflow: hidden;
}
.zs_news ol li {
	font-size: 14px;
	line-height: 31px;
	/*margin-bottom: 10px;*/
	
	background: url(../img/dian.png) left center no-repeat;
	padding-left: 20px;
	box-sizing: border-box;
	box-shadow: none;
	width: 100%;
}
.zs_news ol li:nth-of-type(1) {
	margin: 0;
}
.zs_news ol li span {
	float: right;
	color: #999;
	margin-left: 20px;
	font-size: 12px;
}
.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;
}
.tlb_art {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.tl_box h3 a,
.zs_news ol li,
.xun_list h3,
.wrap_mark1 h3,
.widget_related li,
.time span.source,.sed_ulst ul .item a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}
.overthrees h3,
.list_res ul li p,
.related_post li p,
.takeaway ul li p,
.swiper3 p,
.projects 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;
}

/*模板三*/
.down-list {
	border-top: 2px solid #eee;
	padding-top: 10px;
}
.down-list ul {
	overflow: hidden;
}
.down-list li {
	width: 95%;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 5px #ddd;
	margin-bottom: 10px;
	margin: 10px auto;
}
.down-list li a.dl-link {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	/*border: #ddd 1px solid;*/
	
	padding: 10px;
	height: 48px;
}
.down-list li i {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}
.down-list li i img {
	width: 100%;
	height: 100%;
	border-radius: 10%;
}
.down-list li h2 {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.down-list li p {
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
	color: #8a8f99;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.down-list li h2 span {
	font-size: 12px;
	color: #8d9ab2;
	position: absolute;
	right: 15px;
	top: 15px;
}
.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;
}