/*白背景*/

.wbg {
	background-color: #fff;
}


/*公共*/

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.padding20 {
	padding: 20px;
}

.padding30 {
	padding: 30px;
}

.padding40 {
	padding: 40px
}

.padding50 {
	padding: 50px;
}

.padding60 {
	padding: 60px;
}

.poHiiden {
	position: relative;
	overflow: hidden;
}

::-webkit-input-placeholder {
	color: #999;
}

.fwb {
	font-weight: bold;
}

.block {
	display: block;
}

.bgCover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.idxCenter .bgCover{background-size: 100% 100%;}

.bgContain {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.clear {
	clear: both;
}

.ml5 {
	margin-left: 5px !important
}

.colorred {
	color: #db0004;
}

.red {
	color: #EF4242;
}

.flexBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flexBoxnocenter {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flexcenter {
	display: flex;
	align-items: center;
	justify-content: center;
}


/*文字截断*/

.TXTovehid {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.TXTovehid-two {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.TXTovehid-three {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.TXTovehid-five {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}


/*--返回顶部--*/

.to_top {
	cursor: pointer;
	padding: 20px 10px;
	background: none;
	border-radius: 33px;
	box-shadow: 0 0 15px rgba(200, 200, 200, 0.2);
	display: flex;
	position: fixed;
	right: 10px;
	bottom: 30px;
	z-index: 5;
	justify-content: center;
}

.to_top img {
	width: 22px;
	height: 22px;
}


/* 头部header */

header {
	background-color: #fff;
}

header .header-Top {
	height: 40px;
	line-height: 40px;
	background-color: #e6f4fd;
	color: #7F7F7F;
	overflow: hidden;
}

header .header-Top.head-lgoin {
	position: relative;
}

header .header-Top .head-lgoin a {
	display: inline-block;
	padding: 0px 12px;
}

header .header-Top .head-lgoin a:last-child {
	padding-right: 0px;
}

header .header-Top .head-lgoin a:hover {
	color: #038be3;
}

header .header-Top .head-lgoin .ico-Logout {
	position: absolute;
	top: 3px;
	right: 0px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin: 0 0 0 10px;
	background: #038be3 url('/static/dpmweb/jx/images/ico-signout.png') center no-repeat;
}

header .header-Top .head-lgoin a#userLogout:hover {
	background: none;
}

header .header-Center {
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .header-Center .logo {
	height: 49px;
}

header .headSearch {
	background-color: #f1f8ff;
	padding: 0;
	height: 50px;
	border-radius: 6px;
	width: 400px;
	padding-left: 55px;
	position: relative;
}

header .headSearch .search input[type=text] {
	float: left;
	width: calc(100% - 160px);
	line-height: 48px;
	text-indent: 12px;
	color: #808080;
	font-size: 14px;
	background: none;
}

header .headSearch .search input[type=submit] {
	float: right;
	width: 100px;
	height: 50px;
	cursor: pointer;
	border-radius: 0px 4px 4px 0px;
	background: #038be3 url('/static/dpmweb/jx/images/ico-search.png') center no-repeat;
}

header .headSearch .sea_selbox {
	position: absolute;
	left: 10px;
	top: 11px;
}

header .headSearch .sea_selbox select {
	background: none;
	text-align: center;
	line-height: 45px;
	color: #808080;
	font-size: 14px;
}

header .headSearch .sea_selbox .sel_c span {
	padding: 0 5px;
}

header .headSearch .sea_selbox .sel_c i {
	font-size: 12px;
}

header .headBidding-info {
	overflow: hidden;
	display: flex;
	align-items: center;
}

header .headBidding-info li {
	float: left;
	padding: 0;
	margin: 0;
}

header .headBidding-info .i-qrcode {
	text-align: center;
	color: #666;
	font-size: 12px;
}

header .headBidding-info .i-qrcode img {
	width: 78px;
	height: 76px;
}

header .headBidding-info .t-guide {
	margin-left: 30px;
	font-size: 14px;
}

header .headBidding-info .t-guide h4 {
	color: #666;
	font-size: 12px;
	margin-bottom: 10px;
}


/* 手机导航按钮 */

.menuLine {
	display: none;
	width: 25px;
	position: absolute;
	top: 10px;
	right: 25px;
}

.menuLine span {
	display: block;
	width: 100%;
	height: 2px;
	background: #2087ff;
	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%;
	}
}


/*用户中心头部 */
.head-user {
	padding: 40px 0;
	 display: flex;
     align-items: center;
     justify-content: space-between;
      flex-flow: wrap;

}
     
.head-user .headRight .headTop a i {
	font-size: 16px;
	margin-right: 5px;
}

.head-user .headRight .headTop .msg span {
	position: absolute;
	width: auto;
	transform: none;
	box-shadow: none;
}

.head-user .headRight .headTop-lgoin {
	border: 1px solid #e1e1e1;
	height: 45px;
	border-radius: 25px;
	z-index: 6;
	overflow: hidden;
	position: relative;
}

.head-user .headRight .headTop-lgoin a {
	float: left;
	display: inline-block;
	color: #666;
	padding: 8px 20px;
	margin: 0;
	white-space: nowrap;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.head-user .headRight .headTop-lgoin a:first-child {
	border-right: 1px #e1e1e1 solid;
	padding-right: 20px;
}

.head-user .headRight .headTop-lgoin a i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 5px 8px 0 0;
	background-repeat: no-repeat;
}

.head-user .headRight .headTop-lgoin .ico-user {
	background: url('/static/dpmweb/jx/images/ico-user.png');
}

.head-user .headRight .headTop-lgoin .ico-reg {
	background: url('/static/dpmweb/jx/images/ico-reg.png');
}

.head-user .headRight .headTop-lgoin .ico-Logout {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 32px;
	height: 32px;
	margin: 0;
	border-radius: 50%;
	background: #fc9502 url('/static/dpmweb/jx/images/ico-signout.png') center no-repeat;
}

.head-user .headRight .headTop-lgoin a:hover {
	background: #325db3;
	color: #fff;
}

.head-user .headRight .headTop-lgoin a:hover .ico-user {
	background: url('/static/dpmweb/jx/images/ico-user-w.png');
}

.head-user .headRight .headTop-lgoin a:hover .ico-reg {
	background: url('/static/dpmweb/jx/images/ico-reg-w.png');
}

.head-user .headRight .headTop-lgoin a#userLogout:hover {
	background: none;
}

.head-user .headRight .headTop {
	text-align: right;
	/*padding-bottom: 18px;*/
	padding-right: 10px;
	position: relative;
	z-index: 6;
}

.head-user .headRight .headTop a {
	color: #666;
	line-height: 22px;
	position: relative;
	margin-left: 20px;
}

.head-user .headRight .headTop a>img {
	height: 14px;
	position: relative;
	top: 1px;
	margin-right: 5px;
}

.head-user .headRight .headTop a span {
	position: absolute;
	top: 22px;
	right: 50%;
	width: 65px;
	transform: scaleY(0) translateX(50%);
	transform-origin: top;
	box-shadow: 0 0 15px rgba(20, 200, 200, 0.2);
}

.head-user .headRight .headTop a:hover span {
	transform: scaleY(1) translateX(50%);
}

.head-user .headRight .headTop a:hover {
	color: #509ef0;
}


/*头部主导航 */

.head-v3 {
	width: 100%;
	z-index: 5;
	background: #038be3;
	position: relative;
	z-index: 98;
}

.head-v3 .navigation-inner {
	margin: 0 auto;
	max-width: 1365px;
	width: 94%;
	position: relative;
}

.navigation-up {
	height: 50px;
}

.navigation-up .navigation-v3 ul {
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
}

.navigation-up .navigation-v3 li {
	position: relative;
	display: inline-block;
	min-width: 130px;
	padding: 0 50px;
	text-align: center;
}

.navigation-up .navigation-v3 li h2 {
	font-weight: normal;
	height: 50px;
}

.navigation-up .navigation-v3 li h2 a {
	position: relative;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	line-height: 50px;
	z-index: 2;
}

.navigation-up .navigation-v3 li:after {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0280d2;
	content: '';
	height: 50px;
	filter: alpha(opacity=0);
	opacity: 0;
}

.navigation-up .navigation-v3 .active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navigation-up .navigation-v3 .active:after {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navigation-down {
	z-index: 100;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	/*background:#f7f8f9;*/
	background: #fff;
	box-shadow: inset 0 0 5px #d6d6d6;
}

.navigation-down-inner {
	overflow: hidden;
	position: relative;
}

.navigation-down-inner>div {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}

.navdownTwo dd {
	flex-flow: row wrap;
	box-sizing: border-box;
	margin: 20px auto;
}

.navdownTwo dd li {
	flex: 1;
	border-left: dashed 1px #ddd;
	color: #666666;
	padding: 0 30px;
	margin-bottom: 5px;
}

.navdownTwo dd li:first-child {
	border-left: none;
	padding-left: 0;
}

.navdownTwo dd li a {
	white-space: nowrap;
}
#nli2 dd{ margin:20px 0;}
#nli3 dd{ margin-left:20%;}
#nli4 dd{ margin-left:51%;}
#nli5 dd{ margin-left:69%;}

/* 底部统一 */

footer {
	background: #003979;
	background-size: cover;
	color: rgba(255, 255, 255, 0.7);
}

footer a,
footer a:link,
footer a:visited {
	color: rgba(255, 255, 255, 0.7);
}

footer a:hover {
	color: #fff;
}

.footOne {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0 60px 0;
}

.footnav {
	overflow: hidden;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
}

.footnav dl {
	float: left;
	width: auto;
	text-align: left;
	padding-right: 100px;
}

.footnav dt {
	font-size: 18px;
	color: #fff;
}

.footnav dd {
	font-size: 15px;
}

.footnav dd a {
	display: block;
}

.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;
}

.copyright {
	background: rgba(0, 0, 0, 0.15);
	line-height: 30px;
	padding: 13px 0;
	text-align: center;
}

.copyright span {
	padding: 0 10px;
	display: inline-block;
}


/*====================首页==========================*/


/*首页-横幅banner图片轮播*/

.home-banner {
	position: relative;
	z-index: 9;
}

.home-banner .img {
	width: 100%;
	min-height: 200px;
	max-height: 574px;
}

.home-banner .tit {
	display: none;
}

.home-banner .pagination {
	z-index: 10;
	position: absolute;
	bottom: 120px !important;
	width: 100%;
	justify-content: center;
}

.home-banner .pagination span {
	background: #fff;
	opacity: 1;
	width: 34px;
	height: 4px;
	border-radius: 0px;
}

.home-banner .pagination span.swiper-pagination-bullet-active {
	background: #049AFB;
}

.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;
	margin-top: -90px;
}

.idxOne .w1365 {
	padding: 20px;
	height: 160px;
	border-radius: 6px;
}

.idxOne ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.idxOne ul li {
	width: 130px;
	height: 120px;
	background: rgba(74, 155, 255, 0.08);
	border-radius: 8px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.idxOne ul li a .ico {
	margin-bottom: 10px;
}

.idxOne ul li a .name {
	color: #0A0A0A;
	font-weight: 600;
}

.idxOne ul li a:hover .ico img {
	transform: rotateY(180deg) translateY(-10px);
}


/*首页-入驻机构*/

.idxrzjg {
	height: 126px;
	padding: 20px;
	background: url('/static/dpmweb/jx/images/index/rzjgbg.png') center no-repeat;
	background-size: 100% 100%;
}

.rzjg-title {
	width: 87px;
	text-align: center;
	display: flex;
	align-items: center;
}

.rzjg-list {
	width: calc(100% - 150px);
	height: auto;
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
}

.rzjg-list li {
	float: left;
	display: inline;
	margin: 10px 0 0 5px;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	color: #008BE4;
	border: #008BE4 1px solid;
	border-radius: 18px;
}

.rzjg-list li a {
	color: #008BE4;
	white-space: nowrap;
}

.rzjg-list li:hover {
	background: #008BE4;
	color: #fff;
}

.rzjg-list li:hover a {
	color: #fff;
}


/*首页-tabs切换*/

.tabs {
	list-style: none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}

.tabs .more {
	padding-right: 15px;
	color: #666;
	position: relative;
	line-height: 30px;
	 white-space: nowrap;
}

.tabs .more:after {
	content: "";
	position: absolute;
	right: 0;
	/*top: 50%;*/
	top:15px;
	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;
}


/*首页-项目信息*/

.idxWrap {
	padding: 0px;
}

.idxtitle {
	position: relative;
	padding: 0 0 10px 0px;
	margin-bottom: 20px;
	border-color: rgba(0, 139, 228, 0.1);
	;
	display: flex;
	justify-content: space-between;
}

.idxtitle .tabname {
	line-height: 30px;
	color: #202120;
	font-weight: 800;
	padding: 0 20px 10px 0;
}

.idxtitle .tabname img {
	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: ##008BE4;
	border: #008BE4 1px solid;
	border-radius: 0px;
}

.idxtitle li:hover a,
.idxtitle li.active a {
	background: #008BE4;
	color: #fff;
}

.idxSwiper {
	background: #FFFFFF;
	padding: 8px 0px;
	margin: 0;
}
.idxSwiper .swiper-wrapper {
	padding: 0px 20px;
}
.idxSwiper .thead {
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	display: flex;
}

.idxSwiper .thead span {
	osition: relative;
}

.idxSwiper .thead span::before {
	width: 1px;
	height: 100%;
	content: '';
	background: rgba(255, 255, 255, 1);
	position: absolute;
	left: 0;
	top: 0;
}

.idxSwiper .thead span.price {
	text-align: center;
	padding-right: 0;
}

.idxSwiper .thead span.name {
	padding-left: 20px;
}

.idxSwiper .wrap {
	height: 225px;
}

.idxSwiper .wrap li:nth-child(even) {
	background: #F9F9F9;
}

.idxSwiper .wrap li a {
	box-sizing: border-box;
	padding: 10px 5px 10px 0;
	height: 45px;
	line-height: 1.2;
	text-align: center;
	display: flex;
	align-items: center;
}

.idxSwiper .wrap li:first-child a {
	border-top: none;
}

.idxSwiper .wrap li a:hover {
	color: #000;
}

.idxSwiper .wrap li span {
	padding: 0 5px;
}

.idxSwiper .wrap li span.name {
	text-align: left;
}

.idxSwiper .wrap li span.price {
	color: #FF7B54;
	text-align: right;
}

.idxSwiper .wrap li span.data {
	font-family: "RobotoRegular";
}

.idxSwiper .thead span,
.idxSwiper .wrap li span {
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.idxSwiper span.number {
	width: 20%;
}

.idxSwiper span.name {
	width: 40%;
}

.idxSwiper span.price {
	width: 20%;
}

.idxSwiper span.data {
	width: 20%;
}
/*20260211新增*/
.idxSwiper .wrap .no-data{ text-align: center;}
.idxSwiper .wrap .no-data .ico{padding:20px 0 10px 0;}
.idxSwiper .wrap .no-data .txt{font-size:18px;color:#ccc;font-weight: 400;}

/*首页左侧*/

.idxLeft {
	width: calc(70% - 30px);
}


/*首页左侧-成交公告*/
.idxSwiper .idx-gglist{width: 100%;}
.idxSwiper .idx-gglist li {
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	overflow: hidden;
	position: relative;
}

.idxSwiper .idx-gglist li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background: url('/static/dpmweb/jx/images/index/dot-gg.png') left center no-repeat;
}

.idxSwiper .idx-gglist li span {
	float: left;
	width: 110px;
	margin-right: 10px;
	font-weight: 500;
	font-family: "RobotoRegular";
	position: relative;
}

.idxSwiper .idx-gglist li span:after {
	content: "";
	position: absolute;
	right: 0;
	top: 14px;
	width: 1px;
	height: 18px;
	background: #E1E1E1;
}

.idxSwiper .idx-gglist li a {
	display: inline-block;
	float: right;
    width: calc(100% - 120px);
	line-height: 45px;
	text-align: left;
	padding: 0;
}


/*首页右侧 */

.idxRight {
	width: 30%;
}


/*首页右侧-重点推介*/

.idxCenter .wrap {
	margin-bottom: 0px;
}

.idxCenter .wrap a {
	text-align: center;
	margin-top: 30px;
	position: relative;
}

.idxCenter .wrap a .img {
	padding-bottom: 325px;
	/*width:400px;height:300px;*/
}

.idxCenter .wrap a .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 35px;
	padding: 10px 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: #038be3;
	position: absolute;
	left: -50px;
	top: -100px;
	transform: scale(0);
	transition: 0.5s ease-in-out;
}

.idxCenter .wrap a:hover .title {
	border-color: #038be3;
}

.idxCenter .wrap a:hover .title:after {
	transform: scale(1);
}

.idxCenter .wrap a:hover .title em {
	color: #fff;
}

.idxCenter .wrap a:hover,
.list_p4 .item:hover,
.list_p9_1 dl:hover {
	box-shadow: 0 0 15px rgba(200, 200, 200, 0.3);
}


/*首页右侧-通知公告 */

.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;
}

.idxNotice dl dt:after {
	width: 1px;
	height: 36px;
	background: #e1e1e1;
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
}

.idxNotice dl dt span {
	color: #1f1f1f;
}

.idxNotice dl dt em {
	color: #8e8e8e;
}

.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%;
}

.idx-tzgglist {
	padding: 5px 20px;
}

.idx-tzgglist li {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	position: relative;
}

.idx-tzgglist li span {
	float: left;
	width: 100px;
	margin-right: 10px;
	font-weight: 500;
	font-family: "RobotoRegular";
	position: relative;
}

.idx-tzgglist li span:after {
	content: "";
	position: absolute;
	right: 0;
	top: 14px;
	width: 1px;
	height: 18px;
	background: #E1E1E1;
}

.idx-tzgglist li a {
	display: inline-block;
	float: right;
	width: calc(100% - 110px);
	line-height: 45px;
	text-align: left;
	padding: 0;
}


/*首页-友情链接*/

.idxyqlj {
	background: url(/static/dpmweb/jx/images/index/yqljbg.png) no-repeat;
	background-size: 100% cover;
	padding: 0 0 50px 0;
}

.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: #038be3;
}

