body {
  background: #fafcfe;
  color: #555;
}

body,
p {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  line-height: 26px;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

.alert .icon {
  margin-right: 15px;
}

/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

.body-inner {
  position: relative;
  overflow: hidden;
}

.preload {
  position: fixed;
  background: #fff url(../images/preload.gif) center center no-repeat;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

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

a {
  color: inherit;
  transition: 0.2s ease;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a.read-more {
  color: #3d52eb;
  font-weight: 700;
  text-transform: uppercase;
}

a.read-more:hover {
  color: #222;
}

section,
.section-padding {
  padding: 70px 0;
  position: relative;
}

.no-padding {
  padding: 0;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mrt-0 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

.ts-padding {
  padding: 60px;
}

.solid-bg {
  background: #f9f9f9;
}

.dark-bg {
  background: #252525;
  color: #fff;
}

.dark-bg h2,
.dark-bg h3 {
  color: #fff;
}

.solid-row {
  background: #f0f0f0;
}

.bg-overlay {
  position: relative;
}

.bg-overlay .container {
  position: relative;
  z-index: 1;
}

.bg-overlay:after {
  background-color: rgba(0, 46, 91, 0.8);
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-overlay:after {
  position: relative;
}

.bg-overlay:after {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.content-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.dropcap.primary {
  background: #3d52eb;
  color: #fff;
}

.dropcap.secondary {
  background: #3a5371;
  color: #fff;
}

/* Title */
.title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}

/* Title Border */
/* Section title */
.section-title {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
}

.section-sub-title {
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  margin: 50px 0 40px;
  color: #212121;
}

.section-sub-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  bottom: 48px;
  left: 50%;
  margin-left: -15px;
  /*background: #3D52EB;*/
}

.text-center span {
  text-align: center !important;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #b0b0b0 !important;
  line-height: 19px;
}

@media (max-width: 575px) {
  .section-sub-title {
    font-size: 28px;
  }
}

/* Column title */
.column-title {
  margin: 0 0 40px;
}

.column-title-small {
  font-size: 20px;
  margin: 0 0 25px;
}

/* Page content title */
.page-content-title.first {
  margin-top: 0;
}

/* Video responsive */
.embed-responsive {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Input form */
.form-control {
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 44px;
  background: none;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #3d52eb;
}

hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin: 40px 0;
}

.alert hr {
  background: initial;
  margin: initial;
  border-top: 1px solid;
  height: initial;
  margin-bottom: 1rem;
  opacity: 0.2;
}

.logo {
  padding-right: 15px;
}

blockquote {
  padding: 25px;
  margin: 20px 0;
  background: #f9f9f9;
  position: relative;
  border-left: 3px solid #3d52eb;
  padding-left: 40px;
}

blockquote.text-center {
  border-top: 3px solid #3d52eb;
  border-left: 0;
  padding-left: 25px;
  padding-top: 50px;
}

blockquote.text-center:before {
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

blockquote.text-right {
  border-right: 3px solid #3d52eb;
  padding-right: 40px;
  border-left: 0;
  padding-left: 25px;
}

blockquote.text-right:before {
  left: auto;
  right: 5px;
}

blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 28px;
  color: #e5e5e5;
  top: 5px;
  left: 5px;
  font-weight: 700;
  z-index: 0;
}

blockquote p {
  font-size: 14px;
  line-height: 22px;
  position: relative;
  z-index: 1;
  font-style: italic;
  margin-bottom: 0;
}

cite {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

/* Ul, Ol */
.list-round,
.list-arrow,
.list-check {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}

.list-round li {
  line-height: 28px;
}

.list-round li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  margin-right: 10px;
  color: #3d52eb;
  font-size: 12px;
}

.list-arrow {
  padding: 0;
}

ul.list-arrow li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  margin-right: 10px;
  color: #3d52eb;
  font-size: 16px;
  font-weight: bold;
}

ul.list-check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  margin-right: 10px;
  color: #3d52eb;
  font-size: 14px;
}

/* Bootstrap */
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a {
  border: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background: none;
}

.pattern-bg {
  background: #f5f5f5 url(../images/crossword.png);
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/* Button */
.btn:active,
.btn:focus {
  box-shadow: none !important;
}

.btn-primary,
.btn-dark {
  border: 0;
  border-radius: 3px;
  /*padding: 12px 20px 10px;*/
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  transition: 350ms;
  font-size: 14px;
}

@media (max-width: 767px) {

  .btn-primary,
  .btn-dark {
    font-size: 13px;
  }
}

.btn-white.btn-primary {
  background: #fff;
  color: #3d52eb;
}

.btn-primary {
  background: #3d52eb;
}

.btn-dark {
  background: #23282d;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
  background: #111;
  color: #fff;
}

.btn-primary:hover:active,
.btn-primary:hover:focus,
.btn-dark:hover:active,
.btn-dark:hover:focus,
.btn-white.btn-primary:hover:active,
.btn-white.btn-primary:hover:focus {
  color: #fff;
  background-color: #111 !important;
}

.general-btn {
  margin-top: 50px;
}

/* Bootstrap */
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a {
  border: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background: none;
}

.pattern-bg {
  background: #f5f5f5 url(../images/crossword.png);
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/* Top Bar
================================================== */
.top-bar {
  padding: 8px 0;
  background: #ebebeb;
  position: relative;
}

/* Top info */
ul.top-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.top-info li {
  position: relative;
  line-height: 10px;
  display: inline-block;
  margin-left: 0;
  padding-right: 15px;
}

ul.top-info li i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

ul.top-info li p.info-text {
  margin: 0;
  line-height: normal;
  display: inline-block;
  flex-direction: column;
}

/* Top social */
.top-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: -12px;
}

@media (max-width: 767px) {
  .top-social ul {
    margin-right: 0;
  }
}

.top-social ul li {
  display: inline-block;
  padding: 0;
}

.top-social ul li a {
  color: #2c2c2c;
  font-size: 14px;
  transition: 400ms;
  padding: 9px 12px;
}

.top-social ul li a:hover {
  color: #333;
}

/* Top bar border */
.top-bar-border {
  padding: 8px 20px 8px;
  border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
  color: #707070;
  font-weight: 400;
}

.top-bar-border .top-social li a {
  color: #7c7c7c;
}

.top-bar-border ul.top-info li i {
  color: #3d52eb;
}

/* Header area
================================================== */
.header {
  background: #fff;
  position: relative;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.header-one,
.header-one .site-navigation {
  background: #23282d;
}

.header-one .navbar-collapse {
  padding-left: 0;
}

#navbar-collapse ul.navbar-nav>li {
  width: 100px;
  text-align: center;
  border-bottom: 2px solid #fff;
}

@media (max-width: 991px) {
  .navbar-collapse.collapse {
    overflow-y: auto;
  }
}

.header-one ul.navbar-nav>li {
  padding-left: 0;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .header-one ul.navbar-nav>li {
    padding-right: 0;
  }
}

.main-content img {
  max-width: 100%;
  margin: auto;
  height: auto;
  margin-top: 15px;
  margin-bottom: 35px;

}

.main-content a {
  font-weight: bold;
  text-decoration: underline dotted;
}

.main-content p,
.main-content div {
  line-height: 30px;
}

.header-one .logo-area {
  padding: 30px 0;
}

.navbar-fixed {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
}

.header-two {
  /*background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
   padding: 15px 0;*/
  /* border-bottom: 0.1px solid #fff; */
  background: #fff;
}

.header-two .navbar-fixed {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.navbar-fixed .navbar-light ul.navbar-nav>li>a,
.navbar-light .navbar-nav .nav-link {
  color: #333;
}

.navbar-fixed .nav-link:hover {
  color: #333 !important;
}

.navbar-fixed .navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #333;
}

ul.navbar-nav>li>a {
  padding: 15px 0 !important;
  color: #fff;
}

@media (max-width: 991px) {
  ul.navbar-nav>li>a {
    padding: 1px 0 !important;
  }

  .navbar-nav {
    margin-bottom: 15px;
  }
}

/*ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
    color: #3D52EB !important;
}*/
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

/*-- Logo --*/
.logo img {
  width: auto;
  height: 35px;
}

.header-two .logo img {
  height: 30px;
}

/* header right */
.header-right {
  float: right;
}

ul.top-info-box {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

@media (max-width: 767px) {
  ul.top-info-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}

ul.top-info-box li {
  position: relative;
  float: left;
  margin-left: 0;
  border-right: 1px solid #dedede;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 25px;
  margin-right: 25px;
}

@media (max-width: 767px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 50%;
    padding: 0;
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 100%;
    margin-top: 15px;
  }
}

ul.top-info-box li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

ul.top-info-box li.last {
  border-right: 0;
}

ul.top-info-box li .info-box span.info-icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px 0 0;
  position: relative;
}

ul.top-info-box li .info-box .info-box-content {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  flex-direction: column;
}

ul.top-info-box li .info-box .info-box-title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: normal;
}

ul.top-info-box li .info-box .info-box-subtitle {
  margin: 0;
  line-height: normal;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

/*-- Search start --*/
ul.top-info-box>li.nav-search {
  cursor: pointer;
  padding-left: 30px;
  margin-left: 30px;
}

ul.top-info-box>li.nav-search:before {
  position: absolute;
  content: "";
  background: #ddd;
  left: 0;
  width: 1px;
  height: 40px;
  top: 50%;
  margin-top: -10px;
}

ul.top-info-box>li.nav-search i {
  font-size: 20px;
  top: 10px;
  position: relative;
  cursor: pointer;
  color: #999;
}

/* Main navigation */
.navbar-toggler {
  float: left;
  margin-top: 10px;
  padding: 12px;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  min-height: 57px;
}

.navbar-toggler {
  margin: 10px 0;
  padding: 6px;
  border-radius: 0;
  font-size: 1rem;
  /*background: #3D52EB;*/
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

ul.navbar-nav>li:hover>a,
ul.navbar-nav>li.active>a {
  color: #3d52eb;
  position: relative;
}

ul.navbar-nav>li {
  padding: 0 8px;
  position: relative;
}

@media (max-width: 1200px) {
  ul.navbar-nav>li {
    padding: 0 9px;
  }

  ul.navbar-nav>li .nav-link {
    font-size: 12px;
  }
}

.header-two .navbar-nav>.header-get-a-quote {
  top: -4px;
}

@media (max-width: 991px) {
  .header-two ul.navbar-nav>li {
    padding: 0;
    width: 100%;
  }
}

ul.navbar-nav>li:last-child {
  padding-right: 0;
}

ul.navbar-nav>li:last-child:after {
  background: none;
}

ul.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus {
  background: none;
}

ul.navbar-nav>li>a i {
  font-weight: 700;
}

@media (max-width: 991px) {
  ul.navbar-nav>li>a i {
    float: right;
    background: #222;
    padding: 6px 10px;
    margin-top: 7px;
  }

  .header-two ul.navbar-nav>li>a i {
    color: #fff;
  }

  .header-two ul.navbar-nav>li.active>a i,
  .header-two ul.navbar-nav>li>a.active i {
    color: #3d52eb;
  }
}

ul.navbar-nav>li>a:after,
ul.navbar-nav>li>a:after {
  display: none;
}

ul.navbar-nav>li>a {
  font-family: "Montserrat", sans-serif;
  color: #333;
  text-rendering: optimizeLegibility;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  font-size: 14px;
  margin: 0;
  line-height: 25px;
  padding: 30px 0;
  transition: 350ms;
}

.navbar-light ul.navbar-nav>li>a,
.navbar-light .navbar-nav .nav-link {
  color: #333;
  font-size: 14px;
  font-weight: 400 !important;
}

/*.navbar-light ul.navbar-nav > li.active  > a {*/
/*    */
/*}*/

/* Dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0;
}

.dropdown-submenu>a:after {
  display: block;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  float: right;
  margin-top: 0;
  margin-right: -5px;
  border: 0;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-menu {
  /* text-align: left; */
  text-align: center;
  background: #fff;
  z-index: 100;
  min-width: 152px;
  border-radius: 0;
  border: 0;
  border-top: 0px solid #3d52eb;
  /* padding: 0 20px; */
  /* margin: 0; */
  margin-left: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media (max-width: 991px) {
  .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  }
}

.dropdown-menu-large {
  min-width: 400px;
}

.dropdown-menu-large>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-menu-large>li>ul>li>a {
  padding-left: 0;
}

.dropdown-menu-large>li>ul>li.active>a {
  color: #3d52eb !important;
}

.navbar-nav>li>.dropdown-menu a {
  background: none;
}

.dropdown-menu li a {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 8px 0;
  letter-spacing: 0.3px;
  /* border-bottom: 1px solid #e5e5e5; */
  color: #333333;
}

@media (max-width: 991px) {
  .dropdown-menu li a {
    padding: 12px 0;
  }
}

.dropdown-menu li:last-child>a {
  border-bottom: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #3d52eb;
}

@media (min-width: 991px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}

@media (min-width: 991px) {
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }

  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>.dropdown-menu>.active>a {
  background: none;
  color: #3d52eb;
}

/*-- Nav Search start --*/
.site-navigation .container,
.search-area {
  position: relative;
}

.search-area {
  min-height: 70px;
  padding-right: 0;
}

.nav-search {
  position: absolute;
  cursor: pointer;
  top: 22px;
  right: 0;
}

@media (max-width: 991px) {
  .nav-search {
    top: 17px;
  }
}

.search-block {
  background-color: #ededec;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
  display: none;
  padding: 10px;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 300px;
  z-index: 10;
  margin-top: 0;
}

@media (max-width: 991px) {
  .search-block {
    top: 58px;
  }
}

.search-block .form-control {
  background-color: #ffffff;
  border: none;
  width: 100%;
  height: 40px;
  padding: 0 12px;
}

.search-block .search-close {
  position: absolute;
  top: -56px;
  font-size: 32px;
  cursor: pointer;
  background: #ffffff;
  padding: 5px;
}

@media (max-width: 991px) {
  .search-block .search-close {
    top: -46px;
  }
}

.search-area .nav-search {
  top: 23px;
}

.search-area .search-block .search-close {
  top: -50px;
}

.search-area .search-block {
  right: 0;
}

/* Get a quote */
.header-get-a-quote .btn-primary {
  padding: 12px 25px !important;
  font-size: 13px;
  border-radius: 3px;
  line-height: normal;
  text-transform: capitalize;
  color: #fff;
  margin-top: 5px;
}

@media (max-width: 1200px) {
  .header-get-a-quote .btn-primary {
    padding: 12px !important;
  }
}

@media (max-width: 991px) {
  .header-get-a-quote .btn-primary {
    padding: 12px 30px !important;
  }
}

.header-get-a-quote .btn-primary:hover {
  background: #272d33;
  color: #3d52eb !important;
}

ul.navbar-nav>li.header-get-a-quote:hover>a:after {
  position: relative;
  content: no-close-quote;
}

/* Table of Content
==================================================
1.    Slider
2.    Call to action
3.    Features
4.    Facts
5.    Services
6.   Project area
7.   Content area
8.   Testimonial
9.   Subscribe area
10.   News section
11.   Footer
12.   Sub Pages
13.   Contact Us
14.   News Listing
15.   News Single
16.   Sidebar
17.   Error page
*/
/* Slider
================================================== */
/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
  height: 700px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
}

@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #3d52eb;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}

@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 60px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}

