@font-face {
	font-family: "SourceHanSansRegular";
	src: url(img/SourceHanSansCNRegular.otf);
}
@font-face {
	font-family: "SourceHanSansCNBold";
	src: url(img/SourceHanSansCNBold.otf);
}
@font-face {
	font-family: "SourceHanSansCNMedium";
	src: url(img/SourceHanSansCNMedium.otf);
}
html,body{
    padding: 0;
    margin: 0;
    position: relative;
	color: #2C2C2C;
}
html{
	/* font-size: 100px; */
}
body {
	font-family: "SourceHanSansRegular";
	font-size: 16px;
}
a {
	display: inline-block;
	color: #2C2C2C;
	text-decoration: none;
}
a:hover {
	color: #a33033;
	text-decoration: none;
}
a:-webkit-any-link {
	text-decoration: none !important;
}
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}
dl,ol,ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	color: #2c2c2c;
	margin: 0;
}
p {
	color: #2c2c2c;
	margin: 0;
}
input:focus {
	outline: none;
	border: 0;
}
.cl,.clear {
	clear: both;
	height: 0;
	line-height: 0;
	content: '';
	display: block;
	visibility: hidden;
}
.flex-justify {
	display: flex;
}
.flex-justify-alian {
	display: flex;
	align-items: center;
}
.flex-justify-onlycenter {
	display: flex;
	justify-content: center;
}
.flex-justify-between {
	display: flex;
	justify-content: space-between;
}
.flex-justify-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex-justify-around {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.flex-justify-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-justify-evenly {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.flex-justify-left {
	display: flex;
	justify-content: space-evenly;
}
.flex-justify-end {
	display: flex;
	justify-content: flex-end;
}

/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
	*+height: 1%;
}

.txt-ellipsis {
	 overflow: hidden;
	 white-space: nowrap;
	 text-overflow: ellipsis;
}

.txt-clamp-2 {
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: box;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.fz12 {
	font-size: 12px;
}
.fz14 {
	font-size: 14px;
}
.fz16 {
	font-size: 16px;
}
.fz18 {
	font-size: 18px;
}
.fz20 {
	font-size: 20px;
}
.fz22 {
	font-size: 22px;
}
.fz24 {
	font-size: 24px;
}
.fz26 {
	font-size: 26px;
}
.fz30 {
	font-size: 30px;
}
.fz32 {
	font-size: 32px;
}
.fz36 {
	font-size: 36px;
}
.fz38 {
	font-size: 38px;
}
.fz40 {
	font-size: 40px;
}
.fz48 {
	font-size: 48px;
}
.fz50 {
	font-size: 50px;
}
.fz56 {
	font-size: 56px;
}
.fz-white{
	color: #fff;
}
.fz-c6 {
	color: #666;
}
.fz-c9 {
	color: #999;
}
.fz-c2c {
	color: #2c2c2c;
}
.fz-cm {
	color: #a33033;
}
.mb30 {
	margin-bottom: 30px;
}
.pl10 {
	padding-left: 10px;
}
.SourceHanSansRegular {
	font-family: "SourceHanSansRegular";
}
.SourceHanSansCNBold {
	font-family: "SourceHanSansCNBold";
}
.SourceHanSansCNMedium {
	font-family: "SourceHanSansCNMedium";
}

.pcShow {
	display: block;
}
.mobileShow,
.header-mobile-show,
.samllShow,
.headerSJ,
.cateMobiile {
	display: none;
}
/* 头部导航 */
.header-container {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	color: #fff;
}
.header-container a {
	color: #fff;
	text-align: left;
}
.header-flex {
	display: flex;
	justify-content: space-between;
	line-height: 80px;
}
.header-flex .left-logo-box {
	display: inline-block;
	max-width: 15%;
}
.header-flex .right-nav-search-box {
	width: 75%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.right-nav-search-box .right-nav-box {
	width: 80%;
}
.right-nav-box .nav-list ul {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.right-nav-box .nav-list li {
	cursor: pointer;
	width: 100%;
    text-align: center;
	position: relative;
}
.right-nav-box .nav-list li .sub-nav-box {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	padding: 10px;
}
.right-nav-box .nav-list li .sub-nav-box a {
	display: block;
	color: #444 !important;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #f5f5f5;
	padding: 5px 0;
}
.right-nav-box .nav-list li .sub-nav-box a:last-child {
	border-bottom: 0;
}
.right-nav-box .nav-list li .sub-nav-box a:hover {
	color: #a33033 !important;
}
/*.nav-list li .sub-nav-box .sub-nav {*/
/*	!*display: flex;*!*/
/*    !*justify-content: center;*!*/
/*	!*padding-bottom: 30px;*!*/
/*}*/
/*.nav-list li .sub-nav-box .sub-nav-dl dd {*/
/*	!*display: inline-block;*!*/
/*	!*min-width: 200px;*!*/
/*    margin: 0;*/
/*}*/
/*.sub-nav-box .sub-nav-dl .sub-nav-img {*/
/*	width: 184px;*/
/*	height: auto;*/
/*	display: block;*/
/*    margin-top: 16px;*/
/*}*/
/*.sub-nav-box .sub-nav-dl .sub-nav-txt {*/
/*	border-bottom: 1px solid #ccc;*/
/*	display: inline-block;*/
/*    padding-bottom: 6px;*/
/*    margin-bottom: 4px;*/
/*	line-height: 2;*/
/*}*/
/*.nav-list li .sub-nav-box .sub-nav-dl dd a:hover .sub-nav-txt {*/
/*	color: #a33033;*/
/*}*/
/*.nav-list li .sub-nav-box .sub-nav-dl dd a:hover .sub-nav-img {*/
/*	box-shadow: 0 0 10px rgb(0 0 0 / 30%);*/
/*}*/
.right-nav-search-box .right-search-box {
	width: 15%;
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.right-search-box .shop-link-box {
	background: linear-gradient(to right , #a33033, #e18487);
	border-radius: 50px;
    padding: 3px 10px;
	cursor: pointer;
	line-height: 2;
	position: relative;
}
.right-search-box .shop-link-box .shop-sub {
	position: absolute;
    left: 50%;
	width: 154px;
    transform: translateX(-50%);
	display: none;
}
.right-search-box .shop-link-box .shop-sub .shop-list {
    border: 1px solid #dddfe2;
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
    background-color: #f9fafb;
    position: relative;
	padding: 0 10px;
    top: 10px;
}
.right-search-box .shop-link-box .shop-sub .shop-list:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
	width: 18px;
	height: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translateX(-50%);
    background-image: url(img/buy-sj.png);
}
.right-search-box .shop-link-box .shop-sub .shop-list a {
	color: #2c2c2c;
    display: block;
	line-height: 50px;
    /*padding-left: 36px;*/
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 0.001rem solid #e4e4e6;
    transition: all .3s;
}
.right-search-box .shop-link-box .shop-sub .shop-list a:last-child {
	border-bottom: 0;
}
.right-search-box .shop-link-box .shop-sub .shop-list a:hover {
	color: #a33033;
}
.right-search-box .shop-link-box .shop-sub .shop-list a span {
	padding-left: 10px;
}
.right-search-box .shop-link-box:hover .shop-sub {
	display: block;
}
.right-search-box .search-icon {
	cursor: pointer;
}
#search {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	left: 0;
	top: 0;
	background: #fff;
	text-align: center;
	display: none;
}
#search .search-title {
	width: 50%;
	display: inline-block;
	padding: 158px 0 0 0;
}
#search .search-title .search-txt {
	position: relative;
}
#search .search-title .search-txt>i {
	position: absolute;
	left: 16px;
}
#search .search-title .search-txt .search-input {
	padding: 0 48px;
	border-color: #2c2c2c;
	height: 62px;
}
#search .search-title .search-txt .search-btn {
	border: 0;
    position: absolute;
    right: 20px;
    background: rgba(255, 255, 255, 0);
    height: 0;
}

