@charset "UTF-8";
@font-face {
  font-family: 'Poppins-Light';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Poppins-Light.ttf) format("truetype");
}
.Poppins-Light {
  font-family: 'Poppins-Light';
}

@font-face {
  font-family: 'Poppins-Medium';
  font-style: normal;
  font-display: swap;
  /*src: url(../fonts/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');*/
  src: url(../fonts/Poppins-Medium.ttf) format("truetype");
}
.Poppins-Medium {
  font-family: 'Poppins-Medium';
}

@font-face {
  font-family: 'Poppins-Regular';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
}
.Poppins-Regular {
  font-family: 'Poppins-Regular';
}

@font-face {
  font-family: 'Poppins-SemiBold';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Poppins-SemiBold.ttf) format("truetype");
}
.Poppins-SemiBold {
  font-family: 'Poppins-SemiBold';
}

@font-face {
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Poppins-Bold.ttf) format("truetype");
}
.Poppins-Bold {
  font-family: 'Poppins-Bold';
}

/* 苹方-简 极细体 */
@font-face {
  font-family: 'PingFangSC-Ultralight-ttf';
  font-display: swap;
  font-style: normal;
  src: url("../fonts/PingFangSC-Ultralight.ttf") format("truetype");
}
.PingFangSC-Ultralight {
  font-family: 'PingFangSC-Ultralight-ttf';
}

/* 苹方-简 纤细体 */
@font-face {
  font-family: 'PingFangSC-Thin-ttf';
  font-display: swap;
  font-style: normal;
  src: url("../fonts/PingFangSC-Thin.ttf") format("truetype");
}
.PingFangSC-Thin {
  font-family: 'PingFangSC-Thin-ttf';
}

/* 苹方-简 细体 */
@font-face {
  font-family: 'PingFangSC-Light-ttf';
  font-display: swap;
  font-style: normal;
  src: url("../fonts/PingFangSC-Light.ttf") format("truetype");
}
.PingFangSC-Light {
  font-family: 'PingFangSC-Light-ttf';
}

/* 苹方-简 常规体 */
@font-face {
  font-family: 'PingFangSC-Regular-ttf';
  font-display: swap;
  font-style: normal;
  src: url("../fonts/PingFangSC-Regular.ttf") format("truetype");
}
.PingFangSC-Regular {
  font-family: 'PingFangSC-Regular-ttf';
}

/* 苹方-简 中黑体 */
@font-face {
  font-family: 'PingFangSC-Medium-ttf';
  font-display: swap;
  font-style: normal;
  src: url("../fonts/PingFangSC-Medium.ttf") format("truetype");
}
.PingFangSC-Medium {
  font-family: 'PingFangSC-Medium-ttf';
}

/* 苹方-简 中粗体 */
@font-face {
  font-family: 'PingFangSC-Semibold-ttf';
  font-display: swap;
  font-style: normal;
  src: url("../fonts/PingFangSC-Semibold.ttf") format("truetype");
}
.PingFangSC-Semibold {
  font-family: 'PingFangSC-Semibold-ttf';
}

:root {
  --bs-nav-link-color:#00a2e9;
  --bs-theme-color:#00a2e9;
  --bs-link-color: #000;
  --bs-link-hover-color: #0088c7;
  --bs-border-color:#cacaca;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  --bs-body-font-family:"Poppins-Regular",'Poppins-Medium',"PingFangSC-Regular-ttf",'PingFangSC-Medium-ttf',"Microsoft YaHei",Arial,sans-serif!important;
}

body {
  overflow-x: hidden;
  font-family: 'Poppins-Regular';
}

.swiper-button-next, .swiper-button-prev {
  background: none !important;
  width: auto !important;
  height: auto !important;
}

.hover-pic {
  border-radius: unset;
}

.ca {
  text-transform: capitalize;
}

.up {
  text-transform: uppercase;
}

.cc br {
  height: 0;
  display: inline;
  width: 100%;
  line-height: 14px;
}
.cc p {
  margin-bottom: 5px;
  line-height: 29px;
}

.cc tbody, .cc td, .cc tfoot, .cc th, .cc thead, .cc tr {
  border-width: 1px;
  word-break: keep-all;
}

.cc ol, .cc ul {
  padding-left: 2rem;
  max-width: 100% !important;
}
.cc dl, .cc ol, .cc ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cc .h1, .cc .h2, .cc .h3, .cc .h4, .cc .h5, .cc .h6, .cc h1, .cc h2, .cc h3, .cc h4, .cc h5, .cc h6 {
  font-weight: revert;
}

.cc li {
  list-style: inherit;
}

.pagelist {
  text-align: center;
}