@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #3d52eb !important;
}

.slider.border:hover {
  background: #3d52eb;
  border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all 0.25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}

.slick-dots li button:hover:before,
.slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3d52eb;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: #3d52eb;
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
  /* top: 150px;*/
  padding: 0;
  /*position: absolute;*/
  width: 100%;
  text-align: center;
  /*-webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    left: 20px;
    bottom: 40px;
    /*width: calc(100% - 40px);*/
    width: 100%;
  }
}

.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 30px;
  margin: 8px 0 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}

.box-slide-description {
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 5px 15px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}

/* Call to action
================================================== */
.call-to-action {
  background-color: #272d33;
  padding: 30px;
}

.call-to-action-title {
  color: #fff;
  margin: 0;
  padding: 25px 0;
  line-height: normal;
  font-size: 22px;
  text-transform: capitalize;
}

/* Action style box */
.call-to-action-box {
  margin-top: -50px;
}

.call-to-action-box .action-style-box {
  background: #3d52eb;
  padding: 30px;
}

.action-title {
  color: #fff;
  margin: 0;
  line-height: 36px;
  font-size: 18px;
  text-transform: uppercase;
}

/* Intro
================================================== */
/* Intro */
.ts-intro {
  padding-right: 20px;
}

.into-title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  margin: 0;
}

.into-sub-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 32px;
  line-height: normal;
  margin: 10px 0;
}

/*-- Featured Tab --*/
.featured-tab {
  padding-left: 15px;
}

.featured-tab .nav-tabs {
  border: 0;
}

.featured-tab .nav-tabs>li>a {
  font-family: "Roboto Slab", serif;
  background: #272d33;
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 50px;
  margin: 0 1px 20px;
  padding: 0 20px;
  border: 0 !important;
  transition: all 300ms ease;
}

.featured-tab .tab-content {
  border-top: 0;
  padding: 0;
  overflow: hidden;
}

.featured-tab .nav.nav-tabs {
  margin-bottom: 10px;
}

.featured-tab .nav-tabs>li.active>a {
  color: #fff;
  background: #3d52eb;
  position: relative;
}

.featured-tab .nav-tabs>li.active>a:after {
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -20px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
  border-color: #3d52eb rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.featured-tab .lead {
  font-size: 18px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
}

.featured-tab .tab-pane img.pull-left {
  margin: 0 30px 10px 0;
}

.featured-tab .tab-pane img.pull-right {
  margin: 0 0 0 30px;
}

.featured-tab .tab-icon i {
  font-size: 230px;
}

.tab-image-content {
  padding-left: 0;
}

.featured-tab .border-title.border-left {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 20px;
}

/* Tab services */
.featured-tab.tab-services .nav-tabs>li>a {
  font-size: 14px;
  padding: 0 21px;
  text-transform: capitalize;
}

.featured-tab.tab-services .nav.nav-tabs {
  margin-bottom: 20px;
}

/* Facts
================================================== */
.facts-wrapper {
  text-align: center;
}

.facts-wrapper .ts-facts {
  color: #fff;
}

.ts-facts .ts-facts-icon i {
  font-size: 42px;
  color: #3d52eb;
}

.ts-facts .ts-facts-content .ts-facts-num {
  color: #fff;
  font-size: 44px;
  margin: 30px 0 20px;
}

.ts-facts .ts-facts-content .ts-facts-title {
  font-size: 16px;
  color: #3d52eb;
  margin: 0;
}

/* Services
================================================== */
/* Service box */
.ts-service-box .ts-service-icon i {
  font-size: 36px;
  float: left;
  color: #3d52eb;
}

.ts-service-box .ts-service-box-content {
  margin-left: 62px;
  margin-bottom: 30px;
}

.tab-content .ts-service-box .ts-service-box-content {
  margin-left: 90px;
}

.ts-service-box .ts-service-box-content h3 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
}

.ts-service-box .ts-service-box-info {
  margin-left: 25px;
  margin-bottom: 40px;
}

.service-box-title {
  font-size: 16px;
  margin: 0 0 10px;
}

.service-box-title a {
  color: #333;
}

.service-box-title a:hover {
  color: #3d52eb;
}

/* Service box bg */
.ts-service-box-bg {
  background: #252525;
  color: #fff;
  padding: 30px;
}

.ts-service-box-bg h4,
.ts-service-box-bg h3 {
  color: #fff;
}

/* Icon squre */
.ts-service-icon.icon-round i {
  font-size: 24px;
  color: #fff;
  background: #3d52eb;
  text-align: center;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  position: relative;
  float: none;
}

/* Icon left */
.ts-service-box.icon-left .ts-service-box-icon {
  float: left;
}

.ts-service-box.icon-left .ts-service-box-icon i {
  background: #3d52eb;
  color: #fff;
}

.ts-service-box.icon-left .ts-service-box-info {
  margin-left: 90px;
}

.ts-service-box.icon-left .ts-service-box-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

/* Service no box */
.service-no {
  font-size: 48px;
  color: #dbdbdb;
  float: left;
  margin-top: 10px;
}

.ts-service-box-content .ts-service-box-info {
  margin-left: 90px;
}

/* Service Image */
.ts-service-image-wrapper {
  margin-bottom: 30px;
}

.ts-service-icon i {
  font-size: 28px;
  margin-right: 15px;
  margin-top: 2px;
}

.ts-service-info {
  margin-left: 30px;
}

.ts-service-info h3 {
  font-size: 16px;
}

