/* 头部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/nb/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/nb/images/ico-yhrk-wtf.png');}
header .header-media li ol a:nth-child(3){background:url('/static/dpmweb/nb/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/nb/images/index/ico-jmr.png');}
header .header-media li ol a:nth-child(2):hover{background:#108BE2 url('/static/dpmweb/nb/images/index/ico-wtf.png');}
header .header-media li ol a:nth-child(3):hover{background:#108BE2 url('/static/dpmweb/nb/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;}

/* 底部友情链接*/
.footer-yqlj{width:320px !important;}
.footer-yqlj .sel_link{height:50px;background:#1F3049;border-radius:25px;}
.footer-yqlj span{display:block;background:url('/static/dpmweb/nb/images/index/ico-down.png') 280px center no-repeat;padding:0 30px;line-height:48px;}
.footer-yqlj ul{display:none; position:absolute; right:10px; top:90px; z-index:100;width:300px;height:auto;padding:15px; background:rgba(31,48,73,.95); border-radius:5px; box-sizing:border-box; overflow-x:hidden; overflow-y:auto;}
.footer-yqlj ul li{cursor:pointer;font-size:14px;text-align:left;padding:3px 0;}
.footer-yqlj .sel_link:hover ul{display:block;max-height:260px;}

/* 底部相关链接*/
.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;}
.idxOne .w1365 {height: 150px;border-radius: 0px;display: flex;}
.ksrk-title,.ksrk-content{display: flex;align-items: center;justify-content: center;}
.ksrk-title{width: 92px;background: #108BE2;font-weight: 800;font-size: 18px;color: #FFFFFF; letter-spacing: 0.1em;writing-mode: vertical-rl;}
.ksrk-title img{margin-top: 10px;}
.ksrk-content{width: calc(100% - 95px);padding: 20px;width: 100%;display: flex;justify-content: space-around;}
.ksrk-content li {min-width: 80px;text-align: center;}
.ksrk-content li a .ico {margin-bottom: 15px;}
.ksrk-content li a .name {font-weight: 500;font-size: 18px;color: #333333;line-height: 25px;}
.ksrk-content li a:hover .ico img {	transform: rotateY(180deg) translateY(-10px);}

/*首页-搜索登录等功能区*/
.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/nb/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;}

/*首页-项目信息*/
.idxBox{}
/*首页左侧*/
.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; justify-content: space-between;}
.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 20px 10px 0;}
.idxtitle .tabname img {display:none;width: 24px;height: 24px;margin-right: 10px;vertical-align: middle;}

.idxtitle ul {display: inline-block;white-space: nowrap;}
.idxtitle li {display: inline-block;margin: 0px 15px 0px 15px;}
.idxtitle li a {display: inline-block;white-space: nowrap;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:360px;padding:0;}

.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);}

/* 二级导航 */
.nbanner {height:270px;overflow:hidden;position: relative;}
.nbanner2{ display:none;}

.nbanner .bg{width: 100%;height: 100%; display: flex; align-items: flex-end;}
.nbanner .bg img{ width: 100%; height: auto;}
.nbanner h2{position: absolute;	left: 0; bottom: 100px; 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;min-height: auto;}
.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;/*margin-left: 28px;	padding-left: 49px;*/	}

/* 二级树菜单 */
.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/nb/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/nb/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/nb/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);}

