/* @import url(./inner_sidebar.css); */

/* ==========================================================================
   全局
   ========================================================================== */
.content {
  position: relative;
  min-height: 300px;
}

.content img {
  max-width: 100%;
}

.sub-banner {
  --bannerH: 600px;
  height: var(--bannerH);
}

@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);
  }
}




/* ———————————————————— 导航栏 ———————————————————— */
.subnav {
  padding: .85rem 0;
}

.navbar {
  justify-content: space-between;
  align-items: center;
}

.inner_title {
  color: rgb(0, 0, 0);
  font-size: .48rem;
  line-height: 1;
  font-weight: 700;
  width: 2.6rem;
  position: relative;
}

.inner_title::after {
  content: "";
  position: absolute;
  right: .4rem;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(255, 204, 0);
}

.nav_right {
  width: calc(100% - 2.6rem);
  border-bottom: 1px solid rgb(216, 216, 216);
  justify-content: flex-end;
}

.nav_list {
  align-items: center;
  margin-left: -0.9rem;
}

.nav_item {
  position: relative;
  margin-left: .9rem;
}

.nav_item a {
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: 3;
}

.nav_item a:hover {
  color: var(--primary);
}

.nav_item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -1px;
  background: rgb(255, 204, 0);
}

.nav_item.on::before {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .nav_right {
    margin-top: 10px;
    width: 100%;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 500px) {
  .nav_item a {
    font-size: 14px;
  }
}



.menu_on a {
  color: var(--primary, #FFC000);
}


/* ==========================================================================
   关于我们
   ========================================================================== */
.pdl {
  padding-left: 1.2rem;
}

.about1 {
  background: url(../images/about01_bg.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 0 0 6.2rem;
  margin-top: .3rem;
}

.about1 * {
  box-sizing: border-box;
}

.profile {
  justify-content: space-between;
}

.profile_left {
  width: calc(40% - 1.6rem);
}

.profile_right {
  width: 60%;
  padding-right: .8rem;
}

.subheading {
  position: relative;
  color: rgb(255, 192, 0);
  font-size: .2rem;
}

.subheading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1px;
  background: rgb(255, 192, 0);
}

.profile_intro {
  color: rgb(33, 33, 33);
  font-size: .24rem;
  font-weight: 500;
  line-height: .4rem;
  margin: .3rem 0 .5rem;
}

.num_roll {
  color: rgb(33, 33, 33);
  font-size: .14rem;
}

.num_big {
  color: rgb(255, 192, 0);
  font-size: .36rem;
  line-height: 1;
  font-weight: 700;
  font-family: "roboto";
}

.num_roll:not(:last-of-type) {
  margin-bottom: .3rem;
}

.profile_info {
  /* color: rgb(51, 51, 51); */
  color: #000;
  font-size: .16rem;
  line-height: 2.25;
}


/* ———————— 公司专利 ———————— */
.about2 {
  padding: 1.6rem 0 1.2rem;
  background: url(../images/about02_bg.png) no-repeat;
  background-size: 5.62rem auto;
  background-position: left .42rem top 1.2rem;
}

.patent {
  justify-content: space-between;
}

.patent_left {
  width: calc(40% - .65rem);
}

.patent_right {
  width: 60%;
}

.patent_cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 2, 5, 0.5);
  color: rgb(255, 255, 255);
  font-size: .16rem;
  font-weight: 400;
  opacity: 0;
  padding: .2rem;
  box-sizing: border-box;
  overflow: hidden;
  transition: all .3s;
}

.patent_box:hover .patent_cover {
  opacity: 1;
}

.patent_swiper {
  position: relative;
}

.patent_swiper .swiper-button-next:after,
.patent_swiper .swiper-button-prev:after {
  display: none;
}

.patent_swiper .swiper-button-prev {
  margin-top: 0;
  top: auto;
  bottom: .6rem;
  left: -2.3rem;
  width: .6rem;
  height: .6rem;
  background: url(../images/zuo.png) no-repeat center;
  background-size: contain;
  transition: all .3s ease;
}

.patent_swiper .swiper-button-prev:hover {
  background-image: url(../images/zuo2.png);
}

.patent_swiper .swiper-button-next {
  margin-top: 0;
  top: auto;
  bottom: .6rem;
  left: -1.5rem;
  right: auto;
  width: .6rem;
  height: .6rem;
  background: url(../images/you.png) no-repeat center;
  background-size: contain;
  transition: all .3s ease;
}

.patent_swiper .swiper-button-next:hover {
  background-image: url(../images/you2.png);
}


