@charset 'utf-8';
/* #LRdiv0 {
  display: none !important;
} */
@font-face {
  font-family: Calibri;
  src: url('../font/Calibri.ttf');
}
body {
  font-family: Calibri;
}
.wrap-fluid {
  width: 7.5rem;
  height: auto;
  margin: 0 auto;
}
.wrap {
  width: 7.1rem;
  margin: 0 auto;
  height: auto;
}
/* 页面公共样式 */
.common .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.common .header {
  padding-top: 0.32rem;
  padding-bottom: 0.26rem;
  display: flex;
  align-items: stretch;
}
.common .header .logo img {
  height: 0.46rem;
  width: 0.98rem;
}
.common .header .menu {
  margin-left: auto;
}
.common .header .menu ul {
  font-size: 0;
}
.common .header .menu ul li {
  display: inline-block;
  margin-left: 0.2rem;
  text-align: center;
}
.common .header .menu ul li a {
  display: block;
  font-size: 0.26rem;
  color: #666666;
  line-height: 0.46rem;
}
.common .header .menu ul li.active {
  border-bottom: 2px solid #ff6000;
}
.common .header .menu ul li:hover {
  border-bottom: 2px solid #ff6000;
}
.common .banner img {
  width: 7.5rem;
  height: auto;
}
.common .info {
  padding-top: 0.6rem;
  padding-bottom: 0.36rem;
  font-size: 0.28rem;
  color: #666666;
  line-height: 0.42rem;
}
.common .liveChat {
  width: 7.1rem;
  height: 1.3rem;
  background: url(../images/icon.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: stretch;
}
.common .liveChat div {
  width: 50%;
  text-align: center;
  padding-top: 0.24rem;
}
.common .liveChat div img {
  width: 0.44rem;
  height: 0.46rem;
  margin: 0 auto;
}
.common .liveChat div span {
  display: block;
  font-size: 0.28rem;
  color: #ffffff;
  text-align: center;
  width: 100%;
  line-height: 0.42rem;
  margin-top: 0.12rem;
}
.common .products {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
}
.common .products ul {
  font-size: 0;
  width: 7.1rem;
}
.common .products ul li {
  width: 3.5rem;
  height: auto;
  display: inline-block;
  border: solid 1px #025fff;
  margin-top: 0.22rem;
}
.common .products ul li:nth-child(odd) {
  margin-right: 0.1rem;
}
.common .products ul li a {
  display: block;
  text-align: center;
}
.common .products ul li a img {
  margin: 0.16rem auto 0.1rem;
  height: 2.7rem;
  width: 3.15rem;
}
.common .products ul li a h2 {
  color: #333333;
  font-size: 0.36rem;
  line-height: 0.36rem;
}
.common .products ul li a p {
  font-size: 0.28rem;
  color: #666;
  line-height: 0.42rem;
  margin-top: 0.1rem;
}
.common .products ul li a span {
  margin-top: 0.1rem;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #ffffff;
  font-size: 0.28rem;
  display: block;
  background-color: #025fff;
}
.common .cases {
  padding-top: 0.16rem;
}
.common .cases .title-h2 {
  margin-bottom: 0.4rem;
  width: 7.1rem;
  height: 0.52rem;
}
.common .cases .title-h2 h2 {
  line-height: 0.42rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  padding-bottom: 0.1rem;
  position: relative;
}
.common .cases .title-h2 h2::after {
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.03rem;
  background-color: #025fff;
  position: absolute;
  left: 0;
  bottom: -0.03rem;
}
.common .cases .title-h2 .line {
  width: 100%;
  height: 0.03rem;
  background-color: #025fff;
  opacity: 0.5;
}
.common .cases .cases-cnt {
  width: 7.2rem;
  padding-bottom: 0.2rem;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
}
.common .cases .cases-cnt .swiper-container {
  width: 7.1rem;
  margin-left: auto;
  margin-right: auto;
}
.common .cases .cases-cnt .swiper-container .swiper-slide {
  width: 7.1rem !important;
}
.common .cases .cases-cnt .swiper-container .swiper-slide .cases-cnt-item {
  width: 7.1rem !important;
  box-shadow: 0px 0.05rem 0.05rem 0px rgba(187, 212, 255, 0.75);
}
.common .cases .cases-cnt .swiper-container .swiper-slide .cases-cnt-item .mask {
  width: 7.1rem;
  position: relative;
}
.common .cases .cases-cnt .swiper-container .swiper-slide .cases-cnt-item .mask::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.66rem;
  background-color: #025fff;
  border-radius: 0.1rem 0.1rem 0px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.common .cases .cases-cnt .swiper-container .swiper-slide .cases-cnt-item .mask img {
  display: block;
  width: 7.1rem;
  height: 4.34rem;
}
.common .cases .cases-cnt .swiper-container .swiper-slide .cases-cnt-item .mask h3 {
  text-align: center;
  font-size: 0.32rem;
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: 0.66rem;
  line-height: 0.66rem;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.common .cases .cases-cnt .swiper-container .swiper-slide .cases-cnt-item .height1 {
  width: 7.1rem;
  position: relative;
}
.common .cases .cases-cnt .swiper-container .swiper-slide .cases-cnt-item .height1::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.84rem;
  background-color: #025fff;
  border-radius: 0.1rem 0.1rem 0px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.common .cases .cases-cnt .swiper-container .swiper-slide .cases-cnt-item .height1 img {
  display: block;
  width: 7.1rem;
  height: 4.34rem;
}
.common .cases .cases-cnt .swiper-container .swiper-slide .cases-cnt-item .height1 h3 {
  text-align: center;
  font-size: 0.32rem;
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: 0.84rem;
  line-height: 0.42rem;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.common .cases .cases-cnt .swiper-container .swiper-slide .cases-cnt-item .cases-cnt-itemMain {
  padding-top: 0.26rem;
}
.common .cases .cases-cnt .swiper-container .swiper-slide .cases-cnt-item .cases-cnt-itemMain .point {
  padding-bottom: 0.17rem;
}
.common .cases .cases-cnt .swiper-container .swiper-slide .cases-cnt-item .cases-cnt-itemMain .point p {
  position: relative;
  color: #666666;
  font-size: 0.28rem;
  line-height: 0.42rem;
  padding-left: 0.5rem;
}
.common .cases .cases-cnt .swiper-container .swiper-slide .cases-cnt-item .cases-cnt-itemMain .point p::before {
  content: '';
  width: 0.15rem;
  height: 0.15rem;
  background-color: #ff6000;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* Internet Explorer */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  position: absolute;
  left: 0.24rem;
  top: 0.21rem;
  margin-top: -0.08rem;
}
.common .cases .cases-cnt .swiper-container .swiper-slide .cases-cnt-item .cases-cnt-itemMain .line {
  width: 6.6rem;
  height: 1px;
  background-color: #999999;
  margin-left: auto;
  margin-right: auto;
}
.common .cases .cases-cnt .swiper-container .swiper-slide .cases-cnt-item .cases-cnt-itemMain .regard {
  font-size: 0.28rem;
  color: #666666;
  line-height: 0.42rem;
  padding: 0.2rem 0.16rem 0.46rem 0.24rem;
}
.common .cases .cases-cnt .swiper-container .swiper-pagination {
  top: 2.4rem !important;
  bottom: 0;
}
.common .cases .cases-cnt .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  border: solid 1px #ffffff;
  margin-right: 0.1rem;
  border-radius: 100%;
  background: aliceblue;
  opacity: 0.8;
}
.common .cases .cases-cnt .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-last-of-type(1) {
  margin-right: 0;
}
.common .cases .cases-cnt .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.8rem;
  height: 0.1rem;
  background-color: #ff6000;
  border-radius: 0.04rem;
  border: none;
  opacity: 1;
}
.common .num {
  display: flex;
  align-items: stretch;
}
.common .num div img {
  width: 3.5rem;
  height: 1.1rem;
}
.common .num div:nth-of-type(1) {
  margin-right: 0.1rem;
}
/* 物料列表页 */
.materials .liveChat {
  margin-top: 0.64rem;
}
.materials .materials-list {
  padding-bottom: 0.2rem;
}
.materials .materials-list ul {
  font-size: 0;
}
.materials .materials-list ul li {
  display: inline-block;
  margin-left: 0.6rem;
}
.materials .materials-list ul li:nth-child(4n-3) {
  margin-left: 0;
}
.materials .materials-list ul li a {
  display: block;
  width: 1.3rem;
}
.materials .materials-list ul li a img {
  width: 1.3rem;
  height: 1.3rem;
  margin-top: 0.58rem;
  margin-bottom: 0.42rem;
  vertical-align: top;
}
.materials .materials-list ul li a p {
  font-size: 0.32rem;
  line-height: 0.42rem;
  color: #666666;
  text-align: center;
  width: 1.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 产品内容页 */
.product-cnt .info {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
}
.product-cnt .info .info-tit {
  margin-bottom: 0.32rem;
  width: 7.1rem;
  height: 0.52rem;
}
.product-cnt .info .info-tit h1 {
  line-height: 0.42rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  padding-bottom: 0.1rem;
  position: relative;
}
.product-cnt .info .info-tit h1::after {
  content: '';
  display: block;
  width: 3.28rem;
  height: 0.03rem;
  background-color: #025fff;
  position: absolute;
  left: 0;
  bottom: -0.03rem;
}
.product-cnt .info .info-tit .line {
  width: 100%;
  height: 0.03rem;
  background-color: #025fff;
  opacity: 0.5;
}
.product-cnt .info .info-details {
  border: solid 1px #025fff;
  margin-top: 0.26rem;
  padding: 0.24rem 0.2rem 0.24rem 0.24rem;
}
.product-cnt .liveChat {
  margin-bottom: 0.5rem;
}
/* 物料内容页 */
.material-cnt .info {
  padding-top: 0.4rem;
  padding-bottom: 0.54rem;
}
.material-cnt .info .info-tit {
  margin-bottom: 0.32rem;
  width: 7.1rem;
  height: 0.52rem;
}
.material-cnt .info .info-tit h1 {
  line-height: 0.42rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  padding-bottom: 0.1rem;
  position: relative;
}
.material-cnt .info .info-tit h1::after {
  content: '';
  display: block;
  width: 1.28rem;
  height: 0.03rem;
  background-color: #025fff;
  position: absolute;
  left: 0;
  bottom: -0.03rem;
}
.material-cnt .info .info-tit .line {
  width: 100%;
  height: 0.03rem;
  background-color: #025fff;
  opacity: 0.5;
}
.material-cnt .info .info-details {
  border: solid 1px #025fff;
  margin-top: 0.26rem;
  padding: 0.24rem 0.2rem 0.24rem 0.24rem;
}
