/*common*/
body{
    background-color: #fff;
    font-size: 14px;
}
body,.wrapper{
    min-width: 1200px;
}
.w1200 {
    margin: 0 auto;
    width: 1200px;
}
ul,li{
    zoom: 1;
    margin: 0;
}
iframe{
    border: none;
}
em{
    font-style: normal;
}
em:hover{
    text-decoration: none;
}
.width-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.mt15 {
    margin-top: 15px;
}
.container{
    width: 1000px;
    margin: 0 auto;
}
.hides{
	display: none;
}
input,
img {
    vertical-align: middle;
}
a {
    outline: none;
    text-decoration: none;
    color: #535353;
}
a:hover {
    color: #22a3ee;
    /*text-decoration: underline;*/
}
a.current {
    color: #22a3ee;
}
table {
    border-collapse: collapse;
    table-layout: auto;
}
.f_lg {
    font-size: 16px;
}
.f_normal {
    font-size: 14px;
}
.f_sm {
    font-size: 12px;
}
.ellipsis{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.white {
	color: #FFFFFF !important;
}
.btn{
    padding: 8px 18px;
	border-radius: 3px;
	color: #FFFFFF;
	vertical-align: top;
	border: 1px solid #e3e3e3;
	cursor: pointer;
	display: inline-block;
}
.btn-primary{
	background:#eff7ff;
	border: 1px solid #528FEA;
}
.btn-sprimary{
    background:#528FEA;
    border: 1px solid #528FEA;
    margin-left: 4px;
    margin-top: 3px;
}
