﻿/*
Author:tangyingzi  [365 UED Team]
Date:2008-05-06
Version:1.0
Website:chinashadecloth.com
*/
/*
test

div{border:1px dotted #008000;}
span{border:1px dotted #C00;}
li{border:1px dotted #369;}
*[title]{font-weight:bold;}
*/


ul, li {
	list-style-type:none/* outside*/;
	padding:0px;
	margin:0px;
}    /*ul,li声明不显示任何符号*/
a, li, p {
	color:#333;
	line-height:20px;
}
a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline:
}
a.white:link {
	color:#CCC;
	text-decoration:none;
}
a.white:visited {
	color:#CCC;
	text-decoration:none;
}
a.white:hover {
	color:#CCC;
	text-decoration:underline:
}
.border {
	border:#AFAFAF 1px solid;
	padding:3px;
	background-color:#FFFFFF;
}
.paddin20 {
	padding-left:20px;
}
.floatL {
	float:left;
}
.clear {
	clear:both;
}
body, div, li, input, textarea, select {
	font-family:Arial, "宋体", Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
body {
	background:#FFFFFF;
	padding:0px;
	margin:0px;
	text-align:center;
}
#header, #nav, #main, #machines, #footer {
	clear:both;     /*页面布局声明，clear:both清除两侧，考虑容器内容溢出*/
	width:100%;/*margin:auto;
padding:0px;*/
}
.logo, .topnav li, .navimg, .menu, .menu li, .banner, .content, .int, .mach1, .mach2, .mach3, .procont {
	float:left;
}
.topnav, .sort {
	float:right;
}
/*页眉开始*/
#header {
	background:url(../images/top_bj.jpg) no-repeat;
	height:101px;
}
.logo {
	width:585px;
}
.topnav {
	width:180px;
	margin-top:70px;
}
/*导航开始*/
#nav {
	background:url(../images/menu_2.jpg) repeat-x;
	height:35px;
	margin-top:1px;
}
.menu {
	margin-left:10px;
}
.menuwid {
	width:150px;
	text-align:center;
}
/*首页主体开始*/
#main {
	margin-top:8px;
}
.banner {
	width:400px;
	margin-left:15px;
}
.content {
	width:560px;
	text-align:left;
	margin-left:3px;
	margin-top:8px;
}
.int {
	width:380px;
}
.sort {
	width:156px;
	text-align:left;
}
.sortp {
	margin-left:30px;
	width:85%;
}
.font52 {
	color:#525252;
}
.mark1, .font52 {
	font-size:15px;
	font-weight:bold;
}
.ico {
	background:no-repeat left;
	padding-left:25px;
}
.mark1 {
	background-image:url(../images/icon_1.gif);
	color:#CD7626;
}
.mark2 {
	background-image:url(../images/icon_2.gif);
}
.more {
	text-align:right;
}
.sort li a {
	color:#747474;
}
.sort li img {
	margin-top:40px;
}
/*首页机器展示开始*/
#machines {
	margin-top:12px;
}
.mach1 {
	margin-left:15px;
}
.mach2 {
	width:935px;
	height:188px;
	background-color:#F9F9F9;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
.machtop {
	background:url(../images/machines_4.jpg) repeat-x;
	width:100%;
	text-align:left;
}
/*页脚样式开始*/
#footer {
	background:url(../images/footer_2.jpg) repeat-x;
	height:82px;
	margin-top:10px;
}
#footer ul li {
	float:left;
	line-height:15px;
	text-align:left;
}
#footer ul li img {
	margin-left:160px;
}
.footer_top {
	margin-top:18px;
	color:#DBDBDB;
	font-size:11px;
}
/*公司简介开始*/
.about {
	width:93%;
	padding:15px;
}
/*产品展示*/
.product {
	width:950px;
	margin-left:2px;
}
.procont {
	width:780px;
	text-align:left;
}
.center {
	text-align:center;
}
/*在线订单*/
.orinput {
	border:1px solid #BEBEBE;
	margin:3px 0px 3px 5px;
}
/*联系我们开始*/
.conimg {
	padding-left:240px;
}
.contact {
	line-height:30px;
	padding-left:20px;
}