@charset "utf-8";

@font-face {
  font-family: DINCondensed;
  src: url(../fonts/fonteditor.eot);
  src: url(../fonts/fonteditor.eot?#iefix) format('embedded-opentype'), url(../fonts/fonteditor.woff2) format('woff2'), url(../fonts/fonteditor.woff) format('woff'), url(../fonts/fonteditor.ttf) format('truetype'), url(../fonts/fonteditor.svg#iconfont) format('svg')
}

@font-face {
  font-family: iconfont;
  src: url(//at.alicdn.com/t/font_1577552_o8hh3ylq94o.eot);
  src: url(//at.alicdn.com/t/font_1577552_o8hh3ylq94o.eot?#iefix) format('embedded-opentype'), url(//at.alicdn.com/t/font_1577552_o8hh3ylq94o.woff2) format('woff2'), url(//at.alicdn.com/t/font_1577552_o8hh3ylq94o.woff) format('woff'), url(//at.alicdn.com/t/font_1577552_o8hh3ylq94o.ttf) format('truetype'), url(//at.alicdn.com/t/font_1577552_o8hh3ylq94o.svg#iconfont) format('svg')
}

.iconfont {
  font-family: iconfont, serif
}

@font-face {
  font-family: "Source Han Sans CN";
  src: url("../fonts/SOURCEHANSANSCN-REGULAR.OTF");
  font-weight: normal;
  font-style: normal;
}

.clearFix {
  *zoom: 1
}

.clearFix:before,
.clearFix:after {
  display: table;
  content: ""
}

.clearFix:after {
  clear: both
}


inout {
  outline: 0
}

.strength-page .box5 .swiper-container .swiper-slide .txt {
  display: none
}

.common-title {
  font-size: 36px;
  letter-spacing: 1.5px;
  text-transform: uppercase
}

body,
html {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-size: 14px;
  font-family: 'arial', 'microsoft yahei';
  color: #262626;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

li,
ul {
  list-style: none
}

.header_tel {
  display: none
}

.scroll-tip {
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .25);
  bottom: 80px;
  left: 50%;
  margin-left: -33px;
  z-index: 10
}

.scroll-tip:before {
  height: 130px;
  width: 1px;
  content: '';
  position: absolute;
  left: 50%;
  background-color: #fff;
  top: 66px;
  opacity: .4
}

.scroll-tip.no-line:before {
  display: none
}

.mouse-tip {
  position: absolute;
  width: 24px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 24px;
  left: 50%;
  bottom: 13px;
  z-index: 5;
  transform: translate(-50%, 0);
  overflow: hidden
}

.mouse-tip:before {
  content: '';
  position: absolute;
  width: 2px;
  left: 50%;
  margin-left: -1px;
  top: 3px;
  height: 2px;
  background-color: #fff;
  animation: mouse 2s ease infinite
}

@keyframes mouse {
  0% {
    top: 3px;
    height: 2px;
    margin-top: -1px
  }

  50% {
    top: 20px;
    margin-top: -5px;
    height: 10px
  }

  100% {
    top: 35px;
    margin-top: -1px;
    height: 2px
  }
}

.mobile {
  display: none
}

._PageTurningNumber,
._PageTurningNumber span {
  text-align: center
}

._PageTurningNumber a {
  background: #fff;
  padding: 10px 15px;
  margin-right: 5px
}

._PageTurningNumber ._btnJump {
  margin: 0 5px
}

._PageTurningNumber a.active {
  color: #fff;
  background: #3488ea
}

._PageTurningNumber span input {
  line-height: 19px;
  padding: 10px 5px;
  box-sizing: border-box;
  width: 50px;
  border: 1px solid #ccc;
  margin: 0 5px
}

._PageTurningNumber ._JumpNumber {
  margin: 0 10px
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.more-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #4c4c4c;
  cursor: pointer
}

.more-icon .icons {
  position: relative;
  margin-right: 20px
}

.more-icon .icons .c {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  transition: ease .4s
}

.more-icon .icons .a {
  width: 66px;
  height: 3px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 3;
  background-color: #fff;
  transition: all .25s;
  transform: translateY(-50%)
}

.more-icon .icons .a:before {
  content: '';
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 92% 10%;
  transform: rotate(45deg)
}

.more-icon.left .a {
  right: auto;
  left: 15px
}

.more-icon.left .a:before {
  transform-origin: 8% 10%;
  border: none;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  left: 0;
  right: auto;
  transform: rotate(-45deg)
}

.more-icon.white,
.more-icon.white .icons .a,
.more-icon.white .icons .a:before,
.more-icon.white .icons .c {
  border-color: #fff;
  color: #fff
}

.more-icon.white .icons .a {
  background-color: #fff
}

.more-icon.blue,
.more-icon.blue .icons .a,
.more-icon.blue .icons .a:before,
.more-icon.blue .icons .c {
  border-color: #4c4c4c;
  color: #4c4c4c
}

.more-icon.blue .icons .a {
  background-color: #4c4c4c
}

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  padding: 15px 8.3333333%;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  transition: all .25s
}

.menu.active,
.menu.black {
  padding: 15px 8.3333333%;
  background-color: #fff;
  color: #262626;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.menu.active .logo,
.menu.black .logo {
  width: 260px
}

.menu.active .logo .white,
.menu.black .logo .white {
  opacity: 0
}

.menu.active .logo .color,
.menu.black .logo .color {
  opacity: 1
}

.menu.active .menu-btn span,
.menu.black .menu-btn span {
  background-color: #4c4c4c
}

.menu.black {
  box-shadow: unset;
  padding: 15px 8.3333333%
}

.menu.black.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding: 15px 8.3333333%
}

.menu .right {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.menu .right ul {
  display: flex;
  align-items: center;
  font-size: 16px
}

.menu .right ul li {
  padding: 2px;
  position: relative
}

.menu .right ul li a {
  line-height: 36px;
  display: block
}

.menu .right ul li:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  background-color: #4c4c4c;
  transition: transform .5s cubic-bezier(.19, 1, .22, 1);
  transition-delay: .1s;
  transform-origin: right
}

.menu .right ul li:nth-child(1):after {
  background: #fff
}

.menu .right ul li.active:nth-child(1):after {
  background: #fff
}

.menu.active .right ul li.active:nth-child(1):after {
  background: #4c4c4c
}

.menu .right ul li.active:after {
  transform-origin: left;
  transform: scaleX(1)
}

.menu .right ul li+li {
  margin-left: 80px
}

.menu .logo {
  width: 260px;
  display: block;
  position: relative
}

.menu .logo img {
  transition: all .25s;
  width: 100%
}

.menu .logo .color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0
}

.menu .menu-btn {
  height: 23px;
  width: 30px;
  position: relative;
  cursor: pointer;
  display: none
}

.menu .menu-btn span {
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #fff;
  left: 10px;
  top: 13px;
  transition: all .25s
}

.menu .menu-btn span:nth-child(2) {
  top: 23px
}

.menu .menu-btn span:nth-child(3) {
  top: 33px
}

.menu .search {
  margin-left: 60px;
  margin-right: 0;
  font-size: 26px;
  cursor: pointer;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 60px;
  text-align: center
}

.banner {
  position: relative
}

.banner .pagination {
  position: absolute;
  right: 36px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  width: 34px;
  text-align: center;
  padding: 27px 0;
  background-color: rgba(0, 0, 0, .08);
  border-radius: 34px;
  left: auto;
  bottom: auto
}

.home .banner .pagination span {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 48px;
  opacity: .5;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  background: 0 0
}

.home .banner .pagination span:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #fff;
  left: 50%;
  transform: translateX(-50%) scaleX(1);
  transition: ease .4s
}

.home .banner .pagination span+span {
  margin-top: 10px
}

.home .banner .pagination span.swiper-pagination-bullet-active {
  width: 4px;
  opacity: 1
}

.home .banner .pagination span.swiper-pagination-bullet-active:after {
  content: '';
  transform: translateX(-50%) scaleX(4)
}

.home .banner .pagination span:hover:after {
  transform: translateX(-50%) scaleX(4)
}

.home .box2 {
  position: relative;
  padding: 70px 0 80px 0;
}

.home .box2 .bg {
  background-color: #213f6b;
  color: #fff;
  background-image: url(../images/box2-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 45px 0 240px 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%
}

.home .box2 .bg p {
  font-family: DINCondensed, serif;
  font-style: italic;
  font-size: 620px;
  line-height: 1;
  color: #213f6b;
  text-shadow: #fff 0 0 2px;
  opacity: .4;
  margin-left: -3%;
  letter-spacing: 20px
}

.home .box2 .bg p span {
  font-size: 304px;
  margin-left: -20px
}

.home .box2 .content {
  position: relative;
  z-index: 2;
  color: #313131;
}

.home .box2 .slogan {
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 1.8
}

.home .box2 .history {
  margin-top: 25px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
  padding: 3px 2px;
  opacity: .6
}

.home .box2 .entry {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.home .box2 .entry .item {
  position: relative;
  background: #000;
  overflow: hidden;
  cursor: pointer;
  width: 48%
}

.home .box2 .entry .item .text-cover {
  position: absolute;
  z-index: 3;
  width: 376px;
  height: 126px;
  border: 2px solid rgba(255, 255, 255, .65);
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  font-size: 20px;
  letter-spacing: 1px
}

.home .box2 .entry .item .text-cover:before {
  position: absolute;
  width: 386px;
  height: 136px;
  border: 1px solid #fff;
  content: '';
  left: -7px;
  top: -7px;
  box-sizing: border-box;
  opacity: .4
}

.home .box2 .entry .item .text-cover h3 {
  font-size: 30px;
  margin-bottom: 10px
}

.home .box2 .entry .item img {
  opacity: .8;
  transition: opacity .25s
}

.home .box3 {
  position: relative
}

.home .box3 .text-cover {
  padding: 0 8.3333333%;
  position: absolute;
  left: 0;
  bottom: 21%;
  color: #fff
}

.home .box3 .text-cover h3 {
  font-size: 36px;
  margin-bottom: 26px
}

.home .box3 .more-icon {
  position: absolute;
  right: 8.3333333%;
  bottom: 17%
}

.vr-icon {
  position: absolute;
  top: 20px;
  right: 18px;
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  line-height: 32px;
  border-radius: 32px;
  width: 106px;
  text-align: center;
  cursor: pointer
}

.vr-icon .iconfont {
  font-size: 24px;
  vertical-align: top;
  margin-right: 5px;
  display: inline-block
}

.home .box4 {
  padding: 105px 8.3333333% 95px;
  text-align: center
}

.home .box4 .vr-thumb {
  display: flex;
  justify-content: space-between
}

.home .box4 .vr-thumb .item {
  width: calc((100% - 50px)/ 3);
  text-align: left;
  position: relative;
  cursor: pointer
}

.home .box4 .vr-thumb .item .img-box {
  height: auto;
  overflow: hidden;
  width: 100%
}

.home .box4 .vr-thumb .item .img-box.iframe {
  height: 100%
}

.home .box4 .vr-thumb .item .text {
  padding: 18px 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 4
}

.home .box4 .vr-thumb .item .text h3 {
  font-size: 18px;
  margin-bottom: 5px
}

.home .box4 .vr-thumb .item .text:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 150%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%);
  left: 0;
  bottom: 0;
  z-index: -1
}

.home .box4 .common-title {
  color: #4c4c4c;
  margin-bottom: 20px;
  line-height: 1
}

.home .box4 .type {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px
}

.home .box4 .type span {
  display: block;
  margin: 0 17px;
  cursor: pointer;
  opacity: .5
}

.home .box4 .type span.active {
  opacity: 1
}

.home .box4 .type i {
  font-style: normal
}

.home .box4 .more-icon {
  margin-top: 60px
}

.home .box4 .more-icon p {
  font-size: 16px
}

.home .box5 {
  position: relative;
  padding-top: 90px
}

.home .box5 .lists-box {
  position: relative;
  height: 780px;
  overflow: hidden
}

.home .box5 .lists-box .item {
  position: relative;
  background-color: #000
}

.home .box5 .lists-box .item .img-box {
  opacity: .8;
  height: 780px;
  background-position: center 50%;
  background-size: cover
}

.home .box5 .lists-box .item .text {
  position: absolute;
  left: 8.3333333%;
  top: 25%;
  color: #fff
}

.home .box5 .lists-box .item .text .detail {
  line-height: 28px;
  max-width: 460px;
  height: 140px;
  overflow: hidden;
  margin-top: 30px
}

.home .box5 .lists-box .ctrl {
  position: absolute;
  left: 8.3333333%;
  z-index: 5;
  bottom: 220px
}

.home .box5 .lists-box .ctrl .more-icon+.more-icon {
  margin-left: 55px
}

.home .box5 .small-thumb {
  position: absolute;
  top: 0;
  right: 8.3333333%;
  z-index: 3;
  background-color: #fff
}

.home .box5 .small-thumb .img-box {
  width: 600px;
  height: 600px;
  overflow: hidden;
  position: relative;
  background-color: #cfcfcf
}

.home .box5 .small-thumb .img-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: -5% 80%;
  opacity: .8;
  background-repeat: no-repeat
}

.home .box5 .small-thumb .text {
  min-height: 155px;
  padding: 40px 30px 30px;
  position: relative
}

.home .box5 .small-thumb .text .title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px
}

.home .box5 .small-thumb .text .detail {
  line-height: 24px;
  width: 370px;
  color: #676767
}

.home .box5 .small-thumb .text .more-icon {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -32px
}

.home .box5 .small-thumb .text .more-icon .c {
  opacity: 0
}

.home .box5 .small-thumb .text .more-icon .a {
  background-color: #000;
  height: 2px;
  width: 45px
}

.home .box5 .small-thumb .text .more-icon .a:before {
  border-color: #000;
  border-width: 2px;
  transform-origin: 95% 5%
}

.home .box6 {
  background-color: #fafafa;
  padding: 100px 8.3333333% 95px
}

.home .box6 .common-title {
  text-align: center;
  color: #4c4c4c
}

.home .box6 .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 82px
}

.home .box6 .flex-box .title {
  font-size: 20px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.home .box6 .flex-box .left {
  width: 390px;
  padding-bottom: 38px
}

.home .box6 .flex-box .left .date {
  margin-bottom: 10px
}

.home .box6 .flex-box .left .more-icon {
  margin-top: 28px;
  margin-left: 16px
}

.home .box6 .flex-box .left .more-icon .c {
  width: 44px;
  height: 44px
}

.home .box6 .flex-box .left .more-icon .a {
  width: 45px;
  height: 2px;
  margin-top: -1px
}

.home .box6 .flex-box .left .more-icon .a:before {
  border-width: 2px;
  width: 12px;
  height: 12px;
  transform-origin: 95% 5%
}

.home .box6 .flex-box .center {
  flex: auto;
  margin: 0 55px
}

.home .box6 .flex-box .center .bg {
  height: 406px;
  background-position: center center;
  background-size: cover
}

.home .box6 .flex-box .right {
  width: 390px
}

.home .box6 .flex-box .right .list a {
  display: block
}

.home .box6 .flex-box .right .list a+a {
  margin-top: 41px
}

.home .box6 .flex-box .detail {
  line-height: 28px;
  color: #8d8d8d;
  text-align: justify
}

.home .box6 .flex-box .date {
  font-size: 12px;
  margin-top: 3px;
  margin-bottom: 3px
}

.home .box7 {
  padding: 110px 8.3333333% 95px;
  text-align: center
}

.home .box7 .common-title {
  color: #4c4c4c
}

.home .box7 .index {
  display: flex;
  justify-content: center;
  margin-top: 75px;
  margin-bottom: 40px;
  text-align: left
}

.home .box7 .index .item+.item {
  margin-left: 166px
}

.home .box7 .index .item .index-number {
  font-size: 20px
}

.home .box7 .index .item .index-number span {
  font-family: DINCondensed, serif;
  font-size: 70px;
  color: #4c4c4c;
  text-transform: uppercase;
  padding-right: 5px;
  line-height: .8
}

.home .box7 .index .item .index-number+p {
  font-size: 16px;
  opacity: .5
}

.home .box7 .customers {
  width: 1050px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.home .box7 .customers a {
  display: block;
  width: 180px;
  margin-bottom: 15px
}

.home .box7 .customers a+a {
  margin-left: 15px
}

.home .box7 .customers a:nth-child(5n+1) {
  margin-left: 0
}

.home .box7 .customers a img {
  display: block
}

.footer {
  background-color: #292929;
  color: #fff;
  padding: 70px 0 5px 0;
  width: 100%;
}

.footer .footer-menu {
  width: 62%;
  float: left;
}

.footer .footer-menu .item {
  width: 22%;
  display: inline-block;
  vertical-align: top;
  float: left;
  padding-right: 25px;
}

.footer .footer-menu .item .title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 30px;
}

.footer .footer-menu .item a {
  display: block;
  color: rgba(255, 255, 255, .7);
}

.footer .footer-menu .item a:hover {
  color: #fff;
}

.footer .footer-menu .item a+a {
  margin-top: 12px
}

.footer .footer-telephone {
  border-left: 1px solid rgba(255, 255, 255, .1);
  border-right: 1px solid rgba(255, 255, 255, .1);
  padding: 0 40px 3px 40px;
  width: 25%;
  float: left;
}

.footer .footer-telephone .title {
  font-size: 16px;
  height: 34px;
  position: relative;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.footer .footer-telephone .title:before {
  width: 52px;
  height: 1px;
  background-color: #fff;
  content: '';
  left: 0;
  bottom: 0;
  opacity: .2;
  position: absolute;
}

.footer .footer-telephone .phone-number {
  font-size: 32px;
  font-weight: 400;
  font-family: DINCondensed, serif;
  margin-bottom: 15px;
  padding-top: 5px;
  line-height: 1;
}

.footer .footer-telephone .address {
  font-size: 14px;
  line-height: 1.7;
}

.footer .wx {
  padding-left: 40px;
  width: 160px;
  text-align: center;
  float: right;
}

.footer .wx .img-box1 {
  overflow: hidden;
  margin: 0 auto;
}

.footer .wx p {
  text-align: center;
  margin-top: 10px;
  color: rgba(255, 255, 255, .7);
}

.footer .web-info {
  width: 100%;
  line-height: 50px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  display: block;
  justify-content: space-between;
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  float: left;
  margin-top: 40px;
}

.common-page {
  padding-top: 90px
}

.common-page .page-banner {
  position: relative;
  padding: 0 65px;
  margin-bottom: 75px
}

.common-page .page-banner .bg {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden
}

.common-page .page-banner .scroll-tip {
  bottom: 50px
}

.common-page .page-banner .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 42px;
  font-weight: 100;
  letter-spacing: 5px
}

.common-page .page-banner .text .space {
  padding: 0 17px
}

.plus-icon {
  width: 60px;
  height: 60px;
  position: relative;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer
}

.plus-icon:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 3px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -2px
}

.plus-icon:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 19px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -10px
}

.vr-experience .box1 {
  padding-left: 65px
}

.vr-experience .box1 .type-box {
  margin-top: 0;
  margin-bottom: 50px;
  text-align: left;
  padding-left: 220px
}

.vr-experience .box1 .type-box .item {
  text-align: center
}

.vr-experience .box1 .type-box .item:after {
  content: "";
  position: absolute;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border: 1px solid #ccc;
  left: 0;
  top: 0
}

.vr-experience .box1 .experience-lists {
  padding-bottom: 130px
}

.vr-experience .box1 .experience-lists .item {
  display: flex
}

.vr-experience .box1 .experience-lists .item+.item {
  margin-top: 90px
}

.vr-experience .box1 .experience-lists .item .left-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 220px;
  padding-bottom: 51px
}

.vr-experience .box1 .experience-lists .item .left-box .title {
  font-size: 72px;
  line-height: 82px;
  color: #4c4c4c;
  width: 160px
}

.vr-experience .box1 .experience-lists .item .left-box .count {
  font-size: 16px;
  opacity: .65;
  margin-top: 10px
}

.vr-experience .box1 .experience-lists .item .right {
  width: calc(100% - 220px);
  overflow: hidden;
  position: relative
}

.vr-experience .box1 .experience-lists .item .right .ctrl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  pointer-events: none;
  padding-left: 25px;
  padding-bottom: 51px
}

.vr-experience .box1 .experience-lists .item .right .ctrl .more-icon {
  pointer-events: all
}

.vr-experience .box1 .experience-lists .item .right .lists {
  display: flex;
  transition: transform .5s ease-in-out
}

.vr-experience .box1 .experience-lists .item .right .lists .vr-item {
  flex-shrink: 0;
  width: 34vw
}

.vr-experience .box1 .experience-lists .item .right .lists .vr-item .title {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: .7;
  margin-top: 25px
}

.vr-experience .box1 .experience-lists .item .right .lists .vr-item+.vr-item {
  margin-left: 15px
}

.vr-experience .box1 .experience-lists .item .right .lists .vr-item .img-box {
  background-color: #000;
  position: relative;
  height: 22.4vw;
  overflow: hidden
}

.vr-experience .box1 .experience-lists .item .right .lists .vr-item .img-box.iframe img {
  display: none
}

.vr-experience .box1 .experience-lists .item .right .lists .vr-item .img-box img {
  transition: all .25s
}

.vr-experience .box1 .experience-lists .item .right .lists .vr-item .img-box .icons-box {
  position: absolute;
  bottom: 40px;
  height: 32px;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translate3d(0, 0, 0) translateY(100%);
  transition: all .25s
}

.vr-experience .box1 .experience-lists .item .right .lists .vr-item .img-box .icons-box .vr-icon {
  position: relative;
  top: auto;
  right: auto
}

