/* eyoucms.com 易优CMS -- 好用,免费,安全 */
@charset "utf-8";


:root {
  --primary-color: #003542;
}

/*
描述:cavan响应式主题样式表第112套
作者:wangxb
*/
/*默认页面主体样式定义*/
body {
  color: #5e5e5e;
}
a {
  color: #616161;
}
.w-header .row,
.topLogBox .topLogBox-in,
.w-main .row,
.w-footer-in {
  max-width: 1200px;
  margin: 0 auto;
}
.body {
  overflow: hidden;
  font-size: 14px;
}
.col-right {
  display: none;
}
.w-foot-content {
  padding-top: 15px;
  padding-bottom: 20px;
}
.col-table .col-table {
  margin-left: -5px;
  margin-right: -5px;
}
.div-table .div-table .td-w .div-padding {
  padding: 0 5px;
}
/*---------------------header-----------------------*/
.w-header,
.w-admin-header {
  background: #fff;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
}
.row_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row_top::after {
  content: none;
}

.row_top .column4 {
}
.row_top .column8 {
}
.col-logo {
  position: relative;
  z-index: 1;
}

.bannerBox {
  position: relative;
  height: 400px;
}

.bannerBox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
    circle,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  inset: 0;
  pointer-events: none;
}

.service-section .w-simImg img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.service-section .w-simImg .img {
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.reason-section {
  position: relative;
}
.reason-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  inset: 0;
  pointer-events: none;
}
.reason-section > .row {
  position: relative;
  z-index: 2;
}
.reason-section .s_item {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.w-adNews-in ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.w-adNews-in ul h3 {
  margin-bottom: 0;
}
.w-adNews-in ul li {
  display: flex;
  gap: 16px;
}
.w-adNews-in ul .news-pic {
  width: 200px;
  flex: none;
  border-radius: 8px;
  overflow: hidden;
}
.w-adNews-in ul img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background-color: #000;
}

.bx-wrapper,
.bx-viewport,
.bx-viewport li {
  height: 400px !important;
}
.bx-wrapper,
.bx-viewport,
.bx-viewport li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.newsDetail {
  font-size: 16px;
}

.newsDetail .newsTitle,
.newsDetail .newsST {
  text-align: left;
}

.newsDetail h1 {
  font-size: 32px !important;
  margin: 0;
}

.newsDetail .newsST {
  margin-bottom: 32px;
}
.newsDetail img {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
  border-radius: 8px;
  overflow: hidden;
  max-width: 100%;
}

.post-section .w-button {
  display: flex;
  justify-content: center;
}
.news-item {
  display: flex;
  gap: 16px;
}
.news-item h3 {
  font-size: 16px;
  margin: 0;
}
.news-item .news-img {
  width: 200px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #000;
}
.news-item .news-img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.ul-parent {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.li-parent a {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-News-list7 .news-sum {
  max-height: unset !important;
}
.w-News-list7 .news-sum p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: wrap;
  line-clamp: 3;
}

.post-section .news-item {
  flex-direction: column;
  gap: 2px;
}

.font-base {
  font-size: 16px;
  line-height: 26px !important;
}
.font-lg {
  font-size: 18px;
  line-height: 30px !important;
}

.h-full {
  height: 100%;
}

.div-table h3 {
  margin-top: 0;
  font-size: 20px;
}
.div-table .div-padding p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: wrap;
  line-clamp: 3;
}

