PicList002149

/*插件样式，如果有多个一样的只留一份*/
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

dd#aon13,
li#menuID13 {
  display: none;
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*
 .Other002373 为demo编号
 */
.Other002373 {
  background: #1a163b;
}

.Other002373 .header {
  padding: 0 2%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 110;
}

.Other002373 .header .logo {
  float: left;
  /* max-width: 130px; */
  position: relative;
  z-index: 60;
}

.Other002373 .header .MenuIcon {
  position: absolute;
  opacity: 0;
  width: 42px;
  height: 42px;
  border-left: 1px solid rgba(255, 255, 255, .3);
  border-right: 1px solid rgba(255, 255, 255, .3);
  right: 2%;
  top: 50%;
  margin-top: -31px;
  z-index: 60;
}

.Other002373 .header .MenuIcon:before,
.Other002373 .header .MenuIcon:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background-color: #FFFFFF;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.Other002373 .header .MenuIcon:before {
  top: 0;
  right: 0;
}

.Other002373 .header .MenuIcon:after {
  bottom: 0;
  left: 0;
}

.Other002373 .header .MenuIcon span,
.Other002373 .header .MenuIcon span:before,
.Other002373 .header .MenuIcon span:after {
  position: absolute;
  width: 70%;
  height: 2px;
  background-color: #fff;
  block;
  left: 15%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
}

.Other002373 .header .lang {
  float: right;
  color: #fff;
  line-height: 84px;
  position: relative;
  z-index: 999;
}

.Other002373 .header .lang a {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.Other002373 .header .MenuIcon span:before,
.Other002373 .header .MenuIcon span:after {
  content: "";
  width: 100%;
  left: 0;
}

.Other002373 .header .MenuIcon span {
  top: 20px;
}

.Other002373 .header .MenuIcon span:before {
  top: -10px;
}

.Other002373 .header .MenuIcon span:after {
  top: 10px;
}

.Other002373 .header .MenuIcon.open span {
  height: 0;
}

.Other002373 .header .MenuIcon.open span:before {
  top: 0;
  transform: rotate(45deg);
}

.Other002373 .header .MenuIcon.open span:after {
  top: 0;
  transform: rotate(-45deg);
}

.Other002373 .header nav {
  top: 0;
  width: 0;
  filter: Alpha(opacity=40);
  background:rgb(9,59,135);
  left: auto;
  right: -100%;
  opacity: 0;
  height: 0;
}

.Other002373 .header nav ul {
  position: relative;
  z-index: 5;
}

.Other002373 .header nav ul li>a {
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 10px 25px;
}

.Other002373 .header nav.show {
  right: 0;
  opacity: 1;
  width: 100%;
}

.Other002373 .header nav ul li.onnav>a {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0 !important;
  filter: Alpha(opacity=40);
  background: #000;
}

.Other002373 .header nav ul li {
  position: relative;
}

.Other002373 .header nav ul li dl {
  display: none;
  position: absolute;
  width: 125%;
  background: rgba(0, 0, 0, 0.6);
}

.Other002373 .header nav ul li dl dd {
  padding: 7px 15px;
  text-align: center;
  line-height: 21px;
  position: relative;
}

.Other002373 .header nav ul li dl dd a {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 13px;
}

.Other002373 .header nav ul li dl ul li.toplma a {
  line-height: 35px;
}

.Other002373 .header nav ul li dl dd:hover {
  background: #e41e1f;
  color: #fff;
}

.Other002373 .header nav ul li span {
  display: none;
}

.Other002373 #fullPage {
  height: 100%;
  position: relative;
  touch-action: none;
  transform: translate3d(0px, 0px, 0px);
  transition: all 700ms ease;
}

@media(max-width: 1200px) {
  .Other002373 #fullPage {
    touch-action: inherit;
  }
}

#fp-nav ul li+li {
  position: relative;
  margin-top: 30px;
}

#fp-nav ul li+li:before,
#fp-nav ul li+li:after,
#fp-nav ul li+li a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #f6f6f6;
  left: 50%;
  margin-left: -1px;
}

#fp-nav ul li+li:before {
  top: -28px;
}

#fp-nav ul li+li:after {
  top: -18px;
}

#fp-nav ul li+li a:before {
  top: -8px;
}

#fp-nav ul li a span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 0;
  background-color: #fff;
  position: static;
  margin: 0 auto;
}

#fp-nav ul li a.active,
#fp-nav ul li:hover a.active {
  border: 1px dotted rgba(228, 30, 31, .5);
  padding: 2px 0 0 0;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
#fp-nav ul li:hover a span {
  background-color: #e41e1f;
  border-radius: 0 !important;
  margin: 0 auto;
  width: 6px;
  height: 6px;
}

.Other002373 .section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Other002373 .section .word {
  position: relative;
  z-index: 6;
  padding: 0 5%;
  text-align: center;
}

.Other002373 .about .word {
  margin-top: -2%;
}
.aboutTitle{display: none;}
.about_con {
  color: #EEE;
  width: 88%;
  margin: 0 auto;
  line-height: 1.7;
}
.Other002373 .section .word .title {
  font-size: 10vh;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.Other002373 .section .word .title em {
  font-style: normal;
  color: #fff;
}

.Other002373 .section .word figure {
  font-size: 10vh;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.Other002373 .section .word .more {
  min-width: 120px;
  height: 35px;
  line-height: 35px;
  position: relative;
  display: inline-block;
  margin: 0 auto 0;
  color: #FFF;
  text-align: center;
  background-color: #ed6f00;
}

.Other002373 .section .word .more:before,
.Other002373 .section .word .more:before {
  top: 0;
  right: 0;
}

.Other002373 .section .word .more:after {
  bottom: 0;
  left: 0;
}

.Other002373 .section .word .more:hover:before,
.Other002373 .section .word .more:hover:after {
  width: 100%;
}

.Other002373 .section .word .more:hover {
  color: #fff;
  background-color: #F30;
}

.page1 .video_files video {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width:1024px) {
  .Other002373 .header {
    padding: 0 8%;
  }

  .Other002373 .header .MenuIcon {
    right: 14%;
  }

  .Other002373 .header nav {
    position: absolute;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
  }

  .Other002373 .header nav ul {
    padding-left: 35%;
    width: 100%;
  }

  .Other002373 .header nav ul li {
    float: left;
  }

  .Other002373 .header nav ul li>a {
    padding: 32px 35px 8px 35px;
    /*background-image:url(../images/nav_icon.png);*/
    background-repeat: no-repeat;
    z-index: 10;
    position: relative;
  }

  .Other002373 .header nav ul li#m02 a {
    background-position: center -70px;
  }

  .Other002373 .header nav ul li#m03 a {
    background-position: center -145px;
  }

  .Other002373 .header nav ul li#m04 a {
    background-position: center -220px;
  }

  .Other002373 .header nav ul li#m05 a {
    background-position: center -295px;
  }

  .Other002373 .header nav ul li#m06 a {
    background-position: center -370px;
  }

  .Other002373 .header nav ul li#m07 a {
    background-position: center -445px;
  }

  .Other002373 .header nav ul li#m08 a {
    background-position: center -520px;
  }

  .Other002373 .header nav.show {
    height: 84px;
    width: 100%;
  }

  .Other002373 .header nav ul li>a.onnav,
  .Other002373 .header nav ul li>a:hover {
    /*background-image:url(../images/nav_icon_on.png);*/
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .Other002373 .header nav ul li dl .sub {
    position: absolute;
    width: 100%;
    right: -100%;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
  }

  .Other002373 .header nav ul li#m02 dl .sub {
    width: 170%;
    right: -170%;
    top: 0;
  }

  .Other002373 .header nav ul li dl ul {
    padding-left: 0;
  }

  .Other002373 .header nav ul li dl ul li {
    margin: 0;
    padding: 0;
    float: none;
    display: block;
  }

  .Other002373 .header nav ul li dl ul li a {
    background-image: none;
    padding: 0;
  }

  .Other002373 .header nav ul li dl ul li a:hover {
    background-image: none;
    background: #e41e1f;
    color: #fff;
  }

  .Other002373 .header nav ul li dl dd:hover .sub {
    display: block;
  }
}

@media only screen and (max-width:1366px) {
  .Other002373 .header nav ul li>a {
    padding: 33px 40px 8px 25px
  }

  .Other002373 .header {
    padding: 0 3%;
  }
}

@media only screen and (max-width:1200px) {
  .Other002373 .header nav ul li>a {
    padding: 33px 23px;
  }
}

@media only screen and (max-width: 1023px) {
  .Other002373 .header {
    overflow: visible;
  }

  .Other002373 .header nav {
    background: rgba(42, 42, 42, 1.0) !important;
    filter: Alpha(opacity=100);
    background: #2a2a2a;
    z-index: 50;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .5);
    transition: right .5s ease-in-out;
    -webkit-transition: right .5s ease-in-out;
    -moz-transition: right .5s ease-in-out;
    -ms-transition: right .5s ease-in-out;
  }

  .Other002373 .header nav.show {
    height: 100%;
    position: fixed;
    width: 50%;
    max-width: 300px;
    min-width: 200px;
    padding-top: 70px;
    display: none;
    background: rgba(0, 19, 74, 0.88) !important;
    z-index: 99;
  }

  .Other002373 .header nav ul li>a {
    padding: 10px 15px;
    color: #fff;
  }

  #fp-nav.right {
    right: 5px;
  }
}

@media only screen and (max-width:1024px) {
  .Other002373 .section-Tit h1 {
    font-size: 28px;
  }
}

@keyframes firstPart {
  0% {
    bottom: 40px;
  }

  100% {
    bottom: 20px;
  }
}

@-webkit-keyframes firstPart

