/* banner */
.block-title {
  margin-bottom: 35px;
}

.block-title__title {
  margin: 0;
  color: #0f4469;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  font-weight: bold;
}

.block-title__text {
  margin: 0;
  padding: 10px 0;
  font-size: 17px;
  color: #666;
  line-height: 26px;
}

.block-title__title+.block-title__text {
  margin-top: 2px;
}

.block-title__light-color {
  color: #fff;
}

.block-title__low-margin {
  margin-bottom: 50px;
}


/*
* 8. features style
*/
.feature-one {
  margin-top: -30px;
}

.feature-one .container-fluid {
  padding: 0;
}

.feature-one .custom-col-39 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44.33%;
  flex: 0 0 44.33%;
  max-width: 44.33%;
}

.feature-one .custom-col-61 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55.66%;
  flex: 0 0 55.66%;
  max-width: 55.66%;
}

.feature-one__content-block {
  background-color: #0384CE;
  padding-left: 80px;
  padding-top: 160px;
  padding-bottom: 86px;
  position: relative;
}

@media (min-width: 1921px) {
  .feature-one__content-block {
    min-height: 1040px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1440px) {
  .feature-one__content-block {
    padding-top: 63px;
    padding-bottom: 0;
    padding-right: 45px;
    padding-left: 35px;
  }
}

.feature-one__content-block:before {
  content: '';
  width: 75px;
  height: 100%;
  background-color: #0384CE;
  position: absolute;
  top: 0;
  left: -75px;
}

.feature-one__content-block .inner-content {
  width: 100%;
  max-width: 805px;
  margin-right: auto;
}

.feature-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

@media (max-width: 1366px) {
  .feature-one__single {
    margin-bottom: 66px;
  }
}

.feature-one__icon {
  width: 74px;
  height: 74px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70px;
  flex: 1 0 70px;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-one__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 80px);
  flex: 1 0 calc(100% - 80px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 25px;
}

.feature-one__title {
  font-size: 22px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  margin-bottom: 5px;
}

.feature-one__title a {
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.feature-one__title a:hover {
  color: #ff6b35;
}

.feature-one__text {
  margin: 0;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 26px;
}

@media (max-width: 1440px) {
  .feature-one__text br {
    display: none;
  }
}

.feature-one__curvs:before,
.feature-one__curvs:after {
  content: '';
  width: 75px;
  height: 30px;
  background-color: #006EAD;
  position: absolute;
  left: -75px;
}

.feature-one__curvs:before {
  top: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.feature-one__curvs:after {
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.feature-one__home-three {
  margin: 0;
}

.feature-one__home-three .video-one {
  margin: 0;
}

.feature-one__home-three .feature-one__content-block:before {
  display: none;
}

.feature-one__home-three .feature-one__curvs:before,
.feature-one__home-three .feature-one__curvs:after {
  display: none;
}

.feature-one__home-three .feature-one__content-block {
  padding-top: 125px;
  padding-bottom: 62px;
}

@media (min-width: 1921px) {
  .feature-one__home-three .feature-one__content-block {
    min-height: 980px;
  }
}

@media (max-width: 1440px) {
  .feature-one__home-three .feature-one__content-block {
    padding-top: 70px;
    padding-bottom: 47px;
  }
}

@media (max-width: 1366px) {
  .feature-one__home-three .feature-one__content-block {
    padding-bottom: 14px;
  }
}

@media (max-width: 1440px) {
  .feature-one__home-three .feature-one__single {
    margin-bottom: 40px;
  }
}

@media (max-width: 1440px) {
  .feature-one__home-three .block-title {
    margin-bottom: 46px;
  }
}

/*
* 9. video style
*/
.video-one {
  position: relative;
  margin-top: 30px;
  z-index: 99;
}

.video-one:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #0f4469;
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
}

.video-one>img {
  width: 100%;
}

.video-one .video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-one .video-popup i {
  font-size: 60px;
  color: #fff;
}

.video-two__shape-bg {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}




/*
* 11. blog style
*/
.blog-one {
  padding-top: 120px;
  padding-bottom: 100px;
}

.blog-one__single {
  margin-bottom: 30px;
}

.blog-one__image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blog-one__image>img {
  width: 100%;
}

.blog-one__image-hover {
  background-color: rgba(3, 132, 206, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.blog-one__hvr-link {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-one__hvr-link i {
  color: #0384CE;
  font-size: 22px;
  line-height: 50px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-one__hvr-link:hover {
  background-color: #0f4469;
}

.blog-one__hvr-link:hover i {
  color: #fff;
}

.blog-one__hvr-link+.blog-one__hvr-link {
  margin-left: 30px;
}

.blog-one__single:hover .blog-one__image-hover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.blog-one__content {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
}

.blog-one__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 5px;
}

.blog-one__title a {
  color: #0f4469;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-one__title a:hover {
  color: #0384CE;
}

.blog-one__text {
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
  margin: 0;
  margin-top: 10px;
}

.blog-one__date {
  display: inline-block;
  vertical-align: middle;
  color: #0f4469;
  font-size: 15px;
  opacity: .7;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-one__date i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.blog-one__date:hover {
  color: #ff6b35;
  opacity: 1;
}

.blog-one__link {
  display: inline-block;
  width: 133px;
  height: 42px;
  border-width: 1px;
  border-color: #cacaca;
  border-style: solid;
  background-color: rgba(3, 132, 206, 0);
  line-height: 40px;
  text-align: center;
  color: #5E778E;
  font-size: 16px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  border-radius: 21px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-one__link:hover {
  border-color: #ff6b35;
  color: #fff;
  background-color: #ff6b35;
}

.blog-one__meta-link {
  display: inline-block;
  font-size: 16px;
  color: #0f4469;
  opacity: .7;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-one__meta-link i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.blog-one__meta-link:hover {
  opacity: 1;
}

.blog-one__meta-link+.blog-one__meta-link {
  margin-left: 11px;
}

.blog-one__top {
  padding: 0 20px;
  padding-bottom: 25px;
  padding-top: 30px;
}

.blog-one__bottom {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-page-one {
  padding-top: 70px;
}

.blog-page-one .blog-one__single {
  margin-bottom: 60px;
}

.blog-post-pagination a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #DADADA;
  border-radius: 5px;
  font-size: 14px;
  color: #3A3952;
  padding: 2px 11px;
  font-weight: bold;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-post-pagination a:hover,
.blog-post-pagination a.active {
  background-color: #0384CE;
  border-color: #0384CE;
  color: #fff;
}

.blog-post-pagination a+a {
  margin-left: 8px;
}

.post-filter-one {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
  padding: 10px;
  padding-left: 30px;
  padding-right: 10px;
  margin-bottom: 70px;
}

.post-filter-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.post-filter-one .bootstrap-select>.dropdown-toggle {
  background-color: transparent;
  outline: none;
  border: none;
}

.post-filter-one__search {
  width: 100%;
  position: relative;
  height: 49px;
}

.post-filter-one__search input {
  border: none;
  outline: none;
  background-color: transparent;
  height: 100%;
  width: 100%;
}

.post-filter-one__search button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  line-height: 49px;
  width: 50px;
  height: 49px;
  border-radius: 5px;
  background-color: #ff6b35;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: #fff;
}

.post-filter-one__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-filter-one__form-group i {
  font-size: 16px;
  color: #5F666D;
  margin-right: 7px;
}

.post-filter-one__form-group input {
  border: none;
  outline: none;
  background-color: transparent;
}

.post-filter-one__appointment-table {
  margin-bottom: 10px;
}

.post-filter-one .separator-text {
  color: #0f4469;
  font-size: 17px;
}

.blog-two {
  padding-top: 120px;
  padding-bottom: 100px;
}

.blog-two__single {
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
}

.blog-two__image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blog-two__image>img {
  width: 100%;
}

.blog-two__image-hover {
  background-color: rgba(3, 132, 206, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.blog-two__hvr-link {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-two__hvr-link i {
  color: #0384CE;
  font-size: 22px;
  line-height: 50px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-two__hvr-link:hover {
  background-color: #0f4469;
}

.blog-two__hvr-link:hover i {
  color: #fff;
}

.blog-two__hvr-link+.blog-two__hvr-link {
  margin-left: 30px;
}

.blog-two__single:hover .blog-two__image-hover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.blog-two__content {
  padding: 25px 20px;
  padding-bottom: 21px;
}

.blog-two__title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.blog-two__title a {
  color: #0f4469;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-two__title a:hover {
  color: #0384CE;
}

.blog-two__text {
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 7px;
  margin-top: 12px;
}

.blog-two__link {
  font-size: 18px;
  color: #0F4469;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-two__link i {
  font-size: 20px;
  margin-left: 9px;
  display: inline-block;
  vertical-align: middle;
}

.blog-two__link:hover {
  color: #ff6b35;
}

.blog-two__blood-donation {
  position: relative;
  margin-top: -150px;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 120px;
}

.blog-three {
  padding-top: 120px;
  padding-bottom: 130px;
}

.blog-three__single {
  border-radius: 5px;
  background-color: white;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-three__image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blog-three__image>img {
  width: 100%;
}

.blog-three__image-hover {
  background-color: rgba(3, 132, 206, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.blog-three__hvr-link {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-three__hvr-link i {
  color: #0384CE;
  font-size: 22px;
  line-height: 50px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-three__hvr-link:hover {
  background-color: #0f4469;
}

.blog-three__hvr-link:hover i {
  color: #fff;
}

.blog-three__hvr-link+.blog-three__hvr-link {
  margin-left: 30px;
}

.blog-three__content {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.blog-three__title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.blog-three__title a {
  color: #0F4469;
}

.blog-three__text {
  margin: 0;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
  margin-top: 10px;
}

.blog-three__date {
  color: #5F666D;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}

.blog-three__date i {
  font-size: 18px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: -4px;
}

.blog-three__link {
  font-size: 18px;
  color: #0F4469;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 10px;
  margin-bottom: 14px;
}

.blog-three__link i {
  font-size: 20px;
  margin-left: 9px;
  display: inline-block;
  vertical-align: middle;
}

.blog-three__link:hover {
  color: #ff6b35;
}

.blog-three__meta {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
}

.blog-three__meta-link {
  width: 33.333333%;
  display: inline-block;
  font-size: 16px;
  color: #0f4469;
  opacity: .7;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  padding: 15px 0px;
}

.blog-three__meta-link i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.blog-three__meta-link:hover {
  opacity: 1;
}

.blog-three__meta-link+.blog-three__meta-link {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-three__single:hover {
  -webkit-box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.13);
}

.blog-three__single:hover .blog-three__image-hover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.blog-four {
  padding-bottom: 100px;
}

.blog-four__single {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.blog-four__image,
.blog-four__content {
  display: table-cell;
  vertical-align: middle;
}

.blog-four__content {
  padding-left: 20px;
  padding-right: 20px;
}

.blog-four__title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.blog-four__title a {
  color: #0f4469;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-four__title a:hover {
  color: #ff6b35;
}

.blog-four__date {
  font-size: 15px;
  color: #5F666D;
  display: inline-block;
  vertical-align: middle;
}

.blog-four__date i {
  display: inline-block;
  vertical-align: -3px;
  font-size: 18px;
  color: #ff6b35;
  margin-right: 6px;
}

.blog-four__text {
  margin: 0;
  color: #5F666D;
  margin-top: 5px;
}

.blog-four__address {
  color: #5F666D;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}

.blog-four__address i {
  font-size: 18px;
  color: #ff6b35;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 6px;
}

.blog-parallax-title {
  position: relative;
  padding: 130px 0;
  padding-bottom: 150px;
  background-size: cover;
  background-attachment: fixed;
}

.blog-parallax-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0384ce;
  opacity: .9;
}

.blog-parallax-title .block-title {
  margin-bottom: 70px;
}

.blog-parallax-title .container {
  position: relative;
}

.blog-page-two {
  padding: 70px 0;
}

.blog-page-two .blog-one__single {
  margin-right: 80px;
  margin-bottom: 0;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 35px;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .blog-page-two .blog-one__single {
    margin-right: 40px;
  }
}

.blog-page-two .blog-one__image {
  border-radius: 0;
}

.blog-page-two .blog-one__title {
  font-size: 30px;
  font-family: "Source Sans Pro", sans-serif;
}

.blog-page-two .blog-one__content {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 25px;
}

.blog-page-two .blog-one__btn {
  background-color: transparent;
  padding: 8px 26.25px;
  font-size: 16px;
  color: #5E778E;
  border-radius: 22px;
  border: 1px solid #D1D1D1;
  margin-top: 20px;
}

.blog-details__content {
  margin-right: 80px;
}

@media (max-width: 1199px) {
  .blog-details__content {
    margin-right: 40px;
  }
}

@media (max-width: 991px) {
  .blog-details__content {
    margin-right: 0;
  }
}

.blog-details__content .blog-one__title {
  margin-bottom: 30px;
}

.blog-details__content .blog-one__text {
  margin-bottom: 20px;
}

.blog-details__image {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.blog-details__meta {
  margin-bottom: 20px;
}

.blog-details__meta img {
  width: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.blog-details__meta a:first-child {
  font-weight: bold;
  color: #0f4469;
  margin-right: 10px;
}

.blog-details__meta a {
  font-size: 15px;
  color: #5F666D;
  display: inline-block;
  vertical-align: middle;
}

.blog-details__meta a i {
  display: inline-block;
  vertical-align: -3px;
  font-size: 18px;
  color: #ff6b35;
  margin-right: 6px;
}

.blog-details__title {
  font-size: 24px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  color: #0f4469;
  margin-bottom: 40px;
}

.blog-details__post-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-right: 80px;
}

@media (max-width: 1199px) {
  .blog-details__post-nav {
    margin-right: 40px;
  }
}

.blog-details__post-nav-btn {
  border-width: 1px;
  border-color: #dadada;
  border-style: solid;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #3A3952;
  text-align: center;
  padding: 7px 39px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-details__post-nav-btn:hover {
  background-color: #ff6b35;
  color: #fff;
  border-color: #ff6b35;
}

.blog-details__share {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 80px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 1199px) {
  .blog-details__share {
    margin-right: 40px;
  }
}

.blog-details__share-text {
  color: #0f4469;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.blog-details__share-link {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}

.blog-details__share-link:nth-child(2) {
  background-color: #3B5999;
}

.blog-details__share-link:nth-child(3) {
  background-color: #399FED;
}

.blog-details__share-link:nth-child(4) {
  background-color: #BD081C;
}

.blog-details__share-link:nth-child(5) {
  background-color: #1CC15A;
}

.blog-details__share-link:nth-child(6) {
  background-color: #0084FF;
}

.blog-details__share-link+.blog-details__share-link {
  margin-left: 10px;
}

.comment-one {
  margin-right: 80px;
}

@media (max-width: 1199px) {
  .comment-one {
    margin-right: 40px;
  }
}

@media (max-width: 991px) {
  .comment-one {
    margin-right: 0;
  }
}

.comment-one__single {
  border-bottom: 1px solid #dadada;
  padding-bottom: 50px;
  margin-bottom: 60px;
}

.comment-one__image,
.comment-one__content {
  display: table-cell;
  vertical-align: top;
}

.comment-one__image .inner-block {
  width: 113px;
  overflow: hidden;
  border-radius: 50%;
}

.comment-one__image .inner-block>img {
  overflow: hidden;
  width: 100%;
}

.comment-one__content {
  padding-left: 30px;
  padding-right: 70px;
  position: relative;
}

.comment-one__title {
  margin: 0;
  color: #0f4469;
  font-size: 22px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
}

.comment-one__date {
  display: block;
  color: #0384CE;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  margin-top: 10px;
}

.comment-one__date .sep {
  margin-left: 15px;
  margin-right: 15px;
}

.comment-one__text {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  margin-top: 20px;
}

.comment-one__btn {
  padding: 4px 27px;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  border-width: 1px;
  border-color: #dadada;
  border-style: solid;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #3A3952;
  text-align: center;
  padding: 7px 39px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: transparent;
}

.comment-one__btn:hover {
  background-color: #369dd2;
  color: #fff;
  border-color: #369dd2;
}

.contact-one__form-comment-form {
  margin-right: 80px;
}

@media (max-width: 1199px) {
  .contact-one__form-comment-form {
    margin-right: 40px;
  }
}

@media (max-width: 991px) {
  .contact-one__form-comment-form {
    margin-right: 0;
  }
}


@media (max-width: 740px) {
  .feature-one .container-fluid {
    padding: 0;
  }

  .feature-one .custom-col-39 {
    -webkit-box-flex: 0;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  .feature-one .custom-col-61 {
    -webkit-box-flex: 0;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  .block-title__title {
    margin: 0;
    color: #0f4469;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    font-weight: bold;
  }
}

.indexlei {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  height: auto;
  background: url(../image/bg2.jpg) no-repeat center center;
}

.indexlei .con {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  background: #fff;
  max-width: 1200px;
}

.indexlei .con .tt1 {
  margin: 0 auto;
  padding: 15px 40px;
  width: 100%;
  height: auto;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  color: #0f2684;
  font-size: 30px;
}

.indexlei .tt2 {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  height: auto;
  text-align: center;
}

.indexlei .tt2 img {
  max-width: 100%;
  height: auto;
}


.indexlei .con1 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  background: url(../image/bg10.jpg) no-repeat center center;
}

.indexlei .con1 .title1 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 22px;
}

.indexlei .con1 .list1 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}

.indexlei .con1 .list1 ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}

.indexlei .con1 .list1 ul li {
  margin: 0 2%;
  padding: 0;
  width: 21%;
  height: auto;
  float: left;
}

.indexlei .con1 .list1 ul li .img-group {
  position: relative;
  display: inline-block;
  transition: all 0.6s;
  -ms-transition: all 0.8s;
}

.indexlei .con1 .list1 ul li .img-tip {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 45%;
  padding: 10px;
  background: #fff;
  line-height: 20px;
  color: #000;
  text-align: center;
  opacity: 0.8;
  font-size: 14px;
  font-weight: bold;
}

.indexlei .con1 .list1 ul li:hover .img-group {
  position: relative;
  display: inline-block;
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.indexlei .con1 .list1 ul li:hover .img-tip {
  background: #e64c00;
  line-height: 20px;
}


.indexlei .con2 {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  height: auto;
  background: url(../image/bg11.jpg) no-repeat center center;
}

.indexlei .con2 .title1 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 22px;
}

.indexlei .con2 .list1 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}

.indexlei .con2 .list1 ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}

.indexlei .con2 .list1 ul li {
  margin: 0 2%;
  padding: 0;
  width: 21%;
  height: auto;
  float: left;
}

.indexlei .con {
  margin: 0 auto;
  padding: 30px;
  width: 100%;
  height: auto;
  background: #fff;
  max-width: 1200px;
}

.indexlei .con2 .list1 ul li .img-group {
  position: relative;
  display: inline-block;
  transition: all 0.6s;
  -ms-transition: all 0.8s;
}

.indexlei .con2 .list1 ul li .img-tip {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 45%;
  padding: 10px;
  background: #fff;
  line-height: 20px;
  color: #000;
  text-align: center;
  opacity: 0.8;
  font-size: 14px;
  font-weight: bold;
}

.indexlei .con2 .list1 ul li:hover .img-group {
  position: relative;
  display: inline-block;
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.indexlei .con2 .list1 ul li:hover .img-tip {
  background: #e64c00;
}


.indexpro {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  height: auto;
}

.indexpromain {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  height: auto;
}

.indexpromain ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}

.indexpromain ul li {
  margin: 0 auto;
  padding: 0;
  width: 18%;
  height: auto;
  margin: 1%;
  float: left;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  text-align: center;
  overflow: hidden;
}

.indexpromain ul li img {
  max-width: 100%;
  height: auto;
  transition: .3s;
  overflow: hidden;
}

.indexpromain ul li .txt1 {
  margin: 0 auto;
  padding: 5px 2%;
  width: 96%;
  overflow: hidden;
  height: 40px;
  line-height: 20px;
  font-weight: bold;
  text-align: left;
  color: #000;
  font-size: 14px;
}

.indexpromain ul li .txt2 {
  margin: 0 auto;
  padding: 5px 2%;
  width: 96%;
  height: 40px;
  overflow: hidden;
  font-weight: normal;
  text-align: left;
  color: #888;
  font-size: 12px;
  line-height: 16px;
}

.indexpromain ul li .txt3 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  background: #e64c00;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.indexpromain ul li:hover img {
  max-width: 100%;
  height: auto;
  transform: scale(1.1) rotate(0.05deg);
}

.indexpromain ul li:hover {}

.indexpromain ul li:hover .txt1 {
  color: #0f2684;
  font-size: 14px;
}

.indexpromain ul li:hover .txt2 {
  color: #0f2684;
  font-size: 12px;
}

.indexpromain ul li:hover .txt3 {
  background: #fa9e02;
}

.indexpromore {
  margin: 10px auto;
  padding: 0;
  width: 100%;
  height: auto;
}

.indexpromore .more {
  margin: 0 auto;
  padding: 0;
  width: 260px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
}

.indexpromore .more a {
  margin: 0 auto;
  padding: 0;
  width: 260px;
  height: 40px;
  display: block;
  background: #0f2684;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  line-height: 40px;
}

.indexpromore .more a:hover {
  width: 260px;
  height: 40px;
  background: #fa9e02;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  line-height: 40px;
}


.indexpronew {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}

.indexpronew .title {
  margin: 0 auto;
  padding: 40px 0 0 0;
  width: 100%;
  height: auto;
  font-size: 30px;
  color: #000;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}

.indexpronew .title1 {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: center;
}

.indexpronew .title1 a {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: center;
}



.indexpronew1 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  background: url(../image/bg8.jpg) no-repeat center center;
}

.indexpronew1 .wenzi {
  margin: 0;
  padding: 15px 2%;
  width: 40%;
  height: auto;
}

.indexpronew1 .wenzi .title1 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 0 0;
  width: 100%;
  height: auto;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
  text-align: left;
}

.indexpronew1 .wenzi .title2 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-align: left;
}

.indexpronew1 .wenzi .title2 a {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-align: left;
}



.indexpronew1 .wenzi .more {
  margin: 30px auto;
  padding: 0;
  width: 100%;
  height: auto;
}

.indexyoushi {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  height: auto;
  background: url(../image/bg7.jpg) no-repeat center center;
}

.indexyoushi .title {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  height: auto;
  float: left;
  font-size: 30px;
  color: #000;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}

.indexyoushi .con {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  height: auto;
}

.indexyoushi .con ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}

.indexyoushi .con ul li {
  margin: 0 auto;
  padding: 0;
  width: 20%;
  height: auto;
  float: left;
  margin: 1% 2.5%;
}

.indexyoushi .con ul li .img {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  height: auto;
  text-align: center;
}

.indexyoushi .con ul li .img img {
  max-width: 140px;
  height: auto;
}


.indexyoushi .con ul li .txt1 {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}

.indexyoushi .con ul li .txt2 {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  text-align: center;
}


.indexvideonew {
  margin: 0 auto;
  padding: 40px 0 120px 0;
  width: 100%;
  height: auto;
  background: url(../image/bg4.jpg) no-repeat bottom center;
}

.indexvideonew .con {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
}

.indexvideonew img {
  max-width: 100%;
  height: auto;
}

.indexnewabout {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  height: auto;
}

.indexnewaboutleft {
  margin: 0 auto;
  padding: 0;
  width: 43%;
  height: auto;
  float: left;
}

.indexnewaboutleft img {
  max-width: 100%;
  height: auto;
}

.indexnewaboutleft .con {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  float: left;
  font-size: 18px;
  color: #666;
  line-height: 30px;
  text-align: left;
}

.indexnewaboutleft .con1 {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  height: auto;
}

.aboutmore {
  width: 200px;
  height: 40px;
  border-radius: 20px;
  background: #e50113;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.aboutmore a {
  width: 200px;
  height: 40px;
  background: #e50113;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.aboutmore:hover {
  width: 240px;
  height: 40px;
  background: #fabb05;
  color: #fff;
}


.indexnewaboutright {
  margin: 0 auto;
  padding: 0;
  width: 55%;
  height: auto;
  float: right;
}

.indexnewaboutright img {
  max-width: 100%;
  height: auto;
}

.indexnewaboutright .con {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  float: left;
  font-size: 18px;
  color: #666;
  line-height: 30px;
  text-align: left;
}



.certification {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  background: url(../image/bg5.jpg) no-repeat bottom center;
}

.cermain {
  margin: 0 auto;
  padding: 40px 0 0;
  width: 100%;
  height: auto;
  max-width: 1200px;
  background: url(../image/bg6.jpg) no-repeat top center #fff;
}

.cer1 {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  height: auto;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.cer2 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.cer2 img {
  max-width: 100%;
  height: auto;
}



@media (max-width: 740px) {


  .indexlei {
    margin: 0 auto;
    padding: 40px 0;
  }

  .indexlei .con .tt1 {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    height: auto;
    font-size: 20px;
  }

  .indexlei .tt2 {
    margin: 0 auto;
    padding: 40px;
    width: 100%;
    height: auto;
    text-align: center;
  }

  .indexlei .con1 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    background: #122b88;
  }

  .indexlei .con1 .title1 {
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
    font-size: 20px;
  }

  .indexlei .con1 .list1 ul li {
    margin: 0 auto;
    padding: 0;
    width: 50%;
    height: auto;
    float: left;
  }

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

  .img-tip {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 45%;
    background: #fff;
    line-height: 20px;
    color: #000;
    text-align: center;
    opacity: 0.8;
    font-size: 12px;
    font-weight: normal;
  }

  .indexlei .con1 .list1 ul li .img-tip {
    width: 90%;
    left: 5%;
    bottom: 0;
    overflow: hidden;
    height: 70px;
    position: relative;
    padding: 5px;
    background: #e64c00;
    line-height: 18px;
    color: #fff;
    text-align: center;
    opacity: 1;
    font-size: 12px;
    font-weight: normal;
  }

  .indexlei .con2 {
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
    height: auto;
    background: #122b88;
  }

  .indexlei .con2 .title1 {
    font-size: 20px;
  }

  .indexlei .con2 .list1 ul li {
    margin: 0 auto;
    padding: 0;
    width: 50%;
    height: auto;
    float: left;
  }

  .indexlei .con2 .list1 ul li .img-tip {
    width: 90%;
    left: 5%;
    bottom: 0;
    overflow: hidden;
    height: 70px;
    position: relative;
    padding: 5px;
    background: #e69d00;
    line-height: 18px;
    color: #fff;
    text-align: center;
    opacity: 1;
    font-size: 12px;
    font-weight: normal;
  }

  .indexlei .con {
    margin: 0 auto;
    padding: 30px;
    width: 100%;
    height: auto;
    background: #fff;
    max-width: 1200px;
  }



  .indexpro {
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
    height: auto;
  }

  .indexpromain ul li {
    margin: 0 auto;
    padding: 0;
    width: 46%;
    height: auto;
    margin: 1.5%;
    float: left;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
  }

  .indexpronew {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    height: auto;
  }

  .indexpronew .title {
    margin: 0 auto;
    padding: 20px 0 0 0;
    font-size: 20px;
  }

  .indexpronew1 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    background: #122b88;
  }

  .indexpronew1 .wenzi {
    margin: 0;
    padding: 2%;
    width: 96%;
    height: auto;
  }

  .indexpronew1 .wenzi .title1 {
    padding: 20px 0 0 0;
    width: 100%;
    height: auto;
    font-size: 20px;
  }

  .indexyoushi {
    margin: 15px auto;
    padding: 15px 0;
  }

  .indexyoushi .title {
    margin: 0 auto;
    padding: 20px 0;
    font-size: 24px;
  }

  .indexyoushi .con {
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
    height: auto;
  }

  .indexyoushi .con ul li {
    margin: 0 auto;
    padding: 1%;
    width: 100%;
    height: auto;
    float: left;
    margin: 1%;
    background: #fff;
  }

  .indexyoushi .con ul li .img {
    margin: 0 auto;
    padding: 0;
    width: 20%;
    height: auto;
    float: left;
  }

  .indexyoushi .con ul li .img img {
    max-width: 100%;
  }

  .indexyoushi .con ul li .txt1 {
    width: 70%;
    font-size: 14px;
    text-align: left;
    color: #000;
    font-weight: bold;
    line-height: 20px;
  }

  .indexyoushi .con ul li .txt2 {
    width: 70%;
    height: auto;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 14px;
  }


  .indexvideonew {
    margin: 0 auto;
    padding: 40px 0 60px 0;
  }

  .indexnewabout {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    height: auto;
  }

  .indexnewaboutleft {
    margin: 0 auto;
    padding: 0 2%;
    width: 96%;
    height: auto;
    float: left;
  }

  .indexnewaboutleft .con {
    font-size: 14px;
    line-height: 22px;
  }

  .indexnewaboutright {
    margin: 0 auto;
    padding: 0 2%;
    width: 96%;
    height: auto;
    float: right;
  }

  .indexnewaboutright .con {
    font-size: 14px;
    line-height: 22px;
  }

  .certification {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    background: url(../image/bg5.jpg) no-repeat bottom center;
  }

  .cermain {
    margin: 0 auto;
    padding: 40px 0 0;
    width: 100%;
    height: auto;
    max-width: 1200px;
    background: url(../image/bg6.jpg) no-repeat top center #fff;
  }

  .cer1 {
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
    height: auto;
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
  }

  .cer2 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
  }

  .cer2 img {
    max-width: 100%;
    height: auto;
  }
}


/* 聚合展示1 */
.machine-head-title {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #2446a8;
  text-transform: uppercase;
  max-width: 900px;
  margin: 0 auto 18px;
  letter-spacing: 0.5px;
}

.machine-head-desc {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 13px;
  line-height: 2;
  color: #8a8a8a;
  max-width: 980px;
  margin: 0 auto 30px;
}

.machine-card a,
.machine-card a:hover,
.machine-card a:focus,
.machine-card a:active {
  text-decoration: none !important;
}

.machine-section {
  padding: 30px 0 10px;
}

.machine-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: calc(100% - 40px);
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}

.machine-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
  padding: 24px;
  min-height: 320px;
  overflow: hidden;
}

.machine-card::before {
  content: "";
  position: absolute;
  right: -60px;
  top: 20px;
  width: 420px;
  height: 260px;
  background: repeating-radial-gradient(circle at center,
      rgba(0, 0, 0, 0.035) 0,
      rgba(0, 0, 0, 0.035) 1px,
      transparent 1px,
      transparent 12px);
  opacity: 0.55;
  pointer-events: none;
}

.machine-text {
  position: relative;
  z-index: 3;
  width: 42%;
  padding-right: 10px;
}

.machine-text h3 {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  font-weight: 600;
}

.machine-text p {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.9;
  color: #8a8a8a;
}

.machine-more {
  font-size: 12px;
  color: #e53935;
  font-weight: 600;
}

.machine-more:hover {
  color: #c62828;
}

.machine-image.double-image {
  position: relative;
  z-index: 2;
  width: 58%;
  height: 270px;
}

.machine-image-big {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 86%;
}

.machine-image-big img {
  width: 100%;
  height: auto;
  display: block;
}

.machine-image-small {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 28%;
  z-index: 4;
}

.machine-image-small img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .machine-grid {
    grid-template-columns: 1fr;
  }

  .machine-card {
    flex-direction: column;
    min-height: auto;
  }

  .machine-text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .machine-image.double-image {
    width: 100%;
    height: 240px;
  }

  .machine-image-big {
    width: 80%;
  }

  .machine-image-small {
    width: 24%;
  }
}

/* 聚合展示2 */
.solution-section {
      width: 100%;
      max-width: 1140px;
      margin: 0 auto;
      padding: 40px 0 50px;
    }

    .solution-head {
      text-align: center;
      margin-bottom: 28px;
    }

    .solution-head h2 {
      font-size: 24px;
      line-height: 1.3;
      font-weight: 700;
      margin-bottom: 14px;
      color: #111;
    }

    .solution-head p {
      max-width: 760px;
      margin: 0 auto;
      font-size: 13px;
      line-height: 2;
      color: #7c7c7c;
    }

    .solution-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 6px;
    }

    .solution-item {
      position: relative;
      display: block;
      min-height: 355px;
      overflow: hidden;
      text-decoration: none;
      color: #fff;
      background: #ccc;
    }

    .solution-item img {
      width: 100%;
      height: 355px;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }

    .solution-item:hover img {
      transform: scale(1.06);
    }

    .solution-item::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 110px;
      background: linear-gradient(to top, rgba(0,0,0,0.78), rgba(0,0,0,0));
      z-index: 1;
    }

    .solution-content {
      position: absolute;
      left: 16px;
      right: 16px;
      bottom: 18px;
      z-index: 2;
    }

    .solution-title {
      font-size: 12px;
      line-height: 1.6;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 10px;
    }

    .solution-arrow {
      font-size: 26px;
      line-height: 1;
      color: #fff;
    }

    @media (max-width: 991px) {
      .solution-grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    @media (max-width: 767px) {
      .solution-section {
        padding: 28px 12px 36px;
      }

      .solution-head h2 {
        font-size: 20px;
      }

      .solution-head p {
        font-size: 12px;
        line-height: 1.8;
      }

      .solution-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .solution-item,
      .solution-item img {
        min-height: 260px;
        height: 260px;
      }
    }

/*
 * 桌面端在 Revolution Slider 初始化前预留空间。
 * 必须与 JS 中的 startwidth: 1920、startheight: 680 保持一致。
 */
@media (min-width: 992px) {
  #banner .tp-banner-container {
    width: 100%;
    aspect-ratio: 1920 / 680;
    max-height: 680px;
    overflow: hidden;
  }
}