@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700&display=swap);

body {
  font-family: "Microsoft Yahei", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #747e88
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

img {
  max-width: 100%
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none
}

a:focus,
a:hover {
  text-decoration: none
}

i,
span,
a {
  display: inline-block
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft Yahei", sans-serif;
  font-weight: 600;
  color: #38424d;
  margin: 0
}

h1 {
  font-size: 48px
}

h2 {
  font-size: 36px
}

h3 {
  font-size: 28px
}

h4 {
  font-size: 22px
}

h5 {
  font-size: 18px
}

h6 {
  font-size: 16px
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #747e88;
  margin: 0
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%
}

.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  line-height: 48px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  background-color: #1e75d9;
  -webkit-box-shadow: 0 3px 8px 0 rgba(30, 117, 217, .25);
  -moz-box-shadow: 0 3px 8px 0 rgba(30, 117, 217, .25);
  box-shadow: 0 3px 8px 0 rgba(30, 117, 217, .25)
}

.main-btn:hover {
  background-color: rgba(30, 117, 217, .6);
  color: #fff
}

.main-btn.main-btn-2 {
  background-color: #fff;
  color: #1e75d9;
  border-color: #1e75d9
}

.main-btn.main-btn-2:hover {
  background-color: #1e75d9;
  border-color: #1e75d9;
  color: #fff
}

.section_title .title {
  font-size: 40px
}

@media (max-width:767px) {
  .section_title .title {
    font-size: 24px
  }
}

.section_title p {
  margin-top: 10px
}

/* 产品分类标签样式 */
.product-categories {
  margin-bottom: 30px;
}

.category-btn {
  background-color: #f8f9fa;
  border: 2px solid #dee2e6;
  color: #495057;
  padding: 8px 20px;
  margin: 0 5px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}

.category-btn:hover {
  background-color: #e9ecef;
}

.category-btn.active {
  background-color: #1e75d9;
  color: white;
  border-color: #1e75d9;
}

.mb-50 {
  margin-bottom: 50px;
}

.slick-slide {
  outline: 0
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%
}

.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  border-color: #1e75d9 #1e75d9 #f7f7fd;
  border-radius: 50%;
  border-width: 6px
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #f7f7fd;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #f7f7fd;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.sticky {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.sticky .navbar {
  padding: 10px 0
}

.navbar {
  padding: 25px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.navbar-brand {
  padding: 0
}

.navbar-brand img{
  height: 40px;
}

.navbar-toggler {
  padding: 0
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #38424d;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 15px 20px 0 rgba(34, 34, 34, .1);
    -moz-box-shadow: 0 15px 20px 0 rgba(34, 34, 34, .1);
    box-shadow: 0 15px 20px 0 rgba(34, 34, 34, .1);
    padding: 5px 12px
  }
}

@media (max-width:767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 15px 20px 0 rgba(34, 34, 34, .1);
    -moz-box-shadow: 0 15px 20px 0 rgba(34, 34, 34, .1);
    box-shadow: 0 15px 20px 0 rgba(34, 34, 34, .1);
    padding: 5px 12px
  }
}

.navbar-nav .nav-item {
  margin-left: 45px;
  position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .navbar-nav .nav-item {
    margin-left: 30px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .navbar-nav .nav-item {
    margin: 0
  }
}

@media (max-width:767px) {
  .navbar-nav .nav-item {
    margin: 0
  }
}

.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 600;
  color: #38424d;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  padding: 5px 0;
  position: relative
}

.navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: #38424d;
  border-radius: 50px;
  left: 110%;
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .navbar-nav .nav-item a::before {
    display: none
  }
}

@media (max-width:767px) {
  .navbar-nav .nav-item a::before {
    display: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0
  }
}

@media (max-width:767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0
  }
}

.navbar-nav .nav-item.active>a::before,
.navbar-nav .nav-item:hover>a::before {
  width: 100%
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0
  }
}

@media (max-width:767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible
  }
}

@media (max-width:767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #1e75d9
}

.navbar-nav .sub-nav-toggler {
  display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px
  }
}

@media (max-width:767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px
}

