/**
 * 此css是給首頁service服務項目變換顯示內容使用.
 * 需搭配index-service-fadein.js
 */
    .item {
        cursor: pointer !important;
    }
    .more {
        cursor: pointer;
    }
    .black_back {
        cursor: pointer;
    }
    .service_item {
        cursor: pointer;
    }
    .service-item {
        display: block;
    }
    .item-content {
        display :none;
    }
    .service-content {
        display: none;
    }
    #pic_fade_in {
        position: absolute;
        display: none;
    }
    .black {
        height:500px;
        /* position: relative !important; */
        width: 0;
        top: 0;
        right: 0;
        float: right;
        overflow-x: hidden;
        transition: 0.9s; /*0.5s*/
    }
    .bside {
        position: relative;
        width: 75% !important;
		height: 700px;
/*		margin-bottom: 100px */
    }
    #text_fade_in {
        display: none;
    }
    .text_fade {
        /* display: block !important; */
        margin-left: 25%;
        position: absolute;
    }
@media screen and (max-width: 1280px){
	.bside{
		height: 550px;
	}
}