@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":"#0050a3","sub1color":"#333333"},
{"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: #0050a3;
}
/**/
.yinz {
  width: 100%;
  padding: 4rem 0 4.5rem;
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  text-align: center;
}
.yinz h5 {
  width: 100%;
  height: 7.7rem;
  line-height: 2.5rem;
  font-size: 2.2rem;
  color: #333333;
  position: relative;
  font-weight: normal;
}
.yinz h5:before {
  content: "";
  width: 2.5rem;
  height: 0.1rem;
  background: #0054ac;
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.2rem);
}
.yinz h5 i {
  display: block;
  font-size: 2.5rem;
  color: #0050a3;
  padding-bottom: 0.9rem;
}
.yinz .yinz_desc {
  font-size: 1.2rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 2.4rem;
  height: 12rem;
  padding-top: 1.5rem;
}
.yinz .yinz_desc b {
  color: #0050a3;
  font-weight: normal;
}
.yinz .yinz_video {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  margin-top: 1.5rem;
}
.yinz .yinz_video em {
  display: block;
  background-image: url('../images/yinz_video.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 6.8rem 6.8rem;
  width: 6.8rem;
  height: 6.8rem;
  position: absolute;
  top: calc(50% - 3.4rem);
  left: calc(50% - 3.4rem);
  cursor: pointer;
  z-index: 2;
}
/*产品中心01*/
.pro01 {
  padding-top: 4rem;
}
.pro_tit {
  height: 5.6rem;
  text-align: center;
  font-size: 2.5rem;
  color: #333333;
  line-height: 2.6rem;
  font-weight: normal;
}
.pro_tit a {
  color: #333333;
  display: block;
}
.pro_tit i {
  display: block;
  font-size: 1.2rem;
  line-height: 1.3rem;
  padding-top: 1rem;
}
.pro_nav {
  margin-top: 1rem;
  height: 10rem;
}
.pro_nav ul {
  display: inline-block;
  width: 100%;
  height: 8rem;
  position: relative;
  border: #e5e5e5 1px solid;
}
.pro_nav ul:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  left: 0;
}
.pro_nav ul:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  top: 0;
  left: 50%;
}
.pro_nav ul li {
  width: 50%;
  height: 4rem;
  float: left;
}
.pro_nav ul li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #333;
  height: 4rem;
  line-height: 3.9rem;
}
.pro_nav ul li:first-child a {
  background: #f0c000;
  color: #fff;
}
.pro01_qie {
  width: 100%;
  height: 50rem;
  background-image: url('../images/cp_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 50rem;
}
.pro01qie ul li {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  margin-top: 1.5rem;
}
.pro01bot {
  width: 92%;
  height: 20rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem 0 0 3%;
  box-sizing: border-box;
  overflow: hidden;
}
.pro01bot a {
  display: block;
}
.pro01bot h5 {
  font-size: 1.6rem;
  color: #333333;
  font-weight: normal;
  height: 2.5rem;
  line-height: 2.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro01_list ul {
  width: 100%;
  display: inline-block;
}
.pro01_list ul li {
  width: 50%;
  height: 6.5rem;
  padding-top: 1rem;
  float: left;
  position: relative;
}
.pro01_list ul li:before {
  content: "";
  width: 1px;
  height: 4rem;
  background: rgba(170, 170, 170, 0.4);
  position: absolute;
  top: 3rem;
  right: 1.8rem;
}
.pro01_list ul li em {
  width: 2.1rem;
  height: 2.1rem;
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 1rem;
  right: 3.5rem;
}
.pro01_list ul li em img {
  width: 2.1rem;
  height: 2.1rem;
}
.pro01_list ul li span {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  color: #333;
  line-height: 2rem;
}
.pro01_list ul li i {
  display: block;
  font-size: 1.2rem;
  padding-top: 0.5rem;
}
.pro01_list ul li:nth-child(2n):before {
  display: none;
}
/*产品中心02*/
.g-pro02 {
  padding: 0 0 4rem;
  background: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
}
.pro02 dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  background-image: url('../images/cp_txtbg.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 100% 5.3rem;
}
.pro02 dl dd {
  width: 100%;
  height: 4rem;
}
.pro02 dl dd a {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  color: #333;
  line-height: 3rem;
  text-align: center;
}
.switch {
  width: 100%;
  margin-top: 0.5rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.switch .swiper-pagination-bullet {
  float: left;
  background: #999;
  width: 0.5rem;
  opacity: 1;
  height: 0.5rem;
  border-radius: 0.5rem;
  margin: 0 0.5rem !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.switch .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0050a3;
  width: 1.5rem;
}
.pro02_bot {
  background: #fff;
  height: 20rem;
  margin-top: 1rem;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.05);
  position: relative;
}
.pro02_bot h5 {
  width: 25%;
  height: 8rem;
  background: #0050a3;
  font-size: 1.6rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 2.5rem;
  padding-top: 2rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.pro02_bot ul li {
  width: 25%;
  text-align: center;
  height: 10rem;
  float: left;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.5rem;
  padding: 1.2rem 0 0;
  box-sizing: border-box;
  background-image: url('../images/cp_btn02.gif');
  background-repeat: no-repeat;
  background-position: left 5rem;
  background-size: 0.8rem 0.6rem;
}
.pro02_bot ul li em {
  display: block;
  width: 57%;
  line-height: 0;
  overflow: hidden;
  margin:0 auto 0.5rem;
}
.pro02_bot ul li i {
  display: block;
  font-size: 1.4rem;
  color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 0.4rem;
}
.pro02_bot ul li:first-child,
.pro02_bot ul li:nth-child(5) {
  background: none;
}
/*横幅*/
.ban01 {
  width: 100%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.ban01 p {
  font-size: 3rem;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 4.5rem;
  left: 0;
  line-height: 3.2rem;
}
.ban01 i {
  display: block;
  font-size: 2.2rem;
  line-height: 2.2rem;
  padding-top: 1rem;
}
/*方案*/
.plan_tit {
  height: 6.5rem;
  line-height: 2.5rem;
  font-size: 2.5rem;
  color: #0050a3;
  font-weight: normal;
  width: 100%;
  text-align: center;
}
.plan_tit a {
  color: #0050a3;
  display: block;
}
.plan_tit span {
  display: block;
  font-size: 2.2rem;
  color: #333333;
  padding-top: 0.9rem;
}
.g-plan {
  background: #f5f5f5;
  padding: 3.5rem 0 4rem;
}
.g-plan .m-cnt {
  width: 100%;
  margin-top: 1.5rem;
  height: 12rem;
  background: #fff;
  border: #eee 1px solid;
  position: relative;
  border-bottom: none;
}
.g-plan .m-cnt:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  position: absolute;
  top: 0;
  left: 50%;
}
.g-plan .m-cnt li {
  width: 50%;
  float: left;
  text-align: center;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.2rem;
  color: #333;
  position: relative;
}
.g-plan .m-cnt li:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.g-plan .m-cnt li.z-on {
  color: #fff;
  background: #0050a3;
}
.g-plan dl {
  width: 100%;
  background: #fff;
  margin-top: 1.6rem;
}
.g-plan dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.g-plan dl dd {
  width: 90%;
  margin: 0 auto;
  padding: 1.5rem 0 2rem;
}
.g-plan dl dd a {
  font-size: 1.2rem;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 2.4rem;
  height: 12rem;
}
.plan_desc {
  padding: 1rem 0 0;
  font-size: 1.4rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 2.4rem;
  height: 7.2rem;
}
.g-plan .m-box .con,
.g-ys .m-box .con {
  display: inline;
  float: left;
}
/*技术深研*/
.g-three {
  padding: 3.5rem 0 0;
  width: 100%;
  height: 63.5rem;
  background-image: url('../images/three_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 67rem;
  overflow: hidden;
}
.g-three .plan_tit {
  margin-bottom: 1.8rem;
}
.g-three .plan_tit span {
  font-size: 2rem;
}
.g-three ul li {
  width: 100%;
  margin-bottom: 1rem;
}
.g-three h4 {
  width: 100%;
  height: 8rem;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 7%;
  box-sizing: border-box;
}
.g-three h4 span {
  font-size: 1.5rem;
  color: #111;
  line-height: 2.2rem;
}
.g-three h4 i {
  display: block;
  font-size: 1.2rem;
  color: #333;
  font-weight: normal;
}
.g-three em {
  line-height: 0;
  width: 4.5rem;
  height: 4.5rem;
  overflow: hidden;
}
.g-three em img {
  width: 4.5rem;
  height: 9rem;
}
.g-three dl {
  display: none;
  width: 91%;
  padding: 1.5rem 4.5% 2rem;
  background: #fff;
}
.g-three dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.g-three dl dd {
  padding: 0 0 1.5rem;
  position: relative;
}
.g-three dl dd h5 {
  font-size: 1.5rem;
  color: #111;
  line-height: 2.2rem;
  height: 2.2rem;
}
.g-three dl dd .ys_desc {
  width: 82%;
  padding-top: 0.6rem;
  font-size: 1.2rem;
  color: #333;
  line-height: 2rem;
}
.g-three dl dd em {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.g-three ul li.cur h4 {
  display: none;
}
.g-three ul li.cur dl {
  display: block;
}
/*优势*/
.g-ys {
  padding: 3.5rem 0 0;
}
.g-ys dl {
  width: 100%;
  background: #f5f5f5;
  padding-bottom: 3rem;
}
.g-ys dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.g-ys dl dd {
  width: 91%;
  padding: 1.5rem 0 0;
  margin: 0 auto;
  color: #333;
}
.g-ys dl dd h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.g-ys dl dd p {
  font-size: 1.2rem;
  line-height: 2.1rem;
}
.g-ys .m-cnt {
  width: 100%;
  margin: 1.5rem 0 0;
  height: 5.5rem;
  display: flex;
  justify-content: space-between;
}
.g-ys .m-cnt li {
  height: 4rem;
  font-size: 1.2rem;
  color: #333;
  position: relative;
  display: flex;
  align-items: center;
}
.g-ys .m-cnt li:before {
  content: "";
  width: 1px;
  height: 4rem;
  background: #cbcbcb;
  position: absolute;
  top: 0;
  left: -2.3rem;
}
.g-ys .m-cnt li:first-child:before {
  display: none;
}
.g-ys .m-cnt li em {
  width: 2.1rem;
  height: 2.1rem;
  line-height: 0;
  overflow: hidden;
  padding-right: 1rem;
}
.g-ys .m-cnt li em img {
  width: 2.1rem;
  height: 4.2rem;
}
.g-ys .m-cnt li span {
  line-height: 1.8rem;
}
.g-ys .m-cnt li i {
  display: block;
}
.g-ys .m-cnt li.z-on {
  color: #0050a3;
}
/*案例*/
.case {
  padding: 4rem 0 2rem;
}
.case dl {
  width: 100%;
  margin-top: 1.5rem;
}
.case dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.case dl dd {
  width: 100%;
  padding: 1.2rem 0 0;
}
.case dl dd a {
  display: block;
}
.case dl dd h5 {
  font-size: 1.5rem;
  color: #333;
  font-weight: normal;
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.6rem;
}
.case dl dd p {
  font-size: 1.2rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.8rem;
  height: 3.6rem;
}
/*合作客户*/
.hz {
  padding: 0 0 3.5rem;
}
.hz ul {
  width: 100%;
  position: relative;
  display: inline-block;
}
.hz ul:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
}
.hz ul li {
  width: 33.3%;
  float: left;
  position: relative;
}
.hz ul li:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.hz ul li:nth-child(3n):before {
  display: none;
}
/*新闻资讯*/
.g-news {
  background: #f5f5f5;
  padding: 3.5rem 0;
}
.g-news .pro_tit {
  height: 5.5rem;
  border-bottom: #e2e2e2 1px solid;
  line-height: 3rem;
}
.g-news dl {
  width: 100%;
  padding: 2rem 0;
  overflow: hidden;
  border-bottom: #e2e2e2 1px solid;
}
.g-news dl dt {
  width: 41%;
  max-width: 41%;
  height: 8rem;
  line-height: 0;
  overflow: hidden;
  float: left;
}
.g-news dl dd {
  float: right;
  width: 55%;
  padding: 0.5rem 0 0;
}
.g-news dl dd a {
  display: block;
}
.g-news dl dd h5 {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2.4rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-news dl dd p {
  font-size: 1.2rem;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 2rem;
  height: 4rem;
  padding-top: 0.5rem;
}
.news_more {
  display: block;
  width: 35%;
  margin: 2rem auto 0;
}
.news_more a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  background: #f0c000;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 3.5rem;
}
.news_more em {
  width: 0.5rem;
  height: 0.9rem;
  line-height: 0;
  padding-left: 1rem;
}
.news_more em img {
  width: 0.5rem;
  height: 0.9rem;
}
/*关于*/
.about {
  padding: 4rem 0 3.5rem;
}
.about dl {
  width: 100%;
  padding-top: 1.7rem;
}
.about dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.about dl dd {
  width: 92%;
  margin: 0 auto;
  padding-top: 1.3rem;
}
.about .ab_desc {
  font-size: 1.2rem;
  color: #555;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 2.4rem;
  height: 12rem;
}
/**/
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;
  }
}
