/*导航 S*/
.logo-nav{width:100%;height:350px;margin:0 0 15px 0;padding:0;display:block;background:#001935 url(../img/banner350.jpg) 0 center no-repeat;}
.logo-nav .mm{width:1008px;height:350px;display: block;margin: 0 auto;position:relative;}
.logo-nav .mm a{width:166px;height:70px;display:block;position:absolute;left:0;top: 15px;}
.logo-nav .mm a img{width:166px;height:70px;}
.logo-nav .mm .qqun{position:absolute;top:120px;left:0;width:180px;height:180px;border-radius:5px;}
/*导航 E*/

/*产品目录 S*/
.item{width:1014px; margin:15px auto 36px auto; padding:5px 0 0 0; display: block; overflow: hidden;}
.item .list{ width:1000px; height:300px; border:2px solid #f9cdb1; padding:5px; display:block;transition: .2s; position:relative; float: left;margin: 0 auto 20px auto;}
.item .list:hover{ box-shadow: 0px 2px 5px #ccc; border:2px solid #ff0036;}
.item .list .new{ position:absolute;top:0; left:0; background-image: url(../img/new.png);width: 68px;height: 61px;background-size: 68px 61px;position: absolute;top: -7px;left: 10px;z-index: 4;}
.item .list .fl{ float:left; width:300px; height:300px; overflow:hidden; position:relative;}
.item .list .fl .pic img{ width:300px; height:300px;position:absolute;top:0px;left:0px;z-index: 0;}
.item .list .fr{ float:left; width:680px; padding:0 0 0 20px;}
/*标题 S*/
.item .list .fr .bt{float:left;display: block;width: 100%;}
.item .list .fr .bt a{text-decoration: none;color:#222;font-size:22px;font-weight:800;line-height:28px;}
.item .list .fr .bt a img{vertical-align:-2px;margin-right:6px;}
/*标题 E*/
/*资料 S*/
.item .list .fr .ziliao{margin:10px 0 10px 0;display: block;float: left;width:100%;}
.item .list .fr .ziliao span{
    background: #fff3df;
    color: #ff9900;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 3px;
    margin:0 5px 0 0;
}
/*资料 E*/
/*价格 S*/
.item .list .fr .price{margin:0 0 10px 0;display: block;float: left;width:100%;}
.item .list .fr .price span{font-size:14px;color:#222;margin-right:5px;}
.item .list .fr .price span em{color:#ff5000;}
.item .list .fr .price span i{font-size:20px;font-weight: 800;color:#ff5000;}
/*价格 E*/

/*优惠 S*/
.item .list .fr .youhui{margin:0 0 10px 0;display:block;float:left;width:100%;}
.item .list .fr .youhui span{font-size:14px;color:#222;margin-right:5px;height:20px;display:block;float:left;}
.item .list .fr .youhui span i{
    border: 1px solid #ff5000;
    color: #FF5722;
    font-size: 12px;
    padding: 0px 5px 1px 5px;
    border-radius: 3px;
    margin: 0 0 0 5px;
    font-style: normal;
		position: relative;
}
.item .list .fr .youhui span .quan{padding-left: 20px;}
.item .list .fr .youhui span .quan img{
    width: 17px;
    height: 17px;
		position: absolute;
    top: 0;
    left: 0;
}
/*优惠 E*/

/*买家追评 S*/
.item .list .fr .zhuiping{
    margin: 5px 0 10px 0;
    display: block;
    float: left;
    width: 98%;
    background: #fff3df;
    padding: 0 0 12px 0;
}
.item .list .fr .zhuiping .bt{
    font-size: 14px;
    color: #ff0036;
    margin: 5px 0 10px 10px;
    width: 98%;
    font-weight: 800;
}
.item .list .fr .zhuiping .bq{padding:5px 10px;}
.item .list .fr .zhuiping .bq span {
    margin: 5px 5px 5px 0;
    padding: 3px 6px;
    background: #ffcd84;
    font-size: 12px;
		color:#fff;
}
/*买家追评 E*/

/*链接按钮 S*/
.item .list .fr .btn{
    margin: 15px 0 10px 0;
    display: block;
    float: left;
    width: 98%;
}
.item .list .fr .btn a {
    padding: 8px 15px;
    border-radius: 5px;
    margin: 0 8px 0 0;
    color: #fff;
    font-size: 14px;
}

.item .list .fr .btn .kouling{background:linear-gradient(90deg, #CDDC39, #8BC34A);text-decoration:none;cursor:pointer;}
.item .list .fr .btn .kouling i{display:none;}
.item .list .fr .btn .youhuiquan{background:linear-gradient(90deg, rgb(255, 119, 0), rgb(255, 73, 0));text-decoration:none;}
.item .list .fr .btn .xiadan{background:linear-gradient(90deg, rgb(255, 203, 0), rgb(255, 148, 2));text-decoration:none;}
/* 自定义提示框样式 S */
.success-popup {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #4CAF50;
      color: white;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      z-index: 9999;
}
.success-popup.show {
      opacity: 1;
      visibility: visible;
}
/* 自定义提示框样式 E */
/*链接按钮 E*/



/*
.item .list .fr .top{ height:50px; line-height:50px; padding:0 15px;}
.item .list .fr .top .youhui{ float:left; margin-left:12px;}
.item .list .fr .top h3{ font-size:16px; color:#334051; display:inline;}
.item .list .fr .top p{width:auto;height:30px;font-size: 0;background:#ff5151 url(../img/dot.png) 0 -3px repeat-x; display:inline; font-size:13px; color:#fff; margin-right:10px; padding:8px;}
.item .list .fr .top .num{ float:right;}
.item .list .fr .top span{ padding: 6px 15px;border: 1px solid #fb3434;color: #fb3434;background: #fff;border-radius: 29px;transition: .2s;font-size: 14px;}
.item .list .fr .top span:hover{ background: #fb3434;color: #fff;}
.item .list .fr .bottom{ height:229px;}
.item .list .fr .bottom ul{ padding:12px; overflow:hidden;}
.item .list .fr .bottom ul li{ width:180px; height:210px; float:left; margin:0 15px;}
.item .list .fr .bottom ul li img{ width:180px; height:180px;}
.item .list .fr .bottom ul li .b{ font-size:15px; line-height:30px; height:30px;}
.item .list .fr .bottom ul li .b .tmall{background:url(../img/tmall.png) 0 center no-repeat;width: 22px;height: 30px;display: block; float:left;}
.item .list .fr .bottom ul li .b .tb{background:url(../img/tb.png) 0 center no-repeat;width: 22px;height: 30px;display: block; float:left;}
.item .list .fr .bottom ul li .b .b1{color: #fb3434;}
.item .list .fr .bottom ul li .b .b1 em{text-decoration:line-through; margin-left:8px; padding:0 10px; color:#999;}
*/
/*产品目录 E*/



/*联系我们 S*/
.lianxi{ width:100%; background:#3a3a3a; margin-top:50px;}
.lianxi .m{ width:1160px; margin:0 auto; padding:50px 0; overflow:hidden;}

.lianxi .m .n1{ width:380px; float:left;}
.lianxi .m .n1 a{ display:block; float:left;width:160px; height:160px;}
.lianxi .m .n1 a img{width:160px; height:160px;}
.lianxi .m .n1 .txt{ float:left; width:210px; height:160px; padding-left: 10px; background: #333;}
.lianxi .m .n1 .txt strong{ height:36px; line-height:36px; color:#ff2755; font-size:15px;}
.lianxi .m .n1 .txt p{ height:32px; line-height:32px; color:#b9b9b9; font-size:14px;}

.lianxi .m .n2{ width:380px; float:left; margin-left:10px;}
.lianxi .m .n2 a{ display:block; float:left;width:160px; height:160px;}
.lianxi .m .n2 a img{width:160px; height:160px;}
.lianxi .m .n2 .txt{ float:left; width:210px; height:160px; padding-left: 10px; background: #333;}
.lianxi .m .n2 .txt strong{ height:36px; line-height:36px; color:#ff2755; font-size:15px;}
.lianxi .m .n2 .txt p{ height:32px; line-height:32px; color:#b9b9b9; font-size:14px;}

.lianxi .m .n3{ width:380px; float:left; margin-left:10px;}
.lianxi .m .n3 a{ display:block; float:left;width:160px; height:160px;}
.lianxi .m .n3 a img{width:160px; height:160px;}
.lianxi .m .n3 .txt{ float:left; width:210px; height:160px; padding-left: 10px; background: #333;}
.lianxi .m .n3 .txt strong{ height:36px; line-height:36px; color:#ff2755; font-size:15px;}
.lianxi .m .n3 .txt p{ height:32px; line-height:32px; color:#b9b9b9; font-size:14px;}
/*联系我们 E*/


/*底部置顶 S*/
#goTopBtn{ display:none;position: fixed;right: 195px;bottom: 5%;transition: .2s;background: url(../img/top.png) 50% no-repeat #222; width:72px; height:72px; border-radius:10px; color:#222;}
#goTopBtn:hover{background: url(../img/top.png) 50% no-repeat #555; color:#555;}
/*底部置顶 E*/