.hangneikuai {
  display: inline-block;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .wap_line2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .wap_line3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .wap_line1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.inner .cc img {
  max-width: 100% !important;
  max-height: inherit !important;
  height: auto !important;
}

.clear {
  content: "";
  clear: both;
  overflow: hidden;
}

.block, .b {
  display: block;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

body {
  /*font-family: KaiTi;*/
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.pagination {
  display: block;
  text-align: center;
}

.pagination a,
.pagination span {
  border: 1px solid #cecece;
  color: #cecece;
  line-height: 33px;
  padding: 0px 10px;
  border-radius: 3px;
  display: inline-block;
}

.pagination a {
  color: #999;
}

.hidden {
  display: none !important;
}

.hangneikuai {
  display: inline-block;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}
.container2 {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  content: '';
  clear: both;
  max-width: 100%;
}

@media (min-width: 1450px) and (max-width: 1600px) {
  .container2 {
    width: 90%;
  }
}
@media (max-width: 1450px) {
  .container2 {
    width: 1170px;
    margin: 0 auto;
  }
}
.cc iframe,
.cc video {
  width: 100% !important;
  max-height: 600px !important;
}

.cc p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .container2 {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cc iframe,
  .cc video {
    width: 100% !important;
    max-height: 400px !important;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-xs-1 {
    width: 8.33333333%;
  }
}
.hover-pic {
  overflow: hidden;
}
.hover-pic:hover img {
  transform: scale(1.05);
}
.hover-pic img {
  transition: .5s;
}

.fsz10 {
  font-size: 10px;
}

.fsz11 {
  font-size: 11px;
}

.fsz12 {
  font-size: 12px;
}

.fsz13 {
  font-size: 13px;
}

.fsz14 {
  font-size: 14px;
}

.fsz15 {
  font-size: 15px;
}

.fsz16 {
  font-size: 16px;
}

.fsz17 {
  font-size: 17px;
}

.fsz18 {
  font-size: 18px;
}

.fsz19 {
  font-size: 19px;
}

.fsz20 {
  font-size: 20px;
}

.fsz21 {
  font-size: 21px;
}

.fsz22 {
  font-size: 22px;
}

.fsz23 {
  font-size: 23px;
}

.fsz24 {
  font-size: 24px;
}

.fsz25 {
  font-size: 25px;
}

.fsz26 {
  font-size: 26px;
}

.fsz27 {
  font-size: 27px;
}

.fsz28 {
  font-size: 28px;
}

.fsz29 {
  font-size: 29px;
}

.fsz30 {
  font-size: 30px;
}

.fsz31 {
  font-size: 31px;
}

.fsz32 {
  font-size: 32px;
}

.fsz33 {
  font-size: 33px;
}

.fsz34 {
  font-size: 34px;
}

.fsz35 {
  font-size: 35px;
}

.fsz36 {
  font-size: 36px;
}

.fsz37 {
  font-size: 37px;
}

.fsz38 {
  font-size: 38px;
}

.fsz39 {
  font-size: 39px;
}

.fsz40 {
  font-size: 40px;
}

.fsz41 {
  font-size: 41px;
}

.fsz42 {
  font-size: 42px;
}

.fsz43 {
  font-size: 43px;
}

.fsz44 {
  font-size: 44px;
}

.fsz45 {
  font-size: 45px;
}

.fsz46 {
  font-size: 46px;
}

.fsz47 {
  font-size: 47px;
}

.fsz48 {
  font-size: 48px;
}

@media (max-width: 1600px) {
  .fsz10 {
    font-size: 9.5px;
  }

  .fsz11 {
    font-size: 10.45px;
  }

  .fsz12 {
    font-size: 11.4px;
  }

  .fsz13 {
    font-size: 12.35px;
  }

  .fsz14 {
    font-size: 13.3px;
  }

  .fsz15 {
    font-size: 14.25px;
  }

  .fsz16 {
    font-size: 15.2px;
  }

  .fsz17 {
    font-size: 16.15px;
  }

  .fsz18 {
    font-size: 17.1px;
  }

  .fsz19 {
    font-size: 18.05px;
  }

  .fsz20 {
    font-size: 19px;
  }

  .fsz21 {
    font-size: 19.95px;
  }

  .fsz22 {
    font-size: 20.9px;
  }

  .fsz23 {
    font-size: 21.85px;
  }

  .fsz24 {
    font-size: 22.8px;
  }

  .fsz25 {
    font-size: 23.75px;
  }

  .fsz26 {
    font-size: 24.7px;
  }

  .fsz27 {
    font-size: 25.65px;
  }

  .fsz28 {
    font-size: 26.6px;
  }

  .fsz29 {
    font-size: 27.55px;
  }

  .fsz30 {
    font-size: 28.5px;
  }

  .fsz31 {
    font-size: 29.45px;
  }

  .fsz32 {
    font-size: 30.4px;
  }

  .fsz33 {
    font-size: 31.35px;
  }

  .fsz34 {
    font-size: 32.3px;
  }

  .fsz35 {
    font-size: 33.25px;
  }

  .fsz36 {
    font-size: 34.2px;
  }

  .fsz37 {
    font-size: 35.15px;
  }

  .fsz38 {
    font-size: 36.1px;
  }

  .fsz39 {
    font-size: 37.05px;
  }

  .fsz40 {
    font-size: 38px;
  }

  .fsz41 {
    font-size: 38.95px;
  }

  .fsz42 {
    font-size: 39.9px;
  }

  .fsz43 {
    font-size: 40.85px;
  }

  .fsz44 {
    font-size: 41.8px;
  }

  .fsz45 {
    font-size: 42.75px;
  }

  .fsz46 {
    font-size: 43.7px;
  }

  .fsz47 {
    font-size: 44.65px;
  }

  .fsz48 {
    font-size: 45.6px;
  }
}
@media (max-width: 1450px) {
  .fsz10 {
    font-size: 9.3px;
  }

  .fsz11 {
    font-size: 10.23px;
  }

  .fsz12 {
    font-size: 11.16px;
  }

  .fsz13 {
    font-size: 12.09px;
  }

  .fsz14 {
    font-size: 13.02px;
  }

  .fsz15 {
    font-size: 13.95px;
  }

  .fsz16 {
    font-size: 14.88px;
  }

  .fsz17 {
    font-size: 15.81px;
  }

  .fsz18 {
    font-size: 16.74px;
  }

  .fsz19 {
    font-size: 17.67px;
  }

  .fsz20 {
    font-size: 18.6px;
  }

  .fsz21 {
    font-size: 19.53px;
  }

  .fsz22 {
    font-size: 20.46px;
  }

  .fsz23 {
    font-size: 21.39px;
  }

  .fsz24 {
    font-size: 22.32px;
  }

  .fsz25 {
    font-size: 23.25px;
  }

  .fsz26 {
    font-size: 24.18px;
  }

  .fsz27 {
    font-size: 25.11px;
  }

  .fsz28 {
    font-size: 26.04px;
  }

  .fsz29 {
    font-size: 26.97px;
  }

  .fsz30 {
    font-size: 27.9px;
  }

  .fsz31 {
    font-size: 28.83px;
  }

  .fsz32 {
    font-size: 29.76px;
  }

  .fsz33 {
    font-size: 30.69px;
  }

  .fsz34 {
    font-size: 31.62px;
  }

  .fsz35 {
    font-size: 32.55px;
  }

  .fsz36 {
    font-size: 33.48px;
  }

  .fsz37 {
    font-size: 34.41px;
  }

  .fsz38 {
    font-size: 35.34px;
  }

  .fsz39 {
    font-size: 36.27px;
  }

  .fsz40 {
    font-size: 37.2px;
  }

  .fsz41 {
    font-size: 38.13px;
  }

  .fsz42 {
    font-size: 39.06px;
  }

  .fsz43 {
    font-size: 39.99px;
  }

  .fsz44 {
    font-size: 40.92px;
  }

  .fsz45 {
    font-size: 41.85px;
  }

  .fsz46 {
    font-size: 42.78px;
  }

  .fsz47 {
    font-size: 43.71px;
  }

  .fsz48 {
    font-size: 44.64px;
  }
}
@media (max-width: 768px) {
  .fsz10 {
    font-size: 9px;
  }

  .fsz11 {
    font-size: 9.9px;
  }

  .fsz12 {
    font-size: 10.8px;
  }

  .fsz13 {
    font-size: 11.7px;
  }

  .fsz14 {
    font-size: 12.6px;
  }

  .fsz15 {
    font-size: 13.5px;
  }

  .fsz16 {
    font-size: 14.4px;
  }

  .fsz17 {
    font-size: 15.3px;
  }

  .fsz18 {
    font-size: 16.2px;
  }

  .fsz19 {
    font-size: 17.1px;
  }

  .fsz20 {
    font-size: 18px;
  }

  .fsz21 {
    font-size: 18.9px;
  }

  .fsz22 {
    font-size: 19.8px;
  }

  .fsz23 {
    font-size: 20.7px;
  }

  .fsz24 {
    font-size: 21.6px;
  }

  .fsz25 {
    font-size: 22.5px;
  }

  .fsz26 {
    font-size: 23.4px;
  }

  .fsz27 {
    font-size: 24.3px;
  }

  .fsz28 {
    font-size: 25.2px;
  }

  .fsz29 {
    font-size: 26.1px;
  }

  .fsz30 {
    font-size: 27px;
  }

  .fsz31 {
    font-size: 27.9px;
  }

  .fsz32 {
    font-size: 28.8px;
  }

  .fsz33 {
    font-size: 29.7px;
  }

  .fsz34 {
    font-size: 30.6px;
  }

  .fsz35 {
    font-size: 31.5px;
  }

  .fsz36 {
    font-size: 32.4px;
  }

  .fsz37 {
    font-size: 33.3px;
  }

  .fsz38 {
    font-size: 34.2px;
  }

  .fsz39 {
    font-size: 35.1px;
  }

  .fsz40 {
    font-size: 36px;
  }

  .fsz41 {
    font-size: 36.9px;
  }

  .fsz42 {
    font-size: 37.8px;
  }

  .fsz43 {
    font-size: 38.7px;
  }

  .fsz44 {
    font-size: 39.6px;
  }

  .fsz45 {
    font-size: 40.5px;
  }

  .fsz46 {
    font-size: 41.4px;
  }

  .fsz47 {
    font-size: 42.3px;
  }

  .fsz48 {
    font-size: 43.2px;
  }
}
/**/
#lianxi {
  margin-top: 0;
}

.pagelist {
  text-align: center;
}

.cc_page {
  line-height: 2;
}

.inner {
  padding-bottom: 60px;
}
.inner ._title {
  text-align: center;
}
.inner ._title .summary {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
.inner ._title h5 {
  font-size: 40px;
  font-family: Poppins-Bold;
  color: black;
}
.inner ._title .line {
  background: var(--bs-theme-color);
  margin: 30px auto;
  width: 62px;
  height: 3px;
}
.inner ._title3 {
  text-align: center;
}
.inner ._title3 .line {
  margin-left: auto;
}
.inner ._title2 {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #9d9d9d;
  padding-bottom: 20px;
}
.inner ._title2 .lf {
  font-size: 40px;
  font-weight: bold;
}
.inner ._title2 .rt {
  font-size: 16px;
  line-height: 2;
  width: 470px;
}
.inner .inner_ban2 {
  margin-bottom: 70px;
  height: 585px;
}
.inner .inner_ban2 .container2 {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.inner .inner_ban2 .container2 ._title {
  width: 500px;
}
.inner .location {
  float: none;
  margin-top: 0px;
  display: block;
  font-size: 14px;
  color: #333;
  line-height: inherit;
  border-bottom: 0;
}
.inner .location a {
  font-size: 14px;
  color: #333;
}
.inner .location img {
  width: 20px;
  margin-right: 8px;
  position: relative;
  top: -3px;
}
.inner .cc {
  padding-bottom: 30px;
  line-height: 2;
}
.inner .cc table {
  max-width: 100% !important;
  width: auto !important;
}
.inner .cc table td {
  padding-left: 5px;
  padding-right: 5px;
}
.inner .top_typelist {
  display: flex;
  margin-bottom: 50px;
  align-items: flex-end;
  justify-content: space-between;
}
.inner .top_typelist .title {
  font-size: 50px;
  color: #2b9b91;
}
.inner .top_typelist .typelist {
  flex: 1;
  position: relative;
  top: -12px;
  margin-right: 60px;
}
.inner .top_typelist .typelist ul li {
  margin: 0 30px;
}
.inner .top_typelist .typelist ul li a {
  font-size: 16px;
  color: #393939;
  text-transform: capitalize;
}
.inner .sousuo_box {
  margin-bottom: 70px;
  background: white;
  padding-left: 20px;
}
.inner .sousuo_box .keyword {
  display: flex;
  align-items: center;
}
.inner .sousuo_box .search_input {
  flex: 1;
  border: 0;
  margin-left: 30px;
  height: 58px;
}
.inner .sousuo_box .submitsearch {
  background: #2b9b91;
  width: 226px;
  height: 58px;
  font-size: 16px;
  color: white;
  border-radius: 0;
}

.inner_feedback {
  /*.footer .feedback_box{
     display: none;
  }*/
}

/*产品阅读*/
.inner_goods_read_page .goods_read {
  padding: 25px;
  background: white;
}
.inner_goods_read_page .goods_read .pic {
  text-align: center;
  padding: 20px;
  border: 1px solid #d0d0d0;
}
.inner_goods_read_page .goods_read .goods_more {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 35px;
  width: 135px;
  background: var(--bs-theme-color);
  color: white;
  transition: .5s;
}
.inner_goods_read_page .goods_read .goods_more:hover {
  width: 160px;
}
.inner_goods_read_page .bottom_box {
  margin-bottom: 0;
}
.inner_goods_read_page .bottom_box > div {
  margin-top: 0;
}
.inner_goods_read_page .bottom_box .kw-box {
  margin-bottom: 20px;
}
.inner_goods_read_page .rt_message {
  padding-left: 50px;
}
.inner_goods_read_page .rt_message .title2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.inner_goods_read_page .rt_message .title2 p {
  font-size: 16px;
  color: #636363;
  margin-right: 5px;
  width: 98px;
  font-weight: bold;
}
.inner_goods_read_page .rt_message .title2 span {
  font-size: 16px;
  color: var(--bs-theme-color);
}
.inner_goods_read_page .rt_message .summary {
  display: flex;
  align-items: flex-start;
}
.inner_goods_read_page .rt_message .summary span {
  flex: 1;
  display: block;
  font-size: 16px;
  line-height: 2;
  position: relative;
  top: -4px;
}
.inner_goods_read_page .owl-theme .owl-controls {
  bottom: -4%;
}
.inner_goods_read_page .owl-theme .owl-controls .owl-page span {
  background: black;
}
.inner_goods_read_page .owl-theme .owl-controls .owl-page.active span,
.inner_goods_read_page .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: var(--bs-theme-color);
}
.inner_goods_read_page #xiangce {
  padding-bottom: 20px;
  width: 600px;
  margin-top: 25px;
}
.inner_goods_read_page #xiangce .item {
  text-align: center;
  padding: 5px;
}
.inner_goods_read_page #xiangce .item img {
  border: 1px solid #d0d0d0;
}
.inner_goods_read_page #xiangce.on {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.inner_goods_read_page #xiangce.on .item {
  margin-right: 5px;
}
.inner_goods_read_page .goods_detail {
  margin-top: 30px;
}
.inner_goods_read_page .goods_detail .top_bar {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  height: 55px;
  margin-bottom: 40px;
}

