/* 重置页面 */
@import url("reset.css");

body {
/* 	font-family: 'Lato', Arial, sans-serif;
	font: 14px/1.5 Helvetica Neue, Helvetica, Arial, Microsoft Yahei,
		Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif; */
	color: #53585A;
	background-color: #fff;
	font-size: 14px;
}

.container {
	width: 68%;
	margin-right: auto;
	margin-left: auto;
}
.site-header{padding: 1.5% 0;}

/* 顶部导航栏start */
.site-topbar {
	width: 100%;
	height: 60px;
	font-size: 16px;
	color: #b0b0b0;
	background: #53585A;
	line-height:57px;
	/* font-weight: bold; */
}

.site-topbar .sep {
	margin: 0 3.6px;
	color: #424242;
}

.site-topbar a {
	color: #b0b0b0;
	display: inline-block;
	vertical-align: middle;
}

.site-topbar a:hover {
	color: #fff;
}
.topbar-nav a img{margin-top: 1.3rem;}
/* 左边导航栏 */
.topbar-nav {
	display: inline-block;
	    width: 60%;
}
.topbar-nav a{float: left;display:none;}
.site-topbar .topbar-info a {
	text-align: center;
}

/* 购物车 */
.site-topbar .topbar-cart {
	position: relative;
	float: right;
	width: 54px;
	text-align: center;
	background-color: #ef8201;
	-webkit-transition: all .2s;
	transition: all .2s;
}

/* 图标 */
.topbar-cart em {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: -6px;
	background-image: url(../images/cart_hover.png);
	background-size: 20px;
}

.site-topbar .topbar-cart:hover em{background-image: url(../images/cart.png);}


/* 隐藏的 */
.site-topbar .cart-menu {
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 31;
	width: 316px;
	height: 0;
	color: #424242;
	background: #fff;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	overflow: hidden;
	-webkit-transition: height .3s;
	transition: height .3s;
	text-align: center;
	line-height: 100px;
	font-size: 14px;
}
.site-topbar .cart-menu .search-text{
	right: 51px;
    z-index: 1;
    width: 245px;
    height: 35px;
    margin-left: -8px;
    padding: 0 10px;
    line-height: 50px;
    border: 1px solid #EF8200;
}

/* 登录注册 */
.site-topbar .topbar-info {
	position: relative;
	float: right;
	margin-right: 2%;
}

/* 登录后的登录注册 */
#J_siteUserInfo {
	display: none;
}

.site-topbar .user {
	position: relative;
	padding: 0;
	color: #424242;
	white-space: nowrap;
}

.site-topbar .user:hover .user-menu-wrapper {
	height: 240px;
}

.site-topbar .user:hover .user-menu-wrapper a {
	color: #424242;
}

.site-topbar .user:hover .user-menu-wrapper a:hover {
	color: #FF6700;
	background-color: #F5F5F5;
}

.site-topbar .user:hover .user-name {
	background-color: #FFF;
	color: #424242;
}

.site-topbar .user:hover .user-name:hover {
	color: #FF6700;
}

.site-topbar .user-name {
	position: relative;
	z-index: 5;
	display: inline-block;
	width: 120px;
	height: 60px;
	text-align: center;
}

.site-topbar .user-name .name {
	display: inline-block;
	width: auto;
	max-width: 75px;
	text-overflow: ellipsis;
	vertical-align: text-bottom;
	overflow: hidden;
}

.site-topbar .user-name i {
	width: 25px;
	height: 24px;
	display: inline-block;
	line-height: 24px;
	vertical-align: 18px;
}

.site-topbar .user-menu-wrapper {
	position: absolute;
	left: 0;
	top: 28px;
	z-index: 3;
	height: 0;
	overflow: hidden;
	transition: height .3s;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}

.site-topbar .user-menu {
	width: 120px;
	padding: 13px 0;
	list-style-type: none;
}

