/* =====================================
模板名称: Biztrack
作者: Nthemer
作者链接: https://wpthemesgrid.com/
描述: Biztrack - 商业与咨询 Html5 模板
版本: 1.0
========================================*/
/*======================================
[ CSS 目录 ]
* 预加载 CSS
* 页眉 CSS
	+ 顶部栏
	+ 主导航
* 主视觉区域 CSS
* 线性特性 CSS
* 数据统计 CSS
* 关于我们 CSS
* 服务 CSS
	+ 单个服务 CSS
* 技能 CSS
* 订阅 CSS
* 作品集 CSS
	+ 单个作品 CSS
* 价目表 CSS
* 咨询 CSS
* 团队 CSS
* 客户评价 CSS
* 常见问题 CSS
* 行动号召 CSS
* 博客 CSS
	+ 博客归档
	+ 博客侧边栏
	+ 单篇博客
* 联系 CSS
* 404 错误 CSS
* 邮件成功 CSS
* 页脚 CSS
========================================*/

/* 预加载 */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: #0657cf;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fc5185;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#scrollUp {
  right: 30px;
  z-index: 33;
  bottom: 40px;
  text-align: center;
}
#scrollUp i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #0657cf;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  color: #fff;
}
#scrollUp i:hover {
  background: #333;
  color: #fff;
}

/* 视频动画 */
@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }
  50% {
    opacity: 0.9;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }
  50% {
    opacity: 0.9;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }
}
@-webkit-keyframes lineanim {
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  50.1% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}
@keyframes lineanim {
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  50.1% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}