/*产品列表*/
.inner_goods_list .goodslist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.inner_goods_list .goodslist .item {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
}
.inner_goods_list .goodslist .item .pic {
  text-align: center;
  box-shadow: 0px 0px 21px -5px rgba(211, 211, 211, 0.68);
  background: white;
}
.inner_goods_list .goodslist .item .more {
  border: 1px solid black;
  border-radius: 20px;
  display: flex;
  width: 150px;
  height: 29px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  margin-top: 25px;
  font-weight: bold;
  text-transform: uppercase;
  justify-content: center;
}
.inner_goods_list .goodslist .item .typename {
  margin-top: 35px;
  opacity: .5;
  font-size: 16px;
}
.inner_goods_list .goodslist .item .name {
  font-size: 18px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 5px;
}

/*证书*/
.inner_zhengshu_list_page .zhengshu_list .item .pic {
  border: 15px solid white;
}
.inner_zhengshu_list_page .zhengshu_list .item .name {
  font-size: 16px;
  height: 44px;
}

/*新闻列表*/
.inner_news_list_page .news_list li {
  float: none;
  margin-bottom: 15px;
}
.inner_news_list_page .news_list li .item {
  padding: 15px;
  display: flex;
  align-items: flex-start;
}
.inner_news_list_page .news_list li .item .message {
  margin-left: 35px;
  flex: 1;
}
.inner_news_list_page .news_list li .item .summary {
  line-height: 2;
  font-size: 14px;
  color: #777373;
}
.inner_news_list_page .news_list li .item .addtime {
  font-size: 14px;
  margin: 20px 0;
}
.inner_news_list_page .news_list li .item .title {
  color: black;
  font-size: 22px;
}
.inner_news_list_page .news_list li .item:hover {
  background: #f5f5f5;
}
.inner_news_list_page .news_list li:nth-child(2n) .item {
  background: #f5f5f5;
}

