* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 15px;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: rgb(88, 195, 223);
}

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

.page-header {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 9999;
  backdrop-filter: blur(14px);
}
.page-header .container {
  display: flex;
  justify-content: space-between;
  font-size: 0;
}
.page-header .menu {
  font-size: 15px;
}
.page-header .menu li {
  display: inline-block;
  line-height: 57px;
  margin: 0 20px;
}
.page-header .menu a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 18px;
}
.page-header .menu a:hover, .page-header .menu a.active {
  color: rgb(88, 195, 223);
}
.page-header .icon-menu {
  display: none;
}

.home-slider {
  height: 860px;
  background: #000000;
  padding-top: 85px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background: url("../images/ai.jpeg") no-repeat center;
  background-size: cover;
  font-size: 24px;
  font-weight: lighter;
}
.home-slider .slogan {
  font-size: 68px;
}

.colored-border-bottom {
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.colored-border-bottom:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.colored-border-bottom:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 40px;
  height: 8px;
  background: #f0ae40;
  margin-left: -20px;
  z-index: 1;
}

.home-aboutus {
  background: rgba(246, 247, 253, 0.75) url("../images/background.jpg") center;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 15px;
  box-sizing: border-box;
  position: relative;
}
.home-aboutus:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(246, 247, 253, 0.75);
}
.home-aboutus .home-aboutus-content {
  z-index: 2;
}
.home-aboutus p {
  line-height: 3;
}
.home-aboutus h3 {
  font-size: 2em;
  display: inline-block;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.home-aboutus .colored-border-bottom:after {
  width: 200%;
  margin-left: -50%;
  background: #000;
}
.home-aboutus .btn {
  margin-top: 2em;
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.3s;
}
.home-aboutus .btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.flex {
  display: flex;
}
.flex .flex-item {
  flex: 1;
}

.card {
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
  transition: all 0.3s;
}
.card img {
  max-width: 100%;
}
.card a {
  text-decoration: none;
}
.card .card-content {
  padding: 20px;
  box-sizing: border-box;
  font-size: 20px;
  background: #F6F7FD;
  line-height: 2;
}
.card .card-content p {
  font-size: 16px;
  color: #aaa;
  font-weight: lighter;
}
.card:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.news-list {
  list-style-type: none;
}
.news-list li {
  border-bottom: 1px solid #eee;
  padding: 15px;
  color: #717e84;
}
.news-list h4 {
  margin-bottom: 10px;
  font-weight: normal;
}
.news-list h4 a {
  color: #000;
  display: inline-block;
  font-size: 18px;
}
.news-list h4 a:hover {
  color: rgb(88, 195, 223);
}

.home-hot-news {
  padding-top: 100px;
  padding-bottom: 100px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-hot-news h3.colored-border-bottom {
  width: 5em;
  display: block;
  margin: 0 auto 2em;
  padding-bottom: 10px;
  font-size: 2em;
}
.home-hot-news h3.colored-border-bottom:after {
  background: #000;
  width: 200%;
  margin-left: -50%;
}
.home-hot-news .news-list-area {
  flex: 1;
}
.home-hot-news .card {
  width: 445px;
  margin-right: 50px;
  padding-top: 40px;
}
.home-hot-news .card:hover {
  box-shadow: none;
}
.home-hot-news .card img {
  border-radius: 6px;
}
.home-hot-news .btn {
  border: 1px solid #717e84;
  padding: 10px 20px;
  float: right;
  text-decoration: none;
}

.founder-list {
  display: block;
  font-size: 0;
  text-align: center;
}
.founder-list .founder {
  font-size: 0;
  padding: 10px;
  width: 20%;
  display: inline-block;
}
.founder-list .founder img {
  opacity: 0.7;
  width: 100%;
  transition: all 0.3s;
}
.founder-list .founder .title {
  font-size: 13px;
  background: rgb(88, 195, 223);
  color: #fff;
  text-align: center;
  padding: 15px;
  opacity: 0;
  transition: all 0.3s;
}
.founder-list .founder .title .name {
  font-size: 18px;
  margin-bottom: 5px;
}
.founder-list .founder:hover img, .founder-list .founder:hover .title {
  opacity: 1;
}

.team h3.colored-border-bottom {
  width: 5em;
  display: block;
  margin: 2em auto 0;
  padding-bottom: 15px;
  font-size: 2em;
}
.team h3.colored-border-bottom:after {
  background: #000;
  width: 200%;
  margin-left: -50%;
}

.home-team {
  padding: 100px 0;
  background: #F6F7FD;
}
.home-team .btn {
  border: 1px solid #717e84;
  padding: 10px 20px;
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
}

.news-card {
  border: 1px solid rgb(88, 195, 223);
  position: relative;
  padding: 0 20px;
}
.news-card .category-title {
  background: rgb(88, 195, 223);
  position: absolute;
  left: -1px;
  top: -20px;
  padding: 20px 40px 60px;
  color: #fff;
}
.news-card .news-content {
  z-index: 1;
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  top: 30px;
  border-radius: 4px;
  padding: 20px;
}
.news-card .news-content .news-list h4 a {
  font-size: 18px;
}
.news-card .btn {
  border: 1px solid #717e84;
  padding: 10px 20px;
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
}
.news-card .more {
  text-align: right;
}

.home-news {
  padding: 100px 0;
}
.home-news .container {
  display: flex;
}
.home-news .container .news-card {
  margin: 20px;
}

.page-footer {
  padding: 100px 0 50px;
  background: #353B43;
  color: #fff;
}
.page-footer a {
  color: #7f8083;
}
.page-footer .footer-section {
  display: flex;
  padding-left: 0;
}
.page-footer .footer-section ul {
  padding-left: 0;
  color: #7f8083;
}
.page-footer .footer-section li {
  flex: 1;
  list-style: none;
  line-height: 2;
}
.page-footer .footer-section h4 {
  font-size: 22px;
  margin-bottom: 1em;
}
.page-footer .footer-logo {
  text-align: right;
  padding-top: 50px;
}
.page-footer .footer-logo img {
  display: inline-block;
}

.aboutus-slider {
  max-height: 500px;
  display: flex;
  align-items: flex-end;
}
.aboutus-slider img {
  width: 100%;
  min-height: 250px;
}

.aboutus h3.colored-border-bottom {
  width: 5em;
  display: block;
  margin: 0 auto 2em;
  padding-bottom: 10px;
  font-size: 2em;
}
.aboutus h3.colored-border-bottom:after {
  background: #000;
  width: 200%;
  margin-left: -50%;
}

.culture-list {
  display: block;
  font-size: 0;
}
.culture-list li {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  list-style: none;
  width: 25%;
  vertical-align: top;
}
.culture-list .icon {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background: #1bc0c4;
  border-radius: 120px;
  color: #fff;
}

.aboutus-culture {
  padding: 150px 0;
}
.aboutus-culture p {
  color: #717e84;
  margin-top: 1em;
}

.aboutus-fazhan {
  padding: 100px 0;
  background: #f8f9fe;
}
.aboutus-fazhan .fazhan-image {
  max-width: 100%;
  width: auto;
}

.honor-list {
  display: block;
  font-size: 0;
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.honor-list li {
  font-size: 15px;
  display: inline-block;
  width: 25%;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
}
.honor-list img {
  max-width: 100%;
  margin-bottom: 15px;
}

.aboutus-honor {
  padding: 100px 0;
}

.common-slider {
  max-height: 500px;
  overflow: hidden;
}
.common-slider img {
  width: 100%;
  min-height: 250px;
}

.team-list {
  padding-top: 120px;
}
.team-list li {
  display: flex;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
.team-list li .title {
  width: 240px;
  position: relative;
  font-size: 0;
}
.team-list li .title:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  padding: 40px 20px 10px 30px;
  margin-top: -30px;
  background: #4FBBDA;
  z-index: -1;
  font-size: 16px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.team-list li.right {
  flex-direction: row-reverse;
}
.team-list li.left .title:after {
  left: -20px;
}
.team-list li.right .title:after {
  right: -20px;
}
.team-list img {
  width: 100%;
  transition: all 0.3s;
}
.team-list .desc {
  padding: 30px 50px;
  z-index: 1000;
  flex: 1;
  text-align: left;
}
.team-list .desc p {
  margin-bottom: 0;
  line-height: 2;
}
.team-list .desc .founder {
  font-size: 24px;
  margin-bottom: 1em;
  border-left: 6px solid #4FBBDA;
  padding: 5px 30px;
}
.team-list .desc .name {
  font-weight: bold;
  margin-right: 1em;
}
.team-list .founder-desc {
  font-size: 16px;
  color: #252525;
}

.logo-list {
  display: flex;
  flex-wrap: wrap;
}
.logo-list li {
  width: 25%;
  box-sizing: border-box;
  list-style: none;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.logo-list li .a, .logo-list li a {
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9ecef;
}
.logo-list li img {
  max-width: 100%;
  max-height: 79px;
  width: auto;
}

.partner-section, .contact-section, .jobs-section, .technology-section {
  padding: 100px 0;
}
.partner-section h3.colored-border-bottom, .contact-section h3.colored-border-bottom, .jobs-section h3.colored-border-bottom, .technology-section h3.colored-border-bottom {
  width: 5em;
  display: block;
  margin: 0 auto 2em;
  padding-bottom: 10px;
  font-size: 2em;
}
.partner-section h3.colored-border-bottom:after, .contact-section h3.colored-border-bottom:after, .jobs-section h3.colored-border-bottom:after, .technology-section h3.colored-border-bottom:after {
  background: #000;
  width: 200%;
  margin-left: -50%;
}

.partner-section .btn {
  border: 1px solid #717e84;
  padding: 10px 20px;
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
}

.business-list {
  display: flex;
  margin: 0 -10px;
}
.business-list .column {
  flex: 1;
  padding: 10px;
}

.business-card {
  border: 1px solid #eee;
  border-radius: 4px;
  transition: all 0.3s;
  height: 100%;
}
.business-card:hover {
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}
.business-card .content {
  padding: 20px;
  font-family: monospace;
  text-align: justify;
}
.business-card .content .desc {
  color: #655f5f;
  font-weight: 200;
}
.business-card .images {
  display: flex;
  margin-bottom: 20px;
}
.business-card .images div {
  flex: 1;
}
.business-card .images img {
  display: block;
  margin: 0 auto;
}
.business-card .en {
  color: #58c3df;
  font-size: 1.2em;
}

.business-card-title {
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

.contact-section {
  padding: 50px 0;
}
.contact-section h3.colored-border-bottom {
  margin-top: 2em;
}
.contact-section .contact-info {
  padding: 20px 0;
  line-height: 2;
  text-align: center;
}

.jobs-section .job-card {
  padding: 20px;
  position: relative;
  margin-bottom: 15px;
  transition: all 0.3s;
  background: #f7f9fc;
  color: #333;
}
.jobs-section .job-card:hover {
  box-shadow: 0 6px 12px 0 rgba(166, 172, 184, 0.24);
}
.jobs-section .job-card .btns {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 34px;
  padding: 5px;
  cursor: pointer;
  line-height: 1;
}
.jobs-section .job-card .button {
  border: 1px solid #000;
  font-size: 14px;
  padding: 5px;
}
.jobs-section .job-card h3 {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 10px;
}
.jobs-section .job-card .job-info {
  font-size: 14px;
  color: #636b6f;
}

.fuli {
  padding: 50px;
  background: #f7f9fc;
  margin-top: 20px;
  margin-bottom: 50px;
}
.fuli li {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}
.fuli li img {
  width: 80px;
  vertical-align: middle;
  display: inline-block;
}
.fuli li p {
  flex: 1;
  padding: 0 30px;
  font-size: 17px;
}
.fuli li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.fuli li:nth-of-type(2n) p {
  text-align: right;
}

.copyright {
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
  margin-top: 50px;
  color: #7f8083;
}

.paper-list li {
  font-family: serif;
  list-style: none;
  color: #454545;
  margin-bottom: 1em;
  font-size: 13px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.technology-section h3.colored-border-bottom {
  width: 8em;
}
.technology-section .btn {
  border: 1px solid #000;
  padding: 10px 20px;
  display: block;
  width: 50%;
  margin: 15px auto 0;
  text-align: center;
}

.aboutus-capital {
  padding: 50px 0 100px;
}

.contact-card {
  display: flex;
  margin: 50px 0;
}
.contact-card .contact-card-item {
  flex: 1;
  text-align: center;
  padding: 50px 0;
  background: #f0f8fc;
  margin: 5px;
}
.contact-card .email p {
  font-size: 12px;
  margin: 1em 0;
}

.bread li {
  display: inline-block;
}
.bread li:after {
  content: ">";
  display: inline-block;
  padding-left: 10px;
}
.bread li:last-of-type:after {
  display: none;
}

.neo-desc {
  line-height: 2;
  text-align: justify;
}
.neo-desc ul {
  padding-left: 2em;
}
.neo-desc li {
  list-style: none;
}

.neo-image {
  display: block;
  width: 80%;
  margin: 2em auto;
}

.zerocode h3.colored-border-bottom {
  width: 15em;
}
.zerocode h3.colored-border-bottom:after {
  width: 150%;
  margin-left: -25%;
}

.welfare {
  font-size: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.welfare .img, .welfare img {
  display: block;
  margin: 0 auto;
  height: 58px;
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  width: 58px;
  background: #58c3df;
}
.welfare .img i, .welfare img i {
  color: #fff;
  font-size: 36px;
}
.welfare li {
  font-size: 1.2rem;
  line-height: 1.5;
  display: inline-block;
  width: 33.33%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  white-space: nowrap;
}
.welfare li h4 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2;
}

.zerocode-images {
  font-size: 0;
  margin-top: 15px;
}
.zerocode-images li {
  font-size: 16px;
  display: inline-block;
  width: 25%;
}
.zerocode-images li img {
  width: 100%;
  height: 250px;
}

.neo-design h3.colored-border-bottom {
  width: 10em;
  margin-top: 50px;
}
.neo-design h3.colored-border-bottom:after {
  width: 150%;
  margin-left: -25%;
}
.neo-design h3.colored-border-bottom.big {
  width: 15em;
}

.nav-item {
  position: relative;
}
.nav-item:after {
  content: "";
  display: block;
  width: 30px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(67, 191, 236, 0.25);
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}
.nav-item:hover:after, .nav-item.active:after {
  opacity: 1;
  transform: skew(10deg, 10deg);
}

.c-image {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.aboutus-culture2 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.culture-card {
  height: 350px;
  background: #666;
  position: relative;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background-size: cover;
}
.culture-card .icon {
  padding: 10px 0;
  font-size: 18px;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}
.culture-card .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: justify;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 13px;
  color: #fff;
  transition: all 0.3s;
  height: 87px;
}
.culture-card .hover p {
  line-height: 1.5;
  margin-bottom: 10px;
  text-indent: 2em;
}
.culture-card .hover .content {
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.culture-card:hover .icon {
  margin-bottom: 10px;
}
.culture-card:hover .content {
  opacity: 1;
}
.culture-card:hover .hover {
  height: 100%;
}

.logo-list2 li {
  width: 33.33%;
}

.pagination {
  justify-content: center;
}
.pagination li {
  display: inline-block;
  margin-right: 10px;
}
.pagination li.active span, .pagination li.active a {
  background: #4FBBDA;
  color: #fff;
  border-color: #4FBBDA;
}
.pagination li.disabled span, .pagination li.disabled a {
  background: #eee;
  cursor: not-allowed;
}
.pagination li:hover:not(.active) span, .pagination li:hover:not(.active) a {
  background: #eee;
  color: #000;
}
.pagination span, .pagination a {
  padding: 10px 20px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #eee;
  text-decoration: none;
}

.switcher {
  position: fixed;
  top: 30px;
  right: 20px;
}

@media screen and (max-width: 980px) {
  .container {
    width: 100%;
  }
  .page-header .container {
    display: block;
  }
  .page-header .logo {
    display: inline-block;
  }
  .page-header .logo img {
    height: 100%;
  }
  .page-header .menu {
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    background: #fff;
    cursor: pointer;
    display: none;
  }
  .page-header .menu li {
    display: block;
    line-height: 3;
    margin: 0;
  }
  .page-header .menu a {
    display: block;
    text-align: center;
  }
  .page-header .iconfont {
    display: block;
    float: right;
    margin-top: 3px;
    font-size: 34px;
  }
  .home-slider {
    height: 600px;
    font-size: 4vw;
  }
  .home-slider .slogan {
    font-size: 10vw;
  }
  .home-aboutus p {
    line-height: 2;
  }
  .home-hot-news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-hot-news .container {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .home-hot-news .flex {
    flex-direction: column;
  }
  .home-hot-news .card {
    width: 100%;
  }
  .founder-list {
    display: block;
    padding: 0 15px;
    overflow: hidden;
  }
  .founder-list .founder {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
    float: left;
  }
  .founder-list .founder img, .founder-list .founder .title {
    opacity: 1;
  }
  .home-news .container {
    display: block;
  }
  .home-news .container .news-card {
    margin-bottom: 60px;
  }
  .page-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-footer .container {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .page-footer .footer-section {
    display: block;
  }
  .page-footer .footer-section li {
    text-align: center;
  }
  .page-footer .footer-section h4 {
    margin-top: 1em;
    margin-bottom: 10px;
  }
  .culture-list li {
    width: 50%;
  }
  .aboutus-desc, .aboutus-culture {
    padding: 50px 15px;
  }
  .aboutus-fazhan {
    padding: 50px 0;
  }
  .team-list {
    padding: 20px 15px;
  }
  .team-list .desc {
    padding: 0;
    margin-top: 15px;
  }
  .team-list li {
    display: block;
    margin-bottom: 15px;
  }
  .team-list li .title {
    width: 100%;
  }
  .team-list li .title p {
    position: relative;
  }
  .team-list li.left .title p, .team-list li.right .title p {
    left: 0;
    right: 0;
  }
  .contact-section .business-list, .technology-section .business-list {
    display: block;
  }
  .fuli {
    padding: 15px;
  }
  .fuli li {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }
  .fuli li:nth-of-type(2n) {
    flex-direction: row;
  }
  .fuli li:nth-of-type(2n) p {
    text-align: left;
  }
  .honor-list li {
    width: 100%;
  }
  .logo-list {
    display: block;
  }
  .logo-list li {
    width: 100%;
  }
  .logo-list img {
    max-width: 100%;
  }
  .technology-section {
    padding: 50px 0;
  }
  .technology-section h3.colored-border-bottom {
    font-size: 18px;
  }
  .technology-section .paper-list {
    padding: 15px;
    box-sizing: border-box;
  }
  .contact-card {
    display: block;
    margin: 50px 0;
  }
  .contact-info.flex {
    display: block;
  }
  .welfare li {
    width: 100%;
    white-space: normal;
  }
  .menu.cid-s48OLK6784 .navbar .navbar-logo img {
    height: 1.8rem !important;
  }
  .switcher {
    position: static;
    text-align: center;
  }
}

/*# sourceMappingURL=main.css.map */
