@charset "UTF-8";
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  background-color: #fff;
  overflow-x: auto;
  min-width: 1000px; }

a,
a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

.global-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: none;
  height: 64px;
  z-index: 99;
  min-width: 768px;
  background: #fff; }

.global-header a {
  color: #393636; }

.global-header .header_login a {
  display: inline-block;
  overflow: hidden;
  /* border:1px solid #000000; */
  /* box-shadow:0 3px 6px 0 rgba(0,0,0,0.16); */
  border-radius: 4px;
  width: 77px;
  height: 29px;
  line-height: 26px;
  vertical-align: middle;
  border: 1px solid #f9803a;
  font-size: 14px;
  /* box-shadow:0 3px 6px 0 rgba(0,0,0,0.16); */
  /* border-radius:4px; */
  /* width:77px; */
  /* height:27px; */ }

.global-header .container {
  height: 100%;
  margin: 0 auto; }

.global-header .nav-box {
  height: 64px;
  width: 1000px; }

.global-header .nav-box .logo {
  float: left;
  display: block;
  margin-top: 5px;
  width: 110px; }

@media (max-width: 1000px) {
  .global-header .nav-box .logo {
    width: 91px;
    margin-top: 18px; } }

.global-header .nav-box .logo img {
  display: block;
  width: 88%; }

.global-header .nav-box .logo p {
  opacity: 0;
  font-size: 10px;
  color: #fff;
  -webkit-filter: aplha(opacity=0);
  filter: aplha(opacity=0); }

.global-header .nav-box .title {
  cursor: pointer;
  margin-top: 24px;
  /* margin-left: 13px; */
  float: left;
  font-size: 16px;
  color: #999; }

.global-header .nav-box .nav {
  font-size: 16px; }

.global-header .nav-box .navbar {
  float: left;
  padding-left: 65px;
  position: relative;
  min-width: 464px; }

.global-header .navbar .nav_active {
  position: absolute;
  width: auto;
  height: 4px;
  bottom: 0;
  left: auto;
  background-image: -o-linear-gradient(239deg, #fdc839, #ff840f);
  background-image: linear-gradient(-149deg, #fdc839, #ff840f); }

.global-header .nav-box .service_menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 64px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1000px;
  z-index: 9; }

.global-header .nav-box .service_menu ul {
  width: 120px;
  float: left;
  padding: 10px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #fff;
  margin-left: 440px; }

.global-header .service_menu li {
  line-height: 35px; }

.global-header .nav-box .nav .item {
  height: 64px;
  float: left;
  font-size: 16px;
  color: #393636;
  text-align: center;
  position: relative;
  line-height: 64px;
  padding: 0 10px;
  display: block; }

.global-header .nav-box .nav a:hover {
  color: #ff840f; }

.global-header .nav-box .nav .active a {
  color: #f9803a; }

.global-header .nav-box .nav .try-btn {
  margin-top: 34px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  background-image: -o-linear-gradient(225deg, #fdc83c 0%, #ff8715 100%);
  background-image: linear-gradient(-135deg, #fdc83c 0%, #ff8715 100%);
  /* box-shadow:0 3px 6px 0 rgba(0,0,0,0.16); */
  border-radius: 4px;
  width: 79px;
  height: 29px;
  line-height: 29px;
  color: #fff; }

.global-footer {
  overflow: hidden;
  background: #2c2c2c;
  width: 100%; }

.global-footer .container {
  width: 1000px; }

.global-footer .top-row {
  overflow: hidden;
  margin: 50px 0 0; }

.global-footer .top-row ul {
  width: 20%;
  float: left;
  padding: 0 12px;
  text-align: center; }

.global-footer .top-row ul li:first-child {
  color: #fff;
  line-height: 20px;
  margin: 0 0 14px; }

.global-footer .top-row ul a {
  line-height: 18px;
  color: #a9a9a9;
  font-size: 12px;
  margin: 0 0 12px;
  display: block; }

.global-footer .container .bottom-row {
  margin-top: 34px;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  float: right; }

.global-footer .logo img {
  width: 120px; }

.global-footer .bottom-row a {
  color: #fff; }

.global-footer .contact {
  margin: 0 0 25px 10px; }

.global-footer .contact p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 33px; }

.global-footer .contact span {
  font-size: 24px; }

.global-footer .qrcode {
  text-align: center; }

.global-footer .qrcode img {
  width: 100px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }

.global-footer .qrcode img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.global-footer .qrcode p {
  line-height: 18px;
  margin: 14px 0 0;
  font-size: 12px; }

.global-footer .copyRight {
  overflow: hidden;
  margin: 30px auto 0;
  border-top: 1px solid #3e3c3c;
  font-size: 12px;
  width: 1000px;
  color: #a9a9a9;
  text-align: center;
  padding: 12px 0; }

.global-footer .copyRight span {
  display: inline-block;
  line-height: 28px;
  color: #a9a9a9; }

.global-footer .copyRight em {
  display: inline-block;
  font-style: normal;
  padding: 0 9px; }

.global-footer .copyRight img {
  margin: 10px 0; }

.global-footer .copyRight a {
  color: #a9a9a9;
  display: inline-block;
  line-height: 28px;
  margin: 0 5px; }

.page-home .second-block {
  background: #fff;
  min-height: 495px; }

.page-home .second-block .container {
  overflow: hidden;
  padding-bottom: 50px; }

.page-home .second-block .title {
  text-align: center;
  margin-top: 83px;
  font-size: 30px;
  color: #595961; }

.page-home .second-block .item {
  position: relative;
  padding: 0 10px 20px; }

.page-home .second-block .item .img {
  position: relative;
  width: 274px;
  height: 188px;
  line-height: 188px;
  margin: 0 auto;
  text-align: center;
  float: left; }

.page-home .second-block .item:nth-child(2n - 1) .img {
  float: right; }

.page-home .second-block .item img {
  display: block;
  width: 100%;
  height: 100%; }

.page-home .second-block .item .in-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 35px;
  color: #fff; }

.page-home .third-block {
  background: #fff;
  height: 680px; }

.page-home .third-block .title {
  margin-top: 255px;
  font-size: 32px;
  color: #595961;
  text-align: left;
  height: 45px;
  line-height: 45px; }

.page-home .third-block .desc {
  margin-top: 25px;
  font-size: 18px;
  color: #9a9aa9;
  text-align: justify;
  line-height: 1.5em; }

.page-home .third-block .img {
  margin-top: 50px;
  max-width: 100%; }

.page-home .four-block {
  background: #f6f7f8;
  height: 680px; }

.page-home .four-block .img {
  margin-top: 50px;
  max-width: 100%; }

.page-home .four-block .title {
  margin-top: 255px;
  font-size: 32px;
  color: #595961;
  text-align: left; }

.page-home .four-block .desc {
  width: 459px;
  margin-top: 25px;
  line-height: 1.5em;
  font-size: 18px;
  color: #9a9aa9;
  letter-spacing: 0;
  text-align: justify; }

.page-home .five-block {
  background: #fff;
  height: 680px; }

.page-home .five-block .img {
  margin-top: 50px;
  max-width: 100%; }

.page-home .five-block .title {
  margin-top: 255px;
  font-size: 32px;
  color: #595961;
  text-align: left; }

.page-home .five-block .desc {
  margin-top: 25px;
  line-height: 1.5;
  width: 459px;
  font-size: 18px;
  color: #9a9aa9;
  text-align: justify; }

.page-home .six-block {
  background: #f6f7f8;
  height: 680px; }

.page-home .six-block .img {
  margin-top: 50px;
  max-width: 100%; }

.page-home .six-block .title {
  margin-top: 255px;
  font-size: 32px;
  color: #595961;
  text-align: left; }

.page-home .six-block .desc {
  margin-top: 25px;
  line-height: 1.5;
  width: 459px;
  font-size: 18px;
  color: #9a9aa9;
  text-align: justify; }

.page-home .seven-block {
  background: #f6f7f8;
  height: 504px; }

.page-home .seven-block .top-box {
  margin-top: 70px;
  text-align: center; }

.page-home .seven-block .top-box .title {
  line-height: 45px;
  height: 45px;
  font-size: 32px;
  color: #595961;
  text-align: center; }

.page-home .seven-block .top-box .tip {
  line-height: 28px;
  height: 28px;
  margin-top: 12px;
  font-size: 20px;
  color: #9a9aa9;
  text-align: center; }

.page-home .seven-block .img {
  display: block;
  margin: 0 auto; }

.page-home .eight-block {
  position: relative;
  height: 483px;
  background: #fff; }

.page-home .eight-block .container {
  min-height: 397px;
  overflow: hidden; }

.page-home .eight-block .title {
  margin-top: 75px;
  font-size: 32px;
  color: #595961;
  text-align: center; }

.page-home .eight-block .item-box {
  margin-top: 71px;
  margin-bottom: 50px; }

.page-home .eight-block .item {
  overflow: hidden;
  margin-bottom: 20px; }

.page-home .eight-block .item div {
  width: 296px; }

.page-home .eight-block .item:nth-child(2n - 1) div {
  float: right; }

.page-home .eight-block .item .in-tip-a {
  margin-top: 25px;
  font-size: 20px;
  color: #7cb6de;
  text-align: center; }

.page-home .eight-block .item .in-tip-b {
  margin-top: 25px;
  font-size: 20px;
  color: #64c0af;
  text-align: center; }

.page-home .eight-block .item .in-tip-c {
  margin-top: 25px;
  font-size: 20px;
  color: #eaaf55;
  text-align: center; }

.page-home .eight-block .item .in-tip-d {
  margin-top: 25px;
  font-size: 20px;
  color: #dd684f;
  text-align: center; }

.page-home .eight-block .item .in-text {
  margin-top: 25px;
  font-size: 18px;
  color: #9a9aa9;
  text-align: center;
  line-height: 1.5; }

.page-home .eight-block .item .tag-one {
  width: 296px;
  height: 56px;
  max-width: 100%;
  background: url(../img/tag1.bf69996.png) no-repeat 0 0; }

.page-home .eight-block .item .tag-two {
  background: url(../img/tag2.bf8420b.png) no-repeat 0 0;
  width: 296px;
  height: 56px; }

.page-home .eight-block .item .tag-three {
  background: url(../img/tag3.e789d39.png) no-repeat 0 0;
  width: 296px;
  height: 56px; }

.page-home .eight-block .item .tag-four {
  background: url(../img/tag4.ecbfe54.png) no-repeat 0 0;
  width: 296px;
  height: 56px; }

.page-home .nine-block {
  background: #f6f7f8;
  min-height: 676px; }

.page-home .nine-block .container {
  padding-bottom: 70px; }

.page-home .nine-block .title {
  margin-top: 70px;
  font-size: 30px;
  color: #595961;
  text-align: center; }

.page-home .nine-block .img-box {
  margin-top: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.page-home .nine-block .img-box .item:nth-child(2n - 1) .itme-box {
  float: right; }

.page-home .nine-block .img-box .itme-box {
  position: relative;
  height: 186px;
  width: 295px;
  padding: 10px;
  line-height: 186px; }

.page-home .nine-block .img-box .itme-box .img {
  height: 100%;
  width: 100%; }

.page-home .nine-block .img-box .itme-box .in-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #e5e5e5; }

.page-home .ten-block {
  background: #fff;
  height: 860px; }

.page-home .ten-block .title {
  margin-top: 70px;
  font-size: 30px;
  color: #595961;
  text-align: center; }

.page-home .ten-block .tip {
  margin-top: 10px;
  font-size: 14px;
  color: #9a9aa9;
  text-align: center; }

.page-home .ten-block .img-box {
  margin-top: 70px; }

.page-home .ten-block .img-box .item .img {
  display: block;
  margin: 0 auto; }

.page-home .ten-block .img-box .item .tip {
  margin-top: 29px;
  font-size: 16px;
  color: #595961;
  text-align: center; }

.page-home .eleven-block {
  background: #f6f7f8;
  height: 490px; }

.page-home .eleven-block .title {
  margin-top: 70px;
  font-size: 30px;
  color: #595961;
  text-align: center; }

.page-home .eleven-block .img-box img {
  display: block;
  max-width: 100%;
  margin: 85px auto 0; }

.page-home .twelve-block {
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 376px; }

.page-home .twelve-block .bg {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../img/bg-grb3.a2a3a77.jpg) 50% no-repeat; }

.page-home .twelve-block .logo {
  margin-top: 70px;
  width: 281px;
  height: 130px;
  background: url(../img/bg-grb-logo.c415e45.png) no-repeat; }

.page-home .twelve-block .btn {
  margin-top: 30px;
  background-image: -o-linear-gradient(left, #fdc839, #ff840f 98%);
  background-image: -webkit-gradient(linear, left top, right top, from(#fdc839), color-stop(98%, #ff840f));
  background-image: linear-gradient(90deg, #fdc839, #ff840f 98%);
  border-radius: 5px;
  width: 274px;
  height: 46px;
  line-height: 46px;
  font-size: 24px;
  color: #fff;
  text-align: center; }

.page-home .twelve-block .title {
  margin-top: 112px;
  margin-left: 37px;
  width: 422px;
  height: 83px;
  line-height: 41.5px;
  font-size: 30px;
  color: #fff;
  text-align: left; }

.page-home .twelve-block .desc {
  margin-top: 31px;
  margin-left: 37px;
  width: 684px;
  height: 48px;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  text-align: left; }

.page-home .extre {
  background: #fff;
  height: 557px; }

.page-home .extre .title {
  margin-top: 79px;
  font-size: 32px;
  color: #595961;
  text-align: center; }

.page-home .extre .img {
  display: block;
  margin: 0 auto; }

.page-home .extre .tip {
  margin: 50px auto 0;
  font-size: 24px;
  color: #9a9a9a;
  text-align: center; }

#about-block {
  background: #fafafa; }

#about-block .content {
  width: 1000px;
  margin: 74px auto 125px; }

#about-block .content img {
  width: 100%; }

#about-block .content .desc {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 50px 0 rgba(6, 117, 202, 0.1);
  -o-box-shadow: 0 2px 50px 0 rgba(6, 117, 202, 0.1);
  -ms-box-shadow: 0 2px 50px 0 rgba(6, 117, 202, 0.1);
  box-shadow: 0 2px 50px 0 rgba(6, 117, 202, 0.1);
  padding: 25px 46px;
  overflow: hidden; }

#about-block .content .desc p {
  line-height: 24px; }

#course-block {
  width: 100%;
  background: url(../img/about/course_bg.png) center bottom no-repeat;
  background-size: 100% auto; }

#course-block .content {
  width: 1000px;
  height: 690px;
  margin: 68px auto 0;
  overflow: hidden;
  position: relative; }

#course-block .content li {
  position: absolute; }

#course-block .content .now1 {
  left: 0;
  top: 163px; }

#course-block .content .now2 {
  left: 204px;
  top: 390px; }

#course-block .content .now3 {
  left: 424px;
  top: 0; }

#course-block .content .now4 {
  left: 632px;
  top: 288px; }

#course-block .content .now5 {
  left: 718px;
  top: 105px; }

#course-block .content li .icon:after {
  display: block;
  content: '';
  background-size: 100% auto;
  margin: 5px auto 0; }

#course-block .content .now1 .icon:after {
  width: 10px;
  height: 385px;
  background: url(../img/about/course-line1.png) top center no-repeat; }

#course-block .content .now2 .icon:after {
  width: 7px;
  height: 183px;
  background: url(../img/about/course-line2.png) top center no-repeat; }

#course-block .content .now3 .icon:after {
  width: 11px;
  height: 567px;
  background: url(../img/about/course-line3.png) top center no-repeat; }

#course-block .content .now4 .icon:after {
  width: 10px;
  height: 242px;
  background: url(../img/about/course-line4.png) top center no-repeat; }

#course-block .content .now5 .logo:after {
  display: block;
  content: '';
  margin: 3px auto 0;
  width: 10px;
  height: 429px;
  background: url(../img/about/course-line5.png) top center no-repeat; }

#course-block .content .now5 .desc {
  text-align: right;
  position: absolute; }

#course-block .content .now5 .icon {
  margin: 20px 0 0; }

#course-block .content .now1 .logo {
  left: 188px;
  top: 30px; }

#course-block .content .now2 .logo {
  left: 125px;
  top: 52px; }

#course-block .content .now3 .logo {
  left: 128px;
  top: 40px; }

#course-block .content .now4 .logo {
  left: 60px;
  top: 230px; }

#course-block .content .now5 .logo {
  left: 230px;
  top: 0; }

#course-block .content li .icon {
  width: 59px;
  float: left; }

#course-block .content li .desc {
  float: left;
  width: 240px;
  margin: 48px 0 0; }

#course-block .content li .date {
  font-size: 24px;
  color: #000;
  line-height: 33px;
  margin: 0 0 8px;
  display: inline-block; }

#course-block .content li .date:after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-image: -o-linear-gradient(135deg, #56d2fd 0%, #5053f0 100%);
  background-image: -ms-linear-gradient(135deg, #56d2fd 0%, #5053f0 100%);
  border-radius: 4px;
  margin: 9px 0 0; }

#course-block .content li .desc p {
  color: #666;
  line-height: 24px; }

#course-block .content li .logo {
  position: absolute; }

#join-block {
  width: 100%; }

#join-block .content {
  width: 100%;
  height: 657px;
  position: relative;
  margin: 76px 0 0;
  background-size: cover;
  background: url("../img/about/join-bg.png") center center no-repeat; }

#join-block a {
  position: absolute;
  bottom: 95px;
  left: 50%;
  font-size: 26px;
  margin-left: -117px;
  border-radius: 5px;
  background-image: -o-linear-gradient(301deg, #fdc839, #ff840f);
  background-image: linear-gradient(149deg, #fdc839, #ff840f);
  width: 234px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  -webkit-text-shadow: 0 2px 14px rgba(164, 0, 0, 0.5);
  -o-text-shadow: 0 2px 14px rgba(164, 0, 0, 0.5);
  -ms-text-shadow: 0 2px 14px rgba(164, 0, 0, 0.5);
  -moz-text-shadow: 0 2px 14px rgba(164, 0, 0, 0.5);
  text-shadow: 0 2px 14px rgba(164, 0, 0, 0.5); }

#join-block a:hover {
  background-image: -o-linear-gradient(330deg, #fdc839, #ff840f);
  background-image: linear-gradient(120deg, #fdc839, #ff840f); }

#culture-block {
  padding: 0 0 125px;
  background: url(../img/about/culture-bg.png) top center no-repeat;
  background-size: cover; }

#culture-block .title {
  margin: 0; }

#culture-block .content {
  width: 1000px;
  margin: 53px auto 0;
  overflow: visible; }

#culture-block .content li {
  width: 20%;
  float: left;
  text-align: center;
  padding-right: 15px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

#culture-block .content li .item {
  background: #fff;
  height: 232px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  -o-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  -ms-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15); }

#culture-block .content li:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px); }

#culture-block .content li:hover .item {
  -webkit-box-shadow: 0 0 15px 0 rgba(74, 144, 226, 0.67);
  -o-box-shadow: 0 0 15px 0 rgba(165, 175, 185, 0.67);
  -ms-box-shadow: 0 0 15px 0 rgba(74, 144, 226, 0.67);
  box-shadow: 0 0 15px 0 rgba(74, 144, 226, 0.67); }

#culture-block .content li:nth-of-type(5n) {
  padding: 0; }

#culture-block .content li .icon {
  padding: 50px 0 40px; }

#culture-block .content li .desc p {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 6px; }

#culture-block .content li .desc span {
  color: #777;
  display: block;
  height: 51px;
  line-height: 20px;
  overflow: hidden; }

.page-about .content-block {
  width: 100%;
  overflow: hidden; }

.page-about .content-block .page_title {
  text-align: center;
  margin: 75px 0 0; }

.page-about .content-block .page_title p {
  font-size: 56px;
  color: #333;
  line-height: 78px;
  margin: 0 0 10px; }

.page-about .content-block .page_title span {
  color: #666;
  line-height: 24px;
  display: block; }

.page-about .content-block .team_title span {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  display: block; }

#honor-block {
  width: 100%;
  background-size: cover;
  background: url("../img/about/honor-bg.png") center center no-repeat;
  overflow: hidden;
  padding: 64px 0 0;
  height: 591px; }

#honor-block .inner_box {
  width: 1000px;
  margin: 0 auto; }

#honor-block .page_title p {
  color: #fff; }

#honor-block .content {
  margin: 75px 0 0;
  overflow: hidden; }

#honor-block li {
  float: left;
  padding-right: 15px; }

#honor-block li .picture {
  vertical-align: middle; }

#honor-block li:last-child {
  padding: 0; }

#honor-block li .title {
  margin: 22px 0 0;
  text-align: center;
  color: #fff; }

#honor-block li .title p {
  line-height: 30px; }

#honor-block li .title span {
  font-size: 18px; }

#team-block .content {
  width: 1000px;
  overflow: hidden;
  margin: 37px auto 0; }

#team-block li {
  padding: 0 4px; }

#team-block li img {
  width: 100%;
  height: 215px; }

#link-block {
  width: 100%;
  background: #fafafa;
  margin: 125px 0 25px; }

#link-block .content {
  text-align: center;
  margin: 75px 0 124px; }

#contact-block {
  width: 1000px;
  margin: 25px auto 125px; }

#contact-block .content {
  margin: 76px 0 0;
  overflow: hidden; }

#contact-block .contacts {
  margin-right: 16px;
  width: 326px;
  float: left; }

#contact-block .contacts img {
  width: 100%;
  margin: 0 0 15px; }

#contact-block .contacts p {
  color: #666;
  margin: 0 0 11px;
  line-height: 20px; }

#contact-block #map {
  width: 658px;
  float: left;
  height: 326px; }

#contact-block #map img {
  width: 100%; }

.page-corporation .container {
  width: 1000px;
  margin: 0 auto; }

.customer {
  z-index: 1000;
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 68%; }

.customer .img {
  height: 60px;
  width: 145px; }

.model {
  display: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.model .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4; }

.model .model-body {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  padding: 50px;
  -webkit-box-sizing: unset;
  box-sizing: unset; }

.model .model-body .qr-code-img {
  height: 100%;
  width: 100%; }

