body {
	background: #fff;
}

.width1200 {
	width: 1200px;
	margin: 0 auto;
}

.zsNewnavbar_lists {
	/*width: 1020px;*/
}

/* 头部12个导航开始--------- */
.zsNewIndex_header {
	width: 100%;
	background: url(../images/zsNew-nav.jpg) center no-repeat;
	height: 548px;
	margin-bottom: 10px;
}

.zsNewIndex_header .header_wlink {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 20px 0;
}

.zsNewIndex_header .header_wlink .header_wlink_lists {
	width: 66px;
	height: auto;
}

.zsNewIndex_header .header_wlink .header_wlink_lists>div {
	width: 66px;
	height: 66px;
	overflow: hidden;
	border-radius: 33px;
	background: #ffbe0a;
	text-align: center;
	vertical-align: middle;
}

.zsNewIndex_header .header_wlink .header_wlink_lists .icon {
	font-size: 30px;
	color: #fff;
	display: block;
	margin: 16px auto;
}

.zsNewIndex_header .header_wlink .header_wlink_lists>span {
	display: block;
	color: #333;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.fontsize34 .icon {
	font-size: 34px;
}

.zsNewIndex_header .header_wlink .header_wlink_lists:hover div {
	background: #d70026;
}

.zsNewIndex_header .header_wlink .header_wlink_lists:hover span {
	color: #d70026;
}

/* 表单和轮播开始-------- */
.formAndswiper {
	width: 100%;
	display: flex;
	overflow: hidden;
}

/* 表单开始-------- */
.formAndswiper .formBox {
	width: 1200px;
	/*width: 482px;*/
	height: 368px;
	background: rgba(255, 255, 255, .7);
	float: left;
	padding: 20px;
	box-sizing: border-box;
}

.formAndswiper .formBox .wlink {
	padding-bottom: 15px;
	text-align: center;
	width: 326px;
	margin: 0 auto;
}

.formAndswiper .formBox .wlink>a {
	display: block;
	float: left;
	width: 120px;
	height: 36px;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
	margin: 0 20px;
}

.formAndswiper .formBox .wlink>a:nth-of-type(1) {
	background: #fab234;
	background: -webkit-linear-gradient(top, #fdc03e, #f8a42a);
	background: -moz-linear-gradient(top, #fdc03e, #f8a42a);
}

.formAndswiper .formBox .wlink>a:nth-of-type(1):hover {
	background: #fab234;
}

.formAndswiper .formBox .wlink>a:nth-of-type(2) {
	background: #e22609;
	background: -webkit-linear-gradient(top, #fa3d02, #d2150e);
	background: -moz-linear-gradient(top, #fa3d02, #d2150e);
}

.formAndswiper .formBox .wlink>a:nth-of-type(2):hover,
#pdbrand:hover {
	background: #e22609;
}

.formAndswiper .formBox .wlink>a>i {
	display: block;
	float: left;
	font-size: 22px;
	margin-left: 14px;
}

.formAndswiper .formBox .wform {
	border-top: 1px #ccc dashed;
	padding-top: 15px;
	margin: 0 46px;
}

.formAndswiper .formBox .wform .from-input {
	display: flex;
	overflow: hidden;
	margin-bottom: 12px;
}

.formAndswiper .formBox .wform .from-input label {
	width: 74px;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	color: #333;
	margin-right: 14px;
	line-height: 30px;
	text-align: right;
}

.formAndswiper .formBox .wform .from-input label span {
	color: #e00b0b;
	margin-right: 6px;
}

.formAndswiper .formBox .wform .from-input input {
	width: 280px;
	height: 30px;
	line-height: 30px;
	border: 1px #ccc solid;
	outline: none;
	padding-left: 12px;
	box-sizing: border-box;
}

.formAndswiper .formBox .wform .from-input input::-placeholder {
	color: #a9a9a9;
}

.formAndswiper .formBox .wform .from-input .province {
	display: flex;
	justify-content: space-between;
}

#province {
	width: 280px;
	height: 30px;
	line-height: 30px;
	border: 1px #ccc solid;
	outline: none;
}

#county,
#classty {
	margin: 0 !important;
}

#industry {
	width: 280px;
	height: 30px;
	line-height: 30px;
	border: 1px #ccc solid;
	outline: none;
}

