@import url(./innerslidebar.css);

/* ==========================================================================
   全局
   ========================================================================== */
.content {
  padding: 40px 0;
  position: relative;
  min-height: 300px;
}

.content img {
  max-width: 100%;
}

.wrapper {
  max-width: 1540px;
  /*min-width: 980px; */
  _width: 1540px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width:1600px) {
  .wrapper {
    max-width: 1440px;
  }
}

@media only screen and (max-width:1440px) {
  .wrapper {
    max-width: 1320px;
  }
}

@media only screen and (max-width:1200px) {
  .wrapper {
    max-width: 1100px;
  }
}

@media only screen and (max-width:920px) {
  .wrapper {
    max-width: 880px;
  }
}

.sub-banner {
  height: 600px;
}

.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:1440px) {
  .sub-banner {
    height: 400px;
  }

  .bgtitle1 {
    font-size: 38px;
  }

  .bgtitle2 {
    font-size: 20px;
  }
}

@media only screen and (max-width:920px) {
  .sub-banner {
    height: 200px;
  }

  .bgtitle1 {
    font-size: 28px;
  }

  .bgtitle2 {
    font-size: 18px;
  }
}

@media only screen and (max-width:768px) {
  .sub-banner {
    height: 150px;
  }

  .bgtitle1 {
    font-size: 24px;
  }

  .bgtitle2 {
    font-size: 16px;
  }
}






/* ==========================================================================
   产品
   ========================================================================== */
.pro {
  padding: 0 50px;
}

.pro .prolist {
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
}

.pro .prolist li {
  width: calc(50% - 15px);
  margin-left: 15px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}

.pro .prolist .probox .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  cursor: pointer;
}

.pro .prolist .probox .bgimg {
  width: 100%;
}

.pro .prolist .probox .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .6s;
}


.pro_container {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 25px;
}

.pro_container .pc_title {
  font-size: 20px;
  color: #666666;
  font-weight: 400;
}

.pro_container .pc_title img {
  margin-left: 10px;
}

.pro .prolist2 {
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
}

.pro .prolist2 li {
  width: calc(25% - 15px);
  margin-left: 15px;
  margin-bottom: 15px;
}

.pro .prolist2 .probox {
  transition: all .2s;
}

.pro .prolist2 .probox:hover .upimg:first-child {
  opacity: 0;
}

.pro .prolist2 .probox .upimg:first-child {
  opacity: 1;
}

.pro .prolist2 .probox .upimg+.upimg {
  opacity: 0;
}

.pro .prolist2 .probox:hover .upimg+.upimg {
  opacity: 1;
  transform: scale(1.05);
}


.pro .prolist2 .probox .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
}

.pro .prolist2 .probox .bgimg {
  width: 100%;
}

.pro .prolist2 .probox .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .4s;
}