/* ———————— 公司荣誉 ———————— */
.honor {
  justify-content: space-between;
  align-items: flex-start;
}

.honor_left {
  width: 42.5%;
}

.honor_right {
  width: calc(57.5% - .85rem);
}

.honor_swiper {
  background: rgb(249, 249, 249);
  padding: .1rem 0;
  position: relative;
}

.honor_swiper::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 100%;
  background: rgb(255, 192, 0);
}

.honor_swiper::after {
  content: "";
  position: absolute;
  right: .4rem;
  top: 0;
  width: .64rem;
  height: .8rem;
  background: url(../images/honoricon.png) no-repeat;
  background-size: contain;
}

.honor_swiper .swiper-button-next:after,
.honor_swiper .swiper-button-prev:after {
  display: none;
}

.honor_swiper .swiper-button-prev {
  margin-top: 0;
  top: auto;
  bottom: .6rem;
  left: auto;
  right: -2.65rem;
  width: .6rem;
  height: .6rem;
  background: url(../images/zuo.png) no-repeat center;
  background-size: contain;
  transition: all .3s ease;
}

.honor_swiper .swiper-button-prev:hover {
  background-image: url(../images/zuo2.png);
}

.honor_swiper .swiper-button-next {
  margin-top: 0;
  top: auto;
  bottom: .6rem;
  right: -3.45rem;
  width: .6rem;
  height: .6rem;
  background: url(../images/you.png) no-repeat center;
  background-size: contain;
  transition: all .3s ease;
}

.honor_swiper .swiper-button-next:hover {
  background-image: url(../images/you2.png);
}

.honor_box .pic {
  width: 4rem;
}


/* ———————— 全国布局 ———————— */
.about4 {
  padding: 1.2rem 0 0;
}

.national .profile_intro {
  max-width: 420px;
  margin: .3rem 0;
}

.slogan_list {
  margin-left: -0.2rem;
}

.slogan_list li {
  margin-left: .2rem;
  color: rgb(51, 51, 51);
  font-size: .18rem;
}

.echarts_module {
  margin-top: .3rem;
}

