body,html,a,div,p,input,img,ul,li,ol,h1,h2,h3,h4,h5,h6,nav,header,head,footer,select,section,textarea,span,button{
	margin: 0;
	padding: 0;
}
html{
	font-size: 14px;
}

/*é‡ç½®åˆ—è¡¨å…ƒç´ */
ul, ol ,li{
    list-style: none;
}
body a:focus, a:hover{
 	text-decoration: none; 	

}
ol, ul {
    margin-top: 0;
    margin-bottom:0px!important;
}

html,body{
	line-height: 1.8;
	font-family: 'å¾®è½¯é›…é»‘';
}
a{
	color: #333333;
	text-decoration:none;
}
button{
	outline: none;
	border: none;
	cursor: pointer;
}
img{
	border: none;
	outline: none;
}
textarea{
	resize: none;
}
.gb{
	cursor: pointer;
}
.comBox{
	box-sizing: border-box;
}
.comPadding{
	padding:0!important;
}
/*æ¸…æµ®åŠ¨*/
.clearFloat:after {
    content: '';
    display: block;
    clear: both;
}
* {
    margin: 0;
    padding: 0;
}
input, textarea, button, a {
    outline: 0
}

a img, fieldset {
    border: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

/* è¶…å‡ºéšè— ä¸€è¡Œï¼Œä¸¤è¡Œï¼Œä¸‰è¡Œï¼Œçœç•¥å·æ˜¾ç¤ºstart */
.overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overflowOne {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.overflowTwo {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

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

/* è¶…å‡ºéšè— end */

/* æ¸…é™¤æµ®åŠ¨ */
.clearfix:after {
    height: 0;
    font-size: 0;
    clear: both;
    display: block;
    visibility: hidden;
    content: '';
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.color_FEFFFF {
    color: #FEFFFF;
}

.txt_center {
    text-align: center;
    min-width:1060px;
}
.txt_align_left{
    text-align: left;
}
.color_fff {
    color: #ffffff;
}
.paddingtop68{
    padding-top: 68px;
}
.bgg{
    background: #F8FBFD;
}