body {
  font-family: Arial, '微软雅黑', Microsoft YaHei, '宋体', '黑体';
}
.container {
  width: 1200px;
  margin: 0 auto;
  background: #f7f7f7;
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.15);
}
.wrap {
  padding-left: 22px;
  padding-right: 22px;
}
/* ---------------------------------公共样式--------------------------------- */
/* ---------------------------------脚部样式--------------------------------- */
.wx-qrcode-wrapper-acds {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99990;
  text-align: center;
  line-height: 40px;
  color: #000;
}
.wx-qrcode-wrapper-acds h4 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wx-qrcode-wrapper-acds .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.wx-qrcode-wrapper-acds .wx-qrcode {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 99999;
  text-align: center;
  background: #fff;
  padding: 0 20px 20px;
}
/* ---------------------------------弹窗样式--------------------------------- */
.zhezhao {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10003;
  background: rgba(0, 0, 0, 0.8);
}
.alertwin {
  position: fixed;
  z-index: 10004;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 15px;
  padding-bottom: 1.4rem;
}
.alertwin .tanchuang {
  position: absolute;
  top: 0;
  right: 0;
  width: 13%;
}
.alertwin .dagou {
  padding-top: 1.55rem;
  padding-bottom: 0.35rem;
  width: 15.5%;
  margin: 0 auto;
}
.alertwin h1 {
  font-size: 0.7rem;
  line-height: 1.175rem;
  text-align: center;
}
.alertwin h2 {
  width: 70%;
  margin: 0 auto 0.125rem;
  font-size: 0.6rem;
  line-height: 1.175rem;
  text-align: left;
  padding-top: 1rem;
}
.alertwin p {
  width: 73%;
  margin: 0 auto;
  font-size: 0.4rem;
  display: list-item;
  list-style-type: disc;
  list-style-image: url('../images/tanchuang3.png');
}
.alertwin span {
  color: #ce131e;
  font-size: 1.2rem;
}
.alertwin .kefu {
  width: 75%;
  margin: 44px auto 0;
  position: relative;
}
.alertwin .kf {
  position: absolute;
  top: 54%;
  width: 100%;
  left: 15%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.alertwin .kf > div {
  float: left;
  height: 3rem;
}
.alertwin .kf .peo {
  width: 27%;
}
.alertwin .kf .peo img {
  width: 90%;
  margin: 0 5% 0.125rem;
}
.alertwin .kf .jt {
  width: 13%;
  text-align: center;
  padding: 0 3%;
  line-height: 3rem;
}
.alertwin .kf .jt img {
  vertical-align: middle;
}
.alertwin .kf .ewm {
  width: 35%;
}
.alertwin .kf .ewm img {
  width: 70%;
  margin: 0 15% 0.175rem;
}
/* ---------------------------------头部样式--------------------------------- */
/* ---------------------------------页脚样式--------------------------------- */
/*--------------------------------公共部分,可移至common------------------------------------*/
.share {
  padding: 0.35rem 2.5% 0.85rem;
  color: #000;
  font-size: 0.52rem;
}
.share span {
  font-size: 0.8rem;
  color: #333333;
  letter-spacing: 0.125rem;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.share span:hover {
  color: #ce131e;
}
.shangxiapian {
  padding: 0 2.5%;
}
.shangxiapian h3 {
  font-size: 0.52rem;
  line-height: 0.8rem;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  text-overflow: ellipsis;
  font-weight: bold;
}
.shangxiapian h3 a {
  color: #000;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.shangxiapian h3:active a {
  color: #ce131e;
}
.banner {
  width: 100%;
}
.banner .swiper-pagination-bullet {
  background: #ffffff;
}
.banner .swiper-pagination-bullet-active {
  background: #999999;
}
.page_nav {
  width: 100%;
}
.page_nav .swiper-container {
  padding: 0 4%;
}
.page_nav a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  font-weight: bold;
  text-align: center;
  color: #000;
  font-size: 0.56rem;
  line-height: 1.6rem;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.page_nav a:active,
.page_nav a.active {
  background: #ce131e;
  color: #fff;
}
.page_nav .swiper-slide {
  width: 25%;
}
.page_nav .active {
  background: #ce131e;
  color: #fff;
}
.page_nav .swiper-button-prev {
  background: #fff;
  width: 4%;
  text-align: center;
  height: 1.6rem;
  line-height: 1.6rem;
  left: 0px;
  top: 0px;
  margin-top: 0;
  box-shadow: 5px 0px 9px 0px rgba(34, 23, 20, 0.1);
}
.page_nav .swiper-button-prev img {
  width: 50%;
}
.page_nav .swiper-button-next {
  background: #fff;
  width: 4%;
  text-align: center;
  height: 1.6rem;
  line-height: 1.6rem;
  right: 0px;
  top: 0px;
  margin-top: 0;
  box-shadow: -5px 0px 9px 0px rgba(34, 23, 20, 0.1);
}
.page_nav .swiper-button-next img {
  width: 50%;
}
.page_nav .swiper-button-disabled {
  opacity: 1 !important;
}
.page_nav2 {
  width: 100%;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.13);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.page_nav2 ul {
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.page_nav2 li {
  float: left;
  text-align: center;
  font-size: 0.6rem;
  padding: 0 0.5rem;
  line-height: 1.8rem;
  font-weight: bold;
  background: rgba(206, 19, 30, 0);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.page_nav2 li:active,
.page_nav2 li.active {
  background: #ce131e;
}
.page_nav2 li:active a,
.page_nav2 li.active a {
  color: #fff;
}
.page_nav2 a {
  display: block;
  color: #333;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.page_nav3 {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.13);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.page_nav3 ul {
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.page_nav3 li {
  float: left;
  text-align: center;
  font-size: 0.55rem;
  padding: 0 0.5rem;
  line-height: 1.8rem;
  font-weight: bold;
  background: rgba(206, 19, 30, 0);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.page_nav3 li:active,
.page_nav3 li.active {
  background: #ce131e;
}
.page_nav3 li:active a,
.page_nav3 li.active a {
  color: #fff;
}
.page_nav3 a {
  display: block;
  color: #333;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.ejnav {
  padding: 0.14rem 4.2% 0.2rem;
  background: #dcdcdc;
}
.ejnav ul {
  display: block;
}
.ejnav li {
  float: left;
  width: 25%;
  text-align: center;
  line-height: 2.2;
  font-size: 0.48rem;
  font-weight: bold;
}
.ejnav li a {
  color: #333333;
}
.ejnav .active a {
  color: #ce131e;
}
.ejnav3 {
  padding: 0.175rem 30%;
  background: #dcdcdc;
}
.ejnav3 ul {
  display: block;
}
.ejnav3 li {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 1.3rem;
  font-size: 0.48rem;
  font-weight: bold;
}
.ejnav3 li a {
  color: #333333;
}
.ejnav3 .active a {
  color: #ce131e;
}
.ejnav2 {
  width: 100%;
}
.ejnav2 .swiper-container {
  padding: 0 4%;
}
.ejnav2 a {
  display: block;
  width: 100%;
  height: 100%;
  background: #dcdcdc;
  text-align: center;
  color: #333333;
  font-size: 0.48rem;
  line-height: 1.7rem;
  font-weight: bold;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.ejnav2 a:active,
.ejnav2 a.active {
  color: #ce131e;
}
.ejnav2 .active {
  color: #ce131e;
}
.ejnav2 .swiper-slide {
  width: 25%;
}
.ejnav2 .swiper-button-prev {
  background: #f9f9f9;
  width: 4%;
  top: 0;
  left: 0;
  margin-top: 0;
  height: 100%;
  text-align: center;
  font-size: 0.5rem;
  line-height: 1.7rem;
  box-shadow: 5px 0px 9px 0px rgba(34, 23, 20, 0.1);
}
.ejnav2 .swiper-button-prev img {
  width: 60%;
}
.ejnav2 .swiper-button-next {
  background: #f9f9f9;
  width: 4%;
  top: 0;
  right: 0;
  margin-top: 0;
  height: 100%;
  text-align: center;
  font-size: 0.5rem;
  line-height: 1.7rem;
  box-shadow: 5px 0px 9px 0px rgba(34, 23, 20, 0.1);
}
.ejnav2 .swiper-button-next img {
  width: 60%;
}
.atit {
  width: 100%;
  line-height: 2.6rem;
  text-align: center;
  color: #666666;
  font-size: 0.65rem;
  font-weight: bold;
}
.atit span {
  font-size: 0.85rem;
}
.atit .cn {
  color: #ce131e;
}
.page {
  width: 100%;
  margin: 1.05rem auto 0;
  position: relative;
  left: 4.2%;
}
.page .case-page {
  margin-top: 1.05rem;
  padding-bottom: 2.25rem;
}
.page .case-pageUl {
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.page ul {
  display: block;
  width: 100%;
}
.page li {
  width: 6.6%;
  line-height: 1rem;
  margin-left: 1.2%;
  margin-right: 1.2%;
  font-size: 0.475rem;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  float: left;
  padding: 0;
  color: #484848;
  overflow: hidden;
  text-align: center;
  background-color: rgba(206, 19, 30, 0);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.page .case-pageBtn {
  width: 16%;
  margin-left: 1.2%;
  margin-right: 1.2%;
}
.page a {
  color: #333;
  display: block;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.page a:hover {
  color: #fff;
  background-color: #ce131e;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.page span {
  color: #484848;
  margin-left: 1%;
  margin-right: 1%;
}
.page input {
  width: 20%;
  padding-left: 1%;
  margin-left: 1%;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  color: #484848;
}
.page .case-jump {
  border: 0;
  width: 26%;
}
.page .case-end {
  color: #bfbfbf;
}
.page .case-end:hover {
  color: #bfbfbf;
  background-color: #fff;
}
.page .active {
  color: #fff;
  background-color: #ce131e;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.location {
  margin-left: 3.34%;
  margin-bottom: 0.9rem;
  padding-top: 0.6rem;
  line-height: 1;
  font-size: 0.4rem;
}
.location span {
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
.location span:before {
  content: '';
  width: 0.1rem;
  height: 0.42rem;
  background: #ce131c;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -0.05rem;
  margin-right: 8px;
}
.location a {
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.location a:after {
  content: '';
  width: 0.175rem;
  height: 0.3rem;
  background: url(../images/case3-arr.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2rem;
}
.location a:last-child:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.location a:hover,
.location a.active {
  color: #ce131e;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
/*================================报价图片与报价系统=============================*/
