* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "微软雅黑";
	overflow-x: hidden;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a,
img,
button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

li {
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.flexbox {
	display: flex;
}

.big-con {
	max-width: 1537px;
	padding: 0 15px;
	margin: 0 auto;
}

.header {
	padding: 25px 0;
}

.logo {
	float: left;
}

.hot-line {
	float: right;
	margin-top: 15px;
}


/*首页分类面板*/

.category-board {
  margin-top: 10px;
  padding: 22px 24px 20px;
  background: linear-gradient(180deg, #fff7f4 0%, #ffffff 100%);
  border: 1px solid rgba(220, 77, 51, 0.14);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(220, 77, 51, 0.08);
}

.category-board-head {
  margin-bottom: 16px;
}

.category-board-head p {
  float: left;
  font-size: 24px;
  line-height: 36px;
  color: #DC4D33;
  font-weight: bold;
}

.category-toggle {
  float: right;
  min-width: 92px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid rgba(220, 77, 51, 0.28);
  color: #DC4D33;
  background-color: rgba(220, 77, 51, 0.08);
  transition: all .3s ease;
}

.category-toggle:hover {
  background-color: #DC4D33;
  color: #fff;
}

.category-board-body {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  overflow: hidden;
  transition: max-height .3s ease;
}

.category-board-body.is-collapsed {
  max-height: 108px;
}

.category-board-body.is-expanded {
  max-height: 420px;
}

.category-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  max-width: 100%;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  border-radius: 24px;
  background-color: #fff;
  border: 1px solid rgba(220, 77, 51, 0.18);
  color: #7a3a2f;
  font-size: 16px;
  transition: all .3s ease;
}

.category-chip:hover,
.category-chip.is-active {
  background-color: #DC4D33;
  border-color: #DC4D33;
  color: #fff;
  box-shadow: 0 10px 20px rgba(220, 77, 51, 0.18);
}


/*手机搜索*/

.mobile-search {
	width: 100%;
	margin-top: 50px;
	display: none;
}

.mobile-search input {
	flex: 1;
	height: 50px;
	padding-left: 15px;
	font-size: 15px;
	color: #333333;
	border: solid 1px #DC4D33;
	outline: none;
	float: left;
}

.mobile-search span {
	display: block;
	width: 20%;
	height: 52px;
	line-height: 52px;
	background-color: #DC4D33;
	text-align: center;
	color: white;
	font-size: 15px;
	float: left;
}

.pro-content {
	width: 100%;
	margin-top: 30px;
}

.pro-classify {
	float: left;
	width: 78%;
}

.pro-broadside {
	float: right;
	width: 20%;
}

.pro-kind {
	width: 100%;
}

.pro-item {
	width: 48.5%;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px rgba(214, 214, 214, 0.72);
	border-radius: 3px;
}

.propc-left {
	float: left;
}

.propc-right {
	float: right;
}

.pro-nav {
	height: 60px;
	line-height: 60px;
	background-color: #DC4D33;
	width: 100%;
	color: white;
	border-radius: 3px;
}

.pronav-text {
	float: left;
	padding: 0 28px;
}

.pronav-text img {
	vertical-align: middle;
}

.til-arrows {
	float: left;
}

.pro-more {
	display: block;
	float: right;
	margin-right: 26px;
	color: white;
}

.pro-list {
	margin-top: 20px;
}

.pro-list>ul {
	width: 100%;
	border-bottom: 1px solid #f4f4f4;
}

.pro-list>ul>li {
	background-color: white;
	height: 42px;
	border-top: 1px solid #f4f4f4;
	transition: all .3s;
}

.right-arrows {
	display: block;
	margin: 16px 20px;
	opacity: 0;
	transition: all .3s;
	margin-left: 5px;
}

.pro-feature {
	width: 88%;
	line-height: 42px;
}

.pro-feature img {
	display: block;
	float: left;
	margin-left: 8px;
	margin-top: 8px;
}

.pro-feature img:first-of-type {
	margin-left: 0px;
}

.pro-feature a {
	display: block;
	max-width: 80%;
	font-size: 15px;
	padding-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	transition: all .3s;
}

.pro-list>ul>li:hover {
	background-color: #c3ddfe;
	padding-left: 10px;
}

.pro-list>ul>li:hover .pro-feature a {
	color: #DC4D33;
}

.pro-list>ul>li:hover .right-arrows {
	opacity: 1;
}

.across-banner {
	width: 100%;
	margin: 30px 0;
}

.across-banner img {
	width: 100%;
}


/*侧边搜索*/

.search-con {
	box-shadow: 0px 0px 13px 0px rgba(214, 214, 214, 0.72);
	padding: 15px;
}

.search-ipt {
	width: 100%;
	margin-top: 14px;
}

.search-ipt input {
	flex: 1;
	height: 30px;
	border: solid 1px #DC4D33;
	border-right: none;
	outline: none;
	padding-left: 15px;
	font-size: 14px;
}

.search-ipt button {
	width: 65px;
	height: 32px;
	background-color: #DC4D33;
	border: none;
	outline: none;
	font-size: 15px;
	color: #ffffff;
}

.hot-search {
	width: 100%;
	line-height: 24px;
	font-size: 15px;
	color: #333333;
	margin-top: 24px;
	margin-left: -8px;
	padding-bottom: 25px;
}

.hot-search p {
	float: left;
	margin-left: 8px;
}

.hot-search a {
	float: left;
	color: #333333;
	margin-left: 8px;
}


/*搜索下面div公共样式*/

.pr-tilcon {
	box-shadow: 0px 0px 13px 0px rgba(214, 214, 214, 0.72);
	margin-top: 30px;
	border-radius: 3px;
}

.prtc-title {
	line-height: 60px;
	background-color: #DC4D33;
	padding-left: 13px;
	color: white;
	font-size: 19px;
}


/*精品推荐*/

.br-list {
	padding: 0 14px;
}

.br-list li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f4f4f4;
}

