
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
body {
  padding: 0;
  margin: 0;
  font-size: 16px;

  -webkit-font-smoothing: antialiased;
  font-family: HarmonyOS Sans SC,Microsoft YaHei,PingFang SC,Arial,Helvetica,sans-serif!important;
  width: 100%;
  overflow-x: hidden
}

ol,ul,menu {
  list-style: none;
  margin: 0;
  padding: 0
}

@keyframes btn-bar {
  0% {
      width: .25rem
  }

  50% {
      width: 2rem
  }

  to {
      width: .25rem
  }
}

@keyframes fadeIn {
  0% {
      transform: scale(1.1)
  }

  to {
      transform: scale(1)
  }
}
.container {
  width: 100%
}

@media (min-width: 640px) {
  .container {
      max-width:640px
  }
}

@media (min-width: 768px) {
  .container {
      max-width:768px
  }
}

@media (min-width: 1024px) {
  .container {
      max-width:1024px
  }
}

@media (min-width: 1280px) {
  .container {
      max-width:1280px
  }
}

@media (min-width: 1440px) {
  .container {
      max-width:1440px
  }
}

@media (min-width: 1760px) {
  .container {
      max-width:1760px
  }
}
.container {
  padding: 0 1rem;
  margin: 0 auto
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:12px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
border-radius:5px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
border-radius:5px;
background:rgba(0,0,0,0.1);
-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background:rgba(0,0,0,0.4);
}
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
  word-wrap: break-word;
  word-break: break-all;
}
a:hover, a:focus {
  color: #B99F78;
  text-decoration: none;
}
*,:before,:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb
}
p,span,a{
  word-break: break-word;
}
button {
  outline: 0 !important;
}

blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre {
  margin: 0
}

i {
  line-height: normal;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}
#dituContent img{
  max-width: initial;
}
img {
  /*max-width: 100%;*/
  height: auto;
  display: inline-block;
}
.padding0{
  padding: 0
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #09101f;
  font-weight: bold;
}
.topline {
  width: 100%;
  position: fixed;
  z-index: 999999;
  height: 3px;
  background-color: #333
}

.topline:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 3px;
  background-color: #B99F78;
  content: ""
}
.title h1,.title h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #B99F78
}
@media (min-width: 1280px) {
  .title h1,.title h2 {
      font-size:2.25rem;
      line-height: 2.5rem
  }
}

.title h3 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #B99F78
}

@media (min-width: 1280px) {
  .title h3 {
      font-size:2.25rem;
      line-height: 2.5rem
  }
}

.title p {
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 1024px) {
  .title p {
      max-width:80%
  }
}

@media (min-width: 1280px) {
  .title p {
      max-width:70%
  }
}

@media (min-width: 1440px) {
  .title p {
      max-width:60%
  }
}

.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
.disabled-none{
  display: none !important;
}

.menu-tab{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.menu-tab .my-tab{
  justify-content: center;
  -webkit-box-pack: center;
  display: flex;
  margin-bottom:20px;
  border-bottom:none !important;
}
.menu-tab .my-tab a{
  color:#ffffff;
  line-height: 35px;
  padding: 0 20px;
}
.menu-tab .my-tab .active{
  color:#B99F78;
}
.flex_wrap{
  flex-wrap: wrap;
}
.flex{
  display: flex;
}
.flex_row_center{
  justify-content: center;
  -webkit-box-pack: center;
}
.ziliao-load .block{
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 18.57143%;
}
.ziliao-load  .block:not(:nth-child(5n)){
  margin-right: 1.78571%;
}
.ziliao-load  .block:nth-child(n + 6) {
  margin-top: 45px;
}
.ziliao-load .picture_container{
  padding-top: 120%;
  position: relative;
  overflow: hidden;
  background: none;
}
.ziliao-load .picture_container img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.ziliao-load .name{
  text-align: center;
  margin-top: 25px;
  font-size: 20px;
}
.tab-content .title{
  text-align: center;
  line-height: 1.1;
  font-weight: bold;
}
.tab-content .line{
  width: 30px;
  height: 4px;
  background-color: #e72830;
  margin: 30px auto 60px auto;
}
.submit-form .form-control{
  margin-top: 10px;
  outline: none;
  box-shadow: none;
}
.submit-form .form-control:focus{
  border: 1px solid #ced4da;
}
.button-submit{
    border: none;
    padding: 15px 30px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    background-color: #B99F78;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.news-tabContent {
  overflow: hidden;
  margin: 20px 0;
}
.news-tabContent .listblock .media{
  background: #f5f8fa;
}

.news-tabContent .news-tabContent .listblock .media a {
  display: block;
}

.news-tabContent .listblock .media .media-right {
  padding: 0;
  text-align: center;
  border-radius: 5px;
  width: 15%;
  color: #7b7c7c;
}

.news-tabContent .listblock .media .media-right p{
  font-size: 18px;
}


.ohter-nav{
  position: relative;
  top:14px
}
.mean-menu{
  position: relative;
  top:14px
}

/*.listblock .media .media-right p:nth-child(2){*/
/*font-size: 14px;*/
/*white-space:nowrap;*/
/*}*/
.news-tabContent .media-right, .media-body {
  vertical-align: middle;
  position: relative;
}

.news-tabContent .listblock p {
  margin: 0;
}

.news-tabContent .listblock .news-bannerImg {
  width: 180px;
  height: 120px;
  float: left;
  padding: 10px;
}

.news-tabContent .listblock .news-bannerImg img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: all 0.6s;
}
.news-tabContent .listblock .media:hover .news-bannerImg img{
  transform: scale(1.1);
}
.news-tabContent .listblock .media:hover {
  background-color:rgba(0,192,255,0.1);
}

.news-tabContent .listblock .news-titleContent {
  float: left;
  padding: 10px;
  position: absolute;
  left: 190px;
}

.news-tabContent .listblock .news-titleContent p:nth-child(1) {
  font-size: 18px;
  color: #00c0ff;
}

.news-tabContent .listblock .news-titleContent p:nth-child(2) {
  color: #000000;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .news-tabContent .listblock .news-titleContent {
    position: static;
    left: 0;
  }
  .news-tabContent .listblock .media .media-right p{
    font-size: 14px;
  }
  .news-tabContent .listblock .news-titleContent p:nth-child(1)  {
    font-size: 14px;
  }
}


/*================================================
Default btn CSS
=================================================*/
.default-btn {
  display: inline-block;
  padding: 15px 25px;
  background-color: #B99F78;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.default-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background-color: #B8A589;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover::before {
  height: 100%;
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
  text-align: center;
  margin: 0 auto 35px;
}

.section-title h2 {
  font-size: 38px;
  margin-bottom: 15px;
}

.section-title p {
  max-width: 525px;
  margin: auto;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #ffffff;
}

.preloader .loader {
  left: 50%;
  top: 45%;
  -webkit-transform: translateX(-50%) translateY(-45%);
          transform: translateX(-50%) translateY(-45%);
  position: absolute;
}

.preloader .loader .sbl-half-circle-spin {
  height: 80px;
  width: 80px;
  color: #B99F78;
  display: inline-block;
  position: relative;
  border: 5px solid #B99F78;
  border-radius: 50%;
  animation: animeCircleSpin 5s ease-in-out infinite reverse;
}

.preloader .loader .sbl-half-circle-spin div {
  height: 50%;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background-color: #000000;
  border-radius: 50%;
  -webkit-animation: animeCircleSpin 4s ease-in-out infinite;
          animation: animeCircleSpin 4s ease-in-out infinite;
}

@-webkit-keyframes animeCircleSpin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes animeCircleSpin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/*================================================
Top Header Area CSS
=================================================*/
.top-header-area {
  background-color: #000011;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-header-information {
  padding-left: 0;
  margin-bottom: 0;
}

.top-header-information li {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding-left: 20px;
}

.top-header-information li:last-child {
  margin-right: 0;
}

.top-header-information li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #B99F78;
}

.top-header-optional {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
  line-height: 2;
}

.top-header-optional li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  color: #ffffff;
  font-size: 15px;
  position: relative;
}

.top-header-optional li::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 7px;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
}

.top-header-optional li b {
  color: #B99F78;
  position: relative;
  top: 1px;
}

.top-header-optional li:last-child {
  margin-right: 0;
}

.top-header-optional li:last-child::before {
  display: none;
}

.top-header-optional .language-switcher {
  position: relative;
}

