/*cont1*/
#obtn .ctext.contact {
	width: 100%;
	float: left;
	margin-top: 30px;
}

#obtn .ctext.contact .cont1 {
	width: 900px;
	float: left;
}

#obtn .ctext.contact .cont1 .c-nav {
	width: 100%;
	float: left;
	color: #555555;
	font-size: 15px;
	line-height: 36px;
	margin-top: -10.5px;
	padding-bottom: 9.5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#obtn .ctext.contact .cont1 .c-nav a {
	margin: 0 6px;
	color: #555555;
}

#obtn .ctext.contact .cont1 .c-nav a:first-child {
	margin-left: 0;
}

#obtn .ctext.contact .cont2 {
	width: 100%;
	float: left;
	margin-top: 40px;
}

#obtn .ctext.contact .cont2 ul {
	width: 100%;
	float: left;
}

#obtn .ctext.contact .cont2 ul li {
	width: 210px;
	height: 295px;
	margin-right: 20px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
	float: left;
	padding: 0 3px;
	text-align: center;
}

#obtn .ctext.contact .cont2 ul li:last-child {
	margin-right: 0;
}

#obtn .ctext.contact .cont2 ul li .cont2-img {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-top: 55px;
}

#obtn .ctext.contact .cont2 ul li:first-child .cont2-img {
	background: url(../images/contact1.png) no-repeat;
	background-size: cover;
}

#obtn .ctext.contact .cont2 ul li:nth-child(2) .cont2-img {
	background: url(../images/contact2.png) no-repeat;
	background-size: cover;
}

#obtn .ctext.contact .cont2 ul li:nth-child(3) .cont2-img {
	background: url(../images/contact3.png) no-repeat;
	background-size: cover;
}

#obtn .ctext.contact .cont2 ul li:nth-child(4) .cont2-img {
	background: url(../images/contact4.png) no-repeat;
	background-size: cover;
}

#obtn .ctext.contact .cont2 ul li .cont2-t {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	margin-top: 24px;
}

#obtn .ctext.contact .cont2 ul li .cont2-en {
	text-transform: uppercase;
	color: #888787;
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 24px;
	margin-top: -2px;
}

#obtn .ctext.contact .cont2 ul li .cont2-p {
	color: #555555;
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 24px;
	margin-top: 20.5px;
	word-break: break-all;
	word-wrap: break-word;
}

/*map*/
#obtn .bdmap {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 40px;
}

#obtn .bdmap .BMap_pop {
	position: relative;
	background: #FFFFFF;
	font-weight: bold;
	border: none !important;
	width: 290px !important;
	height: 75px !important;
	border-radius: 0px !important;
	line-height: 30px;
	margin: -18px 0 0px -56px;
	text-align: center;
	box-shadow: 0 0 10px #ccc;
}

#obtn .bdmap .BMap_pop::after {
	content: "";
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-width: 8px;
	border-style: solid dashed dashed dashed;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-top: -8px;
}

#obtn .bdmap .BMap_shadow,
.BMap_shadow img,
.BMap_shadow div {
	display: none;
}

#obtn .bdmap .BMap_pop div:nth-child(2) {
	background: none !important;
}

#obtn .bdmap .BMap_pop div:nth-child(3) {
	display: none;
}

#obtn .bdmap .BMap_pop div:nth-child(5) {
	display: none !important;
}

#obtn .bdmap .BMap_pop div:nth-child(7) {
	display: none;
}

#obtn .bdmap .BMap_pop div:nth-child(8) {
	display: none;
}

#obtn .bdmap .BMap_pop div:nth-child(9),
#obtn .bdmap .BMap_center {
	left: 0 !important;
	top: 0 !important;
	width: 290px !important;
	height: 75px !important;
	border-radius: 0px;
	line-height: 30px;
	overflow: hidden;
	background: none !important;
}

#obtn .bdmap .BMap_pop img:nth-child(10) {
	display: none !important;
}

#obtn .bdmap .BMap_bottom {
	display: none !important;
}

#obtn .bdmap .BMap_pop div {
	border: none !important;
	background: none !important;
}

#obtn .bdmap .BMap_bubble_content {
	width: 290px !important;
	height: 75px !important;
	line-height: 30px;
	border-radius: 0px;
	overflow: hidden;
	background: none !important;
}

#obtn .bdmap .BMap_bubble_content {
	width: 290px !important;
	height: 75px !important;
	line-height: 30px;
	border-radius: 0px;
	overflow: hidden;
	background: none !important;
}

#obtn .bdmap .iw_poi_title {
	font-size: 16px;
	line-height: 75px;
	border-radius: 0px;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}




@media screen and (max-width:1199px) {
	#obtn .l-nav {
		width: 216px;
	}

	/*cont1*/
	#obtn .ctext.contact .cont1 {
		width: 706px;
	}

	#obtn .ctext.contact .cont2 ul li {
		width: 23.8%;
		margin-right: 1.5%;
		padding: 0 12px;
	}

	#obtn .ctext.contact .cont2 ul li .cont2-p {
		font-size: 12px;
	}
}

@media screen and (max-width:991px) {

	/*left nav*/
	#obtn .l-nav {
		width: 100%;
		margin-right: 0;
	}

	#obtn .bdmap{
		display: none;
	}
	/*cont1*/
	#obtn .ctext.contact .cont1 .c-nav {
		display: none;
	}

	#obtn .ctext.contact .cont1 {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	#obtn .ctext.contact {
		margin-top: 10px;
	}

	/*left nav*/
	#obtn .l-nav .lt-nav {
		padding-top: 12px;
		padding-bottom: 11px;
	}

	#obtn .l-nav .lt-nav .navTi {
		font-size: 18px;
		line-height: 24px;
	}

	#obtn .l-nav .lt-nav .navEn {
		margin-top: 0;
	}

	#obtn .l-nav ul li {
		padding: 15px;
	}

	#obtn .l-nav ul li a {
		font-size: 16px;
	}

	#obtn .ctext.contact .cont1 {
		margin-top: 20px;
	}

	#obtn .ctext.contact .cont2 {
		margin-top: 0;
	}

	#obtn .ctext.contact .cont2 ul li {
		width: 100%;
		margin-right: 0;
		height: auto;
		margin-bottom: 20px;
		padding: 15px;
		min-height: 200px;
	}

	#obtn .ctext.contact .cont2 ul li:last-child {
		margin-bottom: 0;
	}

	#obtn .ctext.contact .cont2 ul li .cont2-img {
		margin-top: 0;
	}

	#obtn .ctext.contact .cont2 ul li .cont2-t {
		margin-top: 10px;
	}

	#obtn .ctext.contact .cont2 ul li .cont2-p {
		font-size: 14px;
		margin-top: 6px;
	}

	#obtn .bdmap .BMap_pop {
		margin: 0;
		margin-top: -20px;
	}

	#obtn .bdmap .BMap_pop::after {
		left: 30%;
	}


}