#meMoney {
	width: 280px;
	height: 30px;
	line-height: 30px;
	border: 1px #ccc solid;
	outline: none;
}

#pdbrand {
	width: 265px;
	height: 40px;
	background: #E00B0B;
	outline: none;
	border: none;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	margin-left: 84px;
}

.industryTp {
	width: 70px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #E00B0B;
	color: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 30px;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ccc !important;
	border-radius: 0 !important;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 30px;
	user-select: none;
	-webkit-user-select: none;
}

/* 轮播图开始-------- */
.swiper-container,
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: none;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #d70026 !important;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.formAndswiper .swiperBox {
	width: 1200px;
	/*width: 696px;*/
	height: 368px;
	float: right;
	margin-left: 24px;
}

/* 新增 广告位 */
.zsNewIndex_advImg {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.zsNewIndex_advImg a {
	position: relative;
}

.zsNewIndex_advImg .fourPart,
.zsNewIndex_advImg .onePart,
.zsNewIndex_advImg .twoPart,
.zsNewIndex_advImg .threePart {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.zsNewIndex_advImg .fourPart>a,
.zsNewIndex_advImg .fourPart>a>img {
	width: 290px;
	height: 167px;
}

.zsNewIndex_advImg .onePart>a,
.zsNewIndex_advImg .onePart>a>img {
	width: 1200px;
	height: 80px;
}

.zsNewIndex_advImg .twoPart>a,
.zsNewIndex_advImg .twoPart>a>img {
	width: 596px;
	height: 80px;
	margin-bottom: 10px;
}

.zsNewIndex_advImg .threePart>a,
.zsNewIndex_advImg .threePart>a>img {
	width: 393px;
	height: 80px;
	margin-bottom: 10px;
}

.ZSadvImg_pos {
	position: absolute;
	right: 2px;
	bottom: 2px;
	background: url(../img/ggtype.png);
	width: 23px;
	height: 13px;
}

/* 精选品牌 开始---------- */
.zsNewIndex_jxbrand {
	width: 100%;
	height: auto;
	background: #f4f5fa;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.zsNewIndex_Title {
	text-align: center;
	padding: 24px 0 30px;
	font-size: 24px;
    color: #FF5722;
}

.zsNewIndex_Title img {
	display: inline-block;
}

.jxbrand-swiper {
	width: 100%;
	overflow: hidden;
}

.jxbrand-swiper_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
	background: none;
	padding-bottom: 30px;
}

.jxbrand-swiper_box .jxbrand_lists {
	width: 216px;
	height: auto;
	margin-bottom: 18px;
}

.jxbrand-swiper_box .jxbrand_lists .img {
	width: 216px;
	height: 216px;
	position: relative;
}

.jxbrand-swiper_box .jxbrand_lists .img img {
	width: 216px;
	height: 216px;
}

.jxbrand-swiper_box .jxbrand_lists .title {
	width: 216px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 36px;
}

.jxbrand-swiper_box .jxbrand_lists .mon {
	display: block;
	margin: 0 auto;
	width: 144px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background: #e5001f;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

/* 加盟排行榜 开始------------- */
.zsNewIndex_jmppLIst {
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.zsNewIndex_jmppLIst .width1200 {
	position: relative;
}

.topRank_clas_pjct {
	float: left;
	width: 345px;
	/*height: 402px;*/
	background: #fff;
	padding: 10px 20px 20px 20px;
	margin-right: 15px;
	margin-top: 20px;
	border: 1px #eeeeee solid;
}

.bannerCont .join_ranking {
	height: auto;
}

.topRank_clas_pjct:last-child {
	margin-right: 0;
}

.clas_pjct_lists {
	height: 48px;
	border-bottom: 1px solid #ddd;
}

.clas_pjct_tits div {
	font: 18px/38px "å¾®è½¯é›…é»‘";
	color: #333;
	font-weight: 600;
	float: left;
}

.clas_pjct_tits span {
	display: block;
	float: left;
	margin-right: 10px;
}

.clas_pjct_tits span .icon {
	font-size: 20px;
	color: #E00B0B;
	margin-top: 10px;
}

.cy_icon {
	width: 20px;
	height: 18px;
	background: url(../../img/bg.png) -775px -125px;
	margin-top: 11px;
}

.my_icon {
	width: 22px;
	height: 18px;
	background: url(../../img/bg.png) -778px -156px no-repeat;
	margin-top: 11px;
}

.ls_icon {
	width: 18px;
	height: 18px;
	background: url(../../img/bg.png) -748px -156px no-repeat;
	margin-top: 11px;
}

.fz_icon {
	width: 22px;
	height: 18px;
	background: url(../../img/bg.png) -715px -156px no-repeat;
	margin-top: 11px;
}

.jy_icon {
	width: 22px;
	height: 18px;
	background: url(../../img/bg.png) -682px -156px no-repeat;
	margin-top: 11px;
}

.jc_icon {
	width: 20px;
	height: 18px;
	background: url(../../img/bg.png) -651px -156px no-repeat;
	margin-top: 11px;
}

.fw_icon {
	width: 20px;
	height: 18px;
	background: url(../../img/bg.png) -621px -156px no-repeat;
	margin-top: 11px;
}

.xx_icon {
	width: 22px;
	height: 16px;
	background: url(../../img/bg.png) -587px -156px no-repeat;
	margin-top: 12px;
}

.zblp_icon {
	width: 18px;
	height: 18px;
	background: url(../../img/bg.png) -555px -156px no-repeat;
	margin-top: 11px;
}

.mr_icon {
	width: 18px;
	height: 18px;
	background: url(../../img/bg.png) -524px -156px no-repeat;
	margin-top: 11px;
}

.mr_icon {
	width: 18px;
	height: 18px;
	background: url(../../img/bg.png) -524px -156px no-repeat;
	margin-top: 11px;
}

.jj_icon {
	width: 18px;
	height: 18px;
	background: url(../../img/bg.png) -493px -156px no-repeat;
	margin-top: 11px;
}

.hb_icon {
	width: 18px;
	height: 18px;
	background: url(../../img/bg.png) -464px -156px no-repeat;
	margin-top: 11px;
}



.cla_more {
	font: 14px/38px "å¾®è½¯é›…é»‘";
	color: #999;
	float: right;
}

.topRank_clas_list .clas_pjct_item:nth-of-type(1) .pjct_name {
	color: #ff5050;
}

.topRank_clas_list .clas_pjct_item:nth-of-type(1) .pjct_item_dw_name {
	color: #ff5050;
}

.topRank_clas_list .clas_pjct_item:nth-of-type(1) .ranking {
	background: #ff5050;
}

.topRank_clas_list .clas_pjct_item:nth-of-type(2) .pjct_name {
	color: #ff7640;
}

.topRank_clas_list .clas_pjct_item:nth-of-type(2) .pjct_item_dw_name {
	color: #ff7640;
}

.topRank_clas_list .clas_pjct_item:nth-of-type(2) .ranking {
	background: #ff7640;
}

.topRank_clas_list .clas_pjct_item:nth-of-type(3) .pjct_name {
	color: #f1a31b;
}

.topRank_clas_list .clas_pjct_item:nth-of-type(3) .pjct_item_dw_name {
	color: #f1a31b;
}

.topRank_clas_list .clas_pjct_item:nth-of-type(3) .ranking {
	background: #f1a31b;
}


.clas_pjct_item a:hover {
	text-decoration: none;
}

.pjct_item_up {
	display: block;
	height: 36px;
}

.pjct_name {
	float: left;
	font: 16px/36px "å¾®è½¯é›…é»‘";
	color: #666;
	width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ranking {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: #bbb;
	border-radius: 3px;
	text-align: center;
	font: 12px/16px "å¾®è½¯é›…é»‘";
	color: #fff;
	margin: 11px 10px 0 0;
}

.pjct_clas {
	display: block;
	font: 14px/36px "å¾®è½¯é›…é»‘";
	color: #999;
	text-align: right;
	float: left;
	width: 70px;
	margin-left: 20px;
}

.pjct_peo {
	font: 14px/36px "å¾®è½¯é›…é»‘";
	color: #999;
	margin-left: 20px;
	float: left;
}

.icon_ss,
.icon_s1 {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	background: url(../../img/bg.png) -621px 0 no-repeat;
	margin: 10px 0 0 0;
}

.icon_xj,
.icon_s2 {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	background: url(../../img/bg.png) -599px 0 no-repeat;
	margin: 10px 0 0 0;
}

.pjct_item_dw {
	display: none;
	height: 200px;
	border-bottom: 1px solid #ddd;
	padding-top: 20px;
}

.pjct_img {
	width: 130px;
	height: 80px;
	float: left;
	margin-right: 20px;
}

.pjct_item_dw_tit .ranking {
	margin-top: 6px;
}

.pjct_item_dw_name {
	float: left;
	font: 16px/28px "å¾®è½¯é›…é»‘";
	color: #666;
	width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pjct_item_dw_tit .pjct_peo {
	font: 14px/26px "å¾®è½¯é›…é»‘";
	color: #999;
	float: left;
	margin-left: 10px;
}

.pjct_item_dw_tit .icon_ss,
.pjct_item_dw_tit .icon_xj {
	margin: 5px 0 0 0;
}

.pjct_item_itr {
	float: left;
	width: 198px;
}

.pjct_item_dw_tit {
	height: 28px;
}

.jmf_jmrs {
	font: 14px/26px "å¾®è½¯é›…é»‘";
	color: #666;
}

.pjct_item_intro {
	font: 14px/22px "å¾®è½¯é›…é»‘";
	color: #999;
	margin-top: 16px;
}

.topRank_clas_box {
	width: 1200px;
	height: 370px;
	overflow: hidden;
	position: relative;
}

.btns_prev {
	width: 26px;
	height: 56px;
	position: absolute;
	background: url(../../img/bg.png) -757px -174px no-repeat;
	left: -46px;
	bottom: 288px;
	z-index: 999;
	cursor: pointer;
}

.btns_next {
	width: 26px;
	height: 56px;
	position: absolute;
	background: url(../../img/bg.png) -783px -174px no-repeat;
	right: -56px;
	bottom: 288px;
	z-index: 999;
	cursor: pointer;
}

.topRank_clas {
	position: absolute;
	top: -2px;
	left: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.firstBgc {
	background: #ff5050;
}

.secendBgc {
	background: #ff7640;
}

.threeBgc {
	background: #f1a31b;
}

/* 热门招商 开始--------------- */
.rmzhaoshanglistBox {
	width: 100%;
	height: auto;
}

.rmzhaoshanglistBox>ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.rmzhaoshanglistBox .rmzhaoshang_lists {
	width: 217px;
	height: auto;
	background: #f5f5f5;
	padding-bottom: 10px;
	margin-bottom: 16px;
}

.rmzhaoshanglistBox .rmzhaoshang_lists>a>span,
.rmzhaoshanglistBox .rmzhaoshang_lists>a>span>img {
	display: block;
	width: 217px;
	height: 134px;
}

.rmzhaoshanglistBox .rmzhaoshang_lists>a>p {
	padding: 0 10px;
	color: #333;
	text-align: left;
	font-size: 18px;
	line-height: 38px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.rmzhaoshanglistBox .rmzhaoshang_lists>a>div {
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

.rmzhaoshanglistBox .rmzhaoshang_lists>a>div>strong {
	color: #de000e;
	font-size: 18px;
	float: left;
}

.rmzhaoshanglistBox .rmzhaoshang_lists>a>div>span {
	color: #999;
	font-size: 14px;
	float: right;
}

/* 加盟资讯 开始----------- */
.zsNewIndex_jmNews {
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}

.zsNewIndex_jmNews .zsjmNewBox {
	display: flex;
	width: 100%;
	overflow: hidden;
}

.zsNewIndex_jmNews .zsjmNewBox .left {
	width: 364px;
	height: auto;
	float: left;
}

.zsNewIndex_jmNews .zsjmNewBox .left>a>div,
.zsNewIndex_jmNews .zsjmNewBox .left>a>div>img {
	display: block;
	width: 364px;
	height: 252px;
}

.zsjmNewsh3 {
	margin: 12px 0 8px;
	color: #333;
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zsjmNewsh3:hover,
.zsjmNewBox_list li>a:hover,
.zx-center-title:hover{
	cursor: pointer;
	color: #DE000E;
}

.edtag {
	display: inline-block;
	background: #de000e;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	margin-right: 6px;
	margin-bottom: 2px;
	width: 34px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	float: left;
}
.zx-center-title{
	display: inline-block;
	max-width: 400px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}
.zsNewIndex_jmNews .zsjmNewBox .left>a>p {
	color: #999999;
	font-size: 14px;
	height: 50px;
	overflow: hidden;
	line-height: 22px;
	border-bottom: 1px #cccccc solid;
	margin-bottom: 13px;
	padding-bottom: 7px;
	box-sizing: border-box;
}

.zsNewIndex_jmNews .zsjmNewBox .left>a>p>span {
	color: #D2150E;
	margin-left: 4px;
}

.zsjmNewBox_list li {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	height: 35px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.zsjmNewBox_list li>a{
	color: #666;
}
.zsjmNewBox_list li:before {
	content: '';
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #ccc;
	margin: 12px 8px 4px 0;
}

.zsNewIndex_jmNews .zsjmNewBox .center {
	float: left;
	width: 448px;
	height: auto;
	margin: 0 40px 0 20px;
}

.Newstagqh>ul {
	display: flex;
	overflow: hidden;
}

.Newstagqh>ul>li {
	width: 148px;
	float: left;
	text-align: center;
	color: #333;
	font-size: 18px;
	height: 44px;
	line-height: 44px;
	border-top: 1px #ccc solid;
}

.Newstagqh>ul>li:hover {
	cursor: pointer;
}

.Newstagqh>ul>li.select {
	color: #de000e;
	border-top: 3px #de000e solid;
}

.timetag {
	color: #999;
	font-size: 12px;
	float: right;
	line-height: 18px;
	margin-left: 6px;
}

.zsjmNewBox_list li .timetag {
	line-height: 30px;
}

.Newstagqh2 {
	margin-top: 14px;
}

.zsNewIndex_jmNews .zsjmNewBox .right {
	width: 304px;
	height: 464px;
	float: right;
}

.zsNewIndex_jmNews .zsjmNewBox .right>h3 {
	overflow: hidden;
	height: 34px;
	border-bottom: 1px #ccc solid;
}

.zsNewIndex_jmNews .zsjmNewBox .right>h3>span {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.zsNewIndex_jmNews .zsjmNewBox .right>h3>span>strong {
	background: #ff6925;
	color: #fff;
	padding: 0 4px;
	border-radius: 3px;
}

.zsNewIndex_jmNews .zsjmNewBox .right>h3>a {
	color: #999;
	font-size: 12px;
	float: right;
	margin-top: 10px;
}

.emzxNews {
	border-bottom: 1px #ccc dashed;
	margin-top: 8px;
	min-height: 41px;
}

.emzxNews .zstitle {
	width: 100%;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 30px;
	color: #666;
}

.emzxNews .zstitle:hover {
	color: #DE000E;
}

.emzxNews .zstitle:before {
	content: '';
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #ccc;
	margin: 12px 8px 12px 0;
}

.emzxNews .zsdess {
	display: none;
	color: #999999;
	font-size: 14px;
	overflow: hidden;
	line-height: 20px;
	margin-bottom: 6px;
	max-height: 40px;
	overflow: hidden;
}

.emzxNews .zsdess>span {
	color: #D2150E;
	margin-left: 4px;
}

.emzxNews:last-of-type {
	border: 1px #fff solid;
}

/* 推荐招商 开始---------------- */
.zsNewIndex_tjzsLIst {
	background: url(../images/rmzsbg.png) no-repeat;
	margin-bottom: 10px;
}

.zsNewIndex_tjzsLIst .rmzhaoshanglistBox .rmzhaoshang_lists {
	background: #fff;
}

.tjzsLIst-swiper_box {
	padding-bottom: 30px;
}

/* 招商动态  开始------- */
.zsNewIndex_zsdtCon {
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}

.zsNewIndex_zsdtBox {
	width: 100%;
	height: 456px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.zsNewIndex_zsdtBox .zxzsCon {
	width: 866px;
	height: auto;
	position: relative;
}

.zsNewIndex_zsdtBox .zxzsCon>h3 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	border-left: 4px #DE000E solid;
	padding-left: 8px;
	margin-bottom: 20px;
	position: absolute;
	top: 0;
}

.zsNewIndex_zsdtBox .zxzsCon .swiper4 {
	padding-top: 44px;
}

.zxzsCon-swiper_box .rmzhaoshanglistBox .rmzhaoshang_lists {
	width: 209px;
	height: auto;
	background: #f5f5f5;
	padding-bottom: 10px;
	margin-bottom: 16px;
}

.zxzsCon-swiper_box .rmzhaoshanglistBox .rmzhaoshang_lists>a>span,
.zxzsCon-swiper_box .rmzhaoshanglistBox .rmzhaoshang_lists>a>span>img {
	display: block;
	width: 209px;
	height: 124px;
}

.zsNewIndex_zsdtBox .swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 22px;
	width: 31px;
	height: 22px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}

.zsNewIndex_zsdtBox .swiper-button-next {
	background: url(../images/wright.png) no-repeat;
	right: 0;
}

.zsNewIndex_zsdtBox .swiper-button-prev {
	background: url(../images/wleft.png) no-repeat;
	left: 776px;
	right: 70px;
}

/* 招商动态 开始------------ */
.hotBd_pjct {
	width: 324px;
	background: #fff;
	border: 1px #eee solid;
	float: none;
	padding: 16px 14px 0 14px;
}

.hotBd_pjct>h3 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	border-left: 4px #DE000E solid;
	padding-left: 8px;
}

.lydt-rightbox {
	height: 408px;
	overflow: hidden;
	box-sizing: border-box;
}

.lydt-right>ul {
	padding: 20px;
	height: auto;
	overflow: hidden;
}

.lydt-right>li {
	border-bottom: 1px #eeeeee solid;
	padding: 16px 0 8px;
	position: relative;
}

.lydt-right>li:last-child {
	border-bottom: 0;
}

.lydt-right>li>h6 {
	color: #E00B0B;
	font-size: 14px;
	line-height: 20px;
}

.lydt-right>li>h6>span:nth-of-type(1) {
	float: left;
	display: inline-block;
	color: #333;
	font-weight: 600;
	font-size: 14px;
	margin-right: 12px;
}

.lydt-right>li>h6>span:nth-of-type(2) {
	float: left;
	display: inline-block;
	color: #999;
	font-size: 14px;
	margin-right: 12px;
}

.lydt-right>li>h6>a {
	float: left;
	display: inline-block;
	width: 160px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 17px;
	color: #D7000F;
}

.lydt-right>li>img {
	display: block;
	position: absolute;
	right: 0;
	top: 16px;
}

.lydt-right>li>p:nth-of-type(1) {
	color: #333;
	font-size: 14px;
	line-height: 32px;
	margin: 4px 0;
	font-weight: normal !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lydt-right>li>p:nth-of-type(2)>span:nth-of-type(1) {
	color: #888;
	background: url(../../img/ppdt-icon1.png) 0 2px no-repeat;
	padding-left: 20px;
	display: inline-block;
	width: 170px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lydt-right>li>p:nth-of-type(2)>span:nth-of-type(2) {
	float: right;
	color: #888;
	background: url(../../img/ppdt-icon2.png) 0 2px no-repeat;
	padding-left: 20px;
}

.zsfdlinks {
	border-bottom: 20px #f5f5f5 solid;
}
