*{-webkit-text-size-adjust:none;}
body {
	margin: 0;
	padding: 0;
	font-size:12px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, '宋体', sans-serif;
	background:url(../images/bg_inner_2.jpg) bottom center repeat-y fixed;
	background-size:100%;
}
body, html {
	width:100%;
	height:100%;
}
body, ul, li {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style:none;
}
a:link, a:visited {
	color:#ffffff;
	text-decoration:none;
}
a:hover, a:active {
	color:#b3a275;
}
input, textarea {
	font-size:14px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, '宋体', sans-serif;
}
img {
	border:0px;
}
.clear {
	clear:both;
}

/***** general *****/
#warning {
	background-color:#b3a275;
	color:#ffffff;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:99;
}
#warning .copy {
	font-size:12px;
	line-height:16px;
	margin:5px 40px 7px 20px;
}
#warning .close {
	position:absolute;
	width:20px;
	height:20px;
	top:5px;
	right:20px;
	cursor:pointer;
}
#warning a:hover {
	color:#93151b;
}
#wrapper {
	width:100%;
	height:100%;
}
#container {
	width:100%;
	height:100%;
}
#header {
	position:fixed;
	top:0;
	left:0;
	text-align:center;
	width:100%;
	height:90px;
	background-color:#FFFFFF;
	z-index:9;
}
#head {
	text-align:center;
	height:60px;
}
#head .logo {
	float:left;
	width:50%;
	padding-top:11px;
}
#head .logo img {
	width:140px;
}
#head .share {
	float:left;
	width:25%;
	padding-top:16px;
	position:relative;
}
#head .share .share_click {
	background:url(../images/ico_share.gif) 6px 6px no-repeat;
	float:right;
	width:110px;
	height:26px;
	border-top:1px solid #b3a275;
	border-bottom:1px solid #b3a275;
	color:#b3a275;
	line-height:26px;
	font-size:14px;
	padding-left:10px;
	cursor:pointer;
}
#head .share ul {
	display:none;
	position:absolute;
	top:44px;
	right:0;
	width:120px;
	background:#ffffff;
	padding:5px 0;
	z-index:2;
}
#head .share li {
	display:inline-block;
	margin:5px;
}
#head .share li.share_wechat {
	margin:5px 0;
}
#head .location {
	float:left;
	width:25%;
	padding-top:16px;
	position:relative;
}
#head .location .location_click {
	background:url(../images/ico_location.gif) 100px 6px no-repeat;
	width:120px;
	height:26px;
	border-top:1px solid #b3a275;
	border-bottom:1px solid #b3a275;
	color:#b3a275;
	line-height:26px;
	font-size:14px;
	cursor:pointer;
}
#head .location ul {
	display:none;
	position:absolute;
	top:44px;
	left:0;
	width:120px;
	background:#ffffff;
	padding:5px 0;
	z-index:2;
}
#head .location li a {
	display:block;
	padding:5px;
	font-size:14px;
	color:#b3a275;
}
#head .location li a:hover {
	color:#fc1712;
}
#menu {
	background-color:#000000;
	width:100%;
	height:30px;
	line-height:30px;
}
#menu ul{
	width:100%;
	height:30px;
	max-width:800px;
	margin:0 auto;
}
#menu li{
	float:left;
	width:25%;
	position:relative;
}
#menu li a{
	text-align:center;
	display: block;
	font-size:14px;
}
#menu li a.current{
	color:#b3a275;
}
#menu li a.current:after{
    content: "";
    border-left: 10px solid transparent;
    border-top: 10px solid #000000;
    border-right: 10px solid transparent;
    display: inline-block;
	width:1px;
	height:10px;
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-10px;
}
#footer {
	position:relative;
	width:100%;
	text-align:center;
	color:#ffffff;
	background-color:#b3a275;
	padding:5px 0;
	z-index:2;
}
#footer b {
	font-weight:normal;
}
#footer a:hover, #footer a:active {
	color:#000000;
}
#foot_prize {
	background:url(../images/foot_bg.png) repeat-x bottom center;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:110px;
	z-index:1;
}
#foot_prize .btn_prize {
	background:url(../images/foot_bg.png) top center;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	position:absolute;
	top:-30px;
	left:50%;
	margin-left:-110px;
	width:220px;
	height:30px;
	line-height:30px;
	color:#93151b;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
}
#foot_prize ul {
	text-align:center;
}
#foot_prize li {
	display:inline-block;
	vertical-align:top;
	width:122px;
	margin:10px 5px;
	position:relative;
}
#foot_prize li img {
	width:100%;
	border:1px solid #b3a275;
}
#foot_prize li .over {
	background:url(../images/product_over.png);
	border:1px solid #b3a275;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	cursor:pointer;
}
#foot_prize li:hover .over {
	display:block;
}
#foot_prize li .over a.over_click {
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	width:80%;
	height:30px;
	line-height:30px;
	position:absolute;
	top:50%;
	left:10%;
	margin-top:-15px;
	color:#ffffff;
}
.inner {
	background:url(../images/bg_inner.jpg) bottom center no-repeat fixed;
	background-size:100%;
	text-align:center;
}
.inner .title{
	font-size:28px;
	color:#93151b;
	vertical-align:middle;
	line-height:28px;
	padding-top:150px;
	padding-bottom:20px;
}
.inner h3{
	font-size:22px;
	font-weight:normal;
	margin:7px 0;
}
.inner h2{
	font-size:34px;
	font-weight:normal;
	margin:7px 0;
}
#head .push-right {
	display:none;
}
nav.menu {
	display:none;
}

