.map_ins li div dl>div::-webkit-scrollbar {width:8px;}
.map_ins li div dl>div::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 8px;background: #EDEDED;}
.map_ins li div dl>div::-webkit-scrollbar-thumb {border-radius: 8px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: #102f68;}
.map_ins li div dl>div::-webkit-scrollbar-thumb:window-inactive {background:#102f68;}
.map_cont{
	/* height: 831px; */
	/* background: url(../images/ditu/map_bg.jpg) no-repeat 50% 50% #1e3c72; */
	position: relative;
	}
.map_ins{
	height: 597px;
	margin-top: 126px;
	margin-left: auto;
	margin-right: auto;
	width: 1159px;
	}
.map_ins li{
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 20;
	cursor: pointer;
        list-style: none!important;}
.map_ins li div{
	position: relative;
	height: 100%;
	z-index: 25;}
.map_ins li div dl{
	position: absolute;
	transition: .2s all ease-in-out;
	visibility: hidden;
	opacity: 0;
	z-index: 25;
	padding: 10px 20px;
	background: #fff;
	border: 2px solid #103068;
	max-height: 597px;
	}
.map_ins li:hover{
	z-index: 25;}
.map_ins li:hover div dl{
	visibility: visible;
	opacity: 1;}
.map_ins li div dl dd{
	font-size: 16px;
	line-height: 29px;}
.map_ins li div dl::after{
	content:'';
	display: inline-block;
	background: url(../images/ditu/map_arr.png);
	width: 26px;
	height: 22px;
	position: absolute;
	top: 211px;
	left: -26px;
	}
.map_ins li div span{
	background-repeat: no-repeat;
	position: absolute;
	z-index: 20;
	background-position: 50% 50%;
	cursor: pointer;
	opacity: .6;}
.map_ins li div span b{
	display: none;}
.north_america{
	width: 509px;
	height: 356px;
	top: 0;
	left: 0;
	background-image: url(../images/ditu/north_america.png);}
.map_ins li.north_america:hover{
	background-image: url(../images/ditu/north_america_active.png);}
.forMobile{
	display: none;}
.north_america dl{
	width: 543px;
	top: 0;
	left: 389px;
	}
.north_america span{
	display: inline-block;
	width: 81px;
	height: 53px;
	top: 175px;
	left: 167px;
	background-image: url(../images/ditu/north-america-txt.png);}

.south_america{
	width: 211px;
	height: 259px;
	left: 247px;
	top: 338px;
	background-image: url(../images/ditu/south_america.png);}
.south_america span{
	width: 81px;
	height: 53px;
	top: 57px;
	left: 74px;
	background-image: url(../images/ditu/south-america-txt.png);}
.map_ins li.south_america:hover{
	background-image: url(../images/ditu/south_america_active.png);}
.south_america dl{
	width: 485px;
    top: -149px;
    left: 185px;}
.africa{
	width: 263px;
	height: 246px;
	left: 465px;
	top: 253px;
	background-image: url(../images/ditu/africa.png);}
.africa span{
	width: 65px;
	height: 20px;
	top: 73px;
	left: 106px;
	background-image: url(../images/ditu/africa-txt.png);}
.map_ins li.africa:hover{
	background-image: url(../images/ditu/africa_active.png);}
.africa dl{
	width: 335px;
	top: 49px;
	left: 253px;}
.map_ins li.africa div dl::after{
    top: 63px;
    left: -26px;}
.europe{
	width: 323px;
	height: 249px;
	top: 0;
	right: 390px;
	background-image: url(../images/ditu/europe.png);}
.europe span{
	width: 69px;
	height: 20px;
	top: 176px;
	left: 159px;
	background-image: url(../images/ditu/europe-txt.png);}
.map_ins li.europe:hover{
	background-image: url(../images/ditu/europe_active.png);}
.europe dl{
	width: 500px;
	top: 0;
	left: 275px;
	}
.map_ins li.europe div dl::after{
    top: 185px;
    left: -26px;}
.asia{
	width: 529px;
	height: 396px;
	top: 0;
	right: 0;
	background-image: url(../images/ditu/asia.png);}
.map_ins li.asia{
	z-index: 19;}
.map_ins li.asia:hover{
	background-image: url(../images/ditu/asia_active.png);
	z-index: 25;}
.map_ins li.asia div dl::after{
	top: 153px;
	left: 518px;
	transform: rotate(180deg);
	}
.asia dl{
	width: 522px;
	top: 0;
	left: -415px;
	}
.asia span{
	width: 42px;
	height: 20px;
	top: 187px;
	right: 273px;
	background-image: url(../images/ditu/asia-txt.png);}
.australia{
	width: 243px;
	height: 199px;
	bottom: 0;
	right: 0;
	background-image: url(../images/ditu/australia.png);}
.australia span{
	width: 101px;
	height: 20px;
	right: 125px;
	bottom: 95px;
	background-image: url(../images/ditu/australia-txt.png);}
.map_ins li.australia:hover{
	background-image: url(../images/ditu/australia_active.png);
	z-index: 25;}
.map_ins li.australia div dl::after{
	top: 226px;
    left: 406px;
    transform: rotate(180deg);
	}

.australia dl{
    width: 410px;
    top: -160px;
    left: -440px;
	}
.map_ins li div dl div{
width: 95%;overflow-y: auto;max-height: 570px;margin: 10px 20px;
}
