﻿/**
 * kc common styles
 * update:2015-09-30 09:12:38
 */

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: Arial, "Lantinghei SC", "微软雅黑", "黑体";
    font-size: 14px;
    line-height: 24px;
}
.clear {
    width: 100%;
    display: block;
    line-height: 0;
    font-size: 0;
    clear: both;
}
.nav_bar{
	width:100%;
	background-color:#ffffff;    
	height: 32px;
    line-height: 32px;
    }
.wrap{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	}
.domain{
	display:block;
	width:50%;
	float:left;
}
.nav_bar_r{
	width:50%;
	float:right;
	text-align:right;
}