/* @import url(./inner_sidebar.css); */

/* ==========================================================================
   全局
   ========================================================================== */
.content {
  padding: 0 0 1rem;
}

.content img {
  max-width: 100%;
}

.sub-banner {
  --bannerH: 600px;
  height: var(--bannerH);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-banner .wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bgtitle1 {
  color: rgba(255, 255, 255, 1);
  font-size: .72rem;
  line-height: 1;
  font-weight: 500;
}


@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);
  }
}

@media only screen and (max-width:500px) {
  .sub-banner {
    height: calc(var(--bannerH) / 3.2);
  }
}


.inner_head {
  padding: .5rem 0;
}

@media only screen and (max-width:500px) {
  .inner_head {
    padding: 15px 0;
  }
}

.zhanwei {
  height: 1rem;
}

@media only screen and (max-width:920px) {
  .zhanwei {
    display: none;
  }
}

.breadcrumb {
  align-items: center;
}

.breadcrumb a {
  color: rgba(50, 50, 50, 1);
  font-size: .18rem;
  font-weight: 500;
}

.breadcrumb a:hover {
  color: var(--primary);
}

@media only screen and (max-width:768px) {
  .breadcrumb a {
    font-size: 12px;
  }
}





/* ==========================================================================
   关于我们
   ========================================================================== */
.video_banner {
  height: 6rem;
}

.about_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_factory {
  background: rgba(248, 248, 248, 1);
  padding: .55rem .8rem .4rem;
  margin: 0 0 .6rem;
}

.about_title {
  color: rgba(50, 50, 50, 1);
  font-size: .3rem;
  font-weight: 500;
  margin-bottom: .25rem;
}

.about_intro {
  color: rgba(50, 50, 50, 1);
  font-size: .18rem;
  font-weight: 400;
}

.about_img {
  gap: 2px;
}

.img_left {
  width: calc(44% - 1px);
}

.img_right {
  width: calc(56% - 1px);
  gap: 2px;
  flex-direction: column;
}

.img_top {
  gap: 2px;
}

.img_box {
  width: calc(50% - 1px);
}

.img_bottom {
  background: rgba(140, 30, 31, 1);
  height: 100%;
  color: rgba(255, 255, 255, 1);
  font-size: .48rem;
  font-weight: 400;
  line-height: 1;
}

.about_certificate {
  background: rgba(248, 248, 248, 1);
  padding: .55rem .8rem .5rem;
}

.certificate_list {
  margin: .15rem 0 0 -2rem;
}

.certificate_list li {
  margin: .2rem 0 0 2rem;
}

.certificate_box {
  align-items: center;
  transition: all .4s;
}

.certificate_box:hover {
  transform: translateX(.08rem);
}

.certificate_box img {
  margin-right: 4px;
}

.certificate_name {
  color: rgba(50, 50, 50, 1);
  font-size: .18rem;
  font-weight: 600;
}

.future_flex {
  margin: .6rem 0;
}

.future_left {
  width: 47.72%;
}

.future_left img {
  width: 100%;
}

.future_right {
  width: 52.28%;
}

.future_box {
  height: 100%;
  background: rgba(0, 0, 0, 1);
  align-items: center;
}

.future_area {
  padding: 0 .6rem;
}

.future_title {
  color: rgba(255, 255, 255, 1);
  font-size: .24rem;
  font-weight: 600;
  margin-bottom: .4rem;
  padding-bottom: .4rem;
  position: relative;
}

.future_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.42rem;
  height: .03rem;
  background: rgba(140, 30, 31, 1);
}

.future_intro {
  color: rgba(255, 255, 255, 1);
  font-size: .18rem;
  font-weight: 400;
  overflow: auto;
  max-height: calc(.18rem * 12);
}

.future_intro::-webkit-scrollbar {
  width: .06rem;
  background-color: transparent;
}

.future_intro::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--primary);
}

.aboutPro_list {
  gap: .4rem;
}

.aboutPro_list li {
  width: calc(33.33% - .2666rem);
  transition: all .6s;
}

