
@import url("../fonts/flaticon/flaticon.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


/*========================================================
                      	  標題
=========================================================*/


/*.h2-title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
.h2-title span {
    display: block;
    color: #0b4a86;
    font-size: 1.1rem;
}*/

.title_box{
	padding-bottom: 15px;
}

.title_box h2 {
    font-weight: bold;
    color: #282828;
}

.title_box h2 span {
	top: 30%;
	left: 50%;
	transform: translate(-50%,-30%);
	z-index: 9;
    font-size: 1.6rem;
}

.title_line {
    width: 60px;
    height: 7px;
    background-color: #0967a9;
    margin: 20px auto;
}


/*  尺寸設定 */
@media (min-width: 640px) {
    .title_box h2 span {
        font-size: 2.3rem;
    }
}
@media (min-width: 992px) {
    .title_box h2 span {
        font-size: 2rem;
    }
}
@media (min-width: 1200px) {
    .title_box h2 span {
        font-size: 2.7rem;
    }
}


/*========================================================
                      	 關於我們
=========================================================*/

.aboutUs {
    background: url("../img/index/about-bg.jpg") no-repeat 30% center;
    background-size: cover;
    text-align: center;
    padding: 80px 0;
}

.aboutUs p {
	font-size: 1.1rem;
    font-weight: bold;
    line-height: 32px;
}

.aboutUs .more{
	background: #0967a9;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	width: 150px;
	margin: 0 auto;
	transform:background 0.5s;
	-moz-transition:background 0.5s;
    -webkit-transition:background 0.5s;
    -o-transition:background 0.5s;   
}

.aboutUs .more:hover{
	background: #34a4f3;
}

/*  尺寸設定 */
@media (min-width: 640px) {
    .aboutUs h2 span {
        font-size: 2.3rem;
    }
    .aboutUs p {
        font-size: 1.25rem;
        line-height: 38px;
    }
}
@media (min-width: 992px) {
	.aboutUs {
		padding: 120px 0;
	}
    .aboutUs p {
        font-size: 1.3rem;
        line-height: 44px;
    }
}
@media (min-width: 1200px) {
    .aboutUs p {
        font-size: 1.4rem;
        line-height: 48px;
    }
}
@media (min-width: 1600px) {
    /*.aboutUs p {
        font-size: 1.6rem;
        line-height: 60px;
    }*/
}



/*========================================================
                    　　　商品服務
=========================================================*/
.index_product {
    background: url("../img/index/product-bg.jpg") no-repeat 30% center;
    background-size: cover;
    text-align: center;
    padding: 80px 0;
}


.top_product_con .pic_block{ position: relative;}
.top_product_con a{ position:absolute; top:0; left:0; width:100%; height:100%; z-index:999;}
.top_product_con{
	margin-bottom: 25px;
	-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */
	transition: all 0.2s;
	position: inherit;
}

.top_product_con:hover,.top_product_con img:hover{
	 -moz-box-shadow:0 4px 15px -2px gray;
	 -webkit-box-shadow:0 4px 15px -2px gray;
	 box-shadow:0 4px 15px -2px gray;
	 transform:translateY(-20px);
	 z-index: 999;
}

.index_product .product_title{
	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;
}
.index_product .product_title h2{
	font-size:1.6rem;
	font-weight: bold;
}

/*  尺寸設定 */
@media (min-width: 640px) {
	.index_product img{
		padding: 7px;
	}
	.index_product .product_title h2{
		font-size:1.2rem;
	}
}
@media (min-width: 1200px) {
	.index_product img{
		padding: 15px;
	}
	.index_product .product_title{
		top: 45%;
		font-size:1.8rem;
	}
	.index_product .product_title h2{
		font-size:2rem;
	}
}




/*========================================================
                    　　　代理品牌
=========================================================*/
.index_brand {
    background: url("../img/index/brand-bg.jpg") no-repeat 30% center;
    background-size: cover;
    text-align: center;
    padding: 80px 0;
}
.brand-box{
	padding: 0 8px;
}

.brand-box img{
	margin:0 auto;
}
.brand-box h3{
	background-color: #0967a9;
	color: #fff;
	padding: 7px 0;
	font-weight: bold;
	font-size: 1rem;
}

/*  尺寸設定 */
@media (min-width: 640px) {
	.brand-box{
		padding: 0 8px;
	}
	.brand-box h3{	
		font-size: 1.1rem;
	}
}
@media (min-width: 992px) {
	.brand-box{
		padding: 0 20px;
	}
	.brand-box h3{	
		font-size: 1.5rem;
	}
}




/*========================================================
                         聯絡我們
=========================================================*/
.contactUs{
	padding: 80px 0 40px 0;
    background: url("../img/contact-bg.jpg") no-repeat left top;
    background-size: cover;
}

.contactUs .title_box{
	text-align: center;
}

.contact-info {
	font-size: 1rem;
}
.contact-info ul {
	list-style: none;
	margin-bottom: 15px;
	padding: 0;
}
.contact-info ul li {
	list-style: none;
	position: relative;
}
.contact-info ul li i {
    display: inline-block;
    width: 15px;
    text-align: center;
	margin: 0 7px;
	padding: 5px 0;
	color: #0967a9;
}
.contact-info a{ color:#000;}
.contact-info a:hover{ color:#0967a9;}





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

a.figure {
	display: block;
	position: relative;
	}
a.figure:before,a.figure:after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 10;
    content: '';
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s; 
}
a.figure:before {
    background: #fff;
}
a.figure:after {
    background: url(../images/magnifier.png) no-repeat center center;
}
a.figure:hover:before, a.figure:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:hover:before {
    opacity: 0.15;
}
a.figure:hover:after {
    opacity: 1;
}