.top-header-optional .language-switcher .dropdown-toggle {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-header-optional .language-switcher .dropdown-toggle::after {
  display: none;
}

.top-header-optional .language-switcher .dropdown-toggle span {
  display: inline-block;
  font-size: 15px;
}

.top-header-optional .language-switcher .dropdown-toggle span i {
  position: relative;
  font-size: 20px;
  top: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-header-optional .language-switcher .dropdown-toggle:hover {
  color: #B8A589;
}

.top-header-optional .language-switcher .dropdown-toggle:hover span i {
  color: #B8A589;
}

.top-header-optional .language-switcher .dropdown-menu {
  padding: 15px;
  float: unset;
  border: none;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  display: block;
  margin-top: 10px;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  right: 0 !important;
  left: auto !important;
}

.top-header-optional .language-switcher .dropdown-menu .dropdown-item {
  padding: 0;
  color: #09101f;
  margin-bottom: 10px;
  font-weight: 600;
}

.top-header-optional .language-switcher .dropdown-menu .dropdown-item::before {
  display: none;
}

.top-header-optional .language-switcher .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}

.top-header-optional .language-switcher .dropdown-menu .dropdown-item img {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

.top-header-optional .language-switcher .dropdown-menu .dropdown-item span {
  display: inline-block;
  margin-left: 8px;
  font-size: 15px;
  font-weight: 400;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-header-optional .language-switcher .dropdown-menu .dropdown-item span:hover {
  color: #B99F78;
}

.top-header-optional .language-switcher .dropdown-menu .dropdown-item:hover, .top-header-optional .language-switcher .dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
}

.top-header-optional .language-switcher .dropdown-menu .dropdown-item:active, .top-header-optional .language-switcher .dropdown-menu .dropdown-item.active {
  color: #09101f;
  background-color: transparent;
}

.top-header-optional .language-switcher .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/*================================================
Middle Header Area CSS
=================================================*/
.af-search.active {
  height: auto
}
.navbar.on .center-box{
  position: static;
}
.navbar .center-box{
  position: relative;
}
/* @media (min-width: 1024px) {
  .navbar .center-box{
    width: 100%;
  }
} */
.navbar.on .center-box .af-search,.navbar.show-mobile-nav .af-search{
  display: none;
}
.af-search {
  position: absolute;
  top: 70px;
  left: 0;
  padding: 0 15px;
  z-index: 9999;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}
@media (max-width: 1024px) {
  .af-search {
    position: fixed;
    top:60px
  }
}
.af-search .bg {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
}



.af-search .bg .container {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.af-search .bg .container .logo {
  flex-shrink: 0
}

.af-search .bg .container .logo img {
  height: 2rem;
  width: auto
}

@media (min-width: 1024px) {
  .af-search .bg .container .logo img {
      height:2.5rem
  }
}

.af-search .bg .container .box button {
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(153, 153 ,153)
}

.af-search .bg .container .box button:hover {
  color: rgb(51, 51 ,51)
}

.af-search .bg .container .search-btn-close {
  transform: translate(0) translateY(0) translateZ(0) rotate(180deg) rotateX(0) rotateY(0) rotate(0) skew(0) skewY(0) scaleX(0) scaleY(1) scaleZ(1);
  cursor: pointer;
  color: rgb(153, 153, 153);
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

.af-search .bg .container .search-btn-close:hover {
  transform: translate(0) translateY(0) translateZ(0) rotate(180deg) rotateX(0) rotateY(0) rotate(0) skew(0) skewY(0) scaleX(0) scaleY(1) scaleZ(1);
  color: rgb(51,51,51)
}



.search-box {
  width:100%
}
.search-box .bg .container input::placeholder {
  color: rgb(204 ,204 ,204)
}
.search-box .search-form {
  position: relative;
  /* border: 1px solid #B99F78; */
}

.search-box .search-form label {
  display: block;
  margin-bottom: 0;
}
.search-box .search-form label .icon-sousuo{
  position: absolute;
  left: 10px;
  font-size: 24px;
  top:26%;
  color: #91969b;
  z-index: 2;
}

.search-box .search-form .search-field {
  background-color: rgb(255,255,255,0.8);
  height: 40px;
  border-radius: 50px;
  padding: 8px 72px 8px 40px;
  border: 1px solid #e1e1e1;
  width: 100%;
  display: block;
  outline: 0;
}

.search-box .search-form .search-field:focus {
  border-color: #B99F78;
}

.search-box .search-form button {
  border: none;
  background-color: #B99F78;
  color: #ffffff;
  border-radius: 0 50px 50px 0;
  height: 40px;
  position: absolute;
  right: 0;
  padding: 0 20px;
  top: 0;
  cursor: pointer;
}

.search-box .search-form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-box .search-form button:hover, .search-box .search-form button:focus {
  background-color: #B8A589;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .search-box .search-form label .icon-sousuo{
    font-size: 16px;
    
  }
  .search-box .search-form .search-field{
    height: 30px;
    padding: 8px 63px 8px 30px;
    font-size: 12px;
  }
  .search-box .search-form button{
    height: 30px;
    font-size: 12px;
    padding: 0 10px;
  }
}

.middle-header-optional {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}

.middle-header-optional li {
  list-style-type: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #09101f;
  margin-right: 25px;
  position: relative;
}

.middle-header-optional li::before {
  content: '';
  position: absolute;
  right: -15px;
  top: 12px;
  width: 1px;
  height: 20px;
  background-color: #B99F78;
}

.middle-header-optional li:last-child {
  margin-right: 0;
}

.middle-header-optional li:last-child::before {
  display: none;
}

.middle-header-optional li:nth-child(2)::before {
  display: none;
}

.middle-header-optional li i {
  font-size: 30px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.middle-header-optional li i span {
  position: absolute;
  right: -5px;
  top: -2px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  background: #B8A589;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.middle-header-optional li .user-btn {
  display: inline-block;
  padding: 10px 25px;
  background-color: #B99F78;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 500;
}

.middle-header-optional li .user-btn:hover {
  background-color: #B8A589;
}

.middle-header-optional li .user-btn i {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
  display: none;
}
.language{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    position: relative;
    top:9px;
  display: grid;
}
.language span{
  margin-left: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
.language img{
  width: 30px;
  margin-right: 5px;
}


.navbar {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: rgb(255,255,255,0);
  padding-top: .75rem;
  padding-bottom: .75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}
@media (min-width: 1024px) {
  .navbar {
      padding-top:0;
      padding-bottom: 0
  }
}

.navbar.on {
  background-color: rgb(255,255,255);
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}
.navbar.on .logo img:nth-child(1) {
  display: none
}

.navbar.on .logo img:nth-child(2) {
  display: inline-block
}

.navbar.on .nav li .navitemlink {
  color: rgb(102,102,102)
}

.navbar.on .nav li:hover .navitemlink,.navbar.on .nav li.active .navitemlink {
  color: #B99F78
}

.navbar.on .btns .btn-nav {
  color: rgb(102,102,102)
}

.navbar.on .btns .btn-nav span {
  background-color: rgb(102,102,102)
}

.navbar.on .btns .btn-nav span:before {
  background-color: rgb(102,102,102)
}

.navbar.on .btns .btn-nav span:after {
  background-color: rgb(102,102,102)
}

.navbar.on .btns a {
  color: rgb(102,102,102)
}

.navbar-warpper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap !important;
  justify-content: space-between
}

.navbar .logo img {
  width: auto;
  height: 2rem
}

@media (min-width: 1024px) {
  .navbar .logo img {
      height:3rem
  }
}

.navbar .logo img:first-child {
  display: inline-block
}

.navbar .logo img:last-child {
  display: none
}

.navbar .logo a {
  color: rgb(51,51,51)
}

.navbar .nav {
  margin-left: initial;
  display: none
}

@media (min-width: 1024px) {
  .navbar .nav {
      display:flex
  }
}
@media (max-width: 1029px) {
  .navbar .btns a .icon i{
    font-size: 1rem !important;
  }
}
@media (max-width: 1023px) {
  .navbar.show-mobile-nav .nav{
    display: flex;
  }
  .navbar .nav {
    flex-direction: column;
    position: fixed;
    top: 58px;
    left: 0;
    width: 100%;
    background: rgb(0,0,0,0.7);
    color: #333333;
  }

  .navbar .nav .navitem:hover .dropdown-nav{
    display: none;
  }
  .navbar .nav .navitem{
    padding: .75rem 2.5rem !important;
    height: auto !important;
    font-size: 1rem;
    border-bottom: 1px solid #999999;
  }
  .navbar .nav .navitem .navitemlink{
    font-size: 1rem !important;
  }
  .navbar.on .nav li .navitemlink {
    color: #ffffff !important;
  }
}
@media (min-width: 1440px) {
  /* .navbar .nav {
      margin-left:12.5rem
  } */
}

.navbar .nav .navitem {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: .25rem;
  padding-right: .25rem
}
/* .navbar .nav .navitem.active a{
  color: #B99F78
} */

@media (min-width: 1024px) {
  .navbar .nav .navitem {
      height:5rem
  }
}

.navbar .nav .navitem .navitemlink {
  border-radius: .125rem;
  padding: .25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff
}

@media (min-width: 1280px) {
  .navbar .nav .navitem .navitemlink {
      padding-left:1.25rem;
      padding-right: 1.25rem
  }
}

.navbar .nav .navitem .dropdown-nav {
  position: fixed;
  top: 5rem;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgb(255,255,255,0.98);
  font-size: .75rem;
  line-height: 1rem;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 1024px) {
  .navbar .nav .navitem .dropdown-nav {
      font-size:.875rem;
      line-height: 1.25rem
  }
}

.navbar .nav .navitem .dropdown-nav .container {
  max-width: 70%
}

.navbar .nav .navitem .dropdown-nav h2 {
  margin-bottom: 2.5rem;
  display: block;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #B99F78
}

.navbar .nav .navitem .dropdown-nav h2 i {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.navbar .nav .navitem .dropdown-nav ul.nav1 {
  display: flex;
}
.navbar .nav .navitem .dropdown-nav.product ul.nav1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.navbar .nav .navitem .dropdown-nav ul.nav1 i {
  font-size: 0.6rem;
  line-height: 1.75rem;
  position: relative;
  top: 1px;
  left: 3px;
}
.navbar .nav .navitem .dropdown-nav.product ul.nav1 .nav1item {
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
  flex: none
}
.navbar .nav .navitem .dropdown-nav ul.nav1 .nav1item {
  margin-right: 2.5rem;
  flex: 1 1 0%
}

.navbar .nav .navitem .dropdown-nav ul.nav1 .nav1item:last-child {
  margin-right: 0
}

.navbar .nav .navitem .dropdown-nav ul.nav1 .nav1item .nav1itemlink {
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #B99F78
}

.navbar .nav .navitem .dropdown-nav ul.nav1 .nav1item .nav1itemlink:hover {
  color: #B99F78
}

.navbar .nav .navitem .dropdown-nav ul.nav1 .nav1item .nav1itemlink:before {
  margin-right: .5rem;
  width: .25rem;
  height: 18px;
  content: ""
}

.navbar .nav .navitem .dropdown-nav ul.nav1 .nav1item:nth-child(2n+1) .nav1itemlink:before {
  background-color: #8A5505 ;
}
.navbar .nav .navitem .dropdown-nav ul.nav1 .nav1item:nth-child(2n+2) .nav1itemlink:before {
  background-color: #F39800  ;
}

.navbar .nav .navitem .dropdown-nav ul.nav1 .nav1item:nth-child(3n) .nav1itemlink:before {
  background-color: #717171 ;
}

.navbar .nav .navitem .dropdown-nav ul.nav1 .nav1item:nth-child(2n+4) .nav1itemlink:before {
  background-color: #FC7C16 ;
}

.navbar .nav .navitem .dropdown-nav ul.nav2 {
  width: 100%
}

.navbar .nav .navitem .dropdown-nav ul.nav2 .nav2item {
  margin-bottom: .5rem
}

.navbar .nav .navitem .dropdown-nav ul.nav2 .nav2item .nav2itemlink {
  margin-left: .75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: rgb(191,192,192);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  line-height: 1.25rem
}

.navbar .nav .navitem .dropdown-nav ul.nav2 .nav2item .nav2itemlink:hover {
  color: #B99F78
}

.navbar .nav .navitem .dropdown-nav ul.nav2 .nav2item .nav2itemlink .icons i:nth-child(1) {
  display: block
}

.navbar .nav .navitem .dropdown-nav ul.nav2 .nav2item .nav2itemlink .icons i:nth-child(2) {
  display: none
}

.navbar .nav .navitem .dropdown-nav ul.nav2 .nav2item ul.nav3 {
  display: none;
  width: 100%
}

.navbar .nav .navitem .dropdown-nav ul.nav2 .nav2item ul.nav3 .nav3item {
  margin-bottom: .5rem
}

.navbar .nav .navitem .dropdown-nav ul.nav2 .nav2item ul.nav3 .nav3item .nav3itemlink {
  margin-left: .75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: rgb(191,192,192);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: .875rem;
  line-height: 1.25rem
}

.navbar .nav .navitem .dropdown-nav ul.nav2 .nav2item ul.nav3 .nav3item .nav3itemlink:hover,.navbar .nav .navitem .dropdown-nav ul.nav2 .nav2item.on .nav2itemlink {
  color: #333333
}

.navbar .nav .navitem .dropdown-nav ul.nav2 .nav2item.on .nav2itemlink .icons i:nth-child(1) {
  display: none
}

.navbar .nav .navitem .dropdown-nav ul.nav2 .nav2item.on .nav2itemlink .icons i:nth-child(2) {
  display: block
}

.navbar .nav .navitem:hover .dropdown-nav {
  height: auto;
  border-width: 1px;
  border-top-width: 1px;
  border-color: #F1F1F1;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  transition-duration: .5s
}

.navbar .btns {
  display: flex
}

.navbar .btns .btn-nav {
  order: 2;
  margin-left: 1.25rem;
  width: 1.5rem;
  height: auto;
  display: flex;
  cursor: pointer;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(255,255,255)
}

@media (min-width: 1024px) {
  .navbar .btns .btn-nav {
      display:none
  }
}

.navbar .btns .btn-nav span {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 2px;
  background-color: rgb(255,255,255);
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  animation: btn-bar 3s infinite
}

.navbar .btns .btn-nav span:before {
  position: absolute;
  top: -.5rem;
  left: 0;
  z-index: 10;
  display: block;
  width: 1.5rem;
  height: 2px;
  background-color: rgb(255,255,255);
  content: ""
}

.navbar .btns .btn-nav span:after {
  position: absolute;
  top: .5rem;
  left: 0;
  z-index: 10;
  display: block;
  width: 1.25rem;
  height: 2px;
  background-color: rgb(255,255,255);
  content: "";
  animation: btn-bar 2s infinite
}

.navbar .btns .btn-nav.active span {
  transform: translate(0) translateY(0) translateZ(0) rotate(135deg) rotateX(0) rotateY(0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1) scaleZ(1);
  animation: none
}

.navbar .btns .btn-nav.active span:before {
  opacity: 0
}

.navbar .btns .btn-nav.active span:after {
  top: 0;
  width: 1.5rem;
  transform: translate(0) translateY(0) translateZ(0) rotate(90deg) rotateX(0) rotateY(0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1) scaleZ(1);
  animation: none
}

.navbar .btns a {
  margin-left: .5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: rgb(255,255,255)
}

@media (min-width: 1024px) {
  .navbar .btns a {
      margin-left:0.5rem
  }
}

.navbar .btns a .icon {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center
}

.navbar .btns a .icon i {
  margin-right: .5rem;
  font-size: .75rem;
  line-height: 1rem
}

.navbar .btns a span {
  display: none;
  font-size: .875rem;
  line-height: 1.25rem
}

@media (min-width: 1024px) {
  .navbar .btns a span {
      display:block
  }
}

.navbar .btns a:hover {
  color: #B99F78
}

.navbar .btns .weixin {
  position: relative;
}

.navbar .btns .weixin:hover .dropdown-nav,.navbar .btns .weixin:focus .dropdown-nav{
  display: block;
}

.navbar .btns .dropdown-nav {
  position: absolute;
  left: 0;
  width: max-content;
  top: 2rem;
  text-align: center;
  font-size: 0.85rem;
  background: rgb(255,255,255,0.9);
  color: #333333;
  display: none;
}
.navbar .btns .dropdown-nav img{
  max-width: 120px;
  padding: 5px;
}




.others-option .kefu{
  text-align: center;
  color: #09101f;
}
.others-option .kefu .text{
  font-size: 16px;
  margin: 0;
  position: relative;
  bottom: 5px;
}
.others-option .kefu .icon-kefu{
  font-size: 32px;
  font-weight: bold;
  color: #B99F78;
}
.others-option .kefu .phone{
  color: #09101f;
  font-size: 24px;
  font-weight: 300;
}


.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  /*-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;*/
  /*        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;*/
}

.navbar-area.is-sticky .navbar-category {
  display: none;
}


@media (min-width: 768px) {
  .hidden-xs-only {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none!important;
  }
}

@media only screen and (max-width: 992px) {
  .main-responsive-nav {
    display: block;
  }
  .main-responsive-nav .main-responsive-menu {
    position: relative;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #B8A589;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .others-option {
    display: none !important;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #09101f;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #09101f;
    position: relative;
  }
  .main-responsive-nav .logo {
    position: relative;
  }
  .main-responsive-nav .logo img {
    max-width: 200px !important;
  }
  .navbar-area {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/*======
轮播图
========*/
.hero-slides{
  position: relative;
}
.hero-slides.owl-carousel .owl-item img{
  height: 100vh;
  object-fit: cover;
}
.hero-slides.owl-carousel .owl-item img:nth-child(1){
  display: block;
}
.hero-slides.owl-carousel .owl-item img:nth-child(2){
  display: none;
}

@media (max-width: 1024px) {
  .hero-slides.owl-carousel .owl-item img:nth-child(1){
    display: none ;
  }
  .hero-slides.owl-carousel .owl-item img:nth-child(2){
    display: block;
  }
}
.hero-slides .owl-dots{
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.hero-slides.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 45px;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}
.hero-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #B99F78;
  -webkit-transform: translateX(-10px) translateY(-50%);
          transform: translateX(-10px) translateY(-50%);
}
.hero-slides.owl-theme .owl-nav [class*=owl-]:hover.owl-next {
  -webkit-transform: translateX(10px) translateY(-50%);
          transform: translateX(10px) translateY(-50%);
}
.hero-slides.owl-theme:hover .owl-nav [class*=owl-] {
  left: 20px;
  opacity: 1;
  visibility: visible;
}
.hero-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}
.hero-slides .af-carousel-content{
  position: absolute;
  /* top:50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  color:#ffffff
}
/* .hero-slides .af-carousel-content.banner1{
  top:27%;
  left: 10%;
}
.hero-slides .af-carousel-content.banner2{
  top: 20%;
  right: 5%;
  text-align: right;
}
.hero-slides .af-carousel-content.banner3{
  top:25%;
  left: 5%;
} */

/* @media (min-width: 1024px) {
  .hero-slides .af-carousel-content h2 {
      margin-bottom:2.5rem
  }
}

@media (min-width: 1280px) {
  .hero-slides .af-carousel-content h2 {
      font-size:3rem;
      line-height: 1
  }
}

@media (min-width: 1440px) {
  .hero-slides .af-carousel-content h2 {
      font-size:3.75rem;
      line-height: 1
  }
}

.hero-slides .af-carousel-content p {
  margin-bottom: 1.25rem;
  width: 100%;
  font-size: 1.875rem;
  line-height: 2.25rem
}
.hero-slides .af-carousel-content.banner2 p{
  font-size:1.2rem;
}
.hero-slides .af-carousel-content.banner3 p{
  font-size:1.5rem;
}

@media (min-width: 1024px) {
  .hero-slides .af-carousel-content p {
      margin-bottom:5rem
  }
}

@media (min-width: 1280px) {
  .hero-slides .af-carousel-content p {
      font-size:2.5rem;
      line-height: 1
  }
  .hero-slides .af-carousel-content.banner2 p{
    font-size:1.5rem;
  }
  .hero-slides .af-carousel-content.banner3 p{
    font-size:2rem;
  }
}

@media (min-width: 1440px) {
  .hero-slides .af-carousel-content p {
      font-size:2.75rem;
      line-height: 1
  }
  .hero-slides .af-carousel-content.banner2 p{
    font-size:1.75rem;
  }
  .hero-slides .af-carousel-content.banner3 p{
    font-size:2rem;
  }
} */
.hero-banner {
  position: relative;
  z-index: 1;
  height: auto;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-color: #09101f;*/
}
.hero-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*background-color: #09101f;*/
  opacity: .77;
}


/*================================================
产品系列
=================================================*/
.home-products {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap
}

.home-products-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(233,237,243)
}

@media (min-width: 1024px) {
  .home-products-left {
    height:100%;
    /* width: 33.3333333333%; */
    width: 25%;
    padding-top: 5rem;
    padding-bottom: 5rem
  }
}

@media (min-width: 1280px) {
  .home-products-left {
    padding-top:7.5rem;
    padding-bottom: 7.5rem
  }
}

.home-products-left-title {
  margin-bottom: 1.25rem;
  color: #B99F78;
}

@media (min-width: 1024px) {
  .home-products-left-title {
    margin-bottom:2.5rem
  }
}

@media (min-width: 1280px) {
  .home-products-left-title {
    margin-bottom:3.75rem
  }
}

@media (min-width: 1440px) {
  .home-products-left-title {
    margin-bottom:5rem
  }
}

@media (min-width: 1760px) {
  .home-products-left-title {
    margin-bottom:6.5rem
  }
}

.home-products-left-title h2 {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #B99F78;
}

@media (min-width: 1024px) {
  .home-products-left-title h2 {
    margin-top:5rem;
    font-size: 1.125rem;
    line-height: 1.75rem
  }
}

@media (min-width: 1280px) {
  .home-products-left-title h2 {
    font-size:1.25rem;
    line-height: 1.75rem;
    font-weight: lighter;
  }
}

.home-products-left-title h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #B99F78;
  font-weight: lighter;
}

@media (min-width: 1024px) {
  .home-products-left-title h3 {
    margin-bottom:1rem;
    font-size: 1.875rem;
    line-height: 2.25rem
  }
}

@media (min-width: 1280px) {
  .home-products-left-title h3 {
    font-size:2.25rem;
    line-height: 2.5rem
  }
}

.home-products-left-title h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #B99F78;
}

@media (min-width: 1024px) {
  .home-products-left-title h4 {
    font-size:1.875rem;
    line-height: 2.25rem
  }
}

@media (min-width: 1280px) {
  .home-products-left-title h4 {
    font-size:2.25rem;
    line-height: 2.5rem
  }
}

.home-products-left-title.en h3,.home-products-left-title.en h4 {
  font-size: 1.25rem;
  line-height: 1.75rem
}

@media (min-width: 1024px) {
  .home-products-left-title.en h3,.home-products-left-title.en h4 {
    font-size:1.5rem;
    line-height: 2rem
  }
}

@media (min-width: 1280px) {
  .home-products-left-title.en h3,.home-products-left-title.en h4 {
    font-size:1.875rem;
    line-height: 2.25rem
  }
}

.home-products-left-navs {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin-bottom: 2.5rem;
  gap: 1.25rem;
  overflow-y: scroll
}

@media (min-width: 1024px) {
  .home-products-left-navs {
    grid-template-columns:repeat(1,minmax(0,1fr));
    max-width: 240px
  }
}

.home-products-left-navs li {
  cursor: pointer;
  border-bottom-width: 1px;
  border-color: rgb(204, 204, 204);
  padding-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.5rem
}

@media (min-width: 1024px) {
  .home-products-left-navs li {
    font-size:1.125rem;
    line-height: 1.75rem
  }
}

@media (min-width: 1440px) {
  .home-products-left-navs li {
    padding-bottom:1.25rem
  }
}

.home-products-left-navs li a {
  color: rgb(153,153,153)
}

.home-products-left-navs li a:hover,.home-products-left-navs li a.on {
  color: rgb(11,55,117)
}

.home-products-right {
  position: relative;
  width: 100%;
  overflow: hidden
}


@media (min-width: 1024px) {
  .home-products-right {
    flex:1 1 0%
  }
}
.home-products-right .product-slider .owl-nav{
  position: absolute;
  top: -25%;
  right: 20%;
}
@media (max-width: 1024px) {
  .home-products-right .product-slider .owl-nav{
    display: none;
  }
}
.home-products-right .product-slider .owl-nav button{
  height: 3rem;
  width: 3rem;
  display: inline-table;
  color: #B99F78;
  border: 2px solid #B99F78;
  border-radius: 50px;
}
.home-products-right .product-slider .owl-nav button:hover{
  color: #ffffff;
  border: 2px solid #B99F78;
  background-color: #B99F78;
}
.home-products-right .product-slider .owl-nav .owl-prev{
  margin-right: 3rem;
}
.home-products-right .product-slider .owl-nav button span{
  font-size: 3rem;
  font-weight: lighter;
  position: relative;
  top: -1rem;
}
@media (max-width: 1024px) {
  .home-products-right .product-slider{
    padding: 0 1rem;
  }
}
.home-products-right .product-slider .name{
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #999999;
  font-weight: lighter;
}

@media (min-width: 1024px) {
  .home-products-right .product-slider .name{
      text-align:left;
      font-size: 1.5rem;
      line-height: 2rem
  }
}
.home-products-right .product-slider img{
  width: 100%;
  height: 160px;
}
@media (min-width: 576px) {
  .home-products-right .product-slider img{
      height:300px
  }
}
@media (min-width: 1024px) {
  .home-products-right .product-slider img{
      height:30vh
  }
}

@media (min-width: 1280px) {
  .home-products-right .product-slider img{
      height:40vh
  }
}

@media (min-width: 1440px) {
  .home-products-right .product-slider img{
      height:50vh
  }
}


.home-products-right-bg {
  position: absolute;
  display: none;
  width: 10vw;
  height: 30vh;
  background-color: rgb(233,237,243)
}

@media (min-width: 1024px) {
  .home-products-right-bg {
    top:5vh;
    left: 3vh;
    display: none
  }
}

@media (min-width: 1280px) {
  .home-products-right-bg {
    top:7vh;
    left: 5vh
  }
}

.home-products-right-bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
  width: 300px;
  height: 180px;
  background-color: rgb(233,237,243);
  background: url(../images/product-bg.png) no-repeat bottom right
}