/***** home *****/
#home {
	background:url(../images/bg_home.jpg) top right no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	position:relative;
}
#home .img_head {
	position:absolute;
	width:400px;
	height:262px;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-161px;
	text-align:center;
}
#home img {
	width:100%;
}
#home .btn_scroll {
	background:url(../images/btn_scroll.png) bottom left no-repeat;
	width:50px;
	height:50px;
	display:block;
	margin:30px auto 0;
}

/***** product *****/
#product ul {
	width:100%;
	max-width:820px;
	margin:20px auto 0;
	text-align:center;
}
#product li {
	display:inline-block;
	margin:10px;
	width:178px;
	background-color:#b3a275;
	border:1px solid #b3a275;
	color:#ffffff;
	font-size:18px;
	position:relative;
	cursor:pointer;
}
#product li:hover {
	border:1px solid #93151b;
}
#product li img {
	width:100%;
	margin-bottom:35px;
}
#product li .name {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:35px;
	line-height:35px;
	background-color:#b3a275;
}
#product li:hover, #product li:hover .name {
	background-color:#93151b;
}
#product li .over {
	background:url(../images/product_over.png);
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
#product li:hover .over {
	display:block;
}
#product li .over a.over_click {
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	width:80%;
	height:40px;
	line-height:40px;
	position:absolute;
	top:50%;
	left:10%;
	margin-top:-20px;
	color:#FFF;
}
#product .showall {
	font-size:14px;
	text-align:center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width:120px;
	margin:20px auto 0;
}
#product .showall a {
	display:block;
	height:25px;
	line-height:25px;
	color:#ffffff;
}
#product .show {
	background:url(../images/ico_showall.gif) no-repeat 10px 5px #93151b;
}
#product .show a {
	background:url(../images/ico_showall.gif) no-repeat 95px 5px;
}
#product .hide {
	background:url(../images/ico_hideall.gif) no-repeat 10px 5px #93151b;
}
#product .hide a {
	background:url(../images/ico_hideall.gif) no-repeat 95px 5px;
}
#product .allproducts {
	display:none;
}
#product .allproducts li .name {
	height:40px;
	font-size:14px;
	line-height:18px;
	padding-top:5px;
}
#product .product_detail li {
	width:18%;
	margin:5px 0.5%;
}
#product .product_detail li a {
	display:block;
	padding:5px 0;
}
#product .product_detail li a:hover, #product .product_detail li.current a {
	background-color:#93151b;
	color:#FFF;
}
.product_detail {
	width: 100%;
    max-width: 1180px;
    margin: 20px auto;
    text-align: center;
	position:relative;
}
.desc {
	font-size: 14px;
    position: absolute;
    width: 100%;
    top: 230px;
    left: 0;
}
.desc h4{
	font-size:22px;
	margin-bottom:10px;
}
.link {
	width: 100%;
    margin: 40px auto 0;
	font-size:16px;
}
.link .link_title {
	background:url(../images/ico_shop_black.gif) 6px no-repeat;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:4px 6px 4px 30px;
	margin:0 20px 10px;
	display:inline-block;
	text-align:right
}
.link .link_title.title1 {
	background:url(../images/ico_on9_black.gif) 6px no-repeat;
}
.link .btn {
	display:inline-block;
}
.link a {
	display:inline-block;
	background-color:#93151b;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	padding:5px 40px 5px 20px;
    color: #ffffff;
	margin:0 5px;
	position:relative;
}
.link a:hover {
	background-color:#b3a275;
}
.link a:after {
	content:"";
	position:absolute;
	top:10px;
	right:20px;
    border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #ffffff;
    display: inline-block;
	width:0;
	height:0;
}

