﻿@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
body {
	background: #f2f2f2;
	color: #333;
	font: 14px/1.5 "Microsoft Yahei", "Hiragino Sans GB", arial, sans-serif;
	min-width: 1200px;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: scroll !important;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
address, cite, dfn, em, var, i {
	font-style: normal
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0189ff;
	text-decoration: none;
}

input::-ms-clear, ::-ms-reveal {
	display: none;
}

input:focus, textarea:focus, select:focus, button:focus {
	outline:none;
}
.box {
	clear: both;
	width: 1200px;
	margin: 0 auto;
}
.header h1 a,.searchCategory span::after,.searchBtn,.hotmenutit::before,.rows1right>a,.rows1right>a::after,.rowstitle>a::after,.companyRank li::before,.getPriceTit i,.serviceBox p i::before,.serviceBox p::before,.filterItem i::after,.companyProfile h2 a:after,.crumbs .filter i::after,.area>i{
	background:url(../images/sprite.png) no-repeat;
}
.flex{
	display:flex;
}
.mask{
	display:none;
}
.an1{
	animation: txtan1 1.5s infinite linear ;
}
@keyframes txtan1{
	0%{transform: translateX(0)}
	50%{transform: translateX(10px)}
	100%{transform: translateX(0)}
}
.an2{
	animation: adornan2 3s infinite linear ;
}
@keyframes adornan2{
	0%{transform: translateY(0)}
	50%{transform: translateY(-10px)}
	100%{transform: translateY(0)}
}
.an3{
	animation: adornan3 1s infinite linear ;
}
@keyframes adornan3{
	0%{transform:scale(1)}
	50%{transform: scale(1.05)}
	100%{transform:scale(1)}
}
/* topbar */
.topbar{
	height:52px;
	line-height:52px;
	background:#4184bb;
	color:#fff;
}
.topbar .box{
	display: flex;
	justify-content: space-between;
}
.topbarLeft a,.topbarRight a{
	color:#fff;
	margin:0 10px;
}
.topbarLeft span{
	cursor:pointer;
}
.topbarLeft a:hover,.topbarLeft a.link1,.topbarLeft span:hover,.topbarRight a:hover{
	color:#feff90;
}
.topbarLeft a.link1:hover{
	color:#b2ffc8;
}
.mask{
	position:fixed;
	z-index:98;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: rgba(0,0,0,.68);
}
.sotopbar{
	background:#fff;
	color:#333;
}
.sotopbar .topbarLeft a,.sotopbar .topbarRight a{
	color:#333;
}
.sotopbar .topbarLeft a:hover,.sotopbar .topbarLeft a.link1,.sotopbar .topbarLeft span:hover,.sotopbar .topbarRight a:hover{
	color:#0189ff;
}
/* topbar end*/
/* header */
.header{
	height:300px;
	background:url(../images/headerbgold.jpg) no-repeat center center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color:#fff;
	font-size:16px;
	position:relative;
	margin-bottom:15px;
	z-index:9;
}
.header h1{
	display:inline-block;
	margin-bottom:36px;
}
.header h1 a{
	display: block;
	width: 562px;
	height:112px;
	background-position:0 0;
	overflow: hidden;
	transition:all .4s;
}
.header h1 a:hover{
	transform:translateY(-5px);
}
.search{
	width:618px;
	height:48px;
	background:#4c8fc4;
	display:flex;
	box-sizing: border-box;
	padding-left:3px;
}
.searchCategory{
	position: relative;
	line-height:48px;
	user-select: none;
}
.searchCategory span{
	cursor: pointer;
	box-sizing: border-box;
	padding:0 32px 0 16px;
}
.searchCategory span::after{
	position:absolute;
	z-index:1;
	right:8px;
	top:22px;
	content:"";
	display: block;
	width:12px;
	height:7px;
	background-position:0 -112px;
	transition:all .4s;
}
.searchCategory.show span::after{
	transform: rotate(-180deg);
}
.searchCategory ul{
	position:absolute;
	z-index:1;
	background:#4c8fc4;
	left:0;
	top:58px;
	color:#333;
	display:none;
}
.searchCategory.show ul{
	display: block;
	box-sizing: border-box;
	padding:5px;
}
.searchCategory.show ul::before{
	content:"";
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	top: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #4c8fc4;
}
.searchCategory li{
	box-sizing: border-box;
	padding:0 27px 0 11px;
	line-height:40px;
	margin:4px 0;
	color:#fff;
	cursor:pointer;
	border-radius:4px;
}
.searchCategory li:hover{
	background:rgba(255,255,255,.2);
}
.searchCategory li.on,.searchCategory li.on:hover{
	background:#fff;
	color: #4c8fc4;
}
.searchBtn{
	display:inline-block;
	width:48px;
	height:48px;
	border:none;
	cursor: pointer;
	background-position:-12px -112px;
	overflow: hidden;
	opacity:.8;
}
.searchBtn:hover{
	opacity:1;
}
.searchInput{
	background:none;
	box-sizing: border-box;
	margin-top:3px;
	height:42px;
	line-height:42px;
	border:solid 1px #4c8fc4;
	padding:0 10px;
	font-size:16px;
	color:#fff;
	flex:1;
	border-radius:4px;
}
.searchInput:focus{
	border:solid 1px #bdfdff;
}
.searchInput::placeholder{
	color:#eee;
}
/* header end*/
/* nav */
.nav{
	height:60px;
	background:#5292c6;
	margin-bottom:15px;
	position:relative;
	z-index:1;
}
.nav .box{
	display:flex;
	justify-content: space-between;
}
.navbox{
	position: relative;
}
.navbox>i{
	position:absolute;
	z-index:1;
	display:block;
	width:128px;
	height:3px;
	background:#ffff97;
	border-radius:3px;
	transition:all .6s ;
	top:50px;
}
.tx1{
	transform: translateX(15px);
}
.tx2{
	transform: translateX(173px);
}
.tx3{
	transform: translateX(341px);
}
.tx4{
	transform: translateX(499px);
}
.navbox p{
	position: relative;
	z-index:2;
}
.navbox a{
	display:inline-block;
	box-sizing: border-box;
	height:60px;
	width:158px;
	padding:0 30px;
	line-height:60px;
	font-size:18px;
	color:#fff;
	text-align:center;
}
.navbox a:hover,.navbox a.on{
	color:#ffff97;
}
.freePhone{
	font-size:22px;
	color:#fff;
	line-height:60px;
}
/* nav end */
/* hotmenu */
.hotmenu{
	width:240px;
	height:435px;
	background:#fff;
	box-sizing: border-box;
	padding:20px;
}
.hotmenutit{
	font-size:16px;
	color:#333;
	font-weight:600;
	margin-bottom:11px;
}
.hotmenutit::before{
	display:inline-block;
	content:"";
	height:16px;
	width:21px;
	background-position:-60px -112px;
	vertical-align:-2px;
	margin-right:10px;
}
.hotmenu p{
	display: flex;
	flex-wrap: wrap;
	gap:7px 10px;
	height:364px;
	overflow: hidden;
}
.hotmenu a{
	color:#555;
}
.hotmenu a:hover{
	color:#317bb7;
	text-decoration:underline;
}
/* hotmenu end */
/* bannerbox */
.bannerbox{
	width:670px;
	overflow: hidden;
	margin:0 15px;
}
.banner{
	height:336px;
	margin-bottom:15px;
	overflow: hidden;
}
.banner_pagination{
	position:absolute;
	z-index:1;
	bottom:10px;
	left:50%;
	transform: translateX(-50%);
}
.banner_pagination span{
	width:10px;
	height:10px;
	display:inline-block;
	background:rgba(255,255,255,.8);
	border-radius:5px;
	overflow: hidden;
	margin:0 4px;
}
.banner_pagination span.swiper-active-switch{
	background:#2484d2;
}
.addtips{
	position:absolute;
	z-index:1;
	left:0;
	bottom:0;
	padding: 0 6px;
	background: #000;
	font-size: 12px;
	color: #fff;
	opacity: .2;
}
/* bannerbox end */
/* platformData */
.platformData{
	display:flex;
	gap:15px;
}
.platformData dl{
	background:#fff;
	height:84px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:center;
	width:156px;
	color:#777;
}
.platformData dt{
	color:#2582d1;
}
.platformData dt i{
	font-size:26px;
	font-weight:600;
	margin-right:5px;
}
/* platformData end */
/* rows1right */
.rows1right{
	display:flex;
	width:260px;
	flex-direction:column;
	gap:15px;
}
.rows1right>a{
	height:210px;
	box-sizing: border-box;
	padding:20px;
	overflow: hidden;
	color:#fff;
	position:relative;
	text-shadow: 0 0 2px rgba(0,0,0,.3);
}
.rows1right>a:nth-child(1){
	background-position:0 -160px;
}
.rows1right>a:nth-child(2){
	background-position:0 -370px;
}
/* .rows1right>a:nth-child(3){
	background-position:0 -295px;
} */
.rows1right>a::after{
	position:absolute;
	z-index:1;
	left:100px;
	top:162px;
	width:25px;
	height:24px;
	content:"";
	display: block;
	background-position: -81px -112px;
	transition:all .4s;
	overflow: hidden;
	animation:txtan1 1.8s linear infinite ;
}
.rows1right>a:hover::after{
	transform: translateX(-20px);
}
.rows1right span{
	display: block;
	font-size:20px;
	font-weight:600;
	margin-bottom:30px;
}
.rows1right span::before{
	width:5px;
	height:20px;
	display:inline-block;
	content:"";
	background:#fff;
	border-radius:5px;
	margin-right:10px;
	vertical-align: -2px;
}
.rows1right i{
	display:inline-block;
	margin-bottom:5px;
	font-size:15px;
	text-shadow: 0 0 2px rgba(0,0,0,.4);
}
.rows1right em{
	clear:both;
	display: inline-block;
	border:solid 1px #fff;
	border-radius:4px;
	box-sizing: border-box;
	padding:5px 48px 5px 16px;
	margin:20px 0 0 0;
}
.rows1right em:hover{
	background:rgba(255,255,255,.1);
}
/* rows1right end*/
.waistlineAdd{
	margin:15px auto;
	position:relative;
	height:100px;
	overflow: hidden;
}
.txt{
	position:absolute;
	z-index:1;
	top:19px;
	left:132px;
}
.adorn{
	position:absolute;
	z-index:1;
	right:108px;
	top:2px;
}
.wadd01{
	position:absolute;
	z-index:1;
	left:170px;
	top:12px;
}
.wadd02{
	position:absolute;
	z-index:1;
	left:622px;
	top:14px;
}
.wadd03{
	position:absolute;
	z-index:1;
	left:950px;
	top:42px;
}
/* rows2 */
.mapbox{
	background:#fff;
	box-sizing: border-box;
	padding:20px;
	height:657px;
	margin:0 auto 15px auto;
}
.mapbox .flex{
	justify-content: space-between;
}
.rowstitle{
	display: flex;
	justify-content:space-between;
	font-size:24px;
	margin-bottom:15px;
}
.rowstitle p::before{
	display:inline-block;
	width:5px;
	height:24px;
	background:#2582d1;
	border-radius:5px;
	margin-right:10px;
	vertical-align: -4px;
	content:"";
}
.rowstitle p i{
	font-size:14px;
	color:#0189ff;
	margin-left:10px;
}
.rowstitle>a{
	font-size:12px;
	color:#999;
	line-height:36px;
}

.rowstitle>a::after,.companyProfile h2 a::after{
	content:"";
	display:inline-block;
	width:6px;
	height:11px;
	background-position: 0 -119px;
	overflow:hidden;
	margin-left:8px;
	vertical-align: -1px;
}
.rowstitle>a:hover{
	color:#317bb7;
}
.rowstitle>a.nomore::after{
	background:none;
}
.rowstitle>a.nomore{
	color:#f40;
}
.rowstitle>a.nomore:hover{
	text-decoration: underline;
}
.chinaMap{
	width:680px;
	height:566px;
	position: relative;
}
.map-echarts{
	width: 100%;
	height:100%;
	order: 1;
	margin: 0;
}
.platformScale{
	width:460px;
}
.platformScale>p{
	font-size:18px;
}
.chinaMap>p{
	font-size:18px;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
}
.platformScale>p i,.chinaMap>p i{
	display: block;
	font-size:30px;
	color:#2582d1;
}
.tableTit{
	display:flex;
	height:38px;
	box-sizing: border-box;
	border:solid 1px #e1e1e1;
	font-size:16px;
}
.tableTit>div{
	height:36px;
	padding:2px;
	box-sizing: border-box;
	text-align:center;
}
.tableTit em{
	background:#eee;
	display: block;
	height:32px;
	line-height:32px;
}
.tableTit>div:nth-child(1){
	flex:1;
}
.tableTit>div:nth-child(2){
	width:78px;
	border-left:solid 1px #e1e1e1;
}
.tableTit>div:nth-child(3){
	width:92px;
	border-left:solid 1px #e1e1e1;
}
.platformScaleData{
	box-sizing:border-box;
	height:456px;
	overflow: hidden;
	border:solid 1px #e1e1e1;
	border-top:none;
}
.platformScaleData li{
	box-sizing: border-box;
	height:38px;
	border-bottom:1px solid #e1e1e1;
	line-height:37px;
	display:flex;
}
.platformScaleData span{
	display:block;
	height:37px;
	line-height:37px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	box-sizing: border-box;
	padding:0 10px;
	text-align:center;
	color:#666;
}
.platformScaleData span:nth-child(1){
	flex:1;
	text-align: left;
}
.platformScaleData span:nth-child(2){
	width:78px;
	border-left:solid 1px #e1e1e1;
}
.platformScaleData span:nth-child(3){
	width:92px;
	border-left:solid 1px #e1e1e1;
}
/* rows2 end */
/* rows3 */
.purchase,.classification{
	background:#fff;
	box-sizing: border-box;
	padding:20px;
	margin-bottom:15px;
}
.classification .purchase{
	padding:0;
}
.index .purchaseSort{
	padding-left:0px;
}
.index .purchaseSort dd{
	width:87px;
}
.purchaseSort{
	position:relative;
	display:flex;
	flex-wrap: wrap;
	gap:12px 20px;
	box-sizing: border-box;
	padding-left:88px;
}
.purchaseSort dt{
	position:absolute;
	z-index:1;
	left:0;
	top:2px;
	color:#aaa;
}
.purchaseSort dd{
	cursor:pointer;
	width:79px;
	height:26px;
	line-height:26px;
	border-radius:4px;
	box-sizing: border-box;
	text-align:center;
	background: #f5f5f5;
}
.purchaseSort dd:hover{
	background:#e7f4ff;
}
.purchaseSort dd.current,.purchaseSort dd.current:hover{
	background:#4297dc;
	color:#fff;
}
.freeOffer{
	display:flex;
	gap:15px;
	flex-wrap: wrap;
}
.freeOffer ul{
	width:220px;
	border:solid 1px #f1f1f1;
	box-sizing: border-box;
}
.freeOffer li.title{
	height:51px;
	box-sizing: border-box;
	border-bottom:solid 1px #f1f1f1;
	padding:2px;
	margin-bottom:5px;
}
.freeOffer p{
	height:46px;
	background:linear-gradient(to bottom,#fdf4f5,#fff);
	line-height:46px;
	font-size:16px;
	box-sizing: border-box;
	font-weight:600;
	padding:0 10px;
	max-width:100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}
.freeOffer li{
	line-height:30px;
	font-size:12px;
	color:#666;
}
.freeOffer i{
	display:inline-block;
	width:78px;
	text-align:right;
	height:30px;
	vertical-align:middle;
	
}
.freeOffer em{
	display:inline-block;
	width:140px;
	height:30px;
	box-sizing: border-box;
	padding-right:20px;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	vertical-align:middle;
}
.freeOffer span{
	display: block;
	margin:10px auto 15px auto;
	box-sizing: border-box;
	border:solid 1px #e00;
	border-radius:4px;
	color:#e00;
	width:150px;
	height:36px;
	text-align:center;
	line-height:34px;
	cursor: pointer;
}
.freeOffer span:hover{
	background:#e00;
	color:#fff;
}
/* rows3 end */
/* indexCompany */
.indexCompany{
	display: flex;
	justify-content:space-between;
	margin-bottom:15px;
}
.companyList,.companyRank{
	background:#fff;
	box-sizing: border-box;
	padding:20px;
	width:925px;
	height:248px;
	overflow: hidden;
}
.companyRank{
	width:260px;
}
.companyList ul{
	display:flex;
	flex-wrap: wrap;
	border-left:solid 1px #e1e1e1;
	border-top:solid 1px #e1e1e1;
	box-sizing: border-box;
}
.companyList li{
	width:176px;
	box-sizing: border-box;
	border-right:solid 1px #e1e1e1;
	border-bottom:solid 1px #e1e1e1;
	height:78px;
	padding:5px;
	text-align:center;
	position: relative;
}
.companyList li::after{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	left:0;
	top:0;
	pointer-events: none;
	content:"\002d\8fdb\5165\4f01\4e1a\9996\9875\002d";
	display: flex;
	justify-content: center;
	line-height:78px;
	background:rgba(37,130,209,.95);
	color:#fff;
	display:none;
}
.companyList li:hover::after{
	display: block;
}
.companyList li:nth-child(5n){
	width:180px;
}
.companyList li img{
	max-width:100%;
	max-height:100%;
}
.companyRank li{
	height:32px;
	line-height:32px;
	display: flex;
	justify-content: space-between;
	gap:10px;

}
.companyRank li::before{
	content:"";
	display: block;
	width:23px;
	height:29px;
}
.companyRank li.rank1::before{
	background-position:-106px -112px;
}
.companyRank li.rank2::before{
	background-position:-130px -112px;
}
.companyRank li.rank3::before{
	background-position:-152px -112px;
}
.companyRank li.rank4::before{
	background-position:-175px -112px;
}
.companyRank li.rank5::before{
	background-position:-198px -112px;
}
.companyRank li a{
	flex: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* indexCompany end */
/* qualitySource */
.qualitySource{
	box-sizing: border-box;
	background:#fff;
	padding:20px;
	margin-bottom:15px;
}
.productswiper,.purchase .swiper-container{
	width: 1160px;
	box-sizing: border-box;
	height:750px;
	overflow: hidden;
}
.purchase .swiper-container{
	margin-top:15px;
}
.pdpagination,.purchase .offerpagination,.purchase .offerpagination1,.purchase .offerpagination2,.purchase .offerpagination3 {
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: 10px;
	transform: translateX(-50%);
}
.list .offerpagination{
	display:none;
}
.pdpagination .swiper-pagination-switch,.purchase .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #aaa;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.pdpagination .swiper-visible-switch,.purchase .swiper-visible-switch {
  background: #f1f1f1;
}
.pdpagination .swiper-active-switch,.purchase .swiper-active-switch {
  background: #2582d1;
}
.productswiper ul,.purchase .swiper-container ul{
	display:flex;
	gap:15px;
	margin-bottom:15px;
}
.productswiper li,.purchase .swiper-container li{
	width:25%;
	box-sizing:border-box;
	padding:15px;
	border:solid 1px #eee;
	background:#fff;
	border-radius:4px;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
}
.productswiper h2,.purchase .swiper-container h2{
	font-weight:600;
	margin-bottom:5px;
}
.productswiper h2 i,.purchase .swiper-container h2 i{
	color:#fe3303;
}
.productswiper li p,.purchase .swiper-container li p{
	display: flex;
	color:#84909b;
	justify-content: space-between;
	gap:15px;
	font-size:12px;
	align-items: center;
}
.purchase .swiper-container li span{
	width:50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.purchase .swiper-container li span.price{
	color:#d00;
}
.price em{
	font-size:16px;
	font-weight:600;
}
.price i{
	color:#84909b;
}
.getFloorPrice,.offerLink,.viewLink{
	box-sizing: border-box;
	width:108px;
	height:28px;
	color: #2582d1;
	border:solid 1px #2582d1;
	border-radius:4px;
	background:#fff;
	display: block;
	line-height:26px;
	text-align:center;
	cursor: pointer;
	margin-top:5px;
}
.offerLink{
	margin:5px auto 0 auto;
	color:#e00;
	border-color:#e00;
}
.getFloorPrice:hover,.viewLink:hover{
	background:#2582d1;
	color:#fff;
}
.offerLink:hover{
	background:#e00;
	color:#fff;
}
.productswiper .swiper-slide,.purchase .swiper-container .swiper-slide{
	overflow: hidden;
}
.productswiper .swiper-slide ul:nth-child(2),.purchase .swiper-container .swiper-slide ul:nth-child(2){
	transition:all 1s;
	transform: translateX(60px);
}
.productswiper .swiper-slide ul:nth-child(3),.purchase .swiper-container .swiper-slide ul:nth-child(3){
	transition:all 1.5s;
	transform: translateX(120px);
}
.productswiper .swiper-slide ul:nth-child(4),.purchase .swiper-container .swiper-slide ul:nth-child(4){
	transition:all 2s;
	transform: translateX(180px);
}
.productswiper .swiper-slide ul:nth-child(5),.purchase .swiper-container .swiper-slide ul:nth-child(5){
	transition:all 2.5s;
	transform: translateX(240px);
}
.productswiper .swiper-slide.swiper-slide-active ul:nth-child(2),.productswiper .swiper-slide.swiper-slide-active ul:nth-child(3),.productswiper .swiper-slide.swiper-slide-active ul:nth-child(4),.productswiper .swiper-slide.swiper-slide-active ul:nth-child(5),.purchase .swiper-container .swiper-slide.swiper-slide-active ul:nth-child(2),.purchase .swiper-container .swiper-slide.swiper-slide-active ul:nth-child(3),.purchase .swiper-container .swiper-slide.swiper-slide-active ul:nth-child(4),.purchase .swiper-container .swiper-slide.swiper-slide-active ul:nth-child(5){
	transform: translateX(0);
}
/* qualitySource end */
/* classification */
.classification .rowstitle em{
	color:#2582d1;
	font-weight:bold;
	padding-right:5px;
}
.classification .rowstitle p:before{
	display:none;
}
.classificationBox{
	display: flex;
	gap:20px;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding-bottom:15px;
	border-bottom:dashed 1px #eee;
}
.classificationItem{
	width:calc(25% - 15px);
	overflow: hidden;
	height:110px;
}
.classificationItem p{
	font-weight:600;
	margin-bottom:5px;
}
.classificationItem p a::after,.classificationItem div a::after{
	content:"";
	display:inline-block;
	width:1px;
	height:12px;
	background:#aaa;
	margin:0 5px;
	vertical-align:middle;
}
.classificationItem p a:last-child::after,.classificationItem div a:last-child::after{
	display:none;
}
.classificationItem div a{
	color:#999;
	font-size:12px;
}
.classificationItem a:hover{
	color:#fe3303;
}
.classificationItem a i{
	color:#fe3303;
}
/* classification end */
/* footer */
.footer{
	background:#e2e2e2;
	height:100px;
	color:#777;
	font-size:12px;
}
.footer a{
	color:#777;
}
.footer a:hover{
	color:#2582d1;
}
.footer .box{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.footercode{
	display:flex;
	align-items:center;
	gap:15px;
}
.footercode p{
	width:60px;
	font-size:12px;
	margin-top:11px;
	text-align: center;
}
.reference{
	line-height:26px;
}
.reference span,.reference a{
	margin-left:15px;
}
.footer.bottom{
	position:fixed;
	z-index:1;
	width:100%;
	left:0;
	bottom:0;
}
/* footer end */
/* getPriceBox */
#getPriceBox{
	position:fixed;
	z-index:99;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	width:480px;
	height:300px;
	background:#fff;
	border-radius:4px;
	overflow: hidden;
	display:none;
}
.getPriceTit{
	position: relative;
	height:84px;
	text-align:center;
	background:#f3f4f5;
	font-size:18px;
	font-weight:600;
	line-height:84px;
}
.getPriceTit i{
	position:absolute;
	z-index:1;
	right:15px;
	top:15px;
	width:10px;
	height:10px;
	background-position:-60px -136px;
	overflow: hidden;
	cursor: pointer;
	transition:all .4s;
}
.getPriceTit i:hover{
	transform: rotate(360deg);
}
.getPriceCt{
	box-sizing: border-box;
	padding:20px;
}
.getPriceCt p{
	display: flex;
}
.getPriceCt span{
	border:solid 1px #e1e1e1;
	box-sizing: border-box;
	height:34px;
	border-right:0;
	border-radius:4px 0 0 4px;
	width:108px;
	padding:0 10px;
	line-height:32px;
	color:#666;
}
.getPriceCt .errorTxt span{
	border:none;
	height:24px;
}
.getPriceCt .errorTxt{
	color:#e00;
	line-height:24px;
	text-indent:10px;
}
.getPriceCt input{
	width:330px;
	height:34px;
	box-sizing: border-box;
	line-height:32px;
	border:solid 1px #e1e1e1;
	padding:0 10px;
}
.getPriceCt input:focus{
	border-color:#0189ff;
}
.getPriceCt i{
	color:#e00;
	margin-right:5px;
}
.getPriceBtn input[type="submit"]{
	margin:0 auto;
	width:128px;
	height:34px;
	box-sizing: border-box;
	line-height:34px;
	border:none;
	border-radius:4px;
	background:#2582d1;
	color:#fff;
	cursor: pointer;
}
.getPriceBtn{
	display: flex;
	justify-content:center;
}
.getPriceBtn input[type="submit"]:hover{
	background: #317bb7;
}
/* getPriceBox end*/
/* serviceBox */
.serviceBox{
	position:fixed;
	z-index:9;
	left:50%;
	top:50%;
	margin-left:610px;
	width:132px;
	background:#fff;
	border:none;
	border-top:none;
	font-size:12px;
	color:#aaa;
	border-bottom:solid 1px #e1e1e1;
	transform: translateY(-50%);
	visibility: hidden;
}
.serviceBox p:hover span{
	color:#0189ff;
}
.serviceBox::before{
	content:"";
	display: block;
	height:8px;
	background:#fe3303;
}
.serviceBox a{
	color:#aaa;
}
.serviceBox p{
	box-sizing: border-box;
	padding:6px 15px;
	border:solid 1px #e1e1e1;
	border-bottom:none;
	cursor:pointer;
	position: relative;
	overflow:hidden;
}
.serviceBox p i::before{
	content:"";
	display: block;
	width: 6px;
	height: 11px;
	background-position: 0 -119px;
	transform: rotate(-90deg);
	margin:0 auto;
}
.serviceBox p i:hover,.serviceBox a:hover{
	color:#5292c6;
}
.serviceBox p::before{
	content:"";
	display:inline-block;
	width:32px;
	height:32px;
	vertical-align:middle;
}
.serviceBox p.showico1{
	border-top: none;
}
.serviceBox p.showico1::before{
	background-position: -260px -112px;
}
.serviceBox p.showico2::before{
	background-position: -292px -112px;
}
.serviceBox p.showico3::before{
	background-position: -325px -112px;
}
.serviceBox p.showico4::before{
	background-position: -356px -112px;
}
.serviceBox p.goTop{
	text-align: center;
}
.serviceBox p.goTop::before{
	display:none;
}
.serviceBox p:hover::before{
	transform: translateX(0px);
}
.webchatService,.wechatPublic{
	width:132px;
	background:#fff;
	border:solid 1px #e1e1e1;
	border-bottom:none;
	border-top:dashed 1px #eee;
	box-sizing:border-box;
	padding:5px;
	overflow: hidden;
	display:none;
}
.webchatService.show,.wechatPublic.show{
	display: block;
}
.webchatService em,.wechatPublic em{
	display: block;
	text-align:center;
	color:#aaa;
}
.webchatService img,.wechatPublic img{
	margin-top:5px;
	width:120px;
	height:120px;
}
/* serviceBox end */
/* publishInquiry */
.publishInquiryBox{
	background:#fff;
	border:solid 1px #e1e1e1;
	margin-bottom:15px;
}
.publishInquiryBox h2{
	height:60px;
	margin:4px;
	font-size:20px;
	text-indent:30px;
	background:linear-gradient(180deg,#f3f7fd,#fff);
	line-height:60px;
}
.publishInquiryContent{
	padding:30px;
	border-top:solid 1px #ededed;
	background:url(../images/inquiryBg.jpg) no-repeat right bottom;
}
.publishInquiryContent .tit{
	font-size:14px;
}
.publishInquiryContent .tit::before{
	content:"";
	width:4px;
	height:14px;
	display: inline-block;
	background:#5292c6;
	border-radius:2px;
	margin-right:10px;
	overflow: hidden;
	vertical-align:-2px;
}
.publishInquiryTab{
	margin:15px auto;
	
}
.publishInquiryTabTit,.publishInquiryTabTr{
	display:flex;
	font-weight:600;
	text-align:center;
	background:#d2dffc;
	height:52px;
	line-height:52px;
}
.publishInquiryTabTit div:nth-child(1),.publishInquiryTabTr div:nth-child(1){
	flex:1;
}
.publishInquiryTabTit div:nth-child(2),.publishInquiryTabTr div:nth-child(2){
	width:368px;
}
.publishInquiryTabTit div:nth-child(3),.publishInquiryTabTr div:nth-child(3){
	width:128px;
}
.publishInquiryTabTit div:nth-child(4),.publishInquiryTabTr div:nth-child(4){
	width:128px;
}
.publishInquiryTabTit div:nth-child(5),.publishInquiryTabTr div:nth-child(5){
	width:112px;
}
.publishInquiryTabTr,.publishInquiryTrAdd{
	background: #f5f6f8;
	box-sizing: border-box;
	padding-top:10px;
}
.publishInquiryTrAdd{
	user-select: none;
}
.publishInquiryTabTr div{
	box-sizing: border-box;
	padding:0 10px;
	font-weight:normal;
}
.publishInquiryTabTr input{
	background:#fff;
	border:solid 1px #e1e1e1;
	width:100%;
	height:100%;
	padding:6px 10px;
	box-sizing: border-box;
}
.publishInquiryTabTr input:focus,.publishInquiryForm input:focus{
	border-color:#0189ff !important;
}
.publishInquiryTrAdd div{
	height:36px;
	background:#fff;
	display:inline-block;
	border:solid 1px #1cae08;
	color:#1cae08;
	line-height:34px;
	padding:0 40px;
	margin:10px 0 15px 10px;
	cursor: pointer;
}
.publishInquiryTrAdd div:hover{
	background:#1cae08;
	color:#fff;
}
.publishInquiryTrAdd span{
	margin-right:10px;
}
.publishInquiryAdress{
	margin:30px 0;
}
.layui-form-item .layui-input-inline{
	width:280px;
}
.layui-form-label i{
	color:#e00;
	margin-right:5px;
}
.publishInquiryForm{
	margin-top:20px;
	vertical-align: bottom;
}
.codebtn{
	position:absolute;
	z-index:1;
	right:0;
	top:0;
	background:none;
	border:none;
	color:#0189ff;
	line-height:38px;
	width:132px;
	cursor:pointer;
}
.codebtn[disabled]{
	background: #ccc;
	cursor: no-drop;
	color:#fff;
}
#phoneerro,#codeerro{
	color:#e00;
}
.agreeBox{
	text-indent:110px;
	color:#999;
}
.agreeBox a{
	color:#999;
}
.agreeBox a:hover{
	color:#0189ff;
	text-decoration: underline;
}
.agreeBox input{
	opacity:0;
}
.agreeBox .check-box{
	position:relative;
	user-select: none;
	cursor: pointer;
	padding-left:16px;
}
.agreeBox .check-box::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 12px;
	height: 12px;
	border: 1px solid #dadada;
	transform: translate(0, -50%);
}
.agreeBox .check-box::after{
	content: '';
	position: absolute;
	left: 4px;
	top: 50%;
	width: 4px;
	height: 7px;
	border-bottom: 2px solid #0189ff;
	border-right: 2px solid #0189ff;
	transform: translate(0, -60%) rotate(45deg);
	display:none;
}
.agreeBox .check-box.checked::after{
	display: block;
}
.agreeBox p{
	color:#f00;
	opacity:0;
	margin:0;
	line-height:26px;
}
.publishInquiryBtn{
	box-sizing: border-box;
	padding-left:110px;
	margin:20px 0;
}
    .publishInquiryBtn input, .publishInquiryBtn a{
        width: 264px;
        height: 42px;
        background: #0189ff;
        border: none;
        cursor: pointer;
        color: #fff;
        border-radius: 4px;
    }
    .publishInquiryBtn a {
        padding: 10px 104px;
    }
        .publishInquiryBtn input.offerLink{
	margin:40px 0;
}
        .publishInquiryBtn input:hover, .publishInquiryBtn a:hover {
            background: #1788e4;
        }
.publishInquiryBtn input[disabled]{
	background:#ccc;
	cursor: no-drop;
}
/* publishInquiry end */
/* filterBox */
.filterBox{
	clear: both;
	margin:5px auto 15px auto;
	background:#fff;
	width:1200px;
	box-sizing: border-box;
	padding:20px;
}
.filterBox.widthauto{
	width: auto;
}
.filterItem{
	position:relative;
	box-sizing: border-box;
	padding:0 80px 0 100px;
	line-height:40px;
	height:42px;
	overflow: hidden;
	border:solid 1px #e1e1e1;
}
.filterItem:last-child{
	border-bottom:solid 1px #e1e1e1;
}
.filterItem.show{
	height:auto;
}
.filterItem span,.filterItem i{
	width:100px;
	text-align: right;
	color:#aaa;
	position: absolute;
	z-index:1;
	box-sizing: border-box;
	padding-right:10px;
	left:0;
	top:0;
}
.filterItem span{
	background:#fafafa;
	border-right:solid 1px #e1e1e1;
	text-align:left;
	padding:0 0 0 10px;
	height:100%;
}
.city{
	display:none;
	border-top:none;
}
.filtercontent{
	line-height:24px;
	box-sizing: border-box;
	margin:0;
	padding:6px 10px;
	display:flex;
	flex-wrap: wrap;
	gap:5px 15px;
}
.filterItem i{
	left:auto;
	right:10px;
	cursor: pointer;
	color:#666;
	font-size:12px;
	display:none;
}
.filterItem i:hover{
	color:#0189ff;
}
.filterItem i::after,.area>i{
	content:"";
	display:inline-block;
	width: 6px;
	height: 10px;
	background-position: 0 -119px;
	transition: all .4s;
	margin-left: 8px;
	transform: rotate(90deg);
}
.filterItem.show i::after,.area:hover>i{
	transform:rotate(270deg);
}
.filterItem a{
	display:inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
	padding:2px 12px;
	border-radius:8px;
}
.filterItem a:hover,.filterItem a.on{
	color:#fff;
	background:#2582d1;
}
/* filterBox end */
.company{
	background:#fff;
	box-sizing: border-box;
	padding:20px;
}
.companyitem{
	box-sizing: border-box;
	padding:20px;
	border:solid 1px #eee;
	border-radius:4px;
	display:flex;
	flex-wrap: wrap;
	gap:15px;
	margin-bottom:20px;
}
.companyitem h2{
	font-size:22px;
	color:#333;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	width:100%;
	margin-bottom:15px;
}
.companyinfo{
	width:530px;
	position:relative;
	box-sizing: border-box;
	padding-right:20px;
}
.companyinfo>div{
	display:flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.companyinfo dl{
	width:30%;
}
.companyinfo dt{
	color:#999;
	line-height:24px;
}
.companyinfo dd{
	color:#666;
	font-size:18px;
	line-height:30px;
}
.companyinfo>div.merito{
	width:100%;
	box-sizing: border-box;
	display: block;
	padding:5px 0 5px 45px;
	height:52px;
	color:#999;
	margin:15px 0 6px 0;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.companyinfo>div.merito i{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	box-sizing: border-box;
	padding-top:5px;
}
.companyinfo p{
	text-align:right;
}
.companyinfo p a{
	padding:5px 16px;
	display:inline-block;
	box-sizing: border-box;
	border:solid 1px #eee;
	color:#666;
	border-radius:4px;
}
.companyinfo p a:hover{
	background:#0189ff;
	border-color:#0189ff;
	color:#fff;
}
.companyProductBox{
	box-sizing: border-box;
	background:#fff;
	padding:20px;
	margin-bottom:15px;
}
.companyProductBox h2{
	font-size:24px;
	font-weight:bold;
	border-bottom:solid 3px #0189ff;
	margin-bottom:15px;
	position: relative;
}
.companyProductBox h2 p{
	color:#999;
	font-size:14px;
	font-weight:normal;
	text-transform: uppercase;
}
.companyproduct{
	width:572px;
	display:flex;
	overflow: hidden;
	gap:20px;
}
.companyproduct>a{
	width:177px;
	display:block;
	box-sizing: border-box;
	padding:5px;
	border:solid 1px #eee;
}
.companyproduct i{
	width:167px;
	height:167px;
	display:flex;
	align-items:center;
	overflow: hidden;
}
.companyproduct img{
	width:100%;
	transition:all .4s;
}
.companyproduct a:hover img{
	transform: scale(1.08);
}
.companyproduct span{
	display: block;
	box-sizing: border-box;
	padding:5px 0;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}
/* company end */
/* filp */
.flip{
	display: flex;
	justify-content:center;
	align-items: center;
	gap:10px;
}
.flip.list{
	margin-top:-30px;
	position: relative;
	z-index:2;
}
.flipbox {
	margin-bottom: 16px;
}
.flip a,.flip span{
	display: inline-block;
	border: 1px solid #e8e8e8;
	background: #fff;
	color: #666;
	padding: 5px 12px;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
}

.flip a:hover {
	background: #338cfb;
	border-color: #338cfb;
	color:#fff;
}
.flip a.active{
	background: #338cfb;
	color: #fff;
	border-color: #338cfb;
}
/* filp end */
/* conpanyindex */
.companyheader{
	height:198px;
}
.companyheader h1{
	font-size:36px;
	margin-bottom:12px;
	font-weight:bold;
	letter-spacing:1px;
}
.companyheader p{
	opacity:.8;
	max-width:1200px;
}
.companyProfile{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	gap:15px;
}
.rightbar{
	width:325px;
	box-sizing: border-box;
	background:#fff;
	padding:20px;
	height:460px;
}
.rightbar.flex{
	position:fixed;
	z-index:1;
	top:75px;
	left:50%;
	margin-left:275px;
}
.companyProfile .rightbar h2{
	font-size:18px;
	border-bottom:none;
	color:#4399df;
}
.rightbar .inquiryBox{
	background:none;
}
.rightbar .inquirybtn{
	padding:0;
	text-align:center;
	margin-bottom:10px;
}
.rightbar .inquiryBox .agreeBox{
	text-indent:0;
}
.rightbar .inquiryBox dd input,.rightbar .inquiryBox dd textarea{
	width:285px;
}
.companyContent{
	width:860px;
}
.contentbg{
	background:#fff;
	box-sizing: border-box;
	padding:20px;
	margin-bottom:15px;
}
.repd{
	display:flex;
	gap:20px;
	flex-wrap: wrap;
}
.repd .productitem{
	width:calc(25% - 15px);
}
.repd .productitem i{
	width:178px;
	height:178px;
}
.companyProfile h2{
	font-size:24px;
	font-weight:bold;
	border-bottom:solid 3px #0189ff;
	margin-bottom:15px;
	position: relative;
}
.companyProfile h2 p{
	color:#999;
	font-size:14px;
	font-weight:normal;
	text-transform: uppercase;
}
.companyProfile h2 a{
	position:absolute;
	z-index:1;
	right:20px;
	top:20px;
	font-size:14px;
	color:#666;
	font-weight:normal;
}
.companyProfile h2 a:hover{
	color:#0189ff;
}
.companyProfileTxt p{
	margin-top:20px;
	text-indent: 2em;
	color:#666;
	font-size:16px;
	letter-spacing: 1px;
}
.companyProfile img{
	max-width:100%;
}
.companyPhilosophy{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	gap:40px;
	align-items: center;
	padding:20px 0;
}
.companyPhilosophyTxt dl{
	margin-bottom:40px;
	width:400px;
}
.companyPhilosophyTxt dt{
	display:inline-block;
	background:#0189ff;
	padding:0 20px;
	color:#fff;
	font-size:24px;
	position:relative;
	height:50px;
	line-height:50px;
	margin-bottom:20px;
}
.companyPhilosophyTxt dt::after{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	right:-25px;
	top:0;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #0189ff;
}
.companyPhilosophyTxt dd{
	font-size:16px;
	color:#666;
	letter-spacing:1;
	line-height:28px;
	
}
.productlist{
	display:flex;
	gap:20px;
	box-sizing: border-box;
	padding:20px 0;
	flex-wrap: wrap;
}
.productitem{
	width:275px;
	box-sizing: border-box;
}
.productitem a{
	position: relative;
	display: block;
	box-sizing: border-box;
	border:solid 1px #eee;
	padding:5px;
	
}
.productitem i{
	display:flex;
	align-items:center;
	justify-content: center;
	overflow: hidden;
	width:263px;
	height:263px;
	position:relative;
}
.detaillist .productitem i{
	width:206px;
	height:206px;
}
.pdDetail .leftBar .productitem i{
	width:190px;
	height:190px;
}
.productitem img{
	max-width:100%;
	max-height:100%;
	transition: all .4s;
}
.productitem:hover img{
	transform: scale(1.05);
}
.productitem i::after{
	content:"";
	display: block;
	width:100%;
	height:100%;
	background: rgba(0,0,0,.03);
	position:absolute;
	top:0;
	left:0;
	overflow: hidden;
}
.productitem span{
	box-sizing: border-box;
	padding:5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.productitem a em{
	color:#f00;
}
.productitem a strong{
	font-size:18px;
	font-weight:bold;
}
/* productdetail */
.top-item {
	padding: 20px;
	background: #fff url(../images/pdbg.png) no-repeat right bottom;
	margin-bottom:15px;
}
.flexbox{
	display: flex;
	justify-content: space-between;
	gap:20px;
}
.big-img-box {
    position: relative;
    width: 400px;
    height: 468px;
    text-align: center;
    display: inline-block;
}

.big-img-box video {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    z-index: 2;
}

.big-img-box .big-img {
    width: 400px;
    height: 400px;
    position: relative;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    overflow: hidden;
		display:flex;
		align-items:center;
		justify-content: center;
}

.big-img-box .play32-1 {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    z-index: 3;
    cursor: pointer;
}

.big-img-box .big-img img {
    max-width: 380px;
    max-height: 380px;
    vertical-align: middle;
}

.big-img-box .big-img img.big-img-detail {
    cursor: crosshair;
}

.big-img-box .search {
    position: absolute;
    right: 0;
    bottom:0;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    margin: 0;
}

.swiper-container#product-small-img {
    height: 48px;
		box-sizing: border-box;
		margin:10px 10px 0 10px;
}

.swiper-container#product-small-img .swiper-slide {
    position: relative;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
}

.swiper-container#product-small-img .swiper-slide .play32 {
    position: absolute;
    width: 14px !important;
    height: 14px !important;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -7px;
    border: none !important;
}

.swiper-container#product-small-img .swiper-slide img {
    max-width: 44px;
    max-height: 44px;
    line-height: 44px;
    cursor: pointer;
    vertical-align: middle;
}
.swiper-container#product-small-img .swiper-slide:first-of-type {
    border: 1px solid #C31E22;
}
#product-small-img-box {
    position: relative;
}
#product-small-img-box .swiper-button {
    position: absolute;
    height: 100%;
    line-height: 1;
    width: 15px;
    top: 0;
    cursor: pointer;
    z-index: 1;
    user-select: none;
}
#product-small-img-box .swiper-button.prev {
    background: linear-gradient(to right, #fff, transparent);
    left: -2px;
}