.vr-experience .box1 .experience-lists .item .right .lists .vr-item .img-box .icons-box .vr-icon+.vr-icon {
  margin-left: 10%
}

.vr-cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 40;
  background-color: #fff;
  display: none;
  overflow: hidden
}

.vr-cover .close {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, .25);
  position: absolute;
  left: 50px;
  top: 40px;
  cursor: pointer;
  z-index: 5
}

.vr-cover .text-box {
  position: absolute;
  left: 8.3333333%;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translate3d(0, 0, 0) translateX(0);
  transition: transform .5s
}

.vr-cover .text-box .title {
  font-size: 72px;
  color: #4c4c4c;
  text-indent: -10px
}

.vr-cover .text-box .abs {
  font-size: 16px;
  opacity: .65;
  margin-bottom: 35px
}

.vr-cover .text-box .detail {
  font-size: 16px;
  font-weight: 100;
  line-height: 2.4
}

.vr-cover.active .text-box {
  transform: translate3d(0, 0, 0) translateX(-50vw)
}

.vr-cover .tools {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 80px;
  text-align: center;
  z-index: 5
}

.vr-cover .tools .pages {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 28px;
  font-family: DINCondensed, serif;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.vr-cover .tools .pages .lines {
  width: 32px;
  height: 2px;
  background-color: #000;
  margin: 0 15px
}

.vr-cover .tools .more-icon {
  position: absolute;
  right: 35px;
  bottom: 9px
}

.vr-cover .tools .more-icon .a {
  background-color: #000
}

.vr-cover .tools .more-icon.left .a:before {
  border-left: 3px solid #000;
  border-top: 3px solid #000
}

.vr-cover .tools .more-icon.right .a:before {
  border-top: 3px solid #000;
  border-right: 3px solid #000
}

.vr-cover .tools .more-icon .c {
  border: 1px solid #000
}

.vr-cover .tools .more-icon.left {
  left: 55px;
  right: auto
}

.vr-cover .img-lists {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center
}

.vr-cover .img-lists .imgListBox {
  padding: 80px 0;
  height: 100%
}

.vr-cover .img-lists .swiper-container {
  transform: translateX(calc(50%)) translate3d(0, 0, 0);
  transition: transform .5s;
  height: 100%
}

.vr-cover .img-lists .swiper-slide {
  width: auto
}

.vr-cover .img-lists .img-box {
  height: 100%
}

.vr-cover .img-lists .swiper-slide .text {
  position: absolute;
  color: #fff;
  font-size: 18px;
  padding: 10px 3%;
  width: 100%;
  line-height: 1.7;
  bottom: 0;
  background: rgba(0, 0, 0, .5)
}

.vr-cover.active .img-lists .swiper-container {
  transform: translateX(calc(0)) translate3d(0, 0, 0)
}

.products-page .box1 {
  text-align: center
}

.products-page .box1 .type {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
  margin-top: 12px
}

.products-page .box1 .type span {
  display: block;
  margin: 0 20px;
  opacity: .5;
  transition: opacity .25s;
  cursor: pointer
}

.products-page .box1 .type span.active {
  opacity: 1
}

.products-page .box1 .type i {
  font-style: normal;
  opacity: .5
}

.products-page .box1 .flex-box {
  display: flex
}

.products-page .box1 .flex-box .img-box {
  width: 50%
}

.products-page .box1 .flex-box .text-box {
  width: 50%;
  display: flex;
  padding: 0 8.3333333%;
  background-image: url(../images/prd-top-bg.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  text-align: left
}

.products-page .box1 .flex-box .text-box .title {
  font-size: 27px
}

.products-page .box1 .flex-box .text-box .name {
  font-size: 70px;
  margin-bottom: 30px
}

.products-page .box1 .flex-box .text-box .d {
  font-size: 16px;
  text-align: justify;
  line-height: 1.6
}

.products-page .box2 .lists .item {
  padding-top: 110px;
  text-align: center
}

.products-page .box2 .lists .item .title {
  font-size: 24px
}

.products-page .box2 .lists .item .abs {
  font-size: 16px;
  opacity: .6;
  margin-top: 30px;
  padding-bottom: 45px
}

.products-page .box2 .lists .item .material {
  background-color: #f0f0f0;
  padding-top: 80px;
  padding-bottom: 65px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 16px
}

.products-page .box2 .lists .item .material .img-box {
  position: relative
}

.products-page .box2 .lists .item .material .name {
  font-size: 16px;
  margin-bottom: 20px
}

.products-page .box2 .lists .item .material .name span {
  opacity: .6
}

.products-page .box2 .lists .item .material .b {
  line-height: 22px;
  border-left: 1px solid #000;
  width: 100%;
  border-right: 1px solid #000;
  position: relative;
  margin-top: 10px
}

.products-page .box2 .lists .item .material .b p {
  position: relative;
  z-index: 3;
  padding: 0 22px;
  background-color: #f0f0f0;
  display: inline-block
}

.products-page .box2 .lists .item .material .b:before {
  content: '';
  position: absolute;
  width: 100%;
  background-color: #000;
  height: 1px;
  top: 50%;
  left: 0
}

.products-page .box2 .lists .item .material .r {
  width: 22px;
  height: 130px;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  left: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  margin-left: 15px
}

.products-page .box2 .lists .item .material .r p {
  position: relative;
  background-color: #f0f0f0;
  padding: 15px 0
}

.products-page .box2 .lists .item .material .r:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  background-color: #000;
  height: 100%
}

.products-page .box2 .lists .item .pictures {
  display: flex
}

.products-page .box2 .lists .item .pictures .left {
  width: 50%;
  position: relative
}

.products-page .box2 .lists .item .pictures .left .text {
  position: absolute;
  color: #fff;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  padding: 15px 3%;
  background: rgba(0, 0, 0, .52)
}

.products-page .box2 .lists .item .pictures .left .img-box {
  background-color: #4c4c4c;
  background-position: center center;
  background-size: cover
}

.products-page .box2 .lists .item .pictures .left .vr-icon {
  top: 40px;
  left: 44px;
  line-height: 52px;
  font-size: 22px;
  width: 174px
}

.products-page .box2 .lists .item .pictures .left .vr-icon .iconfont {
  font-size: 36px
}

.products-page .box2 .lists .item .pictures .right {
  width: 50%;
  color: #fff;
  text-align: left;
  padding-left: 5.5%;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.products-page .box2 .lists .item .pictures .right .name {
  font-size: 18px
}

.products-page .box2 .lists .item .pictures .right .switch {
  display: flex;
  margin-top: 14px
}

.products-page .box2 .lists .item .pictures .right .switch .child {
  width: 132px;
  height: 38px;
  line-height: 36px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 100
}

.products-page .box2 .lists .item .pictures .right .switch .child.active {
  background-color: #fff;
  color: #000
}

.products-page .box2 .lists .item .pictures .right .switch .child+.child {
  margin-left: 14px
}

.products-page .box2 .lists .item .pictures .right .children {
  height: 470px;
  width: 70%;
  overflow: hidden;
  margin-top: 30px
}

.products-page .box2 .lists .item .pictures .right .children .wrap {
  display: flex;
  flex-wrap: wrap;
  height: 100%
}

.products-page .box2 .lists .item .pictures .right .minPic {
  height: 100%;
  width: 100%
}

.products-page .box2 .lists .item .pictures .right .ul {
  width: 100%
}

.products-page .box2 .lists .item .pictures .swiper-pagination {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  margin-top: 10px;
  height: 5px
}

.products-page .box2 .lists .item .pictures .right .children .wrap .node {
  height: auto
}

.products-page .box2 .lists .item .pictures .right .children .wrap .node.Wooden {
  height: auto
}

.products-page .box2 .lists .item .pictures .right .children .wrap .node.active .img-box:before {
  content: '\e67c';
  font-family: iconfont, serif;
  font-size: 34px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #4c4c4c
}

.products-page .box2 .lists .item .pictures .right .children .wrap .node .img-box {
  height: auto;
  overflow: hidden;
  border: 1px solid #fff;
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-position: center
}

.products-page .box2 .lists .item .pictures .right .children .wrap .node .img-box img {
  width: 100%;
  opacity: 1
}

.products-page .box2 .lists .item .pictures .right .children .wrap .node.active .img-box img {
  opacity: .5
}

.products-page .box2 .lists .item .pictures .right .children .wrap .node p {
  text-align: center;
  line-height: 1;
  margin-top: 15px;
  height: 14px;
  overflow: hidden
}

.margin-bottom-zero.page-banner {
  margin-bottom: 0
}

.margin-bottom-zero.page-banner+.box1 {
  padding-top: 85px;
  background-image: url(../images/mw.png);
  background-position: center top;
  background-repeat: no-repeat
}

.join-page .box1 {
  padding: 85px 8.3333333% 160px;
  text-align: center
}

.join-page .box1 .abs {
  line-height: 1.8;
  margin-top: 15px;
  opacity: .75;
  margin-bottom: 40px
}

.join-page .box1 .superiority {
  display: flex;
  justify-content: space-between
}

.join-page .box1 .superiority .img-box {
  width: 33%
}

.join-page .box1 .superiority .detail {
  flex: auto
}

.join-page .box1 .superiority .detail .item {
  display: flex;
  height: 430px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left
}

.join-page .box1 .superiority .detail .item .text .icon {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 20px
}

.join-page .box1 .superiority .detail .item .text .title {
  font-size: 20px;
  font-weight: 700
}

.join-page .box1 .superiority .detail .item .text .des {
  opacity: .8;
  line-height: 2;
  margin-top: 5px
}

.join-page .box1 .superiority .types {
  position: relative;
  padding-right: 84px;
  margin: 0 50px
}

.join-page .box1 .superiority .types .switch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  height: calc(100% + 10px);
  right: 0;
  top: -10px
}

.join-page .box1 .superiority .types .switch .item {
  width: 80px;
  line-height: 32px;
  border-radius: 32px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer
}

.join-page .box1 .superiority .types .switch .item.active {
  background-color: #4c4c4c;
  color: #fff
}

.join-page .box2 {
  padding: 0 65px;
  position: relative
}

.join-page .box2 .lc {
  position: absolute;
  left: 8.3333333%;
  bottom: 75px
}

.join-page .box2 .text {
  position: absolute;
  right: 8.3333333%;
  bottom: 80px;
  text-align: right;
  color: #fff
}

.join-page .box2 .text .abs {
  line-height: 2;
  margin-top: 30px
}

.join-page .box2 .text .abs * {
  font-weight: 400 !important;
  font-size: 16px !important
}

.join-page .box3 {
  padding: 0 65px
}

.join-page .box3 .warp {
  background-color: #f5f5f5;
  padding-top: 90px;
  position: relative
}

.join-page .box3 .common-title {
  text-align: center;
  margin-bottom: 8px
}

.join-page .box3 .lists {
  position: relative;
  overflow: hidden
}

.join-page .box3 .lists .index {
  position: absolute;
  left: calc(8.3333333% - 65px);
  bottom: 140px;
  z-index: 4;
  display: flex
}

.join-page .box3 .lists .index .index-btn {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  position: relative;
  transition: all .25s
}

.join-page .box3 .lists .index .index-btn+.index-btn {
  margin-left: 10px
}

.join-page .box3 .lists .index .index-btn.active {
  border-color: #000
}

.join-page .box3 .lists .index .index-btn:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -3px
}

.join-page .box3 .lists .lists-box {
  display: flex;
  transition: transform 1s ease-in-out
}

.join-page .box3 .lists .lists-box .item {
  display: flex;
  flex-shrink: 0;
  width: 100%
}

.join-page .box3 .lists .lists-box .item .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  padding-left: calc(8.3333333% - 65px);
  padding-bottom: 60px
}

.join-page .box3 .lists .lists-box .item .left .name {
  font-family: '等线', serif;
  font-size: 40px;
  text-transform: uppercase;
  margin: 45px 0;
  line-height: 1;
  letter-spacing: 1px
}

.join-page .box3 .lists .lists-box .item .left .stuff-name {
  font-size: 20px
}

.join-page .box3 .lists .lists-box .item .left .abs {
  line-height: 1.7;
  opacity: .7;
  margin-top: 10px
}

.join-page .box3 .lists .lists-box .item .right {
  width: 42%;
  text-align: center;
  padding-left: 5%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative
}

.join-page .box3 .lists .lists-box .item .right .name {
  font-family: DINCondensed, serif;
  font-size: 90px;
  font-weight: 100;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  writing-mode: vertical-lr;
  white-space: nowrap;
  right: calc(7vw - 65px);
  transform: rotateX(180deg) rotateY(180deg);
  opacity: .15
}

.join-page .box4 {
  padding: 110px 8.3333333% 135px
}

.join-page .box4 .des {
  font-size: 18px
}

.join-page .box4 .line {
  margin-top: 38px;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin-bottom: 55px
}

.join-page .box4 .form-box {
  display: flex;
  justify-content: space-between
}


.join-page .box4 .form-box .left .title {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 45px
}

.join-page .box4 .form-box .left .tel {
  font-size: 18px
}

.join-page .box4 .form-box .left .telephone {
  font-size: 40px;
  font-family: DINCondensed, serif;
  color: #d0211d;
  letter-spacing: 3px;
  margin-top: 5px
}

.join-page .box4 .form-box .right {
  display: flex;
  flex-wrap: wrap;
  max-width: 815px;
  justify-content: space-between
}

.join-page .box4 .form-box .right .input-box {
  width: 815px;
  margin-bottom: 20px
}

.join-page .box4 .form-box .right .input-box input,
.join-page .box4 .form-box .right .input-box select {
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  font-size: 16px;
  display: block;
  padding-left: 30px;
  font-family: 'PingFang SC', '黑体', serif;
  padding-right: 20px
}

.join-page .box4 .form-box .right .input-box option {
  line-height: 60px
}

.join-page .box4 .form-box .right .input-box.half {
  width: calc((100% - 20px)/ 2)
}

.join-page .box4 .form-box .right .input-box .btn {
  font-size: 22px;
  width: 200px;
  line-height: 60px;
  text-align: center;
  background-color: #d0211d;
  color: #fff;
  cursor: pointer
}

.about-page .box1 {
  padding: 85px 8.3333333% 125px;
  position: relative
}

.about-page .box1 .common-title {
  text-align: center;
  margin-bottom: 45px
}

.about-page .box1 .flex-box {
  display: flex;
  position: relative
}

.about-page .box1 .flex-box:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 1px;
  background-color: rgba(39, 62, 106, .1)
}

.about-page .box1 .flex-box .left {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
  padding-right: 50px
}

.about-page .box1 .flex-box .left .item {
  width: 50%;
  height: 255px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8%;
  align-items: flex-start
}

.about-page .box1 .flex-box .left .item .name {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 300
}

.about-page .box1 .flex-box .left .item .abs {
  font-size: 16px;
  opacity: .8
}

.about-page .box1 .flex-box .left .item:nth-child(2n) {
  border-left: 1px solid rgba(39, 62, 106, .1)
}

.about-page .box1 .flex-box .right {
  height: 510px;
  position: relative;
  z-index: 3
}

.about-page .box2 {
  position: relative;
  min-height: 1084px
}

.about-page .box2 .img-box {
  position: absolute;
  left: 65px;
  top: 0
}

.about-page .box2 .slogan {
  position: absolute;
  font-family: DINCondensed, serif;
  color: #4c4c4c;
  font-size: 70px;
  right: 8.3333333%;
  top: 150px;
  pointer-events: none;
  z-index: 5;
  line-height: 1.4;
  opacity: .4
}

.about-page .box2 .faq {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-top: 120px
}

.about-page .box2 .faq:before {
  content: '';
  width: 428px;
  height: 564px;
  background-image: url(../images/faq-bg.jpg);
  top: 300px;
  left: calc(50% + 430px);
  position: absolute
}

.about-page .box2 .faq .faq-box {
  background-color: #fff;
  width: 860px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  padding: 10px 60px 90px 90px;
  border-top: 6px solid #4c4c4c;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  z-index: 3
}

.about-page .box2 .faq .faq-box .header {
  height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.about-page .box2 .faq .faq-box .header .left {
  font-size: 36px
}

.about-page .box2 .faq .faq-box .header .right {
  font-size: 40px;
  line-height: 1;
  font-family: DINCondensed, serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
  color: #fff;
  text-shadow: #000 0 0 1px;
  opacity: .8
}

.about-page .box2 .faq .faq-box .lists .item {
  padding: 25px 0;
  border-top: 1px solid #4c4c4c;
  position: relative
}

.about-page .box2 .faq .faq-box .lists .item .title:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  right: 10px;
  top: 50%;
  margin-top: -1px;
  background-color: #4c4c4c
}

.about-page .box2 .faq .faq-box .lists .item .title:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 14px;
  right: 16px;
  top: 50%;
  margin-top: -7px;
  background-color: #4c4c4c;
  transition: all .25s;
  transform: scaleY(1)
}

.about-page .box2 .faq .faq-box .lists .item .title.active:after {
  transform: scaleY(0)
}

.about-page .box2 .faq .faq-box .lists .item .title {
  font-size: 16px;
  line-height: 26px;
  padding-right: 60px;
  text-align: justify;
  position: relative;
  cursor: pointer
}

.about-page .box2 .faq .faq-box .lists .item .title.active+.detail {
  display: block
}

.about-page .box2 .faq .faq-box .lists .item .detail {
  line-height: 2;
  opacity: .7;
  margin-top: 25px;
  display: none
}

.about-page .box3 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 65px
}

.about-page .box3 .des {
  line-height: 24px;
  width: 980px;
  margin: 24px auto 50px;
  opacity: .6;
  line-height: 1.7
}

.about-page .box3 .tel {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 1px solid #000;
  margin: 0 auto;
  font-size: 26px;
  line-height: 45px
}

.about-page .box3 .telephone {
  text-align: center;
  font-family: DINCondensed, serif;
  font-size: 42px;
  letter-spacing: 4px;
  color: #4c4c4c;
  font-weight: 700;
  margin-top: 15px
}

.about-page .box3 .address {
  font-size: 16px;
  color: #4c4c4c;
  opacity: .6;
  margin-bottom: 35px;
  margin-top: 6px
}

.about-page .box3 .map {
  display: flex;
  width: 174px;
  height: 44px;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #4c4c4c;
  color: #fff;
  font-size: 16px;
  cursor: pointer
}

.about-page .box3 .map .iconfont {
  font-size: 22px;
  margin-right: 10px
}

.strength-page .box1 .common-title {
  text-align: center;
  margin-bottom: 25px
}

.strength-page .box1 .flex-box {
  display: flex;
  padding: 0 65px 95px 8.3333333%
}

.strength-page .box1 .flex-box .left {
  flex: auto;
  position: relative;
  padding-right: 70px;
  z-index: 3
}

.strength-page .box1 .flex-box .left:before {
  content: '';
  position: absolute;
  width: 1232px;
  height: 338px;
  bottom: 0;
  left: -95px;
  background-image: url(../images/newel-bg.jpg);
  z-index: -1
}

.strength-page .box1 .flex-box .left .title {
  font-size: 40px;
  line-height: 1.2;
  margin-top: 45px;
  margin-bottom: 50px;
  font-weight: 100
}

.strength-page .box1 .flex-box .left .detail {
  line-height: 2;
  text-align: justify;
  opacity: .7;
  letter-spacing: .2px
}

.strength-page .box1 .flex-box .right {
  width: 956px;
  flex-shrink: 0;
  position: relative;
  z-index: 4;
  padding-top: 25px
}

.strength-page .box2 {
  padding: 0 65px
}

.strength-page .box2 .images {
  position: relative;
  overflow: hidden;
  background-color: #000
}

.strength-page .box2 .images .wrap {
  display: flex;
  transition: all 1s ease-in-out;
  opacity: .6
}

.strength-page .box2 .images .wrap .item {
  flex-shrink: 0;
  width: 100%;
  background-position: center 50%;
  background-size: cover;
  display: none
}

.strength-page .box2 .images .wrap .item.active {
  display: block
}

.strength-page .box2 .images .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 65px
}

.strength-page .box2 .images .text .center {
  max-width: 850px;
  color: #fff;
  text-align: center;
  display: none
}

.strength-page .box2 .images .text .center.active {
  display: block
}

.strength-page .box2 .images .text .center .detail {
  line-height: 30px;
  margin-top: 35px;
  text-align: justify;
  text-align-last: center
}

.strength-page .box3 {
  padding: 90px 0 50px;
  text-align: center
}

.strength-page .box3 .abs {
  line-height: 2;
  margin-top: 10px;
  opacity: .7;
  font-size: 16px
}

.strength-page .box3 .history {
  overflow: hidden;
  user-select: none;
  cursor: move
}

.strength-page .box3 .historyBox {
  width: 1400px;
  margin: 0 auto;
  position: relative
}

.strength-page .box3 .historyBox .icon {
  position: absolute;
  top: 105px
}

.strength-page .box3 .historyBox .btnL {
  left: -95px
}

.strength-page .box3 .historyBox .btnR {
  right: -95px
}

.strength-page .box3 .historyBox .swiper-button-disabled {
  opacity: 0;
  visibility: hidden
}

.strength-page .box3 .history .warp {
  display: flex;
  align-items: stretch;
  padding: 50px 0;
  z-index: 1
}

.strength-page .box3 .history .warp .item {
  flex-shrink: 0;
  position: relative;
  width: auto;
  height: auto
}

.strength-page .box3 .history .warp .item .img-box {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}

.strength-page .box3 .history .warp .item .text {
  margin-top: 40px;
  position: relative
}

.strength-page .box3 .history .warp .item .text .title {
  font-size: 20px;
  position: relative;
  white-space: nowrap;
  display: block;
  width: 100%
}