.ts-service-info .learn-more {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.ts-service-info .learn-more:hover {
  color: #3d52eb;
}

/* Service Classic */
.ts-service-classic .ts-service-icon i {
  font-size: 24px;
  float: left;
  color: #fff;
  background: #3d52eb;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s;
}

.ts-service-classic .ts-service-box-info {
  margin-left: 80px;
}

.ts-service-classic:hover .ts-service-icon i {
  background: #3d52eb;
}

/* Projects area
================================================== */
/* Project filter nav */
.shuffle-btn-group {
  display: inline-block;
  margin: 20px 0 50px;
  width: 100%;
  /* border-bottom: 3px solid #3D52EB;*/
}

.shuffle-btn-group li {
  display: inline-block;
  color: #212121;
  font-size: 14px;

  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0;
}

.shuffle-btn-group li a.active {
  color: #212121;
  background: #3d52eb;
}

.shuffle-btn-group li a {
  display: block;
  padding: 6px 25px;
  padding-top: 10px;
}

/* Project shuffle Item */
.shuffle-item {
  padding: 0;
}

.shuffle-item .project-img-container {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
}

.project-img-container .item-info-title {
  background: #103230;
  color: #ffffff;
  position: absolute;
  z-index: 99;
  left: 20px;
  top: 20px;
  padding: 3px 10px 2px;
  font-size: 12px;
  line-height: 1.5;
}

.shuffle-item .project-img-container img {
  -webkit-transform: perspective(1px) scale3d(1.1, 1.1, 1);
  transform: perspective(1px) scale3d(1.1, 1.1, 1);
  transition: all 400ms;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shuffle-item .project-img-container:hover img {
  -webkit-transform: perspective(1px) scale3d(1.15, 1.15, 1);
  transform: perspective(1px) scale3d(1.15, 1.15, 1);
}

.shuffle-item .project-img-container:after {
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 400ms;
}

.shuffle-item .project-img-container:hover:after {
  opacity: 1;
}

.shuffle-item .project-img-container .gallery-popup .gallery-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  padding: 5px 12px;
  background: #3d52eb;
  color: #fff;
  opacity: 0;
  -webkit-transform: perspective(1px) scale3d(0, 0, 0);
  transform: perspective(1px) scale3d(0, 0, 0);
  transition: all 400ms;
}

.shuffle-item .project-img-container:hover .gallery-popup .gallery-icon {
  opacity: 1;
  -webkit-transform: perspective(1px) scale3d(1, 1, 1);
  transform: perspective(1px) scale3d(1, 1, 1);
}

.shuffle-item .project-img-container .project-item-info {
  position: absolute;
  top: 50%;
  margin-top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  z-index: 101;
}

.shuffle-item .project-img-container .project-item-info-content {
  opacity: 0;
  -webkit-transform: perspective(1px) translate3d(0, 15px, 0);
  transform: perspective(1px) translate3d(0, 15px, 0);
  transition: all 400ms;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title {
  font-size: 20px;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title a {
  color: #fff;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title a:hover {
  color: #3d52eb;
}

.shuffle-item .project-img-container .project-item-info-content .project-cat {
  background: #3d52eb;
  display: inline-block;
  padding: 2px 8px;
  font-weight: 700;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
}

.shuffle-item .project-img-container:hover .project-item-info-content {
  opacity: 1;
  -webkit-transform: perspective(1px) translate3d(0, 0, 0);
  transform: perspective(1px) translate3d(0, 0, 0);
}

.general-btn .btn-primary:hover {
  background: #000;
}

/* Project owl */
.owl-theme.project-slide {
  margin-top: 60px;
}

.project-slide .item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.project-item img {
  width: 100%;
  max-width: auto;
  transition: all 0.6s ease 0s;
}

.project-item:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.project-item-content {
  position: absolute;
  bottom: -1px;
  padding: 15px 20px;
  width: 100%;
  background: #3d52eb;
}

.owl-theme.project-slide .owl-nav>div {
  position: absolute;
  top: -70px;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.project-slide .owl-nav>div {
  display: inline-block;
  margin: 0 2px;
  font-size: 20px;
  background: #3d52eb;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.owl-theme.project-slide .owl-nav>.owl-prev {
  right: 35px;
  left: auto;
}

/* Projects Single page */
.project-title {
  font-size: 30px;
}

.project-info-label {
  color: #303030;
  font-weight: 700;
  font-size: 14px;
}

.project-info-content {
  font-size: 12px;
}

.project-info li {
  margin-bottom: 5px;
}

.project-link {
  margin-top: 15px;
}

/* Content area
================================================== */
/* Accordion */
.accordion-group .card {
  border-radius: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdfdf !important;
}

.accordion-group .card-body {
  padding: 15px 20px;
}

.accordion-group .card-body img {
  max-width: 100px;
  margin-bottom: 10px;
}

.accordion-group .card-header .btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 13px 15px;
  padding-bottom: 10px;
}

.accordion-group .card-header .btn:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  z-index: 0;
  font-size: 14px;
  right: 16px;
  padding: 3px 8px 1px;
  text-align: center;
  border-radius: 3px;
  top: 12px;
  content: "\f107";
  font-weight: 700;
  background-color: #333;
  color: #fff;
  transition: 0.3s;
}

.accordion-group .card-header .btn[aria-expanded="true"] {
  color: #3d52eb;
}

.accordion-group .card-header .btn[aria-expanded="true"]::before {
  content: "\f106";
  background-color: #3d52eb;
}

.accordion-group.accordion-classic .card-header .btn:before {
  display: none;
}

/* Clients */
.clients-logo {
  margin: 0 0 30px;
  border: 1px solid #dadada;
  min-height: 105px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.clients-logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
}

/* Testimonial
================================================== */
.testimonial-area {
  padding: 100px 0;
  background-color: #3d52eb;
  background-image: url(../images/parallax2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}

.testimonial-area .border-title,
.testimonial-area .border-sub-title {
  color: #fff;
}

.quote-item .quote-text {
  margin: 0 0 10px;
  display: inline-block;
  padding: 0 40px 30px 60px;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  font-style: italic;
}

@media (max-width: 575px) {
  .quote-item .quote-text {
    padding: 0 40px 30px 50px;
  }
}

.quote-item .quote-text:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 30px;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #ffc009;
}

.testimonial-slide .slick-dots {
  bottom: -35px;
}

img.testimonial-thumb {
  max-width: 80px;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
}

.quote-item-info {
  padding-top: 15px;
  display: inline-block;
}

.quote-author {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 2px;
  font-weight: 700;
  display: block;
  color: #3d52eb;
}

.quote-item-footer {
  margin-top: 0;
  margin-left: 60px;
}

@media (max-width: 575px) {
  .quote-item-footer {
    margin-left: 0;
  }
}

/* Testimonial Border */
.quote-item.quote-border .quote-text-border {
  border: 1px solid #3d52eb;
  padding: 20px;
  position: relative;
  line-height: 28px;
  color: #666;
  font-size: 18px;
  text-align: center;
}

.quote-item.quote-border .quote-text-border:before {
  border: 12px solid;
  border-color: #e1e1e1 transparent transparent;
  border-top-color: #3d52eb;
  bottom: -24px;
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.quote-item.quote-border .quote-text-border:after {
  border: 12px solid;
  border-color: #fff transparent transparent;
  bottom: -22px;
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.quote-item.quote-border .quote-item-footer {
  margin-left: 0;
  text-align: center;
  margin-top: 35px;
}

.quote-item.quote-border .quote-item-footer img.testimonial-thumb {
  float: none;
  margin: 0;
}

.quote-item.quote-border .quote-item-footer .quote-item-info {
  display: block;
}

/* Subscribe area
================================================== */
.subscribe {
  background: #3d52eb;
  padding: 0;
}

/* Call to action */
.subscribe-call-to-acton {
  min-height: 115px;
  padding: 30px 0 0 30px;
}

@media (max-width: 575px) {
  .subscribe-call-to-acton {
    text-align: center;
    padding: 30px 0;
    min-height: auto;
  }
}

.subscribe-call-to-acton h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}

.subscribe-call-to-acton h4 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}

/* Newsletter */
.ts-newsletter {
  background: #252525;
  position: relative;
  min-height: 115px;
  padding: 15px 0 0 50px;
}

@media (max-width: 767px) {
  .ts-newsletter {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .ts-newsletter {
    padding: 30px 5px 15px 5px;
    min-height: auto;
    text-align: center;
  }
}

.ts-newsletter:after {
  content: "";
  position: absolute;
  background: #252525;
  display: block;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
}

.newsletter-form input {
  background: none;
  font-size: 12px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* News section
================================================== */
.latest-post {
  position: relative;
}

.latest-post .image-angle:before {
  border-bottom: 20px solid #f9f9f9;
}

.latest-post .post-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}

.latest-post .post-title a {
  color: #303030;
}

.latest-post .post-title a:hover {
  color: #3d52eb;
}

.latest-post-meta {
  font-size: 13px;
  text-transform: uppercase;
}

.latest-post .post-body {
  padding: 20px 0 5px;
}

/* Footer
================================================== */
/*- Footer common */
.footer {
  background-color: #0d0d0d;
  color: #999;
}

.footer-main {
  padding: 80px 0 60px;
}

.footer .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #3d52eb;
}

/* Footer about us */
.footer-logo {
  max-height: 80px;
  width: 80px;
  display: block;
}

.footer-logo-right {
  float: right;
}

/* Footer social */
.footer-social {
  margin-top: 15px;
}

.footer-social .widget-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -13px;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a i {
  display: block;
  font-size: 16px;
  color: #999;
  transition: 400ms;
  padding: 10px 13px;
}

.footer-social ul li:hover {
  color: #fff;
}

/* Links */
.footer-widget ul.list-arrow li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px 0;
}

.footer-widget ul.list-arrow li:last-child {
  border-bottom: 0;
}

.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
  color: #747474;
}

.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover {
  color: #3d52eb;
}

.working-hours {
  padding-right: 10px;
}

.working-hours .text-right {
  float: right;
}

/*-- Copyright --*/
.copyright {
  background: #111;
  color: #fff;
  padding: 25px 0;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 12px;
}

.footer-menu ul li {
  display: inline-block;
  line-height: 12px;
}

.footer-menu ul.nav li a {
  background: none;
  color: #fff;
  padding: 0;
}

.footer-menu a,
span {
  color: #fff;
}

.footer-menu ul li a:hover {
  color: #fff;
}

#footer .news-project-area .property-item .pi-text a,
span {
  text-align: center !important;
}

#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  display: none;
}

#back-to-top .btn:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  #back-to-top {
    right: 15px;
  }
}

#back-to-top.position-fixed {
  bottom: 20px;
}

#back-to-top .btn.btn-primary {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  color: #3d52eb;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}

@media (max-width: 767px) {
  #back-to-top .btn.btn-primary {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

#back-to-top .btn.btn-primary:hover {
  color: #fff;
}

/* Sub Pages
================================================== */
/*-- Title border --*/
.main-container .border-left {
  margin-bottom: 30px;
}

