@charset "UTF-8";
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

a {
  color: #414141;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

section {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.top {
  background: #b3282e;
  color: #fff;
}

.header-contact p {
  border-left: 1px solid rgba(255,255,255,0.2);
  padding: 0.6rem;
}

.header-contact p a {
  color: inherit;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.5s ease;
  background: #fff;
}

.header .container {
  position: relative;
}

.header-search > .btn {
  color: #b3282e;
  position: relative;
}

.header-search > .btn:focus {
  box-shadow: none;
}

.header-search > .btn:after {
  display: none;
}

.header-search > .btn:before {
  background: #eee none repeat scroll 0 0;
  content: "";
  height: 20px;
  left: 0px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 1px;
}

.header-search .dropdown-menu {
  top: 15px !important;
  left: -190px !important;
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
}

.header-search .dropdown-menu form {
  border: 2px solid #b3282e;
}

.header-search .dropdown-menu input {
  border-radius: 0;
  border: none;
}

.header-search .dropdown-menu input:focus {
  box-shadow: none;
}

.header-search .dropdown-menu button {
  background: #b3282e;
  border-radius: 0;
  color: #fff;
}

.header-search .dropdown-menu button:hover {
  background: #333333;
}

.nav-item {
  display: flex;
  align-items: center;
}

.nav-item > a {
  flex: 1;
  color: #091426;
  font-size: 16px;
  font-weight: bold;
  padding: 25px 15px;
  text-decoration: none;
  transition: none;
}

.nav-item > a:not(.no-arrow):after {
  content: "\f107";
  font-size: 14px;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
}

.nav-item > i {
  display: none;
}

.nav-item:hover,
.nav-item.active {
  background: #b3282e;
}

.nav-item:hover > a,
.nav-item:hover > i,
.nav-item.active > a,
.nav-item.active > i {
  color: #fff;
}

.nav .big-sub-nav,
.nav .sub-nav {
  position: absolute;
  z-index: 999;
  left: 0;
  border-top: 2px solid #b3282e;
  background-color: #ffffff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
  list-style-type: none;
  min-width: 220px;
  padding: 0;
  min-width: 100%;
}

@media (min-width: 992px) {
  .nav .big-sub-nav,
  .nav .sub-nav {
    transform: translateY(20px);
    visibility: hidden;
    transition: all 0.5s ease;
    opacity: 0;
  }
}

.nav .big-sub-nav > li > a,
.nav .sub-nav > li > a {
  display: block;
  border-bottom: 1px solid #eee;
  color: #232323;
  font-size: 16px;
  padding: 8px 16px 12px;
  text-transform: capitalize;
  transition: all 0.5s ease;
  text-decoration: none;
  white-space: nowrap;
}

.nav .big-sub-nav > li > a:hover,
.nav .sub-nav > li > a:hover {
  background: #b3282e;
  color: #fff;
}

.nav .big-sub-nav {
  padding: 30px 0 !important;
}

.nav .big-sub-nav .row > div + div {
  border-left: 1px solid #f0f0f0;
}

.nav .big-sub-nav dl i {
  display: none;
}

.nav .big-sub-nav dd,
.nav .big-sub-nav dl {
  margin-bottom: 0;
}

.nav .big-sub-nav a {
  display: block;
  color: #232323;
  padding: 8px 15px;
  text-decoration: none;
}

.nav .big-sub-nav a:hover {
  background: #b3282e;
  color: #fff;
}

.nav .big-sub-nav dd:hover {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
  background: #fff;
}

.nav > li:not(.no-position) {
  position: relative;
}

@media (min-width: 992px) {
  .nav > li:hover .sub-nav,
  .nav > li:hover .big-sub-nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

.banner {
  background-size: cover;
  background-position: center center;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner .banner-t1 {
  font-weight: bold;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 57px;
  color: #fff;
}

.banner .banner-t2 {
  font-size: 30px;
  display: inline-block;
  background-color: #bd2c29;
  color: #fff;
  box-sizing: border-box;
  padding: 0 39px;
}

.pro-box {
  padding: 40px 0 5px 0;
}

.pro-box-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.pro-box-nav span {
  color: #555;
  margin-right: 15px;
  background: #dedede;
  padding: 3px 8px 2px;
  border-radius: 2px;
  font-size: 14px;
  cursor: pointer;
}

.pro-box-nav span.on {
  color: #fff;
  background: #b3282e;
}

.pro-box-wrap {
  position: relative;
}

.pro-box-row {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.pro-box-row.on {
  position: relative;
  z-index: 99;
  visibility: visible;
  opacity: 1;
}

.pro-box-thumb a {
  position: relative;
  display: block;
  padding-bottom: 100%;
  overflow: hidden;
}

.pro-box-thumb a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.pro-box-thumb a span {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 41px);
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #444;
  border-radius: 50px;
  box-shadow: 0 0 0 900px rgba(252, 171, 3, 0.4);
  color: #444;
  letter-spacing: 1px;
  padding: 8px 14px;
  text-transform: uppercase;
  transition: all 0.6s;
  opacity: 0;
}

.pro-box-thumb a span:hover {
  background-color: #444;
  border-color: #444;
  color: #fff;
}

.pro-box-thumb a:hover img {
  transform: scale(1.1);
}

.pro-box-thumb a:hover span {
  opacity: 1;
}

.pro-box-text a {
  padding: 10px 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #414141;
  text-align: center;
}

.index-title {
  margin-bottom: 50px;
  margin-top: 20px;
}

.index-title h2 {
  color: #091426;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 0.9;
}

.three {
  padding: 40px 0;
}

.three-swiper {
  overflow: hidden;
  position: relative;
}

.three-swiper .swiper-slide {
  background-size: cover !important;
  min-height: 500px;
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  padding: 3rem;
  align-items: center;
}

.three-swiper .swiper-slide:after {
  content: "";
  background: rgba(7, 10, 12, 0.45);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 5px;
}

.three-swiper .three-text {
  max-width: 650px;
  margin: auto;
  border: 9px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  border-radius: 5px;
  position: relative;
  z-index: 4;
  text-align: center;
}

.three-swiper .three-text h3 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  line-height: 35px;
  text-transform: capitalize;
}

.three-swiper .three-text p {
  font-size: 16px;
  line-height: 28px;
  color: #eee;
  margin-top: 20px;
}

.three-swiper .three-text a {
  text-transform: uppercase;
  padding: 10px 30px;
}

.three-swiper .swiper-button-next,
.three-swiper .swiper-button-prev {
  color: #fff;
  font-size: 25px;
  background: rgba(255, 239, 236, 0.33);
  transition: 0.3s ease-in-out;
  height: 50px;
  width: 50px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.three-swiper .swiper-button-next {
  right: 0;
}

.three-swiper .swiper-button-next:before {
  content: "\f105";
  font: normal normal normal 14px / 1 FontAwesome;
}

.three-swiper .swiper-button-prev {
  left: 0;
}

.three-swiper .swiper-button-prev:before {
  content: "\f104";
  font: normal normal normal 14px / 1 FontAwesome;
}

.three-swiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 5px 7px !important;
  transition: opacity 0.2s ease;
  background: #d6d6d6;
  opacity: 1;
}

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

.home-modular-17 {
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 1;
  /*background-attachment:fixed !important*/
}

.home-modular-17:before {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.home-modular-17 .modular17-box {
  max-width: 1000px;
  margin: 0 auto;
  height: 500px;
}

.home-modular-17 .modular17-box h3 {
  font-size: 34px;
  line-height: 55px;
  font-weight: 600;
  color: #fff;
  margin-top: 150px;
}

.home-modular-17 .transparent-btn,
.home-modular-17 a.btn-primary:hover {
  background: rgba(255, 255, 255, 0.25);
}

.home-modular-17 .btn-style {
  padding: 12px 35px;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  transition: 0.3s ease-in;
  border-radius: 5px;
  letter-spacing: unset;
}

.home-modular-17 .modular17-desc {
  margin-top: 25px;
}

.home-modular-17 .modular17-desc p {
  color: #fff;
  font-size: 16px;
  margin: 10px 0;
  line-height: 1.6;
}

/*--------------------------------------------------------------
  About Features 样式1
----------------------------------------------------------------*/
.about-features .content h2 {
  font-weight: bold;
  color: #091426;
  letter-spacing: 0.9px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.about-features .content h5 {
  color: #c9c9c9;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 4px;
  margin-bottom: 4px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.about-features .content h5:after {
  background-color: #b3282e;
  content: "";
  height: 1px;
  left: -24px;
  position: absolute;
  top: 47%;
  width: 64px;
  z-index: -1;
}

.about-features .content h2 span {
  color: #b3282e;
}

.about-features .content p {
  margin-bottom: 15px;
  font-size: 15px;
  text-align: justify;
  line-height: 1.6;
}

.about-features .content .company-list {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  margin-top: 15px;
  list-style: none;
  padding: 0;
}

.about-features .content .company-list li {
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 18px;
  width: 50%;
  display: inline-block;
  float: left;
}

.about-features .content .company-list li:last-child {
  margin-bottom: 0;
}

.about-features .content .company-list li i {
  background-color: #f7f7f7;
  color: #999;
  display: inline-block;
  font-size: 18px;
  height: 22px;
  line-height: 20px;
  margin-right: 14px;
  position: relative;
  text-align: center;
  width: 22px;
}

.about-features .content .company-funfact {
  margin-bottom: 20px;
  margin-top: 30px;
}

.about-features .content .company-funfact .funfact-item {
  display: inline-block;
  margin-right: 60px;
}

.about-features .content .company-funfact .funfact-item:last-child {
  margin-right: 0;
}

.about-features .content .company-funfact h2 {
  color: #b3282e;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 6px;
}

.about-features .content .company-funfact h4 {
  color: #091426;
  font-size: 18px;
  letter-spacing: 1px;
}

.about-features .thumb {
  position: relative;
  padding-bottom: 100%;
}
.about-features .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-features .thumb .about-video {
  background-color: #b3282e;
  overflow: hidden;
  text-align: center;
  padding: 14px 20px;
  position: relative;
}

.about-features .thumb .about-video h4 {
  color: #fff;
  display: inline-block;
}

.about-features .thumb .about-video .about-video-btn {
  color: #fff;
  display: inline-block;
  font-size: 33px;
  line-height: 0;
  margin-left: 12px;
  padding-left: 24px;
  position: relative;
  top: 4px;
}

.about-features .thumb .about-video .about-video-btn:before {
  background-color: #fff;
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  top: -44px;
  width: 1px;
}

.company-section {
  padding-top: 50px;
  padding-bottom: 45px;
}

/*模块15样式*/
.home-modular-15 {
  padding: 50px 0 45px 0;
}

.modular15_wrapper {
  align-items: center;
}

.modular15_wrapper .modular15_text_box h3 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}

.modular15_wrapper .modular15_text_box p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 2.5;
  text-align: justify;
}

#exampleModal video {
  width: 100%;
}

.modular15_wrapper .btn-outline-style {
  color: #b3282e;
  border-color: #b3282e;
  padding: 10px 30px;
  font-size: 15px;
  transition: 0.3s ease-in;
  border-radius: 5px;
}

.modular15_wrapper .btn-outline-style:hover {
  background-color: #b3282e;
  border-color: #b3282e;
  color: #fff;
}

.modular15_wrapper .img-grids {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  align-content: baseline;
}

.modular15_wrapper .img-grids img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.modular15_wrapper .img-grids img:hover {
  transform: translateY(-10px);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.modular15_wrapper .play-view {
  left: 0;
  right: 0;
  top: calc(50% - 40px);
}

.modular15_wrapper span.video-play-icon {
  background: #b3282e;
  color: #fff;
  display: inline-block;
  padding-left: 5px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
}

.modular15_wrapper span.video-play-icon:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35),
      0 0 0 10px rgba(255, 255, 255, 0.35), 0 0 0 20px rgba(255, 255, 255, 0.35);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.35),
      0 0 0 20px rgba(255, 255, 255, 0.35), 0 0 0 40px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35),
      0 0 0 10px rgba(255, 255, 255, 0.35), 0 0 0 20px rgba(255, 255, 255, 0.35);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.35),
      0 0 0 20px rgba(255, 255, 255, 0.35), 0 0 0 40px rgba(255, 255, 255, 0);
  }
}