.pro .prolist2 .probox .pro_name {
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pro .prolist2 .probox .price,
.pro .prolist2 .probox .inventory {
  font-size: 20px;
  font-weight: 400;
}


@media only screen and (max-width:1440px) {
  .pro .prolist2 .probox .pro_name {
    font-size: 20px;
  }
}

@media only screen and (max-width:1280px) {
  .pro .prolist2 .probox .pro_name {
    font-size: 17px;
  }

  .pro .prolist2 .probox .inventory,
  .pro .prolist2 .probox .price {
    font-size: 18px;
  }
}

@media only screen and (max-width:1024px) {
  .pro .prolist2 .probox .pro_name {
    font-size: 17px;
    font-weight: 500;
  }

  .pro .prolist2 .probox .inventory,
  .pro .prolist2 .probox .price {
    font-size: 16px;
  }

}

@media only screen and (max-width:920px) {
  .pro_container .pc_title {
    font-size: 16px;
  }

  .pro_container {
    margin: 10px 0;
  }

  .pro .prolist2 .probox .pro_name {
    font-size: 15px;
    height: 60px;
  }

  .pro .prolist2 .probox .pro_name {
    font-size: 13px;
  }

  .pro .prolist2 .probox .inventory,
  .pro .prolist2 .probox .price {
    font-size: 14px;
  }
}


@media only screen and (max-width:500px) {
  .pro .prolist li {
    width: calc(100% - 15px);
  }

  .pro .prolist2 li {
    width: calc(50% - 15px);
  }

  .pro {
    padding: 0px;
  }
}


.pro_subname {
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}











/* ==========================================================================
   产品详情
   ========================================================================== */
.prodrtails {
  margin-top: 50px;
}

.prodrtails .pd_part1 {
  display: flex;
  justify-content: space-between;
}

.prodrtails .pd_part1 .left {
  width: calc(55% - 30px);
}

.prodrtails .pd_part1 .right {
  width: 45%;
  color: #000;
}

.prodrtails .pd_part1 .left {
  display: flex;
  justify-content: space-between;
}

.prodrtails .pd_part1 .left .swiper-button-next::after,
.prodrtails .pd_part1 .left .swiper-button-prev::after {
  font-size: 50px;
}

.prodrtails .pd_part1 {
  --swiper-navigation-color: red;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mySwiper3 {
  height: 400px;
}

.mySwiper3 .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}

.mySwiper3 .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiper3 {
  width: calc(30% - 60px);
}

.mySwiper4 {
  width: 70%;
}

.mySwiper4 img {
  width: 80%;
  height: auto;
}

.fd_xz {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.fd_xz .icon img {
  width: 40px;
  height: 32px;
}





.pd_title {
  font-size: 30px;
}

.pd_model {
  font-size: 20px;
  font-weight: 400;
}

.pd_desc {
  color: #666666;
  line-height: 1.2;
  margin: 10px 0;
  font-size: 16px;
}

.pd_argument {
  font-weight: 500;
  font-size: 15px;
}

.pd_price {
  font-size: 30px;
  margin: 15px 0;
}

.gotoAm {
  display: inline-block;
  border: 2px solid #000;
  padding: 7px 30px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.gotoAm:hover {
  background-color: #000;
  color: #fff;
}

.pd_part2 {
  margin: 50px 0;
}

.pd_list li {
  display: block;
  text-align: center;
  margin-right: 8px;
  float: left;
  cursor: pointer;
  font-size: 32px;
  color: #9b9b9b;
  font-weight: 400;
}

.pd_list .choice {
  font-weight: 500;
  color: #000 !important;
}

.pd_part2 .tab-item {
  display: none;
}

.pd_part2 .show {
  display: block;
}

.pd_list2 .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  cursor: pointer;
}

.pd_list2 li.on .pic::after {
  content: "";
  position: absolute;
  background-color: #000;
  height: 5px;
  width: 100%;
  bottom: 0;
}

.pd_list2 .bgimg {
  width: 100%;
}

.pd_list2 .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .6s;
}

.pd_list2 {
  max-width: 800px;
  margin-left: 80px;
  margin-top: 50px;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  width: 50px;
  top: 50%;

  height: 100px;
  background: none;
  text-indent: 100px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.owl-carousel .owl-prev {
  position: absolute;
  left: -85px;
  transform: translateY(-50%);
  background: url(../images/arrows-asko2.svg) center center no-repeat !important;
}

.owl-carousel .owl-next {
  position: absolute;
  right: -85px;
  background: url(../images/arrows-asko2.svg) center center no-repeat !important;
  transform: translateY(-50%) rotate(180deg);
}

.owl-testlist .owl-nav {
  margin-top: 0;
}

.pd_part2 .txbox {
  display: flex;
  margin-top: 100px;
}

.pd_part2 .txbox .right,
.pd_part2 .txbox .left {
  width: 50%;
}

.pd_part2 .txbox .left {
  padding: 20px;
  font-size: 18px;
}





.pd_part3 .pd_list3 {
  max-width: 800px;
  margin-left: 60px;
  display: flex;
  margin-top: 50px;
}

.pd_part3 .pd_list3 li {
  width: calc(25% - 20px);
  margin-left: 20px;
}

.pd_list3 .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  cursor: pointer;
}

.pd_list3 .bgimg {
  width: 100%;
}

.pd_list3 .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .6s;
}

.part04_title {
  font-size: 32px;
}

@media only screen and (max-width:1680px) {}

@media only screen and (max-width:1440px) {
  .part04_title {
    font-size: 30px;
  }
}

@media only screen and (max-width:1366px) {}

@media only screen and (max-width:1280px) {
  .part04_title {
    font-size: 28px;
  }
}

@media only screen and (max-width:1024px) {

  .mySwiper4 .swiper-button-next::after,
  .mySwiper4 .swiper-button-prev::after {
    font-size: 24px !important;
  }

}

