@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.banner {
  width: 100%;
  position: relative;
}
.banner .gallery-top {
  z-index: 1;
}
.banner .swiper-container {
  width: 100%;
  height: auto !important;
}
.banner .swiper-wrapper {
  height: auto !important;
}
.banner .swiper-slide {
  width: 100%;
  height: auto !important;
}
.banner .swiper-slide a {
  display: block;
  width: 100%;
  height: auto !important;
}
.banner .swiper-slide a img {
  display: block;
  width: 100%;
}
.banner .gallery-thumbs {
  display: block;
  width: 340px;
  height: 165px !important;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -650px;
  z-index: 3;
}
.banner .gallery-thumbs .swiper-slide {
  width: 340px;
  height: 165px !important;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center c;
}
.banner .bannerprev {
  position: absolute;
  z-index: 30;
  left: 50%;
  bottom: 75px;
  margin-left: -400px;
  width: 90px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 90px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .bannerprev:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "<";
  font-family: SimSun;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ba251d, #ba251d);
  background-image: linear-gradient(to right, #ba251d, #ba251d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: right center;
}
@media screen and (min-width: 1320px) {
  .banner .bannerprev:hover {
    background: #ba251d;
  }
  .banner .bannerprev:hover:before {
    background-size: 100% 100%;
  }
}
.banner .bannernext {
  position: absolute;
  z-index: 30;
  left: 50%;
  bottom: 75px;
  margin-left: -310px;
  width: 90px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 90px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .bannernext:before {
  display: block;
  width: 100%;
  height: 100%;
  content: ">";
  font-family: SimSun;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ba251d, #ba251d);
  background-image: linear-gradient(to right, #ba251d, #ba251d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
@media screen and (min-width: 1320px) {
  .banner .bannernext:hover {
    background: #ba251d;
  }
  .banner .bannernext:hover:before {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1320px) {
  .banner .gallery-thumbs {
    display: none;
  }
  .banner .bannerprev {
    left: 0;
    bottom: 50%;
    margin-left: 0;
    margin-bottom: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .banner .bannernext {
    left: auto;
    right: 0;
    bottom: 50%;
    margin-left: 0;
    margin-bottom: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .banner .bannernext,
  .banner .bannerprev {
    display: none;
  }
}
.title {
  height: 35px;
  line-height: 32px;
}
.title:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.title h3 {
  font-size: 24px;
  font-weight: bold;
  background: url(../images/titico.png) 0 center no-repeat;
  float: left;
  padding-left: 40px;
}
.title h3 i {
  color: #999999;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
}
.title .more {
  float: right;
  width: 95px;
  border: solid 1px #cccccc;
  text-align: center;
  color: #999999;
  font-family: Arial;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ba251d, #ba251d);
  background-image: linear-gradient(to right, #ba251d, #ba251d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
@media screen and (min-width: 768px) {
  .title .more:hover {
    background-size: 100% 100%;
    border-color: #ba251d;
    color: #fff;
  }
}
@media screen and (max-width: 420px) {
  .title {
    line-height: 24px;
    height: 26px;
  }
  .title h3 {
    padding-left: 36px;
    font-size: 16px;
  }
  .title h3 i {
    font-size: 12px;
  }
  .title .more {
    width: auto;
    height: 35px;
    border: none;
    font-size: 12px;
  }
}
.news {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 30px 0;
  }
}
.news .newsBox {
  position: relative;
  margin: 32px auto 0;
}
.news .newsBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsBox .newsL {
  float: left;
  width: 580px;
  height: 400px;
  position: relative;
}
.news .newsBox .newsL .videoTip {
  background: #ba251d;
  font-size: 16px;
  color: #ffffff;
  padding-right: 40px;
  text-align: right;
  height: 65px;
  line-height: 65px;
  position: absolute;
  width: 345px;
  left: 0;
  bottom: 56px;
}
.news .newsBox .newsL .videoPic {
  width: 580px;
  height: 400px;
}
.news .newsBox .newsL .videoPic img {
  display: block;
  width: 100%;
  height: 100%;
}
.news .newsBox .newsL .videoPic  iframe{
  width: 100% !important;
  height: 100% !important;
}
.news .newsBox .newsR {
  padding-left: 640px;
}
.news .newsBox .newsR ul li {
  margin-top: 32px;
  position: relative;
  border-bottom: 1px solid #efefef;
  padding-left: 110px;
  height: 76px;
}
@media screen and (min-width: 768px) {
  .news .newsBox .newsR ul li {
    position: relative;
  }
  .news .newsBox .newsR ul li:after {
    content: "";
    position: absolute;
    background: #ba251d;
    width: 100%;
    height: 1px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    bottom: -1px;
    left: 0;
    transition: transform 0.7s;
    transform: scaleX(0);
    transform-origin: right;
  }
  .news .newsBox .newsR ul li:hover:after,
  .news .newsBox .newsR ul li.on:after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.news .newsBox .newsR ul li:first-child {
  margin-top: 0;
}
.news .newsBox .newsR ul li .date {
  left: 0;
  position: absolute;
  top: 0;
  color: #b0b0b0;
  font-family: Arial;
}
.news .newsBox .newsR ul li .date span {
  font-size: 28px;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
}
.news .newsBox .newsR ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .news .newsBox .newsR ul li .bt:hover {
    color: #ba251d;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.news .newsBox .newsR ul li p {
  margin-top: 12px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .news .newsBox {
    margin-top: 20px;
  }
  .news .newsBox .newsL {
    float: none;
    max-width: 100%;
    width: 100%;
    height: auto !important;
  }
  .news .newsBox .newsL .videoTip {
    display: none;
  }
  .news .newsBox .newsL .videoPic {
    width: auto;
    height: auto !important;
  }
  .news .newsBox .newsR {
    float: none;
    padding-left: 0;
  }
  .news .newsBox .newsR ul li {
    margin-top: 15px;
    padding-left: 70px;
    height: 64px;
  }
  .news .newsBox .newsR ul li:first-child {
    margin-top: 20px;
  }
  .news .newsBox .newsR ul li .date span {
    font-size: 20px;
    margin-bottom: 0;
  }
  .news .newsBox .newsR ul li .bt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
  }
  .news .newsBox .newsR ul li p {
    margin-top: 6px;
  }
}
.team {
  background-color: #f8f8f8;
  padding: 70px 20px 80px;
}
@media screen and (max-width: 768px) {
  .team {
    padding: 30px 0 20px;
  }
}
.team .swiper-container,
.team .swiper-wrapper {
  height: auto !important;
}
.team .teamBox {
  position: relative;
}
.team .teamBox:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 179px;
  margin-left: -960px;
  width: 1920px;
  height: 1px;
  background-color: #e0e0e0;
}
.team .teamBox .swiper-container {
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .team .teamBox {
    margin-top: 20px;
    padding: 0 7px;
  }
  .team .teamBox:before {
    display: none;
  }
  .team .teamBox .swiper-container {
    margin: 0;
  }
}
.team .teamBox li {
  float: left;
  height: 460px;
  padding: 0 8px 0;
  width: 16.66666667%;
  padding-top: 50px;
}
.team .teamBox li .item {
  width: 100%;
  height: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  position: relative;
}
.team .teamBox li .item .pic {
  width: 100%;
  height: 280px;
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  margin-left: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.team .teamBox li .item .pic img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.team .teamBox li .item .tit {
  height: 100%;
  padding: 315px 15px 0;
  text-align: center;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.team .teamBox li .item .tit .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
}
.team .teamBox li .item .tit h5 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  margin-top: 7px;
  line-height: 1;
  font-size: 14px;
}
.team .teamBox li .item .text {
  height: 0;
  background-color: #de1819;
  padding: 0;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.team .teamBox li .item .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 144px;
  line-height: 36px;
}
.team .teamBox li .item .text .zxLink {
  display: block;
  width: 160px;
  height: 40px;
  border: solid 1px #ffffff;
  line-height: 38px;
  color: #fff;
  margin: 15px auto 0;
  text-align: center;
}
.team .teamBox li .item .text .zxLink:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  vertical-align: top;
  margin-right: 5px;
  animation: msClock 1.4s linear infinite;
  background: url(../images/zxico.png) center center no-repeat;
}
@keyframes msClock {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1.1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1.1);
  }
}
@media screen and (min-width: 768px) {
  .team .teamBox li .item:hover .pic {
    width: 106px;
    height: 106px;
    left: 50%;
    margin-left: -53px;
    top: -47px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .team .teamBox li .item:hover .pic img {
    border-radius: 50%;
  }
  .team .teamBox li .item:hover .tit {
    padding-top: 72px;
    height: 140px;
  }
  .team .teamBox li .item:hover .text {
    padding: 25px;
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .team .teamBox li {
    padding: 0 7px 10px;
    height: auto;
  }
  .team .teamBox li .item {
    width: 100%;
    height: auto;
  }
  .team .teamBox li .item .pic {
    position: relative;
    height: 0;
    padding-top: 93.3333%;
  }
  .team .teamBox li .item .tit {
    height: 62px;
    padding: 10px 10px 0;
    text-align: center;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
  .team .teamBox li .item .tit .bt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }
  .team .teamBox li .item .tit h5 {
    font-size: 12px;
  }
  .team .teamBox li .item .text {
    height: 0;
    background-color: #de1819;
    padding: 0;
    color: #ffffff;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
  .team .teamBox li .item .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 144px;
    line-height: 36px;
  }
  .team .teamBox li .item .text .zxLink {
    display: block;
    width: 160px;
    height: 40px;
    border: solid 1px #ffffff;
    line-height: 38px;
    color: #fff;
    margin: 15px auto 0;
    text-align: center;
  }
  .team .teamBox li .item .text .zxLink:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 100%;
    vertical-align: top;
    margin-right: 5px;
    animation: msClock 1.4s linear infinite;
    background: url(../images/zxico.png) center center no-repeat;
  }
  @keyframes msClock {
    0%,
    70%,
    100% {
      transform: rotate(0) scale(1);
    }
    10%,
    30% {
      transform: rotate(-15deg) scale(1.1);
    }
    20%,
    40% {
      transform: rotate(15deg) scale(1.1);
    }
  }
}
.team .teamBox .teamprev {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: -20px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.team .teamBox .teamprev:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "<";
  font-family: SimSun;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ba251d, #ba251d);
  background-image: linear-gradient(to right, #ba251d, #ba251d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: right center;
}
.team .teamBox .teamnext {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: -20px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.team .teamBox .teamnext:before {
  display: block;
  width: 100%;
  height: 100%;
  content: ">";
  font-family: SimSun;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ba251d, #ba251d);
  background-image: linear-gradient(to right, #ba251d, #ba251d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: right center;
}
@media screen and (min-width: 768px) {
  .team .teamBox:hover .teamprev {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .team .teamBox:hover .teamprev:hover {
    background: #ba251d;
  }
  .team .teamBox:hover .teamprev:hover:before {
    background-size: 100% 100%;
  }
  .team .teamBox:hover .teamprev.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: auto !important;
  }
  .team .teamBox:hover .teamnext {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .team .teamBox:hover .teamnext:hover {
    background: #ba251d;
  }
  .team .teamBox:hover .teamnext:hover:before {
    background-size: 100% 100%;
  }
  .team .teamBox:hover .teamnext.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: auto !important;
  }
}
.team .teamBox .team-swiper-pagination {
  text-align: center;
  margin-top: 35px;
  font-size: 0;
}
.team .teamBox .team-swiper-pagination span {
  width: 15px;
  height: 15px;
  background-color: #999999;
  opacity: 1;
  margin: 0 10px;
  border-radius: 10px;
  vertical-align: top;
}
.team .teamBox .team-swiper-pagination span.swiper-pagination-bullet-active {
  width: 32px;
  background: #ba251d;
}
@media screen and (max-width: 768px) {
  .team .teamBox .team-swiper-pagination span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .team .teamBox .team-swiper-pagination span.swiper-pagination-bullet-active {
    width: 20px;
  }
  .team .teamBox .teamnext,
  .team .teamBox .teamprev {
    display: none;
  }
}
.show {
  position: relative;
  padding: 70px 0 60px;
}
@media screen and (max-width: 768px) {
  .show {
    padding: 30px 0;
  }
}
.show .showBox {
  width: 80%;
  max-width: 1300px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .show .showBox {
    width: 100%;
  }
}
.show .swiper-container,
.show .swiper-wrapper {
  height: auto !important;
}
.show .showBox {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .show .showBox {
    margin-top: 20px;
  }
}
.show .showBox:before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.show .showBox .swiper-container,
.show .showBox .swiper-wrapper {
  height: auto !important;
}
.show .showBox .swiper-container {
  overflow: initial;
}
.show .showBox li {
  float: left;
  position: relative;
}
.show .showBox li .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 55.385%;
  position: relative;
  overflow: hidden;
}
.show .showBox li .pic img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.show .showBox li .pic:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.show .showBox li .text {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px 20px;
  text-align: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.show .showBox li .text .info {
  width: 100%;
  position: relative;
}
.show .showBox li .text .bt {
  line-height: 1;
  font-size: 18px;
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.show .showBox li .text p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #bbbbbb;
  margin-top: 16px;
  line-height: 1;
}
.show .showBox li .text .line {
  width: 1px;
  height: 0;
  background-color: #ffffff;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  top: 64px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.show .showBox li .text .more {
  display: block;
  margin: 126px auto 0;
  width: 48px;
  height: 48px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  margin-top: 126px;
  line-height: 45px;
  font-size: 30px;
  color: #ffffff;
}
.show .showBox li .text .more:before {
  content: "+";
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: block;
  width: 100%;
  height: 100%;
}
.show .showBox li .text .more:hover:before {
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .show .showBox li:hover .pic:before {
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .show .showBox li:hover .text {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .show .showBox li:hover .text .line {
    height: 100px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
.show .showBox .showPagination {
  width: 68px;
  height: 200px;
  position: absolute;
  line-height: 60px;
  z-index: 4;
  right: -138px;
  top: 40px;
  font-family: Arial;
  font-size: 30px;
  color: #ffffff;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.show .showBox .showPagination .swiper-pagination-current {
  font-size: 72px;
}
.show .showBox .showPagination .swiper-pagination-current:before {
  content: "0";
}
.show .showBox .showPagination .swiper-pagination-total {
  font-size: 36px;
}
.show .showBox .showPagination .swiper-pagination-total:before {
  content: "0";
}
.show .showBox .showprev {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  left: -20px;
  top: 50%;
  margin-top: -25px;
  z-index: 4;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
.show .showBox .showprev:before {
  content: "<";
  font-family: SimSun;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.show .showBox .showprev:hover {
  background: rgba(186, 37, 29, 0.5);
}
.show .showBox:hover .showprev {
  left: -70px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.show .showBox .shownext {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  right: -50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  margin-top: -25px;
  z-index: 4;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
}
.show .showBox .shownext:before {
  content: ">";
  font-family: SimSun;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.show .showBox .shownext:hover {
  background: rgba(186, 37, 29, 0.5);
}
.show .showBox:hover .shownext {
  right: -110px;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 768px) {
  .show .showBox .showprev,
  .show .showBox .shownext {
    display: none;
  }
}
.brand {
  background-color: #f8f8f8;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .brand {
    padding: 30px 0;
  }
}
.brand .swiper-container,
.brand .swiper-wrapper {
  height: auto !important;
}
.brand .brandBox {
  margin-top: 40px;
  position: relative;
}
.brand .brandBox:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 50%;
  width: 1920px;
  height: 1px;
  background-color: #dddddd;
}
.brand .brandBox .swiper-slide {
  padding: 10px 0;
  position: relative;
}
.brand .brandBox .swiper-slide .pic:after,
.brand .brandBox .swiper-slide .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.6s ease;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.brand .brandBox .swiper-slide .pic:before {
  top: 0;
  left: 0;
  border-color: #ba251d transparent transparent #ba251d;
}
.brand .brandBox .swiper-slide .pic:after {
  right: 0;
  bottom: 0;
  border-color: transparent #ba251d #ba251d transparent;
}
.brand .brandBox .swiper-slide:hover .pic:after,
.brand .brandBox .swiper-slide:hover .pic:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.brand .brandBox .swiper-slide .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}
.brand .brandBox .swiper-slide .pic img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.brand .brandBox .swiper-slide:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.brand .brandBox .brandprev {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  right: -50px;
  top: 50%;
  margin-top: -50px;
  z-index: 4;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  background: #a6a6a6;
}
.brand .brandBox .brandprev:before {
  content: "<";
  font-family: SimSun;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}
.brand .brandBox .brandprev:hover {
  background: #ba251d;
}
.brand .brandBox .brandprev.swiper-button-disabled {
  background: #ddd;
  cursor: auto !important;
}
.brand .brandBox .brandnext {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  right: -50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 50%;
  margin-top: 0;
  z-index: 4;
  cursor: pointer;
  background: #a6a6a6;
}
.brand .brandBox .brandnext:before {
  content: ">";
  font-family: SimSun;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}
.brand .brandBox .brandnext:hover {
  background: #ba251d;
}
.brand .brandBox .brandnext.swiper-button-disabled {
  background: #ddd;
  cursor: auto !important;
}
@media screen and (max-width: 768px) {
  .brand .brandBox {
    margin-top: 20px;
  }
  .brand .brandBox .swiper-slide {
    padding: 0;
  }
  .brand .brandBox .swiper-slide .pic img {
    filter: grayscale(0);
  }
  .brand .brandBox .showprev,
  .brand .brandBox .shownext {
    display: none;
  }
}
.activities {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .activities {
    padding: 30px 0;
  }
}
.activities .hdBox {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .activities .hdBox {
    margin-top: 20px;
  }
}
.activities .hdBox li {
  width: 100%;
}
.activities .hdBox li .item {
  width: 100%;
  height: 0;
  padding-top: 52.3%;
}
.activities .hdBox li .item .pic {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.activities .hdBox li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.activities .hdBox li .item .text {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  padding: 25px 30px;
  background: rgba(12, 12, 12, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.activities .hdBox li .item .text .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  height: 24px;
}
.activities .hdBox li .item .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.activities .hdBox li .item .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #ffffff;
  margin-top: 15px;
}
.activities .hdBox li .item .text .date {
  font-size: 14px;
  color: #ffffff;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .activities .hdBox li .item:hover .text {
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.activities .hdBox .hdprev {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: -20px;
  width: 50px;
  height: 75px;
  margin-top: -100px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 75px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.activities .hdBox .hdprev:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "<";
  font-family: SimSun;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ba251d, #ba251d);
  background-image: linear-gradient(to right, #ba251d, #ba251d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: right center;
}
.activities .hdBox .hdnext {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: -20px;
  width: 50px;
  height: 75px;
  margin-top: -100px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 75px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.activities .hdBox .hdnext:before {
  display: block;
  width: 100%;
  height: 100%;
  content: ">";
  font-family: SimSun;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ba251d, #ba251d);
  background-image: linear-gradient(to right, #ba251d, #ba251d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: right center;
}
@media screen and (min-width: 768px) {
  .activities .hdBox:hover .hdprev {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .activities .hdBox:hover .hdprev:hover {
    background: #ba251d;
  }
  .activities .hdBox:hover .hdprev:hover:before {
    background-size: 100% 100%;
  }
  .activities .hdBox:hover .hdprev.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: auto !important;
  }
  .activities .hdBox:hover .hdnext {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .activities .hdBox:hover .hdnext:hover {
    background: #ba251d;
  }
  .activities .hdBox:hover .hdnext:hover:before {
    background-size: 100% 100%;
  }
  .activities .hdBox:hover .hdnext.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: auto !important;
  }
}