/***** form *****/
#form .pass {
	width:100%;
	max-width:798px;
	margin:10px auto;
	border:1px solid #b3a275;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#form .pass .head{
	background-color:#b3a275;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	color:#FFF;
	width:100%;
	height:40px;
	line-height:40px;
}
#form .pass .head .logo {
	float:left;
	width:23%;
	height:24px;
	text-align:left;
	padding-left:2%;
	padding-top:8px;
}
#form .pass .head .board {
	float:left;
	width:50%;
	font-size:18px;
}
#form .pass .head .code {
	float:left;
	width:23%;
	text-align:right;
	padding-right:2%;
	font-size:12px;
}
#form .pass .body {
	width:100%;
	height:280px;
	clear:both;
}
#form .pass .body .col1 {
	float:left;
	width:30%;
	height:249px;
	font-size:16px;
	padding:2%;
	text-align:left;
}
#form .pass .body .col1 img{
	width:100%;
	max-width:239px;
	margin-top:15px;
}
#form .pass .body .col1 span{
	color:#93151b;
}
#form .pass .body .col2 {
	float:left;
	width:35%;
	height:249px;
	border-right:1px dotted #b3a275;
	background:url(../images/pass_img2.gif) top right no-repeat;
	padding:2% 0;
	text-align:left;
}
#form .pass .body .col2 .row {
	border-left:1px solid #b3a275;
	font-size:12px;
	margin-bottom:18px;
	padding-left:10px;
	color:#b3a275;
}
#form .pass .body .col2 span {
	font-size:16px;
	color:#000000;
}
#form .pass .body .col2 input {
	background-color:#d6d7d8;
	border:none;
	font-size:14px;
	color:#000000;
	padding:2px 5px;
	width:68%;
	margin-top:5px;
}
#form .pass .body .col3 {
	float:left;
	width:26.5%;
	height:249px;
	background:url(../images/pass_img3.gif) bottom center no-repeat;
	padding:2%;
	text-align:left;
}
#form .pass .body .col3 .row {
	border-left:1px solid #b3a275;
	font-size:12px;
	margin-bottom:20px;
	padding-left:10px;
	color:#b3a275;
}
#form .pass .body .col3 span {
	font-size:16px;
	color:#000000;
}
#form .pass .body .col3 .col {
	float:left;
	width:44%;
}
#form .error {
	font-size:11px;
	color:#dd1c24;
}
#form .fm_foot {
	width:100%;
	max-width:800px;
	margin:10px auto;
	text-align:left;
}
#form .checkbar {
	padding:15px 0;
}
#form .checkbar input {
	margin:0px;
}
#form .captcha {
	width:400px;
	float:left;
}
#form .captcha input {
	background-color:#d6d7d8;
	border:none;
	font-size:14px;
	color:#000000;
	padding:3px 5px;
	margin-bottom:10px;
}
#form .captcha a{
	color:#808080;
}
#form .submitbar {
	float:right;
}
#form .submitbar input {
	width:70px;
	height:70px;
	line-height:70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	border:none;
	color:#FFF;
	font-size:22px;
	background-color:#b3a275;
	cursor:pointer;
	text-align:center;
	margin-left:10px;
}
#form .submitbar input:hover {
	background-color:#938055;
}
#form .thanks p {
	font-size:16px;
}
#form .thanks .visual {
	width:100%;
	max-width:760px;
	margin:0 auto 10px;
}
#form .thanks .visual img {
	width:100%;
	border:1px solid #b3a275;
}
#form .thanks a {
	color:#000;
}
#form .thanks a:hover {
	color:#93151b;
}
#form .thanks .resend {
	font-size:14px;
}

