/*------------------------jmzq_drp---------------------------*/
.jmzq_drp {
	width: 118px;
	height: 198px;
	padding-top: 20px;
	position: absolute;
	top: 60px;
	right: 394px;
	background: url(../img/bg.png) 0 -300px no-repeat;
	z-index: -99;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.jmzq_drp a {
	display: block;
	height: 40px;
	font: 16px/40px "微软雅黑";
	color: #333;
	text-align: center;
}

.jmzq_drp a:hover {
	text-decoration: none;
	color: #E00B0B;
	background: #eee;
}

/*-----------------------------bannerCont-----------------------------*/

.bannerCont {
	width: 100%;
	height: auto;
}

.bner_con {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.lt_bar {
	width: 180px;
	padding-top: 18px;
	height: 558px;
	float: left;
	background: #fff;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.lt_bar li {
	height: 38px;
	margin-bottom: 6px;
	padding-left: 37px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.lt_bar li a {
	height: 38px;
	font: 14px/38px "微软雅黑";
	color: #666;
}

.lt_bar li .icon {
	font-size: 18px;
	margin-right: 4px;
	color: #666;
}

.lt_bar li:hover {
	background: #eee;
}

.lt_bar li a:hover {
	color: #e00b0b;
	text-decoration: none;
}

.lt_bar li:hover .icon {
	color: #E00B0B;
}

/*--------------vd_banner-----------------*/

.vd_banner {
	width: 750px;
	float: left;
	margin: 10px 10px 0 10px;
}

.vd_banner_lists {
	width: 750px;
	height: 350px;
	position: relative;
}

.vd_banner_lists ul {
	position: relative;
	width: 750px;
	height: 350px;
}

.vd_banner_lists ul li {
	position: absolute;
	z-index: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.vd_banner_item {
	display: block;
	width: 750px;
	height: 350px;
	position: relative;
}

.vd_banner i {
	position: absolute;
	display: block;
	width: 38px;
	height: 20px;
	background: url(../img/bg.png) -357px -98px;
	top: 0;
	left: 0;

}

.vd_banner_item img {
	width: 750px;
	height: 350px;
}

.vd_banner_index {
	width: auto;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 111;
}

.vd_index_lists {
	padding: 5px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
}

.vd_banner_index span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.8);
	float: left;
	margin: 0 5px;
	cursor: pointer;
}

.vd_banner_down {
	margin-top: 10px;
	height: 188px;
}

.vd_banner_down a {
	display: block;
	float: left;
	position: relative;
}

.vd_banner_down a:first-child {
	margin-right: 10px;
}

.vd_banner_down img {
	width: 370px;
	height: 188px;
}

.vd_banner_rt {
	padding: 15px 0;
	width: 250px;
	height: 548px;
	background: #fff;
	border: 1px solid #ededed;
	float: right;
	margin-top: 10px;
}

.two_btns a {
	display: block;
	float: left;
	width: 100px;
	height: 36px;
	font: 14px/36px "微软雅黑";
	border-radius: 20px;
	/* pointer-events: none; */
	cursor: pointer;
	margin-bottom: 10px;
}

.pprz {
	border: 1px solid #ffe0ab;
	background: #ffefd3;
	color: #f9aa20;
	margin-right: 8px;
}

.pprz i {
	display: block;
	float: left;
	width: 20px;
	height: 18px;
	background: url(../img/bg.png) -100px 0 no-repeat;
	margin: 9px 4px 0 9px;
}

.fbzs {
	border: 1px solid #a3e7b1;
	background: #dffce5;
	color: #40ac56;
}

.fbzs i {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	background: url(../img/bg.png) -129px 0 no-repeat;
	margin: 9px 5px 0 10px;
}

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

.two_btns {
	padding-left: 20px;
	height: 51px;
	border-bottom: 1px solid #eee;
}

.hyzx_ppdt {
	padding: 4px 20px 0 20px;
}

.hyzx_ppdt_tits {
	height: 41px;
	position: relative;
	font: 16px/38px "微软雅黑";
	color: #333;
}

.hyzx_ppdt_tits div {
	float: left;
	width: 104px;
	text-align: center;
	cursor: pointer;
}

.dw_line {
	position: absolute;
	display: block;
	height: 3px;
	width: 30px;
	background: #e00b0b;
	bottom: 0px;
	left: 38px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.hyzx_ppdt_lists {
	display: none;
	padding: 12px 0 13px 0;
}

.hyzx_ppdt_lists li {
	height: 30px;
}

.hyzx_ppdt_item {
	display: block;
	font: 14px/30px "微软雅黑";
	color: #666;
}

.hyzx_ppdt_item p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	width: 204px;
	padding-left: 10px;
}

.hyzx_ppdt_item span {
	display: block;
	width: 4px;
	height: 4px;
	background: #e00b0b;
	float: left;
	margin-top: 13px;
}

.join_risk {
	display: block;
	width: 114px;
	height: 40px;
	float: left;
	margin: 0 0 0 15px;
	font: 16px/38px "微软雅黑";
	color: #E00B0B;
	border: 1px solid #E00B0B;
	border-radius: 4px;
	text-align: center;
}

.join_risk:hover {
	text-decoration: none;
	color: #E00B0B;
}

.post_demand {
	display: block;
	width: 94px;
	height: 40px;
	border: 1px solid #f9a411;
	border-radius: 4px;
	float: right;
	margin-right: 15px;
	font: 16px/38px "微软雅黑";
	color: #f9a411;
	text-align: center;
}

/*kezihang*/
.brand_search {
	/*margin-top:20px;*/
}

.brand_search li {
	height: 30px;
	padding: 0 15px;
	position: relative;
	margin-bottom: 10px;
}

.brand_search li p {
	font: 14px/30px "微软雅黑";
	color: #666;
	float: left;
}

.brand_search li .search_srk {
	padding-left: 10px;
	width: 138px;
	float: right;
	height: 30px;
	border: 1px solid #ddd;
	color: #999;
	font: 14px/30px "微软雅黑";
	outline: none;
	cursor: pointer;
}

.btns_submit {
	display: block;
	width: 218px;
	height: 40px;
	border-radius: 6px;
	outline: none;
	border: 0px;
	margin: 10px auto 0 auto;
	color: #fff;
	background: #E00B0B;
	font: 16px/40px "微软雅黑";
}

.brand_search li span {
	display: block;
	width: 10px;
	height: 6px;
	background: url(../img/bg.png) -652px -72px no-repeat;
	position: absolute;
	right: 25px;
	top: 13px;
}

.select_drp {
	display: none;
	width: 138px;
	height: 180px;
	overflow-y: auto;
	position: absolute;
	top: 29px;
	right: 15px;
	background: #fff;
	border: 1px solid #ddd;
	z-index: 9;
}

.select_drp li {
	height: 30px;
	text-align: center;
	font: 14px/30px "微软雅黑";
	color: #999;
	cursor: pointer;
}

.select_drp li:hover {
	background: #eee;
}

/*--------------------------三个广告--------------------------------*/
.thr_vd_box {
	width: 100%;
	margin-top: 10px;
	height: auto;
}

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

.thr_vd a {
	overflow: hidden;
	display: block;
	width: 390px;
	height: 160px;
	float: left;
	margin-right: 15px;
}

.thr_vd a:last-child {
	margin: 0;
}

.thr_vd a img:hover {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transition: ease-in-out .5s;
	-webkit-transition: ease-in-out .5s;
	-moz-transition: ease-in-out .5s;
	-ms-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
}


/*----------------------------Brand_library-----------------------------*/

.Brand_library {
	height: auto;
	/* margin-top: 20px; */
}

.Brand_lib_con {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.Brand_lib_tit {
	width: 120px;
	height: 48px;
	margin: 0 auto 0px auto;
	font: 26px/48px "微软雅黑";
	color: #333;
	font-weight: 600;
}

.Brand_lib_tit span {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../img/bg.png) -309px -98px no-repeat;
	float: left;
	margin-top: 12px;
}

.Brand_lib_tit p {
	float: right;
}

.Brand_lib_lsits {
	width: 1200px;
	padding-top: 10px;
	padding-bottom: 30px;
	height: auto;
	background: #fff;
}

.bd_lib_lts_con {
	display: none;
	padding-top: 20px;
}

.bd_lib_lts_tit {
	width: 528px;
	height: 41px;
	margin: 0 auto;
	position: relative;
}

.bdlb_tit_tabs {
	font: 18px/38px "微软雅黑";
	color: #333;
	float: left;
	margin: 0 30px;
	cursor: pointer;
}

.bd_unline {
	width: 30px;
	height: 3px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 51px;
	background: #e00b0b;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.bdlb_lts_items {
	width: 216px;
	height: 296px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

.bdlb_lts_items a {
	display: block;
}
.bdlb_lts_items a:nth-of-type(2)>p:nth-of-type(2){
	color: #E00B0B;
	font-weight: 600;
}
.bdlb_lts_items_img,
.bdlb_lts_items_img img {
	width: 216px;
	height: 216px;
}

.bdlb_lts_items_tit_xj p:first-child {
	margin-top: 14px;
	font: 16px/28px "微软雅黑";
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bdlb_lts_items_tit_xj p:last-child {
	font: 14px/20px "微软雅黑";
	color: #666;
	text-align: center;
}

.bdlb_lts_items_tit_xj p:last-child span {
	color: #E00B0B;
}

.bdlb_lts_items_tit:hover {
	text-decoration: none;
	pointer-events: none;
}

.bdlb_lts_items:hover {
	box-shadow: 0px 4px 5px rgb(23, 23, 23, 0.1);
	transition: all .3s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.read_more {
	display: block;
	width: 110px;
	height: 34px;
	border: 1px solid #ddd;
	font: 16px/32px "微软雅黑";
	color: #666;
	margin: 0 auto;
}

.read_more span {
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	background: url(../img/bg.png) -267px -98px no-repeat;
	margin: 8px 8px 0 23px;
}


/*------------------------TOP10-------------------------*/

.topten_rank {
	height: auto;
	margin-top: 10px;
}

.topRank_con {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.topRank_con_tit {
	width: 240px;
	height: 48px;
	margin: 0 auto 10px auto;
}

.topRank_con_tit span {
	display: block;
	height: 28px;
	width: 35px;
	background: url(../img/bg.png) -373px -125px no-repeat;
	float: left;
	margin-top: 12px;
}

.topRank_con_tit p {
	font: 26px/48px "微软雅黑";
	color: #333;
	font-weight: 600;
	float: right;
}

.topRank_pjct {
	background: #fff;
	height: auto;
	padding: 10px 0 20px 0;
}

.topRank_pjct_tit {
	height: 40px;
	padding: 0 20px;
	margin-bottom: 10px;
}

.topRank_jptj {
	float: left;
}

.topRank_jptj span {
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	margin: 11px 10px 0 0;
	float: left;
	background: url(../img/bg.png) -339px -125px no-repeat;
}

.topRank_jptj div {
	font: 16px/40px "微软雅黑";
	color: #333;
	font-weight: 600;
	float: left;
}

.jp_more {
	display: block;
	float: right;
	font: 14px/40px "微软雅黑";
	color: #999;
}

.topRank_jptj_item {
	width: 216px;
	height: 130px;
	float: left;
	margin-left: 20px;
}


/*----------------------------------Merch_info---------------------------------*/

.Merch_info {
	height: auto;
	/* margin-top: 24px; */
}

.Merch_info_con {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

.Merch_info_tits {
	height: 48px;
	width: 150px;
	margin: 0 auto;
}

.Merch_info_tits i {
	font-size: 30px;
	color: #e00b0b;
	vertical-align: middle;
	line-height: 48px;
}

.Merch_info_tits_join {
	width: 195px;
}

.Merch_info_tits span {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../img/bg.png) -276px -125px no-repeat;
	float: left;
	margin: 11px 0 0 0;
}

.Merch_info_tits p {
	font: 26px/48px "微软雅黑";
	color: #333;
	font-weight: 600;
	float: right;
}

.Merch_info_pjct {
	padding: 20px 20px 30px 20px;
	background: #fff;
	/* margin-top: 14px; */
}

.Merch_pjct_mqzq {
	width: 400px;
	float: left;
	margin-right: 50px;
}

.Merch_pjct_tits {
	height: 38px;
	position: relative;
}

.Merch_pjct_tits p {
	font: 18px/20px "微软雅黑";
	color: #333;
	font-weight: 600;
	border-left: 4px solid #E00B0B;
	padding-left: 14px;
	float: left;
}

.mqzq_items {
	height: 18px;
	float: right;
}

.mqzq_items_tabs {
	font: 14px/18px "微软雅黑";
	color: #333;
	float: left;
	margin-left: 20px;
	cursor: pointer;
}

.mq_unline {
	display: block;
	position: absolute;
	height: 3px;
	width: 30px;
	background: #E00B0B;
	bottom: 10px;
	right: 192px;
}

.pjct_mqzq_img,
.pjct_mqzq_img img {
	display: block;
	width: 400px;
	height: 200px;
}

.module_name {
	padding-top: 6px;
	height: 42px;
}

.module_name p {
	font: 16px/32px "微软雅黑";
	color: #333;
	float: left;
	font-weight: 600;
}

.module_name a {
	display: block;
	font: 14px/32px "微软雅黑";
	color: #E00B0B;
	float: right;
}

.module_intro {
	font: 14px/26px "微软雅黑";
	color: #999;
}

.qxpp_con p {
	font: 16px/46px "微软雅黑";
	color: #333;
	font-weight: 600;
}

.qxpp_lists a {
	display: block;
	width: 72px;
	height: 42px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
}

.qxpp_lists a:last-child {
	margin: 0;
}

.qxpp_lists a:hover {
	border-color: #E00B0B;
}

.ppjm_list {
	width: 190px;
	float: left;
}

.ppjm_list:first-child {
	margin-right: 20px;
}

.ppjm_list_tit {
	margin-top: 12px;
	font: 16px/34px "微软雅黑";
	color: #333;
	font-weight: 600;
}

.ppjm_list_item li a {
	display: block;
	height: 30px;
	font: 14px/30px "微软雅黑";
	color: #666;
}

.ppjm_list_item li a span {
	display: block;
	width: 4px;
	height: 4px;
	background: #E00B0B;
	float: left;
	margin: 13px 10px 0 0;
}

.ppjm_list_item li a p {
	width: 170px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Merch_zs_cla {
	float: left;
	margin-bottom: 25px;
}

.zshb_lists {
	height: 300px;
}

.zshb_lists_img {
	height: 300px;
	width: 300px;
	float: left;
	position: relative;
}

.zshb_lists_img li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.zshb_lists_img li a,
.zshb_lists_img li a img {
	display: block;
	width: 300px;
	height: 300px;
}

.zshb_lists_img li a {
	position: relative;
}

.zshb_lists_img li a p {
	font: 16px/36px "微软雅黑";
	color: #fff;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: normal;
	padding-left: 10px;
}

.zshb_lists_tits {
	float: left;
	width: 150px;
	height: 300px;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.zshb_lists_tits li a {
	display: block;
	height: 30px;
	font: 14px/30px "微软雅黑";
	color: #666;
}

.zshb_lists_tits li:last-child a {
	height: 29px;
	font: 14px/28px "微软雅黑";
	color: #666;
}

.zshb_lists_tits li a span {
	display: block;
	width: 4px;
	height: 4px;
	background: #e00b0b;
	float: left;
	margin: 13px 10px 0 20px;
}

.zshb_lists_tits li a p {
	width: 100px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zshb_lists_items {
	float: right;
	margin-left: 20px;
	height: 300px;
	overflow: hidden;
}

.zshb_item {
	width: 240px;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.zshb_item_img {
	display: block;
	width: 130px;
	height: 80px;
	float: left;
	border: 1px solid #ddd;
}

/*kezihang*/
.zshb_item_img img {
	width: 100%;
}

.zshb_item_intro {
	width: 80px;
	float: left;
	margin-left: 20px;
	padding-top: 10px;
}

.zshb_item_intro a {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	font: 16px/30px "微软雅黑";
	color: #333;
}

.zshb_item_intro p {
	width: 90px;
	font: 14px/24px "微软雅黑";
	color: #e00b0b;
}

.Merch_ppzs {
	margin-top: 30px;
}

.ppzs_lists_img {
	width: 320px;
	height: 190px;
	float: left;
	margin-right: 20px;
	position: relative;
}

.ppzs_lists_img img {
	display: block;
	height: 190px;
	width: 320px;
}

.ppzs_lists_img p {
	width: 320px;
	font: 16px/36px "微软雅黑";
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ppzs_news {
	width: 350px;
	float: left;
}

.ppzs_news li {
	height: 30px;
	font: 14px/30px "微软雅黑";
}

/* .ppzs_news li span {
	display: block;
	width: 4px;
	height: 4px;
	float: left;
	margin: 13px 10px 0 0;
	background: #E00B0B;
} */

.ppzs_news li a {
	width: 90%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	color: #333;
	display: flex;
	justify-content: space-between;
}
.ppzs_news li a>span:nth-of-type(1)::before{
	display: inline-block;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #e00b0b;
	margin-right: 10px;
	vertical-align: middle;
}
.ppzs_news li a>span:nth-of-type(1){
	display: block;
	width: 245px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ppzs_news li a>span:nth-of-type(2)>i{
	font-size: 14px;
	color: #ff6000;
	margin-right: 2px;
}
/*--------------------------------Invent_zs---------------------------*/

.Invent_zs {
	height: auto;
	width: 100%;
	margin-top: 24px;
}

.Invent_zs_con {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

.Invent_zs_tit {
	width: 150px;
	margin: 0 auto 14px auto;
	height: 48px;
}

.Invent_zs_tit span {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../img/bg.png) -716px -186px no-repeat;
	float: left;
	margin: 12px 0 0 0;
}

.Invent_zs_tit p {
	font: 26px/48px "微软雅黑";
	color: #333;
	font-weight: 600;
	float: right;
}

.Invent_lydt {
	width: 290px;
	height: 598px;
	background: #fff;
	padding: 20px;
	float: left;
}

.Invent_lydt_tit {
	height: 30px;
}

.Invent_lydt_tit p {
	font: 18px/20px "微软雅黑";
	color: #333;
	font-weight: 600;
	border-left: 4px solid #E00B0B;
	padding-left: 14px;
	float: left;
}

.Invent_lydt_tit a {
	display: block;
	font: 14px/24px "微软雅黑";
	color: #666;
	float: right;
}

.Invent_lydt_lists li {
	padding-top: 12px;
	height: auto;
	border-bottom: 1px solid #ededed;
}

.Invent_lydt_lists li:first-child {
	padding: 0;
}

.Invent_lydt_lists li:last-child {
	border-bottom: 0;
}

.lydt_item_tit {
	height: 30px;
}

.lydt_item_tit p {
	font: 16px/ 28px "微软雅黑";
	color: #333;
	font-weight: 600;
	float: left;
}

.lydt_item_tit p span {
	margin-left: 10px;
	font: 14px/30px "微软雅黑";
	color: #666;
	font-weight: normal;
}

.lydt_item_tit p a {
	font: 14px/30px "微软雅黑";
	color: #E00B0B;
}

.lydt_item_tit i {
	display: block;
	font-style: normal;
	background: #21c366;
	font: 14px/20px "微软雅黑";
	color: #fff;
	border-radius: 6px;
	width: 20px;
	height: 20px;
	float: right;
	text-align: center;
	margin-top: 5px;
}

.lydt_item_adr {
	height: 24px;
}

.lydt_item_adr i {
	display: block;
	width: 12px;
	height: 14px;
	background: url(../img/bg.png) -408px -156px no-repeat;
	float: left;
	margin: 5px 10px 0 0;
}

.lydt_item_adr p {
	font: 14px/24px "微软雅黑";
	color: #999;
}

.lydt_item_intro {
	font: 14px/34px "微软雅黑";
	color: #333;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Invent_jmwd_zhzq {
	float: left;
	margin-left: 10px;
}

.Invent_jmwd {
	padding: 20px;
	background: #fff;
	width: 610px;
	height: 320px;
}

.Invent_jmwd_list {
	width: 265px;
	float: left;
}

.Invent_jmwd_list:first-child {
	margin-right: 30px;
}

.jmwd_Q {
	height: 38px;
}

.jmwd_Q span {
	display: block;
	height: 22px;
	width: 22px;
	float: left;
	background: url(../img/bg.png) -684px -186px;
	margin: 8px 0 0 0;
}

.jmwd_Q p {
	float: left;
	margin-left: 10px;
	font: 14px/38px "微软雅黑";
	color: #333;
}

.jmwd_A {
	height: 60px;
}

.jmwd_A span {
	display: block;
	width: 22px;
	height: 20px;
	float: left;
	background: url(../img/bg.png) -652px -186px;
	margin: 20px 12px 0 0;
}

.jmwd_A p {
	font: 14px/24px "微软雅黑";
	color: #999;
	float: left;
	width: 230px;
	margin-top: 7px;
}

.Invent_jmwd_list li {
	height: 30px;
}

.Invent_jmwd_list li span {
	display: block;
	width: 4px;
	height: 4px;
	background: #E00B0B;
	float: left;
	margin: 13px 10px 0 0;
}

.Invent_jmwd_list li a {
	display: block;
	width: 250px;
	float: left;
	font: 14px/32px "微软雅黑";
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Invent_zhzq {
	background: #fff;
	padding: 20px;
	margin-top: 10px;
}

.Invent_zhzq_itemImg {
	display: block;
	margin-top: 8px;
	width: 270px;
	height: auto;
	float: left;
}

.Invent_zhzq_itemImg img {
	width: 270px;
	height: 160px;
}

.Invent_zhzq_itemImg p {
	width: 270px;
	height: 30px;
	font: 16px/36px "微软雅黑";
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zhzq_item_list {
	float: left;
	margin-left: 20px;
}

.zhzq_item_list li {
	height: 32px;
}

.zhzq_item_list li span {
	display: block;
	width: 4px;
	height: 4px;
	background: #E00B0B;
	float: left;
	margin: 14px 10px 0 0;
}

.zhzq_item_list li a {
	display: block;
	width: 265px;
	float: left;
	font: 14px/32px "微软雅黑";
	color: #333;

}

.Invent_xqdt {
	width: 280px;
	height: 598px;
	float: right;
	background: #fff;
	padding: 20px;
}

.Invent_btns {
	height: 40px;
	width: 210px;
	margin: 8px auto 0 auto;
}

.Invent_btns a {
	float: left;
	display: block;
	height: 40px;
	width: 100px;
	border-radius: 6px;
	font: 16px/38px "微软雅黑";
	text-align: center;
}

.Invent_btns_sjdl {
	border: 1px solid #e00b0b;
	color: #e00b0b;
	margin-right: 10px;
}

.Invent_btns_fbxq {
	border: 1px solid #f9a411;
	color: #f9a411;
}

.Invent_xq_lists li {
	padding-top: 20px;
	height: 95px;
	width: 230px;
	margin-left: 10px;
	border-bottom: 1px solid #ededed;
}

.Invent_xq_lists li:last-child {
	border-bottom: 0;
}

.Invent_xq_intro {
	height: 26px;
}

.Invent_xq_intro p {
	font: 16px/26px "微软雅黑";
	color: #333;
	font-weight: 600;
	float: left;
}

.Invent_xq_adr {
	height: 26px;
	float: left;
	margin: 0 20px;
}

.Invent_xq_adr i {
	display: block;
	width: 12px;
	height: 14px;
	background: url(../img/bg.png) -408px -156px no-repeat;
	margin: 6px 10px 0 0;
	float: left;
}

.Invent_xq_adr span {
	font: 14px/26px "微软雅黑";
	color: #999;
}

.Invent_xq_intro a {
	display: block;
	width: 60px;
	height: 26px;
	border: 1px solid #E00B0B;
	font: 16px/24px "微软雅黑";
	color: #E00B0B;
	border-radius: 20px;
	text-align: center;
	float: right;
}

.Invent_xq_intro a:hover {
	background: #E00B0B;
	color: #fff;
	text-decoration: none;
}

.Invent_xq_con {
	margin-top: 5px;
	height: 32px;
}

.Invent_xq_con span {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/bg.png) -432px -156px no-repeat;
	float: left;
	margin: 8px 10px 0 0;
}

.Invent_xq_con p {
	font: 14px/32px "微软雅黑";
	color: #333;
	width: 204px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.way5 {
	margin-top: 30px;
	width: 100%;
}

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

.topRank_clas_pjct {
	float: left;
	width: 388px;
	height: 602px;
	background: #fff;
	padding: 10px 20px 20px 20px;
	margin-right: 18px;
	margin-top: 20px;
}

.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: 622px;
	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;
}

/* 新版招商资讯样式开始 */
.new-info .Merch_pjct_mqzq_con>a {
	position: relative;
	overflow: hidden;
}

.new-info .Merch_pjct_mqzq_con>a>p {
	width: 400px;
	height: 41px;
	background-color: rgba(255, 255, 255, 0.61);
	position: absolute;
	bottom: 0;
	font-size: 18px;
	line-height: 41px;
	color: #333333;
	padding-left: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

.Merch_pjct_mqzq_con>.intro-detail {
	width: 400px;
	padding: 0 19px 0 9px;
	box-sizing: border-box;
	margin-top: 16px;
}

.Merch_pjct_mqzq_con>.intro-detail>a {
	display: block;
}

.Merch_pjct_mqzq_con>.intro-detail>a>span:first-of-type {
	font-size: 14px;
	color: #666666;
}

.Merch_pjct_mqzq_con>.intro-detail>a>span:last-of-type {
	float: right;
	font-size: 14px;
	color: #e00b0b;
}

.new-info .Merch_ppzs {
	margin-top: 0;
}

.new-info .ppzs_lists_img {
	height: 284px;
}

.new-info .ppzs_lists_img>p {
	width: 330px;
	height: 45px;
	background-color: rgba(255, 255, 255, 0.61);
	font-size: 18px;
	line-height: 45px;
	color: #333333;
}

.new-info .ppzs_lists_img img {
	width: 330px;
	height: 284px;
}

.new-info .Merch_info_pjct>div {
	display: flex;
}

.new-info .Merch_info_pjct>div>div {
	float: none;
	margin-right: 20px;
}

.new-info .Merch_ppzs_lists {
	display: flex;

}

.new-info .Merch_ppzs_lists>.ppzs_lists_img {
	float: none;
	margin-right: 23px;
}

.new-info .ppzs_news {
	width: 365px;
}

.new-info .ppzs_news li {
	margin-bottom: 8px;
}

.new-info .ppzs_news li a {
	width: 105%;
	color: #666666;
}

.new-info .ppzs_news li a:hover {
	color: #e00b0b;
}

/* 品牌动态 */
.brand-dynamic>div {
	display: flex;
	width: 400px;
	justify-content: space-between;
}

.brand-dynamic>div>a,
.brand-dynamic>div>a>img {
	display: block;
	width: 190px;
	height: 112px;
	background-color: #959595;
	border-radius: 1px;
}

.brand-dynamic>ul>li>a {
	width: 400px;
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: flex;
	justify-content: space-between;
}
.brand-dynamic>ul>li>a>span:nth-of-type(1){
	display: block;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.brand-dynamic>ul>li>a>span:nth-of-type(1)::before {
	display: inline-block;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #e00b0b;
	vertical-align: middle;
	margin-right: 15px;
}
.brand-dynamic>ul>li>a>span:nth-of-type(2)>i{
	font-size: 14px;
	color: #ff6000;
	margin-right: 2px;
}
.brand-dynamic>ul>li>a:hover {
	color: #e00b0b;
}

/* 品牌招商 */
.brand-investment>ul {
	width: 330px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.brand-investment>ul>li>a,
.brand-investment>ul>li>a>img {
	display: block;
}

.brand-investment>ul>li>a>img {
	width: 159px;
	height: 89px;
	background-color: #ffcfcf;
}

.brand-investment>ul>li>a>p {
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin: 8px 0 6px;
}

.brand-investment>ul>li>a>div {
	text-align: center;
	font-size: 14px;
	color: #e00b0b;
	margin-bottom: 10px;
}

/* 加盟动态 */
.join-dynamic>ul>li>a {
	display: flex;
	align-items: center;
	margin-bottom: 9px;
}

.join-dynamic>ul>li>a>div>h6 {
	width: 220px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}

.join-dynamic>ul>li>a>div>p {
	width: 211px;
	height: 40px;
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.join-dynamic>ul>li>a>img {
	display: block;
	width: 158px;
	height: 90px;
	background: rebeccapurple;
}

.new-info .Merch_info_pjct .look-more {
	display: block;
	width: 110px;
	height: 34px;
	border: solid 1px #dddddd;
	margin: 20px auto 0;
	font-size: 16px;
	text-align: center;
	line-height: 34px;
	color: #666666;
}

.new-info .Merch_info_pjct .look-more>i {
	font-size: 18px;
	vertical-align: middle;
	margin-right: 8px;
}

/* 加盟资讯推荐 */
.Merch_info_join {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #fff;
}

.Merch_info_join>h6 {
	border-bottom: 3px solid #ccc;
	padding-top: 4px;
	padding-bottom: 13px;
	box-sizing: border-box;
	text-align: right;
}

.Merch_info_join>h6 {
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #e00b0b;
}

.Merch_info_join>h6>span {
	font-size: 18px;
}

.Merch_info_join>h6>span:first-of-type {
	margin-right: 18px;
}

.Merch_info_join>.join-info {
	display: flex;
	margin-top: 14px;
	justify-content: space-between;
}

.Merch_info_join>.join-info>.join-info-content {
	width: 350px;
	overflow: hidden;
}

.Merch_info_join>.join-info>.join-info-content>ul {
	display: flex;
	justify-content: space-around;
}

.Merch_info_join>.join-info>.join-info-content>ul>li {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	cursor: pointer;
}

.Merch_info_join>.join-info>.join-info-content>ul>.selcet {
	color: #e00b0b;
}

.Merch_info_join>.join-info>.join-info-content>ul>.selcet::after {
	display: block;
	content: "";
	width: 39px;
	height: 3px;
	background-color: #e00b0b;
	margin: 0 auto;
}

.Merch_info_join .join-info-content>.join-info-detail {
	margin-top: 9px;
}

.Merch_info_join .join-info-content>.join-info-detail>ul>li>a {
	display: flex;
	justify-content: space-between;
}

.Merch_info_join .join-info-content>.join-info-detail>ul>li:first-of-type>a>img {
	display: block;
	width: 111px;
	height: 70px;
	background-color: #2aaebe;
	border-radius: 2px;
}

.Merch_info_join .join-info-content>.join-info-detail>ul>li:first-of-type>a>div>h6 {
	width: 208px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.Merch_info_join .join-info-content>.join-info-detail>ul>li:first-of-type>a>div>p {
	width: 224px;
	height: 38px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.Merch_info_join .join-info-content>.join-info-detail>ul>li>a>p {
	width: 211px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Merch_info_join .join-info-content>.join-info-detail>ul>li {
	margin-top: 15px;
}

.Merch_info_join .join-info-content>.join-info-detail>ul>li>a>p::before {
	display: inline-block;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #e00b0b;
	margin-right: 10px;
	vertical-align: middle;
}

.Merch_info_join .join-info-content>.join-info-detail>ul>li>a>span {
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}

.Merch_info_join .join-info-content>.join-info-detail>ul>li>a>span>i {
	font-size: 14px;
	color: #ff6000;
	margin-right: 2px;
}

.Merch_info_join .join-info-content>.join-info-detail>ul>li>a>span>span {
	display: inline-block;
}

.Merch_info_join .join-info-content>.join-info-detail>ul>li>a>p:hover {
	color: #e00b0b;
}

.Merch_info_join .join-info-content>.join-info-detail>ul:nth-of-type(2) {
	display: none;
}

/* 底部广告位置 */
.adv-img {
	display: block;
	width: 1200px;
	height: 80px;
	overflow: hidden;
	margin-top: 10px;
}

.adv-img>a,
.adv-img>a>img {
	display: block;
	width: 1200px;
	height: 80px;
}

/*  */
.join_yy {
	margin-bottom: 10px;
	height: auto;
	padding: 10px 20px 20px 20px;
	background: #fff;
}

.join_yy {
	height: 245px;
	margin-bottom: 0;
	overflow: hidden;
}

.join_yy_list {
	height: 230px;
	overflow: hidden;
	margin-top: 6px;
}

.join_rank_tit {
	height: 36px;
	font: 16px/36px "微软雅黑";
	color: #333;
	font-weight: 600;
}

.join_rank_tit p {
	display: inline-block;
	vertical-align: 2px;
}

.join_rank_tit span {
	display: inline-block;
	width: 44px;
	height: 16px;
	background: url(../img/bg.png) -401px 0 no-repeat;
	margin-top: 11px;
}

.join_rank_list {
	padding-left: 10px;
}

.join_rank_list li a {
	display: block;
	height: auto;
}

.join_rank_list li a:hover {
	text-decoration: none;
}

.join_yy_list li a {
	display: block;
	text-decoration: none;
	width: 208px;
	height: 15px;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: flex;
	justify-content: space-between;
}

.join_yy_list li a>span:nth-of-type(1) {
	display: inline-block;
	/* width: 125px; */
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.join_yy_list li a:hover {
	color: #e00b0b;
}