@CHARSET "UTF-8";
/*通用*/
/*重置*/
body{max-width:1920px;margin:0 auto;min-width: 1300px;  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }
a{text-decoration:none;}
 
img{max-width:100%}
p{margin:0;padding: 0}
 
h1,h2,h3,h4{font-weight: normal}
ol, ul {list-style: none;margin: 0;padding: 0;}

  
/*鼠标手*/
.head{cursor:pointer;}

/*水平居中*/
.rightcenter{text-align: right}
.center{text-align: center} 

/*图片居中*/
.imgcenter{display: block;margin: 0 auto !important;}
/*文字对齐*/
.justify{text-align: justify}
.auto{margin: 0 auto}

/* 浮动 */
.am-fl{float: left;}
.am-fr{float: right;}
 
.am-cf{*zoom:1}
.am-cf:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}
 /*不计算宽高*/
*{font-family: 微软雅黑}

*{-moz-box-sizing: border-box;  /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;} 
a:link, a:visited {
    text-decoration: none;
}

* {
    /*line-height: 1;*/
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*多行溢出*/
.overflow{display: /*-webkit-box;*/overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
 
.overflow1{display: -webkit-box;overflow: hidden;text-overflow:ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.overflow2{display: -webkit-box;overflow: hidden;text-overflow:ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}

.overflow3{display: -webkit-box;overflow: hidden;text-overflow:ellipsis; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}

.overflow4{display: -webkit-box;overflow: hidden;text-overflow:ellipsis; -webkit-box-orient: vertical;-webkit-line-clamp: 4;}

/*字体大小px*/
 
 
/*字体加粗*/
.weight_0{font-weight: normal}
.weight_700{font-weight: 700}
.weight_600{font-weight: 600}
.weight_500{font-weight: 500}

/*块*/ 
.block{display: block}
.inline-block{display: inline-block}

/*行高*/
.line_1{line-height: 1}
.line_15{line-height: 1.5}
.line_18{line-height: 1.8}
.line_2{line-height: 2}
.line_3{line-height: 3}

/*填充*/ 
 
 
/*首行缩进*/
.indent1{text-indent: 1em;}
.indent2{text-indent: 2em;}

/*字母小写变大写*/
.daxie{text-transform:uppercase}

/*定位*/
.relative{position: relative}