@charset "utf-8";


.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #065396;
  z-index: 199;
}
.loader.active .circular {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
}
.loader.active .loader-logo img {
  opacity: 1;
  transition: 1s;
}
.loader.active .loader-line.left,
.loader.active .loader-line.right {
  transform: scaleX(1);
}
.loader-circular {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 1210px;
  padding-bottom: 1210px;
}
.circular {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34.26%;
  height: 34.26%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  background: rgba(255, 255, 255, 0.05);
  transition: 1.8s;
}
.circular.circular2 {
  width: 54.64%;
  height: 54.64%;
  background: rgba(255, 255, 255, 0.02);
}
.circular.circular3 {
  width: 76.41%;
  height: 76.41%;
  background: rgba(255, 255, 255, 0.02);
  transition: 2.6s;
}
.circular.circular4 {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.02);
  transition: 3.4s;
}
.loader-text {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
  width: 100%;
  z-index: 3;
}
.loader-line {
  position: absolute;
  top: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.loader-line:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #fff;
}
.loader-line.left {
  left: 0;
  right: 50%;
  margin-right: 230px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: 4s;
}
.loader-line.left:before {
  right: 0;
}
.loader-line.right {
  right: 0;
  left: 50%;
  margin-left: 230px;
  transform-origin: left center;
  transform: scaleX(0);
  transition: 4s;
}
.loader-line.right:before {
  left: 0;
}
.loader-logo {
  position: relative;
  text-align: center;
  margin: auto;
  width: 221px;
}
.loader-logo img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}
.loader-logo p {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: 24px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: "Century Gothic";
  line-height: 1;
}
.loader-logo p b {
  font-weight: normal;
}
.mouse_screen{

    width: 36px;

    cursor: pointer;

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: 0; text-align: center;

    padding-bottom: 116px;

    z-index: 8;

}

