@charset "utf-8";
/* CSS Document */

/*===============================================
                 首頁整體設定
=================================================*/

body {
}

.content-wrap {

}

@media screen and (max-width: 768px){	

#content .container {
    overflow: hidden;
}

}

/*===============================================
                  首頁banner區塊
=================================================*/

#index_banner {
    position: relative;
}

#index_banner #slider {
    height: 550px;
}

/*===============================================
                 首頁主標題樣式
=================================================*/

#content .title {
	
}

#content .title h2 {

}

/*===============================================
                  第一內容區塊
=================================================*/

#home_main_0 {
    padding: 35px 0;
    padding-top: 70px;
}

@media screen and (max-width: 991px){	

#home_main_0 {

}

}

/*===============================================
                  關於我們區塊
=================================================*/

/*關於我們區塊-標題文字樣式*/

#about_box .title h2 {
	font-size: 82px;
	 color: #939393;
	text-align: right;
	background-image: url(../images/about_title_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*關於我們區塊-圖片樣式*/

#about_box img {
    width: 100%;
    height: auto;
}


/*關於我們區塊-內文樣式*/

#about_box .content {
    font-size: 17px;
    color: #666;
    line-height: 1.5em;
}

@media screen and (max-width: 991px){	

#about_box .title h2 {
    text-align: center;
    background-position: center bottom;
}

}

@media screen and (max-width: 500px){	

#about_box .title h2 {
    font-size: 35px;
	margin-top: 15px;
}

}

/*===============================================
                  第二內容區塊
=================================================*/

#home_main_1 {
	padding: 35px 0;
}


/*===============================================
                   大圖輪播區塊
=================================================*/

@media screen and (max-width: 991px){	

#big_vda_box {
    margin-bottom: 30px;
}

}

/*===============================================
                   天氣區塊
=================================================*/

/*向陽氣象區塊-內容區塊*/

#weather_box .content {
    position: relative;
}

/*向陽氣象區塊-天氣圖示區塊*/

#weather_box .weather_icon {
    padding: 50px 0;
    padding-bottom: 65px;
}

/*向陽氣象區塊-文字區塊*/

#weather_box .text_box {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 30px;
}

#weather_box .text_box span {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
}

#weather_box .image_box img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1400px){	

#weather_box .weather_icon {
    padding: 25px 0;
}

}

@media screen and (max-width: 1200px){	

#weather_box .weather_icon {
    padding: 12px 0;
}

#weather_box .text_box span {
    font-size: 12px;
}

}

@media screen and (max-width: 991px){	

#weather_box {
    margin-bottom: 35px;
}

/*向陽氣象區塊-天氣圖示區塊*/

#weather_box .weather_icon {
    padding: 50px 0;
}

#weather_box .text_box span {
    font-size: 19px;
}

}

@media screen and (max-width: 768px){	

#weather_box .text_box {
    padding: 20px;
}

#weather_box .weather_icon {
    padding: 23px 0;
}

}

/*===============================================
                  第三內容區塊
=================================================*/

#home_main_2 {
    padding: 30px 0;
}


/*===============================================
                  便民服務區塊
=================================================*/

/*便民服務區塊-內容區塊*/

#service_box .content {

}

/*便民服務區塊-列表區塊*/

#service_box #list_box {
    margin-bottom: 30px;
}

/*便民服務區塊-圖片樣式*/

#service_box img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px){	

#service_box #list_box {
    margin-bottom: 15px;
}

}