#product-small-img-box .swiper-button.next {
    background: linear-gradient(to right, transparent, #fff);
    right: -2px;
}

#product-small-img-box .swiper-button .btn-prev {
    background: url("../images/zjtd.png") no-repeat;
    width: 8px;
    height: 10px;
    top: 21px;
    position: relative;
    z-index: 2;
}

#product-small-img-box .swiper-button .btn-next {
    background: url("../images/yjtd.png") no-repeat;
    width: 8px;
    height: 10px;
    top: 21px;
    position: relative;
    z-index: 2;
    right: -10px;
}

.swiper-container#product-small-img {
    --swiper-theme-color: #000;
    --swiper-navigation-color: #000;
    --swiper-navigation-size: 12px;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #888;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}

#zxsj-swiper {
    height: 684px;
}

.swiper-active-switch {
    background: #FE3303;
}

.top-item-detail {
    display: inline-block;
    width: 825px;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
}

.product-name {
    font-size: 22px;
    color: #0A0205;
    height: auto;
    line-height: 24px;
    margin-bottom: 15px;
    clear: both;
    display: inline-block;
    width: 100%;
}

.product-name-1 {
    display: inline-block;
    max-width: 950px;
    font-size: 18px;
    color: #222;
		font-weight: 600;
}

.product-number {
    margin-right: 40px;
}

