.products {
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.products .product_small_nav {
  height: 63px;
  width: 100%;
  background-color: #eef4fa;
  display: flex;
  justify-content: center;
}

.products .product_small_nav .small_nav_box {
  width: 1440px;
  background-color: #eef4fa;
}

.products .product_small_nav .small_nav_box div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 16px;
  color: #324554;
}

.products .product_small_nav .small_nav_box div a {
  font-size: 16px;
  color: #324554;
}

.products .product_cont {
  width: 1440px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.products .product_cont .tab_box {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products .product_cont .tab_box .tab_btn {
  width: 208px;
  height: 79px;
  margin-right: 20px;
  background-color: #fafafa;
  font-size: 32px;
  text-align: center;
  line-height: 79px;
  font-weight: 800;
  color: #000c15;
}

.products .product_cont .tab_box .tab_btn a {
  color: #000c15;
}

.products .product_cont .tab_box .tab_btn:nth-last-child(1) {
  margin: 0;
}

.products .product_cont .tab_box .tab_btn:nth-child(6) {
  width: 260px;
}

.products .product_cont .tab_box .active {
  background-color: #5791cf;
  color: #fff;
}

.products .product_cont .tab_box .active a {
  color: #fff;
}

.products .product_cont .products_show_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: space-around;
  align-content: center;
}

.products .product_cont .products_show_box .show {
  width: 710px;
  height: 475px;
  border: 1px solid #e5e5e5;
  margin-bottom: 12px;
}

.products .product_cont .products_show_box .show a {
  display: block;

}

.products .product_cont .products_show_box .show:nth-last-child(1) {
  margin: 0;
}

.products .product_cont .products_show_box .show:nth-last-child(2) {
  margin: 0;
}

.products .product_cont .products_show_box .show .show_pot {
  width: 100%;
  height: 325px;
  display: flex;
  justify-content: center;
}

.products .product_cont .products_show_box .show .show_pot img {
  display: block;
  /* height: ; */
  width: 88%;
  object-fit: cover;
  object-position: center
    /* padding-top: 75px; */
}

.products .product_cont .products_show_box .show .show_name {
  height: 36px;
  line-height: 36px;
  width: 100%;
  font-size: 28px;
  color: #000c15;
  padding-left: 32px;
  box-sizing: border-box;
  font-weight: 800;
}

.products .product_cont .products_show_box .show .show_model {
  width: 100%;
  height: auto;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 32px;
  color: #5791cf;
  font-size: 18px;

}

.products .product_cont .products_show_box .show .show_intr {
  height: 50px;
  line-height: 50px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 32px;
  font-size: 16px;
  color: #5b5b5b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.products .product_cont .products_page {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.products .product_cont .products_page .page_box {
  width: 480px;
  height: 55px;
  display: flex;
  justify-content: space-between;
}

.products .product_cont .products_page .page_box .prev {
  height: 53px;
  width: 95px;
  line-height: 53px;
  text-align: center;
  font-size: 16px;
  color: #b3b3b3;
  border: 1px solid #e5e5e5;
}

.products .product_cont .products_page .page_box .prev a {
  color: #b3b3b3;
}

.products .product_cont .products_page .page_box .page {
  height: 53px;
  width: 53px;
  line-height: 53px;
  text-align: center;
  font-size: 16px;
  color: #b3b3b3;
  border: 1px solid #e5e5e5;
}

.products .product_cont .products_page .page_box .page a {
  color: #b3b3b3;
}

.products .product_cont .products_page .page_box .next {
  height: 53px;
  width: 95px;
  line-height: 53px;
  text-align: center;
  font-size: 16px;
  color: #b3b3b3;
  border: 1px solid #e5e5e5;
}

.products .product_cont .products_page .page_box .next a {
  color: #b3b3b3;
}

.products .product_cont .products_page .page_box .active {
  color: #fff;
  background-color: #5791cf;
}

.products .product_cont .products_page .page_box .active a {
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .products .product_small_nav .small_nav_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
  }

  .products .product_cont {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
  }

  .products .product_cont .products_show_box .show {
    /*width: 48%;*/
  }
}
@media screen and (max-width: 1550px) {
  .products .product_small_nav .small_nav_box {
    width: 1020px;
  }

  .products .product_cont .tab_box {
    height: 110px;
  }

  .products .product_cont .tab_box .tab_btn {
    width: 135px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
  }

  .products .product_cont .products_show_box .show .show_name {
    font-size: 18px;
  }

  .products .product_cont .products_show_box .show .show_pot img {
    width: 82%;
  }

  .products .product_cont .products_page {
    height: 135px;
  }
}

@media screen and (max-width: 1465px){
  .products .product_cont .products_show_box .show {
    width: 100%;
  }
}

