.product_block {
  margin-top: 50px;
}
.product_block .title_name {
  color: #7456c1;
  font-size: 30px;
  margin-bottom: 50px;
}
.product_block .product_list {
  border-bottom: solid 1px #eee;
  padding-bottom: 30px;
}
.product_block .product_list a {
  display: block;
}
.product_block .product_list a li {
  width: 22%;
  float: left;
  margin-right: 20px;
  position: relative;
  margin-bottom: 20px;
}
.product_block .product_list a li .img_p {
  height: 250px;
  width: auto;
  position: absolute;
  top: 35px;
  left: 0;
}
.product_block .product_list a li .title {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 24px;
}
.product_block .product_list a li:hover {
  background-size: cover;
}
.product_block .product_list a li:hover .title {
  color: #fff;
}
.product_block .product_list a li:hover img {
  opacity: 0;
}
.product_block .product_list a li img {
  display: block;
  width: 100%;
}
.product_detail_banner img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.product_detail_payment {
  margin-bottom: 110px;
  text-align: center;
}
.product_detail_payment h2 {
  font-size: 40px;
  color: #245ca6;
  padding: 90px 0 60px;
}
.product_detail_payment.pc3 li {
  width: 31.3%;
  margin-right: 0.4%;
  margin-left: 0.4%;
}
.product_detail_payment li {
  vertical-align: top;
  width: 15.4%;
  margin-right: 0.4%;
  margin-left: 0.4%;
  display: inline-block;
}
.product_detail_payment li:hover img {
  transform: scale(1.04);
}
.product_detail_payment li img {
  transition: all 0.5s;
  width: 100%;
  display: block;
  border-radius: 10px;
}
.product_detail_payment li .txt {
  font-size: 18px;
  padding-top: 8px;
  color: #1e1d1d;
}
.product_detail_360 {
  background: #f5f5f5;
  padding: 50px 0 60px;
}
.product_detail_360 .left360 {
  width: 435px;
  float: left;
  min-height: 100px;
  background: url(../img/360.svg) left top no-repeat;
  background-size: 95px;
}
.product_detail_360 .left360 .product1 {
  margin-top: 80px;
}
.product_detail_360 .right360 {
  width: 870px;
  float: right;
}
.product_detail_360 .right360 h3 {
  font-size: 40px;
  color: #245ca6;
  margin-top: 50px;
  text-align: left;
  line-height: 60px;
  margin-bottom: 50px;
}
.product_detail_360 .right360 ul.one {
  margin-bottom: 85px;
}
.product_detail_360 .right360 li {
  width: 15%;
  text-align: center;
  float: left;
}
.product_detail_360 .right360 li img {
  height: 45px;
}
.product_detail_360 .right360 li .txt {
  font-size: 16px;
  color: #959595;
  line-height: 22px;
  margin: 20px;
}
.product_parameters {
  padding-bottom: 100px;
  position: relative;
}
.product_parameters h3 {
  color: #373737;
  font-size: 40px;
  padding: 100px 0 120px;
}
.product_parameters li {
  width: 21%;
  margin: 0 2%;
  float: left;
  /*height: 180px;*/
  margin-bottom: 25px;
}
.product_parameters li .imgb {
  width: 60px;
  float: left;
}
.product_parameters li .txt {
  padding-left: 70px;
}
.product_parameters li .txt p {
  line-height: 22px;
  font-size: 15px;
}
.product_parameters li .txt p:nth-child(1) {
  font-weight: bold;
  color: #373737;
  margin-bottom: 10px;
  font-size: 22px;
}
.product_parameters .down_more {
  position: absolute;
  right: 0;
  top: 100px;
  background: #245ca7 url(../img/download.png) 225px center no-repeat;
  background-size: 26px 19px;
  width: 280px;
}
.product_parameters .down_more a {
  display: block;
  width: 100%;
  color: #fff;
  line-height: 50px;
  text-indent: 92px;
}
@media screen and (max-width: 1440px) {
  .product_detail_payment {
    margin-bottom: 90px;
  }
  .product_detail_payment h2 {
    font-size: 35px;
    padding: 75px 0 50px;
  }
  .product_detail_payment li .txt {
    font-size: 16px;
    text-indent: 0x;
  }
  .product_detail_360 {
    padding: 40px 0 50px;
  }
  .product_detail_360 .left360 {
    width: 335px;
    float: left;
  }
  .product_detail_360 .left360 .product1 {
    margin-top: 70px;
  }
  .product_detail_360 .right360 {
    width: 660px;
  }
  .product_detail_360 .right360 h3 {
    font-size: 32px;
    margin-top: 30px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .product_detail_360 .right360 ul.one {
    margin-bottom: 65px;
  }
  .product_detail_360 .right360 li img {
    height: 35px;
  }
  .product_detail_360 .right360 li .txt {
    font-size: 14px;
    color: #959595;
    line-height: 20px;
    margin: 15px;
  }
  .product_block .title_name {
    margin-bottom: 40px;
  }
  .product_block .product_list {
    padding-bottom: 20px;
  }
  .product_block .product_list a li .img_p {
    height: 190px;
    width: auto;
    position: absolute;
    top: 35px;
    left: 0;
  }
  .product_parameters {
    padding-bottom: 80px;
  }
  .product_parameters h3 {
    font-size: 32px;
    padding: 75px 0 90px;
  }
  .product_parameters li {
    /*height: 138px;*/
  }
  .product_parameters li .imgb {
    width: 50px;
    float: left;
  }
  .product_parameters li .txt {
    padding-left: 60px;
  }
  .product_parameters li .txt p {
    line-height: 20px;
    font-size: 14px;
  }
  .product_parameters li .txt p:nth-child(1) {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .product_parameters .down_more {
    top: 75px;
    background: #245ca7 url(../img/download.png) 175px center no-repeat;
    background-size: 26px auto;
    width: 215px;
  }
  .product_parameters .down_more a {
    line-height: 42px;
    text-indent: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .news_channel {
    height: auto;
  }
  .product_block {
    margin-top: 0px;
  }
  .product_block .title_name {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .product_block .product_list {
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
  }
  .product_block .product_list a li {
    width: 48%;
    margin-right: 0;
    margin: 0px 1% 10px;
  }
  .product_block .product_list a li .img_p {
    height: 110px;
    width: auto;
    position: absolute;
    top: 35px;
    left: 25px;
    transition: all 0.1s;
  }
  .product_block .product_list a li .title {
    bottom: 15px;
    font-size: 12px;
    font-weight: normal;
  }
  .product_detail_payment {
    margin-bottom: 10px;
  }
  .product_detail_payment .container {
    padding: 0 35px;
  }
  .product_detail_payment h2 {
    font-size: 18px;
    padding: 20px 0 20px;
    font-weight: bold;
  }
  .product_detail_payment li {
    width: 48.5%;
    margin: 0 0.5%;
  }
  .product_detail_payment li.lasteven {
    width: 100%;
    margin: 0;
  }
  .product_detail_payment li .txt {
    font-size: 12px;
    line-height: 30px;
    height: 44px;
    overflow: hidden;
    text-indent: 0px;
  }
  .product_detail_payment li:nth-child(2n) {
    margin-right: 0;
  }
  .product_detail_360 {
    padding: 0px 0 10px;
  }
  .product_detail_360 .left360 {
    width: 100%;
    float: none;
    min-height: 100px;
    padding-top: 0;
    padding-bottom: 40px;
    background: url(../img/360.svg) left 25px no-repeat;
    background-size: 90px;
  }
  .product_detail_360 .left360 .product1 {
    margin-top: 0;
  }
  .product_detail_360 .right360 {
    width: 100%;
    float: none;
  }
  .product_detail_360 .right360 h3 {
    font-size: 18px;
    margin-top: 10px;
    line-height: 60px;
    margin-bottom: 10px;
    text-align: center;
  }
  .product_detail_360 .right360 ul.one {
    margin-bottom: 10px;
  }
  .product_detail_360 .right360 li {
    width: 33%;
    text-align: center;
  }
  .product_detail_360 .right360 li img {
    height: 18px;
    display: block;
    margin: 0 auto;
  }
  .product_detail_360 .right360 li .txt {
    font-size: 12px;
    line-height: 22px;
    margin: 5px 0 14px ;
  }
  .product_parameters {
    padding-bottom: 10px;
  }
  .product_parameters h3 {
    font-size: 18px;
    padding: 10px 0 70px;
    line-height: 60px;
  }
  .product_parameters ul {
    margin-top: 0px;
  }
  .product_parameters li {
    width: 48%;
    margin: 0 1%;
    float: left;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .product_parameters li .imgb {
    width: 30px;
    float: left;
  }
  .product_parameters li .imgb img {
    max-width: 20px;
    max-height: 25px;
  }
  .product_parameters li .txt {
    padding-left: 30px;
  }
  .product_parameters li .txt p {
    line-height: 16px;
    font-size: 12px;
  }
  .product_parameters li .txt p:nth-child(1) {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .product_parameters .down_more {
    top: 70px;
    background: #245ca7 url(../img/download.png) 86px center no-repeat;
    background-size: 24px auto;
    width: 120px;
    right: 10px;
  }
  .product_parameters .down_more a {
    font-size: 13px;
    line-height: 40px;
    text-indent: 12px;
  }
}