body {
	font-family: 'Open Sans', sans-serif;
}
.brand {
	font-family: 'Raleway', sans-serif;
}
html,
body {
	height: 100%;
}
body {
	font-size: 15px;
	line-height: 1.50;
	color: #333333;
	background-color: #ffffff;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
}
h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
	color: #2F2F2F;
	font-size: 35px;
}
.colored {
	color: #FFC401;
}
a {
	color: #55acee;
}
a:hover {
	color: #339BEB;
}
a:focus,
a:active {
	outline: none;
}
.large {
	font-size: 18px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.list-unstyled li {
	padding: 5px 0;
}
.list-horizontal {
	padding: 15px 0;
}
.list-horizontal-item img {
	display: block;
	margin: 0 auto;
}
.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px;
}
.list-icons li {
	padding: 0 0 15px 0;
}
blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
.title {
	margin-top: 0;
}

a:hover {
	color: #339BEB;
}
/* Navigations
----------------------------------------------------------------------------- */
header{
	background: #000;
	min-height: 74px;
}
header .header-left{
	display: flex;
	align-items: center;
	justify-content: left;
	height: 100%;
}
header .header-right{
	display: flex;
	align-items: center;
	justify-content: right;
	height: 100%;
}
header .smooth-scroll{
	display: flex;
	align-items: center;
	justify-content: center;
}
header .shemei{
	margin-left: 5%;
}
header .logo-title{
	font-family: Lato;
	font-weight: 900;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
	margin-left: 15px;
}
header .brand a{
	color:#FFFF00;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	margin-left: 5px;
}
header .brand a.cart{
	margin-left: 25px;
}
.header .navbar {
	margin-bottom: 0;
}

/* carousel */
#quote-carousel
{
	padding: 0 10px 30px 10px;
	margin-top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 15px;
}
.logo {
	margin: 10px 0px 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo,
.logo-section {
	float: left;

}

.bg-primary{
	position: relative;
	line-height: 30px;
}
.bg-primary .mobile_img{
	display: none;
}
.image {
	vertical-align: middle;
	min-height: 100%;
	width: 100%;
}


/**
底部
 */
footer{
	background: #282828;
	color:#fff;
	position: relative;
	min-height: 50px;
	line-height: 30px;
}

/**
自适应
 */

@media (max-width:480px) {
	.phone_class{
		position: static !important;
		width:100% !important;
		background: #fff !important;
		color:#000 !important;
		font-size: 14px;
		padding: 10px;
		line-height: 20px;
	}
	.main-navigation .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav {
		float: left !important;
	}
	.bg-primary {
		line-height: 15px;
	}
}
@media (min-width:768px) {
	.main-navigation .navbar-default .navbar-nav > li > a {
		padding-top: 24px;
		padding-bottom: 24px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.fixed-header-on .navbar-default .navbar-nav > li > a {
		padding-bottom: 20px;
	}
}
@media (max-width:768px) {
	.header.navbar-fixed-top {
		position: fixed;
	}
	.navbar-nav {
		margin: 7.5px -15px;
	}
	header .shemei {
		margin-left: 20%;
		margin-top: 4%;
	}
	header .brand a {
		margin-left: 10px;
	}
	header #logo{
		content:url(/images/logo-m.png);
	}
	.logo img{
		width: 55px;
	}
	header .shemei .Whatsapp{
		content:url(/images/Whatsapp-m.png);
	}
	header .shemei .FB{
		content:url(/images/FB-m.png);
	}
	header .shemei .TG{
		content:url(/images/TG-m.png);
	}
	header .logo-title {
		font-size: 14px;
		line-height: 14px;
		margin-left: 10px;
	}
	header .shemei {
		margin-left: 10%;
		margin-top: 4%;
	}
	header .shemei img {
		width: 40px;
	}
	header .brand a {
		margin-left: 8px;
	}
}
@media (max-width:991px) {
	.fixed-header-on .logo,
	.fixed-header-on .brand,
	.fixed-header-on .site-slogan {
		display: none;
	}
	header .logo-title {
		font-size: 20px;
		line-height: 20px;
		margin-left: 15px;
	}
}
@media (max-width:480px) {
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}
	.header .container .row{
		position: relative;
		min-height: 70px;
	}
	.logo, .logo-section {
		float: left;
		margin-left: 2px;
	}
	.logo-section {
		margin-left: 10% !important;
		margin-top: 15px!important;
	}
	.header .container .col-md-4{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99999;
		width: 87%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.header .container .col-md-4 .logo .brand a{
		width: 25px !important;
		height: 25px !important;
	}
	.header .container .col-md-4 .logo .brand img{
		width: 25px !important;
		height: 25px !important;
		margin-left: 5px !important;
	}
	.header .container .col-md-8{
		padding-top: 10px;
		padding-left: 0;
		padding-right: 5px;
	}
	.logo img{
		width: 45px;
	}
	footer{
		font-size: 13px;
		line-height: 25px;
	}
	header .logo-title {
		font-size: 14px;
		line-height: 14px;
		margin-left: 10px;
	}
	header .shemei img {
		width: 38px;
	}
	header .brand a {
		margin-left: 5px;
	}
}
@media (min-width:1200px) {
	.modal-lg {
		width: 1140px;
	}
}

/*
*置顶按钮
*/
#goToTop {
	position: fixed;
	right: 24px;
	bottom: 64px;
	background-color: #fff;
	width: 66px;
	border-radius: 32px;
	z-index: 3;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
#goToTop .top-feed {
	width: 66px;
	height: 66px;
	border-radius: 50%;
}
#goToTop .icon-mask-wrapper {
	width: 100%;
	border-radius: 50%;
	padding: 15px 0;
	cursor: pointer;
}
#goToTop .icon-mask-wrapper .icon {
	height: 34px;
	width: 34px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
@media (max-width:768px) {
	#goToTop {
		bottom: 44px;
		width: 44px;
	}
	#goToTop .top-feed {
		width: 44px;
		height: 44px;
	}
	#goToTop .icon-mask-wrapper .icon {
		height: 27px;
		width: 27px;
	}
	header .header-left{
		display: block;
	}
	header .header-right{
		display: block;
	}
}