@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------slider-------------------------------------------------------------*/
main {
	padding:0;
}
.jssorb05 {
	position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	width: 16px;
	height: 16px;
	background:url(../img/b05.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb05 div {
	background-position: -7px -7px;
}
.jssorb05 div:hover, .jssorb05 .av:hover {
	background-position: -37px -7px;
}
.jssorb05 .av {
	background-position: -67px -7px;
	opacity:0.8;
}
.jssorb05 div:active, .jssorb05 .av:active {
	background-position: -97px -7px;
}
.jssorb05 .avav{
	background:url(../img/b05.png);
	background-position: 113px -7px;
}
/*-----------------------------------------------------整體預設架構-------------------------------------------------------------*/
.banner,.section1,.section2,.section3{
	text-align:center;
	}
main img{
	display: block;
}
article{
	margin: 0 auto;
}
main p{
    font-size:1.1em;
    font-weight: bold;
    letter-spacing: 1px;
}
.bottomMore{
    width: 150px;
    height: 40px;
    line-height: 40px;
	margin: 0 auto;
}
.Prelative{
	position:relative;
}
.move{
	position:absolute;
	width: 100%;
}
/*--------------------------------------section1----------------------------------------*/
.section1{
	background-color:#fff;
	}
.section1 .indexPhoto{
    width: 1400px;
    height:400px;
    margin: 7% auto;
    background-color:#fff;
	}
.section1 .indexPhoto .indexPBox{
	background-color:#fff;
	width:350px;
	float:left;
	}
.section1 .indexPhoto .indexPBox .indexP{
    width: 280px;
    height: 280px;
    margin: 0 auto 30px;
    overflow: hidden;
    border-radius: 50%;
	}
/*-----照片-----*/
.section1 .indexPhoto .indexPBox .indexP .hoverImg{
	width:100%;
	height:100%;
    background-position: center;
    background-size: 110%;
    background-repeat: no-repeat;
	transition:background-size 0.7s ease;
}
.section1 .indexPhoto .indexPBox .indexP .hoverImg:hover{
	background-size: 130%;
}
/*--------------------------------------section2----------------------------------------*/
.section2 {
	padding-top: 60px;
}

.section2 .title {
	margin: 0 auto;
}
.section2 > article {
	width: 80%;
	max-width: 1000px;
	margin: 50px auto;
	text-align: left;
}
.section2 > article p {
	font-weight: normal;
}
.section2 img.photo_full {
	width: 100%; }
.section2 img.photo_half {
    width: 48%;
    margin: 2% 1%;
	display: inline-block;
	box-sizing: border-box; }
.section2 img.photo_tri {
    width: 31%;
    margin: 2% 1%;
    display: inline-block;
    box-sizing: border-box; }
.section2 img.photo_shadow {
	-moz-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.5); }
.section2 img.inline {
    display: inline;
}

/*------------------------------左邊----------------------------------*/
.section2 .left{
	width:40%;
	height: 600px;
	float:left;
	}
.section2 .left .newPhoto {
    width: 368px;
    height: auto;
	margin:0 auto;
	padding-top:70px;
}
.section2 .left .newPhoto img{
    width:100%;
	height: auto;
}

/*------------------------------右邊----------------------------------*/
.section2 .right {
    width: 60%;
    min-height: 270px;
    float: right;
    padding: 165px 0;
}
.section2 .right article {
    width:80%;
}
.section2 .bottom {
	padding: 30px 0 60px;
	background-color: white;
	float: left;
    width: 100%;
}
.section2 .line {
    width: 80%;
	height: 3px;
	margin: 0 auto;
    background-color: #ededed;
}
.section2 .word {
    text-align: left;
}
.section2 .word p{
	display:block;
	letter-spacing: 2px;
    margin: 0 0 35px 0;
	line-height: 1.5em;
	position:relative;
	/* padding-left: 60px; */
	color:#dcba05;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 93%;
	height:25px;
	}
/*
.section2 .word p:before{
	content:'';
	background:url(../img/love.png);
	width:24px;
	height:22px;
	position:absolute;
	top: 3px;
    left: 0;
	}
*/
.section2 .word p a{
	color:#dcba05;
}
.section2 .word p a:hover{
	color:#fcad04;
}
.section2 .bottomMore{
	background-color:#dcba05;
	transition:background-color 0.5s ease;
	}
.bottomMore:hover{
	background-color:#fcad04;
	}
.bottomMore p{
	color:#fff;
	margin:0;
	}
/*--------------------------------------section3----------------------------------------*/
.section3{
	width:70%;
	margin: 0 auto;
	position:relative;
	}
/*---背景圖---*/
.section3 .aboutPhoto{
    background-position: center;
    background-repeat: no-repeat;
	background-size:cover;
	height:744px;
	width:95%;
	margin:2.5% auto;
	}
/*---article---*/
.section3 .aboutPhoto article{
    position: absolute;
    top: 12%;
    right: 7%;
    background-color:rgba(255,255,255,0.2);
	padding: 15px 30px 30px 30px;
	}
.section3 .aboutPhoto article p{
	line-height: 50px;
	}
.section3 .aboutPhoto article .bottomMore{
	background-color:transparent;
	border:1px solid #000;
	margin-top: 20px;
	transition:all 0.5s ease;

	}
.section3 .aboutPhoto article .bottomMore:hover{
	border:1px solid #fcad04;
	color:#fcad04;
	}
.section3 .aboutPhoto article .bottomMore p{
	line-height:40px;
	color:#000;
	}

@media (min-width:1025px) {
	main {
		margin-top:70px;
	}
}

/*熒幕尺寸【小於】1441時頁面顯示*/
@media (max-width:1440px) {
/*---------------------------------------------------main---------------------------------------*/
/*--------------------------------------section1----------------------------------------*/
	.section1 .indexPhoto{
		width: 1280px;
		height: 350px;
	}
	.section1 .indexPhoto .indexPBox{
		background-color:#fff;
		width:320px;
	}
	.section1 .indexPhoto .indexPBox .indexP{
		width:260px;
		height:260px;
	}
/*--------------------------------------section3----------------------------------------*/
	.section3 .aboutPhoto{
		height:600px;
	}
}
/*熒幕尺寸【小於】1301時頁面顯示*/
@media (max-width:1300px) {
/*-----------------------------------------------------整體預設架構-------------------------------------------------------------*/
	p{
		font-size:1em;
	}
/*---------------------------------------------------main---------------------------------------*/
/*--------------------------------------section1----------------------------------------*/
	.section1 .indexPhoto{
		width: 1080px;
		height:300px;
	}
	.section1 .indexPhoto .indexPBox{
		background-color:#fff;
		width:270px;
		float:left;
	}
	.section1 .indexPhoto .indexPBox .indexP{
		width:220px;
		height:220px;
	}
/*--------------------------------------section2----------------------------------------*/
/*------------------------------左邊----------------------------------*/
	.section2 .left {
		height: 610px;
	}
	.section2 .left .newPhoto {
		width: 300px;
		padding-top: 105px;
	}
}
/*熒幕尺寸【小於】1101時頁面顯示*/
@media (max-width:1100px) {
/*---------------------------------------------------main---------------------------------------*/
/*-----------------------------------banner-------------------------------------*/
/*-------------*/
	.banner .jssorb05{
		display:none;
	}
/*--------------------------------------section1----------------------------------------*/
	.section1 .indexPhoto{
		width: 720px;
		height:800px;
		margin:2% auto
	}
	.section1 .indexPhoto .indexPBox{
		background-color:#fff;
		width:360px;
		float:left;
	}
	.section1 .indexPhoto .indexPBox .indexP{
		width:260px;
		height:260px;
		margin:30px auto 20px;
	}
/*--------------------------------------section3----------------------------------------*/
	.section3 .aboutPhoto {
		height:500px;
	}
}

/*熒幕尺寸【小於】1001時頁面顯示*/
@media (max-width:1000px) {
/*--------------------------------------section2----------------------------------------*/
/*------------------------------左邊----------------------------------*/
	.section2 .left {
		width: 100%;
		min-height: 200px;
		float: none;
		height: auto;
		margin-top: 50px;
	}
	.section2 .left .newPhoto {
		width: 300px;
		height: auto;
		margin: 0 auto;
		padding-top:0;
	}
	.section2 .left .newPhoto img{
		width: 80%;
		margin: 0 auto;
	}
/*------------------------------右邊----------------------------------*/
	.section2 .right {
		width: 100%;
		min-height: 200px;
		float: none;
		padding:50px 0;
	}
	.section2 .line {
		width: 95%;
		float: none;
	}
	.word p {
		width: 92%;
	}
	.section3{
		width: 100%;
	}
}
/*熒幕尺寸【小於】769時頁面顯示----平板*/
@media (max-width: 768px) {
/*---------------------------------------------------main---------------------------------------*/
/*--------------------------------------section1----------------------------------------*/
	.section1 .indexPhoto{
		width: 560px;
		height:630px;
		margin: 6% auto
	}
	.section1 .indexPhoto .indexPBox{
		background-color:#fff;
		width:280px;
		float:left;
	}
	.section1 .indexPhoto .indexPBox .indexP{
		width: 220px;
		height: 220px;
		margin: 15px auto;
	}
/*--------------------------------------section1----------------------------------------*/
/*---article---*/
	.section3 .aboutPhoto article {
		right: 5%;
		top: 55%;
	}
/*--------------------------------------section2----------------------------------------*/
/*------------------------------右邊----------------------------------*/
	.word p {
		width: 88%;
	}
}
/*熒幕尺寸【小於】601時頁面顯示----平板*/
@media (max-width: 600px) {
/*---------------------------------------------------main---------------------------------------*/
/*--------------------------------------section1----------------------------------------*/
	.section1 .indexPhoto{
		width: 320px;
		height: 1400px;
	}
	.section1 .indexPhoto .indexPBox{
		background-color:#fff;
		width:320px;
		float:left;
	}
	.section1 .indexPhoto .indexPBox .indexP{
		width: 300px;
		height: 300px;
		margin: 10px;
	}

}
/*熒幕尺寸【小於】481時頁面顯示---手機*/
@media (max-width: 480px) {
/*-----------------------------------------------------整體預設架構-------------------------------------------------------------*/
	p{
		font-size:0.9em;
	}
/*---------------------------------------------------main---------------------------------------*/
/*--------------------------------------section2----------------------------------------*/
/*------------------------------左邊----------------------------------*/
	.section2 .left {
		margin-top: 30px;
	}
/*------------------------------右邊----------------------------------*/
	.section2 .right {
		padding:30px 0;
	}
	.word p {
		width:82%;
		margin-bottom: 20px;
		line-height: 1.3em;
	}
/*--------------------------------------section3----------------------------------------*/
	.section3 .aboutPhoto article p {
		line-height: 30px;
	}
	.section3 .aboutPhoto article {
		width: 300px;
		position: initial;
		padding: 295px 0 0 0;
	}
	.section3 .mask_active .word h3 {
		margin: 0;
		padding: 0 7px;
		text-align: left;
		letter-spacing: 0;
		font-size: 13px;
	}
	.section3 .mask_active .word p {
		width:90%;
		line-height: 1;
		margin: 0 auto;
		text-align: right;
	}
}