@media (min-width: 1024px) {
  .home-products-right-bg2 {
    display:block
  }
}

.home-products-right-silders {
  position: relative;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 0
}

@media (min-width: 1024px) {
  .home-products-right-silders {
      margin-left:5rem;
      margin-bottom: 0;
      margin-top: 0;
      overflow: hidden
  }
}

@media (min-width: 1280px) {
  .home-products-right-silders {
      margin-left:7.5rem
  }
}
.home-products-right .product-item{
  position:relative
}
.home-products-right .product-item .line{
  margin-bottom: 1.25rem;
  width: 100%;
  height: 3px;
  background-color:#333;
  position:relative
}
.home-products-right .product-item .line:after{
  content: '';		
  position:absolute;
  right:0;
  height: 3px;
  width:12%;
  background-color:#B99F78;
}
.home-products-right .product-item img {
  margin:0 auto;
}
.home-products-right .product .name{
  word-break: break-all;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  color: #B99F78;
  font-weight: bold;
}


/*================================================
首页--解决方案
=================================================*/
.home-solution {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .home-solution {
      margin-top:5rem;
      margin-bottom: 5rem
  }
}

@media (min-width: 1280px) {
  .home-solution {
      margin-top:7.5rem;
      margin-bottom: 7.5rem
  }
}

.home-solution .title {
  margin-bottom: 2.5rem;
  text-align: center;
}
.home-solution .title h2{
  color: #B99F78;
}

@media (min-width: 1024px) {
  .home-solution .title {
      margin-bottom:5rem
  }
}

.home-solution {
  margin-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .home-solution {
      margin-bottom:5rem
  }
}

@media (min-width: 1280px) {
  .home-solution {
      margin-bottom:7.5rem
  }
}

.home-solution ul {
  display: grid;
  grid-template-columns: repeat(1,minmax(0,1fr));
  gap: 1.25rem
}

@media (min-width: 1024px) {
  .home-solution ul {
      grid-template-columns:repeat(2,minmax(0,1fr))
  }
}

.home-solution ul li {
  height: 100%;
  display: flex
}

.home-solution ul li a {
  display: flex
}

.home-solution ul li a:hover .texts {
  background-color: #B99F78;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

.home-solution ul li a:hover .texts .icon,.home-solution ul li a:hover .texts h2,.home-solution ul li a:hover .texts p,.home-solution ul li a:hover .texts span {
  color: #ffffff
}

.home-solution ul li a:hover .texts .icon {
  border-color: #ffffff
}

.home-solution ul li a:hover .pic img {
  scale: 1.5;
}

.home-solution ul li .texts {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgb(245 245 245);
  padding: 1.25rem
}

.home-solution ul li .texts p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 1024px) {
  .home-solution ul li .texts {
      margin-right:.5rem;
      width: 60%
  }
}

@media (min-width: 1280px) {
  .home-solution ul li .texts {
      width:50%
  }
}

@media (min-width: 1440px) {
  .home-solution ul li .texts {
      width:50%
  }
}

.home-solution ul li .texts .icon {
  margin-bottom: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: #B99F78;
  border-radius: 9999px;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #B99F78;
}
.home-solution ul li .texts .icon i{
  font-size: 1.5rem;
}

.home-solution ul li .texts h2 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #B99F78;
}

@media (min-width: 1024px) {
  .home-solution ul li .texts h2 {
      font-size:1.5rem;
      line-height: 2rem
  }
}

.home-solution ul li .texts p {
  margin-bottom: 1.25rem;
  font-size: .75rem;
  line-height: 1rem;
  color: rgb(102 102 102);
  line-height: 1.5!important
}

@media (min-width: 1024px) {
  .home-solution ul li .texts p {
      font-size:.875rem;
      line-height: 1.25rem
  }
}

.home-solution ul li .texts span {
  margin-top: auto;
  font-size: .75rem;
  line-height: 1rem;
  color: #B99F78;
}

@media (min-width: 1024px) {
  .home-solution ul li .texts span {
      font-size:.875rem;
      line-height: 1.25rem
  }
}

.home-solution ul li .pic {
  width: 100%;
  overflow: hidden
}

@media (min-width: 1024px) {
  .home-solution ul li .pic {
      flex:1 1 0%
  }
}

.home-solution ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
/*================================================
首页-新闻动态
=================================================*/
.home-news {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .home-news {
      padding-top:5rem;
      padding-bottom: 5rem
  }
}

@media (min-width: 1280px) {
  .home-news {
      padding-top:7.5rem;
      padding-bottom: 7.5rem
  }
}

.home-news .title {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #B99F78
}

@media (min-width: 1024px) {
  .home-news .title {
      margin-bottom:2rem
  }
}

.home-news .title h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #B99F78;
}

@media (min-width: 1024px) {
  .home-news .title h2 {
      font-size:2.25rem;
      line-height: 2.5rem
  }
}

@media (min-width: 1280px) {
  .home-news .title h2 {
      font-size:3rem;
      line-height: 1
  }
}

.home-news .title a {
  display: flex;
  align-items: center;
  color:#B99F78
}

.home-news .title a:hover {
  color: #B99F78
}

.home-news-top {
  margin-bottom: 2rem
}

.home-news-top a .date {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #999999
}

.home-news-top a h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #666666
}

@media (min-width: 1024px) {
  .home-news-top a h3 {
      font-size:1.875rem;
      line-height: 2.25rem
  }
}

.home-news-top a p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #333333;
}

@media (min-width: 1024px) {
  .home-news-top a p {
      max-width:66.6666666667%;
      font-size: 1rem;
      line-height: 1.5rem
  }
}

.home-news-top a span {
  display: flex;
  align-items: center;
  color: #B99F78;
  font-weight: lighter;
}

.home-news-top a:hover h3 {
  color: #B99F78
}

.home-news-top a:hover span {
  color: #B99F78
}

.home-news-list {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #d9d9d9
}

