@charset "utf-8";
/**/
.contact-sect {
	background: #fff url(../images/contact/pic1.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
	background-size: auto 100%;
    background-position: right;
}


/**/
.contact-row {
	display: flex;
	width: 1100px;
	margin: 25px auto 0;
	max-width: 100%;

}

.contact-box {
	display: flex;
}
.contact-box .left {
	width: 50%;
	background: #fff;
	/*position: relative;*/
	z-index: 2;
    padding: 50px;	
/*    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;*/
}

/*sect1*/
.sect1 {
	padding: 100px 0px;
}
.sect1 .container {
	display: flex;
}
.sect1 .col {
	width: 50%;
}
.sect1 .sub-title {
	width: 550px;
	max-width: 100%;
	margin-top: 0;
	line-height: 1.1
}
.sect1 .text {
	font-weight: 500;
	font-size: 24px;
    line-height: 1.5;
	letter-spacing: 0;
}
/*sect2*/
.sect2 {
	color: #1F1F1F;
	font-size: 18px;

}
.map_title2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;	
	margin-top: 0;
}
.map_title {
	margin: 0 0 20px;
	color: #1F1F1F;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	padding-bottom: 20px;
	display: flex;
}
.map_box .text{
	margin: 10px 0px;
}
.map_title i {
	width: 35px;
	height: 35px;
	top: -2px;
	margin-right: 10px;
	position: relative;
}
.map_title:after {
	content: '';
	display: block;
	width: 100px;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #7ec07c;
}
.map_title2{
  padding-left: 44px;
}
.map_box2 i {
  position: absolute;
  top: 0;
}
.map_box2 .map_box3{
	margin: 0px -20px;
}
.map_box,
.map_box3 {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}
.map_box img {
	width: 100%;
}
.map_box2 {
	background: #fff;
	padding: 50px;
	margin-bottom: 20px;
}
.map_box {
	margin-bottom: 20px;
}
.map_box .col {
	width: 50%;
}
.map_box .col:first-child {
	padding:0 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.map_box3 .col:nth-child(3n+2):before,
.map_box3 .col:nth-child(3n+2):after {
	content: '';
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #000000;
	opacity: 0.2;
	display: block;
}
.map_box3 .col:nth-child(3n + 2):before {
	left: 0;
}
.map_box3 .col:nth-child(3n + 2):after {
	right: 0;
}
.map_box3 .col {
	width: 33.33%;
	position: relative;
	padding: 0px 20px;
	margin: 20px 0px;
}
.map_point {
	color: #009843;
	font-weight: 500;
	display: inline-block;
	padding: 5px 0;
}
.map{
	height: 380px;
	width: 100%;
}
@media screen and (max-width: 1440px) {
	.sect1 .text {
		font-size: 22px;
		line-height: 1.5;
	}
	.contact-box .left {
		padding: 40px;
	}
	.map_title {
		margin: 0 0 10px;
		font-size: 28px;
		padding-bottom: 15px;
	}
}
@media(max-width: 1299px){
	.sect1 {
		padding: 80px 0px;
	}
	.map_title {
		font-size: 24px;
	}
	.map_title:after {
		content: '';
		width: 80px;
		height: 3px;
	}
	.map_title2 {
		font-size: 20px;
	}
}
@media(max-width: 1199px){
	.map_box .text{
		font-size: 16px;
	}
	.map_box3 .text{
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	.contact-box .left {
		padding: 30px;
		width: 100%;
	}
	.contact-sect {
		background: #fff
	}
	.sect1 {
		padding: 50px 0px;
	}
	.sect1 .text {
		font-size: 18px;
	}
	.sect1 .col {
		width: 100%;
	}
	.sect1 .container {
		display: block;
	}
	.map_title {
		font-size: 22px;
	}
	.map_box .col {
		width: 100%;
	}
	.map_box .col:first-child {
		padding: 30px;
	}
	.map_box2 .map_box3{
		margin: 0px;
	}
	.map_box2{
		padding: 30px;
	}
	.map_box,
	.map_box3 {
		flex-wrap: wrap;
	}
	.map_box3 .col {
		width: 100%;
		padding: 0px;
		margin: 10px 0px;
	}
	.map_box3 .col:nth-child(3n + 2):before,
	.map_box3 .col:nth-child(3n + 2):after {
		display: none;
	}
}
@media screen and (max-width: 768px){
	.map_box .col {
		width: 100%;
	}
	
}
@media(max-width: 575px){
	.sect1 .text {
		font-size: 16px;
		line-height: 1.25;
		font-weight: 400;
	}
	.map_title {
		font-size: 20px;
	}
	.map_title2 {
		font-size: 18px;
		padding-left: 35px;
	}
	.map_box2 i{
		width: 30px;
		top: -3px;
	}
	.map_box .text{
		font-size: 14px;
	}
	.map_box3 .text{
		font-size: 14px;
	}
}
