.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/*左侧*/
.sidemenu {
  margin: 0 0 15px;
}

.sidemenu ul li {
  border-bottom: 1px solid #efefef;
  padding-top: 8px;
  padding-bottom: 8px;
}

.sidemenu ul li h5 {
  font-family: var(--font-family);
}

.sidemenu ul li.active h5 a {
  font-weight: 800;
  color: var(--color-primary);
}

.sidemenu ul li a {
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 40px;
  color: var(--title-text-color);
}

.sidemenu ul li a:hover {
  color: var(--color-primary);
  /* font-weight: 600; */
}

.sidemenu ul li span::before {
  content: "\e692";
  font-family: "iconfont" !important;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  display: block;
  text-align: center;
  transition: transform 0.3s ease;
  color: #A2A2A2;
  cursor: pointer;
}

.sidemenu dl {
  display: none;
  margin-top: 10px;
}

.sidemenu dl dd {
  position: relative;
  line-height: 40px;
  background: #fff;
}

.sidemenu dl dd a {
  font-size: 18px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 8px;
  font-weight: 500;
  text-transform: capitalize;
}

.sidemenu dl dd dl dd a {
  font-size: 14px;
  line-height: 32px;
  padding-left: 28px;
  padding-right: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

.sidemenu dl dd.active {
  color: var(--title-text-color);
  font-weight: 600;
}

.sidemenu dl dd:hover {
  color: var(--title-text-color);
  background: #0000000A;
}

.sidemenu ul li.active > .title > a,
.sidemenu dl dd.active > .title > a,
.sidemenu dl dd.active > a {
  color: var(--color-primary);
  font-weight: 600;
}

.sidemenu ul li.active > .title > span::before,
.sidemenu dl dd.active > .title > span::before{
  transform: rotate(90deg);
  color: var(--color-primary);
}

@media screen and (max-width: 768px) {

  .sidemenu>ul {
    display: none;
  }

  .sidemenu>ul>li h5 {
    font-size: 15px;
  }

  .sidemenu dl dd a {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .sidemenu>ul {
    display: block !important;
  }
}

/*详情*/
.nans-goods-read {
  padding: 80px 0;
}

.nans-goods-read .swiper-button-prev,
.nans-goods-read .swiper-button-next {
  color: #fff;
  overflow: hidden;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--color-primary);
  border-radius: 0;
  margin-top: -25px;
  text-align: center;
}
.nans-goods-read .swiper-button-prev::after,
.nans-goods-read .swiper-button-next::after {
  font-size: 16px;
}

.nans-goods-read .swiper-button-prev,
.nans-goods-read .swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
.nans-goods-read .swiper-button-next,
.nans-goods-read .swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.nans-goods-read .swiper-button-prev i,
.nans-goods-read .swiper-button-next i {
  color: inherit;
  font-size: 22px;
  line-height: 50px;
}
.nans-goods-read .swiper-button-prev:not(.swiper-button-disabled):hover,
.nans-goods-read .swiper-button-next:not(.swiper-button-disabled):hover {
opacity:.8;
  color: #fff;
}
.nans-goods-read .swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: auto;
}

