body{background-color: #f8f8f8;}
.nav{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #d71c12;
}
.nav span{
    display: block;
    float: left;
    width: 225px;
    height: 48px;
    background-color: #d71c12;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.nav p{
    float: left;
    height: 48px;
    margin-left: 45px;
}
.nav p a{
    display: block;
    width: 90px;
    height: 48px;
    float: left;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-right: 20px;
}
.nav p a:hover{
    font-size: 18px !important;
    color: #d71c12;
}
.nav-active{
    font-size: 18px !important;
    color: #d71c12;
    background: #fff;
}
/* 第一块内容 */
.main-cont{
    height: 700px;
    position: relative;
}
.main-left{
    float: left;
    width: 225px;
    height: 700px;
    background-color: #fff;
    padding: 5px 0 0;
}
.main-left div{padding: 0 15px;cursor: pointer;}
.main-left div h4{
    height: 58px;
    padding: 8px 2px;
    border-bottom: 1px dotted #dadada;
}
.main-left div:last-child h4{
    border: 0;
}
.main-left div:hover{
    background-color: #f5f5f5;
}
.main-left div p{
    height: 20px;
    line-height: 20px;
}
.main-p1{
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 13px;
    background: url(../images/icon/main-right.png) no-repeat right center;
}
.main-p2{
    color: #999;
}
.main-p2 em{
    float: left;
    margin: 0 4px;
}
.main-p2 a{
    color: #999;
    float: left;
    position: relative;
}
.hot::after{
    position: absolute;
    content: "";
    width: 18px;
    height: 10px;
    background: url(../images/icon/hot.png) no-repeat;
    top: -6px;
    left: 6px;
}
/* 隐藏 */
.hide{
    width: 715px;
    /*height: 700px;*/
    float: left;
    padding: 15px 0 0 15px;
    position: absolute;
    top: 0;
    left: 225px;
    display: none;
    z-index: 9;
}
.hide ul{
    width: 700px;
    /*height: 495px;*/
    border: 2px solid #ffd6cf;
    background-color: #fff;
    padding: 15px 20px;
}
.hide ul li{display: none;}
.hide-li{display: block !important;}
.hide-top{
    height: 495px;
    padding-bottom: 30px; 
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}
.hide-top h4{
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}
.hide-top p a{
    display: block;
    float: left;
    width: 75px;
    height: 20px;
    color: #666;
    line-height: 20px;
    margin: 12px 7px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hide-active{color: #d71c12 !important;}
.hide-bottom{
    height: 150px;
    margin-top: 20px;
}
.hide-bottom h4{
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.hide-bottom p{
    display: flex;
    justify-content: space-between;
}
.hide-bottom p a{
    display: block;
    float: left;
    margin-left: 40px;
    width: 190px;
    height: 120px;
}
.hide-bottom p a:first-child{margin: 0;}

.main-centre{
    width: 700px;
    height: 700px;
    float: left;
    margin-left: 15px;
    padding-top: 15px;
}
/* 轮播 */
.play{
    width: 700px;
    height: 290px;
}
/* 本例子css */
.slideBox {
    width: 700px;
    height: 290px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.slideBox .hd ul {
    /* overflow: hidden; */
    zoom: 1;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
}
.slideBox .hd ul li {
    float: left;
    margin-left: 3.2px;
    width: 114px;
    height: 30px;
    line-height: 30px;
    background-color: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
.slideBox .hd ul li:first-child{margin: 0;}
.slideBox .hd ul li.on {
    background: #ebeaec;
    color: #e1251b !important;
    border-bottom: 2px solid #e1251b;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 700px;
    height: 290px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 22px;
    height: 29px;
    background: url(../images/icon/play-left.png);
    filter: alpha(opacity=50);
    cursor: pointer;
    opacity: 0.5;
}

.slideBox .next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 22px;
    height: 29px;
    right: 0;
    background: url(../images/icon/play-right.png);
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}
.main-tz{
    height: 190px;
    margin-top: 15px;
    background-color: #fff;
    padding: 10px;
}
.main-tz h4{
    height: 20px;
    line-height: 20px;
}
.main-tz h4 span{
    color: #ff4343;
}
.main-tz h4 a{
    margin-right: 10px;
}
.tz-btn{
    float: right;
    color: #999999;
}
.main-tz p{
    height: 160px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.main-tz p a{
    display: block;
    width: 160px;
    height: 140px;
    float: left;
    overflow: hidden;
    margin-left: 13px;
}
.main-tz p a:first-child{margin-left: 0;}
.main-logo{
    height: 175px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-logo a{
    display: block;
    width: 174px;
    height: 87px;
    float: left;
    margin: 1px 1px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.main-right{
    width: 245px;
    float: right;
    height: 700px;
   
}
.main-right-top{
    height: 40px;
    background-color: #ff3338;
    line-height: 40px;
    text-align: center;
    color: #ff8587;
}
.main-right-top a{color: #fff;}
.main-right-top span{
    margin: 0 12px;
}
/* 品牌排行 */
.main-pinpai{
    height: 440px;
    margin-top: 15px;
    background: #fff;
}
.main-pinpai h4{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ededed;
    padding: 0 10px 0 45px;
    background: url(../images/icon/paihang.png) no-repeat 10px center;
}
.main-pinpai h4 strong{
    font-weight: bold;
}
.main-pinpai h4 a{float: right;color: #999;font-size: 12px;}
.main-pinpai-title{
    height: 35px;
    line-height: 35px;
}
.main-pinpai-title span{
    display: block;
    float: left;
    width: 45px;
    height: 35px;
    margin-top: -1px;
    margin-left: 25px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #ededed;
}
.pinpai-title-active{
    border-top: 1px solid #ff3338 !important;
    color: #ff3338;
}
.main-pinpai ul{
    padding: 0 15px;
    margin-top: 5px;
}
.main-pinpai ul li{display: none;}
.pinpai-li-active{display: block !important;}
.main-pinpai ul li p{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #dadada;
}
.main-pinpai ul li p:last-child{
    border: 0;
}
.main-pinpai ul li p em{
    display: block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    float: left;
    background: #c9c9c9;
    color: #eaeaea;
    font-size: 12px;
    margin-top: 10px;
}
.pinpai-em1,
.pinpai-em2,
.pinpai-em3{
    width: 17px !important;
    height: 16px !important;
    line-height: 16px !important;
    color: #fff !important;
    margin-top: 9px !important;
}
.pinpai-em1{background: url(../images/icon/pinpai1.png) no-repeat !important;}
.pinpai-em2{background: url(../images/icon/pinpai2.png) no-repeat !important;}
.pinpai-em3{background: url(../images/icon/pinpai3.png) no-repeat !important;}
.main-pinpai ul li p a{
    float: left;
    display: block;
    width: 110px;
    margin-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pinpai-a{
    color: #ff3338;
}
.main-pinpai ul li p span{
    float: right;
    color: #666;
}
.main-pinpai ul li p span i{
    display: block;
    float: left;
    width: 12px;
    height: 35px;
    background: url(../images/icon/pinpai-hot.png) no-repeat center 9px;
    margin-right: 8px;
}
/* 最新资讯 */
.main-news{
    height: 190px;
    border-top: 1px solid #ededed;
    padding-top: 10px;
    background-color: #fff;
}
.news-title{
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
}
.news-title span{
    display: block;
    width: 70px;
    text-align: center;
    float: left;
    cursor: pointer;
}
.news-title-active{
    color: #ff4439;
    position: relative;
}
.news-title-active::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    background-color: #ff4439;
    bottom: 0;
    left: 18px;
}
.main-news ul{
    padding: 0 15px;
    margin-top: 5px;
}
.main-news ul li{display: none;}
.news-li-active{display: block !important;}
.main-news ul li a{
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-news ul li a em{
    display: block;
    width: 3px;
    height: 2px;
    background-color: #999;
    float: left;
    margin: 13px 7px 0 0;
}
.main-news ul li a:hover{color: #ff4439;}
.main-news ul li a:hover em{background-color: #ff4439 !important;}
/* 广告图 */
.adv{
    width: 1200px;
    height: 70px;
    overflow: hidden;
    margin-top: 15px;
}
/* 第二块内容 */
.feature{
    width: 100%;
    height: 1111px;
    margin-top: 15px;
    padding: 20px 0;
    background: url(../images/icon/index-bg.png) no-repeat center center;
}
.feature-top{
    height: 640px;
}
.pick{
    width: 580px;
    height: 640px;
    float: left;
}
.pick:first-child{
    width: 600px !important;
    padding-right: 20px;
    border-right: 1px solid #d65e5e;
    margin-right: 20px;
}
.pick h4{
    height: 30px;
    line-height: 30px;
    background: url(../images/icon/pick.png) no-repeat left center;
}
.pick h4 strong{
    color: #fff;
    font-size: 20px;
    margin-left: 35px;
    font-weight: bold;
}
.pick h4 a{
    color: #fff;
    float: right;
}
.pick ul{
    height: 510px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pick ul li{
    float: left;
    width: 184px;
    height: 240px;
    margin: 0 14px 15px 0x;
    background-color: #fff;
}
.pick ul li:nth-child(3n){margin-right: 0;}
.pick-img{
    display: block;
    width: 184px;
    height: 175px;
    overflow: hidden;
}
.pick-txt{
    display: block;
    margin-top: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pick ul li p{
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 12px;
    margin-top: 5px;
}
.pick ul li p strong{
    float: left;
    color: #ff3c31;
}
.pick ul li p strong{
    font-weight: bold;
    margin-left: 2px;
}
.pick ul li p span{
    float: right;
    color: #999;
}
.pick-box{
    height: 90px;
}
.pick-box p{
    /*float: left;*/
    /*width: 180px;*/
    width: 100%;
    height: 30px;
    line-height: 30px;
    /*margin-right: 13px;*/
}
/*.pick-box p:nth-child(3n){margin-right: 0;}*/
.pick-box p a:first-child{
    display: block;
    width: 73px !important;
    float: left;
    overflow: hidden;
    color: #f98b2b;
    margin-right:0;
}
.pick-box p a{
    display: block;
    float: left;
    width: 115px;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
.pick-box p a:last-child{
    margin-right: 0;
}


/* 特色专区 */
.special{
    margin-top: 10px;
    height: 420px;
    
}
.special h4{
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: url(../images/icon/special.png) no-repeat left center;
}
.special h4 strong{
    font-size: 22px;
    font-weight: bold;
    margin-left: 40px;
}
.special h4 span{
    margin-left: 20px;
    line-height: 50px;
}
.special h4 p{
    float: right;
}
.special h4 p a{
    color: #fff;
    margin-right: 25px;
}
.special h4 p a:last-child{margin-right: 0;}
.special-cont{
    height: 365px;
    margin-top: 15px;
    padding: 18px 0 0 10px;
    background: #fff;
}
.special-cont li{
    width: 188px;
    height: 160px;
    float: left;
    margin: 0 10px 15px 0;
}
.special-img{
    display: block;
    width: 188px;
    height: 105px;
    margin-bottom: 7px;
    
}
.special-cont li p{
    height: 24px;
    line-height: 24px;
}
.special-cont li p a{
    display: block;
    width: 140px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.special-cont li p em{
    float: right;
    display: block;
    height: 16px;
    line-height: 16px;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    background: #c9c9c9;
    padding: 0 3px;
    border-radius: 3px;
}
.special-cont li p span{
    color: #ff4036;
}
.special-cont li p strong{font-size: 12px;margin-right: 3px;}
/* 品牌项目 */
.items{
    height: 465px;
    margin-top: 15px;
}
.items h3 p a {
	float: left;
	font-size: 16px;
    color: #666;
    cursor: pointer;
	margin-right: 20px;
}
.items h3 p a:hover {
	color: #ff3341; 
}
/* 公用h3 */
.h3{
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.h3 i{
    display: block;
    height: 40px;
    float: left;
}
.h3 strong{
    font-weight: bold;
    font-size: 22px;
    margin-left: 8px;
}

.h3>a{float: right;color: #999;}

.items-box{
    width: 910px;
    height: 465px;
    float: left;
}
.items .items-box h3 i{
    width: 33px;
    background: url(../images/icon/h3_bg.png) no-repeat 0 center;
}
.items .items-box h3 span{
    line-height: 50px;
    margin-left: 25px;
}
.items-box-cont{
    height: 415px;
}
/* 轮播 */
.lunbo {
    position: relative;
    width: 285px;
    height: 415px;
    float: left;
    padding: 0 !important;
    background: #fff;
}

.lunbo>.item {
    display: none;
}

.lunbo>.item.active {
    display: block;
}

.lunbo>.item .lunbo-img {
    display: block;
    width: 285px;
    height: 275px;
    overflow: hidden;
}
.lunbo-box{
    width: 285px;
    height: 75px;
    padding: 0 10px;
    margin-top: 20px;
}
.lunbo-box h4{
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}
.lunbo-box h4 a{
    display: block;
    float: left;
    width: 160px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lunbo-box h4 span{
    float: right;
    color: #ff3833;
}
.lunbo-box p{
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}
.lunbo-box p span{color: #666;}
.lunbo-box p em{float: right;}



.lunbo>ul {
    position: absolute;
    left: 50%;
    bottom: 12px;
    margin-left: -60px;
}

.lunbo>ul>li {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: solid 2px #ff4439;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    list-style: none;
}

.lunbo>ul>li.active {
    background: #ff4439;
    border: solid 2px #fec1bd;
}
.items-ul{
    width: 625px;
    height: 415px;
    float: right;
}
.items-ul li{
    width: 190px;
    height: 195px;
    float: left;
    margin: 0 0 0 13px;
    background-color: #fff;
}
.items-ul li:nth-child(1){margin-bottom: 25px;}
.items-ul li:nth-child(2){margin-bottom: 25px;}
.items-ul li:nth-child(3){margin-bottom: 25px;}
.items-img{
    display: block;
    width: 190px;
    height: 135px;
    overflow: hidden;
    margin-bottom: 5px;
}
.items-ul li h4{
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.items-ul li p{
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 12px;
}
.items-ul li p strong{
    font-weight: bold;
    color: #ff3c31;
}
.items-ul li p span{
    float: right;
    color: #999;
}
/* 最新加盟 */
.league{
    width: 270px;
    height: 465px;
    float: right;
}
.league h3 i{
    width: 28px;
    background: url(../images/icon/h3_bg.png) no-repeat -40px center;
}
.league-box{
    width: 270px;
    height: 415px;
    background-color: #fff;
    padding: 12px 15px 0;
}
.league-box dl{
    width: 240px;
    height: 65px;
    margin-bottom: 15px;
}
.league-box dl dt{
    float: left;
    width: 90px;
    height: 65px;
    border: 1px solid #eee;
    overflow: hidden;
}
.league-box dl dt img{
    width: 90px;
    height: 65px;
}
.league-box dl dd{
    width: 130px;
    height: 65px;
    float: right;
    padding: 2px 0;
}
.league-box dl dd p{
    height: 20px;
    line-height: 20px;
    color: #999;
}
.league-box dl dd p a{
    display: block;
    width: 87px;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ff4439;
}
.league-box dl dd p span{color: #ff4439;}
/* 行业分类 */
.classify{
    margin-top: 15px;
    height: 535px;
}
.classify-box{
    width: 910px;
    height: 535px;
    float: left;
}
.classify-box h3 i{
    width: 26px;
    background: url(../images/icon/h3_bg.png) no-repeat -75px -2px;
}
.classify-box-cont{
    width: 910px;
    height: 485px;
    border-top: 2px solid #d71c12;
    background-color: #fff;
    padding: 15px 10px;
}
.classify-box-cont li{
    width: 420px;
    height: 25px;
    float: left;
    margin: 11px 12px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.classify-box-cont li span{
    display: inline-block;
    width: 55px;
    height: 25px;
    line-height: 25px;
    color: #ff3338;
    float: left;
    margin-right: 5px;
    overflow: hidden;
}
.classify-box-cont li a{
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    color: #666;
    padding: 0 5px;
    border-radius: 3px;
}
.classify-on{
    background-color: #ff3338;
    color: #fff !important;
}
/* 热点品牌 */
.hotspot{
    width: 270px;
    height: 535px;
    float: right;
}
.hotspot h3 i{
    width: 25px;
    background: url(../images/icon/h3_bg.png) no-repeat -108px -2px;
}
.hotspot h3 span{
    float: right;
    cursor: pointer;
    color: #e1251b;
}
.hotspot h3 span em{
    display: block;
    float: left;
    width: 13px;
    height: 40px;
    background: url(../images/icon/cz.png) no-repeat center;
    margin-right: 5px;
}
.hotspot ul{
    width: 270px;
    height: 485px;
    border-top: 2px solid #d71c12;
    padding: 13px 0;
    background: #fff;
}
.hotspot ul li{
    float: left;
    width: 110px;
    height: 33px;
    line-height: 33px;
    margin-left: 17px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hotspot ul li a{color: #666;}
.hotspot ul li a:hover{
    color: #ff3338;
}
.hotspot-on{color: #ff3338 !important;}
/* 企业新闻 */
.company{
    height: 505px;
    margin-top: 15px;
}
.company h3 i{
    width: 27px;
    background: url(../images/icon/h3_bg.png) no-repeat -141px center;
}
.company h3 span{
    float: right;
    color: #666;
}
.company h3 span em{color: #ff1b29;}
.company-box{
    height: 455px;
}
.company-left{
    width: 400px;
    height: 455px;
    float: left;
    position: relative;
    overflow: hidden;
}
.company-left a{
    display: block;
    width: 400px;
    height: 455px;
    position: relative;
    overflow: hidden;
}
.company-left a img{width: 100%;height: 100%;}
.company-left a span{
    position: absolute;
    width: 400px;
    height: 80px;
    padding: 15px 25px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 25px;
    left: 0;
    bottom: 0;
}
.company-box dl{
    float: left;
    width: 380px;
    height: 455px;
    background: #fff;
    margin-left: 20px;
}
.company-box dl dt{
    width: 380px;
    height: 160px;
    overflow: hidden;
}
.company-box dl dt a{
    display: block;
    position: relative;
}
.company-box dl dt a span{
    position: absolute;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 0 10px;
    left: 0;
    bottom: 0;
}
.company-box dl dd{
    width: 380px;
    height: 295px;
    padding: 0 15px;
}
.company-box dl dd div{
    height: 75px;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
}
.company-box dl dd div:last-child{border: 0;}
.company-box dl dd div p{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
}
.company-box dl dd div p:first-child{margin-bottom: 5px;}
.company-box dl dd div p a{
    display: block;
    float: left;
    width: 275px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}
.company-box dl dd div p em{
    float: right;
    max-width: 72px;
    display: block;
    padding: 0 8px;
    background: #eee;
    border-radius: 5px;
    font-size: 13px;
    color: #666;
    overflow: hidden;
    text-overflow:hidden;
    white-space: nowrap;
    font-size: 14px;
}
.company-box dl dd div p span{float: right;}
.company-box dl dd div p span i{font-size: 12px;margin-right: 3px;}
/* 品牌推荐 */
.recommend{
    margin-top: 15px;
    height: 480px;
}
.recommend-box{
    width: 880px;
    height: 480px;
    float: left;
}
.recommend-box h3 i{
    width: 31px;
    background: url(../images/icon/h3_bg.png) no-repeat -175px center;
}
.recommend-box h3 p{
    display: inline-block;
    margin-left: 40px;
    color: #666;
}
.recommend-box h3 p a{color: #666;}
.recommend-box-cont{
    height: 430px;
    background: #fff;
    padding: 15px 15px 0;
}
.recommend-left{
    width: 300px;
    height: 410px;
    float: left;
}
.recommend-img{
    display: block;
    width: 300px;
    height: 210px;
    overflow: hidden;
    margin-bottom: 10px;
}
.recommend-img img{width: 100%;height: 100%;}
.recommend-left ul{
    height: 180px;
}
.recommend-left ul li{
    width: 140px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 12px;
}
.recommend-left ul li:nth-child(odd){margin-right: 20px;}
.recommend-left ul li span{
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 6px;
    color: #ff3a47;
}
.recommend-left ul li a{
    display: block;
    float: left;
    width: 100px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.brand{
    float: right;
    width: 525px;
    height: 410px;
}
.brand-title{
    height: 40px;
    line-height: 40px;
    color: #666;
}
.brand-title span{
    display: block;
    width: 33%;
    float: left;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.brand-title-active{
    color: #fff;
    background-color: #ff3338;
}
.brand ul{
    width: 525px;
    height: 410px;
}
.brand ul li{display: none;}
.brand-li-active{
    display: block !important;
}
.brand ul li a{
    display: block;
    float: left;
    width: 120px;
    height: 75px;
    margin: 15px 15px 0 0;
    border: 1px solid #eee;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand ul li img{
    width: 120px;
    height: 75px;
}
.brand ul li a:nth-child(4n){margin-right: 0;}
/* 十二月热门排行榜 */
.ranking{
    width: 300px;
    height: 480px;
    float: right;
}
.ranking h3 i{
    width: 27px;
    background: url(../images/icon/h3_bg.png) no-repeat -212px center;
}
.ranking-box{
    background-color: #fff;
    height: 430px;
}
.ranking-box-title{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ececec;
    padding: 0 10px;
    color: #ff3a47;
}
.ranking-box-title em{
    display: block;
    width: 30px;
    float: left;
}
.ranking-box-title strong{
    display: block;
    width: 160px;
    float: left;
    margin-left: 20px;
}
.ranking-box-title span{
    float: right;
}
.ranking-box ul{
    padding: 10px;
}
.ranking-box ul li{
    height: 37px;
    line-height: 37px;
    border-bottom: 1px dotted #cecece;
}
.ranking-box ul li:last-child{border: 0;}
.ranking-box ul li em{
    float: left;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin: 9px 25px 0 5px;
    background: #d3d3d3;
    border-radius: 3px;
    color: #fff;
}
.ranking-box ul li a{
    display: block;
    width: 160px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ranking-box ul li span{
    float: right;
    color: #666;
}
.ranking-em1{
    width: 20px !important;
    height: 25px !important;
    line-height: 23px !important;
    margin: 6px 26px 0 4px !important;
    background: url(../images/icon/ranking-bg.png) no-repeat center 0 !important;
    border-radius: 0 !important;
}
.ranking-em2{
    width: 20px !important;
    height: 25px !important;
    line-height: 23px !important;
    margin: 6px 26px 0 4px !important;
    background: url(../images/icon/ranking-bg.png) no-repeat center -37px !important;
    border-radius: 0 !important;
}
.ranking-em3{
    width: 20px !important;
    height: 25px !important;
    line-height: 23px !important;
    margin: 6px 26px 0 4px !important;
    background: url(../images/icon/ranking-bg.png) no-repeat center -74px !important;
    border-radius: 0 !important;
}
/* 商机资讯 */
.zixun{
    margin-top: 15px;
    height: 440px;
}
.zixun h3 i{
    width: 27px;
    background: url(../images/icon/h3_bg.png) no-repeat -141px center;
}  
.zixun-title{
    float: right;
    line-height: 45px;
}
.zixun-title span{
    font-size: 16px;
    color: #666;
    cursor: pointer;
}
.zixun-title-active{
    font-weight: bold;
    color: #ff3441 !important;
}
.zixun-title em{
    color: #999;
    margin: 0 15px;
}

.zixun-li-active{display: block !important;}
.zixun ul li dl{
    width: 285px;
    height: 390px;
    float: left;
    margin-left: 20px;
    background: #fff;
}
.zixun ul li dl:first-child{margin-left: 0;}
.zixun ul li dl dt{
    width: 285px;
    height: 150px;
    margin-bottom: 10px;
}
.zixun ul li dl dt a{
    display: block;
    width: 285px;
    height: 150px;
    position: relative;
}
.zixun ul li dl dt a span{
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    left: 0;
    bottom: 0;
}
.zixun ul li dl dd{
    height: 220px;
    padding: 0 10px;
}
.zixun ul li dl dd p{
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dotted #f2f2f2;
}
.zixun ul li dl dd p:last-child{border: 0;}
.zixun ul li dl dd p a{
    display: block;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #666;
}
.zixun ul li dl dd p span{
    float: right;
    color: #999;
}
/* 加盟专题 */
.participate{
    margin-top: 15px;
    height: 265px;
}
.participate h3 i{
    width: 25px;
    background: url(../images/icon/h3_bg.png) no-repeat -246px center;
}
.participate h3 p{
    float: right;
    margin-top: 5px;
    height: 30px;
}
.participate h3 p a{
    display: block;
    float: left;
    width: 105px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    color: #666;
    border-radius: 15px;
    margin-left: 25px;
    text-align: center;
}
.participate-a{
    font-weight: bold;
    color: #ff3441 !important;
    border: 1px solid #ffa2a2 !important;
}
.participate-box{
    height: 215px;
    padding: 15px;
    background: #fff;
    border-top: 2px solid #d71c12;
}
.participate-box ul{
    width: 410px;
    height: 185px;
    float: left;
    margin-right: 25px;
}
.participate-box ul:first-child{
    width: 435px !important;
    border-right: 1px dotted #e6e6e6;
    padding-right: 25px;
}
.participate-box ul li{
    height: 37px;
    line-height: 37px;
    position: relative;
}
.participate-box ul li::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #d3d3d3;
    top: 17px;
    left: 0;
}
.participate-box ul li span{
    display: block;
    float: left;
    width: 80px;
    height: 18px;
    line-height: 18px;
    margin: 9px 9px 0 3px;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #dddddd;
}
.participate-box ul li a{
    display: block;
    float: left;
    width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: 16px;
}
.participate-box ul li em{
    float: right;
    color: #999;
    font-size: 12px;
}
.participate-img{
    display: block;
    width: 270px;
    height: 185px;
    float: right;
}
/* 热门十大品牌 */
.ten{
    margin-top: 15px;
    height: 270px;
}
.ten h3 i{
    width: 27px;
    background: url(../images/icon/h3_bg.png) no-repeat -278px center;
}
.ten-box{
    height: 220px;
}
.ten-left{
    width: 485px;
    height: 220px;
    float: left;
}
.ten-left-a{
    display: block;
    float: left;
    width: 227px;
    height: 100px;
    overflow: hidden;
    margin: 10px 15px 0 0;
}
.ten-right{
    width: 710px;
    height: 220px;
    float: right;
}
.ten-right-a{
    display: block;
    float: left;
    width: 220px;
    height: 45px;
    line-height: 45px;
    border: 1px dotted #dcdcdc;
    background: #fff;
    text-align: center;
    font-size: 16px;
    margin: 10px 25px 0 0;
}
.ten-right-a:hover{
    background: #f74e1e;
    border: 1px solid #f74e1e;
    color: #fff !important;
}
.ten-right-a:nth-child(3n){margin-right: 0;}
.color-1{color: #20adf9 !important;}
.color-2{color: #58d275 !important;}
.color-3{color: #d75dad !important;}
.color-4{color: #fba78f !important;}
.color-5{color: #ffb900 !important;}
.color-6{color: #f74e1e !important;}
/* 公司企业 */
.firm{
    margin-top: 15px;
    height: 490px;
}
.firm h3 i{
    width: 34px;
    background: url(../images/icon/h3_bg.png) no-repeat -314px center;
}
.firm h3 p{
    float: right;
    font-size: 16px;
    color: #999;
}
.firm h3 p a{
    color: #666;
}
.firm h3 p em{
    margin: 0 28px;
}
.firm-box{
    height: 440px;
    background: #fff;
    border-top: 2px solid #d71c12;
    padding: 15px 15px 0 20px;
}
.firm-left{
    width: 370px;
    height: 420px;
    float: left;
}
.firm-left-top{
    height: 100px;
    margin-top: 10px;
    padding: 10px 15px 0;
    display: flex;
    justify-content: space-between;
}
.firm-left-top a{
    display: block;
    float: left;
    margin-left: 50px;
    width: 47px;
    height: 80px;
}
.firm-left-top a:first-child{margin-left: 0;}
.firm-left-top a em{
    display: block;
    width: 47px;
    height: 46px;
}
.firm-em1{
    background: url(../images/icon/firm.png) no-repeat 0 center;
}
.firm-em2{
    background: url(../images/icon/firm.png) no-repeat -98px center;
}
.firm-em3{
    background: url(../images/icon/firm.png) no-repeat -195px center;
}
.firm-em4{
    background: url(../images/icon/firm.png) no-repeat -293px center;
}
.firm-left-top a span{
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 8px;
}
.firm-left-bottom{
    height: 300px;
    border-left: 1px solid #dadada;
    padding-left: 20px;
}
.firm-left-bottom h4{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.firm-left-bottom h4::after{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #ff3441;
    top: 10px;
    left: -25px;
}
.firm-left-bottom div{
    height: 80px;
    padding: 15px 0;
    margin-bottom: 15px;
    position: relative;
}
.firm-left-bottom div::after{
    position: absolute;
    content: "";
    width: 70px;
    height: 1px;
    background: #ff3441;
    bottom: 0;
    left: 0;
}
.firm-left-bottom div p{
    height: 50px;
    line-height: 25px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.firm-left-bottom h5{
    height: 35px;
    line-height: 35px;
    position: relative;
}
.firm-left-bottom h5::after{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 50%;
    left: -24px;
    top: 14px;
}
.firm-left-bottom h5 a{color: #ff3441;}
.firm-cont{
    width: 430px;
    height: 420px;
    float: left;
    margin-left: 50px;
}
.firm-cont dl dt{
    height: 135px;
    overflow: hidden;
    margin-bottom: 15px;
}
.firm-cont dl dd{
    height: 135px;
    border-top: 1px dotted #e1e1e1;
    padding: 15px 0 0;
}
.firm-cont dl dd p{
    height: 35px;
    line-height: 35px;
    position: relative;
}
.firm-cont dl dd p::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #e3e3e3;
    border-radius: 50%;
    left: 0;
    top: 15px;
}
.firm-cont dl dd p a{
    display: block;
    width: 415px;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.firm-right{
    width: 285px;
    height: 420px;
    float: right;
}
/* 轮播 */
.firm-play{
    width: 285px;
    height: 135px;
}
/* 本例子css */
.slideBox1 {
    width: 285px;
    height: 135px;
    /* overflow: hidden; */
    position: relative;
}

.slideBox1 .hd {
    width: 100%;
    height: 6px;
    line-height: 6px;
    /* overflow: hidden; */
    position: absolute;
    left: 0;
    bottom: -14px;
    z-index: 1;
}

.slideBox1 .hd ul {
    /* overflow: hidden; */
    zoom: 1;
    width: 100%;
    height: 6px;
    display: flex;
    justify-content: center;
}
.slideBox1 .hd ul li {
    float: left;
    margin-left: 11px;
    width: 6px;
    height: 6px;
    background: #d4d4d4;
    border-radius: 50%;
    cursor: pointer;
}
.slideBox1 .hd ul li:first-child{margin: 0;}
.slideBox1 .hd ul li.on {
    background: #c92315 !important;
    width: 14px !important;
    border-radius: 3px !important;
    transition: width 0.2s;
}

.slideBox1 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox1 .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox1 .bd img {
    width: 285px;
    height: 135px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox1 .prev{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 22px;
    height: 29px;
    background: url(../images/icon/play-left.png);
    filter: alpha(opacity=50);
    cursor: pointer;
    opacity: 0.5;
}

.slideBox1 .next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 22px;
    height: 29px;
    right: 0;
    background: url(../images/icon/play-right.png);
    filter: alpha(opacity=50);
    cursor: pointer;
    opacity: 0.5;
}

.slideBox1 .prev:hover,
.slideBox1 .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox1 .prevStop {
    display: none;
}

.slideBox1 .nextStop {
    display: none;
}
.enter{
    height: 235px;
    margin-top: 35px;
    border: 1px solid #eee;
    padding: 15px;
}
.enter h4{
    height: 25px;
    line-height: 25px;
    margin-bottom: 15px;
}
.enter h4 strong{
    font-size: 18px;
}
.enter h4 a{
    float: right;
    color: #ff3441;
}

.enter .bd ul li {
    margin-bottom: 10px;
}
.enter .bd ul li p{
    height: 26px;
    line-height: 26px; 
}
.enter .bd ul li p a{
    display: inline-block;
    padding: 0 15px;
    background: #eee;
    color: #65787c;
    border-radius: 13px;
    position: relative;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.enter .bd ul li p a::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #65787c;
    border-radius: 50%;
    top: 11px;
    left: 8px;
}
.enter-p1{
    padding-left: 30px;
}
.enter-p2{
    padding-left: 45px;
}
/* 留言动态 */
.dynamic{
    height: 465px;
    margin-top: 15px;
    border: 1px solid #eee;
    background: #fff;
}
.dynamic-box{
    width: 400px;
    height: 465px;
    border-right: 1px solid #eee;
    float: left;
    padding: 0 15px;
}
.dynamic-box h4{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}
.dynamic-box ul li{
    height: 100px;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
}
.dynamic-box ul li:last-child{border: 0;}
.dynamic-box ul li h5{
    height: 25px;
    line-height: 25px;
}
.dynamic-box ul li h5 em{
    font-size: 12px;
    color: #999;
    margin-left: 7px;
}
.dynamic-box ul li h5 a{
    font-size: 12px;
    color: #ff0000;
    margin-left: 13px;
}
.dynamic-box ul li h5 i{
    display: block;
    width: 21px;
    height: 25px;
    background: url(../images/icon/new.png) no-repeat center;
    float: right;
}
.dynamic-box ul li p{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: 12px;
}
.dynamic-box ul li span{
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    color: #999;
    font-size: 12px;
}
/* 加盟问答 */
.reply{
    width: 400px;
    height: 465px;
    border-right: 1px solid #eee;
    float: left;
    padding: 0 15px;
}
.reply h4{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}
.reply ul{margin-top: 10px;}
.reply ul li{
    height: 31px;
    line-height: 31px;
    position: relative;
    padding-left: 10px;
}
.reply ul li::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #bdbdbd;
    top: 13px;
    left: 0;
    border-radius: 50%;
}
.reply ul li a{
    display: block;
    width: 355px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.reply ul li a span{color: #ff4a56;}
/* 展会专区 */
.exhibit{
    width: 398px;
    height: 465px;
    float: right;
    padding: 0 15px;
}
.exhibit h4{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}
.exhibit dl{margin-top: 10px;}
.exhibit dl dt{
    height: 110px;
    overflow: hidden;
}
.exhibit dl dd{
    height: 150px;
    padding: 11px 0;
}
.exhibit dl dd:first-of-type{border-bottom: 1px solid #eee;}
.exhibit dl dd p{
    height: 32px;
    line-height: 32px;
    position: relative;
    padding-left: 14px;
}
.exhibit dl dd p::after{
    position: absolute;
    content: "";
    width: 6px;
    height: 32px;
    background: url(../images/icon/main-right.png) no-repeat center;
    left: 0;
    top: 0;
}
.exhibit dl dd p a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 您可能感兴趣的项目 */
.interest{
    height: 165px;
    margin-top: 15px;
}
.interest h4{
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 10px;
}
.interest h4 a{
    float: right;
    color: #999;
}
.interest-box{
    height: 115px;
    border-top: 2px solid #d71c12;
    background: #fff;
    padding: 7px 15px 0;
}
.interest-box ul{
    width: 1170px;
    height: 100px;
    display: flex;
    justify-content: space-between;
}
.interest-box ul li{
    width: 160px;
    height: 100px;
    float: left;
    margin-left: 8px;
}
.interest-box ul img{
    width: 160px;
    height: 74px;
}
.interest-box ul li:first-child{margin: 0;}
.interest-img{
    display: block;
    width: 160px;
    height: 74px;
    border: 1px solid #eee;
    overflow: hidden;
}
.interest-txt{
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    text-align: center;
    color: #666;
}
/* 友情链接 */
.friendship{
    width: 100%;
    padding: 1px 0 20px 0;
    margin-top: 15px;
    background: #f2f2f2;
}
.friendship h4{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.friendship-cont a{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #666;
    float: left;
    margin-right: 20px;
}
/* 20211208更改（公司企业下面的餐饮资讯样式） */
.firm-left-bottom{
    width: 400px;
    height: 297px;
    float: left;
    padding: 0 15px;
}
.firm-left-bottom h4{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}
.firm-left-bottom ul{margin-top: 10px;}
.firm-left-bottom ul li{
    height: 31px;
    line-height: 31px;
    position: relative;
    padding-left: 10px;
}
.firm-left-bottom ul li::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #bdbdbd;
    top: 13px;
    left: 0;
    border-radius: 50%;
}
.firm-left-bottom ul li a{
    display: block;
    width: 355px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.firm-left-bottom ul li a span{color: #ff4a56;}