.strength-page .box3 .history .warp .item .text .title:before {
  content: '';
  width: calc(100% + 3.5vw + 30px);
  height: 2px;
  left: -30px;
  bottom: -16px;
  position: absolute
}

.strength-page .box3 .history .warp .item .text .title:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: -30px;
  bottom: -22px
}

.strength-page .box3 .history .warp .item .text .title span {
  font-family: DINCondensed, serif;
  font-size: 42px;
  letter-spacing: 1px;
  color: #10487c
}

.strength-page .box3 .history .warp .item .text .detail {
  line-height: 1.4;
  opacity: .7;
  bottom: 0;
  border-top: 1px #ccc dotted;
  padding: 15px 15px 0
}

.strength-page .box3 .history .warp .item .text .detail p+p {
  margin-top: 5px
}

.strength-page .box3 .history .warp .item:nth-child(even):after {
  top: 84px;
  bottom: auto
}

.strength-page .box3 .history .warp .item:nth-child(even) .text .title:before {
  top: -16px;
  bottom: auto
}

.strength-page .box3 .history .warp .item:nth-child(even) .text .title:after {
  top: -22px;
  bottom: auto
}

.strength-page .box3 .history .warp .item+.item:not(.last):before {
  width: 1px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background: #262626
}

.strength-page .box3 .history .warp .item+.item:not(.last):after {
  height: 2px;
  content: '';
  position: absolute;
  left: -3.5vw;
  bottom: 84px;
  width: calc(50% + 3.5vw)
}

.strength-page .box4 {
  padding: 0 65px;
  text-align: center
}

.strength-page .box4 .abs {
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 25px
}

.strength-page .box4 .warp {
  position: relative;
  background-image: url(../images/case-bg.jpg);
  background-position: center center;
  background-size: cover;
  padding: 80px 0 85px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 55px
}

.strength-page .box4.caseList .warp {
  background: 0 0
}

.strength-page .box4 .warp .case-list {
  position: relative;
  z-index: 3;
  color: #262626;
  display: flex;
  margin: 0 4%
}

.strength-page .box4.caseList .warp .case-list {
  flex-wrap: wrap
}

.strength-page .box4 .warp .case-list .item {
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0);
  width: 25%
}

.strength-page .box4 .warp .case-list .item:nth-child(n+5) {
  display: none
}

.strength-page .box4.caseList .warp .case-list .item:nth-child(n+5) {
  display: block
}

.strength-page .box4 .warp .case-list .item .name {
  position: absolute;
  font-size: 20px;
  text-transform: uppercase;
  top: 65px;
  left: 20px;
  transition: all .25s;
  z-index: 5
}

.strength-page .box4 .warp .case-list .item .img-box {
  clip-path: inset(120px 20px 50px 20px);
  transition: clip-path .25s;
  background-position: center center;
  background-size: cover
}

.strength-page .box4 .warp .case-list:before {
  width: 100%;
  height: 90%;
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 5%;
  background-color: #fff
}

.strength-page .box5 {
  padding: 95px 8.3333333% 120px;
  text-align: center;
  position: relative;
  background-image: url(../images/scene.jpg);
  background-repeat: no-repeat;
  background-position: center 90%
}

.strength-page .box5 .swiper-container {
  width: 1400px;
  margin-top: 55px;
  cursor: grab
}

.strength-page .box5 .swiper-container .swiper-slide {
  padding: 5px;
  backface-visibility: hidden
}

.strength-page .box5 .swiper-container .swiper-slide .img-box {
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  transition: ease .6s
}

.strength-page .box5 .swiper-container .swiper-slide .img-box img {
  width: 100%
}

.strength-page .box5 .swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0))
}

.strength-page .box5 .swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0))
}

.InspectionReport .li.swiper-slide-active {
  cursor: pointer
}

.strength-page .box6 {
  padding: 0 65px
}

.strength-page .box6 .common-title {
  margin-bottom: 70px;
  padding-left: 56px
}

.strength-page .box6 .warp {
  background-image: url(../images/honor-bg.jpg);
  background-color: #f5f5f5;
  display: flex;
  justify-content: flex-end;
  background-repeat: no-repeat
}

.strength-page .box6 .warp .flex-box {
  display: flex;
  height: 655px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 50px;
  background-color: #f5f5f5
}

.strength-page .box6 .warp .flex-box .lists {
  display: flex;
  flex-wrap: wrap;
  max-width: 940px
}

.strength-page .box6 .warp .flex-box .lists .item {
  width: 25%;
  text-align: center;
  color: #c4a882;
  display: flex;
  flex-direction: column;
  align-items: center
}

.strength-page .box6 .warp .flex-box .lists .item img {
  margin-bottom: 15px
}

.strength-page .box6 .warp .flex-box .lists .item:nth-child(n+5) {
  margin-top: 75px
}

.news-common {
  padding: 100px 8.3333333% 90px;
  text-align: center
}

.news-common .date {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 15px;
  opacity: .7
}

.news-common .lists {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px
}

.news-common .lists .item {
  width: calc((100% - 30px)/ 3);
  margin-right: 15px;
  text-align: left
}









.news-common .lists .item:nth-child(n+4) {
  margin-top: 50px
}

.news-common .lists .item .title {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 25px
}

.news-common .lists .item .detail {
  line-height: 24px;
  opacity: .7
}

.news-common .lists .item:nth-child(3n) {
  margin-right: 0
}

.toast.error span,
.toast.success span,
.toast.warning span {
  padding-left: 30px
}

.type-box {
  font-size: 0;
  margin-top: 45px;
  margin-bottom: 20px;
  text-align: center
}

.type-box .item {
  line-height: 48px;
  width: 162px;
  display: inline-block;
  font-size: 16px;
  position: relative
}

.type-box .item.active {
  background-color: #213f6b;
  color: #fff;
  border-color: #213f6b
}

.type-box .item+.item {
  border-left: none
}

.swiper-pagination-bullet-active {
  background: #fff
}

.pageSearch {
  padding: 120px 0 50px
}

.pageSearch ._focus2_list {
  margin-bottom: 25px
}

.modalBox {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 32;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  transition: ease .6s
}

.modalBox.active {
  opacity: 1;
  visibility: inherit
}

.modalBox .content {
  position: absolute;
  width: 800px;
  height: 80%;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 15px solid #263e69
}

.modalBox .content .btnOff {
  font-style: inherit;
  position: absolute;
  width: 48px;
  height: 48px;
  background: #263e69;
  text-align: center;
  color: #fff;
  line-height: 48px;
  font-size: 30px;
  right: -1px;
  cursor: pointer;
  top: -1px
}

.modalBox .content .text {
  padding: 28px;
  height: 100%
}

.modalBox .content .textBox {
  height: 100%;
  overflow-y: auto;
  line-height: 1.7
}

.modalBox .content .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700
}

.modalBox .summary img {
  display: inline-block
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

.tit {
  text-align: center;
  margin-bottom: 35px;
  z-index: 2;
  position: relative;
}

.tit h3 {
  font-size: 38px;
  color: #282828;
  line-height: 1.2;
  position: relative;
  margin-bottom: 10px;
  font-weight: 400;
}

.tit h4 {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
}

.tit1 {
  text-align: center;
  margin-bottom: 35px;
  z-index: 2;
  position: relative;
}

.tit1 h3 {
  font-size: 42px;
  color: #ffffff;
  line-height: 1.2;
  position: relative;
  margin-bottom: 10px;
  font-weight: 400;
}

.tit1 h4 {
  font-size: 22px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 400;
}

.protect {
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

.protect li {
  width: 50%;
  padding: 0 10px;
}

.protect .remarks {
  width: 100%;
  height: 99px;
  left: 0;
  bottom: 0;
  background: url("../images/a3.png") 0 0 no-repeat;
  background-size: 100% auto;
  color: #fff;
  padding: 37px 28px 0;
  box-sizing: border-box;
  margin-top: -20px;
  z-index: 99999;
  position: relative;
}

.protect .remarks .txt {
  font-size: 22px;
  padding-top: 6px;
}

.protect .remarks .txt span {
  font-size: 18px;
}

.protect .remarks .more {
  width: 120px;
  height: 40px;
  border: 1px solid #fff;
  line-height: 40px;
  cursor: pointer;
  background: url("../images/arrow3.png") 81px center no-repeat;
  background-size: 18px auto;
  text-align: left;
  padding-left: 17px;
  font-size: 14px;
  box-sizing: border-box;
}

.por {
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.productSeries {
  position: relative;
  z-index: 5;
  background: #f5f5f5;
  padding: 70px 0;
}

.productSeries .container {
  z-index: 5;
  color: #fff
}

.productSeries .container ul {}

.productSeries:after {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
}

.productSeries .style {
  position: relative;
  margin-bottom: 50px;
  z-index: 3;
}

.productSeries ._pageTitle h3 {
  display: block;
  font-size: 36px;
  font-weight: inherit
}

.productSeries .style ._more {
  width: 138px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0
}

.productSeries .list li:nth-child(1) {}

.productSeries .list li {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  transition: ease .5s;
  z-index: 3;
  border: 1px solid #f5f5f5;
}

.productSeries .list .text {
  width: 100%;
  text-align: center;
  color: #0e0e0e;
  padding: 22px;
  border-top: solid 1px #EEE;
  transition: ease .5s;
  z-index: 5;
}

.productSeries .list h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.productSeries .list span {
  font-size: 24px;
  text-transform: uppercase;
  font-family: rbno;
  display: block
}

.productSeries .list .mask {
  width: 100%;
  transition: ease .5s;
  overflow: hidden;
}

.productSeries .list li img {
  -moz-transition: -moz-transform 1.2s;
  -o-transition: -o-transform 1.2s;
  -webkit-transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
}

.productSeries .list li:hover h3 {
  color: #234f90;
}

.productSeries .list li:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

._pageTitle {
  text-transform: uppercase;
  font-family: akrobatblack;
  line-height: 1
}

._pageTitle span {
  display: block;
  font-size: 46px
}

.video-list2 {
  margin-left: -0.5%;
  margin-right: -0.5%;
}

.video-list2 .video-item {
  width: 31.7333333333%;
  background: #f5f5f5;
  margin-right: 0.8%;
  margin-left: 0.8%;
  margin-bottom: 20px;
  transition-duration: .5s;
  text-align: center;
  cursor: pointer;
  float: left;
}

.video-list2 .video-item:hover {
  background: #234f90;



}

.video-list2 .video-item:hover .video-name {
  color: #fff;
}

.video-list2 .video-btn {
  position: absolute;
  background: url(../images/video-btn1.png) no-repeat center;
  width: 52px;
  height: 52px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition-duration: .5s;
}

.video-list2 .video-btn:hover {
  transform: translate(-50%, -50%) scale(0.9);
}

.video-list2 .video-name {
  margin: 22px 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



.video-list3 {
  margin-left: -0.5%;
  margin-right: -0.5%;
  margin-top: 35px;
}

.video-list3 .video-item {
  width: 32.33333333333333%;
  background: #fff;
  margin-right: 0.5%;
  margin-left: 0.5%;
  margin-bottom: 20px;
  transition-duration: .5s;
  text-align: center;
  cursor: pointer;
  float: left;
}

.video-list3 .video-item:hover {
  background: #234f90;



}

.video-list3 .video-item:hover .video-name {
  color: #fff;
}

.video-list3 .video-btn {
  position: absolute;
  background: url(../images/video-btn1.png) no-repeat center;
  width: 52px;
  height: 52px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition-duration: .5s;
}

.video-list3 .video-btn:hover {
  transform: translate(-50%, -50%) scale(0.9);
}

.video-list3 .video-name {
  margin: 18px 24px;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.gradient-overlay {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.home-gradient-overlay {
  background: linear-gradient(to bottom, rgba(0, 95, 184, 1) 0%, rgba(0, 95, 184, 0.57) 20%, rgba(0, 95, 184, 0) 80%);
}

.home-gradient-overlay2 {
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 95, 184, 0.57) 60%, rgba(0, 95, 184, 0.2) 80%);
}

.Str-three {
  padding: 160px 0;
  position: relative;
  color: #fff;
}

.Str-three .container {
  position: relative;
}

.Str-three p {
  width: 60%;
}

.bg-img-01 {
  position: relative;
  background: url(../images/bg_01.jpg) no-repeat center;
  background-size: cover;
}

.home-Btn {
  margin-top: 6%;
}

.index-title {
  margin: 0 0 20px;
  font-size: 42px;
  letter-spacing: 1px;
  line-height: 1.8;
  font-weight: 400;
  color: #121212;
}

.index-title.txt-white {
  color: #fff;
}

.comm-txt-box {
  font-size: 16px;
}

.comm-txt-box p {
  margin: 0 0 15px;
  line-height: 2;
}

.comm-img-box {
  text-align: center;
  line-height: 2;
}

.comm-img-box img {
  display: block;
  width: 100%;
}

.mp50 {
  margin-top: 50px;
}

.index_more1 {
  height: 48px;
  display: flex;
  display: -ms-flexbox;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  line-height: 48px;
  width: 155px;
  font-size: 14px;
  transition: ease .4s;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0;
  border: 1px solid #fff;
  color: #ffffff;
}

.index_more1 .iconfont {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
}

.index_more1:hover {
  background: #4c4c4c;
  color: #fff;
  border: 1px solid #4c4c4c;
}

.at1 {
  line-height: 2;
  color: #424242;
}

.at1 p {
  line-height: 2;
  color: #424242;
  margin-bottom: 0;
}

.z_index_video {
  width: 50%;
  height: 415px;
  float: left;
  position: relative;
}

.z_index_video .videobox {
  display: flex;
  opacity: 0;
  visibility: hidden;
  background: #000000;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.z_index_video .videobox.on {
  opacity: 1;
  visibility: visible;
}

.z_index_video .videobox video {
  width: 100%;
  max-height: 100%;
}

.z_index_video .z_play {
  width: 59px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url(../img/play.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
}

.z_news_warp {
  width: 50%;
  border: 1px solid rgba(229, 229, 229, 1);
  box-sizing: border-box;
  border-left: none;
}

.z_news_warp li {
  border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.z_news_warp li:last-child {
  border-bottom: none;
}

.z_news_warp li a {
  display: block;
  padding: 19px 20px;
  box-sizing: border-box;
}

.z_news_warp li .imgbox {
  width: 172px;
  height: 100px;
  float: left;
  margin-right: 30px;
}

.z_news_warp li h3 {
  font-size: 16px;
  height: 18px;
  line-height: 18px;
  font-weight: bold;
  color: rgba(45, 45, 45, 1);
  margin-bottom: 10px;
  overflow: hidden;
}

.z_news_warp li h4 {
  font-size: 14px;
  font-weight: 400;
  color: rgba(137, 137, 137, 1);
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.z_news_warp li .infobox {
  text-align: left;
  padding-top: 15px;
  box-sizing: border-box;
}

.z_news_warp li:hover h3 {
  color: #0C3CB9;
}

.news_Himg {
  width: 100%;
}

.news_hot .news_all {
  margin-top: 22px;
}

.news_aTop,
.news_aTop a {
  display: block;
  height: 28px;
  line-height: 28px;
}

.news_hot .news_aTop {
  margin-bottom: 14px;
}

.news_aTname {
  display: inline-block;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_aTime {
  color: #888;
  font-size: 14px;
}

.news_aDown {
  color: #888;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

.news_hot .news_aTname {
  font-size: 22px;
  width: 100%;
}

.news_list li {
  clear: both;
  height: auto;
  overflow: hidden;
  padding: 6px 0 38px;
}

.news_time {
  font-family: Arial;
  color: #dcdcdc;
  font-size: 72px;
  width: 110px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  border-right: 3px solid #f3f3f3;
}

.news_list .news_all {
  width: 78%;
}

.news_list .news_aTname {
  width: 75%;
  font-size: 16px;
}

.news_list .news_aDown {
  margin-top: 8px;
}

.index-2-more {
  text-align: center;
  margin-top: 10px;
}

.index-2-more a {
  display: inline-block;
  padding: 14px 40px;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #787878;
  color: #555;
}

.index-2-more a:hover {
  border-color: #234f90;
  color: #fff;
  background: #234f90;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.z-container {
  max-width: 1500px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.z-container2 {
  width: 1250px;
  height: auto;
  clear: both;
  margin: 0 auto;
  position: relative;
}

.z-container3 {
  width: 1200px;
  height: auto;
  clear: both;
  margin: 0 auto;
}

.z-row {
  width: 100%;
  height: auto;
  clear: both;
  margin: 0 auto;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-block {
  padding: 70px 0;
}

.bgef {
  background: #f5f5f5;
}

.home-block1 {
  padding: 60px 0;
}

.map-box {
  width: 100%;
  height: 420px;
  position: relative;
  border: 1px solid #d4d4d4;
}

.map-box img {
  max-width: 1000%;
}

.map-box .allmap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.map-box .anchorBL {
  display: none;
}

input,
textarea,
select {
  font-family: 'arial', 'microsoft yahei';
}

.other_banner {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 460px;
  margin-top: 80px;
}

.other_banner .banner_text {
  color: #fff;
}

.other_banner .banner_text h3 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 1px;
}

.other_banner .banner_text h4 {
  font-size: 22px;
}

.other_banner img {
  width: 100%;
  animation: zoombig 3s linear forwards;
}

@keyframes zoombig {
  0% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.banner_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
}

.banner_text img {
  max-width: 100%;
  display: block;
}

.line33 {
  background-color: #fff;
  display: block;
  width: 30px;
  height: 3px;
  margin: 15px auto 15px auto;
}


.new-list {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 40px;
}

.new-list li {
  width: 33.333333333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 25px;
}

.new-list li:nth-child(4n+4) {
  margin-right: 0;
}

.new-list li figure {
  display: block;
  line-height: normal;
  overflow: hidden;
  margin: 0;
}

.new-list li figure img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
  transition: 430ms;
}

.new-list li figcaption {
  display: block;
  padding: 25px 22px 22px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  transition: 340ms;
  height: 172px;
}

.new-list li figcaption time {
  color: #7e7e7e;
  font-size: 14px;
  transition: 300ms;
  line-height: 1.2;
}

.new-list li figcaption h3 {
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  height: 24px;
  margin-top: 12px;
  line-height: 24px;
  transition: 300ms;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.new-list li figcaption p {
  color: #999;
  height: 54px;
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
  transition: 300ms;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.new-list li figcaption span {
  display: block;
  width: 102px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #234f90;
  font-size: 14px;
  margin-top: 15px;
  position: relative;
  bottom: -30px;
  opacity: 0;
  text-align: center;
  transition: 300ms;
}

.new-list li:hover figure img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.new-list li:hover figcaption {
  margin-top: -51px;
  background: #234f90;
  height: 223px;
}

.new-list li:hover figcaption time {
  color: #fff;
}

.new-list li:hover figcaption h3 {
  color: #fff;
}

.new-list li:hover figcaption p {
  color: #fff;
}

.new-list li:hover figcaption span {
  opacity: 1;
  bottom: 0;
  position: relative;
  transition: 355ms 100ms;
}


.page22 {
  width: 100%;
  height: auto;
  margin-top: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page22 a {
  display: inline-block;
  width: 42px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #888888;
  border: 1px solid #cccccc;
  background: #fff;
  margin: 0 4px;
}

.page22 a.on,
.page22 a:hover {
  background-color: #234f90;
  color: #ffffff;
  border-color: #234f90;
}

.page22 a:first-child,
.page22 a:last-child {
  font-weight: 600;
}

.article {
  padding: 40px 50px;
  background: #fff;
}

.subNewsTitle h3:first-child {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  margin-top: 0px;
  padding: 0 0px 20px;
  border-bottom: 1px solid #D4D4D4;
  text-align: center;
}

.article h3 {
  font-size: 24px;
  color: #333;
  text-align: center;
  padding: 10px 0 30px;
}


.article p {
  font-size: 14px;
  color: #3e3e3e;
  margin-bottom: 15px;
  line-height: 2;
}


.otherNews {
  position: relative;
  border-top: 1px solid #D4D4D4;
  margin-top: 25px;
}

.links22 {
  padding: 25px 0 0 0px;
}

.links22 a {
  display: block;
  line-height: 2;
  font-size: 14px;
  color: #383838;
}

.links22 a:hover {
  color: #4c4c4c;
}

.list5 {
  margin-left: -0.5vw;
  margin-right: -0.5vw;
}

.list5 li {
  float: left;
  width: 33.3333333%;
  padding: 0 0.5vw;
  margin-bottom: 20px;
}

.list5 span {
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}

.list5 p {
  font-size: 14px;
  line-height: 23px;
  height: 46px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.list5 a {
  position: relative;
  display: block;
  padding: 22px 108px 22px 24px;
  border: 1px solid #e4e4e4;
  color: #3e3e3e;
}

.list5 h4 {
  margin-bottom: 10px;
  margin-top: 6px;
  font-size: 16px;
  font-weight: bold;
  height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list5 a:hover {
  color: #4c4c4c;
}

.list5 i {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 68px;
  height: 100%;
  border-left: 1px solid #e6e6e6;
  background: url(../images/icon25.png) no-repeat center #f4f4f4;
}

.list5 a:hover {
  border-color: #e6e6e6;
  color: #4c4c4c;
}

.list5 a:hover i {
  background: url(../images/icon26.png) no-repeat center #f4f4f4;
  border-color: #f4f4f4;
}






.srvStgy-step {
  text-align: center;
  margin: .47rem 0 0;
}

.srvStgy-step img,
.srv-net-map img {
  max-width: 100%;
}

.srvStgy-box {
  padding: .25rem 0 0;
}

.srvStgy-box .type {
  line-height: 32px;
  font-size: 16px;
  font-weight: 600;
  margin: .27rem 0 0;
}

.srvStgy-box .con {
  line-height: 27px;
  color: #666666;
  margin: 5px 0 0;
}


#job-list {
  margin-bottom: 0;
}

#job-list .box {
  padding: 40px;
  background: #fff;
  border: 1px solid #e2e2e2;
  margin-top: 10px;
}

#job-list .top {
  background: #f1f1f1;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

#job-list .name,
#job-list .num,
#job-list .address,
#job-list .date {
  float: left;
  width: 22%;
  padding: 20px 0;
  text-align: center;
  line-height: 1.6;
  box-sizing: border-box;
}

#job-list .name {
  padding-left: 50px;
  text-align: left;
}

#job-list .arrow {
  float: left;
  width: 12%;
  text-align: center;
}

#job-list .arrow i {
  display: block;
  margin: 0 auto;
  width: 65px;
  height: 65px;
  background: url("../images/down.png") no-repeat center;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  -ms-transition: -ms-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}


#job-list .article {
  border-bottom: 1px solid #dbdbdb;
  font-size: 15px;
  padding: 0;
}

#job-list .article .clearfix {
  cursor: pointer
}

#job-list .article.active .arrow i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

#job-list .content {
  position: relative;
  display: none;
  background: #f2f2f2;
  border: 1px solid #dadada;
  border-bottom: 0;
  padding: 15px 50px 30px;
  color: #464646;
}

#job-list .content .txt {
  font-size: 16px;
  margin-bottom: 12px;
  padding-top: 22px;
  font-weight: 700;
  color: #292929;
}

#job-list .content h3 {
  font-weight: 400;
  position: relative;
  padding-left: 22px;
}

#job-list .content h3:before {
  content: '';
  width: 9px;
  height: 9px;
  background: #c64f4a;
  position: absolute;
  top: 7px;
  left: 0;
}

#job-list .content p {

  text-indent: 0;

  line-height: 1.8;

  margin-bottom: 7px;
}


.section-ul {
  margin: 30px -0.5% 0 -0.5%;
  box-sizing: border-box;
}

.section-ul li {
  float: left;
  width: 15.666666666%;
  text-align: center;
  margin: 0 0.5% 15px 0.5%;
  border: 1px solid #eaeaea;
  overflow: hidden;
  line-height: 0;
  box-sizing: border-box;
}

.curPartner {
  transition: ease .4s;
}



.video22 {
  width: 80%;
  margin: 0 auto;
}

@font-face {
  font-family: 'avian';
  src: url('../font/AvianRegular.eot');
  src: url('../font/AvianRegular.eot?#iefix') format('embedded-opentype'),
    url('../font/AvianRegular.woff') format('woff'),
    url('../font/AvianRegular.ttf') format('truetype'),
    url('../font/AvianRegular.svg#AvianRegular') format('svg');
}



.commWidget {
  width: 100%;
}

.commPadding {
  padding: 65px 0;
}

.commPaddingBig {
  padding: 100px 0;
}

.index-title {
  margin: 0 0 22px;
  font-size: 42px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: 400;
  color: #121212;
}

.index-title.txt-white {
  color: #fff;
}

.Robot-about {
  position: relative;
  padding-bottom: 160px;
}

.tab-bgimg {
  margin-top: -540px;
  width: 100%;
  height: 700px;
  background-size: cover;
}

.data-list {
  width: 100%;
  margin: 52px auto 10px auto;
  text-align: center;
  overflow: hidden;
}

.data-list span {
  position: relative;
  display: block;
  float: left;
  width: 25%;
  font-size: 16px;
  color: #666;
}

.data-list span em {
  display: block;
  font-style: normal;
}

.data-list span label {
  position: relative;
  font-size: 62px;
  color: #222;
  line-height: 1.2;
  margin-bottom: 8px;
  display: inline-block;
  font-family: 'avian', arial;
}

.data-list span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
}