.down-tip {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #eceef3; }

.down-tip .logo {
  margin: 219px auto 0;
  width: 274px;
  height: 127px;
  background: url(../img/a1.3a419d6.png); }

.down-tip .first-tip {
  margin-top: 46px;
  height: 42px;
  line-height: 42px;
  font-size: 30px;
  color: #383635;
  text-align: center; }

.down-tip .sec-tip {
  margin: 45px auto 0;
  width: 616px;
  height: 96px;
  background: url(../img/a2.3e65402.png); }

.down-tip .sec-logo {
  margin: 61px auto 0;
  width: 100px;
  height: 100px;
  background: url(../img/a3.feb1159.png); }

.down-tip .third-tip {
  margin-top: 59px;
  line-height: 42px;
  height: 42px;
  font-size: 30px;
  color: #383635;
  text-align: center; }

.down-tip .four-tip {
  margin-top: 27px;
  line-height: 42px;
  height: 42px;
  font-size: 20px;
  color: #383635;
  text-align: center; }

.down-tip .btn-one,
.down-tip .btn-two {
  cursor: pointer;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ff5050;
  width: 179px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #ff5353;
  text-align: center; }

.apply-block {
  display: none;
  z-index: 1100;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.apply-block .apply-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5; }

.apply-block .apply-body {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: url(../img/modal-apply.739deaf.png) no-repeat 50% #fff;
  border-radius: 10px;
  width: 900px;
  height: 553px; }

.apply-block .apply-body .title {
  height: 45px;
  line-height: 45px;
  margin-top: 58px;
  font-size: 32px;
  color: #595961;
  text-align: center; }

.apply-block .apply-body .input-box {
  margin-top: 50px;
  margin-left: 56px; }

.apply-block .apply-body .input-box .item {
  margin-bottom: 15px; }

.apply-block .apply-body .input-box .item::-webkit-input-placeholder {
  font-size: 16px;
  color: #cbcbcb;
  text-align: left; }

.apply-block .apply-body .input-box .item .in-input {
  padding: 0 10px;
  background: #fff;
  border: 1px solid #979797;
  border-radius: 2px;
  width: 80%;
  height: 38px;
  text-align: left; }

.apply-block .apply-body .in-btn {
  cursor: pointer;
  margin-top: 44px;
  margin-left: 78px;
  background-image: -o-linear-gradient(left, #fdc839, #ff840f 98%);
  background-image: -webkit-gradient(linear, left top, right top, from(#fdc839), color-stop(98%, #ff840f));
  background-image: linear-gradient(90deg, #fdc839, #ff840f 98%);
  border-radius: 5px;
  width: 240px;
  height: 64px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 64px; }

.card-block {
  display: none;
  z-index: 1200;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.card-block .card-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5; }

.card-block .card-body {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  max-width: 640px; }

.card-block .card-body .main {
  max-width: 512px;
  margin-top: 100px; }

li,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.page-personal .btn {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.clear {
  clear: both; }

.page-home .page_title {
  text-align: center; }

.page-home .page_title p {
  font-size: 56px;
  line-height: 78px;
  margin: 0 0 5px; }

.page-home .page_title span {
  font-size: 24px;
  line-height: 42px;
  color: #666;
  display: block; }

.version {
  width: 1000px;
  margin: 61px auto 100px;
  overflow: hidden;
  padding: 0 0 20px; }

.version .video {
  width: 100%;
  margin: 30px 0; }

.version video {
  width: 100%; }

.system .detail {
  color: #116fff;
  border: 1px solid #116fff; }

.system .trial {
  color: #fff;
  background-image: -o-linear-gradient(135deg, #56d2fd 0%, #5053f0 100%);
  background-image: -o-linear-gradient(315deg, #56d2fd 0%, #5053f0 100%);
  background-image: linear-gradient(135deg, #56d2fd 0%, #5053f0 100%);
  margin-right: 15px; }

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

.system .system_list {
  margin: 86px auto 0;
  overflow: hidden; }

.system .system_list > ul > li {
  width: 100%;
  margin: 0 0 88px;
  overflow: hidden; }

.system .system_list li .item {
  width: 1000px;
  margin: 0 auto; }

.system .system_list > ul > li:nth-of-type(2n) {
  background: #fafafa;
  padding: 98px 0; }

.system .system_list li img {
  max-width: 100%; }

.system .system_list li .picture {
  text-align: center;
  vertical-align: middle; }

.system .system_list .right .desc {
  margin: 60px 0 0; }

.system .system_list .left .desc {
  margin: 40px 0 0;
  padding-left: 100px; }

.system .system_list .desc .title {
  font-size: 32px;
  color: #000;
  margin: 0 0 45px; }

.system .system_list .desc .title span {
  font-size: 52px; }

.system .system_list .desc .title p {
  line-height: 45px;
  white-space: nowrap; }

.system .system_list .desc .title p:last-child {
  margin-left: 79px; }

.system .list {
  overflow: hidden; }

.system .list li {
  font-size: 20px;
  color: #666;
  margin: 0 0 25px;
  line-height: 28px;
  white-space: nowrap; }

.system .list li:before {
  display: inline-block;
  content: '';
  opacity: 0.4;
  margin-right: 11px;
  vertical-align: middle;
  background-image: -o-linear-gradient(225deg, #56d2fd 0%, #5053f0 100%);
  background-image: linear-gradient(-135deg, #56d2fd 0%, #5053f0 100%);
  width: 6px;
  height: 6px;
  border-radius: 100%; }

.system .system_list .control {
  margin: 13px 0 0;
  height: 164px;
  position: relative; }

.system .system_list .control a {
  width: 128px;
  height: 35px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  vertical-align: middle; }

.system li .qrcode {
  width: 128px;
  position: absolute;
  top: -130px;
  z-index: 2;
  display: none; }

.system li .qrcode img {
  width: 100%; }

.use_lk {
  width: 100%;
  background: #fafafa;
  padding: 50px 0 130px; }

.use_lk .inner_box {
  width: 1000px;
  margin: 0 auto; }

.use_lk .use_list {
  margin: 83px 0 0; }

.use_lk .use_list li {
  padding: 0 10px; }

.use_lk .use_list li .picture img {
  width: 100%; }

.use_lk .use_list li .item {
  position: relative;
  margin: 0 0 15px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12); }

.use_lk .use_list li .content {
  background: #fff;
  overflow: hidden;
  padding: 18px 27px; }

.use_lk .use_list li .logo {
  margin: 0 0 16px;
  height: 48px;
  vertical-align: middle; }

.use_lk .use_list li .logo p {
  line-height: 33px;
  font-size: 24px;
  color: #000; }

.use_lk .use_list li .logo img {
  max-width: 100%; }

.use_lk .use_list li .classify {
  color: #666; }

.use_lk .use_list li .item_hover {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  width: 100%;
  border: 1px solid #979797;
  padding: 20px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer; }

.use_lk .use_list li:hover .item_hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.use_lk .item_hover .classify {
  margin: 0 0 18px; }

.use_lk .item_hover .desc p {
  color: #666;
  line-height: 22px;
  height: 115px; }

.use_lk .item_hover .desc a {
  display: block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  background-image: -o-linear-gradient(135deg, #5a7bef 0%, #4048ef 100%);
  background-image: -o-linear-gradient(315deg, #5a7bef 0%, #4048ef 100%);
  background-image: linear-gradient(135deg, #5a7bef 0%, #4048ef 100%);
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  margin: 8px auto 0;
  color: #fff; }

.sel_reason {
  width: 1000px;
  overflow: hidden;
  margin: 75px auto 100px;
  padding: 0 0 24px; }

.sel_reason .reason_list {
  margin: 76px 0 0; }

.sel_reason .reason_list li {
  padding: 0 8px; }

.sel_reason .reason_list li .item {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(10, 31, 68, 0.2);
  -o-box-shadow: 0 0 10px 0 rgba(10, 31, 68, 0.2);
  -ms-box-shadow: 0 0 10px 0 rgba(10, 31, 68, 0.2);
  box-shadow: 0 0 10px 0 rgba(10, 31, 68, 0.2);
  border-radius: 6px;
  padding: 40px 30px 34px;
  text-align: center;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer; }

.sel_reason .reason_list li .item:hover {
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
  -webkit-box-shadow: 0 0 15px 0 rgba(74, 144, 226, 0.67);
  -o-box-shadow: 0 0 15px 0 rgba(74, 144, 226, 0.67);
  -ms-box-shadow: 0 0 15px 0 rgba(74, 144, 226, 0.67);
  box-shadow: 0 0 15px 0 rgba(74, 144, 226, 0.67); }

.sel_reason .reason_list li .logo {
  margin: 0 0 45px;
  height: 125px;
  vertical-align: middle; }

.sel_reason .reason_list li .logo img {
  max-width: 80%; }

.sel_reason .reason_list li p {
  font-size: 24px;
  color: #000;
  line-height: 32px; }

.news {
  width: 100%;
  margin: 0 auto 100px;
  padding: 75px 0 0; }

.news .inner_box {
  width: 1000px;
  margin: 0 auto; }

.news .news_box {
  margin: 75px 0 0;
  overflow: hidden; }

.news .news_box a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.news .news_box .col-xs-4 {
  padding-right: 12px; }

.news .news_box .col-xs-4:last-child {
  padding: 0; }

.news .news_box .head {
  margin: 0 0 25px;
  overflow: hidden; }

.news .news_box .head p {
  float: left;
  height: 34px;
  width: 124px;
  background: url(../img/new_title_bg.png) 50% no-repeat;
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  text-indent: 15px; }

.news .news_box .head a {
  float: right;
  color: #176fff;
  font-size: 12px;
  line-height: 34px;
  background: url(../img/new_more_icon.2096259.png) 100% no-repeat;
  padding-right: 8px; }

.news .news_box .first {
  background: #f1f1f1;
  overflow: hidden;
  padding: 15px 16px;
  margin: 0 0 11px; }

.news .news_box .first a {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  margin: 0 0 8px;
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%; }

.news .news_box .first a:hover {
  color: #0a6dee; }

.news .news_box .first p {
  font-size: 12px;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.news .news_box .list {
  padding-left: 20px; }

.news .news_box .list li {
  line-height: 20px;
  margin: 0 0 8px; }

.news .news_box .list li a {
  color: #333;
  display: inline-block;
  width: 280px;
  height: 22px;
  line-height: 22px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }

.news .news_box .list li a:hover {
  color: #0a6dee; }

.news .news_box .list li:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  background: #176fff;
  border-radius: 100%;
  margin-right: 5px;
  vertical-align: text-top; }

.page_apply {
  width: 100%;
  height: 275px;
  background: url("../img/apply_bg.png") center center no-repeat;
  background-size: cover;
  text-align: center;
  overflow: hidden; }

.page_apply p {
  font-size: 36px;
  color: #fff;
  line-height: 50px;
  margin: 75px auto 30px; }

.page_apply a {
  width: 205px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  background: -o-linear-gradient(90deg, #fdc839, #ff840f);
  background: -o-linear-gradient(left, #fdc839, #ff840f);
  background: -webkit-gradient(linear, left top, right top, from(#fdc839), to(#ff840f));
  background: linear-gradient(90deg, #fdc839, #ff840f);
  font-size: 28px;
  display: block;
  margin: 0 auto;
  border-radius: 5px; }

.alert_box {
  width: 513px;
  margin: 20% auto 0;
  position: relative;
  border-radius: 4px; }

.alert_box .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 27px;
  height: 27px;
  background: url(../img/close.f480997.png) 50% no-repeat; }

.alert_box .content {
  padding: 77px 30px 49px;
  text-align: center;
  background: url(../img/alertBg.png) center center no-repeat;
  background-size: cover; }

.alert_box .content p {
  line-height: 37px;
  color: #fff;
  font-size: 26px; }

.alert_box .content .tel {
  font-size: 24px;
  line-height: 33px;
  margin: 19px 0 0; }

.alert_box .foot {
  width: 100%;
  height: 110px;
  background: #fff;
  padding: 30px 53px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(74, 144, 226, 0.25);
  -o-box-shadow: 0 4px 20px 0 rgba(74, 144, 226, 0.25);
  -ms-box-shadow: 0 4px 20px 0 rgba(74, 144, 226, 0.25);
  -moz-box-shadow: 0 4px 20px 0 rgba(74, 144, 226, 0.25);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.alert_box .foot a {
  display: inline-block;
  width: 182px;
  height: 46px;
  background: #4048ef;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  margin-right: 35px;
  text-align: center;
  line-height: 46px; }

.alert_box .foot a:last-child {
  margin: 0; }

.alert_wrap {
  background: url("../img/alert_bg.png") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 64px auto 0; }

.apply .main {
  width: 510px;
  margin: 180px auto 359px;
  position: relative;
  height: 585px; }

.apply .bg {
  background: url(../img/per_apply_bg.png) center center no-repeat;
  background-size: cover;
  width: 480px;
  height: 100%;
  position: absolute;
  left: 30px;
  top: -30px; }

.apply .box {
  background: #fff;
  border-radius: 4px;
  width: 480px;
  height: 553px;
  position: absolute;
  top: 8;
  left: 0;
  top: 0;
  padding: 0 50px; }

.alert_wrap .box .logo {
  text-align: center;
  padding: 32px 0 20px; }

.alert_wrap .nav {
  margin: 0 0 55px;
  overflow: hidden; }

.alert_wrap .nav a {
  color: #a9a9a9;
  line-height: 20px;
  width: 50%;
  display: inline-block;
  padding: 0 0 12px;
  float: left;
  text-align: center;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  border-bottom: 2px solid #a9a9a9; }

.alert_wrap .nav .active {
  color: #4048ef;
  border-bottom: 2px solid #4048ef; }

.alert_wrap .content {
  overflow: hidden; }

.apply .content .qrcode {
  width: 212px;
  float: left; }

.apply .content .qrcode img {
  width: 100%; }

.apply .content .desc {
  margin: 50px 0 0 14px;
  width: 154px;
  float: left; }

.apply .content .desc p {
  font-size: 24px;
  color: #000;
  line-height: 33px;
  margin: 0 0 12px; }

.apply .content .desc span {
  color: #666;
  line-height: 24px;
  display: block; }

.apply .corpor_box {
  height: auto;
  padding: 0 50px 30px; }

.corpor_box .nav {
  margin: 0 0 15px; }

.corpor_box .nav a {
  width: 50%; }

.corpor_box li {
  width: 100%;
  margin: 0 0 15px;
  height: 40px;
  overflow: hidden; }

.corpor_box li input,
.corpor_box li select {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  text-indent: 12px;
  color: #666; }

.corpor_box .box_flow {
  width: 100%;
  margin: 0 0 20px; }

.corpor_box .box_flow img {
  width: 100%; }

.alert_wrap input::-webkit-input-placeholder {
  color: #a9a9a9; }

.alert_wrap input:-o-placeholder {
  color: #a9a9a9; }

.alert_wrap input::-moz-placeholder {
  color: #a9a9a9; }

.alert_wrap input:-ms-input-placeholder {
  color: #a9a9a9; }

.alert_wrap input:input-placeholder {
  color: #a9a9a9; }

.corpor_box li select {
  width: 32.5%;
  color: #666; }

.corpor_box .vcode input,
.join_form .form .vcode input {
  width: 68%;
  float: left; }

.corpor_box .vcode a,
.join_form .vcode a {
  display: inline-block;
  width: 30%;
  margin-left: 2%;
  height: 40px;
  float: left;
  line-height: 40px;
  text-align: center;
  color: #333;
  border: 1px solid #a9a9a9;
  background: #fff;
  border-radius: 3px; }

.join_form .vcode a {
  height: 37px;
  line-height: 37px; }

.corpor_box .content .btn {
  margin: 40px 0 0; }

.corpor_box .content .btn input {
  width: 184px;
  float: left;
  color: #666;
  text-indent: 0;
  font-size: 16px; }

.corpor_box .content .btn input[type='submit'] {
  float: right;
  background-image: -o-linear-gradient(135deg, #5a7bef 0%, #4048ef 100%);
  background-image: -o-linear-gradient(315deg, #5a7bef 0%, #4048ef 100%);
  background-image: linear-gradient(135deg, #5a7bef 0%, #4048ef 100%);
  border-radius: 3px;
  color: #fff; }

.login_box .main {
  margin: 140px auto 425px;
  position: relative;
  width: 801px;
  height: 409px; }

.login_box .main .bom_con {
  width: 100%;
  height: 411px;
  background: url(../img/box_bg.png) center center no-repeat;
  background-size: cover;
  position: relative; }

.login_box .main .bom_con .desc {
  width: 268px;
  position: absolute;
  left: 60px;
  top: 65px;
  text-align: center;
  color: #fff; }

.login_box .bom_con .desc h2 {
  font-size: 24px;
  line-height: 33px;
  margin: 0 0 25px;
  font-weight: normal; }

.login_box .bom_con .desc .qrcode {
  margin: 0 0 25px; }

.login_box .bom_con .desc .qrcode img {
  width: 124px;
  margin: 0 0 6px; }

.login_box .bom_con .desc .qrcode p {
  font-size: 12px;
  line-height: 17px; }

.login_box .bom_con .desc p {
  line-height: 20px;
  margin: 0 0 8px;
  white-space: nowrap; }

.login_box .bom_con .desc h3 {
  line-height: 28px;
  font-size: 20px;
  display: inline-block;
  padding-left: 24px;
  font-weight: normal;
  background: url(../img/icon_tel.png) left center no-repeat; }

.login_box .box {
  position: absolute;
  top: -50px;
  left: 388px;
  background: #fff;
  border-radius: 4px;
  width: 373px;
  height: 509px;
  padding: 0 45px; }

.login_box .box .nav {
  margin: 0 0 15px; }

.login_box .box li {
  width: 100%;
  height: 40px;
  margin: 0 0 10px;
  overflow: hidden; }

.login_box .box li label {
  width: 40px;
  display: inline-block;
  float: left;
  height: 40px;
  border: 1px solid #edeff1;
  background: url(../img/icon_user.png) center center no-repeat; }

.login_box .box li:nth-of-type(2) label {
  background: url(../img/icon_pass.png) center center no-repeat; }

.login_box .box li input {
  width: 242px;
  height: 40px;
  border: 1px solid #edeff1;
  border-left: 0;
  text-indent: 11px;
  color: #666;
  background: #fff;
  float: left;
  outline: none; }

.login_box .box .btn {
  margin: 142px 0 0;
  height: auto; }

.login_box .box .btn input {
  width: 100%;
  background-image: -o-linear-gradient(135deg, #5a7bef 0%, #4048ef 100%);
  background-image: -o-linear-gradient(315deg, #5a7bef 0%, #4048ef 100%);
  background-image: linear-gradient(135deg, #5a7bef 0%, #4048ef 100%);
  color: #fff;
  font-size: 16px;
  display: block; }

.login_box .box .btn p {
  font-size: 12px;
  color: #666;
  line-height: 17px;
  margin: 10px 0 0;
  float: right; }

.login_box .box .btn a {
  color: #555cf1; }

.per_login .nav a {
  width: 100%;
  text-align: left;
  text-indent: 10px; }

.login_box .per_login li input {
  width: 100%;
  border: 1px solid #edeff1; }

.login_box .per_login .code {
  margin: 0 0 77px; }

.login_box .per_login li {
  height: auto; }

.per_login li p {
  font-size: 12px;
  color: #777;
  line-height: 22px; }

.per_login li .title {
  color: #333;
  line-height: 17px;
  margin: 0 0 5px; }

.login_box .per_login .btn {
  margin: 25px 0 0; }

.success {
  text-align: center;
  margin: 5% 0; }

.success .tip {
  margin: 0 0 20px; }

.success .tip img {
  width: 80px;
  height: 80px;
  margin: 0 auto; }

.success .tip h1 {
  font-size: 54px;
  margin: 15px 0;
  color: #fff;
  font-weight: normal; }

.success .tip p {
  font-size: 18px;
  color: #fff; }

.success .qrcode img {
  width: 250px;
  height: 250px; }

.success .qrcode p {
  margin: 30px 0;
  color: #5911f2;
  font-size: 24px; }

.success .qrcode a {
  display: block;
  width: 200px;
  height: 55px;
  margin: 0 auto;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-size: 24px;
  background-image: -o-linear-gradient(left, #686af3, #5911f2);
  background-image: -webkit-gradient(linear, left top, right top, from(#686af3), to(#5911f2));
  background-image: linear-gradient(90deg, #686af3, #5911f2); }

.article_header {
  position: static;
  background: #eceef3; }

.article {
  margin: 64px 0 0; }

.article .main .contain {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden; }

.article .main .right {
  width: 284px;
  float: right; }

.article .main .right .head_box {
  height: 39px;
  line-height: 39px;
  background: #fff;
  border-bottom: 2px solid;
  -o-border-image: -o-linear-gradient(#4048ef, #5a7bef) 30 30;
  border-image: -o-linear-gradient(#4048ef, #5a7bef) 30 30;
  border-image: -webkit-gradient(linear, left top, left bottom, from(#4048ef), to(#5a7bef)) 30 30;
  border-image: linear-gradient(#4048ef, #5a7bef) 30 30;
  font-size: 20px;
  text-indent: 1em;
  margin: 0 0 9px; }

.article .main .right li {
  border-bottom: 1px dashed #c8c8c8;
  padding: 0 0 9px;
  margin: 0 0 9px;
  overflow: hidden; }

.article .main .right li .num {
  font-size: 21px;
  line-height: 22px;
  vertical-align: middle;
  color: #777;
  display: table-cell;
  float: left; }

.article .main .right li .desc,
.article .main .right li > a {
  display: table-cell;
  padding-left: 10px; }

.article .main .right li a {
  font-size: 16px;
  line-height: 22px;
  color: #777;
  display: inline-block;
  width: 259px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: left;
  overflow: hidden;
  white-space: nowrap; }

.article .main .right li a:hover {
  color: #0a6dee; }

.article .main .right .first .num {
  vertical-align: top; }

.article .main .right .first p {
  margin: 8px 0 0;
  font-size: 12px;
  color: #a9a9a9;
  line-height: 20px; }

.msg_article .main {
  width: 100%; }

.msg_article .banner {
  width: 100%;
  height: 176px;
  background: url(../img/msg_banner.31c56bb.png) 50% no-repeat;
  background-size: cover;
  text-align: center; }

.msg_article .banner h2 {
  padding: 23px 0 8px;
  font-size: 36px;
  line-height: 50px;
  color: #fff; }

.msg_article .banner p {
  color: #fff;
  margin: 0 0 21px; }

.msg_article .banner a {
  width: 123px;
  height: 36px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-image: -o-linear-gradient(left, #fdc839, #ff840f 98%);
  background-image: -webkit-gradient(linear, left top, right top, from(#fdc839), color-stop(98%, #ff840f));
  background-image: linear-gradient(90deg, #fdc839, #ff840f 98%);
  border-radius: 5px; }

.msg_article .banner .con {
  width: 1000px;
  margin: 0 auto; }

.msg_article .left {
  width: 699px;
  float: left;
  margin: 0 17px 30px 0;
  background: #fff; }

.msg_article .left .head {
  text-align: center;
  border-bottom: 2px solid #d8d8d8;
  padding: 39px 0 15px;
  margin: 0 0 15px; }

.msg_article .left .head h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 33px; }

.msg_article .left .head .date {
  height: 20px; }

.msg_article .left .head .date span {
  display: inline-block;
  color: #777;
  margin: 0 6px;
  height: 15px; }

.msg_article .left .read {
  border-bottom: 2px solid #d8d8d8;
  margin: 0 0 15px;
  padding: 0 30px 18px; }

.msg_article .left .read p {
  line-height: 20px; }

.msg_article .left .content {
  padding: 0 30px 25px; }

.msg_article .left .content .share {
  margin: 20px 0; }

.msg_article .left .content p {
  line-height: 20px;
  margin: 0 0 30px;
  text-indent: 2em; }

.msg_article .left .content img {
  display: block;
  max-width: 100%;
  background: #828392;
  margin: 0 auto 15px; }

.msg_article .left .foot {
  background: #f1f1f1;
  border: 1px solid #c8c8c8;
  padding: 16px 17px; }

.msg_article .left .foot p {
  font-size: 12px;
  line-height: 17px;
  margin: 0 0 5px; }

.msg_article .left .foot p a {
  color: #777; }

.msg_article .left .foot p a:hover {
  color: #0a6dee; }

.msg_article .left .foot p em {
  color: #777;
  font-style: normal; }

.msg_article .right .item {
  margin: 0 0 8px; }

.msg_article .right .content img {
  width: 100%;
  background-image: -o-linear-gradient(left, #050145, #7422a8);
  background-image: -webkit-gradient(linear, left top, right top, from(#050145), to(#7422a8));
  background-image: linear-gradient(90deg, #050145, #7422a8); }

.msg_article .right .content .desc {
  background: #fff;
  padding: 10px 14px;
  border: 1px solid #c8c8c8;
  border-top: 0; }

.msg_article .right .content .desc p {
  line-height: 22px;
  font-size: 16px;
  color: #777;
  margin: 0 0 5px; }

.msg_article .right .content .desc span {
  font-size: 12px;
  color: #a9a9a9;
  line-height: 20px; }

.list_article .main {
  width: 1000px;
  margin: 0 auto;
  clear: both;
  overflow: hidden; }

.list_article .left {
  width: 683px;
  overflow: hidden;
  float: left;
  margin-right: 33px;
  margin-bottom: 30px; }

.list_article .art_banner li .container {
  width: 100%;
  position: absolute;
  top: 0; }

.list_article .left .art_banner {
  width: 683px;
  height: 260px;
  position: relative;
  overflow: hidden;
  margin: 0 0 10px; }

.list_article .left .art_banner ul {
  overflow: hidden;
  width: 9999px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }

.list_article .left .art_banner ul li {
  width: 683px;
  height: 260px;
  text-align: center;
  float: left; }

.list_article .left .art_banner ul img {
  width: 100%; }

.list_article .left .art_banner ul li h2 {
  font-size: 40px;
  color: #fff;
  line-height: 56px;
  margin: 61px 0 6px; }

.list_article .left .art_banner ul li p {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  margin: 0 0 29px; }

.list_article .left .art_banner ul li a {
  width: 123px;
  height: 36px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  background-image: -o-linear-gradient(left, #fdc839, #ff840f 98%);
  background-image: -webkit-gradient(linear, left top, right top, from(#fdc839), color-stop(98%, #ff840f));
  background-image: linear-gradient(90deg, #fdc839, #ff840f 98%);
  border-radius: 5px; }

.list_article .left .art_banner ol {
  text-align: center;
  position: absolute;
  bottom: 14px;
  margin: 0 auto;
  width: 683px; }

.list_article .left .art_banner ol li {
  cursor: pointer;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #979797;
  margin-right: 9px; }

.list_article .left .art_banner ol .active {
  background: #fff; }

.list_article .left .menu {
  width: 100%;
  overflow: hidden;
  margin: 0 0 18px; }

.list_article .left .menu li {
  padding-right: 10px; }

.list_article .left .menu li:last-child {
  padding: 0; }

.list_article .left .menu li img {
  background: #d8d8d8;
  width: 100%;
  min-height: 139px;
  margin: 0 0 6px; }

.list_article .left .menu li p {
  font-size: 12px;
  color: #777; }

.list_article .left .news_list {
  overflow: hidden; }

.list_article .left .news_list .new_title {
  overflow: hidden;
  padding: 0 0 10px; }

.list_article .left .news_list .new_title li {
  float: left; }

.list_article .left .news_list .new_title li a {
  font-size: 18px;
  display: inline-block;
  border-right: 1px solid #c8c8c8;
  color: #333;
  padding-right: 22px;
  margin-right: 22px; }

.list_article .left .news_list .new_title li .active {
  color: #0a6dee; }

.list_article .left .news_list .new_title li:last-child a {
  margin: 0;
  border: none;
  padding: 0; }

.list_article .left .content li {
  width: 100%;
  background: #fff;
  padding: 23px 0 5px;
  border-top: 1px solid #d8d8d8;
  overflow: hidden; }

.list_article .left .content li:last-child {
  border-bottom: 1px solid #d8d8d8; }

.list_article .left .content li .picture {
  width: 25%;
  float: left; }

.list_article .left .content li .picture img {
  background: #d8d8d8;
  max-width: 100%; }

.list_article .left .content li .desc {
  float: left;
  width: 75%;
  vertical-align: top;
  padding-left: 16px; }

.list_article .left .content li .title {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 7px;
  color: #333; }

.list_article .left .content li .title:hover {
  color: #0a6dee; }

.list_article .left .content li .date {
  height: 17px;
  margin: 0 0 7px; }

.list_article .left .content li .date span {
  font-size: 12px;
  color: #a9a9a9;
  margin-right: 10px; }

.list_article .left .content li .con span {
  color: #777;
  line-height: 25px; }

.list_article .left li .con .detail {
  background: #4048ef;
  border-radius: 4px;
  padding: 0 6px;
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  margin: 0; }

.list_article .left li .tags {
  margin: 10px 0 0; }

.list_article .left li .tags a {
  display: inline-block;
  margin: 5px;
  color: #4048ef; }

.list_article .left .content li .study {
  color: #4048ef;
  float: right;
  margin: 3px 24px;
  line-height: 20px; }

.list_article .pagination {
  text-align: center;
  margin: 30px auto; }

.list_article .pagination a,
.list_article .pagination span {
  display: inline-block;
  height: 38px;
  width: 38px;
  color: #666;
  background: #fafafa;
  border-radius: 5px;
  line-height: 38px;
  border: 1px solid #c8c8c8; }

.list_article .pagination .prev a,
.list_article .pagination .next a,
.list_article .pagination .prev span,
.list_article .pagination .next span {
  line-height: 33px; }

.list_article .pagination li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle; }

.list_article .pagination span {
  color: #ddd; }

.list_article .pagination .active a {
  background: #4048ef;
  color: #fff; }

.list_article .pagination .prev,
.list_article .pagination .next {
  font-size: 22px; }

.page-banner {
  overflow: hidden;
  position: relative;
  margin: 64px auto 0;
  width: 100%;
  min-height: 528px;
  background-size: cover !important; }

.page-banner h1,
.page-banner h2 {
  font-weight: 400; }

.index-page .banner {
  width: 9999px;
  overflow: hidden;
  -webkit-transition: margin-left 0.6s;
  -o-transition: margin-left 0.6s;
  transition: margin-left 0.6s; }

.index-page .banner li {
  width: 1920px;
  float: left;
  min-height: 420px;
  background: url(../img/banner.240759f.png) no-repeat 50%;
  background-size: cover; }

.index-page .banner li > a {
  display: block;
  width: 100%;
  height: 420px; }

.index-page .banner_dir a {
  position: absolute;
  display: block;
  width: 54px;
  height: 54px;
  top: 40%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.index-page .banner_dir .prev {
  left: -54px;
  background: url(../img/prev.d3b8ac0.png) 50% no-repeat; }

.index-page .banner_dir .next {
  right: -54px;
  background: url(../img/next.04555de.png) 50% no-repeat; }

.index-page:hover .prev {
  left: 120px; }

.index-page:hover .next {
  right: 120px; }

.index-page ol {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 42px;
  text-align: center; }

.index-page ol li {
  width: 36px;
  height: 4px;
  margin-right: 8px;
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  cursor: pointer; }

.index-page ol .active {
  background: #f9803a; }

.index-page .top-btn {
  margin: 20px 0 0; }

.banner-menu {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 65px;
  background: rgba(0, 0, 0, 0.3); }

.banner-menu ul {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto; }

.banner-menu ul li {
  width: 20%;
  float: left;
  border-right: 1px solid #320f6d;
  height: 65px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.banner-menu ul a {
  display: block;
  width: 100%; }

.banner-menu ul li:hover {
  background: rgba(23, 111, 255, 0.3); }

.banner-menu ul li:nth-of-type(2) .icon {
  padding: 0 12px; }

.banner-menu ul li .icon {
  display: table-cell;
  padding: 0 10px 0 15px;
  text-align: center;
  height: 65px;
  vertical-align: middle; }

.banner-menu .icon img {
  max-width: 80%; }

.banner-menu ul li .desc {
  display: table-cell; }

.banner-menu ul li .desc h2 {
  color: #fff;
  line-height: 65px;
  font-size: 24px; }

.page-banner .container p {
  color: #fff;
  margin: 89px 0 10px;
  font-size: 18px; }

.page-banner .container h1 {
  cursor: pointer;
  line-height: 86px;
  color: #fff;
  font-size: 56px;
  margin: 136px 0 8px; }

.page-banner .container h2 {
  line-height: 26px;
  font-size: 24px;
  color: #fff;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.page-banner .container {
  width: 1000px; }

.page-banner .top-btn a {
  width: 175px;
  height: 44px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  border-radius: 5px;
  display: inline-block;
  background-image: -o-linear-gradient(left, #fdc839, #ff840f);
  background-image: -webkit-gradient(linear, left top, right top, from(#fdc839), to(#ff840f));
  background-image: linear-gradient(90deg, #fdc839, #ff840f); }

.page-banner .top-btn a:hover {
  background-image: -o-linear-gradient(left, #fdcf52, #ff9129);
  background-image: -webkit-gradient(linear, left top, right top, from(#fdcf52), to(#ff9129));
  background-image: linear-gradient(90deg, #fdcf52, #ff9129); }

.personal-banner {
  background: url("../img/personal/per-banner.png") no-repeat 50%; }

.personal-banner .container h1 {
  font-size: 50px;
  line-height: 70px;
  margin: 172px 0 8px; }

.personal-banner .container h2 {
  font-size: 18px; }

.personal-banner .top-btn {
  margin: 50px 0 0; }

.personal-banner .top-btn a {
  width: 205px;
  height: 50px;
  line-height: 50px;
  font-size: 24px; }

.page-personal .page_title {
  text-align: center; }

.page-personal .page_title p {
  font-size: 48px;
  color: #000;
  line-height: 67px; }

.problem {
  width: 100%;
  background: #eceef3;
  overflow: hidden; }

.problem .inner_box {
  width: 1000px;
  margin: 75px auto 125px; }

.problem .problem_list {
  margin: 75px 0 0;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(10, 31, 68, 0.15);
  -o-box-shadow: 0 0 15px 0 rgba(10, 31, 68, 0.15);
  -ms-box-shadow: 0 0 15px 0 rgba(10, 31, 68, 0.15);
  box-shadow: 0 0 15px 0 rgba(10, 31, 68, 0.15);
  border-radius: 6px;
  padding: 0 20px;
  width: 1000px;
  height: 250px;
  overflow: hidden; }

.problem .problem_list li {
  width: 20%;
  float: left;
  text-align: center;
  padding: 52px 0 47px; }

.problem li .icon {
  height: 55px;
  vertical-align: middle;
  margin: 0 0 40px; }

.problem li .icon img {
  max-width: 35%; }

.problem li .title {
  height: 67px;
  overflow: hidden; }

.problem li .title p {
  font-size: 18px;
  color: #000;
  line-height: 32px; }

.per_solve {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background: url("../img/personal/index-solve-bg.png") center center no-repeat;
  height: 640px;
  text-align: center; }

.per_solve .inner_box {
  width: 1000px;
  margin: 0 auto; }

.per_solve .logo {
  margin: 75px auto 50px; }

.per_solve .logo p {
  font-size: 24px;
  color: #fff;
  margin: 13px 0 0; }

.per_solve .solve_list {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  width: 100%;
  padding: 35px 55px 27px;
  height: 250px;
  overflow: hidden; }

.per_solve li .icon {
  height: 58px;
  vertical-align: middle; }

.per_solve li .icon img {
  max-width: 30%; }

.per_solve li .content span {
  color: #fff;
  font-size: 32px;
  margin: 25px 0 12px;
  line-height: 45px;
  display: block; }

.per_solve li .content p {
  font-size: 18px;
  color: #fff;
  line-height: 24px; }

.page-personal .system .system_list {
  margin: 130px 0 0; }

.page-personal .system_list > ul > li {
  margin: 0 0 130px; }

.page-personal .system_list > ul > li:nth-of-type(2n) {
  padding: 140px 0; }

.page-personal .system_list .desc p {
  margin: 0 0 32px;
  font-size: 40px;
  height: 48px; }

.page-personal .system .list li {
  font-size: 20px;
  line-height: 28px;
  color: #555;
  margin: 0 0 29px; }

.page-personal .system_list .left .desc {
  padding-left: 100px; }

.page-corporation .sec-block {
  position: relative;
  height: 600px;
  width: 100%;
  background: #fff; }

.page-corporation .sec-block .title {
  /* margin-top:76px; */
  position: absolute;
  top: 76px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  font-size: 56px;
  color: #000000;
  text-align: center; }

.page-corporation .sec-block .item-box {
  /* margin:75px auto 0 auto; */
  position: absolute;
  top: 195px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(6, 117, 202, 0.1);
  box-shadow: 0 0 10px 0 rgba(6, 117, 202, 0.1);
  border-radius: 10px;
  width: 1000px;
  height: 310px; }

.page-corporation .sec-block .item-box .item {
  width: 20%;
  height: 100%; }

.page-corporation .sec-block .item-box .item .img {
  display: block;
  margin: 39px auto 0 auto; }

.page-corporation .sec-block .item-box .item .sec-tip {
  margin-top: 24px;
  font-size: 24px;
  color: #000000;
  text-align: center; }

.page-corporation .sec-block .item-box .item .desc {
  margin: 18px auto 0 auto;
  width: 170px;
  font-size: 14px;
  color: #666666;
  text-align: left;
  line-height: 1.5; }

.page-corporation .third-block {
  position: relative;
  width: 100%;
  height: 600px;
  background: url(/public/img/third-bg.01d7a39.png) #616161 no-repeat center center;
  /* background-size: 100% 600px; */ }

.page-corporation .third-block .title {
  position: absolute;
  top: 75px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  font-size: 56px;
  color: #fff;
  text-align: center;
  white-space: nowrap; }

.page-corporation .third-block .circle-trail {
  position: absolute;
  top: 214px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 333px;
  height: 327px;
  /* background: #fff; */
  /* opacity:0.5; */ }

.page-corporation .third-block .circle-trail .card {
  font-size: 32px;
  color: #fff;
  text-align: right;
  white-space: nowrap; }

.page-corporation .third-block .circle-trail .card .img {
  /* width:79px;
  height:79px; */
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.page-corporation .third-block .circle-trail .card .img:hover {
  /* width:79px;
  height:79px; */
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

.page-corporation .third-block .circle-trail .cardA {
  position: absolute;
  left: -100px;
  top: -5px; }

.page-corporation .third-block .circle-trail .cardB {
  position: absolute;
  top: 108px;
  left: 255px; }

.page-corporation .third-block .circle-trail .cardC {
  position: absolute;
  top: 267px;
  left: 208px; }

.page-corporation .third-block .circle-trail .cardD {
  position: absolute;
  top: 267px;
  left: -195px; }

.page-corporation .third-block .circle-trail .cardE {
  position: absolute;
  top: 108px;
  left: -253px; }

.page-corporation .third-block .circle-trail .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.page-corporation .four-block {
  background: #fff;
  height: 493px;
  overflow: hidden; }

.page-corporation .four-block .title {
  margin-top: 74px;
  font-size: 40px;
  color: #333;
  text-align: center;
  font-weight: 700; }

.page-corporation .four-block .desc-box {
  margin-top: 43px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.page-corporation .four-block .desc-box .item {
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 10px 0 rgba(2, 73, 126, 0.05);
  box-shadow: 0 0 10px 0 rgba(2, 73, 126, 0.05);
  width: 191px;
  height: 230px; }

.page-corporation .four-block .desc-box .item .logo {
  margin: 51px auto 0;
  max-width: 56px;
  height: 56px; }

.page-corporation .four-block .desc-box .item .logo .img {
  margin: 0 auto; }

.page-corporation .four-block .desc-box .item .item-tip {
  margin-top: 35px;
  font-size: 24px;
  color: #333;
  text-align: center; }

.page-corporation .four-block .desc-box .item .mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0675ca; }

.page-corporation .four-block .desc-box .item .mask .part-title {
  padding-top: 45px;
  font-size: 20px;
  color: #fff;
  text-align: center; }

.page-corporation .four-block .desc-box .item .mask .sec-desc {
  margin: 39px auto 0;
  width: 159px;
  font-size: 12px;
  color: #fff;
  text-align: left;
  line-height: 1.4; }

.page-corporation .four-block .desc-box .item:hover .mask {
  display: block; }

.page-corporation .five-block {
  width: 100%;
  height: 600px; }

.page-corporation .five-block .title {
  margin-top: 123px;
  font-size: 56px;
  color: #000000;
  text-align: center; }

.page-corporation .five-block .item-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 72px auto 0;
  width: 207px;
  height: 207px;
  border-radius: 50%; }

.page-corporation .five-block .item-box .fir-title {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  font-size: 40px;
  color: #176fff; }

.page-corporation .five-block .item-box .fir-title span {
  position: absolute;
  color: #5c93c8;
  font-size: 30px;
  top: -8px; }

.page-corporation .five-block .item-box .sec-title {
  white-space: nowrap;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 1.3; }

.page-corporation .five-block .bg {
  margin-top: 70px; }

.page-corporation .five-block .bg .img {
  display: block;
  margin: 0 auto; }

.page-corporation .six-block {
  position: relative;
  background: #fafafa;
  width: 100%;
  height: 684px; }

.page-corporation .six-block .title {
  margin-top: 75px;
  /* position:absolute;
  top:75px;
  left:50%;
  transform:translate3d(-50%,0,0); */
  font-size: 56px;
  color: #000000;
  text-align: center; }

.page-corporation .six-block .sec-title {
  margin-top: 10px;
  font-size: 24px;
  color: #666666;
  text-align: center;
  line-height: 42px; }

.page-corporation .six-block .col-xs-1 {
  width: 112px;
  margin-left: 18px; }

.page-corporation .six-block .item-box {
  margin-top: 62px; }

.page-corporation .six-block .item-box .logo .img {
  height: 38px;
  display: block;
  margin: 0 auto; }

.page-corporation .six-block .item-box .tip {
  margin-top: 24px;
  font-size: 24px;
  color: #000000;
  text-align: center; }

.page-corporation .seven-block {
  background: #fff;
  width: 100%;
  height: 600px; }

.page-corporation .seven-block .left-img {
  margin-top: 58px; }

.page-corporation .seven-block .right .title {
  margin-top: 173px;
  font-size: 40px;
  color: #000000;
  text-align: left; }

.page-corporation .seven-block .right .desc {
  margin-top: 49px;
  width: 496px;
  font-size: 26px;
  color: #666666;
  text-align: justify;
  line-height: 1.5; }

.page-corporation .eight-block {
  background: #fafafa;
  width: 100%;
  height: 600px; }

.page-corporation .eight-block .img {
  margin-top: 65px; }

.page-corporation .eight-block .left .title {
  margin-top: 163px;
  font-size: 40px;
  color: #000000;
  text-align: left; }

.page-corporation .eight-block .left .desc {
  width: 496px;
  margin-top: 58px;
  font-size: 26px;
  color: #666666;
  text-align: justify;
  line-height: 1.5; }

.page-corporation .nine-block {
  background: #fff;
  width: 100%;
  height: 600px; }

.page-corporation .nine-block .img {
  margin-top: 65px; }

.page-corporation .nine-block .right .title {
  margin-top: 173px;
  font-size: 40px;
  color: #000000;
  text-align: left; }

.page-corporation .nine-block .right .desc {
  margin-top: 49px;
  width: 496px;
  font-size: 26px;
  color: #666666;
  text-align: justify;
  line-height: 1.5; }

.page-corporation .ten-block {
  background: #fafafa;
  width: 100%;
  height: 600px; }

.page-corporation .ten-block .img {
  margin-top: 65px; }

.page-corporation .ten-block .right .title {
  margin-top: 143px;
  font-size: 40px;
  color: #000000;
  text-align: left; }

.page-corporation .ten-block .right .desc {
  margin-top: 49px;
  font-size: 26px;
  color: #666666;
  text-align: justify;
  line-height: 1.5; }

.page-corporation .eleven-block {
  background: #fff;
  width: 100%;
  height: 600px; }

.page-corporation .eleven-block .img {
  margin-top: 65px; }

.page-corporation .eleven-block .right .title {
  margin-top: 173px;
  font-size: 40px;
  color: #000000;
  text-align: left; }

.page-corporation .eleven-block .right .desc {
  margin-top: 50px;
  width: 496px;
  font-size: 26px;
  color: #666666;
  text-align: justify;
  line-height: 1.5; }

.page-corporation .last-block {
  height: 275px;
  width: 100%;
  background: url(/public/img/corporation/Bitmap.png) no-repeat center center; }

.page-corporation .last-block .title {
  margin-top: 75px;
  font-size: 36px;
  color: #fff;
  text-align: center; }

.page-corporation .last-block .btn {
  cursor: pointer;
  margin-top: 55px;
  margin-left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  background-image: -o-linear-gradient(left, #fdc839, #ff840f);
  background-image: -webkit-gradient(linear, left top, right top, from(#fdc839), to(#ff840f));
  background-image: linear-gradient(90deg, #fdc839, #ff840f);
  border-radius: 5px;
  padding: 0 45px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
  display: inline-block;
  color: #fff;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.page-corporation .last-block .btn .in-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 60px;
  font-size: 28px;
  color: #fff;
  text-align: center; }

.page-corporation .last-block .right .btn:active {
  background-image: -o-linear-gradient(left, #fdcf52, #ff9129);
  background-image: -webkit-gradient(linear, left top, right top, from(#fdcf52), to(#ff9129));
  background-image: linear-gradient(90deg, #fdcf52, #ff9129); }

@media (max-width: 1170px) {
  .page-corporation .seven-block .right .desc {
    width: 55%; }
  .page-corporation .nine-block .right .desc {
    width: 55%; }
  .page-corporation .eleven-block .right .desc {
    width: 55%; }
  .page-corporation .five-block .container {
    width: 1000px; }
  .page-corporation .six-block .container {
    width: 1000px; }
  .page-corporation .six-block .col-xs-1 {
    width: 96px; }
  .page-corporation .six-block .item-box {
    margin-top: 62px;
    margin-left: 70px;
    /* transform:translate3d(-50%,0,0); */ }
  .page-corporation .last-block .container {
    width: 1000px; }
  .col-xs-offset-1 {
    margin-left: 0; } }

@media (max-width: 1024px) {
  .page-corporation .four-block .container {
    width: 1024px; }
  .page-corporation .four-block .container .desc-box .blue-part {
    width: 154px; }
  .page-corporation .four-block .container .desc-box .blue-part .sec-desc {
    width: 140px; }
  .page-corporation .four-block .container .desc-box .item {
    width: 154px; }
  .page-corporation .sec-block .item-box {
    /* width:800px; */ } }

.scene {
  width: 100%;
  background: #eceef3;
  padding: 99px 125px;
  overflow: hidden; }

.scene .inner_box {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden; }

.scene .scene_list {
  margin: 90px 0 0; }

.scene .scene_list li {
  padding: 0 17px; }

.scene .scene_list li img {
  width: 100%; }

.scene .scene_list li .picture {
  position: relative; }

.scene .scene_list li .picture:after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 19px;
  background: url("../img/personal/scene-icon.png") center center no-repeat;
  position: absolute;
  top: 78px;
  left: 228px; }

.scene .scene_list li:last-child .picture:after {
  display: none; }

.scene .scene_list li .desc {
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  -o-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  -ms-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  border-radius: 6px;
  padding: 12px 8px 18px;
  text-align: center; }

.scene li .desc p {
  font-size: 32px;
  color: #000;
  line-height: 42px;
  margin: 0 0 8px; }

.scene li .desc span {
  font-size: 18px;
  color: #666;
  line-height: 22px; }

.resources {
  width: 1000px;
  margin: 75px auto 100px;
  overflow: hidden; }

.resources .res_list {
  overflow: hidden;
  padding: 0 0 25px;
  margin: 75px 0 0; }

.resources li {
  padding: 0 12px;
  text-align: center; }

.resources li .picture img {
  width: 100%; }

.resources li .desc {
  background: #fff;
  -webkit-box-shadow: 0 4px 15px 0 rgba(2, 73, 126, 0.15);
  -o-box-shadow: 0 4px 15px 0 rgba(2, 73, 126, 0.15);
  -ms-box-shadow: 0 4px 15px 0 rgba(2, 73, 126, 0.15);
  box-shadow: 0 4px 15px 0 rgba(2, 73, 126, 0.15);
  border-radius: 6px;
  height: 98px;
  padding: 22px 25px 26px; }

.resources li .desc p {
  font-size: 18px;
  color: #666;
  line-height: 24px; }

.support {
  width: 100%;
  height: 615px;
  padding: 62px 0 49px;
  background-size: cover;
  background: url(../img/join/join_bg.png) center center no-repeat;
  overflow: hidden; }

.support .page_title p {
  color: #fff; }

.support .container {
  width: 1000px;
  margin: 0 auto; }

.support .support_box {
  background: #4048ef;
  padding: 16px 85px;
  width: 333px;
  height: 200px;
  display: none;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0; }

.support .support_box p {
  color: #fff;
  line-height: 24px;
  color: #fff; }

.support .support_list {
  width: 1000px;
  float: left;
  margin: 0 auto;
  text-align: center; }

.support .support_list ul {
  margin: 37px 0 0;
  overflow: hidden;
  background: url(../img/join/support_bg.png) center center no-repeat;
  background-size: cover; }

.support li {
  height: 200px;
  padding: 40px 0 0;
  position: relative; }

.support li > p {
  font-size: 24px;
  color: #fff;
  line-height: 33px;
  margin: 8px 0 0; }

.join_we {
  width: 1000px;
  margin: 75px auto 125px;
  overflow: hidden; }

.join_we .join_list {
  overflow: hidden;
  margin: 75px 0 0; }

.join_we li {
  width: 20%;
  float: left;
  text-align: center; }

.join_we li .icon {
  height: 106px;
  margin: 0 0 35px; }

.join_we li .icon {
  background: url(../img/join/arrow.png) right center no-repeat; }

.join_we li:last-child .icon {
  background: none; }

.join_we li p {
  font-size: 32px;
  line-height: 45px; }

.join_form {
  width: 100%;
  background: #fafafa;
  padding: 46px 0 121px;
  overflow: hidden; }

.join_form .form {
  width: 502px;
  margin: 75px auto 0; }

.join_form .form p {
  color: #666;
  line-height: 20px;
  margin: 0 0 9px; }

.join_form .form li {
  margin: 0 0 10px; }

.join_form .form li input,
.join_form .form li select {
  width: 100%;
  background: #fff;
  height: 37px;
  text-indent: 15px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  -webkit-outline: none;
  -ms-outline: none;
  outline: none; }

.join_form .form li select {
  width: 48%;
  margin-right: 2%;
  color: #999;
  text-indent: 11px; }

.join_form .form li select:last-child {
  margin: 0; }

.join_form .form li button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background-image: -o-linear-gradient(90deg, #fdc839 0%, #ff840f 98%);
  background-image: -o-linear-gradient(left, #fdc839 0%, #ff840f 98%);
  background-image: -webkit-gradient(linear, left top, right top, from(#fdc839), color-stop(98%, #ff840f));
  background-image: linear-gradient(90deg, #fdc839 0%, #ff840f 98%);
  border-radius: 5px;
  border: none;
  margin: 46px 0 0; }

.consult {
  width: 681px;
  margin: 75px auto;
  padding: 0 20px 10px;
  overflow: hidden; }

.consult .consult_box {
  margin: 75px 0 0;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  -o-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  -ms-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  border-radius: 10px;
  width: 100%;
  padding: 50px 25px 50px 80px; }

.consult .qrcode {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 250px; }

.consult .qrcode img {
  width: 100%; }

.consult .qrcode p {
  font-size: 18px;
  color: #000;
  line-height: 25px;
  margin: 18px 0 0; }

.consult .contact {
  display: table-cell;
  padding-left: 63px; }

.consult .contact .name {
  margin: 42px 0 13px;
  font-size: 32px;
  color: #ea762e;
  line-height: 45px; }

.consult .contact .tel p {
  font-size: 18px;
  color: #000;
  line-height: 25px; }

.consult .contact .tel:after {
  display: block;
  content: '';
  width: 53px;
  height: 3px;
  margin: 20px 0 18px;
  background-image: -o-linear-gradient(135deg, #fdc83c 0%, #ff8715 100%);
  background-image: -o-linear-gradient(315deg, #fdc83c 0%, #ff8715 100%);
  background-image: linear-gradient(135deg, #fdc83c 0%, #ff8715 100%); }

.consult .contact .corport_name {
  font-size: 18px;
  color: #666;
  line-height: 25px; }

.banner-about {
  background: url(../img/about/about-banner.png) center center no-repeat;
  min-height: 410px; }

.banner-about h1,
.banner-about h2 {
  font-weight: 400; }

.banner-about .container h1 {
  margin-top: 136px;
  font-size: 90px;
  line-height: 126px;
  color: #fff;
  text-align: center; }

.banner-about h2 {
  height: 67px;
  line-height: 67px;
  font-size: 48px;
  color: #fff;
  letter-spacing: 0;
  text-align: center; }

.banner-corporation {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  background: url(../img/banner-corporation.240759f.png) blue no-repeat 50%;
  min-height: 528px;
  background-size: 100% 100%;
  margin: 64px 0 0; }

.banner-corporation h1,
.banner-corporation h2 {
  font-weight: 400; }

.banner-corporation .title {
  margin-top: 121px;
  font-size: 50px;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  text-align: left; }

.banner-corporation .sec-tip {
  margin-top: 29px;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  text-shadow: 0 2px 20px #000;
  text-align: left; }

.banner-corporation a {
  color: #fff; }

.banner-corporation .a {
  background-image: -o-linear-gradient(left, #fdc839, #ff840f);
  background-image: -webkit-gradient(linear, left top, right top, from(#fdc839), to(#ff840f));
  background-image: linear-gradient(90deg, #fdc839, #ff840f);
  border-radius: 5px;
  padding: 0 45px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
  display: inline-block;
  color: #fff;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.banner-corporation .a:hover {
  background-image: -o-linear-gradient(left, #fdcf52, #ff9129);
  background-image: -webkit-gradient(linear, left top, right top, from(#fdcf52), to(#ff9129));
  background-image: linear-gradient(90deg, #fdcf52, #ff9129); }

.banner-corporation .top-btn {
  margin-top: 42px; }

/* 侧边栏 */
.slide {
  width: 70px;
  right: 10px;
  position: fixed;
  z-index: 9;
  top: 316px; }

.slide ul a {
  display: block;
  width: 70px;
  height: 73px;
  background-size: cover;
  margin-bottom: 0px; }

.slide ul li:last-child a {
  margin: 25px 0 0; }

.slide ul .now a {
  background: url("../img/aside.png") center center no-repeat; }

.slide ul .now2 a {
  background: url("../img/aside2.png") center center no-repeat; }

.slide ul .now2 {
  position: relative; }

.slide ul .now5 {
  position: relative; }

#leftPhone {
  position: relative; }

#leftPhone .img {
  position: absolute;
  top: 21px;
  right: 73px; }

.slide ul .now3 a {
  max-width: 70px;
  height: 73px;
  background: url("../img/aside3.png") center center no-repeat; }

.slide ul .now3 {
  position: relative; }

.slide ul .now3 img {
  position: absolute;
  top: 18px;
  left: 75px; }

.slide ul .now4 a {
  background: url("../img/aside4.png") center center no-repeat; }

.slide ul .now5 a {
  background: url("../img/aside5.png") center center no-repeat; }

.slide ul .now6 a {
  background: url("../img/aside6.png") center center no-repeat; }

.slide ul .now7 a {
  background: url("../img/aside7.png") center center no-repeat; }

/* 解决方案 */
.banner-internet {
  background: url("../img/internet_banner.png") center center no-repeat;
  background-size: cover;
  height: 528px;
  text-align: center; }

.banner-internet h1 {
  font-size: 48px;
  margin: 140px 0 6px;
  color: #fff;
  line-height: 67px; }

.banner-internet h2 {
  font-size: 32px;
  line-height: 45px;
  color: #fff; }

.banner-internet .top-btn {
  margin: 36px auto 0 !important; }

.banner-internet .top_menu {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
  z-index: 10; }

.banner-internet .top_menu .title {
  width: 100%;
  height: 70px;
  background: #f1f1f1;
  overflow: hidden; }

.banner-internet .top_menu .title .inner_box {
  width: 1000px;
  margin: 0 auto; }

.banner-internet .top_menu .title a {
  display: inline-block;
  width: 50%;
  float: left;
  font-size: 24px;
  color: #666;
  line-height: 70px; }

.banner-internet .down_list {
  overflow: hidden;
  height: 460px;
  width: 100%;
  display: none; }

.banner-internet .down_list ul {
  float: left;
  width: 100%; }

.banner-internet .down_list li {
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden; }

.banner-internet .down_list .inner_box {
  width: 1000px;
  margin: 0 auto; }

.banner-internet .down_list a {
  text-align: left;
  width: 50%;
  padding: 18px 0 18px 140px;
  display: inline-block;
  float: left; }

.banner-internet .down_list a:hover p,
.banner-internet .down_list a:hover span {
  color: #e28339; }

.banner-internet .down_list li p {
  font-size: 24px;
  color: #000;
  line-height: 33px;
  margin: 0 0 3px; }

.banner-internet .down_list li span {
  color: #666;
  display: inline-block;
  line-height: 20px; }

.banner-internet .banner_menu {
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 0; }

.banner-internet .banner_menu ul {
  width: 1000px;
  margin: 0 auto; }

.banner-internet .banner_menu li {
  width: 200px;
  height: 70px;
  float: left;
  text-align: center;
  line-height: 70px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  border-right: 1px solid #c8c8c8; }

.banner-internet .banner_menu li:last-child {
  border: none; }

.banner-internet .banner_menu .active {
  background: #2a3144;
  font-size: 24px; }

.internet {
  width: 100%;
  height: 200px;
  background: #2a3144; }

.internet .inner_box {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden; }

.internet img {
  margin: 45px 20px 0 118px;
  float: left;
  width: 109px; }

.internet .desc {
  float: left;
  margin: 54px 0 0; }

.internet .desc p {
  font-size: 40px;
  color: #fff;
  line-height: 56px;
  font-weight: normal; }

.internet .desc span {
  font-size: 24px;
  line-height: 33px;
  color: #fff; }

.challenge,
.solve,
.inter_case {
  width: 1000px; }

.paga_programme {
  color: #000;
  display: none; }

.paga_programme .page_title {
  text-align: center; }

.paga_programme .page_title p {
  font-size: 56px;
  line-height: 78px;
  margin: 0 0 4px; }

.paga_programme .page_title span {
  font-size: 24px;
  color: #666; }

.challenge {
  margin: 68px auto 99px; }

.challenge .challenge_list {
  overflow: hidden;
  margin: 58px 0 0; }

.challenge .challenge_list li {
  width: 208px;
  margin: 0 21px;
  float: left;
  text-align: center; }

.challenge4 .challenge_list li {
  width: 220px;
  margin: 0 15px; }

.challenge .challenge_list .icon {
  height: 106px; }

.challenge .challenge_list .icon img {
  margin: 0; }

.challenge .challenge_list img {
  margin: 0 0 24px;
  max-width: 68%; }

.challenge3 .challenge_list img {
  max-width: 40%; }

.challenge .challenge_list p {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 18px;
  letter-spacing: -2px; }

.challenge .challenge_list span {
  color: #666;
  width: 208px;
  margin: 0 auto;
  line-height: 24px;
  text-align: left;
  display: block; }

.solve {
  margin: 0 auto 137px; }

.solve .solve_list {
  overflow: hidden;
  margin: 80px 0 0; }

.solve .solve_list li {
  float: left;
  margin: 0 0 51px;
  padding-right: 50px; }

.solve .solve_list li:nth-of-type(2n) {
  padding: 0;
  padding-left: 45px; }

.solve .solve_list .icon {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding-right: 40px; }

.solve .solve_list .icon img {
  max-width: 90%; }

.solve .solve_list .desc {
  display: table-cell;
  vertical-align: top; }

.solve .solve_list .desc p {
  font-size: 24px;
  line-height: 33px;
  margin: 0 0 8px;
  color: #333; }

.solve3 .solve_list .desc p {
  color: #000; }

.solve .solve_list .desc span {
  max-height: 115px;
  display: block;
  overflow: hidden;
  color: #666;
  width: 300px;
  line-height: 24px; }

.inter_case {
  margin: 0 auto 312px; }

.inter_case .case_box {
  margin: 62px 0 0; }

.inter_case .case_box .desc p {
  font-size: 32px;
  line-height: 45px;
  margin: 0 0 8px; }

.inter_case .case_box .desc span {
  font-size: 18px;
  color: #666;
  line-height: 25px;
  margin: 0 0 26px;
  display: block; }

.inter_case .list li {
  width: 474px;
  float: left; }

.inter_case .list li:nth-of-type(2n) {
  float: right; }

.inter_case .list li .head {
  width: 100%;
  height: 130px;
  background-size: cover;
  background: url("../img/case_title_bg.png") center center no-repeat;
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 130px;
  border-radius: 4px 4px 0 0; }

.inter_case .list li:nth-of-type(2n) .head {
  background: url("../img/case_title_bg2.png") center center no-repeat; }

.inter_case .list li .content {
  background: #fff;
  -webkit-box-shadow: 0 4px 15px 0 rgba(2, 73, 126, 0.15);
  -o-box-shadow: 0 4px 15px 0 rgba(2, 73, 126, 0.15);
  -ms-box-shadow: 0 4px 15px 0 rgba(2, 73, 126, 0.15);
  box-shadow: 0 4px 15px 0 rgba(2, 73, 126, 0.15);
  border-radius: 0 0 4px 4px;
  padding: 38px 0 6px; }

.inter_case .list li .content p {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 29px;
  background: url("../img/wrong.png") 104px center no-repeat;
  padding-left: 154px; }

.inter_case .list li:nth-of-type(2n) .content p {
  padding-left: 118px;
  background: url("../img/success.png") 68px center no-repeat; }

.challenge2 .challenge_list li:nth-of-type(4n) p {
  letter-spacing: -1px; }

.solve2 {
  width: 1000px;
  margin: 0 auto 106px; }

.solve2 .solve_list {
  margin: 72px 0 0;
  overflow: hidden; }

.solve2 .solve_list li {
  padding: 0 6px; }

.solve2 .solve_list li img {
  width: 100%;
  min-height: 140px;
  border-radius: 6px 6px 0 0; }

.solve2 .solve_list li .desc {
  width: 100%;
  background: #fff;
  border: 1px solid #c8c8c8;
  padding: 0 10px;
  height: 195px;
  overflow: hidden; }

.solve2 .solve_list .desc p {
  font-size: 24px;
  line-height: 33px;
  white-space: nowrap;
  margin: 8px auto 4px; }

.solve2 .solve_list .desc span {
  color: #666;
  line-height: 24px; }

.inter_case2 li:nth-of-type(2n) .content p {
  padding-left: 82px !important;
  background-position: 32px center !important; }

.solve3 {
  margin: 68px auto 0; }

.solve3 .icon {
  vertical-align: middle; }

.solve4 {
  margin: 68px auto 0; }

.solve4 .icon {
  padding-right: 36px !important; }

.solve5 {
  margin: 100px auto 80px; }

.solve5 li .icon {
  padding-right: 25px !important; }

.challenge3 .page_title span {
  font-size: 24px;
  color: #999;
  display: block;
  line-height: 33px; }

/* 增值服务方案 */
.services {
  color: #000; }

.services .page_title {
  text-align: center; }

.services .page_title p {
  font-size: 56px;
  line-height: 78px; }

.services .page_title span {
  font-size: 24px;
  color: #666;
  line-height: 34px;
  display: block; }

.ad-banner {
  background: url("../img/service/ad-banner.jpg") center center no-repeat; }

.ad-banner .top-btn {
  margin: 24px 0 0; }

.ad-banner .container h1,
.custom-banner .container h1 {
  font-size: 50px;
  margin: 158px 0 10px; }

.ad-banner .container h2,
.custom-banner .container h2 {
  font-size: 18px; }

.ad-banner .top-btn a {
  width: 220px;
  height: 60px;
  font-size: 30px;
  line-height: 60px; }

.custom-banner {
  background: url("../img/service/customm-banner.jpg") center center no-repeat; }

.custom-banner .top-btn {
  margin: 40px 0 0; }

.custom-banner .top-btn a {
  width: 206px;
  height: 50px;
  line-height: 50px; }

.ad_advantage {
  width: 1000px;
  margin: 75px auto 64px; }

.ad_advantage .advantage_list {
  overflow: hidden;
  margin: 75px 0 0; }

.ad_advantage li {
  margin: 0 0 61px; }

.ad_advantage li:nth-of-type(2n) {
  padding: 0 0 0 50px; }

.ad_advantage li .icon {
  display: table-cell; }

.ad_advantage li .desc {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle; }

.ad_advantage li .desc p {
  font-size: 24px;
  line-height: 36px; }

.user {
  width: 100%;
  background: #fafafa;
  padding: 101px 0 125px;
  overflow: hidden; }

.user .inner_box {
  width: 1000px;
  margin: 0 auto; }

.user .user_list {
  margin: 75px 0 0;
  overflow: hidden;
  text-align: center; }

.user .user_list .title {
  margin: 17px 0 0; }

.user .user_list .title p {
  font-size: 32px;
  line-height: 50px; }

.user .user_list .title span {
  font-size: 18px;
  color: #666;
  display: block;
  line-height: 25px; }

.launch {
  width: 1000px;
  margin: 75px auto 178px; }

.launch .launch_list {
  margin: 90px 0 0;
  overflow: hidden;
  text-align: center; }

.launch .launch_list .icon {
  height: 200px; }

.launch .launch_list p {
  font-size: 24px;
  line-height: 33px; }

.team {
  width: 100%;
  background: #fafafa;
  padding: 75px 0 125px; }

.team .team_list {
  margin: 75px 0 0; }

.team .inner_box {
  width: 1000px;
  margin: 0 auto; }

.team li {
  padding: 0 8px; }

.team .picture {
  position: relative;
  min-height: 180px;
  text-align: center; }

.team .picture img {
  width: 100%; }

.team .picture p {
  position: absolute;
  line-height: 33px;
  font-size: 24px;
  color: #fff;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.team .desc {
  background: #fff;
  height: 155px;
  padding: 24px 17px 32px;
  -webkit-box-shadow: 0 4px 15px 0 rgba(2, 73, 126, 0.15);
  -o-box-shadow: 0 4px 15px 0 rgba(2, 73, 126, 0.15);
  -ms-box-shadow: 0 4px 15px 0 rgba(2, 73, 126, 0.15);
  box-shadow: 0 4px 15px 0 rgba(2, 73, 126, 0.15);
  border-radius: 4px; }

.team .desc p {
  line-height: 24px; }

.service_sys .item {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden; }

.service_sys > ul > li {
  margin: 75px 0 125px; }

.service_sys > ul > li:last-child {
  margin: 75px 0; }

.service_sys > ul > li:nth-of-type(2n) {
  background: #fafafa;
  padding: 75px 0 125px; }

.service_sys .title_box {
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 20px;
  padding: 0 0 18px; }

.service_sys .title_box p {
  font-size: 32px;
  line-height: 45px;
  margin: 0 0 10px; }

.service_sys .title_box span {
  font-size: 18px;
  color: #666;
  line-height: 25px; }

.service_sys li .content {
  overflow: hidden; }

.service_sys li .picture img {
  width: 100%; }

.service_sys li .list {
  padding: 0 0 0 35px; }

.service_sys li .icon {
  height: 74px; }

.service_sys > ul > li:nth-of-type(2n) .list {
  padding: 0 35px 0 0; }

.service_sys li .list li {
  text-align: center; }

.service_sys .list li:nth-of-type(1),
.service_sys .list li:nth-of-type(2),
.service_sys .list li:nth-of-type(3) {
  margin: 0 0 37px; }

.service_sys .list li p {
  font-size: 18px;
  line-height: 25px;
  margin: 7px 0 0; }

.cust_advantage {
  width: 1000px;
  margin: 0 auto; }

.cust_advantage .advantage_list {
  overflow: hidden;
  margin: 75px 0 125px; }

.cust_advantage li {
  text-align: center; }

.cust_advantage li .icon {
  height: 122px;
  vertical-align: middle;
  margin: 0 0 50px; }

.cust_advantage li p {
  font-size: 24px;
  line-height: 32px; }

.flow {
  width: 100%;
  padding: 75px 0 125px;
  background: #fafafa; }

.flow .inner_box {
  width: 1000px;
  margin: 0 auto; }

.flow .flow_list {
  overflow: hidden;
  margin: 84px 0 0;
  height: 368px;
  position: relative;
  background: url(../img/service/flow-line.png) center center no-repeat; }

.flow .flow_list li {
  position: absolute;
  width: 96px;
  text-align: center; }

.flow .flow_list li p {
  font-size: 24px;
  color: #666;
  line-height: 33px; }

.flow .flow_list .now1 {
  left: 152px;
  top: 8px; }

.flow .now1 p,
.flow .now2 p,
.flow .now3 p {
  margin: 0 0 10px; }

.flow .now4 p,
.flow .now5 p,
.flow .now6 p,
.flow .now7 p {
  margin: 20px 0 0; }

.flow .flow_list .now2 {
  left: 455px;
  top: 8px; }

.flow .flow_list .now3 {
  left: 756px;
  top: 8px; }

.flow .flow_list .now4 {
  left: 0;
  top: 224px; }

.flow .flow_list .now5 {
  left: 303px;
  top: 224px; }

.flow .flow_list .now6 {
  left: 605px;
  top: 224px; }

.flow .flow_list .now7 {
  left: 906px;
  top: 224px; }

/* 五大核心 */
.obtain-banner {
  background: url(../img/core/obtain-banner.png) center center no-repeat; }

.core {
  color: #000; }

.core .container > h1 {
  margin: 107px 0 8px; }

.core .page-banner {
  min-height: 470px; }

.core .container .top-btn {
  margin: 19px 0 0; }

.banner_menus {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 70px;
  background: rgba(0, 0, 0, 0.3); }

.banner_menus ul {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto; }

.banner_menus li {
  width: 20%;
  float: left;
  border-right: 1px solid #fff; }

.banner_menus li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  text-align: center;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }

.banner_menus li a:hover {
  background: #ff8715; }

.banner_menus li .active {
  color: #000;
  background: #fff !important;
  font-size: 24px; }

.banner_menus li:last-child {
  border: none; }

.core .page_title {
  text-align: center; }

.core .page_title p {
  font-size: 56px;
  line-height: 78px; }

.core_use .core-btn {
  display: block;
  width: 205px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin: 0 auto;
  border-radius: 5px;
  background: -o-linear-gradient(149deg, #fdc839, #ff840f);
  background: -o-linear-gradient(301deg, #fdc839, #ff840f);
  background: linear-gradient(149deg, #fdc839, #ff840f); }

.obtain {
  width: 1000px;
  margin: 75px auto 100px;
  overflow: hidden;
  padding: 0 0 25px; }

.obtain .obtain_list {
  margin: 75px 0 0; }

.obtain li {
  padding: 0 3px; }

.obtain li .picture {
  position: relative; }

.obtain li .picture p {
  position: absolute;
  top: 50%;
  font-size: 32px;
  text-align: center;
  width: 100%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.obtain li img {
  width: 100%; }

.obtain li .desc {
  background: #fff;
  -webkit-box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12);
  -o-box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12);
  -ms-box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12);
  box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12);
  border-radius: 6px;
  height: 115px;
  padding: 19px 22px 20px; }

.obtain li .desc p {
  font-size: 18px;
  line-height: 24px; }

.core_sys ul {
  overflow: hidden; }

.obtain_sys li .desc p {
  height: 78px;
  line-height: 78px;
  margin: 0 0 18px !important; }

.core_sys > ul > li {
  background: #fafafa;
  overflow: hidden;
  margin: 0 0 36px;
  padding: 30px 0; }

.core_sys ul li .item {
  width: 1000px;
  margin: 0 auto; }

.core_sys > ul > li:nth-of-type(2n) {
  background: #fff;
  padding: 0; }

.core_sys > ul > li:nth-of-type(2n) .picture {
  text-align: left; }

.core_sys > ul > li:nth-of-type(2n) .desc {
  padding-left: 80px; }

.core_sys li .page_title {
  margin: 75px 0 85px; }

.core_sys li .picture {
  text-align: center; }

.core_sys li .picture img {
  max-width: 90%; }

.core_sys li .desc {
  margin: 150px 0 0; }

.core_sys li .desc p {
  font-size: 32px;
  margin: 0 0 25px; }

.core_sys li .desc p span {
  font-size: 55px; }

.core_sys li .desc > span {
  font-size: 20px;
  color: #666;
  display: block;
  line-height: 50px; }

.core_use {
  width: 100%;
  height: 275px;
  text-align: center;
  overflow: hidden;
  background-size: cover;
  background: url(../img/core/bom-bg.png) center center no-repeat; }

.obtain_use {
  background: url(../img/core/obtain-9.png) center center no-repeat; }

.core_use p {
  font-size: 36px;
  color: #fff;
  line-height: 50px;
  margin: 75px auto 32px; }

.obtain_use .core-btn {
  width: 175px;
  height: 45px;
  line-height: 45px;
  font-size: 24px; }

.mall-banner {
  background: url(../img/core/mall-banner.png) center center no-repeat; }

.mall_card {
  width: 1000px;
  margin: 75px auto 125px;
  overflow: hidden; }

.mall_card .card_list {
  margin: 75px 0 0; }

.mall_card .card_list li {
  text-align: center; }

.mall_card li .icon {
  height: 105px;
  margin: 0 0 24px; }

.mall_card li .icon img {
  max-width: 50%; }

.mall_card li .desc p {
  font-size: 32px;
  line-height: 45px;
  margin: 0 0 17px; }

.mall_card li .desc span {
  font-size: 18px;
  color: #666;
  line-height: 28px;
  display: block; }

.mall_sys > ul > li {
  background: #fff;
  padding: 0; }

.mall_sys > ul > li:last-child {
  margin: 0; }

.mall_sys > ul > li:nth-of-type(2n) {
  background: #fafafa;
  padding: 30px 0; }

.mall_sys li .desc > span {
  font-size: 26px;
  color: #666; }

.mall_sys li .picture {
  text-align: right; }

.mall_sys li:nth-of-type(2n) .picture {
  text-align: left; }

.mall_sys > ul > li:nth-of-type(2n) .desc {
  padding-left: 5px; }

.mall_sys li .desc p {
  font-size: 40px; }

.extension-banner {
  background: url(../img/core/extension-banner.png) center center no-repeat; }

.extension li .desc {
  padding: 33px 22px; }

.sys_bright {
  width: 1000px;
  margin: 75px auto 125px;
  overflow: hidden; }

.sys_bright .bright_list {
  overflow: hidden;
  margin: 75px 0 0; }

.sys_bright .bright_list li {
  text-align: center; }

.sys_bright li .icon {
  height: 140px; }

.sys_bright li p {
  margin: 25px 0 0;
  line-height: 33px;
  font-size: 24px; }

.analysis-banner {
  background: url(../img/core/analysis_banner.png) center center no-repeat; }

.analysis_sys > ul > li {
  background: #fff;
  padding: 0; }

.analysis_sys li .desc > span {
  color: #333; }

.analysis_sys li .desc {
  margin: 120px 0 0; }

.analysis_sys > ul > li:nth-of-type(2n) {
  background: #fafafa;
  padding: 30px 0; }

.analysis_sys > ul > li:nth-of-type(2n) p:nth-of-type(2) {
  text-align: right;
  padding-right: 40px; }

.analysis_sys > ul > li:nth-of-type(2n) .desc {
  padding: 0; }

.analysis_sys li p:nth-of-type(2n) {
  margin-left: 84px; }

.admin-banner {
  background: url(../img/core/admin-banner.png) center center no-repeat; }

.admin_prob li .desc {
  height: 130px;
  padding: 16px 15px 26px; }

.admin_prob li .desc span {
  font-size: 24px;
  line-height: 33px;
  margin: 0 0 9px;
  color: #000;
  display: block; }

.admin_prob li .desc p {
  color: #666;
  font-size: 14px;
  line-height: 24px; }

.simple {
  width: 100%;
  padding: 75px 0 125px;
  background: #fafafa;
  overflow: hidden; }

.simple .container {
  width: 1000px;
  margin: 0 auto; }

.simple .simple_list {
  margin: 75px 0 0; }

.simple .simple_list li {
  text-align: center; }

.simple .simple_list li .icon {
  height: 140px;
  margin: 0 0 30px; }

.simple .simple_list li p {
  font-size: 32px;
  line-height: 45px;
  margin: 0 0 25px; }

.simple .simple_list li span {
  font-size: 18px;
  color: #666;
  line-height: 24px; }

.rate {
  width: 1000px;
  margin: 75px auto 149px;
  overflow: hidden; }

.rate li {
  width: 20%;
  float: left;
  background-size: cover;
  padding: 0 20px;
  text-align: center;
  height: 400px;
  padding: 122px 0 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }

.rate li p {
  font-size: 50px;
  color: #55d5fd;
  margin: 0 0 31px;
  line-height: 70px; }

.rate li span {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  display: block; }

.rate .now1 {
  background: url(../img/core/admin-11.png) center center no-repeat; }

.rate .now1:hover {
  background: url(../img/core/admin-11-h.png) center center no-repeat; }

.rate .now2 {
  background: url(../img/core/admin-12.png) center center no-repeat; }

.rate .now2:hover {
  background: url(../img/core/admin-12-h.png) center center no-repeat; }

.rate .now3 {
  background: url(../img/core/admin-13.png) center center no-repeat; }

.rate .now3:hover {
  background: url(../img/core/admin-13-h.png) center center no-repeat; }

.rate .now4 {
  background: url(../img/core/admin-14.png) center center no-repeat; }

.rate .now4:hover {
  background: url(../img/core/admin-14-h.png) center center no-repeat; }

.rate .now5 {
  background: url(../img/core/admin-15.png) center center no-repeat; }

.rate .now5:hover {
  background: url(../img/core/admin-15-h.png) center center no-repeat; }

/* 行业解决方案 */
.solve_page .page_title {
  font-size: 56px;
  line-height: 78px;
  text-align: center;
  margin: 75px 0 0; }

.solve_page .top-btn {
  margin: 16px 0 0; }

.solve_page .container h1 {
  font-size: 48px;
  line-height: 67px;
  margin: 140px 0 6px; }

.solve_page .container h2 {
  font-size: 32px;
  line-height: 45px; }

.solve_page .banner_menus li {
  /* width: 16.66%; */
  width: 25%; }

.beauty-banner {
  background: url(../img/solve/beauty-banner.png) center center no-repeat; }

.industry {
  width: 1000px;
  margin: 0 auto; }

.industry .industry_list {
  margin: 75px 0 130px;
  height: 250px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  -ms-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  -o-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  border-radius: 6px;
  overflow: hidden; }

.industry li {
  text-align: center;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }

.industry li:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px); }

.industry li .icon {
  height: 110px;
  margin: 45px auto 20px;
  width: 110px; }

.industry li .icon img {
  max-width: 100%; }

.industry li p {
  font-size: 24px;
  color: #000;
  line-height: 33px; }

.challenges {
  width: 100%;
  background: #fafafa;
  padding: 0 0 125px;
  overflow: hidden; }

.challenges .challenge_list {
  width: 1000px;
  margin: 98px auto 0; }

.challenges .challenge_list li {
  float: left;
  width: 20%;
  padding: 8px;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

.challenges .challenge_list li:hover {
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px); }

.challenges li img {
  width: 100%; }

.challenges li .desc {
  height: 100px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  -o-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  -ms-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  border-radius: 6px;
  padding: 13px 15px 17px; }

.challenges li .desc p {
  line-height: 24px; }

.scenes {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden; }

.scenes .scene_list {
  margin: 75px 0 125px;
  overflow: hidden; }

.scenes .scene_list li {
  width: 14.28%;
  float: left;
  text-align: center; }

.scenes .scene_list li .icon {
  height: 80px;
  margin: 0 auto 30px;
  width: 80px; }

.scenes .scene_list li .icon img {
  max-width: 100%; }

.scenes .scene_list li p {
  font-size: 18px;
  line-height: 25px; }

.solve-cooperation {
  width: 100%;
  overflow: hidden; }

.solve-cooperation .case {
  width: 100%;
  padding: 75px 0 80px;
  background: #fafafa; }

.solve-cooperation .case .container {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  -o-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  -ms-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  border-radius: 6px;
  overflow: hidden;
  padding: 35px 45px; }

.solve-cooperation .case .logo {
  display: table-cell;
  vertical-align: middle; }

.solve-cooperation .case .desc {
  display: table-cell;
  padding-left: 22px; }

.solve-cooperation .case .desc p {
  font-size: 24px;
  line-height: 33px;
  margin: 0 0 7px; }

.solve-cooperation .case .desc span {
  color: #666;
  line-height: 20px; }

.solve-cooperation .case .desc em {
  font-style: normal;
  text-indent: 2em;
  display: block; }

.solve-cooperation li {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
  background: #fafafa; }

.solve-cooperation li:nth-of-type(2n) {
  background: #fff;
  margin: 30px 0;
  padding: 0; }

.solve-cooperation li .item {
  width: 1000px;
  margin: 0 auto; }

.solve-cooperation li .picture {
  text-align: right; }

.solve-cooperation li .picture img {
  max-width: 95%; }

.solve-cooperation li:nth-of-type(2n) .picture {
  text-align: left; }

.solve-cooperation li:nth-of-type(2n) .desc {
  padding-left: 100px; }

.solve-cooperation li .desc {
  margin: 95px 0 0; }

.solve-cooperation li .desc p {
  font-size: 32px;
  line-height: 45px;
  margin: 0 0 12px; }

.solve-cooperation li .desc span {
  font-size: 18px;
  line-height: 25px; }

.solve-cooperation li .desc .arrow {
  margin: 53px 0; }

.solve-cooperation li .first {
  color: #666; }

solve-cooperation li .second {
  color: #000; }

.feedback {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden; }

.feedback .feedback_list {
  overflow: hidden;
  margin: 75px 0 197px; }

.feedback .feedback_list li {
  width: 253px;
  height: 253px;
  background: url(../img/solve/beauty-24.png) center center no-repeat;
  background-size: cover;
  float: left;
  text-align: center;
  margin-right: 120px; }

.feedback .feedback_list li:last-child {
  margin: 0; }

.feedback .feedback_list li p {
  font-size: 56px;
  color: #f36498;
  line-height: 78px;
  margin: 54px 0 5px; }

.feedback .feedback_list li span {
  font-size: 22px;
  color: #000;
  line-height: 30px;
  display: block;
  white-space: nowrap; }

.see_case {
  width: 1000px;
  margin: 0 auto 125px;
  height: 200px;
  padding: 0 151px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(10, 31, 68, 0.15);
  -o-box-shadow: 0 0 15px 0 rgba(10, 31, 68, 0.15);
  -ms-box-shadow: 0 0 15px 0 rgba(10, 31, 68, 0.15);
  box-shadow: 0 0 15px 0 rgba(10, 31, 68, 0.15);
  border-radius: 6px; }

.see_case .qrcode {
  display: table-cell; }

.see_case p {
  display: table-cell;
  padding-left: 49px;
  font-size: 56px;
  color: #000;
  line-height: 78px;
  vertical-align: middle;
  white-space: nowrap; }

.educaty_scenes .scene_list li {
  width: 16.666%; }

.educaty_back .feedback_list li {
  background: url(../img/solve/educaty-21.png) center center no-repeat; }

.educaty_back .feedback_list li p {
  color: #ff8d1f; }

.educaty-banner {
  background: url(../img/solve/educaty-banner.png) center center no-repeat; }

.house_back .feedback_list li {
  background: url(../img/solve/house-21.png) center center no-repeat; }

.house_back .feedback_list li p {
  color: #196fff; }

.house-banner {
  background: url(../img/solve/house-banner.png) center center no-repeat; }

.building-banner {
  background: url(../img/solve/building-banner.png) center center no-repeat; }

.building_chall .challenge_list li {
  width: 25%; }

.building_chall li .desc {
  height: 80px;
  padding: 14px 21px 18px; }

.building_scenes .scene_list li {
  width: 20%; }

.building_back .feedback_list li {
  background: url(../img/solve/building-18.png) center center no-repeat; }

.building_back .feedback_list li p {
  color: #6e80b4; }

.science_chall .challenge_list li {
  width: 25%; }

.consult_scenes .scene_list li {
  width: 20%; }

/* 版本价格 */
.version_banner {
  background: url("../img/home-banner.png") center center no-repeat; }

.version_banner .container h1 {
  line-height: 80px;
  width: 504px;
  padding: 0 0 16px;
  margin: 112px 0 0;
  border-bottom: 2px solid #fff;
  display: inline-block;
  -webkit-text-shadow: 0 2px 15px rgba(0, 0, 0, 0.62);
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.62); }

.version_banner .container p {
  margin: 24px 0 0;
  font-size: 24px;
  width: 504px;
  line-height: 35px;
  -webkit-text-shadow: 0 2px 16px #0f004f;
  text-shadow: 0 2px 16px #0f004f; }

.version_pro {
  width: 1000px;
  height: 720px;
  margin: 121px auto 0; }

.version_pro ul li {
  width: 20%;
  float: left;
  padding: 20px 14px;
  height: 658px;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24); }

.version_pro ul li:hover {
  border: 1px solid #116fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24);
  height: 720px;
  -webkit-transform: translateY(-34px);
  -ms-transform: translateY(-34px);
  transform: translateY(-34px); }

.version_pro ul .corporation {
  border: 1px solid #116fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24);
  height: 720px;
  -webkit-transform: translateY(-34px);
  -ms-transform: translateY(-34px);
  transform: translateY(-34px); }

.version_pro ul .corporation a {
  background-image: -o-linear-gradient(315deg, #56d2fd 0%, #5053f0 100%);
  background-image: linear-gradient(135deg, #56d2fd 0%, #5053f0 100%);
  color: #fff;
  border: none; }

.version_pro ul li:hover a {
  background-image: -o-linear-gradient(315deg, #56d2fd 0%, #5053f0 100%);
  background-image: linear-gradient(135deg, #56d2fd 0%, #5053f0 100%);
  color: #fff;
  border: none; }

.version_pro li .header {
  border-bottom: 1px solid #d3d3d3;
  padding: 0 0 17px;
  margin: 0 0 17px;
  text-align: center; }

.version_pro .header p {
  font-size: 24px;
  line-height: 30px;
  color: #000; }

.version_pro .header a {
  display: block;
  background: #fff;
  border: 1px solid #116fff;
  border-radius: 4px;
  width: 118px;
  height: 34px;
  font-size: 18px;
  margin: 30px auto 17px;
  color: #116fff;
  line-height: 34px;
  text-align: center; }

.version_pro .header span {
  font-size: 18px;
  color: #000;
  line-height: 26px;
  display: block; }

.version_pro .header img {
  position: absolute;
  right: 12px;
  top: 0; }

.version_pro .content {
  text-align: center; }

.version_pro .content .item {
  margin: 0 0 30px; }

.version_pro .content .item p:first-child {
  color: #333;
  margin: 0 0 5px; }

.version_pro .content p {
  line-height: 25px;
  color: #676767; }

.version_pro .content .blue {
  color: #116fff; }

.version_data {
  padding: 90px 0 125px;
  margin: 0 0 125px;
  overflow: hidden;
  position: relative;
  background: url("../img/version_bg.png") top center no-repeat;
  background-size: 100% auto; }

.version_data .data {
  width: 1000px;
  height: 350px;
  overflow: hidden;
  margin: 40px auto 0; }

.version_data .data table {
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #000; }

.version_data table td {
  padding: 12px 0;
  border-bottom: 1px solid #d8d8d8; }

.version_data .data .blue {
  color: #116fff; }

.version_data .data .right {
  border-right: 1px solid #d8d8d8; }

.version_data .data .success {
  display: inline-block;
  width: 24px;
  height: 19px;
  background: url("../img/version_ok.png");
  background-size: cover; }

.version_data .data .line {
  display: inline-block;
  background: #999;
  border-radius: 5px;
  width: 26px;
  height: 2px; }

.version_data .data .gray {
  color: #666; }

.version_data .data_mark {
  position: absolute;
  bottom: 0;
  padding: 350px 0 0;
  width: 100%;
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 70%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
  text-align: center; }

.version_data .data_mark a {
  background: #fff;
  display: block;
  margin: 0 auto;
  border: 1px solid #116fff;
  width: 108px;
  height: 32px;
  font-size: 18px;
  color: #116fff;
  line-height: 32px;
  text-align: center; }

/* 下载页 */
.down-tip {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #eceef3; }

.down-tip .logo {
  margin: 100px auto 0;
  width: 274px;
  height: 127px;
  background: url(../img/a1.3a419d6.png);
  background-size: 100% 100%; }

.down-tip .first-tip {
  margin-top: 46px;
  height: 42px;
  line-height: 42px;
  font-size: 30px;
  color: #383635;
  text-align: center; }

.down-tip .sec-tip {
  margin: 45px auto 0;
  width: 616px;
  height: 96px;
  background: url(../img/a2.3e65402.png); }

.down-tip .sec-logo {
  margin: 61px auto 0;
  width: 100px;
  height: 100px;
  background: url(../img/a3.feb1159.png); }

.down-tip .third-tip {
  margin-top: 59px;
  line-height: 42px;
  height: 42px;
  font-size: 30px;
  color: #383635;
  text-align: center; }

.down-tip .four-tip {
  margin-top: 27px;
  line-height: 42px;
  height: 42px;
  font-size: 20px;
  color: #383635;
  text-align: center; }

.down-tip .btn-one,
.down-tip .btn-two {
  cursor: pointer;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ff5050;
  width: 179px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #ff5353;
  text-align: center; }

#certify {
  position: relative;
  width: 1000px;
  margin: 100px auto 0; }

#certify .swiper-container {
  padding-bottom: 60px; }

#certify .swiper-slide {
  width: 520px;
  text-align: center; }

#certify .swiper-slide img {
  width: 70%; }

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px; }

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #999999;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0 8px;
  border: 3px solid #fff;
  opacity: 1; }

#certify .swiper-pagination-bullet:focus {
  -webkit-outline: none;
  outline: none; }

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #f5a623; }

#certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  -webkit-outline: none;
  -ms-outline: none;
  outline: none;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%; }

#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%; }

#certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  -webkit-outline: none;
  -ms-outline: none;
  outline: none;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%; }

#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%; }

.pain_spot {
  padding: 25px 0 0;
  margin: 0 auto;
  width: 780px; }

.pain_box {
  padding: 75px 0 0;
  overflow: hidden; }

.pain_box .status {
  width: 100%;
  overflow: hidden;
  margin: 0 0 48px; }

.pain_box .status .item {
  width: 335px;
  float: left;
  height: 175px;
  position: relative; }

.pain_box .status .item:last-child {
  float: right; }

.pain_box .status .icon {
  width: 76px;
  float: left;
  margin: 50px 17px 0; }

.pain_box .status .item img {
  width: 100%; }

.pain_box .status .item p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 40px;
  -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.5);
  line-height: 175px;
  text-align: center; }

.pain_box .list {
  overflow: hidden; }

.pain_box .list li {
  overflow: hidden;
  text-align: center;
  margin: 0 0 52px; }

.pain_box .list li .item {
  width: 33.33%;
  float: left; }

.pain_box .list li .pain_problem {
  width: 33.33%;
  float: left; }

.pain_box .list li .pain_problem p {
  background-image: -o-linear-gradient(319deg, #fad961 0%, #f76b1c 100%);
  background-image: linear-gradient(131deg, #fad961 0%, #f76b1c 100%);
  border-radius: 8px;
  line-height: 62px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  width: 250px;
  height: 62px; }

.pain_box .list li img {
  vertical-align: middle;
  margin: 0 8px 0 0;
  text-align: center; }

.pain_box .list li span {
  font-size: 18px;
  display: inline-block;
  line-height: 62px;
  color: #040000; }

.apply_to {
  width: 1000px;
  margin: 0 auto 146px; }

.apply_list {
  margin: 75px 0 0;
  overflow: hidden; }

.apply_list li {
  width: 20%;
  float: left;
  margin: 0 0 54px;
  text-align: center; }

.apply_list li p {
  margin: 20px 0 0;
  line-height: 33px;
  color: #000;
  font-size: 24px; }

.apply_list li .icon {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.deal {
  margin: 0 0 100px; }

.page_title2 {
  text-align: center;
  overflow: hidden;
  padding: 75px 0 0; }

.page_title2 p {
  color: #000;
  height: 67px;
  font-size: 48px;
  line-height: 67px; }

.page_title2 span {
  color: #666;
  font-size: 24px;
  line-height: 32px; }

.page-banner2 h1,
.page-banner2 h2 {
  font-weight: 400; }

.wisdom {
  width: 1000px;
  margin: 70px auto 0; }

.wisdom .wisdom_list {
  padding: 75px 0 110px; }

.wisdom_list li {
  width: 25%;
  float: left;
  overflow: hidden;
  position: relative;
  padding: 0 15px 15px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.wisdom_list li .picture {
  -webkit-box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12);
  -ms-box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12);
  box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12); }

.wisdom_list li .picture img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.wisdom_list li .desc {
  background: #fff;
  text-align: center;
  padding: 20px 0;
  -webkit-box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12);
  -ms-box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12);
  box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.wisdom_list li .desc p {
  color: #333;
  height: 36px;
  font-size: 26px;
  line-height: 36px; }

.wisdom_list li .desc span {
  color: #666;
  font-size: 16px;
  line-height: 24px; }

.wisdom_list li .hover {
  position: absolute;
  top: 100%;
  left: 15px;
  width: 220px;
  height: 242px;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

.wisdom_list li:hover .hover {
  top: 0; }

.wisdom_list li .hover p {
  color: #333;
  height: 36px;
  font-size: 26px;
  margin: 14px 0 9px;
  line-height: 36px;
  text-align: center; }

.wisdom_list li .hover span {
  display: block;
  width: 186px;
  color: #666;
  overflow: hidden;
  font-size: 14px;
  max-height: 125px;
  line-height: 24px;
  margin: 0 auto 10px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.wisdom_list li .hover a {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 15px;
  width: 120px;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  -webkit-ransform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #289bff;
  border: 1px solid #289bff;
  border-radius: 5px;
  text-align: center; }

.solution {
  padding: 60px 0 70px;
  background: url(../img/index-pic5.jpg) center center no-repeat;
  background-size: cover; }

.solution .main {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden; }

.solution .page_title p {
  font-size: 56px;
  height: 140px; }

.solution .page_title p,
.solution .page_title span {
  color: #fff; }

.solution_list {
  min-height: 330px;
  margin: 72px 0 0;
  overflow: hidden; }

.solution_list .tabs {
  height: 330px;
  width: 139px;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.25); }

.solution_list .tabs li {
  width: 114px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  font-size: 18px; }

.solution_list .tabs .active {
  background: #166fff;
  border-radius: 4px; }

.solution_list .content {
  width: 830px;
  float: right; }

.solution_list .content li .desc {
  position: relative;
  margin: 0 0 40px; }

.solution_list .content .desc .btns {
  position: absolute;
  right: 5px;
  top: 5px; }

.solution_list .content .desc .btns a {
  display: inline-block;
  margin: 0 16px 0 0;
  width: 114px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  line-height: 40px;
  vertical-align: middle;
  border: 1px solid #fff; }

.solution_list .content .desc .btns a:last-child {
  background: #166fff;
  border: none;
  margin: 0; }

.solution_list .content .desc p {
  color: #fff;
  height: 40px;
  margin: 0 0 25px;
  line-height: 40px;
  font-size: 26px; }

.solution_list .content .desc span {
  color: #fff;
  font-size: 18px;
  line-height: 32px; }

.solution_list .content .list {
  overflow: hidden; }

.solution_list .content .list li {
  width: 16.666%;
  float: left; }

.solution_list .content .list .icon {
  width: 80px;
  height: 80px;
  margin: 0 0 16px; }

.solution_list .content .list .icon img {
  width: 100%; }

.solution_list .content .list p {
  width: 80px;
  color: #fff;
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  text-align: center; }

.solution_list .content > ul > li {
  display: none; }

.solution_list .content > ul > .active {
  display: block; }

.technique {
  width: 1000px;
  margin: 75px auto; }

.technique_list {
  margin: 75px 0 0;
  overflow: hidden; }

.technique_list li {
  width: 33.333%;
  float: left;
  padding: 0 0 40px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #e9e9e9; }

.technique_list li .title {
  color: #166fff;
  font-size: 24px;
  margin: 0 0 8px;
  line-height: 50px; }

.technique_list li .title span {
  font-size: 36px; }

.technique_list li .desc {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.45); }

.technique_list .bom {
  padding: 14px 0 40px;
  border-top: 1px solid #e9e9e9; }

.technique_list li:nth-of-type(3n) {
  border-right: none; }

.financing {
  width: 100%;
  padding: 75px 0 125px;
  background: #fafafa; }

.financing .main {
  width: 1000px;
  margin: 0 auto; }

.financing .financing_list {
  margin: 77px 0 0;
  background: #fff;
  -webkit-box-shadow: 0 0 79px 0 rgba(6, 117, 202, 0.1);
  -o-box-shadow: 0 0 79px 0 rgba(6, 117, 202, 0.1);
  -ms-box-shadow: 0 0 79px 0 rgba(6, 117, 202, 0.1);
  box-shadow: 0 0 79px 0 rgba(6, 117, 202, 0.1);
  border-radius: 10px;
  padding: 70px 80px 46px;
  text-align: center;
  overflow: hidden; }

.financing .financing_list li {
  width: 33.333%;
  float: left;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }

.financing .financing_list li:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px); }

.financing .financing_list li .logo {
  margin: 0 0 42px;
  height: 118px;
  vertical-align: middle; }

.financing .financing_list .logo img {
  max-width: 60%; }

.financing .financing_list li p {
  color: #000;
  font-size: 18px;
  line-height: 25px; }

.cooperate {
  width: 1000px;
  margin: 70px auto; }

.cooperate_list {
  margin: 60px 0 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(6, 117, 202, 0.1);
  -ms-box-shadow: 0 0 20px 0 rgba(6, 117, 202, 0.1);
  box-shadow: 0 0 20px 0 rgba(6, 117, 202, 0.1); }

.cooperate_list img {
  width: 100%;
  border-radius: 5px; }

.dynamic {
  padding: 75px 0;
  background: #fafafa; }

.dynamic .main {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden; }

.dynamic .news_box {
  margin: 75px 0 0;
  overflow: hidden; }

.dynamic .news_box .item {
  width: 312px;
  float: left;
  margin: 0 32px 0 0; }

.dynamic .news_box .item:last-child {
  margin: 0; }

.dynamic .item .title {
  margin: 0 0 15px;
  overflow: hidden; }

.dynamic .item .title p {
  color: #000;
  float: left;
  font-size: 18px;
  line-height: 25px; }

.dynamic .item .title p:after {
  display: block;
  content: '';
  width: 88px;
  height: 2px;
  margin: 4px 0 0;
  background: #166fff; }

.dynamic .item .title a {
  float: right;
  font-size: 12px;
  color: #176fff;
  height: 18px;
  line-height: 18px;
  padding: 0 10px 0 0;
  background: url(../img/arrow.png) right center no-repeat;
  background-size: 5px 10px; }

.dynamic .item .first {
  width: 100%;
  margin: 0 0 24px; }

.dynamic .item .first .picture img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.dynamic .item .first .desc {
  padding: 10px 15px 15px;
  background: #f0f2f5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.dynamic .item .first .desc a {
  color: #000;
  height: 22px;
  display: block;
  margin: 0 0 4px;
  font-size: 16px;
  overflow: hidden;
  line-height: 22px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.dynamic .item .first .desc a:hover {
  color: #176fff;
  text-decoration: none; }

.dynamic .item .first .desc p {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45); }

.dynamic .item .list {
  overflow: hidden; }

.dynamic .item .list li {
  margin: 0 0 16px; }

.dynamic .item .list li:before {
  content: '';
  width: 10px;
  height: 10px;
  margin: 7px 0 0;
  border-radius: 50%;
  background: #176fff;
  display: inline-block; }

.dynamic .item .list li a {
  width: 289px;
  height: 22px;
  float: right;
  display: block;
  font-size: 16px;
  overflow: hidden;
  line-height: 22px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.65); }

.dynamic .item .list li a:hover {
  color: #176fff;
  text-decoration: none; }

.bottom {
  padding: 72px 0;
  text-align: center;
  background: url(../img/bom_bg.png) center center no-repeat;
  background-size: cover; }

.bottom p {
  color: #fff;
  font-size: 30px;
  margin: 0 0 48px;
  line-height: 42px; }

.bottom .phone {
  width: 465px;
  margin: 0 auto;
  overflow: hidden; }

.bottom .phone input {
  color: #333;
  float: left;
  width: 325px;
  height: 48px;
  outline: none;
  font-size: 16px;
  padding: 0 0 0 24px;
  vertical-align: middle;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d9d9d9; }

.bottom .phone input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25); }

.bottom .phone input:-o-placeholder {
  color: rgba(0, 0, 0, 0.25); }

.bottom .phone input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25); }

.bottom .phone input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25); }

.bottom .phone input:input-placeholder {
  color: rgba(0, 0, 0, 0.25); }

.bottom .phone button {
  width: 114px;
  height: 48px;
  color: #fff;
  padding: 0;
  border: none;
  float: left;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  background: none;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.27);
  -ms-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.27);
  background-image: -o-linear-gradient(left, #fdc839, #ff840f);
  background-image: -webkit-gradient(linear, left top, right top, from(#fdc839), to(#ff840f));
  background-image: linear-gradient(90deg, #fdc839, #ff840f); }

.page-banner2 {
  width: 100%;
  color: #fff;
  overflow: hidden;
  min-height: 420px;
  position: relative;
  margin: 64px auto 0;
  background-size: cover !important; }

.page-banner2 .container {
  width: 1000px;
  margin: 0 auto; }

.page-banner2 .container h1 {
  font-size: 56px;
  line-height: 78px;
  margin: 119px 0 3px; }

.page-banner2 .container h2 {
  font-size: 32px;
  margin: 0 0 14px;
  line-height: 45px; }

.page-banner2 .top-btn a {
  color: #fff;
  width: 175px;
  height: 42px;
  font-size: 24px;
  line-height: 42px;
  display: block;
  border-radius: 5px;
  text-align: center;
  background-image: -o-linear-gradient(left, #fdc839, #ff840f);
  background-image: -webkit-gradient(linear, left top, right top, from(#fdc839), to(#ff840f));
  background-image: linear-gradient(90deg, #fdc839, #ff840f); }

.solve_detail li {
  min-height: 600px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 0;
  overflow: hidden; }

.solve_detail li:nth-of-type(2n) {
  background: #fafafa; }

.solve_detail li .item {
  width: 1000px;
  margin: 0 auto; }

.solve_detail li .picture {
  width: 35%;
  display: table-cell;
  vertical-align: middle; }

.solve_detail li .picture img {
  max-width: 100%; }

.solve_detail li .desc {
  display: table-cell;
  padding: 0 0 0 86px;
  vertical-align: middle; }

.solve_detail li .desc p {
  color: #000;
  font-size: 40px;
  margin: 0 0 50px;
  line-height: 56px; }

.solve_detail li .desc span {
  color: #666;
  font-size: 26px;
  line-height: 35px; }

.solve_detail li:nth-of-type(2n) .desc {
  padding: 0 46px 0 0; }

.educaty-banner .container h1 {
  margin: 109px 0 18px; }

.solve_bottom .phone {
  width: 866px; }

.solve_bottom .phone input {
  width: 342px;
  margin: 0 16px 0 0;
  border-radius: 5px; }

.solve_bottom .phone button {
  width: 150px;
  border-radius: 5px; }

.beauty-banner .container h1 {
  font-size: 48px;
  line-height: 67px;
  margin: 72px 0 7px; }

.solve_detail2 li .desc {
  padding: 0 46px 0 0; }

.solve_detail2 li:nth-of-type(2n) .desc {
  padding: 0 0 0 86px; }

.solve_detail2 li {
  background: #fafafa; }

.solve_detail2 li:nth-of-type(2n) {
  background: #fff; }

.solve_detail2 > .page_title2 {
  background: #fafafa; }

.sys_module {
  background: #fafafa;
  overflow: hidden;
  padding: 13px 0 54px; }

.sys_module .main {
  width: 1000px;
  margin: 0 auto; }

.sys_list {
  margin: 75px 0 0;
  overflow: hidden; }

.sys_list li {
  margin: 0 0 78px;
  text-align: center; }

.sys_list li .icon {
  width: 100%;
  margin: 0 0 12px; }

.sys_list li .icon img {
  width: 122px; }

.sys_list li p {
  color: #666;
  font-size: 24px;
  height: 42px;
  line-height: 42px; }

.mart-banner {
  background: url(../img/product/mart-banner.jpg) center center no-repeat; }

.product .page-banner2 .container h1,
.index-page .container h1 {
  margin: 90px 0 10px;
  font-size: 48px;
  line-height: 67px; }

.product .page-banner2 .container h2,
.index-page .container h2 {
  font-size: 32px;
  line-height: 45px;
  margin: 0 0 15px; }

.mart_pro li {
  min-height: 460px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mart_pro2 li {
  min-height: 600px;
  background: #fafafa; }

.mart_pro2 li.now2 {
  background: #fff !important; }

.mart_pro li:nth-of-type(2n) {
  background: #fafafa; }

.mart_pro li .picture {
  width: 45%;
  display: table-cell;
  vertical-align: middle; }

.mart_pro li .picture img {
  max-width: 100%; }

.mart_pro li .desc {
  padding: 0 0 0 95px;
  display: table-cell;
  vertical-align: middle; }

.mart_pro li:nth-of-type(2n) .desc {
  padding: 0 95px 0 0; }

.mart_pro li .item {
  width: 1000px;
  margin: 0 auto; }

.mart_pro li .desc p {
  color: #000;
  font-size: 32px;
  margin: 0 0 32px;
  line-height: 45px; }

.mart_pro li .desc span {
  color: #666;
  font-size: 26px;
  line-height: 40px; }

.patter {
  width: 1000px;
  overflow: hidden;
  margin: 17px auto 75px; }

.patter_list {
  margin: 75px 0 0; }

.patter_list li {
  width: 238px;
  float: left;
  padding: 26px 0 24px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 0 16px 16px 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12);
  -ms-box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12);
  box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12); }

.patter_list li:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px); }

.patter_list li:nth-of-type(4n) {
  margin: 0; }

.patter_list li .icon {
  margin: 0 0 24px; }

.patter_list li .icon img {
  width: 100px; }

.patter_list li .desc p {
  color: #000;
  font-size: 24px;
  height: 36px;
  line-height: 36px; }

.patter_list li .desc span {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.45); }

.mart_pro2 li .desc {
  padding: 0 0 0 30px; }

.mart_pro2 .now2 .desc {
  padding: 0 85px 0 0; }

.mart_pro2 li .desc p {
  margin: 0 0 24px; }

.mart_pro2 li .desc .bubble {
  width: 557px;
  height: 116px;
  color: #166fff;
  font-size: 26px;
  margin: 16px 0 0;
  line-height: 40px;
  overflow: hidden;
  padding: 10px 55px 0;
  background: url(../img/product/bubble.png) left center no-repeat;
  background-size: cover; }

.mart_pro2 .now2 .desc .bubble {
  background: url(../img/product/bubble2.png) left center no-repeat;
  background-size: cover; }

.authorize {
  padding: 0 0 75px;
  background: #fafafa; }

.authorize_box {
  width: 1000px;
  overflow: hidden;
  margin: 82px auto 0;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12);
  -ms-box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12);
  box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12); }

.authorize_box .left {
  width: 320px;
  float: left;
  height: 446px;
  padding: 125px 30px 64px 30px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/product/mart-pic5.png) center center no-repeat;
  background-size: cover; }

.authorize_box .left .tag {
  width: 100%;
  height: 78px;
  color: #fff;
  font-size: 32px;
  margin: 0 0 56px;
  line-height: 78px;
  border-radius: 5px;
  text-align: center;
  background: #ff2741; }

.authorize_box .left .flows p {
  color: #fff;
  font-size: 24px;
  line-height: 40px; }

.authorize_box .right {
  width: 680px;
  float: left;
  height: 446px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.authorize_box .right > .title {
  float: left;
  width: 156px;
  height: 93px;
  color: #fff;
  font-size: 32px;
  padding: 6px 0 0;
  line-height: 39px;
  text-align: center;
  border-radius: 5px;
  background: #f19221;
  margin: 0 0 0 30px; }

.authorize_box .right > .title span {
  font-size: 24px; }

.authorize_box .right .flows {
  float: left;
  padding: 0 0 0 55px;
  background: url(../img/product/mart-icon.png) left center no-repeat;
  background-size: 24px 270px; }

.authorize_box .right .flows li {
  margin: 40px 0 56px;
  overflow: hidden; }

.authorize_box .right .flows .now2 {
  margin: 0 0 70px; }

.authorize_box .right .flows .title {
  color: #f19221;
  font-size: 32px;
  padding: 0 8px 0 0;
  line-height: 45px;
  display: table-cell;
  vertical-align: middle; }

.authorize_box .right .flows .desc {
  display: table-cell;
  vertical-align: middle; }

.authorize_box .right .flows .desc p {
  color: #666;
  font-size: 24px;
  line-height: 40px; }

.suitable {
  width: 1000px;
  margin: 0 auto; }

.suitable_list {
  margin: 75px 0 0;
  overflow: hidden; }

.suitable_list li {
  text-align: center;
  margin: 0 0 85px; }

.suitable_list li .icon {
  height: 60px;
  margin: 0 0 10px; }

.suitable_list li .icon img {
  width: 60px; }

.suitable_list li p {
  color: #000;
  height: 33px;
  font-size: 24px;
  line-height: 33px; }

.store-banner {
  background: url(../img/product/wisdom-banner.jpg) center center no-repeat; }

.solutions {
  width: 1000px;
  margin: 8px auto 75px; }

.solutions_list {
  margin: 65px 0 0;
  overflow: hidden; }

.solutions_list li {
  text-align: center;
  padding: 0 26px; }

.solutions_list li .icon {
  height: 105px;
  margin: 0 0 25px; }

.solutions_list li .icon img {
  width: 105px; }

.solutions_list li .desc p {
  color: #000;
  font-size: 32px;
  margin: 0 0 17px;
  line-height: 45px; }

.solutions_list li .desc span {
  color: #666;
  font-size: 18px;
  line-height: 24px; }

.store_suitable {
  padding: 0f 0 95px;
  background: #fafafa; }

.suitable_list2 {
  width: 1000px;
  overflow: hidden;
  margin: 82px auto 0; }

.suitable_list2 li {
  padding: 0 10px 10px;
  position: relative; }

.suitable_list2 li img {
  width: 100%; }

.suitable_list2 li .title {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 24px;
  text-align: center;
  line-height: 165px; }

.increase {
  width: 1000px;
  margin: 0 auto;
  padding: 5px 0 122px; }

.increase_list {
  overflow: hidden;
  margin: 86px 0 0; }

.increase_list li {
  text-align: center; }

.increase_list li .icon {
  width: 200px;
  height: 200px;
  margin: 0 auto 18px;
  padding: 65px 0 0;
  background: url(../img/product/wisdom-icon5.png) center center no-repeat;
  background-size: cover; }

.increase_list li .icon p {
  font-size: 45px;
  line-height: 35px;
  margin: 0 0 15px;
  color: #176fff; }

.increase_list li .icon span {
  color: #3b3b3b;
  font-size: 24px; }

.increase_list li .desc p {
  color: #666;
  font-size: 18px;
  line-height: 27px; }

.increase_list li .desc a {
  width: 128px;
  height: 35px;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  margin: 16px auto 0;
  background: url(../img/product/wisdom-btn.png) center center no-repeat;
  background-size: cover; }

.selected {
  overflow: hidden;
  background: #fafafa; }

.selected_list {
  width: 1000px;
  margin: 33px auto 0; }

.selected_list img {
  width: 100%; }

.noClosure {
  width: 1000px;
  margin: 0 auto; }

.closure_list {
  overflow: hidden;
  margin: 75px 0 112px; }

.closure_list li {
  text-align: center; }

.closure_list li .icon {
  height: 120px;
  margin: 0 0 45px; }

.closure_list li .icon img {
  width: 120px; }

.closure_list li .desc p {
  color: #000;
  font-size: 32px;
  line-height: 45px; }

.store_use {
  padding: 58px 0 130px; }

.store_use .page_title2 {
  padding: 0; }

.product_bom {
  padding: 95px 0 68px; }

.product_bom span {
  color: #fff;
  display: block;
  line-height: 25px;
  margin: 0 0 25px;
  font-size: 18px; }

.product_bom p {
  font-size: 36px;
  line-height: 50px; }

.product_bom a {
  width: 205px;
  height: 57px;
  color: #fff;
  display: block;
  font-size: 28px;
  line-height: 57px;
  text-align: center;
  border-radius: 5px;
  margin: 40px auto 0;
  background-image: -o-linear-gradient(left, #fdc839, #ff840f);
  background-image: -webkit-gradient(linear, left top, right top, from(#fdc839), to(#ff840f));
  background-image: linear-gradient(90deg, #fdc839, #ff840f); }

.business-banner {
  background: url(../img/product/business-banner.jpg) center center no-repeat; }

.supports {
  width: 1000px;
  margin: 8px auto 98px; }

.supports_list {
  margin: 46px 0 0;
  overflow: hidden; }

.supports_list li {
  padding: 8px;
  position: relative; }

.supports_list li img {
  width: 100%; }

.supports_list li .desc {
  position: absolute;
  bottom: 16px;
  width: 304px;
  left: 16px; }

.supports_list li .desc p {
  color: #fff;
  height: 33px;
  font-size: 24px;
  line-height: 33px; }

.supports_list li .desc span {
  color: #fff;
  height: 40px;
  display: block;
  font-size: 14px;
  overflow: hidden;
  line-height: 22px; }

.flux {
  padding: 8px 0 37px;
  background: #fafafa; }

.flux_list {
  width: 1000px;
  overflow: hidden;
  margin: 67px auto 0; }

.flux_list li {
  margin: 0 0 55px;
  text-align: center; }

.flux_list li .icon {
  height: 100px;
  margin: 0 0 20px; }

.flux_list li .icon img {
  width: 100px; }

.flux_list li p {
  color: #000;
  font-size: 24px;
  margin: 0 0 2px;
  line-height: 33px; }

.flux_list li span {
  color: #999;
  font-size: 12px; }

.profit {
  width: 1000px;
  margin: 0 auto; }

.profit_list {
  padding: 97px 0 125px;
  overflow: hidden; }

.profit_list li {
  padding: 0 2px; }

.profit_list li .picture {
  position: relative; }

.profit_list li .picture img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.profit_list li .picture p {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 32px;
  text-align: center;
  line-height: 160px; }

.profit_list li .desc {
  color: #000;
  height: 75px;
  font-size: 14px;
  background: #fff;
  padding: 6px 20px;
  line-height: 21px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  -ms-box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15);
  box-shadow: 0 0 15px 0 rgba(2, 73, 126, 0.15); }

.business .solve_detail li .desc {
  padding: 0 0 0 130px; }

.business .solve_detail li:nth-of-type(2n) .desc {
  padding: 0 66px 0 0; }

.solve_detail li .circle {
  width: 45%; }

.solve_detail li .circle .item {
  float: left;
  width: 200px;
  height: 200px;
  padding: 65px 0 0;
  text-align: center;
  margin: 0 40px 0 0;
  background: url(../img/product/wisdom-icon5.png) center center no-repeat;
  background-size: cover; }

.solve_detail li .circle .item:last-child {
  margin: 0; }

.solve_detail li .circle p {
  font-size: 42px;
  line-height: 35px;
  margin: 0 0 15px;
  color: #176fff; }

.solve_detail li .circle span {
  color: #3b3b3b;
  font-size: 18px; }

.product_menu {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  display: none;
  height: 420px;
  font-size: 18px;
  border: 1px solid #c8c8c8;
  background: #fff; }

.product_menu .main {
  width: 1000px;
  margin: 32px auto; }

.product_menu ul {
  padding: 0 0 0 60px; }

.product_menu ul .first {
  width: 160px;
  margin: 0 0 19px;
  padding: 0 0 20px;
  border-bottom: 1px solid #c9c9de; }

.product_menu ul .first p {
  color: #000;
  height: 25px;
  margin: 0 0 2px;
  line-height: 25px; }

.product_menu ul .first span {
  color: #666;
  height: 17px;
  line-height: 17px;
  font-size: 12px; }

.product_menu ul li {
  margin: 0 0 24px; }

.product_menu ul li a {
  color: #333;
  height: 25px;
  line-height: 25px;
  display: inline-block; }

.product_menu ul li a:hover {
  color: #f19221; }

.apply_alert .nav .active {
  width: 100%; }

.card-banner {
  background: url(../img/home-banner.png) center center no-repeat;
  background-size: cover; }

.prospect_list li {
  padding: 0 8px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }

.prospect_list li .item {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 9px 0 rgba(6, 117, 202, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(6, 117, 202, 0.1);
  box-shadow: 0 0 9px 0 rgba(6, 117, 202, 0.1); }

.prospect_list li:hover {
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px); }

.prospect_list li .icon {
  width: 100%;
  height: 108px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: -o-linear-gradient(#56d2fd, #5053f0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#56d2fd), to(#5053f0));
  background-image: linear-gradient(#56d2fd, #5053f0); }

.prospect_list li .icon img {
  width: 75px; }

.prospect_list li .desc {
  height: 228px;
  background: #fff;
  overflow: hidden;
  padding: 16px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.prospect_list li .desc strong {
  color: 333;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal; }

.prospect_list li .desc span {
  color: #666;
  font-size: 14px;
  line-height: 24px; }

.industry_case {
  width: 1000px;
  margin: 80px auto 120px; }

.cases_list {
  margin: 80px 0 0; }

.cases_list li {
  width: 25%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 0 15px 15px;
  margin: 0 0 15px; }

.cases_list li > img {
  width: 100%; }

.cases_list li:hover .hover {
  top: 0; }

.cases_list li .hover {
  display: -none;
  position: absolute;
  left: 15px;
  top: 100%;
  width: 220px;
  height: 220px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 12px 33px 15px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12);
  -ms-box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12);
  box-shadow: 0 9px 18px 0 rgba(10, 31, 68, 0.12); }

.cases_list li .hover img {
  width: 160px; }

.cases_list li .hover p {
  color: #666;
  font-size: 18px;
  margin: 12px 0 0;
  line-height: 25px; }

.join-banner .container,
.page-join-v2 .container {
  width: 1200px !important;
  padding: 0; }

.join-banner {
  height: 700px;
  background: url(../img/join/v2/banner.png?t=20201028) #334370 no-repeat center center;
  overflow: visible; }
  .join-banner .container {
    position: relative;
    height: 100%; }
  .join-banner .flag-1,
  .join-banner .flag-2 {
    position: absolute; }
    .join-banner .flag-1 img,
    .join-banner .flag-2 img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .join-banner .flag-1 {
    width: 193px;
    height: 129px;
    top: 472px;
    left: 322px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: banner-flag 3.8s linear infinite alternate;
            animation: banner-flag 3.8s linear infinite alternate; }
  .join-banner .flag-2 {
    top: 44px;
    left: 55px;
    top: 575px;
    left: 739px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: banner-flag 4.2s linear infinite alternate;
            animation: banner-flag 4.2s linear infinite alternate;
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s; }
  .join-banner .btn {
    position: relative;
    width: 180px;
    height: 48px;
    line-height: 48px;
    background: #ffffff;
    border-radius: 30px;
    margin: 260px auto 0;
    overflow: hidden;
    font-weight: 400;
    text-align: center;
    color: #116fff;
    font-size: 24px; }

@-webkit-keyframes anim-out {
  0% {
    width: 0;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0.25); }
  100% {
    width: 100%;
    padding-bottom: 100%;
    background: 0 0; } }

@keyframes anim-out {
  0% {
    width: 0;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0.25); }
  100% {
    width: 100%;
    padding-bottom: 100%;
    background: 0 0; } }

@-webkit-keyframes banner-flag {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); } }

@keyframes banner-flag {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); } }

.join-page-consult {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  top: calc(100vh - 358px / 2);
  width: 100%;
  z-index: 5; }
  .join-page-consult img {
    position: absolute;
    margin-right: 45px;
    margin-bottom: 40px;
    right: 0;
    top: -179px;
    display: block;
    width: 270px; }
  @media screen and (max-width: 1440px) {
    .join-page-consult {
      top: calc(100vh - 262px / 2); }
      .join-page-consult img {
        right: 0;
        width: 200px;
        margin-right: 0;
        margin-bottom: 0;
        top: -131px; } }

.page-join-v2 .goto-form,
.join-banner .goto-form {
  cursor: pointer; }

.page-join-v2 .btn-wrap,
.join-banner .btn-wrap {
  position: relative;
  overflow: hidden; }

.page-join-v2 .btn-aniamte,
.join-banner .btn-aniamte {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  -webkit-animation: anim-out 1.3s infinite;
          animation: anim-out 1.3s infinite; }

.page-join-v2 .goto-form-btn {
  position: relative;
  display: block;
  width: 168px;
  height: 44px;
  line-height: 44px;
  background-color: #3c89ff;
  border-radius: 22px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  text-indent: 33px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .page-join-v2 .goto-form-btn:after {
    content: ' ';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    right: 4px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: url(../img/join/v2/btn_arrow.png) #fff no-repeat 11px center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .page-join-v2 .goto-form-btn:hover {
    background-color: #116fff; }
    .page-join-v2 .goto-form-btn:hover:after {
      background-position: 14px center; }

.page-join-v2 .v2-select_ka {
  background: url(../img/join/v2/select_ka.png) #f1f5fc no-repeat top center;
  overflow: hidden; }
  .page-join-v2 .v2-select_ka h1 {
    width: 210px;
    height: 42px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #2a3144;
    line-height: 42px;
    margin: 60px auto 0; }
  .page-join-v2 .v2-select_ka .img {
    float: right;
    width: 572px;
    height: 485px;
    margin: 50px -24px 36px 22px; }
    .page-join-v2 .v2-select_ka .img img {
      display: block; }
  .page-join-v2 .v2-select_ka .desc {
    overflow: hidden;
    margin: 58px 0 0; }
    .page-join-v2 .v2-select_ka .desc .item {
      margin-top: 38px; }
      .page-join-v2 .v2-select_ka .desc .item:first-child {
        margin-top: 0; }
      .page-join-v2 .v2-select_ka .desc .item:last-child {
        margin-top: 40px;
        margin-bottom: 43px; }
    .page-join-v2 .v2-select_ka .desc h2 {
      line-height: 30px;
      font-size: 22px;
      font-weight: 400;
      color: #2a3144;
      margin-bottom: 8px; }
    .page-join-v2 .v2-select_ka .desc p {
      font-size: 14px;
      font-weight: 400;
      text-align: left;
      color: rgba(42, 49, 68, 0.85);
      line-height: 20px; }

.page-join-v2 .v2-solution {
  overflow: hidden;
  background-color: #fff; }
  .page-join-v2 .v2-solution h1 {
    height: 42px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #2a3144;
    line-height: 42px;
    margin: 55px auto 0; }
  .page-join-v2 .v2-solution ul {
    margin: 48px -40px 95px 0; }
    .page-join-v2 .v2-solution ul li {
      position: relative;
      float: left;
      width: 373px;
      height: 190px;
      border-radius: 8px;
      -webkit-box-shadow: 0px 2px 44px 0px rgba(51, 67, 112, 0.09);
              box-shadow: 0px 2px 44px 0px rgba(51, 67, 112, 0.09);
      background-color: #ffffff;
      margin-bottom: 24px;
      margin-right: 40px;
      padding-left: 32px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow: hidden; }
      .page-join-v2 .v2-solution ul li h2 {
        height: 30px;
        font-size: 22px;
        font-weight: 400;
        text-align: left;
        color: #2a3144;
        line-height: 30px;
        margin-top: 37px; }
      .page-join-v2 .v2-solution ul li p {
        width: 224px;
        height: 20px;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        color: rgba(42, 49, 68, 0.85);
        line-height: 20px;
        margin-top: 8px; }
      .page-join-v2 .v2-solution ul li .goto-form {
        position: absolute;
        z-index: 4;
        bottom: 24px;
        left: 27px;
        width: 112px;
        height: 32px;
        line-height: 32px;
        border-radius: 32px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        background: #3c89ff;
        color: #ffffff; }
      .page-join-v2 .v2-solution ul li:hover .goto-form {
        background: #f5f5f5;
        color: #3c89ff; }
        .page-join-v2 .v2-solution ul li:hover .goto-form:hover {
          background: #fff; }
      .page-join-v2 .v2-solution ul li .summary {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        background-color: #3c89ff;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        color: #ffffff;
        line-height: 24px;
        padding: 33px 27px 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .page-join-v2 .v2-solution ul li:hover .summary {
        display: block; }
    .page-join-v2 .v2-solution ul .qy {
      background: url(../img/join/v2/solution-qy.png) #fff no-repeat right bottom; }
    .page-join-v2 .v2-solution ul .edu {
      background: url(../img/join/v2/solution-edu.png) #fff no-repeat right bottom; }
    .page-join-v2 .v2-solution ul .auto {
      background: url(../img/join/v2/solution-auto.png) #fff no-repeat right bottom; }
    .page-join-v2 .v2-solution ul .estate {
      background: url(../img/join/v2/solution-estate.png) #fff no-repeat right bottom; }
    .page-join-v2 .v2-solution ul .mall {
      background: url(../img/join/v2/solution-mall.png) #fff no-repeat right bottom; }
    .page-join-v2 .v2-solution ul .more {
      background: url(../img/join/v2/solution-more.png) #fff no-repeat right bottom; }
      .page-join-v2 .v2-solution ul .more h2,
      .page-join-v2 .v2-solution ul .more p {
        opacity: 0.65; }

.page-join-v2 .v2-support {
  overflow: hidden;
  background: url("../img/join/v2/support-bg.png") #f2f4fb no-repeat top center; }
  .page-join-v2 .v2-support h1 {
    height: 42px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #2a3144;
    line-height: 42px;
    margin-top: 60px; }
  .page-join-v2 .v2-support .tabs {
    border-bottom: 1px solid #dfe0e0;
    margin: 40px 18px 0; }
    .page-join-v2 .v2-support .tabs li {
      float: left;
      width: 5em;
      height: 25px;
      font-size: 18px;
      font-weight: 400;
      color: #2a3144;
      line-height: 25px;
      cursor: pointer;
      margin: 0 27px;
      padding-bottom: 18px;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
      .page-join-v2 .v2-support .tabs li.active, .page-join-v2 .v2-support .tabs li:hover {
        font-weight: 500;
        color: #3c89ff; }
      .page-join-v2 .v2-support .tabs li.active {
        padding-bottom: 16px;
        border-bottom: 2px solid #3c89ff; }
  .page-join-v2 .v2-support .content {
    margin: 40px 0 39px; }
    .page-join-v2 .v2-support .content li {
      display: none; }
      .page-join-v2 .v2-support .content li.active {
        display: block; }
    .page-join-v2 .v2-support .content img {
      display: block;
      float: left;
      width: 476px;
      height: 332px;
      margin-right: 77px; }
    .page-join-v2 .v2-support .content .desc {
      overflow: hidden; }
      .page-join-v2 .v2-support .content .desc h2 {
        font-size: 22px;
        line-height: 30px;
        color: #2a3144;
        margin-top: 52px; }
      .page-join-v2 .v2-support .content .desc h3 {
        opacity: 0.1;
        font-size: 16px;
        color: #2a3144; }
      .page-join-v2 .v2-support .content .desc p {
        margin-top: 18px;
        font-size: 16px;
        color: #2a3144;
        line-height: 24px; }
      .page-join-v2 .v2-support .content .desc .goto-form-btn {
        margin-top: 50px; }

.page-join-v2 .v2-to-get {
  overflow: hidden;
  background: url("../img/join/v2/to-get-bg.png") #f2f4fb no-repeat top center; }
  .page-join-v2 .v2-to-get .get-list h2 {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    margin-top: 60px; }
  .page-join-v2 .v2-to-get .get-list ul {
    margin-top: 60px;
    margin-right: -40px; }
    .page-join-v2 .v2-to-get .get-list ul li {
      float: left;
      width: 270px;
      height: 325px;
      background: #ffffff;
      -webkit-box-shadow: 0 2px 44px 0 rgba(51, 67, 112, 0.09);
              box-shadow: 0 2px 44px 0 rgba(51, 67, 112, 0.09);
      border-radius: 8px;
      margin-right: 40px;
      text-align: center;
      overflow: hidden; }
      .page-join-v2 .v2-to-get .get-list ul li .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 128px;
        height: 128px;
        margin: 57px auto 0; }
        .page-join-v2 .v2-to-get .get-list ul li .img img {
          display: block;
          max-width: 100%;
          max-height: 100%; }
      .page-join-v2 .v2-to-get .get-list ul li h3 {
        margin-top: 16px;
        font-size: 22px;
        font-weight: 400;
        text-align: center;
        color: #2a3144;
        line-height: 30px; }
      .page-join-v2 .v2-to-get .get-list ul li p {
        margin-top: 8px;
        font-size: 16px;
        color: rgba(42, 49, 68, 0.85);
        text-align: center;
        line-height: 22px; }
  .page-join-v2 .v2-to-get .hope {
    margin-top: 80px;
    margin-bottom: 64px; }
    .page-join-v2 .v2-to-get .hope h2 {
      font-size: 30px;
      color: #2a3144;
      font-weight: 500;
      text-align: center;
      line-height: 42px; }
    .page-join-v2 .v2-to-get .hope ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .page-join-v2 .v2-to-get .hope ul li {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .page-join-v2 .v2-to-get .hope ul li .img {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 186px;
          height: 186px;
          margin: 21px auto 0; }
          .page-join-v2 .v2-to-get .hope ul li .img img {
            display: block;
            max-width: 100%;
            max-height: 100%; }
        .page-join-v2 .v2-to-get .hope ul li h3 {
          font-size: 22px;
          font-weight: 400;
          color: #2a3144;
          text-align: center;
          line-height: 30px; }
        .page-join-v2 .v2-to-get .hope ul li p {
          font-size: 16px;
          color: rgba(42, 49, 68, 0.85);
          text-align: center;
          line-height: 22px;
          margin-top: 10px; }

.page-join-v2 .v2-honor {
  overflow: hidden;
  background-color: #fff; }
  .page-join-v2 .v2-honor h1 {
    font-size: 30px;
    color: #2a3144;
    text-align: center;
    line-height: 42px;
    margin-top: 60px; }
  .page-join-v2 .v2-honor ul {
    margin: 60px -40px 81px 0; }
    .page-join-v2 .v2-honor ul li {
      float: left;
      width: 270px;
      height: 325px;
      background: #ffffff;
      -webkit-box-shadow: 0 2px 44px 0 rgba(51, 67, 112, 0.09);
              box-shadow: 0 2px 44px 0 rgba(51, 67, 112, 0.09);
      border-radius: 8px;
      margin-right: 40px;
      text-align: center;
      overflow: hidden; }
      .page-join-v2 .v2-honor ul li img {
        display: block;
        width: 194px;
        height: 192px;
        margin: 38px auto 4px; }
      .page-join-v2 .v2-honor ul li h2 {
        font-size: 22px;
        color: #2a3144;
        text-align: center;
        font-weight: 400;
        line-height: 30px; }
      .page-join-v2 .v2-honor ul li p {
        font-size: 16px;
        color: rgba(42, 49, 68, 0.85);
        text-align: center;
        line-height: 22px;
        margin-top: 8px; }

.page-join-v2 .v2-customer-list {
  overflow: hidden;
  background: url("../img/join/v2/customer-list-bg.png") #f2f4fb no-repeat top center;
  padding-bottom: 39px; }
  .page-join-v2 .v2-customer-list h1 {
    font-size: 30px;
    color: #2a3144;
    text-align: center;
    line-height: 42px;
    margin: 89px auto 54px; }
  .page-join-v2 .v2-customer-list .content {
    padding: 0 48px;
    height: 294px; }
    .page-join-v2 .v2-customer-list .content .cnt {
      position: relative;
      height: 100%;
      overflow: hidden; }
    .page-join-v2 .v2-customer-list .content .swiper-slide {
      overflow: hidden; }
    .page-join-v2 .v2-customer-list .content .item-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .page-join-v2 .v2-customer-list .content .item-img img {
        display: block; }
    .page-join-v2 .v2-customer-list .content ul {
      margin-right: -40px;
      margin-bottom: -40px;
      margin-left: 87px; }
      .page-join-v2 .v2-customer-list .content ul li {
        position: relative;
        float: left;
        background: #ffffff;
        width: 154px;
        height: 107px;
        overflow: hidden;
        margin-right: 40px;
        margin-bottom: 40px;
        padding-right: 46px; }
        .page-join-v2 .v2-customer-list .content ul li img {
          display: block;
          position: relative;
          width: 90px;
          height: 90px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          margin: 0 auto; }
        .page-join-v2 .v2-customer-list .content ul li p {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          position: absolute;
          right: 0;
          top: 0;
          width: 46px;
          padding: 0 15px;
          height: 100%;
          font-size: 16px;
          color: #2a3144;
          text-align: center;
          line-height: 22px;
          background: #f3f5fc; }
    .page-join-v2 .v2-customer-list .content .arrow-left,
    .page-join-v2 .v2-customer-list .content .arrow-right {
      cursor: pointer;
      position: absolute;
      z-index: 3;
      top: 77px;
      width: 48px;
      height: 98px;
      outline: none; }
      .page-join-v2 .v2-customer-list .content .arrow-left:hover,
      .page-join-v2 .v2-customer-list .content .arrow-right:hover {
        background-color: #fff; }
    .page-join-v2 .v2-customer-list .content .arrow-left {
      left: 0;
      -webkit-box-shadow: 0 2px 44px 0 rgba(51, 67, 112, 0.09);
              box-shadow: 0 2px 44px 0 rgba(51, 67, 112, 0.09);
      border-radius: 4px;
      background: url("../img/join/v2/customer-list-left.png") no-repeat center center; }
    .page-join-v2 .v2-customer-list .content .arrow-right {
      right: 0;
      -webkit-box-shadow: 0 2px 44px 0 rgba(51, 67, 112, 0.09);
              box-shadow: 0 2px 44px 0 rgba(51, 67, 112, 0.09);
      border-radius: 4px;
      background: url("../img/join/v2/customer-list-right.png") no-repeat center center; }

.page-join-v2 .v2-how {
  overflow: hidden;
  background-color: #fff; }
  .page-join-v2 .v2-how h1 {
    font-size: 30px;
    color: #2a3144;
    text-align: center;
    line-height: 42px;
    margin: 90px auto 67px; }
  .page-join-v2 .v2-how ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 164px;
    background: url("../img/join/v2/how-line.png") no-repeat center 85px; }
    .page-join-v2 .v2-how ul li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .page-join-v2 .v2-how ul li img {
        display: block;
        width: 190px;
        height: 190px;
        margin: 0 auto; }
      .page-join-v2 .v2-how ul li p {
        font-size: 22px;
        color: #2a3144;
        text-align: center;
        line-height: 30px; }

.page-join-v2 .v2-form {
  height: 784px;
  background: url("../img/join/v2/form-bg.png") #394874 no-repeat top center;
  overflow: hidden; }
  .page-join-v2 .v2-form .form {
    width: 442px;
    background: #43568a;
    border-radius: 4px;
    margin: 144px auto 88px;
    padding: 0 38px;
    overflow: hidden; }
  .page-join-v2 .v2-form h2 {
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: center;
    font-weight: 400; }
  .page-join-v2 .v2-form input,
  .page-join-v2 .v2-form select {
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    height: 44px;
    line-height: 1;
    border: none;
    padding: 0 1em;
    font-size: 16px;
    color: #2a3144;
    outline: none; }
    .page-join-v2 .v2-form input::-webkit-input-placeholder, .page-join-v2 .v2-form select::-webkit-input-placeholder {
      color: rgba(42, 49, 68, 0.55); }
    .page-join-v2 .v2-form input::-moz-placeholder, .page-join-v2 .v2-form select::-moz-placeholder {
      color: rgba(42, 49, 68, 0.55); }
    .page-join-v2 .v2-form input:-ms-input-placeholder, .page-join-v2 .v2-form select:-ms-input-placeholder {
      color: rgba(42, 49, 68, 0.55); }
    .page-join-v2 .v2-form input::-ms-input-placeholder, .page-join-v2 .v2-form select::-ms-input-placeholder {
      color: rgba(42, 49, 68, 0.55); }
    .page-join-v2 .v2-form input::placeholder,
    .page-join-v2 .v2-form select::placeholder {
      color: rgba(42, 49, 68, 0.55); }
    .page-join-v2 .v2-form input.input-error,
    .page-join-v2 .v2-form select.input-error {
      -webkit-box-shadow: 0 0 0 1px #f9803a;
              box-shadow: 0 0 0 1px #f9803a; }
  .page-join-v2 .v2-form .vcode {
    position: relative; }
    .page-join-v2 .v2-form .vcode input {
      width: 100%;
      float: none;
      padding-right: 183px; }
    .page-join-v2 .v2-form .vcode span {
      cursor: default;
      position: absolute;
      right: 5px;
      top: 5px;
      width: 162px;
      height: 34px;
      line-height: 34px;
      text-align: center;
      background: #c3c8da;
      border-radius: 4px;
      font-size: 16px;
      color: #ffffff; }
      .page-join-v2 .v2-form .vcode span.active {
        cursor: pointer;
        background-color: #116fff; }
        .page-join-v2 .v2-form .vcode span.active:hover {
          background: #2078ff; }
      .page-join-v2 .v2-form .vcode span.vcode-disabled {
        cursor: default;
        background: #c3c8da; }
  .page-join-v2 .v2-form .item select {
    float: left;
    width: 171px;
    margin-right: 24px;
    padding-right: 0;
    border-right: 14px solid #fff; }
  .page-join-v2 .v2-form .item select:last-child {
    margin: 0; }
  .page-join-v2 .v2-form .item button {
    display: block;
    width: 100%;
    background: #00d184;
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
    height: 48px;
    outline: none;
    border: none; }
    .page-join-v2 .v2-form .item button:hover, .page-join-v2 .v2-form .item button:active {
      background: #00e08e; }
  .page-join-v2 .v2-form .item {
    margin-bottom: 20px; }
    .page-join-v2 .v2-form .item:last-child {
      margin: 0 0 60px; }
  .page-join-v2 .v2-form .error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 50px;
    margin-top: -20px;
    line-height: 1;
    font-size: 14px;
    color: #f9803a;
    visibility: hidden; }
    .page-join-v2 .v2-form .error.active {
      visibility: visible; }
    .page-join-v2 .v2-form .error::before {
      content: ' ';
      display: block;
      width: 16px;
      height: 16px;
      margin-right: 4px;
      background: url(../img/join/v2/warning.png) no-repeat center center;
      background-size: contain; }

@font-face {
  font-family: 'Oswald-Bold';
  src: url("../img/cxd/06/Oswald-Bold.ttf"); }

.page-cxd-v2 .container {
  padding: 0;
  min-width: 1200px; }

.page-cxd-v2 .btn-animate {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  -webkit-animation: anim-out 1.3s infinite;
          animation: anim-out 1.3s infinite; }

.page-cxd-v2 .v2-banner {
  background: #252d45; }
  .page-cxd-v2 .v2-banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 700px;
    overflow: hidden; }
  .page-cxd-v2 .v2-banner .img img {
    display: block;
    width: 738px; }
  .page-cxd-v2 .v2-banner .info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .page-cxd-v2 .v2-banner .info .title {
      height: 62px;
      font-size: 60px;
      font-weight: 400;
      text-align: left;
      color: #ffffff;
      line-height: 62px; }
    .page-cxd-v2 .v2-banner .info ul {
      list-style: none;
      margin-top: 58px; }
      .page-cxd-v2 .v2-banner .info ul li {
        position: relative;
        height: 33px;
        opacity: 0.9;
        font-size: 24px;
        font-weight: 400;
        text-align: left;
        color: rgba(255, 255, 255, 0.85);
        line-height: 33px;
        margin-top: 24px;
        padding-left: 21px; }
        .page-cxd-v2 .v2-banner .info ul li::before {
          content: ' ';
          position: absolute;
          display: block;
          width: 8px;
          height: 8px;
          top: 50%;
          left: 0;
          border-radius: 8px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
        .page-cxd-v2 .v2-banner .info ul li:nth-child(1)::before {
          background: #01af50;
          border: 1px solid #ffffff; }
        .page-cxd-v2 .v2-banner .info ul li:nth-child(2)::before {
          background: #94c959;
          border: 1px solid #ffffff; }
    .page-cxd-v2 .v2-banner .info .btn {
      cursor: pointer;
      position: relative;
      width: 160px;
      height: 48px;
      line-height: 48px;
      text-align: center;
      background: -webkit-gradient(linear, left top, right top, from(#01af50), to(#f9db5f));
      background: -o-linear-gradient(left, #01af50, #f9db5f);
      background: linear-gradient(to right, #01af50, #f9db5f);
      border-radius: 24px;
      color: #ffffff;
      margin-top: 76px;
      font-size: 24px;
      font-weight: 400;
      text-align: center;
      color: #ffffff;
      overflow: hidden; }
      .page-cxd-v2 .v2-banner .info .btn:hover {
        background: -webkit-gradient(linear, left top, right top, from(#01be57), to(#fade6e));
        background: -o-linear-gradient(left, #01be57, #fade6e);
        background: linear-gradient(to right, #01be57, #fade6e); }

.page-cxd-v2 .v2-question {
  background-color: #fff; }
  .page-cxd-v2 .v2-question .container {
    overflow: hidden;
    height: 597px; }
  .page-cxd-v2 .v2-question h1 {
    margin-top: 80px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #2a3144;
    line-height: 42px; }
  .page-cxd-v2 .v2-question ul {
    margin-top: 60px; }
    .page-cxd-v2 .v2-question ul li {
      float: left;
      width: 270px;
      height: 325px;
      background: #ffffff;
      border-radius: 8px;
      -webkit-box-shadow: 0px 2px 44px 0px rgba(51, 67, 112, 0.09);
              box-shadow: 0px 2px 44px 0px rgba(51, 67, 112, 0.09);
      margin-right: 40px;
      overflow: hidden; }
      .page-cxd-v2 .v2-question ul li:last-child {
        margin-right: 0; }
      .page-cxd-v2 .v2-question ul li img {
        display: block;
        width: 171px;
        height: 171px;
        margin: 21px auto 0; }
      .page-cxd-v2 .v2-question ul li h2 {
        margin-top: 7px;
        height: 30px;
        font-size: 22px;
        font-weight: 400;
        text-align: center;
        color: #2a3144;
        line-height: 30px; }
      .page-cxd-v2 .v2-question ul li p {
        margin-top: 12px;
        height: 44px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color: rgba(42, 49, 68, 0.85);
        line-height: 22px; }

.page-cxd-v2 .v2-solution {
  background: url(../img/cxd/03/bg.png) #f7f9fd no-repeat center;
  background-size: 1920px auto; }
  .page-cxd-v2 .v2-solution .container {
    height: 456px;
    overflow: hidden; }
    .page-cxd-v2 .v2-solution .container h1 {
      margin-top: 80px;
      height: 42px;
      font-size: 30px;
      font-weight: 500;
      text-align: center;
      color: #2a3144;
      line-height: 42px; }
    .page-cxd-v2 .v2-solution .container ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 28px; }
      .page-cxd-v2 .v2-solution .container ul li {
        position: relative;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .page-cxd-v2 .v2-solution .container ul li img {
          display: block;
          width: 201px;
          height: 201px; }
        .page-cxd-v2 .v2-solution .container ul li h2 {
          position: absolute;
          bottom: -5px;
          left: 0;
          width: 100%;
          height: 30px;
          font-size: 22px;
          font-weight: 400;
          text-align: center;
          color: #2a3144;
          line-height: 30px; }

.page-cxd-v2 .v2-case {
  background-color: #fff; }
  .page-cxd-v2 .v2-case .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
  .page-cxd-v2 .v2-case.reverse .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .page-cxd-v2 .v2-case.reverse .info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 128px; }
  .page-cxd-v2 .v2-case .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 100%; }
    .page-cxd-v2 .v2-case .img img {
      height: 100%; }
  .page-cxd-v2 .v2-case .info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .page-cxd-v2 .v2-case .info .title {
      height: 42px;
      font-size: 30px;
      font-weight: 500;
      color: #2a3144;
      line-height: 42px; }
    .page-cxd-v2 .v2-case .info ul {
      margin-top: 36px; }
      .page-cxd-v2 .v2-case .info ul li {
        position: relative;
        height: 24px;
        font-size: 18px;
        font-weight: 400;
        text-align: left;
        color: rgba(42, 49, 68, 0.85);
        line-height: 24px;
        margin-top: 16px;
        padding-left: 21px; }
        .page-cxd-v2 .v2-case .info ul li::before {
          content: ' ';
          position: absolute;
          display: block;
          width: 8px;
          height: 8px;
          top: 50%;
          left: 0;
          border-radius: 8px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
        .page-cxd-v2 .v2-case .info ul li:nth-child(1)::before {
          background: #01af50;
          border: 1px solid #ffffff; }
        .page-cxd-v2 .v2-case .info ul li:nth-child(2)::before {
          background: #94c959;
          border: 1px solid #ffffff; }
        .page-cxd-v2 .v2-case .info ul li:nth-child(3)::before {
          background: #f6da5f;
          border: 1px solid #ffffff; }
    .page-cxd-v2 .v2-case .info .btn,
    .page-cxd-v2 .v2-case .info .btn2 {
      position: relative;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 54px;
      width: 180px;
      height: 48px;
      border-radius: 30px;
      font-size: 24px;
      font-weight: 400;
      line-height: 48px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .page-cxd-v2 .v2-case .info .btn {
      background: #ffffff;
      border: 1px solid #01af50; }
      .page-cxd-v2 .v2-case .info .btn span {
        position: relative;
        z-index: 3;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        color: #01af50; }
      .page-cxd-v2 .v2-case .info .btn:hover {
        padding: 1px;
        border: 0; }
        .page-cxd-v2 .v2-case .info .btn:hover span {
          color: #fff; }
      .page-cxd-v2 .v2-case .info .btn::after {
        display: block;
        content: ' ';
        width: 22px;
        height: 22px;
        margin-left: 14px;
        background: url(../img/cxd/04/arrow.svg) no-repeat center;
        background-size: contain;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0); }
      .page-cxd-v2 .v2-case .info .btn::before {
        content: '';
        position: absolute;
        top: 20px;
        left: 152px;
        background: -webkit-gradient(linear, left top, right top, from(#01af50), to(#f9db5f));
        background: -o-linear-gradient(left, #01af50, #f9db5f);
        background: linear-gradient(to right, #01af50, #f9db5f);
        width: 0;
        height: 0;
        border-radius: 24px;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transition: all 0.5s; }
      .page-cxd-v2 .v2-case .info .btn:hover::after {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .page-cxd-v2 .v2-case .info .btn:hover::before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
    .page-cxd-v2 .v2-case .info .btn2 {
      background: -webkit-gradient(linear, left top, right top, from(#01af50), to(#f9db5f));
      background: -o-linear-gradient(left, #01af50, #f9db5f);
      background: linear-gradient(to right, #01af50, #f9db5f);
      color: #ffffff;
      overflow: hidden; }
      .page-cxd-v2 .v2-case .info .btn2:hover {
        background: -webkit-gradient(linear, left top, right top, from(#01be57), to(#fade6e));
        background: -o-linear-gradient(left, #01be57, #fade6e);
        background: linear-gradient(to right, #01be57, #fade6e); }
      .page-cxd-v2 .v2-case .info .btn2::after {
        display: block;
        content: ' ';
        width: 22px;
        height: 22px;
        margin-left: 14px;
        background: url(../img/cxd/04/arrow2.svg) no-repeat center;
        background-size: contain;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0); }
      .page-cxd-v2 .v2-case .info .btn2:hover::after {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }

.page-cxd-v2 .v2-case-1 {
  height: 714px; }

.page-cxd-v2 .v2-case-2 {
  height: 584px;
  background: url(../img/cxd/04/02-bg.png) no-repeat 0 0;
  background-size: 1920px auto; }

.page-cxd-v2 .v2-case-3 {
  height: 651px; }

.page-cxd-v2 .v2-case-4 {
  height: 607px;
  background: url(../img/cxd/04/04-bg.png) no-repeat 0 0;
  background-size: 1920px auto; }

.page-cxd-v2 .v2-case-5 {
  padding-top: 30px;
  height: 669px; }

.page-cxd-v2 .v2-case-6 {
  height: 539px;
  background: url(../img/cxd/05/bg.png) no-repeat 0 0;
  background-size: 1920px auto; }
  .page-cxd-v2 .v2-case-6 .slider {
    position: relative;
    width: 585px;
    height: 539px; }
    .page-cxd-v2 .v2-case-6 .slider img {
      display: block;
      width: 100%;
      height: 100%; }
  .page-cxd-v2 .v2-case-6 .slider-item {
    position: absolute;
    width: 78px;
    height: 82px;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .page-cxd-v2 .v2-case-6 .slider-item.active {
      -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
              transform: translateY(-20px); }
  .page-cxd-v2 .v2-case-6 .slider-item-1 {
    background-image: url(../img/cxd/05/01.png);
    top: 58px;
    left: 259px; }
  .page-cxd-v2 .v2-case-6 .slider-item-2 {
    background-image: url(../img/cxd/05/02.png);
    top: 130px;
    left: 439px; }
  .page-cxd-v2 .v2-case-6 .slider-item-3 {
    background-image: url(../img/cxd/05/03.png);
    top: 259px;
    left: 503px; }
  .page-cxd-v2 .v2-case-6 .slider-item-4 {
    background-image: url(../img/cxd/05/04.png);
    top: 348px;
    left: 366px; }
  .page-cxd-v2 .v2-case-6 .slider-item-5 {
    background-image: url(../img/cxd/05/05.png);
    top: 360px;
    left: 133px; }
  .page-cxd-v2 .v2-case-6 .slider-item-6 {
    background-image: url(../img/cxd/05/06.png);
    top: 261px;
    left: 4px; }
  .page-cxd-v2 .v2-case-6 .slider-item-7 {
    background-image: url(../img/cxd/05/07.png);
    top: 131px;
    left: 73px; }

.page-cxd-v2 .v2-total .contianer {
  height: 332px;
  overflow: hidden; }

.page-cxd-v2 .v2-total h1 {
  height: 42px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #2a3144;
  line-height: 42px;
  margin-top: 80px; }

.page-cxd-v2 .v2-total ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 39px; }
  .page-cxd-v2 .v2-total ul li {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .page-cxd-v2 .v2-total ul li .count {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .page-cxd-v2 .v2-total ul li .count span {
        display: block;
        height: 65px;
        font-size: 48px;
        font-weight: 700;
        text-align: left;
        color: #01af50;
        line-height: 65px;
        font-family: Oswald-Bold; }
      .page-cxd-v2 .v2-total ul li .count i {
        font-style: normal;
        margin-left: 10px; }
    .page-cxd-v2 .v2-total ul li p {
      margin-top: 9px;
      height: 22px;
      font-size: 16px;
      font-weight: 500;
      text-align: center;
      color: #2a3144;
      line-height: 22px; }
    .page-cxd-v2 .v2-total ul li:last-child::before {
      display: none; }
    .page-cxd-v2 .v2-total ul li::before {
      content: ' ';
      display: block;
      position: absolute;
      right: 0;
      top: 11px;
      width: 1px;
      height: 85px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 228, 183, 0)), color-stop(49%, #36d49d), to(rgba(35, 196, 129, 0)));
      background: -o-linear-gradient(top, rgba(73, 228, 183, 0), #36d49d 49%, rgba(35, 196, 129, 0));
      background: linear-gradient(180deg, rgba(73, 228, 183, 0), #36d49d 49%, rgba(35, 196, 129, 0)); }

.page-cxd-v2 .v2-customer-list {
  background: url("../img/cxd/07/bg.png") no-repeat center;
  background-size: cover; }
  .page-cxd-v2 .v2-customer-list .container {
    overflow: hidden;
    height: 520px; }
  .page-cxd-v2 .v2-customer-list h1 {
    font-size: 30px;
    color: #2a3144;
    font-weight: 500;
    text-align: center;
    line-height: 42px;
    margin: 80px auto 0; }
  .page-cxd-v2 .v2-customer-list .content {
    position: relative;
    margin-top: 71px;
    padding: 0 48px;
    height: 158px; }
    .page-cxd-v2 .v2-customer-list .content .cnt {
      position: relative;
      height: 100%;
      overflow: hidden; }
    .page-cxd-v2 .v2-customer-list .content .swiper-slide {
      overflow: hidden; }
    .page-cxd-v2 .v2-customer-list .content .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .page-cxd-v2 .v2-customer-list .content ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .page-cxd-v2 .v2-customer-list .content ul li {
        position: relative;
        cursor: pointer;
        width: 154px;
        height: 158px;
        background: #ffffff;
        margin: 0 20px; }
        .page-cxd-v2 .v2-customer-list .content ul li .logo {
          display: block;
          width: 100%;
          height: 100%;
          opacity: 0.4; }
        .page-cxd-v2 .v2-customer-list .content ul li .qrcode-wrap {
          position: absolute;
          z-index: 3;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background-color: #fff;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s;
          opacity: 0; }
          .page-cxd-v2 .v2-customer-list .content ul li .qrcode-wrap .qrcode {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 100%;
            height: 122px; }
            .page-cxd-v2 .v2-customer-list .content ul li .qrcode-wrap .qrcode img {
              display: block;
              width: 86px;
              height: 86px; }
          .page-cxd-v2 .v2-customer-list .content ul li .qrcode-wrap p {
            height: 36px;
            background: #f3f5fc;
            font-size: 16px;
            font-weight: 400;
            text-align: center;
            color: #2a3144;
            line-height: 36px; }
        .page-cxd-v2 .v2-customer-list .content ul li:hover .qrcode-wrap {
          opacity: 1; }
    .page-cxd-v2 .v2-customer-list .content .arrow-left,
    .page-cxd-v2 .v2-customer-list .content .arrow-right {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer;
      z-index: 3;
      top: 50%;
      width: 48px;
      height: 98px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      outline: none;
      border-radius: 4px;
      background: #f1f2f7; }
      .page-cxd-v2 .v2-customer-list .content .arrow-left:hover,
      .page-cxd-v2 .v2-customer-list .content .arrow-right:hover {
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 44px 0px rgba(51, 67, 112, 0.09);
                box-shadow: 0px 2px 44px 0px rgba(51, 67, 112, 0.09); }
    .page-cxd-v2 .v2-customer-list .content .arrow-left {
      left: 0; }
      .page-cxd-v2 .v2-customer-list .content .arrow-left::before {
        display: block;
        content: ' ';
        width: 22px;
        height: 22px;
        background: url("../img/cxd/07/left.svg") no-repeat center center;
        background-size: contain; }
    .page-cxd-v2 .v2-customer-list .content .arrow-right {
      right: 0; }
      .page-cxd-v2 .v2-customer-list .content .arrow-right::before {
        display: block;
        content: ' ';
        width: 22px;
        height: 22px;
        background: url("../img/cxd/07/right.svg") no-repeat center center;
        background-size: contain; }

.page-cxd-v2 .v2-try {
  background: url(../img/cxd/08/bg.png) no-repeat center;
  background-size: cover; }
  .page-cxd-v2 .v2-try .container {
    overflow: hidden;
    height: 253px; }
  .page-cxd-v2 .v2-try h1 {
    margin-top: 63px;
    height: 42px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 42px; }
  .page-cxd-v2 .v2-try .btn-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 292px;
    height: 103px;
    margin: 13px auto 0; }
  .page-cxd-v2 .v2-try .btn {
    position: relative;
    z-index: 3;
    cursor: pointer;
    width: 218px;
    height: 88px;
    background: url(../img/cxd/08/btn.png) no-repeat center;
    background-size: contain; }
  .page-cxd-v2 .v2-try .ani {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background: url(../img/cxd/08/btn-bg.png) no-repeat center;
    background-size: contain;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  .page-cxd-v2 .v2-try .btn:hover + .ani {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1; }

@keyframes anim-out {
  0% {
    width: 0;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0.25); }
  100% {
    width: 100%;
    padding-bottom: 100%;
    background: 0 0; } }