.site-topbar .user-menu a {
	display: block;
	padding: 3px 0px;
	transition: all .2s;
	line-height: 2;
}
.site-topbar .topbar-info a img{
	width: 14%;
    vertical-align: 15px;
    margin: auto 2%;
}
/*  logo */
.header-logo {
	width: 40%;
	height: 43px;
	float: left;
	margin-top: 22px;
	position: relative;
	overflow: hidden;
}
.header-hyj {
	width: 60%;
	height: 23px;
	float: right;
	font-size: 12px;
	text-align: right;
}
.header-hyj p strong,.header-hyj p span{color: #ef8201;}
.header-hyj .searchbox{
    margin-top: 20px;
    width: auto;
    height: 40px;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
	border: 2px solid #EF8200;
}
.header-hyj .searchbox .searchtxt{
	border: none;
    width: 290px;
    height: 38px;
    outline-color:#EF8200;
    padding-left: 5px;
    vertical-align: middle;
}

.header-hyj .searchbox .searchbtn{
	    border: none;
    width: 62px;
    height: 38px;
    background-color: #ce5242;
    color: #f9f9f9;
    cursor: pointer;
    vertical-align: middle;
}
.header-hyj .searchbox .sear_sub{
    float: right;
    width: 50px;
    height: 37px;
    border: none;
    background: url(../images/searcht.png) center no-repeat;
    cursor: pointer;
    background-size: contain;
	
}
/* 搜索 */
.container .so_box{ 
	float:right; 
	width:60px; 
	height:60px; 
	background:#000000; 
	text-align:center; 
	display:none;
}
.container .so_box .Search_but{ 
	display:block; 
	width:44px; 
	height:60px; 
	font-size:14px; 
	text-align: center;
	margin: auto;
	background:url(../images/search.png) no-repeat center center;
	background-size:contain;
}

.container .so_box .so{ 
	width: 68%;
	margin-top: -3.2%;
	display:none; 
	float:right; 
	position:absolute; 
	right:16%;
	background:#fbfcfe; 
	padding:3px; 
	z-index: 99999;
}
.container .so_box .so .Search{ 
	float:left; 
	width: 94%; 
	height:50px; 
	background:#fff; 
	border:none; 
	line-height:24px; 
	padding:0 10px; 
	color:#eb6332; 
	font-size:16px; 
	font-weight:bold;
}
.container .so_box .so .sear_sub{ 
	float:right; 
	width:50px; 
	height:50px; 
	border:none;
	background:url(../images/searcht.png) center no-repeat; 
	cursor: pointer; 
	background-size:contain;
}

/* 头部导航栏end */

/*轮播图*/
.lb-box {
  width: 68%;
  height: 470px;
  margin: 3px auto;
  position: relative;
  overflow: hidden;
}
@media (max-width:1030px) {
	.lb-box {
    width: 100%;
    height: 460px;
  }
}

@media (max-width:780px) {
	.lb-box {
    width: 100%;
    height: 360px;
  }
}

@media (max-width:568px) {
  .lb-box {
    width: 100%;
    height: 220px;
  }
}

.lb-content {
  width: 100%;  
  height: 100%;
}

.lb-item {
  width: 100%;  
  height: 100%;
  display: none;
  position: relative;   
}

.lb-item > a {
  width: 100%;
  height: 100%;
  display: block;
}

.lb-item > a > img {
  width: 100%;
  height: 100%;
}

.lb-item > a > span {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  padding: 15px;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
}
@media (max-width:568px) {
  .lb-item > a > span {
    padding: 10px;
  }
}

.lb-item.active {
  display: block;
  left: 0%;
}
.lb-item.active.left {
  left: -100%;
}
.lb-item.active.right {
  left: 100%;
}

/*  */
.lb-item.next,
.lb-item.prev {
  display: block;
  position: absolute;
  top: 0px;
}
.lb-item.next {
  left: 100%;
}
.lb-item.prev {
  left: -100%;
}
.lb-item.next.left,
.lb-item.prev.right {
  left: 0%;
}

.lb-sign {
  position: absolute;
  right: 10px;
  top: 0px;
  padding: 5px 3px;
  border-radius: 6px;
  list-style: none;
  user-select: none;
  background-color: rgba(0,0,0,0.7);
}

.lb-sign li {
  width: 22px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  float: left;
  color: #aaa;
  margin: auto 4px;
  border-radius: 3px;
  cursor: pointer;
}
.lb-sign li:hover {
  color: #fff;
}
.lb-sign li.active {
  color: #000;
  background-color: #EBEBEB;
}

.lb-ctrl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 900;
  user-select: none;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.1s linear;
}
@media (max-width:568px) {
  .lb-ctrl {
    font-size: 30px;
  }
}
.lb-ctrl.left {
  left: -50px;
}
.lb-ctrl.right {
  right: -50px;
}
.lb-box:hover .lb-ctrl.left {
  left: 10px;
  font-size: 20px;
}
.lb-box:hover .lb-ctrl.right {
  right: 10px;
  font-size: 20px;
}
.lb-ctrl:hover {
  background-color: #000;
}


/* 主体内容的分页部分start */
.page-main {
	padding-top: 4px;
	padding-bottom: 12px;
	background: #fbfcfe;
}

/* 分割图 */
.home-banner-box {
	height: 120px;
	margin: 24px 0 22px;
	overflow: hidden;
}

.home-banner-box img {
	width: 100%;
	height: 120px;
}

/* .mian共同部分start */
/* 标题 */
.main .box-hd {
	position: relative;
}