.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%;
}


/*首页-广告位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;
}


/*====================二级==========================*/

.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 {
	display: none;
	height: 0px;
	background-color: #038BE3;
	color: #fff;
	position: relative;
}

.nbanner .w1365 {
	height: 100%;
}

.nbanner a {
	color: #fff;
}

.nbanner .location {
	position: absolute;
	right: 0;
	bottom: 25px;
	line-height: 30px;
	border-radius: 5px;
	padding-right: 10px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}

.nbanner .location i {
	margin: 0 10px;
}

.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;
}

.imgfilter {
	filter: brightness(0) invert(1);
}

.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: #2087ff;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
}

.navNwrap {
	line-height: 60px;
	display: flex;
	padding-left: 15px;
}

.navNwrap a {
	color: #666;
	margin-left: 32px;
	white-space: nowrap;
	position: relative;
}


/*.navNwrap a:first-child{margin-left: 0;}*/

.navNwrap a:after {
	width: 53%;
	height: 2px;
	background: #2087ff;
	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: #2087ff;
}


/* 左侧导航 */

.left-menu {
	text-align: center;
}

.left-menu .menu-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 72px;
	background: linear-gradient(to right, #1a6ad6, #2087ff);
}

.left-menu .menu-title-name {
	/*font-family:'Simsun';*/
	font-weight: bold;
	font-size: 24px;
	margin-left: 28px;
	padding-left: 49px;
	line-height: 51px;
	color: #fff;
}