.func {
    width: auto;
    float: right;
    font-size: 0;
}

.func a {
    vertical-align: middle;
    color: #0189ff;
    padding: 0 5px;
    display: inline-block;
    line-height: 1;
    height: 13px;
    font-size: 12px;

}

.func a:nth-child(1) {
    border-right: 1px solid #0189ff;
}

.func a:hover {
    color: #FE3303;
}

.product-detail .product-detail-top {
    padding: 10px 0 10px 20px;
    background-color: #fff8f8;
    border-top: 1px solid #ffcac6;
    margin-bottom: 6px;
}

.product-detail .product-detail-top>div {
    padding: 6px 0;
}

.product-detail>div.prouct-detail-bottom {
    padding: 10px 20px 0 20px;
}

.no-price.product-detail>div.prouct-detail-bottom {
    padding-top: 10px;
}

.product-detail>div.prouct-detail-bottom.product-detail-cgnum {
    padding: 6px 20px 10px 20px;
}

.product-detail>div.prouct-detail-bottom.product-detail-cgnum .desc {
    vertical-align: bottom;
}

.product-detail>div .label {
    font-size: 14px;
    display: inline-block;
    width: 80px;
    text-align: left;
    margin-right: 15px;
    color: #999;
    vertical-align: super;
}

.product-detail>div .desc {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #262626;
    vertical-align: baseline;
}