@media (min-width: 1024px) {
  .home-news-list {
      margin-left:-2.5rem;
      margin-right: -2.5rem
  }
}

.home-news-list ul {
  display: flex;
  flex-wrap: wrap
}

.home-news-list ul li {
  width: 50%;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-color: #d9d9d9
}

@media (min-width: 1024px) {
  .home-news-list ul li {
      width:auto;
      flex: 1 1 0%;
      border-bottom-style: none
  }
}

.home-news-list ul li:nth-child(2n) {
  border-right-width: 0
}

@media (min-width: 1024px) {
  .home-news-list ul li:nth-child(2n) {
      border-right-width:1px
  }
}

.home-news-list ul li:last-child {
  border-right-width: 0
}

.home-news-list ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%
}

.home-news-list ul li a .pic img {
  width: 100%;
  height: 220px;
  object-fit: cover
}

@media (min-width: 1024px) {
  .home-news-list ul li a .pic img {
      height:390px
  }
}

.home-news-list ul li a .texts {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 1.25rem
}

@media (min-width: 1024px) {
  .home-news-list ul li a .texts {
      padding:2.5rem
  }
}

.home-news-list ul li a .texts .date {
  margin-bottom: .5rem;
  color: #999999
}

@media (min-width: 1024px) {
  .home-news-list ul li a .texts .date {
      margin-bottom:1rem
  }
}

.home-news-list ul li a .texts .date .d {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700
}

@media (min-width: 1024px) {
  .home-news-list ul li a .texts .date .d {
      font-size:2.25rem;
      line-height: 2.5rem
  }
}

.home-news-list ul li a .texts .date .ym {
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 500
}

@media (min-width: 1024px) {
  .home-news-list ul li a .texts .date .ym {
      font-size:.875rem;
      line-height: 1.25rem
  }
}

.home-news-list ul li a .texts h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: .5rem;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #666666
}

@media (min-width: 1024px) {
  .home-news-list ul li a .texts h3 {
      margin-bottom:1rem;
      font-size: 1.5rem;
      line-height: 2rem
  }
}

.home-news-list ul li a .texts p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #333333
}

@media (min-width: 1024px) {
  .home-news-list ul li a .texts p {
      overflow:hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      margin-bottom: 2rem;
      font-size: 1rem;
      line-height: 1.5rem
  }
}

.home-news-list ul li a .texts span {
  margin-top: auto;
  display: flex;
  align-items: center;
  font-size: .75rem;
  line-height: 1rem;
  color: #B99F78;
}

@media (min-width: 1024px) {
  .home-news-list ul li a .texts span {
      font-size:1rem;
      line-height: 1.5rem
  }
}

.home-news-list ul li a:hover .texts {
  background-color: rgb(11,55,117,0.6);
  color: #ffffff;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

.home-news-list ul li a:hover .texts .date,.home-news-list ul li a:hover .texts h3,.home-news-list ul li a:hover .texts p,.home-news-list ul li a:hover .texts span {
  color: #ffffff
}



/*================================================
底部信息栏目
=================================================*/
footer {
  background-color: #393939;
  padding-top: 2.5rem
}

@media (min-width: 1024px) {
  footer {
      padding-left:20px;
      padding-right: 20px;
      padding-top: 5rem
  }
}

footer .footnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: #7d7d7d;
  padding-bottom: 2.5rem
}

footer .footnav .footlogo {
  width: 100%;
  text-align: center;
  font-size: .875rem;
  line-height: 1.25rem
}

@media (min-width: 1024px) {
  footer .footnav .footlogo {
      width:200px;
      text-align: left
  }
}

footer .footnav .footlogo img {
  display: inline-block;
  max-height: 56px
}

footer .footnav .nav {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between
}

@media (min-width: 1024px) {
  footer .footnav .nav {
      width:50%;
      display: flex
  }
}

footer .footnav .nav li a {
  color: #ffffff
}

footer .footnav .nav li a:hover {
  color: #B99F78
}

footer .foot-contact {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap
}

@media (min-width: 1024px) {
  footer .foot-contact {
      margin-top:5rem;
      margin-bottom: 5rem
  }
}

footer .foot-contact .qrcode {
  margin-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

@media (min-width: 1024px) {
  footer .foot-contact .qrcode {
      margin-bottom:2.5rem;
      margin-right: 8%;
      width: auto
  }
}

footer .foot-contact .qrcode img {
  margin-bottom: .75rem;
  display: inline-block;
  width: 114px;
  height: 114px;
  object-fit: cover
}

footer .foot-contact .qrcode span {
  font-size: .875rem;
  line-height: 1.25rem;
  color: #cccccc
}

footer .foot-contact .qrcode .icons {
  margin-top: 1.25rem;
  display: flex
}

footer .foot-contact .qrcode .icons a {
  margin-left: .25rem;
  margin-right: .25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #ffffff
}

footer .foot-contact .qrcode .icons a:hover {
  color: #B99F78
}

footer .foot-contact ul {
  display: flex;
  flex: 1 1 0%;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .foot-contact ul li {
  margin-bottom: 1.25rem;
  width: 50%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: flex-start;
  justify-content: flex-start;
  color: #7d7d7d
}

@media (min-width: 1024px) {
  footer .foot-contact ul li {
      margin-right:5rem;
      width: auto;
      max-width: 260px
  }
}

footer .foot-contact ul li .icon {
  margin-bottom: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: #7d7d7d;
  border-radius: 9999px
}

footer .foot-contact ul li .icon i {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}

footer .foot-contact ul li h3 {
  margin-bottom: .25rem;
  font-size: .75rem;
  line-height: 1rem;
  font-weight: lighter;
  color: #7d7d7d
}

@media (min-width: 1024px) {
  footer .foot-contact ul li h3 {
      font-size:.875rem;
      line-height: 1.25rem
  }
}

footer .foot-contact ul li h2 {
  font-size: .75rem;
  line-height: 1rem;
  font-weight: lighter;
 
  color: #ffffff
}
footer .foot-contact ul li:nth-child(2) h2,footer .foot-contact ul li:nth-child(4) h2 {
  text-wrap: nowrap;
}

@media (min-width: 1024px) {
  footer .foot-contact ul li h2 {
      font-size:1.125rem;
      line-height: 1.75rem
  }
}

@media (min-width: 1280px) {
  footer .foot-contact ul li h2 {
      font-size:1.25rem;
      line-height: 1.75rem
  }
}

@media (min-width: 1440px) {
  footer .foot-contact ul li h2 {
      font-size:1.5rem;
      line-height: 2rem
  }
}

@media (min-width: 1024px) {
  footer .foot-contact ul li:nth-child(1) h2 {
      font-size:1.3rem;
      line-height: 1.5rem
  }
}

footer .foot-contact ul li:nth-child(2n) {
  align-items: flex-end
}

@media (min-width: 1024px) {
  footer .foot-contact ul li:nth-child(2n) {
      align-items:flex-start
  }
}


footer .copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top-width: 1px;
  border-color: #7d7d7d;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #999999
}

footer .copyright a {
  color: #999999
}

footer .copyright a:hover {
  color: #B99F78
}

footer .copyright .copy {
  margin-bottom: .5rem;
  width: 100%
}

@media (min-width: 1024px) {
  footer .copyright .copy {
      margin-bottom:0;
      width: auto
  }
}

footer .copyright .copy img {
  display: inline-block
}



/*================================================
子页面-banner图
=================================================*/
.nbanner {
  position: relative
}

.nbanner img {
  width: 100%;
  height: 40vh;
  object-fit: cover
}

@media (min-width: 1024px) {
  .nbanner img {
      height:80vh
  }
}

.nbanner .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff
}

.nbanner .text h2 {
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #ffffff
}

@media (min-width: 1024px) {
  .nbanner .text h2 {
      margin-bottom:2.5rem
  }
}

@media (min-width: 1280px) {
  .nbanner .text h2 {
      font-size:3rem;
      line-height: 1
  }
}

@media (min-width: 1440px) {
  .nbanner .text h2 {
      font-size:3.75rem;
      line-height: 1
  }
}

.nbanner .text h3 {
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: lighter;
  color: #ffffff
}

@media (min-width: 1024px) {
  .nbanner .text h3 {
      margin-bottom:2.5rem
  }
}

@media (min-width: 1280px) {
  .nbanner .text h3 {
      font-size:3rem;
      line-height: 1
  }
}

@media (min-width: 1440px) {
  .nbanner .text h3 {
      font-size:3.75rem;
      line-height: 1
  }
}

.nbanner .text p {
  width: auto;
  font-size: .875rem;
  line-height: 1.25rem;
  line-height: 2!important
}

@media (min-width: 1024px) {
  .nbanner .text p {
      width:550px;
      font-size: 1.25rem;
      line-height: 1.75rem
  }
}

@media (min-width: 1280px) {
  .nbanner .text p {
      font-size:1.5rem;
      line-height: 2rem
  }
}
/*================================================
子页面-banner图-页面导航
=================================================*/
.subnav {
  border-bottom-width: 1px;
  border-bottom-color: #f1f3f5;
  background-color: #f1f1f1;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

.subnav .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between
}

@media (min-width: 1024px) {
  .subnav .container {
      flex-direction:row;
      align-items: center
  }
}

.subnav ul {
  margin-bottom: .5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

@media (min-width: 1024px) {
  .subnav ul {
      margin-bottom:0
  }
}

.subnav ul li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding-right: .5rem
}

@media (min-width: 1024px) {
  .subnav ul li {
      padding-right:1rem
  }
}

.subnav ul li a {
  display: inline-block;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #999999
}

@media (min-width: 1024px) {
  .subnav ul li a {
      font-size:1rem;
      line-height: 1.5rem
  }
}

.subnav ul li a.active,.subnav ul li a:hover {
  color: #B99F78
}

.subnav ul li:after {
  margin-left: .5rem;
  color: #999999;
  content: "|"
}

@media (min-width: 1024px) {
  .subnav ul li:after {
      margin-left:1rem
  }
}

.subnav ul li:last-child:after {
  display: none
}

.subnav .location {
  display: flex;
  align-items: center;
  font-size: .75rem;
  line-height: 1rem;
  color: #999999
}

@media (min-width: 1024px) {
  .subnav .location {
      font-size:.875rem;
      line-height: 1.25rem
  }
}

.subnav .location a {
  color: #999999
}

.subnav .location a:hover {
  color: #B99F78
}

.subnav .location i {
  margin-right: .5rem;
  font-size: 1rem;
  line-height: 1.5rem
}

.subnav .location span:last-child {
  display: none
}





/*================================================
产品类型介绍说明
=================================================*/
.products {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .products {
      margin-top:5rem;
      margin-bottom: 5rem
  }
}

@media (min-width: 1280px) {
  .products {
      margin-top:7.5rem;
      margin-bottom: 7.5rem
  }
}

.products-subtitle {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (min-width: 1024px) {
  .products-subtitle {
      margin-top:2.5rem;
      margin-bottom: 2.5rem
  }
}

.products-subtitle li {
  margin-left: .5rem;
  margin-right: .5rem;
  border-bottom-width: 1px;
  border-color: transparent;
  font-size: .875rem;
  font-weight: lighter;
  line-height: 1.25rem
}

@media (min-width: 1024px) {
  .products-subtitle li {
      margin-left:1.25rem;
      margin-right: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.75rem
  }
}

.products-subtitle li:hover,.products-subtitle li.active {
  border-color: #B99F78
}

.products-list {
  margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
  .products-list {
      margin-bottom:2.5rem
  }
}

.products-list.nosub {
  margin-top: 2.5rem
}

@media (min-width: 1024px) {
  .products-list.nosub {
      margin-top:5rem
  }
}

.products-list h2 {
  margin-bottom: 1.25rem;
  border-bottom-width: 1px;
  border-color: #cccccc;
  padding-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #B99F78
}

@media (min-width: 1024px) {
  .products-list h2 {
      margin-bottom:2.5rem
  }
}

@media (min-width: 1280px) {
  .products-list h2 {
      font-size:1.25rem;
      line-height: 1.75rem
  }
}

@media (min-width: 1440px) {
  .products-list h2 {
      font-size:1.5rem;
      line-height: 2rem
  }
}

.products-list ul {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1.5rem
}

@media (min-width: 1024px) {
  .products-list ul {
      grid-template-columns:repeat(4,minmax(0,1fr))
  }
}

.products-list ul li a .pic {
  margin-bottom: 1rem;
  height: 120px;
  overflow: hidden;
  border-radius: 1rem
}

@media (min-width: 1024px) {
  .products-list ul li a .pic {
      height:270px
  }
}

.products-list ul li a .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  transition-duration: .3s
}

.products-list ul li a h3 {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: lighter;
}

@media (min-width: 1024px) {
  .products-list ul li a h3 {
      font-size:1.125rem;
      line-height: 1.75rem
  }
}

@media (min-width: 1280px) {
  .products-list ul li a h3 {
      font-size:1.25rem;
      line-height: 1.75rem
  }
}

.products-list ul li a:hover .pic img {
  scale: 1.2;
}
.productshow {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .productshow {
      margin-top:5rem;
      margin-bottom: 5rem
  }
}

@media (min-width: 1280px) {
  .productshow {
      margin-top:7.5rem;
      margin-bottom: 7.5rem
  }
}

.productshow .title {
  margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
  .productshow .title {
      margin-bottom:2.5rem
  }
}

.productshow .title h2 {
  text-align: left;
  color: #B99F78;
}

.productshow-title {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
  border-color: #d1d5db
}

@media (min-width: 1024px) {
  .productshow-title {
      margin-bottom:5rem
  }
}

