#salesNetwork-section>.salesNetWork-ctn{
	padding: 58px 15px;
}
.salesNetwork-title-ctn>h3{
	float: left;
	font-size: 30px;
	color: #000000;
}
.salesNetwork-title-ctn .mapChange{
	float: right;
	color: #000000;
}
.mapChange>div{
	cursor: pointer;
	display: inline-block;
	font-size: 30px;
	padding-bottom: 6px;
	transition: all .5s;
	border-bottom: 2px solid transparent;
}
.mapChange>div:hover{
	color: #004198;
    border-bottom: 2px solid #004198;
}
.btnActive{
	color: #004198;
    border-bottom: 2px solid #004198 !important;
}
.domestic{
	position: relative;
	width: 100%;
    height: 800px;
}
#main{
    position: absolute !important;
    left: -15%;
	width: 100%;
	height:800px;
}
.areaMsg{
	position: absolute;
    right: 0;
	width: 300px;
	color: #FFFFFF;
	background-color:#004198;
	padding: 40px 20px;
	line-height: 30px;
	margin-top: 100px;
}
.areaMsg>h3{
	font-size: 24px;
}
.areaMsg>p{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.areaMsg>p,.areaMsg span{
	font-size: 16px;
}
.cityList{
	display: none;
}
.salesShowActive{
	display: block;
}
.aboard{
	position: relative;
	display: none;
	height: 500px;
	margin-top: 50px;
}
#main2{
	position: relative;
    width: 75%;
    height: 100%;
    background: url(../images/base/worldMap.png) no-repeat;
    background-size: 100% auto;
}
.aboard .areaMsg{
	top: 0;
	right:-15px;
	margin-top: 0;
}
.aboard img{
    display: block;
    width: 100%;
   	margin: 60px auto 0;
}
.placeList{
	position: absolute;
}
.circleIcon{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #004198;
	margin: 4px auto;
}
.borderIcon{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #9cb0cb;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
}
.placeText{
	font-size: 14px;
	color: #121212;
}
#Asia{
    right: 22%;
    top: 15%;
}
#Europe{
    left: 54%;
    top: 20%;
}
#Africa{
	left: 55%;
    top: 45%;
}
#Oceania{
    right: 11%;
    bottom: 30%;
}
#NorthAmerica{
    top: 20%;
    left: 18%;
}
#SouthAmerica{
    top: 53%;
    left: 30%;
}

@media only screen and (max-width: 1024px) {
	.areaMsg{
		width: 250px;
	}
}


@media only screen and (max-width: 981px) {
	#main{
		position: relative !important;
		left: 0;
		height: 400px;
	}
	.areaMsg{
		width: 100%;
		position: relative;
		margin-top: 0px;
	}
	.aboard{
		height: 400px;
	}
	#main2{
		width: 100%;
	}
	#Asia{
        right: 22%;
    	top: 5%
	}
	#Europe{
	    left: 54%;
	    top: 5%;
	}
	#Africa{
	    left: 52%;
	    top: 18%;
	}
	#Oceania{
        right: 8%;
    	bottom: 62%;
	}
	#NorthAmerica{
        top: 7%;
    	left: 15%;
	}
	#SouthAmerica{
        top: 26%;
    	left: 28%;
	}
	.aboard .areaMsg{
		position: absolute;
		right: 0;
		bottom: 0;
		top: unset;
	}
}