
/*星空*/
.coo{
	margin:0 auto;
	width:100%;
	height:100%;
	background-color:#000;
	position:relative;
	/*margin-top: 100px;*/
	}
.coo canvas {
	width:100%;height:960px/*默认全屏显示 可自己设置高度640px*/;
	display:inline-block;vertical-align:baseline;
	/*position:absolute;*/
	z-index:0;
	}
.coo .canvaszz{  /*用来解决视频右键菜单，用于视频上面的遮罩层*/
	width:100%;
	background-image: url(../images/in_top_bj.jpg);
	background-size:cover;
	height:100%;
	position:absolute;
	z-index:1;
		filter:alpha(opacity=80);  
      	-moz-opacity:0.8;  
      	-khtml-opacity: 0.8;  
      	opacity: 0.8;
	}
.coo-a{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.coo-a .p1{
	color: #fff;
}
.coo-a .p2{
	color: #fff;
}
.coo-b{
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 99;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
}
.coo-b ul{
	width: auto;
	height: auto;
	display: inline-block;
}
.coo-b ul li{
	width: auto;
	height: auto;
	display: inline-block;
	margin: 10px;
	border-radius: 40px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	cursor: pointer;
}
.coo-b ul li p{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	padding: 0 50px;
	margin-bottom: 0;
}
.coo-b .active{
	background: #35b7de;
}
.coo-b ul li:hover{
	background: #35b7de;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.coo-c{
	width: 1350px;
	height: 950px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: -1;
}
.coo-a .brick-list{
	width: 1350px;
	height: 950px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: 0;
}
.coo-d{
	width: 100%;
	height: auto;
}
.coo-f{
	width: 140px;
	height: 140px;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	box-shadow: 5px 10px 40px rgba(0,0,0,0.2);
}
.coo-f img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.coo-e{
	width: 140px;
	height: 140px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0.1;
	z-index: -1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	background: #fff;
	border-radius: 50%;
}
.coo-f:hover .coo-e{
	width: 170px;
	height: 170px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.coo-d1{
	top: 30%;
	left: 18%;
}
.coo-d2{
	top: 44%;
	left: 35%;
}
.coo-d3{
	top: 30%;
	right: 20%;
}
.coo-d4{
	top: 55%;
	left: 15%;
}
.coo-d5{
	top: 71%;
	left: 38%;
}
.coo-d6{
	top: 57%;
	right: 27%;
}
.coo-d7{
	top: 45%;
	right: 11%;
}
.coo .abo_a1{
	color: #fff;
	margin-top: 100px;
}
.coo .abo_a2{
	color: #fff;
}



@media (max-width: 1400px){

	.coo canvas {
		width:100%;height:880px/*默认全屏显示 可自己设置高度640px*/;
	}
	.coo-c{
		width: 1206px;
		height: 850px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
		z-index: -1;
	}
	.coo-a .brick-list{
		width: 1206px;
		height: 850px;
		position: absolute;
		left: 50%;
		transform: translate(-50%,0);
		top: 0;
	}
	.coo-f{
		width: 120px;
		height: 120px;
	}
	.coo-e{
		width: 120px;
		height: 120px;
	}
	.coo-f:hover .coo-e{
		width: 150px;
		height: 150px;
		transition: 0.5s;
		-webkit-transition: 0.5s;
	}
}

@media (max-width: 1200px){

	.coo canvas {
		width:100%;height:750px/*默认全屏显示 可自己设置高度640px*/;
	}
	.coo-c{
		width: 1021px;
		height: 720px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
		z-index: -1;
	}
	.coo-a .brick-list{
		width: 1021px;
		height: 720px;
		position: absolute;
		left: 50%;
		transform: translate(-50%,0);
		top: 0;
	}
	.coo-f{
		width: 120px;
		height: 120px;
	}
	.coo-e{
		width: 120px;
		height: 120px;
	}
	.coo-f:hover .coo-e{
		width: 150px;
		height: 150px;
		transition: 0.5s;
		-webkit-transition: 0.5s;
	}
	.coo{
		/*margin-top: 60px;*/
	}
	.coo .abo_a1{
		margin-top: 60px;
	}
}
@media (max-width: 991px){
	.coo{
		/*margin-top: 40px;*/
	}
	.coo canvas {
		width:100%;height:550px/*默认全屏显示 可自己设置高度640px*/;
	}
	.coo-c{
		width: 752px;
		height: 530px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
		z-index: -1;
	}
	.coo-a .brick-list{
		width: 752px;
		height: 530px;
		position: absolute;
		left: 50%;
		transform: translate(-50%,0);
		top: 0;
	}
	.coo-f{
		width: 80px;
		height: 80px;
	}
	.coo-e{
		width: 80px;
		height: 80px;
	}
	.coo-f:hover .coo-e{
		width: 100px;
		height: 100px;
		transition: 0.5s;
		-webkit-transition: 0.5s;
	}
	.coo-b ul li p{
		padding: 0 30px;
	}
	.coo .abo_a1{
		margin-top: 40px;
	}
}
@media (max-width: 767px){
	.coo canvas {
		width:100%;height:300px;/*默认全屏显示 可自己设置高度640px*/;
		display:inline-block;vertical-align:baseline
		position:absolute;
		z-index:0;
	}
	.coo-c{
		width: 411px;
		height: 290px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
		z-index: -1;
	}
	.coo{
		/*margin-top: 10px;*/
	}
	.coo-a .brick-list{
		width: 411px;
		height: 290px;
		position: absolute;
		left: 50%;
		transform: translate(-50%,0);
		top: 0;
	}
	.coo-f{
		width: 40px;
		height: 40px;
	}
	.coo-e{
		width: 40px;
		height: 40px;
	}
	.coo-f:hover .coo-e{
		width: 60px;
		height: 60px;
		transition: 0.5s;
		-webkit-transition: 0.5s;
	}
	.coo-b ul li p{
		padding: 0 10px;
		font-size: 14px;
		line-height: 28px;
	}
	.coo-b ul li{
		margin: 0;
	}
	.coo .abo_a1{
		margin-top: 10px;
	}
}
@media (max-width: 375px){
	.coo canvas {
		width:100%;height:270px;/*默认全屏显示 可自己设置高度640px*/;
		display:inline-block;vertical-align:baseline
		position:absolute;
		z-index:0;
	}
	.coo-c{
		width: 375px;
		height: 264px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
		z-index: -1;
	}
	.coo-a .brick-list{
		width: 375px;
		height: 264px;
		position: absolute;
		left: 50%;
		transform: translate(-50%,0);
		top: 0;
	}
	.coo-b ul li p{
		padding: 0 10px;
		font-size: 12px;
		line-height: 24px;
	}
}
@media (max-width: 360px){
	.coo canvas {
		width:100%;height:263px;/*默认全屏显示 可自己设置高度640px*/;
		display:inline-block;vertical-align:baseline
		position:absolute;
		z-index:0;
	}
	.coo-c{
		width: 360px;
		height: 253px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
		z-index: -1;
	}
	.coo-a .brick-list{
		width: 360px;
		height: 253px;
		position: absolute;
		left: 50%;
		transform: translate(-50%,0);
		top: 0;
	}
	.coo-b ul li p{
		padding: 0 8px;
		font-size: 12px;
		line-height: 24px;
	}
}
@media (max-width: 320px){
	.coo canvas {
		width:100%;height:235px;/*默认全屏显示 可自己设置高度640px*/;
		display:inline-block;vertical-align:baseline
		position:absolute;
		z-index:0;
	}
	.coo-c{
		width: 320px;
		height: 225px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
		z-index: -1;
	}
	.coo-a .brick-list{
		width: 320px;
		height: 225px;
		position: absolute;
		left: 50%;
		transform: translate(-50%,0);
		top: 0;
	}
	.coo-b ul li p{
		padding: 0 8px;
		font-size: 12px;
		line-height: 20px;
	}
	.coo-f{
		width: 30px;
		height: 30px;
	}
	.coo-e{
		width: 30px;
		height: 30px;
	}
	.coo-f:hover .coo-e{
		width: 50px;
		height: 50px;
		transition: 0.5s;
		-webkit-transition: 0.5s;
	}
}