body {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #808080;
	line-height: 26px;
	position: relative;
	background: #f0f0f0;
	letter-spacing: .6px;
}

a, a:link {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #D92E2E
}

.btn {
	color: #fff !important;
}

header, section, footer, aside, nav, article, figure, main {
	display: block;
	position: relative;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.flex1 {
	-prefix-box-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex-c {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.flex-a-c {
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: center;
}

.flex-j-c {
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.flex-a-i {
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.container {
	position: relative;
}

header {
	background: #1a1a1a
}

header .row {
	position: relative;
}

#cartbox {
	position: absolute;
	display: none;
	width: 400px;
	right: 20px;
	top: 90px;
	z-index: 1000;
}

#cartbox td img {
	width: 80px;
	height: auto
}

#cartbox .close {
	font-size: 30px;
	padding-right: 5px;
	cursor: pointer;
}

#cartbox .panel {
	box-shadow: 0 3px 3px #ccc
}

.logo img {
	width: 200px;
	height: auto;
	margin-top: 25px
}

.head_fun {
	margin: 38px 0 31px 0;
	padding-right: 0
}

.head_fun>a {
	width: 50%;
	display: block;
	line-height: 1.2;
	color: #ccc
}

.head_fun>a .title {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding-top: 3px
}

.head_fun>a:hover .title {
	color: #D92E2E;
}

.user-info {
	background: url(../images/top-icon.png) no-repeat scroll 0 -174px;
	padding-left: 45px;
}

.user-info:hover {
	background-position: 0 -263px;
	cursor: pointer;
}

.shopping-cart {
	position: relative;
	background: url(../images/top-icon.png) no-repeat scroll 0 -352px;
	padding-left: 45px;
}

.shopping-cart .cart_number {
	right: auto;
	left: 18px;
	top: -1px;
}

.shopping-cart:hover {
	background-position: 0px -441px;
	cursor: pointer;
}

#nav {
	background: #D92E2E;
	color: #fff;
}

.nav_fix {
	position: fixed;
	background: #333 !important;
	width: 100%;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 10px #666;
	width: 100%;
}

.navmenu {
	padding-left: 0
}

.navmenu>ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.navmenu>ul>li {
	display: inline-block;
	float: none
}

.navmenu>ul>li:hover {
	background: #E15858
}

.navmenu a {
	display: inline-block;
	color: #fff;
	padding: 15px 25px;
	font: 500 14px/26px 'Roboto', sans-serif;
	color: #fff;
}

.navmenu .active {
	background: #E15858
}

.search {
	padding: 8px;
	padding-right: 0
}

.search img{display: none}

.search form {
	background: #E15858;
	padding: 4px;
	border-radius: 2px
}

.search input, .search button {
	background: none;
	border: none;
	outline: 0;
	padding: 3px 10px;
	font-size: 14px
}

.search input::-webkit-input-placeholder {
	color: #ddd;
}

.search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.search input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
}

.search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}

.search button:hover {
	color: #333;
}

main {
	
}

main .container {
	background: #fff;
	padding: 30px
}

.banner_right {
	height: 400px;
	overflow: hidden
}

.banner_right img {
	width: 100%;
	height: auto
}

#service-area {
	padding: 30px;
	margin-top: -60px;
}

#service-area .service-fourth {
	float: left;
	width: 25%;
	line-height: 20px;
	color: #333333;
	padding: 0px 25px;
	position: relative;
	cursor: pointer;
}

#service-area .service-fourth .service-icon {
	background: url(../images/service-icon.png) no-repeat scroll;
	float: left;
	margin-top: 0px;
	height: 50px;
	width: 50px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#service-area .service-fourth.service1 .icon1 {
	background-position: 0px 7px;
}

#service-area .service-fourth.service1:hover .icon1 {
	background-position: 0px -127px;
}

#service-area .service-fourth.service2 .icon2 {
	background-position: 0px -260px;
}

#service-area .service-fourth.service2:hover .icon2 {
	background-position: 0px -392px;
}

#service-area .service-fourth.service3 .icon3 {
	background-position: 0px -528px;
}

#service-area .service-fourth.service3:hover .icon3 {
	background-position: 0px -661px;
}

#service-area .service-fourth.service4 .icon4 {
	background-position: 0px -791px;
}

#service-area .service-fourth.service4:hover .icon4 {
	background-position: 0px -923px;
}

#service-area .service-fourth:after {
	content: "";
	position: absolute;
	border-right: 1px solid #e5e5e5;
	height: 52px;
	top: -5px;
	right: 15px;
}

#service-area .service-fourth:last-child:after {
	border: 0;
}

#service-area .service-fourth .service-content {
	margin-left: 60px;
	text-align: left;
	margin-top: 5px;
}

#service-area .service-fourth .service-content .service-heading {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#service-area .service-fourth:hover .service-content .service-heading {
	color: #D92E2E;
}

#service-area .service-fourth .service-content .service-heading:hover {
	color: #000000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#service-area .service-fourth .service-content .service-description {
	color: #888888;
	padding-top: 3px;
}

.leftbox .title {
	background: #333;
	padding: 12px 0 12px 30px;
	font-size: 16px;
	color: #eee;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.leftbox .content {
	background: #FFFFFF;
	border: 1px solid #e6e6e6;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow: hidden;
	margin-bottom: 30px;
}

.catalog {
	list-style: none;
	padding: 0;
	margin: 0;
}

