﻿/*
 * XiaoyuCMS (http://www.zzshe.com)
 * Copyright (c) 2013-2018 http://wwwzzshe.com All rights reserved.
 * Author: 小鱼儿 <195094303@qq.com>
 */

body{font-family: 'microsoft yahei',Arial,Helvetica, sans-serif; color: #2F2F2F;
  overflow-x:hidden;max-width:100%;
  --xy-skin-primary:#c8282a;--xy-skin-accent:#a81f21;
  --xy-list-cover-btn-bg:rgba(200,40,42,.92);--xy-list-cover-btn-bg-hover:#a81f21;--xy-list-cover-btn-fg:#fff;
  --xy-list-card-btn-border-hover:#c8282a;--xy-list-card-btn-fg-hover:#c8282a;
  --xy-list-card-btn-buy-bg:#c8282a;--xy-list-card-btn-buy-border:#c8282a;
  --xy-list-card-btn-ghost-border:#d0d0d0;--xy-list-card-btn-ghost-fg:#333;--xy-list-card-btn-ghost-bg-hover:#c8282a;
  --xy-list-card-price-color:#c8282a;
}
html{overflow-x:hidden;}
/* 旧浮动客服面板已废弃，强制隐藏 */
#cmsFloatPanel,.servicePanel,.messagePanel,.qrcodePanel{display:none!important;visibility:hidden!important;}
a{transition: 0.5s;-webkit-transition: 0.5s;-moz-transition: 0.5s;}
ul{list-style:none;}
.top_menu{
  background:linear-gradient(90deg,#1a1a1a 0%,#2b2b2b 55%,#1f1f1f 100%);
  color:#f3f3f3;font-size:12px;width:100%;min-height:40px;
  border-bottom:2px solid #c8282a;
}
.top_menu_inner{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  min-height:40px;padding-top:6px;padding-bottom:6px;
}
.top_menu_welcome{
  display:inline-flex;align-items:center;gap:8px;min-width:0;flex:1 1 auto;
  color:#d8d8d8;letter-spacing:.02em;
}
.top_menu_welcome > .fa{color:#c8282a;font-size:14px;flex:0 0 auto;}
.top_name{
  display:inline-block;padding-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  max-width:100%;font-size:12px;line-height:1.4;color:#cfcfcf;
}
.top_name strong{color:#fff;font-weight:600;}
.top_menu_right{
  display:inline-flex;align-items:center;justify-content:flex-end;gap:12px;
  flex:0 1 auto;min-width:0;
}
.top_menu_search{flex:0 1 280px;max-width:280px;width:100%;min-width:140px;}
.top_menu .xy-header-extra-nav{
  display:inline-flex;align-items:flex-end;gap:2px;margin:0;padding:0;list-style:none;
  flex:0 0 auto;color:#f0f0f0;
}
.top_menu .xy-header-extra-nav > li{
  margin:0;padding:0 4px;list-style:none;line-height:1;
  display:inline-flex!important;align-items:flex-end;justify-content:center;
  height:18px;box-sizing:content-box;
}
.top_menu .xy-header-extra-nav .xy-member-nav,
.top_menu .xy-header-extra-nav .xy-basket-nav,
.top_menu .xy-header-extra-nav .xy-wishlist-nav{color:#f0f0f0;}
.top_menu .xy-header-extra-nav a{color:inherit;opacity:.92;}
.top_menu .xy-header-extra-nav a:hover,
.top_menu .xy-header-extra-nav a:focus{color:#fff;opacity:1;text-decoration:none;}
.top_menu .xy-header-extra-nav .xy-member-nav-guest,
.top_menu .xy-header-extra-nav .xy-member-nav{
  align-items:flex-end!important;height:18px!important;padding:0 4px!important;
}
.top_menu .xy-header-extra-nav .xy-member-nav-login{
  top:0!important;position:relative;
  display:inline-flex!important;align-items:flex-end;justify-content:center;
  width:18px!important;height:18px!important;padding:0!important;margin:0;line-height:1;
}
.top_menu .xy-header-extra-nav .xy-member-nav-login .icon,
.top_menu .xy-header-extra-nav .xy-member-nav-login .icon svg,
.top_menu .xy-header-extra-nav .xy-basket-nav .icon,
.top_menu .xy-header-extra-nav .xy-basket-nav .icon svg,
.top_menu .xy-header-extra-nav .xy-wishlist-nav .icon,
.top_menu .xy-header-extra-nav .xy-wishlist-nav .icon svg{
  display:block;width:18px;height:18px;line-height:18px;
}
.top_menu .xy-header-extra-nav .xy-basket-nav > a,
.top_menu .xy-header-extra-nav .xy-basket-nav a.xy-basket-nav-toggle,
.top_menu .xy-header-extra-nav .xy-wishlist-nav,
.top_menu .xy-header-extra-nav .xy-wishlist-nav-link{
  display:inline-flex!important;align-items:flex-end;justify-content:center;
  width:18px!important;height:18px!important;padding:0!important;margin:0;line-height:1;
  top:0!important;position:relative;
}
.top_menu .xy-header-extra-nav .xy-wishlist-nav{
  width:auto!important;padding:0 4px!important;
}
.top_menu .xy-header-extra-nav .xy-member-nav-avatar{
  --xy-member-nav-avatar-bg:#c8282a;
  --xy-member-nav-avatar-color:#fff;
  top:0!important;
}
.top_menu .xy-header-extra-nav .xy-basket-badge{
  --xy-basket-badge-bg:#c8282a;
  --xy-basket-badge-color:#fff;
}
.top_menu_search .search_group{
  float:none;margin:0;display:flex;align-items:center;gap:6px;
  background:#3c3c3c;border-radius:20px;padding:2px 4px 2px 12px;
  border:1px solid transparent;transition:background .2s,border-color .2s,box-shadow .2s;
}
.top_menu_search .search_group:hover,
.top_menu_search .search_group:focus-within{
  background:#4a4a4a;border-color:rgba(200,40,42,.55);box-shadow:0 0 0 2px rgba(200,40,42,.15);
}
.top_menu_search .search_group > .fa{color:#aaa;font-size:12px;flex:0 0 auto;}
.top_menu_search .search_group input.form-control{
  border-radius:0;box-shadow:none;color:#fff;padding:0;height:26px;
  background:transparent;border:none;flex:1 1 auto;min-width:0;font-size:12px;
}
.top_menu_search .search_group input.form-control:focus{box-shadow:none;outline:none;}
.top_menu_search .search_group input.form-control::placeholder{color:#9a9a9a;}
.top_menu_search .search_submit{
  border:0;border-radius:16px;background:#c8282a;color:#fff;
  height:26px;padding:0 12px;font-size:11px;line-height:26px;cursor:pointer;
  transition:background .2s;
}
.top_menu_search .search_submit:hover{background:#a81f21;color:#fff;}
/* 兼容旧选择器 */
.search_group{float: right; margin: 6px 0px 0px 0px;background-color: #3c3c3c; border-radius:20px;transition: 0.5s;}
.search_group:hover,.search_group:focus{background-color: #5a5a5a;}
.search_group input.form-control{ border-radius: 0px;box-shadow: none; color: #fff; padding: 0px 0px 0px 15px; height: 26px; background: transparent; border: none;}
.search_group input.form-control:focus{box-shadow: none;border-color: #b2e0fb;}
.mysearch_btn{ background-color:#1260aa;color:#fff;}
.mysearch_btn:hover,.mysearch_btn:focus{ background-color:#00c6ff; color:#fff;}
#submit_search{color:#c7c7c7;height: 26px; font-size: 16px; margin-top: -14px;}
#submit_search:hover{color:#fff;cursor: pointer;}
.top_menu_search #submit_search{color:#fff;margin-top:0;font-size:11px;height:26px;}
#small_search{color:#fff; float: right; margin-top: 7px; padding:8px 13px;font-size: 17px;border-radius: 4px;}
#small_search:hover,#small_search:focus{cursor: pointer; background-color: #073053;}

.tel_box{display:flex;align-items:center;justify-content:flex-end;min-height:0;padding:8px 0;}
.top_contact{display:flex;flex-direction:column;align-items:flex-end;gap:6px;width:100%;}
.top_contact_item{
  display:inline-flex;align-items:center;gap:10px;max-width:100%;
  padding:0;border:0;border-radius:0;background:transparent;
  color:#222;text-decoration:none;transition:color .2s,transform .2s;
}
.top_contact_item:hover,.top_contact_item:focus{
  border-color:transparent;box-shadow:none;transform:none;
  color:#c8282a;text-decoration:none;
}
.top_contact_item > .fa{
  width:34px;height:34px;border-radius:50%;flex:0 0 34px;
  display:inline-flex;align-items:center;justify-content:center;
  background:#c8282a;color:#fff;font-size:15px;
}
.top_contact_text{display:flex;flex-direction:column;min-width:0;line-height:1.25;text-align:left;}
.top_contact_text em{font-style:normal;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:#888;}
.top_contact_text strong{font-size:15px;font-weight:600;color:inherit;word-break:break-all;}
.logo{max-width:100%;height:auto;margin-top:12px;margin-bottom:12px;}
.xy-header-brand{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;
  margin-left:0;margin-right:0;
}
.xy-header-brand > [class*="col-"]{float:none;width:auto;}
.xy-header-logo{flex:1 1 auto;min-width:0;display:flex;align-items:center;}
.xy-header-logo .logo{display:block;max-height:72px;width:auto;margin:10px 0;}
.xy-header-brand .tel_box{
  flex:0 1 auto;padding:10px 0;margin-left:auto;
  display:flex;align-items:center;justify-content:flex-end;
}
.flash{overflow:hidden;max-width:100%;}
.flash img{ width: 100%}
.flash ul.bxslider{list-style:none;}
.flash div.bx-pager{bottom: 4%;}
.flash div.bx-controls-direction{ display:none; }
.page_bg{height: 230px; margin-bottom: 10px; overflow: hidden; background:#f0f0f0;}
.page_bg img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;}
.main{ padding:30px 0px 10px 0px;}
.img-thumbnail{transition : opacity 0.7s;}
.img-thumbnail:hover,.opacity_img:hover{opacity: 0.7;}

/*导航菜单*/
.navbar{ margin:0px; border:none;background-color:#000; }
.glyphicon-home:before {color: #fff;}
.navbar-nav > li.dropdown{position:relative;}
.navbar-nav > li.dropdown > a.app_menudown,
.navbar-default .navbar-nav > li.dropdown > a.app_menudown,
#app_menudown,.app_menudown{
  position:absolute!important;top:0;right:0;bottom:auto;z-index:3;
  width:44px;height:48px;min-height:48px;max-height:48px;box-sizing:border-box;
  display:none!important;align-items:center;justify-content:center;
  float:none!important;padding:0!important;margin:0!important;border:0;
  background:transparent;color:#fff;font-size:16px;line-height:1;
  text-align:center;text-decoration:none;
}
.navbar-nav > li.dropdown > a.app_menudown:hover,
.navbar-default .navbar-nav > li.dropdown > a.app_menudown:hover,
.navbar-nav > li.dropdown > a.app_menudown:focus,
.navbar-default .navbar-nav > li.dropdown > a.app_menudown:focus,
#app_menudown:hover,.app_menudown:hover,
#app_menudown:focus,.app_menudown:focus{
  background-color:#c8282a;color:#fff;text-decoration:none;
}
.app_menudown .fa{display:block;line-height:1;transition:transform .2s;}
.open > .app_menudown .fa,
.navbar-nav > li.open > a.app_menudown .fa{transform:rotate(180deg);}

/*公司简介*/
.aboutus{padding: 40px 0px 85px 0px; margin-top: 20px;}
.aboutus h2{text-align: center; font-size:28px; font-weight: bold; color:#fff;margin:20px 0px 0px 0px;}
.aboutus span{display: block; text-align: center; color: #fff; font-size:13px;padding:0px; margin-top:8px;}
.aboutus img{max-width: 470px; margin-left: -30px;}
.aboutus p{line-height: 34px; margin-top:40px; color: #f7f7f7;}
.about_box{background-color: rgba(0,0,0,0.5); margin-top: 40px;}
/* 首页 About：图组 Banner 三图竖排 */
.xy-about-adv .xy-adv-list,
.xy-about-adv .w105-trade-list{
  list-style:none;margin:0;padding:18px 12px 18px 8px;
}
.xy-about-adv .xy-adv-item,
.xy-about-adv .w105-trade-item{margin:0 0 12px;padding:0;}
.xy-about-adv .xy-adv-item:last-child,
.xy-about-adv .w105-trade-item:last-child{margin-bottom:0;}
.xy-about-adv .wrap{display:block;text-decoration:none;}
.xy-about-adv .cover,
.xy-about-adv .cover-wrap{display:block;line-height:0;}
.xy-about-adv .intro{display:none!important;}
.xy-about-adv img{
  display:block;width:100%;max-width:470px;height:auto;
  margin:0;border:0;border-radius:2px;
}
.view-all{margin-top: 0px; color: #fff; background-color: #484848; border: 0px;border-radius: 0px; padding: 10px 45px;margin-top: 10px;}
.view-all:hover,.view-all:focus{color: #fff; background-color: #c31104;}

/*首页产品*/
.index_product{margin:15px 0px 0px 0px;}
.index_product .product_list.xy-product-grid,
.index_product .xy-product-grid{
  margin-left:-6px;margin-right:-6px;row-gap:4px;
}
.index_product .xy-product-card,
.index_product .product_img.xy-product-card,
.index_product .xy-list-card{
  min-height:0!important;height:auto!important;
  margin-bottom:12px!important;padding-left:6px;padding-right:6px;
}
.index_product .xy-list-card .xy-list-card-actions{
  margin-bottom:4px;
}
/*首页区块标题统一*/
.xy-section-head{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  width:fit-content;max-width:100%;margin:32px auto 22px;padding:0 4px 0;
  text-align:center;border:0;background:transparent;box-shadow:none;
}
.xy-section-head .product_h2,
.xy-section-head .news_h2,
.xy-section-head > h2{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  margin:0;padding:0;border:0;
  font-size:26px;line-height:1.25;font-weight:700;letter-spacing:.08em;
  color:#1a1a1a;text-transform:uppercase;
}
.xy-section-head .product_h2::before,
.xy-section-head .news_h2::before,
.xy-section-head > h2::before{
  font-family:FontAwesome;font-style:normal;font-weight:normal;
  font-size:18px;line-height:1;color:#c8282a;speak:none;
  -webkit-font-smoothing:antialiased;
}
.xy-section-head .product_h2::before{content:"\f00a";} /* th */
.xy-section-head .news_h2::before{content:"\f1ea";} /* newspaper-o */
.xy-section-head > h2::before{content:"\f1ad";} /* building */
.xy-section-head .product_p,
.xy-section-head .news_p,
.xy-section-head .xy-section-sub{
  margin:8px 0 0;padding:0;border:0;
  font-size:13px;line-height:1.4;font-weight:400;letter-spacing:.06em;
  color:#888;text-transform:none;
}
.xy-section-head::after{
  content:"";display:block;width:36px;height:3px;margin-top:12px;
  background:#c8282a;border-radius:2px;
}
.xy-section-head.is-light .product_h2,
.xy-section-head.is-light .news_h2,
.xy-section-head.is-light > h2{color:#fff;}
.xy-section-head.is-light .product_p,
.xy-section-head.is-light .news_p,
.xy-section-head.is-light .xy-section-sub{color:rgba(255,255,255,.78);}
.xy-section-head.is-light .product_h2::before,
.xy-section-head.is-light .news_h2::before,
.xy-section-head.is-light > h2::before{color:#fff;}
.xy-section-head.is-light::after{background:#c8282a;}

.product_h2{text-align: center; font-size:28px; font-weight: bold; color:#333;margin:40px 0px 0px 0px; }
.product_h2 span{color: #ff0000;}
.product_p{text-align: center; color: #333; font-size:13px;padding:0px; margin-top:8px;}
.product_list{clear: both;  padding: 30px 0px 0px 0px;margin-right: -15px;margin-left: -15px;}
.product_list2{padding-top: 20px;}
.product_img{padding-left: 15px; padding-right: 15px; min-height: 340px;}
.product_img img{margin-right: auto;margin-left: auto;display: block;  max-height: 260px; max-width: 100%;height: auto; margin-bottom: 10px; padding: 0px 0px 0px 0px;}
.product_list2 div.product_img{min-height: 340px;}
.product_list2 div.case_img{min-height: 230px;}
.product_title{ text-align: center;padding: 0px 15px 0px 0px; height: 40px;}
.product_title a{ color: #363534;}
.product_title a:hover{text-decoration: none;color:#ed2025;}

/*首页新闻*/
.news_h2{text-align: center; font-size:28px; font-weight: bold; color:#333;margin:40px 0px 0px 0px; }
.news_h2 span{color: #ff0000;}
.news_p{text-align: center; color: #333; font-size:13px;padding:0px; margin-top:8px;}
.index_product .xy-section-head{margin-top:28px;margin-bottom:18px;}
.aboutus .xy-section-head{margin-top:28px;margin-bottom:18px;}
.aboutus .xy-section-head + span{display:none;}
.news_img{min-height:430px; margin-top:25px; margin-bottom:50px; background-repeat: no-repeat; background-size:cover; background-position:center;}
.news_index{clear: both; list-style:none;margin:0px; padding: 0px; padding-left: 15px; margin-bottom: 25px;}
.news_index li{
  display:flex;align-items:flex-start;gap:14px;
  padding:16px 0;border-bottom:1px dotted #dbd4cd;
}
.news_index li:last-child{border-bottom:0;}
.news_index li .news_date{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  float:none;flex:0 0 60px;width:60px;height:60px;margin:0;padding:4px 2px;
  text-align:center;background:#f7f7f7;border:1px solid #eee;border-radius:4px;color:#c8282a;
}
.news_index li .news_date strong{display:block;font-size:22px;line-height:1.15;padding-top:2px;font-weight:700;}
.news_index li .news_date i{display:block;font-size:11px;font-style:normal;font-family:Arial;line-height:1.2;margin-top:2px;}
.news_index li .news_body{flex:1 1 auto;min-width:0;padding-top:2px;}
.news_index li .news_title{
  display:block;margin:0 0 6px;padding:0;color:#333;font-size:15px;font-weight:600;line-height:1.35;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;
}
.news_index li .news_title:hover{color:#c8282a;text-decoration:none;}
.news_index li .news_desc{
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  margin:0;padding:0;font-style:normal;font-size:12px;line-height:1.5;color:#999;
  max-height:calc(1.5em * 2);
}

/*首页联系*/
.index_contact{margin:30px 0px 45px 0px;}
.index_contact P{clear: both; padding-left: 5px;}

/*栏目导航（兼容旧选择器）*/
.left_nav{ clear: both;}
.index_left_nav{padding-top: 25px; margin: 0 15px;}
.left_h2{background:url(../images/title_line.jpg) left bottom no-repeat; font-size:21px; display: block; margin-top: 25px; padding: 0px 0px 8px 2px; color:#363534;}
.left_nav_ul{list-style:none;margin:0px;padding:0px; margin:15px 0px 0px 0px;padding-bottom: 10px;}
.left_nav_ul > li{position:relative; border-bottom: 1px solid #f2f2f2; background: url(../images/left_li.gif) 6px 15px no-repeat;padding:8px 0px 8px 18px; }
.left_nav_ul > li > a{text-decoration:none; color:#2F2F2F;}
.left_nav_ul > li > a:hover,.left_nav_ul li a.left_active{color:#ed2025;}
/*小类*/
ul.left_snav_ul{list-style:none;padding:0px;display: none; padding-top: 8px;}
ul.left_snav_ul > li{ margin:0px;padding:5px 0px 5px 10px; background: url(../images/left_sli.gif) 0px 13px no-repeat;}
ul.left_snav_ul > li > a{border:0;color:#2F2F2F;padding: 5px 0px 5px 0px;}
ul.left_snav_ul > li > a:hover{ text-decoration: none;color:#ed2025;}
.menu_head{cursor:pointer; font: 600 18px/30px "Open Sans", sans-serif; width:35px; text-align:center;color:#303c4b;display:inline-block;position: absolute; top:3px; right:0px;}
.menu_head:hover{ color: #ed2025;}

/*左侧新闻*/
.left_news{clear: both; list-style:none;margin:0px; padding:0px;}
.left_news li{color:#545455;border-bottom: 1px dotted #dddddd;background: url(../images/li.png) no-repeat left 12px;line-height:21px; padding: 10px 0px; padding-left:16px;}
.left_news li a{color:#2F2F2F;}
.left_news li a:hover{ text-decoration:none;color:#ed2025; }

/*!- xy-aside begin -*/
.xy-aside{margin-bottom:30px;}
.xy-aside-card{
  margin:0 0 18px;padding:16px 16px 14px;
  background:#fff;border:1px solid #eee;border-radius:8px;
  box-shadow:0 4px 18px rgba(37,31,25,.06);
}
.xy-aside-title{
  display:flex;align-items:center;gap:8px;
  margin:0 0 14px;padding:0 0 10px;border-bottom:1px solid #f0f0f0;
  font-size:16px;font-weight:700;line-height:1.3;color:#1a1a1a;
}
.xy-aside-title > .fa{
  width:28px;height:28px;border-radius:50%;flex:0 0 28px;
  display:inline-flex;align-items:center;justify-content:center;
  background:#c8282a;color:#fff;font-size:12px;
}
.xy-aside-title > span{
  display:inline-block;padding-bottom:2px;border-bottom:2px solid #c8282a;
}

.xy-aside .left_nav_ul{
  margin:0;padding:0;list-style:none;
}
.xy-aside .left_nav_ul > li{
  position:relative;margin:0;padding:0;
  border-bottom:1px solid #f3f3f3;background:none;
}
.xy-aside .left_nav_ul > li:last-child{border-bottom:0;}
.xy-aside .left_nav_ul > li > a.biglink{
  display:block;padding:10px 34px 10px 12px;
  color:#333;font-size:14px;line-height:1.4;text-decoration:none;
  border-left:3px solid transparent;border-radius:0 4px 4px 0;
  transition:background .2s,color .2s,border-color .2s;
}
.xy-aside .left_nav_ul > li > a.biglink:hover,
.xy-aside .left_nav_ul > li > a.left_active,
.xy-aside .left_nav_ul > li.is-active > a.biglink{
  background:#faf2f2;color:#c8282a;border-left-color:#c8282a;text-decoration:none;
}
.xy-aside .menu_head{
  top:6px;right:4px;width:28px;height:28px;line-height:28px;
  font-size:16px;font-weight:600;color:#888;border-radius:4px;
}
.xy-aside .menu_head:hover{color:#c8282a;background:#f7f7f7;}
.xy-aside ul.left_snav_ul{
  margin:0;padding:0 0 8px 12px;background:#fafafa;border-radius:0 0 4px 4px;
}
.xy-aside ul.left_snav_ul > li{
  margin:0;padding:0;background:none;border:0;
}
.xy-aside ul.left_snav_ul > li > a{
  display:block;padding:7px 10px 7px 14px;color:#555;font-size:13px;
  border-left:2px solid #e4e4e4;text-decoration:none;
}
.xy-aside ul.left_snav_ul > li > a:hover,
.xy-aside ul.left_snav_ul > li > a.left_active,
.xy-aside ul.left_snav_ul > li.is-active > a{
  color:#c8282a;border-left-color:#c8282a;text-decoration:none;
}

.xy-aside-news-list{list-style:none;margin:0;padding:0;}
.xy-aside-news-list > li{margin:0;padding:0;border-bottom:1px solid #f3f3f3;}
.xy-aside-news-list > li:last-child{border-bottom:0;}
.xy-aside-news-list .w105-aside-hot-item{
  display:flex;align-items:center;gap:10px;padding:10px 2px;
  text-decoration:none;color:#333;transition:color .2s;
}
.xy-aside-news-list .w105-aside-hot-item:hover{color:#c8282a;text-decoration:none;}
.xy-aside-news-list .w105-aside-hot-thumb{
  flex:0 0 54px;width:54px;height:54px;border-radius:6px;overflow:hidden;
  background:#f0f0f0;border:1px solid #eee;
}
.xy-aside-news-list .w105-aside-hot-thumb.is-nopic{
  background:#f5f5f5;
}
.xy-aside-news-list .w105-aside-hot-thumb img{
  display:block;width:100%;height:100%;object-fit:cover;
}
.xy-aside-news-list .w105-aside-hot-thumb.is-nopic img{
  object-fit:contain;padding:4px;box-sizing:border-box;opacity:.85;
}
.xy-aside-news-list .w105-aside-hot-name{
  flex:1 1 auto;min-width:0;font-size:13px;line-height:1.45;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}

.xy-aside-contact-list{list-style:none;margin:0;padding:0;}
.xy-aside-contact-list > li{
  display:flex;align-items:flex-start;gap:10px;
  margin:0 0 12px;padding:0;
}
.xy-aside-contact-list > li:last-child{margin-bottom:2px;}
.xy-aside-contact-list > li > .fa{
  width:30px;height:30px;border-radius:50%;flex:0 0 30px;margin-top:1px;
  display:inline-flex;align-items:center;justify-content:center;
  background:#f7f7f7;color:#c8282a;font-size:13px;border:1px solid #eee;
}
.xy-aside-contact-list > li > div{flex:1 1 auto;min-width:0;line-height:1.35;}
.xy-aside-contact-list em{
  display:block;font-style:normal;font-size:11px;letter-spacing:.04em;
  text-transform:uppercase;color:#999;margin-bottom:2px;
}
.xy-aside-contact-list span,
.xy-aside-contact-list a{
  display:block;font-size:13px;color:#333;word-break:break-word;text-decoration:none;
}
.xy-aside-contact-list a:hover{color:#c8282a;}
@media (max-width:767px){
  .xy-aside-card{margin-bottom:14px;}
}
/*!- xy-aside end -*/

.list_box{clear: both; margin-bottom: 45px;}

/*新闻列表*/
.list_news{clear: both; list-style:none;margin:0px; padding:6px 0px 20px 0px;}
.list_news li{color:#898989;background: url(../images/li.png) no-repeat left 14px;line-height:22px; padding:8px 0px; padding-left:13px;border-bottom: 1px dashed #e3e2e2;/*dotted*/ }
.list_news li a{color:#2F2F2F;}
.list_news li a:hover{text-decoration:none;color:#ed2025;}
.news_time{ float:right;}
.contents{clear: both; padding:6px 2px 0px 2px; line-height:28px; overflow: auto;}
.contents_title{ margin: 0px; padding: 10px 0px; text-align: center; color: #000; font-size:18px;color:#434343;font-weight:bold; line-height: 34px;}

/*分页样式*/
.page{clear:both; margin:20px 0px 0px 0px; text-align: center;}
.page a {display: inline-block; font-family: Arial; font-size: 13px; border: #dbdbdb 1px solid; padding:4px 9px; margin: 2px; margin-bottom: 5px; color: #31363c; text-decoration: none}
.page a:hover,.page a:focus{font-family: Arial;font-size: 13px;border: #000 1px solid; padding:4px 9px;color: #fff; background-color: #31363c;}
.page .current {font-family: Arial;border: #000 1px solid; font-size: 13px; padding:5px 9px; color: #fff;margin: 2px;  background-color: #31363c}

/*产品展示*/
#pic-page {text-align: center; margin-top:10px;}
#pic-page a {margin: 0 2px;}
#pic-page a img {width:40px;padding: 2px;border: solid #ccc 1px; margin-bottom:5px;}
#pic-page a:hover img,#pic-page a.active img {border: solid #5280DD 1px;}
.showpic_box,.proinfo_box{margin: 20px 0px 20px 0px;}
.product_h1{ margin:0px; line-height:26px; font-size:16px; color: #000; padding-bottom:10px;border-bottom: 1px dotted #cccccc; font-weight: bold;}
.product_info{list-style:none; padding:0px; margin-top:10px;}
.product_info li{ line-height:24px; padding-bottom:12px;}
.product_con{ clear: both; border-top: 1px dotted #ccc; margin:10px 0px 20px 0px;padding:20px 0px 0px 0px; line-height:26px;overflow: auto;}
.photo_con{ clear: both; margin:0px 0px 20px 0px; padding:10px 0px 20px 0px; line-height:26px;overflow: auto;}

.related_h2{padding: 30px 0px 12px 0px; color: #303c4b; margin:0px; display: block;  font-weight:300; font-size:24px; border-bottom:5px solid #f4f5f6;font-family:'Roboto',Arial,Helvetica, sans-serif;}
.related_list{padding-top: 12px;}
.related_news{ padding-top: 0px; clear: both;}

.download_btn{text-align: right; margin: 10px 10px 20px 0px;}
.page-btn{background-color: #c8282a; border-radius: 0px; border: none; transition:background 0.3s;}
.page-btn:hover,.page-btn:focus{background-color:#3d0f12; }
.grey-btn{border-radius: 0px;border: none; background-color: #E8E8E8;}
.grey-btn:hover,.grey-btn:focus{background-color: #ccc;}

.a2a_default_style{display: inline-block;}

/*!- w101-product-detail begin -*/
.w101-product-detail{margin-bottom:36px;}
.w101-product-crumb{
  display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px;
  margin:0 0 12px;padding:8px 12px;border-radius:6px;
  background:#f7f7f7;border:1px solid #eee;font-size:13px;line-height:1.4;color:#777;
}
.w101-product-crumb a{color:#555;text-decoration:none;}
.w101-product-crumb a:hover{color:#c8282a;}
.w101-product-crumb > i{color:#bbb;font-style:normal;}
.w101-product-crumb .current{color:#222;font-weight:600;}
.w101-product-crumb #hp{
  display:inline-flex;align-items:center;gap:6px;
}
.w101-product-crumb #hp::before{
  content:"\f015";font-family:FontAwesome;font-size:13px;line-height:1;
  color:#c8282a;speak:none;
}

.w101-product-detail-card{
  background:#fff;border-radius:8px;padding:16px 18px;
  box-shadow:0 4px 22px rgba(37,31,25,.07);border:1px solid #eee;
}
.w101-product-detail-top{
  display:flex;flex-wrap:wrap;gap:18px;align-items:flex-start;
}
.w101-product-gallery,
.w101-product-info{
  float:none;flex:1 1 300px;max-width:100%;min-width:0;margin:0;
}
.w101-product-gallery .gallery-sample{
  background:#f5f5f5;border-radius:8px;overflow:hidden;
  border:1px solid #ececec;
}
.w101-product-gallery .showpic_flash{
  list-style:none;margin:0;padding:0;
}
.w101-product-gallery .showpic_flash > li{width:100%;margin:0;padding:0;display:none;}
.w101-product-gallery .showpic_flash > li:first-child{display:block;}
.w101-product-gallery .showpic_flash > li img{
  width:100%;height:auto;display:block;
}
.w101-product-detail #pic-page{
  margin-top:8px;text-align:center;padding:0 4px;
}
.w101-product-detail #pic-page a{
  display:inline-block;margin:0 4px 6px;cursor:pointer;line-height:0;
}
.w101-product-detail #pic-page a img{
  width:56px;height:56px;object-fit:cover;padding:2px;
  border:2px solid rgba(0,0,0,.08);border-radius:4px;
  transition:border-color .2s;
}
.w101-product-detail #pic-page a:hover img,
.w101-product-detail #pic-page a.active img{
  border-color:#c8282a;
}

.w101-product-title{
  margin:0 0 10px;padding:0 0 12px;border-bottom:1px solid #eee;
  font-size:22px;line-height:1.3;font-weight:700;color:#1a1a1a;
}
.w101-product-lead{
  margin:0 0 16px;color:#666;font-size:13px;line-height:1.65;
}
.w101-product-spec{
  list-style:none;margin:0 0 4px;padding:0;
}
.w101-product-spec > li{
  display:flex;gap:12px;align-items:flex-start;
  margin:0 0 8px;padding:10px 14px;
  background:#f7f7f7;border-left:3px solid #c8282a;border-radius:0 4px 4px 0;
  font-size:13px;line-height:1.55;color:#333;
}
.w101-product-spec > li em{
  flex:0 0 88px;font-style:normal;font-weight:600;color:#666;
}
.w101-product-spec > li em::after{content:"：";}
.w101-product-spec > li span{flex:1 1 auto;min-width:0;color:#222;}
.w101-product-spec > li a{color:#c8282a;text-decoration:none;}
.w101-product-spec > li a:hover{text-decoration:underline;}
.w101-product-spec > li.is-free{display:block;}
.w101-product-spec > li.is-free span{display:block;}

.w101-product-actions{
  margin-top:18px;padding-top:16px;border-top:1px solid #eee;
}
.w101-product-share{
  display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;margin-bottom:10px;
}
.w101-product-share-label{
  font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#888;
}
.w101-product-share-list{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;}
.w101-product-share-btn{
  width:28px;height:28px;border-radius:50%;
  border:1px solid #e6e6e6;background:#fff;color:#555;
  display:inline-flex;align-items:center;justify-content:center;
  text-decoration:none;transition:background .2s,border-color .2s,color .2s;
}
.w101-product-share-btn:hover,.w101-product-share-btn:focus{color:#fff;border-color:transparent;text-decoration:none;}
.w101-product-share-btn--facebook:hover{background:#1877f2;}
.w101-product-share-btn--x:hover{background:#161e21;}
.w101-product-share-btn--linkedin:hover{background:#0a66c2;}
.w101-product-share-btn--whatsapp:hover{background:#25d366;}
.w101-product-share-btn--pinterest:hover{background:#bd081c;}
.w101-product-share-btn .w101-icon-x{width:12px;height:12px;fill:currentColor;display:block;}
.w101-product-share-btn > i.fa{font-size:12px;line-height:1;}

.w101-product-cta .action-buttons{
  display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:4px;
}
.w101-product-cta .action-buttons .button,
.w101-product-cta .xy-basket-add-btn,
.w101-product-cta .xy-inquire-scroll-btn,
.w101-product-cta .xy-basket-buy-btn,
.w101-product-cta .xy-product-wa-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  margin:0;padding:8px 16px;border:0;border-radius:4px;
  background:#c8282a;color:#fff!important;font-size:14px;line-height:1.4;
  text-decoration:none;cursor:pointer;transition:background .2s;
}
.w101-product-cta .action-buttons .button:hover,
.w101-product-cta .xy-basket-add-btn:hover,
.w101-product-cta .xy-inquire-scroll-btn:hover,
.w101-product-cta .xy-basket-buy-btn:hover{background:#a81f21;color:#fff!important;text-decoration:none;}
.w101-product-cta .w101-btn-mail,
.w101-product-cta .w101-btn-pdf{background:#161e21;}
.w101-product-cta .w101-btn-mail:hover,
.w101-product-cta .w101-btn-pdf:hover{background:#000;}
.w101-product-cta .xy-product-price{margin-bottom:12px;font-size:22px;font-weight:700;color:#c8282a;}
.w101-product-cta .xy-product-price-currency{margin-left:6px;font-size:13px;color:#888;font-weight:500;}
.w101-product-cta .xy-product-qty-row{margin:2px 0 10px;}
.w101-product-cta .xy-product-qty{display:inline-flex;align-items:center;gap:10px;}
.w101-product-cta .xy-product-qty-label{
  font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#888;user-select:none;
}
.w101-product-cta .xy-product-qty-stepper{
  display:inline-flex;align-items:stretch;overflow:hidden;
  border:1px solid #e2e2e2;border-radius:6px;background:#fff;
  box-shadow:0 1px 2px rgba(0,0,0,.04);
}
.w101-product-cta .xy-product-qty-btn{
  width:34px;min-width:34px;height:34px;margin:0;padding:0;border:0;
  background:#f6f6f6;color:#444;font-size:16px;line-height:1;
  cursor:pointer;transition:background .2s,color .2s;
}
.w101-product-cta .xy-product-qty-btn:hover,
.w101-product-cta .xy-product-qty-btn:focus{
  background:#c8282a;color:#fff;outline:none;
}
.w101-product-cta .xy-product-qty-btn:active{background:#a81f21;color:#fff;}
.w101-product-cta .xy-product-qty-input{
  width:50px;height:34px;margin:0;padding:0 4px;border:0;
  border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;
  text-align:center;font-size:14px;font-weight:600;color:#222;
  background:#fff;-moz-appearance:textfield;appearance:textfield;
}
.w101-product-cta .xy-product-qty-input:focus{outline:none;box-shadow:inset 0 0 0 2px rgba(200,40,42,.18);}
.w101-product-cta .xy-product-qty-input::-webkit-outer-spin-button,
.w101-product-cta .xy-product-qty-input::-webkit-inner-spin-button{
  -webkit-appearance:none;margin:0;
}
/* Inquire 图标：bootstrap 页无 w105-iconfont，改用 FA */
.w101-product-cta .xy-basket-add-btn i.w105-iconfont,
.w101-product-cta .xy-inquire-scroll-btn i.w105-iconfont,
.w101-product-cta .xy-basket-buy-btn i.w105-iconfont{
  font-family:FontAwesome!important;font-style:normal;font-weight:normal;
  font-size:15px;line-height:1;speak:none;
}
.w101-product-cta .xy-basket-add-btn i.w105-iconfont:before,
.w101-product-cta .xy-inquire-scroll-btn i.w105-iconfont:before,
.w101-product-cta .xy-basket-buy-btn i.w105-iconfont:before{content:none;}
.w101-product-cta .icon-question-answer-line:before{content:"\f0e5"!important;}
.w101-product-cta .icon-shopping-cart-2-line:before{content:"\f07a"!important;}
.w101-product-cta .xy-product-wa-btn{background:#25d366;}
.w101-product-cta .xy-product-wa-btn:hover{background:#1ebe57;}
.w101-product-cta .xy-product-skus{margin:8px 0 12px;}
.w101-product-cta .xy-sku-chips{display:flex;flex-wrap:wrap;gap:8px;}
.w101-product-cta .xy-sku-chip{
  display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #ccc;border-radius:4px;
  background:#fff;cursor:pointer;
}
.w101-product-cta .xy-sku-chip[aria-pressed="true"]{border-color:#c8282a;color:#c8282a;}

.w101-product-desc-block,
.w101-product-related{margin-top:28px;}
.w101-product-block-title{
  margin:0 0 16px;padding:0;font-size:20px;font-weight:700;color:#1a1a1a;line-height:1.3;
}
.w101-product-block-title span{
  display:inline-block;padding-bottom:8px;border-bottom:3px solid #c8282a;
}
.w101-product-contents{
  clear:both;margin:0;padding:4px 2px 0;border-top:0;line-height:1.8;color:#333;overflow:auto;
}
.w101-product-contents img{max-width:100%;height:auto;}
.w101-product-pager{
  clear:both;margin:24px 0 10px;padding:16px 0 0;border-top:1px solid #eee;line-height:1.6;
}
.w101-product-pager .to_prev,
.w101-product-pager .to_next{text-align:left;padding:0;margin-bottom:8px;}
.w101-product-pager a{color:#555;text-decoration:none;}
.w101-product-pager a:hover{color:#c8282a;}
.w101-product-related .related_list{padding-top:8px;}

@media (max-width:768px){
  .w101-product-detail-card{padding:16px;}
  .w101-product-detail-top{gap:18px;}
  .w101-product-title{font-size:20px;}
  .w101-product-spec > li em{flex-basis:78px;}
  .w101-product-cta .action-buttons{flex-direction:column;align-items:stretch;}
  .w101-product-cta .action-buttons .button,
  .w101-product-cta .xy-basket-add-btn,
  .w101-product-cta .xy-inquire-scroll-btn,
  .w101-product-cta .xy-basket-buy-btn,
  .w101-product-cta .xy-product-wa-btn{width:100%;}
}
/*!- w101-product-detail end -*/

/*!- xy-main-list begin -*/
.xy-main-panel{margin-bottom:24px;}
.xy-main-card{
  background:#fff;border:1px solid #eee;border-radius:8px;padding:22px 20px 18px;
  box-shadow:0 4px 22px rgba(37,31,25,.07);
}
.xy-main-title{
  margin:0 0 18px;padding:0 0 12px;border-bottom:1px solid #f0f0f0;
  font-size:22px;line-height:1.35;font-weight:700;color:#1a1a1a;
}
.xy-main-title.contents_title{text-align:left;border-bottom:1px solid #f0f0f0;}
.xy-page-contents{clear:both;padding:0;line-height:1.8;color:#333;overflow:auto;}
.xy-page-contents img{max-width:100%;height:auto;}

.xy-product-grid{
  display:flex;flex-wrap:wrap;align-items:stretch;
  clear:both;padding:0;margin-left:-6px;margin-right:-6px;
  row-gap:4px;
}
.xy-product-grid.product_list,
.xy-product-grid.product_list2{padding-top:0;margin-top:0;}
.xy-product-grid .xy-product-card,
.xy-product-grid.product_list2 .xy-product-card,
.xy-product-grid .product_img.xy-product-card{
  float:none;display:flex;flex-direction:column;
  padding:6px;min-height:0!important;height:auto;margin:0 0 12px;
}
.xy-product-card-media-wrap,
.xy-list-card .w105-product-cover{
  position:relative;display:block;overflow:hidden;border-radius:8px;
  border:1px solid #eee;background:#f7f7f7;aspect-ratio:1/1;
  transition:border-color .2s,box-shadow .2s,transform .2s;
}
.xy-product-card-media-wrap .xy-product-card-media,
.xy-product-card-media{
  display:block;width:100%;height:100%;border-radius:0;border:0;aspect-ratio:auto;
}
.xy-product-card:hover .xy-product-card-media-wrap,
.xy-list-card:hover .w105-product-cover{
  border-color:#c8282a;box-shadow:0 8px 20px rgba(200,40,42,.12);transform:translateY(-2px);
}
.xy-list-card .xy-list-card-actions{
  margin-top:8px;padding-top:8px;text-align:center;
}
.xy-list-card .xy-list-card-btns{justify-content:center;}
/* 封面已加购：隐藏下方 Add to inquiry，只留 Inquire Now */
.xy-list-card .xy-list-card-btns > .xy-basket-add-form{
  display:none!important;
}
.xy-list-card .xy-list-card-btns .xy-list-card-btn.is-ghost,
.xy-list-card .xy-list-card-btns .xy-inquire-scroll-btn{
  flex:0 0 auto!important;width:auto!important;max-width:100%;
  display:inline-flex!important;align-items:center;justify-content:center;gap:6px;
  padding:0 16px!important;
  border-color:#d0d0d0!important;color:#333!important;background:#fff!important;
}
.xy-list-card .xy-list-card-btns .xy-list-card-btn.is-ghost::before,
.xy-list-card .xy-list-card-btns .xy-inquire-scroll-btn::before{
  content:"\f0e5";
  font-family:FontAwesome;font-style:normal;font-weight:normal;
  font-size:13px;line-height:1;speak:none;
  -webkit-font-smoothing:antialiased;
}
.xy-list-card .xy-list-card-btns .xy-list-card-btn.is-ghost:hover,
.xy-list-card .xy-list-card-btns .xy-inquire-scroll-btn:hover,
.xy-list-card .xy-list-card-btns .xy-list-card-btn.is-ghost:focus,
.xy-list-card .xy-list-card-btns .xy-inquire-scroll-btn:focus{
  border-color:#c8282a!important;background:#c8282a!important;color:#fff!important;
}
.index_product .xy-list-card .xy-list-card-actions{
  border-top:0;padding-top:4px;margin-top:4px;
}
.index_product .xy-list-card .xy-list-card-btn{
  min-height:30px;padding:0 10px;font-size:12px;
}
.xy-product-card-media img,
.xy-product-grid .xy-product-card img,
.index_product .xy-list-card img{
  display:block;width:100%;height:100%;max-height:none!important;margin:0!important;
  object-fit:cover;transition:transform .25s;
}
.xy-product-card:hover .xy-product-card-media img,
.xy-list-card:hover .xy-product-card-media img{transform:scale(1.04);}
/* 封面悬停：加号 → 购物车图标（无篮时装饰备用） */
.xy-list-card .xy-list-card-cover-action.is-more{
  display:flex!important;align-items:center;justify-content:center;
  background:var(--xy-list-cover-btn-bg,rgba(200,40,42,.92));
  box-shadow:var(--xy-list-cover-btn-shadow,0 6px 16px rgba(200,40,42,.35));
}
.xy-list-card .xy-list-card-cover-action.is-more::before{
  content:"\f07a"!important;
  font-family:FontAwesome!important;
  font-style:normal;font-weight:normal;font-size:18px;line-height:1;
  speak:none;-webkit-font-smoothing:antialiased;
  position:static!important;left:auto!important;top:auto!important;
  width:auto!important;height:auto!important;margin:0!important;
  background:transparent!important;color:var(--xy-list-cover-btn-fg,#fff)!important;
}
.xy-list-card .xy-list-card-cover-action.is-more::after{
  content:none!important;display:none!important;
}
/* 封面加购按钮可点 */
.xy-list-card .xy-list-card-cover-action.is-cart{
  z-index:4;pointer-events:auto;
}
.xy-list-card .xy-list-card-cover-btn.is-cart{
  background:var(--xy-list-cover-btn-bg,rgba(200,40,42,.92));
  box-shadow:var(--xy-list-cover-btn-shadow,0 6px 16px rgba(200,40,42,.35));
  cursor:pointer;
}
.xy-list-card .xy-list-card-cover-btn.is-cart:hover{
  background:var(--xy-list-cover-btn-bg-hover,#a81f21);
}
.xy-product-card .product_title{
  flex:0 0 auto;display:flex;align-items:flex-start;justify-content:center;
  margin:8px 0 0;padding:0 2px;height:auto!important;min-height:calc(1.35em * 2);text-align:center;
}
.xy-product-card .product_title a{
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  color:#333;font-size:13px;line-height:1.35;text-decoration:none;
}
.xy-product-card .product_title a:hover{color:#c8282a;text-decoration:none;}

.xy-news-list{list-style:none;margin:0;padding:0;}
.xy-news-list > li{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  margin:0;padding:12px 4px 12px 14px;
  border-bottom:1px solid #f0f0f0;background:none;line-height:1.45;
  position:relative;
}
.xy-news-list > li::before{
  content:"";position:absolute;left:0;top:50%;width:6px;height:6px;margin-top:-3px;
  border-radius:50%;background:#c8282a;
}
.xy-news-list > li:last-child{border-bottom:0;}
.xy-news-list > li > a{
  flex:1 1 auto;min-width:0;color:#333;font-size:14px;text-decoration:none;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.xy-news-list > li > a:hover{color:#c8282a;text-decoration:none;}
.xy-news-list .news_time{flex:0 0 auto;color:#999;font-size:12px;}

.xy-pagination{
  clear:both;margin:18px 0 4px;padding-top:14px;border-top:1px solid #f0f0f0;text-align:center;
}
.xy-pagination a,
.xy-pagination .current{
  display:inline-block;min-width:34px;margin:3px;padding:7px 11px;
  border:1px solid #e2e2e2;border-radius:4px;background:#fff;
  color:#444;font-size:13px;line-height:1.2;text-decoration:none;transition:all .2s;
}
.xy-pagination a:hover,
.xy-pagination a:focus{
  border-color:#c8282a;background:#c8282a;color:#fff;
}
.xy-pagination .current{
  border-color:#c8282a;background:#c8282a;color:#fff;font-weight:600;
}

@media (max-width:767px){
  .xy-main-card{padding:16px 14px;}
  .xy-main-title{font-size:18px;}
  .xy-product-grid{margin-left:-4px;margin-right:-4px;}
  .xy-product-grid .xy-product-card{padding:4px;margin-bottom:12px;}
  .index_product .xy-product-card,
  .index_product .product_img.xy-product-card{margin-bottom:12px!important;}
  .xy-news-list > li{gap:10px;}
  .xy-news-list > li > a{white-space:normal;}
  .xy-news-list .news_time{flex:0 0 auto;margin-left:auto;padding-left:0;font-size:11px;}
}
/*!- xy-main-list end -*/

/*在线留言订购*/
.feedback{margin-top:50px;}
.form-horizontal .form-group { margin-right: -10px;margin-left: -10px;}

/*!- xy-inquiry-form begin -*/
.xy-inquiry-form-block{
  margin-top:22px;padding-top:20px;border-top:1px solid #eee;
}
.xy-inquiry-form-head{margin:0 0 18px;}
.xy-inquiry-form-title{
  display:flex;align-items:center;gap:10px;
  margin:0 0 10px;padding:0;font-size:18px;font-weight:700;color:#1a1a1a;line-height:1.3;
}
.xy-inquiry-form-title > .fa{
  width:30px;height:30px;border-radius:50%;flex:0 0 30px;
  display:inline-flex;align-items:center;justify-content:center;
  background:#c8282a;color:#fff;font-size:13px;
}
.xy-inquiry-form-title > span{
  display:inline-block;padding-bottom:4px;border-bottom:2px solid #c8282a;
}
.xy-inquiry-form-block .xy-basket-submit-tip{
  margin:0 0 6px;color:#777;font-size:13px;line-height:1.55;
}
.xy-inquiry-form{max-width:720px;}
.xy-inquiry-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 16px;
}
.xy-inquiry-field{min-width:0;margin:0;}
.xy-inquiry-field.is-full{grid-column:1 / -1;}
.xy-inquiry-label{
  display:block;margin:0 0 6px;
  font-size:13px;font-weight:600;color:#555;line-height:1.3;
}
.xy-inquiry-label em{
  color:#c8282a;font-style:normal;margin-right:2px;
}
.xy-inquiry-form .form-control,
.xy-inquiry-form #xy-basket-country,
.xy-inquiry-form select.form-control{
  display:block;width:100%;height:40px;padding:8px 12px;
  font-size:14px;line-height:1.4;color:#222;
  background:#fff;border:1px solid #e0e0e0;border-radius:6px;
  box-shadow:none;transition:border-color .2s,box-shadow .2s;
}
.xy-inquiry-form textarea.form-control{
  height:auto;min-height:120px;resize:vertical;
}
.xy-inquiry-form .form-control:focus,
.xy-inquiry-form #xy-basket-country:focus,
.xy-inquiry-form select.form-control:focus{
  border-color:#c8282a;outline:0;
  box-shadow:0 0 0 3px rgba(200,40,42,.12);
}
.xy-inquiry-form .form-control[readonly]{
  background:#f6f6f6;color:#666;cursor:default;
}
.xy-inquiry-form .help-block,
.xy-inquiry-form .xy-basket-msg-hint{
  margin:6px 0 0;font-size:12px;color:#999;line-height:1.4;
}
.xy-inquiry-form-actions{margin-top:4px;padding-top:2px;}
.xy-inquiry-submit-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-width:168px;padding:11px 22px;border:0;border-radius:6px;
  background:#c8282a;color:#fff!important;font-size:15px;font-weight:600;
  line-height:1.3;text-decoration:none;cursor:pointer;
  box-shadow:0 4px 12px rgba(200,40,42,.22);transition:background .2s,box-shadow .2s,transform .15s;
}
.xy-inquiry-submit-btn:hover,
.xy-inquiry-submit-btn:focus{
  background:#a81f21;color:#fff!important;text-decoration:none;
  box-shadow:0 6px 16px rgba(200,40,42,.28);transform:translateY(-1px);
}
@media (max-width:767px){
  .xy-inquiry-grid{grid-template-columns:1fr;gap:12px;}
  .xy-inquiry-submit-btn{width:100%;}
}
/*!- xy-inquiry-form end -*/
/* 询盘弹窗品牌色见 css/xy_online.css（在系统 online 样式之后加载） */

/*!- xy-jump thank-you begin -*/
.xy-jump-page{
  margin:36px auto 48px;padding:8px 0 24px;max-width:640px;
}
.xy-jump-card.ins_content,
.ins_content.xy-jump-card{
  position:relative;
  display:block;text-align:center;
  margin:28px auto 0;padding:48px 36px 36px;
  background:#fff;border:1px solid #eee;border-radius:12px;
  box-shadow:0 10px 32px rgba(22,30,33,.06);
}
.xy-jump-card .ins_icon{margin:0 0 8px;}
.xy-jump-card .ins_title{
  margin:4px 0 10px;padding:0;
  font-size:32px;line-height:1.2;font-weight:700;color:#1a1a1a;
  font-family:inherit;
}
.xy-jump-card .ins_txt{
  margin:0 auto 8px;max-width:420px;
  font-size:15px;line-height:1.65;color:#666;font-family:inherit;
}
.xy-jump-card .xy-jump-mail{margin-top:4px;font-size:14px;color:#888;}
.xy-jump-card .xy-jump-mail a{color:#c8282a;text-decoration:none;font-weight:600;}
.xy-jump-card .xy-jump-mail a:hover{text-decoration:underline;}
.xy-jump-actions{
  display:flex;flex-direction:column;align-items:center;gap:10px;
  margin-top:22px;
}
.xy-jump-card .ins_btn,
.ins_content .ins_btn{
  display:inline-flex;align-items:center;justify-content:center;
  box-sizing:border-box;width:100%;max-width:320px;min-height:46px;
  margin:0;padding:10px 22px;border-radius:6px;
  background:#c8282a;border:1px solid #c8282a;
  color:#fff!important;font-size:15px;font-weight:600;line-height:1.3;
  text-decoration:none!important;font-family:inherit;
  transition:background .2s,border-color .2s,color .2s,box-shadow .2s;
}
.xy-jump-card .ins_btn:hover,
.xy-jump-card .ins_btn:focus,
.ins_content .ins_btn:hover,
.ins_content .ins_btn:focus{
  background:#a81f21;border-color:#a81f21;color:#fff!important;
  box-shadow:0 6px 16px rgba(200,40,42,.22);
}
.xy-jump-actions .ins_btn + .ins_btn{
  background:#fff;border-color:#ddd;color:#333!important;font-weight:600;
  box-shadow:none;
}
.xy-jump-actions .ins_btn + .ins_btn:hover,
.xy-jump-actions .ins_btn + .ins_btn:focus{
  background:#faf7f7;border-color:#c8282a;color:#c8282a!important;
  box-shadow:none;
}
.xy-jump-card .done{
  width:56px;height:56px;border-radius:50%;display:block;
  stroke-width:2;stroke:#fff;stroke-miterlimit:10;margin:0 auto;
  box-shadow:inset 0 0 0 #2ea44f;
  animation:xy-jump-fill-green .5s ease-in-out .5s forwards,xy-jump-scale .3s ease-in-out .7s both;
}
.xy-jump-card .done .circle{
  stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;
  stroke:#2ea44f;fill:none;
  animation:xy-jump-stroke .6s cubic-bezier(.65,0,.45,1) forwards;
}
.xy-jump-card .done .check{
  transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;
  animation:xy-jump-stroke .7s cubic-bezier(.65,0,.45,1) .8s forwards;
}
@keyframes xy-jump-stroke{100%{stroke-dashoffset:0;}}
@keyframes xy-jump-scale{
  0%,100%{transform:none;}
  50%{transform:scale3d(1.15,1.15,1);}
  80%{transform:scale3d(.92,.92,1);}
}
@keyframes xy-jump-fill-green{100%{box-shadow:inset 0 0 0 28px #2ea44f;}}
.xy-jump-card .ins_icon.is-error .done{
  box-shadow:inset 0 0 0 #c8282a;
  animation:xy-jump-fill-red .5s ease-in-out .5s forwards,xy-jump-scale .3s ease-in-out .7s both;
}
.xy-jump-card .ins_icon.is-error .done .circle{stroke:#c8282a;}
@keyframes xy-jump-fill-red{100%{box-shadow:inset 0 0 0 28px #c8282a;}}
@media (max-width:767px){
  .xy-jump-page{margin:20px auto 32px;padding:0 4px 16px;}
  .xy-jump-card.ins_content,
  .ins_content.xy-jump-card{padding:40px 20px 28px;border-radius:10px;}
  .xy-jump-card .ins_title{font-size:26px;}
  .xy-jump-card .ins_txt{font-size:14px;}
  .xy-jump-card .ins_btn,
  .ins_content .ins_btn{max-width:100%;}
}
/*!- xy-jump thank-you end -*/

.list_box .xy-basket-page{margin-top:12px;margin-bottom:10px;}
.list_box .xy-basket-page .xy-basket{max-width:100%;}
.list_box .xy-basket-submit-tip{color:#666;line-height:1.6;}
/* 主题：隐藏分类询盘工具；汇总条收紧 */
.xy-basket-page .xy-basket-cat-tools,
.xy-main-card .xy-basket-cat-tools,
.xy-basket-page .xy-basket-cat-keep-link,
.xy-main-card .xy-basket-cat-keep-link{display:none!important;}
.xy-basket-page .xy-basket-summary,
.xy-main-card .xy-basket-summary{
  display:flex!important;align-items:center;justify-content:space-between;gap:8px 12px;
  margin:0 0 12px;padding:8px 12px;border-radius:6px;
  border:1px solid #eee;background:#faf7f7;box-shadow:none;
}
.xy-basket-page .xy-basket-summary-main,
.xy-main-card .xy-basket-summary-main{
  display:flex;align-items:center;justify-content:space-between;gap:8px 12px;
  flex:1 1 auto;min-width:0;flex-wrap:nowrap;margin:0;
}
.xy-basket-page .xy-basket-summary-tools,
.xy-main-card .xy-basket-summary-tools{display:none!important;margin:0;}
.xy-basket-page .xy-basket-summary-stat,
.xy-main-card .xy-basket-summary-stat{font-size:13px;line-height:1.3;color:#444;}
.xy-basket-page .xy-basket-summary-stat strong,
.xy-main-card .xy-basket-summary-stat strong{font-weight:700;color:#222;}
.xy-basket-page .xy-basket-summary-badge,
.xy-main-card .xy-basket-summary-badge{
  margin:0;padding:2px 10px;font-size:11px;line-height:1.4;border-radius:999px;
  white-space:nowrap;border:1px solid #e5d0d1;background:#fff;color:#666;
}

/*!- xy-wishlist page shell -*/
.xy-wishlist-page .xy-wishlist{
  margin:0;max-width:100%;
}
.xy-wishlist-page .xy-wishlist-sync-banner{
  border-color:#eee;border-radius:8px;
  background:linear-gradient(180deg,#fafafa 0%,#f5f5f5 100%);
}
.xy-wishlist-page .xy-wishlist-sync-text strong{color:#1a1a1a;}
.xy-wishlist-page .xy-wishlist-sync-btn,
.xy-wishlist-page .xy-wishlist-empty .xy-ui-btn,
.xy-wishlist-page .xy-wishlist-actions .xy-ui-btn:not(.xy-ui-btn-ghost){
  background:#c8282a;border-color:#c8282a;color:#fff;
}
.xy-wishlist-page .xy-wishlist-sync-btn:hover,
.xy-wishlist-page .xy-wishlist-empty .xy-ui-btn:hover,
.xy-wishlist-page .xy-wishlist-actions .xy-ui-btn:not(.xy-ui-btn-ghost):hover{
  background:#a81f21;border-color:#a81f21;color:#fff;text-decoration:none;
}
.xy-wishlist-page .xy-wishlist-actions .xy-ui-btn-ghost{
  border-color:#ddd;color:#555;background:#fff;
}
.xy-wishlist-page .xy-wishlist-actions .xy-ui-btn-ghost:hover{
  border-color:#c8282a;color:#c8282a;background:#fff;text-decoration:none;
}
.xy-wishlist-page .xy-wishlist-panel{
  border:0;border-radius:0;box-shadow:none;background:transparent;
}
.xy-wishlist-page .xy-wishlist-item{
  padding:14px 2px;border-bottom:1px solid #f0f0f0;gap:14px;
}
.xy-wishlist-page .xy-wishlist-item:last-child{border-bottom:0;}
.xy-wishlist-page .xy-wishlist-media{
  border-color:#eee;border-radius:8px;background:#f7f7f7;
}
.xy-wishlist-page .xy-wishlist-name{color:#222;}
.xy-wishlist-page .xy-wishlist-name:hover{color:#c8282a;text-decoration:none;}
.xy-wishlist-page .xy-wishlist-price{color:#c8282a;}
.xy-wishlist-page .xy-wishlist-empty{
  border-color:#e8e8e8;border-radius:8px;background:#fafafa;color:#666;
}
.xy-wishlist-page .xy-wishlist-desc{color:#777;margin-top:0;}
/* 询盘篮：单列紧凑行 · 显示数量 */
.xy-main-card .xy-basket-panel,
.xy-basket-page .xy-basket-panel{
  padding:10px 8px 8px;
  overflow:visible;
  border:0;background:transparent;box-shadow:none;
}
.xy-main-card .xy-basket-cat-block,
.xy-basket-page .xy-basket-cat-block{margin:0 0 16px;padding:0;}
.xy-main-card .xy-basket-cat-block:last-child,
.xy-basket-page .xy-basket-cat-block:last-child{margin-bottom:0;}
.xy-main-card .xy-basket-cat-head,
.xy-basket-page .xy-basket-cat-head{
  display:flex;align-items:center;gap:8px;flex-wrap:wrap;
  padding:0 4px 8px;margin:0;
  border-bottom:1px solid #f0f0f0;
}
.xy-main-card .xy-basket-lines,
.xy-basket-page .xy-basket-lines{
  display:block;
  margin:10px 0 0;padding:0;list-style:none;
}
.xy-main-card .xy-basket-line,
.xy-basket-page .xy-basket-line{
  display:block;width:100%;box-sizing:border-box;
  margin:0 0 8px;padding:0;border-bottom:0;border-radius:8px;
  border:1px solid #e8e8e8;background:#fff;
  box-shadow:0 1px 3px rgba(0,0,0,.04);
  transition:border-color .2s,box-shadow .2s;
}
.xy-main-card .xy-basket-line:last-child,
.xy-basket-page .xy-basket-line:last-child{margin-bottom:0;}
.xy-main-card .xy-basket-line:hover,
.xy-basket-page .xy-basket-line:hover{
  border-color:#d8d8d8;box-shadow:0 4px 12px rgba(0,0,0,.06);background:#fff;
}
.xy-main-card .xy-basket-line.is-unpriced,
.xy-basket-page .xy-basket-line.is-unpriced{
  outline:none;border-color:#f0c36d;background:#fffbf2;
}
.xy-main-card .xy-basket-line.is-priced,
.xy-basket-page .xy-basket-line.is-priced{
  border-color:#c5d6ea;background:#f8fbff;
}
.xy-basket-page .xy-basket-line-row,
.xy-main-card .xy-basket-line-row{
  display:flex;flex-wrap:nowrap;align-items:flex-start;gap:12px;
  padding:10px 12px;position:relative;
}
.xy-basket-page .xy-basket-line-media,
.xy-main-card .xy-basket-line-media{flex:0 0 56px;width:56px;}
.xy-basket-page .xy-basket-line-main,
.xy-main-card .xy-basket-line-main{
  flex:1 1 auto;min-width:0;padding-right:22px;
  display:flex;flex-direction:column;gap:6px;
}
.xy-basket-page .xy-basket-remove,
.xy-main-card .xy-basket-remove{
  position:absolute;top:8px;right:8px;
  width:26px;height:26px;margin:0;
  border-radius:50%;color:#999;background:transparent;
}
.xy-basket-page .xy-basket-remove:hover,
.xy-main-card .xy-basket-remove:hover{color:#c8282a;background:rgba(200,40,42,.08);}
.xy-basket-page .xy-basket-line-fields,
.xy-main-card .xy-basket-line-fields{
  display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;
  margin:0;width:100%;
}
.xy-basket-page .xy-basket-thumb,
.xy-basket-page .xy-basket-thumb-ph,
.xy-main-card .xy-basket-thumb,
.xy-main-card .xy-basket-thumb-ph{
  width:56px;height:56px;border-radius:6px;
}
.xy-basket-page .xy-basket-thumb-link,
.xy-main-card .xy-basket-thumb-link{border-radius:6px;overflow:hidden;display:block;}
.xy-basket-page .xy-basket-name,
.xy-main-card .xy-basket-name{
  margin:0;padding:0;font-size:13px;line-height:1.35;font-weight:600;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;
}
.xy-basket-page .xy-basket-name:hover,
.xy-main-card .xy-basket-name:hover{color:#c8282a;}
.xy-basket-page .xy-basket-field-qty,
.xy-main-card .xy-basket-field-qty{
  position:static!important;clip:auto!important;overflow:visible!important;
  width:auto!important;height:auto!important;margin:0!important;padding:0!important;
  flex:0 0 108px;max-width:108px;
}
.xy-basket-page .xy-basket-qty-stepper,
.xy-main-card .xy-basket-qty-stepper{
  min-height:30px;height:30px;width:100%;border-radius:4px;
  align-items:center;
}
.xy-basket-page .xy-basket-qty-btn,
.xy-main-card .xy-basket-qty-btn{
  flex:0 0 28px;width:28px;height:30px;font-size:14px;line-height:30px;
  display:inline-flex;align-items:center;justify-content:center;padding:0;
}
.xy-basket-page .xy-basket-qty-input,
.xy-basket-page .xy-basket-qty,
.xy-main-card .xy-basket-qty-input,
.xy-main-card .xy-basket-qty{
  height:30px!important;min-height:0!important;max-height:30px;
  margin:0;padding:0!important;
  border-top:0;border-bottom:0;
  border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;
  font-size:13px;line-height:30px!important;
  text-align:center!important;vertical-align:middle;
  -moz-appearance:textfield;appearance:textfield;
}
.xy-basket-page .xy-basket-qty-input::-webkit-outer-spin-button,
.xy-basket-page .xy-basket-qty-input::-webkit-inner-spin-button,
.xy-basket-page .xy-basket-qty::-webkit-outer-spin-button,
.xy-basket-page .xy-basket-qty::-webkit-inner-spin-button,
.xy-main-card .xy-basket-qty-input::-webkit-outer-spin-button,
.xy-main-card .xy-basket-qty-input::-webkit-inner-spin-button,
.xy-main-card .xy-basket-qty::-webkit-outer-spin-button,
.xy-main-card .xy-basket-qty::-webkit-inner-spin-button{
  -webkit-appearance:none;margin:0;
}.xy-basket-page .xy-basket-field-note,
.xy-main-card .xy-basket-field-note{flex:1 1 160px;min-width:0;margin:0;display:block;}
.xy-basket-page .xy-basket-note,
.xy-main-card .xy-basket-note{
  min-height:30px;height:30px;padding:4px 8px;font-size:12px;line-height:1.3;
  border-radius:4px;border-color:#e2e2e2;
}
.xy-basket-page .xy-basket-field-attach,
.xy-main-card .xy-basket-field-attach{flex:0 0 auto;gap:4px;}
.xy-basket-page .xy-basket-attach-btn,
.xy-main-card .xy-basket-attach-btn{
  min-height:30px;height:30px;padding:0 8px;font-size:11px;line-height:28px;border-radius:4px;
}
.xy-basket-page .xy-basket-attach-name,
.xy-main-card .xy-basket-attach-name{max-width:96px;font-size:11px;}
.xy-basket-page .xy-basket-line-tag,
.xy-main-card .xy-basket-line-tag{
  display:inline-block;align-self:flex-start;margin:0;padding:1px 6px;font-size:10px;line-height:1.3;border-radius:3px;
}
.xy-basket-page .xy-basket-autosave-hint,
.xy-main-card .xy-basket-autosave-hint{margin:10px 0 6px;font-size:12px;color:#999;}
@media (max-width:767px){
  .xy-basket-page .xy-basket-line-row,
  .xy-main-card .xy-basket-line-row{padding:10px;gap:10px;}
  .xy-basket-page .xy-basket-line-media,
  .xy-main-card .xy-basket-line-media{flex-basis:52px;width:52px;}
  .xy-basket-page .xy-basket-thumb,
  .xy-basket-page .xy-basket-thumb-ph,
  .xy-main-card .xy-basket-thumb,
  .xy-main-card .xy-basket-thumb-ph{width:52px;height:52px;}
  .xy-basket-page .xy-basket-field-qty,
  .xy-main-card .xy-basket-field-qty{flex:0 0 96px;max-width:96px;}
}
.list_box #xy-basket-country,
.list_box select.form-control{
  display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;
  color:#555;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
}
.codeimg{ margin: 0px 0px -10px -18px;}

/*上一个下一个*/
.point{ clear: both; margin:20px 0px 40px 0px; padding-bottom: 40px; line-height:22px;}
.point span.to_prev{text-align:center; }
.point span.to_prev a{color:#0c548c;}
.point span.to_prev a:hover{color: #ea042b}
.point span.to_next{text-align:center; }
.point span.to_next a{color:#0c548c;}
.point span.to_next a:hover{color: #ea042b}

/*标签样式*/
.tags{ margin: 18px 0px 10px 0px}
.tags a{ margin: 0px 5px 8px 0px}
.tags_list{padding: 5px 10px 100px 10px}
.tags_ul{ margin-top: 0px;}
.tags_ul li{line-height: 28px; margin-bottom: 8px; padding-bottom: 10px;}
.tags_ul h3{font-size: 14px; padding: 0px; margin: 0px;line-height: 20px;}
.tags_ul p{font-size: 13px;padding: 0px; margin: 0px; color: #777; line-height: 20px; padding-top: 8px;}

/*网站地图*/
ul.ul_sitemap{margin: 30px 0px 40px 30px;}
ul.ul_sitemap li{list-style: none; line-height: 26px;clear: both;}
ul.ul_sitemap li a{color: #7d7d7d;}
li.small_li_sitemap{clear: both;padding-left: 12px;}
li.small_li2_sitemap{float: left; padding-left: 20px;}

#translate{width:180px; margin: 0 auto; }
#translate-this{margin: 15px 0px 10px 0px;}

/*首页Tags*/
.tags_box{background-color: #343434; padding: 9px 0px 9px 0px; text-align: center;color: #E9E9EA;font-size: 13px;border-top: 1px solid #232323;}
.tags_box a{color: #E9E9EA; border-right: 1px solid #BBBBBB; padding:0px 8px 0px 8px;font-size: 13px;}
.tags_box a:hover{text-decoration: none; color: #fdc675;}
.tags_box a:last-child{border-right:0px;}
.tags_box button{display: none;}
.tags_title{font-size: 13px; margin-right: -6px;}
.tags_title a{padding:0px 10px 0px 0px;}
.tags_title:after{content:"：";}

/*友情链接*/
.link_box{background-color: #343434; padding: 10px 0px; text-align: center;color: #E9E9EA;font-size: 13px;}
.link_box a{color: #E9E9EA; border-right: 1px solid #BBBBBB; padding:0px 10px 0px 10px; font-size: 13px;}
.link_box a:hover{text-decoration: none; color: #fdc675;}
.link_box a:last-child{border-right:0px;}
.link_box button{display: none;}
.link_title{font-size: 13px; margin-right: -6px;}
.link_title:after{content:"：";}

/*底部信息*/
footer{ text-align:center; background-color: #000; color:#fff; padding:30px 0px 20px 0px; font-size:12px;}
.copyright{ line-height:20px; padding: 0px 5px;}
.copyright a{ color:#fff;}
.foot_nav{ width:25%; float:left;background-color: #fafafa;text-align:center;color:#898989;} 
.foot_nav:hover,.foot_nav:focus{background-color: #e4e4e4;cursor:pointer;}
.foot_nav a{color:#898989;display:block;}
.foot_nav a:hover,.foot_nav a:focus{text-decoration:none;}
.foot_nav span{display:block; padding:3px 0px 0px 0px;}

/*!- xy-footer begin -*/
.xy-footer.footer-bar,
footer.xy-footer{
  position:relative;text-align:center;padding:0;margin:0;
  background:linear-gradient(165deg,#1a1a1a 0%,#222 45%,#141414 100%);
  color:rgba(255,255,255,.7);font-size:13px;
}
.xy-footer::before{
  content:"";display:block;height:3px;
  background:linear-gradient(90deg,transparent 0%,#a81f21 18%,#c8282a 50%,#e04547 82%,transparent 100%);
}
.xy-footer-copyright{padding:28px 0 24px;line-height:1.6;}
.xy-footer-nav{
  list-style:none;margin:0 0 18px;padding:0;
  display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 4px;
}
.xy-footer-nav > li{
  display:inline-flex;align-items:center;float:none;width:auto;padding:0;margin:0;
}
.xy-footer-nav > li > dl{
  display:inline-flex;flex-wrap:wrap;align-items:center;gap:4px 2px;margin:0;
}
.xy-footer-nav > li > dl > dd{display:inline;margin:0;padding:0;}
.xy-footer-nav .w105-footer-col-title,
.xy-footer-nav .w105-footer-label{
  display:inline-block;margin:0;padding:0;border:0;letter-spacing:0;text-transform:none;
  font-size:13px;font-weight:600;line-height:1.4;color:#fff;
}
.xy-footer-nav .w105-footer-col-title a,
.xy-footer-nav .w105-footer-label a{color:#fff;text-decoration:none;padding:4px 10px;}
.xy-footer-nav .w105-footer-col-title a:hover,
.xy-footer-nav .w105-footer-label a:hover{color:#c8282a;}
.xy-footer-nav .w105-footer-col-link{display:none;}
.xy-footer-sitemap a{
  display:inline-flex;align-items:center;gap:6px;
  padding:4px 12px;margin-left:4px;border-radius:14px;
  border:1px solid rgba(255,255,255,.18);color:#fff;text-decoration:none;
  transition:background .2s,border-color .2s,color .2s;
}
.xy-footer-sitemap a:hover{background:rgba(200,40,42,.2);border-color:#c8282a;color:#fff;text-decoration:none;}
.xy-footer-sitemap .fa{color:#c8282a;}

.xy-footer-meta{
  list-style:none;margin:0 auto 16px;padding:0;
  display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 22px;
  max-width:980px;
}
.xy-footer-meta > li{
  display:inline-flex;align-items:center;gap:8px;margin:0;padding:0;
  color:rgba(255,255,255,.78);font-size:13px;line-height:1.4;
}
.xy-footer-meta > li > .fa{
  width:28px;height:28px;border-radius:50%;flex:0 0 28px;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(200,40,42,.18);color:#e86a6c;font-size:13px;
}
.xy-footer-meta a{color:#fff;text-decoration:none;word-break:break-all;}
.xy-footer-meta a:hover{color:#c8282a;text-decoration:none;}
.xy-footer-meta span{color:rgba(255,255,255,.78);}

.xy-footer-copy{
  margin:0;padding-top:14px;border-top:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.55);font-size:12px;line-height:1.7;
}
.xy-footer-copy p{margin:0;}
.xy-footer-copy a{color:rgba(255,255,255,.75);}
.xy-footer-copy a:hover{color:#c8282a;}
.xy-footer-share{margin-top:8px;}

@media (max-width:767px){
  .xy-footer-copyright{padding:22px 12px 20px;}
  .xy-footer-meta{gap:12px 0;flex-direction:column;align-items:flex-start;text-align:left;}
  .xy-footer-nav{gap:6px;}
  footer.xy-footer{margin-bottom:56px;}
}
/*!- xy-footer end -*/
.webshare{width: 230px; padding: 5px;}
.ewebshare{width: 200px; padding: 5px;}

/*大屏幕*/
@media screen and (min-width: 769px) {
       header{}
       .logo{margin-top:12px; margin-bottom:12px; max-width: 700px;}
      .navbar{margin-top:0;  min-height: 50px;}
      .navbar-nav > li{}
      .navbar-nav > li:first-child{}
      .navbar-nav > li:last-child{border-right:0;}
      .navbar-nav > li > a {text-align: center;}
      .navbar-default .navbar-nav > li > a{color: #fff; padding: 15px 25px;}
      .navbar-default .navbar-nav > li.dropdown > a:first-child{
        padding-right: 22px;
      }
      .navbar-default .navbar-nav > li.dropdown > a:first-child::after{
        content:"\f107";font-family:FontAwesome;font-size:12px;line-height:1;
        margin-left:6px;display:inline-block;vertical-align:middle;
        opacity:.9;speak:none;
        transition:transform .2s;
      }
      .navbar-default .navbar-nav > li.dropdown.open > a:first-child::after,
      .navbar-default .navbar-nav > li.dropdown:hover > a:first-child::after{
        transform:rotate(180deg);
      }
      .navbar-default .navbar-nav > li > a:hover,
      .navbar-default .navbar-nav > li > a:focus,
      .navbar-default .navbar-nav > li > a.active,
      .navbar-default .navbar-nav > .active > a,
      .navbar-default .navbar-nav > .active > a:hover,
      .navbar-default .navbar-nav > .open > a,
      .navbar-default .navbar-nav > .open > a:hover,
      .navbar-default .navbar-nav > .open > a:focus {
         background-color: #e52229; color: #fff; }
      .navbar-brand{display: none;}

      .navbar-fixed-top{min-height: 40px;margin-top:0px;opacity: 0.9;}
      .navbar-fixed-top ul.navbar-nav > li > a{padding: 10px 25px;}

      .navbar-nav > li.dropdown > .dropdown-menu.nav_small,
      .navbar-default .navbar-nav > li.dropdown > .dropdown-menu.nav_small,
      .nav_small{
        min-width:220px;margin:0;padding:8px 0;
        background:#1a1a1a;border:1px solid rgba(255,255,255,.08);
        border-top:2px solid #c8282a;border-radius:0 0 6px 6px;
        box-shadow:0 12px 28px rgba(0,0,0,.28);
      }
      .navbar-nav > li.dropdown > .dropdown-menu.nav_small > li > a,
      .navbar-default .navbar-nav > li.dropdown > .dropdown-menu.nav_small > li > a,
      .nav_small > li > a{
        display:block;line-height:1.4;padding:11px 22px;
        text-align:left;white-space:nowrap;
        color:rgba(255,255,255,.88);font-size:13px;font-weight:500;
        background:transparent;transition:background .18s,color .18s,padding-left .18s;
      }
      .navbar-nav > li.dropdown > .dropdown-menu.nav_small > li > a:hover,
      .navbar-nav > li.dropdown > .dropdown-menu.nav_small > li > a:focus,
      .navbar-default .navbar-nav > li.dropdown > .dropdown-menu.nav_small > li > a:hover,
      .navbar-default .navbar-nav > li.dropdown > .dropdown-menu.nav_small > li > a:focus,
      .nav_small > li > a:hover,
      .nav_small > li > a:focus{
        color:#fff;background-color:#c8282a;padding-left:26px;
      }
      .navbar-nav > li.dropdown:hover > .dropdown-menu.nav_small{
        display:block;
      }
       .navbar-nav > li.dropdown > a.app_menudown,
       .navbar-default .navbar-nav > li.dropdown > a.app_menudown,
       #app_menudown,.app_menudown,#small_search{ display:none!important; }
      .index_left_nav,.footer_nav{display:none; }
}


/*小屏幕*/
@media screen and (max-width: 768px) {
      .navbar{min-height: 50px;background:#111;}
      #top_nav > .container{
        width:100%;max-width:100%;padding-left:0;padding-right:0;
      }
      #top_nav .navbar-header,
      .navbar-header{
        display:flex!important;
        align-items:center;
        justify-content:space-between;
        width:100%;
        min-height:52px;
        margin:0!important;
        padding:0 12px!important;
        float:none;
      }
      .navbar-default .navbar-brand,
      #top_nav .navbar-brand{
        float:none!important;
        order:1;
        flex:1 1 auto;
        min-width:0;
        margin:0!important;
        padding:0!important;
        height:auto;line-height:1.2;
        color:#fff;font-size:15px;font-weight:600;letter-spacing:.02em;opacity:.92;
        text-align:left;
      }
      .navbar-default .navbar-brand:hover,
      .navbar-default .navbar-brand:focus{color:#fff;opacity:1;}
      .navbar-default .navbar-toggle,
      .navbar-toggle{
        float:none!important;
        order:2;
        position:relative;
        display:inline-flex!important;flex-direction:column;
        align-items:center;justify-content:center;
        flex:0 0 42px;
        width:42px;height:42px;margin:5px 0 5px 12px!important;padding:0;
        border:0;border-radius:8px;
        background:#c8282a;
        box-shadow:0 4px 12px rgba(200,40,42,.35);
        transition:background .2s,box-shadow .2s,transform .2s;
      }
      .navbar-default .navbar-toggle .icon-bar,
      .navbar-toggle .icon-bar{
        display:block;width:18px;height:2px;margin:0;
        border-radius:1px;background:#fff!important;
        transition:transform .22s ease,opacity .22s ease;
      }
      .navbar-default .navbar-toggle .icon-bar + .icon-bar,
      .navbar-toggle .icon-bar + .icon-bar{margin-top:5px;}
      .navbar-default .navbar-toggle:hover,
      .navbar-default .navbar-toggle:focus,
      .navbar-toggle:hover,
      .navbar-toggle:focus{
        background:#a81f21;border:0;outline:none;
        box-shadow:0 6px 16px rgba(200,40,42,.45);
      }
      .navbar-default .navbar-toggle:active,
      .navbar-toggle:active{transform:scale(.96);}
      /* 展开时三条线变成 X */
      .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2),
      .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2){
        margin-top:0;transform:translateY(7px) rotate(45deg);
      }
      .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3),
      .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3){
        opacity:0;transform:scaleX(0);
      }
      .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4),
      .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4){
        margin-top:-7px;transform:rotate(-45deg);
      }
      .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        border:none;background:#161616;margin:0;max-height:none;
        padding-left:0;padding-right:0;
        box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
      }
      .navbar-default .navbar-nav{
        margin:0!important;padding:0 0 8px;float:none!important;
      }
      .navbar-default .navbar-nav > li{
        float:none;border-bottom:1px solid rgba(255,255,255,.08);
      }
      .navbar-default .navbar-nav > li:last-child{border-bottom: none;}
      .navbar-default .navbar-nav > li > a{
        padding:13px 48px 13px 14px;font-size:15px;line-height:1.35;
        color:#f0f0f0;text-align:left;
      }
      .navbar-default .navbar-nav > li.dropdown > .dropdown-menu,
      .navbar-default .navbar-nav > li.dropdown > .dropdown-menu.nav_small,
      .navbar-default .navbar-nav .open .dropdown-menu,
      .navbar-default .navbar-nav .open .dropdown-menu.nav_small,
      .navbar-nav > li.dropdown > .dropdown-menu.nav_small{
        position:static!important;float:none!important;width:100%!important;
        left:auto!important;right:auto!important;top:auto!important;
        margin:0!important;padding:4px 0 10px;
        background:#0f0f0f;border:0!important;border-radius:0!important;
        box-shadow:none!important;min-width:0!important;
      }
      /* 手机禁止悬停展开，只靠点击 .open */
      .navbar-nav > li.dropdown:not(.open) > .dropdown-menu,
      .navbar-nav > li.dropdown:not(.open) > .dropdown-menu.nav_small{
        display:none!important;
      }
      .navbar-nav > li.dropdown.open > .dropdown-menu,
      .navbar-nav > li.dropdown.open > .dropdown-menu.nav_small{
        display:block!important;
      }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a{
        padding:10px 14px 10px 24px;color:rgba(255,255,255,.78);font-size:14px;line-height:1.35;
      }
      .navbar-default .navbar-nav > li > a:hover,
       .navbar-default .navbar-nav > li > a:focus,
       .navbar-default .navbar-nav > .active > a, 
       .navbar-default .navbar-nav > .active > a:hover, 
       .navbar-default .navbar-nav > .active > a:focus,
       .navbar-default .navbar-nav > .open > a, 
       .navbar-default .navbar-nav > .open > a:hover, 
       .navbar-default .navbar-nav > .open > a:focus,
       .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
       .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
        background-color: #c8282a; color: #fff;}

      .navbar-nav > li.dropdown{position:relative;}
      .navbar-nav > li.dropdown > a:first-child{padding-right:48px;}
      .navbar-nav > li.dropdown > a.app_menudown,
      .navbar-default .navbar-nav > li.dropdown > a.app_menudown,
      #app_menudown,.app_menudown{
        display:inline-flex!important;
        position:absolute!important;top:0;right:0;bottom:auto!important;
        width:46px;height:46px!important;min-height:46px!important;max-height:46px!important;
        border-left:1px solid rgba(255,255,255,.08);
        float:none!important;padding:0!important;margin:0!important;
        align-items:center;justify-content:center;
      }
      .navbar-nav > li.dropdown.open > a.app_menudown,
      .navbar-default .navbar-nav > li.dropdown.open > a.app_menudown{
        background-color:#c8282a;color:#fff;
      }
      .nav_small{background:transparent;padding:0;border:none;box-shadow:none;border-radius:0;}
      .nav_small > li > a{text-align:left;line-height:1.35;padding:10px 14px 10px 24px;color:rgba(255,255,255,.78);font-size:14px;}
      .nav_small > li > a:hover{color:#fff;background-color:#c8282a;}

      .navbar-fixed-top{opacity: 0.9;}

      .top_menu_welcome,.top_name,.home-btn,.page_bg{display: none;}
      .top_menu_inner{justify-content:flex-end;}
      .top_menu_right{width:100%;}
      .top_menu_search{max-width:none;flex:1 1 auto;}
      .language{border-left: 0px; border-right: 0px; }
      .list_box{margin-top: 20px;margin-bottom: 0px;}
      #topsearch{/*display:none;*/}
      .tel_box,
      .xy-header-brand .tel_box{display:none!important;}
      .xy-header-brand{
        justify-content:center;flex-direction:column;align-items:center;text-align:center;
        margin-left:0;margin-right:0;max-width:100%;
      }
      .xy-header-brand > [class*="col-"]{width:100%;max-width:100%;float:none;padding-left:0;padding-right:0;}
      .xy-header-logo{justify-content:center;width:100%;max-width:100%;}
      .logo{display: block; margin: 0 auto; margin-top:15px; margin-bottom: 12px; max-width:min(280px,100%);}
      .product_list{padding-top: 20px;margin-left:0;margin-right:0;}
      .flash,.bx-wrapper,.bx-viewport{overflow:hidden;max-width:100%;}
      .container,.row{max-width:100%;}
      .flash div.bx-pager{ /*display:none;*/}
      .left_h2{margin-top: 25px;}
      .list_related h2.left_h2{margin-top: 60px;}
      .product_h2{font-size:24px;margin-top:30px;}
      .xy-section-head{margin:24px auto 16px;}
      .xy-section-head .product_h2,
      .xy-section-head .news_h2,
      .xy-section-head > h2{font-size:22px;letter-spacing:.06em;}
      .xy-section-head .product_h2::before,
      .xy-section-head .news_h2::before,
      .xy-section-head > h2::before{font-size:16px;}
      .product_p{font-size:12px;margin-top:4px;}
      .product_img,.product_list2 div.product_img{min-height: 100px; margin-bottom:20px;}
      .related_list div.product_img{min-height: 180px;}
      .product_con img,.contents img{width:100%;}
      .aboutus{padding: 20px 0px 60px 0px;margin: 30px 0px 10px 0px;}
      .aboutus h2{font-size: 22px;}
      .aboutus p{font-size: 14px; line-height: 28px; margin-top:18px; text-align: center;}
      .aboutus img{display: block; width: 100%; margin: 0 auto; padding: 0px;}
      .about_box{background-color: rgba(0,0,0,0.3);}
      .xy-about-adv .xy-adv-list,
      .xy-about-adv .w105-trade-list{padding:12px 10px;}
      .xy-about-adv .xy-adv-item,
      .xy-about-adv .w105-trade-item{margin:0 0 10px;}
      .xy-about-adv img{max-width:100%;margin:0 auto;}
      .view-all{display: block; width: 70%;  margin: 0 auto; margin-top:20px; margin-bottom: 40px;}
      .news_index{padding-left: 0px;}
      .news_img{display: none;}
      .news_time{ display:none;}
      .news_h2{font-size:24px;margin-top:20px; }
      .news_p{font-size:12px;margin-top:4px;}
      .left_news ul{padding-bottom: 20px;}
      .index_contact{margin-top:5px;}
      .product_h1{ line-height:22px; font-size:16px; margin-top: 35px;}
      .feedback{margin-top:30px;}
      .footer_nav{background-color: #fafafa;}
      #pic-page a img {width:35px;}
      #cmsFloatPanel{ display: none;}
      .point span.to_prev,.point span.to_next{text-align:left; padding-bottom: 8px;}
      .link_box{padding-left: 7px;}
      .link_box a{display: block;border-right:0px;padding:4px 0px;}
      .link_title{display: block;}
      .link_title:after{content:"";}
      .link_box button{display: inline-block; background-color: transparent; border: none; float: right; margin-top: -20px;}
      .link_box button:hover,.link_box button:focus{color: #99A1C5;}
      .link_list{display: none; padding-top: 7px;}
      .tags_box{padding-left: 7px;}
      .tags_box a{display: block;border-right:0px;padding:4px 0px;}
      .tags_title{display: block;}
      .tags_title:after{content:"";}
      .tags_box button{display: inline-block; background-color: transparent; border: none; float: right; margin-top: -20px;}
      .tags_box button:hover,.tags_box button:focus{color: #99A1C5;}
      .tags_rows{display: none; padding-top: 7px;}
      footer{ margin-bottom:50px;}
}

@media screen and (max-width: 767px) {
     .copyright_p{ display:none;}
}

/*320px到768px*/
@media screen and (min-width:320px) and (max-width:768px) {
  .col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
    float: left;
  }
  .col-mm-12 {
    width: 100%;
  }
  .col-mm-11 {
    width: 91.66666667%;
  }
  .col-mm-10 {
    width: 83.33333333%;
  }
  .col-mm-9 {
    width: 75%;
  }
  .col-mm-8 {
    width: 66.66666667%;
  }
  .col-mm-7 {
    width: 58.33333333%;
  }
  .col-mm-6 {
    width: 50%;
  }
  .col-mm-5 {
    width: 41.66666667%;
  }
  .col-mm-4 {
    width: 33.33333333%;
  }
  .col-mm-3 {
    width: 25%;
  }
  .col-mm-2 {
    width: 16.66666667%;
  }
  .col-mm-1 {
    width: 8.33333333%;
  }
  .logo{max-width:380px;}
}

@media screen and (max-width: 414px) {
  .logo{max-width:280px;}
}




