*{
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	font:12px Tahoma;
	color:#fff;
	background:#000 url(../images/bg.jpg) top center no-repeat;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#fff;
	text-decoration:underline;
}

@font-face { 
font-family: 'MyriadPro-Regular';
src: url('font/MyriadPro-Regular.eot');
src: local('MyriadPro-Regular'), local('MyriadPro-Regular'), url('font/MyriadPro-Regular.woff') format('woff'), url('font/MyriadPro-Regular.ttf') format('opentype');
}



.spacer{
	clear:both;
	line-height:0;
	font-size:0;
}
h1{
	font:26px/26px sans-serif;
	color:#fff;
	margin:0;
	padding:0;
}
h2{
	font:24px/24px Helvetica, sans-serif;
	color:#fff;
	margin:0;
	padding:0;
}

#wrapper{
	margin:0;
	padding:0;
	overflow:hidden;
}

/*---------------header-part------------------------*/
#headerbg{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
#headerblk{
	width:980px;
	height:162px;
	float:none;
	padding:0;
	margin:0 auto;
}
.logo{
	width:204px;
	height:141px;
	float:left;
}

.share{
	width:100px;
	height:26px;
	float:right;
	margin:125px 0 0 0;
}
.share ul{
	margin:0;
	padding:0;
	list-style:none;
}
.share ul li{
	float:left;
	width:26px;
	height:26px;
	margin:0 0 0 7px;
	padding:0;
	border:0;
}
/*--------------------menu-part-------------------------*/
#menubg{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	background:url(../images/menubg.png);
}
#menublk{
	width:980px;
	height:48px;
	float:none;
	margin:0 auto;
	padding:0;
}
/*.menu{
	width:980px;
	height:30px;
	float:left;
	padding:9px 0;
}
.menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
.menu ul li{
	float:left;
	margin:0;
	padding:0;
}
.menu ul li a{
	font-family: 'MyriadPro-Regular';
	font-size:18px;
	line-height:30px;
	padding:0 15px;
	margin:0 2px 0 0;
	color:#fff;
	text-decoration:none;
}
.menu ul li a:hover{
	font-family: 'MyriadPro-Regular';
	font-size:18px;
	line-height:30px;
	padding:5px 15px 5px 15px;
	color:#fff;
	margin:0 2px 0 0;
	background:url(../images/m-bg.png);
	border-radius:5px;
	text-decoration:none;
}
.menu ul li a.active{
	font-family: 'MyriadPro-Regular';
	font-size:18px;
	line-height:30px;
	padding:5px 15px 5px 15px;
	margin:0 2px 0 0;
	color:#fff;
	background:url(../images/m-bg.png);
	border-radius:5px;
	text-decoration:none;
}*/
#nav{
	width:750px;
	height:48px;
	float:left;
	z-index:500;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
}
#nav li {
	float:left;
}
#nav li a {
	padding:15px 16px 15px 16px;
	display:block;
	color:#fff;
	font-size:18px;
	line-height:18px;
	font-family:Calibri;
}
#nav li a:hover {
	text-decoration:none;
	color:#000;
	background:url(../images/m-bg.png);
}
#nav li a.active {
	text-decoration:none;
	color:#000;
	background:url(../images/m-bg.png);
}
#nav li ul {
	display:none;
}
#nav li:hover #sub-nav {
	position:absolute;
	display:block;
}
#sub-nav {
	padding:10px 0;
	width:200px;
	border-radius:4px;
}
#sub-nav li {
	margin-bottom:1px;
	float:none;
	
}
#sub-nav li a {
	padding:5px 10px;
	font-size:14px;
	display:block;
	color:#fff;
	background:#941431;
	
}
#sub-nav li a:hover {
	color:#000;
	background:#d4395c;
}
/*------------------------content-part--------------------------*/
#contentbg{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
#contentblk{
	width:980px;
	float:none;
	margin:0 auto;
	padding:0;
}
#cont-lft{
	width:655px;
	height:auto;
	float:left;
	padding:20px 15px 0 0;
	font-family:Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#fff;
}
.banner{
	width:655px;
	height:352px;
	float:left;
	background:#fff;
	border-radius:5px;
}
.bnr-mn{
	width:642px;
	height:340px;
	float:left;
	margin:6px;
	border-radius:5px;
}
.welcom{
	width:655px;
	height:200px;
	float:left;
	margin-top:20px;
	text-align:justify;
}
.title{
	width:655px;
	height:35px;
	float:left;
	font:24px Helvetica, sans-serif;
	color:#fff;
}
.readmore{
	width:70px;
	height:20px;
	float:left;
	margin:18px 0 0 585px;
	text-align:center;
	font-size:12px;
	background:#a5002a;
	border-radius:4px;
	line-height:20px;
}
.readmore a{
	color:#fff;
	text-decoration:none;
}
.readmore a:hover{
	color:#000;
	text-decoration:underline;
}
.pro-des{
	width:655px;
	height:266px;
	float:left;
}
.item{
	width:145px;
	height:146px;
	float:left;
	margin-right:11px;
	padding:5px;
	background:#fff;
}
.item .img{
	width:145px;
	height:146px;
	float:left;
}
.item .nm{
	width:157px;
	height:25px;
	float:left;
	line-height:25px;
}
.view{
	width:655px;
	height:20px;
	float:left;
	font:14px Helvetica, sans-serif;
	color:#fff;
	text-align:right;
	padding-top:10px;
	text-transform:uppercase;
}
#cont-rht{
	width:310px;
	height:auto;
	float:left;
	padding:20px 0;
	font-family:Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#fff;
}
.ad-1{
	width:300px;
	height:278px;
	float:left;
	border-radius:5px;
	padding:5px;
	background:#fff;
}
.ad-2{
	width:300px;
	height:228px;
	float:left;
	margin-top:10px;
	border-radius:5px;
	padding:5px;
	background:#fff;
}
.ad-3{
	width:300px;
	height:210px;
	float:left;
	margin-top:10px;
	border-radius:5px;
	padding:5px;
	background:#fff;
}
.gold-price{
	width:300px;
	height:210px;
	float:left;
	overflow:scroll;
}
/****************************************footer*******************************/
#footerbg{
	width:100%;
	margin:0;
	padding:0;
	float:left;
	background:#110f10;
}
#footerbg .footerblank{
	width:980px;
	margin:0 auto;
	padding:0;
	height:60px;
}
#footerbg .footerblank .footer{
	width:700px;
	height:60px;
	float:left;
}
#footerbg .footerblank .footer ul{
	width:700px;
	list-style:none;
	padding:10px 0 5px 0; 
	margin:0px;
	float:left;
}
#footerbg .footerblank .footer ul li{
	float:left;
	font:12px/18px Helvetica, sans-serif;
	color:#fff;
	padding:0 5px 0 0;
}
#footerbg .footerblank .footer ul li a{
	text-decoration:none;
	color:#fff;
}
#footerbg .footerblank .footer ul li a:hover{
	text-decoration:underline;
	color:#fff;
}
#footerbg .footerblank .footer p{
	width:700px;
	height:20px;
	font:12px Helvetica, sans-serif;
	color:#fff;
}
#footerbg .footerblank .powered{
	width:280px;
	height:40px;
	padding:10px 0;
	font:12px/40px Helvetica, sans-serif;
	float:left;
	text-align:right;
	color:#fff;
}
#footerbg .footerblank .powered a{
	text-decoration:none;
	color:#fff;
}
#footerbg .footerblank .powered a:hover{
	text-decoration:none;
	color:#fff;
}
/*---------------------------about-us------------------------------*/

