@CHARSET "UTF-8";
body{
	color:#333;
	font-size:14px;
}
a, abbr, acronym, address, article, aside, audio, b, big, blockquote,
	body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt,
	em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6,
	header, html, i, img, ins, kbd, label, legend, li, mark, menu, nav, ol,
	output, p, pre, q, s, samp, section, small, span, strike, strong, sub,
	summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul,
	var, video {
	margin: 0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6{
	font-weight:700;
}
img {
	border: none;
}

select, input {
	vertical-align: middle;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	display: table;
	content: "";
	line-height: 0;
}

.clearit {
	clear: both;
	height: 0px;
	overflow: hidden;
	font-size: 0;
}
a{
	text-decoration:none;
}
a:hover{
	color:#f63;	
}

	.sp10{
		height:10px;
		font-size:0;
		padding:0;
		margin:0;
	}
	.sp20{
		height:20px;
		font-size:0;
		padding:0;
		margin:0;
	}
	.sp30{
		height:30px;
		font-size:0;
		padding:0;
		margin:0;
	}
	.c-w{
		width:1140px;
		margin:0 auto;
	}
	.c-top-header{
		height:30px;
	}
	.c-top-gz{
		padding-top:6px;
	}
	.c-header-wrap{
		background-color:#eee;
		display: none;
	}
	.c-header{
		height:100px;
		overflow:hidden;
		padding:0 40px;
	}
		
	.c-header .hd-company-logo{
		float: left;
	    height: 100%;
	    width: 100px;
	    margin-right:20px;
	    padding:20px 0;
	    text-align:center;
	}
	.c-header .hd-company-logo img{
		height: 60px;
	}
	.c-header .hd-company-name-wrap{
		float:left;
	}
	.c-header .hd-company-name{
		font-size:24px;
		line-height:24px;
		padding-top:30px;
		color: #000;
	}
	.c-header .hd-company-brief{
		font-size:12px;
		margin-top:4px;
		width:600px;
		overflow:hidden;
		white-space:nowrap;
		text-overflow: ellipsis; 
		color:#333;
	}
	.c-nav-wrap{
		width:100%;
		height:40px;
		background-color:#269;
		margin-top: -20px;
	}
	.c-nav .c-nav-main-item{
		height:40px;
		margin-right:1px;
		line-height:40px;
		float:left;
	}
	.c-nav .item-link{
		display:block;
		font-size:14px;
		padding:0 20px;
		color:#fff;
		text-decoration:none;
	}
	.c-nav .item-link:hover,.c-nav .item-link.cur{
		background-color:#f63;
	}
.c-footer{
	border-top:1px solid #ddd;
	padding:20px 0;
}
.c-footer .copyright{
	text-align:right;
	height:100px;
	margin:0 20px;
	color:#333;
}

/*profile*/
.c-cols{
}
.c-cols .c-col-right{
	width:100%;
	float:left;
	min-height:400px;
}
.c-cols .c-profile-wrap{
	margin-left:200px;
	padding:0 0 0 20px; 
}
.c-cols .c-profile-box{
	background-color:#fff;
	padding-bottom:20px;
}
.c-row-header{
	line-height:20px;
	padding:20px 3px 7px 30px;
	border:0;
}
.c-row-header h3{
	line-height:20px;
	font-size:14px;
}
.c-row-header b{
	color:#999;
	margin-right:6px
}
.c-profile-title{
	padding:20px 0;
	text-align:center;
}
.c-profile-title h1{
	font-size:24px;
}
.c-profile-content{
	line-height:200%;
	padding:0 30px;
}
.c-profile-content p,.c-profile-content div{
	line-height:200%;
}

.c-profile-wrap .contact h1{
	font-size:20px;
	line-height:40px; 
}
.c-profile-wrap .contact li{
		line-height:100%;
    	margin-top:10px; 
    	font-size:14px;  
}

/*left-sidebar*/
.c-cols .c-col-left{
	width:200px;
	float:left;
	margin-left:-100%;
	min-height:400px;
	background-color:#fff;
}
.c-col-left .c-left-sidebar-wrap{	
	background-color:#fff;
}
.c-col-left .c-left-sidebar-title{
	border-bottom:1px solid #ddd;
	line-height:100%;
	padding:10px 7px;
}
.c-col-left .c-left-sidebar-title h3{
	font-size:14px;
	line-height:14px;
	color:#333;
}
.c-col-left .c-left-sidebar-box{
	padding:3px;
}
.c-col-left .c-left-sidebar-box li{
	padding:4px;
	float:left;
}
/*left-sidebar end*/
/*profile end*/


