/*原生技术部分css*/
#s_js_wrap {
	min-width: 1101px;
	height: 853px;
	margin: auto;
	/*background: blue;*/
	background: url(../img/s_js_bg.jpg) no-repeat center;
	/*background-size: 100% 100%;*/
	position: relative;
}

#s_js_center {
	width: 1101px;
	margin: auto;
	position: relative;
}
#s_js_body{
	/*overflow: hidden;*/
	/*853-97*/
	height: 756px;
	position: relative;
}
/*半圆图片*/
#s_js_round{
	position: absolute;
	bottom: 245px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#s_round_box div{
	position: absolute;
	cursor: pointer;
	
	border: 10px solid transparent;
	border-radius: 50%;
	transition: all 1s;
	box-sizing: border-box;
	
}
#s_round_box div:nth-child(1){
	bottom: 467px;
	left: 0;
}
#s_round_box div:nth-child(1):hover{
	border-color: rgba(125,184,14,0.5);
	/*transform: scale(1.3,1.3);*/
	transform: scale(1.1,1.1);
	
}

#s_round_box div:nth-child(2){
	bottom: 222px;
	left: 256px;
}

#s_round_box div:nth-child(2):hover{
	border-color: rgba(254,127,31,0.5);
	transform: scale(1.1,1.1);
}

#s_round_box div:nth-child(3){
	bottom: 222px;
	left: 686px;
}
#s_round_box div:nth-child(3):hover{
	border-color: rgba(116,82,230,0.5);
	transform: scale(1.1,1.1);
}
#s_round_box div:nth-child(4){
	bottom: 467px;
	right: 0px;
}
#s_round_box div:nth-child(4):hover{
	border-color: rgba(41,147,229,0.5);
	/*transform: scale(1.3,1.3);*/
	transform: scale(1.1,1.1);
	
}
/*对应文字介绍部分*/
#s_module_detail{
	/*background: red;*/
	/*margin-left: 258px;*/
	/*margin-left: 200px;*/
	
	/*margin-top: 141px;*/
	position: relative;
	/*top: 141px;*/
	color: white;
	padding-top: 54px;
	/*display: inline-block;*/
	margin: 0 auto;
	width: 583px;
	/*background: red;*/
}
#s_module_detail table tr{
	/*height: 100px;*/
	/*margin-top: 100px;*/
	/*height: 67px;*/
	

}
#s_module_detail table tr td:first-child{
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	width: 197px;
	padding: 15px 0;
	
}
#s_module_detail table tr td p{
	border: 1px solid #9ece31;
	border-radius: 3px;
	box-sizing: border-box;
	background-color: rgba(158,206,49,0.3);
	/*padding: 5.5px;*/
	padding: 7px 17px;
	
	

}
#s_module_detail table tr td:last-child{
	font-size: 16px;
	line-height: 26px;
	/*width: 403px;*/
	padding-left: 25px;
}

/*核心技术按钮*/
#s_js_btn{
	position: absolute;
	bottom: 101px;
	left: 0;
	right: 0;
	margin:0 auto;
	
}
#s_js_earth{
	position: absolute;
	left: 198px;
	bottom: 123px;
	transition: 2s;
	cursor: pointer;
}
/*画布*/
#s_js_canvas{
	position: absolute;
	left: 0;
	top: 0;
}