@media (max-width: 768px) {
  .modular15_wrapper .modular15_img_box + .modular15_text_box,
  .modular15_wrapper .modular15_text_box + .modular15_img_box {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
  评论样式
----------------------------------------------------------------*/
.contact-section .contact-bg {
  background-color: #fff;
  border: 5px solid #b3282e;
  padding: 0;
  position: relative;
}

.contact-text {
  background-color: #b3282e;
  height: 100%;
  padding: 50px 38px 64px;
}

.contact-text h2 {
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.contact-text h2 span {
  color: #e03d33;
}

.contact-text p {
  font-size: 15px;
  color: #eee;
  margin-bottom: 24px;
  line-height: 24px;
  text-align: justify;
}

.contact-text .contact-info {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.contact-text .contact-info .icon-box {
  border: 1px solid #eee;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  float: left;
  height: 34px;
  line-height: 32px;
  text-align: center;
  vertical-align: top;
  width: 34px;
}

.contact-text .contact-info .icon-box img {
  padding: 6px;
  vertical-align: baseline;
  max-width: 100%;
}

.contact-text .contact-info h6 {
  color: #fff;
  float: right;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  text-transform: none;
  top: 8px;
  width: 84%;
}

.contact-text .contact-info h6 a {
  color: #fff;
}

.home-modular-8 {
  padding-top: 50px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .home-modular-8.pb-70 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .home-modular-8 .contact-text {
    padding: 30px 15px 15px;
  }
  .home-modular-8 .contact-text .contact-info {
    margin-bottom: 10px;
  }
  .home-modular-8 .contact-text p {
    font-size: 15px;
    text-align: justify;
  }
  .home-modular-8 .style-2 {
    padding-top: 18px !important;
    padding-bottom: 30px !important;
  }
  .home-modular-8 .form-row .btn.btn-theme {
    margin-top: 0 !important;
  }
  .home-modular-8 .contact-bg {
    border: none;
  }
}

/*--------------------------------------------------------------
  表单控件
----------------------------------------------------------------*/
.contact-section .style-2 {
  padding: 50px 58px 30px;
}

.style-2 .form-control {
  background-color: transparent;
  border-color: -moz-use-text-color -moz-use-text-color #ddd;
  border-style: none none solid;
  border-width: medium medium 1px;
  height: 52px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.style-2 .form-group {
  margin-bottom: 0;
}

.style-2 textarea.form-control {
  min-height: 100px;
}

.style-2 input[type="text"] {
  font-weight: 400;
  letter-spacing: 0.9px;
  text-transform: capitalize;
}

.style-2 ::-moz-placeholder {
  color: #091426 !important;
}

.style-2 ::-webkit-input-placeholder {
  color: #091426 !important;
}

.style-2 ::-moz-placeholder {
  color: #091426 !important;
}

.style-2 ::-ms-input-placeholder {
  color: #091426 !important;
}

.style-2 .btn-black,
.style-2 .btn-bordered,
.style-2 .btn-theme,
.style-2 .btn-theme-1,
.style-2 .btn-transparent,
.style-2 .btn-white {
  border-radius: 50px;
  font-family: Oswald, sans-serif;
  padding: 12px 24px;
}

@media (max-width: 991px) {
  .contact-section .style-2 {
    padding: 50px 15px 50px;
  }
}

/*--------------------------------------------------------------
  联系方式
----------------------------------------------------------------*/
#ajax-contact textarea::-webkit-input-placeholder,
#ajax-contact input::-webkit-input-placeholder {
  color: #7a828b !important;
  font-weight: 400;
}

.contact-details .title {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 24px;
  position: relative;
  text-transform: uppercase;
}

.contact-details .title span {
  color: #e03d33;
}

.contact-details .title:after {
  background-color: #e03d33;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.form-row .form-group input.form-control {
  background-color: #fbfbfb;
  border: 1px solid #eee;
  font-size: 14px;
  height: 56px;
  letter-spacing: 0.6px;
  padding-bottom: 10px;
}

.form-row textarea.form-control {
  background-color: #fbfbfb;
  border: 1px solid #eee;
  font-size: 14px;
  letter-spacing: 0.6px;
  padding: 0.75rem;
}

.form-row .btn.btn-theme {
  border-radius: 3px;
  padding: 12px 24px;
  text-transform: uppercase;
  background: #b3282e;
  color: #fff;
}

.contact-details .service-item.style-1 {
  padding: 18px 24px;
  border: 1px solid #eee;
  background-color: #fbfbfb;
}

.contact-details.bg-f9 .service-item.style-1 {
  background-color: #fff;
}

#form-messages {
  font-size: 16px;
  line-height: 12px;
}

#form-messages.error {
  color: #fcab00;
}

#form-messages.success {
  color: #4caf50;
}

.contact-details .service-item.style-1 .content h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact-details .service-item.style-1 .content p {
  line-height: 1.6;
}

.contact-details .service-item.style-1 img {
  background-color: #e03d33;
  color: #fff;
  padding: 13px;
  border: 1px solid #eee;
  border-radius: 50%;
  font-size: 30px;
  height: 60px;
  line-height: 54px;
  text-align: center;
  width: 60px;
  max-width: 60px;
}

.map iframe {
  margin-bottom: -6px;
}

/*--------------------------------------------------------------
  页脚样式   所有页脚样式
----------------------------------------------------------------*/
footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-about-title {
  font-size: 25px;
  color: #fff;
  margin-bottom: 35px;
}

.footer-item {
  position: relative;
}

.footer-logo {
  width: 180px;
}

.footer-logo-2 {
  width: 250px;
  text-align: center;
}

.footer-widget-one p {
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #989898;
}

.footer-widget-one .address li {
  margin-bottom: 10px;
  font-size: 15px;
}

.footer-widget-one .address li i {
  margin-right: 8px;
  font-size: 18px;
  color: #e03d33;
}

footer ul.social-icon {
  border-bottom: none;
  margin-top: 20px;
}

.footer-item .search-box {
  display: flex;
}

.social-icon li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.social-icon li:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-icon li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-icon.bg-f2 li {
  background: #f2f2f2;
}

.social-icon.bg-f2 li a {
  color: #e03d33;
}

.social-icon.bg-f2 li:hover {
  background: #e03d33;
}

.social-icon.bg-f2 li:hover a {
  color: #fff;
}

.social-icon.bg-theme li {
  background: #e03d33;
}

.social-icon.bg-theme li a {
  color: #fff;
}

.social-icon.bg-theme li:hover {
  background: #4d4d4d;
}

.social-icon.bg-theme li:hover a {
  color: #fff;
}

.social-icon.bg-black li {
  background: #4d4d4d;
}

.social-icon.bg-black li a {
  color: #fff;
}

.social-icon.bg-black li:hover {
  background: #e03d33;
}

.social-icon.bg-black li:hover a {
  color: #fff;
}

.social-icon.bg-transparent li {
  background: 0 0;
}

.social-icon.bg-transparent li a {
  color: #333;
}

.social-icon.bg-transparent li:hover {
  background: 0 0;
}

.social-icon.bg-transparent li:hover a {
  color: #e03d33;
}

.social-icon.rounded li {
  border-radius: 50%;
}

.social-icon.round li {
  border-radius: 7px;
}

.social-icon.bordered li {
  border: 1px solid;
}

.social-icon.bordered li:hover {
  background: #e03d33;
  border-color: #e03d33;
}

.social-icon.bordered li:hover a {
  color: #fff;
}

.social-icon.bordered-theme li {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icon.bordered-theme li a {
  color: #ffffff;
}

.social-icon.bordered-theme li:hover {
  background: #e03d33;
  border-color: #e03d33;
}

.social-icon.bordered-theme li:hover a {
  color: #fff;
}

.news-area {
  margin-bottom: 20px;
}

.news-img {
  float: left;
  padding-top: 5px;
  padding-right: 15px;
}

.news-img a {
  display: inline-block;
  position: relative;
}

.news-img a span {
  font-size: 22px;
  position: absolute;
  top: 70%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-img a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #e03d33;
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.news-area:hover .news-img a:after {
  visibility: visible;
  opacity: 0.8;
}

.news-area:hover .news-img a span {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-area .news-content p {
  font-size: 15px;
  padding-top: 10px;
}

.news-area .news-content span {
  color: #e03d33;
}

.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list li {
  margin-bottom: 17px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-list > img {
  width: auto;
}

.footer-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-list li a {
  color: #fff !important;
  font-size: 14px;
  text-decoration: none;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

.footer-list.border-deshed li {
  border-bottom: 1px dashed #e03d33;
}

.footer-list.color-icon li i {
  color: #e03d33;
}

.footer-list li:hover {
  padding-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-title {
  margin-bottom: 30px;
}

.footer-title h4 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.8px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.border-style-1,
.border-style-2,
.border-style-3 {
  position: relative;
}

.border-style-1:after {
  top: 0;
  content: "";
  height: 3px;
  left: 2px;
  margin: auto;
  position: absolute;
  width: 40px;
  background: #e03d33;
}

.border-style-2:after {
  top: 0;
  content: "";
  height: 3px;
  left: 2px;
  margin: auto;
  position: absolute;
  width: 33px;
  background: #e03d33;
}

.border-style-3:after {
  background: #e03d33 none repeat scroll 0 0;
  border-radius: 0 50px 0 0;
  content: "";
  height: 3px;
  left: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 40px;
}

.img-rounded a:after,
.img-rounded a:before,
.img-rounded img {
  border-radius: 100%;
}

.img-round a:after,
.img-round a:before,
.img-round img {
  border-radius: 10px;
}

.footer-item .subscribe-style-one,
.footer-item .subscribe-style-three,
.footer-item .subscribe-style-two {
  margin-bottom: 30px;
}

.btn-subscribe {
  height: 55px;
  border-radius: 0;
  background: #333;
  color: #fff;
  cursor: pointer;
}

.btn-subscribe:hover {
  background: #e03d33;
}

.subscribe-style-two .btn-subscribe {
  background: #e03d33;
}

.subscribe-style-two .form-control:focus {
  border-color: #e03d33;
}

.subscribe-style-two .btn-subscribe:hover {
  background: #333;
}

.footer-item .newsletter-text {
  position: relative;
  padding-bottom: 20px;
}

.footer-item .newsletter-text:before {
  top: 30px;
  content: "";
  height: 3px;
  left: 2px;
  margin: auto;
  position: absolute;
  width: 40px;
  background: #e03d33;
}

.flicker-feed > a {
  display: inline-block;
  float: left;
  position: relative;
  width: 33.3333%;
  z-index: 1;
}

.flicker-feed.gutter > a {
  display: inline-block;
  float: left;
  position: relative;
  width: 32%;
  z-index: 1;
  margin: 1px;
}

.flicker-feed > a:before {
  background-color: rgba(255, 165, 0, 0.9);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flicker-feed > a:hover:after,
.flicker-feed > a:hover:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flicker-feed > a:after {
  color: #fff;
  content: "\e618";
  font-family: Pe-icon-7-stroke;
  font-size: 24px;
  font-weight: 300;
  left: 45%;
  position: absolute;
  top: 45%;
  margin-top: -7px;
  margin-left: -7px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-item form .form-control {
  height: 45px;
  margin-bottom: 0;
}

.footer-item .contact-textarea .form-control {
  height: 85px;
  margin-bottom: 15px;
}

.footer-btn {
  font-size: 13px;
  color: #fff;
  background: #4d4d4d;
}

.footer-btn:hover {
  color: #fff;
  background: #e03d33;
}

.footer-btn-1 {
  font-size: 13px;
  color: #fff;
  background: #e03d33;
}

.footer-btn-1:hover {
  color: #fff;
  background: #4d4d4d;
}

.footer-item .footer-feature i {
  font-size: 30px;
  margin-bottom: 15px;
}
.footer-copy-right {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-copy-right p {
  color: #a2a2a2;
  font-size: 15px;
}
.footer-copy-right a {
  color: #a2a2a2;
}
.footer-copy-right .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

footer.bg-theme-color-2 {
  background-color: #b3282e !important;
}

.footer-copy-right.bg-theme-color-2 {
    background-color: #b3282e;
}

.footer-widget-one p,
.footer-list li a,
footer .blog-small-item .tex h5 a,
.footer-copy-right a,
.footer-menu li,
.footer-copy-right p,
.social-icon.bordered-theme li a,
.footer-title h4,
.footer-item h6 {
  color: #fff !important;
}

footer {
  padding: 70px 0;
}

.navbar-toggler {
  display: none;
}

.inner-area {
  padding-bottom: 120px;
  padding-top: 120px;
  position: relative;
  z-index: 1;
  background-attachment: unset;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.inner-area:after {
  background-color: rgba(9, 20, 38, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.inner-area h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.9px;
  text-align: left;
}

.inner-area p {
  color: #e9e9e9;
  font-size: 17px;
  letter-spacing: 0.8px;
  margin-top: 8px;
  text-transform: capitalize;
}

/* 分类菜单 */
.breadcrumbs {
  overflow: unset;
}

.category-child-menu {
  padding: 0;
}

.category-child-menu li {
  display: inline-block;
}

.category-child-menu li a {
  color: #333;
  padding: 15px 15px;
  font-size: 15px;
  display: block;
}

.category-child-menu .children li:hover a,
.category-child-menu li.current-cat a,
.category-child-menu li.current-cat-parent a,
.category-child-menu li:hover a {
  color: #316eb1;
}

.category-child-menu .children li {
  width: 100%;
  border-bottom: 1px dashed rgba(116, 116, 116, 0.1);
  margin-bottom: 0;
}

.category-child-menu .children li:last-child {
  border-bottom: none;
}

.category-child-menu .children li a {
  padding: 8px 15px;
  color: #333;
  font-weight: 400;
}

.category-child-menu .children {
  position: absolute;
  top: -999em;
  width: 13em;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  display: block;
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.2s ease;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
  background-color: #fdfdfd;
  box-shadow: 0 1px 2px #aaa;
}

.category-child-menu li:hover .children {
  top: 55px;
  display: block;
  opacity: 1;
  z-index: 1000;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}

@media only screen and (max-width: 767px) {
  .category-child-menu {
    padding: 5px 0 !important;
  }
  .category-child-menu li a {
    padding: 10px 10px;
    line-height: 1;
  }
  .category-child-menu .children {
    display: none;
  }
}

.blog-section {
  padding-top: 30px;
  background-color: #f7f7f7;
}

.single-breadcrumbs {
  padding: 10px 15px;
  font-size: 13px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-breadcrumbs a,
.single-breadcrumbs span {
  font-size: 13px;
}

.projects-section.over-layer-white:before {
  background-color: rgba(255, 255, 255, 0.96);
}

.projects-item {
  margin-bottom: 30px;
}
.projects-item .thumb a {
  display: block;
  position: relative;
  padding-bottom: 100%;
}
.projects-item .thumb img {
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.sidebar .cat-5-item:last-child .projects-item {
  margin-bottom: 0;
}

.projects-item .content {
  background-color: #fff;
  padding: 0px 15px 25px 15px;
  box-shadow: 0 5px 7px 0 rgba(111, 111, 111, 0.05);
}

.col-lg-3 .projects-item .content {
  padding: 0px 10px 5px 10px;
}

.projects-item .content span {
  color: #ddd;
  display: inline-block;
  font-size: 40px;
  margin-bottom: 22px;
  opacity: 0.7;
  position: relative;
}

.projects-item .content span:after {
  background-color: #e03d33;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.projects-item .content h2 {
  padding-top: 15px;
  margin-bottom: 12px;
  line-height: 24px;
  font-weight: 600;
}

.projects-item .content h2 a {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.col-lg-3 .projects-item .content h2 a {
  font-size: 16px;
}

.projects-item .content p {
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 20px;
  word-break: break-all;
}

.col-lg-3 .projects-item .content .project-btn {
  padding: 5px 10px 5px;
}

.projects-item .content .project-btn {
  background-color: #e03d33;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 10px 14px 8px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4;
  transition: all 0.4s;
}

.projects-item .content .project-btn:hover {
  background-color: #091426;
}

.archive .projects-item .content {
  box-shadow: 0 5px 40px 0 rgba(111, 111, 111, 0.3);
}

.paging-section {
  background-color: #f7f7f7;
}
.page-link-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-link-item a {
  border: 1px solid #081526;
  border-radius: 3px;
  font-size: 16px;
  height: 40px;
  width: 40px;
  background-color: #081526;
  color: #fff;
  display: flex;
  margin: 0 3px;
  justify-content: center;
  align-items: center;
}

.page-link-item .page-num-current {
  background-color: #b3282e;
  border: 1px solid #b3282e;
}

/* 文章头部 产品模块 */
.single .showproduct-head + .blog-section {
  padding-top: 15px;
}

.showproduct-head {
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 15px;
  border-top: 1px solid #eee;
}

.showproduct-head .showproduct-wrap {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
}

.showproduct-head .product-text h1 {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.showproduct-head .product-text p {
  font-size: 15px;
}
.showproduct-head .product_meta {
  list-style: none;
  padding: 0;
}
.showproduct-head .product_meta li {
  display: inline-block;
}

.showproduct-head .product_meta li.productline {
  vertical-align: 1px;
  color: #4d4d4d;
  padding: 0 15px 0 15px;
}

.showproduct-head .product_meta {
  margin-bottom: 10px;
}

.showproduct-head .produc-parameter {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: inline-block;
  padding: 10px 0;
}

.showproduct-head .produc-parameter li {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 3px 15px 3px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.showproduct-head .produc-parameter.parameter-col-1 li {
  width: 100%;
}

.showproduct-head .produc-parameter.parameter-col-3 li {
  width: 33.333%;
}

.showproduct-head .produc_button {
  margin-top: 5px;
}

.showproduct-head .produc_button a {
  float: left;
  padding: 0 15px;
  height: 38px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #666;
  border-radius: 4px;
}

.showproduct-head .produc_button a:hover {
  font-weight: 600;
  border-radius: 20px;
}

.showproduct-head .produc_button a:first-child {
  margin-left: 0;
}

.product-details-title {
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #f3f3f3;
  background-color: #fff;
}

.product-details-title h2 {
  display: inline-block;
  font-size: 18px;
  background: #fff;
  border-bottom: 2px solid #fcab00;
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
}

.showproduct-img {
  border: 1px solid #dfdfdf;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 44;
}

.showproduct-img .swiper-slide {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.showproduct-img .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.showproduct-img .swiper-pagination {
  text-align: right;
  bottom: 5px;
  padding-right: 30px;
}

.showproduct-img .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 2px 3px;
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 0.5;
}

.showproduct-img .swiper-pagination-bullet-active {
  width: 20px;
  background: #fff;
  opacity: 1;
}

#showproduct-slider .owl-buttons {
  display: none;
}

#showproduct-slider .owl-item {
  float: left;
}

#showproduct-slider .owl-nav.disabled {
  display: none;
}

/* 文章头部 产品模块 响应式 */
@media only screen and (max-width: 767px) {
  #showproduct-slider li img {
    width: 100%;
    height: auto;
  }
  .showproduct-head {
    padding-top: 10px;
  }
  .showproduct-head .product-text h1 {
    font-size: 18px;
    padding-top: 15px;
    line-height: 1.4;
  }
  .showproduct-head .product_meta li.productline {
    display: none;
  }
  .showproduct-head .product_meta li {
    width: 100%;
    font-size: 15px;
  }
  .showproduct-head .produc-parameter li {
    width: 100% !important;
    font-size: 14px;
  }
}

/* Shop Responsived Css*/
@media only screen and (min-width: 1200px) and (max-width: 1880px) {
  .shop-item.shop-list .shop-content {
    margin-top: 40px;
  }
  .shop-item.shop-list .shop-content p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-item.shop-list .shop-content {
    margin-top: 10px;
  }
  .shop-item.shop-list .shop-content p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-item.shop-list .shop-content {
    margin-top: 10px;
  }
  .btn-shop.mt-3 {
    margin-top: 5px !important;
  }
}

@media only screen and (min-width: 420px) and (max-width: 767px) {
  .shop-item.shop-list .shop-content {
    margin-top: 10px;
    padding-left: 30px;
    margin-bottom: 20px;
  }
}

/*手机端 文章页面*/
@media only screen and (max-width: 767px) {
  .single-wrapper {
    padding-top: 10px !important;
  }
}

/***产品侧栏****/
.theme-sidebar .title-box {
  display: block;
}

.theme-sidebar .title-box h3 {
  color: #091426;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.theme-sidebar .title-box h3:before {
  background-color: #e03d33;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 38px;
  z-index: 1;
}

.theme-sidebar .title-box h3:after {
  background-color: #ddd;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 70px;
}

.theme-sidebar .theme-sidebar .title-box h3 span {
  color: #e03d33;
}

.theme-sidebar .widget {
  margin-bottom: 30px;
  padding: 15px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.theme-sidebar .widget:last-child {
  margin-bottom: 0;
}

/***产品搜索***/
.theme-sidebar .widget_search .search-box .form-group {
  margin-bottom: 0;
  position: relative;
}

.theme-sidebar .widget_search .search-box .form-group .form-control {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  color: #989898;
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  width: 80%;
  height: 44px;
}

input::-webkit-input-placeholder {
  color: #c9c9c9 !important;
}

input::-moz-placeholder {
  color: #c9c9c9 !important;
}

input::-ms-input-placeholder {
  color: #c9c9c9 !important;
}

input::-moz-placeholder {
  color: #c9c9c9 !important;
}
.theme-sidebar .search-box {
  display: flex;
  align-items: center;
}
.theme-sidebar .search-box input {
  flex: 1;
}
.theme-sidebar .widget_search button {
  border: none;
  background-color: #e03d33;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  width: 20%;
}

.theme-sidebar .widget_search button:hover {
  background-color: #091426;
  color: #fff;
}

.theme-sidebar .widget_search button:focus {
  outline: none;
}

/***菜单小工具***/
.widget_nav_menu ul {
  list-style: none;
  padding: 0;
}

.widget_nav_menu .menu li {
  margin-bottom: 10px;
}

.widget_nav_menu .menu li.menu-item-has-children > a {
  margin-bottom: 10px;
  display: inline-block;
}

/***购物车样式***/
.cat-item ul li {
  margin-bottom: 22px;
}

.cat-item ul li a {
  color: #989898;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: capitalize;
}

.cat-item ul li a:hover {
  color: #e03d33;
}

.cat-item ul li span {
  background-color: #fbfbfb;
  border-radius: 50%;
  color: #989898;
  float: right;
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
}

/**产品项目**/
.products-item {
  margin-bottom: 28px;
}

.products-item img {
  float: left;
  position: relative;
  width: 68px;
}

.products-item .tex {
  padding-left: 84px;
  padding-top: 0;
}

.products-item .tex h5 {
  color: #989898;
  font-size: 16px;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.products-item .tex h6 {
  color: #e03d33;
}

/***标签项目***/
.tags-item a {
  border: 1px solid #eee;
  border-radius: 30px;
  color: #414141;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 30px;
  line-height: 28px;
  padding: 0 14px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 6px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  margin: 5px;
}

.tags-item a:hover {
  box-shadow: 0 5px 7px 0 rgba(111, 111, 111, 0.05);
}

/***博客详细信息***/
.blog-details {
  padding: 15px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.blog-details .details-thumb {
  margin-bottom: 30px;
}

.blog-details .details-content h1 {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  padding-top: 20px;
}
.blog-details .details-content table {
  width: 100%;
}

.blog-details .details-content img {
  height: auto !important;
  max-width: 100% !important;
}

.blog-details .details-content .details-tag li {
  display: inline-block;
}

.blog-details .details-content .details-tag li a {
  color: #959595;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}

.blog-details .details-content .details-tag li a:hover {
  color: #e03d33;
}

.blog-details .details-content .details-tag li a i {
  color: #e03d33;
  font-size: 18px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.blog-details .details-content blockquote {
  background-color: #f7f7f7;
  padding: 26px;
}

.blog-details .details-content blockquote p {
  font-size: 18px;
  font-weight: 300;
}

.blog-details .details-content blockquote p i {
  color: #e03d33;
  font-size: 28px;
  margin-right: 8px;
}

.blog-details .social-icon {
  float: right;
  position: relative;
  top: -8px;
}

.blog-details .social-icon li {
  margin-right: 0;
  padding: 0;
}

.blog-details .social-icon li a {
  border: 1px solid #eee;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
}

.blog-details .details-content .btn-box {
  padding-top: 30px;
  display: flex;
  border-top: 1px solid #eee;
}

.blog-details .details-content .btn-box a {
  background-color: #e03d33;
  color: #fff;
  padding: 8px 18px;
  width: 49%;
  float: left;
  margin-right: 14px;
}

.blog-details .details-content .btn-box a:last-child {
  margin-right: 0;
}

.details-content img {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .blog-details .details-content .btn-box {
    display: inline-block;
  }
  .blog-details .details-content .btn-box a {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .blog-details .details-content .btn-box a:last-child {
    margin-bottom: 0;
  }
  .blog-details .blog-admin img {
    display: none;
  }
}

.blog-details .details-content h2,
.blog-details .details-content h3,
.blog-details .details-content h4,
.blog-details .details-content p {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #434343;
}

.blog-details .details-content table p {
    margin: 0 !important;
} 


.blog-details .details-content h2 {
  font-size: 24px;
}

.blog-details .details-content h3 {
  font-size: 20px;
}

.blog-details .details-content h4 {
  font-size: 18px;
}

.blog-details .details-content p {
  font-size: 15px;
  line-height: 1.8;
}

.blog-details .details-content p a {
  margin: 0 3px;
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 1px solid #fcab00;
}

.blog-details .details-content p a:hover {
  color: #fcab00;
}

.blog-details .details-content .wp-block-image {
  margin-bottom: 25px;
}

.blog-details .details-content .entry-meta {
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
}

.blog-details .details-content .entry-meta span {
  font-size: 13px;
  margin-right: 15px;
}

.single .inner-area h1,
.page .inner-area h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.9px;
}

.banner-entry-meta {
  margin-top: 15px;
}

.banner-entry-meta span {
  font-size: 13px;
  margin-right: 15px;
  color: #fff;
}

.banner-entry-meta span a {
  color: #fff;
}

@media (max-width: 1200px) {
  .nav-item > a {
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .about-features .thumb .about-video {
    padding: 10px;
  }
  .about-features .content .company-funfact {
    margin: 0;
  }
  .about-features .thumb .about-video .about-video-btn {
    font-size: 20px;
  }
  .about-features .thumb .about-video h4 {
    font-size: 22px;
  }
}

@media (max-width: 990px) {
  .header {
    padding: 10px 0;
  }
  .navbar-toggler {
    display: block;
  }
  .header-search .dropdown-menu {
    top: 16px !important;
    left: -20px !important;
  }
  .nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    flex-direction: column;
  }
  .nav > li {
    width: 100%;
  }
  .nav > li.show .sub-nav,
  .nav > li.show .big-sub-nav {
    display: block;
    position: static;
  }
  .nav .nav-item > i {
    display: block;
    padding: 15px;
    border-left: 1px solid #f0f0f0;
  }
  .nav .nav-item > a {
    padding: 15px 10px;
  }
  .nav .nav-item > a:not(.no-arrow):after {
    display: none;
  }
  .nav .big-sub-nav {
    padding: 0 !important;
  }
  .nav .big-sub-nav .row > div {
    margin: 0;
    padding: 0;
  }
  .nav .big-sub-nav dt {
    display: flex;
    align-items: center;
  }
  .nav .big-sub-nav dt a {
    font-size: 14px;
    flex: 1;
  }
  .nav .big-sub-nav dt i {
    display: block;
    padding: 10px;
  }
  .nav .big-sub-nav dd {
    display: none;
  }
  .nav .big-sub-nav dd a {
    padding: 5px 10px 5px 20px;
    font-size: 14px;
  }
  .nav dl.show dd {
    display: block;
  }
  .nav .sub-nav,
  .nav .big-sub-nav {
    display: none;
  }
}

@media (max-width: 768px) {
  .top {
    padding: 5px;
    font-size: 13px;
  }
  .top .company-name {
    padding-bottom: 5px;
    text-align: center;
  }
  .top .header-contact {
    justify-content: center !important;
  }
  .top .header-contact p {
    padding: 0;
    border-left: none;
  }
  .footer-copy-right .container {
    padding: 10px;
  }
  .banner {
    height: 60vh;
  }
  .banner-text {
    padding: 0 15px;
  }
  .banner .banner-t1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .banner .banner-t2 {
    font-size: 20px;
    padding: 0 16px;
  }
  .pro-box {
    padding: 20px 0;
  }
  .index-title {
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .index-title h2 {
    font-size: 20px;
  }
  .pro-box-nav span {
    margin-right: 7px;
    padding: 2px;
    font-size: 12px;
  }
  .pro-box-nav {
    margin-bottom: 15px;
  }
  .three {
    padding: 20px 0;
  }
  .three-swiper .swiper-slide {
    min-height: 400px;
  }
  .three-swiper .three-text {
    border: 4px solid rgba(255, 255, 255, 0.2);
    padding: 15px;
  }
  .three-swiper .three-text h3 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .three-swiper .three-text p {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.6;
  }
  .three-swiper .three-text a {
    padding: 7px 25px;
  }
  .home-modular-17 .modular17-box h3 {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.6;
  }
  .home-modular-17 .modular17-box {
    height: auto;
  }
  .home-modular-17 .modular17-desc p {
    font-size: 14px;
    margin: 5px 0;
  }
  .home-modular-17 .btn-style {
    padding: 7px 20px;
  }
  .company-section {
    padding: 20px 0;
  }
  .about-features .content h2 {
    margin: 10px 0;
    font-size: 20px;
  }
  .about-features .content .company-list li {
    width: 100%;
  }
  .about-features .content .company-funfact .funfact-item {
    margin-right: 15px;
  }
  .about-features .content .company-funfact h4 {
    font-size: 14px;
  }
  .about-features .content .company-funfact h2 {
    font-size: 20px;
  }
  .home-modular-15,
  .home-modular-8 {
    padding: 20px 0;
  }
  .inner-area {
    padding: 60px 0;
  }
  .inner-area h1 {
    font-size: 22px;
  }
  .blog-section {
    padding-bottom: 20px;
  }
}

.list-item {
  padding: 50px 0 20px 50px;
  box-shadow: 0 0 10px #ddd;
  background-color: #ffffff;
  margin-bottom: 50px;
}

.list-item_title {
  display: flex;
  align-items: baseline;
  font-size: 22px;
  font-weight: 500;
  color: #222222;
}

.list-item_title em {
  font-size: 27px;
  color: #c12d31;
  font-weight: 700;
}

.list-item_wrap {
  display: flex;
}

.list-item_img {
  width: 32%;
  margin-right: 20px;
}

.list-item_img img {
  width: 100%;
}

.list-item_text {
  flex: 1;
}

.list-item_text-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.list-item_text-title img {
  margin-right: 5px;
}

.list-item_text-title span {
  font-size: 17px;
  line-height: 1.5;
  color: #222;
}

.list-item_text-ul {
  display: flex;
  flex-wrap: wrap;
}

.list-item_text-ul li {
  width: 50%;
  margin-bottom: 5px;
  font-size: 15px;
  color: #222;
  display: flex;
}

.list-item_text-ul li strong {
    font-weight: normal;
    order: 2;
}
.list-item_text-ul li span:before {
    content: '•';
    margin-right: 5px;
}
.list-item_text-ul li span:after {
    content: ':';
}
.list-item_text-ul.no-wrap li {
  width: 100%;
}

.list-item_text-div {
  display: flex;
  flex-wrap: wrap;
}

.list-item_text-div span {
  font-style: italic;
  background-color: #f5f5f5;
  border-radius: 20px;
  font-size: 15px;
  font-family: "Poppins Light";
  color: #444;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 10px 15px;
  margin-top: 5px;
}

.layui-layer-content #ajax-contact {
  padding: 40px;
}

.detail-top {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.detail-top_left,
.detail-top_right {
  flex: 1;
}

.detail-top_left {
  margin-right: 3%;
}

.detail-top_left h1 {
  font-size: 33px;
  margin-bottom: 15px;
  background: linear-gradient(to right, #c12d31, #efc31d);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}

.detail-top_desc {
  line-height: 1.9;
  font-size: 18px;
  color: #222;
}

.detail-top_list {
  display: flex;
  flex-wrap: wrap;
  margin: 55px 0 15px;
  padding: 0;
}

.detail-top_list li {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-bottom: 33px;
}

.detail-top_list li:hover strong {
  background: linear-gradient(to right, #c12d31, #efc31d);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  transform: scale(1.05);
}

.detail-top_list li strong {
  transition: transform 0.4s;
  transform: scale(1);
  transform-origin: left center;
  font-size: 28px;
  display: block;
  font-weight: bold;
  line-height: 1.2;
}

.detail-top_list li span {
  font-size: 18px;
  font-weight: normal;
  display: block;
  margin-top: 7px;
}

.detail-top_imgs {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.detail-top_imgs img {
  max-width: 100%;
  margin-right: 20px;
}

.detail-top_btns a {
  height: 60px;
  line-height: 60px;
  text-align: center;
  box-sizing: border-box;
  color: #c12d31;
  border: 1px solid #c12d31;
  border-radius: 5px;
  display: inline-block;
  width: 240px;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 45px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
}

.detail-top_btns a:first-child {
  background: url(../images/M-red.png) no-repeat left 44px center;
}

.detail-top_btns a:first-child:hover {
  border-color: #fff;
  background: url(../images/M.png) no-repeat left 44px center,
    linear-gradient(to right, #c12d31 60%, #efc31d);
  color: #fff;
}

.detail-top_btns a:last-child {
  margin-left: 17px;
  background: url(../images/EML.png) no-repeat left 44px center;
}

.detail-top_btns a:last-child:hover {
  border-color: #fff;
  color: #fff;
  background: url(../images/EML-whiter.png) no-repeat left 44px center,
    linear-gradient(to right, #c12d31 60%, #efc31d);
}

.detail-top_right img {
  width: 100%;
}

@media (max-width: 1199px) {
  .detail-top_left h1 {
    font-size: 26px;
  }
  .detail-top_desc {
    font-size: 16px;
  }
  .detail-top_list {
    margin: 20px 0 10px 0;
  }
  .detail-top_list li strong {
    font-size: 20px;
  }
  .detail-top_list li span {
    font-size: 16px;
  }
  .detail-top_btns a {
    height: 50px;
    line-height: 50px;
    width: 200px;
    font-size: 16px;
    padding-left: 35px;
  }
}

@media (max-width: 990px) {
  .list-item {
    padding: 10px;
  }
  .list-item_wrap {
    flex-direction: column;
  }
  .list-item_img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .list-item_title {
    font-size: 18px;
  }
  .list-item_title em {
    font-size: 20px;
  }
  .list-item_text-ul li {
    width: 100%;
  }
  .list-item_text-div span {
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 3px;
    padding: 7px 10px;
    margin-top: 3px;
  }
  .detail-top {
    flex-direction: column;
  }
  .detail-top_left {
    order: 10;
    margin: 10px 0 0 0;
  }
  .detail-top_right,
  .detail-top_left {
    width: 100%;
  }
  .detail-top_btns a {
    height: 40px;
    line-height: 40px;
    width: 45%;
    font-size: 14px;
    background-position: left 14px center !important;
  }
}

/* 分类样式4 */
.blog-section .cat-5-item .projects-item {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 0 27px 0 rgba(192, 192, 192, .16)
}
.blog-section .cat-5-item .projects-item .thumb {
    width: 300px;
  height: 217px;
}
.blog-section .cat-5-item .projects-item .thumb a {
    display: block;
    padding: 0;
    height: 100%;
}
.blog-section .cat-5-item .projects-item .thumb a img {
    width: 100%;
    object-fit: cover;
}
.blog-section .cat-5-item .projects-item .content {
  box-shadow: none;
  padding: 20px;
  flex: 1
}


.blog-section .cat-5-item .projects-item .content h2 {
  display: inline-block;
  padding-top: 0
}


.blog-section .cat-5-item .projects-item .content h2 a {
  font-size: 20px
}


.blog-section .cat-5-item .projects-item .content p {
  color: #383838;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px
}


.blog-section .cat-5-item .projects-item .content .meta {
  margin-bottom: 12px
}


.blog-section .cat-5-item .projects-item .content .project-btn {
  background: 0 0;
  color: #333;
  font-size: 15px;
  border-radius: 0;
  padding: 0
}
.blog-section .cat-5-item .projects-item .content h2 a:hover {
     color: #B3282E;
}


.blog-section .cat-5-item .projects-item .content .project-btn:hover {
  color: #B3282E;
}



@media only screen and (max-width:767px) {
.blog-section .cat-4-item .projects-item .thumb{
    width: 120px;
    height: 90px;
  }

  .blog-section .cat-5-item .projects-item .content {
    padding: 10px
  }

  .blog-section .cat-5-item .projects-item .content .meta+p {
    display: none
  }


  .blog-section .cat-5-item .projects-item .content h2 a {
    font-size: 16px;
    -webkit-line-clamp: 2;
    line-height: 22px
  }


  .blog-section .cat-5-item .projects-item .content .meta {
    margin-bottom: 0
  }


  .blog-section .cat-5-item .projects-item .content h2 {
    margin-bottom: 0
  }


  .blog-section .cat-5-item .projects-item {
    margin-bottom: 15px
  }
}

.blog-details .btn-box{padding-top:30px;display:flex;border-top:1px solid #eee}
.blog-details .btn-box a{background-color:#B3282E;color:#fff;padding:8px 18px;width:49%;float:left;margin-right:14px}
.blog-details .btn-box a:last-child{margin-right:0}
