@charset "utf-8";
/* CSS Document */

.light-box-bk{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3000;
	background: #91bbe4;
}
.lightbox-content{
	width: 1200px;
	position: fixed;
	margin-left: -600px;
	top: 120px;
	left: 50%;
	z-index: 4000;
}
.lightbox-content-a{
	width: 100%;
	position: absolute;
    left: 0;
    top: 0;
    z-index: 3010;
}
.lightbox-content-inner{
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.lightbox-pic {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4002;
}
.lightbox-pic img{
	width: 100%;
	height: auto;
	max-width: 1200px;
	
}
.light-close-button{
	width: 50px;
	position: absolute;
	z-index: 4503;
	top: -20px;
	right: -20px;
}
.install-open, .install-close{
	cursor: pointer;
}
.inter-box-close{
	width: 38px;
	display: block;
	float: right;
	margin-right: 2px;
	margin-bottom: 20px;
	cursor: pointer;
}

.menu-outbox{
	width: 100%;
    display: block;
	float: left;
}

.menu-outbox ul{
	width: 100%;
    display: block;
	float: left;
	list-style-type: none;
	padding-left: 0px;
}
.menu-outbox ul li{
	width: 100%;
    display: block;
	float: left;
	list-style-type: none;
}


@media only screen and (max-width : 1680px){
.lightbox-content{
	width: 1100px;
	margin-left: -550px;
	top: 120px;
	left: 50%;
}
}
@media only screen and (max-width : 1440px){
.lightbox-content{
	width: 1100px;
	margin-left: -550px;
	top: 80px;
	left: 50%;
}
}
@media only screen and (max-width : 1366px){
.lightbox-content{
	width: 900px;
	margin-left: -450px;
	top: 70px;
	left: 50%;
}
}