#abtbg{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	background:#000;
}
#abtblk{
	width:980px;
	float:none;
	margin:0 auto;
	padding:0;
}
#abt-bnr{
	width:655px;
	height:179px;
	float:left;
	background:url(../images/abt-bnr.jpg) no-repeat;
}
#app-bnr{
	width:655px;
	height:179px;
	float:left;
	background:url(../images/app-bnr.jpg) no-repeat;
}
#abt-txt{
	width:655px;
	height:620px;
	float:left;
	margin:20px 0;
	text-align:justify;
}
#abt-txt span{
	font:bold 14px/34px Tahoma;
	color:#fff;
	margin:5px 0 0 0;
	padding:0;
}
.text{
	font:24px/24px Helvetica, sans-serif;
	color:#fff;
	margin:0 0 10px 0;
	padding:0;
}
/*----------------------contact-page------------------------*/
#cont-bnr{
	width:980px;
	height:177px;
	float:left;
	margin:20px 0;
	background:url(../images/cont-bnr.jpg) no-repeat;
}
#cont-txt{
	width:940px;
	height:auto;
	float:left;
	margin:0 20px 20px 20px;
}
.cnt-add{
	width:570px;
	height:500px;
	float:left;
}
.add-bg{
	width:487px;
	height:175px;
	float:left;
	background:url(../images/cnt-bg.jpg);
	padding:20px;
}
.ph{
	width:450px;
	height:45px;
	float:left;
	margin-top:0px;
	padding:0 0 0 25px;
	font:16px/20px Calibri;
	color:#fff;
	background:url(../images/ph.jpg) 0px 4px no-repeat;
}
.land{
	width:450px;
	height:auto;
	float:left;
	padding:0 0 5px 25px;
	font:16px/20px Calibri;
	color:#fff;
	background:url(../images/land.jpg) 0px 4px no-repeat;
}
.mail{
	width:450px;
	height:auto;
	float:left;
	padding:0 0 0 25px;
	font:16px/20px Calibri;
	color:#fff;
	background:url(../images/email.jpg) 0px 6px no-repeat;
}
.mail a{
	color:#fff;
	text-decoration:none;
}
.mail a:hover{
	color:#941431;
	text-decoration:underline;
}
.web{
	width:450px;
	height:auto;
	float:left;
	padding:5px 0 0 25px;
	font:16px/20px Calibri;
	color:#fff;
	background:url(../images/web.png) 0px 9px no-repeat;
}
.web a{
	color:#fff;
	text-decoration:none;
}
.web a:hover{
	color:#941431;
	text-decoration:underline;
}
.enqury{
	width:527px;
	height:265px;
	float:left;
	border-top:1px solid #242324;
	padding-top:10px;
	margin-top:15px;
	line-height:18px;
}
.txt-bx{
	width:375px;
	height:210px;
	float:left;
}
.txt-bx-mn{
	width:375px;
	height:auto;
	float:left;
	margin-bottom:10px;
}
.bx-txt{
	width:175px;
	height:25px;
	float:left;
	font:16px Calibri;
	font-weight:normal;
	color:#fff;
}
.bx-inp{
	width:200px;
	height:25px;
	float:left;
}
.bx-inp1{
	width:200px;
	height:60px;
	float:left;
}
.submit{
	width:90px;
	height:28px;
	float:left;
}
.bx-txt1{
	width:280px;
	height:28px;
	float:left;
	font:14px/28px Corbel;
	font-weight:normal;
	color:#fff;
}
.g-map{
	width:360px;
	height:270px;
	float:left;
	background:#4a4a4a;
	padding:5px;
}