/*-- Banner --*/
.banner-area {
  position: relative;
  min-height: 480px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

.index-banner-area {
  min-height: 480px;
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .banner-title {
    font-size: 32px;
  }
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-heading {
  text-align: left;
}

.breadcrumb {
  padding: 0;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
  color: #fff !important;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

/*-- About us page --*/
/* Slider pages */
.page-slider .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  text-shadow: none;
  transition: all 0.25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

.page-slider .carousel-control.left {
  left: 0;
}

.page-slider .carousel-control.right {
  right: 0;
}

.page-slider .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 70px;
  width: 40px;
  height: 70px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.page-slider .carousel-control i:hover {
  background: #3d52eb;
  color: #fff;
}

.page-slider.small-bg .item {
  min-height: 330px;
  background-size: cover;
}

.page-slider.small-bg .box-slider-content {
  left: 20%;
}

.page-slider.small-bg .box-slider-text {
  background: rgba(0, 0, 0, 0.55);
  padding: 5px 20px;
}

.page-slider.small-bg .box-slide-title {
  font-size: 28px;
  color: #fff;
  font-weight: 900;
}

/*-- Get a quote page --*/
.page-quote-form {
  background: #f2f2f2;
  padding: 30px 50px 50px;
}

.get-a-quote-img {
  margin-bottom: -190px;
}

/*-- Partners carousel --*/
.partner-logo {
  border: 1px solid #eee;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.partner-logo img {
  transition: 350ms;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.partner-logo:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

#partners-carousel .partner-logo {
  border: 0;
  border-right: 1px solid #eee;
  padding: 0 15px;
  margin-top: 20px;
}

#partners-carousel .partner-logo.last {
  border-right: 0;
}

/*-- Team page --*/
.team-slide .slick-slide {
  margin-left: 25px;
  padding-bottom: 60px;
}

.team-slide .slick-list {
  margin-left: -25px;
}

.team-slide .carousel-control {
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 0;
  background-color: #ddd;
  height: 37px;
  width: 37px;
  border-radius: 4px;
  transition: 0.3s;
  z-index: 6;
}

.team-slide .carousel-control:hover {
  background-color: #3d52eb;
  color: #fff;
}

.team-slide .carousel-control.left {
  -webkit-transform: translateX(calc(-50% - 25px));
  transform: translateX(calc(-50% - 25px));
}

.team-slide .carousel-control.right {
  -webkit-transform: translateX(calc(-50% + 25px));
  transform: translateX(calc(-50% + 25px));
}

.team-slide .carousel-control.slick-disabled {
  opacity: 0.4;
}

.team-slide .carousel-control.slick-disabled:hover {
  background-color: #ddd;
  color: #000;
}

.ts-team-wrapper {
  position: relative;
  overflow: hidden;
}

.ts-team-wrapper .ts-team-content {
  position: absolute;
  top: 76%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  margin-top: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  transition: 350ms;
}

@media (max-width: 1200px) {
  .ts-team-wrapper .ts-team-content {
    top: 72%;
  }
}

@media (max-width: 575px) {
  .ts-team-wrapper .ts-team-content {
    text-align: center;
  }
}

.ts-team-wrapper .ts-name {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 3px;
  line-height: normal;
  color: #3d52eb;
}

.ts-team-wrapper .ts-designation {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 700;
}

.ts-team-wrapper .team-social-icons a i {
  color: #fff;
  margin-right: 8px;
  text-align: center;
  transition: 400ms;
}

.ts-team-wrapper .team-social-icons a i:hover {
  color: #3d52eb;
}

.ts-team-wrapper:hover .ts-team-content {
  top: 0;
  padding-top: 50px;
}

/* Team Classic */
.ts-team-content-classic {
  margin-top: 15px;
}

.ts-team-content-classic .ts-name {
  font-size: 16px;
  margin-bottom: 5px;
  color: #212121;
}

.ts-team-content-classic .ts-designation {
  color: #888;
  margin-bottom: 5px;
  font-weight: 600;
}

.ts-team-content-classic .team-social-icons a i {
  color: #999;
}

.ts-team-content-classic .team-social-icons a i:hover {
  color: #3d52eb;
}

/*-- Pricing table  --*/
.ts-pricing-box {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  background: #f9f9f9;
}

.ts-pricing-box .ts-pricing-header {
  background: #252525;
  color: #fff;
  position: relative;
  padding: 30px 20px;
}

.ts-pricing-box .ts-pricing-name {
  font-size: 18px;
  line-height: normal;
  margin: 0 0 5px 0;
  color: #fff;
}

.ts-pricing-box .ts-pricing-price {
  font-size: 44px;
  color: #fff;
  margin: 15px 0 0;
  display: inline-block;
}

.ts-pricing-box .ts-pricing-price>small {
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-top: 15px;
  color: #fff;
}

.ts-pricing-box .ts-pricing-features {
  padding: 15px 0;
}

.ts-pricing-box .ts-pricing-features ul {
  padding: 0 20px;
}

.ts-pricing-box .ts-pricing-features ul>li {
  padding: 20px 0;
  border-top: 1px dotted #e5e5e5;
}

.ts-pricing-box .ts-pricing-features ul>li:first-child {
  border-top: 0;
}

.ts-pricing-box .plan-action {
  padding-bottom: 40px;
}

/* Pricing featured */
.ts-pricing-box.ts-pricing-featured .ts-pricing-header {
  background: #ff9800;
}

/* Contact Us
================================================== */
.map {
  height: 450px;
  z-index: 1;
}

.contact-info-box {
  margin-top: 20px;
}

.contact-info-box i {
  float: left;
  font-size: 24px;
  color: #3d52eb;
}

.contact-info-box-content {
  padding-left: 40px;
}

.contact-info-box-content h4 {
  font-size: 16px;
  margin-top: 0;
  line-height: normal;
  font-weight: 700;
}

.contact-info-box-content p {
  margin-bottom: 0;
}

label {
  font-weight: 400;
}

/* Contact page 2 */
.ts-service-box.text-center .ts-service-icon.icon-squre i {
  float: none;
  margin-bottom: 20px;
}

.ts-service-box.text-center .ts-service-box-content {
  margin: 0;
}

/* News Listing
================================================== */
.post {
  border-bottom: 1px solid #dadada;
  padding: 0 0 30px;
  margin: 0 0 45px;
}

.post.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.post-body {
  padding: 20px 0;
}

.entry-header .entry-title {
  font-size: 24px;
  margin: 5px 0 15px;
  position: relative;
  line-height: 34px;
  text-transform: capitalize;
}

.entry-header .entry-title a {
  color: #303030;
}

.entry-header .entry-title a:hover {
  color: #3d52eb;
}

.post-single .entry-header .entry-title {
  font-size: 28px;
}

/* Meta */
.post-meta {
  padding-bottom: 10px;
  text-align: center !important;
}

.post-meta a {
  color: #303030;
}

.post-meta a:hover {
  color: #3d52eb;
}

.post-meta span {
  margin-right: 10px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #666666 !important;
  /* border-right: 1px solid #dadada; */
  line-height: 12px;
  display: inline-block;
}

.post-meta i {
  color: #bbb;
  margin-right: 3px;
}

.post-meta .post-comment {
  border-right: 0;
}

.post-meta .post-comment .comments-link {
  margin-left: 5px;
}


.post-footer .btn.btn-primary {
  font-size: 12px;
  margin-top: 10px;
}

/* 分页组件 */
.pagination-block {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.pagination {
  margin: 0;
}

.pagination_info {
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.pagination li a,
.pagination li span {
  border-radius: 0 !important;
  margin-right: 8px;
  color: #7c7c7c;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pagination li.disabled span {
  cursor: not-allowed;
}

.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>li>a:hover {
  color: #fff;
  background: #3d52eb;
  border: 1px solid transparent;
}

/* News Single
================================================== */
.tags-area {
  margin: 20px 0;
}

.post-tags a {
  border: 1px solid #dadada;
  color: #7c7c7c;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  margin-left: 3px;
}

.post-tags a:hover {
  background: #3d52eb;
  color: #fff;
  border: 1px solid transparent;
}

/* Post social */
.post-social-icons>li {
  display: inline-block;
}

.post-social-icons a i {
  margin-left: 5px;
  font-size: 12px;
  width: 28px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}

.post-social-icons a i.fa-qq {
  background: #0085ff;
}

.post-social-icons a i.fa-weixin {
  background: #2aae67;
}

.post-social-icons a i.fa-weibo {
  background: #d52c2b;
}

.post-social-icons a i.fa-star {
  background: #ffbf2a;
}

/* Author box */
.author-box {
  border: 1px solid #dadada;
  padding: 20px 20px 15px;
  margin: 20px 0;
}

.author-img img {
  width: 110px;
  height: 110px;
  margin-right: 30px;
}

.author-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.author-info h3 span {
  font-size: 12px;
  color: #999;
  border-left: 1px solid #afafaf;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: 500;
}

/* Comments area */
.comments-area {
  margin: 40px 0;
}

.comments-list .comment-content {
  margin: 15px 0;
}

.comments-list .comment-reply {
  color: #303030;
  font-weight: 400;
}

.comments-list .comment-reply:hover {
  color: #3d52eb;
}

.comments-counter {
  font-size: 18px;
}

.comments-counter a {
  color: #323232;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.comments-list .comment {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.comments-list .comment.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list img.comment-avatar {
  width: 84px;
  height: 84px;
  margin-right: 30px;
}

@media (max-width: 575px) {
  .comments-list img.comment-avatar {
    width: 40px;
    height: 40px;
    margin-right: 25px;
  }
}

.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
  color: #303030;
}

.comments-list .comment-date {
  color: #959595;
  margin-bottom: 5px;
  font-size: 12px;
}

@media (max-width: 575px) {
  .comments-list .comment-date {
    float: none !important;
    display: inline-block;
  }
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

@media (max-width: 767px) {
  .comments-reply {
    margin: 0;
    padding: 0;
  }
}

.comments-form {
  margin-bottom: 0;
}

.comments-form .title-normal {
  margin-bottom: 20px;
}

.comments-form .btn.btn-primary {
  margin-top: 20px;
}

/* Sidebar
================================================== */
.sidebar .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  border-left: 3px solid #3d52eb;
}

/* Widget common */
.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar-left .widget {
  margin-right: 20px;
}

.sidebar-right .widget {
  margin-left: 20px;
}

.sidebar .widget.box {
  padding: 25px;
}

.widget.box.solid {
  background: #f2f2f2;
}

.widget.box.red {
  background: #ec483b;
  color: #fff;
}

.widget.box.red .widget-title {
  color: #fff;
}

.widget ul li {
  line-height: 30px;
}

.sidebar .widget ul li a {
  color: #303030;
}

.sidebar .widget ul li a:hover {
  color: #3d52eb;
}

.sidebar .widget ul li i {
  margin-right: 5px;
}

.sidebar .btn {
  font-weight: 700;
  font-size: 12px;
  margin-top: 15px;
  padding: 10px 25px;
}

/* Sidebar nav */
.sidebar ul.nav-tabs {
  border: 0;
}

.sidebar ul.nav-tabs li {
  width: 100% !important;
}

.sidebar ul.nav-tabs li a {
  color: #303030;
  border-radius: 0;
  padding: 15px 0;
  padding-left: 0;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  display: block;
  transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
  color: #3d52eb;
}

.sidebar ul.nav-tabs.product-tabs li a {
  border-radius: 0;
  padding: 15px 0;
  padding-left:18px;
  font-weight: 400;
  border-left: 2px solid #6c656524;
  border-bottom: 0px;
  display: block;
  transition: 400ms;
  width: 200px;
  text-align: left;
  font-size: 18px;
  color: #666666;
  line-height: 25px;
}


.sidebar ul.nav-tabs.product-tabs li:hover a,
.sidebar ul.nav-tabs.product-tabs li.active a

{
  color: #436ff6;
}
/* .sidebar ul.nav-tabs.product-tabs li:hover a::before */
.sidebar ul.nav-tabs.product-tabs li.active a::before
{
  color: #436ff6;
  content: "";
  height: 25px;
  width: 2px;
  background-color: #436ff6;
  position: absolute;

  left: 15px;
}

.news-project-es-sidebar-left li.active {
  height: auto;
}

.sidebar ul.nav-tabs li {
  color: #303030;
  line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
  border-bottom: 0;
}

/* Service menu */
.sidebar ul.service-menu li {
  width: 100%;
}

.sidebar ul.service-menu li a {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 0;
  margin-bottom: 8px;
  position: relative;
  transition: 400ms;
  display: block;
}

.sidebar ul.service-menu li.active a,
.sidebar ul.service-menu li:hover a {
  background: #3d52eb;
  color: #fff;
  cursor: pointer;
}

/* Recent News */
.widget.recent-posts .widget-title {
  margin-bottom: 35px;
}

.widget.recent-posts ul li {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 17px;
}

.widget.recent-posts ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget.recent-posts .posts-thumb img {
  margin-right: 15px;
  width: 90px;
  height: 70px;
}

.widget.recent-posts .post-info .entry-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

.widget.recent-posts .post-info .entry-title a {
  color: #303030;
  display: inline-block;
}

.widget.recent-posts .post-info .entry-title a:hover {
  color: #3d52eb;
}

.widget.recent-posts .post-date {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}

/* Widget tags */
.widget-tags ul>li {
  float: left;
  margin: 3px;
}

.sidebar .widget-tags ul>li a {
  border: 1px solid #dadada;
  color: #303030;
  display: block;
  font-size: 14px;
  padding: 3px 15px;
  transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul>li a:hover {
  background: #3d52eb;
  color: #fff;
  border: 1px solid transparent;
}

/* Error page
================================================== */
.error-page .error-code h2 {
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #303030;
  margin-bottom: 20px;
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

/* 首页轮播图 */
.home-banner.swiper-container {
  height: 600px;
}

.swiper-button-next,
.swiper-button-prev {
  /* background: rgba(0, 0, 0, 0.3); */
  color: #ececec;
  font-size: 28px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: none;
}

/*清除自带的左右箭头*/
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  display: flex;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
}

.navbar-mobile {
  display: none;
}

.swiper-outside-prev,
.swiper-outside-next {
  background: none;
  display: flex;
  color: #999;
}

.swiper-outside-next {
  right: -50px;
  left: auto;
}

.swiper-outside-prev {
  left: -50px;
  right: auto;
}

@media (max-width: 991px) {
  .home-banner.swiper-container {
    height: 400px;
  }

  .navbar-pc {
    display: none;
  }

  .navbar-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .banner-area {
    min-height: 200px;
  }

  .home-banner.swiper-container {
    height: 300px;
  }
}

/* 首页轮播结束 */

/*首页关于我们面板  start*/
.home-company {
  /* background-color: #ffffff; */
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
  height: 380px;
  overflow: hidden;
  border-radius: 4px;
}

.home-company .txt {
  padding: 30px 40px 40px 40px;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
}

.home-company .txt .content {
  /*margin-bottom: 20px;*/
  height: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*-webkit-line-clamp: 6;*/
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 30px;
}

.home-company .txt .content p {
  line-height: 27px;
}

.home-company .txt h2 {
  font-size: 24px;
  margin-bottom: 28px;
}

.home-company .img {
  padding: 0;
  height: 100%;
  object-fit: cover;
}

.home-company .img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .home-company {
    overflow: auto;
    height: auto;
  }

  .home-company .img img {
    height: 250px;
  }

  .home-company .txt h2 {
    margin-bottom: 20px;
  }
}

/*首页关于我们面板  结束*/

/* 首页产品 开始 */
.home-product .section-title {
  /* margin-bottom: 40px; */
  margin-bottom: 10px;
}

.home-product .section-title h4 {
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  font-size: 18px;
  text-align: center;
  /*padding-left: 20px;*/
}

/*.home-product .section-title h4:after {
    position: absolute;
    left: 0;
    top: -9px;
    width: 5px;
    height: 46px;
    background: #3D52EB;
    content: "";
}*/
.property-controls ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  margin-right: 24px;
  position: relative;
  cursor: pointer;
}

.property-controls {
  text-align: right;
}

.property-controls ul li:after {
  position: absolute;
  right: -22px;
  top: -1px;
  content: "|";
  color: #b1b0b0;
}

.property-controls ul li:last-child:after {
  content: none;
}

.property-controls ul li:last-child {
  margin-right: 0;
}

.property-controls .nav {
  display: block;
}

.property-controls .nav-tabs {
  border: 0;
}

.property-controls .nav-tabs a.active {
  /*color: #3D52EB;*/
  color: #333;
  font-weight: bold;
  font-size: 20px;
}

.news-home-product .property-controls .nav-tabs a.active:after {
  color: #3d52eb;
  content: " ";
  border-bottom: 2px solid #3d52eb;
  width: 100px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  text-align: center;
  left: 10px;
}

.index-area-product .property-controls .nav-tabs a.active:after {
  color: #3d52eb;
  content: " ";
  border-bottom: 1px solid #3d52eb;
  width: 200px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  text-align: center;
  left: 20%;
}

.property-item {
  margin-bottom: 40px;
  /*border-bottom: 1px solid #e1e1e1;*/
}

.property-item .pi-pic {
  /* height: 350px; */
  position: relative;
  margin-bottom: 25px;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.property-item .pi-text {
  position: relative;
}

.property-item .pi-text .pt-price {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.property-item .pi-pic .label {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3px 10px 2px;
  display: inline-block;
  background: #0166d0;
  color: #ffffff;
  position: absolute;
  left: 20px;
  top: 20px;
}

.property-item .pi-pic .label.c-red {
  background: #d41800;
}

.property-item .pi-pic .label.c-magenta {
  background: #103230;
}

.property-item .pi-text h5 a {
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding-left: 10px;
}

.property-item .pi-text .heart-icon {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  font-size: 14px;
  color: #3d52eb;
}

.property-item .desc {
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 1rem;
  height: 55px;
  /* height: 40px; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: left;
  color: #111;
  font-weight: 400;
  /* padding-left: 10px; */
}

@media only screen and (max-width: 767px) {
  .property-controls {
    text-align: left;
  }

  .property-controls ul li {
    margin-right: 24px;
    margin-bottom: 20px;
  }

  .property-controls ul li:after {
    right: -17px;
  }
}

/* 首页产品 结束 */

/* 首页案例 */
.nomore {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  color: #a0a0a0;
}

/* 首页案例 结束 */

.index-yf-item .col-md-2 {
  width: 20% !important;
  flex: initial;
  max-width: initial;
  float: left;
  margin: 0 auto;
}

/*首页新闻*/
.home-news {
  /*box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);*/
  background-color: #fff;
}

.home-news h3 {
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
}

.home-news h3 em {
  float: right;
  font-size: 12px;
  margin-top: 4px;
  font-style: normal;
}

.home-news h3 em a {
  color: #666666;
}

.home-news ul {
  list-style: none;
  padding: 0;
}

.home-news .imggroup {
  display: flex;
  border-bottom: 1px solid #eeeeee;
}

.home-news .imggroup .imggroup-img {
  /*padding-right: 15px;*/
}

.home-news .imggroup .imggroup-img img {
  width: 110px;
  height: 80px;
  object-fit: cover;
}

.home-news .imggroup .imggroup-text .title {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.5;
}

.home-news .imggroup .imggroup-text .title a {
  color: #303030;
  line-height: 1.5;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 22px;
  -webkit-line-clamp: 1;
}

.home-news .imggroup .imggroup-text .title a:hover {
  color: #3d52eb;
}

.home-news .imggroup .imggroup-text .desc {
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 15px;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.home-news li.item {
  padding: 0px 5px 15px 0;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.home-news li.item .date {
  float: right;
  /* display: inline-block; */
  font-size: 13px;
  /* top: -7px; */
  font-size: 16px;
  color: #3D485D;
  border-bottom: none;


}

.news-item-list .desc {
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*首页新闻 结束*/

/*列表页*/
.blog-item.large-blog {
  padding-bottom: 25px;
}

.blog-item {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}

.blog-item.large-blog .bi-pic {
  float: none;
  margin-bottom: 25px;
  margin-left: 0;
}

.blog-item.large-blog .bi-pic img {
  min-width: 100%;
  height: 370px;
  object-fit: cover;
}

.blog-item .bi-pic {
  float: right;
  margin-left: 30px;
}

.blog-item .bi-pic img {
  width: 330px;
  height: 220px;
  object-fit: cover;
}

.blog-item .bi-text {
  overflow: hidden;
}

.blog-item .bi-text h4 a {
  line-height: 31px;
}

.blog-item .bi-text h4 a:hover {
  color: #3d52eb;
}

.blog-item .bi-text ul {
  padding: 0;
  margin-bottom: 16px;
}

.blog-item .bi-text ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #999999;
  font-weight: 500;
  margin-right: 32px;
}

.blog-item .bi-text .desc {
  font-family: "Montserrat", sans-serif;
  color: #666666;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px 0;
}

.blog-item .bi-text .read-more {
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-item.large-blog .bi-pic img {
    height: 200px;
  }

  .blog-item .bi-pic {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .blog-item .bi-pic img {
    width: 100%;
    height: 200px;
  }
}

/*列表页结束*/

/*新闻详情页*/
.bc-related-post {
  background: #f5f5f5;
  padding: 15px 20px 12px;
  margin-bottom: 65px;
}

.bc-related-post .previous-post,
.bc-related-post .next-post {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.bc-related-post .next-post {
  float: right;
}

.bc-related-post .previous-post:hover,
.bc-related-post .next-post:hover {
  color: #3d52eb;
}

/*新闻详情页结束*/

.filter {
  margin-bottom: 30px;
  padding: 0 15px 15px 15px;
}

.filter .option {
  padding-top: 15px;
}

.filter .option .option-title {
  min-width: 80px;
  float: left;
  font-weight: bold;
}

.filter ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 90px;
}

.filter ul li {
  float: left;
}

.filter ul li a {
  display: block;
  padding: 2px 10px 2px 10px;
}

.filter ul li a.active {
  color: #3d52eb;
}

/*产品详情页*/
.product__details__text .product__details__rating {
  margin-bottom: 12px;
  font-size: 12px;
}

.product__details__text .product__details__price {
  font-size: 30px;
  color: #dd2222;
  font-weight: 600;
  margin-bottom: 15px;
}

.product__details__text ul {
  border-top: 1px solid #ebebeb;
  padding-top: 40px;
  margin-top: 50px;
  padding-left: 0;
}

.product__details__text ul li {
  list-style: none;
  line-height: 36px;
}

.product__details__text ul li b {
  font-weight: 700;
  width: 170px;
  display: inline-block;
}

.product__details__tab .nav-tabs li a {
  font-size: 16px;
  color: #999999;
  font-weight: 700;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
}

.product__details__tab .nav-tabs li {
  margin-bottom: 0;
}

.product__details__tab .nav-tabs {
  border-bottom: none;
  justify-content: center;
  position: relative;
  padding: 0;
  margin: 0;
}

.product__details__tab {
  padding-top: 60px;
}

.product__details__tab .nav-tabs:before {
  position: absolute;
  left: 0;
  top: 12px;
  height: 1px;
  width: 370px;
  background: #ebebeb;
  content: "";
}

.product__details__tab .nav-tabs:after {
  position: absolute;
  right: 0;
  top: 12px;
  height: 1px;
  width: 370px;
  background: #ebebeb;
  content: "";
}

.product__details__tab .product__details__tab__desc {
  padding-top: 44px;
}

.product__details__text ul li .share {
  display: inline-block;
}

.product__details__text ul li .share a {
  display: inline-block;
  font-size: 15px;
  color: #1c1c1c;
  margin-right: 25px;
}

/*招聘页面样式*/
.job-item {
  border-radius: 2px;
  transition: 0.5s;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: none;
}

.job-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

/*招聘页面样式结束*/

.index-container-fluid {
  padding-right: initial;
  padding-left: initial;
  position: relative;
}

.index-solid-bg {
  /* background: #fff; */
  background: #f5f5f7;
}

.index-new-solid-bg {
  background: initial;
}

.index-new-solid-bg .home-company {
  background: initial;
}

.index-solid-bg .home-company {
  box-shadow: initial !important;
}

.index-solid-bg .section-sub-title {
  /* margin: 0 0 20px; */
  margin: 70px 0px 40px 0px;
  font-size: 18px;
}

.index-solid-bg .home-company .img img {
  /* height: 180px;
    width: 70%; */
  height: 240px;
  width: 80%;
  margin: 0 auto;
  display: block;
  /* margin-top: 15px; */
  margin-top: 24px;
  border-radius: 8px;
}

.index-solid-bg .home-company .txt .content p {
  /*line-height:initial;*/
  text-indent: 2em;
}

.index-solid-bg .home-company .txt .content {
  /* height: 203px; */
  height: auto;
}

.index-solid-bg .home-company .txt .text-detail {
  position: absolute;
  bottom: -40px;
  display: block;
  background: #fff;
  color: #3d52eb;
  border-radius: 20px;
  width: 76px;
  text-align: center;
  border: 1px solid #3d52eb;
}

.index-solid-bg .home-company .txt {
  padding: 0px 30px 0px 40px;
}

.index-solid-bg .home-company {
  /* height: 245px; */
  height: 500px;
}

.index-home-product .section-sub-title {
  font-size: 18px;
  text-align: center;
  /* margin: 0 0 30px; */
  margin: 50px 0px 16px 0px;
}

.index-home-product .property-controls {
  text-align: center;
  margin: 0px 0px 30px auto;
}

/*
#btnOpenVideo::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 35px;
    border-radius: 4px;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    -moz-transition: background-color 0.25s ease-out,;
    -o-transition: background-color 0.25s ease-out;
    -webkit-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out;
    background-color: #fff;
    -webkit-animation: hoop-animation 2s 0s both ease-out infinite;
    -moz-animation: hoop-animation 2s 0s both ease-out infinite;
    -o-animation: hoop-animation 2s 0s both ease-out infinite;
    animation: hoop-animation 2s 0s both ease-out infinite;
    animation-play-state: running;
    z-index: -1;
}
#btnOpenVideo::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 35px;
    border-radius: 4px;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    -moz-transition: background-color 0.25s ease-out,;
    -o-transition: background-color 0.25s ease-out;
    -webkit-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out;
    background-color: #fff;
    -webkit-animation: hoop-animation 2s 1s ease-out infinite;
    -moz-animation: hoop-animation 2s 1s ease-out infinite;
    -o-animation: hoop-animation 2s 1s ease-out infinite;
    animation: hoop-animation 2s 1s ease-out infinite;
    animation-play-state: running;
    z-index: -1;
}

@-webkit-keyframes hoop-animation {
    0% {
        opacity: 1;
        -moz-transform: translate(-50%,-50%) scale(0.5);
        -ms-transform: translate(-50%,-50%) scale(0.5);
        -webkit-transform: translate(-50%,-50%) scale(0.5);
        transform: translate(-50%,-50%) scale(0.5);
    }
    100% {
        -moz-transform: translate(-50%,-50%) scale(1);
        -ms-transform: translate(-50%,-50%) scale(1);
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        opacity: 0;
    }
}
@keyframes hoop-animation {
    0% {
        opacity: 1;
        -moz-transform: translate(-50%,-50%) scale(0.5);
        -ms-transform: translate(-50%,-50%) scale(0.5);
        -webkit-transform: translate(-50%,-50%) scale(0.5);
        transform: translate(-50%,-50%) scale(0.5);
    }
    100% {
        -moz-transform: translate(-50%,-50%) scale(1);
        -ms-transform: translate(-50%,-50%) scale(1);
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        opacity: 0;
    }
}
*/
.index-content-item {
  width: 76%;
  margin: 0px auto;
}

.index-content-item .property-item .pi-pic {
  height: 200px;
  border-radius: 8px;
}

.index-content-item .property-item .pi-pic img {
  height: 200px;
  margin: 0 auto;
  display: block;
  width: 90%;
}

.index-content-item .property-item {
  border-bottom: initial;
  background: #f8f8f8;
  width: 100%;
  border-radius: 2px;
}

.product-bottom .property-controls ul li:after {
  content: initial;
}

.product-bottom .property-controls ul li {
  width: 25%;
  padding: 10px;
}

.product-tabs {
  /* border-bottom: 1px solid #D7D9E8 !important; */
}

.company-container .banner-heading {
  text-align: left;
}

.company-container .banner-title {
  /* font-size: 24px;
    line-height:22px; */
  font-size: 50px;
  line-height: 70px;
}

.index-tab-content {
  width: 100%;
}

.index-tab-content .property-item .desc {
  text-align: center;
  height: initial;
  color: #999999;
  font-size: 12px;
  margin-top: -13px;
}

.index-tab-content .pi-text {
  text-align: center;
}

.property-item .pi-text h5 a {
  font-size: 14px;
  margin: 10px auto 0px 0px;
  display: block;
}

.index-huobao {
  background: #fff;
}

.index-huoban {
  /* margin-bottom: 20px; */
}

.index-huoban .property-filter {
  background: #fff;
  padding: 20px;
}

.index-tab-content .ib-img {
  margin: 0 auto;
  width: 68px;
  height: 68px;
  display: block;
}

.index-tab-content .section-sub-title {
  font-size: 18px;
  text-align: center;
  margin: 120px auto 40px;
}

.bj-item {
  background: #fafcfe;
}

.index-bottom-area {
  height: 345px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.index-bottom-area input {
  background: #fff;
}

.zx-btn {
  margin-top: 6px;
  float: left;
}

.news-item ul:first-child {
  display: none;
}

.news-item li {
  list-style: none;
}

.news-item-title {
  width: 100%;
  font-size: 16px;
}

.news-item-title li:first-child {
  color: #333;
}

.news-item-title li {
  float: left;
  width: 80px;
  padding: 10px 0px;
}

.news-item-list {
  width: 100%;
  float: left;
  display: block;
}

.news-item-list:nth-child(2) {
  display: none;
}

.news-item-list li.item {
  /* border-bottom:initial;
    padding: 5px 10px 5px 10px; */
  border-bottom: initial;
  /* padding: 15px 10px 15px 10px; */
  padding: 20px 10px 20px 20px;
}

.news-item-list li.item:hover {
  box-shadow: 0px 7px 30px 0px rgba(100, 100, 111, 0.2);
}

.page-yj-area {
  background: #fff;
  padding: initial;
}

.page-yj-area .home-company {
  box-shadow: initial;
  /* height: 300px; */
  height: auto;
}

.page-yj-area .home-company .img img {
  width: 80%;
  height: initial;
}

.page-yj-area .box-slider-text {
  background: initial;
}

.page-yj-area .box-slide-sub-title {
  color: #333;
  /* font-size: 26px; */
  font-size: 18px;
  text-align: center;
}

.page-yj-area .box-slide-description {
  color: #333;
  text-align: center;
}

.cb-tab-content {
  margin: 0 auto;
}

.cb-tab-content .cb-img {
  width: 80px;
  margin: 0 auto;
  display: block;
}

.cb-tab-content .section-sub-title {
  font-size: 18px;
  text-align: center;
  margin: 40px auto;
}

.cb-tab-content .pi-text {
  width: 100%;
  top: 10px;
  position: absolute;
  /*background: #F9F9F9;*/
}

.cb-tab-content .pi-text2 {
  width: 100%;
  top: 30px;
  position: absolute;
  font-size: 12px;
  color: #666666;
  padding-left: 13px;
}

.cb-tab-content .property-item .pi-text h5 a {
  /* margin:0px 0px;
    color: #333;
    padding: 4px 0px 0px 14px; */
  margin: 0px 0px;
  color: #436ff6;
  font-size: large;
  padding: 4px 0px 0px 14px;
}

.property-filter-clear {
  width: 100%;
  height: 40px;
}

.zz-img {
  width: 80%;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.partner-img {
  /* width: 260px;
  height: 104px; */
  margin: 0px auto;
  display: block;
  border-radius: 4px;
  background: #FFFFFF;
  /*transition: .5s linear;*/
  /* transition: transform 0.5s ease-out; */
  transition: filter .5s ease,box-shadow .5s ease
  /*transform: rotateY(0deg);*/

}

.index-huobao .col-md-2 .partner-img:hover {
  /* transform: rotateZ(360deg); */
  box-shadow: 0px 4px 12px 0px #E5E6E8;
}

.partner-img:hover{
  /* box-shadow: 10px 15px 29px #ccc */
  box-shadow: 0px 4px 12px 0px #E5E6E8;
  /* box-shadow: 10px 15px 29px #f5f5f5 */
}

.item-hx-image {
  display: block;
  transition: 0.5s linear;
  transform: rotateY(0deg);
}

.item-hx-image:hover {
  transform: rotateY(360deg);
}

.category-product-area .property-item .pi-text {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  transform: rotateX(0deg);
}

.category-product-area .property-item .pi-text:hover {
  transform: rotateX(360deg);
}

.news-home-product .product-bottom .property-controls ul li {
  width: 10%;
  text-align: center;
}

.news-home-product {
  padding: 10px 0px 20px 0px;
}

.news-project-area {
  padding: 0px 0px 10px 0px;
  background: #fafafa;
}

.news-project-items {
  display: none;
}

.news-project-area .property-item {
  background: #fff;
}

.news-project-area .news-project-items:first-child {
  display: block;
}

.news-project-area .news-project-items .col-lg-4 {
  float: left;
}

.news-project-area .property-item .pi-pic {
  /* height: 165px; */
  width: 100%;
}

.news-project-area .property-item .pi-pic img {
  width: 100%;
  display: block;
  height: 100%;
  margin: 0 auto;
  /* height: 170px; */
  margin-top: 20px;
  border-radius: 12px;
}

.news-project-area .home-news {
  background: initial;
}

.news-project-area .property-item .pi-text a,
span {
  padding: 10px;
  font-size: 14px;
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: left !important;
  color: #111;
}

.news-project-area .news-project-items .desc {
  text-align: left;
  /* padding: 10px; */
}

.index-news-content-item {
  background: #fff;
  /*margin: 100px 0px 0px 0px;*/
}

.index-news-content-item .home-news {
  width: 74%;
  margin: 0 auto;
}

.more-title {
  font-size: 13px !important;
  color: #0c84ff;
}

.more-title a:hover {
  color: #0c84ff;
}

.index-area-product {
  padding: 70px 0px 0px 0px;
  background: #ffffff;
}

.index-area-databottom {
  padding: 70px 0px 0px 0px;
  background: #f5f5f7;
}

.index-yf-news-content-item {
  width: 100%;
  margin: 0 auto;
}

.index-yf-news-content-item .home-news {
  width: 92%;
  margin: 0 auto;
  background: initial;
}

.index-yf-news-content-item .home-news .li {
  list-style: none;
  margin: 10px auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.index-yf-news-content-item .home-news .li:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(-10px);
  /* 向上偏移10px */
}

.index-yf-news-content-item .imggroup .imggroup-img img {
  width: 100%;
  height: 140px;
  /*margin: 8px 0px 8px 0px;*/
}

.index-yf-news-content-item .home-news .imggroup {
  display: block;
  width: 100%;
  background: #fff;
  height: 100%;
}

.index-yf-news-content-item .imggroup .imggroup-img {
  float: left;
  width: 100%;
}

.index-yf-news-content-item .home-news .imggroup {
  border-bottom: initial;
}

.index-yf-news-content-item .home-news .imggroup .imggroup-text .desc {
  padding: 10px;
}

.p-image-list .shuffle-item .project-img-container img {
  width: 90%;
  height: 90%;
}

.p-image-list .shuffle-item .project-img-container:after {
  width: 97%;
}

.chqz-area {
  background: #fff;
}

.chqz-area .property-filte {
  padding: 30px;
}

.chqz-area .u-desc {
  background: #3d52eb;
  color: #fff;
  height: 80px;
  line-height: 80px;
  margin-bottom: initial;
}

.chqz-area .d-desc {
  background: #e9eeff;
  color: #333;
  height: 80px;
  line-height: 80px;
  margin-bottom: initial;
}

.chqz-area .active {
  background: #3d52eb;
  color: #fff;
}

.chqz-area .row {
  margin: 0 auto;
  width: 94%;
}

.chqz-area .center-area .desc {
  text-align: left;
  margin-bottom: initial;
}

.chqz-area .right-area img {
  width: 92%;
}

.index-hangye-content-item {
  background: #fff;
}

.index-hangye-content-item .property-controls {
  text-align: center;
}

.index-hangye-content-item .product-bottom .property-controls ul li {
  width: 20%;
}

.swiper-container {
  padding-bottom: 40px;
}

.swiper-wrapper {}

.swiper-slide {
  width: 978px;
  transition-timing-function: linear;
}

@media only screen and (max-width: 1200px) {
  .swiper-slide {
    width: 770px;
  }
}

@media only screen and (max-width: 980px) {
  .swiper-slide {
    width: 471px;
  }
}

@media only screen and (max-height: 480px) {
  .swiper-slide {
    width: 471px;
  }
}

.index-hangye-content-item .swiper-slide img {
  width: 100%;
  border-radius: 4px;
}

.index-hangye-content-item .swiper-slide .title {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left top;
  left: -3px;
  font-size: 11px;
  color: rgb(102, 102, 102);
}

.index-hangye-content-item .swiper-button-next,
.swiper-button-prev {
  width: 86px;
  height: 112px;
  background-size: 86px 112px;
  margin-top: -56px;
  outline: none;
}

.index-hangye-content-item .swiper-slide-prev,
.swiper-slide-next {
  opacity: 0.2;
}

.index-hangye-content-item .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  margin: 0 6px !important;
  width: 9px;
  /*height:9px;*/
  position: relative;
  outline: none;
  vertical-align: middle;
}

.index-hangye-content-item .swiper-pagination-bullet span {
  width: 3px;
  height: 3px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 3px;
}

.index-hangye-content-item .swiper-pagination-bullet i {
  background: #000;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 4px;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}

.index-hangye-content-item .swiper-pagination-bullet-active span,
.swiper-pagination-bullet:hover span {
  width: 9px;
  height: 9px;
  margin-top: 0;
  margin-left: 0;
  background: #000;
  position: relative;
  z-index: 1;
}

.index-hangye-content-item .swiper-pagination-bullet-active {}

.index-hangye-content-item .swiper-pagination-bullet-active i {
  animation: middle 6s;
}

.index-hangye-content-item .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
  animation: first 6s;
}

.index-hangye-content-item .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
  animation: last 6s;
}

.hangye-swiper {
  margin-top: 70px;
}

.index-hangye-content-item .swiper-pagination {
  width: 100%;
}

.index-hangye-content-item .swiper-pagination-bullet {
  height: initial;
}

@keyframes first {
  0% {
    transform: scaleX(0.5);
    left: 0px;
  }

  /*091*/
  100% {
    transform: scaleX(1);
    left: 2px;
  }

  /*0915*/
}

@keyframes last {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }

  /*1090*/
  20% {
    transform: scaleX(0.3);
    left: 2px;
  }

  /*090*/
  100% {
    transform: scaleX(0.3);
    left: 0px;
  }

  /*090*/
}

@keyframes middle {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }

  /*1091*/
  20% {
    transform: scaleX(0.45);
    left: 2px;
  }

  /*092*/
  100% {
    transform: scaleX(1);
    left: 2px;
  }

  /*0913*/
}

.news-home-product .news-tab-item a {
  display: block;
  width: 100%;
}

.fangan-area {
  padding: 10px 0px 20px 0px;
}

.fangan-area .container-fluid {
  padding-right: initial;
  padding-left: initial;
}

.fangan-area .p-image-list {
  width: 100%;
  margin: 0 auto;
  padding: 45px 0px 0px 0px;
}

.fangan-area .property-controls {
  text-align: center;
}

/*.fangan-area .property-controls .nav-tabs a.active:after {
    color: #3D52EB;
    content: " ";
    border-bottom: 1px solid #3D52EB;
    width: 150px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 6%;
}*/
.fangan-area .project-img-container {
  position: relative;
  margin: 10px auto;
}

.fangan-area .project-img-container .gallery-popup img {
  /* width: 90%;
    margin: 10px auto;*/
  border-radius: 8px;
}

.fangan-area .project-img-container .item-title {
  width: 100%;
  padding: initial;
  display: block;
  position: absolute;
  bottom: 10px;
  text-align: left;
  color: #fff;
  margin: initial;
  padding-left: 10px;
  font-size: 16px;
}

.fangan-area .p-image-list .work-content {
  position: absolute;
  color: #fff;
  width: 100%;
  top: 33%;
  text-align: center;
}

.fangan-area .product-tabs li {
  display: none;
}

/*.fangan-area .product-tabs li:first-child{
    display: block;
}
.fangan-area .product-tabs li:first-child a{
    color: #333;
    font-weight: bold;
    font-size: 20px;
}*/

.fangan-area .product-tabs .active {
  display: block;
}

.work .work-content,
.work .work-overlay:before {
  /*position: absolute;*/
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  transition-duration: 0.3s;
  left: 0;
}

.work .work-overlay:before {
  top: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  content: " ";
}

.work .work-content {
  bottom: 0;
  opacity: 0;
  padding: 25px;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.work:hover .work-overlay:before {
  background: rgba(0, 0, 0, 0.5);
  transition-duration: 0.3s;
  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: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.fangan-area .product-bottom .property-controls ul li {
  /*width: 12%;*/
  width: 100%;
}

.news-es-product-tabs {
  text-align: left;
}

.news-es-product-tabs li {
  width: 120px !important;
  margin-right: initial !important;
}

.news-es-product-tabs .news-tab-item {
  text-align: center;
}

.news-es-product-tabs .news-tab-item a.active {
  font-size: 16px !important;
}

.news-es-product-tabs .news-tab-item a.active:after {
  color: #3d52eb;
  content: " ";
  border-bottom: 2px solid #3d52eb;
  width: 100px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  text-align: center;
  left: 10px;
}

.news-es-product-tabs .nav-tabs a.active:after {
  border-bottom: 2px solid #3d52eb !important;
  left: -30px !important;
}

.news-es-property-controls .news-tab-item a.active:after {
  border-bottom: 2px solid #3d52eb !important;
}

.news-es-property-controls {
  /*float: left;*/
}

.news-project-es-item {
  float: left;
}

.news-project-es-item .property-item {
  background: #f8f8f8;
  border-right: 10px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

.news-project-es-item .property-item .desc a {
  border: 1px solid #3d52eb;
  border-radius: 15px;
  font-size: 12px;
  padding: 2px 20px;
}

.news-project-es-item .property-item h5 {
  padding-left: 10px;
}

.news-project-es-item .property-item .pi-pic {
  height: 210px;
  border-radius: 4px 4px 0px 0px;
}

.news-project-es-sidebar-left .widget-title2 {
  /* font-size: 14px; */
  /* font-weight: 700;
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
    border-left: 1px solid #9a9a9b;
    margin-bottom: 0px;
    height: 33px; */
  /* line-height: 33px; */
  /* cursor: pointer;
    line-height: 25px;
    font-size: 18px; */

  cursor: pointer;
  width: 144px;
  height: 25px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 25px;
  text-align: right;
  font-style: normal;
}

.news-project-es-sidebar-left .active {
  /* color: #0c84ff;
    border-color:#0c84ff;
    border-width: 1px;
    line-height: 25px;
    font-size: 18px; */
  width: 144px;
  height: 25px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #3d52eb;
  line-height: 25px;
  text-align: right;
  font-style: normal;
}

.animation_es {
  /* -webkit-animation: flip 1s 0.2s ease both;
  -moz-animation: flip 1s 0.2s ease both; */
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }

  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }

  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }

  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }

  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}

.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;

  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;

  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }

  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
}

.company-area .property-item {
  background: initial;
}

.index-banner .banner-title {
  padding: 10px;
  text-align: left;
  font-size: 50px;
  line-height: 50px;
}

.index-banner .product-tabs {
  border-bottom: initial !important;
  margin: 50px auto;
  text-align: left;
}

.index-banner .property-controls ul li:after {
  content: initial;
}

.index-banner .property-controls .more-btn {
  width: 120px;
  height: 44px;
  line-height: 44px;
  background: #63717a;
  color: #fff;
  display: block;
  border-radius: 20px;
  text-align: center !important;
  border: 1px solid #fff;
}

.index-banner .property-controls .more-btn:hover {
  background: #6f7c84;
}

.index-banner .property-controls .more-btn:active {
  background: #6f7c84;
}

.index-banner .property-controls .video-btn {
  width: 120px;
  height: 44px;
  line-height: 44px;
  background: #3d52eb;
  color: #ffffff;
  display: block;
  border-radius: 20px;
  text-align: center !important;
}

.index-banner .property-controls .video-btn:hover {
  background: #374bd7;
}

.index-banner .property-controls .video-btn:active {
  background: #374bd7;
}

.index-banner .property-controls .video-btn img {
  margin-top: -2px;
}

.image_1 {
  width: 176px;
  height: 48px;
  /* margin-top: 25px; */
}

#navbar-collapse .align-items-center {
  position: relative;
  width: 100%;
}

#navbar-collapse .nav-item:last-child {
  position: absolute;
  right: 100px;
  border: 0px !important;
}