/* Safari and Chrome */
  {
  0% {
    bottom: 40px;
  }

  100% {
    bottom: 20px;
  }
}

.Other002373 .mousetip {
  background: url(../images/Other002373-mousetip.png) no-repeat center;
  width: 300px;
  height: 85px;
  line-height: 170px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -150px;
  z-index: 100;
  cursor: pointer;
  animation-name: firstPart;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
  -moz-animation-name: firstPart;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0.3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -moz-animation-play-state: running;
  -webkit-animation-name: firstPart;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-play-state: running;
  -o-animation-name: firstPart;
  -o-animation-duration: 0.8s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 0.3s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: alternate;
  -o-animation-play-state: running;
}

.Other002373 .mousetip.up {
  background-image: url(../images/Other002373-mousetip_up.png);
}

.Other002373 .title {
  text-align: center;
  padding-bottom: 2%;
}

.Other002373 .title .fl1 {
  margin: 0;
  font-size: 48px;
  padding: 0 3%;
  position: relative;
  font-weight: normal;
  color: #fff;
}

.Other002373 .title .fl1 span {
  padding: 0 20px;
  display: block;
  font-size: 22px;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: lighter;
}

.Other002373 .title .fl1::before {
  position: absolute;
  content: '';
  background-color: #e41e1f;
  left: 50%;
  margin-left: -30px;
  bottom: -10px;
  width: 60px;
  height: 2px;
}

.Other002373 .news ol {
  float: left;
  width: 48%;
  position: relative;
  margin-bottom: 6%;
}

.Other002373 .news ol img {
  width: 100%;
}

.Other002373 .news ol p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 99%;
  background: rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 14px 0;
  color: #fff;
}

.Other002373 .news ol p .icon_play {
  position: relative;
  display: block;
  border: 5px solid #fff;
  width: 66px;
  height: 66px;
  left: 50%;
  top: 50%;
  margin-top: -53px;
  margin-left: -33px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 9999
}

.Other002373 .news ol p .icon_play::before {
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -16px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 20px solid #fff;
}

.Other002373 .news li {
  float: right;
  width: 48%;
  padding-left: 19%;
  margin-bottom: 4%;
  position: relative;
  text-align: left;
}

.Other002373 .news li:last-child {
  margin-bottom: 0;
}

.Other002373 .news li .Ispic {
  position: absolute;
  left: 1px;
  top: 0;
  height: 100%;
  width: 35%;
}

.Other002373 .news li h2 {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}

.Other002373 .news li h2 a {
  color: #ed6b00;
  font-weight: bold;
}

.Other002373 .news li p {
  margin: 0;
  margin-top: 4%;
  font-size: 14px;
  line-height: 25px;
  height: 76px;
  overflow: hidden;
  color: #CCC;
}

.Other002373 .news li time {
  display: block;
  font-size: 14px;
  color: #666;
  position: relative;
  padding-left: 30px;
}

.Other002373 .news li time::before {
  position: absolute;
  left: 0;
  content: "";
  background: url(../images/Floor001365_icon.png) no-repeat;
  display: block;
  width: 20px;
  height: 20px;
}

.Other002373 .news li time::after {
  position: absolute;
  right: 0;
  content: "";
  width: 21px;
  height: 9px;
  background: url(../images/Floor001365_icon2.png) no-repeat;
}

.Other002373 .news li:hover time::after {
  background-image: url(../images/Floor001365_icon2_on.png);
}

.Other002373 .news li:hover h2 a {
  color: #F30;
}

.Other002373 .section.news .word .more {
  color: #fff;
}

@media(max-width:1000px) {
  .Other002373 .news li p {
    height: 70px;
  }

  .Other002373 .mousetip {
    display: none
  }
}

@media(max-width:768px) {
  .Other002373 .news ol {
    float: none;
    width: auto;
    margin-bottom: 3%;
  }

  .Other002373 .news li {
    float: none;
    width: auto;
    padding-left: 38%;
    padding-bottom: 3%;
  }
}

@media(max-width:480px) {
  .Other002373 .news ol p {
    padding: 0;
  }

  .Other002373 .news li p {
    height: 48px;
  }
}

@media(max-width:375px) {
  .Other002373 .news .title h1 {
    font-size: 24px;
  }
}

.Other002373 .solutions .tab_con {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.Other002373 .solutions .con {
  display: none;
}

.Other002373 .solutions .intro {
  float: left;
  width: 55%;
  transform: translateX(-100%);
  transition: all ease-in-out 0.3s;
}

.Other002373 .solutions .intro .info {
  color: rgba(255, 255, 255, 0.60);
  font-size: 16px;
  line-height: 30px;
}

.Other002373 .solutions .intro .tit {
  margin: 0;
  font-size: 24px;
  color: #fff;
  position: relative;
  font-weight: normal;
}

.Other002373 .solutions .intro .info p {
  max-height: 90px;
  overflow: hidden;
  position: relative;
}

.Other002373 .solutions .intro .info p em {
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.Other002373 .solutions .intro .info ul {
  padding-top: 2%;
  border-top: 1px dashed rgba(255, 255, 255, 0.10);
}

.Other002373 .solutions .intro .info li {
  width: 50%;
  float: left;
  padding-left: 25px;
  background: url(../images/icon.png) no-repeat left center;
  font-size: 14px;
}

.Other002373 .solutions .on_con .intro,
.Other002373 .solutions .on_con .pic {
  transform: translateX(0);
}

.Other002373 .solutions .list .bx-pager,
.Other002373 .solutions .copy {
  display: none;
}

.Other002373 .solutions .list {
  padding-right: 32%;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 2%;
}

.Other002373 .solutions .list .bx-wrapper {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 100px;
  padding: 0 48px;
}

.Other002373 .solutions .list .bx-viewport {
  z-index: 2;
}

.Other002373 .solutions .list .bx-controls-direction a {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -999em;
  background-image: url(../images/Floor001048-controls.png);
  background-repeat: no-repeat;
}

.Other002373 .solutions .list .bx-controls-direction a.disabled {
  opacity: 0.2;
}

.Other002373 .solutions .list .bx-controls-direction a.bx-prev {
  left: 12px;
  background-position: 0 0;
}

.Other002373 .solutions .list .bx-controls-direction a.bx-next {
  right: 12px;
  background-position: right center;
}

.Other002373 .solutions .list li {
  padding: 20px 0;
  color: #fff;
  text-align: center;
}

.Other002373 .solutions .list li span {
  display: block;
  padding-top: 10px;
}

.Other002373 .solutions .list li.on,
.Other002373 .solutions .list li:hover {
  background-image: linear-gradient(to right, #ea4e64 0%, #f64e41 100%);
}

.Other002373 .solutions .list li img {
  width: 48%;
}

@media(max-width:1000px) {
  .Other002373 .solutions .list {
    padding-right: 0;
    margin-top: 0;
  }
}

@media(max-width:640px) {
  .Other002373 .solutions .list {
    padding-top: 3%;
  }

  .Other002373 .solutions .pic {
    display: none;
  }

  .Other002373 .solutions .intro {
    float: none;
    width: auto;
    transform: translateX(0);
  }

  .Other002373 .solutions .list li {
    padding: 10px 0;
    width: 50%;
    float: left;
  }

  .Other002373 .solutions .list li img {
    width: auto
  }

  .Other002373 .solutions .list li span {
    padding-top: 5px;
  }
}

.Other002373 .footer,
.Other002373 .footer a {
  color: #a9a9a9;
}

.Other002373 .footer a:hover {
  color: #fff;
}

.Other002373 .footer .bottom {
  background: #111d4f;
  padding: 4% 0;
  display: none;
}

.Other002373 .footer nav li {
  width: 100%;
}

.Other002373 .footer nav li h3 {
  font-size: 15px;
  color: #fff;
  margin: 0 0 10px;
}

.Other002373 .footer nav li dl dd {
  padding: 5px 0;
}

.Other002373 .footer nav li.weixin .pic {
  padding-top: 5px;
}

.Other002373 .footer nav li.contact .tel {
  font-size: 22px;
  color: #e41e1f;
  font-weight: bold;
}

.Other002373 .footer nav li.contact .time {
  margin: 0;
}

.Other002373 .footer .share {
  padding-top: 10px;
}

.Other002373 .footer .share a {
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
}

.Other002373 .footer footer {
  background-color: rgba(20, 21, 33, 1);
  border-top: 3px solid #FF7E21;
  padding: 40px 0 0;
}

.Other002373 .footer .copyright {
  margin: 0;
}

.Other002373 .footer .links a {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.Other002373 .footer .links a+a:before {
  left: -10px;
  content: "";
  width: 1px;
  height: 50%;
  background: #919191;
  position: absolute;
  top: 30%;
}
.footer1 p{
  line-height: 2;
}
.Endtext:after{content:''; height:0; visibility:hidden; display:block; clear:both;}
.Endtext {width:100%; overflow:hidden; margin:0 auto; padding:12px 0 16px; font-size:16px; line-height:1.7; text-align: justify; color: #999;}
.Endtext p,.Endtext ul,.Endtext ol{ padding:6px 0;}
.Endtext table,.Endtext hr{ margin-top:12px; margin-bottom:12px;}
.Endtext ul li{list-style:disc outside none; margin-left:2em;}
.Endtext ol li{list-style:decimal outside none; margin-left:2em;}
.Endtext img{ display:inline; vertical-align: middle; height: auto !important;}

@media only screen and (min-width:1024px) {


  /* .Other002373 .footer .copyright {
    float: left;
  } */

  .Other002373 .footer .links {
    float: right;
  }
}

@media only screen and (max-width:1023px) {
  .Other002373 .footer {
    clear: both;
    position: relative;
    z-index: 999;
  }

  .Other002373 .footer nav li dl {
    display: none;
  }

  .Other002373 .footer nav li {
    border-bottom: 1px solid #434242;
  }

  .Other002373 .footer nav li h3 {
    padding-top: 10px;
  }

  .Other002373 .footer nav li.weixin,
  .Other002373 .footer nav li.contact {
    margin-top: 15px;
    text-align: center;
    border-bottom: none;
  }

  .Other002373 .footer footer {
    padding: 10px 0; font-size: 13px; text-align: center;
  }
  .about_img{
    padding-top: 12px;
  }
}

.Other002373 .case .auto {
  position: relative;
  padding-top: 8%;
  padding-bottom: 8%;
  text-align: left;
}

.Other002373 .case .lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: hidden;
}

.Other002373 .case .lines span {
  display: block;
  width: 33.3334%;
  float: left;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.Other002373 .case .lines span:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.Other002373 .case .wrap-container {
  position: relative;
  z-index: 4;
}

.Other002373 .case .wrap-tit {
  padding-top: 0;
  position: relative;
  padding-bottom: 2%;
}

.Other002373 .case .wrap-tit h2 {
  margin: 0;
  font-size: 28px;
  position: relative;
  font-weight: normal;
  color: #fff;
}

.Other002373 .case .wrap-tit h2::before {
  position: absolute;
  content: '';
  background-color: #e41e1f;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 2px;
}

.Other002373 .case .wrap-tit h2 span {
  display: block;
  font-size: 16px;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: lighter;
}

.Other002373 .case .Bpic {
  position: relative;
  max-width: 427px;
  margin: -15% auto 4%;
  box-shadow: 0 0 43px 5px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 0 43px 5px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 43px 5px rgba(0, 0, 0, .15);
}

.Other002373 .case .Bpic img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .Other002373 .case .Bpic {
    width: 33.3334%;
    float: left;
    margin: 0;
  }
}

.Other002373 .case .Bpic .Dec-Line {
  position: absolute;
  top: 182px;
  width: 30%;
  right: -15%;
}

.Other002373 .case .Bpic .Dec-Line:before,
.Other002373 .case .Bpic .Dec-Line:after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  display: block;
}

.Other002373 .case .Bpic .Dec-Line:before {
  background: #fff;
  width: 100%;
  top: 0;
}

.Other002373 .case .Bpic .Dec-Line:after {
  width: 70%;
  background: #f24e4c;
  top: 10px;
}

@media only screen and (max-width:767px) {
  .Other002373 .case .Bpic .Dec-Line {
    display: none;
  }
}

.Other002373 .case .wrap-content {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .Other002373 .case .wrap-content {
    float: right;
    width: 66.6668%;
    padding: 0 3% 0 7%;
  }
}

.Other002373 .case .wrap-content .con {
  line-height: 30px;
  font-size: 14px;
  height: 120px;
  color: #f5f5f5;
  overflow: hidden;
  margin: 4% 0 0;
}

.Other002373 .case .wrap-content .con h5 {
  line-height: 30px;
  font-size: 16px;
  color: #f5f5f5;
  margin: 0;
}

@media only screen and (min-width:1280px) {
  .Other002373 .case .wrap-content .con {
    margin: 58px 0 30px;
  }
}

.Other002373 .case .list {
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding-top: 20px;
}

.Other002373 .case .list li {
  position: relative;
  height: 180px;
  overflow: hidden;
  width: 148px;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, .41);
  -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .41);
  -moz-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .41);
}

