﻿@import url(css.css);

/*@import 'https://fonts.googleapis.com/icon?family=Material+Icons';*/
* {
  text-rendering: optimizeLegibility
}

:root {
  --black-green: #0d1710;
  --gray: #ccc;
  --red: #da2517;
}

a,
article,
body,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
img,
label,
legend,
li,
nav,
p,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

body {
  font: 100% Roboto, sans-serif;
  color: #444;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 100% Roboto, sans-serif;
  color: #444;
  font-weight: 300
}

h1 {
  font-size: 64px;
  line-height: 84px
}

h2 {
  font-size: 42px;
  line-height: 45px
}

h3 {
  font-size: 30px;
  line-height: 38px
}

/* a.btn-alt:hover {
  background-color: #fff;
  color: #3367D6;
  transition: all .4s ease
}

a.btn-alt.shadow {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .2)
} */

/* 






a.btn-pro:hover:after {
  right: -25px;
  transition: right .4s ease
}

a {
  color: #3367D6;
  text-decoration: none;
  transition: color .4s ease
}
*/

/* a:hover {
  text-decoration: none;
  color: #3367D6;
  transition: color .4s ease
} */
a.btn-pro {
  font-size: 14px;
  line-height: 14px;
  color: #3367D6;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  right: 25px;
}

a.btn-pro:after {
  content: "\f178";
  font-family: FontAwesome;
  position: absolute;
  display: block;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: right .4s ease;
  color: #3367D6
}

a.btn {
  padding: 0;
  padding-right: 30px;
  padding-left: 30px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  outline: 0;
  border: 2px solid #20292E;
  border-radius: 2px;
  font-weight: 700;
  color: #20292E;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 35px;
  text-decoration: none !important;
  transition: all .4s ease
}

@media screen and (max-width:991px) {
  a.btn {
    margin-bottom: 0
  }
}

/* a.btn:hover {
  background-color: #3367D6;
  color: #fff !important;
  border-color: transparent;
  transition: all .4s ease
} */

a.btn-alt {
  padding: 0 30px;
  /* padding-right: 30px; */
  /* padding-left: 30px; */
  height: 45px;
  line-height: 45px;
  /* text-align: center; */
  font-size: 12px;
  letter-spacing: 1px;
  /* font-family: Roboto, sans-serif; */
  /* text-transform: uppercase; */
  display: inline-block;
  /* overflow: hidden; */
  outline: 0;
  border-radius: 5px;
  font-weight: 400;
  color: #fff;
  position: relative;
  /* margin-right: 10px; */
  /* margin-left: 10px; */
  /* margin-bottom: 35px; */
  text-decoration: none !important;
  transition: all .4s ease;
  transform: scale(1);
  background-color: var(--red);
}

a.btn-alt:hover {
  transform: scale(1.1);
}

p {
  font-family: Roboto, sans-serif;
  color: #757575;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
  font-weight: 300
}

.navbar-header h1 {
  display: inline-block;
}

.navbar-header .logo {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../image/logo.jpg) no-repeat center center;
  background-size: 40px 40px;
  float: left;
  border-radius: 5px;
  margin-top: 7px;
}

.navbar-brand {
  font-size: 23px;
  color: #353535 !important;
  font-weight: bold;
  padding: 0 !important;
  line-height: 50px;
  margin: 0 0 0 10px !important;
}

.btn-box {
  text-align: center;
}

/*头部标题*/
#page-header {
  background: var(--black-green) url(../image/page-header.png) no-repeat center right
}

#page-header {
  padding: 50px 0
}

#page-header h2 {
  font-size: 58px;
  line-height: 68px;
  letter-spacing: 5px;
  color: var(--gray);
}

#page-header ul.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0
}

#page-header ul.breadcrumb li {
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  display: inline-block;
  color: var(--gray);
  letter-spacing: 1px;
}

@media screen and (max-width:650px) {
  #page-header ul.breadcrumb li {
    font-size: 18px;
    line-height: 25px
  }
}

