
.productBtnBox {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: #ffffff;
  transition: all 0.3s;
}
.productBtnBox.on{
  top: 98px;
}

.productBtnBox .btnBox {
  display: flex;
  justify-content: center;
}

.productBtnBox .btn {
  line-height: 0.76rem;
  font-size: 16px;
  color: #323232;
  font-weight: bold;
  outline: none;
  box-shadow: none;
  padding: 0;
  padding-right: 0.21rem;
}

.productBtnBox .btn.on a,
.productBtnBox .btn:hover a,
.btn.active, 
.btn:active{
  color: var(--primary);
}

.productDetailConBox .title h2 {
  border: none;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

.productDetailConBox .p1 {
  background-color: var(--theme-bg);
  padding: 0.7rem 0;
}

.productDetailConBox .p1 .items {
  display: grid;
  grid-template-columns: repeat(4, calc(320%/14));
  gap: 0.4rem;
      align-items: center;
}

.productDetailConBox .p1 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--white);
}

.productDetailConBox .p1 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed var(--primary);
  border-radius: 5px;
}


.productDetailConBox .p1 .item p {
  font-weight: bold;
}

.productDetailConBox .p1 .item:hover img {
  transform: scale(1.05);
}
.productDetailConBox .p2s,
.productDetailConBox .p2 {
  background-color: var(--white);
  padding: 0.64rem 0 0.84rem;
}
.productDetailConBox .p2s h2,
.productDetailConBox .p2 h2 {
  margin-bottom: 0.58rem;
  text-align: center;
}
.productDetailConBox .p2s .wrap,
.productDetailConBox .p2 .wrap {
  display: flex;
      align-items: center;
}
.productDetailConBox .p2s .content,
.productDetailConBox .p2 .content {
  width: calc(514%/14);
  padding: 1.12rem 0 0 0.52rem;
}

.productDetailConBox .p2s li,
.productDetailConBox .p2 li {
  font-family: Fjalla One;
  font-weight: bold;
  color: #323232;
  font-size: 18px;
  line-height: 30px;
}
.productDetailConBox .p2s li + li,
.productDetailConBox .p2 li + li {
  margin-top: 0.4rem;
}
.productDetailConBox .p2s li span,
.productDetailConBox .p2 li span {
  color: var(--primary);
}

.productDetailConBox .p3 {
  background-color: var(--theme-bg);
  padding: 0.9rem 0 0.6rem;
}

.productDetailConBox .p3 h2 {
  margin-bottom: 0.34rem;
}

.productDetailContentBox .title {
  margin-top: 0;
}
.productDetailConBox .p4s,
.productDetailConBox .p4 {
  background-color: var(--white);
  padding: 0.6rem 0;
}

.productDetailConBox .ctx .img {
  margin-top: 0.2rem;
}
.productDetailConBox .p4s h2,
.productDetailConBox .p4 h2 {
  margin-bottom: 0;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #cccccc;
}
.productDetailConBox .p4s .ctx,
.productDetailConBox .p4 .ctx {
  text-align: center;
  padding: 0.38rem 0 0.46rem;
  border-bottom: 1px solid #cccccc;
}
.productDetailConBox .p4s .ctx .name,
.productDetailConBox .p4 .ctx .name {
  margin-bottom: 0.2rem;
      font-size: 24px;
    color:#000;
        padding: 20px 0px;
}
.productDetailConBox .p4s .ctx p,
.productDetailConBox .p4 .ctx p {
  margin-bottom: 0.6rem;
  width: 70%;
  margin: 0 auto;
  font-size: 18px;
  
}

.productDetailConBox .p5 {
  background-color: var(--theme-bg);
  padding: 0.66rem 0 0.28rem;
}

.productDetailConBox .p5 h2 {
  margin-bottom: 0.1rem;
}

.productDetailConBox .p5 .ctx {
  padding: 0.34rem 0 0.5rem;
  border-bottom: 1px solid #ccc;
}

.productDetailConBox .p5 .ctx .name {
  text-align: center;
  margin-bottom: 0.4rem;
  font-size: 18px;
}

.productDetailConBox .p5 .ctx:last-child {
  border-bottom: none;
}
.productDetailConBox .p6s,
.productDetailConBox .p6 {
  padding: 0.4rem 0  0.8rem;
}

.slider_table td, 
.slider_table th {
  height: 0.58rem;
  text-align: center;
  background: var(--theme-bg);
  color: #323232;
  font-size: 18px;
  border-color: #dcdcdc;
  padding: 0;
  width: 25%;
  font-weight: 400;
}

.p6 tr td:first-child {
  font-weight: bold;
}

.p7 {
  padding: 0.7rem 0 0.6rem;
  background-color: var(--theme-bg);
}

.p7 h2 {
  margin-bottom: 0.74rem;
}