.mouse_screen_icon i{color:#fff;font-size: 38px;}
.mouse_screen::before{

    content: '';

    width: 1px;

    height: 87px;

    background: rgba(255,255,255,.2);

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: 0;

}

.mouse_screen::after{

    content: '';

    width: 1px;

    height: 31px;

    background: #fff;

    position: absolute;

    top: calc(100% - 87px);

    left: 50%;

    transform: translateX(-50%);

    animation: mouse_line 5s ease-in-out infinite;

}

.mouse_screen_icon{

    position: relative;

    animation: mouse_icon 5s ease-in-out infinite;

}

@keyframes mouse_line {

    0%{

        height: 0px;

    }

    49%{

        height: 87px;

    }

    51%{

        height: 87px;

    }

    100%{

        height: 0px;

    }

}

@keyframes mouse_icon {

    0%{

        transform: translateY(0);

    }

    49%{

        transform: translateY(15px);

    }

    51%{

        transform: translateY(15px);

    }

    100%{

        transform: translateY(0);

    }

}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 79px; 
  background:rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.65s;
}
.header:hover,
.header.scroll {
  background: #1256ab;
}
.header__logo {
  float: left;
}
.menubtn {
  float: left;
  padding-top: 39px;
  width: 80px;
  height: 80px;
  background: #1256ab;
  box-sizing: border-box;
}
.logo {
  float: left;
  position: relative;
  margin-left: 18px;
  margin-top: 15px;
	display: flex;
  justify-content: center;
}
.logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  transition: 0.45s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header__rights {
  float: right;
}
.tooltip-container {
    position: relative;
    display: inline-block;padding:7px 0 0 7px;
}
.hover-target {
    cursor: pointer;
}
.tooltie {
    position: absolute;
    display: none; /* 默认隐藏 */
   width:400px; height: 314px;left:-140px;
}
.navs {
  float: left;
}
.navs > li {
  float: left;
  padding: 0 32px;
}
.navs > li:hover a:before,
.navs > li.active a:before {
  width: 32px;
  margin-left: -16px;
}
.navs > li:first-child {
  padding-left: 0;
}
.navs > li > a {
  display: block;
  position: relative;
  line-height: 79px;
  color: #fff;
  font-size: 16px;
}
.navs > li > a:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 3px;
  background: #fff;
  transition: 0.4s;
  width: 0;
  margin-left: 0;
}
.header__menus {
  position: absolute;
  left: 0;
  top: 100%;
  height:auto;
  background: #1256ab;
  width: 100%;
  z-index: -1;
  text-align: right;
      overflow: hidden;
}
.header__menu--wrap {
  padding: 20px 120px 46px 0px;
    display: inline-flex;
    left: 0;
    text-align: center;
    width: 547px;
    margin: 0 auto;
    font-size: 0;

}
.header__menu__item {
  display: inline-block;
  width: 130px;
  vertical-align: top;
}
.header__menu__item li {
  margin-bottom: 10px;
}
.header__menu__item li:last-child {
  margin-bottom: 0;
}
.header__menu__item li a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  opacity: 0.5;
}
.header__menu__item li a:hover {
  opacity: 1;
}
.header__href {
  margin-left: 12px;
  padding: 12px; text-align: center;
  width: 200px;align-items: center;
  height: 79px;
  float: left;border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.header__href i{color:#fff;font-size:32px;float:left;}
.header__href a{
	color: #fff;font-size: 16px;
}
.header__href .search .serachbtn,
.header__href .enterclose > a {
  display: block;
  box-sizing: border-box;
  padding: 20px 0;
  width: 78px;
  height: 79px;
  line-height: 70px;
  color: #fff;
  line-height: 1.4;
  font-size: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.header__href .search .serachbtn:last-child,
.header__href .enterclose > a:last-child {
  font-size: 20px;
}
.enterclose {
  position: relative;
}
.enterclose:hover .enter-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: visible;
}
.search {
  position: relative;
}
.search:hover .sub {
  color: #1256ab;
}
.search:hover .serch-text {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.search .sub {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  line-height: 70px;
  color: #fff;
  font-size: 20px;
  transition: 0.4s;
  z-index: 4;
  cursor: pointer;
  font-weight: bold;
}
.serch-text {
  position: absolute;
  right: -260px;
  top: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.serch-text input {
  box-sizing: border-box;
  width: 240px;
  padding-left: 20px;
  height: 79px;
  line-height: 79px;
  color: #333;
  background: #fff;
  border: none;
  outline: none;
  font-size: 14px;
}
.banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.banner-slide {
  overflow: hidden;
}
.banner-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  transform: scale(1.15, 1.15);
  transition: 1s linear 2s;
}
.banner-slide figure img {
  display: block;
  position: relative;
}
.banner-slide.swiper-slide-active figure {
  transition: 6s linear;
  transform: scale(1);
}
.banner-slide.swiper-slide-active .bhide {
  visibility: visible;
  animation: letterL 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes letterL {
  0% {
    opacity: 0;
    text-shadow: #ffffff 0px 0px 40px;
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    text-shadow: #ffffff 0px 0px 0px;
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    text-shadow: #ffffff 0px 0px 0px;
  }
}
.bhide {
  visibility: hidden;
  transform: translateY(-100px);
}
.btext {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  margin-top: -88px;
  z-index: 5;
}
.btext p {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 3px;
}
.btitle {
  display: inline-block;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.btitle i {
  display: block;
  position: absolute;
  left: 0;
  right: 16px;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.btitle i:before {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  width: 113px;
  height: 2px;
  background: #fff;
}
.btitle strong {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 48px;
}
.btitle small {
  display: block;
  letter-spacing: 3px;
  margin-top: 14px;
  line-height: 1.1;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Helvetica";
}
.banner-prev {
  position: absolute;
  left: 8%;
  bottom: 65px;
  z-index: 10;
  overflow: hidden;
}
.banner-prev span {
  display: block;
  float: left;
  position: relative;
  z-index: 3;
  margin-right: 30px;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  transition: 0.4s;
  overflow: hidden;
}
.banner-prev span:hover {
  color: #000;
}
.banner-prev span:hover:before {
  transform: scale(1);
}
.banner-prev span:before {
  content: "";
  position: absolute;
  left: -150%;
  top: -150%;
  background: #fff;
  width: 300%;
  height: 300%;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
  transform: scale(0);
}
.navs__pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 83, 150, 0.9);
  z-index: 5;
  overflow: hidden;
  height: 0;
  transition: 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.navs__pop.show {
  height: 100%;
}
.navs__menu-wrap {
  position: relative;
  height: 100vh;
}
.Circles {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none !important;
  z-index: 0;
}
.Circles-circle {
  display: block;
  position: absolute;
  will-change: transform;
  transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.Circles-circle:nth-child(1) {
  width: 21.87vw;
  height: 21.87vw;
  top: -7.26vw;
  left: -7.26vw;
}
.Circles-circle:nth-child(1) .Circles-dot {
  opacity: 0.05;
}
.Circles-circle:nth-child(2) {
  width: 35vw;
  height: 35vw;
  top: -11.7vw;
  left: -11.7vw;
  transition: 2.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.Circles-circle:nth-child(2) .Circles-dot {
  opacity: 0.04;
}
.Circles-circle:nth-child(3) {
  width: 48vw;
  height: 48vw;
  top: -16vw;
  left: -16vw;
  transition: 2.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.Circles-circle:nth-child(3) .Circles-dot {
  opacity: 0.03;
}
.Circles-circle:nth-child(4) {
  width: 63.4vw;
  height: 63.4vw;
  top: -21.1vw;
  left: -21.1vw;
  transition: 3.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.Circles-circle:nth-child(4) .Circles-dot {
  opacity: 0.02;
}
.Circles-circle:nth-child(5) {
  width: 92vw;
  height: 92vw;
  top: -30.7vw;
  left: -30.7vw;
  transition: 3.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.Circles-circle:nth-child(5) .Circles-dot {
  opacity: 0.02;
}
.Circles-dot {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.Circles-dot:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  border-radius: 50%;
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s;
  will-change: transform;
}
.sjdh{display:none;}
.navs__menus {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -263px;
  width: 100%;
}
.navs__logos {
  text-align: center;
}
.navs__logos img {
  display: block;
  width: 221px;
  margin: auto;
}
.navs__li {
  margin-top: 90px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.navs__item {
  display: block;
  width: 194px;
}
.navs__item:last-child {
  width: auto;
}
.navs__item dt {
  display: block;
  margin-bottom: 42px;
}
.navs__item dt a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
}
.navs__item dd {
  display: block;
}
.navs__item dd p {
  margin-bottom: 14px;
}
.navs__item dd p a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.5;
}
.navs__item dd p a:hover {
  opacity: 1;
}
.introduct {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
}
.introduct__wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left:-43%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 86%;
}
.introduct__text {
  float: left;
  width: 60%;
}
.intro__title{
  position: relative;
  padding-bottom: 28px;
}
.intro__title .intro-hide strong { color:#1256ab;}
.intro__title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 43px;
  height: 3px;
  background: #1256ab;
}
.intro__title strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #1256ab;
  font-size: 36px;
  font-weight: normal;
}
.intro__title small {
  display: block;
  line-height: 1;
  color: #1256ab;
  font-size: 18px;
  font-family: "Century Gothic";
  text-transform: uppercase;
}


.intro__title1 .intro-hide1 strong { color:#fff;}
.intro__title1{ position:relative; padding-bottom:20px;}
.intro__title1:before {
  position: absolute;
  left: 0;
  bottom:0;
  content: "";
  width: 43px;
  height: 3px;
  background: #fff;
}
.intro__title1 strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
}
.intro__title1 small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-family: "Century Gothic";
  text-transform: uppercase;
}
.home-slide.swiper-slide-active .intro-hide1 small {
  transition-delay: 0.65s; color:#fff;
}


.intro__title2 .intro-hide1 strong { color:#fff;}
.intro__title2{ position:relative; padding-bottom:20px;}
.intro__title2 strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
}
.intro__title2 small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-family: "Century Gothic";
  text-transform: uppercase;
}
.home-slide.swiper-slide-active .intro-hide2 small {
  transition-delay: 0.65s; color:#fff;
}


.intro__title3{position:relative;margin-bottom:90px;margin-top:50px;}
.intro__title3 .intro-hide3 strong { color:#1256ab;font-size: 40px;}
.intro__title3:before {
  position: absolute;
  left:50%;
	margin-left:-21.5px;
  bottom: -30px;
  content: "";
  width: 43px;
  height: 3px;
  background: #1256ab;
}
.intro__title3 strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #1256ab;
  font-size: 36px;
}
.intro__title3 small {
  display: block;
  line-height: 1;
  color: #1256ab;
  font-size: 18px;
  font-family: "Century Gothic";
  text-transform: uppercase;
}




@media screen and (min-width: 1025px) {
  .intro__title:before {
    transform: scaleX(0);
    transition: 0.6s;
    transform-origin: left center;
  }
  .intro-hide {
    overflow: hidden;
  }
  .intro-hide strong,
  .intro-hide small {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: 0.68s;
  }
  .intro__content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(60px);
    transition: 0.78s;
  }
  .introduct__item,
  .chack__more,
  .informate__dit {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: 0.58s;
  }
  .introduct__sun:before {
    transform: scaleY(0);
    transition: 0.88s;
  }
  .introduct__sun:after {
    transform: scaleX(0);
    transition: 0.88s;
  }
  .introduct__sun li {
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    transform: translateY(30px);
  }
  .business__earth .circulars {
    transform: rotate(180deg);
    transition: 1.8s;
  }
  .business__ico {
    opacity: 0;
    transform: translateY(-30px);
    transition: 0.65s;
  }
  .informate__line {
    transform: scaleY(0);
    transform-origin: center top;
    transition: 0.78s;
  }
  .informate__li li,
  .party__list li {
    opacity: 0;
    visibility: hidden;
    transform: translateY(60px);
    transition: 0.68s;
  }
  .contact__left,
  .contact__area {
    opacity: 0;
    visibility: hidden;
    transform: translateY(80px);
    transition: 0.8s;
  }
}
.home-slide.swiper-slide-active .intro-hide strong,
.home-slide.swiper-slide-active .intro-hide small {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.45s;
}
.home-slide.swiper-slide-active .intro-hide small {
  transition-delay: 0.65s; color:#1256ab;
}
.home-slide.swiper-slide-active .intro__title:before {
  transform: scaleX(1);
  transition: 0.6s 0.8s;
}
.home-slide.swiper-slide-active .intro__content,
.home-slide.swiper-slide-active .chack__more,
.home-slide.swiper-slide-active .informate__dit {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.78s 0.5s;
}
.home-slide.swiper-slide-active .chack__more,
.home-slide.swiper-slide-active .informate__dit {
  transition-delay: 0.7s;
}
.home-slide.swiper-slide-active .introduct__item {
  opacity: 1;
  visibility: visible;color:#fff;
  transform: translateY(0px);
  transition-delay: 0.5s;
}
.home-slide.swiper-slide-active .introduct__item:nth-child(2) {
  transition-delay: 0.7s;
}
.home-slide.swiper-slide-active .introduct__item:nth-child(3) {
  transition-delay: 0.9s;
}
.home-slide.swiper-slide-active .introduct__item:nth-child(4) {
  transition-delay: 1.1s;
}
.home-slide.swiper-slide-active .introduct__item:nth-child(5) {
  transition-delay: 1.3s;
}
.home-slide.swiper-slide-active .introduct__sun:before {
  transform: scaleY(1);
  transition: 1s 0.5s;
}
.home-slide.swiper-slide-active .introduct__sun:after {
  transform: scaleX(1);
  transition: 1s 0.5s;
}
.home-slide.swiper-slide-active .introduct__sun li {
  opacity: 1; text-align:center;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.5s;
}
.home-slide.swiper-slide-active .introduct__sun li:nth-child(2) {
  transition-delay: 0.7s;
}
.home-slide.swiper-slide-active .introduct__sun li:nth-child(3) {
  transition-delay: 0.9s;
}
.home-slide.swiper-slide-active .introduct__sun li:nth-child(4) {
  transition-delay: 1.1s;
}
.home-slide.swiper-slide-active .business__earth .circulars {
  transform: rotate(0deg);
  transition: 1.8s 0.5s;
}
.home-slide.swiper-slide-active .business__ico {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.7s;
}
.home-slide.swiper-slide-active .business__ico.business__ico2 {
  transition-delay: 0.9s;
}
.home-slide.swiper-slide-active .business__ico.business__ico3 {
  transition-delay: 1.1s;
}
.home-slide.swiper-slide-active .business__ico.business__ico4 {
  transition-delay: 1.3s;
}
.home-slide.swiper-slide-active .business__ico.business__ico5 {
  transition-delay: 1.5s;
}
.home-slide.swiper-slide-active .business__ico.business__ico6 {
  transition-delay: 1.7s;
}
.home-slide.swiper-slide-active .business__ico.business__ico7 {
  transition-delay: 1.9s;
}
.home-slide.swiper-slide-active .business__ico.business__ico8 {
  transition-delay: 2.1s;
}
.home-slide.swiper-slide-active .informate__line {
  transform: scaleY(1);
  transition-delay: 0.5s;
}
.home-slide.swiper-slide-active .informate__li li,
.home-slide.swiper-slide-active .party__list li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.home-slide.swiper-slide-active .informate__li li:nth-child(2),
.home-slide.swiper-slide-active .party__list li:nth-child(2) {
}
.home-slide.swiper-slide-active .informate__li li:nth-child(3),
.home-slide.swiper-slide-active .party__list li:nth-child(3) {
}
.home-slide.swiper-slide-active .informate__li li:nth-child(4),
.home-slide.swiper-slide-active .party__list li:nth-child(4) {
}
.home-slide.swiper-slide-active .informate__li li:nth-child(5),
.home-slide.swiper-slide-active .party__list li:nth-child(5) {
}
.home-slide.swiper-slide-active .contact__left,
.home-slide.swiper-slide-active .contact__area {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.home-slide.swiper-slide-active .contact__area {
  transition-delay: 0.7s;
}
.intro__content {
  margin-top: 32px;
  margin-bottom: 60px;
}
.intro__content p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.intro__content1{
  margin-top: 32px;
  margin-bottom: 30px; overflow:hidden;
}
.intro__content1 p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.introduct__data {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.introduct__item {
  position: relative;
}
.introduct__item span {
  display: block;
  line-height: 1;
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
}
.introduct__item p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1;
}
.introduct__item p b {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  font-size: 56px;
  font-weight: normal;
  font-family: "impact.ttf";
}
.introduct__item p i {
  display: block;
  position: absolute;
  right: 0px;
  top: 13px;
  color: #1256ab;
  font-size: 30px;
  line-height: 1;
  font-style: normal;
  font-family: "Avian Regular";
}
.introduct__sun {
  float: right;
  position: relative;
  top: 120px;
  width: 380px;
}
.introduct__sun:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.introduct__sun:after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.introduct__sun li { text-align:center;
  box-sizing: border-box;
  padding: 22px 0 40px;
  width: 50%;
  float: left;
}
.introduct__sun li a:hover .introduct__ico > b:first-child {
  opacity: 0;
  transition-delay: 0.3s;
}
.introduct__sun li a:hover .introiconhide {
  height: 100%;
}
.introduct__sun li a:hover span {
  color: #FFD600;
}
.introduct__sun li:nth-child(2n+2) {
  border-right: none;
  text-align: center;
}
.introduct__sun li:nth-child(n+3) {
  padding: 48px 0 14px;
  border-bottom: none;
}
.introduct__wr {
  display: inline-block;
  text-align: center;
}
.introduct__wr b {
  display: inline-block;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  line-height: 1;
  z-index: -1;
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: normal;
  transition: 0.48s;
}
.introduct__wr span {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  transition: 0.4s;
}
.introduct__ico {
  position: relative;
}
.introiconhide {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  transition: 0.58s;
}
.introiconhide b {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #FFD600;
  text-align: center;
}
.sjban{display:none;}
.common__height {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
}
.business {
  position: relative;
  z-index: 3;
  background-position: center;
  background-size: cover;
}
.business-swipers {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.business-slide {
  overflow: hidden;
}
.business-slide.swiper-slide-active .business-bg {
  transform: scale(1);
  transition: 1.5s 0s;
}
.business-bg {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.1);
  transition: 1s 0.5s;
}
.business__wrap {
  position: absolute;
  left: 50%;
  margin-left: -720px;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1440px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.businee__left {
  width: 50%;
}
.business__con ul{ float:left;width:48%;}
.business__con p{padding-right:10px;}
.business__con p a{ font-size: 16px; background: #fff; padding:10px 20px; margin-bottom: 3%; border-radius: 20px;color:#333;display: block;transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;}
.business__con p a:hover{ color:#fff;background:#ffa200;transform:translate(5px,0px);    -webkit-transform:translate(5px,0px);    -moz-transform:translate(5px,0px);    -o-transform:translate(5px,0px);    -ms-transform:translate(5px,0px);}

.chack__more a {
  display: block;
  position: relative;
  z-index: 3;
  text-align: center;
  width: 134px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  overflow: hidden;
}
.chack__more a:hover {
  color: #1256ab;
}
.chack__more a:hover:before {
  top: -25%;
}
.chack__more a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 130%;
  z-index: -1;
  width: 100%;
  height: 150%;
  background: #fff;
  transform: skewY(10deg);
  transition: 0.48s;
}
.business__right {
  position: relative;
  margin-right:5%;
  width: 587px;
}
.business__earth {
  position: relative;
}
.business__earth .circulars {
  width: 100%;
  height: auto;
}
.business__earth .earth {
  width: 82.53%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  animation: moveScroll 20s linear infinite;
}
@keyframes moveScroll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.business__ico {
  position: absolute;
}
.business__ico:hover b {
  border-color: #1256ab;
  transition-delay: 0.25s;
}
.business__ico:hover b:before {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
.business__ico b {
  display: block;
  position: relative;
  z-index: 3;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  text-align: center;
  line-height: 66px;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  transition: 0.35s;
}
.business__ico b:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #1256ab;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: rotateY(180deg);
  transition: 0.56s;
}
.business__ico span {
  display: block;
  line-height: 1;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap; margin-top:18px;
}
.business__ico1 {
  left:43.74%;
  top: -5%;
}
.business__ico1 span,.business__ico2 span,.business__ico3 span,.business__ico4 span,.business__ico5 span{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 18px;
}
.business__ico2 {
  left: 92.74%;
  top: 26%;
}
.business-l a {
  align-items: center;
  -webkit-align-items: center;
}
.business-l a span {
  margin-top:18px;
}
.business__ico3 {
  left: 84.91%;
  bottom:16%;
}
.business__ico4 {
  left: 10%;
  margin-left: -34px;
  bottom:16%;
}
.business__ico5 {
  left: 3.74%;
  margin-left: -34px;
  top: 26%;
}
.business__ico5 span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  margin-top: 18px;
}
.business__ico6 {
  right: 80.91%;
  bottom: 11.5%;
}
.business-r a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.business-r a span {
  margin-right: 9px;
}
.business__ico7 {
  right: 94%;
  top: 44.1%;
}
.business__ico8 {
  right: 80.74%;
  top: 10.58%;
}
.informate {
  background-position: center;
  background-size: cover;
}
.informate__wr {
  position:relative;;
    left: 50%;
    margin-left: -50%;
    top: 18%;
    
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between; overflow:hidden;
}


.slideTxtBox{ width:90%; margin:0 auto; overflow:hidden; padding-bottom:50px;}
.slideTxtBox .hd{  position:relative;overflow:hidden;}
.slideTxtBox .hd .intro__title{
  width:30%; font-size:30px; font-weight:bold; float:left; margin-left:1%;
}
.slideTxtBox .hd ul{float:right;}
.slideTxtBox .hd ul li{display: inline-block; color: #333; margin:60px 5px 20px 5px; padding:5px 20px; border-radius:30px; font-size: 16px; }
.slideTxtBox .hd ul li.on{ color: #fff; background:#1256ab;}
.slideTxtBox .bd{padding:2%;}
.slideTxtBox .bd ul li{-webkit-transition:all 0.2s linear;transition:all 0.2s linear;}
.slideTxtBox .bd ul li:nth-child(odd){}
.slideTxtBox .bd ul li:last-child{ border-right:none;}
.slideTxtBox .bd ul li:hover{z-index:2;background:none;-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);box-shadow:0 15px 30px rgba(0,0,0,0.1);-webkit-transform:translate3d(0, -6px, 0);transform:translate3d(0, -6px, 0);border-radius:20px;}
.slideTxtBox .bd ul li:hover .bd_e{ color:#fff; background:#1256ab;}
.slideTxtBox .bd ul li .bd_t{ font-size:14px; color:#1256ab; line-height:30px; padding-top:6px; padding-bottom:0px;}
.slideTxtBox .bd ul li .bd_z{ font-size:18px; color:#232323; line-height:32px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.slideTxtBox .bd ul li .bd_e{ color:#1256ab; font-size:16px; line-height:40px; height:40px; border:1px solid #1256ab; border-radius:10px; margin-bottom:40px;width:125px; text-align:center; margin-top:30px;}
.slideTxtBox .bd ul li .bd_img{width: 100%;border-radius:20px; overflow:hidden; margin-top:20px;}
.slideTxtBox .bd ul li img{min-width:100%; max-height:240px;}

.party-wrok {
  position: absolute;
  left: 0;
  top: 55%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
}
.party-wrok .intro__title {
  padding-bottom: 0;
}
.party-wrok .intro__title strong {
  margin-bottom: 12px;
}
.party-wrok .intro__title:before {
  display: none;
}
.party__list {
  margin-top: 80px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.party__list li {
  position: relative;
  padding: 0 62px;
}
.party__list li:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  content: "";
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
}
.party__list li:last-child:before {
  display: none;
}
.party__list li a {
  display: block;
  position: relative;
  z-index: 3;
  padding: 44px 0 40px;
  width: 102px;
  text-align: center;
  color: #fff;
}
.party__list li a:hover b {
  transform: translateY(-4px);
}
.party__list li a:hover:before {
  transform: scaleY(1);
}
.party__list li a:hover:after {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.party__list li a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 51px;
  background: #1256ab;
  transition: 0.52s;
  transform: scaleY(0);
}
.party__list li a:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  width: 100%;
  height: 100px;
  border-radius: 51px;
  box-sizing: border-box;
  border: 1px solid #1256ab;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.party__list li a b {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 29px;
  font-weight: normal;
  transition: 0.38s;
}
.party__list li a span {
  display: block;
  margin-top: 16px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
}
.contact__wrap {
  position: absolute;
  left: 50%;
  margin-left: -720px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1440px;
}
.contact__left {
  float: left;
  width: 46%;
}
.contact__tt {
  margin-bottom: 52px; margin-top:50px;
}
.contact__tt img{max-width:160px;}
.contact__tt h4 {
  margin-bottom: 45px;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  font-weight: normal;
}
.contact__adress p {
  margin-bottom: 16px;
  color: #fff;
  font-size: 16px;
}
.contact__adress p i {
  display: inline-block;
  margin-right: 18px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
}
.contact-add p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.map {
  margin-top: 16px;
  height: 196px;
  width: 340px;
  border-radius: 10px;
}
.anchorBL {
  display: none !important;
}
.BMap_bubble_title {
  color: #1256ab;
  font-size: 16px;
}
.contact__area {
  float: right;
  box-sizing: border-box;
  padding: 45px 7.777% 60px;
  width: 50%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.measge__tt {
  display: block;
  margin-bottom: 34px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.contact__row {
  display: flex;
  display: -webkit-flex;color:#222;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.contact__row input{color:#333}
.contact__row .text {
  box-sizing: border-box;
  margin-bottom: 38px;
  padding-left: 19px;
  width: 46.87%;
  height: 52px;
  line-height: 52px;
  color: #666;
  font-size: 16px;
  border-radius: 6px;
  border: none;
  background: rgba(255, 255, 255, 0.3);
}
.contact__row .text::-webkit-input-placeholder {
  color: #fff;
}
.contact__row .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.contact__row .textarea {
  width: 100%;
  line-height: 1.5;
  padding: 12px 19px;
  height: 138px;
  resize: none;
  font-family: "微软雅黑";
}
.contact__s {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.contact__s input {
  border: none;
  padding: 0;
  margin: 0;
  width: 46.87%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  transition: 0.48s;
  background: #9f9f9f;
  cursor: pointer;
}
.contact__s input:hover,
.contact__s input:last-child {
  background: #1256ab;
}
.home__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 17px 0;
  z-index: 5;
  width: 100%;
  background: rgba(50, 66, 73, 0.5);
  text-align: center;
}
.home__footer p,
.home__footer a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.home__footer p {
  margin-right: 19px;
}
.enter {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.enter span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  color: #fff;
  font-size: 14px;
}
.enter span i {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  display: inline-block;
  line-height: 1;
  font-style: normal;
  font-size: 16px;
  color: #fff;
}
.enter-down {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 100%;
  width: 160px;
  padding-top: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.56s;
  pointer-events: none;
}
.enter-list {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.enter-list:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -7px;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #fff;
}
.enter-list li {
  margin-bottom: 8px;
  text-align: center;
}
.enter-list li:last-child {
  margin-bottom: 0;
}
.enter-list li a {
  display: inline-block;
  color: #2c3441;
  font-size: 14px;
}
.enter-list li a:hover {
  color: #1256ab;
}
.flex__menu {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  z-index: 88;
}
/* .flex__menu:before { */
  /* content: ""; */
  /* width: 1px; */
  /* position: fixed; */
  /* top: 80px; */
  /* bottom: 0; */
  /* left: 79px; */
  /* background: rgba(255, 255, 255, 0.2); */
/* } */
.flex__menu__right {
  width: 77px;
  position: fixed;
  right: 0;
  top: 80px;
  bottom: 0;
  z-index: 88;
}
.wrapper .swiper-pagination1 {
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 8px;
  z-index: 10;
}
.wrapper .swiper-pagination1 span {
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  cursor: pointer;
  width: 8px;
  height: 8px;
  background: none;
  opacity: 1;
}
.wrapper .swiper-pagination1 span.swiper-pagination-bullet-active:before {
  width: 19px;
}
.wrapper .swiper-pagination1 span:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 4px;
  transition: 0.4s;
}
.wrapper .swiper-pagination1 span:last-child {
  margin-bottom: 0;
}
.flex__text {
  position: absolute;
  right: 0;
  bottom: 85px;
  width: 100%;
}
.flex__text__item {
  display: block;
  color: #ffffff;
  font-size: 14px;
  opacity: 0.2;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Helvetica";
  white-space: nowrap;
  transform: rotate(90deg);
  display: none;
}
.flex__text__item:first-child {
  display: block;
}
.flex__numble {
  position: absolute;
  right: 6px;
  bottom: 165px;
  font-family: "Helvetica";
  color: #fff;
  font-size: 16px;
  line-height: 1;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.flex__numble b {
  display: inline-block;
  opacity: 1;
  font-size: 24px;
  font-weight: normal;
}
.flex__numble span {
  display: inline-block;
  opacity: 0.2;
}
.flex__numble span.middles {
  margin: 0 4px;
}
.home-swiper {
  position: relative;
  height: 100vh;
}
.home-slide {
  overflow: hidden;
}
.pbanner {
  position: relative;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 45.8333%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.pbanner figure img {
  transition: 0s;
}
.ptext {
  position: absolute;
  left: 10%;
  top: 50%;
  margin-top: -120px;
  color: #fff;
}
.ptext small {
  display: block;
  margin-bottom: 22px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 62px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 6px;
}
.ptext strong {
  display: block;
  position: relative;
  padding-bottom: 46px;
  margin-bottom: 36px;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  letter-spacing: 4px;
  font-weight: normal;
  overflow: hidden;
}
.ptext strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 48px;
  height: 3px;
  background: #fff;
}
.ptext p {
  color: #fff;
  font-size: 18px;
  overflow: hidden;
}
.innerpage-menu {
  border-top: 5px solid #1256ab;
}
.innerpage-wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.posite {
  display: flex;
  display: -webkit-flex;
  height: 84px;
  align-items: center;
  -webkit-align-items: center;
}
.posite span,
.posite a,
.posite b {
  display: block;
  color: #666666;
  font-size: 16px;
  font-weight: normal;
}
.posite a:hover {
  color: #1256ab;
}
.posite b {
  margin: 0 10px;
}
.leval-menu {
  display: flex;
  display: -webkit-flex;
}
.leval-menu li {
  margin-left: 74px;
}
.leval-menu li:first-child {
  margin-left: 0;
}
.leval-menu li:hover a,
.leval-menu li.active a {
  color: #1256ab;
}
.leval-menu li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  line-height: 1.3;
  height: 84px;
  color: #666666;
  font-size: 16px;
}
.intro-wrap {
  padding-left: 10vw;
}
.introduct-texts {
  float: left;
  padding-top: 83px;
  width: 38.8888%;
}
.introduct-title {
  margin-bottom: 58px;
}
.introduct-title small {
  display: block;
  margin-bottom: 20px;
  color: #1256ab;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Avian Regular";
  line-height: 1.2;
}
.introduct-title strong {
  display: block;
  line-height: 1.2;
  color: #333333;
  font-size: 36px;
  font-weight: normal;
}
.itroduct-contents p {
  color: #666666;
  font-size: 14px;
  line-height: 2.6;
  text-indent: 34px;
}
.introduct-rights {
  position: relative;
  float: right;
  width: 55.5555%;
}
.introduct-data {
  display: flex;
  display: -webkit-flex;
}
.introduct-data-item {
  flex: 1;
  -webkit-flex: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 358px;
  background: #1256ab;
}
.introduct-data-item:nth-child(2n+2) {
  background: #3ab3e5;
}
.intros-wrap {
  display: inline-block;
  position: relative;
}
.intros-wrap .introduct__item {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.intros-wrap .introduct__item span {
  color: #fff;
  opacity: 0.5;
}
.intros-wrap .introduct__item p {
  color: #ffffff;
}
.intros-wrap .introduct__item p b {
  color: #fff;
}
.intros-wrap .introduct__item p i {
  color: #fff;
}
.intorduct-imgs {
  height: 570px;
  background-position: center;
  background-size: cover;
}
.culture {
  padding: 156px 0 186px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.culture-wrap {
  margin: auto;
  width: 1010px;
}
.culture-title {
  margin-bottom: 124px;
}
.culture-title strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
}
.culture-title p {
  color: #fff;
  font-size: 18px;
}
.culture-item {
  position: relative;
  z-index: 3;
  width: 47.52%;
  float: left;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  box-sizing: border-box;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.46);
}
.culture-item:before {
  content: "";
  width: 100%;
  height: 0;
  background: #1256ab;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.56s;
  z-index: -1;
}
.culture-item:hover,
.culture-item.active {
  color: #1256ab;
}
.culture-item:hover:before,
.culture-item.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.culture-item:hover {
  border-color: #1256ab;
}
.culture-item:hover figure img {
  transform: translateY(-8px);
}
.culture-item:hover .culture-text strong,
.culture-item:hover .culture-text p {
  color: #fff;
}
.culture-item:nth-child(2n+2) {
  float: right;
}
.culture-item figure {
  display: block;
  position: relative;
  width: 100px;
  line-height: 1;
}
.culture-item figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.4s;
}
.culture-item figure img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.culture-text {
  margin-left: 28px;
  padding-top: 12px;
  text-align: left;
}
.culture-text strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 3px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  transition: 0.4s;
}
.culture-text p {
  color: #fff;
  font-size: 14px;
  transition: 0.4s;
}
.idea {
  position: relative;
}
.idea-left {
  float: left;
  position: relative;
  height: 800px;
  width: 30%;
  background: #1256ab;
  z-index: 3;
}
.idea-left:before {
  position: absolute;
  right: -18px;
  top: 50%;
  margin-top: -18px;
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #1256ab;
}
.idea-wrap {
  position: absolute;
  left: 50%;
  margin-left: -192px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 384px;
}
.idea-title {
  margin-bottom: 56px;
}
.idea-title small {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 44px;
  font-family: "Avian Regular";
  text-transform: uppercase;
}
.idea-title strong {
  display: block;
  margin-top: 12px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
}
.idea-fix p {
  color: #ffffff;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 2px;
}
.idea-list {
  position: absolute;
  left: 30%;
  top: 0;
  width: 70%;
  height: 100%;
}
.idea-item {
  float: left;
  position: relative;
  width: 50%;
  height: 400px;
  box-sizing: border-box;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.idea-item:nth-child(2n+2) {
  border-right: none;
}
.idea-item:nth-child(n+3) {
  border-bottom: none;
}
.idea-inner {
  display: block;
  position: relative;
  line-height: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: 0.6s;
}
.idea-inner-text {
  position: absolute;
  left: 14.28%;
  right: 14.28%;
  top: 82px;
}
.idea-icon {
  margin-bottom: 46px;
}
.idea-icon b {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #fff;
  font-size: 48px;
  font-weight: normal;
}
.idea-icon strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
}
.idea-in p {
  color: #fff;
  font-size: 16px;
  line-height: 2.2;
}
.idea-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  overflow: hidden;
  transition: 0.6s;
}
.idea-w-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -46px;
  width: 100%;
  text-align: center;
}
.idea-w-icon .idea-icon {
  transition: 0.5s;
}
.idea-w-icon .idea-icon b {
  color: #008bc3;
}
.idea-w-icon .idea-icon strong {
  color: #333333;
}
.idea-item:hover .idea-inner {
  opacity: 1;
}
.idea-item:hover .idea-w-icon .idea-icon {
  opacity: 0;
  visibility: hidden;
}
.idea-item:hover .idea-content {
  top: auto;
  bottom: 0;
  height: 0px;
}
.history {
  padding: 96px 10%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.about-title strong,
.about-title small {
  color: #1256ab;
}
.history-wrap {
  width: 576px;
  overflow: hidden;
}
.history-year {
  width: 660px;
}
.history-year-item {
  float: left;
  position: relative;
  width: 25%;
  cursor: pointer;
}
.history-year-item:hover time,
.history-year-item.slick-current time {
  color: #1256ab;
}
.history-year-item:hover time:before,
.history-year-item.slick-current time:before {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0deg);
}
.history-year-item time {
  display: block;
  position: relative;
  z-index: 3;
  width: 80px;
  height: 93px;
  line-height: 93px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: url(../images/corners.png) center no-repeat;
  background-size: cover;
  font-family: "Avian Regular";
  transition: 0.4s;
}
.history-year-item time:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/corners1.png) center no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: rotateY(180deg);
}
.history-year-item i {
  display: block;
  position: absolute;
  left: 96px;
  top: 50%;
  width: 48px;
  height: 1px;
  background: #fff;
}
.history__down {
  position: relative;
  padding-right: 90px;
  margin-top: 70px;
}
.history__item {
  float: left;
}
.history__item p {
  color: #fff;
  font-size: 16px;
  line-height: 2.4;
}
.history__prev {
  position: absolute;
  right: 0;
  top: 48px;
  width: 48px;
}
.history__prev span {
  display: block;
  margin-bottom: 20px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  color: #1256ab;
  background: #fff;
  transition: 0.45s;
  cursor: pointer;
  font-size: 30px;
}
.history__prev span.slick-disabled {
  opacity: 0.4;
}
.history__prev span:hover {
  background: #1256ab;
  color: #fff;
}
.honors {
  padding: 123px 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.honor-left {
  float: left;
}
.honor-left .about-title {
  margin-bottom: 35px;
}
.honor-left .about-title small {
  font-size: 36px;
}
.honor-btns {
  margin-bottom: 38px;
}
.honor-btns li {
  margin-bottom: 18px;
}
.honor-btns li:last-child {
  margin-bottom: 0;
}
.honor-btns li:hover a,
.honor-btns li.active a {
  color: #1256ab;
  font-weight: bold;
}
.honor-btns li a {
  display: inline-block;
  color: #666666;
  font-size: 16px;
}
.honor-more a {
  position: relative;
  display: inline-block;
}
.honor-more a:hover i {
  color: #1256ab;
}
.honor-more a i {
  display: block;
  line-height: 1;
  color: #cccccc;
  font-style: normal;
  font-size: 80px;
  transition: 0.4s;
}
.honor-more a span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  line-height: 80px;
  color: #1256ab;
  font-size: 18px;
  font-weight: bold;
}
.lazy {
  background: url(../images/loading.gif) center no-repeat;
}
.honor-tabs {
  position: relative;
  margin-left: 308px;
}
.honors-li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.honors-li.active {
  position: relative;
  z-index: 3;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.honors-li li {
  float: left;
  margin-right: 2.66666%;
  width: 23%;
}
.honors-li li:nth-child(4n+4) {
  margin-right: 0;
}
.honors-li li:hover figure {
  transform: translateY(-8px);
}
.honors-li li figure {
  position: relative;
  display: block;
  padding-bottom: 141.66%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  transition: 0.5s;
}
.honors-li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.honors-li li span {
  display: block;
  margin-top: 16px;
  text-align: center;
  color: #333333;
  font-size: 16px;
}
.footer {
  padding: 98px 0 90px;
  background: #313333;
}
.footer-address {
  margin-bottom: 17px;
}
.footer-address p {
  float: left;
  margin-right: 34px;
  color: #fff;
  font-size: 16px;
}
.footer-address p:first-child i {
  font-size: 16px;
}
.footer-address p i {
  display: inline-block;
  margin-right: 6px;
  font-style: normal;
  font-size: 18px;
}
.footer-copy p,
.footer-copy > a {
  display: block;
  float: left;
  color: #fff;
  font-size: 16px;
}
.footer-copy p {
  margin-right: 20px;
}
.footer-copy a:hover {
  color: #1256ab;
}
.footer-copy .enter span {
  font-size: 16px;
}
.footer-contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-eq {
  width: 1.4rem;
}
.footer-eq img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-eq span {
  display: block;
  margin-top: 0.12rem;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
}
.slidetop.article-block,
.list-animate.article-block > li,
.list-animate.article-block > div {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: 0.78s cubic-bezier(0.77, 0, 0.175, 1);
}
.slidetop.articleShow,
.list-animate.articleShow > li,
.list-animate.articleShow > div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.slidetop.detay1.article-block,
.list-animate.article-block > li:nth-child(2),
.list-animate.article-block > div:nth-child(2) {
  transition-delay: 0.2s;
}
.slidetop.detay2.article-block,
.list-animate.article-block > li:nth-child(3),
.list-animate.article-block > div:nth-child(3) {
  transition-delay: 0.4s;
}
.slidetop.detay3.article-block,
.list-animate.article-block > li:nth-child(4),
.list-animate.article-block > div:nth-child(4) {
  transition-delay: 0.6s;
}
.slidetop.detay4.article-block,
.list-animate.article-block > li:nth-child(5),
.list-animate.article-block > div:nth-child(5) {
  transition-delay: 0.8s;
}
.slidetop.detay5.article-block,
.list-animate.article-block > li:nth-child(6),
.list-animate.article-block > div:nth-child(6) {
  transition-delay: 1s;
}
.slidetop.detay6.article-block,
.list-animate.article-block > li:nth-child(7),
.list-animate.article-block > div:nth-child(7) {
  transition-delay: 1.2s;
}
.slidetop.detay7.article-block,
.list-animate.article-block > li:nth-child(8),
.list-animate.article-block > div:nth-child(8) {
  transition-delay: 1.4s;
}
.slidetop.detay8.article-block,
.list-animate.article-block > li:nth-child(9),
.list-animate.article-block > div:nth-child(9) {
  transition-delay: 1.6s;
}
.slidetop.detay9.article-block,
.list-animate.article-block > li:nth-child(10),
.list-animate.article-block > div:nth-child(10) {
  transition-delay: 1.8s;
}
.honor-box {
  background: #f1f1f1;
}
.honor-top {
  padding: 78px 0 72px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.honor-top a {
  display: inline-block;
  margin-right: 82px;
  color: #2c3441;
  font-size: 18px;
}
.honor-top a:last-child {
  margin-right: 0;
}
.honor-top a:hover,
.honor-top a.active {
  color: #1256ab;
}
.honor-top a.active {
  font-weight: bold;
}
.honor-li li {
  float: left;
  position: relative;
  z-index: 3;
  margin-right: 2.96%;
  margin-bottom: 70px;
  width: 22.78%;
  padding: 32px 32px 0;
  box-sizing: border-box;
  background: #fff;
}
.honor-li li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #1256ab;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.56s;
  z-index: -1;
}
.honor-li li:hover,
.honor-li li.active {
  color: #1256ab;
}
.honor-li li:hover:before,
.honor-li li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.honor-li li:nth-child(4n+4) {
  margin-right: 0;
}
.honor-li li:hover figure img {
  transform: scale(1.05);
}
.honor-li li:hover span {
  color: #fff;
  transition-delay: 0.25s;
}
.honor-li li figure {
  position: relative;
  display: block;
  padding-bottom: 141.666%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.honor-li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.honor-li li span {
  display: block;
  text-align: center;
  margin-top: 16px;
  padding-bottom: 14px;
  line-height: 1.2;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.38s;
}
.pagelists {
  padding: 25px 0 90px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.pagelists a {
  display: inline-block;
  margin-right: 12px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #999999;
  font-size: 16px;
}
.pagelists a:last-child {
  margin-right: 0;
  transform: rotate(180deg);
}
.pagelists a:hover,
.pagelists a.active {
  background: #1256ab;
  color: #fff;
}
.pagelists a:first-child:hover,
.pagelists a:last-child:hover {
  color: #1256ab;
  background: none;
  font-weight: bold;
}
.subsidiary-text {
  position: absolute;
  left: 50%;
  margin-left: -45%;
  bottom: 25.45%;
  width: 90%;
  text-align: center;
}
.subsidiary-text b {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  letter-spacing: 4px;
  font-weight: lighter;
}
.subsidiary-text strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  letter-spacing: 4px;
}
.subsidiary-text i {
  display: inline-block;
  position: relative;
  margin-top: 126px;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  animation: moveDownSpot 1000ms infinite;
}
@keyframes moveDownSpot {
  from {
    opacity: 1;
    top: 0;
  }
  to {
    opacity: 0;
    top: 8px;
  }
}
.subsidiary-introduct {
  padding: 84px 10% 115px;
}
.subsidiary-introduct strong {
  display: block;
  margin-bottom: 52px;
  line-height: 1.2;
  color: #1256ab;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 4px;
}
.subsidiary-introduct p {
  text-indent: 35px;
  color: #666666;
  font-size: 16px;
  line-height: 2.4;
}
.history-subsidiary {
  padding: 92px 0 76px;
  background-position: center;
  background-size: cover;
}
.subsidiary-titles {
  display: block;
  line-height: 1.2;
  color: #1256ab;
  font-size: 36px;
  letter-spacing: 4px;
  font-weight: normal;
}
.subsidiary-swiper {
  padding-bottom: 78px;
  position: relative;
  z-index: 2;
}
.subsidiary-info {
  width: 63.888%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 0.8s;
}
.subsidiary-info p {
  color: #666666;
  font-size: 16px;
  line-height: 2.2;
}
.subsidiary-slide {
  float: left;
  position: relative;
  padding-top: 50px;
}
.subsidiary-slide.slick-current .subsidiary-info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.2s;
}
.subsidiary-slide.slick-current .subsidiary-year {
  opacity: 0.1;
  transform: scale(1);
  transition-delay: 0.3s;
}
.subsidiary-slide .subsidiary-year {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #1b8bcb;
  font-size: 227px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  font-weight: bold;
  opacity: 0.1;
  opacity: 0;
  transform: scale(1.3);
  transition: 1s;
}
.subsidiary-min {
  position: relative;
  z-index: 2;
}
.subsidiary-min:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px dashed #e2e4e5;
  content: "";
}
.subsidiary-slide-year {
  float: left;
  text-align: center;
  height: 145px;
  position: relative;
}
.subsidiary-slide-year.slick-current .year-time:before {
  background: #1256ab;
  transform: scale(1);
}
.subsidiary-slide-year.slick-current .year-time b {
  margin-top: -18px;
  color: #fff;
  font-size: 36px;
}
.year-time {
  position: relative;
  z-index: 3;
  margin: auto;
  width: 145px;
  height: 0;
  padding-bottom: 145px;
  border-radius: 50%;
  line-height: 0;
  cursor: pointer;
}
.year-time:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #eeeeee;
  border-radius: 50%;
  transform: scale(0.69);
  transition: 0.6s;
}
.year-time b {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  letter-spacing: 3px;
  text-align: center;
  width: 100%;
  line-height: 1;
  color: #999999;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  transition: 0.5s;
}
.subsidiary-btn {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eeeeee;
  cursor: pointer;
  line-height: 32px;
  text-align: center;
  color: #cfcfcf;
  font-size: 16px;
  transition: 0.4s;
}
.subsidiary-btn:hover {
  background: #1256ab;
  color: #fff;
}
.subsidiary-btn.slick-disabled {
  cursor: no-drop;
}
.subsidiary-btn.prev {
  left: 0;
}
.subsidiary-btn.next {
  right: 0;
}
.subsidiary-area {
  padding: 104px 0;
}
.subsidiary-in {
  position: relative;
  float: left;
  margin-right: 1.415%;
  width: 32.39%;
}
.subsidiary-in:last-child {
  margin-right: 0;
}
.subsidiary-in figure {
  position: relative;
  display: block;
  padding-bottom: 63.5%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.subsidiary-in figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.subsidiary-in:hover figure img {
  transform: scale(1.1);
}
.sub-line {
  position: absolute;
  left: 8.34%;
  right: 8.34%;
  bottom: 32px;
  padding-top: 29px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.sub-line:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 90px;
  height: 3px;
  background: #fff;
}
.sub-line strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.sub-line small {
  display: block;
  line-height: 1;
  color: #ffffff;
  font-size: 16px;
  font-family: "Avian Regular";
  text-transform: uppercase;
  opacity: 0.5;
}
.sub-line i {
  display: block;
  position: absolute;
  right: 10px;
  top: 40px;
  line-height: 1;
  color: #ffffff;
  font-size: 28px;
  font-style: normal;
}
.pbanner-wr {
  position: relative;
  padding: 220px 0 52px;
  background-position: center;
  background-size: cover;
}
.pbanner-wr .subsidiary-text {
  position: relative;
  top: 0;
  bottom: auto;
}
.leval-navs {
  border-bottom: 1px solid #eeeeee;
}
.laval-navs-list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.laval-navs-list li {
  margin-right: 74px;
}
.laval-navs-list li:last-child {
  margin-right: 0;
}
.laval-navs-list li:hover a,
.laval-navs-list li.active a {
  font-weight: bold;
  color: #1256ab;
}
.laval-navs-list li:hover a:before,
.laval-navs-list li.active a:before {
  transform: scaleX(1);
}
.laval-navs-list li a {
  display: block;
  position: relative;
  z-index: 3;
  height: 59px;
  line-height: 59px;
  color: #666666;
  font-size: 16px;
}
.laval-navs-list li a:before {
  position: absolute;
  left: 50%;
  margin-left: -14px;
  bottom: -1px;
  content: "";
  width: 28px;
  height: 2px;
  background: #1256ab;
  transform: scaleX(0);
  transition: 0.5s;
}
.contacts-us {
  padding: 100px 0 120px;
}
.contact-wrap {
  margin: auto;
  width: 1344px;
}
.contact-map {
  float: right;
  width: 57.14%;
  height: 372px;
}
.contact-map .BMap_bubble_title {
  color: #4c4c4c;
  text-align: center;
  font-weight: bold;
}
.contact-address {
  float: left;
  padding-top: 28px;
  width: 40%;
}
.contact-titles {
  margin-bottom: 38px;
}
.contact-titles small {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #1256ab;
  font-size: 48px;
  text-transform: uppercase;
  font-family: "Avian Regular";
}
.contact-titles strong {
  display: block;
  line-height: 1;
  color: #1256ab;
  font-size: 24px;
  font-weight: normal;
}
.contact-down p {
  color: #333333;
  font-size: 16px;
  line-height: 2.2;
}
.cooperate-li li {
  position: relative;
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.cooperate-li li:hover figure {
  opacity: 1;
  visibility: visible;
}
.cooperate-li li:hover .cooperate-wr b {
  color: #fff;
  transform: rotateY(180deg);
}
.cooperate-li li:hover .cooperate-wr small,
.cooperate-li li:hover .cooperate-wr strong {
  color: #fff;
}
.cooperate-li li:hover .cooperate-wr i {
  background: #fff;
  color: #1256ab;
}
.cooperate-li li figure {
  position: relative;
  display: block;
  padding-bottom: 88.75%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.68s;
}
.cooperate-li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.cooperate-li li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: #1b8bcb;
  opacity: 0.8;
}
.cooperate-wr {
  position: absolute;
  z-index: 3;
  left: 25.625%;
  top: 50%;
  transform: translateY(-50%);
}
.cooperate-wr b {
  display: inline-block;
  margin-bottom: 56px;
  line-height: 1;
  color: #1256ab;
  font-size: 54px;
  font-weight: normal;
  transition: 0.45s;
}
.cooperate-wr small {
  display: block;
  margin-bottom: 25px;
  line-height: 1;
  color: #333333;
  font-size: 36px;
  transition: 0.45s;
}
.cooperate-wr strong {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  transition: 0.45s;
}
.cooperate-wr i {
  display: block;
  margin-top: 75px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  background: #1256ab;
  transition: 0.45s;
}
.joins {
  padding: 100px 0 110px;
}
.join-wraps {
  position: relative;
}
.join-title {
  position: relative;
  padding-bottom: 42px;
}
.join-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 54px;
  height: 1px;
  background: #cccccc;
}
.join-title strong {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #1256ab;
  font-size: 30px;
}
.join-title small {
  display: block;
  line-height: 1;
  color: #999999;
  font-size: 24px;
  font-family: "Avian Regular";
  text-transform: uppercase;
}
.join-contents {
  margin-top: 32px;
}
.join-contents p {
  text-indent: 36px;
  color: #999999;
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 1px;
}
.advantages {
  margin-top: 36px;
}
.advantages strong {
  display: block;
  margin-bottom: 15px;
  color: #1256ab;
  font-size: 18px;
}
.advantages p {
  text-indent: 36px;
  color: #999999;
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 1px;
}
.join-backs {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  display: -webkit-flex;
}
.join-backs a {
  display: inline-block;
  margin-left: 26px;
  width: 58px;
  height: 58px;
  border: 1px solid #dddddd;
  font-size: 20px;
  border-radius: 50%;
  color: #dddddd;
  line-height: 58px;
  text-align: center;
}
.join-backs a:hover {
  border-color: #1256ab;
  background: #1256ab;
  color: #fff;
}
.join-backs a:first-child {
  margin-left: 0;
}
.performance {
  padding: 100px 0 0;
}
.performance-top {
  margin: auto;
  margin-bottom: 70px;
  text-align: center;
  width: 1152px;
  max-width: 100%;
}
.performance-top strong {
  display: block;
  margin-bottom: 24px;
  color: #1256ab;
  line-height: 1.2;
  font-size: 24px;
}
.performance-top p {
  color: #666666;
  font-size: 16px;
  line-height: 1.8;
}
.performance-list li {
  float: left;
  margin-right: 1.25%;
  margin-bottom: 58px;
  width: 32.5%;
  cursor: pointer;
}
.performance-list li:nth-child(3n+3) {
  margin-right: 0;
}
.performance-list li figure {
  position: relative;
  display: block;
  padding-bottom: 62%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.performance-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.performance-list li:hover figure img {
  transform: scale(1.06);
}
.performance-list li:hover .performance-info:before {
  width: 100%;
  right: auto;
  left: 0;
}
.performance-list li:hover .performance-info strong,
.performance-list li:hover .performance-info p {
  color: #1256ab;
}
.performance-list li:hover .performance-info strong {
  font-weight: bold;
}
.performance-info {
  position: relative;
  padding-top: 26px;
  padding-bottom: 28px;
}
.performance-info:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #1256ab;
  transition: 0.58s;
}
.performance-info strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1.1;
  color: #2c3441;
  font-size: 20px;
  font-weight: normal;
  transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.performance-info p {
  color: #999999;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
}
.performance-pop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 299;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.88s;
}
.performance-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.performance-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.performance-fix {
  position: absolute;
  left: 50%;
  margin-left: -672px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 64px 62px ;
  width: 1344px;
  box-sizing: border-box;
  background: #fff;
}
.performance-wr {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.perClose {
  display: block;
  position: absolute;
  right: 80px;
  top: 64px;
  z-index: 10;
  width: 45px;
  height: 45px;
  border: 1px solid #d1e8f5;
  color: #1256ab;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  transition: 0.45s;
}
.perClose:hover {
  transform: rotate(180deg);
}
.performance-swiper {
  width: 61.88%;
  margin: 0;
}
.performance-swiper .swiper-pagination {
  bottom: 16px;
  line-height: 1;
}
.performance-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: auto;
  margin-right: 28px;
  opacity: 1;
  background: #fff;
}
.performance-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.performance-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1256ab;
}
.performance-slide {
  overflow: hidden;
}
.performance-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.performance-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.performance-texts {
  width: 32%;
}
.performance-texts strong {
  display: block;
  margin-bottom: 38px;
  line-height: 1.2;
  color: #333333;
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: normal;
}
.performance-texts p {
  color: #666666;
  font-size: 16px;
  line-height: 2.2;
}
.subsidiary-text1 b {
  margin-bottom: 30px;
  font-weight: bold;
  text-shadow: 0 5px 7px rgba(65, 65, 65, 0.4);
}
.subsidiary-text1 strong {
  font-weight: normal;
  font-size: 30px;
  text-shadow: 0 5px 7px rgba(65, 65, 65, 0.4);
}
.company-introduct {
  position: relative;
  padding: 120px 0 150px;
  z-index: 3;
  background: #f5f5f5;
}
.company-introduct:before {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 0;
  z-index: -1;
  content: "";
  height: 261px;
  background: url(../images/house.png) center bottom no-repeat;
  background-size: 100% auto;
}
.company-content {
  float: left;
  width: 50%;
}
.company-title {
  position: relative;
  z-index: 2;
  margin-bottom: 38px;
}
.company-title img {
  position: absolute;
  left: 0;
  top: -14px;
  z-index: -1;
}
.company-title strong {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 2px;
}
.company-text p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
  font-family: "SourceHanSansCN-Regular";
}
.company-data {
  float: right;
  padding-top: 30px;
}
.company-items {
  float: left;
  margin-left: 96px;
}
.company-items:first-child {
  margin-left: 0;
}
.company-items p {
  margin-bottom: 22px;
  color: #666666;
  font-size: 18px;
  line-height: 1;
  font-family: "SourceHanSansCN-Regular";
}
.company-items span {
  display: block;
  position: relative;
  line-height: 1;
  color: #e99c28;
  font-size: 24px;
}
.company-items span b {
  display: inline-block;
  margin-right: 15px;
  font-weight: normal;
  font-size: 98px;
}
.company-items span i {
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  line-height: 1;
  color: #e99c28;
  font-size: 36px;
  font-style: normal;
}
.company-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company__lists {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
}
.company__lists li {
  margin: 15px 0;
  width: 33.333%;
  text-align: center;
}
.company__lists li span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 120px;
  height: 120px;
  border: 1px solid #1256ab;
  color: #1256ab;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 50%;
}
.show-business {
  padding: 70px 0 136px;
}
.show-business-top {
  margin-bottom: 48px;
  text-align: center;
}
.show-title strong {
  display: block;
  margin-bottom: 18px;
  text-align: center;
  color: #333333;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 4px;
  font-family: "SourceHanSansCN-Regular";
}
.show-title strong b {
  color: #1256ab;
  font-weight: normal;
}
.show-title small {
  display: block;
  text-align: center;
  line-height: 1;
  color: #999999;
  font-size: 16px;
  text-transform: uppercase;
}
.show-title1 strong,
.show-title1 small {
  color: #fff;
}
.cooperats__li {
  margin-top: 55px;
  display: flex;
  justify-content: center;
}
.cooperats__li li {
  margin-right: -3.2292vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.2292vw;
  height: 18.2292vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-sizing: border-box;
}
.cooperats__li li:last-child {
  margin-right: 0;
}
.cooperats__wr {
  text-align: center;
}
.cooperats__wr b {
  display: block;
  margin: auto;
  position: relative;
  width: 72px;
  height: 72px;
}
.cooperats__wr b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.cooperats__wr p {
  margin-top: 32px;
  line-height: 1.2;
  color: #fff;
  font-size: 20px;
}
.show-texts {
  margin-top: 38px;
}
.show-texts p {
  margin: auto;
  max-width: 100%;
  color: #666666;
  font-size: 16px;
  width: 960px;
  font-family: "SourceHanSansCN-Regular";
}
.show-business-li li {
  float: left;
  margin-right: 2%;
  width: 49%;
}
.show-business-li li:nth-child(2n+2) {
  margin-right: 0;
}
.show-business-li li figure {
  position: relative;
  display: block;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.show-business-li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.show-business-li li:hover figure img {
  transform: scale(1.05);
}
.show-business-text {
  margin-top: 18px;
  display: flex;
  display: -webkit-flex;
  font-family: "SourceHanSansCN-Regular";
}
.show-business-text b {
  display: block;
  width: 61px;
  height: 84px;
  text-align: center;
  line-height: 84px;
  color: #fff;
  font-size: 34px;
  background: #1256ab;
  font-weight: normal;
}
.show-business-fix {
  flex: 1;
  -webkit-flex: 1;
  margin-left: 8px;
}
.show-business-fix strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  font-size: 20px;
  color: #1256ab;
  font-weight: normal;
}
.show-business-fix p {
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cooperats {
  padding: 180px 0 185px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.cooperats-text {
  display: inline-block;
  position: relative;
  padding: 0 234px;
}
.cooperats-text:before,
.cooperats-text:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 190px;
  height: 1px;
  background: #fff;
  opacity: 0.2;
}
.cooperats-text:before {
  left: 0;
}
.cooperats-text:after {
  right: 0;
}
.cooperats-text img {
  display: block;
  width: 318px;
  height: auto;
}
.cooperats-text.article-block:before,
.cooperats-text.article-block:after {
  width: 0;
  transition: 2s;
}
.cooperats-text.articleShow:before,
.cooperats-text.articleShow:after {
  width: 190px;
}
.subsidiary-text2 {
  font-family: "SourceHanSansCN-Regular";
}
.subsidiary-text2 b {
  font-size: 60px;
}
.subsidiary-text2 strong {
  font-size: 30px;
  letter-spacing: 3px;
}
.equipment {
  padding: 100px 0 135px;
}
.about-right {
  position: relative;
  padding-top: 26px;
  margin-right: 40px;
  float: right;
  width: 42.31%;
}
.about-right figure {
  display: block;
  position: relative;
  z-index: 2;
  line-height: 1;
}
.about-right figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -16px;
  right: -16px;
  top: 16px;
  bottom: -16px;
  border: 1px solid #1256ab;
}
.about-right figure img {
  display: block;
  width: 100%;
  height: auto;
}
.about-line {
  position: absolute;
  left: -32px;
  top: 0;
  width: 23px;
  height: 1px;
  background: #1256ab;
}
.about-line:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  width: 1px;
  height: 23px;
  background: #1256ab;
}
.about-line.line1 {
  left: auto;
  right: -32px;
  top: auto;
  bottom: -38px;
}
.about-line.line1:before {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.equipment-content {
  float: left;
  width: 50%;
}
.equitment-tt {
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 34px;
}
.equitment-tt:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 48px;
  height: 1px;
  background: #1256ab;
}
.equitment-tt small {
  display: block;
  margin-bottom: 16px;
  letter-spacing: 5px;
  color: #1256ab;
  font-size: 48px;
  font-family: "Avian Regular";
  line-height: 1;
}
.equitment-tt strong {
  display: block;
  line-height: 1;
  color: #1256ab;
  font-size: 24px;
  font-weight: normal;
  font-family: "SourceHanSansCN-Regular";
  letter-spacing: 2px;
}
.equit-text p {
  color: #666666;
  font-size: 16px;
  font-family: "SourceHanSansCN-Regular";
  letter-spacing: 1px;
}
.equipment-list {
  padding-bottom: 130px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.equipment-item {
  position: relative;
  z-index: 3;
  width: 19.14%;
  border: 1px solid #dddddd;
  text-align: center;
}
.equipment-item:before {
  content: "";
  width: 100%;
  height: 0;
  background: #1b8bcb;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.58s;
  z-index: -1;
}
.equipment-item:hover,
.equipment-item.active {
  color: #1b8bcb;
}
.equipment-item:hover:before,
.equipment-item.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.equipment-item:hover b,
.equipment-item:hover strong,
.equipment-item:hover p {
  color: #fff;
}
.equip-wrap {
  padding: 79px 30px 57px;
  font-family: "SourceHanSansCN-Regular";
}
.equip-wrap b {
  display: block;
  margin-bottom: 42px;
  color: #1b8bcb;
  font-size: 64px;
  font-weight: normal;
  line-height: 1;
  transition: 0.4s;
}
.equip-wrap strong {
  display: block;
  margin-bottom: 30px;
  line-height: 1;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  transition: 0.4s;
}
.equip-wrap p {
  color: #666666;
  font-size: 16px;
  transition: 0.4s;
}
.corporate-culture {
  padding: 106px 0 110px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.corporate-tt {
  text-align: center;
  margin-bottom: 74px;
}
.corporate-tt small {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Avian Regular";
}
.corporate-tt strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 48px;
  letter-spacing: 5px;
  font-family: "SourceHanSansCN-Regular";
  font-weight: normal;
}
.corporate-list li {
  float: left;
  width: 33.3333%;
  background: rgba(27, 139, 203, 0.7);
}
.corporate-list li:nth-child(2n+2) {
  background: rgba(27, 139, 203, 0.5);
}
.corporate-list li:hover b {
  transform: translateY(-8px);
}
.corporate-wr {
  padding: 76px 11.718% 0;
  height: 224px;
}
.corporate-wr b {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
  color: #fff;
  font-size: 69px;
  font-weight: lighter;
  transition: 0.45s;
}
.corporate-wr strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.corporate-wr p {
  color: #ffffff;
  font-size: 16px;
}
.service-case {
  margin: auto;
  max-width: 90%;
  width: 1290px;
  padding: 94px 0 100px;
}
.service-tt {
  margin-bottom: 40px;
  text-align: center;
}
.service-tt strong {
  display: block;
  margin-bottom: 19px;
  color: #1256ab;
  font-size: 48px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 4px;
}
.service-tt p {
  letter-spacing: 5px;
  color: #333333;
  font-size: 24px;
  font-family: "SourceHanSansCN-Regular";
}
.service-slide {
  overflow: hidden;
}
.service-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.service-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.service-btn {
  position: absolute;
  left: 50%;
  margin-left: -75px;
  bottom: 38px;
  width: 150px;
  z-index: 10;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.service-btn span {
  display: block;
  width: 57px;
  height: 57px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  line-height: 57px;
  color: #1256ab;
  font-size: 16px;
  cursor: pointer;
  transition: 0.4s;
  font-weight: bold;
}
.service-btn span:hover {
  background: #1256ab;
  color: #fff;
}
.service-project {
  padding: 84px 0 130px;
}
.service-tops {
  margin-bottom: 38px;
  text-align: center;
  font-family: "SourceHanSansCN-Regular";
}
.service-tops strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  font-size: 40px;
  color: #2c3441;
  font-weight: normal;
  letter-spacing: 4px;
}
.service-tops p {
  color: #999999;
  font-size: 18px;
}
.servicelist {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.servicelist li {
  position: relative;
  width: 23.43%;
}
.servicelist li:hover figure img {
  transform: scale(1.05);
}
.servicelist li figure {
  position: relative;
  display: block;
  padding-bottom: 167.13%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.servicelist li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.service__text {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 24px;
  text-align: center;
  font-family: "SourceHanSansCN-Regular";
}
.service__text strong {
  display: block;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 34px;
  line-height: 1;
  color: #fff;
  font-size: 22px;
}
.service__text strong:before {
  position: absolute;
  left: 50%;
  margin-left: -19px;
  bottom: 0;
  content: "";
  width: 38px;
  height: 3px;
  background: #fff;
}
.service__text p {
  margin: auto;
  max-width: 100%;
  width: 280px;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  height: 64px;
}
.heigh-brand {
  padding: 158px 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.heigh-brand-text {
  margin: auto;
  text-align: center;
  width: 90%;
  font-family: "SourceHanSansCN-Regular";
}
.heigh-brand-text strong {
  display: block;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2;
}
.heigh-brand-text p {
  margin-top: 56px;
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6;
}
.regard {
  padding: 114px 0 156px;
}
.regard-imgs {
  float: left;
  position: relative;
  z-index: 3;
  width: 43.75%;
}
.regard-imgs:before {
  position: absolute;
  left: 13px;
  bottom: -17px;
  top: 3px;
  right: -14px;
  content: "";
  border: 2px solid #d1e8f5;
  z-index: -1;
}
.regard-imgs figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.regard-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.regard-list {
  float: right;
  padding-top: 65px;
  width: 50%;
}
.regard-item {
  margin-bottom: 70px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.regard-item:hover b {
  background: #1256ab;
  border-color: #1256ab;
  color: #fff;
}
.regard-item:hover .regard-texts strong,
.regard-item:hover .regard-texts p {
  color: #1256ab;
}
.regard-item:last-child {
  margin-bottom: 0;
}
.regard-item b {
  display: block;
  width: 90px;
  height: 66px;
  line-height: 66px;
  border-radius: 35px;
  border: 2px solid #d1e8f5;
  text-align: center;
  color: #1256ab;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  transition: 0.45s;
}
.regard-texts {
  margin-left: 50px;
  flex: 1;
  -webkit-flex: 1;
  font-family: "SourceHanSansCN-Regular";
}
.regard-texts strong {
  display: block;
  margin-bottom: 6px;
  line-height: 1.2;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  transition: 0.38s;
}
.regard-texts p {
  color: #666666;
  font-size: 16px;
  transition: 0.38s;
}
.regard-about {
  position: relative;
  z-index: 3;
  padding: 54px 0 188px;
  background: #f5f9fb;
}
.regrard-bgs {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 130px;
  width: 71.25%;
  z-index: -1;
}
.ragard-us {
  margin-left: 10%;
  padding: 80px 76px 74px;
  box-sizing: border-box;
  width: 780px;
  background: #fff;
}
.ragard-us-text {
  font-family: "SourceHanSansCN-Regular";
}
.ragard-us-text P {
  color: #666666;
  font-size: 16px;
  line-height: 2;
  text-indent: 28px;
}
.profile {
  padding: 84px 0 144px;
  background: #f4f4f4;
}
.profile-imgs {
  float: right;
  width: 45.57%;
  position: relative;
  z-index: 2;
}
.profile-imgs:before {
  position: absolute;
  left: -79px;
  bottom: 25px;
  z-index: -1;
  content: "";
  width: 142px;
  height: 175px;
  background: url(../images/profile.png) center no-repeat;
}
.profile-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.profile-content {
  font-family: "SourceHanSansCN-Regular";
  float: left;
  width: 43.75%;
}
.profile-dit {
  color: #999999;
  font-size: 16px;
  letter-spacing: 24px;
  line-height: 1;
}
.profile-text {
  margin-top: 104px;
}
.profile-text strong {
  display: block;
  margin-bottom: 40px;
  line-height: 1.1;
  color: #1256ab;
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase;
}
.profile-text p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
  text-indent: 34px;
  letter-spacing: 1px;
}
.us-project {
  padding: 108px 0 100px;
}
.project-tt {
  margin-bottom: 52px;
  text-align: center;
}
.project-tt strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1.1;
  color: #333333;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 2px;
}
.project-tt p {
  color: #666666;
  font-size: 18px;
}
.project-list li {
  float: left;
  margin-right: 2.45%;
  width: 31.7%;
  margin-bottom: 42px;
  text-align: center;
}
.project-list li:nth-child(3n+3) {
  margin-right: 0;
}
.project-list li figure {
  position: relative;
  display: block;
  padding-bottom: 55.5555%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.project-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.project-list li:hover figure img {
  transform: scale(1.1);
}
.project-list li:hover .project-texts strong {
  color: #1256ab;
}
.project-texts {
  margin-top: 28px;
  font-family: "SourceHanSansCN-Regular";
}
.project-texts strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #2c3441;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: normal;
  transition: 0.4s;
}
.project-texts p {
  color: #666666;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team {
  padding: 98px 0 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.team-wrap {
  margin: auto;
  width: 960px;
  font-family: "SourceHanSansCN-Regular";
}
.team-title {
  text-align: center;
  margin-bottom: 48px;
}
.team-title strong {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1;
  font-size: 36px;
  font-weight: normal;
}
.team-title p {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 16px;
}
.team-content {
  padding: 56px 8.333% 74px;
  background: #fff;
  text-align: center;
}
.team-content p {
  color: #666666;
  font-size: 16px;
  line-height: 2.2;
}
.team-content img {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
}
.service-tt1 {
  font-family: "SourceHanSansCN-Regular";
}
.service-tt1 strong {
  font-size: 36px;
  text-transform: uppercase;
}
.service-tt1 p {
  font-size: 16px;
  letter-spacing: 0px;
}
.profile-about .profile-imgs {
  width: 47.135%;
}
.profile-about .profile-imgs:before {
  display: none;
}
.profile-about .profile-content {
  position: relative;
  width: 46.54%;
}
.profile-about .profile-content:before {
  position: absolute;
  left: -87px;
  top: 50px;
  content: "";
  width: 49px;
  height: 60px;
  background: url(../images/profile.png) center no-repeat;
  background-size: cover;
}
.profile-about .profile-content .profile-text {
  margin-top: 50px;
}
.profile-about .profile-content .profile-text p {
  text-indent: 0px;
  letter-spacing: 0px;
}
.scopes {
  padding: 82px 0 0;
  text-align: center;
}
.scopes-lists {
  margin-top: 35px;
  display: flex;
  display: -webkit-flex;
}
.scopes-lists li {
  position: relative;
  height: 642px;
  width: 20%;
}
.scopes-lists li:nth-child(2n+2) {
  display: flex;
  display: -webkit-flex;
  flex-direction: column-reverse;
}
.scopes-lists li:nth-child(2n+2) .scopes-content:before {
  top: auto;
  bottom: -10px;
}
.scopes-lists li figure {
  display: block;
  height: 74%;
  background-position: center top;
  background-size: cover;
  transition: 0.5s;
}
.scopes-lists li:hover figure {
  height: 58.2%;
}
.scopes-lists li:hover .scopes-content {
  height: 41.8%;
  background: #1b8bcb;
}
.scopes-lists li:hover .scopes-content:before {
  opacity: 0;
  visibility: hidden;
}
.scopes-lists li:hover .scopes-content strong {
  font-size: 32px;
  color: #fff;
}
.scopes-lists li:hover .scopes-content b {
  color: #fff;
  font-size: 94px;
  opacity: 0.24;
  top: -80px;
}
.scopes-content {
  position: relative;
  box-sizing: border-box;
  padding-top: 50px;
  text-align: center;
  height: 26%;
  font-family: "SourceHanSansCN-Regular";
  background: #f5f5f5;
  transition: 0.5s;
}
.scopes-content:before {
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
  top: -10px;
  content: "";
  width: 3px;
  height: 40px;
  background: #eaeaea;
  transition: 0.45s;
}
.scopes-content strong {
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
  transition: 0.45s;
}
.scopes-content b {
  display: block;
  position: relative;
  top: 0;
  line-height: 1;
  color: #000000;
  font-size: 44px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.4;
  transition: 0.45s;
}
.product-center {
  padding: 120px 0 60px;
}
.product-center-list {
  margin-top: 44px;
  font-size: 0;
  text-align: center;
}
.product-center-list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 226px;
  text-align: center;
}
.product-center-list li:last-child {
  margin-right: 0;
}
.product-center-list li:hover b {
  color: #1256ab;
}
.product-center-list li:hover b:before {
  background: url(../images/corners3.png) center no-repeat;
  background-size: cover;
  transform: rotateY(180deg);
}
.product-center-list li:hover span {
  color: #1256ab;
}
.product-center-list li b {
  display: block;
  margin: auto;
  position: relative;
  z-index: 3;
  width: 82px;
  height: 95px;
  text-align: center;
  line-height: 95px;
  color: #aaaaaa;
  font-size: 35px;
  font-weight: normal;
  transition: 0.4s;
}
.product-center-list li b:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/corners2.png) center no-repeat;
  z-index: -1;
  transition: 0.5s;
}
.product-center-list li span {
  display: block;
  margin-top: 14px;
  line-height: 1;
  color: #666666;
  font-size: 16px;
  letter-spacing: 1px;
  transition: 0.4s;
}
.platform {
  padding: 106px 0 110px;
  background: #f6f8fa;
}
.platform-wrap {
  margin: auto;
  max-width: 90%;
  width: 1152px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.platform-img {
  width: 50%;
}
.platform-img img {
  width: 100%;
  height: auto;
}
.platform-texts {
  font-family: "SourceHanSansCN-Regular";
  width: 41.6666%;
}
.platform-texts strong {
  margin-bottom: 5px;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
}
.platform-texts p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.solution {
  padding-top: 150px;
  background-position: center;
  background-size: cover;
}
.solute-numble {
  position: relative;
  padding-bottom: 42px;
  color: #fff;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  display: flex;
  display: -webkit-flex;
}
.solute-numble:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 46px;
  height: 3px;
  background: #1256ab;
  border-radius: 2px;
}
.solute-numble b {
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
  color: #1256ab;
  font-size: 36px;
  font-weight: normal;
}
.solute-numble span {
  display: inline-block;
  position: relative;
  top: 16px;
}
.solute-top {
  margin: 0;
  width: 980px;
  max-width: 100%;
}
.solute-text-item {
  overflow: hidden;
  font-family: "SourceHanSansCN-Regular";
}
.solute-text-item strong {
  display: block;
  margin-bottom: 16px;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
}
.solute-text-item p {
  color: #fff;
  font-size: 16px;
  opacity: 0.5;
}
.solute-btn-box {
  position: relative;
  margin-top: 168px;
  padding-bottom: 70px;
  z-index: 3;
}
.solute-btn-box:before {
  position: absolute;
  left: 0;
  top: 49px;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.solute-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.solute-list li {
  text-align: center;
  cursor: pointer;
}
.solute-list li:hover span,
.solute-list li.active span {
  color: #1256ab;
}
.solute-list li:hover i:after,
.solute-list li.active i:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.solute-list li span {
  display: block;
  margin-bottom: 23px;
  line-height: 1.1;
  color: #fff;
  font-size: 18px;
  font-family: "SourceHanSansCN-Regular";
  transition: 0.4s;
}
.solute-list li i {
  display: block;
  margin: auto;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.solute-list li i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.solute-list li i:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.suolte-swiper {
  margin-top: 40px;
  position: relative;
}
.suolte-swiper .service-btn {
  left: auto;
  margin-top: 0;
  bottom: auto;
  top: 72px;
  right: 0;
}
.news-dynamic {
  padding: 93px 0 110px;
  background: #f1f1f1;
}
.news-hiddens {
  padding: 32px;
  background: #fff;
}
.news-swiper {
  position: relative;
}
.news-swiper .swiper-pagination {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  width: auto !important;
}
.news-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0;
  margin-left: 30px;
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  background: none;
}
.news-swiper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.news-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #1256ab;
}
.news-swiper .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background: #1256ab;
  border-radius: 50%;
}
.news-slide a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.news-slide a:hover figure img {
  transform: scale(1.04);
}
.news-slide a figure {
  display: block;
  width: 42.74%;
  overflow: hidden;
}
.news-slide a figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.68s;
}
.news-infos {
  width: 53.58%;
}
.news-infos strong {
  display: block;
  margin-bottom: 32px;
  line-height: 1.2;
  color: #1256ab;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
}
.news-infos p {
  color: #999999;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-infos span {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  line-height: 2;
  color: #1256ab;
  font-size: 16px;
}
.news-infos span:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1256ab;
}
.group-news {
  padding: 80px 0 0;
}
.group-tt {
  margin-bottom: 50px;
  color: #333333;
  font-size: 36px;
  line-height: 1;
}
.group-list li {
  float: left;
  margin-right: 3.125%;
  margin-bottom: 90px;
  width: 31.25%;
}
.group-list li:nth-child(3n+3) {
  margin-right: 0;
}
.group-list li figure {
  position: relative;
  display: block;
  padding-bottom: 58.3333%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.group-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.group-list li a:hover figure img {
  transform: scale(1.05);
}
.group-list li a:hover .group-down:before {
  width: 100%;
}
.group-list li a:hover .group-down strong {
  color: #1256ab;
}
.group-down {
  padding: 22px 14px 22px;
  position: relative;
}
.group-down:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #1256ab;
  transition: 0.6s;
}
.group-down strong {
  display: block;
  line-height: 1.6;
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  transition: 0.4s;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.group-down time {
  display: block;
  margin-top: 26px;
  line-height: 1;
  color: #999999;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.group-down span {
  display: block;
  position: absolute;
  right: 14px;
  bottom: 22px;
  line-height: 1;
  color: #1256ab;
  font-size: 16px;
}
.party {
  padding-top: 74px;
  background-position: center bottom;
  background-size: cover;
}
.party-wrap {
  margin: auto;
  width: 1523px;
  max-width: 90%;
  line-height: 0;
}
.party-wrap img {
  width: 100%;
  height: auto;
}
.branch-title {
  padding: 64px 0 50px;
  text-align: center;
}
.branch-title strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  color: #2c3441;
  font-size: 36px;
  font-weight: normal;
}
.branch-title small {
  display: block;
  line-height: 1;
  color: #999999;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.branch {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.branch-btn {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
  transition: 0.4s;
}
.branch-btn.prev {
  left: 6.77%;
}
.branch-btn.next {
  right: 6.77%;
}
.branch-btn:hover {
  color: #1256ab;
}
.branch-wraps {
  position: relative;
  width: 75%;
  margin-left: 15%;
}
.branch-swiper {
  position: relative;
}
.branch-img-swiper {
  margin-bottom: -1px;
  width: 40%;
  line-height: 0;
}
.branch-img-item {
  float: left;
  width: 100%;
}
.branch-img-item figure {
  position: relative;
  display: block;
  padding-bottom: 133.159%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.branch-img-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.branch-img-item figure img {
  height: auto;
  background: #3b3f54;
}
.branch-text {
  position: absolute;
  left: 46.6666%;
  top: 24.86%;
  width: 384px;
}
.branch-text-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
}
.branch-text-item.show {
  opacity: 1;
  visibility: visible;
  transition: 0.58s;
  transform: translateY(0px);
}
.branch-text-item strong {
  display: block;
  margin-bottom: 30px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}
