@import url(./inner_sidebar.css);

/* ==========================================================================
   全局
   ========================================================================== */
.content {
  min-height: 300px;
  padding: .4rem 0;
}

.content img {
  max-width: 100%;
}

.sub-banner {
  --bannerH: 258px;
  height: var(--bannerH);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  position: relative;
}

.sub-banner .wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bgtitle1 {
  font-size: 48px;
  color: #fff;
  text-shadow: 0 1px 1px #fff;
}

.bgtitle2 {
  font-size: 30px;
  color: #fff;
  font-weight: 100;
  text-shadow: 0 1px 1px #fff;
}

@media only screen and (max-width:1536px) {
  .sub-banner {
    height: calc(var(--bannerH) / 1.25);
  }
}

@media only screen and (max-width:1440px) {
  .sub-banner {
    height: calc(var(--bannerH) * 0.75);
  }
}

@media only screen and (max-width:1280px) {
  .sub-banner {
    height: calc(var(--bannerH) / 1.5);
  }
}

@media only screen and (max-width:1024px) {
  .sub-banner {
    height: calc(var(--bannerH) / 1.875);
  }
}

@media only screen and (max-width:960px) {
  .sub-banner {
    height: calc(var(--bannerH) / 2);
  }
}

@media only screen and (max-width:768px) {
  .sub-banner {
    height: calc(var(--bannerH) / 2.5);
  }
}

.breadcrumb {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 7.46rem;
  height: .64rem;
  background: linear-gradient(270.00deg, rgba(21, 24, 31, 1), rgba(0, 0, 0, 0.06) 100%);
}

.breadcrumb a {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.breadcrumb a:hover {
  color: var(--primary);
}

@media only screen and (max-width:768px) {
  .breadcrumb a {
    font-size: 12px;
  }
}

@media only screen and (max-width:500px) {
  .breadcrumb {
    width: 100%;
  }
}




/* ==========================================================================
   关于我们
   ========================================================================== */
.inner {
  padding: .5rem 0;
}

.about_list li {
  margin-bottom: .7rem;
}

.about_list li:nth-child(even) .about_flex {
  flex-direction: row-reverse;
}

.about_flex {
  justify-content: space-between;
  align-items: center;
}

.about_left {
  width: 45%;
}

.about_right {
  width: calc(55% - 1rem);
}

.about_title {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: .24rem;
  font-weight: 600;
  position: relative;
  padding-bottom: .7rem;
}

.about_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: .35rem;
  width: 2.42rem;
  height: .03rem;
  background: rgba(244, 201, 0, 1);
}

.about_info {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  max-width: 9.62rem;
}

.about_btn {
  margin-top: .3rem;
}

.about_click {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
  background: rgba(23, 27, 40, 1);
}

.about_img img {
  width: 100%;
}
.subcate_link {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: .22rem;
  position: relative;
  padding-bottom: .4rem;padding-right: .4rem;
}
.subcate_link.active{
    color: var(--primary);
}
@media only screen and (max-width: 920px) {
  .inner {
    padding: 0;
  }

  .about_list li {
    margin-bottom: 20px;
  }

  .about_info {
    font-size: 12px;
  }

  .about_left {
    width: 45%;
  }

  .about_right {
    width: calc(55% - 0.8rem);
  }
}

@media only screen and (max-width: 768px) {
  .about_left {
    width: 100%;
  }

  .about_right {
    width: 50%;
    margin-top: 20px;
  }

  .about_title {
    font-size: 16px;
  }

  .about_list li:nth-child(even) .about_flex {
    flex-direction: row;
  }

  .about_click {
    font-size: 12px;
  }
.subcate_link{font-size: 16px;}
}

@media only screen and (max-width: 500px) {
  .about_right {
    width: 100%;
  }
}








/* ==========================================================================
   技术支持
   ========================================================================== */
.support_main {
  margin-top: .9rem;
}

.support_con {
  border: 1px solid rgba(153, 153, 153, 1);
  padding: 1rem;
}

.support_flex {
  align-items: center;
  justify-content: space-between;
}

.support_left {
  width: 60%;
}

.support_right {
  width: calc(40% - 1.2rem);
}