.nans-goods-read .pro_view {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
}
.nans-goods-read .pro_view h1 {
  font-size: 28px;
}
.nans-goods-read .pro_view .sub_title {
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #e2e0e0;
  padding: 20px 0;
}
.nans-goods-read .pro_img .view {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.nans-goods-read .pro_img .view .swiper-slide {
  position: relative;
}

.nans-goods-read .pro_img .view .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.nans-goods-read .pro_img .view .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nans-goods-read .pro_img .preview {
  margin: 10px 0 0;
  padding: 0 40px;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.nans-goods-read .pro_img .preview .swiper-container {
  width: 100%;
  text-align: center;
}

.nans-goods-read .pro_img .preview .swiper-slide {
  cursor: pointer;
  padding: 10px 0 0;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

.nans-goods-read .pro_img .preview .swiper-slide::after {
  display: none;
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 5px;
  border-style: dashed;
  border-bottom-style: dashed;
  border-color: transparent;
  border-bottom-color: transparent;
  vertical-align: middle;
  border-bottom-style: solid;
  border-bottom-color: #212121;
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -5px;
}

.nans-goods-read .pro_img .preview .swiper-slide img {
  width: 100%;
  border: 1px solid #999;
  box-sizing: border-box;
}

.nans-goods-read .pro_img .preview .swiper-slide-thumb-active img {
  border: 1px solid #212121;
}

.nans-goods-read .pro_img .preview .swiper-slide.swiper-slide-thumb-active::after {
  display: inline-block;
}

.nans-goods-read .pro_img .preview .arrow-left,
.nans-goods-read .pro_img .preview .arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  z-index: 10;
  text-align: center;
}

.nans-goods-read .pro_img .preview .arrow-left {
  left: 0;
}

.nans-goods-read .pro_img .preview .arrow-right {
  right: 0;
}

.nans-goods-read .pro_img .preview .arrow-left i,
.nans-goods-read .pro_img .preview .arrow-right i {
  color: #999;
  font-size: 20px;
}

.nans-goods-read .pro_img .preview .arrow-left:hover i,
.nans-goods-read .pro_img .preview .arrow-right:hover i {
  color: #212121;
}

.nans-goods-read .pro_view_inner {
  -webkit-flex: 1;
  flex: 1;
}

.nans-goods-read .pro_view_inner .pro_para {
  margin-top: 25px;
}

.nans-goods-read .pro_view_inner .rich-text ul {
  position: relative;
  list-style: initial;
  padding-left: 20px;
}

.nans-goods-read .pro_view_inner .pro_btn {
  margin: 30px -10px 0;
}

.nans-goods-read .pro_view_inner .pro_btn .btn {
  width: 150px;
  padding: 10px 0;
  margin: 0 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: var(--button-radius);
  background: var(--color-primary);
  cursor: pointer;
}

.nans-goods-read .pro_view_inner .pro_btn .book:hover {
opacity:.8
}

.nans-goods-read .pro_tab {
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  background: #fff;
}

.nans-goods-read .pro_tab ul {
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
  position: relative;
}

.nans-goods-read .pro_tab ul li {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  font-size: 15px;
  color: var(--title-text-color);
  cursor: pointer;
}

.nans-goods-read .pro_tab ul li::after {
  content: "";
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  display: none;
}

.nans-goods-read .pro_tab ul li.active {
  color: var(--color-primary);
}

.nans-goods-read .pro_tab ul li.active::after {
  display: block;
}

.nans-goods-read .pro-content {
  padding: 25px 0 0;
}

.nans-goods-read .pro-content p~p {
  margin-top: 10px;
}
.nans-goods-read .pro-content p~p img{
  width:750px
}
.nans-goods-read .pro-content .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.nans-goods-read .pro-content table {
  width: 100%;
  font-size: 15px;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.nans-goods-read .pro-content table th {
  padding: 10px 20px;
  border: 1px solid #E4EAF2;
  background-color: #F8FAFC;
  font-weight: bold;
}

.nans-goods-read .pro-content table td {
  padding: 10px 20px;
  border: 1px solid #E4EAF2;
  background-color: #ffffff;
}

.nans-goods-read .pro-content table tr td:nth-child(2n+1) {
  background-color: #F8FAFC;
}

.nans-goods-read .pro-content dl dd {
  padding: 0 0 0 25px;
}

.nans-goods-read .pro-content dl dd+dd {
  margin-top: 5px;
}

.nans-goods-read .faq-list ul li {
  padding: 4px 8px 4px 15px;
  border: 1px solid #999;
  border-radius: 3px;
  position: relative;
}

.nans-goods-read .faq-list ul li~li {
  margin-top: 15px;
}

.nans-goods-read .faq-list ul li .t {
  overflow: hidden;
  cursor: pointer;
}

.nans-goods-read .faq-list ul li .t span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 2px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.nans-goods-read .faq-list ul li .t span i {
  font-size: 22px;
}

.nans-goods-read .faq-list ul li .t h4 {
  font-size: 18px;
}

.nans-goods-read .faq-list ul li .con {
  display: none;
  padding: 10px 0;
}

.nans-goods-read .faq-list ul li .con p~p {
  margin-top: 10px;
}

.nans-goods-read .faq-list ul li.active .t span {
  -webkit-transform: rotate(45deg) scale(1.08);
  -ms-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08);
}

.nans-goods-read .pro-inquiry {
  margin: 20px 0 0;
  padding: 0 35px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.nans-goods-read .pro-inquiry h4 {
  padding: 10px 0;
  margin: 0 -60px 40px;
  font-size: 26px;
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: var(--color-primary);
}

.nans-goods-read .pro-inquiry .inquirbox input[type="text"],
.nans-goods-read .pro-inquiry .inquirbox textarea {
  padding: 13px 25px;
}

.nans-goods-read .pro-inquiry .inquirbox .submit {
  width: 190px;
  height: 45px;
  padding: 0;
  line-height: 45px;
  font-size: 16px;
  border-radius: var(--button-radius);
  margin: 0 auto;
}

.nans-goods-read .pro_text {
  margin: 15px 0 0;
  position: relative;
}

.nans-goods-read .pro_text .pro-scroll {
  padding: 20px 0 40px;
}
.nans-goods-read .pro_text .pro-scroll:last-child {
  padding-bottom: 0;
}

.nans-goods-read .pro_text .pro-scroll:not(:first-child) {
  border-top: 1px dashed #999;
}

.nans-goods-read .pro_text .tit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.nans-goods-read .pro_text .tit h3 {
  position: relative;
  line-height: 46px;
  /* padding-left: 50px; */
  /* background: url("./pics/i2.png") no-repeat left center; */
  background-size: 40px;
}

.nans-goods-read .pro-other .swiper-slide {
  text-align: center;
}

.nans-goods-read .pro-other .swiper-slide .pic {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #DFECDE;
}

.nans-goods-read .pro-other .swiper-slide .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
}

.nans-goods-read .pro-other .swiper-slide p {
  margin: 20px 0 0;
  text-align: center;
}

.nans-goods-read .pro-other .swiper-slide p a {
  color: var(--title-text-color);
}

.nans-goods-read .pro-other .swiper-slide p a:hover {
  text-decoration: underline;
}

.nans-goods-read .inquirbox .row > div {
  margin-bottom: 25px;
}

.nans-goods-read .inquirbox input[type="text"],
.nans-goods-read .inquirbox textarea {
  padding: 8px 10px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #eee;
  width: 100%;
  background: #FAFAFA;
  line-height: 22px;
  text-align: left;
  color: var(--text-color);
  box-sizing: border-box;
}

.nans-goods-read .inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.nans-goods-read .inquirbox input[type="text"]:focus,
.nans-goods-read .inquirbox textarea:focus {
  border-color: #999 !important;
}

.nans-goods-read .inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.nans-goods-read .inquirbox .submit {
  margin: 20px 0 0;
  display: block;
  background: var(--color-primary);
  color: #fff;
  line-height: 45px;
  width: 153px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}

.nans-goods-read .inquirbox .submit:hover {
  background: var(--btn-hover, --color-second);
}

@media screen and (max-width: 1400px) {
  .nans-goods-read {
    padding: 70px 0;
  }

  .nans-goods-read .pro-inquiry {
    padding: 0 25px 5px;
  }
}

@media screen and (max-width: 1200px) {
  .nans-goods-read h1 {
    font-size: 32px;
  }

  .nans-goods-read h3 {
    font-size: 22px;
  }

  .nans-goods-read .swiper-button-prev,
  .nans-goods-read .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .nans-goods-read .pro_view_inner .pro_btn .btn {
    width: 130px;
  }
}

@media screen and (max-width: 992px) {
  .nans-goods-read {
    padding: 50px 0;
  }

  .nans-goods-read h1 {
    font-size: 28px;
    margin-top: 20px;
  }

  .nans-goods-read h3 {
    font-size: 20px;
  }

  .nans-goods-read .pro_tab_box {
    display: none;
  }

  .nans-goods-read .pro-other .swiper-slide:hover .pic img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
  }

  .nans-goods-read .pro-other .swiper-slide:hover .pic p {
    color: #fff;
  }

  .nans-goods-read .pro-other .swiper-slide:hover>.pic:after {
    display: block;
  }

  .nans-goods-read .pro-other .swiper-slide:hover p a {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .nans-goods-read {
    padding: 30px 15px;
  }

  .nans-goods-read .col-md-4,
  .nans-goods-read .col-md-8 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .nans-goods-read h1 {
    font-size: 24px;
  }

  .nans-goods-read h3 {
    font-size: 18px;
  }

  .nans-goods-read .pro_view {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
  }

  .nans-goods-read .pro_img {
    width: 90%;
    margin: 0 auto;
  }

  .nans-goods-read .pro_view_inner {
    margin: 20px 0 0;
  }

  .nans-goods-read .pro_view_inner .pro_para {
    margin-top: 15px;
  }

  .nans-goods-read .pro_view_inner .pro_btn {
    margin: 20px 0 0;
    text-align: center;
  }
  .nans-goods-read .pro_view_inner .pro_btn .btn {
    width: 110px;
    padding: 6px 0;
    font-size: 15px;
  }

  .nans-goods-read .pro_text {
    margin: 20px 0 0;
  }

  .nans-goods-read .pro_text .pro-scroll {
    padding: 15px 0 20px;
  }

  .nans-goods-read .pro-content {
    padding: 15px 0 0;
  }

  .nans-goods-read .pro_text .tit h3 {
    padding-left: 45px;
    line-height: 40px;
    background-size: 35px;
  }

  .nans-goods-read .pro-inquiry {
    padding: 0 15px;
  }

  .nans-goods-read .pro-inquiry h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .nans-goods-read .pro-inquiry .inquirbox input[type="text"],
  .nans-goods-read .pro-inquiry .inquirbox textarea {
    padding: 10px 15px;
  }

  .nans-goods-read .pro-inquiry .inquirbox .row {
    margin: 0;
  }

  .nans-goods-read .pro-inquiry .inquirbox .row > div {
    margin-bottom: 10px;
  }

  .nans-goods-read .pro-inquiry .inquirbox .submit {
    margin: 0 auto;
    line-height: 42px;
    width: 140px;
    font-size: 15px;
  }
}

@media screen and (max-width: 576px) {
  .nans-goods-read {
    font-size: 15px;
  }

  .nans-goods-read h1 {
    font-size: 20px;
  }

  .nans-goods-read h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .nans-goods-read {
    font-size: 14px;
  }

  .nans-goods-read h1 {
    font-size: 18px;
  }

  .nans-goods-read h3 {
    font-size: 16px;
  }
}

body{
  overflow-x: hidden;
}

@media screen and (max-width:768px){
  .richtext-detail img{
    width: 100%;
  }
  .richtext-detail{

    width: 100% !important;
  }
  #detail_decorate_root{

    width:100% !important;
  }
  #detail_decorate_root [class*="magic-"]{width:100% !important;height:auto !important;margin: 0 !important;}
  table{
    padding-left: 0 !important;
    white-space: nowrap !important;
    width: auto !important;
  }
  #detail_decorate_root [class*="magic-"] p{
    font-size:12px;
    line-height:1.4
  }
  .nans-goods-read .pro-content p{
    font-size: 12px !important;
  }
}
.ife-detail-decorate-table{
  overflow-x: auto;
  
  }

  .table-wrapper{

    overflow-x: auto;
  }
  .table-response{
    overflow-x: auto;
  }.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

