/*全局*/
body, dl, dd, h1, h2, h3, h4, h5, h6, p, form{
	margin: 0;
	font-size: 14px;
}   ol,li,ul{margin:0; padding:0;}
html{-webkit-text-size-adjust: none;}
h1, h2, h3, h4, h5, h6{font-size:100%;}
a{color:#272727;text-decoration:none; outline:none; transition:all 0.3s ease-in-out;}
a:hover{text-decoration:underline; color:#272727}
img{border:0;}
li{list-style:none}
input,button,select,textarea,div{outline:none;}
input[type="text"]{-webkit-appearance:none;}
textarea{resize:none}
img{vertical-align:middle; border:0;}
.fl{ float:left;}
.fr{ float:right;}
/*专题*/
/*头部*/
.top{height:430px; background:url(../images/top.jpg) no-repeat center top;}
.i{background:#fff; }
.i .wrap{width:950px; margin:0 auto;}
/*内容*/
.content-bg{ background:url(../images/bg.jpg) no-repeat center top; zoom:1;}
.content{width:980px; margin:0 auto; position:relative; overflow: hidden; zoom:1;}
/*产品展示*/
.box{ width:980px; height:178px; background:#FFF; margin-top:30px; background:url(../images/title1.jpg) no-repeat top; }
.box1{ width:980px; height:2451px;}
.title2{ background:#2acce9; height:38px; width:735px; color:#FFF; font:"微软雅黑"; font-size:18px; font-weight:bold; line-height:36px;}
.con_left{ width:735px; }
.con_left ul.list{ height:auto; overflow:hidden; width:735px;}
.con_left ul.list li{ float:left; height:308px; width:210px; background:url(../images/list_bg.png) no-repeat; padding:10px; margin:15px 15px 0px 0px;
 }
.con_left ul.list li img{ height:150px; width:210px;}
.con_left ul.list li .text{ width:210px; padding:5px 0px 5px 0px; border-bottom:1px dotted #d4d4d4;}
.con_left ul.list li .text h4{ margin-top:3px; font-weight: normal;font-size:12px; line-height:14px; height:30px;}
.con_left ul.list li .text h4 a{ line-height:14px;font-size:12px;width:210px; color:#247ffa; overflow:hidden;}
.con_left ul.list li .text h4 a:hover{ color:#09F; text-decoration:underline;}
.con_left ul.list li .text h4 span{ color:#F00;}
.con_left ul.list li .text p{ color:#a2a1a1; line-height:18px; height:38px; overflow:hidden; font-size:12px;}
.con_left ul.list li .price{ width:210px; height:40px; line-height:40px;}
          ul.list li .price span.old{ float:left; padding-left:20px; background:url(../images/but_bg.png) 0px -32px no-repeat;}
		  ul.list li .price span.low{ float:right; font-size:12px; color:#ff3c00; font-family:Arial, Helvetica, sans-serif;}
          ul.list li .buy{ height:30px; width:210px; clear:both;}
          ul.list li .buy span{ line-height:30px;font-size:15px; font-weight:bold; color:#ff3c00; float:left;}
          ul.list li .buy img{ float:right; height:30px; width:100px;}
/*简洁TAB*/



.nTab
        {
            width: 735px;
            margin:0;
            overflow: hidden;
        }
        .none
        {
            display: none;
        }
        .nTab .TabTitle li
        {background:#2acce9;
            float: left;
            cursor: pointer;
            height: 35px;
            line-height: 35px;
            font-weight: bold;
            text-align: center;
            width: 367px;
        }
        .nTab .TabTitle li a
        {
            text-decoration: none;
        }
        .nTab .TabTitle .active
        {
            background:#0099b4;
            color: #fff;
        }
        .nTab .TabTitle .normal
        {
	color: #FFFFFF;
        }
        .nTab .TabContent
        {
            clear: both;
            overflow: hidden;
            background: #fff;
            padding: 0px;
            display: block;
        }
/*简洁TAB结束*/
.btn{  background:#2acce9; width:210px; height:30px; text-align:center; margin:10px auto 0; color:#FFF; font-size:16px; font-weight:bold; line-height:30px;}
.btn a{
	background: #2acce9;
	width: 210px;
	height: 30px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
		display: block;
}
.btn a:hover{
	background: #0099b4;
	width: 210px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	display: block;
}
/* 右侧 */
.con_right{ width:237px;padding:0px 0px 0px 0px; height:auto;}
.con_right .gonggao{ width:237px; height:790px; background:url(../images/come.gif) 0px 0px no-repeat; margin-bottom:14px;}
.con_right .c_r{ width:237px; margin-top:12px;}
.con_right .s_web{ width:237px; padding-bottom:8px; _padding-bottom:16px; background-color:#fff; border-top:0px; border-bottom:0px;}
.con_right .s_web a{ display:block; }
.con_right .s_web .bb img{ width:237px; border:0px;}
/*精彩*/
.jingcai{ background:url(../images/jingcai.gif) no-repeat; height:169px; width:977px; margin:0px auto 0 auto;
	}
	.jingcai ul{ padding:70px 0 0 7px;;}
	.jingcai ul li{ float:left;margin:0 3px;}
	.gold{ background:url(../images/brand_bg.gif) no-repeat bottom; height:400px; width:979px;}
/* 底部 */
.bottom{height:113px; background:url(../images/bottom.jpg) no-repeat center top;}


/*返回顶部CSS样式*/
#gotop{	 
    width: 18px;
    line-height: 1.2;
    padding: 5px 0;
    background-color:#FFF;
    color:#666;
    font-size: 12px;
    text-align: center;
    position: fixed;
    _position: absolute;
    left: 50%;
	margin-left:506px;
    bottom: 20%;
    _bottom: "auto";
    cursor: pointer;
    opacity: 0;
    filter: Alpha(opacity=0);
	border:1px solid #CCC
}


.clear{height:0;clear:both;overflow:hidden; }