@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-06-03 10:22:22
 * @version $Id$
 */
/*共用样式*/
.common_center{width:1200px;margin: 0 auto;}
/*顶部*/
.top{width: 100%;height: 30px;background-color: #f4f4f4;line-height: 30px;float: left;}
ul.top_l,ul.top_l li{float: left;}
ul.top_l li a{padding-left: 18px;line-height: 30px;color: #666;letter-spacing: 1px;}
ul.top_l li a.top_keep{background: url(../images/keep.png)no-repeat left center;margin-right: 10px;padding-right:10px;border-right: 1.5px solid #666;background-size: 15px; }
ul.top_l li a.top_home{background: url(../images/home.png)no-repeat left center;background-size: 15px;}
ul.top_l li a.top_keep:hover,ul.top_l li a.top_home:hover{color:#0083CE;}
ul.top_r{float: right;color: #666;line-height: 30px;letter-spacing: 1px;}
ul.top_r li.top_r_lists{float: left;margin-right: 25px;}
ul.top_r li.top_r_lists .top_login a{color: #666;}
ul.top_r li.top_r_lists .top_login a.t_login{margin-left: 20px;margin-right: 7px;padding-right: 10px;border-right: 1px solid #666;}
ul.top_r li.top_r_lists .top_login a:hover{color:#0083CE;}
ul.top_r li.top_r_lists a.top_menu{color: #666;line-height: 30px;padding-left:15px;}
ul.top_r li.top_r_lists a.top_menu:hover{color: #379945;}
ul.top_r li.top_r_lists p.top_hotline{line-height: 30px;color: #666;font-size: 13px;}
ul.top_r li.top_r_lists p.top_hotline span{color: #000\9;/* IE6, IE7, IE8, IE9, IE10*/}
ul.top_r li.top_r_lists p.top_hotline span{font-weight: bold;color: #000;}
ul.top_r li.top_r_lists:last-child{margin-right: 0;}

/*帮助中心，个人中心下拉菜单*/
.wrapper_mycenter{height: 30px;}
.wrapper-dropdown-mycenter {position: relative;min-width: 70px;margin: 0 auto;cursor: pointer;outline: none;
}

.wrapper-dropdown-mycenter:after{content: "";width: 0;height: 0;position: absolute;right: 0;top: 50%;margin-top: -3px;border-width: 6px 6px 0 6px;border-style: solid;border-color: #5C5C5C transparent;
}
.wrapper-dropdown-mycenter .index_top_dropdown {
  /* Size & position */
    position: absolute;
    top: 140%;
    /*left: 0;*/
    right: -15px;
    min-width: 100px;

    /* Styles */
    background: white;
    border-radius: 11px;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-mycenter .index_top_dropdown:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.wrapper-dropdown-mycenter .index_top_dropdown:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent; 
}

.wrapper-dropdown-mycenter .index_top_dropdown li a {
	text-align: center;
    display: block;
    /*padding: 10px;*/
    text-decoration: none;
    color: #737373;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.wrapper-dropdown-mycenter .index_top_dropdown li i {
    float: right;
    color: inherit;
}
.wrapper-dropdown-mycenter .index_top_dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}
.wrapper-dropdown-mycenter .index_top_dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}
/* Hover state */
.wrapper-dropdown-mycenter .index_top_dropdown li:hover a {
    background:#324049;
    color: #fff;
}
/* Active state */
.wrapper-dropdown-mycenter.active .index_top_dropdown {
    opacity: 1;
    pointer-events: auto;
    z-index: 889;
}
/* No CSS3 support */
.no-opacity       .wrapper-dropdown-mycenter .index_top_dropdown,
.no-pointerevents .wrapper-dropdown-mycenter .index_top_dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}
.no-opacity       .wrapper-dropdown-mycenter.active .index_top_dropdown,
.no-pointerevents .wrapper-dropdown-mycenter.active .index_top_dropdown {
    display: block;
}

/*新修改*/
#anvlfteb,#anvlfteb2{float:left;height:40px;position:relative;padding:0 1px;}
.posbox{position:relative;/*width:64px;*/float:left;}
.posbox a{color: #666; display: block;padding: 0 15px;}
/*.perbox{width:73px;}*/
.perbox span.round-tip{width: 8px;height: 8px;border-radius: 50%;display: inline-block;background-color: #f00;position: absolute;top: 4px;left: 65px;}
.posbox i{border-width: 6px 6px 0 6px;border-style: solid;border-color: #5C5C5C transparent;position:absolute;top:12px;right: -5px;overflow:hidden;}
.perbox span.svip-icon{float: left;height: 20px;line-height: 20px;margin: 4px 0 4px 12px;background-color: #ffe000; padding: 1px 5px; color: #ba2626; border-radius: 8px; margin-left: 12px;}
.anvh i{border-width: 0 6px 6px 6px;border-style: solid;border-color: #5C5C5C transparent;}
.posiabox{position:absolute;top:28px;left:1px;display:none;padding-top:10px;z-index: 99;}
#seledbox,#seledbox2{width:114px;}
#seledbox div,#seledbox2 div{background:#FFF;box-shadow: 0 0 5px #BFBFBF;border: 1px solid #BFBFBF;
font-size:12px;padding:5px 0;overflow:hidden;border-radius: 5px;}
#seledbox a,#seledbox2 a{color:#444;text-decoration:none;width:100px;height:20px;overflow:hidden;display:block;line-height:20px;padding:6px 0 6px 12px;border-bottom:1px dotted #DDD;}
#seledbox a:hover,#seledbox2 a:hover{background:#EEE;}
#seledbox img,#seledbox2 img{float:left;width:20px;height:20px;margin-right:8px;}
#seledbox div a span.notice-tip{width: 16px;height: 16px;display: inline-block;text-align: center;line-height: 16px !important;color:#fff !important;background-color: red;border-radius: 50%;letter-spacing: 0;padding: 1px;margin-left: 3px;}
#seledbox div a span.luckydraw-tip{width: 16px;height: 16px;display: inline-block;margin-left: 3px;background: url(../images/luckydraw.png) no-repeat 0 1px;background-size: 100%;}
/*#seledbox div a span.luckydraw-tip img{width: 20px;height: 20px;}*/
/*end下拉菜单*/


/*头部*/
.header{width: 100%;margin: 20px 0;float: left;}
.header .logo{width:260px;overflow: hidden;float: left;margin-right: 140px;}
.header .logo img{width: 260px;height: 78px;}
.header .logo p{font-size: 14px;color: #272727;text-align: center;}
.header .logo a:hover{text-decoration:underline;}
.header_search{width: 504px;overflow:hidden;float: left;margin-top: 35px;}
.header_search .search_box{width: 500px;height: 34px;border: 1px solid #324049;background-size: 34px;background: url(../images/header_search.png)left center;background-repeat: no-repeat;}
.header_inputbox{width: 392px;height: 30px;margin-left: 34px;border: none;line-height: 32px;padding: 1px;font-size: 15px;color: #444;}
.header_button{float:right;float:none\9; /* IE6/7的属性 */   background-color:#324049;border:none;cursor:pointer;width:68px;height:34px;font-size:15px;letter-spacing:2px;color:#fff;line-height:34px;text-align:center;}
.header_search dl.header_hotsearch{color: #333;letter-spacing: 1px;padding: 7px;font-size: 13px;}
.header_search dl.header_hotsearch dt{display: inline;}
.header_search dl.header_hotsearch dd{display: inline;}
.header_search dl.header_hotsearch dd a{display: inline;color: #333;margin-right: 5px;}
.header_search dl.header_hotsearch dd a:hover{color:#0083CE;}
.header .weixin{float: right;box-shadow: 0 0 8px 1px #ccc; margin-left:20px;}
.header .weixin img{width: 120px;height: 135px;}
/*end 头部*/

/*头部导航栏*/
.header_nav{width:100%;height: 40px;background-color: #379945;}

/*end头部导航栏*/

/*左边导航——全部商品分类*/
.navbox{width:100%; background:#fff; height:47px; position:relative; z-index:10;border-bottom: 1px solid #324049;}
.nav{width:1200px; margin:0 auto;}
.leftnav{float:left; width:182px; position:relative;}
.leftnav h3{width: 182px;height: 47px;position: absolute;top: 0;z-index: 100;color: #fff;text-align: center;line-height: 47px;font-family: "微软雅黑";font-size: 16px;letter-spacing: 1px;/*font-weight: bold;*/background-color:#1a333a;/*box-shadow: 0 2px 5px 1px #21832F;*/}
#leftnav #leftnavlist{display:none;}

.subleftnavlist_tc{z-index: -1;display:none; width:760px;min-height:392px; padding:10px 0; border: 1px solid #324049; position:absolute; top:-1px; left:181px;background-color: #fff; /*background:#fff url(../images/line1.png) 550px 0 repeat-y;*/}
.subleftnavlist_active .subleftnavlist_tc{display:block;}
.leftnavlist{background: #fff;position: absolute;top: 47px;left: 0;background-color: #324049;border-bottom:1px solid #324049;border-top: 1px solid #1a333a;}
.leftnavlist .subleftnavlist:last-child{border-bottom: none;}
.subleftnavlist dl dt a{color: #fff;padding-left: 60px;display: block;line-height: 41.2px;}
.act{background-image:url(../images/leftnavbg.png);background-repeat: no-repeat;}
.act1{background-image:url(../images/leftnavbg2.png);background-repeat: no-repeat;}
/*.subleftnavlist dl dt *//*.leftnav_icon_bg{background: url(../images/leftnav_icon1.2.png)no-repeat 10px center;}*/
/*.subleftnavlist dl dt .leftnav_icon_bg2{background: url(../images/leftnav_icon2.png)no-repeat 10px center;background-size: 17px;}
.subleftnavlist dl dt .leftnav_icon_bg3{background: url(../images/leftnav_icon3.png)no-repeat 10px center;background-size: 17px;}
.subleftnavlist dl dt .leftnav_icon_bg4{background: url(../images/leftnav_icon10.png)no-repeat 10px center;background-size: 17px;}
.subleftnavlist dl dt .leftnav_icon_bg5{background: url(../images/leftnav_icon8.png)no-repeat 10px center;background-size: 17px;}
.subleftnavlist dl dt .leftnav_icon_bg6{background: url(../images/leftnav_icon5.png)no-repeat 10px center;background-size: 17px;}
.subleftnavlist dl dt .leftnav_icon_bg7{background: url(../images/leftnav_icon9.png)no-repeat 10px center;background-size: 17px;}
.subleftnavlist dl dt .leftnav_icon_bg8{background: url(../images/leftnav_icon6.png)no-repeat 10px center;background-size: 17px;}
.subleftnavlist dl dt .leftnav_icon_bg9{background: url(../images/leftnav_icon7.png)no-repeat 10px center;background-size: 17px;}
.subleftnavlist dl dt .leftnav_icon_bg10{background: url(../images/leftnav_icon4.png)no-repeat 10px center;background-size: 17px;}
*/.leftnav_icon_bgn{background-image: url(../images/leftnav_icon_green.png);}
/*.subleftnavlist dl dt .leftnav_icon_bg:hover{background: url(../images/leftnav_icon_green1.2.png)no-repeat 10px center;}*/
/*.subleftnavlist dl dt .leftnav_icon_bg2:hover{background-image: url(../images/leftnav_icon2_green.png);}
.subleftnavlist dl dt .leftnav_icon_bg3:hover{background-image: url(../images/leftnav_icon3_green.png);}
.subleftnavlist dl dt .leftnav_icon_bg4:hover{background-image: url(../images/leftnav_icon10_green.png);}
.subleftnavlist dl dt .leftnav_icon_bg5:hover{background-image: url(../images/leftnav_icon8_green.png);}
.subleftnavlist dl dt .leftnav_icon_bg6:hover{background-image: url(../images/leftnav_icon5_green.png);}
.subleftnavlist dl dt .leftnav_icon_bg7:hover{background-image: url(../images/leftnav_icon9_green.png);}
.subleftnavlist dl dt .leftnav_icon_bg8:hover{background-image: url(../images/leftnav_icon6_green.png);}
.subleftnavlist dl dt .leftnav_icon_bg9:hover{background-image: url(../images/leftnav_icon7_green.png);}
.subleftnavlist dl dt .leftnav_icon_bg10:hover{background-image: url(../images/leftnav_icon4_green.png);}*/

.subleftnavlist  a span{/*display: inline-block;position: absolute;right: 10px;margin-left:35px;*/float: right;margin-right: 15px;}
.subleftnavlist{height: 41.2px;width:181px;/*position: relative;*/border: 2px solid #324049;border-bottom:none;/*margin: 0 10px;*/border-right: 0;border-top:0;border-left: 1px solid #324049;}
.subleftnavlistodd{background:#F2F2F2;}
.subleftnavlist dt{/*padding-top:10px; margin-left:10px;*/ font-size:15px;}
.subleftnavlist dd a{display:inline-block; padding:0 5px 0 0; /*width:70px;*/ margin-top:5px;color: #767676;border-right: 1px solid #ddd;}
.subleftnavlist dd a:last-child{border-right: none;}
.subleftnavlist:hover{background-color: #fff;/*border-bottom:1px solid #324049;*/}
.subleftnavlist:hover dl dt a/*,.subleftnavlist:hover dl dd a*/{color:#324049;}
.arrow02{width:10px; height:10px; display:inline-block; background:url(../images/icon_arrow.png)no-repeat; position:absolute;left:0px; top:15px;}

.subleftnavlist_tc_left{width:570px; float:left;}
.subleftnavlist_tc_title{float:left; line-height:12px; margin-top:15px; font-weight:bold; width:100px; text-align:center; display:inline-block;}
.subleftnavlist_tc_title a{color: #324049;}
.subleftnavlist_tc_list{line-height:12px; width:420px; float:left; }
.subleftnavlist_tc_list a{color:#767676;padding:0 10px; display:inline-block; border-left:1px solid #ccc; margin-top:15px;}
.subleftnavlist_tc_list a:hover{color: #0083ce;}
.subleftnavlist_tc_left .clear{height:10px;}

.subleftnavlist_tc_right{width:145px; float:right;}
.subleftnavlist_tc_right h6{margin:10px 0;font-size: 16px;letter-spacing: 1px;}
.subleftnavlist_tc_right li{line-height:20px;padding-right:5px;}
.subleftnavlist_tc_right li a{color:#767676;}
.subleftnavlist_tc_right li a:hover{color:#767676;}
/*左边导航——全部商品分类结束*/

.indexnav{float:left;margin-left:188px;margin-left: 0 !important\7;}
.indexnav li{float:left;}
.indexnav li a{padding:0 23px; color:#000; line-height:47px; vertical-align:middle; font-size:16px; font-family:"微软雅黑"; display:inline-block;padding: 0 18px !important\7;/*ie7兼容*/}
.indexnav li.active a,.indexnav li a:hover{color:#0083ce;}

/*主要导航栏购物车*/
.navcart{width:258px; background:url(../images/nav_car.png) no-repeat 20px center; float:right; position:relative;background-color: #ffc154;}
.navcart_title{line-height:47px; color:#fff; font-size:14px; text-indent:60px;height:42px !important\7;}
.navcart_title p{color:#000;}
.navcart_title p span{color: red;padding: 0 2px;}
.navcart_title p a{color: #fff;float: right;background-color:#324049;text-indent: 0;padding: 0 15px;font-size: 15px;letter-spacing: 1px;display:inline-block !important\7;float:none !important\7;margin-left:35px !important\7;}
.navcart_tc{position:absolute; top:41px; right:0; border:#c13e25 1px solid; background:#fff; display:none;}

.navcart_none{width:256px; padding:20px; font-size:14px; font-weight:bold;}
.navcart_list{width:355px;}
.navcart_list li{border-bottom:1px dashed #ccc; padding:15px 0; width:100%; float:left; position:relative;}
.navcart_list_pic{float:left; margin:0 15px; display:inline;}
.navcart_list_pic img{border:1px solid #ccc;}
.navcart_list_title{float:left; width:180px; line-height:18px;}
.navcart_list_tip{position:absolute; right:20px; line-height:18px; text-align:right;}
.navcart_list_tip a{color:#005ea7;}
.navcart_list_tip a:hover{text-decoration:underline; color:#005ea7;}
.navcart_js{margin:15px;}
.navcart_js_left{color:#666;}
.navcart_js_right{text-align:right;}
.navcart_js_right strong{color:#cc0000;}
.navcart_js_right_btn{margin-top:10px;}
.navcart_js_right_btn a{height:32px; line-height:32px; padding:0 16px; display:inline-block; background:#379945; font-size:14px; color:#fff; font-weight:bold;}
/*主要导航栏购物车end*/


/*底部*/
.foot{width: 100%;background-color:#fafafa;float: left;}
.foot .foot_top{width:100%;float: left;margin: 30px 0;}
.foot .foot_top ul{float: left;padding-bottom: 30px;/* background: url(../images/foot_jb.png)no-repeat center bottom;*/}
.foot .foot_top ul li{width: 160px;position: relative;float: left; color: white;text-align: left;/*padding-left: 63px;*/margin-left:40px;/*background: url(../images/f-dian.png)repeat-y 15px top;*/}
.foot .foot_top ul li:first-child{margin-left: 0;}
.foot .foot_top ul li h3{font-size: 18px;letter-spacing: 1px;line-height: 40px;font-weight: bold;}
.foot .foot_top ul li p a{color: white;line-height: 20px;}
.foot .foot_top ul li p a:hover{text-decoration: underline;}
.foot-navs{padding-left: 55px;min-height: 120px;}
.f-icons{width: 45px;height: 40px;position: absolute;left: 0;top: 0;}
.foot_toplist_bgone{background: url(../images/f-icon1.png)left top;background-repeat: no-repeat;}
.foot_toplist_bgtwo{background: url(../images/f-icon2.png)left top;background-repeat: no-repeat;}
.foot_toplist_bgthree{background: url(../images/f-icon3.png)left top;background-repeat: no-repeat;}
.foot_toplist_bgfour{background: url(../images/f-icon4.png)left top;background-repeat: no-repeat;}
.foot_toplist_bgfive{background: url(../images/f-icon5.png)left top;background-repeat: no-repeat;}
.foot .foot_zizhi{}
.foot .foot_zizhi ul li{float: left;width: 200px;padding: 40px 0 35px 0;}
.foot .foot_zizhi ul li p{color: white;float: left;margin-left: 10px;line-height: 50px;font-size: 18px;font-weight: bold;}
.foot .foot_zizhi .foot-icons{width: 50px;height: 50px;float: left;}
.foot_zizhi_bgone{background: url(../images/foot_icons1.png)left top;background-repeat: no-repeat;}
.foot_zizhi_bgtwo{background: url(../images/foot_icons2.png)left top;background-repeat: no-repeat;}
.foot_zizhi_bgthree{background: url(../images/foot_icons3.png)left top;background-repeat: no-repeat;}
.foot_zizhi_bgfour{background: url(../images/foot_icons4.png)left top;background-repeat: no-repeat;}
.foot_zizhi_bgfive{background: url(../images/foot_icons5.png)left top;background-repeat: no-repeat;}
.foot_zizhi_bgsix{background: url(../images/foot_icons6.png)left top;background-repeat: no-repeat;}
.foot_bottom{text-align: center;margin-top: 20px;}
.foot_bottom .foot_aboutlist{width: 100%;color: #666666; font-size: 0;line-height: 25px}
.foot_bottom .foot_aboutlist a{color: #666666;display: inline;    font-size: 12px;}
.foot_bottom .foot_aboutlist a:hover{text-decoration: underline;}
.foot_bottom .foot_aboutlist span{padding: 0 10px; font-size: 12px;}
.foot_bottom .foot_aboutus{color: #666666;line-height: 30px;margin-bottom: 20px;}
.foot_bottom .foot_aboutus p span a{color: #666666;}
.foot_bottom .foot_aboutus p span a:hover{text-decoration: underline;}
.foot_bottom .foot_aboutus p span{margin-right:25px;}
.foot_bottom .foot_aboutus p span:last-child{margin-right: 0;}
.foot_bottom .foot_ad{width: 100%;font-size: 0;margin-bottom: 22px;}
.foot_bottom .foot_ad a{display: inline;font-size: 12px;margin-right: 7px}
.foot_bottom .foot_ad a:last-child{margin-right: 0;}
.foot-friendlink{width: 100%;text-align: left;margin-bottom: 40px;}
.foot-friendlink span.frilink-title{font-weight: 600;color: #484848;vertical-align: top;}
.foot-friendlink .frilink-info{display: inline-block;width: 1100px;}
.foot-friendlink .frilink-info a{color: #666;padding-right: 10px;line-height: 20px;}
.foot-friendlink .frilink-info a:hover{text-decoration: underline;color: #fe0000;}


.wrap-bg{width: 740px;height:1047px;margin: 0 auto;}
.wrap-ul{width: 100%;}
.wrap-ul li{border: 1px solid #ddd; padding: 2px; float: left; width: 120px; height: 120px;margin:8px;}
.wrap-ul li img{width: 120px;height: 120px;}