@charset "utf-8";
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
body {
  background-color: #ffffff;
  font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC',
    'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

/* 向左 */
@keyframes toleft40 {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.toleft40-05-01 {
  animation: toleft40 0.5s ease;
  animation-delay: 0.1s;
  animation-fill-mode: backwards;
}

.toleft40-05-03 {
  animation: toleft40 0.5s ease;
  animation-delay: 0.3s;
  animation-fill-mode: backwards;
}

.toleft40-05-05 {
  animation: toleft40 0.5s ease;
  animation-delay: 0.5s;
  animation-fill-mode: backwards;
}

.toleft40-1 {
  animation: toleft40 1s ease;
  animation-delay: 0.3s;
  animation-fill-mode: backwards;
}

/* 向右 */
@keyframes toright40 {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.toright40-1 {
  animation: toright40 1s ease;
  animation-delay: 0.3s;
  animation-fill-mode: backwards;
}

/* 块渐现 */
@keyframes zoomin {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoomin {
  animation: zoomin 0.5s ease;
  animation-fill-mode: backwards;
}
.honor-zoomin {
  animation: zoomin 0.8s ease;
  animation-fill-mode: backwards;
}

/* 向下 */
@keyframes tobtm50 {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tobtm50-08 {
  animation: tobtm50 0.8s ease;
  animation-fill-mode: backwards;
}

.tobtm50-1-03 {
  animation: tobtm50 1s ease;
  animation-delay: 0.3s;
  animation-fill-mode: backwards;
}

/*动画效果平滑过渡*/
.trans,
.trans * {
  transition: all 0.2s ease-out;
}

/* 图片缩放 */
@keyframes img-aim-before {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.img-aim-before {
  animation: img-aim-before 0.8s ease;
  animation-fill-mode: forwards;
}

@keyframes img-aim-after {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.img-aim-after {
  animation: img-aim-after 0.8s ease;
  animation-fill-mode: forwards;
}

/* bnner文字向上渐现 */
@keyframes b-text-totop {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.b-text-08-01 {
  animation: b-text-totop 0.8s ease;
  animation-fill-mode: backwards;
  animation-delay: 0.1s;
}
.b-text-08-03 {
  animation: b-text-totop 0.8s ease;
  animation-fill-mode: backwards;
  animation-delay: 0.3s;
}
.b-text-08-05 {
  animation: b-text-totop 0.8s ease;
  animation-fill-mode: backwards;
  animation-delay: 0.5s;
}

.index-warp {
  min-width: 1400px;
  position: relative;
  /* left: 50%;
  transform: translateX(-50%); */
  background: #ffffff url(../images/bg-icon1.png) no-repeat 0 850px;
  background-size: 100% auto;
}

#headBox {
  width: 100%;
  height: 70px;
  z-index: 22;
}

@media screen and (min-width: 1200px) {
  body {
    overflow-x: hidden;
  }

  #headBox {
    position: fixed;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .sub-warp {
    overflow: hidden;
  }

  .index-warp {
    overflow: hidden;
  }

  .head-fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
}

.head-fixed {
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.head-box-shadow {
  box-shadow: none;
}

.head-fixed .wrap_head {
  border: none;
}

.wrap_head {
  position: relative;
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  border-bottom: #e2e4e8 solid 1px;
  z-index: 10;
}

.wrap_head .logo {
  display: block;
  float: left;
  width: 190px;
  height: 34px;
  margin: 16px 0 0;
}

.wrap_head .logo h1 {
  display: block;
  width: 190px;
  height: 34px;
  background: url(../images/logo.png) no-repeat center;
  text-indent: -9999px;
  overflow: hidden;
  background-size: 100% 100%;
}

.wrap_head .staff-only {
  margin-top: 16px;
  display: block;
  float: right;
  width: 102px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  background: url(../images/head-btn-bg.png) no-repeat center;
}

.wrap_head .menu {
  float: left;
  padding: 20px 0px 0 50px;
}

.wrap_head .menu .menu-li {
  float: left;
  margin: 0 15px;
  padding: 0 30px 16px 10px;
  line-height: 34px;
  height: 34px;
}

.menu li.active {
  padding-bottom: 14px !important;
  border-bottom: solid #315efb 2px;
}

.menu .menu-li .menu-li-a {
  color: #333333;
}

.menu .menu-li i {
  position: relative;
  top: -20px;
  left: 75px;
  display: block;
  width: 12px;
  height: 7px;
  background: url(../images/down.png) no-repeat center;
}

.menu .menu-li .sub-menu {
  display: none;
  width: 1200px;
  position: absolute;
  left: 0;
  top: 70px;
  background: url(../images/menu-bg.png) no-repeat center;
  background-size: 100% auto;
  border: #e2e4e8 solid 1px;
  box-sizing: border-box;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.menu .menu-li .sub-menu p {
  padding: 12px;
  text-align: center;
}

.menu .menu-li .sub-menu p a {
  color: #3a4564;
  font-size: 14px;
  margin: 0 70px;
}

.menu .menu-li .sub-menu p a:hover {
  color: #315efb;
}

.menu .menu-li .sub-menu ul {
  width: 179px;
  float: left;
  padding: 10px 30px;
}

.menu .menu-li .sub-menu ul li:nth-child(1) {
  border-bottom: #e2e4e8 solid 1px;
  color: #3a4564;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

.menu .menu-li .sub-menu ul li {
  line-height: 35px;
}

.menu .menu-li .sub-menu ul li a {
  color: #3a4564;
  font-size: 14px;
}

.menu .menu-li .sub-menu ul li a:hover {
  color: #315efb;
}

@keyframes sub-menu-tobtm {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sub-menu-tobtm {
  animation: sub-menu-tobtm 0.2s ease;
  animation-fill-mode: backwards;
}

.wrap_head .menu .menu-li:nth-child(1) {
  padding: 0 20px 16px 20px;
}

.wrap_head .menu .menu-li:hover .menu-li-a {
  color: #000000;
}

.wrap_head .menu .menu-li:hover .sub-menu {
  display: block;
}

.wrap_head .menu .menu-li:hover i {
  transform: rotate(-180deg);
}

/* banner */
.banner-box {
  position: relative;
  width: 100%;
  height: 560px;
}

.banner-box li {
  width: 100%;
  position: relative;
}

.banner-box .banner1 img {
  position: absolute;
}

.banner-box .banner1 .banner1-icon1 {
  top: 150px;
}

@media screen and (max-width: 1600px) {
  .banner-box .banner1 .banner1-icon1 {
    left: 50%;
    margin-left: -800px;
  }
}

@media screen and (min-width: 1600px) {
  .banner-box .banner1 .banner1-icon1 {
    left: 0;
  }
}

.banner-box .banner1 .banner1-icon2-box {
  position: absolute;
  width: 855px;
  height: 553px;
  right: 50%;
  top: 60px;
  margin-right: -680px;
}

.banner-box .banner1 .banner1-icon2-box .banner1-icon2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner-box .banner1 .banner1-icon2-box .banner1-icon4 {
  position: absolute;
  left: 220px;
  top: 70px;
  width: 300px;
}

.banner-box .banner1 .banner1-icon2-box .banner1-icon5 {
  position: absolute;
  left: 522px;
  top: 260px;
  width: 95px;
}

@keyframes banner1Icon4 {
  from {
    opacity: 0.6;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tobtm-banner-icon4 {
  animation: banner1Icon4 3s ease infinite;
  animation-fill-mode: backwards;
  animation-delay: 1s;
  animation-direction: alternate;
}

@keyframes banner1Icon5 {
  from {
    opacity: 0.9;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(3px);
  }
}
.rotate-banner-icon5 {
  animation: banner1Icon5 2s linear infinite;
  animation-fill-mode: backwards;
  animation-delay: 1s;
  animation-direction: alternate;
}

.banner-box .banner1 .banner1-icon3 {
  left: 50%;
  top: 220px;
  margin-left: -550px;
}

.banner-box .banner1 .banner1-text {
  position: absolute;
  left: 50%;
  top: 400px;
  margin-left: -550px;
}

.banner-box .banner1 .banner1-text p {
  line-height: 30px;
  font-size: 18px;
  color: #4f5665;
  letter-spacing: 1px;
}

/* 首页栏目标题 */
.clm-title {
  width: 1200px;
  height: 65px;
  position: relative;
  margin: 0 auto;
}

.clm-title h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  color: #101428;
  line-height: 50px;
  padding-left: 65px;
  letter-spacing: 2px;
  background: url(../images/clm-title-icon.png) no-repeat left center;
  background-size: 50px auto;
}

/* 业务领域 */
.business-area {
  width: 1260px;
  margin: 0 auto;
  padding: 140px 0 30px;
  position: relative;
}

.business-list {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}

.business-list li {
  width: 570px;
  height: 260px;
  float: left;
  margin: 20px 30px;
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
}

.business-list li i {
  position: absolute;
  top: 35px;
  right: 30px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/vector.png) no-repeat center;
  opacity: 0;
}

.business-list li .icon {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 30px;
  top: 10px;
}

.business-list li .bg {
  display: block;
  width: 120px;
  height: 120px;
  background: url(../images/business-clm-bg.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: -18px;
  left: -18px;
  opacity: 0;
}

.business-list li .main {
  width: 100%;
  height: 100%;
  border: #e2e4e8 solid 1px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #ffffff;
  position: absolute;
  z-index: 3;
}

.business-list li:nth-child(1) .icon {
  top: 3px;
}

.business-list li .icon img {
  width: 100%;
  height: auto;
}

.business-list li h3 {
  margin: 85px 0 0 50px;
  font-size: 20px;
  color: #000000;
}

.business-list li p {
  margin: 15px 0 0 50px;
  padding-right: 50px;
  font-size: 14px;
  color: #7c8087;
  line-height: 26px;
}

.business-list li:hover .bg {
  opacity: 1;
}

.business-list li:hover .main {
  border-color: #3e69f4;
}

.business-list li:hover i {
  opacity: 1;
}

.business-list li:hover h3 {
  transform: translateY(-2px);
}

.business-list li:hover p {
  transform: translateY(2px);
}

/* 全方位数字化解决方案 */
.digital-solutions {
  position: relative;
  width: 100%;
}

.digital-solutions .bg1 {
  position: absolute;
  width: 806px;
  height: 901px;
  top: 110px;
  background: url(../images/digital-bg1.png) no-repeat 0 0;
}

.digital-solutions .bg2 {
  position: absolute;
  width: 1357px;
  height: 901px;
  top: 110px;
  background: url(../images/digital-bg2.png) no-repeat 0 0;
}

.solutions-main {
  width: 1200px;
  height: 945px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.digital-solutions .left-tree {
  float: left;
  width: 180px;
  padding-top: 200px;
}

.digital-solutions .left-tree li {
  text-align: right;
  line-height: 46px;
  margin-bottom: 40px;
  font-size: 20px;
  cursor: pointer;
  border-bottom: rgba(0, 0, 0, 0) solid 3px;
}

.digital-solutions .left-tree .active {
  font-size: 24px;
  color: #315efb;
  font-weight: 600;
  border-bottom: #315efb solid 3px;
}

.digital-solutions .left-tree li:hover {
  font-size: 24px;
}

.digital-solutions .right-content {
  float: right;
  width: 900px;
  padding-top: 150px;
}

.digital-solutions .right-content .home-case-content {
  position: relative;
  display: none;
}

.digital-solutions .right-content .active {
  display: block;
}

.digital-solutions .right-content .home-case-content .home-dcp h3 {
  font-size: 24px;
  color: #ffffff;
}

.digital-solutions .right-content .home-case-content .home-dcp p {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  margin-top: 30px;
}

.home-case-content .home-ul,
.home-case-content .project-case {
  width: 500px;
  float: left;
  padding-top: 50px;
}

.home-case-content .project-system,
.home-case-content .project-case {
  padding-left: 50px;
  width: 200px;
}

.home-case-content .project-system ul {
  padding-top: 42px;
}

.home-case-content .project-area {
  width: 250px;
}

.home-case-content .home-ul h4,
.home-case-content .project-case h4 {
  color: #ffffff;
  padding-bottom: 20px;
  letter-spacing: 1px;
}

.home-case-content .home-ul li {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  background: url(../images/digital-icon1.png) no-repeat 0 6px;
  background-size: 18px 18px;
  padding: 0 0 15px 28px;
}

.home-case-content .project-case img {
  width: 785px;
  height: 630px;
}

.right-content .lr-style .project-case {
  width: 300px;
}

.right-content .lr-style .project-case img {
  margin: -65px 0 0 -80px;
}

.right-content .lr-style .home-ul a,
.right-content .hcc1 a {
  display: inline-block;
  padding: 10px 70px;
  border-radius: 5px;
  background: #f3b72b;
  color: #ffffff;
  font-size: 14px;
  margin-top: 50px;
}

.right-content .hcc1 a {
  display: block;
  position: absolute;
  top: 450px;
}

/* 企业服务 */
.company-service {
  position: relative;
  width: 100%;
  height: 720px;
  padding: 70px 0 0;
  background: url(../images/company-service-bg.png) no-repeat center top;
  background-size: 100% 100%;
}

.company-service .certificate {
  display: block;
  width: 1200px;
  height: 600px;
  margin: 0 auto;
  background: url(../images/certificate.png) no-repeat 0 30px;
  background-size: contain;
}

.company-service .certificate-list {
  width: 1200px;
  margin: 60px auto 0;
  position: relative;
}

.company-service .certificate-list li {
  width: 250px;
  margin: 10px;
  background-color: #f5f4ff;
  border: #eaeaf6 solid 1px;
  padding: 15px;
  position: absolute;
}

.company-service .certificate-list li .certificate-img {
  overflow: hidden;
}

.company-service .certificate-list li:hover {
  transform: scale(1.1) !important;
  z-index: 5;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
}

.company-service .certificate-list li:nth-child(1) {
  top: 7px;
  left: 200px;
}

.company-service .certificate-list li:nth-child(2) {
  left: 480px;
}

.company-service .certificate-list li:nth-child(3) {
  top: 16px;
  left: 730px;
}

.company-service .certificate-list li:nth-child(4) {
  top: 240px;
  left: 40px;
}

.company-service .certificate-list li:nth-child(5) {
  top: 246px;
  left: 300px;
}

.company-service .certificate-list li:nth-child(6) {
  top: 246px;
  left: 560px;
}

.company-service .certificate-list li:nth-child(7) {
  top: 267px;
  left: 850px;
}

.company-service .certificate-list li:nth-child(8) {
  top: 267px;
  left: 905px;
}

.company-service .certificate-list li img {
  width: 100%;
}

.company-service .certificate-list li p {
  text-align: center;
  color: #666666;
  padding-top: 10px;
  font-size: 16px;
}

/* 免费获取方案 */
.obtain-plan {
  position: relative;
  width: 100%;
  height: 200px;
  background: url(../images/ot-bg.png) no-repeat center top;
}

.obtain-plan a {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 143px;
  height: 49px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  background: url(../images/ot-btn.png) no-repeat center;
}

.obtain-plan a:hover {
  top: 80px;
}

/* 网页底部 */
.warp-footer {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #1d293f;
  padding: 50px 0 0;
}

.warp-footer .footer-main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 50px;
}

.footer-main .company-info {
  width: 375px;
  float: left;
}
.company-info img {
  width: 225px;
  height: 29px;
}

.footer-main .company-info h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 0 15px;
}

.footer-main .company-info p {
  line-height: 26px;
  color: #8c97ac;
  font-size: 14px;
}

.footer-main .company-ewm {
  float: left;
  padding: 28px 0 0 0;
}

.footer-main .company-ewm img {
  width: 140px;
  height: 140px;
}

.footer-main .company-ewm p {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
  color: #8c97ac;
}

.footer-menu {
  float: right;
}

.footer-menu .menu-ul {
  float: left;
}

.footer-menu .menu-ul li {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.footer-menu .menu-ul li:nth-child(1) {
  padding-bottom: 10px;
}

.footer-menu .menu-ul li a {
  color: #8590a5;
  font-size: 14px;
}

.footer-menu .menu-ul li a:hover {
  text-decoration: underline;
}

.warp-footer .footer-copyright {
  width: 1200px;
  margin: 0 auto;
  border-top: #2f3b53 solid 1px;
  color: #8c97ac;
  font-size: 14px;
  padding: 10px 0 20px;
}

.sub-warp {
  width: 100%;
  min-width: 1400px;
  position: relative;
}

.center-box-1200,
.bse-banner-text,
.sub-nav {
  width: 1200px;
  position: relative;
  left: 50%;
  margin-left: -600px;
}

/* 关于我们 */
.about-us-warp {
  background: #ffffff url(../images/about-banner.png) no-repeat center top;
}
.about-us-warp2 {
  background: url(../images/about-banner2.jpg) no-repeat center top;
  background-size: 100% auto;
}

.about-banner {
  text-align: center;
  padding: 70px 0 100px;
}

.about-banner img {
  width: 300px;
  margin-top: 60px;
}

#subNav {
  width: 100%;
  height: 42px;
}

.nav-fixed {
  background-color: #ffffff;
  position: fixed;
  z-index: 20;
  top: 70px;
  left: 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.about-us-warp .sub-nav {
  border-bottom: #e2e4e8 solid 1px;
}

.sub-warp .sub-nav {
  height: 41px;
  border-bottom: #e2e4e8 solid 1px;
}

.sub-warp .sub-nav li {
  float: left;
  line-height: 40px;
  font-size: 16px;
  margin: 0 50px -1px 0;
  padding: 0 20px;
  cursor: pointer;
  color: #333333;
}

.sub-warp .sub-nav li a {
  color: #333333;
}

.sub-warp .sub-nav li:hover {
  color: #315efb;
}

.sub-warp .sub-nav .active {
  border-bottom: #315efb solid 3px;
}

.sub-warp .sub-nav .active a {
  color: #315efb;
}

.company-profile {
  overflow: hidden;
  padding: 30px 0 0;
}

.company-profile img {
  float: left;
}

.company-profile h2 {
  font-size: 26px;
  padding: 30px 0 10px;
}

.company-profile p {
  line-height: 30px;
  margin-top: 10px;
  font-size: 14px;
}

.company-profile:hover img {
  transform: translateX(-5px);
}

.company-profile:hover h2 {
  transform: translateY(-3px);
}

.company-profile:hover p:nth-child(3) {
  transform: translateY(3px);
}

.company-profile:hover p:nth-child(4) {
  transform: translateY(5px);
}
.company-profile:hover p:nth-child(5) {
  transform: translateY(5px);
}

.company-culture {
  padding-top: 30px;
}

.company-culture h2 {
  font-size: 26px;
}

.company-culture .culture-list {
  margin: 30px 0 0 -30px;
  overflow: hidden;
  padding-bottom: 50px;
}

.company-culture .culture-list li {
  width: 280px;
  height:140px;
  float: left;
  border: 1px solid #eff0f2;
  margin: 10px 0px 0 26px;
  padding: 35px 15px 35px 110px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

.company-culture .culture-list span {
  display: block;
  position: absolute;
  left: 20px;
  top: 35px;
  width: 60px;
  height: 60px;
}

.company-culture .culture-list .cib {
  opacity: 0;
}

.company-culture .culture-list .cib img {
  width: 150%;
  margin-left: -10px;
}
.company-culture .culture-list li:hover {
  box-shadow: 0 20px 50px rgba(29, 53, 71, 0.1);
}

.company-culture .culture-list li:hover .cib {
  opacity: 1;
}

.company-culture .culture-list li:hover .cia {
  opacity: 0;
}

.company-culture .culture-list li:hover h3 {
  transform: translateY(-2px);
}

.company-culture .culture-list li:hover p {
  transform: translateY(2px);
}

.company-culture .culture-list li h3 {
  font-size: 16px;
  margin-top: 3px;
}

.company-culture .culture-list li p {
  font-size: 12px;
  color: #666666;
  margin-top: 10px;
}

.about-contact {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff url(../images/about-img3.png) no-repeat center top;
}

.about-contact .about-contact-main {
  padding: 30px 0 50px;
}

.about-contact .about-contact-main h2 {
  font-size: 26px;
}

.about-contact .about-contact-main .address-list {
  overflow: hidden;
  padding: 10px 0;
}

.about-contact .about-contact-main .address-list li {
  width: 500px;
  float: left;
  background-color: #ffffff;
  border: 1px solid #eff0f2;
  margin-top: 20px;
  padding: 20px 0 20px 50px;
  border-radius: 5px;
}

.about-contact .about-contact-main .address-list li:nth-child(even) {
  float: right;
}

.about-contact .about-contact-main .address-list li h3 {
  float: left;
  padding-right: 20px;
  margin-bottom: 20px;
  background: url(../images/location-icon.png) no-repeat right center;
}

.about-contact .about-contact-main .address-list li p {
  width: 100%;
  float: left;
  color: #00041a;
  font-size: 14px;
  line-height: 26px;
}

.about-contact .about-contact-main .address-list li:hover h3 {
  transform: translateY(-3px);
}

.about-contact .about-contact-main .address-list li:hover p {
  transform: translateY(3px);
}

/* 获取方案 */
.plan-warp {
  width: 100%;
  min-width: 1400px;
  position: relative;
}

.plan-warp .plan-l-bg {
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/plan-l-bg.jpg) no-repeat right top;
  background-size: cover;
}

.plan-warp .plan-r-bg {
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../images/plan-r-bg.png) no-repeat left top;
  background-size: cover;
}

.plan-warp .plan-main .plan-l-content {
  width: 600px;
  float: left;
  position: relative;
  padding-top: 280px;
}

.plan-warp .plan-main .plan-l-content img {
  position: absolute;
  left: -80px;
  top: 50px;
  width: 200px;
}

.plan-warp .plan-main .plan-l-content span {
  position: absolute;
  display: block;
}

.plan-warp .plan-main .plan-l-content .plan-l-icon1 {
  left: -50px;
  top: 200px;
  width: 50px;
  height: 50px;
  background: url(../images/plan-l-icon1.png) no-repeat 0 0;
}

.plan-warp .plan-main .plan-l-content .plan-l-icon2 {
  right: 60px;
  top: 720px;
  width: 50px;
  height: 50px;
  background: url(../images/plan-l-icon2.png) no-repeat 0 0;
}

.plan-warp .plan-main .plan-l-content p {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-right: 100px;
}

.plan-warp .plan-main .plan-r-content {
  width: 600px;
  float: left;
  position: relative;
  padding: 150px 0 0 120px;
  box-sizing: border-box;
}

.plan-warp .plan-main .plan-r-content h2 {
  font-size: 24px;
}

.plan-warp .plan-main .plan-r-content .pr-text {
  width: 405px;
  color: #768194;
  font-size: 14px;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}

.plan-warp .plan-main .plan-r-content .info-list li {
  overflow: hidden;
  padding-top: 15px;
}

.plan-warp .plan-main .plan-r-content .info-list li p {
  color: #768194;
  font-size: 14px;
  padding: 10px 0 5px;
}

.plan-warp .plan-main .plan-r-content .info-list li p b {
  color: #c81026;
  margin-left: 3px;
}

.plan-warp .plan-main .plan-r-content .info-list li input {
  width: 380px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 0 10px;
}

.plan-warp .plan-main .plan-r-content .info-list li.phone-code input {
  width: 270px;
  float: left;
}

.plan-warp .plan-main .plan-r-content .info-list li.phone-code button {
  width: 100px;
  height: 40px;
  float: left;
  margin-left: 10px;
  border: 1px solid #cccccc;
  background: none;
  color: #666666;
  border-radius: 4px;
}

.plan-warp .plan-main .plan-r-content .info-list li textarea {
  width: 380px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 10px;
}

.plan-warp .plan-main .plan-r-content .info-list li.submit button {
  border-radius: 2px;
  background: #315efb;
  width: 402px;
  height: 46px;
  color: #ffffff;
  border: none;
}

/* 业务领域 */
.bse-banner {
  position: absolute;
  top: 0;
  width: 100%;
}

.bse-banner img {
  position: absolute;
}

.bse-banner .l-img {
  top: 150px;
  width: 150px;
}

@media screen and (max-width: 1600px) {
  .bse-banner .l-img {
    left: 50%;
    margin-left: -800px;
  }
}

@media screen and (min-width: 1600px) {
  .bse-banner .l-img {
    left: 0;
  }
}

.bse-banner .r-img {
  right: 50%;
  margin-right: -1000px;
  width: 1000px;
}

/* .bse-banner-text{
  padding: 85px 0;
} */

.bse-banner-text h2 {
  font-size: 44px;
  font-weight: 300;
  padding-top: 160px;
  color: #00041a;
}

.bse-banner-text p {
  width: 550px;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: rgba(0, 4, 26, 0.8);
}

.bse-banner-text .bse-banner-links {
  width: 400px;
  padding-top: 20px;
  overflow: hidden;
}

.bse-banner-text .bse-banner-links li {
  float: left;
  width: 200px;
  line-height: 20px;
  padding: 10px 0;
}

.bse-banner-text .bse-banner-links li i {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 6px;
  background: url(../images/slt-icon.png) no-repeat;
}

.bse-banner-text .bse-banner-links li:nth-child(1) i {
  background-position: -10px -10px;
}
.bse-banner-text .bse-banner-links li:nth-child(2) i {
  background-position: -40px -10px;
}
.bse-banner-text .bse-banner-links li:nth-child(3) i {
  background-position: -70px -10px;
}
.bse-banner-text .bse-banner-links li:nth-child(4) i {
  background-position: -100px -10px;
}
.bse-banner-text .bse-banner-links li:nth-child(5) i {
  background-position: -130px -10px;
}
.bse-banner-text .bse-banner-links li:nth-child(6) i {
  background-position: -160px -10px;
}

.bse-banner-text .bse-banner-links li:last-child {
  text-indent: 28px;
}

.bse-banner-text .bse-banner-links li:hover i {
  background-position-y: -40px;
}

.bse-banner-text .bse-banner-links li a {
  color: #333333;
}

.bse-banner-text .bse-banner-links li a:hover {
  color: #315efb;
}

.bse-content .product-dsp {
  padding: 60px 0 0;
}

.bse-content .product-dsp h3 {
  font-size: 28px;
}

.bse-content .product-dsp p {
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
  color: #666666;
}

.bse-content .product-features {
  padding-top: 60px;
}

.bse-content .product-features h3 {
  font-size: 28px;
}

.bse-content .product-features ul {
  overflow: hidden;
  padding: 20px 0 0;
}

.bse-content .product-features ul li {
  width: 550px;
  height: 100px;
  float: left;
  padding: 20px 0;
}

.bse-content .product-features ul li:nth-child(even) {
  margin-left: 100px;
}

.bse-content .product-features ul li img {
  width: 70px;
  float: left;
  margin: 10px 0 0 20px;
}

.bse-content .product-features ul li h4,
.bse-content .product-features ul li p {
  float: left;
  width: 420px;
  margin-left: 40px;
}

.bse-content .product-features ul li h4 {
  font-size: 16px;
}

.bse-content .product-features ul li p {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}

.bse-content .product-atg {
  padding: 40px 0 0;
}

.bse-content .product-atg h3 {
  font-size: 28px;
}

.bse-content .product-atg ul {
  overflow: hidden;
  padding-top: 30px;
}

.bse-content .product-atg ul li {
  float: left;
  width: 280px;
  margin-left: 26px;
}

.bse-content .product-atg ul li:nth-child(1) {
  margin-left: 0;
}

.bse-content .product-atg ul li .atg-img {
  width: 280px;
  height: 157px;
  overflow: hidden;
}

.bse-content .product-atg ul li img {
  width: 100%;
}

.bse-content .product-atg ul li:hover img {
  transform: scale(1.2);
}

.bse-content .product-atg ul li:hover p {
  transform: translateY(5px);
}

.bse-content .product-atg ul li p {
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
  line-height: 24px;
}

.bse-content .scenes {
  padding: 60px 0 20px;
  overflow: hidden;
}

.bse-content .scenes h3 {
  font-size: 28px;
}

.bse-content .scenes .scenes-left {
  width: 600px;
  float: left;
}

.bse-content .scenes .scenes-left h4 {
  background: url(../images/bst-icon.png) no-repeat left center;
  background-size: contain;
  padding-left: 50px;
  line-height: 30px;
  font-size: 20px;
  margin-top: 50px;
}

.bse-content .scenes .scenes-left p {
  line-height: 28px;
  font-size: 14px;
  margin-top: 20px;
  color: #666666;
}

.bse-content .scenes .scenes-right {
  width: 570px;
  float: left;
  margin: 30px 0 0 30px;
}

.bse-content .scenes .scenes-right img {
  width: 100%;
}

.bse-content .scenes .scenes-right:hover img {
  transform: scale(1.05);
}

/* 解决方案 */
.solution-banner {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}

.solution-banner img {
  width: 100%;
}

.bse-banner-text {
  height: 408px;
}

.solution-content .solution-dsp {
  padding: 60px 0 0;
}

.solution-content .solution-dsp h3 {
  font-size: 28px;
}

.solution-content .solution-dsp p {
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
  color: #666666;
}

.solution-content .solution-att {
  padding: 60px 0 0;
}

.solution-content .solution-att p {
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
  color: #666666;
}

.solution-content .solution-att h3 {
  font-size: 28px;
}

.solution-content .solution-att .att-list {
  overflow: hidden;
  padding-top: 20px;
}

.solution-content .solution-att .att-list li {
  float: left;
  width: 50%;
  padding: 20px 80px 20px 0;
  box-sizing: border-box;
}

.solution-content .solution-att .att-list li img {
  width: 100px;
  float: left;
  margin-right: 10px;
}

.solution-content .solution-att .att-list li h4 {
  font-size: 14px;
  margin-top: 10px;
}

.solution-content .solution-att .att-img {
  width: 700px;
  padding: 10px 15px;
  margin: 30px auto 0;
}

.solution-content .solution-att .att-img img {
  width: 700px;
}

.solution-content .solution-att .att-img img:hover {
  transform: scale(1.03);
}

.solution-content .solution-scene {
  padding: 50px 0 40px;
}

.solution-content .solution-scene h3 {
  font-size: 28px;
  padding-bottom: 30px;
}

.solution-content .features-list {
  overflow: hidden;
}

.solution-content .features-list li {
  float: left;
  width: 280px;
  height: 220px;
  margin: 10px 0 10px 21px;
  position: relative;
  background: #fff;
  box-shadow: 0 0px 10px 0 rgba(0, 72, 174, 0.3);
}

.solution-content .features-list li:first-child {
  margin-left: 10px;
}

.solution-content .features-list li:hover .more-text {
  display: block;
}
.solution-content .features-list li .img-text img {
  width: 280px;
  height: 160px;
}
.solution-content .features-list li .img-text div {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  line-height: 50px;
}

@keyframes more-text-tobtm {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.solution-content .features-list li .more-text {
  animation: more-text-tobtm 0.2s ease;
  animation-fill-mode: backwards;
  display: none;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background-color: rgba(62, 115, 242, 0.8);
}

.solution-content .features-list li .more-text p {
  padding: 0 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
}

.solution-scene .li3 li {
  width: 280px;
  height: 220px;
  float: left;
  margin: 10px 8px;
  background: #fff;
  box-shadow: 0 0px 10px 0 rgba(0, 72, 174, 0.3);
}

.solution-scene .li3 li img {
  width: 100%;
}

.solution-content .solution-scene .scene-left {
  width: 580px;
  margin: 10px;
  float: left;
  border: 1px solid #e2e4e8;
  box-shadow: 0px 0px 1px 0px #dddddd, 0px 2px 6px 0px #dddddd,
    0px 10px 10px 0px #dddddd;
  padding-bottom: 10px;
}

.solution-content .solution-scene .scene-left .scene-img {
  width: 560px;
  margin: -70px 10px 0;
}

.solution-content .solution-scene .scene-left p {
  float: left;
  line-height: 32px;
  margin-left: 20px;
}

.solution-content .solution-scene .scene-left a {
  float: right;
  display: block;
  line-height: 32px;
  color: #1a89fa;
  margin-right: 20px;
}

.solution-content .solution-scene .scene-left a img {
  width: auto;
  height: 32px;
  float: left;
  margin-right: 5px;
}

.solution-content .solution-scene .scene-left:hover .scene-img {
  transform: translateY(-10px);
}

.solution-content .solution-scene .scene-left:hover {
  transform: translateY(5px);
}

.solution-content .solution-scene .scene-left a:hover {
  text-decoration: underline;
}

.solution-content .solution-scene .scene-right {
  width: 550px;
  float: right;
}

.solution-content .solution-scene .scene-right h4 {
  font-size: 18px;
  line-height: 30px;
  padding-left: 40px;
  background: url(../images/solution-icon1.png) no-repeat left center;
  background-size: contain;
}

.solution-content .solution-scene .scene-right p {
  line-height: 26px;
  color: #666666;
  margin-top: 10px;
  font-size: 14px;
}

.solution-content .solution-scene .scene-right p b {
  color: #333333;
}

.solution-content .solution-scene .scene-right:hover h4 {
  transform: translateY(-2px);
}

.solution-content .solution-scene .scene-right:hover p:nth-child(2) {
  transform: translateY(2px);
}

.solution-content .solution-scene .scene-right:hover p:nth-child(3) {
  transform: translateY(4px);
}

.solution-content .solution-scene .scene-right:hover p:nth-child(4) {
  transform: translateY(6px);
}

.solution-content .solution-scene .scene-right:hover p:nth-child(5) {
  transform: translateY(8px);
}

.solution-content .solution-scene .scene-right:hover p:nth-child(6) {
  transform: translateY(10px);
}
/* 典型案例-郝改 */
.mt-tabpage {
  width: 1200px;
  background-color: #ffffff;
}
.mt-tabpage-title {
  height: 52px;
  font-size: 0;
  background-color: #fff;
  width: 100%;
  background: #fff;
}
.mt-tabpage-title .mt-tabpage-item {
  height: 50px;
  line-height: 50px;

  text-align: center;
  color: #00041a;
  font-size: 16px;
  margin-right: 40px;
}
.mt-tabpage-title .mt-tabpage-item:hover {
  color: #315efb;
}
.mt-tabpage-title .mt-tabpage-item-cur {
  color: #315efb;
  font-size: 16px;
  height: 50px;
  padding-bottom: 18px;
}
.mt-tabpage-count {
  position: relative;
  width: 1200px;
  height: 360px;
  overflow: hidden;
}
.mt-tabpage-cont__wrap {
  position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
  width: 1200px;
  height: 360px;
}

/* 加入我们 */
.job-box {
  padding-top: 50px;
}

.join-title {
  font-size: 22px;
  padding-left: 20px;
}

.job-box .job-list {
  padding-top: 30px;
  /* padding-bottom:50px; */
  min-height: 320px;
  position: relative;
}

.job-box .job-list li:hover {
  box-shadow: 0 15px 40px rgba(29, 53, 71, 0.1);
}

.zp-back {
  box-sizing: border-box;
  width: 580px;
  max-height: 700px;
  overflow-y: auto;
  background: #fff url('../images/zhaoping2.jpg') no-repeat;
  background-size: 100% auto;
  box-shadow: 0 15px 40px rgba(29, 53, 71, 0.1);
  border: 1px solid #e2e4e8;
  padding: 10px 35px 10px 35px;
  cursor: pointer;
  margin-bottom: 30px;
}
.zp-none {
  box-sizing: border-box;
  width: 580px;
  max-height: 600px;
  overflow-y: auto;
  background: #fff url('../images/zhaoping1.jpg') no-repeat;
  background-size: 100% auto;
  border: 1px solid #e2e4e8;
  padding: 10px 35px 10px 35px;
  cursor: pointer;
  margin-bottom: 30px;
}

.job-box .job-list li:nth-child(3n + 1) {
  margin-left: 0;
}
.zp-top {
  width: 510px;
  height: 106px;
  border-bottom: 1px dashed #e2e4e8;
}
.one h4 {
  color: #315efb !important;
}
.one span {
  color: #315efb !important;
  border: 1px solid #315efb !important;
}
.zp-top h4 {
  color: #3a4564;
  font-size: 16px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.zp-top span {
  display: inline-block;
  border: 1px solid #dddddd;
  margin-right: 10px;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 14px;
  color: #666666;
}

.job-box .job-list li i {
  display: block;
  position: absolute;
  right: 30px;
  top: 48px;
  width: 20px;
  height: 20px;
  background: url(../images/join-icon.png) no-repeat center;
  background-size: contain;
}

/*.job-box .job-list li:hover .job-content{
  display: block;
}

.job-box .job-list li:hover h4{
  color: #315efb;
}

.job-box .job-list li:hover{
  z-index: 20;
  border: #315efb solid 1px;
}

.job-box .job-list li:hover span{
  border: #315efb solid 1px;
  color: #315efb;
}*/

.job-box .job-list li .job-content {
  padding-top: 5px;
  background: #fff;
}

.act {
height:80px;
  overflow:hidden;
}
.zhize{
  font-size:14px;
  padding: 15px 0 5px;
    color: #3a4564;
  display: block;
  font-weight: 600;
}
.job-box .job-list li .job-content p {
  color: #3a4564;
  font-size: 12px;
  line-height: 20px;
}
.job-content p span {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 0 5px;
  color: #3a4564;
}
.job-box .job-list li .job-content h5 {
  font-size: 14px;
  padding: 15px 0 5px;
  color: #3a4564;
}
.chakan {
  width: 100%;
  padding: 30px 0px 10px 0px;
  font-size: 12px;
  color: #939fb8;
  text-align: center;
}

.join-email {
  background: #ffffff;
  border: 1px solid #e2e6ef;
  margin: 30px 0 50px;
  padding: 35px 20px 25px 50px;
  overflow: hidden;
}

.join-email img {
  width: 150px;
  float: left;
  margin-right: 80px;
}

.join-email p {
  line-height: 30px;
  color: #666666;
}

.join-email p strong {
  color: #333333;
}

.join-email h4 {
  margin-top: 35px;
}

/* 新闻资讯 */
.news-box {
  overflow: hidden;
  padding: 30px 0 50px;
}

.news-box li {
  border-bottom: #e2e4e8 solid 1px;
  padding: 20px 10px;
  overflow: hidden;
}

.news-box li .left-date {
  float: left;
  padding: 20px 30px;
}

.news-box li .left-date span {
  display: inline-block;
  width: 60px;
  text-align: center;
  color: #666666;
  font-size: 36px;
  font-weight: bold;
}

.news-box li .left-date p {
  width: 60px;
  text-align: center;
  color: #666666;
  font-size: 12px;
}

.news-box li .right-content {
  float: left;
  width: calc(100% - 120px);
}

.news-box li .right-content h2 a {
  color: #00041a;
  font-size: 18px;
}

.news-box li .right-content h2 a:hover {
  color: #386bf6;
}

.news-box li .right-content span {
  color: #00041a;
  font-size: 12px;
}

.news-box li .right-content p {
  line-height: 26px;
  font-size: 14px;
  color: #666666;
}

.news-box li .right-content .more {
  color: #386bf6;
  font-size: 14px;
}

.news-box li .right-content .more:hover {
  text-decoration: underline;
}

.news-content {
  background: #fff;
  border: 1px solid #e2e4e8;
  padding: 50px;
  margin: 50px 0;
}
.news-content h2 {
  font-size: 28px;
  color: #374567;
  margin-bottom: 15px;
}

.news-content .news-title {
  color: #00041a;
  font-size: 20px;
}

.news-content .news-date {
  font-size: 14px;
  color: #333648;
  display: block;
  margin-bottom: 20px;
}

.news-content p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
  color: #374567;
}

/*底部-郝修改*/
.hao4 {
  margin-left: 80px;
}
/*郝-新闻详细页*/
.place {
  font-style: 12px;
  margin-top: 35px;
  margin-bottom: 10px;
}
.place a {
  color: #7f818c;
}