.product-detail>div .desc.price {
    font-size: 24px;
    color: #f00;
    width: 162px;
    text-align: left;
    vertical-align: bottom;
}

.product-detail>div .desc.price i {
    font-size: 16px;
    color: #f00;
    font-style: normal;
    font-weight: 600;
}

.product-detail>div .desc.dgl {
    width: 162px;
    text-align: left;
    padding-left: 3px;
    box-sizing: border-box;
}

.product-detail .product-detail-top .rz {
    color: #666;
    height: 16px;
    line-height: 16px;
    max-width: 675px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    vertical-align: baseline;
    background: url(../images/rz.png) no-repeat center left;
    padding-left: 20px;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
	border: 1px solid #e6e6e6;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: absolute;
	background: url(../images/baijiahaoyh.png) repeat transparent;
	cursor: move;
	z-index: 1;
}
.quickConsultation{
	height:64px;
	overflow: hidden;
	padding-left:20px;
	box-sizing: border-box;
	margin:20px 0;
}
.quickConsultation li{
	height:24px;
	margin-bottom:8px;
}
.quickConsultation p{
	cursor: pointer;
	box-sizing: border-box;
	line-height:24px;
	padding:0 10px 0 28px;
	color:#555;
	background:#f6f6f6 url(../images/quickConsultationIco.png) no-repeat 5px 4px;
	display:inline-block;
	background-size:16px 16px;
	font-size:12px;
	border:solid 1px #f6f6f6;
	border-radius:4px;
}
.quickConsultation p:hover{
	border-color:#0189ff;
	color:#0189ff;
}
.quickConsultation em{
	font-weight:600;
	padding:0 3px;
}
.quickConsultation i{
	color:#0189ff;
	padding-left:10px;
}
.cgsl_jian,
.cgsl_jian_1 {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #333;
    border: 1px solid #eee;
    text-align: center;
    cursor: pointer;
    vertical-align: bottom;
    margin-right: -5px;
    font-size: 22px;
    border-right: 0;
    background: url(../images/subtract.png) no-repeat center center;
		user-select: none;
}
.cgsl_jia,
.cgsl_jia_1 {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #333;
    border: 1px solid #eee;
    border-left: 0;
    text-align: center;
    cursor: pointer;
    vertical-align: bottom;
    font-size: 22px;
    background: url(../images/add.png) no-repeat center center;
		user-select: none;
}
.cgsl_jia_1 {
    margin-left: -5px;
}
.cgsl_jian.disabled, .cgsl_jia.disabled,
.cgsl_jian_1.disabled, .cgsl_jia_1.disabled {
    cursor: not-allowed;
    background-color: #fafafa;
}

