*{
	box-sizing: border-box;
}
/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  background-color: #fff;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top {
  position: relative;
  display: block;
}

.main-header__top-inner {
  position: relative;
  display: block;
  padding: 4px 80px;
  border-bottom: 1px solid var(--notech-bdr-color);
}

.main-header__top-left {
  position: relative;
  display: block;
  float: left;
}

.main-header__top-address {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header__top-address li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header__top-address li+li {
  margin-left: 40px;
}

.main-header__top-address li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header__top-address li .icon span {
  font-size: 12px;
  color: #21389C;
}

.main-header__top-address li .text {
  margin-left: 10px;
}

.main-header__top-address li .text p {
  font-size: 12px;
  line-height: 34px;
}

.main-header__top-address li .text p a {
  color: var(--notech-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-address li .text p a:hover {
  color: #21389C;
}

.main-header__top-right {
  position: relative;
  display: block;
  float: right;
}

.main-header__top-right-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header__top-right-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}

.main-header__top-right-menu li {
  position: relative;
  display: block;
}

.main-header__top-right-menu li+li {
  margin-left: 30px;
}

.main-header__top-right-menu li a {
  position: relative;
  font-size: 12px;
  color: var(--notech-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-right-menu li a:hover {
  color: #21389C;
}

.main-header__top-right-menu li a:before {
  position: absolute;
  top: 3px;
  right: -16px;
  height: 10px;
  width: 1px;
  content: "";
  background-color: var(--notech-gray);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.main-header__top-right-menu li:last-child a:before {
  display: none;
}

.main-header__top-right-social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  z-index: 1;
}

.main-header__top-right-social:before {
  position: absolute;
  top: -14px;
  bottom: -13px;
  left: 0;
  right: -100000000000px;
  content: "";
  background-color: var(--notech-extra);
  z-index: -1;
}

.main-header__top-right-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--notech-black);
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-right-social a+a {
  margin-left: 25px;
}

.main-header__top-right-social a:hover {
  color: #21389C;
}

.main-menu {
  position: relative;
  display: block;
  z-index: 91;
}

.main-menu__wrapper {
  position: relative;
  max-width: 1600px;
  margin:0 auto;
}

.main-menu__left {
  position: relative;
  padding-left: 1%;
  width: 78%;
}

.main-menu__logo {
  position: relative;
  margin-top: 17px;
}

.main-menu__main-menu-box {
  position: relative;
  display: block;
  float: left;
}

.main-menu__right {
  position: relative;
  display: block;
  padding: 31px 0;
}

.main-menu__search-call {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu__call {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu__call-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu__call-icon img {
  width: auto;
}

.main-menu__call-number {
  margin-left: 15px;
}

.main-menu__call-number h5 a {
  color: #FF0000;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 45px;
  margin-right: 20px;
  color: #787878;
}

.main-menu__search-box:before {
  position: absolute;
  top: -34px;
  bottom: -34px;
  left: -20px;
  content: "";
  background-color: #E4E4E4;
  width: 1px;
}
.main-menu__call:before{
  position: absolute;
  top: -34px;
  bottom: -30px;
  left: -20px;
  content: "";
  background-color: #E4E4E4;
  width: 1px;
}

.main-menu__search {
  font-size: 24px;
  color: var(--notech-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: lighter;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: #21389C;
}

.stricky-header.main-menu {
  background-color: #fff;
}

.stricky-header .main-menu__main-menu-box {
  position: relative;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding: 34px 0;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 33px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--notech-gray);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  height: 2px;
  border-radius: 0px;
  background-color: #21389C;
  position: absolute;
  bottom: -12px;
  left: 0px;
  right: 0px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--notech-black);
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.main-menu .main-menu__list>li.current>a::before {
  background-color: #21389C;
}

.main-menu .main-menu__list>li:hover>a::before {
  background-color: #21389C;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
  border-top: 1px solid RGBA(var(--notech-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 15px;
  line-height: 25px;
  color: var(--notech-black);
  letter-spacing: 0;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
  background-color: #21389C;
  color: #fff;
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
  display: none;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--notech-black);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: #21389C;
}

.main-menu .mobile-nav__toggler {
  font-size: 30px;
  color: #21389C;
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
  margin-top: 27px;
  display: block;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--notech-primary);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

.main-header--one {
  position: relative;
}

.main-menu__left--two {
  position: static;
}

.main-menu__main-menu-box--two,
.stricky-header .main-menu__main-menu-box--two {
  position: static;
}

.main-menu .main-menu__list .megamenu {
  position: static;
}

.main-menu .main-menu__list .megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu .main-menu__list li ul>li,
.stricky-header .main-menu__list li ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.megamenu-box {
  position: relative;
  display: block;
}

.megamenu-box__inner {
  position: relative;
  display: block;
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.megamenu-box__inner .row {
  --bs-gutter-x: 40px;
}

.megamenu-box__single {
  position: relative;
  display: block;
}

.megamenu-box__single a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 !important;
}

.megamenu-box__img {
  position: relative;
  display: block;
  background-color: var(--notech-black);
  overflow: hidden;
}

.megamenu-box__single:hover .megamenu-box__img img {
  opacity: 0.75;
}

.megamenu-box__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.megamenu-box__text {
  color: var(--notech-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 16px 0 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.megamenu-box__single a:hover .megamenu-box__text {
  color: #21389C;
}

.megamenu-box__btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.megamenu-box__btns .thm-btn {
  display: inline-block;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: #21389C;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 10px 40px 10px !important;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  width: 165px;
}

.megamenu-box__btns .thm-btn+.thm-btn {
  margin-top: 10px;
}

.megamenu-box__single:hover .megamenu-box__btns {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: rgba(0,0,0,.9);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .notech-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-nav__content .logo-box img{
	max-width: 80%;
}
.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 10px;
}

.mobile-nav__content .main-menu__list .megamenu ul {
  margin-left: 0;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--notech-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: #21389C;
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #21389C;
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--notech-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  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;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--notech-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: #21389C;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--notech-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: #21389C;
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #21389C;
  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;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two .main-header__top-inner {
  background-color: var(--notech-black);
  border: 0;
}

.main-header-two .main-header__top-address li .text p {
  color: #aea8b9;
}

.main-header-two .main-header__top-address li .text p a {
  color: #aea8b9;
}

.main-header-two .main-header__top-address li .text p a:hover {
  color: #fff;
}

.main-header-two .main-header__top-right-menu li a {
  color: #aea8b9;
}

.main-header-two .main-header__top-right-menu li a:hover {
  color: #fff;
}

.main-header-two .main-header__top-right-menu li a:before {
  background-color: #aea8b9;
}

.main-header-two .main-header__top-right-social:before {
  background-color: #100d17;
}

.main-header-two .main-header__top-right-social a {
  color: #aea8b9;
}

.main-header-two .main-header__top-right-social a:hover {
  color: #fff;
}

.main-menu-two:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: rgba(var(--notech-white-rgb), 0.1);
}

.main-menu-two .main-menu__call-number h5 a {
  color: #FF0000;
  font-size: 24px;
  font-weight: bold;
}

.main-menu-two .main-menu__search {
  color: #fff;
}

.main-menu-two .main-menu__search:hover {
  color: var(--notech-primary);
}

.main-menu-two .main-menu__search-box:before {
  background-color: rgba(var(--notech-white-rgb), 0.1);
}

.stricky-header.main-menu-two {
  background-color: var(--notech-black);
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
  color: #fff;
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
  color: #fff;
}

.main-menu-two .main-menu__list>li>a::before,
.stricky-header.main-menu-two .main-menu__list>li>a::before {
  background-color: var(--notech-primary);
}

.main-menu-two .main-menu__list>li.current>a::before {
  background-color: var(--notech-primary);
}

.main-menu-two .main-menu__list>li:hover>a::before {
  background-color: var(--notech-primary);
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: rgba(var(--notech-white-rgb), 0.1);
}

.main-menu-three {
  padding: 0 80px;
}

.main-menu-three .main-menu__call-number p {
  color: #fff;
}

.main-menu-three .main-menu__call-number h5 a {
  color: #fff;
}

.main-menu-three .main-menu__call-number h5 a:hover {
  color: var(--notech-primary);
}

.main-menu-three .main-menu__call-number h5 a span {
  color: #fff;
}

.main-menu-three .main-menu__search-box:before {
  background-color: rgba(var(--notech-white-rgb), 0.1);
}

.main-menu-three .main-menu__search-box {
  margin-right: 0;
}

.main-menu-three .main-menu__search {
  color: #fff;
}

.main-menu-three .main-menu__search:hover {
  color: var(--notech-primary);
}

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
  color: #fff;
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: #fff;
}

.main-menu-three .main-menu__list>li>a::before,
.stricky-header.main-menu-three .main-menu__list>li>a::before {
  background-color: var(--notech-primary);
}

.main-menu-three .main-menu__list>li.current>a::before {
  background-color: var(--notech-primary);
}

.main-menu-three .main-menu__list>li:hover>a::before {
  background-color: var(--notech-primary);
}

.stricky-header.main-menu-three {
  padding: 0 80px;
  background-color: #21389C;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  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-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.8);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  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;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: #21389C;
  border: 0;
}

.search-popup__content .thm-btn:hover:before {
  height: 480%;
  width: 200px;
}

.search-popup__content .thm-btn i {
  margin: 0;
  font-size: 24px;
  color: #fff;
}

/*banner*/
.ibanner {
  /*height: 19rem;*/
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ibanner .pc-block-768{
    display: block;
}
.ibanner .swiper-slide {
  /*height: 19rem;*/
  overflow: hidden;
}
.ibanner .bg {
  /*height: 19rem;*/
}
.ibanner .banner-pagination {
  bottom: 1rem !important;
  width: 100%;
}
.ibanner .banner-pagination span {
  width: 11px;
  height: 11px;
  position: relative;
  background: transparent;
  opacity: 1;
  margin: 0 .3rem !important;
}
.ibanner .banner-pagination span:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #fff;
  opacity: .5;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ibanner .banner-pagination span.swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  opacity: 1;
}
.ibanner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  height: 11px;
  width: 11px;
  border-radius: 11px;
  background: #F08200;
  box-shadow: none;
  transform: translate(-50%, -50%) scale(1, 1);
}

/*@media (max-width: 1024px) {
  .ibanner, .ibanner .swiper-slide, .ibanner .bg {
    height: 15rem;
  }
}*/
@media (max-width: 768px) {
  .ibanner, .ibanner .swiper-slide, .ibanner .bg {
    height: auto;
  }
  .ibanner .bg img{
    width:100%;
  }
}
@media (max-width: 767px) {
  .ibanner, .ibanner .swiper-slide, .ibanner .bg {
    height: auto;
  }
}


/*首页开始*/
img{
	max-width: 100%;
}
/*简介*/
.glo_title{
	position: relative;
}
.glo_title.s:before{
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	bottom: 0px;
	width: 8px;
	height: 175px;
	background: #21389D;
}
.ssr{
	position: relative;
}
.ssr:before{
	content: '';
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 8px;
	height: 184px;
	background: #21389D;
}
.glo_title h3{
	font-size: 42px;
	font-weight: bold;
	color: #21389D;
	line-height: 42px;
	margin-bottom: 13px;
}
.glo_title h4{
	font-size: 26px;
	color: #21389D;
	text-transform: uppercase;
}
.company_index {
	padding: 75px 0 50px;
}
.company_index .text{
	width: 57.8%;
}
.company_index .img{
	width: 35%;
}
.company_index .text h5{
	font-size: 26px;
	font-weight: bold;
	display: block;
	margin-top: 20px;
	margin-bottom: 12px;
}
.company_index .text .content{
	line-height: 28px;
	margin-top: 20px;
}
.company_index .text a{
	background: #21389C;
	color: #fff;
	display: inline-block;
	padding: 10px 30px;
	font-size: 15px;
	border-radius: 5px;
	margin-top: 15px;
}
.company_index .text a:hover{
	background: #FD8100;
}

/*工程案例*/
.case_index{
	padding-top: 75px;
	padding-bottom: 70px;
	background: #F8F8F8;
}
.case_index .top_title .glo_title{
	width: 16%;
}
.case_index .top_title .text{
	width: 75%;
	padding-right: 5%;
}
.case_index .top_title .text p{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
}
.case_index .top_title .swiper-slide{
	background: #21389C;
	color: #fff;
	text-align: center;
	font-size: 15px;
	padding: 10px 5px;
	transition: all .5s ease;
	cursor: pointer;
}
.case_index .top_title .swiper-slide.swiper-slide-thumb-active{
	background: #FD8100;
}
.case_index .top_title .swiper-slide:hover{
	background: #FD8000;
}
.case_index .content{
	margin-top: 55px;
}
.case_index .content .swiper-slide{
  position: relative;
  overflow: hidden;
}
.case_index .content .swiper-slide .t{
  position: absolute;
  padding: 5%;
  background: #fff;
  right: -60%;
  top: 25%;
  width: 60%;
  box-sizing: border-box;
  transition: all 0.7s ease;
}
.case_index .content .swiper-slide.swiper-slide-active .t:before{
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  left: -45px;
  bottom: 0%;
  background: #0A49B0 url(../images/jia.png)no-repeat center center;
}
.case_index .content .swiper-slide.swiper-slide-active:hover .t{
  right: 0px;
}
.case_index .content .swiper-slide .t h3{
  font-size: 26px;
  color: #0A49B0;
}
.case_index .content .swiper-slide .t span{
  display: block;
  width: 100%;
  height: 0px;
  border-top: 1px solid #DDDDDD;
  margin:5% 0;
}
.case_index .content .swiper-slide .t_1{
  line-height: 24px;
}
.swiper-slide-active .layer-mask {
  display: none;
}
.case_index .swiper-button-next,
.case_index .swiper-button-prev{
  width: 40px;
  height: 80px;
  opacity: 0.7;
  transition: all 0.5s;
}
.case_index .swiper-button-next{
  background-image:  url(../images/pr.png);
  background-color: #0A49B0;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.case_index  .swiper-button-prev{
  background-image:  url(../images/pl.png);
  background-color: #0A49B0;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.case_index .swiper-button-next:hover,
.case_index .swiper-button-prev:hover{
  opacity: 1;
  border-radius: 20px;
}
.case_index .swiper-button-next::after, 
.case_index .swiper-button-prev::after{
	content: '';
}
.layer-mask {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: all 0.5s;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}


/*企业实力*/
.strength{
	padding: 75px 0 70px;
}
.strength .t_title .text{
	font-size: 16px;
	padding-top: 15px;
}
.strength .content{
	margin-top: 30px;
}
.strength .content .honor{
	padding: 40px 40px 0;
	background: #21389C;
	width: 31%;
	text-align: center;
	color: #fff;
}
.strength .content .honor p{
	display: block;
	height: 60px;
	line-height: 60px;
}
.strength .content .honor a{
	color: #fff;
}
.strength .content .list{
	width: 68%;
}
.strength .content .list .li{
	width: 49.3%;
	height: max-content;
	position: relative;
	margin-bottom: 1.3% !important;
	overflow: hidden;
}
.strength .content .list .li:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border:10px solid #21389C;
	box-sizing: border-box;
	transform: scale(1.2);
	transition: all .5s ease;
	opacity: 0;
}
.strength .content .list .li .cover{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	text-align: center;
	color: #fff;
}
.strength .content .list .li .cover h4{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 4px;
}
.strength .content .list .li .cover p{
	text-transform: uppercase;
	font-size: 12px;
}
.strength .content .list .li:nth-child(3),
.strength .content .list .li:last-child{
	margin-bottom: 0px;
}
.strength .content .list .li:hover:before{
	transform: scale(0.9);
	opacity: 1;
}
/*.strength .content .list .li:hover img{
	transform: scale(1.05);
}*/


/*媒体报道*/
.news_index{
	padding: 75px 0 70px;
	background: #F8F8F8 url(../images/map.png) no-repeat left center;
}
.news_index .ssr:before{
	bottom: -109px;
}
.news_index .l_title{
	width: 16%;
}
.news_index .l_title .c{
	margin-top: 45px;
}
.news_index .l_title .but{
	position: relative;
	width: 100px;
	height: 50px;
	margin-top: 50%;
}
.news_index .l_title .but .swiper-button-prev,
.news_index .l_title .but .swiper-button-next{
	width: 45px;
	height: 55px;
	background: #21389D;
	font-size: 20px;
	color: #fff;
}
.news_index .l_title .but .swiper-button-prev:hover,
.news_index .l_title .but .swiper-button-next:hover{
  background: #FD8100;
}
.news_index .l_title .but .swiper-button-next{
	right: -10px;
}
.news_index .l_title .but .swiper-button-next::after, 
.news_index .l_title .but .swiper-button-prev::after{
	font-size: 16px;
}
.news_index .nnews{
    position: relative;
    width: 78%;
    margin-right: 2%;
}
.news_index .nnews .swiper-slide h3{
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 28px;
}
.news_index .nnews .swiper-slide span{
    color: #616161;
    font-size: 14px;
}
.news_index .nnews .swiper-slide .cici{
	max-height: 210px;
	margin:25px 0;
}
.news_index .nnews .swiper-slide .content{
    font-size: 15px;
    line-height: 28px;
    margin:0% 0 5%;
    color: #747474;
}
.news_index .nnews .swiper-slide .more .t{
    width: 95px;
    height: 34px;
    background: #E5E5E5;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
}
.news_index .nnews .swiper-slide:hover .more .t{
    background: #21389D;
    color: #fff;
}
.news_index .nnews .swiper-slide h3:hover{
    color: #21389D;
}
.news_index .nnews .swiper-pagination{
    margin:20px auto 0;
    position: relative;
}
.news_index .nnews .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin:0 10px;
    transition: all .5s;
}
.news_index .nnews .swiper-pagination .swiper-pagination-bullet-active{
    background: #00993A;
    width: 50px;
    border-radius: 20px;
}


/*底部*/
.footer{
    background: #1C1D21;
    color: #959595;
}
.footer .inout{
    padding: 50px 0;
}
.footer .footlist{
    width: 60%;
    margin-right: 2%;
}
.footer .footlink{
    width: 25%;
}
.footer .footlink .dlogo{
	margin-bottom: 30px;
}
.footer .footlist ul{
    margin:0px;
    padding: 0px;
}
.footer .footlist ul h3{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.footlink h3{
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}
.footer .footlink .zx p{
    margin-bottom: 5px;
    color: #fff;
}
.footlink .zx h4{
    font-size: 30px;
    color: #FD8100;
    margin-bottom: 20px;
}
.footer .footlist ul li{
    margin-bottom: 11px;
}
.footer .footlist ul li a,
.footer .footlink p a{
    font-size: 15px;
    color: #969BA1;
    transition: all 0.5s;
}
.footer .footlist ul li a:hover,
.footer .footlink p a:hover{
    color: #fff;
}
.footer .footlink p{
    font-size: 14px;
    margin-bottom: 11px;
    line-height: 26px;
}
.footer .er{
  width: 100px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.footer .er img{
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.bottom{
    padding: 20px 0;
    background: #1C1D22;
    color: #969AA0;
    font-size: 14px;
    border-top: 1px solid #969AA0;
}
.bottom a{
    color: #969AA0;
}
.bottom a:hover{
    color: #fff;
}

/*底部*/
.bd{
    display: none;
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 8px 0 ;
    width: 100%;
    background: #21389D;
    color: #fff;
    text-align: center;
    z-index: 9999;
}
.bd .rob div{
    width: 33.3333%;
    border-right:1px solid #eeeeee;
    box-sizing: border-box;
}
.bd div a{
    color: #fff;
}
.bd div i{
    margin-bottom: 5px;
    font-size: 24px;
}

/*滚动图标*/
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0,0,0,0.03);
    box-shadow: 0 30px 50px rgba(0,0,0,0.03);
    display: block;
    padding: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #21389D;
    background-size: 200% auto;
    background-position: left center;
    color: #FFF;
    -webkit-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    overflow: hidden;
    transition: all 0.5s;
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px
}

.scroll-top:hover {
    background-position: right center;
    background-color: #21389D;
    border-radius: 50%;
}

.scroll-top:hover .arrow-top {
    -webkit-transform: translate(-50%,-80px);
    -ms-transform: translate(-50%,-80px);
    transform: translate(-50%,-80px)
}

.scroll-top:hover .arrow-bottom {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.scroll-top .arrow-top {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.scroll-top .arrow-bottom {
    -webkit-transform: translate(-50%,80px);
    -ms-transform: translate(-50%,80px);
    transform: translate(-50%,80px)
}

.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    -webkit-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    transition: all .25s cubic-bezier(0.645,0.045,0.355,1)
}

/*内页开始*/
/*内页公共*/
.in_banner{
	height: 580px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.in_banner p{
	font-size: 24px;
}
.in_banner h3{
	font-size: 60px;
	font-weight: bold;
}
.in_banner h4{
	font-size: 16px;
}
.in_banner h4 a{
	color: #fff;
}
.in_list{
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #DCDCDC;
}
.in_list .roc{
  position: relative;
}
.in_list ul li{
	padding: 0 2%;
	height: 70px;
}
.in_list ul li:hover,
.in_list ul li.active{
	border-bottom: 2px solid #21389C;
	font-weight: bold;
}
.inside_title{
	padding-top: 70px;
	text-align: center;
}
.inside_title h3{
	font-size: 40px;
}
.inside_title p{
	font-size: 18px;
	text-transform: uppercase;
	color: #B1B1B1;
	margin-bottom: 35px;
}
.in_list ul li .dt{
  display: none;
  position: absolute;
  width: 100%;
  top:100%;
  left: 0px;
  border-bottom: 1px solid #EEEEEE;
  z-index: 99;
  font-weight: normal;
}
.in_list ul li dt{
  background: #fff;
}
.in_list ul li dt.row{
  justify-content: center;
}
.in_list ul li dt dl{
  padding: 0 25px;
}
.in_list ul li:hover>a,
.in_list ul li.active>a{
  color: #21389C;
  font-weight: bold;
}
.in_list .dt dl:hover>a,
.in_list .dt dl.active>a{
  color: #21389C;
}

/*公司简介*/
.com_in_company{
	padding: 70px 0 0;
}
.com_in_company h4{
	font-size: 18px;
	color: #7A7A7A;
	margin-bottom: 15px;
}
.com_in_company h3{
	font-size: 42px;
	font-weight: bold;
}
.com_in_company h5{
	font-size: 16px;
	text-transform: uppercase;
	color: #727272;
	font-weight: lighter;
}
.com_in_company .heng{
	display: inline-block;
	width: 40px;
	border:1px solid #21389D;
	margin:25px auto 30px;
}


/*企业文化*/
.culture .box{
	width: 100%;
	height: 670px;
	background: #cecece url(../images/cul.jpg) no-repeat center;
}
.culture .hd{
	display: none;
}
.culture .box .container{
	height: 100%;
	color: #fff;
}
.culture .box ul{
	height: 100%;
}
.culture .box ul li{
	border-left: 1px solid rgba(255,255,255,.4);
	width: 20%;
	height: 100%;
	padding: 70px 34px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.culture .box ul li .en{
	text-transform: uppercase;
	font-size: 18px;
	writing-mode: vertical-lr;
}
.culture .box ul li .text{
	position: absolute;
	left: 34px;
	top: 400px;
	transition: all .5s ease;
}
.culture .box ul li h4{
	font-size: 24px;
	margin-bottom: 7px;
}
.culture .box ul li .c{
	font-size: 18px;
	font-weight: lighter;
}
.culture .box ul li .cici{
	position: absolute;
	left: 0px;
	bottom: 6%;
	width: 100%;
	opacity: 0;
	transition: all 1s ease;
}
.culture .box ul li:hover .text{
	left: 70px;
	top: 145px;
}
.culture .box ul li:hover .cici{
	opacity: 1;
}

.culture .swiper-slide{
	border-left: 1px solid rgba(255,255,255,.4);
	width: 20%;
	height: 100%;
	padding: 70px 34px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	box-sizing: border-box;
	height: 670px;
}
.culture .swiper-slide .en{
	text-transform: uppercase;
	font-size: 18px;
	writing-mode: vertical-lr;
}
.culture .swiper-slide .text{
	position: absolute;
	left: 34px;
	top: 400px;
	transition: all .5s ease;
}
.culture .swiper-slide h4{
	font-size: 24px;
	margin-bottom: 7px;
}
.culture .swiper-slide .c{
	font-size: 18px;
	font-weight: lighter;
}
.culture .swiper-slide .cici{
	position: absolute;
	left: 0px;
	bottom: 6%;
	width: 100%;
	opacity: 0;
	transition: all 1s ease;
}
.culture .swiper-slide:hover .text{
	left: 70px;
	top: 145px;
}
.culture .swiper-slide:hover .cici{
	opacity: 1;
}

/*荣誉资质*/
.com_in .hon .swiper-slide{
	border:1px solid #E5E5E5;
	padding: 1% 1% 0;
}
.com_in .hon .swiper-slide p{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 5px;
}
.com_in .hon .swiper-button-next,
.com_in .hon .swiper-button-prev{
  width: 40px;
  height: 80px;
  opacity: 0.7;
  transition: all 0.5s;
}
.com_in .hon .swiper-button-next{
  background-image:  url(../images/pr.png);
  background-color: #0A49B0;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.com_in .hon  .swiper-button-prev{
  background-image:  url(../images/pl.png);
  background-color: #0A49B0;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.com_in .hon .swiper-button-next:hover,
.com_in .hon .swiper-button-prev:hover{
  opacity: 1;
  border-radius: 20px;
}
.com_in .hon .swiper-button-next::after, 
.com_in .hon .swiper-button-prev::after{
	content: '';
}

/*简介栏目*/
.lm {
	margin-top: 70px;
}
.lm .cici{
	height: 100%;
}
.lm .com_1,.lm .com_2{
	width: 50%;
	position: relative;
}
.lm .cover{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.lm .cover h3{
	font-size: 30px;
}
.lm .cover img{
	margin:0 auto 20px;
}


/*企业风采*/
.com_in.style{
	padding: 50px 0;
}
.com_in.style ul li{
	width: 32%;
	margin-right: 1%;
	margin-bottom: 1%;
	background: #F0F0F0;
}
.com_in.style ul li:nth-child(3n){
	margin-right: 0px;
}
.com_in.style ul li h4{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	text-align: center;
}
.com_in.style ul li:hover img{
	transform: scale(1.05);
}


/*党建天地*/
.com_in.party{
	padding: 50px 0;
}
.com_in.party .party_title{
	box-shadow: 0 0 10px #ccc;
}
.com_in.party .cici,
.com_in.party .text{
	width: 50%;
}
.com_in.party .text{
	padding: 0% 3% 0 4%;
	display: flex;
	align-items: center;
}
.com_in.party .text h3{
	font-size: 36px;
}
.com_in.party .text h3 span{
	color:#D20000;
}
.com_in.party .text .content{
	font-size: 16px;
	line-height: 30px;
	margin:20px 0 40px;
	color: #555555;
}
.com_in.party .text ul li{
	padding: 10px 0%;
	width: 23%;
	text-align: center;
	background: #D20000;
	color: #fff;
	margin-right: 1%;
	display: inline-block;
}


/*新闻*/
.newslist{height: auto;overflow: hidden;margin-top: 40px;}
.newslist ul li{box-shadow: rgba(0,0,0,0.1) 0px 6px  5px -2px;margin-bottom: 2%;}
.newslist ul li a{display: block;transition:.4s;position: relative; }
.newslist ul li .col-lg-3{width: 25%;}
.newslist ul li .col-lg-9{width: 75%;}
.newslist ul li:hover img{transform: scale3D(1.1, 1.1, 1.1)}
.newslist ul li:hover span{color: #175aa8;}
.newslist ul li:hover b{color: #dbe4fd;}
.time {display: block;line-height: 30px;color: #999;}
.newsfonta {position: relative;}
.newsfonta b{position: absolute;z-index: 1;font-family: fz;font-size:80px;color: #eff3ff;top:0;transition:.4s;}
.newsfonta strong{display: block;white-space: nowrap; text-overflow:ellipsis; overflow: hidden;position: relative;z-index: 2; }
.newsfonta p{line-height: 30px;color: #777;}
.nimga{height: auto;overflow: hidden;}
.nimga img{display: block;max-width: 100%;transition:.4s;}
.p-lg-3,.p-3{
  padding: 1rem !important;
}
.mt-lg-5, .my-lg-5 {
  margin-top: 3rem !important;
}
.align-items-center{
	align-items: center;
}
.pf_18 {
  font-size: 18px;
  line-height: 30px;
}
.my-3{
	font-size: 15px;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}

/*新闻详情*/

.com_inner .news_info_box .news_info_text{
    width: 75%;
    background: #fff;
    box-sizing: border-box;
}
.com_inner .news_info_box .onews{
    border-left: 1px solid #eeeeee;
    box-sizing: border-box;
    width: 25%;
    background: #fff;
}
.com_inner .news_info_box .news_info_text .news_detail_title{
    border-bottom: 1px solid #eeeeee;
    padding: 3% 2% 2%;
    box-sizing: border-box;
}
.com_inner .news_info_box .news_info_text .news_detail_title h3{
    font-size: 26px;
    margin-bottom: 5px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b{
    font-size: 15px;
    color: #555555;
    margin-top: 12px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b i{
    margin-right: 10px;
    color: #21389C;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a{
    color: #555555;
    font-size: 18px;
    margin-right: 10px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a.f-add{
    font-size: 22px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a.f-dec{
    font-size: 14px;
    margin-right: 0px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a:hover{
    color: #21389C;
}
.com_inner .news_info_box .news_info_text .content{
    padding: 4%;
    box-sizing: border-box;
}
.com_inner .news_info_box .news_info_text .content img{
    display: initial;
}
.com_inner .news_info_box .onews_title{
    font-size: 20px;
    color: #555555;
    font-weight: 400;
    padding: 5% 5%;
    border-bottom: 1px solid #eeeeee;
}
.com_inner .news_info_box .other_list{
    padding: 2.5% 5%;
    box-sizing: border-box;
    margin-bottom: 0px;
}
.com_inner .news_info_box .other_list li{
    margin-bottom: 6%;
}
.com_inner .news_info_box .other_list .cici{
    width: 40%;
    position: relative;
    padding-bottom: 32%;
    height: 0px;
}
.com_inner .news_info_box .other_list.cate_list li{
    width: 50%;
}
.com_inner .news_info_box .other_list.cate_list li .imc{
    overflow: hidden;
    margin-bottom: 5px;
}
.com_inner .news_info_box .other_list.cate_list li a{
    color: #555555;
}
.com_inner .news_info_box .other_list .cici img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.com_inner .news_info_box .other_list .g{
    width: 55%;
    padding-top: 3%;
    box-sizing: border-box;
}
.com_inner .news_info_box .other_list .g a{
    color: #555555;
}
.com_inner .news_info_box .other_list .g h4{
    margin-bottom: 10px;
}
.com_inner .news_info_box .other_list .g p{
    font-size: 14px;
    color: #777777;
}
.com_inner .news_info_box .other_list .g p i{
    margin-right: 5px;
}
.com_inner .news_info_box .other_list .g p a{
    color: #555555;
}
.com_inner .news_info_box .other_list .g p.more{
    margin-top: 10px;
}
.com_inner .news_info_box .other_list li:hover img{
    transform: scale(1.1);
}
.com_inner .news_info_box .other_list.cate_list li:hover img{
    transform: scale(1);
    -webkit-transform: rotate(360deg);
    animation: rotation 4s linear infinite;
    -moz-animation: rotation 4s linear infinite;
    -webkit-animation: rotation 4s linear infinite;
    -o-animation: rotation 4s linear infinite;
}
.com_inner .news_info_box .other_list.cate_list li:hover a{
    color: #00993a;
}
.com_inner .news_info_box .other_list li:hover p.more a{
    color: #21389C;
}
.com_inner .onews .newsPage .page-a{
    padding: 0 5%;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.com_inner .onews .newsPage{
    border-top:1px solid #eeeeee;
}
.com_inner .onews .newsPage .page-a a{
    color: #555;
    line-height: 55px;
    display: inline;
}
.com_inner .onews .newsPage .cl1{
    position: relative;
    overflow: hidden;
}
.com_inner .onews .newsPage .cl1:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0px;
    border-bottom:2px solid #21389C;
    left: 0px;
    bottom: 0px;
    transition: all 0.5s;
}
.com_inner .onews .newsPage .cl1:hover:before{
    width: 100%;
}
.com_inner .onews .newsPage .cl1:hover a{
    color: #21389C;
}
.com_inner .news_info_box .news-img{
    margin-bottom: 30px;
}
.com_inner .news_info_box .news-img img{
    max-width: 100%;
}


/*工程案例*/
/*企业风采*/
.com_in.case{
	padding: 50px 0;
}
.com_in.case ul li{
	width: 32.6%;
	margin-right: 1%;
	margin-bottom: 1%;
	background: #F0F0F0;
}
.com_in.case ul li:nth-child(3n){
	margin-right: 0px;
}
.com_in.case ul li h4{
	display: block;
	height: 50px;
	line-height: 50px;
}
.com_in.case ul li:hover img{
	transform: scale(1.05);
}
.com_in.case ul li .text{
	padding: 3% 6%;
}
.com_in.case ul li h4{
	font-size: 18px;
	font-weight: bold;
}

.com_in.case ul li .c{
	font-size: 14px;
	color: #7F7F7F;
	line-height: 26px;
}
.com_in.case ul li a.more{
	font-size: 14px;
	margin-top: 20px;
	display: inline-block;
}
.com_in.case ul li a.more:hover{
	color: #21389C;
}
.com_in.case ul li a:hover h4{
	color: #21389C;
}


/*企业实力*/
.com_in.strength{
	padding: 0px 0 0px;
}
.com_in.strength .coop{
	padding-bottom: 50px;
}
.com_in.strength .coop ul li{
	width: 24%;
	margin-right: 1%;
	border:1px solid #E5E5E5;
}
.com_in.strength .coop ul li:last-child{
	margin-right: 0px;
}
.com_in.strength .coop ul li .title{
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	background: #21389C;
}
.com_in.strength .coop ul li img{
	margin: 0 auto;
}
.com_in.strength .coop ul li img:first-child{
	max-height: 167px;
	margin-bottom: 10px;
}


/*技术优势*/
.com_in.strength .tech{
	background: #F7F7F9;
	padding-bottom: 50px;
}

/*工艺流程*/
.com_in.strength .process{
	padding-bottom: 50px;
}
.com_in.strength .process img{
	margin:0 auto;
}


/*首席专家*/
.com_in.strength .expert{
	padding: 0 0 50px;
	background: #F7F7F9;
}
.com_in.strength .expert .content{
	padding: 3%;
	background: #fff;
}
.com_in.strength .expert .content .cici{
	max-width: 20%;
}
.com_in.strength .expert .content .text{
	width: 78%;
	display: flex;
	align-items: center;
}
.com_in.strength .expert .content .text h3{
	font-size: 24px;
	font-weight: bold;
}
.com_in.strength .expert .content .text .c{
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}
.com_in.strength .expert .content .text .tag{
	margin:10px 0;
}
.com_in.strength .expert .content .text .tag span{
	display: inline-block;
	padding: 5px 20px;
	background: #0E3EA6;
	color: #fff;
	margin-right: 5px;
	font-size: 14px;
}


/*荣誉资质*/
.com_in.honor{
	padding: 50px 0;
}
.com_in.honor ul li{
	width: 24%;
	margin-right: 1%;
	margin-bottom: 1%;
	background: #F0F0F0;
}
.com_in.honor ul li:nth-child(4n){
	margin-right: 0px;
}
.com_in.honor ul li h4{
	display: block;
	height: 50px;
	line-height: 50px;
}
.com_in.honor ul li:hover img{
	transform: scale(1.05);
}
.com_in.honor ul li .text{
	padding: 3% 6%;
}
.com_in.honor ul li h4{
	font-size: 16px;
	text-align: center;
}

.com_in.honor ul li .c{
	font-size: 14px;
	color: #7F7F7F;
	line-height: 26px;
}
.com_in.honor ul li a.more{
	font-size: 14px;
	margin-top: 20px;
	display: inline-block;
}
.com_in.honor ul li a.more:hover{
	color: #21389C;
}
.com_in.honor ul li a:hover h4{
	color: #21389C;
}


/*人才*/
.com_in.job{
	padding: 50px 0;
}
.job-warp{width: 100%; margin: 0 auto 0px;box-shadow: 0 0 10px #ccc;}
.job-warp ul li{height: auto;width: 100%;border-bottom: 1px solid #e9ebed}
.job-warp li .title{height: 52px;line-height: 52px;padding: 0 40px;color: #4b4b4b;background-color: #ffffff;font-size: 14px;cursor:pointer;transition: all 0.5s;-webkit-transition: all 0.5s;}
.job-warp li.on .title{background-color: #1550A9;color: #fff;}
.job-warp li .title span{float: right;padding-right: 30px;background: url(../images/job-icon1.png) right center no-repeat;}
.job-warp li.on .title span{background: url(../images/job-icon2.png) right center no-repeat}
.job-warp li .warp{padding: 10px 40px 20px;background-color: #fff;display: none}
.job-warp .warp .tbl{width:100%;margin-bottom: 25px;padding:10px 0 20px 0;border-bottom: 1px solid #e9ebed}
.job-warp .warp .tbl p{width: 24%;float: left;font-size: 14px;color: #222;line-height: 26px;}
.job-warp .warp .tbl p span{color: #565656;padding-left: 15px;}
.job-warp .warp .cont h2{font-size: 14px;color: #222;line-height: 30px;margin-bottom: 15px;}
.job-warp .warp .cont .cent,.job-warp .warp .cont .cent p{font-size: 14px;line-height: 28px;color: #565656}
.job-warp .warp .cont .cent{margin-bottom:20px; }
.job-warp .warp .btns{font-size:14px;line-height: 20px;color: #005ba0;cursor: pointer;transition: all 0.5s;-webkit-transition: all 0.5s;}
.job-warp .warp .btns:hover{color: #1550A9;}


/*contact*/
.de_contact img{
	max-width: inherit;
}
.de_contact .contact_map{
	position: relative;
}
.de_contact .contact_map #dituContent{
	width: 100%;
	height: 580px;
}
.de_contact .contact_map .link{
	position: absolute;
	width: 35%;
	left: 3%;
	top: 20%;
	background: rgba(255,255,255,.9);
	font-size: 17px;
	line-height: 28px;
}
.de_contact .contact_map .link h4{
	font-size: 22px;
	color: #fff;
	padding: 10px 0;
	background: #21389C;
	text-align: center;
}
.de_contact .contact_map .link div{
	padding: 5% 6% 5% 12%;
}
.de_contact .contact_map .link li{
	margin-bottom: 12px;
	position: relative;
	line-height: 27px;
}
.de_contact .contact_map .link li:before{
	content: '';
	width: 23px;
	height: 23px;
	position: absolute;
	left: -35px;
	top: 1px;
	background-size: contain;
}
.de_contact .contact_map .link li.icon-01:before{
	background:url(../images/c1.png) no-repeat center;
}
.de_contact .contact_map .link li.icon-02:before{
	background:url(../images/c2.png) no-repeat center;
}
.de_contact .contact_map .link li.icon-03:before{
	background:url(../images/c3.png) no-repeat center;
}
.de_contact .contact_map .link li.icon-04:before{
	background:url(../images/c4.png) no-repeat center;
}
.de_contact .contact_map .link li.icon-05:before{
	background:url(../images/c5.png) no-repeat center;
}


/*message*/
.com_in .message{
	padding-bottom: 50px;
}
.contact-liuyan .form-right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
}
.contact-liuyan .inputbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.contact-liuyan input[type=text]{
    width: 48.5%;
    line-height: 45px;
    border:1px solid #eee;
    padding-left: 15px;
    outline: none;
    background: #F1F1F1;
    font-size:14px;
    color:#333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 8px;
}
.message.ser .contact-liuyan input[type=text]{
	width: 33%;
}
.contact-liuyan  input:focus{
    border:1px solid #da0000;
}
.contact-liuyan  input[type=text]::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan input[name=captcha]{
    width: 40%;
    margin-right: 15px;
}
.contact-liuyan .verify{
    height: 45px;
    width: 20%;
}
.contact-liuyan .verify img{
    height: 100%;
}
.contact-liuyan textarea{
    width:100%;
    height: 155px;
    border:1px solid #eee;
    background: #F1F1F1;
    padding:15px;
    outline: none;
    resize: none;
    font-size:14px;
    color:#333;
    margin-bottom: 8px;
    font-family: "Microsoft Yahei";
}
.contact-liuyan textarea::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan textarea:focus{
    border:1px solid #da0000;
}
.contact-liuyan .pink-btn{
	padding: 16px 145px;
	background: #21389C;
	border:none;
	color: #fff;
	cursor: pointer;
}


/*文化活动*/
.com_in .news_in_list{
	padding: 50px 0 50px;
}
.com_in .news_in_row ul li{
	width: 32%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.blog-current-style1 article .entry-header .post-thumb .post-thumb-inner {
 position:relative
}
.blog-current-style1 article .entry-header .post-thumb .post-thumb-inner .thumb {
 position:relative;
 overflow:hidden;
 height: 250px;
}
.blog-current-style1 article .entry-header .post-thumb .post-thumb-inner .thumb:before {
 background-image:-moz-linear-gradient(90deg,black 0,rgba(0,0,0,0) 55%);
 background-image:-webkit-linear-gradient(90deg,black 0,rgba(0,0,0,0) 55%);
 background-image:-ms-linear-gradient(90deg,black 0,rgba(0,0,0,0) 55%);
 content:"";
 height:100%;
 position:absolute;
 left:0;
 top:0;
 width:100%;
 z-index:1
}
.blog-current-style1 article .entry-header .post-thumb .post-thumb-inner .thumb img {
 transition:all .4s ease-out
}
@media(prefers-reduced-motion:reduce) {
 .blog-current-style1 article .entry-header .post-thumb .post-thumb-inner .thumb img {
  transition:none
 }
}
.blog-current-style1 article .entry-header .post-thumb .post-thumb-inner .blog-meta {
 bottom:22px;
 position:absolute;
 left:5%;
 z-index:2
}
.blog-current-style1 article .entry-header .post-thumb .post-thumb-inner .blog-meta span {
 color:#fff;
 font-weight:400;
 font-size:.875rem;
 margin-right:10px;
}
.blog-current-style1 article .entry-header .post-thumb .post-thumb-inner .blog-meta span i {
 margin-right:4px
}
.blog-current-style1 article .entry-header .post-thumb .post-thumb-inner .meta-date {
 background-color:#004FB0;
 color:#fff;
 font-weight:700;
 letter-spacing:2px;
 text-transform:uppercase;
 position:absolute;
 top:10px;
 padding:7px 19px;
 left:10px;
 opacity:.9;
 z-index:1
}
.blog-current-style1 article .entry-content {
 background-color:#fff;
 border:1px solid #efeee8;
 padding:5% 5% 7%;
 position:relative;
 box-shadow:0 20px 20px 0 rgba(0,0,0,0);
 transition:all .4s ease-out
}
.blog-current-style1 article .entry-content h6{
	font-size: 1.25rem;
}
@media(prefers-reduced-motion:reduce) {
 .blog-current-style1 article .entry-content {
  transition:none
 }
}
.blog-current-style1 article .entry-content:before {
 background-color:#004FB0;
 bottom:10%;
 content:"";
 height:3px;
 left:5%;
 right:auto;
 position:absolute;
 width:90px;
 transition:all .4s ease-out
}
.blog-current-style1 article .entry-content:after {
 background-color:#FF6B00;
 bottom:10%;
 content:"";
 height:3px;
 left:5%;
 opacity:0;
 visibility:hidden;
 position:absolute;
 width:0;
 transition:all .6s ease-out
}
@media(prefers-reduced-motion:reduce) {
 .blog-current-style1 article .entry-content:after {
  transition:none
 }
}
.blog-current-style1 article .entry-content .entry-title {
 line-height:1.7;
 margin-bottom:2%;
}
.blog-current-style1 article .entry-content .content{
	line-height: 26px;
	font-size: 15px;
	margin-bottom: 4%;
}
.blog-current-style1 article .entry-content .post-btn-readmore .btn {
 color:#848986;
}
.blog-current-style1 article:hover .entry-header .post-thumb .post-thumb-inner .thumb img {
 -webkit-transform:scale(1.1);
 -moz-transform:scale(1.1);
 -ms-transform:scale(1.1);
 transform:scale(1.1)
}
.blog-current-style1 article:hover .entry-content {
 box-shadow:0 20px 20px 0 rgba(0,0,0,0.04)
}
.blog-current-style1 article:hover .entry-content .entry-title a {
 color:var(--theme-color1)
}
.blog-current-style1 article:hover .entry-content:after {
 opacity:1;
 width:90px;
 visibility:visible
}


/*分页*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 14px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #1550A9;
  background: #1550A9;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}