.sup_title {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: .24rem;
  font-weight: 600;
  margin-bottom: .35rem;
}

.sup_intro {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

.support_right .sup_intro {
  line-height: 1.5;
}


.sup_list {
  margin: 0 0 0 -0.35rem;
}

.sup_list li {
  width: calc(33.33% - .35rem);
  margin: .35rem 0 0 .35rem;
}

.sup_box {
  border: 1px solid rgba(153, 153, 153, 1);
  padding: .75rem;
  position: relative;
  overflow: hidden;
  height: 100%;
  flex-direction: column;
}

.sup_list li:nth-child(1) .sup_box {
  padding: .75rem .75rem 0 .75rem;
}

.sup_album {
  margin-top: .3rem;
}

/* .sup_list li:nth-child(1) .sup_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 23.2813vw;
  height: 19.9479vw;
  background: url(../images/sup02.png) no-repeat;
  background-size: 100% auto;
} */

.sup_doc {
  align-items: center;
  font-size: 14px;
}

.mark {
  margin: 0 .08rem;
}

.sup_link {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-weight: 400;
}

.sup_link:hover {
  text-decoration: underline;
}

.sup_list li:nth-child(1) .sup_doc {
  margin-top: .4rem;
}

.sup_list li:nth-child(1) .sup_link {
  font-weight: 700;
}

.technical {
  margin-top: auto;
}

.tech_item {
  padding: .15rem 0;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(215, 215, 215, 1);
}

.tech_title {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
}

.sup_list li:nth-child(3) .sup_area,
.sup_list li:nth-child(2) .sup_area {
  margin-bottom: 1.1rem;
}


@media only screen and (max-width: 1600px) {
  .support_con {
    padding: .5rem;
  }

  .sup_box {
    padding: .35rem;
  }
}

@media only screen and (max-width: 1280px) {
  .support_right {
    width: calc(40% - 0.6rem);
  }
}

@media only screen and (max-width: 1200px) {

  .sup_doc,
  .tech_title {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .support_left {
    width: 100%;
  }

  .support_right {
    margin-top: 20px;
    width: 100%;
  }

  .sup_list li {
    width: 100%;
  }

  .sup_list li:nth-child(3) .sup_area,
  .sup_list li:nth-child(2) .sup_area {
    margin-bottom: .5rem;
  }

  .sup_title {
    font-size: 16px;
  }

  .support_con {
    padding: .35rem;
  }
}

@media only screen and (max-width: 500px) {
  .support_main {
    margin-top: .5rem;
  }
}










/* ==========================================================================
   联系我们
   ========================================================================== */
.contact_list {
  margin: .3rem 0 0 -0.3rem;
}

.contact_list li {
  width: calc(21.5% - .3rem);
  margin: .3rem 0 0 .3rem;
  transition: box-shadow .4s;
}

.contact_list li:last-child {
  flex: 1;
}

.contact_list li:hover {
  box-shadow: rgba(99, 99, 99, 0.4) 0px 0px 6px 0px;
}

.contact_box {
  border: 1px solid rgba(153, 153, 153, 1);
  background: rgba(255, 255, 255, 1);
  height: 1.4rem;
  padding: 0 .3rem;
  align-items: center;
}

.contact_title {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: .18rem;
  font-weight: 600;
}

.contact_name {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: .18rem;
  font-weight: 400;
  line-height: 1.3;
  word-break: break-all;
}

.contact_img {
  width: .4rem;
  flex-shrink: 0;
  margin-right: .24rem;
}

.contact {
  margin-bottom: .6rem;
}

.feedback {
  margin: .3rem 0 0;
}

.feedback_list {
  margin: 0.3rem 0 0 -0.35rem;
}

.feedback_list li {
  width: calc(25% - .35rem);
  margin: .35rem 0 0 .35rem;
}

.feedback .layui-textarea:focus,
.feedback .layui-input:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 3px rgba(244, 201, 0, .08);
}

.feedback_textarea {
  margin: .35rem 0 0;
}

.feedback .layui-textarea {
  min-height: 1.86rem;
}

.feedback .layui-input {
  height: .55rem;
}

.feedback_end {
  margin: .35rem 0 0;
  justify-content: flex-end;
}

.feedback_btn {
  border: none;
  width: 3.89rem;
  height: .55rem;
  background: rgba(24, 24, 24, 1);
  color: rgba(255, 255, 255, 1);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
}

.feedback_btn:hover {
  background: rgba(24, 24, 24, .9);
}

@media only screen and (max-width: 1280px) {
  .contact_box {
    padding: 0 .2rem;
  }
}

@media only screen and (max-width: 768px) {
  .contact_list li {
    width: calc(50% - .3rem);
  }

  .feedback_list li {
    width: calc(50% - .35rem);
    font-size: 12px;
  }

  .contact_title,
  .contact_name,
  .feedback_btn {
    font-size: 12px;
  }


}

@media only screen and (max-width: 500px) {
  .contact_list li {
    width: 100%;
  }

  .feedback_list li {
    width: 100%;
  }

  .feedback .layui-textarea {
    min-height: 100px;
  }

  .feedback .layui-input {
    height: 38px;
  }

  .contact_img {
    width: 28px;
  }
}














/* ==========================================================================
   产品
   ========================================================================== */
.product {
  margin: .9rem 0 0;
}

.pro_list {
  gap: .4rem .35rem;
}

.pro_list li {
  width: calc(50% - .175rem);
}

.pro_list2 {
  gap: .4rem .35rem;
}

.pro_list2 li {
  width: calc(25% - .2625rem);
}

.pro_list2 .pic {
  width: 80%;
  margin: 0 auto;
}

.pro_title {
  margin-top: .3rem;
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: .22rem;
  line-height: 1.2;
  font-weight: 600;
  transition: color .25s;
  text-align: center;
}

.pro_box:hover .pro_title {
  color: var(--primary);
}

.pro_box {
  transition: all .4s;
}

.pro_box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

@media only screen and (max-width: 500px) {
  .product {
    margin: 20px 0 0;
  }

  .pro_title {
    margin-top: 5px;
  }

  .pro_list {
    gap: 10px;
  }

  .pro_list li {
    width: calc(50% - 5px);
  }

  .pro_list2 {
    gap: 10px;
  }

  .pro_list2 li {
    width: calc(50% - 5px);
  }

}










/* ==========================================================================
   产品详情
   ========================================================================== */
.pro_flex {
  justify-content: space-between;
}

.pro_left {
  width: 7.3rem;
  padding-left: 1.9rem;
  position: relative;
}

.pro_right {
  width: calc(100% - 8.1rem);
}

.pro_small {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6rem;
  max-height: 5.4rem;
  height: 100%;
}

.mySwiper1,
.small_swiper {
  height: 100%;
}

.mySwiper1 .swiper-slide {
  height: 1.6rem;
  opacity: 0.3;
  cursor: pointer;
}

.mySwiper1 .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiper1 .swiper-slide:not(:first-of-type) {
  margin-top: .3rem;
}

.small_swiper {
  position: relative;
}

.small_swiper .swiper-button-next:after,
.small_swiper .swiper-button-prev:after {
  font-size: .24rem;
}

.small_swiper .swiper-button-next {
  margin-top: 0;
  left: 50%;
  right: auto;
  top: auto;
  transform: translateX(-50%) rotateZ(90deg);
  bottom: -0.5rem;
  color: rgb(244, 201, 0);
}

.small_swiper .swiper-button-prev {
  margin-top: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%) rotateZ(90deg);
  top: -0.5rem;
  color: rgb(244, 201, 0);
}


