﻿@charset "utf-8";
html{ font:normal 62.5%/2.3em "方正兰亭黑简体",'微软雅黑',Arial,"宋体"; }
body{ padding:0px; margin:0px auto; font-size:1.6em; color:#636363; min-width:320px; max-width:1080px; -webkit-text-size-adjust:none;
-webkit-text-size-adjust:none;
-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight:rgba(0,0,0,0); /*取出点击出现半透明的灰色背景*/
-webkit-user-select: none;  /*控制内容的可选择性*/
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}
ul,li,form, dl,dt,dd, div{ padding:0px; margin:0px; list-style:none;}
.h1,.h2,.h3,.h4,.h5,.h6,.p{ padding:0px; margin:0px;}
select,input,em,textarea{ font-size:1em; font-style:normal; color:#636363; font-family:'微软雅黑'; border-radius:0; -webkit-border-radius:0;}
img,object{ border:none; max-width:100%; border:0; overflow:hidden; vertical-align:top;}
a{ color:#636363; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);}  /* 去掉链接触摸高亮 */
a:focus {outline:none; -moz-outline:none;}
.Texthide{ display:none;}

.Contain{ width:100%; min-width:320px; max-width:1080px; margin:0 auto;}
.SinglePage{ text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both; overflow:hidden;}

.space{ width:100%; height:1em; clear:both; overflow:hidden; zoom:0;}
.clear{ clear:both; height:0px; overflow:hidden; zoom:0;}

.home_contain{ background:url(../images/home_bg.jpg) no-repeat center top; background-size:100% auto;}


/*top*/
/*top*/

/*Pages*/
/*Pages*/

/*抽奖*/
.turnt{ position:relative;}
.turnt .light,.turnt .light2,.turnt .luck_btn{ position:absolute; left:0; top:0; width:100%; z-index:10;}
/*.turnt .light{ animation:light 1s linear infinite; -webkit-animation:light 1s linear infinite;}*/

.turnt_bg{ position:relative; z-index:3;}
.turnt .luck_btn{ height:100%;}
.turnt .luck_btn span{ position:absolute; width:30%; height:30%; left:35%; top:35%; cursor:pointer; z-index:5;}

.turnt ul{ position:absolute; left:0; top:0; width:100%; z-index:9;}
.turnt ul li{ position:absolute; left:0; top:0; width:100%;}

.turnt .zjxx{ position:absolute; left:0; bottom:-10%; z-index:12; width:19.4%;}
.turnt .light3{ position:absolute; right:0; bottom:-5%; width:40.8%; z-index:10;}

.home_con_bg{ padding-top:10%; position:relative;}

.home_con_bg2{ background:url(../images/home_con_bg_02.jpg) repeat-y left bottom; background-size:100% auto;}
.home_con_bg2 .lucky_draw{ text-align:center; padding:3.3% 0; background:url(../images/lucky_draw.png) no-repeat center top; background-size:100% 100%; font-size:3em; color:#a23200; position:absolute; left:0; top:0; width:100%; z-index:11;}
.home_con_bg2 .lucky_draw span{ color:#fff; font-size:2em; display:inline-block; padding:0 1%; line-height:1em;}
.home_con{ padding:10% 7%; background:url(../images/home_con_b_bg_02.jpg) no-repeat left bottom; background-size:100% auto;}

.home_win ul{ overflow:auto; font-size:2.5em; padding-bottom:3%;}
.home_win li{ overflow:hidden; background:#fff997; border-radius:50px; margin-bottom:1%;}
.home_win li img{ float:left; width:25.8%; border-radius:50px;}
.home_win li .txt{ float:left; color:#333; padding:3% 0 3% 3%;}
.home_win li .txt span{ color:#eb082a;}

.home_luck{ padding-top:3%; font-size:36px; color:#fff; line-height:1.7em;}
.home_luck .b{ color:#fff;}
.home_luck .ul li{ padding:0 0 2% 3%; background:url(../images/home_luck_bg.png) no-repeat left 10px; background-size:2% auto;}
.home_luck .tel{ padding:2%;box-sizing:border-box; background:#ffed81; border-radius:20px;color: #b25a2f;text-align: center;margin-bottom:3%;}
.home_luck .copy{ color:#b25a2f; text-align:center; padding:2% 0 5%;}

.home_prize{ overflow:hidden; text-align:center; font-size:32px;}
.home_prize ul{ position:relative;}
.home_prize ul div{ margin-bottom:7%;}
.home_prize ul li img{ border-radius:10px 10px 0 0;}
.home_prize ul li span{ display:block; background:#004fa3; border-radius:0 0 10px 10px; overflow:hidden; color:#fff; line-height:1.8em; padding:0 1%;}
.home_prize ul li em{ color:#fff;}

.home_prize .li1{ float:left; width:32%;}
.home_prize .li2{ width:31.2%; margin:0 auto;}
.home_prize .li3{ position:absolute; width:32%; right:0; top:0;}

/*抽奖*/


@media screen and (min-width:481px) and (max-width:800px){
	.home_con_bg2 .lucky_draw{ font-size:2em;}
	.home_win ul{ font-size:1.5em;}
	.home_luck{ font-size:24px;}
	.home_prize{ font-size:20px;}
	.winn_con{ font-size:20px;}
	.prompt_con .txt{ font-size:30px;}
}


@media screen and (min-width:320px) and (max-width:480px){
	.home_con_bg2 .lucky_draw{ font-size:1em;}
	.home_win ul{ font-size:0.8em;}
	.home_win li .txt{ padding:1% 0 1% 3%;}
	.home_luck{ font-size:16px;}
	.home_prize{ font-size:12px;}
	.winn_con{ font-size:14px;}
	.prompt_con .txt{ font-size:16px;}
}

@keyframes han
{
	0%{ margin-top:0%;}
	100%{ margin-top:16%;}
}

@-webkit-keyframes han
{
	0%{ margin-top:0%;}
	100%{ margin-top:16%;}
}

@keyframes chuiqi
{
	0%{ width:0;}
	100%{ width:10%;}
}

@-webkit-keyframes chuiqi
{
	0%{ width:0;}
	100%{ width:10%;}
}
.Pc_Nav .Right .TopA{position: absolute;right:2%;top: 50%;margin-top: -6.5px;}
.Pc_Nav .nav_ul{display: none;}
.MenuNav{display: block;}
.MenuNav_btn{display: block;}
.Pc_Nav .logo{display: none;}
.Pc_Nav{height:50px;}


