@charset "utf-8";
html,
body {
	background: #ffffff;
}
.scroll-con{
	position: relative;
}
.scroll-con img{
	width: 100%;
}
.shadow_img{
	opacity: 0.2;
}
.map_con{
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: relative;
}
.map_inner{
	height: 100px;
	width: 67.7%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	background: #eee;
	font-size: 18px;
}
.map_inner_nav{
	width: calc(100% / 4);
	border-right: 1px solid #8d8d8d;
	height: 44px;
}
.map_inner_nav:last-child{
	border-right:none;
}
.map_inner_color{
	color: #bebebe;
}
.map_con_1{
	font-size: 24px;
}
.map_img{
	position: absolute;
	top:50%;
	right: 36%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-top: -80px;
}
.location_icon{
	position: absolute;
	left: 50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 3;
	width: 32px;
	height: 41px;
}
.map_circle{
	background: #8dc0ac;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	-webkit-animation: wateranimate 1.4s infinite ease-in-out;
	animation: wateranimate 1.4s infinite ease-in-out;
}
.map_circle2{
	background: #8dc0ac;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	z-index: 2;
	margin-top: 17px;
	margin-left: 17px;
	-webkit-animation: wateranimate2 1.4s infinite ease-in-out;
	animation: wateranimate2 1.4s infinite ease-in-out;
}
@-webkit-keyframes wateranimate {
	0% {
		-webkit-transform: scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}
@keyframes wateranimate {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
@-webkit-keyframes wateranimate2 {
	0% {
		-webkit-transform: scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}
@keyframes wateranimate2 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
.contact_1{
	width: 100%;
	overflow: hidden;
}
.contact_1_1,.contact_2_1{
	width: 67.7%;
	margin: auto;
}
.contact_1_1{
	height: 670px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 70px;
	margin-bottom: 70px;
}
.contact_1_2{
	background: #fff;
	width: 35%;
	height: 580px;
	margin-left: 45px;
	overflow: hidden;
	padding:0 30px;
	text-align:justify;
}
.contact_1_3{
	font-size: 26px;
	line-height: 26px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.contact_1_4{
	color:#b0b0b0;
	font-size: 13px;
}
.contact_1_5{
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.contact_1_6{
	font-size: 16px;
}
.contact_1_6 .span_txt{
	font-size: 14px;
	color:#b0b0b0;
}
.contact_1_7{
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	display: block;
	margin-top: 60px;
}
.contact_2_1{
	height: 70px;
	font-size: 22px;
}
.contact_2_1 img{
	width: 27px;
	height: 26px;
}
.contact_2_1:nth-child(2n - 1){
	background: #ffffff;
}
.contact_2_1:nth-child(2n){
	background: #f3f6f7;
}
.contact_2_1 div:first-child,
.contact_2_1 div:nth-child(2){
	width: 42%;
}
.contact_2_1 div:first-child{
	padding-left: 14px;
}
.contact_2{
	margin-bottom: 90px;
}
.alert_gray{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 99999;
	position: fixed;
	left: 0;
	top:0;
}
.alert_con{
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	min-width: 1000px;
}
.alert_close{
	color:#fff;
	font-size: 30px;
	position: fixed;
	z-index: 99999;
	right: 50px;
	top:50px;
	cursor: pointer;
}
.alert_inner{
	position: absolute;
	left: 50%;
	top:50%;
	width: 67.67%;
	height: 70%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 99999;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	
}
.alert_content{
	width: 63%;
	height: 86.56%;
	padding:0 66px;
	background-color:rgba(255,255,255,0.97);
}
.sub_txt{
	color:#aeaeae;
	font-size: 13px;
	line-height: 22px;
}
.input_con{
	font-size: 12px;
	margin-top: 6%;
}
.alert_btn_con{
	margin-top: 5%;
}
.alert_btn{
	margin-top: 0;
}
.input_con1 .input_nav{
	width: 49%;
}
.input_con3 .input_nav{
	width: 26%;
	color:#868686;
}
.input_con3 .input_nav:first-child{
	width: 14%;
}
label{
	margin-bottom: 0 !important;
}
.input_con3 .input_self2{
	margin-right: 5px;
}
.input_con .input_nav{
	border:1px solid #d8d8d8;
	height: 34px;
	padding:0 10px;
}
.input_con .input_self{
	width: 100%;
	border:none;
	height: 100%;
	background: transparent;
}
.input_con .input_self:focus{
	outline: none;
	border:none;
	box-shadow: initial;
}
.input_con4 .input_nav{
	height: 200px;
}
.input_con4 .input_self{
	padding-top: 10px;
}
/*响应式适配*/
@media screen and (max-width: 1861px) {}
@media screen and (max-width: 1681px) {
	.contact_1_1, .contact_2_1,.map_inner,.banner_inner{
	    width: 80%;
	}
	.map_img {
    	right: 33%;
    }
    .alert_content{
    	width: 70%;
    }
}
@media screen and (max-width: 1335px) {
	.contact_1_2{
		width: 50%;
	}
	.contact_1_1, .contact_2_1,.map_inner,.banner_inner{
	    width: 80%;
	}
	.map_con_1{
		font-size: 20px;
	}
	.map_inner{
		font-size: 14px;
	}
	.map_img {
    	right: 26%;
    }
    .alert_content{
    	width: 85%;
    }
}
@media screen and (max-width: 1280px) {
	.map_img {
    	right: 28%;
    }
}
@media screen and (max-width: 1200px) {
	.contact_1_2{
		width: 50%;
	}
	.contact_1_1, .contact_2_1,.map_inner,.banner_inner{
	    width: 90%;
	}
	.map_con_1{
		font-size: 20px;
	}
	.map_inner{
		font-size: 14px;
	}
	.map_img {
    	right: 26%;
    }
    .alert_content{
    	width: 90%;
    }
    .alert_inner{
    	width: 75%;
    }
}
@media screen and (max-width: 1100px) {
	.contact_1_2{
		width: 50%;
	}
	.contact_1_1, .contact_2_1,.map_inner,.banner_inner{
	    width: 90%;
	}
	.map_con_1{
		font-size: 20px;
	}
	.map_inner{
		font-size: 14px;
	}
	.map_img {
    	right: 22%;
    }
    .alert_content{
    	width: 90%;
    }
    .alert_inner{
    	width: 75%;
    }
}
@media screen and (max-width: 1000px) {
	.banner_inner{
		display: block;
		bottom:120px;
	}
	.banner_inner_left{
		font-size: 17px;
		line-height: 17px;
		color: #fff;
		text-align: center;
	}
	.banner_inner_left .banner_left_title{
		margin-bottom: 10px;
	}
	.banner_inner_right{
		font-size: 12px;
		line-height: 16px;
		color: #fff;
		text-align: center;
		margin-top: 30px;
	}
	.address_1{
		background: #eee;
		overflow: hidden;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
	}
	.address_2{
		margin: auto;
		font-size: 15px;
		line-height: 15px;
		padding-bottom: 5px;
		margin-bottom: 5px;
		width: 65%;
		border-bottom: 1px solid #bdbdbd;
	}
	.address_3{
		font-size: 12px;
	}
	.contact_1_2{
		width: 82.4%;
		margin:30px auto;
		height: auto;
		padding:0 20px;
	}
	.contact_1_1{
		margin-bottom: 0;
		width: 100%;
		height: auto;
		margin-top: 0;
	}
	.contact_1_7{
		margin:20px auto;
	}
	.contact_1_3{
		font-size: 16px;
		line-height: 27px;
		text-align: center;
		margin-top: 20px;
	    margin-bottom: 15px;
	}
	.contact_1_4{
		font-size: 12px;
	}
	.contact_1_5 {
	    font-size: 14px;
	    line-height: 18px;
	    margin-bottom: 10px;
	    margin-top: 5px;
	}
	.map_con{
		background-size: 100% 100%;
		width: 100vw;
		height: 85vw;
	}
	.map_img{
		right: 35%;
	}
	.contact_1_6,.contact_1_6 .span_txt{
    	font-size: 11px;
	}
	.contact_1_1{
		display: block;
		overflow: hidden;
	}
	.contact_2_1{
		font-size: 12px;
		width: 100%;
	}
	.contact_2_1:first-child{
		height: 38px;
	}
	.contact_2_1:first-child div:nth-child(2){
		text-align: right;
	}
	.contact_2_1 div:first-child{
		padding-left: 0;
	}
	.contact_2_1:nth-child(2n){
		height: 55px;
	}
	.contact_2_1 > div,
	.contact_2_1 > a{
		width: 42%;
	}
	.contact_2_1 > div:first-child{
		margin-left: 8%;
	}
	.contact_2_1 > a,
	.contact_2_1:first-child > div{
		margin-right: 8%;
	}
	.contact_2_1 > div > div{
		width: 100% !important;
		padding-left: 0 !important;
	}
	.contact_2_1 > div > div:nth-child(2){
		font-size: 10px;
		color:#a4a4a4;
		padding-top: 6px;
	}
	.contact_2_1 img{
		width: 13px;
		height: 13px;
		float: right;
	}
	.contact_2{
		margin-bottom: 0;
	}
	.alert_con{
		min-width: auto;
	}
	.alert_close{
		top:10px;
		right: 15px;
	}
	.alert_inner{
		width: 90%;
		height: auto;
	}
	.alert_content{
		width: auto;
		height: 100%;
		padding: 0 10px;
	}
	.alert_btn_con{
		display: block;
	}
	.sub_txt{
		text-align: center;
		font-size: 12px;
		padding-bottom: 10px;
	}
	.phone_input_con .input_nav:first-child{
		width: 80px;
		line-height: 34px;
		padding:0;
		text-align: center;
	}
	.phone_input_con2{
		overflow: hidden;
	}
	.phone_input_con2 .input_nav{
		padding:0;
		width: 41%;
	}
	.phone_input_con2 .input_nav:first-child{
		width: 32%;
	}
	.phone_input_con2 .input_nav:last-child{
		width: 22%;
	}
	.input_con4 .input_nav{
		height: 150px;
	}
	.contact_1_7.alert_btn{
		margin: 10px auto;
		
	}
	.location_icon{
		width: 16px;
		height: 21px;
	}
}
@media screen and (max-width: 768px) {
	.map_img{
		right: 33.5%;
	}
}
@media screen and (max-width: 414px) {
	.map_img{
		right: 32%;
		top:55%;
	}
}