.Other002373 .case .list li,
.Other002373 .case .list li * {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
}

.Other002373 .case .list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.Other002373 .case .list li .pic,
.Other002373 .case .list li .tit {
  position: relative;
  z-index: 2;
  display: block;
}

.Other002373 .case .list li .layer {
  background-color: #231102;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block;
}

.Other002373 .case .list li .tit {
  display: none;
}

.Other002373 .case .list li.on {
  width: 260px;
  background-image: linear-gradient(to right, #ea4e64 0%, #f64e41 100%);
  padding: 5px;
}

.Other002373 .case .list li.on .pic {
  float: left;
  width: 250px;
  border: 1px solid #f24e4c;
}

.Other002373 .case .list li.on .tit {
  display: block;
  width: 100px;
  height: 160px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}

.Other002373 .case .list li.on .tit i {
  background: url(../images/Floor002419-icon.png) center top no-repeat;
  display: inline-block;
  padding-top: 44px;
  font-style: normal;
  margin-top: 15px;
}

.Other002373 .case .list li.on .layer {
  z-index: 1;
  opacity: 0;
}

.Other002373 .case .list li.on .pic img {
  height: 168px;
}

@media only screen and (min-width:1100px) {
  .Other002373 .case .list {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 66%;
    padding-left: 4%;
    padding-right: 4%
  }
}

.Other002373 .case .owllist_nav {
  position: absolute;
  right: 15px;
  top: 0;
}

.Other002373 .case .owllist_nav a {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
}

.Other002373 .case .owllist_nav .prev {
  border-width: 7px 8px 7px 0;
  border-color: transparent #f24e4c transparent transparent;
  border-style: dashed solid dashed dashed;
  right: 50px;
}

.Other002373 .case .owllist_nav .next {
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #f24e4c;
  border-style: dashed dashed dashed solid;
  right: 0;
}

.Other002373 .case .owllist_nav:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #f24e4c;
  right: 28px;
  top: 2px;
}

/*
 .RighInfo001277 为demo编号
 */
.RighInfo001277 {
  padding: 2% 0;
}

.RighInfo001277 .list_img {
  float: left;
  width: 55.6%;
  position: relative;
}

.RighInfo001277 .big_img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 80%;
}

