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

/*========================================================
                      	 彈跳
=========================================================*/



/*========================================================
                      	 服務介紹
=========================================================*/

.service-wrap {
    background: url("../img/index/service-bg.jpg") no-repeat right top;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 120px;
    background-color: #fff;
	position: relative;
	z-index: 99;
}

.service {	

}
.service img {
    width: 100%;
    vertical-align: bottom;
}

.service-item {
    position: relative;
	margin-bottom: 40px;
	z-index: 99999;
}
.service-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #f0f4f8;
    overflow: hidden;
	padding: 10px;
    background: #fff;
}
.service-item-img:hover {
    color: #fff
}
.service-item-img:hover .service-item-mask {
    opacity: 1;
    visibility: visible
}
.service-item-img:hover .service-item-mask::after {
    height: 100%
}
.service-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	
}
.service-item-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    color: #fff;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    font-size: 1rem;
    font-weight: 700;
    transition: all .3s
	
}
.service-item-mask::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 50px;
    width: 100%;
    background-color: #b2aa59;
    transform: translateY(-50%);
    transition: all .3s
}
.service-item-mask h3 {
    position: relative;
    color: #fff;
	z-index: 2;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
}
.service-item-mask h4 {
    position: relative;
    color: #fff;
	z-index: 2;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
.service-item-mask .title_line_2 {
	position: relative;
    width: 80px;
    height: 2px;
    background-color: #fff;
    margin:15px 0;
	z-index: 2;
	
}


.service-item-mask .service-item-box{
	position: relative;
	color: #fff;
	z-index: 2;
	text-align: left;
	padding: 0;
}
.service-item-mask .service-item-box ul{
	padding: 5px 0;
	margin: 0;
}
.service-item-mask .service-item-box ul li{
	list-style-type:none;
}

.service-item-mask span {
    position: relative;
    display: block;
    z-index: 2;
    /*border: 1px solid #fff;*/
    /*padding: 5px 30px;*/
	text-align: left;
	color: #fff;
}
.service-item-mask span:hover {
	color: #717b67;
}
.service-item-mask span img {
    position: relative;
    z-index: 2;
    width: 20px;
	height: 20px;
	vertical-align: bottom;
	float: left;
	margin: 8px 5px 0 0;
}
.service-item-info {
    text-align: left;
	background-color: #fff;
	padding: 20px 10px;
	color: #717b67;
	height: 160px;
}
.service-item-info p {
    padding: 0;
    margin: 0;
}
.service-item-title {
    font-weight: bold;
    font-size: 1.3rem;
    padding: 0 0 10px;
}





.service-wrap .service_img_bg img{
	max-width: 55%;
	margin: 0 auto;
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: -15px;
	overflow: hidden;
	animation:team-01 10s infinite linear alternate-reverse;
}
@keyframes team-01{
    0%{
        left:0px;
    }
    100%{
        left:100px;
    }
}

@media (min-width: 992px){
	.service-wrap .service_img_bg img {
		margin: 0 auto;
		position: absolute;
		z-index: 99;
		left: 0;
		bottom: 130px;
		overflow: hidden;
		animation: team-01 10s infinite linear alternate-reverse;
	}
}


.service-wrap .about_img_bg img{
	max-width: 89%;
	margin: 0 auto;
	position: absolute;
	z-index: 5;
	left: 4%;
	bottom: 0;
	overflow: hidden;
	animation:team-04 10s infinite linear alternate-reverse;
}
@keyframes team-04{
    0%{
        left:40px;
    }
    100%{
        left:0px;
    }
}

@media (min-width: 992px){
	.service-wrap .about_img_bg img {
		width: 400%;
		margin: 0 auto;
		position: absolute;
		z-index: 5;
		left: 0;
		bottom: 0;
		overflow: hidden;
		animation: team-04 10s infinite linear alternate-reverse;
	}
	
}





@media (min-width: 1200px) and (max-width: 1599.99px)  {
	.service-item-info {
		padding: 20px 15px 80px;
	}
	.service-item-info {
		text-align: left;
		background-color: #fff;
		padding: 20px 10px;
		color: #717b67;
		height: 200px;
	}
}
/*========================================================
                      	 圖片
=========================================================*/
.bg_img{
	background-image: url(../img/index/img-bg.jpg);
	min-height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	object-fit: cover;
    object-position: 50% 50%;
}



@media (min-width: 1200px) {
	.bg_img{
		background-attachment: fixed;
	}
}


/*========================================================
                      	 選單
=========================================================*/

.navsub {
	/*display: none;*/
	
}
.navsub .rainbow{
	
}

.navsub-list {
	
}

.navsub-list h2  {
	color: #717b67;
}
.navsub-list .title_line_2 {
    width: 80px;
    height: 2px;
    background-color: #717b67;
    margin:25px 0;
	
}


.navsub-list_2 h2  {
	color: #fff;
}
.navsub-list_2 .title_line_2 {
    width: 80px;
    height: 2px;
    background-color: #fff;
    margin:25px 0;
	
}

.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
    margin-bottom: 30px;
    width: 100%;
	}