#navbar-collapse .nav-item:last-child .nav-link {
  background: #3d52eb !important;
  height: 26px;
  width: 80px;
  line-height: 0px;
  text-align: center;
  color: #fff !important;
  border-radius: 20px;
}

#navbar-collapse .nav-item:last-child .nav-link:hover {
  background: #374bd7 !important;
}

#navbar-collapse .nav-item:last-child .nav-link:active {
  background: #374bd7 !important;
}

/* #navbar-collapse .align-items-center .active a {
  color: #3D52EB;
} */

#navbar-collapse .align-items-center .nav-item li:hover {
  background: #e8ebfd;
}

#navbar-collapse .align-items-center .nav-item .active {
  background: #e8ebfd;
}

#navbar-collapse .align-items-center .active .nav-link {
  color: #333;
  /* border-bottom: 2px solid #3d52eb; */
  /* background: #dddfef; */
  /* background: #e8ebfd; */
}

#navbar-collapse .align-items-center .nav-link:hover {
  color: #333;
}

#navbar-collapse .align-items-center .nav-item:hover {
  color: #3d52eb;
  border-bottom: 2px solid #3d52eb;
  /* background: #e8ebfd; */
}

/* .navbar-fixed #navbar-collapse .nav-item:last-child .nav-link {
  color: #fff;
}

.navbar-fixed #navbar-collapse .nav-item:last-child .nav-link:hover {
  color: #fff !important;
  background: #3d52eb !important;
} */

