@charset "utf-8";
/*格式化*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: "Microsoft YaHei", "Arial", Verdana, Arial, Helvetica, sans-serif;
  padding-top: 1px;
  background: #fff;
}
li,
ol {
  list-style: none;
}
ins {
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
a {
  text-decoration: none;
  font-family: "Microsoft YaHei";
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
:focus {
  outline: 0;
}
.clear {
  clear: both;
  line-height: 0px;
  overflow: hidden;
  zoom: 1;
  font-size: 0px;
  content: '.';
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
img {
  padding: 0;
  margin: 0;
}
a img {
  border: none;
}
input,
textarea {
  border: none;
  font-family: "Microsoft YaHei";
  font-size: 13px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* -- 页面整体布局 -- */
.wrap {
  min-width: 320px;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #fff;
  font-family: "Microsoft YaHei";
}
.wrap img {
  width: 100%;
  display: block;
}
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#e41f16","sub1color":"#000000"},
{"vicolor":"#00B32D","sub1color":"#59B370"},
{"vicolor":"#FC3BFF","sub1color":"#FF9875"},
{"vicolor":"#914E00","sub1color":"#B8824D"}
]
AVAIBLE_VI*/
.ovh {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content {
  width: 92%;
  margin: 0 auto;
}
/*COMMON_BLK_END*/
/*广告*/
.banner {
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: hidden;
}
.banner.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 1rem;
}
.banner .swiper-pagination-bullet {
  background: #f5f5f5;
  width: 0.8rem;
  opacity: 1;
  height: 0.8rem;
  margin: 0 0.4rem !important;
}
.banner .swiper-pagination-bullet-active {
  border-radius: 0.4rem;
  opacity: 1;
  background: #e41f16;
}
/*产品中心*/
.pro_tit {
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  color: #000000;
  line-height: 2.7rem;
  overflow: hidden;
  background-image: url('../images/cp_tit.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 2.6rem;
}
.pro_tit a {
  color: #000000;
  display: block;
  padding-top: 1rem;
}
.pro_tit i {
  display: block;
}
.product {
  padding: 3rem 0 2.5rem;
}
.pro_l {
  width: 100%;
  overflow: hidden;
  margin-top: 1.5rem;
}
.pro_l a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pro_l a:before {
  content: '';
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.pro_l dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.pro_l dd {
  color: #f0f1f6;
  overflow: hidden;
  width: 90%;
  position: absolute;
  top: 18rem;
  left: 5%;
  z-index: 5;
}
.pro_l dd h3 {
  font-size: 1.8rem;
  line-height: 3.6rem;
  height: 4rem;
  position: relative;
}
.pro_l dd h3:before {
  content: '';
  width: 3.5rem;
  height: 0.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e41f16;
}
.pro_desc {
  font-size: 1.1rem;
  line-height: 1.8rem;
  padding-top: 1rem;
}
.pro01 {
  margin-top: 2rem;
}
.pro01 ul li {
  float: left;
  width: 47.8%;
  height: 18.6rem;
  line-height: 0;
  overflow: hidden;
  background: #f6f9fc;
  box-sizing: border-box;
  margin-right: 4.4%;
  margin-bottom: 1.2rem;
  border: 1px solid #cdcdcd;
  position: relative;
}
.pro01 ul li img{margin:0 auto;width:80%;display:block;}
.pro01 ul li a {
  display: block;
  width: 100%;
}
.pro01 ul li span {
  display: block;
  position: absolute;
  left: 5%;
  bottom: 1rem;
  width: 90%;
  font-size: 1.2rem;
  color: #000;
  line-height: 1.6rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro01 ul li:nth-child(2n) {
  margin-right: 0;
}
.switch {
  width: 100%;
  height: 3.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.2rem 0 0;
}
.switch p {
  width: 3.7rem;
  height: 3.7rem;
  line-height: 0;
  margin: 0 0.6rem;
}
.switch p img {
  width: 3.7rem;
  height: 3.7rem;
}
/*产品中心02*/
.pro02 {
  padding: 3rem 0 3.5rem;
  background: #f7f9fc;
}
.pro02_tit {
  margin-bottom: 2.2rem;
}
.pro02_tit h2 {
  width: 100%;
  line-height: 2.8rem;
  height: 2.8rem;
  overflow: hidden;
  text-align: center;
}
.pro02_tit h2 a {
  font-size: 2rem;
  color: #000000;
  display: block;
}
.pro02_tit ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1.1rem;
}
.pro02_tit ul li {
  height: 2.4rem;
  line-height: 2.3rem;
  width: 24%;
  border: 1px solid #7f7f7f;
  border-radius: 3rem;
  text-align: center;
}
.pro02_tit ul li a {
  font-size: 1.2rem;
  color: #282828;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5%;
  box-sizing: border-box;
}
.pro02list {
  padding: 0 25%;
}
.pro02list ul li {
  border: 1px solid #e3e3e3;
  line-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.pro02list ul li em {
  display: block;
  width: 90%;
  margin: 0 auto;
  line-height: 0;
  overflow: hidden;
}
.pro02list ul li span {
  display: block;
  width: 100%;
  padding: 0 0 2rem;
  /*height: 6rem;*/
  /*position: absolute;*/
  /*bottom: 0;*/
  /*left: 0;*/
  text-align: center;
  color: #282828;
  background: #fff;
}
.pro02list ul li b {
  display: block;
  width: 90%;
  margin: 0 auto 0.8rem;
  font-size: 1.1rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5rem;
}
.pro02list ul li i {
  display: block;
  width: 6rem;
  margin: 0 auto;
  height: 1.8rem;
  line-height: 1.8rem;
  font-size: 0.7rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.pro02list .switch {
  margin-top: 2.5rem;
}
/*解决方案*/
.plan {
  padding: 3.5rem 0;
}
.plan .pro_tit {
  background-image: url("../images/plan_tit.png");
}
.plan_nav {
  width: 100%;
  margin: 1.5rem 0;
}
.plan_nav ul li {
  width: 19%;
  float: left;
  height: 8rem;
  box-sizing: border-box;
  border: 1px solid #dadada;
  margin-right: 1.25%;
  margin-bottom: 0.5rem;
}
.plan_nav ul li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 1.5rem;
  box-sizing: border-box;
}
.plan_nav ul li em {
  display: block;
  width: 2.5rem;
  height: 2rem;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto;
}
.plan_nav ul li em img {
  width: 2.5rem;
  height: 4rem;
}
.plan_nav ul li span {
  display: block;
  line-height: 1.3rem;
  width: 80%;
  margin: 0.8rem auto 0;
  font-size: 1rem;
  color: #434343;
  position: relative;
}
.plan_nav ul li:nth-child(5n) {
  margin-right: 0;
}
.planlist ul li {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 1.2rem;
  position: relative;
}
.planlist ul li a {
  display: block;
  width: 100%;
}
.planlist ul li span {
  display: block;
  width: 50%;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.2rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #e41f16;
  border-radius: 0 2.2rem 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 1.5% 0 3%;
  box-sizing: border-box;
}
/*优势*/
.g-ys {
  padding: 2rem 0 5rem;
  background: #f7f9fc;
}
.g-ys .pro_tit {
  background-image: url("../images/ys_tit.png");
}
.g-ys ul {
  margin-top: 1.5rem;
  background-image: url('../images/ys_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 53.2rem;
  height: 53.2rem;
}
.g-ys ul li {
  width: 100%;
  padding-top: 4.5rem;
}
.g-ys h4 {
  width: 100%;
  height: 6rem;
  overflow: hidden;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  line-height: 2rem;
}
.g-ys h4 b {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 0;
  overflow: hidden;
  position: relative;
  margin: 1.2rem auto 0;
}
.g-ys h4 b:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.1rem;
  right: 0.3rem;
  border-radius: 50%;
  background: #e41f16;
}
.g-ys h4 b img {
  width: 2.5rem;
  height: 2.5rem;
}
.g-ys dl {
  display: none;
  width: 95%;
  margin: 0 auto;
  height: 10.6rem;
  background: rgba(228, 31, 22, 0.8);
  text-align: center;
  padding: 1.5rem 5% 0;
  box-sizing: border-box;
}
.g-ys dl dt {
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.5rem;
  font-weight: bold;
}
.g-ys dl dd {
  font-size: 1.1rem;
  color: #fff;
  padding-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 2rem;
  height: 4rem;
}
.g-ys ul li.cur h4 {
  display: none;
}
.g-ys ul li.cur dl {
  display: block;
}
/*合作客户*/
.hz {
  padding: 3rem 0 0;
  width: 100%;
  height: 59.5rem;
  overflow: hidden;
  background: #fff url('../images/hz_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 62.5rem;
}
.hz_l {
  width: 100%;
}
.hz_l h3 {
  width: 100%;
  position: relative;
  height: 10rem;
  line-height: 3.5rem;
  text-align: center;
}
.hz_l h3:before {
  content: '';
  width: 3.2rem;
  height: 0.25rem;
  position: absolute;
  top: 4.5rem;
  left: calc(50% - 1.6rem);
  background: #e41f16;
  border-radius: 0.1rem;
}
.hz_l h3 a {
  font-size: 2.4rem;
  color: #000;
}
.hz_l h3 span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: normal;
  padding-top: 1.8rem;
}
.hz_l ul {
  width: 100%;
}
.hz_l ul li {
  width: 24.2%;
  float: left;
  overflow: hidden;
  line-height: 0;
  border: #ddd 1px solid;
  box-sizing: border-box;
  margin-bottom: 0.3rem;
  margin-right: 1%;
}
.hz_l ul li:nth-child(4n) {
  margin-right: 0;
}
.hz_r {
  width: 100%;
  padding-top: 5.5rem;
  position: relative;
}
.hz_rm {
  width: 78%;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem 5% 2rem;
  box-sizing: border-box;
  margin: 0 auto;
  color: #000;
}
.hz_rm h5 {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 3rem;
  height: 3rem;
  width: 100%;
  border-bottom: #e41f16 1px solid;
  margin-bottom: 0.8rem;
  letter-spacing: 3px;
}
.hz_rm p {
  height: 2rem;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
.hz_rm em {
  width: 1.1rem;
  height: 1.1rem;
  line-height: 0;
  margin-right: 0.5rem;
  overflow: hidden;
}
.hz_rm em img {
  width: 1.1rem;
  height: 1.1rem;
}
.hz_dian {
  display: block;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  background-image: url('../images/hz_dian.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 5rem 5rem;
  position: absolute;
  left: 6rem;
  top: 17rem;
}
.hz_dian:before {
  content: '';
  width: 5rem;
  height: 5rem;
  position: absolute;
  -webkit-box-shadow: inset #ec1811 0 0 40px;
  box-shadow: inset #ec1811 0 0 40px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  animation: warn2 2s ease-out 0.1s infinite;
}
.hz_dian:after {
  content: '';
  width: 5rem;
  height: 5rem;
  position: absolute;
  -webkit-box-shadow: inset #ec1811 0 0 40px;
  box-shadow: inset #ec1811 0 0 40px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  animation: warn 2s ease-out 1.1s infinite;
}
/*关于我们*/
.about {
  padding: 1.5rem 0 0;
  width: 100%;
  overflow: hidden;
}
.about .pro_tit {
  background-image: url("../images/ab_tit.png");
  width: 92%;
  margin: 0 auto;
}
.ab_desc {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.8rem;
  text-align: center;
  padding-top: 1.5rem;
}
.digital {
  margin-top: 2.6rem;
}
.digital ul li {
  color: #282828;
  font-size: 1.2rem;
  font-weight: bold;
  float: left;
  height: 8.5rem;
}
.digital ul li em {
  display: block;
  float: left;
  color: #fff;
  width: 1.7rem;
  height: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  overflow: hidden;
  background-image: url('../images/ab_k.gif');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 1.7rem 1.7rem;
  margin: 0 1rem 0 0.6rem;
}
.digital ul li b,
.digital ul li i {
  display: block;
  float: left;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.digital ul li span {
  display: block;
  line-height: 1.5rem;
  height: 2rem;
  width: 100%;
  border-bottom: 0.1rem solid #d7d9d7;
  clear: both;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.digital ul li:nth-child(1) {
  width: 28%;
}
.digital ul li:nth-child(2) {
  width: 19%;
  margin: 0 12.5%;
}
.digital ul li:nth-child(3) {
  width: 28%;
}
.digital ul li:nth-child(4) {
  width: 33.33%;
  margin: 0 11%;
}
.digital ul li:nth-child(5) {
  width: 38%;
}
.ab_pic {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
/**/
@keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes warn2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 8;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
/**/
html {
  font-size: 10px;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 8.533px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 10.664px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 11.04px;
  }
}
@media screen and (min-width: 440px) {
  html {
    font-size: 11.73px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 12.796px;
  }
}
@media screen and (min-width: 520px) {
  html {
    font-size: 13.863px;
  }
}
@media screen and (min-width: 560px) {
  html {
    font-size: 14.93px;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 15.996px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 17.06px;
  }
}
@media screen and (min-width: 680px) {
  html {
    font-size: 18.1288px;
  }
}
@media screen and (min-width: 700px) {
  html {
    font-size: 18.66px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 19.1952px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 20px;
  }
}
