@charset "utf-8";

body{ 
	margin:0;
	padding:0;
	font-size:12px;
}

.header {
	text-align: center;
}

.navbar {	
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	height: 42px;
	line-height: 42px;
	background-color: #000;
}

.navbar a {	
	color: #fff;
	width: 148px;
	display: inline-block;
	text-decoration: none;
}

.navbar a:hover {
	background-color: #ff7800;
}

.curnav {	
	background-color: #ff7800;
}

.main {
	width: 990px;
	margin: 0px auto;
	padding-left: 2px;
}

.aboutme {
	width: 990px;
	height: 600px;
	margin: 0px auto;
	padding-left: 2px;
	padding-top: 20px;
}

.aboutme {
	width: 990px;
	height: 600px;
	margin: 0px auto;
	padding-left: 2px;
	padding-top: 20px;
}

.products {
    width: 990px;
	height: 600px;
	margin: 0px auto;
	padding-left: 2px;
	padding-top: 26px;
}

.news {
    width: 990px;
	height: 600px;
	margin: 0px auto;
	padding-left: 2px;
	padding-top: 20px;
}

.price {
    width: 990px;
	
	margin: 26px auto 0px auto;
	border: 1px solid #ccc;
}

.title1 {
    font-size: 18px;
	font-weight: bolder;
	padding-left: 1px;
	padding-bottom: 16px;
}

.product_list {
	width: 100%;
	height: 100%;
	margin-top: 28px;
	margin-bottom: 32px;
}

.product_list ul {
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #ccc;
}

.product_list li {
    width: 196px;
	height: 198px;
	margin: 0px;
	padding-top: 28px;
	text-align: center;
	display: inline-block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.product_list a {
	width: 100%;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 16px;
	display: inline-block;
	text-decoration: none;
}

.main_left {
	width: 260px;
	height: 400px;
	float: left;
	border: 1px solid #aaa;
}

.main_center {
	width: 466px;
	height: 400px;
	margin: 0px 240px 0px 280px;
	border: 1px solid #aaa;
}

.main_right {
	width: 220px;
	height: 400px;
	margin-right: 4px;
	float: right;
	border: 1px solid #aaa;
}


.title2 {
	font-size: 16px;
	padding-left: 12px;
	font-weight: bolder;
	line-height: 48px;
	vertical-align: middle;
	border-bottom: 1px solid #aaa;
}

.main_center .title2 {
	margin-bottom: 16px;
}

.main_photo {
	padding: 16px 0px 0px 16px;
}

.main_qrcode {
	padding: 28px 0px 0px 30px;

}

.main_contact {
	font-size: 16px;
	padding: 24px 0px 0px 38px;
}

.main_price {
	margin: 8px 16px 8px 16px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #666;
}

.main_price .date {
	width: 100px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.main_price .quote {
	width: 320px;
	line-height: 16px;
	margin-left: 100px;
}

.footer {
	width: 100%;
	height: 80px;
	font-size: 16px;
	color: #ccc;
	text-align: center;
	margin-top: 32px;
	background-color: #666;
}

.footer div {
	padding-top: 16px;
}

.contact {
    width: 990px;
	height: 588px;
	margin: 0px auto;
	padding-left: 2px;
	padding-top: 38px;
}

.address {
	width: 248px;
	height: 576px; 
	float: left;	
	font-size: 14px;
	border: 1px solid #ccc;
}

.address div {
    margin: 12px;
}

.addr_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
} 

.addr_label {
	width: 78px;
	text-align: right;
	font-weight: bold;
	display: inline-block;
}

.addr_value {
    display: inline-block;
}

.addr_qrcode {
	padding-left: 12px;
	padding-top: 88px;
}

.map {
	width: 720px; 
	height: 576px; 
	margin-left: 266px;
	border: 1px solid #ccc;
}

.map iframe {
	width: 700px;
	height: 556px;
	border: 0px;
	margin: 12px;
}

.price_item {
	margin: 8px 16px 8px 16px;
	padding-bottom: 9px;
	border-bottom: 1px dotted #666;
}

.price_item .date {
	width: 120px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.price_item .quote {
	width: 826px;
	line-height: 16px;
	margin-left: 128px;
	text-align: left;
}

.product_item {
	border: 1px solid #ccc;
	border-bottom: 0px;
}

.product_item_last {
 	border-bottom: 1px solid #ccc;
}

.product_item .picture {
	width: 180px;
	height: 120px;
	float: left;
	border-right: 1px solid #ccc;
}

.product_item .desc {
	width: 788px;
	height: 120px;
	margin-left: 188px;
}

.product_item .desc div {
	padding: 4px 8px;
}

.product_item .title {
	font-size: 14px;
	font-weight: bold;
}