@media screen and (max-width: 1020px) {
  .products .product_cont {
    overflow: hidden;
  }

  .products .product_cont .tab_box {
    height: 100px;
  }

  .products .product_cont .tab_box .tab_btn {
    width: 105px;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
  }

  .products .product_cont .tab_box .tab_btn:nth-child(6) {
    width: 190px;
  }

  .products .product_cont .products_show_box .show {
    height: 390px;
  }

  .products .product_cont .products_show_box .show .show_name {
    font-size: 16px;
  }

  .products .product_cont .products_show_box .show .show_pot {
    height: 245px;
  }

  .products .product_cont .products_show_box .show .show_pot img {
    width: 345px;
    height: 200px;
    padding-top: 20px;
  }

  .products .product_cont .products_page {
    height: 115px;
    width: 440px;
  }

  .products .product_cont .products_page .page_box {
    height: 48px;
  }

  .products .product_cont .products_page .page_box .prev {
    width: 85px;
    height: 48px;
    line-height: 48px;
  }

  .products .product_cont .products_page .page_box .page {
    height: 48px;
    width: 48px;
    line-height: 48px;
  }

  .products .product_cont .products_page .page_box .next {
    width: 85px;
    height: 48px;
    line-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .products .product_cont .tab_box {
    height: 100px;
  }

  .products .product_cont .tab_box .tab_btn {
    width: 95px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    margin-right: 10px;
  }

  .products .product_cont .tab_box .tab_btn:nth-child(6) {
    width: 150px;
  }

  .products .product_cont .products_show_box .show {
    height: 310px;
  }

  .products .product_cont .products_show_box .show .show_name {
    font-size: 16px;
  }

  .products .product_cont .products_show_box .show .show_model {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
  }

  .products .product_cont .products_show_box .show .show_pot {
    height: 200px;
  }

  .products .product_cont .products_show_box .show .show_pot img {
    width: 270px;
    height: 160px;
    padding-top: 15px;
  }

  .products .product_cont .products_show_box .show .show_intr {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }

  .products .product_cont .products_page {
    height: 100px;
    width: 385px;
  }

  .products .product_cont .products_page .page_box {
    height: 40px;
  }

  .products .product_cont .products_page .page_box .prev {
    width: 75px;
    height: 40px;
    line-height: 40px;
  }

  .products .product_cont .products_page .page_box .page {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }

  .products .product_cont .products_page .page_box .next {
    width: 75px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 600px) {
  .products .product_cont .tab_box {
    height: 80px;
    flex-wrap: wrap;
    height: auto;
    justify-content: left;
    margin-top: 10px;
  }

  .products .product_cont .tab_box .tab_btn {
    width: 90px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .products .product_cont .tab_box .tab_btn:nth-child(6) {
    width: 135px;
  }

  .products .product_cont .products_show_box .show {
    height: 268px;
  }

  .products .product_cont .products_show_box .show .show_pot {
    height: 160px;
  }

  .products .product_cont .products_show_box .show .show_pot img {
    width: 215px;
    height: 130px;
    padding-top: 15px;
  }

  .products .product_cont .products_show_box .show .show_name {
    padding-left: 20px;
    font-size: 18px;
  }

  .products .product_cont .products_show_box .show .show_model {
    padding-left: 20px;
  }

  .products .product_cont .products_show_box .show .show_intr {
    padding: 0 20px;
  }

  .products .product_cont .products_page {
    height: 80px;
    width: 357px;
  }

  .products .product_cont .products_page .page_box {
    height: 40px;
    width: 357px;
  }

  .products .product_cont .products_page .page_box .prev {
    width: 75px;
    height: 40px;
    line-height: 40px;
  }

  .products .product_cont .products_page .page_box .page {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }

  .products .product_cont .products_page .page_box .next {
    width: 75px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .products .product_small_nav {
    height: 50px;
  }

  .products .product_small_nav .small_nav_box {
    width: 360px;
    height: 50px;
  }

  .products .product_small_nav .small_nav_box div {
    font-size: 14px;
  }

  .products .product_small_nav .small_nav_box div span a {
    font-size: 14px;
  }

  .products .product_cont {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    overflow: hidden;
  }

  .products .product_cont .tab_box {
    margin-bottom: 10px;
  }

  .products .product_cont .tab_box .tab_btn {
    width: 77px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-right: 10px;
  }

  .products .product_cont .tab_box .tab_btn:nth-child(5) {
    margin-right: 0px;
  }

  .products .product_cont .products_show_box .show {
    width: 100%;
    height: 313px;

  }

  .products .product_cont .products_show_box .show a {
    display: flex;
    flex-flow: column;
    align-items: center;

  }

  .products .product_cont .products_show_box .show .show_pot {
    height: 210px;
    width: 100%;
  }

  .products .product_cont .products_show_box .show .show_pot img {
    width: 100%;
    height: 100%;
    padding-top: 0;
  }

  .products .product_cont .products_show_box .show .show_name {
    padding-left: 10px;
  }

  .products .product_cont .products_show_box .show .show_model {
    padding-left: 10px;
  }

  .products .product_cont .products_show_box .show .show_intr {
    padding: 0px 10px;
  }

  .products .product_cont .products_show_box .show:nth-last-child(2) {
    margin-bottom: 12px;
  }

  .products .product_cont .products_page {
    height: 70px;
    width: 100%;
  }

  .products .product_cont .products_page .page_box {
    height: 35px;
    width: 296px;
  }

  .products .product_cont .products_page .page_box .prev {
    width: 55px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }

  .products .product_cont .products_page .page_box .page {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 14px;
  }

  .products .product_cont .products_page .page_box .next {
    width: 55px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .products .product_cont .products_show_box .show {
    height: 246px;
  }

  .products .product_cont .products_show_box .show .show_pot {
    height: 150px;
  }

  .products .product_cont .products_show_box .show .show_name {
    font-size: 16px;
  }

  .products .product_cont .products_show_box .show .show_intr {
    font-size: 14px;
  }

  .products .product_cont .products_show_box .show .show_model {
    font-size: 14px;
  }

  .products .product_cont .products_page .page_box .prev {
    width: 50px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
  }

  .products .product_cont .products_page .page_box .page {
    width: 32px;
    height: 32px;
  }

  .products .product_cont .products_page .page_box .next {
    width: 50px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
  }
}