@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,pre,code,form,legend,b,button,input,textarea,blockquote{margin:0;padding:0;}
img,abbr,acronym{border:0;}
table td{word-break:break-all;}
caption,th{text-align:left;}
ol,ul{list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight:700;}
input,button,textarea,select{font-family:inherit;}
address,cite,dfn,em,code,var,caption,th{font-style:normal;font-weight:normal;}
q:before,q:after{content:'';}
wbr:after{content:'\00200b';}
/* Basic */
*{word-wrap: break-word;outline:none;}
::selection{background:#ff9b37; color:#fff;}
input::-webkit-input-placeholder { color: #ccc; } 
input:-moz-placeholder { color: #ccc; }  
input:-ms-input-placeholder{ color: #ccc; } 

body{ font:12px/1.5 'Microsoft YaHei','微软雅黑'; background:#f2f2f2; color:#333;}
/*公用样式*/
.cf:after{ height:0; display:block; overflow:hidden; content:"\20"; clear:both;}
.cf{ *zoom:1;}
.cbh{ clear:both; height:0; overflow:hidden}
.fl{ float:left;}
.fr{ float:right;}
.hidden{ display: none; }
.box-sizing{-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;}
.wrap { 
	width:1280px; 
	margin:0 auto; 
	position:relative; 
}
a.btn {
	background: url("../images/btn_bg.png")/*tpa=http://kapukongkj.com/images/btn_bg.png*/ repeat-x;
	color: #fff;
}
.color-red {
	color: #ff4e4e !important;
}
.error-message {
	color: #ff4e4e;
	font-size: 14px;
}
.mt-80 {
	margin-top: 80px !important;
}
/*头部*/
.head { 
	width: 100%;
	min-width:1280px; 
	background:#fff; 
	height:70px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.head-in {
	height: 100%;
	text-align: center;
}
.head-logo {
	margin: 5px 0 5px 70px;
}
.head-in a {
	display: inline-block;
	width: 120px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #333;
	box-sizing: border-box;
}
.head-in a:hover,.head-in a.current {
	color: #ff9b37;
	border-bottom: 4px solid #ff9b37;
}