.branch-text-item span {
  display: block;
  margin-bottom: 26px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
}
.branch-text-item p {
  color: #ffffff;
  font-size: 14px;
  line-height: 2;
}
.branch-min {
  position: absolute;
  right: -15px;
  bottom: 9.215%;
  width: 54.3333%;
  padding: 0 15px;
}
.branch-min-item {
  float: left;
  width: 25%;
  cursor: pointer;
}
.branch-min-item.slick-current .brand-margin:before {
  opacity: 1;
  visibility: visible;
}
.branch-min-item .brand-margin {
  margin: 0 15px;
  position: relative;
}
.branch-min-item .brand-margin:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #1256ab;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.branch-min-item:hover figure img {
  transform: scale(1.1);
}
.branch-min-item figure {
  position: relative;
  display: block;
  padding-bottom: 133.159%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.branch-min-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.branch-min-item figure img {
  height: auto;
}
.party-box {
  padding-top: 92px;
  background: #f1f1f1;
}
.partys-list li {
  margin-bottom: 40px;
}
.partys-list li a {
  display: block;
  position: relative;
  padding: 15px 25px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.partys-list li a:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  border-left: 24px solid transparent;
  border-top: 26px solid #1256ab;
  opacity: 0;
  visibility: hidden;
  transition: 0.38s;
}
.partys-list li a:hover {
  border-color: #1256ab;
}
.partys-list li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.partys-list li a:hover figure img {
  transform: scale(1.1);
}
.partys-list li a:hover .party-fixs strong,
.partys-list li a:hover .party-fixs p {
  color: #1256ab;
}
.partys-news {
  float: left;
  width: 280px;
}
.partys-news figure {
  position: relative;
  display: block;
  padding-bottom: 67.14%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.partys-news figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.partys-news figure img {
  height: auto;
}
.party-fixs {
  padding-top: 20px;
  margin-left: 336px;
}
.party-fixs strong {
  display: block;
  margin-bottom: 26px;
  line-height: 1.2;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
  transition: 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.party-fixs p {
  color: #666666;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.35s;
}
.party-fixs span {
  display: inline-block;
  margin-top: 22px;
  color: #1256ab;
  font-size: 14px;
}
.party-view {
  padding: 72px 0 100px;
  background: #f1f1f1;
}
.manage {
  position: relative;
  height: 100vh;
}
.manage-tab {
  position: relative;
}
.manage-slide:last-child {
  height: auto;
  overflow: hidden;
}
.manage-slide:last-child .manage-hidden {
  height: 100vh;
}
.manage-item {
  position: absolute;
  height: 300px;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
}
.manage-item.show {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.58s;
}
.manage-btns {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 370px;
}
.manage-btn-item {
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.manage-btn-item:first-child {
  margin-bottom: 90px;
}
.manage-btn-item:hover span:before,
.manage-btn-item.active span:before {
  width: 100%;
}
.manage-btn-item:hover i,
.manage-btn-item.active i {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.manage-btn-item span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 58px;
}
.manage-btn-item span:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.45s;
}
.manage-btn-item i {
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.manage-slide {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.manage-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.manage-slide.swiper-slide-active .manage-fix {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  transition-delay: 0.4s;
}
.manage-fix {
  position: absolute;
  left: 10%;
  top: 44%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 670px;
  opacity: 0;
  visibility: hidden;
  margin-top: 120px;
  transition: 0.8s;
}
.manage-fix .solute-numble:before {
  display: none;
}
.manage-fix .solute-numble b {
  font-size: 36px;
}
.manage-fix strong {
  display: block;
  margin-bottom: 46px;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
}
.manage-fix p {
  color: #f1f1f1;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 2px;
}
.manage-slide:nth-child(2n+2) .manage-fix {
  left: auto;
  right: 10%;
}
.manage-down {
  position: absolute;
  left: 0;
  bottom: 62px;
  z-index: 10;
  width: 100%;
}
.manage-down:before {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 25px;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.2;
}
.manage-hidden {
  height: 100%;
}
.manage-li {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.manage-li li {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  padding: 0 40px;
  border-radius: 25px;
  transition: 0.4s;
  white-space: nowrap;
}
.manage-li li:hover,
.manage-li li.active {
  background: #1256ab;
}
.ralate {
  position: relative;
  background: url(../images/house1.png) right bottom no-repeat;
}
.ralate .service-btn {
  left: 60%;
  margin-left: 0;
  bottom: 120px;
  z-index: 10;
}
.ralate .service-btn span {
  border-radius: 50%;
  border: 1px solid #dddddd;
  color: #dddddd;
}
.relate-swiper {
  float: left;
  width: 50%;
}
.relate-slide {
  overflow: hidden;
}
.relate-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.relate-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.ralate-content {
  float: right;
  margin-right: 10%;
  padding-top: 130px;
  width: 30.1%;
}
.ralate-content .solute-numble {
  padding-bottom: 0;
  margin-bottom: 54px;
  color: #666666;
}
.ralate-content .solute-numble:before {
  display: none;
}
.relate-text {
  position: relative;
}
.relate-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
}
.relate-item.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.65s;
}
.relate-item strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
  color: #333333;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 3px;
}
.relate-item strong small {
  display: inline-block;
  margin-left: 13px;
  color: #1256ab;
  line-height: 1;
  font-size: 24px;
  font-weight: lighter;
  padding-left: 18px;
  border-left: 1px solid #1256ab;
  text-transform: uppercase;
}
.relate-item p {
  color: #666666;
  font-size: 16px;
  line-height: 2.2;
  text-indent: 34px;
  letter-spacing: 1px;
}
.customer {
  padding: 92px 0 168px;
  background-position: center bottom;
  background-size: cover;
}
.maps {
  float: right;
  width: 32.55%;
  height: 392px;
}
.customer-contact {
  float: left;
  width: 62.5%;
}
.customer-top {
  margin-bottom: 8.3333%;
}
.customer-top strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1.1;
  color: #1256ab;
  font-size: 30px;
  font-weight: normal;
}
.customer-top p {
  color: #666666;
  font-size: 16px;
  line-height: 2.4;
}
.customer-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.customer-item {
  text-align: center;
}
.customer-item b {
  display: block;
  margin-bottom: 44px;
  text-align: center;
  color: #666666;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
}
.customer-item span {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #333333;
  font-size: 16px;
}
.customer-item p {
  color: #333333;
  font-size: 18px;
  font-family: "Avian Regular";
}
.maps .BMap_bubble_title {
  text-align: center;
  margin: auto;
  height: auto !important;
  color: #666666;
  width: 126px !important;
  white-space: normal !important;
  font-size: 14px !important;
  font-weight: bold;
}
.view-wrap {
  padding: 90px 6.25% 110px;
  background: #fff;
  font-size: 0;
}
.party-time {
  display: inline-block;
  position: sticky;
  left: 0;
  top: 100px;
  width: 9.82%;
}
.party-year {
  padding: 24px 22px;
  text-align: center;
  background: #1256ab;
}
.party-year b {
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 50px;
  line-height: 1;
  font-weight: normal;
  font-family: "Helvetica";
}
.party-year time {
  display: block;
  margin-top: 15px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
.view-prev {
  margin-top: 132px;
}
.view-btn {
  margin-bottom: 38px;
}
.view-btn a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.view-btn a:hover span {
  color: #1256ab;
}
.view-btn a i {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  background: #1256ab;
}
.view-btn a span {
  display: block;
  margin-left: 8px;
  line-height: 40px;
  color: #666666;
  font-size: 16px;
  transition: 0.4s;
}
.views-content {
  display: inline-block;
  margin-left: 5.58%;
  width: 84.59%;
  vertical-align: top;
}
.views-title {
  margin-bottom: 34px;
}
.views-title strong {
  display: block;
  margin-bottom: 40px;
  color: #333333;
  font-size: 28px;
  font-weight: normal;
}
.views-title p {
  color: #1256ab;
  font-size: 16px;
}
.views-text {
  color: #333333;
  font-size: 16px;
}
.views-text img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.city__banner {
  position: absolute;
  left: 10.1563vw;
  top: 50%;
  transform: translateY(-50%);
}
.city__banner small {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.city__banner strong {
  display: block;
  position: relative;
  padding-bottom: 36px;
  letter-spacing: 3px;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
}
.city__banner strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 50px;
  height: 4px;
  background: #fff;
}
.city__banner p {
  margin-top: 52px;
  color: #fff;
  font-size: 16px;
}
.zic {
  padding-top: 0.5rem;
  padding-bottom: 6.5104vw;
  position: relative;
  z-index: 0;
}
.zic:before {
  position: absolute;
  left: 0;
  bottom: -18vw;
  z-index: -1;
  content: "";
  width: 100%;
  height: 36.98vw;
  background: #FAFAFA;
}
.zic__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.zic__fix {
  width: 73%;
}
.zic__title {
  position: relative;
  padding-top: 38px;
  z-index: 2;
}
.zic__title small {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  line-height: 1;
  font-size: 60px;
  font-weight: bold;
  background: linear-gradient(to bottom, rgba(0, 139, 196, 0.19), rgba(245, 245, 245, 0));
  /* Standard syntax */
  -webkit-background-clip: text;
  /* Safari/Chrome */
  background-clip: text;
  color: transparent;
}
.zic__title strong {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 36px;
  letter-spacing: 7px;
  font-weight: normal;
}
.zic__texts {
  margin-top: 43px;
  color: #333333;
  font-size: 16px;
  line-height: 2;
  text-indent: 32px;
}
.zic__texts p {
  margin-bottom: 20px;
}
.zic__texts p:last-child {
  margin-bottom: 0;
}
.zic__imgs {
  width: 25%;
}
.zic__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.highlights {
  position: relative;
}
.highlights__list {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
}
.highlights__list li {
  margin-right: 1.88vw;
  position: relative;
  flex: 1;
  width: 0;
  height: 31.77vw;
  border: 1px solid #E2E2E2;
}
.highlights__list li:last-child {
  margin-right: 0;
}
.highlights__list li:hover figure {
  filter: grayscale(0%);
  height: 100% !important;
}
.highlights__list li:hover .highlights__right {
  opacity: 0;
  visibility: hidden;
}
.highlights__list li:hover .highlights__wr {
  opacity: 1;
  visibility: visible;
}
.highlights__list li:nth-child(2n+2) figure {
  height: 78.36%;
}
.highlights__list li:nth-child(2n+2) .highlights__right {
  bottom: 86.66%;
}
.highlights__list li figure {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  filter: grayscale(90%);
  overflow: hidden;
  transition: 0.65s;
}
.highlights__list li figure img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.highlights__right {
  position: absolute;
  right: 0.24rem;
  bottom: 60%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.4s;
}
.highlights__right p {
  width: 0.24rem;
  font-size: 0.24rem;
  color: #222;
  line-height: 1.4;
  font-weight: 700;
}
.highlights__right p i {
  margin-bottom: 30px;
  display: block;
  font-style: normal;
  transform: rotate(90deg);
}
.highlights__wr {
  position: absolute;
  left: 0;
  top: 20.5%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.highlights__wr strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}
.service__projects {
  padding: 112px 0 124px;
}
.requirements__wr {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.requirements__item {
  width: 27.14%;
}
.requirements__item strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.1;
  color: #A0A0A0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.requirements__info {
  padding: 1.8229vw 2.0833vw 13px;
  box-shadow: 1px 7px 23px rgba(0, 69, 98, 0.2);
  border-radius: 6px;
}
.requirements__info span {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  background: #A0A0A0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.requirements__info p {
  margin-bottom: 20px;
  color: #000000;
  font-size: 14px;
}
.requirements__img {
  width: 41.2%;
}
.requirements__img img {
  display: block;
  width: 100%;
  height: auto;
}
.requirements__item1 strong {
  color: #1256ab;
}
.requirements__item1 .requirements__info {
  background: #1256ab;
}
.requirements__item1 .requirements__info span {
  background: #fff;
  color: #1256ab;
}
.requirements__item1 .requirements__info p {
  color: #fff;
}
.requirements__content {
  margin-top: 50px;
  padding: 2.0833vw 3.5417vw;
  box-shadow: 1px 7px 23px rgba(0, 69, 98, 0.2);
  border-radius: 6px;
  color: #000000;
  font-size: 19px;
}
.requirements__content b {
  color: #1256ab;
  font-weight: normal;
}
.intelligent {
  padding: 112px 0 66px;
  background: linear-gradient(to bottom, #1256ab 0%, #00435E 100%);
}
.intelligent__info {
  margin: auto;
  margin-top: 46px;
  box-sizing: border-box;
  position: relative;
  padding: 0 50px;
  max-width: 100%;
  width: 1210px;
}
.intelligent__info:before {
  position: absolute;
  left: 0;
  top: -20px;
  content: "“";
  color: #fff;
  opacity: 0.15;
  line-height: 1;
  font-size: 120px;
  font-family: Arial, Helvetica, sans-serif;
}
.intelligent__info:after {
  position: absolute;
  right: 0;
  top: 120%;
  content: "”";
  color: #fff;
  opacity: 0.15;
  line-height: 0.5;
  font-size: 120px;
  font-family: Arial, Helvetica, sans-serif;
}
.intelligent__info p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 2;
  opacity: 0.8;
}
.renovations {
  position: relative;
  margin: auto;
  margin-top: 80px;
  width: 1430px;
}
.renovations figure {
  display: block;
  text-align: center;
}
.renovations figure img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.renovate__fix {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.renovate__fix strong {
  display: block;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: lighter;
}
.renovate__fix p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: lighter;
}
.platform__fix {
  padding: 20.625vw 10.1042vw 13.5417vw;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.platform__text {
  width: 470px;
}
.platform__title {
  margin-bottom: 4.4792vw;
}
.platform__title strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 5px;
}
.platform__title small {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 16px;
}
.platform__in {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.solute__list > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solute__list > li:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.solute__imgs {
  width: 50%;
}
.solute__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.solute__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.solute__wr {
  box-sizing: border-box;
  padding: 0 10.4167vw;
  width: 50%;
}
.solute__wr .show-title {
  text-align: left;
}
.solute__wr .show-title strong,
.solute__wr .show-title small {
  text-align: left;
}
.solute__texts {
  padding-top: 2.6042vw;
  margin-bottom: 26px;
  height: 115px;
  color: #333333;
  font-size: 16px;
}
.emergencys li {
  margin-bottom: 20px;
  padding: 1.3021vw 1.875vw 1.5625vw 2.0833vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #1256ab;
  border-radius: 12px;
  transition: 0.5s;
}
.emergencys li:hover {
  background: #1256ab;
}
.emergencys li:hover b img.show {
  opacity: 0;
  visibility: hidden;
}
.emergencys li:hover b img.hide {
  opacity: 1;
  visibility: visible;
}
.emergencys li:hover .emergency__text strong,
.emergencys li:hover .emergency__text p {
  color: #fff;
}
.emergencys li b {
  display: block;
  position: relative;
  width: 3.8542vw;
  height: 3.8542vw;
}
.emergencys li b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.38s;
}
.emergencys li b img.hide {
  opacity: 0;
  visibility: hidden;
}
.emergency__text {
  padding-left: 35px;
  width: 0;
  flex: 1;
}
.emergency__text strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1.2;
  color: #1256ab;
  font-size: 20px;
  font-weight: normal;
  transition: 0.4s;
}
.emergency__text p {
  color: #666666;
  font-size: 14px;
  transition: 0.4s;
}
.periodic {
  display: flex;
  flex-wrap: wrap;
}
.periodic li {
  position: relative;
  z-index: 2;
  margin-right: 4.8%;
  margin-bottom: 28px;
  box-sizing: border-box;
  padding: 1.6667vw 1.4583vw 10px;
  width: 47.6%;
  border: 1px solid #1256ab;
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
}
.periodic li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #1256ab;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.55s;
  z-index: -1;
}
.periodic li:hover,
.periodic li.active {
  color: #1256ab;
}
.periodic li:hover:before,
.periodic li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.periodic li:hover {
  border-color: #1256ab;
}
.periodic li:hover b img.show {
  opacity: 0;
  visibility: hidden;
}
.periodic li:hover b img.hide {
  opacity: 1;
  visibility: visible;
}
.periodic li:hover strong,
.periodic li:hover p {
  color: #fff;
}
.periodic li:nth-child(2n+2) {
  margin-right: 0;
}
.periodic li b {
  display: block;
  position: relative;
  margin: auto;
  width: 36px;
  height: 36px;
}
.periodic li b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.4s;
}
.periodic li b img.hide {
  opacity: 0;
  visibility: hidden;
}
.periodic li strong {
  display: block;
  margin-top: 10px;
  margin-bottom: 6px;
  color: #1256ab;
  font-size: 20px;
  font-weight: normal;
  transition: 0.4s;
}
.periodic li p {
  color: #666666;
  font-size: 14px;
  min-height: 80px;
  transition: 0.4s;
}
.culture__boxs {
  padding-top: 62px;
}
.culture__list {
  margin-top: 46px;
  display: flex;
}
.culture__list li {
  flex: 1;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 800px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.5s;
}
.culture__list li:hover {
  background: rgba(0, 139, 196, 0.9);
}
.culture__list li:hover .culture__wr p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 100;
  -webkit-box-orient: vertical;
  text-align: left;
}
.culture__list li:last-child {
  border-right: none;
}
.culture__wr {
  box-sizing: border-box;
  padding: 0 4.1667vw;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.culture__wr b {
  display: block;
  margin: auto;
  position: relative;
  width: 142px;
  height: 142px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.culture__wr b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.culture__wr strong {
  display: block;
  margin-top: 3.4375vw;
  margin-bottom: 3.4375vw;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.culture__wr p {
  margin: auto;
  color: #fff;
  font-size: 16px;
  opacity: 0.5;
  width: 216px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.guarantee {
  padding-top: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.guarantee__imgs {
  width: 50%;
}
.guarantee__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 76.25%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.guarantee__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.guarantee__fixs {
  flex: 1;
  width: 0;
  padding: 0 10.9375vw 0 10.1042vw;
}
.guarantee__fixs .show-title strong,
.guarantee__fixs .show-title small {
  text-align: left;
}
.guarantee__test {
  margin-top: 4.6875vw;
  color: #333333;
  font-size: 16px;
  text-indent: 32px;
  line-height: 2;
}
.mode__box {
  padding: 75px 0 120px;
}
.mode__list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.mode__list li {
  margin-right: 42px;
  position: relative;
  z-index: 2;
  padding: 3.02vw 2.6vw 36px;
  border-radius: 6px;
  box-shadow: 1px 7px 23px rgba(0, 69, 98, 0.2);
  flex: 1;
}
.mode__list li:last-child {
  margin-right: 0;
}
.mode__list li small {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  color: #1256ab;
  opacity: 0.1;
  font-size: 120px;
}
.mode__top {
  margin-bottom: 26px;
}
.mode__top strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #1256ab;
  font-size: 24px;
  font-weight: normal;
}
.mode__top p {
  display: block;
  color: #999999;
  font-size: 14px;
  text-transform: uppercase;
  min-height: 36px;
  line-height: 1.4;
}
.mode__li {
  margin-top: 25px;
}
.mode__item {
  display: flex;
  align-items: flex-start;
  padding: 0.94vw 12px 0.94vw 1.35vw;
  margin-bottom: 16px;
  border: 1px solid rgba(0, 139, 196, 0.4);
  border-radius: 6px;
}
.mode__item:hover .mode__info strong {
  color: #1256ab;
}
.mode__item b {
  display: block;
  line-height: 1;
  width: 2.86vw;
}
.mode__item b img {
  display: block;
  width: 100%;
  height: auto;
}
.mode__info {
  padding-left: 1.04vw;
  padding-top: 4px;
  width: 0;
  flex: 1;
}
.mode__info strong {
  display: block;
  margin-bottom: 6px;
  line-height: 1.2;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  transition: 0.4s;
}
.mode__info p {
  color: #666;
  font-size: 14px;
}
.order__box {
  padding: 75px 0 100px;
}
.order__form {
  margin-top: 60px;
}
.order__row {
  display: flex;
  justify-content: space-between;
}
.order__item {
  margin-bottom: 50px;
  width: 49%;
}
.order__item p {
  margin-bottom: 30px;
  line-height: 1;
  color: #000000;
  font-size: 22px;
}
.order__item p i {
  font-style: normal;
  color: #E7302A;
}
.order__item .text {
  box-sizing: border-box;
  padding-left: 30px;
  width: 100%;
  height: 80px;
  border: 1px solid #8D9BAC;
  background: #fff;
  border-radius: 12px;
  color: #999999;
  font-size: 18px;
  line-height: 78px;
  outline: none;
  transition: 0.35s;
}
.order__item .text::-webkit-input-placeholder {
  color: #999999;
}
.order__item .text:focus {
  border-color: #1256ab;
}
.order__item .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.order__item1 {
  width: 100%;
}
.order__item1 .text {
  padding-top: 20px;
  height: 250px;
  line-height: 1.5;
  font-family: "微软雅黑";
}
.order__sub {
  padding-top: 9px;
  text-align: center;
}
.order__sub .sub {
  display: block;
  margin: auto;
  border: 0;
  width: 200px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 32px;
  color: #fff;
  outline: none;
  transition: 0.4s;
  background: #1256ab;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.order__sub .sub:hover {
  background: rgba(0, 139, 196, 0.9);
}
.city__btns {
  margin-top: 35px;
  display: flex;
  align-items: center;
}
.city__btns a {
  display: inline-block;
  margin-right: 20px;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #1256ab;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
}
.city__btns a:hover {
  background: #00B5FF;
}
.city__eqs {
  position: relative;
}
.city__eqs:hover .load__eq {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.load__eq {
  position: absolute;
  left: 100%;
  top: 0;
  width: 1.6rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
}
.load__eq img {
  display: block;
  width: 100%;
  height: auto;
}
.load__eq span {
  display: block;
  padding: 0 0.07rem 0.1rem;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
}
.zic__video {
  position: relative;
  overflow: hidden;
}
.zic__video figure {
  position: relative;
  display: block;
  padding-bottom: 45.75%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.zic__video figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
}
.zic__video .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.video__btns {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/videobtns.png) center no-repeat;
  background-size: cover;
  z-index: 3;
  cursor: pointer;
}
.city__vs {
  display: flex;
  background: linear-gradient(102deg, rgba(245, 252, 255, 0.29) 0.31%, rgba(212, 228, 235, 0.29) 43.35%, rgba(218, 235, 242, 0.29) 100.41%);
}
.city__vs--item {
  padding: 8.0208vw 0 5.5729vw 10.1563vw;
  flex: 1;
}
.city__vs--item:nth-child(2) {
  padding: 8.0208vw 10.1563vw 5.5729vw 0;
  background: #1256ab;
}
.city__vs--item:nth-child(2) .vs__title {
  text-align: left;
  padding-right: 0;
  padding-left: 8.125vw;
  color: #fff;
  font-weight: bold;
}
.vs__title {
  display: block;
  padding-right: 8.125vw;
  text-align: right;
  margin-bottom: 3.5937vw;
  line-height: 1;
  color: #666;
  font-size: 0.36rem;
  font-weight: 400;
}
.city__vs {
  position: relative;
}
.modes__list li {
  padding-left: 2.6042vw;
  padding-right: 8.3333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.24rem;
  border-bottom: 1px dashed rgba(0, 139, 196, 0.5);
}
.modes__list li strong {
  display: block;
  width: 1.58rem;
  height: 0.62rem;
  text-align: center;
  line-height: 0.62rem;
  border: 1px solid #1256ab;
  border-radius: 4px;
  color: #1256ab;
  font-size: 0.24rem;
  font-weight: 400;
}
.modes__list li p {
  padding-left: 0.37rem;
  color: #666666;
  font-size: 16px;
  background: url(../images/close1.png) left 2px no-repeat;
  background-size: 0.24rem auto;
}
.wisdoms li {
  display: flex;
  align-items: center;
  padding-left: 8.3333vw;
  height: 1.24rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.wisdoms li p {
  padding-left: 0.54rem;
  color: #fff;
  font-size: 16px;
  background: url(../images/mode1.png) left center no-repeat;
  background-size: 0.36rem auto;
  line-height: 0.36rem;
}
.vs__logos {
  position: absolute;
  left: 50%;
  margin-left: -0.73rem;
  top: 5.4167vw;
  width: 1.47rem;
  border-radius: 50%;
  height: 1.47rem;
  text-align: center;
  line-height: 1.47rem;
  color: #1256ab;
  font-size: 0.64rem;
  background: #fff;
  font-family: "Helvetica";
  font-weight: bold;
}
.service__mode {
  margin: 4.6875vw 0 5.8333vw;
}
.service__mode--list {
  padding: 2.8125vw 2.6042vw;
  margin-top: 0.52rem;
  align-items: flex-start;
  display: flex;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 1px 7px 23px 0px rgba(0, 69, 98, 0.2);
}
.service__mode--info {
  flex: 1;
  width: 0;
}
.sertt {
  display: block;
  text-align: center;
  line-height: 0.8rem;
  height: 0.8rem;
  background: #1256ab;
  color: #fff;
  font-size: 0.24rem;
  font-weight: 700;
  border-radius: 6px;
}
.service__mode--li {
  margin-top: 0.3rem;
}
.service__mode--li li {
  margin-bottom: 0.2rem;
  padding: 0.23rem 0.3rem;
  border: 1px dashed #1256ab;
  border-radius: 6px;
  box-sizing: border-box;
  min-height: 138px;
}
.service__mode--li li:last-child {
  margin-bottom: 0;
}
.service__mode--li li strong {
  display: block;
  margin-bottom: 8px;
  color: #1256ab;
  font-size: 0.18rem;
}
.service__mode--li li p {
  color: #333;
  font-size: 14px;
}
.mode__add {
  margin: 0 0.26rem;
  width: 0.96rem;
  height: 0.96rem;
  text-align: center;
  line-height: 0.86rem;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 900;
  background: #1256ab;
  border-radius: 50%;
}
.applicate__boxs {
  padding: 4.84vw 0 0;
  background: linear-gradient(102deg, rgba(245, 252, 255, 0.29) 0.31%, rgba(212, 228, 235, 0.29) 43.35%, rgba(218, 235, 242, 0.29) 100.41%);
}
.applicate__infos {
  margin: auto;
  margin-top: 0.3rem;
  width: 8.03rem;
  max-width: 100%;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 2;
}
.applicate__down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -5.21vw 0;
}
.applicate__li {
  position: relative;
  z-index: 3;
  flex: 1;
  width: 0;
}
.applicate__li li {
  margin-bottom: 2.71vw;
  display: flex;
  align-items: center;
}
.applicate__li li:last-child {
  margin-bottom: 0;
}
.applicate__li li b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.48rem;
  height: 0.48rem;
  border: 1px solid #1256ab;
  border-radius: 2px;
}
.applicate__li li b img {
  width: auto;
  max-width: 80%;
  max-height: 80%;
}
.applicate__text {
  flex: 1;
  margin-left: 0.22rem;
}
.applicate__text strong {
  display: block;
  line-height: 1.8;
  color: #1256ab;
  font-size: 16px;
}
.applicate__text p {
  color: #333;
  font-size: 14px;
}
.applicate__imgs {
  margin: 0 -22.4vw;
  width: 53.91vw;
}
.applicate__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.applicate__li--right li {
  flex-direction: row-reverse;
}
.applicate__li--right li .applicate__text {
  margin-left: 0;
  margin-right: 0.2rem;
  text-align: right;
}
.highlights {
  padding: 1rem 0 0.9rem;
  background: #fff;
}
.service__value {
  padding: 0.83rem 0 1.18rem;
  background: linear-gradient(102deg, rgba(245, 252, 255, 0.29) 0.31%, rgba(212, 228, 235, 0.29) 43.35%, rgba(218, 235, 242, 0.29) 100.41%);
}
.service__value--li {
  margin-top: 0.47rem;
  display: flex;
  justify-content: space-between;
}
.service__value--li li {
  margin-right: 1.56vw;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service__value--li li:last-child {
  margin-right: 0;
}
.service__value--li li strong {
  display: block;
  margin-bottom: 0.17rem;
  position: relative;
  width: 100%;
  height: 0.69rem;
  line-height: 0.69rem;
  border-radius: 6px;
  text-align: center;
  background: #1256ab;
  color: #fff;
  font-size: 0.24rem;
}
.service__value--li li strong:before {
  position: absolute;
  left: 50%;
  margin-left: -0.13rem;
  bottom: -0.08rem;
  content: "";
  border-left: 0.13rem solid transparent;
  border-right: 0.13rem solid transparent;
  border-top: 0.16rem solid #1256ab;
}
.service__value--fix {
  position: relative;
  z-index: 2;
  padding: 1.56vw 0.12rem 4.17vw;
  flex: 1;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 13px 32px 0px rgba(0, 139, 196, 0.05);
}
.service__value--fix p {
  color: #333;
  line-height: 2.5;
  font-size: 16px;
  text-align: center;
}
.service__value--fix img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  max-width: 7.71vw;
}
.experience {
  padding: 0.94rem 0 1.05rem;
}
.experience__info {
  margin-top: 0.44rem;
  padding: 0.57rem 5.21vw 0.6rem;
  background: rgba(216, 231, 237, 0.3);
}
.experience__title {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  text-align: center;
  color: #333;
  font-size: 0.24rem;
  font-weight: normal;
}
.experience__row {
  display: flex;
  justify-content: space-between;
}
.experience__item {
  flex: 1;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
.experience__item:last-child {
  margin-right: 0;
}
.experience__item .text {
  box-sizing: border-box;
  padding-left: 0.3rem;
  height: 0.8rem;
  line-height: 0.8rem;
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 4px;
  color: #333;
  font-size: 0.18rem;
  font-family: "Microsoft Yahei";
}
.experience__item .text::-webkit-input-placeholder {
  color: #333;
}
.experience__item .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.experience__item .text.textareas {
  padding-top: 0.2rem;
  height: 3rem;
  resize: none;
  line-height: 1.6;
}
.experience__sub {
  padding-top: 0.2rem;
  text-align: center;
}
.experience__sub .subs {
  padding: 0;
  margin: auto;
  border: none;
  width: 2rem;
  height: 0.64rem;
  text-align: center;
  line-height: 0.64rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 700;
  background: #1256ab;
  border-radius: 0.32rem;
  cursor: pointer;
  transition: 0.4s;
}
.experience__sub .subs:hover {
  background: rgba(0, 139, 196, 0.8);
}



.site-footer{
    background:rgba(0,47,104,1);
    padding-top:80px;
    padding-bottom:40px;
    position:relative;
}
.site-footer:before{background:url(../images/footer_bj.png) no-repeat; width:100%; position:absolute;left:0;top:0; content:""; height:100%;}
@media(min-width:1700px){
    .site-footer::before{
        background-size:100%;
        top:-16px
    }
}
@media(min-width:1200px){
    .site-footer{
        padding-top:100px;
        padding-bottom:76px
    }
}
.site-footer [class*=site-footer__shape-]{
    display:none
}
@media(min-width:768px){
    .site-footer [class*=site-footer__shape-]{
        display:block;
        position:absolute
    }
}
.site-footer__shape-1{
    bottom:-45px;
    right:-15px
}
.site-footer__shape-2{
    bottom:-85px;
    left:96px;
    mix-blend-mode:luminosity
}
.footer-widget{
    margin-bottom:40px
}
.footer-widget__title{
    margin:0;
    font-size:16px;
    color:#fff;
    font-weight:700;
    line-height:1;
    margin-bottom:25px
}
@media(min-width:1200px){
    .footer-widget__title{
        margin-bottom:50px
    }
}
.footer-widget p{
    font-size:14px;
    color:#5e5e5e;
    max-width:271px;
    margin:0;
    margin-top:25px
}
@media(min-width:1200px){
    .footer-widget p{
        font-size:15px;
        max-width:291px;
        margin-top:15px
    }
}
.footer-widget .mc-form{
    width:100%;
    max-width:300px;
    background-color:#fff;
    border-radius:5px;
    height:50px;
    position:relative;
    margin-top:15px;
    margin-bottom:20px
}
@media(min-width:1200px){
    .footer-widget .mc-form{
        height:60px;
        margin-bottom:30px
    }
}
.footer-widget .mc-form input[type=text],.footer-widget .mc-form input[type=email]{
    width:100%;
    border:none;
    display:block;
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    height:100%;
    border-radius:5px;
    background-color:#fff;
    color:#6e7673;
    font-size:14px;
    padding-left:30px
}
.footer-widget .mc-form button[type=submit]{
    border:none;
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    width:auto;
    font-size:20px;
    color:var(--thm-base);
    background-color:transparent;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    right:20px
}
.footer-widget__Logo{
    position:relative
}
@media(min-width:1200px){
    .footer-widget__Logo{
        top:-15px
    }
}
.footer__social{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.footer__social a{
    font-size:16px;
    color:#fff;
    -webkit-transition:all 500ms ease;
    transition:all 500ms ease
}
@media(min-width:1200px){
    .footer__social a{
        font-size:18px
    }
}
.footer__social a:hover{
    color:var(--thm-primary)
}
.footer__social a+a{
    margin-left:10px
}
@media(min-width:1200px){
    .footer__social a+a{
        margin-left:35px
    }
}
@media(min-width:1200px){
    .footer-widget__links-widget{
        margin-left:-30px
    }
}
.footer-widget__links{
    margin:0;
    margin-top:-10px
}
.footer-widget__links li{
    position:relative
}
@media(min-width:1200px){
    .footer-widget__links li+li{
        margin-top:5px
    }
}

.footer-social ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px; margin-left:0 !important; padding-inline-start:0px;
}
.footer-social ul li {
	display: block;
	margin-right: 13px;
}
.footer-social ul li a {
	width: 44px;
	height: 44px;
	background-color: rgb(59, 89, 152);
	display: block;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
}
.footer-social ul li:nth-child(2) a {
	background: #55acee;
}
.footer-social ul li:nth-child(3) a {
	background: #d71e18;
}
.footer-social ul li:nth-child(4) a {
	background: #1565c0;
}
@media(min-width:1200px){
    .footer-widget__links li::before{
        font-size:15px
    }
}
.footer-widget__links li a{
    display:block;
    color:#fff;
    font-size:14px;
    -webkit-transition:all 500ms ease;
    transition:all 500ms ease
}
@media(min-width:1200px){
    .footer-widget__links li a{
        font-size:15px
    }
}
.footer-widget__links li:hover::before,.footer-widget__links li:hover a{
    color:#ff9c00
}
.footer-widget__post li{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.footer-widget__post li+li{
    margin-top:30px
}
.footer-widget__post li>img{
    width:70px;
    height:69px;
    margin-right:20px;
    -ms-flex-negative:0;
    flex-shrink:0
}
@media(min-width:1200px){
    .footer-widget__post-content{
        margin-top:-13px
    }
}
.footer-widget__post-content h4{
    margin:0;
    font-size:14px;
    color:#fff;
    font-weight:500;
    line-height:2.133
}
@media(min-width:1200px){
    .footer-widget__post-content h4{
        font-size:15px;
        margin-top:5px
    }
}
.footer-widget__post-content h4 a{
    color:inherit
}
.footer-widget__post-content span{
    font-size:13px;
    color:var(--thm-primary);
    font-weight:700;
    line-height:1
}
.footer-widget__contact{
    margin-top:-10px
}
@media(min-width:1200px){
    .footer-widget__contact{
        margin-top:-25px
    }
}
.footer-widget__contact li{
    position:relative;
    padding-left:20px
}
@media(min-width:1200px){
    .footer-widget__contact li{
        min-height:60px;
        padding-left:30px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
}
@media(min-width:1200px){
    .footer-widget__contact li:last-child{
        padding-top:15px
    }
}
@media(min-width:1200px){
    .footer-widget__contact li:last-child>i{
        top:21px;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
.footer-widget__contact li+li{
    border-top:1px solid rgba(255,255,255,.1)
}
.footer-widget__contact li>i{
    position:absolute;
    top:50%;
    left:0;
    font-size:14px;
    color:#fff;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
@media(min-width:1200px){
    .footer-widget__contact li>i{
        font-size:18px
    }
}
.footer-widget__contact li a{
    color:#fff;
    font-size:14px;
    line-height:2;
    -webkit-transition:all 500ms ease;
    transition:all 500ms ease
}
@media(min-width:1200px){
    .footer-widget__contact li a{
        font-size:15px;
        line-height:2.133
    }
}


.bottom-footer{
    background-color:#001d42;
    padding-top:40px;
    padding-bottom:40px;
    position:relative
}
@media(min-width:1200px){
    .bottom-footer{
        padding-top:25.5px;
        padding-bottom:25.5px
    }
}
@media(min-width:1700px){
    .bottom-footer::before{
        background-size:100%;
        bottom:-16px
    }
}
.bottom-footer .container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -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
}
@media(min-width:1200px){
    .bottom-footer .container{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
}
.bottom-footer p{
    margin:0;
    font-size:14px;
    color:#b5c3be;
    font-weight:500;
    line-height:1
}
@media(min-width:1200px){
    .bottom-footer p{
        font-size:14px
    }
}
.bottom-footer__links{ font-size:14px; color:#b5c3be;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top:20px
}
@media(min-width:1200px){
    .bottom-footer__links{
        margin-top:0
    }
}
.bottom-footer__links a{
    line-height:1;
    font-size:14px;
    color:#b5c3be;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-transition:all 500ms ease;
    transition:all 500ms ease
}
.bottom-footer__links a:not(:last-of-type)::after{
    content:"/";
    margin-left:5px;
    margin-right:5px
}
@media(min-width:1200px){
    .bottom-footer__links a:not(:last-of-type)::after{
        margin-left:10px;
        margin-right:10px
    }
}
.bottom-footer__links a:hover{
    color:#fff
}
@media(min-width:1200px){
    .bottom-footer__links a{
        font-size:14px
    }
}

.page-header1{
    position:relative
}
.page-header1 .container{
    position:relative;
    z-index:0;
    padding-top:50px;
    padding-bottom:160px;
    text-align:center
}
.page-header1 .container h2{
    margin:0;
    line-height:1;
    color:#1256ab;
    font-size:40px;
    font-weight:700;
    margin-top:30px
}
.page-header1 .container h4{padding-bottom:50px;color:#1256ab; font-size: 18px; line-height: 50px;}


.page-header2{
    position:relative
}
.page-header2 .container{
    position:relative;
    z-index:0;
    padding-top:0px;
    padding-bottom:0px;
    text-align:center
}
.page-header2 .container h2{
    margin:0;
    line-height:1;
    color:#1256ab;
    font-size:50px;
    font-weight:700;
    margin-top:30px
}
.page-header2 .container h4{padding-bottom:50px;color:#1256ab; font-size: 18px; line-height: 50px;}


.page-header{
    background-color:var(--thm-base);
    position:relative
}
@media(min-width:1700px){
    .page-header::after{
        background-size:100%
    }
}
.page-header__bg{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-repeat:no-repeat;
    background-size:cover
}
.page-header .container{
    position:relative;
    z-index:0;
    padding-top:160px;
    padding-bottom:160px;
    text-align:center
}
@media(max-width:480px){
    .page-header .container{
        padding-top:130px;
        padding-bottom:80px
    }
}
.page-header .container h2{
    margin:0;
    line-height:1;
    color:#fff;
    font-size:50px;
    font-weight:700;
    margin-top:30px
}
.page-header .container h4{padding-bottom:50px;color:#fff; font-size: 18px; line-height: 50px;}
@media(max-width:480px){
    .page-header .container h2{
        font-size:30px; margin-top:10px;
    }
	
}
.thm-breadcrumb{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-bottom:0;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.thm-breadcrumb li{
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.2em;
    font-size:13px;
    color:#fff;
    line-height:1;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.thm-breadcrumb li:not(:last-of-type){
    margin-right:10px
}
.thm-breadcrumb li a{
    opacity:.7;
    color:inherit
}
.thm-breadcrumb li span{
    display:block;
    line-height:1
}
.scroll-to-top{
    display:inline-block;
    width:45px;
    height:45px;
    background:#1256ab;
    position:fixed;
    bottom:40px;
    right:40px;
    z-index:99;
    text-align:center;
    -webkit-transition:all .4s ease;
    transition:all .4s ease;
    display:none;
    border-radius:50%;
    transition:all .4s ease
}
.scroll-to-top i{
    color:#fff;
    font-size:18px;
    line-height:45px
}
.scroll-to-top:hover{
    background-color:#F90
}
.scroll-to-top:hover i{
    color:#fff
}

.about-three{
    padding-top:50px;
    padding-bottom:50px;
    position:relative; overflow:hidden;
}



.news-section {
	position:relative;
	padding:80px 0 80px 0
}
.news-section .sec-title {
	margin-bottom:50px
}
.news-section .sec-title .btn-box {
	position:absolute;
	top:36px;
	right:0
}
.news-section .sec-title .btn-box .theme-btn {
	padding:11px 40px
}
.news-block-one .inner-box {
	position:relative;
	display:block;
	background:#fff;
	box-shadow:0 10px 20px rgba(0,0,0,0.1);
	transition:all 500ms ease
}
.news-block-one .inner-box:hover {
	box-shadow:0 10px 20px rgba(0,0,0,0.2)
}
.news-block-one .inner-box .image-box {
	position:relative;
	display:block;
	overflow:hidden
}
.news-block-one .inner-box .image-box:before {
	position:absolute;
	content:'';
	background:#1e1e2a;
	width:50%;
	height:0;
	left:0;
	bottom:0;
	opacity:.6;
	z-index:1;
	transition:all 500ms ease
}
.news-block-one .inner-box .image-box:after {
	position:absolute;
	content:'';
	background:#1e1e2a;
	width:50%;
	height:0;
	right:0;
	top:0;
	opacity:.6;
	transition:all 500ms ease
}
.news-block-one .inner-box:hover .image-box:before,.news-block-one .inner-box:hover .image-box:after {
	height:100%
}
.news-block-one .inner-box .image-box .link {
	position:absolute;
	display:inline-block;
	left:0;
	top:0;
	right:0;
	width:100%;
	height:100%;
	font-size:0;
	color:#fff;
	z-index:1
}
.news-block-one .inner-box .image-box img {
	width:100%
}
.news-block-one .inner-box .image-box .category {
	position:absolute;
	right:0;
	bottom:0
}
.news-block-one .inner-box .image-box .category p {
	position:relative;
	display:inline-block;
	font-size:16px;
	color:#fff;
	padding:4px 19px;
	text-align:center;
	z-index:1;
	border-top-left-radius:15px
}
.news-block-one .inner-box .image-box .category p i {
	position:relative;
	color:#fff;
	margin-right:8px; font-weight:200;
}
.news-block-one .inner-box .lower-content {
	position:relative;
	padding:25px 15px 10px 15px
}
.news-block-one .inner-box .lower-content h3 {
	font-size:24px; font-family:"Arial";
	line-height:30px; font-weight:bold;
	margin-bottom:12px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;
}
.news-block-one .inner-box .lower-content .post-info {
	position:relative;
	display:block;
	margin-top:17px;
	margin-bottom:17px
}
.news-block-one .inner-box .lower-content .post-info li {
	position:relative;
	display:inline-block;
	font-size:15px;
	color:#5a5a68;
	font-weight:500;
	padding-right:18px;
	margin-right:3px
}
.news-block-one .inner-box .lower-content .post-info li:before {
	position:absolute;
	content:"||";
	font-size:15px;
	font-family:'Muli',sans-serif;
	color:#c4c4c4;
	top:-2px;
	right:0
}
.news-block-one .inner-box .lower-content .post-info li:last-child {
	padding:0;
	margin:0
}
.news-block-one .inner-box .lower-content .post-info li:last-child:before {
	display:none
}
.news-block-one .inner-box .lower-content .post-info li a {
	color:#5a5a68
}
.news-block-one .inner-box .lower-content .post-info li i {
	position:relative;
	font-size:13px;
	margin-right:8px
}
.news-block-one .inner-box .lower-content p {
	font-size:16px;
	font-weight:300;
	line-height:28px;
	color:#5a5a68;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;

}
.news-block-one .inner-box .lower-content .upper-box {
	position:relative;
	padding-bottom:22px;
}
.news-block-one .inner-box .lower-content .lower-box {
	position:relative;
	padding:12px 0
}
.news-block-one .inner-box .lower-content .lower-box .comment-box p a {
	position:relative;
	font-size:15px;
	color:#5a5a68
}
.news-block-one .inner-box .lower-content .lower-box .comment-box p i {
	position:relative;
	font-size:13px;
	margin-right:8px
}
.news-block-one .inner-box .lower-content .lower-box .link-box a {
	position:relative;
	display:inline-block;
	font-size:18px;
	font-family:'Roboto',sans-serif;
	font-weight:700
}
.news-block-one .inner-box .lower-content .lower-box .link-box a i {
	position:relative;
	font-size:20px;
	font-weight:700;
	color:#71717d;
	margin-left:10px;
	top:2px;
	transition:all 500ms ease
}

.news-block-one .inner-box .lower-content .lower-box .link-box a span {
	position:absolute;
	right:20px;
	top:0;
	min-width:90px;
	visibility:hidden;
	opacity:0;
	transition:all 500ms ease
}
.news-block-one .inner-box .lower-content .lower-box .link-box a:hover span {
	visibility:visible;
	opacity:1;
	right:30px
}
.news-block-one .inner-box .image-box .category p {
	background:-webkit-linear-gradient(0deg,#ffaa17,#e08e00 50%)
}
.product-block-one .inner-box {
	position:relative;
	display:block;
	text-align:center;
	background:#fff;
	box-shadow:0 0 20px rgba(0,0,0,0.08);
	margin-bottom:40px;
	transition:all 500ms ease
}
.product-block-one .inner-box:hover {
	box-shadow:0 0 30px rgba(0,0,0,0.2)
}
.product-block-one .inner-box .image-box {
	position:relative;
	display:block;
	overflow:hidden;
	background:#fff
}
.product-block-one .inner-box .image-box img {
	width:100%;
	transition:all 500ms ease
}
.product-block-one .inner-box:hover .image-box img {
	opacity:.15
}
.product-block-one .inner-box .image-box .category {
	position:absolute;
	top:20px;
	left:20px;
	font-size:14px;
	font-family:'Roboto',sans-serif;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	width:46px;
	height:46px;
	line-height:46px;
	text-align:center;
	border-radius:50%
}
.product-block-one .inner-box .image-box .content-box {
	position:absolute;
	left:50%;
	top:55%;
	transform:translate(-50%,-50%);
	background:#fff; padding:20px;
	border-radius:30px;
	opacity:0;
	box-shadow:0 10px 30px rgba(0,0,0,0.2);
	transition:all 500ms ease
}
.product-block-one .inner-box .image-box .content-box li a i{ font-size:20px;}
.product-block-one .inner-box:hover .image-box .content-box {
	top:50%;
	opacity:1
}
.product-block-one .inner-box .image-box .content-box li {
	position:relative;
	display:inline-block;
	float:left;
	width:33.333%;
	border-right:1px solid #e3e3e3;
	text-align:center
}
.product-block-one .inner-box .image-box .content-box li:last-child {
	border-right:0
}
.product-block-one .inner-box .image-box .content-box li a {
	position:relative;
	display:inline-block;
	font-size:18px;
	color:#1e1e2a
}
.product-block-one .inner-box .image-box .content-box li:nth-child(2) a {
	font-size:24px
}
.product-block-one .inner-box .image-box .content-box li a span {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:-13px;
	width:93px;
	height:28px;
	line-height:28px;
	text-align:center;
	font-size:13px;
	font-family:'Muli',sans-serif;
	font-weight:700;
	color:#fff;
	border-radius:5px;
	visibility:hidden;
	opacity:0;
	transition:all 500ms ease
}
.product-block-one .inner-box .image-box .content-box li a:hover span {
	top:-18px;
	visibility:visible;
	opacity:1
}
.product-block-one .inner-box .image-box .content-box li a span:before {
	position:absolute;
	content:'';
	width:10px;
	height:10px;
	left:40px;
	bottom:-3px;
	transform:rotate(45deg)
}
.product-block-one .inner-box .lower-content {
	position:relative;
	border-top:1px solid #e3e3e3;
	padding:24px 15px 22px 15px
}
.product-block-one .inner-box .lower-content .rating {
	position:absolute;
	display:inline-block;
	left:50%;
	transform:translateX(-50%);
	top:-15px;
	background:#fff;
	border:1px solid #e3e3e3;
	border-radius:30px;
	overflow:hidden;
	text-align:center;
	padding:0 15px
}
.product-block-one .inner-box .lower-content .rating li {
	position:relative;
	display:inline-block;
	font-size:13px;
	line-height:20px
}
.product-block-one .inner-box .lower-content h6 a{ font-size:16px;
	color:#333;	
}
.product-block-one .inner-box .lower-content .rating.light li:last-child {
	color:#a6a6af
}

.project-section { background:#f8f8f8;
	position:relative;
	padding:80px 0 50px 0
}
.project-section .sec-title {
	margin-bottom:50px
}
.project-block-one .inner-box {
	position:relative;
	display:block;
	overflow:hidden;
	margin-bottom:30px
}
.project-block-one .inner-box .image-box {
	position:relative;
	display:block;
	overflow:hidden;
	background:#2a2a38
}
.project-block-one .inner-box .image-box img {
	width:100%;
	transition:all 500ms ease
}
.project-block-one .inner-box:hover .image-box img {
	transform:scale(1.05);
	opacity:.4
}
.project-block-one .inner-box .lower-content .box {
	transform:translateY(30px); text-align:center; line-height:40%;
	opacity:0;
	transition:all 500ms ease
}
.project-block-one .inner-box:hover .lower-content .box {
	transform:translateY(0px);
	opacity:1
}
.project-block-one .inner-box .lower-content .box h3 a:hover{ color:#fff;}
.project-block-one .inner-box .lower-content {
	border:1px solid #d8d8d8;
	position:absolute;
	left:0;
	top:0;
	right:0;
	width:100%;
	height:100%;
	padding:25px 30px
}
.project-block-one .inner-box .lower-content .box h3 {
	color:#fff;
	margin-bottom:0; line-height:200px;
}
.project-block-one .inner-box .lower-content .box h3 a {
	color:#fff
}
.project-block-one .inner-box .lower-content .box p {
	position:relative;
	font-size:16px;
	line-height:170px;
	font-weight:700;
	background: -webkit-linear-gradient(-90deg,#fff,#fff 50%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent
}
.project-block-one .inner-box .lower-content .view-btn {
	position:absolute;
	right:0;
	bottom:-38px;
	opacity:0;
	transition:all 900ms ease
}
.project-block-one .inner-box:hover .lower-content .view-btn {
	opacity:1
}
.project-block-one .inner-box .lower-content .view-btn a {
	position:relative;
	display:inline-block;
	font-size:30px;
	color:#fff;
	width:56px; font-weight:700;
	height:56px;
	line-height:56px;
	text-align:center;
	border-top:4px solid #fff;
	border-left:4px solid #fff
}
.project-block-one .inner-box .lower-content .view-btn a i{ font-size:30px; font-weight:200; background:none;width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;}


#docPage {
    margin-top: 15px; margin-bottom:30px; margin-left:0 !important; margin-block-start:0px;padding-inline-start:0px; text-align: center; font-size:14px;
}
#docPage li{
	display:inline-block; margin-bottom:4px;
}
#docPage span, 
#docPage a, 
#docPage a:focus {
	background: #f8f8f8; padding:0 20px; margin:0px 2px;
	height: 42px;
	color: #333;
	line-height: 42px;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
}
#docPage a:hover {background: #1256ab; color:#fff;}
#docPage li.pagebarCurrent {
	background: #1256ab;
	color: #fff;
	display: inline-block;
	line-height: 42px; padding:0 20px;
	-webkit-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
	-moz-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
	box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
}
#docPage li.prev a,
 #docPage li.next a {
	box-shadow: none;
	color: #fff;
	width: auto;
	padding: 0 20px;
}


#apartPage {
    margin-top: 15px; margin-bottom:30px;
    text-align: center; font-size:14px;
}
#apartPage li{
	display:inline-block;
}
#apartPage span, 
#apartPage a, 
#apartPage a:focus {
	background: #f8f8f8; padding:0 20px; margin:0px 5px;
	height: 42px;
	color: #333;
	line-height: 42px;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
}
#apartPage a:hover {background: #333; color:#fff;}
#apartPage li.pagebarCurrent {
	background: #333;
	color: #fff;
	display: inline-block;
	line-height: 42px; padding:0 20px;
	-webkit-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
	-moz-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
	box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
}
#apartPage li.prev a,
 #apartPage li.next a {
	box-shadow: none;
	color: #fff;
	width: auto;
	padding: 0 20px;
}


@media only screen and (min-width:992px) and (max-width:1200px){
    .go-top-area .go-top.active{
        top:93%
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .go-top-area .go-top.active{
        top:93%
    }
}

.go-top-wrap{
    position:relative
}
.go-top-wrap .go-top-btn{
    display:inline-block;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    color:#fff;
    top:3px;
    z-index:1;
    background:#ffaa17
}
.go-top-wrap .go-top-btn i{
    font-size:20px;
    font-weight:700;
    padding-left:4px;
    color:#fff
}
.go-top-wrap .go-top-btn::after{
    z-index:-1;
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:40px;
    height:40px;
    -webkit-animation:ripple 1.6s ease-out infinite;
    animation:ripple 1.6s ease-out infinite;
    opacity:0;
    background:#ffaa17
}
.go-top-wrap .go-top-btn:hover{
    background-color:#000;
    color:#fff
}
.contact-form-wrapper{
}
.contact-form-wrapper .contact-form{
    padding:60px;
    background-color:#013565
}
@media only screen and (min-width:768px) and (max-width:991px){
    .contact-form-wrapper .contact-form{
        padding:30px
    }
}
@media(max-width:575px){
    .contact-form-wrapper .contact-form{
        padding:30px
    }
}
.contact-form-wrapper .contact-form input,.contact-form-wrapper .contact-form textarea{
    background:#092748;
    border:0;
    width:100%;
    height:68px;
    padding-left:65px;
    padding-right:30px;
    font-size:14px;
    text-transform:none;
    font-weight:400;
    font-family:"Roboto",sans-serif
}
.contact-form-wrapper .contact-form .padding-custom.row{
    margin-left:-5px;
    margin-right:-5px
}
.contact-form-wrapper .contact-form .padding-custom>.col,.contact-form-wrapper .contact-form .padding-custom>[class*='col-']{
    padding-left:5px;
    padding-right:5px
}
.contact-form-wrapper .contact-form textarea{
    padding-top:25px;
    height:192px
}
.contact-form-wrapper .contact-form ::-webkit-input-placeholder,.contact-form-wrapper .contact-form input,.contact-form-wrapper .contact-form textarea{
    color:#fff;
    opacity:1
}
.contact-form-wrapper .contact-form :-ms-input-placeholder,.contact-form-wrapper .contact-form input,.contact-form-wrapper .contact-form textarea{
    color:#fff;
    opacity:1
}
.contact-form-wrapper .contact-form ::-ms-input-placeholder,.contact-form-wrapper .contact-form input,.contact-form-wrapper .contact-form textarea{
    color:#fff;
    opacity:1
}
.contact-form-wrapper .contact-form ::placeholder,.contact-form-wrapper .contact-form input,.contact-form-wrapper .contact-form textarea{
    color:#c7c7c7;
    opacity:1
}
.contact-form-wrapper .contact-form .input-group .icon{
    left:40px
}
.contact-form-wrapper .contact-form .input-group.textarea .icon{
    top:25px;
    -webkit-transform:translateY(0);
    transform:translateY(0)
}
.contact-form-wrapper .contact-info-list .info-box .icon i{
    font-size: 40px;
    color: #1256ab;
    line-height: 1;
}
.contact-form-wrapper .contact-form .main-btn.btn-filled{
    margin-top:10px
}
.contact-form-wrapper .contact-form .main-btn.btn-filled:hover{
    background-color:#fff;
    border-color:#fff
}
.contact-form-wrapper .contact-form .main-btn.btn-filled:hover::before,.contact-form-wrapper .contact-form .main-btn.btn-filled:hover::after{
    background-color:#fff
}
.contact-form-wrapper .contact-info-list{
    background-color:#fff;
    padding:60px 0;
    height:100%
}
@media only screen and (min-width:768px) and (max-width:991px){
    .contact-form-wrapper .contact-info-list{
        padding:30px
    }
}
@media(max-width:575px){
    .contact-form-wrapper .contact-info-list{
        padding:30px
    }
	.ny_nav a{line-height:46px;}
}
.contact-form-wrapper .contact-info-list .info-box{
    display:-ms-grid;
    display:grid;
    -ms-grid-rows:1;
    grid-template-rows:1;
    -ms-grid-columns:65px 1fr;
    grid-template-columns:65px 1fr;
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom:1px solid #f3f3f3
}
@media only screen and (min-width:768px) and (max-width:991px){
    .contact-form-wrapper .contact-info-list .info-box{
        font-size:15px
    }
}
@media(max-width:399px){
    .contact-form-wrapper .contact-info-list .info-box{
        font-size:15px
    }
}
.contact-form-wrapper .contact-info-list .info-box .icon{
    font-size:40px;
    color:#ffaa17;
    line-height:1
}
.contact-form-wrapper .contact-info-list .info-box h4{
    margin-bottom:20px;
    text-transform:uppercase
}
@media only screen and (min-width:768px) and (max-width:991px){
    .contact-form-wrapper .contact-info-list .info-box h4{
        font-size:20px
    }
}
@media(max-width:399px){
    .contact-form-wrapper .contact-info-list .info-box h4{
        font-size:20px
    }
}
.product-details__image img{max-width:100%;}


.blog-card{
    position:relative;
    background-color:#fff;
    border-radius:5px;
    margin-bottom:30px
}
.blog-card__image{
    position:relative;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    overflow:hidden
}
.blog-card__image>img{
    width:100%; max-height:300px;
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-transition:-webkit-transform 500ms ease;
    transition:-webkit-transform 500ms ease;
    transition:transform 500ms ease;
    transition:transform 500ms ease,-webkit-transform 500ms ease
}
.blog-card__image>a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    height:100%;
    background-color:rgba(2,81,177,.4);
    position:absolute;
    top:0;
    left:0;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    opacity:0;
    -webkit-transform:translateY(-20%);
    transform:translateY(-20%);
    -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
}
.blog-card__image>a::before,.blog-card__image>a::after{
    content:"";
    width:32px;
    height:2px;
    background-color:#fff;
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.blog-card__image>a::after{
    -webkit-transform:translate(-50%,-50%) rotate(90deg);
    transform:translate(-50%,-50%) rotate(90deg)
}
.blog-card:hover .blog-card__image>a{
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0)
}
.blog-card:hover .blog-card__image>img{
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
}
.blog-card__content{
    -webkit-box-shadow:0 10px 60px 0 rgba(0,0,0,.05);
    box-shadow:0 10px 60px 0 rgba(0,0,0,.05);
    background-color:#fff;
    padding-left:25px;
    padding-right:25px;
    position:relative;
    padding-top:30px;
    padding-bottom:30px;
    -webkit-transition:all 500ms ease;
    transition:all 500ms ease;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px
}
@media(min-width:768px){
    .blog-card__content{
        padding:40px
    }
}
.blog-card__content h3{
    color:#255946;
    font-size:20px;
    line-height:1.417;
    margin:0;
    font-weight:700;
    margin-top:10px;
    margin-bottom:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; 
}
@media(min-width:768px){
    .blog-card__content h3{
        font-size:22px
    }
}
@media(min-width:992px){
    .blog-card__content h3{
        font-size:24px
    }
}
.blog-card__content h3 a{
    color:#303030; font-size:16px;
    -webkit-transition:all 500ms ease;
    transition:all 500ms ease
}
.blog-card__content h3 a:hover{
    color:var(--thm-base)
}
.blog-card__content .thm-btn{
    position:relative;
	display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none!important;
    background:none;
    color: #1256ab;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 700;
    padding: 0px;
    -webkit-transition: 500ms;
    transition: 500ms;
}
.blog-card__content .thm-btn:hover{ background:none;
    color:#1256ab
}
.blog-card__content .thm-btn:after{ position:absolute; content:""; bottom:0;width:80px; height:2px; background:#1256ab;left:0;}
.blog-card:hover .blog-card__content{
    -webkit-box-shadow:0 10px 60px 0 rgba(0,0,0,.1);
    box-shadow:0 10px 60px 0 rgba(0,0,0,.1)
}
.blog-card__date{
    width:74px;
    height:74px;
    background-color:#0251b1;
    border:3px solid #fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-align:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    border-radius:50%;
    font-size:14px;
    font-weight:600;
    color:#fff;
    padding:0 20px;
    line-height:1.3;
    position:absolute;
    top:-97px;
    right:20px
}
@media(min-width:768px){
    .blog-card__date{
        top:-37px;
        right:30px
    }
}
.blog-card__meta{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex; font-size:14px; color:#888; line-height:24px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;
}
.blog-card__meta a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    line-height:1;
    color:#6e7673;
    font-size:14px;
    font-weight:600
}
.blog-card__meta a i{
    color:var(--thm-base);
    margin-right:5px
}
.blog-card__meta a+a{
    margin-left:15px
}
.blog-grid{
    padding-top:80px;
    padding-bottom:80px
}
.blog-grid img{ max-width:100%;}
@media(min-width:1200px){
    .blog-grid{
        padding-top:60px;
        padding-bottom:60px
    }
}
.blog-grid .more-btn__box{
    margin-top:20px
}
.blog-grid .more-btn__box .thm-btn{
    font-size:18px;
    font-weight:700;
    background-color:var(--thm-black)
}
.blog-grid .more-btn__box .thm-btn:hover{
    background-color:var(--thm-base);
    color:#fff
}
.blog-home-two{
    border-top:1px solid #e9e7e2;
    padding-top:80px;
    padding-bottom:50px
}
@media(min-width:1200px){
    .blog-home-two{
        padding-top:20px;
        padding-bottom:90px
    }
}
.blog-home-two .top-row{
    margin-bottom:30px
}
@media(min-width:992px){
    .blog-home-two .top-row{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
}
.blog-home-two .block-title{
    margin-bottom:25px
}
@media(min-width:992px){
    .blog-home-two .block-text{
        margin-top:30px
    }
}
.home-one__boxed-bg{
    position:absolute;
    bottom:0;
    left:0
}
.blog-home-one{
    padding-bottom:170px;
    position:relative
}
.blog-home-one hr{
    margin:0;
    border-color:#e9e7e2;
    border-width:1px;
    margin-top:30px
}
.blog-home__slogan{
    padding-bottom:80px
}
@media(min-width:1200px){
    .blog-home__slogan{
        margin-top:-20px;
        padding-bottom:120px
    }
}
.blog-home__slogan i{
    font-size:50px;
    color:var(--thm-base)
}
@media(min-width:992px){
    .blog-home__slogan i{
        font-size:60px;
        margin-right:30px
    }
}
@media(min-width:1200px){
    .blog-home__slogan i{
        margin-right:45px
    }
}
.blog-home__slogan h3{
    margin:0;
    font-size:20px;
    color:var(--thm-black);
    margin-top:15px;
    margin-bottom:10px;
    font-weight:600
}
@media(min-width:1200px){
    .blog-home__slogan h3{
        font-size:30px;
        margin-bottom:20px
    }
}
.blog-home__slogan p{
    margin:0;
    line-height:2.125
}
@media(min-width:1200px){
    .blog-home__slogan p{
        max-width:670px
    }
}
.blog-home__slogan-main{
    text-align:center
}
@media(min-width:992px){
    .blog-home__slogan-main{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        text-align:left;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
}
.blog-home__slogan-image{
    margin-top:30px;
    position:relative
}
@media(min-width:768px){
    .blog-home__slogan-image{
        max-width:270px;
        margin-left:auto;
        margin-right:auto
    }
}
@media(min-width:768px){
    .blog-home__slogan-image::before{
        content:"";
        width:20px;
        height:100%;
        background-color:var(--thm-primary);
        border-radius:5px;
        position:absolute;
        top:0;
        right:100%;
        margin-right:20px
    }
}
.blog-home__slogan-image>img{
    display:block;
    border-radius:5px;
    margin-left:auto;
    margin-right:auto;
    max-width:100%
}
.blog-details{
    padding-top:80px;
    padding-bottom:80px
}
@media(min-width:1200px){
    .blog-details{
        padding-top:120px;
        padding-bottom:120px
    }
}
.blog-details img{
    border-radius:5px
}
.blog-details .blog-card__content{
    padding-bottom:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    padding-left:0;
    padding-right:0
}
@media(min-width:1200px){
    .blog-details .blog-card__content h3{
        font-size:34px
    }
}
.blog-details__content p{
    margin:0
}
.blog-details__content p+p{
    margin-top:10px
}
@media(min-width:1200px){
    .blog-details__content p+p{
        margin-top:30px
    }
}
.blog-details__meta{
    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;
    border-top:1px solid #e9e7e2;
    margin-top:30px;
    padding-top:20px
}
@media(min-width:1200px){
    .blog-details__meta{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        margin-top:40px;
        padding-top:30px
    }
}
.blog-details__tags span{
    color:var(--thm-black);
    font-size:18px;
    font-weight:700;
    margin-right:5px
}
@media(min-width:1200px){
    .blog-details__tags span{
        font-size:24px
    }
}
.blog-details__tags a{
    font-size:16px;
    color:#6e7673;
    -webkit-transition:all 500ms ease;
    transition:all 500ms ease
}
@media(min-width:1200px){
    .blog-details__tags a{
        font-size:18px
    }
}
.blog-details__tags a:hover{
    color:var(--thm-black)
}
.blog-details__social{
    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;
    margin-top:10px
}
@media(min-width:1200px){
    .blog-details__social{
        margin-top:0
    }
}
.blog-details__social a{
    width:40px;
    height:40px;
    background-color:#f6f5f2;
    border-radius:50%;
    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;
    font-size:14px;
    color:#6e7673;
    -webkit-transition:all 500ms ease;
    transition:all 500ms ease
}
@media(min-width:1200px){
    .blog-details__social a{
        width:50px;
        height:50px;
        font-size:15px
    }
}
.blog-details__social a+a{
    margin-left:10px
}
.blog-details__social a:hover{
    background-color:var(--thm-primary);
    color:#fff
}
.blog-sidebar{
    margin-top:50px
}
@media(min-width:1200px){
    .blog-sidebar{
        margin-top:0
    }
}
.blog-sidebar ul{
    margin:0;
    padding:0;
    list-style:none
}
.blog-sidebar h3{
    margin:0;
    font-size:18px;
    color:var(--thm-black);
    font-weight:700;
    margin-bottom:20px
}
@media(min-width:1200px){
    .blog-sidebar h3{
        font-size:20px
    }
}
.blog-sidebar__search{
    margin-bottom:30px
}
.blog-sidebar__search form{
    width:100%;
    height:90px;
    background-color:var(--thm-primary);
    border-radius:5px;
    position:relative
}
.blog-sidebar__search form input[type=text],.blog-sidebar__search form input[type=search]{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-color:transparent;
    padding-left:30px;
    padding-right:30px;
    display:block;
    border:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    outline:none;
    color:#fff;
    font-size:16px;
    font-weight:600
}
@media(min-width:1200px){
    .blog-sidebar__search form input[type=text],.blog-sidebar__search form input[type=search]{
        padding-left:50px;
        padding-right:50px
    }
}
.blog-sidebar__search form button[type=submit]{
    width:auto;
    padding:0;
    font-size:22px;
    color:#fff;
    position:absolute;
    top:50%;
    right:30px;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    background-color:transparent;
    border:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
@media(min-width:1200px){
    .blog-sidebar__search form button[type=submit]{
        right:50px
    }
}
.blog-sidebar__tags{
    background-color:#f6f5f2;
    border-radius:5px;
    padding:30px;
    margin-bottom:30px
}
@media(min-width:1200px){
    .blog-sidebar__tags{
        padding:50px
    }
}
.blog-sidebar__tags-links{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-10px;
    margin-top:-20px
}
.blog-sidebar__tags-links a{
    font-size:16px;
    color:#6e7673;
    font-weight:500;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    line-height:1;
    -webkit-transition:all 500ms ease;
    transition:all 500ms ease;
    margin-left:10px;
    margin-top:20px
}
.blog-sidebar__tags-links a:hover{
    color:var(--thm-base)
}
.blog-sidebar__posts{
    background-color:#f6f5f2;
    border-radius:5px;
    margin-bottom:30px;
    padding:30px;
    padding-bottom:0
}
@media(min-width:1200px){
    .blog-sidebar__posts{
        padding:50px
    }
}
.blog-sidebar__posts h3{
    margin-bottom:10px
}
.blog-sidebar__posts ul{
    margin-left:-20px;
    margin-right:-20px
}
.blog-sidebar__posts ul li{
    position:relative;
    padding-left:90px;
    min-height:78px;
    padding-top:30px;
    padding-bottom:30px;
    padding-right:20px;
    padding-left:110px;
    -webkit-transition:all 500ms ease;
    transition:all 500ms ease;
    border-radius:5px
}
.blog-sidebar__posts ul li:hover{
    background-color:#fff
}
.blog-sidebar__posts ul li>img{
    position:absolute;
    top:50%;
    left:20px;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    border-radius:50%
}
.blog-sidebar__posts ul li span{
    color:#6e7673;
    font-size:14px;
    font-weight:500;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    line-height:1;
    margin-bottom:10px
}
.blog-sidebar__posts ul li span>i{
    font-size:14px;
    margin-right:5px
}
.blog-sidebar__posts ul li h4{
    margin:0;
    font-size:16px;
    font-weight:700;
    line-height:1.625
}
.blog-sidebar__posts ul li h4 a{
    color:inherit
}
.blog-sidebar__categories{
    background-color:#f6f5f2;
    border-radius:5px;
    margin-bottom:30px;
    padding:30px
}
@media(min-width:1200px){
    .blog-sidebar__categories{
        padding:50px
    }
}
.blog-sidebar__categories ul li+li{
    margin-top:10px
}
@media(min-width:1200px){
    .blog-sidebar__categories ul li+li{
        margin-top:25px
    }
}
.blog-sidebar__categories ul li a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    color:#6e7673;
    font-weight:500;
    line-height:1
}
.blog-sidebar__categories ul li a i{
    font-size:20px;
    margin-right:10px
}
.comment-form h2,.blog-comment h2{
    margin:0;
    font-size:28px;
    font-weight:700;
    color:var(--thm-black);
    margin-bottom:20px
}
@media(min-width:1200px){
    .comment-form h2,.blog-comment h2{
        font-size:36px;
        margin-bottom:50px
    }
}
.blog-author{
    margin-bottom:50px;
    margin-top:50px;
    background-color:#f6f5f2;
    border-radius:5px;
    padding:30px;
    text-align:center
}
@media(min-width:1200px){
    .blog-author{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        text-align:left;
        padding:60px
    }
}
.blog-author__image{
    margin-right:45px
}
.blog-author img{
    border-radius:50%
}
.blog-author h3{
    margin:0;
    font-size:18px;
    color:var(--thm-black);
    margin:0;
    font-weight:700;
    margin-top:20px;
    margin-bottom:10px
}
@media(min-width:1200px){
    .blog-author h3{
        font-size:22px;
        margin-top:0
    }
}
.blog-author p{
    margin:0
}
@media(min-width:1200px){
    .blog-author p{
        margin-top:20px
    }
}
.comment-form{
    margin-top:40px
}
@media(min-width:1200px){
    .comment-form{
        margin-top:30px
    }
}
.comment-form .contact-one__form{
    margin-top:0;
    padding:0;
    margin:0
}
.blog-comment__box{
    border-bottom:1px solid #e9e7e2;
    padding-bottom:30px;
    margin-bottom:30px
}
@media(min-width:1200px){
    .blog-comment__box{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        padding-bottom:60px;
        margin-bottom:60px
    }
}
.blog-comment__box .blog-comment__image{
    margin-right:30px
}
.blog-comment__box img{
    border-radius:50%;
    margin-bottom:20px
}
.blog-comment__box h3{
    font-size:18px;
    font-weight:700;
    color:var(--thm-black);
    margin:0;
    margin-top:10px;
    margin-bottom:10px
}
@media(min-width:1200px){
    .blog-comment__box h3{
        font-size:22px;
        margin-bottom:15px
    }
}
.blog-comment__box p{
    margin:0;
    margin-bottom:20px;
    font-weight:400
}
.blog-comment__box .blog-comment__content{
    position:relative
}
.blog-comment__box .thm-btn{
    font-size:14px;
    font-weight:700;
    padding:6px 20px;
    background-color:var(--thm-primary);
    -webkit-transition:all 500ms ease;
    transition:all 500ms ease
}
@media(min-width:1200px){
    .blog-comment__box .thm-btn{
        position:absolute;
        top:0;
        right:0
    }
}
@media(max-width:1440px){
	.informate__wr{top:16%;}
	.slideTxtBox .bd ul li img{max-height:180px;}

}
.blog-comment__box .thm-btn:hover{
    background-color:var(--thm-black);
    color:#fff
}


.ny_nav{text-align:center; width:70%; margin: 50px auto 0 auto;}
.ny_nav1{width:100%; margin:0; padding:0;}
.ny_nav li{ display:inline-block; text-align:center; font-size:16px; padding:3px 5px;}
.ny_nav a{display:block;width:100%;
    line-height:60px;
    font-size: 16px; border:1px solid #d8d8d8;
    color: #333;
    position: relative;
    text-align: center;
    cursor: pointer;}
.ny_nav ul .column_active{ color:#fff; background:var(--logi-base);}
.ny_nav ul li a:hover{ color:#fff; background:var(--logi-base);}
.ny_nav ul li a:after{content: "";
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #f00;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}


.ny_navcon{text-align:center; width:90%; margin: -70px auto 0 auto; background:#f8f8f8;}
.ny_nav1con{width:100%; margin:0 auto;}
.ny_navcon li{ display:inline-block; text-align:center; font-size:16px; position:relative; padding:0;}
.ny_navcon a{display:block;width:100%; background:#f8f8f8;
    line-height:70px;
    font-size: 16px;
    color: #333;
    position: relative;
    text-align: center;
    cursor: pointer;}
.ny_navcon ul .column_active{ color:#fff; font-weight:bold; background:#1256ab;}
.ny_navcon ul li a:hover{ color:#fff; font-weight:bold; background:#1256ab;}
.ny_navcon ul li a:after{content: "";
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background:#1256ab;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}
	
.chax{
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height:1000px; 
    animation: gradient 12s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}
.login-container {
    background:rgba(255,255,255,1);
    padding: 40px;
    width: 500px;
    border-radius: 35px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.login-container h2 {
    text-align: center;
    margin-bottom: 15px; font-weight:bold;
    color: #333;
    font-size: 24px;
}

.login-container input[type="text"],
.login-container input[type="password"],
.login-container input[type="submit"] {
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
    border: none;
    background-color: #f7f7f7;
    border-radius: 25px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    outline: none;
}

.login-container input[type="submit"] {
    background-color: #006CCE;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.25mm;
}

.login-container input[type="text"]:hover,
.login-container input[type="password"]:hover {
    background-color: #d6e0ff;
}

.login-container input[type="submit"]:hover {
    background-color: #041e73;
}


/*--------------------------------------------------------------
# All Contact Info
--------------------------------------------------------------*/
.all_contact_info {
  position: relative;
  display: block;
}
.all_contact_info_inner {
  position: relative;
  display: block;
  padding: 30px 0 30px;
}
.all_contact_info_single {
}
.all_contact_info_single .icon,
.all_contact_info_single .content {
  vertical-align: middle;
}
.all_contact_info_single .icon {
  width: 90px; margin:0 auto;
}

.all_contact_info_single .icon span {
  height: 90px;
  width: 90px;
  background:#1256ab;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; color:#fff; font-size:30px;
}
.all_contact_info_single:hover .icon span {
  background:#000;
}
.all_contact_info_single .icon span:before {
  font-size: 20px;
  color:#fff;
  line-height: 25px;
}
.all_contact_info_single .content {
  text-align:center;color:#717178;
    font-size: 16px; margin-top:20px;
}
.all_contact_info_single .content a {
  font-size: 18px;
  color: #757575;
  transition: all 500ms ease;
}
.all_contact_info_single .content a:hover {
  color: var(--thm-primary);
}
.all_contact_info_single .content p {
  color: #757575;
  margin: 0;
}
.all_contact_info_single.mail_info { margin-bottom:60px;
}
.all_contact_info_single.phone_info {
  margin-left: 30px;
}
.all_contact_info_single.location_info {
  margin-left: -30px;
}



.newsDel ._sell{width: 100%;padding:20px;background-color: #fff;}
.newsDel ._sell ._title{font-weight: bold;color:#1256ab; font-size:30px;}
.newsDel ._sell ._list{margin-top:20px;}
.newsDel ._sell ._list ._item a{border-bottom: 1px solid #ddd; display:block;}
.newsDel ._sell ._list ._item a:hover{border-bottom: 1px solid #1256ab;}
.newsDel ._sell ._list ._item ._img{width: 100%;height: 0;position: relative;
padding-bottom: 56.20608899297423%;overflow: hidden;}
.newsDel ._sell ._list ._item ._img>img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;
object-fit: cover;transition: transform .6s ease;}
.newsDel ._sell ._list ._item ._txt{padding: .4rem 0;line-height: 1;}
.newsDel ._sell ._list ._item ._txt ._name{color: #333;margin-bottom: .2rem;transition: color .3s ease;
overflow: hidden;text-overflow:ellipsis;white-space: nowrap; font-size:16px;}
.newsDel ._sell ._list ._item ._txt:hover ._name{ color:#1256ab; font-weight:bold;}
.newsDel ._sell ._list ._item ._txt ._time{color: #999;}

.contact__row1 { display: flex; color:#222; }
.contact__row1 input{color:#333}
.contact__row1 .text { box-sizing: border-box; margin:1%; padding-left: 19px; width: 48%;  height: 52px; line-height: 52px; color: #666; font-size: 16px; border-radius: 6px; border: none; background: rgba(0, 0, 0, 0.15);}
.contact__row1 .text::-webkit-input-placeholder { color: #999;}
.contact__row1 .text:focus::-webkit-input-placeholder { opacity: 0;}
.contact__row1 .textarea { width: 100%; line-height: 1.5; padding: 12px 19px; height: 138px; resize: none;}
.contact__row1 img{width:90px; height:40px; margin-top:20px;}
.contact__s1 { text-align:center; margin-top:30px;}
.contact__s1 input { border: none; margin:0 auto; width: 46.87%; height: 52px; line-height: 52px; text-align: center; border-radius: 5px; color: #fff; font-size: 16px; transition: 0.48s; background: #1256ab; cursor: pointer;}


.accordion-item{}
.accordion-item ul li{}
.accordion-item ul li a{background: #f5f5f5; padding: 10px 15px;  margin:5px 0;display: block; font-size:16px;}
.accordion-item ul li a:hover{color:#fff; background:#1256ab;}
.accordion-item ul li a.column_active{ color:#fff; background:#1256ab;}
.accordion-item_t{ background:#1256ab; color:#fff; font-size:24px; font-weight:bold; text-align:center; line-height:90px;}




.section-xl {
    padding-top: 100px; overflow: hidden;
    padding-bottom: 100px;
}
.section-xl1{
    padding-top: 100px; overflow: hidden;
    padding-bottom: 100px;
}
.pbmit-portfolio-style-1{
	overflow: hidden;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content{
	position: absolute;
	top: inherit;
	bottom: 32px;
	left: 40px;
	right: 40px;
	z-index: 2;
}
.pbmit-portfolio-style-1 .pbmit-port-cat a{
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color:#fff;
}
.pbmit-portfolio-style-1 .pbmit-port-cat a:hover{
	color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title,
.pbmit-portfolio-style-1 .pbmit-portfolio-title a{
	color: #fff;
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper img{
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	border-radius: 30px;
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
}
.pbmit-portfolio-style-1:hover .pbmit-featured-wrapper img{
	transform: scale(1.001) rotate(0);
}
.pbmit-element-portfolio-style-1 .pbmit-element-inner .swiper-wrapper{
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.pbmit-portfolio-style-1 .pbminfotech-post-content{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-portfolio-style-1 .pbminfotech-post-content::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: linear-gradient(to bottom, rgba(0, 30, 90, 0), rgba(0, 30, 90, 0), rgba(0, 30, 90, .8));
}
.portfolio-three-slider{width:100%;}
.portfolio-three-slider .swiper-pagination-bullet, .testimonial-three-main .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: .3;
	margin: 0 5px !important;
	background-color:#000;
}
.portfolio-three-slider .swiper-pagination-bullet-active, .testimonial-three-main .swiper-pagination-bullet-active{
	outline: none;
	opacity: 1;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom:80px;width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cplx{background:#f3f7ff; border-radius:20px; margin-bottom: 40px;}
.cplx_nr{background:#1256ab; color: #fff; font-size:20px; font-weight:bold; line-height:50px; margin-bottom:10px;border-radius:20px 20px 0 0;}
.cplx_nr strong{background:#ffa500; display:inline-flex;border-radius:20px 0 0 0; padding:0 25px;}
.cplx_wz{padding:30px; line-height: 40px; font-size: 16px;}
