/* --------------------- xs尺寸設定 大於320 --------------------- */

@media (min-width: 320px) {

	.service-list dd ul {
		font-size: 20px;
	}

}
/* --------------------- xs尺寸設定 大於640 --------------------- */

@media (min-width: 640px) {
   .address_info span {
        display: inline-block;
    }
	.service-list dd ul {
		font-size: 24px;
	}
	.footer-list .name:before, .footer-list .name:after{
		width:100%;
		}
	.customize-bg1 .container p {
    font-size: 24px;
    line-height: 34px;
	}
	/* 最新消息 */
	.news dl dt {
		width: 25%;
		float: left;
		margin: 0 2% 0 0;
		margin-top: 10px;
		border-right: 1px solid #cccccc;
	}
	.news dl dt .yearmonth {
	color: #afafaf;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 30px;
	}
	.news dl dt .day {
		color: #4b4b4b;
		font-size: 48px;
		display: block;
	}
	.news dl dt .day::before {
		display: none;
		}
	.content-main > h1.title {
    font-size: 24px;

}
		/*.product-list dl {
		width: 48%;
		margin: 0 1.3% 30px 0;
	}*/
	.content-main h3.title_2{
		font-size: 20px;
		
		}
	.content-main h3.title_2 spam{
		font-size: 16px;
	}
	

	.breadcrumbs a {
		position: relative;
    left: inherit;
    top: inherit;
    text-align: center;
		}		
}


/* --------------------- sm尺寸設定 大於768 --------------------- */

@media (min-width: 768px) {
	body {
	 padding-top: 80px;
	}
	.pic-640 {
	display: none;
	}
	.pic-768 {
	display: block;
	}
		
	.navbar-fixed {
		padding-top: 25px;
		background: url(../../images/navbar_bg.jpg) repeat-x center top;
		height: 90px;
		border-bottom: none;
	}
	.navbar-header .navbar-brand {
		/*margin-top: 20px;*/
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 15px;	
		padding: 0 7px;
		line-height: 70px;
		top:-10px;
	}
	.navbar-text {
		display: block;
	}
	.language {
		display: none;
	}
	.navbar-default .nav_phone{
		position: absolute;
		top: -10px;
		right: 26px;
		font-size: 17px;
		color: #e43a93;
		font-weight: bold;
		visibility: visible;
	}
	
	
	/* 頁面下拉時的變化設定 */
	header.shrink {
		background: url(../../images/navbar_bg.jpg) repeat-x center top;
		height: 80px;
	}
	header.shrink .navbar-brand {
		background: url(../../images/logo_2.png) no-repeat left 13px;
		width: 240px;
		height: 60px;
		margin-top: -15px;
	}
	header.shrink .navbar {
		height: 67px;
	}
	header.shrink .navbar-nav {
		margin-top: 0;
	}
	header.shrink .navbar-nav > li > a {
		/*line-height: 37px;*/
	}
	.banner-l {
		display: block;
	}
	.banner-m {
		display: none;
	}
	.news-list [class *=col-] {
		border: none;
		margin: 0;
	}
	
	/*關於我們*/
	/*.about_content p{
		font-size:16px;
	}*/
	/*麵包屑*/
	.breadcrumbs {
		background-color: #fff;
		text-align: right;
	}
	.breadcrumbs a {
		padding: 5px 0;
	}


	.address_info h1 {
		text-align: left;
	}
	.address_info .add {
		padding: 0 90px 0 0;
		margin: 0 60px 0 0;
		display: inline-block;
	}
	.address_info .add:after {
		content: "";
		position: absolute;
		right: 0;
		top: 0px;
		z-index: 9;
		width: 2px;
		height: 160px;
		background-color: #c3c3c3;
		
	}
	.address_info .add dt {
		text-align: left;
	}
	.address_info .add h2 {
		text-align: left;
	}
	.address_info .add p {
		text-align: left;
	}
	.address_info .share {
		display: inline-block;
		text-align: left;
	}
    .address_map {
        display: none;
    }
	.copy {
		font-size: 18px;
	}
	
	.storeList .Txt{
	width:55%;	
	}
	.storeList .Img{
		display: block;
	}
	/* 左側選單 */
	.navsub {
		display: block;
	}
	.navsub-select {
		display: none;
		}
	/* 內頁框架 */	
	.content-box {
		background: url(../images/back_container.jpg) repeat-y center top;
		background-size: 100% 100%;
	}	
	.content-main {
		padding: 0 30px 40px;
	}
	.content-main h1.title {
		/*margin: 0 0 10px 0;*/
	}
	/*常見問題*/
	.faq-list{
		background: url(../images/faq_bg1.jpg) right bottom no-repeat;
	}
	.faq-list div{
		width: 80%;
	}
	.faq-list .faq-content{
		padding: 30px 0;
	}
	/*常見問題 生活小祕方*/
	.tip-items{
		padding-left:0px;
	}	
	
	/* 立即申請表單 */
	.form-horizontal .form-group {
		/*margin-right: 0;
		margin-left: 0;*/
		padding-bottom: 2px;
	}
	#form1{ padding-left: 15px;}
	.form-horizontal .control-label {
		background: #eef5f9;
		text-align: center;
		font-weight: bold;
		border-radius: 5px;
		border: 1px solid #dfecf4;
		margin: 1px 0 0 0;
	}
	.form-horizontal .pull-right button{
		background: #1aadad;
		border: none;
		padding: 10px 40px;
	}
	
	.about-bg1 .container .info{
		font-size: 18px;
	}

	.pic{
		font-size: 28px;
		font-weight: bold;
		padding: 5px 0 15px 0;
		}	
	.about-page .list_box1 {
    float: left;
    width: 48%;
    margin: 2% 2% 2% 0;
    position: relative;
	}
	.about-page .list_box1 h1{
		font-size: 24px;
		}
	.about-page .list_box1 p{
		font-size: 18px;
		}
	.about-page .box_1 {
    float: left;
    width: 48%;
    margin: 2% 2% 2% 0;
    position: relative;
	    height: 390px;
}		
	.about-page .box_2 {
    float: left;
    width: 48%;
    margin: 2% 2% 2% 0;
    position: relative;
	    height: 390px;
}
	.about-page .box_3 {
    float: left;
    width: 48%;
    margin: 2% 2% 2% 0;
    position: relative;
}		
	.about-page .box_4 {
    float: left;
    width: 48%;
    margin: 2% 2% 2% 0;
    position: relative;
}		
.about-bg1 p {
	font-size: 18px;
	}	


		
}

