@charset "utf-8";
@font-face {
	font-family: 'Century Gothic';
	src: url('Century Gothic.ttf') format('truetype');
}

html{
	-webkit-text-size-adjust: none;
}

/*body{
	background: #000;
	margin: 0;
	text-align: center;
	font-family: "Century Gothic", "Tahoma";
	font-size: 12px;

	background: #000 url(images/pixel.jpg) no-repeat right 0;
}*/

body{
	margin: 0;
	text-align: center;
	font-family: "Century Gothic", "Tahoma";
	font-size: 12px;
	background: #000 url(images/pixel.jpg) no-repeat right 0;
}

div.main:before{
	content: "All rights reserved @ 2017 by Paxgon Communication Sdn. Bhd.";
	color: #fff;
	top: 100%;
	position:absolute;
	margin-top: -20px;
	font-size: 10px;
	right: 10px;
	z-index:11;
}

ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.main{
	margin: 0 auto;
	height: 100%;
	position:relative;
	min-height: 900px;
	max-height: 1000px;
	min-width: 1620px;
		overflow:visible;
	background: #000 url(images/pixel.jpg) no-repeat right 0;
}

div.box{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

div.box.box-left{
	width: 50%;
	height: 100%;
	float: left;
	overflow:visible;
	position:absolute;
}

div.box.box-right{
	width: 50%;
	height: 100%;
	float:right;
}
div.box.box-right:after{
	content: "";
	width: 200px;
	height: 34px;
	right: 0px;
	top:30px;
	
	position: absolute;
	background: url(images/logo-main.png) no-repeat center;
}

ul.menu{
	width: 200px;
	
	position: absolute;
	left: 50%;
	top:50%;
	z-index:100;
	
	margin-top: -100px;
	margin-left: -100px;
	
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out; /* Firefox 4 */
	-webkit-transition: all 0.5s ease-out; /* Safari 和 Chrome */
	-o-transition: all 0.5s ease-out; /* Opera */			
}

ul.menu li{
	background: #2f2f2f;
	color: #d8c777;
	
	width: 100px;
	height: 100px;
	line-height: 100px;
	
	float: left;
	cursor: pointer;
	
	transition: background 0.8s;
	-moz-transition: background 0.8s; /* Firefox 4 */
	-webkit-transition: background 0.8s; /* Safari 和 Chrome */
	-o-transition: background 0.8s; /* Opera */		
}

ul.menu li:last-child{
	display: none;
}

ul.menu li.selected{
	background: #ee1c24 !important;
}
ul.menu li:hover{
	background: #181818; /*#ee1c24*/
}

ul.menu.on{
	left: 100%;
	margin-left:-200px;
}

ul.menu.disabled li:last-child{
	background: blue;
	position: absolute;
	width:200px;
	height: 200px;
	display: block;
	opacity:0;
	cursor: default;
}

/*
article{
	text-align:left;
	float: left;
	margin-left: 50%;
	
	margin-top: 100px;
}

article *{
	margin-left: -50%;
}

article h1{
	color: #d8c777;
	font-size: 40px;
	opacity:0.2;
}

article p{
	color: #fff;
	opacity:0.5;
}*/

/*右边字体*/
#content-right article{
	margin: 0 auto;
	width: 500px;
	margin-top: 100px;
	
	position: relative;
	
	color: #fff;
	text-align: left;
	line-height:16px;
	top:100px;
	
	opacity:0;
	 
	transition:all 1.5s;
	-moz-transition:all 1.5s; /* Firefox 4 */
	-webkit-transition:all 1.5s; /* Safari and Chrome */
	-o-transition:all 1.5s; /* Opera */
}

#content-right article.ani{
	top:0px;
	opacity:1;
}

#content-right article img.title{
	margin-bottom: 20px;
}

/*左边出来的div*/
#viewPage{
	overflow:hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0px;
	right:100%;
	z-index:10;
	
	min-height: 900px;
	min-width: 1000px;
	
	
	transition: all 0.6s;
	-moz-transition: all 0.6s ; /* Firefox 4 */
	-webkit-transition: all 0.6s ; /* Safari 和 Chrome */
	-o-transition: all 0.6s; /* Opera */		
}

#viewPage.on{
	right: 0px;
	margin-right:200px;
}

#viewPage .content{
	width: 100%;
	height: 100%;
}

#viewPage .close{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 100px;
	cursor: pointer;
	background: url(images/close.png) no-repeat center;
	
	-webkit-transition:1s all;
	-moz-transition:1s all;
	-o-transition:1s all;
	transition:1s all;
}


.what-left-content{
	padding-left: 200px;
	padding-top: 90px;
}

.what-left-content .body{
	box-shadow: -10px 0px 20px 5px #ddd;
	border-radius: 10px;
	
	padding: 30px 0px;
}

.what-left-content .content-main{
	width: 80%;
	margin: 0 auto;
}

.what-left-content .content-main div.view{
	width: 800px;
	height: 530px;	
	/*background-size: auto 100%;*/
	background-repeat: no-repeat;
	background-position: center;
	
	float: left;
	
	margin-right: 20px;		
	
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out; /* Firefox 4 */
	-webkit-transition: all 0.5s ease-out; /* Safari 和 Chrome */
	-o-transition: all 0.5s ease-out; /* Opera */	
}

.what-left-content .content-main .tip{
	text-align: left;
}

.what-left-content .content-main .tip h2{
	margin: 0px;
}

.what-left-content .content-main ul.imglist{
	clear: both;
	margin-top: 10px;
	position: relative;
	top: 15px;
	
	height:100;
}

.what-left-content .content-main ul.imglist img{
	height: 100px;
	
	cursor: pointer;
	
	float:left;
	margin-right:10px;
}






/*hjj*/
 .tip ul{
	float:left;
}
/*
.tip ul li{
	outline:1px solid red;
}*/

.tip ul li:before{
	content:"•  ";
}

#viewPage .close:hover{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
/*hjj*/