body {
	background: #F1F1F8!important;
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
}
.container {
	overflow: hidden;
	padding: 0 10px;
}

._main {
	overflow: hidden;
	margin: 0 0.32rem;
}
._main .bd{
	border: none;
}

/* 悬浮小图标 */
.index-fixed{
	position: fixed;
	top: 60%;
	right: 0.16rem;
	z-index: 999999;
}
.icon-list,.icon-backtop{
	position: relative;
	width: 0.6rem;
	height: 0.6rem;
	margin-bottom: 0.12rem;
}
.icon-list img,.icon-backtop img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.icon-list ul{
	display: none;
	position: absolute;
	top: 0;
	left: -1.44rem;
	width: 1.28rem;
	background: #FFEFE2;
	border-radius: 0.08rem;
}
.icon-list ul li{
	width: 100%;
	height: 0.84rem;
	border-bottom: 1px solid #CCCCCC;
}
.icon-list ul li:last-child{
	border-bottom:none;
}
.icon-list ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.32rem;
	line-height: 0.36rem;
	color: #FF780A;
}
/* 更多按钮 */
.more_btn {
	overflow: hidden;
    display: flex;
	align-items: center;
	justify-content: center;
    width: 2.8rem;
    height: 0.72rem;
    line-height: 0.44rem;  
    text-align: center;
    background: linear-gradient(to bottom,#FF790B,#FF4B3F);
    color: #fff!important;
    margin: 0 auto;
    border-radius: 0.08rem;
    margin-top:0.4rem;
    font-size: 0.32rem;
}
/* 共用标题 */
.index-title {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index-title h2 {
	width: auto;
	height: 0.36rem;
	margin: 0;
	position: relative;
	overflow: hidden;
	padding-left: 0.16rem;
	display: flex;
	align-items: center;
    flex: 1;
}
.index-title h2 img{
	width: auto;
	height: 100%;
	display: block;
}
.index-title h2::before {
	content: '';
	position: absolute;
	width: 0.08rem;
	height: 0.32rem;
	display: block;
	border-radius: 0.04rem;
	background: linear-gradient(to bottom,#ff780a,#ed4338);
	left: 0;
	top:50%;
	transform: translateY(-50%);
}
.index-title span{
    flex: 1;
    color: #999999;
    padding-left: 0.16rem;
	font-size: 0.24rem;
	font-weight: 500;
}
.index-title ._right {
	overflow: hidden;
	display: block;
	width: 2rem;
	height: 0.68rem;
}
.index-title ._right a {
	display: block;
	width: 2rem;
	height: 0.68rem;
}
.index-title ._right a img{
	width: 100%;
	height: 100%;
}


/*---------------------------------------
				header
----------------------------------------*/
.header {
	overflow: hidden;
    padding:0.3rem 0;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2);
    background: #fff;
	height: 1.16rem;
	box-sizing: border-box;
}
.header-fixed {
	position: fixed;
	z-index: 888;
	width: 100%;
	top: 0;
}
.head-bar-fix-one{
	height: 1.22rem;
}
.header .header-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	padding: 0 0.32rem;
}
.header .header-logo {
	width: 2.22rem;
/* 	height: 0.56rem; */
	overflow: hidden;
}
.header .header-logo img {
	width: 100%;
	display: block;
	overflow: hidden;
}
.header .header-search {
	overflow: hidden;
	width: 4.1rem;
	height: 100%;
}

.header .header-search a{
	display: flex;
    padding: 0.12rem 0.2rem;
    overflow: hidden;
    position: relative;
    border-radius: 0.35rem;
    background: #F1F1F8;
    align-items: center;
}
.header .header-search a span{
    color: #999999;
	font-size: 0.28rem;
	margin-left: 0.1rem;
}
.header .header-search a img{
	width: 0.26rem;
	height: 0.26rem;
}
.header-top-nav{
	padding: 0 0.32rem;
	border-top: 0.01rem solid #EAEAEA;
	background-color: #fff;
}
.header-top-nav ul{
	overflow-x: scroll;
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: nowrap;
	overflow-y: hidden;
	padding: 0.15rem 0;
}
.header-top-nav ul li{
	margin-right: 0.26rem;
	display: block;
	min-width: max-content;
}
.header-top-nav ul li:last-child{
	margin-right: 0;
}
.header-top-nav ul li a span{
	font-size: 0.28rem;
	line-height: 0.4rem;
	font-weight: 500;
	color: #666;
	box-sizing: border-box;
}
.header-top-nav ul li.active a span{
	font-size: 0.36rem;
	line-height: 0.5rem;
	position: relative;
	color: #F27B1B;
	font-weight: bold;
}
.header-top-nav ul li.active a span::after{
	content: '';
	display: block;
	width: 50%;
	height: 0.03rem;
	position: absolute;
	bottom: -0.03rem;
	left: 50%;
	transform: translateX(-50%);
	background-color: #F27B1B;
}
/* 导航 */
.header-nav{
	overflow: hidden;
	background: #FF6A00;
	font-size: 14px;
	color: #fff;
}
.header-fixed2{
	position: fixed;
	z-index: 888;
	width: 100%;
	max-width: 750px;
	top: 58px;
}
.header-nav ul{
	display: -webkit-box;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	display: -ms-flexbox;
	margin: 10px;
}
.header-nav ul::-webkit-scrollbar{
	display: none;
}
.header-nav ul li {
    margin: 0 23px 0 2px;
}
.header-nav ul li a{
	color: #fff;
}

/*---------------------------------------
				channel
----------------------------------------*/
.list-channel li div{
	margin-left: 0!important;
	padding: 0 36px 0 15px!important;
}

/*---------------------------------------
				banner
----------------------------------------*/
.slick {
	box-sizing: border-box;
	overflow: hidden;
	margin: 0.3rem 0.32rem;
}
.slick-two{
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 0.3rem;
}
.slick-two a,.slick-two img{
	width: 100%;
	height: 2.92rem;
	border-radius: 0.16rem;
}
.slick-two img{
	object-fit: cover;
}
.slick .slick-dots,.slick-two .slick-dots{
    bottom: 0.16rem;
}
.slick a , .slick img {
    display: block;
    width: 100%;
    max-height: 100%;
	border-radius: 0.16rem;
}
.slick li,.slick-two li{
	width: 0.16rem!important;
	height: 0.16rem!important;
	margin: 0 0.1rem!important;
	padding: 0!important;
}
.slick-dots li button{
	padding: 0;
	margin: 0;
	position: initial!important;
	width: 0.16rem!important;
	height: 0.16rem!important;
	padding: 0!important;
	background-color: white;
	border-radius: 50%!important;
}
.slick-dots li button:before{
	font-size: 0!important;
	width: 0.16rem!important;
	height: 0.16rem!important;
	line-height: 0.16rem!important;
	font-family: ""!important;
}
.slick-dots li.slick-active{
	width: 0.3rem!important;
	height: 0.16rem!important;
	border-radius: 0.1rem!important;
	margin: 0 0.1rem!important;
	padding: 0!important;
}
.slick-dots li.slick-active button{
	width: 0.3rem!important;
	border-radius: 0.08rem!important;
	height: 0.16rem!important;
	padding: 0!important;
	background-color: #FE7F00;
}
.slick-dots li.slick-active button:before {
    color: #FE7F00;
	border-radius: 0.08rem!important;
  }
/*---------------------------------------
				nav
----------------------------------------*/
.nav {
    overflow: hidden;
    margin: 0px 0.32rem 0.3rem;
    background-color: #fff;
	border-radius: 0.16rem;
}
.nav ._main{
	margin: 0;
}
.nav .nav_ul {
	overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	padding: 0.28rem 0.2rem 0.22rem;
}
.nav .nav_ul li {
	text-align: center;
	overflow: hidden;
}
.nav .nav_ul li a {
	display: block;
	overflow: hidden;
}
.nav .nav_ul li a img {
	width: 0.8rem;
	height: 0.8rem;
	display: block;
	margin: 0 auto;
}
.nav .nav_ul li p {
	margin: 0;
	font-size: 0.28rem;
	line-height: 0.32rem;
    color: #666;
    margin-top: 0.18rem;
}
.nav .nav_adv {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 0.01rem solid #EAEAEA;;
	padding: 0.2rem;
}
.nav_adv .tempWrap{height: 0.32rem}
.nav .nav_adv span {
	width: auto;
	height: 0.36rem;

}
.nav .nav_adv span img {
	width: auto;
	height: 100%;
	display: block;
}
.nav .nav_adv ol {
	overflow: hidden;
	padding: 0;
    flex: 1;
    margin:0 0.3rem 0 0.16rem;
}
.nav .nav_adv ol li {
    height: 0.28rem;
    line-height: 0.28rem;
}

.nav .nav_adv ol li a {
	font-size: 0.24rem;
	line-height: 0.28rem;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.nav .nav_adv .more {
	display: flex;
	width: 0.24rem;
	height: 0.24rem;
}
.nav .nav_adv .more img{
	width: 100%;
	height: 100%;
}
/*---------------------------------------
				spike
----------------------------------------*/
.spike-list{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.1rem;
}
.spike-list img{
    width: 100%;
    height: 100%;
	display: block;
}
.spike-list li a{
    width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	border-radius: 0.16rem;
}
.spike-list li{
	width: 3.32rem;
	height: 2.6rem;
	margin-right: 0.22rem;
	margin-bottom: 0.2rem;
	list-style: none;
	overflow: hidden;
	border-radius: 0.16rem;
}
.spike-list li:nth-child(2n){
	margin-right: 0;
}
/*---------------------------------------
		avd-banner
----------------------------------------*/
.avd-banner {
	overflow: hidden;
    margin-bottom: 0.1rem;
	display: flex;
	flex-wrap: wrap;
}
.avd-banner li {
	width: 2.14rem;
	height: 2.74rem;
	border-radius: 0.16rem;
	overflow: hidden;
	margin-right: 0.12rem;
	list-style: none;
	margin-bottom: 0.2rem;
}
.avd-banner li:nth-child(n+3){
	width: 2.2rem;
}
.avd-banner li:first-child{
	width: 4.6rem;
}
.avd-banner li:nth-child(2) {
	margin-right: 0;
}
.avd-banner li:nth-child(5) {
	margin-right: 0;
}
.avd-banner li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.avd-hanye{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.3rem;
}
.avd-hanye li:first-child{
	width: 3.32rem;
	height: 3.64rem;
	margin-right: 0.22rem;
	border-radius: 0.16rem;
}
.avd-hanye li{
	width: 3.32rem;
	list-style: none;
}
.avd-hanye li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0.16rem;
}
.avd-hanye li:nth-child(2) .avd-hanye-right-pic{
	width: 3.32rem;
	height: 1.72rem;
	border-radius: 0.16rem;
	margin-bottom: 0.2rem;
}
.avd-hanye li:nth-child(2) .avd-hanye-right-pict{
	width: 3.32rem;
	height: 1.72rem;
	border-radius: 0.16rem;
}
.avd-news,.avd-partner{
	overflow: hidden;
    margin-bottom: 0.1rem;
	display: flex;
	flex-wrap: wrap;
}
.avd-news li {
	width: 3.32rem;
	height: 1.6rem;
	border-radius: 0.16rem;
	overflow: hidden;
	margin-right: 0.22rem;
	list-style: none;
	margin-bottom: 0.2rem;
}
.avd-news li:nth-child(2n){
	margin-right: 0;
}
.avd-news li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.avd-partner li {
	width: 3.32rem;
	height: 1.4rem;
	border-radius: 0.16rem;
	overflow: hidden;
	margin-right: 0.22rem;
	list-style: none;
	margin-bottom: 0.2rem;
}
.avd-partner li:nth-child(2n){
	margin-right: 0;
}
.avd-partner li:nth-child(3){
	width: 6.86rem;
	height: 2.7rem;
	margin-right: 0;
}
.avd-partner li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
/*---------------------------------------
				reco-supply
----------------------------------------*/
.reco-supply {
	overflow: hidden;
	margin-bottom: 0.2rem;
	background-color: #fff;
    padding-bottom: 0.28rem;
    border-radius: 0.16rem;
}
.reco-supply .index-title{
    padding: 0 0 0 0.2rem;
}
.reco-supply ul {
	overflow: hidden;
}
.reco-supply ul li {
	overflow: hidden;
	padding: 0.2rem;
	border-bottom: 0.01rem solid #EAEAEA;;
}

.reco-supply ul li dd {
	margin: 0;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
}
.reco-supply ul li dd .fl {
    overflow: hidden;
    width: 2.1rem;
    height: 2.1rem;
}
.reco-supply ul li dd .fl img {
	width: 100%;
    height: 100%;
    display: block;
	object-fit: cover;
}
.reco-supply ul li dd .fr {
	overflow: hidden;
	flex: 1;
    margin-left: 0.16rem;
    margin-top: 0.04rem;
	margin-bottom: 0.04rem;
}
.reco-supply ul li dd .fr h6{
	font-size: 0.3rem;
	line-height: 0.42rem;
	color: #333;
	font-weight: bold;
	margin: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.reco-supply ul li dd .fr .reco-supply-font{
	margin: 0;
	margin-top: 0.16rem;
	font-size: 0.26rem;
	line-height: 0.36rem;
	color: #666;
	font-weight: 500;
}
.reco-supply ul li dd .fr .reco-supply-font span:first-child{
	padding-right: 0.12rem;
	border-right: 0.01rem solid #EAEAEA;
	margin-right: 0.12rem;
}
.reco-supply ul li dd .fr .reco-supply-price{
	margin: 0;
	margin-top: 0.16rem;
	font-size: 0.24rem;
	color: #FF0000;
	font-weight: 800;
	height: 0.5rem;
	line-height: 0.5rem;
}
.reco-supply ul li dd .fr .reco-supply-price span{
	font-size: 0.36rem;
}
.reco-supply ul li dd .fr .reco-supply-price b{
	color: #333;
}
/*---------------------------------------
	buy
----------------------------------------*/
.buy-box {
	overflow: hidden;
    background-color: #fff;
    border-radius: 0.16rem;
	margin-bottom: 0.2rem;
	padding-bottom: 0.28rem;
}
.buy-box .index-title{
	padding: 0 0 0 0.2rem;
}
.buy-box ul {
	overflow: hidden;
}

.buy-box ul li {
	overflow: hidden;
    background: #fff;
    padding:0.3rem 0.2rem;
    border-bottom: 1px solid #EAEAEA;
}
.buy-box ul li:last-child {
	margin-bottom: 0;
}
.buy-box ul li dt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}
.buy-box ul li dt span:first-child {
	font-size: 0.3rem;
	line-height: 0.42rem;
	font-weight: 400;
	color: #333;
	overflow: hidden;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	flex:1;
}
.buy-box ul li dt span:first-child b{
	margin-right: 0.04rem;
	color: #F27B1B;
	font-weight: bold;
	display: inline-block;
	width: 0.46rem;
}
.buy-box ul li dt span:first-child i{
	color: #666;
	margin-right: 0.04rem;
	width: 0.46rem;
	display: inline-block;
	font-style: normal;
}
.buy-box ul li span:nth-child(2n) {
    text-align: right;
	font-size: 0.26rem;
	line-height: 0.36rem;
	color: #999;
    flex: initial;
	margin-left: 0.44rem;
}
/*---------------------------------------
		company
----------------------------------------*/
.company-box {
	overflow: hidden;
	background: #fff;
	border-radius:0.16rem;
	padding-bottom: 0.28rem;
	margin-bottom: 0.2rem;
}
.company-box .index-title {
	overflow: hidden;
	margin-bottom: 0.2rem;
	padding: 0 0 0 0.2rem;
}
.company-box .nav-list {
	display: -webkit-box;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	display: -ms-flexbox;
	margin: 0 0.2rem;
}

.company-box .nav-list li {
	width: 1.2rem;
	height: 0.64rem;
	background: #F3F3F6;
	color: #333;
	font-size: 0.3rem;
	line-height: 0.35rem;
	min-width: max-content;
	padding: 0 0.16rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right:0.16rem;
	border-radius:0.08rem;
	margin-bottom: 0.16rem;
	min-width: max-content;
}
.company-box .nav-list li.on{
	background: #FF780A;
	color: #fff;
}
/* .company-box .nav-list li a {
	color: #555555;
	font-size: 12px;
} */

.company-box .tab-list {
	overflow: hidden;
	border-top:1px solid #EAEAEA;
}

.company-box .tab-list li {
	overflow: hidden;
	padding: 0.2rem;
	border-bottom:1px solid #EAEAEA;
}

.company-box .tab-list li a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.company-box .tab-list li dt {
	overflow: hidden;
	width: 1.4rem;
	height: 1.4rem;
	background: #fff;
	border-radius: 0.08rem;
}
.company-box .tab-list li dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0.08rem;
}
.company-box .tab-list li dd {
	overflow: hidden;
	flex: 1;
	margin: 0;
	margin-left: 0.2rem;
	padding: 0.06rem 0;
}

