@charset "utf-8";
/* CSS Document */
html, body {
	width:100%;
	overflow-x:hidden;
	margin:0;
	padding:0;
}
html {
	-webkit-text-size-adjust:none;
}
body {
	color: #FFF;
	font: 22px/1.6em "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	/*font: 22px/1.6em "微软雅黑", "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans;*/
	text-align:center;
	background-color: #000;
	background-image: url(261.gif);
}
.clear{ clear:both;}
/*.container{ width:98%; margin-left:auto; margin-right:auto; }*/
.container{
	/*padding: 2px;*/
	max-width: 100%;
	/*border: 1px dotted rgb(255, 255, 255);*/
	white-space: normal;
	color: rgb(51, 51, 51);
	font-family: 微软雅黑;
	font-size: 12px;
	background-color: rgb(255, 0, 0);
	/*border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-image: url(bg201.jpg);
	box-sizing: border-box !important;
	word-wrap: break-word !important;*/
}
.main{
	/*padding: 2px;*/
	max-width: 100%;
	/*border: 1px dotted rgb(255, 255, 255);*/
	white-space: normal;
	color: rgb(51, 51, 51);
	font-family: 微软雅黑;
	font-size: 22px;
	background-color: rgb(0, 0, 0);
	/*border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;*/
	background-image: url(261.gif);
	/*box-sizing: border-box !important;
	word-wrap: break-word !important;*/
}

/*img{ max-width:98%; border:0;}*/
p,h1{ margin:0px;}
h1{
	font-size: 36px;
	/*line-height: 1.2em;*/
	text-align: center;
	font-weight: normal;
}
.fw700{ font-weight:700;}

