
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(index_header.css);
@import url(index_banner.css);
@import url(index_footer.css);


/*========================================================
                   		快速選單
=========================================================*/

.quick-price {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 9;
}
.quick-price ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.quick-price ul li {
/*	border-radius: 10px 0 0 10px;*/
	text-align: center;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 10px rgba(65, 65, 65, 0.5);
	box-shadow: 0 0 10px rgba(65, 65, 65, 0.5);
}
.quick-price ul li a {
	display: block;
	color: #fff;
	background-color: #dc3669;
	padding: 15px 15px 10px;
	font-size: 15px;
}
.quick-price ul li:nth-of-type(2) a, .quick-price ul li:nth-of-type(3) a {
	background-color: #267a86;
}
.quick-price ul li a:hover {
	background-color: #d26f16;
}
.quick-price ul li:nth-of-type(2) a:hover, .quick-price ul li:nth-of-type(3) a:hover {
	background-color: #d26f16;
}
.quick-price ul li img {
	display: block;
	margin: 0 auto;
	padding: 0 0 0 0;
}
.quick-price ul li p {
	margin: 0;
}


.quick-teach ul {
	list-style: none;
	margin: 30px 0 -10px;
	padding: 0;
}
.quick-teach ul li {
	width: 240px;
	margin: 0 auto;
	text-align: center;
}
.quick-teach ul li a {
	background: url(../../images/teach.png) no-repeat 30px center;
	display: block;
	color: #fff;
	background-color: #ad1717;
	padding: 10px 15px 10px 30px;
	font-size: 18px;
}
.quick-teach ul li a:hover {
	background-color: #e32c2c;
}


.t-web {
	display: none;
}
.t-mobile {
	display: block;
}

@media (min-width: 992px) {
	.t-web {
		display: block;
	}
	.t-mobile {
		display: none;
	}
}


/*========================================================
                   		商品訂購
=========================================================*/

.products-list {
	padding-top: 50px;
	padding-bottom: 50px;
}
.product-box h2 {
	background: #dc3669 url(../../images/right-arrow.png) no-repeat 10px center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	padding: 12px 10px 12px 40px;
	position: relative;
	margin: 0;
}
.product-box h2 span {
	position: absolute;
	right: 20px;
	display: inline-block;
	font-size: 24px;
}
.product-box h2 span a {
	color: #fff;
}
.product-box .row {
	padding-top: 40px;
	padding-bottom: 60px;
}
.product-box dl {
	border: 1px solid #646464;
    padding: 15px;
}
.product-box dl dt img {
    width: 100%;
    vertical-align: bottom;
}
.product-box dl dd h3 {
	text-align: center;
    background-color: #dc3669;
    padding: 8px 10px;
    color: #fff;
    font-size: 18px;
}
.product-box dl dd p {
	margin: 10px;
	font-size: 16px;
	color: #252525;	
}
.product-box dl dd .more {
    text-align: center;
	margin-top: 30px;
}
.product-box dl dd .more a {
	display: block;
	background-color: #dc3669;
	color: #fff;
	padding: 10px 40px;
	font-size: 18px;
}


.product-a　h2 {
	background: #dc3669 url(../../images/right-arrow.png) no-repeat 10px center;
}
.product-a dl dd h3 {
	background-color: #dc3669;
}
.product-b h2 {
	background: #3381c9 url(../../images/right-arrow.png) no-repeat 10px center;
}
.product-b dl dd h3 {
	background-color: #3381c9;
}
.product-c h2 {
	background: #c99a33 url(../../images/right-arrow.png) no-repeat 10px center;
}
.product-c dl dd h3 {
	background-color: #c99a33;
}

/*  尺寸設定 */
@media (max-width: 479px) {
	.product-box h2 {
		background: #dc3669 url(../../images/right-arrow.png) no-repeat 10px center;
		color: #fff;
		font-size: 28px;
		font-weight: bold;
		padding: 12px 10px 12px 40px;
		position: relative;
		margin: 0 0 30px 0;
	}
	.product-box h2 span {
		position: absolute;
		right: 0px;
		bottom: -36px;
		display: block;
		font-size: 20px;
	}
	.product-box h2 span a {
		color: #dc3669;
	}
}
@media (min-width: 768px) {
	.products-list h1 {
		font-size: 32px;
	}
}
@media (min-width: 992px) {	
	.products-list h1 {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.products-list h1 {
		font-size: 40px;
	}
}
@media (min-width: 1600px) {
	.products-list h1 {
		font-size: 44px;
	}
}
	

/*========================================================
                      	經銷品牌
=========================================================*/

.product-logo {
}
.product-logo h2 {
	background: #69b93e url(../../images/right-arrow.png) no-repeat 10px center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	padding: 12px 10px 12px 40px;
	position: relative;
	margin: 0;
}
.product-logo ul {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}
.product-logo ul li img {
	max-width: 100%;
	vertical-align: middle;
}


/*  尺寸設定 */
@media (min-width: 992px) {
	.product-logo {
		display: none;
	}
}

/*========================================================
                      	 選單
=========================================================*/

.navsub {
	display: none;

}
.navsub-list h2  {
	color: #fff;
	background-color: #e68700;
	border: 1px solid #646464;
	border-bottom: none;
	padding: 10px 20px;
	text-align: center;
	margin: 0;
}
.navsub-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #646464;
}
.navsub-list ul li {
	border-bottom: 1px solid #adadad;
}
.navsub-list ul li:last-of-type {
	border-bottom: none;
}
.navsub-list ul li a {
	background: url(../../images/navsub_icon.png) no-repeat 20px center;
	display: block;
	padding: 10px 10px 10px 50px;
	color: #333;
	font-size: 18px;
}
.navsub-list ul li a:hover {
	background: #3381c9 url(../../images/navsub_icon2.png) no-repeat 20px center;
	color: #fff;
}

.navsub-logo {
	margin-top: 50px;
}
.navsub-logo h2  {
	color: #fff;
	background-color: #dc3669;
	border: 1px solid #646464;
	border-bottom: none;
	padding: 10px 20px;
	text-align: center;
	margin: 0;
}
.navsub-logo ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border: 1px solid #646464;
}
.navsub-logo ul li img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
	}
.navsub-select h2 {
	text-align: center;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
    height: 50px !important;
    font-size: 18px !important;
}


@media (min-width: 992px) {
	.navsub {
		display: block;
	}
	.navsub-select {
		display: none;
	}
}




/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
	}

a.figure:hover:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}