.lxfxtc_input {
    width: 300px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #eeee;
    border-radius: 4px;
    color: #333;
}
.cgsl_input, .cgsl_input_1 {
    width: 50px;
    vertical-align: bottom;
    text-align: center;
    border: solid 1px #e8e8e8;
    border-radius: 0;
}
.lxfxtc_input.cgsl_input, .lxfxtc_input.cgsl_input_1 {
    height: 26px;
    line-height: 26px;
}
.product-btn {
	margin-top: 5px;
	box-sizing: border-box;
	padding-left:20px;
	text-align:center;
}

.product-btn .btn {
	box-sizing: border-box;
	width: 168px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	display: inline-block;
	margin-right: 14px;
	cursor: pointer;
	transition: all 0.5s;
	vertical-align: bottom;
	padding-left: 14px;
}

.product-btn .btn.hqdj {
    background: #FF481D url(../images/dj.png) no-repeat center left 15px;
    color: #fff;
}

.product-btn .btn.hqdj:hover {
    background-color: #e00;
}
.product-btn .btn.wxzx {
    border: 1px solid #acdca0;
    background: #e3ffdc url(../images/wxzx.png) no-repeat center left 30px;
    color: #37ba14;
		padding-left:36px;
		
}
.dialogBox {
    z-index: 100000;
    position: fixed;
    width: 700px;
    top: -8888px;
    left: 50%;
    margin-left: -350px;
    background: #fff;
    border-radius: 8px;
    line-height: 1;
}

