/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th { margin: 0; padding: 0; outline: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
::selection { background: #ff6600; color: #FFF; }
::-moz-selection { background: #ff6600; color: #FFF; }
*:after, *:before { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeLegibility; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
a:hover, a:active { outline: 0; }
ul, ol, li { list-style: none; }
img { width: auto\9; height: auto; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic;  }
html, body { -webkit-user-select: none; font-size: 62.5%; /* 禁止选中文本（如无文本选中需求，此为必选项） */ user-select: none; }
body { width: 100%; -webkit-text-size-adjust: none; font-size: 1.2rem; font: 12px/1.2 'Helvetica Neue','Microsoft Yahei',AppleGothic, Helvetica, STHeiTi, sans-serif; line-height: 160%; color: #333; font-weight:lighter; overflow-x: hidden; }
/**:link, *:visited, *:hover, *:active, *:focus { transition: color .20s linear,background-color .20s linear,border-color .20s linear; }*/
a { color: #333; text-decoration: none; outline: none; -webkit-touch-callout: none; }
a:hover { color: #3300cc; text-decoration: none; }
/*缺省结束*/

@font-face {font-family: 'iconwanjin';
    src: url('../iconfont/iconfont.eot');
    src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../iconfont/iconfont.woff') format('woff'),
    url('../iconfont/iconfont.ttf') format('truetype'),
    url('../iconfont/iconfont.svg#iconfontyyy') format('svg');
}
.iconwanjin{
    font-family:"iconwanjin" !important;
    font-size:1.6rem;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


/*div, ul, li, p, a, div:hover, ul:hover, li:hover, p:hover, a:hover{-moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}*/

.contact{width: 100%; height: 100%; overflow: hidden;}
.contact .contactbg{
	background: url(../images/contact.jpg) top center no-repeat;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.6;	
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
}
.contact .contactTit{width: 100%; min-height: 420px; color: #fff; text-align: center; margin-top: 8%; background: url(../images/contact_tit_bg.png) top center no-repeat;}
.contact .contactTit p{line-height: 150%;}
.contact .contactTit h3{font-size: 2.2rem; color: #fff; letter-spacing: 2.4rem; text-indent: 2.4rem; padding-top: 4rem;}
.contact .contactTit h4{font-size: 1.8rem; padding-top: 1.5rem;}
/*.contact .contactTit h5{font-size: 12rem; line-height: 100%;}*/
.contact .contactTit .ewm{width: 350px; margin: 0 auto; padding-top: 30px;}
.contact .contactTit .ewm li{width: 50%;}
.contact .contactTit .ewm img{width: 120px;}
.contact .contactTit .ewm i{display: block; line-height: 30px; font-style: normal; font-size: 14px; font-weight: 600;}
.contact .contactTit p{font-size: 1.6rem; padding-top: 15px;}
.contact ul{width: 1200px; padding-top: 60px; overflow: hidden; margin: 0 auto; text-align: center; color: #fff;}
@media screen and (max-width:1200px){
	.contact ul{width: 100%;}
}
@media screen and (max-width:1440px){.contact ul{padding-top: 2rem;}}
.contact ul li{width: 25%; float: left; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.contact ul li .icon{padding: 3rem; position: relative;}
.contact ul li .icon i{font-size: 4rem;}
.contact ul li .icon::after{
	width: 2rem;
	height: 0.2rem;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -1rem;
	background: #fff;
	-moz-transition: all 0.3s ease; 
	-webkit-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.contact ul li p{font-size: 1.8rem; font-weight: bold; line-height: 150%;}
.contact ul li p span{display: block; font-size: 1.4rem; font-weight: 100;}

@media screen and (max-height:768px){
	.contact .contactbg{background-size: 100%;}
	.contact .contactTit{min-height: 300px; background-size:auto 100%;}
	.contact .contactTit p{line-height: 150%;}
	.contact .contactTit h3{font-size: 18px; color: #fff; letter-spacing: 20px; text-indent: 20px; padding-top: 30px;}
	.contact .contactTit h4{display: none;}
	/*.contact .contactTit h5{font-size: 12rem; line-height: 100%;}*/
	.contact .contactTit .ewm{width: 240px; margin: 0 auto; padding-top:20px; }
	.contact .contactTit .ewm li{width: 50%;}
	.contact .contactTit .ewm img{width: 100px;}
	.contact .contactTit .ewm i{display: block; line-height: 30px; font-style: normal; font-size: 14px; font-weight: 600;}
	.contact .contactTit p{font-size: 13px; padding-top: 5px;}
	.contact ul{padding-top: 30px;}
	.contact ul li{width: 25%; float: left; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
	.contact ul li .icon{padding: 30px; position: relative;}
	.contact ul li .icon i{font-size: 30px;}
	.contact ul li .icon::after{
		width: 20px;
		height: 2px;
		content: "";
		position: absolute;
		bottom: 15px;
		left: 50%;
		margin-left: -10px;
		background: #fff;
		-moz-transition: all 0.3s ease; 
		-webkit-transition: all 0.3s ease; 
		transition: all 0.3s ease;
	}
	.contact ul li p{font-size: 14px; font-weight: bold; line-height: 150%;}
	.contact ul li p span{display: block; font-size: 1.4rem; font-weight: 100;}
}

.contact ul li:hover .icon::after{width: 50%; margin-left:-25%;}
/*.contact ul li:hover{margin-top: -1rem;}*/
.contact ul li:hover .icon{
	animation:iconjump 0.5s infinite;
	-moz-animation:iconjump 0.5s infinite; /* Firefox */
	-webkit-animation:iconjump 0.5s infinite; /* Safari and Chrome */
	-o-animation:iconjump 0.5s infinite; /* Opera */
}
@keyframes iconjump
{
0%   {marign-top:0;}
50%  {margin-top:-1rem; padding: 3rem 0 4rem 0;}
100% {margin-top:0;}
}

@-moz-keyframes iconjump /* Firefox */
{
0%   {marign-top:0;}
50%  {margin-top:-1rem; padding: 3rem 0 4rem 0;}
100% {margin-top:0;}
}

@-webkit-keyframes iconjump /* Safari 和 Chrome */
{
0%   {marign-top:0;}
50%  {margin-top:-1rem; padding: 3rem 0 4rem 0;}
100% {margin-top:0;}
}

@-o-keyframes iconjump /* Opera */
{
0%   {marign-top:0;}
50%  {margin-top:-1rem; padding: 3rem 0 4rem 0;}
100% {margin-top:0;}
}

.logo{ width:36rem; height:7.2rem; position:absolute; top:3%; left:3%; z-index:999999; background: url(../images/logo.png) no-repeat;}
.logo_black{background: url(../images/logo_black.png) no-repeat;}
.logo a{display: block; width: 100%; height: 100%;}
@media screen and (max-height:768px){
	.logo{ width:280px; height:63px; background: url(../images/logo.png) no-repeat; background-size: 100%;}
	.logo_black{background: url(../images/logo_black.png) no-repeat; background-size: 100%;}
	.logo a{display: block; width: 100%; height: 100%;}
}
.hotline{ font-size:1.2rem; font-family:arial; position:absolute; left:3%; bottom:0; height: 4.4rem; line-height: 4.4rem; color:#fff; z-index:999999; }
.hotline em{ font-size:1.6rem; color:#ebce88;font-weight:bold; font-style:inherit; margin-right: 0.5rem; }
.hotline a{color: #ddcbbc;}
.hotline a:hover{color: #ff9900;}
.hotline a i{font-size: 1.8rem; margin: 0 0.5rem;}
.scroll{ width:20px; height:50px; position:absolute; bottom:2%; left:50%; margin-left:-1rem; z-index:999999; background: url(../images/scroll.png) no-repeat;}
.menu{ position:absolute; top:5%; right:10%; z-index:999999; }
.menu li{ float:left; padding:0 20px;  }
.menu li a{ display:block; line-height:3rem; font-size:1.4rem; font-weight:600; color:#fff; text-decoration:none; }
.menu li a:hover{ border-bottom:0.2rem solid #fff; }
.menu li a.black{color: #000000;}
.menu li a:hover.black{border-color: #000000;}
@media screen and (max-width:1440px){
	.menu{right: 13%;}
	.menu li{ padding:0 15px;  }
	.menu li a{font-size: 1.3rem;}
}
.order{ position:absolute; top:4%; right:0; z-index:999999; }
.order a{ display:block; float:left; height: 5rem; line-height: 5rem; padding:0 1.2rem; font-size:1.3rem; text-decoration:none; color:#333; font-weight: 400; }
.order a.icon{ background:#ddcbbc; margin-right:0.1rem; }
.order a.icon i{font-size: 2rem;}
.order a.text{ background:#ddbc9f; line-height:1.6rem; width: 110px; }
.order a.text p{ padding-top:0.8rem; }
.order a:hover{ background-color:#990000; color:#fff; }
.order a:hover.icon{ background-color:#990000; }
.order a.offer{clear: both; float: right; background: url(../images/offer.png) no-repeat; width: 110px; padding: 0; margin-top: 2px; line-height: 3rem; padding-left: 20px;}
@media screen and (max-height:768px){
	.order a.text{width: auto;}
	.order a.offer{line-height: 30px;}
}

.orderPopup{text-align: center;}
.orderPopup img{display: block; margin: 0 auto;}
.orderPopup h4{font-size: 2rem; line-height: 150%; padding-top: 1.5rem;}
.orderPopup span{display: block; font-size: 1.4rem; padding: 1rem 0;}
.orderPopup .orderLine{width: 15%; margin: 1rem auto; border-top: .2rem solid #fff;}
.orderPopup p{font-size: 1.2rem;}
.orderPopup h5{font-size: 2rem; color: #ffff00;}
.orderPopup .closeIt{
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	background-color: #eee;
	text-align: center;
	color: #333;
	position: absolute;
	bottom: -2.5rem;
	left: 50%;
	margin-left: -2.5rem;
	border-radius: 2.5rem;
	-webkit-border-radius: 2.5rem;
	-moz-border-radius: 2.5rem;
}
.orderPopup .closeIt:hover{
	color: #fff;
	background-color: #333;
}

.copyright{ position:absolute; bottom:0; right:3%; height: 4.4rem; line-height: 4.4rem; z-index:999999; font-size:1.2rem; color:#fff; }
.copyright strong{ color:#ebce88; }
.copyright a{color: #fff;}
.copyright a:hover{ color: #ebce88; text-decoration: underline;}


.footLogo{width: 6rem; height: 4.4rem; background: #242426; position: absolute; left: 50%; margin-left: -3rem; bottom: 0; color: #ddcbbc; text-align: center;}
.footLogo i{font-size: 3.6rem; line-height: 140%;}

.footerBox{width: 100%; height: 4.4rem; position: fixed; overflow: hidden; bottom:0; z-index: 9999999;}
.footerBox .crBox{position: relative; width: 100%; background: #141415; height: 4.4rem;}
.footerBox .conBox{width: 100%; height: 30rem;  background: url(../images/map.jpg) center no-repeat #000;}
.footerBox .conBox .newsBox{width: 40%; float: left; margin-left: 5%; padding-top: 40px;}
.footerBox .conBox .newsBox .news{height: 8rem; overflow: hidden; position: relative;}
.footerBox .conBox .newsBox .news::before{
	width: 30%;
	height: 100%;
	content: "";
	position: absolute;
	left: 6%;
	top: 0;
	border: 0.2rem solid #655546;
	z-index: 1;
}
.footerBox .conBox .newsBox .news .tit{background: #242426; padding: 0.5rem; line-height: 120%; font-size: 1.4rem; color: #ffcc99; text-align: center; font-style: italic; position: absolute; left: 0; top: 50%; margin-top: -2.2rem; z-index: 2;}
.footerBox .conBox .newsBox .news .img{width: 20rem; height: 6rem; position: absolute; left: 16%; top: 50%; margin-top: -3rem; z-index: 2;}
.footerBox .conBox .newsBox .news .img img{width: 200px; height: 60px;}
.footerBox .conBox .newsBox .news .txt{font-size: 1.4rem; color: #666666; float: left; margin: 2% 2% 0 0; padding-left:360px;}
@media screen and (max-width:1440px){
	.footerBox .conBox .newsBox .news .txt{padding-left: 320px;}
	.footerBox .conBox .newsBox .news .img{left: 17%;}
}
.footerBox .conBox .newsBox .news .txt a{color: #ffcc99; font-style: italic; display: block;}
.footerBox .conBox .newsBox .news .more{float: left; overflow: hidden; margin-top: 3%;}
.footerBox .conBox .newsBox .news .more a{font-size: 1.4rem; color: #655546; line-height: 100%; display: block; border-left: 0.2rem solid #625244; padding-left: 0.5rem;}
.footerBox .conBox .newsBox .news .more a:hover{color: #ffa800; border-color: #ffa800;}
.footerBox .conBox .newsBox .data{width: 100%; overflow: hidden; padding-top: 5rem;}
.footerBox .conBox .newsBox .data li{width: 25%; float: left;}
.footerBox .conBox .newsBox .data li p{font-size: 1.4rem; color: #9494a2;}
.footerBox .conBox .newsBox .data li div{font-size: 3.6rem; color: #ffcc99; line-height: 120%;}
.footerBox .conBox .newsBox .data li div span{font-size: 1.4rem;}

/* order style 1
.footerBox .conBox .orderBox{width: 40%; float: right; margin-right: 5%;}
.footerBox .conBox .orderBox .title{clear: both; font-size: 1.4rem; font-style: italic; color: #ffcc99; font-weight: both; padding: 2.5rem 0 1.5rem 0;}
.footerBox .conBox .orderBox .ewmBox{width: 162px; height: 162px; float: left;}
.footerBox .conBox .orderBox .ewmBox img{width: 100%;}
.footerBox .conBox .orderBox .txtBox{text-align: center; width: 330px; height: 162px; background-color: #ecd4c5; color: #242426; overflow: hidden;}
.footerBox .conBox .orderBox .txtBox .t1{font-size: 2.4rem; padding: 2rem 0 1rem 0;}
.footerBox .conBox .orderBox .txtBox .t2{font-size: 1.4rem; font-weight: 500;}
.footerBox .conBox .orderBox .txtBox .t3{font-size: 1.4rem; padding-bottom: 1rem;}
.footerBox .conBox .orderBox .txtBox .t4{font-size: 3rem; color: #cc6633;}
.footerBox .conBox .orderBox .txtBox .line{width: 50px; height: 1px; background: #48484e; margin: 1rem auto;}
*/
/* order style 2
.footerBox .conBox .orderBox{width: 40%; float: right; margin-right: 5%; padding-top: 40px;}
.footerBox .conBox .orderBox .conText{width: 45%; float: left;}
.footerBox .conBox .orderBox .conText em{display: block; font-size: 14px; color: #ffcc99;}
.footerBox .conBox .orderBox .conText h3{font-size: 38px; color: #ffcc99; line-height: 100%; font-style: italic;}
.footerBox .conBox .orderBox .conText p{font-size: 14px; color: #cccccc; line-height: 26px; padding-top: 30px;}
.footerBox .conBox .orderBox .ewm{float: left;}
.footerBox .conBox .orderBox .ewm li{float: left; text-align: center; padding: 0 5px;}
.footerBox .conBox .orderBox .ewm li img{width: 130px; height: 130px;}
.footerBox .conBox .orderBox .ewm li p{font-size: 14px; color: #cccccc; padding-top: 10px;}
*/

.footerBox .conBox .orderBox1{width: 90%; margin: 0 auto; padding-top: 5%;}
.footerBox .conBox .orderBox1 .conText{width: 70%; float: left;}
.footerBox .conBox .orderBox1 .conText em{display: block; font-size: 14px; color: #ffcc99; padding-bottom: 10px;}
.footerBox .conBox .orderBox1 .conText h3{font-size: 24px; color: #ffcc99; line-height: 100%; font-weight: 500; padding-bottom: 10px;}
.footerBox .conBox .orderBox1 .conText .tel{float: left; margin-right: 50px; margin-top: -40px;}
.footerBox .conBox .orderBox1 .conText ul li{font-size: 14px; color: #cccccc; line-height: 50px; padding-top: 20px; float: left;}
.footerBox .conBox .orderBox1 .conText ul li .icon{
	float: left; 
	border: 1px solid #ddd;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
}
.footerBox .conBox .orderBox1 .conText ul li p{float: left; padding: 0 20px 0 10px; font-weight: 600;}
.footerBox .conBox .orderBox1 .conText ul li .icon i{font-size: 20px; color: #ffcc99;}
.footerBox .conBox .orderBox1 .ewm{float: right; margin-top: -30px;}
.footerBox .conBox .orderBox1 .ewm li{float: left; text-align: center; padding: 0 20px;}
.footerBox .conBox .orderBox1 .ewm li img{width: 130px; height: 130px;}
.footerBox .conBox .orderBox1 .ewm li p{font-size: 14px; color: #cccccc; padding-top: 10px;}

@media screen and (max-height:768px){
	.footerBox .conBox .orderBox1{width: 90%; margin: 0 auto; padding-top: 60px;}
	.footerBox .conBox .orderBox1 .conText{width: 65%; float: left;}
	.footerBox .conBox .orderBox1 .conText em{display: block; font-size: 14px; color: #ffcc99; padding-bottom: 10px;}
	.footerBox .conBox .orderBox1 .conText h3{font-size: 20px; color: #ffcc99; line-height: 100%; font-weight: 500;}
	.footerBox .conBox .orderBox1 .conText .tel{float:none; margin-top: 0;}
	.footerBox .conBox .orderBox1 .conText .tel div{float:left; margin-right: 20px;}
	.footerBox .conBox .orderBox1 .conText ul{clear: both;}
	.footerBox .conBox .orderBox1 .conText ul li{font-size: 14px; color: #cccccc; line-height: 50px; padding-top: 30px; float: left;}
	.footerBox .conBox .orderBox1 .conText ul li .icon{
		float: left; 
		border: 1px solid #ddd;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border-radius: 50%;
	}
	.footerBox .conBox .orderBox1 .conText ul li p{float: left; padding: 0 20px 0 10px; font-weight: 600;}
	.footerBox .conBox .orderBox1 .conText ul li .icon i{font-size: 20px; color: #ffcc99;}
	.footerBox .conBox .orderBox1 .ewm{float: right; margin: 0;}
	.footerBox .conBox .orderBox1 .ewm li{float: left; text-align: center; padding: 0 20px;}
	.footerBox .conBox .orderBox1 .ewm li img{width: 130px; height: 130px;}
	.footerBox .conBox .orderBox1 .ewm li p{font-size: 14px; color: #cccccc; padding-top: 10px;}
}




.detailpic{ width:960px; height: 665px; position:relative; float: left; }
.detailpic .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.detailpic .hd ul{ overflow:hidden; zoom:1; float:left;  }
.detailpic .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.detailpic .hd ul li.on{ background:#f00; color:#fff; }
.detailpic .bd{ position:relative; height:100%; z-index:0; overflow: hidden; }
.detailpic .bd li{ zoom:1; vertical-align:middle; }
.detailpic .bd img{ width:100%; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.detailpic .prev,
.detailpic .next{ position:absolute; top:50%; margin-top:-3rem; height: 6rem; line-height: 6rem; text-align: center; color: #673434; z-index: 999; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.detailpic .prev i,.aboutfocus .next i{font-size: 2rem;}
.detailpic .prev{ background: #fff; left: 0; width: 6rem;}
.detailpic .next{ background: #fff; right: 0; width: 6rem; }
.detailpic .prev:hover,
.detailpic .next:hover{ color: #fff; background: #cc9966; }
.detailclose{
	float: right;
	display: block;
	width: 6rem;
	line-height: 300%;
	text-align: center;	
	background: #ffceb0;
	font-size: 1.4rem;
	clear: both;
	color: #333;
	cursor: pointer;
}
.detailclose:hover{
	background: #cc9966;
	color: #fff;
}
.detailclose-2{
	float: right;
	display: block;
	width: 5rem;
	height: 5rem;
	line-height: 5.4rem;
	text-align: center;	
	background: #ddd;
	font-size: 1.4rem;
	clear: both;
	color: #333;
	cursor: pointer;
	-webkit-border-radius: 3rem;
	-moz-border-radius: 3rem;
	border-radius: 3rem;
}
.detailclose-2:hover{
	background: #ff3333;
	color: #fff;
}
.detailclose-3{
	position: fixed;
	top: 0;
	right: 18%;
	display: block;
	width: 10rem;
	height: 10rem;
	text-align: center;	
	background: #ddd;
	font-size: 1.8rem;
	clear: both;
	color: #fff;
	cursor: pointer;
}
.detailclose-3:hover{
	background: #cc6666;
	color: #fff;
}

.headerBox{position: absolute; top: 40px; right: 30px; z-index: 999; border: 1px solid #fff; font-size: 18px; color: #fff; text-align: center; line-height: 150%; height: 98px; overflow: hidden;}
.headerBox a{outline: none;}
.headerBox strong{display: block; font-weight: bold; font-size: 16px;}
.headerBox .orderBox{float: left;}
.headerBox .orderBox a.orderBtn{
	width: 50px;
	height: 50px;
	display: block;
	line-height: 50px;
	background: #fff;
	float: left;
	margin: 25px 0 0 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.headerBox .orderBox a.orderBtn i{font-size: 20px; color: #0d1021;}
.headerBox .orderBox a:hover.orderBtn{background: #0d1021;}
.headerBox .orderBox a:hover.orderBtn i{color: #fff;}
.headerBox .orderBox p{float: left; padding: 0 20px; margin-top: 22px;}
.headerBox .orderBox p a{color: #fff;}
.headerBox .orderBox p a:hover{color: #ffcc99;}
.headerBox .orderBox img{display: block; width: 70px; height: 70px; float: left; margin: 15px 20px 0 0;}
.headerBox .special{float: left; padding: 0 20px; height: 100%; border-left: 1px solid #fff;}
.headerBox .special a{color: #fff; padding-top: 22px; display: block;}
.headerBox .special a:hover{color: #ffcc99;}
.headerBox .mainNav{float: left; height: 100%;}
.headerBox .mainNav a{
	display: block;
	font-size: 14px;
	color: #0d1021;
	line-height: 100%;
	width: 80px;
	padding-top: 60px;
	padding-bottom: 30px;
	background: url(../images/nav_icon.png) center 30px no-repeat #fff;
}
.headerBox .mainNav a:hover{background-color: #ffcc99;}
.headerBox .mainNav.close a{background: url(../images/nav_icon_close.png) center 30px no-repeat #fff;}

.nav{
	position: absolute; 
	top: 0; 
	right: -300px; 
	width: 300px; 
	height: 100%; 
	background: #1f1c1a; 
	z-index: 998; 
	-moz-transition: all 0.3s ease; 
	-webkit-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.nav li{font-size: 16px; border-top: 1px solid #332b27;}
.nav li.first{margin-top: 200px;}
.nav li a{
	display: block;
	padding: 15px 0 15px 30px;
	margin-left: 30px;
	color: #ddbc9f;
	border-left: 1px solid #ddbc9f;
	-moz-transition: all 0.3s ease; 
	-webkit-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.nav li a:hover{
	background: #332b27;
	color: #fff;
	padding-left: 50px;
}
@media screen and (max-height:768px){
	.headerBox{top: 3%;}
	.nav li.first{margin-top: 160px;}
}