@media only screen and (max-width:920px) {
  .prodrtails .pd_part1 {
    flex-direction: column;
  }

  .prodrtails .pd_part1 .right,
  .prodrtails .pd_part1 .left {
    width: 100%;
  }

  .pd_title {
    font-size: 26px;
    margin-top: 30px;
  }

  .pd_model {
    font-size: 18px;
  }

  .pd_desc {
    font-size: 15px;
  }

  .pd_argument {
    font-size: 14px;
  }

  .pd_price {
    font-size: 26px;
  }

  .gotoAm {
    padding: 5px 20px;
    font-size: 14px;
  }

  .pd_list li {
    font-size: 26px;
  }

  .pd_part2 {
    margin: 30px 0;
  }

  .pd_list2 {
    margin-top: 20px;
  }

  .pd_list2 {
    max-width: 650px;
    margin: 0 80px;
    margin-top: 20px;
  }

  .pd_part2 .txbox .left {
    padding: 10px;
    font-size: 16px;
  }

  .part04_title {
    font-size: 26px;
  }
}

@media only screen and (max-width:768px) {}

@media only screen and (max-width:500px) {
  .pd_list2 {
    max-width: 250px;
    margin: 0 40px;
    margin-top: 20px;
  }

  .pd_list li {
    font-size: 22px;
  }

  .owl-carousel .owl-prev {
    left: -45px;
  }

  .owl-carousel .owl-next {
    right: -45px;
  }

  .prodrtails {
    margin-top: 10px;
  }

  .pd_part2 .txbox {
    margin-top: 50px;
    flex-direction: column-reverse;
  }

  .pd_part2 .txbox .right,
  .pd_part2 .txbox .left {
    width: 100%;
  }

  .part04_title {
    font-size: 22px;
  }

  .pd_part3 .pd_list3 {
    margin-left: -20px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .pd_part3 .pd_list3 li {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }

  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
    width: 35px;
    height: 60px;
  }

  .mySwiper3 {
    display: none;

  }

  .mySwiper4 {
    width: 100%;
  }

  .fd_xz .icon img {
    width: 26px;
    height: 22px;
  }

  .pd_list2 .owl-theme .owl-nav [class*='owl-'] {
    margin: 0px;
    padding: 0;
  }


}








/* ==========================================================================
   Pagination
   ========================================================================== */
#Lb_pager {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-family: microsoft yahei;
}

#Lb_pager .pages a {
  display: inline-block;
  margin: 0 3px;
  padding: 0 13px;
  color: #333;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
  border: 1px solid #cbcbcb;
}

#Lb_pager .pages .pgnext {
  padding: 0 15px;
}

#Lb_pager .pages .pgcurrent {
  color: #fff;
  cursor: default;
  background-color: #1174a3;
}

#Lb_pager .pages .pgempty {
  cursor: not-allowed;
}

#Lb_pager .pages .total {
  font-size: 16px;
  color: rgb(95, 95, 95);
  margin: 0 25px;
}

#Lb_pager .pages .page-jump {
  padding: 0 20px;
  margin: 0 10px;
}

#Lb_pager .pages a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1174a3;
}

@media only screen and (max-width:768px) {
  #Lb_pager .pages .total2 {
    margin-left: 20px;
  }
}

.pack_left .pic {
  overflow: hidden;
  position: relative;
  height: auto;
}

.pack_left .bgimg {
  width: 100%;
}

.pack_left .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .6s;
}

.pack_left .pic:hover .upimg {
  transform: scale(1.06);
}

.pack_right,
.packing {
  display: flex;
}

.pack_left {
  width: 20%;
}

.pack_right {
  width: calc(80% - 50px);
  margin-left: 50px;
}

.pr_left,
.pr_right {
  margin-right: 50px;
}

.pack_right h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
}

.pack_right p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.packing {
  margin-top: 30px;
}

@media only screen and (max-width:1280px) {
  .pack_right h4 {
    font-size: 22px;
  }

  .pack_right p {
    font-size: 20px;
  }
}

@media only screen and (max-width:1024px) {
  .pack_right h4 {
    font-size: 20px;
  }

  .pack_right p {
    font-size: 18px;
  }
}

@media only screen and (max-width:920px) {
  .pack_right h4 {
    font-size: 18px;
  }

  .pack_right p {
    font-size: 16px;
  }
}

@media only screen and (max-width:768px) {
  .packing {
    margin-top: 15px;
    flex-wrap: wrap;
  }

  .pack_left {
    width: 50%;
  }

  .pack_right {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    justify-content: space-between;
  }

  .pr_left,
  .pr_right {
    margin-right: 0;
    width: 50%;
  }
}

@media only screen and (max-width:500px) {
  .pack_right h4 {
    font-size: 16px;
  }

  .pack_right p {
    font-size: 14px;
  }
}