.data-list span:last-child:after {
  display: none;
}

.data-list span:last-child label:after {
  content: '';
}


.moudle-titles2 {
  text-align: center;
}

.moudle-titles2 .moudle-h5 {
  font-size: 36px;
  line-height: 1.2;
  color: #4d4948;
  margin-bottom: 35px;

}


.moudle-titles2 .moudle-h5:after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin: 16px auto 0;
  background: #666;
}

.moudle-titles4 {
  text-align: center;
}

.moudle-titles4 .moudle-h5 {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 35px;

}


.moudle-titles4 .moudle-h5:after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin: 16px auto 0;
  background: #fff;
}


.set_2_button {
  margin-top: 30px;
  text-align: center;
  display: inline-block;
  width: 155px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  overflow: hidden;
  position: relative;
  transition: all 1s;
  cursor: pointer;
  background: #234f90;
  border-radius: 30px;
}

.set_2_btn-1:before {
  left: -100%;
  transition: all .5s;
}

.set_2_btn-1:hover:before {
  left: 48%;
  transition: all 1s;
}

.set_2_button>span {

  display: inline-block;
  transition: all .5s;
  line-height: 36px;

}

.set_2_btn-1:hover:before {
  left: 48%;
  transition: all 1s;
  color: #fff;
}

.icon-forward::before {
  content: "→";
  position: absolute;
}

.set_2_btn-1:hover>span {
  transform: translateX(300%);
  transition: all 1s;
}

@font-face {
  font-family: 'Hel-01';
  src: url('../fonts/HelveticaNeueLTStd-Th_0.eot');
  src: local('☺'), url('../fonts/HelveticaNeueLTStd-Th_0.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Th_0.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Th_0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.in-four {
  padding: 80px 0;
  overflow: hidden;
  height: 740px;
}

.in4-con .tit h3 {
  color: #fff;
  margin-bottom: 25px;
}

.in4-con .tit h4 {
  color: #fff;
  line-height: 2;
  margin-top: 20px;
}

.in4-con .tit .divtxt {
  color: #fff;
  line-height: 2;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}

.in4-con .tit {
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.in4-list {
  text-align: center;
}

.in4-list ul {
  font-size: 0;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.in4-list li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  transition: all 0.4s;
  margin-bottom: 15px;
}

.in4-list .in4-pic {
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 50%;
  border: 1px dashed #fff;
  margin: 0 auto 22px;
  transition: all .5s;
}

.in4-list .in4-pic img {
  transition: all 1s ease-out 0s;
  -webkit-transition: all 1s ease-out 0s;
}

.in4-list li:hover .in4-pic img {

  transform: rotateY(-360deg);
  -webkit-transform: rotateY(-360deg);
}

.in4-list .in4-desc h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.in4-list .in4-desc p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 24px;
  height: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.4s;
}

.in4-list .set_2_button {
  margin-top: 34px;
}

.in4-list li:hover .in4-desc p {
  height: 48px;
}

.in4-list li:hover .in4-pic {
  border: 1px solid #fff;
}

.in-number {
  background: #f6f6f6;
}

.in-num {
  padding: 36px 0;
  background: #fff;
  margin-top: -60px;
  position: relative;
  z-index: 2;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}

.in-num ul li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}

.in-num ul li:after {
  content: '';
  width: 1px;
  height: 60px;
  background: #e8e8e8;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
}

.in-num ul li:last-child:after {
  display: none;
}

.in-num ul li span {
  display: block;
  color: #666;
}

.in-num ul li span.span1 {
  font-size: 18px;
  font-family: 'Hel-01';
  transition: all 0.4s;
}

.in-num ul li span.span1 i {
  display: inline-block;
  font-style: normal;
  font-size: 45px;
  vertical-align: top;
}

.in-num ul li span.span2 {
  font-size: 16px;
}

.in-num ul li:hover .span1 {
  transform: translateY(-10px);
}



.line2 {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  margin: 15px auto 15px auto;
  line-height: 0;
}

.in-five {
  padding: 60px 0 50px;
  overflow: hidden;
  background: #f6f6f6;
}

.ac2223 {
  width: 31.333333333%;
  margin: 0 1% 30px 1%;
  float: left;
}

.ab-news-item {
  background-color: #FFF;
  overflow: hidden;
  line-height: 25px;
}

.ab-news-item img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}

.ab-news-item img:hover {
  transform: scale(1.05);
}

.ab-news-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  transition: box-shadow .3s;
}

.ab-news-bottom1 {
  padding: 25px 25px 30px 25px;
  clear: both;
  border-top: 0;
}