.productshow-title a {
  margin-left: .5rem;
  margin-right: .5rem;
  border-bottom-width: 2px;
  border-color: transparent;
  padding-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem
}

@media (min-width: 1024px) {
  .productshow-title a {
      margin-left:1.25rem;
      margin-right: 1.25rem;
      font-size: 1.5rem;
      line-height: 2rem
  }
}

@media (min-width: 1280px) {
  .productshow-title a {
      font-size:1.875rem;
      line-height: 2.25rem
  }
}

@media (min-width: 1440px) {
  .productshow-title a {
      font-size:2.25rem;
      line-height: 2.5rem
  }
}

.productshow-title a:hover,.productshow-title a.on {
  border-color: #B99F78;
  color: #B99F78;
}

.productshow-cpjs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.productshow-cpjs-text {
  width: 100%
}

@media (min-width: 1024px) {
  .productshow-cpjs-text {
      width:50%;
      height: 500px;
      overflow-y: auto
  }
}

@media (min-width: 1024px) {
  .productshow-cpjs-text-content {
      padding-right:1.25rem
  }
}

@media (min-width: 1280px) {
  .productshow-cpjs-text-content {
      padding-right:2.5rem
  }
}

.productshow-cpjs-text-content h2 {
  margin-bottom: .25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #666666
}

@media (min-width: 1024px) {
  .productshow-cpjs-text-content h2 {
      font-size:1.5rem;
      line-height: 2rem
  }
}

.productshow-cpjs-text-content p {
  margin-bottom: .5rem;
  font-size: .875rem;
  line-height: 1.25rem
}

@media (min-width: 1024px) {
  .productshow-cpjs-text-content p {
      font-size:1rem;
      line-height: 1.5rem
  }
}

.productshow-cpjs-pic {
  width: 100%
}

@media (min-width: 1024px) {
  .productshow-cpjs-pic {
      flex:1 1 0%
  }
}

.productshow-cpjs-pic .pic {
  margin-top: 1.25rem
}

@media (min-width: 1024px) {
  .productshow-cpjs-pic .pic {
      margin-left:5rem;
      margin-top: 0
  }
}

.productshow-cpjs-pic .pic img {
  width: 100%;
  height: auto;
  object-fit: cover
}

@media (min-width: 1024px) {
  .productshow-cpjs-pic .pic img {
      max-height:500px
  }
}

.productshow-cpyy {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #d1d5db;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .productshow-cpyy {
      margin-top:5rem;
      margin-bottom: 5rem;
      padding-top: 5rem;
      padding-bottom: 5rem
  }
}

@media (min-width: 1280px) {
  .productshow-cpyy {
      margin-top:7.5rem;
      margin-bottom: 7.5rem;
      padding-top: 7.5rem;
      padding-bottom: 7.5rem
  }
}

.productshow-cpyy .title {
  width: 100%
}

@media (min-width: 1024px) {
  .productshow-cpyy .title {
      width:45%
  }
}

.productshow-cpyy-content {
  width: 100%
}

@media (min-width: 1024px) {
  .productshow-cpyy-content {
      width:55%
  }
}

.productshow-cpyy-content li {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  font-size: .875rem;
  line-height: 1.25rem
}

@media (min-width: 1024px) {
  .productshow-cpyy-content li {
      font-size:1.125rem;
      line-height: 1.75rem
  }
}

.productshow-cpyy-content li i {
  margin-right: .5rem;
  margin-top: .5rem;
  flex-shrink: 0;
  font-size: .75rem;
  line-height: 1rem;
  color: #B99F78;
}

.productshow-cpxh-list {
  display: flex;
  flex-direction: column
}

.productshow-cpxh-list ul {
  display: flex;
  border-bottom-width: 1px;
  border-color: #d1d5db;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem
}

@media (min-width: 1024px) {
  .productshow-cpxh-list ul {
      padding-left:2.5rem
  }
}

.productshow-cpxh-list ul li {
  padding-right: 1.25rem
}

@media (min-width: 1280px) {
  .productshow-cpxh-list ul li {
      padding-right:2.5rem
  }
}

.productshow-cpxh-list ul li a {
  display: flex;
  align-items: center
}

.productshow-cpxh-list ul li a i {
  margin-right: .25rem
}

.productshow-cpxh-list ul li:nth-child(1) {
  width: 40%
}

@media (min-width: 1024px) {
  .productshow-cpxh-list ul li:nth-child(1) {
      width:15%
  }
}

.productshow-cpxh-list ul li:nth-child(2) {
  width: 20%
}

@media (min-width: 1024px) {
  .productshow-cpxh-list ul li:nth-child(2) {
      width:15%
  }
}

.productshow-cpxh-list ul li:nth-child(5) {
  width: 40%
}

@media (min-width: 1024px) {
  .productshow-cpxh-list ul li:nth-child(5) {
      width:10%
  }
}

.productshow-cpxh-list ul li:nth-child(3),.productshow-cpxh-list ul li:nth-child(4) {
  display: none
}

@media (min-width: 1024px) {
  .productshow-cpxh-list ul li:nth-child(3),.productshow-cpxh-list ul li:nth-child(4) {
      display:block;
      width: 30%
  }
}
/*search*/
.productshow-cpxh-list.search-table ul li:nth-child(1) {
  width: 40%
}

@media (min-width: 1024px) {
  .productshow-cpxh-list.search-table ul li:nth-child(1) {
    width:15%
  }
}
.productshow-cpxh-list.search-table ul li:nth-child(2) {
  width: 40%
}

@media (min-width: 1024px) {
  .productshow-cpxh-list.search-table ul li:nth-child(2) {
    width:15%
  }
}

.productshow-cpxh-list.search-table ul li:nth-child(3) {
  width: 20%
}

@media (min-width: 1024px) {
  .productshow-cpxh-list.search-table ul li:nth-child(3) {
    width:15%
  }
}

.productshow-cpxh-list.search-table ul li:nth-child(6) {
  width: 40%
}

@media (min-width: 1024px) {
  .productshow-cpxh-list.search-table ul li:nth-child(6) {
    width:10%
  }
}

.productshow-cpxh-list.search-table ul li:nth-child(4),.productshow-cpxh-list.search-table ul li:nth-child(5) {
  display: none
}

@media (min-width: 1024px) {
  .productshow-cpxh-list.search-table ul li:nth-child(4),.productshow-cpxh-list.search-table ul li:nth-child(5) {
    display:block;
    width: 30%
  }
}
/*search*/

.productshow-cpxh-list ul:first-child {
  background-color: #f5f5f5
}

/*================================================
解决方案-应用介绍
=================================================*/
.solution-content {
  border-top-width: 1px;
  border-color: #d9d9d9;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: url(../images/solution-bg.png)  repeat
}

@media (min-width: 1024px) {
  .solution-content {
      padding-top:5rem;
      padding-bottom: 5rem
  }
}

.solution-content .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #ffffff;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-size: cover
}

@media (min-width: 1024px) {
  .solution-content .container {
      padding-top:2.5rem;
      padding-bottom: 2.5rem;
      padding-top: 5rem;
      padding-bottom: 5rem
  }
}

@media (min-width: 1280px) {
  .solution-content .container {
      padding-top:10rem
  }
}

.solution-content .container .title {
  width: 100%
}

@media (min-width: 1024px) {
  .solution-content .container .title {
      width:30%
  }
}

.solution-content .container .line {
  display: none;
  width: 1px;
  height: 200px;
  background-color: #cccccc
}

@media (min-width: 1024px) {
  .solution-content .container .line {
      display:block
  }
}

.solution-content .container .content {
  margin-top: 1.25rem;
  width: 100%;
  text-align: justify;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #666666;
  line-height: 2!important
}

@media (min-width: 1024px) {
  .solution-content .container .content {
      margin-top:-.5rem;
      flex: 1 1 0%;
      padding-left: 7.5rem;
      padding-right: 7.5rem;
      font-size: 1rem;
      line-height: 1.5rem
  }
}

@media (min-width: 1280px) {
  .solution-content .container .content {
      font-size:1rem;
      line-height: 1.5rem
  }
}

.solution-content .container .content img {
  margin-top: 2.5rem;
  max-width: 100%
}

@media (min-width: 1024px) {
  .solution-content .container .content img {
      margin-top:5rem
  }
}

.solution-list {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .solution-list {
      padding-top:5rem;
      padding-bottom: 5rem
  }
}

@media (min-width: 1280px) {
  .solution-list {
      padding-top:7.5rem;
      padding-bottom: 7.5rem
  }
}

.solution-list .title {
  position: relative;
  padding-bottom: 2.5rem;
  padding-bottom: 5rem
}

/* 获取解决方案 */
.getproduct {
  background-color: #f5f5f5;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .getproduct {
      padding-top:5rem;
      padding-bottom: 5rem
  }
}

@media (min-width: 1280px) {
  .getproduct .container {
      max-width:1100px
  }
}

.getproduct-title {
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #B99F78
}

@media (min-width: 1024px) {
  .getproduct-title {
      margin-bottom:2.5rem;
      font-size: 1.875rem;
      line-height: 2.25rem
  }
}

@media (min-width: 1280px) {
  .getproduct-title {
      font-size:2.25rem;
      line-height: 2.5rem
  }
}

.getproduct .inputs {
  display: grid;
  grid-template-columns: repeat(1,minmax(0,1fr));
  margin-bottom: 1.25rem;
  gap: 1.25rem
}

@media (min-width: 1024px) {
  .getproduct .inputs {
      grid-template-columns:repeat(3,minmax(0,1fr))
  }
}

.getproduct .inputs input {
  height: 2.5rem;
  border-width: 1px;
  border-color: #cccccc;
  background-color: transparent;
  padding: .5rem;
  color: #666666
}

.getproduct .textarea textarea {
  width: 100%;
  height: 5.5rem;
  border-width: 1px;
  border-color: #cccccc;
  background-color: transparent;
  padding: .5rem;
  color: #666666
}

.getproduct .btn {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center
}

@media (min-width: 1024px) {
  .getproduct .btn {
      margin-top:2.5rem
  }
}

.getproduct .btn button {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: inline-block;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color:#B99F78;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #ffffff
}

.getproduct .btn button i {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.getproduct .btn button:hover {
  background-color: #806d52
}

/*================================================
技术参数表
=================================================*/
.technical-data {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .technical-data {
      margin-top:5rem;
      margin-bottom: 5rem
  }
}

@media (min-width: 1280px) {
  .technical-data {
      margin-top:7.5rem;
      margin-bottom: 7.5rem
  }
}

.technical-data .title {
  margin-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .technical-data .title {
      margin-bottom:5rem
  }
}

.technical-data .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.technical-data-select {
  width: 100%
}

@media (min-width: 1024px) {
  .technical-data-select {
      width:22%
  }
}

.technical-data-select-search {
  margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
  .technical-data-select-search {
      margin-bottom:1.5rem
  }
}

.technical-data-select-search-tit {
  margin-bottom: 1.25rem;
  border-bottom-width: 1px;
  border-color: #d9d9d9;
  padding-bottom: .25rem;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #B99F78
}

@media (min-width: 1024px) {
  .technical-data-select-search-tit {
      font-size:1rem;
      line-height: 1.5rem
  }
}

.technical-data-select-search-box {
  position: relative;
  height: 2.5rem
}

.technical-data-select-search-box input {
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-color: #d9d9d9;
  padding: .5rem
}

.technical-data-select-search-box .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center
}

.technical-data-select-search-box .icon i {
  font-size: 1rem;
  line-height: 1.5rem
}

.technical-data-select-search-box .icon:hover {
  color: #B99F78
}

.technical-data-select .snav {
  width: 100%
}

.technical-data-select .snav ul li {
  margin-bottom: .5rem;
  cursor: pointer;
}

.technical-data-select .snav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: #bfc0c0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500
}

.technical-data-select .snav ul li a:hover {
  color: #B99F78
}

@media (min-width: 1024px) {
  .technical-data-select .snav ul li a {
      font-size:1rem;
      line-height: 1.5rem
  }
}

.technical-data-select .snav ul li a .total {
  margin-left: auto
}

.technical-data-select .snav ul li a .icons i {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.technical-data-select .snav ul li a .icons i:nth-child(1) {
  display: block
}

.technical-data-select .snav ul li a .icons i:nth-child(2) {
  display: none
}

.technical-data-select .snav ul li ul li a {
  padding-left: .5rem;
  font-weight: lighter;
}

.technical-data-select .snav ul li ul li ul li a {
  padding-left: 1rem;
  font-weight: lighter;
}

.technical-data-select .snav ul li.on .first-nav {
  color: #B99F78
}

.technical-data-select .snav ul li.on a .icons i:nth-child(1) {
  display: none
}

.technical-data-select .snav ul li.on a .icons i:nth-child(2) {
  display: block
}

.technical-data-list {
  margin-top: 1.25rem;
  width: 100%
}

@media (min-width: 1024px) {
  .technical-data-list {
      margin-top:0;
      width: 75%
  }
}

.technical-data-list ul li {
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 1.25rem;
  color: #666666
}

@media (min-width: 1024px) {
  .technical-data-list ul li {
      justify-content:space-between;
      padding: 2.5rem
  }
}

.technical-data-list ul li .icon-left {
  margin-right: 0;
  margin-bottom: 1.25rem;
  line-height: 0
}
.technical-data-list ul li .icon{
  width: 4em;
  height: 4em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  /* position: relative;
  top: 10px; */
}


@media (min-width: 1024px) {
  .technical-data-list ul li .icon-left {
      margin-right:1.25rem;
      margin-bottom: 0
  }
}

/* .technical-data-list ul li .icon-left i {
  font-size: 4.5rem;
  line-height: 1
} */

.technical-data-list ul li .texts {
  width: 100%
}

@media (min-width: 1024px) {
  .technical-data-list ul li .texts {
      flex:1 1 0%
  }
}

.technical-data-list ul li .texts .tit {
  margin-bottom: .75rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: #d9d9d9;
  padding-bottom: .5rem
}

.technical-data-list ul li .texts .tit h2 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: lighter;
}