/* 二级树菜单 */

.sub-navlist a {
	display: block;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	height: 60px;
	line-height: 60px;
	background: #FFFFFF;
	border-bottom: 1px #F4F3F3 solid;
	position: relative;
}

.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/jx/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: #038BE3;
}

.sub-navlist .on,
.sub-navlist .on>a {
	background: #e7efff;
	color: #038BE3;
}

.sub-navlist .on:before,
.sub-navlist .on>a:before {
	background: #038BE3;
}

.sub-navlist .on:after,
.sub-navlist .on>a:after {
	background-image: url("/static/dpmweb/jx/images/tree_arr_right2.png");
}

.sub-navlist .on .tree-subs {
	display: block;
}


/* 右侧内容 */

.info-title {
	display: flex;
	justify-content: space-between;
	height: 45px;
	background: #038BE3;
}

.info-title-name {
	margin-left: 10px;
	padding-left: 40px;
	font-size: 20px;
	font-weight: 600;
	line-height: 45px;
	color: #FFFFFF;
	background: url("/static/dpmweb/jx/images/info_title_ico_w.png") left center no-repeat;
}

a.info-title-name:hover {
	color: #FFFFFF;
}

.list-info-title {
	display: none;
}


/*项目查询 */

.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/jx/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: #038BE3;
}

.search-form .startDate,
.search-form .endDate {
	padding: 0 10px;
	width: calc(50% - 10px);
	/*background:url('/static/dpmweb/jx/images/date_ico.png') no-repeat 96% center;*/
}

.xmsearch-box .info-title-name {
	line-height: 50px;
	color: #038BE3;
	background: url("/static/dpmweb/jx/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/jx/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: #038BE3;
}

.search-form .startDate,
.search-form .endDate {
	padding: 0 10px;
	width: calc(50% - 10px);
	/*background: url('/static/dpmweb/jx/images/date_ico.png') no-repeat 96% center;*/
}

#table-searchBtn {
	cursor: pointer;
	display: block;
	background: #038BE3;
	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;
}


