@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":"#fd3a00","sub1color":"#181818"},
{"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: 90.67%;
  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: #fd3a00;
}
/**/
.yinz {
  padding: 0 0 2.5rem;
}
.yinz dl {
  width: 90.67%;
  margin: 0 auto;
  padding-top: 4rem;
}
.yinz dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.yinz dl dd {
  width: 100%;
  text-align: center;
  padding-bottom: 3.3rem;
}
.yinz dl dd h5 {
  font-size: 2.2rem;
  color: #181818;
  height: 6rem;
  line-height: 3rem;
}
.yinz dl dd h5 a {
  font-size: 2.2rem;
  color: #181818;
}
.yinz dl dd h5 i {
  display: block;
}
.yinz_desc {
  font-size: 1.2rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 2rem;
  height: 10rem;
  padding-top: 1.5rem;
}
.yinz_btn {
  margin: 2rem auto 0;
  width: 33%;
  height: 3rem;
  background: #eee;
  border-radius: 2rem;
}
.yinz_btn a {
  font-size: 1.2rem;
  color: #181818;
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yinz_btn em {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 0;
  margin-right: 0.5rem;
}
.yinz_btn em img {
  width: 1.5rem;
  height: 1.5rem;
}
.digital {
  width: 100%;
  height: 14rem;
  background: #f5f5f5;
}
.digital .ibrand-num {
  width: 90.67%;
  margin: 0 auto;
}
.digital .ibrand-num li {
  width: 50%;
  height: 7rem;
  text-align: center;
  padding-top: 1rem;
  box-sizing: border-box;
  position: relative;
  float: left;
}
.digital .ibrand-num li b {
  font-family: "DINOT";
  font-size: 3rem;
  line-height: 3rem;
  display: block;
  color: #fd3a00;
  font-weight: normal;
}
.digital .ibrand-num li span {
  display: block;
  width: 100%;
  padding-top: 0.3rem;
  line-height: 1.2rem;
  color: #333;
  font-size: 1.2rem;
}
.digital .ibrand-num li:before {
  content: "";
  width: 1px;
  height: 3.4rem;
  background: #e5e5e5;
  position: absolute;
  top: calc(50% - 1.7rem);
  right: 0;
}
.digital .ibrand-num li:nth-child(1):after {
  content: "";
  width: 15.8rem;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.digital .ibrand-num li:nth-child(2):after {
  content: "";
  width: 15.8rem;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  right: 0;
}
.digital .ibrand-num li:nth-child(2n):before {
  display: none;
}
/*产品中心*/
.g-pro {
  background: #f5f5f5;
  padding: 4rem 0 2.5rem;
}
.pro_tit {
  font-size: 2.2rem;
  color: #333;
  height: 4.5rem;
  line-height: 2.2rem;
  text-align: center;
}
.pro_tit a {
  color: #333;
  display: block;
}
.pro_tit span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.3rem;
  padding-top: 0.6rem;
}
.pro01 {
  background: #fff;
  margin-top: 2rem;
  margin-bottom: 1.8rem;
  overflow: hidden;
}
.pro01_dl {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 3rem;
}
.pro01_dl dt,
.pro02_dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.pro_dd {
  width: 88%;
  margin: 0 auto;
  padding-top: 2rem;
  position: relative;
}
.pro_dd b {
  font-family: "DINOT";
  font-size: 4.5rem;
  line-height: 4rem;
  height: 2.5rem;
  display: block;
  color: rgba(51, 51, 51, 0.2);
  overflow: hidden;
  position: absolute;
  top: 1.8rem;
  right: 0;
}
.pro_dd h5 {
  font-size: 1.8rem;
  color: #333;
  line-height: 2.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro_dd p {
  font-size: 1.2rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 2rem;
  height: 8rem;
  padding-top: 1rem;
}
.pro_dd span {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  width: 35%;
  text-align: center;
  height: 3rem;
  line-height: 3rem;
  background: #fd3a00;
  border-radius: 2rem;
  margin-top: 2rem;
}
.prolist {
  width: 88%;
  margin: 0 auto;
}
.prolist ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.prolist ul li {
  width: 48.66%;
}
.prolist ul li em {
  display: block;
  line-height: 0;
  overflow: hidden;
  border: #e5e5e5 1px solid;
}
.prolist ul li span {
  width: 100%;
  display: block;
  text-align: center;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.2rem;
  color: #181818;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.5rem;
}
.switch {
  width: 100%;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.switch .swiper-pagination-bullet {
  float: left;
  background: #dcdcdc;
  border: #dcdcdc 0.1rem solid;
  width: 0.7rem;
  opacity: 1;
  height: 0.7rem;
  border-radius: 50%;
  margin: 0 0.3rem !important;
  box-sizing: border-box;
}
.switch .swiper-pagination-bullet-active {
  opacity: 1;
  border-color: #fd3a00;
  background: #fff;
}
.pro02 {
  background: #fff;
  padding-bottom: 3rem;
}
.pro02_dl {
  display: block;
  width: 100%;
}
.pro02_dl .pro_dd p {
  height: 6rem;
  -webkit-line-clamp: 3;
}
.pro02_list {
  font-size: 1.2rem;
  color: #181818;
  width: 100%;
  height: 3.4rem;
  border-top: #e6e6e6 1px dashed;
  border-bottom: #e6e6e6 1px dashed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
.pro02_list em {
  width: 0.5rem;
  height: 0.7rem;
  line-height: 0;
  overflow: hidden;
}
.pro02_list em img {
  width: 0.5rem;
  height: 0.7rem;
}
.pro03 {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.pro03,
.pro04 {
  background: #fff;
  padding-bottom: 2.5rem;
  overflow: hidden;
}
.pro03 .pro_dd,
.pro04 .pro_dd {
  display: block;
}
.pro03 .pro_dd p,
.pro04 .pro_dd p {
  height: 4rem;
  -webkit-line-clamp: 2;
}
.pro03 .prolist,
.pro04 .prolist {
  margin-top: 2rem;
}
.pro03 .prolist ul li em,
.pro04 .prolist ul li em {
  border: none;
}
/*优势*/
.g-ys {
  overflow: hidden;
  width: 100%;
  padding: 4rem 0 0;
}
.g-ys dl {
  background: #f5f5f5;
  padding-bottom: 3rem;
}
.g-ys dl dt {
  width: 100%;
  line-height: 0;
}
.g-ys dl dd {
  width: 90.66%;
  margin: 0 auto;
  padding: 2.2rem 0 0;
  text-align: center;
}
.g-ys dl dd h5 {
  font-size: 1.7rem;
  color: #181818;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.8rem;
}
.g-ys dl dd p {
  font-size: 1.2rem;
  color: #333;
  line-height: 2rem;
}
.g-ys .m-cnt {
  width: 100%;
  height: 5.5rem;
  border-top: #e5e5e5 1px solid;
  margin-top: 2rem;
}
.g-ys .m-cnt li {
  width: 25%;
  height: 4.5rem;
  float: left;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  line-height: 1.7rem;
  position: relative;
  padding-top: 1rem;
}
.g-ys .m-cnt li i {
  display: block;
}
.g-ys .m-cnt li.z-on {
  color: #fd3a00;
}
.g-ys .m-cnt li.z-on:after {
  content: "";
  width: 100%;
  height: 0.1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #fd3a00;
}
.g-ys .m-box .con,
.g-about .m-box .con {
  display: inline;
  float: left;
}
/*案例*/
.g-case {
  padding: 4rem 0;
}
.case {
  padding: 0 13.1%;
  margin-top: 1.8rem;height: 26rem;
}
.case dl {
  background: #f5f5f5;
  padding-bottom: 2rem;
}
.case dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.case dl dd {
  width: 85%;
  margin: 0 auto;
  padding: 2rem 0 0;
}
.case dl dd a {
  display: block;
}
.case dl dd h5 {
  font-size: 1.5rem;
  color: #181818;
  line-height: 2.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case dl dd p {
  font-size: 1.2rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 2rem;
  height: 10rem;
  padding-top: 1rem;
}
.case_btn {
  width: 30%;
  height: 2rem;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #fd3a00;
  margin-top: 1.5rem;
}
.case_btn em {
  width: 1.2rem;
  height: 1.2rem;
  line-height: 0;
  padding-left: 0.4rem;
}
.case_btn em img {
  width: 1.2rem;
  height: 1.2rem;
}
/*新闻*/
.g-news {
  padding: 0 0 4.5rem;
}
.g-news .pro_tit {
  margin-bottom: 2rem;
}
.g-news dl {
  width: 100%;
  padding: 1.7rem 0;
  overflow: hidden;
  border-top: #e5e5e5 1px solid;
  display: inline-block;
}
.g-news dl dt {
  width: 42%;
  max-width: 42%;
  height: 8rem;
  line-height: 0;
  overflow: hidden;
  float: right;
}
.g-news dl dd {
  float: left;
  width: 54%;
}
.g-news dl dd h5 {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2rem;
  color: #333;
  height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-news dl dd p {
  font-size: 1.2rem;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.8rem;
  height: 3.6rem;
  padding-top: 0.3rem;
}
.g-news dl dd span {
  display: block;
  font-size: 1rem;
  color: #999;
  padding-top: 0.3rem;
}
.g-news ul {
  width: 100%;
  overflow: hidden;
  border-top: #e5e5e5 1px solid;
}
.g-news ul li {
  height: 5rem;
  line-height: 5rem;
  border-bottom: #e5e5e5 1px solid;
  position: relative;
  padding-left: 1.5rem;
}
.g-news ul li:before {
  content: "";
  width: 0.4rem;
  height: 0.1rem;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
}
.g-news ul li a {
  font-size: 1.4rem;
  color: #333;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*关于*/
.g-about {
  background: #f5f5f5;
  overflow: hidden;
  width: 100%;
  padding: 4rem 0 4.5rem;
}
.g-about dl {
  background: #fff;
  width: 90.66%;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}
.g-about dl dt {
  width: 100%;
  line-height: 0;
}
.g-about dl dd {
  width: 88%;
  margin: 0 auto;
  padding: 2rem 0 0;
}
.g-about dl dd h5 {
  font-size: 1.5rem;
  color: #333;
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.8rem;
}
.g-about dl dd p {
  font-size: 1.2rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 2rem;
  height: 8rem;
}
.g-about .case_btn {
  width: 22%;
}
.g-about .m-cnt {
  width: 90.66%;
  margin: 0 auto;
  height: 4.5rem;
  border-top: #e5e5e5 1px solid;
  margin-top: 2rem;
}
.g-about .m-cnt li {
  width: 20%;
  height: 4.5rem;
  float: left;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  line-height: 4.5rem;
  position: relative;
}
.g-about .m-cnt li.z-on {
  color: #fd3a00;
}
.g-about .m-cnt li.z-on:after {
  content: "";
  width: 100%;
  height: 0.1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #fd3a00;
}
/**/
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;
  }
}