#banner {
	--swiper-theme-color: #a33033;
}
#banner .swiper-pagination-bullets {
	bottom: 20px;
}
#banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin: 0 6px;
}


/* 底部菜单 */
footer {
	background: #2c2c2c;
	padding-top: 20px;
}
.foot-section {
	color: #999;
}
.foot-section a {
	color: #999;
	font-size: 14px;
}
.foot-logo {
	/* opacity: 0.7; */
    max-width: 200px;
    display: block;
}
.foot-address {
    padding-top: 15px;
}
.foot-section .title {
    padding-bottom: 3px;
    display: block;
	font-size: 14px;
}
.foot-section .text {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
	font-size: 14px;
}
.foot-group a {
    border-right: 1px solid #9da7b4;
    line-height: 14px;
    height: 14px;
    display: inline-block;
    padding: 0 7px;
    font-size: 14px;
}
.foot-group a:first-child {
    padding-left: 0;
}
.foot-contact {
    padding-top: 20px;
    color: #999;
}
.foot-contact .icon {
    display: block;
}
.foot-contact .icon img {
    display: block;
    max-width: 100%;
}
.foot-contact .tel {
    color: #fff;
    font-size: 20px;
    padding-top: 5px;
    display: block;
}
.foot-contact .worktime {
    display: block;
    padding-bottom: 10px;
	font-size: 14px;
}
#foot-share {
	display: none;
}
.foot-share-img {
	display: block;
}
#foot-share a {
	position: relative;
    width: 33px;
    height: 33px;
    margin: 0 7px 0 0;
    padding: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
}
#foot-share a.bds_weixin {
	background: url(img/wechat.png) no-repeat;
}
#foot-share span {
    width: 120px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 10px;
    display: none;
}
#foot-share span:after {
	content: "";
	width: 16px;
	height: 10px;
	display: block;
	position: absolute;
	bottom: 1px;
	left: 50%;
	z-index: 9;
	background: url(img/fta-arror.png) no-repeat;
	margin-left: -8px;
}
#foot-share img {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 4px;
    border: 1px dashed #D0D0D0;
}
.foot-info {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
    padding: 15px 0;
    color: #666;
    text-align: center;
}
.foot-info .copyright {
    padding-top: 5px;
	font-size: 14px;
}
.foot-info .copyright a {
    display: inline-block;
    line-height: 14px;
    height: 14px;
    color: #666;
    padding-left: 5px;
    border-left: 1px solid #666;
	font-size: 14px;
}
@media (min-width: 1260px) {
	#foot-share {
		display: block;
	}
	#foot-share a:hover span{
		display: block;
	}
	.foot-share-img {
		display: none;
	}
}
@media (min-width: 1024px) {
	footer {
		padding-top: 50px;
	}
	.foot-address {
	    padding-top: 25px;
	    padding-bottom: 7px;
	}
	.foot-section .text, .foot-section .title {
	    display: inline;
	    padding-bottom: 0;
		font-size: 15px;
	}
	.foot-group {
	    padding-bottom: 13px;
	}
	.foot-group a {
	    padding: 0 18px;
	}
	.foot-contact .tel {
	    padding-bottom: 5px;
	}
	.foot-contact .worktime {
	    padding-bottom: 20px;
		font-size: 15px;
	}
	.foot-info {
	    padding: 34px 0;
	    margin-top: 40px;
	}
	.foot-info .copyright a {
	    margin-left: 8px;
	    padding-left: 15px;
	}
}
@media (min-width: 768px) {
	.foot-section {
		width: 65%;
		float: left;
	}
	.foot-group a {
		font-size: 15px;
	}
	.foot-contact {
	    width: 35%;
	    float: right;
	    text-align: right;
	    padding-top: 0;
	}
	.foot-contact .icon {
	    overflow: hidden;
	}
	.foot-contact .icon img {
	    float: right;
	}
	.foot-contact .tel {
	    font-size: 32px;
	}
	.foot-info {
	    margin-top: 30px;
	    padding: 20px 0;
	    line-height: 14px;
	}
	.foot-info .copyright {
	    float: right;
	    padding-top: 0;
		font-size: 15px;
	}
	.foot-info .copyright a {
		font-size: 15px;
	}
}
@media (max-width: 768px) {
	.foot-info .copyright a {
		border-left: none;
	}
}
@media (max-width: 1024px) {
	.header-pc-show {
		display: none !important;
	}
	.header-mobile-show {
		display: block !important;
	}
}
