@charset "UTF-8";
.wrap {
  width: 100%;
}

.cont {
  width: 1200px;
  margin: 0 auto;
}

a {
  color: inherit;
}

.g-fl {
  float: left;
}

.g-fr {
  float: right;
}

.g-hide {
  display: none;
}

a:hover {
  color: #FF7700;
}

.bar-box .selected {
  color: #FF7700 !important;
}

/* 头部公共样式 */
#header {
  background-color: #fff;
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.bar-box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 80px;
  overflow: visible !important;
}

.white-box {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}

.bar-box .top-bar {
  display: inline-block;
  vertical-align: middle;
  margin-left: 150px !important;
}

.bar-box .top-bar li {
  display: inline-block;
  height: 100%;
}

.bar-box .top-bar li .icon-arrow-down {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bar-box .top-bar li .first-menu {
  display: inline-block;
  padding: 0 25px;
  height: 100%;
  line-height: 78px;
  font-size: 16px;
  color: #333333;
}

.bar-box .top-bar li .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: 260px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: -webkit-linear-gradient(left, #F6F9FE 50%, #FFFFFF 50%);
  background: linear-gradient(90deg, #F6F9FE 50%, #FFFFFF 50%);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.bar-box .top-bar li .sub-menu-height {
  height: auto;
}

.bar-box .top-bar li .sub-menu-main {
  width: 1400px !important;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bar-box .top-bar li .sub-menu-main .left {
  width: 220px;
  height: 100%;
  background-color: #F6F9FE;
}

.bar-box .top-bar li .sub-menu-main .title {
  margin-top: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
}

.bar-box .top-bar li .sub-menu-main .desc {
  margin-top: 20px;
  padding-right: 26px;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}

.bar-box .top-bar li .sub-menu-main .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bar-box .top-bar li .sub-menu-main .right-cell .right-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}

.bar-box .top-bar li .sub-menu-main .right-cell .right-bolid {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  padding-bottom: 20px;
}

.bar-box .top-bar li .sub-menu-main .sub-menu-item-wapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bar-box .top-bar li .sub-menu-main a.second {
  height: auto !important;
  line-height: 20px !important;
  margin-top: 14px;
  font-size: 16px;
  color: #666666;
}

.bar-box .top-bar li .sub-menu-main .second:hover {
  color: #FF7700 !important;
}

.bar-box .top-bar li .sub-menu-main .product a {
  width: 25%;
}

.bar-box .top-bar li .sub-menu-main .solution a {
  width: 33%;
}

.bar-box .top-bar li .sub-menu-main .saas a {
  width: 50%;
}

.bar-box .top-bar li .sub-menu-main .aboutus a {
  width: 100%;
}

.bar-box .top-bar li .sub-menu-main .solution a {
  width: 33%;
}

.bar-box .top-bar li:hover .sub-menu {
  display: block;
}

.bar-box .top-bar li:hover .first-menu {
  color: #FF7700 !important;
}

.bar-box .top-bar li:hover .icon-arrow-down {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.white-box .item {
  color: black !important;
}

.bar-box .item {
  height: 100%;
  float: left;
  line-height: 82px;
  cursor: pointer;
}

.bar-box .item a {
  padding: 0 32px;
  display: inline-block;
  height: 100%;
}

.item:hover {
  color: #ff7700 !important;
}

.active a:hover {
  color: white !important;
}

.bar-box .top-bar .active {
  padding-bottom: 16px;
  position: relative;
  z-index: 10;
  color: white !important;
  background: -webkit-linear-gradient(left, #ff7700 0%, #ff9400 100%);
  background: -ms-linear-gradient(left, #ff7700 0%, #ff9400 100%);
}

.logo-box {
  width: 1400px;
  margin: 0 auto;
  height: 100%;
}

.logo-box .logo {
  width: 128px;
  height: 42px;
  cursor: pointer;
  vertical-align: middle;
}

/* 头部公共样式 */
/* 公共尾 */
.footer {
  width: 100%;
  background: #F4F4F6;
  color: #666;
  font-size: 14px;
  position: relative;
  z-index: 100;
}

.footer .wrap {
  width: 1200px;
  margin: 0 auto;
  color: #999;
}

.footer-header {
  padding: 44px 0 26px;
}

.footer-cont {
  padding: 37px 0 50px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-cont .footer-item {
  margin-right: 50px;
}

.footer-cont .footer-item .list {
  width: 150px;
}

.footer-cont .title {
  color: #333;
  font-size: 16px;
  margin-bottom: 24px;
  font-weight: bold;
}

.footer-cont .list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-cont .list-wrap .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-cont .list-wrap .list > a {
  color: #666 !important;
  margin-bottom: 24px;
}

.footer-cont .list-wrap .list > a:hover {
  color: #FF7700 !important;
  cursor: pointer;
}

.footer-header {
  display: block;
}

.footer .footer-cont {
  padding: 37px 0 50px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.footer-list {
  height: 96px;
  margin-left: -100px;
  width: 550px;
}

.footer-list .footer-list-item {
  float: left;
  margin-left: 100px;
  width: 64px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #707070;
  margin-bottom: 16px;
  position: relative;
}

.footer-left {
  margin-top: 56px;
  float: left;
  width: 930px;
}

.footer-left .weixin-img {
  position: absolute;
  width: 198px;
  height: 198px;
  left: 0;
  top: -246px;
}

.footer-right {
  height: 104px;
  width: 280px;
  position: absolute;
  top: 51px;
  right: 0;
  background: url("/images/footer-msg.png") left center no-repeat;
  background-size: auto 100%;
}

.weixin, .join {
  width: 96px !important;
  overflow: hidden;
  cursor: pointer;
}

.weixin-img {
  padding: 16px;
  background: white;
  box-shadow: 0px 6px 36px 0px rgba(0, 0, 0, 0.06);
}

.footer-info {
  color: #999;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  padding: 19px 0 27px;
}

.footer-info .link {
  display: inline-block;
  color: #999 !important;
}

.footer-info .link:hover {
  cursor: pointer;
  color: #FF7700 !important;
}

/**
   鼠标放上，图片变大
   */
.card-pic img, .act-pic img {
  -webkit-transition: all .3s ease;
  /* Safari and Chrome */
  /* Firefox */
  /* Opera */
  /* IE 9 */
  transition: all .3s ease;
  cursor: pointer;
}

.card-pic img:hover, .act-pic img:hover {
  transform-origin: center center;
  transform: scale(1.1, 1.1);
  -webkit-transform-origin: center center;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform-origin: center center;
  -moz-transform: scale(1.1, 1.1);
  -o-transform-origin: center center;
  -o-transform: scale(1.1, 1.1);
  -ms-transform-origin: center center;
  -ms-transform: scale(1.1, 1.1);
  cursor: pointer;
}

.footer-wapper {
  width: 100%;
  background: #FFFFFF;
  color: #666;
  font-size: 14px;
  position: relative;
  z-index: 100;
  padding-top: 57px;
}

.footer-wapper .cont .footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-wapper .cont .footer-top .footer-logo img {
  width: 90px;
}

.footer-wapper .cont .footer-top .footer-nav span {
  display: inline-block;
  margin: 0 24px;
}

.footer-wapper .cont .new-footer-list {
  margin-top: 58px;
  margin-bottom: 100px;
  padding-top: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #EEEEEE;
}

.footer-wapper .cont .new-footer-list .new-footer-item h3 {
  color: #333333;
}

.footer-wapper .cont .new-footer-list .new-footer-item ul li {
  margin-top: 24px;
}

/*返回到顶部*/
.back_to_top {
  position: fixed;
  bottom: 202px;
  left: 50%;
  margin-left: 620px;
  display: none;
}

.back_to_top a {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  background: #ffffff url("/images/back-to-top.png") center;
  background-size: 56px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.back_to_top a:hover {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: #ffffff url("/images/back-to-top-hover.png") center;
  background-size: 56px;
  box-shadow: 0 6px 36px 0 rgba(238, 119, 0, 0.21);
}

/*
*/
.weixin:hover {
  overflow: visible;
  color: #F70;
}

.join:hover {
  overflow: visible;
  color: #F70;
}

/* .weixin:hover .weixin-img{
    opacity: 1;
}
.join:hover .weixin-img{
    opacity: 1;
} */
.footer-right ul {
  float: left;
  display: none;
}

.footer-right li {
  line-height: 26px;
  font-size: 14px;
}

.footer-right .foot-logo {
  width: 72px;
  height: 72px;
  margin-left: 16px;
  float: right;
  margin-top: 13px;
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-wrap .btn {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333;
  font-size: 16px;
  border: 1px solid #333;
  background-color: #fff;
  min-width: 170px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.btn-wrap .btn .arr {
  padding-right: 0;
  color: #262626;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  position: relative;
}

.btn-wrap .btn .arr .iconfont {
  position: absolute;
  top: -8px;
  right: -18px;
  opacity: 0;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

.btn-wrap .btn:hover {
  color: #FF7700;
  cursor: pointer;
  padding: 0 25px 0 15px;
  border-color: #FF7700;
}

.btn-wrap .btn:hover .arr {
  color: #FF7700;
}

.btn-wrap .btn:hover .arr .iconfont {
  color: #FF7700;
  opacity: 1;
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* 分页控制器 */
.pageContainer {
  width: 100%;
  text-align: center;
  padding: 56px 0 88px;
}

.pageContainer .pagination {
  display: inline-block;
}

.pageContainer .pagination span, .pageContainer .pagination a {
  font-size: 18px;
  color: #222;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #eee;
  margin-left: -1px;
}

.pageContainer .pagination a:hover {
  color: #f70;
}

.pageContainer .pagination span.active {
  color: #f70;
  border-color: #f70;
  position: relative;
  z-index: 10;
}

.pageContainer .pagination span.active:hover {
  color: #f70 !important;
}

.pageContainer .pagination .prev, .pageContainer .pagination .next {
  margin: 0 16px;
  color: #bbb;
  border-color: #bbb;
  background: url("/images/icon-pageArrow-left.png") no-repeat 11px;
  text-indent: -9999px;
}

.pageContainer .pagination .next {
  margin-left: 0;
}

.pageContainer .pagination .prev:hover {
  border-color: #f70;
  background-image: url("/images/icon-pageArrow-left-active.png");
}

.pageContainer .pagination .next {
  background-image: url("/images/icon-pageArrow-right.png");
  margin-right: 0;
}

.pageContainer .pagination .next:hover {
  border-color: #f70;
  background-image: url("/images/icon-pageArrow-right-active.png");
}
