.sec1{
	position: relative;
}
.sec1 .map-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sec1 .map-box img{
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sec1 .map-box .icon{
	-webkit-animation: mapicon 1s linear infinite;
	animation: mapicon 1s linear infinite;
}
@-webkit-keyframes mapicon {
	100%{
		margin-top: 10px;
	}
}
@keyframes mapicon {
	100%{
		margin-top: 10px;
	}
}
.sec1 .text{
	position: relative;
	z-index: 1;
}
.sec1 .map-box .icon p{
	position: absolute;
	left: 50%;
	bottom: 150%;
	font-size: 14px;
	color: #f00040;
	font-weight: bold;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sec1 h3{
	font-size: 56px;
	color: #333;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 2.822%;
	padding-top: 15.13%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: masked 8s linear infinite;
	animation: masked 8s linear infinite;
	display: inline-block;
	vertical-align: top;
	background-image: url(../image/wordcolorchange.png);
}
.sec1 .contact-box{
	padding-bottom: 16.564%;
}
.sec1 .contact-box input{
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #999;
	font-size: 16px;
	color: #666;
	width: 19.875em;
	height: 2.75em;
	line-height: 2.625em;
	padding: 0 1.625em;
	background-color: transparent;
	border-radius: 0;
}
.sec1 .contact-box a{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #f0f0f0;
	font-weight: bold;
	background-color: #f00040;
	width: 9.375em;	
	height: 2.75em;
	line-height: 2.75em;
	text-align: center;
	margin-left: -1px;
}
.sec1 .box{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #ececec;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	background-color: #fff;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.sec1 .company{
	-webkit-flex-grow: 2;
	flex-grow: 2;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	padding: 0 6%;
}
.sec1 .company li{
	margin-right: 8%;
}
.sec1 .company li:last-child{
	margin-right: 0;
}
.sec1 .company h5{
	font-size: 22px;
	color: #333;
	font-weight: bold;
}
.sec1 .company .line{
	width: 12px;
	height: 3px;
	background-color: #f00040;
	margin: 20px 0 18px;
}
.sec1 .company p{
	font-size: 16px;
	color: #333;
	line-height: 1.75;
	opacity: 0.7;
}
.sec1 .contact{
	padding: 5.2% 2.86%;
	background-color: #f00040;
}
.sec1 .contact p{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 1.7em;
	white-space: nowrap;
}
.sec1 .contact p:last-child{
	margin-bottom: 0;
}




.sec2{
	padding: 13.854% 0 9%;
}
.sec2 .text-box{
	opacity: 0;
	-webkit-transition: all 1s 1s;
	transition: all 1s 1s;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.sec2.actived .text-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sec2 .text-box h5{
	font-size: 42px;
	color: #333;
	font-weight: bold;
	margin-bottom: 2.5%;
}
.sec2 .text-box p{
	font-size: 26px;
	color: #333;
	line-height: 1.722;
}
.sec2 .hr-box{
	text-align: center;	
	margin: 6.57% 0 8.857%;
	opacity: 0;
	-webkit-transition: all 1s 1.5s;
	transition: all 1s 1.5s;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.sec2.actived .hr-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sec2 .hr-box a{
	font-size: 48px;
	color: #f00040;
	font-weight: bold;
	margin-bottom: 1.57%;
	display: inline-block;
	vertical-align: top;
}
.sec2 .hr-box p{
	font-size: 18px;
	color: #f00040;
	font-weight: bold;
}
.sec2 .tip{
	text-align: center;	
	font-size: 16px;
	color: #333;
	opacity: 0;
	-webkit-transition: all 1s 2s;
	transition: all 1s 2s;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.sec2.actived .tip{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sec2 .tip span{
	color: #ddd;
	margin: 0 1.7em;
}

@media only screen and (max-width:1366px) {
	.sec1 .company{
		padding: 0 5%;
	}
	.sec1 .company li{
		margin-right: 4%;
	}
}


@media only screen and (max-width:1024px) {
	.sec1 .map-box .icon p{
		font-size: 0.625rem;
	}
	.sec1 h3{
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
		padding-top: 5rem;
	}
	.sec1 .contact-box{
		padding-bottom: 13rem;
	}
	.sec1 .contact-box input{
		font-size: 0.6875rem;
		width: 15.875em;
		-webkit-appearance:none;
		appearance:none;
	}
	.sec1 .contact-box a{
		font-size: 0.6875rem;
		width: 7.375em;	
	}
	.sec1 .box{
		-webkit-display: block;
		display: block;
	}
	.sec1 .company{
		-webkit-display: block;
		display: block;
		padding: 5%;
	}
	.sec1 .company li{
		margin-right: 0;
		margin-bottom: 5%;
	}
	.sec1 .company li:last-child{
		margin-right: 0;
		margin-bottom: 0;
	}
	.sec1 .company h5{
		font-size: 0.9375rem;
	}
	.sec1 .company .line{
		width: 0.5rem;
		height: 2px;
		margin: 0.5rem 0;
	}
	.sec1 .company p{
		font-size: 0.6875rem;
	}
	.sec1 .contact{
		padding: 5%;
	}
	.sec1 .contact p{
		font-size: 0.75rem;
		margin-bottom: 1em;
	}



	.sec2{
		padding: 13rem 0 3rem;
	}
	.sec2 .text-box h5{
		font-size: 1.5rem;
	}
	.sec2 .text-box p{
		font-size: 0.75rem;
	}
	.sec2 .hr-box a{
		font-size: 2rem;
		margin-bottom: 1.57%;
	}
	.sec2 .hr-box p{
		font-size: 0.75rem;
	}
	.sec2 .tip{
		font-size: 0.6875rem;
	}
}