header {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.3);

  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 1px, rgba(255, 255, 255, 0.5) 1px);
  background-size: 4px 4px;
  backdrop-filter: saturate(50%) blur(4px);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
}

header .top-nav {
  background-color: rgba(200, 200, 200, 0.3);
  backdrop-filter: blur(3px);
  height: 35px;
  line-height: 35px;
  font-size: 13px;
}

header .top-nav span {
  display: inline-block;
  margin-right: 25px
}


header .top-nav a,
header .top-nav i {
  color: #666;
  display: inline-block;
  /* padding-left: 5px; */
  font-size: 13px;
}

header .top-nav i {
  padding-right: 5px;
}

header .navbar {
  border: none;
  border-radius: 0;
  /* border-top: 1px solid #eee; */
  margin: 0;
  padding: 5px 0;
  background: transparent !important;
}

.banner {
  background: url(../image/banner.jpg) no-repeat center bottom;
  text-align: center;
}

.banner .wrap {
  box-sizing: border-box;
  padding: 90px 0;
  background: rgba(0, 0, 0, .6)
}

.banner h2 {
  color: #fff;
}

.banner p {
  color: #ccc;
  text-shadow: 0 0 100px rgba(0, 0, 0, .5);
  padding: 10px 0 35px 0;
  font-size: 15px;
}

.banner .btn-alt {
  font-size: 20px;
}

/*页脚*/
footer {
  background-color: var(--black-green);
  padding: 58px 0;
  text-align: center;
}

/* footer .logo {
  height: 40px;
  margin-bottom: 18px
} */

footer p {
  color: var(--gray);
  font-size: 13px;
  line-height: 1.5;
}

footer h3 {
  color: var(--gray);
  margin-bottom: 10px;
  font-size: 30px;
}

@media screen and (max-width:991px) {
  footer ul.info {
    margin-bottom: 18px
  }
}

footer ul {
  list-style-position: inside;
}

footer ul li {
  color: #F6F6F6;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300
}

footer ul li a {
  color: #F6F6F6;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300
}

/* 
footer ul li a:hover {
  color: #3367D6
} */

footer .find-us a {
  color: #fff;
}

#copy {
  background-color: #080f0a;
  text-align: center;
  padding: 15px 0;
}

#copy p {
  color: #aaa;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}

#copy p a {
  color: #aaa !important;
}

/*关于我们*/
.about {
  padding: 75px 0;
}

.about h2 {
  margin-bottom: 30px;
}

.about p {
  text-indent: 2em;
  margin-bottom: 10px;
}

/*技术服务*/
.service {
  padding: 100px 0;
}

.service i.fa {
  font-size: 40px;
  color: #555;
}

.service h2 {
  margin-bottom: 50px;
  text-align: center;
}

.service .flex {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: wrap;
}

.service-item-wrap {
  width: 49%;
  margin-bottom: 2%;
  /* padding: 15px; */
}

.service-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 10px;
  background: #f8f9fb;
  padding: 30px;
  height: 100%;
}

.service-content {
  padding: 0 0 0 25px;
  width: 100%;
}

.service-content h3 {
  margin-bottom: 10px;
  color: #333;
}

.service-content ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.service-content li {
  list-style: none;
  font-size: 15px;
  width: 50%;
  line-height: 1.5;
  color: #555;
}

.service-content ul.app li {
  width: 25%;
}


/*页面横幅*/
.responsive {
  padding: 75px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Times New Roman', Times, serif;
}

.responsive h2 {
  color: #ccc;
  text-shadow: 0 0 100px rgba(0, 0, 0, .5);
}

/* 业务流程 */
.process {
  padding: 100px 0;
}

.process .row {
  padding-bottom: 58px;
}

.process h2 {
  margin-bottom: 50px;
  text-align: center;
}

.process h3 {
  margin: 0 0 5px 0;
}