@media (max-width: 1200px) {
	.navsub-list h2,.navsub-list_2 h2  {
		text-align: center;

	}
	.navsub-list .title_line_2,.navsub-list_2 .title_line_2 {
    margin: 25px auto;
}
	
}

@media (min-width: 1200px) {
	.navsub {
		display: block;
	}
	div.rainbow {
	border: 2px solid #717b67;
    padding: 10px 30px 120px;
}
	div.rainbow_2 {
	border: 2px solid #fff;
    padding: 10px 30px 120px;
}
}



/*========================================================
                    　　　　聯絡資訊
=========================================================*/

.Contact {
    background: #282828 url(../img/index/contact-bg.jpg) no-repeat top right; 
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}

.Contact-info {
    color: #717b67;
	z-index: 99;
}

.Contact-info-desc ul{
	padding: 0;
	margin: 0;
}

.Contact-info-desc ul li{
	list-style-type:none;
}
.Contact-info-desc ul li span{
	padding-left:75px;
}


.Contact-info .title_line_2 {
    width: 80px;
    height: 2px;
    background-color: #717b67;
    margin:25px 0;
	
}

.Contact-list{
	text-align: right;
	z-index: 99;
}

.Contact-btn {
    padding: 30px 0 20px;
	font-weight: bold;
}
.Contact-btn a {
    font-size: 1rem;
    color: #717b67 !important;
    padding: 20px 100px;
    border: 1px solid #717b67;
	border-radius:5px;
}
.Contact-btn a:hover  {
    background-color: #b2aa59;
    color: #fff !important;
	border: 1px solid #b2aa59;
}




.Contact-list .bird a{
	position: relative;
}
.Contact-list .bird a img{
	position: absolute;
	z-index: 5;
	left: -30px;
	top:-60px;
	overflow: hidden;
}


.Contact .about_img_bg img{
	max-width: 89%;
	margin: 0 auto;
	position: absolute;
	z-index: 5;
	left: 4%;
	bottom: 0;
	overflow: hidden;
	animation:team-04 10s infinite linear alternate-reverse;
}
@keyframes team-04{
    0%{
        left:40px;
    }
    100%{
        left:0px;
    }
}

@media (min-width: 992px){
	.Contact .about_img_bg img {
		width: 400%;
		margin: 0 auto;
		position: absolute;
		z-index: 5;
		left: 0;
		bottom: 0;
		overflow: hidden;
		animation: team-04 10s infinite linear alternate-reverse;
	}
	
}


/*尺寸設定 */

@media (max-width: 768px) {
    .Contact-list,.Contact-info {
        text-align: center;
    }
	.Contact-info .title_line_2 {
    margin:25px auto;
	
	}
	.Contact {
	padding-top: 70px;
	padding-bottom: 70px;
	}
}