.RighInfo001277 .big_img li,
.RighInfo001277 .big_img li figure {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

.RighInfo001277 .big_img li figure {
  border: 1px solid #dcdcdc;
  background-size: contain;
}

.RighInfo001277 .list {
  padding: 42px 0 42px 82.9%;
}

.RighInfo001277 .list .bd {
  position: relative;
}

.RighInfo001277 .list a {
  position: absolute;
  width: 17.1%;
  height: 40px;
  right: 0;
  background: url(/cn/images/RighInfo001277-btn_prev.png) no-repeat center center/auto 50%;
  cursor: pointer;
}

.RighInfo001277 .list a.prev {
  top: 0;
}

.RighInfo001277 .list a.next {
  bottom: 0;
  background-image: url(/cn/images/RighInfo001277-btn_next.png);
}

.RighInfo001277 .list a.prevStop,
.RighInfo001277 .list a.nextStop {
  cursor: default;
}

.RighInfo001277 .list li {
  height: 130px;
  position: relative;
}

.RighInfo001277 .list li figure {
  position: absolute;
  left: 0;
  width: 100%;
  top: 9px;
  bottom: 9px;
  background-size: contain;
  border: 1px solid #f2f2f2;
}

.RighInfo001277 .list li.on figure {
  border: 2px solid #e60a00;
}

.RighInfo001277 .right_info {
  float: right;
  width: 39.2%;
}

.RighInfo001277 .right_info h1,
.RighInfo001277 .right_info h3,
.RighInfo001277 .right_info p {
  margin: 0;
  padding: 5% 0;
  border-bottom: 1px solid #e7e8e8;
}

.RighInfo001277 .right_info h1 {
  padding: 14% 0 7%;
  color: #e60a00;
  font-size: 26px;
}

.RighInfo001277 .right_info h3 {
  font-size: 18px;
  font-weight: normal;
}

.RighInfo001277 .right_info p {
  line-height: 30px;
  color: #999;
  margin-bottom: 10%;
}

.RighInfo001277 .right_info a {
  display: inline-block;
  border: 1px solid #fdf3f2;
  padding: 10px 5%;
  color: #e60a00;
  transition: 0.4s;
}

.RighInfo001277 .right_info a:hover {
  background-color: #e60a00;
  color: #fff;
}

.RighInfo001277 .tab {
  padding: 3% 0;
}

.RighInfo001277 .tab .h1_tab {
  margin: 0;
  border-bottom: 1px solid #e7e8e8;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.RighInfo001277 .tab .h1_tab span {
  float: left;
  padding: 0 5%;
  line-height: 50px;
  background-color: #f2f2f3;
  margin-right: 4px;
  cursor: pointer;
}

.RighInfo001277 .tab .h1_tab span.on {
  background-color: #e60a00;
  color: #fff;
}

.RighInfo001277 .tab .info {
  padding-top: 2%;
}

.RighInfo001277 .tab .info li {
  line-height: 36px;
  list-style-position: inside;
  padding-left: 20px;
}

.RighInfo001277 .tab .info p {
  line-height: 36px;
}

.RighInfo001277 .ul_download li {
  border-bottom: 1px solid #d1d1d3;
  line-height: 34px;
  background: url(../images/RighInfo001277-icon_download.png) no-repeat right center;
  padding: 10px 0;
}

.RighInfo001277 .ul_download li a {
  padding: 0 38px;
  background: url(../images/RighInfo001277-icon.png) no-repeat left center;
}

@media(max-width:768px) {

  .RighInfo001277 .list_img,
  .RighInfo001277 .right_info {
    float: none;
    width: auto;
  }
}

@media(max-width:640px) {
  .RighInfo001277 .list li {
    height: 100px;
  }

  .RighInfo001277 .right_info h1 {
    font-size: 20px;
  }

  .RighInfo001277 .right_info h3 {
    font-size: 16px;
  }
}

@media(max-width:480px) {
  .RighInfo001277 .list {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .RighInfo001277 .list a {
    height: 28px;
  }

  .RighInfo001277 .list li {
    height: 80px;
  }

  .RighInfo001277 .tab .h1_tab {
    font-size: 14px;
  }

  .RighInfo001277 .tab .h1_tab span {
    padding: 0 3%;
  }
}

/*
 .RighInfo002363 为demo编号
 */
.RighInfo002363 {
  padding: 45px 0 40px;
  min-height: 400px
}

.RighInfo002363 .box1 {
  /* background: #f9f9f9; */
}

.RighInfo002363 .box1 .auto {
  padding: 3% 0;
}

.RighInfo002363 .dl {
  color: #666666;
}

.RighInfo002363 .dl .h4 {
  font-size: 18px;
  margin: 0;
  color: #333;
}

.RighInfo002363 .dl .h4 span {
  display: inline-block;
  border-bottom: 2px #e41e1f solid;
  padding-bottom: 10px;
}

.RighInfo002363 .dl .con {
  font-size: 14px;
  padding: 15px 0 30px;
  line-height: 2.25;
}

.RighInfo002363 figure {
  line-height: 2.25;
}

.RighInfo002363 .tit {
  text-align: center;
  font-size: 24px;
  font-family: '微软雅黑';
  font-weight: normal;
  color: #FFF;
  margin: 0;
  padding-bottom: 25px;
  position: relative;
}

.RighInfo002363 .tit:after {
  display: block;
  margin: 0 auto;
  width: 68px;
  height: 1px;
  background-color: #bbb;
  margin-top: 16px;
  content: '';
}

.RighInfo002363 .text {
  position: relative;
  color: #666;
  padding: 15px 0;
  line-height: 2.25;
}

.RighInfo002363 .img1 {
  float: left;
  width: 278px;
  height: 49px;
  margin-right: 2%;
  margin-bottom: 1%;
}

@media only screen and (min-width:768px) {
  .RighInfo002363 .con-head em {
    font-size: 22px;
  }

  .RighInfo002363 .tit {
    font-size: 28px;
  }
}

@media only screen and (min-width:1024px) {
  .RighInfo002363 .con-head em {
    font-size: 24px;
  }

  .RighInfo002363 .tit {
    font-size: 32px;
  }
}

.RighInfo002363 .box2 {
  background: #fff;
  padding: 40px 0;
}

.RighInfo002363 .box2 .list {
  padding-top: 25px;
}

.RighInfo002363 .box2 li {
  float: left;
  width: 16.6667%;
  text-align: center;
  position: relative;
}

.RighInfo002363 .box2 li:before {
  position: absolute;
  content: '';
  width: 1px;
  border-right: 1px solid #f4f4f4;
  right: 0;
  top: 0;
  height: 100%;
}

.RighInfo002363 .box2 li:first-child {
  border-left: 1px solid #f4f4f4;
}

.RighInfo002363 .box2 li a {
  display: block;
  margin: 0 auto;
  width: 50%;
  max-width: 206px;
}

.RighInfo002363 .box2 li figure img {
  width: 100%;
  max-width: 82px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  top: 0;
}

.RighInfo002363 .box2 li:hover figure img {
  top: -10px;
}

.RighInfo002363 .box2 li h3 {
  font-size: 18px;
  color: #333;
  margin: 25px 0 15px;
}

.RighInfo002363 .box2 li p {
  line-height: 24px;
  height: 96px;
  text-align: left;
  overflow: hidden;
  font-size: 14px;
  color: #a8a8a8;
  margin-top: 20px;
}

.RighInfo002363 .word {
  margin-top: 5%
}

@media(max-width:767px) {
  .RighInfo002363 .box1 {
    padding: 0 2%
  }

  .RighInfo002363 .box2 {
    padding: 20px 0;
  }

  .RighInfo002363 .box2 li {
    width: 50%;
    margin-bottom: 2%;
  }

  .RighInfo002363 .box2 li {
    border-left: 1px solid #f4f4f4;
  }

  .RighInfo002363 .box2 li:nth-child(2n) {
    border-left: 1px solid #fff;
  }
}

/*
 .RighInfo002226 为demo编号
 */
.RighInfo002226 {
  padding: 3% 0;
}

.RighInfo002226 .dl .h4 {
  font-size: 18px;
  margin: 0;
}

.RighInfo002226 .dl .h4 span {
  color: #333;
  inline-block;
  border-bottom: 2px #e41e1f solid;
  padding-bottom: 10px;
}

.RighInfo002226 .dl .con {
  color: #666;
  font-size: 14px;
  padding: 15px 0 30px;
  line-height: 2.25;
}

.RighInfo002226 .word {
  float: none;
  margin-top: 5%;
}

.RighInfo002226 .pic {
  background: #f8f8f8;
  padding: 3%;
  max-width: 1200px;
  margin: 0 auto;
}

.RighInfo002226 .pic h1 {
  text-align: center;
  font-size: 24px;
  font-family: '微软雅黑';
  font-weight: normal;
  color: #333;
  margin: 0;
  padding-bottom: 45px;
  position: relative;
}

.RighInfo002363 .pic h1:after {
  display: block;
  margin: 0 auto;
  width: 68px;
  height: 1px;
  background-color: #bbb;
  margin-top: 16px;
  content: '';
}

/*Timeline001915*/
.Timeline001915 {
  padding: 3% 0 4%;
}

.Timeline001915 .columnName {
  padding: 4% 0;
  line-height: normal;
  text-align: center;
  font-size: 61px;
  color: #c20f00;
  text-transform: uppercase;
}

.Timeline001915 .columnName span {
  display: block;
  color: #353535;
  font-size: 30px;
  padding: 10px 0 15px;
}

.Timeline001915 .columnName:after {
  display: block;
  content: '';
  margin: 0 auto;
  width: 40px;
  height: 2px;
  background-color: #c20f00;
}

.Timeline001915 .list {
  background: url(../images/Timeline001915-logo.jpg) no-repeat center top;
  padding-top: 64px;
}

.Timeline001915 .list ul {
  background: url(../images/Timeline001915-ul.jpg) repeat-y center top;
  padding: 54px 0;
}

.Timeline001915 li {
  padding-left: 50%;
  background: url(../images/Timeline001915-li.png) no-repeat center top;
  padding-top: 10px;
  padding-bottom: 10px;
}

.Timeline001915 li div {
  padding-left: 36px;
}

.Timeline001915 li div p {
  line-height: 24px;
}

.Timeline001915 ul li:nth-child(2n) {
  text-align: right;
  padding-left: 0;
  padding-right: 50%;
}

.Timeline001915 ul li:nth-child(2n) div {
  padding-left: 0;
  padding-right: 36px;
}

.Timeline001915 li time {
  display: block;
  color: #b5121b;
  font-size: 18px;
  border-top: 1px solid #e1e1e4;
}

.Timeline001915 li time:before {
  display: block;
  margin: -3px 0 10px 0;
  content: '';
  background-color: #b5121b;
  width: 20px;
  height: 5px;
}

.Timeline001915 ul li:nth-child(2n) time:before {
  float: right;
}

.Timeline001915 ul li:nth-child(2n) time span {
  clear: both;
  display: block;
}

.Timeline001915 ol {
  text-align: center;
}

.Timeline001915 ol a {
  display: inline-block;
  width: 142px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #b5121b;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}

@media(max-width:1000px) {
  .Timeline001915 .columnName {
    font-size: 45px;
  }

  .Timeline001915 .columnName span {
    font-size: 24px;
  }
}

@media(max-width:640px) {
  .Timeline001915 .columnName {
    font-size: 30px;
  }

  .Timeline001915 .columnName span {
    font-size: 20px;
  }
}

@media(max-width:480px) {
  .Timeline001915 .list {
    background-position: left top;
    padding-left: 20px;
  }

  .Timeline001915 .list ul {
    background-position: 8px top;
  }

  .Timeline001915 li {
    padding: 0 !important;
    background-position: left top;
  }

  .Timeline001915 li div {
    padding: 10px 10px 10px 36px !important;
  }

  .Timeline001915 ul li:nth-child(2n) {
    text-align: left;
  }

  .Timeline001915 ul li:nth-child(2n) time:before {
    float: none;
  }
}

/*
 .TextList001652 为demo编号
 */
.TextList001652 {
  padding: 3% 0 1%;
}

.TextList001652 .list_ul,
.TextList001652 .job_ol {
  overflow: hidden;
  clear: both;
}

.TextList001652 .job_ol li,
.TextList001652 .list_ul li {
  list-style: none;
  float: left;
  width: 25%;
  text-align: center;
}

.TextList001652 .job_ol li {
  background-color: #e41e1f;
  color: #fff;
  line-height: 3em;
}

.TextList001652 .list {
  border-bottom: 1px solid #ebebeb;
}

.TextList001652 .job_info {
  display: none;
}

.TextList001652 .list_ul {
  cursor: pointer;
  font-size: 14px;
}

.TextList001652 .list_ul li {
  padding: 1em 0;
}

.TextList001652 .list_ul li:nth-child(5) a {
  border: 1px solid #ededed;
  border-radius: 5px;
  display: inline-block;
  padding: 0 7%;
  line-height: 1.8em;
}

.TextList001652 .list_ul li:nth-child(5) a:hover {
  background-color: #e41e1f;
  color: #fff;
}

.TextList001652 .job_info {
  padding: 2% 5% 2%;
}

@media(max-width:640px) {

  .TextList001652 .job_ol li,
  .TextList001652 .list_ul li {
    width: 25%;
  }

  .TextList001652 .job_ol li:nth-child(4),
  .TextList001652 .list_ul li:nth-child(4) {
    display: block;
  }
}

/*PicList002095 */
.PicList002095 {
  padding: 3% 0 0;
}

.PicList002095 li {
  float: left;
  width: 22.5%;
  margin-right: 3.33333%;
  margin-bottom: 3.6%;
}

.PicList002095 li:nth-child(4n) {
  margin-right: 0;
}

.PicList002095 li .Ispic {
  display: block;
  padding-bottom: 65%;
}

.PicList002095 li .Ispic img {
  display: none;
}

.PicList002095 li div {
  border: 1px solid #eaeaea;
  border-top: 0;
}

.PicList002095 li .dot {
  text-align: center;
  font-size: 16px;
  padding: 5% 5% 0 5%;
}

.PicList002095 li .dot:after {
  display: block;
  content: '';
  height: 1px;
  width: 53px;
  margin: 0 auto;
  margin-top: 5%;
  background-color: #eaeaea;
}

.PicList002095 li p {
  line-height: 18px;
  overflow: hidden;
  height: 36px;
  color: #9e9e9e;
  font-size: 12px;
  padding: 0 5%;
}

.PicList002095 li aside {
  border-top: 1px solid #eaeaea;
  padding: 0 5%;
  line-height: 36px;
  text-align: right;
}

.PicList002095 li aside a {
  background: url(../images/PicList002095-more_after.gif) no-repeat right center;
  padding-right: 15px;
  color: #e14343;
  display: inline-block;
}

.PicList002095 li aside a:before {
  display: inline-block;
  content: '';
  background: url(../images/PicList002095-more.png) no-repeat left top;
  width: 9px;
  height: 9px;
  margin-right: 5px;
}

@media(max-width: 1000px) {
  .PicList002095 li {
    width: 47%;
    float: left;
    margin: 0 1.5% 4% 1.5%;
  }
}

@media(max-width:375px) {
  .PicList002095 li .dot {
    font-size: 14px;
  }

  .PicList002095 li aside a {
    font-size: 12px;
  }
}

/*Banner002033 */
.Banner002033 div {
  height: 459px;
  background-position: center top;
  background-repeat: no-repeat;
}

.Banner002033 div img {
  display: none;
}

@media(max-width:1000px) {
  .Banner002033 div {
    height: auto;
    background: none !important;
  }

  .Banner002033 div img {
    display: block;
    width: 100%;
  }
}

/*
 .Menu002204 为demo编号
 */

.Menu002204 nav {
  line-height: 1.2;
  min-height: 52px;
}

.Menu002204 nav .auto {
  position: relative;
}

.Menu002204 nav h2 {
  background: #000;
  width: 200px;
  height: 80px;
  padding: 30px 12px;
  margin: 0;
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -30px;
  text-align: center;
}

.Menu002204 nav h2 a {
  color: #fff
}

.Menu002204 nav ul {
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  padding-left: 215px;
  padding-top: 19px;
  min-height: 32px;
}

.Menu002204 nav ul li {
  float: left;
  padding: 0 22px;
  position: relative;
}

.Menu002204 nav ul li>a {
  font-size: 15px;
  color: #eee;
  display: block;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
}

.Menu002204 nav ul li.cur>a {
  font-weight: bold;
  border-bottom-color: #c02a05;
}

.Menu002204 nav ul li dl {
  position: absolute;
  width: 248px;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 11;
  display: none;
}

.Menu002204 nav ul li:hover dl {
  display: block;
}

.Menu002204 nav ul li dl dd {
  padding: 10px;
}

.Menu002204 nav ul li dl dd a {
  color: #fff;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.Menu002204 nav ul li dl dd:hover {
  background: #c02a05;
}

.Menu002204 nav ul li a.cur {
  font-weight: bold;
  border-bottom-color: #c02a05;
}

/*PicList002146 */
.PicList002146 {
  padding: 3% 0 0;
}

.PicList002146 li {
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
}

.PicList002146 li:nth-child(4n) {
  margin-right: 0;
}

.PicList002146 li a {
  display: block;
  position: relative;
}

.PicList002146 li h3,
.PicList002146 li h5 {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

.PicList002146 li figure {
  padding-bottom: 77%;
}

.PicList002146 li h3 {
  border: 1px solid #e8e8e8;
  border-top-width: 3px;
  border-top: none;
  padding: 2% 0;
  text-align: center;
  line-height: 30px;
  position: relative;
}

.PicList002146 li .hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(171, 38, 45, 0.95);
  z-index: 10;
  transition: 0.3s;
  color: #fff;
}

.PicList002146 li a:hover .hover {
  opacity: 1;
}

.PicList002146 li aside {
  position: absolute;
  left: 10%;
  width: 80%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.PicList002146 li .hover img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.PicList002146 li .hover h5 {
  margin-top: 10px;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
}

.PicList002146 li .hover i {
  display: block;
  height: 2px;
  background: #fff;
  width: 30px;
  margin: 10px auto;
}

.PicList002146 li .hover p {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  max-height: 60px;
  overflow: hidden;
}

@media(max-width:1366px) {

  .PicList002146 li h3,
  .PicList002146 li .hover h5 {
    font-size: 16px;
  }
}

@media(max-width:1366px) and (min-width:1001px) {
  .PicList002146 li .hover img {
    width: 70px;
    height: 70px;
  }

  .PicList002146 li .hover p {
    height: 40px;
  }
}

@media(max-width:1000px) {
  .PicList002146 li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .Menu002204 nav h2 {
    position: static
  }

  .Menu002204 nav ul li {
    float: left;
    width: 48%;
    text-align: center;
    margin: 0 1% 2% 1%;
  }

  .Menu002204 nav ul {
    padding-left: 0
  }
}

@media(max-width:640px) and (min-width:376px) {
  .PicList002146 li .hover img {
    width: 50px;
    height: 50px;
  }

  .PicList002146 li .hover p {
    height: 40px;
  }
}

@media(max-width:480px) {

  .PicList002146 li h3,
  .PicList002146 li .hover h5 {
    font-size: 14px;
  }

  .PicList002146 li .hover h5 {
    line-height: 20px;
    max-height: 40px;
  }
}

@media(max-width:375px) {
  .PicList002146 li {
    float: none;
    width: auto;
  }
}

/*
 .Page002193 为demo编号
 */
.Page002193 {
  zoom: 1;
  overflow: hidden;
  text-align: center;
  padding: 30px 0 3%;
  text-align: center;
  color: #FFF;
}

.Page002193 span {
  padding: 0px 3px;
  display: inline-block;
}

.Page002193 a {
  display: inline-block;
  margin: 0px 2px;
  border: 1px solid rgba(255, 255, 255, .2);
  padding: 0 1em;
  color: #FFF;
  line-height: 35px;
  border-radius: 3px;
  transition: .3s ease-out;
}


.Page002193 a:hover {
  color: #fff;
  border: 1px solid #e50014;
  background: #e50014;
}

.Page002193 .p_cur,
.Page002193 .p_count,
.Page002193 .p_total,
.Page002193 .p_jump,
.Page002193 .a_first,
.Page002193 .a_end {
  display: none;
}

.Page002193 .p_cur b {
  color: #F00;
}

.Page002193 .p_count b {
  color: #F00;
}

.Page002193 .p_total b {
  color: #F00;
}

.Page002193 .p_page em {
  font-style: normal;
}

.Page002193 .p_page em a {}

.Page002193 .p_page em a.a_cur {
  color: #fff;
  background: #e50014;
  border-color: #e50014;
}

.Page002193 .p_page b {
  font-weight: normal;
}

/*
 .PicList001814 为demo编号
 */
.PicList001814 {
  padding: 2% 0 0;
}

.PicList001814 li {
  float: left;
  margin-right: 2%;
  padding: 1% 0;
  width: 23.5%;
}

.PicList001814 li:nth-child(4n) {
  margin-right: 0;
}

.PicList001814 li a {
  display: block;
  border: 1px solid #001b36;
  padding: 6% 6% 1%;
}

.PicList001814 li figure {
  padding-bottom: 75%;
}

.PicList001814 li figure img {
  display: none;
}

.PicList001814 li h2 {
  margin: 0;
  font-size: 14px;
  padding: 8px 0 15px;
  text-align: center;
  color: #bbb;
}

.PicList001814 li p {
  margin: 0;
  font-size: 12px;
  color: #bbb;
  line-height: 24px;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  height: 78px;
}

.PicList001814 li span {
  display: inline-block;
  color: #bbb;
  line-height: 42px;
  background: url(../images/PicList001814-more.png) no-repeat right center;
  padding-right: 15px;
  font-size: 14px;
}

.PicList001814 li a:hover * {
  color: #637cf8;
}

.PicList001814 li a:hover h2 {
  font-weight: bold;
}

@media(max-width:768px) {
  .Page002193 .p_page em {
    display: none
  }

  .PicList001814 li {
    width: 48%;
    margin-right: 4%;
  }

  .PicList001814 li:nth-child(2n) {
    margin-right: 0;
  }

  .PicList001814 li p {
    height: 72px;
  }
}

@media(max-width:375px) {
  .PicList001814 li {
    width: auto;
    float: none;
    margin-right: 0;
  }

  .PicList001814 li p {
    height: 48px;
  }
}

/*
 .Map002364 为demo编号
 */
.Map002364 {
  padding: 2% 0 3% 0;
}

.Map002364 .columnName {
  font-size: 32px;
  font-family: '微软雅黑';
  color: #333;
  margin: 0;
  padding-bottom: 2%;
  text-align: center;
}

.Map002364 .columnName:after {
  display: block;
  margin: 0 auto;
  width: 68px;
  height: 1px;
  background-color: #bbb;
  margin-top: 16px;
  content: '';
}

.Map002364 dd {
  border: 10px solid #fff;
  margin-bottom: 2%;
  padding-left: 62%;
  background-color: #f9f9f9;
  position: relative;
}

.Map002364 dd:last-child {
  margin-bottom: 0;
}

.Map002364 .map * {
  max-width: none;
}

.Map002364 dd figure {
  padding: 3%;
}

.Map002364 dd ul {
  padding-bottom: 3%;
}

.Map002364 dd li {
  line-height: 24px;
  padding: 22px 0;
  padding-left: 50px;
  border-bottom: 1px dashed #dbdbdb;
  background: url(../images/Map002364-icon_name.gif) no-repeat center left;
  font-size: 14px;
  color: #767676;
}

.Map002364 dd li.add {
  background-image: url(../images/Map002364-icon_add.gif);
}

.Map002364 dd li.phone {
  background-image: url(../images/Map002364-icon_tel.gif);
}

.Map002364 dd li.fax {
  background-image: url(../images/Map002364-icon_fax.gif);
}

.Map002364 dd li.email {
  background-image: url(../images/Map002364-icon_email.gif);
}

@media(min-width:641px) {
  .Map002364 .map {
    position: absolute !important;
    width: 60%;
    left: 0;
    height: 100%;
    top: 0;
  }
}

@media(max-width:640px) {
  .Map002364 dd {
    padding: 3%;
  }

  .Map002364 .map {
    height: 300px;
    position: relative !important;
  }

  .Map002364 dd figure {
    padding: 0;
  }
}

@media(max-width:480px) {
  .Map002364 dd figure h1 {
    font-size: 20px;
  }
}

/*
 .RighInfo002228 为demo编号
 */
.RighInfo002228 {
  padding: 3% 0;
}

.RighInfo002228 .auto {
  max-width: 960px;
}

.RighInfo002228 .single-header {
  text-align: center;
}

.RighInfo002228 .single-header h1 {
  color: #333;
  font-size: 20px;
  margin: 0 0 10px 0;
  font-weight: normal;
}

.RighInfo002228 .single-header h3 {
  color: #815122;
  font-size: 16px;
  margin: 0;
  font-weight: normal;
  position: relative;
}

.RighInfo002228 .single-header h3:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #f3eee9;
  width: 100%;
  z-index: 1;
  margin-top: 15px;
}

.RighInfo002228 .single-header h3 span {
  position: relative;
  z-index: 2;
  padding: 0 30px;
  background-color: #fff;
}

.RighInfo002228 .single-content {
  text-align: justify;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-top: 2%;
}

.RighInfo002228 .single-content p {
  text-indent: 2em;
  margin: 0;
  padding: 10px 0;
}

.RighInfo002228 .single-content .no-textindent {
  text-indent: 0;
}

.RighInfo002228 .fr {
  float: none;
}

.RighInfo002228 .col2+.col2 {
  margin-top: 10px;
}

@media(max-width:950px) {
  .RighInfo002228 .auto {
    padding: 0 2%;
  }
}

@media screen and (min-width:465px) {
  .RighInfo002228 .col2 {
    width: 48%;
  }

  .RighInfo002228 .fr {
    float: right;
  }

  .RighInfo002228 .col2+.col2 {
    margin-top: 0;
  }
}

@media screen and (min-width:768px) {
  .RighInfo002228 .single-header h1 {
    font-size: 24px;
  }

  .RighInfo002228 .single-header h3 {
    font-size: 18px;
  }

  .RighInfo002228 .single-content p {
    padding: 15px 0;
  }

  .RighInfo002228 .single-header h3:after {
    background-color: #f3eee9;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: 0;
  }
}

@media screen and (min-width:1024px) {
  .RighInfo002228 .single-header h1 {
    font-size: 30px;
  }
}

/*Menu001957*/
.Menu001957 {
  text-align: center;
  padding: 2% 0 2.5%;
}

.Menu001957 li {
  display: inline-block;
  margin: 1px 10px;
}

.Menu001957 li a {
  border-radius: 36px;
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
}

.Menu001957 li a:hover,
.Menu001957 li.aon a {
  background: #e41e1f;
  color: #fff;
}

@media(max-width:768px) {
  .Menu001957 li {
    float: left;
    width: 25%;
    margin: 1px 0;
    padding: 0 2%;
  }

  .Menu001957 li a {
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media(max-width:480px) {
  .Menu001957 li {
    width: 33.333333%;
  }
}

/*
 .TextList001230 为demo编号
 */
.TextList001230 {
  font-size: 12px;
  padding-bottom: 1%;
}

.TextList001230 li {
  border-bottom: 1px dotted #ddd;
  padding: 20px 60px 20px 0;
  float: left;
  width: 47%;
  margin-right: 6%;
  overflow: hidden;
  position: relative;
}

.TextList001230 li:nth-child(2n) {
  margin-right: 0;
}

.TextList001230 li time {
  text-align: center;
  float: left;
  line-height: 24px;
  width: 68px;
  margin-right: 15px;
  border-radius: 5px;
  background-color: #e41e1f;
  color: #fff;
}

.TextList001230 li time span {
  line-height: 44px;
  display: block;
  font-size: 30px;
  color: #e41e1f;
  background-color: #e2e2e2;
  border-radius: 5px 5px 0 0;
}

.TextList001230 li a {
  position: absolute;
  right: 0;
  padding-top: 25px;
  height: 24px;
  top: 50%;
  margin-top: -25px;
  background: url(../images/TextList001230-icon.png) no-repeat center top;
}

.TextList001230 li p {
  margin: 0;
  font-size: 12px;
  line-height: 24px;
  color: #333;
  padding-top: 6px;
}

.TextList001230 li p span {
  color: #999;
}

.TextList001230 li p span i {
  font-style: normal;
  color: #9c0015;
}

/*PicList002149 */
.PicList002149 {
  padding-top: 2%;
}

.PicList002149 .auto {
  max-width: 1200px;
}

.PicList002149 h3 {
  margin: 0;
  font-size: 18px;
  color: white;
}

.PicList002149 p {
  line-height: 26px;
  overflow: hidden;
  color: #999;
  height: 52px;
  margin: 2% 0 0 0;
}

.PicList002149 ol {
  background-color: #fafafa;
  margin-bottom: 2%;
  position: relative;
}

.PicList002149 ol .Ispic {
  width: 36.25%;
  float: left;
  padding-bottom: 22%;
}

.PicList002149 ol .Ispic img {
  display: none;
}

.PicList002149 ol div {
  width: 60%;
  float: right;
}

.PicList002149 ol h3 a {
  color: #d0111b;
}

.PicList002149 ol time {
  display: block;
  padding: 3% 0;
}

.PicList002149 ol p {
  margin: 0 0 3% 0;
  height: 78px;
}

.PicList002149 ol span {
  display: inline-block;
  width: 130px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #d0111b;
  font-size: 12px;
}

.PicList002149 .bx-wrapper {
  position: relative;
}

.PicList002149 .bx-controls {
  position: absolute;
  bottom: 10px;
  left: 40%;
  z-index: 99;
}

.PicList002149 .bx-pager div {
  float: left;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.PicList002149 .bx-pager div a {
  display: block;
  height: 12px;
  line-height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #bdaa8c;
}

.PicList002149 .bx-pager div a.active {
  background-color: #e60000;
}

.PicList002149 li {
  overflow: hidden;
  padding-left: 160px;
  position: relative;
  margin-bottom: 2%;
  background-color: #001b36;
}

.PicList002149 li:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 58px;
  height: 100%;
  background: url(../images/PicList002149-more.png) no-repeat center center;
  border-left: 2px solid #00264c;
}

.PicList002149 li div {
  border-left: 1px solid #00264c;
  padding: 2% 10%;
}

.PicList002149 li time {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 100%;
}

.PicList002149 li time span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #b2b2b2;
  font-size: 16px;
}

.PicList002149 li time i {
  font-style: normal;
  font-size: 50px;
  color: #999;
  display: block;
  font-family: "Courier New", Courier, monospace;
  line-height: 40px;
}

.PicList002149 li time i:after {
  display: block;
  content: '';
  margin: 5px auto;
  height: 1px;
  width: 50%;
  max-width: 66px;
  background: #dfdfdf;
}

.styledis {
  display: block;
  position: relative;
  z-index: 999
}

@media(max-width:1000px) {
  .PicList002149 li {
    padding-left: 100px;
    padding-right: 30px;
  }

  .PicList002149 li:after {
    width: 30px;
    background-size: 35% auto;
  }

  .PicList002149 li time {
    width: 100px;
  }

  .PicList002149 li time span {
    font-size: 14px;
  }

  .PicList002149 li time i {
    font-size: 40px;
    line-height: 30px;
  }

  .TextList001230 li {
    width: 100%
  }
}

@media(max-width:768px) {
  .PicList002149 h3 {
    font-size: 16px;
  }
}

@media(max-width:640px) {
  .PicList002149 ol {
    padding-left: 0;
  }

  .PicList002149 ol .Ispic {
    float: none;
    width: 100%;
    background: none;
  }

  .PicList002149 ol .Ispic img {
    display: block;
    width: 100%;
  }

  .PicList002149 ol div {
    width: 100%;
    float: none;
    margin-top: 2%;
  }
}

@media(max-width:480px) {
  .PicList002149 li {
    padding-left: 80px;
    padding-right: 0;
  }

  .PicList002149 li:after {
    display: none;
  }

  .PicList002149 li time {
    width: 80px;
  }

  .PicList002149 li time span {
    font-size: 12px;
  }

  .PicList002149 li time i {
    font-size: 30px;
  }

  .PicList002149 h3 {
    font-size: 14px;
  }

  .PicList002149 p {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    height: 40px;
  }

  .PicList002149 ol p {
    height: 60px;
  }
}

/*
 .PicList002239 为demo编号
 */
.PicList002239 {
  padding-top: 55px;
}

.PicList002239 li {
  border-bottom: 1px solid #eee;
  margin-bottom: 55px;
  padding-bottom: 15px;
  text-align: center;
}

.PicList002239 li img {
  border: 1px solid #eee;
  max-height: 246px;
  cursor: pointer;
}

.PicList002239 li .li1 {
  display: block;
  padding: 15.5px 0;
  font-size: 14px;
  color: #333;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
}

.PicList002239 li .text {
  padding: 0 20px
}

.PicList002239 li .span2 {
  font-size: 14px;
  color: #999;
  padding: 17px 0;
  text-align: center;
  cursor: pointer;
}

.PicList002239 .open_info {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.PicList002239 .info_area {
  position: absolute;
  width: 80%;
  max-width: 1200px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  background: #fff;
  padding: 2%;
}

.PicList002239 .info_area .close {
  position: absolute;
  right: 0;
  width: 31px;
  height: 31px;
  top: -32px;
  background: #fff;
  cursor: pointer;
}

.PicList002239 .info_area .close::before,
.PicList002239 .info_area .close::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  background: #c53b19;
  top: 15px;
  left: 3px;
}

.PicList002239 .info_area .close::before {
  transform: rotate(45deg);
}

.PicList002239 .info_area .close::after {
  transform: rotate(-45deg);
}

.PicList002239 .info_area .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  text-align: center;
}

.PicList002239 .info_area .txt {
  overflow: auto;
  padding-top: 15px;
  text-align: center;
}

@media (min-width: 640px) {
  .PicList002239 li {
    float: left;
    width: 48%;
    margin: 0 1% 55px;
  }
}

.scline{position: absolute;left: 0;top: 0;width: 100%;height: 100%; z-index: 4;box-sizing: border-box;padding: 0 16.66%; background-color: rgba(38, 41, 60, 0.8);
  display: flex; justify-content: space-between;}
.scline span{width: 1px; height: 100%; background-color: rgba(255, 255, 255, 0.08); }

.pb45 { display: none;}

@media (min-width: 1024px) {

  .Other002373 .title .aboutTitle{
    font-size: 60px; text-align: left; padding: 0; 
  }
  .Other002373 .title .aboutTitle::before{
    display: none;
  }
  .Other002373 .title .aboutTitle span{
    padding: 15px 0 0; font-size: 40px; color: #d9a053; font-weight: bold;
  }

  .aboutTitle .more{
    float: right; font-size: 18px; padding: 0 15px;
  }

  .about_con {
    width: 100%;
    line-height: 1.85;
    text-align: left;
  }
  .aboutTitle{display: block;}
  .WaboutTitle{display: none;}
  .about_img{ 
    padding-top: 2%;
    max-width: 680px; margin: 0 auto;
  }
  .about_img img{ 
    width: 100%;
  }

  .PicList002239 li {
    width: 31.33%;
  }


  .pb45 {
    display: block;
    padding-bottom: 25px;
    display: flex;
    justify-content: space-between;
  }

  .copyright{border-top: 1px solid rgba(255, 255, 255, 0.1); text-align: center; line-height: 55px;font-size: 12px; color: #A9A9A9;}


  .page2 .title {
    opacity: 0;
    transition: 0.8s;
  }

  .page2.active .title {
    opacity: 1;
  }

  .page2 .title {
    transform: translateY(-50%);
  }

  .page2.active .title {
    transform: translateY(0);
  }

  .page2 .about_con {
    opacity: 0;
    transition: 0.8s;
  }

  .page2.active .about_con {
    opacity: 1;
  }

  .page2 .about_con {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .page2.active .about_con {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  .page2 .about_img {
    opacity: 0;
    transition: 0.8s;
  }

  .page2.active .about_img {
    opacity: 1;
  }

  .page2 .about_img {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .page2.active .about_img {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  .page4 .title {
    opacity: 0;
    transition: 0.8s;
  }

  .page4.active .title {
    opacity: 1;
  }

  .page4 .title {
    transform: translateY(-50%);
  }

  .page4.active .title {
    transform: translateY(0);
  }

  .page4 ol {
    opacity: 0;
    transition: 0.8s;
  }

  .page4.active ol {
    opacity: 1;
  }

  .page4 ol {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .page4.active ol {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  .page4 li {
    opacity: 0;
    transition: 0.8s;
  }

  .page4.active li {
    opacity: 1;
  }

  .page4 li {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .page4.active li {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  .page3 .title {
    opacity: 0;
    transition: 0.8s;
  }

  .page3.active .title {
    opacity: 1;
  }

  .page3 .title {
    transform: translateY(-50%);
  }

  .page3.active .title {
    transform: translateY(0);
  }

  .page3 .swiper-container {
    opacity: 0;
    transition: 0.8s;
  }

  .page3.active .swiper-container {
    opacity: 1;
  }

  .page3 .swiper-container {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .page3.active .swiper-container {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

}

@media (min-width: 1250px) {
  .PicList002239 .ul {
    margin: 0 -30px;
  }

  .PicList002239 li {
    margin: 0 30px 55px;
    width: 360px;
  }
}

@media(max-width: 1000px) {
  .PicList002239 .info_area {
    width: 90%;
    padding: 5%
  }
}

/*
 .RighInfo002389 为demo编号
 */
.RighInfo002389 {
  padding: 1% 0;
  min-height: 400px
}

.RighInfo002389 .box1 {
  font-size: 14px;
  line-height: 25px;
}

.RighInfo002389 .box1 .title {
  text-align: center;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
}

.RighInfo002389 .box1 .title h1 {
  color: #333;
  font-size: 20px;
  margin: 0;
  padding-bottom: 5px;
}

.RighInfo002389 .box1 .title h1 span {
  position: relative;
  color: #da251d
}

.RighInfo002389 .box1 .title h1 span::after,
.RighInfo002389 .box1 .title h1 span::before {
  position: absolute;
  content: '';
  width: 46px;
  height: 9px;
  bottom: -4px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.RighInfo002389 .box1 .title h1 span::after {
  right: -60px;
  background-image: url(../images/RighInfo002389-title_r.png);
}

.RighInfo002389 .box1 .title h1 span::before {
  left: -60px;
  background-image: url(../images/RighInfo002389-title_l.png);
}

.RighInfo002389 .box1 .intro {
  color: #666;
  line-height: 24px;
  padding: 1% 0 2% 0;
}

.RighInfo002389 .box1 .ul_img {
  overflow: hidden;
}

.RighInfo002389 .box1 .ul_img li {
  width: 32%;
  margin-right: 2%;
  float: left;
}

.RighInfo002389 .box1 .ul_img li img {
  width: 100%;
}

.RighInfo002389 .box1 .ul_img li:last-child {
  margin-right: 0;
}

.RighInfo002389 .box1 .more {
  text-align: center;
  padding-top: 3%;
}

.RighInfo002389 .box1 .more a {
  display: inline-block;
  font-size: 16px;
  border: 1px solid #008ae2;
  border-radius: 3px;
  padding: 10px 28px;
  color: #008ae2;
  transition: padding ease-in-out 0.3s;
}

.RighInfo002389 .box1 .more a:hover {
  color: #fff;
  border-color: #008ae2;
  background-color: #008ae2;
  padding: 10px 38px;
}

.RighInfo002389 .box2 {
  font-size: 13px;
  padding: 0 2% 7%;
}

.RighInfo002389 .box2 h3 {
  color: #da251d;
  font-size: 15px;
  margin: 0;
}

@media(min-width:769px) {
  .RighInfo002389 .box2 ul {
    padding-bottom: 31%;
    position: relative;
  }

  .RighInfo002389 .box2 li {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    text-align: center;
  }

  .RighInfo002389 .box2 li:nth-child(1) {
    left: 0;
  }

  .RighInfo002389 .box2 li:nth-child(2) {
    right: 0;
  }

  .RighInfo002389 .box2 li .txt,
  .RighInfo002389 .box2 li .Ispic {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
  }

  .RighInfo002389 .box2 li:nth-child(1) .txt,
  .RighInfo002389 .box2 li:nth-child(2) .Ispic {
    bottom: 0;
  }

  .RighInfo002389 .box2 li:nth-child(2) .txt,
  .RighInfo002389 .box2 li:nth-child(1) .Ispic {
    top: 0;
  }

  .RighInfo002389 .box2 li .txt {
    padding-top: 10%;
  }

  .RighInfo002389 .box2 li::before {
    position: absolute;
    content: '';
    background: url(../images/RighInfo002389-bg_l.png) no-repeat;
    width: 35px;
    height: 31px;
  }

  .RighInfo002389 .box2 li:nth-child(1)::before {
    left: 0;
    bottom: 0;
  }

  .RighInfo002389 .box2 li:nth-child(2)::before {
    right: 0;
    top: 0;
    background-image: url(../images/RighInfo002389-bg_r.png);
  }
}

.RighInfo002389 .box2 li .txt p {
  color: #766963;
  margin: 0;
  line-height: 25px;
}

.RighInfo002389 .box2 li .txt b {
  color: #997249;
  font-size: 16px;
}

.RighInfo002389 .box2 .tips {
  background: url(../images/RighInfo002389-con_bg.png) no-repeat center center;
  background-size: cover;
  padding: 0 18% 2%;
  text-align: center;
}

.RighInfo002389 .box2 .tips p {
  padding: 3% 0 4%;
  line-height: 20px;
  margin: 0;
}

.RighInfo002389 .box2 .tips .more {
  background: url(../images/RighInfo002389-a_more.png) no-repeat;
  width: 40px;
  height: 20px;
  display: inline-block;
}

@media(max-width:1000px) {
  .RighInfo002389 .box1 .ul_img li {
    width: 100%
  }

  .RighInfo002389 .box2 .title h1 {
    font-size: 24px;
  }

  .RighInfo002389 .box2 li .txt p {
    margin: 0;
  }
}

@media(max-width:768px) {
  .RighInfo002389 .box2 li {
    position: relative;
    text-align: center;
    margin-bottom: 3%;
  }

  .RighInfo002389 .box2 li .Ispic {
    padding-bottom: 30%;
    display: block;
  }

  .RighInfo002389 .box2 li .txt p {
    margin-bottom: 3%;
  }

  .RighInfo002389 .box2 .tips {
    padding: 3%;
  }

  .RighInfo002389 .box1 .title h1 {
    font-size: 20px;
  }
}

@media(max-width:480px) {
  .RighInfo002389 .box2 li .txt p {
    font-size: 12px;
  }
}

.RighInfo001385 {
  padding: 3% 0 0;
}

.RighInfo001385 span {
  line-height: 24px;
}

@media(max-width:1000px) {
  .Other002373 .mobile_menu {
    position: absolute;
    right: 2%;
    width: 50px;
    height: 36px;
    top: 50%;
    margin-top: -18px;
    background-color: #e41e1f;
    border-radius: 5px;
    z-index: 9999
  }

  .Other002373 .mobile_menu span,
  .Other002373 .mobile_menu span::before,
  .Other002373 .mobile_menu span::after {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }

  .Other002373 .mobile_menu span::before,
  .Other002373 .mobile_menu span::after {
    content: '';
    left: 0;
  }

  .Other002373 .mobile_menu span {
    left: 15%;
    width: 70%;
    top: 50%;
    margin-top: -1.5px;
  }

  .Other002373 .mobile_menu span::before {
    top: 8px;
  }

  .Other002373 .mobile_menu span::after {
    top: -8px;
  }

  .Banner002033 {
    min-height: 130px
  }

  .Other002373 .header nav ul li>a {
    display: none;
  }

  .Other002373 .header nav ul li.oneNav>a {
    display: block;
  }
  .Other002373 .header nav ul li.oneNav>span {
    display: none;
  }
  /* oneNav */

  .Other002373 .header nav ul li span {
    padding: 10px 15px;
    display: block;
    color: #fff;
  }

  .Other002373 .header nav ul li dl {
    position: inherit;
  }

  .Other002373 .header .lang {
    position: absolute;
    right: 100px;
    top: 40%;
    line-height: inherit;
  }

  .Other002373 .header nav ul li dl dd {
    text-align: left;
    padding-left: 20px;
  }

  .Other002373 .header nav ul li dl>dd:hover {
    background: #e41e1f;
    color: #fff;
  }

  .Other002373 .header nav ul li dl dd {
    height: auto;
  }

  .Other002373 .header nav ul li dl dd .sub {
    padding-left: 20px;
    font-size: 12px;
    display: none;
  }

  .Other002373 .header nav ul li dl dd:hover .sub {
    display: block;
  }

  .Other002373 .header nav ul li dl dd .sub li a {
    height: 35px;
    line-height: 35px;
    padding: 0;
  }
}

.xiangxiimg {
  width: 60%;
  max-width: 480px;
  margin: 20px 0 25px 40px;
  float: right;
  display: block;
}

@media(max-width:480px) {
  .xiangxiimg {
    width: 100%;
    max-width: initial;
    margin: 0;
    float: none
  }
}

.videostyle {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
}

.videobox {
  width: 100%;
  text-align: center
}

.videobox video {
  margin: 0 auto
}

.videobox article {
  width: 100%
}

@media(min-width: 1200px) {

  .fp-section,
  .fp-tableCell {
    height: 100vh !important
  }
}

@media(max-width:1367px) {
  .Other002373 .page4 .word {
    padding: 0 5% 8% 5%;
  }

  .Other002373 .case .auto {
    padding-top: 0%;
    padding-bottom: 0%;
  }
}

@media(max-width:1000px) {
  .videobox video {
    width: 100%
  }

  .Other002373 .page4 .word {
    padding: 5% ;
  }

  .Other002373 .page4 .word .more {
    margin-top: 30px
  }

  .Other002373 .page3 .word {
    padding: 5%
  }

  .Other002373 .header .logo {
    max-width: inherit;
    width: 60%
  }

  .Other002373 .page1.section .word {
    padding: 16% 0;
  }
  .Other002373 .section .word .title {
    font-size: 10vw;
    margin-bottom: 3.5%;
  }
  
  .Other002373 .section .word figure {
    font-size: 8.5vw; margin-bottom: 0;
  }
  /* .page2 {
    padding: 60px 0 40px;
  } */
  .section {
    position: relative; border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 40px 0 30px;
  }
  .case .swiper-container{
    margin-top: -3%;
  }
  .Other002373 .page2 .word .more{
    display: none;
  }
  .page1 {
    padding: 16% 0 0;
  }
  .footer {
    padding: 0;
  }
  .Endtext {
    width: 95%;
    overflow-x: auto;
  }
}

/*.page1 video{position: absolute;
    visibility: visible;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;}*/



#fp-nav ul li:first-child,
#fp-nav ul li:nth-child(2)::before,
#fp-nav ul li:nth-child(2) a::before,
#fp-nav ul li:nth-child(2)::after {
  display: none;
}

.Other002373 .about .slide {
  position: relative;
}

.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: none;
}

.fp-controlArrow.fp-prev {
  left: 35px;
  background: url(../images/left.png) rgba(0, 0, 0, 0.5) no-repeat center center;
}

.fp-controlArrow.fp-next {
  right: 35px;
  background: url(../images/right.png) rgba(0, 0, 0, 0.5) no-repeat center center;
}

.top-search {
  float: right;
  position: relative;
  z-index: 999;
  margin-top: 27px;
}

.top-search {
  padding: 0 12px;
}

.btn-open-search {
  display: block;
  cursor: pointer;
  width: 28px;
  height: 28px;
  overflow: hidden;
  line-height: 1000px;
  background: url(../images/Top002490-search.png) no-repeat center center;
}

.top-search-box {
  position: absolute;
  right: 0;
  top: 100%;
  background: rgba(255, 255, 255, .9);
  border-radius: 18px 0 18px 0;
  width: 255px;
  padding: 10px;
  margin-top: 10px;
  display: none;
  z-index: 999
}

.top-search-box::before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.9);
  right: 12px;
  top: -20px;
}

.top-search-box * {
  line-height: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px #eeeeee solid;
  padding-left: 10px
}

.top-search-box .text {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0 75px 0 10px;
}

.top-search-box .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  color: #fff;
  width: 65px;
  background: #e41e1f;
  padding-left: 0
}

@media(max-width:1024px) {
  .top-search {
    position: absolute;
    right: 2%;
    margin-right: 40px;
    top: 50%;
    margin-top: -16px;
  }

  .btn-open-search {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #20979b;
  }

  .top-search-box {
    right: -40px;
  }

  .top-search-box::before {
    display: none;
  }
}

@media(max-width:480px) {
  .btn-open-search {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    border: 1px #eee solid;
    padding-left: 5px;
  }

  .btn-open-search {
    background-size: 18px;
  }
}

.sousuostyle ul li {
  padding: 3% 3%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block !important;
  position: absolute;
  top: 20%;
  width: 100%
}

.owl-carousel .owl-nav.disabled .owl-prev {
  width: 40px;
  height: 40px;
  line-height: 100px;
  overflow: hidden;
  position: absolute;
  left: -45px;
  background: url("../images/leftjiantou.png") no-repeat center center;
}

.owl-carousel .owl-nav.disabled .owl-next {
  width: 40px;
  height: 40px;
  line-height: 100px;
  overflow: hidden;
  position: absolute;
  right: -45px;
  background: url("../images/leftjiantou.png") no-repeat center center;
  transform: rotateY(180deg);
}

.zoujinmore {
  display: none
}

.zoujinmoreword {
  display: none
}

@media(max-width:768px) {
  .zoujinmore {
    margin-top: 0 !important;
  }

  .zoujinmoreword {
    padding: 0% 3% 12% 5% !important;
    display: block
  }
}

.clearfix .act a {
  color: #F00;
}


.Lcase a {
  display: block;
  margin-top: 20px;
}

.Lcase dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #001b36;
  padding: 15px;
}

.Lcase dt {
  width: 32%;
}

.Lcase dd {
  width: 100%;
  text-align: center;
  padding-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ddd;
  font-size: 24px; line-height: 2;
}

.Ptable {
  background: rgb(40 46 52);
  border-collapse: initial;
  border-spacing: 1px;
}

.Ptable td {
  background: #1a163b;
  padding: 6px 8px;
}

.Ptable th {
  background: #000a18;
  padding: 10px 8px;
}

.swiper-wrapper .Lcase dl {
  border: none;
  padding-bottom: 50px;
}


@media(max-width:1000px) {
  .Lcase a {
    display: block;
    margin-top: 3.2%;
  }

  .Lcase dl {
    padding: 5px 5px 10px;
  }

  .about_con {
    width: 100%; padding-top: 1.2%;
    text-align: justify;
  }
}

@media(max-width:768px) {}


.videoTitle{ -webkit-animation:fadeInLeft 2s 0.5s ease both; opacity: 0;}
.videoTitle2{ -webkit-animation:fadeInRight 2s 1.5s ease both; opacity: 0;}
@-webkit-keyframes fadeInLeft{
0%{opacity:0;-webkit-transform:translateX(-100%);}
100%{opacity:1;-webkit-transform:translateX(0);}
}
@-webkit-keyframes fadeInRight{
0%{opacity:0;-webkit-transform:translateX(100%);}
100%{opacity:1;-webkit-transform:translateX(0);}
}