﻿@import url(jquery.bxslider.css);
@import url(pscroll.css);
/*首页*/
.i_product_bg {
  background-color: #f5f5f5;
  overflow: hidden;
  padding-bottom: 2.5%;
}
.i_title {
  margin-top: 5%;
  margin-bottom: 40px;
  overflow: hidden;
  text-align: left;
  font-size: 30px;
  color: #111928;
  line-height: 40px;
  font-weight: 600;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
}
.i_title h2 {
  overflow: hidden;
  /* font-weight: bold; */
  /* color: #000000; */
  letter-spacing: -3px;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 30px;
  color: #111928;
  line-height: 40px;
  font-weight: 600;
  border-left: 4px solid #e62525;
  padding-left: 8px;
}
.i_title p {
  /* background: url(../images/i_bg1.png) center bottom no-repeat; */
  /* color: #000000; */
  /* padding-bottom: 15px; */
  font-size: 18px;
  color: #b0b6bf;
  line-height: 28px;
  font-weight: 400;
  margin-left: 8px;
}
.nproduct_list2 {
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 8px;
}
.nproduct_list2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nproduct_list2 ul li {
  width: 624px;
  height: 200px;
  padding: 28px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 0px 0.5px 0px rgba(17, 25, 40, 0.06);
  box-shadow: 0px 4px 12px 0px rgba(17, 25, 40, 0.06);
  border-radius: 8px;
  margin-bottom: 32px;
}

.nproduct_list2 ul li .card-title {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 32px;
}

.nproduct_list2 ul li .card-title .title .first {
  font-size: 18px;
  color: #111928;
  line-height: 28px;
  font-weight: 500;
}

.nproduct_list2 ul li .card-title .title .second {
  font-size: 14px;
  color: #757d8c;
  line-height: 24px;
  font-weight: 500;
  margin-top: 4px;
}

.nproduct_list2 ul li .card-title img {
  width: 64px;
  height: 64px;
  margin-right: 16px;
}

.nproduct_list2 ul li em {
  display: block;
  color: #ee697e;
  font-size: 14px;
  margin-top: 10px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.nproduct_list2 ul li label {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  margin-top: 5px;
}
.nproduct_list2 ul li:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.nproduct_list2 ul li:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  transition: all 0.3s;
}
.nproduct_list2 ul li:hover h2 {
  color: #ff3459;
}
.i_solution {
  overflow: hidden;
  padding-bottom: 4%;
  padding-top: 8px;
}
.i_solution ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.i_solution ul li {
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(117, 125, 140, 0.15);
  border-radius: 8px;
  margin-left: 1px;
  margin-right: 32px;
  width: 405px;
  height: 505px;
}
.i_solution ul li .imgs img {
  width: 100%;
  height: 204px;
  border-radius: 8px 8px 0 0;
}
.i_solution ul li .content {
  padding: 28px;
}

.i_solution ul li .content .main-content {
  height: 188px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}
.i_solution ul li .content .main-content .title .title-first {
  font-size: 18px;
  color: #111928;
  line-height: 28px;
  font-weight: 500;
}
.i_solution ul li .content .main-content .title .title-second {
  font-size: 14px;
  color: #757d8c;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 12px;
}

.i_solution ul li .content .main-content .content-p {
  font-size: 16px;
  color: #374151;
  line-height: 24px;
  font-weight: 400;
}

