* {
  margin: 0;
  padding: 0;
  /* font-family: "PangMenZhengDao-Regular"; */
  font-family: "微软雅黑";
}

@font-face {
  font-family: "iconfont"; /* Project id 3948410 */
  src: url("//at.alicdn.com/t/c/font_3948410_uvyh6jd0mzn.woff2?t=1679378548952")
      format("woff2"),
    url("//at.alicdn.com/t/c/font_3948410_uvyh6jd0mzn.woff?t=1679378548952")
      format("woff"),
    url("//at.alicdn.com/t/c/font_3948410_uvyh6jd0mzn.ttf?t=1679378548952")
      format("truetype");
}

html {
  width: 100%;
  height: 100%;
  overflow: auto;
}

body {
  width: 100%;
  /* min-width: 1440px; */
  overflow: hidden;
  box-sizing: border-box;
}

.wraps {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.wraps .wrapsBox {
  width: 1440px;
  margin: auto;
}
.clearfloat:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.clearfloat {
  *zoom: 1;
}

.clearfloat:before,
.clearfloat:after {
  content: "";
  display: table;
  line-height: 0;
  visibility: hidden;
}

.clearfloat:after {
  clear: both;
}

.topbox {
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: rgba(7, 7, 15, 1);
  background-color: transparent;
  z-index: 600;
  left: 0;
  top: 0;
}
.logo {
  float: left;
}

.logo span {
  display: block;
  width: 360px;
  height: 60px;
  line-height: 60px;
  color: #02b2b5;
  /* color: #e5e5e5; */
  font-size: 28px;
  text-align: left;
  font-weight: bold;
}

/* .logo em{display: block;float: left;margin-top: 12.39px;  width: 30px;height: 36px;background:url(../images/logo.png)no-repeat;background-size: 100%;} */

.nav {
  float: right;
}

.nav li {
  float: left;
  position: relative;
  margin: 0 29px;
  line-height: 60px;
  font-size: 14px;
  height: 60px;
}

.nav li > a {
  display: block;
  color: #ffffff;
  font-size: 16px;
}

.nav li:after {
  transition: all 0.3s ease-in;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: none;
}

.nav li.active:after {
  background: -webkit-linear-gradient(left, #0d70fe, #05a9ff);
  background: -moz-linear-gradient(left, #0d70fe, #05a9ff);
  background: -ms-linear-gradient(left, #0d70fe, #05a9ff);
  background: -o-linear-gradient(left, #0d70fe, #05a9ff);
  background: linear-gradient(left, #0d70fe, #05a9ff);
}

.nav li:hover:after {
  background: -webkit-linear-gradient(left, #0d70fe, #05a9ff);
  background: -moz-linear-gradient(left, #0d70fe, #05a9ff);
  background: -ms-linear-gradient(left, #0d70fe, #05a9ff);
  background: -o-linear-gradient(left, #0d70fe, #05a9ff);
  background: linear-gradient(left, #0d70fe, #05a9ff);
}

.nav .active > a {
  color: #048ef6;
}

.nav li:hover a {
  color: #048ef6;
}

.nav_down {
  display: none;
  position: absolute;
  line-height: 38px;
  padding: 22px 36px 30px;
  box-sizing: border-box;
  top: 60px;
  left: 50%;
  width: 240px;
  background: #07070f;
  margin-left: -120px;
}

.nav_down a {
  color: #ffffff;
  font-size: 14px;
}

.nav li:hover .nav_down a {
  color: #ffffff;
}

.nav_down a {
  display: block;
}

.nav li .nav_down a:hover {
  color: #048ef6;
}

/*top*/

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.bannerul li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 799px;
  position: relative;
  float: left;
  overflow: hidden;
  background-size: cover !important;
  background-position: center;
}

.bannerul img {
  width: auto;
  display: block;
  z-index: 10;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.ban_text {
  /* height: 100%; */
  z-index: 100;
  margin: 0 auto;
  z-index: 100;
}

.ban_text h2 {
  /* margin-top: 280px; */
  font-weight: 600;
  text-align: left;
  line-height: 56px;
  color: rgb(2 62 115);
  font-size: 52px;
}

.ban_text .subtitle {
  margin-bottom: 30px;
  text-align: left;
  line-height: 56px;
  color: rgb(2 62 115);
  font-size: 22px;
  /* color: rgb(2, 178, 181); */
  /* font-size: 22px; */
}

.ban_info {
  margin-top: 32px;
  text-align: left;
  width: 461px;
  line-height: 30px;
  color: #378ab3;
  font-size: 16px;
}

.ban_more a {
  display: block;
  margin: auto;
  width: 120px;
  height: 36px;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  text-align: left;
  border-radius: 4px;
  background: -webkit-linear-gradient(
    left,
    #00a1ff,
    #0680ff,
    #0b61ff
  ); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(
    right,
    #00a1ff,
    #0680ff,
    #0b61ff
  ); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(
    right,
    #00a1ff,
    #0680ff,
    #0b61ff
  ); /* Firefox 3.6 - 15 */
  background: linear-gradient(
    to right,
    #00a1ff,
    #0680ff,
    #0b61ff
  ); /* 标准的语法 */
}

.bannerul {
  width: 100%;
  position: relative;
  z-index: 10;
}

.num {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
}

.num li {
  position: relative;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  width: 16px;
  cursor: pointer;
  height: 16px;
}

.num li:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.num li.active:after {
  border: 2px solid /*transparent*/ rgba(255, 255, 255, 0.5);
}

.num li.active svg {
  opacity: 1;
}

.num li svg {
  opacity: 0;
  position: absolute !important;
  left: -1px !important;
  top: -1px !important;
}

/*banner*/

/* about-start */
.about {
  width: 100%;
  padding: 120px 0 80px;
  /* min-height: 800px; */
  display: flex;
  justify-content: center;
  align-items: center;

}
.about .ab_pic {
  width: 60%;
  height: auto;
}
.about .ab_text {
  position: relative;
  margin-bottom: 60px;
  width: 100%;
  height: auto;
  padding: 40px 44px;
  background: #fff;
  text-align: left;
  box-sizing: border-box;
}
.about .ab_text_pic {
  position: absolute;
  top:-20px;
  left: -56px;
  width: 85%;
  height: auto;
}
.about h2 {
  text-align: center;
  margin: 40px 0 22px;
  font-size: 28px;
  color: rgba(22, 22, 72, 1);
}
.about .ab_hr {
  width: 200px;
  height: 2px;
  background: rgba(22, 22, 72, 1);
  margin: 0 auto;
}
.about p {
  margin: 16px 0;
  line-height: 1.8;
  font-size: 16px;
  text-indent: 2em;
}
/* about-end */
.pro_box {
  margin-top: 53px;
  margin-bottom: 19px;
  width: 100%;
  overflow: hidden;
}

.pro_tit {
  margin: auto;
  margin-bottom: 18px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
}

.pro_info {
  text-align: center;
  height: 22px;
  line-height: 22px;
  opacity: 0.77;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
}

.pro_list {
  margin-top: 60px;
  width: 1250px;
  margin: 60px auto 0;
}

.pro_list li {
  width: 25%;
  float: left;
}

.pro_top {
  transition: all 0.3s ease-in;
  background: url(../images/home/probj1.png) no-repeat;
  width: 63px;
  height: 72px;
  margin: auto;
}

.pro_top a {
  font-size: 25px;
  display: block;
  width: 100%;
  height: 100%;
  color: #cccccc;
  line-height: 72px;
  text-align: center;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.pro_list li.active a {
  color: #048ef6;
}

.pro_top:hover a {
  color: #048ef6;
}

.pro_top:hover {
  color: #048ef6;
  background: url(../images/home/probj2.png) no-repeat;
  background-size: 100%;
}

.pro_list li.active .pro_top {
  color: #048ef6;
  background: url(../images/home/probj2.png) no-repeat;
  background-size: 100%;
}

.pro_name {
  transition: all 0.3s ease-in;
  text-align: center;
  margin-top: 16px;
  height: 22px;
  line-height: 22px;
  color: rgba(153, 153, 153, 1);
  font-size: 16px;
}

.pro_list li:hover .pro_name {
  color: #048ef6;
}

.pro_list li.active .pro_name {
  color: #048ef6;
}

/*产业中心*/

.tmcbox {
  background: #f6f8fa;
  width: 100%;
  width: 100%;
  overflow: hidden;
  padding: 20px 0 31px;
  box-sizing: border-box;
}

.tmc {
  display: none;
  width: 1105px;
  margin: auto;
  height: 360px;
}

.tmc.active {
  display: block;
}

.tmc_pic {
  width: 524px;
  float: left;
}

.tmc_pic img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

.tmc_text {
  width: 438px;
  float: right;
  margin-right: 50px;
}

.tmc_tit {
  margin-top: 26px;
  margin-bottom: 20px;
  height: 37px;
  line-height: 37px;
  color: rgba(51, 51, 51, 1);
  font-size: 26px;
}

.tmc_info {
  width: 438px;
  line-height: 26px;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
}

.solut_box {
  width: 100%;
  height: 810px;
  position: relative;
  margin-bottom: 51px;
  overflow: hidden;
}

.solu_ban ul {
  position: absolute;
  width: 100%;
  height: 810px;
  z-index: 10;
}

.solu_ban li {
  display: none;
  position: relative;
  width: 100%;
  height: 810px;
  overflow: hidden;
}

.solu_ban li img {
  height: 810px;
  width: auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.solu_ban .active {
  display: block;
}

.plan_box {
  position: absolute;
  height: 810px;
  left: 50%;
  margin-left: -600px;
  top: 0;
  z-index: 200;
}

.sidebar {
  width: 236px;
  float: left;
  margin-top: 140px;
}

.prev {
  display: none;
  height: 36px;
  cursor: pointer;
  line-height: 36px;
  width: 100%;
  text-align: center;
  background: #1a1a1a;
}

.prev.active {
  display: block;
}

.next {
  display: none;
  height: 36px;
  cursor: pointer;
  line-height: 36px;
  width: 100%;
  text-align: center;
  background: #1a1a1a;
}

.next.active {
  display: block;
}

.next img {
  opacity: 0.5;
  transition: all 0.3s ease-in;
  width: 36px;
  height: 36px;
}

.next:hover img {
  opacity: 1;
}

.prev img {
  opacity: 0.5;
  transition: all 0.3s ease-in;
  width: 36px;
  height: 36px;
}

.prev:hover img {
  opacity: 1;
}

.slide_ban {
  height: 563px;
  overflow: hidden;
  width: 100%;
  background: #000000;
}

.slide_ban li {
  transition: all 0.3s ease-in;
  height: 94px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.slide_ban a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 25px;
}

.slide_ban li + li a {
  border-top: 1px solid #3a3a3a;
}

.slide_ban li.active {
  background: -webkit-linear-gradient(left, #00d7ff, #0b61ff);
  background: -moz-linear-gradient(left, #00d7ff, #0b61ff);
  background: -ms-linear-gradient(left, #00d7ff, #0b61ff);
  background: -o-linear-gradient(left, #00d7ff, #0b61ff);
  background: linear-gradient(left, #00d7ff, #0b61ff);
}

.slide_ban li.active a {
  border: none;
}

.slide_ban h2 {
  padding-top: 20px;
  margin-bottom: 13px;
  height: 22px;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}

.slide_ban li.active a {
  padding-left: 40px;
}

.slide_way {
  height: 20px;
  line-height: 20px;
  color: rgba(198, 198, 198, 1);
  font-size: 14px;
}

.slide_ban li.active .slide_way {
  color: #ffffff;
}

.blur_box {
  width: 920px;
  float: right;
}

.blut_top {
  width: 640px;
  text-align: center;
  margin-bottom: 35px;
}

.blut_top h2 {
  margin-top: 52px;
  margin-bottom: 23px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
}

.blur_info {
  text-align: center;
  height: 22px;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}

.blut_ban {
  width: 100%;
  padding-left: 36px;
  box-sizing: border-box;
}

.blut_name {
  height: 33px;
  margin-bottom: 22px;
  line-height: 33px;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
}

.blur_text {
  margin-bottom: 34px;
  /* height: 46px; */
  line-height: 24px;
  color: #c6c6c6;
  font-size: 14px;
}

.blur_more a {
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #ffffff;
  width: 159px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 1);
}

.blur_more a:hover {
  background: #048ef6;
}

.blur_more {
  margin-bottom: 34px;
}

.point_tit {
  height: 20px;
  margin-bottom: 19px;
  line-height: 20px;
  color: rgba(198, 198, 198, 1);
  font-size: 14px;
}

.point {
  margin-bottom: 45px;
}

.char {
  display: table;
  float: left;
  margin-right: 30px;
  text-align: center;
  width: 152px;
  height: 48px;
  background-color: rgba(33, 33, 33, 1);
  border: 1px solid rgba(151, 151, 151, 1);
}

.char p {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 0 11px;
  vertical-align: middle;
}

.char span {
  display: block;
  font-size: 12px;
  color: #ffffff;
}

.typi a {
  vertical-align: middle;
  margin-right: 60px;
}

.blut_ban li {
  display: none;
  height: 690px;
}

.blut_ban li.active {
  display: block;
}

.blut_ban > ul {
  height: 620px;
}

/*解决方案*/

.apply_box {
  width: 1198px;
  margin: auto;
}

.apply_tit {
  text-align: center;
  height: 42px;
  line-height: 42px;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 18px;
  font-size: 30px;
}

.apply_info {
  text-align: center;
  height: 22px;
  line-height: 22px;
  opacity: 0.77;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
}

.apply_list {
  margin-top: 89px;
  margin-bottom: 93px;
}

.apply_list ul {
}

.apply_pic {
  height: 200px;
}

.apply_list li img {
  transition: filter 0.2s ease-in;
  display: block;
  width: 404px;
  height: 200px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.apply_list li:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

.apply_list li.active img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

.apply_list li {
  overflow: hidden;
  transition: transform 0.3s;
  transform: translateZ(
    0
  ); /*transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);*/
  display: inline-block;
  padding-bottom: 30px;
  box-sizing: border-box;
  background: #ffffff;
  width: 390px;
  position: relative;
  z-index: 10;
  top: 0;
  vertical-align: top;
  border-radius: 8px;
  box-shadow: 0px 2px 14px 4px rgba(15, 52, 93, 0.09);
}

.apply_list li.active {
  /*z-index: 100;width: 440px;top: -33px;*/
  z-index: 100;
  transform: scale(1.1);
  padding-bottom: 42px;
  box-shadow: 0 3px 28px 0 rgba(19, 53, 91, 0.24);
}

.apply_list li:nth-child(3) .apply_pic img {
  float: right;
}

.apply_list li:nth-child(3) {
  right: 5px;
}

.apply_list li:nth-child(1) {
  left: 5px;
}

/*.apply_list li.active .apply_pic{height: 240px;}*/

.app_name {
  text-align: center;
  height: 25px;
  line-height: 25px;
  margin-top: 36px;
  color: rgba(136, 136, 136, 1);
  font-size: 18px;
}

.apptext {
  width: 330px;
  margin: auto;
  padding: 0 37px;
  margin-top: 19px;
  height: 170px;
  line-height: 30px;
  color: rgba(136, 136, 136, 1);
  font-size: 14px;
}

/*.apply_list li.active .app_name{height: 28px;line-height: 28px;margin-top: 34.92px; color: rgba(68, 68, 68, 1);font-size: 20px;}*/

/*.apply_list li.active .apptext{height: 175px;padding: 0 40.3px; width: 359px;height: 175px;line-height: 30px;color: rgba(102, 102, 102, 1);font-size: 16px;}*/

.apply_list li a {
  display: block;
}

.apply_list li:nth-child(3) .app_name {
  float: right;
  width: 100%;
}

.apply_list li:nth-child(3) .apptext {
  float: right;
}

/*应用案例*/
.friendbox {
  width: 100%;
  overflow: hidden;
  padding-top: 70px;
  box-sizing: border-box;
  height: 415px;
  background-color: rgba(246, 248, 250, 1);
}

.fr_tit {
  text-align: center;
  height: 42px;
  line-height: 42px;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
}

.friend {
  width: 1207px;
  margin: 20px auto 0;
}

.friend ul {
  width: 1307px;
  margin-left: -50px;
}

.friend li {
  float: left;
  margin: 20px 49px;
  height: 80px;
  width: 227px;
  display: table;
  text-align: center;
}

.friend li a {
  overflow: hidden;
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.friend img {
  transition: all 0.3s ease-in;
  max-width: 90%;
  max-height: 90%;
  display: block;
  margin: auto;
}

.friend li:hover img {
  transform: scale(1.07);
}

/*合作伙伴*/

.footerbox {
  width: 100%;
  padding-top: 36px;
  box-sizing: border-box;
  background-color: rgba(11, 11, 62, 1);
}

.hot_line {
  width: 342px;
  float: left;
}

.hot_tit {
  height: 26px;
  background: url(../images/home/hot.png) no-repeat;
  padding-left: 36px;
  background-size: 26px;
  background-position: 0;
  box-sizing: border-box;
  margin-bottom: 20px;
  line-height: 26px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
}

.call {
  height: 30px;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
}

.qqin {
  display: block;
  margin-top: 14px;
  width: 151px;
  height: 45px;
  font-size: 16px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  border-radius: 4px;
  background: -webkit-linear-gradient(
    left,
    #00a1ff,
    #0680ff,
    #0b61ff
  ); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(
    right,
    #00a1ff,
    #0680ff,
    #0b61ff
  ); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(
    right,
    #00a1ff,
    #0680ff,
    #0b61ff
  ); /* Firefox 3.6 - 15 */
  background: linear-gradient(
    to right,
    #00a1ff,
    #0680ff,
    #0b61ff
  ); /* 标准的语法 */
}

.fast_nav {
  width: 220px;
  float: left;
}

.fast_tit {
  height: 22px;
  margin-bottom: 19px;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}

.fast_list {
  padding-top: 20px;
  /* height: 140px; */
  line-height: 28px;
  color: #fff;
  font-size: 14px;
}

.fast_list a {
  color: rgba(204, 204, 204, 1);
}

.fast_list a:hover {
  color: #048ef6;
}

.contus {
  width: 420px;
  float: left;
}

.code {
  width: 80px;
  float: right;
}

.code img {
  display: block;
  width: 100%;
}

.code_text {
  margin-top: 10px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}

.copy {
  margin-top: 20px;
  text-align: center;
  left: 0px;
  border-top: 1px solid rgba(216, 216, 216, 0.16);
  line-height: 20px;
  color: rgba(204, 204, 204, 1);
  font-size: 13px;
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: middle;
}
.copy .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*首页*/

.pro_ban {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 20;
  height: 480px;
  background: -webkit-linear-gradient(left, #00130d, #021937, #021b46, #00130d);
  background: -moz-linear-gradient(left, #00130d, #021937, #021b46, #00130d);
  background: -ms-linear-gradient(left, #00130d, #021937, #021b46, #00130d);
  background: -o-linear-gradient(left, #00130d, #021937, #021b46, #00130d);
  background: linear-gradient(left, #00130d, #021937, #021b46, #00130d);
}

.pro_le {
  width: 570px;
  float: left;
}

.good_tit {
  margin-top: 115px;
  margin-bottom: 23px;
  height: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
}

.good_info {
  margin-bottom: 54px;
  width: 569px;
  line-height: 32px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}

.good_more a {
  display: block;
  width: 120px;
  height: 36px;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  background: -webkit-linear-gradient(
    left,
    #00a1ff,
    #0680ff,
    #0b61ff
  ); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(
    right,
    #00a1ff,
    #0680ff,
    #0b61ff
  ); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(
    right,
    #00a1ff,
    #0680ff,
    #0b61ff
  ); /* Firefox 3.6 - 15 */
  background: linear-gradient(
    to right,
    #00a1ff,
    #0680ff,
    #0b61ff
  ); /* 标准的语法 */
}

/*.good_more a:hover{background: #048EF6;}*/

.pro_use {
  width: 1146px;
  margin: auto;
  position: relative;
  height: 480px;
}

.good_pic {
  width: 432px;
  float: right;
  height: 283px;
  position: relative;
  margin-top: 96px;
}

.good1 {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
}

.good2 {
  position: absolute;
  left: 50%;
  top: 50%;
}

.good3 {
  position: absolute;
  left: 50%;
  top: 50%;
}

#good1 {
  margin: -123px 0 0 -23px;
  transition: 0.5s ease-out;
}

#good2 {
  margin: -147px 0 0 -199px;
  transition: 0.5s ease-out;
}

#good3 {
  margin: -88px 0 0 -188px;
  transition: 0.5s ease-out;
}

#good1 img,
#good2 img,
#good3 img {
  transform: translate3d(0, 0, 0);
  transition: 0.3s;
}

/*ban*/

.main {
  width: 100%;
  overflow: hidden;
}

.main-top {
  text-align: center;
  line-height: 64px;
  border-bottom: 1px solid #d8d8d8;
}

.main-top span {
  display: inline-block;
  position: relative;
  border-bottom: 3px solid transparent;
  margin: 0 38px;
  cursor: pointer;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
}

.main-top span.active {
  border-bottom: 3px solid #048ef6;
  color: #048ef6;
}

.firebox {
  padding-top: 51px;
  box-sizing: border-box;
  width: 100%;
  height: 688px;
  background-color: rgba(245, 245, 245, 1);
}

.fire_tit {
  text-align: center;
  margin-bottom: 6px;
  height: 42px;
  line-height: 42px;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
}

.fire_info {
  text-align: center;
  height: 22px;
  margin-bottom: 13px;
  line-height: 22px;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
}
.blur_box .fire_tit {
  margin-top: 30px;
  color: #fff;
}
.blur_box .fire_info {
  color: #b4b3b3;
}

.fire_ban {
  margin: 37px auto 0;
  width: 1196px;
  overflow: hidden;
  height: 443px;
  background-color: rgba(255, 255, 255, 1);
}

.fir_cut {
  width: 280px;
  float: left;
  height: 443px;
  background: #3a3a3a;
}

.fir_cut li {
  cursor: pointer;
  height: 147.6px;
  width: 100%;
  display: table;
}

.fir_cut li:nth-last-child(2) {
  background: #2b2b2b;
}

/*.fir_cut li:nth-last-child(2).active{background:-webkit-linear-gradient(left,#0D70FF,#0B61FF); background:-moz-linear-gradient(left,#0D70FF,#0B61FF); background:-ms-linear-gradient(left,#0D70FF,#0B61FF); background:-o-linear-gradient(left,#0D70FF,#0B61FF); background:linear-gradient(left,#0D70FF,#0B61FF);}*/

.fir_cut li.active {
  background: -webkit-linear-gradient(left, #00d7ff, #0b61ff);
  background: -moz-linear-gradient(left, #00d7ff, #0b61ff);
  background: -ms-linear-gradient(left, #00d7ff, #0b61ff);
  background: -o-linear-gradient(left, #00d7ff, #0b61ff);
  background: linear-gradient(left, #00d7ff, #0b61ff);
}

.fir_use {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.fir_pic {
  font-family: "iconfont";
  font-size: 40px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 1);
}

.fire_name {
  height: 20px;
  line-height: 20px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}

.fieline_box {
  padding-top: 52px;
  box-sizing: border-box;
  width: 824px;
  float: left;
  margin-left: 40px;
  height: 443px;
  overflow: hidden;
}

.deta_tit span {
  padding-left: 11px;
  box-sizing: border-box;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  border-left: 3px solid #048ef6;
}

.deta_tit {
  margin-bottom: 20px;
}

.detail {
  height: 46px;
  margin-bottom: 44px;
  line-height: 24px;
  opacity: 0.88;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
}

.fun_list li {
  text-align: center;
  float: left;
  box-sizing: border-box;
  line-height: 78px;
  width: 187px;
  height: 80px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(238, 238, 238, 1);
}

.fun_list li + li {
  margin-left: 20px;
}

.fun_list li span {
  font-family: "iconfont";
  line-height: 46px;
  text-align: center;
  vertical-align: middle;
  font-size: 21px;
  color: #ffffff;
  margin-right: 18px;
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #1060fe, #01c1e6);
  background: -moz-linear-gradient(top, #1060fe, #01c1e6);
  background: -ms-linear-gradient(top, #1060fe, #01c1e6);
  background: -o-linear-gradient(top, #1060fe, #01c1e6);
  background: linear-gradient(top, #1060fe, #01c1e6);
}

.fun_list li em {
  vertical-align: middle;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
}

.firline {
  display: none;
}

.firline.active {
  display: block;
}
.firline .detail img {
  width: 90%;
  margin: auto;
}

/*四个消防*/
.terr_box {
  height: 350px;
  box-sizing: border-box;
  margin: auto;
  padding-top: 60px;
}

.terr_list {
  margin-top: 15px;
}

.terr_list li {
  width: 200px;
  float: left;
  padding-top: 20px;
  box-sizing: border-box;
}

.terr_pic {
  transition: all 0.3s ease-in;
  font-family: "iconfont";
  margin-bottom: 35px;
  font-size: 44px;
  color: #888888;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.terr_name {
  transition: all 0.3s ease-in;
  height: 28px;
  line-height: 28px;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  text-align: center;
}

.put_item .err {
  color: #a40000;
  position: absolute;
  left: 0;
  font-size: 12px;
  display: none;
}

/*平台功能*/

.costbox {
  height: 607px;
  width: 100%;
  background: #f5f5f5;
  padding-top: 51px;
  box-sizing: border-box;
}

.cost_tit {
  text-align: center;
  margin-bottom: 60px;
  height: 42px;
  line-height: 42px;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
}

.cost {
  width: 1120px;
  margin: auto;
}

.cost_list {
  width: 400px;
  float: left;
  margin-top: 30px;
}

.cost_info {
  height: 20px;
  line-height: 20px;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
}

.cost_list li + li {
  margin-top: 38px;
}

.cost_name span {
  vertical-align: middle;
}

.cost_name em {
  vertical-align: middle;
  font-family: "iconfont";
  margin-right: 7px;
  display: inline-block;
  width: 22px;
  color: rgba(4, 142, 246, 1);
  font-size: 16px;
}

.cost_name {
  line-height: 22px;
  color: rgba(4, 142, 246, 1);
  font-size: 16px;
  margin-bottom: 7px;
}

.cost_pic {
  width: 658px;
  float: right;
}

.cost_pic img {
  display: block;
  width: 100%;
}

/*平台价值*/

.stress_box {
  width: 700px;
  margin: auto;
  padding-top: 60px;
  box-sizing: border-box;
  height: 617px;
}

.str_tit {
  text-align: center;
  margin-bottom: 55px;
  height: 42px;
  line-height: 42px;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
}

.stress {
  width: 700px;
  height: 380px;
  position: relative;
}

.stress img {
  display: block;
  width: 100%;
}

.str_le {
  text-align: left;
  position: absolute;
  background: url(../images/lebj.png) no-repeat;
  width: 310px;
  height: 56px;
  left: -231px;
  top: 74px;
}

.str_le2 {
  text-align: left;
  position: absolute;
  background: url(../images/lebj.png) no-repeat;
  width: 310px;
  height: 56px;
  left: -231px;
  top: 255px;
}

.str_rig2 {
  text-align: right;
  position: absolute;
  background: url(../images/rigbj.png) no-repeat;
  width: 310px;
  height: 56px;
  right: -231px;
  top: 255px;
}

.str_rig {
  text-align: right;
  position: absolute;
  background: url(../images/rigbj.png) no-repeat;
  width: 310px;
  height: 56px;
  right: -231px;
  top: 74px;
}

.str_le span {
  line-height: 49px;
  display: inline-block;
  width: 174px;
  text-align: center;
  left: 1394px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}

.str_le2 span {
  line-height: 49px;
  display: inline-block;
  width: 174px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}

.str_rig span {
  line-height: 49px;
  display: inline-block;
  width: 174px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}

.str_rig2 span {
  line-height: 49px;
  display: inline-block;
  width: 174px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}

/*TMC智慧消防云平台*/

.bud_pic {
  width: 432px;
  float: right;
  height: 283px;
  position: relative;
  margin-top: 96px;
}

.bud1 {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
}

.bud2 {
  position: absolute;
  left: 50%;
  top: 50%;
}

.bud3 {
  position: absolute;
  left: 50%;
  top: 50%;
}

#bud1 {
  margin: -123px 0 0 -37px;
  transition: 0.5s ease-out;
}

#bud2 {
  margin: -156px 0 0 -241px;
  transition: 0.5s ease-out;
}

#bud3 {
  margin: -88px 0 0 -188px;
  transition: 0.5s ease-out;
}

#bud1 img,
#bud2 img,
#bud3 img {
  transform: translate3d(0, 0, 0);
  transition: 0.3s;
}

.term_top {
  margin: 0 auto 44px;
}

.term_tit {
  margin-top: 62px;
  text-align: center;
  margin-bottom: 23px;
  height: 42px;
  line-height: 42px;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
}

.term_info {
  text-align: center;
  margin-bottom: 46px;
  height: 22px;
  line-height: 22px;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
}

.term_cut {
  text-align: center;
  border-bottom: 1px solid #e5f4ff;
}

.term_cut span {
  display: inline-block;
  cursor: pointer;
  margin: 0 36px;
  padding: 0 5px;
  line-height: 44px;
  border-bottom: 2px solid transparent;
  position: relative;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
}

.term_cut span.active {
  color: #048ef6;
  border-bottom: 2px solid #048ef6;
}

.truc_box {
  width: 1087px;
  height: 426px;
  margin: 55px auto 60px;
}

.truc_text {
  width: 539px;
  float: left;
  margin-top: 94px;
}

.role {
  height: 30px;
  line-height: 30px;
  margin-bottom: 12px;
}

.role span {
  display: inline-block;
  line-height: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  vertical-align: middle;
  width: 70px;
  height: 28px;
  border-radius: 4px;
  background-color: rgba(68, 68, 68, 1);
}

.role em {
  vertical-align: middle;
  margin-left: 20px;
  color: rgba(51, 51, 51, 1);
  font-size: 22px;
}

.role_info {
  margin-bottom: 45px;
  height: 60px;
  line-height: 30px;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
}

.role_list li {
  float: left;
  width: 56px;
  margin-right: 50px;
  text-align: center;
}

.role_tit {
  transition: all 0.3s ease-in;
  margin-bottom: 18px;
  text-align: center;
  font-family: "iconfont";
  font-size: 36px;
  color: rgba(136, 136, 136, 1);
}

.role_name {
  transition: all 0.3s ease-in;
  left: 511px;
  height: 20px;
  line-height: 20px;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
}

/*.role_list li:hover .role_tit{color: #048EF6;}*/

.role_list li:hover .role_name {
  color: #048ef6;
}

.truc_pic {
  width: 475px;
  height: 426px;
  float: right;
}

.truc_pic img {
  display: block;
  width: 100%;
  height: 100%;
}

/*角色1*/

.presibox {
  width: 100%;
  padding-top: 55px;
  box-sizing: border-box;
  height: 548px;
  background-color: rgba(245, 245, 245, 1);
}

.presi {
  width: 1087px;
  margin: auto;
}

.presi .truc_pic {
  float: left;
}

.presi .truc_text {
  float: right;
}

.presi .role_info {
  margin-bottom: 20px;
}

/*角色2*/

.rout_box {
  margin: 0px auto 60px;
  width: 1088px;
  height: 426px;
  padding-top: 55px;
}

/*角色3*/

.esta_box {
  width: 100%;
  padding-top: 55px;
  box-sizing: border-box;
  height: 548px;
  background-color: rgba(245, 245, 245, 1);
}

.esta {
  width: 1087px;
  margin: auto;
}

.esta .truc_pic {
  float: left;
}

.esta .truc_text {
  float: right;
}

/*角色4*/

.down_load {
  width: 1114px;
  margin: 45px auto 80px;
}

.down_tit {
  margin-bottom: 17px;
  height: 25px;
  line-height: 25px;
  color: rgba(102, 102, 102, 1);
  font-size: 18px;
}

.down_way {
  transition: all 0.3s ease-in;
  float: left;
  box-sizing: border-box;
  width: 536px;
  height: 107px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(234, 234, 234, 1);
}

.down_way + .down_way {
  margin-left: 42px;
}

.down_way:hover {
  box-shadow: 0px 1px 10px 4px rgba(15, 52, 93, 0.08);
}

.down_ico {
  float: left;
  transition: all 0.3s ease-in;
  font-family: "iconfont";
  font-size: 40px;
  color: #888888;
  width: 108px;
  height: 105px;
  text-align: center;
  line-height: 105px;
}

.down_way:hover .down_ico {
  color: #048ef6;
}

.down_text {
  width: 230px;
  float: left;
}

.down_text h1 {
  margin-top: 28px;
  margin-bottom: 4px;
  height: 25px;
  line-height: 25px;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
}

.down_info {
  height: 20px;
  line-height: 20px;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
}

.down_btn {
  overflow: hidden;
  float: right;
  margin-top: 36px;
  margin-right: 20px;
  width: 88px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 18px;
  background-color: rgba(4, 142, 246, 1);
}

.down_btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 16px;
}

.down_btn a:hover {
  background: #00a1ff;
}

/*TMC智慧消防移动端*/

.dire_pic {
  width: 432px;
  float: right;
  height: 283px;
  position: relative;
  margin-top: 96px;
}

.dire1 {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
}

.dire2 {
  position: absolute;
  left: 50%;
  top: 50%;
}

.dire3 {
  position: absolute;
  left: 50%;
  top: 50%;
}

#dire1 {
  margin: -89px 0 0 -10px;
  transition: 0.5s ease-out;
}

#dire2 {
  margin: -160px 0 0 -204px;
  transition: 0.5s ease-out;
}

#dire3 {
  margin: -80px 0 0 -178px;
  transition: 0.5s ease-out;
}

#dire1 img,
#dire2 img,
#dire3 img {
  transform: translate3d(0, 0, 0);
  transition: 0.3s;
}

.term1 {
  margin: 55px auto 64px;
  width: 1140px;
  height: 321px;
}

.term3 {
  margin: 0 auto 64px;
  width: 1140px;
  height: 376px;
  padding-top: 55px;
  box-sizing: border-box;
}

.term_pic {
  width: 550px;
  height: 321px;
  float: right;
}

.term_pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.term_text {
  width: 500px;
  float: left;
}

.dire_tit {
  margin-top: 63px;
  margin-bottom: 12px;
  height: 30px;
  line-height: 30px;
  color: rgba(51, 51, 51, 1);
  font-size: 22px;
}

.dire_text {
  height: 103px;
  line-height: 30px;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
}

.term2_box {
  width: 100%;
  height: 440px;
  background-color: rgba(245, 245, 245, 1);
}

.term2 {
  width: 1140px;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  margin: auto;
}

.term2 .term_text {
  float: right;
}

.term2 .term_pic {
  float: left;
}

.term4_box {
  width: 100%;
  height: 440px;
  background-color: rgba(245, 245, 245, 1);
}

.term4 {
  width: 1140px;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  margin: auto;
}

.term4 .term_text {
  float: right;
}

.term4 .term_pic {
  float: left;
}

.hard_info {
  margin-bottom: 20px;
  height: 64px;
  line-height: 32px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}

/*TMC可视化指挥平台*/

.hard_pic {
  width: 432px;
  float: right;
  height: 283px;
  position: relative;
  margin-top: 96px;
}

.hard1 {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
}

.hard2 {
  position: absolute;
  left: 50%;
  top: 50%;
}

.hard3 {
  position: absolute;
  left: 50%;
  top: 50%;
}

#hard1 {
  margin: -69px 0 0 -21px;
  transition: 0.5s ease-out;
}

#hard2 {
  margin: -130px 0 0 -204px;
  transition: 0.5s ease-out;
}

#hard3 {
  margin: -80px 0 0 -178px;
  transition: 0.5s ease-out;
}

#hard1 img,
#hard2 img,
#hard3 img {
  transform: translate3d(0, 0, 0);
  transition: 0.3s;
}

.hard_box {
  background: #f6f8fa;
  width: 100%;
  padding-bottom: 80px;
  box-sizing: border-box;
}

.hard_list {
  width: 1220px;
  margin: auto;
  padding-top: 20px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.hard_list li {
  transition: all 0.3s ease-in;
  top: 0;
  margin: 20px 13px 20px 13px;
  position: relative;
  float: left;
  width: 380px;
  height: 243.83px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 20px 0px rgba(15, 52, 93, 0.09);
}

.hard_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.ware_pic {
  vertical-align: middle;
  width: 100%;
  height: 195px;
  text-align: center;
  line-height: 195px;
}

.ware_pic img {
  transition: all 0.3s ease-in;
  vertical-align: middle;
}

.ware_name {
  transition: all 0.3s ease-in;
  text-align: center;
  line-height: 48px;
  color: #666666;
  height: 48px;
  background-color: rgba(246, 248, 250, 1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.hard_list li:hover .ware_name {
  color: #2676f9;
}

.hard_list li:hover img {
  transform: scale(1.05);
}

.hard_list li:hover {
  box-shadow: 0px 2px 20px 0px rgba(15, 52, 93, 0.5);
}

.page {
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.page em {
  position: relative;
  transition: all 0.3s ease-in;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 10px;
  text-align: center;
  vertical-align: middle;
}

.page em:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}

.page .pre_page:after {
  background: url(../images/page1.png) no-repeat;
  background-size: 9px;
  background-position: center;
}

.page .pre_page.active:after {
  background: url(../images/pageh1.png) no-repeat;
  background-size: 9px;
  background-position: center;
}

.page .nex_page:after {
  background: url(../images/page2.png) no-repeat;
  background-size: 9px;
  background-position: center;
}

.page .nex_page.active:after {
  background: url(../images/pageh2.png) no-repeat;
  background-size: 9px;
  background-position: center;
}

.page a {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 2px;
}

.page a.active {
  background-color: rgba(38, 118, 249, 1);
  color: #ffffff;
}

.page a.active:hover {
  background-color: rgba(38, 118, 249, 1);
  color: #ffffff;
}

.page a:hover {
  background: #d8d8d8;
}

.page em:hover {
  background: #d8d8d8;
}

.page em.active {
  background-color: rgba(38, 118, 249, 1);
}

/*硬件终端*/

.ware_box {
  width: 1005px;
  margin: auto;
}

.ware_tit {
  padding-left: 13px;
  box-sizing: border-box;
  border-left: 3px solid #048ef6;
  height: 18px;
  line-height: 18px;
  margin-top: 11px;
  margin-bottom: 23px;
  color: rgba(68, 68, 68, 1);
  font-size: 18px;
}

.ware_te {
  float: left;
  width: 299px;
  height: 207px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 14px 0px rgba(15, 52, 93, 0.09);
}

.ware_tep {
  height: 157px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  line-height: 157px;
}

.ware_tep img {
  vertical-align: middle;
}

.hard_name {
  line-height: 48px;
  text-align: center;
  color: rgba(51, 51, 51, 1);
  font-size: 12px;
  width: 299px;
  height: 48px;
  background-color: rgba(246, 248, 250, 1);
}

.ware_info {
  float: right;
  width: 676px;
  height: 235px;
  line-height: 30px;
  color: rgba(136, 136, 136, 1);
  font-size: 14px;
  text-align: left;
}

.ware_list li {
  float: left;
  line-height: 30px;
  color: rgba(136, 136, 136, 1);
  font-size: 14px;
}

.ware_list li:nth-last-of-type(odd) {
  width: 465px;
  float: right;
}

.ware_list li:nth-last-of-type(even) {
  width: 482px;
}

.ware_num {
  width: 780px;
  margin-bottom: 70px;
}

.ware_num img {
  display: block;
  width: 100%;
}

/*硬件终端详情页*/

.hard_pic {
  width: 432px;
  float: right;
  height: 283px;
  position: relative;
  margin-top: 96px;
}

.solve1 {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
}

.solve2 {
  position: absolute;
  left: 50%;
  top: 50%;
}

.solve3 {
  position: absolute;
  left: 50%;
  top: 50%;
}

#solve1 {
  margin: -69px 0 0 -21px;
  transition: 0.5s ease-out;
}

#solve2 {
  margin: -130px 0 0 -235px;
  transition: 0.5s ease-out;
}

#solve3 {
  margin: -80px 0 0 -178px;
  transition: 0.5s ease-out;
}

#solve1 img,
#solve2 img,
#solve3 img {
  transform: translate3d(0, 0, 0);
  transition: 0.3s;
}

.systebox {
  margin: 52px auto 61px;
  width: 1167px;
}

.sys_tit {
  text-align: center;
  height: 42px;
  line-height: 42px;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
}

.solv_pic {
  width: 100%;
  height: 438px;
  position: relative;
  padding-top: 37px;
}

.solv_pic img {
  display: block;
  width: 100%;
}

.sys {
  position: absolute;
  transition: all 0.3s ease-in;
  opacity: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.sys img {
  display: block;
  width: 100%;
}

.sys1 {
  left: 139px;
  top: 192px;
}

.sys2 {
  left: 396px;
  top: 76px;
}

.sys3 {
  left: 396px;
  top: 288px;
}

.sys4 {
  left: 602px;
  top: 192px;
}

.sys5 {
  left: 793px;
  top: 38px;
}

.sys6 {
  left: 793px;
  top: 193px;
}

.sys7 {
  left: 793px;
  top: 348px;
}

.sys8 {
  left: 1029px;
  top: 192px;
}

.sys:hover {
  opacity: 1;
}

/*系统结构图*/

.char_box {
  width: 100%;
  background: #f6f8fa;
  padding: 53px 0 67px;
  box-sizing: border-box;
}

.sys_list {
  width: 1026px;
  margin: auto;
  margin-top: 54px;
}

.sys_list li {
  float: left;
  width: 25%;
  text-align: center;
}

.sys_list li a {
  cursor: default;
  display: block;
  width: 140px;
  margin: auto;
}

.tra_tit {
  transition: all 0.3s ease-in;
  color: #888888;
  font-family: "iconfont";
  font-size: 37px;
  margin-bottom: 24px;
  height: 66px;
  line-height: 66px;
  text-align: center;
}

.tra_text {
  transition: all 0.3s ease-in;
  text-align: center;
  height: 56px;
  line-height: 28px;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
}

.sys_list li a:hover .tra_tit {
  color: #048ef6;
}

.sys_list li a:hover .tra_text {
  color: #048ef6;
}

.kern_box {
  width: 100%;
  height: 489px;
  background: url(../images/kernbj.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 53px;
  box-sizing: border-box;
}

.kern_box .sys_tit {
  color: #ffffff;
}

.kern_list {
  width: 925px;
  margin: 44px auto 0;
}

.kern_list li {
  cursor: pointer;
  opacity: 0.88;
  position: relative;
  transition: all 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
  top: 0;
  width: 268px;
  height: 280px;
  float: left;
  overflow: hidden;
  background: -webkit-linear-gradient(top, #2e3c4f, #1e1e31);
  background: -moz-linear-gradient(top, #2e3c4f, #1e1e31);
  background: -ms-linear-gradient(top, #2e3c4f, #1e1e31);
  background: -o-linear-gradient(top, #2e3c4f, #1e1e31);
  background: linear-gradient(top, #2e3c4f, #1e1e31);
}

.kern_list li + li {
  margin-left: 50px;
}

.kern_list li.active {
  background: -webkit-linear-gradient(top, #3c79c9, #50446e);
  background: -moz-linear-gradient(top, #3c79c9, #50446e);
  background: -ms-linear-gradient(top, #3c79c9, #50446e);
  background: -o-linear-gradient(top, #3c79c9, #50446e);
  background: linear-gradient(top, #3c79c9, #50446e);
}

.kern_pic {
  transition: all 0.3s ease-in;
  margin-bottom: 24px;
  margin-top: 85px;
  font-family: "iconfont";
  font-size: 39px;
  color: #ffffff;
  height: 48px;
  vertical-align: bottom;
  text-align: center;
}

.kern_list a {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%;
}

.kern_list li.active .kern_pic {
  margin-top: 30px;
}

.kern_name {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
}

.kern_line {
  width: 20px;
  height: 1px;
  background: #ffffff;
  margin: 0 auto 32px;
}

.kern_info {
  opacity: 0;
  transition: all 0.3s ease-in;
  margin: auto;
  text-align: center;
}

.kern_info span {
  display: inline-block;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
  padding-left: 16px;
  box-sizing: border-box;
  height: 22px;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}

.kern_info span:nth-last-of-type(even) {
  width: 117px;
}

.kern_info span:nth-last-of-type(odd) {
  width: 85px;
}

.kern_info span:after {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.kern_list li.active .kern_info {
  opacity: 1;
}

.app_use {
  padding-top: 53px;
  box-sizing: border-box;
  padding-bottom: 98px;
}

.app_use .apply_list {
  margin-bottom: 0;
}

.econ_box {
  width: 100%;
  box-sizing: border-box;
  padding-top: 53px;
  height: 474px;
  background-color: rgba(246, 248, 250, 1);
}

.econlist {
  margin: 57px auto 0;
}

.econlist ul {
  width: 1237px;
  margin-left: -37px;
}

.econlist li {
  transition: all 0.3s ease-in;
  top: 0;
  background: #ffffff;
  float: left;
  position: relative;
  width: 375px;
  height: 240px;
  margin-left: 37px;
}

.econlist a {
  display: block;
  width: 100%;
  height: 100%;
}

.econ_pic {
  width: 100%;
  height: 180px;
  line-height: 180px;
  text-align: center;
}

.econ_pic img {
  transition: all 0.3s ease-in;
  vertical-align: middle;
  transform: scale(0.6);
}

.econ_name {
  transition: all 0.3s ease-in;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #666666;
  background-color: rgba(246, 248, 250, 1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.econlist li:hover .econ_name {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  color: #048ef6;
}

.econlist li:hover img {
  transform: scale(0.7);
}

/*电气火灾监控系统解决方案*/

.case1 {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
}

.case2 {
  position: absolute;
  left: 50%;
  top: 50%;
}

.case3 {
  position: absolute;
  left: 50%;
  top: 50%;
}

#case1 {
  margin: -108px 0 0 -8px;
  transition: 0.5s ease-out;
}

#case2 {
  margin: -135px 0 0 -201px;
  transition: 0.5s ease-out;
}

#case3 {
  margin: -80px 0 0 -178px;
  transition: 0.5s ease-out;
}

#case1 img,
#solve2 img,
#solve3 img {
  transform: translate3d(0, 0, 0);
  transition: 0.3s;
}

.case_box {
  background: #f6f8fa;
  padding-top: 45px;
  padding-bottom: 85px;
  box-sizing: border-box;
}

.case_list {
  margin: 0 auto 20px;
  display: none;
}

.case_list.active {
  display: block;
}

.case_list ul {
  width: 1226px;
  margin-left: -26px;
}

.case_list li {
  transition: all 0.3s ease-in;
  position: relative;
  top: 0;
  overflow: hidden;
  margin-left: 26px;
  float: left;
  margin-bottom: 40px;
  width: 280px;
  height: 350px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 14px 4px rgba(15, 52, 93, 0.02);
}

.case_list a {
  display: block;
  width: 100%;
  height: 100%;
}

.case_pic {
  height: 143px;
  width: 100%;
  text-align: center;
  line-height: 143px;
}

.case_pic img {
  max-width: 100%;
  max-height: 130px;
  vertical-align: middle;
}

.case_name {
  text-align: center;
  height: 25px;
  line-height: 25px;
  color: rgba(68, 68, 68, 1);
  font-size: 18px;
}

.case_info {
  margin: 15px auto 35px;
  overflow: hidden;
  width: 224px;
  height: 67px;
  line-height: 24px;
  color: rgba(136, 136, 136, 1);
  font-size: 14px;
}

.case_more {
  transition: all 0.3s ease-in;
  margin: auto;
  line-height: 36px;
  font-size: 14px;
  color: #048ef6;
  text-align: center;
  width: 96px;
  height: 36px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(4, 142, 246, 1);
}

.case_more:hover {
  background: #048ef6;
  color: #ffffff;
}

.case_list li:hover {
  box-shadow: 0px 2px 14px 4px rgba(15, 52, 93, 0.11);
  top: -10px;
}

/*应用案例*/

.partbox {
  width: 1205px;
  margin: 40px auto 80px;
}

.part_le {
  float: left;
  box-sizing: border-box;
  padding-bottom: 50px;
  box-sizing: border-box;
  width: 280px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(223, 223, 223, 1);
}

.part_logo {
  text-align: center;
  padding-top: 35px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.part_name {
  text-align: center;
  height: 25px;
  line-height: 25px;
  color: rgba(68, 68, 68, 1);
  font-size: 18px;
}

.part_cont {
  width: 232px;
  margin: auto;
}

.part_tit {
  margin-top: 42px;
  margin-bottom: 12px;
  height: 25px;
  line-height: 25px;
  color: rgba(68, 68, 68, 1);
  font-size: 18px;
}

.part_info {
  margin-bottom: 51px;
  line-height: 30px;
  color: rgba(136, 136, 136, 1);
  font-size: 14px;
}

.party {
  line-height: 30px;
  color: rgba(4, 142, 246, 1);
  font-size: 14px;
}

.party em {
  font-family: "iconfont";
  display: inline-block;
  width: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}

.party span {
  vertical-align: middle;
  margin-left: 10px;
}

.backbox {
  width: 877px;
  float: right;
}

.back_pic {
  text-align: center;
}

.back_pic img {
  max-width: 100%;
}

.back_tit {
  box-sizing: border-box;
  padding-left: 13px;
  border-left: 3px solid #048ef6;
  height: 18px;
  line-height: 18px;
  margin-top: 30px;
  margin-bottom: 12px;
  color: rgba(68, 68, 68, 1);
  font-size: 18px;
}

.back_text {
  width: 877px;
  line-height: 30px;
  color: rgba(136, 136, 136, 1);
  font-size: 14px;
}

/*应用案例详情*/

.agent_ban {
  height: 480px;
  position: relative;
  z-index: 10;
  background: url(../images/agenban.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.agent_top h2 {
  padding-top: 146px;
  text-align: center;
  margin-bottom: 15px;
  height: 59px;
  line-height: 59px;
  color: rgba(255, 255, 255, 1);
  font-size: 42px;
}

.agent_info {
  text-align: center;
  margin-bottom: 54px;
  height: 30px;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
}

.agent_more a {
  display: block;
  margin: auto;
  width: 120px;
  height: 36px;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  background: -webkit-linear-gradient(
    left,
    #00a1ff,
    #0680ff,
    #0b61ff
  ); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(
    right,
    #00a1ff,
    #0680ff,
    #0b61ff
  ); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(
    right,
    #00a1ff,
    #0680ff,
    #0b61ff
  ); /* Firefox 3.6 - 15 */
  background: linear-gradient(
    to right,
    #00a1ff,
    #0680ff,
    #0b61ff
  ); /* 标准的语法 */
}

.doma_box {
  padding-top: 52px;
  box-sizing: border-box;
  margin: 0 auto 59px;
}

.doma_tit {
  text-align: center;
  height: 42px;
  line-height: 42px;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
}

.doma_text {
  text-indent: 30px;
  margin-top: 22px;
  line-height: 36px;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
}

.supp_box {
  height: 753px;
  width: 100%;
  background: #f5f5f5;
  box-sizing: border-box;
  padding-top: 53px;
}

.supp_list {
  margin: 44px auto 0;
}

.supp_list ul {
  margin-left: -80px;
}

.supp_list ul li {
  margin-bottom: 36px;
  float: left;
  margin-left: 80px;
  width: 560px;
  height: 102px;
  left: 360px;
  background-color: rgba(255, 255, 255, 1);
}

.supp_list a {
  display: block;
  cursor: default;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: left;
  vertical-align: middle;
}

.supp_tit {
  font-family: "iconfont";
  font-size: 30px;
  color: #ffffff;
  width: 62px;
  height: 62px;
  background: #048ef6;
  text-align: center;
  line-height: 62px;
  display: inline-block;
  vertical-align: middle;
}

.supp_name {
  transition: all 0.3s ease-in;
  width: 380px;
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  color: rgba(102, 102, 102, 1);
  font-size: 18px;
}

.supp_list a:hover {
  box-shadow: 0px 2px 14px 4px rgba(15, 52, 93, 0.09);
}

.supp_list a:hover .supp_name {
  color: #048ef6;
}

.assoc_box {
  margin: 0 auto 88px;
  padding-top: 53px;
  box-sizing: border-box;
}

.doma_list li {
  transition: all 0.3s ease-in;
  padding: 15px 32px 26px;
  box-sizing: border-box;
  float: left;
  width: 360px;
  height: 492.63px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 16px 0px rgba(19, 53, 91, 0.18);
}

.doma_list li + li {
  margin-left: 60px;
}

.doma_list {
  margin-top: 57px;
}

.doma_list li:hover {
  transform: scale(1.05);
}

.doma_list a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.doma_pic {
  font-family: "iconfont";
  font-size: 52px;
  color: #048ef6;
  height: 98px;
  line-height: 98px;
  text-align: center;
}

.doma_name {
  transition: all 0.3s ease-in;
  text-align: center;
  margin-bottom: 35px;
  height: 25px;
  line-height: 25px;
  color: rgba(102, 102, 102, 1);
  font-size: 18px;
}

.doma_list li:hover .doma_name {
  color: #048ef6;
}

/*.doma_tit{line-height: 32px;color: rgba(136, 136, 136, 1);font-size: 14px;}*/

.doma_info {
  margin-bottom: 7px;
  line-height: 32px;
  font-size: 14px;
  color: #888888;
}

.ass_list {
  margin-left: 23px;
  line-height: 30px;
  color: rgba(153, 153, 153, 1);
  font-size: 12px;
}

.ass_list p {
  padding-left: 17px;
  box-sizing: border-box;
  position: relative;
}

.ass_list p:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #048ef6;
  position: absolute;
  left: 0;
  top: 11px;
}

.doma_use {
  height: 290px;
  overflow: hidden;
}

.putbox {
  padding-top: 55px;
  box-sizing: border-box;
  width: 100%;
  height: 579px;
  position: relative;
  background: url(../images/appbj.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.putbox:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0.18;
}

.putbox .doma_tit {
  color: #ffffff;
}

.putin {
  width: 1003px;
  margin: auto;
}

.putin li {
  float: left;
  width: 455px;
}

.putin li:nth-last-of-type(even) {
  float: left;
  width: 425px;
  float: right;
}

.put_name {
  width: 90px;
  float: left;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
}

.putin li:nth-last-of-type(even) .put_name {
  width: 60px;
}

.put_item {
  position: relative;
  float: left;
  width: 360px;
  height: 40px; /*overflow: hidden;*/
  line-height: 40px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(125, 125, 125, 1);
}

.put_item input {
  display: block;
  width: 98%;
  color: #ffffff;
  font-size: 12px;
  padding-left: 11px;
  box-sizing: border-box;
  outline: none;
  border: none;
  line-height: 38px;
  height: 38px;
  background: transparent;
}

.putin li {
  margin-top: 34px;
  margin-bottom: 13px;
  position: relative;
  z-index: 10;
}

.putin .apply_text {
  width: 100%;
}

.putin .apply_text .put_item {
  width: 910px;
  height: 100px;
}

.putin textarea {
  background: transparent;
  color: #ffffff;
  background: #595a61;
  font-size: 12px;
  resize: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.putin textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.48);
}

.put_item input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.48);
}

.put_item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.48);
}

.putin textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.48);
}

.put_item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.48);
}

.putin textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.48);
}

.put_item input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.48);
}

.putin textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.48);
}

.city {
  display: none;
}

.put_item select {
  width: 360px;
  color: #ffffff;
  font-size: 14px;
  padding-left: 11px;
  box-sizing: border-box;
  outline: none;
  border: none;
  line-height: 38px;
  height: 38px;
  background: transparent;
}

.putin select option {
  background: #595a61;
}

.put_btn {
  margin: 17px auto 0;
  font-size: 16px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
  width: 180px;
  height: 48px;
  border-radius: 2px;
  background-color: rgba(4, 142, 246, 1);
}

.put_btn:hover {
  background: #00a1ff;
}

#province {
  display: none;
  border: 1px solid rgba(125, 125, 125, 1);
  position: absolute;
  height: 400px;
  overflow-y: hidden;
  left: -1px;
  top: 40px;
  width: 100%;
  background: #595a61;
}

#province p {
  transition: all 0.3s ease-in;
  cursor: pointer;
  text-indent: 11px;
  display: block;
  height: 36px;
  line-break: 36px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.48);
}

#province p:hover {
  color: #048ef6;
  background: #64676f;
}

.city_btn {
  transition: all 0.3s ease-in;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0.48;
  cursor: pointer;
  height: 100%;
  background: url(../images/down.png) no-repeat;
  background-size: 16px;
  background-position: 96%;
}

.city_btn.active {
  background: url(../images/up.png) no-repeat;
  background-size: 16px;
  background-position: 96%;
}

.putin li:first-child {
  z-index: 100;
}

/*招商代理*/

.about_ban {
  width: 100%;
  height: 480px;
  position: relative;
  z-index: 10;
  background: url(../images/about_ban.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.complay_box {
  margin: 53px auto 63px;
}

.commplay {
  margin-top: 34px;
}

.com_pic {
  width: 410px;
  float: left;
}

.com_pic img {
  display: block;
  width: 100%;
}

.com_text {
  width: 745px;
  float: right;
  position: relative;
  top: -10px;
  line-height: 36px;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
}

.lore_box {
  width: 100%;
  overflow: hidden;
  padding-top: 53px;
  box-sizing: border-box;
  height: 618.94px;
  background-color: rgba(245, 245, 245, 1);
}

.aboutlist {
  width: 1230px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.abou_ban {
  width: 100%;
  overflow: hidden;
  height: auto;
}

.abou_ban ul {
  width: 30000px;
}

.abou_ban li {
  width: 1230px;
  float: left;
  padding-bottom: 51px;
  padding-top: 46px;
}

.abou_ban div {
  background: #fff;
  margin: 0 15px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 380px;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.abou_ban div a {
  display: block;
  border: 1px solid #fff;
  padding: 38px 0 46px;
}

.abou_ban div span {
  display: block;
  text-align: center;
}

.abou_ban div img {
  margin: 0 auto;
  display: block;
  width: 150px;
  height: 205px;
}

.abou_ban div p {
  margin-top: 34px;
  color: #333333;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
}

.abou_ban div:hover {
  box-shadow: 0px 2px 14px 4px rgba(15, 52, 93, 0.09);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.abou_ban div:hover p {
  color: #048ef6;
}

.abo_num {
  height: 30px;
  width: 100%;
  background: #f4f4f4;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  zoom: 1;
  zoom: 1;
  padding-bottom: 40px;
}

.abo_num span {
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin: 0 11px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #cdcdcd;
  background: #fff;
}

.abo_num .on {
  border: 1px solid #048ef6;
  background: #048ef6;
}

.team_box {
  margin: 51px auto 93px;
}

.teamList {
  padding: 50px 0 0;
  height: auto;
}

.teamList li {
  float: left;
  width: 353px;
  padding: 38px 0 30px;
  height: auto;
  border: 1px solid #cccccc;
  margin: 0 22px;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.teamList li .team_pic {
  margin: 0 auto;
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
}

.teamList li img {
  margin: 0 auto;
  display: block;
  width: 170px;
  height: 170px;
}

.teamList li h2 {
  height: 36px;
  margin: 22px 0 18px;
  line-height: 36px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.teamList li p {
  padding: 0 40px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}

.teamList li:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  box-shadow: 0 0 8px rgba(120, 120, 120, 0.4);
}

.teamList li:hover h2,
.teamList li:hover p {
  color: #048ef6;
}

.teamList a {
  display: block;
  cursor: default;
}

/*关于我们*/

.contact {
  height: 230px;
  position: fixed;
  right: 40px;
  bottom: 60px;
  z-index: 200;
}

.callbox {
  transition: all 0.3s ease-in;
  position: relative;
  margin-bottom: 25px;
  width: 48px;
  height: 48px;
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid rgba(230, 230, 230, 1);
}

.callbox:hover {
  background: rgba(92, 92, 92, 1);
}

.wxbox {
  transition: all 0.3s ease-in;
  position: relative;
  margin-bottom: 42px;
  width: 48px;
  height: 48px;
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid rgba(230, 230, 230, 1);
}

.wxbox:hover {
  background: rgba(92, 92, 92, 1);
}

.callbox span {
  transition: all 0.3s ease-in;
  font-family: "iconfont";
  color: rgba(92, 92, 92, 1);
  font-size: 22px;
  text-align: center;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}

.callbox:hover span {
  color: #ffffff;
}

.call_num {
  display: none;
  position: absolute;
  right: 54px;
  top: -2px;
  color: #666666;
  text-align: center;
  font-size: 18px;
  background: url(../images/home/call_bj.png);
  width: 180px;
  height: 60px;
  line-height: 60px;
}

.wxbox span {
  transition: all 0.3s ease-in;
  text-align: center;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  background: url(../images/home/wx1.png) no-repeat;
  background-size: 24px;
  background-position: center;
}

.wxbox:hover span {
  background: url(../images/home/wx.png) no-repeat;
  background-position: center;
  background-size: 24px;
}

.wxpic {
  display: none;
  margin-bottom: 53px;
  width: 120px;
  height: 116px;
  position: absolute;
  right: 54px;
  top: -7px;
}

.wxpic img {
  display: block;
  width: 100%;
}

.return span {
  transition: all 0.3s ease-in;
  text-align: center;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  background: url(../images/home/return.png) no-repeat center;
  overflow: hidden;
  background-size: 18px;
  background-position: center;
  overflow: hidden;
}

.return {
  display: none;
  transition: all 0.3s ease-in;
  width: 46px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  height: 46px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(230, 230, 230, 1);
}

.return:hover {
  background-color: rgba(222, 222, 222, 1);
}

.return img {
  width: 18px;
  vertical-align: middle;
}

.terr_pic.jing {
  background: url(../images/jing.png) no-repeat;
  background-size: 44px;
  background-position: center;
}

.terr_list li {
  cursor: default;
}

.main-top.active {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  background: #ffffff;
  z-index: 300;
}

.term_cut.active {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  background: #ffffff;
  z-index: 300;
}

.copy a {
  color: rgba(204, 204, 204, 1);
}

.index_wrap {
  display: flex;
  width: 1250px;
  margin: auto;
  padding: 20px;
}
.warp_l,
.warp_r {
  width: 50%;
  padding: 20px;
}

.news .case_list {
  margin: 30px 0;
}
.news {
  flex-flow: column;
}

.blur_comList {
  height: 380px;
}
.blur_comList div {
  display: inline-block;
  width: 24%;
  height: 30px;
  color: rgb(180, 179, 179);
}
#cyst .doma_list {
  margin-top: 0;
  overflow: hidden;
}
.blur_box .doma_info {
  font-size: 12px;
}
#cyst .doma_list li {
  display: inline-block;
  width: 274px;
  height: 180px;
  border-radius: 4px;
  margin: 10px 20px 10px 0;
  padding: 10px 18px;
  background: #efefef;
}
#cyst .doma_list li + li {
  margin-left: 0;
}
#cyst .doma_list .doma_name {
  margin-bottom: 10px;
}
#cyst .doma_list .ass_tit {
  line-height: 24px;
}

.tmcbox .fun_list ul {
  display: flex;
  flex-flow: column;
}
.tmcbox .fun_list li {
  display: flex;
  align-items: center;
  width: auto;
  margin: 6px 0;
  padding: 0 10px;
  height: 60px;
  line-height: 20px;
  border-radius: 6px;
  text-align: left;
  background: transparent;
}
.tmcbox .fun_list li + li {
  margin-left: 0;
}

@media screen and (max-width: 1600px) {
  .bannerul li {
    height: 640px;
  }
  
  .wraps .wrapsBox {
    width: 1150px;
  }
  .ban_text h2 {
    font-size: 48px;
  }
  .about .ab_pic {
    width: 55%;
  }
  .about .ab_text {
    padding: 20px 30px;
  }
  .about h2 {
    margin: 30px 0 22px;
  }
  .about p {
    font-size: 15px;
  }
}
