/*全局样式*/

@charset "utf-8";

*{margin:0;padding:0;box-sizing:border-box}

* html body{overflow:visible}

* html iframe,* html frame{overflow:auto}

* html frameset{overflow:hidden}

html{font-size:50px;}

body{color:#333;background:#FFF;font-family:"century-gothic";font-weight: normal;font-size:14px;}

body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr{padding:0}

input,select{font-size:12px;vertical-align:middle}

textarea,input{word-wrap:break-word;word-break:break-all;padding:0px}

li{list-style-type:none}

img{border:0 none}

a{color:#333;text-decoration:none;outline:none;star:expression_r(this.onFocus=this.blur())}

a:hover{color:#f70000}

h1{font-size:24px}

h2{font-size:20px}

h3{font-size:18px}

h4{font-size:16px}

h5{font-size:14px}

h6{font-size:12px}

/* div{cursor: move;} */

.wrap{width:100%;min-width:1200px;}

.w{width:81.66%;margin:0 auto;}

.pointer{cursor:pointer}

.NoBorder{border:0 none}

.NoPadding{padding:0}

.t_l{text-align:left}

.t_c{text-align:center}

.t_r{text-align:right}

.Break{word-break:break-all;word-wrap:break-word}

.Nobreak{word-break:keep-all;word-wrap:normal}

.col-left{float:left}

.col-right{float:right}

.UnLine{text-decoration:underline}

.DisunLine{text-decoration:none}

.absolute{position:absolute}

.relative{position:relative}

.wrapper{clear:both;overflow:hidden}

.o-hidden{overflow:hidden}

.invisible{visibility:hidden}

.hidden{display:none}

.block{display:block}

.clear{clear:both;height:0px;width:100%;font-size:1px;line-height:0px;visibility:hidden;overflow:hidden}

.FB{font-weight:bold}

.FN{font-weight:normal}

.FI{font-style:italic}

.clearfix{*zoom:1}

.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}

.clearfix:after{clear:both}

a,span,p,b{letter-spacing:2px;}

body{font-size:0px}

@media (max-width:1100px) {

  .w{width:95%;margin:0 auto;}

}
@media screen and (min-width: 950px) {
  .wrap{width:100%;min-width:62.5vw;}
}