.aboutPro_list li:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 20px 0px;
}

.aboutPro_list .homePro_name {
  line-height: 1;
}

.aboutPro_list .homePro_box .pic {
  width: 2.2rem;
}

@media only screen and (max-width: 1560px) {
  .img_bottom {
    font-size: .42rem;
  }
}

@media only screen and (max-width: 920px) {
  .about_factory {
    padding: .4rem;
  }

  .about_intro {
    font-size: 12px;
  }

  .certificate_name {
    font-size: 12px;
  }

  .about_certificate {
    padding: .4rem;
  }

  .certificate_list li {
    margin: .1rem 0 0 2rem;
  }

  .img_bottom {
    font-size: .36rem;
  }

  .future_area {
    padding: 0 .3rem;
  }

  .future_title {
    margin-bottom: .2rem;
    padding-bottom: .2rem;
  }
}

@media only screen and (max-width: 768px) {
  .future_intro {
    font-size: 12px;
    max-height: calc(12px * 12);
  }

  .video_banner {
    height: 240px;
  }
}

@media only screen and (max-width: 500px) {
  .img_left {
    width: 100%;
  }

  .img_right {
    width: 100%;
  }

  .img_bottom {
    padding: 20px 0;
  }

  .future_left {
    width: 100%;
  }

  .future_right {
    width: 100%;
  }

  .future_area {
    padding: 20px;
  }

  .future_intro {
    max-height: 100%;
  }

  .aboutPro_list li {
    width: 100%;
  }
}




.about_company {
  margin-top: .4rem;
}

.company_list {
  gap: .4rem;
}

.company_list li {
  width: calc(33.33% - .2666rem);
}

.company_box {
  border: 1px solid #a5a5a5;
  padding: .4rem;
  height: 100%;
  flex-direction: column;
}

.company_img {
  height: 2.9rem;
}

.company_img img {
  max-height: 100%;
}

.company_intro {
  font-size: .18rem;
  color: #344D54;
  padding: .1rem 0;
}

.company_link {
  color: rgb(91, 155, 213);
  font-size: .18rem;
  margin-top: auto;
}