/* --------------------- md尺寸設定 大於992 --------------------- */

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 18px;
		padding: 0 20px;
		top:-10px;
	}
	.about_content p{
		text-align: center;
	}

	/*.product-list dl {
		width: 48%;
		margin: 0 3% 30px 0;
	}
	.product-list dl:nth-of-type(2n) {
		width: 48%;
		margin: 0 0 30px 0;
	}	*/
	/* 最新消息 */
	/*.news dl dt {
		width: 30%;
	}*/
	/*.news dl dt .yearmonth {
		  color: #afafaf;
		font-size: 16px;
		letter-spacing: 2px;
		padding-bottom: 30px;
		}
	.news dl dt .day {
	color: #4b4b4b;
    font-size: 48px;
	}*/



	}


/* --------------------- lg尺寸設定 大於1200 -------------------- */

@media (min-width: 1200px) {
    body {
        padding-top: 105px;
    }
	.navbar-box h1{
		display: block;
	}

	.navbar-header .navbar-brand {
		background: url(../../images/logo.png) no-repeat left center;
		width: 305px;
		height: 59px;
	}	
	.navbar-default .navbar-nav > li > a {
		font-size: 19px;
		padding: 0 26px 10px;
		top: -10px;
	}
	
	/*關於我們*/
	.about_content1{
	background-size: 100% auto;
	}



	.address_info .nav_supp {
		display: inline-block;
	}
	.address_info .add {
		padding: 0 80px;
		margin: 0 50px 0 0;
	}
	.address_info .add:before {
		content: "";
		position: absolute;
		left: 0;
		/*top: 40px;*/
		z-index: 9;
		width: 2px;
		height: 160px;
		background-color: #c3c3c3;
	}
	
	.copy {
		font-size: 22px;
	}
	/* 最新消息 */
	.news dl dt {
		width: 20%;
	}
	.img_sm {
		width: 34%;
		float: left;
		margin: 10px 2% 2% 0;
	}
	.about-page .box_1 {
    float: left;
    width: 23%;
    margin: 2% 2% 2% 0;
    position: relative;
	height: 450px;
}		
	.about-page .box_2 {
    float: left;
    width: 23%;
    margin: 2% 2% 2% 0;
    position: relative;
	height: 450px;
}		
	.about-page .box_3 {
    float: left;
    width: 23%;
    margin: 2% 2% 2% 0;
    position: relative;
	height: 450px;
}		
	.about-page .box_4 {
    float: left;
    width: 23%;
    margin: 2% 2% 2% 0;
    position: relative;
	height: 450px;
}		
}


/* --------------------- bg尺寸設定 大於1600 -------------------- */

@media (min-width: 1600px) {
.navbar-default .navbar-nav > li > a {
	font-size: 20px;
	padding: 0 25px;
}	

}
