/* 大图 */
.topic_img {
    width: 100%;
	background-color: #f5f9fa;
}
.topic_img img {
    width: 100%;
}

/* 面包屑 */
.nav_list {
    width: 100%;
    margin: 20px 0;
    height: 16px;
    line-height: 16px;
    color: #666;
}
.nav_list a {
    font-size: 14px;
    color: #666666;
    font-family: MicrosoftYaHei;
}

/* 列表 */
.lists {
    width: 100%;
}
.lists .navigation {
    width: 160px;
    float: left;
    border: solid 1px #e0e0e0;
}
.lists .navigation .navigation_t {
    width: 100%;
    height: 50px;
    background-color: #ff7300;
    line-height: 50px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: bold;
    color: #ffffff;
}
.lists .navigation .navigation_t img {
    float: left;
    margin-top: 15px;
    margin-left: 30px;
    margin-right: 10px;
}
.lists .navigation ul {
    width: 100%;
}
.lists .navigation ul li {
    width: 100%;
    border-bottom: 1px dashed #e0e0e0;
    height: 55px;
    cursor: pointer;
}
.lists .navigation ul li a:hover {
    color: #ff7300;
}
.lists .navigation ul li a {
    display: block;
    width: 100%;
    height: 55px;
    padding: 0 21px;
    line-height: 55px;
    text-align: center;
	font-size: 14px;
    color: #333333;
    font-family: MicrosoftYaHei;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lists .navigation ul li:nth-last-child(1) {
    border-bottom: 0px;
}

/* 专题 */
.specials {
    width: 700px;
    float: left;
    margin: 0 20px;
    border: 1px solid #e0e0e0;
}
.specials .special_title {
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    border-bottom: solid 1px #e0e0e0;
}
.specials .special_title span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 20px;
    border-bottom: 2px solid #ff7300;
    color: #333333;
    font-family: MicrosoftYaHei;
	font-size: 16px;
}
.specials .special_title span i {
    color: #999999;
    font-family: MicrosoftYaHei;
	font-size: 12px;
}
.specials .box_list {
    width: 100%;
    padding: 0 20px;
}
.specials .box_list .boxs {
    display: block;
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px dashed #e0e0e0;
}
.specials .box_list .boxs .box_pic {
    width: 208px;
	height: 129px;
    border: solid 1px #e0e0e0;
    position: relative;
    float: left;
    overflow: hidden;
}
.specials .box_list .boxs .box_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all ease-in-out;
}
.specials .box_list .boxs .box_pic img:hover {
    transform: scale(1.1);
}
.specials .box_list .boxs .box_tit {
    float: right;
    width: 432px;
    padding: 10px 0;
}
.specials .box_list .boxs .box_tits {
    width: 100%;
}
.specials .box_list .boxs .box_tit .biaoti,
.specials .box_list .boxs .box_tits .biaotis {
    width: 100%;
    height: 20px;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-family: MicrosoftYaHei-Bold;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.specials .box_list .boxs .box_tit .biaoti:hover,
.specials .box_list .boxs .box_tits .biaotis:hover {
    color: #ff7300;
}
.specials .box_list .boxs .box_tit .jianjie span,
.specials .box_list .boxs .box_tits .jianjies span{
    
    color: #666 !important;
	font-size: 13px;
    line-height: 22px;
    font-family: MicrosoftYaHei;
}
.specials .box_list .boxs .box_tit .jianjie,
.specials .box_list .boxs .box_tits .jianjies {
    width: 100%;
    height: 66px;
    color: #ff7300;
    margin-top: 24px;
    font-size: 13px;
    line-height: 22px;
    font-family: MicrosoftYaHei;
}

/* 分页 */
.list_page {
    width: 100%;
    height: 28px;
    text-align: center;
    margin: 40px 0;
}
.list_page span {
    display: inline-block;
    /* width: 60px; */
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 2px;
    margin: 0 10px;
}
.list_page a {
    display: inline-block;
    width: 31px;
	height: 28px;
    line-height: 28px;
    text-align: center;
    color: #333333;
	font-size: 13px;
    font-family: MicrosoftYaHei;
	background-color: #e0e0e0;
    border-radius: 2px;
    /* margin-left: 10px; */
}
.m-pagination.is-background .m-pager-number.active {
    border-radius: 5px;
}
.list_page a:nth-last-child(2) {
    margin-right: 10px;
}
.actives {
    background-color: #ff7300 !important;
    color: #ffffff !important;
}

/* 为空提示 */
.special_kong {
    width: 100%;
    padding: 30px 0;
}
.special_kong img {
    width: 123px;
    height: 135px;
    margin: 0 auto;
}
.special_kong .kong_txt {
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #333;
    font-family: Microsoft YaHei;
    text-align: center;
    margin-top: 20px;
}

/* 推荐 */
.recommend {
    width: 300px;
    float: right;
}
/* 搜索 */
.recommend .searchs {
    width: 100%;
    height: 51px;
    overflow: hidden;
}
.recommend .searchs input {
    width: 245px;
    height: 50px;
    border: 1px solid #ff7300;
    float: left;
    padding: 0 20px;
}
.recommend .searchs .btn {
    width: 55px;
    height: 50px;
    float: right;
    background-color: #ff7300;
    cursor: pointer;
}
.recommend .searchs .btn img {
    width: 22px;
    height: 22px;
    margin: 12px auto 0;
}
/* 资讯推荐 */
.recommend .zixun_recom {
    width: 100%;
    margin-top: 20px;
    border: solid 1px #e0e0e0;
}
.zixun_tit {
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
	border-bottom: solid 1px #e0e0e0;
    padding: 15px 20px 0;
}
.zixun_tit span {
    width: 170px;
    height: 17px;
    float: left;
    border-left: 3px solid #ff7300;
    font-family: MicrosoftYaHei;
	font-size: 16px;
    color: #333;
    line-height: 16px;
    padding-left: 10px;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.zixun_tit a {
    float: right;
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #999;
    cursor: pointer;
}
.recommend .zixun_recom ul {
    width: 100%;
    padding: 22px;
}
.recommend .zixun_recom ul li {
    width: 100%;
    height: 16px;
    margin-bottom: 16px;
}
.recommend .zixun_recom ul li:nth-last-child(1) {
    margin-bottom: 0;
}
.recommend .zixun_recom ul li span {
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #d1d1d1;
    text-align: center;
    float: left;
    font-size: 10px;
    color: #fff;
}
.recommend .zixun_recom ul li:nth-child(1) span {
    background-color: #ff7300;
}
.recommend .zixun_recom ul li:nth-child(2) span {
    background-color: #ff9000;
}
.recommend .zixun_recom ul li:nth-child(3) span {
    background-color: #ffc445;
}
.recommend .zixun_recom ul li a {
    display: block;
    float: right;
    width: 229px;
    height: 16px;
    color: #333;
    line-height: 16px;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.recommend .zixun_recom ul li a:hover {
    color: #ff7300;
}
.recommend .zixun_recom .adver {
    width: 100%;
    position: relative;
}
.recommend .zixun_recom .adver div {
    width: 100%;
}

.recommend .zixun_recom .adver img {
    width: 100%;
}

/* 产品推荐 */
.chanpin_recom {
    width: 100%;
    margin-top: 20px;
    border: solid 1px #e0e0e0;
}
.chanpin_recom .chanpin_list {
    width: 100%;
    padding: 20px;
}
.chanpin_recom .chanpin_list .chanpin_pic {
    width: 120px;
    height: 90px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.chanpin_recom .chanpin_list .chanpin_pic:nth-child(1) {
    margin-right: 13px;
}
.chanpin_recom .chanpin_list .chanpin_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all ease-in-out;
}
.chanpin_recom .chanpin_list .chanpin_pic img:hover {
    transform: scale(1.1);
}
.chanpin_recom .chanpin_list .chanpin_pic .pic_txt {
    position: absolute;
    bottom: 0;
    z-index: 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, .6);
    padding: 0 8px;
    font-family: MicrosoftYaHei;
	font-size: 13px;
    color: #ffffff;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.chanpin_recom .chanpin_list .chanpin_pic .pic_txt:hover {
    color: #ff7300;
}
.chanpin_recom .chanpin_list ul li {
    width: 100%;
    height: 16px;
    margin-top: 21px;
}
.chanpin_recom .chanpin_list ul li:nth-child(1) {
    margin-top: 15px;
}
.chanpin_recom .chanpin_list ul li::before {
    display: block;
    content: '';
    width: 5px;
	height: 5px;
	background-color: #e0e0e0;
    float: left;
    margin-top: 5px;
}
.chanpin_recom .chanpin_list ul li a {
    display: block;
    width: 93%;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    font-family: MicrosoftYaHei;
	font-size: 13px;
    color: #333333;
    line-height: 16px;
    height: 16px;
    float: right;
}
.chanpin_recom .chanpin_list ul li:hover a{
    color: #ff7300;
}
.chanpin_recom .chanpin_list ul li:hover::before{
    background-color: #ff7300;
}

/* 企业推荐 */
.qiye_recom {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #e0e0e0;
}
.qiye_recom .qiye_list {
    width: 100%;
    padding: 0 20px;
}
.qiye_recom .qiye_list .qiye_box {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed #e0e0e0;
    overflow: hidden;
}
.qiye_recom .qiye_list .qiye_box:nth-last-child(1) {
    border-bottom: 0;
}
.qiye_recom .qiye_list .qiye_box .qiye_pic {
    width: 100px;
    height: 70px;
    float: left;
    overflow: hidden;
    position: relative;
}
.qiye_recom .qiye_list .qiye_box .qiye_pic img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transform: translate(0,-50%);
}
.qiye_recom .qiye_list .qiye_box .qiye_txt {
    width: 150px;
    height: 70px;
    float: right;
    padding: 2px 0;
}
.qiye_recom .qiye_list .qiye_box .qiye_txt .qiye_t {
    width: 100%;
    height: 15px;
    line-height: 15px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
	font-size: 13px;
    color: #333333;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.qiye_recom .qiye_list .qiye_box:hover .qiye_txt .qiye_t {
    color: #ff7300;
}
.qiye_recom .qiye_list .qiye_box .qiye_txt .qiye_phone {
    width: 100%;
    height: 15px;
    line-height: 15px;
    font-family: MicrosoftYaHei;
	font-size: 13px;
    color: #ff7300;
    margin: 10px 0;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.qiye_recom .qiye_list .qiye_box .qiye_txt .qiye_b {
    width: 100%;
    height: 15px;
    line-height: 15px;
    font-family: MicrosoftYaHei;
	font-size: 13px;
    color: #999999;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}

/* 底部 */
.footer {
    margin-top: 85px;
}