.i_solution ul li .content .other-info {
  padding: 16px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.i_solution ul li .content .other-info .price {
  display: flex;
  align-items: center;
}

.i_solution ul li .content .other-info .price .label {
  font-size: 14px;
  color: #111928;
  line-height: 24px;
  font-weight: 500;
}
.i_solution ul li .content .other-info .price .number {
  font-size: 20px;
  color: #e62525;
  line-height: 32px;
  font-weight: 500;
}
.i_solution ul li .content .other-info .button {
  font-size: 14px;
  color: #374151;
  line-height: 24px;
  font-weight: 400;
}

.i_solution ul li .imgs {
  margin: 0 auto;
  overflow: hidden;
}

.i_solution ul li p {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  padding-left: 2%;
  padding-right: 2%;
  max-width: 350px;
  margin: 0 auto;
}
.i_solution ul li:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.i_case_bg {
  background: url(../images/i_bg2.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 4%;
}
.i_case_bg .i_title h2 {
  color: #fff;
}
.i_case_bg .i_title p {
  color: #fff;
  background: url(../images/i_bg3.png) center bottom no-repeat;
}
.i_link {
  overflow: hidden;
  margin-bottom: 3%;
}
.i_link ul li {
  float: left;
  width: 15.8%;
  margin-right: 1%;
  margin-bottom: 1%;
  overflow: hidden;
}
.i_link ul li:nth-child(6n + 0) {
  margin-right: 0;
}
.i_link ul li .imgs {
  padding: 8px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(255, 214, 214, 1);
  box-shadow: 0px 2px 8px 0px rgba(230, 37, 37, 0.1);
  border-radius: 8px;
}
.i_link ul li .imgs img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.i_link ul li .imgs:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.banner_pos {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.banner_pos .banner_div {
  /* display:table; vertical-align:bottom; */
  height: 100%;
  width: 100%;
  position: relative;
}
/*.banner_pos .wrap .td{ display:table-cell; vertical-align:bottom;height:100%;}*/
/*.banner_pos img{transition:all 0.3s;filter: Alpha(Opacity=100);opacity: 1.0; max-width:100%;}*/
.banner_pos .img001 {
  height: 100%;
  width: 57.6%;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  right: 0%;
}
.banner_pos .img001 img {
  height: 100%;
  filter: Alpha(Opacity=0);
  opacity: 0;
}
.banner_pos .txtsbox {
  float: left;
  width: 50%;
}
.banner_pos .txts {
  float: right;
  margin-right: 3%;
  margin-top: 20%;
  width: 94%;
  max-width: 536px;
  text-align: left;
}
.banner_pos .txts h2 {
  color: #ff3459;
}
.banner_pos .txts p {
  color: #767676;
  margin-top: 6%;
}
.banner_pos .txts a {
  margin-top: 6%;
  width: 220px;
  display: block;
  height: 48px;
  line-height: 48px;
  border: 1px solid #606060;
  text-align: center;
  font-size: 12px;
  color: #a2a2a2;
}
.banner_pos .txts a em {
  float: right;
  margin-right: 7%;
  font-style: normal;
  font-family: '宋体';
  font-size: 18px;
}
.banner_pos .txts a:hover {
  border: 1px solid #ff3459;
}
.banner_pos .txts a:hover {
  color: #ff3459;
}

/*动画*/

@media screen and (max-width: 1760px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1300px) {
  .nproduct_list2 ul li {
    width: 600px;
    height: 200px;
    padding: 28px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 0px 0.5px 0px rgba(17, 25, 40, 0.06);
    box-shadow: 0px 4px 12px 0px rgba(17, 25, 40, 0.06);
    border-radius: 8px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .i_link ul li {
    width: 19%;
  }
  .i_link ul li:nth-child(6n + 0) {
    margin-right: 1.1%;
  }
  .i_link ul li:nth-child(5n + 0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 830px) {
  /*轮显*/
  #slider {
    display: none;
  }
  .flash_div {
    display: block;
  }
  .i_link ul li {
    width: 24%;
  }
  .i_link ul li:nth-child(5n + 0) {
    margin-right: 1.1%;
  }
  .i_link ul li:nth-child(4n + 0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .nproduct_list2 ul li {
    width: 49%;
  }
  .nproduct_list2 ul li:nth-child(3n + 0) {
    margin-right: 1%;
  }
  .nproduct_list2 ul li:nth-child(2n + 0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .nproduct_list2 ul li p {
    font-size: 13px;
  }
  .i_link ul li {
    width: 32.5%;
  }
  .i_link ul li:nth-child(4n + 0) {
    margin-right: 1.1%;
  }
  .i_link ul li:nth-child(3n + 0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .nproduct_list2 ul li p {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
}
