@charset "utf-8";

/* 头部banner */

#main .clearfix {
	zoom: 100%;
}

#main {
	width: 950px;
}

#main .top_area {
	width: 950px;
	padding: 0;
	margin: 0;
}

#main .top_area .keyVisual {
	position: relative;
}


/*导航部分*/

.mainArea #main{
	font-family:"Microsoft Yahei",SimHei,STHeiti,Helvetica,serif,Arial;
}
.mainArea .mean-list {
	width: 950px;
	height: 70px;
	background: url("../images/mean-bg.png");
	position: relative;
}

.mainArea .mean-list> img {
	position: absolute;
}

.mainArea .mean-list> .oneImg {
	left: 60px;
	top: 25px;
	z-index: 2;
}

.mainArea .mean-list> .oneImg1 {
	left: 764px;
}

.mainArea .mean-list .one {
	margin-left: 60px;
}

.mainArea .mean-list .two {
	width: 265px;
	margin-right: 67px;
}

.mainArea .mean-list a {
	margin-top: 1px;
	margin-right: 1px;
	display: block;
	width: 92px;
	height: 68px;
	background: #fff;
	float: left;
	opacity: 0;
	filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	transition: all 0.15s;
}

.mainArea .mean-list a:hover {
	opacity: 0.3;
	filter: "alpha(opacity=30)";
	filter: alpha(opacity=30);
}
/*../导航*/
.mainArea .floor-title1 {
    width: 950px;
    height: 44px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 40px;
    color: #fff;
    background: url(../images/floor-tiele-bg.png);
    margin-bottom: 10px;
    margin-top: 20px;
	margin-bottom:20px;
}

#main .top_area .keyVisual img {
	width: 950px;
	height: 250px;
	border: 0;
}

#main .botton_register--top {
	width: 950px;
	height: 67px;
	background: url(../images/btn_register_bg.jpg) no-repeat 0 0;
	padding-top: 8px;
}

#main .botton_register--top .btnRegist {
	display: block;
	margin-left: 286px;
	width: 378px;
	height: 58px;
	background: url(../images/btn_reg.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* 价格咨询 */

#main .barnot {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px 10px;
	border: 1px solid #6ca6dd;
	text-align: left;
	font-weight: 100;
	font-size: 12px;
}

#main .barnot span {
	color: #000;
	font-size: 14px;
	font-family: 微软雅黑, 黑体;
	padding-left: 10px;
}


/* 商品部分 */

#main .inner {
	width: 950px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #F4F4F2;	
}

#main .inner .inner_box {
	padding: 5px 10px;
}

#main h2 {
	margin-top: 20px;
}

#main h3 {
	margin: 10px 0;
	padding: 5px 0;
	font-size: 27px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #5e7f9e;
}

#main .itemArea {
	width: 939px;
}

#main .itemArea ul {
	float: left;
	margin: 0 7px 7px 0;
	width: 158px;
	padding: 10px;
	border: 1px solid #00A0E9;
	background: #fff;
}

#main .itemArea ul:hover {
	box-shadow: 0 0 2px 2px #f8f8f8;
}

#main .itemArea ul li {
	position: relative;
	text-decoration: none;
}

#main .floor-title {
	padding: 50px 0 0;
	margin-bottom: 10px;
	width: 950px;
	background: #fff;
	margin-left: -10px;
	margin-top: 0;
	position: relative;
}

#main .floor-title span {
	font-size: 20px;
	letter-spacing: 3px;
	color: #fff;
	position: absolute;
	top: 58px;
	left: 350px;
	font-weight: 900;
}

#main .itemArea ul li image {
	text-align: center;
}

#main .itemArea ul li .item00 {
	width: 158px;
	height: 140px;
}

#main .itemArea ul li .itembtn {
	width: 158px;
	height: 45px;
	padding-top: 10px;
}

#main .itemArea ul li .title {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	height: 35px;
}

#main .itemArea ul li .button {
	text-align: center;
}

#main .itemArea ul li .title a:link {
	color: #004bb1;
	outline: none;
}


/*  添加hover效果  */

#main .itemArea ul li .title a:hover {
	color: #ff730a;
}


/*  添加visited效果  */

#main .itemArea ul li .title a:visited {
	color: #851f99;
}

#main .itemArea ul li .model {
	font-size: 14px;
	color: #333;
	text-align: center;
	font-family: '微软雅黑';
	margin: 10px 0;
}

#main .itemArea ul li .button .btnDetail {
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	width: 140px;
	height: 30px;
	font-family: '微软雅黑';
	font-weight: bold;
	margin: 5px 0 0 0;
}

#main .itemArea ul li .deliver {
	display: inline-block;
	background: #666;
	border-radius: 7px;
	width: 40px;
	height: 47px;
	margin-left: 5px;
	padding-top: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}


/* 更多商品BTN样式 */

#main .more {
	padding: 0;
	text-align: center;
}

#main .more a img {
	width: 378px;
	height: 58px;
	margin: 10px 0 20px 0;
}

#main .more a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}


/* 品牌介绍 */

#main .brandArea {
	width: 950px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #F4F4F2;
}

#main .brandArea .beidi {
	float: left;
	margin: 10px;
}

#main .brandArea .beidi img {
	width: 284px;
	height: 177px;
	border: 0;
}

#main .brandArea .txt {
	float: left;
	width: 577px;
	margin: 40px 0;
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.6em;
}


/* 品牌介绍 */

#main .tequanBox {
	width: 950px;
	text-align: center;
	margin-top: 25px;
}

#main .tequanBox .tequanBox__title {
	position: relative;
	height: 50px;
	background: #92daf6;
	text-align: center;
}

#main .tequanBox .tequanBox__title img {
	width: 352px;
	height: 76px;
	border: 0;
	margin-top: -8px;
}

#main .tequanBox .tequanBox__content {
	width: 950px;
	text-align: center;
	height: 480px;
	background-color: #f4f4f2;
}

#main .tequanBox .tequanBox__content img {
	width: 910px;
	height: 360px;
	border: 0;
	padding-top: 20px;
}

#main .tequanBox .tequanBox__content .btm2 {
	text-align: center;
	padding-top: 5px;
}

#main .tequanBox .tequanBox__content .btm2 img {
	width: 378px;
	height: 58px;
	border: 0;
}

#main .tequanBox .tequanBox__content .btm2 a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}