* ,p ,ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 设置主题色 */

img { width: auto; max-width: 100%; }

a {color: #666; text-decoration: none;}

.color-main-theme-color1{
    color:var(--main-theme-color1)!important;
}

.bg-main-theme-color1{
    background:var(--main-theme-color1)!important;
}

.color-main-theme-color{
color:var(--main-theme-color)!important;
}

.bg-main-theme-color{
    background:var(--main-theme-color)!important;
}



.cursor-pointer{
    cursor: pointer;
}

.expand-products-category::before{
    content: "\f068";
}

.theme-border{
    border-color:var(--main-theme-color1)!important;
}

a:hover {
    color: var(--main-theme-color);
}

.main_color{
    color: var(--main-theme-color);
}

.main_bgcolor {
    background: var(--main-theme-color);
}

.main_border {
    border-color: var(--main-theme-color);
}

.main-btn:hover {
    background: transparent;
    color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

.btn-hover {
    background: transparent;
    color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}
.btn-hover:hover{
    background:var(--main-theme-color);
    color: #fff!important;
    border-color: var(--main-theme-color);
}

/* 分页颜色 */
.page-link {
    color: var(--main-theme-color);
}

/* 文本溢出隐藏 */
.clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
}

.clamp2 {
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.clamp3 {
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.clamp4 {
    line-clamp: 4;
    -webkit-line-clamp: 4;
}

.clamp5 {
    line-clamp: 5;
    -webkit-line-clamp: 5;
}

.clamp6 {
    line-clamp: 6;
    -webkit-line-clamp: 6;
}

@media screen and (max-width:1399px){
    .m-title-fs{
        font-size: 3rem!important;
    }
    .m-detail-fs{
        font-size: 1.25rem!important;
    }
    .m-btn-fs{
        font-size: 1rem!important;
    }
    .m-sub-title-fs{
        font-size: 1.75rem!important;
    }

}


@media screen and (max-width:1200px){
    .m-title-fs{
        font-size: 32px!important;
    }
    .m-detail-fs{
        font-size: 20px!important;
    }
    .m-btn-fs{
        font-size: 18px!important;
    }
    .m-sub-title-fs{
        font-size: 26px!important;
    }
    .m-sub-detail-fs{
        font-size: 18px!important;
    }
}

@media screen and (max-width:991px){
    .m-title-fs{
        font-size: 30px!important;
    }
    .m-detail-fs{
        font-size: 18px!important;
    }
    .m-sub-title-fs{
        font-size: 20px!important;
    }
    .m-sub-detail-fs{
        font-size: 16px!important;
    }
}

@media screen and (max-width:767px){
    .m-title-fs{
        font-size: 28px!important;
    }
    .m-sub-detail-fs{
        font-size: 16px!important;
    }
}

@media screen and (max-width:575px){
    .m-title-fs{
        font-size: 26px!important;
    }
    .m-detail-fs{
        font-size: 14px!important;
    }
    .m-btn-fs{
        font-size: 12px!important;
    }
    .m-sub-title-fs{
        font-size: 18px!important;
    }
    .m-sub-detail-fs{
        font-size: 1px!important;
    }
}

@media screen and (min-width:1400px){
    .m-title-fs{
        font-size: 3rem!important;
    }
    .m-detail-fs{
        font-size: 1.25rem!important;
    }
    .m-btn-fs{
        font-size: 1rem!important;
    }
    .m-sub-title-fs{
        font-size: 2rem!important;
    }
}



.breadcrumb-area-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.breadcrumb-area-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  z-index: -1;
  content: "";
}


.breadcrumb-page-title--style2 {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-page-title--style2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-page-title--style2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb-page-title--style2 {
    margin-bottom: 15px;
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 479px) and (max-width: 1200px) {
  .breadcrumb-page-title--style2 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}

.breadcrumb-page-list {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .breadcrumb-page-list {
    text-align: left;
    margin-top: 10px;
  }
}


.breadcrumb-page-list li {
  display: inline-block;
  color: #7C7C7C;
  font-size: 0.8125rem;
  line-height: 1.2;
  font-weight: 700;
}
.breadcrumb-page-list li.has-children {
  position: relative;
  padding-right: 10px;
}
.breadcrumb-page-list li.has-children a {
  color: #7C7C7C;
  position: relative;
  letter-spacing: 0.5px;
  padding: 2px 0;
}
.breadcrumb-page-list li.has-children a:after {
  -webkit-transition: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  background-color: transparent;
}
.breadcrumb-page-list li.has-children:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.breadcrumb-page-list li.has-children:hover a:after {
  background-color: #000;
  width: 100%;
  left: 0;
  right: auto;
}
.breadcrumb-page-list--style2 {
  text-align: left;
}


.bg-secondary-subtle{
    background-color:#f8f9fa!important;
}

ul{
    margin: 0;
    padding: 0;
}


 #pages .governance td{
     padding:10px;
 }




.top_scroll { visibility:hidden; opacity:0;  width: 50px; height: 50px; position: fixed; bottom: 20px; right: 20px; background-color: var(--main-theme-color); border-radius: 10px 0 10px 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; z-index: 99; }

.top_scroll i { font-size: 25px; position: relative; color: #fff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }





@media (min-width: 1px){
 .list-start-style > .item  a{
        font-size:12px;
    }
}

@media (min-width: 576px){
 .list-start-style > .item  a{
        font-size:14px;
    }
}

@media (min-width: 768px){
 .list-start-style > .item  a{
        font-size:16px;
    }
}

@media (min-width: 992px){
 .list-start-style > .item  a{
        font-size:18px;
    }
}

@media (min-width: 1200px){
 .list-start-style > .item  a{
        font-size:20px;
    }
}