*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: none;
	color: #000;
}
ul,ol{
	list-style: none;
}

body{
	position: relative;
}

/*navbar*/
.navbar{
	margin-bottom: 0;
	background-color: #ffffff;
	border:none;
	margin-top: 60px;
	height: 60px;
}
.navbar .navbar-brand{
	padding: 0;
	height: 60px;
}
.navbar .navbar-brand > img{
	height: 100%;
}
.nav > li > a{
	padding: 15px 25px;
}
.navbar .navbar-nav > li > a{
	font-size: 24px;
	color: #000;
	line-height: 30px;
}
.navbar .navbar-nav .dropdown-menu > li > a{
	font-size: 20px;
	padding: 12px 20px; 
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background-color: #ff8300;
}

/*banner*/
.banner img{
	width: 100%;
	max-width: 100%;
}
/*product*/
.product-title {
	margin-top: 60px;
}
.product-title p{
	font-size: 24px;

}
.product-item{
	margin-top: 40px;
	padding: 0 10px;
	position: relative;
	border:1px solid #f5f5f5;
}
.product-item:hover{
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
	transform: translateY(-2px);
}
.product-item .product-info{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 75%;
	width: 100%;
	z-index: 1000;
	display: none;
}
.product-item .product-info .glyphicon-remove{
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 16px;
}
.product-item .product-info .product-data{
	margin-top: 60px;
	margin-left: 30px;
}
.product-item .product-info .product-data .price{
	color: #F40;
	font-weight: bold;	
}
.product-item .product-info .product-data p{
	font-size: 16px;
	margin: 0 0 20px;
}
.product-item .product-info .product-data :first-child{
	color: #ff8300;
	font-size: 18px;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-item .info-icon{
	position: absolute;
	top: 10px;
	right: 20px;
}
.product-item .info-icon span{
	font-size: 20px;
	color: #ff8300;
}
.product-item .box-bottom{
	margin-top: 60px;
	border-top: 1px solid #f5f5f5;
}
.product-item .product-num{
	height: 60px;
}
.product-item .product-num p{
	font-size: 18px;
	line-height: 60px;
	color: #ff8300;	
}
.product-item .product-inq{
	height: 40px;	
}
.product-item .product-inq span{
	line-height: 26px;
	font-size: 20px;
}
.product-item .product-inq .glyphicon-share{
	padding-left: 30px;
}

.sharethis-inline-share-buttons {
	margin-top: 16px;
}
/*product series*/
.product-series{
	margin-top: 20px;
}
.product-series .series-title{
	padding-bottom: 10px;
}
.product-series .alar{
	padding-top: 10px;
}
.product-series .series-title span,
.product-series .alar span{
	font-size: 24px;
	font-weight: 600;
	padding: 0 2px;

}
.product-series .row .col-md-1{
	padding: 0;
	cursor: pointer;
}
/*Modal*/
.modal .modal-body th,
.modal .modal-body td{
	width: 120px;
	height: 30px;
	text-align: center;
}
.product-series .modal-header,
.product-series .modal-footer{
	border:none;
}
/*side*/
.side-contact{
	position: fixed;
	top: 50%;
	right: 0;
	width: 62px;
	border: 1px solid #ccc;
	border-radius: 16px 0 0 16px;
	/*display: none;*/
}

.side-contact ul{
	margin: 0;
}
.side-contact li{
	height: 62px;
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
}
.side-contact .content-list a{
	display: block;
	width: 100%;
	height: 100%;
}
.side-contact .whatsapp{
	background-image: url(../image/whatsapp-logo.png);	
}
.side-contact .instagram{
	background-image: url(../image/instagram-logo.png);
	border-top: 1px solid #ccc;
}
.side-contact .wechat{
	background-image: url(../image/wechat-logo.png);
	border-top: 1px solid #ccc;
}
.side-contact .email{
	background-image: url(../image/email-logo.png);
	border-top: 1px solid #ccc;
}
.contact-num{
	position: fixed;
	top: 50%;
	right: 63px;
}
.contact-num li{
	height: 62px;
	display: none;
}
.contact-num p{
	font-size: 18px;
	line-height: 62px;
}
.contact-num .whatsapp-num{
	right: 1px;
	height: 62px;
	background-color: #ff8300;
	color: #fff;
	border:1px solid #ff8300;
	border-radius: 16px;
}
.contact-num .wechat-qr{
	position: absolute;
	top: 124px;
	right: 1px;
}
.contact-num .email-add{
	position: absolute;
	top: 186px;
	right: 1px;
	height: 62px;
	color: #fff;
	background-color: #ff8300;
	border:1px solid #ff8300;
	border-radius: 16px;
}


/*contact*/
.contact {
	margin-top: 40px;
	margin-bottom: 40px;
}
.contact .contact-head{
	text-align: center;
}
.contact .head-line{
	width: 30%;
	height: 1px;
	margin: 30px auto 20px;
	background-color: #ccc;
}
.contact .contact-head p{
	font-size: 16px;
	margin: 20px 0;
}

.contact .logo{
	display: table;
	text-align: center;
	height: 219px;
	padding-right: 50px;
	padding-top: 50px;
}
.contact .logo a{
	display: table-cell;
	vertical-align: middle;
}
.contact .logo img{	
	width: 220px;
	height: 90px;
}
.contact .logo p{
	padding-top: 6px;
	margin:0px;
	font-size: 26px;
	color: rgba(0,0,0,0.7);

}
.contact .srb-info h4{
	font-size: 24px;
	font-weight: 600;
	font-family: arial;
}
.contact .srb-info span{
	font-size: 20px;
	color: #636363;
	padding: 8px 2px;
}
.contact .srb-info address{
	margin-top: 12px;
	margin-bottom: 6px;
}
.contact .social-media img{
	width: 50px;
	height: 50px;
}
/*footer*/
.footer{
	border-top: 1px solid #ccc;
	height: 40px;
}
.footer p{
	line-height: 40px;
	text-align: center;
	margin: 0;
}