.dialogBox a{
    text-decoration: none;
}

.dialogBox tr:last-of-type .value {
    padding-left: 10px;
    text-align: left;
}


.dialogHeader {
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    color: #262626;
    border:none;
}
.dialogHeader::before{
    display:none;
}
.dialogClose {
    display: block;
    opacity: 0.8;
    position: absolute;
    right: 20px;
    top: 21px;
    width: 18px;
    height: 18px;
    background: url(//style.51sole.com/masterwebsite/img/close12.png) center center no-repeat;
    overflow: hidden;
    z-index: 9;
}
 
.dialogClose:hover {
    opacity: 1;
}

.dialogCenter {
    max-height: 500px;
    overflow: auto;
}

.dialogCenter table {
    margin: 15px auto 20px;
    width: 95%;
    border-collapse: collapse;
}

.dialogCenter td {
    padding: 15px 0;
    text-align: center;
    border: 1px solid #d8d8d8;
}

.dialogCenter td.label {
    font-size: 14px;
    color: #666;
    background-color: #f5f5f5;
    width: 100px;
}

.dialogCenter td.value {
    font-size: 14px;
    color: #262626;
}

.dialogInfo {
    height: 84px;
    line-height: 37px;
    padding:0 20px 12px 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: 1px dashed #e8e8e8;
}
.dialogInfo p{
    padding: 0;
    margin:5px 0 0 0;
}
.dialogInfo input:focus,.dialogInfo textarea:focus,.dialogInfo select:focus, .dialogInfo button:focus {
    outline: none;
}

.dialogInfoLabel {
    text-align: right;
		display: inline-block;
		width: 130px;
		font-size: 14px;
		color: #333;
		box-sizing: border-box;
		padding-right: 5px;
}

.dialogInfoLabel i {
    color: #f00;
    font-weight: bold;
    margin-right: 5px;
}

.dialogInfoInput {
    width: 318px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    color: #333;
}
.dialogInfoSelect {
    width: 302px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #eeee;
    border-radius: 4px;
    color: #333;
}
.dialogInfoTextarea{
    width: 280px;
    background: #fff;
    border: 1px solid #eeee;
    border-radius: 4px;
    color: #333;
    vertical-align: text-top; 
    line-height: 18px;
    padding: 4px 10px;
}
.dialogInfo .dialogInfoInput:focus, .dialogInfo .dialogInfoTextarea:focus {
    border-color: #0189ff;
    box-shadow: 0 0 4px rgb(1 137 255 / 30%);
}
.dialogbtn {
    text-align: center;
    margin-bottom: 20px;
}

.dialogbtnSubmit,
.dialogbtnClose {
    width: 160px;
    height: 36px;
    text-align: center;
    background: #FF481D;
    color: #fff;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}

.dialogbtnSubmit:hover {
    opacity: 0.8;
}

.dialogbtnClose {
    background-color: #fff;
    color: #262626;
    border: 1px solid #e8e8e8;
}

.dialogbtnClose:hover {
    background-color: #f4f4f4;
}
#fixLjxjDialog{
	background:#fff url(../images/layerbg.jpg) no-repeat center top;
	width:600px;
}
#fixLjxjDialog .dialogInfo{
	height:auto;
	padding: 15px;
	border:none;
}
.dialogbtn{
	text-align:center;
	margin:20px 0 15px 0;
}
.dialogbtnSubmit[disabled]{
	background-color: #ccc;
	border-color: #ccc;
	cursor: not-allowed;
}
#wxzx{
	background:#f2f2f2;
}
#wxzx .dialogHeader{
	border-bottom:#e5e5e5 solid 1px;
	height:54px;
	line-height:54px;
}
.wechatMessage{
	box-sizing: border-box;
	padding:8px 15px;
	height:320px;
	overflow-y: auto;
}
.leftTxt,.rightTxt{
	clear:both;
	position: relative;
	padding:0 0 0 47px;
	margin-bottom:15px;
}
.rightTxt{
	display:inline-block;
	width:100%;
	box-sizing: border-box;
}
.leftTxt span{
	color:#000;
	font-size:14px;
	margin-right:5px;
}
.rightTxt span{
	float:right;
	color:#000;
	font-size:14px;
	margin-left:5px;
}
.companyname,.mine{
	color:#999;
	font-size:12px;
	min-height: 16px;
	overflow: hidden;
	line-height:14px;
}
.rightTxt{
	padding:0 47px 0 0;
	text-align:right;
}
.leftTxt>img{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
}
.rightTxt>img{
	position:absolute;
	z-index:1;
	left:auto;
	right:0;
}
.wechattxt{
	margin:5px 0;
	display:inline-block;
	background:#fff;
	position:relative;
	box-sizing: border-box;
	padding:10px;
	border-radius:4px;
	max-width:400px;
	line-height:20px;
}
.rightTxt .wechattxt{
	float:right;
	background:#9eea6a;
	vertical-align: text-bottom;
}
.leftTxt .wechattxt::before{
	content:"";
	position: absolute;
	display: block;
	left: -10px;
	top: 7px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
}
.rightTxt .wechattxt::before{
	content: "";
	position: absolute;
	display: block;
	right: -10px;
	top: 7px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #9eea6a;
}
.wechatBox{
	background:#fff;
	border-top:1px solid #eee;
	box-sizing: border-box;
	padding:10px;
	height:145px;
}
.wechatBox>textarea{
	box-sizing: border-box;
	padding:0 15px;
	border:none;
	resize: none;
	width:100%;
	height:48px;
}
.wechatBox input{
	height:32px;
	line-height:32px;
	box-sizing: border-box;
	border:solid 1px #e7e7e7;
	padding:0 10px;
	border-radius:4px;
}
.wechatBox>textarea::placeholder,.wechatBox input::placeholder{
	color:#aaa;
}
.wechatBox span{
	color:#f00;
	margin-right:5px;
}
.wechatSend{
	float: right;
	display: block;
	height:32px;
	line-height:32px;
	padding:0 30px;
	box-sizing: border-box;
	border:solid 1px #e7e7e7;
	background:#f5f5f5;
	border-radius:4px;
	color:#666;
}
.wechatSend:hover{
	background: linear-gradient(45deg, #fec215, #ef6025);
	color:#fff;
	border:none;
}
.wechatSend[disabled],.wechatSend[disabled]:hover{
	background: #ccc;
	cursor: not-allowed;
	border:none;
	color:#fff;
}
.wechatBox .wechatagreeBox{
	text-align:left;
	padding-top:4px;
	position: relative;
	color:#999;
}
.wechatBox .wechatagreeBox input{
	height:16px;
	line-height:16px;
	width:16px;
}
.wechatagreeBox input{
	opacity:0;
}
.wechatBox .wechatagreeBox p{
	color:#f00;
	opacity:0;
	padding-top:5px;
}
#wechatName:focus,#wechatPhone:focus{
	border-color:#0189ff;
}
.wechatagreeBox .check-box::before {
	content: '';
	position: absolute;
	left: 0;
	top:15px;
	width: 12px;
	height: 12px;
	border: 1px solid #dadada;
	transform: translate(0, -50%);
}
.wechatagreeBox .check-box::after {
	content: '';
	position: absolute;
	left: 4px;
	top: 15px;
	width: 4px;
	height: 7px;
	border-bottom: 2px solid #0189ff;
	border-right: 2px solid #0189ff;
	transform: translate(0, -60%) rotate(45deg);
	display: none;
}
.wechatagreeBox .check-box.checked::after {
    display: block;
}
.wechatagreeBox a{
	color:#0189ff;
}
.recommend{
	background:#fff;
	box-sizing: border-box;
	padding:20px;
	margin-bottom:15px;
}
.recommend .productlist{
	padding:0;
}
.recommend .productitem{
	width:216px;
}
.recommend .productitem i::after{
	width:204px;
	height:204px;
}
.recommend .rowstitle,.leftBar .rowstitle{
	font-size:18px;
}
.recommend .rowstitle p::before,.leftBar .rowstitle p::before{
	height:18px;
}
.pdDetail{
	display: flex;
	justify-content: space-between;
	gap:20px;
	align-items: start;
	margin-bottom:15px;
}
.leftBar{
	background:#fff;
	width:240px;
	box-sizing: border-box;
	padding:20px;
}
.detailBox{
	background:#fff;
	flex:1;
	margin-bottom:10px;
}
.leftBar .productitem{
	width:200px;
	margin-bottom:15px;
}
.leftBar .productitem i::after{
	width:188px;
	height:188px;
}
.detailTit{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	border-bottom:solid 1px #eee;
}
.detailTit p{
	height:45px;
	line-height:45px;
	background:#2582d1;
	padding:0 40px;
	color:#fff;
	font-size:18px;
}
.attribute{
	box-sizing: border-box;
	padding:20px;
	border-bottom:dashed 1px #eee;
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
.attribute div{
	width:440px;
	display:flex;
	align-items:center;
}
.attribute span{
	width:120px;
	color:#999;
}
.attribute p{
	flex:1;
	box-sizing: border-box;
	padding-left:10px;
}
.detailcontent{
	text-align:center;
	box-sizing: border-box;
	padding:20px;
}
.detailcontent img{
	vertical-align: bottom;
}
.nav.float{
	position: fixed;
	top:0;
	z-index:9;
	width:100%;
	left:0;
}
.credential.productitem span{
	text-align:center;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.inquiryBox{
	background:url(../images/inquiryBg.jpg) no-repeat right bottom;
}
.inquiryBox dl{
	display: flex;
	margin-bottom:15px;
}
.inquiryBox dt{
	width:150px;
	color:#999;
	text-align: right;
	box-sizing: border-box;
	padding-right:15px;
	line-height:42px;
}
.inquiryBox i{
	color:#f00;
	margin-right:5px;
}
.inquiryBox dd input,.inquiryBox dd textarea{
	height:42px;
	box-sizing: border-box;
	border:solid 1px #e1e1e1;
	border-radius:4px;
	width:360px;
	line-height:40px;
	padding:0 10px;
}
.inquiryBox dd input:focus,.inquiryBox dd textarea:focus{
	border-color:#0189ff;
}
.inquiryBox dd textarea{
	resize:none;
	height:128px;
}
.inquirybtn{
	box-sizing: border-box;
	padding:15px 0 10px 150px;
}
.inquirybtn input{
	height:42px;
	box-sizing: border-box;
	border:none;
	padding:0 58px;
	background:#0189ff;
	color:#fff;
	border-radius:4px;
	cursor: pointer;
	font-size:16px;
}
.inquirybtn input:hover{
	background:#1286ea;
}
.inquirybtn input[disabled]{
	background:#ccc;
	cursor: no-drop;
}
.inquiryBox .agreeBox{
	text-indent:150px;
}
.directedInquiry .publishInquiryTabTr,.directedInquiry .publishInquiryTrAdd{
	padding:0;
	align-items:center;
}
.publishInquiryTabTr input[disabled]{
	cursor: no-drop;
	background:#fafafa;
	color:#999;
}
.directedInquiry .layui-input[disabled]{
	cursor: no-drop;
	background:#fafafa;
	color:#999;
}
.fblue{
	color:#0189ff;
}
/* 登录弹层 */
#loginbox{
	width:480px;
	margin-left:-240px;
	background:#fff url(../images/layerbg.jpg) no-repeat right bottom;
}
#loginbox .dialogHeader{
	font-size:22px;
}
.loginContent{
	box-sizing: border-box;
	padding:0 20px;
}
.loginContent dl{
	display:flex;
	align-items:center;
	margin-top:15px;
}
.loginContent dt{
	color:#888;
	width:100px;
	text-align: right;
	box-sizing: border-box;
	padding-right:15px;
}
.loginContent i{
	color:#d00;
	margin-right:5px;
}
.loginContent dd{
	flex:1;
	position:relative;
}
.loginContent dd input{
	width:100%;
	box-sizing: border-box;
	height:45px;
	line-height:43px;
	padding:0 10px;
	background:#fff;
	border:solid 1px #e1e1e1;
	border-radius:4px;
}
#authCode{
	padding-right:160px;
}
.loginContent dd a{
	position:absolute;
	z-index:1;
	right:1px;
	top:1px;
	display: block;
	height:43px;
	line-height:43px;
	width:160px;
	text-align:center;
	color:#0189ff;
	background:#fff;
}
.loginContent dd a.disabled{
	color:#999;
}
.loginContent dd input:focus{
	border-color:#0189ff;
}
.loginError{
	text-align:center;
	height:30px;
	line-height:30px;
	color:#d00;
}
.loginBtn{
	margin-bottom:15px;
	display: flex;
	justify-content: center;
	gap:20px;
	align-items: center;
}
.loginBtn input,.loginBtn a{
	cursor: pointer;
	box-sizing: border-box;
	background:#0189ff;
	height:45px;
	line-height:45px;
	width:168px;
	text-align: center;
	border:none;
	font-size:16px;
	color:#fff;
	border-radius:4px;
}
.loginBtn input:hover{
	background:#2582d1;
}
.loginBtn a{
	background:#fff;
	border:solid 1px #0189ff;
	color:#0189ff;
}
.loginBtn a:hover{
	background:#0189ff;
	color:#fff;
}
/* subscriptionbanner */
.bgwhite{
	background:#fff;
}
.subscriptionbanner{
	height:450px;
	background:url(../images/subscription.jpg) no-repeat center;
	margin-bottom:15px;
}
.subscription{
	background:#fff;
	box-sizing: border-box;
	padding:20px;
}
.publishInquiryContent .tit i{
	margin-left:10px;
	color:#999;
	font-size:12px;
}
.keywordsBox{
	margin-top:24px;
}
.keywordsConent{
	float:left;
	width:422px;
	position: relative;
}
.keywordsItem{
	clear:both;
}
.keywordsConent input{
	width:280px;
	margin-bottom:20px;
	display:inline-block !important; 
}
.keywordsConent input:focus{
	border-color:#0189ff !important;
}
.keywordsConent input:last-child{
	margin-bottom:0px;
}
.clearfloat{
	clear:both;
}
.addKeywords{
	clear: both;
	display:inline-block;
	height:38px;
	box-sizing: border-box;
	padding:0 16px;
	border:solid 1px #1cae08;
	color:#1cae08;
	border-radius:3px;
	line-height:36px;
	cursor:pointer;
	font-size:14px;
	margin-bottom:20px;
}

