@font-face {
  font-family: 'iconfont';
  /* project id 2149878 */
  src: url('../font/font_2149878_cvu7x1xya7h.eot');
  src: url('../font/font_2149878_cvu7x1xya7h.eot') format('embedded-opentype'), url('../font/font_2149878_cvu7x1xya7h.woff2') format('woff2'), url('../font/font_2149878_cvu7x1xya7h.woff') format('woff'), url('../font/font_2149878_cvu7x1xya7h.ttf') format('truetype'), url('../font/font_2149878_cvu7x1xya7h.svg') format('svg');
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.logo {
  width: 221px;
}
.header {
  width: 100%;
  height: auto;
  z-index: 100;
  -webkit-transition: all .5s;
  position: absolute;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, .1);
  top: 0px;
  background: #fff;
}
.headerBox {
  display: flex;
  justify-content: space-between;
}
.headerBox {
  align-items: center;
  padding: 0px 0px;
}
.nav {
  height: 100px;
  width: 650px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.nav ul li {
  height: 100%;
  position: relative;
  width: 20%;
  text-align: center;
}
.nav ul li a {
  padding: 0px 0vw;
  display: block;
  height: 100%;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 100px;
  color: #333
}
.header.active .nav ul li a {
  color: #3e3e3e;
}
.nav ul li:hover a::after, .nav ul li.active a::after {
  width: 40%;
  left: 30%;
}
.nav ul li:hover a, .nav ul li.active a {
  color: #013c96;
}
.header.active .nav ul li:hover > a, .header.active .nav ul li.active > a {
  color: #013c96;
}
.header.active {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}
.header .nav ul li .list {
  width: 100%;
  height: auto;
  position: absolute;
  top: 90px;
  left: 0px;
  background: #013c96;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 5px;
}
.header .nav ul li .list::after {
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #013c96;
  content: '';
  top: -5px;
  margin-left: -5px;
}
.header .nav ul li:hover .list {
  top: 80px;
  opacity: 1;
  visibility: visible;
}
.header .nav ul li .list a {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, .7);
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  line-height: 20px;
  font-weight: normal;
  padding: 15px 10px;
  width: 100%;
  font-size: 14px;
}
.header .nav ul li .list a:hover {
  color: #fff;
}
.header .nav ul li .list a:last-child {
  border-bottom: none;
}
.nav ul li .list a::after {
  display: none;
}
.nav_icon {
  width: 200px;
  height: 45px;
  border: 2px solid #013c96;
  border-radius: 45px;
  cursor: pointer;
  line-height: 41px;
  text-align: center;
  color: #013c96;
  font-size: 20px;
  -webkit-transition: all .35s;
  overflow: hidden;
  position: relative;
  margin-right: 50px;
}
.nav_icon .tel {
  width: calc(100% - 45px);
  height: auto;
  position: absolute;
  left: 45px;
  top: 0px;
  text-align: left;
  font-size: 20px;
  font-family: montserrat;
}
.nav_icon .icon {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
}
.subNav {
  width: 100%;
  height: 0px;
  position: fixed;
  left: 0px;
  top: 90px;
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, .05);
  display: flex;
  justify-content: center;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1)
}
.subNav.active {
  height: 250px;
}
.subNav ul {
  width: 650px;
  display: flex;
  justify-content: space-between;
  position: relative;
  left: -15px;
}
.subNav ul li {
  width: 20%;
  height: auto;
  position: relative;
  padding-top: 10px;
}
.subNav ul li.active {
  background: #f9f9f9;
}
.subNav ul li a {
  display: block;
  line-height: 45px;
  text-align: center;
}
.subNav ul li a:hover {
  color: #013c96;
}
.commonTitle {
  width: 100%;
  text-align: center;
  margin-bottom: 2vw;
  position: relative;
  z-index: 10;
  line-height: 1.4;
}
.commonTitle.posA {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid #fff;
  border-bottom: none;
  padding: 30px 190px;
  -webkit-transform: translate(-50%, -50%);
}
.commonTitle.posA::after {
  right: 0px;
}
.commonTitle.posA::before {
  left: 0px;
}
.commonTitle.posA::after, .commonTitle.posA::before {
  width: 40%;
  height: 1px;
  background: #fff;
  content: '';
  position: absolute;
  bottom: 0px;
}
.commonTitle.l {
  text-align: left;
}
.commonTitle b {
  display: inline-block;
  font-size: 30px;
  position: relative;
  overflow: hidden;
  color: transparent;
  -webkit-transition: all 0s .4s;
}
.commonTitle b::after, .commonTitle p::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0px;
  background: #013c96;
  content: '';
  -webkit-transition: all 0s 0s;
}
@-webkit-keyframes maskAnimate {
  0% {
    left: -100%;
    width: 100%;
  }
  50% {
    left: 0%;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
.commonTitle.animated b, .commonTitle.animated p {
  color: #3e3e3e;
}
.commonTitle.posA.animated b, .commonTitle.posA.animated p {
  color: #fff;
}
.commonTitle.animated b::after, .commonTitle.animated p::after {
  -webkit-animation: maskAnimate 0.8s ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
}
.commonTitle.animated p::after {
  -webkit-animation: maskAnimate 0.8s ease-in-out 1 0.2s;
}
.commonTitle p {
  display: inline-block;
  width: auto;
  font-size: 20px;
  font-family: montserrat;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  color: transparent;
  -webkit-transition: all 0s .6s;
}
.index__hero {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 100px;
  height: calc(100vh - 100px);
}
.index__hero__visual {
  top: 0;
  display: block;
  overflow: hidden
}
.index__hero__visual, .index__hero__visual__images {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}
.index__hero__visual__images {
  bottom: 0;
  -webkit-transition: -webkit-transform 2s cubic-bezier(.19, 1, .22, 1) 0s;
  transition: -webkit-transform 2s cubic-bezier(.19, 1, .22, 1) 0s;
  -o-transition: transform 2s cubic-bezier(.19, 1, .22, 1) 0s;
  transition: transform 2s cubic-bezier(.19, 1, .22, 1) 0s;
  transition: transform 2s cubic-bezier(.19, 1, .22, 1) 0s, -webkit-transform 2s cubic-bezier(.19, 1, .22, 1) 0s
}
.index__hero__visual__images a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.index__hero__visual__images__image, .page-initial .index__hero__visual__images, .page-transition .index__hero__visual__images {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px)
}
.index__hero__visual__images__image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 100px);
  -webkit-transition: opacity 0s linear .7s, -webkit-transform 0s linear .7s;
  transition: opacity 0s linear .7s, -webkit-transform 0s linear .7s;
  -o-transition: transform 0s linear .7s, opacity 0s linear .7s;
  transition: transform 0s linear .7s, opacity 0s linear .7s;
  transition: transform 0s linear .7s, opacity 0s linear .7s, -webkit-transform 0s linear .7s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0;
  z-index: 1
}
[data-position="0"] .index__hero__visual__images__image[data-num="0"], [data-position="1"] .index__hero__visual__images__image[data-num="1"], [data-position="2"] .index__hero__visual__images__image[data-num="2"], [data-position="3"] .index__hero__visual__images__image[data-num="3"] {
  opacity: 1;
  -webkit-transition: opacity 0s linear .6s, -webkit-transform 2s cubic-bezier(.19, 1, .22, 1) .6s !important;
  transition: opacity 0s linear .6s, -webkit-transform 2s cubic-bezier(.19, 1, .22, 1) .6s !important;
  -o-transition: transform 2s cubic-bezier(.19, 1, .22, 1) .6s, opacity 0s linear .6s !important;
  transition: transform 2s cubic-bezier(.19, 1, .22, 1) .6s, opacity 0s linear .6s !important;
  transition: transform 2s cubic-bezier(.19, 1, .22, 1) .6s, opacity 0s linear .6s, -webkit-transform 2s cubic-bezier(.19, 1, .22, 1) .6s !important;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  z-index: 10
}
.index__hero__visual__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #202020;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  z-index: 1
}
.index__hero__visual__mask:after, .index__hero__visual__mask:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0
}
.index__hero__visual__mask:before {
  top: -100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#202020), to(rgba(32, 32, 32, 0)));
  background: -o-linear-gradient(bottom, #202020 0, rgba(32, 32, 32, 0) 100%);
  background: linear-gradient(0deg, #202020, rgba(32, 32, 32, 0))
}
.index__hero__visual__mask:after {
  bottom: -100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 32, 32, 0)), to(#202020));
  background: -o-linear-gradient(bottom, rgba(32, 32, 32, 0) 0, #202020 100%);
  background: linear-gradient(0deg, rgba(32, 32, 32, 0), #202020)
}
[data-position="0"] .index__hero__visual__mask {
  -webkit-animation: heroSlideshowMaskTransition0 1.15s cubic-bezier(.445, .05, .55, .95) 0s 1 backwards;
  animation: heroSlideshowMaskTransition0 1.15s cubic-bezier(.445, .05, .55, .95) 0s 1 backwards
}
@-webkit-keyframes heroSlideshowMaskTransition0 {
  0% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%)
  }
  45% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  55% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%)
  }
}
@keyframes heroSlideshowMaskTransition0 {
  0% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%)
  }
  45% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  55% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%)
  }
}
[data-position="1"] .index__hero__visual__mask {
  -webkit-animation: heroSlideshowMaskTransition1 1.15s cubic-bezier(.445, .05, .55, .95) 0s 1 backwards;
  animation: heroSlideshowMaskTransition1 1.15s cubic-bezier(.445, .05, .55, .95) 0s 1 backwards
}
@-webkit-keyframes heroSlideshowMaskTransition1 {
  0% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%)
  }
  45% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  55% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%)
  }
}
@keyframes heroSlideshowMaskTransition1 {
  0% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%)
  }
  45% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  55% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%)
  }
}
[data-position="2"] .index__hero__visual__mask {
  -webkit-animation: heroSlideshowMaskTransition2 1.15s cubic-bezier(.445, .05, .55, .95) 0s 1 backwards;
  animation: heroSlideshowMaskTransition2 1.15s cubic-bezier(.445, .05, .55, .95) 0s 1 backwards
}
@-webkit-keyframes heroSlideshowMaskTransition2 {
  0% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%)
  }
  45% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  55% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%)
  }
}
@keyframes heroSlideshowMaskTransition2 {
  0% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%)
  }
  45% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  55% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%)
  }
}
[data-position="3"] .index__hero__visual__mask {
  -webkit-animation: heroSlideshowMaskTransition3 1.15s cubic-bezier(.445, .05, .55, .95) 0s 1 backwards;
  animation: heroSlideshowMaskTransition3 1.15s cubic-bezier(.445, .05, .55, .95) 0s 1 backwards
}
@-webkit-keyframes heroSlideshowMaskTransition3 {
  0% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%)
  }
  45% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  55% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%)
  }
}
@keyframes heroSlideshowMaskTransition3 {
  0% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%)
  }
  45% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  55% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%)
  }
}
.sbox {
  width: 300px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  bottom: 30px;
}
.sbox p {
  margin-top: 30px;
  font-family: Cabin, sans-serif;
  color: #fff;
  -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
  text-align: center;
  text-transform: uppercase;
  font-family: horatioM;
  font-size: 12px
}
.mouse {
  border: 1px solid #fff;
  position: relative;
  width: 20px;
  height: 35px;
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: nudgeMouse 5s ease-out infinite;
  margin: auto
}
.mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.mouse::before {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  background: url() no-repeat;
  background-size: cover;
  content: '';
  display: block;
  top: 40px
}
.mouse:after {
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite
}
@-webkit-keyframes colorSlide {
  0% {
    background-position: 0 100%
  }
  20% {
    background-position: 0 0
  }
  21% {
    background-color: #fc5f72
  }
  29.99% {
    background-color: #fff;
    background-position: 0 0
  }
  30% {
    background-color: #fc5f72;
    background-position: 0 100%
  }
  50% {
    background-position: 0 0
  }
  51% {
    background-color: #fc5f72
  }
  59% {
    background-color: #fff;
    background-position: 0 0
  }
  60% {
    background-color: #fc5f72;
    background-position: 0 100%
  }
  80% {
    background-position: 0 0
  }
  81% {
    background-color: #fc5f72
  }
  100%, 90% {
    background-color: #fff
  }
}
@keyframes colorSlide {
  0% {
    background-position: 0 100%
  }
  20% {
    background-position: 0 0
  }
  21% {
    background-color: #fc5f72
  }
  29.99% {
    background-color: #fff;
    background-position: 0 0
  }
  30% {
    background-color: #fc5f72;
    background-position: 0 100%
  }
  50% {
    background-position: 0 0
  }
  51% {
    background-color: #fc5f72
  }
  59% {
    background-color: #fff;
    background-position: 0 0
  }
  60% {
    background-color: #fc5f72;
    background-position: 0 100%
  }
  80% {
    background-position: 0 0
  }
  81% {
    background-color: #fc5f72
  }
  100%, 90% {
    background-color: #fff
  }
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
    transform: scale(1) translateY(-5px)
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(.9) translateY(5px);
    transform: scale(.9) translateY(5px)
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(.4) translateY(30px);
    transform: scale(.4) translateY(30px)
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(.4) translateY(-5px);
    transform: scale(.4) translateY(-5px)
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
    transform: scale(1) translateY(-5px)
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
    transform: scale(1) translateY(-5px)
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(.9) translateY(5px);
    transform: scale(.9) translateY(5px)
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(.4) translateY(30px);
    transform: scale(.4) translateY(30px)
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(.4) translateY(-5px);
    transform: scale(.4) translateY(-5px)
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
    transform: scale(1) translateY(-5px)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
    transform: scale(1) translateY(-5px)
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(.9) translateY(5px);
    transform: scale(.9) translateY(5px)
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(.4) translateY(30px);
    transform: scale(.4) translateY(30px)
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(.4) translateY(-5px);
    transform: scale(.4) translateY(-5px)
  }
  100%, 88% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
    transform: scale(1) translateY(-5px)
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
    transform: scale(1) translateY(-5px)
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(.9) translateY(5px);
    transform: scale(.9) translateY(5px)
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(.4) translateY(30px);
    transform: scale(.4) translateY(30px)
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(.4) translateY(-5px);
    transform: scale(.4) translateY(-5px)
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
    transform: scale(1) translateY(-5px)
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
    transform: scale(1) translateY(-5px)
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(.9) translateY(5px);
    transform: scale(.9) translateY(5px)
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(.4) translateY(30px);
    transform: scale(.4) translateY(30px)
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(.4) translateY(-5px);
    transform: scale(.4) translateY(-5px)
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
    transform: scale(1) translateY(-5px)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
    transform: scale(1) translateY(-5px)
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(.9) translateY(5px);
    transform: scale(.9) translateY(5px)
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(.4) translateY(30px);
    transform: scale(.4) translateY(30px)
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(.4) translateY(-5px);
    transform: scale(.4) translateY(-5px)
  }
  100%, 88% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
    transform: scale(1) translateY(-5px)
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #013c96
  }
  30% {
    color: #fff
  }
  51% {
    color: #013c96
  }
  60% {
    color: #fff
  }
  81% {
    color: #013c96
  }
  90% {
    color: #fff
  }
}
.index__hero__visual__pager {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .8) 100%);
  padding: 25px 50px;
  font-size: 20px;
}
.index__hero__visual__pager__page {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  cursor: pointer;
  opacity: .5;
  font-family: din !important;
}
.index__hero__visual__pager__page.active, .index__hero__visual__pager__page:hover {
  opacity: 1;
}
.index__hero__visual__pager__page + .index__hero__visual__pager__page {
  margin-left: 25px
}
.index__hero__visual__pager__page:after, .index__hero__visual__pager__page:before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
  transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
  -o-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
  transition: transform .5s cubic-bezier(.19, 1, .22, 1);
  transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1)
}
.index__hero__visual__pager__page:before {
  opacity: .25;
  z-index: 0
}
.index__hero__visual__pager__page.active::before {
  transform: scaleX(1);
}
.index__hero__visual__pager__page.active::after {
  transform: scaleX(1);
  -webkit-transition: all 5s;
}
.index__hero__visual__pager__page:after {
  opacity: 1;
  z-index: 1;
  -webkit-transform-origin: left center;
}
.index__hero__visual.active[data-position="0"] .index__hero__visual__pager__page[data-num="0"], .index__hero__visual.active[data-position="1"] .index__hero__visual__pager__page[data-num="1"], .index__hero__visual.active[data-position="2"] .index__hero__visual__pager__page[data-num="2"], .index__hero__visual.active[data-position="3"] .index__hero__visual__pager__page[data-num="3"] {
  opacity: 1;
  cursor: default;
  -webkit-transition: opacity 0s linear .6s;
  -o-transition: opacity 0s linear .6s;
  transition: opacity 0s linear .6s
}
.index__hero__visual.active[data-position="0"] .index__hero__visual__pager__page[data-num="0"]:after, .index__hero__visual.active[data-position="0"] .index__hero__visual__pager__page[data-num="0"]:before, .index__hero__visual.active[data-position="1"] .index__hero__visual__pager__page[data-num="1"]:after, .index__hero__visual.active[data-position="1"] .index__hero__visual__pager__page[data-num="1"]:before, .index__hero__visual.active[data-position="2"] .index__hero__visual__pager__page[data-num="2"]:after, .index__hero__visual.active[data-position="2"] .index__hero__visual__pager__page[data-num="2"]:before, .index__hero__visual.active[data-position="3"] .index__hero__visual__pager__page[data-num="3"]:after, .index__hero__visual.active[data-position="3"] .index__hero__visual__pager__page[data-num="3"]:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}
.index__hero__visual.active[data-position="0"] .index__hero__visual__pager__page[data-num="0"]:before, .index__hero__visual.active[data-position="1"] .index__hero__visual__pager__page[data-num="1"]:before, .index__hero__visual.active[data-position="2"] .index__hero__visual__pager__page[data-num="2"]:before, .index__hero__visual.active[data-position="3"] .index__hero__visual__pager__page[data-num="3"]:before {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .6s;
  transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .6s;
  -o-transition: transform 1s cubic-bezier(.19, 1, .22, 1) .6s;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1) .6s;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1) .6s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .6s
}
.index__hero__visual.active[data-position="0"] .index__hero__visual__pager__page[data-num="0"]:after, .index__hero__visual.active[data-position="1"] .index__hero__visual__pager__page[data-num="1"]:after, .index__hero__visual.active[data-position="2"] .index__hero__visual__pager__page[data-num="2"]:after, .index__hero__visual.active[data-position="3"] .index__hero__visual__pager__page[data-num="3"]:after {
  -webkit-transition: -webkit-transform 5.4s linear .6s;
  transition: -webkit-transform 5.4s linear .6s;
  -o-transition: transform 5.4s linear .6s;
  transition: transform 5.4s linear .6s;
  transition: transform 5.4s linear .6s, -webkit-transform 5.4s linear .6s
}
.swiperBanner .swiper-button-next {
  right: 10px;
}
.swiperBanner .swiper-button-prev {
  left: 10px;
}
.swiperBanner .swiper-button-next, .swiperBanner .swiper-button-prev {
  border-radius: 50%;
  background: rgba(255, 255, 255, .5);
  color: #013c96;
}
.swiperBanner .swiper-button-next:hover, .swiperBanner .swiper-button-prev:hover {
  background: #013c96;
  color: #fff;
}
.proNav {
  width: 100%;
  height: auto;
}
.proNav ul {
  display: flex;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, .05);
}
.proNav ul li {
  width: calc(100% / 6);
  position: relative;
  text-align: center;
  padding: 35px 0px;
  border-right: 1px solid rgba(0, 0, 0, .05);
  -webkit-transition: all .5s;
  cursor: pointer;
  background: #fff;
}
.proNav ul li .icon {
  width: 83px;
  height: 83px;
  position: relative;
  background: url(../images/navIcon.png) no-repeat;
  margin: 0px auto;
}
.proNav ul li:nth-child(2) .icon {
  background-position: 0px -83px;
}
.proNav ul li:nth-child(3) .icon {
  background-position: 0px -166px;
}
.proNav ul li:nth-child(4) .icon {
  background-position: 0px -249px;
}
.proNav ul li:nth-child(5) .icon {
  background-position: 0px -332px;
}
.proNav ul li:nth-child(6) .icon {
  background-position: 0px -415px;
}
.proNav ul li:nth-child(7) .icon {
  background-position: 0px -498px;
}
.proNav ul li:hover .icon, .proNav ul li.active .icon {
  background-position: -83px 0px;
}
.proNav ul li:hover:nth-child(2) .icon, .proNav ul li.active:nth-child(2) .icon {
  background-position: -83px -83px;
}
.proNav ul li:hover:nth-child(3) .icon, .proNav ul li.active:nth-child(3) .icon {
  background-position: -83px -166px;
}
.proNav ul li:hover:nth-child(4) .icon, .proNav ul li.active:nth-child(4) .icon {
  background-position: -83px -249px;
}
.proNav ul li:hover:nth-child(5) .icon, .proNav ul li.active:nth-child(5) .icon {
  background-position: -83px -332px;
}
.proNav ul li:hover:nth-child(6) .icon, .proNav ul li.active:nth-child(6) .icon {
  background-position: -83px -415px;
}
.proNav ul li:hover:nth-child(7) .icon, .proNav ul li.active:nth-child(7) .icon {
  background-position: -83px -498px;
}
.proNav ul li:hover .txt {
  color: #fff;
}
.proNav ul li .txt {
  font-size: 16px;
  line-height: 35px;
  margin-top: 0px;
  font-weight: bold;
}
.proNav ul li:last-child {
  border-right: none;
}
.proNav ul li:hover, .proNav ul li.active {
  background: #013c96;
  color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
}
.proNav ul li::after {
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #013c96;
  bottom: 0px;
  opacity: 0;
  content: '';
  -webkit-transition: all .35s;
  display: none;
}
.proNav ul li:hover::after, .proNav ul li.active::after {
  bottom: -10px;
  opacity: 1;
}
.swiper-container.pro {
  margin: 35px 3%;
  padding-bottom: 40px;
}
.swiper-container.pro img {
  max-width: none;
  width: 100%;
}
.swiper-container.pro .pic {
  background: center center no-repeat;
  background-size: cover;
  -webkit-transition: all .5s;
}
.swiper-container.pro .pic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.swiper-container.pro .swiper-slide:hover .pic {
  -webkit-transform: scale(1.05);
}
.swiper-container.pro .swiper-slide {
  position: relative;
  overflow: hidden;
}
.swiper-container.pro .swiper-slide:hover .pic::before {
  animation: gradient-rectangle 1s 1;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
.swiper-container.pro .name {
  position: absolute;
  left: 0%;
  bottom: 0px;
  height: 100px;
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 140px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .8) 100%);
}
.swiper-pagination-bullet-active {
  background: #013c96;
  width: 20px;
}
.swiper-container.pro .swiper-pagination-bullet {
  border-radius: 5px;
}
.aboutBox {
  padding: 100px 0px;
  width: 100%;
  color: #fff;
  position: relative;
}
.boxes.b2 {
  background: url(../images/bg2.jpg) center center;
  background-attachment: fixed;
  padding: 120px 0;
}
.boxes.b2 .sub_title {
  padding: 100px 0 20px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}