.process h3 i {
  font-style: italic;
  font-size: 88px;
  color: #e0e0e0;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}

.process h3 label {
  font-style: italic;
  font-size: 25px;
  color: #ccc;
  display: inline-block;
  padding: 0 5px;

}

.process h3 span {
  font-size: 25px;
  color: #555;
}

.process p {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}

/*联系我们*/
.contact-container {
  padding: 80px 0;
}

.contact-container .item {
  padding: 20px 0;
}

.contact-container .item i {
  color: #666
}

.contact-container .item a {
  color: #555;
}

.contact-container .item p {
  font-size: 18px;
  line-height: 3;
}

/*案例*/
.cases {
  padding: 75px 0;
}

.cases h2 {
  margin-bottom: 50px;
  text-align: center;
}

.cases .single-cases {
  margin-bottom: 50px
}

.cases .single-cases article {
  background-color: #fff;
  border-radius: 2px;
  transition: all .4s ease
}

.cases .single-cases article img {
  max-width: 100%;
  display: block
}

.cases .single-cases article .content {
  padding: 25px;
  position: relative
}

.cases .single-cases article span {
  transition: opacity .4s ease
}

.cases .single-cases article span.category {
  color: #3367D6;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 9px;
  display: inline-block;
  margin-right: 9px
}

.cases .single-cases article span.date {
  color: #444;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  display: inline-block;
  margin-top: 5px;
  font-weight: 300
}

.cases .single-cases article h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 5px 0;
  color: #444;
  font-weight: 300
}

@media screen and (min-width:991px) and (max-width:1250px) {
  .cases .single-cases article h3 {
    min-height: 60px
  }
}

.cases .single-cases article p {
  margin-bottom: 0;
  font-size: 14px;
  color: #757575
}

.cases .single-cases article a.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.cases .single-cases:hover article {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .2);
  transition: all .4s ease
}

.cases .single-cases:hover article h3 {
  color: #3367D6;
  transition: color .4s ease
}

.cases .single-cases.horizontal-cases article {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 222px
}

.cases-container {
  padding-top: 75px;
  padding-bottom: 75px;
}

.work {
  position: relative;
}

.work .work-overlay {
  position: relative;
  cursor: pointer;
  display: block;
}

.work .work-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work .work-content {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  padding: 25px;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work .work-content h3 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}

.work .work-content p {
  color: #f5f5f5;
}

