@charset "utf-8";
/* CSS Document */
/*公共样式*/
body {
  background: #fff;
  min-width: 1200px;
  /*overflow: hidden;*/
  font-family: Arial, Tahoma, "Helvetica Neue", "Hiragino Sans GB", "微软雅黑", Simsun, sans-self;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a {
  text-decoration: none;
}
.page > h2 {
  width: 100%;
  height: 60px;
  margin: 0;
  font-size: 48px;
  text-align: center;
  font-weight: 100;
  line-height: 60px;
}
.page > p {
  width: 100%;
  height: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  color: #6f6f6f;
}
.page > span {
  width: 100%;
  height: 30px;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
/* home */
.home {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
/* banner */
.banner-wrapper {
  position: relative;
}
.ban {
  width: 100%;
  height: 476px;
  background-size: cover;
}
.banner-content {
  position: absolute;
  left: 18.75%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-content .banner-title {
  font-size: 44px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
}
.banner-content .banner-text {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 22px;
  width: 530px;
}
.banner-content .banner-btn {
  display: block;
  outline: 0!important;
  border: 0!important;
  width: 104px;
  height: 44px;
  background: #0066FF;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  margin-top: 24px;
}
.banner-content .banner-btn:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tab-box-wrapper {
  height: 60px;
}
.tab-box {
  height: 60px;
  background: #FFFFFF;
  position: relative;
}
.tab-box.fixed {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 1000;
}
.tab-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #EDEDED;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.tab-box .tab-item {
  cursor: pointer;
  height: 100%;
  width: 154px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
.tab-box .tab-item:hover,
.tab-box .tab-item.active {
  background: #F4F4F4;
  color: #0075FF;
}
.page-jiagou {
  padding: 50px 0 57px 0;
  position: relative;
}
.page-jiagou #page-jiagou {
  position: absolute;
  top: -132px;
}
.page-jiagou .page-title {
  font-size: 28px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  text-align: center;
}
.page-jiagou .page-content {
  margin: 50px auto 0;
  width: 1200px;
  background: #EEEEEE;
  padding: 0 0 0 14px;
}
.page-jiagou .page-content .jiagou-img {
  width: 664px;
}
.page-jiagou .page-content .content-right {
  background: #F9F9F9;
  margin: 0 0 0 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px 69px 82px 24px;
}
.page-jiagou .page-content .content-right .top-box {
  padding: 0 0 30px 0;
  position: relative;
}
.page-jiagou .page-content .content-right .top-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.page-jiagou .page-content .content-right .top-box .top-title {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 26px;
}
.page-jiagou .page-content .content-right .top-box .top-text {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-top: 15px;
}
.page-jiagou .page-content .content-right .top-box .top-btn {
  display: block;
  width: 104px;
  height: 44px;
  background: #0066FF;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
  margin-top: 17px;
}
.page-jiagou .page-content .content-right .top-box .top-btn:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
.page-jiagou .page-content .content-right .bottom-box {
  padding: 24px 0 22px 0;
  position: relative;
}
.page-jiagou .page-content .content-right .bottom-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.page-jiagou .page-content .content-right .bottom-box .bottom-title {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 26px;
}
.page-jiagou .page-content .content-right .bottom-box .lis {
  margin-top: 6px;
}
.page-jiagou .page-content .content-right .bottom-box .lis .li {
  padding-left: 17px;
  background: url(../img/xing2.png) left top 14px/12px 9px no-repeat;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
}
/*我们的产品*/
.page-style {
  width: 100%;
  clear: both;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.page-style #page-style {
  position: absolute;
  top: -132px;
}
.page-product {
  width: 1200px;
  height: 980px;
  margin: 0 auto;
  padding-top: 50px;
}
.page-product ul li {
  width: 299px;
  height: 240px;
  display: block;
  float: left;
  background: #fff;
  border-right: 1px #ccc dotted;
  border-bottom: 1px #ccc dotted;
  position: relative;
}
.page-product ul li span {
  -webkit-animation: 0.5s ease 0s normal none 1 running orangeOut;
  animation: 0.5s ease 0s normal none 1 running orangeOut;
  background-color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.page-product ul li span.even {
  background-color: #fafafa;
}
.page-product ul li span.odd {
  background-color: #fafafa;
}
.page-product ul li:hover span {
  -webkit-animation: 0.5s ease 0s normal none 1 running orangeIn;
  animation: 0.5s ease 0s normal none 1 running orangeIn;
  opacity: 1;
}
.page-product ul li img {
  width: 60px;
  height: 60px;
  margin-top: 50px;
  margin-left: 120px;
  margin-bottom: 25px;
  position: relative;
}
.page-product ul li h3 {
  width: 240px;
  height: 30px;
  font-size: 22px;
  line-height: 30px;
  color: #333;
  text-align: center;
  margin: 0 0 0 30px;
  font-weight: 100;
  position: relative;
}
.page-product ul li p {
  width: 240px;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin: 5px 0 0 30px;
  position: relative;
}
.page-product ul li.eve {
  background: #ededed;
}
.page-product ul li.bor-r {
  border-right: 0;
}
.page-product ul li.bor-b {
  border-bottom: 0;
}
@-webkit-keyframes orangeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes orangeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes orangeOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes orangeOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
/* servers */
.page-servers {
  height: 709px;
  background: url(../images/products/servers-bg.png) no-repeat center center;
  background-size: cover;
}
.page-servers-top {
  height: 153px;
  color: #fff;
  padding-top: 56px;
}
.page-servers-top > p {
  color: #fff;
}
.page-servers-btm {
  height: 500px;
  position: relative;
}
.page-servers-btm img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 产品服务 */
.page-ps {
  height: 1544px;
}
.page-ps-floor {
  width: 1200px;
  height: 386px;
  margin: 0 auto;
}
.page-ps-floor .floor-img {
  width: 500px;
  height: 386px;
  position: relative;
}
.page-ps-floor .floor-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-ps-floor .floor-text {
  width: 550px;
  height: 336px;
  padding: 50px 75px 0;
}
.page-ps-floor .floor-text span {
  display: block;
  font-size: 24px;
  color: #707070;
  line-height: 36px;
}
.page-ps-floor .floor-text span.txt-left {
  text-align: left;
}
.page-ps-floor .floor-text span.txt-right {
  text-align: right;
}
.page-ps-floor .floor-text p {
  font-size: 16px;
  color: #999;
  line-height: 36px;
  margin-top: 24px;
}
.page-ps-floor .floor-text.floor-text-btm {
  height: 236px;
  padding-top: 150px;
}
.page-ps-floor:after {
  content: "";
  clear: both;
}
.page-ps-floor .floor-left {
  float: left;
}
.page-ps-floor .floor-right {
  float: right;
}
/* 我们的优势 */
.page-advantage {
  height: 600px;
  background: url(../images/products/advantage-bg.png) no-repeat top center;
  background-size: cover;
  padding-top: 61px;
}
.page-advantage .page > h2,
.page-advantage .page > p {
  color: #fff;
}
.page-advantage .page > p {
  font-size: 30px;
  line-height: 40px;
}
.advantages {
  width: 1200px;
  height: 320px;
  margin: 55px auto 0;
  padding-top: 66px;
}
.advantages:after {
  content: "";
  clear: both;
}
.advantages-item {
  width: 274px;
  height: 223px;
  background: rgba(255, 255, 255, 0.7);
  padding: 97px 33px 0;
  position: relative;
  z-index: 10;
  float: left;
}
.advantages-item .ad-icon {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 15;
  position: absolute;
  top: -66px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 7px;
}
.advantages-item .ad-icon span {
  display: block;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: rgba(236, 123, 123, 0.7);
  text-align: center;
}
.advantages-item .ad-icon span .iconfont {
  font-size: 70px;
  color: #fff;
  line-height: 110px;
}
.advantages-item .text-pink {
  display: block;
  width: 100%;
  height: 16px;
  color: #e66059;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.advantages-item p {
  font-size: 14px;
  color: #010101;
  text-align: center;
  line-height: 31px;
  margin-top: 19px;
}
.advantages-item:nth-child(1) .ad-icon span .iconfont {
  line-height: 120px;
}
.advantages-item:nth-child(2) {
  margin: 0 90px;
}
.advantages-item:nth-child(3) .ad-icon span .iconfont {
  font-size: 80px;
  line-height: 130px;
}
/* footers */
.footers {
  margin-top: 0;
}
/* 网格化系统管理 主题页 */
.them-ban {
  width: 100%;
  height: 420px;
  background-size: cover;
}
.them-page {
  width: 1200px;
  height: 885px;
  margin: 0 auto;
  padding-top: 50px;
}
.tit-big {
  width: 100%;
  height: 60px;
  margin: 0;
  font-size: 48px;
  text-align: center;
  font-weight: 100;
  line-height: 60px;
}
.tit-small {
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  color: #9b9b9b;
  margin-bottom: 35px;
  margin-top: 5px;
}
.them-pic-exh {
  width: 100%;
  height: auto;
  margin-top: 80px;
}
/* 应用 */
.page-application {
  width: 100%;
  clear: both;
  overflow: hidden;
  height: 520px;
  padding: 50px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/static/index/img/old/images/theme/products/xinshang_08.png) no-repeat center;
  position: relative;
}
.page-application #page-application {
  position: absolute;
  top: -132px;
}
.page-application .page-title {
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
}
.page-application .app-center-box {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.page-application .center-list {
  overflow: hidden;
  margin-top: 65px;
  width: 105%;
}
.page-application .center-list li {
  width: 263px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
  margin-right: 47px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.page-application .center-list li .center-main {
  padding: 0 25px;
  text-align: center;
  color: #fff;
}
.page-application .center-list li .center-main img {
  width: 43px;
  height: 43px;
  margin: 50px 0 0;
}
.page-application .center-list li .center-main .main-tit {
  font-size: 20px;
  font-weight: 300;
  margin-top: 35px;
}
.page-application .center-list li .center-main .main-untit {
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #badcff;
  line-height: 26px;
  margin-top: 12px;
}
.page-application .show-txt {
  line-height: 26px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
}
.page-application .center-list li:hover {
  background: #fff;
}
.page-application .center-list li:hover .show-txt {
  width: 100%;
  padding: 0 25px;
  display: block;
  font-size: 14px;
  color: #1086fd;
}
.page-application .center-list li:hover .main-untit {
  display: none;
}
/* 功能体系 */
.page-function {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 20px;
}
.page-function .page-title {
  font-size: 28px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  text-align: center;
}
.fun-list-box {
  overflow: hidden;
  margin-top: 60px;
}
.fun-list-box li {
  width: 299px;
  height: 240px;
  text-align: center;
  float: left;
}
.fun-tit {
  font-size: 20px;
  margin-top: 20px;
}
.fun-txt {
  font-size: 12px;
  color: #9b9b9b;
  margin-top: 18px;
  line-height: 20px;
}
/* 系统研发重点 */
.page-sys {
  width: 100%;
  background: #fafafa;
}
.sys-center-box {
  width: 1200px;
  height: 966px;
  margin: 0 auto;
  padding-top: 302px;
  position: relative;
}
.sys-main-box {
  overflow: hidden;
}
.sys-top {
  overflow: hidden;
}
.top-left {
  text-align: right;
  width: 550px;
  position: relative;
  padding-right: 68px;
}
.top-left:after {
  content: '';
  position: absolute;
  top: 22px;
  right: 0;
  background: url(/static/index/img/old/images/theme/products/icon_47.png) no-repeat center;
  width: 40px;
  height: 40px;
}
.top-left h3 {
  font-weight: 500;
  font-size: 20px;
}
.top-left p {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.top-right {
  padding-left: 88px;
  position: relative;
}
.top-right:after {
  content: '';
  position: absolute;
  top: 86px;
  left: -20px;
  width: 1px;
  height: 195px;
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), color-stop(#e1e1e1), to(#f6f6f6));
  background: linear-gradient(#f6f6f6, #e1e1e1, #f6f6f6);
  /* 标准的语法（必须放在最后） */
}
.bottom-right {
  width: 600px;
  text-align: center;
}
.bottom-left {
  padding-left: 44px;
}
.bottom-left h3 {
  position: relative;
}
.bottom-left h3:after {
  content: '';
  position: absolute;
  top: 0;
  left: -66px;
  background: url(/static/index/img/old/images/theme/products/icon_51.png) no-repeat center;
  width: 40px;
  height: 40px;
}
.bottom-unline {
  font-size: 14px;
  color: #666666;
}
.whole-box {
  margin-top: 16px;
}
.who-tit {
  font-size: 14px;
  color: #000;
}
.who-un {
  padding-left: 10px;
  line-height: 22px;
}
.who-un li {
  font-size: 14px;
  color: #666;
}
.ab-img {
  position: absolute;
  top: -179px;
}
.page-example {
  padding: 50px 0 60px 0;
  background: #F4F4F4;
  position: relative;
}
.page-example #page-example {
  position: absolute;
  top: -132px;
}
.page-example .swiper-container {
  width: 1200px;
}
.page-example .page-title {
  font-size: 28px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  text-align: center;
}
.page-example .page-tab-box {
  margin-top: 30px;
}
.page-example .page-tab-box .tab-change {
  width: 1200px;
  margin: 0 auto 40px;
  position: relative;
}
.page-example .page-tab-box .tab-change::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #EDEDED;
}
.page-example .page-tab-box .tab-change .tab-item {
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding: 17px 0;
  position: relative;
}
.page-example .page-tab-box .tab-change .tab-item:not(:first-child) {
  margin-left: 100px;
}
.page-example .page-tab-box .tab-change .tab-item.active {
  color: #0075FF;
}
.page-example .page-tab-box .tab-change .tab-item.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 4px;
  background: #0075FF;
}
.page-example .page-tab-box .content-item {
  margin: 0 auto;
  width: 1200px;
  height: 360px;
  background: #FFFFFF;
}
.page-example .page-tab-box .content-item.active {
  display: block;
}
.page-example .page-tab-box .content-item .item-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 143px 0 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-example .page-tab-box .content-item .item-left .left-logo {
  display: inline-block;
  height: 54px;
}
.page-example .page-tab-box .content-item .item-left .left-title {
  font-size: 22px;
  font-weight: 400;
  color: #111111;
  line-height: 28px;
  margin: 30px 0 14px;
}
.page-example .page-tab-box .content-item .item-left .left-text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 6;
}
.page-example .page-tab-box .content-item .item-img {
  width: 484px;
  height: 100%;
  background-size: cover;
}
.page-ad {
  min-width: 1200px;
  height: 210px;
  background: #0464fa url(../img/p_bg_f.png) no-repeat center;
  background-size: auto 100%;
  color: #fff;
  text-align: center;
  padding-top: 54px;
}
.page-ad .page-title {
  font-size: 36px;
  line-height: 1;
}
.page-ad .page-btn {
  display: block;
  margin: 36px auto 0;
  width: 150px;
  height: 44px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-ad .page-btn:hover {
  background: #fff;
  color: #0066FF;
}
/* 智能管家页面 */
.theme-baner {
  width: 100%;
  height: 598px;
  background-size: cover;
}
.them-center {
  width: 100%;
  height: 800px;
  background-size: cover;
}
