/*字体大小*/
.fs14 {
	font-size: 14px;
}

.fs24 {
	font-size: 24px;
}



/*字体颜色*/
.f60 {
	color: #f60;
}



.c_333 {
	color: #333;
}


.ht {
	font-family: "黑体";
}

/*外边距*/

.m_t6 {
	margin-top: 6px;
}

.box {
	width: 100%;
}

.box1200 {
	width: 1200px;
	margin: auto;
}

/*设置浮动*/
.left {
	float: left;
}

.right {
	float: right;
}

/*选中框图片效果*/
.xuanzhong {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
}


/*页头公共样式*/
/*页头样式*/
#top {
	background-color: #101010;
	height: 30px;
}

#topleft {
	font-size: 14px;
	text-indent: 206px;
	line-height: 30px;
	color: #e6e6e6;
}

#topright {
	line-height: 30px;
	padding-right: 10px;
}

#topright .topspan {
	padding: 0 3px;
	color: #bfbfbf;
}

#topright .graya {
	color: #bfbfbf;
}

#topright .reda {
	color: #fd6902;
}



/* ===== 仅修改底部（footer）样式 ===== */
#footer {
	background-color: #f2f2f2;
	/* 灰色背景 */
	padding: 30px 0 20px 0;
	border-top: 2px solid #e0e0e0;
	margin-top: 40px;
	width: 100%;
}

#footerbut {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 20px;
	background-color: #f2f2f2;
}

#footerbut p {
	margin: 8px 0;
	font-size: 14px;
	color: #555;
	line-height: 1.6;
	background-color: #f2f2f2;
}

#footerbut a {
	color: #555;
	text-decoration: none;
	transition: color 0.2s;
	background-color: #f2f2f2;
}

#footerbut a:hover {
	color: #ff6702;
	text-decoration: underline;
}

/* 公司名称突出 */
#footerbut p:first-of-type {
	font-size: 13px;
	font-weight: 600;
	color: #222;
	letter-spacing: 1px;
}

/* 地址样式微调 */
#footerbut p:nth-of-type(2) {
	font-size: 13px;
	color: #777;
}

/* 备案号独立样式 */
#footerbut a[href*="beian"] {
	font-size: 13px;
	color: #888;
	background-color: #f2f2f2;
}

#footerbut a[href*="beian"]:hover {
	color: #ff6702;
}

/* 兼容原有 id 选择器，保留灰色背景 */
#footer,
#footerbut,
#footerbut p,
#footerbut a {
	background-color: #f2f2f2;
}

/*导航栏的样式*/
#navmax {
	height: 100px;

	position: relative;
}

/*logo*/
#navmax #logo {
	width: 200px;
	height: 130px;
	position: absolute;
	top: -30px;
}

#navmax #logo img {
	width: 200px;
	height: 130px;
}

/*搜索框*/
#navmaxform {
	width: 440px;
	height: 38px;
	margin: 6px 0 10px 500px;
	float: left;
	position: relative;
}

#navmaxtext::-webkit-input-placeholder {
	color: #999;
}

#navmaxtext {
	text-indent: 16px;
	width: 440px;
	height: 38px;
	line-height: 38px;
	border: solid 2px #ff6700;
}

/*搜索按钮*/
#navmaxsub {
	border: 0;
	position: absolute;
	top: 0px;
	right: -2px;
	width: 54px;
	height: 40px;


	background: #ff6700 url(../img/bgicon.png) no-repeat 4px 4px;
}

/*搜索框外部盒子高*/
.h30 {
	height: 64px;
}

/*导航栏*/
#navmax #navmaxcon {
	list-style: none;
	margin-left: 230px;
	height: 30px;
}

#navmax #navmaxcon li, #navmax #navmaxcon li a {
	font-size: 16px;
	font-weight: bold;
	line-height: 10px;
	padding: 0 12px;
	float: left;
	color: #000000;
}

/*购物车*/
#navmaxshop {
	width: 200px;
	height: 42px;
	margin: 6px 6px 6px 0px;

	float: right;
}

#navmax #navmaxshop #shopminleft, #navmax #navmaxshop #shopminleft a {

	width: 100px;
	height: 42px;
	float: left;


	font-size: 16px;
	text-indent: 42px;
	line-height: 42px;
	color: white;

	background: #ff6700 url(../img/bgicon.png) no-repeat 2px -42px;
}

#navmax #navmaxshop #shopminright {
	background-color: #ebebeb;
	width: 100px;
	height: 42px;
	float: left;



	text-align: center;
	line-height: 42px;
	font-size: 18px;
	color: #666;
}