/*content*/
/*輪播圖*/
#main .content .banner-area{
	position: relative;
	background-color: #000;
}

#main .content .banner-area .my-focus{
	height: 450px;
	min-width: 1000px;
	width: 100%;
	background-color: transparent;
}

#main .content .banner-area .my-focus ul.pic, #main .content .banner-area .my-focus div.rePic{
	width:100%;
	height: 100%;
}

#main .content .banner-area .my-focus ul.pic > li, #main .content .banner-area .my-focus div.rePic > li{
	width:100%;
	height: 100%;
}

#main .content .banner-area .my-focus ul.pic > li > a, #main .content .banner-area .my-focus div.rePic > li > a{
	display: inline-block;
	width:100%;
	height:100%;
}
#main .content .banner-area .my-focus ul.pic > li > a div.img, #main .content .banner-area .my-focus div.rePic > li > a div.img{
	width:100%; 
	height:100%;
	background-repeat:no-repeat;
	background-position: center;
}

#main .content .banner-area .mF_YSlider .num li a {
    background-color: rgba(180,180,180,.3)!important;
}

#main .content .banner-area .mF_YSlider .num li.current a, .mF_YSlider .num li.hover a {
    background-color: rgba(180,180,180,.7)!important;
}

#main .content .banner-area .marquee-area{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: rgba(0,0,0,.7);
    z-index: 1;
}

#main .content .banner-area .marquee-area .marquee{
	width:1000px;
	margin: 0px auto;
	display: flex;
}

#main .content .banner-area .marquee-area .marquee .announcement-img{
	width: 45px;
    height: 45px;
    background: url(../images/sty1_home/icon_rannouncement.svg) no-repeat 12px 50%;
    background-size: 21px;
}

#main .content .banner-area .customer-ser-area{
	display: table;
	
	position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    background-color: rgba(0,0,0,.5);
    z-index: 2;
    height: calc(100% - 45px);
	display: none;
}

#main .content .banner-area .customer-ser-area > ul{
	display: table-row;
}

#main .content .banner-area .customer-ser-area > ul > li{
	display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    cursor: pointer;
}

#main .content .banner-area .customer-ser-area > ul > li:hover{
	background-color: rgba(255,255,255,.2);
}

#main .content .banner-area .customer-ser-area > ul > li::before{
	content: '';
    background: url(../images/sty1_home/icon_customer_service.png) no-repeat center;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    opacity: .6;
    transition: all ease .2s;
}

#main .content .banner-area .customer-ser-area > ul > li:hover::before{
	opacity: 1;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

#main .content .banner-area .customer-ser-area > ul > li .remarks{
	position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    transition: all ease .2s;
    color: #fff;
    opacity: 0;
}

#main .content .banner-area .customer-ser-area > ul > li:hover .remarks{
	opacity: 1;
    bottom: 8px;
}

/*設定圖片位置*/
#main .content .banner-area .customer-ser-area .btn-online-ser::before{
	background-position: 3px 7px;
}

#main .content .banner-area .customer-ser-area .btn-line-customer-ser::before{
	background-position: -48px 5px;
}

#main .content .banner-area .customer-ser-area .btn-call-back-ser::before{
	background-position: -98px 5px;
}

#main .content .banner-area .customer-ser-area .btn-remote-annistance::before{
	background-position: -148px 5px;
}

#main .content .banner-area .customer-ser-area .btn-announcement::before{
	background-position: -198px 5px;
}

/*pic-menu*/
#main .content .pic-menu{
	min-width: 100%;
	margin-top: 27px;
	display: flex;
	justify-content: center;
}

#main .content .pic-menu a.item{
	position: relative;
	
    /*width: 375px;
    height: 200px;*/
    width: 320px;
    height: 171px;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: bottom;
	margin-right: 15px;
}

#main .content .pic-menu a.item .img{
	width:100%;
}

#main .content .pic-menu a.item:last-child{
	margin-right: 0px;
}

#main .content .pic-menu a.item .remarks{
	position: absolute;
	bottom: 0;
	
	background-color: rgba(0,0,0,.6);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 2px;
    z-index: 1;
    transition: all ease .3s;
    border-radius: 0 0 5px 5px;
}

#main .content .pic-menu a.item:hover .remarks{
 	background-color: rgba(0,0,0,.8);
    font-size: 17px;
    padding: 15px 0;
}

#main .content .pic-menu a.item.v1:hover .remarks{
	color: #5df6ff;
}

#main .content .pic-menu a.item.v2:hover .remarks{
	color: #bf92ff;
}

#main .content .pic-menu a.item.v3:hover .remarks{
	color: #fff200;
}

/*pic-menu圖片*/
/*#main .content .pic-menu a.item.v1{
	background: url(../images/sty1_home/pic_menu.jpg) no-repeat center 0;
    background-size: 232px auto;
}

#main .content .pic-menu a.item.v2{
	background: url(../images/sty1_home/pic_menu.jpg) no-repeat center -180px;
    background-size: 232px auto;
}

#main .content .pic-menu a.item.v3{
	background: url(../images/sty1_home/pic_menu.jpg) no-repeat center -360px;
     background-size: 232px auto;
}*/

/**/
#main .content .other-service-area{
    width: 700px;
    margin: 27px auto 0 auto;
	display: flex;
	display: none;
}

#main .content .other-service-area > div{
	flex: 1;
	line-height: 55px;
    color: #666;
    font-size: 16px;
    padding-left: 78px;
    letter-spacing: 2px;
    position: relative;
    cursor: pointer;
}

#main .content .other-service-area > div:hover{
	color: #007745;
    top: -8px;
}

#main .content .other-service-area > div:hover::before{
	top: -8px;
}

/*圖片及其位置*/
#main .content .other-service-area > div::before{
	content: '';
	background: url(../images/sty1_home/icon_customer_service.png) no-repeat center;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 13px;
}

#main .content .other-service-area .customer-ser::before{
	background-position: 9px -50px;
}

#main .content .other-service-area .help::before{
	background-position: -51px -53px;
}

#main .content .other-service-area .activity-highlights::before{
	background-position: -117px -53px;
}

#main .content .other-service-area .complaint-box::before{
	background-position: -240px -46px;
}

/*公告圖片*/
.news-img{
	width: 400px;
}