/* CSS Document */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote{
    margin: 0;
    padding: 0;
}
body {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei", "PingFang", "PingFang SC", "黑体", "宋体", sans-serif;
}
td, th, caption {
    font-size: 14px;
}

h1{
	font-size: 20px
}

h2{
	font-size: 18px
}

h3{
	font-size: 16px
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    border: none;
    vertical-align: middle;
}
ol, ul, li {
    list-style: none;
}
input, textarea, select, button {
    font: 14px "Microsoft YaHei","PingFang", "PingFang SC", "黑体", "宋体", sans-serif;
	outline: none
}
table {
    border-collapse: collapse;
}

.clearfix {
    clear: both
}

/*公共类*/
.fl {
    float: left
}
.fr {
    float: right
}
.al {
    text-align: left
}
.ac {
    text-align: center
}
.ar {
    text-align: right
}
.hide {
    display: none
}
.show{
	display: block
}
.mt20{
	margin-top: 20px!important
}
.mt30{
	margin-top: 30px!important
}
.mt40{
	margin-top: 40px!important
}
.mt50{
	margin-top: 50px!important
}
.mt80{
	margin-top: 80px!important
}
.pt30{
	padding-top: 30px!important
}
.pt40{
	padding-top: 40px!important
}
.pt50{
	padding-top: 50px!important
}
.pt80{
	padding-top: 80px!important
}
.mb20{
	margin-bottom: 20px!important
}
.mb30{
	margin-bottom: 30px!important
}
.mb40{
	margin-bottom: 40px!important
}
.mb50{
	margin-bottom: 50px!important
}
.mb80{
	margin-bottom: 80px!important
}
.pb30{
	padding-bottom: 30px!important
}
.pb40{
	padding-bottom: 40px!important
}
.pb50{
	padding-bottom: 50px!important
}
.pb80{
	padding-bottom: 80px!important
}

.text-over-1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.text-over-2{
	overflow: hidden;
	text-overflow: ellipsis;
	display:  -webkit-box; 
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.text-over-3{
	overflow: hidden;
	text-overflow: ellipsis;
	display:  -webkit-box; 
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.text-over-4{
	overflow: hidden;
	text-overflow: ellipsis;
	display:  -webkit-box; 
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.noborder{
	border: none!important
}
html,body {
    min-width:1200px;
}