@media (min-width: 1024px) {
  .technical-data-list ul li .texts .tit h2 {
      font-size:1.5rem;
      line-height: 2rem
  }
}

.technical-data-list ul li .texts .tit a {
  margin-left: 1.25rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  font-weight: 500;
  color:#B99F78
}

.technical-data-list ul li .texts .tit a i {
  margin-right: .25rem
}

.technical-data-list ul li .texts .tit a:hover {
  color: #B99F78
}

.technical-data-list ul li .texts .info {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.technical-data-list ul li .texts .info .desc {
  max-width: 100%;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: lighter;
}

@media (min-width: 1024px) {
  .technical-data-list ul li .texts .info .desc {
      max-width:80%;
      font-size: 1rem;
      line-height: 1.5rem
  }
}

.technical-data-list ul li .texts .info .fileinfo {
  display: none;
  font-size: .75rem;
  line-height: 1rem;
  color: #999999
}

@media (min-width: 1024px) {
  .technical-data-list ul li .texts .info .fileinfo {
      display:flex;
      font-size: .875rem;
      line-height: 1.25rem
  }
}

.technical-data-list ul li .texts .info .fileinfo span {
  display: flex;
  align-items: center
}

.technical-data-list ul li .texts .info .fileinfo span:after {
  margin-left: .5rem;
  margin-right: .5rem;
  width: 2px;
  height: .75rem;
  background-color: #cccccc;
  content: ""
}

.technical-data-list ul li .texts .info .fileinfo span:last-child:after {
  display: none
}

.technical-data-list .pagelist {
  margin-top: 2.5rem;
  justify-content: flex-start
}





/*================================================
应用方案
=================================================*/
.application {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .application {
      margin-top:5rem;
      margin-bottom: 5rem
  }
}

@media (min-width: 1280px) {
  .application {
      margin-top:7.5rem;
      margin-bottom: 7.5rem
  }
}

.application .title {
  margin-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .application .title {
      margin-bottom:5rem
  }
}

.application .application-list {
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 1024px) {
  .application .application-list {
      max-width:80%
  }
}

.application .application-list .item {
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap
}

@media (min-width: 1024px) {
  .application .application-list .item {
      margin-bottom:2.5rem
  }
}

.application .application-list .item .pic {
  margin-right: 0;
  width: 100%;
  height: 200px;
  border-width: 1px;
  border-color: transparent;
  background-color: #f5f5f5;
  padding: .5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

@media (min-width: 1024px) {
  .application .application-list .item .pic {
      margin-right:2.5rem;
      width: 50%;
      height: 360px;
      padding: 1.25rem
  }
}

.application .application-list .item .pic img {
  width: 100%;
  height: 100%;
   object-fit: contain;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

.application .application-list .item .pic:hover {
  border-color: #B99F78
}

.application .application-list .item .pic:hover img {
  transform:scaleX(1.1) scaleY(1.1)
}

.application .application-list .item .text {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column
}

.application .application-list .item .text .tit {
  margin-top: .5rem
}

@media (min-width: 1024px) {
  .application .application-list .item .text .tit {
      margin-top:1.25rem
  }
}

.application .application-list .item .text .tit h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500
}

@media (min-width: 1024px) {
  .application .application-list .item .text .tit h2 {
      font-size:1.875rem;
      line-height: 2.25rem
  }
}

.application .application-list .item .text .tit h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #999999;
  font-weight: lighter;
}

@media (min-width: 1024px) {
  .application .application-list .item .text .tit h3 {
      font-size:1.125rem;
      line-height: 1.75rem
  }
}

.application .application-list .item .text .content {
  margin-top: .5rem;
  margin-bottom: .5rem
}

@media (min-width: 1280px) {
  .application .application-list .item .text .content {
      margin-top:1.25rem;
      margin-bottom: 1.25rem
  }
}

.application .application-list .item .text .content ul,.application .application-list .item .text .content ol,.application .application-list .item .text .content dl {
  margin-left: 1.25rem;
  width: auto!important
}

.application .application-list .item .text .content li {
  margin-top: .5rem;
  margin-bottom: .5rem;
  list-style-type: circle;
  font-weight: lighter;
}

.application .application-list .item .text .content li p {
  display: inline-block
}

.application .application-list .item .text .btns {
  margin-bottom: .5rem;
  margin-top: auto;
  display: flex
}

@media (min-width: 1024px) {
  .application .application-list .item .text .btns {
      margin-bottom:1.25rem
  }
}

.application .application-list .item .text .btns a {
  margin-right: 1rem;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: #999999;
  border-radius: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-align: center;
  font-size: .75rem;
  line-height: 1rem;
  color: #666666;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s
}

@media (min-width: 1024px) {
  .application .application-list .item .text .btns a {
      font-size:.875rem;
      line-height: 1.25rem
  }
}

.application .application-list .item .text .btns a i {
  margin-right: .5rem;
  font-size: 1.25rem;
  line-height: 1.75rem
}

.application .application-list .item .text .btns a:hover {
  border-color: #B99F78;
  color: #B99F78
}

/*================================================
首页-公司介绍
=================================================*/
.af-company-info{
  /* min-height: 100vh; */
  /* height: 70vh; */
  /* padding: 10% 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B99F78;
  background: url(../images/company-bg.png) no-repeat center center;
  background-color: rgb(245, 245, 245,0.8);
  padding-top: 2.5rem;
}
@media (min-width: 1024px) {
  .af-company-info {
    padding-top:5rem
  }
}
.af-company-info .title h1{
  text-align: left;
}
.af-company-info .des{
  text-indent: 2rem;
  max-height: 60vh;
  overflow-y: scroll;
  font-size: 1.1rem;
}
.af-company-info .about-info .about-info-texts ul{
  margin-top: 0;
}
.af-company-info .btn{
  border:1px solid #B99F78;
  border-radius: 30px;
  margin-bottom: 30px;
  width: 120px;
}
.af-company-info .btn a{
  color: #B99F78;
}

@media (max-width: 1024px) {
  .af-company-info .btn{
    padding: .3rem .5rem;
    font-size: 0.6rem;
    line-height: 1.2;
  }
}

/*================================================
关于我们-公司介绍
=================================================*/
.about {
  margin-top: 2.5rem
}

@media (min-width: 1024px) {
  .about {
      margin-top:5rem
  }
}

@media (min-width: 1280px) {
  .about {
      margin-top:7.5rem
  }
}

.about h1,.about h2 {
  text-align: left
}

.about-info {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media (min-width: 1024px) {
  .about-info {
      margin-bottom:5rem
  }
}

.about-info .about-info-texts {
  margin-bottom: 1.25rem;
  width: 100%;
  display: flex;
  flex-direction: column
}

@media (min-width: 1024px) {
  .about-info .about-info-texts {
      margin-bottom:0;
      width: 60%
  }
}

.about-info .about-info-texts .title {
  margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
  .about-info .about-info-texts .title {
      margin-bottom:2.5rem
  }
}

.about-info .about-info-texts .content {
  text-align: justify;
  color: #666666;
  line-height: 2!important;
  text-indent: 2rem;
}

@media (min-width: 1024px) {
  .about-info .about-info-texts .content {
      max-width:90%
  }
}

.about-info .about-info-texts .content h2 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.2!important;
  font-weight: lighter;
  color: #666666;
}

@media (min-width: 1024px) {
  .about-info .about-info-texts .content h2 {
      margin-bottom:2.5rem;
      font-size: 1.875rem;
      line-height: 2.25rem
  }
}

@media (min-width: 1280px) {
  .about-info .about-info-texts .content h2 {
      font-size:2.25rem;
      line-height: 2.5rem
  }
}

.about-info .about-info-texts ul {
  margin-top: auto;
  display: flex;
  flex-direction: column
}

.about-info .about-info-texts ul li {
  margin-top: 1.25rem;
  width: 100%;
  display: flex
}

@media (min-width: 1024px) {
  .about-info .about-info-texts ul li {
      margin-top:2.5rem
  }
}

@media (min-width: 1440px) {
  .about-info .about-info-texts ul li {
      margin-top:3.75rem
  }
}

.about-info .about-info-texts ul li .icon {
  margin-top: .25rem;
  margin-right: 1.25rem;
  color: #B99F78
}

.about-info .about-info-texts ul li .icon i {
  font-size: 2.25rem;
  line-height: 2.5rem
}

.about-info .about-info-texts ul li .texts {
  flex: 1 1 0%
}

.about-info .about-info-texts ul li .texts h2 {
  margin-bottom: .75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #B99F78
}

@media (min-width: 1024px) {
  .about-info .about-info-texts ul li .texts h2 {
      font-size:1.5rem;
      line-height: 2rem
  }
}

.about-info .about-info-texts ul li .texts span {
  display: block;
  font-size: .875rem;
  line-height: 1.25rem
}

@media (min-width: 1024px) {
  .about-info .about-info-texts ul li .texts span {
      max-width:80%;
      font-size: 1rem;
      line-height: 1.5rem
  }
}

.about-info .about-info-pic {
  width: 100%
}

@media (min-width: 1024px) {
  .about-info .about-info-pic {
      flex:1 1 0%
  }
}

.about-info .about-info-pic img {
  width: 100%;
  height: auto;
  object-fit: cover
}

.about-module{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}
.about-module.bg-gray{
  background-color: #f5f5f5;
}
@media (min-width: 1024px) {
  .about-module {
      padding-top:5rem;
      padding-bottom: 5rem
  }
}

@media (min-width: 1280px) {
  .about-module {
      padding-top:7.5rem;
      padding-bottom: 7.5rem
  }
}

.about-module .title {
  margin-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .about-module .title {
      margin-bottom:5rem
  }
}



/*================================================
Support Area CSS
=================================================*/
.support-area {
  padding-top: 80px;
}

.support-area.bg-color {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding-bottom: 80px;
}

.custom-row2{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.custom-row2 .custom-item:hover .icon i{
  color: #ffffff;

}
.custom-row2 .active a, .custom-row2 .active a span,.custom-row2 .custom-item:hover{
  background-color: #B99F78 !important;
  color: #ffffff !important;
}
.custom-row2 .active,.custom-row2 .custom-item:hover span{
  background-color: #B99F78 !important;
  color: #ffffff !important;
}

.custom-row2 .custom-item{
  width: 17.54%;
  background-color: #ffffff;
  border: solid 1px #dedede;
  text-align: center;
  padding: 30px 0 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-box-align: center;
  display: flex;
  -webkit-box-pack: center;
  color: #B99F78;
  cursor: pointer;
}
.custom-row2 .custom-item a{
  color: #B99F78;
}
.custom-row2 .custom-item:nth-child(n + 6) {
  margin-top: 35px;
}
.custom-row2 .custom-item:not(:nth-child(5n)) {
  margin-right: 3.03%;
}
.custom-row2 .custom-item .icon{
	margin: 0 auto;
}
.custom-row2 .custom-item .icon i{
  font-size: 44px;
}
.custom-row2 .custom-item span{
  color:#000000;
  font-weight: bold;
}

/*================================================
Trending Products Area CSS
=================================================*/
.trending-products-box {
  /* background-image: url(../../assets/img/vision.jpg); */
  background-image: url(../../assets/img/company2.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.trending-products-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.5));
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: .70;
}

.trending-products-box .products-box-title {
  position: absolute;
  /*top: 10%;*/
  height: 100%;
}
.products-box-title .company-short-info{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.trending-products-box .products-box-title .des {
  display: inline-block;
  color: #ffffff;
  /*font-weight: 500;*/
  font-family: "Oswald", sans-serif;
  height: 50%;
  overflow-y: scroll;
}

.trending-products-box .products-box-title h2 {
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 25px;
  font-weight: 500;
  color: #ffffff;
}

.trending-products-box .products-box-title .box-btn a {
  display: inline-block;
  padding: 10px 25px;
  background-color: #B99F78;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.trending-products-box .products-box-title .box-btn a:hover {
  background-color: #ffffff;
  color: #09101f;
}

.trending-products-title {
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  padding: 20px
}

.trending-products-title h3 {
  font-size: 30px;
  margin-bottom: 0;
}
.trending-products-title ul{
  margin: 0;
  padding: 10px;
}
.trending-products-title li {
  border-bottom: 1px solid #dddddd;
  list-style: none;
  text-align: left;
  padding-right: 95px;
  position: relative;
}
.trending-products-title li .date{
  position: absolute;
  right: 0;
}
.trending-products-title li:last-child {
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}

.single-trending-products {
  margin-top: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 0 20px 20px;
}

.single-trending-products .trending-products-content {
  margin-top: 10px;
  text-align: center;
}

.single-trending-products .trending-products-content h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.single-trending-products .trending-products-content h3 a {
  color: #09101f;
}

.single-trending-products .trending-products-content .rating {
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 5px;
}

.single-trending-products .trending-products-content .rating li {
  display: inline-block;
  list-style-type: none;
}

.single-trending-products .trending-products-content .rating li i {
  color: #fbb74d;
  font-size: 16px;
}

.single-trending-products .trending-products-content span {
  font-size: 16px;
  color: #B99F78;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Oswald", sans-serif;
}

.single-trending-products-box {
  margin-top: 20px;
}

.single-trending-products-box .trending-products-image {
  border: 1px solid #eeeeee;
}

.single-trending-products-box .trending-products-content {
  margin-top: 20px;
  text-align: center;
}

.single-trending-products-box .trending-products-content h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.single-trending-products-box .trending-products-content h3 a {
  color: #09101f;
}

/*================================================
Blog Area CSS
=================================================*/
.news-tabContent .single-blog{
	display: flex;
}
.news-tabContent .single-blog .blog-image{
  width: 120px;
  height: 120px;
}
.news-tabContent .single-blog .blog-image img{
  width: 120px;
  height: 120px;
  max-width: fit-content;
}
.news-tabContent .single-blog .blog-content{
  margin-left: 10px;
}
.single-blog {
  margin-bottom: 30px;
}

.single-blog .blog-image {
  position: relative;
  overflow: hidden;
}

.single-blog .blog-image img {
 -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #dcdbd9
}

.single-blog .blog-image .tag {
  display: inline-block;
  padding: 5px 20px;
  /*background-color: #B99F78;*/
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  bottom: 20px;
  left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-blog .blog-image .tag p{
  color: #09101f;
}
.single-blog .blog-image .tag .title{
  font-size: 1.5rem;
  margin-bottom: 5px;
  cursor: pointer;
  /* font-weight: bold; */
}
.single-blog .blog-image .tag .button{
  color: #333333;
  font-size: 16px;
  cursor: pointer;
}

.single-blog .blog-content .item-news-title{
  /*margin-top: 15px;*/
  /*margin-bottom: 20px;*/
  font-weight: bold;
  /*font-size: 16px;*/
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  word-break: break-all;
}

.single-blog .blog-content span {
  font-size: 15px;
  font-weight: 500;
  color: #6e727f;
}

.single-blog .blog-content span a {
  color: #6e727f;
}

.single-blog .blog-content h3 {
  font-size: 25px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 20px;
}

.single-blog .blog-content h3 a {
  color: #09101f;
}

.single-blog .blog-content .blog-btn {
  font-size: 16px;
  color: #B99F78;
  font-weight: 500;
}

.single-blog:hover .blog-image img {
  -webkit-transform: rotate(2deg) scale(1.2);
          transform: rotate(2deg) scale(1.2);
}

.single-blog:hover .blog-image .tag {
  /*background-color: #B8A589;*/
  bottom: 25px;
}

.single-blog:hover .blog-content span a {
  /*color: #B99F78;*/
}


/*================================================
Page Banner CSS
=================================================*/
.page-banner-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/company3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  background-attachment: fixed;
}

.page-banner-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: .70;
}

.page-banner-area.item-bg1 {
  background-image: url(../../assets/img/page-banner/page-banner-2.jpg);
}

.page-banner-area.item-bg2 {
  background-image: url(../../assets/img/page-banner/page-banner-3.jpg);
}

.page-banner-area.item-bg3 {
  background-image: url(../../assets/img/page-banner/page-banner-4.jpg);
}

.page-banner-area.item-bg4 {
  background-image: url(../../assets/img/page-banner/page-banner-5.jpg);
}

.page-banner-content {
  text-align: center;
}

.page-banner-content h2 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 1;
}

.page-banner-content ul {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}

.page-banner-content ul li {
  display: inline-block;
  list-style-type: none;
  margin-left: 15px;
  font-weight: 600;
  color: #B99F78;
  position: relative;
}

.page-banner-content ul li::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 6px;
  height: 12px;
  width: 1px;
  background: #B99F78;
}

