/* 头部header */
header {background-color: #fff;}
header .header-Center {height: 150px;padding:0 10px;display: flex;align-items: center;justify-content: space-between;}
header .header-Center .logo{height: 44px;display: flex;align-items: center; }
header .top-logo-title img{height:100%;}
header .top-logo-subtit{ display:inline;margin-left:10px;padding-left:20px; border-left:#D8D8D9 1px solid;font-size: 18px;color: #C4C4C4;line-height: 27px;text-align: center;font-style: normal;}
header .rolesTxt{color: #dc3545; border:1px solid #dc3545; border-radius: .25rem; font-size: 14px; padding: 3px 6px;}

header .header-media {flex;align-items: center;position: relative; }
header .header-media li {float: left;padding: 0;margin: 0 0 0 30px;position: relative; }
header .header-media li>a{color: #0764AA; cursor: pointer;position: relative;z-index:30;}

header .header-media li>a img{width:20px;height:20px;margin-right:3px; display: inline;}

header .header-media li .hide{display:none; position: absolute;top:20px;left:0;z-index:29;padding:5px 0;width:120px;height:120px; background:rgba(255,255,255,0.9);}
header .header-media li:last-child .hide{left:auto;right:-10px; }
header .header-media li:hover .hide{display:block;}
header .header-media li .hide:hover{display:block;}

header .header-media li .yhrk{height:auto;width:150px;padding-top:8px;border-radius:3px;background:rgba(255,255,255,0.9);}
header .header-media li .yhrkli{border:1px solid #eee;}

header .header-media li ol a{display:block;text-align:left;line-height:2; margin:0;padding:0px 5px 0px 30px; background:url('/static/dpmweb/blcq/images/ico-yhrk-jmr.png');  background-repeat: no-repeat !important; background-size:12px !important; background-position: 10px center !important;}
header .header-media li ol a:nth-child(2){background:url('/static/dpmweb/blcq/images/ico-yhrk-wtf.png');}
header .header-media li ol a:nth-child(3){background:url('/static/dpmweb/blcq/images/ico-yhrk-wtdl.png');}

header .header-media li ol a:hover{color:#fff;}
header .header-media li ol a:hover{ background:#108BE2 url('/static/dpmweb/blcq/images/index/ico-jmr.png');}
header .header-media li ol a:nth-child(2):hover{background:#108BE2 url('/static/dpmweb/blcq/images/index/ico-wtf.png');}
header .header-media li ol a:nth-child(3):hover{background:#108BE2 url('/static/dpmweb/blcq/images/index/ico-wtdl.png');}

header .header-media li .xl:before{display: none;position: absolute; z-index:99;left:calc(55% - 2px);bottom:-5px;content: "";width: 0;height: 0;border-bottom:5px solid rgba(255,255,255,0.9);  border-left:5px solid transparent; border-right:5px solid transparent;}
header .header-media li:hover .xl:before{display:block;} 

header .header-media li.userInfo{border:1px solid rgba(102,153,204,0.7);border-radius:20px;padding:2px 8px;display: flex;}
header .header-media li.userInfo a{padding:0 5px;}
header .header-media li.userInfo a:first-child{float:left;max-width:300px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

header .header-media #registerHref:before{position: absolute;top:5px;left:-15px;content: "";width:1px;height:12px; background:#999;}
.tipText{line-height: 70px;font-size: 18px; text-align:center;}

/*用户中心头部*/
.head-user .headRight .headTop .user-select{height:auto;position: relative;cursor: pointer;}
.head-user .headRight .headTop ol{display: none;position:absolute; top:20px; left:20px; z-index:28; content""; padding:0;width:auto; height:auto;  border-radius:2px; background:rgba(255,255,255,0.9);border:0px solid #eee;}
.head-user .headRight .headTop .user-select:hover ol{display:block;}

.head-user .headRight .headTop ol a{display:block;margin:5px 0 0 0;padding:5px 10px;text-align:left; white-space:nowrap; font-size: 15px;}
.head-user .headRight .headTop ol a:hover{color:#fff; background:#108BE2;}

/*头部导航 */
.menu-handler {display:none;}
.menu-content{background:none;}
.main-menu {background: #108BE2;}
.main-menu ul{height:64px;display: -webkit-box;display: -ms-flexbox;  display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify;    justify-content: space-between;}
.main-menu ul>li{position:relative;}
.main-menu ul>li a{display:block;font-size:20px;font-weight:400;line-height: 64px;color: #fff;}
.main-menu ul>li span{display: block;padding:0 5px;position: relative;}
.main-menu ul>li span:after{position: absolute;	left: 0;bottom: 0;	content: '';width: 100%;height:4px;background: #FFFFFF;filter: alpha(opacity=0);opacity: 0;}

.main-menu ul>li ol{position:absolute;top: 64px;left: -25%;width: 150%;max-height: 0; overflow: hidden; z-index: 99;transition: max-height 0.5s ease-in; background-color: rgba(16, 139, 226, 0.7); }
.main-menu ul>li ol a{text-align: center;font-size: 16px;line-height:36px;font-weight:400;}
.main-menu ul>li:hover ol{max-height: 320px;border-top:1px solid rgba(255, 255, 255, 0.8);}
.main-menu ul>li.active span:after{ filter: alpha(opacity=1);opacity:1;}
.main-menu ul>li.active span{font-weight:800;}

/* 手机导航按钮 */
.menuLine {	display: none; width: 25px;	position: absolute;	top: 10px;right: 10px;}
.menuLine span {display: block;	width: 100%;height: 2px;background: #108BE2;border-radius: 2px;	animation: navBtn 2s infinite ease;}
.menuLine span:nth-child(2) {margin: 6px 0;	animation-delay: 0.5s;}
.menuLine span:nth-child(3) {animation-delay: 1.0s;}
@keyframes navBtn {
	50% {
		width: 60%;
	}
	100% {
		width: 100%;
	}
}

/* 底部统一 */
footer {background: #203f6e;background-size: cover;color: rgba(255, 255, 255, 0.9);}
footer a,footer a:link,footer a:visited {color: rgba(255, 255, 255, 0.9);}
footer a:hover {color: #fff;}
footer .w1365{width: 98%;}
.footOne,.footTwo{display: flex;justify-content: space-between;	flex-wrap: wrap;}
.footOne{padding: 40px 0 30px 0; border-bottom:1px solid;color: rgba(255, 255, 255, 0.7);}
.footTwo{padding: 40px 0 60px 0;}

.foot-navlink,.foot-copyright{font-weight: 300;font-size: 18px;line-height: 25px;}
.foot-navlink{ margin-bottom: 40px;}
.foot-navlink a{display: inline; margin-right: 30px;}
.foot-copyright p{margin-bottom: 15px;}

.footRight {display: flex;align-items: center;justify-content: space-between;}
.footQrcode {padding: 10px;text-align: center;}
.footQrcode img {width: 136px;height: 136px;margin-bottom: 5px;}


/* 底部相关链接*/
.idxlink {background: #108BE2; height:100px; display: flex; align-items: center;padding:0 10px;}
.idxlink-con {display:flex; justify-content: space-between;}
.idxlink-con dl{width: 220px;height: 46px;padding:0 20px;background: #FFFFFF;position: relative;}
.idxlink-con dt{line-height:46px; white-space:nowrap;font-weight: 300;font-size: 18px;color: #545454; } 
.idxlink-con dt i{position: absolute;right:10px; top:13px; font-size: 16px;}
.idxlink-con dd {display:none;position:absolute; left:0px; top:47px; z-index:100;width:220px;height:auto;padding:15px; background:rgba(255,255,255,.95); border-radius:0px; box-sizing:border-box; overflow-x:hidden; overflow-y:auto;}
.idxlink-con dd li{cursor:pointer;font-size:14px;text-align:left;padding:3px 0;}
.idxlink-con dl:hover dd{display:block;max-height:260px;transition: 0.5s ease-in-out; }

/*====================首页==========================*/

/*首页-横幅banner图片轮播*/
.home-banner {position: relative;z-index: 9;}
.home-banner .img {width: 100%;min-height: 200px;max-height: 500px;}
.home-banner .tit {display: none;}
.home-banner .pagination {z-index: 10;position: absolute;bottom:30px !important;width: 100%;justify-content: center;}
.home-banner .pagination span {background: #fff;opacity: 0.65;width: 8px;height:8px;border-radius: 4px;}
.home-banner .pagination span.swiper-pagination-bullet-active {	background: #fff;opacity: 1;width: 18px;height: 8px;}
.home-banner .prev,.home-banner .next {	position: absolute;	top: 50%;margin-top: -60px;	height: 30px;z-index: 9;cursor: pointer;}
.home-banner .prev {left: 5%;}
.home-banner .next {right: 5%;}
.home-banner .prev img,.home-banner .next img {	width: 60px;}
.home-banner .next img {transform: rotateY(180deg);}

/*首页-新闻焦点图&快速入口*/
.idxOne {width: 100%;position: relative;z-index: 20;}

.idxOneLeft,.idxOneRight{float: left;height:360px;position: relative;}
.idxOneLeft{/*width:42%;*/width:588px;}	
.idxOneRight{/*width:58%;*/width:calc(100% - 588px);overflow: hidden;}

.idxOneLeft a{position: relative;height:360px;display:block;background: #FFFFFF;}
.idxOneLeft a .img{padding-bottom:360px; background-size: 100% 100% !important;}
.idxOneLeft a .text{position: absolute;bottom:0;left: 0;width: 100%; padding:10px;box-sizing: border-box; background-color: rgba(0,0,0,0.6);}
.idxOneLeft a .text i{width: calc(100% - 170px);font-size:18px;line-height:25px;padding:0;margin:0; color: #fff;}

#FocusSwiper {position: relative;}
#FocusSwiper .pagination{position: absolute;bottom:20px; left: auto !important;right: 10px !important; width:auto; text-align: right;  z-index: 9;}
#FocusSwiper .swiper-pagination-bullet {width:10px;height:10px;border-radius:50%;background: #fff;opacity: .5;}
#FocusSwiper .swiper-pagination-bullet-active {background: #fff;opacity:1;}

.ksrk-plist li{ float:left;width:33.33%; text-align:center; border:1px solid #dddddd; height:180px; margin-left:-1px;margin-bottom:-1px; background-repeat: no-repeat; background-position:center 37px ; }
.ksrk-plist li a{display:block; padding-top:123px; font-size:18px; font-weight:bold; text-decoration:none;}
.ksrk-plist li:hover{ background-color:#108BE2;}
.ksrk-plist li:hover a{ color:#fff; font-size:18px;}

.ksrk-plist li.zccz{background-image:url('/static/dpmweb/blcq/images/ksrk/xmicon3.png');}
.ksrk-plist li.zccz:hover{background-image:url('/static/dpmweb/blcq/images/ksrk/xmicon3s.png');}

.ksrk-plist li.zccr{background-image:url('/static/dpmweb/blcq/images/ksrk/xmicon2.png');}
.ksrk-plist li.zccr:hover{background-image:url('/static/dpmweb/blcq/images/ksrk/xmicon2s.png');}

.ksrk-plist li.gqxm{background-image:url('/static/dpmweb/blcq/images/ksrk/xmicon1.png');}
.ksrk-plist li.gqxm:hover{background-image:url('/static/dpmweb/blcq/images/ksrk/xmicon1s.png');}

.ksrk-plist li.zzkg{background-image:url('/static/dpmweb/blcq/images/ksrk/xmicon4.png');}
.ksrk-plist li.zzkg:hover{background-image:url('/static/dpmweb/blcq/images/ksrk/xmicon4s.png');}

.ksrk-plist li.gqypl{background-image:url('/static/dpmweb/blcq/images/ksrk/xmicon8.png');}
.ksrk-plist li.gqypl:hover{background-image:url('/static/dpmweb/blcq/images/ksrk/xmicon8s.png');}

.ksrk-plist li.zzypl{background-image:url('/static/dpmweb/blcq/images/ksrk/xmicon6.png');}
.ksrk-plist li.zzypl:hover{background-image:url('/static/dpmweb/blcq/images/ksrk/xmicon6s.png');}

.ksrk-plist li.ygcg{background-image:url('/static/dpmweb/blcq/images/ksrk/ygcg_1.png');}
.ksrk-plist li.ygcg:hover{background-image:url('/static/dpmweb/blcq/images/ksrk/ygcg_1s.png');}

/*首页-搜索登录等功能区*/
.idxTwo{height:110px;padding:30px;background: rgba(217, 217, 217, 0.3); overflow: hidden;zoom:1;}
.idxTwoLeft,.idxTwoRight{height:50px; width: auto;padding:0;display: flex;}
.idxTwoLeft{ float: left; justify-content: flex-start;}
.idxTwoRight{ float:right;justify-content: flex-end;}
.idxTwo .search{background: #FFFFFF;padding: 0;height: 50px;width: 450px;padding-left: 65px; position: relative;}
.idxTwo .search input[type=text] {float: left;width: calc(100% - 100px);background: #FFFFFF;line-height: 48px;text-indent: 12px;color: #808080;background: none;}
.idxTwo .search input[type=submit] {float: right; width: 80px;	height: 50px;cursor: pointer; border-radius: 0px 4px 4px 0px; 
	background:#D12721 url('/static/dpmweb/blcq/images/ico-search.png') center no-repeat; }
.idxTwo .sea_selbox {position: absolute;left:0px;top: 11px;}
.idxTwo .sea_selbox select {background: none; width:70px;text-align: center;line-height: 45px;	color: #808080;	}
.idxTwo .sea_selbox .sel_c span {padding: 0 5px;}
.idxTwo .sea_selbox .sel_c i{font-size: 12px;}


.idxTwo .btn{margin-left:15px;width: 160px;height: 50px; padding:0;line-height: 50px;font-size: 18px;border-radius: 4px; border: 0;	color:#FFFFFF;}
.idxTwo .btn-primary{background: #108BE2;}
.idxTwo .btn-gray{background: #CBAC87; }
.idxTwo .btn img{width:18px;height: 18px; vertical-align: middle; margin-right: 10px;}

/*首页-项目信息*/
/*首页左侧*/
.idxLeft {width: calc(71.4% - 30px); max-width: 970px;}
/*首页右侧 */
.idxRight {width:28.6%;max-width: 400px;}
.idxWrap{padding: 0px;}

/*首页-tabs切换*/
.tabs {list-style: none;height: auto;margin: 0;padding: 0;	width: auto;}
.tabs .more {padding:6px 15px 0 0;color: #666;position: relative;line-height: 30px;}
.tabs .more:after {content: "";position: absolute;	right: 0;top: 50%;width: 8px;height: 8px;border: 1px solid transparent;	border-left-color: #b3b3b3;border-top-color: #b3b3b3;transform: translate(-70%, -50%) rotate(135deg);transition: 0.3s ease-in-out;}
.tabs .more:hover {	padding-right: 20px;}

.idxtitle {position: relative;padding: 0 0 9px 10px !important; margin-bottom: 20px !important;border-bottom: 1px solid #E5E5E5;display: flex; flex-flow: wrap;}
.idxtitle:before{position: absolute; left: 0;top:6px;content: ""; width: 4px; height:19px; background: #333333;}
.idxtitle .tabname {line-height: 30px;color: #202120;font-weight: 800;padding: 0 10px 10px 0;}
.idxtitle .tabname img {display:none;width: 24px;height: 24px;margin-right: 10px;vertical-align: middle;}
.idxtitle .more{position: absolute;	right: 0;}

.idxtitle ul,.idxtitle li,.idxtitle li a{display: inline-block;}
.idxtitle li {margin: 0px;}
.idxtitle li a {white-space: nowrap;margin: 0px 5px;line-height:30px;font-weight: 400;padding: 0px 12px;color:#108BE2;border:#108BE2 1px solid;border-radius: 0px;}
.idxtitle li:hover a,.idxtitle li.active a {background: #108BE2;color: #fff;}

.idxSwiper {background: #FFFFFF;padding: 10px 20px;margin: 0;}
.idxSwiper .swiper-wrapper,.idxSwiper .swiper-slide{padding: 0;}

.idxSwiper .wrap{width:100%;height:260px;padding:0;}
.dealSwiper .wrap{height:340px;}

.idxSwiper .thead,.idxSwiper .wrap li{display: flex;align-items: center;height:50px;line-height: 1.2;}
.idxSwiper .thead span,.idxSwiper .wrap li span{display:inline-block;box-sizing: border-box;padding: 0 5px;text-align: center;}
.idxSwiper .thead span{font-weight:bold;}
.idxSwiper .wrap li span{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.idxSwiper .wrap li:nth-child(even) {background: #F9F9F9;}

.idxSwiper .number {width:20%;}
.idxSwiper .name {width: 30%;text-align: left !important;}
.idxSwiper .price {width: 25%; font-weight:500;font-size: 16.5px;font-family: "RobotoRegular";}
.idxSwiper .data {width: 15%;font-family: "RobotoRegular";}
.idxSwiper .oper {width: 10%;}

.idxSwiper .oper a{ display: block;line-height: 30px;background: #EAE9E9;border-radius: 4px;font-size: 15px;font-weight: 300;}
.idxSwiper a.btn-wybm{background: #108BE2; color: #FFFFFF;}

/*首页-招商自发布*/
.idxSwiper .zsName{width: 55%; text-align: left !important;}
.idxSwiper .zsType{width: 30%;}
.idxSwiper .zsData{width: 15%;}

/*首页-合作机构项目*/
.idxSwiper .hName{width: 85%; text-align: left !important;}
.idxSwiper .hData{width: 15%;}

/*首页右侧-中心动态*/
.idxNews .wbg{height:430px;padding:30px 20px;}
.idx-newlist dt{width:100%;height:210px;}
.idx-newlist dt img{width:100%;height:100%;}
.idx-newlist dd{ margin-top: 10px;}
.idx-newlist dd h3{font-weight: 800;font-size: 18px;line-height: 25px;}
.idx-newlist dd p{margin-top:10px;line-height: 25px;}
.idx-newlist dd .abc{ display: flex; justify-content: space-between;}
.idx-newlist dd .abc .pubtime{font-weight: 800;}
.idx-newlist dd .abc .pageviews{color: #909090;}
.idx-newlist dd .abs{font-weight: 300; }

/*首页右侧-重点推介*/
.idxCenter .wrap {margin-bottom: 0px;}
.idxCenter .wrap a {text-align: center;	margin-top: 30px;position: relative;}
.idxCenter .wrap a .img {padding-bottom: 308px;}
.idxCenter .wrap a .title {	position: absolute;	left: 0;right: 0;bottom: 0;line-height:45px;padding:0;overflow: hidden;	background: rgba(255, 255, 255, 1);}
.idxCenter .wrap a .title em {	position: relative;	z-index: 2;	margin: 0 5%;}
.idxCenter .wrap a .title:after {width: 500px;height: 300px;content: '';border-radius: 50%;	background: #108BE2;position: absolute;left: -50px;	top: -100px;transform: scale(0);
	transition: 0.5s ease-in-out;}
.idxCenter .wrap a:hover .title {border-color: #108BE2;}
.idxCenter .wrap a:hover .title:after {	transform: scale(1);}
.idxCenter .wrap a:hover .title em {color: #fff;}

/*首页-广告位advBanner图片轮播*/
.home-advBanner {position: relative;}
.home-advBanner .img {width: 100%;max-height: 150px;}
.home-advBanner .tit {display: none;}
.home-advBanner .adv-arrow {width: 15px;height: 15px;text-align: center;}
.home-advBanner .adv-arrow {position: absolute;	top: 50%;margin-top: -13px;	z-index: 2;	cursor: pointer;}
.home-advBanner .adv-arrow img {width: 14px;}
.home-advBanner .adv-arrow.prev {left: 15px;}
.home-advBanner .adv-arrow.next {right: 15px;}
.home-advBanner .adv-arrow.next img {transform: rotateY(180deg);}
.home-advBanner .advpagination {position: absolute;z-index: 2;width: 100%;justify-content: center;}
.home-advBanner .advpagination span {background: #fff;opacity: 1;}
.home-advBanner .advpagination span.swiper-pagination-bullet-active {width: 20px;border-radius: 5px;}

/*首页-分站平台图片*/
.idx-aplist{height: 150px; overflow: hidden;zoom:1;}
.idx-aplist li{ float:left;width: calc(50% - 30px);max-width:670px; }
.idx-aplist li:nth-child(2){float:right; }
.idx-aplist li .txt{ display: none;}
.idx-aplist li .pic img{height:100%;width:100%;}

/*首页-动态新闻、公示公告等*/
.w2{width: calc(50% - 15px);}
.idx-xwggtit{position: relative;padding:0 !important;border-bottom: 1px solid #E5E5E5;display: flex; justify-content: space-between;}
.idx-xwggtit ul{}
.idx-xwggtit li{display: inline-block; margin-right: 30px;}
.idx-xwggtit li a{display: inline-block;white-space: nowrap;line-height:30px;font-weight: 400;padding-bottom:15px;position: relative;}
.idx-xwggtit li:hover a ,.idx-xwggtit li.active a{color: #108BE2;font-weight: 800;}
.idx-xwggtit li.active a:after{position: absolute; left: 0;bottom:0; content:"";width:100%;height:3px;background: #108BE2;}

.idxNotice {padding: 0;}
.idxNotice dl {	display: flex;	padding: 19px 0 20px 0;	border-top: 1px solid #e7e7e7;	position: relative;}
.idxNotice dl:first-child {	border: none;}
.idxNotice dl:after {width: 0;content: '';	position: absolute;	left: 0;bottom: 0px;background: #509ef0;transition: 0.3s ease-in-out;height: 1px;}
.idxNotice dl dt {width: 69px;font-family: "RobotoRegular";	font-weight: 500;position: relative; text-align: center;}
.idxNotice dl dt:after {width: 1px;	height: 36px;background: #e1e1e1;content: '';position: absolute;right: 0;top: 5px;}
.idxNotice dl dt span {	color: #333; font-size: 17px !important;font-weight: 600;}
.idxNotice dl dt em {color: #A8A8A8;font-size: 18px !important;}
.idxNotice dl dd {width: calc(100% - 69px);	padding-left: 13px;	line-height: 22px;}
.idxNotice dl:hover dt span,.idxNotice dl:hover dd a {color: #509ef0;}
.idxNotice dl:hover:after {	width: 100%;}

/*首页-友情链接*/
.yqljSwiper .swiper-slide {	overflow: hidden;text-align: center;}
.yqljSwiper .swiper-slide a {margin: 10px 0 30px 0;}
.yqljSwiper .swiper-slide .img {background: #fff;padding: 10px;	max-width: 96%;	height: 80px;	text-align: center;	display: flex;	align-items: center;	justify-content: center;}
.yqljSwiper .swiper-slide img {	max-width: 90%;	margin: auto;vertical-align: middle;}
.yqljPage {	text-align: center;	margin: 10px 0;	width: 100%;}
.yqljPage.pagination {justify-content: center;}
.yqljPage span {background: #108BE2;}
.yqljPage span.swiper-pagination-bullet-active {position: relative;	margin: 0 10px !important;}
.yqljPage span.swiper-pagination-bullet-active:before {position: absolute;left: -6px;top: -6px;content: "";	width: 20px;height: 20px;background: #008BE4;opacity: 0.23;	border-radius: 50%;}


/*阳光招商招租服务频道*/
.ygzs-banner{ position: relative;}
.ygzs-banner .bg img{ width: 100%; height: auto;/*min-height: 600px;*/}
.ygzs-banner .banner-cont{ position: absolute; top:0;right:0;bottom:0;left:0;width: 100%; height:100%;}
.ygzs-banner .banner-title{ margin-bottom: 55px;}
.ygzs-banner .banner-screen,.ygzs-banner .banner-screen a{color: #fff;font-size: 18px;}
.ygzs-banner .banner-screen dt{border-radius: 21px;border: 1px solid #FFFFFF; width: 150px;	height:42px; text-align: center; font-size: 20px;margin-bottom:20px;} 
.ygzs-banner .banner-screen dt img{ display: inline; margin-right: 5px; vertical-align: middle;}
.ygzs-banner .banner-screen dd a{ display:inline;margin:0 0 20px 20px;}

.ygzs-listtitle{font-size: 24px;color: #101D37;line-height: 45px;font-weight: bold;padding-left: 15px; position: relative;}
.ygzs-listtitle:before{position: absolute; top:12px;left:0; content:"";width: 6px;height:24px;background: #108BE2; }

/*====================二级==========================*/
.location {line-height: 30px;padding: 10px 0;}
.location i {margin: 0 10px;}

/* 二级布局 */
.listpage-content {	margin: 10px auto 30px auto;}
.list-left {width: 230px;}
.list-right {width: calc(100% - 260px);}
.listpage-full {margin: 10px auto 30px auto;}
.listpage-full .list-left {	display: none;}
.listpage-full .list-right {width: 100%;}
.list-content {	padding: 20px;}
.info-wrap{min-height: 400px; background-color: #fff;	-webkit-box-shadow: 0px 1px 13px 0px rgba(32, 114, 213, 0.10);
box-shadow: 0px 1px 13px 0px rgba(32, 114, 213, 0.1);}
.left-menu{min-height:auto;}

/* 二级导航 */
.nbanner {height:200px;overflow:hidden;position: relative;}
.nbanner2{ display:none;}

.nbanner .bg{width: 100%;height: 100%; display: flex; align-items: flex-start;}
.nbanner .bg img{ width: 100%; height: auto;}
.nbanner .w1365{}
.nbanner h2{position: absolute;	left: 0; bottom:70px; min-width:200px; padding:10px 20px; line-height:50px; font-size: 32px; color: #fff; font-weight: 700;  background: linear-gradient(to right, rgba(16,139, 226, 1), rgba(16,139, 226, 0));}

.nbanner .location {display:none; position: absolute;	right: 0;bottom: 0px;color: #fff; line-height: 30px;}
.nbanner .location i {margin: 0 3px;}
.nbanner .location a {color: #fff !important;}

.n_nav {margin-top: 20px;}
.n_nav .w1365 {	display: flex;	border-bottom: 1px solid #e1e1e1; background: #fff;}
.n_nav .w1365 .item h5 {line-height: 40px;	color: #fff;	position: relative;	padding: 0 20px 10px;	white-space: nowrap;	display: flex;}
.n_nav .w1365 .item h5 img {height: 26px;margin-right: 10px;}
.n_nav .w1365 .item h5>* {position: relative;z-index: 2;display: flex;align-items: center;}
.n_nav .w1365 .item h5:after {width: 100%;height: 80px;	background: #108BE2;content: '';position: absolute;	bottom: -10px;left: 0;}

.imgfilter {filter: brightness(0) invert(1);}

.navNwrap {line-height: 60px;display: flex;	padding-left: 15px;}
.navNwrap a {color: #666;margin-left: 32px;	white-space: nowrap;position: relative;}
.navNwrap a:after {	width: 53%;	height: 2px;background: #108BE2;content: '';position: absolute;	bottom: 0;	left: 23.5%;transform: scaleX(0); 
transition: 0.3s ease-in-out;}
.navNwrap a.on:after,.navNwrap a:hover:after {	transform: scaleX(1);}
.navNwrap a.on,.navNwrap a:hover {	color: #108BE2;}

/* 左侧导航 */
.left-menu {text-align: center;}
.left-menu .menu-title {
	height: 72px;background: linear-gradient(to right, #1a6ad6, #108BE2); display: -webkit-box;display: -ms-flexbox;	display: flex;	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center; justify-content: center;}
.left-menu .menu-title-name {font-weight: bold;	font-size: 24px;line-height: 51px;	color: #fff;}

/* 二级树菜单 */
.sub-navlist a {margin: 0; padding:0 30px; font-size: 16px; font-weight: 500; height: 60px;line-height:1.2; background: #FFFFFF;border-bottom: 1px #F4F3F3 solid; position: relative; display: flex; align-items: center; justify-content: center; }
.sub-navlist a:before {	position: absolute;	left: 15px;	top: 20px;	content: " ";	width: 3px;	height: 20px;background: #dddfe0;border-radius: 4px;}
.sub-navlist a:after {position: absolute;right: 15px;top: 23px;	content: " ";width: 13px;height: 13px;
	background-image: url("/static/dpmweb/blcq/images/tree_arr_right.png");}
.sub-navlist li {position: relative;background-color: #f1f7ff;border-bottom: 1px #F4F3F3 solid;}
.sub-navlist li a {	border-bottom: 0;}
.sub-navlist .tree-subs {display: none;	padding: 5px;background: #FFFFFF;}
.sub-navlist .tree-subs a {	font-size: 14px;color: #666;line-height: 40px;	height: 40px;}
.sub-navlist .tree-subs a:before,.tree-subs a:after {display: none;}
.sub-navlist .tree-subs .current {	color: #108BE2;}
.sub-navlist .on,.sub-navlist .on>a {background: #e7efff;	color: #108BE2;}
.sub-navlist .on:before,.sub-navlist .on>a:before {	background: #108BE2;}
.sub-navlist .on:after,.sub-navlist .on>a:after {background-image: url("/static/dpmweb/blcq/images/tree_arr_right2.png");}
.sub-navlist .on .tree-subs {display: block;}

/* 右侧内容 */
.info-title {display: flex;	justify-content: space-between;	height: 45px;	background: #108BE2;}
.info-title-name {margin-left: 10px;padding-left: 40px;	font-size: 20px;font-weight: 600;line-height: 45px;	color: #FFFFFF;
	background: url("/static/dpmweb/blcq/images/info_title_ico_w.png") left center no-repeat;}
a.info-title-name:hover {color: #FFFFFF;}
.list-info-title {display: none;}


/*栏目列表*/
.alist {padding-bottom: 10px;}
.alist li {border-bottom: 1px solid #eee;padding: 0px 5px 20px 20px;margin-top: 20px;cursor: pointer;position: relative;}
.alist li:before {position: absolute;top: 10px;	left: 5px;	content: "";width: 5px;	height: 5px;background: #999;border-radius: 50%;}
.alist li a {color: #333;display: block;width: calc(100% - 120px);white-space: nowrap;overflow: hidden;	text-overflow: ellipsis;}
.alist li span {position: absolute;	top: 0px;right: 5px;text-align: right;	color: #666;font-family: "RobotoRegular";}
.alist li:hover {border-color: #108BE2;}
.alist li:hover a,.alist li:hover span {color: #108BE2;}
.alist li:hover:before {background: #108BE2;}

/* 友情链接列表*/
.alist .yqlj_imglist {overflow: hidden;	margin-top: 16px;justify-content: left;}
.alist .yqlj_imglist dl {padding: 20px;	width: 310px;height: 93px;overflow: hidden;	margin: 10px;}
.alist .yqlj_imglist dl img {width: 100%;height: 100%;}

/*公告栏目列表 */
.notice_four {padding-bottom: 10px;}
.notice_four dl {border-bottom: 1px solid #eee;	padding: 0px 5px 20px 20px;	margin-top: 20px;cursor: pointer;position: relative;}
.notice_four dl:before {position: absolute;top: 10px;left: 5px;	content: "";width: 5px;	height: 5px;background: #999;border-radius: 50%;}
.notice_four dl dt {position: absolute;	top: 0px;right: 5px;text-align: right;color: #666;font-family: "RobotoRegular";font-weight: lighter;}
.notice_four dl dd {width: calc(100% - 120px);white-space: nowrap;overflow: hidden;	text-overflow: ellipsis; color: #333;}
.notice_four dl:hover {	border-color: #108BE2;}
.notice_four dl:hover dt,.alist li:hover dd {color: #108BE2;}
.notice_four dl:hover:before {background: #108BE2;}

/*挂牌项目列表 */
.gpxm_list p{line-height:36px;border-bottom: 1px solid #eee; display: flex; align-items: center; justify-content: space-between;}
.gpxm_list p span{padding:5px;text-align: center;}
.gpxm_list p span label{ display: none;}
.gpxm_list span.number{width: 20%;}
.gpxm_list span.name{width: 40%;}
.gpxm_list span.price{width: 25%; }
.gpxm_list span.data{width: 15%;}
.gpxm_list span.exit{width: 10%; display:none;}

.gpxm_list .th{ font-weight: 700;background: #F7F7F7;}
.gpxm_list .td span.name{text-align: left;white-space: nowrap; overflow: hidden; text-overflow:ellipsis;}
.gpxm_list .td span.name a:hover {color: #000;}
.gpxm_list span.exit a{padding:5px 10px; background-color: #f9f9f9; border:1px solid #eee; border-radius:3px;}

/* 静态栏目*/
.aboutCont,.listCont {margin: 0px 0;}
.abouttitH5 {color: #333;text-align: center;line-height: 2.5;	padding-top: 20px;	position: relative;}
.abouttitH5:after {	width: 30px;height: 3px;background: #108BE2;content: '';position: absolute;	left: 50%;	margin-left: -15px;	bottom: 0;}
.textAll {line-height: 2;color: #333;}
.textAll p {margin-bottom: 5px;}
.leftTit {position: relative;padding-left: 16px;color: #333;margin-bottom: 35px;}
.leftTit:before {width: 3px;height: 20px;background: #108BE2;content: '';position: absolute;left: 0;top: 50%;margin-top: -10px;}

/* 新闻详情 */
.cont_news {background: #fff;margin: 10px auto 30px auto;padding: 30px;}
.contTitle {text-align: center;	line-height: 1.5;margin-bottom: 20px;}
.contEm {border-bottom: 1px solid #e1e1e1;line-height: 3.8;}
.contEm .contleft .time {margin-right: 50px;color: #666;}
.contEm .contright span {color: #e3710c;margin-left: 5px;cursor: pointer;}
.contEm .contright span:hover {	text-decoration: underline;}
.contBox {margin: 35px 0;text-indent: 2em;}
.contBox p {margin: 15px 0;}
.contBox img {	max-width: 90%;	height: auto !important;}
.contBox table {width: auto !important;}
.contBox table,.contBox table td {border: 1px solid #ddd !important;margin: auto !important;max-width: 100%;border-collapse: collapse !important;	word-break: break-all !important;}
.contBox video,.contBox iframe,.contBox table,.contBox img {max-width: 100%;}
.contBox a {text-decoration: underline;	color: #0000FF;}


.contPage p {width: calc((100% - 150px) / 2);}
.contPage p:first-child {justify-content: end;}
.contPage p:last-child {justify-content: flex-end;}
.contPage p a {	max-width: calc(100% - 80px);}

/*项目大厅*/
.project-main {padding: 10px 0;margin: 0;}
.project_list ul,.project_list li{list-style:none; }
.project_list li span{display:inline-block;box-sizing:border-box;padding: 0 5px;height: 45px;line-height: 45px;text-align: center;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.project_list li span label{display:none;}

.project_list li span.number{width: 20%;}
.project_list li span.name{width: 30%;text-align: left;}
.project_list li span.price{width: 23%; font-family: "RobotoRegular"; color: #FF7B54; text-align: right; padding-right:1%;}
.project_list li span.data{width: 15%;}
.project_list li span.state{width: 10%;}

.project_list li:nth-child(even){background: #FFF;}
.project_list li:nth-child(odd){background: #F7F7F7;}
.project_list li:first-child a{border-top: none;}
.project_list li a:hover {color: #000;}

.project_list li .pro-img{display:none;height:0; }
.project_list li.thead {display:flex;padding:0;font-weight: bold;background: #108BE2;}
.project_list .thead span {color: #FFFFFF !important; text-align: center !important;position: relative;}
.project_list .thead span:before {width:1px; height: 100%;content:''; background: rgba(255, 255, 255, 1);	position: absolute;	left: 0;top: 0;}

.Yanpai{background: #FDA700;border-radius: 3px;color: #fff;font-size: 14px;font-weight: 400; padding: 0 5px;height: 24px;line-height: 24px;}

/*项目图片列表*/
.project_cardlist li{float:left;display:inline;width:calc(25% - 20px);height:300px; margin:0 10px 20px 10px; padding:0px; background: #F7F7F7; border:0px solid #e6e6e6; position: relative; z-index:0;}
.project_cardlist li span{width:100% !important;padding:0 5px; height: auto; line-height:1.5; }
.project_cardlist li span.number{display:none;}
.project_cardlist li span.name{margin-top:8px;text-align: left;font-weight: bold; font-size: 17px; color: #101D37; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.project_cardlist li span.price {font-size:16px; text-align: left;padding-right:0;}
.project_cardlist li span.data {text-align: left;}
.project_cardlist li span.state{position:absolute; top: 0; left: 0; width:auto !important; height: 30px; line-height: 30px; color: #fff; padding: 0 15px; background: #DF534C; border-radius:0 0 20px 0;}
.project_cardlist li span label{display: inline-block; font-size: 14px;}

.project_cardlist .thead{display: none !important;}
.project_cardlist li .pro-img{width: 100%; height: 192px; background-color:#eee; display: flex; align-items: center;}
.project_cardlist li .pro-img img{width: 100%; height: auto;}

.project_cardlist li:hover {box-shadow:0 0 10px rgba(200, 200, 200, 0.5); -moz-box-shadow:0 0 10px rgba(200, 200, 200, 0.5); -webkit-box-shadow:0 0 10px rgba(200, 200, 200, 0.5);}

/*项目大厅-包*/
.card-imglist ul {width: 100%;display: flex;flex-flow: row wrap;justify-content: flex-start;}
.card-imglist ul li {width: calc(25% - 15px);margin: 0 20px 30px 0;position: relative;background: #fff !important;transition: all .3s ease-in-out;}
.card-imglist ul li:nth-child(4n) {margin-right: 0}

.card-imglist ul li .img {height: 180px;overflow: hidden;display: flex;align-items: center;}
.card-imglist ul li .img img {width: 100%;height: auto;min-height: 100%;vertical-align: middle;}
.card-imglist ul li .img:hover img {animation: bigger 1s linear forwards;}
.card-imglist ul li .title {padding: 10px;margin:0; border-bottom: 1px #eee solid;}
.card-imglist ul li .title .name{padding: 0;line-height: 24px;font-size: 17px; font-weight: 400; display:block;width: 100%;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.card-imglist ul li .title .label{position: absolute; top: 0; left:0; height: 30px; line-height: 30px; padding: 0 15px; background:#DF534C; color: #fff; font-size: 14px; border-radius: 0 0px 20px 0;}
.card-imglist ul li .title .Yanpai{position: absolute;top: 10px;right: 5px;margin: 0;}
.card-imglist ul li .title .exit {display: none;}
.card-imglist ul li .cont {padding:0 10px 10px 10px; margin:0;}
.card-imglist ul li .cont p{width: 100%;color:#666;height:auto;line-height: 2;padding:0;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.card-imglist ul li .cont p span{ display:  inline;}
.card-imglist ul li .cont p .price {color: #EF4242;width: auto; padding: 0;}
.card-imglist ul li .cont p:nth-child(1){display: none;}

.card-imglist ul li:hover {
	box-shadow: 0 0 10px rgba(200, 200, 200, 0.5);
	-moz-box-shadow: 0 0 10px rgba(200, 200, 200, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(200, 200, 200, 0.5);

}

/*竞价大厅*/
.project_item-list {margin-top: 15px;position: relative;}
.project_item-list ul li {width: 100%;margin-bottom: 15px;background: #fff;	border: 0px #e5e5e5 solid;	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;	-ms-transition: all .3s ease-in-out;	transition: all .3s ease-in-out;}
.project_item-list ul li:hover {box-shadow: 0 0 10px rgba(200, 200, 200, 0.5);	-moz-box-shadow: 0 0 10px rgba(200, 200, 200, 0.5);	-webkit-box-shadow: 0 0 10px rgba(200, 200, 200, 0.5);}
.project_item-list ul li .img {	display: none;}
.project_item-list ul li .title {height: 60px;border-bottom: solid 1px #e5e5e5;}
.project_item-list ul li .title .label {display: inline-block;	height: 40px;	line-height: 40px;	margin: 10px 0;	padding: 0 20px;color: #fff;font-size: 14px;
	border-top-right-radius: 20px;	border-bottom-right-radius: 20px; position: relative; float: left;left: -12px;}
.project_item-list ul li .title .label .angle {	display: inline-block;position: absolute;left: 0;bottom: -8px;	height: 0;	width: 0;
	border-top: solid 4px #003880; border-right: solid 6px #003880; border-bottom: solid 4px transparent; border-left: solid 6px transparent;}
.project_item-list ul li .title .name {line-height: 60px;font-size: 18px;float: left;color: #333;max-width: 80%;
     overflow: hidden;white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.project_item-list ul li .title .name .ypxm {font-size: 14px;color: #fff;background: #ff6347; padding: 4px 6px; border-radius: 4px;}
.project_item-list ul li .title .exit {	height: 40px; line-height: 40px; float: right; margin: 10px; padding: 0 20px; color: #fff; border-radius: 2px; font-size: 14px;
}
.project_item-list ul li .title .Yanpai {display: inline-block;	margin: 18px 0 0 5px; background: #FDA700; border-radius: 3px; color: #fff; font-size: 14px;
	font-weight: 400; padding: 0 5px; height: 24px; line-height: 24px; }
.project_item-list ul li .cont {padding: 10px 20px;	line-height: 36px; font-size: 14px; color: #666;}
.project_item-list ul li .cont p .price {color: #F04949;font-size: 16px;font-weight: bold;}
.project_item-list ul li .cont p span.spareTime span {color: #F04949;font-size: 16px;font-weight: bold;}
.project_item-list ul li .cont p {float: left;display: inline-block;width: 33.3%;height: 34px;overflow: hidden;	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;white-space: nowrap;}
.project_item-list .more {font-size: 16px;color: #999;position: absolute;top: -64px;right: 20px;}
.project_item-list ul li .title .label {background: #108BE2;}
.project_item-list ul li .title .label_soon {background: #f90;}
.project_item-list ul li .title .label_soon .angle {border-top: solid 4px #915700;	border-right: solid 6px #915700;}
.project_item-list ul li .title .name:hover {color: #108BE2;}
.project_item-list ul li .title .exit {	background: #108BE2;}


/*项目大厅筛选*/
.btn_theme {border-radius: 2px;	display: inline-block;vertical-align: middle;border: 0;	height: 30px;padding: 0 12px;line-height: 30px;	color: #fff !important;}
.prop_bg {background: #fff;padding: 20px;	margin: -10px 0 0 0;}
.prop_box {	width: 100%;margin: 0 auto;}
.list_prop {margin: 0 0 10px 0;border: 1px solid #e7e7e7;	position: relative;}
.list_prop dl {	border-bottom: 1px dashed #ddd;margin-bottom: 10px;	overflow: hidden;}
.list_prop dl.last {border-bottom: 0;}
.list_prop dt {	width: 130px;padding: 7px 10px 7px 15px;text-align: right;font-weight: bold;color: #666;float: left;}
.list_prop dd {overflow: hidden;padding: 7px 0px;}
.list_prop dd a {padding: 0 17px 0 2px;	white-space: nowrap;color: #777;}

.list_prop_xmzx {border: 0;	margin-top: 10px;	font-size: 14px;}
.list_prop_xmzx dl {border: 0; margin-bottom: 10px;}
.list_prop_xmzx dt {color: #333;text-align: left;padding: 8px 10px 8px 0;}
.list_prop_xmzx dd a {padding:3px 10px;border-radius: 3px;color: #333;margin-right: 12px;margin-bottom: 7px;font-weight: normal;}
.list_prop_xmzx dd a.current,.list_prop_xmzx dd a:hover {color: #fff !important;background: #108BE2;}

.list_prop_xmzx .textfield {box-shadow: none;color: #666;line-height:23px;padding:5px;border: solid 1px #e5e5e5;border-radius:0px; margin-right: 5px;}

.list_prop_xmzx .btn_theme {height: 29px !important;line-height: 29px !important;padding: 0 18px !important;}
.list_prop_xmzx .btn_theme:hover {height: 29px !important;line-height: 29px !important;padding: 0 18px !important;}
.list_prop_xmzx .btn{width: 60px; cursor: pointer; background:#108BE2 url('/static/dpmweb/blcq/images/ico-search.png') no-repeat center; background-size: 18px;}

.list_prop_screen{border:none;font-size: 17px;}
.list_prop_screen dt{width: 100px;} 
.list_prop_screen  dd{overflow: hidden;padding: 7px 8px;}
.list_prop_screen dd a.current,.list_prop_screen dd a:hover {color:#108BE2 !important;}

.list_prop .sildown {height: auto !important;}
.list_prop .more {text-align: center;width: 20px;height: 20px;cursor: pointer;}
.list_prop dd a.btn_default {height: 25px;padding: 0 12px;line-height: 25px;}

.list_prop dd a:link,.list_prop dd a:visited,.list_prop dd a:hover {text-decoration: none;}
.list_prop dd a.current {font-weight: bold;}

.lst_prop_btn {color: #108BE2;font-weight: bold;display: block;}
.lst_prop_btn:hover {color: #108BE2;}
.lst_prop_btn em {font-style: normal;}
.lst_prop_btn .layui-icon{font-size: 12px;margin-left: 5px;}

.btn_theme {background: #108BE2;}
.btn-primary { background-color:  #108BE2; border-color:  #108BE2;}
.btn_theme,.btn-primary,.btn-secondary{color: #fff !important;}

/*招租挂牌项目图片列表*/
.card-imglist{display: flex;flex-flow: row wrap;justify-content: flex-start;}
.card-imglist dl{width: calc(25% - 15px);margin-right:20px;position: relative;}
.card-imglist dl:nth-child(4n) {margin-right: 0}
.card-imglist dl .pic{width: 100%;height: 230px;overflow: hidden;display: flex;align-items: center;}
.card-imglist dl .pic img {width: 100%;height: auto;min-height: 100%;vertical-align: middle;}
.card-imglist dl .cont{width: 100%;height:160px; padding:0 10px 10px 10px;background:fff; margin-bottom: 20px;}
.card-imglist dl .cont .tit{padding:10px 0;margin: 0 10px;}
.card-imglist dl .cont .tit a{padding:0;font-weight: bold;font-size:17px;color: #101D37;line-height: 1.5; display: inline-block; width:100%;overflow: hidden;white-space: nowrap; text-overflow: ellipsis;}
.card-imglist dl .cont .tit label{ display: none;}
.card-imglist dl .cont p{padding:0;line-height: 26px;}
.card-imglist dl .cont p label{ color: #333;}
.card-imglist dl .cont .price{color:#D43B3C;}
.card-imglist dl .cont .price em{font-size:24px;font-weight: 600;font-family: "RobotoRegular";}
.card-imglist dl .state,.card-imglist dl .label{ position: absolute;padding:0 10px;font-size: 14px;}
.card-imglist dl .label{top:200px;left:10px;height:22px;line-height:22px;font-size:14px;color: #DF534C;background: #FFFFFF;border-radius: 17px; }
.card-imglist dl .state{top:0;left:0;height: 34px;line-height:34px;font-weight: 600;color: #FFFFFF;border-radius: 0px 0px 4px 0px; padding-left:28px;  background-position: 10px center !important; background-repeat:no-repeat !important; 
background:#FF8B00 url('/static/dpmweb/blcq/images/ygzs/ico-wks.png');}
.card-imglist dl .state_pub{background:#DF534C url('/static/dpmweb/blcq/images/ygzs/ico-bm.png');}
.card-imglist dl .state_indeal{background:#00B065 url('/static/dpmweb/blcq/images/ygzs/ico-jj.png');}
.card-imglist dl .state_deal {background:#666 url('/static/dpmweb/blcq/images/ygzs/ico-jj.png');}

/*招商自发布*/
.zspro-list_table ul li {height: 45px;line-height: 45px; font-size: 16px; display: flex;align-items: center;justify-content: space-between;}
.zspro-list_table ul li:nth-child(odd){background: #F9F9F9;}
.zspro-list_table ul li.thead{background: #FFF; font-weight:bold; font-size: 18px;}
.zspro-list_table ul li span{ display: inline-block;padding:0 5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.zspro-list_table .zsName{width: 55%; text-align: left;}
.zspro-list_table .zsType{width: 30%; text-align: center;}
.zspro-list_table .zsData{width: 15%; text-align: center;}

.zspro-list_table ul li.thead .zsName{text-align: center;}


/* 项目大厅左侧 */
.noticeNav {
	width: 250px;
}

.noticeNav h6 {
	background: #108BE2;
	display: flex;
	align-items: center;
	color: #fff;
	height: 80px;
	justify-content: center;
}

.noticeNav h6 img {
	width: 30px;
	filter: brightness(0) invert(1);
	margin-right: 10px;
}

.data-menu {
	background: #fff;
}

.data-menu .menu-2nd,
.menu-1st>li.nono::after {
	display: none;
}

.data-menu .menu-1st>li {
	position: relative;
}

.data-menu .menu-1st>li::before {
	width: 2px;
	height: 0;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #108BE2;
	z-index: 2;
}

.data-menu .menu-1st>li::after {
	background: url(/static/dpmweb/images/jyptweb/rednext.svg);
	content: '';
	position: absolute;
	width: 8px;
	height: 14px;
	right: 20px;
	top: 26px;
	background-size: cover;
	transform: rotate(90deg);
	filter: brightness(0) invert(0.5);
	transition: 0.3s;
}

.data-menu .menu-1st>li.open .menu-2nd {
	display: block;
}

.data-menu .menu-1st>li.open::before {
	height: 65px;
}

.data-menu .menu-1st>li.open::after {
	filter: none;
	transform: rotate(-90deg);
}

.data-menu .menu-1st>li>a {
	padding: 0 40px 0 15px;
	font-size: 16px;
	color: #333;
	line-height: 65px;
	border-bottom: 1px solid #cccccc;
	display: block;
	position: relative;
}

.data-menu .menu-1st>li>a::before {
	height: 3px;
	content: '';
	background: #108BE2;
	transition: 0.3s;
	display: inline-block;
	position: relative;
	top: -4px;
}

.data-menu .menu-1st>li.open>a::before {
	width: 10px;
	margin-right: 8px;
}

.data-menu .menu-1st>li.open>a,
.noticewrap table tbody tr:nth-child(even) {
	background: #f8f8f8;
}

.data-menu .menu-1st>li.open>a span,
.list_p4 .item:hover .box h5,
.p4contproswiper .item:hover .box h5,
.data-menu .menu-1st>li.open>a i {
	color: #108BE2;
}

.data-menu {
	border: 1px solid #cccccc;
	border-top: none;
	border-bottom: none;
}

.menu-2nd li a {
	display: block;
	padding-left: 35px;
	border-bottom: 1px solid #ccc;
	line-height: 52px;
	font-size: 16px;
	color: #666;
}

.menu-2nd li:nth-child(even) {
	background: #f8f8f8;
}

.menu-2nd li a:hover,
.menu-2nd li a.on,
.notice_four dl:hover dt a,
.notice_four dl:hover dd a {
	color: #108BE2;
}


/* 检索 */

.noticeRight {
	width: calc(100% - 275px);
}

.noticebox {
	align-items: inherit;
}

.retrieval {
	background: #fff;
}

.retrieval h6 {
	line-height: 50px;
	background: #108BE2;
	text-align: center;
	color: #fff;
}

.retrieval form {
	border: 1px solid #cccccc;
	padding: 10px 33px 25px;
}

.retrieval form .wrpa {
	width: 48.2%;
}

.retrieval form .item {
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	height: 43px;
	padding-top: 10px;
}

.retrieval form .item input[type=text] {
	height: 43px;
	line-height: 43px;
	font-size: 15px;
	color: #666;
	width: calc(100% - 90px);
	border: none;
}

.retrieval form .item label {
	color: #333;
	display: inline-block;
	line-height: 43px;
}

.retrieval form .item .address {
	width: calc(100% - 80px);
	float: right;
	position: relative;
}

.retrieval form .item .address .city-picker-span {
	border-bottom: none;
}

.retrieval form .item ul {
	width: calc(100% - 80px);
	display: flex;
	float: right;
	height: 43px;
}

.retrieval form .item ul li {
	width: 48%;
	border: none;
	position: relative;
	padding-right: 2%;
	background-image: url(/static/dpmweb/images/jyptweb/rili.svg);
	background-size: 20px;
	background-position: 93%;
	height: 43px;
	line-height: 43px;
	text-indent: 10px;
}

.retrieval form .item ul li:after {
	width: 1px;
	height: 18px;
	background: #a1a1a1;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
}

.retrieval form .item select {
	border: none;
	height: 43px;
	font-size: 15px;
	color: #666;
	width: calc(100% - 90px);
	background: none
}

.itembtn {
	justify-content: center;
	padding-top: 20px;
	width: 100%;
}

.itembtn input {
	width: 138px;
	height: 38px;
	border: 1px solid #108BE2;
	background: #fff;
	font-size: 16px;
	color: #108BE2;
	cursor: pointer;
	margin: 0 5px;
	transition: 0.3s;
}

.itembtn input[type=reset] {
	border-color: #a1a1a1;
	color: #666;
}

.itembtn input:hover {
	background: #108BE2;
	color: #fff;
}

.fontF {
	font-family: "RobotoRegular";
}

.noticewrap table {
	background: #fff;
	border: 1px solid #cccccc;
	width: 100%;
	margin-top: 16px;
	border-collapse: collapse;
}

.noticewrap table thead {
	background: url(/static/dpmweb/images/jyptweb/tablebg.jpg) center no-repeat;
	background-size: cover;
}

.noticewrap table thead td {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	text-align: center;
	color: #fff;
	line-height: 2;
	padding: 7px 0;
}

.noticewrap table tbody tr td {
	border-top: 1px solid #ededed;
	text-align: center;
	line-height: 2;
	padding: 13.5px 0;
	white-space: normal;
}

.noticewrap table tbody tr {
	transition: 0.3s;
}

.noticewrap table tbody tr td>* {
	margin: 0 5%;
	word-break: break-all;
	white-space: normal;
}

.noticewrap table tbody tr td .TXTovehid {
	text-align: left;
}

.noticewrap table tbody tr td .color {
	color: #eb8501;
}

.noticewrap table tbody tr td:nth-child(2) a {
	max-width: 90%;
}

.notiveLocation {
	display: none;
	width: 100%;
	line-height: 2;
	margin-bottom: 10px;
	margin-top: -15px;
}

.notiveLocation b {
	font-weight: normal;
}

.notiveLocation em {
	margin: 0 5px;
}

.notiveLocation a,
.notiveLocation b {
	color: #666;
}

.notiveLocation i img {
	position: relative;
	top: 3px;
	margin-right: 10px;
}





/* 项目专区 */

.xmzq_banner {
	height: 240px;
	position: relative;
}

.xmzq_banner h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	text-align: center;
}

.xmzq_banner .dzc-bmxz {
	margin-top: 20px;
	/*background: rgba(255,255,204,.9);*/
	background: rgba(255, 255, 255, .7);
	border-radius: 4px;
	padding: 10px 15px;
}

.xmzq_banner .label {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 0;
	border-top: 30px solid #f09e00;
	border-left: 15px solid transparent;
	border-right: 0px solid transparent;
}

.xmzq_banner .label a {
	position: absolute;
	right: 12px;
	top: -30px;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	letter-spacing: 2px;
}

.zcb-tit {
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 43px;
	color: #fff;
	font-family:"ysbth";
	background: url('/static/dpmweb/blcq/images/zcb-banner.jpg') center no-repeat;
	background-size: cover;
	/*text-shadow:#000 3px 4px 5px;文字添加阴影*/
	text-shadow: 4px 4px 0px #1769d6, -4px 4px 0px #1769d6, 4px -4px 0px #1769d6, -4px -4px 0px #1769d6;
	/*文字添加描边*/
}

.zcb-bmxz {
	margin-top: 20px;
}

.zcb-bmxz dl {
	background: #fff;
	border: 1px #eee solid;
	display: flex;
	justify-content: space-between;
}

.zcb-bmxz dt {
	padding: 20px;
	width: 140px;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
	background: #f2a002;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zcb-bmxz dt:after {
	position: absolute;
	right: -7px;
	top: 0;
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #f2a002;
}

.zcb-bmxz dd {
	width: calc(100% - 100px);
	line-height: 30px;
	padding: 15px 50px 15px 30px;
}

.alink {
	color: #108BE2;
}

.xmzq_xmlist .xmTab th {}

.xmzq_xmlist .xmTab td {
	border-bottom: 1px #efefef solid;
	height: 45px;
	line-height: 45px;
}


/*-----*/

.tips {
	width: 250px;
	margin: 35px 0;
}

.tips>.title {
	border-radius: 25px;
	background: linear-gradient(to bottom, #ad67ff, #9138ea);
	color: #fff;
	text-align: center;
	line-height: 47px;
	width: 182px;
	margin: auto;
}

.tips>.title span {
	position: relative;
	padding: 0 30px;
}

.tips>.title span:after,
.tips>.title span::before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	width: 26px;
	height: 8px;
}

.tips>.title span:after {
	right: 0;
	background: url(/static/dpmweb/images/jyptweb/tipright.png) center no-repeat;
}

.tips>.title span::before {
	left: 0;
	background: url(/static/dpmweb/images/jyptweb/tipleft.png) center no-repeat;
}

.tipsbg {
	background: url(/static/dpmweb/images/jyptweb/tipsbg.png) center no-repeat;
	height: 376px;
	margin-top: -23px;
	padding: 73px 29px 0;
	box-sizing: border-box;
	color: #fff;
}

.tipsbg .item .title {
	margin-bottom: 9px;
	padding-left: 11px;
	position: relative;
	line-height: 22px;
}

.tipsbg .item .title::before {
	width: 3px;
	height: 13px;
	background: #fff;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}

.tipsbg .item .text {
	word-break: break-word;
}

.tipsbg .item {
	margin-top: 35px;
}

.tipsbg .item:first-child {
	margin-top: 0;
}

.tips {
	margin: 0 auto 30px;
}

.tipsbg {
	padding-top: 50px;
}

.tipsbg .item {
	margin-top: 30px;
}

.tabs {
	list-style: none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}

.zsSearchForm form {
	display: flex;
	padding: 10px 0 20px 40px;
	height: 60px;
}


.user-avatar .loginUserName {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.user-avatar {
	margin: 10px 0 10px 0;
	padding-bottom:10px;
	border-bottom: 1px solid #EEEEEE;
}

.user-avatar img {
	width: 115px;
	height: 115px;
	border-radius: 50%;
	box-shadow: 0px 3px 6px 1px rgba(18, 93, 204, 0.16);
}

.user-avatar .loginUserStatus i {
	margin-right: 5px;
}

.user-avatar .loginUserStatus {
	border-radius: 10px;
	border: 1px solid #108BE2;
	padding: 3px 10px;
	margin: 10px 0 20px;
	color: #108BE2;
	font-size: 14px;
	display: inline-block;
}

.cus-share .icon-wechat .wechat-qrcode {
	top: 25px !important;
}

.cus-share .icon-wechat .wechat-qrcode:after {
	position: static !important;
}


/*分享*/

.social-share {
	display: inline-block;

	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale
}

.social-share .icon-qq:before {
	background: url(/static/dpmweb/blcq/images/share-icon.png) 0 0 no-repeat;
	background-size: 20px 160px
}

.social-share .icon-qq:before,
.social-share .icon-weibo:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 4px
}

.social-share .icon-weibo:before {
	background: url(/static/dpmweb/blcq/images/share-icon.png) 0 -40px no-repeat;
	background-size: 20px 160px
}

.social-share .icon-wechat:before {
	content: "";
	background: url(/static/dpmweb/blcq/images/share-icon.png) 0 -80px no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 20px 160px;
	margin: 4px
}

.social-share .icon-qzone:before {
	content: "";
	background: url(/static/dpmweb/blcq/images/share-icon.png) 0 -120px no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 20px 160px;
	margin: 4px
}

.social-share a {
	position: relative;
	text-decoration: none;
	margin: 4px;
	display: inline-block;
	outline: none
}

.social-share .social-share-icon {
	position: relative;
	display: inline-block;
	width: 30px!important;
	height: 30px!important;
	margin: 2px 1px
}

.social-share .social-share-icon:hover {
	background: #666;
	color: #fff
}

.social-share .icon-weibo {
	color: #ff763b;
	border-color: #ff763b;
	background: #fff
}

.social-share .icon-weibo:hover {
	background: #ff763b
}

.social-share .icon-weibo:hover:before {
	content: "";
	background: url(/static/dpmweb/blcq/images/share-icon.png) 0 -60px no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 20px 160px;
	margin: 5px
}

.social-share .icon-qq {
	color: #56b6e7;
	border-color: #56b6e7;
	vertical-align: middle;
	background: #fff
}

.social-share .icon-qq:hover {
	background: #56b6e7
}

.social-share .icon-qq:hover:before {
	content: "";
	background: url(/static/dpmweb/blcq/images/share-icon.png) 0 -20px no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 20px 160px;
	margin: 5px
}

.social-share .icon-qzone {
	color: #fdbe3d;
	border-color: #fdbe3d;
	background: #fff
}

.social-share .icon-qzone:hover {
	background: #fdbe3d
}

.social-share .icon-qzone:hover:before {
	content: "";
	background: url(/static/dpmweb/blcq/images/share-icon.png) 0 -140px no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 20px 160px;
	margin: 5px
}

.social-share .icon-wechat {
	position: relative;
	color: #7bc549 !important;
	border-color: #7bc549 !important;
	background: #fff
}

.social-share .icon-wechat:hover {
	background: #7bc549 !important;
}

.social-share .icon-wechat:hover:before {
	content: "";
	background: url(/static/dpmweb/blcq/images/share-icon.png) 0 -100px no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 20px 160px;
	margin: 5px
}

.social-share .icon-wechat .wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 9;
	bottom: -205px!important;
	top: auto!important;
	left: -84px;
	width: 200px;
	height: 192px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 10px #aaa;
	box-shadow: 0 2px 10px #aaa;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-tansition: all .35s;
	-moz-transition: all .35s
}

.social-share .icon-wechat .wechat-qrcode.bottom {
	top: 40px;
	left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
	display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
	font-weight: 400;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
	margin: 0!important
}

.social-share .icon-wechat .wechat-qrcode .help p {
	font-weight: 400;
	line-height: 16px;
	padding: 0;
	margin: 0;
	display: inherit;
	font-size: inherit;
	position: inherit
}

.social-share .icon-wechat .wechat-qrcode:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: -15px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: transparent transparent #f3f3f3 transparent!important
}

.social-share .icon-wechat:hover .wechat-qrcode {
	display: block
}


/*分享end*/

.registerH .n_nav {
	border: none;
}

.registerH .item {
	position: absolute;
	top: -60px;
	z-index: 1;
}

.registerBox {
	padding:0 0 40px 0; 
}
.registerBox .item-t{ display:inline;background: #108BE2;color: #fff;line-height: 40px;padding:10px 20px;white-space: nowrap; }
.registerBox .item-t i{margin-right: 10px;font-size: 20px;}

.registerForm {
	padding: 30px 50px;
	border: solid 1px #e5e5e5;
}

.registerBox .wizard-round .steps .current a::before,
.registerBox .wizard-round .steps .done a::before {
	background-color: #176eb9;
}

.registerBox .wizard-round .steps .current a::after,
.registerBox .wizard-round .steps .done a::after {
	background-color: #176eb9;
}

.registerBox .wizard-round .steps .current a,
.registerBox .wizard-round .steps .done a {
	color: #176eb9;
}

.registerBox .multi-color .steps .done a {
	color: #469de9;
}

.registerBox .multi-color .steps .done a:before,
.registerBox .multi-color .steps .done a:after {
	background-color: #469de9;
}

.registerBox .form-group.row {
	align-items: center;
}

.registerBox .wizard-round .content .body {
	margin: 0px 0 !important;
}

.registerBox form {
	margin: 40px 0;
}

.registerBox .list_prop {
	margin: 0 0 10px 0;
	background: #fff;
	border: 1px solid #e7e7e7;
	position: relative
}

.registerBox .list_prop dl {
	padding: 20px 0;
	border-bottom: 1px dashed #ddd;
}

.registerBox .list_prop dl.last {
	border-bottom: 0
}

.registerBox .list_prop dt,
.registerBox .list_prop dd,
.registerBox .list_prop dd a {
	line-height: 29px
}

.registerBox .list_prop dt {
	width: 100px;
	padding: 7px 10px 7px 15px;
	text-align: right;
	font-weight: bold;
	color: #666;
	float: left
}

.registerBox .list_prop_zz dl dt {
	width: 110px
}

.registerBox .list_prop dd {
	max-height: 117px;
	/* padding: 7px 5px 7px 10px; */
	overflow: auto;
	background: #fff
}

.registerBox .list_prop dd a {
	padding: 0 17px 0 2px;
	white-space: nowrap;
	color: #777;
	display: inline-block;
	float: left
}

.registerBox .list_prop dd a.btn_default {
	height: 25px;
	padding: 0 12px;
	line-height: 25px
}

.registerBox .list_prop dd a:link,
.registerBox .list_prop dd a:visited,
.registerBox .list_prop dd a:hover {
	text-decoration: none
}

.registerBox .list_prop dd a.current {
	font-weight: bold
}

.registerBox .list_prop_xmzx dt {
	color: #333;
	text-align: left;
	padding: 8px 10px 8px 0;
	width: 120px
}

.registerBox .list_prop_xmzx {
	border: 0;
	margin-top: 10px;
	font-size: 14px;
	width: 50%;
	margin: 0 auto;
}

.registerBox .list_prop_xmzx dd {
	background: 0;
	color: #333
}

.registerBox .list_prop_xmzx p {
	color: #333;
	text-align: left;
	padding: 8px 10px 8px 0;
	font-size: 16px;
	font-weight: bold;
}

.registerBox .list_prop_xmzx dd a {
	padding: 0 10px;
	border-radius: 2px;
	color: #333;
	margin-right: 12px;
	margin-bottom: 7px
}

.registerBox .list_prop_xmzx dd a.current,
.registerBox .list_prop_xmzx dd a:hover {
	font-weight: normal;
	padding: 0 10px;
	color: #fff !important;
	background: #108BE2;
}

.registerBox .list_prop_xmzx .textfield {
	border-radius: 2px;
	border: solid 1px #e5e5e5;
	box-shadow: none;
	color: #666
}

.registerBox .list_prop_xmzx .btn_theme {
	height: 29px !important;
	line-height: 29px !important;
	padding: 0 18px !important
}

.registerBox .list_prop_xmzx .btn_theme:hover {
	height: 29px !important;
	line-height: 29px !important;
	padding: 0 18px !important
}

.register-success {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.register-success .success-top i {
	font-size: 50px;
	color: #dc3545;
	margin-bottom: 20px;
}

.register-success .success-top p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.register-success .success-center {
	background-color: #d86262;
	color: #fff;
	padding: 10px 30px;
	border-radius: 5px;
	margin: 0 120px;
	text-align: left;
	margin-bottom: 20px;
}

.registerBox .btn-outline-danger {
	border: 1px solid #dc3545;
}


/*animation*/
@keyframes bigger {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.1);
	}
}
/*====================响应式==========================*/

@media screen and (max-width:1350px) {
	/*首页*/
	.banner a {padding-bottom: 32.75%;	}
	.banbtn.next {right: 10px;}
	.banbtn.prev {left: 10px;}
	.banbtn {width: 40px;margin-top: -50px;	}
}

@media screen and (max-width:1200px) {
   /*头部*/
	header .header-Center {	height: auto;padding: 20px 10px;flex-flow: wrap;}
	header .header-Center .logo {height: auto;margin-bottom: 10px;}
	header .header-media li {margin: 0 0 0 10px;}
	
	/*首页*/
	.home-banner .img {min-height: 200px;}
	.home-banner .pagination {bottom: 10px !important;	}
	.idxTwo{height:auto;padding:20px 10px;}
	.idxTwo .search {max-width:300px;}
	.idxTwo .search input[type=submit] { width: 60px;}
	.idxTwo .search input[type=text] { width: calc(100% - 65px);}
	.idx-xwggtit li { margin-right: 20px;}
	
	/*二级*/
	.list-left,	.list-right {width: 100%;}
	.list-left {display: none;}
	.list-content {	padding: 10px;}
	.search-form ul li {width: 100%;}
	.alist {width: 98%;	margin: auto;}
}

@media screen and (max-width:1024px) {
	/*--返回顶部--*/
	.to_top {display: none;	}

	/*头部导航*/	
	.menuLine {display: inline-block;}
	.menu-handler {display:block; display: none;}
	.menu-handler{width:25px; height:12px; cursor:pointer; position:absolute; right:10px; top:5px; z-index:1000; display:block;}
	.menu-handler .burger{display:block; width:23px;height:3px;background:#108BE2; position:absolute;top:10px; left:0px; z-index:999; transform-origin:center; -webkit-transform-origin:center; -moz-transform-origin:center; -o-transform-origin:center; -ms-transform-origin:center;}
	.menu-handler .burger-2 {top:17px;}
	.menu-handler .burger-3 {top:24px;}
	.menu-handler.active .burger-1 {top:17px; -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg);}
	.menu-handler.active .burger-2 {-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); filter:alpha(opacity=0); opacity:0; -moz-opacity:0; -khtml-opacity:0; -webkit-opacity:0;}
	.menu-handler.active .burger-3 {top:17px; -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg);}

	.main-menu {z-index:998;position:absolute;right:0;top:0;width:100%;height:auto;padding:30px 0; background:rgba(240,240,240,0.95); display:none;}
	.main-menu ul{height: auto;flex-direction: column;}
	.main-menu ul>li { margin-bottom: 1px;}
	.main-menu ul>li a{font-size: 16px;font-weight: 400;line-height: 40px;color: #108BE2;color: #000;}
	.main-menu ul>li span,.main-menu ul>li ol{ float:left;display: inline-block;}
	.main-menu ul>li span{text-align: center;width:100px;padding:0 5px;color: #fff;background:rgba(16,139,226,0.3)}
	.main-menu ul>li ol{position: static;width:calc(100% - 110px);max-height:300px;background:none;}
	.main-menu ul>li ol a{display: inline-block;padding:0 10px;color:666;}
	.main-menu .active{border-bottom:0;}
	.main-menu .active span{background:rgba(16,139,226,0.9);color: #fff;}

	/* 底部 */
	.footRight {margin: auto;}

	/* 首页 */
	.idxTwo{height:auto;padding:15px 5px;}
	.idxTwo .search {max-width:300px;}
	.idxTwo .btn {width: auto; padding:0 8px;margin-left: 8px;font-size: 1rem;}

	.idxTwo{height: auto;}
	.idxLeft,.idxRight {float:none;width:98%;max-width:100%; margin: auto;}

	.w2 { width: calc(100% - 15px);padding:10px;}

	.idxNews .wbg,.idx-newlist dt{height:auto}
	.idx-newlist dl{max-width:840px; margin: auto;}

	.idxCenter .wrap{ overflow: hidden;width: 100%;}
	.idxCenter .wrap a{float: left;width:calc(50% - 15px);margin:10px 0;/*height:308px;*/}
	.idxCenter .wrap a:nth-last-child(2n){ margin-left: 15px;}

	.idx-aplist{width: 98%;margin: auto;}
	.idx-aplist li {width: calc(50% - 10px);}
	.idxlink-con dl {width: calc(25% - 10px);}

	/* 二级 */
	.location{background: #108BE2;padding: 10px;}	
	.location,.location a{ color: #FFFFFF;}
	.listpage-content{ margin-top: 0;}
	.n_nav .w1365 .item h5:after{ display: none;}
	.n_nav .w1365 .item h5{color:#108BE2;}
	.navNwrap {flex-flow: row wrap;line-height: 30px;}
	.prop_bg{ margin: 0;}
	
	.card-imglist ul li {width: calc(50% - 15px);}
	.card-imglist ul li:nth-child(2n) {margin-right: 0;}
	.notice-li {padding: 0 10px;}

	.imgfilter { filter:  invert(48%) /* 颜色反转 */
    sepia(80%) /* 添加基色 */
    saturate(2000%) /*调整饱和度*/
    hue-rotate(200deg) /* 色相旋转 */
    brightness(110%) /*亮度*/
    contrast(110%);  /* 最终颜色为蓝色 */	
   }

}

@media screen and (max-width:991px) {
/**/
	.navBox {display: none;}
	.fz22 {font-size: 18px;}
	.fz15 {font-size: 14px;}
	.fz18 {font-size: 16px;	}

	.padding40 {padding: 20px 0;}
	.padding50 {padding: 0px 0;}
	
}

@media screen and (max-width:900px) {
	/*首页*/
	.idxOne.w1365,.idxTwo.w1365,.idxBox.w1365{width:98%;}
	.idxOneLeft,.idxOneRight{float: none;width:98%;height:360px;}
	.idxTwoLeft, .idxTwoRight{float:none; display:block;width:98%; max-width:568px; margin: 10px auto;}
	.idxTwoRight{padding-left:160px;}
	.idxTwo .search {max-width:100%;margin:10px auto;}

}

@media screen and (max-width:768px) {
	/*字体*/
	.fz16 {font-size: 14px;	}
	.fz18 {font-size: 15px;	}
	.fz26 {font-size: 20px;	}
	.fz22 {font-size: 18px;	}
	.mb-40 {margin-bottom: 20px !important;	}

	/*底部*/
	footer {padding: 0;	}
	footer .fz18 {font-size: 1.2em;	}
	footer .fz16 {font-size: 1em;}
	.footOne {padding: 20px 10px;}
	.footnav a {margin-right: .5em;	}

	/*栏目列表*/
	.alist li {padding: 20px;}
	.alist li a {width: 100%;white-space: normal;}
	.alist li span {position: static;margin-top: 10px;color: #999999;font-size: 14px;}
	.alist li span:before {	content: "发布时间：";	}
	.alist li:before { display:none;}
	
	/*详情*/	
	.contEm .contleft .time {margin-right: 0;}
	.banPage {bottom: 10px !important;}
	.banbtn {margin-top: -20px;	}	
	.banner a {padding-bottom: 35.75%;	}
	
	/*首页*/
	.idxOne {margin-bottom: 0 !important;}
	.idxTwoRight {padding-left: 145px;}
	.idxTwo .btn {padding: 0 5px;margin-left: 5px;}
	.idxTwo .btn img {margin-right: 5px;}

	.idxtitle li a {padding: 0px 8px;}
	.tabs .more{ white-space: nowrap;}
	.tabs .more:after {top: 20px;}
	.tabname {padding-left: 10px;}

	.idxSwiper .oper {width:auto;min-width: 100px;}	
	.idxSwiper .price, .idxSwiper .data{display:none !important;}
	.idxSwiper .number { width: 30%;}
	.idxSwiper .name {width:calc(70% - 110px);}
	.idxSwiper .wrap{height: auto;}

	.idxCenter .wrap a .img.bgCover{background-size: 100%;}
	.idxCenter .wrap a .img {padding-bottom: 248px;}

	.idxlink-con dl {padding: 0 20px 0 5px;}
	.idxlink-con dt {font-size: 1rem; overflow: hidden;}
	.idxlink-con dt i {right:5px;background: #fff; height: 20px;}

	.gpxm_list p{ line-height:2; flex-flow: wrap;border: 1px solid #eee; padding:10px;margin-bottom: 10px;}
	.gpxm_list p span{width: 100% !important; text-align: left; padding:0;}
	.gpxm_list p span label{ display: inline-block;}
	.gpxm_list .th{ display: none;}

}	

@media screen and (max-width:568px) {
  /*头部*/
	header .w1365 {	width: calc(100% - 20px);margin: 0 auto;}
	header .header-Center {	text-align: center;	}
	header .header-Center .logo {margin-bottom: 20px;}
    header .top-logo-subtit{display: none;}
	header .header-media{flex-flow: wrap;}
	header .header-media li.userInfo{ margin-bottom: 10px;}
	
	.footnav {display: none;}
	
	 /*项目大厅*/
	.card-imglist ul li {width: 96%;margin: 0px auto 30px auto;	}
	.card-imglist ul li:nth-child(2n),.card-imglist ul li:nth-child(4n) {margin-right: auto;}

	/*首页*/
	.idxTwoLeft, .idxTwoRight{height:auto;}	
	.idxTwoRight{padding-left:0;}
	.idxCenter .wrap a{ width: 100%;}	
	.idxCenter .wrap a .img {padding-bottom: 308px; }
	
}

@media screen and (max-width:414px) {
	/**/
	html.mm-opening .mm-slideout {transform: translate(100%, 0) !important;	}
	.mm-menu {width: calc(100% - 20px) !important;}
	.mm-menu .mm-navbar .mm-title {	color: #333;	}
}