.nav .category-tit {
	background-color: #f52f3e;
}

.home-banner {
	position: relative;
	height: 500px;
}

.home-banner .item {
	position: relative;
	height: 500px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}

.home-banner img {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	margin-left: -960px;
}

.home-banner .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 50px;
	height: 82px;
	margin-top: -41px;
	font-size: 0;
	background: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#33000000', endColorstr='#33000000');
	background-color: rgba(0, 0, 0, 0.2);
	border: none;
}

.home-banner .slick-arrow:after {
	position: absolute;
	top: 0;
	left: 15px;
	width: 17px;
	height: 100%;
	content: '';
	background: url(../img/sxtc/arrows.png) no-repeat left center;
}

.home-banner .slick-arrow:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#73000000', endColorstr='#73000000');
	background-color: rgba(0, 0, 0, 0.45);
}

.home-banner .slick-prev {
	left: 10px;
}

.home-banner .slick-next {
	right: 10px;
}

.home-banner .slick-next:after {
	left: 18px;
	background-position: -30px center;
}

.slick-dots {
	display: none !important;
}


.home-promot {
	margin-bottom: 78px;
}

.home-promot-tit {
	margin: 28px 0 13px;
	padding-left: 4px;
	font-size: 24px;
	color: #555;
	line-height: 44px;
}

.home-promot .list-x {
	float: left;
}

.home-promot .list-x .item {
	float: left;
	width: 278px;
	margin-right: 13px;
}

.home-promot .list-x img {
	width: 278px;
	height: 221px;
}

.home-promot .list-x .info {
	padding: 0 23px;
	height: 82px;
	line-height: 24px;
	background-color: #f5f4f4;
}

.home-promot .list-x .name {
	padding-top: 15px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}

.home-promot .list-x .name a {
	color: #555;
}

.home-promot .list-x .name a:hover {
	color: #f34e4e;
}

.home-promot .list-x .price {
	color: #ff0000;
	font-size: 18px;
}

.home-promot .list-y {
	float: right;
	width: 325px;
}

.home-promot .list-y .item {
	display: block;
	margin-top: 15px;
}

.home-promot .list-y .item:first-child {
	margin-top: 0;
}

.home-promot .list-y img {
	width: 325px;
	height: 144px;
}

.today-special {
	height: 510px;
	background: #c53c46;
}

.today-special-hd {
	height: 196px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	line-height: 1;
}

.today-special-hd .tit {
	margin: 78px 0 16px;
	font-size: 36px;
}

.today-special-hd .slogan {
	font-size: 16px;
}

.today-special-slider {
	position: relative;
	height: 230px;
	background-color: #fff;
}

.today-special-slider .item {
	position: relative;
	margin-left: -1px;
	height: 230px;
	border-left: 1px solid #eee;
	background-color: #fff;
}

.today-special-slider .item .figure {
	float: right;
	height: 100%;
	width: 250px;
}

.today-special-slider .item .cont {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 150px;
	height: 100%;
	padding: 25px 0 0 16px;
}

.today-special-slider .item .name {
	margin-bottom: 5px;
	overflow: hidden;
	height: 48px;
	line-height: 24px;
	font-size: 18px;
}

.today-special-slider .item .name a {
	color: #000;
}

.today-special-slider .item .name a:hover {
	color: #f34e4e;
}

.today-special-slider .item .desc {
	margin-bottom: 3px;
	font-size: 12px;
	color: #999;
}

.today-special-slider .item .price {
	font-size: 16px;
	color: #f34e4e;
}

.today-special-slider .item .add-cart {
	position: absolute;
	left: 16px;
	bottom: 38px;
	padding: 0 12px;
	line-height: 38px;
	border: 1px solid #79c330;
	color: #79c330;
}

.today-special-slider .item .add-cart i {
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	height: 1px;
	line-height: inherit;
	font-size: 18px;
}

.today-special-slider .item .add-cart:hover {
	color: #fff;
	background-color: #79c330;
}

.today-special-slider .slick-arrow {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 54px;
	margin-top: -27px;
	font-size: 0;
	background: url(../img/sxtc/arrows2.png) no-repeat left top;
	border: none;
}

.today-special-slider .slick-prev {
	left: -40px;
}

