﻿@charset "utf-8";/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ 
{margin:0;padding:0}
 
/* 设置默认字体 */
body{color:#333;line-height:160%;background-color:#FFF; overflow-x: hidden;}
body, button, input, select, textarea {font:12px/1.5 Microsoft YaHei,微软雅黑,宋体,Geneva,sans-serif;}
h1, h2, h3, h4, h5, h6{font-size:100%}
address, cite, dfn, em, var{font-style:normal} /* 将斜体扶正 */
code, kbd, pre, samp{font-family:courier new, courier, monospace} /* 统一等宽字体 */
small{font-size:12px} /* 小于12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol,li{list-style:none}
 
/* 默认链接样式 */
a{text-decoration:none}
a:link,a:visited{color:#333;text-decoration:none}
a:hover,a:active{color:#3572cf;text-decoration:underline}
a.red:link,a.red:visited{color:#dd2235;font-weight:400}
a.hei:link,a.hei:visited{color:#333;font-weight:400}
.green{color:#228822}
.grey{color:#999}


/* 通用字体样式 */
.red{color:#dd2235;}
.bg_gray{ background-color:#f5f7f9;}
.f666{color:#666;}
.f039{color:#039;}
.hide {display:none}
.fr {float:right}
.fl {float:left}
.a-x{text-decoration:underline}
.a-n{text-decoration:none}
h1{font-size:16px;font-weight:bold}
h2{font-size:16px}
h3{font-size:14px}
.p_t{padding:5px 0px 5px 5px;background:#fbf5e5;border:1px solid #ede1cf;margin-bottom:8px}
.p_t span{float:right}
.p_t a:link,.p_t a:visited{color:#1e51c0;display:block;position:relative}
.f_sm{font-size:11px}
.f_12b_30b{ font:bold 12px/30px Arial,"宋体"; color: #000; text-decoration: none;}
.f_14b_30b{ font:bold 14px/40px Arial,"宋体"; color: #000; text-decoration: none;}

/* 通用连接样式 */
a.lf60:link,a.lf60:visited{color:#f60}
a.lf60:hover,a.lf60:active,a.lf60:focus{color:#EC3E01}
a.bule:link,a.bule:visited{color:#1E51A1}
a.bule:hover,a.bule:active,a.bule:focus{color:#EC3E01}
a.l036:link,a.l036:visited{color:#039}
a.l036:hover,a.l036:active,a.l036:focus{color:#EC3E01}
a.lred:link,a.lred:visited{color:#f00}
a.lred:hover,a.lred:active,a.lred:focus{color:#EC3E01}
a.l666:link,a.l666:visited{color:#666}
a.l666:hover,a.l666:active,a.l666:focus{color:#EC3E01}
a.l333:link,a.l333:visited{color:#333}
a.l333:hover,a.l333:active,a.l333:focus{color:#EC3E01}


/* 重置文本格式元素 */
sup{vertical-align:text-top} /* 重置，减少对行高的影响 */
sub{vertical-align:text-bottom}
 
/* 重置表单元素 */
legend {color:#000} /* for ie6 */
fieldset, img{border:0} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea{font-size:100%} /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
textarea{outline:none;resize:none}
select,input,img,select{vertical-align:middle}
address,cite,dfn,em,var {font-style:normal}
img{display:inline-block;overflow:hidden}
 
/* 重置表格元素 */
table{border-collapse:collapse;border-spacing:0}
 
/* 清除浮动 */
.clear{clear:both;height:0;line-height:0;overflow:hidden}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block}
.clearfix{display:block}
.bh{ overflow:hidden; zoom:1;}
.middle{ vertical-align:middle;} 

/* 常见功能 */
.hide, .hidden{display:none}
.invisible{visibility:hidden}
.nobg{background:none !important}

/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video 
{display:block ;margin:0;padding:0}

.left{float:left;}
.right{float:right;}
.center{margin:0 auto;}

/* 公共padding */

.p_5{ padding:5px;}
.p_10{ padding:10px;}
.p_15{ padding:15px;}
.p_20{ padding:20px;}
.p_30{ padding:30px;}
.p_top_3{ padding-top:3px;}
.p_top_5{ padding-top:5px;}
.p_top_10{ padding-top:10px;}
.p_top_15{ padding-top:15px;}
.p_top_20{ padding-top:20px;}
.p_top_25{ padding-top:25px;}
.p_top_30{ padding-top:30px;}

.p_bottom_5{ padding-bottom:5px;}
.p_bottom_10{ padding-bottom:10px;}
.p_bottom_15{ padding-bottom:15px;}
.p_bottom_20{ padding-bottom:20px;}
.p_bottom_25{ padding-bottom:25px;}
.p_bottom_30{ padding-bottom:30px;}

.p_left_5{ padding-left:5px;}
.p_left_10{ padding-left:10px;}
.p_left_15{ padding-left:15px;}
.p_left_20{ padding-left:20px;}
.p_left_25{ padding-left:25px;}
.p_left_30{ padding-left:30px;}

.p_right_5{ padding-right:5px;}
.p_right_10{ padding-right:10px;}
.p_right_15{ padding-right:15px;}
.p_right_20{ padding-right:20px;}
.p_right_25{ padding-right:25px;}
.p_right_30{ padding-right:30px;}


/* 公共margin */

.m_5{ margin:5px;}
.m_10{ margin:10px;}
.m_15{ margin:15px;}
.m_20{ margin:20px;}
.m_100{ margin:60px 100px;}
.m_equal{ margin-left:auto;margin-right:auto;}

.top_3{ margin-top:3px;}
.top_5{ margin-top:5px;}
.top_10{ margin-top:10px;}
.top_15{ margin-top:15px;}
.top_20{ margin-top:20px;}
.top_25{ margin-top:25px;}
.top_30{ margin-top:30px;}
.top_100{ margin-top:100px;}

.bottom_5{ margin-bottom:5px;}
.bottom_10{ margin-bottom:10px;}
.bottom_15{ margin-bottom:15px;}
.bottom_20{ margin-bottom:20px;}
.bottom_25{ margin-bottom:25px;}
.bottom_30{ margin-bottom:30px;}

.left_5{ margin-left:5px;}
.left_10{ margin-left:10px;}
.left_15{ margin-left:15px;}
.left_20{ margin-left:20px;}
.left_25{ margin-left:25px;}
.left_30{ margin-left:30px;}
.left_40{ margin-left:40px;}
.left_50{ margin-left:50px;}

.right_5{ margin-right:5px;}
.right_10{ margin-right:10px;}
.right_15{ margin-right:15px;}
.right_20{ margin-right:20px;}
.right_25{ margin-right:25px;}
.right_30{ margin-right:30px;}

/* 通用面包屑 */
.div_mbx{font: bold 14px/30px Arial,"宋体"; color:#333;}
.div_mbx a{ float:left;display:block; background: url(../images/icon_jt.gif) no-repeat right center; font: normal 14px/30px Microsoft YaHei,微软雅黑,宋体; color:#666; padding-right:20px; margin-right:10px;}
.div_mbx .a1{ float:left;display:block; background:none; font: normal 14px/30px Microsoft YaHei,微软雅黑,宋体; color:#666; padding-right:0px; margin-right:10px;}

/*开始 */
.hearder{margin:0 auto;border-bottom:#656565 2px solid;}
.page{background:#696969 repeat-x left top; }

/* top_头部 */
.topnav{ height:30px; width:1200px; margin:auto;font:normal 12px/30px "微软雅黑","宋体";color: #fff;}
.topnav .left{ width:200px; float:left; padding-left:20px;}
.topnav .left a{ line-height:30px; font:normal 12px/30px "微软雅黑","宋体";color: #fff; text-decoration: none;}
.topnav .left a.reg{border:1px solid #FFF;padding:2px 5px; background:none;-webkit-border-radius: .25em; -moz-border-radius:.25em;border-radius: .25em;}
.topnav .right{ width:700px; float:right; }

.topnav .subnav li{padding-left:5px;float:right;font: normal 12px/30px "微软雅黑","宋体";color: #fff;color: #fff;}
.topnav .subnav li a{ color: #fff;text-decoration: none;}
.topnav .subnav li a:hover{text-decoration: underline;}
.topnav .subnav li span{padding-left:10px;}
.topnav .subnav li.yjfk{ padding-left:20px; }
.topnav .subnav .li1{margin-right:20px; background:none;}
.topnav .subnav .li1 a{color: #666;text-decoration: none;}
.topnav .subnav .li2{padding-right:0; background:none; line-height:40px;}
       /*logo*/
.page2{width:1200px; margin:0 auto; }	   
.topnav2 {height:90px; margin-top:20px;}
.topnav2 .logo2{float:left;background:url(../images/logo.jpg) no-repeat left top; width:270px; height:70px; cursor:pointer;}
.topnav2 .login{float:left;width:270px; height:70px; font: normal 25px/40px "微软雅黑","宋体"; padding-top:20px; margin-left:-30px; color:#e8241b}
.topnav2 .shopcar{float:right; }
.topnav2 .shopcar1{float:right; }
       /*搜索*/
.topnav2 .searchBar{width:600px; float:left; margin-left:100px;}
.topnav2 .searchbg{width:540px; height:32px; overflow:hidden; border:2px solid #696969; }
.topnav2 .searchbg .search_tit{ width:100px; height:34px; line-height:34px; background:#fff; float:left; cursor:pointer; }
.topnav2 .searchbg .search_tit h6{ color:#333333;background:url(../images/icon_search.png) no-repeat 75px center;}
.topnav2 .searchbg .search_tit h6 a{ color:#333333; display:block; text-indent:15px; text-decoration:none;}
.topnav2 .search_txt { float:left; width:340px; height:32px;}
.topnav2 .search_txt .text{width:330px; height:32px; line-height:32px; color:#b8b8b8; padding-left:10px;border:none;}
.topnav2 .search_btn{ float:right;}
.topnav2 .search_btn .button{ height:32px; line-height:32px; width:100px; background:#696969; color:#fff; cursor:pointer; font-size:14px;border:none;}
.topnav2 .search_btn .button:hover{background:#4e4e4e;}
.topnav2 .searchword{width:540px; overflow:hidden;font:normal 12px/30px; margin-top:10px;}
.topnav2 .searchword span{display:block; float:left; }
.topnav2 .searchword a{text-decoration: none; display:block; float:left; padding-right:10px; color:#696969;}
.topnav2 .searchword a:hover{color:#ccc;}
.topnav2 .searchword a.red{color:#dd2235;}
       /*购物车*/
.topnav2 .shopcar{width:140px; height:34px; background:#f9f9f9 url(../images/shopcar.png) no-repeat 10px center; border:1px solid #dfdfdf; cursor:pointer; position:relative; z-index:999;}

.topnav2 .shopcar_text{ padding-left:45px; line-height:34px; background:url(../images/shopcar_icon.png) no-repeat right center;width:85px;}
.shopcar span{ position:absolute; background:#d8050e; color:#fff;  width:16px; height:16px;font: 12px/16px Arial, Helvetica, sans-serif, Microsoft YaHei,微软雅黑,宋体; -webkit-border-radius: 5em; 
	-moz-border-radius: 5em;
	border-radius: 5em; float:left; text-align:center;}
.topnav2 .shopcar1{width:140px; height:34px; background:#fff url(../images/shopcar.png) no-repeat 10px center; border:1px solid #dfdfdf;border-bottom:2px solid #fff; cursor:pointer; position:relative;}

.rel{position:relative;width:1200px; margin:0 auto; }
.topnav2 .shop_tcc{border:1px solid #dfdfdf; position:absolute; width:280px; right:-1px; background:#fff; margin-top:-1px; z-index:1000;	box-shadow:-3px 3px 0 rgba(0,0,0,.1);}
.topnav2 .shop_tcc .box{height:200px;overflow-y:auto;}
.shop_tcc .lb{ border-bottom: solid 1px #eaeaea; margin-top:5px; padding:5px;}
.shop_tcc .left{ float:left; margin-right:5px;}
.shop_tcc .center{ width:100px; float:left;font: 12px/18px Arial, Helvetica, sans-serif, Microsoft YaHei,微软雅黑,宋体;}
.shop_tcc .right{ float:right; text-align:right;}
.shop_tcc .btn_box{background:#f9f9f9; font: 12px/40px Arial, Helvetica, sans-serif, Microsoft YaHei,微软雅黑,宋体; padding:0 10px;}
.shop_tcc .btn_box .fr{ padding-top:8px;} 
.shop_tcc .alx_red{ cursor:pointer;background:#dd2235;border-radius:20px; font: normal 12px/24px "微软雅黑","宋体";color:#fff;text-align:center;padding:4px 10px; }
.shop_tcc .alx_red:hover{ background:#ff0024;color:#fff; text-decoration:none;}
.shop_tcc .alx_red:active{ background:#ff0024;color:#fff; text-decoration:none;}



       /*top_栏目导航*/
.topnav3 {width:1200px; margin:0 auto;}	   
.topnav3 .nav_1{width:680px; margin-left:300px; float:left;}
.topnav3 .nav_1 ul{ list-style-type:none;}
.topnav3 .nav_1 ul li{float:left;width:110px; text-align:center; font-size:16px;  border-bottom: solid 3px #fff; line-height:32px; }
.topnav3 .nav_1 ul li:hover{border-bottom: solid 3px #656565; }
.topnav3 .nav_1 ul .li1{border-bottom: solid 3px #656565; }
.topnav3 .nav_1 ul li a{text-decoration: none;}
.topnav3 .place{width:90px;float:left; height:32px; line-height:32px; padding-left:30px; background:url(../images/place.png) no-repeat left center; margin-left:70px;font-size:14px; cursor:pointer;}
.topnav3 .place_xz{float:left; height:32px; line-height:32px; padding-left:30px;padding-right:10px; background:url(../images/place.png) no-repeat left center; margin-left:70px;font-size:14px; cursor:pointer;border-bottom: solid 3px #656565;}

.topnav3 .nav_gwc{width:960px; margin-left:20px; float:left;}
.topnav3 .nav_gwc ul{ list-style-type:none;}
.topnav3 .nav_gwc ul li{float:left;width:160px; text-align:center; font-size:16px;  border-bottom: solid 3px #fff; line-height:32px; }
.topnav3 .nav_gwc ul li:hover{border-bottom: solid 3px #656565; }
.topnav3 .nav_gwc ul .li1{border-bottom: solid 3px #656565; }
.topnav3 .nav_gwc ul li a{text-decoration: none;}

      /*top_三级菜单*/
.category{width:290px; border: #e4e4e4 1px solid; background:#FFFFFF url(../images/category_bg.png) repeat-x center top;position: absolute; top:-13px;left:0px; z-index:9999;}
.category .category_name{height:48px;line-height:48px; font-size:16px; padding-left:10px; color:#696969;}
   /* 滚动条样式 开始*/
.scr_con {position:relative;height:630px;width:291px;}
#dv_scroll{position:absolute;height:630px;overflow:hidden;width:291px; }
#dv_scroll .Scroller-Container{width:100%;}
#dv_scroll_bar {position:absolute;right:0;top:0px;width:0px;height:630px;border-left:10px solid #8d8d8d;}
#dv_scroll_bar .Scrollbar-Track{position:absolute;left:0;top:20px;width:0px;height:600px;}
#dv_scroll_bar .Scrollbar-Handle{position:absolute;left:-9px;top:0;width:8px;height:53px;overflow:hidden;background:url(../images/srcoll.png) no-repeat;cursor:pointer;}
#dv_scroll_text {position:absolute;}
    /* 滚动条样式 结束*/
.category .tree{width:280px; height:619px;padding-left:10px; padding-top:10px;}
.category .tree .tree_box{overflow: hidden; }
.category .tree .tree_box h3{background:url(../images/jia.png) no-repeat left center; padding-left:25px; line-height:20px; height:20px; font-size:14px;color:#696969;cursor: pointer; font-weight:normal;}
.category .tree .tree_box h3.zk{background:url(../images/jian.png) no-repeat left center; padding-left:25px; line-height:20px; height:20px; font-size:14px;color:#696969;cursor: pointer; font-weight:normal;}
.category .tree .tree_box h4{background: url(../images/jia.png) no-repeat 25px center; padding-left:50px; line-height:20px; height:20px; font-size:12px;color:#fff;cursor: pointer;font-weight:normal;}
.category .tree .tree_box h4.zk{background: url(../images/jian.png) no-repeat 25px center; padding-left:50px; line-height:20px; height:20px; font-size:12px;color:#fff;cursor: pointer;font-weight:normal;}
.category .tree .tree_box .tree_two li{background:#6d6d6d url(../images/icon_jt.png) no-repeat 38px center; padding-left:50px; line-height:20px; height:20px; font-size:12px;color:#fff99d;cursor: pointer; display:block; clear:both;margin-top:0px;}
.category .tree .tree_box .tree_two li:hover{background:#f8c301 url(../images/icon_jth.png) no-repeat 3px center; margin-left:38px; line-height:20px; height:20px; font-size:12px;color:#000;cursor: pointer; float: left;padding-left:12px; padding-right:5px; margin-top:0px; }

.tree_one{display: none;overflow: hidden;background:#545655;}
.tree_two{display: none;overflow: hidden;background:#6d6d6d;}
.category .tree .tree_box .tree_two .xz{background:#f8c301 url(../images/icon_jth.png) no-repeat 3px center; margin-left:38px; line-height:20px; height:20px; font-size:12px;color:#000;cursor: pointer; float: left;padding-left:12px; padding-right:5px;margin-top:0px; }

.tree_one li{margin: 5px 0;}



    /* top_幻灯片*/
.top_banner{margin:0 auto;  }
.top_banner .slides{width:100%;height:340px;position:relative;overflow:hidden;}
.top_banner .slideInner{height:340px;position:relative;left:0;margin-left:0;}
.top_banner .slideInner a{display:block;height:340px;background-size:cover;background-position:center center;position:relative;text-align:center;z-index:1;}
.top_banner .slideInner a div.img1{width:650px;position:absolute; left:10px; top:10px;}

.top_banner .nav{width:1200px;position:relative;left:50%;margin-left:-610px;display:none;}
.top_banner .nav a{display:block;width:41px;height:119px;opacity:.2;z-index:9;}
.top_banner .nav a.prev{position:absolute;left:0;top:-350px;margin-top:-58px;background:url(../images/ban_pre.png) no-repeat;}
.top_banner .nav a.next{position:absolute;right:0;top:-350px;margin-top:-58px;background:url(../images/ban_next.png) no-repeat;}
.top_banner .navListBox{position:absolute;left:50%;top:310px;z-index:99;}
.top_banner .navListBox li{width:12px;height:12px;float:left;margin-left:5px;border-radius:50%;overflow:hidden;}
.top_banner .navListBox li:first-child{margin-left:0;}
.top_banner .navListBox li a{display:block;width:100%;height:100%;border-radius:50%;background-color:#fff;box-shadow:0 0 5px #666 inset;}
.top_banner .navListBox li a.active{background-color:#d1d1d1;}

    /*推荐产品*/
.t_hotlist{background:#fff;padding:20px 0}
.t_hotlister{width:1200px;margin:0 auto;}
.t_hotlister dl{position:relative;width:1200px;margin-left:-14px}
.t_hotlister dd,.t_hotlister dt{background:#fff;float:left;display:inline;position:relative;zoom:1;margin:0 0 12px 12px;box-shadow:0 0 3px #ccc}
.t_hotlister dd:hover,.t_hotlister dt:hover{box-shadow:0 0 5px #666}
.t_hotlister .tiger{height:34px;width:34px;position:absolute;right:10px;top:10px;line-height:34px;text-align:center;color:#fff;font-size:13px;z-index:2;border-radius:34px}
.t_hotlister dt .t_timedown{left:30px;top:135px}
.t_hotlister dd .t_timedown{top:155px;font-size:12px;left:30px}
.t_hotlister dd .t_timedown i{width:18px;height:30px;font-size:22px;line-height:30px;font-weight:normal}
.t_hotlister dd .t_timedown em{font-size:14px}
.t_timeover{background:url(../images/mall.png) no-repeat -268px 0;width:74px;height:74px;position:absolute;left:30px;top:155px;z-index:4}
.t_actorbox{position:relative;zoom:1;}
.t_actorbox_1200{ position:relative; width:1200px; margin:auto;}
.t_actornav{background:#000;position:relative;height:120px}
.t_actornav .last,.t_actornav .next{width:38px;height:80px;position:absolute;top:12px;left:50%;overflow:hidden;opacity:.7;filter:alpha(opacity=70);z-index:6}

.t_actornav .next{margin-left:582px}
.scroll1024 .t_actornav .next{margin-left:462px}
.scroll1024 .t_actornav .last{margin-left:-500px}
.t_actornav .last:hover,.t_actornav .next:hover{opacity:1;filter:alpha(opacity=100)}
.t_actornav .last i,.t_actornav .next i{background:url(../images/mall.png) no-repeat -110px -75px;width:38px;height:80px;display:block}
.t_actornav .last i{background-position:-110px -75px}.t_actornav .next i{background-position:-148px -75px}
.t_actornaver{width:1200px;margin:0 auto;position:relative;overflow:hidden;height:120px;top:-15px}
.t_actornaver dl{width:1210px;position:relative}
.t_actornaver dd{width:165px;height:105px;float:left;display:inline;opacity:.5;filter:alpha(opacity=50);cursor:pointer;position:relative;zoom:1;padding-top:20px;margin-right:5px}
.t_actornaver dd:hover,.t_actornaver dd.on{opacity:1;filter:alpha(opacity=100)}
.t_actornaver dd.on{ width:200px;height:120px;padding-top:0;margin-left:-10px;margin-right:0}
/*.t_actor{position:relative;z-index:2;height:585px}*/
.t_actor{position:relative;z-index:2; min-height:585px; margin-bottom:-18px;}
.t_actor .box{ width:1100px; margin:auto;font: normal 16px/1.5em Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体";
}
.t_actor .box .nr_left{ float:left; width:400px;}
.t_actor .box .nr_center{ float:left; width:200px; margin-left:50px;background: -webkit-linear-gradient(top, rgba(221,34,53,1) 0%, rgba(255,255,255,0.8) 95%);
	background: linear-gradient(to bottom, rgba(221,34,53,1) 0%, rgba(255,255,255,0.8) 95%); height:248px; text-align:center; padding-top:300px; }
.t_actor .box .nr_center .img{ position:absolute; margin-left:-20px; margin-top:-280px;}	
.t_actor .box .nr_right{ float:right; width:400px;}
.t_actor .box .line{ border-bottom: solid 1px #dfdfdf; margin-bottom:10px; padding-bottom:20px;}
.t_actor ul,li{ list-style-type:none;}
.t_actor li .img{ float:left; width:200px; text-align:center;}
.t_actor .li1 .img{ float:right;}
.t_actor .btn_ljgm a{background:#fff;border-radius:25px;display: block; float:left; font-size:14px;line-height:20px;color:#333;text-align:center; border: solid 2px #c7c7c7; padding:5px 20px;}
.t_actor .btn_ljgm a:hover{ background:#696969;border: solid 2px #696969;color:#FFF;text-decoration:none}

.t_actor .btn_gmred a{background:#df494a;border-radius:25px;display: block; font-size:14px;line-height:20px;color:#fff;text-align:center; border: solid 2px #df494a; padding:5px 20px; margin:auto; width:80px;}
.t_actor .btn_gmred a:hover{ background:#fff;border: solid 2px #df494a;color:#df494a;text-decoration:none}



.t_actor .t_more{height:35px;position:relative;text-align:center;margin-top:20px}
.t_actor .t_more .line{background:#000;width:100%;height:1px;overflow:hidden;position:absolute;left:0;top:18px;opacity:.2;filter:alpha(opacity=20)}
.t_actor .t_more a{background:#fff;width:195px;height:35px;border-radius:25px;display:inline-block;position:relative;zoom:1;font-size:14px;line-height:35px;color:#333;text-align:center; border: solid 2px #c7c7c7;}
.t_actor .t_more a:hover{color:#df494a;text-decoration:none}


.t_actorbox .t_actorbox_1200 .rxsp{ z-index:9999;background:#dd2538 url(../images/pro_logo.jpg) no-repeat left top;width:200px;height:135px;position:absolute; left:500px; margin-top:-15px;}

/* 新头部区域*/
.new_flash{ width:920px; height:630px; padding-left:300px; margin:auto;}
.new_flash .flash_center{ float:left; width:660px;}
.new_flash .flash_center .pop_img{ padding-left:7px; padding-top:10px;}
.new_flash .flash_center .pop_img img{ margin:0 0 0 2px;}
.new_flash .flash_right{ float:right; width:245px; height:480px; margin-top:10px;}
.new_flash .top_adv{ clear:both;}
.new_flash .flash_right .bt{
	color: #333;
	font: bold 16px/34px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体"; border-bottom: solid 1px #eaeaea;}
.new_flash .flash_right .bt a{ float:right;	font:normal 12px/34px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体";}
.new_flash .flash_right h2{
	cursor:pointer;
	margin:10px 0;
	color: #e8261d;
	font:normal 16px/24px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体"; }
.new_flash .flash_right h3{
	cursor:pointer;
	color: #848484;
	min-height:140px;
	font:normal 14px/22px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体"; padding-bottom:10px; border-bottom: dotted 2px #eaeaea; margin-bottom:15px; }
.new_flash .flash_right ul{ list-style:none;}
.new_flash .flash_right li{font:normal 14px/24px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体"; background:url(../images/icon_dd.jpg) no-repeat left center; padding-left:10px;}
.new_flash .flash_right li a{font:normal 14px/24px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体"; color:#333;}

    /* top_广告商*/
.top_adv .small_adv{width:910px; height:125px; background:#eeeeee;margin:15px 0 0 10px;}
.top_adv .small_adv ul{ text-align:center;}
.top_adv .small_adv ul li{width:111px; height:62px;float:left;border-right:1px dashed #c4c4c4;border-bottom:none; text-align:center;}
.top_adv .small_adv ul li.notop{border-top:none; }


    /* 明星产品*/
.product_star{ background:url(../images/bottom_bg.png) repeat-x;}	
.div_gwc{ margin-left:110px; margin-top:105px; position: absolute; width:50px; height:50px; background:#5a5a5a url(../images/car1.png) no-repeat center center; background-size:100%;-webkit-border-radius: 5em; 
	-moz-border-radius: 5em;
	border-radius: 5em; cursor:pointer;}
.pro_star{width:1194px;  margin:0 auto; margin-top:20px;}
.pro_star .pro_title{height:30px; float:left;background:url(../images/icon_xjt.png) no-repeat right bottom; padding-right:20px; margin-right:10px;font: bold 24px/30px "微软雅黑","宋体"; color:#6d7581;}
.pro_star .btnn{float:left;}
.pro_star .btn{width:200px;margin:5px auto; padding-top:10px;}
.pro_star .btn a{float:left;display:inline;width:20px;height:14px;margin:0 3px;background:url("../images/icon_flash_01.png") no-repeat;}
.pro_star .btn .sele{background:url("../images/icon_flash_02.png") no-repeat;}

.pro_star .pro_left{width:242px;float:left;}
.pro_star .pro_left .pro_tit{ background:url(../images/pro_bg.png) no-repeat; height:42px; width:232px; line-height:47px; font-size:16px; color:#FFF; padding-left:10px; padding-top:5px;}
.pro_star .pro_left .pro_tj{ background:url(../images/hotpro_bg.jpg) no-repeat; border-left:1px solid #CCC;border-right:1px solid #CCC; height:190px; width:240px;}
.pro_star .pro_left .pro_tj .pro_t1{ color:#F00; font-size:16px; display:block; padding-right:5px; padding-top:5px;text-align:right;} 
.pro_star .pro_left .pro_tj .pro_t2{ color:#F00; font-size:16px; text-align:center;margin-top:15px; position: absolute; z-index:9999; width:240px;} 
.pro_star .pro_left .pro_tj .img_tx{ float:left; width:135px; height:135px; margin-left:52px;  position: relative; margin-top:8px;}
.pro_star .pro_left .pro_tj .img_tx img{
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
	width:135px;
}
.pro_star .pro_left .pro_nav{background:#e3e3e3;border:1px solid #CCC;border-top:none; width:240px;height:245px;} 
.pro_star .pro_left .pro_nav ul{padding-top:10px;text-align:right; margin-right:-1px; }
.pro_star .pro_left .pro_nav li a{
	color:#000;
	height:30px; 
	line-height:32px;
	text-decoration: none; 
	font-size:14px; 
	padding:5px 5px;
}
.pro_star .pro_left .pro_nav li a:hover{
	font-size:14px; 
	padding:5px 5px;
	line-height:32px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: -moz-linear-gradient(top,  #fff,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff');
	
-webkit-border-top-left-radius: 1em;
-webkit-border-bottom-left-radius: 1em;
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;

	text-shadow: none;
}
.pro_star .pro_left .pro_nav li a:active{
	font-size:14px; 
	padding:5px 5px;
	line-height:32px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: -moz-linear-gradient(top,  #fff,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff');

-webkit-border-top-left-radius: 1em;
-webkit-border-bottom-left-radius: 1em;
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;

	text-shadow: none;
}

.pro_star .pro_left .pro_nav li a.select{
	font-size:14px; 
	padding:5px 5px;
	line-height:32px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: -moz-linear-gradient(top,  #fff,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff');
-webkit-border-top-left-radius: 1em;
-webkit-border-bottom-left-radius: 1em;
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;
	text-shadow: none;
}
.pro_star .pro_mid{width:752px;float:left; background:#efefef;}
.pro_star .pro_mid ul{margin-top:10px; border-top:0px #CCC solid;}
.pro_star .pro_mid ul li{width:166.5px; padding-left:20px;background:#FFF; float:left; border:1px #CCC solid; border-left:none;border-top:none; font-size:16px; line-height:20px;height:235.5px;}
.pro_star .pro_mid ul li:hover{border-top:5px solid #6c6c6c; height:230.5px;}
.pro_star .pro_mid ul li.select{border-top:5px solid #6c6c6c; height:230.5px;}
.pro_star .pro_mid ul li:active{border-top:5px solid #6c6c6c;}
.pro_star .pro_mid ul li.red{color:#dd2235; line-height:30px;}
.pro_star .pro_mid ul li img{width:150px; height:150px; }


.pro_right {float:right;width:200px;}
.pro_right .r_adv img{width:199px; height:483px; margin:0;}
.pro_right .r_comp{ background:url(../images/r_comp_bg.png) repeat-y; border-bottom:1px solid #ccc;border-right:1px solid #ccc; height:250px;}
.pro_right .r_comp ul{padding-top:10px;padding-left:7px;}
.pro_right .r_comp li{float:left; width:95px; text-align:center;height:60px;}

.pro_new{ background:#FFF; padding-bottom:30px;width:1254px; margin:0px auto; margin-top:20px;}

.product_star .contactus{width:1200px; margin:0 auto; height:170px; margin-top:20px; }
.product_star .contactus ul {}
.product_star .contactus ul li{width:300px; float:left;}
.product_star .contactus ul li .con_t1{ background:url(../images/con_t1.jpg) no-repeat left top;padding-left:60px;font-size:16px; color:#FFF;line-height:40px; height:40px;}
.product_star .contactus ul li .con_c1{ font-size:14px; color:#b0b0b0;line-height:25px; padding-left:60px;}
.product_star .contactus ul li .con_t2{ background:url(../images/con_t2.jpg) no-repeat 40px top;padding-left:100px;font-size:16px; color:#FFF;line-height:40px; height:40px; border-left: dashed 1px #b0b0b0;}
.product_star .contactus ul li .con_c2{ font-size:14px; color:#b0b0b0;line-height:25px; padding-left:100px;}
.product_star .contactus ul li .con_t3{ background:url(../images/con_t3.jpg) no-repeat 40px top;padding-left:100px;font-size:16px; color:#FFF;line-height:40px; height:40px; border-left: dashed 1px #b0b0b0;}
.product_star .contactus ul li .con_t4{ background:url(../images/con_t4.jpg) no-repeat 40px top;padding-left:100px;font-size:16px; color:#FFF;line-height:40px; height:40px; border-left: dashed 1px #b0b0b0;}


.footer{height:50px; line-height:50px; background:#FFF; text-align:center; font-size:14px; z-index:9999; }

.content_all{position:relative;}
.content_1260{width:1260px; margin:0 auto;  padding-bottom:50px; background:#FFF;}
.content_1200{width:1200px; margin:0 auto; min-height:300px;}
.content_1200 .side{width:290px;  float:left; }
.content_1200 .side .top680{margin-top:660px;}
.content_1200 .side .left_t{height:48px;line-height:48px; font-size:16px; padding-left:10px; color:#696969;border-left: #e4e4e4 2px solid; border-right: #e4e4e4 2px solid; background:#FFFFFF url(../images/category_bg.png) repeat-x center top;}
.content_1200 .side .left_p{width:290px;margin-top:10px;}
.content_1200 .side .left_p ul{} 
.content_1200 .side .left_p ul li{width:290px;float:left;margin-bottom:15px; border-bottom: 1px solid #f0f0f0; padding-bottom:15px;}
.content_1200 .side .left_p ul li img{width:80px; height:80px; border:#e3e3e2 3px solid;float:left;}
.content_1200 .side .left_p ul li .pro_info{width:190px;text-align:left; float:right; }
.content_1200 .side .left_p ul li .pro_info h2{ font-size:14px; color:#000; line-height:20px; font-weight:normal; }
.content_1200 .side .left_p ul li .pro_info p{font-size:12px; color:#000; line-height:20px; }
.content_1200 .side .left_p ul li .pro_info .color_hui{color:#868686; }
.content_1200 .side .left_p ul li .pro_info .color_red{color:#dd2235;}
.content_1200 .side .left_p ul li .pro_info .size_20{font-size:24px; font-weight:bold;}

.content_1200 .right_box{float:right; width:880px;}

.content_1000{width:1000px; margin:0 auto;}

/*产品排列导航*/
.options{
	height: 56px;
	border: 1px solid #e0e0e0;
	margin:10px;
	line-height:28px;
	
}
.options select{
	border:1px solid #e0e0e0;
	padding:3px;
}
.options .page_search input[type="search"]{
	width:300px;
	color: #7f7f7f;
	font-size:14px;
}

.options .grid-list{
	height: 59px;
	float: left;
}
.options .grid-list a.grid,
.options .grid-list a.list{
	display: block;
	height: 59px;
	width: 59px;
	float: left;
	border-right: 1px solid #e0e0e0;
}
.options .grid-list a.grid:hover,
.options .grid-list a.list:hover{
	background: #eff7ff
}
.options .grid-list a.grid.curent,
.options .grid-list a.list.curent{
	background: #f5f7f9
}
.options .grid-list a.grid span,
.options .grid-list a.list span{
	margin: 21.5px 0 0 21.5px;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/grid_list.png);
	opacity: 0.25;
	text-indent: -9999px;
}
.options .grid-list a.list span{
	background-position: right center;
}
.options .grid-list a.grid.curent span,
.options .grid-list a.list.curent span{
	opacity: 1;
}
.sort{
	float: left;
	height: 35px;
	margin: 12px 0 0 10px;
	padding: 0 8px 0 0;
}
.sort1{
	float: right;
	height: 35px;
	margin: 12px 0 0 10px;
	padding: 0 8px 0 0;
}
.show{
	float: right;
	height: 35px;
	margin-top: 12px;
	padding: 0 12px;
	border-left: 1px solid #e0e0e0;
}

.show .selectBox{
	width: 66px;
	padding-left: 10px;
	margin: 0 5px;
}

.sort .selectBox{
	width: 106px;
	padding-left: 10px;
	margin: 0 5px;
}
.sort1 .selectBox{
	width: 106px;
	padding-left: 10px;
	margin: 0 5px;
}
.sort a.sort_up{
	color: #444!important;
	font:bold 20px Segoeui-Bold, Arial, Verdana, serif;
	text-decoration: none!important;
}
.sort a:hover.sort_up{text-decoration: none;}

/*** 商品LIST ***/

.product{
	width: 270px!important;
	height: 366px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(PIE.htc);
	float:left;
	margin:10px;
	
}
.product:hover{
	border: 1px solid #59b7c2;
	box-shadow: 0px 0px 4px #005bac;
	-moz-box-shadow: 0px 0px 4px #005bac;
	-webkit-box-shadow: 0px 0px 4px #005bac;
}
img.sale{
	position: absolute;
	margin: -4px 0 0 -4px;
	z-index: 999;
}
.product .prev{
	width: 255px;
	height: 210px;
	margin: 8px 0 10px 8px;
	text-align: center;
}
.product .prev a{
	width: 260px;
	height: 200px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	//display:block;
	//height:auto;
	//margin-top: expression((105-parseInt(offsetHeight)/2)  <0 ? "0" : 105-(parseInt(offsetHeight)/2) +'px') ;
}
.product .prev img{
	max-width: 200px;
	max-height: 200px;
}
.product h3.title{
	height: 43px;
	padding: 3px 8px 0;
	margin: 0px;
	font: bold 14px/18px Microsoft YaHei,微软雅黑,宋体,Geneva,sans-serif;
	color:#777;
	border-bottom: 1px solid #e0e0e0;
}
.product .cart .price{
	float: left;
	height: 40px;
	width: 81px;
	padding: 1px 8px 0;
	margin: 0px;
	font:normal 12px/18px Microsoft YaHei,微软雅黑,宋体,Geneva,sans-serif;
	color:#2e8f9a;
}
.product .cart .price .vert{
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	//display:block;
	//height:auto;
	//margin-top: expression((20-parseInt(offsetHeight)/2)  <0 ? "0" : 20-(parseInt(offsetHeight)/2) +'px') ;
}
.product .cart .price .price_old{
	color:#777;
	font:normal 11px/18px Segoeui, Arial, Verdana, serif;
	text-decoration: line-through;
	margin: 0px 0 0 0;
}
.product .cart .price .price_new{
	color:#dd2235;
	font: bold 12px/18px Segoeui, Arial, Verdana, serif;
	margin: 0px 0 0 0;
	margin-top:10px;
}
.product .cart .price .price_new span{
	font: bold 24px/20px Segoeui, Arial, Verdana, serif;
	margin-left:5px;
}
.product .cart .obn{
	width: auto;
	display: block;
	float: right;
	height: 31px;
	margin: 0px;
	padding:10px 8px 0 8px;
	list-style:41px;
	border-right: 1px solid #e0e0e0;
	 font-weight:bold;
	 color:#666;
}
.product .cart .bay{
	width: 42px;
	display: block;
	float: right;
	height: 41px;
	margin: 0px;
	border-left: 1px solid #e0e0e0;
}
.product .cart .obn:hover{ text-decoration:none;}
.product .cart .bay{
	background:#5a5a5a url(../images/bg_bay.png) no-repeat 50% 50%;
	border: 0 none;
	border-left: 1px solid #e0e0e0;
}
.product .cart a:hover.obn,
.product .cart a:hover.like,
.product .cart a:hover.bay{
	background-color: #dd2235;
	list-style:41px;
}

.product .cart .input_gwc{
	width: 50px;
	display: block;
	float: right;
	height: 30px;
	margin: 0px;
	padding:10px 0 0 0;
	list-style:41px;
	border-bottom: 2px solid #5a5a5a;
	 font-weight:bold;
	 color:#666;
	background:#f5f7f9;
}

.product .cart .input_gwc input{
	width: 50px;
	line-height:18px;
	text-align: center;
	border:0;
	font-size:14px;
	background:#f5f7f9;

}

.product .cart .msnr{height:50px;border-bottom: 1px solid #e0e0e0;}
.product .cart .msnr .gray{ color:#a4a4a4;}
.product .cart .msnr .fl{ padding:5px;}
.product .cart .msnr .fr{ text-align:center; width:83px;height:40px;border-left: 1px solid #e0e0e0; padding:5px;}


/*** 商品LIST_列表 ***/

.product_list{
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(PIE.htc);
	
}
.product_list:hover{
	border-bottom: 1px solid #59b7c2;
	box-shadow: 0px 0px 4px #005bac;
	-moz-box-shadow: 0px 0px 4px #005bac;
	-webkit-box-shadow: 0px 0px 4px #005bac;
}
.product_list img.sale{
	position: absolute;
	margin: -4px 0 0 -4px;
	margin: -4px 0 0 -4px\0;
	z-index:9999;
}

.product_list .prev{
	width: 140px;
	height: 140px;
	text-align: center;
	float:left;
}
.product_list .prev a{
	width: 140px;
	height: 140px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	//display:block;
	//height:auto;
	//margin-top: expression((105-parseInt(offsetHeight)/2)  <0 ? "0" : 105-(parseInt(offsetHeight)/2) +'px') ;
}
.product_list h3.title{
	height: 43px;
	padding: 3px 8px 0;
	margin: 0px;
	font: bold 14px/18px Microsoft YaHei,微软雅黑,宋体,Geneva,sans-serif;
	color:#777;
	border-bottom: 1px solid #e0e0e0;
}
.product_list .price{
	padding: 5px 8px 0;
	margin: 0px;
	font:normal 12px/18px Microsoft YaHei,微软雅黑,宋体,Geneva,sans-serif;
	color:#424242;

}

.product_list .price .price_new{
	color:#dd2235;
	font: bold 12px/18px Segoeui, Arial, Verdana, serif;
	margin: 0px 0 0 0;
	margin:5px 0 0 10px;
	float:left;
}
.product_list .cart .price .price_new span{
	font: bold 24px/20px Segoeui, Arial, Verdana, serif;
	margin-left:5px;
}

.product_list .cart .gwc_box{ padding-left:10px; margin-top:10px; width:140px;}

.product_list .cart .bay{
	width: 42px;
	display: block;
	float: right;
	height: 41px;
	margin: 0px;
	  border-radius: 0 3px 3px 0;
}
.product_list .cart .bay{
	background:#5a5a5a url(../images/bg_bay.png) no-repeat 50% 50%;
	border: 0 none;
}
.product_list .cart a:hover.bay{
	background-color: #dd2235;
	list-style:41px;
}


.product_list .cart .input_gwc{
	width: 50px;
	display: block;
	float: right;
	height: 30px;
	margin: 0px;
	padding:10px 0 0 0;
	list-style:41px;
	border: 1px solid #e0e0e0;
	border-right:none;
	 font-weight:bold;
	 color:#666;
	  border-radius: 3px 0 0 3px;
}

.product_list .cart .input_gwc input{
	width: 50px;
	line-height:18px;
	text-align: center;
	border:0;
	font-size:14px;

}

.product_list .cart .kc{border-right: 1px solid #e0e0e0; float:left; width:70px; list-style:20px; margin-right:20px;}
.product_list .cart .gray{ color:#a4a4a4;}

.list_product{ border: 1px solid #e0e0e0; margin-top:20px;}
.list_product .list_bt{ background:#f5f7f9; line-height:40px; text-align:center;	border-bottom: 1px solid #e0e0e0;}
.list_product .prev{ float: left; width:140px;}

.list_product .a{ float: left; width:100px;text-align: center;	border-left: 1px solid #e0e0e0;}
.list_product .ad{ float: left; width:50px;text-align: center;	border-right: 1px solid #e0e0e0;}
.list_product .az{ float: left; width:95px;text-align: center;	border-left: 1px solid #e0e0e0;}
.list_product .az img{ padding:5px; cursor: pointer;}
.list_product .a_sl{ float: left; width:95px;text-align: center;	border-left: 1px solid #e0e0e0;}
.list_product .b{ float: left; width:140px;	border-left: 1px solid #e0e0e0;border-right: 1px solid #e0e0e0; margin-right:-1px;}
.list_product .c{ float: left; width:180px; border-left: 1px solid #e0e0e0;}
.list_product .d{ float: right; width:180px; padding-left:10px; border-left: 1px solid #e0e0e0;}

	 
.list_product .product_list .a a
{
	width: 100px;
	height: 140px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	//display:block;
	//height:auto;
	//margin-top: expression((105-parseInt(offsetHeight)/2)  <0 ? "0" : 105-(parseInt(offsetHeight)/2) +'px') ;
}
.list_product .product_list .b a
{
	width: 140px;
	height: 140px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	//display:block;
	//height:auto;
	//margin-top: expression((105-parseInt(offsetHeight)/2)  <0 ? "0" : 105-(parseInt(offsetHeight)/2) +'px') ;
}
.list_product .product_list .c a
{
	width: 180px;
	height: 140px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	//display:block;
	//height:auto;
	//margin-top: expression((105-parseInt(offsetHeight)/2)  <0 ? "0" : 105-(parseInt(offsetHeight)/2) +'px') ;
}
.list_product .product_list .a,
.list_product .product_list .c,
{ height:140px;}

.list_product .product_list .ad{ padding-top:60px; height:80px;}
.list_product .product_list .az{ padding-top:60px; height:80px;}
.list_product .product_list .a_sl{ padding-top:55px; height:85px;}
.list_product .wxz{
	position:absolute;
	width:31px;
	height:26px;
	margin-top:55px;
	margin-left:5px;
	cursor:pointer;
	background: url(../images/input_wxz.png) no-repeat 50% 50%;
}
.list_product .xz{
	position:absolute;
	width:31px;
	height:26px;
	margin-top:55px;
	margin-left:5px;
	cursor:pointer;
	background: url(../images/input_xz.png) no-repeat 50% 50%;
}

.list_product .jh{ width:80px; margin-left:auto; margin-right:auto; padding-top:-55px;}
.list_product .jh input{ text-align:center; width:35px; color:#333;font: bold 14px/30px arial,"微软雅黑","宋体"; border: solid 1px #cfcfcf;	  border-radius: 3px;}


/*个人中心下的购物清单*/

.list_product_grzx{ border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; margin-top:20px; margin-left:40px;}
.list_product_grzx .list_bt{ background:#f5f7f9; line-height:40px; text-align:center;	border-bottom: 1px solid #e0e0e0;}
.list_product_grzx .prev{ float: left; width:140px;}

.list_product_grzx .a{ float: left; width:100px;text-align: center;	border-left: 1px solid #e0e0e0;}
.list_product_grzx .ad{ float: left; width:35px;text-align: center;	border-right: 1px solid #e0e0e0;}
.list_product_grzx .az{ float: left; width:60px;text-align: center;	border-left: 1px solid #e0e0e0;}
.list_product_grzx .az img{ padding:5px; cursor: pointer;}
.list_product_grzx .a_sl{ float: left; width:95px;text-align: center;	border-left: 1px solid #e0e0e0;}
.list_product_grzx .b{ float: left; width:100px;	border-left: 1px solid #e0e0e0;border-right: 1px solid #e0e0e0; margin-right:-1px;}
.list_product_grzx .c{ float: left; width:150px; border-left: 1px solid #e0e0e0;}
.list_product_grzx .d{ float: right; width:150px; padding-left:10px; border-left: 1px solid #e0e0e0;}

	 
.list_product_grzx .product_list .a a
{
	width: 100px;
	height: 140px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	//display:block;
	//height:auto;
	//margin-top: expression((105-parseInt(offsetHeight)/2)  <0 ? "0" : 105-(parseInt(offsetHeight)/2) +'px') ;
}
.list_product_grzx .product_list .b a
{
	width: 140px;
	height: 140px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	//display:block;
	//height:auto;
	//margin-top: expression((105-parseInt(offsetHeight)/2)  <0 ? "0" : 105-(parseInt(offsetHeight)/2) +'px') ;
}
.list_product_grzx .product_list .c a
{
	width: 180px;
	height: 140px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	//display:block;
	//height:auto;
	//margin-top: expression((105-parseInt(offsetHeight)/2)  <0 ? "0" : 105-(parseInt(offsetHeight)/2) +'px') ;
}
.list_product_grzx .product_list .a,
.list_product_grzx .product_list .c,
{ height:140px;}

.list_product_grzx .a_ty
{
	width: 125px;
	height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	float:left;
	//display:block;
	//height:auto;
	//margin-top: expression((105-parseInt(offsetHeight)/2)  <0 ? "0" : 105-(parseInt(offsetHeight)/2) +'px') ;
	font: normal 14px/40px arial,"微软雅黑","宋体";
}
.list_product_grzx .b_ty
{
	width: 100px;
	height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	float:left;
	//display:block;
	//height:auto;
	//margin-top: expression((105-parseInt(offsetHeight)/2)  <0 ? "0" : 105-(parseInt(offsetHeight)/2) +'px') ;
	font: normal 14px/40px arial,"微软雅黑","宋体";
}
.list_product_grzx .c_ty
{	
	display: table-cell;
	vertical-align: middle;
	float:right;
	padding-top:7px;
	padding-right:5px;
	//display:block;
	//height:auto;
	//margin-top: expression((105-parseInt(offsetHeight)/2)  <0 ? "0" : 105-(parseInt(offsetHeight)/2) +'px') ;
	font: normal 14px/40px arial,"微软雅黑","宋体";
}

.list_product_grzx .product_list .ad{ padding-top:60px; height:80px;}
.list_product_grzx .product_list .az{ padding-top:60px; height:80px;}
.list_product_grzx .product_list .a_sl{ padding-top:55px; height:85px;}
.list_product_grzx .wxz{
	position:absolute;
	width:31px;
	height:26px;
	margin-top:55px;
	margin-left:5px;
	cursor:pointer;
	background: url(../images/input_wxz.png) no-repeat 50% 50%;
}
.list_product_grzx .xz{
	position:absolute;
	width:31px;
	height:26px;
	margin-top:55px;
	margin-left:5px;
	cursor:pointer;
	background: url(../images/input_xz.png) no-repeat 50% 50%;
}

.list_product_grzx .jh{ width:80px; margin-left:auto; margin-right:auto; padding-top:-55px;}
.list_product_grzx .jh input{ text-align:center; width:35px; color:#333;font: bold 14px/30px arial,"微软雅黑","宋体"; border: solid 1px #cfcfcf;	  border-radius: 3px;}

.div_hj{font: bold 14px/50px arial,"微软雅黑","宋体"; padding-right:10px;}
.div_hj div{ float:right; padding-left:20px;}
.div_hj .jg{font: bold 24px/50px arial,"微软雅黑","宋体"; color:#dd2235; width:180px;}
.div_hj .jg span{font: normal 14px/50px arial,"微软雅黑","宋体";}
.div_hj .jgh{font: bold 24px/50px arial,"微软雅黑","宋体"; color:#696969; width:180px;}
.div_hj .jgh span{font: normal 14px/50px arial,"微软雅黑","宋体";}
.div_hj .yf{
	padding:10px 10px 0 10px;}
.div_hj .yf select{text-align:center; color:#333;font: normal 14px/20px arial,"微软雅黑","宋体"; border: solid 1px #cfcfcf; padding:4px 3px;}

.div_hj .qx{ float:left; padding:15px 0 0 20px;font: normal 12px/24px arial,"微软雅黑","宋体";}
.div_hj .qx input{ vertical-align:middle; margin-right:10px;}
.div_hj .qx a{ margin-left:20px;}

/*分页*/
.pagination{
	height: 39px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	margin-top:30px;
}
.pagination li{
	display: inline-block;
	border-right: 1px solid #e0e0e0;
}
.pagination li a,
.pagination li span{
	display: block;
	height: 39px;
	padding: 0 15px;
	margin: 0 0 0 -3px;
	color: #777;
	font:normal 14px/39px Segoeui, Arial, Verdana, serif;
	text-decoration: none;
}
.pagination li.prev a,
.pagination li.next a{
	font:normal 20px/32px Segoeui, Arial, Verdana, serif;
	color: #444;
}
.pagination li.prev span,
.pagination li.next span{
	font:normal 20px/32px Segoeui, Arial, Verdana, serif;
}
.pagination li.next {border: 0 none;}
.pagination li a:hover{
	background: #eff7ff;
	text-decoration: none;
}
.pagination li.curent a{
	background: #f5f7f9;
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
.pagination_info{
	margin: 15px  0!important;
	color: #777;
	text-align: center;
	font:italic 11px/11px Segoeui-Italic, Arial, Verdana, serif;
}

.contact_all{
	background:#606060;

	width:100%;
	z-index:-10;
}
.contact_all_x{
	background:#606060;
	position:absolute;
	width:100%;
	z-index:-10;
	left: 2px;
}
.contact_all .contact_1260{ width:1260px;background:#606060;margin:0 auto;padding-top:50px; }
.contact_all .contactus{width:1200px;margin:0 auto;height:180px;  }

.contact_all .contactus ul {}
.contact_all .contactus ul li{width:300px; float:left;}
.contact_all .contactus ul li .con_t1{ background:url(../images/con_t1.jpg) no-repeat left top;padding-left:60px;font-size:16px; color:#FFF;line-height:40px; height:40px;}
.contact_all .contactus ul li .con_c1{ font-size:14px; color:#b0b0b0;line-height:25px; padding-left:60px;}
.contact_all .contactus ul li .con_t2{ background:url(../images/con_t2.jpg) no-repeat 40px top;padding-left:100px;font-size:16px; color:#FFF;line-height:40px; height:40px; border-left: dashed 1px #b0b0b0;}
.contact_all .contactus ul li .con_c2{ font-size:14px; color:#b0b0b0;line-height:25px; padding-left:100px;}
.contact_all .contactus ul li .con_t3{ background:url(../images/con_t3.jpg) no-repeat 40px top;padding-left:100px;font-size:16px; color:#FFF;line-height:40px; height:40px; border-left: dashed 1px #b0b0b0;}
.contact_all .contactus ul li .con_t4{ background:url(../images/con_t4.jpg) no-repeat 40px top;padding-left:100px;font-size:16px; color:#FFF;line-height:40px; height:40px; border-left: dashed 1px #b0b0b0;}
.contactus a{font-size:14px; color:#b0b0b0!important;line-height:25px;  }


.contact_all_x .contact_1260{ width:1260px;background:#606060;margin:0 auto;padding-top:50px; }
.contact_all_x .contactus{width:1200px;margin:0 auto;height:180px;  }

.contact_all_x .contactus ul {}
.contact_all_x .contactus ul li{width:300px; float:left;}
.contact_all_x .contactus ul li .con_t1{ background:url(../images/con_t1.jpg) no-repeat left top;padding-left:60px;font-size:16px; color:#FFF;line-height:40px; height:40px;}
.contact_all_x .contactus ul li .con_c1{ font-size:14px; color:#b0b0b0;line-height:25px; padding-left:60px;}
.contact_all_x .contactus ul li .con_t2{ background:url(../images/con_t2.jpg) no-repeat 40px top;padding-left:100px;font-size:16px; color:#FFF;line-height:40px; height:40px; border-left: dashed 1px #b0b0b0;}
.contact_all_x .contactus ul li .con_c2{ font-size:14px; color:#b0b0b0;line-height:25px; padding-left:100px;}
.contact_all_x .contactus ul li .con_t3{ background:url(../images/con_t3.jpg) no-repeat 40px top;padding-left:100px;font-size:16px; color:#FFF;line-height:40px; height:40px; border-left: dashed 1px #b0b0b0;}
.contact_all_x .contactus ul li .con_t4{ background:url(../images/con_t4.jpg) no-repeat 40px top;padding-left:100px;font-size:16px; color:#FFF;line-height:40px; height:40px; border-left: dashed 1px #b0b0b0;}
.contactus a{font-size:14px; color:#b0b0b0!important;line-height:25px;  }


/*品牌列表*/

.pplist{margin-top:20px;}
.pplist .wordlist{margin-top:20px;} 
.pplist .wordlist a{float:left;font-size:14px; font-weight:bold; display:block;padding:3px 10px; border:1px solid #b0b0b0; border-left:none;border-bottom:2px solid #000;}
.pplist .wordlist a.noline{border-right:none;}
.pplist .wordlist a:hover{ background:#000; color:#FFF;  text-decoration:none; }
.pplist .wordlist .xz{ background:#000; color:#FFF;  text-decoration:none; }

.pplist .ppsort{margin-top:50px;} 
.pplist .ppsort .ppname{ border-bottom:2px solid #999; width:500px;  position: relative; margin:0 auto; }
.pplist .ppsort .ppname p{
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	width:50px;
	height:50px;
	line-height:50px;
	background:#CCC;
	border:5px #FFF solid;
	color:#000;
	font-size:24px;
	font-weight:bold;
	display:block;
	text-align:center;
	position:absolute;
	top:-30px;
	left:225px;
	z-index:9999;
}
.pplist .ppsort .pppic ul{ margin-top:40px;}
.pplist .ppsort .pppic ul li{width:140px; height:70px;float:left;text-align:center;}


/*新闻内容*/
.div_news{margin-top:20px;}
.div_news .news_sea{margin-top:20px; height:70px;border-top:#000 2px solid;border-bottom:#ececec 1px solid; position:relative;}
.div_news .search_news{float:left; width:76px; padding-right:20px; position:absolute; top:-7px;}
.search_x{ height:54px;line-height:70px; width:260px; margin-top:18px; float:left; padding-left:100px;}
.search_x .input-txt{
	background:url(../images/icon_fdj.png) no-repeat;
	background-position:220px center;
	background-color:#f7f6f6;
	padding-left:10px;
	height:30px;
	line-height:30px;
	font-size:14px;
	width:240px;
    border:1px solid #bebebe;
	box-shadow:-3px 3px 0 rgba(0,0,0,.1);
	color:#999;
	}
.search_x .input-txt:hover{
    border:1px solid #289af1;
}
.search_x .searchbtn{width:40px;height:47px;margin-left:220px; margin-top:-55px; position:absolute; cursor:pointer;}

.search_time{width:500px;float:left;line-height:70px;height:70px; color:#b2b2b2;}
.search_time .time_x{ height:48px;width:120px;line-height:70px;margin-top:18px;float:left;}
.search_time .time_x .input-txt{
	background:url(../images/time.png) no-repeat;
	background-position:76px center;
	background-color:#fff;
	padding-left:10px;
	height:30px;
	font-size:14px;
	width:100px;
    border:1px solid #b2b2b2;
	color:#b2b2b2;
	}
.search_time .time_x .input-txt:hover{
    border:1px solid #289af1;
}
.search_time .time_x .searchbtn{width:40px;height:47px;margin-left:80px; margin-top:-55px; position:absolute; cursor:pointer;}
.search_time .search{
	font: bold 1.2em/1em Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体";
	background:#cc3333; 
	-webkit-border-radius: 2em; 
	-moz-border-radius: 2em;
	border-radius: 2em;
	padding:10px;
	width:100px;
	color:#fff;
	text-align:center;
	margin-top:16px;
	margin-left:20px;
	border:none;
	cursor:pointer;
}

.div_news .text_box{ float:right; width:100%;}
.div_news .text_box .title{font: bold 24px/50px arial,"微软雅黑","宋体"; color:#333; text-align:center; width:80%; margin:auto; }
.div_news .text_box .ly{font: normal 12px/24px arial,"微软雅黑","宋体";color:#989898; text-align:center; margin-top:10px;}
.div_news .text_box .ly a{ color:#316cc7;}
.div_news .text_box .nr{ margin-top:15px;font: normal 14px/24px arial,"微软雅黑","宋体";}

.div_news .time1{ width:61px; height:100px; float:left; background:#ECECEC;}
.div_news .time1 h1{font: bold 32px/50px georgia, Helvetica, Arial, sans-serif, "微软雅黑"; color:#666; text-align:center; }
.div_news .time1 h2{font: italic 16px/24px arial,"微软雅黑","宋体"; color:#666; padding-left:3px;}
.div_news .time1 h3{font: italic 14px/24px arial,"微软雅黑","宋体"; color:#b7b7b7; text-align:right; padding-right:5px; }

.news_content .time1{ margin-left:15px;}


/*新闻列表*/
.news_nr ul,li{ list-style-type:none;}
.news_nr li{ border-bottom: solid 1px #e5e5e5; margin-top:5px; color:#989898;font: normal 12px/18px arial,"微软雅黑","宋体"; cursor:pointer;}
.news_nr .time{ width:61px; height:100px; float:left;margin-right:20px; background:#ECECEC;}
.news_nr .time h1{font: bold 32px/50px georgia, Helvetica, Arial, sans-serif, "微软雅黑"; color:#666; text-align:center; }
.news_nr .time h2{font: italic 16px/24px arial,"微软雅黑","宋体"; color:#666; padding-left:3px;}
.news_nr .time h3{font: italic 14px/24px arial,"微软雅黑","宋体"; color:#b7b7b7; text-align:right; padding-right:5px; }
.news_nr .img_box{ float:right; margin-right:20px; border: 2px solid #efefef; margin-top:8px;}
.news_nr li .bt{font: bold 16px/30px arial,"微软雅黑","宋体"; color:#333; }
.news_nr li .rq{ color:#4caa43;font: normal 12px/24px arial,"微软雅黑","宋体"; text-align:right; }
.news_nr li .rq span{ color:#989898; margin-left:20px; }
.news_nr li .rq a{ color:#316cc7;}
.news_nr li:hover .time{ background:#595656;}
.news_nr li:hover .bt{color:#316cc7; }
.news_nr li:hover .time h1{ color:#fff;}
.news_nr li:hover .time h2{ color:#fff;}

.page_number{width:800;}
.page_all{float:left; height: 60px; line-height:55px; padding-left:100px;}
.page_no{float:right;height: 60px; line-height:55px;}
.wred{ color:#F00;}
.show,
.sort{
	float: right;
	height: 35px;
	margin-top: 12px;
}
.show{
	padding: 0 12px;
	border-left: 1px solid #e0e0e0;
}
.show .selectBox{
	width: 66px;
	padding-left: 10px;
	margin: 0 5px;
}
.sort{
	padding: 0 8px 0 0;
}
.sort .selectBox{
	width: 106px;
	padding-left: 10px;
	margin: 0 5px;
}
.sort a.sort_up{
	color: #444!important;
	font:bold 20px Segoeui-Bold, Arial, Verdana, serif;
	text-decoration: none!important;
}
.sort a:hover.sort_up{text-decoration: none;}



.page_number .grid-list{
	height: 55px;
	float: left;
}
.page_number .grid-list a.grid,
.page_number .grid-list a.list{
	display: block;
	height: 55px;
	width: 59px;
	float: left;
	border-right: 1px solid #e0e0e0;
}
.page_number .grid-list a.grid:hover,
.page_number .grid-list a.list:hover{
	background: #eff7ff
}
.page_number .grid-list a.grid.curent,
.page_number .grid-list a.list.curent{
	background: #f5f7f9
}
.page_number .grid-list a.grid span,
.page_number .grid-list a.list span{
	margin: 21.5px 0 0 21.5px;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/grid_list.png);
	opacity: 0.25;
	text-indent: -9999px;
}
.page_number .grid-list a.list span{
	background-position: right center;
}
.page_number .grid-list a.grid.curent span,
.page_number .grid-list a.list.curent span{
	opacity: 1;
}

.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 50px;
  border: 1px solid #d8d8d8;
  border-right:none;
  border-radius: 3px;

  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  margin:0 5px;
}
.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: #fff;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}

.page_pro{width:800;margin:10px 0; border: solid 1px #e0e0e0; padding-right:10px;}

.page_pro .grid-list{
	height: 59px;
	float: left;
}
.page_pro .grid-list a.grid,
.page_pro .grid-list a.list{
	display: block;
	height: 59px;
	width: 59px;
	float: left;
	border-right: 1px solid #e0e0e0;
}
.page_pro .grid-list a.grid:hover,
.page_pro .grid-list a.list:hover{
	background: #eff7ff
}
.page_pro .grid-list a.grid.curent,
.page_pro .grid-list a.list.curent{
	background: #f5f7f9
}
.page_pro .grid-list a.grid span,
.page_pro .grid-list a.list span{
	margin: 21.5px 0 0 21.5px;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/grid_list.png);
	opacity: 0.25;
	text-indent: -9999px;
}
.page_pro .grid-list a.list span{
	background-position: right center;
}
.page_pro .grid-list a.grid.curent span,
.page_pro .grid-list a.list.curent span{
	opacity: 1;
}

.page_pro .search{
 border-bottom: solid 1px #e0e0e0;
 height:70px;
}

.page_pro .search .jzk_search{ position:absolute; margin-top:20px; margin-left:15px;}
.page_pro .search .jzk_search .qy{ position:absolute; background:url(../images/icon_search.png) no-repeat 95% center; width:140px; cursor:pointer;font: normal 14px/35px arial,"微软雅黑","宋体"; color:#333; padding:0 10px; border-right: solid 1px #e0e0e0;}
.page_pro .search .jzk_search .input-txt{
background:url(../images/icon_fdj.png) no-repeat;
	background-position:470px center;
	background-color:#f7f6f6;
	padding-left:170px;
	height:30px;
	line-height:30px;
	font-size:14px;
	width:330px;
    border:1px solid #bebebe;
	box-shadow:-3px 3px 0 rgba(0,0,0,.1);
	color:#999;
	}

.page_pro .search .jzk_search .searchbtn{width:40px;height:47px;margin-left:320px; margin-top:-55px; position:absolute; cursor:pointer;}

.page_pro .btn_gmred{background:#df494a;border-radius:25px;display: block; font-size:14px;line-height:20px;color:#fff;text-align:center; border: solid 2px #df494a; padding:5px 20px; float:left;}
.page_pro .btn_gmred:hover{ background:#c91d1e; text-decoration:none;}
.page_pro .btn_gmred:active{ background:#c91d1e; text-decoration:none;}


.search .dd_search{position:absolute;  margin-top:12px; margin-left:15px;}
.search .dd_search .qy{ position:absolute; background:url(../images/icon_search.png) no-repeat 95% center; width:140px; cursor:pointer;font: normal 14px/35px arial,"微软雅黑","宋体"; color:#333; padding:0 10px; border-right: solid 1px #e0e0e0;}
.search .dd_search .input-txt{
background:url(../images/icon_fdj.png) no-repeat;
	background-position:410px center;
	background-color:#f7f6f6;
	padding-left:170px;
	height:30px;
	line-height:30px;
	font-size:14px;
	width:280px;
    border:1px solid #bebebe;
	box-shadow:-3px 3px 0 rgba(0,0,0,.1);
	color:#999;
	}

.search .dd_search .searchbtn{width:40px;height:47px;margin-left:395px; margin-top:-55px; position:absolute; cursor:pointer;}

/*弹出层内容*/
.layer_tcc{background:#fff; border-radius: .5em;
  -webkit-box-shadow:0 0 5px rgba(0, 0, 0, .3);  
  -moz-box-shadow:0 0 5px rgba(0, 0, 0, .3);  
  box-shadow:0 0 5px rgba(0, 0, 0, .3); width:95%; position: absolute; z-index:10000; margin-top:3px; padding:10px;}
.layer_tcc ul,li{ list-style-type:none;}
.layer_tcc .add_mk a{ float:left; width:17.5%; display:block; background:#f6f6f6; margin:1%; text-align:center; text-decoration:none;font: normal 1.2em/2em Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体"; color:#777; border: solid 1px #f6f6f6;}
.layer_tcc .add_mk a:hover{background:#005bac; color:#fff;}

.search_tit .layer_tcc{ width:100px;margin-left:-10px;}
.search_tit .layer_tcc .add_mk a{ float: none; width:100%; display:block; background:#f6f6f6; margin:1%; text-align:center; text-decoration:none;font: normal 1.2em/2em Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体"; color:#777; border: solid 1px #f6f6f6;}
.search_tit .layer_tcc .add_mk a:hover{background:#696969; color:#fff;}

/*产品分类*/
.pro_cpfl{ margin-top:10px;}
.pro_cpfl .div_flbox{ float: left; margin:10px 20px 10px 5px; }

.pro_cpfl .div_flbox .box{border-radius:5px;border: 1px solid #fff;
	box-shadow: 0px 0px 4px #a4a4a4;
	-moz-box-shadow: 0px 0px 4px #a4a4a4;
	-webkit-box-shadow: 0px 0px 4px #a4a4a4;}

.pro_cpfl .div_flbox a{color:#005bac;font: bold 12px/30px arial,"微软雅黑","宋体"; cursor:pointer;}

.pro_cpfl .div_flbox .box_xz{border-radius:5px;border: 1px solid #fff;
	box-shadow: 0px 0px 4px #005bac;
	-moz-box-shadow: 0px 0px 4px #005bac;
	-webkit-box-shadow: 0px 0px 4px #005bac;}

.pro_cpfl .ppsort .ppname{ height:80px;background:url(../images/bg_xx.jpg) repeat-x left center;font: normal 24px/80px arial,"微软雅黑","宋体"; cursor:pointer;}
.pro_cpfl .ppsort h1{ font: normal 24px/80px arial,"微软雅黑","宋体"; float:left; background:#fff; padding:0 10px;}
.pro_cpfl .ppsort .ppname p{
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	width:50px;
	height:50px;
	line-height:50px;
	background:#545655;
	border:5px #FFF solid;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	display:block;
	float:left;
	text-align:center;
	margin:10px;
}
.pro_cpfl .ppsort .box_img{ float:left; border: 3px solid #e3e3e3; width:240px;}
.pro_cpfl .ppsort .box_text{ float:left; margin-left:20px; width:610px;} 
.pro_cpfl .ppsort .box_text ul,li{ list-style-type:none;}
.pro_cpfl .ppsort .box_text li{ list-style-type:none; float:left; }
.pro_cpfl .ppsort .box_text li a{ float:left; width:190px; display:block; background:#e2e2e2; margin:0 10px 10px 0; text-align:center; text-decoration:none;font: normal 1.2em/40px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体"; color:#333; border: solid 1px #e2e2e2;}
.pro_cpfl .ppsort .box_text li a:hover{background:#005bac; color:#fff;}


/*搜索結果*/
.search_view{ margin:40px;border: solid 1px #f7e5b3; background:#fffeef url(../images/icon_fdjh.png) no-repeat 70px 40px; padding:40px; font: normal 20px/30px arial,"微软雅黑","宋体";}
.search_view .nr{ margin-left:120px;}
.search_view .box_text ul{ list-style-type:none; margin:30px 30px 0px 30px; border-top: solid 1px #eaeaea; padding-top:10px;}
.search_view .box_text li{font: normal .75em/40px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体"; color:#333; list-style-type:disc; margin-left:100px;}
.search_view .box_text li a{text-decoration:none; color:#005bac; padding:0 10px;}
.search_view .box_text li a:hover{background:#005bac; color:#fff;}




/****************
 * Product page *
 ****************/
.product_page{
	margin: 20px -12px 0;
	width: 856px;
}
.product_page .img_slid .sale {margin: -3px 0 0 -3px;}
.product_page .img_slid .preview{
	margin: 0 0 12px 0;
	width: 294px;
	height: 294px;
	padding: 8px;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(PIE.htc);
}
.product_page .img_slid .prev_bg{
	margin: 0;
	width: 294px;
	height: 294px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	//display:block;
	//height:auto;
	//margin-top: expression((147-parseInt(offsetHeight)/2)  <0 ? "0" : 147-(parseInt(offsetHeight)/2) +'px') ;
}
.product_page .img_slid .prev_bg .zoomPad > img{
	max-width: 294px;
	max-height: 294px;
}
.product_page .img_slid .caroufredsel_wrapper{
	width: 314px!important;
	height: 70px!important;
}
.product_page .img_slid .pagination{
	list-style: none!important;
	padding:0 0 0 3px!important;
	height: 70px!important;
	margin: 0!important;
	border:0 none!important;
}
.product_page .img_slid .pagination li{
	float: left;
	margin: 0 12px 0 0;
	padding: 0 0 1px 0;
	border: 0 none;
	width: 68px;
	height: 68px;
}
.product_page .img_slid .pagination li a{
	border: 1px solid #e0e0e0;
	padding: 2px;
	float: left;
	width: 64px;
	height: 64px;
	text-align: center;
	background: #fff;
}
.product_page .img_slid .pagination li a.zoomThumbActive{border: 1px solid #ccc;}
.product_page .img_slid .pagination li a:hover{background: none;	border: 1px solid #333;}
.product_page .img_slid .pagination li img{
	max-width: 64px;
	height: 64px;
	text-align: center;

}
.product_page .img_slid .next_prev{
	float: left;
	width: 100%;
	border-top:1px solid #e0e0e0;
	margin: 12px 0 0 0;
}
.product_page .img_slid .next_prev .arows{
	float: left;
	width: 29px;
	height: 29px;
	margin: 12px 6px 0 0;
	line-height: 29px;
}
.product_page .img_slid .next_prev .arows span{margin: 7px 0 0 10px;}
.product_page .img_slid .next_prev #img_next.arows span{background: url(../images/bg_arows.png) no-repeat right top;}
.product_page .img_slid .next_prev #img_next.arows:hover span{background: url(../images/bg_arows.png) no-repeat right bottom;}
.product_page .entry_content p{margin-bottom: 20px}
.product_page .entry_content .review{
	height: 29px;
	margin: 0 0 15px 0;
	color: #777;
	font:normal 11px/29px Segoeui, Arial, Verdana, serif;
}
.product_page .entry_content .review a{
	display: block;
	float: left;
	height: 14px;
	width: 14px;
	margin: 6px 2px 0 0;
	background: url(../images/review.png) no-repeat 0 0 ;
}
.product_page .entry_content .review a.plus{
	background-position: 100% 0;
}
.product_page .entry_content .review a.add_review{
	display: block;
	float: left;
	height: 29px;
	width: 118px;
	margin: 0 0 0 10px;
	text-align: center;
	text-decoration: none;
	color: #444;
	font:normal 11px/29px Segoeui, Arial, Verdana, serif;
	background: #f1f3f5;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(PIE.htc);
}
.product_page .entry_content .review a.add_review:hover{
	background: #59B7C2;
	box-shadow: 0px 0px 2px #59B7C2;
	-moz-box-shadow: 0px 0px 2px #59B7C2;
	-webkit-box-shadow: 0px 0px 2px #59B7C2;
	color: #FEFEFE;
}
.product_page .entry_content .review span{
	margin: 0 0 0 6px ;
	float: left;
}
.product_page .entry_content .ava_price{
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 20px 0;
	height: 40px;
}
.product_page .entry_content .ava_price .availability_sku{
	float: left;
	font:normal 12px/20px Segoeui, Arial, Verdana, serif;
	color: #777;
}
.product_page .entry_content .ava_price .availability span{
	color: #277127;
	padding: 0 0 0 15px;
	background: url(../images/gal.png) no-repeat 2px 50%;
}
.product_page .entry_content .ava_price .sku span{color: #444;}
.product_page .entry_content .ava_price .price{
	float: right;
	font:normal 18px/20px Bitter, Myriad Pro, Verdana, serif;
	color: #2e8f9a;
	text-align: right;
}
.product_page .entry_content .ava_price .price .price_old{
	font:normal 13px/20px Segoeui, Arial, Verdana, serif;
	color: #777;
	text-decoration: line-through;
}
.product_page .entry_content .block_cart{
	font:normal 13px/20px Segoeui, Arial, Verdana, serif;
	color: #777;
	margin: 25px 0 37px 0;
}
.product_page .entry_content .block_cart .obn_like{
	float: left;
	font:normal 12px/20px Segoeui, Arial, Verdana, serif;
	color: #777;
}
.product_page .entry_content .block_cart .obn_like .obn a,
.product_page .entry_content .block_cart .obn_like .like a{
	display: block;
	float: left;
	margin: 4px 5px 0 0;
	width: auto;
	height: 12px;
	padding: 0 0 0 17px;
	background: url(../images/bg_obn.png)  no-repeat 0 50%;
	font:normal 12px/12px Segoeui, Arial, Verdana, serif;
	color: #777;
	text-decoration: none;
}
.product_page .entry_content .block_cart .obn_like .like a{background: url(../images/bg_like.png)  no-repeat 0 50%;}
.product_page .entry_content .block_cart .obn_like .obn a:hover,
.product_page .entry_content .block_cart .obn_like .like a:hover{
	opacity: 0.8
}
.product_page .entry_content .block_cart .cart{
	width: 250px;
	float: right;
	font:normal 12px/20px Segoeui, Arial, Verdana, serif;
	color: #777;
}
.product_page .entry_content .block_cart .cart .number{
	float: right;
	width: 27px;
	margin: 0 -1px 0 0;
	border-right: 0 none;
	border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-khtml-border-radius: 2px 0 0 2px;
	behavior: url(PIE.htc);
	text-decoration: none;
	position: relative;
	z-index: 1;
}
.product_page .entry_content .block_cart .cart a.bay{
	float: right;
	display: block;
	width: 120px;
	height: 35px;
	color: #fefefe;
	text-align: center;
	text-decoration: none;
	font:bold 13px/35px Segoeui-Bold, Arial, Verdana, serif;
	background: #59b7c2;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(PIE.htc);
	position: relative;
	z-index: 2;
}
.product_page .entry_content .block_cart .cart a.bay:hover{
	background: #2AB4C4;
	box-shadow: 0px 0px 2px #2AB4C4;
	-moz-box-shadow: 0px 0px 2px #2ab4c4;
	-webkit-box-shadow: 0px 0px 2px #2AB4C4;
}
.product_page .entry_content .block_cart .cart span{
	float: right;
	color: #707070;
	line-height: 35px;
	margin: 0 5px 0 0;
}
.product_page .entry_content .soc img{float: right}
/*** Tab ***/
#wrapper_tab{
	margin: 39px 0 50px 0;
	clear: both;
}
#wrapper_tab a.tab_link{
	position: relative;
	z-index: 1;
	display: block;
	float: left;
	margin: 0 4px 0 0;
	padding: 0 20px;
	height: 33px;
	color: #777;
	font:normal 14px/34px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体";
	text-decoration: none;
	border: 1px solid #f1f3f5;
	background: #f1f3f5;
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-khtml-border-radius: 2px 2px 0 0;
	behavior: url(PIE.htc);
}
#wrapper_tab a.tab_link:hover{
	border: 1px solid #f7f7f7;
	background: #f7f7f7;
}
#wrapper_tab.tab1 a.tab1,
#wrapper_tab.tab2 a.tab2,
#wrapper_tab.tab3 a.tab3{
	cursor: default;
	color: #444;
	font:normal 14px/34px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体";
	text-decoration: none;
	border: 1px solid #e0e0e0;
	border-bottom: 1px solid #fff;
	background: #fff;
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-khtml-border-radius: 2px 2px 0 0;
	behavior: url(PIE.htc);
	position: relative;
	z-index: 3;
}
#wrapper_tab div.tab_body {
	display:none;
	font:normal 14px/20px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体";

}
#wrapper_tab.tab1 div.tab1,
#wrapper_tab.tab2 div.tab2,
#wrapper_tab.tab3 div.tab3{
	display:block;
	position: relative;
	z-index: 2;
	border-top: 1px solid #e0e0e0;
	margin: -1px 0 0 0;
	padding: 20px 0 0 0;
}


/* 详情页_产品参数 */
.detail_r{ float:right; width:500px;}
.detail .jt_jus{background:url(../images/icon_jt_jus.gif) no-repeat left top; cursor:pointer; width:94px; height:13px;}
.detail .jt_jux{background:url(../images/icon_jt_jux.gif) no-repeat left top; cursor:pointer; width:94px; height:13px;}
.detail .jt_huis{background:url(../images/icon_jt_huis.gif) no-repeat left top; cursor:pointer; width:94px; height:13px;}
.detail .next-disabled{background:url(../images/icon_jt_huis.gif) no-repeat left top; cursor:pointer; width:94px; height:13px;}
.detail .jt_huix{background:url(../images/icon_jt_huix.gif) no-repeat left top; cursor:pointer; width:94px; height:13px;}
.detail .prev-disabled{background:url(../images/icon_jt_huix.gif) no-repeat left top; cursor:pointer; width:94px; height:13px;}
.detail .xcp{ height:310px;}
.detail .xcp img{ margin-top:7px; border: solid 1px #ddd; padding:1px;}
.detail .xcp img:hover{ margin-top:7px; border: solid 2px #d95834; padding:0;}
.detail .xcp .img_xz{ margin-top:7px; border: solid 2px #d95834; padding:0;}
.detail_c .cptp{ border: solid 1px #ddd;float:left; cursor: pointer;}
.detail_r .bt{font: bold 24px/24px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体"; height:45px; padding-left:20px; color:#bc0c00;}
.detail_r .bt span{font: bold 30px/24px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体"; margin-left:10px;}
.detail_r .a{ float:left; width:120px;}
.detail_r .b{ float:left; width:250px;}
.detail_r .b img{ margin:2px;}
.detail_r .sc{ text-decoration:line-through;}
.detail_r .lb{ font: normal 14px/21px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体"; margin-top:10px; padding-left:20px;}
.detail_r .bg_zj{font: normal 12px/20px Arial, "宋体"; color:#bc0c00;}

.detail_r .detail_gwc { border: solid 1px #ddd; height:42px;
padding:15px 20px; margin-top:30px; line-height:42px; font-size:14px; }
.detail_r .detail_gwc:hover { border: solid 1px #f7e5b3; background:#fffeef;}
.detail_r .detail_gwc div{ float:left;}
.detail_r .detail_jh{background:url(../images/icon_jhj.gif) no-repeat left top; height:22px; width:22px; margin-top:10px; cursor:pointer;}
.detail_r .detail_jh1{background:url(../images/icon_jh1.gif) no-repeat left top; height:22px; width:22px; margin-top:10px; cursor:pointer;}
.detail_r .detail_input{ margin-top:9px; width:60px; padding-left:3px;}
.gwc_gmred a{background:#df494a url(../images/bg_bay.png) no-repeat 20px center;border-radius:25px;display: block; font: normal 20px/30px "微软雅黑","宋体";color:#fff;text-align:center;padding:5px 20px 5px 60px; float:right;}
.gwc_gmred a:hover{ background:#c91d1e url(../images/bg_bay.png) no-repeat 20px center ; text-decoration:none;}
.gwc_gmred a:active{ background:#c91d1e url(../images/bg_bay.png) no-repeat 20px center ; text-decoration: underline;}

.bd_text{ height:20px; width:54px;padding-top:2px;font: normal 14px/20px Arial,"宋体";color: #999;text-decoration: none;border: solid 1px #ccc;background:#fefefe; text-align:center;}
.bd_text:hover{ color:#0f5fbb;border: solid 1px #afafaf;}
.bd_text_h{ height:20px;padding-left:5px;padding-top:2px;font: normal 14px/20px Arial,"宋体";color: #aca899;text-decoration: none;border: solid 1px #ccc;background:#f0f0f0;}

.detail_r .detail_btn{ border-left: solid 1px #ddd; margin-left:20px; padding-left:20px;}
.detail_r .detail_btn img{ vertical-align:middle;}

.detail_fx{ float:left; padding-left:114px; padding-top:10px; width:320px; clear:both;}
.detail_fx li{ float: left; line-height:25px; font-size:14px; margin-left:5px;}


/* 公共标签_商品详情 */
.bq_detail{ border-bottom: solid 2px #dc3a0c; margin-top:10px;}
.bq_detail li{float:left; margin-top:3px;margin-right:-1px; width:110px;background:url(../images/bq_hui.gif) no-repeat left top; height:31px; margin-top:4px; font-size:14px; }
.bq_detail .li1{margin-top:0px; background:url(../images/bq_ju.gif) no-repeat left top; margin-top:0px;height:35px;margin-right:0;}
.bq_detail li a{ display:block; line-height:31px; color:#333; text-align:center;}
.bq_detail .li1 a{ line-height:35px; color:#fff; font-weight:bold;}

h1.post_title{
	font:normal 25px/40px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体";
	padding-top: 10px;
}
/* =Grid >> Global -------------------------------------------------------------*/

.grid_4,
.grid_5,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: inline;
	float: left;
	margin-left: 8px;
	margin-right: 12px;
}
.grid_3 {width: 228px;}
.grid_9 {width: auto; margin-top:20px;}


/* 公共标签_小 */
.div_msbq{
	background:url(../images/bg_line.png) repeat-x left bottom;
	padding-left:8px;
	width:840px;
}
.div_msbq ul,li{
    list-style-type:none;
}
.div_msbq li{
    float:right;
	border:solid 1px #d8d8d8;
	border-bottom:none;
	text-align:center;
	background:url(../images/bq_huid.gif) repeat-x left bottom;
	margin-top:20px;
}
.div_msbq .li1{
	border:solid 1px #c51600;
	background:url(../images/bq_red.gif) repeat-x left top;
	margin-top:20px;/* ff */ 
	*margin-top:20px!important;/* IE7 */ 
	*margin-top:20px;/* IE6 */
	height:24px;
}
.div_msbq .bt{
	border:0;
	border-bottom:solid 5px #d8d8d8;
	padding:0 10px;
	color:#dd2235;
	background: none;
	font:normal 20px/40px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体";
	float:left;
	margin-top:0px;/* ff */ 
	*margin-top:0px!important;/* IE7 */ 
	*margin-top:0px;/* IE6 */
}

.div_msbq li a{
	font: "宋体";
	line-height: 24px;
	color:#333333;
	text-decoration: none;
	font-size:12px;
	padding-left:15px;
	padding-right:15px;
}
.div_msbq li a:hover{
    text-decoration:underline;
}
.div_msbq .li1 a{
	line-height: 24px;
	color:#fff;
}
.msbq_box{ padding:10px;font: normal 14px/24px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体";}
.msbq_box .a{ float:left; width:100px;font: bold 16px/24px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体";}
}
.msbq_box .b{ float:left;}

.msbq_box .bh{ margin-top:5px;}


/* 通用小控件 */
.tab_box{ width:1000px; margin:auto; min-height:400px;}
.tab_box .w_30f{ width:35%;margin:auto; text-align:center;}
.div_jrgwc{padding:30px;}
.div_jrgwc .cg{	background:url(../images/bg_jrcg.png) no-repeat 50px center; background-size:15%; padding-left:60px;
font: bold 16px/50px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体";}
.div_jrgwc .qtsp{ position:relative; border-top: solid 1px #eaeaea; padding-top:20px; margin-top:10px;}
.div_jrgwc .qtsp .jtl{ width:40px; height:40px; position:absolute; margin-left:-30px; margin-top:10%;background:url(../images/jt_l.png) no-repeat center center; cursor:pointer;}
.div_jrgwc .qtsp .jtr{width:40px; height:40px; position:absolute;background:url(../images/jt_r.png) no-repeat center center;right:-30px; margin-top:10%;cursor:pointer; }
.div_jrgwc .qtsp .jtl1{ width:40px; height:40px; position:absolute; margin-left:-30px; margin-top:10%;background:url(../images/jt_l1.png) no-repeat center center; cursor:pointer;}
.div_jrgwc .qtsp .jtr1{width:40px; height:40px; position:absolute;background:url(../images/jt_r1.png) no-repeat center center;right:-30px; margin-top:10%;cursor:pointer; }

.div_jrgwc .qtsp_img{ float:left; width:100px; line-height:20px; margin:8px;font: normal 12px/20px Helvetica, Arial, sans-serif, "微软雅黑","幼圆","黑体";}



/*会员登录注册*/
.login_tcc{  margin:30px auto; width:325px; z-index:9999; padding:25px 25px 15px 25px; border: solid 1px #e3e3e3; color:#a5a5a5;}
.login_tcc .bt_title{	font: 22px/24px Arial, Helvetica, sans-serif,"微软雅黑","宋体"; color:#333;  text-align:left;}
.login_tcc .bt_title span{ float:right;font: 14px/24px Arial, Helvetica, sans-serif,"微软雅黑","宋体"; color:#c2c2c2; }
.div_login .link_r{ text-align: right; margin-top:10px;}
.login_yzbt{ position:absolute; margin-left:182px; margin-top:5px;}

input.input_user_zc{
    display: block;
    width: 260px;
    height: 39px;
	padding-left:65px;
	font: 14px/24px Arial, Helvetica, sans-serif,"微软雅黑","宋体";
    color: #afafb0;
    vertical-align: middle;
    background:#fff url(../images/login4.jpg) no-repeat left center;
    transition: ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border-radius:2px;
	border: solid 1px #e3e3e3;
	margin-top:14px;
}
.input_user_zc:hover {
    box-shadow: 0 0 5px #1499fa;
}

input.input_mm{
    display: block;
    width: 260px;
    height: 39px;
	padding-left:65px;
	font: 14px/24px Arial, Helvetica, sans-serif,"微软雅黑","宋体";
    color: #afafb0;
    vertical-align: middle;
    background:#fff url(../images/login5.jpg) no-repeat left center;
    transition: ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border-radius:2px;
	border: solid 1px #e3e3e3;
	margin-top:14px;
}
.input_mm:hover {
    box-shadow: 0 0 5px #1499fa;
}

input.input_yzd{
    display: block;
    width: 120px;
    height: 39px;
	padding-left:65px;
	font: 14px/24px Arial, Helvetica, sans-serif,"微软雅黑","宋体";
    color: #afafb0;
    vertical-align: middle;
    background:#fff url(../images/login6.jpg) no-repeat left center;
    transition: ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border-radius:2px;
	border: solid 1px #e3e3e3;
	margin-top:14px;
}
.input_yzd:hover {
    box-shadow: 0 0 5px #1499fa;
}

input.input_sfrz{
    display: block;
    width: 260px;
    height: 39px;
	padding-left:46px;
	font: 14px/24px Arial, Helvetica, sans-serif,"微软雅黑","宋体";
    color: #afafb0;
    vertical-align: middle;
    background:#fff url(../images/icon_yh.png) no-repeat 8px center;
    transition: ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border-radius:2px;
	border: solid 1px #e3e3e3;
	margin-top:14px;
}
.input_smrz:hover {
    box-shadow: 0 0 5px #1499fa;
}

input.input_jzkx{
    display: block;
    width: 260px;
    height: 39px;
	padding-left:46px;
	font: 14px/24px Arial, Helvetica, sans-serif,"微软雅黑","宋体";
    color: #afafb0;
    vertical-align: middle;
    background:#fff url(../images/icon_jzk.png) no-repeat 8px center;
    transition: ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border-radius:2px;
	border: solid 1px #e3e3e3;
	margin-top:14px;
}
.input_jzkx:hover {
    box-shadow: 0 0 5px #1499fa;
}


.btn_search{
border-style:none;
padding:6px 20px;
width:100%;
color:#fff;
font: normal 20px/30px "Microsoft YaHei", Verdana, Geneva, sans-serif;
cursor:pointer;
border:1px #45bf3f solid;
border-radius:5px;/*边框圆角*/
background-color:#45bf3f;
}
.btn_search:hover {
background-color:#2db027;
}

.btn_yz{
border-style:none;
padding:5px 20px;
width:120px;
color:#959595;
font: normal 12px/20px "Microsoft YaHei", Verdana, Geneva, sans-serif;
cursor:pointer;
border-radius:5px;/*边框圆角*/
background-color:#ebebeb;
}


.btn_search_green{
border-style:none;
padding:6px 20px;
width:100%;
color:#fff;
font: normal 20px/30px "Microsoft YaHei", Verdana, Geneva, sans-serif;
cursor:pointer;
border:1px #0987c1 solid;
border-radius:3px;/*边框圆角*/
background-color:#0987c1;
}
.btn_search_green:hover {
background-color:#0073a8;
}

.btn_search_gray{
border-style:none;
padding:6px 20px;
width:100%;
color:#fff;
font: normal 20px/30px "Microsoft YaHei", Verdana, Geneva, sans-serif;
cursor:pointer;
border:1px #d8d8d8 solid;
border-radius:3px;/*边框圆角*/
background-color:#d8d8d8;
}
.div_login{ width:1100px; margin:auto; padding-bottom:40px; min-height:400px; margin-top:20px;}
.login_img{ float:left; width:65%; margin-top:30px;}

.div_login .login_tcc{ float:right; }