﻿@charset "utf-8";
.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);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}*/
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.bg {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10%;
  display: block;
  width: 100%;
  height: 110%;
}
.banner {
  position: relative;
  z-index: 1;
  height: 965px;
}
.banner .slider {
  width: 100%;
  height: 965px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider .bd {
  height: 965px;
  overflow: hidden;
}
.banner .slider .slider-main {
  width: 1920px;
  height: 965px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .slider .slider-btn .slider-btn-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;
}
.banner .slider .slider-btn .slider-btn-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;
}
.banner .slider:hover .slider-btn-prev {
  left: 3%;
}
.banner .slider:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .slider-nav {
  position: absolute;
  z-index: 23;
  width: 100%;
  left: 0;
  bottom: 150px;
  text-align: center;
  font-size: 0;
}
.banner .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  border: solid 1px #fff;
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  position: relative;
}
.banner .slider-nav li:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #005bac;
  left: 3px;
  top: 3px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .slider-nav li.active:before {
  opacity: 1;
  background-color: #fff;
}
.inTop {
  position: absolute;
  z-index: 3;
  right: 50%;
  margin-right: -640px;
  bottom: 0;
  color: #666666;
  height: 115px;
  padding-top: 37px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inTop:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 855px;
  height: 100%;
  background-color: #fbfbfb;
  right: -320px;
  top: 0;
}
.inTop .slogan {
  float: left;
  font-size: 16px;
  line-height: 36px;
  padding-left: 33px;
  background: url(../images/xunpan.png) 0 center no-repeat;
}
.inTop .xunpan {
  float: left;
  cursor: pointer;
  position: relative;
  line-height: 36px;
  margin-left: 68px;
  font-size: 16px;
  padding-left: 32px;
  background: url(../images/xunpan.png) 0 center no-repeat;
}
.inTop .xunpan i {
  display: inline-block;
  margin: 0 4px;
  font-weight: bold;
  color: #005bac;
}
.inTop .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  top: 110%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #005bac;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(0,91,172, 0.15);
}
.inTop .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #005bac;
}
.inTop .xunpan:hover .xunpantip {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.title {
  line-height: 1;
  position: relative;
}
.title h3 {
  font-size: 30px;
  line-height: 1;
}
.title h4 {
  font-family: Arial;
  /*font-size: 30px;*/
 font-size: 16px;
  /*color: #005bac;*/
 color: #999;
  margin-top: 12px;
  line-height: 22px;
}
.title .line {
  margin-top: 23px;
  height: 5px;
}
.title .line:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 5px;
  background-color: #005bac;
}
.moreLink {
  display: block;
  height: 40px;
  line-height: 40px;
  font-family: Arial;
  font-size: 16px;
  color: #666666;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.moreLink:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #005bac;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.moreLink:after {
  content: "";
  position: absolute;
  left: 40px;
  top: -1px;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #005bac;
  opacity: 0.2;
  border-radius: 100%;
  animation: moregdMover 1s ease forwards;
}
.moreLink:hover {
  color: #005bac;
  border-color: #005bac;
}
.moreLink:hover:after {
  animation: moregd 1s ease forwards;
}
.moreLink:hover:before {
  background-color: #005bac;
}
@keyframes moregd {
  0% {
    width: 40px;
    left: 20px;
  }
  70% {
    width: 100px;
    left: 20px;
  }
  100% {
    width: 40px;
    left: 92px;
    animation-play-state: paused;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@keyframes moregdMover {
  0% {
    width: 40px;
    left: 92px;
    animation-play-state: paused;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  70% {
    width: 100px;
    left: 20px;
  }
  100% {
    width: 40px;
    left: 20px;
  }
}
.about {
  background: url(../images/aboutbg.png) center bottom no-repeat;
  padding: 130px 0 0px;
}
.about .aboutBox {
  height: 680px;
}
.about .aboutTit h3{font-size: 32px;color: #005bac;margin-bottom: 24px;font-weight: bold;}
.about .aboutTit h3 span{font-weight: normal;color: #333;}

.about .aboutPic {
  position: relative;
  width: 700px;
  height: 480px;
  float: right;
}
.about .aboutPic .pic {
  overflow: hidden;
  width: 700px;
  height: 480px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  width: 700px;
  height: 480px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 10px 10px 15px -10px rgba(0,91,172, 0.5);
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.05) rotate(0);
  -moz-transform: scale(1.05) rotate(0);
  -o-transform: scale(1.05) rotate(0);
  transform: scale(1.05) rotate(0);
}
.about .aboutText {
  float: left;
  height: 480px;
  width: 692px;
  /*padding-left: 120px;*/
 padding-left: 0px;
  position: relative;
}
.about .aboutText h3 {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 32px;
  letter-spacing: 6px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.about .aboutText h3 span {
  color: #005bac;
}
.about .aboutText h4 {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  position: absolute;
  line-height: 1;
  font-family: Arial;
  color: #999999;
  font-size: 14px;
  left: 48px;
  top: 0;
  text-transform: uppercase;
}
.about .aboutText .box {
  height: 408px;
  /*padding: 0 38px;*/padding: 0 5px;
  border-top: 1px solid #ddd;
  padding-top: 24px;
  /*border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;*/
  background: url(../images/aboutbox.png) center 378px no-repeat;
}
.about .aboutText .box .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  overflow: hidden;
  line-height: 32px;
  height: 352px;
  color: #666666;
  text-align: justify;
  text-indent: 2em;
  position: relative;
  top: -8px;
}
.about .aboutText .more {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 157px;
  height: 47px;
  border: solid 1px #656565;
  border-bottom-width: 3px;
  font-size: 16px;
  line-height: 43px;
  position: absolute;
  text-align: center;
  right: 0;
  bottom: -72px;
  z-index: 2;
}
.about .aboutText .more i {
  min-width: 5px;
}
.about .aboutText .more:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 99px;
  height: 1px;
  background-color: #656565;
  right: 100%;
  top: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:hover {
  color: #fff;
  border-color: #005bac;
  box-shadow: 0 10px 10px -5px rgba(0,91,172, 0.5);
}
.about .aboutText .more:hover:before {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #005bac;
}

.df{margin-top: 5px;display: flex;justify-content: center;background: #fff;margin-bottom: 75px;}
.df .col{position: relative;margin: 0 5px;text-align: center;border-right: 1px solid #ddd;padding:0 70px;}
.df .col:last-child{border: none;}
.df .col .sdt{color: #005bac;white-space: nowrap;}
.df .col .sdd{margin-top: 10px;font-size: 20px;color: #111;font-weight: bold;}
.df .col .sdt .num{font-weight: bold;font-family: "Swiss721BT", Arial, sans-serif;font-size: 30px;}
.df .col .sdt sup{display: inline-block;vertical-align: top;line-height: 1.5;margin-left: 3px;font-size: 30px;}

.product {
  padding: 64px 0 140px;
}
/*.product .proBox:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
 top: 0;
  width: 136px;
  height: 301px;
  background: url(../images/bgline.png) 0 center repeat-y;
}*/
.product .proNav {
  padding-right: 168px;
}
.product .proNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .title {
  /*float: right;
  text-align: right;*/
}
.product .proNav ul {
  /*float: left;
  width: 775px;*/
  padding-top: 15px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.product .proNav ul li {
  float: left;
  margin-right: 25px;
}
.product .proNav ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  border-right: solid 1px #333;
  position: relative;
  font-size: 16px;
  color: #333;
  padding: 0 25px;
}
.product .proNav ul li a:nth-child(1){padding-left: 0 !important;}
/*.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  text-align: center;
  border: solid 1px #dddddd;
  position: relative;
  font-size: 16px;
  color: #666666;
  line-height: 38px;
  padding: 0 15px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #005bac, #005bac);
  background-image: linear-gradient(to right, #005bac, #005bac);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}*/
/*.product .proNav ul li a:hover {
  border-color: #005bac;
  background-size: 100% 100%;
  color: #fff;
}*/
.product .proNav ul li a:hover {
  color: #005bac;
}
.product .list {
  margin-top: 40px;
  padding-bottom: 10px;
}
.product .list ul {
  margin-right: -28px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list ul li {
  float: left;
  width: 300px;
  height: 374px;
  margin-right: 27px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .pic {
  display: block;
  width: 100%;
  height: 300px;
  border: solid 1px #dddddd;
  padding: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .pic i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.product .list ul li .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .tt {
  height: 36px;
  margin-top: 8px;
  padding: 0 10px;
  line-height: 36px;
}
.product .list ul li .tt:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  float: left;
  width: 190px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .tt .bt:hover {
  color: #005bac;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .list ul li .tt .more {
  float: right;
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .tt .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .list ul li .tt .more:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 25px;
  height: 1px;
  background-color: #bbbbbb;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.product .list ul li:hover .pic {
  border-color: #005bac;
}
.product .list ul li: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);
}
.product .list ul li:hover .tt .more {
  color: #005bac;
}
.product .list ul li:hover .tt .more:before {
  background-color: #005bac;
}
.product .moreLink {
  position: absolute;
  right: 0;
  bottom: -74px;
}
.mbanner1 {
  background: url(../images/mbanner1.jpg) center 0 no-repeat;
}
.mbanner1 .inContent {
  height: 295px;
}
.mbanner1 .inContent:before {
  content: "";
  display: block;
  position: absolute;
  height: 615px;
  left: 0;
  top: -140px;
  width: 136px;
  background: url(../images/bgline.png) 0 center repeat-y;
}
.mbanner1a .inContent:before {
  top: 0px;
  height: 295px;
}
.mbanner1 .inContent .text {
  position: absolute;
  left: 40px;
  text-align: right;
  top: 75px;
}
.mbanner1 .inContent .text .t1 {
  font-family: "Arial Black";
  font-size: 60px;
  line-height: 45px;
}
.mbanner1 .inContent .text .t1 span {
  color: #005bac;
}
.mbanner1 .inContent .text .t2 {
  line-height: 1;
  font-size: 20px;
  margin-top: 38px;
}
.mbanner1 .inContent .text .t3 {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  margin-top: 20px;
}
.work {
  padding: 70px 0 40px;
}
.work .titBox {
  padding-left: 186px;
}
.work .titBox .title {
  float: left;
}
.work .titBox .moreLink {
  float: right;
  margin-top: 30px;
}
.work .workBox {
  margin-top: 70px;
}
.work .workBox .bd {
  margin-right: -1px;
  overflow: hidden;
  height: 284px;
}
.work .workBox .bd ul {
  margin-right: -28px;
}
.work .workBox .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.work .workBox .bd ul li {
  float: left;
  width: 300px;
  height: 284px;
  margin-right: 27px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.work .workBox .bd ul li .pic {
  display: block;
  width: 100%;
  height: 240px;
  border: solid 1px #dddddd;
  padding: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.work .workBox .bd ul li .pic i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.work .workBox .bd ul li .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.work .workBox .bd ul li .tt {
  height: 36px;
  margin-top: 8px;
  padding: 0 10px;
  line-height: 36px;
}
.work .workBox .bd ul li .tt:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.work .workBox .bd ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  float: left;
  width: 190px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.work .workBox .bd ul li .tt .bt:hover {
  color: #005bac;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.work .workBox .bd ul li .tt .more {
  float: right;
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.work .workBox .bd ul li .tt .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.work .workBox .bd ul li .tt .more:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 25px;
  height: 1px;
  background-color: #bbbbbb;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.work .workBox .bd ul li:hover .pic {
  border-color: #005bac;
}
.work .workBox .bd ul li: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);
}
.work .workBox .bd ul li:hover .tt .more {
  color: #005bac;
}
.work .workBox .bd ul li:hover .tt .more:before {
  background-color: #005bac;
}
.youshi {
  /*background: url(../images/ysbg.jpg) center 0 no-repeat;*/
  padding: 162px 0 158px;
}
.youshi .ysBox {
  height: 450px;
}
.youshi .ysBox .ysen {
  position: absolute;
  right: -40px;
  bottom: -105px;
  font-family: "Bell", 'Times New Roman', Times, serif;
  font-size: 72px;
  line-height: 48px;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.05;
  white-space: nowrap;
}
.youshi .ysBox .ysLine {
  position: absolute;
  width: 136px;
  height: 231px;
  right: 0;
  top: -162px;
  background: url(../images/bgline.png) 0 center repeat-y;
}
.youshi .ysBox .tel {
  font-weight: bold;
  position: absolute;
  top: -122px;
  left: 0;
  font-size: 26px;
  font-family: Arial;
  line-height: 54px;
}
.youshi .ysBox .tel:before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 54px;
  vertical-align: top;
  margin-right: 15px;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) 0 center no-repeat;
}
.youshi .ysBox .title {
  position: absolute;
  top: -88px;
  right: 168px;
  text-align: right;
}
.youshi .ysPic {
  float: left;
  width: 580px;
  height: 450px;
  position: relative;
  z-index: 2;
}
.youshi .ysPic .bd2 {
  position: relative;
  width: 580px;
  height: 450px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd2 li {
  width: 580px;
  height: 450px;
  overflow: hidden;
}
.youshi .ysPic .bd2 li img {
  display: block;
  width: 580px;
  height: 450px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd2:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 15px 15px -10px rgba(0,91,172, 0.5);
}
.youshi .ysPic .bd2:hover img {
  -webkit-transform: scale(1.04) rotate(0);
  -moz-transform: scale(1.04) rotate(0);
  -o-transform: scale(1.04) rotate(0);
  transform: scale(1.04) rotate(0);
}
.youshi .ysPic .honor {
  position: absolute;
  right: 30px;
  bottom: 8px;
  width: 299px;
  height: 212px;
  background: url(../images/honorbg.jpg) center center no-repeat;
  padding: 24px 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 3;
}
.youshi .ysPic .honor i {
  display: block;
  overflow: hidden;
  background: #fff;
  width: 100%;
  height: 100%;
}
.youshi .ysPic .honor i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.youshi .ysPic .honor:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .ysCont {
  float: right;
  width: 585px;
}
.youshi .ysCont .bd2 {
  overflow: hidden;
  height: 362px;
}
.youshi .ysCont .bd2 ul li {
  height: 362px;
}
.youshi .ysCont .bd2 ul li .item {
  height: 362px;
  padding-top: 58px;
  padding-top: 48px;
  position: relative;
}
.youshi .ysCont .bd2 ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd2 ul li .item .num {
  font-family: Arial;
  font-size: 16px;
  line-height: 12px;
  background: url(../images/ysnum.png) 38px center no-repeat;
}
.youshi .ysCont .bd2 ul li .item h4 {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  margin-top: 53px;
}
.youshi .ysCont .bd2 ul li .item h5 {
  font-size: 14px;
  line-height: 1;
  color: #005bac;
  margin-top: 18px;
  text-transform: uppercase;
}
.youshi .ysCont .bd2 ul li .item .line {
  height: 40px;
  width: 1px;
  background-color: #dddddd;
  margin-left: 4px;
  margin-top: 20px;
}
.youshi .ysCont .bd2 ul li .item .text {
  line-height: 32px;
  padding-right: 10px;
  color: #666666;
  margin-top: 14px;
}
.youshi .ysCont .bd2 ul li .item:hover h4 {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #005bac;
}
.youshi .ysCont .bd2 ul li .item:hover h5 {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .ysCont .bd2 ul li .item:hover .text {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.youshi .ysCont .zxLink {
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  background-color: #005bac;
  box-shadow: 0px 0px 29px 0px rgba(0,91,172, 0.5);
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding-right: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.youshi .ysCont .zxLink:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #005bac;
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.youshi .ysCont .zxLink:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
  width: 36px;
  height: 36px;
  background: #005bac url(../images/qq.png) center center no-repeat;
  border-radius: 100%;
  background-size: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .zxLink:hover {
  background: none;
  color: #005bac;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysCont .zxLink:hover:before {
  background-size: 18px;
}
.youshi .ysCont .zxLink:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.youshi .ysCont .page {
  position: relative;
  height: 38px;
  margin-top: 46px;
  white-space: nowrap;
}
.youshi .ysCont .page .tel {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  line-height: 28px;
  font-family: Arial;
  font-size: 20px;
}
.youshi .ysCont .page .tel:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 8px;
  animation: msClock2 1.2s linear infinite;
  background: url(../images/ystel.png) 0 center no-repeat;
}
.youshi .ysCont .page .tel b {
  color: #005bac;
  font-family: Arial;
  font-size: 28px;
  vertical-align: middle;
}
.youshi .ysCont .page .num1 {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #666666;
  line-height: 22px;
  padding-top: 16px;
  margin-left: 60px;
}
.youshi .ysCont .page .num2 {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #666666;
  line-height: 22px;
  padding-top: 16px;
}
.youshi .ysCont .page .next {
  display: inline-block;
  vertical-align: top;
  width: 206px;
  font-size: 20px;
  line-height: 14px;
  margin: 0 32px;
  height: 28px;
  border-bottom: 1px solid #dddddd;
  text-align: center;
  color: #005bac;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.youshi .ysCont .page .next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.youshi .ysNext {
  position: absolute;
  top: 160px;
  left: 100%;
  width: 65px;
  height: 130px;
  border-radius: 0 130px 130px 0;
  text-align: center;
  padding-right: 12px;
  padding-top: 35px;
  color: #fff;
  line-height: 1;
  background: #005bac;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysNext:before {
  content: "";
  display: block;
  width: 22px;
  height: 32px;
  background: url(../images/ysnext.png) center center no-repeat;
  margin: auto;
  margin-bottom: 15px;
}
.youshi .ysNext:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.case {
  background-color: #fbfbfb;
  padding: 92px 0 114px;
}
.case .title {
  margin-left: 184px;
}
.case .caseimg {
  position: absolute;
  width: 475px;
  height: 334px;
  right: 0;
  top: 0;
  background: url(../images/caseimg.jpg) center 0 no-repeat;
}
.case .caseline {
  position: absolute;
  width: 136px;
  height: 305px;
  left: 0;
  top: -194px;
  background: url(../images/bgline.png) 0 center repeat-y;
}
.case .caseTabs {
  margin-top: 102px;
  position: relative;
}
.case .caseTabs .bd {
  overflow: hidden;
  height: 400px;
  width: 1156px;
}
.case .caseTabs .bd ul {
  margin-right: -50px;
}
.case .caseTabs .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTabs .bd ul li {
  float: left;
  width: 352px;
  margin-right: 50px;
  position: relative;
}
.case .caseTabs .bd ul li:after {
  content: "";
  position: absolute;
  background: #005bac;
  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;
}
.case .caseTabs .bd ul li:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.case .caseTabs .bd ul li .pic {
  display: block;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd 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 .caseTabs .bd ul li .tt {
  height: 150px;
  border-bottom: 1px solid #ddd;
  padding-top: 26px;
}
.case .caseTabs .bd ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #005bac;
}
.case .caseTabs .bd ul li .tt .more {
  display: inline-block;
  margin-top: 10px;
  line-height: 36px;
  font-family: Arial;
  font-size: 14px;
}
.case .caseTabs .bd ul li .tt .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseTabs .bd ul li .tt .more:after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../images/casear.png) center center no-repeat;
  background-color: #000000;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li:hover .tt .more {
  color: #005bac;
}
.case .caseTabs .bd ul li:hover .tt .more:after {
  background-color: #005bac;
  animation: zyfd 1.5s linear infinite;
}
@keyframes zyfd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.case .caseTabs .casePrev {
  position: absolute;
  left: 655px;
  top: -152px;
  width: 38px;
  height: 38px;
  background: url(../images/casel.png) center center no-repeat;
  background-color: #fbfbfb;
  border: solid 1px #dddddd;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.case .caseTabs .casePrev:hover,
.case .caseTabs .casePrev.on {
  background: #005bac url(../images/caselh.png) center center no-repeat;
  border-color: #005bac;
}
.case .caseTabs .caseNext {
  position: absolute;
  left: 715px;
  top: -152px;
  width: 38px;
  height: 38px;
  background: url(../images/caser.png) center center no-repeat;
  background-color: #fbfbfb;
  border: solid 1px #dddddd;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.case .caseTabs .caseNext:hover,
.case .caseTabs .caseNext.on {
  background: #005bac url(../images/caserh.png) center center no-repeat;
  border-color: #005bac;
}
.news {
  padding: 70px 0 60px;
}
.news .newsline {
  position: absolute;
  width: 136px;
  height: 240px;
  right: 0;
  top: -149px;
  background: url(../images/bgline.png) 0 center repeat-y;
}
.news .newsTab {
  padding-right: 169px;
}
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: right;
  text-align: right;
}
.news .newsTab ul {
  float: left;
  margin-top: 13px;
}
.news .newsTab ul li {
  margin-left: 60px;
  float: left;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 1;
  width: 100px;
  height: 43px;
  padding: 18px 0 0 21px;
  color: #666666;
}
.news .newsTab ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 100px;
  height: 1px;
  background-color: #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  width: 1px;
  height: 43px;
  background-color: #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  color: #333333;
}
.news .newsTab ul li:hover a:before,
.news .newsTab ul li.on a:before {
  background-color: #005bac;
}
.news .newsTab ul li:hover a:after,
.news .newsTab ul li.on a:after {
  background-color: #005bac;
}
.news .newsTabs {
  overflow: hidden;
  margin-top: 50px;
  height: 534px;
}
.news .newsList {
  height: 534px;
}
.news .newsList .newsT:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .newsT .list1 {
  height: 370px;
  float: left;
  width: 584px;
  padding-right: 55px;
  border-right: 1px #ddd solid;
}
.news .newsList .newsT .list1 ul li {
  position: relative;
  height: 100px;
  margin-top: 35px;
  padding-left: 118px;
  padding-top: 8px;
}
.news .newsList .newsT .list1 ul li:first-child {
  margin-top: 0;
}
.news .newsList .newsT .list1 ul li .date {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #f6f6f6;
  color: #666666;
  text-align: center;
  line-height: 1;
  padding-top: 20px;
}
.news .newsList .newsT .list1 ul li .date i {
  display: block;
}
.news .newsList .newsT .list1 ul li .date i:after {
  content: "";
  display: block;
  margin: 18px auto;
  width: 20px;
  height: 1px;
  background-color: #dddddd;
}
.news .newsList .newsT .list1 ul li .date span {
  display: block;
  margin-top: 17px;
}
.news .newsList .newsT .list1 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  background: url(../images/newsli.png) 0 center no-repeat;
  padding-left: 30px;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsT .list1 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .newsT .list1 ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  padding-left: 30px;
  line-height: 24px;
  margin-top: 7px;
}
.news .newsList .newsT .list1 ul li:hover .bt {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  color: #005bac;
}
.news .newsList .newsT .list2 {
  /*float: right;
  width: 690px;*/
 width: 100%;
}
.news .newsList .newsT .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .newsT .list2 ul li {
  /*margin-left: 35px;*/
  /*width: 310px;*/
  /*height: 370px;*/
  padding-top: 6px;
  /*float: left;*/
 box-shadow: 0 0 5px #ccc;
 border: 1px solid #ccc;
 padding: 10px 12px 15px;
}
.news .newsList .newsT .list2 ul li .pic {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 220px;
  position: relative;
}
.news .newsList .newsT .list2 ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsList .newsT .list2 ul li: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);
}
.news .newsList .newsT .list2 ul li .cont {
  height: 144px;
  padding-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsT .list2 ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsT .list2 ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .newsT .list2 ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  color: #666;
  margin-top: 5px;
}
.news .newsList .newsT .list2 ul li .cont .date {
  color: #999999;
  font-family: Arial;
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
}
.news .newsList .newsT .list2 ul li:hover .cont .bt {
  color: #005bac;
}
.news .newsList .list3 {
  margin-top: 50px;
}
.news .newsList .list3 ul {
  margin-right: -40px;
}
.news .newsList .list3 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list3 ul li {
  float: left;
  margin-right: 40px;
  position: relative;
  width: 400px;
  height: 114px;
  border: solid 1px #dddddd;
  padding: 25px 25px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list3 ul li .date {
  color: #999999;
  line-height: 1;
  text-align: right;
  height: 18px;
  background: url(../images/newsli.png) 0 center no-repeat;
  color: #666666;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.news .newsList .list3 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  margin-top: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list3 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list3 ul li .bt:before {
  content: "——";
  display: inline-block;
  margin-right: 20px;
}
.news .newsList .list3 ul li:hover {
  border-color: #005bac;
}
.news .newsList .list3 ul li:hover .bt {
  color: #005bac;
}
.links {
  padding-bottom: 65px;
}
.links .tit {
  height: 37px;
  width: 139px;
  background: url(../images/linkstit.png) 0 0 no-repeat;
  font-size: 16px;
  padding-left: 44px;
  line-height: 1;
  float: left;
}
.links .list {
  float: right;
  width: 1130px;
  overflow: hidden;
  font-size: 0;
  line-height: 36px;
  position: relative;
  margin-top: -10px;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 25px;
  font-size: 14px;
  color: #666666;
}
.links .list a:hover {
  color: #005bac;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

h4.classlist{display: flex;justify-content: center;flex-flow: wrap;margin-top: 25px;}
h4.classlist a{display: inline-block;padding: 5px 18px;border-right: 1px solid #999;}
h4.classlist a:last-child{border-right: none;}
.ellipsis{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.text-center{text-align: center;}
.honor p.ellipsis{padding: 15px 0;}
.honor .swiper-button-next{background-image: url(../images/btn_right.png);top: 42%;width: 80px;}
.honor .swiper-button-prev{background-image: url(../images/btn_left.png);top: 42%;width: 80px;}
.session_3 .list-box{display: flex;justify-content: space-between;align-items: center;}
.session_3 .list-box .item-box {
  position: relative;
  /*float: left;*/
  /*width: 25%;*/
 width: 275px;
  height: 404px;
  transition: all .3s;
  overflow: hidden;
}
.session_3 .list-box .item-box .img-box {
  position: relative;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.session_3 .list-box .item-box .img-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 1;
  transition: all .3s;
}
.session_3 .list-box .item-box .txt-box {
  position: absolute;
  bottom: 80px;
  /*left: 48px;*/
  right: 0;
  opacity: 1;
  transition: all .3s;
}
.session_3 .list-box .item-box .txt-box .top-box {
  /*margin-bottom: 30px;*/
}
.session_3 .list-box .item-box .txt-box .top-box h3 {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 72px;
  
}
.session_3 .list-box .item-box .txt-box .top-box p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  padding: 0 40px;
}
.session_3 .list-box .item-box .txt-box .bottom-box {
	background: #005bac;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 8px 15px;
  margin: 55px auto 0;
  width: 80px;
}
.session_3 .list-box .item-box.on {
  width: 20%;
}
.session_3 .list-box .item-box.active {
  width: 40%;
}
.session_3 .list-box .item-box.active .txt-box {
  opacity: 0;
}
.session_3 .list-box .item-box.active .img-box:before {
  opacity: 0;
}
#aboutNum{position: relative;}
#aboutNum .col{padding: 0 5px;border-right: none;width: 20%;}
#aboutNum .col .line_box>div{margin-top: -12px;}
#aboutNum .col .line_box span{height: 215px;border: 1px dashed #005bac;display: inline-block;margin-top: 12px;}
#aboutNum .col:nth-child(1){position: absolute;top: 120px;left: 0%;}
#aboutNum .col:nth-child(2){position: absolute;top: 0px;left: 20%;}
#aboutNum .col:nth-child(3){position: absolute;top: -60px;left: 40%;}
#aboutNum .col:nth-child(4){position: absolute;top: 0px;left: 60%;}
#aboutNum .col:nth-child(5){position: absolute;top: 120px;left: 80%;}