:root {
    --color-primary: #367766;
    --color-primary-rgb: 54, 119, 102;
    --color-second: #121212;
    --color-second-rgb: 18, 18, 18;
    --bg-color: #111;
    --btn-hover: #367766;
    --button-radius: 0px;
    --font-family: Montserrat;
    --title-font-family: Montserrat_Bold;
    --text-color: #666;
    --text-color-rgb: 102, 102, 102;
    --title-text-color: #121212;
    --title-text-color-rgb: 18, 18, 18;
}
@media (min-width: 576px) {
.container{max-width:none;padding-right:20px;padding-left:20px;}
}
@media (min-width: 768px) {
.container {max-width:none;padding-right:40px;padding-left:40px;}
}
@media (min-width: 992px) {
.container{max-width:none;padding-right:50px;padding-left:50px;}
}
@media (min-width:1171px) {
.container{max-width:none;padding-right:60px;padding-left:60px;}
}
@media (min-width:1280px) {
.container{max-width:none;padding-right:70px;padding-left:70px;}
}
@media (min-width:1367px){
.container {max-width:1200px;padding-right:15px;padding-left:15px;}
}
@media (min-width:1441px){
.container {max-width:1300px;}
}
@media (min-width:1550px) {
.container{max-width:1440px;}
}
@media (min-width: 992px){
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
}


@media (min-width: 768px){
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
}

@media (min-width: 1200px){
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}.col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
}



.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.daoz{
  transform:rotate(180deg);    
}