html,body{
	height: 100%;
}
#main{
	padding-top: 100px;
	height: 100%;
}
.sec6{
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}
.sec6 .title{
	position: absolute;
	left: 4.16%;
	top: 100px;
	text-align: center;
}
.sec6 .title .num{
	font-size: 40px;
	font-family: "itc-bold";
	font-weight: bold;
	color: rgba(2,2,2,0.2);
	margin-bottom: 25px;
}
.sec6 .title p{
	font-size: 38px;
	color: #333;
	font-family: "sy-h";
	font-weight: bold;
}
.sec6 .title .line{
	width: 1px;
	height: 70px;
	background-color: #000;
	margin: 20px auto 15px;
}
.sec6 .title .en{
	transform-origin: 0.5em 0.5em;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	font-size: 24px;
	color: #020202;
	font-family: "itc-xlt";
	font-weight: lighter;
	width: 1em;
	margin: 0 auto;
	white-space: nowrap;
}
.sec6 .left{
	width: 50%;
	padding-left: 15.26%;
	padding-right: 10%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
}
.sec6 .left h5{
	font-size: 38px;
	color: #ddd;
	font-weight: normal;
	font-family: "itc-bk";
	line-height: 60px;
}
.sec6 .left h5.last{
	margin-bottom: 24px;
}
.sec6 .left h5 span{
	color: #020202;
}
.sec6 .left p{
	font-size: 14px;
	color: #666;
	font-weight: lighter;
	font-family: "sy-l";
	line-height: 2em;
	margin-bottom: 1em;
}
.sec6 .left p:last-child{
	margin-bottom: 0;
}
.sec6 .right{
	width: 50%;
}
.sec6 .right img{
	width: 100%;
}
@media only screen and (max-width:1270px){
	
}
@media only screen and (max-width:1200px){
}
@media only screen and (max-width:1025px){
	#main{
		padding-top: 3.125rem;
		height: auto;
	}
	.sec6{
		padding: 3.125rem 0 3.125rem 20%;
		align-items: flex-end;
		justify-content: flex-start;
		flex-direction: column;
		-webkit-align-items: flex-end;
		-webkit-justify-content: flex-start;
		-webkit-flex-direction: column;
	}
	.sec6 .title{
		left: 6.66%;
		top: 3.125rem;
	}
	.sec6 .title .num{
		font-size: 1.5625rem;
		margin-bottom: 0.75rem;
	}
	.sec6 .title p{
		font-size: 1.40625rem;
	}
	.sec6 .title .line{
		height: 2.1875rem;
		margin: 0.75rem auto;
	}
	.sec6 .title .en{
		font-size: 0.75rem;
	}
	.sec6 .left{
		width: 100%;
		padding-left: 0;
		padding-right: 10.8%;
	}
	.sec6 .left h5{
		font-size: 1.40625rem;
		line-height: 2rem;
	}
	.sec6 .left h5.last{
		margin-bottom: 1.5rem;
	}
	.sec6 .left p{
		font-size: 0.75rem;
		line-height: 1.5625rem;
		margin-bottom: 0.75rem;
	}
	.sec6 .left p:last-child{
		margin-bottom: 2.3125rem;
	}
	.sec6 .right{
		width: 100%;
	}
}
@media only screen and (max-width:767px){
	
}
@media only screen and (max-width:414px){
	
}
@media only screen and (max-width:320px){
	
}