/*======================================
	Start Header CSS
========================================*/
/* 标志 */
.header .logo {
  float: left;
  margin-top: 31px;
}
.header .navbar {
  padding: 0;
}
.header .logo {
  display: inline-block;
  margin-right: 22px;
  padding-right: 22px;
  border-right: 1px solid #eee;
  margin-top: 6px;
}
.header .logo img {
  max-height: 64px;
}
/* 顶部栏 */
.header .topbar {
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 8px 0 10px;
}
.header .logo {
  display: inline-block;
  margin-right: 22px;
  padding-right: 22px;
  border-right: 1px solid #eee;
}
.header .topbar .tagline {
  display: inline-block;
  margin-top: 24px;
  font-size: 20px;
  font-style: italic;
}
.header .topbar .widget-main {
  float: right;
  margin-top: 14px;
}
.header .topbar .single-widget {
  position: relative;
  float: left;
  padding-left: 53px;
  margin-right: 25px;
}
.header .topbar .single-widget.first {
  position: relative;
  float: left;
  border-right: 1px solid #eee;
  margin-right: 20px;
  padding-right: 20px;
}
.header .topbar .single-widget:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.header .topbar .single-widget .logo {
  margin: 0;
  padding: 0;
  margin-top: 7px;
}
.header .topbar .single-widget i {
  position: absolute;
  left: 0;
  top: 3px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #fff;
  background: #0657cf;
  border-radius: 4px;
  text-align: center;
  font-size: 15px;
}
.header .topbar .single-widget h4 {
  font-size: 15px;
  font-weight: 500;
}
.header .topbar .single-widget p {
  margin-bottom: 2px;
  text-transform: capitalize;
}
.header .topbar .single-widget .btn {
  margin-left: 0;
  padding: 14px 25px;
  color: #fff;
}
/* 主导航 */
.header .menu-origin {
  float: left;
  display: inline-block;
}
.header .nav li {
  margin-right: 15px;
  float: left;
  position: relative;
}
.header .nav li:last-child {
  margin: 0;
}
.header .nav li a {
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  display: block;
  color: #0c0c24;
  z-index: 4;
  padding: 0;
  padding: 6px 16px;
  background: #fff;
  padding: 0;
  padding: 18px;
}
.header .nav li a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  background: #0657cf;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .nav li.active a:before,
.header .nav li:hover a:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.header .nav li.active a,
.header .nav li:hover a {
  color: #0657cf;
}
.navbar-expand-lg .navbar-collapse {
  display: block !important;
}
.header .nav li a i {
  margin-left: 7px;
  font-size: 9px;
}
/* 下拉菜单 */
.header .nav li .dropdown {
  background: #fff;
  width: 220px;
  position: absolute;
  left: -21px;
  top: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  /* box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); */
  box-shadow: 0px 3px 5px #3333334d;
  transform-origin: 0 0 0;
  transform: scaleY(0.2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  top: 74px;
  padding: 15px 0;
}
.header .nav li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.header .nav li .dropdown li {
  float: none;
  margin: 0;
}
.header .nav li .dropdown li a {
  padding: 8px 15px 8px 25px;
  color: #666;
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  background: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.header .nav li .dropdown li a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 0px;
  background: #0657cf;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
.header .nav li .dropdown li a:hover:before {
  opacity: 1;
  visibility: visible;
  width: 2px;
}
.header .nav li .dropdown li:last-child a {
  border-bottom: 0px;
}
.header .nav li .dropdown li a:hover {
  background: #f8f9fa;
  padding-left: 30px;
  color: #0657cf;
}
.header .nav li .dropdown li a:hover {
  border-color: transparent;
}
.header .nav li .dropdown li i {
  float: right;
  margin-top: 8px;
  font-size: 10px;
  z-index: 5;
}
.header .nav li .dropdown.sub-dropdown {
  background: #fff;
  width: 220px;
  position: absolute;
  left: 199px;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px #3333334d;
  transform-origin: 0 0 0;
  transform: scaleY(0.2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.header .nav li .dropdown.sub-dropdown li a {
  padding: 8px 15px 8px 25px;
  color: #666;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  background: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown li a {
  background: transparent;
}
.header .nav li .dropdown li .dropdown.sub-dropdown li a:hover {
  background: #f8f9fa;
  padding-left: 30px;
  color: #0657cf;
}
.header .nav li .dropdown.sub-dropdown li:last-child a {
  border-bottom: 0px solid;
}
/* 右侧栏 */
.header .right-bar {
  float: right;
  display: inline-block;
  margin-top: 9px;
}
.header .single-bar {
}
.header .single-bar:last-child {
  margin: 0;
}
/* 搜索表单 */
.header .search .form {
  position: relative;
}
.header .search .form input {
  height: 42px;
  width: 240px;
  border: 1px solid #eee;
  padding: 0px 60px 0 20px;
  border-radius: 5px;
}
.header .search .form button {
  height: 42px;
  width: 42px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border-radius: 0 5px 5px 0;
  background: transparent;
  color: #333;
  font-size: 14px;
  border: none;
  border-left: 1px solid #eee;
  text-align: center;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .search .form button:hover {
  color: #0657cf;
}
.header .header-inner {
  width: 100%;
}
/* 固定页眉 */
.header.sticky .header-inner {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  animation: fadeInDown 1s both 0.2s;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
/*======================================
   End Header CSS
========================================*/

/*=============================
	Start Slider CSS 
===============================*/
.hero-slider {
  position: relative;
  background: #0657cf;
  background-image: url('../picture/hero-slider-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-slider .single-slider {
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  height: 600px;
}
.hero-slider.style2 .single-slider {
  height: 730px;
}
.hero-slider .slider-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -2;
}
/* 轮播缩放效果 */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}
.hero-slider .owl-item.active .slider-image {
  -webkit-animation: zoom 25s;
  animation: zoom 25s;
}
.hero-slider .single-slider {
  z-index: 2;
  position: relative;
}
.hero-slider .single-slider .text {
  float: none;
  text-align: left;
  margin: 105px 0;
  z-index: 6;
}
.hero-slider .single-slider .text h4 {
  color: #fff;
  background: #ffffff2b;
  font-size: 15px;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 20px;
}
.hero-slider .single-slider .text h1 {
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 20px;
  line-height: 47px;
  position: relative;
  display: block;
}
.hero-slider .single-slider .text h1:before {
  content: '';
  position: absolute;
  left: 0;
  width: 80px;
  height: 4px;
  background: #fff;
  bottom: -2px;
}
.hero-slider .single-slider .text h1 span {
  display: block;
  font-weight: 300;
  font-size: 28px;
}
.hero-slider .single-slider .text p {
  font-size: 15px;
  color: #fff;
}
.hero-slider .single-slider .button {
  display: block;
  margin-top: 30px;
}
.hero-slider .single-slider .button .btn {
  color: #333;
  margin-right: 8px;
  font-weight: 500;
  background: #fff;
}
.hero-slider.style2 .single-slider .button .btn {
  background: #0657cf;
  color: #fff;
}
.hero-slider.style2 .single-slider .button .btn:before {
  background: #fff;
}
.hero-slider.style2 .single-slider .button .btn:hover {
  color: #333;
}
.hero-slider .single-slider .button .btn:last-child {
  margin: 0;
}
.hero-slider .single-slider .button .btn:hover {
  color: #fff;
}
.hero-slider .single-slider .button .btn:before {
  background: #333;
}
.hero-slider .single-slider .button .btn.primary {
  background: #fff;
  color: #333;
}
.hero-slider .single-slider .button .btn.primary:before {
  background: #0657cf;
}
.hero-slider .single-slider .button .btn.primary:hover {
  color: #fff;
}
.hero-slider .single-slider .button a:last-child {
  margin-right: 0px;
}
.hero-slider .single-slider .button .video i {
}
.hero-slider .single-slider .button .video-main {
  position: relative;
  display: inline-block;
}
.hero-slider .single-slider .button .video-main .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: #fff;
  color: #333;
  display: inline-block;
  margin-left: 30px;
  z-index: 999;
  padding: 0;
  padding-left: 2px;
}
.hero-slider .single-slider .button .video-main .video:hover {
  color: #fff;
  background: #333;
}
.hero-slider .single-slider .button .video-main .video:before {
  background: #333;
}
.hero-slider .single-slider .button .promo-video .waves-block .waves {
  position: absolute;
  width: 110px;
  height: 110px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  border-radius: 100%;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  right: -30px;
  bottom: -30px;
  z-index: -1;
}
.hero-slider .single-slider .button .promo-video .waves-block .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.hero-slider .single-slider .button .promo-video .waves-block .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.hero-slider .single-slider .button .promo-video .waves-block .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.hero-slider .hero-image {
  margin-top: 30px;
  position: relative;
}
.hero-slider .hero-image .circle_shape_1 .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 450px;
  height: 450px;
  margin-top: -225px;
  margin-left: -225px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(rgba(47, 106, 231, 0.75), rgba(127, 224, 249, 0.75));
  background-image: linear-gradient(#fff, #fff);
  border-radius: 50%;
  -webkit-animation: circle_animation 7s ease-in-out infinite;
  animation: circle_animation 7s ease-in-out infinite;
  z-index: -1;
  opacity: 0.5;
}
.hero-slider .hero-image .circle_shape_2 .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 450px;
  height: 450px;
  margin-top: -225px;
  margin-left: -225px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(rgba(47, 106, 231, 0.75), rgba(127, 224, 249, 0.75));
  background-image: linear-gradient(#fff, #fff);
  border-radius: 50%;
  -webkit-animation: circle_animation 5s ease-in-out infinite;
  animation: circle_animation 5s ease-in-out infinite;
  z-index: -1;
  opacity: 0.5;
}
.hero-slider .hero-image img {
  vertical-align: middle;
  display: inline-block;
}

@-webkit-keyframes circle_animation {
  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

@keyframes circle_animation {
  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
/* 轮播导航 */
.hero-slider .owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
}
.hero-slider .owl-carousel .owl-nav div {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #0000002b;
  color: #fff;
  font-size: 20px;
  position: absolute;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  border-radius: 0;
}
.hero-slider .owl-carousel .owl-nav div:hover {
  background: #0657cf;
  color: #fff;
}
.hero-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
}
.hero-slider .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
}
/* 轮播动画 */
.owl-item.active .text h4 {
  animation: fadeInUp 0.8s both 1s;
}
.owl-item.active .text h1 {
  animation: fadeInRight 1s both 1.2s;
}
.owl-item.active .text p {
  animation: fadeInLeft 1.2s both 1.4s;
}
.owl-item.active .text .button {
  animation: fadeInUp 1.4s both 1.6s;
}
.hero-slider.style2 {
  z-index: 0;
}
/*=============================
	End Slider CSS 
===============================*/

/*======================================
   Start Fun Facts CSS
========================================*/
.fun-facts {
  position: relative;
  overflow: hidden;
}
.fun-facts:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 400px;
  width: 400px;
  border-radius: 100%;
  right: -100px;
  top: -100px;
  opacity: 0.5;
  background: #0657cf29;
}
.fun-facts .section-heading {
  padding-right: 0;
}
.fun-facts .section-heading h2 {
  font-size: 35px;
  display: block;
  margin-bottom: 20px;
  line-height: 44px;
}
.fun-facts .section-heading h2 span {
  color: #0657cf;
  padding: 0px 15px;
}
.fun-facts .section-heading p {
  font-size: 15px;
  color: #555;
}
.fun-facts .list-head {
  margin-top: 60px;
}
.fun-facts .counter-list {
}
.fun-facts .counter-list .number-unit {
  display: flex;
  align-items: center;
}
.fun-facts .counter-list .unit {
  font-size: 18px;
  font-weight: 600;
}
.fun-facts .counter-list .number {
  display: block;
  font-size: 50px;
  margin-bottom: 14px;
  padding-bottom: 18px;
  position: relative;
  font-weight: 800;
}
.fun-facts .counter-list .number:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100px;
  height: 2px;
  background: #0657cf;
  bottom: -1px;
}
.fun-facts .counter-list .title {
  font-weight: 500;
  color: #333;
  font-size: 24px;
  letter-spacing: 1px;
}
/*=============================
   End Fun Facts CSS
===============================*/

/*=============================
   Start About Us CSS
===============================*/
.about-us {
  background: #0657cf;
  background-image: url('../picture/about-us-bg.jpg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.about-us .section-heading {
  text-align: center;
  margin-bottom: 24px;
}
.about-us .section-heading h2 {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 35px;
  line-height: 42px;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.about-us .section-heading h2:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  width: 180px;
  height: 4px;
  background: #fff;
}

.about-us .section-heading .sub-text {
  margin-top: 24px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.about-us .section-heading p {
  text-align: left;
  font-size: 15px;
}

.about-us .about-content {
  padding: 0 30px;
}

.about-us .about-content .about-image {
  margin-bottom: 15px;
}

.about-us .about-content .about-image img {
  width: 100%;
  height: 230px;
}

.about-us .about-content p {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
}
.about-us .about-content .about-content-title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
/*===========================
   End About Us CSS
=============================*/

/*===========================
   Start About Us 2 CSS
=============================*/
.about-us.style2 {
  padding-top: 30px;
  background: #fff;
}
.about-us.style2 .about-image {
}
.about-us.style2 .about-content {
  padding: 0px 30px 0px 50px;
}
.about-us.style2 .section-heading {
}
.about-us.style2 .section-heading h2 {
  font-weight: 600;
  text-transform: capitalize;
  line-height: 42px;
  margin-bottom: 0;
  display: block;
  margin-bottom: 16px;
  color: #333;
}
.about-us.style2 .section-heading h2 span {
  font-weight: 600;
  font-size: 35px;
  color: #0657cf;
}
.about-us.style2 .section-heading p {
  display: block;
  margin-bottom: 20px;
  color: #333;
}
.about-us.style2 .section-heading p:last-child {
  margin-bottom: 0;
}

.about-us.style2 .single-block {
  position: relative;
  padding-right: 15px;
  padding-bottom: 15px;
}
.about-us.style2 .single-block i {
  font-size: 36px;
  color: #0657cf;
  position: absolute;
  left: 0;
  top: 5px;
}
.about-us.style2 .single-block h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
  font-weight: 600;
  text-transform: capitalize;
  color: #0657cf;
}
.about-us.style2 .single-block p {
  color: #333;
  line-height: 24px;
}
.about-us.style2 .signature-block {
  display: inline-block;
  display: block;
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 40px;
}
.about-us.style2 .signature-block p {
  color: #333;
  font-size: 18px;
  display: inline-block;
  border-left: 1px solid #eee;
  margin-left: 30px;
  padding-left: 30px;
  height: 100%;
}
.about-us.style2 .signature-block p i {
  display: inline-block;
  margin-right: 10px;
  color: #444;
}
.about-us.style2 .signature-block p span {
  display: block;
  font-size: 14px;
  color: #888;
  margin-left: 24px;
}
.about-us.style2 .signature-block .image {
  display: inline-block;
}
.about-us.style2 .signature-block .image img {
  position: relative;
  top: -10px;
}
/*============================
   End About Us 2 CSS
==============================*/

/* 关于我们页 联系方式区域（与关于我们区域保持一致的背景） */
.contact-about {
  background: #0657cf;
  background-image: url('../picture/about-us-bg.jpg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-about .section-title h2,
.contact-about .section-title p {
  color: #fff;
}
.contact-about .single-info {
  background: #fff;
  box-shadow: 0px 0px 15px #00000040;
}
.contact-about .single-info .title,
.contact-about .single-info ul li,
.contact-about .single-info ul li a {
  color: #2c2d3f;
}

/*============================
	Start Services CSS
==============================*/
.services {
  background: #fff;
}
.services .section-title {
  margin-bottom: 50px;
}
.services .single-service {
  position: relative;
  padding: 30px;
  background: #fff;
  text-align: center;
  margin-top: 30px;
  box-shadow: 0px 17px 60px #00000012;
  overflow: hidden;
}
.services .single-service::before {
  position: absolute;
  content: '';
  left: -81px;
  top: 0;
  height: 0;
  width: 165px;
  background: #0657cf;
  -webkit-transition: all 0.8s cubic-bezier(0.73, 0.02, 0.31, 1.02);
  -moz-transition: all 0.8s cubic-bezier(0.73, 0.02, 0.31, 1.02);
  transition: all 0.8s cubic-bezier(0.73, 0.02, 0.31, 1.02);
  transform: rotate(-45deg);
}
.services .single-service:hover:before {
  height: 50px;
}
.services .single-service::after {
  position: absolute;
  content: '';
  right: -81px;
  bottom: 0;
  height: 0;
  width: 165px;
  background: #0657cf;
  -webkit-transition: all 0.8s cubic-bezier(0.73, 0.02, 0.31, 1.02);
  -moz-transition: all 0.8s cubic-bezier(0.73, 0.02, 0.31, 1.02);
  transition: all 0.8s cubic-bezier(0.73, 0.02, 0.31, 1.02);
  transform: rotate(-45deg);
}
.services .single-service:hover:after {
  height: 50px;
}
.services .single-service:hover {
  box-shadow: 0px 17px 60px #00000012;
}
.services .service-left {
  margin-top: 150px;
}
.services .single-service i {
  position: relative;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  color: #0657cf;
  font-size: 30px;
  display: inline-block;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #f4f4f4e6;
  margin-bottom: 25px;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.services .single-service:hover i {
  background: #0657cf;
  color: #fff;
  border-color: transparent;
}
.services .single-service h3 {
  margin-bottom: 20px;
  line-height: 28px;
}
.services .single-service h3 a {
  font-size: 21px;
  font-weight: 500;
  color: #222;
}
.services .single-service h3 a:hover {
  color: #0657cf;
}
.services .single-service p {
}
.services .single-service .service-btn {
  position: relative;
  margin-top: 20px;
  display: inline-block;
  font-weight: 500;
  background: transparent;
  line-height: 40px;
  color: #222;
  padding: 0;
}
.services .single-service .service-btn:hover {
  color: #0657cf;
  letter-spacing: 1px;
}
/* 单个服务 */
.single-service .single-sidebar .list-menu {
  -webkit-box-shadow: 0px 0px 15px #0000001c;
  -moz-box-shadow: 0px 0px 15px #0000001c;
  box-shadow: 0px 0px 15px #0000001c;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 15px;
}
.single-service .single-sidebar .list-menu li a {
  padding: 12px 20px;
  background: #fff;
  color: #333;
  display: block;
  font-size: 14px;
}
.single-service .single-sidebar .list-menu li a:hover {
  background: #0657cf;
  color: #fff;
}
.single-service .single-sidebar .list-menu li a i {
  display: inline-block;
  margin-right: 15px;
}
.single-service .single-sidebar .hot-line {
  background: #0657cf;
  border-radius: 8px;
  padding: 25px 40px;
}
.single-service .single-sidebar .hot-line .hot-title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
.single-service .single-sidebar .hot-line .sinlge-line {
  margin-top: 25px;
  position: relative;
}
.single-service .single-sidebar .hot-line .sinlge-line i {
  color: #fff;
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 4px;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-service .single-sidebar .hot-line .sinlge-line:hover i {
  background: #fff;
  border-color: transparent;
  color: #333;
}
.single-service .single-sidebar .sinlge-line .content {
  padding-left: 50px;
}
.single-service .single-sidebar .sinlge-line .content h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
}
.single-service .single-sidebar .sinlge-line .content p {
  color: #fff;
  display: block;
}
/* 服务列表 */
.single-service .single-content h2 {
  font-size: 28px;
  margin: 20px 0;
  text-transform: capitalize;
}
.single-service .single-content p {
  margin-bottom: 20px;
}
.single-service .single-content p:last-child {
  margin: 0;
}
.video-block {
  margin: 10px 0 30px;
}
.video-block .right h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.video-block .right ul li {
  line-height: 30px;
}
.video-block .right ul li i {
  color: #0657cf;
  margin-right: 10px;
}
/*==========================
	End Services CSS
============================*/

/*=================================
	Start 软件产品 CSS
===================================*/
.portfolio {
  box-sizing: border-box;
}
.portfolio .section-title {
  text-align: center;
  margin-bottom: 20px;
}

.portfolio .section-title p {
  padding: 0 16px;
}
.portfolio .portfolio-nav {
  text-align: center;
  margin: 16px 0 0px;
}
.portfolio .portfolio-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.portfolio .portfolio-nav ul li {
  display: inline-block;
  padding: 15px 28px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  color: #353535;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
  background: #fff;
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.08),
    0 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.portfolio .portfolio-nav ul li.active,
.portfolio .portfolio-nav ul li:hover {
  color: #fff;
  background: #0657cf;
  box-shadow:
    0 6px 20px rgba(40, 137, 228, 0.35),
    0 2px 8px rgba(0, 0, 0, 0.1);
}

.portfolio .cbp-ready .cbp-item {
  padding: 16px;
  height: 100%;
}

.portfolio .item {
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  background-color: #f4f6fc;
}

.portfolio .item .more {
  display: inline-block;
  margin-top: 12px;
  margin-left: auto;
  padding: 4px 12px;
  background: #0657cf;
  border: 1px solid #0657cf;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
  transition: all 0.3s ease;
}
.portfolio .item .more:hover {
  background: #fff;
  color: #0657cf;
}
.portfolio .left-item .item {
  height: 100%;
  padding: 80px 32px;
}
.portfolio .left-item .item h3 {
  font-size: 32px;
  color: #0c0c24;
  margin-bottom: 20px;
}
.portfolio .left-item .item p {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.8;
}

.portfolio .right-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.portfolio .intelligence .right-item .item {
  padding: 122px 58px 0;
  height: calc(50% - 14px);
}

.portfolio .right-item .item h4 {
  font-size: 24px;
  color: #0c0c24;
  text-align: right;
}
.portfolio .right-item .item p {
  margin-top: 10px;
  line-height: 1.5;
  text-align: right;
}

.portfolio .intelligence .left-item .item {
  height: 100%;
  background-image: url('../picture/intelligence-left.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.portfolio .intelligence .right-item .one-item {
  background-image: url('../picture/intelligence-right-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.portfolio .intelligence .right-item .two-item {
  background-image: url('../picture/intelligence-right-2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.portfolio .low-code .right-item .item {
  padding: 52px 42px 0 58px;
  height: calc(100% / 3 - 14px);
}

.portfolio .low-code .left-item .item {
  height: 100%;
  background-image: url('../picture/low-code-left.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.portfolio .low-code .right-item .one-item {
  background-image: url('../picture/low-code-right-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.portfolio .low-code .right-item .two-item {
  background-image: url('../picture/low-code-right-2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.portfolio .low-code .right-item .three-item {
  background-image: url('../picture/low-code-right-3.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.portfolio .enterprise .right-item .item {
  padding: 52px 42px 0 58px;
  height: calc(100% / 3 - 14px);
}

.portfolio .enterprise .left-item .item {
  height: 100%;
  background-image: url('../picture/enterprise-left.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.portfolio .enterprise .right-item .one-item {
  background-image: url('../picture/enterprise-right-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.portfolio .enterprise .right-item .two-item {
  background-image: url('../picture/enterprise-right-2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.portfolio .enterprise .right-item .three-item {
  background-image: url('../picture/enterprise-right-3.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.portfolio .operations .right-item .item {
  padding: 52px 42px 0 58px;
  height: calc(100% / 3 - 14px);
}

.portfolio .operations .left-item .item {
  height: 100%;
  background-image: url('../picture/operations-left.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.portfolio .operations .right-item .one-item {
  background-image: url('../picture/operations-right-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.portfolio .operations .right-item .two-item {
  background-image: url('../picture/operations-right-2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.portfolio .operations .right-item .three-item {
  background-image: url('../picture/operations-right-3.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*=================================
	End 软件产品 CSS
===================================*/

/*======================================
	Start Team CSS
========================================*/
.team .title-line {
  margin-bottom: 40px;
}
.team .team-inner {
  margin-top: 20px;
}
.team .team-slider .single-slider {
  padding: 0 15px;
}
.team .team-slider .single-team {
  width: 100%;
}
.team .single-team {
  margin-top: 30px;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  overflow: hidden;
}
.team .team-slider .single-team {
  margin-top: 0;
}
.team .single-team:hover {
  box-shadow: 0px 0px 10px #0000001a;
}
.team .single-team .image {
  position: relative;
  overflow: hidden;
}
.team .single-team .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.team .team-slider .single-team .image {
  height: 200px;
}
.team .team-slider .single-team .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/*======================================
	End Team CSS
========================================*/

/*=============================
	Start Blog CSS CSS
===============================*/
.blog {
  background: #fff;
}
.blog .blog-title {
  text-align: center;
}
.blog .single-news {
  background: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog .single-news img {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: rotate(3deg) scale(1.1);
}
.blog .single-news:hover img {
  transform: rotate(0deg) scale(1);
}
.blog .single-news .news-head {
  position: relative;
  overflow: hidden;
}
.blog .single-news .news-content {
  text-align: left;
  background: #fff;
  z-index: 99;
  position: relative;
  padding: 30px;
  position: relative;
  top: -25px;
  left: 0;
  z-index: 0;
  box-shadow: 0px 0px 10px #00000014;
  margin: 0 15px;
}
.blog .single-news .news-content:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: #0657cf;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog .single-news .news-content:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.blog .single-news .news-body h2 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 25px;
  margin-top: 10px;
}
.blog .single-news .news-body h2 a {
  color: #2c2d3f;
  font-weight: 500;
}
.blog .single-news .news-body h2 a:hover {
  color: #0657cf;
}
.blog .single-news .news-content p {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 23px;
}
.blog .single-news .news-body .author {
  display: inline-block;
  margin-right: 10px;
  padding-right: 16px;
  border-right: 1px solid #eee;
}
.blog .single-news .news-body .author i {
  display: inline-block;
  margin-right: 5px;
}
.blog .single-news .news-body .date {
  display: inline-block;
}
.blog .single-news .news-body .more-btn {
  color: #0657cf;
  display: inline-block;
  margin-top: 15px;
}
.blog .single-news .news-body .more-btn:hover {
  letter-spacing: 1px;
  color: #333;
}

.blog.grid .single-news {
  margin-top: 30px;
}
/* 博客侧边栏 */
.main-sidebar {
  background: #fff;
  margin-top: 30px;
  background: transparent;
}
.main-sidebar .single-widget {
  margin-bottom: 30px;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border-top: 3px solid #0657cf;
  border-radius: 0 0 6px 6px;
}
.main-sidebar .single-widget .title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  display: block;
  background: #fff;
  padding-left: 12px;
}
.main-sidebar .single-widget .title::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  height: 100%;
  width: 3px;
  background: #0657cf;
}
.main-sidebar .single-widget:last-child {
  margin: 0;
}
.main-sidebar .search {
  position: relative;
}
.main-sidebar .search input {
  width: 100%;
  height: 45px;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  border: none;
  color: #222;
  background: transparent;
  padding: 0 70px 0 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  border: 1px solid #eee;
  border-radius: 0;
}
.main-sidebar .search .button {
  position: absolute;
  right: 40px;
  top: 40px;
  height: 44px;
  width: 50px;
  line-height: 45px;
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
}
.main-sidebar .search .button:hover {
  background: #0657cf;
  color: #fff;
}
/* 分类列表 */
.main-sidebar .categor-list {
  margin-top: 15px;
}
.main-sidebar .categor-list li {
  margin-bottom: 10px;
}
.main-sidebar .categor-list li:last-child {
  margin-bottom: 0px;
}
.main-sidebar .categor-list li a {
  display: inline-block;
  color: #333;
  font-size: 14px;
}
.main-sidebar .categor-list li a:hover {
  color: #0657cf;
  padding-left: 7px;
}
.main-sidebar .categor-list li a i {
  display: inline-block;
  margin-right: 0px;
  font-size: 9px;
  transform: translateY(-1px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-sidebar .categor-list li a:hover i {
  margin-right: 6px;
  opacity: 1;
  visibility: visible;
}
/* 最新文章 */
.main-sidebar .single-post {
  position: relative;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  padding: 17px 0;
}
.main-sidebar .single-post:last-child {
  padding-bottom: 0px;
  border: none;
}
.main-sidebar .single-post .image img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.main-sidebar .single-post .content {
  padding-left: 100px;
}
.main-sidebar .single-post .content h5 {
  line-height: 18px;
}
.main-sidebar .single-post .content h5 a {
  color: #2c2d3f;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
}
.main-sidebar .single-post .content h5 a:hover {
  color: #0657cf;
}
.main-sidebar .single-post .content .comment li {
  color: #888;
  display: inline-block;
  margin-right: 15px;
  font-weight: 400;
  font-size: 14px;
}
.main-sidebar .single-post .content .comment li:last-child {
  margin-right: 0;
}
.main-sidebar .single-post .content .comment li i {
  display: inline-block;
  margin-right: 5px;
}
/* 博客标签 */
.main-sidebar .side-tags .tag {
  margin-top: 40px;
}
.main-sidebar .side-tags .tag li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 20px;
}
.main-sidebar .side-tags .tag li a {
  background: #fff;
  color: #333;
  padding: 10px 15px;
  text-transform: capitalize;
  border-radius: 0;
  font-size: 13px;
  background: #f6f7fb;
  border-radius: 0;
}
.main-sidebar .side-tags .tag a:hover {
  color: #fff;
  background: #0657cf;
  border-color: transparent;
}
/* 单篇新闻 */
.news-single {
  padding: 60px 0 90px;
  background: #f8f8f8;
}
.news-single .single-main {
  margin-top: 30px;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.news-single .news-head {
}
.news-single .news-head img {
  width: 100%;
  height: 100%;
}
.news-single .news-title {
  font-size: 25px;
  margin: 20px 0;
}
.news-single .news-title a {
  color: #252525;
  font-weight: 600;
}
.news-single .news-title a:hover {
  color: #0657cf;
}
/* 博客元信息 */
.news-single {
  background: #fff;
}
.news-single .meta {
  overflow: hidden;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 15px;
}
.news-single .meta span {
  margin-right: 10px;
  display: inline-block;
}
.news-single .meta span:last-child {
  margin: 0;
}
.news-single .meta span,
.news-single .meta span a {
  color: #2c2d3f;
  font-weight: 400;
}
.news-single .meta span i {
  margin-right: 5px;
  color: #0657cf;
}
.news-single .meta-left {
  float: left;
}
.news-single .meta-left .author img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin-right: 12px;
}
.news-single .meta-left .author {
  float: left;
}
.news-single .meta-left span.date {
  margin-top: 10px;
}
.news-single .meta-right {
  float: right;
  margin-top: 10px;
}
.news-single .news-content {
  margin: 20px 0;
}
.news-single .news-content p {
  margin-bottom: 10px;
}
.news-single .news-content p:last-child {
  margin: 0;
}
.news-single .news-text p {
  font-size: 14px;
  margin-bottom: 20px;
}
/* 图片画廊 */
.news-single .image-gallery {
  margin-bottom: 20px;
}
.news-single .image-gallery .single-image {
  overflow: hidden;
}
.news-single .image-gallery .single-image:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
/* 引用块 */
.news-single blockquote {
  background: #0657cf;
  padding: 30px;
  overflow: hidden;
}
.news-single .news-text blockquote p {
  color: #fff;
  margin: 0;
  line-height: 26px;
  font-size: 15px;
  position: relative;
}
.news-single .news-text blockquote p i {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.news-single .blog-bottom {
  overflow: hidden;
}
/* 社交分享 */
.news-single .social-share {
  float: left;
}
.news-single .social-share li {
  float: left;
  display: inline-block;
  margin-right: 5px;
}
.news-single .social-share li:last-child {
  margin-right: 0;
}
.news-single .social-share li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #eee;
  color: #333;
  display: block;
}
.news-single .social-share li a:hover {
  background: #0657cf;
  color: #fff;
  border-color: transparent;
}
/* 上一篇下一篇按钮 */
.news-single .prev-next {
  float: right;
}
.news-single .prev-next li {
  display: inline-block;
  padding: 0;
  margin-right: 5px;
}
.news-single .prev-next li:last-child {
  border: none;
}
.news-single .prev-next li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #eee;
  color: #555;
  border-radius: 3px;
}
.news-single .prev-next li a:hover {
  color: #fff;
  background: #0657cf;
  border-color: transparent;
}
/* 博客评论 */
.news-single .blog-comments {
  margin-top: 30px;
  background: transparent;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px;
}
.news-single .blog-comments h2 {
  text-align: left;
  text-transform: capitalize;
  font-size: 18px;
  color: #252525;
  margin-bottom: 20px;
}
.news-single .blog-comments h4 span {
  float: right;
}
.news-single .single-comments {
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.news-single .single-comments.left .main {
  padding-left: 100px;
  position: relative;
  margin-left: 100px;
}
.news-single .single-comments.left img {
  position: absolute;
  left: 0;
  top: 0;
}
.news-single .single-comments:last-child {
  margin: 0;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.news-single .single-comments .main {
  overflow: hidden;
}
.news-single .single-comments .head {
  float: left;
  margin-right: 20px;
  text-align: center;
  width: 12%;
}
.news-single .head img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
}
.news-single .single-comments .body {
  float: left;
  width: 85%;
}
.news-single .single-comments.left .body {
  float: none;
  width: 100%;
}
.news-single .single-comments .comment-list {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
}
.news-single .single-comments .comment-list .body {
  width: 78%;
}
.news-single .single-comments h4 {
  margin: 0 0 5px;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  color: #252525;
}
.news-single .single-comments .comment-meta {
  margin-bottom: 5px;
}
.news-single .single-comments .meta {
  font-size: 13px;
  color: #555;
  font-weight: 400;
  border: none;
  margin-right: 10px;
  padding: 0;
  margin: 0 10px 0 0;
}
.news-single .single-comments .meta:last-child {
  margin: 0;
}
.news-single .comment-meta span i {
  margin-right: 5px;
}
.news-single .comment-meta span:last-child {
  margin: 0;
}
.news-single .single-comments p {
  font-size: 13px;
}
.news-single .single-comments a {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  padding: 3px 15px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 3px;
  background: #0657cf;
  color: #fff;
}
.news-single .single-comments a:hover {
  background: #2c2d3f;
  color: #fff;
}
.news-single .single-comments a i {
  margin-right: 5px;
}
.news-single .comment-list {
  padding-left: 50px;
}
.news-single .single-comments.login {
  text-align: center;
}
.news-single .single-comments.login i {
  font-size: 20px;
}
.news-single .single-comments.login a {
  text-align: center;
}
.news-single .single-comments.login a:hover {
  color: #353535;
}
.news-single .comments-form {
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px;
}
.news-single .comments-form h2 {
  text-align: left;
  font-size: 18px;
  color: #353535;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.news-single .form {
}
.news-single .form-group {
  position: relative;
  display: block;
  margin: 0 0 20px;
}
.news-single .form-group input {
  width: 100%;
  height: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
  border-radius: 3px;
  padding-right: 20px;
  border: none;
  line-height: 50px;
  font-weight: 400;
  font-size: 14px;
  color: #2c2d3f;
  padding: 0 15px;
}
.news-single .form-group textarea {
  border: 1px solid #ddd;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  height: 190px;
  padding: 15px;
  resize: none;
  font-weight: 400;
  font-size: 14px;
  color: #2c2d3f;
  border-radius: 3px;
}
.news-single .form-group input,
.news-single .form-group textarea {
  border: 1px solid transparent;
  border: 1px solid #eee;
  border-radius: 3px;
}
.news-single .form-group.message i {
  top: 22px;
}
.news-single .form-group .button {
  padding: 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  border: 0px solid;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 30px;
}
.news-single .form-group .button:hover {
  background: #353535;
}
.news-single .form-group .button i {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  padding: 0px;
}
.news-single .form-group.button {
  margin: 0;
  text-align: left;
}
.news-single .form-group.button .btn {
  background: #fff;
  background: #0657cf;
  color: #fff;
  width: 100%;
}
.news-single .form-group.button .btn:before {
  display: none;
}
.news-single .form-group.button .btn:hover {
  color: #fff;
  background: #333;
}
.news-single .form-group.button .btn i {
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/*=============================
	End Blog CSS
===============================*/

/*=============================
	Start Contact CSS
===============================*/
.contact .single-info {
  text-align: center;
  padding: 0px 45px;
  padding: 30px 30px;
  box-shadow: 0px 0px 10px #0000001f;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.contact .single-info:hover {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow: 0px 18px 45px #00000024;
}
.contact .single-info i {
  color: #0657cf;
  font-size: 35px;
  display: inline-block;
  margin-bottom: 20px;
}
.contact .single-info ul li {
  display: block;
}
.contact .single-info ul li a {
  font-weight: 400;
}
.contact .single-info ul li a:hover {
  color: #0657cf;
}
.contact .single-info .title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #2c2d3f;
  font-size: 18px;
}
.contact .contact-head {
  margin-top: 20px;
}
.contact .form-main {
  box-shadow: 0px 0px 10px #0003;
  padding: 30px;
  margin-top: 30px;
  border-radius: 5px;
}
.contact .form .form-group input {
  height: 50px;
  line-height: 50px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 0px 20px;
  color: #2c2d3f;
  border-radius: 4px;
}
.contact .form .form-group textarea {
  height: 190px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 15px 20px;
  color: #2c2d3f;
  border-radius: 4px;
  resize: none;
}
.contact .form .button {
  margin: 0;
}
.contact .form .button .btn {
  width: 100%;
}
.contact .form .button .btn:before {
  display: none;
}
.contact .form .button .btn:hover {
  background: #333;
}
.contact .form .button .btn i {
  display: inline-block;
  margin-right: 10px;
}
/* 谷歌地图 */
.contact #myMap {
  height: 450px;
  width: 100%;
  border-radius: 0px;
  margin-top: 30px;
  box-shadow: 0px 0px 10px #0003;
  border: 6px solid #fff;
  border-radius: 5px;
}
/*=============================
	End Contact CSS
===============================*/

/*=============================
	Start Error 404 CSS
===============================*/
.error-page {
  text-align: center;
  background: #fff;
  border-top: 1px solid #eee;
}
.error-page .error-inner {
  display: inline-block;
}
.error-page .error-inner h1 {
  font-size: 140px;
  text-shadow: 3px 5px 2px #3333;
  color: #0657cf;
  font-weight: 700;
}
.error-page .error-inner h1 span {
  display: block;
  font-size: 25px;
  color: #333;
  font-weight: 600;
  text-shadow: none;
}
.error-page .error-inner p {
  padding: 20px 15px;
}
.error-page .search-form {
  width: 100%;
  position: relative;
}
.error-page .search-form input {
  width: 400px;
  height: 50px;
  padding: 0px 78px 0 30px;
  border: none;
  background: #f6f6f6;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;
  font-size: 14px;
}
.error-page .search-form input:hover {
  padding-left: 35px;
}
.error-page .search-form .btn {
  width: 80px;
  height: 50px;
  border-radius: 5px;
  cursor: pointer;
  background: #0657cf;
  display: inline-block;
  position: relative;
  top: -2px;
  padding: 0;
}
.error-page .search-form .btn i {
  font-size: 16px;
}
.error-page .search-form .btn:hover {
  background: #333;
}
/*=================================
	End Error 404 CSS
==================================*/

/*================================
	Start Mail Success CSS
==================================*/
.mail-seccess {
  text-align: center;
  background: #fff;
  border-top: 1px solid #eee;
}
.mail-seccess .success-inner {
  display: inline-block;
}
.mail-seccess .success-inner h1 {
  font-size: 100px;
  text-shadow: 3px 5px 2px #3333;
  color: #0657cf;
  font-weight: 700;
}
.mail-seccess .success-inner h1 span {
  display: block;
  font-size: 25px;
  color: #333;
  font-weight: 600;
  text-shadow: none;
  margin-top: 20px;
}
.mail-seccess .success-inner p {
  padding: 20px 15px;
}
.mail-seccess .success-inner .btn {
  color: #fff;
}
/*===========================
	End Mail Success CSS
=============================*/

/*===========================
	Client Carousel CSS
=============================*/
.clients {
  padding: 60px 0;
  background: #0657cf;
}
.clients .section-heading {
  text-align: center;
  margin-bottom: 35px;
}
.clients .section-heading h2 {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 40px;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.clients .section-heading h2:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  width: 160px;
  height: 3px;
  background: #fff;
}
.clients .section-heading .sub-text {
  color: #fff;
  font-size: 15px;
  margin-top: 24px;
}
.clients .clients-inner {
  margin-top: 20px;
}
.single-client {
  padding: 10px;
  position: relative;
}
.single-client img {
  width: auto;
  display: inline-block;
}
.single-client:hover {
  cursor: default;
}
.single-client.active img {
  opacity: 1;
}
/*=============================
	End Client Carousel CSS
===============================*/

/*======================
	Start Footer CSS
========================*/
.footer {
  background: #151529;
}
.footer .footer-top {
  padding: 70px 0px;
}
.footer .single-footer {
  margin-top: 30px;
}
.footer .single-footer h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 40px;
  border-left: 4px solid #0657cf;
  padding-left: 10px;
}
/* 页脚关于我们 */
.footer .f-about .logo {
  margin-bottom: 16px;
}
.footer .f-about .text {
  color: #ccc;
  margin-bottom: 20px;
  line-height: 24px;
}
.footer .logo img {
  max-height: 60px;
}
.footer .single-footer.f-about .btn {
  color: #333;
  background: #fff;
  padding: 10px 37px;
}
.footer .single-footer.f-about .btn:hover {
  color: #fff;
}
.footer .single-footer.f-about .btn:before {
  background: #0657cf;
}
/* 页脚链接 */
.footer .f-link ul li {
  margin-bottom: 10px;
}
.footer .f-link ul li:last-child {
  margin-bottom: 0px;
}
.footer .f-link ul li a {
  display: inline-block;
  color: #ccc;
  font-weight: 400;
}
.footer .f-link ul li a:hover {
  color: #0657cf;
  padding-left: 6px;
}
/* 最新动态 */
.footer .latest-news {
}
.footer .single-news {
  margin-bottom: 20px;
  padding-left: 90px;
  position: relative;
}
.footer .single-news:last-child {
  margin-bottom: 0px;
}
.footer .single-news img {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
}
.footer .single-news h4 {
  font-size: 15px;
  line-height: 23px;
}
.footer .single-news h4 a {
  color: #ccc;
  font-weight: 400;
}
.footer .single-news h4 a:hover {
  color: #0657cf;
}
.footer .single-news .date {
  color: #eee;
  display: block;
  margin-top: 7px;
  font-size: 13px;
}
.footer .single-news .date i {
  margin-right: 5px;
  color: #0657cf;
}
/* 联系我们 */
.footer .single-contact {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
}
.footer .single-contact:last-child {
  margin-bottom: 0px;
}
.footer .single-contact i {
  color: #0657cf;
  position: absolute;
  left: 0;
  top: 5px;
}
.footer .f-contact p {
  color: #ccc;
}
.footer .f-contact p a {
  color: #ccc;
  font-weight: 400;
}
.footer .f-contact p a:hover {
  color: #0657cf;
}
/* 社交链接 */
.footer .social {
  margin-top: 20px;
}
.footer .social li {
  display: inline-block;
  margin-right: 10px;
}
.footer .social li:last-child {
  margin-right: 0px;
}
.footer .social li a {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  display: block;
  font-size: 14px;
}
.footer .social li a:hover {
  background: #0657cf;
  border-color: #0657cf;
  color: #fff;
}
/* 版权信息 */
.footer .copyright {
  background: transparent;
  position: relative;
  text-align: center;
}
.footer .copyright-content {
  padding: 20px 0;
  border-top: 1px solid #eeeeee3d;
}
.footer .copyright-content p {
  color: #fff;
}
.footer .copyright-content p i {
  margin-right: 5px;
}
.footer .copyright-content p a {
  font-weight: 400;
  color: #eee;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  margin-left: 4px;
  text-decoration: underline;
}
.footer .copyright-content p a:hover {
  color: #0657cf;
}
/*=============================
	End Footer CSS
===============================*/