.w-admin-header .col-logo {
  float: left;
}
.w-admin-header {
  background: #fff;
}
.w-logo h1 {
  font-size: 32px;
  padding: 0 10px;
}
.w-logo h1,
.w-logo a {
  color: #212121;
}
.w-nav {
  text-align: right;
  font-size: 0;
}
.body-login-special .login-navPc .w-admin-nav {
  margin: 0;
}
.w-nav .nav_inner > li {
  float: left;
  text-align: center;
}
.w-nav li a {
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
  font-size: 16px;
}
.w-nav .nav_inner > li > a,
.w-nav .nav_inner > li > .li-parent-div > a {
  line-height: 46px;
  display: block;
  color: #333;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.w-nav .nav_inner > li > .submenu {
  top: 46px;
  left: 0;
}
.w-nav .nav_inner > li:hover > .submenu,
.w-nav .submenu li:hover > .submenu {
  display: none;
}
.w-nav .submenu a {
  font-size: 14px;
  text-align: left;
}
.w-nav .nav_simpline_cur {
  display: block;
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 0;
}
.w-nav li:hover .nav_simpline_cur,
.w-nav li.active .nav_simpline_cur {
  width: 100%;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.topLogBox,
.topLogBox a {
  font-size: 12px;
  color: #888;
}
.topLogBox a {
  margin: 0 6px;
  text-decoration: none;
}
.topLogBox a:hover {
  text-decoration: underline;
}
.w-loginRegister,
.w-shopCart {
  margin-top: 6px;
  float: left;
  margin-bottom: 5px;
}
.w-languege {
  margin-top: 6px;
  float: right;
  margin-bottom: 5px;
}
.w-shopCart i {
  background: url(../img/shopcart.png) no-repeat center;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  display: inline-block;
  *zoom: 1;
  margin-right: 2px;
}
.topLogBox .w-search {
  position: relative;
  margin-top: 3px;
  margin-bottom: 5px;
  overflow: hidden;
  float: right;
}
.topLogBox .w-search .input-search-w {
  background: none;
  width: 175px;
  *width: 140px;
  height: 26px;
  line-height: 26px;
  padding: 0 30px 0 5px;
  border: 1px solid #e0e0e0;
}
.topLogBox .w-search .search-btn-w {
  position: absolute;
  width: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/header_search.png) no-repeat center #606060;
  cursor: pointer;
}
.topLogBox .w-search .search-btn-w span {
  display: none;
}
.nav_right_mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background: #000;
  opacity: 0.3;
  *filter: alpha(opacity=30);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
