/* 共用顶部 */
.toper li i{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #6b6767;
   
}
.toper li i.on{
	color: #e93423;
}
.toper li{
	cursor: pointer;
}
.toper li:hover span{
	height: 100px;
	display: block!important;
	visibility:visible;
}
.code{
	visibility: hidden;
	display: none;
	position:fixed;
	top:40px;
	margin-left: -15px;
	width: 100px;
	height:0;
	display: block;
	padding:5px;
	border-radius: 8px;
	background-color: #ffffff;
	z-index: 999;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.code img{
	width: 100px;
}

/* ==============================================
				头部
============================================== */
.store_header{
	overflow: hidden;
	background: #fff;
	padding: 18px 0;
}
.store_header .store_logo{
    overflow: hidden;
	display: flex;
	align-items: center;
}
.store_header .store_logo a{
    display: block;
    width: 80px;
	height: 80px;
    overflow: hidden;
    margin-right: 10px;
	border: 3px solid  var(--maincolor);
    border-radius: 50%;
}
.store_header .store_logo a span{
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
    overflow: hidden;
    padding-top: 100%;
}
.store_header .store_logo img {
    position: absolute;
    top: 50%;
	left: 50%;
    margin: auto;
	transform: translate(-50%,-50%);
	display: block;
}
.store_header .store_logo .store_logo_txt{
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6;
    padding-left: 5px;
}
.store_header .store_logo .store_logo_txt h1 {
    font-size: 24px;
	color: #111;
}
.store_header .store_logo .store_logo_txt p {
    color: #111;
}
.store_header .store_right{
	overflow: hidden;
	padding-top: 20px;
}
.store_header .store_right_fl,
.store_header .store_right_fr{
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	height: 40px;
	background: #ededed;
}
.store_header .store_right_fl a{
    display: block;
    line-height: 35px;
    position: relative;
}
.store_header .store_right_fl a i {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 40px;
    overflow: hidden;
    position: relative;
}
.store_header .store_right_fl a i img {
    width: 22px;
    height: 20px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 55%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
}
.store_header .store_right_fl a span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.store_header .store_right_fl a em {
    font: bold 11px/14px Verdana;
    color: #fff;
    background: #ff8000;
    text-align: center;
    display: inline-block;
    height: 20px;
    min-width: 20px;
    max-width: auto !important;
    border: none 0;
    border-radius: 15px;
    line-height: 20px;
}
.store_header .store_right_fr{
	margin-left: 15px;
	line-height: 40px;
	padding: 0 30px;
}
.store_header .store_right_fr i{
	font-size: 22px;
    color: #888888;
	display: inline-block;
	vertical-align: middle;
}
.store_header .store_right_fr a{
    position: relative;
	text-align: center;
}

/* 导航 */
.store_nav {
	overflow: hidden;
	background:  var(--maincolor);
}
.store_nav ul li{
	float: left;
	overflow: hidden;
	padding:0 40px 0 0px;
    height: 45px;
    line-height: 45px;
}
.store_nav ul li a{
	font-size: 16px;
	color: #fff;
}
.store_nav p{
	float: right;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.store_nav p i{
	color: #f3e6d5;
	font-size: 20px;
	font-weight: normal;
	margin-right: 5px;
}

/* ==============================================
				首页
============================================== */
/* 海报 */
.shop_banner {
    overflow: hidden;
    position: relative;
}
.shop_banner ul li{
	width: 100%;
}
.shop_banner ul li a,
.shop_banner ul li img{
	width: 100%;
	display: block;
}

/* 关键词与搜索 */
.shop_search{
	overflow: hidden;
	padding:12px 0;
	background: #f5f5f5;
}
.shop_search .hotkey{
	overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.shop_search .hotkey span{
	color:  var(--maincolor);
	font-size: 16px;
	font-weight: bold;
}
.shop_search .hotkey a{
	font-size: 16px;
}
.shop_search form{
	overflow: hidden;
	width: 310px;
	height: 40px;
	border: 1px solid  var(--maincolor);
	position: relative;
}
.shop_search form input{
	width: 100%;
	outline: none;
	height: 40px;
	line-height: 40px;
	border: none;
	padding: 10px 15px;
}
.shop_search form i{
	width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background:  var(--maincolor);
    color: #fff;
    display: block;
    right: 0;
    position: absolute;
    top: 0;
    font-size: 24px;
	cursor: pointer;
}

/* 热销产品 */
.shop_hotpro{
	overflow: hidden;
	background: #fff;
	padding-top: 50px;
}
.shop_hotpro ._title{
	overflow: hidden;
	text-align: center;
	position: relative;
}
.shop_hotpro ._title h2{
	font-size: 30px;
	color: #333333;
	font-weight: normal;
}
.shop_hotpro ._title h2 strong{
	color:  var(--maincolor);
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
}
.shop_hotpro ._title span{
	width: 175px;
	height: 1px;
	display: block;
	margin: 5px auto;
	background: #dbdbdb;
	position: relative;
}
.shop_hotpro ._title span::after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 25px;
	height: 3px;
	background:  var(--maincolor);
    bottom: -1px;
}
.shop_hotpro .shop_hotpro_list{
	overflow: hidden;
	margin-top: 28px;
}
.shop_hotpro .shop_hotpro_list ul{
	margin-bottom: -2%;
	overflow: hidden;
}
.shop_hotpro .shop_hotpro_list ul li{
	width: 32%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
}
.shop_hotpro .shop_hotpro_list ul li:nth-child(3n){
	margin-right: 0;
}
.shop_hotpro .shop_hotpro_list ul li dt{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 100%;
}
.shop_hotpro .shop_hotpro_list ul li dt img{
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
    margin: 0;
}
.shop_hotpro .shop_hotpro_list ul li dd{
	overflow: hidden;
	position: absolute;
	background:  var(--maincolor);
	bottom: 0;
	padding:10px 15px;
	width: 100%;
}
.shop_hotpro .shop_hotpro_list ul li dd h3{
	width:50%;
	float: left;
	color: #fff;
    font-size: 16px;
    line-height: 35px;
	font-weight: normal;
}
.shop_hotpro .shop_hotpro_list ul li dd span{
    float: right;
    width:50%;
	display: block;
    color: #fff;
    text-align: right;
}
.shop_hotpro .shop_hotpro_list ul li dd span i{
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	background: #9a684f;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
.shop_hotpro .shop_hotpro_list ul li dd span p{
	color: #fef8c1;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.shop_hotpro .shop_hotpro_list ul li dd span p em{
	font-size: 14px;
}


/* 产品展示 */
.shop_pro{
	overflow: hidden;
	background: #fff;
	padding: 50px 0;
}
.shop_pro ._title{
	overflow: hidden;
	text-align: center;
	position: relative;
}
.shop_pro ._title h2{
	font-size: 30px;
	color: #333333;
	font-weight: normal;
}
.shop_pro ._title h2 strong{
	color:  var(--maincolor);
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
}
.shop_pro ._title span{
	width: 175px;
	height: 1px;
	display: block;
	margin: 8px auto;
	background: #dbdbdb;
	position: relative;
}
.shop_pro ._title span::after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 25px;
	height: 3px;
	background:  var(--maincolor);
    bottom: -1px;
}
.shop_pro ._title p{
	color: #999999;
	margin-top: 6px;
}
.shop_pro .shop_pro_list{
	overflow: hidden;
	margin-top: 10px;
}
.shop_pro .shop_pro_list .tab{
	text-align: center;
	overflow: hidden;
}
.shop_pro .shop_pro_list .tab li{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #333333;
    padding: 5px 15px;
    border-radius: 6px;
	cursor: pointer;
}
.shop_pro .shop_pro_list .tab li.on{
	background:  var(--maincolor);
}
.shop_pro .shop_pro_list .tab li.on a{
	color: #fff;
}
.shop_pro .shop_pro_list .bd{
	overflow: hidden;
	margin-top:15px;
	margin-bottom: -1.3333%;
}
.shop_pro .shop_pro_list .bd ul li{
	width: 24%;
	float: left;
	overflow: hidden;
	margin-right: 1.3333%;
	margin-bottom: 1.3333%;
}
.shop_pro .shop_pro_list .bd ul li:nth-child(4n){
	margin-right: 0;
}
.shop_pro .shop_pro_list .bd ul li dt{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}
.shop_pro .shop_pro_list .bd ul li dt img{
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
    margin: 0;
}
.shop_pro .shop_pro_list .bd ul li dd{
	overflow: hidden;
    background-color: #f5f5f5;
    padding:15px;
}
.shop_pro .shop_pro_list .bd ul li dd h3{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
.shop_pro .shop_pro_list .bd ul li dd .price{
	overflow: hidden;
    margin-top: 8px;
    line-height: 1;
}
.shop_pro .shop_pro_list .bd ul li dd .price span{
	display: inline-block;
    vertical-align:bottom;
	font-size: 12px;
	color: #ffffff;
	background:  var(--maincolor);
	border-radius: 30px;
	padding:5px 15px;
    margin-right: 5px;
}
.shop_pro .shop_pro_list .bd ul li dd .price p{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color:  var(--maincolor);
}
.shop_pro .shop_pro_list .bd ul li dd .price p strong{
	font-size: 30px;
}

@media (max-width:1440px){
    .shop_pro .shop_pro_list .bd ul li dd .price p{
        font-size: 18px;
    }
    .shop_pro .shop_pro_list .bd ul li dd .price p strong {
        font-size:30px;
    }
}
@media (max-width:1440px){
    .shop_pro .shop_pro_list .bd ul li dd h3{
        font-size: 16px;
    }
    .shop_pro .shop_pro_list .bd ul li dd .price p{
        font-size:14px;
    }
    .shop_pro .shop_pro_list .bd ul li dd .price p strong {
        font-size:18px;
    }
}


/* 公司介绍 */
.shop_about{
	overflow: hidden;
	background: #f5f5f5;
}
.shop_about .shop_about_fl{
	overflow: hidden;
	padding: 0 55px;
	padding-top: 70px;
	background: #ebebeb;
	height: 500px;
	width: 50%;
	float: left;
}
.shop_about .shop_about_fl ._title{
	overflow: hidden;
	text-align: center;
	position: relative;
}
.shop_about .shop_about_fl ._title h2{
	font-size: 30px;
	color: #333333;
	font-weight: normal;
}
.shop_about .shop_about_fl ._title h2 strong{
	color:  var(--maincolor);
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
}
.shop_about .shop_about_fl ._title span{
	width: 175px;
	height: 1px;
	display: block;
	margin: 8px auto;
	background: #dbdbdb;
	position: relative;
}
.shop_about .shop_about_fl ._title span::after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 25px;
	height: 3px;
	background:  var(--maincolor);
    bottom: -1px;
}
.shop_about .shop_about_fl ._title p{
	color: #999999;
	margin-top: 6px;
}
.shop_about .shop_about_fl .introduce{
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
	line-height: 1.6;
}
.shop_about .shop_about_fl a{
	width: 210px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background:  var(--maincolor);
	display: block;
	font-size: 16px;
	margin: 40px auto 0;
}
.shop_about .shop_about_fr{
	width: 50%;
	height: 500px;
	overflow: hidden;
} 
.shop_about .shop_about_fr img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/* 联系我们 */
.shop_contact{
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 30px;
	background: #fff;
}
.shop_contact ._title{
	overflow: hidden;
	text-align: center;
	position: relative;
}
.shop_contact ._title h2{
	font-size: 30px;
	color: #333333;
	font-weight: normal;
}
.shop_contact ._title h2 strong{
	color:  var(--maincolor);
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
}
.shop_contact ._title span{
	width: 175px;
	height: 1px;
	display: block;
	margin: 8px auto;
	background: #dbdbdb;
	position: relative;
}
.shop_contact ._title span::after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 25px;
	height: 3px;
	background:  var(--maincolor);
    bottom: -1px;
}
.shop_contact ._title p{
	color: #999999;
	margin-top: 6px;
}
.shop_contact ul{
	overflow: hidden;
	margin-top: 20px;
}
.shop_contact ul li{
	width: 33.333%;
	float: left;
	overflow: hidden;
	border-right: 1px solid #dbd9d9;
	text-align: center;
}
.shop_contact ul li:last-child{
	border-right: none;
}
.shop_contact ul li dt{
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	background:  var(--maincolor);
}
.shop_contact ul li dt i{
	font-size: 30px;
	color: #fff;
}
.shop_contact ul li dd{
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
}

/* ==============================================
				店铺列表
============================================== */
.crumb{
	overflow: hidden;
	padding: 15px 0;
} 
.store_search_form{
	overflow: hidden;
	position: relative;
	margin-left: 50px;
}
.store_search_form i{
	position: absolute;
	font-size: 18px;
	color: #999;
	top: 0;
	line-height: 38px;
	left: 10px;
}
.store_search_input{
	overflow: hidden;
	width: 350px;
	height: 38px;
	outline: none;
	border: none;
	background: #fff;
	border-radius: 6px;
	padding: 10px;
	padding-left: 35px;
}
.store_search_btn{
	width: 77px;
	height: 38px;
	line-height: 38px;
	border-radius: 6px;
	background: #ff8001;
	color: #fff;
	text-align: center;
	display: block;
	cursor: pointer;
	float: right;
	margin-left: 6px;
}
.store_search_form .form-control{
	height: 38px;
}
@media (max-width:1250px) {
	.store_search_form{
		margin-left: 25px;
	}
	.store_search_input{
		width: 260px;
	}
}

.guide_goodshop_list{
	overflow: hidden;
	margin-bottom: -2%;
}
.guide_goodshop_list ul li{
    width: 49%;
    float: left;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 2%;
}
.guide_goodshop_list ul li:nth-child(2n) {
    margin-right: 0;
}
.guide_goodshop_list ul li dt {
    overflow: hidden;
    width: 190px;
    height: 225px;
    float: left;
    text-align: center;
    padding: 25px 15px;
	background: url(../images/store/goodshop01.png) no-repeat;
}
.guide_goodshop_list ul li:nth-child(2n) dt {
	background: url(../images/store/goodshop02.png) no-repeat;
}
.guide_goodshop_list ul li dt span {
    width: 70px;
    height: 70px;
    background: #fff;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.guide_goodshop_list ul li dt span img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.guide_goodshop_list ul li dt h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.guide_goodshop_list ul li dt p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
}
.guide_goodshop_list ul li dt em {
    overflow: hidden;
    width: 74px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
}
.guide_goodshop_list ul li dd {
    overflow: hidden;
    background: #fff;
    width: calc(100% - 190px);
    float: right;
    height: 225px;
    padding: 20px 10px;
}
.guide_goodshop_list ul li dd ol {
    overflow: hidden;
}
.guide_goodshop_list ul li dd a {
    overflow: hidden;
    float: left;
}
.guide_goodshop_list ul li dd .img {
    overflow: hidden;
    width: 145px;
    height: 145px;
    display: block;
    margin: 0 auto;
}
.guide_goodshop_list ul li dd h4 {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    margin: 4px 0;
}
.guide_goodshop_list ul li dd span{
    font-size: 14px;
    color: #E93423;
}


/* ==============================================
				底部
============================================== */
.shop_footer{
	overflow: hidden;
}
.shop_footer .shop_footer_nav{
    overflow: hidden;
    background: #f5f5f5;
    text-align: center;
    padding: 30px 20px;
}
.shop_footer .shop_footer_nav ul li{
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	padding: 0 15px;
	font-size: 14px;
	color: #333333;
	border-right: 1px solid #333333;
}
.shop_footer .shop_footer_nav ul li:last-child{
	border-right: none;
}
.shop_footer .shop_footer_copyright{
	background: #333333;
	overflow: hidden;
	height: 80px;
}
.shop_footer .shop_footer_copyright .container{
	position: relative;
}
.shop_footer .shop_footer_copyright .shop_footer_logo{
	width: 75px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.shop_footer .shop_footer_copyright .shop_footer_logo img{
	width: 100%;
	display: block;
}
.shop_footer .shop_footer_copyright p{
	text-align: center;
	font-size: 14px;
	color: #929292;
	line-height: 80px;
}
.shop_footer .shop_footer_copyright a{
	color: #929292;
}


/* ==============================================
			店铺商品列表
============================================== */
.header_channel{
	overflow: hidden;
	background: #fff;
}
.channel_main {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}
.channel_main .left {
    float: left;
    width: 210px;
    margin-right: 15px;
	overflow: hidden;
}
.channel_main .left ul {
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
    height: auto!important;
    background-color: #f5f5f5;
}
.channel_main .left ul:last-child {
    border: none;
}
.cate_box .slide_nav li {
    width: 100%;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    padding: 0;
}
.cate_box .slide_nav li .item {
    display: block;
    height:auto;
    line-height: 35px;
    width: 100%;
    padding:5px 15px 5px 40px;
    margin: 0;
    color: #333;
    background: url(../images/user-bottom2.png) left 15px center no-repeat;
    background-size: 15px;
    cursor: pointer;
    box-sizing: border-box;
}
.cate_box .slide_nav li ol {
    display:none;
}
.cate_box .slide_nav li .item:hover , .cate_box .slide_nav li.active a{
    color: #fff;
    background-color: var(--maincolor);
    margin: 0;
    height:auto;
    line-height: 35px;
}


.channel_main .right {
    overflow: hidden;
}
.channel_main .right .lists_bar {
    height: 40px;
    background-color: #f5f5f5;
    overflow: hidden;
    width: 100%;
    padding: 0 15px;
}
.channel_main .right .breadcrumb {
    float: left;
    line-height: 40px;
    padding: 0;
}
.channel_main .right .breadcrumb li {
    float: left;
}
.channel_main .right .breadcrumb a {
    font-size: 14px;
    color: #333333;
}
.channel_main .right .lists_select {
    line-height: 40px;
}
.channel_main .right .lists_select a {
    display: inline;
}
.channel_main .right .lists_select i {
    font-size: 12px;
    color: #999999;
}
.channel_main .right .list_pro {
    overflow: hidden;
    width: 100%;
    margin: 0.5% 0;
}
.channel_main .right .list_pro #contents{
    min-height:400px;
}

.channel_main .right .list_pro ul {
    width: 101%;
    margin-left: -0.5%;
}
.channel_main .right .list_pro ul li {
    float: left;
    width: 24%;
    margin: 0.5%;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
}
.channel_main .right .list_pro ul li .pic {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.channel_main .right .list_pro ul li .pic img {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    margin: auto;
    position: absolute;
    width: 100%;
}
.channel_main .right .list_pro ul li .title {
    padding: 15px;
}
.channel_main .right .list_pro ul li .title p {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 36px;
    font-size: 14px;
}
.channel_main .right .list_pro ul li .price {
    color: #ee1923;
    font-size: 18px;
    line-height: 25px;
}
.channel_main .right .list_pro ul li .price span {
    font-weight: bold;
}
.channel_main .right .list_pro ul li .price b {
    font-size: 12px;
    padding-right: 2px;
}
.channel_main .right .list_pro ul li .price span {
    font-weight: bold;
}
.channel_main .right .list_pro ul li .more {
    width: 70px;
    height: 25px;
    background:  var(--maincolor);
    border-radius: 13px;
    display: block;
    float: right;
    color: #ffffff;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
}


/* ================================================================================================================================================================================
																	style blue
 ==================================================================================================================================================================================*/
 /* 头部 */
 .store_header .store_logo a{
	 border: 3px solid var(--borcolor);
 }
 
 /* 导航 */
.store_nav_blue {
    overflow: hidden;
    background: var(--maincolor);
	max-width: 1400px;
	margin: 0 auto;
}
.store_nav_blue ul li {
    float: left;
    overflow: hidden;
    padding: 0 20px 0 20px;
    height: 45px;
    line-height: 45px;
}
.store_nav_blue ul li a {
    font-size: 16px;
    color: #fff;
}
.store_nav_blue p {
    float: right;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
	padding-right: 20px;
}
.store_nav_blue p i {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
}

/* 面包屑 */
.crumb_box #time{
	line-height: 50px;
	color: #666666;
	font-size: 12px;
}
.crumb_box ul{
	padding: 0;
}

/* 主体 */
.shop_body{
	overflow: hidden;
}
/* 主体 左边 */
.shop_body .shop_sider{
	overflow: hidden;
	width: 205px;
	margin-right: 20px;
}
.shop_body .sider_list{
	overflow: hidden;
	width: 100%;
	border: 1px solid #e7e5e5;
	margin-bottom: 22px;
}
.shop_body .sider_list h2{
	background: #E7E5E5;
	color: #333333;
	font-size: 14px;
	line-height: 45px;
	padding: 0 15px;
}
.shop_body .sider_list ul{
	overflow: hidden;
	padding: 10px 15px;
}
.shop_body .sider_list ul li a{
	line-height: 35px;
	display: block;
	color: #666666;
	font-size: 14px;
}
.shop_body .sider_list form{
	overflow: hidden;
	padding: 10px 15px;
}
.shop_body .sider_list form input{
	width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    outline: none;
    border: 1px solid #e7e5e5;
}
.shop_body .sider_list .sider_key{
	font-size: 12px;
	color: #333333;
}
.shop_body .sider_list .sider_key a{
	color: #666666;
}
.shop_body .sider_list .sider_key span{
	width: 52px;
	height: 25px;
	line-height: 25px;
	display: block;
	background: #eeeeee;
	border: 1px solid #e7e5e5;
	color: #333333;
	text-align: center;
	cursor: pointer;
}
.shop_body .sider_list_ul2 li{
	overflow: hidden;
	margin-bottom: 15px;
}
.shop_body .sider_list_ul2 li span{
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}
.shop_body .sider_list_ul2 li span i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.shop_body .sider_list_ul2 li p{
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
}
.shop_body .sider_list_ul2 li:last-child{
	margin-bottom: 0;
}

/* 主体 右边 */
.shop_main{
	overflow: hidden;
}
.shop_main .shop_list{
	overflow: hidden;
	margin-bottom: 22px;
	border: 1px solid #e7e5e5;
}
.shop_main .shop_list h2{
	background: #E7E5E5;
	color: #333333;
	font-size: 16px;
	line-height: 45px;
	padding: 0 15px;	
}
.shop_main .shop_list ul{
	padding: 20px;
	overflow: hidden;
}
.shop_main .shop_list ul li{
	width: 24%;
	overflow: hidden;
	margin-right: 1.3333%;
	margin-bottom: 1.3333%;
	float: left;
}
.shop_main .shop_list ul li:nth-child(4n){
	margin-right: 0;
}
.shop_main .shop_list ul li dt{
	overflow: hidden;
	border: 1px solid #b5b5b5;
	position: relative;
	padding-top: 100%;
}
.shop_main .shop_list ul li dt img{
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.shop_main .shop_list ul li dd span{
	font-size: 18px;
	color: #e4393c;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}
.shop_main .shop_list ul li dd p{
	font-size: 14px;
	color: #333333;
}
.shop_main .shop_list .about_box{
	overflow: hidden;
	padding: 20px;
}
.shop_main .shop_list .about_box p{
	margin-bottom: 20px;
}

/* 底部 */
.shop_footer2{
	overflow: hidden;
	background: #f1f1f1;
}
.shop_footer2 .shop_footer_nav2{
	overflow: hidden;
	padding: 40px 0;
	text-align: center;
}
.shop_footer2 .shop_footer_nav2 ul li{
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	padding: 0 15px;	
	position: relative;
}
.shop_footer2 .shop_footer_nav2 ul li a{
	color: #555555;
	font-size: 14px;
}
.shop_footer2 .shop_footer_nav2 ul li::after{
	content: '';
	position: absolute;
	width: 2px;
	height: 80%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #a8a8a8;
}
.shop_footer2 .shop_footer_nav2 ul li:last-child::after{
	display: none;
}
.shop_footer2 .shop_footer_info2{
	overflow: hidden;
	margin-bottom: 40px;
}
.shop_footer2 .shop_footer_info2 .info2_box{
	overflow: hidden;
	float: left;
	width: 320px;
}
.shop_footer2 .shop_footer_info2 .info2_box h2{
	color: #111111;
	font-size: 24px;
	margin-bottom: 15px;
}
.shop_footer2 .shop_footer_info2 .info2_box p{
	color: #555555;
	font-size: 14px;
	line-height: 20px;
}
.shop_footer2 .shop_footer_info2 .info2_lists{
	overflow: hidden;
	float: right;
}
.shop_footer2 .shop_footer_info2 .info2_lists h2{
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #272b70;
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
}
.shop_footer2 .shop_footer_info2 .info2_lists ul li{
	float: left;
	margin-right: 40px;
}
.shop_footer2 .shop_footer_info2 .info2_lists ul li span{
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}
.shop_footer2 .shop_footer_info2 .info2_lists ul li span i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.shop_footer2 .shop_footer_info2 .info2_lists ul li p {
    font-size: 12px;
    color: #666666;
    margin-top: 5px;
}
.shop_footer2 .shop_footer_copyright2{
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #cccccc;
	font-size: 14px;
	color: #666666;
}
.shop_footer2 .shop_footer_copyright2 a{
	color: #666;
}


/* ================================================================================================================================================================================
																	style red
 ==================================================================================================================================================================================*/
/* 导航 */
.nav{
	background: #fff;
	overflow: hidden;
}
.nav .nav_logo{
	height: 70px;
	float: left;
	margin: 15px 0;
}
.nav .nav_logo img{
	height: 100%;
	display: block;
}
.nav .nav_list li{
	float: left;
}
.nav .nav_list li a{
	margin-left: 40px;
	font-size: 16px;
	text-align: center;
	display: block;
	color: #333333;
	padding: 31px 0;
}
.nav .nav_list li span{
	display: block;
	font-size: 12px;
	color: #bbbaba;
}
.nav .nav_search span{
	line-height: 100px;
	padding: 0 10px 0 10px;
	color: #000;
	font-size: 20px;
	cursor: pointer;
	margin-left: 30px;
}
.nav .nav_cart span{
	line-height: 100px;
	padding: 0 10px 0 10px;
	color: #000;
	font-size: 20px;
	cursor: pointer;
} 
.nav .nav_btn a{
	width: 100px;
	height: 35px;
	line-height: 35px;
	display: block;
	background: var(--maincolor);
	color: #fff;
	border: 1px solid #f2eee1;
	text-align: center;
	margin-top: 32px;
	margin-left: 15px;
}

/* 选择我们的理由 */
.shop_reason{
	overflow: hidden;
	background: url(../images/shop/bg01.jpg) no-repeat;
	padding: 60px 0;
	background-size: cover;
}
.shop_reason .title{
	text-align: center;
	overflow: hidden;
	color: #333333;
}
.shop_reason .title span{
	font-size: 48px;
	text-transform: uppercase;
}
.shop_reason .title h2{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}
.shop_reason .title p{
	color: #999999;
	font-size: 14px;
	font-weight: lighter;
}
.shop_reason .shop_reason_btn{
	width: 168px;
	height: 45px;
	line-height: 45px;
	display: block;
	margin: 0 auto;
	text-align: center;
	background: var(--maincolor);
	color: #fff;
	font-size: 22px;
	position: relative;
}
.shop_reason .shop_reason_btn::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	width:0;
	height:0;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	border-left:6px solid white;
}
.shop_reason ul{
	overflow: hidden;
	padding: 30px 0;
}
.shop_reason ul li{
	float: left;
	overflow: hidden;
	width: 32%;
	margin-right: 2%;
	position: relative;
	color: #fff;
}
.shop_reason ul li:last-child{
	margin-right: 0;
}
.shop_reason ul li dt,
.shop_reason ul li dt img{
	width: 100%;
	display: block;
	position: relative;
}
.shop_reason ul li dt::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.shop_reason ul li dd{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 60px 25px;
}
.shop_reason ul li dd .info{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.shop_reason ul li dd .info h3{
	color: #fff;
	font-size: 26px;
	font-weight: normal;
}
.shop_reason ul li dd .info h3 i{
	font-size: 14px;
	text-transform: capitalize;
}
.shop_reason ul li dd .info span{
	width: 24px;
	display: block;
	margin-top: 6px;
}
.shop_reason ul li dd p{
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	bottom: 60px;
}

/* 广告 */
.shop_adv_red{
	overflow: hidden;
	background: url(../images/shop/bg04.jpg) no-repeat;
	padding: 130px 0 120px;
}
.shop_adv_red .subtitle{
	overflow: hidden;
	text-align: left;
	color: #616161;
}
.shop_adv_red .subtitle span{
	font-size: 14px;
}
.shop_adv_red .subtitle span i{
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	margin-right: 8px;
}
.shop_adv_red .subtitle span em{
	border-bottom: 1px solid rgba(97,97,97);
	padding-bottom: 2px;
}
.shop_adv_red .subtitle p{
	width: 120px;
	margin-left: 26px;
    margin-top: 15px;
}
.shop_adv_red .box{
	overflow: hidden;
	margin-top: 34px;
}
.shop_adv_red .box .fl{
	overflow: hidden;
	width: 65%;
	border-radius: 0 90px 0 90px;
}
.shop_adv_red .box .fr{
	overflow: hidden;
	width: 35%;
	text-align: right;
	color: #fff;
	padding: 30px 0 0 0;
}
.shop_adv_red .box .fr span{
	font-size: 48px;
	text-transform: uppercase;
	font-weight: bold;
}
.shop_adv_red .box .fr h3{
	font-size: 24px;
	font-weight: normal;
}
.shop_adv_red .box .fr em{
	width: 24px;
	height: 2px;
	background: #91918f;
	display: block;
	float: right;
	margin: 80px 0 60px;
}
.shop_adv_red .box .fr .info,
.shop_adv_red .box .fr .info2{
	overflow: hidden;
	clear: both;
	margin-top: 30px;
	color: #858384;
}
.shop_adv_red .box .fr .info2 p{
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.7;
}
.shop_adv_red .box .fr a{
	width: 168px;
	display: block;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: var(--maincolor);
	float: right;
	position: relative;
	margin-top: 60px;
}
.shop_adv_red .box .fr a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid white;
}
/* 产品展示 */
.shop_pro_red{
	overflow: hidden;
	padding: 70px 0 60px;
	background: url(../images/shop/bg01.jpg) no-repeat;
	background-size: cover;
}
.shop_pro_red .title{
	overflow: hidden;
	text-align: left;
	position: relative;
}
.shop_pro_red .title span{
	font-size: 48px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.shop_pro_red .title h2{
	font-size: 30px;
	color: #333333;
	font-weight: normal;
}
.shop_pro_red .title h2 i{
	font-size: 18px;
	color: #666666;
}
.shop_pro_red .title a{
	display: block;
	width: 85px;
	height: 25px;
	line-height: 25px;
	border-radius: 30px;
	text-align: center;
	border: 1px solid #666666;
	font-size: 14px;
	color: #666666;
	font-weight: lighter;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	right: 0;
}
.shop_pro_red .box{
	overflow: hidden;
	background: #fff;
	padding: 55px 32px 30px ;
	margin-top: 38px;
}
.shop_pro_red .box .shop_pro_red_list{
	overflow: hidden;
	margin-bottom: 60px;
}
.shop_pro_red .box .shop_pro_red_list li{
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
}
.shop_pro_red .box .shop_pro_red_list li:first-child{
	margin-bottom: 52px;
	display: block;
}
.shop_pro_red .box .shop_pro_red_list li:first-child h2{
	color: #333333;
	font-weight: normal;
	margin-bottom: 20px;
}
.shop_pro_red .box .shop_pro_red_list li:first-child dd,
.shop_pro_red .box .shop_pro_red_list li:first-child dd img{
	width: 100%;
	display: block;
	float: none;
}
.shop_pro_red .box .shop_pro_red_list li:first-child dd{
	position: relative;
	padding-top: 50%;
}
.shop_pro_red .box .shop_pro_red_list li:first-child dd img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}



.shop_pro_red .box .shop_pro_red_list li:last-child{
	flex-direction: row-reverse;
}
.shop_pro_red .box .shop_pro_red_list li dt{
	width: 50%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 2%;
}
.shop_pro_red .box .shop_pro_red_list li dt span{
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
}
.shop_pro_red .box .shop_pro_red_list li dt h2{
	font-size: 30px;
	font-weight: bold;
	margin: 5px 0 15px;
}
.shop_pro_red .box .shop_pro_red_list li dt ol{
	overflow: hidden;
}
.shop_pro_red .box .shop_pro_red_list li dt ol i{
	font-size: 16px;
	color: #666666;
	position: relative;
	padding: 0 10px;
	display: block;
	float: left;
}
.shop_pro_red .box .shop_pro_red_list li dt ol i::after{
	content: '';
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	right: 0;
	height: 16px;
	width: 2px;
	background: #858585;
}
.shop_pro_red .box .shop_pro_red_list li dt ol i:last-child::after{
	display: none;
}
.shop_pro_red .box .shop_pro_red_list li dt p{
	font-size: 12px;
	color: #b8b8b8;
	text-transform: uppercase;
	padding: 0 25%;
	text-align: center;
	margin: 10px 0 70px;
}
.shop_pro_red .box .shop_pro_red_list li dt a{
	display: block;
	width: 250px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 30px 30px 30px 0;
	background: var(--maincolor);
	color: #fff;
	font-size: 24px;
}
.shop_pro_red .box .shop_pro_red_list li dt a i{
	width: 31px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.shop_pro_red .box .shop_pro_red_list li dd{
	width: 50%;
	float: right;
	overflow: hidden;
	position: relative;
	padding-top: 50%;
}
.shop_pro_red .box .shop_pro_red_list li dd img{
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0 auto;
}
.shop_pro_red .box .shop_pro_red_list2{
	overflow: hidden;
	margin-bottom: -2%;
}
.shop_pro_red .box .shop_pro_red_list2 li{
	overflow: hidden;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.shop_pro_red .box .shop_pro_red_list2 li:nth-child(3n){
	margin-right: 0;
}
.shop_pro_red .box .shop_pro_red_list2 li dt,
.shop_pro_red .box .shop_pro_red_list2 li dt img{
	width: 100%;
	display: block;
	position: relative;
}
.shop_pro_red .box .shop_pro_red_list2 li dt::after{
	content: '';
	position: absolute;
	bottom: 0;
	height: 5px;
	width: 100%;
	background: var(--maincolor);
}
.shop_pro_red .box .shop_pro_red_list2 li dd{
	overflow: hidden;
	padding: 12px 0 0;
}
.shop_pro_red .box .shop_pro_red_list2 li dd .price{
	overflow: hidden;
	position: relative;
}
.shop_pro_red .box .shop_pro_red_list2 li dd .price span{
	color: var(--maincolor);
	font-size: 30px;
}
.shop_pro_red .box .shop_pro_red_list2 li dd .price span i::before{
	font-size: 16px;
}
.shop_pro_red .box .shop_pro_red_list2 li dd em{
	color: #999999;
	font-size: 14px;
	text-decoration: line-through;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.shop_pro_red .box .shop_pro_red_list2 li dd .price>div{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	background: var(--maincolor);
	color: #fff;
	right: 0;
	top: 0;
	border-radius: 30px;
}
.shop_pro_red .box .shop_pro_red_list2 li dd .price>div i{
	width: 16px;
	display: inline-block;
	vertical-align: middle;
}
.shop_pro_red .box .shop_pro_red_list2 li dd p{
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}
.shop_pro_red .shop_pro_red_btn{
	width: 360px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #999999;
	border: 1px solid #999999;
	display: block;
	margin: 30px auto 0;
	border-radius: 30px;
}

/* 关于我们 */
.shop_about_red{
	overflow: hidden;
	background: url(../images/shop/bg02.jpg) no-repeat;
}
.shop_about_red .container{
	background: #F5F5F5;
	padding: 0 100px;
	overflow: hidden;
	height: 520px;
}
.shop_about_red .shop_about_red_fl{
	overflow: hidden;
	width: 46%;
	float: left;
	padding: 45px 0 0 0;
}
.shop_about_red .shop_about_red_fl h2{
	font-size: 40px;
	color: #333333;
	text-transform: uppercase;
}
.shop_about_red .shop_about_red_fl h3{
	font-size: 20px;
	font-weight: normal;
	color: #333;
}
.shop_about_red .shop_about_red_fl span{
	display: block;
	width: 45px;
	height: 4px;
	background: var(--maincolor);
	display: block;
	margin: 14px 0 28px;
}
.shop_about_red .shop_about_red_fl p{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.shop_about_red .shop_about_red_fl a{
	width: 212px;
	height: 46px;
	line-height: 46px;
	display: block;
	background: var(--maincolor);
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 35px;
}
.shop_about_red .shop_about_red_fr{
	overflow: hidden;
	width: 52%;
	float: right;
	padding: 5px 0 60px;
}
/* 联系我们 */
.shop_contact_red{
	overflow: hidden;
	padding: 55px 0 60px;
	background: #fff;
}
.shop_contact_red .title{
	overflow: hidden;
	text-align: center;
	color: #222;
}
.shop_contact_red .title h2{
	font-size: 36px;
}
.shop_contact_red .title p{
	color: #999999;
	font-size: 16px;
	margin-bottom: 8px;
}
.shop_contact_red .title span{
	display: block;
	width: 22px;
	height: 2px;
	background: var(--maincolor);
	margin: 0 auto;
}
.shop_contact_red ul {
	overflow: hidden;
	margin-top: 20px;
}
.shop_contact_red ul li{
	overflow: hidden;
	width: 33.333%;
	float: left;
	background: #f5f5f5;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 5%;
}
.shop_contact_red ul li h3{
	font-size: 20px;
	color: #333333;
	font-weight: normal;
}
.shop_contact_red ul li p{
	color: #b6b6b6;
	font-size: 12px;
	text-transform: uppercase;
	margin: 5px 0 15px;
}
.shop_contact_red ul li i{
	width: 65px;
	display: block;
}
.shop_contact_red ul li span{
	font-size: 16px;
	color: #000000;
	display: block;
	margin-top: 15px;
}
.shop_contact_red ul li:nth-child(2){
	background: url(../images/shop/bg03.jpg) no-repeat;
	background-size: cover;
}
.shop_contact_red ul li:nth-child(2) i{
	width: 163px;
}
.shop_contact_red ul li:nth-child(2) span{
	color: #fff;
}




/* 底部 */
.shop_footer_red{
	overflow: hidden;
	background: #222222;
	padding: 45px 0 22px;
}
.shop_footer_red_top{
	overflow: hidden;
	margin-bottom: 20px;
}
.shop_footer_red_top .shop_footer_nav{
	overflow: hidden;
	float: left;
}
.shop_footer_red_top .shop_footer_nav li{
	float: left;
	overflow: hidden;
	padding: 0 15px;
	position: relative;
}
.shop_footer_red_top .shop_footer_nav li::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	background: #d7d7d7;
	height: 14px;
	right: 0;
}
.shop_footer_red_top .shop_footer_nav li:last-child::after{
	display: none;
}
.shop_footer_red_top .shop_footer_nav li:first-child{
	padding-left: 0;
}
.shop_footer_red_top .shop_footer_nav li a{
	color: #fff;
	font-size: 14px;
}
.shop_footer_red_top .shop_footer_btn{
	overflow: hidden;
	float: right;
}
.shop_footer_red_top .shop_footer_btn li{
	width: 120px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #323232;
	background: #282726;
	float: left;
	margin-left: 15px;
}
.shop_footer_red_top .shop_footer_btn li a{
	display: block;
	text-align: center;
	color: #fff;
}
.shop_footer_red_top .shop_footer_btn li i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.shop_footer_red_contact{
	overflow: hidden;
	margin-bottom: 25px;
}
.shop_footer_red_contact ul li{
	float: left;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-right: 75px;
	color: #abaaaa;
	font-size: 14px;
}
.shop_footer_red_contact ul li i{
	margin-right: 8px;
}
.shop_footer_red_copyright{
	overflow: hidden;
	padding-top: 20px;
	border-top: 1px solid #585757;
	text-align: center;
	font-size: 14px;
	color: #7a7a7a;
}