.contact-map{
	width: 100%;
	height: 100vh;
}
.contact-map>div{
	height: 100%;
}
#cd-zoom-in {
    margin-top: 50px;
    margin-bottom: 1px;
    margin-left: 50px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    background-size: 32px 64px;
    opacity: .8;
    background: url(../img/cd-icon-controller.svg) no-repeat #181818;
    background-position: 50% 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#cd-zoom-out {
    margin-left: 50px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    background-size: 32px 64px;
    opacity: .8;
    background: url(../img/cd-icon-controller.svg) no-repeat #181818;
    background-position: 50% -32px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.contact-info{
	padding: 80px 15px;
	text-align: center;
	position: relative;
}
.contact-cn{
	font-family: 'Noto Sans SC', sans-serif;
}
.contact-info h1{
	font-size: 26px;
	line-height: 30px;
}
.contact-block{
	width: 340px;
	margin: 60px auto 0;
}
.contact-block h2{
	font-size: 22px;
	margin-bottom: 35px;
}
.contact-block h3{
	font-size: 18px;
	margin-bottom: 25px;
}	
h3.sub-address{
	margin-top: 35px;
}
.contact-block a{
	color: #c79158;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}
.contact-block a:hover{
	color: #c79158;
}
.contactus-nav-point{
	position: absolute;
	bottom: 160px;
}
.contact-form{
	border-top: 1px solid #c79158;
	width: 100%;
	padding: 60px 0;
}
.contact-form h2{
	font-size: 26px;
	line-height: 40px;
	font-weight: 400;
}
.contact-form h4{
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}
.form-left{ width: 60%; float: left;}
.form-right{
	width: 40%;
	top: 50%;
	position: absolute;
	right: 0px;
	margin-top: -89px;}
.form-top{
	padding: 30px 0 20px;
	border-top: 1px dotted #c79158;
	border-bottom: 1px dotted #c79158;
}
.form-top-left{
	width: 30%;
	float: left;
}
.form-top-left h3{
	font-size: 18px;
	font-weight: 300;
}
.form-top-right{
	width: 70%;
	float: left;
}
.js-radio{
	float: left;
	width: 33.333333%;
	padding-bottom: 25px;
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	padding-left: 46px;
}
.js-radio input{
    position: absolute;
    left: -9999px;
}
.js-radio .radio-round{
	position: absolute;
    left: 0;
    display: block;
    width: 26px;
    height: 26px;
    outline: none;
    border: 1px solid #c79158;
    background: none;
    border-radius: 50%;
    cursor: pointer;
}
.js-radio .radio-round:after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c79158;
    opacity: 0;
}
.js-radio input:checked + .radio-round:after{
	opacity: 1;
}
.form-bottom{
	padding: 0px 0 0;
	position: relative;
}
.form-bottom>div{
	padding-bottom: 40px;
}
.form-bottom label{
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 20px;
	color: #c79158;
}
.form-bottom input,
.form-bottom input:focus,
.form-bottom textarea:focus,
.form-bottom textarea{
	background: none;
	border: 1px solid #c79158;
	outline: none;
	color: #c79158;
}
.form-info-input{
	float: left;
	width: 48%;
	margin-top: 30px;
}
.form-info-input:nth-child(2n-1){
	margin-left: 4%;
}
.form-control{ height:44px;}
.form-info-textarea{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.form-info-textarea textarea{
	width: 100%;
	min-height: 200px;
}
.form-submit{ margin-top: 20px;}
.form-submit button{
	width: 100px;
	height: 50px;
	line-height: 48px;
	color: #ffffff;
	transition: all .5s;
	background:#c79158;
	outline: none;
	font-size: 18px;
	font-weight: 300;
	border: 0px;
	border-radius: 5px;
}
.form-right a{
	width: 350px;
	height: 65px;
	display: inline-block;
	overflow: hidden;
	float: right;
}
/*.form-right a:after{*/
	/*content: '';*/
	/*display: block;*/
	/*height: 100%;*/
	/*transform: translateX(-100%);*/
	/*background: inherit;*/
	/*filter: drop-shadow(350px 0 0 #c79158);*/
/*}*/
.form-right p{ display: inline-block; color:#c79158; float: right; font-size: 17px; line-height: 35px; }

.form-bottom input.error,
.form-bottom textarea.error{
	border-color: #f17b72;
}
.form-bottom label.error{
	padding-bottom: 0;
	padding-top: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #f17b72;
}


@media (max-width: 1199px){
	.contactus-nav-point{
		position: absolute;
		bottom: 130px;
	}
}
@media (max-width: 991px){
	.form-top-left{
		width: 100%;
		float: none;
		padding-bottom: 30px;
	}
	.form-top-right{
		width: 100%;
		float: none;
	}
	.contactus-nav-point{
		position: absolute;
		bottom: 80px;
	}
	.form-right{ width: 100%; position: relative;}
	.form-bottom{ padding-top:10px;}
	.form-left{ width: 100%;}
	.form-right a{ float: left;}
	.form-right p{ float: right;}
}
@media (max-width: 767px){
	.form-right a,.form-right p{ float: left;}
	.contact-map{
		height: 300px;
	}
	#cd-zoom-in, #cd-zoom-out{
		margin-left: 10px;
	}
	.contact-block{
		max-width: 340px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}	
	.form-top-left{
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.form-top-left h3{
		font-size: 16px;
	}
	.form-top-right{
		width: 100%;
		float: none;
		padding-left: 15px;
		padding-right: 15px;
	}
	.js-radio{
		float: left;
		width: 50%;
		padding-bottom: 20px;
		font-size: 14px;
		line-height: 20px;
		padding-left: 30px;
	}
	.js-radio .radio-round{
	    width: 20px;
	    height: 20px;
	}
	.js-radio .radio-round:after{
	    margin-top: -4px;
	    margin-left: -4px;
	    width: 8px;
	    height: 8px;
	}
	.form-info-input,h2,h4{
		float: none;
		width: 100%;
		padding: 0 15px;
	}
	.form-info-input + .form-info-input{
		margin-left: 0;
	}
	.form-info-textarea{
		padding: 0 15px;
	}
	.form-submit{
		padding: 0 15px;
	}
	.form-submit button{
		font-size: 15px;
		width: 80px;
		height:35px;
		line-height: 35px;
		margin-top: 20px;
	}
	.form-right{ padding: 0 15px;}
	.form-bottom label{
		font-size: 16px;
	}
}