.main{
	background-repeat: no-repeat;
	background-image: url(../images/contact_map_web.jpg);
	background-position: center bottom;
	background-size: cover;
}
.sec1{
	padding: 158px 0 8.5%;
}
.sec1 .inner{
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	width: 1660px;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.sec1.actived .inner{
	opacity: 1;
}
.sec1 .text-box{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 2.85% 0;
}
.sec1 h1{
	font-size: 90px;
	color: #fff;
	opacity: 0.5;
	font-weight: bold;
}
.sec1 p{
	text-align: right;
	font-size: 30px;
	color: #fff;
	line-height: 1.666;
}


.sec2{
	padding-bottom: 12.6%;
}
.sec2 .inner{
	width: 1660px;
}
.sec2 .left,.sec2 .right{
	display: inline-block;
	vertical-align: top;
}
.sec2 .left{
	width: 33%;
	border-right: 1px solid rgba(255,255,255,0.3);
	font-size: 18px;
	color: #fff;
}
.sec2 .left ul{
	margin-bottom: 17.85%;
}
.sec2 .left li{
	margin-bottom: 7.6%;
	-webkit-transform: translate3d(-25%,0,0);
	transform: translate3d(-25%,0,0);
	opacity: 0;
	-webkit-transition-property: transform,opacity;
	-webkit-transition-duration: 1s,1s;
	transition-property: transform,opacity;
	transition-duration: 1s,1s;
}
.sec2 .left li:nth-child(2){
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.sec2 .left li:nth-child(3){
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.sec2 .left .info{
	opacity: 0;
	-webkit-transition: opacity 1s 1s;
	transition: opacity 1s 1s;
}
.sec2 .left li.actived,.sec2 .left .info.actived{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
.sec2 .left li:last-child{
	margin-bottom: 0;
}
.sec2 .left h5{
	font-size: inherit;
	color: inherit;
	font-weight: bold;
	margin-bottom: 1em;
}
.sec2 .left p{
	font-size: inherit;
	color: inherit;
}
.sec2 .left p a{
	cursor: default;
	font-size: inherit;
	color: inherit;
}
.sec2 .left h4{
	font-size: inherit;
	color: inherit;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 6.74%;
}
.sec2 .left .input-box{
	font-size: 0.666em;
	color: #fff;
}
.sec2 .left input{
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	border: 1px solid rgba(255,255,255,0.7);
	background-color: rgba(242,244,247,0.1);
	border-radius: 0.42em;
	overflow: hidden;
	width: 25.6em;
	height: 2.833em;
	line-height: 2.666;
	padding: 0 1em;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sec2 .left .submit{
	font-size: inherit;
	color: #666;
	width: 6.25em;
	height: 2.8em;
	line-height: 2.8;
	border-radius: 0.42em;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	background: -webkit-linear-gradient(to bottom,#fff,#d1d1d1);
	background: -moz-linear-gradient(to bottom,#fff,#d1d1d1);
	background: -o-linear-gradient(to bottom,#fff,#d1d1d1);
	background: linear-gradient(to bottom,#fff,#d1d1d1);
}
.sec2 .right{
	width: 67%;
	text-align: right;
	padding-top: 7.4%;
	font-size: 16px;
	color: #fff;
}
.sec2 .right li{
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-right: 13.5%;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	opacity: 0;
	-webkit-transition-property: transform,opacity;
	-webkit-transition-duration: 1s,1s;
	transition-property: transform,opacity;
	transition-duration: 1s,1s;
}
.sec2 .right li:nth-child(2){
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.sec2 .right li:nth-child(3){
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.sec2 .right li.actived{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
.sec2 .right li:last-child{
	margin-right: 0;
}
.sec2 .right h5{
	font-size: 1.5em;
	color: inherit;
	font-weight: bold;
}
.sec2 .right .line{
	width: 0.75em;
	height: 0.1875em;
	background-color: #fff;
	margin: 1.25em 0 1.125em;
}
.sec2 .right p{
	font-size: inherit;
	color: inherit;
	line-height: 1.875;
}


@media only screen and (max-width:1500px){
	.sec2 .right li{
		margin-right: 7%;
	}
}


@media only screen and (max-width:1366px) {
	.sec1 h1{
		font-size: 80px;
	}
	.sec1 p{
		font-size: 20px;
	}

	.sec2 .left{
		font-size: 14px;
	}
	.sec2 .right{
		font-size: 14px;
	}
}

@media only screen and (max-width:1100px){
	.sec2 .left{
		font-size: 12px;
	}
	.sec2 .right{
		font-size: 12px;
	}
}

@media only screen and (max-width:1023px) {
	.sec1{
		padding: 25% 0 15%;
	}
	.sec1 .text-box{
		-webkit-display: block;
		display: block;
		padding: 8% 0;
	}
	.sec1 h1{
		font-size: 2.8125rem;
		margin-bottom: 10%;
	}
	.sec1 p{
		text-align: left;
		font-size: 0.9375rem;
	}

	.sec2{
		padding-bottom: 15%;
	}
	.sec2 .left,.sec2 .right{
		display: block;
	}
	.sec2 .left{
		width: 100%;
		border-right: 0 none;
		font-size: 0.9375rem;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		padding-bottom: 10%;
	}
	.sec2 .left ul{
		margin-bottom: 10%;
	}
	.sec2 .right{
		width: 100%;
		padding-top: 10%;
		font-size: 0.9375rem;
	}
	.sec2 .right li{
		margin-right: 0;
		display: block;
		margin-bottom: 5%;
	}
	.sec2 .right li:last-child{
		margin-bottom: 0;
	}

}