.work:hover .work-overlay:before {
  background: rgba(0, 0, 0, 0.5);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work:hover .work-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.masonry-grid {
  position: relative;
  margin: 0 -2px;
}

.masonry-grid:before,
.masonry-grid:after {
  content: " ";
  display: table;
}

.masonry-grid:after {
  clear: both;
}

.masonry-grid .masonry-grid-item {
  display: block;
  float: left;
  vertical-align: top;
  padding: 0 2px;
  margin-bottom: 4px;
  height: 400px;
  overflow: hidden;
}

.masonry-grid .masonry-grid-item.col-12 {
  width: 100%;
}

.masonry-grid .masonry-grid-item.col-11 {
  width: 91.66666667%;
}

.masonry-grid .masonry-grid-item.col-10 {
  width: 83.33333333%;
}

.masonry-grid .masonry-grid-item.col-9 {
  width: 75%;
}

.masonry-grid .masonry-grid-item.col-8 {
  width: 66.66666667%;
}

.masonry-grid .masonry-grid-item.col-7 {
  width: 58.33333333%;
}

.masonry-grid .masonry-grid-item.col-6 {
  width: 50%;
}

.masonry-grid .masonry-grid-item.col-5 {
  width: 41.66666667%;
}

.masonry-grid .masonry-grid-item.col-4 {
  width: 33.33333333%;
}

.masonry-grid .masonry-grid-item.col-3 {
  width: 25%;
}

.masonry-grid .masonry-grid-item.col-2 {
  width: 16.66666667%;
}

.masonry-grid .masonry-grid-item.col-1 {
  width: 8.33333333%;
}

/*业务流程*/
.process-content {
  padding: 70px 0;
  background: #f6f6f6;
  text-align: center;
  border-top: 1px solid #eee;
}

.process-content h2 {
  margin-bottom: 50px;
}

.process-content .btn-box {
  padding-top: 50px;
  text-align: center;
}

.process-content p {
  padding-bottom: 20px;
}

.process-container {
  padding: 75px 0;
}

.process-container h3 {
  padding-bottom: 10px;
}

.process-container .item {
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .navbar-header .logo {
    margin-left: 15px;
  }

  .masonry-grid .masonry-grid-item {
    width: 50%;
  }

  .masonry-grid .masonry-grid-item.col-12,
  .masonry-grid .masonry-grid-item.col-11,
  .masonry-grid .masonry-grid-item.col-10,
  .masonry-grid .masonry-grid-item.col-9,
  .masonry-grid .masonry-grid-item.col-8,
  .masonry-grid .masonry-grid-item.col-7,
  .masonry-grid .masonry-grid-item.col-6,
  .masonry-grid .masonry-grid-item.col-5,
  .masonry-grid .masonry-grid-item.col-4,
  .masonry-grid .masonry-grid-item.col-3,
  .masonry-grid .masonry-grid-item.col-2,
  .masonry-grid .masonry-grid-item.col-1 {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .masonry-grid .masonry-grid-item {
    width: 100%;
  }

  .masonry-grid .masonry-grid-item.col-12,
  .masonry-grid .masonry-grid-item.col-11,
  .masonry-grid .masonry-grid-item.col-10,
  .masonry-grid .masonry-grid-item.col-9,
  .masonry-grid .masonry-grid-item.col-8,
  .masonry-grid .masonry-grid-item.col-7,
  .masonry-grid .masonry-grid-item.col-6,
  .masonry-grid .masonry-grid-item.col-5,
  .masonry-grid .masonry-grid-item.col-4,
  .masonry-grid .masonry-grid-item.col-3,
  .masonry-grid .masonry-grid-item.col-2,
  .masonry-grid .masonry-grid-item.col-1 {
    width: 100%;
  }
}

/*响应*/
@media screen and (max-width:1024px) {
  .service-item-wrap {
    width: 100%;
  }

  .service-content li {
    font-size: 13px;
  }
}

@media screen and (max-width:650px) {
  .service-content h3 {
    font-size: 25px;
  }

  .service-item {
    padding-bottom: 50px;
  }

  .progress-container {
    padding: 50px 0;
  }

  .progress-container h3 {
    text-align: left;
  }
}

/*加载*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.pace-inactive {
  display: none
}

.pace .pace-progress {
  background: 0 0;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
  border-radius: 4px
}

#myloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #F6F6F6;
  text-align: center
}

#myloader .loader {
  display: inline-block;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

#myloader .loader .grid {
  width: 60px;
  height: 60px;
  margin: 100px auto
}

#myloader .loader .grid .cube {
  width: 33%;
  height: 33%;
  background-color: #d92417;
  float: left;
  -webkit-animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: cubeGridScaleDelay 1.3s infinite ease-in-out
}

#myloader .loader .grid .cube1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

#myloader .loader .grid .cube2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

#myloader .loader .grid .cube3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

#myloader .loader .grid .cube4 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

#myloader .loader .grid .cube5 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

#myloader .loader .grid .cube6 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

#myloader .loader .grid .cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

#myloader .loader .grid .ube8 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

#myloader .loader .grid .cube9 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

@-webkit-keyframes cubeGridScaleDelay {

  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1)
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1)
  }
}

@keyframes cubeGridScaleDelay {

  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1)
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1)
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

/*返回顶部*/
.back-to-top {
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #515769;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:hover {
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus,
.back-to-top:hover {
  text-decoration: none;
}

.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-fade-out {
  opacity: .4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}