.ab-news-h4 {
  color: #434343;
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  line-height: 24px;
  margin: 5px 0 10px 0;
  height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ab-news-h4:hover {
  color: #234f90;
}

.ab-news-time {
  font-size: 12px;
  color: #A0A0A0;
  line-height: 25px;
  margin: 5px 0 5px 0;
  display: block;
}

.ab-news-content {
  color: #999;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.in5-pic {
  overflow: hidden;
}


.product-channel {
  background: #fff;
  width: 100%;
  padding: 48px 0 62px
}

.product-channel .search-font {
  font-size: 18px;
  color: #333;
  line-height: 38px;
  margin-bottom: 24px
}

.product-channel-box {
  width: 100%;
  margin-bottom: 50px
}

.product-channel-box form,
.product-channel-box .contrast {
  width: 48%;
  border: 1px solid #ddd;
  padding: 0 1.7%;
  float: left
}

.product-channel-box .contrast {
  float: right;
  height: 90px;
  line-height: 90px;
  padding: 0 2.5%;
  font-size: 18px;
  color: #333;
  background: url(../img/pro02.png) no-repeat right 2.5% center
}

.product-channel-box .text {
  width: 70%;
  border: 0;
  height: 88px;
  line-height: 88px;
  font-size: 18px;
  color: #333
}

.product-channel-box .submit {
  float: right;
  width: 26px;
  height: 88px;
  background: url(../img/pro01.png) no-repeat center;
  border: 0
}

.product-channel h1 {
  font-size: 32px;
  font-weight: 400;
  color: #333;
  line-height: 1.7;
  margin-bottom: 30px;
}

.product-channel-list {
  width: 100%
}


































.product-channel-list ul {
  margin-left: -1%;
  margin-right: -1%;
}

.product-channel-list li {
  width: 48%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 25px;
  border: 1px solid #eeecec;
  transition: box-shadow .3s;
}

.product-channel-list ul.odd {
  float: right
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}


.index-cats-menu1 .menu-block {
  display: block;
  width: 100%
}


.index-cats-menu1 .menu-block a .block-icon .icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.index-cats-menu1 .menu-block a:hover .block-icon .icon {
  opacity: 0
}

.index-cats-menu1 .menu-block a:hover .block-icon .icon-hover {
  opacity: 1
}



.index-cats-menu1 .menu-block a .block-title {
  color: inherit;
  font-size: 20px;
  text-align: left;
  padding: 0 18px;
  line-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.index-cats-menu1 .menu-block a .block-icon {
  display: inline-block;
  width: 32px;
  float: left;
  position: relative;
  line-height: 0;
}


.news-box {
  padding: 58px 0 80px;
  background: #fff;
  width: 100%;
}

.heading_level3 {
  border-bottom: none;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  padding: 0 0px 8px 0;
}

.heading_level3:after {
  background-color: #4c4c4c;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 40px;
}

.productList-image {}

.productList-image img {
  height: auto;
  width: 100%;
}

.productList-list {}

.productList-list-item {
  border-bottom: 1px dashed #d8d8d8;
}

.productList-list-item a {
  position: relative;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.productList-list-item a .arrow_normal {
  display: none;
}

.productList-list-item a .arrow_chevronDown {
  position: absolute;
  right: 5px;
}

.productList.for_verticalTwoColumnsAll .productList-image {
  width: 46%;
  float: left;
}

.productList.for_verticalTwoColumnsAll .productList-list {}

.productList.for_verticalTwoColumnsAll .productList-list-item {
  width: 46%;
  float: left;
  padding: 15px 3px;
  margin-left: 2%;
  margin-right: 2%;
}

.productList.for_verticalTwoColumnsAll .productList-list-item:nth-child(2n) {}

.productList.for_verticalTwoColumnsAll .productList-list {
  display: block;
  float: right;
  width: 50%;
}

.productList.for_verticalTwoColumnsAll {
  margin-bottom: 42px;
}

.productList-list-item:first-child {}


.search-condition-ex {
  margin: 0 auto 40px auto;
  padding: 18px 28px;
  /* border: 1px solid #e5e5e5; */
  background-color: #ffffff;
  font-size: 16px;
}

.search-conditions {
  line-height: 24px;
}

.search-conditions dl dt {
  float: left;
  margin: 12px 10px 12px 0;
  color: #313131;
  font-weight: 400;
}

.search-conditions dl dd {
  overflow: hidden;
}

.search-condition-ex .search-conditions dl dd>a,
.search-condition-ex .search-conditions dl dd .custom-salary a,
.search-condition-ex .search-conditions dl dd.select-industry ul li .sub-industry a {
  display: inline-block !important;
  display: inline;
  zoom: 1;
  margin: 6px 0;
  padding: 5px 18px;
  border-radius: 2px;
  margin-right: 5px;
  color: #313131;
}

.search-condition-ex .search-conditions dl dd>a:hover,
.search-condition-ex .search-conditions dl dd>a.active,
.search-condition-ex .search-conditions dl dd .custom-salary a:hover,
.search-condition-ex .search-conditions dl dd .custom-salary a.active,
.search-condition-ex .search-conditions dl dd.select-industry ul li .sub-industry a:hover,
.search-condition-ex .search-conditions dl dd.select-industry ul li .sub-industry a.active {
  text-decoration: none;
  background-color: #3370FF;
  color: #fff;
}


.container5 {
  width: 1300px;
  margin: 0 auto;
}


.title44 {
  font-size: 24px;
  color: #2b2b2b;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
  padding-bottom: 8px;
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 2px solid #234f90;
}

.srv-wrap {
  padding: 40px;
  background: #fff;
}

.srv-top {
  padding-bottom: 16px;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #2b2b2b;
  border-bottom: 1px solid #dedede;
}

.srvStgy-top {
  width: 100%;
  text-align: left;
  line-height: 2;
  font-size: 14px;
  margin: 25px auto 0;
  color: #424242;
}

.srvStgy-top p {
  margin-bottom: 10px;
}

.download-list-box {
  width: 100%;
  margin-bottom: 30px;
}

.download-list-box ul {
  width: 100%
}

.download-list-box li {
  width: 100%
}

.download-list-box .title {
  width: 100%;
  cursor: pointer;
  padding-left: 58px;
  background: url(../images/ser22.png) no-repeat left center;

  line-height: 75px;

  font-size: 16px;
  overflow: hidden;
  height: 75px;
  color: #444;
  border-bottom: 1px solid #e0e0e0;
}

.download-list-box .title.on {
  border-bottom: 0;
  background: url(../images/ser22_h.png) no-repeat left center;
  color: #4c4c4c;
}

.download-list-box .time {
  font-size: 14px;
  color: #666;
  filter: alpha(opacity=50);
}

.download-list-box .con {
  width: 100%;
  padding: 1.7%;
  background: #f7f7f7;
  display: none
}

.download-list-box dd {
  width: 100%;
  margin-bottom: 17px;
  background: #fff;
  padding: 39px 3.7% 49px
}


.download-list-box dd h2 {



  line-height: 44px;
  font-size: 24px;

  color: #333;
  margin-bottom: 14px
}


.download-list-box dd .line {


  margin-bottom: 20px;
  border-bottom: 1px solid #e6e5e5;
  padding-bottom: 40px
}

.download-list-box dd p {
  font-size: 15px;
  color: #666;
  line-height: 25px
}

.download-list-box .download {
  margin-top: 20px;
  width: 120px;
  height: 36px;
  padding-left: 37px;
  line-height: 36px;
  background: #234f90 url(../images/ser23.png) no-repeat 77px center;
  color: #fff;
  font-size: 14px;
  display: block;
  border-radius: 30px;
}

.download-list-box .title:hover {
  background: url(../images/ser22_h.png) no-repeat left center;
  color: #234f90;
}

.nymenu {
  border-bottom: 1px #d9d9d9 solid;
  background: #fff;
}

.nymenu_mid ul li {
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../images/img17.jpg);
  float: left;
  padding: 0 40px;
  text-align: center;
}

.nymenu_mid ul li:nth-child(1) {
  text-align: left;
  background-image: none
}

.nymenu_mid ul li:last-child {
  text-align: right
}

.nymenu_mid ul li a {
  padding: 20px 0;
  display: inline-block;
  line-height: 1.5;
  font-size: 16px;
  position: relative;
  color: #333;
}

.nymenu_mid ul li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: 50%;
  width: 0;
  bottom: -1px;
  height: 2px;
  background-color: #234f90;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.nymenu_mid ul li a:hover,
.nymenu_mid ul li a.active {
  color: #234f90;
}

.nymenu_mid ul li a:hover:after,
.nymenu_mid ul li a.active:after {
  width: 2.65em;
  opacity: 1;
  margin-left: -1.325em;
}

.nymenu_mid_s ul li {
  float: none;
  display: inline-block;
}

.nymenu_mid_s {
  text-align: center
}

.nymenu_mid_s ul li:nth-child(1),
.nymenu_mid ul li:last-child {
  text-align: center;
}


.title3 {
  text-align: center;
  margin-bottom: 40px;
}

.title3 h2 {
  font-size: 32px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 10px;
}

.title3 p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.allfl {
  margin-bottom: 0;
}

.allfl div,
.allfl img {
  float: left;
}

.allfl img {
  width: 100%;
}

.allfl div {
  position: relative;
  padding: 32px 45px 37px 45px;
}

.pro_list ul {
  margin-left: -0.8%;
  margin-right: -0.8%;
  margin-bottom: -20px;
  width: 101.6%;
  float: left;
}

.pro_list li {
  float: left;
  position: relative;
  background-color: #FFF;
  width: 31.7333333%;
  overflow: hidden;
  margin: 0 0.8% 2% 0.8%;
  display: inline;
}

.btn1 {
  display: block;
  width: 116px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #234f90;
  border: 1px solid #234f90;
}

.btn1:hover {
  background: #234f90;
  border: 1px solid #234f90;
  color: #FFFFFF;
}

.imghover img {
  transition: all .6s ease;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
}

.imghover a:hover img,
.imglihover li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.seviceBox {
  text-align: center;
}

.seviceBox h4 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.seviceBox p {
  font-size: 14px;
  color: #616161;
  line-height: 25px;
  text-align: center;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.seviceBox a {
  display: inline-block;
  margin-top: 22px;
}

.imgbox {
  overflow: hidden;
}


.in-one {
  overflow: hidden;
  padding: 60px 0;
}

.PUBtitle {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}

.PUBtitle h4 {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}

.PUBtitle i {
  display: block;
  width: 28px;
  height: 3px;
  background: #234f90;
  margin: 13px auto 0;
}

.index_text1 {
  color: #3c3c3c;
  line-height: 1.8;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  max-width: 950px;
}

.index_text1 p {
  line-height: 1.8;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5px;
}

.list2 {
  position: relative;
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.list2>li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 22px;
}

.list2 figure {
  overflow: hidden;
  position: relative
}

.list2 .article-title {
  -moz-transition: color .4s;
  -o-transition: color .4s;
  -webkit-transition: color .4s;
  transition: color .4s;
  font-size: 18px;
  color: #313131;
  line-height: 1.6;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list2 a {}

.list2 img {
  -moz-transition: -moz-transform 1.2s;
  -o-transition: -o-transform 1.2s;
  -webkit-transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  width: 100%
}

.list-3>li {
  width: 33.3333%;
  padding: 0 10px;
}

.news-article__list1 article {
  height: auto;
  padding: 27px 30px 31px 30px;
  background: #fff;
}

.news-article__list1 h1 {
  overflow: hidden;
  margin-bottom: 15px;
}

.news-article__list1 .txt {
  font-size: 14px;
  line-height: 24px;
  color: #7d7d7d;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.img-box {
  position: relative
}

.img-box::before {
  content: "";
  display: block
}

.img-box img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.list a:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.list a:hover .article-title {
  color: #4c4c4c
}

.jm_form {
  background: #fff;
  padding: 60px;
  box-sizing: border-box;
}

.jm_form .jmform_tit {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
  margin-bottom: 32px;
}

.jm_form .namebox em {
  display: block;
  font-size: 26px;
  font-weight: 400;
  font-family: SweetSansPro;
  line-height: 1.3;
  letter-spacing: -1px;
  font-style: normal;
  color: #252525;
}

.jm_form .namebox {
  font-size: 18px;
  display: inline-block;
  float: left;
}

.jm_form .tel {
  float: right;
  background: url(../images/tel_icon2.png) no-repeat left center;
  padding-left: 40px;
  margin-top: 13px;
  line-height: 1.3;
}

.jm_form .tel em {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #4c4c4c;
  font-style: normal;
}

.form_box li {
  width: 48%;
  float: left;
  margin-bottom: 18px;
}

.form_box li:nth-child(even) {
  float: right;
}

.form_box li label {
  display: block;
  color: #666666;
  margin-bottom: 10px;
}

.form_box li .input_text {
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 15px;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  font-family: Arial, "microsoft yahei", Helvetica, sans-serif;
}

.form_box li select {
  background: url(../images/arr3.png) no-repeat right 20px center;
}

.form_box li .input_text2 {
  width: 48%;
  float: left;
}

.form_box li .input_text2:last-child {
  float: right;
}

.form_box li .text {
  width: 100%;
  height: 100px;
  font-size: 15px;
  line-height: 1.6;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  padding: 12px 15px;
  box-sizing: border-box;
  font-family: Arial, "microsoft yahei", Helvetica, sans-serif;
}

.form_box .trea {
  width: 100%;
}

.jm_form .subbtn {
  width: 160px;
  height: 52px;
  line-height: 50px;
  display: block;
  background: #4c4c4c;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  letter-spacing: 2px;
  border: 0;
  cursor: pointer;
}


input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
}


.rel-hz-lft {
  width: 38%;
  float: left;
  height: 685px;
}

.rel-hz-rgt {
  position: relative;
  width: 62%;
  float: right;
}

.rel-hz-cont {
  border: 1px solid #eeeeee;
  border-radius: 0;
}

.contact {
  width: 100%;
}

.contact ul {
  margin-left: -1%;
  margin-right: -1%;
}

.contact ul li span img {
  max-width: 50px;
}

.contact ul li {
  width: 23%;
  background: #ffffff;
  border-left: 1px solid #f5f5f5;
  float: left;
  padding: 50px;
  text-align: center;
  margin: 0 1%;
  border-radius: 5px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  position: relative;
}

.contact ul li h4 {
  margin: 7px auto 0;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.as11 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  color: #333333;
}

.ctt1 {
  margin-bottom: 30px;
  display: block;
}

.contact_content_inner {
  padding: 40px 52px;
  background: #fff;
}

.ul-download {
  padding: 0 0 16px
}

.ul-download li {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin-bottom: 11px
}

.ul-download li a.download {
  float: right;
  font-size: 14px;
  line-height: 54px;
  color: #666;
  letter-spacing: 1px
}

.ul-download li a.download img {
  display: inline-block;
  vertical-align: -6px;
  margin-left: 8px
}

.ul-download li a.download:hover {
  color: #4c4c4c
}

.ul-download li a.link {
  display: block;
  font-size: 16px;
  line-height: 54px;
  padding-left: 23px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/icon-dian.png) no-repeat left center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.ul-download li a.link:hover {
  color: #4c4c4c;
  background-image: url(../images/icon-dian-on.png);
}

.product_list {
  height: auto;
  overflow: hidden;
  padding-bottom: 30px;
  margin: 0 auto;
  text-align: center;
}

.product_list a {
  width: 120px;
  margin: 0 10px 15px 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #e4e4e4;
  display: inline-block;
  position: relative;
  font-size: 14px;
  transition: none;
}

.product_list a.hover {
  position: relative;
  color: #fff;
  background-color: #4c4c4c;
}

.product_list a:hover {
  color: #fff;
  background-color: #4c4c4c;
}

.product_list a:hover i {
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  bottom: -10px;
  position: absolute;
  margin: 0 auto;
  background: url('../images/product_san.png') no-repeat;
  left: 50%;
  transform: translate(-50%, 0);
}

.product_list a.hover i {
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  bottom: -10px;
  position: absolute;
  margin: 0 auto;
  background: url('../images/product_san.png') no-repeat;
  left: 50%;
  transform: translate(-50%, 0);
}


.pubTitle {
  width: 100%;
  text-align: center;
}

.pubTitle h6 {
  font-size: 34px;
  color: #000;
  line-height: 1.3;
  font-weight: 400;
}

.pubTitle i {
  display: block;
  width: 20px;
  height: 3px;
  background: #234f90;
  margin: 15px auto;
}

.pubTitle p {
  font-size: 14px;
  color: #464646;
  line-height: 2;
}


.news-pagecontent {
  background-color: #fff;
  float: left;
  width: 75%;
  margin-bottom: 0;
}

.news-pagecontent .page {
  padding: 35px 40px 40px;
}

.news-pagecontent .page .title {
  text-align: center;
  font-size: 12px;
  border-bottom: 1px solid #dadada;
}

.news-pagecontent .page .title h1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
  color: #262626;
}

.news-pagecontent .page .title .artInfo {
  line-height: 2;
  padding: 10px 0;
  color: #999
}

.news-pagecontent .page .title .artInfo time {
  padding: 0 10px
}

.news-pagecontent .page .title .artInfo span {}

.news-pagecontent .page .title .artInfo span a {
  margin-left: 10px;
  color: #999
}

.news-pagecontent .page .title .artInfo span a:hover,
.news-pagecontent .page .title .artInfo span a:active {
  color: #262626
}

.news-pagecontent .page .title .article {
  padding: 15px;
  background: #f2f2f2;
  margin: 15px 0;
  color: #999
}

.news-pagecontent .page .content {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  padding-top: 25px;
  line-height: 2;
}

.news-pagecontent .page .content:after {

  content: " ";
  clear: both;
  display: table
}

.news-pagecontent .page .content p,
.news-pagecontent .page .content ul,
.news-pagecontent .page .content ol {
  margin-bottom: 10px;
}

.news-pagecontent .page .content h2 {
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px solid #f2f2f2
}

.news-pagecontent .page .content h3 {

  padding-top: 10px;
  font-size: 16px
}

.news-pagecontent .page .content a {
  color: #3d6dcc
}

.news-pagecontent .page .content a:hover,
.news-pagecontent .page .content a:active {
  text-decoration: underline
}

.news-pagecontent .page .content img {
  max-width: 100%;
  height: auto
}

.news-pagecontent .page .content table {
  max-width: 100%;
  background-color: #f7f7f7
}

.news-pagecontent .page .content table th,
.news-pagecontent .page .content table td {
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #ccc;

  background-color: #fff
}

.news-pagecontent .page .content table th {
  background-color: #f7f7f7
}

.news-pagecontent .page .content table img {
  max-width: inherit
}

.news-pagecontent .page .content .table_wrap {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ededed
}

.news-pagecontent .page .content .table_wrap_box {
  *zoom: 1
}

.news-pagecontent .page .content .table_wrap_box:after {
  content: " ";
  clear: both;
  display: table
}

.news-pagecontent .page .content ul li {
  margin-left: 2em;
  list-style: disc
}

.news-pagecontent .page .content ol li {
  margin-left: 2em;
  list-style: decimal
}




.news-pagecontent .page .section {
  background: #f5f5f5;
  padding: 15px;
  margin-top: 20px;
  /* border-top: 1px solid #dedede; */
}

.news-pagecontent .page .section li a {
  font-size: 14px;
  display: block;
  padding: 5px 0;
  color: #666;
}

.news-pagecontent .page .section li a:hover,
.news-pagecontent .page .section li a:active {
  color: #234f90;
}

.news-pagelist {
  float: right;

  width: 23%;
  /* background:#fff; */
}

.news-pagelist ul li {
  float: none;

  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;

}

.news-pagelist ul li:first-child a {

  padding: 0;
  color: #262626;
  font-size: 12px;
}

.news-pagelist ul li:first-child a small {
  display: block;
  overflow: hidden;
  position: relative;
}

.news-pagelist ul li:first-child a small img {
  width: 100%;
}

.news-pagelist ul li:first-child a time {
  display: none;
}

.news-pagelist ul li:first-child a em {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-pagelist ul li a {
  font-size: 12px;

}

.news-pagelist ul li a time {
  top: 15px
}

.news-pagelist ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 90px 15px 10px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-pagelist ul li a:hover {
  color: #234f90;
}



.news-pagelist ul li a time {
  position: absolute;
  right: 10px;
  top: 16px;
  width: 70px;
  text-align: right;
  color: #999;
  font-size: 12px
}

.news-pagelist ul li:first-child small {
  display: none
}

em,
i {
  font-style: normal;
}

.ds1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 18px 0;
  display: block;
}

.sc1 {
  font-size: 16px;
  color: #505050;
  font-weight: 400;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.wrap {
  padding-top: 80px;
  position: relative;
  z-index: 1;
}


.w222 {
  width: 70%;
  float: left;
}

.w333 {
  float: right;
}

.foot_link {
  float: right;
  text-align: center;
  position: relative;
}

.footer_flex li span {
  display: none;
  color: #fff;
  font-size: 13px;
  line-height: 45px;
}

.footer_flex li .img-n {
  width: 22px;
  margin-bottom: 5px;
  opacity: 0.8;
}

.footer_flex {
  float: left;
  margin-bottom: 0px;
  margin-left: 0;
  padding-left: 0;
}

.footer_flex li {
  margin-left: 8px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
  display: inline-block;
}

.new-list1 {
  margin-left: -10px;
  margin-right: -10px;
}

.new-list1 li {
  width: 33.333333333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 25px;
}

.new-list1 li figure {
  display: block;
  line-height: normal;
  overflow: hidden;
  margin: 0;
}

.new-list1 li figure img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
  transition: 430ms;
}

.new-list1 li figcaption {
  display: block;
  padding: 35px 28px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  transition: 340ms;
  height: 158px;
}

.new-list1 li figcaption time {
  color: #7e7e7e;
  font-size: 14px;
  transition: 300ms;
  line-height: 1.2;
}

.new-list1 li figcaption h3 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  transition: 300ms;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.new-list1 li figcaption p {
  color: #777;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
  transition: 300ms;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.new-list1 li figcaption span {
  display: block;
  width: 102px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #234f90;
  ;
  font-size: 14px;
  margin-top: 18px;
  position: relative;
  bottom: -30px;
  opacity: 0;
  text-align: center;
  transition: 300ms;
}

.new-list1 li:hover figure img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.new-list1 li:hover figcaption {
  margin-top: -51px;
  background: #234f90;
  ;
  height: 209px;
}

.new-list1 li:hover figcaption time {
  color: #fff;
}

.new-list1 li:hover figcaption h3 {
  color: #fff;
}

.new-list1 li:hover figcaption p {
  color: #fff;
}

.new-list1 li:hover figcaption span {
  opacity: 1;
  bottom: 0;
  position: relative;
  transition: 355ms 100ms;
}

.pubcatetit {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
}

.linei {
  display: block;
  width: 20px;
  height: 3px;
  background: #234f90;
  margin: 15px auto;
  font-style: normal;
}

.welsay {
  text-align: center;
  font-size: 15px;
  color: #585858;
  line-height: 2;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 55px;
}

.welfare ul li {
  width: 16.66666666666666%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 10px;
  box-sizing: border-box;
}

.welfare ul li img {
  max-height: 60px;
  display: block;
  margin: 0px auto;
}

.welfare ul li p {
  margin-top: 15px;
  font-size: 15px;
}

.welfare ul li img {
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
}

.welfare ul li img,
.welfare ul li p {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.welfare ul li:hover img,
.welfare ul li:hover p {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

.welfare ul li:hover img {
  transition-delay: 0s !important;
  -webkit-transition-delay: 0s !important;
}

.welfare ul li:hover p {
  transition-delay: .1s !important;
  -webkit-transition-delay: .1s !important;
}

.sce-two {
  padding: 60px 0;
}

.sce-two .sce-tit,
.sce-two .sce-dec {
  color: white;
}

.sce-two .sce-dec {
  margin-bottom: 40px;
  text-align: center;
  width: 78%;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
}

.scet {
  padding: 50px 30px;
  background: #fff;
  margin-top: 35px;
}

.line3 {
  background-color: #fff;
  display: block;
  width: 30px;
  height: 3px;
  margin: 15px auto 25px auto;
}

.sce-tit {
  font-size: 32px;
  color: #333;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}


.new-list5 {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
  float: left;
  margin-bottom: -10px;
}

.new-list5 li {
  width: 33.333333333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}

.new-list5 li figure {
  display: block;
  line-height: normal;
  overflow: hidden;
  margin: 0;
}

.new-list5 li figure img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
  transition: 430ms;
}

.new-list5 li figcaption {
  display: block;
  padding: 18px 22px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  text-align: center;
  line-height: 1.8;
  transition: 340ms;
}

.new-list5 li figcaption time {
  line-height: normal;
  color: #7e7e7e;
  font-size: 14px;
  transition: 300ms;
}

.new-list5 li figcaption h3 {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  margin: 0;
  transition: 300ms;
  text-transform: none;
}

.new-list5 li figcaption p {
  color: #6c6c6c;
  height: 50px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
  transition: 300ms;
}

.new-list5 li figcaption span {
  display: block;
  width: 102px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #234f90;
  font-size: 14px;
  margin-top: 12px;
  position: relative;
  bottom: -30px;
  opacity: 0;
  text-align: center;
  transition: 300ms;
}

.new-list5 li:hover figure img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.new-list5 li:hover figcaption {
  background: #234f90;
}

.new-list5 li:hover figcaption time {
  color: #fff;
}

.new-list5 li:hover figcaption h3 {
  color: #fff;
}

.new-list5 li:hover figcaption p {
  color: #fff;
}

.new-list5 li:hover figcaption span {
  opacity: 1;
  bottom: 0;
  position: relative;
  transition: 355ms 100ms;
}


.container-adr {
  padding: 60px 0;
  background-color: #F5f5f5;
}

.ct-box {
  overflow: hidden;
  margin-top: 40px;
}

.ct-box .ct-block {
  float: left;
  width: 50%;
  height: 400px;
  overflow: hidden;
  padding: 60px 65px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

.ct-box .ct-img {
  float: left;
  width: 50%;
  height: 400px;
  overflow: hidden;
}

.ct-block .adr-con {
  line-height: 1.8;
  font-size: 15px;
  color: #464646;
  overflow: hidden;
}

.ct-block .adr-con p {
  margin-bottom: 3px;
}

.v7 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #234f90;
}

.v711 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 8px;
  color: #0a0a0a;
}

.p-title {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  line-height: 1.4;
}

.p-title h1 {
  font-size: 30px;
  color: #234f90;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
}

.p-title i {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #234f90;
  margin-bottom: -6px;
}

.cpn-culture {}

.cpn-culture .pub-tit1 {
  color: #fff;
}

.cpn-culture ul {
  overflow: hidden;
  width: 102%;
  margin-left: -1%;
}

.cpn-culture ul li {
  width: 31.33333%;
  float: left;
  margin: 0 1%;
  background: #fff;
  font-size: 14px;
  color: #676767;
  line-height: 1.8;
}

.cpn-culture ul li:first-child {}

.cpn-culture ul li .note {
  padding: 40px 50px;
  text-align: center;
  height: 215px;
}

.cpn-culture ul li h4 {
  font-size: 22px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 12px;
  position: relative;
  font-weight: 400;
}

.cpn-culture ul li h4:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 30px;
  height: 2px;
  background: #234f90;
  margin-left: -15px;
  transition: all 0.3s ease;
}

.cpn-culture ul li:hover h4:after {
  width: 40px;
  margin-left: -20px;
}

.yy5 {
  width: 100%;
  height: 360px;
}

.solution-content {
  background: #f5f5f5;
  padding-bottom: 80px;
  padding-top: 70px;
}

.solution .solution-content .solution-content-tab {
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 0 40px rgba(0, 0, 0, .1);
  margin-top: -60px;
  position: relative;
  background-color: #FFF;
}

.solution .solution-content .solution-content-tab ul {
  display: flex;
  align-items: center;
}

.solution .solution-content .solution-content-tab ul li {
  flex: 1;
  height: 120px;
}

.solution .solution-content .solution-content-tab ul li a {
  display: block;
  height: 120px;
  position: relative;
}

.solution .solution-content .solution-content-tab ul li a:after {
  content: '';
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 13px;
  background: url(../images/icon34.png) center center no-repeat;
}

.solution .solution-content .solution-content-tab ul li.active a:after {
  background: url(../images/icon35.png) center center no-repeat;
}

.solution .solution-content .solution-content-tab ul li a dl {
  display: flex;
  height: 120px;
  align-items: center;
  padding: 0 50px;
}

.solution .solution-content .solution-content-tab ul li a dl dd {
  flex: 1;
  min-width: 0;
  margin-left: 35px;
}

.solution .solution-content .solution-content-tab ul li a dl dd h2 {
  font-size: 20px;
  font-weight: normal;
}

.solution .solution-content .solution-content-tab ul li a dl dd p {
  font-size: 13px;
}

.solution .solution-content .solution-content-tab ul li a:hover,
.solution .solution-content .solution-content-tab ul li.active a {
  color: #FFF;
  background: linear-gradient(300deg, rgba(112, 50, 221, 1) 0%, rgba(30, 176, 232, 1) 100%);
}

.solution .solution-content .solution-content-tab ul li:first-child {
  border-right: solid 1px #EEE;
}

.solution .solution-content .solution-content-tab ul li:first-child dl dt {
  background: url(../images/icon37.png) no-repeat;
  width: 53px;
  height: 49px;
}

.solution .solution-content .solution-content-tab ul li:first-child:hover dl dt,
.solution .solution-content .solution-content-tab ul li:first-child.active dl dt {
  border: none;
  background: url(../images/icon37_01.png) no-repeat;
}

.solution .solution-content .solution-content-tab ul li:last-child dl dt {
  background: url(../images/icon36.png) no-repeat;
  width: 50px;
  height: 49px;
}

.solution .solution-content .solution-content-tab ul li:last-child:hover dl dt,
.solution .solution-content .solution-content-tab ul li:last-child.active dl dt {
  background: url(../images/icon36_01.png) no-repeat;
}

.solution .solution-content .solution-content-top {
  margin-top: 80px;
}

.solution .solution-content .solution-content-top dl {
  background-color: #FFF;
  display: flex;
  align-items: center;
}

.solution .solution-content .solution-content-top dl dt {
  position: relative;
  width: 50%;
}

.solution .solution-content .solution-content-top dl dt a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution .solution-content .solution-content-top dl dt img {
  max-width: 775px;
  max-height: 450px;
  width: 100%;
}

.solution .solution-content .solution-content-top dl dt a img {
  width: auto;
  height: auto;
}

.solution .solution-content .solution-content-top dl dd {
  flex: 1;
  padding: 0 60px;
  max-height: 300px;
}

.solution .solution-content .solution-content-top dl dd h2 {
  font-weight: normal;
  font-size: 30px;
}

.solution .solution-content .solution-content-top dl dd p span.line {
  display: block;
  width: 12px;
  height: 2px;
  background-color: #f08200;
  margin: 20px 0;
}

.solution .solution-content .solution-content-top dl dd .text {
  color: rgba(40, 40, 40, .8);
  font-size: 15px;
  line-height: 22px;
}

.solution .solution-content .solution-content-top dl dd .text img {
  margin-top: 20px;
}

.solution .solution-content .solution-content-tabs {
  margin-top: 60px;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul {
  display: flex;
  align-items: center;
  border-bottom: solid 2px #fb5941;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li {
  flex: 1;
  text-align: center;
  font-size: 19px;
  padding-bottom: 55px;
  position: relative;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a {
  display: inline-block;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a:hover img {
  -webkit-animation: down 0.6s linear infinite alternate;
  animation: down 0.6s linear infinite alternate;
  -moz-animation: down 0.6s linear infinite alternate;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a p {
  margin-top: 15px;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li.active a p {
  color: #fd5d36;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li.active:after {
  content: '';
  position: absolute;
  width: 21px;
  height: 10px;
  background: url(../images/icon44.png) no-repeat;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-bd {
  background-color: #FFF;
  padding: 50px;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con {
  font-size: 15px;
  line-height: 24px;
  color: rgba(51, 51, 51, .8);
  display: none;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con img {
  max-width: 100%;
}

.solution .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con .con-text {
  margin-bottom: 50px;
}

.solution .solution-content .industry-item {}

.solution .solution-content .industry-item dl {
  background-color: #FFF;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.solution .solution-content .industry-item dl:nth-child(2n) dd {
  order: -1;
}

.solution .solution-content .industry-item dl dt {
  width: 50%;
  line-height: 0;
  overflow: hidden;
}

.solution .solution-content .industry-item dl dt img {
  max-width: 775px;
  max-height: 450px;
  width: 100%;
  -moz-transition: -moz-transform 1.2s;
  -o-transition: -o-transform 1.2s;
  -webkit-transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
}

.solution .solution-content .industry-item dl dt:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.solution .solution-content .industry-item dl dd {
  flex: 1;
  padding: 0 60px;
  max-height: 300px;
}

.solution .solution-content .industry-item dl dd h2 {
  font-weight: normal;
  font-size: 28px;
  line-height: 1.4;
  color: #234f90;
}

.solution .solution-content .industry-item dl dd p span.line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #234f90;
  margin: 20px 0;
}

.solution .solution-content .industry-item dl dd .text {
  color: rgba(40, 40, 40, .8);
  font-size: 14px;
  line-height: 25px;
}

.solution .solution-content .industry-item dl dd .text img {
  margin-top: 20px;
}

.solution .solution-content .industry-item dl dd p a {
  display: inline-block;
  width: 140px;
  height: 45px;
  border-radius: 50px;
  font-size: 14px;
  text-align: center;
  line-height: 43px;
  border: solid 2px #234f90;
  color: #234f90;
  margin-top: 50px;
  background: #ffffff;
}

.solution .solution-content .industry-item dl dd p a:hover {
  border-color: #234f90;
  color: #fff;
  background: #234f90;
}


.mr_frbox {
  margin-top: 20px;
}

.mr_frBtnL {
  float: left;
  margin: 108px 34px 0px 0px;
  cursor: pointer;
  display: inline;
  width: 28px;
}

.mr_frUl {
  float: left;
  width: 90%;
}

.mr_frBtnR {
  float: right;
  margin-top: 108px;
  cursor: pointer;
  width: 28px;
}

.mr_frUl ul li {
  display: inline;
  float: left;
  width: 24.4%;
  margin-right: 15px;
  overflow: hidden;
}

.mr_frUl ul li img {}

.honorbd {
  padding: 20px 20px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
}

.honorbd img {
  max-height: 245px;
  margin: 0px auto;
  display: block;
}

.honorbd h4 {
  margin-top: 20px;
  padding: 0 20px;
  font-weight: 400;
  color: #333;
  font-size: 14px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.box {
  position: absolute;
  padding: 0;
  top: 0;
  opacity: 0.5;
  z-index: 4;
  opacity: 1;
  z-index: 99999999;
}

.box_bg {}

.box22 {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: none;
  z-index: 999;
  position: fixed;
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
  opacity: 1;
}

.login5 {
  width: 100%;
  height: 120px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.login5 h2 {
  font-size: 30px;
  line-height: 65px;
  color: #ffffff;
}

.close {
  position: absolute;
  width: 47px;
  height: 47px;
  right: 40px;
  top: 40px;
}

.login51 {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  height: 100%;
  overflow: hidden;
  display: block;
}

.at22 {
  max-width: 1000px;
}

.vr1 {
  width: 80px;
}

.one {
  cursor: pointer;
  display: inline-block;
}

#loginalert {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}


.section-ul1 {
  margin: 20px -0.5% -20px -0.5%;
  width: 101%;
  float: left;
  box-sizing: border-box;
}

.section-ul1 li {
  float: left;
  width: 24%;
  text-align: center;
  margin: 0 0.5% 15px 0.5%;
  border: 1px solid #d0d0d0;
  overflow: hidden;
  line-height: 0;
  box-sizing: border-box;
}


.speech_a_lt {
  width: 35%;
  margin-top: 10px;
}

.speech_a_lt img {
  width: 100%;
}

.speech_a_rt {
  width: 61%;
  margin-top: 10px;
}

.speech_a_rt .speech_a_rt_one {
  color: #333;
  font-size: 26px;
  line-height: 1.2;
}

.speech_a_rt .speech_a_rt_two {
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 26px;
  padding: 7px 0 12px 0;
}

.speech_a_rt .speech_a_rt_three {
  font-size: 14px;
}


.relyx-list {
  width: 100%;
}

.relyx-list ul {
  margin-left: -1%;
  margin-right: -1%;
  margin-bottom: -25px;
  margin-top: 20px;
  float: left;
}

.relyx-list li {
  width: 31.33333333333%;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  margin-bottom: 25px;
  background: #fff;
}

.relyx-img {
  width: 100%;
  overflow: hidden;
}

.relyx-img img {
  width: 100%;
  object-fit: cover;
  transition: all .8s ease;
}

.relyx-wd {
  width: 100%;
  padding: 25px;
  position: relative;
  min-height: 194px;
}

.relyx-wd h6,
.relyx-wd h1 {
  font-size: 18px;
  font-weight: 700;
  color: #191919;
  margin-bottom: 12px;
}

.relyx-wd p {
  font-size: 14px;
  color: #676767;
  line-height: 1.7;
  margin-bottom: 5px;
  position: relative;
}

.relyx-wd p:nth-of-type(1) {
  /* background: url("../images/relD1.jpg") no-repeat left top 2px; */
}

.relyx-wd p:nth-of-type(2) {
  /* background: url("../images/relD2.jpg") no-repeat left top 2px; */
}

.relyx-wd p:nth-of-type(3) {
  /* background: url("../images/relD2.jpg") no-repeat left top 2px; */
}

.relyx-check {
  display: inline-block;
  font-size: 15px;
  color: #1f5dcb;
  font-style: normal;
  line-height: 26px;
  margin-top: 20px;
  position: relative;
  user-select: none;
  cursor: pointer;
}

.relyx-check:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #1f5dcb;
}

.relyx-list li:hover .relyx-img img {
  transform: scale(1.04);
}

.relyx-wd:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 13px;
  background: url("../images/relArr.png") no-repeat;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.relyx-item {
  width: 100%;
}

.relyx-info {
  width: 100%;
  background: #f5f5f5;
}

.relyx-info ul {
  display: flex;
  flex-wrap: wrap;
}

.relyx-info li {
  width: 20%;
  float: left;
  padding: 50px 0;
}

.relyx-info li h6,
.relyx-info li h1 {
  font-size: 22px;
  color: #333;
  margin-bottom: 32px;
}

.relyx-info li p {
  font-size: 14px;
  color: #888;
  line-height: 24px;
}

.relyx-infoitem {
  width: 100%;
  display: none;
}

.relyx-list li.ontrue .relyx-wd:after {
  opacity: 1;
}




@media screen and (max-width: 767px) {
  .footer_flex {
    float: left;
    margin-bottom: 0px;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}



@media screen and (min-width:1200px) {
  .menu .right ul li:hover:after {
    transform-origin: left;
    transform: scaleX(1)
  }

  .virtual-scroll:hover {
    opacity: 1;
    background-color: #f1f1f1
  }

  .virtual-scroll.dblclick:hover:after {
    content: '双击返回顶部';
    position: absolute;
    line-height: 40px;
    padding: 0 30px;
    background-color: #1a1a1a;
    color: #fff;
    right: 25px;
    bottom: 50px;
    white-space: nowrap;
    pointer-events: none
  }

  .virtual-scroll .virtual-scroll-thumb:hover {
    background-color: #01c8fd
  }

  .virtual-scroll .virtual-scroll-thumb:hover.active {
    background-color: #087bff
  }

  .home .box2 .entry .item:hover img {
    opacity: .65
  }

  .home .box4 .type span.active:hover,
  .home .box4 .type span:hover {
    text-decoration: underline;
    opacity: 1
  }

  .footer .footer-menu .item a:hover {
    text-decoration: none;
    color: #ffffff;
  }

  .footer .web-info a:hover {
    text-decoration: underline;
    color: #fff
  }

  .vr-experience .box1 .experience-lists .item .right .ctrl .more-icon:hover .a {
    width: 32px
  }

  .vr-experience .box1 .experience-lists .item .right .lists .vr-item:hover .img-box iframe,
  .vr-experience .box1 .experience-lists .item .right .lists .vr-item:hover .img-box img {
    opacity: .5
  }

  .vr-experience .box1 .experience-lists .item .right .lists .vr-item:hover .img-box .icons-box {
    opacity: 1;
    transform: translateY(0) translate3d(0, 0, 0)
  }

  .products-page .box1 .type span:hover {
    opacity: 1
  }

  .join-page .box1 .superiority .types .switch .item.active:hover {
    background-color: #4c4c4c;
    color: #fff
  }

  .join-page .box1 .superiority .types .switch .item:hover {
    background-color: rgba(0, 72, 122, .7);
    color: #fff
  }

  .join-page .box3 .lists .index .index-btn:hover {
    border-color: rgba(0, 0, 0, .3)
  }

  .join-page .box3 .lists .index .index-btn.active:hover {
    border-color: #000
  }

  .about-page .box2 .faq .faq-box .lists .item .title:hover {
    text-decoration: underline;
    color: #4c4c4c
  }

  .strength-page .box4 .warp .case-list .item:hover {
    z-index: 3;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    transition: box-shadow 0s .25s
  }

  .strength-page .box4 .warp .case-list .item:hover .name {
    color: #fff;
    top: 45px
  }

  .strength-page .box4 .warp .case-list .item:hover .img-box {
    clip-path: inset(0 0 0 0)
  }

  .more-icon.left .icons:hover .a {
    width: 32px
  }

  .more-icon.right .icons:hover .a {
    width: 32px
  }

  .InspectionReport .li.swiper-slide-active:hover .img-box {
    transform: scale(1.02)
  }
}


@media screen and (max-width:1700px) {
  .products-page .box2 .lists .item .pictures .right .children {
    height: 400px
  }
}

@media (max-width: 1600px) {
  .container {
    max-width: 1200px;
    width: 92%;
  }

  .footer .footer-telephone {
    padding: 0 30px;
    width: 25%;
    float: left;
  }

  .footer .wx {
    padding-left: 30px;
    width: 140px;
  }

  .news_list li {
    padding: 6px 0 30px;
  }

  .z-container {
    max-width: 1400px;
    width: 90%;
  }

  .z-container2 {
    max-width: 1200px;
    width: 90%;
  }

  .productSeries {
    position: relative;
    z-index: 5;
    background: #f5f5f5;
    padding: 60px 0;
  }

  .home .box2 {
    position: relative;
    padding: 60px 0 70px 0;
  }

  .container5 {
    width: 92%;
    max-width: 1200px;
  }


}

@media screen and (max-width:1500px) {
  .products-page .box2 .lists .item .pictures .right .children {
    height: 350px
  }

  .strength-page .box3 .historyBox {
    width: 80%
  }

  .join-page .box2 .lc {
    width: 52%
  }

  .join-page .box2 .text {
    width: 56%
  }

  .join-page .box2 .text .abs * {
    font-size: 14px !important
  }

  .join-page .box1 .superiority .types .switch {
    height: 100%
  }

  .join-page .box1 .superiority .detail {
    width: 50%
  }

  .strength-page .box6 .warp .flex-box .lists .item {
    padding: 0 4%
  }

  .strength-page .box6 .warp .flex-box .lists {
    max-width: 800px
  }

  .strength-page .box6 .warp .flex-box .lists .item:nth-child(n+5) {
    margin-top: 20px
  }

  .strength-page .box6 .warp {
    background-size: contain
  }

  .strength-page .box6 .common-title {
    margin-bottom: 20px;
    padding-left: 36px
  }

  .strength-page .box6 .warp .flex-box {
    height: auto;
    padding: 25px 0
  }

  .strength-page .box6 .warp .flex-box .lists .item img {
    width: 80px
  }

  .z-container {
    width: 92%;
    padding: 0;
  }

  .z-container2 {
    width: 92%;
    padding: 0;
  }

  #loginalert {
    max-width: 520px;
  }

  .mr_frUl ul li {
    width: 24.1%;
  }

  .mr_frBtnL {
    margin: 90px 20px 0px 0px;
  }

  .mr_frBtnR {
    margin-top: 90px;
  }

}

@media screen and (max-width:1280px) {

  .menu,
  .menu.active,
  .menu.black {
    padding: 15px 3%
  }

  .menu .logo,
  .menu.active .logo,
  .menu.black .logo {
    width: 200px
  }

  .menu .search {
    margin-left: 30px;
    margin-right: 0
  }

  .menu .right ul li+li {
    margin-left: 50px
  }

  .home .box2 .content {}

  .home .box2 .slogan {
    font-size: 24px
  }

  .home .box2 .entry {
    margin-top: 80px
  }

  .home .box2 .entry .item {
    width: 48%
  }

  .home .box2 .entry .item .text-cover h3,
  .home .box3 .text-cover h3 {
    font-size: 24px
  }

  .home .box2 .entry .item .text-cover p {
    font-size: 16px
  }

  .home .box3 .text-cover h3 {
    margin-bottom: 15px
  }

  .more-icon .icons .c {
    width: 50px;
    height: 50px
  }

  .more-icon .icons .a {
    width: 50px;
    height: 2px
  }

  .home .box4,
  .home .box6,
  .home .box7 {
    padding: 100px 3%
  }

  .common-title {
    font-size: 24px;
    margin-bottom: 15px
  }

  .home .box4 .type {
    margin-bottom: 50px
  }

  .home .box4 .vr-thumb .item .img-box {
    height: 200px
  }

  .home .box5 .lists-box,
  .home .box5 .lists-box .item .img-box {
    height: 60vw
  }

  .home .box5 .small-thumb .img-box {
    width: 50vw;
    height: 50vw
  }

  .home .box5 .small-thumb .text {
    min-height: auto;
    padding: 20px
  }

  .home .box5 .small-thumb .img-box .bg {
    background-size: cover
  }

  .home .box5 .lists-box .item .text .detail {
    margin-top: 20px
  }

  .home .box6 .flex-box .detail {
    height: 56px;
    overflow: hidden
  }

  .home .box6 .flex-box .center {
    display: none
  }

  .home .box6 .flex-box .left,
  .home .box6 .flex-box .right {
    width: 48%
  }

  .home .box7 .index {
    margin-top: 50px;
    margin-bottom: 20px
  }

  .footer .footer-telephone {
    border-left: none;
    padding-left: 0
  }

  .footer {
    padding: 50px 0 5px 0;
  }

  .footer .wx {
    padding-left: 30px;
    width: 120px;
  }

  .footer .footer-telephone .address {
    font-size: 14px;
    margin-bottom: 10px
  }

  .home .box7 .customers {
    width: 100%
  }

  .home .box7 .customers a {
    width: 18%
  }

  .home .box7 .customers a+a {
    margin-left: 2.5%
  }

  .common-page {
    padding-top: 80px
  }

  .common-page .page-banner {
    padding: 0 3%
  }

  .strength-page .box1 .flex-box {
    padding: 0 3% 95px 3%
  }

  .strength-page .box1 .flex-box .right {
    padding-top: 0;
    width: 60%
  }

  .strength-page .box1 .flex-box .left .title {
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 20px
  }

  .strength-page .box1 .flex-box .left .detail {
    line-height: 1.7
  }

  .strength-page .box1 .flex-box .left {
    padding-right: 20px
  }

  .strength-page .box2,
  .strength-page .box4,
  .strength-page .box6 {
    padding: 0 3%
  }

  .strength-page .box2 .images .text .center {
    max-width: 70%
  }

  .strength-page .box4 .warp .case-list .item .name {
    font-size: 16px
  }

  .news-common,
  .strength-page .box5 {
    padding: 100px 3%
  }

  .strength-page .box5 .swiper-container {
    width: 100%
  }

  .home .box5 .lists-box .item .text {
    width: 30%
  }

  .menu.black.active {
    padding: 15px 3%
  }

  .strength-page .box6 .warp .flex-box .lists {
    max-width: 100%
  }

  .news-common .lists {
    margin-top: 50px
  }

  .vr-experience .box1 {
    padding-left: 3%
  }

  .vr-experience .box1 .experience-lists .item .left-box .title {
    font-size: 42px;
    width: 100px;
    line-height: 1.4
  }

  .vr-experience .box1 .experience-lists .item .left-box .count {
    font-size: 14px
  }

  .vr-experience .box1 .experience-lists .item .left-box {
    width: 150px
  }

  .scroll-tip {
    bottom: 20px
  }

  .scroll-tip:before {
    height: 80px
  }

  .vr-experience .box1 .experience-lists .item .right .lists .vr-item .img-box .icons-box {
    opacity: 1;
    transform: translateY(0) translate3d(0, 0, 0);
    bottom: 20px
  }

  .products-page .box2 .lists .item .pictures .right .children {
    height: 300px
  }

  .products-page .box2 .lists .item .pictures .left .img-box {
    height: 100%
  }

  .products-page .box2 .lists .item .pictures .right .children .wrap .node.active .img-box:before {
    font-size: 24px;
    line-height: 40px
  }

  .about-page .box1.ab1,
  .join-page .box1 {
    padding: 0 3% 85px
  }

  .join-page .box4 {
    padding: 85px 3%
  }

  .about-page .box1 .flex-box .left .item .name {
    font-size: 20px;
    margin-top: 20px
  }

  .about-page .box1 .flex-box .left .item .abs {
    font-size: 14px
  }

  .about-page .box1 .flex-box .left .item {
    height: auto
  }

  .about-page .box1 .flex-box .right {
    height: auto
  }

  .about-page .box2 .img-box {
    left: 0
  }

  .about-page .box2 .faq {
    padding-top: 85px
  }

  .about-page .box2 .faq .faq-box {
    width: 94%;
    padding: 10px 20px
  }

  .about-page .box2 .faq .faq-box .header {
    height: 80px
  }

  .about-page .box2 .faq .faq-box .lists .item .detail {
    margin-top: 10px
  }

  .about-page .box2 .faq .faq-box .lists .item {
    padding: 15px 0
  }

  .about-page .box2 .faq:before {
    display: none
  }

  .about-page .box2 {
    min-height: auto;
    overflow: hidden;
    padding-bottom: 85px
  }

  .about-page .box2 .faq .faq-box .header .right,
  .about-page .box2 .slogan {
    display: none
  }

  .join-page .box2,
  .join-page .box3 {
    padding: 0 0
  }

  .join-page .box2 .lc {
    width: 30%;
    left: 3%;
    bottom: auto;
    top: 35%
  }

  .join-page .box2 .text {
    right: 3%
  }

  .join-page .box4 .form-box .right {
    max-width: auto;
    width: 70%
  }

  .join-page .box4 .form-box .left {
    width: 28%
  }

  .join-page .box4 .form-box .left .title {
    font-size: 24px
  }

  .vr-experience .box1 .type-box {
    padding-left: 150px
  }

  .vr-experience .box1 .experience-lists .item .right {
    width: calc(100% - 150px)
  }

  .news_list li {
    padding: 4px 0 20px;
  }

  .news_time {
    font-size: 62px;
    width: 90px;
  }

}

@media screen and (max-width:1000px) {
  .menu .right {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: #4c4c4c;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s
  }

  .menu .menu-btn {
    display: block;
    position: absolute;
    right: 8px;
    top: 6px;
    height: 50px;
    width: 50px;
    padding: 10px
  }

  .menu .search {
    display: none
  }

  .menu .logo {
    z-index: 10
  }

  .menu.active .logo .color,
  .menu.black .logo .color {
    opacity: 0
  }

  .menu.active .logo .white,
  .menu.black .logo .white {
    opacity: 1
  }

  .menu.active .menu-btn span,
  .menu.black .menu-btn span {
    background-color: #fff
  }

  .menu .right ul {
    display: block;
    height: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    width: 100%
  }

  .menu .right ul li a {
    color: #fff;
    line-height: 45px
  }

  .menu .right ul li+li {
    margin-left: 0
  }

  .menu.active,
  .menu.black {
    background: #4c4c4c
  }

  .pagination span {
    height: 24px
  }

  .pagination {
    width: 25px;
    padding: 20px 0
  }

  .home .box2 .content {}

  .scroll-tip:before {
    height: 50px
  }

  .home .box2 .entry {
    margin-top: 50px
  }

  .home .box3 .text-cover {
    padding: 0 3%;
    bottom: 40%;
    width: 100%
  }

  .home .box3 .more-icon {
    right: 3%;
    bottom: 10%
  }

  .home .box4,
  .home .box6,
  .home .box7 {
    padding: 50px 3%
  }

  .home .box5 .small-thumb {
    right: 3%;
    width: 50%
  }

  .home .box5 .small-thumb .img-box {
    width: 100%;
    display: none
  }

  .home .box5 .small-thumb .text .detail {
    width: calc(100% - 100px)
  }

  .home .box5 .lists-box .item .text {
    width: 40%;
    left: 5%;
    top: 10%
  }

  .home .box5 .lists-box .ctrl {
    bottom: 20%;
    left: 3%
  }

  .home .box4 .more-icon {
    margin-top: 20px
  }

  .home .box7 .index .item+.item {
    margin-left: 5%
  }

  .home .box7 .index .item .index-number span {
    font-size: 48px
  }

  .menu .menu-btn.active span:nth-child(2) {
    width: 0;
    left: 22px;
    opacity: 0
  }

  .menu .menu-btn.active span {
    -webkit-transform: rotate(45deg);
    top: 23px
  }

  .menu .menu-btn.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    top: 23px
  }

  .menu .right.active {
    opacity: 1;
    visibility: visible
  }

  .menu .right ul li {
    -webkit-transition: all .6s cubic-bezier(.23, 1, .32, 1) .4s;
    opacity: 0;
    top: 50px
  }

  .menu .right ul li:nth-child(2) {
    -webkit-transition: all .6s cubic-bezier(.23, 1, .32, 1) .5s
  }

  .menu .right ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.23, 1, .32, 1) .6s
  }

  .menu .right ul li:nth-child(4) {
    -webkit-transition: all .6s cubic-bezier(.23, 1, .32, 1) .7s
  }

  .menu .right ul li:nth-child(5) {
    -webkit-transition: all .6s cubic-bezier(.23, 1, .32, 1) .8s
  }

  .menu .right ul li:nth-child(6) {
    -webkit-transition: all .6s cubic-bezier(.23, 1, .32, 1) .9s
  }

  .menu .right.active ul li {
    opacity: 1;
    top: 0
  }

  .menu .right.active ul li.active {
    opacity: .4
  }

  .common-page .page-banner .text {
    font-size: 24px
  }

  .common-page .page-banner .scroll-tip {
    bottom: 0;
    -webkit-transform: scale(.6)
  }

  .margin-bottom-zero.page-banner+.box1 {
    padding-top: 50px
  }

  .strength-page .box1 .flex-box .right {
    width: 50%
  }

  .strength-page .box1 .flex-box .left:before {
    display: none
  }

  .strength-page .box1 .flex-box .left .title p {
    display: inline-block
  }

  .strength-page .box1 .flex-box .left .title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px
  }

  .strength-page .box1 .flex-box .left img {
    display: none
  }

  .strength-page .box1 .flex-box {
    padding: 0 3% 50px 3%
  }

  .strength-page .box2 .images .text {
    position: relative;
    padding: 20px 3%
  }

  .strength-page .box2 .images .wrap {
    position: absolute;
    left: 0;
    height: 100%
  }

  .more-icon .icons .c {
    width: 40px;
    height: 40px
  }

  .more-icon .icons .a:before {
    width: 10px;
    height: 10px
  }

  .more-icon .icons .a {
    width: 40px
  }

  .strength-page .box2 .images .text .center .detail {
    margin-top: 15px
  }

  .strength-page .box3 {
    padding: 50px 0 50px
  }

  .strength-page .box3 .history .warp {
    padding: 20px 0
  }

  .strength-page .box3 .history .warp .item .text {
    margin-top: 0
  }

  .strength-page .box3 .history .warp .item .text .detail {
    padding: 5px 5px 0
  }

  .strength-page .box3 .history .warp .item+.item:not(.last):before {
    opacity: 0
  }

  .strength-page .box4 .warp {
    padding: 50px 0 50px
  }

  .news-common,
  .strength-page .box5 {
    padding: 50px 3%
  }

  .strength-page .box5 .swiper-container {
    margin-top: 25px
  }

  .type-box .item {
    width: 115px
  }

  .vr-experience .box1 .experience-lists .item+.item {
    margin-top: 25px
  }

  .common-page .page-banner {
    margin-bottom: 50px
  }

  .products-page .box2 .lists .item {
    padding-top: 50px
  }

  .products-page .box2 .lists .item .abs {
    margin-top: 10px;
    padding-bottom: 25px;
    padding: 0 3% 15px 3%
  }

  .products-page .box2 .lists .item .pictures .left .vr-icon {
    font-size: 18px
  }

  .about-page .box1 .common-title {
    margin-bottom: 25px
  }

  .about-page .box1 .flex-box .right {
    width: 50%
  }

  .about-page .box1 .flex-box .left {
    width: 50%;
    padding-right: 2%
  }

  .about-page .box1 .flex-box .left .item {
    padding-left: 0
  }

  .about-page .box1 .flex-box .left .item img {
    width: 14px
  }

  .about-page .box1 .flex-box .left .item .name {
    margin-top: 10px
  }

  .about-page .box1 .flex-box .left .item:nth-child(2n) {
    border-left: none
  }

  .about-page .box1 .flex-box:before {
    display: none
  }

  .about-page .box1.ab1,
  .join-page .box1 {
    padding: 0 3% 50px
  }

  .about-page .box2 .faq {
    padding-top: 50px
  }

  .about-page .box2 {
    padding-bottom: 50px
  }

  .about-page .box3 {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .common-page .page-banner.margin-bottom-zero {
    margin-bottom: 0
  }

  .join-page .box3 .lists {
    padding: 0 3%
  }

  .join-page .box4 {
    padding: 50px 3%
  }

  .home .box6 .flex-box .left {
    display: none
  }

  .home .box6 .flex-box .right {
    width: 100%
  }

  .home .box6 .flex-box .detail {
    display: none
  }

  .menu .right ul li:after {
    display: none
  }

  .home .box4 .vr-thumb .item .img-box {
    height: auto
  }

  .join-page .box3 .lists .lists-box .item .left {
    padding-left: calc(3% - 65px);
    padding-bottom: 20px
  }

  .join-page .box3 .lists .lists-box .item .left img {
    width: 14px
  }

  .join-page .box3 .lists .lists-box .item .left .name {
    font-size: 24px;
    margin: 15px 0
  }

  .join-page .box3 .lists .index {
    left: 3%;
    bottom: 5%
  }

  .join-page .box4 .line {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .join-page .box4 .form-box {
    flex-wrap: wrap
  }

  .join-page .box4 .form-box .left {
    width: 100%;
    text-align: center;
    margin-bottom: 15px
  }

  .join-page .box4 .form-box .right {
    width: 100%
  }

  .join-page .box4 .form-box .right .input-box .btn {
    margin: 0 auto
  }

  .join-page .box4 .des {
    text-align: center
  }

  .join-page .box4 .form-box .left .title {
    margin-bottom: 15px
  }

  .products-page .box2 .lists .item .pictures .right .switch .child {
    width: 100px
  }

  .products-page .box2 .lists .item .pictures .right .children {
    width: 100%
  }

  .products-page .box2 .lists .item .pictures .right {
    padding: 0 3%
  }

  .products-page .box2 .lists .item .pictures {
    flex-wrap: wrap
  }

  .products-page .box2 .lists .item .pictures .left,
  .products-page .box2 .lists .item .pictures .right {
    width: 100%
  }

  .header_tel {
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: -10vh;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s cubic-bezier(.23, 1, .32, 1)
  }

  .header_tel.active {
    opacity: 1;
    visibility: visible;
    bottom: 5vh;
    -webkit-transition: all .6s cubic-bezier(.23, 1, .32, 1) 1s
  }

  .header_tel p {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 5px
  }

  .header_tel p:after {
    width: 40px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
    content: '';
    background: #fff;
    opacity: .5
  }

  .header_tel a {
    font-size: 36px;
    font-family: DINCondensed, serif;
    line-height: 1
  }

  ._PageTurningNumber ._JumpNumber {
    display: none
  }

  ._PageTurningNumber a {
    padding: 5px 10px
  }
}

@media screen and (max-width:1024px) {
  .footer .footer-menu {
    display: none
  }

  .modalBox .content {
    border: 5px solid #263e69;
    height: 90%;
    width: 90%
  }

  .modalBox .content .text {
    padding: 48px 20px 20px
  }

  .modalBox .content .btnOff {
    width: 38px;
    height: 38px;
    line-height: 38px
  }

  .home .box2 .entry .item .text-cover h3,
  .home .box2 .slogan,
  .home .box3 .text-cover h3 {
    font-size: 18px
  }

  .home .box2 .entry .item .text-cover p {
    font-size: 14px
  }

  .home .box2 .entry .item .text-cover {
    width: 100%;
    height: 100%
  }

  .home .box3 img {
    max-width: 150%;
    position: relative;
    margin-left: -25%;
    opacity: .7
  }

  .home .box3 .text-cover {
    bottom: 20%
  }


  .home .box2 .bg {
    padding: 45px 0 50px 0
  }

  .home .box4 .type span {
    margin: 0 5px;
    font-size: 14px
  }

  .home .box4 .type {
    margin-bottom: 15px;
    display: none
  }

  .home .box4 .type :nth-child(4),
  .home .box4 .type :nth-child(5),
  .home .box4 .type :nth-child(6),
  .home .box4 .type :nth-child(7) {
    display: none
  }

  .home .box4 .vrBox {
    position: relative
  }

  .home .box4 .vr-thumb {
    flex-wrap: wrap;
    background: url(../images/mobilHomePic.jpg) center/cover;
    height: 50vw
  }

  .home .box4 .vr-thumb .item {
    width: 100%;
    margin-bottom: 10px;
    display: none
  }

  .home .box4 .vr-thumb .item {
    display: none
  }

  .home .box4 .vr-thumb .item .img-box {
    height: 60vw
  }

  .home .box4 .vr-thumb .item .img-box.iframe {
    height: 70vw
  }

  .home .box5 {
    padding-top: 0
  }

  .home .box5 .lists-box {
    height: auto;
    margin-bottom: 10px
  }

  .home .box5 .lists-box .item .text {
    width: 90%
  }

  .home .box5 .lists-box .item .text .detail {
    height: auto;
    margin-top: 10px;
    line-height: 24px
  }

  .home .box5 .small-thumb {
    height: auto;
    width: 100%;
    position: relative;
    right: 0
  }

  .home .box5 .lists-box .ctrl {
    bottom: 5%;
    display: none
  }

  .home .box6 .flex-box,
  .home .box7 .index {
    margin-top: 25px
  }

  .home .box6 .flex-box .title {
    font-size: 16px
  }

  .home .box6 .flex-box .right .list a+a {
    margin-top: 15px
  }

  .home .box7 .index {
    flex-wrap: wrap
  }

  .home .box7 .index .item+.item {
    margin-left: 0
  }

  .home .box7 .index .item {
    width: 50%;
    text-align: center;
    margin-bottom: 15px
  }

  .home .box7 .index .item .index-number span {
    font-size: 28px
  }

  .home .box7 .customers a {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px
  }

  .home .box7 .customers a+a,
  .home .box7 .customers a:nth-child(5n+1) {
    margin-left: 0
  }

  .home .box7 .customers a:nth-child(even) {
    margin-right: 0
  }

  .home .box7 .customers a img {
    max-width: auto;
    width: 100%
  }

  .strength-page .box1 .flex-box {
    flex-wrap: wrap
  }

  .strength-page .box1 .flex-box .left {
    width: 100%
  }

  .strength-page .box1 .flex-box .left img {
    display: block;
    width: 14px
  }

  .strength-page .box1 .flex-box .left .title {
    margin-top: 10px;
    font-size: 20px
  }

  .strength-page .box1 .flex-box .right {
    width: 100%
  }

  .strength-page .box2 .images .text .more-icon {
    position: absolute
  }

  .strength-page .box2 .images .text .center {
    max-width: 100%;
    color: #262626
  }

  .strength-page .box2 .images .text .center .detail {
    font-size: 14px;
    width: 78%;
    margin: 0 auto;
    line-height: 1.7
  }

  .strength-page .box2 .images .text .left {
    left: 0
  }

  .strength-page .box2 .images .text .right {
    right: 0
  }

  .strength-page .box2 .images .text .c {
    border-color: #262626;
    color: #262626
  }

  .strength-page .box2 .images .text .a {
    background: #262626;
    color: #262626
  }

  .more-icon .icons .c {
    width: 30px;
    height: 30px
  }

  .more-icon .icons .a {
    width: 20px
  }

  .strength-page .box2 .images .text .a:before {
    border-color: #262626
  }

  .strength-page .box3 .abs {
    padding: 0 3%;
    font-size: 14px;
    line-height: 1.7
  }

  .strength-page .box3 .historyBox {
    width: 94%
  }

  .strength-page .box3 .historyBox .swiper-pagination-bullet-active {
    background: #4c4c4c
  }

  .strength-page .box3 .history .warp {
    padding: 10px 0
  }

  .vr-experience .box1 .type-box {
    padding-left: 0;
    margin-bottom: 25px
  }

  .vr-experience .box1 {
    width: 100%;
    padding-right: 3%
  }

  .vr-experience .box1 .type-box .item {
    font-size: 14px;
    width: calc(100% / 3);
    border: 0;
    position: relative
  }

  .vr-experience .box1 .type-box .item:last-of-type {
    width: 100%
  }

  .vr-experience .box1 .type-box .item:after {
    content: "";
    position: absolute;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border: 1px solid #ccc;
    left: 0;
    top: 0
  }

  .vr-experience .box1 .experience-lists .item .left-box,
  .vr-experience .box1 .experience-lists .item .right {
    width: 100%
  }

  .vr-experience .box1 .experience-lists .item {
    flex-wrap: wrap
  }

  .vr-experience .box1 .experience-lists .item .left-box .title {
    width: 100%;
    font-size: 20px
  }

  .vr-experience .box1 .experience-lists .item .left-box .count {
    margin-top: 0
  }

  .vr-experience .box1 .experience-lists .item .left-box {
    width: 100%;
    padding-bottom: 15px
  }

  .vr-experience .box1 .experience-lists .item .right .lists .vr-item {
    width: 100%;
    padding-bottom: 40px
  }

  .vr-experience .box1 .experience-lists .item .right .lists .vr-item .img-box {
    height: auto
  }

  .vr-experience .box1 .experience-lists .item .right .lists .vr-item .img-box.iframe {
    height: 100%
  }

  .vr-experience .box1 .experience-lists .item .right .lists .vr-item .title {
    font-size: 14px;
    margin-top: 10px;
    position: absolute
  }

  .vr-cover .text-box {
    left: 3%;
    width: 94vw;
    height: auto;
    top: 10vh;
    position: fixed
  }

  .vr-cover .text-box .title {
    font-size: 28px;
    text-indent: 0
  }

  .vr-cover .text-box .abs {
    font-size: 14px;
    margin-bottom: 15px
  }

  .vr-cover .text-box .detail {
    font-size: 14px;
    line-height: 1.7
  }

  .vr-cover .img-lists .swiper-slide {
    width: 100vw
  }

  .vr-cover .img-lists .swiper-container {
    width: 100vw
  }

  .vr-cover .img-lists .imgListBox {
    height: auto;
    margin-top: 10vh;
    padding: 0
  }

  .vr-cover .img-lists .swiper-container {
    transform: translateX(calc(0)) translate3d(0, 0, 0)
  }

  .vr-cover .close {
    width: 40px;
    height: 40px;
    left: 3%;
    top: 10px
  }

  .vr-cover .img-lists .swiper-slide .text {
    font-size: 12px;
    padding: 5px 3%
  }

  .vr-cover.active .text-box {
    transform: translate3d(0, 0, 0) translateX(0vw)
  }

  .vr-cover .tools .pages {
    top: 50%
  }

  .about-page .box1 .flex-box {
    flex-wrap: wrap
  }

  .about-page .box1 .flex-box .left {
    width: 100%;
    padding-right: 0
  }

  .about-page .box1 .flex-box .right {
    width: 100%;
    margin-top: 15px
  }

  .about-page .box3 {
    padding-top: 0
  }

  .about-page .box3 .des {
    width: 94vw;
    margin: 15px auto 15px
  }

  .about-page .box3 .telephone {
    font-size: 36px
  }

  .about-page .box3 .address {
    margin-bottom: 15px;
    font-size: 14px
  }

  .footer {
    padding: 30px 0 10px 0;
  }

  .footer .footer-telephone {
    padding-right: 15px
  }

  .footer .wx {
    padding-left: 15px;
    width: 120px;
  }

  .footer .footer-telephone .phone-number {
    font-size: 32px;
    margin-bottom: 5px;
  }

  .footer .wx .img-box1 {
    height: auto
  }

  .footer .wx p {
    margin-top: 10px;
    font-size: 12px
  }

  .footer .footer-telephone .address {
    font-size: 12px
  }

  .footer .web-info {
    line-height: 1.6;
    font-size: 12px;
    display: block;
    padding-top: 10px;
    margin-top: 15px;
  }

  .footer .web-info span {
    display: block
  }

  .join-page .box1 .superiority .img-box {
    display: none
  }

  .join-page .box1 .superiority .types {
    margin: 0 0 0 50px
  }

  .join-page .box1 .superiority .types .switch .item {
    font-size: 16px
  }

  .join-page .box2 .lc {
    width: 94%;
    position: relative
  }

  .join-page .box2 .img-box {
    display: none
  }

  .join-page .box2 {
    background: url(../images/join-process.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0
  }

  .join-page .box2 .text {
    position: relative;
    width: 100%;
    padding: 25px 3% 0;
    text-align: left;
    right: 0;
    bottom: 0
  }

  .join-page .box2 .text .abs {
    margin-top: 10px
  }

  .join-page .box3 .warp {
    padding: 50p 0 0
  }

  .join-page .box3 .lists .lists-box .item .right .name {
    display: none
  }

  .join-page .box3 .lists {
    padding-bottom: 50px
  }

  .join-page .box3 .lists .lists-box .item .left .name {
    font-size: 20px;
    margin: 15px 0 5px
  }

  .join-page .box3 .lists .lists-box .item .left .stuff-name {
    font-size: 16px
  }

  .home .box3 {
    background: #000
  }

  .home .box4 .more-icon .icons .c,
  .strength-page .box7 .more-icon .icons .c {
    border: 1px solid #4c4c4c
  }

  .home .box4 .more-icon .icons .a:before,
  .strength-page .box7 .more-icon .icons .a:before {
    border-top: 2px solid #4c4c4c;
    border-right: 2px solid #4c4c4c
  }

  .home .box4 .more-icon {
    margin-top: 10px
  }

  .strength-page .box5 .swiper-container {
    margin-top: 15px
  }

  .strength-page .box6 .warp .flex-box .lists .item {
    width: 50%;
    padding: 0 10px 15px
  }

  .strength-page .box6 .warp .flex-box .lists .item p {
    height: auto;
    overflow: hidden;
    display: block
  }

  .strength-page .box6 .warp .flex-box .lists .item img {
    width: 50px
  }

  .news-common .lists {
    margin-top: 10px;
    margin-bottom: 15px
  }

  .news-common .lists .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px
  }

  .news-common .lists .item:nth-child(3) {
    display: none
  }

  .news-common .lists .item:nth-child(even) {
    margin-right: 0
  }

  .news-common .lists .item .title {
    font-size: 14px;
    margin-top: 5px
  }

  .news-common .lists .item .detail {
    display: none
  }

  .news-common .date {
    margin-bottom: 0
  }

  .more-icon .icons {
    margin: 0
  }

  .about-page .box1 .flex-box .left .item .name {
    margin-bottom: 0
  }

  .about-page .box1 .flex-box .left .item {
    margin-bottom: 20px
  }

  .type-box .item {
    width: 50%;
    font-size: 14px
  }

  .type-box {
    margin-top: 15px;
    padding: 0 3%
  }

  .products-page .box1 .type {
    flex-wrap: wrap
  }

  .products-page .box1 .type span {
    margin: 0 10px;
    font-size: 14px;
    width: auto
  }

  .products-page .box1 .flex-box {
    display: none
  }

  .products-page .box1 .flex-box .img-box {
    width: 100%
  }

  .products-page .box1 .flex-box .text-box {
    width: 100%;
    padding: 0 3%
  }


  .products-page .box1 .flex-box .text-box .name {
    font-size: 24px !important;
    margin-bottom: 10px;
    margin-top: 50px
  }

  .products-page .box1 .flex-box .text-box .d {
    margin-bottom: 50px;
    font-size: 14px
  }

  .products-page .box2 .lists .item .pictures .right .children {
    height: auto;
    padding-bottom: 10px;
    margin-top: 15px
  }

  .products-page .box2 .swiper-pagination {
    display: none
  }

  .products-page .box2 .right .swiper-pagination {
    display: block;
    position: relative;
    bottom: 0;
    margin-top: 10px;
    height: 5px
  }

  .products-page .box2 .lists .item .pictures .right .switch {
    flex-wrap: wrap
  }

  .products-page .box2 .lists .item .pictures .right .switch .child {
    width: auto;
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 10px
  }

  .products-page .box2 .lists .item .pictures .right .switch .child+.child {
    margin-left: 0;
    margin-right: 10px
  }

  .products-page .box2 .lists .item .pictures .right .children .wrap .node p {
    margin-top: 5px;
    font-size: 12px
  }

  .strength-page .box2 .images .wrap {
    position: relative;
    opacity: 1
  }

  .strength-page .box2 .images {
    background: 0 0
  }

  .more-icon.right .a:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
  }

  .more-icon.left .a:before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-right: none !important
  }

  .more-icon .icons .a:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
  }

  .strength-page .box2 .images .text {
    padding: 20px 0
  }

  .common-title {
    font-size: 20px
  }

  .strength-page .box3 .history .warp .item .text .title span {
    font-size: 20px
  }

  .strength-page .box6 .common-title {
    margin: 0 auto 15px;
    padding: 0;
    width: 100%;
    text-align: center
  }

  .common-page .page-banner .scroll-tip {
    display: none
  }

  .common-page .page-banner .text {
    font-size: 22px
  }

  .common-page .page-banner {
    margin-bottom: 25px
  }

  .vr-experience .box1 .experience-lists .item .right .lists .vr-item+.vr-item {
    margin: 0
  }

  .vr-experience .box1 .experience-lists .item .right .ctrl {
    padding: 0 3% 50px
  }

  .vr-experience .box1 .experience-lists .item .right .lists .vr-item .img-box .icons-box {
    height: 28px;
    bottom: 10px
  }

  .vr-icon {
    line-height: 28px;
    font-size: 12px;
    width: 90px
  }

  .vr-icon .iconfont {
    font-size: 20px
  }

  .vr-experience .box1 .experience-lists .item .right .lists .vr-item .img-box .icons-box .vr-icon+.vr-icon {
    margin-left: 5%
  }

  .more-icon.wblue,
  .more-icon.wblue .icons .a,
  .more-icon.wblue .icons .a:before,
  .more-icon.wblue .icons .c {
    border-color: #fff;
    color: #4c4c4c
  }

  .more-icon.wblue .icons .a {
    background-color: #fff
  }

  .vr-experience .box1 .experience-lists .item .right {
    height: auto
  }

  .vr-experience .box1 .experience-lists .item .right .lists {
    height: 100%;
    align-items: stretch
  }

  .vr-cover .tools .more-icon {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%)
  }

  .products-page .box1 .type-lists {
    display: none
  }

  .products-page .box2 .lists .item {
    padding-top: 25px
  }

  .products-page .box2 .lists .item .title {
    font-size: 20px
  }

  .products-page .box2 .lists .item .pictures .left .vr-icon {
    width: 90px;
    font-size: 12px;
    line-height: 28px;
    left: 18px;
    top: 20px
  }

  .products-page .box2 .lists .item .pictures .left .vr-icon .iconfont {
    font-size: 20px
  }

  .products-page .box2 .lists .item .pictures .left .text {
    padding: 10px 3%;
    font-size: 12px
  }

  .scroll-tip {
    width: 40px;
    height: 40px
  }

  .mouse-tip {
    width: 18px;
    height: 28px;
    bottom: 6px
  }

  .scroll-tip:before {
    top: 26px;
    height: 0
  }

  .home .box7 .customers a {
    display: none
  }

  .home .box7 .customers a:nth-child(1),
  .home .box7 .customers a:nth-child(2),
  .home .box7 .customers a:nth-child(3),
  .home .box7 .customers a:nth-child(4) {
    display: block
  }

  .menu .logo,
  .menu.active .logo,
  .menu.black .logo {
    width: 180px
  }

  .strength-page .box4 .warp .case-list .item .img-box {
    clip-path: inherit
  }

  .strength-page .box4 .warp .case-list .item .name {
    top: auto;
    font-size: 14px;
    left: 0;
    width: 100%;
    color: #fff;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    padding: 5px 3%
  }

  .strength-page .box4 .warp .case-list .item {
    width: 49%;
    margin-bottom: 15px
  }

  .strength-page .box4 .warp .case-list .item:nth-child(3),
  .strength-page .box4 .warp .case-list .item:nth-child(4) {
    margin-bottom: 0
  }

  .strength-page .box4 .warp .case-list {
    flex-wrap: wrap;
    border-top: 15px solid #fff;
    justify-content: space-between;
    background: #fff
  }

  .strength-page .box4 .warp {
    padding: 25px 0 0;
    margin-bottom: 25px
  }

  .strength-page .box4 {
    padding: 0 3% 25px
  }

  .pageSearch {
    padding: 62px 0 50px
  }

  .searchContent .scResult {
    line-height: 30px;
    text-align: center;
    text-indent: 0;
    font-size: 17px;
    padding: 5px 0
  }

  .searchContent {
    padding: 25px 0
  }

  ._focus2_list ul li .title {
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 5px
  }

  ._focus2_list ul li .time {
    font-size: 12px
  }

  ._focus2_list ul li {
    padding: 5px 0
  }

  ._focus2_list {
    margin-bottom: 25px
  }

  .join-page .box4 .form-box .right .input-box .btn {
    width: 120px;
    line-height: 32px;
    font-size: 16px
  }

  .join-page .box4 .form-box .right .input-box input,
  .join-page .box4 .form-box .right .input-box select {
    height: 40px;
    line-height: 40px;
    font-size: 14px
  }

  .join-page .box4 .form-box .right .input-box option {
    line-height: 40px;
    font-size: 14px
  }

  input::-webkit-input-placeholder {
    font-size: 14px
  }

  .join-page .box4 .form-box .left .telephone {
    font-size: 26px
  }

  .join-page .box4 {
    padding: 30px 3%
  }

  .vr-experience .box1 .experience-lists .item .right .lists .vr-item .img-box.iframe iframe {
    display: none
  }

  .vr-experience .box1 .experience-lists .item .right .lists .vr-item .img-box.iframe img {
    display: block
  }

  .banner .pagination {
    width: 20px;
    right: 3%;
    padding: 10px 0
  }

  .home .banner .pagination span {
    height: 7px
  }

  .home .banner .pagination span:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: .5
  }

  .home .banner .pagination span.swiper-pagination-bullet-active:after {
    transform: translateX(-50%) scaleX(1);
    opacity: 1
  }

  .mobileLink {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
  }

  .mobile {
    display: block
  }

  .protect li {
    width: 100%;
    margin-bottom: 20px;

  }

  .protect .remarks .txt {
    font-size: 14px;
    padding-top: 4px;
  }

  .protect .remarks {
    padding: 21px 15px 0;
    height: 60px;
  }

  .protect .remarks .more {
    width: 80px;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    background: url("../images/arrow3.png") 58px center no-repeat;
    background-size: 12px auto;
    padding-left: 4px;
    box-sizing: border-box;
    text-align: left;
  }

  .tit h3 {
    font-size: 28px;
    margin-bottom: 5px;
  }

  .tit1 h3 {
    font-size: 32px;
  }

  .home .box2 {
    padding: 40px 0;
  }

  .productSeries {
    padding: 40px 0;
  }

  .productSeries .list li {
    width: 100%;
    margin-top: 0;
  }

  .productSeries .list h3 {
    font-size: 14px;
  }

  .video-list2 .video-item {
    width: 99%;
  }

  .productSeries .list .text {
    padding: 16px;
  }

  .tit h4 {
    font-size: 14px;
  }

  .tit1 h4 {
    font-size: 18px;
  }

  .Str-three {
    padding: 50px 0;
  }

  .Str-three p {
    width: 100%;
    font-size: 15px;
  }

  .index_more1 {
    height: 40px;
    margin-top: 20px;
    line-height: 40px;
    width: 120px;
    font-size: 14px;
  }

  .index-title {
    margin: 0 0 10px;
    font-size: 28px;
  }

  .footer .footer-telephone {
    padding: 0 30px 0 0;
    width: 62%;
  }

  .news_hot .news_aTname {
    width: 100%;
  }

  .news_aTime {
    width: 100%;
    margin-bottom: 5px;
  }

  .news_time {
    display: none;
  }

  .news_list .news_all {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
  }

  .news_list .news_aTname {
    width: 100%;
  }

  .news_list li {
    clear: both;
    height: auto;
    overflow: hidden;
    padding: 10px 0 10px;
  }

  .news_hot .news_all {
    margin-bottom: 10px;
  }

  .list5 li {
    width: 100%;
    margin-bottom: 20px;
  }

  .index-2-more a {
    display: inline-block;
    padding: 12px 30px;
  }

  .home-block {
    padding: 40px 0;
  }

  .home-block1 {
    padding: 40px 0;
  }

  .other_banner {
    margin-top: 50px;
    height: 200px;
  }

  .other_banner .banner_text h3 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .other_banner .banner_text h4 {
    font-size: 16px;
  }

  .map-box {
    height: 300px;
  }

  .line33 {
    margin: 10px auto;

  }

  .article {
    padding: 25px 25px;
  }

  .new-list li {
    width: 100%;
    float: left;
    padding: 0 10px;
    margin-bottom: 25px;
  }

  .subNewsTitle h3:first-child {
    font-size: 18px;
    padding: 0 0px 20px;
  }

  .video-list2 .video-name {
    margin: 18px;
    font-size: 14px;
  }

  .new-list {
    margin-top: 30px;
  }




  #job-list {
    margin-bottom: 0;
    margin-top: 5px;
  }

  #job-list .box {
    padding: 15px 10px;
  }

  #job-list .box .top {
    font-size: 14px;
  }

  #job-list .name,
  #job-list .num,
  #job-list .address,
  #job-list .date {
    width: 21%;
    padding: 15px 0;
  }

  #job-list .name {
    width: 28%;
    padding-left: 15px;
  }

  #job-list .arrow {
    width: 8%;
  }

  #job-list .arrow i {
    width: 20px;
    height: 50px;
    -webkit-background-size: 12px;
    -moz-background-size: 12px;
    background-size: 12px;
    display: none;
  }

  #job-list .article {
    font-size: 14px;

  }

  #job-list .content {
    padding: 10px 15px;
    font-size: 12px;
  }

  #job-list .content .txt {
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  #job-list .content h3 {
    padding-left: 15px;
  }

  #job-list .content h3:before {
    width: 6px;
    height: 6px;
    top: 9px
  }


  #job-list .name {
    width: 70%;
  }

  #job-list .date {
    width: 22%;
  }

  #job-list .num,
  #job-list .address {

    display: none;
  }

  .section-ul li {
    width: 49%;
    margin: 0 0.5% 10px 0.5%;
  }

  .section-ul {
    margin-top: 20px;
  }

  .video22 {
    width: 100%;
    margin: 0 auto;
  }

  .in-four {
    padding: 40px 0;
    height: auto;
  }

  .in4-list li {
    width: 50%;
  }

  .in-num ul li {
    width: 50%;
    margin-bottom: 15px;
  }

  .in-num ul li span.span1 i {
    font-size: 30px;
  }

  .in-num {
    padding: 25px 0;
  }

  .in4-list .set_2_button {
    margin-top: 25px;
    margin-bottom: 70px;
  }

  .in-five {
    padding: 40px 0;
  }


  .moudle-titles2 .moudle-h5 {
    font-size: 22px;
    margin-bottom: 25px;

  }


  .moudle-titles2 .moudle-h5:after {
    height: 2px;
    width: 30px;
    margin-top: 8px;
  }

  .moudle-titles4 .moudle-h5 {
    font-size: 22px;
    margin-bottom: 25px;

  }


  .moudle-titles4 .moudle-h5:after {
    height: 2px;
    width: 30px;
    margin-top: 8px;
  }

  .ac2223 {
    width: 98%;
    margin: 0 1% 20px 1%;
    float: left;
  }

  .product-channel-list li {
    width: 98%;
    margin-bottom: 15px;
  }

  .product-channel h1 {
    font-size: 22px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 30px
  }

  .index-cats-menu1 .menu-block a .block-title {
    font-size: 16px;
    line-height: 30px;
  }

  .index-cats-menu1 .menu-block a .block-icon {
    width: 26px;
  }

  .productList.for_verticalTwoColumnsAll .productList-image {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }


  .productList.for_verticalTwoColumnsAll .productList-list {
    float: left;
    width: 100%;
  }

  .container5 {
    padding: 0;
    width: 92%;
  }

  .download-list-box .title {
    width: 100%;
    cursor: pointer;
    padding-left: 38px;
    background: url(../images/ser221.png) no-repeat left center;
    line-height: 60px;
    font-size: 14px;
    overflow: hidden;
    height: 60px;
    color: #444;
    border-bottom: 1px solid #e0e0e0;
  }

  .download-list-box .download {
    margin-top: 15px;
    width: 80px;
    height: 30px;
    padding-left: 17px;
    line-height: 30px;
    background: #234f90 url(../images/ser231.png) no-repeat 50px center;
    color: #fff;
    font-size: 13px;
    display: block;
    border-radius: 30px;
  }

  .download-list-box .title:hover {
    background: url(../images/ser221_h.png) no-repeat left center;
    color: #4c4c4c;
  }

  .ti22 {
    width: 65%;
  }

  .srvStgy-top {
    margin: 15px auto 0;
  }

  .srvStgy-top p {
    margin-bottom: 10px;
  }

  .srv-wrap {
    padding: 25px 20px 30px 20px;
    background: #fff;
  }

  .srv-top {
    padding-bottom: 15px;
    text-align: left;
    font-size: 22px;
  }

  .nymenu_mid ul li a {
    padding: 15px 0;
    line-height: 1.5;
    font-size: 14px;
  }

  .nymenu_mid ul li {
    padding: 0 20px;
    width: 50%;
    float: left;
    display: block;
  }


  .allfl div {
    position: relative;
    padding: 38px 35px;
  }

  .seviceBox h4 {
    font-size: 18px;
    font-weight: 700;
  }

  .pro_list li {
    width: 98%;
    margin-bottom: 15px;
  }

  .PUBtitle h4 {
    font-size: 22px;
  }

  .PUBtitle {
    margin-bottom: 20px;
  }

  .in-one {
    padding: 40px 0;
  }


  .list-3>li {
    width: 100%;
  }

  .title3 h2 {
    font-size: 22px;
  }

  .title3 p {
    font-size: 14px;
  }

  .rel-hz-lft {
    width: 100%;
    float: left;
    height: 385px;
  }

  .rel-hz-rgt {
    width: 100%;
    float: left;
  }

  .contact ul li {
    width: 98%;
    padding: 40px 30px;
    margin: 0 1%;
    margin-bottom: 20px;
  }

  .jm_form {
    padding: 30px 20px;
  }

  .form_box li {
    width: 100%;
    float: left;
  }

  .form_box li .input_text {
    font-size: 14px;
  }

  .form_box li .text {
    font-size: 14px;
  }

  .title3 {
    margin-bottom: 20px;
  }

  .contact_content_inner {

    padding: 25px 22px;
  }


  .ul-download li a.link {
    display: block;
    font-size: 14px;
    line-height: 48px;
  }

  .ul-download {
    padding: 0 0 10px
  }

  .product_list a {
    width: 100px;
    margin: 0 5px 15px 5px;
    font-size: 13px;
  }

  .pubTitle h6 {
    font-size: 24px;
  }

  .pubTitle i {
    margin: 14px auto;
    height: 2px;
  }

  .news-pagecontent {
    width: 100%;
  }

  .news-pagelist {
    float: left;
    width: 100%;
    margin-top: 20px;
  }

  .news-pagecontent .page .title h1 {
    font-size: 20px;
    font-weight: normal;
    color: #262626;
  }

  .news-pagecontent .page {
    padding: 20px 20px 15px;
  }

  .sc1 {
    font-size: 14px;
    max-width: 95%;
    margin-top: 20px;
  }

  .wrap {
    padding-top: 52px;
  }



  .w222 {
    width: 100%;
    float: left;
  }

  .w333 {
    width: 100%;
    float: left;
  }

  .foot_link {
    float: left;
    margin-top: 6px;
  }

  .footer_flex li .img-n {
    width: 18px;
    margin-bottom: 2px;
  }


  .search-condition-ex {
    font-size: 14px;
    padding: 10px 15px;
  }

  .search-condition-ex .search-conditions dl dd>a {
    padding: 5px 8px;
  }

  .new-list1 li {
    width: 100%;
    float: left;
    padding: 0 10px;
    margin-bottom: 25px;
  }


  .new-list1 li figcaption h3 {
    font-size: 16px;
  }

  .new-list1 li figcaption {
    padding: 30px 25px;
    height: 152px;
  }

  .new-list1 li:hover figcaption {
    height: 203px;
  }

  .pubcatetit {
    font-size: 22px;
  }

  .welsay {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 35px;
  }

  .welfare ul li {
    width: 33.333333333%;
  }

  .welfare ul li p {
    font-size: 14px;
  }

  .welfare ul li img {
    max-height: 50px;
  }

  .sce-tit {
    font-size: 22px;
  }

  .sce-two {
    padding: 40px 0;
  }

  .new-list5 li {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-title h1 {
    font-size: 22px;
  }

  .p-title i {
    margin-bottom: -6px;
  }

  .container-adr {
    padding: 40px 0;
  }

  .container-adr {
    padding: 40px 0;
  }

  .ct-box {
    overflow: hidden;
    margin-top: 25px;
  }

  .v7 {
    font-size: 18px;
    font-weight: 700;
  }

  .ct-box .ct-block {
    width: 100%;
    height: auto;
    padding: 30px 25px;
  }

  .ct-box .ct-img {
    float: left;
    box-sizing: border-box;
    width: 100%;
    line-height: 0;
    height: 240px;
  }

  .ct-block .adr-con {
    font-size: 14px;
  }

  .curture_main {
    padding: 40px 0;
  }

  .cpn-culture ul li {
    width: 98%;
    margin-bottom: 15px;
  }

  .cpn-culture ul li .note {
    padding: 30px;
    height: auto;
  }

  .mr_frbox {}

  .mr_frBtnL {
    float: left;
    margin: 100px 0 0px 0px;
    cursor: pointer;
    display: inline;
    width: 5%;
    margin-right: 5%;
  }

  .mr_frUl {
    float: left;
    width: 85%;
  }

  .mr_frBtnR {
    float: right;
    margin-top: 100px;
    cursor: pointer;
    width: 5%;
  }

  .mr_frUl ul li {
    display: inline;
    float: left;
    width: 92%;
    margin-right: 10px;
    overflow: hidden;
  }


  .close {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 30px;
    top: 30px;
  }


  .section-ul1 li {
    width: 48%;
    text-align: center;
    margin: 0 1% 10px 1%;
  }

  .speech_a_lt {
    width: 100%;
  }

  .speech_a_rt {
    width: 100%;
    margin-top: 20px;
  }

  .solution .solution-content .industry-item dl {
    background-color: #FFF;
    display: block;
    align-items: center;
    margin-bottom: 20px;
  }

  .solution .solution-content .industry-item dl dt {
    width: 100%;
    line-height: 0;
  }

  .solution .solution-content .industry-item dl dd {
    flex: 1;
    padding: 30px;
    max-height: 100%;
  }

  .solution .solution-content .industry-item dl dd h2 {
    font-weight: normal;
    font-size: 22px;
  }

  .solution .solution-content .industry-item dl dd p span.line {
    display: block;
    width: 20px;
    height: 2px;
    margin: 12px 0;
  }

  .solution .solution-content .industry-item dl dd p a {
    margin-top: 20px;
  }

  .solution-content {
    padding-bottom: 10px;
    padding-top: 30px;
  }


  .video-list3 .video-item {
    width: 99%;
    margin-bottom: 10px;
  }

  .video-list3 {
    margin-top: 25px;
  }


  .relyx-list li {
    width: 98%;
    margin-bottom: 15px;
  }

  .relyx-wd {
    min-height: 50px;
  }


}