.addKeywords::before,.removeKeywords::before{
	margin-right:5px;
}
.addKeywords:hover{
	background:#1cae08;
	color:#fff;
}

.removeKeywords{
	display:inline-block;
	height:38px;
	box-sizing: border-box;
	padding:0 16px;
	border-radius:3px;
	line-height:36px;
	cursor:pointer;
	font-size:14px;
	color:#fe3303;
	vertical-align: top;
	margin-left:5px;
	display:none;
}
.removeKeywords::before{
	font-size:21px;
	vertical-align: bottom;
}
.removeKeywords:hover{
	color:#d00;
}
.keywordsConent.showRemove .removeKeywords,.publishInquiryTab.showRemove .removeKeywords{
	display:inline-block;
}
.publishInquiryTabTr .removeKeywords{
	height:52px;
	line-height:52px;
}
/* searchmain */
.searchmain{
	display: flex;
	flex-direction: column;
	align-items:center;
}
.searchlogo{
	width:418px;
	height:82px;
	background: url(../images/logo.svg) no-repeat;
	background-size: contain;
	overflow: hidden;
	margin:100px 0 28px 0;
}
.slwss_box{
	height: 44px;
	display: flex;
	margin-bottom:30px;
}
.slwss_box.on .slwss_input{
	border-color:#3d88e6;
}
.slwss_input{
	width: 628px;
	height: 44px;
	line-height: 44px;
	background: #fff;
	border: 0;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	box-sizing: border-box;
	padding:0 16px;
	border:2px solid #c4c7ce;
	border-right:none;
	border-radius:10px 0 0 10px;
}
.slwss_btn{
	width: 108px;
	height: 44px;
	line-height: 44px;
	background: #3d88e6;
	border: 0;
	font-size: 17px;
	color: #fff;
	letter-spacing: 4px;
	text-indent: 4px;
	cursor: pointer;
	box-sizing: border-box;
	border-radius:0 10px 10px 0;
}
.searchHot{
	color:#333;
	font-size:16px;
	width:730px;
	box-sizing: border-box;
	padding:15px;
	background:#fbfbfb;
}
.searchHot>div{
	display:flex;
	flex-wrap: wrap;
	gap:10px;
	margin-top:10px;
	font-size:15px;
}
.searchHot p{
	width:calc(33% - 10px);
	text-indent:2em;
}
.searchHot a{
	color:#999;
}
.searchHot a:hover{
	color:#4e6ef2;
}
/* searchmain end */
/* crumbs */
.crumbs {
	clear: both;
	box-sizing: border-box;
	color: #999;
}
.crumbs>div{
	display:inline-block;
	width:100%;
}
.crumbs .fl {
	float: left;
}
.crumbs .fr {
	float: right;
}
.crumbs .socrumbs{
	font-size:16px;
	color:#338cfb;
	max-width:1108px;
}
.crumbs .socrumbs em{
	font-size:13px;
	color:#999;
	margin-left:5px;
}
.crumbs .socrumbs i{
	color:#338cfb;
	margin:0 3px;
}
.crumbs .socrumbs p{
	display:inline-block;
	margin-left:2px;
	background:#fff;
	border:solid 1px #e1e1e1;
	border-radius:2px;
	font-size:12px;
	color:#666;
	box-sizing: border-box;
	padding:0 0 0 4px;
	height:24px;
	line-height:21px;
	cursor:pointer;
	vertical-align: middle;
}
.crumbs .socrumbs p:hover{
	border-color:#338cfb;
	color:#338cfb;
}
.crumbs .socrumbs p i{
	font-size:12px;
}
.crumbs .socrumbs p em{
	color:#338cfb;
	font-size:18px;
	display:inline-block;
	height:22px;
	line-height:22px;
	vertical-align:bottom;
	box-sizing: border-box;
	padding:0 4px;
}
.crumbs .socrumbs p:hover em{
	background:#338cfb;
	color:#fff;
}
.crumbs .socrumbs p.clearFilter{
	padding:0 8px;
	font-size:12px;
}
.crumbs .filter{
	cursor:pointer;
}
.crumbs .filter i{
	display: block;
	width:80px;
	height:24px;
	line-height:24px;
	text-align:center;
	background:#f7f7f7;
	border:solid 1px #e1e1e1;
	border-radius:2px;
	color:#666;
	font-size:12px;
}
.crumbs .filter i::after{
	content:"";
	display:inline-block;
	width: 6px;
	height:10px;
	background-position: 0 -119px;
	transition: all .4s;
	margin-left:8px;
	transform: rotate(90deg);
	vertical-align:middle;
}
.crumbs .filter.hide i::after{
	transform: rotate(270deg);
}
/* crumbs end */
/* listTitle */
.listTitle{
	height:40px;
	box-sizing: border-box;
	background:#f7f7f7;
	border:solid 1px #e1e1e1;
	margin-bottom:15px;
	line-height:38px;
	position: relative;
}
.listTitle .on{
	height:38px;
	display:inline-block;
	background:#fff;
	padding:0 30px;
	border-right:solid 1px #e1e1e1;
	color:#338cfb;
	cursor: pointer;
}
.area{
	display:inline-block;
	padding:0 30px;
	border-right:solid 1px #e1e1e1;
	cursor: pointer;
	position:relative;
}
.area>div{
	display:none;
	position:absolute;
	z-index:2;
	left:-5px;
	top:38px;
	width:396px;
	box-sizing:border-box;
	padding:10px;
	background:#fff;
	border:solid 1px #e1e1e1;
	line-height:14px;
}
.area ul{
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	font-size:12px;
	margin-bottom:10px;
	border-bottom:dashed 1px #eee;
	padding-bottom:10px;
}
.area ul:last-child{
	margin-bottom:0;
	border-bottom:none;
}
.area ul:first-child{
	border-bottom:none;
}
.area .operate{
	display:none;
}
.area li{
	width:48px;
}
.area li.clearArea{
	background:#fe3303;
	width:60px;
	text-align:center;
	color:#fff;
	height:18px;
	line-height:18px;
	border-radius:2px;
}
.area li.clearArea:hover{
	color:#fff;
}
.area li:hover{
	color:#338cfb;
}
/* listTitle end */
/* searchlist */
.searchlist{
	box-sizing: border-box;
	margin-bottom:15px;
	display:flex;
	flex-wrap:wrap;
	gap:15px;
}
.searchItem{
	width:228px;
	box-sizing: border-box;
	background:#fff;
	border:solid 1px #e1e1e1;
	padding:5px;
}
.searchItem:hover{
	border-color:#338cfb;
	box-shadow:0 0 6px rgba(51,140,251,.3);
}
.pimg{
	width:216px;
	height:216px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	margin-bottom:10px;
}
.pimg img{
	max-width: 100%;
	max-height:100%;
	transition:all .4s;
}
.pimg::after{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	display: block;
	background:rgba(0,0,0,.03);
}
.searchItem:hover .pimg img{
	transform:scale(1.05);
}
.sprice{
	display: flex;
	justify-content: space-between;
	font-size:12px;
	align-items:center;
	margin-bottom:5px;
}
.sprice>span{
	color:#e00;
	font-weight:600;
	max-width:55%;
	white-space: normal;
	text-overflow:ellipsis;
	overflow: hidden;
}
.sprice i{
	font-size:18px;
}
.sprice>em{
	color:#999;
	box-sizing: border-box;
	background:url(../images/sadress.png) no-repeat 0 2px;
	padding-left:20px;
	max-width:45%;
	white-space: normal;
	text-overflow:ellipsis;
	overflow: hidden;
}
.searchItem .stitle{
	font-size:12px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 43px;
	line-height: 20px;
}
.searchItem .stitle em{
	color:#fe3303;
}
.searchItem .bottom-info{
	border-top: dashed 1px #eee;
	padding-top:4px;
	margin-top:4px;
}
.searchItem .bottom-info .company-name {
	display: block;
	height: 25px;
	line-height: 25px;
	max-width: 100%;
	box-sizing: border-box;
	padding-left:25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #888;
	background:url(../images/companyico.png) no-repeat 0 1px;
}