.p7 .items,
.p6 .items {
  display: grid;
  grid-template-columns: repeat(4, calc(320%/14));
  gap: 0.3rem 0.35rem;
}

.p7 .item,
.p6 .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border-radius: 5px;
}

.p7 .item .img,
.p6 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
      width: 150px;
    height: 150px;
}

.p7 .item .img img,
.p6 .item .img img {
  width: 80%;
}

.p7 .item .title,
.p6 .item .title {
  font-size: 18px;
  margin-top: 0.1rem;
}

.p8 {
  background-color: var(--white);
  padding-top: 0.88rem;
}

.p8 .title h2 {
  margin-bottom: 0.7rem;
}

.p8 .items {
  display: flex;
  gap: 0.16rem;
}

.p8 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.08);
  border-radius: 0.1rem;
}


.p8 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.6rem;
  margin: 0.4rem 0;
}

.p8 .item .img img {
  height: 90%;
}

.p8 .item p {
  width: 94%;
  text-align: center;
  font-size: 18px;
  color: #323232;
  font-weight: bold;
  font-family: Lato;
}

.p8 .item:hover {
  background: var(--primary);
  color: var(--white);
}

.p8 .item:hover p {
  color: var(--white);
}

.p8 .item:hover img {
  filter: invert(1);
}



@keyframes example {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table_responsive table {
    width: 100%;
    margin: auto;
}


@media (max-width: 1720px) {
}

@media (max-width: 1620px) {
}

@media (max-width: 1400px) {
  header .head-bottom .nav-list > .prod .nav-two-div {
    width: 100%;
  }

  .container {
    /* width: 100%; */
    padding: 0 20px;
  }

  .container_1600,
  .container_1400 {
    width: 1400px;
  }


}

@media (max-width: 1220px) {
  .container_1600,
  .container_1400 {
    width: 100%;
  }

  .ability3 .items {
    zoom: 77%;
  }
}

@media screen and (max-width: 1280px) {
  /* header .head-bottom .nav-list > li a {
    font-size: 16px;
  } */
}

@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }

  .container_1600 {
    width: 100%;
  }
}