.prod_area {
  overflow: auto;
  max-height: 3.5rem;
}

.prod_area::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}

/* 滚动条轨道 */
.prod_area::-webkit-scrollbar-track {
  display: none;
}

/* 滚动条上的滚动滑块 */
.prod_area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--primary);
}

.prodetails {
  height: 100%;
  padding: .2rem 0;
  flex-direction: column;
}

.prod_title {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: .24rem;
  font-weight: 600;
  margin-bottom: .2rem;
}

.prod_msg {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-bottom: .35rem;
  margin-bottom: .35rem;
}

.prod_msg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.42rem;
  height: .03rem;
  background: rgba(244, 201, 0, 1);
}

.parameter {
  margin-bottom: .1rem;
}

.para_title {
  width: 180px;
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
}

.para_name {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
}

.prod_file {
  margin-top: auto;
  margin-left: -0.25rem;
}

.prod_link {
  background: rgba(23, 27, 40, 1);
  color: rgba(255, 255, 255, 1);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  padding: .05rem .1rem;
  margin-left: .25rem;
}




.pro_specific {
  margin-top: .8rem;
}

.caree_item {
  padding: 0 .45rem;
  border: 1px solid transparent;
  border-bottom-color: #999999;
}

.caree_item.selected {
  border-color: #999999;
}