.page-banner-content ul li:first-child {
  margin-left: 0;
}

.page-banner-content ul li:first-child::before {
  display: none;
}

.page-banner-content ul li a {
  display: block;
  color: #ffffff;
}
/*================================================
职位招聘
=================================================*/
.job {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .job {
      margin-top:5rem;
      margin-bottom: 5rem
  }
}

@media (min-width: 1280px) {
  .job {
      margin-top:7.5rem;
      margin-bottom: 7.5rem
  }
}

.job .title {
  margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
  .job .title {
      margin-bottom:5rem
  }
}


.job .job-tab{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: content-box;
  display: flex;
}
.job .job-tab li{
  flex: 1;
  text-align: center;
}
.job .job-tab li a{
    text-align: center;
    display: block;
    position: relative;
    padding-bottom: 25px;
    font-size: 20px;
    color: #333333;
    border-bottom: 4px solid #e9e9e9;
}

.job .job-tab li .active::after{
  z-index: 2;
  content: ' ';
  position: absolute;
  bottom: -4px;
  left:50%;
  transform:translateX(-50%); /*百分比的参照物是自身*/
  height: 4px;
  background-color: #e62129;
  width: 40%;
}

.job .job-content span{
  display: block;
}
.job .job-title {
  display: flex !important;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.job .job-title span{
    width: 17%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.job-table .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.job-table .accordion .accordion-item {
  display: block;
  background: #f9f7fc;
  margin-bottom: 10px;
}

.job-table .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.job-table .accordion .accordion-title {
  padding: 20px 40px 20px 20px;
  color: #09101f;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

.job-table .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #B99F78;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.job-table .accordion .accordion-title.active i::before {
  content: "\eaed";
  color: #B8A589;
}

.job-table .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 18px 20px;
  border-top: 1px solid #B8A589;
  color: #6e727f;
  font-size: 15px;
  font-weight: 400;
}

.job-table .accordion .accordion-content.show {
  display: block;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 750px;
}

.error-content h3 {
  font-size: 38px;
  margin-top: 45px;
  margin-bottom: 20px;
}

.error-content p {
  max-width: 520px;
  margin: 0 auto 25px;
  font-size: 15px;
}

.error-content .default-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  background-color: #B99F78;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.error-content .default-btn:hover {
  background-color: #B8A589;
}

/*================================================
联系我们
=================================================*/
.about-contract-us{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}
@media (min-width: 1024px) {
  .about-contract-us {
      padding-top:5rem;
      padding-bottom: 5rem
  }
}

@media (min-width: 1280px) {
  .about-contract-us {
      padding-top:7.5rem;
      padding-bottom: 7.5rem
  }
}
.about-contract-us-item {
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}

.about-contract-us-item .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 35px;
  color: #B8A589;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 12px;
  position: relative;
}

.about-contract-us-item .icon i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 2rem;
}

.about-contract-us-item h3 {
  margin-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.about-contract-us-item p {
  margin-bottom: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-contract-us-item p a {
  display: inline-block;
  color: #6e727f;
}

.about-contract-us-item p a:hover {
  color: #B99F78;
}

.about-contract-us-item p:last-child {
  margin-bottom: 0;
}

.about-contract-us-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*================================================
在线留言
=================================================*/
.about-message{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}
@media (min-width: 1024px) {
  .about-message {
      padding-top:5rem;
      padding-bottom: 5rem
  }
}

@media (min-width: 1280px) {
  .about-message {
      padding-top:7.5rem;
      padding-bottom: 7.5rem
  }
}
/*================================================
新闻动态
=================================================*/
.news {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .news {
      margin-top:5rem;
      margin-bottom: 5rem
  }
}

@media (min-width: 1280px) {
  .news {
      margin-top:7.5rem;
      margin-bottom: 7.5rem
  }
}

.news .title {
  margin-bottom: 1.25rem
}

@media (min-width: 1024px) {
  .news .title {
      margin-bottom:5rem
  }
}

.news-top {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap
}

@media (min-width: 1024px) {
  .news-top {
      margin-bottom:5rem
  }
}

.news-top .pic {
  width: 100%;
  flex-shrink: 0
}

@media (min-width: 1024px) {
  .news-top .pic {
      width:50%
  }
}

.news-top .pic img {
  width: 100%;
  height: auto;
  object-fit: cover
}

@media (min-width: 1024px) {
  .news-top .pic img {
      height:100%
  }
}

.news-top .texts {
  width: 100%;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  background-color:#B99F78;
  padding: 1.25rem;
  color: #ffffff
}

@media (min-width: 1024px) {
  .news-top .texts {
      width:50%;
      padding: 2.5rem
  }
}

@media (min-width: 1280px) {
  .news-top .texts {
      padding:5rem
  }
}

.news-top .texts .date {
  margin-bottom: .75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700
}

@media (min-width: 1024px) {
  .news-top .texts .date {
      margin-bottom:1.25rem;
      font-size: 2.25rem;
      line-height: 2.5rem
  }
}

@media (min-width: 1280px) {
  .news-top .texts .date {
      font-size:3rem;
      line-height: 1
  }
}

.news-top .texts h2 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500
}

@media (min-width: 1024px) {
  .news-top .texts h2 {
      margin-bottom:2.5rem;
      font-size: 1.5rem;
      line-height: 2rem
  }
}

@media (min-width: 1280px) {
  .news-top .texts h2 {
      font-size:1.875rem;
      line-height: 2.25rem
  }
}

.news-top .texts p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: .875rem;
  line-height: 1.25rem;
  line-height: 2!important
}

@media (min-width: 1024px) {
  .news-top .texts p {
      overflow:hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      font-size: 1rem;
      line-height: 1.5rem
  }
}

.news-top .texts a {
  margin-top: auto;
  display: flex;
  align-items: center;
  padding-top: 1.25rem;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #ffffff
}

.news-top .texts a i {
  margin-right: .5rem;
  font-size: 1.125rem;
  line-height: 1.75rem
}

.news-top .texts a:hover {
  color: #B99F78
}

@media (min-width: 1024px) {
  .news ul {
      margin-left:auto;
      margin-right: auto;
      max-width: 80%
  }
}

.news ul li {
  margin-bottom: 1.25rem;
  border-bottom-width: 1px;
  border-color: #dde1e3;
  padding-bottom: 1.25rem
}

@media (min-width: 1024px) {
  .news ul li {
      margin-bottom:2.5rem;
      padding-bottom: 2.5rem
  }
}

.news ul li a {
  display: flex;
  flex-wrap: wrap
}

.news ul li a .pic {
  width: 100%;
  flex-shrink: 0;
  overflow: hidden
}

@media (min-width: 1024px) {
  .news ul li a .pic {
      width:33.3333333333%
  }
}

.news ul li a .pic img {
  width: 100%;
  height: auto; 
  object-fit: cover
}

@media (min-width: 1024px) {
  .news ul li a .pic img {
      height:100%
  }
}

.news ul li a .texts {
  margin-top: 1.25rem;
  width: 100%;
  display: flex;
  flex-shrink: 0;
  flex-direction: column
}

@media (min-width: 1024px) {
  .news ul li a .texts {
      margin-top:0;
      width: 66.6666666667%;
      padding-left: 2.5rem
  }
}

@media (min-width: 1280px) {
  .news ul li a .texts {
      padding-left:3.75rem
  }
}

.news ul li a .texts .date {
  margin-bottom: .5rem;
  font-size: .75rem;
  line-height: 1rem;
  color: #999999
}

@media (min-width: 1024px) {
  .news ul li a .texts .date {
      font-size:.875rem;
      line-height: 1.25rem
  }
}

.news ul li a .texts h2 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #666666
}

@media (min-width: 1024px) {
  .news ul li a .texts h2 {
      margin-bottom:2rem;
      font-size: 1.5rem;
      line-height: 2rem
  }
}

.news ul li a .texts p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #666666;
  line-height: 2!important
}

@media (min-width: 1024px) {
  .news ul li a .texts p {
      overflow:hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      font-size: 1rem;
      line-height: 1.5rem
  }
}

.news ul li a .texts .more {
  margin-top: auto;
  display: flex;
  align-items: center;
  padding-top: 1.25rem;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #666666
}

.news ul li a .texts .more i {
  margin-right: .5rem;
  font-size: 1.125rem;
  line-height: 1.75rem
}

.news ul li:hover .pic img {
  scale: 1.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  transition-duration: .3s
}

.news ul li:hover .texts h2,.news ul li:hover .texts .more {
  color:#B99F78
}

.news-content {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media (min-width: 1024px) {
  .news-content {
      margin-top:5rem;
      margin-bottom: 5rem;
      margin-left: auto;
      margin-right: auto;
      width: 80%
  }
}

@media (min-width: 1280px) {
  .news-content {
      margin-top:7.5rem;
      margin-bottom: 7.5rem
  }
}

.news-content-list {
  order: 2;
  width: 100%
}

@media (min-width: 1024px) {
  .news-content-list {
      order:1;
      width: 22%
  }
}

.news-content-list .backlist {
  margin-bottom: 2.5rem;
  height: 3rem;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500
}

@media (min-width: 1024px) {
  .news-content-list .backlist {
      margin-bottom:5rem;
      font-size: 1.125rem;
      line-height: 1.75rem
  }
}

.news-content-list .backlist i {
  font-size: 1.5rem;
  line-height: 2rem
}

.news-content-list .backlist:hover {
  background-color: #B99F78;
  color: #ffffff
}

.news-content-list-title {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #B99F78
}

@media (min-width: 1024px) {
  .news-content-list-title {
      font-size:1.5rem;
      line-height: 2rem
  }
}

.news-content-list ul li {
  margin-bottom: 2rem
}

.news-content-list ul li .pic {
  margin-bottom: .75rem;
  width: 100%;
  overflow: hidden
}

.news-content-list ul li .pic img {
  width: 100%;
  height: auto;
  object-fit: cover
}

@media (min-width: 1024px) {
  .news-content-list ul li .pic img {
      height:100%
  }
}

.news-content-list ul li .texts h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: .75rem;
  font-size: .875rem;
  line-height: 1.25rem
}

@media (min-width: 1024px) {
  .news-content-list ul li .texts h2 {
      font-size:1rem;
      line-height: 1.5rem
  }
}