@media (max-width: 992px) {
  html {
    position: relative;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .Three_menu_box {
    padding-left: 10px;
  }

  .Crumbs ul li a,
  .Crumbs ul li,
  .Crumbs ul li a span,
  .Crumbs ul i {
    font-size: 18px;
    line-height: 1.2;
  }

  .Crumbs span.youAreHere {
    display: none;
  }

  .productDetailConBox .p1 .items {
    grid-template-columns: repeat(2, 1fr);
  }

  .productDetailConBox .p1 .item p {
    text-align: center;
    padding-top: 20px;
  }

  .productDetailConBox .p1 .item {
    padding: 20px 0;
    height: auto;
  }

  .productDetailConBox .p1 .item .img {
    margin: 0;
    margin-bottom: 10px;
  }

  .productBtnBox .btnBox {
    flex-wrap: wrap;
  }
  .productDetailConBox .p2s .wrap,
  .productDetailConBox .p2 .wrap {
    flex-direction: column;
    height: auto;
  }
  .productDetailConBox .p2s .content,
  .productDetailConBox .p2 .content {
    width: 100%;
    padding: 0;
  }
  .productDetailConBox .p2s .img,
  .productDetailConBox .p2 .img {
    margin-bottom: 20px;
  }
  .productDetailConBox .p4s .ctx p,
  .productDetailConBox .p4 .ctx p {
    width: 100%;

  }

  .name {
    font-size: 18px;

  }
  .productDetailConBox .p4s .ctx .name,
  .productDetailConBox .p4 .ctx .name {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color:#000;
    padding: 20px 0px;
  }

  .productDetailContentBox .title h2 {
    padding-bottom: 0;
  }
 .p7 .items, .p6 .items {
    grid-template-columns: repeat(2, 1fr);
  }

  .rp .items {
    grid-template-columns: 100%;
  }

  .rp .item .img img {
    height: auto;
  }

  .gd1 .items {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .gd1 .item .img{
    width: 40px;
    height: 40px;
  }

  .gd2 .items {
    grid-template-columns: 100%;
    gap: 10px;
  }

  .gd1 .title {
    margin-bottom: 20px;
  }

  .news_box .news_list + .news_list {
    margin-top: 20px;
  }

  .news_box .news_list {
    border: 1px solid #eee;
    border-radius: 4px;
  }

  .team1 .wrap {
    flex-direction: column;
    height: auto;
    padding: 20px 10px;
  }

  .team1 .wrap .img {
    width: 100%;
    position: unset;
  }

  .team1 .wrap .content {
    width: 100%;
    margin-bottom: 10px;
  }

  .team2Head .content,
  .team2Head .img {
    width: 100%;
  }

  .team2 .items {
    gap: 10px;
  }

  .news1 {
    padding: 0;
    padding-bottom: 20px;
  }

  .news1Content .time {
    flex-direction: column;
    gap: 10px;

  }

  .news1Content .time p, .news1Content .time #readTime {
    font-size: 14px;
  }

  .news1Content .ctx img {
    margin: 20px 0;
  }

  .news1Content .ctx ul {
    margin: 20px 0;
  }

  .news1Content p {
    font-size: 14px;
    line-height: 20px;
  }

  .news1Content h2, .news1Content h3 {
    font-size: 16px;
    line-height: 25px;
  }

  .news1Content .toc {
    display: none;
  }

  .form .info input[type="submit"] {
    width: 160px;
    height: 30px;
    font-size: 14px;
  }

  .news1Content .ctx li + li {
    margin-top: 10px;
  }

  .news1Content .ctx li {
    font-size: 14px;
  }

  .raSwiper .wrap .content .name {
    line-height: 1.2;
  }

  .rcSwiper .content a.name {
    text-align: left;
  }

  .product-head .btn {
    padding: 0;
  }

  .index-banner .items {
    width: 100%;
  }

  .index-banner .wrap p.ibp {
    width: 100%;
    font-size: 15px;
    line-height: 0.34rem;

    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: none;
  }

  .index-banner .wrap .items {
    display: none;
  }

  .index-banner .wrap.ib3 {
    flex-direction: column-reverse!important;
  }

  .index-banner .wrap.ib3 p.ibp {
    display: -webkit-box;
  }

  .index-banner ul {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
    
    
    .slider_table table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 100%;
    table-layout: fixed;
}

.slider_table td,
.slider_table th {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-collapse: collapse
}

.slider_table table tbody tr td[align="left"],
.slider_table table tbody tr th[align="left"] {
    text-align: left
}

.slider_table table tbody tr td[align="center"],
.slider_table table tbody tr th[align="center"] {
    text-align: center
}

.slider_table table tbody tr td[align="right"],
.slider_table table tbody tr th[align="right"] {
    text-align: right
}
  .widget-visible iframe{
    bottom: 53px !important;
  }
  #back_top {
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .contactBox202006131030 .contactInfo {
    width: 100%;
  }

  .contactBox202006131030 .contactForm {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }

  .mb-header {
    display: block !important;
  }

  .footer-wrap,
  .index6 .swiper-slide {
    width: 100%;
  }

  .footer-box {
    padding: 20px 0;
  }

  .footer-wrap {
    padding: 0;
  }

  .one-wrap,
  .four-wrap,
  .two-wrap {
    display: none;
  }

  .footer-share {
    margin-top: 20px;
  }

  footer {
    padding: 20px 0;
  }

  .footer-box {
    padding-bottom: 20px;
  }

  .footer-copyright {
    padding: 0;
    margin-bottom: 28px;
  }

  .footer-copyright .col-md-3 {
    text-align: center;
    margin-top: 10px;
  }

  section .title h1,
  section .title h2,
  section .title h3 {
    font-size: 24px;
    line-height: 28px;
    padding: 0;
  }

  .Crumbs_nav {
    padding: 20px 0;
  }

  .cp1 .wrap .content {
    padding-top: 20px;
  }
}

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

@media (max-width: 540px) {
}

@media (max-width: 480px) {
}
.news_detial_more{display: flex;margin: 0px auto;margin-top: 58px;justify-content: center;}
.news_detial_more img{display: block;max-width: 100%;}
@media (max-width: 768px) {
  .news_detial_more{width: 60%;} 
}
.product_tage_frist_content{
  margin-bottom: 20px;
}
.product_tage_second_content{
  padding: 20px 0;
  clear: both;
}
.product_tage_list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product_tage_list:before,
.product_tage_list:after{
  display: none;
}
.product_tage_list li{
  width: 18%;
  height: 48px;
  border: 1px solid #2751A6;
  border-radius: 5px;
  margin-left: 2%;
  margin-top: 10px;
}
.product_tage_list li:nth-of-type(5n+1){
  margin-left: 0;
}
.product_tage_list li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #2751A6;
}
.product_tage_list li:hover{
  background: #2751A6;
}
.product_tage_list li:hover a{
  color: #fff;
}
@media (max-width: 1768px) {
  .product_tage_list li{
    height: auto;
    padding: 10px 0;
  }
}
@media (max-width: 1200px){
  .product_tage_list li{
    width: 32%;
  }
  .product_tage_list li:nth-of-type(5n+1){
    margin-left: 2%;
  }
  .product_tage_list li:nth-of-type(3n+1){
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .product_tage_list{
    justify-content: space-between;
    width: 100%;
  }
  .product_tage_list li{
    width: 48.5%;
    margin-left: 0!important;
    
  }
}