@media only screen and (max-width: 768px) {
  .company_box {
    padding: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .company_list li {
    width: 100%;
  }
}





/* ==========================================================================
   联系我们
   ========================================================================== */
.contact_title {
  color: rgba(50, 50, 50, 1);
  font-size: .36rem;
  font-weight: 500;
  text-align: center;
}

.contact_info {
  color: rgba(50, 50, 50, 1);
  font-size: .18rem;
  font-weight: 400;
  text-align: center;
  margin: .4rem 0;
}

.contact_fmk {
  color: rgba(50, 50, 50, 1);
  font-size: .24rem;
  font-weight: 400;
  text-align: center;
}

.contact_list {
  max-width: 1440px;
  margin: 0 auto;
  padding: .8rem 0 .4rem;
  gap: 1.2rem;
  display: none;
}

.contact_list li {
  width: calc(33.33% - 0.8rem);
}

.contact_img {
  text-align: center;
}

.contact_img img {
  width: 1rem;
  transition: all 1s;
}

.contact_h5 {
  color: rgba(50, 50, 50, 1);
  font-size: .24rem;
  font-weight: 500;
  text-align: center;
  margin: .2rem 0 .1rem;
}

.contact_h6 {
  color: rgba(102, 102, 102, 1);
  font-size: .18rem;
  font-weight: 400;
  text-align: center;
}

.contact_box:hover .contact_img img {
  transform: rotateY(360deg);
}


@media only screen and (max-width: 768px) {
  .contact_info {
    font-size: 12px;
  }

  .contact_list {
    gap: .45rem;
  }

  .contact_list li {
    width: calc(33.33% - .3rem);
  }

  .contact_img img {
    width: 50px;
  }
}

@media only screen and (max-width: 500px) {
  .contact_fmk {
    font-size: 14px;
  }

  .contact_img img {
    width: 30px;
  }

  .contact_list li {
    width: calc(50% - .3rem);
  }

  .contact_list li:first-child {
    width: 100%;
  }

  .contact_h6 {
    font-size: 12px;
  }
}

.contact_details {
  color: rgba(50, 50, 50, 1);
  font-size: .36rem;
  font-weight: 600;
  margin: .3rem 0;
}

.contact_left {
  width: 35%;
  background: #F2F2F2;
}

.contact_right {
  width: 65%;
}

.map {
  height: 4rem;
  background: #DDDDDD;
}

.contact_area {
  padding: .3rem;
}

.contact_h3 {
  font-size: .32rem;
  line-height: 1.3;
  color: #344D54;
  font-weight: bold;
}

.contact_msg {
  margin-top: .1rem;
  font-size: .14rem;
  line-height: 2;
}

@media only screen and (max-width: 1280px) {
  .contact_msg {
    font-size: 12px;
    line-height: 2;
  }
}

@media only screen and (max-width: 500px) {

  .contact_right,
  .contact_left {
    width: 100%;
  }
}









/* ==========================================================================
   新闻
   ========================================================================== */
.news_list {
  gap: .3rem;
}

.news_list li {
  width: calc(33.33% - .2rem);
}

.news_title {
  height: .6rem;
  color: rgba(50, 50, 50, 1);
  font-size: .16rem;
  line-height: 1.2;
  font-weight: 400;
  overflow: hidden;
}

.news_box:hover .news_title {
  color: var(--primary);
}

@media only screen and (max-width: 768px) {
  .news_list li {
    width: calc(50% - .15rem);
  }

  .news_title {
    font-size: 12px;
  }
}









/* ==========================================================================
   新闻详情
   ========================================================================== */
.nd_left {
  width: calc(100% - 5.3rem);
  float: left;
}

.nd_right {
  float: right;
  width: 3.85rem;
  box-sizing: border-box;
}

.nd_area {
  padding-bottom: .3rem;
  border-bottom: 1px solid #e5e8ef;
  box-sizing: border-box;
}

.nd_title {
  color: rgb(0, 0, 0);
  font-size: .3rem;
  font-weight: 400;
}

.nd_date {
  font-size: .16rem;
  color: rgb(85, 85, 85);
  margin: .1rem 0;
}

.nd_main {
  font-size: .16rem;
  font-weight: 400;
  color: rgb(85, 85, 85);
  line-height: 2;
  padding: .5rem 0;
  box-sizing: border-box;
}

.nd_main img {
  margin: .4rem 0;
}

.nd_toolbar {
  border-top: 1px solid #8c1e1f;
  padding: .4rem 0 0;
  align-items: center;
  justify-content: space-between;
}

.tool_left {
  width: calc(100% - 1.9rem);
}

.tool_right {
  width: 1.58rem;
}

.tool_toggle {
  font-size: .16rem;
  font-weight: 400;
  line-height: 2;
  align-items: center;
}

.tool_toggle span {
  flex-shrink: 0;
}

.tool_toggle a {
  color: rgb(102, 102, 102);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tool_toggle a:hover {
  color: var(--primary);
}

.back_btn {
  width: 1.34rem;
  height: .42rem;
  font-size: .16rem;
  color: #fff;
  border-radius: 100px;
  background: rgba(140, 30, 31, 1);
  transition: all .3s;
}

.back_btn:hover {
  color: #fff;
}

.top_btn {
  margin-left: .2rem;
}





/* ———————————————— 右边列表 ———————————————— */
.gdtj {
  border-radius: .04rem;
  background: rgb(241, 247, 247);
  height: 1.8rem;
  width: 100%;
  overflow: hidden;
}

.gdtj_list {
  margin: .4rem 0 0 0;
}

.gdtj_list li {
  margin-bottom: .3rem;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.gdtj_title {
  color: rgb(102, 102, 102);
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.gdtj_date {
  color: rgb(153, 153, 153);
  font-size: 12px;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}

.gdtj_box:hover .gdtj_title {
  color: var(--primary);
}

.tjxw {
  color: rgba(140, 30, 31, 1);
  font-size: .24rem;
  font-weight: 400;
  margin-bottom: .3rem;
  position: relative;
}

.tjxw::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: .4rem;
  height: 1px;
  background: rgba(140, 30, 31, 1);
}


@media only screen and (max-width: 920px) {
  .nd_right {
    display: none;
  }

  .nd_left {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {

  .tool_toggle,
  .nd_main,
  .nd_date {
    font-size: 12px;
  }


}

@media only screen and (max-width: 500px) {
  .nd_main {
    padding: 20px 0;
    line-height: 1.5;
  }

  .tool_left {
    width: 100%;
  }

  .tool_right {
    margin-top: 10px;
  }

  .tool_toggle {
    line-height: 2;
  }

  .nd_title {
    font-size: 14px;
  }

  .back_btn {
    width: 90px;
    height: 26px;
    font-size: 12px;
  }

}










/* ==========================================================================
   侧边导航栏
   ========================================================================== */
.inner_flex {
  justify-content: space-between;
  align-items: flex-start;
}

.inner_left {
  width: 3.3rem;
}

.inner_right {
  width: calc(100% - 3.3rem);
  border-left: 1px solid #e9eef7;
  padding-left: .3rem;
}

/* ———————————————— 手机菜单栏 ———————————————— */

.inner_menu {
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: none;
}

.siderbar_title {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
}

/* 按钮 */
.menu_toggle {
  position: relative;
  top: auto;
  left: auto;
  cursor: pointer;
  box-sizing: content-box;
  font-size: 20px;
  padding-left: 26px;
  height: 25px;
  display: block;
}

.menu_toggle span {
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}

.menu_toggle span,
.menu_toggle span::before,
.menu_toggle span::after {
  position: absolute;
  left: 0;
  height: 2px;
  background: #182631;
  transition: all .1s ease
}

.menu_toggle span::before,
.menu_toggle span::after {
  content: '';
  width: 100%
}

.menu_toggle span::before {
  top: -8px
}

.menu_toggle span::after {
  bottom: -8px
}

.menu_toggle.toggle-open span {
  background: transparent;
  transform: rotate(45deg);
}

.menu_toggle.toggle-open span::before {
  transform: translate3d(0, 8px, 0)
}

.menu_toggle.toggle-open span::after {
  transform: rotate(-90deg) translate3d(8px, 0, 0)
}

.menu_toggle:hover span,
.menu_toggle:hover span::before,
.menu_toggle:hover span::after {
  background: var(--primary);
}

@media only screen and (max-width: 768px) {

  .inner_right,
  .inner_left {
    width: 100%;
  }

  .inner_right {
    border: none;
    padding-left: 0;
  }

  .submenu {
    display: none;
  }

  .siderbar {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  }

  .inner_menu {
    display: flex;
  }

}


/* 第一级 */
.first_box {
  padding: .1rem 0 .1rem .3rem;
  font-size: .18rem;
  font-weight: 400;
}

.first_title {
  color: rgba(50, 50, 50, 1);
}

.first_box.menu_on {
  background: #e9eef7;
  font-weight: bold;
}

/* 第二级 */
.second_menu .second_item {
  margin: .1rem 0;
}

.second_box {
  align-items: center;
  padding-left: .3rem;
  font-size: .14rem;
}

.second_title {
  color: #818ea5;
}

.second_box.menu_on .second_title {
  color: #222;
  font-weight: bold;
}

.second_title .fa-angle-right {
  margin-right: .08rem;
}

@media only screen and (max-width: 1280px) {
  .second_box {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .first_box {
    font-size: 14px;
  }
}










/* ==========================================================================
   服务与支持-FAQ
   ========================================================================== */
.faq_box {
  border-bottom: 1px solid #e9eef7;
  padding: .2rem 0;
}

.faq_hd {
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}

.faq_hd.on {
  color: var(--primary);
}

.rotate {
  width: 45px;
  height: 45px;
  transition: all .35s;
}

.faq_hd.on .rotate {
  transform: rotate(90deg);
}

.faq_bd {
  display: none;
  padding: 0 .45rem;
}

@media only screen and (max-width: 500px) {
  .faq_hd {
    font-size: 12px;
  }

  .rotate {
    width: 30px;
    height: 30px;
  }

  .faq_bd {
    padding: 0 30px;
  }
}















/* ==========================================================================
   下载中心
   ========================================================================== */
.download_list li {
  padding: .2rem 0;
  border-bottom: 1px solid #e9eef7;
}

.download_box {
  justify-content: space-between;
  align-items: center;
}

.down_left {
  width: calc(100% - 2rem);
}

.down_name {
  font-size: 14px;
  color: #020202;
  font-weight: bold;
}

.down_name .fa-caret-right {
  margin-right: .15rem;
}

.down_link {
  color: #95b2c5;
  font-size: 14px;
}

.down_link img {
  width: .45rem;
  margin-right: .1rem;
}


@media only screen and (max-width: 500px) {
  .down_name {
    font-size: 12px;
  }

  .down_link {
    font-size: 12px;
  }
}








/* ==========================================================================
   After-Sale Service ass
   ========================================================================== */
.ass_title {
  display: inline-block;
  border-bottom: .02rem solid #323e94;
  font-size: .24rem;
  padding: .15rem 0;
  margin-left: .15rem;
}

.ass_main {
  border-top: 1px solid #e9eef7;
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .ass_title {
    font-size: 14px;
    padding: 10px 0;
  }
}










/* ==========================================================================
   bank details
   ========================================================================== */
.bank_img img {
  width: 100%;
}

.bank_list li:nth-child(even) .bank_flex {
  flex-direction: row-reverse;
}

.bank_list li:not(:last-child) {
  margin-bottom: .3rem;
}

.bank_left {
  width: 35%;
  background: #000;
  align-items: center;
  padding: 0 .5rem;
}

.bank_right {
  width: 65%;
}

.bank_name {
  color: #fff;
  font-size: .3rem;
  font-weight: 600;
  margin-bottom: .1rem;
}

.bank_area {
  color: #dddddd;
  font-size: .16rem;
}

.bank_head {
  margin-bottom: .6rem;
}

.bank_title {
  font-size: .4rem;
  line-height: 1;
  text-align: center;
  margin-bottom: .3rem;
}

.bank_intro {
  text-align: center;
  font-size: .2rem;
  line-height: 2;
}

@media only screen and (max-width: 1024px) {
  .bank_area {
    font-size: 12px;
  }

  .bank_left {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 500px) {
  .bank_intro {
    font-size: 12px;
  }

  .bank_left {
    width: 100%;
    padding: 20px 10px;
  }

  .bank_right {
    width: 100%;
  }
}










/* ==========================================================================
   视频中心
   ========================================================================== */
.video_flex {
  justify-content: space-between;
  align-items: flex-start;
}

.video_left {
  width: 3.4rem;

}

.video_left .siderbar {
  padding: .3rem;
  border: 1px solid rgba(193, 194, 198, 1);
}

.video_right {
  width: calc(100% - 4.1rem);
}

.vf_item {
  border-bottom: 1px solid rgba(193, 194, 198, 1);
  margin: .1rem 0;
}

.vf_box {
  padding: .1rem;
  cursor: pointer;
}

.vf_box.on {
  background: rgba(50, 50, 50, 1);
}

.vf_title {
  color: rgba(50, 50, 50, 1);
  font-size: .18rem;
  font-weight: 400;
  padding-left: .3rem;
  position: relative;
}

.vf_title:hover {
  color: rgba(50, 50, 50, 1);
}

.vf_box.on .vf_title {
  color: rgba(255, 255, 255, 1);
}

.vf_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .22rem;
  height: .22rem;
  background: url(../images/videoIcon.png) no-repeat center;
  background-size: .22rem auto;
}

.vf_box.on .vf_title::before {
  background-image: url(../images/videoIcon_w.png);
}

.video_second {
  padding: .25rem 0;
  display: none;
}

.video_second .vs_item:not(:last-child) {
  margin-bottom: .15rem;
}

.vs_box {
  align-items: center;
  font-size: .16rem;
}

.vs_box .fa-caret-right {
  margin-right: .2rem;
}

.vs_title {
  color: rgba(51, 51, 51, 1);

  font-weight: 400;
}

.vs_box.on .vs_title,
.vs_box.on {
  color: rgba(140, 30, 31, 1);
}


.video_list li {
  padding: .5rem 0;
  border-bottom: 1px solid rgba(193, 194, 198, 1);
}

.video_list li:first-child {
  padding-top: 0;
}

.video_box {
  justify-content: space-between;
  align-items: center;
}

.video_img {
  width: 3.2rem;
}

.video_area {
  width: calc(100% - 3.7rem);
}

.video_name {
  color: rgba(50, 50, 50, 1);
  font-size: .24rem;
  font-weight: 500;
  margin-bottom: .25rem;
}

.video_msg {
  color: rgba(102, 102, 102, 1);
  font-size: .18rem;
  font-weight: 400;
  line-height: 120%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  -webkit-line-clamp: 6;
}


@media only screen and (max-width: 768px) {
  .video_left {
    width: 100%;
  }

  .video_menu {
    display: none;
  }

  .video_left .siderbar {
    box-shadow: none;
    padding: 5px 10px;
  }

  .vf_title {
    font-size: 14px;
  }

  .vf_title::before {
    width: 16px;
    height: 16px;
    background-size: 16px auto;
  }

  .vs_box {
    font-size: 12px;
  }

  .video_right {
    width: 100%;
    margin-top: 20px;
  }

  .video_msg {
    font-size: 12px;
  }

  .vf_title {
    padding-left: 20px;
  }

  .video_left .inner_menu {
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {
  .video_img {
    width: 100%;
  }

  .video_img .pic {
    width: 50%;
  }

  .video_area {
    width: 100%;
    margin-top: 10px;
  }

  .video_name {
    font-size: 14px;
  }
}










/* ==========================================================================
   product
   ========================================================================== */
.pro_img img {
  width: 100%;
}

.sub_head {
  margin-top: -0.85rem;
}

.navBar_lr {
  background: #fff;
  border-top: .03rem solid rgba(140, 30, 31, 1);
  border-radius: 0px .85rem 0px 0px;
  padding: 0 1.15rem 0 .55rem;
  height: 1.2rem;
  align-items: center;
}

.pro_title {
  position: relative;
  color: rgb(6, 41, 73);
  font-size: .36rem;
  font-weight: 400;
}

.pro_title::before {
  content: "";
  position: absolute;
  background: rgba(243, 149, 0, 1);
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -0.32rem;
}

.navBar_left {
  margin-right: .9rem;
}

.nav_list {
  margin: -10px 0 0 -0.35rem;
}

.nav_item {
  margin: 10px 0 0 .35rem;
}

.nav_link {
  padding: .1rem .3rem;
  color: rgb(6, 41, 73);
  font-size: .18rem;
  font-weight: 400;
  border-radius: 100px;
  border: 1px solid rgb(6, 41, 73);
  transition: all .3s;
}

.nav_link:hover {
  background: rgb(6, 41, 73);
  color: #fff;
}

.nav_item.active .nav_link {
  background: rgb(6, 41, 73);
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .nav_link {
    padding: 3px 18px;
  }
}

@media only screen and (max-width: 768px) {
  .sub_head {
    margin-top: 0;
  }

  .navBar_right {
    width: 100%;
    margin-top: 15px;
  }

  .navBar_lr {
    border-top: none;
    padding: 10px 0 0;
    height: auto;
  }

  .pro_title::before {
    bottom: 0;
  }
}

@media only screen and (max-width: 500px) {

  .nav_link {
    font-size: 12px;
  }

}

.product {
  margin-top: .5rem;
}


/* —————————— 1 —————————— */
.pro_flex {
  justify-content: space-between;
}

.pro_left {
  width: 44.3%;
}

.pro_right {
  width: calc(55.7% - .7rem);
}

.thumb_swiper {
  margin-top: 5px;
  position: relative;
}

.mySwiper2 .swiper-slide {
  opacity: 0.3;
  cursor: pointer;
}

.mySwiper2 .swiper-slide-thumb-active {
  opacity: 1;
}

.thumb_swiper .swiper-button-next:after,
.thumb_swiper .swiper-button-prev:after {
  font-size: .24rem;
}

.thumb_swiper .swiper-button-next {
  right: -0.35rem;
  color: var(--primary)
}

.thumb_swiper .swiper-button-prev {
  left: -0.35rem;
  color: var(--primary);
}

.pro_name {
  color: rgba(50, 50, 50, 1);
  font-size: .3rem;
  font-weight: 400;
}

.pro_desc {
  color: rgba(50, 50, 50, 1);
  font-size: .18rem;
  font-weight: 400;
}

.pro_desc p {
  position: relative;
  padding-left: .28rem;
}

.pro_desc p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .24rem;
  height: .24rem;
  background: url(../images/arrow.png) no-repeat;
  background-size: 100% auto;
}

.pro_msg {
  color: rgba(50, 50, 50, 1);
  font-size: .18rem;
  font-weight: 400;
}

.pro_consult {
  padding: .1rem .3rem;
  background: rgba(140, 30, 31, 1);
  color: rgba(255, 255, 255, 1);
  font-size: .18rem;
  font-weight: 400;
}

.pro_consult:hover {
  color: #fff;
}

.pro_consult .fa-arrow-right {
  margin-left: .1rem;
  transition: all .35s;
}

.pro_consult:hover .fa-arrow-right {
  transform: translateX(8px);
}

.pro_desc {
  margin: .25rem 0;
}

.pro_link {
  margin: .4rem 0 0;
}


/* —————————— 2 —————————— */
.pro_second {
  margin-top: .5rem;
}

.pro_heading {
  position: relative;
  color: rgba(50, 50, 50, 1);
  font-size: .3rem;
  font-weight: 500;
  padding-bottom: .15rem;
  display: inline-block;
}

.pro_heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .05rem;
  background: rgba(140, 30, 31, 1);
}

.tecsedo_swiper {
  position: relative;
  margin: .4rem 0;
}

.tecsedo_title {
  margin-top: .1rem;
  color: rgba(50, 50, 50, 1);
  font-size: .24rem;
  font-weight: 400;
}

.tecsedo_box:hover .tecsedo_title {
  color: var(--primary);
}

.tecsedo_swiper .swiper-slide-thumb-active .tecsedo_title {
  color: var(--primary);
}

.tecsedo_swiper .swiper-button-next:after,
.tecsedo_swiper .swiper-button-prev:after {
  font-size: .3rem;
}

.tecsedo_swiper .swiper-button-next {
  right: -0.5rem;
  color: var(--primary)
}

.tecsedo_swiper .swiper-button-prev {
  left: -0.5rem;
  color: var(--primary);
}


.tecsedo_flex {
  justify-content: space-between;
}

.tecsedo_left {
  width: 50%;
}

.tecsedo_right {
  width: calc(50% - 1.5rem);
}

.tecsedo_name {
  color: rgba(50, 50, 50, 1);
  font-size: .28rem;
  font-weight: 600;
  margin-bottom: .15rem;
}

.tecsedo_info {
  color: rgba(50, 50, 50, 1);
  font-size: .18rem;
  line-height: 2;
  font-weight: 400;
}


.color_main {
  margin-top: .5rem;
}

.color_item {
  margin-bottom: .4rem;
}

.popular_heading {
  color: rgba(50, 50, 50, 1);
  font-size: .24rem;
  font-weight: 500;
}

.popular_title {
  font-size: .18rem;
  color: #323232;
  margin: .08rem 0;
}

.popular_box {
  align-items: center;
}

.color_box {
  width: .8rem;
  height: .4rem;
}
.color_box img{
    width:100%;
    height:100%;
}
.color_name {
  font-size: .18rem;
  color: #323232;
  margin-left: .2rem;
}

.popular_list {
  margin: 0 0 0 -0.2rem;
}

.popular_list li {
  margin: .1rem 0 0 .2rem;
}

.popular_item {
  margin-bottom: .2rem;
}

.custo_color {
  font-size: .18rem;
  color: #323232;
  margin: .1rem 0;
}

.color_link {
  margin-top: .3rem;
  background: #000000;
  padding: .1rem .2rem;
  font-size: .2rem;
  color: #fff;
  border-radius: .1rem;
  transition: transform .3s;
}

.color_link:hover {
  color: #fff;
  transform: translateY(-5px);
}

.accessory_img {
  justify-content: center;
  margin-top: .2rem;
}

.accessory_table {
  margin-top: .2rem;    border: 1px solid #b5b5b5;
    border-radius: 24px;    padding: 30px;
}

.accessory_table table th {
  font-size: .18rem;
  width: 33.33%;
}

.accessory_table table td {
  text-align: center;
  font-size: .18rem;padding:8px;border-bottom: 1px solid #c0c0c0;
}

.pro_fourth {
  margin-top: .5rem;
}

.prodet_flex {
  margin-top: .4rem;
  justify-content: space-between;
  align-items: center;
}

.prodet_left {
  width: 3.2rem;
}

.prodet_right {
  width: calc(100% - 4.2rem);
}

.prodet_table table tr {
  border-bottom: 1px solid #c0c0c0;
}

.prodet_table table tr th {
  font-size: .18rem;
  padding: .05rem;
}

.prodet_table table tr td {
  font-size: .18rem;
  line-height: 1.2;
  padding: .05rem;
}

.prodet_table table tr td:first-child {
  white-space: nowrap;
}

.color_custom {
  margin-top: .4rem;
}



@media only screen and (max-width: 500px) {
  .pro_left {
    width: 100%;
  }

  .pro_right {
    width: 100%;
    margin-top: 20px;
  }

  .pro_msg,
  .pro_desc {
    font-size: 12px;
  }

  .tecsedo_left {
    width: 100%;
  }

  .tecsedo_right {
    width: 100%;
    margin-top: 20px;
  }

  .tecsedo_info {
    font-size: 12px;
  }

  .popular_heading {
    font-size: 14px;
  }

  .custo_color,
  .color_name,
  .popular_title {
    font-size: 12px;
  }

  .accessory_table table th,
  .accessory_table table td {
    font-size: 12px;
  }

  .prodet_left {
    width: 100%;
  }

  .prodet_left .pic {
    margin: 0 auto;
    width: 200px;
  }

  .prodet_right {
    width: 100%;
  }

  .prodet_table table tr th,
  .prodet_table table tr td {
    font-size: 12px;
  }

  .prodet_table table tr td:first-child {
    white-space: initial;
  }
}


















/* ==========================================================================
     Pagination分页
     ========================================================================== */
#Lb_pager {
  margin: .4rem 0 0;
}

#Lb_pager .pages {
  display: flex;
  justify-content: center;
  gap: .15rem;
}

#Lb_pager .pages a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .52rem;
  height: .52rem;
  background: #fff;
  border: 1px solid rgba(50, 50, 50, 1);
  border-radius: 50%;
  cursor: pointer;
  color: rgba(50, 50, 50, 1);
  font-size: .18rem;
  font-weight: 400;
  transition: all .3s;
}

#Lb_pager .pages .pgnext {
  width: .98rem;
  border-radius: 98px;
  background: rgba(50, 50, 50, 1);
  color: rgba(255, 255, 255, 1);
}

#Lb_pager .pages a.pgcurrent {
  color: #fff;
  cursor: default;
  background-color: var(--primary);
  border-color: var(--primary);
}

#Lb_pager .pages a:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary);
  border-color: var(--primary);
}

#Lb_pager .pages .pgempty {
  cursor: not-allowed;
}

@media only screen and (max-width: 768px) {
  #Lb_pager .pages a {
    font-size: 12px;
  }

}