@media (max-width: 500px) {
  .yy5 {
    height: 300px;
  }

}


@media screen and (min-width: 1024px) {
  .bott01 {
    display: inline-block;
    width: 140px;
    height: 45px;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    line-height: 43px;
    border: solid 2px #234f90;
    color: #234f90;
    background: #ffffff;
    margin-bottom: 10px;
  }

  .bott01:hover {
    border-color: #234f90;
    color: #fff;
    background: #234f90;
    margin-bottom: 10px;
  }

  .phh01 {
    text-align: center;
    padding: 0px 0px 44px 0px;
  }
}

@media screen and (max-width: 1024px) {
  .bott01 {
    display: inline-block;
    width: 100px;
    height: 45px;
    border-radius: 50px;
    font-size: 12px;
    text-align: center;
    line-height: 43px;
    border: solid 2px #234f90;
    color: #234f90;
    background: #ffffff;
    margin-bottom: 10px;
  }

  .bott01:hover {
    border-color: #234f90;
    color: #fff;
    background: #234f90;
    margin-bottom: 10px;
  }

  .phh01 {
    text-align: center;
    padding: 0px 0px 44px 0px;
  }
}



/* 人才招聘 */
.recruit {
  float: left;
  width: 100%;
  margin-top: 0px;
}

.recList {
  float: left;
  width: 100%;
  min-height: 600px;
}