/*新闻阅读*/
.inner_news_read_page .bottom_box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}
.inner_news_read_page .bottom_box > div {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner_news_read_page .bottom_box > div img {
  width: 20px;
  margin-right: 10px;
}
.inner_news_read_page .bottom_box > div .watch {
  color: #afafaf;
  margin: 0 40px;
  display: flex;
  align-items: center;
}
.inner_news_read_page .bottom_box > div .addtime {
  color: #afafaf;
  display: flex;
  align-items: center;
}
.inner_news_read_page .bottom_box .kw-box > span {
  display: block;
  font-size: 16px;
  margin-right: 5px;
  padding: 5px;
}
.inner_news_read_page .bottom_box .kw-box a {
  display: block;
  margin-right: 5px;
  padding: 5px;
  border: 1px dashed #eeeeee;
  font-size: 16px;
}
.inner_news_read_page .base_read .cc img {
  max-width: 100%;
  line-height: 2;
}

.inner_feedback .inner .inner_content {
  margin-top: 37px;
}
.inner_feedback .form-horizontal .control-label {
  font-size: 16px;
  padding-right: 15px;
}
.inner_feedback .form-control {
  width: 90%;
}
.inner_feedback .btn {
  background: var(--bs-theme-color);
  color: white;
  border: 0 !important;
}

.inner_contact #dituContent {
  height: 500px;
}

