@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0; list-style:none;}
img{border:none;}
a{ text-decoration:none; color: #434a54;}
h1,h2,h3,h4,h5,h6,strong,b,i{ font-weight:normal; font-style: normal;}
input{border: none; outline: none;}
body{ font-family:"\5FAE\8F6F\96C5\9ED1";font-size: 14px; background: #f5f5f5;}
.fl{ float:left;}
.ri{ float:right;}
.oh{overflow: hidden;}
.clear{ clear:both;}
.clearfix:after{ content:""; display:block; clear:both;}
.clearfix{ zoom:1;}
.text_left{
	text-align: left;
}
.text_cente{
	text-align: center;
}
.text_right{
	text-align: right;
}
.w{
	width: 1226px;
	margin: auto;
}
.all_canter{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.h_canter{
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.ellipsis{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.maodian{
	position: relative;  
    top: -140px; 
    display: block;  
    height: 0;  
    overflow: hidden;  
}