.header_hero {
  position: relative;
  z-index: 5;
  background-position: center;
  overflow: hidden;
  padding-top: 70px;
  height: 800px;
  background-image: url(../images/banner-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media only screen and (min-width:1400px) {
  .header_hero {
    height: 900px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .header_hero {
    height: 700px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header_hero {
    height: auto
  }
}

@media (max-width:767px) {
  .header_hero {
    height: auto
  }
}

.header_image,
.header_shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-position: left bottom
}

.header_image {
  z-index: 9
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header_image {
    position: relative;
    width: 720px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px
  }
}

@media (max-width:767px) {
  .header_image {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .header_image {
    width: 540px
  }
}

.header_image .image {
  position: relative;
  margin: auto;
  width: 600px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header_hero_content {
    padding-top: 50px
  }
}

.header_hero_content .header_title {
  font-size: 50px;
  font-weight: 700;
  color: #222;
  margin-top: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .header_hero_content .header_title {
    font-size: 40px
  }
}

@media (max-width:767px) {
  .header_hero_content .header_title {
    font-size: 24px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .header_hero_content .header_title {
    font-size: 30px
  }
}

.header_hero_content .header_title span {
  color: #1e75d9
}

.header_hero_content p {
  margin-top: 15px
}

.header_hero_content .main-btn {
  margin-top: 30px
}

.single_advantage i {
  width: 67px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  background-color: #fff;
  color: #1e75d9;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 11px 0 rgba(30, 117, 217, .11);
  -moz-box-shadow: 0 2px 11px 0 rgba(30, 117, 217, .11);
  box-shadow: 0 2px 11px 0 rgba(30, 117, 217, .11);
  font-size: 38px
}

.single_advantage .title {
  font-size: 24px;
  margin-top: 25px
}

.single_advantage p {
  margin-top: 15px
}

.about_area {
  margin-top: 100px;
  position: relative;
  background-image: url(../images/about-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .about_area {
    margin-top: 100px
  }
}

.about_image {
  position: absolute;
  top: 5%;
  left: 0;
  width: 50%;
  height: 100%
}

.about_image .image img {
  border-radius: 25px;
  width: 550px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .about_image {
    margin-top: 100px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .about_image {
    position: relative;
    width: 540px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (max-width:767px) {
  .about_image {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .about_image {
    width: 540px
  }
}

.about_content {
  padding-top: 60px;
  padding-bottom: 150px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .about_content {
    padding: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .about_content {
    padding-top: 45px;
    padding-bottom: 0
  }
}

@media (max-width:767px) {
  .about_content {
    padding-top: 45px;
    padding-bottom: 0
  }
}

.about_content .company_name {
  font-size: 24px;
}

.about_content p {
  padding-top: 5px;
}

.advantage_area {
  margin-top: 50px;
}

.slick-center .single_gallery {
  border-color: #1e75d9
}

.slick-center .single_gallery .gallery_btn {
  margin-top: 30px;
  opacity: 1
}

.slick-center .single_client {
  border-color: #1e75d9
}

.client_active .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 35px
}

.client_active .slick-dots li {
  display: inline-block;
  margin: 0 3px
}

.client_active .slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-radius: 50px;
  font-size: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border: 2px solid #1e75d9
}

.client_active .slick-dots li.slick-active button {
  background-color: #1e75d9
}

.product_div {
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  border: 2px solid #ececec;
}

.product_div .product_image img {
  width: 370px;
  height: 574px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.product_div .product_content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-transform: translateY(145px);
  -moz-transform: translateY(145px);
  -ms-transform: translateY(145px);
  -o-transform: translateY(145px);
  transform: translateY(145px);
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.product_div .item-hot-icon {
  height: 43px;
  width: 84px;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .product_div .product_content {
    -webkit-transform: translateY(120px);
    -moz-transform: translateY(120px);
    -ms-transform: translateY(120px);
    -o-transform: translateY(120px);
    transform: translateY(120px)
  }
}

@media (max-width:767px) {
  .product_div .product_content {
    -webkit-transform: translateY(165px);
    -moz-transform: translateY(165px);
    -ms-transform: translateY(165px);
    -o-transform: translateY(165px);
    transform: translateY(165px)
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .product_div .product_content {
    -webkit-transform: translateY(95px);
    -moz-transform: translateY(95px);
    -ms-transform: translateY(95px);
    -o-transform: translateY(95px);
    transform: translateY(95px)
  }
}

.product_div .product_content .main_content {
  background-color: #1e75d9;
  padding: 25px 30px
}

.product_div .product_content .main_content .product_title a {
  font-size: 20px;
  font-weight: 600;
  color: #fff
}

.product_div .product_content .main_content p {
  margin-top: 20px;
  color: #fff
}

.product_div:hover {
  border-color: #1e75d9
}

.product_div:hover .product_image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.product_div:hover .product_content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.contact_area {
  background-position: center center;
  background-image: url(../images/foot-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.contact_info a img {
  height: 50px;
}

.single_info .info_content {
  padding-left: 20px
}

.footer_area {
  position: relative
}

.footer_copyright .copyright {
  border-top: 2px solid rgba(56, 66, 77, .14);
  padding: 15px 0
}

.footer_copyright .copyright a {
  color: #747e88;
}

.footer_copyright .copyright a:hover {
  color: #1e75d9
}

.contact_title {
  font-size: 20px;
  font-weight: 600
}

.nav_link .link_info a {
  font-size: 16px;
  color: #747e88;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.nav_link .link_info a:hover {
  color: #1e75d9
}

.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #1e75d9;
  text-align: center;
  z-index: 99;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  display: none
}

.back-to-top:hover {
  color: #fff;
  background-color: #1e75d9
}