.p_nav {
  width: 100%;
  float: none;
  margin-bottom: 34px;
}
.p_list ul li {
  margin-bottom: 30px;
}
.pr_left {
  float: left;
  width: 23.334%;
  max-width: 280px;
}
.pr_left h3 {
  height: 70px;
  font-size: 28px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: #1481f1;
}
.pr_left .con {
  padding: 29px 25px;
  background-color: #f3f3f3;
}
.pr_left .con .images {
  padding-bottom: 4px;
}
.pr_left .con .text {
  padding: 0 11px;
}
.pr_left .con .text p {
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 1300px) {
  .pr_left .con {
    padding: 29px 10px;
  }
}
@media (max-width: 991px) {
  .pr_left {
    width: 28.334%;
  }
  .pr_left h3 {
    font-size: 20px;
  }
  .pr_left .con .text p {
    font-size: 12px;
    line-height: 24px;
  }
}
.p_list {
  width: 100%;
}
.product_list {
  margin: 45px 0;
}
.product_list .container {
  overflow: hidden;
}
.product_list .container .pr_right {
  float: right;
  width: 74.5%;
}
.product_list .container .pr_right .pr_xq .xq_left {
  float: left;
  width: 49.442%;
  max-width: 440px;
  box-sizing: border-box;
  border: solid 1px #e0e0e0;
}
.product_list .container .pr_right .pr_xq .xq_left .swiper-container .btn span {
  width: 11px;
  height: 11px;
  background-color: #1481f1;
  opacity: 0.2;
}
.product_list .container .pr_right .pr_xq .xq_left .swiper-container .btn span.swiper-pagination-bullet-active {
  opacity: 1;
}
.product_list .container .pr_right .pr_xq .xq_left .swiper-container .buttons {
  width: 12px;
  height: 20px;
  background-size: 100%;
}
.product_list .container .pr_right .pr_xq .xq_left .swiper-container .next {
  background-image: url("../images/next_05.png");
}
.product_list .container .pr_right .pr_xq .xq_left .swiper-container .prev {
  background-image: url("../images/prev_03.png");
}
.product_list .container .pr_right .pr_xq .xq_right {
  float: right;
  width: 50%;
  padding-top: 14px;
  padding-left: 22px;
  box-sizing: border-box;
}
.product_list .container .pr_right .pr_xq .xq_right .top_text {
  margin-bottom: 36px;
}
.product_list .container .pr_right .pr_xq .xq_right .top_text h5 {
  margin-bottom: 27px;
  font-size: 22px;
  color: #1481f1;
}
.product_list .container .pr_right .pr_xq .xq_right .top_text .list_text {
  padding-top: 20px;
  font-size: 18px;
  color: #ccc;
  border-top: 1px solid #d9d9d9;
}
.product_list .container .pr_right .pr_xq .xq_right .top_text .list_text span {
  font-size: 16px;
  color: #ec6401;
  margin: 0 14px;
  line-height: 18px;
  vertical-align: middle;
}
.product_list .container .pr_right .pr_xq .xq_right .top_text .list_text span:nth-child(1) {
  margin-left: 0;
}
.product_list .container .pr_right .pr_xq .xq_right .top_text > span {
  display: block;
  margin-top: 19px;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  color: #333;
}
.product_list .container .pr_right .pr_xq .xq_right .top_text p {
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.product_list .container .pr_right .pr_cs {
  margin-top: 50px;
  margin-bottom: 28px;
}
.product_list .container .pr_right .pr_cs .cs_btn {
  background-color: #f0f0f0;
}
.product_list .container .pr_right .pr_cs .cs_btn a {
  float: left;
  width: 20%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  color: #666666;
  transition: all 0.3s;
}
.product_list .container .pr_right .pr_cs .cs_btn a.active {
  color: #fff;
  background-color: #1481f1;
}
.product_list .container .pr_right .pr_cs .list {
  padding: 40px 32px;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  border-top: none;
}
.product_list .container .pr_right .pr_cs .list li {
  display: none;
}
.product_list .container .pr_right .pr_cs .list li.active {
  display: block;
}
.product_list .container .pr_right .pr_cs .list h4 {
  margin-bottom: 11px;
  font-size: 14px;
  color: #333;
}
.product_list .container .pr_right .pr_cs .list p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.product_list .container .pr_right .liuyan {
  margin-bottom: 55px;
  padding: 40px 32px 47px;
  background-color: #f6f6f6;
}
.product_list .container .pr_right .liuyan h3 {
  position: relative;
  padding-bottom: 26px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #1481f1;
  border-bottom: 1px solid #d9d9d9;
}
.product_list .container .pr_right .liuyan h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -2px;
  margin-left: -30px;
  width: 60px;
  height: 3px;
  background-color: #1481f1;
}
.product_list .container .pr_right .liuyan .form {
  padding-top: 35px;
}
.product_list .container .pr_right .liuyan .form form {
  margin-left: -29px;
}
.product_list .container .pr_right .liuyan .form form .input {
  float: left;
  width: 50%;
  padding-left: 29px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.product_list .container .pr_right .liuyan .form form .input input {
  padding: 17px;
  width: 100%;
  font-size: 16px;
  color: #999;
  box-sizing: border-box;
  border: solid 1px #ccc;
  background-color: transparent;
}
.product_list .container .pr_right .liuyan .form form .textarea {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 29px;
  box-sizing: border-box;
}
.product_list .container .pr_right .liuyan .form form textarea {
  resize: none;
  padding: 17px;
  width: 100%;
  height: 120px;
  font-size: 16px;
  color: #999;
  font-family: Arial, "Microsoft YaHei";
  box-sizing: border-box;
  border: solid 1px #ccc;
  background-color: transparent;
}
.product_list .container .pr_right .liuyan .form form .bottom .lefts {
  float: left;
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 29px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.product_list .container .pr_right .liuyan .form form .bottom .lefts input {
  padding: 17px;
  width: 50%;
  font-size: 16px;
  color: #999;
  box-sizing: border-box;
  border: solid 1px #ccc;
  background-color: transparent;
}
.product_list .container .pr_right .liuyan .form form .bottom .lefts .images {
  width: 86px;
  height: 32px;
  margin-left: 12px;
  text-align: center;
  line-height: 32px;
  border: solid 2px #1481f1;
}
.product_list .container .pr_right .liuyan .form form .bottom .lefts a {
  margin-left: 12px;
  font-size: 14px;
  color: #333;
}
.product_list .container .pr_right .liuyan .form form .bottom .right {
  float: left;
  width: 50%;
  padding-left: 29px;
  box-sizing: border-box;
}
.product_list .container .pr_right .liuyan .form form .bottom .right button {
  width: 100%;
  height: 58px;
  font-size: 16px;
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: #1481f1;
  transition: all 0.3s;
}
.product_list .container .pr_right .liuyan .form form .bottom .right button:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .product_list .container .pr_right .liuyan .form form .bottom .lefts {
    width: 100%;
  }
  .product_list .container .pr_right .liuyan .form form .bottom .right {
    width: 100%;
  }
}
.product_list .container .pr_right .p_list h3 {
  position: relative;
  padding-bottom: 26px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #1481f1;
  border-bottom: 1px solid #d9d9d9;
}
.product_list .container .pr_right .p_list h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -2px;
  margin-left: -30px;
  width: 60px;
  height: 3px;
  background-color: #1481f1;
}
.product_list .container .pr_right .p_list ul {
  margin-top: 38px;
}
@media (max-width: 991px) {
  .product_list .container .pr_right {
    width: 69.5%;
  }
}
@media (max-width: 1023px) {
  .product_list .container .pr_left {
    display: none;
  }
  .product_list .container .pr_right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product_list .container .pr_right .liuyan {
    margin-bottom: 39px;
    padding: 22px 10px 30px;
  }
  .product_list .container .pr_right .liuyan h3,
  .product_list .container .pr_right .p_list h3 {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .product_list .container .pr_right .liuyan .form form .input input,
  .product_list .container .pr_right .liuyan .form form textarea,
  .product_list .container .pr_right .liuyan .form form .bottom .lefts input {
    padding: 12px;
    font-size: 14px;
  }
  .product_list .container .pr_right .liuyan .form form .input {
    width: 100%;
  }
  .product_list .container .pr_right .liuyan .form form .bottom .lefts .images,
  .product_list .container .pr_right .liuyan .form form .bottom .lefts a {
    margin-left: 3px;
  }
  .product_list .container .pr_right .liuyan .form form .bottom .lefts input {
    width: 45%;
  }
  .product_list .container .pr_right .liuyan .form form .bottom .right button {
    height: 40px;
    font-size: 14px;
  }
}
.product .container .pr_right .p_list ul {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .product_list .container .pr_right .pr_xq .xq_right .top_text h5 {
    margin-bottom: 12px;
  }
  .product_list .container .pr_right .pr_xq .xq_right .top_text p {
    line-height: 25px;
  }
  .product_list .container .pr_right .pr_xq .xq_right .top_text {
    margin-bottom: 26px;
  }
  .product_list .container .pr_right .pr_xq .xq_left .showbox {
    left: 100%;
  }
}
@media (max-width: 767px) {
  .pr_left {
    display: none;
  }
  .product_list .container .pr_right {
    width: 100%;
  }
  .product_list {
    margin: 0;
  }
  .search {
    display: none;
  }
  .product_list .container .pr_right .pr_xq .xq_left {
    width: 100%;
  }
  .product_list .container .pr_right .pr_xq .xq_right {
    width: 100%;
    padding-left: 0;
  }
  .product_list .container .pr_right .pr_cs {
    margin-bottom: 30px;
  }
  .product_list .container .pr_right .p_list ul {
    margin-top: 30px;
  }
  .product_list .container .pr_right .pr_cs .list {
    padding: 20px 12px;
  }
  .product_list .container .pr_right .pr_cs .cs_btn a {
    width: 25%;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
  }
  .product_list .container .pr_right .pr_xq .xq_right .top_text .list_text span {
    font-size: 14px;
    margin: 0 9px;
  }
}
/* sourceMappingURL=products.css.map */
