@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
html {
  width: 100%;
}
@media screen and (min-width: 981px) {
  html {
    height: 100%;
  }
}
body {
  width: 100%;
  background-color: #fff;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 981px) {
  body {
    height: 100%;
    overflow: hidden;
  }
}
.inSwiper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: perspective(1000px);
  transition: transform 0.6s;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper .inBox {
  overflow: hidden;
  height: 100%;
}
.inSwiper .in-pagination {
  position: absolute;
  left: auto;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.inSwiper .in-pagination span {
  width: 10px;
  height: 10px;
  border: 1px solid #aaa;
  border-radius: 100%;
  margin: 15px 0 !important;
  position: relative;
  background-color: transparent;
  opacity: 1;
}
.inSwiper .in-pagination span.swiper-pagination-bullet-active {
  background-color: #aaa;
}
@media screen and (max-width: 980px) {
  .inSwiper {
    padding-top: 60px;
    height: auto;
  }
  .inSwiper > .swiper-wrapper {
    height: auto;
    display: block;
  }
  .inSwiper .inBox {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .inSwiper {
    padding-top: 50px;
  }
}
.index-page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .index-page {
    height: auto;
  }
}
.index-page .inBoxFlex {
  width: 94%;
  max-width: 1600px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 2vh 0;
}
@media screen and (max-width: 980px) {
  .index-page .inBoxFlex {
    padding: 0;
  }
}
.index-page .inNavico {
  position: absolute;
  right: -45px;
  top: 6vh;
  z-index: 5;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 15px 30px rgba(24, 56, 132, 0.6);
  padding: 10px;
}
.index-page .inNavico i {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #42e493;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(top, #3fe890, #19b66b);
  background-image: linear-gradient(to bottom, #3fe890, #19b66b);
  box-shadow: 0 0 20px rgba(24, 56, 132, 0.8);
}
.index-page .inNavico i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/menuico.png) center center no-repeat;
}
@media screen and (max-height: 780px) {
  .index-page .inNavico {
    top: 3vh;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-height: 700px) {
  .index-page .inNavico {
    top: 2vh;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 980px) {
  .index-page .inNavico {
    display: none;
  }
}
@media screen and (max-width: 1560px) {
  .index-page .inNavico {
    right: 0;
  }
}
.in-down {
  display: block;
  position: absolute;
  z-index: 5;
  width: 19px;
  height: 42px;
  background: url(../images/mouse.png) 0 center no-repeat;
  left: 50%;
  z-index: 3;
  margin-left: -10px;
  bottom: 25px;
  animation: arrow 2.4s linear infinite;
  cursor: pointer;
}
@keyframes arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .in-down {
    bottom: 10px;
  }
}
.header {
  height: 0;
}
.header .nav_bg {
  background-color: transparent;
  display: block;
}
@media screen and (max-width: 980px) {
  .header .nav_bg {
    background-color: #183884;
  }
  .header .nav_bg .on {
    display: block !important;
  }
}
.header .nav_bg.on .navMewn {
  position: relative;
}
.header .nav_bg.on::before {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header .nav_bg.on .menu,
.header .nav_bg.on .topLine,
.header .nav_bg.on .tel,
.header .nav_bg.on .xpBox,
.header .nav_bg.on .leng {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header .nav_bg.on .navico {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header .nav_bg.nav_bg2 .logo a img {
  filter: grayscale(0) brightness(1);
}
.header .nav_bg.nav_bg2 .navico {
  border-color: #dddddd;
}
.header .nav_bg.nav_bg2 .navico::before {
  filter: grayscale(0) brightness(1);
}
.header .nav_bg.nav_bg2 .navico::after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 100%;
  height: 100%;
  background: url(../images/menuico.png) center center no-repeat;
  opacity: 0.7;
  filter: grayscale(100) brightness(5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header .nav_bg.nav_bg3 .logo a img {
  filter: grayscale(0) brightness(1);
}
.header .nav_bg.active {
  background-color: rgba(24, 56, 132, 0.8);
}
.header .nav_bg.active::before {
  opacity: 1;
}
.header .nav_bg.active .menu,
.header .nav_bg.active .topLine,
.header .nav_bg.active .tel,
.header .nav_bg.active .xpBox,
.header .nav_bg.active .leng {
  opacity: 1;
  visibility: inherit;
}
.header .nav_bg.active .logo a img {
  filter: grayscale(100) brightness(10);
}
.header .nav_bg.active .navico {
  opacity: 0;
  visibility: hidden;
}
.banner-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-swiper ul {
  height: 100%;
}
.banner-swiper ul li {
  height: 100%;
  overflow: hidden;
}
.banner-swiper ul li img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  -webkit-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-swiper a {
  display: block;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.banner-swiper .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-swiper .banner-pagination,
.banner-swiper .mbanner-pagination {
  font-size: 0;
  position: absolute;
  z-index: 3;
  width: auto;
  left: 50%;
  margin-left: -150px;
  bottom: 40px;
  width: 300px;
  text-align: center;
}
.banner-swiper .banner-pagination span,
.banner-swiper .mbanner-pagination span {
  display: inline-block;
  border: 1px #183884 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner-swiper .banner-pagination span:before,
.banner-swiper .mbanner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #183884;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-swiper .banner-pagination span.swiper-pagination-bullet-active:before,
.banner-swiper .mbanner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-swiper .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner-swiper:hover .banner-prev {
  left: 3%;
}
.banner-swiper .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner-swiper:hover .banner-next {
  right: 3%;
}
@media screen and (max-width: 980px) {
  .banner-swiper ul {
    height: auto;
  }
  .banner-swiper ul li {
    height: auto;
  }
  .banner-swiper ul li img {
    height: auto;
  }
}
.mBanner {
  display: none;
}
.mBanner .banner-prev {
  background-size: 30px;
}
.mBanner .banner-next {
  background-size: 30px;
}
.mBanner .mbanner-pagination {
  bottom: 20px;
}
.mBanner .mbanner-pagination span {
  margin: 0 5px !important;
}
.mBanner .mbanner-pagination span::before {
  width: 5px;
  height: 5px;
}
@media screen and (max-width: 760px) {
  .pcBanner {
    display: none;
  }
  .mBanner {
    display: block;
  }
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  font-family: "Arial Black";
  font-size: 44px;
  line-height: 34px;
  color: #183884;
  text-transform: uppercase;
}
.title span {
  display: block;
  font-size: 34px;
  margin-top: 22px;
}
.title span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 28px;
  height: 18px;
  width: 38px;
  background: url(../images/titico.png) 0 center no-repeat;
}
@media screen and (max-height: 800px) {
  .title i {
    font-size: 40px;
    line-height: 32px;
  }
  .title span {
    font-size: 30px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 980px) {
  .title i {
    font-size: 36px;
    line-height: 28px;
  }
  .title span {
    font-size: 24px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 640px) {
  .title {
    text-align: center;
  }
  .title i {
    font-size: 24px;
    line-height: 20px;
  }
  .title span {
    margin-top: 10px;
  }
}
.moreLink {
  width: 180px;
  background-color: #183884;
  border-radius: 30px;
  line-height: 48px;
  color: #fff;
  letter-spacing: 3px;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink em {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  color: #183884;
  font-family: simsun;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink em::before {
  content: ">";
}
.moreLink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #183884;
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.moreLink:hover {
  background-color: transparent;
  color: #183884;
  box-shadow: 0 10px 10px -5px rgba(24, 56, 132, 0.5);
}
.moreLink:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.moreLink:hover em {
  background-color: #183884;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .moreLink {
    width: 140px;
    line-height: 42px;
    padding-left: 20px;
    letter-spacing: 1px;
  }
  .moreLink em {
    right: 10px;
    width: 24px;
    line-height: 24px;
    height: 24px;
  }
}
.about {
  background: url(../images/aboutbg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 6vh;
}
.about .aboutText {
  max-width: 930px;
}
.about .aboutText .tip {
  margin-top: 8vh;
  font-size: 36px;
  line-height: 1.2;
}
.about .aboutText .tip i {
  font-family: "Microsoft YaHei Light";
}
.about .aboutText .text {
  margin-top: 5vh;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 30px;
  max-height: 120px;
  color: #929292;
  text-indent: 2em;
}
.about .aboutText .number {
  margin-top: 6vh;
}
.about .aboutText .number ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .aboutText .number ul li {
  padding: 1vh 0;
}
.about .aboutText .number ul li h4 {
  position: relative;
  color: #183884;
}
.about .aboutText .number ul li h4 span {
  font-family: Impact;
  font-size: 46px;
  line-height: 38px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
}
.about .aboutText .number ul li h4 em {
  font-weight: bold;
  font-size: 14px;
}
.about .aboutText .number ul li h4 i {
  display: block;
  position: absolute;
  right: 0;
  font-size: 24px;
  line-height: 14px;
  top: -10px;
  font-weight: bold;
}
.about .aboutText .number ul li p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1;
}
.about .aboutText .moreLink {
  display: block;
  margin-top: 5vh;
}
@media screen and (max-height: 800px) {
  .about {
    padding-top: 10vh;
  }
  .about .aboutText .tip {
    margin-top: 5vh;
  }
  .about .aboutText .text {
    margin-top: 3vh;
  }
  .about .aboutText .number {
    margin-top: 4vh;
  }
  .about .aboutText .moreLink {
    display: block;
    margin-top: 5vh;
  }
}
@media screen and (max-width: 1280px) {
  .about .aboutText {
    max-width: 820px;
  }
  .about .aboutText .tip {
    font-size: 32px;
  }
}
@media screen and (max-width: 980px) {
  .about {
    padding: 50px 0;
  }
  .about .aboutText .tip {
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.4;
  }
  .about .aboutText .text {
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    line-height: 30px;
    max-height: 180px;
    color: #333;
  }
  .about .aboutText .number {
    margin-top: 40px;
  }
  .about .aboutText .number ul li h4 span {
    font-size: 36px;
    line-height: 30px;
    margin-right: 5px;
  }
  .about .aboutText .number ul li h4 i {
    font-size: 16px;
  }
  .about .aboutText .number ul li p {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .about {
    padding: 35px 0;
  }
  .about .aboutText .tip {
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
  }
  .about .aboutText .text {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    line-height: 26px;
    max-height: 260px;
    font-size: 14px;
    color: #929292;
  }
  .about .aboutText .number {
    margin-top: 20px;
  }
  .about .aboutText .number ul li h4 span {
    font-size: 30px;
  }
  .about .aboutText .number ul li h4 i {
    font-size: 14px;
  }
  .about .aboutText .moreLink {
    margin-top: 20px;
  }
}
.product {
  background-color: #183884;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -40vh;
  text-align: center;
  z-index: 3;
}
.product .title a {
  color: #fff;
}
.product .title a i {
  color: #fff;
}
.product .title a span::after {
  background-image: url(../images/titico2.png);
}
.product .proItem {
  height: 100%;
  width: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: 15vh;
  flex: 1;
  min-width: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product .proItem .proImg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.product .proItem .proImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .proItem .proNav {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}
.product .proItem .proNav a {
  display: block;
  text-align: center;
  color: #ffffff;
}
.product .proItem .proNav a i {
  display: block;
  border-radius: 50%;
  width: 206px;
  height: 206px;
  border: dashed 1px rgba(255, 255, 255, 0.5);
  background: url(../images/pronavico1.png) center center no-repeat;
  margin: auto;
}
.product .proItem .proNav a span {
  margin-top: 50px;
  font-size: 26px;
  line-height: 36px;
  display: block;
  letter-spacing: 1px;
}
.product .proItem .proNav a em {
  display: block;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 16px;
  line-height: 1;
  margin-top: 12px;
}
.product .proList {
  width: 100%;
  padding: 5.5vh 0 7.5vh;
  background-color: rgba(24, 56, 132, 0.8);
  position: relative;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
}
.product .proList .proTit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product .proList .proTit a {
  display: block;
  position: relative;
  color: #fff;
  height: 55px;
  padding-left: 75px;
}
.product .proList .proTit a i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background: url(../images/pronavico2.png) center center no-repeat;
  background-color: #ffffff;
}
.product .proList .proTit a span {
  display: block;
  font-weight: bold;
  font-size: 26px;
  line-height: 28px;
}
.product .proList .proTit a em {
  display: block;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
  line-height: 14px;
}
.product .proList .proTit .page {
  font-size: 0;
}
.product .proList .proTit .page .in-prev {
  width: 40px;
  height: 40px;
  border: solid 2px rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .proTit .page .in-prev::before {
  content: "";
  display: block;
  border-right: 8px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.product .proList .proTit .page .in-prev:hover,
.product .proList .proTit .page .in-prev.on {
  background-color: rgba(255, 255, 255, 0.2);
}
.product .proList .proTit .page .in-next {
  margin-left: 8px;
  width: 40px;
  height: 40px;
  border: solid 2px rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .proTit .page .in-next::before {
  content: "";
  display: block;
  border-left: 8px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.product .proList .proTit .page .in-next:hover,
.product .proList .proTit .page .in-next.on {
  background-color: rgba(255, 255, 255, 0.2);
}
.product .proSwiper {
  margin: 0 auto;
  width: 94%;
  max-width: 900px;
}
.product .proSwiper .swiper-container {
  margin-top: 3.6vh;
  margin-left: -18px;
  margin-right: -18px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li {
  width: 50%;
  float: left;
  padding: 0 18px;
  display: flex;
  align-items: center;
}
.product .proSwiper ul li .item {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: solid 2px rgba(255, 255, 255, 0.2);
  padding: 10px 12px 8vh;
  height: 42vh;
  max-height: 392px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 12px;
  text-align: center;
  color: #fff;
  height: 8vh;
  line-height: 8vh;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 981px) {
  .product .proSwiper ul li .item:hover {
    background-color: #fff;
  }
  .product .proSwiper ul li .item:hover .pic img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  .product .proSwiper ul li .item:hover .bt {
    color: #183884;
  }
}
.product .proItem.on {
  flex: 1.6016;
}
.product .proItem.on .proNav {
  opacity: 0;
}
.product .proItem.on .proList {
  visibility: inherit;
  opacity: 1;
}
.product .proItem.on .proSwiper .swiper-container {
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .product {
    padding: 50px 0;
    display: block;
  }
  .product .title {
    position: relative;
    top: 0;
    margin-top: 0;
  }
  .product .proItem {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: block;
    padding: 0;
  }
  .product .proItem .proNav {
    display: none;
  }
  .product .proItem .proImg {
    display: none;
  }
  .product .proItem .proTit a {
    height: 40px;
    padding-left: 50px;
  }
  .product .proItem .proTit a i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: url(../images/pronavico2.png) center center no-repeat;
    background-color: #ffffff;
    background-size: 26px;
  }
  .product .proItem .proTit a span {
    font-size: 18px;
    line-height: 20px;
  }
  .product .proItem .proTit a em {
    margin-top: 8px;
    line-height: 12px;
  }
  .product .proItem .proTit .page {
    font-size: 0;
  }
  .product .proItem .proTit .page .in-prev {
    width: 40px;
    height: 40px;
    border: solid 2px rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .product .proItem .proTit .page .in-prev::before {
    content: "";
    display: block;
    border-right: 8px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  .product .proItem .proTit .page .in-prev:hover,
  .product .proItem .proTit .page .in-prev.on {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .product .proItem .proTit .page .in-next {
    margin-left: 8px;
    width: 40px;
    height: 40px;
    border: solid 2px rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .product .proItem .proTit .page .in-next::before {
    content: "";
    display: block;
    border-left: 8px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  .product .proItem .proTit .page .in-next:hover,
  .product .proItem .proTit .page .in-next.on {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .product .proList {
    padding: 0;
    opacity: 1;
    visibility: inherit;
    background: none;
  }
  .product .proList::before {
    display: none;
  }
  .product .proSwiper .swiper-container {
    display: block;
    opacity: 1;
  }
  .product .proSwiper ul li .item {
    height: auto;
  }
  .product .proSwiper ul li .item .pic {
    padding-top: 75%;
    height: 0;
  }
}
@media screen and (max-width: 640px) {
  .product {
    padding: 35px 0;
  }
  .product .proSwiper .swiper-container {
    margin-top: 20px;
    margin-left: -8px;
    margin-right: -8px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .product .proSwiper ul li {
    width: 50%;
    float: left;
    padding: 0 8px;
  }
  .product .proSwiper ul li .item {
    padding: 5px 5px 0;
  }
  .product .proSwiper ul li .item .bt {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
    bottom: 0;
    padding: 0;
  }
}
.strength {
  background-color: #f5f7fb;
  position: relative;
  overflow: hidden;
}
.strength .inBoxFlex {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding-top: 8vh;
}
.strength .ysRa {
  width: 1060px;
  height: 1060px;
  background-color: #183884;
  border-radius: 50%;
  right: -660px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  overflow: hidden;
}
.strength .ysRa i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 392px;
  height: 392px;
  background-color: #ececec;
  border-radius: 50%;
  box-shadow: 0 0 65px rgba(255, 255, 255, 0.17);
}
.strength .ysRa i img {
  position: absolute;
  left: 83px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.strength .title {
  position: absolute;
  left: 0;
  top: 0;
}
.strength .title i {
  margin-top: 16px;
}
.strength .title i:first-child {
  margin-top: 0;
}
.strength .title span {
  margin-top: 16px;
}
.strength .ysCont {
  width: 67%;
  position: relative;
}
.strength .ysSwiper ul li {
  width: 100%;
}
.strength .ysSwiper ul li .item .cont {
  width: 100%;
  height: 30vh;
  max-height: 270px;
  display: flex;
  text-align: right;
  align-content: center;
  flex-direction: column;
  padding-left: 358px;
  justify-content: center;
}
.strength .ysSwiper ul li .item .cont .tit {
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
  -webkit-transition: all 0.44s ease-out;
  transition: all 0.44s ease-out;
}
.strength .ysSwiper ul li .item .cont .tit::before {
  content: "";
  width: 85px;
  height: 1px;
  background-color: #000000;
  opacity: 0.5;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.strength .ysSwiper ul li .item .cont .text {
  line-height: 30px;
  margin-top: 34px;
  font-size: 15px;
  color: #6a6a6a;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.strength .ysSwiper ul li .item .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 346px;
  height: 38vh;
}
.strength .ysSwiper ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.strength .ysSwiper ul li .item .pic:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (min-width: 980px) {
  .strength .ysSwiper ul li .item:hover .tit {
    color: #183884;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  .strength .ysSwiper ul li .item:hover .tit::before {
    background-color: #183884;
  }
  .strength .ysSwiper ul li .item:hover .text {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.strength .ysHd {
  position: absolute;
  z-index: 3;
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 338px;
}
.strength .ysHd ul li {
  height: 16.2vh;
  display: flex;
  align-content: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}
.strength .ysHd ul li:nth-child(1) {
  left: 40px;
}
.strength .ysHd ul li:nth-child(4) {
  left: 45px;
}
.strength .ysHd ul li .item {
  color: #fff;
  position: relative;
  z-index: 2;
}
.strength .ysHd ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -59px;
  width: 226px;
  height: 118px;
  background: url(../images/yshd.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}
.strength .ysHd ul li .item span {
  display: block;
  font-size: 22px;
  line-height: 1;
}
.strength .ysHd ul li .item span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  margin-left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.strength .ysHd ul li .item i {
  text-transform: uppercase;
  display: block;
  color: #ececec;
  opacity: 0.4;
  font-family: Arial;
  font-size: 12px;
  margin-top: 12px;
  line-height: 1.2;
}
.strength .ysHd ul li.on .item::before {
  opacity: 1;
  left: -28px;
}
.strength .ysHd ul li.on .item span {
  font-weight: bold;
}
.strength .ysHd ul li.on .item span::after {
  width: 86px;
  margin-left: 38px;
}
.strength .page {
  position: absolute;
  bottom: 0;
  right: -70px;
  z-index: 3;
}
.strength .page .ys-prev {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: dashed 1px #183884;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.strength .page .ys-prev::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 8px solid #183884;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.strength .page .ys-prev.on,
.strength .page .ys-prev:hover {
  background-color: #183884;
}
.strength .page .ys-prev.on::before,
.strength .page .ys-prev:hover::before {
  border-bottom-color: #fff;
}
.strength .page .ys-next {
  margin-top: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: dashed 1px #183884;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.strength .page .ys-next::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 8px solid #183884;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.strength .page .ys-next.on,
.strength .page .ys-next:hover {
  background-color: #183884;
}
.strength .page .ys-next.on::before,
.strength .page .ys-next:hover::before {
  border-top-color: #fff;
}
@media screen and (max-height: 800px) {
  .strength .title i {
    margin-top: 12px;
  }
  .strength .title i:first-child {
    margin-top: 0;
  }
  .strength .title span {
    margin-top: 12px;
  }
  .strength .inBoxFlex {
    padding-top: 10vh;
  }
}
@media screen and (max-height: 700px) {
  .strength .ysSwiper ul li {
    width: 100%;
  }
  .strength .ysSwiper ul li .item .cont {
    padding-left: 280px;
  }
  .strength .ysSwiper ul li .item .cont .text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1420px) {
  .strength .inBoxFlex {
    padding-right: 320px;
  }
  .strength .ysCont {
    width: 100%;
  }
  .strength .ysRa {
    right: -760px;
  }
  .strength .ysHd {
    width: 238px;
  }
  .strength .ysHd ul li .item span {
    white-space: nowrap;
  }
  .strength .ysHd ul li.on .item::before {
    opacity: 1;
    left: -28px;
  }
  .strength .ysHd ul li.on .item span {
    font-weight: bold;
  }
  .strength .ysHd ul li.on .item span::after {
    width: 86px;
    margin-left: 38px;
  }
  .strength .ysSwiper ul li .item .cont {
    padding-left: 280px;
  }
  .strength .ysSwiper ul li .item .cont .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .strength .inBoxFlex {
    padding-right: 270px;
  }
  .strength .ysRa {
    right: -820px;
  }
  .strength .ysHd {
    width: 198px;
  }
  .strength .ysHd ul li .item span {
    white-space: nowrap;
  }
  .strength .ysHd ul li.on .item::before {
    opacity: 1;
    left: -28px;
  }
  .strength .ysHd ul li.on .item span {
    font-weight: bold;
  }
  .strength .ysHd ul li.on .item span::after {
    width: 86px;
    margin-left: 38px;
  }
  .strength .ysSwiper ul li .item .cont {
    padding-left: 280px;
  }
  .strength .ysSwiper ul li .item .cont .text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 980px) {
  .strength {
    padding: 50px 0;
  }
  .strength .ysRa {
    display: none;
  }
  .strength .inBoxFlex {
    padding-right: 0;
    padding-top: 0;
    display: block;
  }
  .strength .title {
    position: relative;
    text-align: center;
  }
  .strength .title span {
    margin-top: 10px;
  }
  .strength .title i {
    display: inline-block;
    margin: 0 5px;
  }
  .strength .ysSwiper {
    margin-top: 30px;
  }
  .strength .ysSwiper ul li .item .cont {
    padding-left: 0;
    height: auto;
    text-align: left;
  }
  .strength .ysSwiper ul li .item .pic {
    margin-top: 20px;
    height: auto;
  }
  .strength .ysHd {
    margin-top: 20px;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    background-color: #183884;
  }
  .strength .ysHd ul {
    display: flex;
    justify-content: space-between;
  }
  .strength .ysHd ul li {
    height: 70px;
    flex: 1;
    justify-content: center;
    left: 0 !important;
  }
  .strength .ysHd ul li .item {
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 0 5px;
  }
  .strength .ysHd ul li .item::before {
    display: none;
  }
  .strength .ysHd ul li .item span {
    font-size: 16px;
  }
  .strength .ysHd ul li .item span::after {
    display: none;
  }
  .strength .ysHd ul li .item i {
    display: none;
  }
  .strength .ysHd ul li.on {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 640px) {
  .strength {
    padding: 35px 0;
  }
  .strength .ysHd {
    margin-top: 20px;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    background-color: #183884;
  }
  .strength .ysHd ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .strength .ysHd ul li {
    height: 50px;
    width: 50%;
    flex: auto;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.case {
  background: url(../images/casebg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 6vh;
}
.case .titBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case .titBox .title {
  float: left;
}
.case .titBox .moreLink {
  float: right;
}
.case .caseBox {
  position: relative;
}
.case .caseSwiper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  top: -30px;
  margin-bottom: -80px;
}
.case .caseSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 31 13, grab !important;
}
.case .caseSwiper .swiper-container {
  perspective: 1200px;
  width: 48.125%;
  margin: 0 auto;
  overflow: initial;
}
.case .caseSwiper ul li {
  float: left;
  padding: 50px 0;
}
.case .caseSwiper ul li .item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  padding-top: 65.45%;
  position: relative;
  overflow: hidden;
  cursor: url(../images/gesture.png) 31 13, grab !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: url(../images/caseli.png) 0 bottom repeat-x;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.case .caseSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  bottom: 0;
  z-index: 3;
  padding: 0 5%;
  color: #ffffff;
  align-items: flex-end;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .tt {
  width: 37%;
}
.case .caseSwiper ul li .item .cont .tt .en {
  text-transform: uppercase;
  background: url(../images/caseliico.png) 0 center no-repeat;
  padding-left: 20px;
  line-height: 12px;
  font-size: 12px;
}
.case .caseSwiper ul li .item .cont .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  font-size: 23px;
  margin-top: 8px;
  line-height: 42px;
}
.case .caseSwiper ul li .item .cont .tt .bt:hover {
  letter-spacing: 0.5px;
}
.case .caseSwiper ul li .item .cont p {
  flex: 1;
  min-width: 0;
  margin-left: 5%;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  max-height: 40px;
  opacity: 0.8;
  margin-bottom: 6px;
}
.case .caseSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.case .caseSwiper ul li .swiper-slide-shadow-left {
  display: none !important;
}
.case .caseSwiper ul li .swiper-slide-shadow-right {
  display: none !important;
}
.case .caseSwiper ul li.swiper-slide-active {
  z-index: 2;
}
.case .caseSwiper ul li.swiper-slide-active .item {
  box-shadow: 0px 14px 35px 0px rgba(28, 41, 73, 0.42);
}
.case .caseSwiper ul li.swiper-slide-active .item .pic::before {
  opacity: 1;
}
.case .caseSwiper ul li.swiper-slide-active .item .cont {
  bottom: 32px;
  opacity: 1;
}
@media screen and (max-height: 800px) {
  .case {
    padding-top: 10vh;
  }
}
@media screen and (max-width: 980px) {
  .case {
    padding: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .case {
    padding: 35px 0;
  }
}
@media screen and (max-width: 980px) {
  .case {
    padding: 50px 0;
  }
  .case .caseSwiper {
    margin-top: 30px;
    top: 0;
    margin-bottom: 0;
  }
  .case .caseSwiper .swiper-container {
    width: 100%;
  }
  .case .caseSwiper ul li {
    padding: 0;
  }
  .case .caseSwiper ul li.swiper-slide-active .item {
    box-shadow: none;
  }
}
@media screen and (max-width: 640px) {
  .case {
    padding: 35px 0;
  }
  .case .title {
    text-align: left;
  }
  .case .caseSwiper {
    margin-top: 30px;
    top: 0;
    margin-bottom: 0;
  }
  .case .caseSwiper .swiper-container {
    width: 100%;
  }
  .case .caseSwiper ul li {
    padding: 0;
  }
  .case .caseSwiper ul li .item .pic::before {
    height: 80px;
    background-size: contain;
  }
  .case .caseSwiper ul li .item .cont .tt {
    width: 100%;
  }
  .case .caseSwiper ul li .item .cont .tt .en {
    display: none;
  }
  .case .caseSwiper ul li .item .cont .tt .bt {
    font-size: 16px;
    text-align: center;
  }
  .case .caseSwiper ul li .item .cont p {
    display: none;
  }
  .case .caseSwiper ul li.swiper-slide-active .item .cont {
    bottom: 10px;
  }
}
.news {
  background: url(../images/newsbg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 6vh;
}
.news .newsBox {
  display: flex;
  justify-content: space-between;
}
.news .newsTab {
  min-width: 230px;
  width: 20.3%;
}
.news .newsTab .title {
  color: #fff;
}
.news .newsTab .title a {
  color: #fff;
}
.news .newsTab .title i {
  color: #fff;
}
.news .newsTab .title span::after {
  background-image: url(../images/titico2.png);
}
.news .newsTab ul {
  margin-top: 110px;
}
.news .newsTab ul li a {
  display: block;
  font-size: 18px;
  line-height: 60px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-right: 0;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  font-weight: bold;
}
.news .newsTab ul li:hover a::before,
.news .newsTab ul li.on a::before {
  width: 46px;
  margin-right: 10px;
}
.news .newsTab .more {
  display: block;
  margin-top: 65px;
  width: 160px;
  border: dashed 1px rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  line-height: 42px;
  color: #fff;
  padding-left: 25px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #fff, #fff);
  background-image: linear-gradient(to right, #fff, #fff);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab .more em {
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  text-align: center;
  line-height: 28px;
  font-size: 15px;
  color: #183884;
  font-family: simsun;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab .more em::before {
  content: ">";
}
.news .newsTab .more:hover {
  border-color: #fff;
  background-size: 100% 100%;
  color: #183884;
  box-shadow: 0 10px 10px -5px rgba(24, 56, 132, 0.5);
}
.news .newsTab .more:hover em {
  background-color: #183884;
  color: #fff;
}
.news .newsTabs {
  margin-top: 6vh;
  display: flex;
  justify-content: space-between;
}
.news .newsTabs .bd {
  height: 472px;
  overflow: hidden;
}
.news .newsSwiper {
  flex: 1;
  min-width: 0;
}
.news .newsSwiper .swiper-container {
  margin: 0 -18px;
}
.news .list ul::after,
.news .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list ul li {
  float: left;
  padding: 10px 18px 20px;
  width: 50%;
}
.news .list ul li .item {
  min-width: 0;
  width: 100%;
  height: 266px;
  background-color: rgba(255, 255, 255, 0.06);
  border: solid 1px rgba(255, 255, 255, 0.32);
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/newsli.jpg) 100% 100% no-repeat;
  background-color: #183884;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .item .pic {
  display: block;
  width: 54%;
  height: 236px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .item .cont {
  flex: 1;
  min-width: 0;
  color: #ffffff;
  margin-left: 4%;
}
.news .list ul li .item .cont .date {
  font-family: Arial;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.news .list ul li .item .cont .date span {
  font-family: "Arial Black";
  font-weight: bold;
  font-size: 23px;
  line-height: 18px;
  display: inline-block;
  vertical-align: bottom;
}
.news .list ul li .item .cont .date i {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  margin-left: 30px;
  line-height: 1;
}
.news .list ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.news .list ul li .item .cont .line {
  margin-top: 8px;
  width: 40px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
}
.news .list ul li .item .cont p {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  opacity: 0.6;
  margin-top: 14px;
}
.news .list ul li .item .cont .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.6);
}
.news .list ul li .item .cont .more::before {
  content: "";
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
  display: block;
  flex: 1;
}
.news .list ul li .item .cont .more span {
  margin-left: 18px;
}
.news .list ul li .item .cont .more span::after {
  content: "/////";
  margin-left: 10px;
}
@media screen and (min-width: 980px) {
  .news .list ul li .item:hover {
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 6px 7px 15px 0px rgba(0, 22, 73, 0.34);
  }
  .news .list ul li .item:hover::before {
    opacity: 1;
  }
  .news .list ul li .item:hover .pic img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@media screen and (max-height: 800px) {
  .news {
    padding-top: 10vh;
  }
  .news .newsBox {
    align-items: center;
  }
}
@media screen and (max-height: 750px) {
  .news .newsTab ul {
    margin-top: 50px;
  }
  .news .newsTab ul li a {
    line-height: 50px;
  }
  .news .newsTab .more {
    margin-top: 50px;
  }
  .news .list ul li .item {
    height: 226px;
  }
  .news .list ul li .item .pic {
    height: 196px;
  }
  .news .list ul li .item .cont .date {
    padding-bottom: 10px;
  }
  .news .list ul li .item .cont .bt {
    margin-top: 10px;
  }
  .news .list ul li .item .cont .line {
    margin-top: 5px;
    height: 2px;
  }
  .news .list ul li .item .cont p {
    margin-top: 10px;
  }
  .news .list ul li .item .cont .more {
    margin-top: 15px;
  }
}
@media screen and (max-height: 750px) and screen and (min-width: 980px) {
  .news .list ul li .item:hover {
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 6px 7px 15px 0px rgba(0, 22, 73, 0.34);
  }
  .news .list ul li .item:hover::before {
    opacity: 1;
  }
  .news .list ul li .item:hover .pic img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@media screen and (max-width: 1200px) {
  .news .newsBox {
    display: block;
  }
  .news .newsTab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news .newsTab ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }
  .news .newsTab ul li {
    margin: 0 20px;
  }
  .news .newsTab ul li a {
    position: relative;
    line-height: 50px;
  }
  .news .newsTab ul li a::before {
    display: none;
  }
  .news .newsTab ul li a::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #fff;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .news .newsTab ul li.on a::after {
    width: 100%;
  }
  .news .newsTab .more {
    margin-top: 0;
  }
  .news .newsSwiper {
    margin-top: 3vh;
  }
  .news .newsSwiper .list ul li .item {
    height: 206px;
  }
  .news .newsSwiper .list ul li .item .pic {
    height: 176px;
    width: 47%;
  }
  .news .newsSwiper .list ul li .item .cont .date {
    padding-bottom: 10px;
  }
  .news .newsSwiper .list ul li .item .cont .bt {
    margin-top: 10px;
  }
  .news .newsSwiper .list ul li .item .cont .line {
    display: none;
  }
  .news .newsSwiper .list ul li .item .cont p {
    margin-top: 0;
  }
  .news .newsSwiper .list ul li .item .cont .more {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1200px) and screen and (min-width: 980px) {
  .news .newsSwiper .list ul li .item:hover {
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 6px 7px 15px 0px rgba(0, 22, 73, 0.34);
  }
  .news .newsSwiper .list ul li .item:hover::before {
    opacity: 1;
  }
  .news .newsSwiper .list ul li .item:hover .pic img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@media screen and (max-width: 980px) {
  .news {
    padding: 50px 0;
  }
  .news .newsTab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news .newsTab ul li {
    margin: 0 10px;
  }
  .news .newsTab ul li a {
    font-size: 16px;
  }
  .news .newsTab .more {
    margin-top: 0;
    width: 140px;
    line-height: 40px;
    padding-left: 15px;
  }
  .news .newsSwiper {
    margin-top: 0;
  }
  .news .newsSwiper .swiper-container {
    margin: 0 -8px;
  }
  .news .newsSwiper .list ul li {
    padding: 0 8px;
    margin-top: 20px;
  }
  .news .newsSwiper .list ul li .item {
    height: 126px;
    padding: 10px;
  }
  .news .newsSwiper .list ul li .item .pic {
    height: 106px;
    width: 136px;
  }
  .news .newsSwiper .list ul li .item .cont .date {
    display: none;
  }
  .news .newsSwiper .list ul li .item .cont .bt {
    font-size: 16px;
    margin-top: 0;
  }
  .news .newsSwiper .list ul li .item .cont .line {
    display: none;
  }
  .news .newsSwiper .list ul li .item .cont p {
    margin-top: 0;
  }
  .news .newsSwiper .list ul li .item .cont .more {
    margin-top: 15px;
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .news {
    padding: 45px 0 35px;
  }
  .news .newsTab {
    display: block;
    position: relative;
  }
  .news .newsTab .title {
    text-align: left;
  }
  .news .newsTab .more {
    position: absolute;
    right: 0;
    top: 5px;
    line-height: 32px;
    width: 110px;
    padding-left: 12px;
  }
  .news .newsTab .more em {
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .news .newsTab ul {
    margin-top: 15px;
    justify-content: center;
  }
  .news .newsTab ul li {
    margin: 0 10px;
  }
  .news .newsTab ul li a {
    font-size: 16px;
  }
  .news .newsSwiper .list ul li {
    width: 100%;
    margin-top: 10px;
  }
}
.inFooter {
  height: auto !important;
}
.inFooter .footer .inNavico {
  display: block;
}
@media screen and (max-width: 980px) {
  .inFooter .footer .inNavico {
    display: none;
  }
}
.inFooter .footer .footBox .inContent {
  padding-top: 13.3vh;
  padding-bottom: 7.4vh;
}
.inFooter .footer .footBox .inContent::after,
.inFooter .footer .footBox .inContent:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 980px) {
  .inFooter .footer .footBox .inContent {
    padding: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .inFooter .footer .footBox .inContent {
    padding: 35px 0;
  }
}
.in-txt {
  overflow: hidden;
}
.in-txt > * {
  transform: translateY(100%);
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  transition-duration: 1.6s;
}
.swiper-slide-active .in-txt > * {
  transform: translateY(0);
  opacity: 1;
}
.video-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}
.video-popup .video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1e1e1e;
  opacity: 0.9;
}
.video-popup .video-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.video-popup .video-close:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  -o-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.video-popup .video-close:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
  -webkit-transform: scale(1) rotate(-45deg);
  -moz-transform: scale(1) rotate(-45deg);
  -o-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}
.video-popup .videoSize {
  position: relative;
  width: 60%;
  padding-top: 35%;
  height: 0;
}
@media (max-width: 767px) {
  .video-popup .videoSize {
    width: 90%;
    padding-top: 60%;
  }
}
.video-popup .videoSize .videoBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-popup .videoSize .videoBox video {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
.video-popup .videoSize .videoBox img {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
.video-popup .videoSize .videoBox iframe {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
.video-popup.show-intro-vieo {
  visibility: inherit;
  opacity: 1;
}
.lv-bottom {
  opacity: 0.8;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  filter: blur(6px);
}
.lv-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  filter: blur(20px);
}
.lv-fadeInUp {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  filter: blur(20px);
}
.lv-fadeInDown {
  opacity: 0;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  filter: blur(20px);
}
.lv-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  filter: blur(20px);
}
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
.fadeInRight {
  opacity: 0;
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
.fadeInUp {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
.fadeInDown {
  opacity: 0;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
.swiper-slide {
  -webkit-transition-property: all !important;
  -o-transition-property: all !important;
  transition-property: all !important;
}
.swiper-slide-active .lv-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  filter: blur(0px);
}
.swiper-slide-active .lv-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  filter: blur(0px);
}
.swiper-slide-active .lv-fadeInUp {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}
.swiper-slide-active .lv-bottom {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}
.swiper-slide-active .lv-fadeInDown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}
.swiper-slide-active .fadeInLeft {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-slide-active .fadeInRight {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-slide-active .fadeInDown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-slide-active .fadeInUp {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.inSwiper-search {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: perspective(1000px) translate3d(0, 50vh, 0) rotate3d(1, 0, 0, 30deg);
}
.search-popup {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  padding-top: 25vh;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-popup.search-open {
  pointer-events: auto;
  opacity: 1;
}
.search-popup .search-close {
  position: absolute;
  top: 10vh;
  right: 12vw;
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.6s, transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.search-popup .search-close::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -1px;
  width: 40px;
  height: 2px;
  background-color: #183884;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-popup .search-close::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 40px;
  margin-left: -1px;
  margin-top: -20px;
  background-color: #183884;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-popup .searchBox {
  margin: 20px auto;
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border-bottom: 3px solid #183884;
  line-height: 100px;
  font-size: 20px;
  position: relative;
  padding-right: 50px;
  transform: scale3d(0.7, 0.7, 1);
  width: 46vw;
}
.search-popup .searchBox .searchInp2 {
  display: block;
  height: 100px;
  background-color: transparent;
  border: none;
  line-height: 100px;
  width: 100%;
  font-size: 20px;
  padding-right: 20px;
}
.search-popup .searchBox .searchInp2::-webkit-input-placeholder {
  color: #777;
  font-weight: normal;
  font-size: 20px;
  opacity: 1;
}
.search-popup .searchBox .searchInp2::-moz-placeholder {
  color: #777;
  font-weight: normal;
  font-size: 20px;
  opacity: 1;
}
.search-popup .searchBox .searchInp2:-ms-input-placeholder {
  color: #777;
  font-weight: normal;
  font-size: 20px;
  opacity: 1;
}
.search-popup .searchBox .searchInp2:focus::-webkit-input-placeholder,
.search-popup .searchBox .searchInp2:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.search-popup .searchBox .searchInp2:focus::-moz-placeholder,
.search-popup .searchBox .searchInp2:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.search-popup .searchBox .searchInp2:focus:-ms-input-placeholder,
.search-popup .searchBox .searchInp2:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.search-popup .searchBox .submitBtn2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100px;
  line-height: 100px;
  background-color: transparent;
  background: url(../images/searchico2.png) center center no-repeat;
  background-size: 36px;
  cursor: pointer;
}
.search-popup.search-open .search-close {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.search-popup.search-open .searchBox {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