.t_14 {
  float: left;
  width: 100%;
  background: #234f90;
}

.t_14 span {
  float: left;
  width: 28.114754%;
  height: 60px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding-left: 80px;
  line-height: 60px;
  color: #fff;
}

.t_14 ul {
  float: left;
  width: 71.885246%;
  padding-right: 10.638298%;
}

.t_14 ul li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  height: 60px;
  font-weight: bold;
}

.d_14 {
  float: left;
  width: 100%;
  margin-top: 10px;
  background: #f5f5f5;
  cursor: pointer;
}

.d_14 .d_14_t {
  float: left;
  width: 28.114754%;
  display: table;
  height: 60px;
}

.d_14 .d_14_t div {
  display: table-cell;
  vertical-align: middle;
}

.d_14 .d_14_t span {
  float: left;
  width: 100%;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  font-size: 16px;
  padding-left: 80px;
}

.d_14 ul {
  float: left;
  width: 71.885246%;
  padding-right: 10.638298%;
  position: relative;
}

.d_14 ul li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  height: 60px;
}

.d_14 ul i {
  position: absolute;
  right: 0;
  top: 0;
  width: 10.638298%;
  height: 60px;
  background: url(../images/bg_14_3.png) no-repeat center;
  display: block;
  border-left: 1px solid rgba(255, 255, 255, .8);
}