/*项目大厅*/

.project-main {
	padding: 10px 0;
	margin: 0;
}

.project-main .thead {
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	display: flex;
	background: #038BE3;
	color: #FFFFFF;
}

.project-main .thead span,
.project_list ul li span {
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.project-main .thead span {
	position: relative;
}

.project-main .thead span:before {
	width: 1px;
	height: 100%;
	content: '';
	background: rgba(255, 255, 255, 1);
	position: absolute;
	left: 0;
	top: 0;
}

.project-main .thead span.price {
	text-align: center;
	padding-right: 0;
}

.project-main .thead span.name {
	/*padding-left: 20px;*/
}

.project-main span.number {
	width: 20%;
}

.project-main span.name {
	width: 40%;
}

.project-main span.price {
	width: 20%;
}

.project-main span.data {
	width: 10%;
}

.project_list ul li:nth-child(even) {
	background: #F9F9F9;
}

.project_list ul li {
	height: 45px;
	line-height: 45px;
}

.project_list ul li a {
	box-sizing: border-box;
	text-align: center;
	display: flex;
	align-items: center;
}

.project_list ul li:first-child a {
	border-top: none;
}

.project_list ul li a:hover {
	color: #000;
}

.project_list ul li span {
	padding: 0 5px;
}

.project-list ul li span.number {}

.project-list ul li span.name {
	text-align: left;
}

.project-list ul li span.price {
	color: #FF7B54;
	text-align: right;
}

.project-list ul li span.data {
	font-family: "RobotoRegular";
}
/*竞价大厅*/
.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);	/*border: solid 1px #038be3;*/}

.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: #2087ff; }
.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: #038be3;}
.project_item-list ul li .title .exit {background: #038be3;}


/*栏目列表*/

.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: #038be3;
}

.alist li:hover a,
.alist li:hover span {
	color: #038be3;
}

.alist li:hover:before {
	background: #038be3;
}


/* 友情链接列表*/

.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: #038be3;
}

.notice_four dl:hover dt,
.alist li:hover dd {
	color: #038be3;
}

.notice_four dl:hover:before {
	background: #038be3;
}


/* 静态栏目*/

.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: #2087ff;
	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: #2087ff;
	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 {
	/*display: block;
	margin: 15px auto !important;*/
	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;
}

.share {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-bottom: 1px solid #e1e1e1;
	color: #666;
	padding-bottom: 20px;
}

.share a {
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	margin-left: 10px;
}

.share a img {
	width: 20px;
}

.golistbtn {
	text-align: center;
}

.golistbtn a {
	width: 140px;
	height: 45px;
	border-radius: 5px;
	color: #fff;
	background: #2087ff;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}

.golistbtn a img {
	filter: brightness(0) invert(1);
	width: 25px;
}

.golistbtn a:hover {
	color: #fff;
	opacity: 0.6;
}

.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);
}


/*项目大厅筛选*/

.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: 25px 20px;
	margin:-10px 0 0 0;
}

.prop_box {
	width: 100%;
	margin: 0 auto;
}

.list_prop {
	margin: 0 0 10px 0;
	background: #fff;
	border: 1px solid #e7e7e7;
	position: relative;
}

.list_prop dl {
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
	background: #fbfbfb;
}

.list_prop dl.last {
	border-bottom: 0;
}

.list_prop dt,
.list_prop dd,
.list_prop dd a {
	line-height: 29px;
}

.list_prop dt {
	width: 100px;
	padding: 7px 10px 7px 15px;
	text-align: right;
	font-weight: bold;
	color: #666;
	float: left;
}

.list_prop_zz dl dt {
	width: 110px;
}

.list_prop dd {
	overflow: hidden;
	padding: 7px 0px;
	background: #fff;
}

.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 {
	padding: 0 17px 0 2px;
	white-space: nowrap;
	color: #777;
}

.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: #2087ff;
}

.list_prop_xmzx {
	border: 0;
	margin-top: 10px;
	font-size: 14px;
}

.list_prop_xmzx dd {
	background: 0;
	color: #333;
}

.list_prop_xmzx dl {
	background: 0;
	border: 0;
}

.list_prop_xmzx dt {
	color: #333;
	text-align: left;
	padding: 8px 10px 8px 0;
	width: 130px;
}

.list_prop_xmzx dd a {
	padding: 0 10px;
	border-radius: 2px;
	color: #333;
	margin-right: 12px;
	margin-bottom: 7px;
}

.list_prop_xmzx dd a.current,
.list_prop_xmzx dd a:hover {
	font-weight: normal;
	padding: 0 10px;
	color: #fff !important;
	background: #2087ff;
}

.list_prop_xmzx .textfield {
	border-radius: 2px;
	border: solid 1px #e5e5e5;
	box-shadow: none;
	color: #666;
	height: 26px;
}

.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_show {
	display: inline-block;
	border: 1px solid #2087ff;
	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: #2087ff;
	border: 1px solid #2087ff;
}

.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: #2087ff;
	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: #2087ff 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_arrow,
.sort_down,
.sort_up {
	display: inline-block;
	width: 8px;
	height: 14px;
	position: relative;
	top: 2px;
}

.sort_arrow {
	background: url('/static/dpmweb/jx/images/sort_arrow.png') 0 0 no-repeat;
}

.sort_down {
	background: url('/static/dpmweb/jx/images/sort_arrow.png') 0 -14px no-repeat;
}

.sort_up {
	background: url('/static/dpmweb/jx/images/sort_arrow.png') 0 -28px no-repeat;
}

.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: #2087ff;
}

.sort_sth {
	/*display: none;*/
	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/jx/images/sort_sth_grid.png') no-repeat;
}

.sort_sth_grid_on {
	background: url('/static/dpmweb/jx/images/sort_sth_grid_on.png') no-repeat;
}

.sort_sth_bar {
	background: url('/static/dpmweb/jx/images/sort_sth_bar.png') no-repeat;
}

.sort_sth_bar_on {
	background: url('/static/dpmweb/jx/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: #2087ff;
	font-weight: bold;
	display: block;
}

.lst_prop_btn:hover {
	color: #2087ff;
}

.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: #2087ff;
}

.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 #2087ff;
	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: #2087ff;
	border: 1px solid #2087ff;
	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 #2087ff;
}

.list_prop dd ul.condition li .condition_list ul .sub_condition ul li.current {
	color: #fff;
	background: #2087ff;
	border-radius: 2px;
}

.btn_theme {
	background: #2087ff;
}


/*项目列表*/

.project-main {
	width: 100%;
	/*margin: 24px auto 50px auto;*/
}

.project_list {
	margin-top: 15px;
	position: relative;
}

.project_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_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);
	/*border: solid 1px #2087ff;*/
}

.project_list ul li .img {
	display: none;
}

.project_list ul li .title {
	height: 60px;
	border-bottom: solid 1px #e5e5e5;
}

.project_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_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_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_list ul li .title .name .ypxm {
	font-size: 14px;
	color: #fff;
	background: #ff6347;
	padding: 4px 6px;
	border-radius: 4px;
}

