
body{ padding:0; margin:0;  font:normal 20px/180% "\5FAE\8F6F\96C5\9ED1", Helvetica, STHeiTi, sans-serif; color:#000;text-align:center;}
h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td{margin:0;padding:0;}
div{margin:0 auto;text-align:left;font:normal 20px/200% "\5FAE\8F6F\96C5\9ED1", Helvetica, STHeiTi, sans-serif;}
li,p{text-align:left;font:normal 20px/200% "\5FAE\8F6F\96C5\9ED1", Helvetica, STHeiTi, sans-serif;}
a:link,a:visited{color:#000; text-decoration:none;}
a:hover{color:#000; text-decoration:underline;}
img{ border:none;}
ol,ul,li{list-style:none;}
em,i{ font-style:normal;} 
a { blr:expression(this.onFocus=this.blur())}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
a, img { -webkit-touch-callout: none; /* 禁止长按链接与图片弹出菜单 */}
html, body {
    -webkit-user-select: none;   /* 禁止选中文本（如无文本选中需求，此为必选项） */
    user-select: none;
}
html{height:100%;overflow:hidden;}
body{width:640px;transform-origin:0 0;-webkit-transform-origin: 0 0;overflow:hidden;margin:0 auto;background: url(images/bg.gif);}


.banner{height:187px;}
.video{background: url(images/video.gif) no-repeat;width:470px;height:272px;padding:17px 14px 20px 14px; overflow: hidden;}
.dm{background: url(images/mu.gif);width:496px;height:125px;margin-top:10px; overflow: hidden;position: relative;}
.dm1{position: relative;width:460px;overflow: hidden;margin:0 auto;height:125px}
.dm ul{margin:16px 30px; position:absolute;top:0;left:450px;clear:both;}
.dm ul.d2{top:45px;}
.dm ul li{line-height: 43px;color:#fff;font-size:24px;float:left;white-space:nowrap;position: relative;margin-right:30px;}

.btn_content h3{width:480px;margin:0 auto;}
.btn_c{width:520px;margin:0 auto;}
.btn_c li{float: left;margin:0px 14px;}
.btn3{text-align: center;}

.ly{position: absolute;top:0;left:71px;background: url(images/ly.png);width:511px;height:291px;}
textarea{width:456px;height:126px;background: none;border:none;margin:37px 0 0 29px;font-size: 18px;}

.ly{display: none;}
.ly img{margin:20px 0 0 95px;}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration:0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


button{background: url(images/tj.gif);width:327px;height:43px;margin:10px auto;border:none;margin:20px 0 0 95px;}