.yanfachuangxin-area {
  background: #fff;
}

.yanfachuangxin-area .yf-tag-list {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.yanfachuangxin-area .yf-tag-list li {
  padding: 10px;
  margin: 0 auto;
  width: 120px !important;
}

.yanfachuangxin-area .yf-tag-list .active {
  display: block;
  width: 74px;
  background: #3d52eb;
  border-radius: 20px;
  color: #fff !important;
  margin: 0 auto;
}

.chuangxin-news {
  width: 86%;
  margin: 40px auto 0px auto;
  background: #fff;
}

.chuangxin-news .cx-items-li {
  width: 100%;
  display: flex;
}

.chuangxin-news .imggroup {
  border-bottom: initial;
}

.chuangxin-news .imggroup .imggroup-img img {
  width: 250px;
  height: 95%;
}

.chuangxin-news .imggroup-text {
  padding-left: 80px;
  width: 100%;
  float: right;
  overflow: hidden;
}

.chuangxin-news .imggroup-text .c-icon {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}

.chuangxin-news .p-text {
  line-height: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.chuangxin-news .p-text-desc {
  padding-top: 20px;
}

.chuangxin-news .p-text-color {
  color: #3d52eb;
}

.huoban-swiper-area {
  background: #eef2f8;
}

.huoban-swiper-area .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.index-video-area {
  padding: initial;
}

.yfcx-item {
  background: initial !important;
}

.new-yfcx-item {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
}

.yghd-img {
  width: 96%;
  height: 100%;
  cursor: pointer;
  border-radius: 14px;
}

.news_icon {
  width: 40px;
}

.ts_icon {
  width: 20px;
  margin-right: 6px;
  margin-top: -2px;
}

.text-detail {
  color: #3d52eb;
}



.nav-link {
  padding: 0.5rem 0.2rem;
}

.fa-angle-down:before {
  content: "";
}

.huoban-swiper-area .huoban-item {
  /* background: #fff; */
  margin: 0px 150px;
}

.huoban-item .animation_es {
  padding: 12px;
}

.left-image {
  height: 50%;
  float: left;
  padding: 4px;
  /* border: 2px solid #fff; */
}

.left-image img {
  /* width: 100%;
  height: auto; */
  width: auto;
  height: 100%;
  border-radius: 20px;
  border: 2px solid #fff;
}

.news-list-es {
  background: #fff;
  /* margin: 15px auto; */
  margin-top: 24px;
  padding: 24px;
}

.news-list-es .col-lg-9 {
  float: left;
}

.news-list-es .col-lg-3 {
  float: right;
}

.hx-item {
  height: 100px;
}

.hx-item .property-item {
  width: 100%;
  height: 140px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(67, 111, 246, 0.16);
  margin-bottom: 0;
}

.hx-item .property-item-as {
  width: 200px;
  height: 100px;
}

.hx-item .property-item-as .cb-img {
  width: 75px;
  height: 75px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.hx-item .property-item-as .pi-text {
  width: 100% !important;
}

.project-img-container .potte-text {
  /* position: absolute;
  bottom: 10px;
  left: 30px;
  color: #fff;
  font-size: 18px; */
  position: absolute;
  background: url(/static/module/index/default/images/bgmenban.png);
  background-size: cover;
  text-align: left;
  padding: 10px 20px;
  min-height: 70px;
  line-height: 70px;
  bottom: 0px;
  width: 100%;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;

}

.project-area .project-img-container {
  position: relative;
  /* margin: 10px auto; */
}

.project-img-container .potte-text .content {
  font-size: 16px;
  max-height: 0px;
  /* 或具体高度 */
  transition: max-height 0.2s ease;
  ;
  transform: scale(0);
}

.project-img-container .potte-text .link {
  display: flow-root;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示2行 */
  overflow: hidden;
  font-size: 16px;

}

.project-img-container .potte-text p,
span {
  all: unset;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
}

.project-img-container .potte-text p span {
  all: unset;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #ffffff !important;
  line-height: 22px;
}

.project-img-container .potte-text a:hover {
  color: #ffffff;
}

.project-img-container:hover .content {
  color: #ffffff;
  max-height: 250px;
  transform: scale(1);
}

.project-img-container .contxt {
  display: -webkit-box;
  ;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}



/* .project-img-container:hover .link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

} */








.cxqz-project-area {
  padding: 0px 0px;
}

.cxqz-project-area .item {
  min-height: 245px;
  background: #fff;
  transform: skewX(-8deg);
  padding: 5px 10px;
  list-style: none;
}

.cxqz-project-area .item .titles {
  transform: skewX(10deg);
  display: block;
  padding: 10px;
}

.cxqz-project-area .item .desc {
  transform: skewX(10deg);
  padding: 10px;
}

.cxqz-project-area .item li {
  list-style: none;
}

.cxqz-project-area .bj4 {
  background: linear-gradient(270deg, #f7f7f7 0%, #dbdbf4 100%);
  transform: skewX(-8deg);
}

.cxqz-project-area .bj5 {
  background: linear-gradient(270deg, #dbdbf4 0%, #f7f7f7 100%);
  transform: skewX(-8deg);
}

.hzyj-project-area .hz_logo {
  width: 80%;
  /* min-height: 130px; */
  border-radius: 8px;
  border: 1px solid #f0f6ff;
  padding: 10px;
}

.hzyj-project-area .nmJDGN {
  background: #fff;
  float: left;
  width: 100%;
}

.hzyj-project-area .YrnHre {
  background-color: #fff !important;
  margin: 10px 10px;
  text-align: center;
  padding: 60px;
}

.hzyj-project-area .nmJDGN {
  background: #fff;
}

.hzyj-project-area .htLDIz {
  float: left;
  padding: 0px 40px;
}

.nmJDGN_logo {
  float: left;
  width: 180px;
  height: 68px;
  padding: 11px 19px 11px 20px;
  margin: 40px 10px 10px 40px;
  background: #ffffff;
  border: 1px solid rgba(61, 82, 235, 0.2);
  border-radius: 8px;
}

.nmJDGN_logo img {
  /* width: 140px; */
  height: 46px;
}

.hzyj-project-area-item .htLDIz .text {
  float: left;
  width: 100%;
}

.hzyj-project-area-item .htLDIz .desc {
  width: 100px;
  float: left;
}

.hzyj-project-area-item .htLDIz .desc2 {
  width: 100%;
  float: left;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  /* height: 58px; */
}

.hzyj-project-area-item .text {
  margin-top: 10px;
  text-align: center;
}

.zzs-img {
  width: 100%;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.home-yfcx-item {
  width: 75%;
  margin: 0 auto;
}

.index-yf-item {
  background: #f1f5fe;
  width: 100% !important;
}

.home-yfcx-item .property-item {
  /* background: url("/static/module/index/default/images/bg_1.png"); */
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}

.home-yfcx-item .property-item .titles {
  background: url("/static/module/index/default/images/bg_2.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  text-indent: 2em;
  width: 70%;
  margin-left: -11px;
  padding-left: 10px;
  color: #3d52eb;
  font-weight: 800;
}

.home-yfcx-item .property-item .desc {
  height: initial;
  margin: 20px 24px;
  line-height: 30px;
}

.home-yfcx-item .property-item .desc1 {
  font-size: 12px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

.home-yfcx-item .property-item .desc1:last-child {
  padding-bottom: 20px;
}

.index-left-new-image {
  /* width: 445px;
  height: 451px; */
}

.news-huoban-item {
  width: 100%;
}

.news-es-huoban-tabs li {
  width: 100px !important;
}

.news-es-huoban-tabs .news-tab-item a.active:after {
  width: 80px !important;
}

.yfcg-project-area {
  /* padding: 120px 0px 50px 0px; */
  padding: 70px 0px 50px 0px;
  background-color: #f5f6f8;
}

.yfcg-project-area .active {
  background: #3d52eb;
  color: #fff !important;
  border-radius: 20px;
}

.yfcg-project-area .col-lg-8 {
  margin: 0 auto;
}

.yfcg-project-area .property-controls {
  margin: 0 auto;
  text-align: left;
}

.yfcg-project-area .property-controls ul li {
  color: #222;
  font-size: 16px;
  width: 100px;
  text-align: center;
  font-weight: bold;
}

.yfcg-project-area .property-controls ul li:after {
  content: initial;
}

.yfcg-project-area-list {
  /* padding: 120px 0px 50px 0px; */
  padding: 0;
  background-color: #f5f6f8;
  min-height: 400px;
}

.yfcg-project-area-list .col-lg-2 {
  float: left;
  max-width: 17% !important;
  margin: 0 10px 0px 22px;
}

.yfcg-project-area-list .property-controls {
  text-align: left;
  margin-top: -15px;
  position: relative;
}

.yfcg-project-area-list .property-controls ul li {
  padding-left: 15px;
  border-left: 1px dashed #3d52eb;
}

.yfcg-project-area-list .property-controls ul li:after {
  content: "";
  float: left;
  width: 10px;
  height: 10px;
  background: #3d52eb;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -5px;
}

.yfcg-project-area-list .property-controls .t1s:after {
  content: "";
  float: left;
  width: 10px;
  height: 10px;
  background: #3d52eb;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
}

.yfcg-project-area-list .property-controls ul li:before {
  /*content:"";
    float: left;
    width: 10px;
    height: 10px;
    background: #3D52EB;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: -5px;*/
}

.yfcg-project-area-list .property-controls .t1 {
  font-weight: 800;
}

.yfcg-project-area-list .property-controls .t2 {
  font-size: 13px;
}

.yfcg-project-area-list .property-controls .nav-tabs {
  padding: 15px 0px;
}

.yfcg-project-area-list .property-controls .a_title {
  margin-top: -15px;
  position: absolute;
}

.yfcg-project-area-list .property-controls .month {
  width: 30px;
  display: block;
  float: left;
  padding: initial;
  color: #3d52eb;
  font-size: 20px;
  font-weight: 800;
}

.yfcg-project-area-list .property-controls .year {
  width: 52px;
  display: block;
  float: left;
  color: #3d52eb;
  padding: initial;
  position: absolute;
  left: 24px;
  top: 4px;
}

/*移动端*/
@media only screen and (max-width: 767px) {
  .fa-angle-down:before {
    content: "\f107";
  }

  #navbar-collapse .nav-item:last-child {
    position: initial;
    right: initial;

  }

  #navbar-collapse .nav-item:last-child .nav-link {
    background: initial;
    height: initial;
    width: initial;
    line-height: initial;
    text-align: initial;
    border-radius: initial;
  }

  .navbar-fixed .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .banner-heading {
    padding-top: 86px;
  }

  .index-banner-area {
    min-height: 230px;
  }

  .index-area-product .product-bottom .property-controls ul li {
    width: 40%;
  }

  .index-area-product .property-controls .nav-tabs a.active:after {
    left: initial;
    width: 90%;
  }

  .index-banner-area .banner-title {
    padding-top: 20px;
    font-size: 18px;
  }

  .index-banner-area .banner-heading span {
    text-align: center !important;
    padding-top: 0px;
  }

  .index-banner-area .index-banner .product-tabs {
    margin: 20px auto;
  }

  .index-banner-area .banner-heading {
    padding-top: 50px;
  }

  .index-banner-area .property-controls {
    margin-top: -35px;
  }

  .index-news-content-item .home-news {
    width: 100%;
  }

  .index-tab-content .ib-img {
    width: 38px;
    height: 38px;
  }

  .index-yf-news-content-item .home-news {
    width: 100% !important;
  }

  .index-yf-news-content-item .imggroup .imggroup-img img {
    width: 130px;
    height: 100px;
  }

  .index-huobao .huoban-item {
    height: initial !important;
  }

  .huoban-swiper-area .huoban-item {
    margin: 0px 0px;
  }

  .index-huobao .huoban-item .col-md-2 {
    width: 49%;
  }

  .index-hangye-content-item .product-bottom .property-controls ul li {
    width: 40%;
  }

  .index-content-item {
    width: 100%;
  }

  .hangye-swiper {
    margin-top: 110px;
  }

  .index-bottom-area .offset-2 {
    margin-left: initial;
  }

  .index-bottom-area {
    height: 360px;
  }

  .index-bottom-area input {
    margin: 10px auto;
  }

  .yghd-img {
    display: block;
    margin: 0 auto;
    border-radius: 14px;
  }

  .footer-logo-right {
    margin-top: -30px;
  }

  .yanfachuangxin-area .product-bottom .property-controls ul li {
    width: 30% !important;
  }

  .chuangxin-news .imggroup-text {
    padding-left: initial;
  }

  .news-home-product .product-bottom .property-controls ul li {
    float: left;
    width: 49% !important;
  }

  .news-home-product .property-controls .nav-tabs a.active:after {
    width: 60%;
  }

  .news-home-product .product-bottom .product-tabs {
    width: 100%;
    float: left;
  }

  .mobile-news-home-product .property-controls .nav-tabs a.active:after {
    width: 100%;
  }

  .news-project-area .property-item .pi-pic img {
    margin-left: initial;
  }

  .fangan-area .product-bottom .property-controls ul li {
    width: 40%;
    margin: 0 auto;
  }

  .fangan-area .project-img-container .gallery-popup img {
    width: 100%;
  }

  .fangan-area .property-controls .nav-tabs a.active:after {
    width: 100%;
  }

  .chqz-area .row {
    width: 100%;
  }

  .chqz-area .property-filte {
    padding: 20px;
  }



  .footer-menu ul li {
    display: inline-block;
    line-height: 12px;
    float: left;
    width: 50%;
    text-align: left;
  }

  .copyright-info {
    float: left;
    margin: 20px auto;
  }

  .footer-logo-right {
    float: left;
  }

  .footer-about {
    margin-bottom: 40px;
  }

  #footer .news-project-area .property-item .pi-text a,
  span {
    text-align: left !important;
  }

  .index-solid-bg .home-company {
    height: initial;
  }

  .index-solid-bg .home-company .img img {
    width: 80%;
    margin-top: 75px;
  }

  .index-area-product {
    padding: 30px 0px 0px 0px;
  }

  .p-image-list .col-lg-4 {
    margin: 10px auto;
  }

  .home-yfcx-item {
    width: 100%;
  }

  .home-yfcx-item .property-item .desc {
    height: 50px;
  }

  .index-left-new-image {
    height: 290px;
  }

  .index-news-content-item {
    padding: 30px 0px;
  }

  .huoban-item {
    height: initial !important;
  }

  .index-huoban {
    margin-bottom: initial;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .hx-item {
    height: 135px;
    width: 90%;
    margin: 0 auto;
  }

  .yghd-img {
    width: 90%;
  }

  .left-image {
    text-align: center;
  }

  .left-image img {
    width: 93%;
    margin: 0 auto;
    height: initial !important;

  }

  .zzs-img {
    width: 90%;
  }

  .home-company .txt {
    padding: initial;
  }

  .page-yj-area .box-slider-text {
    padding: initial;
  }

  .fangan-area .p-image-list {
    width: 90%;
  }

  .news-es-property-controls .news-tab-item {
    width: 49% !important;
  }

  .yfcg-project-area {
    padding: 30px 0px 10px 0px;
  }

  .yfcg-project-area-list .col-lg-2 {
    max-width: 100% !important;
    margin-top: 40px;
  }

  .yfcg-project-area-list .property-controls ul li {
    width: 100%;
    margin-bottom: initial;
  }

  .yfcg-project-area-list .property-controls .t1s {
    border-left: initial;
  }

  .yfcg-project-area-list .property-controls .t1s:after {
    content: initial;
  }

  #navbar-collapse .nav-item:last-child .nav-link {
    background: #fff !important;
    color: #333 !important;
  }
}

/* 新增css */
.group_3 {
  display: inline-block;
  width: 100%;
  /* height: 680px; */
  background: linear-gradient(180deg, #E8F2F8 0%, #FFFFFF 100%);
  border-radius: 8px;
  border: 1px solid rgba(61, 82, 235, 0.16);
  margin: 0px 0px 50px;
}

.group_4 {
  display: inline-block;
  width: 100%;
  /* height: 680px; */
  background: linear-gradient(180deg, #E8F2F8 0%, #FFFFFF 100%);
  border-radius: 8px;
  border: 1px solid rgba(61, 82, 235, 0.16);
  margin: 0px 0px 50px;
}

.group_5 {
  display: inline-block;
  width: 100%;
  /* height: 680px; */
  background: linear-gradient(180deg, #E8F2F8 0%, #FFFFFF 100%);
  border-radius: 8px;
  border: 1px solid rgba(61, 82, 235, 0.16);
  margin: 0px 0px 50px;
}

.image_2 {
  /* height: 138px; */
  width: 100%;
  display: flex;
  justify-content: center;
}

.image_3 {
  width: 48px;
  height: 48px;
}

#timeline {
  width: 1260px;
  height: 300px;
  overflow: hidden;
  margin: 10px auto;
  position: relative;

  /* background: url("/static/module/index/default/images/dot.png") left 45px
    repeat-x; */
}

#dates {
  width: 100%;
  height: 60px;
  overflow: hidden;
}

#dates li {
  list-style: none;
  float: left;
  width: 180px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  /* background: url("/static/module/index/default/images/biggerdot.png") center
    bottom no-repeat; */
}

#dates a {
  line-height: 38px;
  padding-bottom: 10px;
}

#dates .selected {
  font-size: 38px;
  color: #3d52eb;
}

#issues {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

#issues li {
  width: 100%;
  height: 300px;
  list-style: none;
  float: left;
}

#issues li h1 {
  color: #ffcc00;
  font-size: 42px;
  margin: 20px 0;
  text-shadow: #000 1px 1px 2px;
}

#issues li p {
  font-size: 14px;
  margin-right: 70px;
  margin: 10px;
  font-weight: normal;
  line-height: 22px;
}

#dates a {
  line-height: 38px;
  padding-bottom: 10px;
}