.d_14.on i {
  background: url(../images/bg_14_4.png) no-repeat center;
}

.d_14.on {
  background: #234f90;
}

.d_14.on .d_14_t span {
  color: #fff;
}

.d_14.on ul li {
  color: #fff;
}

.d_14 .d_14_h {
  display: none;
  float: left;
  width: 100%;
  padding: 32px 0;
  background: #fff;
}

.d_14 .d_14_le {
  float: left;
  width: 47.340426%;
  padding-left: 86px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}

.d_14 .d_14_le .d_14_h4 {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  color: #333;
  margin-bottom: 26px;
}

.d_14 .d_14_le .recBtn {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.d_14 .d_14_le a {
  float: left;
  padding: 0 27px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #234f90;
  background-size: 100%;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
}

.d_14 .d_14_le a:hover {
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
}

.d_14 .d_14_le.d_14_r {
  padding-left: 86px;
  border-left: 1px solid #e7e7e7;
  position: relative;
}

.d_14 .d_14_le.d_14_r::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background: #d7d7d7;
  top: 50%;
  margin-top: -9px;
  left: -1px;
}

@media screen and (max-width:1429px) {
  .d_14 .d_14_le {
    padding-left: 80px;
  }

  .d_14 .d_14_le.d_14_r {
    padding-left: 40px;
  }
}

@media screen and (max-width:1199px) {
  .t_14 span {
    padding-left: 10px;
  }

  .d_14 .d_14_t span {
    font-size: 14px;
    padding-left: 10px;
  }

  .d_14 .d_14_le {
    padding-left: 20px;
  }

  .d_14 ul li {
    font-size: 14px;
  }
}

@media screen and (max-width:991px) {
  .recruit {
    margin-top: 40px;
  }

  .t_14 {
    height: 48px;
  }

  .t_14 span,
  .t_14 ul li {
    font-size: 14px;
    line-height: 48px;
    height: 48px;
  }

  .d_14 .d_14_t {
    height: 48px;
  }

  .d_14 .d_14_t span {
    font-size: 12px;
  }

  .d_14 ul li {
    font-size: 12px;
    line-height: 48px;
    height: 48px;
  }

  .d_14 ul i {
    height: 48px;
  }

  .d_14 .d_14_le.d_14_r {
    padding-left: 20px;
  }

  .d_14 .d_14_le.d_14_r .d_14_h4 {
    padding-left: 20px;
  }

  .d_14 .d_14_le a {
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
    font-size: 14px;
  }
}

@media screen and (max-width:767px) {
  .recruit {
    margin-top: 30px;
  }

  .recList {
    min-height: 400px;
  }

  .t_14 {
    display: none;
  }

  .d_14 .d_14_t {
    width: 80%;
  }

  .d_14 .d_14_t span {
    font-size: 14px;
  }

  .d_14 ul {
    width: 20%;
  }

  .d_14 ul i {
    width: 100%;
  }

  .d_14 ul li {
    display: none;
  }

  .d_14 .d_14_h {
    padding: 14px 0;
  }

  .d_14 .d_14_le {
    width: 100%;
    padding-top: 10px;
    padding: 10px 15px 0 15px;
  }

  .d_14 .d_14_le .d_14_h4 {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .d_14 .d_14_le.d_14_r {
    margin-left: 0;
  }

  .d_14 .d_14_le a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-top: 19px;
    margin-left: 0;
  }

  .d_14 .d_14_le.d_14_r {
    padding-left: 15px;
    border: 0;
  }

  .d_14 .d_14_le.d_14_r .d_14_h4 {
    padding-left: 0;
  }

  .d_14 .d_14_le.d_14_r::before {
    display: none;
  }
}