@media only screen and (max-width: 1280px) {
  .about1 {
    padding: 0 0 5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .patent_cover {
    font-size: 12px;
  }

  .subheading {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .honor {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }

  .honor_left,
  .patent_left,
  .profile_left {
    width: 100%;
  }

  .profile_right {
    width: 100%;
    margin-top: 20px;
  }

  .patent_right {
    width: 100%;
  }

  .honor_right {
    width: 100%;
  }

  .slogan_list li,
  .num_roll,
  .profile_info {
    font-size: 12px;
  }

  .honor_swiper .swiper-button-next,
  .patent_swiper .swiper-button-next {
    left: auto;
    right: 40%;
    bottom: -0.8rem;
  }

  .honor_swiper .swiper-button-prev,
  .patent_swiper .swiper-button-prev {
    left: 40%;
    right: auto;
    bottom: -0.8rem;
  }

  .honor_box .pic {
    width: 400px;
  }

  .profile_right {
    padding-right: 0;
  }

  .about1 {
    padding: 0 0 3.5rem;
  }
}

@media only screen and (max-width: 500px) {
  .patent_box {
    display: flex;
    justify-content: center;
  }

  .patent_box .pic,
  .honor_box .pic {
    width: 200px;
  }

  .about1 {
    padding: 0 0 120px;
  }
}










/* ==========================================================================
   企业一角
   ========================================================================== */
.company {
  padding: 0 0 .7rem;
  justify-content: space-between;
}

.company_left {
  width: 35%;
}

.company_right {
  width: 60%;
}

.company_list {
  margin-left: -0.5rem;
}

.company_item {
  width: calc(50% - .5rem);
  margin-left: .5rem;
  margin-bottom: .5rem;
}

.company_swiper .mySwiper1 {
  padding-top: 1.8rem;
}

.company_list .company_item:nth-child(even) {
  margin-top: -1.8rem;
}

.company_swiper {
  position: relative;
}

.company_swiper .swiper-button-next:after,
.company_swiper .swiper-button-prev:after {
  display: none;
}

.company_swiper .swiper-button-prev {
  margin-top: 0;
  top: auto;
  bottom: .9rem;
  left: auto;
  right: .8rem;
  width: .6rem;
  height: .6rem;
  background: url(../images/zuo.png) no-repeat center;
  background-size: contain;
  transition: all .3s ease;
}

.company_swiper .swiper-button-prev:hover {
  background-image: url(../images/zuo2.png);
}

.company_swiper .swiper-button-next {
  margin-top: 0;
  top: auto;
  bottom: .9rem;
  right: 0;
  width: .6rem;
  height: .6rem;
  background: url(../images/you.png) no-repeat center;
  background-size: contain;
  transition: all .3s ease;
}

.company_swiper .swiper-button-next:hover {
  background-image: url(../images/you2.png);
}

@media only screen and (max-width: 768px) {
  .company_left {
    width: 100%;
  }

  .company_right {
    width: 100%;
  }
}








/* ==========================================================================
   企业文化
   ========================================================================== */
.culture_head .profile_intro {
  margin-bottom: 0;
}

.culture_frame {
  align-items: center;
  justify-content: space-between;
}

.culture_left {
  width: calc(100% - 9.9rem);
}

.culture_right {
  width: 6.3rem;
}

.culture_img {
  position: relative;
}

.culture_img::before {
  content: "";
  position: absolute;
  left: .4rem;
  bottom: .4rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgb(255, 192, 0);
}

.culture_icon {
  width: .64rem;
}

.culture_name {
  color: rgb(51, 51, 51);
  font-size: .2rem;
  font-weight: 700;
  margin: .3rem 0 .2rem;
}

.culture_info {
  color: rgb(51, 51, 51);
  font-size: .16rem;
  font-weight: 400;
  line-height: 1.9;
}

.culture_list {
  margin: .7rem 0 1.2rem;
  padding: 0 1.2rem;

}

.culture_item {
  width: 25%;
}

.culture_box {
  height: 1rem;
  position: relative;
  background: rgb(1, 2, 5);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
  color: rgb(255, 255, 255);
  font-size: .24rem;
  font-weight: 500;
  cursor: pointer;
}

.culture_box::before {
  content: "";
  position: absolute;
  top: -0.15rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .15rem solid transparent;
  border-right: .15rem solid transparent;
  border-bottom: calc(.15rem * 1.732) solid rgb(255, 192, 0);
  opacity: 0;
}

.culture_item.active .culture_box {
  background: rgb(255, 192, 0);
}

.culture_item.active .culture_box::before {
  opacity: 1;
}

@media only screen and (max-width: 1536px) {
  .culture_left {
    width: calc(100% - 7rem);
  }
}

@media only screen and (max-width: 768px) {
  .culture_left {
    width: 100%;
    margin: 20px 0 40px;
  }

  .culture_right {
    padding: 0 1.2rem;

    width: 100%;
  }

  .culture_info {
    padding-right: 1.2rem;
    font-size: 12px;
  }

  .culture_name {
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .culture_left .pdl {
    padding-left: 0;
  }

  .culture_info {
    padding-right: 0;
  }

  .culture_right {
    padding: 0;
  }

  .culture_list {
    padding: 0;
  }
}







/* ==========================================================================
   联系我们
   ========================================================================== */
.contact_list {
  margin-left: -0.5rem;
}

.contact_list li {
  width: calc(33.33% - .5rem);
  margin: 0 0 .5rem .5rem;
}

.contact_box {
  box-sizing: border-box;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  flex-direction: column;
  padding: .4rem 0 .5rem;
  height: 100%;
}

.contact_img {
  width: 1rem;
}

.contact_img img {
  transition: all 1s ease;
}

.contact_box:hover .contact_img img {
  transform: rotateY(360deg);
}

.contact_title {
  color: rgb(102, 102, 102);
  font-size: .2rem;
  margin: .2rem 0 .15rem;
}

.contact_msg {
  color: rgb(51, 51, 51);
  font-size: .24rem;
  font-weight: 700;
}

.map_box {
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .contact_list li {
    width: 100%;
  }

  .contact_title {
    font-size: 14px;
  }

}

@media only screen and (max-width: 500px) {
  .contact_title {
    font-size: 12px;
  }

  .contact_msg {
    font-size: 14px;
  }
}










/* ==========================================================================
   核心技术
   ========================================================================== */
.technical {
  padding: .25rem 0 .7rem;
  justify-content: space-between;
  align-items: flex-end;
}

.tech_left {
  width: calc(71.25% - 2.3rem);
}

.tech_right {
  width: 28.75%;
}

.tech_title {
  color: rgb(33, 33, 33);
  font-size: .24rem;
  font-weight: 500;
}

.techIntro {
  color: rgb(33, 33, 33);
  font-size: .2rem;
  font-weight: 500;
  margin: .4rem 0 .15rem;
}

.tech_desc {
  color: rgb(51, 51, 51);
  font-size: .16rem;
  line-height: 2;
}

.workflow {
  border-radius: 60px;
  background: rgb(255, 192, 0);
  color: rgb(1, 2, 5);
  font-size: .18rem;
  font-weight: 500;
  display: inline-block;
  padding: .05rem .2rem;
  margin: .3rem 0 .1rem;
}

.equip_name {
  margin-top: .6rem;
  text-align: right;
  color: rgb(33, 33, 33);
  font-size: .2rem;
  font-weight: 500;
  position: relative;
}

.equip_name::before {
  content: "";
  position: absolute;
  right: 0;
  top: -0.1rem;
  width: .64rem;
  height: .02rem;
  background: rgb(255, 204, 0);
}

.characteristic {
  padding: .6rem 0;
  background: rgb(249, 249, 249);
}

.char_title {
  padding-left: 1.2rem;
  background: url(../images/square.png) no-repeat left center;
  background-size: 20px auto;
  color: rgb(33, 33, 33);
  font-size: .2rem;
  font-weight: 500;
}

.char_list {
  padding: .3rem 0 0 1.2rem;
  margin-left: -0.4rem;
  position: relative;
}

.char_list::before {
  content: "";
  position: absolute;
  left: .4rem;
  top: .1rem;
  height: calc(100% - .5rem);
  width: 1px;
  background: rgba(255, 192, 0, 0.3);
}

.char_list li {
  width: calc(50% - .4rem);
  margin: 0 0 .4rem .4rem;
}

.char_box {
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  height: 100%;
  padding: .4rem .5rem;
  min-height: 260px;
  transition: all .3s;
}

.char_box:hover {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
}

.char_num {
  color: rgb(255, 192, 0);
  font-size: .36rem;
  line-height: 1;
  font-weight: 700;
}

.char_area {
  margin-left: 20px;
}

.char_name {
  color: rgb(1, 2, 5);
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0 15px;
}

.char_info {
  color: rgb(51, 51, 51);
  font-size: 14px;
  line-height: 24px;
}


/* ———————— 三大技术 ———————— */
.three_tech {
  padding: 1.2rem 0;
  background: url(../images/tech_bg.png) no-repeat right center;
  background-size: cover;
}

.three_main {
  justify-content: space-between;
}

.three_left {
  width: 57.5%;
}

.three_right {
  width: calc(42.5% - 1rem);
}

.three_list {
  flex-direction: column;
  margin-top: -0.8rem;
}

.three_list li {
  width: calc(100% - 1.8rem);
  margin-top: .8rem;
}

.three_list li:nth-child(2) {
  align-self: flex-end;
}

.three_frame {
  border-radius: .4rem 0px 0px 0px;
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  height: 100%;
}

.three_box {
  box-sizing: border-box;
  border: 1px solid rgb(236, 236, 236);
  background: rgb(255, 255, 255);
  height: 1.4rem;
  color: rgb(51, 51, 51);
  font-size: .24rem;
  font-weight: 500;
  padding: 0 .3rem;
  justify-content: space-between;
  align-items: center;
  transition: all .3s;
}

.three_module img,
.three_box img {
  width: .8rem;
}

.three_box:hover {
  border: 1px solid rgb(255, 192, 0);
  background: rgb(255, 192, 0);
}

.three_list li.active .three_box {
  border: 1px solid rgb(255, 192, 0);
  background: rgb(255, 192, 0);
}

.three_item {
  box-sizing: border-box;
  padding: .8rem;
  display: none;
}

.three_module {
  align-items: flex-start;
}

.three_area {
  margin-left: .4rem;
}

.three_title {
  color: rgb(1, 2, 5);
  font-size: .24rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

.three_txt {
  color: rgb(51, 51, 51);
  font-size: 16px;
  line-height: 1.625;
}

@media only screen and (max-width: 1536px) {
  .three_list li {
    width: calc(100% - .8rem);
  }
}

@media only screen and (max-width: 1280px) {
  .three_txt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {

  .tech_desc,
  .char_info,
  .three_txt {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .tech_left {
    width: 100%;
  }

  .tech_right {
    width: 100%;
    margin-top: 20px;
  }

  .workflow,
  .techIntro,
  .equip_name {
    font-size: 12px;
  }

  .char_list li {
    width: 100%;
  }

  .tech_title,
  .char_title,
  .char_name {
    font-size: 14px;
  }

  .three_left {
    width: 100%;
  }

  .three_right {
    width: 100%;
    margin-bottom: 20px;
  }

  .three_main {
    flex-direction: column-reverse;
  }

  .three_item {
    padding: 20px;
  }
}








/* ==========================================================================
   产品中心
   ========================================================================== */
/* 3级菜单栏 start */
.pro_main {
  justify-content: space-between;
  padding-bottom: 1.2rem;
}

.pro_left {
  width: 3.6rem;
  box-sizing: border-box;
}

.pro_right {
  width: calc(100% - 5rem);
}

.pro_toggle {
  position: relative;
  top: auto;
  left: auto;
  float: left;
  display: block;
  cursor: pointer;
  box-sizing: content-box;
  font-size: 20px;
  padding-left: 26px;
  height: 25px;
  display: none;
}

.pro_toggle span {
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}

.pro_toggle span,
.pro_toggle span::before,
.pro_toggle span::after {
  position: absolute;
  left: 0;
  height: 2px;
  background: #182631;
  transition: all .1s ease
}

.pro_toggle span::before,
.pro_toggle span::after {
  content: '';
  width: 100%
}

.pro_toggle span::before {
  top: -8px
}

.pro_toggle span::after {
  bottom: -8px
}

.pro_toggle.toggle-open span {
  background: transparent;
  transform: rotate(45deg);
}

.pro_toggle.toggle-open span::before {
  transform: translate3d(0, 8px, 0)
}

.pro_toggle.toggle-open span::after {
  transform: rotate(-90deg) translate3d(8px, 0, 0)
}

.pro_toggle:hover span,
.pro_toggle:hover span::before,
.pro_toggle:hover span::after {
  background: var(--primary);
}


/* —————————————————————————————————————————————————————— */
.siderbar {
  box-sizing: border-box;
}

.pro_menu {
  justify-content: space-between;
  align-items: center;
}

.proList_title {
  font-size: .24rem;
  font-weight: 600;
  color: rgb(0, 0, 0);
  height: .96rem;
}

.submenu {
  background: rgb(249, 249, 249);
  box-sizing: border-box;
  padding: .15rem .3rem;
}

.first_item:not(:last-of-type) {
  border-bottom: 1px solid rgb(216, 216, 216);
}

.first_box {
  height: .9rem;
  justify-content: space-between;
  align-items: center;
}

.first_title {
  font-size: .18rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
}

.first_box .fa-angle-right {
  flex-shrink: 0;
  font-size: .2rem;
}

.first_box:hover .first_title {
  color: var(--primary);
  font-size: .24rem;
}

.first_box.menu_on .first_title {
  color: var(--primary);
  font-size: .24rem;
}

@media only screen and (max-width: 768px) {

  .pro_left,
  .pro_right {
    width: 100%;
  }

  .pro_left {
    padding-right: 0;
    border: none;
  }

  .pro_right {
    margin-top: 20px;
  }

  .pro_menu {
    padding: 10px 0;
    border-bottom: 1px solid #DDDDDD;
  }

  .proList_title {
    font-size: 16px;
    height: auto;
  }

  .pro_toggle {
    display: block;
  }

  .submenu {
    display: none;
    margin-top: 20px;
  }

  .first_title {
    font-size: 14px;
  }
}

/* ———————— end ———————— */

.pro_head {
  height: .96rem;
  position: relative;
  text-align: right;
  color: rgb(51, 51, 51);
  font-size: .18rem;
  font-weight: 400;
}

.pro_head::before {
  content: "";
  position: absolute;
  top: .32rem;
  right: 0;
  width: .64rem;
  height: .02rem;
  background: rgb(255, 204, 0);
}

.pro_list {
  margin: 0 0 0 -0.4rem;
}

.pro_list li {
  width: calc(33.33% - .4rem);
  margin: 0 0 .4rem .4rem;
}

.pro_box {
  height: 100%;
  box-sizing: border-box;
}

.pro_name {
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: 400;
  margin-top: .2rem;
}

@media only screen and (max-width: 768px) {

  .pro_head {
    height: 40px;
    font-size: 14px;
  }

  .pro_head::before {
    top: 24px;
  }

  .pro_list li {
    width: calc(50% - .4rem);
  }

  .pro_name {
    font-size: 12px;
  }
}









/* ==========================================================================
   解决方案
   ========================================================================== */
.solution_list li {
  margin-bottom: .6rem;
}

.solution_box {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  background: rgb(255, 255, 255);
  align-items: center;
}

.solution_left {
  box-sizing: border-box;
  padding: .2rem 0 .2rem .2rem;
  width: 42%;
}

.solution_right {
  box-sizing: border-box;
  padding: .2rem .7rem;
  width: 58%;
}

.solution_title {
  color: rgb(0, 0, 0);
  font-size: .2rem;
  font-weight: 600;
  margin-bottom: .2rem;
}

.solution_msg {
  color: rgb(51, 51, 51);
  font-size: .16rem;
  line-height: 2;
  height: calc(.16rem * 6);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.solution_link {
  margin-top: .2rem;
  padding-top: .35rem;
  border-top: 1px solid rgb(216, 216, 216);
  justify-content: space-between;
  align-items: center;
}

.solution_ckxq {
  width: 1.3rem;
  height: .42rem;
  border-radius: 39px;
  background: rgb(17, 17, 17);
  color: rgb(255, 204, 0);
  font-size: .14rem;
}

.solution_ckxq img {
  margin-left: .1rem;
  transition: all .3s ease;
}

.solution_ckxq:hover img {
  transform: translateX(.1rem);
}

@media only screen and (max-width: 500px) {
  .solution_left {
    width: 100%;
    padding: 10px;
  }

  .solution_right {
    width: 100%;
    padding: 10px;
  }

  .solution_title {
    font-size: 14px;
  }

  .solution_msg {
    font-size: 12px;
    height: calc(12px * 6);
  }

  .solution_ckxq {
    font-size: 12px;
    width: 100px;
    height: 28px;
  }
}











/* ==========================================================================
     Pagination分页
     ========================================================================== */
#Lb_pager {
  margin: .3rem 0;
}

#Lb_pager .pages {
  display: flex;
  justify-content: center;
}

#Lb_pager .pages a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  background: #fff;
  border: 1px solid rgb(190, 190, 190);
  border-radius: 4px;
  margin: 7px 7px 0;
  transition: all.3s;
}

#Lb_pager .pages .pgnext {
  font-size: 18px;
}

#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: 1280px) {
  #Lb_pager .pages a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  #Lb_pager .pages a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

}



/* ==========================================================================
   技术2
   ========================================================================== */
.tec2_title {
  position: relative;
  color: rgb(33, 33, 33);
  font-size: .28rem;
  font-weight: 700;
}

.tec2_title::before {
  content: "";
  position: absolute;
  top: -0.15rem;
  left: 0;
  width: .35rem;
  height: 1px;
  background: rgb(255, 192, 0);
}

.tec2_process {
  margin-top: .4rem;
  color: rgb(51, 51, 51);
  font-size: .16rem;
}

.tec2_swiper {
  padding: 1rem 0;
}

.tec2_swiper .swiper-slide {
  width: 8.16rem;
  padding: 0 calc((100vw - 8.16rem) * .15);
}

.tec2_box {
  text-align: center;
}

.tec2_box .pic {
  border-radius: .08rem;
}

.tec2_area {
  width: 80%;
  text-align: left;
  display: inline-block;
  opacity: 0;
  transition-duration: 1.2s;
}

.init .tec2_area {
  opacity: 1;
}

.tec2_desc {
  color: rgb(51, 51, 51);
  font-size: .16rem;
  line-height: 2;
}

.tec2_name {
  color: rgb(1, 2, 5);
  font-size: .2rem;
  font-weight: 700;
  line-height: 2;
  padding: .3rem 0 .15rem;
}

.tec2_swiper .swiper-slide-prev .tec2_area {
  transform: translateX(-0.7rem);
}

.tec2_swiper .swiper-slide-next .tec2_area {
  transform: translateX(.7rem);
}

.tec2_swiper .swiper-slide-active .tec2_area {
  opacity: 1;
  transform: translateX(0);
}

.tec2_swiper .swiper-button-next::after,
.tec2_swiper .swiper-button-prev::after {
  display: none;
}

.tec2_swiper .swiper-button-next {
  background: url(../images/tec2_right.png) no-repeat center;
  width: .52rem;
  height: .52rem;
  background-size: contain;
  top: 35%;
  right: .2rem;
  transition: all .5s;
}

.tec2_swiper .swiper-button-prev {
  background: url(../images/tec2_left.png) no-repeat center;
  width: .52rem;
  height: .52rem;
  background-size: contain;
  top: 35%;
  left: .2rem;
  transition: all .5s;
}

.tec2_swiper .swiper-button-next.swiper-button-disabled,
.tec2_swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

@media only screen and (max-width: 1080px) {
  .tec2_swiper .swiper-slide {
    padding: 0 calc((100vw - 5.76rem) * .15);
    width: 5.76rem;
  }
}

@media only screen and (max-width: 768px) {
  .tec2_area {
    width: 90%;
  }

  .tec2_name {
    font-size: 14px;
  }

  .tec2_process,
  .tec2_desc {
    font-size: 12px;
  }

  .tec2_swiper .swiper-button-prev,
  .tec2_swiper .swiper-button-next {
    top: 30%;
  }
}






.techinfoleft {
  text-align: center;
}

.techinfoleft img {
  max-height: 400px;
}


.techinforight .pic .upimg {
  top: auto;
  bottom: 0;
  height: auto;
}








/* ==========================================================================
   产品详情
   ========================================================================== */
.prodetails_title {
  color: rgb(33, 33, 33);
  font-size: .24rem;
  font-weight: 500;
  position: relative;
  padding: 0 0 .15rem .1rem;
}

.prodetails_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.6rem;
  height: .32rem;
  background: linear-gradient(90.00deg, rgb(255, 192, 0), rgba(255, 192, 0, 0) 100%);
  z-index: -1;
}


.pro_details {
  position: relative;
  overflow: hidden;
}

.prodet_main {
  position: relative;
  justify-content: space-between;
  padding: .6rem 0 1.6rem;
}

.prodet_main::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: .4rem;
  background: rgb(255, 192, 0);
  right: -1.6rem;
  top: .6rem;
  z-index: -1;
}

