@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":"#0f58a7","sub1color":"#2a2a2a"},
{"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: 93.33%;
  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: #0f58a7;
}
/*引子*/
.yinz {
  padding: 4.5rem 0 5rem;
}
.yinz h3 {
  overflow: hidden;
  font-size: 3.2rem;
  color: #000;
  line-height: 3.6rem;
}
.yinz h3 i {
  display: block;
}
.yinz h3 b {
  display: block;
  font-size: 1.5rem;
  color: #0f58a7;
  line-height: 1.8rem;
  padding-top: 1rem;
}
.yinz p {
  width: 102%;
  font-size: 1.3rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 2rem;
  height: 8rem;
  padding-top: 0.7rem;
}
.yinz_video {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-top: 1.5rem;
  background:#000;
}
.yinz_video video{background:#000;}
.yinz_video:before {
  display: none;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.video_play,
.four_video {
  display: block;
  position: absolute;
  left: calc(50% - 1.8rem);
  top: calc(50% - 1.8rem);
  width: 3.6rem;
  height: 3.6rem;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  background-image: url('../images/ab_video.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 3.6rem 3.6rem;
}
.video_play:before,
.four_video:before {
  content: '';
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  -webkit-box-shadow: inset #fff 0 0 40px;
  box-shadow: inset #fff 0 0 40px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  animation: warn2 2s ease-out 0.1s infinite;
}
.video_play:after,
.four_video:after {
  content: '';
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  -webkit-box-shadow: inset #fff 0 0 40px;
  box-shadow: inset #fff 0 0 40px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  animation: warn 2s ease-out 1.1s infinite;
}
/*产品优势*/
.four {
  padding: 4.5rem 0 5rem;
  overflow: hidden;
  background: #59779d;
}
.four_tit {
  height: 8rem;
  font-size: 2.8rem;
  color: #fff;
  line-height: 3.3rem;
}
.four_tit i {
  display: block;
}
.four_m {
  background: #fff;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
  padding: 2rem 0 4rem;
}
.four_m .m-cnt {
  width: 100%;
  height: 7rem;
}
.four_m .m-cnt li {
  width: 25%;
  float: left;
  text-align: center;
  height: 7rem;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.8rem;
}
.four_m .m-cnt li em {
  display: block;
  width: 3.8rem;
  height: 3.5rem;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto 0.3rem;
}
.four_m .m-cnt li em img {
  width: 3.8rem;
  height: 7rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.four_m .m-cnt li.z-on {
  color: #0f58a7;
  font-weight: bold;
}
.four_m .m-cnt li.z-on em img {
  margin-top: -3.5rem;
}
.four_m dl {
  margin: 0 auto;
  width: 93.6%;
}
.four_m dl dt {
  width: 100%;
  height: 20rem;
  line-height: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: #000;
}
.four_m dl dt video{background: #000;}
.four_m dl dt:before {
    display: none;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.four_m dl dt .four_video {
  left: calc(50% - 1.6rem);
  top: calc(50% - 1.6rem);
  width: 3.3rem;
  height: 3.3rem;
  background-image: url('../images/four_video.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 3.3rem 3.3rem;
}
.four_m dl dt .four_video:before,
.four_m dl dt .four_video:after {
  width: 3.3rem;
  height: 3.3rem;
}
.four_m dl dd h3 {
  font-size: 1.7rem;
  color: #333;
  line-height: 4.5rem;
  height: 4.5rem;
  overflow: hidden;
}
.four_m dl dd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
.four_m dl dd ul li {
  width: 32.4%;
  height: 7.8rem;
  font-size: 1.2rem;
  color: #fff;
  background: #0f58a7;
  line-height: 1.5rem;
  margin-right: 0.8rem;
  padding: 1rem 0 0 1.2rem;
  box-sizing: border-box;
}
.four_m dl dd ul li:first-child {
  background: #fc411a;
}
.four_m dl dd b {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-bottom: 0.5rem;
}
.four_m dl dd i {
  display: block;
}
.four_m dl dd p {
  position: relative;
  font-size: 1.3rem;
  color: #333;
  line-height: 1.8rem;
  padding: 0 0 0.6rem 1.3rem;
}
.four_m dl dd p:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
  background: #333;
  border-radius: 50%;
}
.four_btn {
  display: block;
  width: 27.5%;
  margin-top: 1.8rem;
}
.four_btn a {
  display: block;
  width: 100%;
  height: 2.5rem;
  line-height: 2.4rem;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  background: #fc411a;
  border-radius: 0.4rem;
}
.four .m-box .con,
.plan .m-box .con,
.super .m-box .con {
  display: inline;
  float: left;
}
/*解决方案*/
.plan_tit {
  width: 100%;
  height: 5.5rem;
  font-size: 3rem;
  color: #2a2a2a;
  text-align: center;
  line-height: 3.2rem;
  overflow: hidden;
}
.plan_tit a {
  display: block;
  color: #2a2a2a;
}
.plan_tit span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.4rem;
  padding-top: 0.9rem;
  font-weight: normal;
}
.plan {
  padding: 3.6rem 0;
}
.plan .m-cnt {
  margin-top: 1.5rem;
  width: 100%;
  position: relative;
  height: 8rem;
  background: #0f58a7;
  overflow: hidden;
}
.plan .m-cnt:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.plan .m-cnt li {
  width: 33.33%;
  text-align: center;
  height: 4rem;
  line-height: 3.9rem;
  float: left;
  position: relative;
  font-size: 1.4rem;
  color: #fff;
}
.plan .m-cnt li:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
}
.plan .m-cnt li a {
  display: block;
  color: #fff;
}
.plan .m-cnt li:nth-child(3n):after {
  display: none;
}
.plan .m-cnt li.z-on {
  background: #fc411a;
  font-weight: bold;
}
.plan_dl {
  display: block;
  width: 100%;
  overflow: hidden;
}
.plan_dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.plan_dl dd {
  width: 93.33%;
  margin: 0 auto;
  padding: 1.5rem 0 0;
}
.plan_dl dd h3 {
  font-size: 1.7rem;
  color: #333;
  font-weight: normal;
  line-height: 2.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.plan_dl dd p {
  font-size: 1.3rem;
  color: #444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 2rem;
  height: 6rem;
  padding-top: 0.6rem;
}
.plan_dl dd span {
  display: block;
  margin-top: 1.6rem;
  width: 26%;
  height: 2.5rem;
  line-height: 2.4rem;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  background: #fc411a;
  border-radius: 0.4rem;
}
.plan_list {
  width: 93.33%;
  margin: 1.5rem auto 0;
}
.plan_list h6 {
  font-size: 1.4rem;
  color: #333;
  height: 3rem;
  overflow: hidden;
  font-weight: normal;
}
.plan_list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.plan_list ul li {
  width: 47.4%;
}
.plan_list ul li em {
  display: block;
  width: 100%;
  border: #eee 1px solid;
  box-sizing: border-box;
  line-height: 0;
  overflow: hidden;
}
.plan_list ul li span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  line-height: 2.2rem;
  padding-top: 0.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.plan_btn {
  width: 100%;
  height: 2.2rem;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan_btn a {
  width: 2rem;
  height: 2rem;
  display: block;
  line-height: 0;
  margin: 0 1rem;
}
.plan_btn img {
  width: 2rem;
  height: 2rem;
}
/*案例*/
.g-case {
  padding: 4.5rem 0;
  background-image: url('../images/case_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 22rem;
}
.g-case .plan_tit span {
  font-size: 1rem;
  line-height: 1.2rem;
}
.case {
  margin-top: 1rem;
  padding-bottom: 4rem;
  box-shadow: -5px 3px 10px 3px rgba(0, 0, 0, 0.1);
}
.case dl {
  width: 100%;
}
.case dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.case dl dt .four_video {
  width: 3.7rem;
  height: 3.7rem;
  background-image: url('../images/four_video.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 3.7rem 3.7rem;
  top: auto;
  bottom: 1.5rem;
  left: 2rem;
}
.case dl dt .four_video:before,
.case dl dt .four_video:after {
  width: 3.7rem;
  height: 3.7rem;
}
.case dl dd {
  width: 91.5%;
  margin: 0 auto;
}
.case dl dd a {
  display: block;
  padding-top: 2.3rem;
}
.case dl dd h3 {
  font-size: 1.7rem;
  color: #333;
  line-height: 2.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case dl dd p {
  font-size: 1.3rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 2rem;
  height: 8rem;
  padding-top: 1rem;
}
.case dl dd span {
  display: block;
  margin-top: 1.5rem;
  width: 34%;
  height: 3rem;
  line-height: 2.9rem;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  background: #fc411a;
  border-radius: 0.4rem;
}
.casem {
  width: 91.5%;
  margin: 3.5rem auto 0;
  overflow: hidden;
}
.casem h3 {
  line-height: 2.5rem;
  height: 2.5rem;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
.casem h3:before {
  content: "";
  width: 80%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #eaeaea;
}
.casem h3 a {
  display: block;
  color: #333;
  font-size: 1.4rem;
}
.casem ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.casem ul li {
  width: 48.3%;
  line-height: 0;
  overflow: hidden;
}
.switch {
  width: 100%;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.switch p {
  width: 2rem;
  height: 2rem;
  line-height: 0;
  cursor: pointer;
  margin: 0 1rem;
}
.switch img {
  width: 2rem;
  height: 2rem;
}
/*优势*/
.super {
  padding: 0 0 4rem;
}
.super .m-cnt {
  margin-top: 1.3rem;
  width: 100%;
  height: 4rem;
  background: #0f58a7;
}
.super .m-cnt li {
  width: 25%;
  text-align: center;
  height: 4rem;
  line-height: 4rem;
  float: left;
  position: relative;
  font-size: 1.5rem;
  color: #fff;
}
.super .m-cnt li:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
}
.super .m-cnt li.z-on {
  background: #fc411a;
}
.super .m-cnt li:first-child:after {
  display: none;
}
.super dl {
  width: 100%;
  overflow: hidden;
}
.super dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.super dl dd {
  width: 93.33%;
  margin: 1.5rem auto 0;
}
.super dl dd h5 {
  font-size: 1.7rem;
  color: #0f58a7;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.super dl dd p {
  position: relative;
  font-size: 1.2rem;
  color: rgba(51, 51, 51, 0.8);
  line-height: 1.9rem;
  padding: 0 0 1rem 1rem;
}
.super dl dd p:before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
  background: #666;
  border-radius: 50%;
}
/*视频中心*/
.g-video {
  padding: 5rem 0 4rem;
  background-image: url('../images/case_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 22rem;
}
.video {
  margin-top: 1.5rem;
}
.video ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.video ul li {
  width: 48.6%;
  line-height: 0;
  overflow: hidden;
}
/*新闻*/
.g-news {
  padding: 5rem 0 4rem;
  background: #efefef;
}
.g-news dl {
  width: 93.33%;
  overflow: hidden;
  margin: 1.5rem auto 2rem;
}
.g-news dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.g-news dl dd a {
  display: block;
  padding: 1.5rem 0 0;
}
.g-news dl dd h5 {
  font-size: 1.5rem;
  color: #333;
  line-height: 2.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-news dl dd p {
  font-size: 1.3rem;
  color: #666;
  padding-top: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 2rem;
  height: 4rem;
}
.g-news ul li {
  height: 7.2rem;
  line-height: 7.2rem;
  border-top: #dcdcdc 1px solid;
}
.g-news ul li a {
  display: block;
  width: 93.33%;
  margin: 0 auto;
  font-size: 1.4rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*关于*/
.about {
  padding: 0 0 5rem;
}
.about h2 a {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  color: #333;
  height: 3rem;
  line-height: 3rem;
  overflow: hidden;
}
.ab_video {
  width: 100%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.ab_video .video_play {
  width: 6.2rem;
  height: 6.2rem;
  top: 10rem;
  left: calc(50% - 3.1rem);
  background-size: 6.2rem 6.2rem;
}
.ab_video .video_play:before,
.ab_video .video_play:after {
  width: 6.2rem;
  height: 6.2rem;
}
.ab_desc {
  width: 91.5%;
  margin: 0 auto;
  font-size: 1.3rem;
  color: #666;
  padding-top: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 2rem;
  height: 8rem;
}
.g-photo {
  padding: 3rem 0 4.5rem;
  background: #fff;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
  margin-top: -4rem;
  position: relative;
  z-index: 2;
}
.photo_t {
  width: 61.4%;
  margin: 3rem auto 1.5rem;
}
.photo_t ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.photo_t ul li a {
  display: block;
  font-size: 1.2rem;
  color: #333;
  height: 2.5rem;
  line-height: 2.5rem;
  position: relative;
}
.photo_t ul li a:before {
  content: "";
  width: 0;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fc411a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.photo_t ul li:first-child a {
  font-weight: bold;
  color: #ff3333;
}
.photo_t ul li:first-child a:before {
  width: 100%;
}
.photo {
  width: 91.5%;
  margin: 0 auto;
  overflow: hidden;
}
.photo ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.photo ul li {
  width: 47%;
  line-height: 0;
  overflow: hidden;
}
/**/
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;
  }
}
/**/
@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);
  }
}