.news-content-list ul li .texts .date {
  display: flex;
  font-size: .75rem;
  line-height: 1rem;
  color: #999999
}

.news-content-list ul li .texts .date span {
  margin-right: .75rem
}

.news-content-list ul li:hover .pic img {
 scale: 1.5;
}

.news-content-list ul li:hover .texts h2,.news-content-list ul li:hover .texts .more {
  color:#B99F78
}

.news-content-content {
  order: 1;
  width: 100%
}

@media (min-width: 1024px) {
  .news-content-content {
      order:2;
      width: 70%
  }
}

.news-content-content h1 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #B99F78
}

@media (min-width: 1024px) {
  .news-content-content h1 {
      font-size:1.875rem;
      line-height: 2.25rem
  }
}

@media (min-width: 1280px) {
  .news-content-content h1 {
      font-size:2.25rem;
      line-height: 2.5rem
  }
}

.news-content-content .date {
  margin-bottom: 1.25rem;
  display: flex;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #999999
}

@media (min-width: 1024px) {
  .news-content-content .date {
      margin-bottom:3.75rem;
      font-size: 1rem;
      line-height: 1.5rem
  }
}

.news-content-content .date span {
  margin-right: .75rem
}

.news-content-content .content {
  margin-bottom: 2.5rem;
  font-size: .875rem;
  line-height: 1.25rem;
  line-height: 2;
  color: #666666
}

@media (min-width: 1024px) {
  .news-content-content .content {
      font-size:1rem;
      line-height: 1.5rem;
      line-height: 2
  }
}

.news-content-content .content h2 {
  margin-top: .75rem;
  margin-bottom: .75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700
}

@media (min-width: 1024px) {
  .news-content-content .content h2 {
      margin-top:1.25rem;
      margin-bottom: 1.25rem;
      font-size: 1.5rem;
      line-height: 2rem
  }
}

.news-content-content .content img {
  margin-top: .75rem;
  margin-bottom: .75rem;
  display: inline-block;
  max-width: 100%
}

@media (min-width: 1024px) {
  .news-content-content .content img {
      margin-top:1.25rem;
      margin-bottom: 1.25rem
  }
}

.news-content-content .content table {
  margin-top: .75rem;
  margin-bottom: .75rem;
  width: 100%;
  border-collapse: collapse;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-color: #dee2e6;
  border-spacing: 0
}

@media (min-width: 1024px) {
  .news-content-content .content table {
      margin-top:1.25rem;
      margin-bottom: 1.25rem
  }
}

.news-content-content .content table tbody {
  margin: 0;
  border-collapse: collapse;
  padding: 0
}

.news-content-content .content table td {
  border-left-width: 1px;
  border-top-width: 1px;
  border-color: #dee2e6;
  padding: .5rem
}

.news-content-content .content a {
  color: #60a5fa;
  text-decoration: underline
}

.news-content-content .content a:hover {
  color: #B99F78
}


/*================================================
联系我们
=================================================*/
.contact {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .contact {
      margin-top:5rem;
      margin-bottom: 5rem
  }
}

@media (min-width: 1280px) {
  .contact {
      margin-top:7.5rem;
      margin-bottom: 7.5rem
  }
}

.contact .title {
  margin-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .contact .title {
      margin-bottom:5rem
  }
}

.contact .title h2 {
  margin-bottom: .75rem
}

@media (min-width: 1024px) {
  .contact .title h2 {
      margin-bottom:1.25rem
  }
}

.contact .title p {
  text-align: center;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #999999;
  font-weight: lighter;
}

@media (min-width: 1024px) {
  .contact .title p {
      font-size:1.125rem;
      line-height: 1.75rem
  }
}

.contact ul {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: .75rem
}

@media (min-width: 1024px) {
  .contact ul {
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap: 2.5rem
  }
}

.contact ul li {
  height: 13.75rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  border-radius: 1rem;
  background-color: #f5f5f5;
  text-align: center
}

@media (min-width: 1024px) {
  .contact ul li {
      height:20rem
  }
}

.contact ul li .icon {
  margin-top: 2.5rem;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-color: #999999;
  border-radius: 9999px;
  color: #999999
}

@media (min-width: 1024px) {
  .contact ul li .icon {
      margin-top:5rem
  }
}

.contact ul li .icon i {
  font-size: 1.5rem;
  line-height: 2rem
}

.contact ul li h2 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
  display: block;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: lighter;
}

@media (min-width: 1024px) {
  .contact ul li h2 {
      font-size:1rem;
      line-height: 1.5rem
  }
}

.contact ul li h3 {
  margin-left: .5rem;
  margin-right: .5rem;
  display: block;
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .contact ul li h3 {
      max-width:66.6666666667%;
      font-size: 1rem;
      line-height: 1.5rem
  }
}

.contact ul li:hover,.contact ul li:hover h2,.contact ul li:hover h3{
  background-color: #B99F78;
  color: #ffffff;
}

.contact ul li:hover .icon {
  border-color: #ffffff;
  background-color: #ffffff
}

.message {
  background-color: #f5f5f5;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

@media (min-width: 1024px) {
  .message {
      padding-top:5rem;
      padding-bottom: 5rem
  }
}

.message .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.message .title {
  margin-bottom: 1.25rem;
  width: 100%
}

@media (min-width: 1024px) {
  .message .title {
      margin-right:1.25rem;
      margin-bottom: 2.5rem;
      flex: 1 1 0%
  }
}

.message .title h3 {
  margin-bottom: 1.25rem;
  text-align: left
}

@media (min-width: 1024px) {
  .message .title h3 {
      margin-bottom:2.5rem
  }
}

.message .title p {
  margin-left: 0;
  margin-right: 0;
  max-width: 80%;
  text-align: left;
  font-size: .875rem;
  line-height: 1.25rem;
  line-height: 2!important;
  font-weight: lighter;
}

@media (min-width: 1024px) {
  .message .title p {
      font-size:1rem;
      line-height: 1.5rem
  }
}

@media (min-width: 1280px) {
  .message .title p {
      font-size:1.125rem;
      line-height: 1.75rem
  }
}

.message .form-submit {
  display: grid;
  grid-template-columns: repeat(1,minmax(0,1fr));
  width: 100%;
  gap: .75rem
}

@media (min-width: 1024px) {
  .message .form-submit {
    grid-template-columns:repeat(2,minmax(0,1fr));
    width: 60%;
    gap: 1.25rem
  }
}

.message .form-submit .item label {
  margin-bottom: .5rem;
  display: block
}

.message .form-submit .item label span {
  color: #B99F78
}

.message .form-submit .item input {
  width: 100%;
  height: 2.5rem;
  border-width: 1px;
  border-color: #cccccc;
  background-color: #ffffff;
  padding: .5rem;
  color: #666666
}

.message .form-submit .item textarea {
  width: 100%;
  height: 5.5rem;
  border-width: 1px;
  border-color: #cccccc;
  background-color: #ffffff;
  padding: .5rem;
  color: #666666
}

@media (min-width: 1024px) {
  .message .form-submit .item.full {
      grid-column:span 2/span 2
  }
}

.message .form-submit .item .btns {
  margin-top: 1.25rem;
  display: flex
}

.message .form-submit .item .btns button {
  margin-right: 1.25rem;
  display: inline-block;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: transparent;
  background-color: #B99F78;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #ffffff
}

.message .form-submit .item .btns button i {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.message .form-submit .item .btns button:hover {
  background-color: #333
}

.message .form-submit .item .btns button.cancel {
  border-color: #333;
  background-color: #ffffff;
  color: #333
}

.message .form-submit .item .btns button.cancel:hover {
  background-color: #333;
  color: #ffffff
}




/*================================================
Contact Area CSS
=================================================*/
.contact-form {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px;
  max-width: 1050px;
  margin: auto;
}

.contact-form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form .form-group .form-control:focus {
  outline: 0;
  background-color: #ffffff;
  border-color: #B8A589;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form .form-group textarea.form-control {
  height: auto;
  padding: 8px 12px;
  line-height: 1.5rem;
}

.contact-form .form-group .help-block.with-errors ul {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}

.contact-form .form-group .help-block.with-errors ul li {
  font-size: 14px;
}

.contact-form .form-group label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.contact-form #msgSubmit {
  margin: 0;
  font-size: 1.3rem;
}

.contact-form #msgSubmit.text-danger, .contact-form #msgSubmit.text-success {
  margin-top: 15px;
  font-size: 20px;
}

.contact-form .default-btn {
  margin-top: 10px;
  border: none;
}

.foot-message {
  background-color: #f1f1f1;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-top: 3rem;
}

@media (min-width: 1024px) {
  .foot-message {
      padding-top:2.5rem;
      padding-bottom: 2.5rem
  }
}

.foot-message .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

@media (min-width: 1024px) {
  .foot-message .container {
      justify-content:space-between
  }
}

.foot-message .container h2 {
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #B99F78;
  font-weight: lighter;
}

@media (min-width: 1024px) {
  .foot-message .container h2 {
      margin-bottom:0;
      font-size: 1.875rem;
      line-height: 2.25rem
  }
}

.foot-message .container h2:before {
  margin-right: .5rem;
  width: .25rem;
  height: 1.75rem;
  background-color: #333;
  content: ""
}

.foot-message .container a {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: inline-block;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #333;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #ffffff
}

.foot-message .container a i {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.foot-message .container a:hover {
  background-color: #B99F78
}


/*================================================
Map Area CSS
=================================================*/
#map iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -7px;
  border: none;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  text-align: center;
}

.pagination-area .page-numbers {
  width: 35px;
  height: 35px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 35px;
  color: #09101f;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 14px;
  border-radius: 50px;
  text-align: center;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #B99F78;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
}

.pagination-area .page-numbers i {
  position: relative;
  top: 2px;
}


/*================================================
返回顶部
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 2.5rem;
  right: .25rem;
  color: #B99F78;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 40px;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .go-top {
      bottom:5rem;
      right: 2.5rem
  }
}

@media (min-width: 1440px) {
  .go-top {
      right:9rem
  }
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 40px;
  margin-left: auto;
  margin-right: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
}

.go-top:hover {
  background-color: #B99F78;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
/*# sourceMappingURL=style.css.map */


.marginT10{
  margin-top: 10px;
}
.marginT15{
  margin-top: 15px;
}
.marginT20{
  margin-top: 20px;
}
.marginT30{
  margin-top: 30px;
}
.marginT50{
  margin-top: 50px;
}
.marginT60{
  margin-top: 60px;
}
.marginT80{
  margin-top: 80px;
}
.marginT100{
  margin-top: 100px;
}
.marginB10{
  margin-bottom: 10px;
}
.marginB20{
  margin-bottom: 20px;
}
.marginB30{
  margin-bottom: 30px;
}
.marginB50{
  margin-bottom: 50px;
}
.marginB60{
  margin-bottom: 60px;
}
.marginB80{
  margin-bottom: 80px;
}
.marginB100{
  margin-bottom: 100px;
}
.paddingT10{
  padding-top: 10px;
}
.paddingT15{
  padding-top: 15px;
}
.paddingT20{
  padding-top: 20px;
}
.paddingT30{
  padding-top: 30px;
}
.paddingT50{
  padding-top: 50px;
}
.paddingT60{
  padding-top: 60px;
}
.paddingT80{
  padding-top: 80px;
}
.paddingT100{
  padding-top: 100px;
}
.paddingT140{
  padding-top: 140px;
}
.paddingB10{
  padding-bottom: 10px;
}
.paddingB20{
  padding-bottom: 20px;
}
.paddingB30{
  padding-bottom: 30px;
}
.paddingB50{
  padding-bottom: 50px;
}
.paddingB60{
  padding-bottom: 60px;
}
.paddingB80{
  padding-bottom: 80px;
}
.paddingB100{
  padding-bottom: 100px;
}
.paddingB120{
  padding-bottom: 120px;
}
.paddingB140{
  padding-bottom: 140px;
}
.bg-gray-color{
  background-color: #f2f2f2;
}
.marginR5{
  margin-right: 5px;
}
.marginR10{
  margin-right: 10px;
}


.button-top-row {
  width: 80%;
  max-width: 1200px;
  padding: 20px;
  position: absolute;
  top:-55px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border:1px solid #dddddd;
}
.button-top-row .items{
  display:flex;
}
.button-top-row .items .custom-item{
  flex: 1;
  border-right: 1px solid #dddddd;
}
.button-top-row .items .custom-item:last-child{
  border-right: 1px solid transparent;
}
.button-top-row .items .custom-item .single-support{
  left: 10%;
}
.button-top-row .items .icon{
  font-size: 36px;
  color:#414141
}
.icon-alibaba{
  color: #ff5400 !important;
}
.button-top-row .items .support-content{
  display: inline-block;
  margin-left: 15px;
}
.button-top-row .items .support-content p{
  margin: 0;
  color: #09101f;
  font-weight: bolder;
  font-family: "Microsoft YaHei";
  font-size: 16px;
}
.button-top-row .items .support-content span{
  color: #9d9d9d;
  font-size: 12px;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none!important;
}
@media (min-width: 1300px){
  .visible-lg {
    display: block!important;
  }

}



.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fs24 {
  font-size: 24px;
}
.fs32 {
  font-size: 32px;
}
.fs36 {
  font-size: 36px;
}
.text-red{
  color: #B99F78;
}
.marginT10{
  margin-top: 10px;
}
.marginT30{
  margin-top: 30px;
}
.marginL10{
  margin-left: 10px;
}
.marginB100{
  margin-bottom: 100px;
}
.margin0Auto{
  margin: 0 auto;
}
.single-support .icon {
    width: 3em;
    height: 2em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}