.company-box .tab-list li dd h3 {
	margin: 0;
	font-size: 0.3rem;
	line-height: 0.42rem;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.company-box .tab-list li dd p {
	font-size: 0.26rem;
	line-height: 0.36rem;
	color: #999999;
	font-weight: 500;
	margin: 0.16rem 0 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*---------------------------------------
		brand
----------------------------------------*/
.brand-box {
	overflow: hidden;
	background: #fff;
	border-radius: 0.16rem;
	margin-bottom: 0.3rem;
	padding-bottom: 0.08rem;
}
.brand-box .index-title{
	padding: 0 0 0 0.2rem;
}
.brand-box ul {
	padding: 0 0.2rem;
	overflow: hidden;
	margin-top:0.2rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 0.14rem;
}
.brand-box ul li {
	overflow: hidden;
	width: 2.1rem;
	height: 1.4rem;
	margin-right: 0.08rem;
	margin-bottom: 0.16rem;
}
.brand-box ul li:nth-child(3n){
	margin-right: 0;
}

.brand-box ul li img{
	width: 100%!important;
    height: 100%!important;
	object-fit: cover;
	display: block;
}
/*---------------------------------------
		pro
----------------------------------------*/
.pro-box{
	overflow: hidden;
	margin-bottom:15px;
}
.pro-box .index-title{
	background: #FFFFFF;
	padding: 10px 10px 0 10px;
	border-radius:5px;
	flex-wrap: wrap;
}
.pro-box .index-title .nav-list{
    display: -webkit-box;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: -ms-flexbox;
	margin-top: 10px;
}
.pro-box .index-title .nav-list li {
    padding: 5px 10px;
    background: #f1f3f5;
    color: #555555;
    margin-right: 6px;
    border-radius:3px;
	margin-bottom: 12px;
}	
.pro-box .index-title .nav-list li.on{
	background: #ff6a00;
	color: #fff;
}
.pro-box .pro-list{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2%;
	margin-bottom:-2%;
}
.pro-box .pro-list li{
	width:49%;
	overflow: hidden;
	background: #fff;
	border-radius:5px;
	margin-bottom:2%;
}
.pro-box .pro-list li a{
	padding: 10px;	
	display: block;
}
.pro-box .pro-list li span{
    position: relative;
    width: 100%;
    padding-top: 100%;
	overflow: hidden;
	display: block;
}
.pro-box .pro-list li span img{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.pro-box .pro-list li h2{
	font-size: 14px;
	color: #333333;
	margin: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
}
.pro-box .pro-list li .price{
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	font-size: 14px;
	color: #ff6a00;
}
.pro-box .pro-list li .price i,
.pro-box .pro-list li .price em{
	font-style: normal;
}
.pro-box .pro-list li .price em{
	background: #ff6a00;
	color: #fff;
	border-radius: 5px;
	padding: 2px 5px;
	font-size: 12px;
}
/*---------------------------------------

		exhib
----------------------------------------*/
.exhib-box{
	overflow: hidden;
	background: #fff;
	border-radius: 0.16rem;
	margin-bottom: 0.2rem;
	padding-bottom: 0.28rem;
}
.exhib-box .index-title{
	padding: 0 0 0 0.2rem;
}
.exhib-box .exhib-list{
	overflow: hidden;
	/* margin-top: 0.3rem; */
}
.exhib-box .exhib-list dl{
	overflow: hidden;
	margin: 0;
	border-bottom:1px solid #EAEAEA;
	padding: 0.2rem;
}
.exhib-box .exhib-list dl a{
	display: flex;
	align-items: flex-start;
}
.exhib-box .exhib-list dl dt{
	overflow: hidden;
	margin: 0;
	width: 2.04rem;
	height: 1.76rem;
	border-radius: 0.08rem;
}
.exhib-box .exhib-list dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0.08rem;
}
.exhib-box .exhib-list dl dd{
	overflow: hidden;
	flex: 1;
	margin: 0;
	margin-right: 0.16rem;
}
.exhib-box .exhib-list dl dd h2{
    margin: 0;
    font-weight: bold;
    font-size: 0.3rem;
	line-height: 0.42rem;
    color: #333;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.exhib-box .exhib-list dl dd ul{
	overflow: hidden;
	display: flex;
	align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 0.12rem;
	margin-bottom: -0.08rem;
}
.exhib-box .exhib-list dl dd ul li{
    float: left;
    width: 100%;
    font-size: 0.26rem;
	line-height: 0.36rem;
    color: #999999;
    font-weight: 500;
	margin-bottom: 0.04rem;
}


/*---------------------------------------
		business
----------------------------------------*/
.business-box{
	overflow: hidden;
    background: #fff;
    margin: 0 0px 10px;
}
.business-box h2{
	margin: 0;
	font-size: 18px;
	padding: 10px;
}
.business-box .index-title{
	overflow: hidden;
	padding: 10px;
}
.business-box .index-title h2{
	padding: 0;
	padding-left: 18px;
}
.business-box ul{
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.business-box ul li{
	width: 25%;
	overflow: hidden;
	border-top: 1px solid #EBEBEB;
	margin-bottom: -1px;
}
.business-box ul li a{
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #EBEBEB;
	color: #222222;
	font-size:14px;
	padding: 10px 5px;
    text-align: center;
    display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.business-box ul li:nth-child(4n) a{
	border-right: none;
}
/*---------------------------------------
		news
----------------------------------------*/
.news-box{
	overflow: hidden;
	background: #fff;
	border-radius: 0.16rem;
	margin-bottom: 0.2rem;
	padding-bottom: 0.28rem;
}
.news-box .index-title{
	padding: 0 0 0 0.2rem;
}
.news-box .news-tab{
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	padding: 0.2rem;
	border-bottom:1px solid #EAEAEA;
	/* margin-top: 0.12rem; */
}
.news-box .news-tab li{
	width: 2.04rem;
	height: 0.64rem;
	font-size: 0.3rem;
	line-height: 0.42rem;
	color: #333;
	font-weight: 500;
	overflow: hidden;
	text-align: center;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F3F3F6;
	border-radius: 0.08rem;
}

.news-box .news-tab li.on{
	color: #fff;
	background-color: #FF780A;
}

.news-box .bd{
	border: none;
} 
.news-box .news-list{
	overflow: hidden;
} 
.news-box .news-list ul dl{
	margin: 0;
	overflow: hidden;
	border-bottom:1px solid #EAEAEA;
	padding: 0.2rem;
}

.news-box .news-list ul dl a{
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 0;
}
.news-box .news-list ul dl dt{
	width: 1.4rem;
	height: 1.4rem;
	overflow: hidden;
	border-radius: 0.08rem;
}
.news-box .news-list ul dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0.08rem;
}
.news-box .news-list ul dl dd{
	margin: 0;
	overflow: hidden;
	flex: 1;
	margin-left: 0.2rem;
}
.news-box .news-list ul dl dd h2{
	margin: 0;
	font-size: 0.3rem;
	line-height: 0.42rem;
	color: #333333;
	font-weight: bold;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-box .news-list ul dl dd ._bottom{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 0.16rem;
}

.news-box .news-list ul dl dd ._bottom i{
	font-style: normal;
	font-weight: 500;
	color: #999999;
	font-size: 0.26rem;
	line-height: 0.36rem;

}
.news-box .news-list ul dl dd ._bottom em{
	font-style: normal;
	font-weight: 500;
	color: #999999;
	font-size: 0.26rem;
	line-height: 0.36rem;
	margin-left: 0.4rem;
}
/*---------------------------------------
			list
----------------------------------------*/
.list {
	overflow: hidden;
	margin: 0.3rem 0.32rem 0.3rem;
	padding: 0;
}

.list li {
	padding: 0.2rem;
	border-radius: 0.16rem;
	overflow: hidden;
	background: #fff;
	margin-bottom: 0.2rem;
	display: flex;
	align-items: flex-start;
}

.list li dt {
	width: 1.62rem;
	height: 1.62rem;
	overflow: hidden;
	border-radius: 0.08rem;
}

.list li dt a img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}

.list li dd {
	overflow: hidden;
	margin: 0 0 0 0.2rem;
	flex: 1;
}

.list li dd h2 {
	font-size: 0.3rem;
	line-height: 1.1;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
}
.list li dd h2 a{
	display: block;
	font-size: 0.3rem;
	line-height: 1.1;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
}
.list li dd ol {
	overflow: hidden;
	margin: 0.16rem 0 0;
	padding: 0;
}

.list li dd ol a {
	display: block;
	margin-bottom: 0.14rem;
	font-size: 0.26rem;
	color: #999;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.1;
}
.list li dd ol a:last-child{
	margin-bottom: 0;
}
.list li:last-child {
	margin-bottom: 0;
}


/*---------------------------------------
			detail
----------------------------------------*/
.detail {
	overflow: hidden;
	border-bottom: 0;
	margin: 0;
	min-height: 300px;
	padding: 0;
	border-radius: 5px;
	padding-bottom: 1.28rem;
}
/* 产品图片 */
.detail_thumb{
    width: 100%;
	overflow: hidden;
	position: relative;
}
/* 产品标题 */
.detail .detail-content-top{
	margin: 0.3rem 0.32rem 0;
	border-radius: 0.16rem;
	background: #fff;
	overflow: hidden;
}
.detail .detail-title {
	overflow: hidden;
	text-align: left;
	padding: 0.2rem 0.2rem 0.3rem;
	background: #fff;
	border-radius: 0 0 0.16rem 0.16rem;
	margin-top: -4px;
}
.detail-contact img{
	height: 0.3rem;
	width: auto;
}
.detail .detail-title h2 {
	font-size: 0.3rem;
	line-height: 1.6;
	margin: 0 0 0.3rem;
}
.detail .detail-title p{
	font-size: 0.26rem;
	margin: 0 0 0.2rem;
}
.detail .detail-title p b{
	font-size: 0.3rem;
}
.detail .detail-title .title_span{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.detail .detail-title span{
	font-size: 0.26rem;
	color: #999999;
	margin: 0;
	display: block;
}
/* 产品属性 */
.detail .detail-attr {
	overflow: hidden;
	margin: 0.2rem 0.32rem;
	background: #fff;
	border-radius: 0.16rem;
}
.detail .detail-attr h2 {
	overflow: hidden;
	text-align: left;
	font-size: 0.3rem;
	font-weight: bold;
	margin:0.2rem 0 0.3rem;
	border-bottom: 1px solid #EAEAEA;
	padding-left: 0.2rem;
	padding-bottom: 0.14rem;
	color: #333;
}
.detail .detail-attr ul {
	overflow: hidden;
	margin: 0 0.2rem 0.1rem;
}
.detail .detail-attr ul li{
	width: 100%;
	font-size: 0.26rem;
	color: #333;
	margin-bottom: 0.15rem;
	display: flex;
}
.detail .detail-attr ul li em{
	font-style: normal;
	color: #999999;
    margin-right: 0.2rem;
    min-width:0.9rem;
}
/* 公司详情 */
.detail .detail-contact {
	overflow: hidden;
	margin: 0.2rem 0.3rem;
	background: #fff;
	border-radius: 0.16rem;
}
.detail-contact-em-right{
	flex: 1;
}
.detail .detail-contact h2 {
	overflow: hidden;
	text-align: left;
	font-size: 0.3rem;
	font-weight: bold;
	margin:0.2rem 0 0.3rem;
	border-bottom: 1px solid #EAEAEA;
	padding-left: 0.2rem;
	padding-bottom: 0.14rem;
	color: #333;
}
.detail .detail-contact ul {
	overflow: hidden;
	margin: 0 0.2rem 0.1rem;
}
.detail .detail-contact ul li {
	width: 100%;
	font-size: 0.26rem;
	color: #333;
	margin-bottom: 0.15rem;
	display: flex;
}
.detail .detail-contact ul li em {
	font-style: normal;
	color: #999999;
    margin-right: 0.2rem;
    min-width:0.9rem;
	white-space: nowrap;
}

/* 产品详情 */
.detail .detail-detailed {
	overflow: hidden;
	margin: 0.2rem 0.32rem;
	background: #fff;
	border-radius: 0.16rem;
}
.detail .detail-detailed img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.detail .detail-detailed h2 {
	overflow: hidden;
	text-align: left;
	font-size: 0.3rem;
	font-weight: bold;
	margin:0.2rem 0 0.3rem;
	border-bottom: 1px solid #EAEAEA;
	padding-left: 0.2rem;
	padding-bottom: 0.14rem;
	color: #333;
}
.detail .detail-detailed>div {
	overflow: hidden;
	margin: 0 0.2rem;
}
/* 底部悬浮 */
.detail-foot ul{
	margin: 0px auto;
	padding: 0 0.32rem;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	height: 0.98rem;
	z-index: 499;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detail-foot ul .detail-icon{
	display: flex;
}
.detail-foot ul .detail-icon li{
	margin-right: 0.4rem;
}
.detail-foot ul .detail-icon li:last-child{
	margin-right: 0;
}
.detail-foot ul .detail-icon li a{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.detail-foot ul li {
	text-align: center;
	padding-top: 0rem;
	display: block;
}
.detail-foot ul li a {
	display: block;
	padding-top: 0px;
}
.detail-foot ul li i{
	width: 0.34rem;
	height: 0.34rem;
	display: block;
	overflow: hidden;
}
.detail-foot ul li i img{
	width: 100%;
}
.detail-foot ul li span{
	display: block;
    font-size: 0.24rem;
    color: #666666;
	line-height: 1.1;
	margin-top: 0.1rem;
}
.detail-foot ul .flex-1{
    height: 0.7rem;
	border-radius: 0.35rem;
    text-align: center;
    background: #FEA200;
    display: flex;
    align-items: center;
}
.detail-foot ul .flex-1 li{
    width: 2rem;
}

.detail-foot ul li .btn-add{
	width: 100%;
	height: 0.7rem;
	line-height: 0.7rem;
	background: #FF780A;
	border-radius:0.35rem 0 0 0.35rem;
	color: #fff;
	font-size: 0.3rem;
}
.detail-foot ul li .btn-inquiry,
.detail-foot ul li .btn-buy{
	width: 100%;
	height: 0.7rem;
	line-height: 0.7rem;
	background: #FE4543;
	border-radius: 0 0.35rem 0.35rem 0;
	color: #fff;
	font-size: 0.3rem;
}


.content {
    font-size:0.26rem;
	line-height:1.5;
	padding:0.2rem;
	background: #fff;
}
.News-deta-cot {
    background-color: white;
    padding: 0;
}
.News-deta-tit {
   padding-top: 0.3rem;
    word-wrap: break-word !important;
    -ms-word-wrap: break-word !important;
    word-break: break-word !important;
    -ms-word-break: break-word !important;
}
.News-deta-tit h2 {
    font-size:18px;
    color: #000;
    margin: 0;
}
.News-deta-name {
    margin-top:10px;
    display: flex;
    align-items: center;
}
.News-deta-name-hed {
    margin-right: 10px;
}
.News-deta-name-hed a {
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #eeeeee;
    text-align: center;
    overflow: hidden;
    background-color: white;
}
.News-deta-name-hed a, .News-deta-name-hed span {
    width: 50px;
    height: 50px;
}
.News-deta-name-hed span {
    display: table-cell;
    vertical-align: middle;
}
.News-deta-name-hed span img {
    max-width: 100%;
    max-height: 100%;
}
.News-deta-name-cot {
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
}
.News-deta-name-cot>a {
    font-size: 18px;
    color: #000;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;
}
.News-deta-name-cot p, .News-deta-name-cot p a {
    font-size: 15px;
    color: #999;
}
.News-deta-name-cot p {
    margin: 0;
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.News-deta-name-cot p i, .News-deta-name-cot p a {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-style: normal;
}
#main-list {
    overflow: hidden;
    margin-top: 10px;
}
.praise-cot {
    margin:0px 15px;
    display: flex;
    align-items: center;
}
.praise-cot span {
    font-size: 14px;
    color: #333;
    margin-right: 25px;
}
.praise-cot span i {
    font-style: normal;
    margin-left: 5px;
}
.praise-cot span {
    font-size: 14px;
    color: #333;
    margin-right: 25px;
}
.pub-deta-adve {
    padding: 20px 15px;
}
.pub-deta-column {
    text-align: center;
}
.pub-deta-column h4 {
    margin: 0;
}
.pub-deta-column h4 span {
    display: inline-block;
    padding: 0 10px;
    color: #111;
    background-color: #f8f8f8;
    font-size: 15px;
}
.pub-deta-column h4:after {
    display: block;
    content: "";
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin-top: -14px;
}
.pub-deta-adve-cot {
    padding: 10px;
    background-color: white;
    margin-top: 20px;
}
.pub-deta-adve-cot a {
    display: flex;
    align-items: center;
}
.pub-deta-adve-cot span {
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #eeeeee;
}
.pub-deta-adve-cot span img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}
.pub-deta-adve-inform {
    margin: 0 10px;
    flex: 1;
}
.pub-deta-adve-inform h4 {
    line-height: 1;
    font-size: 16px;
    color: #111;
    margin: 0;
}
.pub-deta-adve-inform p {
    font-size: 14px;
    color: #666;
    margin: 0;
}
.pub-deta-adve-cot em {
    padding:0px 15px;
    font-size: 14px;
    color: #1c69d4;
    border: 1px solid #1c69d4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-style: normal;
}