/*--------------------------------product------------------------------*/

#pro-bnr{
	width:655px;
	height:179px;
	float:left;
	background:url(../images/pro-bnr.jpg) no-repeat;
}
#pro-txt{
	width:655px;
	height:620px;
	float:left;
	margin:20px 0;
	text-align:justify;
}
#pro-txt ul{
	margin:0;
	padding:0;
	list-style:none;
}
#pro-txt ul li{
	float:left;
	width:147px;
	height:159px;
	margin:10px 9px 5px 0;
	padding:5px;
	background:#fff;
}
#pro-txt ul li a{
	border:0;
}
span.rollover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(../images/mag.png) center center no-repeat #000;
	cursor: pointer;
	height: 159px;
	width: 147px;
	position: absolute;
	z-index: 10;
	opacity: 0;
}

span.rollover:hover {
	opacity: .5;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}



/*-------------------scrollbar--------------------------*/

.scrollbar
{
	float: left;
	height: 200px;
	width:10px;
	overflow: scroll;
}
.scrollbar1{
	float: left;
	height: 200px;
	width:10px;
	overflow: scroll;
}

.force-overflow
{
	min-height:auto;	
}
/*
 *  STYLE 4
 */
#style-4::-webkit-scrollbar-track
{
	background-color: #0f0f0f;
	cursor:pointer;
}

#style-4::-webkit-scrollbar
{
	width:10px;
	background-color: #0f0f0f;
	cursor:pointer;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #505050;
	border: 2px solid transparent;	
}
.event{
	width:300px;
	height:270px;
	float:left;
	padding:5px;
	margin-top:565px;
	margin-left:670px;
	background:#fff;
	color:#000;
	border-radius:4px;
	position:absolute;
	z-index:100px;
}
.ent-des{
	width:225px;
	height:210px;
	float:left;
}

