html, body, ul, li, ol, dl, dd, dt, p,  h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
body{
	/*background-color:#f6f6f6 ;*/
}

ul,li{
	text-decoration: none;
	list-style: none;
}

input,img,table{
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
}

table{
	    border-collapse: collapse;
}

button{
	outline: none;
	border: none;
	cursor: pointer;
}

a{
	text-decoration: none;
	color: inherit;
}

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto{
	padding: 10px;
}

a:hover{
	cursor: pointer;
	text-decoration: none;
	color: rgb(105,5,150);
}

.fl{
	float: left;
}

.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.al{
	text-align: left;
}
.pos-re{
	position: relative;
}

.pos-ab{
	position: absolute;
}


.clearfix{
	content: '';
	clear: both;
	display: block;
	overflow: hidden;	
}

.magt20{
	margin-top: 20px;
}
.magt10{
	margin-top: 10px;
}
.plr{
	padding: 0;
}
.c-li-bot{
	width: 100%;
	border-bottom: 1px dashed #d8d6d7;
}
.clearfix:after{
	content:'';
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.text-overflow{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
/*邮箱样式重写*/
 .email {
     position: absolute;
     width: 60px;
     height: 75px;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
 }
 .email a {display: block;width: 100%;height: 100%;}
 .email img {
     display: none;
 }