.catalog li a {
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	color: #999
}

.catalog li a:hover {
	color: #D92E2E
}

.catalog li:nth-child(even) {
	background: #f8f8f8
}

#catalog_menu {
	position: relative;
}

#catalog_menu .catalog {
	position: absolute;
	top: 56px;
	left: 0px;
	z-index: 10000;
	background: #fff;
	width: 250px;
	box-shadow: 0 5px 10px #ccc;
	display: none;
}

#homeslide .swiper-slide img {
	width: 100%
}

section>.title {
	background: #D92E2E;
	padding: 12px 0;
	font-size: 16px;
	color: #eee;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	padding-left: 30px
}

#right_cart {
	position: fixed;
	margin-left: 30px;
	top: 40%;
	z-index: 1000;
	display: none;
}

#right_cart .glyphicon {
	font-size: 30px;
	padding: 10px;
	border-radius: 10px;
	background: #ccc;
	color: #999
}

#right_cart .glyphicon span {
	font-size: 10px
}

.cart_number {
	display: block;
	position: absolute;
	right: -10px;
	top: -10px;
	padding: 3px;
	border-radius: 8px;
	border-bottom-left-radius: 0px;
	background: #ff6600;
	font-size: 10px;
	color: #fff;
}

/*左右移动swiper*/
#hotswiper .itemprice {
	float: none
}

#hot .swiper-button-next, #hot .swiper-button-prev {
	margin: 0;
	top: 8px;
	z-index: 100;
	right: 15px;
}

#hot .swiper-button-prev {
	left: auto;
	right: 60px;
}

.hot-next, .hot-prev {
	background: rgba(255, 255, 255, 0.2);
	width: 32px;
	height: 32px;
	border-radius: 2px
}

.hot-next:before {
	content: " ";
	display: block;
	height: 15px;
	width: 15px;
	margin-top: 8px;
	margin-left: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	border-top: 2px solid #fff;
}

.hot-prev:before {
	content: " ";
	display: block;
	height: 15px;
	width: 15px;
	margin-top: 8px;
	margin-left: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-135deg);
	width: 15px;
	margin-top: 8px;
	margin-left: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

#hot-pagination {
	bottom: 0
}

.item {
	position: relative;
	padding: 20px;
	text-align: center;
	margin: 20px 0;
	padding-bottom: 40px;
	background: #fff;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.item:hover {
	-webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
	box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
	-webkit-transform: translate3d(0px, -2px, 0px);
	-moz-transform: translate3d(0px, -2px, 0px);
	-ms-transform: translate3d(0px, -2px, 0px);
	-o-transform: translate3d(0px, -2px, 0px);
	transform: translate3d(0px, -2px, 0px);
	z-index: 2
}

.itemimg {
	background: url("../images/loading.gif") no-repeat center center;
	position: relative;
	min-height: 206px;
}

.itemimg img {
	width: 100%;
}

.itemname {
	text-align: left;
	color: #666;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	line-height: 20px;
}

.item:hover .itemname {
	color: #D92E2E
}

.itemfunc {
	height: 100%;
	overflow: hidden;
}

.itemfunc button {
	margin-top: 0px
}

.itemprice {
	color: #333;
	font-size: 18px;
	float: left;
}

.itemprice s {
	font-size: 12px;
	color: #ccc;
}

.itemprice span {
	font-size: 0.6em
}

.filter {
	display: none
}

.breadcrumb a {
	color: #666
}

.breadcrumb a:hover {
	color: #D92E2E
}

footer {
	background: #1c1c1c;
	padding: 20px 0;
	margin-top: 50px
}

footer .col-md-3 img {
	width: 150px;
	height: auto;
	margin-top: 10px
}

footer a {
	color: #ccc;
	padding: 0px 10px
}

footer a:FIRST-CHILD {
	padding-left: 0
}

footer a:hover {
	color: #D92E2E
}

#popcatalog{position: fixed; left:15%; right:15%; bottom:60px; background: #fff; z-index:10000; display: none}

@media screen and (max-width: 760px) {
	.logo img {
		width: 150px;
		height: auto;
		margin: 8px 0px 10px 0px
	}
	.head_fun {
		margin: 0;
		position: absolute;
		right: 10px;
		top: 5px;
		padding: 0
	}
	.head_fun a {
		width: 40px;
		height: 50px;
		overflow: hidden;
	}
	.search {
		padding-right: 8px;
	}
	 
	.row {
		margin-left: 0;
		margin-right: 0
	}
	.row>div {
		padding-left: 0;
		padding-right: 0
	}
	.item {
		margin: 0;
		border-bottom: 1px solid #eee;
		padding-bottom: 15px
	}
	.productlist>div:nth-child(odd) .item {
		border-right: 1px solid #eee
	}
	.itemimg {
		min-height: 170px
	}
	.breadcrumb {
		display: none
	}
	main{
	    min-height:600px
	}
    main .container {
    background: #fff;
    padding: 15px;
    }
	
	#cartbox {
		left: 0;
		right: 0;
		width: 100%
	}
	section>.title {
		border-radius: 0
	}
	
	.footermenu {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		height: 56px;
		background: #fdfdfd;
		z-index: 1000000;
		box-shadow: 0 0 5px #ccc;
		display: flex !important;
	}
	.footermenu>a {
		width: 25%;
		text-align: center
	}
	.footermenu>a>span {
		display: block;
		font-size: 20px;
		margin-top: 10px
	}
}