.br-list li:last-of-type {
	border-bottom: none;
}

.br-list li>a {
	display: block;
	max-width: 76%;
	font-size: 15px;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	transition: all .3s;
}

.br-list li>a:hover {
	color: #DC4D33;
}

.br-list li>img {
	float: right;
	margin-right: 6px;
	margin-top: 12px;
}

.br-list li>img:first-of-type {
	margin-right: 0px;
}


/*产品排行*/

.pr-list {
	padding: 0 14px;
}

.pr-list li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f4f4f4;
}

.pr-list li:last-of-type {
	border-bottom: none;
}

.rank-num {
	display: block;
	width: 21px;
	height: 21px;
	background-color: #b7b7b7;
	margin-top: 16px;
	float: left;
	text-align: center;
	color: #ffffff;
	line-height: 21px;
	font-size: 17px;
}

.pr-list li>a {
	display: block;
	max-width: 88%;
	font-size: 15px;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	margin-left: 9px;
	transition: all .3s;
}

.pr-list li>a:hover {
	color: #DC4D33;
}

.rank-first {
	background-color: #DC4D33;
}

.rank-second {
	background-color: #ff2740;
}

.rank-third {
	background-color: #51a300;
}


/*在线留言*/

.om-form {
	padding: 0 14px 30px;
}

.omf-item {
	margin-top: 20px;
}

.omf-item span {
	display: block;
	line-height: 32px;
	float: left;
	font-size: 15px;
	color: #DC4D33;
}

.omf-item input {
	max-width: 69%;
	float: left;
	height: 32px;
	padding-left: 15px;
	font-size: 15px;
	color: #333333;
	border-radius: 3px;
	border: solid 1px #DC4D33;
	outline: none;
	margin-left: 9px;
}

.omf-item textarea {
	max-width: 64%;
	height: 110px;
	resize: none;
	letter-spacing: 0px;
	font-size: 15px;
	font-family: 微软雅黑;
	padding: 15px;
	border-radius: 3px;
	border: solid 1px #DC4D33;
	margin-left: 9px;
	outline: none;
}

.om-form button {
	display: block;
	width: 98px;
	height: 32px;
	background-color: #DC4D33;
	border-radius: 3px;
	border: none;
	outline: none;
	font-size: 15px;
	color: white;
	margin: 25px auto 0;
	cursor: pointer;
}

/*声明*/
.statement-con{
	padding: 25px 15px;
	font-size: 15px;
	line-height: 25px;
	/*color: #DC4D33;*/
	text-align: justify;
}