.searchItem .bottom-info .company-name:hover {
	color: #0189ff;
}
.bottom-info p{
	display:flex;
	justify-content:space-between;
	align-items: center;
	margin-top:5px;
}
.bottom-info p span{
	display: block;
	box-sizing: border-box;
	padding:3px 6px;
	border:solid 1px #2484d2;
	border-radius:4px;
	cursor: pointer;
	font-size:12px;
	user-select:none;
}
.bottom-info p span.quotedPrice{
	color:#2484d2;
	background:#fff url(../images/listdj.png) no-repeat 4px center;
	background-size:auto 14px;
	padding-left:23px;
}
.bottom-info p span.quotedPrice:hover{
	border-color:#2484d2;
	color:#2484d2;
	box-shadow:0 0 4px #2484d255;
}
.bottom-info p span.wechat{
	border-color:#37ba14;
	padding-left:25px;
	color:#30a810;
	background:#fff url(../images/wxzx.png) no-repeat 4px center;
	background-size:auto 18px;
}
.bottom-info p span.wechat:hover{
	box-shadow:0 0 4px #30a81055;
	border-color:#30a810;
	color:#30a810;
}
.unfold{
	position:absolute;
	z-index:1;
	right:10px;
	top:7px;
	height:24px;
}
.unfold span{
	cursor: pointer;
	width:24px;
	height:24px;
	overflow: hidden;
	display:inline-block;
	margin-right:4px;
}
.listShow{
	background:url(../images/listico_default.png) no-repeat;
	background-size:contain;
}
.shopwindow{
	background:url(../images/shopwindowico_default.png) no-repeat;
	background-size:contain;
}
.listShow.active{
	background:url(../images/listico_active.png) no-repeat;
	background-size:contain;
}
.shopwindow.active{
	background:url(../images/shopwindowico_active.png) no-repeat;
	background-size:contain;
}
.listshowcontent .searchItem{
	width: 100%;
	position: relative;
	padding-left: 216px;
	min-height: 214px
}
.listshowcontent  .pimg{
	position:absolute;
	left:20px;
	top:20px;
	z-index:1;
	width:170px;
	height:170px;
}
.listshowcontent .searchItem a{
	display:flex;
	flex-direction: column-reverse;
	justify-content:flex-end;
}
.listshowcontent .searchItem .stitle{
	font-size:22px;
	margin-top:11px;
	line-height:33px;
	height:48px;
	padding-right:20px;
	letter-spacing: 1px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.listshowcontent .sprice{
	justify-content:start;
	margin-bottom:3px;
}
.listshowcontent .sprice i{
	font-size:22px;
}
.listshowcontent .sprice em{
	margin-left:20px;
}
.listshowcontent .searchItem .bottom-info{
	padding-top:8px;
}
.listshowcontent .searchItem .bottom-info .company-name{
	font-size:14px;
}
.listshowcontent .bottom-info p{
	justify-content: start;
	margin-top:13px;
}
.listshowcontent .bottom-info p span{
	padding:8px 13px 8px 35px;
	font-size:15px;
	margin-right:20px;
}
.listshowcontent .bottom-info p span.quotedPrice,.listshowcontent .bottom-info p span.wechat{
	background-position:14px center;
}
/* searchlist end */
/* categorylist */
.categorylist{
	background:#fff;
	box-sizing: border-box;
	padding:20px;
	margin-bottom:15px;
}
.categorytabs{
	display:flex;
	font-size:20px;
	justify-content:center;
	gap:42px;
	margin-bottom:24px;
}
.categorytabs span{
	color:#0189ff;
	border-bottom:solid 3px #0189ff;
	font-weight:600;
	padding:0 12px 5px 12px;
}
.categorytabs a{
	color:#666;
}
.categorytabs a:hover{
	color:#0189ff;
}
.categorylist .classificationBox{
	display:block;
	border-bottom:none;
	gap:20px 108px;
	column-count:2;
	margin-bottom:20px;
}
.categorylist .classificationItem{
	width:100%;
	height:auto;
	margin-bottom:12px;
	border-bottom:dashed 1px #eee;
	box-sizing: border-box;
	padding-bottom:12px;
}
.categorylist .classificationItem p{
	margin-bottom:8px;
}
.categorylist .classificationItem a{
	display:inline-block;
}
/* categorylist end */
@media screen and (max-width:1599px) {
	.serviceBox{
		left:auto;
		margin-left:0;
		right:10px
	}
}