.project_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_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_list ul li .cont {
	padding: 10px 20px;
	line-height: 36px;
	font-size: 14px;
	color: #666;
}

.project_list ul li .cont p .price {
	color: #F04949;
	font-size: 16px;
	font-weight: bold;
}

.project_list ul li .cont p span.spareTime span {
	color: #F04949;
	font-size: 16px;
	font-weight: bold;
}

.project_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_list .more {
	font-size: 16px;
	color: #999;
	position: absolute;
	top: -64px;
	right: 20px;
}

.project_list ul li .title .label {
	background: #2087ff;
}

.project_list ul li .title .label_soon {
	background: #f90;
}

.project_list ul li .title .label_soon .angle {
	border-top: solid 4px #915700;
	border-right: solid 6px #915700;
}

.project_list ul li .title .name:hover {
	color: #2087ff;
}

.project_list ul li .title .exit {
	background: #2087ff;
}

.card-imglist ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.card-imglist ul li {
	width: calc(25% - 15px);
	height: 350px;
	margin: 0 20px 30px 0;
	position: relative;
}

.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 {
	height: 68px;
	padding: 10px 0;
	margin: 0 10px;
}

.card-imglist ul li .title .name {
	padding: 0;
	line-height: 24px;
	font-size: 16px;
	max-width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: normal;
}

.card-imglist ul li .title .label {
	position: absolute;
	top: 0;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}

.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: 10px;
	line-height: 26px;
}

.card-imglist ul li .cont p {
	width: 100%;
	height: 26px;
	display: none;
}

.card-imglist ul li .cont p:nth-child(1),
.card-imglist ul li .cont p:nth-child(2),
.card-imglist ul li .cont p:nth-child(7),
.card-imglist ul li .cont p:last-child {
	display: block;
}

.card-imglist ul li .cont .price {
	color: #EF4242;
}


/* 项目大厅左侧 */

.noticeNav {
	width: 250px;
}

.noticeNav h6 {
	background: #2087ff;
	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: #2087ff;
	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: #2087ff;
	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: #2087ff;
}

.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: #2087ff;
}


/* 检索 */

.noticeRight {
	width: calc(100% - 275px);
}

.noticebox {
	align-items: inherit;
}

.retrieval {
	background: #fff;
}

.retrieval h6 {
	line-height: 50px;
	background: #2087ff;
	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 #2087ff;
	background: #fff;
	font-size: 16px;
	color: #2087ff;
	cursor: pointer;
	margin: 0 5px;
	transition: 0.3s;
}

.itembtn input[type=reset] {
	border-color: #a1a1a1;
	color: #666;
}

.itembtn input:hover {
	background: #2087ff;
	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;
}


/* 友情链接弹窗 */

.link_box {
	padding: 0px 8% 45px;
}

.linktitle h5 {
	position: relative;
}

.linktitle h5::before,
.linktitle h5::after {
	background: url(/static/dpmweb/images/jyptweb/linkbg.jpg) no-repeat center;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	width: 85px;
	height: 10px;
}

.linktitle h5 * {
	display: block;
	text-align: center;
}

.linktitle h5 em {
	font-family: arial;
	font-weight: 300;
	text-transform: uppercase;
}

.linktitle h5::before {
	left: 50%;
	margin-left: -180px;
}

.linktitle h5::after {
	right: 50%;
	margin-right: -180px;
}

.link_box .box ul {
	flex-wrap: wrap;
}

.link_box .box ul li {
	width: 33.33%;
	line-height: 28px;
	padding: 6px 0;
	box-sizing: border-box;
	padding-right: 1%;
}

.link_box .box ul li a {
	display: block;
	position: relative;
	padding-left: 26px;
	border-radius: 5px;
}

.link_box .box ul li a::before {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #b7b7b7;
	transition: 0.3s;
	content: '';
	position: absolute;
	left: 10px;
	top: 11px;
}

.link_box .box ul li a:hover {
	background: #2087ff;
	color: #fff;
}

.link_box .box ul li a:hover::before {
	background: #fff;
}


/* 用能权交易专栏*/

.ynqcont {
	/*background:#fff;*/
}

.ynq_banner {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-bottom: 20px;
}

.ynq_banner img {
	width: 100%;
	height: auto;
}

.ynq_main {
	margin: 0 auto;
	min-height: 300px;
	padding: 5px 0;
	overflow: hidden;
}

.ynq_tit {
	margin: 0px 0 5px 0;
	padding-bottom: 10px;
	border-bottom: 1px #eee solid;
	position: relative;
}

.ynq_tit a {
	font-size: 20px;
	color: #000;
	line-height: 24px;
	padding-bottom: 7px;
	border-bottom: 3px #2087ff solid;
}

.ynq_tit a.more {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	border-bottom: 0;
}

.w580 {
	width: 48%;
}

.morelink {
	display: none;
}

.ynqbox {
	min-height: 200px;
	background: #fff;
	margin: 0 0 20px 0;
	padding: 15px 20px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
}

.ynq_list {
	padding: 10px 0;
	overflow: hidden;
}

.ynq_list li {
	line-height: 38px;
	padding-left: 20px;
	position: relative;
}

.ynq_list li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background: #ddd;
	border-radius: 50%;
}

.ynq_list li a {
	display: block;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.ynq_list li span {
	position: absolute;
	top: 0;
	right: 0;
	color: #777;
}

.ynq_list li:hover a {
	color: #2087ff;
}

.ynq_list li:hover::before {
	background: #2087ff;
}

.xmTab {
	border-collapse: collapse;
	border: 0;
}

.xmTab th {
	color: #292929;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	padding: 5px 0 !important;
	text-align: center;
	background: #f6f6f6;
	border: 1px solid #fff;
}

.xmTab td {
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.xmTab td:nth-child(2) {
	text-align: left;
	padding-left: 38px;
}

.xmTab td:nth-child(2) a {
	display: block;
	width: 480px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}


/* 项目专区 */

.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-weight:900; 
	font-style: italic;
	background: url('/static/dpmweb/jx/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: #2087ff;
}

.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;
}

.main-content {
	margin-bottom: 20px !important;
}

.content-left {
	background-color: #fff;
	padding: 10px 15px 10px 20px;
	width: 11% !important;
	box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: .25rem;
}

.content-right {
	width: 86% !important;
}

.user-avatar .loginUserName {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.user-avatar {
	margin-top: 10px;
}

.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 #2087ff;
	padding: 3px 10px;
	margin: 10px 0 20px;
	color: #2087ff;
	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-family: socialshare!important;
	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/jx/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/jx/images/share-icon.png) 0 -40px no-repeat;
	background-size: 20px 160px
}

.social-share .icon-wechat:before {
	content: "";
	background: url(/static/dpmweb/jx/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/jx/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/jx/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/jx/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/jx/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/jx/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: 40px 0;
}

.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: #2087ff
}

.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/jx/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/jx/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/jx/images/icon_slide_left_normal.png') center center no-repeat;
	left: 8px;
}

