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

/* 工矿灯 */
.lamps {
    width: 812px;
    height: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    background-color: #fff;
    border-radius: 15px;
    border: solid 2px #ff7300;
    box-shadow: inset 0px -4px 16px 0px 
		#ffead9;
    overflow: hidden;
    text-align: center;
}
.lamps .lamps_tit {
    min-width: 321px;
    max-width: 100%;
    display: inline-block;
    height: 65px;
    margin: -20px auto 0;
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 82px;
    background-color: #ff7300;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    position: relative;
    padding: 0 100px;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.lamps .lamps_tit span {
    width: 51px;
    height: 15px;
    display: block;
    position: absolute;
    top: 34px;
}
.lamps .lamps_tit span:nth-child(1) {
    left: 40px;
}
.lamps .lamps_tit span:nth-child(2) {
    right: 40px;
}
.lamps p {
    width: 100%;
    height: 145px;
    padding: 0 30px;
    margin-top: 10px;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    font-family: MicrosoftYaHei;
    color: #333333;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.lamps p span {
    color: #ff7300;
    font-size: 14px;
    font-family: MicrosoftYaHei;
}

/* 面包屑 */
.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;
}

/* 详情 */
.detail_topic {
    width: 100%;
}
/* 推荐 */
.detail_recom {
    width: 680px;
    float: left;
}
/* 企业推荐 */
.qiye_recoms {
    width: 100%;
    height: 433px;
    padding: 30px 20px;
    border: solid 1px #e0e0e0;
    margin-bottom: 20px;
}
.qiye_tit {
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
	font-size: 22px;
    color: #333333;
    font-weight: 700;
}
.qiye_tit img {
    width: 18px;
    height: 11px;
    display: inline-block;
}
/* 企业推荐列表 */
.qiye_list {
    width: 100%;
    height: 173px;
    margin-top: 30px;
    overflow: hidden;
}
.qiye_list .qiye_box {
    display: block;
    width: 145px;
    float: left;
    margin-right: 19px;
}
.qiye_list .qiye_box:hover .box_tit {
    color: #ff7300;
}
.qiye_list .qiye_box:nth-last-child(1) {
    margin-right: 0;
}
.qiye_list .qiye_box .box_img {
    width: 100%;
    height: 105px;
    position: relative;
    overflow: hidden;
}
.qiye_list .qiye_box .box_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s all ease-in-out;
}
.qiye_list .qiye_box .box_img img:hover {
    transform: scale(1.1);
}
.qiye_list .qiye_box .box_tit {
    width: 100%;
    font-family: MicrosoftYaHei-Bold;
	font-size: 14px;
    font-weight: 700;
    color: #333333;
    height: 19px;
    line-height: 21px;
    margin-top: 8px;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.qiye_list .qiye_box .box_info {
    width: 100%;
    height: 33px;
    line-height: 17px;
    font-family: MicrosoftYaHei;
	font-size: 12px;
    margin-top: 8px;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 企业轮播 */
.qiye_swiper {
    width: 100%;
    height: 116px;
    background-color: #f0f0f0;
    padding-top: 21px;
    margin-top: 30px;
}
.qiye_swiper .bigbox div {
    width: 100%;
    height: 100%;
}
.qiye_swiper .swiper-slide {
    width: 115px !important;
    height: 75px !important;
}
.swiper-pagination {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    margin-right: 8px;
}
/* 产品推荐 */
.chanpin_recom {
    width: 100%;
    height: 491px;
    padding: 30px 15px 20px;
    border: solid 1px #e0e0e0;
    margin-bottom: 20px;
}
/* 产品轮播 */
.chanpin_swiper {
    width: 100%;
    margin-top: 30px;
}
.chanpin_swiper .swiper-container {
    width: 100%;
    overflow: hidden;
    height: 386px;
}
.chanpin_swiper .swiper-container .swiper-wrapper {
    width: 100%;
}
.chanpin_swiper .swiper-container .swiper-slide {
    padding: 0 21px;
}
.chanpin_swiper .swiper-container .swiper-slide .chanpin_box {
    width: 186px;
    display: inline-block;
    margin-right: 19px;
}
.chanpin_swiper .swiper-container .swiper-slide .chanpin_box:nth-child(-n+3) {
    margin-bottom: 19px;
}
.chanpin_swiper .swiper-container .swiper-slide .chanpin_box:nth-of-type(3n) {
    margin-right: 0;
}
.chanpin_swiper .swiper-container .swiper-slide .sde_pic {
    display: block;
    width: 100%;
    height: 144px;
    overflow: hidden;
}
.chanpin_swiper .swiper-container .swiper-slide .sde_pic img {
    transition: 0.5s all ease-in-out;
}
.chanpin_swiper .swiper-container .swiper-slide .sde_pic img:hover {
    transform: scale(1.1);
}
.chanpin_swiper .swiper-container .swiper-slide .sde_txt {
    display: block;
    width: 100%;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
	font-size: 14px;
    height: 15px;
    line-height: 18px;
    color: #333;
    margin-top: 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chanpin_swiper .swiper-container .swiper-slide .sde_txt:hover {
    color: #ff7300;
}
.swiper-pagination-bullet {
    background-color: #cacbca !important;
    width: 9px !important;
    height: 9px !important;
}
.swiper-pagination-bullet-active {
    background-color: #ff7300 !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -1px !important;
}
.swiper-button-next1,.swiper-button-prev1{
	position: absolute;
	width: 10px;
	height: 18px;
	top: 45%;
	z-index: 10;
	transform: translateY(-50%);
	cursor: pointer;
}
.swiper-button-next1{
	background: url('../images/detail_topic/next.png');
	right: 0;
}
.swiper-button-prev1{
	background: url('../images/detail_topic/prev.png');
	left: 0;
}

/* 热门专题 */
.hot_zhuanti {
    width: 100%;
    padding: 30px 20px;
    border: solid 1px #e0e0e0;
    margin-top: 20px;
}
.hot_zhuanti .zhuanti_list {
    width: 100%;
    overflow: hidden;
}
.hot_zhuanti .zhuanti_list .zhuanti_box {
    width: 145px;
    float: left;
    margin-right: 19px;
    margin-top: 30px;
}
.hot_zhuanti .zhuanti_list .zhuanti_box:nth-of-type(4n) {
    margin-right: 0;
}
.hot_zhuanti .zhuanti_list .zhuanti_box .zhuanti_pic {
    display: block;
    width: 100%;
    height: 105px;
    overflow: hidden;
}
.hot_zhuanti .zhuanti_list .zhuanti_box .zhuanti_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all ease-in-out;
}
.hot_zhuanti .zhuanti_list .zhuanti_box .zhuanti_pic img:hover {
    transform: scale(1.1);
}
.hot_zhuanti .zhuanti_list .zhuanti_box .zhuanti_tit {
    display: block;
    width: 100%;
    height: 15px;
    line-height: 18px;
    font-weight: 700;
    font-family: MicrosoftYaHei-Bold;
	font-size: 14px;
    color: #333333;
    margin-top: 10px;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.hot_zhuanti .zhuanti_list .zhuanti_box .zhuanti_tit:hover {
    color: #ff7300  ;
}

/* 搜索详解 */
.detail_search {
    width: 500px;
    float: right;
}
.detail_search .searchs {
    width: 100%;
    height: 51px;
    overflow: hidden;
}
.detail_search .searchs input {
    width: 370px;
    height: 50px;
    border: 1px solid #ff7300;
    float: left;
    padding: 0 20px;
}
.detail_search .searchs .btn {
    width: 130px;
    height: 50px;
    float: right;
    background-color: #ff7300;
    font-family: MicrosoftYaHei;
	font-size: 16px;
    color: #f5f9fa;
    line-height: 50px;
    cursor: pointer;
}
.detail_search .searchs .btn img {
    width: 22px;
    height: 22px;
    margin: 15px 5px 10px 18px;
    display: block;
    float: left;
}

/* 专题详情 */
.zhuanti_detail {
    width: 100%;
    margin-top: 20px;
    border: solid 1px #e0e0e0;
}
.zhuanti_detail .ztdt_tit {
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
}
.zhuanti_detail .ztdt_tit span {
    display: block;
    float: left;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #ff7300;
    color: #333333;
    font-size: 16px;
    font-family: MicrosoftYaHei;
}
.zhuanti_detail .ztdt_deta {
    width: 100%;
    padding: 20px;
    overflow: hidden;
}
.zhuanti_detail .ztdt_deta div {
    display: block !important;
}
.zhuanti_detail .ztdt_deta p,
.zhuanti_detail .ztdt_deta ul li,
.zhuanti_detail .ztdt_deta ol li {
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #333333;
    margin: 20px 0;
    line-height: 30px;
    text-indent: 2em;
}
.zhuanti_detail .ztdt_deta p:nth-child(1),
.zhuanti_detail .ztdt_deta ul li:nth-child(1),
.zhuanti_detail .ztdt_deta ol li:nth-child(1) {
    margin-top: 0;
}
.zhuanti_detail .ztdt_deta p:nth-last-child(1),
.zhuanti_detail .ztdt_deta ul li:nth-last-child(1),
.zhuanti_detail .ztdt_deta ol li:nth-last-child(1) {
    margin-bottom: 0;
}
.zhuanti_detail .ztdt_deta img {
    max-width: 100% !important;
    display: block !important;
    margin: 20px auto !important;
}

.mzsm {
    width: 100%;
    color: #333;
    line-height: 22px;
    margin: 30px 0;
    float: left;
}
.mzsm span {
    color: red;
}