/*字体颜色*/
.white{ color:#FFF}
.purple{ color:#F0F}

.cyan{ color:#0FF}
.blue{ color:#00F;}
.green{ color:#0F0;}
.yellow{ color:#FF0;}
.pink{ color:#F0F;}
.qingse{ color:#3FF;}
.red{ color:#F00;}
.orange{color:#F90}

/*字体大小*/
/*.fz14{
	font-size: 14px;
}
.fz18{
	font-size: 18px;
}
.fz24{
	font-size: 24px;
}
.fz26{
	font-size: 26px;
}
.fz30{
	font-size: 30px;
}
.fz36{
	font-size: 36px;
}
.fz48{
	font-size: 48px;
}
.fz56{
	font-size: 56px;
}
.fz60{font-size: 60px;}*/

.fz03em{font-size: 0.3em;}
.fz04em{font-size: 0.4em;}
.fz05em{font-size: 0.5em;}
.fz65em{font-size: 0.65em;}
.fz75em{font-size: 0.75em;}
.fz80em{font-size: 0.8em;}
.fz85em{font-size: 0.85em;}
.fz90em{font-size: 0.9em;}
.fz95em{font-size: 0.95em;}
.fz1em{font-size: 1em;}
.fz12em{font-size: 1.2em;}
.fz13em{font-size: 1.3em;}
.fz15em{font-size: 1.5em;}
.fz2em{font-size: 2em; line-height:2em}
.fz25em{font-size: 2.5em; line-height:2.5em;}
.fz3em{font-size: 3em; line-height:3em}



/*顶部间距*/
.pt10{ padding-top:10px;}
.pt20{ padding-top:20px;}
.pt30{padding-top:30px;}

.lh12em{ line-height:1.2em;}
.lh15em{ line-height:1.5em;}
.lh18em{ line-height:1.8em;}

img{border:0;}

.tacenter{
	text-align: center;
}
.taright{
	text-align: right;
	padding-right:10px;
}

.fw600{
	font-weight: 600;
}
.fw700{
	font-weight: 700;
}
/*字体类型*/
.font-kaiti{
	font-family: "楷体";
}
.font-heiti{
	font-family: "黑体";
}
.font-songti{
	font-family: "宋体";
}
.font-yahei{
	font-family: "微软雅黑";
}

*:focus {outline: none;}

/*input*/
.contact_form input {
	height:35px;
	/*width:188px;*/
	width:99%;
	padding:0px 0px 0px 5px;
	font-size: 22px;
	line-height: 1.8em;
	display:inline;
}

.contact_form input, .contact_form textarea {
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
}
.contact_form input:focus, .contact_form textarea:focus {
    background: #fff;
    border:1px solid #555;
    box-shadow: 0 0 3px #aaa;
}
/* Button Style */
button.submit {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 0px 20px 2px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
	font-size: 22px;
	line-height: 1.8em;
	height:38px;
}
button.submit:hover {
    opacity:.85;
    cursor: pointer;
}
button.submit:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset;
    -webkit-box-shadow:0 0 10px 5px #356b0b inset ;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
}

.btnPink {
    background: none repeat scroll 0 0 rgba(51, 255, 0, 0.63);
    border-radius: 0.9em;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0 3%;
    text-align: center;
    text-decoration: none;
    width: 51%;
}

.btnBlue {
    background: none repeat scroll 0 0 rgba(75, 189, 198, 0.63);
    border-radius: 0.9em;
    color: #FFFFFF !important;
    display: inline-block;
    float: left;
    font-size: 1.2em;
    line-height: 1.8em;
    margin: 0 3%;
    text-align: center;
    text-decoration: none;
    width: 41%;
}

.btnBox {
    bottom: 0;
    height: 2.2em;
    line-height: 2.2em;
    /*position: fixed;*/
    width: 100%;
}
.fen{
	float:right;
	/*background: url("../img/fen.png");*/
	width:99px;
	height:30px;
	background-size:99px;
	position: absolute;
    top: 3px;
	right: 15px;
	z-index:9999;
}

#sharemcover0 img {
    position: fixed;
    right: 0;
    top: 5px;
    width: 100%!important;

}

.sharemcover {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
display: none;
z-index: 20000;
}
.sharemcover .list{
	margin-top:80px;
}
.sharemcover .list li{
	border-bottom: 1px solid #646464;
    height: 40px;
    margin: 0 10px;
    padding: 5px;
	text-align: left;
	background:#484848;
}
.sharemcover .list span{
	 float: left;
    width: 45px;
}
.sharemcover .list img {
    height: 40px;
    width: 40px;
}
.sharemcover .list div {
    line-height: 40px;
	font-size:16px;
	color:#ffffff;
}
.sharemcover div img {
position: fixed;
right: 18px;
top: 5px;
width: 260px;
height: 180px;
z-index: 20001;
border:0;
}

/*雪花*/

#leafContainer {
    position: fixed;
	z-index:-1;
    width: 98%;
    height: 690px;
    top: 0;
    overflow: hidden;
}

#leafContainer > div {
    position: absolute;
    max-width: 100px;
    max-height: 100px;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-direction: normal, normal;
    -webkit-animation-timing-function: linear, ease-in;
}

#leafContainer > div > img {
    position: absolute;
    width: 100%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: 50% -100%;
}

@-webkit-keyframes fade {
   
    0% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes drop {
    0% {
        -webkit-transform: translate(0px, -50px);
    }

    100% {
        -webkit-transform: translate(0px, 650px);
    }
}

@-webkit-keyframes clockwiseSpin {
    0% {
        -webkit-transform: rotate(-50deg);
    }

    100% {
        -webkit-transform: rotate(50deg);
    }
}

@-webkit-keyframes counterclockwiseSpinAndFlip {
    
    0% {
        -webkit-transform: scale(-1, 1) rotate(50deg);
    }

    100% {
        -webkit-transform: scale(-1, 1) rotate(-50deg);
    }
}

.yy1{
	   /*text-shadow: 0 0 20px yellow;*/
	   text-shadow: 0px 0px 1px #fff,0px 0px 1px #fff,0px 0px 1px #fff;
}
.yy11{
	   /*text-shadow: 0 0 20px yellow;*/
	   text-shadow: 0px 0px 1px #000,0px 0px 1px #fff,0px 0px 1px #f;
}
.yy2{
	  text-shadow: 1px 1px 4px #ff0000;
}

.yy3{
	color: #000;
	text-shadow: 2px 2px 2px #ff0000;
}
.yy4 {
  color: #eee;
  text-shadow: 0px 0px 10px #FF0, 0px 0px 1px #fff;
}

.yy5 {
  color: transparent;
  text-shadow:0 0 1px #0CC, -1px -1px  #FFF, 1px -1px  #444;
}
.yy6{
	text-shadow: 0px 0px #FFF;
}
.yy7{
	text-shadow:0px 0px 1px #922e09,-1px -1px #ffb69a,0px 0px #922e09;
	color:#e73f00;
}
.shadow {
    -webkit-box-shadow: 0px 0px 5px #fff;
}

 .denglong {	 
	  -webkit-animation-name: 'round'; /*动画名称*/
      -webkit-animation-duration: 1s;/*播放一次所持续时间*/
      -webkit-animation-timing-function: linear;/*动画播放频率*/
      -webkit-animation-iteration-count: infinite;/*动画播放次涒为无限次*/
	   -webkit-transform-origin: 50px 0;
  }
  
  .round360 {	 
	  -webkit-animation-name: 'round360'; /*动画名称*/
      -webkit-animation-duration: 2s;/*播放一次所持续时间*/
      -webkit-animation-timing-function: ease-in-out;/*动画播放频率*/
      -webkit-animation-iteration-count: 2;/*动画播放次涒为无限次*/
	   -webkit-transform-origin: center center;
  }
  .move{	 
	  -webkit-animation-name: 'move'; /*动画名称*/
      -webkit-animation-duration: 2s;/*播放一次所持续时间*/
      -webkit-animation-timing-function: linear;/*动画播放频率*/
      -webkit-animation-iteration-count: 1;/*动画播放次涒为无限次*/
	   -webkit-transform-origin: center center;
  }
  .scale{	 
	  -webkit-animation-name: 'scale'; /*动画名称*/
      -webkit-animation-duration: 2s;/*播放一次所持续时间*/
      -webkit-animation-timing-function: linear;/*动画播放频率*/
      -webkit-animation-iteration-count: 1;/*动画播放次涒为无限次*/
	   -webkit-transform-origin: center center;
  }
  .fastround360{
	  -webkit-animation-name: 'fastround360'; /*动画名称*/
      -webkit-animation-duration: 1s;/*播放一次所持续时间*/
      -webkit-animation-timing-function: ease-in-out;/*动画播放频率*/
      -webkit-animation-iteration-count: 1;/*动画播放次涒为无限次*/
	   -webkit-transform-origin: center center;
	}
.skew{
	  -webkit-animation-name: 'skew'; /*动画名称*/
      -webkit-animation-duration: 1s;/*播放一次所持续时间*/
      -webkit-animation-timing-function: ease-in-out;/*动画播放频率*/
      -webkit-animation-iteration-count: 1;/*动画播放次涒为无限次*/
}
.moveleft{
		-webkit-animation-name: 'moveleft'; /*动画名称*/
      -webkit-animation-duration: 2s;/*播放一次所持续时间*/
      -webkit-animation-timing-function: ease-in-out;/*动画播放频率*/
      -webkit-animation-iteration-count: 5;/*动画播放次涒为无限次*/
}
.moveright{
	-webkit-animation-name: 'moveright'; /*动画名称*/
      -webkit-animation-duration: 1s;/*播放一次所持续时间*/
      -webkit-animation-timing-function: ease-in-out;/*动画播放频率*/
	  /*-webkit-animation-delay:1s;*/
      -webkit-animation-iteration-count: 2;/*动画播放次涒为无限次*/
}
/*end*/