.top-pm-list .btn-right {
	background: url('/static/dpmweb/jx/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 #038be3;
}

.pm-detail-right .p_tit .active,
.pm-detail-right .p_tit .right.active {
	border-right: 1px solid #038be3;
	border-top: 1px solid #038be3;
	border-bottom: 1px solid #fff;
}

.pm-detail-right .p_tit .right.active {
	border-left: 1px solid #038be3;
}

.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/jx/images/meetingtype.png') no-repeat;
	background-size: 57px 20px;
}

.other-focus .active .pm-type {
	background: url('/static/dpmweb/jx/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/jx/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/jx/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/jx/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;
	}
	.idxTwoRight .tabs li a {
		padding: 0 29px
	}
	#nli3 .navigation-down-inner ul li {
		padding: 0 15px;
	}
}

@media screen and (max-width:1200px) {
	/*header h1 img {
	    width:calc(100% - 410px);
		margin-bottom: 10px;
	}*/
	header .header-Center {
		height: auto;
		padding: 20px 10px;
		flex-flow: wrap;
	}
	header .header-Center .logo {
		height: auto;
		max-width: 400px;
		margin-bottom: 10px;
	
	}
	/*用户中心头部*/
	.head-user {
		padding: 20px 0;
	}
	.head-user h1 {
		margin: 0px auto 15px auto;
	}
	.head-user .headRight {
		margin: 0 auto;
	}
	.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;
	}
	.idxLeft,
	.idxRight {
		width: 100%;
	}
	.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) {
	/**/
	header .header-Center .logo {
		max-width: 100%;
	}

	.top-logo-title img {
	width: auto; 
     max-width: 100%; 
    }
    
	header .head-Welcome {
		display: none;
	}
	.head-lgoin {
		width: 100%;
	}
	.to_top {
		display: none;
	}
	.footnav dl {
		padding: 0 10px;
	}
	.footnav dl dt,
	.footnav dl a {
		white-space: nowrap;
	}
	.footRight {
		margin: auto;
	}
	.navigation-up .navigation-v3 li {
		padding: 0 10px;
	}
	.idxrzjg {
		padding: 5px;
		background-size: 100% 130%;
		height: auto;
	}
	.rzjg-list {
		width: calc(100% - 95px);
		justify-content: flex-start;
	}
	.idxOne .w1365 {
		height: auto;
		padding: 2px;
	}
	.idxOne ul li {
		min-width: auto;
	}
	.idxOne ul li::before {
		height: auto;
	}
	.idxOne ul li a .name {
		font-size: 13px;
	}
	.idxOne {
		margin-top: 20px;
	}
	.navNwrap {
		flex-flow: row wrap;
		line-height: 30px;
	}
	.navNwrap a {
		margin-bottom: 10px;
	}
	.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;
	}*/
	.head-user {
		border-bottom: 1px solid #0280d2;
	}
	
	header .header-Center {}
	.head-v3 {
		display: none;
	}
	.menuLine {
		display: inline-block;
	}
	.coptLeft span {
		display: block;
		text-align: center;
	}
	.coptRight .tn {
		display: none;
	}
	.coptRight {
		width: 100%;
		justify-content: center;
	}
	.idxTwoRight .wrap {
		margin: 0 15px;
	}
	.idxTwoRight .tabs ul,
	.idxTwoLeft a .text,
	.list_p9_1 dl dt {
		padding: 0 15px;
	}
	.idxTwoLeft a .img {
		padding-bottom: 300px;
	}
	.idxTwoRight .tabs li {
		line-height: 40px;
		text-align: center;
	}
	.idxTwoRight .tabs .more {
		line-height: 40px;
		margin-right: 10px;
	}
	.idxTwoRight .tabs li a {
		padding: 0 8px
	}
	.fz22 {
		font-size: 18px;
	}
	.fz15 {
		font-size: 14px;
	}
	.fz18 {
		font-size: 16px;
	}
	.idxUlOne li a {
		line-height: 37px;
	}
	.idxTwo,
	.p1_1Two,
	.p1_1Three,
	.padding60,
	.p1_1Five,
	.list_p1_2 {
		padding: 30px 0;
	}
	.padding40 {
		padding: 20px 0;
	}
	.padding50 {
		padding: 0px 0;
	}
	.footTwo .footnav,
	.noticeNav {
		display: none;
	}
	.footOne h2 {
		width: 100%;
		text-align: center;
	}
	.footOne h2 img {
		width: 213px;
	}
	.dmui-select {
		margin: 20px auto 0;
		width: 260px;
	}
	.footTwo .footadd {
		line-height: 26px;
		text-align: center;
	}
	.dmui-select .name {
		height: 40px;
		line-height: 40px;
	}
	.footewm {
		text-align: center;
		width: 100%;
	}
	.idxTwoLeft a .text i {
		line-height: 40px;
	}
	.idxTwoLeft .banPage {
		bottom: 11px !important;
	}
	.idxCenter .wrap a .title {
		padding: 10px 0;
	}
	.fz20 {
		font-size: 18px;
	}
	.footTwo .footadd,
	.noticeNav,
	.noticeRight,
	.partythreeLeft,
	.partythreeRight {
		width: 100%;
	}
	.business-center-box .item,
	.list_p9_1 dl dd {
		padding: 30px 20px;
	}
	.p1_1One .textAll,
	.contBox {
		margin: 20px 0;
	}
	.p1_1One ul {
		margin: 0;
	}
	.fz16 {
		font-size: 15px;
	}
	.n_nav .w1365 .item h5 {
		line-height: 20px;
	}
	.n_nav .w1365 .item h5:after {
		height: 50px;
		bottom: 0;
	}
	.p1_1One {
		padding: 25px 0 100px;
		background-position: center bottom
	}
	.fz50 {
		font-size: 26px;
	}
	.p1_1One ul {
		flex-wrap: wrap;
	}
	.p1_1One ul li {
		flex: inherit;
		width: 50%;
		margin-bottom: 20px;
	}
	.p1_1One {
		background-size: contain;
	}
	.p1_1Two .w1365,
	.p1_1Five li .wrap {
		padding: 20px;
	}
	.leftTit,
	.list_p4 .item .box h5 {
		margin-bottom: 10px;
	}
	.p1_1Four .wrap,
	.idxFourBox .tabs,
	.link_box .box,
	.party_two .container,
	.party_two .container .pagination,
	.partythreeRight,
	.listparty3 li {
		margin-top: 20px;
	}
	.business-center-box .item {
		margin-left: 10px;
	}
	.business-center-box {
		margin-bottom: 30px;
	}
	.p1_4Ul .item {
		width: calc((100% - 30px) / 4);
	}
	.p1_4Ul .item .textAll {
		padding-right: 0;
	}
	.map_iframe {
		padding-bottom: 400px;
	}
	.contTitle {
		margin-bottom: 15px;
	}
	.contEm {
		line-height: 3;
	}
	.list_notice dl {
		margin-top: 10px;
	}
	.notiveLocation {
		display: block;
	}
	.notiveLocation img {
		width: 20px;
	}
	.p5_nav a {
		display: block;
		margin-bottom: 6px;
	}
	.link_box .box ul li {
		width: 33%;
	}
	.party_two,
	.party_three {
		padding: 40px 0 50px;
	}
	.listparty1 .item {
		width: 48%;
	}
	.listparty1 .item:nth-child(3) {
		margin-top: 30px;
	}
	.listparty1 .item:nth-child(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}
	.listparty1 .item:nth-child(even) {
		margin-left: 4%;
	}
	.searico {
		display: inline-block;
	}
	.wishForm .wrap .item label {
		font-size: 16px;
	}
	.aMapWrap,
	.list_p9_2 .cont {
		display: none;
	}
	.wap_p9_2 {
		display: flex;
	}
	.product-center .classify-area .section .nth3rd span {
		margin-right: 10px;
	}
	.product-center .classify-area .section .name {
		font-size: 16px;
		width: 90px;
	}
	.product-center .classify-area .section .content {
		margin: 0 64px 0 110px;
	}
	.imposerTime a {
		width: 120px;
		margin-right: 5px;
		font-size: 14px;
		line-height: 30px;
	}
}