.boxes.b2 .sub_title.g {
  padding-top: 0;
}
.boxes.b2 .sub_title.f {
  text-align: left;
  padding-bottom: 25px;
}
.boxes.b2 .sub_title.f b, .boxes.b2 .sub_title.f p {
  color: #ba9a5a;
  width: 100%;
  margin-left: 0;
}
.boxes.b2 .sub_title.e b {
  margin-bottom: 10px;
}
.boxes.b2 .sub_title.f {
  padding-top: 0;
}
.boxes.b2 .sub_title b {
  color: #005623;
  font-size: 36px;
  font-weight: 700;
  display: block;
}
.boxes.b2 .sub_title p {
  color: #3e3e3e;
  font-size: 16px;
  line-height: 1.7;
  opacity: .7;
  text-transform: uppercase;
  display: block;
  width: 90%;
  margin-left: 5%;
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(.165, .84, .44, 1) .5s;
}
.boxes.b2 .sub_title span {
  transform: translateY(40px);
  opacity: 0;
  display: block;
  -webkit-transition: all 1.5s cubic-bezier(.165, .84, .44, 1) .6s;
}
.boxes.b2 .sub_title.animated p {
  -webkit-transform: translateY(0);
  opacity: .9;
}
.boxes.b2 .sub_title.animated span {
  opacity: 1;
  line-height: 35px;
  font-size: 14px;
  font-family: "微软雅黑";
  -webkit-transform: translateY(0);
}
.boxes.b2 .sub_title.h {
  padding: 100px 0 0;
  margin-bottom: 25px;
}
.boxes.b2 .sub_title.d {
  padding-bottom: 25px;
}
.boxes.b2 .sub_title.d p {
  width: 100%;
  margin-left: 0;
}
.boxes.b2 .sub_title.c b, .boxes.b2 .sub_title.c p {
  color: #fff;
}
.sub_title .chars {
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(.165, .84, .44, 1);
}
.boxes.b2 .sub_title.animated .chars {
  -webkit-transform: translateX(0);
  opacity: 1;
}
.boxes.b2 .sub_title .chars:nth-child(2) {
  -webkit-transition-delay: .1s;
}
.boxes.b2 .sub_title .chars:nth-child(3) {
  -webkit-transition-delay: .2s;
}
.boxes.b2 .sub_title .chars:nth-child(4) {
  -webkit-transition-delay: .3s;
}
.boxes.b2 .sub_title .chars:nth-child(5) {
  -webkit-transition-delay: .4s;
}
.sub_title .chars:nth-child(6) {
  -webkit-transition-delay: .5s;
}
.boxes.b2 .sub_title .chars:nth-child(7) {
  -webkit-transition-delay: .6s;
}
.boxes.b2 .sub_title .chars:nth-child(8) {
  -webkit-transition-delay: .7s;
}
.boxes.b2 .sub_title .chars:nth-child(9) {
  -webkit-transition-delay: .8s;
}
.boxes.b2 .content {
  margin-bottom: 60px;
  overflow: hidden;
  color: #fff
}
.boxes.b2 .content .viewbox {
  display: inline-block;
  width: 20%;
  float: left;
  position: relative;
  text-align: center;
}
.boxes.b2 .content .viewbox::after {
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 25%;
  background: rgba(255, 255, 255, .2);
  content: '';
}
.boxes.b2 .content .viewbox p {
  margin: 0;
}
.boxes.b2 .content .viewbox p:nth-child(1) span {
  font-size: 48px;
  font-family: montserrat;
}
.boxes.b2 .content .viewbox p:nth-child(2) {
  font-size: 14px;
  opacity: .5;
}
.commonMore3 {
  border: 1px solid #013c96;
  color: #013c96;
}
.commonMore3 .icon {
  background: #013c96;
}
.commonMore3:hover {
  background: #013c96;
  border-color: #013c96;
}
.commonMore3:hover .icon {
  color: #013c96;
}
.footer {
  background: #3a3a3a;
  padding: 0px 0px;
  color: #fff;
  position: relative;
}
.footerTop {
  width: 100%;
  background: #f8f8f8;
  padding: 50px 0px;
  color: #7c7c7c;
}
.footerTop .w1400 {
  display: flex;
  justify-content: space-between;
}
.footerTop .w1400 .ftDiv {
  width: 50%;
  position: relative;
}
.footerTop .w1400 .ftDiv::after {
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: rgba(0, 0, 0, .1);
  content: '';
}
.footerTop .w1400 .ftDiv:last-child::after {
  display: none;
}
.footerTop .w1400 .ftDiv .title {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.footerTop .w1400 .ftDiv .title b {
  display: block;
  font-size: 20px;
  line-height: 1.6;
}
.footerTop .w1400 .ftDiv .title p {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.4;
  font-family: montserrat;
}
.footerTop .w1400 .list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footerTop .w1400 .list a {
  display: block;
  width: 30%;
  text-align: center;
  position: relative;
}
.footerTop .w1400 .list a .icon {
  width: 55px;
  height: 55px;
  margin: 0px auto;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  line-height: 50px;
  font-size: 28px;
  color: #7c7c7c;
}
.footerTop .w1400 .list a .txt {
  width: 100%;
  margin-top: 10px;
}
.footerTop .w1400 .fTel {
  width: 100%;
  margin-top: 35px;
  text-align: center;
}
.footerTop .w1400 .fTel a {
  font-size: 48px;
  font-family: din;
  color: #7c7c7c;
}
.footerTop .w1400 .list a .txt {
  color: #7c7c7c;
}
.footerTop .w1400 .ftDiv:last-child .list a {
  width: 25%;
}
.footerTop .w1400 .list a .img {
  width: 120px;
  height: auto;
  background: #fff;
  position: absolute;
  left: -15px;
  top: -125px;
  display: none;
  border: 1px solid rgba(0, 0, 0, .1);
}
.footerTop .w1400 .list a:hover .img {
  display: block;
}
.footerTop .w1400 .list a:hover .icon {
  background: #013c96;
  color: #fff;
  border-color: #013c96;
}
.footerSearch {
  width: 265px;
  height: 40px;
  margin: 0px auto;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 45px;
  display: flex;
  justify-content: space-between;
}
.footerSearch input {
  width: calc(100% - 50px);
  background: none;
  border: none;
  outline: none;
  color: #fff;
  text-indent: 15px;
}
.footerSearch input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .7);
}
.footerSearch .searchBtn {
  width: 38px;
  height: 38px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  text-align: left;
}
.footerBootom {
  padding: 50px 0px;
}
.footerNav {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 25px 0px;
}
.footerNav a {
  position: relative;
  padding: 0px 25px;
  line-height: 35px;
  color: #fff;
}
.footerNav a::after {
  width: auto;
  height: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  content: '/';
  opacity: .3;
}
.footerNav a:last-child::after {
  display: none;
}
.footerOA {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footerOA a {
  display: block;
  width: 92px;
  height: auto;
  opacity: .5;
}
.footerOA a:hover {
  opacity: 1;
}
.copyright {
  width: 100%;
  font-size: 12px;
  height: auto;
  background: #414141;
  padding: 10px 0px;
}
.copyright .w1400 {
  display: flex;
  justify-content: space-between;
}
.copyright .w1400 .friendLinks {
  width: 40%;
}
.copyright .w1400 .cp {
  width: 60%;
  display: flex;
  color: rgba(255, 255, 255, .5);
  justify-content: flex-end;
}
.copyright .w1400 .friendLinks {
  display: flex;
}
.copyright .w1400 .friendLinks p {
  width: auto;
  color: rgba(255, 255, 255, .5);
}
.copyright .w1400 .friendLinks a {
  color: rgba(255, 255, 255, .5);
  margin-right: 15px;
}
.copyright .w1400 .cp a {
  color: rgba(255, 255, 255, .5);
  margin-left: 10px;
}
.copyright .w1400 .cp a:hover, .copyright .w1400 .friendLinks a:hover {
  color: rgba(255, 255, 255, 1);
}
.boxes.b3 {
  width: 100%;
  padding: 0px;
}
.boxes.b3 ul {
  width: 100%;
  position: relative;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.boxes.b3 ul li {
  background: #000;
  width: 50%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.boxes.b3 ul li a {
  display: block;
  position: relative;
}
.boxes.b3 ul li .thum {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: all 1s;
}
.boxes.b3 ul li .thum img {
  width: 100%
}
.boxes.b3 ul li .name {
  width: 50%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 35px;
  z-index: 10;
}
.boxes.b3 ul li:last-child .name {
  color: #fff;
}
.boxes.b3 ul li:last-child .name b {
  color: #fff;
}
.boxes.b3 ul li:last-child .icon {
  color: #013c96;
  background: #fff;
}
.boxes.b3 ul li .icon {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 25px;
  background: #013c96;
  color: #fff;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  bottom: 10%;
}
.boxes.b3 ul li .name b {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 5px;
  display: block;
  color: #013c96;
}
.boxes.b3 ul li .name p {
  font-size: 14px;
  text-transform: uppercase;
  font-family: montserrat;
}
.boxes.b3 ul li .name span {
  opacity: .7;
  margin-top: 25px;
  font-size: 14px;
  display: block
}
.boxes.b3 ul li a:hover .thum {
  -webkit-transform: scale(1.05);
}
.boxes.b3 ul li .thum::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.boxes.b3 ul li a:hover .thum::before {
  animation: gradient-rectangle 1s 1;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
._slide {
  width: 171px;
  line-height: 42px;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  position: relative;
  text-indent: 35px;
  height: 46px;
  margin: auto;
}
._slide i {
  position: absolute;
  right: 2px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #fff;
  color: #3e3e3e;
  line-height: 32px;
  font-size: 16px;
  top: 5px;
  right: 4px;
  text-align: center;
  transition: ease 1s;
  z-index: 8;
  text-indent: 0;
}
._slide .tips {
  position: absolute;
  z-index: 1;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: ease 1s;
  text-align: left
}
._slide .mask {
  position: absolute;
  z-index: 5;
  transition: ease 1s;
  width: 100%;
  height: 100%;
  left: 0;
}
@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0;
  }
}
.subBanner {
  margin-top: 100px;
}
.subBanner .title p {
  font-size: 28px;
  font-family: montserrat;
  text-transform: uppercase;
}
.proNav.sub ul li {
  border: none;
  margin: 0px 5px;
  padding: 0px;
  overflow: hidden;
  border-radius: 50px;
}
.proNav.sub ul li a {
  display: flex;
  padding: 10px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.proNav.sub ul li a:hover, .proNav.sub ul li.active a {
  color: #fff;
}
.proNav.sub ul li::after {
  display: none;
}
.proNav.sub ul li .icon {
  width: 30px;
  height: 30px;
  background-size: 60px auto;
  margin: 0px;
  margin-right: 10px;
}
.proNav.sub ul li:hover .icon, .proNav.sub ul li.active .icon {
  background-position: -30px 0px;
}
.proNav.sub ul li .txt {
  font-size: 16px;
}
.proNav.sub ul {
  border: none;
}
.proNav.sub ul li:nth-child(2) .icon {
  background-position: 0px -30px;
}
.proNav.sub ul li:nth-child(3) .icon {
  background-position: 0px -60px;
}
.proNav.sub ul li:nth-child(4) .icon {
  background-position: 0px -90px;
}
.proNav.sub ul li:nth-child(5) .icon {
  background-position: 0px -120px;
}
.proNav.sub ul li:nth-child(6) .icon {
  background-position: 0px -150px;
}
.proNav.sub ul li:nth-child(7) .icon {
  background-position: 0px -180px;
}
.proNav.sub ul li:hover:nth-child(2) .icon, .proNav.sub ul li.active:nth-child(2) .icon {
  background-position: -30px -30px;
}
.proNav.sub ul li:hover:nth-child(3) .icon, .proNav.sub ul li.active:nth-child(3) .icon {
  background-position: -30px -60px;
}
.proNav.sub ul li:hover:nth-child(4) .icon, .proNav.sub ul li.active:nth-child(4) .icon {
  background-position: -30px -90px;
}
.proNav.sub ul li:hover:nth-child(5) .icon, .proNav.sub ul li.active:nth-child(5) .icon {
  background-position: -30px -120px;
}
.proNav.sub ul li:hover:nth-child(6) .icon, .proNav.sub ul li.active:nth-child(6) .icon {
  background-position: -30px -150px;
}
.projectList ul {
  display: flex;
  flex-wrap: wrap;
}
.projectList ul li {
  width: 23.5%;
  position: relative;
  margin-right: 2%;
  margin-bottom: 25px;
}
.projectList ul li:nth-child(4n) {
  margin-right: 0%;
}
.projectList ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.projectList ul li a .pic {
  position: relative;
  overflow: hidden;
}
.projectList ul li a .thum {
  background: center center no-repeat;
  background-size: cover;
  -webkit-transition: all 1s;
}
.projectList ul li:hover a .thum {
  -webkit-transform: scale(1.1);
}
.projectList ul li a .thum::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.projectList ul li a:hover .thum::before {
  animation: gradient-rectangle 1s 1;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
.projectList ul li a .name {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.projectList {
  margin-top: 35px;
}
#page li.xl-prevPage, #page li.xl-nextPage {
  display: none;
}
#page li {
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
}
#page li.xl-active {
  background: #013c96;
  color: #fff;
  border-color: #013c96;
}
#page li:hover {
  background-color: #013c96 !important;
  border-color: #013c96;
}
.videoNav {
  display: flex;
  justify-content: center;
}
.videoNav a {
  width: 180px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px;
  background: #f8f8f8
}
.videoNav a .icon {
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
}
.videoNav a .txt {
  width: calc(100% - 60px);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.videoNav a:hover, .videoNav a.active {
  background: #013c96;
  color: #fff;
}
.videoList {
  width: 100%;
  margin-top: 35px;
}
.videoList ul li {
  width: 32%;
  cursor: pointer;
  height: auto;
  margin-right: 2%;
  margin-bottom: 20px;
}
.videoList ul li:nth-child(3n) {
  margin-right: 0%;
}
.videoList ul li .pic {
  width: 100%;
  height: auto;
  position: relative;
  background-size: cover;
  background-position: center center
}
.videoList ul li .pic img {
  display: block;
  width: 100%
}
.videoList ul li .pic .videoMask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}
.videoList ul li .btn {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background: url(../images/btnPlay-sm.png) no-repeat;
  background-size: 50px auto
}
.videoList ul li .text {
  padding: 10px 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  text-align: center;
  line-height: 26px
}
.videoList ul li:hover .pic .videoMask {
  opacity: 0
}
.videoList ul li:hover .btn {
  background-position: 0 0
}
.videoList ul li .btn:after {
  content: '';
  position: absolute;
  background: url(../images/btnPlayRo-sm.png);
  height: 60px;
  width: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  cursor: pointer;
  -webkit-animation: palyAnimate 2s ease infinite;
}
@-webkit-keyframes palyAnimate {
  0% {
    -webkit-transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg)
  }
}
.videoList ul li .thum::after {
  display: none;
}
#page {
  padding-bottom: 0px;
}
.factoryList {
  margin-top: 35px;
}
.factoryList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.factoryList ul li {
  width: 100%;
  margin-bottom: 20px;
}
.factoryList ul li a {
  display: flex;
  justify-content: space-between;
}
.factoryList ul li a .thum, .factoryList ul li a .info {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.factoryList ul li a .thum .pic {
  background: center center no-repeat;
  background-size: cover;
  -webkit-transition: all 1s;
}
.factoryList ul li a .thum .pic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0px;
}
.factoryList ul li a:hover .thum .pic::before {
  animation: gradient-rectangle 1s 1;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
.factoryList ul li a:hover .pic {
  -webkit-transform: scale(1.1);
}
.factoryList ul li a:hover .title {
  color: #013c96;
}
.factoryList ul li a .thum img {
  max-width: none;
  width: 100%;
}
.factoryList ul li a .info {
  background: #f9f9f9;
  padding: 50px 25px;
}
.factoryList ul li a .info .time {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-family: din;
  line-height: 1.6;
  opacity: .7;
}
.factoryList ul li a .info .title {
  font-size: 20px;
  width: 100%;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
}
.factoryList ul li a .info .des {
  width: 100%;
  line-height: 2;
  opacity: .7;
  font-size: 16px;
  margin-bottom: 25px;
}
.commonMore4 {
  width: 150px;
  border-color: #3e3e3e;
  height: auto;
  line-height: 43px;
  -webkit-transition: all .5s;
}
.commonMore4:hover {
  background: #013c96;
  color: #fff;
  border-color: #013c96;
}
.factoryList ul li a:hover .commonMore4, .news5 ul li a:hover .commonMore4 {
  background: #013c96;
  color: #fff;
  border-color: #013c96;
}
.factoryList ul li:nth-child(2n) a {
  direction: rtl;
}
.factoryList ul li:nth-child(2n) a .info {
  direction: initial;
}
.detail_box .dpr .title {
  background: #013c96;
}
.detail_box .dpr .list a:hover, .ndc_npnews a:hover {
  color: #013c96;
}
.news5 {
  margin-top: 35px;
}
.news5 ul {
  display: flex;
  flex-wrap: wrap;
}
.news5 ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  background: #f9f9f9;
}
.news5 ul li:nth-child(1) .name {
  width: 100%;
  position: absolute;
  left: 0%;
  bottom: 0px;
  height: auto;
  text-align: left;
  color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 2;
  padding: 25px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .8) 100%);
}
.news5 ul li:nth-child(1) .name .time {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-family: din;
  line-height: 1.6;
  opacity: .7;
}
.news5 ul li:nth-child(1) .name .title {
  font-size: 24px;
  font-weight: bold;
}
.news5 ul li:nth-child(3), .news5 ul li:nth-child(6) {
  margin-right: 0%;
}
.news5 ul li a {
  display: flex;
  flex-wrap: wrap;
}
.news5 ul li a .thum, .news5 ul li a .info {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news5 ul li a .thum .pic {
  background: center center no-repeat;
  background-size: cover;
  -webkit-transition: all 1s;
}
.news5 ul li a .thum .pic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0px;
}
.news5 ul li a:hover .thum .pic::before {
  animation: gradient-rectangle 1s 1;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
.news5 ul li a:hover .pic {
  -webkit-transform: scale(1.1);
}
.news5 ul li a .info {
  background: #f9f9f9;
  padding: 25px;
}
.news5 ul li a .info .time {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-family: din;
  line-height: 1.6;
  opacity: .7;
}
.news5 ul li a .info .title {
  font-size: 16px;
  width: 100%;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
  min-height: 50px;
}
.news5 ul li a .info .des {
  width: 100%;
  line-height: 1.7;
  opacity: .7;
  font-size: 14px;
  margin-bottom: 25px;
  min-height: 46px;
}
.news5 ul li a:hover .info .title {
  color: #013c96;
}
.introBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.introBox .L {
  width: 40%;
}
.introBox .L .text {
  width: 100%;
}
.introBox .R .text .t1s {
  font-size: 40px;
  text-transform: uppercase;
  display: block;
  font-family: 'din';
  opacity: .5;
}
.introBox .R .text .t2s {
  font-size: 28px;
  display: block;
  font-weight: bold;
  text-align: center
}
.introBox .R .text .t3s {
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  font-family: 'din';
  opacity: .5;
  text-align: center
}
#myTargetElement {
  width: 185px
}
#myTargetElement2 {
  width: 100%
}
.introBox .L .number .span {
  color: #d43025;
  font-size: 71px
}
.introBox .L .number.Lt:after {
  content: '';
  position: absolute;
  background: #eee;
  height: 100%;
  width: 1px;
  right: 12%;
  top: 0
}
.introBox .L .number sup {
  color: #d43025;
  font-size: 25px;
  position: absolute;
  top: 9px
}
.introBox .L .number.Lt sup {
  left: 75%
}
.introBox .L .number.Rt sup {
  left: 37%
}
.introBox .R {
  width: 100%;
}
.introBox .R .summary {
  color: #777;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 70px
}
.introBox .R .summary .yinc {
  display: none
}
.introBox .R .summary .yinc.active {
  display: block
}
.introBox .more {
  height: 68px;
  background: #f2f2f2;
  position: relative;
  cursor: pointer
}
.introBox .more .Eye {
  background: url(../images/icon-Eye.png) no-repeat;
  width: 50px;
  height: 29px;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute
}
.introBox .more .Eye.active {
  background-position: 0 -29px
}
.introBox .number {
  width: 90%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, .1);
  border-bottom: none;
  align-self: flex-start;
  margin-top: 30px;
}
.introBox .number ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}
.introBox .number ul li {
  padding: 35px 15px;
  text-align: center;
  color: #013c96;
  height: 50%;
  width: 25%;
  justify-content: center;
}
.introBox .number ul li {
  border-right: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.introBox .number ul li .num {
  width: 100%;
  font-size: 48px;
  line-height: 1.2;
  font-family: din;
}
.introBox .number ul li .num span {
  font-size: 14px;
  margin-left: 5px;
}
.introBox .number ul li .txt {
  width: 100%;
  line-height: 20px;
  height: 40px;
}
.companyBox {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.companyBox .L {
  width: 25%;
  position: relative;
}
.companyBox .L p {
  font-size: 16px;
  line-height: 2
}
.companyBox .L ul li {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.companyBox .L ul li a {
  display: block;
  position: relative;
}
.companyBox .L ul li a .thum {
  position: relative;
  overflow: hidden;
}
.companyBox .L ul li a .thum .pic {
  background: center center no-repeat;
  background-size: cover;
  -webkit-transition: all .5s;
}
.companyBox .L ul li a:hover .thum .pic {
  -webkit-transform: scale(1.05);
}
.companyBox .L ul li a .title {
  width: 100%;
  height: auto;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  padding: 15px;
  background: #f9f9f9;
}
.companyBox .R {
  width: 100%;
  height: auto;
  position: relative;
}
.companyBox .R video {
  width: 100%
}
.companyBox .R .btnPlay {
  background: url(../images/btnPlay.png) no-repeat;
  height: 75px;
  width: 75px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 3
}
.companyBox .R .btnPlay:after {
  content: '';
  position: absolute;
  background: url(../images/btnPlayRo.png);
  height: 103px;
  width: 103px;
  left: 50%;
  top: 50%;
  margin-left: -51.5px;
  margin-top: -51.5px;
  cursor: pointer;
  -webkit-animation: palyAnimate 2s ease infinite
}
@-webkit-keyframes palyAnimate {
  0% {
    -webkit-transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg)
  }
}
.companyBox .R .btnPlay-text {
  position: absolute;
  top: 63%;
  width: 100%;
  text-align: center;
  z-index: 3;
  font-size: 34px;
  color: #fff
}
.companyBox .R .btnPlay-text img {
  display: inline-block
}
.companyBox .R .pause {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}
.videoFocus {
  width: 100%;
  height: auto;
  position: relative;
}
.videoFocus video {
  background: #000;
  display: block;
}
.boxes.b6 {
  background: url(../images/about-list3.jpg) center bottom no-repeat;
  background-size: cover;
  padding-bottom: 0px;
}
.boxes.bl {
  background: url(../images/about-list4.jpg) center bottom no-repeat;
  background-size: cover;
  padding-bottom: 0px;
}
.hisYear {
  text-align: center;
  font-size: 150px;
  line-height: 1;
  font-family: din;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  color: #013c96;
}
.hisDes {
  width: 60%;
  text-align: center;
  line-height: 2;
  font-size: 16px;
  margin-bottom: 50px;
  overflow: auto;
  height: 290px;
  margin-left: 20%;
  margin-top: 30px;
}
.hisDots {
  position: relative;
  background: url(../images/k_history3.png) 50% 0 no-repeat;
  text-align: center;
  width: 100%;
  height: 134px;
}
.swiper-container.dotSwiper {
  width: 1175px;
  margin: 0px auto;
  height: 100px;
  margin-top: -20px;
  top: -19px;
}
.swiper-container.dotSwiper .swiper-slide {
  position: relative;
  font-size: 24px;
  font-family: din;
  top: 10px;
  padding-top: 25px;
  -webkit-transition: all .5s;
  cursor: pointer;
}
.swiper-container.dotSwiper .swiper-slide::after, .swiper-container.dotSwiper .swiper-slide::before {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 5px;
  background: #013c96;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
  border-radius: 50%;
  content: '';
}
.swiper-container.dotSwiper .swiper-slide.active::before {
  width: 30px;
  height: 30px;
  background: #fff;
  margin-left: -15px;
  top: -5px;
}
.swiper-container.dotSwiper .swiper-slide:nth-child(even) {
  top: 50px;
}
.swiper-container.dotSwiper.even .swiper-slide {
  top: 50px;
}
.swiper-container.dotSwiper.even .swiper-slide:nth-child(even) {
  top: 10px;
}
.dotSwiper .swiper-button-next, .dotSwiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #013c96;
  margin-top: -45px;
  color: #fff;
}
.dotSwiper .swiper-button-next::after, .dotSwiper .swiper-button-prev::after {
  font-size: 12px;
}
.dotSwiper .swiper-button-next:hover, .dotSwiper .swiper-button-prev:hover {
  background: #fff;
  color: #013c96;
}
.swiper-button-next, .swiper-button-prev {
  color: #013c96;
}
.jtTop {
  width: 100%;
  position: relative;
  text-align: center;
}
.boxes.b7 {
  background: url(../images/menuBg.jpg);
}
.jtTop .jt {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.jtTop .jt span {
  color: #d43126;
  font-size: 36px;
  margin-left: 5px;
  font-weight: bold;
}
.jtNav {
  width: 100%;
  margin-top: 50px;
}
.jtNav ul {
  display: flex;
  justify-content: space-between;
}
.jtNav ul li {
  width: 32%;
  height: auto;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  text-align: center;
  margin: 0px 10px;
  padding: 25px 0px;
  border-radius: 100px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
}
.jtNav ul li b {
  width: 100%;
  display: block;
  font-size: 20px;
}
.jtNav ul li p {
  font-size: 14px;
  opacity: .7;
  font-weight: normal;
}
.jtNav ul li:hover, .jtNav ul li.active {
  background: #013c96;
  color: #fff;
}
.laberBox ul li {
  width: 100%;
  text-align: center;
  line-height: 55px;
  overflow: hidden;
  position: relative
}
.laberBox ul li > div:nth-child(3) {
  width: 27.5%
}
.laberBox ul li > div:nth-child(4) {
  width: 27.5%
}
.laberBox ul li > div {
  width: 15%;
  float: left;
  position: relative
}
.laberBox ul li {
  background: #ceae59;
  font-size: 18px;
  color: #fff
}
.laberBox {
  margin-top: 35px;
}
.laberBox ol {
  width: 100%;
  background: #fff;
  display: none;
}
.laberBox ol.active {
  display: block;
}
.laberBox ol li {
  height: 56px;
  line-height: 55px;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all .5s;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.laberBox ol li > div:nth-child(3) {
  width: 27.5%
}
.laberBox ol li > div:nth-child(4) {
  width: 27.5%
}
.laberBox ol li > div {
  width: 15%;
  float: left;
  position: relative
}
.lightBox .tet-box {
  position: absolute;
  background: #fff;
  left: 50%;
  width: 1000px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 8
}
.lightBox .tittle {
  line-height: 35px;
  padding: 15px;
  background: #a28d53;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
}
.lightBox .summary-join {
  padding: 15px;
  height: 500px;
  overflow-y: auto;
  font-size: 16px;
  line-height: 2;
}
.lightBox .close {
  width: 80px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 12.5px;
  background: #fff;
  color: #a28d53;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}
.lightBox .close:hover {
  background: #a28d53;
  color: #fff;
}
.download {
  display: block;
  width: 205px;
  text-align: center;
  height: auto;
  background: #ceae59;
  font-size: 14px;
  color: #fff;
  font-weight: 900;
  line-height: 45px;
  margin-top: 25px;
  border-radius: 40px;
  display: none;
}
.laberBox ol li:hover {
  background: rgba(0, 0, 0, .05);
}
.boxes.b8 {
  width: 100%;
  height: 900px;
  position: relative;
  background-size: cover;
}
.mapbox {
  margin-top: 50px
}
.boxes.b8 .box {
  width: 40%;
  float: left;
  background: #f8f8f8;
}
.boxes.b8 .map {
  width: 60%;
  float: right;
}
.boxes.b8 .box .plate {
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid #d2d2d2
}
.boxes.b8 .box .plate:nth-child(1) {
  border-top: 0
}
.boxes.b8 .box .plate .tit {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 5px
}
.boxes.b8 .box .plate .number {
  color: #faba0f;
  font-size: 60px;
  font-weight: 900;
  font-family: 'din';
}
.boxes.b8 .box .share {
  position: relative;
  display: inline-block;
  margin: 0 15px
}
.boxes.b8 .box .share .icon-wx {
  background: url(../images/wx.png) no-repeat;
  width: 33px;
  height: 26px;
  display: block;
  margin: 0 auto 10px
}
.boxes.b8 .box .share img {
  position: absolute;
  display: none;
  bottom: 64px;
  left: 50%;
  width: 100px;
  margin-left: -50px
}
.boxes.b8 .box .share span {
  font-size: 16px;
  display: block
}
.boxes.b8 .box .share:hover img {
  display: block
}
.conTitle {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 150px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
  font-size: 40px;
}
.conTitle b {
  display: block;
  margin-bottom: 10px;
}
.conTitle p {
  font-size: 28px;
  font-family: montserrat;
  text-transform: uppercase;
}
.proDetail {
  zoom: 1;
  margin-top: 50px;
}
.proDetail::after {
  content: '';
  display: block;
  clear: both;
}
.proDetail > .singePage {
  width: 40%;
  min-height: 800px;
  float: left;
}
.proDetail > .pdBox {
  width: 60%;
  position: sticky;
  padding: 100px 0px 100px 50px;
  float: right;
  top: 0;
}
.proDetail > .pdBox.active {
  position: fixed;
  left: 50%;
  width: calc(1400px / 2);
  top: 100px;
}
.otherPro {
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.pdBox .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.pdBox .list {
  width: 100%;
  height: auto;
  background: #f9f9f9;
  padding: 25px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.pdBox .list ul {
  display: flex;
  flex-wrap: wrap;
}
.pdBox .list ul li {
  width: 25%;
  position: relative;
  text-align: center;
}
.pdBox .list ul li::after {
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: rgba(0, 0, 0, .05);
  content: '';
}
.pdBox .list ul li:last-child::after {
  display: none;
}
.pdBox .list ul li .t {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}
.pdBox .list ul li .d {
  width: 100%;
  height: auto;
  line-height: 1.7;
  opacity: .7;
}
.pdBox .shop {
  width: 100%;
}
.pdBox .shop .t {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.pdBox .shops {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pdBox .shops a {
  display: block;
  width: 190px;
  height: 40px;
  border: 1px solid #414141;
  border-radius: 45px;
  cursor: pointer;
  background: url(../images/shopBtn.png) no-repeat;
  margin-right: 15px;
}
.pdBox .shops a:nth-child(2) {
  background-position: 0px -40px;
}
.pdBox .shops a:hover {
  border-color: #013c96;
  background-color: #013c96;
  background-position: -190px 0px;
}
.pdBox .shops a:hover:nth-child(2) {
  background-position: -190px -40px;
}
.proDetail > .pdBox.bottom {
  position: absolute;
  bottom: 0px;
}
.searchBox {
  width: 70px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #013c96;
  color: #fff;
  z-index: 10;
  -webkit-transition: all .5s;
}
.searchBox:hover {
  width: 300px;
}
.searchBox .icon {
  width: 70px;
  height: 100%;
  line-height: 100px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.searchBox .input {
  display: none;
}
.searchBox:hover .input {
  display: block;
  position: absolute;
  width: calc(100% - 90px);
  left: 20px;
}
.searchBox:hover .input input {
  height: 100%;
  border: none;
  background: transparent;
  outline: none;
  color: #fff;
  height: 100px;
  font-size: 18px;
}
.searchBox:hover .input input::-webkit-input-placeholder {
  color: #fff;
}
@media screen and (max-width:1440px) {
  .proDetail > .pdBox.active {
    width: calc(90% / 2);
    top: 80px;
  }
}
.searchContent {
  width: 100%;
  height: auto
}
.searchContent .scResult {
  width: 300px;
  height: auto;
  background: #3e3e3e;
  color: #fff;
  font-weight: 700;
  text-indent: 45px;
  font-size: 20px;
  line-height: 40px;
  position: relative
}
.searchContent .scResult:after {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10px;
  top: 7.5px;
  background: url(../images/result_icon.png) no-repeat;
  background-size: cover;
  content: ''
}
.resultTips {
  width: 100%;
  height: auto;
  line-height: 40px;
  font-size: 14px
}
.resultTips span {
  color: #e10101;
  padding: 0 3px;
  font-weight: 700
}
.noData {
  width: 100%;
  height: auto;
  padding: 50px 0;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: #e10101;
  display: none
}
.noData.active {
  display: block
}
.subBanner img {
  opacity: .9;
}
.introBox .number ul li:first-child .num {
  font-size: 24px;
  height: 57px;
  line-height: 57px;
}
.menubtn {
  font-size: 0;
  cursor: pointer;
  position: relative;
  z-index: 12;
  display: none;
}
.menubtn .txt {
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
  color: #013c96;
  display: block;
  transition: all .5s ease;
  position: absolute;
  top: 50%;
  right: 5px;
  height: 17px;
  line-height: 17px;
  margin-top: -8.5px;
}
.menubtn .linebox {
  width: 16px;
  height: 9px;
  overflow: hidden;
  position: absolute;
  display: block;
  transition: all .5s ease;
  top: 50%;
  left: 2px;
  margin-top: -4.5px;
}
.menubtn .linebox .line1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.menubtn .linebox .line2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.menubtn .linebox .line1:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #013c96;
  position: absolute;
  left: -4px;
  top: 0;
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation: line1Before 2s infinite;
  animation: line1Before 2s infinite;
}
.menubtn .linebox .line2:before {
  content: "";
  width: 16px;
  height: 2px;
  background: #013c96;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation: line2Before 2s infinite;
  animation: line2Before 2s infinite;
}
.menubtn .linebox .line1:after {
  content: "";
  width: 12px;
  height: 2px;
  background: #013c96;
  position: absolute;
  left: -28px;
  top: 0;
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation: line1After 2s infinite;
  animation: line1After 2s infinite;
}
.menubtn .linebox .line2:after {
  content: "";
  width: 16px;
  height: 2px;
  background: #013c96;
  position: absolute;
  left: -30px;
  top: 0;
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation: line2After 2s infinite;
  animation: line2After 2s infinite;
}
@-webkit-keyframes line1Before {
  to {
    left: 20px;
  }
}
@-webkit-keyframes line1After {
  to {
    left: 0;
  }
}
@-webkit-keyframes line2Before {
  to {
    left: 20px;
  }
}
@-webkit-keyframes line2After {
  to {
    left: 0px;
  }
}
@keyframes line1Before {
  to {
    left: 20px;
  }
}
@keyframes line1After {
  to {
    left: 0;
  }
}
@keyframes line2Before {
  to {
    left: 20px;
  }
}
@keyframes line2After {
  to {
    left: 0px;
  }
}
.menubtn.active .txt {
  transform: scale(0);
  opacity: 0
}
.menubtn:before {
  content: "";
  width: 18px;
  margin-left: -9px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translateX(10px);
  transition: all .5s ease;
  opacity: 0
}
.menubtn:after {
  content: "";
  width: 18px;
  height: 2px;
  margin-left: -9px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translateX(10px);
  transition: all .5s ease;
  opacity: 0
}
.menubtn.active:before {
  opacity: 1;
  transform: rotate(45deg) translateX(0px);
}
.menubtn.active:after {
  opacity: 1;
  transform: rotate(-45deg) translateX(0px);
}
.menubtn.active .linebox {
  transform: scale(0);
  opacity: 0;
}
.menubtn {
  display: none;
}
.pageNavi {
  position: fixed;
  right: 0;
  top: 60px;
  width: 100%;
  height: calc(100% - 60px);
  pointer-events: none;
  z-index: 1000;
}
.pageNavi.-active .naviList {
  opacity: 1;
  visibility: visible;
}
.naviList {
  -webkit-transition: all .35s;
  opacity: 0;
  visibility: hidden;
}
.naviList li {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.naviList li .list {
  display: flex;
  overflow: hidden;
}
.naviList li .list a {
  margin-right: 15px;
}
.naviList li .first {
  position: relative;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}
.naviList li.active .first a {
  color: #013c96;
}
.naviList li a {
  display: block;
  -webkit-transform: translate3d(0%, 100%, 0) rotateX(0deg);
  -webkit-transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.pageNavi.-active .naviList li a {
  -webkit-transition: transform 1.2s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 1.2s cubic-bezier(0.43, 0.05, 0.17, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.4s;
}
.pageNavi.-active .naviList li:nth-child(2) a {
  -webkit-transition-delay: 0.5s;
}
.pageNavi.-active .naviList li:nth-child(3) a {
  -webkit-transition-delay: 0.6s;
}
.pageNavi.-active .naviList li:nth-child(4) a {
  -webkit-transition-delay: 0.7s;
}
.pageNavi.-active .naviList li:nth-child(5) a {
  -webkit-transition-delay: 0.8s;
}
.pageNavi .pageNavi__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0px;
  background: white;
}
.pageNavi .pageNavi__inner {
  position: relative;
  height: 100%;
}
.pageNavi .pageNavi__inner .contents {
  padding: 20px 5%;
}
.pageNavi .pageNavi__inner .naviList {
  width: 100%;
}
.pageNavi .pageNavi__inner, .pageNavi .pageNavi__bg {
  display: none;
}
.pageNavi .pageNavi__bg, .pageNavi .pageNavi__inner {
  display: block;
}
.pageNavi.-active {
  z-index: 2000;
  pointer-events: auto;
}
.pageNavi.-active .pageNavi__bg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: -webkit-transform 0.8s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.8s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.8s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.8s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.pageNavi.-active .pageNavi__bg:after {
  -webkit-transition: -webkit-transform 0.8s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: -webkit-transform 0.8s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.8s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.8s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.8s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.pageNavi .pageNavi__bg {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.7s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: -webkit-transform 0.7s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.7s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.7s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.7s 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #013c96;
}
.pageNavi .pageNavi__bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transform: translate3d(0, 100%, 0) rotate(10deg) scale(1.5);
  transform: translate3d(0, 100%, 0) rotate(10deg) scale(1.5);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: -webkit-transform 0.8s 0.1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: -webkit-transform 0.8s 0.1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.8s 0.1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.8s 0.1s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.8s 0.1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.mobSwiper {
  display: none;
}
@media screen and (max-width: 1024px) {
  .searchBox {
    display: none;
  }
  .nav_icon {
    margin-right: 0px;
  }
  .copyright .w1400 .friendLinks {
    display: none;
  }
  .copyright .w1400 .cp {
    width: 100%;
    justify-content: center;
  }
  .index__hero {
    height: 60vw;
  }
  .nav, .boxes.b3 ul li .name span {
    display: none;
  }
  .commonTitle.posA {
    padding: 30px 100px;
  }
}
@media screen and (max-width: 800px) {
  .menubtn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
  }
  .logo {
    width: 150px;
  }
  .nav_icon .tel {
    font-size: 20px;
  }
  .nav_icon {
    width: 140px;
    height: 30px;
    border: 1px solid #013c96;
    line-height: 29px;
    right: 70px;
    display: none;
  }
  .nav_icon .icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 28px;
    left: 5px;
  }
  .nav_icon .tel {
    width: calc(100% - 40px);
    left: 35px;
    line-height: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    margin-top: 4px;
  }
  .index__hero {
    margin-top: 60px;
  }
  .index__hero__visual__pager__page + .index__hero__visual__pager__page {
    margin-left: 15px;
  }
  .boxes {
    padding: 50px 0px;
  }
  .commonTitle b {
    font-size: 20px;
  }
  .commonTitle p {
    font-size: 14px;
  }
  .swiper-container.pro {
    display: none;
  }
  .proNav ul {
    flex-wrap: wrap;
  }
  .proNav ul li {
    width: calc(100% / 3);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 25px 0px;
  }
  .proNav ul li .icon {
    width: 30px;
    height: 30px;
    background-size: 60px auto;
  }
  .proNav ul li:nth-child(n+4) {
    border-bottom: none;
  }
  .proNav ul li:nth-child(3n) {
    border-right: none;
  }
  .proNav ul li:nth-child(4) .icon {
    background-position: 0px -90px;
  }
  .proNav ul li:nth-child(5) .icon {
    background-position: 0px -120px;
  }
  .proNav ul li:nth-child(6) .icon {
    background-position: 0px -150px;
  }
  .proNav ul li:hover .icon, .proNav ul li.active .icon {
    background-position: -30px 0px;
  }
  .proNav ul li:hover:nth-child(2) .icon, .proNav ul li.active:nth-child(2) .icon {
    background-position: -30px -30px;
  }
  .proNav ul li:hover:nth-child(3) .icon, .proNav ul li.active:nth-child(3) .icon {
    background-position: -30px -60px;
  }
  .proNav ul li:hover:nth-child(4) .icon, .proNav ul li.active:nth-child(4) .icon {
    background-position: -30px -90px;
  }
  .proNav ul li:hover:nth-child(5) .icon, .proNav ul li.active:nth-child(5) .icon {
    background-position: -30px -120px;
  }
  .proNav ul li:hover:nth-child(6) .icon, .proNav ul li.active:nth-child(6) .icon {
    background-position: -30px -150px;
  }
  .proNav ul li:nth-child(2) .icon {
    background-position: 0px -30px;
  }
  .proNav ul li:nth-child(3) .icon {
    background-position: 0px -60px;
  }
  .commonTitle {
    margin-bottom: 5vw;
  }
  .commonTitle.posA {
    padding: 30px 60px;
    width: 80%;
  }
  .boxes.b3 ul li:first-child {
    display: none;
  }
  .boxes.b3 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .boxes.b3 ul li .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    opacity: .5;
  }
  .footerTop .w1400 {
    flex-wrap: wrap;
  }
  .footerTop .w1400 .ftDiv {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .footerTop .w1400 .ftDiv::after {
    display: none;
  }
  .footerTop .w1400 .ftDiv .title {
    margin-bottom: 10px;
  }
  .footerTop .w1400 .list a {
    width: 22%;
  }
  .footerTop .w1400 .list a .icon {
    width: 40px;
    height: auto;
    line-height: 38px;
    font-size: 20px;
  }
  .footerTop .w1400 .list a .txt {
    font-size: 12px;
  }
  .footerTop .w1400 .fTel {
    margin-top: 0px;
  }
  .footerTop .w1400 .fTel a {
    font-size: 38px;
    line-height: 1;
  }
  .footerTop {
    padding-bottom: 0px;
  }
  .footerTop .w1400 .ftDiv:last-child {
    border-bottom: none;
  }
  .footerNav {
    display: none;
  }
  .footerOA {
    margin-top: 25px;
  }
  .copyright .w1400 .cp {
    display: block;
    text-align: center;
  }
  .copyright .w1400 .cp a {
    margin-left: 0px;
    margin-right: 15px;
  }
  .footerBootom {
    padding: 25px 0px;
  }
  .footerSearch {
    width: 200px;
  }
  .header {
    height: 60px;
  }
  .header.on {
    background: rgba(21, 51, 102, 0.8);
  }
  .header.on:hover {
    background: #FFFFFF;
    background: rgba(21, 51, 102, 0.8);
  }
  .subBanner {
    margin-top: 60px;
    overflow: hidden;
  }
  .subBanner img {
    max-width: none;
    width: 150vw;
    position: relative;
    margin-left: -25vw;
  }
  .subBanner .title {
    font-size: 20px;
  }
  .subBanner .title p {
    font-size: 16px;
  }
  .introBox {
    flex-wrap: wrap;
  }
  .introBox .L {
    width: 100%;
  }
  .introBox .number {
    width: 100%;
    margin-top: 15px;
  }
  .introBox .R .text .t1s, .introBox .R .text .t2s {
    font-size: 24px;
  }
  .introBox .R .text .t3s {
    display: none;
  }
  .introBox .R .text .t2s {
    margin-bottom: 0px;
  }
  .introBox .number ul li {
    width: 50%;
    padding: 25px 0px;
    text-align: center;
  }
  .introBox .number ul li:first-child .num {
    font-size: 20px;
  }
  .introBox .number ul li .txt {
    height: auto;
  }
  .introBox .R {
    width: 100%;
    margin-top: 10px;
  }
  .companyBox {
    flex-wrap: wrap;
  }
  .companyBox .L, .companyBox .R {
    width: 100%;
  }
  .videoList {
    margin-top: 15px;
  }
  .videoList ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
  }
  .videoList ul li .text {
    font-size: 14px;
    text-align: left;
  }
  .companyBox .L {
    margin-bottom: 15px;
  }
  .videoNav a .icon {
    display: none;
  }
  .videoNav a .txt {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .videoNav a {
    width: 32%;
    height: 40px;
  }
  .news5 {
    margin-top: 30px;
  }
  .news5 ul li {
    margin-right: 0%;
    margin-bottom: 15px;
    width: 100%;
  }
  .news5 ul li:nth-child(1) {
    width: 100%;
  }
  .news5 ul li:nth-child(1) .name .title {
    font-size: 14px;
  }
  .news5 ul li:nth-child(1) .name {
    padding: 10px;
  }
  .news5 ul li:nth-child(1) .name .time {
    font-size: 14px;
  }
  .news5 ul li a .info {
    padding: 15px;
  }
  .news5 ul li a .info .time {
    font-size: 14px;
  }
  .news5 ul li a .info .des {
    display: none;
  }
  .news5 ul li .commonMore4 {
    display: none;
  }
  .news5 ul li a .info .title {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .detail_page {
    padding: 0px;
  }
  .detail_box {
    width: 100%;
    flex-wrap: wrap;
  }
  .detail_box .dpl {
    width: 100%;
    padding: 50px 5vw;
  }
  .detail_box .dpl .title {
    font-size: 20px;
    text-align: left;
  }
  .detail_box .dpl .info {
    text-align: left;
    font-size: 12px;
  }
  .ndc_npnews {
    flex-wrap: wrap;
  }
  .ndc_npnews .post_prev {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
  }
  .detail_box .dpr, .ndc_npnews .post_next, .ndc_npnews .post_prev {
    width: 100%;
  }
  .detail_box .dpr .list {
    padding: 20px 5vw;
  }
  .proNav.sub ul li .icon {
    display: none;
  }
  .proNav.sub ul li .txt {
    margin-top: 0px;
    font-size: 14px;
  }
  .proNav.sub ul li a {
    padding: 5px 0px;
    border: 1px solid rgba(0, 0, 0, .05);
  }
  .proNav.sub ul li {
    margin: 5px 0px;
    width: 31%;
  }
  .proNav.sub ul {
    justify-content: space-around;
  }
  .projectList {
    margin-top: 15px;
  }
  .projectList ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
  }
  .proDetail {
    flex-wrap: wrap;
    padding-top: 35px;
  }
  .proDetail > .singePage {
    width: 100%;
    min-height: auto;
  }
  .proDetail > .pdBox {
    width: 100%;
    padding: 25px 0px;
    padding-bottom: 0px;
  }
  .pdBox .title {
    font-size: 18px;
  }
  .pdBox .list {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .pdBox .list ul li {
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
    margin-bottom: 15px;
    align-items: center;
  }
  .pdBox .list ul li .t {
    margin-bottom: 0px;
    font-size: 16px;
    width: 85px;
  }
  .pdBox .list ul li .d {
    width: calc(100% - 85px);
    text-align: left;
  }
  .pdBox .list ul li::after {
    display: none;
  }
  .pdBox .list ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
  .pdBox .shop .t {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .pdBox .shops a {
    width: 150px;
    height: 32px;
    background-size: 300px auto;
  }
  .pdBox .shops a:nth-child(2) {
    background-position: 0px -30px;
    margin-right: 0px;
  }
  .factoryList {
    margin-top: 0px;
  }
  .factoryList ul li {
    margin-bottom: 15px;
  }
  .factoryList ul li a .thum, .factoryList ul li a .info {
    width: 100%;
  }
  .factoryList ul li a {
    flex-wrap: wrap;
  }
  .factoryList ul li a .info {
    padding: 15px;
  }
  .factoryList ul li a .info .time {
    font-size: 14px;
  }
  .factoryList ul li a .info .title {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .factoryList ul li a .info .des {
    display: none;
  }
  .factoryList ul li .commonMore4 {
    display: none;
  }
  #page {
    padding-top: 30px;
  }
  .jtTop .jt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .jtTop .jt span {
    font-size: 24px;
  }
  .singePage {
    font-size: 14px;
  }
  .jtNav {
    margin-top: 25px;
  }
  .jtNav ul li {
    margin: 0px;
    padding: 10px 0px;
  }
  .jtNav ul {
    flex-wrap: wrap;
  }
  .jtNav ul li b {
    font-size: 14px;
  }
  .jtNav ul li p {
    font-size: 12px;
    display: none;
  }
  .laberBox {
    margin-top: 15px;
  }
  .laberBox ul li {
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
  }
  .laberBox ol li {
    height: 45px;
    line-height: 45px;
  }
  .conTitle {
    font-size: 20px;
    top: 35vw;
  }
  .conTitle p {
    font-size: 16px;
  }
  .boxes.b8 {
    /*padding-top: 70vw;
    height: auto;*/
    padding-bottom: 0px;
  }
  .boxes.b8 .map{width: 100%;}
  .boxes.b8 .box {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0%;
    background: #fff;
    transform: translateX(-0%);
  }
  .boxes.b8 .box .plate .number {
    font-size: 40px;
  }
  .boxes.b8 .box .plate {
    border-top: 1px solid rgba(0, 0, 0, .05);
  }
  .index__hero__visual__images__image {
    height: 100%;
  }
  .index__hero__visual__pager {
    padding: 15px 0px;
  }
  .index__hero__visual__pager__page {
    font-size: 12px;
  }
  .proNav ul li .txt {
    font-size: 14px;
  }
  .footerOA a {
    width: 60px;
  }
  .companyBox .L ul li a .title {
    font-size: 14px;
  }
  .laberBox ul li > div:nth-child(2), .laberBox ol li > div:nth-child(2) {
    display: none;
  }
  .laberBox ol li > div:nth-child(1), .laberBox ul li > div:nth-child(1) {
    width: 48%;
  }
  .lightBox .tet-box {
    width: 94%;
  }
  .lightBox .tittle {
    font-size: 16px;
    padding: 5px 15px;
  }
  .lightBox .close {
    width: 60px;
    height: 30px;
    right: 10px;
    top: 7.5px;
    line-height: 30px;
    font-size: 12px;
  }
  .naviList li.active .first::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    width: 0;
    bottom: 10%;
    height: 32%;
    background: rgba(217, 48, 69, 1);
    transform: skewX(-15deg);
    transition: width .3s ease;
  }
  .hisDots, .hisYear, .hisDes {
    display: none;
  }
  .mobSwiper {
    display: block;
    padding-bottom: 30px;
  }
  .mobSwiper .swiper-slide .time {
    text-align: center;
    font-size: 60px;
    line-height: 1.6;
    font-family: 'din';
    color: #013c96;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    margin-bottom: 10px;
  }
  .mobSwiper .swiper-slide .title {
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
  .footerTop .w1400 .ftDiv .title p {
    font-size: 12px;
    opacity: .7;
  }
  .footerTop .w1400 .ftDiv .title b {
    color: #3e3e3e;
  }
  .searchContent .scResult {
    font-size: 14px;
    width: 100%;
  }
  .mob-pagi .swiper-pagination-bullet-active {
    width: 8px;
  }
  #page li {
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0px 2px;
    font-size: 12px;
  }
  .sbox {
    display: none;
  }
  .boxes.b3 ul li .name {
    padding: 25px;
  }
  .boxes.b3 ul li .name b {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.feedback_box {
  background: #FFFFFF;
  margin-top: 70px
}
.feedback_box .content {
  width: 1400px;
  margin: 0px auto;
}
.feedback_box .top_box {
  text-align: center;
  padding: 80px 0px;
}
.feedback_box .top_box .title {
  color: #1e2b66;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.feedback_box .top_box .desc {
  font-size: 17px;
  color: #3d3d3d;
}
.feedback_box .form_box {
  overflow: hidden;
  padding-bottom: 120px;
}
.feedback_box .form_box .txt {
  width: 32%;
  float: left;
  height: 78px;
  line-height: 78px;
  border: 1px solid #dadada;
  padding: 0px 20px;
  box-sizing: border-box;
}
.feedback_box .form_box .txt:focus {
  border-color: #1e2b66;
}
.feedback_box .form_box .txt.t1 {
  margin-right: 2%;
}
.feedback_box .form_box .large_txt {
  width: 100%;
  height: 245px;
  padding: 20px;
  box-sizing: border-box;
  resize: none;
  float: left;
  margin-top: 30px;
  margin-bottom: 25px;
  border: 1px solid #dadada;
}
.feedback_box .form_box .large_txt:focus {
  border-color: #1e2b66;
}
.feedback_box .form_box .s_btn {
  background: #013c96;
  border-radius: 0px;
  float: left;
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
}
/*地图描述掉下去*/
@media only screen and (max-width:1400px) {
  .feedback_box .content {
    width: 100%;
    padding: 0px 20px;
  }
}
@media only screen and (max-width:900px) {
  .feedback_box .top_box {
    padding: 60px 0px;
  }
  .feedback_box .form_box .txt {
    height: 60px;
    line-height: 60px;
  }
  .feedback_box .form_box .large_txt {
    height: 150px;
  }
  .feedback_box .form_box .s_btn {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
}
@media only screen and (max-width:480px) {
  .feedback_box .top_box {
    padding: 40px 0px;
  }
  .feedback_box .top_box .title {
    font-size: 26px;
  }
  .feedback_box .form_box {
    margin-bottom: 80px;
  }
  .feedback_box .form_box .txt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .feedback_box .form_box .txt.t1 {
    margin-right: 0px;
  }
  .feedback_box .form_box .large_txt {
    height: 150px;
    margin-top: 0px;
  }
  .feedback_box .form_box .s_btn {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
@media only screen and (max-width:768px) {
	.c-wrapper {width: 100% !important}
	.c-col6 {width: 100% !important}
}



/****企业文化*******/
.c-icon {
    font-family: cicon!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.c-row:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.c-wrapper {
    width: 100%;
    margin: 0 auto
}
.c-col6 {
    width: 25%;
    float: left;
    box-sizing: border-box;
}
.m-product-panel {
    text-align: center;
    padding: 70px 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 0
}
.c-title-large.light {
    color: #fff;
}
.c-title-large .c-title-main {
    font-size: 34px;
    font-weight: 700;
    line-height: 1em;
}
.c-title-large .c-title-main:after {
    width: 120px;
    margin-top: 23px;
    content: "";
    display: block;
    height: 4px;
    background: #013c96;
    margin: 16px auto 0;
    background: #fff;
}
.c-title-large {
    text-align: center;
    margin-bottom: 56px;
}
.m-product-panel .m-product-panel-list {
    background: #f5f8f9;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(7, 61, 125, .16)
}
.m-product-panel .m-product-panel-list>li {
    position: relative;
    cursor: default
}
.m-product-panel .m-product-panel-list>li h4 {
    color: #4a4a4a;
    font-size: 27px;
    padding: 50px 20px 0;
    -webkit-transition: color .3s ease, -webkit-transform .3s ease;
    transition: color .3s ease, -webkit-transform .3s ease;
    transition: color .3s ease, transform .3s ease;
    transition: color .3s ease, transform .3s ease, -webkit-transform .3s ease
}
.m-product-panel .m-product-panel-list>li .m-product-panel-list-note {
    color: #7d7e7e;
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
    padding: 20px 30px;
    -webkit-transition: -webkit-transform .3s ease .05s;
    transition: -webkit-transform .3s ease .05s;
    transition: transform .3s ease .05s;
    transition: transform .3s ease .05s, -webkit-transform .3s ease .05s
}
.m-product-panel .m-product-panel-list>li .m-product-panel-list-icon {
    position: absolute;
    width: 100%;
    bottom: 90px;
    left: 0;
    color: #dcdedf;
    color: rgba(0, 0, 0, .1);
    font-size: 64px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .5s ease, opacity .5s ease;
    transition: visibility .5s ease, opacity .5s ease
}
.m-product-panel .m-product-panel-list>li .m-product-panel-list-button {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .5s ease, opacity .5s ease, -webkit-transform .3s ease .15s;
    transition: visibility .5s ease, opacity .5s ease, -webkit-transform .3s ease .15s;
    transition: visibility .5s ease, opacity .5s ease, transform .3s ease .15s;
    transition: visibility .5s ease, opacity .5s ease, transform .3s ease .15s, -webkit-transform .3s ease .15s
}
.m-product-panel .m-product-panel-list>li .m-product-panel-list-button button {
    height: 28px;
    line-height: 26px;
    padding: 0 18px;
    cursor: inherit;
    color: #666;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: transparent;
    -webkit-transition: color .3s ease, border-color .3s ease, background .3s ease;
    transition: color .3s ease, border-color .3s ease, background .3s ease
}
.m-product-panel .m-product-panel-list>li .m-product-panel-list-detail {
    width: 100%;
    padding: 0 50px;
    text-align: left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s ease .1s;
    transition: -webkit-transform .3s ease .1s;
    transition: transform .3s ease .1s;
    transition: transform .3s ease .1s, -webkit-transform .3s ease .1s
}
.m-product-panel .m-product-panel-list>li .m-product-panel-list-detail li {
    color: #999;
    font-size: 14px;
    margin-top: 18px
}
.m-product-panel .m-product-panel-list>li .m-product-panel-list-detail .c-icon {
    color: #ddd;
    font-size: 20px;
    margin-right: 12px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    position: relative;
    top: 2px
}
.m-product-panel .m-product-panel-list>li>div {
    position: relative;
    z-index: 9;
    height: 382px;
    margin: 25px 0;
    border-left: 1px dashed #d6d6d6;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    overflow: hidden
}
.m-product-panel .m-product-panel-list>li>div>a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none
}
.m-product-panel .m-product-panel-list>li:first-child>div {
    border-left-color: transparent
}
.m-product-panel .m-product-panel-list>li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #f5f8f9;
    -webkit-transition: background .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;
    transition: background .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;
    transition: background .3s ease, transform .3s ease, box-shadow .3s ease;
    transition: background .3s ease, transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease
}
.m-product-panel .m-product-panel-list>li.active:after, .m-product-panel .m-product-panel-list>li:hover:after {
    z-index: 1;
    background: #fff;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13)
}
.m-product-panel .m-product-panel-list>li.active+li>div, .m-product-panel .m-product-panel-list>li.active>div, .m-product-panel .m-product-panel-list>li:hover+li>div, .m-product-panel .m-product-panel-list>li:hover>div {
    border-left-color: transparent
}
.m-product-panel .m-product-panel-list>li.active h4, .m-product-panel .m-product-panel-list>li:hover h4 {
    color: #013c96;
    -webkit-transform: translate3d(0, -37px, 0);
    transform: translate3d(0, -37px, 0)
}
.m-product-panel .m-product-panel-list>li.active .m-product-panel-list-note, .m-product-panel .m-product-panel-list>li:hover .m-product-panel-list-note {
    -webkit-transform: translate3d(0, -45px, 0);
    transform: translate3d(0, -45px, 0)
}
.m-product-panel .m-product-panel-list>li.active .m-product-panel-list-icon, .m-product-panel .m-product-panel-list>li:hover .m-product-panel-list-icon {
    visibility: hidden;
    opacity: 0
}
.m-product-panel .m-product-panel-list>li.active .m-product-panel-list-button, .m-product-panel .m-product-panel-list>li:hover .m-product-panel-list-button {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0)
}
.m-product-panel .m-product-panel-list>li.active .m-product-panel-list-button button, .m-product-panel .m-product-panel-list>li:hover .m-product-panel-list-button button {
    color: #fff;
    border-color: #013c96;
    background: #013c96;
    box-shadow: 0 0 9px rgba(0, 0, 0, .06)
}
.m-product-panel .m-product-panel-list>li.active .m-product-panel-list-detail, .m-product-panel .m-product-panel-list>li:hover .m-product-panel-list-detail {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0)
}
.m-product-panel .m-product-panel-more {
    margin-top: 64px
}
.m-product-panel .m-product-panel-more a {
    color: #666;
    text-decoration: none;
    font-size: 18px;
    line-height: 36px;
    padding: 6px 26px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: color .3s ease, border-color .3s ease, background .3s ease;
    transition: color .3s ease, border-color .3s ease, background .3s ease
}
.m-product-panel .m-product-panel-more a:hover {
    color: #fff;
    border-color: #013c96;
    background: #013c96
}
/*******企业文化*****/
.c-icon {
    font-family: cicon!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.c-row:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.c-wrapper {
    width: 1176px;
    margin: 0 auto
}
.c-col6 {
    width: 25%;
    float: left;
    box-sizing: border-box;
}
.m-product-panel {
    text-align: center;
    padding: 70px 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 0
}
.c-title-large.light {
    color: #fff;
}
.c-title-large .c-title-main {
    font-size: 34px;
    font-weight: 700;
    line-height: 1em;
}
.c-title-large .c-title-main:after {
    width: 120px;
    margin-top: 23px;
    content: "";
    display: block;
    height: 4px;
    background: #013c96;
    margin: 16px auto 0;
    background: #fff;
}
.c-title-large {
    text-align: center;
    margin-bottom: 56px;
}
.m-product-panel .m-product-panel-list {
    background: #f5f8f9;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(7, 61, 125, .16)
}
.m-product-panel .m-product-panel-list>li {
    position: relative;
    cursor: default
}
.m-product-panel .m-product-panel-list>li h4 {
    color: #4a4a4a;
    font-size: 27px;
    padding: 50px 20px 0;
    -webkit-transition: color .3s ease, -webkit-transform .3s ease;
    transition: color .3s ease, -webkit-transform .3s ease;
    transition: color .3s ease, transform .3s ease;
    transition: color .3s ease, transform .3s ease, -webkit-transform .3s ease
}
.m-product-panel .m-product-panel-list>li .m-product-panel-list-note {
    color: #7d7e7e;
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
    padding: 20px 30px;
    -webkit-transition: -webkit-transform .3s ease .05s;
    transition: -webkit-transform .3s ease .05s;
    transition: transform .3s ease .05s;
    transition: transform .3s ease .05s, -webkit-transform .3s ease .05s
}
.m-product-panel .m-product-panel-list>li .m-product-panel-list-icon {
    position: absolute;
    width: 100%;
    bottom: 90px;
    left: 0;
    color: #dcdedf;
    color: rgba(0, 0, 0, .1);
    font-size: 64px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .5s ease, opacity .5s ease;
    transition: visibility .5s ease, opacity .5s ease
}
.m-product-panel .m-product-panel-list>li .m-product-panel-list-button {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .5s ease, opacity .5s ease, -webkit-transform .3s ease .15s;
    transition: visibility .5s ease, opacity .5s ease, -webkit-transform .3s ease .15s;
    transition: visibility .5s ease, opacity .5s ease, transform .3s ease .15s;
    transition: visibility .5s ease, opacity .5s ease, transform .3s ease .15s, -webkit-transform .3s ease .15s
}
.m-product-panel .m-product-panel-list>li .m-product-panel-list-button button {
    height: 28px;
    line-height: 26px;
    padding: 0 18px;
    cursor: inherit;
    color: #666;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: transparent;
    -webkit-transition: color .3s ease, border-color .3s ease, background .3s ease;
    transition: color .3s ease, border-color .3s ease, background .3s ease
}
.m-product-panel .m-product-panel-list>li .m-product-panel-list-detail {
    width: 100%;
    padding: 0 50px;
    text-align: left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s ease .1s;
    transition: -webkit-transform .3s ease .1s;
    transition: transform .3s ease .1s;
    transition: transform .3s ease .1s, -webkit-transform .3s ease .1s
}
.m-product-panel .m-product-panel-list>li .m-product-panel-list-detail li {
    color: #999;
    font-size: 14px;
    margin-top: 18px
}
.m-product-panel .m-product-panel-list>li .m-product-panel-list-detail .c-icon {
    color: #ddd;
    font-size: 20px;
    margin-right: 12px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    position: relative;
    top: 2px
}
.m-product-panel .m-product-panel-list>li>div {
    position: relative;
    z-index: 9;
    height: 382px;
    margin: 25px 0;
    border-left: 1px dashed #d6d6d6;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    overflow: hidden
}
.m-product-panel .m-product-panel-list>li>div>a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none
}
.m-product-panel .m-product-panel-list>li:first-child>div {
    border-left-color: transparent
}
.m-product-panel .m-product-panel-list>li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #f5f8f9;
    -webkit-transition: background .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;
    transition: background .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;
    transition: background .3s ease, transform .3s ease, box-shadow .3s ease;
    transition: background .3s ease, transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease
}
.m-product-panel .m-product-panel-list>li.active:after, .m-product-panel .m-product-panel-list>li:hover:after {
    z-index: 1;
    background: #fff;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13)
}
.m-product-panel .m-product-panel-list>li.active+li>div, .m-product-panel .m-product-panel-list>li.active>div, .m-product-panel .m-product-panel-list>li:hover+li>div, .m-product-panel .m-product-panel-list>li:hover>div {
    border-left-color: transparent
}
.m-product-panel .m-product-panel-list>li.active h4, .m-product-panel .m-product-panel-list>li:hover h4 {
    color: #013c96;
    -webkit-transform: translate3d(0, -37px, 0);
    transform: translate3d(0, -37px, 0)
}
.m-product-panel .m-product-panel-list>li.active .m-product-panel-list-note, .m-product-panel .m-product-panel-list>li:hover .m-product-panel-list-note {
    -webkit-transform: translate3d(0, -45px, 0);
    transform: translate3d(0, -45px, 0)
}
.m-product-panel .m-product-panel-list>li.active .m-product-panel-list-icon, .m-product-panel .m-product-panel-list>li:hover .m-product-panel-list-icon {
    visibility: hidden;
    opacity: 0
}
.m-product-panel .m-product-panel-list>li.active .m-product-panel-list-button, .m-product-panel .m-product-panel-list>li:hover .m-product-panel-list-button {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0)
}
.m-product-panel .m-product-panel-list>li.active .m-product-panel-list-button button, .m-product-panel .m-product-panel-list>li:hover .m-product-panel-list-button button {
    color: #fff;
    border-color: #013c96;
    background: #013c96;
    box-shadow: 0 0 9px rgba(0, 0, 0, .06)
}
.m-product-panel .m-product-panel-list>li.active .m-product-panel-list-detail, .m-product-panel .m-product-panel-list>li:hover .m-product-panel-list-detail {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0)
}
.m-product-panel .m-product-panel-more {
    margin-top: 64px
}
.m-product-panel .m-product-panel-more a {
    color: #666;
    text-decoration: none;
    font-size: 18px;
    line-height: 36px;
    padding: 6px 26px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: color .3s ease, border-color .3s ease, background .3s ease;
    transition: color .3s ease, border-color .3s ease, background .3s ease
}
.m-product-panel .m-product-panel-more a:hover {
    color: #fff;
    border-color: #013c96;
    background: #013c96
}