.today-special-slider .slick-next {
	right: -40px;
	background-position: -66px 0;
}



.home-main {
	padding-bottom: 90px;
	background-color: #f5f5f5;
}

.home-tit {
	zoom: 1;
	margin-top: 20px;
	height: 80px;
	line-height: 80px;
}

.home-tit:before,
.home-tit:after {
	content: '';
	display: table;
}

.home-tit:after {
	clear: both;
}

.home-tit .ico {
	float: left;
	width: 32px;
	height: 100%;
}

.home-tit .ico.sg {
	background: url(../img/sxtc/sg.png) 0 18px no-repeat;
}

.home-tit .ico.hx {
	background: url(../img/sxtc/hx.png) 0 28px no-repeat;
}

.home-tit .ico.xr {
	background: url(../img/sxtc/xr.png) 0 18px no-repeat;
}

.home-tit .ico.sc {
	background: url(../img/sxtc/sc.png) 0 24px no-repeat;
}

.home-tit .tit {
	float: left;
	padding-left: 4px;
	font-size: 24px;
	color: #555;
}

.home-tit .more {
	float: left;
	margin-left: 50px;
}

.home-tit .more a {
	color: #666;
}

.home-tit .more a:hover {
	color: #f34e4e;
}

.home-tit .more a {
	padding-right: 8px;
	border-right: 1px solid #666;
	
}
.more_box{
	display: block;
	float: right;
}
.more_box img{
	width: 16px;
	margin-left: 7px;
	height: 16px;
	display: inline-block;
}
.home-tit .more a:last-child{
	border-right: 1px solid transparent;
}

.home-hot {
	margin: 0 -15px 0 0;
	padding-bottom: 70px;
}

.home-hot .home-tit {
	height: 84px;
	line-height: 84px;
}