/***** gwp *****/
#gwp {
	width:100%;
	max-width:1280px;
	margin:0 auto;
}
#gwp .glist {
	display:inline-block;
	vertical-align:top;
	margin-top:45px;
}
#gwp .glist.on9 {
	border-right:1px solid #000;
	padding-right:5px;
}
#gwp .glist .list_title {
	background:url(../images/ico_shop_black.gif) 6px no-repeat;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:5px 6px 5px 30px;
	margin:0 auto 10px;
	font-size:18px;
	display:inline-table;
}
#gwp .glist.on9 .list_title {
	background:url(../images/ico_on9_black.gif) 6px no-repeat;
}
#gwp .btn {
	font-size: 16px;
}
#gwp .btn a {
	display:inline-block;
	background-color:#93151b;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	padding:5px 40px 5px 20px;
    color: #ffffff;
	margin:0 5px;
	position:relative;
}
#gwp .btn a:hover {
	background-color:#b3a275;
}
#gwp .btn a:after {
	content:"";
	position:absolute;
	top:10px;
	right:20px;
    border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #ffffff;
    display: inline-block;
	width:0;
	height:0;
}
#gwp .glist li {
	display:inline-block;
	vertical-align:top;
	width:220px;
	/*height:300px;*/
	position:relative;
	margin:10px 5px 120px;
}
#gwp .glist img {
	width:100%;
	border:1px solid #b3a275;
}
#gwp .glist .detail_bx {
	position:absolute;
	left:10px;
	bottom:-140px;
	width:200px;
	height:145px;
	color:#FFF;
	text-align:center;
	font-size:16px;
	padding-top:10px;
	background-color:#93151b;
}
#gwp .glist .price {
	padding-top:10px;
}
#gwp .glist .price span {
	display:block;
	font-size:22px;
}
#gwp .glist .detail_bx a {
	display:block;
	width:90%;
	padding:5px 0;
	margin:5px auto 0;
	color:#93151b;
	font-size:14px;
	background:url(../images/ico_shop.gif) 6px no-repeat #FFF;
}
#gwp .glist.on9 .detail_bx {
	background-color:#b3a275;
}
#gwp .glist.on9 .detail_bx a {
	color:#b3a275;
	background:url(../images/ico_on9.gif) 6px no-repeat #FFF;
}

/***** address *****/
#address {
	width:100%;
	max-width:800px;
	margin:0 auto;
	padding-bottom:30px;
}
#address li {
	text-align:left;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:10px 6%;
	margin-top:15px;
	font-size:14px;
	line-height:22px;
}
#address li .left{
	display:inline-block;
	vertical-align:top;
	width:33%;
}
#address li .center{
	display:inline-block;
	vertical-align:top;
	width:2%;
}
#address li .right{
	display:inline-block;
	vertical-align:top;
	width:63%;
}
a#gototop{
	display:none;
	background:url(../images/btn_top.png) no-repeat;
	width:50px;
	height:50px;
	position:fixed;
	bottom:12px;
	right:12px;
	z-index:10;
	opacity: 0.8;
    filter: alpha(opacity=80);
}
a#gototop:hover{
	opacity: 1;
    filter: alpha(opacity=100);
}