/*底部banner*/

.bottom-banner {
	width: 100%;
	margin-top: 55px;
}

.bottom-banner img {
	width: 100%;
}


/*网站底部*/


/*pc端*/

footer {
	background: #f6f6f6;
	padding-bottom: 10px;
	margin-top: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #626060;
}

footer a {
	color: #626060;
}

footer .all {
	width: 1000px;
	margin: 0px auto;
}

.lj {
	padding-bottom: 20px;
}

.lj span {
	font-weight: bold;
	font-size: 14px;
	color: #111;
}

.lj a {
	display: inline;
	color: #111;
	margin: 0px 5px;
	line-height: 30px;
}

.lj a:hover {
	color: #000;
	text-decoration: underline;
	word-break: break-all;
}

.bottom {
	text-align: center;
	color: #626060;
	line-height: 30px;
	padding-top: 30px;
}

.bottombg {
	background: #f6f6f6;
}

#footIco {
	width: 35%;
	margin: 0 auto;
}

#footIco a {
	display: block;
	margin: 0 6px;
	float: left;
}

#footIco img {
	width: 100%;
	height: 40px;
}

.bottom_span a {
	display: inline-block;
}


/*手机端底部*/

.foot {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
	margin-top: 20px;
	background: #005aad;
	display: none;
}

.foot p {
	font-size: 0.8rem;
	color: #fff;
	line-height: 1.6rem;
	text-align: center;
	float: left;
	width: 100%;
}


/*固定的悬浮窗*/
.mobile-bottom{
	width: 53px;
	height: 53px;
	position: fixed;
	right: 0;
	bottom: 20%;
	display: none;
}
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}


.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}

.yb_bar .yb_top {
	background: #DC4D33 url(../images/fixCont.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
	background: #DC4D33 url(../images/fixCont.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
	text-indent: 0;
	background: #DC4D33 url(../images/fixCont.png) no-repeat 0 -113px;
}

.yb_bar .yb_pay {
	text-indent: 0;
	background: #DC4D33 url(../images/pay.png) no-repeat;
}

.yb_bar .yb_ercode {
	background: #DC4D33 url(../images/fixCont.png) no-repeat 0 -169px;
}

.hd_qr {
	padding: 0 29px 25px 29px;
}

.yb_QQ a,
.yb_pay a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}

/*点击咨询*/
.click-consult{
	background-color: #DC4D33;
	position: fixed;
	right: 0;
	width: 25px;
	height: 100px;
	top: 45%;
	border-radius: 4px 0 0 4px;
	display: none;
}
.click-consult span{
	display: block;
	height: 25px;
	text-align: center;
	font-size:14px;
	color: white;
	line-height: 25px;
}

/* 2026 theme refresh */
.nav {
        background-image: none;
        background-color: #FBE8E3;
        border-radius: 12px;
}

.nav-con {
        background-image: none;
        background-color: rgba(220, 77, 51, 0.12);
        border: 1px solid rgba(220, 77, 51, 0.28);
        border-radius: 28px;
        color: #DC4D33;
}

.mobile-search span,
.pro-nav,
.prtc-title,
.om-form button,
.foot,
.click-consult,
.yb_bar .yb_top,
.yb_bar .yb_phone,
.yb_bar .yb_QQ,
.yb_bar .yb_pay,
.yb_bar .yb_ercode {
        background-color: #DC4D33 !important;
}

.pronav-text,
.pro-more,
.prtc-title,
.foot a,
.hot-search a,
.br-list li a:hover,
.pr-list li a:hover {
        color: #DC4D33;
}

.mobile-search input,
.search-ipt input,
.omf-item input,
.omf-item textarea,
.pr-list,
.br-list,
.pro-item {
        border-color: rgba(220, 77, 51, 0.25);
}

.hot-line img,
.til-arrows,
.right-arrows,
.mobile-bottom img {
        filter: brightness(0) saturate(100%) invert(38%) sepia(67%) saturate(1516%) hue-rotate(340deg) brightness(96%) contrast(91%);
}

/* Fix contrast for text sitting on themed backgrounds */
.pro-nav .pronav-text,
.pro-nav .pro-more,
.prtc-title,
.foot,
.foot a {
        color: #FFFFFF !important;
}
