@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,
.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);
  }
}
body {
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.boxBg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  left: 50%;
  margin-left: -150px;
  bottom: 40px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #c12c2c solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #c12c2c;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.aLink .linkimg {
  content: "";
  display: block;
  position: absolute;
  width: 310px;
  height: 195px;
  top: 0;
  left: -310px;
  background: url(../images/linkimg.jpg) center 0 no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.aLink .linkimg:hover {
  background-size: 110% 110%;
}
.aLink ul::after,
.aLink ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.aLink ul li {
  float: left;
  width: 25%;
  border-left: 1px solid #fff;
}
.aLink ul li a {
  display: block;
  height: 195px;
  background-color: #fcebda;
  padding-left: 35px;
  padding-top: 50px;
  position: relative;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.aLink ul li a i {
  position: absolute;
  display: block;
  font-family: Impact;
  font-size: 58px;
  line-height: 48px;
  left: 35px;
  top: 53px;
  color: #dfcfbf;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 54px;
  height: 48px;
}
.aLink ul li a i.ico1 {
  background: url(../images/inico1.png) center center no-repeat;
}
.aLink ul li a i.ico2 {
  background: url(../images/inico2.png) center center no-repeat;
}
.aLink ul li a i.ico3 {
  background: url(../images/inico3.png) center center no-repeat;
}
.aLink ul li a i.ico4 {
  background: url(../images/inico4.png) center center no-repeat;
}
.aLink ul li a .cn {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 72px;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-right: 60px;
}
.aLink ul li a .en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial;
  font-size: 14px;
  margin-top: 2px;
  line-height: 18px;
  height: 18px;
  margin-left: 72px;
  margin-right: 60px;
}
.aLink ul li a::after {
  content: ">";
  display: block;
  position: absolute;
  right: 30px;
  top: 74px;
  width: 45px;
  height: 45px;
  border: solid 1px #626262;
  border-radius: 100%;
  line-height: 43px;
  text-align: center;
  font-weight: bold;
  font-family: simsun;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.aLink ul li a em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  margin-top: 25px;
  line-height: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.aLink ul li a:hover {
  background-color: #c12c2c;
  color: #fff;
}
.aLink ul li a:hover i {
  color: rgba(255, 255, 255, 0.7);
}
.aLink ul li a:hover em {
  color: rgba(255, 255, 255, 0.7);
}
.aLink ul li a:hover::after {
  border-color: #fff;
  color: #fff;
}
.about {
  overflow: hidden;
}
.about .aboutText {
  padding-top: 115px;
  width: 870px;
  padding-top: 85px;
}
.about .aboutText .tit {
  line-height: 1;
  font-weight: bold;
  font-size: 34px;
  color: #c12c2c;
}
.about .aboutText .tit::after {
  content: "";
  display: block;
  width: 33px;
  height: 19px;
  margin-top: 19px;
  background: url(../images/abouttit.png) 0 center no-repeat;
}
.about .aboutText .tit a {
  color: #c12c2c;
  display: block;
}
.about .aboutText .tit i{
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 32px;
  height: 160px;
  font-size: 16px;
  text-align: justify;
  margin-top: 44px;
}
.about .video {
  margin-top: 75px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .video iframe {
  width: 100%;
  height: auto !important;
}
.about .video img {
  width: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .tip {
  position: absolute;
  right: -203px;
  font-size: 18px;
  top: 148px;
  line-height: 1;
  padding-left: 22px;
  background: url(../images/abouten.png) 0 2px no-repeat;
  font-size: 16px;
  letter-spacing: 5px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
}
.about .tip i {
  display: inline-block;
  width: 16px;
  height: 15px;
  margin-top: 2px;
  margin-bottom: 8px;
  background: url(../images/abouttip.png) center center no-repeat;
}
.about .number {
  margin-top: 194px;
}
.about .number ul::after,
.about .number ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .number ul li {
  float: left;
  width: 320px;
  height: 130px;
  position: relative;
  padding-left: 56px;
  padding-top: 36px;
}
.about .number ul li h4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 33px;
  height: 130px;
  background-color: #c12c2c;
  text-align: center;
  line-height: 33px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  color: #fff;
  font-size: 16px;
}
.about .number ul li p {
  font-size: 16px;
  line-height: 1;
}
.about .number ul li i {
  display: block;
  font-size: 66px;
  margin-top: 16px;
  line-height: 54px;
  font-family: Impact;
  color: #c12c2c;
}
.about .aboutimg {
  position: absolute;
  z-index: -1;
  width: 1660px;
  height: 524px;
  background: url(../images/aboutimg.png) 0 0 no-repeat;
  left: -310px;
  top: 387px;
  top: 447px;
}
.about .aboutWz {
  width: 303px;
  height: 598px;
  background: url(../images/aboutwz.png) 0 center no-repeat;
  position: absolute;
  top: 87px;
  right: -100px;
}
.about .aboutgz {
  position: absolute;
  pointer-events: none;
  width: 130px;
  height: 64px;
  right: 210px;
  top: 234px;
  background: url(../images/aboutgz.png) 0 center no-repeat;
  animation: sxfd 8s linear infinite;
}
@keyframes sxfd {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.about .honor {
  display: block;
  margin-top: 72px;
  width: 365px;
  height: 234px;
  position: relative;
}
.about .honor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.title {
  line-height: 1;
  position: relative;
  text-align: center;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: block;
  font-size: 35px;
  font-weight: bold;
  color: #c12c2c;
}
.title i {
  display: block;
  font-size: 18px;
  margin-top: 22px;
  letter-spacing: 23px;
}
.title i::before {
  content: "";
  width: 67px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 42px;
  background: url(../images/titico.png) 0 center no-repeat;
  position: relative;
  top: -2px;
}
.title i::after {
  content: "";
  width: 67px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  background: url(../images/titico.png) 0 center no-repeat;
  position: relative;
  top: -2px;
}
.moreLink {
  display: block;
  position: relative;
  font-size: 16px;
  padding-left: 10px;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-weight: bold;
  border-bottom: 1px solid #666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 3;
  height: 30px;
  line-height: 30px;
  width: 170px;
  cursor: pointer;
}
.moreLink::before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  border: solid 4px #1747bf;
  opacity: 0.35;
  left: 3px;
  top: 0;
  border-radius: 100%;
}
.moreLink::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  right: -11px;
  border-left: 11px solid #333;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink i {
  min-width: 4px;
  font-weight: bold;
}
.moreLink:hover {
  color: #c12c2c;
  border-bottom-color: #c12c2c;
  padding-left: 25px;
}
.moreLink:hover::after {
  border-left-color: #c12c2c;
}
.titBox::after,
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 32px;
}
.category {
  padding: 100px 0 108px;
}
.category .lbList {
  margin-top: 30px;
}
.category .lbList ul::after,
.category .lbList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.category .lbList ul li {
  float: left;
  padding-left: 1;
  width: 20%;
  margin-top: 20px;
  padding-left: 1px;
}
.category .lbList ul li a {
  display: block;
  height: 198px;
  background-color: #fcebda;
  text-align: center;
  padding-top: 15px;
  position: relative;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.category .lbList ul li a::before {
  content: "ZT";
  display: block;
  position: absolute;
  z-index: -1;
  line-height: 100px;
  font-family: "Arial Black";
  font-size: 130px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  top: 20px;
}
.category .lbList ul li a i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 115px;
  height: 91px;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(1);
}
.category .lbList ul li a i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.category .lbList ul li a em {
  display: block;
  margin: auto;
  width: 20px;
  height: 1px;
  background-color: #333333;
  margin-top: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.category .lbList ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  margin-top: 8px;
  height: 42px;
  line-height: 42px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.category .lbList ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  background: url(../images/add.png) center center no-repeat;
  bottom: 0;
  left: 50%;
  margin-left: -11px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.category .lbList ul li.on a,
.category .lbList ul li:hover a {
  background-color: #c12c2c;
  color: #fff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2;
}
.category .lbList ul li.on a::before,
.category .lbList ul li:hover a::before {
  opacity: 0.04;
}
.category .lbList ul li.on a i,
.category .lbList ul li:hover a i {
  filter: grayscale(100) brightness(10);
}
.category .lbList ul li.on a em,
.category .lbList ul li:hover a em {
  opacity: 0;
  filter: alpha(opacity=0);
}
.category .lbList ul li.on a span,
.category .lbList ul li:hover a span {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  color: #fff;
}
.category .lbList ul li.on a::after,
.category .lbList ul li:hover a::after {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 18px;
}
.youshi {
  background-color: #fcebda;
}
.youshi .ysBox {
  height: 700px;
}
.youshi .ysBox::before {
  content: "";
  display: block;
  position: absolute;
  width: 310px;
  height: 486px;
  background-color: #c12c2c;
  left: -310px;
  bottom: 0;
}
.youshi .title {
  text-align: left;
}
.youshi .title i::before {
  display: none;
}
.youshi .ysCont {
  padding-top: 80px;
  width: 700px;
}
.youshi .ysCont .hd {
  margin-top: 59px;
}
.youshi .ysCont .hd ul::after,
.youshi .ysCont .hd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysCont .hd ul li {
  float: left;
  width: 50%;
  border-top: 1px solid #ab9b8a;
  border-left: 1px solid #ab9b8a;
  padding-top: 34px;
  text-align: center;
  height: 243px;
  cursor: pointer;
}
.youshi .ysCont .hd ul li:nth-child(2n-1) {
  border-left: none;
}
.youshi .ysCont .hd ul li i {
  display: block;
  width: 89px;
  height: 89px;
  background-color: #c12c2c;
  border-radius: 100%;
  margin: auto;
}
.youshi .ysCont .hd ul li i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.youshi .ysCont .hd ul li i.ico1::before {
  background: url(../images/pzico1.png) center center no-repeat;
}
.youshi .ysCont .hd ul li i.ico2::before {
  background: url(../images/pzico2.png) center center no-repeat;
}
.youshi .ysCont .hd ul li i.ico3::before {
  background: url(../images/pzico3.png) center center no-repeat;
}
.youshi .ysCont .hd ul li i.ico4::before {
  background: url(../images/pzico4.png) center center no-repeat;
}
.youshi .ysCont .hd ul li h4 {
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
  margin-top: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .hd ul li p {
  font-size: 16px;
  color: #707070;
  margin-top: 10px;
  line-height: 26px;
}
.youshi .ysCont .hd ul li:hover i::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.youshi .ysCont .hd ul li:hover h4 {
  color: #c12c2c;
}
.youshi .ysPic {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -310px;
  width: 909px;
  height: 700px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 278px;
  height: 530px;
  border: 28px solid #fff;
  border-left: none;
  left: 0;
  top: 85px;
}
.youshi .ysPic .bd {
  overflow: hidden;
  width: 909px;
  height: 700px;
}
.youshi .ysPic .bd ul li {
  width: 909px;
  height: 700px;
  position: relative;
  overflow: hidden;
}
.youshi .ysPic .bd ul li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.youshi .ysimg {
  position: absolute;
  left: -310px;
  width: 358px;
  height: 336px;
  background: url(../images/pzimgl.png) 0 center no-repeat;
  bottom: -13px;
  pointer-events: none;
}
.teacher {
  padding-top: 120px;
  overflow: hidden;
  display: none;
}
.teacher .title {
  text-align: right;
}
.teacher .title i {
  margin-right: -13px;
}
.teacher .title i::after {
  display: none;
}
.teacher .msNav {
  margin-top: 30px;
  float: left;
  width: 292px;
  height: 566px;
  background-color: #c12c2c;
  position: relative;
  padding-top: 30px;
}
.teacher .msNav::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 25px solid transparent;
  border-top: 40px solid #a42121;
  right: 100%;
  bottom: 0;
}
.teacher .msNav::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 25px solid transparent;
  border-top: 40px solid #a42121;
  left: 100%;
  bottom: 0;
}
.teacher .msNav ul {
  overflow: auto;
  height: 506px;
}
.teacher .msNav ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.teacher .msNav ul li {
  margin-top: 10px;
}
.teacher .msNav ul li:first-child {
  margin-top: 0;
}
.teacher .msNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #fcebda, #fcebda);
  background-image: linear-gradient(to right, #fcebda, #fcebda);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.teacher .msNav ul li.on a,
.teacher .msNav ul li:hover a {
  background-size: 100% 100%;
  color: #333333;
}
.teacher .msList {
  float: right;
  width: 960px;
  margin-right: -34px;
  margin-bottom: -20px;
  margin-top: 30px;
}
.teacher .msList ul li {
  float: left;
  padding: 34px 34px 0;
  margin-bottom: 26px;
}
.teacher .msList ul li .item {
  width: 172px;
}
.teacher .msList ul li .item .pic {
  display: block;
  width: 172px;
  height: 172px;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.teacher .msList ul li .item .pic::before,
.teacher .msList ul li .item .pic::after,
.teacher .msList ul li .item .pic em {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 154px;
  height: 154px;
  border: 1px solid #c12c2c;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.006;
  filter: alpha(opacity=0.6);
}
@keyframes ks {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.45);
    -moz-transform: scale(1.45);
    -o-transform: scale(1.45);
    transform: scale(1.45);
    opacity: 0;
  }
}
.teacher .msList ul li .item .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.teacher .msList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.teacher .msList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin-top: 18px;
  text-align: center;
}
.teacher .msList ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.teacher .msList ul li .item:hover .pic {
  padding: 9px;
}
.teacher .msList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.teacher .msList ul li .item:hover .pic::before {
  animation: ks 2.4s linear infinite;
  animation-delay: -0.8s;
}
.teacher .msList ul li .item:hover .pic::after {
  animation: ks 2.4s linear infinite;
  animation-delay: -1.6s;
}
.teacher .msList ul li .item:hover .pic em {
  animation: ks 2.4s linear infinite;
  animation-delay: -2.4s;
}
.teacher .msList ul li .item:hover .bt {
  color: #c12c2c;
}
.teacher .msimg {
  position: absolute;
  width: 606px;
  height: 629px;
  z-index: -1;
  pointer-events: none;
  bottom: 55px;
  left: -238px;
  bottom: 85px;
}
.case {
  padding: 100px 0;
  overflow: hidden;
}
.case .caseSwiper {
  margin-top: 40px;
  width: 1610px;
  overflow: hidden;
  position: relative;
}
.case .caseSwiper::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #d2d2d2;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.case .caseSwiper ul::after,
.case .caseSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li {
  width: 506px;
  margin-right: 46px;
  position: relative;
}
.case .caseSwiper ul li::after {
  content: "";
  position: absolute;
  background: #c12c2c;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.case .caseSwiper ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.case .caseSwiper ul li .pic {
  display: block;
  width: 100%;
  height: 398px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .bt {
  margin-top: 6px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 100px;
  line-height: 100px;
  padding-right: 0;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .bt::before {
  content: "";
  width: 14px;
  height: 14px;
  border: solid 3px #626262;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  border-radius: 100%;
  position: relative;
  font-size: 20px;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .bt::after {
  content: ">";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseSwiper ul li:hover .bt {
  padding-right: 50px;
  color: #c12c2c;
}
.case .caseSwiper ul li:hover .bt::before {
  border-color: #c12c2c;
}
.case .caseSwiper ul li:hover .bt::after {
  right: 18px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.live * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.live .liveList {
  width: 96%;
  max-width: 1840px;
  margin: auto;
  margin-top: 40px;
  min-width: 1300px;
}
.live .liveList ul::after,
.live .liveList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.live .liveList ul li {
  float: left;
  width: 20%;
  position: relative;
  overflow: hidden;
}
.live .liveList ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 9px;
  background: url(../images/liveli.png) 0 center no-repeat;
  left: 0;
  bottom: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.live .liveList ul li::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 9px;
  background: url(../images/liveli.png) 0 center no-repeat;
  right: 0;
  top: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.live .liveList ul li .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 76.08%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.live .liveList ul li .pic::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #c12c2c;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.live .liveList ul li .pic::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  border: solid 1px #ffffff;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.live .liveList ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.live .liveList ul li .bt {
  display: block;
  position: absolute;
  z-index: 3;
  margin: auto 0;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 30px 10px;
  text-align: center;
  height: 159px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.live .liveList ul li .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 21px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
}
.live .liveList ul li .bt i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 12px;
  margin-top: 2px;
  height: 20px;
  line-height: 20px;
  color: #ffffff;
}
.live .liveList ul li .bt em {
  display: block;
  margin: auto;
  margin-top: 27px;
  width: 60px;
  height: 60px;
  background: url(../images/livear.png) center center no-repeat;
  background-color: #fcebda;
  border-radius: 100%;
}
.live .liveList ul li:hover::before {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 11px;
  bottom: 45px;
}
.live .liveList ul li:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 11px;
  top: 45px;
}
.live .liveList ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.live .liveList ul li:hover .pic::before {
  opacity: 0.8;
}
.live .liveList ul li:hover .pic::after {
  margin: 20px;
  opacity: 0.3;
}
.live .liveList ul li:hover .bt {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1660px) {
  .live .liveList ul li .bt {
    height: 132px;
  }
  .live .liveList ul li .bt i {
    margin-right: 0;
  }
  .live .liveList ul li .bt em {
    margin-top: 15px;
    width: 46px;
    height: 46px;
  }
}
.news {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.news::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  bottom: 275px;
}
.news .newsTab {
  width: 170px;
  left: 10px;
  position: absolute;
  z-index: 2;
  top: 65px;
}
.news .newsTab ul li {
  margin-top: 56px;
}
.news .newsTab ul li:first-child {
  margin-top: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  height: 48px;
  background-color: #fcebda;
  border-radius: 30px;
  line-height: 48px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 19px;
  height: 48px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-right: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i::before,
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1::before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2::before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3::before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  color: #fff;
  background-color: #c12c2c;
}
.news .newsTab ul li:hover a i::before,
.news .newsTab ul li.on a i::before,
.news .newsTab ul li:hover a i:after,
.news .newsTab ul li.on a i:after {
  top: -100%;
}
.news .newsBox {
  margin-top: 50px;
}
.news .newsTabs {
  position: relative;
}
.news .newsTabs::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  bottom: 175px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 652px;
}
.news .newsList {
  overflow: hidden;
  height: 652px;
}
.news .newsList .list1 {
  margin-left: 246px;
}
.news .newsList .list1::after,
.news .newsList .list1:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 .one {
  float: left;
  width: 440px;
}
.news .newsList .list1 .one .pic {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one .cont {
  height: 142px;
  padding-top: 36px;
  padding-left: 72px;
  position: relative;
}
.news .newsList .list1 .one .cont .date {
  text-align: center;
  font-family: Arial;
  position: absolute;
  left: 0;
  top: 46px;
}
.news .newsList .list1 .one .cont .date i {
  display: block;
  font-weight: bold;
  font-size: 50px;
  line-height: 36px;
}
.news .newsList .list1 .one .cont .date span {
  display: block;
  font-size: 14px;
  line-height: 10px;
  margin-top: 20px;
  color: #959595;
}
.news .newsList .list1 .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 .one .cont .line {
  height: 1px;
  background-color: #d7d7d7;
  margin-top: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #c12c2c, #c12c2c);
  background-image: linear-gradient(to right, #c12c2c, #c12c2c);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsList .list1 .one .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  margin-top: 14px;
}
.news .newsList .list1 .one:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news .newsList .list1 .one:hover .cont .bt {
  color: #c12c2c;
}
.news .newsList .list1 .one:hover .cont .line {
  background-size: 100% 100%;
}
.news .newsList .list1 ul {
  float: right;
  width: 544px;
}
.news .newsList .list1 ul li {
  height: 138px;
  position: relative;
  overflow: hidden;
  padding-left: 152px;
  padding-right: 20px;
  padding-top: 32px;
  margin-top: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li:first-child {
  margin-top: 0;
}
.news .newsList .list1 ul li .pic {
  display: block;
  position: absolute;
  width: 102px;
  height: 98px;
  left: 0;
  top: 20px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
.news .newsList .list1 ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .date {
  position: absolute;
  top: 40px;
  width: 102px;
  left: 12px;
  text-align: center;
  font-weight: bold;
  font-family: Arial;
  font-size: 32px;
  line-height: 56px;
}
.news .newsList .list1 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 ul li .line {
  height: 1px;
  background-color: #d7d7d7;
  margin-top: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  margin-top: 14px;
}
.news .newsList .list1 ul li:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news .newsList .list1 ul li:hover .cont .bt {
  color: #c12c2c;
  font-weight: bold;
}
.news .newsList .list1 ul li:hover .cont .line {
  width: 35px;
}
.news .newsList .list1 ul li.on {
  background-color: #c12c2c;
}
.news .newsList .list1 ul li.on .pic {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 12px;
}
.news .newsList .list1 ul li.on .line {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.news .newsList .list1 ul li.on .bt {
  color: #fff;
}
.news .newsList .list1 ul li.on p {
  color: #fff;
}
.news .newsList .list2 {
  margin-top: 58px;
}
.news .newsList .list2 ul {
  margin-right: -90px;
}
.news .newsList .list2 ul::after,
.news .newsList .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  float: left;
  margin-right: 90px;
  height: 152px;
  width: 373px;
  padding-top: 24px;
  padding-left: 72px;
  position: relative;
}
.news .newsList .list2 ul li .date {
  text-align: center;
  font-family: Arial;
  position: absolute;
  left: 0;
  top: 34px;
}
.news .newsList .list2 ul li .date i {
  display: block;
  font-weight: bold;
  font-size: 50px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .date span {
  display: block;
  font-size: 14px;
  line-height: 10px;
  margin-top: 20px;
  color: #959595;
}
.news .newsList .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list2 ul li .line {
  height: 1px;
  background-color: #d7d7d7;
  margin-top: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #c12c2c, #c12c2c);
  background-image: linear-gradient(to right, #c12c2c, #c12c2c);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsList .list2 ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  margin-top: 14px;
}
.news .newsList .list2 ul li .more {
  margin-top: 24px;
  display: block;
  width: 26px;
  height: 26px;
  background-color: #e6e7eb;
  border-radius: 4px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #727272;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .more::before {
  content: "+";
}
.news .newsList .list2 ul li .more:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  border-radius: 13px;
}
.news .newsList .list2 ul li:hover .date i {
  color: #c12c2c;
}
.news .newsList .list2 ul li:hover .bt {
  color: #c12c2c;
}
.news .newsList .list2 ul li:hover .line {
  background-size: 100% 100%;
}
.news .newsList .list2 ul li:hover .more {
  background-color: #c12c2c;
  color: #fff;
}
.news .newsen {
  position: absolute;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 180px;
  line-height: 126px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  color: #fafafa;
  top: -77px;
  left: -56px;
  z-index: -1;
}
.links {
  background-color: #f6f6f6;
  padding: 23px 0;
}
.links .linksBox {
  display: flex;
  z-index: 1;
  line-height: 34px;
}
.links .tit {
  float: left;
  width: 120px;
  height: 34px;
  background: url(../images/linkstit.png) 0 center no-repeat;
  padding-left: 20px;
  line-height: 1;
  padding-top: 5px;
}
.links .list {
  flex: 1;
  float: right;
  overflow: hidden;
  width: 1180px;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #666666;
  font-size: 14px;
  margin-left: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #c12c2c;
}
.cooperate {
  background-color: #c12c2c;
  padding: 54px 0 16px;
}
.cooperate .title {
  color: #fff;
}
.cooperate .title span {
  color: #fff;
}
.cooperate .title i {
  color: #fff;
}
.cooperate .title i::before,
.cooperate .title i::after {
  filter: grayscale(100) brightness(10);
}
.cooperate .hzTabs {
  margin-top: 28px;
}
.cooperate .hzTabs .bd {
  height: 100px;
  overflow: hidden;
}
.cooperate .hzTabs .bd ul {
  margin-right: -1px;
}
.cooperate .hzTabs .bd ul::after,
.cooperate .hzTabs .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.cooperate .hzTabs .bd ul li {
  float: left;
  width: 162px;
  margin-right: 1px;
}
.cooperate .hzTabs .bd ul li .item {
  height: 100px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cooperate .hzTabs .bd ul li .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperate .hzTabs .bd ul li .item .pic img {
  max-width: 90%;
  max-height: 90%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperate .hzTabs .bd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
  text-align: center;
  color: #fff;
  background-color: rgba(193, 44, 44, 0.7);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: -36px;
}
.cooperate .hzTabs .bd ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.cooperate .hzTabs .bd ul li .item:hover .bt {
  bottom: 0;
}