#dates .selected {
  font-size: 38px;
  color: #3d52eb;
}

.stripe-div {
  position: relative;
  z-index: 0;
  overflow: hidden;
  /* 确保子元素不溢出 */
}

.stripe-div::before,
.stripe-div::after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% 50%;
  /* 高度设置为50% */
}

.stripe-div::before {
  background-color: #f5f5f7;
  /* 顶部蓝色 */
}

.stripe-div::after {
  background-color: #e8eefe;
  /* 底部红色 */
  top: 50%;
  /* 从中间开始 */
}

.text-group_19 {
  margin: 0px 24px 24px;
}

.home-company .contact-btn {
  width: 150px;
  height: 44px;
  line-height: 44px;
  background: #3d52eb;
  color: #ffffff;
  display: block;
  border-radius: 20px;
  text-align: center !important;
}

.home-company .contact-btn:hover {
  background: #374bd7;
}

.home-company .contact-btn:active {
  background: #374bd7;
}

.post-meta .chanping-title {
  padding: 10px 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 25px;
  text-align: left;
  font-style: normal;
}

.post-meta .chanping-date {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 25px;
  text-align: left;
  font-style: normal;
}
.entry-content{
  margin-top: 20px;
}
.entry-content p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 32px;
  text-align: justify;
  font-style: normal;
}

