@charset "utf-8";

#main img{
	vertical-align:		bottom;
}


/* 返回页首 */
p.backtop {
	text-align:		right;
}
p.backtop a.backtop-a {
	background:		url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEAQMAAAB4CLc+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURQAAAABLsQqMrBsAAAABdFJOUwBA5thmAAAAEElEQVQI12MQYNBgcGFoAgACjgD/5b/zoAAAAABJRU5ErkJggg==") no-repeat scroll 0 4px transparent;
	line-height:		36px;
	padding-left:		15px;
	text-decoration:	none;
}
p.backtop a.backtop-a:hover {
	text-decoration:	underline;
}



/* 头部banner */

#main .clearfix{
	zoom:			100%;
}


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

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

#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{
	 width: 950px; 
	 height: 45px; 
	 line-height: 45px;
	 margin:10px 0;
	 background-color:#fff;
	 border:1px solid #1286e9;
	 box-sizing: border-box;
}

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




/* 导航部分 */

#main .product_slide {
	padding:		15px 0 10px 0px;
	width:			955px;   
	height: 43px;
}

#main .product_slide li {
    float: left;
    width:230px;
    height: 43px;
    margin-right:9px;
	margin-bottom: 10px;
}

#main .product_slide .list--last {
    margin-right:0;
}

#main .product_slide .list--end {
    margin-bottom: 25px;
}

#main .product_slide a {
    width:230px;
    height:43px;
    display: inline-block;
    white-space: nowrap;
    overflow:hidden;
    background: #0b7cb4 url(../images/mean-bg.png) no-repeat 210px center;
    color: #FFFFFF;
	font-weight:bold;
    font-size: 16px;
    text-align: left;
    text-indent:30px;
    line-height: 40px;
	text-decoration:none;
}

#main .product_slide a:hover {
    text-decoration: none;
	opacity:0.75;
}



/* 商品部分 */
#main .inner{
	width:   950px;
	margin-top:  10px;
	padding: 0;
	border:	 0;
	background:#F4F4F2; 
	font-family:"微软雅黑";
}

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


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

#main h3{
	margin:20px 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{
	//border-color:		#e9e9e9;
	box-shadow:		0 0 2px 2px #f8f8f8;
}

#main .itemArea ul li{
	position:		relative;
	//padding-top:		40px;
	text-decoration:    none;
}

#main .itemArea ul li image{
	//margin-bottom:		5px;
	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-family:		Helvetica, Simsun, Simhei, Arial, sans-serif;
	font-size:		15px;
	line-height:		1.4;
	text-align:		center;
}

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

/*  添加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:    "微软雅黑";
}

#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 10px;;
}


#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:310px;
	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;
	font-family:    "微软雅黑";
}


/* 品牌介绍 */
#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);
}



#main .itemArea ul li .mark{
	position: relative;
}
#main .itemArea ul li .mark .ico{
	position: absolute;
	background: url(../images/ico.png)no-repeat;
	width: 30px;
	height: 45px;
	color: #FFF;
	top: 0;
	left: 0;
	
}
#main .itemArea ul li .mark .ico span{
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1.3;
	width: 30px;
	height: 35px;
}

#main .itemArea ul li .mark .ico3{
	position: absolute;
	background: url(../images/ico.png)no-repeat;
	width: 30px;
	height: 45px;
	color: #FFF;
	top: 0;
	left: 0;
	
}
#main .itemArea ul li .mark .ico3 span{
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1.3;
	width: 30px;
	height: 35px;
	font-size: 10px;
}