.inner_case_list ._goodslist .item .name p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.inner_callmessage_page .inner_content {
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}
.inner_callmessage_page .inner_content .messtext {
  text-align: center;
}
.inner_callmessage_page .inner_content .center {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner_enquiry_page .nocar {
  text-align: center;
  padding-top: 10px;
}
.inner_enquiry_page .inner_content {
  display: block;
}
.inner_enquiry_page .button {
  display: inline-block;
  zoom: 1;
  display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 100%;
  padding: .4em 1.5em .55em;
  border: none;
  border-radius: 2px;
  color: #fff;
  background: #A7A9AA;
}
.inner_enquiry_page .button.orange {
  color: #fef4e9;
  background: #f78d1d;
}
.inner_enquiry_page .button.red {
  color: #faddde;
  background: #d81b21;
}
.inner_enquiry_page .button.red:hover {
  background: #b61318;
}
.inner_enquiry_page .button.blue2 {
  color: #d9eef7;
  background: #3375b9;
}
.inner_enquiry_page .framecenter {
  padding: 20px;
  width: 100%;
}
.inner_enquiry_page .framecenter .top_ul_li ul {
  display: flex;
  justify-content: space-between;
}
.inner_enquiry_page .framecenter .top_ul_li ul li {
  background-color: #F3F3F3;
  border: 1px solid #e6e6e6;
  padding: 5px;
  font-weight: bold;
  margin: 0px;
  text-align: center;
}
.inner_enquiry_page .framecenter .bottom_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.inner_enquiry_page .framecenter .list .item {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #cbcbcb;
}
.inner_enquiry_page .framecenter .list .item > div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100px;
}
.inner_enquiry_page .framecenter .contact_message {
  width: 70%;
}
.inner_enquiry_page .framecenter .contact_message .messtext {
  margin-bottom: 15px;
}
.inner_enquiry_page .framecenter .contact_message .content .item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.inner_enquiry_page .framecenter .contact_message .content .item .infoInput {
  width: 100%;
  padding: 5px;
  border: 1px solid #dcdcdc;
}
.inner_enquiry_page .framecenter .contact_message .content .item .right {
  width: 100px;
}
.inner_enquiry_page .framecenter .contact_message .content .item .left {
  flex: 1;
}
.inner_enquiry_page .framecenter .contact_message .content .item .code_input {
  width: 100px;
}
.inner_enquiry_page .framecenter .contact_message .content .item .textarea_input {
  height: 89px;
}
.inner_enquiry_page .messtext {
  text-align: right;
}

