/*------------------------------------公用样式------------------------------------------------------*/
*{ padding:0px; margin:0px; list-style-type:none; border:0;}
*,*:before,*:after{ box-sizing:border-box;}
*, :after, :before{ box-sizing:border-box;-webkit-tap-highlight-color:transparent}  /*去除点击事件产生的灰背景*/
button{ cursor:pointer; outline:none;}
input { outline:none;}
textarea { outline:none; resize:none;}
select,input,img{vertical-align:middle;}
img,input,table,tr,td,th{border:none;}
img{ border:0px; display:block;}
a{ font-size:12px; text-decoration:none; color:#333; blr:expression(this.onFocus=this.blur()); outline:none;}
a:hover { font-size:12px; text-decoration:none; blr:expression(this.onFocus=this.blur()); outline:none;}
.clear_both { clear:both;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
body{ background:#ffff; color:#000; font-size:12px; line-height:24px; text-align:left; min-width: 320px; background:#3b3632 url(../img/bg.jpg) no-repeat center center; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.jpg',sizingMethod='scale'); -moz-background-size:100% 100%; background-size:100% 100%; font-family:Microsoft YaHei,"微软雅黑"; overflow-x:hidden;}/*有些安卓系统自带的浏览器并不支持meta禁止缩放的规则，能够对页面进行放大，一旦放大响应的 box 也随之放大，导致页面出现错乱问题，解决方法：定义页面的最小宽度*/
html{ min-height:100%;}



/*手机端样式*/
.title { height:47px; line-height:47px; color:#fff; background:#242424; padding-left:30px; font-size:20px;}
.left { margin:20px 0; /* border:17px solid #665d57;*//* overflow:hidden;*//* color:#fff; font-size:18px; text-align:center;*/}
.left .video { width:90%; margin:0 auto; background:#000;/* border:17px solid #665d57;*/}

.right-m { width:90%; margin:0 auto; margin-top:20px; background:#fffef3;}
.right-m .logo { background:url(../img/logo.jpg) no-repeat 34px 18px; height:96px; border-bottom:1px solid #edebe3;}
.right-m .txt { padding:23px 20px 0; height:93px; font-size:18px; line-height:30px; border-bottom:1px solid #edebe3;}
.right-m .js { padding:25px 20px; font-size:16px; line-height:25px; border-bottom:1px solid #edebe3; overflow:hidden;}
.right-m .js .wz { color:#666;}
.right-m .js .wz a { color:#F00; font-size:16px;}

/*右下角链接*/
.jr-m { margin:10px auto; width:263px; height:49px; line-height:49px; text-align:center; background:url(../img/btnbg.jpg) no-repeat;}
.jr-m a { display:block; width:100%; height:100%; color:#fff; font-size:20px; text-decoration:none;}
.jr-m a:hover { font-size:20px;}