.chanping-content p,
div {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  font-style: normal;
}

.chanping-content p {
  text-indent: 2em;
}

.copyright-info span a {
  color: #b0b0b0 !important;
}

.product-list-data .dessrip {
  margin-left: 24px;
  height: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #606266;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
}

.product-list-data h5 {
  padding: 0px 24px;
  min-height: 20px;
}

.product-list-data .btn {
  margin: 20px 24px;
  height: 32px;
  line-height: 15px;
  border-radius: 20px;
  border: 1px solid #436ff6;
}

.product-list-data .btn a:hover {
  color: #436ff6;
}

.product-list-data .btn span {
  height: 100%;
  overflow-wrap: break-word;
  color: rgba(61, 82, 235, 1);
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0px;
}

.product-list-data .index-content-item .property-item {
  background: #f8f8f8;
  border-radius: 8px;
  border: 2px solid #e7e7e7;
}

.product-details-table {
  width: 100%;

}

.product-details-table tr {
  border: #DBDBDB 1px solid;
  text-indent: 1em;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #303133;
  line-height: 30px;
  font-style: normal;
}

.product-details-table td span {
  background: rgba(67, 111, 246, 0.04);
  border-radius: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #303133;
  line-height: 20px;
  display: inline-block;
  text-align: right;
  font-style: normal;
  min-width: 130px;
}

.copyright-info span {
  width: 100%;
  display: block;
  float: left;
  text-align: left;
  color: #fff;
}

@media (max-width: 767px) {
  .home-news li.item .date{
  float: none;
  }
  .hzyj-project-area .YrnHre {
    height: 400px !important;
  }

  .bg-white {
    height: 400px !important;
    background-color: #fff !important;
  }

  .containernew {
    height: auto !important;
  }

  .home-company .contact-btn {
    width: 110px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
    background: #3d52eb;
    color: #ffffff;
    display: block;
    border-radius: 20px;
    text-align: center !important;
  }

  .index-banner .property-controls .video-btn {
    width: 120px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
    background: #3d52eb;
    color: #ffffff;
    display: block;
    border-radius: 20px;
    text-align: center !important;
  }

  .index-banner .property-controls .more-btn {
    width: 120px;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    background: #63717a;
    color: #fff;
    display: block;
    border-radius: 20px;
    text-align: center !important;
    border: 1px solid #fff;
  }

  .news-item-list li.item {
    padding: 0 !important;
    margin-bottom: 1rem;
  }

  .text-group_19 {
    margin-top: 2em !important;
  }

  .home-news li.item .date {
    margin-left: 60%;
    position: relative;
  }

  #timeline {
    width: 260px;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
    position: relative;
    /* background: url("/static/module/index/default/images/dot.gif") left 45px
      repeat-x; */
  }

  #dates {
    width: 260px;
    height: 60px;
    overflow: hidden;
  }

  #dates li {
    list-style: none;
    float: left;
    width: 180px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    background: url("/static/module/index/default/images/biggerdot.png") center bottom no-repeat;
  }

  #issues {
    height: auto;
  }

  #issues li {
    width: 260px;
    height: auto;
    list-style: none;
    float: left;
  }

  #issues li h1 {
    color: #ffcc00;
    font-size: 42px;
    margin: 20px 0;
    text-shadow: #000 1px 1px 2px;
  }

  #issues li p {
    font-size: 14px;
    margin-right: 70px;
    margin: 10px;
    font-weight: normal;
    line-height: 22px;
  }

  .news-es-product-tabs li {
    width: 320px !important;
    margin-right: initial !important;
  }

  #dates li {
    width: 56px;
    height: 50px;
    font-size: 12px;
  }

  #dates .selected {
    font-size: 12px;
    color: #3d52eb;
  }

  .company-container .banner-title {
    font-size: 25px;
    line-height: 30px;
  }

  .index-banner .banner-title {
    padding: 10px;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .index-banner .product-tabs {
    border-bottom: initial !important;
    margin: 0px 10px 70px;
    text-align: left;
  }

  .left-image {
    height: auto;
  }

  .chanping-content img {
    width: 80%;
    height: auto;
  }

  .product-details img {
    width: 73% !important;
  }
}