.home-hot .grid {
	position: relative;
	margin: 0 14px 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

.home-hot .grid .name {
	font-size: 16px;
	line-height: 24px;
	color: #333;
}

.home-hot .grid .desc {
	color: #999;
	line-height: 20px;
}

.home-hot .grid .price {
	color: #f34e4e;
}

.home-hot .grid .figure {
	position: absolute;
}

.home-hot .grid-hr {
	width: 355px;
	height: 190px;
	padding: 42px 170px 0 25px;
}

.home-hot .grid-hr .figure {
	right: 10px;
	bottom: 10px;
	width: 150px;
	height: 150px;
}

.home-hot .grid-hr .price {
	margin-top: 24px;
}

.home-hot .grid-vt {
	float: left;
	width: 268px;
	height: 395px;
}

.home-hot .grid-vt .figure {
	top: 20px;
	left: 50%;
	margin-left: -120px;
	width: 240px;
	max-height: 250px;
}

.home-hot .grid-vt .cont {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 23px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 113px;
	border-top: 1px solid #ededed;
}

.home-hot .grid-vt .name,
.home-hot .grid-vt .desc {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.home-hot .grid-vt .price {
	margin-top: 5px;
}


.fresh-news {
	overflow: hidden;
}

.fresh-news .col {
	position: relative;
	float: left;
	padding: 0 20px;
	width: 400px;
	height: 360px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

.fresh-news .col:after {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	content: '';
	border-left: 1px solid #f7f5f6;
}

.fresh-news .col-tit {
	line-height: 58px;
	font-size: 24px;
}

.fresh-news .col1 {
	border-top: 2px solid #8fce23;
}

.fresh-news .col1 .col-tit {
	color: #8fce23;
}

.fresh-news .col2 {
	border-top: 2px solid #fe575f;
}

.fresh-news .col2 .col-tit {
	color: #fe575f;
}

.fresh-news .col3 {
	border-top: 2px solid #fbbc26;
}

.fresh-news .col3 .col-tit {
	color: #fbbc26;
}

.fresh-news .col1:after {
	border: none;
}

.fresh-news .col1 .video-con {
	width: 360px;
	height: 170px;
}

.fresh-news .col1 .intro {
	margin-top: 25px;
}

.fresh-news .col1 .intro .hd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	border-right: 1px solid #efefef;
}

.fresh-news .col1 .intro .hd .hdpic {
	display: block;
	width: 70px;
	margin: 5px 0 0 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.fresh-news .col1 .intro .hd .arrow {
	position: absolute;
	top: 50%;
	right: -16px;
	margin-top: -8px;
	border-style: solid;
	border-width: 8px;
	border-color: transparent transparent transparent #efefef;
}

.fresh-news .col1 .intro .hd .arrow:after {
	position: absolute;
	top: -8px;
	left: -10px;
	content: '';
	border-style: solid;
	border-width: 8px;
	border-color: transparent transparent transparent #fff;
}

.fresh-news .col1 .intro .bd {
	overflow: hidden;
	padding: 0 10px 0 20px;
}

.fresh-news .col1 .intro .bd .name {
	padding: 5px 0 3px;
	font-size: 20px;
	color: #000;
	line-height: 24px;
}

.fresh-news .col1 .intro .bd .name a {
	color: inherit;
}

.fresh-news .col1 .intro .bd .name a:hover {
	color: #f34e4e;
}

.fresh-news .col1 .intro .bd .desc {
	font-size: 12px;
	line-height: 18px;
	color: #999;
}

.fresh-news .col2 {
	position: relative;
}

.fresh-news .col2 .name {
	margin-bottom: 3px;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

.fresh-news .col2 .name a {
	color: inherit;
}

.fresh-news .col2 .name a:hover {
	color: #f34e4e;
}

.fresh-news .col2 .desc {
	color: #999;
}

.fresh-news .col2 .figure {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 250px;
	height: 230px;
}

.fresh-news .col2 .buy {
	display: inline-block;
	margin-top: 65px;
	padding: 0 30px;
	line-height: 38px;
	color: #fe575f;
	border: 1px solid #fe575f;
}

.fresh-news .col2 .buy:hover {
	color: #fff;
	background-color: #fe575f;
}

.fresh-news .col3 .figure {
	width: 360px;
	height: 170px;
}

.fresh-news .col3 .tit {
	margin-top: 20px;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

.fresh-news .col3 .tit a {
	color: inherit;
}

.fresh-news .col3 .tit a:hover {
	color: #f34e4e;
}

.fresh-news .col3 .desc {
	overflow: hidden;
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}

.home-floor .floor-ad {
	float: left;
	width: 260px;
	height: 540px;
}

.home-floor .floor-ad img {
	width: 260px;
	height: 540px;
	border-radius: 10px;
}

.floor-goods_box {
	width: calc(100% - 270px);
	float: left;
	background-color: #fff;
	overflow: hidden;
	margin-left: 10px;
	border-radius: 10px;
}

.home-floor .floor-goods {
	float: left;
	width: 695px;
	height: 540px;
	
	
}

.home-floor .floor-goods .item {
	float: left;
	width: 230px;
	height: 270px;
	margin: -1px -1px 0 0;
	text-align: center;
	border: 1px solid #f5f5f5;
	background-color: #fff;
}

.home-floor .floor-goods .figure {
	display: block;
	margin: 20px auto 0;
	width: 150px;
	height: 150px;
}

.home-floor .floor-goods .name {
	margin-top: 20px;
	padding: 0 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
}
.hot_recommended{
	padding: 20px;
	float: left;
	box-sizing: border-box;
	width: calc(100% - 695px);
	height: 100%;
}
/* .hot_list{
	margin-top: 20px;
} */
.hot_title{
	font-size: 20px;
	font-weight: bold;
}
.hot_list li {
	margin-top: 25px;
}
.hot_list .infor{
	float: left;
	width: calc(100% - 100px);
}
.hot_list .infor .detail{
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	    word-wrap: break-word;
}
.hot_list .infor .price{
	margin-top: 10px;
	color: #f34e4e;
}
.hot_list li a{
	display: block;
}
.hot_pic{
	float: left;
	width: 90px;
	height: 90px;
}
.hot_list li a img{
	width: 100%;
	height: 100%;
}
.home-floor .floor-goods .name a {
	color: inherit;
	width: 100%;
	font-size: 16px;
	color: #333;
}
.home-floor .floor-goods .sub{
	font-size: 12px;
	color: #a6a6a6;
	margin: 10px auto;
} 
.home-floor .floor-goods .name a:hover {
	color: #f34e4e;
}

.home-floor .floor-goods .price {
	color: #f34e4e;
}

/*# sourceMappingURL=sxtc.css.map */