.topCustom {
  font-size: 90%;
}
.w-custom {
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 1200px;
  margin: 0 auto;
}
/*-----------------------banner------------------*/
.bx-controls-direction {
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.bx-wrapper:hover .bx-controls-direction {
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.banner .bx-wrapper .bx-prev {
  background-image: url("../img/banner_pre.png") !important;
  left: 0 !important;
  background-position: left center !important;
}
.banner .bx-wrapper .bx-next {
  background-image: url("../img/banner_next.png") !important;
  right: 0 !important;
  background-position: right center !important;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a {
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  background: #fff !important;
}

/*---------------footer------------------*/
.w-footer {
  font-size: 90%;
  color: #b0a27b;
  background: var(--primary-color);
  border-top: 1px solid #063d4a;
}
.w-footer a {
  color: #b0a27b;
}
.w-footer a:hover {
  color: #fff;
}
/*----------------------------组件-----------------------*/
.w-text {
  line-height: 1.7;
}
.btn-default-w {
  padding: 0.7em 1.3em;
  text-align: center;
}
.w-social .social-item {
  background: #888;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 3px;
  line-height: 1;
  margin: 3px 18px 3px 0;
}
.icon-social {
  background-image: url("../img/icon-social-w.png");
}
.search-defaut-w {
  max-width: 100%;
}
.search-defaut-w .input-search-w {
  background: #fff;
  border: 1px solid #ddd;
  line-height: 2.6em;
  height: 2.6em;
  padding-right: 50px;
  color: #41494f;
}
.search-defaut-w .search-btn-w {
  background: url(../img/input-search-white.png) no-repeat center;
  width: 44px;
  height: 100%;
  border: none;
}
.search-defaut-w .search-btn-w:hover {
  background: url(../img/input-search-white.png) no-repeat center;
}
/*title*/
.color_main {
}
.color_vice {
  color: #5f5f5f;
}
.w-title {
  margin-top: 0;
}
.w-title .title-h-in > span {
  font-family: "微软雅黑", microsoft yahei;
}
.w-title1 {
  line-height: 1.3;
}
.w-title1 h2 {
  font-size: 32px;
}
.w-title1 .title-h-in > span {
  font-size: 16px;
}
.w-title1 .simpline {
  height: 3px;
  width: 53px;
  margin: 0 auto;
}
/*--------------------系统------------------------*/
.systitle {
  color: #151515;
  font-size: 24px;
  padding: 0.7em 1em;
  margin-bottom: 6px;
}
.crumbs {
  background: none;
  padding: 0.6em 0;
  line-height: 1.5;
  margin-bottom: 1.2em;
  border-bottom: 1px dashed #dddddd;
}
.w-pages a {
  border-color: #ddd;
  border-width: 1px;
  color: #5a5a5a;
  margin-left: 1px;
  margin-right: 1px;
}
.w-pages {
  text-align: center;
}
.w-pages a:hover,
.w-pages a.cur {
}
.w-pages a.disabled,
.w-pages a.disabled:hover {
  color: #999;
  background: none;
  border-color: #d5d5d5;
}

/*-----------------------------产品----------------------*/
.w-product1 .w-prd-list-cell {
  margin-bottom: 0;
}
.w-product .w-prd-infobox h2 {
  white-space: normal;
  word-break: normal;
}
.w-prd-list-cell .w-prd-infobox h2 {
  margin-bottom: 0.2em;
}
.w-prd-list .w-prd-list-cell .w-prd-infobox h2 a {
  color: #5a5a5a;
}
.w-prd-list-cell .w-prd-sum {
  line-height: 1.3;
}
.w-prd-list .w-prd-list-cell .w-prd-sum {
  color: #777;
}
.w-prd-list-cell .w-prd-price-groups {
  margin-bottom: 0;
}
.w-prd-list-cell .w-prd-price-groups .product-price-prefix {
  font-weight: normal;
  color: #acacac;
}
.w-prd-list-cell .w-prd-btns a {
  line-height: 1.2;
}
.w-prd-list-cell .w-prd-btns a.btn-buy {
  background: #628a82;
  border-color: #628a82;
  color: #fff;
}
.w-prd-list-cell .w-prd-infobox h2 a:hover {
  text-decoration: none;
}
.w-prd-list-cell .w-prd-price-groups .w-prd-price-sale .product-price-amount {
  color: #ff3c00;
}
.w-prd-list-cell .w-prd-price-groups .w-prd-price-markit .product-price-amount {
  color: #000;
}
.product-detail-info .product-grayBox .product-prices {
  line-height: 1.2;
}
.product-detail-info .product-grayBox {
  background: none;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.info_tab ul {
  padding: 0;
}
.info_tab_in {
  border-color: #ebebeb;
}
.info_tab li {
  border: 0;
  background: none;
  margin-bottom: 0;
}
.info_tab li a {
  color: #666;
  background: url(../img/tabli.png) no-repeat right center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: block;
}
.info_tab li:last-child a {
  background: none;
}
.info_tab li.cur_tab a {
  color: #8a8a8a;
}
/*----------------------------新闻-------------------------*/
.w-News-list {
}
.w-News-list1 li,
.w-News-list2 li .news-item,
.w-News-list3 li,
.w-News-list4 li,
.w-News-list6 li,
.w-News-list7 li,
.w-adNews4 li,
.w-adNews6 .adNewsTL li,
.w-adNews8 li,
.w-adNews9 li {
  border-color: #e2e2e2;
}
.newsDetail .newsTitle {
  color: #000;
}
.w-News-list .news-com .news-h {
  font-weight: normal;
}
.w-News-list .news-com .news-h a {
}
.w-News-list1 .news-com .date,
.w-News-list1 .news-com .news-sum {
  margin-top: 0;
}
.w-News-list .date,
.w-adNews .date {
  font-size: 95%;
  color: #a5a5a5;
}
.w-News-list8 .news-item .news-com .news-h a:hover {
  color: #fff;
}
.w-adNews .news-h a:hover {
  text-decoration: none;
}
.w-adNews .news-sum {
  font-size: 95%;
}
.w-adNews1 li .news-item .news-com .news-h a {
  color: #565656;
}
.w-adNews1 li .news-item .news-com .news-sum {
  color: #5e5e5e;
  font-size: 100%;
}
.w-adNews2 li .news-item {
  border: none;
}
.w-adNews2 li .viewDetail {
  display: none;
}
.w-adNews2 li .news-item .news-com {
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 0;
}
.w-adNews2 li .news-item .news-com .news-com-top {
  margin-bottom: 0;
}
.w-adNews2 li .news-item .news-com .news-h {
  font-weight: normal;
}
.w-adNews2 li .news-item .news-com .news-sum {
  margin-top: 5px;
  line-height: 1.5;
  height: 4.5em;
  font-size: 95%;
}
.w-adNews2 li .news-item .news-com .news-com-top .date {
  font-size: 13px;
}
.w-adNews3 .w-adNews-texts li .w-adNews-textH h3 {
  font-size: 115%;
}
.w-adNews4 li .news-together {
  line-height: 2.8;
}
.w-adNews4 li .news-h,
.w-adNews6 .adNewsTL li .news-h {
  padding-left: 22px;
  background: url(../img/news_libg.png) no-repeat 7px center;
}
.w-adNews4 li .date {
  color: #929292;
}
.w-adNews5 li .news-h {
  font-weight: normal;
  font-size: 105%;
}
.w-adNews5 li {
  border-bottom: 0;
  padding: 0.7em 0;
}
.w-adNews5 li .news-com {
  margin-left: 27%;
}
.w-adNews6 .adNewsF .news-h {
  font-size: 105%;
}
.w-adNews6 .adNewsF .news-sum {
  font-size: 90%;
}
.w-adNews7 .adNewsL li {
  background-color: #f0f0f0;
}
.adNews7datebg {
  background: #e0e0e0;
}
.w-adNews7 .adNewsL li .news-com .news-h a:hover {
  text-decoration: underline;
}
.w-adNews7 .adNewsL li .news-com .news-sum {
  font-size: 100%;
}
.w-adNews8 li {
  padding-top: 0.5em;
  padding-bottom: 0.2em;
}
.w-adNews8 li .news-together {
  line-height: 1.3;
}
.w-adNews8 li .news-h {
  width: 100%;
  float: none;
  font-weight: normal;
  font-size: 16px;
}
.w-adNews8 li .date {
  width: 100%;
  float: none;
  text-align: left;
  padding: 0.4em 0;
}
.w-adNews8 .news-sum {
  line-height: 1.8;
  max-height: 3.5em;
  color: #a5a5a5;
}
.w-adNews11 li .news-h {
  font-size: 115%;
}
.w-adNews li .news-btn {
  padding: 7px 20px;
  min-width: 0;
}
/*----------------------菜单----------------------------*/
.w-com-menu li > .div-parent > .fa-plus::before {
  content: "\f107";
}
.w-com-menu li.open > .div-parent > .fa-plus::before {
  content: "\f106";
}
/*-----------------------会员中心和购物车--------------------*/
.body-login-special .w-admin-header .col-logo .w-logo {
  padding-top: 0;
  padding-bottom: 0;
}
/*---------------------登录注册--------------------------*/
.body-login {
  background: #fff;
}
.signbox-A .login-h2A,
.login-input-A,
.register-A a,
.password-forget-A a,
.login-button-A,
.signfoot,
.login-checkA span {
  color: #666;
}
input[class*="login-input-A"]::-webkit-input-placeholder {
  color: #666;
}
input[class*="login-input-A"]:-moz-placeholder {
  color: #666;
}
input[class*="login-input-A"]::-moz-placeholder {
  color: #666;
}
input[class*="login-input-A"]:-ms-input-placeholder {
  color: #666;
}
.sign-content-A {
  background-image: url("../img/signboxbg.png");
}
.login-button-A {
  background-image: url("../img/signbtnbg.png");
}
.login-checkA input.checked[type="checkbox"] + label {
  background-image: url("../img/login-checked.png");
}
.login-input-A,
.login-button-A,
.login-checkA label {
  border-color: #999;
}

@media (min-width: 478px) {
}
@media (min-width: 768px) {
  /*---------------------------菜单-------------------------*/
  .side_bar {
    width: 240px;
  }
  .side_left {
    margin-left: 260px;
  }
  .w-com-menu-V {
    text-align: center;
  }
  .w-com-menu-V .fa {
    font-size: 100%;
    font-weight: normal;
    right: 0;
    top: 3px;
    bottom: auto;
    color: #b0a27b;
  }
  .w-com-menu .ul-submenu .fa {
    color: #b0a27b;
  }
  .w-com-menu-V > .w-com-menu-in > .ul-parent {
  }
  .w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent {
    margin-bottom: 3px;
  }
  .w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent > .div-parent {
    background: #f9f9f9;
    border: 0;
    position: relative;
  }
  .w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent > .div-parent a {
    color: #b0a27b;
    font-size: 14px;
    line-height: 45px;
    padding-top: 12px;
    position: relative;
    z-index: 2;
  }
  .w-com-menu-V li a {
    padding: 0 10px;
    line-height: 1.8;
  }
  .w-com-menu-V .ul-submenu {
    background: #fff;
    padding: 10px 0;
  }
  .w-com-menu-V .ul-submenu .div-parent {
    padding: 5px 10px;
  }
  .w-com-menu-V .ul-submenu a {
    color: #b0a27b;
    *position: relative;
    font-size: 13px;
  }
  .w-com-menu-V .ul-submenu .li-parent .div-parent {
    border-bottom: 0;
  }
  .w-com-menu-V .ul-submenu .li-parent .div-parent .fa {
    line-height: 1.8;
  }
  .w-com-menu-V .ul-submenu .ul-submenu {
    background: none;
  }
  .w-com-menu-V .ul-submenu .ul-submenu .div-parent {
    padding: 2px 0;
  }
  .w-com-menu-V .ul-submenu .ul-submenu a {
    color: #b0a27b;
  }
  .w-system .w-com-menu-H {
    margin-top: -40px;
  }
  .w-com-menu-H {
    margin-bottom: 40px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #eee;
  }
  .w-com-menu-H > .w-com-menu-in {
    margin: 0 auto;
  }
  .w-com-menu-H > .w-com-menu-in > ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .w-com-menu-H > .w-com-menu-in > ul > li {
    position: relative;
  }
  .w-com-menu-H li {
    margin: 0;
  }
  .w-com-menu-H li a {
    color: #454545;
  }
  .w-com-menu-H > .w-com-menu-in > .ul-parent > li > .div-parent {
    position: relative;
  }
  .w-com-menu-H > .w-com-menu-in > .ul-parent > li > .div-parent a {
    padding: 0 15px;
    line-height: 44px;
    display: block;
    font-size: 16px;
  }
  .w-com-menu-H .ul-submenu {
    top: 44px;
    font-size: 14px;
  }
  .w-com-menu-H .ul-submenu .ul-submenu {
    top: 28px;
    background: #fff;
  }
  .w-com-menu-H .ul-submenu li .div-parent {
    margin: 0 5px;
  }
  .w-com-menu-H .ul-submenu li a {
    line-height: 2;
    color: #666;
  }
  .w-com-menu-H .ul-submenu .ul-submenu-up {
    display: none;
  }

  .order-progress .order-progress-line .order-progress-line-sec .line {
    width: 111px;
  }
}
@media (min-width: 961px) {
  .body-login .w-admin-header {
    border-bottom: 1px solid #eee;
  }
  .body-login .w-admin-header .w-admin-nav {
    float: right;
    margin-left: 0;
  }
  .w-logo {
    min-height: 74px;
    min-width: 50px;
  }
  .w-logo h1,
  .w-logo-img {
    line-height: 74px;
  }
  .w-logo-img img {
    height: 80px;
  }
  .w-nav .li-parentOne-div .fa {
    display: none;
  }
  .w-nav .submenu {
    background: #212121;
    box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.1);
  }
  .w-nav .submenu li {
    width: 171px;
  }
  .w-nav .submenu li:last-child {
    border-bottom: 0;
  }
  .w-nav .submenu li .submenu {
    left: 171px;
  }
  .w-admin-shopCart {
    position: absolute;
    right: 10px;
    margin-right: 0;
    padding-top: 12px;
    z-index: 2;
    top: 28px;
  }
  .w-admin-shopCart a {
    background: #f5f5f5;
    padding: 7px 15px;
  }
  .w-admin-shopCart a span,
  .w-admin-shopCart a .fa-angle-right {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .w-admin-shopCart a .num {
    left: 111px;
  }
  .w-nav .li-parent-div .fa-plus:before {
    content: "\f105";
  }
  /*---------------------------topLogBox--------------------------*/

  .w-prd-list1 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .w-prd-list1 .w-prd-list-cell-in {
    padding: 0 10px;
  }
}
@media (min-width: 1201px) {
  .bx-controls-direction {
    width: 1170px;
    position: absolute;
    height: 1.66rem;
    top: 50%;
    margin-top: -0.83rem;
    left: 50%;
    margin-left: -585px;
  }
  .w-nav .nav_inner > li {
    min-width: 110px;
  }
  .w-nav .nav_inner > li > a,
  .w-nav .nav_inner > li > .li-parent-div > a {
    padding: 0 15px;
  }
  .w-system .w-com-menu-H {
    width: 2000px;
    margin-left: -400px;
  }
  .w-com-menu-H > .w-com-menu-in > .ul-parent > li > .div-parent {
    min-width: 120px;
  }

  .w-product .w-prd-infobox h2,
  .w-prd-list .w-prd-infobox h2 {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .w-custom {
    padding-left: 5px;
    padding-right: 5px;
  }
  .w-system .w-com-menu-H {
    margin-left: -10px;
    margin-right: -10px;
  }
  .w-adNews4 {
    font-size: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  /*---------------------头部--------------------------------*/
  .w-admin-shopCart {
    margin-right: 10px;
  }
  .w-admin-shopCart a {
    padding: 7px 5px;
  }
  .w-admin-shopCart a span,
  .w-admin-shopCart a .fa-angle-right {
    display: none;
  }
  .w-admin-shopCart a .num {
    left: 20px;
  }
}
@media (max-width: 960px) {
  html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  body {
    height: 100%;
    min-width: 100%;
  }
  .body {
    padding-top: 1.4rem;
  }
  /*--------------------header---------------------*/
  .w-admin-header,
  .body-login .w-admin-header,
  .w-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    height: 1.4rem;
    z-index: 999;
    color: #333;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .row_top {
    display: block;
  }
  .row_top .column {
    float: none;
    width: 100%;
    display: block;
  }
  .row_top .column8 .w-nav {
    display: none;
  }
  .col-logo,
  .w-admin-header .col-logo {
    float: none;
    text-align: center;
    padding: 0;
  }
  .w-logo {
    padding: 0 1.2rem;
    height: auto;
    min-height: 0;
    min-width: 0;
  }
  .w-logo h1 {
    font-size: 0.7rem;
    margin-top: 0.25rem;
    margin-bottom: 0;
  }
  .w-logo-img {
    display: block;
    line-height: 1.06rem;
  }
  .w-logo-img img {
    height: 54px;
	transform: scale(1.6);
  }
  .w-admin-header .w-logo {
    padding: 0 13.5em 0 1.2rem;
  }
  .col-right {
    position: fixed;
    left: -70%;
    width: 70%;
    background: #fff;
    top: 0;
    bottom: 0;
    padding: 0;
    margin-top: 0px;
    z-index: 10;
    display: block;
  }
  .w-nav {
    background: none;
    overflow-y: auto;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .w-admin-header .w-admin-nav {
    margin-left: 0;
    margin-right: 0;
  }
  .w-nav ul {
    list-style: none;
    padding-left: 0;
  }
  .w-nav .nav_inner {
    display: block;
  }
  .w-nav .nav_inner > li {
    display: block;
    float: none;
    text-align: left;
    margin: 0;
  }
  .w-nav .nav_inner > li > a,
  .w-nav .nav_inner > li > .li-parent-div > a {
    line-height: 2.5;
    padding: 0 10px;
  }
  .w-nav li {
    border-bottom: 0;
    border-top: 0;
    float: none;
  }
  .w-nav li a,
  .w-nav .submenu li a,
  .w-admin-header .w-admin-nav a {
    display: block;
    color: #434343;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
  }
  .w-nav .nav_inner > li:hover > .submenu,
  .w-nav .submenu li:hover > .submenu {
    display: none;
  }
  .w-nav .nav_inner > li > .submenu {
    top: 0;
  }
  .w-nav .submenu {
    position: relative;
    font-size: 14px;
    box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
  }
  .w-nav .submenu li {
    width: auto;
  }
  .w-nav .submenu li .submenu {
    left: 0;
    top: 0;
  }
  .w-nav .submenu ul,
  .w-nav .submenu .submenu ul {
    background: none;
  }
  .w-nav .li-parent-div .fa {
    position: absolute;
    top: 50%;
    margin-top: -1em;
    right: 0;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    font-size: 150%;
  }
  .w-nav .li-parent-div .fa-plus::before {
    content: "\f107";
  }
  .w-nav .li-parent-div.open .fa-plus::before {
    content: "\f106";
  }
  .w-nav .submenu li a {
    padding: 0.5em 0.5em 0.5em 1.5em;
    text-align: left;
  }
  .w-nav .submenu .submenu li a {
    padding-left: 2.5em;
  }
  .mobile-nav-toggle {
    display: block;
  }
  .w-nav .nav_simpline_cur {
    display: none;
  }
  .topLogBoxPc {
    display: none;
  }
  .topLogBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .topLogBox,
  .topLogBox a {
    color: #6a6a6a;
  }
  .col-com {
    border-top: 1px solid #e1e1e1;
    float: none;
  }
  .w-languege,
  .w-loginRegister,
  .w-shopCart {
    float: none;
    margin: 0;
    padding: 0.5em;
    border-bottom: 1px solid #e1e1e1;
  }
  .topLogBox .w-search {
    float: none;
    margin: 0.5em;
  }
  .topLogBox .w-search .input-search-w {
    border-color: #e0e0e0;
    width: 100%;
  }
  .col-com > div:last-child {
    border-bottom: 0;
  }

  /*-----------------------会员中心和购物车--------------------*/
  .w-admin-shopCart,
  .w-admin-top {
    display: none;
  }
  .mobile-nav-toggle {
    top: 0.35rem;
  }
  .signTel,
  .shopCartTel,
  .signQuitTel {
    display: block;
    top: 0.35rem;
  }
  .w-admin-header .w-admin-nav {
    position: fixed;
    left: -70%;
    width: 70%;
    background: #fff;
    top: 0;
    bottom: 0;
    padding: 0;
    margin-top: 0px;
    z-index: 10;
    display: block;
    float: none;
  }
  .w-admin-nav .w-nav-in {
    height: 100%;
  }
  .order-progress {
    display: none;
  }

  .w-title1 h2 {
    font-size: 26px;
  }
  .w-title1 .title-h-in > span {
    font-size: 14px;
  }

  .pdTop-small {
    padding-top: 30px !important;
  }

  .newsDetail {
	padding-left: 16px;
	padding-right: 16px;
  }

  .newsDetail .newsTitle {
	font-size: 24px !important;
	line-height: 34px !important;
  }

  .newsDetail .newsST {
	font-size: 12px !important;
	margin-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  /*----------------------系统页-------------------*/
  .systitle {
    font-size: 125%;
    margin-bottom: 0;
    padding: 0.4em 1em;
    font-weight: normal;
  }
  .w-system .w-com-menu-H {
    margin-left: 0;
    margin-right: 0;
  }
  .crumbs {
    padding-bottom: 0;
  }
  .product-detail-info .product-grayBox {
    border: 0;
  }
  /*----------------------新闻---------------------------*/
  .w-adNews5 li .news-h {
    font-size: 105%;
  }
  .w-adNews8 li:last-child {
    border-bottom: 1px dashed #d9d9d9;
  }

  .div-table-first > tbody > tr > .td-w {
    margin-bottom: 32px !important;
  }
}
@media only screen and (max-width: 479px) {
  .pdTop-small {
    padding-top: 30px !important;
  }

  .w-adNews-in ul li {
    flex-direction: column;
    gap: 20px;
  }

  .bannerBox,
  .bx-wrapper,
  .bx-viewport,
  .bx-viewport li {
    height: 300px !important;
  }

  .news-item {
    flex-direction: column;
  }

  .news-item .news-img {
    width: 100%;
  }
  .news-item {
    padding-bottom: 24px !important;
  }

  .w-adNews-in ul .news-pic {
    width: 100%;
  }

  .body {
    font-size: 0.35rem;
  }
  .w-admin-header .w-logo {
    padding: 0 8.5em 0 1.2rem;
  }
  .topLogBox .w-search .input-search-w {
    height: 2.5em;
    line-height: 2.5em;
  }
  .w-foot-content {
    padding: 0.5em 1em;
  }

  .w-title {
    margin-bottom: 0.3rem;
  }
  .w-title1 h2 {
    font-size: 120%;
  }
  .w-title1 .title-h-in > span {
    font-size: 95%;
  }
  .w-title1 .simpline {
    width: 4em;
  }

  .w-adNews8 li {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
  .w-adNews8 li .news-h {
    font-size: 105%;
  }

  .w-social .social-item {
    margin-right: 0.8em;
  }
}