/*项目查询 */
.xmsearch-box {	padding-bottom: 20px;}
.xmsearch-box .info-title {	height: 50px;	background: linear-gradient(to right, #ffffff, #cde4ff);}
.search-form .search-select {position: relative;color: #899499;}
.search-select span.xm-selected {display: block;background: url('/static/dpmweb/nb/images/chosen-sprite.png') no-repeat 98% center;	cursor: pointer;}
.search-select span.xm-selected.on {color: #899499;}

.search-select dl {	position: absolute;	top: 44px;	left: 0px;	width: 100%;padding: 5px 0;	max-height: 200px;	overflow-x: hidden;	overflow-y: auto;
	z-index: 100;border: 1px solid #dde4ef;	background: #fff;	border-radius: 4px;}
.search-select dl dd {display: block;	padding: 0 10px;line-height: 30px;	cursor: pointer;}
.search-select dl dd:hover {background: #f5f5f5;}
.search-select dl dd.hover {background: #f5f5f5;color: #108BE2;}
.search-form .startDate,.search-form .endDate {padding: 0 10px;width: calc(50% - 10px);}
.xmsearch-box .info-title-name {line-height: 50px;color: #108BE2;background: url("/static/dpmweb/nb/images/info_search_ico.png") left center no-repeat;}
.search-form {width: 100%;padding: 0;margin: 15px auto;	text-align: center;}
.search-form ul {display: flex;	align-content: flex-start;	flex-wrap: wrap;}
.search-form ul li {width: 50%;	height: 50px;display: -webkit-box;	display: -ms-flexbox;display: flex;	-webkit-box-align: center;	-ms-flex-align: center;
	align-items: center;margin-bottom: 15px;}
.search-form ul li span.name {float: left;width: 100px;	text-align: center;}
.search-form ul li .form-ipt {float: left;width: calc(100% - 120px);text-align: left;}
.search-form input,.search-form select,.search-select span.xm-selected {box-sizing: border-box;	padding: 0 8px;	height: 45px;line-height: 45px;	border-radius: 4px;
	border: 1px solid #dde4ef;}
.search-form input {width: 100%;}
.search-form input:placeholder {color: #899499;	font-size: 16px;}
.search-form select {float: right;}
.search-form .search-select {position: relative;color: #899499;}
.search-select span.xm-selected {display: block;background: url('/static/dpmweb/nb/images/chosen-sprite.png') no-repeat 98% center;	cursor: pointer;}
.search-select span.xm-selected.on {color: #899499;}
.search-select dl {	position: absolute;	top: 44px;	left: 0px;	width: 100%;padding: 5px 0;	max-height: 200px;	overflow-x: hidden;	overflow-y: auto;	z-index: 100;border: 1px solid #dde4ef;	background: #fff;border-radius: 4px;}
.search-select dl dd {display: block;	padding: 0 10px;line-height: 30px;cursor: pointer;}
.search-select dl dd:hover {background: #f5f5f5;}
.search-select dl dd.hover {background: #f5f5f5;color: #108BE2;}
.search-form .startDate,.search-form .endDate {	padding: 0 10px;	width: calc(50% - 10px);}

#table-searchBtn {cursor: pointer;	display: block;	background: #108BE2;margin: 15px auto;display: block;width: 140px;height: 50px;font-size: 20px; 
  color: #fff;	border-radius: 4px;	text-align: center;}
#table-searchBtn a {display: block;	line-height: 50px;	color: #fff;}

#table-searchBtn:hover {opacity: 0.9;}

/*混改项目-相关政策文件链接*/
.zcfg-btn {position: absolute; top: 30px; right: 20px; z-index: 90; background-color: #108BE2; color: #fff !important; cursor: pointer; padding: 0.375rem 0.75rem;
  		font-size: .875rem; line-height: 1.5; border-radius: 0.25rem;}
.zcfg-btn:hover {background-color: #0675c3;}

/*项目大厅*/
.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: #F9F9F9;*/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);/*min-width:270px; */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 .cont p:nth-child(2){margin-bottom: 10px;}*/

.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;	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/nb/images/ico-search.png') no-repeat center; background-size: 18px;}

.list_prop_zz dl dt {width: 110px;}
.list_prop #industryCX dd,.list_prop .zone dd {	height: 36px;}
.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;}

.prop_box_title {font-size: 24px;color: #333;line-height: 40px;	border-bottom: solid 1px #fff;font-weight: bold;padding: 15px 0;}
.prop_box_title a {display: inline-block;margin-right: 10px;color: #fff;font-size: 16px;position: relative;	font-weight: normal; height: 40px; line-height: 40px;	padding: 0 30px; border-radius: 100px;}
.prop_box_title a.current {opacity: 1; background: #fff; color: #108BE2;}
.list_prop_show {display: inline-block; border: 1px solid #108BE2; background: #f9f9f9; box-shadow: 1px 1px 10px #e5e5e5; padding: 13px; margin-top: 29px; position: absolute; left: 0; width: 1172px; z-index: 999;}
.list_prop_show button {float: left; font-size: 14px; margin: 7px; padding: 5px 10px 4px 10px; color: #333; line-height: 18px; background: #fff; border: 1px solid #e7e7e7; font-weight: normal;}
.list_prop_show .butt_sel,.list_prop_show button:hover {color: #fff;background: #108BE2;border: 1px solid #108BE2;}
.list_prop_on .arrow {width: 0;	height: 0;border-width: 9px 6px 0;	border-style: solid; border-color: #bbb transparent transparent; margin-left: 5px; 	display: inline-block;transition: all .2s;}

.list_prop dd a.sel:hover .arrow,
.list_prop dd .list_prop_show button:hover .arrow {border-width: 0 6px 9px; border-style: solid;border-color: transparent transparent #fff;}
a.list_prop_on:hover .arrow {border-color: #fff transparent transparent;}
.list_prop dd a.sel_cur .arrow {border-width: 0 6px 9px;border-color: transparent transparent #fff;}
.list_prop dd a.sel {background: #108BE2;color: #fff;}
.list_prop dd .list_prop_show button .arrow {border-width: 9px 6px 0 !important;border-color: #bbb transparent transparent !important;}
.list_prop dd .list_prop_show button:hover .arrow {	border-color: #fff transparent transparent !important;}
.list_prop dd .list_prop_show button.sel_cur .arrow {border-width: 0 6px 9px !important;border-color: transparent transparent #fff !important;}
.list_prop dd .list_prop_show .showbox {display: table-caption;	width: 1130px;	padding: 12px;	margin: -7px 7px 7px 7px; border: #108BE2 1px solid;
	box-shadow: 1px 1px 10px #e5e5e5;}

.list_prop_left {width: 960px;float: left;height: 29px;	overflow: hidden;}
.list_prop_left_more {height: auto;	max-height: 110px;	overflow: auto;}
.list_prop_bg {	background: #fff;}
.list_prop_right {float: right;	width: 60px;}
.list_prop_right .btn_more {display: block;	width: 56px;height: 26px;line-height: 26px;	text-align: center;	cursor: pointer; float: right;}

.sort_bar{height: 50px;line-height: 50px;background: #fff;margin: 10px 0 20px 0;}
.sort_bar a {text-align: center;line-height: 50px;display: inline-block;float: left;color: #333;margin: 0 30px;	font-weight: bold;}
.sort_bar a:hover,.sort_bar a.current {	color: #108BE2;}
.sort_arrow,.sort_down,.sort_up {display: inline-block;	width: 8px;	height: 14px;	position: relative;	top: 2px;}
.sort_arrow{background: url('/static/dpmweb/nb/images/sort_arrow.png') 0 0 no-repeat;}
.sort_down {background: url('/static/dpmweb/nb/images/sort_arrow.png') 0 -14px no-repeat;}
.sort_up {background: url('/static/dpmweb/nb/images/sort_arrow.png') 0 -28px no-repeat;}
.sort_sth {float: right;margin-right: 10px;}
.sort_sth a {display: inline-block;	width: 22px;height: 22px;line-height: 22px;	padding: 0;	float: left;margin: 13px 0 0 0;}
.sort_sth_grid{background: url('/static/dpmweb/nb/images/sort_sth_grid.png') no-repeat;}
.sort_sth_grid_on{background: url('/static/dpmweb/nb/images/sort_sth_grid_on.png') no-repeat;}
.sort_sth_bar{background: url('/static/dpmweb/nb/images/sort_sth_bar.png') no-repeat;}
.sort_sth_bar_on{background: url('/static/dpmweb/nb/images/sort_sth_bar_on.png') no-repeat;}
.sort_line {display: inline-block;float: left;width: 1px;height: 26px;background: #eee;margin: 12px;}
.sort_sth .pager {float: left;}
.sort_sth .pager ul li {float: left;}
.sort_sth .pager ul li a.link {line-height: 50px;height: 50px;margin-top: 0;color: #999;}
.sort_sth .pager ul li a.link i.layui-icon {font-size: 16px;font-weight: bold;}
.sort_sth .pager ul li.num {line-height: 50px;padding: 0 4px;}
.sort_sth .pager ul li a.link_disable {	color: #ddd;cursor: pointer;}

.select_xmdt {border: solid 1px #e5e5e5;background: #fff;font-size: 14px;}
.select_xmdt_box {margin: 0 auto;width: 100%;}
.select_xmdt .sort_bar {margin: 0;box-shadow: none;	-moz-box-shadow: none;	-webkit-box-shadow: none;}

.lst_prop_zoom {border-top:solid 1px rgba(255, 255, 255, .3); text-align: center; margin-top: 10px; width: auto; height: 40px; line-height: 40px; background: #f7f7f7;}

.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;}
.list_prop dd a.btn_theme{height: 30px;padding: 0 18px;line-height: 30px;}
.list_prop dd.zone{max-height: none;padding-bottom: 17px;}
.list_prop dd ul.condition li{display: inline-block;vertical-align: top;cursor: pointer;width: 94px;}
.list_prop dd ul.condition li span{display: inline-block;padding: 0 10px;border-radius: 2px 2px 0 0;color: #333;margin-right: 15px;margin-bottom: 7px;}
.list_prop dd ul.condition li span:hover,.list_prop dd ul.condition li.show span {color: #fff;background: #108BE2;}
.list_prop dd ul.condition li span i.arrow {width: 0;height: 0;	margin-left: 5px; display: inline-block;	border-width: 9px 6px 0; border-style: solid; border-color: #bbb transparent transparent;transition: all .2s;}
.list_prop dd ul.condition li.show .condition_list {display: block;}
.list_prop dd ul.condition li .condition_list ul li span i.arrow {border-width: 9px 6px 0 !important;border-color: #bbb transparent transparent !important;}
.list_prop dd ul.condition li.show span i.arrow,.list_prop dd ul.condition li .condition_list ul li.active span i.arrow {border-width: 0 6px 9px !important;
	border-color: transparent transparent #fff !important;}
.list_prop dd ul.condition li span:hover i.arrow {border-color: #fff transparent transparent;}
.list_prop dd ul.condition li .condition_list {display: none;border: 1px solid #108BE2;background: #f9f9f9;	padding: 10px 12px 17px 12px;width: 1015px;	position: relative; margin-bottom: 7px; margin-top: -7px;}
.list_prop dd ul.condition li .condition_list ul li {width: auto;}
.list_prop dd ul.condition li .condition_list ul li span {margin: 7px 7px 0 7px; padding: 5px 10px 4px 10px; color: #333; line-height: 18px; background: #f9f9f9;
	border-radius: 0;}
.list_prop dd ul.condition li .condition_list ul .sub_condition li {margin: 0 7px 7px 7px; padding: 5px 10px 4px 10px; line-height: 20px; }
.list_prop dd ul.condition li .condition_list ul li.active span {color: #fff;background: #108BE2;border: 1px solid #108BE2;border-radius: 2px 2px 0 0;}
.list_prop dd ul.condition li .condition_list ul .sub_condition {margin: 0 7px;	padding: 15px 12px 8px 12px;border: 1px solid #108BE2;}
.list_prop dd ul.condition li .condition_list ul .sub_condition ul li.current {	color: #fff;background: #108BE2;border-radius: 2px;}

.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/nb/images/ygzs/ico-wks.png');}
.card-imglist dl .state_pub{background:#DF534C url('/static/dpmweb/nb/images/ygzs/ico-bm.png');}
.card-imglist dl .state_indeal{background:#00B065 url('/static/dpmweb/nb/images/ygzs/ico-jj.png');}
.card-imglist dl .state_deal {background:#666 url('/static/dpmweb/nb/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/nb/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/nb/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/nb/images/share-icon.png) 0 -40px no-repeat;
	background-size: 20px 160px
}

.social-share .icon-wechat:before {
	content: "";
	background: url(/static/dpmweb/nb/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/nb/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/nb/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/nb/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/nb/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/nb/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;
}


/*拍卖详情*/

.top-pm-list {
	height: 215px;
	margin: 20px auto;
	background: #fff;
}

.top-pm-list .pm-msg {
	width: 425px;
	height: 100%;
	padding-left: 20px;
	position: relative;
	float: left;
}

.top-pm-list h2 {
	margin-top: 50px;
	font-size: 20px;
	height: 50px;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 5px;
}

.top-pm-list .meet-mode {
	float: left;
	height: 20px;
	width: 60px;
	padding: 0 5px 0 0;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background: url('/static/dpmweb/nb/images/meetingtype-f.png') no-repeat;
	background-size: 60px 20px;
}

.top-pm-list .mjg-message {
	width: 475px;
	position: relative;
}

.top-pm-list .mjg-message .titleText {
	width: 50px;
	height: 20px;
	font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: 20px;
	float: left;
	position: relative;
	text-align: justify;
	text-align-last: justify;
}

.ellipsis2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-all;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.pm-pro-searbox {
	width: 92%;
}

.pm-pro-searbox .input-text {
	margin-top: 20px;
	border-style: none;
	background: #f3f5f7 url('/static/dpmweb/nb/images/sous.png') no-repeat right 10px center;
	text-indent: 2px;
	height: 30px;
	line-height: 35px;
	vertical-align: middle;
	outline: 0px;
	width: 230px;
	height: 30px;
	color: rgb(0, 0, 0);
	float: right;
	border: 1px solid #e7e7e7;
	padding: 0;
	position: relative;
}

.pm-pro-searbox .search-xial {
	float: right;
	margin-top: 20px;
	font-size: 14px;
	position: relative;
}

.pm-pro-searbox .search-xial span {
	width: 60px;
	padding-right: 10px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: #f3f5f7;
	display: block;
	border: 1px solid #e7e7e7;
	color: #666;
	border-right: none;
	cursor: pointer;
	position: relative;
}

.pm-pro-searbox .search-xial ul {
	width: 61px;
	background: #fff;
	box-shadow: 0 0 10px #cdcdcd;
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 99999999;
}

.pm-pro-searbox .search-xial .sarchla-jit {
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	right: 4px;
	top: 9px;
	transition: all .1s ease;
}

.pro_sync_pic {
	float: right;
	width: 835px;
	height: 100%;
	overflow: hidden;
	margin-left: 15px;
	position: relative;
	background-color: #fff;
	-webkit-user-select: none;
}

.pro_sync_wrap {
	width: 715px;
	margin-left: 60px;
	overflow: hidden;
	position: relative;
}

.pro_sync_list {
	height: 140px;
	position: relative;
	text-align: center;
}

.pro_sync_list li {
	float: left;
	text-align: center;
	display: inline;
	margin: 0;
	position: relative;
}

.pro_sync_list li img {
	width: 145px;
	height: 90px;
	margin-top: 20px;
	border: 2px solid #fff;
	margin-bottom: 10px;
	cursor: pointer;
	border-radius: 4px;
}

.pro_sync_list li em {
	position: absolute;
	top: 20px;
	left: 2px;
	z-index: 10000;
	width: 30px;
	height: 16px;
	background: rgba(51, 51, 51, .5);
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	border-radius: 2px;
	color: #fff;
}

.pro_sync_list .inside {
	background: rgba(0, 0, 0, .4);
	display: block;
	width: 140.5px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: absolute;
	left: calc(50% - 70.4px);
	bottom: 40px;
	border-radius: 0 2px 0 2px;
}

.pro_sync_list .sync_list_title {
	font-size: 12px;
	color: #333;
	line-height: 15px;
	height: 28px;
	cursor: pointer;
}

.pro_sync_list li.active img,
.pro_sync_list li:hover img {
	border: 2px solid #e71616;
}

.pro_sync_list li.active .sync_list_title,
.pro_sync_list li:hover .sync_list_title {
	color: #e71616;
}

.top-pm-list .btn-left,
.top-pm-list .btn-right {
	width: 20px;
	height: 60px;
	top: 95px;
	position: absolute;
	cursor: pointer;
	display: inline-block;
}

.top-pm-list .btn-left {
	background: url('/static/dpmweb/nb/images/icon_slide_left_normal.png') center center no-repeat;
	left: 8px;
}

.top-pm-list .btn-right {
	background: url('/static/dpmweb/nb/images/icon_slide_right_normal.png') center center no-repeat;
	right: 8px;
}


/*拍卖详情*/

.pm-top-detail {
	padding: 0px 0px 0px 20px !important;
}

.pm-top-detail .left-detail {
	margin: 20px 0;
}

.pm-top-detail .center-detail {
	margin: 20px 0 20px 20px;
}

.pm-detail-right {
	width: 20%;
	margin-left: 15px;
	height: 375px;
	height: 100%;
	padding: 0px;
	border-left: 1px solid #e2e2e2;
}

.pm-detail-right .tab-content>.tab-pane {
	display: none;
}

.pm-detail-right .tab-content>.on {
	display: block;
}

.pm-detail-right .p_tit {
	line-height: 40px;
	color: #666;
	text-align: left;
	background: #f1f1f1;
	border-bottom: none;
	overflow: hidden;
}

.pm-detail-right .p_tit span {
	cursor: pointer;
	width: 50%;
	height: 100%;
	text-align: center;
	float: left;
	border-bottom: 1px solid #108BE2;
}

.pm-detail-right .p_tit .active,
.pm-detail-right .p_tit .right.active {
	border-right: 1px solid #108BE2;
	border-top: 1px solid #108BE2;
	border-bottom: 1px solid #fff;
}

.pm-detail-right .p_tit .right.active {
	border-left: 1px solid #108BE2;
}

.pm-detail-right .p_tit .active {
	background: #fff;
}

.pm-detail-right .auctioneerspeak {
	padding: 0 15px;
}

.pm-detail-right .auctioneerspeak li {
	padding-top: 10px;
}

.pm-detail-right .p_name .color-red {
	font-size: 13px;
	color: #333;
}

.pm-detail-right .p_name .color-red.active {
	color: #d6363b;
}

.pm-detail-right .p_name em {
	background: #b6b6b6;
	width: 1px;
	height: 12px;
	opacity: .4;
	display: inline-block;
	margin-left: 5px;
	vertical-align: text-top;
}

.pm-detail-right .p_name .color-999 {
	font-size: 12px;
	opacity: .7;
	text-align: left;
	margin-left: 5px;
}

.pm-detail-right .auctioneerspeak .p_content {
	background: #f3f3f3;
	border-radius: 4px;
	padding: 6px 15px;
	width: 100%;
	display: inline-block;
	font-size: 13px;
	word-break: break-all;
}

.pm-detail-right .auctioneerinfo {
	padding: 20px 15px 15px;
	text-align: center;
	letter-spacing: 0;
}

.pm-detail-right .auctioneerpic {
	width: 250px;
	height: 150px;
	margin: 0 auto 15px auto;
}

.pm-detail-right .auctioneerpic img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.pm-detail-right .auctioneerintroduce {
	font-size: 12px;
	line-height: 16px;
}

.pm-detail-right .auctioneername {
	padding: 2px 0 6px;
}

.pm-detail-right .auctioneername2 {
	padding: 0 0 6px;
}

.pm-detail-right .state {
	margin-top: 20px;
	background: #f1f1f1;
	height: 40px;
	line-height: 40px;
	font-weight: 400;
	font-size: 12px;
	padding: 0 20px;
	text-align: left;
	overflow: hidden;
}

.pm-detail-right .state span {
	width: 30%;
	float: left;
}

.pm-detail-right .state span.number {
	width: 31%;
}

.pm-detail-right .state span.price {
	width: 35%;
}

.pm-detail-right .recordUl {
	text-align: left;
	background: #fff;
	padding: 5px 0 0 8px;
	margin-top: -4px;
}

.pm-detail-right .recordUl li {
	margin: 0 12px;
	border-bottom: none;
	padding: 4px 0;
}

.pm-detail-right .recordUl .active3 {
	color: #d6363b;
}

.pm-detail-right .recordUl li p span {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
}

.pm-detail-right .recordUl li p span.price {
	width: 35%;
}

.detail-content.pm-detail-content {
	margin-bottom: 40px;
}

.pm-detail-content .card-header li a span {
	color: #d91615;
	font-size: 16px;
}

.pm-detail-content .card-primary.card-outline-tabs-single>.card-header a.active::after {
	bottom: -3px;
}

.pm-detail-content .intro-content {
	font-size: 16px;
	line-height: 30px;
	padding: 20px 30px;
	border: 1px solid #e9ecef;
	background: #f9f9f9;
}

.pm-detail-content .intro-content p {
	padding: 5px 0;
}


/*拍卖公告*/

.notice-term .notice-li {
	width: 100%;
	background: #fff;
	padding: 0 30px;
	margin-top: 20px;
}

.notice-term .notice-li:hover {
	box-shadow: 0 0 10px rgba(200, 200, 200, 0.3);
}

.notice-term .notice-li a {
	display: block;
	width: 100%;
	padding: 30px 0;
}

.notice-term .notice-li .date {
	float: left;
	width: 70px;
	height: 45px;
	text-align: right;
	padding: 0 10px 0 0;
	margin-right: 10px;
	border-right: 1px solid #ddd;
	font-family: "RobotoRegular";
}

.notice-term .notice-li .month {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}

.notice-term .notice-li .year {
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	margin-top: 5px;
}

.notice-term .notice-li .notice-main {
	float: left;
	width: calc(100% - 80px);
}

.notice-term .notice-li .notice-main .title {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.notice-term .notice-li .notice-main .company {
	font-size: 14px;
	font-weight: 400;
	color: #8C919D;
	line-height: 20px;
	margin-top: 2px;
}

.notice-textAlign {
	line-height: 1.5;
	font-size: 16px;
	color: #333;
	padding: 30px;
}

.notice-textAlign .noticeTitle,
.tab-content .noticeTitle {
	font-size: 24px;
	color: #262626;
	text-align: center;
	font-weight: 700;
}

.notice-textAlign .source,
.tab-content .source {
	font-size: 14px;
	color: #999;
	text-align: center;
	padding: 20px 0;
}

.notice-textAlign .other-info,
.tab-content .other-info {
	padding-bottom: 20px;
}

.notice-textAlign .other-info li,
.tab-content .other-info li {
	margin-bottom: 5px;
	overflow: hidden;
}

.notice-detail-main p {
	margin-bottom: 10px;
}


/*拍卖企业*/

.company_list {
	overflow: hidden;
}

.company_list li {
	float: left;
	display: inline;
	width: calc(25% - 20px);
	height: 90px;
	margin: 0 20px 20px 0;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
}

.company_list li:hover {
	box-shadow: 0 0 10px rgba(200, 200, 200, 0.3);
}

.company_list img {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 4px;
}

.company_list .txt_box {
	padding-left: 70px;
}

.company_list .ptit {
	font-size: 14px;
	padding-top: 5px;
}

.company_list .ptxt {
	color: #999;
	margin-top: 5px;
}

.company_container {}

.company-loca,
.company-intro {
	padding: 40px;
}

.company-loca {
	width: 400px;
	text-align: center;
	position: relative;
}

.company-intro {
	width: calc(100% - 400px);
}

.company-loca:after {
	content: "";
	position: absolute;
	right: 0;
	top: 10%;
	height: 90%;
	border-right: 1px solid #d7d7d7;
}

.company-loca .company-pic {
	padding: 20px;
	height: 100px;
	border-radius: 4px;
	border: 1px solid #d7d7d7;
	margin-bottom: 20px;
}

.company-loca .company-pic img {
	max-width: 100%;
	height: 100%;
}

.company-loca p {
	font-size: 12px;
	margin-bottom: 10px;
}

.company-loca .company-name {
	font-size: 20px;
}

.company-loca .company-viewBtn {
	color: #2664FF;
	cursor: pointer;
}

.company-intro {
	font-size: 16px;
}

.company-intro h3 {
	font-size: 18px;
	padding: 30px 0;
	font-weight: 400;
}

.company-intro p {
	margin: 10px 0;
}


/*拍卖 会*/

.conference-focus {
	margin: 0 auto;
	zoom: 1;
	padding-bottom: 20px
}

.conference-focus .main-banners {
	width: 810px;
	float: left;
}

.conference-focus .main-banners .banners-img {
	height: 275px;
	position: relative;
	width: 100%;
	display: inline-block;
}

.conference-focus .other-focus {
	width: calc(100% - 830px);
	height: 275px;
	margin-left: 20px;
	background: #fff;
	padding: 0 20px;
}

.conference-focus .other-focus p {
	color: #999;
}

.other-focus .pm-type {
	position: absolute;
	right: 0px;
	top: 0;
	display: inline-block;
	margin: 0;
	height: 20px;
	width: 57px;
	padding-left: 5px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	background: url('/static/dpmweb/nb/images/meetingtype.png') no-repeat;
	background-size: 57px 20px;
}

.other-focus .active .pm-type {
	background: url('/static/dpmweb/nb/images/meetingtype1.png') no-repeat;
	background-size: 57px 20px;
}

.other-focus .auction-bidder-name {
	font-size: 18px;
	font-weight: 600;
	height: 48px;
	line-height: 24px;
	color: #333;
	margin: 22px 0 10px;
}

.other-focus .start {
	font-size: 18px;
	color: #333;
	text-indent: 45px;
	margin-top: 10px;
	line-height: 60px;
	background: url('/static/dpmweb/nb/images/clock.png') 20px center no-repeat;
}

.other-focus .auction_msg li {
	width: 50%;
	float: left;
	font-size: 14px;
	text-align: center;
	position: relative;
}

.auction_msg .auction_msg_line {
	width: 1px;
	height: 20px;
	background: #dcdcdc;
	position: absolute;
	right: 0;
	top: 16px
}

.auction_msg li .msg_count {
	font-size: 18px;
	color: #666;
	margin-bottom: 8px;
}

.notice-title {
	padding: 15px 0;
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
	color: #333;
	font-weight: 600;
}

.J-notice-content p {
	margin: 5px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

.J-notice-content table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px auto;
}

.J-notice-content td {
	border: 1px #666 solid;
	padding: 5px;
}

.lots-list {
	margin-right: -20px;
}

.rowOrder {
	z-index: 2;
	min-width: 20px;
	padding: 0 5px;
	height: 16px;
	line-height: 16px;
	background: rgba(51, 51, 51, .5);
	text-align: center;
	position: absolute;
	top: 0;
	left: 2px;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
}

.lot-li {
	float: left;
	width: calc(25% - 20px);
	margin: 20px 20px 0 0;
	background: #fff;
	cursor: pointer;
	position: relative;
	border: 1px #eee solid;
}

.lot-li:hover {
	transform: scale(1.03);
	transition: all .3s ease
}

.attention_box {
	width: 84px;
	position: absolute;
	height: 30px;
	right: 0;
	top: 160px;
	background: rgba(0, 0, 0, .4);
	z-index: 99;
	transition: all .3s ease;
	border-top-left-radius: 20px;
	opacity: 0
}

.img_enlarge,
.index-meet,
.lot-li-a,
.other-meet {
	transition: all .6s ease
}

.attention_p {
	height: 30px;
	line-height: 30px;
	background: url('/static/dpmweb/nb/images/follow_whitechecked.png') left center no-repeat;
	padding-left: 22px;
	margin-left: 16px;
	color: #ffffff;
}

.attention_pac {
	height: 30px;
	line-height: 30px;
	padding-left: 19px;
	margin-left: 6px;
}

.lot-li-a:hover {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.lot-li:hover .attention_box {
	opacity: 1;
}

.lot-li-a {
	width: 285px;
}

.lot-header-section {
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 190px;
	line-height: 190px;
}

.lot-pic {
	vertical-align: top;
	width: 100%;
	max-height: 100%;
}

.lot-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	color: #333;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	text-align: left;
	padding: 0 10px;
	margin: 10px 0;
}

.lot-title:hover {
	color: #d6363b;
}

.lot-li-a .info-section {
	color: #333;
	display: block;
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.price .lot-current-price {
	font-size: 14px;
	color: #dc3545
}

.lot-li-a .price {
	margin-bottom: 6px;
	height: 21px;
	line-height: 21px;
}

.lot-current-price {
	color: #333;
	padding-left: 6px;
	font-size: 18px;
}

.price-todo .lot-current-price {
	color: #0ab86c;
}

.price-current .lot-current-price,
.price-done .lot-current-price {
	color: #d6363b;
}

.pai-xmpp-current-price {
	color: #d6363b;
	font-size: 24px;
}

.fontSize16 {
	font-size: 16px!important;
}

.fontSize14 {
	font-size: 14px!important;
}

.f24,
.fontSize20 {
	font-size: 24px;
}

.lot-price-assess,
.lot-time {
	line-height: 20px;
	height: 20px;
}

.lot-time {
	float: left;
}

.lot-li-a .value {
	color: #333;
	font-size: 14px;
}

.lot-state-div-wrap {
	display: table;
	width: 100%
}

.lot-state-div-wrap .lot-state-div {
	display: table-cell;
	line-height: 18px;
	vertical-align: middle
}

.lot-state-div {
	zoom: 1;
	clear: none!important;
	border-top: 1px solid #eee;
	width: 100%;
	height: 38px;
	line-height: 38px
}

.lot-state-div.lot-time-div {
	border-top: none;
	height: 20px;
	width: 100%;
	display: block
}

.lot-state-div.lot-time-div .num-auction span {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px
}

.lot-time-div .lot-time {
	float: left
}

.flag-section {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 190px;
	display: none
}

.lot-state-div .num-apply,
.lot-state-div .num-auction {
	color: #666;
	float: right;
	padding-left: 10px;
	margin-top: -20px;
}

.lot-state-div .num-auction {
	padding-left: 0;
	margin-right: 10px
}

.lot-state-div.lot-time-div .num-auction {
	line-height: 20px;
	margin-right: 0
}

.lot-state-div .num-apply {
	float: left;
	font-size: 12px
}

.lot-state-div .num-apply em,
.lot-state-div .num-auction em {
	padding: 0 0 0 20px;
	overflow: hidden;
	text-align: right;
	-o-text-overflow: ellipsis;
	word-break: keep-all;
	word-wrap: normal
}

.lot-state-div .num-auction span {
	height: 20px;
	font-size: 12px;
	padding: 5px 10px;
	color: #fff;
	line-height: 20px;
	text-align: center;
}

.lot-state-div .num-auction input.now {
	background: #d6363b
}

.lot-state-div .num-auction div.start {
	background: #0ab86c;
	width: 120px;
	height: 38px;
	font-size: 16px;
	padding: 2px 0 0;
	color: #fff;
	line-height: 18px;
	text-align: center
}

.lot-state-div .num-auction div.start span {
	display: inline-block;
	line-height: 36px
}

.lot-state-div .num-auction input.finish {
	background: #d7d7d7
}

.index-auction .start em,
.lot-state-div .num-auction span.start {
	background: #05a981
}

.lot-li-a .flag-section .flag-doing,
.lot-li-a .flag-section .flag-todo {
	width: 70px;
	height: 23px;
	position: absolute;
	right: -4px;
	bottom: 45px
}

.lot-li-a .flag-section .flag-done {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #DBD6D3;
	opacity: .6;
	filter: alpha(opacity=60)
}

.lot-li-a .flag-section p {
	width: 134px;
	height: 54px;
	border: 3px solid #f2f2f2;
	color: #f2f2f2;
	display: inline-block;
	position: absolute;
	left: 25%;
	font-weight: 700;
	top: 65px;
	font-size: 16px;
	text-align: center;
	line-height: 54px
}

.lot-li-a .tag-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	zoom: 1;
	clear: none!important
}

.lot-li-a .tag-section .pai-tag {
	position: relative;
	float: right;
	margin-right: 2px;
	width: 45px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 12px
}

.lot-li-a .tag-section .tag-buy-restrictions {
	background: linear-gradient(90deg, #E9975A, #E37930);
	color: #fff
}

.lot-li-a .tag-section .tag-support-Insurance {
	background: linear-gradient(90deg, #EA6A6A, #C13939);
	color: #fff
}

.lot-li-a .tag-section .pai-tag em {
	position: absolute;
	width: 45px;
	height: 23px;
	left: 0;
	font-style: normal
}

.lot-li-a .tag-section .tag-support-loans {
	background: linear-gradient(90deg, #69B4EC, #389CE8);
	color: #fff
}

.lot-li-a .tag-section .tag-support-loans em {
	top: -1px;
	color: #8c6d00
}


/*拍卖企业相关资质*/

.pmqyzz-container {
	padding: 30px;
}

.pmqyzz-title {
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	color: #333333;
	line-height: 37px;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
}

.pmqyzz-subtitle {
	font-weight: 400;
	color: #999999;
	line-height: 18px;
	text-align: center;
	margin: 10px 0 0 0;
}

.pmqyzz-subtitle #companyName {}

.pmqyzz-ul-Wrap {
	display: flex;
	justify-content: center;
}

.pmqyzz-ul {
	display: flex;
	justify-content: space-between;
	min-height: 294px;
}

.pmqyzz-ul li {
	display: list-item;
	width: 382px;
	height: 294px;
	background: url('/static/dpmweb/nb/images/pmqyzz-bg.png') no-repeat;
}

.pmqyzz-ul li .imgview {
	width: 300px;
	height: 212px;
	margin: 41px 0 25px 41px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.pmqyzz-ul li .imgview img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.pmqyzz-ul li .text {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	text-align: center;
	margin-top: 10px;
}

.pmqyzz-tips {
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
	text-align: center;
	margin-top: 40px;
}

.pmjg-message p {
	margin-bottom: 5px;
}


/*项目招商*/

.xmzs_list ul li {
	padding: 10px 20px;
	overflow: hidden;
	zoom: 1;
	line-height: 60px;
}

.xmzs_list ul li .title {
	float: left;
	font-size: 18px;
	color: #333;
	max-width: 80%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xmzs_list ul li span {
	float: right;
}

.xmzs_list ul li span em {
	color: #999;
}

.project_list.xmzs_list ul li .title {
	border-bottom: 0;
}


/*项目招商详情*/

.xmzs-content {
	padding: 30px 50px;
}

.zs-top-detail {
	text-align: center;
}

.zs-top-detail .intro_title {
	padding-bottom: 20px;
	border-bottom: 1px #eee solid;
}

.zs-top-detail .intro_date {
	color: #999;
}

.zs-content {
	padding: 20px 0;
	line-height: 2;
	color: #333;
}

.zs-xmfjcontent {
	margin-bottom: 20px;
}

.zs-xmfjcontent .pai-title {
	display: none;
}

.zs-xmfjcontent table,
.zs-xmfjcontent td {
	border: 0;
}

.zs-xmfjcontent th {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.zs-btn {
	text-align: center;
}

.zs-btn .btn {
	padding: 10px 30px;
	font-size: 18px;
	font-weight: 600;
}


/*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;}
	
	/*用户中心头部*/
	.head-user .headRight .headTop {
		padding-bottom: 10px;
	}
	.head-user .headRight .headBottom .search {
		height: 33px;
	}
	.head-user .headRight .headBottom a.login {
		height: 33px;
		line-height: 33px;
	}
	.head-user .headRight .headBottom .search input[type=text],
	.head-user .headRight .headBottom .search input[type=submit] {
		height: 33px;
		line-height: 33px;
	}
	.head-user .headRight .headBottom a.login {
		width: 100px;
	}
	.head-user .headRight {
		min-width: auto;
	}
	
	/*首页*/
	.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;}
.idxOne .w1365 {height: auto;padding: 2px;}
.idxOne ul li {	min-width: auto;}
.idxOne ul li a .name {	font-size: 13px;}
.idxTwo{height: auto;}

.idxLeft,.idxRight {float:none;width:98%;max-width:100%; margin: auto;}

.zszfbWrap,.hzjgWrap{width:98%;margin:0 auto 20px 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;}
.imgfilter {
	 filter: 
  
    invert(48%) /* 颜色反转 */
    sepia(80%) /* 添加基色 */
    saturate(2000%) /*调整饱和度*/
    hue-rotate(200deg) /* 色相旋转 */
    brightness(110%) /*亮度*/
    contrast(110%);  /* 最终颜色为蓝色 */
	
}

.prop_bg{ margin: 0;}

	.card-imglist ul li {
		width: calc(50% - 15px);
	}
	.card-imglist ul li:nth-child(2n) {
		margin-right: 0;
	}
	.notice-term .notice-li {
		padding: 0 10px;
	}
	.notice-term,
	.company_list {
		width: 96%;
		margin: 0 auto;
	}
	.company_list li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.company-loca,
	.company-intro {
		width: 100%;
	}
	.conference-focus .main-banners {
		width: 100%;
	}
	.conference-focus .main-banners .banners-img {
		position: inherit;
	}
	.conference-focus .main-banners img {
		width: 100%;
	}
	.conference-focus .other-focus {
		width: 100%;
		margin-left: 0px;
	}
	.lot-li {
		width: calc(50% - 20px);
	}
	.pmqyzz-ul-Wrap {
		display: inline-flex;
	}
	.pmqyzz-ul {
		display: inline-flex;
		flex-wrap: wrap;
	}
	.pmqyzz-ul li {
		flex: inherit;
		margin: auto;
	}
}

@media screen and (max-width:991px) {
/**/
	.head-user .headRight .headTop,
	.head-user .headRight .headBottom .search,
	.navBox {
		display: none;
	}
	header .header-Center {}
	

	.coptLeft span {
		display: block;
		text-align: center;
	}
	.coptRight .tn {
		display: none;
	}
	.coptRight {
		width: 100%;
		justify-content: center;
	}
		
	.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) {
/*首页*/
.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;
	}
	.head-user .headRight .headTop a,
	.listparty1 .item:nth-child(even) {
		margin-left: 0;
	}
	.head-user .headRight .headBottom a.login {
		width: 63px;
		height: 26px;
		line-height: 26px;
	}
	.banPage {
		bottom: 10px !important;
	}
	.banbtn {
		margin-top: -20px;
	}
	.banner a {
		padding-bottom: 35.75%;
	}
		
	.contEm .contleft .time {
		margin-right: 0;
	}
	.contPage p {
		max-width: 100%;
	}
	.contPage p a {
		max-width: calc(100% - 60px);
	}

	.contPage p {
		width: 100%;
		justify-content: inherit !important
	}
	.contPage p a {
		width: calc(100% - 60px);
	}
	.tabname {
		padding-left: 10px;
	}

	.sort_bar {
		height: auto;
	}
	.sort_bar a {
		margin: 0 10px;
	}
	.sort_sth a {
		margin: 13px 0 0 0;
	}

	footer {
		padding: 0;
	}
	footer .fz18 {
		font-size: 1.2em;
	}
	footer .fz16 {
		font-size: 1em;
	}
	.footOne {
		padding: 20px 10px;
	}
	.footnav a {
		margin-right: .5em;
	}
	
	.lot-header-section {
		height: auto;
	}
	.lot-li {
		width: 96%;
		margin: 20px auto 0 auto;
	}
	.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;}

/*home*/
.ksrk-title {width: 52px;}
.ksrk-content{padding:0;}
.idxOne {
		margin-bottom: 0 !important;
	}
	.idxOne ul li a .name {
		color: #333;
		font-weight: inherit;
	}
	.idxOne ul {
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-top: 10px;
	}
	.idxOne ul li {
		flex: inherit;
		height: auto;
		min-width:calc(25% - 10px);
		margin-bottom: 10px;
		padding: 5px;
		box-sizing: border-box;
		position: relative;
	}
	.idxOne ul li::before {
		background: rgb(0, 0, 0, 0.1);
	}
	.idxOne ul li:nth-child(3n+1)::before,
	
	.idxOne ul li a .ico {
		padding-top: 10px;
	}
	.idxOne ul li a .ico span {
		top: 10px;
	}
.idxTwoRight { padding-left: 145px;}
.idxTwo .btn {padding: 0 5px;margin-left: 5px;}
.idxTwo .btn img {margin-right: 5px;}

.idxtitle .tabname {padding: 0 10px 10px 0;}
.idxtitle li { margin: 0px 5px;}
.idxtitle li a {padding: 0px 8px;}
.tabs .more{ white-space: nowrap;}
.tabs .more:after {top: 20px;}

.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;}
	
	.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;
	}
	.footnav {
		display: none;
	}
.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;
	}
}