/* 标题h2 */
.main .box-hd h2 {
	margin: 0;
	font-size: 22px;
	font-weight: 200;
	line-height: 58px;
	color: #53585A;
}

.main .box-hd .more2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
}

/* 查看全部 */
.main .box-hd .more2 .more-link {
	font-size: 16px;
	line-height: 58px;
	color: #424242;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.main .box-hd .more2 .more-link i {
	position: absolute;
	top: 19px;
	right: 0;
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(../images/left.png);
	background-size: 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.main .box-hd .more2 .more-link:hover {
	color: #53585A;
}

.main .box-hd .more2 .more-link:hover i {
	background-image: url(../images/lefthover.png);
}

/* ul内容展示 */
.main .box-content {
	position: relative;
}

.main .box-content img {
	display: block;
}

.box-content .right {
	float: right;
	width: 18.8%;
	background: #fff;
}

.box-content .right a {
	display: block;
	width: 100%;
	height: 100%;
}
.box-content .right a h2{font-size: 18px;padding: 3% 10%;background: #53585a;color: #fff;}
.box-content .right a h2:hover{background: #ef8201;}

.box-content .brick-item {
	-webkit-transition: all .2s linear;
	z-index: 100;
	margin-bottom: 14px;
}


/* zuo */
.box-content .left {
	float:left;
	width: 80%;
}

.box-content .left a {
	display: block;
	width: 100%;
	height: 100%;
}

.left .brick-item-m {
	float: left;
	width: 30.9%;
	margin-left: 14px;
	background-color: #fff;
}

.left .brick-item-m .figure-img {
	width: 100%;
	height: 100%;
}

.left .brick-item-m .figure-img img {
	width: 100%;
	height: 100%;
}

.right .myclear .brick-item-m a h3{
	font-size: 14px;
    padding: 2% 10%;
    color: #53585A;
    font-weight: bold;}


.brick-item-m .desc,
.brick-item-m .title {
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	
}

.brick-item-m .title {
	font-size: 15px;
	padding: 3% 0;
	color: #53585A;
	font-weight: bold;
}

.brick-item-m .title:hover,.right .myclear .brick-item-m a h3:hover {
	color: #ef8200;
}


.brick-item-m .desc {
	margin: 0 10px 10px;
	height: 18px;
	font-size: 12px;
	color: #53585a;
}

.brick-item-m .price {
	margin: 0 10px 10px;
	text-align: center;
	color: #ef8201;
	margin: 0 10px 12px;
}


/* .mian共同部分end */

.swiper-controls {
	position: absolute;
	right: 0;
	top: 24px;
}

.swiper-controls .swiper-flashsale-next,
.swiper-controls .swiper-flashsale-prev {
	display: inline-block;
	width: 36px;
	height: 24px;
	padding: 3px 5px;
	margin-left: -1px;
	border: 1px solid #e0e0e0;
	font-size: 16px;
	line-height: 16px;
	-webkit-transition: color .5s;
	transition: color .5s;
	color: #b0b0b0;
	text-align: center;
	cursor: pointer;
}
.box-content .flashsale-list {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 100%;
}

.box-content .flashsale-list ul {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
}

.box-content .flashsale-list li {
	width: 234px;
	height: 280px;
	margin-right: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	text-align: center;
	-webkit-transition: all .6s;
	transition: all .6s;
	position: relative;
	flex-shrink: 0;
}

.box-content .flashsale-list li a {
	display: block;
	position: relative;
}

.box-content .flashsale-list .thumb {
	display: block;
	margin: 0 auto 22px;
}

.box-content .flashsale-list .thumb img {
	height: 100%;
	width: 100%;
}

.box-content .flashsale-list li a span{
	position: absolute;
	left: 0px;
	margin-top: -21px;
    width: 100%;
	padding: 1% 0px;
	background-color: #53585a78;
	color: #ffffff;
	font-size: 14px;
	z-index: 1000;
	display: none;
} 

.box-content .flashsale-list li a:hover span{display:block;}

.box-content .flashsale-list .title {
	margin: 0 20px 3px;
	font-size: 15px;
	font-weight: bold;
	text-overflow: ellipsis;
	color: #212121;
	overflow: hidden;
	white-space: nowrap;
}

.box-content .flashsale-list .desc {
	height: 18px;
	margin: 0 3px 12px;
	font-size: 12px;
	text-overflow: ellipsis;
	color: #53585a;
	overflow: hidden;
	white-space: nowrap;
}

.box-content .flashsale-list .price {
	color: #ef8200;
}


.box-content .rainbow-item-1 {
	border-top-color: #ffac13;
}

.box-content .rainbow-item-2 {
	border-top-color: #83c44e;
}

.box-content .rainbow-item-3 {
	border-top-color: #2196f3;
}

.box-content .rainbow-item-4 {
	border-top-color: #e53935;
}

.box-content .rainbow-item-5 {
	border-top-color: #00c0a5;
}

.box-content .rainbow-item-6 {
	border-top-color: #ffac13;
}

.box-content .rainbow-item-7 {
	border-top-color: #83c44e;
}

.box-content .rainbow-item-8 {
	border-top-color: #2196f3;
}

.box-content .rainbow-item-9 {
	border-top-color: #e53935;
}

.box-content .rainbow-item-10 {
	border-top-color: #00c0a5;
}

.box-content .rainbow-item-11 {
	border-top-color: #ffac13;
}

.box-content .rainbow-item-12 {
	border-top-color: #83c44e;
}

.box-content .rainbow-item-13 {
	border-top-color: #2196f3;
}

.box-content .rainbow-item-14 {
	border-top-color: #e53935;
}

.box-content .rainbow-item-15 {
	border-top-color: #00c0a5;
}

.box-content .rainbow-item-16 {
	border-top-color: #ffac13;
}
/* 主体内容的分页部分end */
/* ------------------------------------------------------------------- */
/* 页脚start */
.site-footer {
	background-color: #F7F7F7;
}
.site-footer:before {
    content: "";
    height: 30px;
    margin-top: -31px;
    width: 100%;
    display: block;
    position: absolute;
    background: url(../images/footer-divider.png) repeat;
}
.site-footer .footer-links {
	padding: 40px 0;
}

.site-footer .footer-links .col-links {
	float: left;
	width: 30%;
	height: auto;
	margin: 0;
	padding: 0 7%;
}

.site-footer .footer-links .col-links dt {
	margin: -1px 0 26px;
	font-size: 15px;
	line-height: 1.25;
	color: #424242;
}

.site-footer .footer-links .col-links dd {
	margin: 10px 0 0;
	font-size: 12px;
}

.site-footer .footer-links .col-links dd a:hover {
	color: #53585A;
}

.site-footer .footer-links .col-links a {
	color: #757575;
}

.site-footer .footer-links .col-contact {
	float: right;
	width: 251px;
	height: 112px;
	border-left: 1px solid #e0e0e0;
	text-align: center;
	color: #616161;
}

.site-footer .footer-links .col-contact .phone {
	margin: 0 0 5px;
	font-size: 22px;
	line-height: 1;
	color: #53585A;
}

.site-footer .footer-links .col-contact p {
	margin: 0 0 16px;
	font-size: 12px;
}

.col-contact .btn-line-primary {
	border-color: #53585A;
	background: #fff;
	color: #53585A;
}

.btn-small {
	width: 118px;
	height: 30px;
	font-size: 12px;
	line-height: 28px;
}

.btn {
	display: inline-block;
	border: 1px solid #b0b0b0;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.btn:hover {
	border-color: #53585A;
	background-color: #53585A;
	color: #fff;
}

/* 页脚end */

/*-------------------- 商城div_home--------------------*/

.div_home {
	width: 27px;
	height: 261px;
	position: fixed;
	right: 34px;
	bottom: 66px;
	    z-index: 9000;
}

.div_home a {
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	border: 1px solid #F5F5F5;
	border-style: none none solid solid;
	background-color: #53585a;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 14px 16px;
	position: relative;
}

.div_home a span {
	position: absolute;
	right: 49px;
	height: 50px;
	line-height:53px;
	text-align: center;
	white-space: nowrap;
	padding: 0 8px;
	background-color: #ef8201;
	color: #ffffff;
	font-size: 15px;
	z-index: 1000;
	display: none;
}

.div_home a:hover span {
	display: block;
}

.home1 {
	background-image: url(../images/xm11.png);
}

.home1:hover {
	background-image: url(../images/xm1.png);
}

.home2 {
	background-image: url(../images/xm22.png);
}

.home2:hover {
	background-image: url(../images/xm2.png);
}

.home3 {
	background-image: url(../images/xm33.png);
}

.home3:hover {
	background-image: url(../images/xm3.png);
}

.home4 {
	background-image: url(../images/xm44.png);
}

.home4:hover {
	background-image: url(../images/xm4.png);
}

.home5 {
	background-image: url(../images/xm55.png);
}

.home5:hover {
	background-image: url(../images/xm5.png);
}

.div_home .img_yincang {
	display: none;
	background-image: url(../images/xm66.png);
}

.img_yincang:hover {
	background-image: url(../images/xm6.png);
}

#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 300px;
	overflow: hidden;
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}

#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#footer .site-footer .container .footer-links .col-links .open-toggle{display: none;}

.text_vertical{
	display: -webkit-inline-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