.prodet_main::after {
  content: "";
  position: absolute;
  background: linear-gradient(180.00deg, rgba(255, 192, 0, 0.1), rgba(255, 192, 0, 0) 100%);
  width: 4.2rem;
  height: 3rem;
  top: 0;
  right: 0;
  z-index: -1;
}

.prodet_left {
  width: 5.4rem;
}

.prodet_right {
  width: calc(100% - 6.6rem);
}


.prodet_swiper {
  position: relative;
}

.prodet_intro {
  color: rgb(51, 51, 51);
  font-size: 14px;
  line-height: 2.2;
  padding-right: 1.4rem;
}

.prodet_box {
  padding: .1rem;
}

.prodet_box .pic {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.prodet_img {
  margin-top: 1.6rem;
}

.prodet_swiper .swiper-button-next:after,
.prodet_swiper .swiper-button-prev:after {
  display: none;
}

.prodet_swiper .swiper-button-prev {
  margin-top: 0;
  top: auto;
  bottom: -1.2rem;
  left: auto;
  right: .9rem;
  width: .6rem;
  height: .6rem;
  background: url(../images/zuo.png) no-repeat center;
  background-size: contain;
  transition: all .3s ease;
}

.prodet_swiper .swiper-button-prev:hover {
  background-image: url(../images/zuo2.png);
}

.prodet_swiper .swiper-button-next {
  margin-top: 0;
  top: auto;
  bottom: -1.2rem;
  left: auto;
  right: .1rem;
  width: .6rem;
  height: .6rem;
  background: url(../images/you.png) no-repeat center;
  background-size: contain;
  transition: all .3s ease;
}

.prodet_swiper .swiper-button-next:hover {
  background-image: url(../images/you2.png);
}

.prodet_swiper .swiper-pagination {
  width: 1.28rem;
  height: .6rem;
  bottom: -1.2rem;
  border-radius: 100px;
  background: rgb(255, 192, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .07rem;
  color: rgb(1, 2, 5);
  font-size: .24rem;
  font-weight: 700;
}

.prodet_swiper .swiper-pagination-current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: .48rem;
  height: .48rem;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  color: rgb(1, 2, 5);
  font-size: .24rem;
  font-weight: 700;

}

.prodet_swiper .swiper-pagination-total {
  display: flex;
  justify-content: center;
  align-items: center;
  width: .48rem;
  height: .48rem;
  color: rgb(1, 2, 5);
  font-size: .24rem;
  font-weight: 700;
  position: relative;
}

.prodet_swiper .swiper-pagination-total::before {
  content: "-";
  position: absolute;
  left: -0.14rem;
  top: 50%;
  transform: translateY(-50%);
  height: .48rem;
  line-height: .48rem;
  font-size: .26rem;
}

@media only screen and (max-width: 1680px) {
  .prodet_intro {
    padding-right: .7rem;
  }
}

@media only screen and (max-width: 1280px) {
  .prodet_intro {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .prodet_intro {
    padding-right: 0;
  }

  .prodet_left {
    width: 100%;
  }

  .prodet_right {
    width: 100%;
  }

  .prodetails_title {
    font-size: 16px;
  }
}






/* ==========================================================================
   产品详情0827
   ========================================================================== */
.pro_details2 {
  padding: .8rem 0;
}

.prodet2_swiper {
  position: relative;
}

.prodet2_swiper .swiper-button-next:after,
.prodet2_swiper .swiper-button-prev:after {
  display: none;
}

.prodet2_swiper .swiper-button-prev {
  width: .6rem;
  height: .6rem;
  left: -0.3rem;
  background: url(../images/zuo.png) no-repeat center;
  background-size: contain;
  transition: all .3s ease;
}

.prodet2_swiper .swiper-button-prev:hover {
  background-image: url(../images/zuo2.png);
}

.prodet2_swiper .swiper-button-next {
  width: .6rem;
  height: .6rem;
  right: -0.3rem;
  background: url(../images/you.png) no-repeat center;
  background-size: contain;
  transition: all .3s ease;
}

.prodet2_swiper .swiper-button-next:hover {
  background-image: url(../images/you2.png);
}

.prodet2_list {
  margin-top: .6rem;
  border-bottom: 1px solid rgb(255, 192, 0);
}

.prodet2_item {
  width: 20%;
  position: relative;
}

.prodet2_title {
  height: 1rem;
  position: relative;
  color: rgb(1, 2, 5);
  font-size: .24rem;
  font-weight: 500;
  cursor: pointer;
}

.prodet2_item.active .prodet2_title {
  background: rgb(255, 192, 0);
}

.prodet2_item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: .36rem;
  background: rgb(255, 204, 0);
}

.prodet2_title::before {
  content: "";
  position: absolute;
  bottom: -0.15rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .15rem solid transparent;
  border-right: .15rem solid transparent;
  border-top: calc(.15rem * 1.732) solid rgb(255, 192, 0);
  opacity: 0;
}

.prodet2_item.active .prodet2_title::before {
  opacity: 1;
}

.prodet2_item.active::after {
  display: none;
}

.prodet2_module {
  padding: .75rem 0 0;
}

.prodet2_intro {
  padding: .5rem .8rem;
  background: rgb(245, 245, 245);
  color: rgb(51, 51, 51);
  font-size: .16rem;
  line-height: 2.25;
  font-weight: 400;
  margin-bottom: .4rem;
}

.prodet2_peculiarity {
  padding: 0 .8rem;
}

.propec_title {
  display: inline-block;
  padding: .05rem .2rem;
  color: rgb(1, 2, 5);
  font-size: .18rem;
  line-height: .4rem;
  font-weight: 600;
  border-radius: 60px;
  background: rgb(255, 192, 0);
}

.propec_area {
  margin-top: -0.13rem;
  padding: .45rem .4rem;
  color: rgb(1, 2, 5);
  font-size: .16rem;
  font-weight: 400;
  line-height: 2.125;
  border-radius: .04rem;
  background: rgb(245, 245, 245);
}

.propec_list li {
  margin-bottom: .4rem;
}

.prodet2_range {
  padding: 0 .8rem;
}

.prorange_box {
  justify-content: space-between;
}

.prorange_num {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgb(255, 192, 0);
  color: rgb(255, 255, 255);
  font-size: .36rem;
  font-weight: 700;
}

.prorange_area {
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: calc(100% - 2.4rem);
  padding: 0 .4rem;
  border-radius: .04rem;
  background: rgb(245, 245, 245);
  color: rgb(1, 2, 5);
  font-size: .16rem;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
}

.prorange_area::before {
  content: "";
  position: absolute;
  left: -0.4rem;
  top: 0;
  width: .02rem;
  height: 100%;
  background: rgba(255, 192, 0, 0.5);
}

.prorange_list li {
  margin-bottom: .4rem;
}

.prorange_list li:nth-child(2n) .prorange_num {
  background: rgb(248, 153, 18);
}

@media only screen and (max-width: 1536px) {
  .prodet2_title {
    height: .9rem;
  }
}

@media only screen and (max-width: 768px) {

  .prodet2_peculiarity,
  .prodet2_range {
    padding: 0;
  }

  .prodet2_intro,
  .propec_area,
  .prorange_area {
    font-size: 12px;
  }

}

@media only screen and (max-width: 500px) {
  .propec_title {
    font-size: 12px;
    padding: 3px 10px;
  }

  .prodet2_title {
    height: 36px;
  }

  .prorange_area {
    width: calc(100% - 80px);
    padding: 0 10px;
  }

  .prodet2_intro {
    padding: 15px 20px;
  }
}