﻿.contact-page .header{
	position: absolute;
	top: 50px;
	left: 50px;
	right: 50px;
	z-index: 9;
}
.contact-page .header .logo{
	float: left;
	width: 600px;
	height: 46px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(img/index_header_logo.png);
	background-position: center bottom;
}
.contact-page .header .menu{
	float: right;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(img/index_header_menu.png);
	background-position: center bottom;
	cursor: pointer;
	position: relative;
}
.contact-page .header .menu p{
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 10px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #333;
	font-weight: lighter;
}
.contact-page .main{
	background-color: #fff;
	position: relative;
}
.contact-page .main .inner{
	width: 72%;
}
.contact-page .main .sec1{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	position: relative;
}
.contact-page .main .sec1 .left{
	width: 50%;
	position: relative;
	opacity: 0;
	left: -100%;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.contact-page .main .sec1.active .left{
	left: 0;
	opacity: 1;
}
.contact-page .main .sec1 .left .bg{
	width: 100%;
}
.contact-page .main .sec1 .left .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	animation: mapicon 1s 1s infinite;
	-webkit-animation: mapicon 1s 1s infinite;
}
@keyframes mapicon{
	0% {
		transform: translateY(0px);
		opacity: 0;
	}
	100% {
		transform: translateY(10px);
		opacity: 1;
	}
}
@-webkit-keyframes mapicon{
	0% {
		-webkit-transform: translateY(0px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(10px);
		opacity: 1;
	}
}
.contact-page .main .sec1 .right{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	position: relative;
	transition: all 1s;
	-webkit-transition: all 1s;
	opacity: 0;
	right: -100%;
}
.contact-page .main .sec1.active .right{
	opacity: 1;
	right: 0;
}
.contact-page .main .sec1 .right .word{
	margin-right: 50px;
}
.contact-page .main .sec1 .right .text h5{
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 35px;
}
.contact-page .main .sec1 .right .text .line{
	width: 50px;
	height: 2px;
	background-color: #e60012;
	margin-bottom: 30px;
}
.contact-page .main .sec1 .right .text .box{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: flex-start;
	margin-bottom: 24px;
}
.contact-page .main .sec1 .right .text .box:last-child{
	margin-bottom: 0;
}
.contact-page .main .sec1 .right .text .box img{
	margin-right: 20px;
}
.contact-page .main .sec1 .right .text .box h5{
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 8px;
}
.contact-page .main .sec1 .right .text .box p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.contact-page .main .sec2{
	background-color: #f4f4f4;
	padding: 80px 0 70px;
}
.contact-page .main .sec2 .inner{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-wrap: wrap;
}
.contact-page .main .sec2 .box{
	width: 30.88%;
	background-color: #fff;
	padding: 30px;
	margin-right: 3.68%;
	margin-bottom: 50px;
	position: relative;
	opacity: 0;
	top: -20px;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.contact-page .main .sec2 .box.active{
	opacity: 1;
	top: 0;
}
.contact-page .main .sec2 .box:nth-child(3n){
	margin-right: 0;
}
.contact-page .main .sec2 .box > img{
	width: 100%;
	margin-bottom: 42px;
}
.contact-page .main .sec2 .box h5{
	font-size: 18px;
	font-weight: normal;
	color: #e60012;
	line-height: 32px;
	margin-bottom: 26px;
	padding-left: 20px;
}
.contact-page .main .sec2 .box p{
	font-size: 14px;
	color: #666;
	line-height: 32px;
	padding-left: 50px;
	position: relative;
	word-break: break-all;
}
.contact-page .main .sec2 .box p a{
	color: #666;
	text-decoration: underline;
}
.contact-page .main .sec2 .box p img{
	position: absolute;
	left: 20px;
	top: 7px;
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1024px){
	.contact-page .header{
		top: 0.9375rem;
		left: 0.9375rem;
		right: 0.9375rem;
	}
	.contact-page .header .logo{
		width: 5.4375rem;
		height: 1.4375rem;
		margin-top: 0.3125rem;
		margin-left: 0.3125rem;
	}
	.contact-page .header .menu{
		width: 1.25rem;
		height: 1.25rem;
	}
	.contact-page .header .menu p{
	    margin-top: 0.1875rem;
	    font-size: 0.5625rem;
		white-space: nowrap;
	}
	.contact-page .main .inner{
		width: 92%;
	}
	.contact-page .main .sec1{
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.contact-page .main .sec1 .left{
		width: 100%;
	}
	@keyframes mapicon{
		0% {
			transform: translateY(0rem);
			opacity: 0;
		}
		100% {
			transform: translateY(0.3125rem);
			opacity: 1;
		}
	}
	@-webkit-keyframes mapicon{
		0% {
			-webkit-transform: translateY(0rem);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateY(0.3125rem);
			opacity: 1;
		}
	}
	.contact-page .main .sec1 .right{
		padding: 3.125rem 1.875rem;
		width: 100%;
	}
	.contact-page .main .sec1 .right .word{
		margin-right: 1.25rem;
		width: 2.8125rem;
	}
	.contact-page .main .sec1 .right .text h5{
		font-size: 1.125rem;
		margin-bottom: 1.25rem;
	}
	.contact-page .main .sec1 .right .text .line{
		width: 1.875rem;
		height: 0.0625rem;
		margin-bottom: 1.5625rem;
	}
	.contact-page .main .sec1 .right .text .box{
		margin-bottom: 2rem;
	}
	.contact-page .main .sec1 .right .text .box img{
		margin-right: 1rem;
		width: 1.6875rem;
	}
	.contact-page .main .sec1 .right .text .box h5{
		font-size: 1rem;
		margin-bottom: 0.625rem;
	}
	.contact-page .main .sec1 .right .text .box p{
		font-size: 0.75rem;
		line-height: 1.25rem;
	}
	.contact-page .main .sec2{
		padding: 4% 0 12%;
	}
	.contact-page .main .sec2 .box{
		width: 47.8%;
		padding: 0.3125rem 0.3125rem 1.125rem;
		margin-right: 4.4%;
		margin-bottom: 0.9375rem;
		top: -0.625rem;
	}
	.contact-page .main .sec2 .box:nth-child(3n){
		margin-right: 4.4%;
	}
	.contact-page .main .sec2 .box:nth-child(even){
		margin-right: 0;
	}
	.contact-page .main .sec2 .box > img{
		margin-bottom: 1rem;
	}
	.contact-page .main .sec2 .box h5{
		font-size: 0.875rem;
		line-height: 1.25rem;
		margin-bottom: 0.625rem;
		padding-left: 0.625rem;
	}
	.contact-page .main .sec2 .box p{
		font-size: 0.625rem;
		line-height: 1.25rem;
		padding-left: 1.75rem;
	}
	.contact-page .main .sec2 .box p img{
		left: 0.625rem;
		top: 0.1875rem;
		width: 0.875rem;
	}
}
@media only screen and (max-width:414px){
	
}