.inner_member_skin .inner .framecenter {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.inner_member_skin .inner .framecenter .buttonface2 {
  display: inline-block;
  zoom: 1;
  display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 100%;
  padding: .4em 1.5em .55em;
  border: none;
  border-radius: 2px;
  color: #fff;
  background: #A7A9AA;
  color: #faddde;
  background: #d81b21;
  width: 170px;
  height: 28px;
  margin-top: 15px;
}
.inner_member_skin .inner .framecenter .formlist tr {
  line-height: 42px;
}
.inner_member_skin .inner .framecenter .formlist .infoInput {
  padding: 5px;
}
.inner_member_skin .inner table {
  margin: 0 auto;
  width: 80%;
}
.inner_member_skin .inner_member_center .frameright .fcontent3 {
  background: #f3f3f3;
}
.inner_member_skin .inner_member_center .frameright .fcontent3 ul {
  padding: 14px;
}
.inner_member_skin .inner_member_center .frameright .fcontent3 ul li {
  background: white;
  float: none;
  padding-left: 10px;
  line-height: 28px;
  border-bottom: 1px dashed #ccc;
}
.inner_member_skin .inner_member_center .frameright .fcontent3 ul li a {
  display: block;
  height: 34px;
  line-height: 34px;
}
.inner_member_skin .inner_member_center .frameright .fcontent3 ul li a:hover {
  background: #bdc2d1;
}
.inner_member_skin .inner_member_center .frameright .spantitle {
  text-align: center;
  display: block;
  background: var(--bs-theme-color);
  color: white;
  padding: 10px 10px;
}
.inner_member_skin .centertext {
  text-align: center;
}
.inner_member_skin .order_list .item {
  margin-bottom: 15px;
}
.inner_member_skin .order_list .item .td02 {
  text-align: center;
  padding: 10px 0;
}
.inner_member_skin .orerd_read .tablelist1 {
  margin-bottom: 20px;
}
.inner_member_skin .orerd_read .tablelist1 .item {
  line-height: 2;
}
.inner_member_skin .orerd_read .tablelist {
  line-height: 2;
  margin-bottom: 30px;
}
.inner_member_skin .orerd_read .ttitle {
  margin-bottom: 15px;
}
.inner_member_skin .orerd_read .tablelist2 .item {
  margin-bottom: 15px;
}
.inner_member_skin .orerd_read .tablelist2 .item .td02 {
  text-align: center;
  padding: 10px 0;
}

.inner_about_read .malaixiya {
  background: url("../images/bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.inner_about_read .malaixiya ._title {
  color: white;
}
.inner_about_read .malaixiya .summary p {
  margin-bottom: 5px;
}
.inner_about_read .malaixiya .more {
  font-size: 23px;
  font-family: Poppins-Bold;
  background: var(--bs-theme-color);
  border-radius: 40px;
  color: white;
  margin: 0 auto;
  display: inline-block;
  padding: 8px 30px;
}
.inner_about_read .inner .mt {
  margin-top: 80px;
}
.inner_about_read .inner .shipin video {
  width: 100%;
}
.inner_about_read .inner .wenhua .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.inner_about_read .inner .wenhua .list .item {
  margin: 10px auto;
  width: 95%;
  box-shadow: 0px 0px 21px -5px rgba(211, 211, 211, 0.68);
  background: white;
  text-align: center;
  padding: 20px;
}
.inner_about_read .inner .wenhua .list .item .pic img {
  /*-webkit-filter: brightness(0) invert(1);
  filter: brightness(1) invert(1);*/
}
.inner_about_read .inner .wenhua .list .item .line {
  background: var(--bs-theme-color);
  margin: 15px auto;
  width: 62px;
  height: 2px;
}
.inner_about_read .inner .wenhua .list .item .summary {
  font-size: 14px;
  line-height: 2;
}
.inner_about_read .inner .wenhua .list .item .name {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
}
.inner_about_read .inner .licheng .list {
  margin-top: 30px;
}
.inner_about_read .inner .licheng .list .item {
  width: 95%;
  margin: 0 auto;
  background: #efefef;
  padding: 70px 50px;
}
.inner_about_read .inner .licheng .list .item .nian {
  display: flex;
  align-items: flex-end;
}
.inner_about_read .inner .licheng .list .item .nian .num {
  color: var(--bs-theme-color);
  font-size: 50px;
  font-weight: bold;
}
.inner_about_read .inner .licheng .list .item .nian .year {
  font-size: 22px;
  position: relative;
  top: -12px;
  left: 11px;
}
.inner_about_read .inner .licheng .list .item .line {
  background: var(--bs-theme-color);
  margin: 30px auto;
  margin-left: 0;
  width: 62px;
  height: 3px;
}
.inner_about_read .inner .licheng .list .item .summary {
  line-height: 2;
  font-size: 16px;
  height: 100px;
  color: black;
  text-align: left;
}
.inner_about_read .inner .huanjing .list {
  margin-top: 30px;
}
.inner_about_read .inner .huanjing .list .item {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.inner_about_read .inner .huanjing .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.inner_about_read .inner .huanjing .list .item .message {
  padding-left: 50px;
  width: 50%;
}
.inner_about_read .inner .huanjing .list .item .message .title {
  font-size: 30px;
  font-family: Poppins-Bold;
}
.inner_about_read .inner .huanjing .list .item .message .line {
  background: var(--bs-theme-color);
  margin: 30px auto;
  margin-left: 0;
  width: 62px;
  height: 3px;
}
.inner_about_read .inner .huanjing .list .item .message .summary {
  font-size: 20px;
  width: 500px;
}
.inner_about_read .inner .huanjing .list .item .pic {
  width: 50%;
  text-align: center;
}
.inner_about_read .inner .swiper-slide .item {
  text-align: center;
  padding: 5px;
}
.inner_about_read .inner .swiper-button-next, .inner_about_read .inner .swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
}
.inner_about_read .inner .zhengshu {
  background: #f7f7f7;
  padding-top: 70px;
  padding-bottom: 70px;
}
.inner_about_read .inner .zhengshu .list {
  margin-top: 70px;
}
.inner_about_read .inner .shebei .item .pic {
  text-align: center;
}
.inner_about_read .inner .shebei .item .pic img {
  object-fit: cover;
  object-position: center;
}
.inner_about_read .inner .shebei .item .name {
  font-size: 16px;
  margin-top: 15px;
}
.inner_about_read .inner .shebei .list {
  margin-top: 70px;
}
.inner_about_read .inner .huoban .list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.inner_about_read .inner .huoban .list .item {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 250px;
  height: 250px;
}

.inner_base_read .inner .base_read {
  padding: 20px;
  background: white;
}
.inner_base_read .inner .base_read .top_title {
  text-align: center;
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 10px;
}

/**/
@media (max-width: 1450px) {
  .inner ._title .summary {
    font-size: 15px;
  }

  .inner ._title h5 {
    font-size: 35px;
  }

  .inner_about_read .inner .about .rt .item .message .num {
    font-size: 36px;
  }

  .inner_about_read .inner .about .rt .item .message .year {
    font-size: 17px;
  }

  .inner_about_read .inner .about .rt .item {
    font-size: 17px;
  }

  .inner ._title2 .lf {
    font-size: 35px;
  }

  .inner ._title2 .rt {
    width: 400px;
  }

  .inner_about_read .inner .wenhua .list .item .name {
    font-size: 20px;
  }

  .inner_about_read .inner .licheng .list .item .nian .num {
    font-size: 36px;
  }

  .inner_about_read .inner .licheng .list .item .nian .year {
    font-size: 19px;
    top: -10px;
  }

  .inner_about_read .inner .licheng .list .item .line {
    margin: 15px auto;
    margin-left: 0;
  }

  .inner_about_read .inner .licheng .list .item {
    padding: 36px 36px;
  }

  .inner_about_read .inner .shebei .list {
    margin-top: 35px;
  }

  .inner_about_read .inner .zhengshu {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner_about_read .inner .huoban .list .item {
    height: 140px;
  }

  .inner ._title .line {
    margin: 20px auto;
  }

  .inner .top_typelist .title {
    font-size: 30px;
  }

  .inner .inner_ban2 {
    margin-bottom: 50px;
  }

  .inner .sousuo_box {
    margin-bottom: 40px;
  }

  .inner_goods_read_page #xiangce {
    width: 450px;
  }

  .inner_about_read .inner .huanjing .list .item .message .summary {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .inner_goods_read_page #xiangce.on {
    width: auto;
  }

  .inner_zhengshu_list_page .zhengshu_list .item {
    padding: 10px !important;
  }

  .inner_zhengshu_list_page .zhengshu_list .item .name {
    font-size: 14px;
    margin-top: 10px;
    display: block;
  }

  .inner_zhengshu_list_page .zhengshu_list .item .pic {
    border: 0;
  }

  .inner .inner_content {
    display: block;
  }

  .inner .location {
    margin-top: 0px;
    padding-top: 21px;
    padding-left: 15px;
  }

  .inner .inner_content .lf .top_title {
    font-size: 16px;
    position: relative;
    height: 50px;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .inner .inner_content .lf .top_title:after {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 18px;
    width: 18px;
    height: 18px;
    content: '';
    background: url("../images/default/more.png") no-repeat center;
    background-size: cover;
  }
  .inner .inner_content .lf .top_title.on:after {
    display: block;
  }

  .inner .inner_content .lf {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    width: 100%;
  }

  .inner .inner_content .rt {
    margin-top: 20px;
    width: 100%;
    padding: 0;
    border-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner .inner_content .lf .typelist > ul {
    border: 1px solid #d8dde0;
  }

  .inner {
    margin-bottom: 39px;
    padding-top: 0;
    margin-bottom: 0;
  }

  .inner .top_typelist ul {
    display: block;
  }

  .inner .top_typelist ul li {
    width: 33%;
  }

  .inner .top_typelist ul li a {
    height: 160px;
  }

  .inner .inner_content .rt .goodslist ul li .item .name {
    font-size: 14px;
    height: 45px;
    text-align: center;
    padding: 5px;
  }

  .inner_news_list_page .news_list li {
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
    padding: 5px;
  }

  .inner .inner_content .lf .typelist > ul > li > a {
    border-bottom: 1px solid #edeeef;
  }

  .inner_news_list_page .news_list {
    margin-top: 20px;
  }

  .inner_news_list_page .news_list li .item {
    display: block;
    background: none !important;
    padding: 0;
  }
  .inner_news_list_page .news_list li .item .pic {
    width: 100%;
  }

  .inner_news_list_page .news_list li .item .message {
    margin-left: 0;
    margin-top: 10px;
  }

  .inner_news_list_page .news_list li .item .message .summary {
    margin: 6px 0;
    font-size: 12px;
    display: block;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .inner_news_list_page .news_list li .item .message .title {
    font-size: 16px;
  }

  .inner_news_read_page .base_read .top_title {
    font-size: 16px;
    position: relative;
  }

  .inner .inner_content .lf .typelist {
    position: relative;
    display: none;
    margin-bottom: 0;
  }

  .inner .inner_content .rt .top_title {
    font-size: 18px;
  }

  .inner .bottom_box > div {
    justify-content: space-between;
  }
  .inner .bottom_box > div.kw-box {
    display: none;
  }

  .inner .bottom_box > div .watch {
    margin: 0;
  }

  .inner .bottom_box {
    margin-bottom: 15px;
  }

  .inner_goods_read_page #xiangce {
    width: 100%;
  }

  .inner_goods_read_page .goods_detail {
    margin-top: 40px;
  }

  .inner_feedback .form-horizontal .control-label {
    font-weight: inherit;
  }

  .inner_feedback .btn {
    font-size: 16px;
  }

  .inner_about_read .inner .huanjing .list .item {
    margin-bottom: 50px;
    display: block;
  }

  .inner_about_read .inner .huanjing .list .item .message {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
  }

  .inner_about_read .inner .huanjing .list .item .message .title {
    font-size: 20px;
  }

  .inner_about_read .inner .huanjing .list .item .message .line {
    margin: 16px auto;
    margin-left: 0;
  }

  .inner_about_read .inner .huanjing .list .item .message .summary {
    font-size: 16px;
    width: 100%;
  }

  .inner_about_read .inner .huanjing .list .item .pic {
    width: 100%;
  }
  .inner_about_read .inner .huanjing .list .item .pic img {
    width: 100%;
  }

  .inner_news_list_page .news_list li .item .message .addtime {
    display: none;
  }

  .inner .location a,
  .inner .location {
    font-size: 12px;
  }

  .inner_goods_read_page .goods_read .pic {
    float: none;
  }

  .inner_goods_read_page .goods_read .rt_message {
    float: none;
    margin-top: 20px;
    padding-left: 0;
  }

  .inner_goods_read_page .bottom_box {
    margin-bottom: 0;
  }

  .inner ._top_title p {
    font-size: 23px;
  }

  .inner ._top_title span {
    font-size: 17px;
    margin-left: 9px;
  }

  .inner ._top_title {
    margin-bottom: 15px;
    justify-content: center;
  }

  .inner_goods_read_page .rt_message .summary {
    display: block;
  }

  .inner_goods_read_page .rt_message .summary span {
    top: 0;
  }

  .inner .inner_ban2 {
    height: 188px;
    margin-bottom: 30px;
  }

  .inner .inner_ban2 ._title {
    color: white;
    text-align: center;
  }
  .inner .inner_ban2 ._title h5 {
    font-size: 16px;
  }
  .inner .inner_ban2 ._title .summary {
    font-size: 12px;
  }
  .inner .inner_ban2 ._title .line {
    margin: 10px auto;
    height: 2px;
  }

  .inner .inner_ban2 .container2 ._title {
    width: 100%;
  }

  .inner .top_typelist .title {
    font-size: 14px;
  }

  .inner .top_typelist {
    display: block;
  }

  .inner .top_typelist .typelist ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -5px;
    margin-top: 10px;
  }

  .inner .top_typelist .typelist ul li a {
    font-size: 14px;
    text-align: center;
    padding: 8px 5px;
    height: auto;
    border: 1px solid #cdcdcd;
    display: block;
  }

  .inner .top_typelist .typelist ul li {
    width: 95%;
    margin: 0 5px;
    margin-bottom: 10px;
  }

  .inner_goods_read_page .goods_read {
    padding: 8px;
  }

  .inner_goods_list .goodslist .item .typename {
    margin-top: 21px;
  }

  .inner_goods_list .goodslist .item {
    margin-bottom: 40px;
  }

  .inner_goods_list .goodslist .item .more {
    margin-top: 14px;
  }

  .inner_goods_list .goodslist {
    grid-template-columns: repeat(2, 1fr);
  }

  .inner_goods_list .goodslist .item .name {
    font-size: 16px;
  }

  .inner_news_list_page .news_list li .item .pic img {
    width: 100%;
  }

  .inner .top_typelist .typelist {
    position: static;
    margin-right: 0;
  }

  .inner ._title h5,
  .inner ._title2 .lf {
    font-size: 25px;
  }

  .inner_about_read .inner .about .rt {
    float: none;
    width: 100%;
    margin-top: 50px;
  }

  .inner_about_read .inner .about .rt .item .message .num {
    font-size: 30px;
  }

  .inner_about_read .inner .about .lf {
    float: none;
  }

  .inner_about_read .inner .about .rt .item {
    margin-bottom: 30px;
  }

  .inner ._title2 .rt {
    display: none;
  }

  .inner_about_read .inner .mt {
    margin-top: 33px;
  }

  .inner_about_read .inner .wenhua .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .inner_about_read .inner .wenhua .list .item .summary {
    font-size: 12px;
  }

  .inner_about_read .inner .wenhua .list .item .name {
    font-size: 16px;
  }

  .inner ._title .line {
    margin-left: auto;
  }

  .inner_about_read .inner .licheng .swiper-button-next img,
  .inner_about_read .inner .licheng .swiper-button-prev img,
  .inner_about_read .inner .zhengshu .swiper-button-next img,
  .inner_about_read .inner .zhengshu .swiper-button-prev img,
  .inner_about_read .inner .shebei .swiper-button-next img,
  .inner_about_read .inner .shebei .swiper-button-prev img {
    width: 27px;
  }
  .inner_about_read .inner .licheng .swiper-button-next,
  .inner_about_read .inner .zhengshu .swiper-button-next,
  .inner_about_read .inner .shebei .swiper-button-next {
    right: 0;
  }
  .inner_about_read .inner .licheng .swiper-button-prev,
  .inner_about_read .inner .zhengshu .swiper-button-prev,
  .inner_about_read .inner .shebei .swiper-button-prev {
    left: 0;
  }

  .inner_about_read .inner .licheng .list .item .nian .num {
    font-size: 28px;
  }

  .inner_about_read .inner .zhengshu .list {
    margin-top: 30px;
  }

  .inner_about_read .inner .huoban .list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 29px;
  }

  .inner_about_read .inner .huoban .list .item {
    height: 79px;
    width: 94%;
  }

  .inner .sousuo_box .submitsearch {
    width: 94px;
    height: 39px;
    font-size: 14px;
  }

  .inner .sousuo_box .search_input {
    height: 40px;
  }

  .inner .cc table td,
  .inner .cc tbody td {
    width: auto !important;
    word-wrap: break-word;
    word-break: break-all;
  }

  .inner .cc {
    /**{
       text-indent: unset !important;
    }*/
  }

  .inner .cc table,
  .inner .cc tbody {
    table-layout: fixed;
    word-wrap: break-word;
    width: 370% !important;
    max-width: 370px !important;
    word-break: break-all;
    overflow-x: scroll;
  }

  .inner_about_read .malaixiya .more {
    font-size: 17px;
  }
}

/*# sourceMappingURL=inner_about_read.css.map */