/*========================================================
                         訊息公告
=========================================================*/

.news-wrap {
    background: url("../img/index/news-bg.jpg") no-repeat right top;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 180px;
    background-color: #fff;
	position: relative;
}

.news-detail{
	z-index: 99;
}



.news {	
	outline:none;

}
.news img {
    width: 100%;
    vertical-align: bottom;
}
.news-btn{
	background: url("../img/index/service-item-a03.png") no-repeat right top;
	position: relative;
    z-index: 2;
	color: #717b67;
	vertical-align: bottom;
	float: left;
	margin: 8px 5px 0 0;
	bottom: 20px;
	outline:none;
}

.news-btn img{
    width: 20px;
	height: 20px;
	margin: 0 5px 3px 0;
	outline:none;
}

.news-item {
    position: relative;
	margin-bottom: 60px;
	padding: 5px;
}
.news-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #f0f4f8;
    overflow: hidden;
	padding: 10px;
    background: #fff;
	outline:none;
}
.news-item-info {
    text-align: left;
    background-color: #fff;
    padding: 20px 0px;
    color: #717b67;
    height: 100px;
}
.news-item-title {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0;
}

.news-wrap .news_img_bg img{
	max-width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: -130px;
	overflow: hidden;
	animation:team-02 10s infinite linear alternate-reverse;
}
@keyframes team-02{
    0% { 
		transform:translateY(20px);
	}
	50% {
		transform:translateY(50px);
	}
	100% {
		transform:translateY(20px);
	}
}

@media (min-width: 992px){
	.news-wrap .news_img_bg img {
		max-width: 50%;
		margin: 0 auto;
		position: absolute;
		z-index: 9;
		left: -130px;
		bottom: -130px;
		overflow: hidden;
		animation: team-02 10s infinite linear alternate-reverse;
	}
}

.news-item .news-item-img .news-item-btn  {
    text-align: left;
	color: #717b67;
	outline:none;
	padding: 35px 0 0 0;
}

.news-item .news-item-img .news-item-btn  .news-btn{
    display: inline-block;
    color: #717b67;
    background:url(../img/index/service-item-a03.png) no-repeat 0px center;
    padding: 4px 0 10px 30px;
	font-weight: bold;
	outline:none;
}

.news-item .news-item-img:hover .news-item-btn .news-btn{
    display: inline-block;
    color: #aea659;
    background:url(../img/index/service-item-a04.png) no-repeat 0px center;
    padding: 4px 30px;
	border-bottom: solid 3px #aea659;
	 outline:none;
}
.news-item .news-item-img:hover .pic img{
    transform:scale(1.2,1.2);
	outline:none;
}

.news-item .news-item-img .pic{overflow:hidden;}
.news-item .news-item-img .pic img{transform:scale(1,1);transition: all 1s ease-out;}



.news-item .news-item-img .news-item-btn .news-date{
	text-align: right;
	margin: 0 5px;
	outline:none;
}


.news .slick-dots li button {
    background: #717b67;
}
.news .slick-dots li button:before {
    color: #717b67;
}
.news .slick-dots li.slick-active button:before {
    color: #fff;
	background: #fff;
    border: 4px solid #717b67;
}

.news .slick-prev:before, 
[dir='rtl'] .news .slick-prev:before, 
.news .slick-next:before, 
[dir='rtl'] .news .slick-next:before {
    font-size: 3rem;
    color: #717b67;
}
.news .slick-prev:hover,
.news .slick-prev:focus,
.news .slick-next:hover,
.news .slick-next:focus {
    background-color: #717b67;
}
.news .slick-prev:hover:before, 
.news .slick-prev:focus:before,
.news .slick-next:hover:before,
.news .slick-next:focus:before {
    color: #aea659;
}

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

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;
}


