@charset "utf-8";
/* CSS Document */
.inner-banner {
  height: 600px;
  position: relative;
  overflow: hidden;
}
.inner-banner .inner-ban-bg {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.inner-banner .inner-ban-bg.animated {
  -webkit-animation: zoomOut2 2s ease forwards;
  -moz-animation: zoomOut2 2s ease forwards;
  -o-animation: zoomOut2 2s ease forwards;
  animation: zoomOut2 2s ease forwards;
}
.inner-banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inner-banner .w1720 {
  height: 100%;
}
.inner-banner .w1720 img {
  left: 15%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.inner-mbx {
  height: 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.crumb-nav-cp {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.crumb-nav-cp i,
.crumb-nav-cp a {
  color: #999999;
}
.crumb-nav-cp a {
  margin: 0 5px;
}
.crumb-nav-cp i {
  margin-right: 10px;
}
.crumb-nav-cp a.active {
  color: #e3d9b3;
}
.crumb-nav-btn {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.crumb-nav-btn a {
  width: 4.675rem;
  height: 1.0rem;
  text-align: center;
  line-height: 1rem;
  border: 1px solid #e3d9b3;
  color: #999999;
}
.crumb-nav-btn a.active {
  color: #fff;
  background-color: #e3d9b3;
}
@media screen and (max-width: 768px) {
  .inner-banner img {
    width: 6.42rem;
  }
  .inner-banner .w1720 {
    height: 100%;
  }
  .inner-banner .w1720 img {
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .inner-mbx {
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem auto;
  }
  .crumb-nav-cp {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 15px;
  }
  .crumb-nav-cp i,
  .crumb-nav-cp a {
    color: #999999;
    font-size: 14px;
  }
  .crumb-nav-cp a {
    margin: 0 5px;
  }
  .crumb-nav-cp i {
    margin-right: 10px;
  }
  .crumb-nav-cp a.active {
    color: #e3d9b3;
  }
  .crumb-nav-btn {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .crumb-nav-btn a {
    width: 1.88rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    border: 1px solid #e3d9b3;
    color: #999999;
    font-size: 14px;
  }
  .crumb-nav-btn a.active {
    color: #fff;
    background-color: #e3d9b3;
  }
}
.jx-global-tit {
  text-align: center;
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
}
.jx-global-tit h3 {
  color: #333333;
}
.jx-global-tit .line {
  width: 80px;
  height: 1px;
  background-color: #e3d9b3;
  margin: 7px auto;
}
.jx-global-tit h5 {
  font-family: gilroybold;
  font-size: 0.6rem;
  color: #e3d9b3;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .jx-global-tit {
    text-align: center;
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
  }
  .jx-global-tit h3 {
    color: #333333;
    font-size: 18px;
  }
  .jx-global-tit .line {
    width: 0.8rem;
    height: 1px;
    background-color: #e3d9b3;
    margin: 7px auto;
  }
  .jx-global-tit h5 {
    font-family: gilroybold;
    font-size: 16px;
    color: #e3d9b3;
  }
}
.inner-aboutedit-wrap {
  padding: 0 5%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.inner-aboutedit-wrap .about-doc-edit {
  width: 24.0rem;
}
.inner-aboutedit-wrap .jsline {
  width: 1px;
  height: 4.5rem;
  background-color: #e3d9b3;
}
.inner-aboutedit-wrap .about-his-list {
  width: 7.25rem;
  position: relative;
  margin-left: 0;
}
@media screen and (max-width: 1500px) {
  .inner-aboutedit-wrap .jsline {
    margin: 0 2.0rem;
  }
}
@font-face {
  font-family: 'BEBAS';
  src: url('../font/BEBAS.woff') format('woff'), url('../font/BEBAS.woff2') format('woff2'), url('../font/BEBAS.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.BEBAS {
  font-family: BEBAS;
}
.inner-culture {
  display: flex;
  flex-flow: row wrap;
}
.culture-box {
  width: 25%;
  background-color: #313131;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.culture-box.image {
  overflow: hidden;
  position: relative;
}
.culture-box.image .images-fade {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.culture-box.image .images-fade.animated {
  -webkit-animation: zoomOut2 2s ease forwards;
  -moz-animation: zoomOut2 2s ease forwards;
  -o-animation: zoomOut2 2s ease forwards;
  animation: zoomOut2 2s ease forwards;
}
.culture-box .culture-box-in {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.culture-box .culture-box-in .num {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 3.875rem;
  color: #e3d9b3;
  opacity: 0.1;
}
.culture-box .culture-box-in .line {
  position: absolute;
  left: 50%;
  top: 0;
  height: 2.0rem;
  width: 1px;
  background-color: #e3d9b3;
}
.culture-box:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.culture-box h3 {
  color: #e3d9b3;
  font-size: 22px;
}
.culture-box .culture-box-edit {
  line-height: 1.8;
  text-align: center;
  color: #fff;
}
.culture-box.bgjs {
  background-color: #e3d9b3;
}
.culture-box.bgjs h3 {
  color: #313131;
}
.culture-box.bgjs .culture-box-edit {
  color: #313131;
}
.culture-box.bgjs .culture-box-in .line {
  background-color: #fff;
}
.culture-box.bgjs .culture-box-in .num {
  color: #ffffff;
  opacity: .3;
}
.culture-box.bggray {
  background-color: #eeeeee;
}
.culture-box.bggray h3 {
  color: #313131;
}
.culture-box.bggray .culture-box-edit {
  color: #313131;
}
.culture-box.bggray .culture-box-in .line {
  background-color: #e3d9b3;
}
.culture-box.bggray .culture-box-in .num {
  color: #313131;
  opacity: .1;
}
.culture-box.bgfff {
  background-color: #fff;
}
.culture-box.bgfff .culture-box-edit {
  color: #313131;
}
.culture-box.bgblack {
  background-color: #434343;
}
.staff-box {
  position: relative;
}
.staff-box-high-light {
  width: 50%;
  background-color: #fff;
  position: relative;
}
.staff-box-high-light:after {
  padding-bottom: 50%;
}
.staff-box-high-light .jx-global-tit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.staff-box-high-light .jx-global-tit h3 {
  color: #333333;
}
@media (max-width: 768px) {
  .culture-box .culture-box-edit {
    font-size: 12px;
    padding: 0 5%;
  }
  .culture-box {
    width: 50%;
    background-color: #313131;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .culture-box.image {
    overflow: hidden;
    position: relative;
  }
  .culture-box.image .images-fade {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .culture-box.image .images-fade.animated {
    -webkit-animation: zoomOut2 2s ease forwards;
    -moz-animation: zoomOut2 2s ease forwards;
    -o-animation: zoomOut2 2s ease forwards;
    animation: zoomOut2 2s ease forwards;
  }
  .culture-box h3 {
    font-size: 16px;
  }
  .culture-box .culture-box-in {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  .culture-box .culture-box-in .num {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.3rem;
    color: #e3d9b3;
    opacity: 0.1;
  }
  .culture-box .culture-box-in .line {
    position: absolute;
    left: 50%;
    top: 0;
    height: 0.8rem;
    width: 1px;
    background-color: #e3d9b3;
  }
  .culture-box:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .staff-box-high-light {
    width: 100%;
    background-color: #fff;
    position: relative;
  }
  .staff-box-high-light .images-fade {
    background: none!important;
  }
  .staff-box-high-light:after {
    padding-bottom: 50%;
  }
  .staff-box-high-light .jx-global-tit {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .staff-box-high-light .jx-global-tit h3 {
    color: #333333;
  }
}
.honor-list {
  margin: 0 -2.18%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.honor-item {
  width: 20%;
  padding: 0 2.18%;
  margin-bottom: 50px;
  position: relative;
  transition: all 0.3s linear;
}
.honor-item.animated {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.honor-item:hover .img-box {
  transform: translateY(-20px);
  border: 1px solid transparent;
  position: relative;
}
.honor-item:hover .img-box:after {
  content: "";
  position: absolute;
  background: url(../images/yy.png) no-repeat center bottom;
  bottom: -19.5px;
  left: 0;
  opacity: 0.7;
  z-index: -1;
  width: 100%;
  height: 59px;
}
.honor-item .img-box {
  padding: 0px;
  border: 1px solid #bfbfbf;
  transition: all 0.3s linear;
}
.honor-item .doc-box {
  text-align: center;
  padding: 0 5%;
  color: #333;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .honor-list {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .honor-item {
    width: 49%;
    padding: 0;
    margin-bottom: 0.5rem;
    position: relative;
  }
  .honor-item .doc-box {
    text-align: center;
    padding: 0 5%;
    color: #333;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 14px;
  }
}
.product-lv1 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 -1.9%;
}
.product-lv1 li {
  min-width: 5.875rem;
  margin: 0 1.9%;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
  padding-right: 20px;
}
.product-lv1 li a {
  font-size: 22px;
  color: #333;
  padding-bottom: 12px;
}
.product-lv1 li.active {
  border-bottom: 1px solid #e3d9b3;
  background: url(../images/size.png) no-repeat right center;
  background-size: 16px 8px;
}
.product-lv1 li.active a {
  color: #e3d9b3;
}
.product-lv2 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.product-lv2 .product-lv2-arr {
  width: 22px;
  cursor: pointer;
}
.product-lv2 .product-lv2-arr.p_leftarr {
  margin-right: 18px;
}
.product-lv2 .product-lv2-arr.p_rightarr {
  margin-left: 18px;
}
.prolv2-swiper {
  flex: 1;
}
.prolv2-swiper.noswiper .swiper-wrapper {
  justify-content: center;
}
.prolv2-swiper.noswiper .swiper-wrapper .lv2-md-item {
  margin: 0 10px;
}
.lv2-md-item {
  width: 16.6%;
}
.lv2-md-item a {
  display: block;
  height: 50px;
  border: 1px solid #b5b5b5;
  line-height: 50px;
  text-align: center;
}
.lv2-md-item:hover a {
  background-color: #434343;
  color: #fff;
}
.lv2-md-item.active a {
  background-color: #434343;
  color: #fff;
}
.inner-page-product {
  background-color: #eeeeee;
}
.toggle {
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.toggle i {
  color: #666666;
  margin-left: 12px;
  position: absolute;
  top: 20%;
  transition: all 0.3s linear;
}
.toggle.active i {
  transform: rotate(180deg);
}
.product-main-ul {
  margin: 0 -16px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.product-main-ul .product-list-item {
  width: 25%;
  padding: 0 16px;
  margin-bottom: 0.9rem;
}
.product-main-ul .product-list-item a {
  display: block;
  background-color: #fff;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem
}
.product-main-ul .product-list-item a .img-box {
/*    margin: 1.5rem 1.4rem 0;
    margin-bottom: 2.0rem;*/
    height: 7.5rem;
    position: relative;
    margin-bottom: 1rem
}
.product-main-ul .product-list-item a .img-box  img{
  display: none;
}
.product-main-ul .product-list-item a .img-box .imagesbg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px){
  .product-main-ul .product-list-item a {

  padding-top: 0
}
  .product-main-ul .product-list-item a .img-box {
    height: 3rem;
    margin: 0.6rem 0.56rem 0;
  }
  .product-main-ul .product-list-item a .img-box  img{
    display: none;
  }

}
.product-main-ul .product-list-item a .doc-box {
  text-align: center;
}
.product-main-ul .product-list-item a .doc-box h6 {
  font-size: 20px;
  color: #333;
}
.product-main-ul .product-list-item a .doc-box .line {
  width: 90px;
  height: 1px;
  background-color: #e3d9b3;
  margin: 12px auto;
}
.product-main-ul .product-list-item a .doc-box h5 {
  font-size: 24px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .product-lv1 li {
    min-width: 100%;
    margin: 0 1.9%;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 12px;
    padding-right: 20px;
  }
  .product-lv1 li a {
    font-size: 14px;
  }
  .lv2-md-item a {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 5%;
  }
  .product-lv2 .product-lv2-arr {
    width: 11px;
  }
  .product-main-ul {
    margin: 0 -8px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .product-main-ul .product-list-item {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 0.36rem;
  }
  .product-main-ul .product-list-item a {
    display: block;
    background-color: #fff;
    padding-bottom: 0.5rem;
  }
 
  .product-main-ul .product-list-item a .doc-box {
    padding: 0 0.6rem;
    text-align: center;
  }
  .product-main-ul .product-list-item a .doc-box h6 {
    font-size: 16px;
    color: #333;
  }
  .product-main-ul .product-list-item a .doc-box .line {
    width: 90px;
    height: 1px;
    background-color: #e3d9b3;
    margin: 8px auto;
  }
  .product-main-ul .product-list-item a .doc-box h5 {
    font-size: 14px;
    color: #333333;
  }
}
.product-detail-bd {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.product-bd-l-swiper {
  width: 50%;
  border: 1px solid #dcdcdc;
}
.product-bd-l-swiper .product-big {
  position: relative;
  padding: 60px 160px;
}
.product-bd-l-swiper .product-big span {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #e0e1e3;
  left: 0;
  bottom: 0;
  cursor: pointer;
}
.product-bd-l-swiper .product-big i {
  font-size: 20px;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-bd-r-wrap {
  width: 44%;
}
.product-bd-txt {
  padding-top: 15px;
}
.product-bd-txt-name h6 {
  color: #242a30;
  font-size: 16px;
  line-height: 40px;
}
.product-bd-txt-name h3 {
  font-size: 30px;
  color: #242a30;
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 10px;
}
.product-bd-txt-filed {
  margin-top: 38px;
}
.product-bd-txt-filed .type {
  width: 94px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: url(../images/more.png) no-repeat center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 28px;
}
.product-bd-txt-filed p {
  color: #242a30;
  font-size: 24px;
}
.product-bd-r-thumbs {
  margin-top: 70px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.product-bd-r-thumbs .thumbs-btn {
  width: 20px;
  height: 110px;
  background-color: #979b9f;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.3s linear;
}
.product-bd-r-thumbs .thumbs-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-bd-r-thumbs .thumbs-btn:hover {
  background-color: #303840;
}
.product-bd-r-thumbs .thumbs-btn:hover i {
  color: #fff;
}
.product-bd-r-swiper {
  flex: 1;
  margin: 0 10px;
}
.product-bd-r-swiper .thumbs-slide {
  border: 1px solid #dcdcdc;
  padding: 16px 48px;
}
.product-bd-r-swiper .thumbs-slide.swiper-slide-thumb-active {
  border: 1px solid #333;
}
.product-detail-hd {
  margin-top: 70px;
}
.product-detail-switch-bar {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.detail-cate-item {
  width: 25%;
  height: 70px;
  display: block;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  border-bottom: 4px solid #4b5765;
  position: relative;
  cursor: pointer;
}
.detail-cate-item:after {
  content: "";
  height: calc(100% + 4px);
  width: 3px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.detail-cate-item.active {
  border-bottom: 4px solid #e3d9b3;
  background-color: #fff;
}
.detail-cate-item i {
  margin-right: 16px;
  font-size: 24px;
  color: #303840;
}
.detail-cate-item i.icon-tedian{
  background: url('../images/gn_icon.png') no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.detail-cate-item i.icon-shuoming{
  background: url('../images/yy_icon.png') no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.detail-cate-item p {
  color: #303840;
}
.product-detail-main-wrap {
  margin-top: 70px;
}
.product-detail-box {
  display: none;
}
.product-detail-box.active {
  display: block;
}
.gntd-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 28px;
}
.gntd-item img {
  width: 136px;
  height: 136px;
  margin-right: 50px;
}
.gntd-item .doc {
  flex: 1;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  border-bottom: 2px dashed #e5e5e5;
  margin-top: 30px;
}
.gntd-item .doc h3 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.gntd-item .doc h3 b {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  margin-right: 25px;
  position: relative;
}
.gntd-item .doc h3 b i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #84ccc9;
}
.gntd-item .doc h3 b span {
  font-weight: bold;
  color: #242a30;
  font-size: 20px;
}
.gntd-item .doc p {
  margin-top: 26px;
  font-size: 16px;
  color: #242a30;
  padding-left: 46px;
}
.product-edit-box {
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.product-edit-box img {
  max-width: 100%;
}
.product-edit-box table {
  border: 1px solid #dcdcdc;
}
.product-edit-box table thead tr th {
  padding: 15px 0;
  color: #333;
  text-align: center;
}
.product-edit-box table tbody tr {
  border-bottom: none;
}
.product-edit-box table tbody tr td {
  text-align: center;
  color: #666666;
  font-size: 16px;
  padding: 8px 0;
}
.vidcontainer img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-bd-file {
  margin-top: 20px;
}
.product-bd-file-item {
  color: #666666;
  font-size: 16px;
  line-height: 40px;
}
.product-detail-bd-wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.product-detail-bd {
  margin: inherit;
}
.product-router {
  display: block;
  width: 1.5rem;
  height: 7.5rem;
  background-color: #999999;
  position: relative;
  display: none;
}
.product-router.toprev {
  margin-right: 40px;
}
.product-router.tonext {
  margin-left: 40px;
}
.product-router i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .product-detail-bd {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
  }
  .product-detail-hd {
    width: 90%;
    margin-top: 35px;
  }
  .product-detail-main-wrap {
    margin-top: 35px;
  }
  .product-bd-l-swiper {
    width: 100%;
    border: 1px solid #dcdcdc;
  }
  .product-bd-l-swiper .product-big {
    position: relative;
    padding: 28%;
  }
  .product-bd-l-swiper .product-big span {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #e0e1e3;
    left: 0;
    bottom: 0;
    cursor: pointer;
  }
  .product-bd-l-swiper .product-big i {
    font-size: 20px;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .product-bd-r-wrap {
    width: 100%;
    order: -1;
  }
  .product-bd-r-swiper .thumbs-slide {
    border: 1px solid #dcdcdc;
    padding: 10px 24px;
  }
  .product-bd-r-swiper {
    padding: 0 5px;
    margin: 0;
  }
  .detail-cate-item {
    width: 50%;
    height: 44px;
    display: block;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    background-color: #eeeeee;
    border-bottom: 4px solid #4b5765;
    position: relative;
    cursor: pointer;
  }
  .detail-cate-item i {
    font-size: 16px;
  }
  .detail-cate-item p {
    font-size: 14px;
  }
  .detail-cate-item:after {
    content: "";
    height: calc(103%);
    width: 3px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
  }
  .product-bd-r-thumbs {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .product-bd-r-thumbs .thumbs-btn {
    width: 18px;
    height: 81px;
  }
  .product-bd-file-item {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
  }
  .product-bd-txt-filed p {
    color: #242a30;
    font-size: 20px;
  }
  .product-bd-txt-name h3 {
    font-size: 24px;
    padding-bottom: 12px;
    margin-top: 5px;
  }
  .product-bd-txt-filed .type {
    margin-bottom: 14px;
  }
  .product-bd-txt-filed {
    margin-top: 19px;
  }
}
.contact-address-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.contact-address-list .line {
  height: 160px;
  width: 1px;
  border-right: 2px dashed #e3d9b3;
  margin: 0 1.75rem;
}
.address-filed {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  font-size: 16px;
  margin-bottom: 14px;
}
.address-filed i {
  color: #e3d9b3;
  margin-right: 14px;
  font-size: 24px;
}
.address-filed b {
  margin-right: 10px;
}
#allmap1 {
  height: 635px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-address-list .line {
    height: 1px;
    width: 100%;
    border-top: 2px dashed #e3d9b3;
    margin: 0.3rem 0;
  }
  .contact-address-list {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .address-filed {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .address-filed i {
    font-size: 18px;
  }
  #allmap1 {
    height: 6.35rem;
  }
  .map-address-name {
    font-size: 14px;
  }
  .map-address-detail {
    font-size: 14px;
  }
}
.bsc-list {
  width: 80%;
  max-width: 1150px;
  margin: 0 auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 3.25rem;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.bsc-list .bsc-item {
  width: 25%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
.bsc-list .bsc-item .bsc-item-in {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.bsc-list .bsc-item .bsc-item-in .mask {
  background-color: #262626;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s linear;
}
.bsc-list .bsc-item .bsc-item-in .mask h4 {
  margin-top: 20px;
}
.bsc-list .bsc-item .bsc-item-in .mask .doc-edit {
  line-height: 1.8;
  margin-top: 0.35rem;
  text-align: center;
}
.bsc-list .bsc-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.bsc-list .bsc-item:hover .mask {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 768px) {
  .bsc-list {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 1.3rem;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
  }
  .bsc-list .bsc-item {
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .bsc-list .bsc-item .bsc-item-in {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .bsc-list .bsc-item .bsc-item-in .mask {
    background-color: #262626;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transform: none;
    transition: all 0.3s linear;
  }
  .bsc-list .bsc-item .bsc-item-in .mask h6 {
    font-size: 18px;
  }
  .bsc-list .bsc-item .bsc-item-in .mask h4 {
    margin-top: 10px;
    font-size: 16px;
  }
  .bsc-list .bsc-item .bsc-item-in .mask .doc-edit {
    line-height: 1.8;
    font-size: 12px;
    margin-top: 0.2rem;
  }
  .bsc-list .bsc-item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .bsc-list .bsc-item:hover .mask {
    opacity: 0;
    transform: none;
  }
}
.w1300 {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
@media screen and (max-width: 1500px) {
  .w1300 {
    width: 88%;
  }
}
.news-form-component {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.news-form-component input {
  width: 49.5%;
  border: 1px solid #d2d2d2;
  height: 1.35rem;
  line-height: 1.35rem;
  padding-left: 0.7rem;
  font-size: 16px;
  margin-bottom: 25px;
}
.news-form-component input.full {
  width: 100%;
}
.news-form-component input:focus {
  border: 1px solid #a6937c;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.22), 0 5px 9px rgba(148, 138, 105, 0.22);
}
.news-form-component textarea {
  padding-left: 0.7rem;
  padding-top: 14px;
  width: 100%;
  height: 5.75rem;
  border: 1px solid #d2d2d2;
  line-height: 1.4;
}
.news-form-component textarea:focus {
  border: 1px solid #a6937c;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.22), 0 5px 9px rgba(148, 138, 105, 0.22);
}
.post-btn-spe {
  width: 265px;
  height: 56px;
  line-height: 56px;
  margin-top: 1.45rem;
  border: 1px solid #e3d9b3;
  border-radius: 0;
  color: #fff;
  margin-top: 2rem;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(to right, rgba(176, 142, 66, 0) 25%, #b08e42 75%);
  background-size: 400% 300%;
  transition: 1700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-position: 99% 50%;
  margin: 0 auto;
  margin-top: 1.5rem;
}
.post-btn-spe:hover {
  border: 1px solid #b2876f;
  transition: 1400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #b2876f;
  background-position: 1% 50%;
}
@media screen and (max-width: 768px) {
  .news-form-component input {
    width: 100%;
    border: 1px solid #d2d2d2;
    height: .75rem;
    line-height: .75rem;
    padding-left: 0.28rem;
    font-size: 0.28rem;
    margin-bottom: 12px;
  }
  .news-form-component textarea {
    padding-left: 0.28rem;
    padding-top: 7px;
    width: 100%;
    height: 5.75rem;
    border: 1px solid #d2d2d2;
    line-height: 1.4;
    font-size: 0.28rem;
  }
  .post-btn-spe {
    width: 2.8rem;
    height: .8rem;
    line-height: .8rem;
    margin-top: .58rem;
    display: inline-block;
    border-radius: 0;
    color: #fff;
    margin-top: 0.6rem;
    font-size: 0.28rem;
    letter-spacing: 2px;
    outline: none;
  }
}
.case-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 -0.5%;
}
.case-list li {
  width: 20%;
  padding: 0.5%;
  margin-bottom: 5px;
}
.case-list li .case-item-doc {
  height: 60px;
  line-height: 50px;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
}
.case-list li:hover .case-item-doc {
  background: url(../images/casedocbg.png) no-repeat center center;
  -webkit-background-size: 100% 22px;
  -moz-background-size: 100% 22px;
  -ms-background-size: 100% 22px;
  -o-background-size: 100% 22px;
  background-size: 100% 22px;
  background-position: center center;
  background-repeat: no-repeat;
  color: #e3d9b3;
}
@media screen and (max-width: 768px) {
  .case-list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 -0.5%;
  }
  .case-list li {
    width: 50%;
    padding: 0.5%;
    margin-bottom: 5px;
  }
  .case-list li .case-item-doc {
    height: 60px;
    line-height: 50px;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
  }
  .case-list li:hover .case-item-doc {
    background: url(../images/casedocbg.png) no-repeat center center;
    -webkit-background-size: 100% 22px;
    -moz-background-size: 100% 22px;
    -ms-background-size: 100% 22px;
    -o-background-size: 100% 22px;
    background-size: 100% 22px;
    background-position: center center;
    background-repeat: no-repeat;
    color: #e3d9b3;
  }
}
.case-detail {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.case-detail .case-name {
  text-align: center;
  font-size: 0.75rem;
}
.case-detail .case-detail-img-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.case-detail .case-detail-img-wrap img {
  width: 61%;
}
.case-detail .product-router {
  display: block;
}
.case-detail-edit {
  font-size: 16px;
  color: #333333;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .case-detail {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .case-detail .case-name {
    text-align: center;
    font-size: 20px;
  }
  .case-detail .case-detail-img-wrap {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .case-detail .case-detail-img-wrap img {
    width: 100%;
  }
  .case-detail .product-router {
    display: none;
  }
  .case-detail-edit {
    font-size: 14px;
    color: #333333;
    line-height: 2;
  }
}
.product-list-main {
  margin: 0 -0.45rem;
}
.product-list-main li {
  position: relative;
  margin-bottom: 1.85rem;
  padding: 0 0.45rem;
}
.product-list-main li .news-product-view-box {
  width: 100%;
}
.product-list-main .product-view-tag {
  position: absolute;
  bottom: -0.55rem;
  width: 80%;
  height: 1.61rem;
  left: 0;
  right: 0;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 6px 0 10px rgba(0, 1, 2, 0.04);
  padding: 0 0.875rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.product-list-main .product-view-tag .name-box {
  width: 80%;
}
.product-list-main .product-view-tag .name-box h4 {
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list-main .product-view-tag .name-box p {
  font-size: 12px;
  margin-top: 0.15rem;
}
.news-item {
  margin-bottom: 1.5rem;
}
.news-item a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.news-item .news-img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 4.375rem;
  width: 35%;
  overflow: hidden;
  position: relative;
}
.news-item .news-img .news-img-bg {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.news-item .news-img .news-img-bg.animated {
  animation: zoomOut2 2s ease 0.2s forwards;
}
.news-item .news-img.animated .over-view-mask2 {
  transform: translateX(-101%);
}
.news-item .news-img.animated .over-view-mask2:after {
  opacity: 0;
}
.news-item .news-img .over-view-mask2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a6937c;
  transition: transform 0.9s 0.3s;
  z-index: 5;
}
.news-item .news-img .over-view-mask2:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  opacity: 0.6;
  transform: translateX(100%);
  transition: opacity 0.5s 0.7s;
}
.news-item .news-doc {
  width: 58%;
  padding-right: 13%;
}
.news-item .news-doc h3 {
  font-size: 0.45rem;
  color: #333333;
  line-height: 0.6rem;
  margin-top: 4px;
  margin-bottom: 0.5rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-item .news-doc .doc {
  font-size: 0.4rem;
  line-height: 0.8rem;
  height: 1.6rem;
  color: #999999;
  margin-bottom: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-item .news-doc .date {
  font-family: 'gilroy';
}
.w1520 {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
@media screen and (max-width: 1500px) {
  .w1520 {
    width: 88%;
  }
}
@media screen and (max-width: 768px) {
  .news-list .product-list-wrap .global-paging a {
    background-color: #e3d9b3;
    color: #fff;
  }
  .news-list .product-list-main li {
    margin-bottom: 0.65rem;
  }
  .news-item a {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .news-item .news-img {
    height: auto;
    width: 100%;
  }
  .news-item .news-img .news-img-bg {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .news-item .news-img .news-img-bg.animated {
    animation: zoomOut2 2s ease 0.2s forwards;
  }
  .news-item .news-img.animated .over-view-mask2 {
    transform: translateX(-101%);
  }
  .news-item .news-img.animated .over-view-mask2:after {
    opacity: 0;
  }
  .news-item .news-img .over-view-mask2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #a6937c;
    transition: transform 0.9s 0.3s;
    z-index: 5;
  }
  .news-item .news-img .over-view-mask2:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    opacity: 0.6;
    transform: translateX(100%);
    transition: opacity 0.5s 0.7s;
  }
  .news-item .news-doc {
    width: 100%;
    padding-right: 0%;
    margin-top: 0.28rem;
  }
  .news-item .news-doc h3 {
    font-size: 0.3rem;
    color: #333333;
    line-height: 1;
    margin-top: 4px;
    margin-bottom: 0.3rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-item .news-doc .doc {
    font-size: 0.28rem;
    line-height: 0.5rem;
    height: 1rem;
    color: #999999;
    margin-bottom: 0.28rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-item .news-doc .date {
    font-family: 'gilroy';
    font-size: 0.28rem;
  }
}
.news-bt {
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  margin-bottom: 1.25rem;
}
.news-bt h3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 30px;
  line-height: 50px;
  color: #333333;
}
.news-detail .date-view {
  margin-top: 22px;
  margin-bottom: 24px;
  color: #333333;
  font-family: 'gilroy';
}
.news-detail .date-view .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-right: 6px;
}
.news-detail .date-view .view {
  margin-left: 68px;
}
@media screen and (max-width: 768px) {
  .news-bt {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: .5rem;
  }
  .news-bt h3 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
  }
  .news-detail .date-view {
    margin-top: 11px;
    margin-bottom: 12px;
    color: #333333;
  }
  .news-detail .date-view .date {
    font-size: 14px;
  }
  .news-detail .date-view .icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 6px;
  }
  .news-detail .date-view .view {
    margin-left: 34px;
    font-size: 14px;
  }
}
.osl-det-edit-box {
  padding-top: 2.25rem;
}
.osl-det-edit-box .edit-tit {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 1.05rem;
}
.osl-det-edit-box .edit-tit span {
  font-size: 0.75rem;
  color: #a69683;
  margin-right: 0.6rem;
}
.osl-det-edit-box .edit-box {
  font-size: 16px;
  color: #333333;
  line-height: 2.25;
  padding-bottom: 4.0rem;
  border-bottom: 1px solid #bfbfbf;
}
.osl-det-edit-box .edit-box img {
  max-width: 100%;
}
.edit-control-box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.news-btn {
  padding-top: 48px;
}
.news-btn .news-prev {
  padding: 0 1.25rem;
  max-width: 445px;
  height: 40px;
  line-height: 38px;
  border-radius: 50px;
  border: 1px solid #bfbfbf;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-btn .news-prev.default {
  border: 1px solid #e7e7e7;
  color: #999999;
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  .osl-det-edit-box .edit-tit span {
    font-size: 0.32rem;
    color: #a69683;
    margin-right: 0.24rem;
  }
  .osl-det-edit-box {
    padding-top: 0.75rem;
  }
  .osl-det-edit-box .edit-tit {
    margin-bottom: 0.42rem;
  }
  .osl-det-edit-box .edit-tit img {
    width: .15rem;
  }
  .osl-det-edit-box .edit-box {
    font-size: 0.28rem;
    padding-bottom: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .news-btn {
    padding-top: 0.42rem;
  }
  .news-btn .news-prev {
    padding: 0 32px;
    max-width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    border: 1px solid #bfbfbf;
    font-size: 13px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-btn .news-prev.default {
    border: 1px solid #e7e7e7;
    color: #999999;
    cursor: not-allowed;
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  #osl-det-page .header-wrap {
    height: 1.3rem;
  }
  .faker-top {
    height: 1.3rem;
  }
  #osl-det-page .header {
    top: 0.24rem;
  }
  .osl-det-bg {
    padding: 1.2rem 0 0.9rem 0;
  }
  .l-product-main-carousel {
    width: 100%;
  }
  .r-product-main-parameter {
    width: 100%;
    padding-left: 0rem;
    padding-top: 30px;
  }
  .r-product-main-parameter h3 {
    font-size: 0.32rem;
    line-height: 1.4;
    color: #333;
    margin-bottom: 0.32rem;
  }
  .r-product-main-parameter .line-modification {
    margin-bottom: 0.48rem;
  }
  .r-product-main-parameter .category {
    font-size: 0.28rem;
    color: #a69683;
    margin-bottom: 0.3rem;
  }
  .product-field li {
    padding-bottom: 9px;
    margin-bottom: 7px;
    font-size: 0.29rem;
  }
  .product-field li span {
    min-width: 1.4rem;
  }
  .osl-det-bg {
    min-height: auto;
  }
  .osl-det-edit-box .edit-tit span {
    font-size: 0.32rem;
    color: #a69683;
    margin-right: 0.24rem;
  }
  .osl-det-edit-box {
    padding-top: 0.75rem;
  }
  .osl-det-edit-box .edit-tit {
    margin-bottom: 0.42rem;
  }
  .osl-det-edit-box .edit-tit img {
    width: .15rem;
  }
  .osl-det-edit-box .edit-box {
    font-size: 0.28rem;
    padding-bottom: 0.6rem;
  }
  .pdb100 {
    padding-bottom: 1rem;
  }
}
.qa-list {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.qa-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1.5px dashed #d2d2d2;
  margin-bottom: 24px;
}
.qa-item img {
  width: 0.625rem;
}
.qa-item i {
  justify-self: flex-end;
  font-size: 0.75rem;
}
.qa-item h3 {
  margin-left: 1.0rem;
  margin-right: 1rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  font-size: 0.5rem;
}
.qa-item:hover {
  color: #666;
}
@media screen and (max-width: 768px) {
  .qa-list {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .qa-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: 12px;
  }
  .qa-item img {
    width: 0.625rem;
    display: none;
  }
  .qa-item i {
    justify-self: flex-end;
    font-size: 0.3rem;
  }
  .qa-item h3 {
    margin-left: 0rem;
    margin-right: 0.4rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    font-size: 14px;
  }
  .qa-item:hover {
    color: #666;
  }
}
.sale-way-tit {
  font-size: 22px;
  color: #877149;
}
.sale-edit {
  font-size: 16px;
  margin-top: 15px;
  line-height: 2;
  color: #333;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sale-way-tit {
    font-size: 20px;
  }
  .sale-edit {
    font-size: 14px;
    margin-top: 15px;
    line-height: 2;
    color: #333;
    margin-bottom: 25px;
  }
  .prolv2-swiper.noswiper .swiper-wrapper {
    justify-content: flex-start;
    flex-flow: wrap;
}
  .lv2-md-item{
       min-width: 47%;
       margin-bottom: 20px;
  }
  .prolv2-swiper.noswiper .swiper-wrapper .lv2-md-item{
       margin: 0;
     margin-bottom: 10px;
     margin-right: 10px;

  }
   .prolv2-swiper.noswiper .swiper-wrapper .lv2-md-item:nth-child(2n){
    margin-right: 0;
   }
}

.inner-page-product{
      padding-top: 40px;
}
.inner-page-product  .global-tit-wrap{
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

@media screen and (max-width: 768px) {
 .inner-page-product{
      padding-top: 0.04rem;
}
.inner-page-product  .global-tit-wrap{
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
} 
}




/*放大镜*/
/*.magnifier-small{
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(0,0,0,.3);
    border: 1px solid #333;
    z-index: 99999;
    cursor: move;
}
.magnifier-big{
    position: absolute;
    background: rgba(0,0,0,.3);
    border: 1px solid #333;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: calc(100% + 20px);
    top: 0;
    overflow: hidden;
}

.product-bd-r-wrap{
  position: relative;
  z-index: -1;
}
.product-bd-l-swiper .product-big{
  padding: 0
}
.product-bd-l-swiper{
  width: 50%
}
.product-bd-l-swiper .swiper-container{
    overflow: inherit;
}
.product-bd-l-swiper .swiper-container img{
  display: block;
  width: 70%;

  align-items: center;
  justify-content: center;
  margin: 0 auto
}

@media screen and (max-width: 768px){
.product-bd-l-swiper {
    width: 100%;
   
}
.magnifier-small{
  display: none;
}
.magnifier-big{
  display: none;
}
}*/