@media screen and (max-width:768px) {
	.headRight {
		margin-top: 3px;
	}
	.home-advBanner {
		margin-top: 10px;
	}
	.project-main {}
	/*======================*/
	.idxCenter .wrap {
		display: block;
	}
	.iScrollHorizontalScrollbar,
	.Sum {
		display: block
	}
	.item .title,
	.contright,
	.golistbtn,
	.notice_four dl dd:after,
	.notice_four dl dt:after {
		display: none;
	}
	.page {
		height: auto !important;
	}
	.page .num {
		font-weight: bold;
	}
	.page a.on,
	.page a.btn {
		display: inline-block;
	}
	.page a.btn {
		width: 56px;
	}
	header h1,
	.retrieval form .item:first-child,
	.list_p9_1 dl dd {
		padding-top: 0;
	}
	.fz16 {
		font-size: 14px;
	}
	.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%;
	}
	.idxOne {
		margin-bottom: 0 !important;
	}
	.idxOne ul li a .name {
		color: #333;
		font-weight: inherit;
	}
	.idxOne ul {
		width: 100%;
		flex-wrap: wrap;
		padding-top: 10px;
	}
	.idxOne ul li {
		flex: inherit;
		height: auto;
		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,
	.timeRight {
		display: none;
	}
	.idxOne ul li a .ico {
		padding-top: 10px;
	}
	.idxOne ul li a .ico span {
		top: 10px;
	}
	.fz18 {
		font-size: 15px;
	}
	.fz26 {
		font-size: 20px;
	}
	.fz22 {
		font-size: 18px;
	}
	.mb-40 {
		margin-bottom: 20px !important;
	}
	.idxTwo {
		padding: 0;
	}
	.idxTwoLeft,
	.idxTwoRight,
	.p1_1Two dl dt,
	.p1_1Two dl dd,
	.p1_1Four .wrap dt,
	.p1_1Four .wrap dd,
	.p1_1Five li:nth-child(1),
	.p1_1Five li:nth-child(2),
	.business-center-box .item,
	.list_p1_3 .item,
	.p1_4Ul .item,
	.news1swiper dl dd,
	.news1swiper dl dt,
	.news2_wrap dl dt,
	.news2_wrap dl dd,
	.contleft,
	.list_notice dl,
	.retrieval form .item,
	.list_p4 .item,
	.list_p9_1 dl dt,
	.list_p9_1 dl dd,
	.party_one .wrapLeft,
	.party_one .wrapRight,
	.partythreeLeft dl dt,
	.partythreeLeft dl dd,
	.partyfourLeft,
	.partyfourRight,
	.listparty1 .item,
	.listparty3 li {
		width: 100%;
	}
	.idxTwoLeft a .img,
	.p1_1Five li .img,
	.p1_1Two dl dd,
	.news2_wrap dl dt a,
	.news1swiper dl dd a,
	.party_one .wrapLeft .img,
	.partythreeLeft dl dt a {
		padding-bottom: 65%;
	}
	.idxTwoLeft,
	.p1_1Two dl dt,
	.p1_1Five li:nth-child(1),
	.contPage p {
		margin-bottom: 20px;
	}
	.idxFourBox .tabs,
	.p1_1Four .wrap,
	.business-center-box .item,
	.list_p1_3 .item,
	.p4contswiper,
	.p4contproswiper,
	.partyfourRight,
	.TopicUl li,
	.listparty3 li:nth-child(2) {
		margin-top: 10px;
	}
	.p1_1Four .wrap {
		padding: 15px;
	}
	.dmui-select,
	.p1_4Ul .item,
	.news2_wrap dl dd .title,
	.list_news_3 dl,
	.list_notice dl:nth-child(2),
	.notice_four dl,
	.list_p4 .item,
	.list_p4 .item:nth-child(2),
	.list_p9_1 dl,
	.listparty1 .item,
	.listparty1 .item:nth-child(2),
	.listparty1 .item:nth-child(3) {
		margin-top: 10px;
	}
	.idxfivePage,
	.map_iframe,
	.news1swiper dl dt .textAll,
	.margin50 {
		margin: 20px 0;
	}
	.footTwo .footadd {
		line-height: 1.5;
	}
	footer,
	.p1_4Ul {
		padding-top: 25px;
	}
	.p1_1Two dl,
	.flexBox {
		flex-wrap: wrap;
	}
	.p1_1Four .wrap dd li::before {
		top: 13px;
	}
	.business-center-box {
		display: block;
	}
	.business-center-box .item {
		margin-left: 0;
		height: inherit;
	}
	.visibi {
		visibility: inherit;
		opacity: 1;
		transform: translateY(0);
	}
	.business-center-box .item .bg:after {
		opacity: 1;
	}
	.list_p1_3 {
		padding: 0 0 50px;
	}
	.news1swiper dl {
		flex-direction: column-reverse;
	}
	.news1swiper .swiper-pagination,
	.wishForm .wrap .item label i,
	.wishBox .linktitle h5::after,
	.wishBox .linktitle h5::before {
		display: none;
	}
	.news1swiper .btnAll {
		left: auto;
		right: 20px;
		bottom: 10px;
	}
	.news1swiper,
	.news2_wrap dl,
	.retrieval form,
	.notice_four dl,
	.wishBox {
		padding: 20px;
	}
	.news1swiper dl dt .title a {
		line-height: 2;
		padding-top: 10px;
		width: 100%;
	}
	.news1swiper .bottommore {
		position: inherit;
		bottom: 0
	}
	.news2_wrap dl dd .textAll,
	.partythreeLeft dl dd .text {
		margin: 10px 0;
	}
	.contEm .contleft .time {
		margin-right: 0;
	}
	.contPage p {
		max-width: 100%;
	}
	.contPage p a {
		max-width: calc(100% - 60px);
	}
	.list_news_3 dd {
		width: calc(100% - 80px);
	}
	.list_news_3 dl dt {
		padding-left: 10px;
	}
	.list_news_3 dl {
		padding: 15px 15px 0;
	}
	.noticetablewrap {
		overflow-x: hidden;
	}
	.noticetablewrap table {
		width: 800px;
	}
	.noticewrap table tbody tr td {
		padding: 5px 0;
	}
	.notice_four dl dd {
		width: 100%;
		padding: 0;
	}
	.notice_four dl dt {
		width: 100%;
	}
	.p4contproswiper .box h5,
	.wishBox .linktitle,
	.p9_2tit,
	.wap_p9_2 dt div {
		margin-bottom: 10px;
	}
	.list_p5_down .head div:nth-child(1),
	.list_p5_down ul li div:nth-child(1) {
		width: 69.1%;
	}
	.list_p9_1 dl {
		padding-top: 10px;
	}
	.link_box .box ul li {
		width: 50%;
	}
	.party_one .wrapRight {
		padding: 0;
	}
	.wrapRight ul li {
		padding-top: 12px;
	}
	.party_two {
		padding: 20px 0;
	}
	.partythreeul li {
		line-height: 60px;
	}
	.TopicUl li a {
		padding-bottom: 26%;
	}
	.party_three {
		padding: 30px 0;
	}
	.partyfourLeft dl dt {
		width: 75px;
	}
	.partyfourLeft dl dd {
		width: calc(100% - 95px);
	}
	.listparty1 .item .box {
		padding: 0 20px 20px;
	}
	.wishBox label {
		width: 100%;
	}
	.wishBox .item {
		flex-wrap: wrap;
	}
	.wishForm .wrap {
		padding: 10px;
	}
	.wishForm .wrap .item input[type=text],
	.wishForm .wrap .item.itemlast div {
		width: calc(100% - 20px);
		border-top: 1px solid #ddd;
		box-sizing: border-box;
		margin: 0 10px;
	}
	.wishForm .wrap .item.itemcode a,
	.wishForm .wrap .item.itemcode img {
		width: 100px;
		position: absolute;
		right: 10px;
		top: 0;
	}
	.wishForm .wrap .item.itemcode img {
		height: 39px;
		top: 5px;
	}
	.wap_p9_2 dl,
	.retrieval form .wrpa {
		width: 100%;
	}
	.product-center .classify-area .section .name {
		float: none;
		width: auto;
		margin: 0 70px 5px 0;
		font-size: 15px;
		letter-spacing: 0;
	}
	.product-center .classify-area .section .content {
		margin: 0;
	}
	.product-center .classify-area .section {
		padding: 5px 0;
	}
	.product-center .classify-area .section .content span {
		font-size: 13px;
	}
	.product-center .classify-area .section .content {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.imporsearch input[type=text] {
		width: calc(100% - 100px);
	}
	.imporsearch {
		width: calc(100% - 75px);
	}
	.product-center .classify-area .section .fold-btn {
		top: 6px;
		font-size: 12px;
		line-height: 22px;
	}
	.product-center .classify-area .section .nth3rd {
		margin-left: 0;
	}
	.product-center .classify-area .section .content span {
		padding: 0 0.5em;
	}
	.product-center .classify-area .section .nth3rd span {
		line-height: 1.5;
	}
	.noticetitle a {
		padding: 0 20px;
		line-height: 40px;
	}
	.idxTwoRight .tabs ul li {
		width: 25%;
	}
	.idxTwoRight .tabs li:first-child:after {
		display: none;
	}
	.idxTwoRight .tabs li a {
		font-size: 16px;
		padding: 0;
	}
	.idxCenter .wrap,
	.business-center-box {
		flex-wrap: wrap;
	}
	.idxCenter .wrap a {
		width: 100%;
		max-width: 350px;
		margin: 20px auto 0px auto;
	}
	.idxCenter .wrap a:first-child,
	.p1_4Ul .item:first-child {
		margin-top: 0;
	}
	/*.idxFourBox .tabs li {
		margin-left: 2px;
		line-height: 30px;
	}
	.fourSwiper .wrap {
		height: auto;
	}
	.fourSwiper .wrap li a {
		height: auto;
	}
	.fourSwiper .title span,
	.fourSwiper .wrap li span {
		width: auto;
		flex: 1;
		line-height: 22px;
	}
	.fourSwiper .title span em,
	.textCenter {
		display: block;
	}
	.fourSwiper .title {
		padding: 10px 0;
	}
	.fourSwiper .wrap li,
	.fourSwiper .title {
		justify-content: center;
		align-items: center;
		font-size: 14px !important;
	}
	.fourSwiper .wrap li span:nth-child(1),
	.fourSwiper .title span:nth-child(1),
	.fourSwiper .wrap li span:nth-child(3),
	.fourSwiper .title span:nth-child(3) {
		display: none;
	}
	.fourSwiper6 .wrap li span:nth-child(1),
	.fourSwiper6 .title span:nth-child(1),
	.fourSwiper7 .wrap li span:nth-child(1),
	.fourSwiper7 .title span:nth-child(1) {
		display: block;
	}
	.fourSwiper.fourSwiper .title span.name,
	.fourSwiper.fourSwiper .wrap li span.name {
		width: 100px;
	}
	.fourSwiper .title span.name,
	.fourSwiper .wrap li span.name {
		width: calc(100% - 91px);
		padding: 0 10px;
		box-sizing: border-box;
		flex: 0 0 calc(100% - 110px);
	}
	.fourSwiper .title span.price,
	.fourSwiper .wrap li span.price {
		padding-left: 0;
	}
	.idxFourBox .tabs::before {
		margin-top: 0;
		top: 8px;
		width: 2px;
		height: 15px;
	}
	.idxFourBox .tabs li a {
		font-size: 16px
	}
	.idxFourBox .tabs.fz22 {
		font-size: 16px;
	}
	.idxFourBox .fourWrap {
		padding: 5px;
	}
	.idxFourBox .idxNotice,
	.idxFourBox .idxCenter {
		padding: 5px;
	}
	.idxFourBox .fourWrap .tabs ul {
		display: none;
	}
	.idxFourBox .fourWrap .tabs2 ul,
	.idxfive .fourWrap .tabs ul {
		display: inline-block;
	}
	.idxFourBox .tabs li {
		margin-right: 0;
	}
	
	.idxFourBox .fourLeft .fourWrap4 .tabs ul,
	.idxFourBox .fourLeft .fourWrap6 .tabs ul,
	.idxFourBox .fourLeft .fourWrap2 .tabs ul,
	.idxFourBox .fourLeft .fourWrap1 .tabs ul {
		width: 150px;
	}
	.idxFourBox .fourLeft .fourWrap4 .tabs li a,
	.idxFourBox .fourLeft .fourWrap6 .tabs li a,
	.idxFourBox .fourLeft .fourWrap2 .tabs li a,
	.idxFourBox .fourLeft .fourWrap1 .tabs li a {
		padding: 0px 5px;
	}
	
	*/
	.contPage p {
		width: 100%;
		justify-content: inherit !important
	}
	.contPage p a {
		width: calc(100% - 60px);
	}
	.tabname {
		padding-left: 10px;
	}
	.top-logo-title {
		font-size: 20px;
		padding-top: 0;
	}
	.sort_bar {
		height: auto;
	}
	.sort_bar a {
		margin: 0 10px;
	}
	.sort_sth a {
		margin: 13px 0 0 0;
	}
	.card-imglist ul {
		width: 100%;
		justify-content: space-between;
	}
	footer {
		padding: 0;
	}
	footer .fz18 {
		font-size: 1.2em;
	}
	footer .fz16 {
		font-size: 1em;
	}
	.footOne {
		padding: 20px 10px;
	}
	.footnav a {
		margin-right: .5em;
	}
	.conference-focus .main-banners .banners-img {
		height: auto;
	}
	.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: "发布时间：";
	}
}

@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;
	}
	.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;
	}
}

@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;
	}
}