nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #e00b0b;
}

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

nav .width1200 {
	display: flex;
	display: -webkit-flex;
}

nav .width1200>a {
	display: block;
	padding: 0 46px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
}

nav .width1200>a:hover,
nav .width1200>.active {
	background: #b90909;
}

.newbrand-beacknav {
	width: 1200px;
	margin: 0 auto;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-bottom: 4px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: .2;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #e00b0b;
}

.advan-img {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.advan-img>a {
	margin-top: 4px;
}

.advan-img>a,
.advan-img>a img {
	display: block;
	width: 598px;
	height: 70px;
}

/* 热门排行开始----------- */
.hot-paihang {
	position: relative;
}

.wyrb-mask {
	position: absolute;
	right: 0;
	display: block;
	width: 128px;
	height: 40px;
	border-radius: 64px;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	top: 18px;
	background: #D7000F;
	cursor: pointer;
}

.wyrb-mask:hover,
.business-special .business-content .business-join>h3>strong:hover{
	background: #f32727;
}

/* 统一大标题样式 */
.hot-paihang .wantJoin-in{
	padding: 20px 0 30px;
	display: flex;
	justify-content: center;
}
.hot-paihang .wantJoin-in>h3,.hot-paihang .wantJoin-in>h2,.hot-paihang .wantJoin-in>h1{
	display: flex;
}
.hot-paihang .title {
	font-size: 26px;
	color: #de000e;
	overflow: hidden;
	padding: 10px 0 20px 0;
}
.hot-paihang .title a{
	color: #de000e;
}
.hot-paihang .title span {
	display: block;
	float: left;
	width: 48px;
	height: 32px;
	margin-top: 3px;
	padding-right: 10px;
	background: url(../images/hy_17.png) no-repeat;
}

.hot-paihang .content,
.hot-paihang .content .brand-rank>ul {
	display: flex;
	justify-content: space-between;
}

.hot-paihang .content .brand-rank {
	width: 1200px;
	background: #fff;
	overflow: hidden;
}

.hot-paihang .content .brand-rank>ul>li {
	width: 411px;
	height: 50px;
	background: #ececec;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #999;
	position: relative;
	cursor: pointer;
	margin: 0 1px;
}

.hot-paihang .content .brand-rank>ul>li.now {
	background: #fff;
	color: #D7000F;
	border-top: 3px #D7000F solid;
}

.hot-paihang .content .brand-rank>ul>li:nth-of-type(1)::after,
.hot-paihang .content .brand-rank>ul>li:nth-of-type(3)::after{
	content: '';
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	right: 150px;
	top: 8px;
}
.hot-paihang .content .brand-rank>ul>li:nth-of-type(4)::after{
	content: '';
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	right: 104px;
	top: 8px;
	background: url(../images/hy_13.png) no-repeat;
}
.hot-paihang .content .brand-rank>ul>li:nth-of-type(2)::after {
	content: '';
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	right: 150px;
	top: 8px;
}

.hot-paihang .content .brand-rank>div {
	padding: 20px;
}

.hot-paihang .content .brand-rank>div>a {
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #D7000F;
}

.hot-paihang .content .brand-rank>div>a>img {
	display: inline-block;
	margin-left: 12px;
	margin-top: -3px;
}

.hot-paihang .content .brand-rank>div>table {
	border: 0;
	table-layout:fixed;
	width: 1160px;
}

.hot-paihang .content .brand-rank>div>table>thead>tr>th {
	background: #f2f2f2;
	font-size: 14px;
	color: #666;
	text-align: center;
	padding: 8px 0;
	position: relative;
}
.hot-paihang .content .brand-rank>div>table>thead>tr>th:nth-of-type(1)::after,
.hot-paihang .content .brand-rank>div>table>thead>tr>th:nth-of-type(2)::after,
.hot-paihang .content .brand-rank>div>table>thead>tr>th:nth-of-type(3)::after,
.hot-paihang .content .brand-rank>div>table>thead>tr>th:nth-of-type(4)::after{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 16px;
	background: #ccc;
	right: 0;
	top: 12px;
}

.hot-paihang .content .brand-rank>div>table>tbody>tr>th>img {
	display: inline-block;
}

.hot-paihang .content .brand-rank>div>table>tbody>tr {
	height: 75px;
	border-bottom: 1px #eee solid;
}
.hot-paihang .content .brand-rank>div>table>tbody>tr:hover{
	background: #f7f7f7;
}
.hot-paihang .content .brand-rank>div>table>tbody>tr:nth-of-type(10) {
	border-bottom: 0 #eee solid;
}

.hot-paihang .content .brand-rank>div>table>tbody>tr>th {
	text-align: center;
	font-weight: normal;
}

.hot-paihang .content .brand-rank>div>table>tbody>tr>th:nth-of-type(1)>span{
	padding: 2px 6px;
	background: #cacaca;
	border-radius: 3px;
	color: #fff;
}
.hot-paihang .content .brand-rank>div>table>tbody>tr>th:nth-of-type(2) img {
	width: 96px;
	height: 59px;
	border-radius: 5px;
	border: 1px #eee solid;
	vertical-align: middle;
	float: left;
}

.hot-paihang .content .brand-rank>div>table>tbody>tr>th:nth-of-type(2) {
	padding: 0 4px;
	position: relative;
}
.hot-paihang .content .brand-rank>div>table>tbody>tr>th:nth-of-type(3) {
	width: 382px;
	height: 64px;
	overflow: hidden;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
.hot-paihang .content .brand-rank>div>table>tbody>tr:nth-of-type(1)>th:nth-of-type(2),
.hot-paihang .content .brand-rank>div>table>tbody>tr:nth-of-type(1)>th:nth-of-type(3),
.hot-paihang .content .brand-rank>div>table>tbody>tr:nth-of-type(1)>th:nth-of-type(4),
.hot-paihang .content .brand-rank>div>table>tbody>tr:nth-of-type(1)>th:nth-of-type(2) span,
.hot-paihang .content .brand-rank>div>table>tbody>tr:nth-of-type(1)>th:nth-of-type(5) span {
	color: #de000e;

}

.hot-paihang .content .brand-rank>div>table>tbody>tr:nth-of-type(2)>th:nth-of-type(2),
.hot-paihang .content .brand-rank>div>table>tbody>tr:nth-of-type(2)>th:nth-of-type(3),
.hot-paihang .content .brand-rank>div>table>tbody>tr:nth-of-type(2)>th:nth-of-type(4),
.hot-paihang .content .brand-rank>div>table>tbody>tr:nth-of-type(2)>th:nth-of-type(2) span,
.hot-paihang .content .brand-rank>div>table>tbody>tr:nth-of-type(2)>th:nth-of-type(5) span {
	color: #ff7640;
}

.hot-paihang .content .brand-rank>div>table>tbody>tr:nth-of-type(3)>th:nth-of-type(2),
.hot-paihang .content .brand-rank>div>table>tbody>tr:nth-of-type(3)>th:nth-of-type(3),
.hot-paihang .content .brand-rank>div>table>tbody>tr:nth-of-type(3)>th:nth-of-type(4),
.hot-paihang .content .brand-rank>div>table>tbody>tr:nth-of-type(3)>th:nth-of-type(2) span,
.hot-paihang .content .brand-rank>div>table>tbody>tr:nth-of-type(3)>th:nth-of-type(5) span {
	color: #f1a31b;
}

.hot-paihang .content .brand-rank>div>table>tbody>tr>th:nth-of-type(2) span {
	display: block;
	width: 168px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	font-size: 14px;
	margin-top: 14px;
	text-align: left;
	margin-left: 20px;
	font-weight: normal;
}

/* 热门行业查看开始---------- */
.brand-list {
	width: 370px;
	background: #fff;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
}

.brand-list>h3 {
	font-size: 20px;
	color: #333;
	border-bottom: 1px #eee solid;
	padding-bottom: 20px;
}

.brand-list>h3>span {
	display: block;
	float: left;
	width: 40px;
	height: 27px;
	margin-top: -4px;
	padding-right: 10px;
	box-sizing: border-box;
	background: url(../images/hy_30.png) no-repeat;
}

.brand-list>ul {
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	border-bottom: 1px #eee solid;
	padding-bottom: 10px;
}

.brand-list>ul>li {
	display: block;
	width: 82px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.brand-list>ul>li>a {
	color: #666;
}

.brand-list>ul>li>a:hover,
.zf-brand>div>a:hover {
	color: #D7000F;
}

.brand-list>h3:nth-of-type(2) {
	margin-top: 20px;
}

.brand-list>h3:nth-of-type(2)>span {
	background: url(../images/hy_23.png) no-repeat;
}

.zf-brand>a {
	display: flex;
}

.zf-brand>a:nth-of-type(1) {
	padding: 14px 0 10px 0;
}

.zf-brand>div>a i {
	width: 4px;
	height: 4px;
	background: #D7000F;
	display: inline-block;
	margin: 8px 10px 8px 0;
	float: left;
}

.zf-brand>a>img {
	display: block;
	width: 160px;
	height: 110px;
	margin-right: 12px;
}

.ttp-brand>.under a>img {
	display: block;
	width: 160px;
	height: 98px;
	margin-right: 12px;
}

.zf-brand>a>div>h3 {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 4px;
}

.zf-brand>a>div>p {
	color: #999;
}

.zf-brand>div>a {
	display: block;
	color: #333;
	width: 330px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 14px 0;
}

.long-advan-img {
	margin-top: 24px
}

/* 品牌专区开始------------ */
.interact-special .title,
.brand-special .title {
	font-size: 26px;
	color: #de000e;
	line-height: 44px;
	overflow: hidden;
	padding: 20px 0;
}

.brand-special .title span {
	display: block;
	float: left;
	width: 48px;
	height: 44px;
	margin-top: 3px;
	padding-right: 10px;
	background: url(../images/hy_19.png) no-repeat;
}

.interact-special .title span {
	display: block;
	float: left;
	width: 48px;
	height: 44px;
	margin-top: 3px;
	padding-right: 10px;
	background: url(../images/hy_12.png) no-repeat;
}

.brand-special .title>a,
.interact-special .title>a {
	float: right;
	color: #999;
	font-size: 14px;
}
.brand-special .title h2{
	display: inline-block;
	font-size: 26px;
	color: #de000e;
	line-height: 44px;
}
.brand-special .title h2 a{
	color: #de000e;
}

.brand-special .brand-show {
	display: flex;
	justify-content: space-between;
	height: auto;
	overflow: hidden;
}

.brand-special .brand-show>a {
	display: block;
	width: 226px;
	height: 338px;
	overflow: hidden;
	position: relative;
}

.brand-special .brand-show>a>img {
	width: 100%;
	height: 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.brand-special .brand-show>a:nth-of-type(2),
.brand-special .brand-show>a:nth-of-type(2)>img,
.brand-special .brand-show>a:nth-of-type(3),
.brand-special .brand-show>a:nth-of-type(3)>img {
	display: block;
	width: 478px;
	height: 338px;
	position: relative;
}

.brand-special .brand-show>a>img:hover {
	cursor: pointer;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9 */
	-moz-transform: scale(1.1);
	/* Firefox */
	-webkit-transform: scale(1.1);
	/* Safari 和 Chrome */
	-o-transform: scale(1.1);
}

.brand-special .brand-show>a>div {
	position: absolute;
	width: 100%;
	height: 70px;
	background: rgba(0, 0, 0, 0.5);
	bottom: 32px;
	left: 0;
	display: flex;
}

.brand-special .brand-show>a>div>img {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #fff;
	margin: 6px 0 6px 16px;
}

.brand-special .brand-show>a>div>span {
	color: #fff;
	display: block;
	line-height: 70px;
	margin-left: 16px;
	font-size: 16px;
	width: 65%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.brand-special .brand-content {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.brand-special .brand-content .recommend-brand>h3,
.brand-special .brand-content .newly-in>h3 {
	font-size: 20px;
	color: #333;
	line-height: 44px;
	overflow: hidden;
	padding-bottom: 14px;
}

.brand-special .brand-content .recommend-brand>h3 span,
.brand-special .brand-content .newly-in>h3 span {
	display: block;
	float: left;
	width: 40px;
	height: 34px;
	margin-top: 5px;
	padding-right: 10px;
	background: url(../images/hy_25.png) no-repeat;
}
.brand-special .brand-content .recommend-brand>h3 a{
	color: #333;
}

.brand-special .brand-content .newly-in>h3 span {
	width: 40px;
	height: 34px;
	margin-top: 9px;
	background: url(../images/hy_21.png) no-repeat;
}
.brand-special .brand-content .recommend-brand>div{
	width: 840px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.brand-special .brand-content .recommend-brand>div>a{
	display: block;
	width: 160px;
	background: #fff;
	padding-bottom: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.brand-special .brand-content .recommend-brand>div>a:hover{
	box-shadow: 3px 3px 10px #ededed;
}
.brand-special .brand-content .recommend-brand>div>a>div{
	width: 160px;
	height: 98px;
}

.brand-special .brand-content .recommend-brand>div>a>div>img{
	width: 100%;
	height: 100%;
}
.brand-special .brand-content .recommend-brand>div>a>p{
	color: #333;
	font-size: 16px;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.brand-special .brand-content .recommend-brand>div>a>p:hover{
	color: #D7000F;
}
.brand-special .brand-content .newly-in{
	width: 344px;
}
.brand-special .brand-content .newly-in>div{
	width: 344px;
	height: 457px;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.brand-special .brand-content .newly-in>div>ul{
	height: 382px;
	overflow: hidden;
}
.brand-special .brand-content .newly-in>h3>a {
	color: #D7000F;
	font-size: 18px;
	float: right;
	cursor: pointer;
}
.New-entro>ul>li{
	padding: 7px 0;
	border-bottom: 1px #f0f0f0 dashed;
	overflow: hidden;
	line-height: 24px;
}
.New-entro>ul>li:nth-of-type(1){
	padding-top: 0;
}
.New-entro>ul>li>i{
	display: inline-block;
	float: left;
	width: 4px;
	height: 4px;
	background: #D7000F;
	margin: 11px 14px 0 0;
}
.New-entro>ul>li>a{
	display: block;
	width: 256px;
	float: left;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.baike-exhibition .New-entro>ul>li>a{
	width: 346px;
	font-size: 15px;
}
.New-entro>ul>li>a:hover{
	color: #D7000F;
}
.New-entro>ul>li>span{
	color: #fff;
	float: right;
	display: block;
	width: 30px;
	height: 18px;
	background: #D7000F;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
}
.baike-exhibition .New-entro>ul>li>span{
	background: none;
	color: #999;
	width: 90px;
	font-size: 14px;
}
.baike-exhibition .New-entro>a{
	display: block;
	overflow: hidden;
	margin: 6px 0;
}
.baike-exhibition .New-entro>a>div:nth-of-type(1){
	width: 184px;
	height: 130px;
	overflow: hidden;
	float: left;
}
.baike-exhibition .New-entro>a>div:nth-of-type(1)>img{
	width: 100%;
	height: 100%;
}
.baike-exhibition .New-entro>a>div:nth-of-type(2){
	display: block;
	float: left;
	margin-left: 16px;
	width: 250px;
}
.baike-exhibition .New-entro>a>div:nth-of-type(2)>h3{
	font-size: 16px;
	color: #333;
}
.baike-exhibition .New-entro>a>div:nth-of-type(2)>p{
	color: #999;
	margin: 12px 0;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* 招商专区开始--------------- */
.business-special>.title,
.newly-information>.title,
.cooperation-brand>.title{
	font-size: 26px;
	color: #de000e;
	line-height: 44px;
	overflow: hidden;
	padding: 20px 0;
}
.business-special>.title h2,.newly-information>.title h2{
	display: inline-block;
	font-size: 26px;
	color: #de000e;
	line-height: 44px;
}
.business-special>.title h2 a,.newly-information>.title h2 a{
	color: #de000e;
}

.business-special>.title span:nth-of-type(1),
.newly-information>.title span:nth-of-type(1),
.cooperation-brand>.title span:nth-of-type(1){
	display: block;
	float: left;
	width: 48px;
	height: 44px;
	margin-top: 3px;
	padding-right: 10px;
	background: url(../images/hy_19.png) no-repeat;
}
.cooperation-brand>.title span:nth-of-type(1){
	margin-top: 8px;
	background: url(../images/hy_11.png) no-repeat;
}
.newly-information>.title span:nth-of-type(1) {
	margin-top: 8px;
	background: url(../images/hy_26.png) no-repeat;
}

.business-special>.title>span:nth-of-type(2),
.newly-information>.title>span:nth-of-type(2) {
	float: right;
	color: #999;
	font-size: 14px;
}

.business-special>.title>span:nth-of-type(2) a,
.newly-information>.title>span:nth-of-type(2) a {
	color: #999;
	margin: 0 10px;
}

.business-special .business-content {
	background: #fff;
	width: 100%;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.business-special>.title>span:nth-of-type(2) a:hover,
.newly-information>.title>span:nth-of-type(2) a:hover,
.newly-information .information-content>.left>p>a:hover,
.information-content .middle .title span:nth-of-type(2)>a:hover {
	color: #D7000F;
}

.business-special .business-content .business-show {
	width: 770px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.business-special .business-content .business-show>div {
	width: 185px;
	height: auto;
	border: 1px #f6f6f6 solid;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 14px;
}

.business-special .business-content .business-show>div:hover {
	box-shadow: 0 0 10px #e1e1e1;
}

.business-special .business-content .business-show>div>a,
.business-special .business-content .business-show>div>a>img {
	display: block;
	width: 183px;
	height: 146px;
}

.business-special .business-content .business-show>div>div {
	display: block;
	padding: 10px;
	position: relative;
	height: auto;
}
.business-special .business-content .business-show>div>div>p{
	margin: 4px 0 8px 0;
}
.business-special .business-content .business-show>div>div>h3 {
	font-size: 16px;
	margin: 10px 0 12px 0;
	color: #333;
	width: 100px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.business-special .business-content .business-show>div>div>p>strong,
.business-special .business-content .business-show>div>div>div strong {
	color: #D7000F;
}

.business-special .business-content .business-show>div>div>div {
	display: flex;
	justify-content: space-between;
	margin-top: 6px;
}

.business-special .business-content .business-show>div>div>a {
	position: absolute;
	width: 40px;
	height: 22px;
	background: #D7000F;
	color: #fff;
	border-radius: 3px;
	line-height: 22px;
	text-align: center;
	top: 18px;
	right: 10px;
}

.business-special .business-content .business-show>div>div>a:hover {
	background: #F9A411;
}

/* 加盟咨询开始--------- */
.business-special .business-content .business-join>h3 {
	font-size: 20px;
	color: #333;
	line-height: 44px;
	overflow: hidden;
	margin-top: -10px;
}

.business-special .business-content .business-join>h3 span {
	display: block;
	float: left;
	width: 40px;
	height: 34px;
	margin-top: 9px;
	background: url(../images/hy_31.png) no-repeat;
	;
}

.business-special .business-content .business-join {
	width: 358px;
}

.business-special .business-content .business-join>h3>strong {
	padding: 2px 16px;
	background: #D7000F;
	color: #fff;
	font-size: 14px;
	float: right;
	line-height: 30px;
	border-radius: 4px;
	margin-top: 4px;
	font-weight: normal;
	cursor: pointer;
}

/* 滚动的内容*/
.lydt-rightbox {
	height: 460px;
	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;
	position: relative;
}

.lydt-right>li>span {
	display: block;
	width: 20px;
	height: 20px;
	background: #64dca9;
	text-align: center;
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 16px;
	right: 0;
}

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

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

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

.lydt-right>li>h6>span:nth-of-type(3) {
	float: left;
	display: block;
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lydt-right li h6 .span{
	color: #D7000F;
}

.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>p:nth-of-type(1) {
	color: #333;
	font-size: 14px;
	line-height: 32px;
	margin: 4px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lydt-right>li>p:nth-of-type(2) {
	color: #888;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lydt-right>li>p:nth-of-type(2)>span {
	margin-right: 12px;
}
/* 最新资讯开始---------- */
.information-content .title {
	font-size: 20px;
	color: #333;
	line-height: 44px;
	overflow: hidden;
	margin-top: -10px;
}

.information-content .title span:nth-of-type(1) {
	display: block;
	float: left;
	width: 42px;
	height: 34px;
	padding-right: 10px;
	margin-top: 5px;
	background: url(../images/hy_20.png) no-repeat;
}

.information-content .title:nth-of-type(2) {
	margin: 6px 0;
}

.information-content .title:nth-of-type(2) span:nth-of-type(1) {
	background: url(../images/hy_07.png) no-repeat;
}

.information-content .title>a {
	float: right;
	color: #999;
	font-size: 14px;
}

.newly-information .information-content {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.newly-information .information-content .hot-brandNews{
	padding: 20px;
	background: #fff;
	width: 685px;
	box-sizing: border-box;
}
.newly-information .information-content .baike-exhibition{
	padding: 20px;
	background: #fff;
	width: 500px;
	box-sizing: border-box;
}
.newly-information .information-content .hot-brandNews>h3,
.newly-information .information-content .baike-exhibition>h3 {
	font-size: 20px;
    color: #333;
    line-height: 44px;
    overflow: hidden;
    margin-top: -10px;
}
.newly-information .information-content .baike-exhibition>h3:nth-of-type(2){
	margin-top: 12px;
}
.newly-information .information-content .hot-brandNews>h3>span{
	display: block;
    float: left;
    width: 40px;
    height: 34px;
    margin-top: 4px;
    background: url(../images/hy_20.png) no-repeat;
}
.newly-information .information-content .baike-exhibition>h3:nth-of-type(2)>span{
	margin-top: 8px;
	background: url(../images/hy_23.png) no-repeat;
}
.newly-information .information-content .baike-exhibition>h3>span{
	display: block;
	float: left;
	width: 40px;
	height: 34px;
	margin-top: 7px;
	background: url(../images/hy_07.png) no-repeat;
}
/* 热门资讯开始------- */
.information-content .hot-brandNews>ul>li{
	overflow: hidden;
	border-bottom: 1px #eee solid;
	padding: 15px 0;
}
.information-content .hot-brandNews>ul>li>a.hot-brandNews-item{
	display: block;
	height: auto;
}
.information-content .hot-brandNews>ul>li .hot-brandNews-item>div>span,
.information-content .hot-brandNews>ul>li .hot-brandNews-dw>div:nth-of-type(2)>h3>i {
	display: block;
    float: left;
    width: 16px;
    height: 16px;
    background: #c6c6c6;
    border-radius: 3px;
    text-align: center;
    font: 12px/16px "微软雅黑";
    color: #fff;
    margin: 3px 12px 0 0;
}
.information-content .hot-brandNews>ul>li:nth-of-type(1) .hot-brandNews-item>div>span,
.information-content .hot-brandNews>ul>li:nth-of-type(1) .hot-brandNews-dw>div:nth-of-type(2)>h3>i{
	background: #ff5050;
}
.information-content .hot-brandNews>ul>li:nth-of-type(2) .hot-brandNews-item>div>span,
.information-content .hot-brandNews>ul>li:nth-of-type(2) .hot-brandNews-dw>div:nth-of-type(2)>h3>i{
	background: #ff7636;
}
.information-content .hot-brandNews>ul>li:nth-of-type(3) .hot-brandNews-item>div>span,
.information-content .hot-brandNews>ul>li:nth-of-type(3) .hot-brandNews-dw>div:nth-of-type(2)>h3>i{
	background: #f1a715;
}
.information-content .hot-brandNews>ul>li:nth-of-type(1) .hot-brandNews-item>div>p,
.information-content .hot-brandNews>ul>li:nth-of-type(1) .hot-brandNews-dw>div:nth-of-type(2)>h3>span{
	color: #ff5050;
}
.information-content .hot-brandNews>ul>li:nth-of-type(2) .hot-brandNews-item>div>p,
.information-content .hot-brandNews>ul>li:nth-of-type(2) .hot-brandNews-dw>div:nth-of-type(2)>h3>span{
	color: #ff7636;
}
.information-content .hot-brandNews>ul>li:nth-of-type(3) .hot-brandNews-item>div>p,
.information-content .hot-brandNews>ul>li:nth-of-type(3) .hot-brandNews-dw>div:nth-of-type(2)>h3>span{
	color: #f1a715;
}
.information-content .hot-brandNews>ul>li .hot-brandNews-item>div>p{
	font-size: 16px;
	float: left;
	color: #333;
	width: 560px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.information-content .hot-brandNews>ul>li .hot-brandNews-dw{
	overflow: hidden;
}
.information-content .hot-brandNews>ul>li .hot-brandNews-dw>div:nth-of-type(1){
	float: left;
	width: 176px;
	height: 102px;
	overflow: hidden;
}
.information-content .hot-brandNews>ul>li .hot-brandNews-dw>div:nth-of-type(1)>img{
	width: 100%;
	height: 100%;
}
.information-content .hot-brandNews>ul>li .hot-brandNews-dw>div:nth-of-type(2){
	float: left;
	width: 450px;
	margin-left: 18px;
}
.information-content .hot-brandNews>ul>li .hot-brandNews-dw>div:nth-of-type(2)>h3{
	display: block;
	height: 30px;
}
.information-content .hot-brandNews>ul>li .hot-brandNews-dw>div:nth-of-type(2)>h3>span{
	display: block;
	float: left;
	width: 420px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	font-size: 16px;
	line-height: 22px;
}
.information-content .hot-brandNews>ul>li .hot-brandNews-dw>div:nth-of-type(2)>p{
	color: #999;
	margin: 8px 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.information-content .hot-brandNews>ul>li .hot-brandNews-dw>div:nth-of-type(2)>span{
	display: block;
	float: right;
	color: #999;
}
.information-content .hot-brandNews>ul>li .hot-brandNews-dw{
	display: none;
}
.information-content .hot-brandNews>ul>li .hot-brandNews-dw>div:nth-of-type(2)>span>i{
	display: block;
    float: left;
    width: 20px;
    height: 14px;
    background: url(../images/bg.png) -726px -72px no-repeat;
    margin-right: 6px;
	margin-top: 2px;
}

/*------------------------fdlinks-------------------------*/
.fdlinks {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.fdlinks_bx {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	
}
.fd_links{
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px 10px 20px;
	box-sizing: border-box;
}
/* 界面三个弹框开始--------- */
.newBrand-mark {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 10000;
	display: block;
}
/* 申请加盟 */
#tk-wyly {
	width: 850px;
	height: 600px;
	position: relative;
	background-color: #ffffff;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10000;
}
.pply-land>.part_tits {
    background: #e00b0b;
    height: 44px;
}
#tk-wyly .consulting {
	margin-left: 20px;
}

.newBrand-close {
	position: absolute;
	top: 14px;
	right: 20px;
}
.newBrand-close:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: -webkit-transform .4s linear;
	transition: transform .4s linear;
}
#tk-wyly>div>p>span {
	margin-left: 340px;
	color: #fff;
	font-size: 16px;
	background: url(../images/selection21.png) 0 2px no-repeat;
	padding-left: 30px;
}

#tk-wyly>div>p>span>strong {
	font-size: 22px;
	color: #f6c02d;
	font-weight: bold;
}
#tk-wyly>div>p>span {
    margin-left: 340px;
    color: #fff;
    font-size: 16px;
    background: url(../images/selection21.png) 0 2px no-repeat;
    padding-left: 30px;
}
.pply-land {
	margin-top: 20px;
	border: 1px #e00b0b solid;
	padding: 0;
}

.pply-land>.part_tits {
	background: #e00b0b;
	height: 44px;
}

.pply-land>.part_tits p {
	font-size: 18px !important;
	font-weight: 600;
	color: #fff;
	float: left;
	margin-top: 3px;
	text-align: inherit;
}

.pply-land>.part_tits p>i {
	display: block;
	float: left;
	width: 25px;
	height: 28px;
	background: url(../images/bg.png) -148px -329px no-repeat;
	margin: 8px 10px 0 20px;
}

.pply-land>.part_tits p>span {
	font-size: 14px;
}
#tk-wyly .consulting {
    margin-left: 20px;
}
.pply-land .consulting {
    float: left;
    width: 790px;
    margin-top: 14px;
}
.consulting {
    padding-top: 10px;
}
.qk_msg_lists{
	padding-bottom: 15px;
}
/* 申请采访弹框 */
.newBrand-ly {
    width: 350px;
    height: 270px;
    border-radius: 10px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 10000;
}
.newBrand-ly>h6{
	font-size: 18px;
    background: #e00606;
    height: 50px;
    text-align: left;
    padding: 0 0 0 20px;
    line-height: 50px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}
.newBrand-ly>div:nth-of-type(1),
.newBrand-ly>div:nth-of-type(2) {
	display: flex;
	padding: 10px 60px 10px 30px;
	height: 66px;
}

.newBrand-ly>div:nth-of-type(3) {
	display: flex;
	padding: 8px 30px;
	margin: 0 0 6px 0;
}

.newBrand-ly>div>p {
	height: 42px;
	float: left;
	line-height: 42px;
	width: 72px;
	text-align: right;
	margin-right: 11px;
}

.newBrand-ly>div>p>span {
	color: #E11818;
	margin-right: 6px;
}

.newBrand-ly>div>input {
	display: block;
	float: left;
	height: 42px;
	outline: none;
	color: #333;
	border: none;
	background: #f3f3f3;
	width: 187px;
	padding-left: 12px;
}

.newBrand-ly>button {
	display: block;
	width: 180px;
	padding: 0 30px;
	height: 42px;
	border-radius: 5px;
	margin-left: 110px;
	line-height: 42px;
	background: #D7000F;
	text-align: center;
	outline: none;
	border: 0;
	color: #fff;
	font-size: 16px;
}
.newBrand-ly>span {
    color: #999;
    padding-top: 10px;
	margin-left: 24px;
    display: inline-block;
}
/* 我要入榜弹框 */
.entry-list{
	width: 670px;
	height: 400px;
	border-radius: 10px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 10000;
}
.entry-list>h3{
	font-size: 18px;
	background: #e00606;
	height: 50px;
	text-align: left;
	padding: 0 0 0 20px;
	line-height: 50px;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}
.entry-list .content{
	display: flex;
	justify-content: space-between;
	padding: 12px 30px;
}
.entry-list .content>form>div{
	display: flex;
	width: 304px;
	border-bottom: 1px #eee solid;
}
.entry-list .content>form>div>p{
	display: block;
	height: 52px;
    line-height: 52px;
    width: 86px;
    text-align:right;
/* 	text-align-last: justify; */
    margin-right: 11px;
	color: #333;
}
.entry-list .content>form>div>p>span{
	color: #D7000F;
	margin-right: 4px;
}
.entry-list .content>form>div>input{
	display: block;
	border: 0;
	outline: none;
}
.entry-list .content>form>div:nth-of-type(4)>input{
	width: 120px;
}
.entry-list .content>form>div:nth-of-type(4)>a{
	display: block;
	height: 52px;
	line-height: 52px;
	color: #D7000F;
}

.entry-list .content>form>input[type=submit]{
	outline: none;
	border: 0;
	display: block;
	width: 80px;
	height: 30px;
	background: #D7000F;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-top: 14px;
}
.entry-list .content>div{
	margin-left: 28px;
}
.entry-list .content>div>h3,
.entry-list .content>form>h3{
	color: #D7000F;
	font-size: 15px;
	margin: 16px 0;
	font-weight: 600;
}
.entry-list .content>div>h4{
	font-size: 14px;
	color: #333;
	text-align: left;
	font-weight: 600;
	margin: 12px 0;
}
.entry-list .content>div>p{
	font-size: 14px;
	color: #999;
	text-align: left;
}
/* 合作品牌开始--------------- */
.cooperation-brand>.title{
	font-size: 26px;
	color: #de000e;
	line-height: 44px;
	overflow: hidden;
	padding: 20px 0;
}
.cooperation-brand>.title span:nth-of-type(1){
	display: block;
	float: left;
	width: 48px;
	height: 44px;
	margin-top: 3px;
	padding-right: 10px;
	background: url(../images/hy_19.png) no-repeat;
}
.cooperation-brand>.title span:nth-of-type(1){
	margin-top: 8px;
	background: url(../images/hy_11.png) no-repeat;
}
.recommend-series-content-outer,
.recommend-series-content-outer ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: auto;
}
.recommend-series-content-outer ul li{
	margin: 0 4px;
}
.recommend-series-content-outer ul li a,
.recommend-series-content-outer ul li a div{
	display: block;
	width: 163px;
	height: 78px;
	overflow: hidden;
	border: 1px #eee solid;
	margin-bottom: 12px;
}
.recommend-series-content-outer ul li a div>img{
	width: 100%;
	height: 100%;
}
/* 按行业筛选样式开始------ */
.industryScreen{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	background: #fff;
	padding-top: 10px;
}
.industryScreen>h3{
	font-size: 20px;
    color: #333;
    line-height: 44px;
    overflow: hidden;
    padding-bottom: 8px;
}
.industryScreen>h3>span{
	display: block;
    float: left;
    padding-right: 10px;
	width: 40px;
    height: 34px;
    margin-top: 6px;
    background: url(../images/hy_30.png) no-repeat;
}
.ity_clas_lists{
	width: 990px;
}
.industryScreen>div{
	overflow: hidden;
/* 	height: 104px; */
}
.industryScreen>div>a{
	display: block;
	float: left;
	width: 122px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border:1px #ededed solid;
	color: #333;
	margin: 0 6px 8px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.industryScreen>div>a:hover,
.industryScreen>div>a.now{
	border: 1px #D7000F solid;
	color: #D7000F;
}
.industryScreen>.show_more{
	width: 135px;
    height: 44px;
    margin: 10px auto 0 auto;
    cursor: pointer;
	color: #333;
	line-height: 44px;
}
.industryScreen>.show_more>p{
	float: left;
	margin-left: 1px;
}
.industryScreen>.show_more>i{
	display: block;
    width: 10px;
    height: 6px;
    margin: 18px 0 0 10px;
    float: left;
    background: url(../images/bg.png) -652px -72px no-repeat;
}
/* 招商专区样式开始---------- */
.wantJoin-in{
	padding: 60px 0 20px;
}
.wantJoin-in>h1{
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	color: #e00b0b;
	font-weight: bold;
}
.wantJoin-in>h1>i{
	display: inline-block;
	width: 80px;
	height: 2px;
	background: #ccc;
	float: left;
	margin: 18px 10px 0;
	line-height: 33px;
}
.wantJoin-in>h1>i:nth-of-type(2){
	float: right;
}
.wantJoin-in>h3{
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	color: #e00b0b;
	font-weight: bold;
}
.wantJoin-in>h3>i{
	display: inline-block;
	width: 80px;
	height: 2px;
	background: #ccc;
	float: left;
	margin: 18px 10px 0;
	line-height: 33px;
}
.wantJoin-in>h3>i:nth-of-type(2){
	float: right;
}
.wantJoin-in>p{
	text-align: center;
	margin: 30px auto;
}
.wantJoin-in>p>span,.wantJoin-in>p>a{
	display: inline-block;
	padding: 12px 26px;
	border: 1px #e9e9e9 solid;
	font-weight: bold;
	color: #333;
	cursor: pointer;

}
.wantJoin-in>p>span:nth-of-type(2){
	background: none !important;
}
.wantJoin-in>p>span.now{
	background: #e00b0b;
	color: #fff;
	border: 1px #e00b0b solid;
}
/* 欲加盟表格 */
.join-table>table{
	width: 1200px;
	margin: 0 auto;
}
.join-table>table>thead>tr>th {
    background: #eeeeee;
    font-size: 14px;
    color: #333;
    text-align: center;
    padding: 14px 0;
    position: relative;
}
.join-table>table>thead>tr>th:nth-of-type(1)::after,
.join-table>table>thead>tr>th:nth-of-type(2)::after,
.join-table>table>thead>tr>th:nth-of-type(3)::after,
.join-table>table>thead>tr>th:nth-of-type(4)::after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 16px;
    background: #ccc;
    right: 0;
    top: 16px;
}
.txtMarquee-top ul>li{
	display: flex;
}
.txtMarquee-top ul>li>span,
.txtMarquee-top ul>li>a{
	display: block;
	float: left;
	height: 46px;
	text-align: center;
	line-height: 46px;
	border-bottom: 1px #eeeeee solid;
	border-right: 1px #eeeeee solid;
	background: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.txtMarquee-top ul>li>a:nth-of-type(1){
	width: 440px;
	color: #e00b0b;
	cursor: pointer;
	padding: 0 30px;
	box-sizing: border-box;
}
.txtMarquee-top ul>li>a:nth-of-type(2){
	width: 295px;
	color: #e00b0b;
}
.txtMarquee-top ul>li>a:nth-of-type(2):hover,
.txtMarquee-top ul>li>a:nth-of-type(1):hover{
	text-decoration: underline;
}
.txtMarquee-top ul>li>span:nth-of-type(1){
	width: 154px;
}
.txtMarquee-top ul>li>span:nth-of-type(2){
	width: 177px;
}
.txtMarquee-top ul>li>span:nth-of-type(3){
	width: 134px;
}
/* 资讯专区样式开始------- */
.HD_nav {
    width: 1200px;
    height: auto;
    margin: 10px auto 0;
}
.HD_nav_lt {
    width: 870px;
    height: auto;
    float: left;
}
.HD_lists {
	background: #fff;
	padding: 0 20px;
}

.HD_lists li {
	padding-top: 20px;
	height: 200px;
	border-bottom: 1px solid #ededed;
}

.search_lists li {
	padding: 20px 0px !important;
	height: auto !important;
}

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

.HD_items {
	display: block;
	width: 252px;
	height: 160px;
	float: left;
}

.HD_intro {
	width: 538px;
	float: right;
}

.HD_itrtits {
	display: block;
	font: 20px/40px "å¾®è½¯é›…é»‘";
	font-weight: 600;
	color: #333;
	width: 530px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

.Lab_grp {
	margin-top: 10px;
	height: 24px;
}

.Lab_grp span {
	display: block;
	font-size: 14px;
	color: #999;
	float: left;
	margin-right: 20px;
}

.lked_icon {
	display: block;
	width: 16px;
	height: 12px;
	background: url(../images/bg.png) -579px -43px no-repeat;
	float: left;
	margin: 6px 5px 0 0;
}
.Infor_threepart>h3{
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 26px 0;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px #eee solid;
}
.Infor_threepart:nth-of-type(2),
.Infor_threepart:nth-of-type(3){
	margin-top: 10px;
}
.Infor_threepart>h3>span{
	display: flex;
	margin: 0 auto;
	position: relative;
}
.Infor_threepart>h3>span>i{
	display: block;
	float: left;
	width: 30px;
	height: 1px;
	background: #cccccc;
	margin: 15px 30px 0 30px;
}
.Infor_threepart>h3>span>strong{
	display: block;
	float: left;
	font-size: 28px;
	color: #D7000F;
	font-weight: bold;
}
.Infor_threepart>h3>span>strong::after{
	content: '';
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    right: 74px;
    top: -12px;
    background: url(../images/hy_13.png) no-repeat;
}
.Infor_threepart>a{
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #D7000F;
	background: #fff;
	padding: 12px 0 24px;
}
.Infor_threepart>a>img{
	display: inline-block;
    margin-left: 12px;
    margin-top: -3px;
}
/* 热门行业样式 */
.hot_industry {
    padding: 10px 14px;
    background: #fff;
    margin-bottom: 10px;
}
.the_lable {
    padding-top: 10px;
}
.the_lable a {
	display: block;
	height: 32px;
	border-radius: 20px;
	padding: 0 20px;
	float: left;
	font: 16px/30px "微软雅黑";
	border: 1px solid #fff;
	margin: 0 12px 12px 0;
}

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

.the_lable .col_r {
	border-color: #e56e6e;
	background: #ffeded;
	color: #e56e6e;
}

.the_lable .col_b {
	border-color: #5e9dd5;
	background: #f1f7fe;
	color: #5e9dd5;
}

.the_lable .col_p {
	border-color: #9d85d6;
	background: #f8efff;
	color: #9d85d6;
}

.the_lable .col_y {
	border-color: #f9a411;
	background: #fef8f0;
	color: #f9a411;
}

.the_lable .col_g {
	border-color: #6bc28a;
	background: #f1fff6;
	color: #6bc28a;
}

/* 头部新加的小导航(六个) */
.newBrand-snav {
	text-align: center;
	color: #ededed;
	font-size: 14px;
	letter-spacing: normal;
}
.newBrand-snav>a {
	color: #333;
	margin: 0 16px !important;
}

.newBrand-snav>a.red {
	color: #FF0000;
}