.caree_item:not(:first-of-type).selected {
  border-top-color: transparent;
}

.caree_item .nwms {
  display: none;
  padding-bottom: .5rem;
}

.caree_box {
  align-items: center;
  padding: .35rem 0;
}

.caree_title {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: .24rem;
  font-weight: 400;
  transition: all .3s;
}

.caree_box i {
  margin-left: .3rem;
  display: block;
  width: .24rem;
  height: .24rem;
  background: url(../images/down.svg) no-repeat center;
  background-size: 100% auto;
}

.caree_box.on i {
  background-image: url(../images/up.svg);
}

.caree_box.on .caree_title {
  font-weight: 600;
}

.specific_area {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  scrollbar-width: thin;
  overflow-x: auto;
}

.specific_area table {
  min-width: 600px;
}

.specific_area table tr {
  border-bottom: 1px solid rgba(237, 237, 242, 1);
}

.specific_area table th {
  text-align: left;
  padding: .15rem 0 .15rem .3rem;
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: .18rem;
  font-weight: 400;
  background: rgba(237, 237, 242, 1);
}

.specific_area table td {
  padding: .15rem 0 .15rem .3rem;
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: .18rem;
  font-weight: 400;
}

.related {
  margin-top: .8rem;
}

.related_list {
  gap: .36rem;
}

.related_list li {
  width: calc(33.33% - .24rem);
  transition: box-shadow .3s;
}

.related_list li:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;
}

.related_box {
  height: 100%;
  flex-direction: column;
  background: rgba(237, 237, 242, 1);
  padding: .5rem;
}

.related_title {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: .24rem;
  font-weight: 600;
}

.related_desc {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  margin: .2rem 0 .3rem;
}

.related_btn {
  margin-top: auto;
}

.related_h6 {
  padding: .05rem .1rem;
  background: rgba(23, 27, 40, 1);
  color: rgba(255, 255, 255, 1);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
}

.related_box:hover .related_h6 {
  background: var(--primary);
}


@media only screen and (max-width: 1280px) {
  .related_box {
    padding: .2rem;
  }
}

@media only screen and (max-width: 960px) {
  .prod_msg {
    font-size: 12px;
    line-height: 1.2;
  }

  .pro_right {
    width: calc(100% - 7.6rem);
  }

  .para_name,
  .para_title {
    font-size: 12px;
  }
}


@media only screen and (max-width: 768px) {

  .prod_link,
  .related_h6,
  .related_desc {
    font-size: 12px;
  }

  .pro_right {
    width: 100%;
  }

  .pro_specific {
    margin-top: 0;
  }

  .prod_area {
    max-height: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .pro_left {
    width: 100%;
  }

  .specific_area table td,
  .specific_area table th {
    font-size: 12px;
  }

  .caree_item {
    padding: 0 10px;
  }

  .related_list li {
    width: 100%;
  }

  .caree_title {
    font-size: 14px;
  }
}

.pro_small .pic {
  border: 1px solid #d6d6d6;
}




.accessory_swiper {
  position: relative;
}

.accessory_swiper .swiper-button-next {
  color: #f4c800;
  right: -0.4rem;
}

.accessory_swiper .swiper-button-prev {
  color: #f4c800;
  left: -0.4rem;
}

.accessory_swiper .swiper-button-next::after,
.accessory_swiper .swiper-button-prev::after {
  font-size: .32rem;
}

.accessory_h5 {
  font-size: .2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: .1rem;
}

.accessory_box .pic {
  width: 80%;
  margin: 0 auto;
}