@charset "utf-8";
/* CSS Document */

#sect1, #sect2, #sect3, #sect4, #sect5
{
	height: 100vh;
	position:relative;
}
#sect1
{
	background:url( ../../images/index/block1.jpg );
	background-size: 100% 100vh;
}
#sect2
{
	background:url( ../../images/index/block2.jpg );
	background-size: 100% 100vh;
}
#sect3
{
	background:url( ../../images/index/block3.jpg );
	background-size: 100% 100vh;
}
#sect4
{
	background:url( ../../images/index/block4.jpg );
	background-size: 100% 100vh;
}
#sect5
{	
	background:url( ../../images/index/block5.jpg );
	background-size: 100% 100vh;
}


/* sect1 */
.slogan
{
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width: fit-content;
	height: fit-content;
	
	font-family: GenYoMin-B, SimSun;
	color:#2D657B;
	font-size:24px;
	line-height:4;
	letter-spacing:35px;
	
	z-index:20;
}
.slogan-sign
{
	font-size:20px;
	letter-spacing:15px;
}
.slogan img
{
	vertical-align: 0;
	width:30px;
	margin-bottom:32px;
}



.slogan2
{
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width: fit-content;
	height: fit-content;
	
	font-family: GenYoMin-B, SimSun;
	color:#2D657B;
	font-size:12rem;
	line-height:1;
	letter-spacing:38px;
	
	z-index:9;
}

.slogan2 span
{
	font-size:1.65rem;
	line-height:1;
	letter-spacing:2px;
}


@keyframes icon{
	0%{
    opacity: 0.8;
		transform: translate(0,0);
	}
	50%{
    opacity: 1;
		transform: translate(5px,15px);
	}
	100%{
    opacity: 0.8;
		transform: translate(0,0);
	}
}
.scroll_icon
{
	width: fit-content;
    height: fit-content;
	
	position:absolute;
	margin:auto;
	bottom:0;
	left:0;
	right:0;
	
	cursor:pointer;
	
	z-index:20;
	
	animation:  icon 2s linear infinite;
}

/* sect2 */
.case_area
{
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width: fit-content;
	height: fit-content;
	
	font-family: GenYoMin-B, SimSun;
	color:#2D657B;
	font-size:16px;
	line-height:4;
	letter-spacing:10px;
	
	z-index:20;
}
.case_area>img
{
	height:30vh;
}
.case_area>div
{
	margin-right:5vw;
}

/* sect3 */
.info_date
{
	color: #075E96;
	font-size:12px;
}
.news-area
{
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	height:70vh;
	width: fit-content;
	overflow:hidden;
	
	z-index:20;
}
.news-area>img
{
	margin-left:5vw;
}
.news-area>.news-text
{
	white-space: nowrap;
	
	background: linear-gradient(to bottom, #075E96 0%, #075E96 83px,#000 83px, #000 90%, transparent 100%);
	background: (to bottom, #075E96 0%, #075E96 83px,#000 83px, #000 90%, transparent 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
	margin-left:0;
	
	letter-spacing:2px;
	line-height:40px;
	font-size:14px;
	color:#000;
	font-family: NotoSansCJKtc-R;
	font-weight:400;
}

/* sect4 */
.classic-area-title
{
	padding:30vw 0 0 5vw;
}
.classic-area-title>img
{
	width:60%;
}
.classic-area-slider
{
	padding:20vw 0 0 0;
}
.classic-area-slider img
{
	/* 倒影 
	-webkit-box-reflect: below -20px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.7)));*/
	-webkit-box-reflect: below -20px linear-gradient(to top, rgba(250, 250, 250, 0.7) 0% ,rgba(250, 250, 250, 0) 30%);
}

/* swiper 1 */
.swiper-area
{
	margin-top: 10vw;
}
.swiper1
{
	width: 100%;
	padding-bottom: 100px;
}
.swiper-btn
{
	height:100%;
	margin-top:0 !important;
	display: block;
	top:0;
	
	background:rgba( 255, 255, 255, .3 );
}
.swiper-btn:after
{
	content:'';
}
.swiper-btn:focus
{
	outline: -webkit-focus-ring-color auto 0px;
}


/* sect5 */
.contact-area-title
{
	padding:20vw 0 0 3vw;
}
.contact-area-title>img
{
	width:90%;
}
.contact-area
{
	padding:10vw 0 0 0;
}
.opacity_form
{
	opacity:0.7;
	border:0;
}




@media screen and (max-width:768px) {

	.slogan2
	{
		font-size:8rem;
		line-height:1;
		letter-spacing:20px;
	}

	.slogan2 span
	{
		font-size:1.5rem;
		line-height:1.5;
		letter-spacing:1px;
	}
	
}